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 e079f7df5 SanitizerCommon: fixes for unwinding & backtrace on SPARC new 21dab85bb SanitizerCommon: 64-bit SPARC/Linux port new 8c62dad05 AddressSanitizer: fix for SPARC with GCC new a0c8d98e1 AddressSanitizer: 64-bit SPARC/Linux port
The 3 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/asan/asan_allocator.h | 6 +- lib/asan/asan_globals.cc | 4 + lib/asan/asan_mapping.h | 12 +++ lib/asan/asan_mapping_sparc64.h | 101 +++++++++++++++++++++ .../sanitizer_allocator_primary32.h | 7 ++ lib/sanitizer_common/sanitizer_linux.cc | 2 + lib/sanitizer_common/sanitizer_platform.h | 11 +++ 7 files changed, 142 insertions(+), 1 deletion(-) create mode 100644 lib/asan/asan_mapping_sparc64.h