LLVMBuild: Add description files for the LLVM tools.
[oota-llvm.git] / tools / llvm-diff / DifferenceEngine.cpp
2011-11-08 John McCallFix the printing of constants. Patch by Stepan Dyatkov...
2011-08-12 Duncan SandsSilence a bunch (but not all) "variable written but...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
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...