Moved enum and command-line option in separate file. Also added function that returns...
[oota-llvm.git] / include / llvm / iPHINode.h
2003-09-30 Chris LattnerStandardize header file comments
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-03-06 Chris LattnerAdd new getIncomingValueForBlock method
2003-03-05 Chris LattnerSimplify some of the PHI node interfaces
2002-10-08 Chris LattnerBy default PHINode::removeIncomingValue will delete...
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-09-10 Chris LattnerImplement support for inserting an instruction into...
2002-07-14 Vikram S. AdveCreate a static version of Instruction::getOpcodeName...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...