Dmitry Vyukov
|
dc1caa7cb8
|
tsan: address comments in r214912
See http://reviews.llvm.org/D4794
llvm-svn: 216900
|
2014-09-02 09:34:34 +00:00 |
Timur Iskhodzhanov
|
e5e92fac4a
|
[Sanitizer tests] Fix most of the build problems on Windows
E.g. use the pthread helpers introduced in r208674
llvm-svn: 208692
|
2014-05-13 12:02:53 +00:00 |
Richard Trieu
|
a170f08109
|
Remove 'tctx->name' from a logical statement since it is a pointer and always
is converted to a true value. Detected by Clang's improved -Wbool-conversion
llvm-svn: 202223
|
2014-02-26 03:12:51 +00:00 |
Peter Collingbourne
|
50cb32e614
|
Introduce an operator new for LowLevelAllocator, and convert most users to it.
llvm-svn: 193308
|
2013-10-24 06:23:39 +00:00 |
Alexey Samsonov
|
d1999a1ccc
|
[Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests. Use -Werror=sign-compare when building them.
llvm-svn: 177077
|
2013-03-14 15:15:35 +00:00 |
Alexey Samsonov
|
1cb684381a
|
[Sanitizer] Add generic ThreadRegistry class for sanitizer runtimes. This class holds basic thread bookkeeping logic and allows specific sanitizer runtimes to create thread contexts and mark threads as created/running/joined etc. The class is based on the way we currently store thread contexts in TSan.
llvm-svn: 177074
|
2013-03-14 13:54:30 +00:00 |