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 1bcf35137 [XRay] Use optimistic logging model for FDR mode new 3bebf4ad2 [XRay][compiler-rt] Migrate basic mode logging to the XRay framework
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_log_interface.h | 9 +- lib/xray/xray_flags.inc | 16 +- lib/xray/xray_inmemory_log.cc | 259 +++++++++++++++++++++---------- lib/xray/xray_inmemory_log.h | 44 ++++++ test/xray/TestCases/Linux/arg1-logger.cc | 6 +- test/xray/TestCases/Linux/pic_test.cc | 6 +- 6 files changed, 249 insertions(+), 91 deletions(-) create mode 100644 lib/xray/xray_inmemory_log.h