aboutsummaryrefslogtreecommitdiff
path: root/lld/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[ELF] Reject certain unknown section types (#85173)Fangrui Song3-2/+50
2024-03-14[ELF] Eliminate symbols demoted due to /DISCARD/ discarded sections (#85167)Fangrui Song1-9/+16
2024-03-12[ELF] Add --compress-section to compress matched non-SHF_ALLOC sectionsFangrui Song4-0/+187
2024-03-12[LLD] [COFF] Set the right alignment for DelayDirectoryChunk (#84697)Martin Storsjö1-6/+19
2024-03-11[LLD][COFF] Add support for IMPORT_NAME_EXPORTAS import library names. (#83211)Jacek Caban1-0/+19
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 Song1-8/+24
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-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 He1-0/+102
2024-03-02[lld] Fixes for unitests in standalone builds (#83670)Michał Górny1-2/+1
2024-02-27[lld] Adds support for xros. (#83031)rohit-rao2-1/+8
2024-02-27Improve readability of "undefined reference" message (#82671)DeanSturtevant13-10/+10
2024-02-25[lld][WebAssembly] Add `--no-growable-memory` (#82890)SingleAccretion1-0/+16
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 Song2-5/+41
2024-02-20[ELF] .eh_frame: use errorOrWarn for "PC offset is too large"Fangrui Song1-0/+2
2024-02-21[WebAssembly] Add segment RETAIN flag to support private retained data (#81539)Yuta Saito1-0/+62
2024-02-16Revert "[lld] enable fixup chains by default (#79894)"Hans Wennborg6-17/+20
2024-02-16[lld/MachO] Fix assert on unsorted data-in-code entries (#81758)Nico Weber1-5/+17
2024-02-14[lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739)Ulrich Weigand1-0/+34
2024-02-13[lld/ELF] fix typos to cycle botsNico Weber1-1/+1
2024-02-13[lld] Add target support for SystemZ (s390x) (#75643)Ulrich Weigand25-0/+1314
2024-02-13[LLD] [MinGW] Implement the --lto-emit-asm and -plugin-opt=emit-llvm options ...Martin Storsjö1-0/+7
2024-02-12[ELF] Place _edata before .bss in the presence of .ldataFangrui Song1-2/+2
2024-02-12[ELF] Properly reject unsupported e_machineFangrui Song1-0/+11
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ö1-0/+18
2024-02-09[lld] Fix test failures when running as root user (#81339)Tom Stellard7-7/+7
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 Song1-1/+1
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[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 He2-0/+175
2024-02-05[AMDGPU] Introduce Code Object V6 (#76954)Pierre van Houtryve1-0/+16
2024-02-01[ELF] Fix compareSections assertion failure when OutputDescs in sectionComman...Fangrui Song1-3/+8
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee1-0/+28
2024-02-01[lld-macho] icf objc stubs (#79730)Kyungwoo Lee2-3/+12
2024-02-01[lld-macho] Make ObjC category checker print the source file name of category...alx321-2/+28
2024-01-31[lld] enable fixup chains by default (#79894)Richard Howell6-20/+17
2024-01-31[LLD][COFF] Align import directory chunk. (#80014)Jacek Caban2-3/+8
2024-01-30[lld] [MinGW] Support targeting ARM64EC (#78911)Billy Laws1-0/+6
2024-01-29[lld-macho] dead-strip objc stubs (#79726)Kyungwoo Lee1-0/+27
2024-01-29[ELF] --warn-backrefs: --defsym does not make a backward referenceFangrui Song1-0/+4
2024-01-25[ELF] Implement R_RISCV_TLSDESC for RISC-VFangrui Song3-0/+409