Pull iterators out of CFG.h and CFGdecls and put them in Support directory
[oota-llvm.git] / include / llvm / CFG.h
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-09 Chris LattnerRename contype to subtype
2001-09-07 Chris Lattner* Don't predefine ReversePostOrderTraversal because...
2001-09-07 Chris LattnerAdd support for iteration through type graphs
2001-08-28 Vikram S. AdveAdd copy and assignment operators for POIterator, and
2001-08-23 Chris Lattner* Add assertions
2001-07-28 Chris LattnerModify var names to make it apparant that the code...
2001-07-06 Chris Lattner* Added comments
2001-06-27 Chris LattnerMiscellaneous cleanups:
2001-06-25 Chris LattnerCFG.h: change the iterator tag
2001-06-20 Chris LattnerFactor the predeclarations of the CFG.h functionality...
2001-06-13 Chris LattnerMove contents to the cfg namespace.
2001-06-11 Chris LattnerUpdates to support
2001-06-08 Chris LattnerAdded reverse depth first capability, fixed depth first...
2001-06-07 Chris LattnerNew file