aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/DeltaAlgorithm.cpp
AgeCommit message (Collapse)Author
2013-01-14Revert r171829 "Split changeset_ty using iterators instead of loops" as it ↵Timur Iskhodzhanov
breaks the VS2008 build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172411 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-08Split changeset_ty using iterators instead of loops.Lenny Maiorani
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171829 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-08DeltaAlgorithm: Tweak split to split by first/second half instead of ↵Daniel Dunbar
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
2009-12-09DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90957 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-04Fix typo and add missing include.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90557 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-03Add an implementation of the delta debugging algorithm.Daniel Dunbar
- 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