[www] r223452 - Add more links to slides/videos.

Tanya Lattner tonic at nondot.org
Thu Dec 4 22:22:43 PST 2014


Author: tbrethou
Date: Fri Dec  5 00:22:43 2014
New Revision: 223452

URL: http://llvm.org/viewvc/llvm-project?rev=223452&view=rev
Log:
Add more links to slides/videos.

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=223452&r1=223451&r2=223452&view=diff
==============================================================================
--- www/trunk/devmtg/2014-10/index.html (original)
+++ www/trunk/devmtg/2014-10/index.html Fri Dec  5 00:22:43 2014
@@ -514,6 +514,10 @@ Brief overview of the internals and some
 <b><a id="tutorial1">Building an LLVM Backend
 </a></b><br>
 <i>Fraser Cormack (Speaker) - Codeplay Software, Pierre-André Saulais (Speaker) - Codeplay Software</i><br>
+<a href="Slides/Cormack-BuildingAnLLVMBackend.pdf">Slides</a><br>
+<a href="Videos/Building an LLVM backend-720.mov">Video</a> (Computer) 
+<a href="Videos/Building an LLVM backend-360.mov">Video</a> (Mobile)
+<br>
 This talk explains how to get started with building a LLVM backend for a new architecture. It shows how LLVM transforms programs through the back-end compilation pipeline and what needs implementing for a new target. Practical debugging tips, as well as solutions to common issues are given. No LLVM backend experience is needed, but experience with LLVM IR is recommended.
 </p>
 
@@ -521,6 +525,10 @@ This talk explains how to get started wi
 <b><a id="tutorial2">Adding and Optimizing a Subtarget for MIScheduler
 </a></b><br>
 <i>Dave Estes (Tutorial) - QuIC</i><br>
+<a href="Slides/Estes-MISchedulerTutorial.pdf">Slides</a><br>
+<a href="Videos/Adding and Optimizing a Subtarget for MIScheduler-720.mov">Video</a> (Computer) 
+<a href="Videos/Adding and Optimizing a Subtarget for MIScheduler-360.mov">Video</a> (Mobile)
+<br>
 Tutorial for adding a subtarget to an existing backend for use with the MIScheduler. Will cover TableGen basics insofar as understanding the records used for the MachineSchedModel. Will provide strategies on how to best model some basic machine architectures.
 </p>
 
@@ -529,6 +537,10 @@ Tutorial for adding a subtarget to an ex
 </a></b><br>
 <i>Eric Christopher (Speaker) - Google,
 David Blaikie (Speaker) - Google</i><br>
+<a href="Slides/Christopher-DebugInfoTutorial.pdf">Slides</a><br>
+<a href="Videos/Debug Info Tutorial-720.mov">Video</a> (Computer) 
+<a href="Videos/Debug Info Tutorial-360.mov">Video</a> (Mobile)
+<br>
 Take a walk through the DWARF debug information format and the llvm
 APIs that serve as an interface to emitting debug information for your
 language.





More information about the llvm-commits mailing list