- May 27, 2013
-
-
Sergey Matveev authored
llvm-svn: 182728
-
- Mar 25, 2013
-
-
Alexey Samsonov authored
[Sanitizer] Compile sanitizer runtimes with -Wno-non-virtual-dtor. Virtual dtors may be a problem for us, as sanitizer runtime should not generally assume libstdc++ presence. llvm-svn: 177860
-
- Mar 19, 2013
-
-
Dmitry Vyukov authored
tsan: flush dead thread info earlier (when another thread is finished rather than new thread is created) llvm-svn: 177394
-
- Mar 18, 2013
-
-
Dmitry Vyukov authored
Clang does not like classes with virtual functions but w/o virtual dtor. Go does not like libstdc++ (operator delete). llvm-svn: 177267
-
Dmitry Vyukov authored
llvm-svn: 177260
-
- Mar 15, 2013
-
-
Alexey Samsonov authored
llvm-svn: 177143
-
Eric Christopher authored
Patch by Manuel Klimek! llvm-svn: 177132
-
- Mar 14, 2013
-
-
Alexey Samsonov authored
[Sanitizer] Fix compiler warnings and style issues in sanitizer_common tests. Use -Werror=sign-compare when building them. llvm-svn: 177077
-
Alexey Samsonov authored
[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
-