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