Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / BasicBlock.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-01 Chris LattnerRemove obsolete scoped pred and succ iterator typedefs
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris LattnerMinor simplification
2003-08-24 Chris LattnerAllow specifying the name for the newly split basic...
2002-09-26 Chris Lattner - Add new ctor to BasicBlock to allow insertion befor...
2002-09-06 Chris Lattner* Clean up some comments
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-07-08 Vikram S. AdveMoved MachineCodeForBB to be an annotation on BasicBlock.
2002-06-25 Chris Lattner*** empty log message ***
2002-04-08 Chris Lattner* Add virtual print methods
2002-03-23 Chris LattnerChange Method to Function
2002-02-12 Chris LattnerPull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-02-12 Chris Lattner* Move BasicBlock and Method graph stuff to new "llvm...
2002-02-03 Chris LattnerRemove extraneous #include
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
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