aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/IndVarSimplify.cpp
AgeCommit message (Expand)Author
2003-04-23Remove unnecesary &*'sChris Lattner
2002-10-21 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-09-10* Clean up code a little bitChris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-30*** empty log message ***Chris Lattner
2002-06-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-22Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
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