summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/IdataPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-360/+0
* Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&David Blaikie2015-06-191-7/+7
* [lld] Allow LLD passes to return error codes.Lang Hames2015-06-191-2/+4
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-071-6/+6
* PECOFF: Reduce import table size.Rui Ueyama2015-03-241-6/+19
* Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.Rui Ueyama2015-03-021-1/+2
* Remove unused #includes.Rui Ueyama2015-02-271-1/+0
* Add {read,write}{16,32,64}{le,be} functions.Rui Ueyama2015-02-271-3/+4
* [PECOFF] Fix 32-bit delay-import table.Rui Ueyama2014-11-171-1/+1
* Follow-up to r221913. Fix some -Wcast-qual warning reasons.Simon Atanasyan2014-11-141-2/+3
* [PECOFF] Fix delay-import address table contents.Rui Ueyama2014-11-131-1/+4
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* [PECOFF] Emit x64 delay-import wrapper functionRui Ueyama2014-10-171-9/+51
* [PECOFF] Support delay-load import table for x86Rui Ueyama2014-10-161-6/+77
* [PECOFF] Emit ModuleHandle field in delay-import table.Rui Ueyama2014-10-091-3/+8
* [PECOFF] Emit the delay-import tableRui Ueyama2014-10-091-3/+53
* [PECOFF] Simplify IdataPass. No functionality change.Rui Ueyama2014-10-081-3/+3
* [PECOFF] Move a function out of a classRui Ueyama2014-10-081-30/+31
* [PECOFF] Remove yet another use of _is64Rui Ueyama2014-10-071-14/+14
* [PECOFF] Fix x64 export table.Rui Ueyama2014-10-011-2/+3
* [PECOFF] Fix PE+ relocationsRui Ueyama2014-08-221-5/+7
* [PECOFF] Don't use default argument.Rui Ueyama2014-08-211-1/+1
* [PECOFF] Emit PE+ idata tables.Rui Ueyama2014-08-201-3/+10
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* Add empty() to atom_collection.Rui Ueyama2014-04-031-1/+1
* [PECOFF] Rename lld::coff -> lld::pecoff.Rui Ueyama2013-12-131-3/+3
* [PECOFF] Move a utility function used in a pass to Pass.cpp.Rui Ueyama2013-12-121-7/+1
* [PECOFF] Replace DLLNameAtom with COFFStringAtom.Rui Ueyama2013-12-121-12/+5
* [PECOFF] Remove code which is no longer needed because of r197016.Rui Ueyama2013-12-111-36/+5
* [PECOFF] Refactor IdataPass.Rui Ueyama2013-12-111-50/+13
* [PECOFF] Move definitions to IdataPass.cpp.Rui Ueyama2013-11-251-0/+244
OpenPOWER on IntegriCloud