[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges.
[oota-llvm.git] / tools / llvm-diff / DifferenceEngine.cpp
2014-07-20 Manuel Jacob[C++11] Add predecessors(BasicBlock *) / successors...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
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...