hanchenye-llvm-project/lld/COFF
Peter Collingbourne c6f07c423d Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.
This reorganisation prevents us from cluttering up the top-level lib directory
with more driver libraries such as llvm-dlltool (see D29892).

llvm-svn: 302995
2017-05-13 22:06:46 +00:00
..
CMakeLists.txt [CMake] Fix pthread handling for out-of-tree builds 2017-02-10 01:59:20 +00:00
Chunks.cpp Fix comments again. 2017-04-26 20:20:05 +00:00
Chunks.h Use the same terminology as ELF. 2017-05-05 23:52:24 +00:00
Config.h COFF: add support for CONSTANT exports 2017-04-21 18:05:46 +00:00
DLL.cpp COFF: New symbol table design. 2016-12-09 21:55:24 +00:00
DLL.h
Driver.cpp Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI. 2017-05-13 22:06:46 +00:00
Driver.h Handle _LINK_ env string as command line parameters. 2017-04-24 22:20:03 +00:00
DriverUtils.cpp Handle _LINK_ env string as command line parameters. 2017-04-24 22:20:03 +00:00
Error.cpp Flush output in log() 2017-04-28 21:35:02 +00:00
Error.h Do not pass archive files containing non-native object files. 2017-03-16 21:19:36 +00:00
ICF.cpp [Support] Move Parallel algorithms from LLD to LLVM. 2017-05-11 00:03:52 +00:00
InputFiles.cpp COFF: actually synthesize CONST imports properly 2017-04-28 17:06:40 +00:00
InputFiles.h COFF: actually synthesize CONST imports properly 2017-04-28 17:06:40 +00:00
LTO.cpp [coff] default to multiple parallel ThinLTO jobs 2017-04-12 18:36:13 +00:00
LTO.h Add an option to use the MSVC linker to link LTO-generated object files. 2017-02-06 20:47:55 +00:00
Librarian.cpp COFF: add support for CONSTANT exports 2017-04-21 18:05:46 +00:00
MapFile.cpp [Support] Move Parallel algorithms from LLD to LLVM. 2017-05-11 00:03:52 +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: New symbol table design. 2016-12-09 21:55:24 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
ModuleDef.cpp COFF: add support for CONSTANT exports 2017-04-21 18:05:46 +00:00
Options.td COFF: support the /appcontainer flag 2017-04-06 23:07:53 +00:00
PDB.cpp lld Fixups for TypeDatabase changes. 2017-05-05 22:06:06 +00:00
PDB.h COFF: tie the execute and the PDB together 2017-01-04 17:56:54 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Strings.cpp Fix Windows buildbots. 2016-12-07 23:24:32 +00:00
Strings.h COFF: Define overloaded toString functions. 2016-12-07 23:17:02 +00:00
SymbolTable.cpp [COFF] support /ERRORLIMIT option 2017-04-05 00:43:54 +00:00
SymbolTable.h COFF: Remove some undefined declarations. NFC. 2017-04-20 22:23:36 +00:00
Symbols.cpp refactor COFF linker to use new LTO API 2017-02-02 23:58:14 +00:00
Symbols.h fix nullptr dereference in COFF/Symbol.h 2017-02-03 23:05:17 +00:00
Writer.cpp [Support] Move Parallel algorithms from LLD to LLVM. 2017-05-11 00:03:52 +00:00
Writer.h COFF: Change the /lldmap output format to be more like the ELF linker. 2017-01-14 03:14:46 +00:00

README.md

See docs/NewLLD.rst