Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Support / ConstantRange.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-07-14 Nick LewyckyClarify the language. Pointed out by Duncan Sands.
2007-07-14 Nick LewyckyAdd alternate ConstantRange intersection algorithm.
2007-06-09 Nick LewyckyFix edge case.
2007-04-26 Zhou ShengUsing APInt more efficiently.
2007-04-13 Zhou ShengMake the apint construction more effective.
2007-04-07 Nick LewyckyAdd signExtend to ConstantRange, to complement zeroExte...
2007-04-01 Nick LewyckyImplement union of wrapped sets.
2007-03-10 Nick LewyckyAdd getter methods for the extremes of a ConstantRange.
2007-03-02 Nick LewyckyImplement unionWith.
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-19 Reid SpencerFor PR1043:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2007-01-15 Chris LattnerFix correlated exprs regressions
2007-01-12 Chris Lattnerremove unneeded special cases
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