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

James Molloy james.molloy at arm.com
Tue Jun 12 01:07:30 PDT 2012


Author: jamesm
Date: Tue Jun 12 03:07:30 2012
New Revision: 158354

URL: http://llvm.org/viewvc/llvm-project?rev=158354&view=rev
Log:
Correct incorrect filename for Hal's talk video link

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=158354&r1=158353&r2=158354&view=diff
==============================================================================
--- www/trunk/devmtg/2012-04-12/index.html (original)
+++ www/trunk/devmtg/2012-04-12/index.html Tue Jun 12 03:07:30 2012
@@ -28,7 +28,7 @@
 <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> | <a href="videos/Lee_Smith-desktop.mov">Video</a> (<a href="videos/Lee_Smith-mobile.mov">Mobile</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> | <a href="videos/Hal_Finkel-desktop.mov">Video</a> (<a href="videos/Hal_Finkel-mobile.mov">Mobile</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> | <a href="videos/Hal-Finkel-desktop.mov">Video</a> (<a href="videos/Hal_Finkel-mobile.mov">Mobile</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> | <a href="videos/Manuel_Klimek-desktop.mov">Video</a> (<a href="videos/Manuel_Klimek-mobile.mov">Mobile</a>)</td></tr>
 <tr><td><b>Eli Bendersky </b><br/>Intel</td><td>MCJIT</td><td><a href="Slides/Eli_Bendersky.pdf">Slides</a> | <a href="videos/Eli_Bendersky-desktop.mov">Video</a> (<a href="videos/Eli_Bendersky-mobile.mov">Mobile</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> (<a href="Slides/Wayne_Palmer.pdf">PDF</a>) | <a href="videos/Wayne_Palmer-desktop.mov">Video</a> (<a href="videos/Wayne_Palmer-mobile.mov">Mobile</a>)</td></tr>





More information about the llvm-commits mailing list