[www] r280663 - Add timings for 2016 LLVM Cauldron

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 5 08:22:25 PDT 2016


Author: asb
Date: Mon Sep  5 10:22:25 2016
New Revision: 280663

URL: http://llvm.org/viewvc/llvm-project?rev=280663&view=rev
Log:
Add timings for 2016 LLVM Cauldron

Modified:
    www/trunk/devmtg/2016-09/index.html

Modified: www/trunk/devmtg/2016-09/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-09/index.html?rev=280663&r1=280662&r2=280663&view=diff
==============================================================================
--- www/trunk/devmtg/2016-09/index.html (original)
+++ www/trunk/devmtg/2016-09/index.html Mon Sep  5 10:22:25 2016
@@ -100,6 +100,28 @@ Here are some important dates to keep on
 </p>
 
 <div class="www_sectiontitle" id="schedule">Schedule</div>
+<table id="devmtg">
+<tr><th>Time</th><th>Topic</th></tr>
+<tr><td>09:30</td><td><i>Registration and refreshments</i></td></tr> 
+<tr><td>10:00</td><td>Introduction (Alex Bradbury) followed by Keynote: Optimizing 
+    with persistent data structures (Andy Wingo)</td></tr>
+<tr><td>11:00</td><td>LLV8: Adding LLVM as an extra JIT tier to V8 JavaScript 
+    engine (Dmitry Melnik)</td></tr>
+<tr><td>11:30</td><td>Using LLVM and Sulong for Language C Extensions (Chris Seaton)</td></tr>
+<tr><td>12:00</td><td><i>LUNCH</i></td></tr>
+<tr><td>13:00</td><td>Scheduler for in-order processors - what's present and 
+    what's missing in LLVM? (Javed Absar)</td></tr>
+<tr><td>13:30</td><td>An Altruistic Processor - AAP (Simon Cook and Ed Jones)</td></tr>
+<tr><td>14:00</td><td>Syntax macros - a case study in extending Clang (Norman Rink)</td></tr>
+<tr><td>14:30</td><td><i>BREAK AND REFRESHMENTS</i></td></tr>
+<tr><td>15:15</td><td>Accelerating Python code with Numba and LLVM (Graham 
+    Markall)</td></tr>
+<tr><td>15:45</td><td> How to add a new target to LLD (Peter Smith)</td></tr>
+<tr><td>16:15</td><td>Lightning talks</td></tr>
+<tr><td>16:45</td><td>End of talks schedule</td></tr>
+<tr><td>18:00</td><td>LLVM/GNU evening social event begins</td></tr>
+<tr><td>20:30</td><td>LLVM/GNU evening social event ends</td></tr>
+</table>
 <p>
 Full event timings will be published shortly. The keynote will start at 10am
 and the talks schedule will close with lightning talks finishing at 4.45pm.




More information about the llvm-commits mailing list