summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2025-11-22ELF: Use index 0 for unversioned undefined symbols (#168189)Fangrui Song
2025-11-21[lld:MachO] Allow independent override of weak symbols aliased via .set (#167...Joshua Haberman
2025-11-21[lld] Add (ignored) /link flag to lld-link for compatibility with MSVC link.e...Frankie Robertson
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-11-18[ELF][AArch64] Fix copy/paste error in llvm_unreachable messageJessica Clarke
2025-11-17[lld][MachO] Read cstring order for non deduped sections (#161879)Ellis Hoag
2025-11-17Remove shadowing "size" field from classes that inherit from SyntheticSection...Sterling-Augustine
2025-11-17[LLD][COFF] Align EC code ranges to page boundaries (#168222)Jacek Caban
2025-11-11[lld][macho] Fix segfault while processing malformed object file. (#167025)Prabhu Rajasekaran
2025-11-08[lld][WebAssembly] Default to --stack-first (#166998)Sam Clegg
2025-11-07[lld][macho] Move unwind logic from equalsVariable to equalsConstant (#165325)Jez Ng
2025-11-06[lld] Remove redundant declarations (NFC) (#166712)Kazu Hirata
2025-11-04[lld][WebAssembly] Allow `--no-stack-first` in addition to `--stack-first` (#...Sam Clegg
2025-11-03[lld][WebAssembly] Use writePtrConst helper function (#166228)Sam Clegg
2025-11-02[LLD] [Docs] explain --unresolved-symbols options (#165937)Florian Mayer
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-11-01[LLD][MachO] Fix warning when building with latest MSVCAlexandre Ganea
2025-11-01[lld][macho] Error out gracefully when offset is outside literal section (#16...Jez Ng
2025-10-31[lld][macho] Ignore cstrings in bp orderer (#165757)Ellis Hoag
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-30ELF: Rename RandomizePaddingSection to PaddingSection.Peter Collingbourne
2025-10-29[LLD][COFF] Fix manifest UAC trustInfo namespace (#165285)Andrew Ng
2025-10-28[lld][WebAssembly] LTO: Use PIC reloc model with dynamic imports (#165342)Sam Clegg
2025-10-27[lld-macho] Link against libatomic when necessary (#144259)Sertonix
2025-10-27[lld][macho] Use reloc length correctly in hash computation (#165287)Ellis Hoag
2025-10-27[lld][macho] Support 1-byte branch relocs for x86_64 (#164439)Jez Ng
2025-10-27[lld][WebAssembly] Add LTO test for `-mllvm -mcpu=`. NFC (#165170)Sam Clegg
2025-10-25[ADT] Deprecate StringSwitch Cases with 3+ args. NFC. (#165119)Jakub Kuderski
2025-10-24[LLD][COFF] Deduplicate common chunks when linking COFF files. (#162553)Joshua Cranmer
2025-10-24[lld] Fix RISCV vendor relocation testcase to require RISCVOwen Anderson
2025-10-24[lld] Add infrastructure for handling RISCV vendor-specific relocations. (#15...Owen Anderson
2025-10-23[lld][WebAssembly] Honor command line reloc model during LTO (#164838)Sam Clegg
2025-10-23[DTLTO][Clang][LLD] Fix DTLTO for multi-call LLVM driver toolchain (#162456)Andrew Ng
2025-10-22[lld][test] Remove unsafe-fp-math uses (NFC) (#164598)paperchalice
2025-10-20[ADT] Prepare for deprecation of StringSwitch cases with 4+ args. NFC. (#164173)Jakub Kuderski
2025-10-17[lld][MachO] Disable read-workers.s test eveywhereDavid Spickett
2025-10-17[lld] Reject --read-workers when lld is built without thread support (#163925)David Spickett
2025-10-16[lld] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163701)Kazu Hirata
2025-10-16[lld][utils] Remove Python2 compatible imports in benchmark.pyDavid Spickett
2025-10-13[ELF] Refactor RelocScan::scan to be target-specific (#163138)Fangrui Song
2025-10-13[LLD] [COFF] Fix aarch64 delayimport of sret arguments (#163096)Martin Storsjö
2025-10-13AMDGPU: Use ELF mangling in data layout (#163011)Matt Arsenault
2025-10-09Add Nix recipe for collecting linker reproducers. (#145789)Peter Collingbourne
2025-10-08[lld][WebAssembly] update error to continue for R_WASM_FUNCTION_INDEX_I32 (#1...Kyungtak Woo
2025-10-06[lld][WebAssembly] Error on unexpected relocation types in `-pie`/`-shared` d...Sam Clegg
2025-10-06[llvm] Add subcommand support for OptTable (#155026)Prabhu Rajasekaran
2025-10-03[lld][MachO] Tail merge strings (#161262)Ellis Hoag
2025-10-03[LLD][COFF] Fix tailMergeARM64 delayload thunk 128 MB range limitation (#161844)Hans Wennborg