[www] r358403 - [EuroLLVM'19] Add tutorials slides.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 06:08:43 PDT 2019


Author: aadg
Date: Mon Apr 15 06:08:43 2019
New Revision: 358403

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

Added:
    www/trunk/devmtg/2019-04/slides/Tutorial-Bridgers-LLVM_IR_tutorial.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Tutorial-Denisov-Building_an_LLVM_based_tool.pdf   (with props)
Modified:
    www/trunk/devmtg/2019-04/index.html
    www/trunk/devmtg/2019-04/talks.html

Modified: www/trunk/devmtg/2019-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/index.html?rev=358403&r1=358402&r2=358403&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Mon Apr 15 06:08:43 2019
@@ -280,12 +280,12 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Tutorial_2">
   Building an LLVM-based tool: lessons learned</a>
-  [ Video ] [ Slides ]
+  [ Video ] [ <a href="slides/Tutorial-Denisov-Building_an_LLVM_based_tool.pdf">Slides</a> ]
   <i>Alex Denisov</i>
 </li>
 <li><a href="talks.html#Tutorial_3">
   LLVM IR Tutorial - Phis, GEPs and other things, oh my!</a>
-  [ Video ] [ Slides ]
+  [ Video ] [ <a href="slides/Tutorial-Bridgers-LLVM_IR_tutorial.pdf">Slides</a> ]
   <i>Vince Bridgers (Intel Corporation), Felipe de Azevedo Piovezan (Intel Corporation)</i>
 </li>
 </ul>

Added: www/trunk/devmtg/2019-04/slides/Tutorial-Bridgers-LLVM_IR_tutorial.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Tutorial-Bridgers-LLVM_IR_tutorial.pdf?rev=358403&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/Tutorial-Bridgers-LLVM_IR_tutorial.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2019-04/slides/Tutorial-Denisov-Building_an_LLVM_based_tool.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Tutorial-Denisov-Building_an_LLVM_based_tool.pdf?rev=358403&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/Tutorial-Denisov-Building_an_LLVM_based_tool.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: www/trunk/devmtg/2019-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/talks.html?rev=358403&r1=358402&r2=358403&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Mon Apr 15 06:08:43 2019
@@ -572,7 +572,7 @@ code generation or JIT execution.</p>
 
 <tr><td valign="top" id="Tutorial_2">
 <b>Building an LLVM-based tool: lessons learned</b>
- [ Video ] [ Slides ]<br>
+ [ Video ] [ <a href="slides/Tutorial-Denisov-Building_an_LLVM_based_tool.pdf">Slides</a> ]<br>
 <i>Alex Denisov</i>
 <p>In this talk, I want to share my experience in building an LLVM-based tool.</p>
 <p>For the last three years, I work on a tool for mutation testing. Currently,
@@ -591,7 +591,7 @@ it works on Linux, macOS, and FreeBSD an
 
 <tr><td valign="top" id="Tutorial_3">
 <b>LLVM IR Tutorial - Phis, GEPs and other things, oh my!</b>
- [ Video ] [ Slides ]<br>
+ [ Video ] [ <a href="slides/Tutorial-Bridgers-LLVM_IR_tutorial.pdf">Slides</a> ]<br>
 <i>Vince Bridgers (Intel Corporation), Felipe de Azevedo Piovezan (Intel Corporation)</i>
 <p>LLVM intermediate representation (IR) is the abstract description machine
 operations used to translate LLVM front ends to a form that's executable by




More information about the llvm-commits mailing list