History log of /external/llvm/lib/Support/DAGDeltaAlgorithm.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a96a1824747632ce87ef065b4a13fb777d2b14d6 23-Sep-2012 Craig Topper <craig.topper@gmail.com> Add LLVM_OVERRIDE to methods that override their base classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164471 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DAGDeltaAlgorithm.cpp
c5252da873d547a19069eaf9030fec203f128f66 14-Sep-2012 Dmitri Gribenko <gribozavr@gmail.com> Fix Doxygen issues:
* 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163902 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DAGDeltaAlgorithm.cpp
5729c5848c74a2413cc1d32a5f3c746aff5d9ccc 07-Dec-2011 David Blaikie <dblaikie@gmail.com> Adding missing anchor to DATDeltaAlgorithm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146025 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DAGDeltaAlgorithm.cpp
ef45832d7cc6a846cc194ef2764b76ac994fe137 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> Use const_iterator where appropriate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105620 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DAGDeltaAlgorithm.cpp
73c6031a2546ad18ab0b454fe5d711715620d140 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on top of the standard 'delta debugging' algorithm.
- This can give substantial speedups in the delta process for inputs we can construct dependency information for.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105612 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DAGDeltaAlgorithm.cpp