This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58318de Move test to X86 subdirectory for bot failures new 73d4ebd [XRAY] [x86_64] Adding a Flight Data filetype reader to the l [...]
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: include/llvm/XRay/XRayRecord.h | 4 +- include/llvm/XRay/YAMLXRayRecord.h | 2 +- lib/XRay/Trace.cpp | 323 +++++++++++++++++++-- .../llvm-xray/X86/Inputs/fdr-log-version-1.xray | Bin 0 -> 232 bytes test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt | 24 ++ tools/llvm-xray/xray-converter.cc | 4 +- 6 files changed, 334 insertions(+), 23 deletions(-) create mode 100644 test/tools/llvm-xray/X86/Inputs/fdr-log-version-1.xray create mode 100644 test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt