Age | Commit message (Expand) | Author |
2024-01-15 | From "Lorenz (xha)" (me(at)xha.li): teach binutils how to assemble | Philip Guenther |
2024-01-11 | Add basic support for R_386_GOT32X | Jeremie Courreges-Anglas |
2023-12-23 | Update to perl 5.36.3 | Andrew Fresh |
2023-12-13 | OSF/1 placed alpha binaries above 4G. This affects our nopie binaries, | Theo de Raadt |
2023-12-07 | Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment. | Mark Kettenis |
2023-12-04 | protect access to the gnu warning map with a mutex to avoid random crashes | Robert Nagy |
2023-12-03 | Collect .openbsd.syscalls sections into a new PT_OPENBSD_SYSCALLS segment. | Mark Kettenis |
2023-11-26 | Add arm64 bti pads for range extension thunks. | Tobias Heider |
2023-11-26 | Fix read/write past buffer end | Andrew Fresh |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-11-21 | Add '-e' (or -eltorito-boot-efi) option for writing an EFI eltorito boot | Jonathan Matthew |
2023-11-20 | Stop erroring out when .gcc_except_table relocs point at discarded sections | Jeremie Courreges-Anglas |
2023-11-20 | Code changes between llvm 13 and 16 mean that we have to drop the final dot | Mark Kettenis |
2023-11-20 | Restore lost patch: downgrade RISCV ABI mismatch error to a warning | Jeremie Courreges-Anglas |
2023-11-20 | only enable bti and pac by default on arm64 | Jonathan Gray |
2023-11-19 | Disable LOAD_STACK_GUARD on OpenBSD/armv7. It seems the implementation | Mark Kettenis |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-11-19 | Fix cc -ftrapping-math on macppc | George Koehler |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-11-17 | Use -mxgot to avoid GOT overflow during build on mips64. | Visa Hankala |
2023-11-16 | downgrade -Wint-conversion to a warning | Robert Nagy |
2023-11-16 | set .NOTPARALLEL for AMDGPU tblgen files to tame memory usage on i386 | Robert Nagy |
2023-11-14 | Add missing .PATH | Jeremie Courreges-Anglas |
2023-11-12 | append ExtensionDependencies.inc to CLEANFILES only if .OBJDIR != .CURDIR | Robert Nagy |
2023-11-12 | revert https://reviews.llvm.org/D135402 for now to shut lld up until we fix | Robert Nagy |
2023-11-12 | Fix install path, reminded by otto@ | Jeremie Courreges-Anglas |
2023-11-12 | Fix parsing of branch target protection options on arm64 to enable | Mark Kettenis |
2023-11-12 | TargetMCAs.def is required to be installed in the llvm include dir | Robert Nagy |
2023-11-12 | flip the ignoreFunctionAddressEquality flag; lost in merging changes from llv... | Robert Nagy |
2023-11-11 | update build infrastructure for llvm-16.0.6 | Robert Nagy |
2023-11-11 | merge lldb-16.0.6 | Robert Nagy |
2023-11-11 | import lldb from LLVM-16.0.6 | Robert Nagy |
2023-11-11 | merge lld-16.0.6 | Robert Nagy |
2023-11-11 | import of lld from LLVM-16.0.6 | Robert Nagy |
2023-11-11 | merge clang-16.0.6 | Robert Nagy |
2023-11-11 | import of clang from LLVM-16.0.6 | Robert Nagy |
2023-11-11 | merge llvm-16.0.6 | Robert Nagy |
2023-11-11 | import of llvm 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 |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2023-11-10 | remove unused liblldbPluginOperatingSystem | Robert Nagy |
2023-11-07 | comment out test that no longer makes sense, as noticed by anton | Marc Espie |
2010-09-24 | Perl 5.12.2 from CPAN | Todd C. Miller |
2023-11-06 | eliminate discrepancies between termcap-generated info and infocmp results | Marc Espie |
2023-11-06 | actually, I still need to exit() if infocmp can't be run | Marc Espie |
2023-11-06 | system + exit -> exec | Marc Espie |
2023-11-06 | since we're always running info_cmp in the end, remove the whole | Marc Espie |
2023-11-06 | simplify logic for $entry in the main termcap loop | Marc Espie |
2023-11-06 | always try to run info_cmp at the end if we haven't got what we wanted | Marc Espie |