llvm-6502/include/llvm/ADT
Gabor Greif fd7a918e58 Resubmit an earlier patch of mine:
reduce the size of relevant "ghostly" sentinels
by a pointer.

This attempt now makes the compactification dependent
on the configure variable LLVM_COMPACT_SENTINELS
and should not cause any bootstrap failures for
llvm-gcc any more.

Please note that this is not yet the final version,
and (as settled with Chris) I shall take out the
autofoo/cmake portions in the next days.

This will also lose the assertability on sentinel
dereferencing and operator++, but that seems
an acceptable price to pay for the simplified
build logic.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79938 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-24 21:34:17 +00:00
..
APFloat.h Implement APInt <-> APFloat conversion for IEEE 128-bit floats. 2009-08-21 22:10:30 +00:00
APInt.h remove the dead std::ostream APInt inserter 2009-08-23 23:11:28 +00:00
APSInt.h
BitVector.h
DenseMap.h This void is implicit in C++. 2009-08-12 22:10:57 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
HashExtras.h
ilist_node.h Resubmit an earlier patch of mine: 2009-08-24 21:34:17 +00:00
ilist.h Resubmit an earlier patch of mine: 2009-08-24 21:34:17 +00:00
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntrusiveRefCntPtr.h
iterator.cmake
iterator.h.in
OwningPtr.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h remove a few DOUTs here and there. 2009-08-23 06:35:02 +00:00
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h Change SmallString::operator{=,+=} to take a StringRef. 2009-08-22 06:06:46 +00:00
SmallVector.h Add SmallVector::{capacity,set_size}. 2009-08-19 17:48:28 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h
StringRef.h Fix pasto in StringRef::count(char) 2009-08-18 18:34:22 +00:00
StringSet.h
Trie.h
Triple.h Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an 2009-08-24 09:53:06 +00:00
Twine.h Add a fast path for setName("") on an unnamed value. 2009-08-19 23:37:23 +00:00
UniqueVector.h
VectorExtras.h