This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from a5c91c22f [scudo] Use our own combined allocator new f9947480f [XRay][compiler-rt] Runtime changes to support custom event logging
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/xray/xray_interface.h | 4 + lib/xray/xray_AArch64.cc | 13 +- lib/xray/xray_arm.cc | 12 +- lib/xray/xray_fdr_log_records.h | 1 + lib/xray/xray_fdr_logging.cc | 150 ++++++++++----- lib/xray/xray_fdr_logging_impl.h | 223 ++++++++++++++-------- lib/xray/xray_interface.cc | 21 +- lib/xray/xray_interface_internal.h | 2 + lib/xray/xray_mips.cc | 9 +- lib/xray/xray_mips64.cc | 8 +- lib/xray/xray_powerpc64.cc | 6 + lib/xray/xray_trampoline_x86_64.S | 46 ++++- lib/xray/xray_x86_64.cc | 36 ++++ test/xray/TestCases/Linux/custom-event-logging.cc | 38 ++++ 14 files changed, 429 insertions(+), 140 deletions(-) create mode 100644 test/xray/TestCases/Linux/custom-event-logging.cc