[llvm-commits] [www] r143855 - /www/trunk/devmtg/2011-11/index.html

Nick Lewycky nicholas at mxc.ca
Sat Nov 5 18:41:01 PDT 2011


Author: nicholas
Date: Sat Nov  5 20:41:01 2011
New Revision: 143855

URL: http://llvm.org/viewvc/llvm-project?rev=143855&view=rev
Log:
Fix two formatting errors; remove broken <ul> tag causing an extra indent for
the remainder of the page, and add a line break after the byline for Nadav's
talk.

Modified:
    www/trunk/devmtg/2011-11/index.html

Modified: www/trunk/devmtg/2011-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2011-11/index.html?rev=143855&r1=143854&r2=143855&view=diff
==============================================================================
--- www/trunk/devmtg/2011-11/index.html (original)
+++ www/trunk/devmtg/2011-11/index.html Sat Nov  5 20:41:01 2011
@@ -206,14 +206,14 @@
 We will present two dynamic testing tools based on compile-time instrumentation, both tools use the LLVM compiler.
 <ul><li>AddressSanitizer (ASan) finds memory bugs, such as use-after-free and out-of-bound accesses to heap and stack. This tool could be seen as a partial replacement for Valgrind and similar tools. The major advantages over Valgrind are the speed (less than 2x slowdown on average) and the ability to handle bugs related to stack and globals.
 </li>
-<ul<li>ThreadSanitizer (TSan) finds data races. It uses the same race detection algorithm as the Valgrind-based TSan, but compile-time instrumentation allows it to be much faster (2x-4x slowdown).
+<li>ThreadSanitizer (TSan) finds data races. It uses the same race detection algorithm as the Valgrind-based TSan, but compile-time instrumentation allows it to be much faster (2x-4x slowdown).
 </li></ul>
 We will also share our experience in deploying theses testing tools in large software projects.
 </p>
 
 <p>
 <b><a id="talk13">Intel OpenCL SDK Vectorizer</a></b><br>
-<i>Nadav Rotem -  Intel</i>
+<i>Nadav Rotem -  Intel</i><br>
 In this talk, we will present our OpenCL SDK and its core technology – the vectorizer compiler. We plan to present an overview of our vectorizer and discuss our experience with the LLVM compiler toolkit over the last few years. We will discuss some of our design decisions and our and plans for future features (future instruction sets, vector select, predicated instructions, etc).
 </p>
 





More information about the llvm-commits mailing list