Implementation of the new spiffy pass system
[oota-llvm.git] / lib / VMCore / BasicBlock.cpp
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