[llvm-commits] CVS: llvm-www/DevMtgMay2007.html

Reid Spencer reid at x10sys.com
Sat Mar 31 14:49:56 PDT 2007



Changes in directory llvm-www:

DevMtgMay2007.html updated: 1.6 -> 1.7
---
Log message:

Improve TOC and fix spelling mistakes.


---
Diffs of the changes:  (+17 -11)

 DevMtgMay2007.html |   28 +++++++++++++++++-----------
 1 files changed, 17 insertions(+), 11 deletions(-)


Index: llvm-www/DevMtgMay2007.html
diff -u llvm-www/DevMtgMay2007.html:1.6 llvm-www/DevMtgMay2007.html:1.7
--- llvm-www/DevMtgMay2007.html:1.6	Sat Mar 31 16:44:09 2007
+++ llvm-www/DevMtgMay2007.html	Sat Mar 31 16:49:38 2007
@@ -2,7 +2,14 @@
 <div class="www_sectiontitle">May 2007 LLVM Developers Meeting</div>
 <ol>
   <li><a href="#overview">Summary</a></li>
-  <li><a href="#agenda">Agenda</a></li>
+  <li><a href="#agenda">Agenda</a>
+  <ol>
+    <li><a name="sess0">Session 0: LLVM History</a></li>
+    <li><a name="sess1">Session 1: Introductions</a></li>
+    <li><a name="sess2">Session 2: Learning LLVM</a></li>
+    <li><a name="sess3">Session 3: Using  LLVM</a></li>
+    <li><a name="sess4">Session 4: Improving LLVM</a></li>
+  </ol></li>
   <li><a href="#travel">Travel Tips</a>
   <ol>
     <li><a href="#airports">Airports</a>
@@ -34,7 +41,7 @@
     indicating that you'd like to attend. Your name will be added below.</li>
   </ul>
   <p><b>CALL FOR PARTICIPATION</b>: Please don't be bashful or just lurk! 
-  Anyone with even a mild curiousity about LLVM is welcome to attend. But, 
+  Anyone with even a mild curiosity about LLVM is welcome to attend. But, 
   please do send an email if you plan to attend so we can ensure there is space
   for you.</p>
   <p><b>CALL FOR PRESENTATIONS</b>: This meeting is for you and by you. If you
@@ -68,7 +75,7 @@
   </table>
 </div>
 
-<div class="www_subsection"><a name="intros">Session 0: LLVM History</a></div>
+<div class="www_subsection"><a name="sess0">Session 0: LLVM History</a></div>
 <div class="www_text">
   <p>During this brief session, Vikram Adve and Chris Lattner (the originators
   of LLVM) will present a brief and casual history of how LLVM got from an idea
@@ -76,7 +83,7 @@
   2007.</p>
 </div>
 
-<div class="www_subsection"><a name="intros">Session 1: Introductions</a></div>
+<div class="www_subsection"><a name="sess1">Session 1: Introductions</a></div>
 <div class="www_text">
   <p>This time is reserved for in-depth introductions of everyone attending 
   the meeting. The thing you all wanted most was to get to know one another. 
@@ -85,7 +92,7 @@
   want to say.</p>
 </div>
 
-<div class="www_subsection"><a name="learn">Session 2: Learning LLVM</a></div>
+<div class="www_subsection"><a name="sess2">Session 2: Learning LLVM</a></div>
 <div class="www_text">
   <p>This session will provide presentations about LLVM. Most everyone at the 
   meeting will be somewhat familiar with LLVM (if not experts) so if you're 
@@ -94,7 +101,7 @@
   LLVM, that tutorial you gave last week, etc.</p>
 </div>
 
-<div class="www_subsection"><a name="use">Session 3: Using  LLVM</a></div>
+<div class="www_subsection"><a name="sess3">Session 3: Using  LLVM</a></div>
 <div class="www_text">
   <p>This session will cover some of the novel ways in which LLVM is currently 
   being used. If you use LLVM, please consider making a presentation in this 
@@ -112,8 +119,7 @@
 </table>
 </div>
 
-<div class="www_subsection"><a name="improve">Session 4: Improving LLVM</a>
-</div>
+<div class="www_subsection"><a name="sess4">Session 4: Improving LLVM</a></div>
 <div class="www_text">
   <p>This time is reserved for specific LLVM technical issues that need to be 
   addressed. Everyone should submit their ideas here, from pet peeves to 
@@ -128,7 +134,7 @@
 <div class="www_subsection"><a name="airports">Airports</a></div>
 <div class="www_text">
   <p>The closest airport is San Jose International Airport (SJC; 10 miles away).
-  There is also San Francisco Internation Airport (SFO; 43 miles away) or 
+  There is also San Francisco International Airport (SFO; 43 miles away) or 
   Oakland (OAK; 49 miles away). IMHO, I would choose SJC, then SFO, and lastly 
   OAK, depending upon the prices.</p>
 </div>
@@ -179,7 +185,7 @@
   <table>
     <tr><th>Name</th><th>Organization</th></tr>
     <tr><td>Vikram Adve</td><td>UIUC</td></tr>
-    <tr><td>Owen Anderson</td><td>MacAlester College</td></tr>
+    <tr><td>Owen Anderson</td><td>Macalester College</td></tr>
     <tr><td>Ryan Brown</td><td>Google</td></tr>
     <tr><td>Jeff Cohen</td><td>Independent</td></tr>
     <tr><td>Chris Lattner</td><td>Apple, Inc.</td></tr>
@@ -200,6 +206,6 @@
   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: 2007/03/31 21:44:09 $
+<br/>Last modified: $Date: 2007/03/31 21:49:38 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list