llvm-project/lld/ELF
Rafael Espindola bd12e2a0ce Simplify. NFC.
llvm-svn: 296619
2017-03-01 14:12:21 +00:00
..
CMakeLists.txt Rename ScriptParser.{cpp,h} -> ScriptLexer.{cpp,h}. 2017-02-14 04:47:05 +00:00
Config.h [ELF] - Allow the Code Model flag when using LTO 2017-02-28 23:43:26 +00:00
Driver.cpp Move SymbolTable<ELFT>::Sections out of the class. 2017-02-27 02:32:08 +00:00
Driver.h Add linker-script-included files to reproduce tar files. 2017-01-09 01:42:02 +00:00
DriverUtils.cpp Strip file path from the -o option while creating reproduce.txt. 2017-02-01 18:04:45 +00:00
EhFrame.cpp Convert InputSectionBase to a class. 2017-02-23 02:28:28 +00:00
EhFrame.h Convert InputSectionBase to a class. 2017-02-23 02:28:28 +00:00
Error.cpp Do not use errs() or outs() directly. Instead use message(), log() or error() 2017-02-21 23:22:56 +00:00
Error.h Add a comment about thread safety. 2017-02-22 21:05:06 +00:00
GdbIndex.cpp Make InputSection a class. NFC. 2017-02-23 16:49:07 +00:00
GdbIndex.h Make InputSection a class. NFC. 2017-02-23 16:49:07 +00:00
ICF.cpp ELF ICF: Merge only functions. 2017-02-28 22:42:49 +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 Use make<> instead of new (BAlloc). NFC. 2017-02-28 19:36:30 +00:00
InputFiles.h Use uint64_t instead of uintX_t where the larger type just works. 2017-02-24 19:52:52 +00:00
InputSection.cpp De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
InputSection.h De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
LTO.cpp [ELF] - Allow the Code Model flag when using LTO 2017-02-28 23:43:26 +00:00
LTO.h [ELF] Use SyntheticSections for Thunks 2017-02-01 10:26:03 +00:00
LinkerScript.cpp Simplify. NFC. 2017-03-01 14:12:21 +00:00
LinkerScript.h De-template OutputSectionFactory. 2017-02-27 02:31:48 +00:00
MapFile.cpp De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
MapFile.h Merge OutputSectionBase and OutputSection. NFC. 2017-02-24 15:07:30 +00:00
MarkLive.cpp De-template DefinedRegular. 2017-02-28 19:29:55 +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 [ELF] - Implemented --no-dynamic-linker option 2017-02-24 08:26:18 +00:00
OutputSections.cpp [ELF] - Reset output section size when assigning offsets. 2017-03-01 11:10:53 +00:00
OutputSections.h De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp [ELF] - Reset output section size when assigning offsets. 2017-03-01 11:10:53 +00:00
Relocations.h Merge OutputSectionBase and OutputSection. NFC. 2017-02-24 15:07:30 +00:00
ScriptLexer.cpp Apply different tokenization rules to linker script expressions. 2017-02-15 19:58:17 +00:00
ScriptLexer.h Apply different tokenization rules to linker script expressions. 2017-02-15 19:58:17 +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 Use make<> instead of new (BAlloc). NFC. 2017-02-28 19:36:30 +00:00
SymbolTable.h De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
Symbols.cpp Improve comment. 2017-03-01 04:44:04 +00:00
Symbols.h De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
SyntheticSections.cpp Instead of passing an empty ArrayRef as contents, pass actual contents. NFC. 2017-03-01 07:39:06 +00:00
SyntheticSections.h [ELF] - Fixed crash in GnuHashTableSection. 2017-03-01 10:12:49 +00:00
Target.cpp De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
Target.h Merge InputSectionData and InputSectionBase. 2017-02-23 02:32:18 +00:00
Threads.h Update comment to clarify the machine spec. 2016-12-04 02:34:29 +00:00
Thunks.cpp De-template DefinedRegular. 2017-02-28 19:29:55 +00:00
Thunks.h Merge OutputSectionBase and OutputSection. NFC. 2017-02-24 15:07:30 +00:00
Writer.cpp [ELF] - Reset output section size when assigning offsets. 2017-03-01 11:10:53 +00:00
Writer.h Merge OutputSectionBase and OutputSection. NFC. 2017-02-24 15:07:30 +00:00

README.md

See docs/NewLLD.rst