llvm-6502/include/llvm/ADT
Chris Lattner 55b2eb3ef8 Rename TarjanSCCIterator -> scc_iterator
* Increases consistency with other iterators (e.g. df_iterator, po_iterator...)
  * It's shorter
  * We don't name classes by the implementation, we name it for the interface!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8273 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-31 20:01:57 +00:00
..
BitSetVector.h Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
DepthFirstIterator.h Fix another accessibility problem illuminated by GCC 3.3 2003-07-25 17:49:28 +00:00
EquivalenceClasses.h Regularize the names of #include-guards. 2003-06-17 00:35:55 +00:00
GraphTraits.h Regularize the names of #include-guards. 2003-06-17 00:35:55 +00:00
HashExtras.h Reordered includes to be consistent with the LLVM style. 2003-08-15 17:52:02 +00:00
ilist Fix compilation problems with G++ 3.4 2003-08-29 14:22:29 +00:00
PostOrderIterator.h Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
SCCIterator.h Rename TarjanSCCIterator -> scc_iterator 2003-08-31 20:01:57 +00:00
SetOperations.h Regularize the names of #include-guards. 2003-06-17 00:35:55 +00:00
Statistic.h Move debugging support out of Statistic.h into Debug.h, implement the new DEBUG_TYPE facilities 2003-08-01 22:12:40 +00:00
STLExtras.h Regularize the names of #include-guards. 2003-06-17 00:35:55 +00:00
StringExtras.h Regularize the names of #include-guards. 2003-06-17 00:35:55 +00:00
Tree.h Merged in autoconf branch. This provides configuration via the autoconf 2003-06-30 21:59:07 +00:00
VectorExtras.h Initial checking: defult the make_vector function 2003-01-28 20:01:16 +00:00