summaryrefslogtreecommitdiff
path: root/lib/Analysis/ConstantRange.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-02-28Move ConstantRange class to lib/Support from lib/Analysis and make itsReid Spencer1-315/+0
2007-02-28For PR1205:Reid Spencer1-24/+3
2007-02-28For PR1205:Reid Spencer1-43/+18
2007-02-28For PR1205:Reid Spencer1-138/+127
2007-02-11Fix comments to match names of functions.Nick Lewycky1-2/+2
2007-01-19For PR1043:Reid Spencer1-0/+1
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner1-4/+4
2007-01-15Update code to eliminate calls to isInteger, calling isIntegral instead.Chris Lattner1-1/+1
2007-01-15Fix correlated exprs regressionsChris Lattner1-2/+2
2007-01-12remove unneeded special casesChris Lattner1-7/+0
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer1-3/+3
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer1-4/+4
2007-01-11For PR1043:Zhou Sheng1-25/+25
2007-01-08Fix a bug in an assert that would never trigger.Reid Spencer1-1/+1
2007-01-08Convert uses of getPrimitiveSize that should be getPrimitiveSizeInBits.Reid Spencer1-9/+8
2006-12-23For PR950:Reid Spencer1-96/+101
2006-12-12Replace inferred getCast(V,Ty) calls with more strict variants.Reid Spencer1-4/+4
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling1-1/+1
2006-12-06Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer1-10/+56
2006-12-04Change inferred casts to explicit casts.Reid Spencer1-9/+5
2006-11-29WTF? These weird newlines got in there...Bill Wendling1-26/+0
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling1-3/+29
2006-10-20For PR950:Reid Spencer1-2/+2
2006-09-28Simplify some codeChris Lattner1-2/+2
2005-04-21Remove trailing whitespaceMisha Brukman1-7/+7
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