| Commit message (Expand) | Author | Age | Files | Lines |
* | add ConstantRange::difference (to perform set difference/relative complement) | Nuno Lopes | 2012-06-28 | 1 | -0/+4 |
* | improve switch formation to handle small range | Chris Lattner | 2010-12-17 | 1 | -1/+1 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Fix ScalarEvolution's range memoization to avoid using a | Dan Gohman | 2010-11-17 | 1 | -3/+0 |
* | Memoize results from ScalarEvolution's getUnsignedRange and getSignedRange. | Dan Gohman | 2010-11-17 | 1 | -0/+3 |
* | Add completely hokey binary-and and binary-or operations to ConstantRange and | Nick Lewycky | 2010-09-07 | 1 | -0/+8 |
* | Add a new isSignWrappedSet() method to ConstantRange. | Nick Lewycky | 2010-09-06 | 1 | -0/+5 |
* | Clean up ConstantRange a bit: | Nick Lewycky | 2010-08-11 | 1 | -17/+18 |
* | Remove layering violation. | Owen Anderson | 2010-08-07 | 1 | -3/+0 |
* | Add an inverse() method to ConstantRange. | Owen Anderson | 2010-08-07 | 1 | -0/+3 |
* | Delete this explicit assignment operator; it's equivalent to | Dan Gohman | 2010-08-07 | 1 | -6/+0 |
* | Add a convenience constructor. | Owen Anderson | 2010-08-07 | 1 | -0/+3 |
* | Give ConstantRange an operator= | Owen Anderson | 2010-08-05 | 1 | -0/+6 |
* | implement shl, ashr, and lshr methods. shl is not fully implemented as it is ... | Nuno Lopes | 2009-11-12 | 1 | -0/+12 |
* | add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APInt | Nuno Lopes | 2009-11-09 | 1 | -0/+8 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner | 2009-08-23 | 1 | -2/+0 |
* | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky | 2009-07-18 | 1 | -12/+4 |
* | Make this clearer for the mathematically inclined. Thanks to Duncan Sands for | Nick Lewycky | 2009-07-12 | 1 | -0/+4 |
* | Clarify and simplify. | Nick Lewycky | 2009-07-11 | 1 | -3/+3 |
* | Move a method that creates constant ranges relative to another constant range | Nick Lewycky | 2009-07-11 | 1 | -0/+10 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 1 | -191/+42 |
* | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 2009-07-09 | 1 | -37/+215 |
* | Removed trailing whitespace. | Misha Brukman | 2009-02-20 | 1 | -1/+1 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -5/+2 |
* | Add explicit keywords. | Dan Gohman | 2008-02-20 | 1 | -1/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Clarify the language. Pointed out by Duncan Sands. | Nick Lewycky | 2007-07-14 | 1 | -2/+5 |
* | Add alternate ConstantRange intersection algorithm. | Nick Lewycky | 2007-07-14 | 1 | -0/+6 |
* | Add signExtend to ConstantRange, to complement zeroExtend and truncate. | Nick Lewycky | 2007-04-07 | 1 | -0/+6 |
* | Add getter methods for the extremes of a ConstantRange. | Nick Lewycky | 2007-03-10 | 1 | -0/+20 |
* | Remove the "isSigned" parameters from ConstantRange. It turns out they | Reid Spencer | 2007-03-01 | 1 | -7/+5 |
* | Move ConstantRange class to lib/Support from lib/Analysis and make its | Reid Spencer | 2007-02-28 | 1 | -15/+7 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -6/+9 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -9/+5 |
* | For PR1205: | Reid Spencer | 2007-02-28 | 1 | -4/+10 |
* | Fix comments to match names of functions. | Nick Lewycky | 2007-02-11 | 1 | -7/+7 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -6/+5 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -8/+18 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -3/+1 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling | 2006-11-28 | 1 | -0/+4 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -8/+8 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
* | Add some new methods | Chris Lattner | 2004-03-30 | 1 | -0/+25 |
* | Relax the interface a bit | Chris Lattner | 2004-03-29 | 1 | -5/+5 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Implement operator== and != for ranges | Chris Lattner | 2002-09-03 | 1 | -0/+9 |
* | Add printing support to ConstantRange class | Chris Lattner | 2002-09-02 | 1 | -0/+14 |