[www] r199981 - mention asan/tsan/msan/dfsan on the llvm front page
Kostya Serebryany
kcc at google.com
Fri Jan 24 01:18:39 PST 2014
Author: kcc
Date: Fri Jan 24 03:18:38 2014
New Revision: 199981
URL: http://llvm.org/viewvc/llvm-project?rev=199981&view=rev
Log:
mention asan/tsan/msan/dfsan on the llvm front page
Modified:
www/trunk/index.html
Modified: www/trunk/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/index.html?rev=199981&r1=199980&r2=199981&view=diff
==============================================================================
--- www/trunk/index.html (original)
+++ www/trunk/index.html Fri Jan 24 03:18:38 2014
@@ -76,7 +76,14 @@
provides highly tuned implementations of the low-level code generator
support routines like "<tt>__fixunsdfdi</tt>" and other calls generated when
a target doesn't have a short sequence of native instructions to implement
- a core IR operation.</p></li>
+ a core IR operation. It also provides implementations of run-time libraries
+ for dynamic testing tools such as
+ <a href="http://clang.llvm.org/docs/AddressSanitizer.html">AddressSanitizer</a>,
+ <a href="http://clang.llvm.org/docs/ThreadSanitizer.html">ThreadSanitizer</a>,
+ <a href="http://clang.llvm.org/docs/MemorySanitizer.html">MemorySanitizer</a>,
+ and
+ <a href="http://clang.llvm.org/docs/DataFlowSanitizer.html">DataFlowSanitizer</a>.
+ </p></li>
<li><p>The <b><a href="http://openmp.llvm.org">OpenMP</a></b> subproject
provides an <a href="http://openmp.org">OpenMP</a> runtime for use with the
More information about the llvm-commits
mailing list