summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/ConstantRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo that several people pointed out. Also, address the case ofDan Gohman2010-01-261-2/+4
* Add a comment about a missed opportunity.Dan Gohman2010-01-261-0/+3
* Print empty and full sets specially.Dan Gohman2010-01-261-1/+6
* Change errs() to dbgs().David Greene2010-01-051-1/+2
* fix crash in my previous patchNuno Lopes2009-11-121-1/+1
* implement shl, ashr, and lshr methods. shl is not fully implemented as it is ...Nuno Lopes2009-11-121-0/+37
* add zextOrTrunc and sextOrTrunc methods, that are similar to the ones in APIntNuno Lopes2009-11-091-0/+24
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-231-6/+1
* Fix ConstantRange::unionWith. Also make it work a little hard in some cases toNick Lewycky2009-07-191-45/+50
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-181-43/+5
* Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks onceNick Lewycky2009-07-131-7/+3
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-131-1/+1
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-131-6/+6
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-131-0/+2
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-121-4/+26
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-121-3/+13
* Fix handling of max and full set.Nick Lewycky2009-07-111-4/+0
* Clarify and simplify.Nick Lewycky2009-07-111-1/+1
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-111-0/+72
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-513/+28
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-19/+572
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-4/+3
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-171-2/+1
* Tidy up whitespace in ConstantRange::print output.Dan Gohman2008-05-271-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Clarify the language. Pointed out by Duncan Sands.Nick Lewycky2007-07-141-2/+4
* Add alternate ConstantRange intersection algorithm.Nick Lewycky2007-07-141-0/+81
* Fix edge case.Nick Lewycky2007-06-091-2/+2
* Using APInt more efficiently.Zhou Sheng2007-04-261-5/+3
* Make the apint construction more effective.Zhou Sheng2007-04-131-3/+3
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-071-0/+17
* Implement union of wrapped sets.Nick Lewycky2007-04-011-7/+65
* Add getter methods for the extremes of a ConstantRange.Nick Lewycky2007-03-101-0/+64
* Implement unionWith.Nick Lewycky2007-03-021-2/+11
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-011-37/+23
* Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer2007-02-281-0/+259
* Move these files (which are dependent on VMCore) into VMCoreMisha Brukman2004-08-161-332/+0
* Bug fixes for PR341Chris Lattner2004-07-151-1/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+2
* Add some new methodsChris Lattner2004-03-301-15/+87
* Adjust to new itfChris Lattner2004-03-291-2/+2
* Remove use of ConstantHandling itfChris Lattner2004-01-121-24/+31
* Finegrainify namespacificationChris Lattner2003-12-141-4/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-4/+1
* Minor bug fix.Chris Lattner2002-09-031-2/+2
* Fix bugsChris Lattner2002-09-021-14/+21
* Add printing support to ConstantRange classChris Lattner2002-09-021-0/+12
* Initial implementation of ConstantRange supportChris Lattner2002-09-011-0/+227
OpenPOWER on IntegriCloud