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