[www] r223450 - Fix broken slide links.

Tanya Lattner tonic at nondot.org
Thu Dec 4 21:50:48 PST 2014


Author: tbrethou
Date: Thu Dec  4 23:50:48 2014
New Revision: 223450

URL: http://llvm.org/viewvc/llvm-project?rev=223450&view=rev
Log:
Fix broken slide links.

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=223450&r1=223449&r2=223450&view=diff
==============================================================================
--- www/trunk/devmtg/2014-10/index.html (original)
+++ www/trunk/devmtg/2014-10/index.html Thu Dec  4 23:50:48 2014
@@ -128,7 +128,7 @@ Please sign up for the LLVM Developers'
 <tr><td><a href="Slides/Morisset-AtomicsPresentation.pdf">Slides</a><br><a href="Videos/Blowing up the Atomic Barrier-720.mov">Video</a> (Computer)<br><a href="Videos/Blowing up the Atomic Barrier-360.mov">Video</a> (Mobile)</td><td><b><a href="#talk10">Blowing up the Atomic Barrier</a></b><br>Robin Morisset, <i>Google</i></td></tr>
 
 
-<tr><td><a href="Skip the FFI.pdf">Slides</a><br>Video (Computer)<br>Video (Mobile)</td><td><b><a href="#talk18">
+<tr><td><a href="Slides/Skip the FFI.pdf">Slides</a><br>Video (Computer)<br>Video (Mobile)</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></tr>
 
 <tr><td><a href="Slides/Schmidt-SupportingVectorProgramming.pdf">Slides</a><br><a href="Videos/Supporting Vector Programming on a Bi-Endian Processor Architecture-720.mov">Video</a> (Computer)<br><a href="Videos/Supporting Vector Programming on a Bi-Endian Processor Architecture-360.mov">Video</a> (Mobile)</td><td><b><a href="#talk12">Supporting Vector Programming on a Bi-Endian Processor Architecture</a></b><br>Bill Schmidt, <i>IBM</i></td></tr>
@@ -152,7 +152,7 @@ Skip the FFI: Embedding Clang for C Inte
 <tr><td><a href="Slides/Baev-Controlling_VRP.pdf">Slides</a><br><a href="Videos/Controlling Virtual Register Pressure-720.mov">Video</a> (Computer)<br><a href="Videos/Controlling Virtual Register Pressure-360.mov">Video</a> (Mobile)</td><td><b><a href="#talk20">Controlling Virtual Register Pressure in LLVM Middle-End</a></b><br>Ivan Baev, <i>QuIC</i></td></tr>
   <tr><td><a href="Slides/Zarko-IndexingLargeMixedLang.pdf">Slides</a><br><a href="Videos/Indexing Large, Mixed-Languages Codebases-720.mov">Video</a> (Computer)<br><a href="Videos/Indexing Large, Mixed-Languages Codebases-360.mov">Video</a> (Mobile)</td><td><b><a href="#talk21">Indexing Large, Mixed-Language Codebases</a></b><br>Luke Zarko, <i>Google</i></td></tr>
 
-<tr><td><a href="Christopher-Function Multiversioning Talk.pdf">Slides</a><br><a href="Videos/Architecture Specific Code Generation-720.mov">Video</a> (Computer)<br><a href="Videos/Architecture Specific Code Generation-360.mov">Video</a> (Mobile)</td><td><a href="#talk22"><b>Architecture Specific Code Generation and Function Multiversioning</a></b><br>Eric Christopher, <i>Google</i></td></tr>
+<tr><td><a href="Slides/Christopher-Function Multiversioning Talk.pdf">Slides</a><br><a href="Videos/Architecture Specific Code Generation-720.mov">Video</a> (Computer)<br><a href="Videos/Architecture Specific Code Generation-360.mov">Video</a> (Mobile)</td><td><a href="#talk22"><b>Architecture Specific Code Generation and Function Multiversioning</a></b><br>Eric Christopher, <i>Google</i></td></tr>
 <tr><td><a href="Slides/Hawes-Frappe.pdf">Slides</a><br><a href="Videos/Using Clang to Query Codebases-720.mov">Video</a> (Computer)<br><a href="Videos/Using Clang to Query Codebases-360.mov">Video</a> (Mobile)</td><td><b><a href="#talk23">Frappé: Using Clang to Query and Visualize Large Codebases</a></b><br>Nathan Hawes, <i>Oracle</i><br>Ben Barham, <i>Oracle</i></td></tr>
 </table>
 </p>





More information about the llvm-commits mailing list