Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move FunctionArgument out of iOther.h into Argument.h and rename class to | Chris Lattner | 2002-04-09 | 1 | -1/+1 |
* | change refs to Method to Function | Chris Lattner | 2002-03-26 | 1 | -1/+1 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -2/+2 |
* | Fix a bug that clobbered the step value on some inputs | Chris Lattner | 2001-12-05 | 1 | -4/+7 |
* | Fix a pessimization due to sucky LI testing | Chris Lattner | 2001-12-04 | 1 | -0/+15 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -8/+8 |
* | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner | 2001-12-03 | 1 | -1/+2 |
* | Induction variables must be phi nodes | Chris Lattner | 2001-12-03 | 1 | -5/+4 |
* | * Implement dominator based loop identification | Chris Lattner | 2001-11-26 | 1 | -0/+138 |