For PR950:
[oota-llvm.git] / lib / Support / ConstantRange.cpp
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