Age | Commit message (Expand) | Author |
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 |
2021-01-02 | Import libc++abi 10.0.1 release. | Patrick Wildt |
2021-01-02 | Import libc++ 10.0.1 release. | Patrick Wildt |
2021-01-02 | Merge compiler-rt 11.0.0. | Patrick Wildt |
2021-01-02 | Import compiler-rt 11.0.0 release. | Patrick Wildt |
2021-01-02 | Adjust local modifications to follow changes made upstream. | Mark Kettenis |
2021-01-02 | Re-apply our libunwind 8.0.0 patches to libunwind 11.0.0. Patches to the | Patrick Wildt |
2021-01-02 | Import libunwind 11.0.0 in new LLVM directory, thus not yet linked to | Patrick Wildt |
2021-01-01 | Skip leaf function optimization under some circumstances. | mortimer |
2020-12-01 | Implement Loongson 2F BTB bug workaround in clang | Visa Hankala |
2020-11-29 | Teach lld to link the macppc kernel | gkoehler |
2020-11-21 | Backport https://reviews.llvm.org/D75419. This adds a workaround for | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-11-20 | Fix va_arg in C++, Objective-C on 32-bit powerpc | gkoehler |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-11-01 | Do not reserve PowerPC GOT header entries when creating a relocatable | Mark Kettenis |
2020-10-18 | Use all 64 bits of the RETGUARD cookie on powerpc64 | gkoehler |