aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/DeltaAlgorithm.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-06-08DeltaAlgorithm: Tweak split to split by first/second half instead of even/odd...Daniel Dunbar1-2/+2
2009-12-09DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar1-0/+3
2009-12-04Fix typo and add missing include.Daniel Dunbar1-1/+2
2009-12-03Add an implementation of the delta debugging algorithm.Daniel Dunbar1-0/+110