aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/IndVarSimplify.cpp
AgeCommit message (Expand)Author
2002-05-07Merge all individual .h files into a single Scalar.h fileChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-28Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-27Change Constant::getNullConstant to Constant::getNullValueChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-02-12Method.h no longer includes BasicBlock.hChris Lattner
2002-01-31MethodPass's are now guaranteed to not be run on external methods!Chris Lattner
2002-01-31Convert xforms over to new pass structure.Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-05Actually return true when a change has been madeChris Lattner
2001-12-04Fix bugs, don't do external methods which causes segv.Chris Lattner
2001-12-04Implement induction variable simplificationChris Lattner
2001-12-03Initial checkin of indvar stuffChris Lattner