summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/ReaderImportHeader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Trim at most one character from imported symbols.Rui Ueyama2013-08-121-2/+10
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-6/+6
* [PECOFF] Add a comment on the idata section fragments.Rui Ueyama2013-07-311-0/+19
* [PECOFF] Process Import Name/Type field in the import library.Rui Ueyama2013-07-291-6/+43
* [PECOFF] Replace the magic number with sizeof().Rui Ueyama2013-07-291-5/+7
* [PECOFF] Simplicy object allocation code. No functionality change.Rui Ueyama2013-07-261-5/+4
* [PECOFF] Replace magic numbers with offsetof().Rui Ueyama2013-07-221-4/+6
* [PECOFF] Support linking against DLL.Rui Ueyama2013-07-111-1/+2
* [PECOFF] Handle hint field in Hint/Name table in the import library.Rui Ueyama2013-07-031-10/+9
* [PECOFF][Writer] Simplifies the COFFBaseDefinedAtom ctor by defining a new cl...Rui Ueyama2013-07-031-2/+2
* [PECOFF][Writer] Amend the comment about DLL linking.Rui Ueyama2013-07-011-26/+25
* [PECOFF][Writer] Fix buildbot failure on x86_64-win7.Rui Ueyama2013-06-301-2/+9
* [PECOFF][Reader] Create a jump table for functions exported by DLL.Rui Ueyama2013-06-301-23/+127
* [PECOFF] Implement the reader for the import library.Rui Ueyama2013-06-171-0/+150
OpenPOWER on IntegriCloud