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 60d67c3 [XRay][AArch64] An attempt to fix test patching-unpatching.cc [...] new c4d8f3f [scudo] Separate hardware CRC32 routines
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: cmake/config-ix.cmake | 1 + lib/scudo/CMakeLists.txt | 7 ++++ lib/scudo/scudo_allocator.cpp | 33 ++----------------- lib/scudo/scudo_crc32.cpp | 53 ++++++++++++++++++++++++++++++ lib/scudo/{scudo_flags.h => scudo_crc32.h} | 25 +++++++------- lib/scudo/scudo_utils.cpp | 3 +- lib/scudo/scudo_utils.h | 4 +-- 7 files changed, 78 insertions(+), 48 deletions(-) create mode 100644 lib/scudo/scudo_crc32.cpp copy lib/scudo/{scudo_flags.h => scudo_crc32.h} (54%)