[llvm-commits] [www] r115886 - /www/trunk/devmtg/2010-11/index.html

Tanya Lattner tonic at nondot.org
Wed Oct 6 17:50:36 PDT 2010


Author: tbrethou
Date: Wed Oct  6 19:50:35 2010
New Revision: 115886

URL: http://llvm.org/viewvc/llvm-project?rev=115886&view=rev
Log:
Add tentative agenda, hotel location, link to mailing list.

Modified:
    www/trunk/devmtg/2010-11/index.html

Modified: www/trunk/devmtg/2010-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2010-11/index.html?rev=115886&r1=115885&r2=115886&view=diff
==============================================================================
--- www/trunk/devmtg/2010-11/index.html (original)
+++ www/trunk/devmtg/2010-11/index.html Wed Oct  6 19:50:35 2010
@@ -5,9 +5,7 @@
 	<tr><td valign="top">
 <ol>
          <li><a href="#registration">Registration & Logistics</a></li>
-	<li><a href="#speakers">Call for Speakers</a></li>
-        <li><a href="#sponsors">Sponsors Needed</a></li>
-        <li><a href="#funding">Funding for Active Contributors/Students</a></li>
+	<li><a href="#agenda">Call for Speakers</a></li>
 </ol>
 </td><td>
 <ul>
@@ -16,11 +14,11 @@
   <li><b>Why</b>: To get acquainted, learn how LLVM is used, and exchange 
   ideas.</li>
   <li><b>When</b>: November 4, 2010</li>
-  <li><b>Where</b>: San Jose, CA (Details coming soon)
+  <li><b>Where</b>: <a href="http://www1.hilton.com/en_US/hi/hotel/SJCSHHF-Hilton-San-Jose-California/index.do">Hilton</a>, 300 Almaden Boulevard, San Jose, CA
 </ul>
 </td></tr></table>
 
-<p align="center"><h2><b>SPONSORED BY: <a href="http://apple.com">Apple</a>, <a href="http://www.qualcomm.com/">Qualcomm Incorporated</a>, <a href="http://google.com">Google</a></b></h2></p>
+<p align="center"><h2><b>SPONSORED BY: <a href="http://apple.com">Apple</a>, <a href="http://www.qualcomm.com/quicinc/">QuIC</a>, <a href="http://google.com">Google</a></b></h2></p>
 
 <p>The meeting serves as a forum for <a href="http://llvm.org">LLVM</a>,
 <a href="http://clang.llvm.org">Clang</a>, <a href="http://lldb.llvm.org">LLDB</a> and 
@@ -37,23 +35,36 @@
 and interesting ways.</li>
 </ul>
 
+We also invite you to sign up for the <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-devmeeting">official Developer Meeting mailing list</a> to be kept informed of updates concerning the meeting:
+
 <div class="www_sectiontitle" id="registration">Registration & Logistics</div>
 
 <p>Registration and logistical information coming soon. Please stay tuned.</p>
 
-<div class="www_sectiontitle" id="speakers">Call for Speakers</div>
-
-<p>The deadline to submit a talk proposal has passed.</p>
-
-<div class="www_sectiontitle" id="sponsors">Sponsors Needed</div>
-	
-<p>We are looking for companies to fund active contributors or students to present at this years meeting. We are also looking for companies to sponsor a dinner event after the meeting. Please <a href="mailto:tonic at nondot.org">email us</a> if your company is able to help.</p> 
-
-<div class="www_sectiontitle" id="funding">Funding for Active Contributors/Students</div>
+<div class="www_sectiontitle" id="agenda">Tenative Agenda</div>
 
-<p>There will be some funding for active contributors or students to attend the event. Those who are funded are required to present at the meeting and may have other requirements from their sponsor (ie. writing a blog post, etc).</p>
+<p>The following is a tenative list of schedule talks (more information to come):</p>
 
-<p>If you need funding to attend the meeting, please submit your request to us by <b>September 29, 2010</b> via  the <a href="http://llvm.org/devmtg/students.php">website</a>.</p>
+<table>
+<th><td>Talk Title</td><td>Speaker</td></th>
+<tr><td>LLDB</td><td>Greg Clayton</td></tr>
+<tr><td>Symbolic Crosschecking of Floating-Point and SIMD Code</td><td>Peter Collingbourne, Imperial College London</td></tr>
+<tr><td>The LLVM Assembler & Machine Code Infrastructure</td><td>Daniel Dunbar</td></tr>
+<tr><td>Connecting the EDG front-end to LLVM</td><td>Renato Golin, ARM</td></tr>
+<tr><td>libclang: Thinking Beyond the Compiler</td><td>Doug Gregor</td>
+<tr><td>LLVM for Open Shading Language</td><td>Larry Gritz, Sony</td></tr>
+<tr><td>Polly - Polyhedral optimizations in LLVM</td><td>Tobias Grosser, University of Passau</td></tr>
+<tr><td>libc++</td><td>Howard Hinnant</td></tr>
+<tr><td>Experiences on using LLVM to compile Click packet processing code to Stanford NetFPGA hardware</td><td>James Kempf, Ericsson Research Silicon Valley</td></tr>
+<tr><td>The Crack Scripting Language</td><td>Michael Muller, Google</td></tr>
+<tr><td>Creating cling, an interactive interpreter interface for clang</td><td>Axel Naumann, CERN</td></tr>
+<tr><td>C-to-Verilog.com : High-level synthesis using LLVM</td><td>Nadav Rotem, Haifa University</td></tr>
+<tr><td>Portable Native Client</td><td>David Sehr, Google</td></tr>
+<tr><td>Implementing Include-What-You-Use using clang</td><td>Craig Silverstein, Google</td></tr>
+<tr><td>Object Files in LLVM</td><td>Michael Spencer, Gainsville U</td></tr>
+<tr><td>AMD OpenCL Compiler – Using LLVM to produce a cross-platform heterogeneous compiler tool chain.</td><td>Micah Villmow, AMD Inc.</td></tr>
+<tr><td>Hardening LLVM With Random Testing</td><td>Xuejun Yang, University of Utah</td></tr>
+</table>
 
 <!-- *********************************************************************** -->
 <hr>





More information about the llvm-commits mailing list