llvm-6502/include/llvm/ADT
Anton Korobeynikov 4aad12c9cd Remove bogus assertion. This unbreaks mingw, where ConstantSDNode
has alignment 8 and LoadSDNode (used as LargestT template) - 4.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53782 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-19 05:52:44 +00:00
..
alist_node.h Remove bogus assertion. This unbreaks mingw, where ConstantSDNode 2008-07-19 05:52:44 +00:00
alist.h Inline typedef for alist_iterator::pointer to work with MSVC++. 2008-07-12 18:28:46 +00:00
APFloat.h
APInt.h Correct a comment. 2008-07-10 11:21:59 +00:00
APSInt.h
BitVector.h
DenseMap.h Make DenseMap's insert return a pair, to more closely resemble std::map. 2008-07-07 17:46:23 +00:00
DenseSet.h Make DenseMap's insert return a pair, to more closely resemble std::map. 2008-07-07 17:46:23 +00:00
DepthFirstIterator.h
EquivalenceClasses.h
FoldingSet.h Remove an unnecessary reinterpret_cast. 2008-07-07 18:07:36 +00:00
GraphTraits.h
hash_map.h.in
hash_set.h.in
HashExtras.h
ilist.h operator[] is not defined for list::iterator. Overload it in ilist::iterator 2008-07-12 07:00:52 +00:00
ImmutableList.h Minor tweaks to the ImmutableList iterator interface. 2008-07-11 22:43:07 +00:00
ImmutableMap.h Added ImmutableMap constructor that accepts a const TreeTy*. 2008-07-10 22:57:10 +00:00
ImmutableSet.h
IndexedMap.h
IntrusiveRefCntPtr.h
iterator
iterator.h.in
OwningPtr.h
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h Remove unnecessary static_casts. 2008-07-07 18:08:20 +00:00
SparseBitVector.h
Statistic.h
STLExtras.h Don't use std::advance just to increment or decrement by one. 2008-07-07 18:39:33 +00:00
StringExtras.h
StringMap.h
StringSet.h
Tree.h
Trie.h
UniqueVector.h
VectorExtras.h