| Commit message (Expand) | Author | Age | Files | Lines |
* | * Add new constructors to allow insertion of terminator instructions at the | Chris Lattner | 2003-11-20 | 1 | -0/+1 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 1 | -2/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 1 | -1/+1 |
* | - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to | Chris Lattner | 2002-10-13 | 1 | -2/+2 |
* | Implement support for inserting an instruction into a basic block right when it | Chris Lattner | 2002-09-10 | 1 | -16/+17 |
* | Convert comments to Doxygen style | Chris Lattner | 2002-08-25 | 1 | -30/+30 |
* | Added more helper functions for binary instructions emulating | Vikram S. Adve | 2002-08-15 | 1 | -2/+18 |
* | Remove support for unary operators. | Chris Lattner | 2002-08-14 | 1 | -39/+0 |
* | Expose two new static methods from BinaryOperator: createNeg, createNot | Chris Lattner | 2002-08-14 | 1 | -1/+7 |
* | UnaryOperator::create should take a name just like BinaryOperator::create | Chris Lattner | 2002-08-09 | 1 | -1/+2 |
* | Create a static version of Instruction::getOpcodeName(opCode) that | Vikram S. Adve | 2002-07-14 | 1 | -5/+0 |
* | Fix comment | Chris Lattner | 2002-06-30 | 1 | -1/+1 |
* | Added setSuccessor() method to terminator instructions | Anand Shukla | 2002-06-25 | 1 | -1/+3 |
* | Add a new setSuccessor method to terminator instructions | Chris Lattner | 2002-05-23 | 1 | -0/+1 |
* | Change the semantics of getSuccessor to FAIL if an out of range successor # i... | Chris Lattner | 2002-04-27 | 1 | -2/+2 |
* | Minor cleanups I missed | Chris Lattner | 2002-02-19 | 1 | -4/+1 |
* | These constructors are for internal use only. These should have been | Chris Lattner | 2002-02-19 | 1 | -16/+17 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -4/+4 |
* | Swap operands now preserves the semantics of the binary operator by changing | Chris Lattner | 2001-12-13 | 1 | -4/+8 |
* | New ctor for invoke inst | Chris Lattner | 2001-10-13 | 1 | -1/+3 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -0/+27 |
* | Chris seems fond of #include <vector>. Fix these. Also convert use list in | Chris Lattner | 2001-09-14 | 1 | -2/+0 |
* | Add an function to BinaryOperator to swap the two operands | Chris Lattner | 2001-07-20 | 1 | -0/+5 |
* | Moved Cast from being a Unary instruction to being an "Other" instruction | Chris Lattner | 2001-07-08 | 1 | -5/+3 |
* | Neg instruction removed. Cast instruction implemented. | Chris Lattner | 2001-07-08 | 1 | -3/+5 |
* | Convert BinaryOperand and UnaryOperator to only take instruction types of | Chris Lattner | 2001-07-07 | 1 | -4/+12 |
* | Broad superficial changes: | Chris Lattner | 2001-07-07 | 1 | -5/+5 |
* | Remove dtor's that simply call dropAllReferences | Chris Lattner | 2001-07-07 | 1 | -2/+0 |
* | Changed the fundemental architecture of Operands for Instructions. Now | Chris Lattner | 2001-07-07 | 1 | -57/+11 |
* | * Rename get.*Operator to create seeing that it would have to be qualified | Chris Lattner | 2001-06-25 | 1 | -7/+8 |
* | Add accessor methods to binary/unary operators | Chris Lattner | 2001-06-22 | 1 | -0/+9 |
* | Moved getBinaryOperator to the BinaryOperator class and the getUnaryOperator | Chris Lattner | 2001-06-08 | 1 | -2/+14 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+131 |