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