[llvm-commits] CVS: llvm-www/devmtg/2009-10/index.html index.php

Tanya Lattner tonic at nondot.org
Thu Jul 9 11:54:10 PDT 2009



Changes in directory llvm-www/devmtg/2009-10:

index.html added (r1.1)
index.php added (r1.1)
---
Log message:

Adding guts of 2009 meeting website.


---
Diffs of the changes:  (+201 -0)

 index.html |    5 +
 index.php  |  196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 201 insertions(+)


Index: llvm-www/devmtg/2009-10/index.html
diff -c /dev/null llvm-www/devmtg/2009-10/index.html:1.1
*** /dev/null	Thu Jul  9 13:48:53 2009
--- llvm-www/devmtg/2009-10/index.html	Thu Jul  9 13:48:42 2009
***************
*** 0 ****
--- 1,5 ----
+ <html>
+ <head>
+ <title>LLVM Developers' Meeting</title>
+ <meta http-equiv="REFRESH" content="0;url=http://llvm.org/devmtg/2009-10/index.php"></HEAD>
+ </HTML>


Index: llvm-www/devmtg/2009-10/index.php
diff -c /dev/null llvm-www/devmtg/2009-10/index.php:1.1
*** /dev/null	Thu Jul  9 13:54:06 2009
--- llvm-www/devmtg/2009-10/index.php	Thu Jul  9 13:48:42 2009
***************
*** 0 ****
--- 1,196 ----
+ <?
+ virtual("../../header.incl");
+ 
+ include("connectDB.php");
+ 
+ mysql_connect("127.0.0.1", $user, $password) or die(mysql_error());
+ mysql_select_db($database);
+ 
+ 
+ ?>
+ <div class="www_sectiontitle">LLVM Developers' Meeting</div>
+ <table>
+ 	<tr><td valign="top">
+ <ol>
+ 	<li><a href="#register">Registration</a></li>
+ 	<li><a href="#attendees">Attendees</a></li>
+ 	<li><a href="#agenda">Agenda</a></li>
+         <li><a href="#getting">Getting There</a></li>
+         <li><a href="#students">Student & Active Contributor Funding</a></li>
+ </ol>
+ </td><td>
+ 	<ul>
+ 		<li><b>What</b>: The third 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>: October 2, 2009</li>
+ 		<li><b>Where</b>: Apple Campus (<a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=4+Infinite+Loop,+Cupertino,+CA+95014&sll=37.333228,-122.028923&sspn=0.010561,0.020964&ie=UTF8&ll=37.333228,-122.028923&spn=0.010561,0.020964&z=16&iwloc=addr">4 Infinite Loop, Cupertino, CA</a>)</li>
+ 	</ul>
+ </td></tr></table>
+ 
+ <p align="center"><b>SPONSORED BY: Apple, Google</b></p>
+ 
+ <p>The meeting serves as a forum for both <a href="http://llvm.org">LLVM</a>
+ and <a href="http://clang.llvm.org">Clang</a> developers and users to get acquainted, learn how LLVM is used, and 
+ exchange ideas about LLVM and its (potential) applications. More broadly, we
+ believe the event will be of particular interest to the following people:</p>
+ 
+ <ul>
+ <li>Active LLVM and Clang developers and users.</li>
+ <li>Anyone interested in using LLVM or Clang.</li>
+ <li>Compiler, programming language, and runtime enthusiasts.</li>
+ <li>Those interested in using compiler technology in novel and interesting ways.</li>
+ </ul>
+ 
+ <p><h2><b>Please note that registration is required for this event.</b></h2></p>
+ 
+ <div class="www_subsection" id="mailingList">Mailing List</div>
+ 
+ <p>Please sign up for the LLVM Developers' Meeting <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting">mailing list</a> 
+ to be sent updates regarding the meeting.</p>
+ 
+ <div class="www_subsection" id="contactAdmin">Questions?</div>
+ 
+ <p>If you have any questions, please feel free to <a href="mailto:llvm-devmtg-admin at nondot.org">contact</a> the LLVM Developers' Meeting organizers.</p>
+ 
+ <div class="www_sectiontitle" id="register">Registration</div>
+ 
+ <p><a href="register.php">Register Now!!</a> <b>(Registration deadline is September 20, 2009)</b></p>
+ 
+ <p>Attendance is free and open to everyone, but we ask that everyone planning on
+ attending to <a href="register.php">register</a> so that we get a rough
+ estimate of attendance.</p>
+ 
+ <p>We also ask that <b>everyone</b> planning on attending register (including
+ speakers). This gives us an accurate tally of how many people will be there.</p>
+ 
+ <div class="www_sectiontitle"><a name="attendees">Attendees</a></div>
+ <div class="www_text">
+         <p>This table lists all attendees who have registered to attend this year's conference.</p>
+         <table class="www">
+         <tr><th>Name</th><th>Organization</th><th>Registered for Dinner</th></tr>
+ <?
+ $sql = "SELECT lastName, firstName, organization, fridayDinner from attendees ORDER BY lastName, firstName";
+ $results = mysql_query($sql);
+ $count = 0;
+ while($row = mysql_fetch_array($results)) {
+   print '<tr><td>';
+   print $row['firstName'];
+   print ' ';
+   print $row['lastName'];
+   print '</td><td>';
+   print $row['organization'];
+   print '</td><td>';
+   print $row['fridayDinner'];
+   print '</td></tr>';
+   $count++;
+ }
+ ?>
+ </table>
+ <p><b>Total Confirmed: <?php print $count; ?></b></p>
+         <p>If your name is misspelled, or organization affiliation isn't correct, please <a href="mailto:llvm-devmtg-admin at nondot.org">email us</a>, and we'll correct it.
+ </div>
+ 
+ <div class="www_sectiontitle" id="agenda">Agenda</div>
+ 
+ <p><a href="talk.php">Volunteer to give a talk!</a> <b>(All talk proposals must be received by August 23, 2009)</b></p>
+ 
+ <!-- <p>2008 LLVM Developers' Meeting Agenda:</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>
+ 
+ <table class="www" border=1>
+ <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>
+ -->
+ <div class="www_sectiontitle" id="getting">Getting There</div>
+ 
+ <p>The meeting will be held in building <a
+ href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=4+Infinite+Loop,+Cupertino,+CA+95014&sll=37.333228,-122.028923&sspn=0.010561,0.020964&ie=UTF8&ll=37.333228,-122.028923&spn=0.010561,0.020964&z=16&iwloc=addr">Infinite
+ Loop 4</a> at Apple Inc.'s campus. The conference center is publicly accessible
+ to non-Apple employees. <b>You must check in at the lobby desk and receive a name badge.</b>
+ The conference is held on the second floor in rooms Garage 1 and Garage 2. There will be signs to assist you in locating the room.
+ </p> 
+ <div class="www_subsection">Parking</div>
+ 
+ <p>All outside parking on the Infinite Loop is accessible to all visitors. You
+ do not need a special parking permit.</p>
+ 
+ <div class="www_subsection" id="travel">Travel</div>
+ 
+ <p>Cupertino is located in Silicon Valley, about 45 minutes south by car from
+ San Francisco.</p>
+ 
+ <p>Three major airports service the San Francisco Bay Area:</p>
+ 
+ <ul>
+ <li><a href="http://www.sjc.org">San Jose International Airport</a>  (20 minute drive to Apple)</li>
+ <li><a href="http://www.flysfo.com">San Francisco International Airport</a> (45 minute drive to Apple)</li>
+ <li><a href="http://www.flyoakland.com/">Oakland International Airport</a> (1 hour+ drive to Apple, depending on traffic)</li>
+ </ul>
+ 
+ <div class="www_subsection" id="lodging">Lodging</div>
+ 
+ <p>Coming soon.</p>
+ <!-- <p>We have secured a special rate and room block for the <a href="http://www.cupertinoinn.com/">Cupertino Inn</a> which
+ is just blocks from the Apple Campus. Here is the information:</p>
+ <p>
+ <b>Cut Off Date: July 20, 2008</b><br>
+ Group Block Code: 100014<br>
+ Rate: $134/night<br>
+ 24 hour cancellation policy<br>
+ </p>
+ 
+ <p>The following hotels are within walking distance of the Apple Campus:</p>
+ 
+ <p><a href="http://www.cupertinoinn.com/">Cupertino Inn</a><br>
+ 10889 N De Anza Blvd<br>
+ Cupertino, CA 95014<br>
+ (408) 996-7700<br>
+ </p>
+ 
+ <p><a href="http://www.thecypresshotel.com/">Cypress Hotel</a><br>
+ 10050 S De Anza Blvd<br>
+ Cupertino, CA 95014<br>
+ (408) 253-8900<br>
+ </p> -->
+ 
+ <div class="www_sectiontitle" id="students">Student Funding</div>
+ <p>We have a small amount of funding available to students who need assistance attending the LLVM Developers' meeting. A student may receive partial or full funding if they agree to give a short talk and write up a blog entry of their experience. Preference is given to students who are active contributors to LLVM or clang. </p>
+ 
+ <p>If you require financial assistance and are enrolled as a student at the time of the meeting, please submit a <a href="students.php">funding request</a>.</p>
+ 
+ <?
+ virtual("../../footer.incl"); 
+ ?>






More information about the llvm-commits mailing list