aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/InductionVars.cpp
AgeCommit message (Expand)Author
2002-04-29Remove unused files: This is the old induction varaible cannonicalizationChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris 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-09Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris 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-31Convert xforms over to new pass structure.Chris Lattner
2002-01-26Remove opt namespaceChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-10-18Convert to new simpler pass itfChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Convert more code to use new style castsChris Lattner
2001-10-01Add support for new style castsChris Lattner
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-07Constants are now global unique objectsChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-07-07Broad superficial changes:Chris Lattner
2001-06-30Optimizations got their own header filesChris Lattner
2001-06-27Misc cleanupChris Lattner
2001-06-25Implement induction variable injection!Chris Lattner
2001-06-25A silly stupid test of the loop depth calculator was added. REMOVE in theChris Lattner
2001-06-24#include a different header due to Intervals.h splitting upChris Lattner
2001-06-22Implement a lot more functionality. Now loop invariant and linearChris Lattner
2001-06-21Moved printing code to the Assembly/Writer library.Chris Lattner
2001-06-20Add capability to print a derived interval graphChris Lattner
2001-06-20Add a test case for interval codeChris Lattner