[www] r264047 - [EuroLLVM] Add tutorials' slides.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 05:39:05 PDT 2016


Author: aadg
Date: Tue Mar 22 07:39:04 2016
New Revision: 264047

URL: http://llvm.org/viewvc/llvm-project?rev=264047&view=rev
Log:
[EuroLLVM] Add tutorials' slides.

Added:
    www/trunk/devmtg/2016-03/Tutorials/
    www/trunk/devmtg/2016-03/Tutorials/LLDB-tutorial.pdf   (with props)
    www/trunk/devmtg/2016-03/Tutorials/Tutorial.pdf   (with props)
    www/trunk/devmtg/2016-03/Tutorials/applied-polyhedral-compilation.pdf   (with props)
Modified:
    www/trunk/devmtg/2016-03/index.html

Added: www/trunk/devmtg/2016-03/Tutorials/LLDB-tutorial.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/Tutorials/LLDB-tutorial.pdf?rev=264047&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2016-03/Tutorials/LLDB-tutorial.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2016-03/Tutorials/Tutorial.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/Tutorials/Tutorial.pdf?rev=264047&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2016-03/Tutorials/Tutorial.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2016-03/Tutorials/applied-polyhedral-compilation.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/Tutorials/applied-polyhedral-compilation.pdf?rev=264047&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2016-03/Tutorials/applied-polyhedral-compilation.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: www/trunk/devmtg/2016-03/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2016-03/index.html?rev=264047&r1=264046&r2=264047&view=diff
==============================================================================
--- www/trunk/devmtg/2016-03/index.html (original)
+++ www/trunk/devmtg/2016-03/index.html Tue Mar 22 07:39:04 2016
@@ -581,7 +581,7 @@ increase in a few benchmarks, one of the
 <b><a id="tuto1">Adding your Architecture to LLDB</a></b><br>
 <i>Deepak Panickal - Codeplay</i><br>
 <i>Andrzej Warzynski - Codeplay</i><br>
-<b>Slides:</b> coming soon<br>
+<b>Slides:</b> <a href="Tutorials/LLDB-tutorial.pdf">pdf</a><br>
 <b>Video:</b> coming soon<br>
 This tutorial explains how to get started with adding a new architecture to
 LLDB. It walks through all the major steps required and how LLDB's various
@@ -602,7 +602,7 @@ well as solutions to common issues, will
 <i>Tobias Grosser - ETH</i><br>
 <i>Johannes Doerfert - Saarland University</i><br>
 <i>Zino Benaissa - Quic Inc.</i><br>
-<b>Slides:</b> coming soon<br>
+<b>Slides:</b> <a href="Tutorials/applied-polyhedral-compilation.pdf">pdf</a><br>
 <b>Video:</b> coming soon<br>
 The Polly Loop Optimizer is a framework for the analysis and optimization of
 (possibly imperfectly) nested loops. It provides various transformations such
@@ -626,7 +626,7 @@ their own loop transformations.
 <b><a id="tuto3">Building, Testing and Debugging a Simple out-of-tree LLVM Pass</a></b><br>
 <i>Serge Guelton - Quarkslab</i><br>
 <i>Adrien Guinet - Quarkslab</i><br>
-<b>Slides:</b> coming soon<br>
+<b>Slides:</b> <a href="Tutorials/Tutorial.pdf">pdf</a><br>
 <b>Video:</b> coming soon<br>
 This tutorial aims at providing solid ground to develop out-of-tree LLVM passes.
 It presents all the required building blocks, starting from scratch: cmake




More information about the llvm-commits mailing list