| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -53/+53 |
* | Be more const correct | Chris Lattner | 2001-11-26 | 1 | -4/+4 |
* | Implement constant propogation of null pointer values. | Chris Lattner | 2001-11-01 | 1 | -0/+4 |
* | Implemented constant propogation of cast instructions | Chris Lattner | 2001-10-31 | 1 | -0/+6 |
* | not is a keyword in Ansi C++. Avoid it | Chris Lattner | 2001-10-13 | 1 | -2/+2 |
* | Convert ConstRules to use annotations to clean it up. | Chris Lattner | 2001-09-09 | 1 | -6/+7 |
* | You no longer have to delete constants! They are located in a global | Chris Lattner | 2001-09-07 | 1 | -19/+11 |
* | Add support for casting operators | Chris Lattner | 2001-07-21 | 1 | -0/+30 |
* | Add multiply as a supported constant propogation operation | Chris Lattner | 2001-07-20 | 1 | -0/+7 |
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -6/+0 |
* | Split AllOpts.h into lots of little .h files. | Chris Lattner | 2001-06-30 | 1 | -0/+3 |
* | Add instructions to fold unary and binary instructions. | Chris Lattner | 2001-06-27 | 1 | -0/+32 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+145 |