This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3517370 AMDGPU: Fix sub_oneuse being marked commutative new c4416a6 [XRay] Implement the `llvm-xray account` subcommand
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: .../llvm-xray/X86/Inputs/simple-instrmap.yaml | 10 + .../llvm-xray/X86/account-deduce-tail-call.yaml | 36 ++ test/tools/llvm-xray/X86/account-keep-going.yaml | 20 + test/tools/llvm-xray/X86/account-simple-case.yaml | 18 + .../llvm-xray/X86/account-simple-sorting.yaml | 85 ++++ tools/llvm-xray/CMakeLists.txt | 1 + tools/llvm-xray/xray-account.cc | 484 +++++++++++++++++++++ tools/llvm-xray/xray-account.h | 104 +++++ tools/llvm-xray/xray-record-yaml.h | 102 +++++ 9 files changed, 860 insertions(+) create mode 100644 test/tools/llvm-xray/X86/Inputs/simple-instrmap.yaml create mode 100644 test/tools/llvm-xray/X86/account-deduce-tail-call.yaml create mode 100644 test/tools/llvm-xray/X86/account-keep-going.yaml create mode 100644 test/tools/llvm-xray/X86/account-simple-case.yaml create mode 100644 test/tools/llvm-xray/X86/account-simple-sorting.yaml create mode 100644 tools/llvm-xray/xray-account.cc create mode 100644 tools/llvm-xray/xray-account.h create mode 100644 tools/llvm-xray/xray-record-yaml.h