hanchenye-llvm-project/lld/COFF
Rui Ueyama af7242a385 Use reinterpret_cast<> instead of C-style cast. NFC.
It is currently interpreted as reinterpret_cast<>. Make it explicit.

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

llvm-svn: 325033
2018-02-13 18:11:42 +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] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
Chunks.h [COFF] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
Config.h [COFF] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
DLL.cpp [COFF] Don't set the thumb bit in address table entries for data symbols 2017-12-20 06:50:45 +00:00
DLL.h Revert "Merge IAT and ILT." 2017-06-02 18:49:38 +00:00
Driver.cpp [COFF] LTO does not require a disassembler. 2018-02-06 15:42:41 +00:00
Driver.h [COFF] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
DriverUtils.cpp [COFF] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
ICF.cpp [coff] Print detailed timing information with /TIME. 2018-01-17 19:16:26 +00:00
InputFiles.cpp [COFF] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
InputFiles.h [COFF] Add minimal support for /guard:cf 2018-02-06 01:58:26 +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 [coff] Print detailed timing information with /TIME. 2018-01-17 19:16:26 +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] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
PDB.cpp [LLD][PDB] Implement FIXME: Warn on missing TypeServer PDB rather than error 2018-01-31 17:48:04 +00:00
PDB.h [LLD COFF/PDB] Incrementally update the build id. 2017-08-15 21:31:41 +00:00
README.md
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 Use reinterpret_cast<> instead of C-style cast. NFC. 2018-02-13 18:11:42 +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 Check that Symbol types are trivially destructible 2018-02-13 17:32:31 +00:00
Writer.cpp [COFF] Add minimal support for /guard:cf 2018-02-06 01:58:26 +00:00
Writer.h [coff] Print detailed timing information with /TIME. 2018-01-17 19:16:26 +00:00

README.md

See docs/NewLLD.rst