.. |
CMakeLists.txt
|
Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}.
|
2017-02-14 04:47:05 +00:00 |
Config.h
|
[ELF] - Rename Config->Is64Bit() to is64(). NFC.
|
2017-03-16 13:41:29 +00:00 |
Driver.cpp
|
Remove a useless temporary variable.
|
2017-03-13 23:26:37 +00:00 |
Driver.h
|
Add linker-script-included files to reproduce tar files.
|
2017-01-09 01:42:02 +00:00 |
DriverUtils.cpp
|
Strip file path from the -o option while creating reproduce.txt.
|
2017-02-01 18:04:45 +00:00 |
EhFrame.cpp
|
Convert InputSectionBase to a class.
|
2017-02-23 02:28:28 +00:00 |
EhFrame.h
|
Convert InputSectionBase to a class.
|
2017-02-23 02:28:28 +00:00 |
Error.cpp
|
Do not use errs() or outs() directly. Instead use message(), log() or error()
|
2017-02-21 23:22:56 +00:00 |
Error.h
|
Add a comment about thread safety.
|
2017-02-22 21:05:06 +00:00 |
GdbIndex.cpp
|
Simplify. NFC.
|
2017-03-02 17:55:29 +00:00 |
GdbIndex.h
|
Split GdbIndexBuilder class into non-member functions.
|
2017-03-01 22:54:50 +00:00 |
ICF.cpp
|
Remove unnecessary template. NFC.
|
2017-03-08 15:44:30 +00:00 |
ICF.h
|
Do not pass Symtab to markLive/doICF since Symtab is globally accessible.
|
2016-05-02 19:30:42 +00:00 |
InputFiles.cpp
|
Rename one of the getOffset methods.
|
2017-03-08 15:57:17 +00:00 |
InputFiles.h
|
Remove Config->Mips64EL and define Config->isMips64EL() instead.
|
2017-03-07 00:43:33 +00:00 |
InputSection.cpp
|
[ELF] Fix error reporting for synthetic sections
|
2017-03-14 08:33:45 +00:00 |
InputSection.h
|
Remove DefinedSynthetic.
|
2017-03-08 22:36:28 +00:00 |
LTO.cpp
|
LTO: When creating a local cache, create the cache directory if it does not already exist.
|
2017-03-02 02:02:38 +00:00 |
LTO.h
|
ELF: Add ThinLTO caching support.
|
2017-03-01 23:00:10 +00:00 |
LinkerScript.cpp
|
[ELF] - Detemplate SymbolBody::getOutputSection(). NFC.
|
2017-03-16 11:06:13 +00:00 |
LinkerScript.h
|
[ELF] - Linkerscript: make Dot public and remove getDot(). NFC.
|
2017-03-15 16:07:02 +00:00 |
MapFile.cpp
|
Remove unnecessary template. NFC.
|
2017-03-08 15:44:30 +00:00 |
MapFile.h
|
Merge OutputSectionBase and OutputSection. NFC.
|
2017-02-24 15:07:30 +00:00 |
MarkLive.cpp
|
Remove DefinedSynthetic.
|
2017-03-08 22:36:28 +00:00 |
Memory.h
|
Remove lld/Support/Memory.h.
|
2016-12-18 14:06:06 +00:00 |
Mips.cpp
|
[ELF][MIPS] N32 ABI support
|
2016-11-05 22:58:01 +00:00 |
Options.td
|
Options such as -omagic or -opt-remarks-* should be interpreted as -o.
|
2017-03-10 21:22:28 +00:00 |
OutputSections.cpp
|
[ELF] - Detemplate OutputSection::assignOffsets. NFC.
|
2017-03-16 10:24:54 +00:00 |
OutputSections.h
|
[ELF] - Detemplate OutputSection::assignOffsets. NFC.
|
2017-03-16 10:24:54 +00:00 |
README.md
|
Update the documents of the new LLD.
|
2016-03-12 06:06:40 +00:00 |
Relocations.cpp
|
[ELF] - Detemplate SymbolBody::getGotPltVA and SymbolBody::getGotPltOffset(). NFC.
|
2017-03-16 12:58:11 +00:00 |
Relocations.h
|
Finalize content of synthetic sections prior to Thunk Creation
|
2017-03-08 14:06:24 +00:00 |
ScriptLexer.cpp
|
Handle ":" as a regular token character in linker scripts.
|
2017-03-09 19:23:00 +00:00 |
ScriptLexer.h
|
Handle ":" as a regular token character in linker scripts.
|
2017-03-09 19:23:00 +00:00 |
Strings.cpp
|
[ELF] __cxa_demangle is now called itaniumDemangle. Update.
|
2017-01-17 01:59:13 +00:00 |
Strings.h
|
Use ArrayRef instead of `const std::vector`.
|
2016-12-20 23:17:00 +00:00 |
SymbolTable.cpp
|
Remove DefinedSynthetic.
|
2017-03-08 22:36:28 +00:00 |
SymbolTable.h
|
Remove DefinedSynthetic.
|
2017-03-08 22:36:28 +00:00 |
Symbols.cpp
|
[ELF] - Detemplate SymbolBody::getGotPltVA and SymbolBody::getGotPltOffset(). NFC.
|
2017-03-16 12:58:11 +00:00 |
Symbols.h
|
[ELF] - Detemplate SymbolBody::getGotPltVA and SymbolBody::getGotPltOffset(). NFC.
|
2017-03-16 12:58:11 +00:00 |
SyntheticSections.cpp
|
[ELF] - Rename Config->Is64Bit() to is64(). NFC.
|
2017-03-16 13:41:29 +00:00 |
SyntheticSections.h
|
[ELF] - Rename Config->Is64Bit() to is64(). NFC.
|
2017-03-16 13:41:29 +00:00 |
Target.cpp
|
[ELF] Handle NONE relocations on AArch64
|
2017-03-10 22:42:22 +00:00 |
Target.h
|
Merge InputSectionData and InputSectionBase.
|
2017-02-23 02:32:18 +00:00 |
Threads.h
|
Update comment to clarify the machine spec.
|
2016-12-04 02:34:29 +00:00 |
Thunks.cpp
|
[ELF] Detemplate ThunkSection and Thunk classes. NFC.
|
2017-03-16 10:40:50 +00:00 |
Thunks.h
|
[ELF] Detemplate ThunkSection and Thunk classes. NFC.
|
2017-03-16 10:40:50 +00:00 |
Writer.cpp
|
[ELF] - Removed unused templates #4. NFC.
|
2017-03-16 11:20:02 +00:00 |
Writer.h
|
[ELF] - Step to combine LinkerScript and LinkerScriptBase
|
2017-03-14 09:03:53 +00:00 |