This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e05a2d6d02 Use reference to iterate through string table instead of copying. new 79ebf193fa1 [ADT] Fix some Clang-tidy modernize-use-using and Include W [...] new 9ed1dbec9b1 [InstrProf] Don't take the address of alwaysinline availabl [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/AllocatorList.h | 61 +++++++++++------- include/llvm/ADT/ArrayRef.h | 44 ++++++++----- include/llvm/ADT/BitVector.h | 50 ++++++++------- include/llvm/ADT/BreadthFirstIterator.h | 11 ++-- include/llvm/ADT/DAGDeltaAlgorithm.h | 10 +-- include/llvm/ADT/DeltaAlgorithm.h | 10 +-- include/llvm/ADT/DenseMap.h | 74 +++++++++++++++------- include/llvm/ADT/DenseMapInfo.h | 40 ++++++++++-- include/llvm/ADT/DenseSet.h | 46 ++++++++------ include/llvm/ADT/DepthFirstIterator.h | 23 ++++--- include/llvm/ADT/EquivalenceClasses.h | 22 ++++--- include/llvm/ADT/GraphTraits.h | 15 ++--- include/llvm/ADT/ScopedHashTable.h | 12 ++-- include/llvm/ADT/SmallBitVector.h | 58 ++++++++++------- include/llvm/ADT/SmallSet.h | 7 +- include/llvm/ADT/ilist_base.h | 6 +- include/llvm/ADT/ilist_iterator.h | 59 ++++++++--------- include/llvm/ADT/ilist_node.h | 50 ++++++++++----- include/llvm/ADT/iterator.h | 8 ++- lib/Transforms/Instrumentation/InstrProfiling.cpp | 12 +++- .../InstrProfiling/always_inline.ll | 28 ++++++++ 21 files changed, 407 insertions(+), 239 deletions(-) create mode 100644 test/Instrumentation/InstrProfiling/always_inline.ll