| Commit message (Expand) | Author | Age | Files | Lines |
* | 80-column violations. | Mikhail Glushenkov | 2009-02-09 | 1 | -36/+37 |
* | Use the opcode predicates, instead of duplicating the code. | Dan Gohman | 2008-10-17 | 1 | -3/+3 |
* | remove legacy interfaces | Gabor Greif | 2008-10-15 | 1 | -93/+0 |
* | Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments | Dan Gohman | 2008-09-09 | 1 | -0/+8 |
* | Rename instance variables, parameter argument names to eliminate a bunch of c... | Evan Cheng | 2008-07-24 | 1 | -4/+4 |
* | Enable first-class aggregates support. | Dan Gohman | 2008-07-23 | 1 | -1/+0 |
* | make ExtractValueInst derived from UnaryInstruction | Gabor Greif | 2008-06-06 | 1 | -0/+1 |
* | Factor several methods, including getInversePredicate and | Dan Gohman | 2008-05-31 | 1 | -9/+33 |
* | update a comment | Gabor Greif | 2008-05-21 | 1 | -1/+1 |
* | API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac... | Gabor Greif | 2008-05-16 | 1 | -39/+132 |
* | Derive GetResultInst from UnaryInstruction, this simplifies code and removes ... | Gabor Greif | 2008-05-13 | 1 | -2/+4 |
* | Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef | Nate Begeman | 2008-05-12 | 1 | -5/+49 |
* | merge of use-diet branch to trunk | Gabor Greif | 2008-05-10 | 1 | -39/+32 |
* | add support for pattern matching 'neg' | Chris Lattner | 2008-05-09 | 1 | -4/+2 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -0/+16 |
* | When transforming a call to a bitcast function into | Duncan Sands | 2008-01-06 | 1 | -1/+7 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -25/+6 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -6/+25 |
* | Implement correct isa<UnaryInstruction>, problem reported by "ST". | Chris Lattner | 2007-12-08 | 1 | -0/+14 |
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-17 | 1 | -2/+5 |
* | sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. | Chris Lattner | 2007-08-24 | 1 | -3/+0 |
* | Fix comments about vectors to use the current wording. | Dan Gohman | 2007-07-16 | 1 | -1/+1 |
* | Refactor the setName stuff, moving it down the inheritance hierarchy, to | Chris Lattner | 2007-02-24 | 1 | -31/+13 |
* | Fix a compilation error that caused the nightly test to fail. | Reid Spencer | 2007-02-13 | 1 | -1/+1 |
* | Switch UnaryOperators to default to passing names up by const char* when poss... | Chris Lattner | 2007-02-13 | 1 | -6/+8 |
* | For PR1117: | Reid Spencer | 2007-01-17 | 1 | -0/+6 |
* | Add some convenience functions for getting the source and destination | Reid Spencer | 2007-01-02 | 1 | -0/+5 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -1/+1 |
* | Add some documentation to make Nick happy. | Reid Spencer | 2006-12-23 | 1 | -1/+2 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -0/+14 |
* | Remove the createInferredCast methods now that their last uses have been | Reid Spencer | 2006-12-18 | 1 | -55/+2 |
* | Implement createIntegerCast and createFPCast factory methods for handling | Reid Spencer | 2006-12-12 | 1 | -0/+34 |
* | Provide a getOpcode() method on CmpInst to ensure the opcode is returned | Reid Spencer | 2006-12-07 | 1 | -0/+5 |
* | Add cast creation functions for Pointer Casts, either BitCast or PtrToInt | Reid Spencer | 2006-12-04 | 1 | -0/+16 |
* | Implement new cast creation functions for both instructions and constant | Reid Spencer | 2006-12-04 | 1 | -0/+48 |
* | Take a baby step towards getting rid of inferred casts. Provide methods on | Reid Spencer | 2006-12-04 | 1 | -3/+24 |
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -0/+155 |
* | For PR950: | Reid Spencer | 2006-11-20 | 1 | -0/+85 |
* | Add ShiftInst::isLogical/ArithmeticShift methods. | Chris Lattner | 2006-09-17 | 1 | -6/+6 |
* | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner | 2006-06-21 | 1 | -0/+5 |
* | allow these to take a generic Value* | Chris Lattner | 2005-04-24 | 1 | -4/+4 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -10/+10 |
* | Adjust to changes in the User class. Introduce a new UnaryInstruction | Chris Lattner | 2005-01-29 | 1 | -21/+76 |
* | Move the implementation of the clone method for these classes to | Chris Lattner | 2004-10-15 | 1 | -3/+1 |
* | Add methods like BinaryOperator::createAdd that take an instruction to insert | Chris Lattner | 2004-06-20 | 1 | -0/+6 |
* | Add new BinaryOperator::createAdd/Sub/... methods to avoid having to type | Chris Lattner | 2004-06-10 | 1 | -0/+16 |
* | Add constructors that take a BasicBlock to append to, to the rest of | Alkis Evlogimenos | 2004-05-27 | 1 | -1/+22 |
* | Refactor common initialization code in private init() functions. | Alkis Evlogimenos | 2004-05-26 | 1 | -2/+6 |