Remove the parent pointer from SCEV, since it did not end up being needed.
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolutionExpressions.h
2009-06-22 Owen AndersonRemove the parent pointer from SCEV, since it did not...
2009-06-22 Owen AndersonSCEVHandle is no more!
2009-06-22 Owen AndersonBanish global state from ScalarEvolution! SCEV uniquin...
2009-06-18 Owen AndersonAdd a parent pointer to SCEV, in preparation for gettin...
2009-06-14 Dan GohmanConvert several parts of the ScalarEvolution framework...
2009-06-02 Dan GohmanDelete an unnecessary forward declaration.
2009-05-26 Dan GohmanGive SCEVNaryExpr a doxygen comment.
2009-05-18 Dan GohmanUpdate a comment to reflect changes in the surrounding...
2009-05-07 Dan GohmanFactor out a common base class between SCEVCommutativeE...
2009-04-29 Dan GohmanAdd some more doxygen comments to SCEVAddRec.
2009-04-21 Dan GohmanFactor out a common base class from SCEVTruncateExpr...
2009-04-21 Dan GohmanConvert ScalarEvolution to use raw_ostream instead...
2009-04-18 Dan GohmanUse more const qualifiers with SCEV interfaces.
2009-02-17 Evan ChengStrengthen the "non-constant stride must dominate loop...
2009-01-13 Nick LewyckyWind SCEV back in time, to Nov 18th. This 'fixes' PR327...
2008-12-02 Nick LewyckyAdd a new SCEV representing signed division.
2008-07-09 Nick LewyckyRemove getValueRange from SCEV. It wasn't doing anythin...
2008-06-22 Dan GohmanUse SCEVAddRecExpr::isAffine.
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Nick LewyckyAdd 'umax' similar to 'smax' SCEV. Closes PR2003.
2008-02-11 Wojciech MatyjewiczFix PR1798 - an error in the evaluation of SCEVAddRecEx...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-19 Dan GohmanAdd explicit keywords.
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-07-16 Nick LewyckyHandle decrementing loops properly. Fixes PR1533.
2007-07-09 Dan GohmanMove the APInt form of SCEVUnknown::getIntegerSCEV...
2007-06-15 Dan GohmanAdd a SCEV class and supporting code for sign-extend...
2007-03-01 Reid SpencerMake it possible to create an SCEVUnknown from an APInt...
2006-12-23 Reid SpencerFor PR950:
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-10-26 Reid SpencerFor PR950:
2006-04-01 Chris LattnerFix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-26 Chris LattnerFix a case where we incorrectly returned hasComputableL...
2005-02-13 Chris LattnerAdd a new replaceSymbolicValuesWithConcrete method...
2004-04-27 Chris LattnerFix warning
2004-04-23 Chris LattnerRemove the SCEV::expandCodeFor method, add a new SCEVVi...
2004-04-15 Chris LattnerPublically export all of these classes from the ScalarE...