| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |
* | make ConstantRange::zeroExtend() optimal | Nuno Lopes | 2012-07-23 | 1 | -2/+6 |
* | reimplement truncate() to make it optimal. | Nuno Lopes | 2012-07-19 | 1 | -10/+45 |
* | simplify getSetSize() per Duncan's comments | Nuno Lopes | 2012-07-17 | 1 | -6/+5 |
* | teach ConstantRange that zero times X is always zero | Nuno Lopes | 2012-07-16 | 1 | -0/+6 |
* | make ConstantRange::getSetSize() properly compute the size of wrapped and ful... | Nuno Lopes | 2012-07-16 | 1 | -8/+10 |
* | add ConstantRange::difference (to perform set difference/relative complement) | Nuno Lopes | 2012-06-28 | 1 | -0/+6 |
* | fix a off-by-one bug in intersectWith(), and add a bunch of tests | Nuno Lopes | 2012-06-28 | 1 | -1/+1 |
* | fix corner case in ConstantRange::intersectWith(). | Nuno Lopes | 2012-05-18 | 1 | -1/+1 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -1/+1 |
* | Conform to the style guide; remove 'else' after 'return'. Also remove an extra | Nick Lewycky | 2012-01-03 | 1 | -56/+36 |
* | Make ConstantRange::truncate a bit more efficient. | Benjamin Kramer | 2011-11-24 | 1 | -4/+2 |
* | Change: | Richard Trieu | 2011-09-21 | 1 | -1/+1 |
* | Trim includes. | Frits van Bommel | 2011-07-27 | 1 | -12/+11 |
* | Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang! | Nick Lewycky | 2011-06-22 | 1 | -2/+2 |
* | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -9/+3 |
* | Make ConstantRange::makeICmpRegion handle all the edge cases properly. This | Nick Lewycky | 2010-09-28 | 1 | -10/+28 |
* | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky | 2010-09-07 | 1 | -0/+26 |
* | Add a new isSignWrappedSet() method to ConstantRange. | Nick Lewycky | 2010-09-06 | 1 | -3/+15 |
* | Clean up ConstantRange a bit: | Nick Lewycky | 2010-08-11 | 1 | -78/+46 |
* | Remove layering violation. | Owen Anderson | 2010-08-07 | 1 | -2/+0 |
* | Add an inverse() method to ConstantRange. | Owen Anderson | 2010-08-07 | 1 | -0/+11 |
* | Add a convenience constructor. | Owen Anderson | 2010-08-07 | 1 | -0/+3 |
* | Fix a typo that several people pointed out. Also, address the case of | Dan Gohman | 2010-01-26 | 1 | -2/+4 |
* | Add a comment about a missed opportunity. | Dan Gohman | 2010-01-26 | 1 | -0/+3 |
* | Print empty and full sets specially. | Dan Gohman | 2010-01-26 | 1 | -1/+6 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -1/+2 |
* | fix crash in my previous patch | Nuno Lopes | 2009-11-12 | 1 | -1/+1 |
* | implement shl, ashr, and lshr methods. shl is not fully implemented as it is ... | Nuno Lopes | 2009-11-12 | 1 | -0/+37 |
* | add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt | Nuno Lopes | 2009-11-09 | 1 | -0/+24 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -6/+1 |
* | Fix ConstantRange::unionWith. Also make it work a little hard in some cases to | Nick Lewycky | 2009-07-19 | 1 | -45/+50 |
* | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky | 2009-07-18 | 1 | -43/+5 |
* | Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once | Nick Lewycky | 2009-07-13 | 1 | -7/+3 |
* | 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). | Nick Lewycky | 2009-07-13 | 1 | -1/+1 |
* | Multiply was very wrong for wrapped ranges. This supplies a half-fix that will | Nick Lewycky | 2009-07-13 | 1 | -6/+6 |
* | Fix a bug summing two full sets. The overflow checking doesn't handle sets as | Nick Lewycky | 2009-07-13 | 1 | -0/+2 |
* | Implement udiv for ConstantRanges. | Nick Lewycky | 2009-07-12 | 1 | -4/+26 |
* | Implement ConstantRange::multiply based on the code in LoopVR. | Nick Lewycky | 2009-07-12 | 1 | -3/+13 |
* | Fix handling of max and full set. | Nick Lewycky | 2009-07-11 | 1 | -4/+0 |
* | Clarify and simplify. | Nick Lewycky | 2009-07-11 | 1 | -1/+1 |
* | Move a method that creates constant ranges relative to another constant range | Nick Lewycky | 2009-07-11 | 1 | -0/+72 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 1 | -513/+28 |
* | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 2009-07-09 | 1 | -19/+572 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -4/+3 |
* | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner | 2008-08-17 | 1 | -2/+1 |
* | Tidy up whitespace in ConstantRange::print output. | Dan Gohman | 2008-05-27 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky | 2007-07-14 | 1 | -2/+4 |
* | Add alternate ConstantRange intersection algorithm. | Nick Lewycky | 2007-07-14 | 1 | -0/+81 |