Age | Commit message (Expand) | Author |
2008-08-01 | Fix comment typos. | Duncan Sands |
2008-06-03 | Constant folding for insertvalue and extractvalue. | Dan Gohman |
2008-05-15 | IR support for extractvalue and insertvalue instructions. Also, begin | Dan Gohman |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-10-22 | The #include <iterator> isn't needed in this header. | Dan Gohman |
2007-09-04 | Update GEP constructors to use an iterator interface to fix | David Greene |
2007-01-31 | Revise APIs for creating constantexpr GEPs to not require the use of vectors. | Chris Lattner |
2006-12-24 | Cleanup ConstantFoldCompareInstruction: | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-04 | For PR950: Implement a stub for folding ICmp and FCmp instructions | Reid Spencer |
2006-11-27 | For PR950: | Reid Spencer |
2006-04-08 | Add shufflevector support, todo, implement better constant folding. | Chris Lattner |
2006-01-17 | VMCore support for the insertelement operation. | Robert Bocchino |
2006-01-10 | Added constant folding support for the extractelement operation. | Robert Bocchino |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
2004-10-11 | Allow creation of GEP constantexprs with a vector of value* operands as | Chris Lattner |
2004-06-08 | Fix a link error using VS8.0 | Chris Lattner |
2004-03-12 | Add new function | Chris Lattner |
2004-01-12 | Rename ConstantHandling.* -> ConstantFolding.* | Chris Lattner |
2004-01-12 | Remove a whole bunch more ugliness. This is actually getting to the point of | Chris Lattner |
2004-01-12 | Move ConstantHandling.h into lib/VMCore and out of include/llvm | Chris Lattner |
2004-01-12 | Eliminate a lot of out-of-date comments, and all of the wierd overloaded | Chris Lattner |
2004-01-12 | Move prototype of llvm::ConstantFoldInstruction | Chris Lattner |
2003-11-17 | Implement == and != correctly. Before they would incorrectly return != | Chris Lattner |
2003-11-17 | Constant folding shalt not be built on annotations | Chris Lattner |
2003-11-16 | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-04 | Fix spello | Chris Lattner |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-09-30 | Standardize header file comments | Chris Lattner |
2003-07-23 | Add support for ~ operator on constants | Chris Lattner |
2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
2003-04-25 | *** Huge: Make constantexprs be handled correctly, conservatively | Chris Lattner |
2003-04-17 | Don't force a ConstantPointer to be returned | Chris Lattner |
2002-09-03 | - Renamed Type::isIntegral() to Type::isInteger() | Chris Lattner |
2002-08-14 | Remove constant propogation support for NOT instruction | Chris Lattner |
2002-07-30 | Implement constant propogation of logical (and, or, xor) expressions. | Chris Lattner |
2002-05-06 | Move a bunch of code to a .cpp file, don't #include Instruction.h | Chris Lattner |
2002-05-06 | Implement constant propogation of shift instructions | Chris Lattner |
2002-05-03 | Implement remainder | Chris Lattner |
2002-04-28 | Split ConstantVals.h into Constant.h and Constants.h | Chris Lattner |
2002-04-08 | Minor change to reflect that ConstantHandling is now part of VMCore | Chris Lattner |
2002-04-07 | Implement constant propogation of multiply and divide instructions!! | Chris Lattner |
2002-01-21 | Pull stuff out of opt namespace | Chris Lattner |
2001-12-03 | Rename ConstPoolVal -> Constant | Chris Lattner |
2001-11-26 | Be more const correct | Chris Lattner |
2001-11-01 | Implement constant propogation of null pointer values. | Chris Lattner |
2001-10-31 | Implemented constant propogation of cast instructions | Chris Lattner |