Age | Commit message (Expand) | Author | Files | Lines |
2009-11-12 | fix crash in my previous patch | Nuno Lopes | 1 | -1/+1 |
2009-11-12 | implement shl, ashr, and lshr methods. shl is not fully implemented as it is ... | Nuno Lopes | 1 | -0/+37 |
2009-11-09 | add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt | Nuno Lopes | 1 | -0/+24 |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 1 | -6/+1 |
2009-07-19 | Fix ConstantRange::unionWith. Also make it work a little hard in some cases to | Nick Lewycky | 1 | -45/+50 |
2009-07-18 | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky | 1 | -43/+5 |
2009-07-13 | Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once | Nick Lewycky | 1 | -7/+3 |
2009-07-13 | 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). | Nick Lewycky | 1 | -1/+1 |
2009-07-13 | Multiply was very wrong for wrapped ranges. This supplies a half-fix that will | Nick Lewycky | 1 | -6/+6 |
2009-07-13 | Fix a bug summing two full sets. The overflow checking doesn't handle sets as | Nick Lewycky | 1 | -0/+2 |
2009-07-12 | Implement udiv for ConstantRanges. | Nick Lewycky | 1 | -4/+26 |
2009-07-12 | Implement ConstantRange::multiply based on the code in LoopVR. | Nick Lewycky | 1 | -3/+13 |
2009-07-11 | Fix handling of max and full set. | Nick Lewycky | 1 | -4/+0 |
2009-07-11 | Clarify and simplify. | Nick Lewycky | 1 | -1/+1 |
2009-07-11 | Move a method that creates constant ranges relative to another constant range | Nick Lewycky | 1 | -0/+72 |
2009-07-09 | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 1 | -513/+28 |
2009-07-09 | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 1 | -19/+572 |
2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 1 | -4/+3 |
2008-08-17 | Rework the routines that convert AP[S]Int into a string. Now, instead of | Chris Lattner | 1 | -2/+1 |
2008-05-27 | Tidy up whitespace in ConstantRange::print output. | Dan Gohman | 1 | -1/+1 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-07-14 | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky | 1 | -2/+4 |
2007-07-14 | Add alternate ConstantRange intersection algorithm. | Nick Lewycky | 1 | -0/+81 |
2007-06-09 | Fix edge case. | Nick Lewycky | 1 | -2/+2 |
2007-04-26 | Using APInt more efficiently. | Zhou Sheng | 1 | -5/+3 |
2007-04-13 | Make the apint construction more effective. | Zhou Sheng | 1 | -3/+3 |
2007-04-07 | Add signExtend to ConstantRange, to complement zeroExtend and truncate. | Nick Lewycky | 1 | -0/+17 |
2007-04-01 | Implement union of wrapped sets. | Nick Lewycky | 1 | -7/+65 |
2007-03-10 | Add getter methods for the extremes of a ConstantRange. | Nick Lewycky | 1 | -0/+64 |
2007-03-02 | Implement unionWith. | Nick Lewycky | 1 | -2/+11 |
2007-03-01 | Remove the "isSigned" parameters from ConstantRange. It turns out they | Reid Spencer | 1 | -37/+23 |
2007-02-28 | Move ConstantRange class to lib/Support from lib/Analysis and make its | Reid Spencer | 1 | -0/+259 |
2004-08-16 | Move these files (which are dependent on VMCore) into VMCore | Misha Brukman | 1 | -332/+0 |
2004-07-15 | Bug fixes for PR341 | Chris Lattner | 1 | -1/+1 |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 1 | -0/+2 |
2004-03-30 | Add some new methods | Chris Lattner | 1 | -15/+87 |
2004-03-29 | Adjust to new itf | Chris Lattner | 1 | -2/+2 |
2004-01-12 | Remove use of ConstantHandling itf | Chris Lattner | 1 | -24/+31 |
2003-12-14 | Finegrainify namespacification | Chris Lattner | 1 | -4/+1 |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 1 | -0/+4 |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell | 1 | -0/+7 |
2003-07-23 | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner | 1 | -4/+1 |
2002-09-03 | Minor bug fix. | Chris Lattner | 1 | -2/+2 |
2002-09-02 | Fix bugs | Chris Lattner | 1 | -14/+21 |
2002-09-02 | Add printing support to ConstantRange class | Chris Lattner | 1 | -0/+12 |
2002-09-01 | Initial implementation of ConstantRange support | Chris Lattner | 1 | -0/+227 |