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

Chris Lattner sabre at nondot.org
Sun Aug 3 15:09:33 PDT 2008



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

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

add some descriptions and clean up html


---
Diffs of the changes:  (+31 -23)

 index.html |   54 +++++++++++++++++++++++++++++++-----------------------
 1 files changed, 31 insertions(+), 23 deletions(-)


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.9 llvm-www/devmtg/2008-08/index.html:1.10
--- llvm-www/devmtg/2008-08/index.html:1.9	Sun Aug  3 16:32:44 2008
+++ llvm-www/devmtg/2008-08/index.html	Sun Aug  3 17:09:07 2008
@@ -37,20 +37,20 @@
       
   <tr><td>[Video]</td>
   
-    <td>Chris Lattner<br>Apple Inc.</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>[Slides] [Video]</td>
-    <td>Steve Naroff<br>Apple Inc.</td>
+    <td>Steve Naroff<br><i>Apple Inc.</i></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>Dan Gohman<br><i>Apple Inc.</i></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.
@@ -58,69 +58,77 @@
   </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>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
+    optimizations that are currently performed as well as describing future
+    directions and where we'd like to go.
     </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>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
+    you through construction of a simple JIT for C code (based on Clang) and
+    talks about some of the important APIs for doing this.  After getting it
+    working, Nate describes the efficiency implications of various choices and
+    describes how to dramatically improve the efficiency of the first
+    implementation.
     </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>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
+        PixelBender language to run on the CPU and GPU.  This talk describes how
+        AIF and PixelBlender work and how it uses LLVM to evaluate dependencies,
+        reason about dirty regions of images, and do pixel processing when a GPU
+        cannot handle a program.        
     </td>
   </tr>
   
   <tr><td>[Slides] [Video]</td>
-    <td>Ted Kremenek<br>Apple Inc.</td>
+    <td>Ted Kremenek<br><i>Apple Inc.</i></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>Nuno Lopes<br><i>Instituto Superior Tecnico</i></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>Anton Korobeynikov<br><i>Saint Petersburg State University</i></td>
     <td><b>llvmc2 Compiler Driver</b> - .
     </td>
   </tr>
   
   <tr><td>[Slides] [Video]</td>
-    <td>John Criswell<br>University of Illinois</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>
-    <td>Nicolas Geoffray<br>Universite Pierre et Marie Curie</td>
+    <td>Nicolas Geoffray<br><i>Universite Pierre et Marie Curie</i></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>Tim Sander<br><i>Technischen Universitat Darmstadt</i></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>Scott Petersen<br><i>Adobe Inc.</i></td>
     <td><b>Targeting the Adobe Flash Virtual Machine</b> - .
     </td>
   </tr>
@@ -264,7 +272,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:32:44 $
+<br>Last modified: $Date: 2008/08/03 22:09:07 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list