Age | Commit message (Expand) | Author |
2023-05-30 | Add IBT support to the retpoline+znow PLTs | Philip Guenther |
2023-05-23 | Add IBT support to the retpoline PLTs. Since we use retpoline PLTs by | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-05-15 | Enable BTI PLT entries by default. | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-05-15 | Turn on pointer-authentication on arm64 as well by default. This means | Mark Kettenis |
2023-04-28 | Enable kernel-address sanitizer for clang openbsd target | Greg Steuck |
2023-04-26 | On openbsd amd64, the compiler has been found to generate some nasty jump | Theo de Raadt |
2023-04-26 | On openbsd amd64, emit IBT endbr64 instructions by default (meaning, | Theo de Raadt |
2023-04-23 | Don't create IBT .plt if there are no PLT entries. Cherry picked from | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-04-19 | Implement support for PT_OPENBSD_NOBTCFI in lld(1). This can be set using | Mark Kettenis |
2023-04-17 | Make -mbranch-protection=bti the default on OpenBSD. | Mark Kettenis |
2023-03-26 | allow out-of-class defaulting of comparison operators | Robert Nagy |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-02-24 | switch mips64 ld.lld to execute-only, in case someone uses it | Theo de Raadt |
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 |