llvm-6502/include/llvm/ADT
Chris Lattner 975f05852d Change the implementation of statistic to not need destructors at all.
Instead, the stat info is printed when llvm_shutdown() is called.
These also don't need static ctors, but getting rid of them is uglier:
still investigating.  This reduces the number of static dtors in llvm from
~1400 to ~750.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32372 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-08 20:00:42 +00:00
..
.cvsignore
BitSetVector.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
CStringMap.h add a method 2006-10-30 03:14:15 +00:00
DenseMap.h
DepthFirstIterator.h
EquivalenceClasses.h Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
FoldingSet.h Unbreak VC++ build. 2006-11-05 19:31:28 +00:00
GraphTraits.h
hash_map.in
hash_set.in
HashExtras.h
ilist
IndexedMap.h
iterator.in
PostOrderIterator.h
SCCIterator.h Support for llvm_ostreams. 2006-11-28 23:31:42 +00:00
SetOperations.h
SetVector.h
SmallString.h Add SmallString a (currently) minimal class that adapts SmallVector to be 2006-10-30 03:39:20 +00:00
SmallVector.h add a new form of insert. 2006-10-30 05:07:51 +00:00
Statistic.h Change the implementation of statistic to not need destructors at all. 2006-12-08 20:00:42 +00:00
STLExtras.h
StringExtras.h Add a helper function 2006-11-28 22:32:35 +00:00
StringMap.h add a method 2006-10-30 03:14:15 +00:00
Tree.h
UniqueVector.h
VectorExtras.h