llvm-project/lld/ELF
Rui Ueyama 44fa48f986 Define ~DIHelper::DIHelper() in .cpp.
llvm-svn: 285347
2016-10-27 21:26:57 +00:00
..
CMakeLists.txt Don't create a dummy ELF to process a binary file. 2016-10-27 17:45:40 +00:00
Config.h Store OSABI in Config. 2016-10-27 14:00:51 +00:00
Driver.cpp Store OSABI in Config. 2016-10-27 14:00:51 +00:00
Driver.h Call _exit. 2016-10-26 18:59:00 +00:00
DriverUtils.cpp Move getVersionString to Core and simplify Version.cpp. 2016-10-19 20:53:07 +00:00
EhFrame.cpp [ELF] Allow arbitrary code alignment in .eh_frame 2016-07-29 04:41:38 +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 Use fewer allocators. 2016-10-27 13:32:32 +00:00
Error.h Use fewer allocators. 2016-10-27 13:32:32 +00:00
GdbIndex.cpp [ELF] - Partial support of --gdb-index command line option (Part 1). 2016-10-20 09:19:48 +00:00
GdbIndex.h [ELF] - Partial support of --gdb-index command line option (Part 1). 2016-10-20 09:19:48 +00:00
ICF.cpp Delete trivial getters. NFC. 2016-10-26 12:36:56 +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 Define ~DIHelper::DIHelper() in .cpp. 2016-10-27 21:26:57 +00:00
InputFiles.h Define ~DIHelper::DIHelper() in .cpp. 2016-10-27 21:26:57 +00:00
InputSection.cpp Don't create a dummy ELF to process a binary file. 2016-10-27 17:45:40 +00:00
InputSection.h Don't create a dummy ELF to process a binary file. 2016-10-27 17:45:40 +00:00
LTO.cpp Reduce the number of allocators. 2016-10-26 15:34:24 +00:00
LTO.h Reduce the number of allocators. 2016-10-26 15:34:24 +00:00
LinkerScript.cpp Don't create a dummy ELF to process a binary file. 2016-10-27 17:45:40 +00:00
LinkerScript.h Improve comments. 2016-10-13 23:08:33 +00:00
MarkLive.cpp Delete trivial getters. NFC. 2016-10-26 12:36:56 +00:00
Mips.cpp [ELF] - Do not crash on MIPS if there is no object files in input. 2016-10-04 15:19:20 +00:00
Options.td Call _exit. 2016-10-26 18:59:00 +00:00
OutputSections.cpp Delete trivial getters. NFC. 2016-10-26 12:36:56 +00:00
OutputSections.h [ELF][MIPS] Put local GOT entries accessed via a 16-bit index first 2016-10-21 07:22:30 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Be less aggressive at relaxing got access in this case. 2016-10-27 17:28:56 +00:00
Relocations.h [ELF][MIPS] Put local GOT entries accessed via a 16-bit index first 2016-10-21 07:22:30 +00:00
ScriptParser.cpp Simplify. NFC. 2016-10-21 04:52:13 +00:00
ScriptParser.h Rename skip(StringRef) -> consume(StringRef). 2016-10-17 16:01:53 +00:00
Strings.cpp Define a helper function to demangle symbols. 2016-10-26 18:28:06 +00:00
Strings.h Define a helper function to demangle symbols. 2016-10-26 18:28:06 +00:00
SymbolListFile.cpp Rename skip(StringRef) -> consume(StringRef). 2016-10-17 16:01:53 +00:00
SymbolListFile.h [ELF] - Remove VersionScriptParser class and move the members to ScriptParser 2016-08-31 09:08:26 +00:00
SymbolTable.cpp Don't create a dummy ELF to process a binary file. 2016-10-27 17:45:40 +00:00
SymbolTable.h Don't create a dummy ELF to process a binary file. 2016-10-27 17:45:40 +00:00
Symbols.cpp Reduce the number of allocators. 2016-10-26 15:34:24 +00:00
Symbols.h Have on addRegular forward to another. NFC. 2016-10-26 20:57:14 +00:00
Target.cpp [ELF][MIPS] Put local GOT entries accessed via a 16-bit index first 2016-10-21 07:22:30 +00:00
Target.h [ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold. 2016-08-17 02:10:51 +00:00
Thunks.cpp Sign extend a value before passing it to the Target. 2016-09-01 13:52:52 +00:00
Thunks.h Attempt to fix buildbots. 2016-07-09 23:02:37 +00:00
Writer.cpp Don't create a dummy ELF to process a binary file. 2016-10-27 17:45:40 +00:00
Writer.h [ELF] - Applied clang format. NFC. 2016-10-20 08:36:42 +00:00

README.md

See docs/NewLLD.rst