aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ConstantHandling.h
AgeCommit message (Expand)Author
2004-01-12Move this file to lib/VMCoreChris Lattner
2004-01-12Eliminate a lot of out-of-date comments, and all of the wierd overloadedChris Lattner
2004-01-12Move prototype of llvm::ConstantFoldInstructionChris Lattner
2003-11-17Implement == and != correctly. Before they would incorrectly return !=Chris Lattner
2003-11-17Constant folding shalt not be built on annotationsChris Lattner
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-04Fix spelloChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-07-23Add support for ~ operator on constantsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-04-25*** Huge: Make constantexprs be handled correctly, conservativelyChris Lattner
2003-04-17Don't force a ConstantPointer to be returnedChris Lattner
2002-09-03 - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner
2002-08-14Remove constant propogation support for NOT instructionChris Lattner
2002-07-30Implement constant propogation of logical (and, or, xor) expressions.Chris Lattner
2002-05-06Move a bunch of code to a .cpp file, don't #include Instruction.hChris Lattner
2002-05-06Implement constant propogation of shift instructionsChris Lattner
2002-05-03Implement remainderChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-08Minor change to reflect that ConstantHandling is now part of VMCoreChris Lattner
2002-04-07Implement constant propogation of multiply and divide instructions!!Chris Lattner
2002-01-21Pull stuff out of opt namespaceChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26Be more const correctChris Lattner
2001-11-01Implement constant propogation of null pointer values.Chris Lattner
2001-10-31Implemented constant propogation of cast instructionsChris Lattner
2001-10-13not is a keyword in Ansi C++. Avoid itChris Lattner
2001-09-09Convert ConstRules to use annotations to clean it up.Chris Lattner
2001-09-07You no longer have to delete constants! They are located in a globalChris Lattner
2001-07-21Add support for casting operatorsChris Lattner
2001-07-20Add multiply as a supported constant propogation operationChris Lattner
2001-07-08Neg instruction removed. Cast instruction implemented.Chris Lattner
2001-06-30Split AllOpts.h into lots of little .h files.Chris Lattner
2001-06-27Add instructions to fold unary and binary instructions.Chris Lattner
2001-06-06Initial revisionChris Lattner