summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/ConstantRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ConstantRange] Add setSizeSmallerThanOf method.Michael Zolotukhin2017-03-201-10/+24
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* Factor out common parts of LVI and Float2Int into ConstantRange [NFCI]Philip Reames2016-12-011-0/+79
* Analysis: Move llvm::getConstantRangeFromMetadata to IR library.Peter Collingbourne2016-10-211-0/+22
* Introduce ConstantRange.addWithNoSignedWrapArtur Pilipenko2016-10-191-0/+13
* [ConstantRange] Make getEquivalentICmp smarterSanjoy Das2016-10-021-0/+8
* Revert r283057 and r283058Sanjoy Das2016-10-021-8/+0
* [ConstantRange] Make getEquivalentICmp smarterSanjoy Das2016-10-021-0/+8
* fix formatting, typo; NFCSanjay Patel2016-06-191-53/+53
* Fix spelling and capitalization in comments. NFCNick Lewycky2016-06-061-2/+2
* Don't generate unnecessary signed ConstantRange during multiply. NFCPete Cooper2016-05-271-0/+7
* [ConstantRange] Add an getEquivalentICmp helperSanjoy Das2016-05-191-0/+26
* "Reapply r268521 "[InstCombine] Canonicalize icmp instructions based on domin...Balaram Makam2016-05-041-0/+12
* Revert "[InstCombine] Canonicalize icmp instructions based on dominating cond...Balaram Makam2016-05-041-12/+0
* [InstCombine] Canonicalize icmp instructions based on dominating conditions.Balaram Makam2016-05-041-0/+12
* [ConstantRange] Generalize makeGuaranteedNoWrapRegion to work on rangesSanjoy Das2016-03-031-12/+20
* [ConstantRange] Add umin/smin operatorsPhilip Reames2016-02-261-0/+26
* [ConstantRange] Rename a method and add more docSanjoy Das2016-02-221-3/+3
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* [IR] Add a `makeNoWrapRegion` method to `ConstantRange`Sanjoy Das2015-10-221-0/+53
* [ConstantRange] Split makeICmpRegion in two.Sanjoy Das2015-03-181-3/+14
* [ConstantRange] Teach multiply to be cleverer about signed ranges.James Molloy2015-03-061-1/+27
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-041-0/+734
OpenPOWER on IntegriCloud