fix a comment bug Reid noticed
[oota-llvm.git] / include / llvm / Analysis / ScalarEvolutionExpander.h
2007-01-21 Reid SpencerFor PR970:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris LattnerUpdate code to eliminate calls to isInteger, calling...
2006-12-13 Reid SpencerChange the interface to SCEVExpander::InsertCastOfTo...
2006-12-04 Reid SpencerUnclutter this by using new cast creation functions.
2006-12-04 Reid SpencerChange inferred casts to explicit casts.
2006-11-27 Reid SpencerFor PR950:
2006-10-26 Reid SpencerFor PR950:
2006-04-01 Chris LattnerFix Transforms/IndVarsSimplify/2006-03-31-NegativeStrid...
2006-02-04 Chris LattnerRefactor a bunch of code into a non-inlined method
2006-02-04 Chris Lattneradd a method
2005-07-30 Jeff CohenKeep tabs and trailing spaces out.
2005-07-30 Nate BegemanBreak SCEVExpander out of IndVarSimplify into its own...