[llvm-commits] [www] r169333 - /www/trunk/devmtg/2012-11/index.html

Chris Lattner sabre at nondot.org
Tue Dec 4 15:24:29 PST 2012


Author: lattner
Date: Tue Dec  4 17:24:29 2012
New Revision: 169333

URL: http://llvm.org/viewvc/llvm-project?rev=169333&view=rev
Log:
Add lightning talks to the list, no media yet.

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

Modified: www/trunk/devmtg/2012-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2012-11/index.html?rev=169333&r1=169332&r2=169333&view=diff
==============================================================================
--- www/trunk/devmtg/2012-11/index.html (original)
+++ www/trunk/devmtg/2012-11/index.html Tue Dec  4 17:24:29 2012
@@ -94,11 +94,44 @@
 </table>
 </p>
 
+<p><b>Lightning Talks:</b></p>
+
+<p>
+<table id="devmtg">
+  <tr><th>Media</th><th>Talk Information</th></tr>
+
+  <tr><td>Slides<br>
+          Video</td>
+    <td><b>Project Dependency Impact on Clang’s Build Time</b><br>Javier Martinez</td></tr>
+  <tr><td>Slides<br>
+          Video</td>
+    <td><b>Clang and LLVM for Automated Defense (and Great Justice)</b><br>John Criswell</td></tr>
+  <tr><td>Slides<br>
+          Video</td>
+    <td><b>A Prototype for Fast Type-Aware Memory Profiling</b><br>Nico Weber</td></tr>
+  <tr><td>Slides<br>
+          Video</td>
+    <td><b>Statically Checking MPI Type Safety</b><br>Dmitri Gribenko</td></tr>
+  <tr><td>Slides<br>
+          Video</td>
+    <td><b>Annotations for Safe Parallelism</b><br>Alexandros Tzannes</td></tr>
+  <tr><td>Slides<br>
+          Video</td>
+    <td><b>SoSlang</b><br>Ronan Keryell</td></tr>
+  <tr><td>Slides<br>
+          Video</td>
+    <td><b>Bitcode compatibility</b><br>Joe Abbey</td></tr>
+
+</table>
+</p>
+
+
+
 <p><b>BOFs:</b></p>
 
 <!-- FIXME: Should use a class tag, not be keyed off "devmtg" id -->
 
-<table id="devmtg">
+<p><table id="devmtg">
   <tr><th>Media</th><th>BOF Information</th></tr>
   <tr><td></td><td><b>BOF: Polly: A loop Nest Optimizer for LLVM</b><br>Zino Benaissa, <i>QuIC</i></td></tr>
   <tr><td></td><td><b>BOF: SelectionDAG & DAGCombiner - how can they be improved?</b><br>James Molloy, <i>ARM</i></td></tr>
@@ -108,16 +141,16 @@
     Defenses</b><br>Santosh Nagarakatte, <i>Rutgers University</i>, John Criswell, <i>University of Illinois</i></td></tr>
   <tr><td><a href="Rotem-VectorizationBOF.pdf">Slides</a></td>
       <td><b>BOF: Vectorization in LLVM</b><br>Nadav Rotem, <i>Apple</i></td></tr>
-</table>
+</table></p>
 
 <p><b>Posters:</b></p>
 
-<table id="devmtg">
+<p><table id="devmtg">
   <tr><th>Media</th><th>Poster Information</th></tr>
-  <tr><td><A href="Serebryany-ASAN-TSAN-Poster.pdf">Slides</a></td><td><b><a href="#poster1">MemorySanitizer, ThreadSanitizer</a></b><br>Kostya Serebryany, <i>Google</i></td></tr>
-  <tr><td><a href="Strecker-Vuo.pdf">Slides</a></td><td><b><a href="#poster2">Vuo: Visual programming for multimedia artists</a></b><br>Jaymie Strecker, <i>Kosada</i></td></tr>
-  <tr><td><a href="Ahrens-ScoutPoster.pdf">Slides</a></td><td><b><a href="#poster3">Scout: Using Clang/LLVM to Build A Domain-Specific Language for In Situ Data Analysis and Visualization on Emerging Architectures</a></b><br>Christine Ahrens, <i>Los Alamos National Laboratory</i></td></tr>
-</table>
+  <tr><td><A href="Serebryany-ASAN-TSAN-Poster.pdf">Poster</a></td><td><b><a href="#poster1">MemorySanitizer, ThreadSanitizer</a></b><br>Kostya Serebryany, <i>Google</i></td></tr>
+  <tr><td><a href="Strecker-Vuo.pdf">Poster</a></td><td><b><a href="#poster2">Vuo: Visual programming for multimedia artists</a></b><br>Jaymie Strecker, <i>Kosada</i></td></tr>
+  <tr><td><a href="Ahrens-ScoutPoster.pdf">Poster</a></td><td><b><a href="#poster3">Scout: Using Clang/LLVM to Build A Domain-Specific Language for In Situ Data Analysis and Visualization on Emerging Architectures</a></b><br>Christine Ahrens, <i>Los Alamos National Laboratory</i></td></tr>
+</table></p>
 
 
 <div class="www_sectiontitle" id="abstracts">Talk Abstracts</div>





More information about the llvm-commits mailing list