aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2023-10-10[LLD] [COFF] Fix handling of comdat .drectve sections (#68116)Martin Storsjö2-0/+33
2023-10-02[LLD] [COFF] Restore the current dir as the first entry in the search path (#...Martin Storsjö2-11/+8
2023-10-02[LLD] [COFF] Clarify -print-search-path for the empty string element (#67856)Martin Storsjö2-15/+22
2023-10-02[NFC] clang-format lld/COFF/Driver.cpp and lld/Common/Filesystem.cppMatheus Izvekov2-16/+18
2023-09-28[lld][COFF] Remove incorrect flag from EHcont tablenamazso2-171/+41
2023-09-01[PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores ...Amy Kwan6-43/+287
2023-08-11[lld][LoongArch] Support the R_LARCH_PCREL20_S2 relocation typeWeining Lu2-0/+39
2023-07-31[docs] Add release notes for a Windows specific change in LLDMartin Storsjö1-0/+5
2023-07-27[lld][ELF][test] Fix excessive output file size in loongarch-add-sub.sWANG Xuerui1-4/+4
2023-07-25[lld][ELF] Support LoongArchWANG Xuerui29-26/+2064
2023-07-24[Support] Change MapVector's default template parameter to SmallVector<*, 0>Fangrui Song1-1/+1
2023-07-23ReleaseNotes: add lld/ELF notesFangrui Song1-0/+54
2023-07-22[WebAssembly] Stabilize custom section orderFangrui Song4-11/+12
2023-07-21Mark this test as unsupported on Windows systemsAaron Ballman1-0/+10
2023-07-20[wasm-ld] Switch to xxh3_64bitsFangrui Song3-4/+4
2023-07-20[llvm-readobj] Print <null> for relocation target with an empty nameFangrui Song1-2/+2
2023-07-20Revert "[lld] Preliminary fat-lto-object support"Paul Kirth7-147/+6
2023-07-19[ELF][test] Add REQUIRES: x86 after D146778Fangrui Song1-0/+1
2023-07-19[lld-macho] Use fixed chunk size for UUIDFangrui Song1-4/+1
2023-07-19[lld-macho] Implement -no_uuidKeith Smiley5-4/+11
2023-07-19[lld] Preliminary fat-lto-object supportPaul Kirth7-6/+146
2023-07-19[COFF] Switch to xxh3_64bitsFangrui Song3-15/+13
2023-07-19[ELF] --build-id=fast: switch to xxh3_64bitsFangrui Song2-2/+2
2023-07-19[ELF] splitNonStrings: switch to xxh3_64bitsFangrui Song7-33/+33
2023-07-19[lld-macho]Use install_name as Identifier for code-sign, if available.Vy Nguyen2-2/+28
2023-07-19[ELF][test] Refactor merge.sFangrui Song1-52/+11
2023-07-19[lld-macho] Switch to xxh3_64bitsFangrui Song4-7/+7
2023-07-19[ELF] Use llvm::xxh3_64bits for MergeInputSection::splitStringsFangrui Song5-13/+14
2023-07-18[ELF] --icf: switch to xxh3_64bitsFangrui Song4-89/+80
2023-07-18[lld] A Unified LTO Bitcode FrontendMatthew Voss5-2/+64
2023-07-18[lld][test] Remove unused featuresFangrui Song1-8/+0
2023-07-15[ELF] Support operator ^ and ^=Fangrui Song6-18/+39
2023-07-14[LLD][COFF] Add LLVM toolchain library paths by default.Tobias Hieta4-0/+40
2023-07-14[lld][COFF] Find libraries with relative paths.Tobias Hieta3-2/+11
2023-07-13[lld][COFF] Add -print-search-paths for debugging.Tobias Hieta4-0/+35
2023-07-11[WebAssembly] Support `annotate` clang attributes for marking functions.Brendan Dahl5-6/+137
2023-07-11[LLD] [COFF] Warn about pseudo relocations that are too narrowMartin Storsjö4-0/+56
2023-07-11[ELF] Make subsequent opens to auxiliary files appendAlex Brachet4-4/+36
2023-07-06[ELF] Use compression::getReasonIfUnsupported for zlib/zstd unavailable errorFangrui Song2-15/+27
2023-07-06[lld] respect LLVM_EXTERNAL_LITKonrad Kleine1-3/+3
2023-07-06[LLD][ELF] Cortex-M Security Extensions (CMSE) SupportAmilendra Kodithuwakku22-2/+1195
2023-07-05[ELF] Remove one unneeded unquote from D124266Fangrui Song1-1/+1
2023-07-05[lld/elf] support quote usage in section namesRoger Pau Monne2-5/+52
2023-07-01[lld/COFF] Add /dwodir to enable DWARF fission with LTOHaohai Wen5-0/+27
2023-06-30[ARM] armv6m eXecute Only (XO) long branch ThunkKeith Walker2-6/+113
2023-06-29[lld][AArch64] Add BTI landing pad to PLT entries when the symbol is exported.Daniel Kiss2-2/+50
2023-06-29[ELF][NFC] Change comment terminologyAlex Brachet1-1/+1
2023-06-27[test] Replace aarch64-arm-none-eabi with aarch64Fangrui Song1-1/+1
2023-06-27Reland: [ELFAttributeParser] Skip unknown vendor subsections.Simon Tatham1-10/+68
2023-06-27Revert "[ELFAttributeParser] Skip unknown vendor subsections."Simon Tatham1-68/+10