[www] r315208 - Add CGO performance workshop dates

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 9 08:58:46 PDT 2017


Author: jdoerfert
Date: Mon Oct  9 08:58:46 2017
New Revision: 315208

URL: http://llvm.org/viewvc/llvm-project?rev=315208&view=rev
Log:
Add CGO performance workshop dates

Modified:
    www/trunk/devmtg/2018-02-24/index.html
    www/trunk/devmtg/index.html

Modified: www/trunk/devmtg/2018-02-24/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-02-24/index.html?rev=315208&r1=315207&r2=315208&view=diff
==============================================================================
--- www/trunk/devmtg/2018-02-24/index.html (original)
+++ www/trunk/devmtg/2018-02-24/index.html Mon Oct  9 08:58:46 2017
@@ -10,15 +10,12 @@
 
 <p>
   An LLVM Performance Workshop will be held at CGO 2018. The workshop
-  is co-located with CC, HPCA, and PPoPP.
-  <!--If you are interested in attending the workshop, please register at the-->
-  <!--<a href="http://cgo.org/cgo2018/workshops.html">CGO website</a>.-->
-</p>
+  is co-located with CC, HPCA, and PPoPP. It takes place at the <a
+    href="http://cgo.org/cgo2018/venue/"> Austria Trend Eventhotel Pyramide</a>
+  in Vienna.
 
-<div class="www_sectiontitle">Program</div>
-<p>
-  The workshop takes place at the <a href="http://cgo.org/cgo2018/venue/">
-    Austria Trend Eventhotel Pyramide</a> in Vienna.
+  If you are interested in attending the workshop, please register at the
+  <a href="http://cgo.org/cgo2018/workshops.html">CGO website</a> [not open yet].
 </p>
 
 <div class="www_sectiontitle">Call for Speakers</div>
@@ -26,19 +23,22 @@
 <p>
   We invite speakers from academia and industry to present their work on the
   following list of topics (including and not limited to:)
+</p>
   <ul>
     <li>improving performance and size of code generated by LLVM,</li>
     <li>improving performance of LLVM's runtime libraries,</li>
-    <li>tools developed with LLVM for performance analysis of compiler
-        generated code,</li>
-    <li>bots and trackers of performance over time,</li>
     <li>improving the security of generated code,</li>
+    <li>tools developed with LLVM for performance analysis,</li>
+    <li>performance tracking over time,</li>
+    <li>compiler flags, annotations and remarks to understand and improve
+        performance,</li>
     <li>any other topic related to improving and maintaining the performance
         and quality of LLVM generated code.</li>
   </ul>
+<p>
   While the primary focus of the workshop is on these topics, we welcome any
   submission related to the LLVM compiler infrastructure, its sub-projects
-  (Clang, Linker, libraries), and its use in industry and academia.
+  (clang, lldb, Polly, ...), as well as its use in industry and academia.
 </p>
 
 <p>
@@ -59,8 +59,8 @@
   <a href="https://easychair.org/conferences/?conf=llvmcgo2018">Easychair
   LLVM-CGO 2018</a>.
 
-  <!--The deadline for receiving submissions is December 1st, 2017.  Speakers will be-->
-  <!--notified of acceptance or rejection by December 15.-->
+  The deadline for receiving submissions is December 1st, 2017 (AoE).  Speakers
+  will be notified of acceptance or rejection by December 15.
 </p>
 
 <p>

Modified: www/trunk/devmtg/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/index.html?rev=315208&r1=315207&r2=315208&view=diff
==============================================================================
--- www/trunk/devmtg/index.html (original)
+++ www/trunk/devmtg/index.html Mon Oct  9 08:58:46 2017
@@ -36,6 +36,7 @@
 <p>Upcoming:
 <ul>
   <li><a href="http://llvm-hpc4-workshop.github.io/">November 13, 2017</a> - LLVM-HPC @ SC17, Denver, CO, USA</li>
+  <li><a href="2018-02-24/">February 24, 2018</a> - LLVM Performance Workshop at CGO18, Vienna, Austria</li>
 </ul>
 </p>
 




More information about the llvm-commits mailing list