aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantRange.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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