llvm-project/lld/ELF
George Rimar 959d180fa6 Fixed mistype in comment. NFC.
llvm-svn: 267878
2016-04-28 13:38:10 +00:00
..
CMakeLists.txt ELF: Implement basic support for --version-script. 2016-04-22 20:21:26 +00:00
Config.h Do not call hasArg and getLastArg for the same option. 2016-04-28 02:08:54 +00:00
Driver.cpp Do not call hasArg and getLastArg for the same option. 2016-04-28 02:08:54 +00:00
Driver.h Move utility functions to DriverUtils.cpp. 2016-04-26 20:41:32 +00:00
DriverUtils.cpp Move utility functions to DriverUtils.cpp. 2016-04-26 20:41:32 +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 ELF: Move code to where it is used, and related cleanups. NFC. 2016-04-26 23:52:44 +00:00
ICF.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00
InputFiles.cpp Remove Size from Undefined symbol. 2016-04-28 00:26:54 +00:00
InputFiles.h ELF: Create .gnu.version and .gnu.version_r sections when linking against versioned DSOs. 2016-04-27 20:22:31 +00:00
InputSection.cpp ELF: Move code to where it is used, and related cleanups. NFC. 2016-04-26 23:52:44 +00:00
InputSection.h ELF: Move code to where it is used, and related cleanups. NFC. 2016-04-26 23:52:44 +00:00
LTO.cpp Sort includes. NFC. 2016-04-27 23:54:04 +00:00
LTO.h Remove unused #include. 2016-04-22 21:17:55 +00:00
LinkerScript.cpp [ELF] - Implemented comparsion operators for linkerscript. 2016-04-25 08:14:41 +00:00
LinkerScript.h [ELF] - Removed dead declarations. NFC. 2016-04-25 08:08:54 +00:00
MarkLive.cpp ELF: Move code to where it is used, and related cleanups. NFC. 2016-04-26 23:52:44 +00:00
Options.td [ELF] -R is an alias for -rpath. 2016-04-27 21:56:53 +00:00
OutputSections.cpp ELF: Create .gnu.version and .gnu.version_r sections when linking against versioned DSOs. 2016-04-27 20:22:31 +00:00
OutputSections.h ELF: Create .gnu.version and .gnu.version_r sections when linking against versioned DSOs. 2016-04-27 20:22:31 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
ScriptParser.cpp [ELF] - Implemented comparsion operators for linkerscript. 2016-04-25 08:14:41 +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 Remove Size from Undefined symbol. 2016-04-28 00:26:54 +00:00
SymbolTable.h Removed dead code. NFC. 2016-04-27 09:24:03 +00:00
Symbols.cpp Remove Size from Undefined symbol. 2016-04-28 00:26:54 +00:00
Symbols.h Remove Size from Undefined symbol. 2016-04-28 00:26:54 +00:00
Target.cpp Reduce usage of isRelRelative. 2016-04-27 12:47:30 +00:00
Target.h [ELF][MIPS] Remove getMipsGpAddr(). NFC 2016-04-27 05:31:28 +00:00
Writer.cpp Fixed mistype in comment. NFC. 2016-04-28 13:38:10 +00:00
Writer.h Rename elf2 to elf. 2016-02-28 00:25:54 +00:00

README.md

See docs/NewLLD.rst