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
AgeCommit message (Expand)Author
2022-11-04[ELF] Fix duplicate work typo. NFCFangrui Song
2022-11-04[lld][WebAssembly] Add support for LLD_REPRODUCESam Clegg
2022-11-03Link liblldCOFF against libatomic when necessarySam James
2022-11-02[wasm-ld] Update supported features in the generic CPU configurationDan Gohman
2022-11-01[NFC] use has_value instead of hasValueFlorian Mayer
2022-10-31[wasm-ld] Allow importing/exporting the output module's memory with arbitrary...Dan Gohman
2022-10-30[lld] Fix a warningKazu Hirata
2022-10-30[lld] Fix a warningKazu Hirata
2022-10-30[llvm-objdump] Add --no-print-imm-hex to tests depending on it.Daniel Thornburgh
2022-10-28[LLD] [COFF] Include "rust_eh_personality" among the known personality functionsMartin Storsjö
2022-10-28Harmonize cmake_policy() across standalone builds of all projectsMichał Górny
2022-10-27Revert "Harmonize cmake_policy() across standalone builds of all projects"Michał Górny
2022-10-27Harmonize cmake_policy() across standalone builds of all projectsMichał Górny
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][nfc] Use llvm::enumerate + destructuring in more placesJez Ng
2022-10-22[lld-macho] Map file should map symbols to their original bitcode fileJez Ng
2022-10-22[lld-macho][nfc] Update map file sample output in commentJez Ng
2022-10-21[ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song
2022-10-19[lld-macho][nfc] Clean up includesVy Nguyen
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[ELF] Restore AArch64Relaxer after 685b21255315e699aa839d93fe71b37d806c90c2Fangrui Song
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-17[ELF] Inline computeAddend. NFCFangrui Song
2022-10-17[ELF] Move ELFT-agnostic relocation code to processAuxFangrui Song
2022-10-17[ELF] Move ELFT-agnostic relocation code to processAux. NFCFangrui Song
2022-10-17[ELF] Make relocateAlloc target specific. NFCFangrui Song
2022-10-17[ELF] Move PPC64 above. NFCFangrui Song
2022-10-16[ELF] Remove RelocationScanner::target. NFCFangrui Song
2022-10-16[ELF] Move R_TPREL/R_TPREL_NEG check into handleTlsRelocationFangrui Song
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-16[ELF] Move inputSections/ehInputSections into Ctx. NFCFangrui Song
2022-10-14[lld][nfc] Remove lld::demangle() (partial revert of D116279)Jez Ng
2022-10-14[lld-macho][nfc] lld/Common's `demangle()` is redundant for Mach-OJez Ng
2022-10-14[lld-macho][nfc] define command UNWIND_MODE_MASK for convenience and rewrite ...Vy Nguyen
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[llvm-driver] Add lldAlex Brachet
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