| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 169970
|
|
|
|
| |
llvm-svn: 169628
|
|
|
|
| |
llvm-svn: 169621
|
|
|
|
| |
llvm-svn: 169602
|
|
|
|
|
|
| |
With this change reports say what mutexes the threads hold around the racy memory accesses.
llvm-svn: 169493
|
|
|
|
|
|
| |
that way we allow static linking of libstdc++
llvm-svn: 169376
|
|
|
|
|
|
| |
tls for dlopen'ed modules)
llvm-svn: 169017
|
|
|
|
| |
llvm-svn: 168683
|
|
|
|
| |
llvm-svn: 168584
|
|
|
|
|
|
|
|
| |
add interceptor for poll()
in addition process signals in every atomic op
in addition process signals in blocking libc functions
llvm-svn: 168050
|
|
|
|
| |
llvm-svn: 167630
|
|
|
|
| |
llvm-svn: 167294
|
|
|
|
| |
llvm-svn: 163614
|
|
|
|
| |
llvm-svn: 163602
|
|
|
|
|
|
| |
tool-specific wrappers TsanPrintf (its output is controlled by TSan flags) and AsanPrintf (which copies its results to the ASan-private buffer). Supported formats: %[z]{d,u,x}, %s, %p. Re-write all format strings in TSan according to this format (this should have no effect on 64-bit platforms).
llvm-svn: 158065
|
|
|
|
|
|
| |
implementation.
llvm-svn: 158058
|
|
|
|
| |
llvm-svn: 157928
|
|
|
|
| |
llvm-svn: 157760
|
|
Algorithm description: http://code.google.com/p/thread-sanitizer/wiki/ThreadSanitizerAlgorithm
Status:
The tool is known to work on large real-life applications, but still has quite a few rough edges.
Nothing is guaranteed yet.
The tool works on x86_64 Linux.
Support for 64-bit MacOS 10.7+ is planned for late 2012.
Support for 32-bit OSes is doable, but problematic and not yet planed.
Further commits coming:
- tests
- makefiles
- documentation
- clang driver patch
The code was previously developed at http://code.google.com/p/data-race-test/source/browse/trunk/v2/
by Dmitry Vyukov and Kostya Serebryany with contributions from
Timur Iskhodzhanov, Alexander Potapenko, Alexey Samsonov and Evgeniy Stepanov.
llvm-svn: 156542
|