aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/ConstantRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-76/+20
* For PR1205:Reid Spencer2007-02-281-24/+3
* For PR1205:Reid Spencer2007-02-281-43/+18
* For PR1205:Reid Spencer2007-02-281-138/+127
* Fix comments to match names of functions.Nick Lewycky2007-02-111-2/+2
* For PR1043:Reid Spencer2007-01-191-0/+1
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-4/+4
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-151-1/+1
* Fix correlated exprs regressionsChris Lattner2007-01-151-2/+2
* remove unneeded special casesChris Lattner2007-01-121-7/+0
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-3/+3
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-4/+4
* For PR1043:Zhou Sheng2007-01-111-25/+25
* Fix a bug in an assert that would never trigger.Reid Spencer2007-01-081-1/+1
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-081-9/+8
* For PR950:Reid Spencer2006-12-231-96/+101
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-121-4/+4
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-1/+1
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-061-10/+56
* Change inferred casts to explicit casts.Reid Spencer2006-12-041-9/+5
* WTF? These weird newlines got in there...Bill Wendling2006-11-291-26/+0
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-281-3/+29
* For PR950:Reid Spencer2006-10-201-2/+2
* Simplify some codeChris Lattner2006-09-281-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-7/+7
* 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