llvm-6502/test/Instrumentation/ThreadSanitizer
Dmitry Vyukov 4ef1999d61 tsan: implement no_sanitize_thread attribute
If a function has no_sanitize_thread attribute,
do not instrument memory accesses in it.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192871 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-17 07:20:06 +00:00
..
atomic.ll tsan: instrument atomic nand operation 2012-11-27 08:09:25 +00:00
no_sanitize_thread.ll tsan: implement no_sanitize_thread attribute 2013-10-17 07:20:06 +00:00
read_before_write.ll tsan: implement no_sanitize_thread attribute 2013-10-17 07:20:06 +00:00
read_from_global.ll tsan: implement no_sanitize_thread attribute 2013-10-17 07:20:06 +00:00
tsan_basic.ll tsan: implement no_sanitize_thread attribute 2013-10-17 07:20:06 +00:00
tsan-vs-gvn.ll Unify clang/llvm attributes for asan/tsan/msan (LLVM part) 2013-02-26 06:58:09 +00:00
vptr_read.ll tsan: implement no_sanitize_thread attribute 2013-10-17 07:20:06 +00:00
vptr_update.ll tsan: implement no_sanitize_thread attribute 2013-10-17 07:20:06 +00:00