summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/System
Commit message (Collapse)AuthorAgeFilesLines
* Remove more unneeded files and directories from contrib/llvm. Thisdim2010-10-114-132/+0
| | | | | | | still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor)
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-2010-48/+112
| | | | Approved-by: rpaulo (mentor)
* Upgrade our Clang in base to r108428.ed2010-07-207-52/+46
| | | | | | | | | 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-0948-0/+6897
in llvm/ and/or llvm/contrib/clang/ respectively. Approved by: ed (mentor) Approved by: core
OpenPOWER on IntegriCloud