.. |
AllocatorList.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
APFloat.h
|
[APFloat] Move the integerPartWidth constant into APFloatBase. Remove integerPart typedef at file scope and just use the one in APFloatBase everywhere. NFC
|
2017-06-18 18:15:41 +00:00 |
APInt.h
|
[APInt] Fix the documentation for isOneValue. NFC
|
2017-06-07 07:40:43 +00:00 |
APSInt.h
|
[APInt] Add ashrInPlace method and rewrite ashr to make a copy and then call ashrInPlace.
|
2017-04-24 17:18:47 +00:00 |
ArrayRef.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
BitmaskEnum.h
|
|
|
BitVector.h
|
[ADT] Revert r305326 changes in BitVector.h to fix broken builds.
|
2017-06-13 22:32:38 +00:00 |
BreadthFirstIterator.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
CachedHashString.h
|
[ADT] Don't rely on string literals not being convertible to non-const char* in CachedHashString.
|
2016-10-21 22:10:23 +00:00 |
DAGDeltaAlgorithm.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
DeltaAlgorithm.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
DenseMap.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
DenseMapInfo.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
DenseSet.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
DepthFirstIterator.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
edit_distance.h
|
|
|
EpochTracker.h
|
Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch
|
2016-11-28 22:23:53 +00:00 |
EquivalenceClasses.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
FoldingSet.h
|
[ADT] Add type-safe methods to FoldingSetImpl; NFC.
|
2017-06-12 22:08:08 +00:00 |
GraphTraits.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
Hashing.h
|
|
|
ilist_base.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
ilist_iterator.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
ilist_node_base.h
|
ADT: Add sentinel tracking and custom tags to ilists
|
2016-09-11 16:20:53 +00:00 |
ilist_node_options.h
|
Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch
|
2016-11-28 22:23:53 +00:00 |
ilist_node.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
ilist.h
|
[ADT, IR] Fix some Clang-tidy modernize-use-equals-delete and Include What You Use warnings; other minor fixes (NFC).
|
2016-12-07 22:06:02 +00:00 |
ImmutableList.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
ImmutableMap.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
ImmutableSet.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
IndexedMap.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
IntEqClasses.h
|
|
|
IntervalMap.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
IntrusiveRefCntPtr.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
iterator_range.h
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
iterator.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
MapVector.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
None.h
|
Attempt to workaround MSVC build issue where I suspect an enum class constant 0 is considered a possible null pointer
|
2017-01-16 20:28:59 +00:00 |
Optional.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
PackedVector.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
PointerEmbeddedInt.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
PointerIntPair.h
|
Revert "[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC)."
|
2017-05-19 02:56:37 +00:00 |
PointerSumType.h
|
Revert "[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC)."
|
2017-05-19 02:56:37 +00:00 |
PointerUnion.h
|
[ADT] PointerUnion::getAddrOfPtr1(): fix/silence -Wcast-qual warning.
|
2017-06-13 20:33:51 +00:00 |
PostOrderIterator.h
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
PriorityQueue.h
|
Use the range variant of find instead of unpacking begin/end
|
2016-08-11 22:21:41 +00:00 |
PriorityWorklist.h
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
SCCIterator.h
|
[SCCIterator] Garbage collect dead code. NFC.
|
2017-06-06 23:41:12 +00:00 |
ScopedHashTable.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
ScopeExit.h
|
ADT: Prefer the LLVM_NODISCARD spelling
|
2016-10-16 20:42:34 +00:00 |
Sequence.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
SetOperations.h
|
|
|
SetVector.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
simple_ilist.h
|
[ADT] Partial re-commit of r303383. Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-14 21:42:24 +00:00 |
SmallBitVector.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
SmallPtrSet.h
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
SmallSet.h
|
[ADT] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).
|
2017-06-13 22:11:49 +00:00 |
SmallString.h
|
[ADT] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes.
|
2016-11-23 00:30:24 +00:00 |
SmallVector.h
|
[ADT] Make iterable SmallVector template overrides more specific
|
2017-06-09 20:31:53 +00:00 |
SparseBitVector.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
SparseMultiSet.h
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
SparseSet.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
Statistic.h
|
[Statistics] Add a method to atomically update a statistic that contains a maximum
|
2017-05-18 00:51:39 +00:00 |
STLExtras.h
|
Suppress all uses of LLVM_END_WITH_NULL. NFC.
|
2017-05-09 19:31:13 +00:00 |
StringExtras.h
|
[StringExtras] overload toHex for ArrayRef<uint8_t>
|
2017-06-14 20:11:46 +00:00 |
StringMap.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
StringRef.h
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
StringSet.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
StringSwitch.h
|
Avoid calling std::memcmp with nullptr
|
2016-11-15 00:01:40 +00:00 |
TinyPtrVector.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
Triple.h
|
Initialize SubArch in class Triple
|
2017-06-12 00:28:14 +00:00 |
Twine.h
|
Add support for formatv to llvm::Twine.
|
2016-12-17 00:38:15 +00:00 |
UniqueVector.h
|
[ADT] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
|
2017-05-16 23:10:25 +00:00 |
VariadicFunction.h
|
|
|