Add ThreadSanitizer to the External Projects list.
authorBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 09:25:01 +0000 (09:25 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 26 Oct 2011 09:25:01 +0000 (09:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143024 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 1aefdb292d41ca9092c06d9f37a6ae87a82ea384..36711cba983935a12d9bf94aa97ae4bef8b20b8d 100644 (file)
@@ -502,6 +502,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>