summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/WinLinkInputGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r225674: Convert other drivers to use WrapperNode.Rui Ueyama2015-01-151-39/+0
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-0/+39
* Convert other drivers to use WrapperNode.Rui Ueyama2015-01-131-39/+0
* More WinLinkInputGraph cleanup.Rui Ueyama2014-12-141-4/+0
* [PECOFF] Resolve file name in the driver, not in InputElement.Rui Ueyama2014-12-141-14/+0
* Remove code duplication.Rui Ueyama2014-12-141-6/+0
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-2/+4
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-5/+5
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* [PECOFF] Make PECOFFFileNode::parse idempotent.Rui Ueyama2014-04-011-0/+3
* [PECOFF] Treat .imp as an import library file.Rui Ueyama2014-04-011-2/+6
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-2/+2
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-13/+1
* Simplify a switch statement.Rui Ueyama2013-12-031-13/+7
* [PECOFF] Print reason if file parsing failed.Rui Ueyama2013-12-031-2/+6
* Fix file header comment.Rui Ueyama2013-11-211-1/+1
* Rename allocateString -> allocate.Rui Ueyama2013-11-211-2/+2
* Reverse the condition for readability.Rui Ueyama2013-11-201-3/+3
* Move member functions to its own cpp file.Rui Ueyama2013-11-201-0/+68
OpenPOWER on IntegriCloud