llvm-6502/include/llvm/ADT
2009-09-29 18:39:56 +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 restore semantics of operator* (removing a FIXME I had to introduce in r80224) 2009-08-31 20:54:23 +00:00
FoldingSet.h Switch FoldingSet::AddString to StringRef based API. 2009-09-22 03:34:53 +00:00
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 Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an 2009-09-03 22:07:30 +00:00
ImmutableSet.h Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an 2009-09-03 22:07:30 +00:00
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 add a simple c_str() method to SmallString. 2009-09-19 23:57:31 +00:00
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 Create empty StringRef is incoming cstring is NULL. 2009-09-29 18:39:56 +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