Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r171829 "Split changeset_ty using iterators instead of loops" as it ↵ | Timur Iskhodzhanov | 2013-01-14 | 1 | -8/+6 |
| | | | | | | breaks the VS2008 build llvm-svn: 172411 | ||||
* | Split changeset_ty using iterators instead of loops. | Lenny Maiorani | 2013-01-08 | 1 | -6/+8 |
| | | | | llvm-svn: 171829 | ||||
* | DeltaAlgorithm: Tweak split to split by first/second half instead of ↵ | Daniel Dunbar | 2010-06-08 | 1 | -2/+2 |
| | | | | | | even/odd, since adjacent changes are more likely to be related. llvm-svn: 105613 | ||||
* | DeltaAlgorithm: Add a virtual destructor and home. | Daniel Dunbar | 2009-12-09 | 1 | -0/+3 |
| | | | | llvm-svn: 90957 | ||||
* | Fix typo and add missing include. | Daniel Dunbar | 2009-12-04 | 1 | -1/+2 |
| | | | | llvm-svn: 90557 | ||||
* | Add an implementation of the delta debugging algorithm. | Daniel Dunbar | 2009-12-03 | 1 | -0/+110 |
- This is a pretty slow / memory intensive implementation, and I will likely change it to an iterative model, but it works. llvm-svn: 90447 |