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

Chris Lattner sabre at nondot.org
Sun Aug 3 13:37:30 PDT 2008



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

index.html updated: 1.5 -> 1.6
---
Log message:

add sections for each talk


---
Diffs of the changes:  (+112 -38)

 index.html |  150 +++++++++++++++++++++++++++++++++++++++++++++----------------
 1 files changed, 112 insertions(+), 38 deletions(-)


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.5 llvm-www/devmtg/2008-08/index.html:1.6
--- llvm-www/devmtg/2008-08/index.html:1.5	Sun Aug  3 15:22:02 2008
+++ llvm-www/devmtg/2008-08/index.html	Sun Aug  3 15:37:12 2008
@@ -8,14 +8,14 @@
 	<li><a href="#attendees">Attendees</a></li>
 </ol>
 </td><td>
-	<ul>
-		<li><b>What</b>: The second general meeting of LLVM Developers and Users.
-		</li>
-		<li><b>Why</b>: To get acquainted, learn how LLVM is used, and exchange 
-		ideas.</li>
-		<li><b>When</b>: August 1, 2008</li>
-		<li><b>Where</b>: Apple Campus</li>
-	</ul>
+<ul>
+  <li><b>What</b>: The second general meeting of LLVM Developers and Users.
+  </li>
+  <li><b>Why</b>: To get acquainted, learn how LLVM is used, and exchange 
+  ideas.</li>
+  <li><b>When</b>: August 1, 2008</li>
+  <li><b>Where</b>: Apple Campus</li>
+</ul>
 </td></tr></table>
 
 <p><b>Sponsored By: Apple, Google, Adobe, UIUC</b></p>
@@ -27,54 +27,128 @@
 
 <div class="www_sectiontitle" id="proceedings">Proceedings</div>
 
-<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>
-
+<p>The day was structured to have general overview/introduction talks about some
+major LLVM subsystems, followed by talks on applications of LLVM for various
+specific projects.</p>
 
+<!-- ======================================================================= -->
 <div class="www_subsection">Welcome and Thanks</div>
+<div class="www_subsubsection">Chris Lattner, Apple Inc.</div>
 
-<div class="www_subsubsection">Chris Lattner, Apple Inc</div>
-
-<p>[<a href="">Slides</a>] [Video]</p>
+<p>[Slides] [Video]</p>
 
 <p>A brief welcome, thanks and some logistics for the day.</p>
 
 
+<!-- ======================================================================= -->
 <div class="www_subsection">Clang Internals</div>
-<div class="www_subsubsection">Steve Naroff, Apple Inc</div>
+<div class="www_subsubsection">Steve Naroff, Apple Inc.</div>
 
-<p>[<a href="">Slides</a>] [Video]
-Clang status, design and architecture.</p>
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>Clang status, design and architecture.</p>
 
 
+<!-- ======================================================================= -->
 <div class="www_subsection">CodeGen Overview and Focus on SelectionDAGs</div>
-<div class="www_subsubsection">Dan Gohman, Apple Inc</div>
+<div class="www_subsubsection">Dan Gohman, Apple Inc.</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
 
-<p>[<a href="">Slides</a>] [Video]
+<p>
 A high-level overview of the LLVM Code Generator, with specific depth and
 overview in the area of the SelectionDAG phases.</p>
 
+<!-- ======================================================================= -->
+<div class="www_subsection">Register Allocation</div>
+<div class="www_subsubsection">Evan Cheng, Apple Inc.</div>
 
-<table class="www">
-<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 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 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 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 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 align=right>Garage1:</td><td>Targeting the Adobe Flash Virtual Machine</td><td>Scott Petersen, Adobe</td></tr>
-</table>
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">Building an Efficient JIT</div>
+<div class="www_subsubsection">Nate Begeman, Apple Inc.</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">LLVM Panel Discussion</div>
+<div class="www_subsubsection">LLVM Code Owners</div>
+
+<p>[Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">Adobe Image Foundation and Adobe PixelBender</div>
+<div class="www_subsubsection">Chuck Rose III, Adobe Inc.</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">Finding Bugs with Source Code Analysis</div>
+<div class="www_subsubsection">Ted Kremenek, Apple Inc.</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">Building a JIT compiler for PHP in 2 days</div>
+<div class="www_subsubsection">Nuno Lopes, Instituto Superior Tecnico</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">llvmc2 Compiler Driver</div>
+<div class="www_subsubsection">Anton Korobeynikov, Saint Petersburg State
+University</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">SVA: Using LLVM to Provide Memory Safety</div>
+<div class="www_subsubsection">John Criswell, University of Illinois</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">The VMKit Project</div>
+<div class="www_subsubsection">Nicolas Geoffray, Universite Pierre et Marie
+Curie</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
 
+<!-- ======================================================================= -->
+<div class="www_subsection">The LLVM Hardware Backend</div>
+<div class="www_subsubsection">Tim Sander, Technischen Universitat 
+Darmstadt</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
+
+<p>...</p>
+
+<!-- ======================================================================= -->
+<div class="www_subsection">Targeting the Adobe Flash Virtual Machine</div>
+<div class="www_subsubsection">Scott Petersen, Adobe Inc.</div>
+
+<p>[<a href="">Slides</a>] [Video]</p>
 
+<p>...</p>
 
 
 
@@ -214,7 +288,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:22:02 $
+<br>Last modified: $Date: 2008/08/03 20:37:12 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list