aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2026-02-11[ELF] Fix /DISCARD/ .eh_frame regression after #179089Fangrui Song4-16/+46
2026-02-11[ELF] Simplify AArch64::relocateAlloc. NFCFangrui Song1-5/+6
2026-02-11[ELF] Add target-specific relocation scanning for x86 (#178846)Fangrui Song4-133/+406
2026-02-10[lld][Webassembly] Avoid a signed overflow on large sections (#178287)Fatih BAKIR5-1/+103
2026-02-10[WebAssembly] Add initial support for compact imports proposal (#176617)Sam Clegg4-4/+67
2026-02-10[LLD][COFF] Fix out-of-bounds write when filling gaps with INT3 in code secti...Petr Beneš2-2/+67
2026-02-09[lld][WebAssembly] Add new __rodata_start/__rodata_end symbols (#172102)Sam Clegg6-17/+64
2026-02-09[lld][Hexagon] Fix R_HEX_TPREL_11_X relocation on duplex instructions (#179860)Brian Cain2-1/+37
2026-02-09[NFC][ELF] Remove redundant and unused file argument from deleteFallThruJmpIn...Jessica Clarke3-8/+8
2026-02-09[NFC][ELF] Fix overzealous find/replace affecting commentsJessica Clarke1-6/+5
2026-02-09[lld] Add explicit std::move(...) to avoid a few vector copies (#180474)serge-sans-paille3-3/+3
2026-02-07[lld][ELF] Remove redundant size check in nopInstrFillAiden Grossman1-2/+0
2026-02-06[lld][WebAssembly] Improve import mismatch error reporting (#178715)Sam Clegg3-20/+52
2026-02-06[lld][BP] Fix nondeterministic function order by using MapVector (#179841)Ellis Hoag1-2/+2
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 Song5-127/+211
2026-02-02[lld-macho] Fix branch relocations with addends to target actual function (#1...alx322-9/+99
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 Song5-92/+204
2026-01-31[NFCI][ELF][AArch64][PAC] Teach addRelativeReloc to emit R_AARCH64_AUTH_RELATIVEJessica Clarke1-25/+15
2026-01-31[ELF][AArch64][PAC][MTE] Handle Memtag globals for R_AARCH64_AUTH_ABS64Jessica Clarke3-1/+57
2026-01-30[lld][MachO] Accept hex format for cstring hashes in order file (#178933)SharonXSharon2-5/+7
2026-01-29[ELF] Rename isAbsoluteValue for clarity. NFCFangrui Song2-4/+4
2026-01-29[ELF] Remove unneeded -z ifunc-noplt check. NFCFangrui Song1-1/+1
2026-01-29[lld][WebAssembly] Fix symbol type for __memory_base/__table_base. (#178773)Sam Clegg7-51/+79
2026-01-29[lld][WebAssembly] Honor export flags in addOptionalGlobalSymbol. NFC (#178754)Sam Clegg4-36/+69
2026-01-29[lld][WebAssembly] Improve merging multiple occurrences of an undefined symbo...Sam Clegg2-17/+61
2026-01-28[ELF,RISCV] Fix code style after #169273 (#178365)Fangrui Song2-6/+3
2026-01-29[NFCI][ELF][Mips] Refactor MipsGotSection to avoid explicit writes (#178561)Jessica Clarke3-78/+68
2026-01-28[lld] Fill section gaps with trap instructions (#176845)Zachary Yedidia2-6/+73
2026-01-28[lld][WebAssembly] Convert pic-static test to assembly. NFC (#178321)Sam Clegg2-121/+159
2026-01-28[DTLTO] support distributing bitcode from FatLTO objects (#176928)Rose Hudson2-4/+6
2026-01-28[ELF] Simplify RelocScan after #163138 (#178375)Fangrui Song4-26/+22
2026-01-26[DTLTO] Make temporary file handling consistent (#176807)Ben Dunbobbin2-5/+8
2026-01-23[ELF] Set vna_flags to VER_FLG_WEAK if all references are weak (#176673)Fangrui Song5-38/+112
2026-01-22[lld][ELF/MachO] Use `.contains` rather than `.count` for set membership. NFC...Sam Clegg12-28/+29
2026-01-22[ELF] --why-live: Skip symbol at index 0 and section symbols, handle .eh_fram...Fangrui Song2-1/+52
2026-01-21[lld][COFF] Use `.contains` rather than `.count` for set membership. NFC (#17...Sam Clegg5-16/+18
2026-01-21[NFC][LTO] Move isPreservedName out of IRSymtab into LTO's Symbol as isLibcal...Daniel Thornburgh1-1/+4
2026-01-20[lld][WebAssembly] Use `.contains` rather than `.count` for testing set membe...Sam Clegg5-17/+17
2026-01-19[DTLTO] Add DTLTO-specific LTO input handling time-trace scopes (#175799)Ben Dunbobbin1-0/+65
2026-01-16[lld][WebAssembly] Fix crash in debug info relocation against shared symbols ...Sam Clegg2-1/+37
2026-01-16[ELF][Mips] Fix addend for preemptible static TLSJessica Clarke4-8/+10
2026-01-16[lld][COFF][NFC] Fix warnings on 32-bit asserts builds (#176178)Alex Bradbury1-3/+5
2026-01-16[lld][ELF] Deduplicate PC-relative indirect relocation logic for RISC-V and L...hev1-80/+45
2026-01-16[lld][LoongArch] Clean up CALL30 relocation with setK16 and checkInt (#176311)hev1-9/+3