svn commit: r356999 - in projects/clang1000-import/contrib/llvm-project/compiler-rt: include/fuzzer include/sanitizer lib/asan lib/builtins lib/builtins/aarch64 lib/builtins/arm lib/dfsan lib/fuzze...

Dimitry Andric dim at FreeBSD.org
Wed Jan 22 22:01:45 UTC 2020


Author: dim
Date: Wed Jan 22 22:01:43 2020
New Revision: 356999
URL: https://svnweb.freebsd.org/changeset/base/356999

Log:
  Merge ^/vendor/compiler-rt/dist up to its last change, and resolve conflicts.

Added:
  projects/clang1000-import/contrib/llvm-project/compiler-rt/include/fuzzer/
     - copied from r356998, vendor/compiler-rt/dist/include/fuzzer/
  projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/ubsan_interface.h
     - copied unchanged from r356998, vendor/compiler-rt/dist/include/sanitizer/ubsan_interface.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_activation.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_activation.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_allocator.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_debugging.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_debugging.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_descriptions.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_descriptions.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_errors.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_errors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_fake_stack.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_fake_stack.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_fuchsia.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_fuchsia.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_globals.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_globals.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_globals_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_globals_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_interceptors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_interceptors_memintrinsics.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_malloc_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_malloc_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_malloc_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_memory_profile.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_memory_profile.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_new_delete.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_new_delete.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_poisoning.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_poisoning.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_posix.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_posix.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_preinit.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_preinit.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_premap_shadow.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_premap_shadow.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_report.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_rtems.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_rtems.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_rtl.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_shadow_setup.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_shadow_setup.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_stack.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_stack.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_stats.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_stats.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_suppressions.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_suppressions.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_thread.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_thread.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win_dll_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_win_dll_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_win_dynamic_runtime_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win_weak_interception.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/asan/asan_win_weak_interception.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/fp_mode.c
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/builtins/aarch64/fp_mode.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/arm/fp_mode.c
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/builtins/arm/fp_mode.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fp_mode.c
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/builtins/fp_mode.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fp_mode.h
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/builtins/fp_mode.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/dfsan/dfsan.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_custom.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/dfsan/dfsan_custom.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_interceptors.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/dfsan/dfsan_interceptors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/stack_trace_compressor.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/gwp_asan/stack_trace_compressor.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/stack_trace_compressor.h
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/gwp_asan/stack_trace_compressor.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_exceptions.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/hwasan/hwasan_exceptions.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/interception/interception_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/interception/interception_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_type_test.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/interception/interception_type_test.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/interception/interception_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_allocator.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_allocator.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_common.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_common_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_common_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_interceptors.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_interceptors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_malloc_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_malloc_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_preinit.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_preinit.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_thread.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/lsan/lsan_thread.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_allocator.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_allocator.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_chained_origin_depot.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_chained_origin_depot.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_interceptors.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_interceptors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_new_delete.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_new_delete.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_poisoning.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_poisoning.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_report.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_thread.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/msan/msan_thread.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingRuntime.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/profile/InstrProfilingRuntime.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/safestack/safestack.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/safestack/safestack.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sancov_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sancov_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_checks.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_allocator_report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_common_nolibc.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_fuchsia.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dll_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_dll_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dynamic_runtime_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_dynamic_runtime_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_sections.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_weak_interception.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_coverage_win_weak_interception.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector1.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_deadlock_detector2.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_errno.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_errno.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_file.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_file.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flag_parser.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_fuchsia.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_glibc_version.h
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_glibc_version.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_libc.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libc.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_libignore.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_linux_s390.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_mac_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_netbsd.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_openbsd.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_persistent_allocator.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_platform_limits_solaris.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_printf.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_printf.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_common.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_procmaps_solaris.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_rtems.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_rtems.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_solaris.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_solaris.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stackdepot.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_printer.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stacktrace_sparc.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_suppressions.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_markup.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_symbolizer_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_termination.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_termination.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_thread_registry.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_tls_get_addr.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_type_traits.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_unwind_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_dll_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win_dynamic_runtime_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_dynamic_runtime_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/sanitizer_win_weak_interception.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/checksum.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/checksum.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/common.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/common.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/crc32_hw.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/crc32_hw.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags_parser.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/flags_parser.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuchsia.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/fuchsia.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/report.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/secondary.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/secondary.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/string_utils.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/string_utils.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/wrappers_c.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/wrappers_c_bionic.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_cpp.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/scudo/standalone/wrappers_cpp.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/stats/stats.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/stats/stats.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/stats/stats_client.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/stats/stats_client.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/func_entry_exit.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/benchmarks/func_entry_exit.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/mini_bench_local.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/benchmarks/mini_bench_local.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/mini_bench_shared.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/benchmarks/mini_bench_shared.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/mop.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/benchmarks/mop.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/start_many_threads.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/benchmarks/start_many_threads.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/vts_many_threads_bench.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/benchmarks/vts_many_threads_bench.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/dd/dd_interceptors.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/dd/dd_interceptors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/dd/dd_rtl.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/dd/dd_rtl.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/go/tsan_go.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/go/tsan_go.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_clock.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_clock.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_debugging.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_debugging.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_external.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_external.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_fd.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_fd.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_ignoreset.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_ignoreset.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors_libdispatch.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors_mach_vm.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interceptors_posix.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_ann.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_atomic.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_interface_java.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_malloc_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_md5.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_md5.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mman.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mman.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mutex.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mutex.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mutexset.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_mutexset.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_new_delete.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_new_delete.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_mac.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_posix.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_windows.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_platform_windows.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_preinit.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_preinit.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_report.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_mutex.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_proc.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_rtl_thread.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_stack_trace.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stack_trace.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_stat.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_stat.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_suppressions.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_suppressions.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_symbolize.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_symbolize.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_sync.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/tsan/rtl/tsan_sync.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_diag.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_diag.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_diag_standalone.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_diag_standalone.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_handlers.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_handlers_cxx.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_init.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_init.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_init_standalone.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_init_standalone.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_init_standalone_preinit.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_init_standalone_preinit.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_monitor.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_monitor.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_signals_standalone.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_signals_standalone.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_type_hash.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_type_hash.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_type_hash_itanium.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_type_hash_win.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_type_hash_win.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_value.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_value.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_win_dll_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_win_dll_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_win_dynamic_runtime_thunk.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_win_dynamic_runtime_thunk.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_win_weak_interception.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan/ubsan_win_weak_interception.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/ubsan_minimal/ubsan_minimal_handlers.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_AArch64.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_AArch64.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_arm.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_arm.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_basic_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_basic_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_basic_logging.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_basic_logging.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_buffer_queue.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_buffer_queue.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_fdr_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_fdr_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_fdr_logging.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_fdr_logging.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_init.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_init.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_interface.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_interface.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_log_interface.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_log_interface.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_mips.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_mips.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_mips64.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_mips64.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_powerpc64.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_powerpc64.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_profile_collector.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_profile_collector.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_profiling.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_profiling.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_profiling_flags.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_profiling_flags.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_trampoline_powerpc64.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_trampoline_powerpc64.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_utils.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_utils.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_x86_64.cpp
     - copied unchanged from r356998, vendor/compiler-rt/dist/lib/xray/xray_x86_64.cpp
