aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFold.h
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-53/+53
* Be more const correctChris Lattner2001-11-261-4/+4
* Implement constant propogation of null pointer values.Chris Lattner2001-11-011-0/+4
* Implemented constant propogation of cast instructionsChris Lattner2001-10-311-0/+6
* not is a keyword in Ansi C++. Avoid itChris Lattner2001-10-131-2/+2
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-091-6/+7
* You no longer have to delete constants! They are located in a globalChris Lattner2001-09-071-19/+11
* Add support for casting operatorsChris Lattner2001-07-211-0/+30
* Add multiply as a supported constant propogation operationChris Lattner2001-07-201-0/+7
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-081-6/+0
* Split AllOpts.h into lots of little .h files.Chris Lattner2001-06-301-0/+3
* Add instructions to fold unary and binary instructions.Chris Lattner2001-06-271-0/+32
* Initial revisionChris Lattner2001-06-061-0/+145