1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/include/llvm/ADT
Russell Gallop 1d84e4592c Revert rL368939 "Remove LVALUE / RVALUE workarounds"
This reverts commit cad8356d699b36c73abb267f65db575ddacbd652.

To unbreak Windows bots

llvm-svn: 368985
2019-08-15 10:12:11 +00:00
..
AllocatorList.h
Any.h
APFloat.h [clang] Add storage for APValue in ConstantExpr 2019-06-15 10:24:47 +00:00
APInt.h [APInt] Introduce clearLowBits() 2019-07-30 07:09:41 +00:00
APSInt.h [APSInt][OpenMP] Fix isNegative, etc. for unsigned types 2019-04-23 17:04:15 +00:00
ArrayRef.h [ADT] Fix OwningArrayRef's move ctor 2019-04-13 13:52:11 +00:00
bit.h
BitmaskEnum.h
BitVector.h
BreadthFirstIterator.h
CachedHashString.h
DAGDeltaAlgorithm.h
DeltaAlgorithm.h
DenseMap.h [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
DenseMapInfo.h Scalable Vector IR Type with further LTO fixes 2019-07-05 12:48:16 +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 [Hashing] hash_1to3_bytes - avoid trunc(v + zext(x)) NFCI. 2019-07-14 15:05:05 +00: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 Revert rL361944 from llvm/trunk : 2019-05-29 14:39:37 +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
PointerSumType.h
PointerUnion.h Convert PointerUnion to a variadic template. 2019-05-17 00:39:38 +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
SmallSet.h
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
STLExtras.h Cleanup: llvm::bsearch -> llvm::partition_point after r364719 2019-06-30 11:19:56 +00:00
StringExtras.h
StringMap.h [ADT] Enable set_difference() to be used on StringSet 2019-06-07 20:23:03 +00:00
StringRef.h
StringSet.h [ADT] Enable set_difference() to be used on StringSet 2019-06-07 20:23:03 +00:00
StringSwitch.h
TinyPtrVector.h
Triple.h [Triple] Add isRISCV function 2019-07-08 14:52:36 +00:00
Twine.h
UniqueVector.h
VariadicFunction.h