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-03-02Add "REQUIRES: x86" to test as it calls llc with an x86_64 triple.Douglas Yung
2022-03-02[lld][WebAssembly] Improve error reporting for bad ar archive membersSam Clegg
2022-03-02[PDB] Add char8_t typeZequan Wu
2022-03-01[LLD] [COFF] Use StringTableBuilder to optimize the string tableMartin Storsjö
2022-03-01[LLD] [COFF] Use the new encodeSectionName() helper for long section namesMartin Storsjö
2022-03-01[ELF] isKnownZFlag: move known literal flags to an array. NFCFangrui Song
2022-03-01[lld-macho] Have relocation address included in range-check error messageJez Ng
2022-02-28[ELF] Change some non-null pointer parameters to references. NFCFangrui Song
2022-02-28[ELF] Rename Symbol::compare to shouldReplace. NFCFangrui Song
2022-02-28[ELF] Replace an unneeded dyn_cast_or_null with dyn_cast. NFCFangrui Song
2022-02-28[ELF] Optimize SectionBase::Kind values to make isa<InputSection> more effici...Fangrui Song
2022-02-28[ELF] Make InputSection::classof inline. NFCFangrui Song
2022-02-28[ELF] Move SyntheticSection check from InputSection::writeTo to OutputSection...Fangrui Song
2022-02-27[ELF] Enforce double-dash form --error-limitFangrui Song
2022-02-27[ELF] Use --error-limit instead of -error-limitFangrui Song
2022-02-27[ELF] Change global variable backwardReferences to a LinkerDriver member vari...Fangrui Song
2022-02-27[ELF] Move --print-archive-stats= and --why-extract= beside --warn-backrefs r...Fangrui Song
2022-02-27[ELF] BitcodeFile: resolve defined symbols before undefined symbolsFangrui Song
2022-02-26[ELF][X86] Don't create IBT .plt if there is no PLT entryJoao Moreira
2022-02-25[ELF] Support some absolute/PC-relative relocation types for REL formatFangrui Song
2022-02-25[MC][WebAssembly] Fix crash when relocation addend underlows U32Sam Clegg
2022-02-25[ELF] Parallelize initializeLocalSymbolsFangrui Song
2022-02-25[ELF] Update comment. NFCFangrui Song
2022-02-25[ELF] Simplify resolveDefined and resolveCommonFangrui Song
2022-02-25[lld/MachO] Fix +asserts build after recent changeReid Kleckner
2022-02-24[ELF][test] Remove invalid weak COMMON testsFangrui Song
2022-02-24[lld-macho] Implement -why_live (without perf overhead)Jez Ng
2022-02-24[ELF] Simplify --fortran-common. NFCFangrui Song
2022-02-24[ELF] De-template Symbol::resolveLazy. NFCFangrui Song
2022-02-24[ELF] Set config->exportDynamic to true if config->shared. NFCFangrui Song
2022-02-24[ELF] Symbols.h: remove #include "InputFiles.h"Fangrui Song
2022-02-24[ELF] Move isUsedInRegularObj assignment from ctor to call sites. NFCFangrui Song
2022-02-24[ELF][test] Avoid race on a.outFangrui Song
2022-02-24[ELF] Don't rely on Symbols.h's transitive inclusion of InputFiles.h. NFCFangrui Song
2022-02-24[ELF] Move TLS mismatch error from Symbol::replace to postParseFangrui Song
2022-02-24[ELF] Don't rely on Symbols.h's transitive inclusion of InputFiles.h. NFCFangrui Song
2022-02-24[ELF] Remove SharedSymbol::getFile. NFCFangrui Song
2022-02-24[ELF][test] Fix edata-etext.sFangrui Song
2022-02-23[ELF] Check COMMON symbols for PROVIDE and don't redefine COMMON symbols edat...Fangrui Song
2022-02-23[lld-macho][nfc] Refactor MarkLiveJez Ng
2022-02-23[lld-macho][nfc] Move ICF-specific logic into ICF.cppJez Ng
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2022-02-23[ELF][test] Fix CU address_size in some gdb-index testsFangrui Song
2022-02-23[ELF][test] Terminate .debug_info with a null entry to fix warningsFangrui Song
2022-02-23[lld] Require C++14 in LLD standalone buildJez Ng
2022-02-23fix comment typo to cycle botsNico Weber
2022-02-22[ELF] Move duplicate symbol check after input file parsingFangrui Song
2022-02-21[ELF] Replace uncompressed InputSectionBase::data() with rawData. NFCFangrui Song
2022-02-19[lld][WebAssembly] Convert a bunch more tests to asm. NFCSam Clegg
2022-02-19[ELF] Remove .strtab deduplicationFangrui Song