summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangfrontendtool
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Update clang dependencies after r296417.bdrewery2016-03-081-1/+1
| | | | Sponsored by: EMC / Isilon Storage Division
* DIRDEPS_BUILD: Regenerate without local dependencies.bdrewery2016-02-241-12/+0
| | | | | | | | These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division
* Add META_MODE support.sjg2015-06-131-0/+29
|\ | | | | | | | | | | | | | | | | | | | | 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/+6
| |
| * Merge sync of headsjg2015-05-271-2/+5
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-2/+2
| |
| * Updated dependenciessjg2013-10-131-0/+1
| |
| * Updated dependenciessjg2013-03-171-4/+4
| |
| * Sync with HEAD.obrien2013-02-081-0/+2
| |\
| | \
| | \
| *-. \ Sync from headsjg2012-11-041-3/+3
| |\ \ \
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+23
| | |/ / | |/| | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | Update llvm and clang library and binary Makefiles for 3.6.0 rc1.dim2015-01-261-2/+5
| |_|/ |/| |
* | | 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 trunk r162107. With thanks todim2012-08-201-3/+3
|/ | | | Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-201-0/+12
Approved-by: rpaulo (mentor)
OpenPOWER on IntegriCloud