summaryrefslogtreecommitdiffstats
path: root/lib/clang
Commit message (Expand)AuthorAgeFilesLines
* Disable assertions in llvm and clang for the 10.0 release cycle.dim2013-10-101-1/+1
* Add LLDB bmake infrastructureemaste2013-09-2038-9/+963
* Upgrade our copy of llvm/clang to 3.3 release.dim2013-06-1214-13/+38
* Use an ugly hack to get around bootstrapping problems when buildingdim2013-05-131-0/+5
* Allow building clang on older FreeBSD releases, where log2() does notdim2013-05-031-0/+5
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-1260-139/+247
* Allow us to build clang for ARM EABI. Clang and llvm use theandrew2013-02-121-1/+9
* Pull in r170135 from upstream clang trunk:dim2013-02-0264-8/+147
* Upgrade our copy of llvm/clang to 3.2 release.dim2012-12-231-2/+2
* Cleanup a few duplicate llvm libs that snuck in with the recent update.dim2012-12-111-4/+1
* Upgrade our copy of llvm/clang to r168974, from upstream's release_32dim2012-12-0334-55/+114
* Add support for bmake. This includes:marcel2012-10-061-3/+1
* Do not install incomplete unwind.h from clang. This header file was meantjkim2012-10-051-1/+0
* Sprinkle a bit of style.Makefile(5) across various clang Makefiles. Nodim2012-08-232-14/+14
* Add three additional clang intrinsics headers, which I missed in thedim2012-08-201-1/+4
* Upgrade our copy of llvm/clang to trunk r162107. With thanks todim2012-08-2039-34/+116
* Upgrade our copy of llvm/clang to 3.1 release. Release notes can bedim2012-05-232-4/+4
* Make sure a few new internal clang headers get installed, I missed thesedim2012-05-051-1/+7
* Upgrade our copy of llvm/clang to r155985, from upstream's release_31dim2012-05-039-33/+19
* Revert r234356 for now, as it leads to run-time problems on 32-bitdim2012-04-231-6/+0
* Work around an issue on 32-bit PowerPC, where clang executable can getdim2012-04-161-0/+6
* Upgrade our copy of llvm/clang to trunk r154661, in preparation of thedim2012-04-1653-79/+269
* Add a WITH_CLANG_EXTRAS option for src.conf(5), disabled by default,dim2012-02-0519-0/+197
* In several llvm library Makefiles, remove extraneous slashes at the enddim2012-01-014-4/+4
* Instead of forcing -O1 on PowerPC for LLVM and clang, fix the actualnwhitehorn2012-01-011-4/+2
* Use the correct upstream revision number for llvm/clang 3.0 release.dim2011-12-101-2/+2
* Upgrade our copy of llvm/clang to 3.0 release. Release notes can bedim2011-12-093-2/+5
* Connect LLVM/clang to the build on powerpc64. After the binutils 2.17.50nwhitehorn2011-11-211-1/+1
* Revert r227538, since it doesn't compile with clang at all (it doesn'tdim2011-11-172-6/+2
* When one attempts to compile the tree with -march=i386, which also useddim2011-11-062-0/+4
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-2237-88/+150
* Update llvm/clang's target triple (confusingly named LLVM_HOSTTRIPLE) todim2011-10-171-2/+1
* Upgrade our copy of llvm/clang to r135360, from upstream's trunk.dim2011-07-1761-128/+228
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-126-5/+7
* On amd64, change clang's default triple to 'x86_64-unknown-freebsd9.0',dim2011-05-221-1/+1
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-0225-36/+81
* Update llvm/clang to trunk r126547.dim2011-02-273-3/+4
* Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it,dim2011-02-272-2/+2
* Update llvm's config.h files to match more closely what is generated bydim2011-02-262-11/+132
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-2048-243/+299
* Don't use -fno-exceptions or -fno-rtti for .c files, when buildingdim2010-11-141-2/+2
* When the make target is 'install', don't descend into the clangrpaulo2010-10-301-3/+5
* Upgrade Clang and LLVM to the 2.8 release. See here for release notes:dim2010-10-071-2/+2
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-2043-86/+260
* In all Makefiles under lib/clang, consistently use tabs instead ofdim2010-09-198-8/+8
* Modify clang so that when TOOLS_PREFIX is defined we register therpaulo2010-08-211-0/+4
* Build clang libraries by default with -fno-exceptions and withrpaulo2010-07-224-0/+14
* Upgrade our Clang in base to r108428.ed2010-07-2055-408/+973
* Remove even two more unneeded files from libllvmsupport.ed2010-06-151-8/+7
* Remove unneeded files from the build.ed2010-06-1512-51/+46
OpenPOWER on IntegriCloud