Eliminate the PromoteInstance class, incorporating it into the PromotePass
[oota-llvm.git] / lib / VMCore / BasicBlock.cpp
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-02-25 Chris LattnerFix bug: test/Regression/Other/2002-02-24-InlineBrokePH...
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-07 Chris LattnerSupport new setName itf
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-14 Chris Lattner* ValueHolder now takes 3 arguments
2001-06-29 Chris LattnerAdd implementation of BasicBlock::removePredecessor...
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-06 Chris LattnerInitial revision