This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/stable in repository compiler-rt.
from abb6e6f Updating branches/google/stable to r288497 adds 470fe80 Compiler-rt part of D26230: Add (constant) masked load/store [...] adds 4ca6e75 Revert "Compiler-rt part of D26230: Add (constant) masked loa [...] adds 74c8f49 [sanitizer] Track architecture and UUID of modules in LoadedModule adds 9fdd37c [sanitizer] Make atos stdin a non-tty pipe to make sure it's [...] adds 01c7498 Remove a couple of memset usages from TSan, introduced in r288624. new 2aec2d9 Updating branches/google/stable to r288672
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/sanitizer_common/sanitizer_common.cc | 9 ++ lib/sanitizer_common/sanitizer_common.h | 26 ++++- lib/sanitizer_common/sanitizer_procmaps.h | 13 ++- lib/sanitizer_common/sanitizer_procmaps_freebsd.cc | 4 +- lib/sanitizer_common/sanitizer_procmaps_linux.cc | 4 +- lib/sanitizer_common/sanitizer_procmaps_mac.cc | 77 +++++++++++++-- .../sanitizer_symbolizer_posix_libcdep.cc | 107 ++++++++++++++------- .../tests/sanitizer_procmaps_test.cc | 21 ++++ 8 files changed, 206 insertions(+), 55 deletions(-)