Fix memory leak in the stackifier, due to the machinebasicblocks not holding
[oota-llvm.git] / lib / VMCore / InstrTypes.cpp
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-03-05 Chris LattnerSimplify some of the PHI node interfaces
2002-10-08 Chris Lattner - Change PHINode::removeIncomingValue to delete the...
2002-09-10 Chris LattnerAdd capability to insert an instruction into a basic...
2002-07-24 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-22 Chris LattnerAdd an assertion that would hopefully catch a problem...
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...
2001-10-13 Chris LattnerAdd new TerminatorInst ctor for invoke
2001-09-07 Chris LattnerSupport new setName interface
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerMoved UnaryOperator::create to InstrTypes.cpp until...
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerAdd extra method to PHI node class
2001-06-06 Chris LattnerInitial revision