aboutsummaryrefslogtreecommitdiff
path: root/lld/test
AgeCommit message (Expand)AuthorFilesLines
2022-10-28[lld-macho] Canonicalize personality pointers in EH framesJez Ng1-0/+43
2022-10-24[ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song1-0/+42
2022-09-28[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0Fangrui Song1-0/+13
2022-09-14[MachO] Don't fold compact unwind entries with LSDAShoaib Meenai1-0/+151
2022-09-14[MachO] Fix dead-stripping __eh_frameShoaib Meenai1-0/+46
2022-09-12[LLD][COFF] Fix writing a map file when range extension thunks are insertedJan Ole Hüser2-2/+2
2022-08-25[LLD] [COFF] Fix export directives in object files from -includeoptionalMartin Storsjö1-0/+51
2022-08-12[LLD] [COFF] Add support for a new, mingw specific embedded directive -exclud...Martin Storsjö1-0/+24
2022-08-12[LLD] [MinGW] Implement the --exclude-symbols optionMartin Storsjö2-0/+24
2022-08-10[ELF] Support --package-metadataAlex Brachet1-0/+19
2022-08-08[lld-macho] Support EH frame pointer encodings that use sdata4Jez Ng1-0/+80
2022-08-08[LLD][COFF] Ignore DEBUG_S_XFGHASH_TYPE/VIRTUALTobias Hieta2-2/+49
2022-08-02[lld/mac] Add support for $ld$previous symbols with explicit symbol nameNico Weber1-11/+69
2022-07-29[ELF][test] Fix compressed-debug-level.test with zlib-ngFangrui Song1-1/+1
2022-07-26[ELF] addDependentLibrary: fix a use-after-free bug in archiveNameFangrui Song1-5/+11
2022-07-26[ELF] addLibrary: fix a use-after-free bug in archiveNameFangrui Song1-3/+3
2022-07-26[ELF][test] Clean up print-archive-stats.sFangrui Song1-18/+20
2022-07-26[WPD] Use new llvm.public.type.test intrinsic for potentially publicly visibl...Arthur Eubanks1-0/+27
2022-07-26[llvm-objdump,ARM] Add PrettyPrinters for Arm and AArch64.Simon Tatham51-968/+968
2022-07-26[lld-macho] Implement -hidden-lDaniel Bertalan1-10/+12
2022-07-25Reland "[lld-macho] Implement -load_hidden"Daniel Bertalan3-0/+104
2022-07-25Revert "[lld-macho] Implement -load_hidden"Daniel Bertalan2-76/+0
2022-07-25[lld-macho] Implement -load_hiddenDaniel Bertalan2-0/+76
2022-07-25[lld-macho] Demangle location name in undefined symbol diagnosticsDaniel Bertalan1-7/+13
2022-07-25[ELF] --reproduce: support --export-dynamic-symbol-listFangrui Song1-1/+4
2022-07-24[ELF] Optimize some non-constant alignTo with alignToPowerOf2. NFCFangrui Song1-1/+1
2022-07-23[lld-macho] Fold __objc_imageinfo sectionsJez Ng2-6/+180
2022-07-23[lld-macho] Fix segfault when handling LTO + object file weak defsJez Ng2-0/+179
2022-07-21[lld-macho] Fix LOH parsing segfaultJez Ng1-0/+24
2022-07-21[lld-macho] Fix assertion when two symbols at same addr have unwind infoJez Ng2-0/+185
2022-07-21[lld-macho] Optimize rebase opcode generationDaniel Bertalan1-21/+61
2022-07-20[lld-macho] Fold cfstrings with --deduplicate-literalsKeith Smiley1-13/+15
2022-07-20[LLD] [COFF] Improve the error message for too many exported symbolsMartin Storsjö1-1/+1
2022-07-19[lld-macho] Simplify archive loading logicJez Ng1-1/+10
2022-07-19[lld-macho] Fix loading same libraries from both LC_LINKER_OPTION and command...Kaining Zhong1-0/+33
2022-07-19[lld-macho] Add support for -aliasKeith Smiley1-0/+40
2022-07-19[test] Convert some tests to use opaque pointersArthur Eubanks1-30/+23
2022-07-19[lld-macho] Support folding of functions with identical LSDAsJez Ng1-1/+59
2022-07-17fix comment typo to cycle botsNico Weber1-1/+1
2022-07-16[lld-macho] Handle filename being passed in -lto_object_pathDaniel Bertalan2-8/+42
2022-07-16[lld-macho][nfc] Add more tests + comments around ICF + unwind info interactionJez Ng1-1/+44
2022-07-15[lld-macho][nfc] Fix numeric substitutions in icf.s testJez Ng1-41/+41
2022-07-15[ELF][RISCV] Relax local-exec TLS modelFangrui Song1-19/+62
2022-07-15[ELF] Reword --no-allow-shlib-undefined diagnosticFangrui Song3-5/+8
2022-07-14[LLD][COFF] On Windows, fix the date formatting in the 'incremental' test.Alexandre Ganea1-2/+2
2022-07-14[ELF][test] Fix a typo in aarch64-ifunc-bti.s to actually test what was intendedFangrui Song1-1/+1
2022-07-13[PowerPC][LLD] Change PPC64R2SaveStub to only use non-PC-relative codeStefan Pintilie1-12/+3
2022-07-13[lld-macho] Accept dylibs with LC_DYLD_EXPORTS_TRIEDaniel Bertalan1-0/+140
2022-07-13[lld-macho] Add LOH_ARM64_ADRP_LDR_GOT_LDR optimization hint supportDaniel Bertalan1-0/+263
2022-07-13[ELF][RISCV] Use unshifted value for overflow checkFangrui Song2-4/+4