Silence a spurious warning
[oota-llvm.git] / lib / Analysis / ConstantRange.cpp
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