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

Reid Spencer reid at x10sys.com
Sat Mar 31 14:37:06 PDT 2007



Changes in directory llvm-www:

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

Significant updates including agenda, talk topics, direction links, etc.


---
Diffs of the changes:  (+161 -16)

 DevMtgMay2007.html |  177 ++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 161 insertions(+), 16 deletions(-)


Index: llvm-www/DevMtgMay2007.html
diff -u llvm-www/DevMtgMay2007.html:1.3 llvm-www/DevMtgMay2007.html:1.4
--- llvm-www/DevMtgMay2007.html:1.3	Tue Mar 27 21:26:04 2007
+++ llvm-www/DevMtgMay2007.html	Sat Mar 31 16:36:49 2007
@@ -1,37 +1,152 @@
 <!--#include virtual="header.incl" -->
 <div class="www_sectiontitle">May 2007 LLVM Developers Meeting</div>
-<ul>
+<ol>
   <li><a href="#overview">Summary</a></li>
-  <li><a href="#directions">Directions to Apple</a></li>
-  <li><a href="#who">Who's Presenting?</a>
-</ul>
+  <li><a href="#agenda">Agenda</a></li>
+  <li><a href="#travel">Travel Tips</a>
+  <ol>
+    <li><a href="#airports">Airports</a>
+    <li><a href="#hotels">Hotels</a>
+    <li><a href="#driving">Driving Directions</a>
+    <li><a href="#meals">Meals</a>
+  </ol>
+  </li>
+  <li><a href="#attendees">Attendees</a></li>
+</ol>
 
 <!-- *********************************************************************** -->
-<div class="www_sectiontitle"><a href="summary">Summary</a></div>
+<div class="www_sectiontitle"><a name="summary">Summary</a></div>
 <div class="www_text">
   <ul>
