800ec3da7af7b73cd3c61d5da53d9d7c8343ad83 |
|
14-Jan-2013 |
Timur Iskhodzhanov <timurrrr@google.com> |
Revert r171829 "Split changeset_ty using iterators instead of loops" as it breaks the VS2008 build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172411 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DeltaAlgorithm.cpp
|
c09b4c00aaab25676ca903a4e137ac19ccb7d637 |
|
08-Jan-2013 |
Lenny Maiorani <lenny@colorado.edu> |
Split changeset_ty using iterators instead of loops. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171829 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/DeltaAlgorithm.cpp
|
18ed7b27eb73d5916ff746b8ddb330e6d1ab9de0 |
|
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
|
022840e9608207305a2e0488763f06fb1b5ad5e5 |
|
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
|
83563b24ceaf06468b8060fa31bebd78bb52428f |
|
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
|
a6d5e40e25e6b4fc856fa5cd10a59b8fdf51d9a7 |
|
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
|