summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/ConstantRangeTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ConstantRange] Add support of mul in makeGuaranteedNoWrapRegion.Tim Shen2018-06-261-0/+99
* [ConstantRange] Support for ashr in ConstantRange computationMax Kazantsev2017-12-181-0/+27
* [ConstantRange] Support subtraction in makeGuaranteedNoWrapRegion.Joel Galenson2017-12-051-0/+139
* [ConstantRange] Add another truncate unittest for wrapped set staying a wrapp...Craig Topper2017-06-041-0/+4
* [ConstantRange] Add a few more truncate unittests.Craig Topper2017-06-041-0/+12
* [ConstantRange] Add missing result check to the ConstantRange::truncate test.Craig Topper2017-06-041-0/+1
* [ConstantRange] Fix what appear to be copy and paste mistakes in the unittest.Craig Topper2017-05-151-2/+2
* [ConstantRange] Fix the early out in ConstantRange::multiply for positive num...Craig Topper2017-05-101-1/+1
* [ConstantRange] Add test case showing a case where we pick too large of a ran...Craig Topper2017-05-101-0/+5
* [APInt] Cast more calls to add/sub/mul overflow functions to void. I missed t...Craig Topper2017-04-191-4/+4
* Introduce ConstantRange.addWithNoSignedWrapArtur Pilipenko2016-10-191-0/+26
* [ConstantRange] Make getEquivalentICmp smarterSanjoy Das2016-10-021-0/+45
* Revert r283057 and r283058Sanjoy Das2016-10-021-31/+0
* [ConstantRange] Make getEquivalentICmp smarterSanjoy Das2016-10-021-0/+31
* [ConstantRange] Add an getEquivalentICmp helperSanjoy Das2016-05-191-0/+46
* [ConstantRange] Rename test; NFCSanjoy Das2016-03-031-1/+1
* [ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on rangesSanjoy Das2016-03-031-0/+57
* [ConstantRange] Add umin/smin operatorsPhilip Reames2016-02-261-0/+39
* [ConstantRange] Rename a method and add more docSanjoy Das2016-02-221-5/+5
* [IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das2015-10-221-0/+52
* [ConstantRange] Split makeICmpRegion in two.Sanjoy Das2015-03-181-3/+55
* [ConstantRange] Teach multiply to be cleverer about signed ranges.James Molloy2015-03-061-0/+7
* [C++11] Use 'nullptr'.Craig Topper2014-06-081-4/+4
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-041-0/+512
OpenPOWER on IntegriCloud