This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-01 13:11:39 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Instrumentation
/
ThreadSanitizer
History
Benjamin Kramer
f15ba24b8d
Add missing colons to check lines.
...
llvm-svn: 179277
2013-04-11 12:41:41 +00:00
..
atomic.ll
tsan: instrument atomic nand operation
2012-11-27 08:09:25 +00:00
lit.local.cfg
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a bug (forgot to return true after instrumenting); make sure the tsan tests are run
2012-03-26 17:35:03 +00:00
read_before_write.ll
[tsan] compile-time instrumentation: do not instrument a read if
2012-04-10 18:18:56 +00:00
read_from_global.ll
tsan: fix the test
2013-03-22 09:04:01 +00:00
tsan_basic.ll
Add missing colons to check lines.
2013-04-11 12:41:41 +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: handle vptr loads specially
2013-03-22 08:51:22 +00:00
vptr_update.ll
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a bug (forgot to return true after instrumenting); make sure the tsan tests are run
2012-03-26 17:35:03 +00:00