aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2024-03-12[ELF] Add --compress-section to compress matched non-SHF_ALLOC sectionsFangrui Song11-19/+259
2024-03-11[lld][RISCV] Avoid second map lookup in mergeArch. NFC (#84687)Craig Topper1-4/+4
2024-03-12[LLD] [COFF] Set the right alignment for DelayDirectoryChunk (#84697)Martin Storsjö2-7/+20
2024-03-10[ELF] Move getSymbol/getRelocTargetSym from ObjFile<ELFT> to InputFile. NFCFangrui Song8-30/+29
2024-03-11[LLD][COFF] Add support for IMPORT_NAME_EXPORTAS import library names. (#83211)Jacek Caban2-6/+30
2024-03-10[lld-macho][NFC] Refactor ObjCSelRefsSection out of ObjCStubsSection (#83878)alx323-49/+83
2024-03-08[ELF] Simplify GdbIndexSection. NFCFangrui Song1-17/+10
2024-03-08[ELF] Sort sections in order. NFCFangrui Song1-1/+1
2024-03-06[MC] Move CompressDebugSections/RelaxELFRelocations from TargetOptions/MCAsmI...Fangrui Song1-1/+1
2024-03-06[ELF,test] Remove unneeded -relax-relocations from llvm-mcFangrui Song10-14/+13
2024-03-06[ELF] Reject error-prone meta characters in input section descriptionFangrui Song2-10/+36
2024-03-06[AMDGPU] Rename COV module flag to amdhsa_code_object_version (#79905)Emma Pilkington1-1/+1
2024-03-05[ELF] Improve wildcard testFangrui Song1-10/+10
2024-03-05[ELF] Improve wildcard tests for input section descriptionsFangrui Song1-12/+42
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini1-1/+1
2024-03-05[lld][LoongArch] Fix handleUleb128Weining Lu1-2/+3
2024-03-05[lld][test] Fix sanitizer buildbot failureWeining Lu1-1/+1
2024-03-05[lld][LoongArch] Support the R_LARCH_{ADD,SUB}_ULEB128 relocation types (#81133)Jinyang He2-0/+121
2024-03-02[lld] Fixes for unitests in standalone builds (#83670)Michał Górny2-3/+4
2024-03-01[lld][macho][NFC] Add specific namespace scope for objc symbol names (#83618)alx323-6/+8
2024-03-01[ELF] Internalize enumFangrui Song3-1/+6
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