This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 008c6263c4 [AST] Fix some Clang-tidy modernize and Include What You Use [...] new 2e3617c081 [PGO] Detect more structural changes with the stable hash
The 1 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: lib/CodeGen/CodeGenPGO.cpp | 166 ++++++++++++-- .../optimization-remark-with-hotness.proftext | 4 +- test/Profile/Inputs/c-captured.proftext | 8 +- test/Profile/Inputs/c-counter-overflows.proftext | 2 +- test/Profile/Inputs/c-general.proftext | 24 +-- test/Profile/Inputs/c-unprofiled-blocks.proftext | 6 +- test/Profile/Inputs/cxx-class.proftext | 18 +- test/Profile/Inputs/cxx-hash-v2.profdata.v5 | Bin 0 -> 3280 bytes test/Profile/Inputs/cxx-hash-v2.proftext | 239 +++++++++++++++++++++ test/Profile/Inputs/cxx-lambda.proftext | 6 +- test/Profile/Inputs/cxx-rangefor.proftext | 4 +- test/Profile/Inputs/cxx-templates.proftext | 6 +- test/Profile/Inputs/cxx-throws.proftext | 6 +- test/Profile/Inputs/func-entry.proftext | 4 +- .../Profile/Inputs/gcc-flag-compatibility.proftext | 2 +- test/Profile/Inputs/objc-general.proftext | 19 +- test/Profile/c-outdated-data.c | 4 +- test/Profile/cxx-hash-v2.cpp | 177 +++++++++++++++ test/Profile/objc-general.m | 18 +- 19 files changed, 649 insertions(+), 64 deletions(-) create mode 100644 test/Profile/Inputs/cxx-hash-v2.profdata.v5 create mode 100644 test/Profile/Inputs/cxx-hash-v2.proftext create mode 100644 test/Profile/cxx-hash-v2.cpp