1. c972338 Add an inverse() method to ConstantRange. by Owen Anderson · 15 years ago
  2. 610b1c2 Simplify, now that gtest supports raw_ostream directly. by Daniel Dunbar · 16 years ago
  3. 6fb7cee Now that googletest can print ConstantRange, use EXPECT_EQ when testing for by Nick Lewycky · 16 years ago
  4. 2539a0f Teach googletest to use raw_ostream instead of just std::ostream. by Jeffrey Yasskin · 16 years ago
  5. cd25ee4 split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 16 years ago
  6. e6dfb3d Unbreak unit tests. by Daniel Dunbar · 16 years ago
  7. cb36e4b convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 16 years ago
  8. 596cbd3 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 16 years ago
  9. f08b824 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 16 years ago
  10. 50695f1 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 16 years ago
  11. 337b3c2 Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 16 years ago
  12. 5c94ac9 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 16 years ago
  13. 08ee881 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 16 years ago
  14. 70c5ab8 Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 16 years ago
  15. a78be79 Implement udiv for ConstantRanges. by Nick Lewycky · 16 years ago
  16. e862931 This is not overly conservative. by Nick Lewycky · 16 years ago
  17. 5c21d71 Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 16 years ago
  18. cdb44fa Fix handling of max and full set. by Nick Lewycky · 16 years ago
  19. c497c51 Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 16 years ago
  20. 5d0fb0b Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 16 years ago
  21. 73670eb Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 16 years ago