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-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] Ignore `/ASSEMBLYDEBUG[:NONE]` and `/EMITPOGOPHASEINFO`oberrich
2022-10-03[lld/mac] Extract a reportUndefinedSymbol functionNico Weber
2022-10-03[LLD][COFF] Reduce chance of symbol name collision with delay-loadAlvin Wong
2022-10-03[LLD][COFF] Set OrdinalBase to 1 for export tableAlvin Wong
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-10-01[lld-macho] Do not error out on dead stripped duplicate symbolsVincent Lee
2022-09-30Cleanup: avoid referring to std::vector<T> members when T is incomplete.Alexander Kornienko
2022-09-30[ELF] Reset verdefIndex for Defined preempting SharedSymbolFangrui Song
2022-09-29[lld][COFF][LTO] Don't disable verifier in assert buildsArthur Eubanks
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-28[lld-macho] Don't create entries in isecPriorities during sorting (NFC)Daniel Bertalan
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[lld-macho] Fix -force_symbols_{,not_}weak_list arg typeBernhard Urban-Forster
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-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-21[ELF][test] Improve -v and --version testsFangrui Song
2022-09-21[LLD][COFF] Support /MAPINFO flagPengxuan Zheng
2022-09-20[ELF] Name ctx->objectFiles[0] in the EF_RISCV_FLOAT_ABI mismatch errorFangrui Song