llvm-project/lld/ELF
James Henderson 7ee227561e [ELF] Remove unnecessary cast and fix comments. NFC.
llvm-svn: 299636
2017-04-06 09:40:03 +00:00
..
CMakeLists.txt Move the parser for the linker script to a separate file. 2017-04-05 05:07:39 +00:00
Config.h [ELF] Add -z nodlopen option. 2017-03-23 00:54:16 +00:00
Driver.cpp Rename ScriptConfig::UndefinedSymbols ReferencedSymbols. 2017-04-05 18:02:30 +00:00
Driver.h Add linker-script-included files to reproduce tar files. 2017-01-09 01:42:02 +00:00
DriverUtils.cpp Sort. 2017-03-27 03:42:55 +00:00
EhFrame.cpp Change the error format to report corrupted .eh_frame. 2017-04-01 01:42:20 +00:00
EhFrame.h Convert InputSectionBase to a class. 2017-02-23 02:28:28 +00:00
Error.cpp Change the error message format for undefined symbols. 2017-03-30 19:13:47 +00:00
Error.h Update comments. 2017-03-30 22:57:49 +00:00
Filesystem.cpp [ELF] Fail the link early if the map file path is invalid 2017-04-04 09:42:24 +00:00
Filesystem.h [ELF] Fail the link early if the map file path is invalid 2017-04-04 09:42:24 +00:00
GdbIndex.cpp Remove a comment that is taken from gdb man page. 2017-03-29 00:09:40 +00:00
GdbIndex.h Split GdbIndexBuilder class into non-member functions. 2017-03-01 22:54:50 +00:00
ICF.cpp Rename forEach -> parallelForEach and forLoop -> parallelFor. 2017-03-22 23:03:35 +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 Remove InputFiles::LogName. 2017-04-03 19:11:23 +00:00
InputFiles.h Remove InputFiles::LogName. 2017-04-03 19:11:23 +00:00
InputSection.cpp Change the error message format for undefined symbols. 2017-03-30 19:13:47 +00:00
InputSection.h Change the error message format for undefined symbols. 2017-03-30 19:13:47 +00:00
LTO.cpp LTO: Replace InputFile::Symbol::getFlags() with predicate accessors. NFC. 2017-03-28 22:31:35 +00:00
LTO.h ELF: Add ThinLTO caching support. 2017-03-01 23:00:10 +00:00
LinkerScript.cpp [ELF] Pad x86 executable sections with 0xcc int3 instructions 2017-04-06 09:29:08 +00:00
LinkerScript.h [ELF] Pad x86 executable sections with 0xcc int3 instructions 2017-04-06 09:29:08 +00:00
MapFile.cpp [ELF] - Detemplate SymbolBody::getVA and SymbolBody::getPltVA. NFC. 2017-03-17 11:56:54 +00:00
MapFile.h Merge OutputSectionBase and OutputSection. NFC. 2017-02-24 15:07:30 +00:00
MarkLive.cpp [ELF] - Combine LinkerScriptBase and LinkerScript<ELFT> 2017-03-20 10:09:58 +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 Fix varaible names that correspond to command line options. 2017-03-23 18:16:42 +00:00
OutputSections.cpp [ELF] Pad x86 executable sections with 0xcc int3 instructions 2017-04-06 09:29:08 +00:00
OutputSections.h [ELF] Pad x86 executable sections with 0xcc int3 instructions 2017-04-06 09:29:08 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Create GOT and PLT entries early in scanRelocs(). 2017-04-06 03:30:51 +00:00
Relocations.h [ELF] Make createThunks a class [NFC] 2017-04-05 10:30:09 +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
ScriptParser.cpp Return Optional<uint64_t> from readInteger instead of returning just success/failure. 2017-04-05 23:22:11 +00:00
ScriptParser.h Move the parser for the linker script to a separate file. 2017-04-05 05:07:39 +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 Don't resolve hidden undef to a DSO. 2017-04-04 20:03:34 +00:00
SymbolTable.h Remove DefinedSynthetic. 2017-03-08 22:36:28 +00:00
Symbols.cpp [ELF] - Define __bss_start symbol. 2017-04-05 10:03:25 +00:00
Symbols.h [ELF] - Define __bss_start symbol. 2017-04-05 10:03:25 +00:00
SyntheticSections.cpp [ELF] Pad x86 executable sections with 0xcc int3 instructions 2017-04-06 09:29:08 +00:00
SyntheticSections.h [ELF] - Prepare GnuHashTableSection<ELFT> for detemplation. 2017-03-29 15:23:28 +00:00
Target.cpp [ELF] Pad x86 executable sections with 0xcc int3 instructions 2017-04-06 09:29:08 +00:00
Target.h [ELF] Pad x86 executable sections with 0xcc int3 instructions 2017-04-06 09:29:08 +00:00
Threads.h Update comments. 2017-03-24 00:15:57 +00:00
Thunks.cpp [ELF] Rename ARM Thunks in anticipation of Range Thunks 2017-04-04 09:29:36 +00:00
Thunks.h [ELF] Detemplate ThunkSection and Thunk classes. NFC. 2017-03-16 10:40:50 +00:00
Writer.cpp [ELF] Remove unnecessary cast and fix comments. NFC. 2017-04-06 09:40:03 +00:00
Writer.h [ELF] - Step to combine LinkerScript and LinkerScriptBase 2017-03-14 09:03:53 +00:00

README.md

See docs/NewLLD.rst