[all-commits] [llvm/llvm-project] b55ab9: [tsan] Remove rtl-old

Vitaly Buka via All-commits all-commits at lists.llvm.org
Wed Jan 11 18:18:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b55ab96ec84eab33964f027b775e5ee47cd4bb5f
      https://github.com/llvm/llvm-project/commit/b55ab96ec84eab33964f027b775e5ee47cd4bb5f
  Author: Vitaly Buka <vitalybuka at google.com>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M compiler-rt/lib/tsan/CMakeLists.txt
    R compiler-rt/lib/tsan/rtl-old/CMakeLists.txt
    R compiler-rt/lib/tsan/rtl-old/tsan.syms.extra
    R compiler-rt/lib/tsan/rtl-old/tsan_clock.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_clock.h
    R compiler-rt/lib/tsan/rtl-old/tsan_debugging.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_defs.h
    R compiler-rt/lib/tsan/rtl-old/tsan_dense_alloc.h
    R compiler-rt/lib/tsan/rtl-old/tsan_dispatch_defs.h
    R compiler-rt/lib/tsan/rtl-old/tsan_external.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_fd.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_fd.h
    R compiler-rt/lib/tsan/rtl-old/tsan_flags.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_flags.h
    R compiler-rt/lib/tsan/rtl-old/tsan_flags.inc
    R compiler-rt/lib/tsan/rtl-old/tsan_ignoreset.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_ignoreset.h
    R compiler-rt/lib/tsan/rtl-old/tsan_ilist.h
    R compiler-rt/lib/tsan/rtl-old/tsan_interceptors.h
    R compiler-rt/lib/tsan/rtl-old/tsan_interceptors_libdispatch.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interceptors_mac.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interceptors_mach_vm.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interceptors_posix.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interface.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interface.h
    R compiler-rt/lib/tsan/rtl-old/tsan_interface.inc
    R compiler-rt/lib/tsan/rtl-old/tsan_interface_ann.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interface_ann.h
    R compiler-rt/lib/tsan/rtl-old/tsan_interface_atomic.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interface_java.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_interface_java.h
    R compiler-rt/lib/tsan/rtl-old/tsan_malloc_mac.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_md5.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_mman.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_mman.h
    R compiler-rt/lib/tsan/rtl-old/tsan_mutexset.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_mutexset.h
    R compiler-rt/lib/tsan/rtl-old/tsan_new_delete.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_platform.h
    R compiler-rt/lib/tsan/rtl-old/tsan_platform_linux.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_platform_mac.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_platform_posix.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_platform_windows.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_ppc_regs.h
    R compiler-rt/lib/tsan/rtl-old/tsan_preinit.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_report.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_report.h
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl.h
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_aarch64.S
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_access.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_amd64.S
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_mips64.S
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_mutex.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_ppc64.S
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_proc.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_report.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_s390x.S
    R compiler-rt/lib/tsan/rtl-old/tsan_rtl_thread.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_shadow.h
    R compiler-rt/lib/tsan/rtl-old/tsan_stack_trace.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_stack_trace.h
    R compiler-rt/lib/tsan/rtl-old/tsan_suppressions.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_suppressions.h
    R compiler-rt/lib/tsan/rtl-old/tsan_symbolize.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_symbolize.h
    R compiler-rt/lib/tsan/rtl-old/tsan_sync.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_sync.h
    R compiler-rt/lib/tsan/rtl-old/tsan_trace.h
    R compiler-rt/lib/tsan/rtl-old/tsan_update_shadow_word.inc
    R compiler-rt/lib/tsan/rtl-old/tsan_vector_clock.cpp
    R compiler-rt/lib/tsan/rtl-old/tsan_vector_clock.h

  Log Message:
  -----------
  [tsan] Remove rtl-old

Reviewed By: dvyukov, MaskRay

Differential Revision: https://reviews.llvm.org/D141455




More information about the All-commits mailing list