llvm-project/lld/ELF
Dmitri Gribenko eda9fdc493 Fix -Wunused-local-typedef warning in some build configurations 2022-09-22 17:10:17 +02:00
..
Arch [ELF] Name ctx->objectFiles[0] in the EF_RISCV_FLOAT_ABI mismatch error 2022-09-20 11:14:04 -07:00
AArch64ErrataFix.cpp [ELF] Move InputFiles global variables (memoryBuffers, objectFiles, etc) into Ctx. NFC 2022-06-29 18:53:38 -07:00
AArch64ErrataFix.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
ARMErrataFix.cpp [ELF] Move InputFiles global variables (memoryBuffers, objectFiles, etc) into Ctx. NFC 2022-06-29 18:53:38 -07:00
ARMErrataFix.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
CMakeLists.txt [LLD] [ELF] Fix building with LLVM_LINK_LLVM_DYLIB since zstd was taken into use 2022-09-22 15:14:24 +03:00
CallGraphSort.cpp [ELF] CallGraphSort: replace vector<int> with unique_ptr<int[]>. NFC 2022-07-29 00:59:48 -07:00
CallGraphSort.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
Config.h [lld][thinlto] Include -mllvm options in the thinlto cache key 2022-09-19 12:04:17 -07:00
DWARF.cpp [ELF] Simplify llvm::enumerate with structured binding. NFC 2022-08-09 21:52:08 -07:00
DWARF.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
Driver.cpp [lld][thinlto] Include -mllvm options in the thinlto cache key 2022-09-19 12:04:17 -07:00
Driver.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
DriverUtils.cpp [ELF] --reproduce: strip directories for --print-archive-stats= and --why-extract= 2022-08-01 22:06:46 -07:00
EhFrame.cpp [ELF] Support 'G' in .eh_frame 2022-06-08 14:28:58 -07:00
EhFrame.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
ICF.cpp [lld][ELF] Rename SymbolTable::symbols() to SymbolTable::getSymbols(). NFC 2022-08-19 14:56:08 -07:00
ICF.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
InputFiles.cpp [ELF] Change a DSO warning to errorOrWarn 2022-09-04 17:43:39 -07:00
InputFiles.h [ELF] Remove a redundant identify_magic call. NFC 2022-09-04 14:44:58 -07:00
InputSection.cpp [Support] Rename llvm::compression::{zlib,zstd}::uncompress to more appropriate decompress 2022-09-17 12:35:17 -07:00
InputSection.h [ELF] Rename InputSectionBase::uncompress to decompress. NFC 2022-09-09 10:18:46 -07:00
LTO.cpp [lld][thinlto] Include -mllvm options in the thinlto cache key 2022-09-19 12:04:17 -07:00
LTO.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
LinkerScript.cpp [ELF] Move EhInputSection out of inputSections. NFC 2022-07-31 11:58:08 -07:00
LinkerScript.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
MapFile.cpp [ELF] Merge Symbol::needs* into uint16_t flags. NFC 2022-09-09 14:37:18 -07:00
MapFile.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
MarkLive.cpp [ELF] MarkLive: remove dead code from D24750. NFC 2022-09-05 00:01:09 -07:00
MarkLive.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
Options.td [ELF] Make -V an alias for -v 2022-09-20 17:12:44 -07:00
OutputSections.cpp Fix -Wunused-local-typedef warning in some build configurations 2022-09-22 17:10:17 +02:00
OutputSections.h [ELF] Parallelize writes of different OutputSections 2022-08-24 09:40:03 -07:00
README.md
Relocations.cpp [ELF] --pack-dyn-relocs=android: scan relocation serially after D133003 2022-09-21 11:43:13 -07:00
Relocations.h [ELF] Move scanRelocations into Relocations.cpp. NFC 2022-09-04 21:31:18 -07:00
ScriptLexer.cpp [ELF] Support -= *= /= <<= >>= &= |= in symbol assignments 2022-06-25 22:22:59 -07:00
ScriptLexer.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
ScriptParser.cpp [ELF] Optimize some non-constant alignTo with alignToPowerOf2. NFC 2022-07-24 11:20:49 -07:00
ScriptParser.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
SymbolTable.cpp [ELF] Use stOther to track visibility 2022-09-04 17:27:35 -07:00
SymbolTable.h [lld][ELF] Rename SymbolTable::symbols() to SymbolTable::getSymbols(). NFC 2022-08-19 14:56:08 -07:00
Symbols.cpp [ELF] Merge Symbol::needs* into uint16_t flags. NFC 2022-09-09 14:37:18 -07:00
Symbols.h [ELF] Parallelize relocation scanning 2022-09-12 12:56:35 -07:00
SyntheticSections.cpp [ELF] Cache compute_thread_count. NFC 2022-09-12 19:09:08 -07:00
SyntheticSections.h [Support] Access threadIndex via a wrapper function 2022-09-14 09:19:27 +03:00
Target.cpp [ELF] Combine EhInputSection removal and MergeInputSection removal. NFC 2022-07-29 00:39:57 -07:00
Target.h [ELF] Relax R_RISCV_ALIGN 2022-07-07 10:16:09 -07:00
Thunks.cpp [PowerPC][LLD] Change PPC64R2SaveStub to only use non-PC-relative code 2022-07-13 19:34:33 -05:00
Thunks.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00
Writer.cpp lld: Include name of output file in "failed to write output" diag 2022-09-14 14:57:47 -04:00
Writer.h [lld/elf] Use C++17 nested namespace syntax in most places 2022-08-10 16:47:30 -04:00

README.md

See docs/NewLLD.rst