llvm-project/lld/lib/ReaderWriter
Rui Ueyama c8a53795ab [PECOFF] Support linking against DLL.
This patch adds a new pass, IdataPass, to transform shared atom references
to real references and to construct the .idata section data. With this patch
lld can produce a working Hello World program by linking it against
kernel32.dll and user32.dll.

Reviewers: Bigcheese

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1096

llvm-svn: 186071
2013-07-11 08:46:21 +00:00
..
ELF [lld] rename member variable name. 2013-06-24 03:22:51 +00:00
MachO Fix unused field warning. 2013-06-22 22:12:30 +00:00
Native Removed unnecessary "class" keyword. 2013-06-21 19:59:15 +00:00
PECOFF [PECOFF] Support linking against DLL. 2013-07-11 08:46:21 +00:00
YAML [ARM] Remove isThumb() as it's not used and it's not in the right place. 2013-06-13 00:26:16 +00:00
CMakeLists.txt This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
CoreTargetInfo.cpp [ARM] Remove isThumb() as it's not used and it's not in the right place. 2013-06-13 00:26:16 +00:00
LinkerScript.cpp [lld][ELF] Add parser for linker script ENTRY command 2013-06-03 18:05:21 +00:00
Reader.cpp Revert "Correctly pass ownership of MemoryBuffers." 2013-04-05 22:04:44 +00:00
ReaderArchive.cpp Revert "Correctly pass ownership of MemoryBuffers." 2013-04-05 22:04:44 +00:00
ReaderLinkerScript.cpp Revert "Correctly pass ownership of MemoryBuffers." 2013-04-05 22:04:44 +00:00
Writer.cpp Move everything over to TargetInfo. 2013-01-23 01:18:43 +00:00