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 2ad661c [compiler-rt] Remove duplicates from COMPILER_RT_SUPPORTED_ARCH new 92aa663 builtins: Add ARM Thumb1 implementation for uidiv and uidivmod new 357c5b9 [sanitizers] __sanitizer_get_module_and_offset_for_pc interfa [...]
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: include/sanitizer/common_interface_defs.h | 7 ++ lib/asan/asan_win_dll_thunk.cc | 1 + lib/builtins/arm/aeabi_uidivmod.S | 15 +++ lib/builtins/arm/udivsi3.S | 129 +++++++++++++++++---- lib/builtins/assembly.h | 3 +- .../sanitizer_stacktrace_libcdep.cc | 22 ++++ .../sanitizer_symbolizer_posix_libcdep.cc | 2 +- .../TestCases/get_module_and_offset_for_pc.cc | 63 ++++++++++ 8 files changed, 218 insertions(+), 24 deletions(-) create mode 100644 test/sanitizer_common/TestCases/get_module_and_offset_for_pc.cc