| Commit message (Expand) | Author | Age | Files | Lines |
* | Somehow I forgot poor little UnwindInst | Chris Lattner | 2003-11-20 | 1 | -3/+4 |
* | * Add new constructors to allow insertion of terminator instructions at the | Chris Lattner | 2003-11-20 | 1 | -6/+31 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 1 | -8/+9 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Constant pointer refs are causing these to fail unnecessarily, which is causing | Chris Lattner | 2003-10-31 | 1 | -9/+7 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Add the unwind instruction class | Chris Lattner | 2003-09-08 | 1 | -1/+32 |
* | Rename SwitchInst::dest_push_back -> addCase | Chris Lattner | 2003-08-23 | 1 | -1/+9 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Update comments | Chris Lattner | 2003-06-19 | 1 | -4/+4 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Add new setCondition member | Chris Lattner | 2003-06-04 | 1 | -4/+6 |
* | Rename Instruction::hasSideEffects() -> mayWriteToMemory() | Chris Lattner | 2003-02-24 | 1 | -1/+1 |
* | Add convenience ctor to BranchInst | Chris Lattner | 2002-09-10 | 1 | -1/+2 |
* | Implement support for inserting an instruction into a basic block right when it | Chris Lattner | 2002-09-10 | 1 | -15/+12 |
* | Avoid warning: control reaches end of non-void function | Chris Lattner | 2002-07-25 | 1 | -0/+1 |
* | Create a static version of Instruction::getOpcodeName(opCode) that | Vikram S. Adve | 2002-07-14 | 1 | -8/+0 |
* | Added setSuccessor() method to terminator instructions | Anand Shukla | 2002-06-25 | 1 | -0/+8 |
* | Add a new setSuccessor method to terminator instructions | Chris Lattner | 2002-05-23 | 1 | -0/+18 |
* | Invoke inst has side effects! | Chris Lattner | 2002-05-14 | 1 | -0/+2 |
* | Add an explicit abort so that the optimized build knows the function does | Chris Lattner | 2002-05-10 | 1 | -0/+1 |
* | Change the semantics of getSuccessor to FAIL if an out of range successor # i... | Chris Lattner | 2002-04-27 | 1 | -30/+16 |
* | Use .get() explicitly and add a few extra casts to avoid 2 #includes | Chris Lattner | 2002-04-09 | 1 | -15/+13 |
* | s/Method/Function | Chris Lattner | 2002-04-08 | 1 | -2/+2 |
* | Rename getCalledMethod to getCalledFunction | Chris Lattner | 2002-03-29 | 1 | -4/+4 |
* | Rename Method to Function | Chris Lattner | 2002-03-23 | 1 | -2/+2 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -1/+1 |
* | Rename ConstPoolVal -> Constant | Chris Lattner | 2001-12-03 | 1 | -6/+6 |
* | Minor changes, add new ctor for invoke instruction | Chris Lattner | 2001-10-13 | 1 | -4/+70 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 1 | -0/+27 |
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 1 | -2/+2 |
* | Add support for new style casts | Chris Lattner | 2001-10-01 | 1 | -6/+6 |
* | Broad superficial changes: | Chris Lattner | 2001-07-07 | 1 | -3/+3 |
* | Remove dtor's that simply call dropAllReferences | Chris Lattner | 2001-07-07 | 1 | -17/+6 |
* | Changed the fundemental architecture of Operands for Instructions. Now | Chris Lattner | 2001-07-07 | 1 | -54/+74 |
* | Added methods to make dealing with switches and branch instructions | Chris Lattner | 2001-06-27 | 1 | -1/+22 |
* | Initial revision | Chris Lattner | 2001-06-06 | 1 | -0/+136 |