1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm/ADT
Yevgeny Rouban a162363827 [ADT] Add equality operator for SmallPtrSet
Reviewed By: tellenbach
Differential Revision: https://reviews.llvm.org/D69429
2019-11-06 11:17:51 +07:00
..
AllocatorList.h
Any.h [llvm] Migrate llvm::make_unique to std::make_unique 2019-08-15 15:54:37 +00:00
APFloat.h [ConstProp] allow folding for fma that produces NaN 2019-09-12 14:10:50 +00:00
APInt.h [APInt] Introduce APIntOps::GetMostSignificantDifferentBit() 2019-10-26 23:20:58 +03:00
APSInt.h
ArrayRef.h [ADT] Add makeArrayRef(std::array<>) template specialization 2019-09-05 21:27:25 +00:00
bit.h
BitmaskEnum.h
BitVector.h [BitVector] Define BitWord as uintptr_t 2019-10-29 13:53:04 +00:00
BreadthFirstIterator.h
CachedHashString.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h [ADT] Remove a workaround for old versions of clang 2019-09-13 13:47:49 +00:00
DenseMapInfo.h [clangd] Use our own relation kind. 2019-10-17 14:08:28 +00:00
DenseSet.h NFC: Change usage of 'DenseSet' to 'DenseSetImpl' in DenseSetImpl::ConstIterator. 2019-05-27 17:38:41 +00:00
DepthFirstIterator.h
DirectedGraph.h [DDG] DirectedGraph as a base class for various dependence graphs such 2019-07-25 18:23:22 +00:00
edit_distance.h
EpochTracker.h
EquivalenceClasses.h
fallible_iterator.h
FoldingSet.h
FunctionExtras.h
GraphTraits.h
Hashing.h Replace abort with llvm_unreachable. 2019-10-29 01:08:11 +01:00
ilist_base.h
ilist_iterator.h
ilist_node_base.h
ilist_node_options.h
ilist_node.h
ilist.h
ImmutableList.h
ImmutableMap.h
ImmutableSet.h
IndexedMap.h
IntEqClasses.h
IntervalMap.h [NFC] Remove uses of LLVM_ALIGNAS 2019-07-30 16:31:06 +00:00
IntrusiveRefCntPtr.h
iterator_range.h Second attempt to add iterator_range::empty() 2019-10-07 18:14:24 +00:00
iterator.h
MapVector.h
None.h
Optional.h Revert rL368939 "Remove LVALUE / RVALUE workarounds" 2019-08-15 10:12:11 +00:00
PackedVector.h
PointerEmbeddedInt.h
PointerIntPair.h Mark several PointerIntPair methods as lvalue-only 2019-10-08 19:01:48 +00:00
PointerSumType.h
PointerUnion.h Add TinyPtrVector support for general pointer-like things. 2019-08-20 23:29:28 +00:00
PostOrderIterator.h
PriorityQueue.h
PriorityWorklist.h
SCCIterator.h
ScopedHashTable.h
ScopeExit.h
Sequence.h
SetOperations.h
SetVector.h
simple_ilist.h
SmallBitVector.h [SmallBitVector] Fix bug in find_next_unset for small types with indices >=32 2019-07-21 16:06:26 +00:00
SmallPtrSet.h [ADT] Add equality operator for SmallPtrSet 2019-11-06 11:17:51 +07:00
SmallSet.h [ADT] add equality operator for SmallSet 2019-10-29 17:33:57 -07:00
SmallString.h
SmallVector.h [NFC] Fix SmallVector::append comments 2019-05-30 17:54:26 +00:00
SparseBitVector.h
SparseMultiSet.h
SparseSet.h
Statistic.h [Stats] Add ALWAYS_ENABLED_STATISTIC enabled regardless of LLVM_ENABLE_STATS. 2019-10-11 00:57:41 +00:00
STLExtras.h Revert r373034 2019-09-27 01:58:31 +00:00
StringExtras.h Fix MSVC unreferenced formal parameter warning. NFCI. 2019-09-01 16:04:38 +00:00
StringMap.h ADT: Save a word in every StringSet entry 2019-10-10 20:22:53 +00:00
StringRef.h Use __builtin_strlen in constexpr StringRef ctor with MSVC 2019-10-25 15:53:54 -07:00
StringSet.h ADT: Save a word in every StringSet entry 2019-10-10 20:22:53 +00:00
StringSwitch.h
TinyPtrVector.h Add TinyPtrVector support for general pointer-like things. 2019-08-20 23:29:28 +00:00
Triple.h [Triple] Add isRISCV function 2019-07-08 14:52:36 +00:00
Twine.h
UniqueVector.h