Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use const_iterator where appropriate. | Daniel Dunbar | 2010-06-08 | 1 | -1/+1 |
| | | | | llvm-svn: 105620 | ||||
* | ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on ↵ | Daniel Dunbar | 2010-06-08 | 1 | -0/+357 |
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 |