llvm-6502/include/llvm/ADT
Chris Lattner 1d93b2e1b6 Fix isIntN to work with APInts > 64 bits. This method is only
used by clang apparently.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60446 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-02 23:33:29 +00:00
..
APFloat.h
APInt.h Fix isIntN to work with APInts > 64 bits. This method is only 2008-12-02 23:33:29 +00:00
APSInt.h
BitVector.h
DenseMap.h add densemap range insertion method. 2008-12-02 06:08:04 +00:00
DenseSet.h
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h move partial template specialization to FoldingSet.h. 2008-11-17 02:40:00 +00:00
GraphTraits.h
hash_map.cmake
hash_map.h.in
hash_set.cmake
hash_set.h.in
HashExtras.h
ilist_node.h
ilist.h
ImmutableList.h move partial template specialization to FoldingSet.h. 2008-11-17 02:40:00 +00:00
ImmutableMap.h
ImmutableSet.h Typo 2008-11-03 03:50:40 +00:00
IndexedMap.h
IntrusiveRefCntPtr.h
iterator.cmake
iterator.h.in
OwningPtr.h
PointerIntPair.h add the rest of the comparison routines. 2008-11-30 19:10:41 +00:00
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h add an operator= to assign to smallstring. 2008-11-20 07:09:17 +00:00
SmallVector.h Implement a SmallVector insert method that can insert multiple 2008-10-16 00:15:24 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h reenable array_pod_sort, this time hopefully happy on 64-bit 2008-12-01 21:11:25 +00:00
StringExtras.h Work around PR1000. 2008-11-10 10:05:09 +00:00
StringMap.h Add typedef to StringMapEntry. 2008-11-27 00:17:25 +00:00
StringSet.h Return bool (inserted) from StringSet::insert as for StringMap::insert. 2008-10-27 20:50:02 +00:00
Tree.h
Trie.h
UniqueVector.h
VectorExtras.h