aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ConstantRange.h
Commit message (Expand)AuthorAgeFilesLines
* implement shl, ashr, and lshr methods. shl is not fully implemented as it is ...Nuno Lopes2009-11-121-0/+12
* add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APIntNuno Lopes2009-11-091-0/+8
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-2/+0
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-181-12/+4
* Make this clearer for the mathematically inclined. Thanks to Duncan Sands forNick Lewycky2009-07-121-0/+4
* Clarify and simplify.Nick Lewycky2009-07-111-3/+3
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-111-0/+10
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-191/+42
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-37/+215
* Removed trailing whitespace.Misha Brukman2009-02-201-1/+1
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-5/+2
* Add explicit keywords.Dan Gohman2008-02-201-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+198