tsan: New directory.
authorWei Mi <wmi@google.com>
Thu, 22 Nov 2012 22:03:11 +0000 (22:03 +0000)
committerWei Mi <wmi@gcc.gnu.org>
Thu, 22 Nov 2012 22:03:11 +0000 (22:03 +0000)
commitcd0be65c262d477ac094fc1038824f766d976999
treef83ad11b95452b47f813e942d24914f31a50394e
parent32b4b7f53e341be663438f69fd6cb2f909427188
tsan: New directory.

libsanitizer/
* tsan: New directory. Import tsan runtime from llvm.
* configure.ac: Add 64 bits tsan build.
* Makefile.am: Likewise.
* configure: Regenerated.
* Makefile.in: Likewise.

From-SVN: r193737
51 files changed:
libsanitizer/ChangeLog
libsanitizer/Makefile.am
libsanitizer/Makefile.in
libsanitizer/configure
libsanitizer/configure.ac
libsanitizer/tsan/Makefile.am [new file with mode: 0644]
libsanitizer/tsan/Makefile.in [new file with mode: 0644]
libsanitizer/tsan/libtool-version [new file with mode: 0644]
libsanitizer/tsan/tsan_clock.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_clock.h [new file with mode: 0644]
libsanitizer/tsan/tsan_defs.h [new file with mode: 0644]
libsanitizer/tsan/tsan_flags.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_flags.h [new file with mode: 0644]
libsanitizer/tsan/tsan_interceptors.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_interceptors.h [new file with mode: 0644]
libsanitizer/tsan/tsan_interface.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_interface.h [new file with mode: 0644]
libsanitizer/tsan/tsan_interface_ann.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_interface_ann.h [new file with mode: 0644]
libsanitizer/tsan/tsan_interface_atomic.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_interface_atomic.h [new file with mode: 0644]
libsanitizer/tsan/tsan_interface_inl.h [new file with mode: 0644]
libsanitizer/tsan/tsan_md5.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_mman.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_mman.h [new file with mode: 0644]
libsanitizer/tsan/tsan_mutex.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_mutex.h [new file with mode: 0644]
libsanitizer/tsan/tsan_platform.h [new file with mode: 0644]
libsanitizer/tsan/tsan_platform_linux.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_platform_mac.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_printf.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_report.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_report.h [new file with mode: 0644]
libsanitizer/tsan/tsan_rtl.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_rtl.h [new file with mode: 0644]
libsanitizer/tsan/tsan_rtl_amd64.S [new file with mode: 0644]
libsanitizer/tsan/tsan_rtl_mutex.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_rtl_report.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_rtl_thread.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_stat.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_stat.h [new file with mode: 0644]
libsanitizer/tsan/tsan_suppressions.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_suppressions.h [new file with mode: 0644]
libsanitizer/tsan/tsan_symbolize.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_symbolize.h [new file with mode: 0644]
libsanitizer/tsan/tsan_symbolize_addr2line_linux.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_sync.cc [new file with mode: 0644]
libsanitizer/tsan/tsan_sync.h [new file with mode: 0644]
libsanitizer/tsan/tsan_trace.h [new file with mode: 0644]
libsanitizer/tsan/tsan_update_shadow_word_inl.h [new file with mode: 0644]
libsanitizer/tsan/tsan_vector.h [new file with mode: 0644]