aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2025-11-30ELF: Move .eh_frame_hdr code closer to .eh_frame . NFCFangrui Song2-106/+81
2025-11-27[LLD] Add support for statically resolved vendor-specific RISCV relocations. ...Owen Anderson4-12/+174
2025-11-27[lld][WebAssembly] Fix SEGFAULT when importing wrapped symbol (#169656)Lukas Döllerer3-4/+40
2025-11-26[lld][MachO] Follow-up to use madvise() for threaded file page-in. (#157917)John Holdsworth3-17/+35
2025-11-25[lld] macho: Support section branch relocations, including the 1-byte form (#...Jez Ng3-4/+21
2025-11-23[LLD][MinGW] Handle MIPS machine (#157742)Hervé Poussineau2-0/+8
2025-11-22ELF: Use index 0 for unversioned undefined symbols (#168189)Fangrui Song5-6/+10
2025-11-21[lld:MachO] Allow independent override of weak symbols aliased via .set (#167...Joshua Haberman2-17/+115
2025-11-21[lld] Add (ignored) /link flag to lld-link for compatibility with MSVC link.e...Frankie Robertson3-0/+7
2025-11-19ELF: Add support for relocating R_AARCH64_FUNCINIT64.Peter Collingbourne5-3/+61
2025-11-18ELF,test: Test unversioned undefined symbols of index 0 and 1Fangrui Song1-0/+41
2025-11-18[ELF][AArch64] Fix copy/paste error in llvm_unreachable messageJessica Clarke1-1/+1
2025-11-17[lld][MachO] Read cstring order for non deduped sections (#161879)Ellis Hoag4-113/+129
2025-11-17Remove shadowing "size" field from classes that inherit from SyntheticSection...Sterling-Augustine2-15/+4
2025-11-17[LLD][COFF] Align EC code ranges to page boundaries (#168222)Jacek Caban2-4/+34
2025-11-11[lld][macho] Fix segfault while processing malformed object file. (#167025)Prabhu Rajasekaran3-0/+267
2025-11-08[lld][WebAssembly] Default to --stack-first (#166998)Sam Clegg52-204/+209
2025-11-07[lld][macho] Move unwind logic from equalsVariable to equalsConstant (#165325)Jez Ng1-26/+37
2025-11-06[lld] Remove redundant declarations (NFC) (#166712)Kazu Hirata1-2/+0
2025-11-04[lld][WebAssembly] Allow `--no-stack-first` in addition to `--stack-first` (#...Sam Clegg3-3/+29
2025-11-03[lld][WebAssembly] Use writePtrConst helper function (#166228)Sam Clegg3-16/+66
2025-11-02[LLD] [Docs] explain --unresolved-symbols options (#165937)Florian Mayer1-0/+13
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski4-27/+28
2025-11-01[LLD][MachO] Fix warning when building with latest MSVCAlexandre Ganea1-1/+1
2025-11-01[lld][macho] Error out gracefully when offset is outside literal section (#16...Jez Ng2-0/+48
2025-10-31[lld][macho] Ignore cstrings in bp orderer (#165757)Ellis Hoag2-0/+9
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 Tatham2-1/+103
2025-10-30ELF: Rename RandomizePaddingSection to PaddingSection.Peter Collingbourne3-10/+8
2025-10-29[LLD][COFF] Fix manifest UAC trustInfo namespace (#165285)Andrew Ng5-50/+96
2025-10-28[lld][WebAssembly] LTO: Use PIC reloc model with dynamic imports (#165342)Sam Clegg2-0/+11
2025-10-27[lld-macho] Link against libatomic when necessary (#144259)Sertonix1-0/+1
2025-10-27[lld][macho] Use reloc length correctly in hash computation (#165287)Ellis Hoag1-2/+3
2025-10-27[lld][macho] Support 1-byte branch relocs for x86_64 (#164439)Jez Ng5-29/+54
2025-10-27[lld][WebAssembly] Add LTO test for `-mllvm -mcpu=`. NFC (#165170)Sam Clegg1-0/+27
2025-10-25[ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)Jakub Kuderski1-3/+3
2025-10-24[LLD][COFF] Deduplicate common chunks when linking COFF files. (#162553)Joshua Cranmer5-1/+48
2025-10-24[lld] Fix RISCV vendor relocation testcase to require RISCVOwen Anderson1-0/+1
2025-10-24[lld] Add infrastructure for handling RISCV vendor-specific relocations. (#15...Owen Anderson2-0/+75
2025-10-23[lld][WebAssembly] Honor command line reloc model during LTO (#164838)Sam Clegg2-1/+24
2025-10-23[DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM driver toolchain (#162456)Andrew Ng9-8/+33
2025-10-22[lld][test] Remove unsafe-fp-math uses (NFC) (#164598)paperchalice7-11/+11
2025-10-20[ADT] Prepare for deprecation of StringSwitch cases with 4+ args. NFC. (#164173)Jakub Kuderski1-5/+5
2025-10-17[lld][MachO] Disable read-workers.s test eveywhereDavid Spickett1-0/+3
2025-10-17[lld] Reject --read-workers when lld is built without thread support (#163925)David Spickett6-3/+25
2025-10-16[lld] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163701)Kazu Hirata2-2/+2
2025-10-16[lld][utils] Remove Python2 compatible imports in benchmark.pyDavid Spickett1-7/+2
2025-10-13[ELF] Refactor RelocScan::scan to be target-specific (#163138)Fangrui Song7-354/+446
2025-10-13[LLD] [COFF] Fix aarch64 delayimport of sret arguments (#163096)Martin Storsjö3-80/+88
2025-10-13AMDGPU: Use ELF mangling in data layout (#163011)Matt Arsenault3-5/+5