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

Chris Lattner sabre at nondot.org
Sun Aug 3 13:19:05 PDT 2008



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

index.html updated: 1.3 -> 1.4
---
Log message:

updates


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

 index.html |   33 +++++++++++++++------------------
 1 files changed, 15 insertions(+), 18 deletions(-)


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.3 llvm-www/devmtg/2008-08/index.html:1.4
--- llvm-www/devmtg/2008-08/index.html:1.3	Sun Aug  3 15:14:05 2008
+++ llvm-www/devmtg/2008-08/index.html	Sun Aug  3 15:18:47 2008
@@ -1,6 +1,6 @@
 <!--#include virtual="../../header.incl" -->
 
-<div class="www_sectiontitle">LLVM Developers' Meeting</div>
+<div class="www_sectiontitle">2008 LLVM Developers' Meeting</div>
 <table>
 	<tr><td valign="top">
 <ol>
@@ -18,7 +18,7 @@
 	</ul>
 </td></tr></table>
 
-<p align="center"><b>SPONSORED BY: Apple, Google, Adobe, UIUC</b></p>
+<p><b>Sponsored By: Apple, Google, Adobe, UIUC</b></p>
 
 <p>The meeting served as a forum for <a href="http://llvm.org">LLVM</a>
 developers and users to get acquainted, learn how LLVM is used, and 
@@ -27,42 +27,39 @@
 
 <div class="www_sectiontitle" id="proceedings">Proceedings</div>
 
-<p>2008 LLVM Developers' Meeting Proceedings:</p>
-
 <p>The day is structured to have general talks about some major LLVM subsystems
 first, followed by in depth talks on applications and specific subsystems of
 LLVM after lunch.</p>
 
+
+<div class="www_subsubsection">Welcome and Thanks</div>
+
+<p><b>Chris Lattner, Apple Inc</b>: A brief welcome, thanks and some logistics
+for the day.</p>
+
+
+<div class="www_subsubsection">Clang Internals</div>
+
+<p><b>Steve Naroff, Apple Inc</b>: Clang status, design and architecture.</p>
+
+
 <table class="www">
-<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>Adobe Image Foundation and Adobe PixelBender</td><td>
 Chuck Rose III, Adobe</td></tr>
 <tr><td align=right>Garage2:</td><td></td><td></td></tr>
-<tr><td>2:10-2:45</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:50-3:25</td><td></td><td></td></tr>
 <tr><td align=right>Garage1:</td><td>llvmc2</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 Petersen, Adobe</td></tr>
-<tr><td>5:30-7:30</td><td colspan=2>DINNER (Must have registered w/ dinner option)</td></tr>
 </table>
 
 
@@ -205,7 +202,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 20:14:05 $
+<br>Last modified: $Date: 2008/08/03 20:18:47 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list