summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmarminstprinter
Commit message (Collapse)AuthorAgeFilesLines
* First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-312-40/+0
| | | | clang-tblgen and clang itself built.
* Add META_MODE support.sjg2015-06-131-0/+24
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2014-05-161-2/+1
| |
| * Updated dependenciessjg2013-10-131-0/+1
| |
| * Updated dependenciessjg2013-03-171-2/+2
| |
| * Sync with HEAD.obrien2013-02-081-0/+2
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+25
| | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | 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 r126079, from upstream's trunk.dim2011-02-201-0/+13
This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
OpenPOWER on IntegriCloud