Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
5c94ac933728f491da94f1467d4cb1513f4931fc
/
unittests
/
Support
/
ConstantRangeTest.cpp
5c94ac9
'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).
by Nick Lewycky
· 16 years ago
08ee881
Multiply was very wrong for wrapped ranges. This supplies a half-fix that will
by Nick Lewycky
· 16 years ago
70c5ab8
Fix a bug summing two full sets. The overflow checking doesn't handle sets as
by Nick Lewycky
· 16 years ago
a78be79
Implement udiv for ConstantRanges.
by Nick Lewycky
· 16 years ago
e862931
This is not overly conservative.
by Nick Lewycky
· 16 years ago
5c21d71
Implement ConstantRange::multiply based on the code in LoopVR.
by Nick Lewycky
· 16 years ago
cdb44fa
Fix handling of max and full set.
by Nick Lewycky
· 16 years ago
c497c51
Break the world's largest unit test down a few logical lines. No semantic
by Nick Lewycky
· 16 years ago
5d0fb0b
Revert the part of 75177 that split ConstantRange into two classes, and
by Dan Gohman
· 16 years ago
73670eb
Add a ConstantSignedRange class, which does for signed integers
by Dan Gohman
· 16 years ago