summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ADT/DAGDeltaAlgorithmTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove some code that is no longer needed now that googletest knows howJay Foad2011-07-271-17/+0
| | | | | | to print STL containers. llvm-svn: 136213
* ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on ↵Daniel Dunbar2010-06-081-0/+122
top of the standard 'delta debugging' algorithm. - This can give substantial speedups in the delta process for inputs we can construct dependency information for. llvm-svn: 105612
OpenPOWER on IntegriCloud