[www] r284447 - [www] add call for speakers for the LLVM Performance Workshop at CGO 2017

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 17 18:48:52 PDT 2016


Author: spop
Date: Mon Oct 17 20:48:52 2016
New Revision: 284447

URL: http://llvm.org/viewvc/llvm-project?rev=284447&view=rev
Log:
[www] add call for speakers for the LLVM Performance Workshop at CGO 2017


Added:
    www/trunk/devmtg/2017-02-04/
    www/trunk/devmtg/2017-02-04/index.html
Modified:
    www/trunk/devmtg/index.html

Added: www/trunk/devmtg/2017-02-04/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-02-04/index.html?rev=284447&view=auto
==============================================================================
--- www/trunk/devmtg/2017-02-04/index.html (added)
+++ www/trunk/devmtg/2017-02-04/index.html Mon Oct 17 20:48:52 2016
@@ -0,0 +1,77 @@
+<!--#include virtual="../../header.incl" -->
+
+<div class="www_sectiontitle">LLVM Performance Workshop at CGO</div>
+
+<ul>
+  <li><b>What</b>: LLVM Performance Workshop at CGO</li>
+  <li><b>When</b>: Saturday February 4th, 2017</li>
+  <li><b>Where</b>: Austin, Texas, USA</li>
+</ul>
+
+<p>
+  An LLVM Performance Workshop will be held at CGO 2017. 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/cgo2017/workshops.html">CGO website</a>.
+</p>
+
+<div class="www_sectiontitle">Call for Speakers</div>
+
+<p>
+  We invite speakers from academia and industry to present their work on the
+  following list of topics (including and not limited to:)
+  <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>any other topic related to improving and maintaining the performance and quality of LLVM generated code.</li>
+  </ul>
+  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.
+</p>
+
+<p>
+  We are looking for:
+</p>
+<ul>
+  <li>keynote speakers,</li>
+  <li>technical presentations: 30 minutes plus questions and discussion,</li>
+  <li>tutorials,</li>
+  <li>BOFs.</li>
+</ul>
+
+<p>
+  Proposals should provide enough information for the review committee to be
+  able to judge the quality of the submission. Proposals can be submitted under
+  the form of an extended abstract, full paper, or slides.  Proposals should be
+  submitted to
+  <a href="https://easychair.org/conferences/?conf=llvmcgo2017">Easychair
+  LLVM-CGO 2017</a>.  The deadline for receiving submissions is December 1st,
+  2016.  Speakers will be notified of acceptance or rejection by December 15.
+</p>
+
+<p>
+  Workshop organization: Sebastian Pop, Aditya Kumar, Tobias Edler von Koch, and
+  Tanya Lattner.
+</p>
+
+<div class="www_sectiontitle">Schedule</div>
+
+<p>
+To be announced.
+</p>
+
+<!-- *********************************************************************** -->
+<hr>
+<address>
+  <a href="http://jigsaw.w3.org/css-validator/check/referer"><img
+  src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+  <a href="http://validator.w3.org/check/referer"><img
+  src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+<br>
+</address>
+
+<!--#include virtual="../../footer.incl" -->

Modified: www/trunk/devmtg/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/index.html?rev=284447&r1=284446&r2=284447&view=diff
==============================================================================
--- www/trunk/devmtg/index.html (original)
+++ www/trunk/devmtg/index.html Mon Oct 17 20:48:52 2016
@@ -33,6 +33,7 @@
 
 <p>Upcoming:
 <ul>
+  <li><a href="2017-02-04/">February 4, 2017</a> - LLVM Performance Workshop at CGO, Austin, Texas, USA</li>
   <li><a href="2017-02/">February 4, 2017</a> - FOSDEM, Brussels, Belgium</li>
 </ul>
 </p>




More information about the llvm-commits mailing list