[llvm-commits] CVS: llvm-www/devmtg/2008-08/index.html

Chris Lattner sabre at nondot.org
Sun Aug 3 14:33:03 PDT 2008



Changes in directory llvm-www/devmtg/2008-08:

index.html updated: 1.8 -> 1.9
---
Log message:

tableify


---
Diffs of the changes:  (+94 -118)

 index.html |  212 +++++++++++++++++++++++++++----------------------------------
 1 files changed, 94 insertions(+), 118 deletions(-)


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.8 llvm-www/devmtg/2008-08/index.html:1.9
--- llvm-www/devmtg/2008-08/index.html:1.8	Sun Aug  3 16:02:13 2008
+++ llvm-www/devmtg/2008-08/index.html	Sun Aug  3 16:32:44 2008
@@ -31,124 +31,100 @@
 major LLVM subsystems, followed by talks on applications of LLVM for various
 specific projects.</p>
 
-<!-- ======================================================================= -->
-<div class="www_subsection">Welcome and Thanks</div>
-<div class="www_subsubsection">Chris Lattner, Apple Inc.</div>
 
-<p>[Slides] [Video]</p>
-
-<p>A brief welcome, thanks and some logistics for the day.</p>
-
-
-<!-- ======================================================================= -->
-<div class="www_subsection">Clang Internals</div>
-<div class="www_subsubsection">Steve Naroff, Apple Inc.</div>
-
-<p>[Slides] [Video]</p>
-
-<p>Clang status, design and architecture.</p>
-
-
-<!-- ======================================================================= -->
-<div class="www_subsection">CodeGen Overview and Focus on SelectionDAGs</div>
-<div class="www_subsubsection">Dan Gohman, Apple Inc.</div>
-
-<p>[<a href="Gohman_CodeGenAndSelectionDAGs.pdf">Slides</a>] [Video]</p>
-
-<p>
-A high-level overview of the LLVM Code Generator, with specific depth and
-overview in the area of the SelectionDAG phases.</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">Register Allocation</div>
-<div class="www_subsubsection">Evan Cheng, Apple Inc.</div>
-
-<p>[<a href="Cheng_RegisterAllocation.pdf">Slides</a>] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">Building an Efficient JIT</div>
-<div class="www_subsubsection">Nate Begeman, Apple Inc.</div>
-
-<p>[Slides] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">LLVM Panel Discussion</div>
-<div class="www_subsubsection">LLVM Code Owners</div>
-
-<p>[Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">Adobe Image Foundation and Adobe PixelBender</div>
-<div class="www_subsubsection">Chuck Rose III, Adobe Inc.</div>
-
-<p>[<a href="Rose_AdobePixelBender.pdf">Slides</a>] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">Finding Bugs with Source Code Analysis</div>
-<div class="www_subsubsection">Ted Kremenek, Apple Inc.</div>
-
-<p>[Slides] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">Building a JIT compiler for PHP in 2 days</div>
-<div class="www_subsubsection">Nuno Lopes, Instituto Superior Tecnico</div>
-
-<p>[<a href="Lopes_PHP-JIT-InTwoDays.pdf">Slides</a>] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">llvmc2 Compiler Driver</div>
-<div class="www_subsubsection">Anton Korobeynikov, Saint Petersburg State
-University</div>
-
-<p>[<a href="Korobeynikov_LLVMC2-CompilerDriver.pdf">Slides</a>] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">SVA: Using LLVM to Provide Memory Safety</div>
-<div class="www_subsubsection">John Criswell, University of Illinois</div>
-
-<p>[Slides] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">The VMKit Project</div>
-<div class="www_subsubsection">Nicolas Geoffray, Universite Pierre et Marie
-Curie</div>
-
-<p>[<a href="Geoffray_VMKitProject.pdf">Slides</a>] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">The LLVM Hardware Backend</div>
-<div class="www_subsubsection">Tim Sander, Technischen Universitat 
-Darmstadt</div>
-
-<p>[<a href="Sander_HW-SW-CoDesignflowWithLLVM.pdf">Slides</a>] [Video]</p>
-
-<p>...</p>
-
-<!-- ======================================================================= -->
-<div class="www_subsection">Targeting the Adobe Flash Virtual Machine</div>
-<div class="www_subsubsection">Scott Petersen, Adobe Inc.</div>
-
-<p>[<a href="Petersen_FlashCCompiler.pdf">Slides</a>] [Video]</p>
-
-<p>...</p>
+<table class="www">
+  <tr><th>Media</th><th>Who</th><th>Description</th></tr>
+      
+  <tr><td>[Video]</td>
+  
+    <td>Chris Lattner<br>Apple Inc.</td>
+    
+    <td><b>Welcome and Thanks</b> - A brief welcome, thanks and some logistics
+    for the day.</td>
+  </tr>
+  
+  <tr><td>[Slides] [Video]</td>
+    <td>Steve Naroff<br>Apple Inc.</td>
+    <td><b>Clang Internals</b> - Clang status, design and architecture.
+    </td>
+  </tr>
+  
+  <tr><td>[<a href="Gohman_CodeGenAndSelectionDAGs.pdf">Slides</a>] [Video]</td>
+    <td>Dan Gohman<br>Apple Inc.</td>
+    <td><b>CodeGen Overview and Focus on SelectionDAGs</b> - A high-level
+    overview of the LLVM Code Generator, with specific depth and overview in the
+    area of the SelectionDAG phases.
+    </td>
+  </tr>
+  
+  <tr><td>[<a href="Cheng_RegisterAllocation.pdf">Slides</a>] [Video]</td>
+    <td>Evan Cheng<br>Apple Inc.</td>
+    <td><b>LLVM Register Allocation</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[Slides] [Video]</td>
+    <td>Nate Begeman<br>Apple Inc.</td>
+    <td><b>Building an Efficient JIT</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[Video]</td>
+    <td>LLVM Code Owners</td>
+    <td><b>LLVM Panel Discussion</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[<a href="Rose_AdobePixelBender.pdf">Slides</a>] [Video]</td>
+    <td>Chuck Rose III<br>Adobe Inc.</td>
+    <td><b>Adobe Image Foundation and Adobe PixelBender</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[Slides] [Video]</td>
+    <td>Ted Kremenek<br>Apple Inc.</td>
+    <td><b>Finding Bugs with Source Code Analysis</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[<a href="Lopes_PHP-JIT-InTwoDays.pdf">Slides</a>] [Video]</td>
+    <td>Nuno Lopes<br>Instituto Superior Tecnico</td>
+    <td><b>Building a JIT compiler for PHP in 2 days</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[<a href="Korobeynikov_LLVMC2-CompilerDriver.pdf">Slides</a>]
+          [Video]</td>
+    <td>Anton Korobeynikov<br>Saint Petersburg State University</td>
+    <td><b>llvmc2 Compiler Driver</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[Slides] [Video]</td>
+    <td>John Criswell<br>University of Illinois</td>
+    <td><b>SVA: Using LLVM to Provide Memory Safety</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[<a href="Geoffray_VMKitProject.pdf">Slides</a>] [Video]</td>
+    <td>Nicolas Geoffray<br>Universite Pierre et Marie Curie</td>
+    <td><b>The VMKit Project</b> - .
+    </td>
+  </tr>
+  
+  <tr><td>[<a href="Sander_HW-SW-CoDesignflowWithLLVM.pdf">Slides</a>]
+          [Video]</td>
+    <td>Tim Sander<br>Technischen Universitat Darmstadt</td>
+    <td><b>The LLVM Hardware Backend</b> - .
+    </td>
+  </tr>
+
+  <tr><td>[<a href="Petersen_FlashCCompiler.pdf">Slides</a>] [Video]</td>
+    <td>Scott Petersen<br>Adobe Inc.</td>
+    <td><b>Targeting the Adobe Flash Virtual Machine</b> - .
+    </td>
+  </tr>
+</table>  
 
 
 
@@ -288,7 +264,7 @@
   src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
   <a href="http://validator.w3.org/check/referer"><img
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-<br>Last modified: $Date: 2008/08/03 21:02:13 $
+<br>Last modified: $Date: 2008/08/03 21:32:44 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list