[www] r329721 - [EuroLLVM'18] Remove one SRC talk.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 10:00:04 PDT 2018


Author: aadg
Date: Tue Apr 10 10:00:04 2018
New Revision: 329721

URL: http://llvm.org/viewvc/llvm-project?rev=329721&view=rev
Log:
[EuroLLVM'18] Remove one SRC talk.

Modified:
    www/trunk/devmtg/2018-04/index.html
    www/trunk/devmtg/2018-04/talks.html

Modified: www/trunk/devmtg/2018-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/index.html?rev=329721&r1=329720&r2=329721&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/index.html (original)
+++ www/trunk/devmtg/2018-04/index.html Tue Apr 10 10:00:04 2018
@@ -320,8 +320,6 @@ Power, Paul Bowen-Huggett.</li>
 
 <b>Student research competition</b>
 <ul>
-<li><a href="talks.html#SRC_1">CASE: Compiler-Assisted Security Enhancement</a>
-  <i>P. Savini</i></li>
 <li><a href="talks.html#SRC_2">Compile-Time Function Call Interception to Mock Functions in C/C++</a>
   <i>G. Márton, Z. Porkoláb</i></li>
 <li><a href="talks.html#SRC_3">Improved Loop Execution Modeling in the Clang Static Analyzer</a>

Modified: www/trunk/devmtg/2018-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/talks.html?rev=329721&r1=329720&r2=329721&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/talks.html (original)
+++ www/trunk/devmtg/2018-04/talks.html Tue Apr 10 10:00:04 2018
@@ -888,25 +888,8 @@ that goal.</p>
 <div class="www_sectiontitle" id="SRC">Student research competition</div>
 <p style='text-align: right'>[<a href="#top">top</a>]</p>
 
-<table cellpadding="10"><tr><td valign="top" id="SRC_1">
-<b>CASE: Compiler-Assisted Security Enhancement </b><br>
-<i>P. Savini</i>
-<p>Side channel attacks are a threat to small electronic devices designed to
-encrypt sensitive data because small and specialized chips are more prone to
-leak information through intrinsic features of the system like power
-consumption, electromagnetic emissions, the execution time of the encrypting
-program etc…</p>
-<p>This talk is about my work in the context of two open source projects: the
-SECURE project and the LADA project, that aim at designing tools that can help
-programmers strengthen their code against such threats.</p>
-<p>Such work consists in the development of an LLVM pass (the ‘bit-slicer’)
-that automatically bit-slices the regions of the source code selected by the
-programmer. I will talk about bit-slicing in general, how it can protect block
-ciphers against timing side-channel attacks and the side effects of such
-technique. I will eventually take into account some challenges and compromises
-involved by the design of the ‘bit-slicer’.</p>
-<hr>
-</td></tr><tr><td valign="top" id="SRC_2">
+<table cellpadding="10">
+<tr><td valign="top" id="SRC_2">
 <b>Compile-Time Function Call Interception to Mock Functions in C/C++ </b><br>
 <i>G. Márton, Z. Porkoláb</i>
 <p>In C/C++, test code is often interwoven with the production code we want to




More information about the llvm-commits mailing list