llvm-6502/include/llvm/ADT
2007-08-06 20:52:17 +00:00
..
APInt.h Document a missing parameter. 2007-08-05 19:36:39 +00:00
APSInt.h Fix bug spotted by Chris. 2007-08-02 06:05:19 +00:00
BitVector.h This fixes resizing issues with BitVectors. It ensures that the BitWord type and type size is always used, and ensures completely correct clearing of unused high bits, and setting of bits when resizing. It should resolve PR1563. 2007-08-06 20:52:17 +00:00
DenseMap.h Fix a bug in DenseMap::clear, where we never reset a tombstone 2007-08-05 08:43:36 +00:00
DepthFirstIterator.h Have internal df_iterator's use SmallPtrSet instead of std::set. This provides compile time speedups to any pass using df_iterator. 2007-06-21 21:25:36 +00:00
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
hash_map.in
hash_set.in
HashExtras.h
ilist
IndexedMap.h
iterator.in
PostOrderIterator.h
SCCIterator.h
SetOperations.h
SetVector.h
SmallPtrSet.h When clearing a SmallPtrSet, if the set had a huge capacity, but the 2007-08-05 07:32:14 +00:00
SmallSet.h
SmallString.h
SmallVector.h Add an explicit keyword. Thanks Chris! 2007-06-29 22:16:25 +00:00
Statistic.h
STLExtras.h This is a patch to fix a compile error in STLExtras.h, and 2007-05-03 18:32:10 +00:00
StringExtras.h
StringMap.h Disable the string map copy ctor and assignment operators, 2007-07-22 20:08:01 +00:00
Tree.h
UniqueVector.h
VectorExtras.h