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 da91a27b9 Order File Instrumentation: dump the data in compiler-rt new 319d511ba [sanitizer] Intercept bzero. new 53c083544 [msan] Instrument x86 BMI intrinsics.
The 2 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/msan/tests/msan_test.cc | 148 ++++++++++++++++++++- .../sanitizer_common_interceptors.inc | 12 +- .../sanitizer_platform_interceptors.h | 3 +- test/asan/TestCases/Linux/bzero.cc | 15 +++ test/msan/Linux/bzero.cc | 16 +++ 5 files changed, 191 insertions(+), 3 deletions(-) create mode 100644 test/asan/TestCases/Linux/bzero.cc create mode 100644 test/msan/Linux/bzero.cc