aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF
AgeCommit message (Expand)AuthorFilesLines
11 hours[LLD] [ELF] Make -z gcs=always implicitly warn on missing GCS, like force-bti...Martin Storsjö1-2/+11
2 days[ELF] Fix -u with TLS symbols: propagate type from STT_NOTYPE to STT_TLS (#18...Fangrui Song1-0/+7
2 days[ELF,test] Add test for -u error message referencing object file (#185938)Fangrui Song1-0/+6
8 days[ELF] Add target-specific relocation scanning for RISC-V (#181332)Fangrui Song3-8/+70
9 days[lld][Hexagon] Fix findMaskR8 missing duplex support (#183936)Brian Cain1-0/+40
13 days[ThinLTO] Reduce the number of renaming due to promotions (#183793)yonghong-song1-4/+4
14 daysAArch64: Replace @plt/%gotpcrel in data directives with %pltpcrel %gotpcrel (...Fangrui Song8-17/+17
2026-02-27Revert "[ThinLTO] Reduce the number of renaming due to promotions (#178587)" ...yonghong-song1-4/+4
2026-02-27[ThinLTO] Reduce the number of renaming due to promotions (#178587)yonghong-song1-4/+4
2026-02-24Reland "CodeGen: Emit .prefalign directives based on the prefalign attribute."Peter Collingbourne1-1/+1
2026-02-23[ELF] Adjust allowed dynamic relocation types for x86-64 (#182905)Fangrui Song3-23/+59
2026-02-23Revert "CodeGen: Emit .prefalign directives based on the prefalign attribute."Nikita Popov1-1/+1
2026-02-20CodeGen: Emit .prefalign directives based on the prefalign attribute.Peter Collingbourne1-1/+1
2026-02-17[ELF][SystemZ] Fix R_390_TLS_LDO32/64 in non-SHF_ALLOC sectionsJessica Clarke1-0/+11
2026-02-16[ELF] Add target-specific relocation scanning for SystemZ (#181563)Fangrui Song2-2/+2
2026-02-16[ELF,test] eh-frame-hdr-sdata8.s: use AT() to avoid huge PT_LOAD segmentsFangrui Song1-4/+6
2026-02-14[ELF,PPC64] Scope checkPPC64TLSRelax to section and simplify TLS markersFangrui Song1-1/+1
2026-02-14[ELF] Add target-specific relocation scanning for PPC64 (#181496)Fangrui Song1-6/+30
2026-02-13Revert "[LLD] Add support for statically resolved vendor-specific RISCV reloc...Fangrui Song1-12/+5
2026-02-12[lld] Fix undefined behavior with misaligned SHT_GROUP section. (#180848)Eli Friedman1-1/+2
2026-02-11[ELF] Fix /DISCARD/ .eh_frame regression after #179089Fangrui Song2-13/+44
2026-02-09[lld][Hexagon] Fix R_HEX_TPREL_11_X relocation on duplex instructions (#179860)Brian Cain1-1/+35
2026-02-05[ELF][test] Consolidate .eh_frame FDE encoding testsFangrui Song11-375/+231
2026-02-05[ELF][test] Consolidate invalid-eh-frame testsFangrui Song11-226/+199
2026-02-04[ELF,test] Improve error message testsFangrui Song17-174/+192
2026-02-03[ELF] Support DW_EH_PE_sdata8 encoding in .eh_frame_hdr (#179089)Fangrui Song2-35/+110
2026-02-01[ELF,test] Improve riscv and aarch64 relocation error testsFangrui Song13-192/+192
2026-02-01[ELF,test] Improve error/warning message checksFangrui Song48-114/+117
2026-02-01[ELF,test] Improve error message checks with proper formatFangrui Song9-52/+50
2026-01-31[ELF] Fix IRELATIVE addend if the resolver address is updated by linker relax...Fangrui Song2-38/+162
2026-01-31[ELF][AArch64][PAC][MTE] Handle Memtag globals for R_AARCH64_AUTH_ABS64Jessica Clarke2-0/+51
2026-01-28[ELF,RISCV] Fix code style after #169273 (#178365)Fangrui Song1-1/+1
2026-01-28[lld] Fill section gaps with trap instructions (#176845)Zachary Yedidia1-0/+56
2026-01-28[DTLTO] support distributing bitcode from FatLTO objects (#176928)Rose Hudson1-2/+2
2026-01-23[ELF] Set vna_flags to VER_FLG_WEAK if all references are weak (#176673)Fangrui Song2-18/+80
2026-01-22[ELF] --why-live: Skip symbol at index 0 and section symbols, handle .eh_fram...Fangrui Song1-0/+44
2026-01-19[DTLTO] Add DTLTO-specific LTO input handling time-trace scopes (#175799)Ben Dunbobbin1-0/+65
2026-01-16[ELF][Mips] Fix addend for preemptible static TLSJessica Clarke3-3/+3
2026-01-15[lld][LoongArch] Support reloc types for LA32R/LA32S (#172618)hev9-59/+388
2026-01-10[lld][LoongArch][NFC] Explicitly enable LA32S in LA32 test casesWANG Rui10-20/+20
2026-01-09Fix lld crash using --fix-cortex-a53-843419 (#170495)Tarcísio Fischer1-0/+107
2026-01-06[ELF] Add VersionNode lexer state for better version script parsingFangrui Song3-2/+14
2025-12-24[ELF] Include sharded relocations in RelocationBaseSection::getSizeJessica Clarke1-0/+20
2025-12-19[lld] Adjust compressed-debug-level test for s390x with DFLTCC (#172972)Nikita Popov1-1/+1
2025-11-27[LLD] Add support for statically resolved vendor-specific RISCV relocations. ...Owen Anderson1-4/+11
2025-11-22ELF: Use index 0 for unversioned undefined symbols (#168189)Fangrui Song2-2/+2
2025-11-19ELF: Add support for relocating R_AARCH64_FUNCINIT64.Peter Collingbourne2-0/+37
2025-11-18ELF,test: Test unversioned undefined symbols of index 0 and 1Fangrui Song1-0/+41
2025-10-31[lld][test] Fix file cleanup in aarch64-build-attributes.s (#164396)David Spickett1-5/+5
2025-10-31[lld][ARM] Don't emit veneers for wraparound branches. (#165263)Simon Tatham1-0/+102