aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ConstantRange.cpp
AgeCommit message (Expand)Author
2004-07-15Bug fixes for PR341Chris Lattner
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-03-30Add some new methodsChris Lattner
2004-03-29Adjust to new itfChris Lattner
2004-01-12Remove use of ConstantHandling itfChris Lattner
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-07-23Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner
2002-09-03Minor bug fix.Chris Lattner
2002-09-02Fix bugsChris Lattner
2002-09-02Add printing support to ConstantRange classChris Lattner
2002-09-01Initial implementation of ConstantRange supportChris Lattner