1. 5c94ac9 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). by Nick Lewycky · 16 years ago
  2. 08ee881 Multiply was very wrong for wrapped ranges. This supplies a half-fix that will by Nick Lewycky · 16 years ago
  3. 70c5ab8 Fix a bug summing two full sets. The overflow checking doesn't handle sets as by Nick Lewycky · 16 years ago
  4. a78be79 Implement udiv for ConstantRanges. by Nick Lewycky · 16 years ago
  5. e862931 This is not overly conservative. by Nick Lewycky · 16 years ago
  6. 5c21d71 Implement ConstantRange::multiply based on the code in LoopVR. by Nick Lewycky · 16 years ago
  7. cdb44fa Fix handling of max and full set. by Nick Lewycky · 16 years ago
  8. c497c51 Break the world's largest unit test down a few logical lines. No semantic by Nick Lewycky · 16 years ago
  9. 5d0fb0b Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 16 years ago
  10. 73670eb Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 16 years ago