aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2024-01-08[lld] [MTE] Allow android note for static executables. (#77078)Mitch Phillips5-8/+26
2024-01-07[ELF] Improve OVERLAY testsFangrui Song3-50/+80
2024-01-07[ELF,test] Add eh-frame-nonzero-offset-riscv.s for #65966Fangrui Song1-0/+53
2024-01-07[lld][ELF][X86] Add missing X86_64_TPOFF64 case in switches (#77208)Nicholas Mosier2-3/+17
2024-01-04[InstrProf] No linkage prefixes in IRPGO names (#76994)Ellis Hoag1-1/+1
2024-01-04[LLD] [COFF] Fix option name references in Config.h. NFC.Martin Storsjö1-2/+2
2024-01-04[LLD] [MinGW] Remove an unnecessary include of unistd.h. NFC. (#76953)Martin Storsjö1-4/+0
2023-12-31[FuncAttrs] Deduce `noundef` attributes for return values (#76553)Yingwei Zheng6-6/+6
2023-12-26[wasm] Use StringRef::trim (NFC)Kazu Hirata1-10/+1
2023-12-26[lld][NFC] Revert commit ccec22b675195bf. (#76398)Jacek Caban1-1/+1
2023-12-25[LLD][COFF] Merge .wowthk section to .text. (#76254)Jacek Caban2-0/+47
2023-12-25Revert "[lld][test][LoongArch] Remove the test for R_LARCH_CALL36 range check...Weining Lu1-1/+5
2023-12-25[lld][test][LoongArch] Remove the test for R_LARCH_CALL36 range checkingWeining Lu1-4/+0
2023-12-25[lld][LoongArch] Support the R_LARCH_CALL36 relocation type (#73346)Lu Weining2-0/+89
2023-12-22lld/MachO: Fix two typos to cycle botsNico Weber2-2/+2
2023-12-21[ELF] Change .debug_names tombstone value to UINT32_MAX/UINT64_MAX (#74686)Fangrui Song3-8/+49
2023-12-19[MachO] Fix test on llvm-x86_64-debian-dylib builderShoaib Meenai1-1/+1
2023-12-18[LTO] Improve diagnostics handling when parsing module-level inline assembly ...Fangrui Song1-5/+3
2023-12-16[ELF,test] Improve duplicate "symbol not found" error testsFangrui Song3-11/+33
2023-12-15[lld][WebAssembly] Add an `--initial-heap` option (#75594)SingleAccretion6-3/+49
2023-12-15[LLD] [MinGW] Respect the -S/-s options when writing PDB files (#75181)Martin Storsjö2-1/+13
2023-12-15[LLD] [COFF] Add /debug: options nodwarf and nosymtab (#75180)Martin Storsjö4-0/+15
2023-12-15[LLD] [COFF] Parse all /debug: options, like /opt: (#75178)Martin Storsjö3-29/+50
2023-12-15[LLD] [COFF] Rewrite handling of the /debug: option. NFC. (#75175)Martin Storsjö1-57/+42
2023-12-15[LLD] [COFF] Rewrite the config flags for dwarf debug info or symtab. NFC. (#...Martin Storsjö4-8/+8
2023-12-14[RISCV] Support printing immediate of RISCV MCInst in hexadecimal format (#74...Wang Yaduo18-295/+295
2023-12-14Revert "[RISCV] Support printing immediate of RISCV MCInst in hexadecimal for...Vitaly Buka18-295/+295
2023-12-15[RISCV] Support printing immediate of RISCV MCInst in hexadecimal format (#74...Wang Yaduo18-295/+295
2023-12-14[LLD][COFF] add __buildid symbol. (#74652)Zequan Wu5-3/+44
2023-12-14[LLD][COFF] Fix ARM64 EC chunks comparator. (#75495)Jacek Caban2-3/+10
2023-12-14Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-4/+4
2023-12-13[XCOFF] Display branch-absolute targets in hex. (#72532)stephenpeckham1-1/+1
2023-12-13[lld][COFF] Merge .00cfg section into .rdata. (#75207)Jacek Caban4-2/+20
2023-12-12[ELF,test] Improve PROVIDE testsFangrui Song3-31/+66
2023-12-12[lld][WebAssembly] Don't set importUndefined when -shared is used. NFC (#75241)Sam Clegg1-1/+0
2023-12-12[ELF] Don't create copy relocation/canonical PLT entry for a defined symbol (...Fangrui Song4-7/+7
2023-12-12[lld][NFC] Silence -Wuninitialized GCC 11 warnings. (#75183)Jacek Caban1-1/+1
2023-12-11[ELF][test] Improve copy relocation/canonical PLT entry testsFangrui Song3-30/+39
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata2-2/+2
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