llvm-6502/include/llvm/ADT
2013-08-19 22:12:00 +00:00
..
APFloat.h [APFloat] Removed nextafter from missing operations since it is implemented in APFloat::next. 2013-07-27 21:49:19 +00:00
APInt.h APInt: Add a fast case for isAllOnesValue. 2013-06-15 11:32:09 +00:00
APSInt.h
ArrayRef.h
BitVector.h BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE. 2013-06-07 15:14:31 +00:00
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h Calling the base class constructor from the derived class' initializer list. This matches DenseMap's behavior, and silences some warnings. 2013-08-16 02:56:43 +00:00
DenseMapInfo.h
DenseSet.h
DepthFirstIterator.h
edit_distance.h
EquivalenceClasses.h
FoldingSet.h Avoid warnings about unused parameters that tend to come up a lot when 2013-06-10 12:09:30 +00:00
GraphTraits.h
Hashing.h
ilist_node.h
ilist.h
ImmutableIntervalMap.h
ImmutableList.h
ImmutableMap.h Add difference_type to ImmutableMap/Set iterators so they have a complete set of typedefs. 2013-08-16 21:55:56 +00:00
ImmutableSet.h Add difference_type to ImmutableMap/Set iterators so they have a complete set of typedefs. 2013-08-16 21:55:56 +00:00
IndexedMap.h
IntEqClasses.h
IntervalMap.h Fix -Wdocumentation warnings. 2013-07-28 23:43:28 +00:00
IntrusiveRefCntPtr.h
MapVector.h
None.h
Optional.h
OwningPtr.h
PackedVector.h
PointerIntPair.h
PointerUnion.h I'm told that != is not == 2013-08-16 22:29:44 +00:00
PostOrderIterator.h
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h
SetVector.h Make sure that pop_back_val() result is used. 2013-08-19 22:12:00 +00:00
SmallBitVector.h Sync SmallBitVector with BitVector. Add unit tests for the missing methods. 2013-07-11 21:59:16 +00:00
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h Make sure that pop_back_val() result is used. 2013-08-19 22:12:00 +00:00
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h
STLExtras.h
StringExtras.h
StringMap.h Disable the StringMapEntry copy constructor, to make sure we 2013-05-25 22:28:22 +00:00
StringRef.h Commit a no-op change to StringRef to (hopefully) trigger build bots. 2013-08-07 09:52:34 +00:00
StringSet.h
StringSwitch.h
TinyPtrVector.h
Triple.h [PowerPC] Support powerpc64le as a syntax-checking target. 2013-07-26 01:35:43 +00:00
Twine.h
UniqueVector.h
ValueMap.h
VariadicFunction.h