summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/InputGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove FileNode::parse.Rui Ueyama2015-01-151-21/+0
* Remove InputGraph::size().Rui Ueyama2015-01-151-8/+0
* Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.Rui Ueyama2015-01-151-83/+2
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-2/+83
* Remove InputGraph::getNextFile().Rui Ueyama2015-01-131-30/+0
* Simplify.Rui Ueyama2015-01-131-25/+8
* Replace vector<unique_ptr<File> with unique_ptr<File>.Rui Ueyama2015-01-131-2/+2
* Remove dead code.Rui Ueyama2015-01-131-18/+0
* Remove InputGraph::registerObserver.Rui Ueyama2015-01-131-11/+2
* Remove InputGraph::dump().Rui Ueyama2015-01-131-7/+0
* Convert CoreInputGraph.Rui Ueyama2015-01-061-0/+7
* Simplify InputGraph API.Rui Ueyama2014-12-141-11/+11
* Make File always take the ownership of a MemoryBuffer.Rui Ueyama2014-12-121-11/+0
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-101-33/+29
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-041-29/+33
* Rewrite InputGraph's GroupRui Ueyama2014-12-041-33/+29
* Subclass InputGraph to get darwin linker library semanticsNick Kledzik2014-10-211-0/+2
* Sort include files according to convention.Shankar Easwaran2014-10-181-2/+0
* Change the signature of insertElementAt and rename addInputElementFrontRui Ueyama2014-07-241-11/+4
* Remove all uses of llvm::function_ref from LLD.Rui Ueyama2014-07-171-1/+1
* Use std::function instead of llvm::function_ref.Rui Ueyama2014-07-171-1/+1
* Update for llvm api change.Rafael Espindola2014-07-061-3/+4
* Don't import error_code into the lld namespace.Rafael Espindola2014-06-121-3/+3
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-311-1/+1
* Add observers to Input GraphRui Ueyama2014-05-141-3/+10
* Revert "temporary commit."Rui Ueyama2014-05-091-10/+3
* temporary commit.Rui Ueyama2014-05-091-3/+10
* Simplify InputGraph::getNextFile. No functionality change.Rui Ueyama2014-05-071-20/+11
* Expand nested input elements.Rui Ueyama2014-05-061-7/+5
* Don't return value rather than always returning true.Rui Ueyama2014-05-061-2/+1
* Use range-based for loop. No functionality change.Rui Ueyama2014-04-041-16/+9
* Rename getInputGraph() and getNextFile().Rui Ueyama2014-04-041-3/+3
* Expand 'auto' that's hard for human to deduce its real type.Rui Ueyama2014-04-031-1/+1
* Remove ordinals from Input Graph elements.Rui Ueyama2014-04-031-30/+0
* Simplify communication between Resolver and Input Graph.Rui Ueyama2014-04-021-35/+7
* Move nextFile() from LinkingContext to InputGraph.Rui Ueyama2014-04-021-0/+31
* Remove unused enum Position::ANY and third parameter of insertElementAt().Rui Ueyama2014-04-011-6/+7
* Rename insertOneElementAt -> insertElementAt.Rui Ueyama2014-04-011-2/+2
* Inline empty constructor.Rui Ueyama2014-04-011-5/+0
* Greatly simplify InputGraph.Rui Ueyama2014-04-011-53/+8
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-131-4/+4
* [C++11] Add #include's for OwningPtr.Ahmed Charles2014-03-031-0/+1
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-1/+1
* Make SimpleFileNode inherit from FileNode.Joey Gouly2013-12-191-2/+1
* Make anonymous namespace as small as possible.Rui Ueyama2013-12-101-4/+2
* [InputGraph] Add capability to process Hidden nodes.Shankar Easwaran2013-11-221-1/+5
* [InputGraph] Expand InputGraph nodes.Shankar Easwaran2013-11-221-0/+32
* Move InputGraph from Driver to Core. LinkingContext depends on it.Michael J. Spencer2013-11-141-0/+178
OpenPOWER on IntegriCloud