hanchenye-llvm-project/lld/ELF
Rui Ueyama 9c1112d09a Use ScriptParserBase features to parse linker script expressions.
Previously, we have re-implemented utility functions such as `expect`
or `next` in LinkerScript.cpp. This patch reuses the existing
implementation that is in ScriptParser.cpp.

llvm-svn: 267255
2016-04-23 00:04:03 +00:00
..
CMakeLists.txt ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
Config.h LTO: Merge -lto-no-discard-value-names with -save-temps. 2016-04-22 21:43:10 +00:00
Driver.cpp LTO: Merge -lto-no-discard-value-names with -save-temps. 2016-04-22 21:43:10 +00:00
Driver.h ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
DriverUtils.cpp Variable names should start with uppercase letters. 2016-04-02 19:15:26 +00:00
Error.cpp Remove dead code. 2016-03-13 04:25:43 +00:00
Error.h Needed change to lld for the change to libObject’s getName() for symbols now returning Expected<...> 2016-04-20 21:24:51 +00:00
ICF.cpp Update for llvm change. 2016-04-05 14:47:28 +00:00
ICF.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00
InputFiles.cpp [LTO] Create Undefined Bitcode symbol when we drop a comdat member. 2016-04-22 18:26:33 +00:00
InputFiles.h [LTO] Create Undefined Bitcode symbol when we drop a comdat member. 2016-04-22 18:26:33 +00:00
InputSection.cpp Fix link failure. 2016-04-22 22:59:22 +00:00
InputSection.h Bring r267164 back with a fix. 2016-04-22 22:09:35 +00:00
LTO.cpp LTO: Merge -lto-no-discard-value-names with -save-temps. 2016-04-22 21:43:10 +00:00
LTO.h Remove unused #include. 2016-04-22 21:17:55 +00:00
LinkerScript.cpp Use ScriptParserBase features to parse linker script expressions. 2016-04-23 00:04:03 +00:00
LinkerScript.h Move uintX_t typedef to the class definition. NFC. 2016-04-22 20:41:07 +00:00
MarkLive.cpp Bring r267164 back with a fix. 2016-04-22 22:09:35 +00:00
Options.td LTO: Merge -lto-no-discard-value-names with -save-temps. 2016-04-22 21:43:10 +00:00
OutputSections.cpp Bring r267164 back with a fix. 2016-04-22 22:09:35 +00:00
OutputSections.h Revert "[ELF] - Avoid using memset for zero-initialization of struct member. NFC." 2016-04-20 04:26:16 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
ScriptParser.cpp Use ScriptParserBase features to parse linker script expressions. 2016-04-23 00:04:03 +00:00
ScriptParser.h Use ScriptParserBase features to parse linker script expressions. 2016-04-23 00:04:03 +00:00
SymbolListFile.cpp Devirtualize ScriptParserBase. NFC. 2016-04-22 22:59:24 +00:00
SymbolListFile.h ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
SymbolTable.cpp ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
SymbolTable.h ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
Symbols.cpp ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
Symbols.h ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
Target.cpp Reduce templating. NFC. 2016-04-21 17:37:11 +00:00
Target.h Reduce templating. NFC. 2016-04-21 17:37:11 +00:00
Writer.cpp Bring r267164 back with a fix. 2016-04-22 22:09:35 +00:00
Writer.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00

README.md

See docs/NewLLD.rst