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