summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmx86info
Commit message (Collapse)AuthorAgeFilesLines
* Pull in r170135 from upstream clang trunk:dim2013-02-021-0/+2
| | | | | | | | | | | | | | | | Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user specifies not to. Dont build ASTMatchers with Rewriter disabled and StaticAnalyzer when it's disabled. Without all those three, the clang binary shrinks (x86_64) from ~36MB to ~32MB (unstripped). To disable these clang components, and get a smaller clang binary built and installed, set WITHOUT_CLANG_FULL in src.conf(5). During the initial stages of buildworld, those extra components are already disabled automatically, to save some build time. MFC after: 1 week
* In several llvm library Makefiles, remove extraneous slashes at the enddim2012-01-011-1/+1
| | | | | | of SRCDIR definitions. MFC after: 3 days
* Upgrade our copy of llvm/clang to r135360, from upstream's trunk.dim2011-07-171-2/+3
|
* In all Makefiles under lib/clang, consistently use tabs instead ofdim2010-09-191-1/+1
| | | | | | spaces after the '=' sign in macro assignments. Approved-by: rpaulo (mentor)
* Upgrade our Clang in base to r108428.ed2010-07-201-1/+2
| | | | | | | | | 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
* Import the build makefiles for clang/LLVM.rdivacky2010-06-091-0/+11
Approved by: ed (mentor)
OpenPOWER on IntegriCloud