[llvm-commits] [www] r154821 - /www/trunk/devmtg/2012-04-12/index.html

James Molloy james.molloy at arm.com
Mon Apr 16 09:23:29 PDT 2012


Author: jamesm
Date: Mon Apr 16 11:23:29 2012
New Revision: 154821

URL: http://llvm.org/viewvc/llvm-project?rev=154821&view=rev
Log:
Remove final email about Euro-LLVM, link to slide decks.

Modified:
    www/trunk/devmtg/2012-04-12/index.html

Modified: www/trunk/devmtg/2012-04-12/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2012-04-12/index.html?rev=154821&r1=154820&r2=154821&view=diff
==============================================================================
--- www/trunk/devmtg/2012-04-12/index.html (original)
+++ www/trunk/devmtg/2012-04-12/index.html Mon Apr 16 11:23:29 2012
@@ -18,68 +18,42 @@
 <h2>Announcements</h2>
 
 <ul>
-<li>Registration is now closed!</li>
-<li>We still have room for more lightning talks - please email <a href="mailto:Euro-LLVM at arm.com">Euro-LLVM at arm.com</a>.</li>
+<li>Thanks for making this such a successful event!</li>
+<li>The videos are still being edited, but they are coming...</li>
 </ul>
 
 <h3>Presentations</h3>
 
 <table id="devmtg">
-<tbody><tr align="center"><th>Author</th><th>Title</th></tr>
+<tbody><tr align="center"><th>Author</th><th>Title</th><th>Slides</th></tr>
+
+<tr><td><b>Lee Smith </b><br/>ARM</td><td>Introduction</td><td><a href="Slides/Lee_Smith.pdf">Slides</a></td></tr>
+<tr><td><b>Hal Finkel </b><br/>Argonne National Laboratory</td><td>Autovectorization with LLVM</td><td><a href="Slides/Hal_Finkel.pdf">Slides</a></td></tr>
+<tr><td><b>Manuel Klimek </b><br/>Google</td><td>Refactoring C++ with Clang</td><td><a href="Slides/Manuel_Klimek.pdf">Slides</a></td></tr>
+<tr><td><b>Eli Bendersky </b><br/>Intel</td><td>MCJIT</td><td><a href="Slides/Eli_Bendersky.pdf">Slides</a></td></tr>
+<tr><td><b>Wayne Palmer </b><br/>Barclays Capital</td><td>Generating Serialisation Code with Clang</td><td><a href="Slides/Wayne_Palmer.ppt">Slides</a></td></tr>
+<tr><td><b>Richard Barton </b><br/>ARM</td><td>Guaranteeing the correctness of MC for ARM</td><td><a href="Slides/Richard_Barton.ppt">Slides</a></td></tr>
+<tr><td><b>Michael Spencer </b><br/>Sony Computer Entertainment America</td><td>lld - the LLVM Linker</td><td><a href="Slides/Michael_Spencer.pptx">Slides</a></td></tr>
+<tr><td><b>Igor Bohm </b><br/>University of Edinburgh</td><td>Reducing dynamic compilation latency - concurrent and parallel dynamic compilation</td><td><a href="Slides/Igor_Bohm.pdf">Slides</a></td></tr>
+<tr><td><b>Mark Charlebois </b><br/>QuIC</td><td>Building Linux with LLVM</td><td><a href="Slides/Mark_Charlebois.pptx">Slides</a></td></tr>
+<tr><td><b>Pablo Barrio </b><br/>Univ. Politécnica de Madrid</td><td>Turning control flow graphs into function call graphs: transformation of partitioned codes for execution in heterogeneous architectures</td><td><a href="Slides/Pablo_Barrio.pptx">Slides</a></td></tr>
+<tr><td><b>Reed Kotler </b><br/>MIPS</td><td>Anatomy of the MIPS LLVM Port</td><td><a href="Slides/Reed_Kotler.ppt">Slides</a></td></tr>
+<tr><td><b>Ralf Karrenberg & Sebastian Hack </b><br/>Saarland University</td><td>Improving Performance of OpenCL on CPUs</td><td><a href="Slides/Ralf_Karrenberg.pdf">Slides</a></td></tr>
 