Deleted:
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_activation.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_debugging.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_descriptions.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_errors.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_fake_stack.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_fuchsia.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_globals.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_globals_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_malloc_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_memory_profile.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_new_delete.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_poisoning.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_posix.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_preinit.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_premap_shadow.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_report.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_rtems.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_rtl.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_shadow_setup.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_stack.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_stats.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_suppressions.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_thread.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win_dll_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win_dynamic_runtime_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_win_weak_interception.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_custom.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/dfsan/dfsan_interceptors.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/utils/
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_type_test.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_allocator.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_interceptors.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_malloc_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_preinit.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_thread.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_allocator.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_chained_origin_depot.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_interceptors.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_new_delete.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_poisoning.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_report.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan_thread.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingRuntime.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/safestack/safestack.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sancov_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_report.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_nolibc.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_fuchsia.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dll_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_dynamic_runtime_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_sections.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_coverage_win_weak_interception.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector1.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector2.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_errno.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_file.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_fuchsia.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_libc.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_libignore.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_linux_s390.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_mac_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_netbsd.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_printf.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_common.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps_solaris.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_rtems.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_solaris.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_sparc.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_netbsd_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libbacktrace.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_markup.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_report.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_termination.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_thread_registry.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_type_traits.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_unwind_linux_libcdep.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_unwind_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win_dll_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win_dynamic_runtime_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win_weak_interception.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/checksum.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/common.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/crc32_hw.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/flags_parser.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/fuchsia.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/report.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/secondary.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/string_utils.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c_bionic.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_cpp.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/stats/stats.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/stats/stats_client.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/func_entry_exit.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/mini_bench_local.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/mini_bench_shared.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/mop.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/start_many_threads.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/vts_many_threads_bench.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/dd/dd_interceptors.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/dd/dd_rtl.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/go/tsan_go.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_clock.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_debugging.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_external.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_fd.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_ignoreset.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interceptors_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_ann.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_atomic.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_java.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_libdispatch.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_malloc_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_md5.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mman.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mutex.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mutexset.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_new_delete.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_linux.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_mac.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_posix.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform_windows.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_preinit.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_report.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_mutex.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_proc.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_report.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl_thread.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_stack_trace.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_stat.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_suppressions.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_symbolize.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_sync.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_diag.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_diag_standalone.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_handlers.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_handlers_cxx.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_init.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_init_standalone.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_init_standalone_preinit.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_monitor.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_signals_standalone.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_type_hash.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_type_hash_itanium.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_type_hash_win.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_value.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_win_dll_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_win_dynamic_runtime_thunk.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_win_weak_interception.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ubsan_minimal_handlers.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_AArch64.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_arm.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_basic_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_basic_logging.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_buffer_queue.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_fdr_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_fdr_logging.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_init.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_interface.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_log_interface.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_mips.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_mips64.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_powerpc64.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_profile_collector.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_profiling.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_profiling_flags.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_trampoline_powerpc64.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_utils.cc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/xray/xray_x86_64.cc
Modified:
  projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/dfsan_interface.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/tsan_interface_atomic.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_descriptions.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_errors.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_fake_stack.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_flags.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_interceptors_memintrinsics.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_internal.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_scariness_score.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_stack.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_suppressions.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_thread.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/adddf3.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/addsf3.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/addtf3.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/atomic.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/clear_cache.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/divtf3.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/emutls.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/extenddftf2.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/extendsftf2.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fixunsxfdi.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fixunsxfsi.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fixxfdi.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fp_add_impl.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fp_lib.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/fp_trunc_impl.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/subdf3.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/subsf3.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/subtf3.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/builtins/udivmoddi4.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerBuiltinsMsvc.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerDefs.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerExtFunctions.def
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerFlags.def
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerInternal.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerMerge.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerOptions.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerTracePC.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtil.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/fuzzer/FuzzerUtilWindows.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/backtrace.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/backtrace_linux_libc.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/backtrace_sanitizer_common.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/options.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/gwp_asan/options.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_allocator.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_allocator.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_flags.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_interceptors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_interface_internal.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_linux.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_new_delete.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_report.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/hwasan/hwasan_tag_mismatch_aarch64.S
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/interception/interception.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/lsan/lsan_common.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/msan/msan.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/profile/InstrProfiling.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingFile.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingPlatformFuchsia.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/profile/InstrProfilingUtil.c
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_allocator_checks.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_asm.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_atomic_msvc.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_interface.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_common_syscalls.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_getauxval.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_interceptors_ioctl_netbsd.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_internal_defs.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_malloc_mac.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_freebsd.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_solaris.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_posix.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_procmaps.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_suppressions.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_vector.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_win_defs.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/global_symbols.txt
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/scudo_allocator_secondary.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/scudo_errors.cpp
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/allocator_config.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/chunk.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/combined.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/internal_defs.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/linux.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/list.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/local_cache.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/mutex.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/primary32.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/primary64.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/quarantine.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/secondary.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/size_class_map.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/stats.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/string_utils.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/tsd_exclusive.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/tsd_shared.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/scudo/standalone/wrappers_c.inc
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_dispatch_defs.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_inl.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_interface_java.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_mman.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_platform.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_rtl.h
  projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/ubsan/ubsan_checks.inc
Directory Properties:
  projects/clang1000-import/contrib/llvm-project/compiler-rt/   (props changed)

Modified: projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/dfsan_interface.h
==============================================================================
--- projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/dfsan_interface.h	Wed Jan 22 21:31:48 2020	(r356998)
+++ projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/dfsan_interface.h	Wed Jan 22 22:01:43 2020	(r356999)
@@ -112,7 +112,7 @@ void dfsan_weak_hook_strncmp(void *caller_pc, const ch
 }  // extern "C"
 
 template <typename T>
