Commit more code over to new cast style
[oota-llvm.git] / include / llvm / BasicBlock.h
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-07 Chris LattnerChanging setName semantics
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-14 Chris LattnerMade the following changes:
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-29 Chris LattnerAdded new removePredecessor method prototype
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-20 Chris LattnerFactor the predeclarations of the CFG.h functionality...
2001-06-07 Chris LattnerMoved iterators to the new CFG.h file.
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision