llvm-6502/include/llvm/ADT
John McCall 2fed70daaf Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy>
instead of the PtrTraits provided.  Allows PointerIntPair to contain a
PointerUnion safely, as long as the bits add up.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82163 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-17 20:35:18 +00:00
..
APFloat.h add a version of the APFloat constructor that initializes to 0.0 2009-09-17 01:08:43 +00:00
APInt.h
APSInt.h
BitVector.h
DenseMap.h give densemap iterators real iterator traits. 2009-09-11 18:15:46 +00:00
DenseMapInfo.h Mark constants as unsigned, as pointed out by icc 2009-09-06 11:45:14 +00:00
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
HashExtras.h
ilist_node.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
ilist.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
IntrusiveRefCntPtr.h
OwningPtr.h
PointerIntPair.h Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy> 2009-09-17 20:35:18 +00:00
PointerUnion.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h switch scciterator to use DenseMap instead of std::map 2009-09-15 04:37:49 +00:00
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h Fix apostrophos. 2009-09-15 15:08:33 +00:00
SmallString.h
SmallVector.h
SparseBitVector.h Public and private corrections, warned about by icc (#304). 2009-09-06 08:55:57 +00:00
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h
StringRef.h Add StringRef::{rfind, rsplit} 2009-09-16 22:38:48 +00:00
StringSet.h
Trie.h
Triple.h Add Triple::getArchTypeForDarwinArchName, which converts a "Darwin" architecture 2009-09-08 23:32:51 +00:00
Twine.h
UniqueVector.h
VectorExtras.h