aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2024-02-06[lld][ELF] Support relax R_LARCH_ALIGN (#78692)Jinyang He8-35/+363
2024-02-05[AMDGPU] Introduce Code Object V6 (#76954)Pierre van Houtryve2-0/+37
2024-02-02[Object][Wasm] Move WasmSymbolInfo directly into WasmSymbol (NFC) (#80219)Derek Schuff1-10/+10
2024-02-01[ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song2-9/+14
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee5-0/+37
2024-02-01[lld-macho] icf objc stubs (#79730)Kyungwoo Lee10-71/+96
2024-02-01[lld-macho] Make ObjC category checker print the source file name of category...alx322-4/+41
2024-01-31[lld] enable fixup chains by default (#79894)Richard Howell7-44/+54
2024-01-31[LLD][COFF] Align import directory chunk. (#80014)Jacek Caban3-4/+9
2024-01-30[lld] [MinGW] Support targeting ARM64EC (#78911)Billy Laws3-1/+11
2024-01-29[lld-macho] dead-strip objc stubs (#79726)Kyungwoo Lee5-6/+52
2024-01-29[ELF] --warn-backrefs: --defsym does not make a backward referenceFangrui Song2-1/+10
2024-01-26[TextAPI] Rename SymbolKind to EncodeKind (#79622)Cyndy Ishida1-8/+8
2024-01-26[ELF] Improve comment of InputSection::file and update getFile. NFC (#79550)Fangrui Song1-4/+5
2024-01-25[ELF] Implement R_RISCV_TLSDESC for RISC-VFangrui Song5-6/+551
2024-01-25[ELF] Fix terminology: TLS optimizations instead of TLS relaxation. NFCFangrui Song1-19/+19
2024-01-25[ELF] Clean up R_RISCV_RELAX code. NFCFangrui Song1-31/+34
2024-01-25[Object][Wasm] Allow parsing of GC types in type and table sections (#79235)Derek Schuff4-2/+12
2024-01-25[LLD][ELF] Silence warning when building with Clang ToTAlexandre Ganea1-1/+1
2024-01-25[LLD] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2024-01-25[Pass] Add hyphen to some pass names (#74287)paperchalice1-1/+1
2024-01-24[lld][WebAssembly] Fix test on Windows, use llvm-ar instead of arReid Kleckner1-1/+1
2024-01-24[ELF] Don't resolve relocations referencing SHN_ABS to tombstone in non-SHF_A...Fangrui Song2-8/+7
2024-01-23Bump trunk version to 19.0.0gitllvmorg-19-initTom Stellard1-13/+0
2024-01-23[ELF,test] Improve dead-reloc-in-nonalloc.sFangrui Song1-12/+23
2024-01-23[ELF,test] Actually fix defsym.llFangrui Song1-1/+1
2024-01-23[ELF,test] Fix defsym.llFangrui Song1-10/+12
2024-01-23[ELF] --save-temps --lto-emit-asm: derive ELF/asm file names from bitcode fil...Fangrui Song14-80/+116
2024-01-23[ELF] Improve thin-archivecollision.llFangrui Song1-15/+17
2024-01-23[LLD] [COFF] Fix crashes for cfguard with undefined weak symbols (#79063)Martin Storsjö2-0/+29
2024-01-23[lld-macho][arm64] implement -objc_stubs_small (#78665)Kyungwoo Lee11-51/+237
2024-01-23fix test (#79018)OldWorldOrdr1-1/+1
2024-01-22[ELF] Improve ThinLTO testsFangrui Song2-68/+76
2024-01-22[ELF] Fix spurious warning for -z rel && -z relaFangrui Song2-1/+2
2024-01-22[ELF] Suppress --no-allow-shlib-undefined diagnostic when a SharedSymbol is o...Fangrui Song4-4/+17
2024-01-22[lld][WebAssembly] Implement `--start-lib`/`--end-lib` (#78821)Sam Clegg8-9/+71
2024-01-22[ELF] Add internal InputFile (#78944)Fangrui Song20-45/+75
2024-01-22[AMDGPU] Make a few more tests default COV agnostic (#78926)Emma Pilkington1-1/+4
2024-01-22[lld] Use SmallString::operator std::string (NFC)Kazu Hirata7-9/+9
2024-01-21[ELF] Reimplement unknown -z options using the isClaimed bitFangrui Song3-59/+8
2024-01-21[ELF] Claim recognized -z options. NFCFangrui Song2-51/+76
2024-01-21[ELF] Clarify the first entry of .got.plt NFCFangrui Song1-4/+4
2024-01-20[lld-macho] Find objects in library search path (#78628)OldWorldOrdr2-0/+18
2024-01-20[LLD] [COFF] Preserve directives and export names from LTO objects (#78802)Martin Storsjö3-1/+16
2024-01-19[ELF] Improve LTO testsFangrui Song6-134/+124
2024-01-19[ELF] Improve --thinlto-index-only and --thinlto-emit-index-files testsFangrui Song4-119/+106
2024-01-19[lld][WebAssembly] Fix regression in function signature checking (#78831)Sam Clegg2-2/+11
2024-01-19[lld][WebAssembly] Match the ELF linker in transitioning away from archive in...Sam Clegg10-142/+99
2024-01-19[ELF] Rename LazyObject to LazySymbol. NFCFangrui Song3-16/+16
2024-01-19[lld][WebAssembly] Use the archive offset with --whole-archive (#78791)Sam Clegg2-5/+40