[www] r343779 - update call for papers for the LLVM Performance Workshop

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 4 07:16:41 PDT 2018


Author: spop
Date: Thu Oct  4 07:16:41 2018
New Revision: 343779

URL: http://llvm.org/viewvc/llvm-project?rev=343779&view=rev
Log:
update call for papers for the LLVM Performance Workshop


Modified:
    www/trunk/devmtg/2019-02-16/index.html

Modified: www/trunk/devmtg/2019-02-16/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2019-02-16/index.html?rev=343779&r1=343778&r2=343779&view=diff
==============================================================================
--- www/trunk/devmtg/2019-02-16/index.html (original)
+++ www/trunk/devmtg/2019-02-16/index.html Thu Oct  4 07:16:41 2018
@@ -25,15 +25,18 @@
   following list of topics (including and not limited to:)
 </p>
   <ul>
-    <li>improving performance and code-size of applications compiled by LLVM,</li>
-    <li>improving performance of LLVM's runtime libraries,</li>
-    <li>improving the security of generated code,</li>
-    <li>any tools or products developed by using one of the libraries in LLVM infrastructure,</li>
-    <li>performance tracking over time,</li>
+    <li>Compilation and interpretation techniques benefitting from LLVM,</li>
+    <li>Classical performance and code-size optimizations using LLVM,</li>
+    <li>Improvements to runtime libraries developed under llvm-infrastructure
+      e.g., libc++, libc++-abi,</li>
+    <li>Improving the security of generated code using compilation
+      techniques,</li>
+    <li>Any tools developed with LLVM (or subprojects) for performance
+      analysis,</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>
+      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




More information about the llvm-commits mailing list