This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8383d4d295e [X86] Remove isel patterns that turns packed add/sub/mul/di [...] new 93177460538 [XRay][compiler-rt] Add PID field to llvm-xray tool and add [...]
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 | 3 + include/llvm/XRay/YAMLXRayRecord.h | 2 + lib/XRay/Trace.cpp | 71 +++++++++++++++++---- .../X86/Inputs/basic-log-arg1-version-3.xray | Bin 0 -> 256 bytes .../llvm-xray/X86/Inputs/basic-log-version-3.xray | Bin 0 -> 288 bytes .../X86/Inputs/fdr-log-arg1-version-3.xray | Bin 0 -> 224 bytes .../llvm-xray/X86/Inputs/fdr-log-version-3.xray | Bin 0 -> 192 bytes .../convert-basic-log-arg1-version3-to-yaml.txt | 17 +++++ .../X86/convert-basic-log-version3-to-yaml.txt | 19 ++++++ .../X86/convert-fdr-log-arg1-version3-to-yaml.txt | 17 +++++ .../X86/convert-fdr-log-version3-to-yaml.txt | 17 +++++ tools/llvm-xray/xray-account.cpp | 4 +- tools/llvm-xray/xray-converter.cpp | 48 +++++++++----- 13 files changed, 169 insertions(+), 29 deletions(-) create mode 100644 test/tools/llvm-xray/X86/Inputs/basic-log-arg1-version-3.xray create mode 100644 test/tools/llvm-xray/X86/Inputs/basic-log-version-3.xray create mode 100644 test/tools/llvm-xray/X86/Inputs/fdr-log-arg1-version-3.xray create mode 100644 test/tools/llvm-xray/X86/Inputs/fdr-log-version-3.xray create mode 100644 test/tools/llvm-xray/X86/convert-basic-log-arg1-version3-to-yaml.txt create mode 100644 test/tools/llvm-xray/X86/convert-basic-log-version3-to-yaml.txt create mode 100644 test/tools/llvm-xray/X86/convert-fdr-log-arg1-version3-to-yaml.txt create mode 100644 test/tools/llvm-xray/X86/convert-fdr-log-version3-to-yaml.txt