1. 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  2. f2d7b7c Make ConstantRange::makeICmpRegion handle all the edge cases properly. This by Nick Lewycky · 14 years ago
  3. 32cda11 Add a new isSignWrappedSet() method to ConstantRange. by Nick Lewycky · 14 years ago
  4. 7f9ef4b Clean up ConstantRange a bit: by Nick Lewycky · 14 years ago
  5. 9773e45 Add an inverse() method to ConstantRange. by Owen Anderson · 14 years ago
  6. 46e1246 Simplify, now that gtest supports raw_ostream directly. by Daniel Dunbar · 15 years ago
  7. 8211bec Now that googletest can print ConstantRange, use EXPECT_EQ when testing for by Nick Lewycky · 15 years ago
  8. 9c0c3bf Teach googletest to use raw_ostream instead of just std::ostream. by Jeffrey Yasskin · 15 years ago
  9. 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
  10. 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
  11. 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 15 years ago
  12. b714c08 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 15 years ago
  13. 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 15 years ago
  14. 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 15 years ago
  15. 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 15 years ago
  16. ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 15 years ago
  17. f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 15 years ago
  18. cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 15 years ago
  19. 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 15 years ago
  20. b2dcff4 This is not overly conservative. by Nick Lewycky · 15 years ago
  21. 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 15 years ago
  22. 646ca92 Fix handling of max and full set. by Nick Lewycky · 15 years ago
  23. 44b3e8d Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 15 years ago
  24. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  25. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago