summaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)Author
2024-02-16[lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739)Ulrich Weigand
2024-02-16[lld] Fix test failures when running as root user (#81339)Tom Stellard
2024-02-16[LLD] [docs] Add more release notes for COFF and MinGW (#81977)Martin Storsjö
2024-02-16[lld][ELF] Support relax R_LARCH_ALIGN (#78692)Jinyang He
2024-02-16[lld] Add target support for SystemZ (s390x) (#75643)Ulrich Weigand
2024-02-16[LLD] [MinGW] Implement the --lto-emit-asm and -plugin-opt=emit-llvm options ...Martin Storsjö
2024-02-15[LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (#81388)Martin Storsjö
2024-02-13[LLD] [test] Avoid printing timestamps past INT32_MAX with llvm-readobj (#81463)Martin Storsjö
2024-02-10[LLD] [COFF] Pick timestamps from the SOURCE_DATE_EPOCH variable (#81326)Martin Storsjö
2024-02-06[docs] Add release notes for Windows specific changes in 18.x (#80011)Martin Storsjö
2024-02-03ReleaseNotes: add lld/ELF notes (#80393)Fangrui Song
2024-02-03[ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song
2024-02-01[ELF] --warn-backrefs: --defsym does not make a backward referenceFangrui Song
2024-01-26[ELF] Implement R_RISCV_TLSDESC for RISC-VFangrui Song
2024-01-26[ELF] Fix terminology: TLS optimizations instead of TLS relaxation. NFCFangrui Song
2024-01-26[ELF] Clean up R_RISCV_RELAX code. NFCFangrui Song
2024-01-25[ELF] Don't resolve relocations referencing SHN_ABS to tombstone in non-SHF_A...Fangrui Song
2024-01-23[ELF,test] Improve dead-reloc-in-nonalloc.sFangrui Song
2024-01-23[ELF,test] Actually fix defsym.llFangrui Song
2024-01-23[ELF,test] Fix defsym.llFangrui Song
2024-01-23[ELF] --save-temps --lto-emit-asm: derive ELF/asm file names from bitcode fil...Fangrui Song
2024-01-23[ELF] Improve thin-archivecollision.llFangrui Song
2024-01-23[LLD] [COFF] Fix crashes for cfguard with undefined weak symbols (#79063)Martin Storsjö
2024-01-23[lld-macho][arm64] implement -objc_stubs_small (#78665)Kyungwoo Lee
2024-01-23fix test (#79018)OldWorldOrdr
2024-01-22[ELF] Improve ThinLTO testsFangrui Song
2024-01-22[ELF] Fix spurious warning for -z rel && -z relaFangrui Song
2024-01-22[ELF] Suppress --no-allow-shlib-undefined diagnostic when a SharedSymbol is o...Fangrui Song
2024-01-22[lld][WebAssembly] Implement `--start-lib`/`--end-lib` (#78821)Sam Clegg
2024-01-22[ELF] Add internal InputFile (#78944)Fangrui Song
2024-01-22[AMDGPU] Make a few more tests default COV agnostic (#78926)Emma Pilkington
2024-01-22[lld] Use SmallString::operator std::string (NFC)Kazu Hirata
2024-01-21[ELF] Reimplement unknown -z options using the isClaimed bitFangrui Song
2024-01-21[ELF] Claim recognized -z options. NFCFangrui Song
2024-01-21[ELF] Clarify the first entry of .got.plt NFCFangrui Song
2024-01-20[lld-macho] Find objects in library search path (#78628)OldWorldOrdr
2024-01-20[LLD] [COFF] Preserve directives and export names from LTO objects (#78802)Martin Storsjö
2024-01-19[ELF] Improve LTO testsFangrui Song
2024-01-19[ELF] Improve --thinlto-index-only and --thinlto-emit-index-files testsFangrui Song
2024-01-19[lld][WebAssembly] Fix regression in function signature checking (#78831)Sam Clegg
2024-01-19[lld][WebAssembly] Match the ELF linker in transitioning away from archive in...Sam Clegg
2024-01-19[ELF] Rename LazyObject to LazySymbol. NFCFangrui Song
2024-01-19[lld][WebAssembly] Use the archive offset with --whole-archive (#78791)Sam Clegg
2024-01-19[lld][WebAssembly] Reset context object after each link (#78770)Sam Clegg
2024-01-19[lld][ELF] Simplify handleLibcall. NFC (#78659)Sam Clegg
2024-01-19[lld][WebAssembly] Fix use of undefined funcs under --warn-unresolved-symbols...Sam Clegg
2024-01-19[X86] movsd/movss/movd/movq - add support for constant comments (#78601)Simon Pilgrim
2024-01-18[lld][WebAssembly] Move input vectors from symtab to ctx. NFC (#78640)Sam Clegg
2024-01-18[lld][WebAssembly] Move linker global state in to context object. NFC (#78629)Sam Clegg
2024-01-18[lld][WebAssembly] Rename fetch() to extract() to match ELF linker. NFC (#78625)Sam Clegg