aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2023-08-31[PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores ...Amy Kwan6-43/+287
2023-08-30[NFC] Remove unused variables declared in conditionsTakuya Shimizu1-2/+2
2023-08-28[LLD] [MinGW] Hook up more LTO optionsMartin Storsjö3-2/+64
2023-08-25[lld][WebAssembly] Add `--table-base` settingSam Clegg4-11/+93
2023-08-24[LLD] [MinGW] Pass LLVM specific LTO options through to lld-linkMartin Storsjö3-1/+37
2023-08-23[lld] Do not include StringSwitch.h (NFC)Kazu Hirata1-1/+0
2023-08-22[lld-macho] Stricter Bitcode Symbol ResolutionKyungwoo Lee6-8/+176
2023-08-21[ELF] Add -Bsymbolic-non-weakShoaib Meenai6-7/+50
2023-08-18Reland "[lld] Preliminary fat-lto-object support"Paul Kirth7-6/+148
2023-08-15[lld][WebAssembly] Add support for -sonameSam Clegg8-6/+24
2023-08-15[lld][WebAssembly] Always include bss segments when `--emit-relocs` is usedSam Clegg3-40/+60
2023-08-15Reapply "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner4-9/+24
2023-08-14Revert "[Option] Add "Visibility" field and clone the OptTable APIs to use it"Justin Bogner3-21/+9
2023-08-14[Option] Add "Visibility" field and clone the OptTable APIs to use itJustin Bogner3-9/+21
2023-08-13[lld-macho] Postprocess LC Linker OptionKyungwoo Lee7-25/+293
2023-08-11[lld][WebAssembly] Process stub libraries in a loopSam Clegg3-41/+111
2023-08-10[lld][COFF] Remove incorrect flag from EHcont tablenamazso2-171/+41
2023-08-09[lld-macho]Rework error-checking in peeking at first-member in archive to avo...Vy Nguyen2-18/+30
2023-08-08[GlobPattern] Update invalid glob pattern diagnostic for unmatched '['Fangrui Song8-12/+13
2023-08-09[lld][LoongArch] Support the R_LARCH_PCREL20_S2 relocation typeWeining Lu2-0/+39
2023-08-04[llvm] Extract common `OptTable` bits into macrosJan Svoboda7-11/+7
2023-08-04[lld-macho][nfc]Add REQUIRES arch in test to fix breakages in D156468Vy Nguyen1-0/+1
2023-08-04[lld-macho] Fixed crashes when linking with incompatible-arch archives/Vy Nguyen5-27/+153
2023-07-31[lld] fix new test from ca35a19acab1 to work with read-only source treesAugie Fackler1-3/+3
2023-07-31[lld] Synthesize metadata for MTE globalsMitch Phillips15-33/+870
2023-07-28[Object] Use COFF archive format for import libraries.Jacek Caban1-2/+2
2023-07-28[lld] [NFC] Use llvm::COFF::is64Bit in is64.Jacek Caban1-3/+1
2023-07-28[RISCV][MC] Implement mapping symbolsJob Noorman1-1/+1
2023-07-28[RISCV][MC] Relax conditional branches to unresolved symbolsJob Noorman2-3/+3
2023-07-27[llvm-objdump] -d: don't display mapping symbols as labelsFangrui Song28-252/+22
2023-07-27[lld][WebAssembly] Fix func reloc for internal GOT with extended-constYAMAMOTO Takashi3-13/+80
2023-07-26[lld][ELF][test] Fix excessive output file size in loongarch-add-sub.sWANG Xuerui1-4/+4
2023-07-25Clear release notes for 18.xllvmorg-18-initTobias Hieta1-76/+0
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