| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r364081: | Dimitry Andric | 2020-09-07 | 3 | -0/+14 |
| * | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2020-07-24 | 1 | -1/+1 |
| * | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2020-05-01 | 26 | -566/+564 |
| * | MFC r355034: | Dimitry Andric | 2020-01-08 | 1 | -1/+1 |
| * | MFC r356004: | Dimitry Andric | 2020-01-07 | 1 | -1/+1 |
| * | MFC r355940: | Dimitry Andric | 2020-01-07 | 1 | -1/+1 |
| * | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2020-01-07 | 16 | -55/+235 |
| * | MFC r348504 (by kevans): | Dimitry Andric | 2019-07-23 | 1 | -1/+1 |
| * | MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346081,r... | Enji Cooper | 2019-05-23 | 1 | -1/+1 |
| * | Revert r348136 | Enji Cooper | 2019-05-23 | 1 | -1/+1 |
| * | MFC r345203,r345205,r345353,r345645,r345708,r345709,r345735,r345770,r346574,r... | Enji Cooper | 2019-05-23 | 1 | -1/+1 |
| * | MFC r346578: | Enji Cooper | 2019-05-09 | 1 | -3/+0 |
| * | Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp | Dimitry Andric | 2019-04-12 | 8 | -1/+15 |
| * | Merge clang 7.0.1 and several follow-up changes | Dimitry Andric | 2019-02-16 | 14 | -13/+171 |
| * | Install the 32-bit compat sanitizer libraries. | John Baldwin | 2018-08-03 | 1 | -0/+1 |
| * | Remove special cases for armeb in the build. | Warner Losh | 2018-07-17 | 1 | -1/+1 |
| * | More follow-up to r335799 (llvm/clang 6.0.1 update), where I forgot to | Dimitry Andric | 2018-06-30 | 1 | -1/+1 |
| * | Only build tsan and tsan_cxx for amd64, as 32 bit is unsupported. | Dimitry Andric | 2017-12-25 | 1 | -0/+2 |
| * | Next step in updating llvm/clang build glue: make libclang_rt build. | Dimitry Andric | 2017-12-23 | 14 | -52/+144 |
| * | Update libclang_rt version number. | Dimitry Andric | 2017-12-20 | 1 | -1/+1 |
| * | Upgrade our copies of clang, llvm, lldb and libc++ to r319231 from the | Dimitry Andric | 2017-12-03 | 1 | -1/+1 |
| * | Make the assignment of CRTARCH conditional, even in the armhf case, and | Dimitry Andric | 2017-12-02 | 1 | -3/+4 |
| * | Correct the detection of hard float arm | Warner Losh | 2017-11-07 | 1 | -3/+3 |
| * | Redo r325502 | Enji Cooper | 2017-11-07 | 1 | -1/+2 |
| * | Handle arm/armv[67] hosted/targeted builds gracefully | Enji Cooper | 2017-11-07 | 1 | -1/+1 |
| * | Remove unnecessary src.opts.mk .include | Enji Cooper | 2017-11-07 | 1 | -2/+0 |
| * | Use bsd.compiler.mk instead of src.opts.mk | Enji Cooper | 2017-11-07 | 1 | -1/+1 |
| * | Choose a simpler, more philosophically correct version for CRTARCH with armv[67] | Enji Cooper | 2017-11-05 | 1 | -1/+6 |
| * | Revert r325443 | Enji Cooper | 2017-11-05 | 1 | -8/+1 |
| * | Fix paths for cross-built versions of lib/libclang_rt and hardfloat arm variants | Enji Cooper | 2017-11-05 | 1 | -1/+8 |
| |\ |
|
| | * | Simplify r325427 | Enji Cooper | 2017-11-05 | 1 | -4/+2 |
| | * | Define CRTARCH to armhf when TARGET/TARGET_ARCH are set to arm/armv[67] | Enji Cooper | 2017-11-05 | 1 | -1/+10 |
| | * | MFhead@r325199 | Enji Cooper | 2017-10-31 | 1 | -1/+0 |
| | |\ |
|
| | * | | -fvisibility is a c++ thing, per gcc(1) | Enji Cooper | 2017-10-23 | 1 | -1/+1 |
| | * | | Support compiling lib/libclang_rt/profile with gcc | Enji Cooper | 2017-10-23 | 1 | -4/+4 |
| | * | | Define TARGET_CPUARCH and use in libclang_rt as the basis for CRTARCH | Enji Cooper | 2017-10-22 | 1 | -1/+1 |
| * | | | Support compiling lib/libclang_rt/profile a bit more with recent versions of gcc | Enji Cooper | 2017-11-05 | 2 | -5/+5 |
| | |/
|/| |
|
| * | | DIRDEPS_BUILD: Update dependencies. | Bryan Drewery | 2017-10-31 | 1 | -1/+0 |
| |/ |
|
| * | Merge ^/head r320573 through r320970. | Dimitry Andric | 2017-07-13 | 2 | -0/+29 |
| |\ |
|
| | * | DIRDEPS_BUILD: Connect more libraries. | Bryan Drewery | 2017-07-11 | 2 | -0/+29 |
| * | | Merge llvm, clang, lld, lldb, compiler-rt and libc++ r307894, and update | Dimitry Andric | 2017-07-13 | 5 | -5/+4 |
| * | | Merge llvm, clang, lld, lldb, compiler-rt and libc++ r306956, and update | Dimitry Andric | 2017-07-02 | 1 | -0/+1 |
| * | | Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304659, and update | Dimitry Andric | 2017-06-03 | 4 | -8/+0 |
| * | | Merge compiler-rt trunk r300890, and update build glue. | Dimitry Andric | 2017-04-22 | 1 | -0/+1 |
| * | | Initial update of clang/llvm build glue, for building just a minimal | Dimitry Andric | 2017-04-17 | 1 | -1/+1 |
| |/ |
|
| * | Merge ^/head r312968 through r313054. | Dimitry Andric | 2017-02-01 | 1 | -0/+3 |
| |\ |
|
| | * | Expose symbols in lib/libclang_rt/profile to fix --coverage | Enji Cooper | 2017-01-31 | 1 | -0/+3 |
| * | | Update various libclang_rt Makefiles. | Dimitry Andric | 2017-01-10 | 5 | -7/+12 |
| * | | Adjust version numbers for the clang library directory. | Dimitry Andric | 2017-01-05 | 1 | -1/+1 |
| |/ |
|
| * | Update build glue for llvm/clang 3.9.1. | Dimitry Andric | 2016-11-26 | 1 | -1/+1 |