ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping.
[oota-llvm.git] / tools / llvm-diff / DifferenceEngine.cpp
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-19 Stepan DyatkovskiyOrdinary PR1255 patch: DifferenceEngine and CPPBackend...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
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...