summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmx86info
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+22
|\ | | | | | | | | | | | | | | | | | | | | 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/+23
| | | | | | | | 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
* 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