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

Tanya Lattner tonic at nondot.org
Tue Sep 15 22:46:51 PDT 2009



Changes in directory llvm-www/devmtg/2009-10:

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

Add list of talks.


---
Diffs of the changes:  (+24 -1)

 index.php |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletion(-)


Index: llvm-www/devmtg/2009-10/index.php
diff -u llvm-www/devmtg/2009-10/index.php:1.12 llvm-www/devmtg/2009-10/index.php:1.13
--- llvm-www/devmtg/2009-10/index.php:1.12	Wed Sep  9 15:27:17 2009
+++ llvm-www/devmtg/2009-10/index.php	Wed Sep 16 00:45:44 2009
@@ -56,6 +56,7 @@
 This year's meeting is being coordinated by Ted Kremenek and Tanya Lattner.</p>
 
 <div class="www_sectiontitle" id="register">Registration</div>
+<p>Registration is limited to 190 attendees.</p>
 
 <p><a href="../register.php">Register Now!!</a> <b>(Registration deadline is September 20, 2009)</b></p>
 
@@ -95,8 +96,30 @@
 
 <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 August 23, 2009)</b></p>
+<!-- <p><a href="../talk.php">Volunteer to give a talk!</a> <b>(All talk proposals must be received by August 23, 2009)</b></p>
+-->
+<p>This is not a finalized schedule, but a list of the talks that will be given. We will update once we have the final schedule. You can expect the day to start at 8:45, with breakfast from 8:00-8:45.</p>
 
+<table class="www" border=1>
+<tr><th>Talk Title</th><th>Speaker</th></tr>
+<tr><td>Accelerating Ruby with LLVM</td><td>Evan Phoenix</td></tr>
+<tr><td>Clang</td><td>Dough Gregor, Chris Lattner, Ted Kremenek</td></tr>
+<tr><td>CoVaC: Compiler Validation by Program Analysis of the Cross-Product</td><td>Anna Zaks</td></tr>
+<tr><td>Future Works in LLVM Register Allocation</td><td>Lang Hames</td></tr>
+<tr><td>LLVM on 180k Cores</td><td>David Greene</td></tr>
+<tr><td>Object Code Emission</td><td>Bruno Cardoso Lopes</td></tr>
+<tr><td>OpenCL</td><td>Nate Begeman</td></tr>
+<tr><td>Optimizing ActionScript Bytecode using LLVM</td><td>Scott Petersen</td></tr>
+<tr><td>The Parfait Bug-Checker</td><td>Cristina Cifuentes</td></tr>
+<tr><td>PLANG: Translating nVidia PTX language to LLVM IR</td><td>Vinod Grover</td></tr>
+<tr><td>Precise and efficient garbage collection in VMKit with MMTk</td><td>Nicolas Geoffray</td></tr>
+<tr><td>Reimplementing llvm-gcc as a gcc plugin</td><td>Duncan Sands</td></tr>
+<tr><td>ScalarEvolution: What's New, What's Cool</td><td>Dan Gohman</td></tr>
+<tr><td>SoftBound: Highly Compatible and Complete Spatial Memory Safety for C</td><td>Santosh Nagarakatte</td></tr>
+<tr><td>Targeting XCore resources from LLVM</td><td>Richard Osborne</td></tr>
+<tr><td>Tutorial: Building backend in 24 hours</td><td>Anton Korobeynikov</td></tr>
+<tr><td>Unladen Swallow: Python on LLVM</td><td>Collin Winter</td></tr>
+</table>
 <!-- <p>2008 LLVM Developers' Meeting Agenda:</p>
 
 <p>The day is structured to have general talks about some major LLVM subsystems






More information about the llvm-commits mailing list