summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/ReaderImportHeader.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [PECOFF] Fix -Wsign-compare warning.Simon Atanasyan2014-03-191-1/+1
* Add "override" to member functions where appropriate.Rui Ueyama2014-03-051-13/+13
* Run clang-format on r197727.Rui Ueyama2013-12-201-5/+4
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-15/+39
* [PECOFF] Rename lld::coff -> lld::pecoff.Rui Ueyama2013-12-131-2/+2
* Run clang-format for PECOFF reader/writer code. No other changes.Rui Ueyama2013-12-111-15/+15
* Fix a variety of typos in function names and commentsAlp Toker2013-12-011-1/+1
* [PECOFF] Set ordinals to linker internal atoms.Rui Ueyama2013-11-251-1/+1
* [PECOFF] Use INT3 instead of NOP.Rui Ueyama2013-11-151-1/+1
* [PECOFF] Remove unnecessary static member.Rui Ueyama2013-11-151-17/+10
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-2/+2
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-2/+2
* [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