hanchenye-llvm-project/lld/COFF
Rui Ueyama 02aa766897 Update the documents of the new LLD.
This patch merges the documents for ELF and COFF into one
and puts it into docs directory.

llvm-svn: 263336
2016-03-12 06:06:40 +00:00
..
CMakeLists.txt Fix BUILD_SHARED_LIBS build. 2016-03-01 15:56:53 +00:00
Chunks.cpp Update for LLVM function name change. 2016-01-14 20:53:50 +00:00
Chunks.h Update for LLVM function name change. 2016-01-14 20:53:50 +00:00
Config.h COFF: Implement DLL symbol forwarding. 2016-01-09 01:22:00 +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 Merge DarwinLdDriver and Driver. 2016-03-02 19:08:05 +00:00
Driver.h Merge DarwinLdDriver and Driver. 2016-03-02 19:08:05 +00:00
DriverUtils.cpp COFF: Implement DLL symbol forwarding. 2016-01-09 01:22:00 +00:00
Error.cpp Port the error functions from ELF to COFF. 2015-08-06 14:58:50 +00:00
Error.h Make these headers as being c++. 2015-08-14 14:12:54 +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: Rename RoundUpToAlignment -> align. 2016-01-08 22:24:26 +00:00
InputFiles.h COFF: Destroy LTOModules as they are linked. 2015-11-17 23:30:59 +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: Add /nosymtab command line option. 2015-09-21 23:43:31 +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 Update for LLVM api change. 2015-12-04 02:42:47 +00:00
SymbolTable.h COFF: Run InputFile::parse() in background using std::async(). 2015-09-20 03:11:16 +00:00
Symbols.cpp COFF: Allow forward reference for weak externals 2015-08-17 23:35:43 +00:00
Symbols.h COFF: Rename Ptr -> Repl. 2015-09-25 16:20:24 +00:00
Writer.cpp Update for LLVM function name change. 2016-01-14 20:53:50 +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