This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 16edf9bff8d Move some CLI utils out of llvm-isel-fuzzer and into the library new b01acdaefa2 [XRay][tools] Function call stack based analysis tooling fo [...]
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: test/tools/llvm-xray/X86/stack-empty-case.yaml | 13 + test/tools/llvm-xray/X86/stack-keep-going.yaml | 28 + test/tools/llvm-xray/X86/stack-multithread.yaml | 83 +++ ...unt-simple-case.yaml => stack-simple-case.yaml} | 7 +- tools/llvm-xray/CMakeLists.txt | 1 + tools/llvm-xray/xray-record-yaml.h | 2 +- tools/llvm-xray/xray-stacks.cc | 634 +++++++++++++++++++++ 7 files changed, 762 insertions(+), 6 deletions(-) create mode 100644 test/tools/llvm-xray/X86/stack-empty-case.yaml create mode 100644 test/tools/llvm-xray/X86/stack-keep-going.yaml create mode 100644 test/tools/llvm-xray/X86/stack-multithread.yaml copy test/tools/llvm-xray/X86/{account-simple-case.yaml => stack-simple-case.yaml} (51%) create mode 100644 tools/llvm-xray/xray-stacks.cc