1. d8d8371 [TI removal] Make `getTerminator()` return a generic `Instruction`. by Chandler Carruth · 7 years ago
  2. 62cfb19 Fix llvm-diff anon-func.ll test by Hans Wennborg · 7 years ago
  3. 90ec44f llvm-diff: Fix crash on anonymous functions by Matt Arsenault · 7 years ago
  4. 90aa47d Let llvm-diff correctly deal with Undef/ConstantAggregateZero/ConstantVector/IndirectBr by Brian Gesiak · 7 years ago
  5. ddfada2 [IR] Redesign the case iterator in SwitchInst to actually be an iterator by Chandler Carruth · 8 years ago
  6. f6071e1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  7. 1b96cbe Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  8. 00f8d5f llvm-diff: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  9. facdfc6 Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges." by Duncan P. N. Exon Smith · 11 years ago
  10. a4697da [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges. by Manuel Jacob · 11 years ago
  11. 03e36d7 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 11 years ago
  12. 4bbfbdf [Modules] Move CallSite into the IR library where it belogs. It is by Chandler Carruth · 11 years ago
  13. 8819c84 Remove several unused variables. by Rafael Espindola · 12 years ago
  14. db3a9e6 Revert patches to add case-range support for PR1255. by Bob Wilson · 12 years ago
  15. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  16. f010c46 Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  17. 0aa32d5 ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 13 years ago
  18. f4c261b Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods. by Stepan Dyatkovskiy · 13 years ago
  19. 3d3abe0 llvm::SwitchInst by Stepan Dyatkovskiy · 13 years ago
  20. c10fa6c Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 13 years ago
  21. 2447312 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  22. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  23. bd3c5ec Fix the printing of constants. Patch by Stepan Dyatkovskiy! by John McCall · 14 years ago
  24. 1f6a329 Silence a bunch (but not all) "variable written but not read" warnings by Duncan Sands · 14 years ago
  25. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  26. 562b84b Don't include Operator.h from InstrTypes.h. by Jay Foad · 14 years ago
  27. 7d4fc4f 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. by Renato Golin · 14 years ago
  28. b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 15 years ago
  29. 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 15 years ago
  30. 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 15 years ago
  31. e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 15 years ago
  32. 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 15 years ago
  33. dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 15 years ago
  34. 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 15 years ago
  35. 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 15 years ago