aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/iPHINode.h
AgeCommit message (Expand)Author
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-06-11It is no longer 2001Chris Lattner
2004-06-08Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner
2004-05-27Add constructors that take a BasicBlock to append to, to the rest ofAlkis Evlogimenos
2004-02-26Doxygenify and tersify comments.Misha Brukman
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-09-30Standardize header file commentsChris Lattner
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-03-06Add new getIncomingValueForBlock methodChris Lattner
2003-03-05Simplify some of the PHI node interfacesChris Lattner
2002-10-08By default PHINode::removeIncomingValue will delete the phi node if the lastChris Lattner
2002-09-16Add routines to update or erase operands (and to do so without externalVikram S. Adve
2002-09-10Implement support for inserting an instruction into a basic block right when itChris Lattner
2002-07-14Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner