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-11[lld-macho] Set 4-byte alignment for `__init_offsets`Daniel Bertalan
2022-11-10[LLD][MinGW] Add --error-limit=<N> optionAlvin Wong
2022-11-10Move googletest to the third-party directoryTom Stellard
2022-11-09Revert "Move googletest to the third-party directory"Tom Stellard
2022-11-09Move googletest to the third-party directoryTom Stellard
2022-11-09Revert "[LLD] Enable --no-undefined-version by default."Jon Chesterfield
2022-11-09[lld] Fix duplicate word typos. NFCFangrui Song
2022-11-09[lld-macho] Fix bugs around EH_Frame symbolsJez Ng
2022-11-09[lld-macho] Emit map file entry for compact unwind infoJez Ng
2022-11-09[lld-macho] Overhaul map file codeJez Ng
2022-11-08[lld-macho] Ensure that chained fixups data comes first in __LINKEDITDaniel Bertalan
2022-11-08[LLD] Enable --no-undefined-version by default.Dan Albert
2022-11-07[lld] Check errors from expanding response filesHans Wennborg
2022-11-07Use double hashes for non-run/check lines in lld/test/ELF/basic.sHans Wennborg
2022-11-07[ELF] Add gdb index time traceAndreas Hollandt
2022-11-06[lld] Use llvm::reverse (NFC)Kazu Hirata
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