[www] r341272 - Remove duplicate posters.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 31 21:37:18 PDT 2018


Author: tbrethou
Date: Fri Aug 31 21:37:18 2018
New Revision: 341272

URL: http://llvm.org/viewvc/llvm-project?rev=341272&view=rev
Log:
Remove duplicate posters.

Modified:
    www/trunk/devmtg/2018-10/index.html
    www/trunk/devmtg/2018-10/talk-abstracts.html

Modified: www/trunk/devmtg/2018-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/index.html?rev=341272&r1=341271&r2=341272&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/index.html (original)
+++ www/trunk/devmtg/2018-10/index.html Fri Aug 31 21:37:18 2018
@@ -189,8 +189,6 @@ Details coming soon. Workshop from 1-5 f
     <li><a href="talk-abstracts.html#poster3">Automatic Compression for LLVM RISC-V</a> - Sameer AbuAsal, Ana Pazos</li>
     <li><a href="talk-abstracts.html#poster4">Guaranteeing the Correctness of LLVM RISC-V Machine Code with Fuzzing</a> - Jocelyn Wei, Ana Pazos, Mandeep Singh Grang</li>
     <li><a href="talk-abstracts.html#poster5">NEC SX-Aurora - A Scalable Vector Architecture</a> - Kazuhisa Ishizaka, Kazushi Marukawa, Erich Focht, Simon Moll, Matthias Kurtenacker, Sebastian Hack</li>
-    <li><a href="talk-abstracts.html#poster6">Guaranteeing the Correctness of LLVM RISC-V Machine Code with Fuzzing</a> - Jocelyn Wei, Ana Pazos, Mandeep Singh Grang</li>
-    <li><a href="talk-abstracts.html#poster7">NEC SX-Aurora - A Scalable Vector Architecture</a> - Kazuhisa Ishizaka, Kazushi Marukawa, Erich Focht, Simon Moll, Matthias Kurtenacker, Sebastian Hack</li>
 	<li><a href="talk-abstracts.html#poster8">Extending Clang Static Analyzer to enable Cross Translation Unit Analysis</a> - Varun Subramanian</li>
     <li><a href="talk-abstracts.html#poster8">Leveraging Polyhedral Compilation in Chapel Compiler</a> - Siddharth Bhat, Michael Ferguson, Philip Pfaffe, Sahil Yerawar</li>
 </ul>

Modified: www/trunk/devmtg/2018-10/talk-abstracts.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/talk-abstracts.html?rev=341272&r1=341271&r2=341272&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/talk-abstracts.html (original)
+++ www/trunk/devmtg/2018-10/talk-abstracts.html Fri Aug 31 21:37:18 2018
@@ -635,21 +635,6 @@ The NEC SX-Aurora Vector Engine is a vec
 </p>
 </li>
 
-    <li><a id="poster6">Guaranteeing the Correctness of LLVM RISC-V Machine Code with Fuzzing</a>
-<br><i>Jocelyn Wei, Ana Pazos, Mandeep Singh Grang</i>
-<p>
-The Clang Static Analyzer provides the ability to perform path-sensitive analysis using symbolic execution, enabling comprehensive and input-independent analysis for detecting vulnerabilities early in the development flow and improving code quality. However, the Clang Static Analyzer doesn’t enable Cross Translation Unit (CTU) analysis and this results in the loss of data when functions are spread across multiple files, resulting in a large number of False Negatives.
-</p><p>
-This technical talk will present details of the methodology used in the extending the Clang Static Analyzer to enable CTU analysis by leveraging the ASTImporter class in Clang. The Proof of Concept (PoC) is a Clang Frontend tool that merges Abstract Syntax Trees (ASTs) from individual Translation Units (TU) into an aggregated AST containing all AST nodes spread across multiple TUs. Analysis is then performed on the aggregated AST enabling complete analysis without loss of information that is inherent in Clang Static Analyzer. The PoC is evaluated against Clang Static Analyzer on the NIST Test Suite, which was specifically designed to evaluate Static Analysis tools. The technical talk will present the significant improvements in terms of True Positives returned by the PoC, along with discussions on possible techniques to mitigate the increase in False Positives. Lastly, the reason for which the presented methodology is more efficient compared to a similar talk presented by a different author in EuroLLVM 2017 will also be discussed.
-</p>
-</li>
-
-<li><a id="poster7">NEC SX-Aurora - A Scalable Vector Architecture</a>
-<br><i>Kazuhisa Ishizaka, Kazushi Marukawa, Erich Focht, Simon Moll, Matthias Kurtenacker, Sebastian Hack</i>
-<p>
-</p>
-</li>
-
 <li><a id="poster8">Extending Clang Static Analyzer to enable Cross Translation Unit Analysis</a>
 <br><i>Varun Subramanian</i>
 <p>




More information about the llvm-commits mailing list