hanchenye-llvm-project/lld/ELF
George Rimar 352eac37a1 [ELF] - Attempt to fix BB after 277042.
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/17294
Change:
std::make_unique -> llvm::make_unique

llvm-svn: 277059
2016-07-28 22:10:50 +00:00
..
CMakeLists.txt COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
Config.h Remove dead code. 2016-07-17 18:27:17 +00:00
Driver.cpp COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
Driver.h COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
DriverUtils.cpp COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
EhFrame.cpp ELF: Handle empty CIE augmentation string 2016-05-25 14:45:28 +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 Delete dead code. 2016-07-18 18:24:41 +00:00
Error.h ELF: Make check() always return a value. 2016-07-15 02:01:03 +00:00
ICF.cpp Do not pass Symtab to markLive/doICF since Symtab is globally accessible. 2016-05-02 19:30:42 +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 Move code for MIPS from createInputSection to initializeSections. 2016-07-26 21:26:02 +00:00
InputFiles.h COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
InputSection.cpp Make CommonInputSection singleton class. 2016-07-28 21:05:04 +00:00
InputSection.h Make CommonInputSection singleton class. 2016-07-28 21:05:04 +00:00
LTO.cpp Add a pointer to a source file to SymbolBody. 2016-07-17 03:11:46 +00:00
LTO.h ELF: Remove member variables that are used only in one function. 2016-07-15 03:06:42 +00:00
LinkerScript.cpp [ELF] - Attempt to fix BB after 277042. 2016-07-28 22:10:50 +00:00
LinkerScript.h [ELF] - Linkerscript: implemented filename specification. 2016-07-28 21:51:30 +00:00
MarkLive.cpp Fix PR28575. 2016-07-21 20:18:30 +00:00
Options.td [ELF] Support --output. Also output= can take two dashes. 2016-07-27 01:57:15 +00:00
OutputSections.cpp [ELF] Allows setting section for common symbols in linker script 2016-07-28 19:24:13 +00:00
OutputSections.h Make toPhdrFlags a member function. NFC. 2016-07-27 14:10:56 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Relocations.cpp Really fix invalid EhSectionPiece access. 2016-07-21 21:15:32 +00:00
Relocations.h Create thunks before regular relocation scan. 2016-07-20 17:58:07 +00:00
ScriptParser.cpp Create Strings.cpp and move string manipulation functions to that file. 2016-06-29 08:01:32 +00:00
ScriptParser.h Create Strings.cpp and move string manipulation functions to that file. 2016-06-29 08:01:32 +00:00
Strings.cpp Move demangle() from Symbols.cpp to Strings.cpp. 2016-07-07 23:04:15 +00:00
Strings.h Move demangle() from Symbols.cpp to Strings.cpp. 2016-07-07 23:04:15 +00:00
SymbolListFile.cpp Use skip() instead of peek() and expect(). 2016-07-16 18:45:23 +00:00
SymbolListFile.h [ELF] - Add Id field to Version struct. 2016-07-12 07:44:40 +00:00
SymbolTable.cpp [ELF] Allows setting section for common symbols in linker script 2016-07-28 19:24:13 +00:00
SymbolTable.h Simplify symbol version handling. 2016-07-21 13:13:21 +00:00
Symbols.cpp [ELF] Allows setting section for common symbols in linker script 2016-07-28 19:24:13 +00:00
Symbols.h [ELF] Allows setting section for common symbols in linker script 2016-07-28 19:24:13 +00:00
Target.cpp [ELF][MIPS] Apply mask while reading implicit addend and writing result of R_MIPS_26 relocation. 2016-07-22 05:56:43 +00:00
Target.h Create thunks before regular relocation scan. 2016-07-20 17:58:07 +00:00
Thunks.cpp Simplify. NFC. 2016-07-12 23:28:30 +00:00
Thunks.h Attempt to fix buildbots. 2016-07-09 23:02:37 +00:00
Writer.cpp Make CommonInputSection singleton class. 2016-07-28 21:05:04 +00:00
Writer.h Make toPhdrFlags a member function. NFC. 2016-07-27 14:10:56 +00:00

README.md

See docs/NewLLD.rst