.. |
APFloat.h
|
Remove roundingMode argument in APFloat::mod
|
2015-09-21 19:29:25 +00:00 |
APInt.h
|
Fix APInt value initialization to give a zero value as any sane integer type
|
2015-09-04 04:08:36 +00:00 |
APSInt.h
|
Reformat headers in ADT and Support partially.
|
2015-08-10 04:22:36 +00:00 |
ArrayRef.h
|
Add makeArrayRef() overload for ArrayRef input (no-op/identity) NFC
|
2015-09-10 00:05:04 +00:00 |
BitVector.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
DAGDeltaAlgorithm.h
|
Sort the #include lines for the include/... tree with the script.
|
2012-12-03 17:02:12 +00:00 |
DeltaAlgorithm.h
|
Whitespace.
|
2015-08-10 04:22:09 +00:00 |
DenseMap.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
DenseMapInfo.h
|
Whitespace.
|
2015-08-10 04:22:09 +00:00 |
DenseSet.h
|
Whitespace.
|
2015-08-10 04:22:09 +00:00 |
DepthFirstIterator.h
|
Reformat headers in ADT and Support partially.
|
2015-08-10 04:22:36 +00:00 |
edit_distance.h
|
Reduce memory usage of ComputeEditDistance() by (almost) 50%
|
2015-07-13 21:33:21 +00:00 |
EpochTracker.h
|
Mark empty default constructors as =default if it makes the type POD
|
2015-04-11 18:57:14 +00:00 |
EquivalenceClasses.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
FoldingSet.h
|
[ADT] Teach FoldingSet to be movable.
|
2015-08-16 23:17:27 +00:00 |
GraphTraits.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
Hashing.h
|
Add missing #include, found by modules build.
|
2015-06-12 02:13:45 +00:00 |
ilist_node.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
ilist.h
|
[WinEH] Moved funclet pads should be in relative order
|
2015-09-18 08:18:07 +00:00 |
ImmutableList.h
|
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.
|
2015-09-29 18:02:48 +00:00 |
ImmutableMap.h
|
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.
|
2015-09-29 18:02:48 +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
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
IntEqClasses.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
IntervalMap.h
|
[ADT] IntervalMap: use AlignedCharArrayUnion.
|
2015-03-12 18:45:07 +00:00 |
IntrusiveRefCntPtr.h
|
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.
|
2015-09-29 18:02:48 +00:00 |
iterator_range.h
|
Remove iterator_range::end.
|
2015-09-24 00:23:07 +00:00 |
iterator.h
|
AsmPrinter: Convert DIE::Values to a linked list
|
2015-06-25 23:46:41 +00:00 |
MapVector.h
|
[ADT] Teach MapVector to support a swap member. Will be used in
|
2015-03-25 00:50:21 +00:00 |
None.h
|
Make the static instance of None just const.
|
2015-02-20 13:16:05 +00:00 |
Optional.h
|
Allow Optionals to be compared to None
|
2015-08-19 23:07:27 +00:00 |
PackedVector.h
|
Simplify PackedVector by removing user-defined special members that aren't any different than the defaults
|
2015-08-12 23:26:12 +00:00 |
PointerIntPair.h
|
Reformat headers in ADT and Support partially.
|
2015-08-10 04:22:36 +00:00 |
PointerUnion.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
PostOrderIterator.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
PriorityQueue.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
SCCIterator.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
ScopedHashTable.h
|
Fix missing C++ mode comment
|
2015-09-21 15:59:41 +00:00 |
SetOperations.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
SetVector.h
|
Whitespace.
|
2015-08-10 04:22:09 +00:00 |
SmallBitVector.h
|
Simplify SmallBitVector::applyMask by consolidating common code for 32- and 64-bit builds
|
2015-09-18 15:08:24 +00:00 |
SmallPtrSet.h
|
Reformat headers in ADT and Support partially.
|
2015-08-10 04:22:36 +00:00 |
SmallSet.h
|
Whitespace.
|
2015-08-10 04:22:09 +00:00 |
SmallString.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
SmallVector.h
|
[ADT] Force inline several super boring and unusually hot methods on
|
2015-09-10 09:46:47 +00:00 |
SparseBitVector.h
|
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directories; other minor cleanups.
|
2015-09-29 18:02:48 +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
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
STLExtras.h
|
Prefix make_reverse_iterator with llvm namespace.
|
2015-07-30 00:40:42 +00:00 |
StringExtras.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
StringMap.h
|
Reformat headers in ADT and Support partially.
|
2015-08-10 04:22:36 +00:00 |
StringRef.h
|
[ADT] Remove a couple of the always inline attributes I added.
|
2015-09-21 18:02:24 +00:00 |
StringSet.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
StringSwitch.h
|
[ADT] Micro-optimize and force inlining for string switches.
|
2015-09-10 09:25:59 +00:00 |
TinyPtrVector.h
|
Whitespace.
|
2015-08-10 04:22:09 +00:00 |
Triple.h
|
Add Myriad into enum VendorType
|
2015-09-02 23:11:25 +00:00 |
Twine.h
|
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
|
2015-06-23 09:49:53 +00:00 |
UniqueVector.h
|
IR: Add COMDATs to the IR
|
2014-06-27 18:19:56 +00:00 |
VariadicFunction.h
|
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just letting them be implicitly created.
|
2014-08-27 05:25:25 +00:00 |