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