[www] r358410 - [EuroLLVM'19] Yet some more TechTalk slides.

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


Author: aadg
Date: Mon Apr 15 07:21:38 2019
New Revision: 358410

URL: http://llvm.org/viewvc/llvm-project?rev=358410&view=rev
Log:
[EuroLLVM'19] Yet some more TechTalk slides.

Added:
    www/trunk/devmtg/2019-04/slides/TechTalk-Celi-Clang_tools_for_implementing_cryptographic_protocols_like_OTRv4.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/TechTalk-Kruppe-Espasa-RISC-V_Vectors_and_LLVM.pdf   (with props)
    www/trunk/devmtg/2019-04/slides/TechTalk-Northover-A_tale_of_two_ABIs_ILP32_on_AArch64.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=358410&r1=358409&r2=358410&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Mon Apr 15 07:21:38 2019
@@ -231,7 +231,7 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Talk_17">
   Clang tools for implementing cryptographic protocols like OTRv4</a>
-  [ Video ] [ Slides ]
+  [ Video ] [ <a href="slides/TechTalk-Celi-Clang_tools_for_implementing_cryptographic_protocols_like_OTRv4.pdf">Slides</a> ]
   <i>Sofia Celi (Centro de Autonomia Digital)</i>
 </li>
 <li><a href="talks.html#Talk_18">
@@ -246,12 +246,12 @@ There is a separate schedule for the <a
 </li>
 <li><a href="talks.html#Talk_20">
   Adventures with RISC-V Vectors and LLVM</a>
-  [ Video ] [ Slides ]
+  [ Video ] [ <a href="slides/TechTalk-Kruppe-Espasa-RISC-V_Vectors_and_LLVM.pdf">Slides</a> ]
   <i>Robin Kruppe (TU Darmstadt), Roger Espasa (Esperanto Technologies)</i>
 </li>
 <li><a href="talks.html#Talk_21">
   A Tale of Two ABIs: ILP32 on AArch64</a>
-  [ Video ] [ Slides ]
+  [ Video ] [ <a href="slides/TechTalk-Northover-A_tale_of_two_ABIs_ILP32_on_AArch64.pdf">Slides</a> ]
   <i>Tim Northover (Apple)</i>
 </li>
 <li><a href="talks.html#Talk_22">

Added: www/trunk/devmtg/2019-04/slides/TechTalk-Celi-Clang_tools_for_implementing_cryptographic_protocols_like_OTRv4.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/TechTalk-Celi-Clang_tools_for_implementing_cryptographic_protocols_like_OTRv4.pdf?rev=358410&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/TechTalk-Celi-Clang_tools_for_implementing_cryptographic_protocols_like_OTRv4.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2019-04/slides/TechTalk-Kruppe-Espasa-RISC-V_Vectors_and_LLVM.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/TechTalk-Kruppe-Espasa-RISC-V_Vectors_and_LLVM.pdf?rev=358410&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/TechTalk-Kruppe-Espasa-RISC-V_Vectors_and_LLVM.pdf
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: www/trunk/devmtg/2019-04/slides/TechTalk-Northover-A_tale_of_two_ABIs_ILP32_on_AArch64.pdf
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/slides/TechTalk-Northover-A_tale_of_two_ABIs_ILP32_on_AArch64.pdf?rev=358410&view=auto
==============================================================================
Binary file - no diff available.

Propchange: www/trunk/devmtg/2019-04/slides/TechTalk-Northover-A_tale_of_two_ABIs_ILP32_on_AArch64.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=358410&r1=358409&r2=358410&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Mon Apr 15 07:21:38 2019
@@ -385,7 +385,7 @@ implement a fast pre-scanning phase for
 
 <tr><td valign="top" id="Talk_17">
 <b>Clang tools for implementing cryptographic protocols like OTRv4</b>
- [ Video ] [ Slides ]<br>
+ [ Video ] [ <a href="slides/TechTalk-Celi-Clang_tools_for_implementing_cryptographic_protocols_like_OTRv4.pdf">Slides</a> ]<br>
 <i>Sofia Celi (Centro de Autonomia Digital)</i>
 <p>OTRv4 is the newest version of the Off-The-Record protocol. It is a protocol
 where the newest academic research intertwines with real-world implementations:
@@ -437,7 +437,7 @@ update on the status of their implementa
 
 <tr><td valign="top" id="Talk_20">
 <b>Adventures with RISC-V Vectors and LLVM</b>
- [ Video ] [ Slides ]<br>
+ [ Video ] [ <a href="slides/TechTalk-Kruppe-Espasa-RISC-V_Vectors_and_LLVM.pdf">Slides</a> ]<br>
 <i>Robin Kruppe (TU Darmstadt), Roger Espasa (Esperanto Technologies)</i>
 <p>RISC-V is a free and open instruction set architecture (ISA) with an
 established LLVM backend and numerous open-source and proprietary hardware
@@ -454,7 +454,7 @@ dynamically reconfigured for increased e
 
 <tr><td valign="top" id="Talk_21">
 <b>A Tale of Two ABIs: ILP32 on AArch64</b>
- [ Video ] [ Slides ]<br>
+ [ Video ] [ <a href="slides/TechTalk-Northover-A_tale_of_two_ABIs_ILP32_on_AArch64.pdf">Slides</a> ]<br>
 <i>Tim Northover (Apple)</i>
 <p>We faced the challenge of seamlessly running 32b application binaries on a
 new 64b S4 chip, which has no hardware support to run 32b binaries. Translating




More information about the llvm-commits mailing list