Age | Commit message (Expand) | Author |
2022-02-16 | Add ifdefs to build ubsan_minimal on OpenBSD | Greg Steuck |
2020-08-10 | Import compiler-rt 10.0.1 release. | Patrick Wildt |
2022-01-13 | add a dummy -t flag to llvm-ranlib to match binutils' ranlib's -t flag which | Robert Nagy |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-12-28 | lld: restore upstream default for --[no-]allow-shlib-undefined | Christian Weisgerber |
2021-12-28 | lld: do not report undefined weak references in shared libraries | Christian Weisgerber |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-12-17 | Merge LLVM 13.0.0. | Patrick Wildt |
2021-12-17 | Import LLVM 13.0.0 release. | Patrick Wildt |
2021-01-02 | Import libc++ 10.0.1 release. | Patrick Wildt |
2020-08-10 | Import compiler-rt 10.0.1 release. | Patrick Wildt |
2020-08-09 | Import LLVM 10.0.1 including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-11-12 | backport https://reviews.llvm.org/D107127 to fix shared libraries using emutls | Robert Nagy |
2021-09-17 | Implement __builtin_clear_cache() on riscv64 | Jeremie Courreges-Anglas |
2021-09-07 | clang: add a new warning for %n format specifier usage in printf(3) family fu... | Sebastien Marie |
2021-09-03 | Allow the compiler driver to link the libclang_rt.profile library. | Frederic Cambus |
2021-09-01 | Add lfence after ret in retpoline thunk. | Todd Mortimer |
2020-08-09 | Import LLVM 10.0.1 including clang, lld and lldb. | Patrick Wildt |
2021-09-01 | llvm: Use Component in OpenBSD::getCompilerRT to find libraries | Greg Steuck |
2021-08-29 | Revert: llvm: openbsd driver had one -lcompiler_rt too many | Greg Steuck |
2021-08-29 | llvm: openbsd driver had one -lcompiler_rt too many | Greg Steuck |
2021-07-29 | Allow relocation R_386_GOTOFF to be used from .debug_info sections. Newer | Pascal Stumpf |
2021-07-11 | Optimize gadget fixups for MOV instructions. | mortimer |
2021-06-25 | Pull in support from a future clang for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_x | Theo de Raadt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-05-14 | Initial enablment of EMULTLS on RiscV | Dale Rahn |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-05-11 | Since ld.lld doesn't properly support R_RISCV_RELAX relocations, switch the | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-05-01 | arvm7 -> armv7 | Jonathan Gray |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-04-28 | Enable libunwind on riscv64 | Dale Rahn |
2021-04-28 | Merge libc++, libc++abi and libunwind version 11.1.0. | Patrick Wildt |
2021-04-28 | Import libc++ 11.1.0 release. | Patrick Wildt |
2021-04-28 | Import libc++abi 11.1.0 release. | Patrick Wildt |
2021-04-28 | Import libunwind 11.1.0 release. | Patrick Wildt |
2021-04-28 | Merge LLVM 11.1.0. | Patrick Wildt |
2021-04-28 | Import LLVM 11.1.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2021-04-21 | Fix __builtin_bitreverse32 on 32-bit PowerPC | gkoehler |
2021-02-20 | Make the unwind cache tread-safe by declaring it thread_local. Solves | Otto Moerbeek |
2021-02-14 | Shuffle how lldb register contexts are built. | mortimer |
2021-02-13 | Cleanup lldb amd64 support. | mortimer |
2021-02-09 | Fix lldb. | mortimer |
2021-02-06 | switch clang to -fno-common by default | Christian Weisgerber |
2021-01-10 | Backport fix to avoid including math.h from stdlib.h. | Mark Kettenis |
2021-01-02 | Re-apply our libc++ 8.0.0 patches to libc++ 10.0.1. | Patrick Wildt |