aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2024-03-14[ELF] Eliminate symbols demoted due to /DISCARD/ discarded sections (#85167)Fangrui Song2-9/+19
2024-03-13SystemZ release notes for 18.x. (#84560)Jonas Paulsson1-0/+5
2024-03-13[LLD] [COFF] Set the right alignment for DelayDirectoryChunk (#84697)Martin Storsjö2-7/+20
2024-03-12[lld][LoongArch] Support the R_LARCH_{ADD,SUB}_ULEB128 relocation types (#81133)Jinyang He2-0/+121
2024-03-12[ELF] Internalize enumFangrui Song3-1/+6
2024-02-27[Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77...yingopq1-8/+10
2024-02-16[lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739)Ulrich Weigand2-1/+35
2024-02-16[lld] Fix test failures when running as root user (#81339)Tom Stellard7-7/+7
2024-02-16[LLD] [docs] Add more release notes for COFF and MinGW (#81977)Martin Storsjö1-3/+45
2024-02-16[lld][ELF] Support relax R_LARCH_ALIGN (#78692)Jinyang He8-35/+363
2024-02-16[lld] Add target support for SystemZ (s390x) (#75643)Ulrich Weigand36-10/+1959
2024-02-16[LLD] [MinGW] Implement the --lto-emit-asm and -plugin-opt=emit-llvm options ...Martin Storsjö3-0/+16
2024-02-15[LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (#81388)Martin Storsjö1-0/+5
2024-02-13[LLD] [test] Avoid printing timestamps past INT32_MAX with llvm-readobj (#81463)Martin Storsjö1-10/+19
2024-02-10[LLD] [COFF] Pick timestamps from the SOURCE_DATE_EPOCH variable (#81326)Martin Storsjö2-1/+27
2024-02-06[docs] Add release notes for Windows specific changes in 18.x (#80011)Martin Storsjö1-0/+20
2024-02-03ReleaseNotes: add lld/ELF notes (#80393)Fangrui Song1-0/+42
2024-02-03[ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song2-9/+14
2024-02-01[ELF] --warn-backrefs: --defsym does not make a backward referenceFangrui Song2-1/+10
2024-01-26[ELF] Implement R_RISCV_TLSDESC for RISC-VFangrui Song5-6/+551
2024-01-26[ELF] Fix terminology: TLS optimizations instead of TLS relaxation. NFCFangrui Song1-19/+19
2024-01-26[ELF] Clean up R_RISCV_RELAX code. NFCFangrui Song1-31/+34
2024-01-25[ELF] Don't resolve relocations referencing SHN_ABS to tombstone in non-SHF_A...Fangrui Song2-8/+7
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
2024-01-19[lld][WebAssembly] Reset context object after each link (#78770)Sam Clegg2-1/+18