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/ELF
AgeCommit message (Expand)Author
2022-11-04[ELF] Fix duplicate work typo. NFCFangrui Song
2022-10-24[ELF] Add --no-warnings/-wFangrui Song
2022-10-21[ELF] Suppress "duplicate symbol" when resolving STB_WEAK and STB_GNU_UNIQUE ...Fangrui Song
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-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] Move inputSections/ehInputSections into Ctx. NFCFangrui Song
2022-10-14[lld][nfc] Remove lld::demangle() (partial revert of D116279)Jez Ng
2022-10-14Revert "[Libomp] Do not error on undefined version script symbols"Slava Zakharin
2022-10-12[LLD] Enable --no-undefined-version by default.Dan Albert
2022-10-05[lld][ELF] Fix lazy ThinLTO index writing in thin archivesAiden Grossman
2022-10-03[ELF] Replace some config->ekind with file->ekind. NFCFangrui Song
2022-10-03[ELF] Move init from ELFFileBase constructor to a separate function. NFCFangrui Song
2022-10-03[ELF] Remove redundant getELFKind call. NFCFangrui Song
2022-10-03[ELF] Simplify addFile. NFCFangrui Song
2022-10-02[ELF] Add LLVM_LIBRARY_VISIBILITY to some global variables. NFCFangrui Song
2022-10-02[ELF] --check-sections: allow address 0xffffffff for ELFCLASS32Fangrui Song
2022-10-02[ELF] Rename LinkerScript::ctx to state. NFCFangrui Song
2022-10-02[ELF] Move driver into ctx and remove indirection. NFCFangrui Song
2022-10-02[ELF] Remove symtab indirection. NFCFangrui Song
2022-10-01[ELF] Remove ctx indirection. NFCFangrui Song
2022-10-01[ELF] Remove elf::config indirection. NFCFangrui Song
2022-09-30[ELF] Reset verdefIndex for Defined preempting SharedSymbolFangrui Song
2022-09-29[ELF] Make symAux[0] a sentinelFangrui Song
2022-09-29[ELF] Remove resolve => resolve{Defined,Common,Shared,Lazy,Undefined} indirec...Fangrui Song
2022-09-29[ELF] Avoid redundant assignment to Symbol fields. NFCFangrui Song
2022-09-29[ELF] Remove unused Symbol::getSymbolSize. NFCFangrui Song
2022-09-28[ELF] Refactor Symbol initialization and overwritingFangrui Song
2022-09-28[ELF] Symbols: remove isPlaceholder() test for Defined/CommonSymbol. NFCFangrui Song
2022-09-28Revert "[ELF] --pack-dyn-relocs=android: scan relocation serially after D133003"Fangrui Song
2022-09-28[ELF] Make --pack-dyn-relocs=android compatible with parallel relocation scan...Fangrui Song
2022-09-27[ELF] Rewrite R_RISCV_ALIGN nops when r.addend%4 != 0Fangrui Song
2022-09-22[ELF] --compress-debug-sections=zstd: ignore error if zstd was not built with...Fangrui Song
2022-09-22[ELF] Fix std::min error on MacOsAlex Brachet
2022-09-22Fix -Wunused-local-typedef warning in some build configurationsDmitri Gribenko
2022-09-22[LLD] [ELF] Fix building with LLVM_LINK_LLVM_DYLIB since zstd was taken into useMartin Storsjö
2022-09-21[ELF] --pack-dyn-relocs=android: scan relocation serially after D133003Fangrui Song
2022-09-21[ELF] Parallelize --compress-debug-sections=zstdFangrui Song
2022-09-21[ELF] Make -V an alias for -vFangrui Song
2022-09-20[ELF] Name ctx->objectFiles[0] in the EF_RISCV_FLOAT_ABI mismatch errorFangrui Song
2022-09-19[lld][thinlto] Include -mllvm options in the thinlto cache keyMircea Trofin
2022-09-17[Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropria...Fangrui Song
2022-09-14lld: Include name of output file in "failed to write output" diagNico Weber