Dmitry Vyukov
|
7fbceb2a3f
|
tsan: addrhashmap: fix bug with initialization of addresses in add array
llvm-svn: 204148
|
2014-03-18 12:52:11 +00:00 |
Alexey Samsonov
|
f88f317d35
|
Fix -Werror build
llvm-svn: 204139
|
2014-03-18 11:17:01 +00:00 |
Dmitry Vyukov
|
a3b21b1d14
|
tsan: better addr->object hashmap
still experimental
llvm-svn: 204126
|
2014-03-18 08:30:14 +00:00 |
Dmitry Vyukov
|
22196e777c
|
tsan: fix deadlock in deadlock detector
forget to unlock a mutex on one of the paths
llvm-svn: 203663
|
2014-03-12 14:55:20 +00:00 |
Dmitry Vyukov
|
2516974e83
|
tsan: weaken concurrency guarantees in deadlock detector mutex hashmap
read locking on every access is too expensive
llvm-svn: 203112
|
2014-03-06 12:04:26 +00:00 |
Dmitry Vyukov
|
54a0303fa8
|
tsan: add concurrent hashmap for standalone deadlock detector
llvm-svn: 202826
|
2014-03-04 11:39:56 +00:00 |