[www] r294701 - [www] add slides from the LLVM Performance Workshop

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 19:30:23 PST 2017


Author: spop
Date: Thu Feb  9 21:30:23 2017
New Revision: 294701

URL: http://llvm.org/viewvc/llvm-project?rev=294701&view=rev
Log:
[www] add slides from the LLVM Performance Workshop


Added:
    www/trunk/devmtg/2017-02-04/Impact-of-the-current-LLVM-inlining-strategy.pdf
    www/trunk/devmtg/2017-02-04/Improving-LLVM-Instrumentation-Overheads.pdf
    www/trunk/devmtg/2017-02-04/Polly-ACC-Transparent-Compilation-to-Heterogeneous-Hardware.pptx   (with props)
    www/trunk/devmtg/2017-02-04/Register-Data-Flow-Framework.pptx   (with props)
Modified:
    www/trunk/devmtg/2017-02-04/index.html

Added: www/trunk/devmtg/2017-02-04/Impact-of-the-current-LLVM-inlining-strategy.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-02-04/Impact-of-the-current-LLVM-inlining-strategy.pdf?rev=294701&view=auto
==============================================================================
Binary files www/trunk/devmtg/2017-02-04/Impact-of-the-current-LLVM-inlining-strategy.pdf (added) and www/trunk/devmtg/2017-02-04/Impact-of-the-current-LLVM-inlining-strategy.pdf Thu Feb  9 21:30:23 2017 differ

Added: www/trunk/devmtg/2017-02-04/Improving-LLVM-Instrumentation-Overheads.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-02-04/Improving-LLVM-Instrumentation-Overheads.pdf?rev=294701&view=auto
==============================================================================
Binary files www/trunk/devmtg/2017-02-04/Improving-LLVM-Instrumentation-Overheads.pdf (added) and www/trunk/devmtg/2017-02-04/Improving-LLVM-Instrumentation-Overheads.pdf Thu Feb  9 21:30:23 2017 differ

Added: www/trunk/devmtg/2017-02-04/Polly-ACC-Transparent-Compilation-to-Heterogeneous-Hardware.pptx
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-02-04/Polly-ACC-Transparent-Compilation-to-Heterogeneous-Hardware.pptx?rev=294701&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2017-02-04/Polly-ACC-Transparent-Compilation-to-Heterogeneous-Hardware.pptx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2017-02-04/Register-Data-Flow-Framework.pptx
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-02-04/Register-Data-Flow-Framework.pptx?rev=294701&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2017-02-04/Register-Data-Flow-Framework.pptx
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: www/trunk/devmtg/2017-02-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-02-04/index.html?rev=294701&r1=294700&r2=294701&view=diff
==============================================================================
--- www/trunk/devmtg/2017-02-04/index.html (original)
+++ www/trunk/devmtg/2017-02-04/index.html Thu Feb  9 21:30:23 2017
@@ -48,7 +48,7 @@ downtown Austin (500 East 4th St).
     <td>400/402</td>
     <td>Tobias Grosser (ETH Zurich)</td>
     <td>Polly-ACC - Accelerator support with Polly-ACC</td>
-    <td><a href="#grosser">[Abstract]</a> [Slides]</td>
+    <td><a href="#grosser">[Abstract]</a> [<a href="Polly-ACC-Transparent-Compilation-to-Heterogeneous-Hardware.pptx">Slides</a>]</td>
   </tr>
   <tr>
     <td>9:30am</td>
@@ -103,14 +103,14 @@ downtown Austin (500 East 4th St).
     <td>400/402</td>
     <td>Brian Railing (CMU)</td>
     <td>Improving LLVM Instrumentation Overheads</td>
-    <td><a href="#railing">[Abstract]</a> [Slides]</td>
+    <td><a href="#railing">[Abstract]</a> [<a href="Improving-LLVM-Instrumentation-Overheads.pdf">Slides</a>]</td>
   </tr>
   <tr>
     <td>2pm</td>
     <td>400/402</td>
     <td>Sergei Larin, Harsha Jagasia and Tobias Edler von Koch (Qualcomm Innovation Center)</td>
     <td>Impact of the current LLVM inlining strategy on complex embedded application memory utilization and performance</td>
-    <td><a href="#larin">[Abstract]</a> [Slides]</td>
+    <td><a href="#larin">[Abstract]</a> [<a href="Impact-of-the-current-LLVM-inlining-strategy.pdf">Slides</a>]</td>
   </tr>
   <tr>
     <td>2:30pm</td>
@@ -134,7 +134,7 @@ downtown Austin (500 East 4th St).
     <td>400/402</td>
     <td>Krzysztof Parzyszek (Qualcomm Innovation Center)</td>
     <td>Register Data Flow framework</td>
-    <td><a href="#krzy">[Abstract]</a> [Slides]</td>
+    <td><a href="#krzy">[Abstract]</a> [<a href="Register-Data-Flow-Framework.pptx">Slides</a>]</td>
   </tr>
   <tr>
     <td>4pm</td>




More information about the llvm-commits mailing list