| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-23 | Merge LLVM 8.0.0 release. |  patrick | 412 | -78257/+16494 |
| 2019-06-23 | Import LLVM 8.0.0 release including clang, lld and lldb. |  patrick | 6614 | -150237/+429240 |
| 2019-06-14 | Delete totally bogus code specifically targetted at mandoc |  schwarze | 1 | -7/+0 |
| 2019-06-06 | Reapply patches lost in the perl 5.28.2 update |  afresh1 | 1 | -1/+10 |
| 2019-06-01 | Back out frame pointer elimination optimization. |  mortimer | 1 | -11/+0 |
| 2019-06-01 | Do not eliminate frame pointers on i386. The entire i386 ecosystem assumes |  mortimer | 1 | -1/+0 |
| 2019-05-31 | Re-enable frame pointer elimination for x86 and mips64 if optimizations are |  mortimer | 1 | -0/+12 |
| 2019-05-31 | Re-enable RETGUARD leaf function optimization for arm64. |  mortimer | 3 | -3/+16 |
| 2019-05-27 | fix core dump reported by Adam Thomson; ok tb@ |  otto | 2 | -3/+5 |
| 2019-05-25 | Install the new perldelta as man pages |  afresh1 | 1 | -0/+2 |
| 2019-05-24 | Update to perl 5.28.2 |  afresh1 | 77 | -505/+2011 |
| 2019-05-17 | stop using the moribund MLINKS bsd.man.mk feature; |  schwarze | 1 | -2/+4 |
| 2019-05-17 | stop using the moribund MLINKS bsd.man.mk feature; |  schwarze | 1 | -2/+3 |
| 2019-05-16 | Stop using the moribund MLINKS bsd.man.mk feature for Perl manuals. |  schwarze | 1 | -14/+0 |
| 2019-05-16 | Stop using the moribund MLINKS bsd.man.mk feature for clang(1). |  schwarze | 3 | -10/+11 |
| 2019-05-13 | Add support for -znoretpolineplt and make -zretpolineplt the default. |  guenther | 1 | -2/+7 |
| 2019-05-05 | The perldoc(1) program wants to support the MANWIDTH environment |  schwarze | 1 | -0/+4 |
| 2019-05-05 | Like we already do for pod2man(1), always let perldoc(1) produce man(7) |  schwarze | 1 | -1/+3 |
| 2019-05-04 | Fix Pod::Perldoc::ToMan and use it as the default perldoc formatter |  afresh1 | 2 | -0/+5 |
| 2019-05-01 | default to not verbose |  deraadt | 1 | -1/+1 |
| 2019-05-01 | only do the "when are we finished" countdown if at high verbose |  deraadt | 1 | -1/+2 |
| 2019-04-26 | add "elf64_sparc" emulation name so ELF SPARCV9 format can be explicitly |  naddy | 1 | -0/+1 |
| 2019-04-25 | Also touch --param ssp-buffer-size when using retguard in lieu of the |  mortimer | 1 | -1/+2 |
| 2019-04-22 | Remove cast that truncates immediate operands to 32 bits. This fixes |  kettenis | 1 | -1/+1 |
| 2019-04-20 | Restore previous section after setting the MIPS ABI marker. This keeps |  visa | 1 | -0/+2 |
| 2019-04-19 | On powerpc, link with -Wl,-relax as clang is a monster and code exceeds the |  kettenis | 1 | -1/+10 |
| 2019-04-17 | retguard-cookie-in-register is slightly unstable on arm64, so surgically |  deraadt | 2 | -2/+2 |
| 2019-04-15 | Use literals as format strings. This fixes an error reported by clang. |  visa | 1 | -2/+2 |
| 2019-04-15 | Add a type cast to silence clang error about an implicit conversion |  visa | 1 | -1/+1 |
| 2019-04-04 | frame-pointer elimination has encountered some resistance in ports but we |  deraadt | 1 | -12/+0 |
| 2019-04-03 | mortimer unlinked libobjc from the build, but didn't know how to cvs rm. |  tedu | 127 | -57800/+0 |
| 2019-04-02 | Enable frame pointer elimination on i386, amd64 and mips64 when given |  mortimer | 1 | -0/+12 |
| 2019-04-02 | Do not install libLLVM.a. At present the clang tools are either |  deraadt | 1 | -0/+1 |
| 2019-04-02 | Emit variable length trap padding in retguard epilogue. |  mortimer | 1 | -0/+21 |
| 2019-04-01 | Consume SSP options when using retguard to prevent warnings. |  mortimer | 1 | -0/+4 |
| 2019-03-31 | If using retguard, we do not also need the stack protector. |  mortimer | 1 | -3/+4 |
| 2019-03-31 | Do not store the retguard cookie in frame in leaf functions if possible. |  mortimer | 7 | -14/+69 |
| 2019-03-20 | fix serious markup error: \B -> \fB to select bold font |  schwarze | 1 | -1/+1 |
| 2019-03-06 | When linking libLLVM.a in clang and lld include it within the |  jsg | 3 | -15/+10 |
| 2019-03-06 | Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake |  jsg | 3 | -41/+12 |
| 2019-03-05 | Allow make obj in libLLVM to succeed on non-LLVM architectures by |  patrick | 1 | -0/+4 |
| 2019-03-05 | add llvm-config.1 from llvm-config.rst |  jsg | 2 | -2/+210 |
| 2019-03-05 | Build and install a shared libLLVM, llvm-config and llvm includes. |  jsg | 95 | -964/+460 |
| 2019-03-05 | build AMDGPU Target in addition to native |  jsg | 3 | -8/+10 |
| 2019-03-05 | libLLVM in base will be installed as libLLVM.so.major.minor with no |  jsg | 1 | -2/+13 |
| 2019-03-05 | add Makefile for llvm-config |  jsg | 8 | -0/+658 |
| 2019-03-01 | Fix a crash: don't assume that all input files are ELF objects |  jca | 1 | -2/+7 |
| 2019-02-26 | In preparation for reusing libLLVM component library Makefiles to build |  jsg | 13 | -29/+100 |
| 2019-02-26 | define LLVM_ENABLE_THREADS and LLVM_HAS_ATOMICS |  jsg | 1 | -2/+2 |
| 2019-02-26 | use real format strings, resolve compiler warnings; ok millert@ |  cheloha | 2 | -7/+7 |