llvm-6502/include/llvm/ADT
Chris Lattner d2128a7ca5 cleanup this code, making it more "llvm-like".
Add comments to reset indicating that it deletes its pointer.
Add a new take() method, which can be used to get the pointer
without it being deleted.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45112 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-17 18:58:23 +00:00
..
APFloat.h remove dead #include. 2007-12-08 19:06:21 +00:00
APInt.h eliminate dependency on Bitcode headers. 2007-12-08 19:01:44 +00:00
APSInt.h Fixed incorrect "path name" in preamble (comment) of header file. 2007-10-26 20:44:02 +00:00
BitVector.h Added two bounds checks to the BitVector class to detect 2007-12-10 22:28:35 +00:00
DenseMap.h Added typedef "value_type" to DenseMap (similar typedef appears in std::map). 2007-11-01 00:54:57 +00:00
DenseSet.h
DepthFirstIterator.h Use references in DF iterators. This eliminates copy-ctor calls on huge objects (graphs) 2007-12-15 22:23:24 +00:00
EquivalenceClasses.h
FoldingSet.h Changed access control within FoldingSet for some ivars from "private" 2007-10-31 17:12:47 +00:00
GraphTraits.h Use references in DF iterators. This eliminates copy-ctor calls on huge objects (graphs) 2007-12-15 22:23:24 +00:00
hash_map.in
hash_set.in
HashExtras.h
ilist
ImmutableMap.h Added implementation of immutable (functional) maps and sets, as 2007-10-09 21:38:09 +00:00
ImmutableSet.h Changed the return type of type-specific Allocate() methods to return 2007-10-18 00:30:14 +00:00
IndexedMap.h
iterator.in
PostOrderIterator.h
SCCIterator.h
scoped_ptr.h cleanup this code, making it more "llvm-like". 2007-12-17 18:58:23 +00:00
SetOperations.h
SetVector.h
SmallPtrSet.h make smallptrset more const and type correct, which caught a few 2007-11-06 22:12:43 +00:00
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h Fix bugs in iterator invalidation 2007-11-15 18:06:49 +00:00
Statistic.h
STLExtras.h
StringExtras.h Add an uppercase conversion utility function. 2007-10-18 19:31:38 +00:00
StringMap.h Add explicit keywords, and fix a minor typo that they uncovered. 2007-12-14 15:41:34 +00:00
Tree.h
Trie.h Define addString() and lookup() out-of-line to dissuade the C++ compiler from inlining it. 2007-12-16 01:36:16 +00:00
UniqueVector.h
VectorExtras.h