Age | Commit message (Expand) | Author |
2020-03-04 | crank major versions of libLLVM libc++ libc++abi | gkoehler |
2019-12-21 | Add arm64 support for lldb. | mortimer |
2019-12-06 | Like Targets.def include AMDGPU lines in generated .def files for | Jonathan Gray |
2019-11-27 | In lldb, use a OpenBSD signal map instead of leveraging the FreeBSD one. | mortimer |
2019-11-26 | Revert previous "honour DEBUG", otherwise clang uses -g resulting in huge | Stuart Henderson |
2019-11-25 | Honour DEBUG | kn |
2019-11-09 | Add lldb support for debugging running binaries on amd64. | mortimer |
2019-10-25 | Add retguard for octeon/mips64. | mortimer |
2019-09-01 | Update clang build infrastructure for LLVM 8.0.1. | Patrick Wildt |
2019-07-11 | Compile clang with -fomit-frame-pointer on mips64. This releases the | Visa Hankala |
2019-06-23 | Update clang build infrastructure for LLVM 8.0.0. | Patrick Wildt |
2019-05-17 | stop using the moribund MLINKS bsd.man.mk feature; | Ingo Schwarze |
2019-05-16 | Stop using the moribund MLINKS bsd.man.mk feature for clang(1). | Ingo Schwarze |
2019-04-19 | On powerpc, link with -Wl,-relax as clang is a monster and code exceeds the | Mark Kettenis |
2019-04-02 | Do not install libLLVM.a. At present the clang tools are either | Theo de Raadt |
2019-03-06 | When linking libLLVM.a in clang and lld include it within the | Jonathan Gray |
2019-03-06 | Define LLVM_NATIVE_* in llvm-config.h like the result of a cmake | Jonathan Gray |
2019-03-05 | Allow make obj in libLLVM to succeed on non-LLVM architectures by | Patrick Wildt |
2019-03-05 | add llvm-config.1 from llvm-config.rst | Jonathan Gray |
2019-03-05 | Build and install a shared libLLVM, llvm-config and llvm includes. | Jonathan Gray |
2019-03-05 | build AMDGPU Target in addition to native | Jonathan Gray |
2019-03-05 | add Makefile for llvm-config | Jonathan Gray |
2019-02-26 | In preparation for reusing libLLVM component library Makefiles to build | Jonathan Gray |
2019-02-26 | define LLVM_ENABLE_THREADS and LLVM_HAS_ATOMICS | Jonathan Gray |
2019-02-25 | add sources matching unresolved symbols seen using Mesa with libLLVM | Jonathan Gray |
2019-02-14 | When bsd.lib.mk builds shared libraries it builds with -DPIC which | Jonathan Gray |
2019-01-29 | Correct LLVM backend version. | Patrick Wildt |
2019-01-29 | add AMDGPUCodeGen | Jonathan Gray |
2019-01-29 | add Makefiles for AMDGPU target | Jonathan Gray |
2019-01-27 | Install lldb's manpage directly from the GNU directory, like lld does. | Patrick Wildt |
2019-01-27 | regen | Patrick Wildt |
2019-01-27 | Update clang build infrastructure for LLVM 7.0.1. | Patrick Wildt |
2019-01-19 | CXXFLAGS are the correct spelling for c++ options. | Ted Unangst |
2019-01-12 | Check for the CPU architecture and not the system architecture when | Christian Weisgerber |
2019-01-11 | disable the correct performance options, per-architecture | Theo de Raadt |
2019-01-08 | Disable ret-protector and retpoline protections in the clang compiler | Alexander Bluhm |
2018-10-05 | lldb after release, reasons. | Theo de Raadt |
2018-10-04 | Add infrastructure to compile and link LLDB. Inspecting core files | Patrick Wildt |
2018-08-12 | Add retguard for arm64. | mortimer |
2018-08-12 | Refactor retguard to make adding additional arches easier. | mortimer |
2018-07-28 | Add -fno-ret-protector for arm64. | mortimer |
2018-07-26 | Add infrastructure to install lld as the default linker. The old GNU linker | Mark Kettenis |
2018-06-06 | Add RETGUARD to clang for amd64. This security mechanism uses per-function | mortimer |
2018-04-28 | Add a clang pass that identifies potential ROP gadgets and replaces ROP | mortimer |
2018-04-20 | revert to 2018/04/20 10:00:00, before oops | Christian Weisgerber |
2018-04-20 | sync | Theo de Raadt |
2018-04-07 | Install a bunch more headers included by intrin.h, fixes at least libvpx | Landry Breuil |
2018-04-07 | regen | Jonathan Gray |
2018-04-06 | Install clwbintrin.h as it is needed by immintrin.h. | Patrick Wildt |
2018-04-06 | Move Version.inc to the correct folder. | Patrick Wildt |