summaryrefslogtreecommitdiff
path: root/include/llvm/ConstantHandling.h
Commit message (Expand)AuthorAge
* Pull stuff out of opt namespaceChris Lattner2002-01-21
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Be more const correctChris Lattner2001-11-26
* Implement constant propogation of null pointer values.Chris Lattner2001-11-01
* Implemented constant propogation of cast instructionsChris Lattner2001-10-31
* not is a keyword in Ansi C++. Avoid itChris Lattner2001-10-13
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-09
* You no longer have to delete constants! They are located in a globalChris Lattner2001-09-07
* Add support for casting operatorsChris Lattner2001-07-21
* Add multiply as a supported constant propogation operationChris Lattner2001-07-20
* Neg instruction removed. Cast instruction implemented.Chris Lattner2001-07-08
* Split AllOpts.h into lots of little .h files.Chris Lattner2001-06-30
* Add instructions to fold unary and binary instructions.Chris Lattner2001-06-27
* Initial revisionChris Lattner2001-06-06