..
Arch
[lld][ELF][AVR] Add range check for R_AVR_13_PCREL ( #67636 )
2023-10-06 18:20:03 +08:00
AArch64ErrataFix.cpp
[llvm] Add missing StringExtras.h includes
2023-06-25 15:42:22 +01:00
AArch64ErrataFix.h
[lld/elf] Use C++17 nested namespace syntax in most places
2022-08-10 16:47:30 -04:00
ARMErrataFix.cpp
[lld] StringRef::{starts,ends}with => {starts,ends}_with. NFC
2023-06-05 14:36:19 -07:00
ARMErrataFix.h
[lld/elf] Use C++17 nested namespace syntax in most places
2022-08-10 16:47:30 -04:00
CallGraphSort.cpp
[ELF] A new code layout algorithm for function reordering [3a/3]
2023-09-26 06:24:34 -07:00
CallGraphSort.h
[ELF] A new code layout algorithm for function reordering [3a/3]
2023-09-26 06:24:34 -07:00
CMakeLists.txt
[ELF] A new code layout algorithm for function reordering [3a/3]
2023-09-26 06:24:34 -07:00
Config.h
Use llvm::endianness{,::little,::native} (NFC)
2023-10-09 00:54:47 -07:00
Driver.cpp
[ELF] Making cdsort default for function reordering ( #68638 )
2023-10-10 09:06:31 -07:00
Driver.h
[llvm] Extract common OptTable
bits into macros
2023-08-04 13:57:13 -07:00
DriverUtils.cpp
[llvm] Extract common OptTable
bits into macros
2023-08-04 13:57:13 -07:00
DWARF.cpp
[DebugInfo] llvm::Optional => std::optional
2022-12-05 00:09:22 +00:00
DWARF.h
Use llvm::endianness::{big,little,native} (NFC)
2023-10-10 22:54:51 -07:00
EhFrame.cpp
[ELF] Change rawData to content() and data() to contentMaybeDecompress()
2022-11-20 22:43:22 +00:00
EhFrame.h
[lld/elf] Use C++17 nested namespace syntax in most places
2022-08-10 16:47:30 -04:00
ICF.cpp
[ELF] --icf: switch to xxh3_64bits
2023-07-18 17:57:31 -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
[lld] [MTE] Drop MTE globals for fully static executables, not ban ( #68217 )
2023-10-10 17:32:10 +02:00
InputFiles.h
[LLD][ELF] Import ObjFile::importCmseSymbols
at call site ( #68025 )
2023-10-03 10:12:09 -04:00
InputSection.cpp
[ELF] -r --compress-debug-sections: update implicit addends for .rel.debug_* referencing STT_SECTION symbols ( #66804 )
2023-09-20 14:50:13 -07:00
InputSection.h
[ELF][RISCV] Implement --emit-relocs with relaxation
2023-09-09 12:06:39 +02:00
LinkerScript.cpp
[ELF] Postpone "unable to move location counter backward" error ( #66854 )
2023-09-20 09:06:45 -07:00
LinkerScript.h
[ELF] Postpone "unable to move location counter backward" error ( #66854 )
2023-09-20 09:06:45 -07:00
LTO.cpp
[NFC][LLD] Refactor some copy-paste into the Common library ( #67598 )
2023-09-28 00:06:48 +02:00
LTO.h
[lld/elf] Use C++17 nested namespace syntax in most places
2022-08-10 16:47:30 -04:00
MapFile.cpp
[ELF] Make subsequent opens to auxiliary files append
2023-07-11 11:08:57 +00:00
MapFile.h
[lld/elf] Use C++17 nested namespace syntax in most places
2022-08-10 16:47:30 -04:00
MarkLive.cpp
[LLD][ELF] Cortex-M Security Extensions (CMSE) Support
2023-07-06 11:34:07 +01: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] A new code layout algorithm for function reordering [3a/3]
2023-09-26 06:24:34 -07:00
OutputSections.cpp
[ELF] Implement getImplicitAddend and enable checkDynamicRelocsDefault for PPC32
2023-09-15 22:49:18 -07:00
OutputSections.h
[ELF] Change most llvm::Optional to std::optional
2022-11-26 19:19:15 -08:00
README.md
Relocations.cpp
[lld/ELF] Don't relax R_X86_64_(REX_)GOTPCRELX when offset is too far
2023-10-04 13:03:56 -07:00
Relocations.h
[lld/ELF] Don't relax R_X86_64_(REX_)GOTPCRELX when offset is too far
2023-10-04 13:03:56 -07:00
ScriptLexer.cpp
[ELF] Support operator ^ and ^=
2023-07-15 14:10:40 -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] Correct a comment about ^=. NFC
2023-09-15 17:52:48 -07:00
ScriptParser.h
[lld/elf] Use C++17 nested namespace syntax in most places
2022-08-10 16:47:30 -04:00
Symbols.cpp
[ELF] Add -Bsymbolic-non-weak
2023-08-21 09:11:51 -07:00
Symbols.h
[lld] Synthesize metadata for MTE globals
2023-07-31 17:07:42 +02:00
SymbolTable.cpp
[ELF] Priorize the last catch-all pattern in version scripts
2023-09-09 23:47:01 -07:00
SymbolTable.h
[LLD][ELF] Cortex-M Security Extensions (CMSE) Support
2023-07-06 11:34:07 +01:00
SyntheticSections.cpp
[ELF] Handle relocations in synthetic .eh_frame with a non-zero offset within the output section ( #65966 )
2023-10-03 10:20:14 +01:00
SyntheticSections.h
[ELF] Align the end of PT_GNU_RELRO associated PT_LOAD to a common-page-size boundary ( #66042 )
2023-09-14 10:33:11 -07:00
Target.cpp
[ELF] Handle relocations in synthetic .eh_frame with a non-zero offset within the output section ( #65966 )
2023-10-03 10:20:14 +01:00
Target.h
[PowerPC][lld] Account for additional X-Forms -> D-Form/DS-Forms load/stores when relaxing initial-exec to local-exec
2023-08-31 08:45:10 -05:00
Thunks.cpp
[lld] Synthesize metadata for MTE globals
2023-07-31 17:07:42 +02:00
Thunks.h
[ELF][PPC64] Actually implement --no-power10-stubs
2023-02-27 16:19:13 -08:00
Writer.cpp
[lld] [MTE] Drop MTE globals for fully static executables, not ban ( #68217 )
2023-10-10 17:32:10 +02:00
Writer.h
[lld] [MTE] Drop MTE globals for fully static executables, not ban ( #68217 )
2023-10-10 17:32:10 +02:00