-<tr><td><b>Michael Spencer </b><br/>Sony Computer Entertainment America</td><td>lld - the LLVM Linker</td></tr>
-<tr><td><b>Mark Charlebois </b><br/>QuIC</td><td>Building Linux with LLVM</td></tr>
-<tr><td><b>Hal Finkel </b><br/>Argonne National Laboratory</td><td>Autovectorization with LLVM</td></tr>
-<tr><td><b>Wayne Palmer </b><br/>Barclays Capital</td><td>Generating Serialisation Code with Clang</td></tr>
-<tr><td><b>Eli Bendersky </b><br/>Intel</td><td>MCJIT</td></tr>
-<tr><td><b>Manuel Klimek </b><br/>Google</td><td>Refactoring C++ with Clang</td></tr>
-<tr><td><b>Pablo Barrio </b><br/>Univ. Politécnica de Madrid</td><td>Turning control flow graphs into function call graphs: transformation of partitioned codes for execution in heterogeneous architectures</td></tr>
-<tr><td><b>Richard Barton </b><br/>ARM</td><td>Guaranteeing the correctness of MC for ARM</td></tr>
-<tr><td><b>Igor Bohm </b><br/>University of Edinburgh</td><td>Reducing dynamic compilation latency - concurrent and parallel dynamic compilation</td></tr>
-<tr><td><b>Ralf Karrenberg & Sebastian Hack </b><br/>Saarland University</td><td>Improving Performance of OpenCL on CPUs</td></tr>
-<tr><td><b>Reed Kotler </b><br/>MIPS</td><td>Anatomy of the MIPS LLVM Port</td></tr>
 </tbody>
 </table>
 
 <h3>Workshops</h3>
 <table id="devmtg">
-<tbody><tr align="center"><th>Author</th><th>Title</th></tr>
-<tr><td><b>David Chisnall</b></td><td>What LLVM can do for you</td></tr>
-<tr><td><b>Anton Korobeynikov</b></td><td>Building a backend in 24 hours</td></tr>
+<tbody><tr align="center"><th>Author</th><th>Title</th><th>Materials</th></tr>
+<tr><td><b>David Chisnall</b></td><td>What LLVM can do for you</td><td><a href="Slides/Workshops/David_Chisnall.pdf">Slides</a> | <a href="Slides/Workshops/memo.cc">memo.cc</a> | <a href="Slides/Workshops/examples.tbz2">examples.tbz2</a></td></tr>
+<tr><td><b>Anton Korobeynikov</b></td><td>Building a backend in 24 hours</td><td><a href="Slides/Workshops/Anton_Korobeynikov.pdf">Slides</a></td></tr>
 </tbody>
 </table>
 
 <h3>Schedule</h3>
 
-The schedule is now available <a href="schedule.pdf">here</a>.
-
-<h3>Latest communication</h3>
-
-<p>Hi,</p>
- 
-<p>The first EU LLVM conference is tomorrow! You're receiving this email because you're registered – if you’re no longer interested in coming please reply back ASAP as we have a waiting list!</p>
- 
-<p>Ideally you should all know this already but the event is being held at the Hotel Russell, Russell Square, London WC1B 5BE. From the Russell Square tube station, exit the station turning left, then turn left again and the hotel is immediately on your left (turn 270 degrees counterclockwise whilst walking forwards...)</p>
- 
-<p>The event will be on the ground floor towards the left as you come in the main door, but there should be signage.</p>
- 
-<p>Please note, we have a slot available for an impromptu BoF or extra lightning talks - this will be announced at the introduction and anyone is welcome to suggest a topic. We also have plenty of available slots for lightning talks still (we only have 2 so far!) so if you have something prepared or need a soapbox for your (targetted, to-the-point) rant, please let one of the organisers know when you turn up :)</p>
- 
-<p>Event registration begins at 12:00 noon. There will be a buffet lunch served from 12:30, followed by the conference opening at 13:30. The schedule is attached.</p>
- 
-<p>The main presentations end at 12:45 on Friday, after which (and after lunch) there will be optional workshops. We’ll be asking you when you sign up to register for these, in order to give their organisers some sort of heads-up as to expected numbers. You are by no means pinned down to either attending or not attending based on this! :) David Chisnall's workshop is expected to be longer than Anton's, so if you wish to attend that the expected finishing time is 15:30 ± <i>delta-t</i></p>
- 
-<p>We'll be handing out feedback forms at opportune moments throughout the conference - these contain ratings for each individual presentation as well as aspects of the event itself - please fill these in, they are invaluable for producing a quality event next year. Please also don't pull any punches - This is the first event on this scale we have put on, so for sure there will be areas where we will be lacking.</p>
- 
-<p>There will be complementary wireless available for the 24h period from 12:00 noon Thursday to 12:00 noon Friday. More information about this will be provided on registration. Note that if you are staying at the hotel overnight, the wireless coverage does not extend upstairs - you will have wired Ethernet access in your room. Plenty of power sockets should be supplied throughout the main meeting room.</p>
- 
-<p>If you have any questions, please don't hesitate to contact me. I'll also be the slightly flustered looking bloke in the ARM t-shirt tomorrow.</p>
- 
-<p>See you all tomorrow!</p>
- 
-<p>Cheers,</p>
- 
-<p>James</p>
+The schedule is available <a href="schedule.pdf">here</a>.
 
 
 <!-- *********************************************************************** -->





More information about the llvm-commits mailing list