aboutsummaryrefslogtreecommitdiff
path: root/lld/test
AgeCommit message (Expand)AuthorFilesLines
2022-03-17[lld][WebAssembly] Fix crash accessing non-live __tls_base symbolSam Clegg1-0/+69
2022-03-17[LTO][ELF] Require asserts for --stats-file= tests.henry wong1-0/+2
2022-03-17[LTO][ELF] Add --stats-file= option.wangliushuai1-0/+28
2022-03-16[lld-macho] Extend lto-internalize-unnamed-addr.llJez Ng1-6/+47
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall2-32/+9
2022-03-16[ELF] Move invalid binding diagnostic from initializeSymbols to postParseFangrui Song2-4/+8
2022-03-15[ELF] Move section assignment from initializeSymbols to postParseFangrui Song9-41/+30
2022-03-15Revert D120626 "[ELF] Move section assignment from initializeSymbols to postP...Fangrui Song7-29/+26
2022-03-15[ELF][test] Improve i386-linkonce.sFangrui Song2-21/+31
2022-03-15[lld][WebAssembly] Take advantage of extended const expressions when availableSam Clegg2-2/+70
2022-03-15[lld-macho] Set FinalDefinitionInLinkageUnit on most LTO externsJez Ng2-7/+34
2022-03-15[ELF] Suppress duplicate symbol error for __x86.get_pc_thunk.bxFangrui Song2-2/+2
2022-03-15[lld][WebAssembly] Add --unresolved-symbols=import-dynamicSam Clegg5-11/+100
2022-03-15[ELF] Work around not-fully-supported .gnu.linkonce.t.__x86.get_pc_thunk.bxFangrui Song1-2/+4
2022-03-14[lld-macho] -flat_namespace for dylibs should make all externs interposableJez Ng2-0/+80
2022-03-14[ELF] Move section assignment from initializeSymbols to postParseFangrui Song6-15/+29
2022-03-14[ELF] Set the priority of STB_GNU_UNIQUE the same as STB_WEAKFangrui Song1-0/+32
2022-03-14[lld-link] Tweak winsysroottest.test to have passing links on happy pathNico Weber1-4/+4
2022-03-11[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek2-2/+2
2022-03-10[ELF] Add -z pack-relative-relocsFangrui Song1-0/+65
2022-03-10[lld-macho] Align cstrings less conservativelyJez Ng2-5/+137
2022-03-08[lld-macho] Deduplicate the `__objc_classrefs` section contentsJez Ng1-0/+53
2022-03-08[lld-macho] Deduplicate CFStrings during ICFJez Ng3-4/+51
2022-03-04[ELF] Move addWrappedSymbols before postParseObjectFileFangrui Song1-0/+21
2022-03-04[lld-macho][nfc] Use %X in mapfile testJez Ng1-8/+8
2022-03-04[lld-macho][nfc] Rename some tests for consistencyJez Ng2-0/+4
2022-03-03[lld-macho][nfc] Decouple tapi-link.s test from libSystemJez Ng2-27/+24
2022-03-03[LTO] Initialize canAutoHide() using canBeOmittedFromSymbolTable()Jez Ng1-6/+4
2022-03-03[lld-macho][nfc] Use %lld-watchos substitution in bind-opcodes.sJez Ng1-2/+2
2022-03-03[lld-macho][nfc] Avoid using absolute addresses in cgprofile-icf.sJez Ng1-10/+9
2022-03-03[LLD] [COFF] Order .debug_* sections at the end, to avoid leaving gaps if str...Martin Storsjö1-0/+6
2022-03-02Add "REQUIRES: x86" to test as it calls llc with an x86_64 triple.Douglas Yung1-0/+1
2022-03-01[lld][WebAssembly] Improve error reporting for bad ar archive membersSam Clegg1-0/+11
2022-03-01[PDB] Add char8_t typeZequan Wu1-0/+45
2022-02-28[lld-macho] Have relocation address included in range-check error messageJez Ng1-2/+2
2022-02-27[ELF] Use --error-limit instead of -error-limitFangrui Song2-7/+7
2022-02-27[ELF] Move --print-archive-stats= and --why-extract= beside --warn-backrefs r...Fangrui Song1-2/+9
2022-02-27[ELF] BitcodeFile: resolve defined symbols before undefined symbolsFangrui Song3-8/+8
2022-02-26[ELF][X86] Don't create IBT .plt if there is no PLT entryJoao Moreira2-3/+14
2022-02-25[ELF] Support some absolute/PC-relative relocation types for REL formatFangrui Song1-0/+42
2022-02-25[MC][WebAssembly] Fix crash when relocation addend underlows U32Sam Clegg1-0/+48
2022-02-24[ELF][test] Remove invalid weak COMMON testsFangrui Song2-106/+25
2022-02-24[lld-macho] Implement -why_live (without perf overhead)Jez Ng1-0/+64
2022-02-23[ELF][test] Avoid race on a.outFangrui Song2-2/+2
2022-02-23[ELF] Move TLS mismatch error from Symbol::replace to postParseFangrui Song1-4/+6
2022-02-23[ELF][test] Fix edata-etext.sFangrui Song1-2/+2
2022-02-23[ELF] Check COMMON symbols for PROVIDE and don't redefine COMMON symbols edat...Fangrui Song1-3/+51
2022-02-22[ELF][test] Fix CU address_size in some gdb-index testsFangrui Song3-8/+7
2022-02-22[ELF][test] Terminate .debug_info with a null entry to fix warningsFangrui Song1-1/+2
2022-02-22[ELF] Move duplicate symbol check after input file parsingFangrui Song3-5/+6