llvm-project/lld/COFF
Sam Clegg ea244bf89b Fix -Wreorder warning
Subscribers: aheejin, llvm-commits

Differential Revision: https://reviews.llvm.org/D41255

llvm-svn: 320741
2017-12-14 21:09:31 +00:00
..
CMakeLists.txt [lld] unified COFF and ELF error handling on new Common/ErrorHandler 2017-10-25 22:28:38 +00:00
Chunks.cpp [COFF] Error out if 20 bit thumb branches are out of range 2017-12-14 08:56:36 +00:00
Chunks.h Reland r319090, "COFF: Do not create SectionChunks for discarded comdat sections." with a fix for debug sections. 2017-11-28 01:30:07 +00:00
Config.h [COFF] Teach LLD to use the COFF .debug$H section. 2017-12-14 18:07:04 +00:00
DLL.cpp Remove {get,set}Align accessor functions and use Alignment member variable instead. 2017-09-13 21:54:55 +00:00
DLL.h Revert "Merge IAT and ILT." 2017-06-02 18:49:38 +00:00
Driver.cpp [COFF] Teach LLD to use the COFF .debug$H section. 2017-12-14 18:07:04 +00:00
Driver.h Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
DriverUtils.cpp Remove redundant local variables. 2017-12-11 23:19:11 +00:00
ICF.cpp Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
InputFiles.cpp Remove checkToString functions and use toString instead. 2017-12-07 03:24:57 +00:00
InputFiles.h Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
LTO.cpp Rename replaceBody -> replaceSymbol. 2017-11-03 22:48:47 +00:00
LTO.h Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
MapFile.cpp COFF: Remove the SymbolBodies vector, and rename SparseSymbolBodies to Symbols. 2017-11-20 18:52:53 +00:00
MapFile.h COFF: Change the /lldmap output format to be more like the ELF linker. 2017-01-14 03:14:46 +00:00
MarkLive.cpp Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
MinGW.cpp [COFF] Don't export symbols that have corresponding __imp_ symbols 2017-11-29 05:50:49 +00:00
MinGW.h [COFF] Avoid forward declaring StringSet, fix build 2017-10-19 20:19:16 +00:00
Options.td [COFF] Teach LLD to use the COFF .debug$H section. 2017-12-14 18:07:04 +00:00
PDB.cpp Fix -Wreorder warning 2017-12-14 21:09:31 +00:00
PDB.h [LLD COFF/PDB] Incrementally update the build id. 2017-08-15 21:31:41 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Strings.cpp Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
Strings.h Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
SymbolTable.cpp Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00
SymbolTable.h Reland r319090, "COFF: Do not create SectionChunks for discarded comdat sections." with a fix for debug sections. 2017-11-28 01:30:07 +00:00
Symbols.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Symbols.h Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Writer.cpp [COFF] Sort .pdata for arm64 2017-12-14 08:56:29 +00:00
Writer.h Prefer `ArrayRef` over `const std::vector&` 2017-12-08 01:09:21 +00:00

README.md

See docs/NewLLD.rst