llvm-project/lld/ELF
Rafael Espindola 7204620d32 Use OutputSectionCommands in assignOffsets.
This allows moving clearOutputSections earlier.

llvm-svn: 304952
2017-06-07 23:08:55 +00:00
..
CMakeLists.txt Add BinaryFormat to lld libraries 2017-06-07 18:06:11 +00:00
Config.h Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Driver.cpp Symbols re-defined with -wrap and -defsym need to be excluded from inter- 2017-06-05 16:24:25 +00:00
Driver.h Remove a dead function declaration. 2017-05-02 22:42:24 +00:00
DriverUtils.cpp Sort. 2017-03-27 03:42:55 +00:00
EhFrame.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
EhFrame.h Convert InputSectionBase to a class. 2017-02-23 02:28:28 +00:00
Error.cpp Flush output in log() 2017-04-28 21:35:02 +00:00
Error.h Update comments. 2017-03-30 22:57:49 +00:00
Filesystem.cpp Make LLD work even if the current directory is not writable. 2017-04-26 16:15:07 +00:00
Filesystem.h Move code to emit error messages from Filesystem.cpp to Driver.cpp. 2017-04-26 16:14:46 +00:00
GdbIndex.cpp Remove a comment that is taken from gdb man page. 2017-03-29 00:09:40 +00:00
GdbIndex.h [ELF] - Make implementation of .gdb index to be more natural for futher paralleling. 2017-06-07 16:59:11 +00:00
ICF.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48: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 [ELF] - Do not allow -r to eat comdats. 2017-05-29 08:37:50 +00:00
InputFiles.h Revert "Simplify a variable type by using StringRef instead of CachedHashStringRef." 2017-05-25 21:53:02 +00:00
InputSection.cpp Store a single Parent pointer for InputSectionBase. 2017-05-31 20:17:44 +00:00
InputSection.h Store a single Parent pointer for InputSectionBase. 2017-05-31 20:17:44 +00:00
LTO.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
LTO.h ELF: Add ThinLTO caching support. 2017-03-01 23:00:10 +00:00
LinkerScript.cpp [ELF] - Linkerscript: implement NOLOAD section type. 2017-06-07 16:31:08 +00:00
LinkerScript.h [ELF] - Linkerscript: implement NOLOAD section type. 2017-06-07 16:31:08 +00:00
MapFile.cpp Keep a list of all OutputSectionCommands. 2017-05-30 01:30:14 +00:00
MapFile.h Keep a list of all OutputSectionCommands. 2017-05-30 01:30:14 +00:00
MarkLive.cpp [ELF] - Do not crash when proccessing absolute symbols during GC. 2017-06-01 07:47:56 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
Mips.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Options.td Accept not only --reproduce <foo> but also --reproduce=<foo>. 2017-05-25 19:49:54 +00:00
OutputSections.cpp Use OutputSectionCommands in assignOffsets. 2017-06-07 23:08:55 +00:00
OutputSections.h [ELF] - Do not merge relocation sections by name when using --emit-relocs. 2017-06-07 09:20:35 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Convert an use of OutputSections to OutputSectionCommands. 2017-06-07 22:23:01 +00:00
Relocations.h Convert an use of OutputSections to OutputSectionCommands. 2017-06-07 22:23:01 +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 [ELF] - Linkerscript: implement NOLOAD section type. 2017-06-07 16:31:08 +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] - Use llvm::to_integer() instead of StringRef::getAsInteger(). 2017-05-16 08:19:25 +00:00
Strings.h Simplify BinaryFile::parse and add comments. 2017-04-27 04:01:36 +00:00
SymbolTable.cpp Symbols re-defined with -wrap and -defsym need to be excluded from inter- 2017-06-05 16:24:25 +00:00
SymbolTable.h Symbols re-defined with -wrap and -defsym need to be excluded from inter- 2017-06-05 16:24:25 +00:00
Symbols.cpp Store a single Parent pointer for InputSectionBase. 2017-05-31 20:17:44 +00:00
Symbols.h Detemplate SymbolBody::getGotVA. NFC. 2017-05-11 23:28:49 +00:00
SyntheticSections.cpp [ELF] - Make implementation of .gdb index to be more natural for futher paralleling. 2017-06-07 16:59:11 +00:00
SyntheticSections.h [ELF] - Make implementation of .gdb index to be more natural for futher paralleling. 2017-06-07 16:59:11 +00:00
Target.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Target.h Remove isTlsLocalDynamicRel and isTlsInitialExecRel. 2017-05-05 20:25:54 +00:00
Threads.h [Support] Move Parallel algorithms from LLD to LLVM. 2017-05-11 00:03:52 +00:00
Thunks.cpp Move Object format code to lib/BinaryFormat. 2017-06-07 03:48:56 +00:00
Thunks.h [ELF] - Detemplate Thunk creation. 2017-05-17 07:10:59 +00:00
Writer.cpp Use OutputSectionCommands in assignOffsets. 2017-06-07 23:08:55 +00:00
Writer.h Inline a trivial constructor. 2017-05-26 02:17:13 +00:00

README.md

See docs/NewLLD.rst