summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade our copy of llvm/clang to r142614, from upstream's release_30dim2011-10-22801-34290/+62166
| | | | | | | branch. This brings us very close to the 3.0 release, which is expected in a week or two. MFC after: 1 week
* Revive the LLVM and Clang license files, which were removed in mydim2011-09-291-0/+54
| | | | | | | | | too-thorough cleanup of unused files, in r213695. Also make sure these get installed under /usr/share/doc. Submitted by: rwatson, brooks Pointy hat to: dim MFC after: 3 days
* Upgrade our copy of llvm/clang to r135360, from upstream's trunk.dim2011-07-17609-22450/+27824
|
* Upgrade our copy of llvm/clang to r132879, from upstream's trunk.dim2011-06-12331-13392/+18853
|
* Make cross-compiling using clang work better, by respecting thedim2011-05-051-0/+4
| | | | | | | LLVM_HOSTTRIPLE that is defined during the cross-tools stage. Using clang, you can now build amd64 world and kernel on i386, and vice versa. Other arches still need work.
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-02519-14773/+30065
|
* Update llvm/clang to trunk r126547.dim2011-02-2794-1471/+2169
| | | | | | | | | | | | | | There are several bugfixes in this update, but the most important one is to ensure __start_ and __stop_ symbols for linker sets and kernel module metadata are always emitted in object files: http://llvm.org/bugs/show_bug.cgi?id=9292 Before this fix, if you compiled kernel modules with clang, they would not be properly processed by kldxref, and if they had any dependencies, the kernel would fail to load those. Another problem occurred when attempting to mount a tmpfs filesystem, which would result in 'operation not supported by device'.
* Instead of defining LLVM_MULTITHREADED as 0 or 1, define or undefine it,dim2011-02-271-5/+5
| | | | | and test appropriately. Otherwise it might erroneously pick up some pthread primitives, and fail to link.
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-20955-73499/+115610
| | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* Remove more unneeded files and directories from contrib/llvm. Thisdim2010-10-11177-10797/+0
| | | | | | | still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor)
* Upgrade Clang and LLVM to the 2.8 release. See here for release notes:dim2010-10-073-13/+18
| | | | | | http://llvm.org/releases/2.8/docs/ReleaseNotes.html Approved by: rpaulo (mentor)
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-20566-18511/+32107
| | | | Approved-by: rpaulo (mentor)
* Upgrade our Clang in base to r108428.ed2010-07-20477-20593/+24372
| | | | | | | | | This commit merges the latest LLVM sources from the vendor space. It also updates the build glue to match the new sources. Clang's version number is changed to match LLVM's, which means /usr/include/clang/2.0 has been renamed to /usr/include/clang/2.8. Obtained from: projects/clangbsd
* Comment out piece of code using __clear_cache() which FreeBSDrdivacky2010-06-091-1/+1
| | | | | | does not have. This is only used for JIT on ARM so it's harmless. Approved by: ed (mentor)
* Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/rdivacky2010-06-091176-0/+488553
in llvm/ and/or llvm/contrib/clang/ respectively. Approved by: ed (mentor) Approved by: core
OpenPOWER on IntegriCloud