summaryrefslogtreecommitdiff
path: root/lib/Support/ConstantRange.cpp
Commit message (Expand)AuthorAge
* 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
* Initial implementation of ConstantRange supportChris Lattner2002-09-01