Rip JIT specific stuff out of TargetMachine, as per PR176
[oota-llvm.git] / include / llvm / iPHINode.h
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
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...