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 d1742d2 tsan: check more addresses in CheckShadowMapping new 2bc83b9 [XRay] ARM 32-bit no-Thumb support in compiler-rt
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 | 2 +- lib/sanitizer_common/scripts/gen_dynamic_list.py | 3 +- lib/xray/CMakeLists.txt | 8 ++ lib/xray/xray_arm.cc | 131 +++++++++++++++++++++ lib/xray/xray_inmemory_log.cc | 52 ++++++++- lib/xray/xray_interface.cc | 141 +++++------------------ lib/xray/xray_interface_internal.h | 22 ++++ lib/xray/xray_trampoline_arm.S | 65 +++++++++++ lib/xray/xray_x86_64.cc | 116 +++++++++++++++++++ 9 files changed, 423 insertions(+), 117 deletions(-) create mode 100644 lib/xray/xray_arm.cc create mode 100644 lib/xray/xray_trampoline_arm.S create mode 100644 lib/xray/xray_x86_64.cc