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 f5ef60380 [test] Add missing cmake include for building libFuzzer alone new eb2c17a69 Re-land "[XRay] Move-only Allocator, FunctionCallTrie, and Array"
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/function_call_trie_test.cc | 30 ++ lib/xray/tests/unit/segmented_array_test.cc | 86 ++++ lib/xray/xray_allocator.h | 74 +++- lib/xray/xray_function_call_trie.h | 262 +++++++----- lib/xray/xray_profile_collector.cc | 32 +- lib/xray/xray_profiling.cc | 293 ++++++++------ lib/xray/xray_segmented_array.h | 531 ++++++++++++++++++------- 7 files changed, 924 insertions(+), 384 deletions(-)