summaryrefslogtreecommitdiffstats
path: root/lld/lib/Driver/InputGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move InputGraph from Driver to Core. LinkingContext depends on it.Michael J. Spencer2013-11-141-176/+0
* Re-submit r194551: Use empty() instead of size() == 0.Rui Ueyama2013-11-131-2/+2
* Revert "Use empty() instead of size() == 0."Rui Ueyama2013-11-131-2/+2
* Use empty() instead of size() == 0.Rui Ueyama2013-11-131-2/+2
* [cleanup] remove readFile and replace with getBuffer.Shankar Easwaran2013-11-111-19/+2
* Remove unnecessary namespace qualifier.Rui Ueyama2013-11-051-2/+2
* Replace ErrorOr<void> with error_code.Rafael Espindola2013-11-051-1/+1
* Replace a recursive tail call with an infinite loop.Rui Ueyama2013-10-111-16/+19
* Do not process .objtxt file twice.Rui Ueyama2013-10-091-2/+5
* [Layout] Assign ordinals in Resolution order.Shankar Easwaran2013-10-091-27/+0
* [inputGraph] Associate Resolve state with appropriate nodesShankar Easwaran2013-10-091-1/+66
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-1/+1
* Use size_t for array index.Rui Ueyama2013-10-081-2/+2
* Move duplicate code in InputGraphs to the parent class.Rui Ueyama2013-10-081-0/+29
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-20/+69
* Change the parseFile argument from MemoryBuffer pointer to LinkerInputJoerg Sonnenberger2013-09-071-0/+15
* add InputGraph functionalityShankar Easwaran2013-08-211-0/+56
OpenPOWER on IntegriCloud