aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[ThinLTO][COFF] Pass loop and slp vectorize options to LTO backend (#173041)Andrew Ng2-0/+52
2025-12-31[lld][dtlto] Invert dependency edge from LTO->DTLTO to DTLTO->LTOBenjamin Kramer4-2/+2
2025-12-31[DTLTO][ELF][COFF] Add archive support for DTLTO. (#157043)Konstantin Belochapka6-58/+34
2025-12-24[ELF] Include sharded relocations in RelocationBaseSection::getSizeJessica Clarke2-1/+26
2025-12-24[NFC][ELF] Move mergeRels/partitionRels into finalizeContentsJessica Clarke3-17/+12
2025-12-24[NFC][ELF][AArch64][MTE] Don't duplicate addRelativeReloc call for MTE globalsJessica Clarke1-19/+20
2025-12-24[NFC][ELF] Abstract RelrBaseSection more like RelocationBaseSectionJessica Clarke2-8/+27
2025-12-24[NFC][ELF] Don't reimplement addReloc in GotSection::addConstantJessica Clarke2-2/+1
2025-12-24[NFC][ELF] Use InputSectionBase::addReloc in addRelativeRelocJessica Clarke1-1/+1
2025-12-23[lld][WebAssembly] Don't export deps for unused stub symbols (#173422)Heejin Ahn5-11/+28
2025-12-22[ELF][AArch64][PAC] Replace R_AARCH64_AUTH_ABS64 addend hackJessica Clarke3-13/+10
2025-12-22[NFC][ELF][AArch64][MTE] Replace addend hack with less-confusing codeJessica Clarke4-14/+5
2025-12-22[NFC][ELF][AArch64][PAC] Use existing addSymbolReloc for R_AARCH64_AUTH_ABS64Jessica Clarke1-7/+6
2025-12-19[lld] Adjust compressed-debug-level test for s390x with DFLTCC (#172972)Nikita Popov1-1/+1
2025-12-18[LLD] [COFF] Add a missing REQUIRES line in a newly added testMartin Storsjö1-0/+2
2025-12-18[llvm][LLD][COFF] Add fat-lto-object support for COFF targets (#165529)Stefan Schmidt7-2/+171
2025-12-17[LLD] [COFF] Fix implicit DLL entry point for MinGW (#171680)Mateusz Mikuła12-17/+24
2025-12-17[AArch64][llvm-objdump] Fix arm64_32 symbolization (#171164)Ryan Mansfield2-64/+14
2025-12-16[lld][MachO] Add --lto-emit-llvm command line optionTarun Prabhu5-4/+36
2025-12-09ELF: Remove stray ;. NFCFangrui Song1-1/+1
2025-12-09[NFC][ELF] Remove pointless NEEDS_TLSGD_TO_IE (#171046)Jessica Clarke2-9/+4
2025-12-07[lld][docs] Document two linker-script related options for lld ELF (#166313)Mingming Liu1-0/+19
2025-12-04[lld-macho]Define a flag for adjusting slop scale (#164295)Vy Nguyen5-2/+32
2025-12-02[lld] Fix typo in lld manpage, nfc (#170299)serge-sans-paille1-1/+1
2025-12-02[lld-macho] Remove cuIndices indirection in UnwindInfoSection. NFC (#170252)Fangrui Song1-43/+32
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