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 f652bfa Increase the treshold in unit test to accomodate for qurantin [...] new f1243a1 [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 | 40 ++++++++ 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 | 32 +++++++ 7 files changed, 209 insertions(+), 139 deletions(-) create mode 100644 lib/xray/xray_emulate_tsc.h create mode 100644 lib/xray/xray_x86_64.h