aboutsummaryrefslogtreecommitdiff
path: root/lld/test
AgeCommit message (Expand)AuthorFilesLines
2022-02-15[ELF][PPC64] Fix assertion failure for branches to hidden undefined weak for ...Fangrui Song4-50/+51
2022-02-09[ELF] Warn about to-be-removed -d, -dc, -dp, and --[no-]define-commonFangrui Song1-5/+7
2022-02-08[ELF] --warn-backrefs: suppress warnings for backward references within the a...Fangrui Song1-0/+2
2022-02-05[ELF] Fix crash when an input is incompatible with a lazy object fileFangrui Song1-0/+3
2022-02-04[ELF] Support R_PPC_NONE/R_PPC64_NONE in getImplicitAddendFangrui Song1-0/+8
2022-02-04[ELF][test] Test getImplicitAddend for R_ARM_NONE/R_RISCV_NONE/R_386_NONE/R_X...Fangrui Song4-89/+26
2022-02-04[ELF] Support REL-format R_AARCH64_NONE relocationFangrui Song2-26/+69
2022-02-02[lld][ELF] Add support for ADRP+ADD optimization for AArch64Alexander Shaposhnikov4-6/+128
2022-02-01[ELF] Update flag propagation rule to ignore discarded output sectionsFangrui Song1-1/+1
2022-02-01[ELF] Rename adjustSectionsBeforeSorting to adjustOutputSections and make it ...Fangrui Song2-3/+3
2022-02-01[ELF] Deduplicate names of local symbols only with -O2Fangrui Song1-0/+33
2022-02-01[lld][MachO] Fix typo in rename.sAlexander Shaposhnikov1-1/+1
2022-02-01[lld][ELF] Add missing RUN in aarch64-adrp-ldr-got.sAlexander Shaposhnikov1-1/+1
2022-01-31[lld-macho][test] Add test for UUID formatJez Ng1-0/+9
2022-01-30[lld-macho] Add support for -add_empty_sectionKeith Smiley1-0/+18
2022-01-30[test][lld-macho] Improve LC_FUNCTION_STARTS test coverageKeith Smiley1-0/+27
2022-01-30[ELF][test] Test {crtbegin,crtend}{S,T}.oFangrui Song1-1/+5
2022-01-29[ELF] Refactor -z combrelocFangrui Song1-49/+51
2022-01-30[LLD][MinGW] Add --heap argument supportMateusz MikuĊ‚a1-0/+5
2022-01-28[ELF][test] Improve INSERT [AFTER|BEFORE] and adjustSectionsBeforeSorting testsFangrui Song3-45/+48
2022-01-28[ELF] Change the search order for dependent librariesPetr Hosek1-10/+11
2022-01-28[lld] Add module name to LTO inline asm diagnosticFangrui Song2-0/+41
2022-01-28[lld][Macho] Include dead-stripped symbols in mapfileRoger Kim1-2/+32
2022-01-28[lld][ELF] Cleanup %t directory in tests, NFCAlexander Shaposhnikov2-2/+2
2022-01-27[lld][WebAssembly] Handle TLS symbols in older object fileSam Clegg1-0/+78
2022-01-25[lld][macho][NFC] Make MachO/start-end.s test less britle by checking for _main:Puyan Lotfi1-1/+1
2022-01-24[ELF] Fix the branch range computation when reusing a thunkFangrui Song2-0/+101
2022-01-24[LLD][ELF][AArch64] Update test with incorrect REQUIRES line [NFC]Peter Smith2-3/+5
2022-01-20[lld][macho] Stop grouping symbols by sections in mapfile.Roger Kim1-1/+1
2022-01-20[lld][WebAssemlby] Convert test to check disassembly output. NFCSam Clegg2-20/+82
2022-01-19Re-land [CodeView] Add full repro to LF_BUILDINFO recordAlexandre Ganea3-48/+208
2022-01-19[lld-macho] Implement -noall_loadKeith Smiley1-1/+7
2022-01-19[ELF] Fix split-stack caller with hidden non-split-stack calleeFangrui Song2-0/+15
2022-01-19[lld-macho] Add --start-lib --end-libFangrui Song4-2/+158
2022-01-19[ELF] Allow non-bitcode archive with an empty indexFangrui Song2-7/+9
2022-01-19[LLD][COFF] Support GNU style == aliasesAyke van Laethem2-0/+11
2022-01-18[ELF] Move SHT_REL/SHT_RELA handling from createInputSection to initializeSec...Fangrui Song2-3/+3
2022-01-18[lld-macho] Allow deduplicate-literals to be overriddenVincent Lee2-1/+23
2022-01-18[lld][WebAssembly] Perform data relocations during start functionSam Clegg2-6/+21
2022-01-18[lld][WebAssembly] Reinstate mistakenly disabled test. NFCSam Clegg1-12/+15
2022-01-16[ELF][test] Add --build-id tests for -z separate-loadable-segments and --no-r...Fangrui Song1-0/+14
2022-01-15[ELF] Optimize -z combrelocFangrui Song2-4/+4
2022-01-15[ELF] Make some diagnostics follow the conventionFangrui Song1-1/+1
2022-01-15Revert "[X86][LLD] Update datelayout in LLD tests. NFCI"Phoebe Wang3-3/+3
2022-01-13[ELF] Use tombstone values for discarded symbols in relocatable outputIgor Kudrin1-0/+36
2022-01-12[ELF][test] Improve discard-gnu-hash.s to check DT_HASH and DT_GNU_HASHFangrui Song1-9/+18
2022-01-12[ELF] Support discarding .relr.dynFangrui Song1-0/+2
2022-01-12[ELF][test] Temporarily remove .relr.dyn test which is not workingFangrui Song1-2/+0
2022-01-12[llvm-ar][test] Test that --plugin is ignoredFangrui Song1-0/+9
2022-01-12[ELF] -Map --why-extract=: print despite errorsFangrui Song2-0/+18