summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
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
2025-10-02[DTLTO][LLD] Tidy up DTLTO related options (NFC) (#161675)Andrew Ng
2025-09-30[lld][MachO] Use llvm::Align and remove StringOffset type (#161253)Ellis Hoag
2025-09-30[lld][macho][NFC] Factor count zeros into helper function (#161241)Ellis Hoag
2025-09-29ELF: Use preprocessed relocations for EhInputSection scanningFangrui Song
2025-09-29ELF: Rename Relocations.cpp functions and rewrite the file-level comment. NFCFangrui Song
2025-09-29[lld][macho][NFC] Add release note for #158720 (#161295)Ellis Hoag
2025-09-29[lld][WebAssembly] Fix visibility of `__stack_pointer` global (#161284)Sam Clegg
2025-09-29ELF: Store EhInputSection relocations to simplify code. NFCFangrui Song
2025-09-28ELF: Test .eh_frame relocationFangrui Song
2025-09-26[lld][macho] Rename test to fix spelling (#160938)Ellis Hoag
2025-09-26[lld][WebAssembly] Fix check for implicitly exported mutable globals (#160966)Sam Clegg
2025-09-25[lld][WebAssembly] Fix check for exporting mutable globals (#160787)Sam Clegg
2025-09-25[LLD] [COFF] Fix symbol names for import thunks (#160694)Martin Storsjö
2025-09-24ELF: EhFrameSection: Remove unused template parametersFangrui Song
2025-09-23[lld][WebAssembly] Allow --import-memory to take single name (#160409)Sam Clegg
2025-09-23[lld][WebAssembly] Remove redundant assignment. NFC (#160400)Sam Clegg
2025-09-22[lld][ELF] Fix gc-sections-print.s failure in read-only directories (#160204)Ivan Tadeu Ferreira Antunes Filho
2025-09-22[lld] Fix requires in cstring test (#160172)Ellis Hoag
2025-09-22[LLD][MachO] Option to emit separate cstring sections (#158720)Ellis Hoag
2025-09-22ELF: Split relocateAlloc to relocateAlloc and relocateEh. NFCFangrui Song
2025-09-21[LLD][MachO] Silence warning when building with MSVCAlexandre Ganea
2025-09-20[lld-link] Do not assert when reporting error about non-thin archive (#159828)Nico Weber
2025-09-20[ELF] -r/--emit-relocs: Fix crash when processing .rela.text before .text (#1...mykouHW
2025-09-20[LLD][COFF] Add /nodbgdirmerge to control debug directory section (#159235)kkent030315
2025-09-19[WebAssembly] Require tags for Wasm EH and Wasm SJLJ to be defined externally...Sam Clegg
2025-09-19[ELF] Add --print-gc-sections=<file> (#159706)Fangrui Song
2025-09-15[RISCV] Use X_X0 instead of literal 0. NFC (#158753)Craig Topper
2025-09-11[lld/mac] Fix comment typos to cycle botsNico Weber
2025-09-11[Support] Rename CTLog2 to ConstantLog2 in MathExtras.h (#158006)Kazu Hirata
2025-09-09[LLD][COFF] Make `/summary` work when `/debug` isn't provided (#157476)Alexandre Ganea
2025-09-09[LLD][COFF] Prevent to emit relocations for discarded weak wrapped symbols (#...Tomohiro Kashiwada
2025-09-09[JITLink][RISC-V] Support R_RISCV_SET_ULEB128/R_RISCV_SUB_ULEB128 (#153778)Zhijin Zeng
2025-09-08[LLD] Recognize 'mipspe' as a PE target name (#157305)Hervé Poussineau
2025-09-08[LLD][COFF] Display the size of all consumed inputs with /summary (take 2) (#...Alexandre Ganea
2025-09-06Revert "[LLD][COFF] Display the size of all consumed inputs with `/summary`" ...Alexandre Ganea