summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmx86instprinter
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
* Upgrade our copy of llvm/clang to r135360, from upstream's trunk.dim2011-07-171-2/+3
|
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-021-1/+2
|
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-0/+15
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
OpenPOWER on IntegriCloud