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 f8e9626b1 [XRay][compiler-rt] FDR Mode: Allow multiple runs new 1d40550d2 [XRay][compiler-rt] Simplify Allocator Implementation
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/tests/unit/allocator_test.cc | 6 +- lib/xray/tests/unit/function_call_trie_test.cc | 11 +- lib/xray/tests/unit/segmented_array_test.cc | 57 ++++++--- lib/xray/xray_allocator.h | 170 ++++++++++--------------- lib/xray/xray_function_call_trie.h | 80 ++++++++---- lib/xray/xray_profile_collector.cc | 26 ++-- lib/xray/xray_profiling.cc | 37 ++++-- lib/xray/xray_profiling_flags.inc | 2 +- lib/xray/xray_segmented_array.h | 62 ++++----- lib/xray/xray_utils.h | 10 ++ 10 files changed, 245 insertions(+), 216 deletions(-)