aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2024-02-27[lld] Adds support for xros. (#83031)rohit-rao4-8/+22
2024-02-27Improve readability of "undefined reference" message (#82671)DeanSturtevant14-12/+13
2024-02-26[lld/ELF] Add documentation on large sections (#82560)Arthur Eubanks5-0/+53
2024-02-25[lld][WebAssembly] Add `--no-growable-memory` (#82890)SingleAccretion6-12/+46
2024-02-24[Mips] Fix unable to handle inline assembly ends with compat-branch o… (#77...yingopq1-8/+10
2024-02-20[ELF] Support placing .lbss/.lrodata/.ldata after .bssFangrui Song6-22/+77
2024-02-20[ELF] .eh_frame: use errorOrWarn for "PC offset is too large"Fangrui Song2-3/+7
2024-02-21[WebAssembly] Add segment RETAIN flag to support private retained data (#81539)Yuta Saito3-8/+94
2024-02-16Revert "[lld] enable fixup chains by default (#79894)"Hans Wennborg7-54/+44
2024-02-16[lld/MachO] Fix assert on unsorted data-in-code entries (#81758)Nico Weber2-9/+24
2024-02-14[lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739)Ulrich Weigand2-1/+35
2024-02-13[lld/ELF] fix typos to cycle botsNico Weber4-8/+8
2024-02-13[Object][COFF][NFC] Make writeImportLibrary NativeExports argument optional. ...Jacek Caban1-6/+6
2024-02-13[lld] Add target support for SystemZ (s390x) (#75643)Ulrich Weigand36-10/+1959
2024-02-13[LLD] [MinGW] Implement the --lto-emit-asm and -plugin-opt=emit-llvm options ...Martin Storsjö3-0/+16
2024-02-12[ELF] Place _edata before .bss in the presence of .ldataFangrui Song2-5/+8
2024-02-12[ELF] Properly reject unsupported e_machineFangrui Song2-1/+13
2024-02-13[llvm-lib] Add support for -defArm64Native argument. (#81426)Jacek Caban1-6/+6
2024-02-12[LLD] [test] Avoid printing timestamps past INT32_MAX with llvm-readobj (#81463)Martin Storsjö1-10/+19
2024-02-10[LLD] [COFF] Pick timestamps from the SOURCE_DATE_EPOCH variable (#81326)Martin Storsjö2-1/+27
2024-02-09[lld] Fix test failures when running as root user (#81339)Tom Stellard7-7/+7
2024-02-09[ELF] Apply forgotten change to #81223Fangrui Song1-5/+5
2024-02-09[ELF] Improve _etext/_edata testsFangrui Song2-34/+45
2024-02-09[ELF] --no-rosegment: don't mark read-only PT_LOAD segments executable (#81223)Fangrui Song2-13/+17
2024-02-08[ELF] Improve --ro-rosegment testsFangrui Song1-6/+24
2024-02-08[ELF] Improve --ro-rosegment/--omagic/--nmagic testsFangrui Song1-141/+59
2024-02-07[LLD][ELF] Silence warning when building with latest MSVCAlexandre Ganea1-2/+2
2024-02-07[Object][Wasm] Use file offset for section addresses in linked wasm files (#8...Derek Schuff3-19/+19
2024-02-06[llvm-readobj][Object][COFF] Print COFF import library symbol export name. (#...Jacek Caban3-0/+18
2024-02-06[lld][ELF] Support relax R_LARCH_ALIGN (#78692)Jinyang He8-35/+363
2024-02-05[AMDGPU] Introduce Code Object V6 (#76954)Pierre van Houtryve2-0/+37
2024-02-02[Object][Wasm] Move WasmSymbolInfo directly into WasmSymbol (NFC) (#80219)Derek Schuff1-10/+10
2024-02-01[ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song2-9/+14
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee5-0/+37
2024-02-01[lld-macho] icf objc stubs (#79730)Kyungwoo Lee10-71/+96
2024-02-01[lld-macho] Make ObjC category checker print the source file name of category...alx322-4/+41
2024-01-31[lld] enable fixup chains by default (#79894)Richard Howell7-44/+54
2024-01-31[LLD][COFF] Align import directory chunk. (#80014)Jacek Caban3-4/+9
2024-01-30[lld] [MinGW] Support targeting ARM64EC (#78911)Billy Laws3-1/+11
2024-01-29[lld-macho] dead-strip objc stubs (#79726)Kyungwoo Lee5-6/+52
2024-01-29[ELF] --warn-backrefs: --defsym does not make a backward referenceFangrui Song2-1/+10
2024-01-26[TextAPI] Rename SymbolKind to EncodeKind (#79622)Cyndy Ishida1-8/+8
2024-01-26[ELF] Improve comment of InputSection::file and update getFile. NFC (#79550)Fangrui Song1-4/+5
2024-01-25[ELF] Implement R_RISCV_TLSDESC for RISC-VFangrui Song5-6/+551
2024-01-25[ELF] Fix terminology: TLS optimizations instead of TLS relaxation. NFCFangrui Song1-19/+19
2024-01-25[ELF] Clean up R_RISCV_RELAX code. NFCFangrui Song1-31/+34
2024-01-25[Object][Wasm] Allow parsing of GC types in type and table sections (#79235)Derek Schuff4-2/+12
2024-01-25[LLD][ELF] Silence warning when building with Clang ToTAlexandre Ganea1-1/+1
2024-01-25[LLD] Silence warning when compiling with MSVC targetting x86Alexandre Ganea1-1/+1
2024-01-25[Pass] Add hyphen to some pass names (#74287)paperchalice1-1/+1