History log of /external/llvm/lib/Support/DeltaAlgorithm.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7f2dbb7358ef7af9940f385027b179b61c1ec0d0 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd, since adjacent changes are more likely to be related.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105613 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DeltaAlgorithm.cpp
c831c64f16749af9b1a782ace983aee600d59c43 09-Dec-2009 Daniel Dunbar <daniel@zuster.org> DeltaAlgorithm: Add a virtual destructor and home.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90957 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DeltaAlgorithm.cpp
6f27b6231b04b85963be239e4b4e38a4ca4ad282 04-Dec-2009 Daniel Dunbar <daniel@zuster.org> Fix typo and add missing include.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90557 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DeltaAlgorithm.cpp
eee658317491fb9c16588d9490a953cbe099099c 03-Dec-2009 Daniel Dunbar <daniel@zuster.org> Add an implementation of the delta debugging algorithm.
- This is a pretty slow / memory intensive implementation, and I will likely
change it to an iterative model, but it works.

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