aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-07[LLD] [COFF] Fix deducing the machine type from LTO objects for ARM/Thumb (#7...Martin Storsjö2-0/+20
2023-11-07[LLD] [COFF] Error out if new LTO objects are pulled in after the main LTO co...Martin Storsjö4-0/+93
2023-11-07[LLD] [COFF] Mark the symbol _tls_used as a GC root (#71336)Martin Storsjö2-0/+25
2023-11-06[ELF] Set `file` for synthesized _binary_ symbolsFangrui Song2-8/+8
2023-11-06[LLD] [COFF] Handle undefined weak symbols in LTO (#70430)Martin Storsjö2-0/+42
2023-11-04[ELF] Improve .o preempting DSO testsFangrui Song5-103/+48
2023-11-04[LLD] [COFF] Handle manually defined __imp_ pointers in LTO (#70777)Martin Storsjö2-0/+45
2023-11-04[ELF][test] Improve symver-non-default.s to test foo and foo@v1 combining for...Fangrui Song1-8/+28
2023-11-03[ELF] Refactor --version-script testsFangrui Song2-116/+7
2023-11-03[ELF][test] Improve internalize-exportdyn.llFangrui Song1-0/+29
2023-11-03Reapply [ELF] Making cdsort default for function reordering (#68638)spupyrev4-9/+9
2023-11-03[ELF] Improve undefined symbol message w/ DW_TAG_variable of the enclosing sy...Fangrui Song4-3/+212
2023-11-03[ELF] Add getEnclosingSymbol for code sharing. NFCFangrui Song2-11/+12
2023-11-03[ELF] Enhance --no-allow-shlib-undefined to report non-exported definition (#...Fangrui Song2-5/+15
2023-11-03[ELF] Improve --no-allow-shlib-undefined testsFangrui Song2-50/+76
2023-11-02[lld][WebAssembly] Add --keep-section flagSam Clegg6-13/+53
2023-11-02[ELF] Define NOMINMAX to fix zlib.h caused build failure on Windows (#70368)Yaxun (Sam) Liu1-0/+2
2023-11-02[lld] Align EC code region boundaries. (#69100)Jacek Caban2-14/+23
2023-11-01[ELF] adjustOutputSections: don't copy SHF_EXECINSTR when an output does not ...Fangrui Song6-22/+35
2023-11-01[lld][NCF] Add missing llvm-mc invocation to arm64ec-codemap.test. (#70956)Jacek Caban1-0/+1
2023-11-01[ELF][test] Improve flag propagation when an output section does not contain ...Fangrui Song4-9/+21
2023-11-01[lld] Sort data chunks before code chunks on ARM64EC. (#70722)Jacek Caban3-3/+47
2023-11-01[lld] Implement getOutputCharacteristics for non-section code thunks. (#70721)Jacek Caban3-12/+36
2023-10-26[LLD] [COFF] Recognize Itanium vtables for ICF (#70196)Martin Storsjö3-1/+59
2023-10-26[Support] Better error msg when cache dir can't be created. (#69575)Tobias Hieta1-0/+20