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 fc4a9bf Remove strict tid checks from the mac implementation of Block [...] new 324a908 [XRay] Refactor TSC related functions into a single header. NFC.
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_fdr_logging.cc | 13 +++------- lib/xray/xray_inmemory_log.cc | 13 +++------- lib/xray/xray_interface_internal.h | 2 -- lib/xray/{xray_emulate_tsc.h => xray_tsc.h} | 25 ++++++++++++++++-- lib/xray/xray_utils.cc | 39 ----------------------------- lib/xray/xray_utils.h | 3 --- lib/xray/xray_x86_64.cc | 14 +++++------ lib/xray/{xray_x86_64.h => xray_x86_64.inc} | 8 +++--- 10 files changed, 39 insertions(+), 106 deletions(-) rename lib/xray/{xray_emulate_tsc.h => xray_tsc.h} (53%) rename lib/xray/{xray_x86_64.h => xray_x86_64.inc} (85%)