summaryrefslogtreecommitdiff
path: root/lld/test/ELF
AgeCommit message (Expand)Author
2025-11-22ELF: Use index 0 for unversioned undefined symbols (#168189)Fangrui Song
2025-11-19ELF: Add support for relocating R_AARCH64_FUNCINIT64.Peter Collingbourne
2025-11-18ELF,test: Test unversioned undefined symbols of index 0 and 1Fangrui Song
2025-10-31[lld][test] Fix file cleanup in aarch64-build-attributes.s (#164396)David Spickett
2025-10-31[lld][ARM] Don't emit veneers for wraparound branches. (#165263)Simon Tatham
2025-10-24[lld] Fix RISCV vendor relocation testcase to require RISCVOwen Anderson
2025-10-13AMDGPU: Use ELF mangling in data layout (#163011)Matt Arsenault
2025-09-28ELF: Test .eh_frame relocationFangrui Song
2025-09-22[lld][ELF] Fix gc-sections-print.s failure in read-only directories (#160204)Ivan Tadeu Ferreira Antunes Filho
2025-09-20[ELF] -r/--emit-relocs: Fix crash when processing .rela.text before .text (#1...mykouHW
2025-09-19[ELF] Add --print-gc-sections=<file> (#159706)Fangrui Song
2025-09-05[llvm-readobj][ELF] Prints hex format values in lower-case mode (#156683)Ádám Kallai
2025-09-04[lld] Prefer printf over echo -eAiden Grossman
2025-09-03[lld] Make cache-warning* tests work with internal shellAiden Grossman
2025-09-03[lld] Update tests redirecting multiple commands to FileCheckAiden Grossman
2025-09-03[lld] Remove shell requirements from testsAiden Grossman
2025-08-29Reland "[sancov][LoongArch] Resolve pcaddu18i+jirl in evaluateBranch and teac...ZhaoQi
2025-08-28Revert "[sancov][LoongArch] Resolve pcaddu18i+jirl in evaluateBranch and teac...Vitaly Buka
2025-08-28[sancov][LoongArch] Resolve pcaddu18i+jirl in evaluateBranch and teach sancov...ZhaoQi
2025-08-22[ELF][LoongArch] -r: Synthesize R_LARCH_ALIGN at input section start (#153935)Zhaoxin Yang
2025-08-12test: Add REQUIRES: riscvFangrui Song
2025-08-12[ELF] -r: Synthesize R_RISCV_ALIGN at input section start" (#151639)Fangrui Song
2025-08-12Revert "[ELF] -r: Synthesize R_RISCV_ALIGN at input section start" (#151639)Fangrui Song
2025-08-12Revert "Add `REQUIRES: riscv` to test added in 151639 to skip the test when r...Fangrui Song
2025-08-11Add missing REQUIRES: aarch64.Peter Collingbourne
2025-08-11ELF: Add support for R_AARCH64_PATCHINST relocation type.Peter Collingbourne
2025-08-09Add `REQUIRES: riscv` to test added in 151639 to skip the test when riscv is ...dyung
2025-08-08[ELF] -r: Synthesize R_RISCV_ALIGN at input section startFangrui Song
2025-08-07[lld][ELF] filter out section symbols when use BP reorder (#151685)Pengying Xu
2025-08-07MC: Refine ALIGN relocation conditionsFangrui Song
2025-08-01[Test] Adjust quoting in archive-thin.test for spaces in paths (#151707)bd1976bris
2025-08-01[DTLTO][LLD][ELF] Support bitcode members of thin archives (#149425)bd1976bris
2025-08-01[lld][LoongArch] GOT indirection to PC relative optimization (#123743)Zhaoxin Yang
2025-07-30[lld][LoongArch] Check that the relocation addend is zero before applying rel...Zhaoxin Yang
2025-07-24[lld][test] Fix unintentional write to a non-writeable dir (#150436)Jordan Rupprecht
2025-07-24 [lld][AArch64][Build Attributes] Add support for AArch64 Build Attributes (#...Mark Murray
2025-07-23ELF: Simplify isRelRoDataSection and rename the text fileFangrui Song
2025-07-23[lld][ELF] Allow `data.rel.ro.hot` and `.data.rel.ro.unlikely` to be RELRO (#...Mingming Liu
2025-07-23[lld][LoongArch] Support relaxation during TLSDESC GD/LD to IE/LE conversion ...Zhaoxin Yang
2025-07-20[lld] [hexagon] guard allocateAux: only if idx nonzero (#149690)Brian Cain
2025-07-20[lld] Add thunks for hexagon (#111217)Brian Cain
2025-07-18[Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807)quic-areg
2025-07-18[lld][elf] Skip BP ordering input sections with null data (#149265)Pengying Xu
2025-07-14[LLD] Merge .hexagon.attributes sections (#148098)Brian Cain
2025-07-06[LLD] Fix crash on parsing ':ALIGN' in linker script (#146723)Parth
2025-07-02[Test] Account for spaces in paths in the new dtlto/files.test (#146749)bd1976bris
2025-07-02Fix lld crash caused by dynamic bit offset patch (#146701)Tom Tromey
2025-07-02[DTLTO][LLD][ELF] Add support for Integrated Distributed ThinLTO (#142757)bd1976bris
2025-07-02[lld][LoongArch] Support TLSDESC GD/LD to IE/LE (#123715)Zhaoxin Yang
2025-06-24Reapply "ELF: Add branch-to-branch optimization."Peter Collingbourne