1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include/llvm/ADT
2008-07-12 18:28:46 +00:00
..
alist_node.h Make typedef public to make MSVC++ happy. 2008-07-10 23:24:20 +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 optimize StringMap::clear 2008-07-02 05:30:45 +00:00
StringSet.h
Tree.h
Trie.h
UniqueVector.h
VectorExtras.h