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

Tanya Lattner tonic at nondot.org
Sat Jul 26 15:19:18 PDT 2008



Changes in directory llvm-www/devmtg:

index.php updated: 1.17 -> 1.18
---
Log message:

Add agenda.



---
Diffs of the changes:  (+41 -26)

 index.php |   67 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 41 insertions(+), 26 deletions(-)


Index: llvm-www/devmtg/index.php
diff -u llvm-www/devmtg/index.php:1.17 llvm-www/devmtg/index.php:1.18
--- llvm-www/devmtg/index.php:1.17	Mon Jul 21 02:02:48 2008
+++ llvm-www/devmtg/index.php	Sat Jul 26 17:18:30 2008
@@ -16,7 +16,7 @@
 	<li><a href="#attendees">Attendees</a></li>
 	<li><a href="#agenda">Agenda</a></li>
         <li><a href="#getting">Getting There</a></li>
-        <li><a href="#students">Student Funding</a></li> 
+        <!-- <li><a href="#students">Student Funding</a></li> --> 
 </ol>
 </td><td>
 	<ul>
@@ -77,9 +77,9 @@
 <div class="www_text">
         <p>This table lists all attendees that have expressed interest in attending this year's conference.</p>
         <table class="www">
-        <tr><th>Name</th><th>Organization</th></tr>
+        <tr><th>Name</th><th>Organization</th><th>Registered for Dinner</th></tr>
 <?
-$sql = "SELECT lastName, firstName, organization from attendees ORDER BY lastName, firstName";
+$sql = "SELECT lastName, firstName, organization, fridayDinner from attendees ORDER BY lastName, firstName";
 $results = mysql_query($sql);
 $count = 0;
 while($row = mysql_fetch_array($results)) {
@@ -89,6 +89,8 @@
   print $row['lastName'];
   print '</td><td>';
   print $row['organization'];
+  print '</td><td>';
+  print $row['fridayDinner'];
   print '</td></tr>';
   $count++;
 }
@@ -102,25 +104,38 @@
 
 <!-- <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>2008 LLVM Developers' Meeting Agenda</p>
 
-<p>The meeting is tentatively scheduled between 8:00 AM and 5:00 PM Pacific Time.</p>
-
-<p>Below is a list of the selected talks. A more formal schedule will be posted soon.</p>
-
-<table border=1>
-<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>Steve Naroff</td></tr>
-<tr><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 class="www" border=1>
+<tr><th>Time</th><th>Talk Title</th><th>Speaker</th></tr>
+<tr><td>8:00-8:45</td><td colspan=2>BREAKFAST</td></tr>
+<tr><td>8:45-9:00</td><td>Welcome</td><td>Chris Lattner, Apple</td></tr>
+<tr><td>9:00-9:35</td><td>Clang</td><td>Steve Naroff, Apple</td></tr>
+<tr><td>9:35-10:10</td><td>CodeGen Overview and Focus on SelectionDAGs</td><td>Dan Gohman</tr>
+<tr><td>10:10-10:30</td><td colspan=2>BREAK</td></tr>
+<tr><td>10:30-11:05</td><td>Register Allocation</td><td>Evan Cheng, Apple</td></tr>
+<tr><td>11:05-11:40</td><td>Building an Efficient JIT</td><td>Nate Begeman, Apple</td></tr>
+<tr><td>11:40-12:10</td><td>LLVM Panel Discussion</td><td>LLVM Code Owners</td></tr>
+<tr><td>12:10-1:30</td><td colspan=2>LUNCH</td></tr>
+<tr><td>1:30-2:05</td><td></td><td></td></tr>
+<tr><td align=right>Garage1:</td><td>Finding Bugs with Source Code Analysis</td><td>Ted Kremenek</td></tr>
+<tr><td align=right>Garage2:</td><td>Building a JIT compiler for PHP in 2 days</td><td>Nuno Lopes, Instituto Superior Tecnico</td></tr>
+<tr><td>2:10-2:45</td><td></td><td></td></tr>
+<tr><td align=right>Garage1:</td><td>Adobe Image Foundation and Adobe PixelBender</td><td>
+Chuck Rose III, Adobe</td></tr>
+<tr><td align=right>Garage2:</td><td>Cell Backend</td><td>Scott Michel, Aerospace</td></tr>
+<tr><td>2:50-3:25</td><td></td><td></td></tr>
+<tr><td align=right>Garage1:</td><td>llvm2c</td><td>
+Anton Korobeynikov, Saint Petersburg State University</td></tr>
+<tr><td align=right>Garage2:</td><td>SVA: Using LLVM to Provide Memory Safety</td><td>John Criswell, University of Illinois</td></tr>
+<tr><td>3:25-3:45</td><td colspan=2>BREAK</td></tr>
+<tr><td>3:45-4:20</td><td></td><td></td></tr>
+<tr><td align=right>Garage1:</td><td>The VMKit Project</td><td>
+Nicolas Geoffray, Universite Pierre et Marie Curie</td></tr>
+<tr><td align=right>Garage2:</td><td>The LLVM Hardware Backend</td><td>Tim Sander, Technischen Universitat Darmstadt</td></tr>
+<tr><td>4:25-5:00</td><td></td><td></td></tr>
+<tr><td align=right>Garage1:</td><td>Targeting the Adobe Flash Virtual Machine</td><td>Scott Peterson, Adobe</td></tr>
+<tr><td>5:30-7:30</td><td colspan=2>DINNER (Must have registered w/ dinner option)</td></tr>
 </table>
 
 <div class="www_sectiontitle" id="getting">Getting There</div>
@@ -128,9 +143,9 @@
 <p>The meeting will be held in building <a
 href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=4+Infinite+Loop,+Cupertino,+CA+95014&sll=37.333228,-122.028923&sspn=0.010561,0.020964&ie=UTF8&ll=37.333228,-122.028923&spn=0.010561,0.020964&z=16&iwloc=addr">Infinite
 Loop 4</a> at Apple Inc.'s campus. The conference center is publicly accessible
-to non-Apple employees, and can be reached by taking the stairs up one floor
-from the foyer on the ground level.
-
+to non-Apple employees. <b>You must check in at the lobby desk and receive a name badge.</b>
+The conference is held on the second floor in rooms Garage 1 and Garage 2. There will be signs to assist you in locating the room.
+</p> 
 <div class="www_subsection">Parking</div>
 
 <p>All outside parking on the Infinite Loop is accessible to all visitors. You
@@ -173,12 +188,12 @@
 Cupertino, CA 95014<br>
 (408) 253-8900<br>
 </p>
-
+<!--
 <div class="www_sectiontitle" id="students">Student Funding</div>
 <p>We have a small amount of funding available to students who need assistance attending the LLVM Developers' meeting. A student may receive partial or full funding if they agree to give a short talk and write up a blog entry of their experience. Preference is given to students who are active contributors to LLVM or clang. </p>
 
 <p>If you require financial assistance and are enrolled as a student at the time of the meeting, please submit a <a href="students.php">funding request</a>.</p>
-
+-->
 <?
 virtual("../footer.incl"); 
 ?>






More information about the llvm-commits mailing list