[www] r358386 - [EuroLLVM'19] Add some more posters' pdf.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 02:58:38 PDT 2019


Author: aadg
Date: Mon Apr 15 02:58:38 2019
New Revision: 358386

URL: http://llvm.org/viewvc/llvm-project?rev=358386&view=rev
Log:
[EuroLLVM'19] Add some more posters' pdf.

Added:
    www/trunk/devmtg/2019-04/slides/Poster-Bispo-Clava_CC++_source_to_source_from_CMake_using_LARA.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-Garzella-Enabling_multi_and_cross_language_verification_with_LLVM.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-Her-SplendidGVN_Partial_redundancy_elimination.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-Zhou-Handling_all_Facebook_requests_with_JITed_C++_code.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=358386&r1=358385&r2=358386&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Mon Apr 15 02:58:38 2019
@@ -439,7 +439,7 @@ There is a separate schedule for the <a
 <ul>
 <li><a href="talks.html#Poster_1">
   Clava: C/C++ source-to-source from CMake using LARA</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Bispo-Clava_CC++_source_to_source_from_CMake_using_LARA.pdf">Poster</a> ]
   <i>João Bispo (FEUP/INESCTEC)</i>
 </li>
 <li><a href="talks.html#Poster_2">
@@ -454,7 +454,7 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Poster_4">
   Splendid GVN: Partial Redundancy Elimination for Algebraic Simplification</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Her-SplendidGVN_Partial_redundancy_elimination.pdf">Poster</a> ]
   <i>Li-An Her (National Tsing Hua University), Jenq-Kuen Lee (National Tsing Hua University)</i>
 </li>
 <li><a href="talks.html#Poster_5">
@@ -469,7 +469,7 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Poster_7">
   Enabling Multi- and Cross-Language Verification with LLVM</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Garzella-Enabling_multi_and_cross_language_verification_with_LLVM.pdf">Poster</a> ]
   <i>Jack J. Garzella (University of Utah), Marek Baranowski (University of Utah),
     Shaobo He (University of Utah), Zvonimir Rakamaric (University of Utah)</i>
 </li>
@@ -480,7 +480,7 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Poster_9">
   Handling all Facebook requests with JITed C++ code</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Zhou-Handling_all_Facebook_requests_with_JITed_C++_code.pdf">Poster</a> ]
   <i>Huapeng Zhou (Facebook), Yuhan Guo (Facebook)</i>
 </li>
 <li><a href="talks.html#Poster_10">

Added: www/trunk/devmtg/2019-04/slides/Poster-Bispo-Clava_CC++_source_to_source_from_CMake_using_LARA.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Poster-Bispo-Clava_CC%2B%2B_source_to_source_from_CMake_using_LARA.pdf?rev=358386&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/Poster-Bispo-Clava_CC++_source_to_source_from_CMake_using_LARA.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2019-04/slides/Poster-Garzella-Enabling_multi_and_cross_language_verification_with_LLVM.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Poster-Garzella-Enabling_multi_and_cross_language_verification_with_LLVM.pdf?rev=358386&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/Poster-Garzella-Enabling_multi_and_cross_language_verification_with_LLVM.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2019-04/slides/Poster-Her-SplendidGVN_Partial_redundancy_elimination.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Poster-Her-SplendidGVN_Partial_redundancy_elimination.pdf?rev=358386&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/Poster-Her-SplendidGVN_Partial_redundancy_elimination.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2019-04/slides/Poster-Zhou-Handling_all_Facebook_requests_with_JITed_C++_code.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Poster-Zhou-Handling_all_Facebook_requests_with_JITed_C%2B%2B_code.pdf?rev=358386&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/Poster-Zhou-Handling_all_Facebook_requests_with_JITed_C++_code.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=358386&r1=358385&r2=358386&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Mon Apr 15 02:58:38 2019
@@ -1174,7 +1174,7 @@ implications for front-ends and backends
 
 <tr><td valign="top" id="Poster_1">
 <b>Clava: C/C++ source-to-source from CMake using LARA</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Bispo-Clava_CC++_source_to_source_from_CMake_using_LARA.pdf">Poster</a> ]<br>
 <i>João Bispo (FEUP/INESCTEC)</i>
 <p>Clava is a Clang-based source-to-source compiler that executes scripts
 written in LARA, a superset of JavaScript with additional syntax for AST
@@ -1234,7 +1234,7 @@ about some simplification that can be do
 
 <tr><td valign="top" id="Poster_4">
 <b>Splendid GVN: Partial Redundancy Elimination for Algebraic Simplification</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Her-SplendidGVN_Partial_redundancy_elimination.pdf">Poster</a> ]<br>
 <i>Li-An Her (National Tsing Hua University), Jenq-Kuen Lee (National Tsing Hua University)</i>
 <p>Modern computation of Neural Network, signal processing of GPS and Wifi,
 image processing, etc, highly depends on enormous linear algebra operations.
@@ -1298,7 +1298,7 @@ be managed.</p>
 
 <tr><td valign="top" id="Poster_7">
 <b>Enabling Multi- and Cross-Language Verification with LLVM</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Garzella-Enabling_multi_and_cross_language_verification_with_LLVM.pdf">Poster</a> ]<br>
 <i>Jack J. Garzella (University of Utah), Marek Baranowski (University of Utah),
 Shaobo He (University of Utah), Zvonimir Rakamaric (University of Utah)</i>
 <p>Developers nowadays regularly use numerous programming languages with
@@ -1347,7 +1347,7 @@ code sections on IBM Power9 processor.</
 
 <tr><td valign="top" id="Poster_9">
 <b>Handling all Facebook requests with JITed C++ code</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Zhou-Handling_all_Facebook_requests_with_JITed_C++_code.pdf">Poster</a> ]<br>
 <i>Huapeng Zhou (Facebook), Yuhan Guo (Facebook)</i>
 <p>Facebook needs an efficient scripting framework to enable fast iteration of
 HTTP request handling logic in our L7 reverse proxy. A C++ scripting engine and




More information about the llvm-commits mailing list