Make this clearer for the mathematically inclined. Thanks to Duncan Sands for
[oota-llvm.git] / include / llvm / Support / ConstantRange.h
2009-07-12 Nick LewyckyMake this clearer for the mathematically inclined....
2009-07-11 Nick LewyckyClarify and simplify.
2009-07-11 Nick LewyckyMove a method that creates constant ranges relative...
2009-07-09 Dan GohmanRevert the part of 75177 that split ConstantRange into...
2009-07-09 Dan GohmanAdd a ConstantSignedRange class, which does for signed...
2009-02-20 Misha BrukmanRemoved trailing whitespace.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-02-20 Dan GohmanAdd explicit keywords.
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