1. 1d6ebdf Switch from llvm::is_trivially_copyable to std::is_trivially_copyable by Fangrui Song · 4 years, 10 months ago
  2. 91e66bf Revert "Use std::is_trivially_copyable", breaks MSVC build by Reid Kleckner · 4 years, 10 months ago
  3. 4d4bd40 Use std::is_trivially_copyable by Fangrui Song · 4 years, 10 months ago
  4. 3198406 llvm-diff: Avoid crash with complex expressions by Dominic Chen · 5 years ago
  5. a58b62b [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). by Craig Topper · 5 years ago
  6. ceb7f30 [llvm][NFC][CallSite] Removed CallSite from few implementation details by Mircea Trofin · 5 years ago
  7. 465dca7 Avoid SmallString.h include in MD5.h, NFC by Reid Kleckner · 6 years ago
  8. 79b4c89 llvm-diff: Perform structural comparison on GlobalVariables, if possible by Dominic Chen · 6 years ago
  9. be88539 Replace llvm::isPodLike<...> by llvm::is_trivially_copyable<...> by Serge Guelton · 7 years ago
  10. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  11. e303c87 [TI removal] Make `getTerminator()` return a generic `Instruction`. by Chandler Carruth · 7 years ago
  12. cd23593 Fix llvm-diff anon-func.ll test by Hans Wennborg · 7 years ago
  13. ce5f203 llvm-diff: Fix crash on anonymous functions by Matt Arsenault · 7 years ago
  14. d0d2ce9 Let llvm-diff correctly deal with Undef/ConstantAggregateZero/ConstantVector/IndirectBr by Brian Gesiak · 7 years ago
  15. 927d8e6 [IR] Redesign the case iterator in SwitchInst to actually be an iterator by Chandler Carruth · 8 years ago
  16. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  17. 7a08381 Remove uses of builtin comma operator. by Richard Trieu · 10 years ago
  18. b7fcadf llvm-diff: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  19. 6c99015 Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges." by Duncan P. N. Exon Smith · 11 years ago
  20. d11beff [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ranges. by Manuel Jacob · 11 years ago
  21. 1305dc3 [Modules] Move CFG.h to the IR library as it defines graph traits over IR types. by Chandler Carruth · 12 years ago
  22. 219b89b [Modules] Move CallSite into the IR library where it belogs. It is by Chandler Carruth · 12 years ago
  23. 44fee4e Remove several unused variables. by Rafael Espindola · 12 years ago
  24. e407736 Revert patches to add case-range support for PR1255. by Bob Wilson · 12 years ago
  25. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  26. 4d88a1c Sort the #include lines for tools/... by Chandler Carruth · 13 years ago
  27. 58107dd ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSubsetMapping. by Stepan Dyatkovskiy · 13 years ago
  28. 79a0d80 Ordinary PR1255 patch: DifferenceEngine and CPPBackend adopted to the new SwitchInst methods. by Stepan Dyatkovskiy · 13 years ago
  29. 97b02fc llvm::SwitchInst by Stepan Dyatkovskiy · 14 years ago
  30. 5b648af Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: by Stepan Dyatkovskiy · 14 years ago
  31. 513aaa5 SwitchInst refactoring. by Stepan Dyatkovskiy · 14 years ago
  32. a379b181 Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 14 years ago
  33. 5ded03d Fix the printing of constants. Patch by Stepan Dyatkovskiy! by John McCall · 14 years ago
  34. a41634e Silence a bunch (but not all) "variable written but not read" warnings by Duncan Sands · 14 years ago
  35. 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  36. 7c14a55 Don't include Operator.h from InstrTypes.h. by Jay Foad · 14 years ago
  37. 4b6ae93 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 · 15 years ago
  38. 5ee026c Check in a couple of changes that I apparently never committed: by John McCall · 15 years ago
  39. 61483f0 Make the header self-contained and follow #include guidelines. by John McCall · 15 years ago
  40. eaeede9 Centralize the logic to permanently unify two instructions and make sure by John McCall · 15 years ago
  41. 8489de2 Diagnose non-structural differences in the case where blocks were by John McCall · 15 years ago
  42. 0ed6b13 When unifying instructions during a block diff, actually complain about by John McCall · 15 years ago
  43. d293c4e Somehow I was getting reasonable results for the test cases I was interested by John McCall · 15 years ago
  44. 10c91bf Cache the result of errs() and implement formatted logging. by John McCall · 15 years ago
  45. 5e6a16d Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 15 years ago