Implement review feedback for the ConstantBool->ConstantInt merge. Chris
[oota-llvm.git] / lib / Support / ConstantRange.cpp
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2007-01-08 Reid SpencerFix a bug in an assert that would never trigger.
2007-01-08 Reid SpencerConvert uses of getPrimitiveSize that should be getPrim...
2006-12-23 Reid SpencerFor PR950:
2006-12-12 Reid SpencerReplace inferred getCast(V,Ty) calls with more strict...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Reid SpencerAdjust to new ConstantIntegral interface for Max/Min...
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-11-29 Bill WendlingWTF? These weird newlines got in there...
2006-11-28 Bill WendlingRemoved some of the iostream #includes. Moved towards...
2006-10-20 Reid SpencerFor PR950:
2006-09-28 Chris LattnerSimplify some code
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-15 Chris LattnerBug fixes for PR341
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerAdjust to new itf
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2002-09-03 Chris LattnerMinor bug fix.
2002-09-02 Chris LattnerFix bugs
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support