summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAge
* *** empty log message ***Chris Lattner2002-06-30
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner2002-05-22
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-07
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-27
* s/Method/FunctionChris Lattner2002-04-08
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-31
* Convert xforms over to new pass structure.Chris Lattner2002-01-31
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Actually return true when a change has been madeChris Lattner2001-12-05
* Fix bugs, don't do external methods which causes segv.Chris Lattner2001-12-04
* Implement induction variable simplificationChris Lattner2001-12-04
* Initial checkin of indvar stuffChris Lattner2001-12-03