[www] r358280 - [EuroLLVM'19] Add SRC's posters.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 05:42:32 PDT 2019


Author: aadg
Date: Fri Apr 12 05:42:32 2019
New Revision: 358280

URL: http://llvm.org/viewvc/llvm-project?rev=358280&view=rev
Log:
[EuroLLVM'19] Add SRC's posters.

Added:
    www/trunk/devmtg/2019-04/slides/Poster-Halkenhauser-An_alternative_OpenMP_backend_for_Polly.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-Lee-Safely_optimizing_casts_between_pointers_and_integers.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-Lopez-Gomez-Adding_support_for_C++_contracts_to_Clang.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-Rocha-Function_merging_by_sequence_alignment.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-TuanVu-Compilation_and_optimization_with_security_annotations.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/Poster-Wahlster-Implementing_SPMD_control_flow_in_LLVM_using_reconverging_CFG.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=358280&r1=358279&r2=358280&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Fri Apr 12 05:42:32 2019
@@ -444,7 +444,7 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Poster_2">
   Safely Optimizing Casts between Pointers and Integers</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Lee-Safely_optimizing_casts_between_pointers_and_integers.pdf">Poster</a> ]
   <i>Juneyoung Lee (Seoul National University, Korea), Chung-Kil Hur (Seoul National University, Korea), Ralf Jung (MPI-SWS, Germany), Zhengyang Liu (University of Utah, USA), John Regehr (University of Utah, USA), Nuno P. Lopes (Microsoft Research, UK)</i>
 </li>
 <li><a href="talks.html#Poster_3">
@@ -459,7 +459,7 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Poster_5">
   An alternative OpenMP Backend for Polly</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Halkenhauser-An_alternative_OpenMP_backend_for_Polly.pdf">Poster</a> ]
   <i>Michael Halkenhäuser (TU Darmstadt)</i>
 </li>
 <li><a href="talks.html#Poster_6">
@@ -485,7 +485,7 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Poster_10">
   Implementing SPMD control flow in LLVM using reconverging CFGs</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Wahlster-Implementing_SPMD_control_flow_in_LLVM_using_reconverging_CFG.pdf">Poster</a> ]
   <i>Fabian Wahlster (Technische Universität München), Nicolai Hähnle (Advanced Micro Devices)</i>
 </li>
 <li><a href="talks.html#Poster_11">
@@ -500,12 +500,12 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Poster_13">
   Function Merging by Sequence Alignment</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Rocha-Function_merging_by_sequence_alignment.pdf">Poster</a> ]
   <i>Rodrigo Rocha (University of Edinburgh), Pavlos Petoumenos (University of Edinburgh), Zheng Wang (Lancaster University), Murray Cole (University of Edinburgh), Hugh Leather (University of Edinburgh)</i>
 </li>
 <li><a href="talks.html#Poster_14">
   Compilation and optimization with security annotations</a>
-  [ Poster ]
+  [ <a href="slides/Poster-TuanVu-Compilation_and_optimization_with_security_annotations.pdf">Poster</a> ]
   <i>Son Tuan Vu (LIP6), Karine Heydemann (LIP6), Arnaud de Grandmaison (ARM), Albert Cohen (Google)</i>
 </li>
 <li><a href="talks.html#Poster_15">
@@ -533,7 +533,7 @@ USA)</i>
 </li>
 <li><a href="talks.html#Poster_19">
   Adding support for C++ contracts to Clang</a>
-  [ Poster ]
+  [ <a href="slides/Poster-Lopez-Gomez-Adding_support_for_C++_contracts_to_Clang.pdf">Poster</a> ]
   <i>Javier López-Gómez (University Carlos III of Madrid), J.
   Daniel García (University Carlos III of Madrid)</i>
 </li>

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

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

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

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

Added: www/trunk/devmtg/2019-04/slides/Poster-Lopez-Gomez-Adding_support_for_C++_contracts_to_Clang.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/Poster-Lopez-Gomez-Adding_support_for_C%2B%2B_contracts_to_Clang.pdf?rev=358280&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/Poster-Lopez-Gomez-Adding_support_for_C++_contracts_to_Clang.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

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

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

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

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

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

Propchange: www/trunk/devmtg/2019-04/slides/Poster-Wahlster-Implementing_SPMD_control_flow_in_LLVM_using_reconverging_CFG.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=358280&r1=358279&r2=358280&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Fri Apr 12 05:42:32 2019
@@ -1189,7 +1189,7 @@ Clava is open-source and runs on Linux,
 
 <tr><td valign="top" id="Poster_2">
 <b>Safely Optimizing Casts between Pointers and Integers</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Lee-Safely_optimizing_casts_between_pointers_and_integers.pdf">Poster</a> ]<br>
 <i>Juneyoung Lee (Seoul National University, Korea), Chung-Kil Hur (Seoul
   National University, Korea), Ralf Jung (MPI-SWS, Germany), Zhengyang Liu
   (University of Utah, USA), John Regehr (University of Utah, USA), Nuno P.
@@ -1267,7 +1267,7 @@ and New GVN results.</p>
 
 <tr><td valign="top" id="Poster_5">
 <b>An alternative OpenMP Backend for Polly</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Halkenhauser-An_alternative_OpenMP_backend_for_Polly.pdf">Poster</a> ]<br>
 <i>Michael Halkenhäuser (TU Darmstadt)</i>
 <p>LLVM's polyhedral infrastructure framework Polly may automatically
 exploit thread-level parallelism through OpenMP. Currently, the user can only
@@ -1369,7 +1369,7 @@ change.</p>
 
 <tr><td valign="top" id="Poster_10">
 <b>Implementing SPMD control flow in LLVM using reconverging CFGs</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Wahlster-Implementing_SPMD_control_flow_in_LLVM_using_reconverging_CFG.pdf">Poster</a> ]<br>
 <i>Fabian Wahlster (Technische Universität München), Nicolai Hähnle (Advanced Micro Devices)</i>
 <p>Compiling programs for an SPMD execution model, e.g. for GPUs or for whole
 program vectorization on CPUs, requires a transform from the thread-level input
@@ -1456,7 +1456,7 @@ conventional LLVM analysis passes.</p>
 
 <tr><td valign="top" id="Poster_13">
 <b>Function Merging by Sequence Alignment</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Rocha-Function_merging_by_sequence_alignment.pdf">Poster</a> ]<br>
 <i>Rodrigo Rocha (University of Edinburgh), Pavlos Petoumenos (University of Edinburgh), Zheng Wang (Lancaster University), Murray Cole (University of Edinburgh), Hugh Leather (University of Edinburgh)</i>
 <p>Resource-constrained devices for embedded systems are becoming increasingly
 important. In such systems, memory is highly restrictive, making code size in
@@ -1482,7 +1482,7 @@ significant impact on the performance of
 
 <tr><td valign="top" id="Poster_14">
 <b>Compilation and optimization with security annotations</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-TuanVu-Compilation_and_optimization_with_security_annotations.pdf">Poster</a> ]<br>
 <i>Son Tuan Vu (LIP6), Karine Heydemann (LIP6), Arnaud de Grandmaison (ARM),
   Albert Cohen (Google)</i>
 <p>Program analysis and program transformation systems need to express
@@ -1581,7 +1581,7 @@ upstreaming the bulk of this work in a s
 
 <tr><td valign="top" id="Poster_19">
 <b>Adding support for C++ contracts to Clang</b>
- [ Poster ]<br>
+ [ <a href="slides/Poster-Lopez-Gomez-Adding_support_for_C++_contracts_to_Clang.pdf">Poster</a> ]<br>
 <i>Javier López-Gómez (University Carlos III of Madrid), J.
   Daniel García (University Carlos III of Madrid)</i>
 <p>A language supporting contract-checking allows to detect programming errors.




More information about the llvm-commits mailing list