Move stuff out of the Optimizations directories into the appropriate Transforms
[oota-llvm.git] / lib / Transforms / Scalar / IndVarSimplify.cpp
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-05 Chris LattnerActually return true when a change has been made
2001-12-04 Chris LattnerFix bugs, don't do external methods which causes segv.
2001-12-04 Chris LattnerImplement induction variable simplification
2001-12-03 Chris LattnerInitial checkin of indvar stuff