[www] r366178 - Update links to pont to YouTube.
Tanya Lattner via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 15 21:54:14 PDT 2019
Author: tbrethou
Date: Mon Jul 15 21:54:14 2019
New Revision: 366178
URL: http://llvm.org/viewvc/llvm-project?rev=366178&view=rev
Log:
Update links to pont to YouTube.
Modified:
www/trunk/devmtg/2007-05/index.html
Modified: www/trunk/devmtg/2007-05/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2007-05/index.html?rev=366178&r1=366177&r2=366178&view=diff
==============================================================================
--- www/trunk/devmtg/2007-05/index.html (original)
+++ www/trunk/devmtg/2007-05/index.html Mon Jul 15 21:54:14 2019
@@ -48,7 +48,7 @@ href="http://www.youtube.com/view_play_l
<th>Description</th></tr>
<tr><th rowspan="3"><h3>Session 0:<br/>Introductions</h3></th></tr>
- <tr><td><a href="01-History.mov">video</a></td>
+ <tr><td><a href="https://youtu.be/FNtmemyeEHY">video</a></td>
<td>Vikram Adve<br/>Chris Lattner</td>
<td><b>A brief history of LLVM</b> - During this brief session, Vikram and
@@ -56,7 +56,7 @@ href="http://www.youtube.com/view_play_l
history of LLVM.</td>
</tr>
- <tr><td><a href="02-Introductions.mov">video</a></td>
+ <tr><td><a href="https://youtu.be/nl5SXEDkMEc">video</a></td>
<td>Everyone</td>
<td><b>Introductions</b> - Everyone introduced themselves to the group.
</td>
@@ -69,7 +69,7 @@ href="http://www.youtube.com/view_play_l
<tr><td>
<a href="03-Patel-Passmanager.pdf">slides</a><br>
- <a href="03-Patel-Passmanager.mov">video</a>
+ <a href="https://youtu.be/4yzjAXiMbvk">video</a>
</td>
<td>Devang Patel</td>
<td><b>Demystifying The LLVM Pass Manager</b> - The PassManager, which
@@ -79,7 +79,7 @@ href="http://www.youtube.com/view_play_l
</tr>
<tr><td>
<a href="04-Cheng-Codegen.pdf">slides</a><br>
- <a href="04-Cheng-Codegen.mov">video</a>
+ <a href="https://youtu.be/ZWmHZD_-fZ0">video</a>
</td>
<td>Evan Cheng</td>
<td><b>The LLVM Code Generator</b> - An overview of the LLVM generic code
@@ -87,7 +87,7 @@ href="http://www.youtube.com/view_play_l
</tr>
<tr><td>
<a href="05-Lewycky-Predsimplify.pdf">slides</a><br>
- <a href="05-Lewycky-Predsimplify.mov">video</a>
+ <a href="https://youtu.be/y4xRGfFZT-0">video</a>
</td>
<td>Nick Lewycky</td>
<td><b>Introduction To Predicate Simplifier</b> - A review of the design
@@ -96,7 +96,7 @@ href="http://www.youtube.com/view_play_l
</td>
</tr>
<tr>
- <td><a href="06-Spencer-HLVM.mov">video</a><br/>
+ <td><a href="https://youtu.be/cRIuetDrCq0">video</a><br/>
<a href="06-Spencer-HLVM.pdf">slides</a></td>
<td>Reid Spencer</td>
<td><b>HLVM</b> - An overview of HLVM, its current
@@ -114,7 +114,7 @@ href="http://www.youtube.com/view_play_l
implementation of an LLVM back-end Target for the Cell BE Symbiotic
Processor Element.</td>
</tr>
- <tr><td><a href="08-Criswell-SVA.mov">video</a><br>
+ <tr><td><a href="https://youtu.be/sRvetnQhXPQ">video</a><br>
<a href="08-Criswell-SVA.pdf">slides (PDF)</a><br>
<a href="08-Criswell-SVA.ppt">slides (PPT)</a>
<td>John Criswell</td>
@@ -124,7 +124,7 @@ href="http://www.youtube.com/view_play_l
architecture can enable.</td>
</tr>
<tr><td><a href="09-Naroff-CFE.pdf">slides</a><br>
- <a href="09-Naroff-CFE.mov">video</a>
+ <a href="https://youtu.be/Xx7zFn31PLQ">video</a>
</td><td>Steve Naroff</td>
<td><b>New LLVM C Front-end</b> - This talk describes a new from-scratch
More information about the llvm-commits
mailing list