aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/iPHINode.h
Commit message (Expand)AuthorAgeFilesLines
* Doxygenify and tersify comments.Misha Brukman2004-02-261-2/+5
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-2/+2
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Add new getIncomingValueForBlock methodChris Lattner2003-03-061-10/+12
* Simplify some of the PHI node interfacesChris Lattner2003-03-051-3/+13
* By default PHINode::removeIncomingValue will delete the phi node if the lastChris Lattner2002-10-081-1/+8
* Add routines to update or erase operands (and to do so without externalVikram S. Adve2002-09-161-0/+6
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-101-17/+21
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-141-1/+0
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-0/+80