Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add LLVM_OVERRIDE to methods that override their base classes. | Craig Topper | 2012-09-23 | 1 | -2/+2 |
| | | | | llvm-svn: 164471 | ||||
* | Fix Doxygen issues: | Dmitri Gribenko | 2012-09-14 | 1 | -3/+3 |
| | | | | | | | | | | * wrap code blocks in \code ... \endcode; * refer to parameter names in paragraphs correctly (\arg is not what most people want -- it starts a new paragraph); * use \param instead of \arg to document parameters in order to be consistent with the rest of the codebase. llvm-svn: 163902 | ||||
* | Adding missing anchor to DATDeltaAlgorithm. | David Blaikie | 2011-12-07 | 1 | -0/+3 |
| | | | | llvm-svn: 146025 | ||||
* | 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 |