Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lld/test
AgeCommit message (Expand)Author
2022-11-04[lld][WebAssembly] Add support for LLD_REPRODUCESam Clegg
2022-11-02[wasm-ld] Update supported features in the generic CPU configurationDan Gohman
2022-10-31[wasm-ld] Allow importing/exporting the output module's memory with arbitrary...Dan Gohman
2022-10-30[llvm-objdump] Add --no-print-imm-hex to tests depending on it.Daniel Thornburgh
2022-10-26Revert "[wasm-ld] Add -mcpu=mvp to wasm-ld tests"Douglas Yung
2022-10-25[lld-macho] Don't sort map file entries by nameJez Ng
2022-10-25[wasm-ld] Add -mcpu=mvp to wasm-ld testsDan Gohman
2022-10-24[ELF] Add --no-warnings/-wFangrui Song
2022-10-22[lld-macho] Map file should map symbols to their original bitcode fileJez Ng
2022-10-21[ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song
2022-10-19[lld][WebAssembly] Don't allow `--global-base` to be specified in -share/-pie...Sam Clegg
2022-10-19[lld-macho] Folded symbols should have size zero in linker mapJez Ng
2022-10-19[lld-macho] Don't fold subsections with symbols at nonzero offsetsJez Ng
2022-10-18[LLD][ELF] --wrap: __real_foo references should trigger archive extraction fo...Ben Dunbobbin
2022-10-18[lld-macho][test] Rework map-file.sJez Ng
2022-10-18[wasm-ld] Define a `__heap_end` symbol marking the end of allocated memory.Dan Gohman
2022-10-16[ELF] Set DF_STATIC_TLS for AArch64/PPC32/PPC64Fangrui Song
2022-10-16[ELF][test] Improve AArch64 TLS IE testsFangrui Song
2022-10-14[lld/ELF] Convert undef-spell-corrector.s test to split-fileNico Weber
2022-10-14[lld][WebAssembly] Add symbols marking start/end of stack regionSam Clegg
2022-10-14Revert "[Libomp] Do not error on undefined version script symbols"Slava Zakharin
2022-10-13[lld-macho] Preserve the size of common symbolsJez Ng
2022-10-13[lld-macho] Include symbol sizes in mapfileJez Ng
2022-10-13[lld/mac] Add test for bug fixed in reland 82ca390062d115Nico Weber
2022-10-13[lld][WebAssembly] Add `--extra-features` flag to add addional featuresSam Clegg
2022-10-13[lld/mac] Convert undef-spell-corrector.s test to split-fileNico Weber
2022-10-13Reland "[lld/mac] Port typo correction for undefined symbols from ELF port"Nico Weber
2022-10-12[LLD] Enable --no-undefined-version by default.Dan Albert
2022-10-12[LLD] [MinGW] Look for libs named "<libname>.lib" even with -staticMartin Storsjö
2022-10-12[lld-macho] Canonicalize personality pointers in EH framesJez Ng
2022-10-12[lld-macho] Add --ignore-auto-link-optionKeith Smiley
2022-10-10[lld-macho] Flip ZERO_AR_DATE defaultKeith Smiley
2022-10-09[lld-macho] Implement -ignore_auto_linkKeith Smiley
2022-10-07Revert "[lld/mac] Port typo correction for undefined symbols from ELF port"Hans Wennborg
2022-10-05[lld][ELF] Fix lazy ThinLTO index writing in thin archivesAiden Grossman
2022-10-05[lld-macho] Mark aliased symbols as noDeadStripKeith Smiley
2022-10-05[lld-macho][test] Add -lSystem to all lld invocationsKeith Smiley
2022-10-04[lld/mac] With -demangle, strip leading _ from non-mangled namesNico Weber
2022-10-04[lld-macho] Add support for emitting chained fixupsDaniel Bertalan
2022-10-04[lld][WebAssemlby] Improve support for -L / -l and add testingSam Clegg
2022-10-04[lld/mac] Port typo correction for undefined symbols from ELF portNico Weber
2022-10-03[LLD][COFF] Set OrdinalBase to 1 for export tableAlvin Wong
2022-10-02[ELF] --check-sections: allow address 0xffffffff for ELFCLASS32Fangrui Song
2022-10-01[lld-macho] Do not error out on dead stripped duplicate symbolsVincent Lee
2022-09-30[ELF] Reset verdefIndex for Defined preempting SharedSymbolFangrui Song
2022-09-27[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0Fangrui Song
2022-09-26[LLD][COFF] Generate map file even if no /out flag is presentPengxuan Zheng
2022-09-26[LLD][COFF] Fix absolute & synthetic symbols in COFF symbol tableAlvin Wong
2022-09-25[lld-macho] Force higher alignment for __thread_varsDaniel Bertalan
2022-09-21[ELF] Make -V an alias for -vFangrui Song