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

Chris Lattner sabre at nondot.org
Sun Aug 3 13:22:21 PDT 2008



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

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

formatting


---
Diffs of the changes:  (+19 -7)

 index.html |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)


Index: llvm-www/devmtg/2008-08/index.html
diff -u llvm-www/devmtg/2008-08/index.html:1.4 llvm-www/devmtg/2008-08/index.html:1.5
--- llvm-www/devmtg/2008-08/index.html:1.4	Sun Aug  3 15:18:47 2008
+++ llvm-www/devmtg/2008-08/index.html	Sun Aug  3 15:22:02 2008
@@ -32,19 +32,31 @@
 LLVM after lunch.</p>
 
 
-<div class="www_subsubsection">Welcome and Thanks</div>
+<div class="www_subsection">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">Chris Lattner, Apple Inc</div>
 
+<p>[<a href="">Slides</a>] [Video]</p>
 
-<div class="www_subsubsection">Clang Internals</div>
+<p>A brief welcome, thanks and some logistics for the day.</p>
 
-<p><b>Steve Naroff, Apple Inc</b>: Clang status, design and architecture.</p>
+
+<div class="www_subsection">Clang Internals</div>
+<div class="www_subsubsection">Steve Naroff, Apple Inc</div>
+
+<p>[<a href="">Slides</a>] [Video]
+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>
+
+<p>[<a href="">Slides</a>] [Video]
+A high-level overview of the LLVM Code Generator, with specific depth and
+overview in the area of the SelectionDAG phases.</p>
 
 
 <table class="www">
-<tr><td>9:35-10:10</td><td>CodeGen Overview and Focus on SelectionDAGs</td><td>Dan Gohman</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>
@@ -202,7 +214,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:18:47 $
+<br>Last modified: $Date: 2008/08/03 20:22:02 $
 </address>
 
 <!--#include virtual="../../footer.incl" -->






More information about the llvm-commits mailing list