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

Tanya Lattner tonic at nondot.org
Sat Nov 5 18:11:53 PDT 2011


Author: tbrethou
Date: Sat Nov  5 20:11:53 2011
New Revision: 143854

URL: http://llvm.org/viewvc/llvm-project?rev=143854&view=rev
Log:
Increase rowspan for posters.

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=143854&r1=143853&r2=143854&view=diff
==============================================================================
--- www/trunk/devmtg/2011-11/index.html (original)
+++ www/trunk/devmtg/2011-11/index.html Sat Nov  5 20:11:53 2011
@@ -110,7 +110,7 @@
 <tr class="alt"><td><b><a href="#talk7">SKIR: Just-in-Time Compilation for Parallelism with LLVM</a></b><br>Jeff Fifield, <i>University of Colorado</i></td><td>Second Hall</td></tr>
 <tr class="alt"><td><b>Improving the Clang Driver BOF</b><br>James Molloy, <i>ARM</i></td><td>TBD</td></tr>
 
-<tr><td rowspan=4>3:05 - 3:45</td><td><b>Posters</b></td><td>TBD</td></tr>
+<tr><td rowspan=5>3:05 - 3:45</td><td><b>Posters</b></td><td>TBD</td></tr>
 <tr><td><b><a href="#poster3">LunarGLASS: A LLVM-based shader compiler stack</a></b><br>Michael Ilseman, <i>LunarG</i></td><td>TBD</td></tr>
 <tr><td><b><a href="#poster4">Symbolic Testing of OpenCL Code</a></b><br>Peter Collingbourne, <i>Imperial College London</i></td><td>TBD</td></tr>
 <tr><td><b><a href="#poster2">Code verification based on attributes annotation - Implementing custom attributes check using Clang</a></b><br>Michael Han, <i>Autodesk</i></td><td>TBD</td></tr>
@@ -265,7 +265,7 @@
 </ul>
 
 Despite the size and complexity of the code bases being analyzed, the Parfait false-positive rate has remained below 10%.
-<br>>
+<br>
 This poster will present the design of the Parfait tool, summarize our experience with the LLVM infrastructure, and present more comprehensive results than the preliminary results we first presented to the LLVM community at the LLVM Developers Conference in 2009.
 </p>
 





More information about the llvm-commits mailing list