summaryrefslogtreecommitdiffstats
path: root/lib/clang/clang.build.mk
Commit message (Expand)AuthorAgeFilesLines
* MFC r309124:dim2016-12-261-247/+13
* Similar to r256297, disable assertions in llvm and clang for thedim2016-08-161-1/+1
* Make armv6 hard float abi by default. Kill armv6hf.imp2016-05-181-4/+7
* Limit Options.inc generation to desired targetsemaste2016-05-051-2/+3
* Use the new bmake .dinclude feature to make these safe.bdrewery2016-03-111-5/+9
* Merge ^/head r295902 through r296006.dim2016-02-241-4/+0
|\
| * FAST_DEPEND: Always run depend via beforebuild which removes many hacks.bdrewery2016-02-241-4/+0
* | First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-311-5/+16
|/
* META MODE: Rework [bootstrapped] tools PATH support.bdrewery2015-12-011-20/+0
* Only DIRDEPS_BUILD should trigger this logic.bdrewery2015-11-301-2/+2
* Remove redundant DPSRCS which were already in SRCS.bdrewery2015-11-251-1/+0
* Conditionalize the META_MODE tool handling on MK_META_MODE.bdrewery2015-10-171-0/+2
* For llvm/clang libraries, skip including tablegen-produced .d files whendim2015-10-061-3/+5
* Update llvm/clang build glue.dim2015-06-231-0/+9
* Add META_MODE support.sjg2015-06-131-0/+22
|\
| * Merge sync of headsjg2015-05-271-29/+25
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-191-5/+4
| |\
| * \ Merge head from 7/28sjg2014-08-191-83/+109
| |\ \
| * | | Ensure clang-tblgen in TOOLSDIRsjg2014-05-161-1/+1
| * | | Handle bootstrapping for hostsjg2014-05-161-2/+11
| * | | Merge from headsjg2014-05-081-0/+2
| |\ \ \
| * \ \ \ Merge headsjg2014-04-281-7/+22
| |\ \ \ \
| * | | | | Use the tblgen etc we built for host.sjg2013-10-171-0/+4
| * | | | | Merge head@256308sjg2013-10-141-2/+2
| * | | | | Make sure we trigger generation of headerssjg2013-10-121-0/+4
* | | | | | Merging ^/head r278224 through r278297.dim2015-02-051-1/+2
|\ \ \ \ \ \
| * | | | | | Followup to r278223, by only using -stdlib=libc++ when the compiler isdim2015-02-041-1/+2
* | | | | | | Merge ^/head r278110 through r278223.dim2015-02-041-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | For now, add -stdlib=libc++ to the flags for building clang, since thatdim2015-02-041-1/+1
* | | | | | | Update llvm and clang library and binary Makefiles for 3.6.0 rc1.dim2015-01-261-1/+1
|/ / / / / /
* | | | | | Add the AArch64 llvm backend to the build to allow for early testing anddim2015-01-071-3/+3
* | | | | | Disable the ObjC rewriter modules, since according to rdivacky these aredim2014-11-241-1/+0
* | | | | | Update llvm and clang library Makefiles.dim2014-11-241-22/+11
| |_|_|_|/ |/| | | |
* | | | | Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARMandrew2014-10-011-3/+3
* | | | | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-011-2/+1
* | | | | Replace DPADD with DPSRCS to fix "make checkdpadd"ngie2014-08-181-1/+1
| |_|_|/ |/| | |
* | | | In some scenarios, when generating llvm/clang .inc.h files, multipledim2014-06-101-32/+43
* | | | Use the new -d option that was added to tblgen between llvm/clang 3.3dim2014-05-141-78/+93
* | | | Eliminate EARLY_BUILD flag. It is redundant and means MK_CLANG_FULL=noimp2014-05-101-2/+2
| |_|/ |/| |
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-0/+2
| |/ |/|
* | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-231-2/+4
* | Add Makefile glue to build the Sparc backend libraries and link themdim2014-02-201-1/+1
* | Upgrade our copy of llvm/clang to 3.4 release. This version supportsdim2014-02-161-4/+17
* | Bump OS versions in the toolchain triples to 11.0, and bump thedim2013-10-101-2/+2
|/
* Upgrade our copy of llvm/clang to 3.3 release.dim2013-06-121-1/+5
* Upgrade our copy of llvm/clang to trunk r178860, in preparation of thedim2013-04-121-55/+69
* Allow us to build clang for ARM EABI. Clang and llvm use theandrew2013-02-121-1/+9
* Pull in r170135 from upstream clang trunk:dim2013-02-021-0/+6
* Upgrade our copy of llvm/clang to r168974, from upstream's release_32dim2012-12-031-14/+15
* Sprinkle a bit of style.Makefile(5) across various clang Makefiles. Nodim2012-08-231-13/+13
OpenPOWER on IntegriCloud