Age | Commit message (Expand) | Author |
2024-06-02 | add -fret-clean option (amd64 and i386 only at first), defaulting to off. | Theo de Raadt |
2024-02-19 | Revert the change that enabled retpoline thunks by default. The use of | Mark Kettenis |
2023-11-20 | only enable bti and pac by default on arm64 | Jonathan Gray |
2023-11-16 | downgrade -Wint-conversion to a warning | Robert Nagy |
2023-11-12 | Fix parsing of branch target protection options on arm64 to enable | Mark Kettenis |
2023-11-11 | merge clang-16.0.6 | Robert Nagy |
2023-11-11 | import of clang from LLVM-16.0.6 | Robert Nagy |
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 |
2023-07-20 | Make sure -msign-return-address doesn't disable BTI support. | Mark Kettenis |
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-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 |
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-04-21 | Our malloc(3) guarantees 16-byte alignment. | Mark Kettenis |
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 |
2021-12-17 | Merge LLVM 13.0.0. | Patrick Wildt |
2021-12-17 | Import LLVM 13.0.0 release. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
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 | 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-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-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-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 |
2021-02-06 | switch clang to -fno-common by default | Christian Weisgerber |
2020-12-01 | Implement Loongson 2F BTB bug workaround in clang | Visa Hankala |
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-10-12 | Add RETGUARD implementation for powerpc and powerpc64. | mortimer |
2020-09-10 | Disable strict floating point if not X86 | gkoehler |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-09 | Merge LLVM 10.0.1. | Patrick Wildt |
2020-08-09 | Import LLVM 10.0.1 including clang, lld and lldb. | Patrick Wildt |
2020-08-07 | default to -march=i586 on i386 | Jonathan Gray |