This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd5ea2b6c23 [LICM] Remove too conservative IsMustExecute variable new b92b0b860c7 [XRay] Update XRayRecord to support Custom/Typed Events
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/FDRTraceExpander.h | 4 +-- include/llvm/XRay/XRayRecord.h | 23 ++++++++++++-- include/llvm/XRay/YAMLXRayRecord.h | 9 ++++-- lib/XRay/FDRTraceExpander.cpp | 20 +++++++++--- lib/XRay/Profile.cpp | 6 ++++ lib/XRay/RecordPrinter.cpp | 4 +++ lib/XRay/Trace.cpp | 5 +-- .../llvm-xray/X86/convert-basic-arg1-to-yaml.txt | 8 ++--- .../convert-basic-log-arg1-version3-to-yaml.txt | 12 ++++---- .../X86/convert-basic-log-version3-to-yaml.txt | 16 +++++----- .../llvm-xray/X86/convert-fdr-arg1-to-yaml.txt | 4 +-- .../X86/convert-fdr-log-arg1-version3-to-yaml.txt | 12 ++++---- .../X86/convert-fdr-log-version3-to-yaml.txt | 12 ++++---- test/tools/llvm-xray/X86/convert-fdr-to-yaml.txt | 26 ++++++++-------- test/tools/llvm-xray/X86/convert-roundtrip.yaml | 4 +-- test/tools/llvm-xray/X86/convert-to-yaml.txt | 12 ++++---- .../llvm-xray/X86/convert-with-debug-syms.txt | 12 ++++---- .../X86/convert-with-standalone-instrmap.txt | 12 ++++---- .../llvm-xray/X86/convert-with-yaml-instrmap.txt | 12 ++++---- tools/llvm-xray/xray-account.cpp | 36 ++++++++++++++-------- tools/llvm-xray/xray-converter.cpp | 21 ++++++++++--- tools/llvm-xray/xray-graph.cpp | 4 +++ tools/llvm-xray/xray-stacks.cpp | 3 ++ 23 files changed, 173 insertions(+), 104 deletions(-)