1. 2571440 Unbreak unit tests. by Daniel Dunbar · 16 years ago
  2. 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 16 years ago
  3. b714c08 cast signed APInt constructor params to uint64_t to suppress signedness warning by Ryan Flynn · 16 years ago
  4. 7e7dc45 Fix ConstantRange::unionWith. Also make it work a little hard in some cases to by Nick Lewycky · 16 years ago
  5. 3a4a884 Replace intersectWith with maximalIntersectWith. The latter guarantees that by Nick Lewycky · 16 years ago
  6. 780905e Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once by Nick Lewycky · 16 years ago
  7. ff84de7 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 16 years ago
  8. f1db120 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 16 years ago
  9. cf9e07d Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 16 years ago
  10. 956daf0 Implement udiv for ConstantRanges. by Nick Lewycky · 16 years ago
  11. b2dcff4 This is not overly conservative. by Nick Lewycky · 16 years ago
  12. 2ff893f Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 16 years ago
  13. 646ca92 Fix handling of max and full set. by Nick Lewycky · 16 years ago
  14. 44b3e8d Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 16 years ago
  15. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 16 years ago
  16. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 16 years ago