aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[AMDGPU][NFC] Improve testing for AMDHSA ABI Version (#74300)Saiyedul Islam1-5/+12
2023-12-07[ELF] relocateNonAlloc: clean up workaround codeFangrui Song3-19/+13
2023-12-07[ELF] relocateNonAlloc: move likely expr == R_ABS before unlikely R_SIZE. NFCFangrui Song1-7/+7
2023-12-07[ELF,test] Improve tombstone value testsFangrui Song2-3/+19
2023-12-06[ELF] IWYU <optional> NFCFangrui Song3-0/+3
2023-12-05[LLD][COFF] Add -build-id flag to generate .buildid section. (#71433)Zequan Wu9-32/+105
2023-12-05[lld][COFF] Support .pdata section on ARM64EC targets. (#72521)Jacek Caban4-8/+194
2023-12-04[LLD] [COFF] Don't preserve unnecessary __imp_ prefixed symbols (#72989)Martin Storsjö2-12/+15
2023-12-02[lld][COFF][NFC] Store pdata range as ChunkRange. (#74024)Jacek Caban1-17/+21
2023-12-01[LLD][RISCV] Fix incorrect call relaxation when mixing +c and -c objects (#73...Philip Reames2-1/+33
2023-11-30[ThinLTO] Don't mark calloc function dead (#72673)eleviant1-2/+2
2023-11-29[lld][WebAssembly] Convert bitcode test to assembly. NFC (#73716)Sam Clegg2-225/+247
2023-11-29[LEB128] Don't initialize error on successAdrian Prantl2-2/+2
2023-11-29Revert "[LEB128] Don't initialize error on success"Adrian Prantl2-2/+2
2023-11-29[LEB128] Don't initialize error on successAdrian Prantl2-2/+2
2023-11-29[ELF,LTO] Test calloc defined in a lazy bitcode file for (malloc+memset => ca...Fangrui Song1-0/+57
2023-11-28[lld][WebAssembly] Fix bitcode LTO order in archive parsing (#73095)Heejin Ahn4-1/+103
2023-11-25[lld][LoongArch] Add a another corner testcase for elf::getLoongArchPageDeltaWeining Lu2-1/+13
2023-11-24[lld][ELF] Add getBitcodeMachineKind test for LoongArch (#71931)GongMengyao1-0/+32
2023-11-21Reland "[MC][AsmParser] Diagnose improperly nested .cfi frames"Jon Roelofs1-2/+2
2023-11-21[ELF] Support R_RISCV_SET_ULEB128/R_RISCV_SUB_ULEB128 in non-SHF_ALLOC sectio...Fangrui Song4-3/+170
2023-11-21[LTO] [LLD] Don't alias the __imp_func and func symbol resolutions (#71376)Martin Storsjö3-9/+29
2023-11-21[LLD] [COFF] Add tests to observe details about LTO and __imp_ prefixes. NFC....Martin Storsjö2-1/+66
2023-11-20[lld][ELF] Add armeb support when incoming bc is arm big endian (#72604)dong jianqiang2-2/+9
2023-11-19Revert "[MC][AsmParser] Diagnose improperly nested .cfi frames"Martin Storsjö1-2/+2
2023-11-17[ELF] -r: rename orphan SHT_REL/SHT_RELA when the relocated input section is ...Fangrui Song3-5/+9
2023-11-17[MC][AsmParser] Diagnose improperly nested .cfi framesJon Roelofs1-2/+2
2023-11-17Revert "[MC][AsmParser] Diagnose improperly nested .cfi frames"Arthur Eubanks1-2/+2
2023-11-17[lld][ELF] Recognize sparcv9 bitcode (#72609)Brad Smith2-0/+19
2023-11-17[MC][AsmParser] Diagnose improperly nested .cfi framesJon Roelofs1-2/+2
2023-11-17[lld][COFF][NFC] Factor out exception table sorting. (#72518)Jacek Caban1-29/+41
2023-11-17[ELF][test] gitBitcodeMachineKind: test EM_ARMFangrui Song1-0/+59
2023-11-16[ELF] Make some InputSection/InputFile member functions const. NFCFangrui Song4-17/+20
2023-11-16[ELF] Merge verdefIndex into versionId. NFC (#72208)Fangrui Song6-28/+28
2023-11-15[ELF] Improve .o preempting DSO testsFangrui Song1-16/+25
2023-11-15Revert "[ELF] Merge verdefIndex into versionId. NFC" #72208 (#72484)Fangrui Song5-16/+21
2023-11-15[lld] Add support for EC code map. (#69101)Jacek Caban6-55/+182
2023-11-15[lld][LoongArch] Support the R_LARCH_{ADD,SUB}6 relocation type (#72190)Jinyang He2-1/+13
2023-11-14[lld] Mark target section as code section when merging code sections into a d...Jacek Caban2-5/+54
2023-11-14[lld][COFF] Fill only gaps in code sections. (#72138)Jacek Caban2-3/+159
2023-11-14[ELF] Merge verdefIndex into versionId. NFC (#72208)Fangrui Song5-21/+16
2023-11-10[ELF] Improve symbol resolution tests related to both DSO and archiveFangrui Song1-5/+21
2023-11-10[ELF] Improve symbol resolution tests related to both DSO and archiveFangrui Song3-34/+53
2023-11-10[lld][ELF] Add a corner testcase for elf::getLoongArchPageDeltaWeining Lu1-0/+13
2023-11-09[LLD][COFF] Fix `/dependentloadflag` tests with AArch64Alexandre Ganea2-0/+4
2023-11-08[lld][MachO] Prevent doubled N_SO when comp_dir and name absolute (#71608)Daniel Thornburgh2-1/+67
2023-11-08[ELF] Fix assertion in cdsort (#71708)spupyrev2-1/+11
2023-11-08[LLD][COFF] Support /DEPENDENTLOADFLAG[:flags] (#71537)Aleksei Nurmukhametov8-7/+98
2023-11-07Reapply: [lld] Restore "REQUIRES: amdgpu" in amdgpu-abi-versionpvanhout1-0/+1
2023-11-07Reland: [AMDGPU] Remove Code Object V3 (#67118)Pierre van Houtryve1-8/+0