Use ParseIRFile to auto-detect LLVM Assembly automatically.
[oota-llvm.git] / tools / llvm-diff / DifferenceEngine.cpp
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-07-29 John McCallMake the header self-contained and follow #include...
2010-07-29 John McCallCentralize the logic to permanently unify two instructi...
2010-07-29 John McCallDiagnose non-structural differences in the case where...
2010-07-29 John McCallWhen unifying instructions during a block diff, actuall...
2010-07-29 John McCallSomehow I was getting reasonable results for the test...
2010-07-29 John McCallCache the result of errs() and implement formatted...
2010-07-29 John McCallAdd the llvm-diff tool, which performs a relatively...