aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang
Commit message (Expand)AuthorAgeFilesLines
* Improve the coverage of debug symbols for MK_DEBUG_FILES.John Baldwin2017-08-231-0/+8
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r307894, and updateDimitry Andric2017-07-131-0/+1
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306956, and updateDimitry Andric2017-07-021-0/+1
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306325, and updateDimitry Andric2017-06-272-3/+3
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305575, and updateDimitry Andric2017-06-172-1/+14
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r305145, and updateDimitry Andric2017-06-104-6/+4
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304460, and updateDimitry Andric2017-06-011-2/+0
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304149, and updateDimitry Andric2017-05-291-0/+1
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r303197, and updateDimitry Andric2017-05-161-1/+0
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r302418, and updateDimitry Andric2017-05-081-0/+1
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r302069, and updateDimitry Andric2017-05-031-0/+1
* Merge llvm, clang, lld, lldb, compiler-rt and libc++ r301441, and updateDimitry Andric2017-04-261-1/+0
* Strip out a few objects from libclang, liblldb and lldb, which are notDimitry Andric2017-04-211-2/+0
* Update some more build glue. All llvm extras, lld and lldb should link now.Dimitry Andric2017-04-211-0/+1
* Add new objects to usr.bin/clang/lld for the MK_LLD=yes case.Dimitry Andric2017-04-181-1/+5
* Add new objects to lib/clang/lib{llvm,clang} and usr.bin/clang for theDimitry Andric2017-04-181-3/+9
* Initial update of clang/llvm build glue, for building just a minimalDimitry Andric2017-04-172-0/+3
* Merge ^/head r312720 through r312893.Dimitry Andric2017-01-271-1/+1
|\
| * Rename LLD_AS_LD to LLD_IS_LD, for consistency with CLANG_IS_CCEd Maste2017-01-271-1/+1
* | Merge llvm, clang, lld and lldb release_40 branch r292009. Also updateDimitry Andric2017-01-141-9/+9
* | Merge ^/head r311546 through r311683.Dimitry Andric2017-01-081-0/+2
|\|
| * Link llvm-ar to llvm-ranlib, if WITH_CLANG_EXTRAS is enabled. WhenDimitry Andric2017-01-061-0/+2
* | Add new llvm-{cxxfilt,lto2,modextract,xray} tools.Dimitry Andric2017-01-049-0/+150
* | Fix double-dollar typo in lld Makefile.Dimitry Andric2017-01-041-1/+1
* | Update lld Makefile.Dimitry Andric2017-01-041-1/+5
* | Update llvm-cov and llvm-pdbdump Makefiles.Dimitry Andric2017-01-042-0/+3
* | Initial updates to llvm/clang build glue.Dimitry Andric2017-01-033-1/+4
|/
* Reapply 310775, now it also builds correctly if lldb is disabled:Dimitry Andric2016-12-301-1/+2
* Revert r310775 for now, until we can figure out why it does not seem toDimitry Andric2016-12-291-2/+1
* Move llvm-objdump from CLANG_EXTRAS to installed by defaultDimitry Andric2016-12-291-1/+2
* Fix packaging for clang, lldb and lld 3.9.0Dimitry Andric2016-11-284-0/+6
* Add WITH_LLD_AS_LD build knobEd Maste2016-11-251-0/+5
* Correct lld llvm-tblgen dependency file nameEd Maste2016-11-251-1/+1
* lld: use ${SRCDIR} instead of ${.CURDIR}-relative pathEd Maste2016-09-281-2/+2
* Fix sneaky typo in lld's Makefile: s/OBJOP/OBJTOP/Dimitry Andric2016-09-101-1/+1
* Some further micro-optimizations for the libllvm and lldb build.Dimitry Andric2016-09-041-1/+0
* Undo r305299, since it also sets up BINDIR, via usr.bin/Makefile.inc.Dimitry Andric2016-09-021-0/+5
* For now, undo the WARNS=3 setting for the clang and llvm tools. MoreDimitry Andric2016-09-021-5/+0
* DIRDEPS_BUILD: Connect lld.Bryan Drewery2016-09-011-0/+26
* DIRDEPS_BUILD: Connect the new clang build.Bryan Drewery2016-09-0129-0/+700
* DIRDEPS_BUILD: Use libllvmminimal for tblgen for the host build.Bryan Drewery2016-09-011-1/+1
* Add WITH_/WITHOUT_LLD knobs to enable the lld linkerEd Maste2016-08-311-0/+3
* Add lld MakefileEd Maste2016-08-301-0/+69
* Compile clang, lldb and related tools with WARNS=3 by default.Dimitry Andric2016-08-271-0/+2
* Centralize where LLVM_SRCS, CLANG_SRCS and LLDB_SRCS are defined.Dimitry Andric2016-08-273-6/+3
* Missed one .mk file where OBJTOP can be used.Dimitry Andric2016-08-271-4/+4
* Use SRCTOP and OBJTOP throughout the llvm/clang/lldb build.Dimitry Andric2016-08-273-11/+11
* Completely revamp the way llvm, clang and lldb are built.Dimitry Andric2016-08-2658-2754/+282
* Don't link the clang executable with unnecessary libraries.Dimitry Andric2016-08-201-3/+0
* Update build glue for lldb. Also comment out parts of theDimitry Andric2016-08-201-82/+87