summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+1
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-4/+4
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-7/+5
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-271-1/+1
* s/Method/FunctionChris Lattner2002-04-081-3/+3
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-7/+18
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-3/+4
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-311-2/+0
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-5/+11
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
* Actually return true when a change has been madeChris Lattner2001-12-051-0/+2
* Fix bugs, don't do external methods which causes segv.Chris Lattner2001-12-041-1/+4
* Implement induction variable simplificationChris Lattner2001-12-041-1/+125
* Initial checkin of indvar stuffChris Lattner2001-12-031-0/+69
OpenPOWER on IntegriCloud