llvm-6502/include/llvm/ADT
Benjamin Kramer 28116c9f49 BitVector tweaks.
- Double the vector's capacity when growing to avoid unneeccesary reallocation.
- Do the reallocation with realloc(3) which can expand the memory in place.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120183 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-26 18:25:20 +00:00
..
APFloat.h
APInt.h Factor code out of APInt to form a isUIntN helper function. 2010-11-03 00:38:40 +00:00
APSInt.h
BitVector.h BitVector tweaks. 2010-11-26 18:25:20 +00:00
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
DenseMapInfo.h Add a specialization for 'long', a hole in the set of fundamental 2010-10-31 22:57:03 +00:00
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableList.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableMap.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
ImmutableSet.h Tweak ImmutableMap/ImmutableSet/ImmutableList APIs 2010-11-24 00:54:28 +00:00
IndexedMap.h
IntervalMap.h Add B+-tree test case that creates a height 3 tree with a smaller root node. 2010-11-26 06:54:20 +00:00
IntrusiveRefCntPtr.h
NullablePtr.h
Optional.h
OwningPtr.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h Fix spelling! 2010-11-26 04:16:20 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h Test commit: Fix two -Asserts mode warnings in StringMap.h. 2010-11-20 18:37:24 +00:00
StringRef.h StringRefs are POD-like. 2010-11-26 14:36:54 +00:00
StringSet.h
StringSwitch.h
Trie.h
Triple.h Trailing whitespace. 2010-11-13 04:17:15 +00:00
Twine.h Fix Whitespace. 2010-11-26 04:16:08 +00:00
UniqueVector.h
ValueMap.h
VectorExtras.h