.. |
APFloat.h
|
Purge unused includes throughout libSupport.
|
2015-03-23 18:07:13 +00:00 |
APInt.h
|
Purge unused includes throughout libSupport.
|
2015-03-23 18:07:13 +00:00 |
APSInt.h
|
ADT: Add int64_t interoperability to APSInt
|
2015-02-05 00:17:43 +00:00 |
ArrayRef.h
|
Fix a really bad typo in my last commit.
|
2015-03-01 23:56:19 +00:00 |
BitVector.h
|
[Small]BitVector::reference: Explicitly default copy construction as it is deprecated in C++11 in the presence of explicit copy assignment.
|
2015-03-03 18:39:00 +00:00 |
DAGDeltaAlgorithm.h
|
|
|
DeltaAlgorithm.h
|
DeltaAlgorithm: Provide protected default copy ctor for use by test derived class.
|
2015-03-03 19:53:04 +00:00 |
DenseMap.h
|
Revert "[ADT] fail-fast iterators for DenseMap"
|
2015-03-04 06:05:37 +00:00 |
DenseMapInfo.h
|
|
|
DenseSet.h
|
|
|
DepthFirstIterator.h
|
Remove use of reserved identifier
|
2015-03-15 03:03:41 +00:00 |
edit_distance.h
|
|
|
EquivalenceClasses.h
|
Introduce bitset metadata format and bitset lowering pass.
|
2015-02-20 20:30:47 +00:00 |
FoldingSet.h
|
Purge unused includes throughout libSupport.
|
2015-03-23 18:07:13 +00:00 |
GraphTraits.h
|
|
|
Hashing.h
|
Remove LLVM_HAS_VARIADIC_TEMPLATES and all the faux variadic workarounds guarded by it.
|
2015-02-15 19:34:28 +00:00 |
ilist_node.h
|
|
|
ilist.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
ImmutableList.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
ImmutableMap.h
|
Factor the iterators of ImmutableSet/ImmutableMap into a common base class
|
2015-03-15 13:26:03 +00:00 |
ImmutableSet.h
|
Recommit simplification first attempted in r232309 (fixed a bit in r232312, with fixes in r232314)
|
2015-03-17 05:49:45 +00:00 |
IndexedMap.h
|
IndexedMap: Document why SmallVector<T, 0> is preferable here.
|
2015-03-02 22:20:22 +00:00 |
IntEqClasses.h
|
|
|
IntervalMap.h
|
[ADT] IntervalMap: use AlignedCharArrayUnion.
|
2015-03-12 18:45:07 +00:00 |
IntrusiveRefCntPtr.h
|
Purge unused includes throughout libSupport.
|
2015-03-23 18:07:13 +00:00 |
iterator_range.h
|
[ADT] Remove the unused default constructor for iterator_range.
|
2015-01-11 01:16:26 +00:00 |
iterator.h
|
[cleanup] Re-sort all the #include lines in LLVM using
|
2015-01-14 11:23:27 +00:00 |
MapVector.h
|
Convert SmallMapVector from a class to a struct.
|
2015-01-05 08:55:19 +00:00 |
None.h
|
Make the static instance of None just const.
|
2015-02-20 13:16:05 +00:00 |
Optional.h
|
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:00:20 +00:00 |
PackedVector.h
|
|
|
PointerIntPair.h
|
|
|
PointerUnion.h
|
Introduce bitset metadata format and bitset lowering pass.
|
2015-02-20 20:30:47 +00:00 |
PostOrderIterator.h
|
PostOrderIterator: Remove stray semicolon
|
2015-03-15 07:09:18 +00:00 |
PriorityQueue.h
|
|
|
SCCIterator.h
|
|
|
ScopedHashTable.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
SetOperations.h
|
|
|
SetVector.h
|
|
|
SmallBitVector.h
|
[Small]BitVector::reference: Explicitly default copy construction as it is deprecated in C++11 in the presence of explicit copy assignment.
|
2015-03-03 18:39:00 +00:00 |
SmallPtrSet.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
SmallSet.h
|
|
|
SmallString.h
|
|
|
SmallVector.h
|
SmallVector: Allow initialization and assignment from initializer_list.
|
2015-03-02 21:16:04 +00:00 |
SparseBitVector.h
|
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line with countTrailingZeros
|
2015-02-12 15:35:40 +00:00 |
SparseMultiSet.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
SparseSet.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
Statistic.h
|
|
|
STLExtras.h
|
Remove use of reserved identifier _Iterator
|
2015-03-15 03:18:21 +00:00 |
StringExtras.h
|
|
|
StringMap.h
|
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
|
2015-02-15 22:54:22 +00:00 |
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
|
[tinyptrvector] Add in a MutableArrayRef implicit conversion operator to complement the ArrayRef implicit conversion operator.
|
2015-01-19 03:25:33 +00:00 |
Triple.h
|
[ARM] Add support for ARMV6K subtarget (LLVM)
|
2015-03-17 11:55:28 +00:00 |
Twine.h
|
Teach Twine to support SmallString.
|
2015-03-17 09:51:17 +00:00 |
UniqueVector.h
|
|
|
VariadicFunction.h
|
|
|