aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ConstantFolding.h
AgeCommit message (Expand)Author
2007-02-27ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion withChris Lattner
2007-01-31Revise APIs for creating constantexpr GEPs to not require the use of vectors.Chris Lattner
2006-12-24Cleanup ConstantFoldCompareInstruction:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-04For PR950: Implement a stub for folding ICmp and FCmp instructionsReid Spencer
2006-11-27For PR950:Reid Spencer
2006-04-08Add shufflevector support, todo, implement better constant folding.Chris Lattner
2006-01-17VMCore support for the insertelement operation.Robert Bocchino
2006-01-10Added constant folding support for the extractelement operation.Robert Bocchino
2005-04-21Remove trailing whitespaceMisha Brukman
2004-10-27Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner
2004-10-11Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner
2004-06-08Fix a link error using VS8.0Chris Lattner
2004-03-12Add new functionChris Lattner
2004-01-12Rename ConstantHandling.* -> ConstantFolding.*Chris Lattner
2004-01-12Remove a whole bunch more ugliness. This is actually getting to the point ofChris Lattner
2004-01-12Move ConstantHandling.h into lib/VMCore and out of include/llvmChris 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