summaryrefslogtreecommitdiff
path: root/lib/Support/ConstantRange.cpp
Commit message (Expand)AuthorAge
* Trim includes.Frits van Bommel2011-07-27
* Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang!Nick Lewycky2011-06-22
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-07
* Make ConstantRange::makeICmpRegion handle all the edge cases properly. ThisNick Lewycky2010-09-28
* Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky2010-09-07
* Add a new isSignWrappedSet() method to ConstantRange.Nick Lewycky2010-09-06
* Clean up ConstantRange a bit:Nick Lewycky2010-08-11
* Remove layering violation.Owen Anderson2010-08-07
* Add an inverse() method to ConstantRange.Owen Anderson2010-08-07
* Add a convenience constructor.Owen Anderson2010-08-07
* Fix a typo that several people pointed out. Also, address the case ofDan Gohman2010-01-26
* Add a comment about a missed opportunity.Dan Gohman2010-01-26
* Print empty and full sets specially.Dan Gohman2010-01-26
* Change errs() to dbgs().David Greene2010-01-05
* fix crash in my previous patchNuno Lopes2009-11-12
* implement shl, ashr, and lshr methods. shl is not fully implemented as it is ...Nuno Lopes2009-11-12
* add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APIntNuno Lopes2009-11-09
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Fix ConstantRange::unionWith. Also make it work a little hard in some cases toNick Lewycky2009-07-19
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-18
* Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks onceNick Lewycky2009-07-13
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-13
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-13
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-13
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-12
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-12
* Fix handling of max and full set.Nick Lewycky2009-07-11
* Clarify and simplify.Nick Lewycky2009-07-11
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-11
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-09
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-09
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-17
* Tidy up whitespace in ConstantRange::print output.Dan Gohman2008-05-27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Clarify the language. Pointed out by Duncan Sands.Nick Lewycky2007-07-14
* Add alternate ConstantRange intersection algorithm.Nick Lewycky2007-07-14
* Fix edge case.Nick Lewycky2007-06-09
* Using APInt more efficiently.Zhou Sheng2007-04-26
* Make the apint construction more effective.Zhou Sheng2007-04-13
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-07
* Implement union of wrapped sets.Nick Lewycky2007-04-01
* Add getter methods for the extremes of a ConstantRange.Nick Lewycky2007-03-10
* Implement unionWith.Nick Lewycky2007-03-02
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-01
* Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* Fix comments to match names of functions.Nick Lewycky2007-02-11