This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2b5cea5ac1c [XRay] Add TSC to NewCPUId Records new 935f117e02c [XRay] Use FDR Records+Visitors for Trace Loading
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/BlockIndexer.h | 3 +- include/llvm/XRay/FDRTraceExpander.h | 61 ++++ lib/XRay/BlockIndexer.cpp | 4 + lib/XRay/CMakeLists.txt | 1 + lib/XRay/FDRTraceExpander.cpp | 92 ++++++ lib/XRay/Trace.cpp | 615 ++++------------------------------- 6 files changed, 230 insertions(+), 546 deletions(-) create mode 100644 include/llvm/XRay/FDRTraceExpander.h create mode 100644 lib/XRay/FDRTraceExpander.cpp