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