[www] r328941 - [EuroLLVM'18] Program update.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 1 13:50:21 PDT 2018


Author: aadg
Date: Sun Apr  1 13:50:21 2018
New Revision: 328941

URL: http://llvm.org/viewvc/llvm-project?rev=328941&view=rev
Log:
[EuroLLVM'18] Program update.

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=328941&r1=328940&r2=328941&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/index.html (original)
+++ www/trunk/devmtg/2018-04/index.html Sun Apr  1 13:50:21 2018
@@ -276,8 +276,6 @@ Power, Paul Bowen-Huggett.</li>
   <i>J. Fernandez, S. Guelton</i></li>
 <li><a href="talks.html#Lightning_7">Flang -- Project Update</a>
   <i>S. Scalpone</i></li>
-<li><a href="talks.html#Lightning_8">ISL Memory Management Using Clang Static Analyzer</a>
-  <i>M. Thakkar, R. Upadrasta</i></li>
 <li><a href="talks.html#Lightning_9">Look-Ahead SLP: Auto-vectorization in the Presence of Commutative Operations</a>
   <i>V. Porpodas, R. Rocha, L. Góes</i></li>
 <li><a href="talks.html#Lightning_10">Low Cost Commercial Deployment of LLVM</a>

Modified: www/trunk/devmtg/2018-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-04/talks.html?rev=328941&r1=328940&r2=328941&view=diff
==============================================================================
--- www/trunk/devmtg/2018-04/talks.html (original)
+++ www/trunk/devmtg/2018-04/talks.html Sun Apr  1 13:50:21 2018
@@ -582,23 +582,6 @@ abstraction and does not need to rely on
 <i>S. Scalpone</i>
 <p>Lightning talk with current status of Flang, a Fortran front-end for LLVM.
 Cover current status of community, software, and short-term roadmap.</p>
-<hr>
-</td></tr><tr><td valign="top" id="Lightning_8">
-<b>ISL Memory Management Using Clang Static Analyzer </b><br>
-<i>M. Thakkar, R. Upadrasta </i>
-<p>Maintaining consistency while manual reference counting is very difficult.
-Languages like Java, C#, Go and other scripting languages employ garbage
-collection which automatically performs memory management. On the other hand,
-there are certain libraries like ISL (Integer Set Library) which use memory
-annotations in function declarations to declare what happens to an object’s
-ownership, thereby specifying the responsibility of releasing it as well.
-However, improper memory management in ISL leads to invocations of runtime
-errors. Hence, we have added support to Clang Static Analyzer for performing
-reference counting of ISL objects (although it can be used for any type of
-C/C++ object) thereby enabling the static analyzer to raise warnings in case
-there is a possibility of a memory leak, double free, etc.</p>
-<hr>
-</td></tr><tr><td valign="top" id="Lightning_9">
 <b>Look-Ahead SLP: Auto-vectorization in the Presence of Commutative Operations </b><br>
 <i>V. Porpodas, R. Rocha, L. Góes</i>
 <p>Auto-vectorizing compilers automatically generate vector (SIMD) instructions




More information about the llvm-commits mailing list