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

Chris Lattner sabre at nondot.org
Mon Aug 4 14:40:50 PDT 2008



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

index.html updated: 1.18 -> 1.19
---
Log message:

add several new videos.


---
Diffs of the changes:  (+34 -12)

 index.html |   46 ++++++++++++++++++++++++++++++++++------------
 1 files changed, 34 insertions(+), 12 deletions(-)


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.18 llvm-www/devmtg/2008-08/index.html:1.19
--- llvm-www/devmtg/2008-08/index.html:1.18	Mon Aug  4 16:33:51 2008
+++ llvm-www/devmtg/2008-08/index.html	Mon Aug  4 16:40:32 2008
@@ -75,9 +75,11 @@
     </td>
   </tr>
   
-  <tr><td>[Slides]
-    [<a href="Begeman_EfficientJIT_Hi.m4v">Video Hi</a>]
-    [<a href="Begeman_EfficientJIT_Lo.3gp">Video Lo</a>]</td>
+  <tr>
+    <td>[Slides]
+      [<a href="Begeman_EfficientJIT_Hi.m4v">Video Hi</a>]
+      [<a href="Begeman_EfficientJIT_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Nate Begeman<br><i>Apple, Inc.</i></td>
     <td><b>Building an Efficient JIT</b> - LLVM provides many of the facilities
     that you need to assemble a JIT for various purposes.  This talk walks
@@ -103,6 +105,9 @@
   <tr>
     <td>
       [<a href="Kremenek_StaticAnalyzer.pdf">Slides</a>]
+      [Video Hi]
+      [<a href="Kremenek_StaticAnalyzer_Lo.3gp">Video Lo</a>]
+    </td>
       [Video]
     </td>
     <td>Ted Kremenek<br><i>Apple, Inc.</i></td>
@@ -110,9 +115,12 @@
     </td>
   </tr>
   
-  <tr><td>[<a href="Lopes_PHP-JIT-InTwoDays.pdf">Slides</a>]
-    [<a href="Lopes_PHP-JIT-InTwoDays_Hi.m4v">Video Hi</a>]
-    [<a href="Lopes_PHP-JIT-InTwoDays_Lo.3gp">Video Lo</a>]</td>
+  <tr>
+    <td>
+      [<a href="Lopes_PHP-JIT-InTwoDays.pdf">Slides</a>]
+      [<a href="Lopes_PHP-JIT-InTwoDays_Hi.m4v">Video Hi</a>]
+      [<a href="Lopes_PHP-JIT-InTwoDays_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Nuno Lopes<br><i>Instituto Superior Tecnico</i></td>
     <td><b>Building a JIT compiler for PHP in 2 days</b> - This talk describes
     the implementation of the PHP interpreter and how it was easily changed into
@@ -133,13 +141,18 @@
     </td>
   </tr>
   
-  <tr><td>[Slides] [Video]</td>
+  <tr><td>[Slides] [No video]</td>
     <td>John Criswell<br><i>University of Illinois</i></td>
     <td><b>SVA: Using LLVM to Provide Memory Safety</b> - .
     </td>
   </tr>
   
-  <tr><td>[<a href="Geoffray_VMKitProject.pdf">Slides</a>] [Video]</td>
+  <tr>
+    <td>
+      [<a href="Geoffray_VMKitProject.pdf">Slides</a>]
+      [<a href="Geoffray_VMKitProject_Hi.m4v">Video Hi</a>]
+      [<a href="Geoffray_VMKitProject_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Nicolas Geoffray<br><i>Universite Pierre et Marie Curie</i></td>
     <td><b>The VMKit Project</b> - VMKit is an implementation of the Java and
     .NET Virtual Machines that use LLVM to optimize and JIT compile the code.
@@ -149,8 +162,12 @@
     </td>
   </tr>
   
-  <tr><td>[<a href="Sander_HW-SW-CoDesignflowWithLLVM.pdf">Slides</a>]
-          [Video]</td>
+  <tr>
+    <td>
+      [<a href="Sander_HW-SW-CoDesignflowWithLLVM.pdf">Slides</a>]
+      [<a href="Sander_HW-SW-CoDesignflowWithLLVM_Hi.m4v">Video Hi</a>]
+      [<a href="Sander_HW-SW-CoDesignflowWithLLVM_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Tim Sander<br><i>Technischen Universitat Darmstadt</i></td>
     <td><b>Designflow: using LLVM to compile to Hardware</b> - This project uses
     LLVM to compile code to a mixed hardware and software implementation.  This
@@ -161,7 +178,12 @@
     </td>
   </tr>
 
-  <tr><td>[<a href="Petersen_FlashCCompiler.pdf">Slides</a>] [Video]</td>
+  <tr>
+    <td>
+      [<a href="Petersen_FlashCCompiler.pdf">Slides</a>]
+      [<a href="Petersen_FlashCCompiler_Hi.m4v">Video Hi</a>]
+      [<a href="Petersen_FlashCCompiler_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Scott Petersen<br><i>Adobe Inc.</i></td>
     <td><b>Flash C Compiler: Compiling C code to the Adobe Flash Virtual
         Machine</b> - FlaCC is a research project that compiles C code to
@@ -314,7 +336,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/04 21:33:51 $
+<br>Last modified: $Date: 2008/08/04 21:40:32 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list