summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/InductionVars.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused files: This is the old induction varaible cannonicalizationChris Lattner2002-04-291-408/+0
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-4/+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-12/+12
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-9/+6
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-1/+1
* s/Method/FunctionChris Lattner2002-04-081-4/+3
* Change references from Method to FunctionChris Lattner2002-03-261-6/+6
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-4/+6
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-13/+21
* Remove opt namespaceChris Lattner2002-01-261-3/+1
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-8/+10
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-10/+10
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Convert to new simpler pass itfChris Lattner2001-10-181-1/+1
* Commit more code over to new cast styleChris Lattner2001-10-021-10/+9
* Convert more code to use new style castsChris Lattner2001-10-011-6/+6
* Add support for new style castsChris Lattner2001-10-011-1/+1
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-5/+4
* Constants are now global unique objectsChris Lattner2001-09-071-6/+2
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-10/+0
* Broad superficial changes:Chris Lattner2001-07-071-4/+4
* Optimizations got their own header filesChris Lattner2001-06-301-4/+6
* Misc cleanupChris Lattner2001-06-271-32/+24
* Implement induction variable injection!Chris Lattner2001-06-251-12/+76
* A silly stupid test of the loop depth calculator was added. REMOVE in theChris Lattner2001-06-251-0/+11
* #include a different header due to Intervals.h splitting upChris Lattner2001-06-241-9/+47
* Implement a lot more functionality. Now loop invariant and linearChris Lattner2001-06-221-5/+253
* Moved printing code to the Assembly/Writer library.Chris Lattner2001-06-211-27/+39
* Add capability to print a derived interval graphChris Lattner2001-06-201-0/+9
* Add a test case for interval codeChris Lattner2001-06-201-0/+44
OpenPOWER on IntegriCloud