Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolutionExpressions.h
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...