.. |
Arch
|
[ELF] #undef PPC to support GCC powerpc32 build
|
2021-12-20 10:12:51 -08:00 |
AArch64ErrataFix.cpp
|
[ELF] Change objectFiles to ELFFileBase *
|
2021-12-15 00:37:10 -08:00 |
AArch64ErrataFix.h
|
…
|
|
ARMErrataFix.cpp
|
[ELF] Change objectFiles to ELFFileBase *
|
2021-12-15 00:37:10 -08:00 |
ARMErrataFix.h
|
…
|
|
CMakeLists.txt
|
…
|
|
CallGraphSort.cpp
|
[ELF] Update comments/diagnostics for some long options to use the canonical two-dash form
|
2021-10-25 12:52:06 -07:00 |
CallGraphSort.h
|
…
|
|
Config.h
|
[lld] Add cet-report and bti-report flags
|
2021-12-16 16:26:26 +01:00 |
DWARF.cpp
|
[ELF] Replace InputBaseSection::{areRelocsRela,firstRelocation,numRelocation} with relSecIdx
|
2021-10-27 09:51:07 -07:00 |
DWARF.h
|
…
|
|
Driver.cpp
|
[lld] Add cet-report and bti-report flags
|
2021-12-16 16:26:26 +01:00 |
Driver.h
|
[LLD] Rename lld port driver entry function to a consistent name
|
2020-12-18 12:18:37 +05:30 |
DriverUtils.cpp
|
[ELF] Update comments/diagnostics for some long options to use the canonical two-dash form
|
2021-10-25 12:52:06 -07:00 |
EhFrame.cpp
|
ELF: Teach the linker about the 'B' augmentation string character.
|
2021-01-05 19:51:11 -08:00 |
EhFrame.h
|
…
|
|
ICF.cpp
|
[ELF] Rename BaseCommand to SectionCommand. NFC
|
2021-11-25 20:24:23 -08:00 |
ICF.h
|
…
|
|
InputFiles.cpp
|
[ELF] SharedFile::parse: cache symbols size for a loop. NFC
|
2021-12-15 22:45:28 -08:00 |
InputFiles.h
|
[ELF] Change objectFiles to ELFFileBase *
|
2021-12-15 00:37:10 -08:00 |
InputSection.cpp
|
[ELF] InputSection::writeTo: reorder type checks and add LLVM_UNLIKELY
|
2021-12-16 23:42:50 -08:00 |
InputSection.h
|
[ELF] Speed up MergeInputSection::split*. NFC
|
2021-12-16 21:17:02 -08:00 |
LTO.cpp
|
[ELF] Rename fetch to extract
|
2021-11-26 10:58:50 -08:00 |
LTO.h
|
…
|
|
LinkerScript.cpp
|
[ELF] Slightly speed up -z keep-text-section-prefix
|
2021-12-15 10:20:11 -08:00 |
LinkerScript.h
|
[ELF] Simplify/remove LinkerScript::switchTo. NFC
|
2021-11-28 19:05:15 -08:00 |
MapFile.cpp
|
[ELF] Change objectFiles to ELFFileBase *
|
2021-12-15 00:37:10 -08:00 |
MapFile.h
|
[ELF] --cref: If -Map is specified, print to the map file
|
2021-11-29 14:14:53 -08:00 |
MarkLive.cpp
|
[ELF] --gc-sections: Change startwith(".jcr") to exact match
|
2021-12-15 01:27:08 -08:00 |
MarkLive.h
|
…
|
|
Options.td
|
[ELF] Move -l -L canonical and --library-path --library aliases
|
2021-12-15 21:49:53 -08:00 |
OutputSections.cpp
|
[ELF] --time-trace: Trace "Write sections"
|
2021-12-20 10:51:24 -08:00 |
OutputSections.h
|
[ELF] Fix out-of-bounds write in memset(&Out::first, ...)
|
2021-11-28 14:47:57 -08:00 |
README.md
|
…
|
|
Relocations.cpp
|
[ELF] maybeReportUndefined: move sym.isUndefined() check to the caller. NFC
|
2021-12-16 00:27:19 -08:00 |
Relocations.h
|
Reland D114783/D115603 [ELF] Split scanRelocations into scanRelocations/postScanRelocations
|
2021-12-14 16:28:41 -08:00 |
ScriptLexer.cpp
|
[ELF] Optimize ScriptLexer::getLineNumber by caching the previous line number and offset
|
2021-06-22 15:35:24 -07:00 |
ScriptLexer.h
|
[ELF] Optimize ScriptLexer::getLineNumber by caching the previous line number and offset
|
2021-06-22 15:35:24 -07:00 |
ScriptParser.cpp
|
[ELF] Rename BaseCommand to SectionCommand. NFC
|
2021-11-25 20:24:23 -08:00 |
ScriptParser.h
|
…
|
|
SymbolTable.cpp
|
[ELF] Change Symbol::verdefIndex from uint32_t to uint16_t
|
2021-12-15 17:59:30 -08:00 |
SymbolTable.h
|
[ELF] Apply version script patterns to non-default version symbols
|
2021-08-04 23:52:56 -07:00 |
Symbols.cpp
|
[ELF] Remove unneeded SectionBase::repl indirection
|
2021-12-21 00:39:16 -08:00 |
Symbols.h
|
[ELF] Change Symbol::verdefIndex from uint32_t to uint16_t
|
2021-12-15 17:59:30 -08:00 |
SyntheticSections.cpp
|
[ELF] Parallelize MergeNoTailSection::writeTo
|
2021-12-17 23:30:42 -08:00 |
SyntheticSections.h
|
[ELF] Use SmallVector for many SyntheticSections. NFC
|
2021-12-17 19:22:16 -08:00 |
Target.cpp
|
[ELF] Change common diagnostics to report both object file location and source file location
|
2021-10-28 09:38:45 -07:00 |
Target.h
|
[ELF] Inline isPPC64SmallCodeModelTocReloc which is only called once. NFC
|
2021-11-09 20:41:05 -08:00 |
Thunks.cpp
|
[ELF][PPC64] Remove unneeded PPC64PCRelLongBranchThunk
|
2021-11-30 11:33:17 -08:00 |
Thunks.h
|
[lld] Add missing includes (NFC)
|
2021-06-03 18:55:18 +02:00 |
Writer.cpp
|
[ELF] --time-trace: Trace "Write sections"
|
2021-12-20 10:51:24 -08:00 |
Writer.h
|
[ELF] Move getOutputSectionName from Writer.cpp to LinkerScript.cpp. NFC
|
2021-11-20 22:18:09 -08:00 |