hanchenye-llvm-project/lld/ELF
Rui Ueyama be68fe18cc Use `using namespace lld` for consistency with other files.
llvm-svn: 298668
2017-03-24 00:15:37 +00:00
..
CMakeLists.txt Move a few functions to a new file Filesystem.{cpp,h}. 2017-03-24 00:15:16 +00:00
Config.h [ELF] Add -z nodlopen option. 2017-03-23 00:54:16 +00:00
Driver.cpp Move a few functions to a new file Filesystem.{cpp,h}. 2017-03-24 00:15:16 +00:00
Driver.h Add linker-script-included files to reproduce tar files. 2017-01-09 01:42:02 +00:00
DriverUtils.cpp [ELF] Print two more MIPS targets "supported" by LLD 2017-03-23 12:17:32 +00:00
EhFrame.cpp Compute Config member function return values only once. 2017-03-17 23:29:01 +00:00
EhFrame.h Convert InputSectionBase to a class. 2017-02-23 02:28:28 +00:00
Error.cpp Use `using namespace lld` for consistency with other files. 2017-03-24 00:15:37 +00:00
Error.h ELF: Change check(Expected<T>, const Twine &) to call toString instead of converting to an error code. 2017-03-17 22:06:36 +00:00
Filesystem.cpp Move a few functions to a new file Filesystem.{cpp,h}. 2017-03-24 00:15:16 +00:00
Filesystem.h Move a few functions to a new file Filesystem.{cpp,h}. 2017-03-24 00:15:16 +00:00
GdbIndex.cpp Simplify. NFC. 2017-03-02 17:55:29 +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
InputFiles.cpp [ELF] - Fix one more access to Sections member. 2017-03-21 08:57:13 +00:00
InputFiles.h Update comment. 2017-03-21 17:22:13 +00:00
InputSection.cpp Force @{init,fini}_array if section name starts with ".{init,fini}_array.". 2017-03-23 01:00:41 +00:00
InputSection.h [ELF] - Detemplate InputSection::getRelocatedSection(). NFC. 2017-03-21 09:13:27 +00:00
LTO.cpp Compute Config member function return values only once. 2017-03-17 23:29:01 +00:00
LTO.h ELF: Add ThinLTO caching support. 2017-03-01 23:00:10 +00:00
LinkerScript.cpp [ELF] Allow references to reserved symbols in linker scripts 2017-03-23 03:52:34 +00:00
LinkerScript.h [ELF] Allow references to reserved symbols in linker scripts 2017-03-23 03:52:34 +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
Options.td Fix varaible names that correspond to command line options. 2017-03-23 18:16:42 +00:00
OutputSections.cpp Rename forEach -> parallelForEach and forLoop -> parallelFor. 2017-03-22 23:03:35 +00:00
OutputSections.h [ELF] - Recommit "[ELF] - Make Bss and BssRelRo sections to be synthetic (#3)." 2017-03-17 10:14:53 +00:00
README.md
Relocations.cpp Simplify. No functionality change intended. 2017-03-23 03:44:08 +00:00
Relocations.h [ELF][MIPS] Calculate relocations agains _gp_disp / __gnu_local_gp using dedicated 'expressions' 2017-03-20 21:03:43 +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
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 Remove DefinedSynthetic. 2017-03-08 22:36:28 +00:00
SymbolTable.h Remove DefinedSynthetic. 2017-03-08 22:36:28 +00:00
Symbols.cpp [ELF] - Detemplate SymbolBody::getGotOffset(). NFC. 2017-03-17 14:12:51 +00:00
Symbols.h [ELF] - Detemplate SymbolBody::getGotOffset(). NFC. 2017-03-17 14:12:51 +00:00
SyntheticSections.cpp [ELF] Add -z nodlopen option. 2017-03-23 00:54:16 +00:00
SyntheticSections.h [ELF] - Detemplate ARMExidxSentinelSection. NFC. 2017-03-21 09:01:39 +00:00
Target.cpp [ELF][MIPS] Calculate relocations agains _gp_disp / __gnu_local_gp using dedicated 'expressions' 2017-03-20 21:03:43 +00:00
Target.h Merge InputSectionData and InputSectionBase. 2017-02-23 02:32:18 +00:00
Threads.h Rename forEach -> parallelForEach and forLoop -> parallelFor. 2017-03-22 23:03:35 +00:00
Thunks.cpp Compute Config member function return values only once. 2017-03-17 23:29:01 +00:00
Thunks.h [ELF] Detemplate ThunkSection and Thunk classes. NFC. 2017-03-16 10:40:50 +00:00
Writer.cpp Move a few functions to a new file Filesystem.{cpp,h}. 2017-03-24 00:15:16 +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