This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0fb53549e71 llvm-isel-fuzzer: Add some basic tests new 0ef1731fbcb Revert "[XRay][tools] Function call stack based analysis to [...]
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 ---- test/tools/llvm-xray/X86/stack-simple-case.yaml | 13 - tools/llvm-xray/CMakeLists.txt | 1 - tools/llvm-xray/xray-record-yaml.h | 2 +- tools/llvm-xray/xray-stacks.cc | 634 ------------------------ 7 files changed, 1 insertion(+), 773 deletions(-) delete mode 100644 test/tools/llvm-xray/X86/stack-empty-case.yaml delete mode 100644 test/tools/llvm-xray/X86/stack-keep-going.yaml delete mode 100644 test/tools/llvm-xray/X86/stack-multithread.yaml delete mode 100644 test/tools/llvm-xray/X86/stack-simple-case.yaml delete mode 100644 tools/llvm-xray/xray-stacks.cc