1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/include/llvm/ADT
2015-12-28 19:52:46 +00:00
..
APFloat.h Add isInteger() to APFloat. 2015-11-16 21:52:48 +00:00
APInt.h
APSInt.h
ArrayRef.h Add hashing and DenseMapInfo for ArrayRef 2015-10-18 14:04:56 +00:00
BitVector.h [ADT] Make capacity_in_bytes support BitVector. NFC. 2015-11-16 04:02:36 +00:00
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h
DenseMapInfo.h Add hashing and DenseMapInfo for ArrayRef 2015-10-18 14:04:56 +00:00
DenseSet.h
DepthFirstIterator.h
edit_distance.h
EpochTracker.h
EquivalenceClasses.h
FoldingSet.h
GraphTraits.h
Hashing.h
ilist_node.h ADT: Avoid relying on UB in ilist_node::getNextNode() 2015-11-11 02:26:42 +00:00
ilist.h ADT: Avoid relying on UB in ilist_node::getNextNode() 2015-11-11 02:26:42 +00:00
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntEqClasses.h
IntervalMap.h
IntrusiveRefCntPtr.h
iterator_range.h
iterator.h
MapVector.h
None.h
Optional.h
PackedVector.h
PointerIntPair.h
PointerUnion.h [ADT] Run clang-format over PointerUnion.h and clean up its comments. 2015-12-28 19:52:46 +00:00
PostOrderIterator.h Remove unnecessary argument in ipo iterator 2015-10-13 07:26:04 +00:00
PriorityQueue.h
SCCIterator.h
ScopedHashTable.h
SetOperations.h [SimplifyCFG] Merge conditional stores 2015-11-04 15:28:04 +00:00
SetVector.h Avoid undefined behavior when vector is empty. 2015-12-10 16:35:06 +00:00
SmallBitVector.h
SmallPtrSet.h
SmallSet.h
SmallString.h
SmallVector.h
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h Simplify memory management with std::unique_ptr. 2015-12-16 22:28:34 +00:00
STLExtras.h Introduce a range version of std::find, and use in SCEV 2015-12-01 07:49:27 +00:00
StringExtras.h
StringMap.h [llvm-dwp] Initial partial prototype 2015-12-01 00:48:39 +00:00
StringRef.h
StringSet.h [llvm-dwp] Initial partial prototype 2015-12-01 00:48:39 +00:00
StringSwitch.h
TinyPtrVector.h
Triple.h [ARM] Add ARMv8.2-A to TargetParser 2015-12-01 10:33:56 +00:00
Twine.h
UniqueVector.h Fix ADT/UniqueVector.h to resolve implicit dependency. 2015-10-24 00:27:22 +00:00
VariadicFunction.h