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 a164037c7 Add lowercase OS name feature new 652950651 [XRay][compiler-rt] xray::Array Freelist and Iterator Updates
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/CMakeLists.txt | 8 +- lib/xray/tests/unit/function_call_trie_test.cc | 42 ++++++- lib/xray/tests/unit/segmented_array_test.cc | 80 ++++++++++--- lib/xray/xray_allocator.h | 40 ++++--- lib/xray/xray_function_call_trie.h | 97 ++++++++-------- lib/xray/xray_profile_collector.cc | 10 +- lib/xray/xray_profiling.cc | 7 +- lib/xray/xray_segmented_array.h | 149 +++++++++++++++---------- lib/xray/xray_utils.h | 18 +++ 9 files changed, 301 insertions(+), 150 deletions(-)