summaryrefslogtreecommitdiff
path: root/gnu/llvm
AgeCommit message (Expand)Author
2023-02-03default sparc64 ld.lld to --execute-onlyTheo de Raadt
2023-02-03make --execute-only the default on powerpcTheo de Raadt
2023-01-30sync --execute-only archs described in the manual with current codeStuart Henderson
2023-01-2932-bit powerpc should also allow the --exec-only flag.Theo de Raadt
2023-01-28Permit the --exec-only option on i386 also. This does not make it the default.Theo de Raadt
2023-01-28Make --execute-only the default on powerpc64. Sort case statements inMark Kettenis
2023-01-27Change the emitted .glink stub on powerpc64 to use an instruction sequenceMark Kettenis
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2023-01-24permit -execute-only on ppc64 (not default)Theo de Raadt
2023-01-21enable --exec-only as default on AMD64. There will be a some ports falloutTheo de Raadt
2023-01-14Update the list of architectures where clang will accept theTheo de Raadt
2023-01-14Allow people to try --execute-only on amd64 and sparc64. the default isTheo de Raadt
2023-01-11arm64 and riscv64 can now do --execute-only by defaultTheo de Raadt
2023-01-07accept --executable-only on aarch64, riscv64, and mips64 because theTheo de Raadt
2022-12-16Downgrade riscv64-specific LTO error to a warningJeremie Courreges-Anglas
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-11-19correct alignment; from bradTheo de Raadt
2022-11-17add .gnu.warning.SYMBOL support to ld.lld(1) to display the warnings inRobert Nagy
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-11-14Recognize PT_OPENBSD_MUTABLE with LLVM's readobj / objdump.Theo de Raadt
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-10-07In the linkers, collect objects in section "openbsd.mutable" and placeTheo de Raadt
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
2022-09-13support more than one input file in llvm-ranlib by backportingRobert Nagy
2022-04-21Our malloc(3) guarantees 16-byte alignment.Mark Kettenis
2022-03-10Downgrade RISCV ABI mismatch error to a warningJeremie Courreges-Anglas
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-03-09Arm is not ready for unwinding yet. Disable unwind info generation for now.Todd Mortimer
2022-03-04Report versioned lib.so in cc --print-file-name given short nameGreg Steuck
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
2022-02-27Enable unwind tables on all clang architectures.Todd Mortimer
2020-08-03Import LLVM 10.0.0 release including clang, lld and lldb.Patrick Wildt
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