summaryrefslogtreecommitdiff
path: root/lib/Support/ConstantRange.cpp
Commit message (Expand)AuthorAge
...
* Rework the routines that convert AP[S]Int into a string. Now, instead ofChris Lattner2008-08-17
* Tidy up whitespace in ConstantRange::print output.Dan Gohman2008-05-27
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Clarify the language. Pointed out by Duncan Sands.Nick Lewycky2007-07-14
* Add alternate ConstantRange intersection algorithm.Nick Lewycky2007-07-14
* Fix edge case.Nick Lewycky2007-06-09
* Using APInt more efficiently.Zhou Sheng2007-04-26
* Make the apint construction more effective.Zhou Sheng2007-04-13
* Add signExtend to ConstantRange, to complement zeroExtend and truncate.Nick Lewycky2007-04-07
* Implement union of wrapped sets.Nick Lewycky2007-04-01
* Add getter methods for the extremes of a ConstantRange.Nick Lewycky2007-03-10
* Implement unionWith.Nick Lewycky2007-03-02
* Remove the "isSigned" parameters from ConstantRange. It turns out theyReid Spencer2007-03-01
* Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* For PR1205:Reid Spencer2007-02-28
* Fix comments to match names of functions.Nick Lewycky2007-02-11
* For PR1043:Reid Spencer2007-01-19
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner2007-01-15
* Fix correlated exprs regressionsChris Lattner2007-01-15
* remove unneeded special casesChris Lattner2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* Fix a bug in an assert that would never trigger.Reid Spencer2007-01-08
* Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer2007-01-08
* For PR950:Reid Spencer2006-12-23
* Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer2006-12-12
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-06
* Change inferred casts to explicit casts.Reid Spencer2006-12-04
* WTF? These weird newlines got in there...Bill Wendling2006-11-29
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* For PR950:Reid Spencer2006-10-20
* Simplify some codeChris Lattner2006-09-28
* Remove trailing whitespaceMisha Brukman2005-04-21
* Bug fixes for PR341Chris Lattner2004-07-15
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Add some new methodsChris Lattner2004-03-30
* Adjust to new itfChris Lattner2004-03-29
* Remove use of ConstantHandling itfChris Lattner2004-01-12
* Finegrainify namespacificationChris Lattner2003-12-14
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-23
* Minor bug fix.Chris Lattner2002-09-03
* Fix bugsChris Lattner2002-09-02
* Add printing support to ConstantRange classChris Lattner2002-09-02