[www] r324452 - Move video links to YouTube.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 23:15:59 PST 2018


Author: tbrethou
Date: Tue Feb  6 23:15:59 2018
New Revision: 324452

URL: http://llvm.org/viewvc/llvm-project?rev=324452&view=rev
Log:
Move video links to YouTube.

Modified:
    www/trunk/devmtg/2008-08/index.html

Modified: www/trunk/devmtg/2008-08/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2008-08/index.html?rev=324452&r1=324451&r2=324452&view=diff
==============================================================================
--- www/trunk/devmtg/2008-08/index.html (original)
+++ www/trunk/devmtg/2008-08/index.html Tue Feb  6 23:15:59 2018
@@ -39,8 +39,7 @@ href="http://www.youtube.com/view_play_l
       
   <tr>
     <td align="center">
-      [<a href="Lattner_Intro_Hi.m4v">Video Hi</a>]
-      [<a href="Lattner_Intro_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/13iB2FiFCdo">Video</a>]
     </td>
     <td>Chris Lattner<br><i>Apple, Inc.</i></td>
     <td><b>Welcome and Thanks</b> - A brief welcome, thanks and some logistics
@@ -50,8 +49,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Naroff_Clang.pdf">Slides</a>]
-      [<a href="Naroff_Clang_Hi.m4v">Video Hi</a>]
-      [<a href="Naroff_Clang_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/qYe_w2wt54U">Video</a>]
     </td>
     <td>Steve Naroff<br><i>Apple, Inc.</i></td>
     <td>
@@ -65,8 +63,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Gohman_CodeGenAndSelectionDAGs.pdf">Slides</a>]
-      [<a href="Gohman_CodeGenAndSelectionDAGs_Hi.m4v">Video Hi</a>]
-      [<a href="Gohman_CodeGenAndSelectionDAGs_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/Y5kbSDi7qb8">Video</a>]
     </td>
     <td>Dan Gohman<br><i>Apple, Inc.</i></td>
     <td><b>CodeGen Overview and Focus on SelectionDAGs</b> - A high-level
@@ -78,8 +75,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Cheng_RegisterAllocation.pdf">Slides</a>]
-      [<a href="Cheng_RegisterAllocation_Hi.m4v">Video Hi</a>]
-      [<a href="Cheng_RegisterAllocation_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/ktXFOlyEOtY">Video</a>]
     </td>
     <td>Evan Cheng<br><i>Apple, Inc.</i></td>
     <td><b>LLVM Register Allocation</b> - Description of the current design and
@@ -92,8 +88,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Begeman_EfficientJIT.pdf">Slides</a>]
-      [<a href="Begeman_EfficientJIT_Hi.m4v">Video Hi</a>]
-      [<a href="Begeman_EfficientJIT_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/ZPw6JYIQfMo">Video</a>]
     </td>
     <td>Nate Begeman<br><i>Apple, Inc.</i></td>
     <td><b>Building an Efficient JIT</b> - LLVM provides many of the facilities
@@ -109,8 +104,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Rose_AdobePixelBender.pdf">Slides</a>]
-      [<a href="Rose_AdobePixelBender_Hi.m4v">Video Hi</a>]
-      [<a href="Rose_AdobePixelBender_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/bzhXXfUbJv8">Video</a>]
     </td>
     <td>Chuck Rose III<br><i>Adobe Inc.</i></td>
     <td><b>Adobe Image Foundation and Adobe PixelBender</b> - Adobe Image
@@ -125,8 +119,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Kremenek_StaticAnalyzer.pdf">Slides</a>]
-      [<a href="Kremenek_StaticAnalyzer_Hi.m4v">Video Hi</a>]
-      [<a href="Kremenek_StaticAnalyzer_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/_HTcWKqRXXs">Video</a>]
     </td>
     <td>Ted Kremenek<br><i>Apple, Inc.</i></td>
     <td><b>Finding Bugs with the Clang Static Analyzer</b> - The Clang Static 
@@ -143,8 +136,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Lopes_PHP-JIT-InTwoDays.pdf">Slides</a>]
-      [<a href="Lopes_PHP-JIT-InTwoDays_Hi.m4v">Video Hi</a>]
-      [<a href="Lopes_PHP-JIT-InTwoDays_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/NDm5cBpYIqw">Video</a>]
     </td>
     <td>Nuno Lopes<br><i>Instituto Superior Tecnico</i></td>
     <td><b>Building a JIT compiler for PHP in 2 days</b> - This talk describes
@@ -157,8 +149,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Korobeynikov_LLVMC2-CompilerDriver.pdf">Slides</a>]
-      [<a href="Korobeynikov_LLVMC2-CompilerDriver_Hi.m4v">Video Hi</a>]
-      [<a href="Korobeynikov_LLVMC2-CompilerDriver_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/f9MQI9IUy_M">Video</a>]
     </td>
     <td>Anton Korobeynikov<br><i>Saint Petersburg State University</i></td>
     <td><b>llvmc2 Compiler Driver</b> - 'llvmc2' is the LLVM Compiler Driver,
@@ -187,8 +178,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Geoffray_VMKitProject.pdf">Slides</a>]
-      [<a href="Geoffray_VMKitProject_Hi.m4v">Video Hi</a>]
-      [<a href="Geoffray_VMKitProject_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/XHRd6Qhwbyw">Video</a>]
     </td>
     <td>Nicolas Geoffray<br><i>Universite Pierre et Marie Curie</i></td>
     <td><b>The VMKit Project</b> - VMKit is an implementation of the Java and
@@ -202,8 +192,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Sander_HW-SW-CoDesignflowWithLLVM.pdf">Slides</a>]
-      [<a href="Sander_HW-SW-CoDesignflowWithLLVM_Hi.m4v">Video Hi</a>]
-      [<a href="Sander_HW-SW-CoDesignflowWithLLVM_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/6-Cp6MlLu-I">Video</a>]
     </td>
     <td>Tim Sander<br><i>Technischen Universitat Darmstadt</i></td>
     <td><b>Designflow: using LLVM to compile to Hardware</b> - This project uses
@@ -218,8 +207,7 @@ href="http://www.youtube.com/view_play_l
   <tr>
     <td align="center">
       [<a href="Petersen_FlashCCompiler.pdf">Slides</a>]
-      [<a href="Petersen_FlashCCompiler_Hi.m4v">Video Hi</a>]
-      [<a href="Petersen_FlashCCompiler_Lo.3gp">Video Lo</a>]
+      [<a href="https://youtu.be/f7xniMC4J5U">Video</a>]
     </td>
     <td>Scott Petersen<br><i>Adobe Inc.</i></td>
     <td><b>Flash C Compiler: Compiling C code to the Adobe Flash Virtual




More information about the llvm-commits mailing list