summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-10-26 09:25:01 +0000
committerBill Wendling <isanbard@gmail.com>2011-10-26 09:25:01 +0000
commit644ce53a30360c30034d520fee011d5bf1dc2577 (patch)
tree0cc0ab06f4b130e9d726476d108c67ce3d350223 /docs
parent015cca6c08a5da57b78796d82ab2679e8f5dabe1 (diff)
downloadllvm-644ce53a30360c30034d520fee011d5bf1dc2577.tar.gz
llvm-644ce53a30360c30034d520fee011d5bf1dc2577.tar.bz2
llvm-644ce53a30360c30034d520fee011d5bf1dc2577.tar.xz
Add ThreadSanitizer to the External Projects list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 1aefdb292d..36711cba98 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -503,6 +503,20 @@ object-oriented programming, operator overloading and strong typing.</p>
</div>
<!--=========================================================================-->
+<h3>ThreadSanitizer</h3>
+
+<div>
+
+<p><a href="http://code.google.com/p/data-race-test/">ThreadSanitizer</a> is a
+ data race detector for (mostly) C and C++ code, available for Linux, Mac OS
+ and Windows. On different systems, we use binary instrumentation frameworks
+ (Valgrind, Pin and DynamoRio) as frontends that generate the program events
+ for the race detection algorithm. On Linux, there's an option of using
+ LLVM-based compile-time instrumentation.</p>
+
+</div>
+
+<!--=========================================================================-->
<h3>The ZooLib C++ Cross-Platform Application Framework</h3>
<div>