[www] r353879 - [EuroLLVM'19] Program update, and reformat some abstract.

Arnaud A. de Grandmaison via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 12 13:11:48 PST 2019


Author: aadg
Date: Tue Feb 12 13:11:48 2019
New Revision: 353879

URL: http://llvm.org/viewvc/llvm-project?rev=353879&view=rev
Log:
[EuroLLVM'19] Program update, and reformat some abstract.

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=353879&r1=353878&r2=353879&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/index.html (original)
+++ www/trunk/devmtg/2019-04/index.html Tue Feb 12 13:11:48 2019
@@ -360,6 +360,10 @@ meet other LLVM developers and users.</p
   LLVM Numerics Improvements</a>
   <i>Michael Berg (Apple), Jean-Luc Duprat (Apple)</i>
 </li>
+<li><a href="talks.html#BoF_8">
+  LLVM Foundation BoF</a>
+  <i>LLVM Foundation Board of Directors</i>
+</li>
 </ul>
 
 <b>Posters</b>

Modified: www/trunk/devmtg/2019-04/talks.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-04/talks.html?rev=353879&r1=353878&r2=353879&view=diff
==============================================================================
--- www/trunk/devmtg/2019-04/talks.html (original)
+++ www/trunk/devmtg/2019-04/talks.html Tue Feb 12 13:11:48 2019
@@ -1149,6 +1149,12 @@ passes have been modified under this new
 behavior.  This talk will describe the recent numerics work and discuss the
 implications for front-ends and backends built with LLVM.</p>
 </td></tr>
+
+<tr><td valign="top" id="BoF_8">
+<b>LLVM Foundation BoF</b><br>
+<i>LLVM Foundation Board of Directors</i>
+<p>Ask the LLVM Foundation Board of Directors anything, get program updates.</p>
+</td></tr>
 </table>
 
 <div class="www_sectiontitle" id="Poster">Posters</div>
@@ -1157,9 +1163,15 @@ implications for front-ends and backends
 <tr><td valign="top" id="Poster_1">
 <b>Clava: C/C++ source-to-source from CMake using LARA</b><br>
 <i>João Bispo (FEUP/INESCTEC)</i>
-<p>Clava is a Clang-based source-to-source compiler that executes scripts written in LARA, a superset of JavaScript with additional syntax for AST analysis and transformation.</p>
-<p>Clava intends to improve on Clang's source-to-source capabilities, by providing a more convenient and powerful way to analyze, transform and generate C/C++ code.</p>
-<p>Although Clava is a stand-alone tool, we will present the Clava CMake plug-in, which allows to easily apply LARA scripts to C/C++ CMake projects. Clava is open-source and runs on Linux, Windows and MacOS.</p>
+<p>Clava is a Clang-based source-to-source compiler that executes scripts
+written in LARA, a superset of JavaScript with additional syntax for AST
+analysis and transformation.</p>
+<p>Clava intends to improve on Clang's source-to-source capabilities, by
+providing a more convenient and powerful way to analyze, transform and generate
+C/C++ code.</p>
+<p>Although Clava is a stand-alone tool, we will present the Clava CMake
+plug-in, which allows to easily apply LARA scripts to C/C++ CMake projects.
+Clava is open-source and runs on Linux, Windows and MacOS.</p>
 </td></tr>
 
 <tr><td valign="top" id="Poster_2">




More information about the llvm-commits mailing list