..
Arch
[LLD][PowerPC] Implement GOT to PC-Rel relaxation
2020-08-17 09:36:09 -05:00
AArch64ErrataFix.cpp
[ELF] Move the outSecOff addend from relocAlloc/relocNonAlloc/... to InputSectionBase::relocate
2020-08-11 08:06:38 -07:00
AArch64ErrataFix.h
[ELF] Fix variable names in comments after VariableName -> variableName change
2019-07-16 05:50:45 +00:00
ARMErrataFix.cpp
[ELF] Move the outSecOff addend from relocAlloc/relocNonAlloc/... to InputSectionBase::relocate
2020-08-11 08:06:38 -07:00
ARMErrataFix.h
[ELF][ARM] Implement --fix-cortex-a8 to fix erratum 657417
2019-09-16 09:38:38 +00:00
CMakeLists.txt
[CMake] Make `intrinsics_gen` dependency unconditional.
2020-07-17 16:43:17 -07:00
CallGraphSort.cpp
[COFF] Port CallGraphSort to COFF from ELF
2020-07-30 15:21:44 -07:00
CallGraphSort.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Config.h
[LLD][PowerPC] Implement GOT to PC-Rel relaxation
2020-08-17 09:36:09 -05:00
DWARF.cpp
[ELF] --gdb-index: skip SHF_GROUP .debug_info
2020-08-13 09:11:01 -07:00
DWARF.h
[ELF] --gdb-index: skip SHF_GROUP .debug_info
2020-08-13 09:11:01 -07:00
Driver.cpp
[LLD][PowerPC] Implement GOT to PC-Rel relaxation
2020-08-17 09:36:09 -05:00
Driver.h
[Coding style change] Rename variables so that they start with a lowercase letter
2019-07-10 05:00:37 +00:00
DriverUtils.cpp
[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { namespace elf {`
2020-05-15 08:49:53 -07:00
EhFrame.cpp
[ELF] Support .cfi_signal_frame
2020-08-07 22:08:44 -07:00
EhFrame.h
[ELF] --icf: don't fold text sections with LSDA
2020-08-05 09:16:28 -07:00
ICF.cpp
[ELF]: --icf: don't fold sections referencing sections with LCDA after D84610
2020-08-07 13:42:25 -07:00
ICF.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
InputFiles.cpp
[ELF] .note.gnu.property: error for invalid pr_datasize
2020-08-25 08:05:39 -07:00
InputFiles.h
[ELF] Demote lazy symbols relative to a discarded section to Undefined
2020-06-09 11:27:34 -07:00
InputSection.cpp
[lld] s/dyn_cast/isa in InputSection.cpp
2020-08-24 11:45:30 +02:00
InputSection.h
[ELF] --icf: don't fold text sections with LSDA
2020-08-05 09:16:28 -07:00
LTO.cpp
Rename basic block sections options to be consistent.
2020-07-31 11:50:55 -07:00
LTO.h
[Coding style change] Rename variables so that they start with a lowercase letter
2019-07-10 05:00:37 +00:00
LinkerScript.cpp
[ELF] Keep st_type for symbol assignment
2020-08-20 16:05:27 -07:00
LinkerScript.h
[ELF] Keep st_type for symbol assignment
2020-08-20 16:05:27 -07:00
MapFile.cpp
[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { namespace elf {`
2020-05-15 08:49:53 -07:00
MapFile.h
[ELF] Add --print-archive-stats=
2020-04-29 18:04:37 -07:00
MarkLive.cpp
[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { namespace elf {`
2020-05-15 08:49:53 -07:00
MarkLive.h
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Options.td
[ELF] Enforce two-dash form for some LLD specific options and the newer --[no-]pcrel-optimize
2020-08-17 10:00:31 -07:00
OutputSections.cpp
[ELF] -r: allow SHT_X86_64_UNWIND to be merged into SHT_PROGBITS
2020-08-13 08:14:45 -07:00
OutputSections.h
[ELF] Refactor uses of getInputSections to improve efficiency NFC
2020-01-21 12:27:52 +00:00
README.md
…
Relocations.cpp
[LLD][PowerPC] Add check in LLD to produce an error for missing TLSGD/TLSLD
2020-08-21 12:56:12 -05:00
Relocations.h
[LLD][PowerPC] Implement GOT to PC-Rel relaxation
2020-08-17 09:36:09 -05:00
ScriptLexer.cpp
[LLD][ELF] - Linkerscript: report location for the "unclosed comment in a linker script" error.
2020-07-24 11:38:26 +03:00
ScriptLexer.h
[LLD][ELF] - Linkerscript: report location for the "unclosed comment in a linker script" error.
2020-07-24 11:38:26 +03:00
ScriptParser.cpp
[lld][linkerscript] Fix handling of DEFINED.
2020-07-28 21:18:01 +01:00
ScriptParser.h
[ELF] Improve --export-dynamic-symbol performance by checking whether wildcard is really used
2020-06-17 17:12:10 -07:00
SymbolTable.cpp
[ELF] --wrap: don't leave the original symbol as SHN_UNDEF in .symtab or .dynsym
2020-08-08 18:18:20 -07:00
SymbolTable.h
[ELF] Replace SymbolTable::forEachSymbol with iterator_range symbols()
2019-11-26 09:09:32 -08:00
Symbols.cpp
[ELF] Refine --export-dynamic-symbol semantics to be compatible GNU ld 2.35
2020-06-01 11:30:03 -07:00
Symbols.h
[LLD][ELF] Implement --discard-* for cases when -r or --emit-relocs are used.
2020-04-25 18:59:41 +07:00
SyntheticSections.cpp
[PowerPC] Fix thunk alignment issue when using pc-rel instruction
2020-08-17 09:09:36 -05:00
SyntheticSections.h
[ELF] --icf: don't fold text sections with LSDA
2020-08-05 09:16:28 -07:00
Target.cpp
[ELF] Use namespace qualifiers (lld:: or elf::) instead of `namespace lld { namespace elf {`
2020-05-15 08:49:53 -07:00
Target.h
[PowerPC] Implement R_PPC64_REL24_NOTOC local calls, callee requires a TOC
2020-07-20 17:46:49 +00:00
Thunks.cpp
[LLD][PowerPC] Add a pc-rel based long branch thunk
2020-08-28 10:40:48 -05:00
Thunks.h
[ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNC
2019-12-29 22:42:53 -08:00
Writer.cpp
[ELF] Assign file offsets of non-SHF_ALLOC after SHF_ALLOC and set sh_addr=0 to non-SHF_ALLOC
2020-08-18 09:03:01 -07:00
Writer.h
Revert "Revert r370635, it caused PR43241."
2019-09-06 15:57:24 +00:00