MethodPass's are now guaranteed to not be run on external methods!
[oota-llvm.git] / lib / Transforms / Scalar / IndVarSimplify.cpp
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
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