summaryrefslogtreecommitdiff
path: root/lld/test
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-17[lld][MachO] Read cstring order for non deduped sections (#161879)Ellis Hoag
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-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-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-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] 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-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-22[lld][test] Remove unsafe-fp-math uses (NFC) (#164598)paperchalice
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-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-06[lld][WebAssembly] Error on unexpected relocation types in `-pie`/`-shared` d...Sam Clegg
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-09-29[lld][WebAssembly] Fix visibility of `__stack_pointer` global (#161284)Sam Clegg
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-23[lld][WebAssembly] Allow --import-memory to take single name (#160409)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-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-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-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