[llvm-commits] CVS: llvm-www/devmtg/index.php

Tanya Lattner tbrethou at cs.uiuc.edu
Fri Jul 18 14:01:31 PDT 2008



Changes in directory llvm-www/devmtg:

index.php updated: 1.13 -> 1.14
---
Log message:

Add list of talks.


---
Diffs of the changes:  (+18 -5)

 index.php |   23 ++++++++++++++++++-----
 1 files changed, 18 insertions(+), 5 deletions(-)


Index: llvm-www/devmtg/index.php
diff -u llvm-www/devmtg/index.php:1.13 llvm-www/devmtg/index.php:1.14
--- llvm-www/devmtg/index.php:1.13	Fri Jun  6 16:45:44 2008
+++ llvm-www/devmtg/index.php	Fri Jul 18 16:00:35 2008
@@ -100,14 +100,27 @@
 
 <div class="www_sectiontitle" id="agenda">Agenda</div>
 
-<p><a href="talk.php">Volunteer to give a talk!</a> <b>(All talk proposals must be received by June 30, 2008)</b></p>
+<!-- <p><a href="talk.php">Volunteer to give a talk!</a> <b>(All talk proposals must be received by June 30, 2008)</b></p>
+-->
 
 <p>The meeting is tentatively scheduled between 8:00 AM and 5:00 PM Pacific Time.</p>
 
-<p>The schedule of talks has not yet been determined. If you are interested in
-speaking, please <a
-href="talk.php">let
-us know</a> what topic you'd like to present.</p>
+<p>Below is a list of the selected talks. A more formal schedule will be posted soon.</p>
+
+<table border=0>
+<tr><td>Adobe Image Foundation and Adobe PixelBender: Our Usage of LLVM</td><td>Chuck Rose III, Adobe</td></tr>
+<tr><td>Cell Backend</td><td>Scott Michel, Aerospace</td></tr>
+<tr><td>Clang</td><td>CodeGen Overview and Focus on SelectionDAGs</td><td>Dan Gohman, Apple</td></tr>
+<tr><td>Finding Bugs with Source Code Analysis</td><td>Ted Kremenek, Apple</td></tr>
+<tr><td>Building an Efficient JIT with LLVM</td><td>Nate Begeman, Apple</td></tr>
+<tr><td>llvm2c - New LLVM Compiler Driver</td><td>Anton Korobeynikov, Saint Petersburg State University.</td></tr>
+<tr><td>LLVM Hardware Backend with HW/SW Codesign Toolchain</td><td>Tim Sander, University Darmstadt</td></tr>
+<tr><td>Register Allocation</td><td>Evan Cheng, Apple</td></tr>
+<tr><td>Targeting the Adobe Flash Virtual Machine with LLVM</td><td>Scott Peterson, Adobe</td></tr>
+<tr><td>The VMKit Project - Building a JVM and .Net implementation on top of LLVM</td><td>Nicolas Geoffray, University of Pierre et Marie Curie, France</td></tr>
+<tr><td>Building a JIT compiler for PHP in 2 days</td><td>Nuno Lopes, Instituto Superior Tecnico</td></tr>
+<tr><td>SVA: Using LLVM to Provide Memory Safety for the Entire Software Stack</td><td>John Criswell, University of Illinois at Urbana-Champaign</td></tr>
+</table>
 
 <div class="www_sectiontitle" id="getting">Getting There</div>
 






More information about the llvm-commits mailing list