aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/IR/ConstantRangeTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-03[ConstantRange] Rename test; NFCSanjoy Das1-1/+1
2016-03-03[ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on rangesSanjoy Das1-0/+57
2016-02-26[ConstantRange] Add umin/smin operatorsPhilip Reames1-0/+39
2016-02-22[ConstantRange] Rename a method and add more docSanjoy Das1-5/+5
2015-10-22[IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das1-0/+52
2015-03-18[ConstantRange] Split makeICmpRegion in two.Sanjoy Das1-3/+55
2015-03-06[ConstantRange] Teach multiply to be cleverer about signed ranges.James Molloy1-0/+7
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-4/+4
2014-03-04[Modules] Move the ConstantRange class into the IR library. This isChandler Carruth1-0/+512