-    <li><b>What</b>: The first general meeting of LLVM Developers</li>
+    <li><b>What</b>: The first 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>Where</b>: Apple, Inc. Campus, Cupertino, CA</li>
-    <li><b>When</b>: May 25, 2007, 8:00am to 5:00pm</li>
-    <li><b>Who</b>: Everyone is invited to participate and present.  Please 
-    contact <a href="rspencer at reidspencer.com">Reid Spencer</a> for 
-    questions about this meeting.</li>
+    <li><b>Where</b>: Apple, Inc., 1 Infinite Loop, Cupertino, CA 95014, 
+    408.996.1010</li>
+    <li><b>When</b>: May 25, 2007, 8:00am to 6:00pm</li>
+    <li><b>Who</b>: Everyone is invited to participate and present.  If you
+    would like to present, please send your ideas to 
+    <a href="mailto:rspencer at reidspencer.com">Reid Spencer</a> so they can
+    be incorporated on this page.</li>
+    <li><b>How</b>: You can attend for free just by sending an email to 
+    <a href="mailto:llvmdev at cs.uiuc.edu">LLVM Developers Mail List</a>
+    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, 
+  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
+  have an LLVM related topic idea (even if you don't plan to present it),
+  please send it in. We need work group topics as well as people who would
+  like to present something. No idea is a bad one!</p>
 </div>
 
 <!-- *********************************************************************** -->
-<div class="www_sectiontitle"><a href="travel">Travel Tips</a></div>
-<div class="www_subsubsection"><a name="AirPorts">Airports</a></div>
+<div class="www_sectiontitle"><a href="agenda">Agenda</a></div>
+<div class="www_text">
+  <p>The meeting will start at 8am and finish by 6pm. Beyond that, not
+  much is firm at this point.  How much time is spent in the various sessions 
+  depends largely on the submissions we receive from you. We will accommodate
+  as many submissions as possible, even if it means rearranging this
+  preliminary agenda. That said, here's roughly how we think the meeting will 
+  go (all times approximate):</p>
+  <table>
+    <tr><th>Start</th><th>Stop</th><th>Description</th></tr>
+    <tr><td>08:00</td><td>08:45</td><td>Meet - Greet</td></tr>
+    <tr><td>08:45</td><td>09:00</td><td>Session 0: LLVM History</td></tr>
+    <tr><td>09:00</td><td>10:30</td><td>Session 1: Introductions</td></tr> 
+    <tr><td>10:30</td><td>11:00</td><td>Break - Informal Discussions</tr>
+    <tr><td>11:00</td><td>12:00</td><td>Session 2: Learning LLVM</tr>
+    <tr><td>12:00</td><td>13:00</td><td>Lunch Break</td>
+    <tr><td>13:00</td><td>15:00</td><td>Session 3: Using LLVM</td></tr>
+    <tr><td>15:00</td><td>15:30</td><td>Break - Informal Discussions</tr>
+    <tr><td>15:30</td><td>17:00</td><td>Session 4: Improving LLVM</tr>
+    <tr><td>17:00</td><td>18:00</td><td>Wrap up - Social Time</tr>
+    <tr><td>18:00</td><td>21:00</td><td>Dinner (Optional)</td></tr>
+  </table>
+</div>
+
+<div class="www_subsection"><a name="intros">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
+  in the back of Chris' brain in 2000 to an up-and-coming Open Source project in
+  2007.</p>
+</div>
+
+<div class="www_subsection"><a name="intros">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. 
+  So, here's your chance. You have 2-3 minutes to tell us who you are, what 
+  you do, how much you love LLVM, why you work with it, or anything else you 
+  want to say.</p>
+</div>
+
+<div class="www_subsection"><a name="learn">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 
+  inclined to submit something for this session, find something unique, perhaps
+  a little known secret, an idiom you use, tips and tricks, tools you use with 
+  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_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 
+  session.
+  </p>
+<table>
+  <tr><th>Speaker</th><th>Topic</th></tr>
+  <tr><td>Chris Lattner, Apple, Inc.</td>
+    <td>Using LLVM to improve the Apple OpenGL implementation</td>
+  </tr>
+  <tr><td>Sarah Thompson, NASA, Ames Research Center</td>
+    <td>Using LLVM to support model checking, symbolic execution and static
+      analysis</td>
+  </tr>
+</table>
+</div>
+
+<div class="www_subsection"><a name="improve">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 
+  wishful fantasies. What do you think LLVM lacks? Where does it need to go 
+  from here? This session will consist of a 5 minute presentation by the issue 
+  originator followed by 10 minutes of discussion. This will allow 6 issues to 
+  be discussed in this time slot.
+</div>
+</div>
+
+<!-- *********************************************************************** -->
+<div class="www_sectiontitle"><a name="travel">Travel Tips</a></div>
+<div class="www_subsubsection"><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 
   Oakland (OAK; 49 miles away). IMHO, I would choose SJC, then SFO, and lastly 
   OAK, depending upon the prices.</p>
 </div>
-<div class="www_subsubsection"><a name="AirPorts">Hotels</a></div>
-<div>
+<div class="www_subsubsection"><a name="driving">Driving Directions</a></div>
+<div class="www_text">
+  <p>Here are some Google Maps links for driving directions from the three
+  airports.</p>
+  <p><a href="http://maps.google.com/maps?f=d&hl=en&saddr=SJC&daddr=Infinite+Loop+Cupertino,+CA+95014-2083&layer=&sll=37.47278,-122.21252&sspn=0.370567,0.637207&ie=UTF8&z=13&om=1">
+    San Jose International Airport (SJC) to Apple</a></p>
+  <p><a href="http://maps.google.com/maps?f=d&hl=en&saddr=SFO&daddr=Infinite+Loop+Cupertino,+CA+95014-2083&sll=37.0625,-95.677068&sspn=47.033113,81.5625&layer=&ie=UTF8&z=11&om=1">
+    San Francisco International Airport (SFO) to Apple</a></p>
+  <p><a href="http://maps.google.com/maps?f=d&hl=en&saddr=OAK&daddr=Infinite+Loop+Cupertino,+CA+95014-2083&layer=&sll=37.3423,-121.972648&sspn=0.092803,0.159302&ie=UTF8&z=10&om=1">
+    Metropolitan Oakland International Airport (OAK) to Apple</a></p>
+</div>
+
+<div class="www_subsubsection"><a name="hotels">Hotels</a></div>
+<div class="www_text">
   <p>Use this <a
     href="http://maps.google.com/maps?hl=en&q=hotels%20near%201%20infinite%20loop%20cupertino%2C%20CA&btnG=Google+Search&ie=UTF-8&oe=UTF-8&um=1&sa=N&tab=wl">Google Search</a> 
   to find hotels near the meeting.</p>
@@ -48,7 +163,37 @@
    distance. The Hilton may have a shuttle.</blockquote>
  </p>
 </div>
+<div class="www_subsubsection"><a name="meals">Meals</a></div>
+<div class="www_text">
+  <p<b>Breakfast</b>: You're on your own. The Apple cafeteria should be open.
+  There are lots of amenities in the area. 
+  (Anyone care to get more specific?)</p>
+  <p><b>Lunch</b>: Lunch will be catered by Apple. Thank you, Apple!</p>
+  <p><b>Dinner</b>: Dinner is optional and dutch. Those who want to go should
+  try to agree on where before the meetings so that a reservation can be
+  made.</p>
+</div>
 
+<!-- *********************************************************************** -->
+<div class="www_sectiontitle"><a href="attendees">Attendees</a></div>
+<div class="www_text">
+  <p>The table below lists the confirmed attendees for the meeting.</p>
+  <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>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>
+    <tr><td>Scott Michel + 2</td><td>Aerospace</td></tr>
+    <tr><td>Reid Spencer</td><td>Independent</td></tr>
+    <tr><td>Sarah Thompson + 1</td><td>NASA, Ames Research Center</td></tr>
+    <tr><td>Bill Wendling</td><td>Apple, Inc.</td></tr>
+    <tr><td>Marcel Weiher</td><td>MetaObject</td></tr>
+  </table>
+  <p>Total confirmed attendees: 12</p>
+  <p>Total unconfirmed attendees: 4</p>
+</div>
 
 <!-- *********************************************************************** -->
 <hr>
@@ -57,6 +202,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/28 02:26:04 $
+<br/>Last modified: $Date: 2007/03/31 21:36:49 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list