| Commit message (Expand) | Author | Age | Files | Lines |
* | Doxygenify and tersify comments. | Misha Brukman | 2004-02-26 | 1 | -2/+5 |
* | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner | 2003-11-16 | 1 | -3/+3 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+5 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct... | Chris Lattner | 2003-10-19 | 1 | -2/+2 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+1 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -2/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Add new getIncomingValueForBlock method | Chris Lattner | 2003-03-06 | 1 | -10/+12 |
* | Simplify some of the PHI node interfaces | Chris Lattner | 2003-03-05 | 1 | -3/+13 |
* | By default PHINode::removeIncomingValue will delete the phi node if the last | Chris Lattner | 2002-10-08 | 1 | -1/+8 |
* | Add routines to update or erase operands (and to do so without external | Vikram S. Adve | 2002-09-16 | 1 | -0/+6 |
* | Implement support for inserting an instruction into a basic block right when it | Chris Lattner | 2002-09-10 | 1 | -17/+21 |
* | Create a static version of Instruction::getOpcodeName(opCode) that | Vikram S. Adve | 2002-07-14 | 1 | -1/+0 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -1/+1 |
* | Split the PHINode class out from the iOther.h file into the iPHINode.h file | Chris Lattner | 2001-12-03 | 1 | -0/+80 |