-void dfsan_set_label(dfsan_label label, T &data) {  // NOLINT
+void dfsan_set_label(dfsan_label label, T &data) { // NOLINT
   dfsan_set_label(label, (void *)&data, sizeof(T));
 }
 

Modified: projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/tsan_interface_atomic.h
==============================================================================
--- projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/tsan_interface_atomic.h	Wed Jan 22 21:31:48 2020	(r356998)
+++ projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/tsan_interface_atomic.h	Wed Jan 22 22:01:43 2020	(r356999)
@@ -17,10 +17,10 @@
 extern "C" {
 #endif
 
-typedef char     __tsan_atomic8;
-typedef short    __tsan_atomic16;  // NOLINT
-typedef int      __tsan_atomic32;
-typedef long     __tsan_atomic64;  // NOLINT
+typedef char __tsan_atomic8;
+typedef short __tsan_atomic16;
+typedef int __tsan_atomic32;
+typedef long __tsan_atomic64;
 #if defined(__SIZEOF_INT128__) \
     || (__clang_major__ * 100 + __clang_minor__ >= 302)
 __extension__ typedef __int128 __tsan_atomic128;

Copied: projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/ubsan_interface.h (from r356998, vendor/compiler-rt/dist/include/sanitizer/ubsan_interface.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/clang1000-import/contrib/llvm-project/compiler-rt/include/sanitizer/ubsan_interface.h	Wed Jan 22 22:01:43 2020	(r356999, copy of r356998, vendor/compiler-rt/dist/include/sanitizer/ubsan_interface.h)
@@ -0,0 +1,32 @@
+//===-- sanitizer/ubsan_interface.h -----------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file is a part of UBSanitizer (UBSan).
+//
+// Public interface header.
+//===----------------------------------------------------------------------===//
+#ifndef SANITIZER_UBSAN_INTERFACE_H
+#define SANITIZER_UBSAN_INTERFACE_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+/// User-provided default option settings.
+///
+/// You can provide your own implementation of this function to return a string
+/// containing UBSan runtime options (for example,
+/// <c>verbosity=1:halt_on_error=0</c>).
+///
+/// \returns Default options string.
+const char* __ubsan_default_options(void);
+
+#ifdef __cplusplus
+}  // extern "C"
+#endif
+
+#endif  // SANITIZER_UBSAN_INTERFACE_H

Copied: projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_activation.cpp (from r356998, vendor/compiler-rt/dist/lib/asan/asan_activation.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_activation.cpp	Wed Jan 22 22:01:43 2020	(r356999, copy of r356998, vendor/compiler-rt/dist/lib/asan/asan_activation.cpp)
@@ -0,0 +1,143 @@
+//===-- asan_activation.cpp -------------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file is a part of AddressSanitizer, an address sanity checker.
+//
+// ASan activation/deactivation logic.
+//===----------------------------------------------------------------------===//
+
+#include "asan_activation.h"
+#include "asan_allocator.h"
+#include "asan_flags.h"
+#include "asan_internal.h"
+#include "asan_mapping.h"
+#include "asan_poisoning.h"
+#include "asan_stack.h"
+#include "sanitizer_common/sanitizer_common.h"
+#include "sanitizer_common/sanitizer_flags.h"
+
+namespace __asan {
+
+static struct AsanDeactivatedFlags {
+  AllocatorOptions allocator_options;
+  int malloc_context_size;
+  bool poison_heap;
+  bool coverage;
+  const char *coverage_dir;
+
+  void RegisterActivationFlags(FlagParser *parser, Flags *f, CommonFlags *cf) {
+#define ASAN_ACTIVATION_FLAG(Type, Name) \
+  RegisterFlag(parser, #Name, "", &f->Name);
+#define COMMON_ACTIVATION_FLAG(Type, Name) \
+  RegisterFlag(parser, #Name, "", &cf->Name);
+#include "asan_activation_flags.inc"
+#undef ASAN_ACTIVATION_FLAG
+#undef COMMON_ACTIVATION_FLAG
+
+    RegisterIncludeFlags(parser, cf);
+  }
+
+  void OverrideFromActivationFlags() {
+    Flags f;
+    CommonFlags cf;
+    FlagParser parser;
+    RegisterActivationFlags(&parser, &f, &cf);
+
+    cf.SetDefaults();
+    // Copy the current activation flags.
+    allocator_options.CopyTo(&f, &cf);
+    cf.malloc_context_size = malloc_context_size;
+    f.poison_heap = poison_heap;
+    cf.coverage = coverage;
+    cf.coverage_dir = coverage_dir;
+    cf.verbosity = Verbosity();
+    cf.help = false; // this is activation-specific help
+
+    // Check if activation flags need to be overriden.
+    if (const char *env = GetEnv("ASAN_ACTIVATION_OPTIONS")) {
+      parser.ParseString(env);
+    }
+
+    InitializeCommonFlags(&cf);
+
+    if (Verbosity()) ReportUnrecognizedFlags();
+
+    if (cf.help) parser.PrintFlagDescriptions();
+
+    allocator_options.SetFrom(&f, &cf);
+    malloc_context_size = cf.malloc_context_size;
+    poison_heap = f.poison_heap;
+    coverage = cf.coverage;
+    coverage_dir = cf.coverage_dir;
+  }
+
+  void Print() {
+    Report(
+        "quarantine_size_mb %d, thread_local_quarantine_size_kb %d, "
+        "max_redzone %d, poison_heap %d, malloc_context_size %d, "
+        "alloc_dealloc_mismatch %d, allocator_may_return_null %d, coverage %d, "
+        "coverage_dir %s, allocator_release_to_os_interval_ms %d\n",
+        allocator_options.quarantine_size_mb,
+        allocator_options.thread_local_quarantine_size_kb,
+        allocator_options.max_redzone, poison_heap, malloc_context_size,
+        allocator_options.alloc_dealloc_mismatch,
+        allocator_options.may_return_null, coverage, coverage_dir,
+        allocator_options.release_to_os_interval_ms);
+  }
+} asan_deactivated_flags;
+
+static bool asan_is_deactivated;
+
+void AsanDeactivate() {
+  CHECK(!asan_is_deactivated);
+  VReport(1, "Deactivating ASan\n");
+
+  // Stash runtime state.
+  GetAllocatorOptions(&asan_deactivated_flags.allocator_options);
+  asan_deactivated_flags.malloc_context_size = GetMallocContextSize();
+  asan_deactivated_flags.poison_heap = CanPoisonMemory();
+  asan_deactivated_flags.coverage = common_flags()->coverage;
+  asan_deactivated_flags.coverage_dir = common_flags()->coverage_dir;
+
+  // Deactivate the runtime.
+  SetCanPoisonMemory(false);
+  SetMallocContextSize(1);
+
+  AllocatorOptions disabled = asan_deactivated_flags.allocator_options;
+  disabled.quarantine_size_mb = 0;
+  disabled.thread_local_quarantine_size_kb = 0;
+  // Redzone must be at least Max(16, granularity) bytes long.
+  disabled.min_redzone = Max(16, (int)SHADOW_GRANULARITY);
+  disabled.max_redzone = disabled.min_redzone;
+  disabled.alloc_dealloc_mismatch = false;
+  disabled.may_return_null = true;
+  ReInitializeAllocator(disabled);
+
+  asan_is_deactivated = true;
+}
+
+void AsanActivate() {
+  if (!asan_is_deactivated) return;
+  VReport(1, "Activating ASan\n");
+
+  UpdateProcessName();
+
+  asan_deactivated_flags.OverrideFromActivationFlags();
+
+  SetCanPoisonMemory(asan_deactivated_flags.poison_heap);
+  SetMallocContextSize(asan_deactivated_flags.malloc_context_size);
+  ReInitializeAllocator(asan_deactivated_flags.allocator_options);
+
+  asan_is_deactivated = false;
+  if (Verbosity()) {
+    Report("Activated with flags:\n");
+    asan_deactivated_flags.Print();
+  }
+}
+
+}  // namespace __asan

Copied: projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.cpp (from r356998, vendor/compiler-rt/dist/lib/asan/asan_allocator.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ projects/clang1000-import/contrib/llvm-project/compiler-rt/lib/asan/asan_allocator.cpp	Wed Jan 22 22:01:43 2020	(r356999, copy of r356998, vendor/compiler-rt/dist/lib/asan/asan_allocator.cpp)
@@ -0,0 +1,1119 @@
+//===-- asan_allocator.cpp ------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file is a part of AddressSanitizer, an address sanity checker.
+//
+// Implementation of ASan's memory allocator, 2-nd version.
+// This variant uses the allocator from sanitizer_common, i.e. the one shared
+// with ThreadSanitizer and MemorySanitizer.
+//
+//===----------------------------------------------------------------------===//
+
+#include "asan_allocator.h"
+#include "asan_mapping.h"
+#include "asan_poisoning.h"
+#include "asan_report.h"
+#include "asan_stack.h"
+#include "asan_thread.h"
+#include "sanitizer_common/sanitizer_allocator_checks.h"
+#include "sanitizer_common/sanitizer_allocator_interface.h"
+#include "sanitizer_common/sanitizer_errno.h"
+#include "sanitizer_common/sanitizer_flags.h"
+#include "sanitizer_common/sanitizer_internal_defs.h"
+#include "sanitizer_common/sanitizer_list.h"
+#include "sanitizer_common/sanitizer_stackdepot.h"
+#include "sanitizer_common/sanitizer_quarantine.h"
+#include "lsan/lsan_common.h"
+
+namespace __asan {
+
+// Valid redzone sizes are 16, 32, 64, ... 2048, so we encode them in 3 bits.
+// We use adaptive redzones: for larger allocation larger redzones are used.
+static u32 RZLog2Size(u32 rz_log) {
+  CHECK_LT(rz_log, 8);
+  return 16 << rz_log;
+}
+
+static u32 RZSize2Log(u32 rz_size) {
+  CHECK_GE(rz_size, 16);
+  CHECK_LE(rz_size, 2048);
+  CHECK(IsPowerOfTwo(rz_size));
+  u32 res = Log2(rz_size) - 4;
+  CHECK_EQ(rz_size, RZLog2Size(res));
+  return res;
+}
+
+static AsanAllocator &get_allocator();
+
+// The memory chunk allocated from the underlying allocator looks like this:
+// L L L L L L H H U U U U U U R R
+//   L -- left redzone words (0 or more bytes)
+//   H -- ChunkHeader (16 bytes), which is also a part of the left redzone.
+//   U -- user memory.
+//   R -- right redzone (0 or more bytes)
+// ChunkBase consists of ChunkHeader and other bytes that overlap with user
+// memory.
+
+// If the left redzone is greater than the ChunkHeader size we store a magic
+// value in the first uptr word of the memory block and store the address of
+// ChunkBase in the next uptr.
+// M B L L L L L L L L L  H H U U U U U U
+//   |                    ^
+//   ---------------------|
+//   M -- magic value kAllocBegMagic
+//   B -- address of ChunkHeader pointing to the first 'H'
+static const uptr kAllocBegMagic = 0xCC6E96B9;
+
+struct ChunkHeader {
+  // 1-st 8 bytes.
+  u32 chunk_state       : 8;  // Must be first.
+  u32 alloc_tid         : 24;
+
+  u32 free_tid          : 24;
+  u32 from_memalign     : 1;
+  u32 alloc_type        : 2;
+  u32 rz_log            : 3;
+  u32 lsan_tag          : 2;
+  // 2-nd 8 bytes
+  // This field is used for small sizes. For large sizes it is equal to
+  // SizeClassMap::kMaxSize and the actual size is stored in the
+  // SecondaryAllocator's metadata.
+  u32 user_requested_size : 29;
+  // align < 8 -> 0
+  // else      -> log2(min(align, 512)) - 2
+  u32 user_requested_alignment_log : 3;
+  u32 alloc_context_id;
+};
+
+struct ChunkBase : ChunkHeader {
+  // Header2, intersects with user memory.
+  u32 free_context_id;
+};
+
+static const uptr kChunkHeaderSize = sizeof(ChunkHeader);
+static const uptr kChunkHeader2Size = sizeof(ChunkBase) - kChunkHeaderSize;
+COMPILER_CHECK(kChunkHeaderSize == 16);
+COMPILER_CHECK(kChunkHeader2Size <= 16);
+
+// Every chunk of memory allocated by this allocator can be in one of 3 states:
+// CHUNK_AVAILABLE: the chunk is in the free list and ready to be allocated.
+// CHUNK_ALLOCATED: the chunk is allocated and not yet freed.
+// CHUNK_QUARANTINE: the chunk was freed and put into quarantine zone.
+enum {
+  CHUNK_AVAILABLE  = 0,  // 0 is the default value even if we didn't set it.
+  CHUNK_ALLOCATED  = 2,
+  CHUNK_QUARANTINE = 3
+};
+
+struct AsanChunk: ChunkBase {
+  uptr Beg() { return reinterpret_cast<uptr>(this) + kChunkHeaderSize; }
+  uptr UsedSize(bool locked_version = false) {
+    if (user_requested_size != SizeClassMap::kMaxSize)
+      return user_requested_size;
+    return *reinterpret_cast<uptr *>(
+               get_allocator().GetMetaData(AllocBeg(locked_version)));
+  }
+  void *AllocBeg(bool locked_version = false) {
+    if (from_memalign) {
+      if (locked_version)
+        return get_allocator().GetBlockBeginFastLocked(
+            reinterpret_cast<void *>(this));
+      return get_allocator().GetBlockBegin(reinterpret_cast<void *>(this));
+    }
+    return reinterpret_cast<void*>(Beg() - RZLog2Size(rz_log));
+  }
+  bool AddrIsInside(uptr addr, bool locked_version = false) {
+    return (addr >= Beg()) && (addr < Beg() + UsedSize(locked_version));
+  }
+};
+
+struct QuarantineCallback {
+  QuarantineCallback(AllocatorCache *cache, BufferedStackTrace *stack)
+      : cache_(cache),
+        stack_(stack) {
+  }
+
+  void Recycle(AsanChunk *m) {
+    CHECK_EQ(m->chunk_state, CHUNK_QUARANTINE);
+    atomic_store((atomic_uint8_t*)m, CHUNK_AVAILABLE, memory_order_relaxed);
+    CHECK_NE(m->alloc_tid, kInvalidTid);
+    CHECK_NE(m->free_tid, kInvalidTid);
+    PoisonShadow(m->Beg(),
+                 RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY),
+                 kAsanHeapLeftRedzoneMagic);
+    void *p = reinterpret_cast<void *>(m->AllocBeg());
+    if (p != m) {
+      uptr *alloc_magic = reinterpret_cast<uptr *>(p);
+      CHECK_EQ(alloc_magic[0], kAllocBegMagic);
+      // Clear the magic value, as allocator internals may overwrite the
+      // contents of deallocated chunk, confusing GetAsanChunk lookup.
+      alloc_magic[0] = 0;
+      CHECK_EQ(alloc_magic[1], reinterpret_cast<uptr>(m));
+    }
+
+    // Statistics.
+    AsanStats &thread_stats = GetCurrentThreadStats();
+    thread_stats.real_frees++;
+    thread_stats.really_freed += m->UsedSize();
+
+    get_allocator().Deallocate(cache_, p);
+  }
+
+  void *Allocate(uptr size) {
+    void *res = get_allocator().Allocate(cache_, size, 1);
+    // TODO(alekseys): Consider making quarantine OOM-friendly.
+    if (UNLIKELY(!res))
+      ReportOutOfMemory(size, stack_);
+    return res;
+  }
+
+  void Deallocate(void *p) {
+    get_allocator().Deallocate(cache_, p);
+  }
+
+ private:
+  AllocatorCache* const cache_;
+  BufferedStackTrace* const stack_;
+};
+
+typedef Quarantine<QuarantineCallback, AsanChunk> AsanQuarantine;
+typedef AsanQuarantine::Cache QuarantineCache;
+
+void AsanMapUnmapCallback::OnMap(uptr p, uptr size) const {
+  PoisonShadow(p, size, kAsanHeapLeftRedzoneMagic);
+  // Statistics.
+  AsanStats &thread_stats = GetCurrentThreadStats();
+  thread_stats.mmaps++;
+  thread_stats.mmaped += size;
+}
+void AsanMapUnmapCallback::OnUnmap(uptr p, uptr size) const {
+  PoisonShadow(p, size, 0);
+  // We are about to unmap a chunk of user memory.
+  // Mark the corresponding shadow memory as not needed.
+  FlushUnneededASanShadowMemory(p, size);
+  // Statistics.
+  AsanStats &thread_stats = GetCurrentThreadStats();
+  thread_stats.munmaps++;
+  thread_stats.munmaped += size;
+}
+
+// We can not use THREADLOCAL because it is not supported on some of the
+// platforms we care about (OSX 10.6, Android).
+// static THREADLOCAL AllocatorCache cache;
+AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
+  CHECK(ms);
+  return &ms->allocator_cache;
+}
+
+QuarantineCache *GetQuarantineCache(AsanThreadLocalMallocStorage *ms) {
+  CHECK(ms);
+  CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache));
+  return reinterpret_cast<QuarantineCache *>(ms->quarantine_cache);
+}
+
+void AllocatorOptions::SetFrom(const Flags *f, const CommonFlags *cf) {
+  quarantine_size_mb = f->quarantine_size_mb;
+  thread_local_quarantine_size_kb = f->thread_local_quarantine_size_kb;
+  min_redzone = f->redzone;
+  max_redzone = f->max_redzone;
+  may_return_null = cf->allocator_may_return_null;
+  alloc_dealloc_mismatch = f->alloc_dealloc_mismatch;
+  release_to_os_interval_ms = cf->allocator_release_to_os_interval_ms;
+}
+
+void AllocatorOptions::CopyTo(Flags *f, CommonFlags *cf) {
+  f->quarantine_size_mb = quarantine_size_mb;
+  f->thread_local_quarantine_size_kb = thread_local_quarantine_size_kb;
+  f->redzone = min_redzone;
+  f->max_redzone = max_redzone;
+  cf->allocator_may_return_null = may_return_null;
+  f->alloc_dealloc_mismatch = alloc_dealloc_mismatch;
+  cf->allocator_release_to_os_interval_ms = release_to_os_interval_ms;
+}
+
+struct Allocator {
+  static const uptr kMaxAllowedMallocSize =
+      FIRST_32_SECOND_64(3UL << 30, 1ULL << 40);
+
+  AsanAllocator allocator;
+  AsanQuarantine quarantine;
+  StaticSpinMutex fallback_mutex;
+  AllocatorCache fallback_allocator_cache;
+  QuarantineCache fallback_quarantine_cache;
+
+  atomic_uint8_t rss_limit_exceeded;
+
+  // ------------------- Options --------------------------
+  atomic_uint16_t min_redzone;
+  atomic_uint16_t max_redzone;
+  atomic_uint8_t alloc_dealloc_mismatch;
+
+  // ------------------- Initialization ------------------------
+  explicit Allocator(LinkerInitialized)
+      : quarantine(LINKER_INITIALIZED),
+        fallback_quarantine_cache(LINKER_INITIALIZED) {}
+
+  void CheckOptions(const AllocatorOptions &options) const {
+    CHECK_GE(options.min_redzone, 16);
+    CHECK_GE(options.max_redzone, options.min_redzone);
+    CHECK_LE(options.max_redzone, 2048);
+    CHECK(IsPowerOfTwo(options.min_redzone));
+    CHECK(IsPowerOfTwo(options.max_redzone));
+  }
+
+  void SharedInitCode(const AllocatorOptions &options) {
+    CheckOptions(options);
+    quarantine.Init((uptr)options.quarantine_size_mb << 20,
+                    (uptr)options.thread_local_quarantine_size_kb << 10);
+    atomic_store(&alloc_dealloc_mismatch, options.alloc_dealloc_mismatch,
+                 memory_order_release);
+    atomic_store(&min_redzone, options.min_redzone, memory_order_release);
+    atomic_store(&max_redzone, options.max_redzone, memory_order_release);
+  }
+
+  void InitLinkerInitialized(const AllocatorOptions &options) {
+    SetAllocatorMayReturnNull(options.may_return_null);
+    allocator.InitLinkerInitialized(options.release_to_os_interval_ms);
+    SharedInitCode(options);
+  }
+
+  bool RssLimitExceeded() {
+    return atomic_load(&rss_limit_exceeded, memory_order_relaxed);
+  }
+
+  void SetRssLimitExceeded(bool limit_exceeded) {
+    atomic_store(&rss_limit_exceeded, limit_exceeded, memory_order_relaxed);
+  }
+
+  void RePoisonChunk(uptr chunk) {
+    // This could be a user-facing chunk (with redzones), or some internal
+    // housekeeping chunk, like TransferBatch. Start by assuming the former.
+    AsanChunk *ac = GetAsanChunk((void *)chunk);
+    uptr allocated_size = allocator.GetActuallyAllocatedSize((void *)ac);
+    uptr beg = ac->Beg();
+    uptr end = ac->Beg() + ac->UsedSize(true);
+    uptr chunk_end = chunk + allocated_size;
+    if (chunk < beg && beg < end && end <= chunk_end &&
+        ac->chunk_state == CHUNK_ALLOCATED) {
+      // Looks like a valid AsanChunk in use, poison redzones only.
+      PoisonShadow(chunk, beg - chunk, kAsanHeapLeftRedzoneMagic);
+      uptr end_aligned_down = RoundDownTo(end, SHADOW_GRANULARITY);
+      FastPoisonShadowPartialRightRedzone(
+          end_aligned_down, end - end_aligned_down,
+          chunk_end - end_aligned_down, kAsanHeapLeftRedzoneMagic);
+    } else {
+      // This is either not an AsanChunk or freed or quarantined AsanChunk.
+      // In either case, poison everything.
+      PoisonShadow(chunk, allocated_size, kAsanHeapLeftRedzoneMagic);
+    }
+  }
+
+  void ReInitialize(const AllocatorOptions &options) {
+    SetAllocatorMayReturnNull(options.may_return_null);
+    allocator.SetReleaseToOSIntervalMs(options.release_to_os_interval_ms);
+    SharedInitCode(options);
+
+    // Poison all existing allocation's redzones.
+    if (CanPoisonMemory()) {
+      allocator.ForceLock();
+      allocator.ForEachChunk(
+          [](uptr chunk, void *alloc) {
+            ((Allocator *)alloc)->RePoisonChunk(chunk);
+          },
+          this);
+      allocator.ForceUnlock();
+    }
+  }
+
+  void GetOptions(AllocatorOptions *options) const {
+    options->quarantine_size_mb = quarantine.GetSize() >> 20;
+    options->thread_local_quarantine_size_kb = quarantine.GetCacheSize() >> 10;
+    options->min_redzone = atomic_load(&min_redzone, memory_order_acquire);
+    options->max_redzone = atomic_load(&max_redzone, memory_order_acquire);
+    options->may_return_null = AllocatorMayReturnNull();
+    options->alloc_dealloc_mismatch =
+        atomic_load(&alloc_dealloc_mismatch, memory_order_acquire);
+    options->release_to_os_interval_ms = allocator.ReleaseToOSIntervalMs();
+  }
+
+  // -------------------- Helper methods. -------------------------
+  uptr ComputeRZLog(uptr user_requested_size) {
+    u32 rz_log =
+      user_requested_size <= 64        - 16   ? 0 :
+      user_requested_size <= 128       - 32   ? 1 :
+      user_requested_size <= 512       - 64   ? 2 :
+      user_requested_size <= 4096      - 128  ? 3 :
+      user_requested_size <= (1 << 14) - 256  ? 4 :
+      user_requested_size <= (1 << 15) - 512  ? 5 :
+      user_requested_size <= (1 << 16) - 1024 ? 6 : 7;
+    u32 min_rz = atomic_load(&min_redzone, memory_order_acquire);
+    u32 max_rz = atomic_load(&max_redzone, memory_order_acquire);
+    return Min(Max(rz_log, RZSize2Log(min_rz)), RZSize2Log(max_rz));
+  }
+
+  static uptr ComputeUserRequestedAlignmentLog(uptr user_requested_alignment) {
+    if (user_requested_alignment < 8)
+      return 0;
+    if (user_requested_alignment > 512)
+      user_requested_alignment = 512;
+    return Log2(user_requested_alignment) - 2;
+  }
+
+  static uptr ComputeUserAlignment(uptr user_requested_alignment_log) {
+    if (user_requested_alignment_log == 0)
+      return 0;
+    return 1LL << (user_requested_alignment_log + 2);
+  }
+
+  // We have an address between two chunks, and we want to report just one.
+  AsanChunk *ChooseChunk(uptr addr, AsanChunk *left_chunk,
+                         AsanChunk *right_chunk) {
+    // Prefer an allocated chunk over freed chunk and freed chunk
+    // over available chunk.
+    if (left_chunk->chunk_state != right_chunk->chunk_state) {
+      if (left_chunk->chunk_state == CHUNK_ALLOCATED)
+        return left_chunk;
+      if (right_chunk->chunk_state == CHUNK_ALLOCATED)
+        return right_chunk;
+      if (left_chunk->chunk_state == CHUNK_QUARANTINE)
+        return left_chunk;
+      if (right_chunk->chunk_state == CHUNK_QUARANTINE)
+        return right_chunk;
+    }
+    // Same chunk_state: choose based on offset.
+    sptr l_offset = 0, r_offset = 0;
+    CHECK(AsanChunkView(left_chunk).AddrIsAtRight(addr, 1, &l_offset));
+    CHECK(AsanChunkView(right_chunk).AddrIsAtLeft(addr, 1, &r_offset));
+    if (l_offset < r_offset)
+      return left_chunk;
+    return right_chunk;
+  }
+
+  // -------------------- Allocation/Deallocation routines ---------------
+  void *Allocate(uptr size, uptr alignment, BufferedStackTrace *stack,
+                 AllocType alloc_type, bool can_fill) {
+    if (UNLIKELY(!asan_inited))
+      AsanInitFromRtl();
+    if (RssLimitExceeded()) {
+      if (AllocatorMayReturnNull())
+        return nullptr;
+      ReportRssLimitExceeded(stack);
+    }
+    Flags &fl = *flags();
+    CHECK(stack);
+    const uptr min_alignment = SHADOW_GRANULARITY;
+    const uptr user_requested_alignment_log =
+        ComputeUserRequestedAlignmentLog(alignment);
+    if (alignment < min_alignment)
+      alignment = min_alignment;
+    if (size == 0) {
+      // We'd be happy to avoid allocating memory for zero-size requests, but
+      // some programs/tests depend on this behavior and assume that malloc
+      // would not return NULL even for zero-size allocations. Moreover, it
+      // looks like operator new should never return NULL, and results of
+      // consecutive "new" calls must be different even if the allocated size
+      // is zero.
+      size = 1;
+    }
+    CHECK(IsPowerOfTwo(alignment));
+    uptr rz_log = ComputeRZLog(size);
+    uptr rz_size = RZLog2Size(rz_log);
+    uptr rounded_size = RoundUpTo(Max(size, kChunkHeader2Size), alignment);
+    uptr needed_size = rounded_size + rz_size;
+    if (alignment > min_alignment)
+      needed_size += alignment;
+    bool using_primary_allocator = true;
+    // If we are allocating from the secondary allocator, there will be no
+    // automatic right redzone, so add the right redzone manually.
+    if (!PrimaryAllocator::CanAllocate(needed_size, alignment)) {
+      needed_size += rz_size;
+      using_primary_allocator = false;
+    }
+    CHECK(IsAligned(needed_size, min_alignment));
+    if (size > kMaxAllowedMallocSize || needed_size > kMaxAllowedMallocSize) {
+      if (AllocatorMayReturnNull()) {
+        Report("WARNING: AddressSanitizer failed to allocate 0x%zx bytes\n",
+               (void*)size);
+        return nullptr;
+      }
+      ReportAllocationSizeTooBig(size, needed_size, kMaxAllowedMallocSize,
+                                 stack);
+    }
+
+    AsanThread *t = GetCurrentThread();
+    void *allocated;
+    if (t) {
+      AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
+      allocated = allocator.Allocate(cache, needed_size, 8);
+    } else {
+      SpinMutexLock l(&fallback_mutex);
+      AllocatorCache *cache = &fallback_allocator_cache;
+      allocated = allocator.Allocate(cache, needed_size, 8);
+    }
+    if (UNLIKELY(!allocated)) {
+      SetAllocatorOutOfMemory();
+      if (AllocatorMayReturnNull())
+        return nullptr;
+      ReportOutOfMemory(size, stack);
+    }
+
+    if (*(u8 *)MEM_TO_SHADOW((uptr)allocated) == 0 && CanPoisonMemory()) {
+      // Heap poisoning is enabled, but the allocator provides an unpoisoned
+      // chunk. This is possible if CanPoisonMemory() was false for some
+      // time, for example, due to flags()->start_disabled.
+      // Anyway, poison the block before using it for anything else.
+      uptr allocated_size = allocator.GetActuallyAllocatedSize(allocated);
+      PoisonShadow((uptr)allocated, allocated_size, kAsanHeapLeftRedzoneMagic);
+    }
+
+    uptr alloc_beg = reinterpret_cast<uptr>(allocated);
+    uptr alloc_end = alloc_beg + needed_size;
+    uptr beg_plus_redzone = alloc_beg + rz_size;
+    uptr user_beg = beg_plus_redzone;
+    if (!IsAligned(user_beg, alignment))
+      user_beg = RoundUpTo(user_beg, alignment);
+    uptr user_end = user_beg + size;
+    CHECK_LE(user_end, alloc_end);
+    uptr chunk_beg = user_beg - kChunkHeaderSize;
+    AsanChunk *m = reinterpret_cast<AsanChunk *>(chunk_beg);
+    m->alloc_type = alloc_type;
+    m->rz_log = rz_log;
+    u32 alloc_tid = t ? t->tid() : 0;
+    m->alloc_tid = alloc_tid;
+    CHECK_EQ(alloc_tid, m->alloc_tid);  // Does alloc_tid fit into the bitfield?
+    m->free_tid = kInvalidTid;
+    m->from_memalign = user_beg != beg_plus_redzone;
+    if (alloc_beg != chunk_beg) {
+      CHECK_LE(alloc_beg+ 2 * sizeof(uptr), chunk_beg);
+      reinterpret_cast<uptr *>(alloc_beg)[0] = kAllocBegMagic;
+      reinterpret_cast<uptr *>(alloc_beg)[1] = chunk_beg;
+    }
+    if (using_primary_allocator) {
+      CHECK(size);
+      m->user_requested_size = size;
+      CHECK(allocator.FromPrimary(allocated));
+    } else {
+      CHECK(!allocator.FromPrimary(allocated));
+      m->user_requested_size = SizeClassMap::kMaxSize;
+      uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(allocated));
+      meta[0] = size;
+      meta[1] = chunk_beg;
+    }
+    m->user_requested_alignment_log = user_requested_alignment_log;
+
+    m->alloc_context_id = StackDepotPut(*stack);
+
+    uptr size_rounded_down_to_granularity =
+        RoundDownTo(size, SHADOW_GRANULARITY);
+    // Unpoison the bulk of the memory region.
+    if (size_rounded_down_to_granularity)
+      PoisonShadow(user_beg, size_rounded_down_to_granularity, 0);
+    // Deal with the end of the region if size is not aligned to granularity.
+    if (size != size_rounded_down_to_granularity && CanPoisonMemory()) {
+      u8 *shadow =
+          (u8 *)MemToShadow(user_beg + size_rounded_down_to_granularity);
+      *shadow = fl.poison_partial ? (size & (SHADOW_GRANULARITY - 1)) : 0;
+    }
+
+    AsanStats &thread_stats = GetCurrentThreadStats();
+    thread_stats.mallocs++;
+    thread_stats.malloced += size;
+    thread_stats.malloced_redzones += needed_size - size;
+    if (needed_size > SizeClassMap::kMaxSize)
+      thread_stats.malloc_large++;
+    else
+      thread_stats.malloced_by_size[SizeClassMap::ClassID(needed_size)]++;
+
+    void *res = reinterpret_cast<void *>(user_beg);
+    if (can_fill && fl.max_malloc_fill_size) {
+      uptr fill_size = Min(size, (uptr)fl.max_malloc_fill_size);
+      REAL(memset)(res, fl.malloc_fill_byte, fill_size);
+    }
+#if CAN_SANITIZE_LEAKS
+    m->lsan_tag = __lsan::DisabledInThisThread() ? __lsan::kIgnored
+                                                 : __lsan::kDirectlyLeaked;
+#endif
+    // Must be the last mutation of metadata in this function.
+    atomic_store((atomic_uint8_t *)m, CHUNK_ALLOCATED, memory_order_release);
+    ASAN_MALLOC_HOOK(res, size);
+    return res;
+  }
+
+  // Set quarantine flag if chunk is allocated, issue ASan error report on
+  // available and quarantined chunks. Return true on success, false otherwise.
+  bool AtomicallySetQuarantineFlagIfAllocated(AsanChunk *m, void *ptr,
+                                   BufferedStackTrace *stack) {
+    u8 old_chunk_state = CHUNK_ALLOCATED;
+    // Flip the chunk_state atomically to avoid race on double-free.
+    if (!atomic_compare_exchange_strong((atomic_uint8_t *)m, &old_chunk_state,
+                                        CHUNK_QUARANTINE,
+                                        memory_order_acquire)) {
+      ReportInvalidFree(ptr, old_chunk_state, stack);
+      // It's not safe to push a chunk in quarantine on invalid free.
+      return false;
+    }
+    CHECK_EQ(CHUNK_ALLOCATED, old_chunk_state);
+    return true;
+  }
+
+  // Expects the chunk to already be marked as quarantined by using
+  // AtomicallySetQuarantineFlagIfAllocated.
+  void QuarantineChunk(AsanChunk *m, void *ptr, BufferedStackTrace *stack) {
+    CHECK_EQ(m->chunk_state, CHUNK_QUARANTINE);
+    CHECK_GE(m->alloc_tid, 0);
+    if (SANITIZER_WORDSIZE == 64)  // On 32-bits this resides in user area.
+      CHECK_EQ(m->free_tid, kInvalidTid);
+    AsanThread *t = GetCurrentThread();
+    m->free_tid = t ? t->tid() : 0;
+    m->free_context_id = StackDepotPut(*stack);
+
+    Flags &fl = *flags();
+    if (fl.max_free_fill_size > 0) {
+      // We have to skip the chunk header, it contains free_context_id.
+      uptr scribble_start = (uptr)m + kChunkHeaderSize + kChunkHeader2Size;
+      if (m->UsedSize() >= kChunkHeader2Size) {  // Skip Header2 in user area.
+        uptr size_to_fill = m->UsedSize() - kChunkHeader2Size;
+        size_to_fill = Min(size_to_fill, (uptr)fl.max_free_fill_size);
+        REAL(memset)((void *)scribble_start, fl.free_fill_byte, size_to_fill);
+      }
+    }
+
+    // Poison the region.
+    PoisonShadow(m->Beg(),
+                 RoundUpTo(m->UsedSize(), SHADOW_GRANULARITY),
+                 kAsanHeapFreeMagic);
+
+    AsanStats &thread_stats = GetCurrentThreadStats();
+    thread_stats.frees++;
+    thread_stats.freed += m->UsedSize();
+
+    // Push into quarantine.
+    if (t) {
+      AsanThreadLocalMallocStorage *ms = &t->malloc_storage();
+      AllocatorCache *ac = GetAllocatorCache(ms);
+      quarantine.Put(GetQuarantineCache(ms), QuarantineCallback(ac, stack), m,
+                     m->UsedSize());
+    } else {
+      SpinMutexLock l(&fallback_mutex);
+      AllocatorCache *ac = &fallback_allocator_cache;
+      quarantine.Put(&fallback_quarantine_cache, QuarantineCallback(ac, stack),
+                     m, m->UsedSize());
+    }
+  }
+
+  void Deallocate(void *ptr, uptr delete_size, uptr delete_alignment,
+                  BufferedStackTrace *stack, AllocType alloc_type) {
+    uptr p = reinterpret_cast<uptr>(ptr);
+    if (p == 0) return;
+
+    uptr chunk_beg = p - kChunkHeaderSize;
+    AsanChunk *m = reinterpret_cast<AsanChunk *>(chunk_beg);
+
+    // On Windows, uninstrumented DLLs may allocate memory before ASan hooks
+    // malloc. Don't report an invalid free in this case.
+    if (SANITIZER_WINDOWS &&
+        !get_allocator().PointerIsMine(ptr)) {
+      if (!IsSystemHeapAddress(p))
+        ReportFreeNotMalloced(p, stack);
+      return;
+    }
+
+    ASAN_FREE_HOOK(ptr);
+
+    // Must mark the chunk as quarantined before any changes to its metadata.
+    // Do not quarantine given chunk if we failed to set CHUNK_QUARANTINE flag.
+    if (!AtomicallySetQuarantineFlagIfAllocated(m, ptr, stack)) return;
+
+    if (m->alloc_type != alloc_type) {
+      if (atomic_load(&alloc_dealloc_mismatch, memory_order_acquire)) {
+        ReportAllocTypeMismatch((uptr)ptr, stack, (AllocType)m->alloc_type,
+                                (AllocType)alloc_type);
+      }
+    } else {
+      if (flags()->new_delete_type_mismatch &&
+          (alloc_type == FROM_NEW || alloc_type == FROM_NEW_BR) &&
+          ((delete_size && delete_size != m->UsedSize()) ||
+           ComputeUserRequestedAlignmentLog(delete_alignment) !=
+               m->user_requested_alignment_log)) {
+        ReportNewDeleteTypeMismatch(p, delete_size, delete_alignment, stack);
+      }
+    }
+
+    QuarantineChunk(m, ptr, stack);
+  }
+
+  void *Reallocate(void *old_ptr, uptr new_size, BufferedStackTrace *stack) {
+    CHECK(old_ptr && new_size);
+    uptr p = reinterpret_cast<uptr>(old_ptr);
+    uptr chunk_beg = p - kChunkHeaderSize;
+    AsanChunk *m = reinterpret_cast<AsanChunk *>(chunk_beg);
+
+    AsanStats &thread_stats = GetCurrentThreadStats();
+    thread_stats.reallocs++;
+    thread_stats.realloced += new_size;
+
+    void *new_ptr = Allocate(new_size, 8, stack, FROM_MALLOC, true);
+    if (new_ptr) {
+      u8 chunk_state = m->chunk_state;
+      if (chunk_state != CHUNK_ALLOCATED)
+        ReportInvalidFree(old_ptr, chunk_state, stack);
+      CHECK_NE(REAL(memcpy), nullptr);
+      uptr memcpy_size = Min(new_size, m->UsedSize());
+      // If realloc() races with free(), we may start copying freed memory.
+      // However, we will report racy double-free later anyway.
+      REAL(memcpy)(new_ptr, old_ptr, memcpy_size);
+      Deallocate(old_ptr, 0, 0, stack, FROM_MALLOC);
+    }
+    return new_ptr;
+  }
+
+  void *Calloc(uptr nmemb, uptr size, BufferedStackTrace *stack) {
+    if (UNLIKELY(CheckForCallocOverflow(size, nmemb))) {
+      if (AllocatorMayReturnNull())
+        return nullptr;
+      ReportCallocOverflow(nmemb, size, stack);
+    }
+    void *ptr = Allocate(nmemb * size, 8, stack, FROM_MALLOC, false);
+    // If the memory comes from the secondary allocator no need to clear it
+    // as it comes directly from mmap.
+    if (ptr && allocator.FromPrimary(ptr))
+      REAL(memset)(ptr, 0, nmemb * size);
+    return ptr;
+  }
+
+  void ReportInvalidFree(void *ptr, u8 chunk_state, BufferedStackTrace *stack) {
+    if (chunk_state == CHUNK_QUARANTINE)
+      ReportDoubleFree((uptr)ptr, stack);
+    else
+      ReportFreeNotMalloced((uptr)ptr, stack);
+  }
+
+  void CommitBack(AsanThreadLocalMallocStorage *ms, BufferedStackTrace *stack) {
+    AllocatorCache *ac = GetAllocatorCache(ms);
+    quarantine.Drain(GetQuarantineCache(ms), QuarantineCallback(ac, stack));
+    allocator.SwallowCache(ac);
+  }
+
+  // -------------------------- Chunk lookup ----------------------
+
+  // Assumes alloc_beg == allocator.GetBlockBegin(alloc_beg).
+  AsanChunk *GetAsanChunk(void *alloc_beg) {
+    if (!alloc_beg) return nullptr;
+    if (!allocator.FromPrimary(alloc_beg)) {
+      uptr *meta = reinterpret_cast<uptr *>(allocator.GetMetaData(alloc_beg));
+      AsanChunk *m = reinterpret_cast<AsanChunk *>(meta[1]);
+      return m;
+    }
+    uptr *alloc_magic = reinterpret_cast<uptr *>(alloc_beg);
+    if (alloc_magic[0] == kAllocBegMagic)
+      return reinterpret_cast<AsanChunk *>(alloc_magic[1]);
+    return reinterpret_cast<AsanChunk *>(alloc_beg);
+  }
+
+  AsanChunk *GetAsanChunkByAddr(uptr p) {
+    void *alloc_beg = allocator.GetBlockBegin(reinterpret_cast<void *>(p));
+    return GetAsanChunk(alloc_beg);
+  }
+
+  // Allocator must be locked when this function is called.
+  AsanChunk *GetAsanChunkByAddrFastLocked(uptr p) {
+    void *alloc_beg =
+        allocator.GetBlockBeginFastLocked(reinterpret_cast<void *>(p));
+    return GetAsanChunk(alloc_beg);
+  }
+
+  uptr AllocationSize(uptr p) {
+    AsanChunk *m = GetAsanChunkByAddr(p);
+    if (!m) return 0;
+    if (m->chunk_state != CHUNK_ALLOCATED) return 0;
+    if (m->Beg() != p) return 0;
+    return m->UsedSize();
+  }
+
+  AsanChunkView FindHeapChunkByAddress(uptr addr) {
+    AsanChunk *m1 = GetAsanChunkByAddr(addr);
+    if (!m1) return AsanChunkView(m1);
+    sptr offset = 0;
+    if (AsanChunkView(m1).AddrIsAtLeft(addr, 1, &offset)) {
+      // The address is in the chunk's left redzone, so maybe it is actually
+      // a right buffer overflow from the other chunk to the left.
+      // Search a bit to the left to see if there is another chunk.
+      AsanChunk *m2 = nullptr;
+      for (uptr l = 1; l < GetPageSizeCached(); l++) {
+        m2 = GetAsanChunkByAddr(addr - l);
+        if (m2 == m1) continue;  // Still the same chunk.
+        break;
+      }
+      if (m2 && AsanChunkView(m2).AddrIsAtRight(addr, 1, &offset))
+        m1 = ChooseChunk(addr, m2, m1);
+    }
+    return AsanChunkView(m1);
+  }
+
+  void Purge(BufferedStackTrace *stack) {
+    AsanThread *t = GetCurrentThread();
+    if (t) {
+      AsanThreadLocalMallocStorage *ms = &t->malloc_storage();
+      quarantine.DrainAndRecycle(GetQuarantineCache(ms),
+                                 QuarantineCallback(GetAllocatorCache(ms),
+                                                    stack));
+    }
+    {
+      SpinMutexLock l(&fallback_mutex);
+      quarantine.DrainAndRecycle(&fallback_quarantine_cache,
+                                 QuarantineCallback(&fallback_allocator_cache,
+                                                    stack));
+    }
+
+    allocator.ForceReleaseToOS();
+  }
+
+  void PrintStats() {
+    allocator.PrintStats();
+    quarantine.PrintStats();
+  }
+
+  void ForceLock() {
+    allocator.ForceLock();
+    fallback_mutex.Lock();
+  }
+
+  void ForceUnlock() {
+    fallback_mutex.Unlock();
+    allocator.ForceUnlock();

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-src-projects mailing list