hanchenye-llvm-project/lld/ELF
Davide Italiano e160f0d0d6 [ELF] Allow --reproduce to be specified as an environment variable.
PR: 28257
Differential Revision:   http://reviews.llvm.org/D21628

llvm-svn: 273698
2016-06-24 18:02:50 +00:00
..
CMakeLists.txt [LTO] Include ASM undefs in llvm.compiler_used. 2016-06-22 18:09:23 +00:00
Config.h Implement --trace-symbol=symbol option. 2016-06-23 07:00:17 +00:00
Driver.cpp [ELF] Allow --reproduce to be specified as an environment variable. 2016-06-24 18:02:50 +00:00
Driver.h Create version.txt in a reproduce archive file. 2016-06-06 15:34:37 +00:00
DriverUtils.cpp Create version.txt in a reproduce archive file. 2016-06-06 15:34:37 +00:00
EhFrame.cpp ELF: Handle empty CIE augmentation string 2016-05-25 14:45:28 +00:00
EhFrame.h Create a new file EhFrame.cpp and move code to read .eh_frame there. 2016-05-24 02:55:45 +00:00
Error.cpp Print the cpio trailer after every member. 2016-05-04 12:47:56 +00:00
Error.h Print the cpio trailer after every member. 2016-05-04 12:47:56 +00:00
ICF.cpp Do not pass Symtab to markLive/doICF since Symtab is globally accessible. 2016-05-02 19:30:42 +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 Implement --trace-symbol=symbol option. 2016-06-23 07:00:17 +00:00
InputFiles.h Implement --trace-symbol=symbol option. 2016-06-23 07:00:17 +00:00
InputSection.cpp [ELF] - Support of compressed input sections implemented. 2016-06-24 11:18:44 +00:00
InputSection.h [ELF] - Support of compressed input sections implemented. 2016-06-24 11:18:44 +00:00
LTO.cpp [LTO] Update after API change in LLVM. NFC. 2016-06-22 19:51:05 +00:00
LTO.h [LTO] Include ASM undefs in llvm.compiler_used. 2016-06-22 18:09:23 +00:00
LinkerScript.cpp Rename Align -> Alignment. 2016-06-17 01:18:46 +00:00
LinkerScript.h Removed another dead code. NFC. 2016-05-04 15:04:08 +00:00
MarkLive.cpp Rename EHInputSection -> EhInputSection. 2016-05-24 04:19:20 +00:00
Options.td Implement --trace-symbol=symbol option. 2016-06-23 07:00:17 +00:00
OutputSections.cpp [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
OutputSections.h [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
Relocations.h [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
ScriptParser.cpp [ELF] - Do not crash on unclosed quote (") in scripts. 2016-06-22 11:39:16 +00:00
ScriptParser.h Apply clang-tidy's misc-move-constructor-init to lld. 2016-06-03 16:57:13 +00:00
SymbolListFile.cpp [ELF] - Fix incorrect logic in VersionScriptParser::parseVersion() 2016-06-24 11:23:55 +00:00
SymbolListFile.h [ELF] - Forgot to address these two minors before commit r273152. NFC. 2016-06-20 13:22:54 +00:00
SymbolTable.cpp Implement --trace-symbol=symbol option. 2016-06-23 07:00:17 +00:00
SymbolTable.h Implement --trace-symbol=symbol option. 2016-06-23 07:00:17 +00:00
Symbols.cpp [ELF] - Recommit r273143("[ELF] - Basic versioned symbols support implemented.") 2016-06-20 11:55:12 +00:00
Symbols.h [ELF] - Recommit r273143("[ELF] - Basic versioned symbols support implemented.") 2016-06-20 11:55:12 +00:00
Target.cpp [ELF][MIPS] Support MIPS TLS relocations 2016-06-23 15:26:31 +00:00
Target.h Remove default values that vary depending on target. 2016-06-16 23:50:25 +00:00
Writer.cpp [ELF] - Support of compressed input sections implemented. 2016-06-24 11:18:44 +00:00
Writer.h Do not pass Symtab to markLive/doICF since Symtab is globally accessible. 2016-05-02 19:30:42 +00:00

README.md

See docs/NewLLD.rst