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 140ee89 [XRay] [compiler-rt] Fix format string; sanitizers' internal [...] new 15ff979 [XRay] [compiler-rt] Move machine-dependent code into machine [...]
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: lib/xray/xray_AArch64.cc | 14 +++ lib/xray/xray_arm.cc | 14 +++ lib/xray/xray_emulate_tsc.h | 23 +++++ lib/xray/xray_inmemory_log.cc | 185 +++++++++---------------------------- lib/xray/xray_interface_internal.h | 2 + lib/xray/xray_x86_64.cc | 61 ++++++++++++ lib/xray/xray_x86_64.h | 16 ++++ 7 files changed, 176 insertions(+), 139 deletions(-) create mode 100644 lib/xray/xray_emulate_tsc.h create mode 100644 lib/xray/xray_x86_64.h