[llvm-commits] [llvm] r143024 - /llvm/trunk/docs/ReleaseNotes.html

Bill Wendling isanbard at gmail.com
Wed Oct 26 02:25:01 PDT 2011


Author: void
Date: Wed Oct 26 04:25:01 2011
New Revision: 143024

URL: http://llvm.org/viewvc/llvm-project?rev=143024&view=rev
Log:
Add ThreadSanitizer to the External Projects list.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=143024&r1=143023&r2=143024&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 26 04:25:01 2011
@@ -503,6 +503,20 @@
 </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>





More information about the llvm-commits mailing list