aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/ConstantFolding.h
Commit message (Expand)AuthorAgeFilesLines
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-2/+2
* Remove constant propogation support for NOT instructionChris Lattner2002-08-141-9/+0
* Implement constant propogation of logical (and, or, xor) expressions.Chris Lattner2002-07-301-1/+21
* Move a bunch of code to a .cpp file, don't #include Instruction.hChris Lattner2002-05-061-43/+12
* Implement constant propogation of shift instructionsChris Lattner2002-05-061-0/+22
* Implement remainderChris Lattner2002-05-031-11/+13
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Minor change to reflect that ConstantHandling is now part of VMCoreChris Lattner2002-04-081-2/+2
* Implement constant propogation of multiply and divide instructions!!Chris Lattner2002-04-071-0/+9
* Pull stuff out of opt namespaceChris Lattner2002-01-211-3/+0
* 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