Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Support / ConstantRange.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-07-14 Nick LewyckyClarify the language. Pointed out by Duncan Sands.
2007-07-14 Nick LewyckyAdd alternate ConstantRange intersection algorithm.
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-01 Reid SpencerRemove the "isSigned" parameters from ConstantRange...
2007-02-28 Reid SpencerMove ConstantRange class to lib/Support from lib/Analys...
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-28 Reid SpencerFor PR1205:
2007-02-11 Nick LewyckyFix comments to match names of functions.
2007-01-11 Zhou ShengFor PR1043:
2006-12-23 Reid SpencerFor PR950:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-01 Reid SpencerChanges For Bug 352
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerRelax the interface a bit
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2002-09-03 Chris LattnerImplement operator== and != for ranges
2002-09-02 Chris LattnerAdd printing support to ConstantRange class
2002-09-01 Chris LattnerInitial implementation of ConstantRange support