[www] r220835 - SCHEDULE CHANGE. Move 2 talks to replace cancelled talk.

Tanya Lattner tonic at nondot.org
Tue Oct 28 17:38:49 PDT 2014


Author: tbrethou
Date: Tue Oct 28 19:38:48 2014
New Revision: 220835

URL: http://llvm.org/viewvc/llvm-project?rev=220835&view=rev
Log:
SCHEDULE CHANGE. Move 2 talks to replace cancelled talk.

Modified:
    www/trunk/devmtg/2014-10/index.html

Modified: www/trunk/devmtg/2014-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2014-10/index.html?rev=220835&r1=220834&r2=220835&view=diff
==============================================================================
--- www/trunk/devmtg/2014-10/index.html (original)
+++ www/trunk/devmtg/2014-10/index.html Tue Oct 28 19:38:48 2014
@@ -132,7 +132,7 @@ Please sign up for the LLVM Developers'
   <tr><th>Time</th><th>Talk</th><th>Location</th></tr>
 
   <tr><td>8:00 - 9:00</td><td>Breakfast</td><td>Oak Fir Foyer</td></tr>
-  <tr class="alt"><td>9:00 - 9:45</td><td><b><a href="#talk8">Swift's High-Level IR: A Case Study of Complementing LLVM IR with Language-Specific Optimization</a></b><br>Chris Lattner, <i>Apple</i><br>Joe Groff, <i>Apple</i></td><td>Oak Fir</td></tr>
+  <tr class="alt"><td>9:00 - 9:45</td><td><b><a href="#talk11">The LLVM Pass Manager, Part 2</a></b><br>Chandler Carruth, <i>Google</i></td><td>Oak Fir</td></tr>
 
 <tr><td rowspan=3>9:45 - 10:30</td><td><b><a href="#talk9">What does it take to get LLVM as performant as GCC</a></b><br>James Molloy, <i>ARM</i><br>Ana Pazos, <i>QuIC</i></td><td>Oak Fir</td></tr>
 <tr><td><b><a href="#talk10">Blowing up the Atomic Barrier</a></b><br>Robin Morisset, <i>Google</i></td><td>Pine</td></tr>
@@ -140,8 +140,8 @@ Please sign up for the LLVM Developers'
 
 <tr class="alt"><td>10:30 - 11:00</td><td>Break</td><td>Oak Fir Foyer</td></tr>
 
-<tr><td rowspan=3>11:00 - 11:45</td><td><b><a href="#talk11">The LLVM Pass Manager, Part 2
-</a></b><br>Chandler Carruth, <i>Google</i></td><td>Oak Fir</td></tr>
+<tr><td rowspan=3>11:00 - 11:45</td><td><b><a href="#talk18">
+Skip the FFI: Embedding Clang for C Interoperability</a></b><br>Jordan Rose, <i>Apple</i><br>John McCall, <i>Apple</i></td><td>Oak Fir</td></tr>
   <tr><td><b><a href="#talk12">Supporting Vector Programming on a Bi-Endian Processor Architecture</a></b><br>Bill Schmidt, <i>IBM</i></td><td>Pine</td></tr>
   <tr><td><a href="#bof4"><b>BOF: Improving LLVM for remote test execution</b></a><br>Brian Rzycki, <i>Samsung Austin R&D Center</i></td><td>Cedar</td></tr>
 
@@ -157,8 +157,7 @@ Please sign up for the LLVM Developers'
 
 <tr class="alt"><td>1:15 - 2:30</td><td>Lunch</td><td>TBD</td></tr>
 
-<tr><td rowspan=3>2:30 - 3:15</td><td><b><a href="#talk17">Implementation of global instruction scheduling in LLVM infrastructure</a></b><br>Sergei Larin, <i>QuIC</i><br>Aditya Kumar, <i>QuIC</i></td><td>Oak Fir</td></tr>
-  <tr><td><b><a href="#talk18">Skip the FFI: Embedding Clang for C Interoperability</a></b><br>Jordan Rose, <i>Apple</i><br>John McCall, <i>Apple</i></td><td>Pine</td></tr>
+<tr><td rowspan=2>2:30 - 3:15</td><td><b><a href="#talk17">Implementation of global instruction scheduling in LLVM infrastructure</a></b><br>Sergei Larin, <i>QuIC</i><br>Aditya Kumar, <i>QuIC</i></td><td>Oak Fir</td></tr>
 <tr><td><a href="#bof7"><b>BOF: LLVM Inliner Improvements</a></b><br>Yin Ma, <i>QuIC</i><br>Ana Pazos, <i>QuIC</i><br>Jiangling Liu, <i>ARM</i></td><td>Cedar</td></tr>
 
 <tr class="alt"><td rowspan=3>3:15 - 4:00</td><td><b><a href="#light">Lightning Talks</a></b></td><td>Oak Fir</td></tr>
@@ -232,14 +231,6 @@ This talk presents an LLVM-based system
 </p>
 
 <p>
-<b><a id="talk8">Swift's High-Level IR: A Case Study of Complementing LLVM IR with Language-Specific Optimization
-</a></b><br>
-<i>Chris Lattner (Speaker) - Apple, 
-Joe Groff (Speaker) - Apple</i><br>
-The Swift programming language is built on LLVM and uses LLVM IR and the LLVM backend for code generation, but it also contains a new high-level IR called SIL to model the semantics of the language (and perform optimizations) at a higher level.   In this talk, we discuss the motivations and applications of SIL, including high-level semantic analyses and transformations such as flow-dependent diagnostics, devirtualization, specialization, reference counting optimization, and TBAA, and we compare SIL's design with that of LLVM IR.
-</p>
-
-<p>
 <b><a id="talk9">What does it take to make LLVM as performant as GCC
 </a></b><br>
 <i>James Molloy (Speaker) - ARM, 





More information about the llvm-commits mailing list