| commit | 7ac41484ea322e0ea5774df681660269f5dc321e | [log] [tgz] |
|---|---|---|
| author | Kostya Serebryany <kcc@google.com> | Thu May 10 13:48:04 2012 +0000 |
| committer | Kostya Serebryany <kcc@google.com> | Thu May 10 13:48:04 2012 +0000 |
| tree | 85fd49d59eebae20d3a82770431fd26478d2611b | |
| parent | f2b1df7cb8f53f51bcb105e0d2930d99325bb681 [diff] |
[tsan] First commit of ThreadSanitizer (TSan) run-time library. 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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156542 91177308-0d34-0410-b5e6-96231b3b80d8