summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/InputGraphTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.Rui Ueyama2015-01-151-122/+0
* Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama2015-01-141-0/+122
* Remove InputGraph::getNextFile().Rui Ueyama2015-01-131-83/+0
* Remove dead code.Rui Ueyama2015-01-131-24/+0
* Remove InputGraph::registerObserver.Rui Ueyama2015-01-131-15/+0
* Simplify InputGraph API.Rui Ueyama2014-12-141-5/+5
* Remove dead code.Rui Ueyama2014-12-141-8/+2
* Re-commit r223330: Rewrite InputGraph's GroupRui Ueyama2014-12-101-86/+7
* Revert "Rewrite InputGraph's Group"Rui Ueyama2014-12-041-7/+86
* Rewrite InputGraph's GroupRui Ueyama2014-12-041-86/+7
* Sort include files according to convention.Shankar Easwaran2014-10-181-1/+0
* Fix test build on windows.Rafael Espindola2014-06-111-1/+1
* Move Simple.h and Alias.h to include/Core.Rui Ueyama2014-06-111-1/+1
* Add observers to Input GraphRui Ueyama2014-05-141-0/+15
* Expand nested input elements.Rui Ueyama2014-05-061-6/+13
* Add a test for notifyProgress().Rui Ueyama2014-05-061-0/+8
* Remove unused variable.Rui Ueyama2014-05-061-1/+0
* Fix copypaste error.Rui Ueyama2014-05-061-1/+1
* s/My/Test/ as these classes are for tests.Rui Ueyama2014-05-061-11/+13
* Make the test even more readable.Rui Ueyama2014-05-061-202/+80
* Simplify unit test code.Rui Ueyama2014-05-061-20/+6
* Remove meaningless return value in test.Rui Ueyama2014-05-061-2/+1
* Replace copypasta with function calls to make tests intelligible.Rui Ueyama2014-05-061-95/+30
* Don't return value rather than always returning true.Rui Ueyama2014-05-061-9/+9
* Remove a method that no one is using.Rui Ueyama2014-05-061-12/+0
* Rename getInputGraph() and getNextFile().Rui Ueyama2014-04-041-27/+27
* Fix comments.Rui Ueyama2014-04-031-1/+1
* Remove ordinals from Input Graph elements.Rui Ueyama2014-04-031-39/+34
* Remove unused fields/member functions from unit test.Rui Ueyama2014-04-021-13/+4
* Remove unused include.Rui Ueyama2014-04-021-2/+0
* Simplify communication between Resolver and Input Graph.Rui Ueyama2014-04-021-1/+1
* s/llvm::dyn_cast/dyn_cast/Rui Ueyama2014-04-021-10/+10
* Merge ELFGroup with Group.Rui Ueyama2014-04-011-11/+2
* Remove duplicate code in unit tests carried in from main code.Rui Ueyama2014-04-011-23/+5
* Simplify InputGraphTest.Rui Ueyama2014-04-011-8/+4
* Greatly simplify InputGraph.Rui Ueyama2014-04-011-237/+52
* Make anonymous namespace as small as possible.Rui Ueyama2014-03-271-2/+2
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-16/+16
* Use getError instead of the error_code operator.Rafael Espindola2014-01-081-46/+46
* Run clang-format on r197727.Rui Ueyama2013-12-201-2/+1
* [lld] Introduce registry and Reference kind tupleNick Kledzik2013-12-191-10/+1
* [InputGraph] Add capability to process Hidden nodes.Shankar Easwaran2013-11-221-2/+82
* [InputGraph] Expand InputGraph nodes.Shankar Easwaran2013-11-221-0/+188
* [test] Add InputGraph testsShankar Easwaran2013-11-211-0/+365
OpenPOWER on IntegriCloud