hanchenye-llvm-project/lld/COFF
Peter Collingbourne 765aa2d1c2 COFF: Update remaining #include paths.
llvm-svn: 275480
2016-07-14 21:30:37 +00:00
..
CMakeLists.txt COFF: drop the dependency on LIB.EXE for implibs 2016-07-13 03:19:27 +00:00
Chunks.cpp [COFF] Use coff_section::getAlignment 2016-03-17 16:58:08 +00:00
Chunks.h Apply clang-tidy's misc-move-constructor-init to lld. 2016-06-03 16:57:13 +00:00
Config.h [COFF] Add /section command line flag. 2016-06-20 03:39:39 +00:00
DLL.cpp Update for LLVM function name change. 2016-01-14 20:53:50 +00:00
DLL.h Make these headers as being c++. 2015-08-14 14:12:54 +00:00
Driver.cpp [COFF] Add /section command line flag. 2016-06-20 03:39:39 +00:00
Driver.h COFF: remove unused function (touchFile) 2016-07-08 18:36:56 +00:00
DriverUtils.cpp COFF: drop the dependency on LIB.EXE for implibs 2016-07-13 03:19:27 +00:00
Error.cpp COFF: Switch to new archive writer interface (D21721). 2016-06-29 22:27:45 +00:00
Error.h Fix logic error in check() function. 2016-06-30 00:32:24 +00:00
ICF.cpp Rename so that the function name is consistent between ELF and COFF. 2016-02-25 18:49:11 +00:00
InputFiles.cpp COFF: Update remaining #include paths. 2016-07-14 21:30:37 +00:00
InputFiles.h COFF: Update remaining #include paths. 2016-07-14 21:30:37 +00:00
Librarian.cpp COFF: drop the dependency on LIB.EXE for implibs 2016-07-13 03:19:27 +00:00
MarkLive.cpp COFF: Move markLive() from Writer.cpp to its own file. 2015-09-19 21:36:28 +00:00
ModuleDef.cpp [LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups. 2015-10-02 00:36:00 +00:00
Options.td COFF: Support /manifestinput command line option. 2016-04-19 01:21:58 +00:00
PDB.cpp COFF: Create an empty but valid PDF file. 2015-12-08 18:39:55 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
SymbolTable.cpp COFF: Update remaining #include paths. 2016-07-14 21:30:37 +00:00
SymbolTable.h [COFF] SmallVector<char, 0> -> SmallString<0>. 2016-04-09 23:00:31 +00:00
Symbols.cpp [COFF] Remove an unused function, getFileOff 2016-03-15 09:48:18 +00:00
Symbols.h [COFF] Remove an unused function, getFileOff 2016-03-15 09:48:18 +00:00
Writer.cpp [COFF] Add /section command line flag. 2016-06-20 03:39:39 +00:00
Writer.h COFF: Move markLive() from Writer.cpp to its own file. 2015-09-19 21:36:28 +00:00

README.md

See docs/NewLLD.rst