Changes For Bug 352
[oota-llvm.git] / include / llvm / ADT / SCCIterator.h
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-13 Chris LattnerAdd namespace qualifier
2003-11-13 Chris LattnerMinor cleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM notice.
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerELIMINATE the SCC class completely. One less thing...
2003-08-31 Chris LattnerMove the HasLoop method from the SCC class to the itera...
2003-08-31 Chris Lattner* Cleanups
2003-08-31 Chris LattnerRemove usage of unsigned long: unsigned should be enough!
2003-08-31 Chris LattnerThis file uses cerr without including <iostream>. ...
2003-08-01 Chris LattnerIncluding statistics into an anonymous namespace that...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Brian GaekeRegularize the names of #include-guards.
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2002-12-06 Vikram S. AdveBug fix in operator==() and in method fini().
2002-11-15 Chris LattnerFix warning
2002-11-10 Chris LattnerAdd tarj_end() method
2002-11-04 Vikram S. AdveGeneric graph iterator to enumerate the SCCs of a graph