llvm-6502/include/llvm/ADT
2015-05-08 21:17:24 +00:00
..
APFloat.h Remove std::move on return when it could prevent copy elision. 2015-05-01 15:16:11 +00:00
APInt.h [APInt] Add an isSplat helper and use it in some places. 2015-03-25 16:49:59 +00:00
APSInt.h
ArrayRef.h
BitVector.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h Microoptimize DenseMap::clear. 2015-04-10 12:46:44 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h Add a comment about DepthFirstIterator's skipchildren behavior 2015-05-08 21:17:24 +00:00
edit_distance.h Fix typo in comment. 2015-05-02 21:34:39 +00:00
EpochTracker.h Mark empty default constructors as =default if it makes the type POD 2015-04-11 18:57:14 +00:00
EquivalenceClasses.h
FoldingSet.h Purge unused includes throughout libSupport. 2015-03-23 18:07:13 +00:00
GraphTraits.h
Hashing.h Mark empty default constructors as =default if it makes the type POD 2015-04-11 18:57:14 +00:00
ilist_node.h
ilist.h
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntEqClasses.h
IntervalMap.h
IntrusiveRefCntPtr.h Purge unused includes throughout libSupport. 2015-03-23 18:07:13 +00:00
iterator_range.h
iterator.h Mark empty default constructors as =default if it makes the type POD 2015-04-11 18:57:14 +00:00
MapVector.h [ADT] Teach MapVector to support a swap member. Will be used in 2015-03-25 00:50:21 +00:00
None.h
Optional.h
PackedVector.h
PointerIntPair.h
PointerUnion.h
PostOrderIterator.h Update for post-commit review comments 2015-04-15 19:36:10 +00:00
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h
StringRef.h StringRef: Just forward StringRef::find to libc's memchr. 2015-03-21 16:42:35 +00:00
StringSet.h
StringSwitch.h
TinyPtrVector.h
Triple.h Exhaustively test all triples in TripleTest. 2015-04-30 20:08:44 +00:00
Twine.h Clarify that Twine::toVector *appends* the Twine to the given SmallString. 2015-04-15 11:27:32 +00:00
UniqueVector.h
VariadicFunction.h