summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/PECOFF/ReaderImportHeader.cpp
Commit message (Expand)AuthorAgeFilesLines
* COFF: Remove the old COFF linker and make link an alias to link2.Rui Ueyama2015-08-061-388/+0
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-241-1/+1
* Return an ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-6/+6
* Delete unnecessary generality in loadFile.Rafael Espindola2015-04-241-5/+5
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-1/+1
* Remove the Native file format.Rui Ueyama2015-04-101-1/+1
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-081-6/+6
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-081-2/+2
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-081-2/+2
* Remove a parameter for file extension from canParse.Rui Ueyama2015-04-041-3/+2
* Use alignment values everywhere instead of log2.Rui Ueyama2015-03-261-1/+1
* Remove COFFReference and use SimpleReference instead.Rui Ueyama2015-03-091-9/+14
* Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead.Rui Ueyama2015-03-021-1/+2
* Add missing includes for make_unique, lld edition.Benjamin Kramer2015-03-021-0/+1
* Remove unused #includes.Rui Ueyama2015-02-271-1/+0
* Add {read,write}{16,32,64}{le,be} functions.Rui Ueyama2015-02-271-6/+5
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-7/+6
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-2/+2
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-2/+2
* PE/COFF: add support to import functions in ARM NTSaleem Abdulrasool2015-01-081-7/+46
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-1/+1
* Separate file parsing from File's constructors.Rui Ueyama2014-12-121-19/+16
* Use llvm::make_unique.Rui Ueyama2014-10-141-1/+1
* [PECOFF] Refactor _imp_ symbol generator.Rui Ueyama2014-10-091-21/+28
* [PECOFF] Remove another use of is64 to support non-Intel architectureRui Ueyama2014-10-091-19/+30
* [PECOFF] Explicitly pass machine typeRui Ueyama2014-08-221-2/+0
* [PECOFF] Fix PE+ relocationsRui Ueyama2014-08-221-9/+25
* Remove dead code.Rui Ueyama2014-08-211-24/+0
* Remove a 'using std::error_code' I missed in the previous pass.Rafael Espindola2014-06-131-11/+11
* More prefixing of error_code.Rafael Espindola2014-06-121-0/+1
* include system_error directly.Rafael Espindola2014-06-121-1/+1
* Run llvm/utils/sort_includes.py in a few files.Rafael Espindola2014-06-121-6/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-3/+3
* [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
OpenPOWER on IntegriCloud