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

Chris Lattner sabre at nondot.org
Tue Aug 5 08:43:52 PDT 2008



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

Criswell_SVA.pdf added (r1.1)
index.html updated: 1.21 -> 1.22
---
Log message:

Add John's slides, add video for Chuck and Evan's talks.


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

 Criswell_SVA.pdf |    0 
 index.html       |   41 +++++++++++++++++++++++++++++------------
 2 files changed, 29 insertions(+), 12 deletions(-)


Index: llvm-www/devmtg/2008-08/Criswell_SVA.pdf


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.21 llvm-www/devmtg/2008-08/index.html:1.22
--- llvm-www/devmtg/2008-08/index.html:1.21	Mon Aug  4 22:58:18 2008
+++ llvm-www/devmtg/2008-08/index.html	Tue Aug  5 10:42:43 2008
@@ -35,19 +35,22 @@
 <table class="www">
   <tr><th>Media</th><th>Who</th><th>Description</th></tr>
       
-  <tr><td>[<a href="Lattner_Intro_Hi.m4v">Video Hi</a>]
-          [<a href="Lattner_Intro_Lo.3gp">Video Lo</a>]</td>
-  
+  <tr>
+    <td>
+      [<a href="Lattner_Intro_Hi.m4v">Video Hi</a>]
+      [<a href="Lattner_Intro_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Chris Lattner<br><i>Apple, Inc.</i></td>
-    
     <td><b>Welcome and Thanks</b> - A brief welcome, thanks and some logistics
     for the day.</td>
   </tr>
   
-  <tr><td>[<a href="Naroff_Clang.pdf">Slides</a>]
-          [<a href="Naroff_Clang_Hi.m4v">Video Hi</a>]
-          [<a href="Naroff_Clang_Lo.3gp">Video Lo</a>]</td>
-
+  <tr>
+    <td>
+      [<a href="Naroff_Clang.pdf">Slides</a>]
+      [<a href="Naroff_Clang_Hi.m4v">Video Hi</a>]
+      [<a href="Naroff_Clang_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Steve Naroff<br><i>Apple, Inc.</i></td>
     <td><b>Clang Internals</b> - Clang status, design and architecture.
     </td>
@@ -66,7 +69,12 @@
     </td>
   </tr>
   
-  <tr><td>[<a href="Cheng_RegisterAllocation.pdf">Slides</a>] [Video]</td>
+  <tr>
+    <td>
+      [<a href="Cheng_RegisterAllocation.pdf">Slides</a>]
+      [<a href="Cheng_RegisterAllocation.pdf_Hi.m4v">Video Hi</a>]
+      [<a href="Cheng_RegisterAllocation.pdf_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Evan Cheng<br><i>Apple, Inc.</i></td>
     <td><b>LLVM Register Allocation</b> - Description of the current design and
     architecture of the LLVM register allocator.  The talk discusses some
@@ -91,7 +99,12 @@
     </td>
   </tr>
   
-  <tr><td>[<a href="Rose_AdobePixelBender.pdf">Slides</a>] [Video]</td>
+  <tr>
+    <td>
+      [<a href="Rose_AdobePixelBender.pdf">Slides</a>]
+      [<a href="Rose_AdobePixelBender_Hi.m4v">Video Hi</a>]
+      [<a href="Rose_AdobePixelBender_Lo.3gp">Video Lo</a>]
+    </td>
     <td>Chuck Rose III<br><i>Adobe Inc.</i></td>
     <td><b>Adobe Image Foundation and Adobe PixelBender</b> - Adobe Image
         Foundation is a system for JIT compiling code written in the Adobe
@@ -150,7 +163,11 @@
     </td>
   </tr>
   
-  <tr><td>[Slides] [No video]</td>
+  <tr>
+    <td>
+      [<a href="Criswell_SVA.pdf">Slides</a>]
+      [No video]
+    </td>
     <td>John Criswell<br><i>University of Illinois</i></td>
     <td><b>SVA: Using LLVM to Provide Memory Safety</b> - .
     </td>
@@ -345,7 +362,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/05 03:58:18 $
+<br>Last modified: $Date: 2008/08/05 15:42:43 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list