This patch is a big refactoring of llvm-diff. It doesn't add new features, but it...
authorRenato Golin <renato.golin@arm.com>
Mon, 14 Mar 2011 22:22:46 +0000 (22:22 +0000)
committerRenato Golin <renato.golin@arm.com>
Mon, 14 Mar 2011 22:22:46 +0000 (22:22 +0000)
commit7d4fc4fb345ee8a1de15c718a854b5f38c1e6e46
treec14f22bb75463ef2b5e6b2b36fb2d46c72d333c3
parent6e70cc1f976785674d8552ff47e26cd28fbde120
This patch is a big refactoring of llvm-diff. It doesn't add new features, but it re-organizes the old features, so I can insert the MetadataEngine to use the same infrastructure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127627 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-diff/CMakeLists.txt
tools/llvm-diff/DiffConsumer.cpp [new file with mode: 0644]
tools/llvm-diff/DiffConsumer.h [new file with mode: 0644]
tools/llvm-diff/DiffLog.cpp [new file with mode: 0644]
tools/llvm-diff/DiffLog.h [new file with mode: 0644]
tools/llvm-diff/DifferenceEngine.cpp
tools/llvm-diff/DifferenceEngine.h
tools/llvm-diff/llvm-diff.cpp