[www] r342613 - Update talk title.

Tanya Lattner via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 19 22:00:07 PDT 2018


Author: tbrethou
Date: Wed Sep 19 22:00:06 2018
New Revision: 342613

URL: http://llvm.org/viewvc/llvm-project?rev=342613&view=rev
Log:
Update talk title.

Modified:
    www/trunk/devmtg/2018-10/index.html
    www/trunk/devmtg/2018-10/talk-abstracts.html

Modified: www/trunk/devmtg/2018-10/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/index.html?rev=342613&r1=342612&r2=342613&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/index.html (original)
+++ www/trunk/devmtg/2018-10/index.html Wed Sep 19 22:00:06 2018
@@ -133,7 +133,7 @@ Over the past year we have hosted panels
     <li><a href="talk-abstracts.html#talk1">Lessons Learned Implementing Common Lisp with LLVM over Six Years</a> - Christian Schafmeister</li>
     <li><a href="talk-abstracts.html#talk2">Porting Function merging pass to thinlto</a> - Aditya Kumar</li>
     <li><a href="talk-abstracts.html#talk3">Build Impact of Explicit and C++ Standard Modules</a> - David Blaikie</li>
-    <li><a href="talk-abstracts.html#talk4">Profile Guided Code Layout in LLVM and LLD</a> - Michael Spencer</li>
+    <li><a href="talk-abstracts.html#talk4">Profile Guided Function Layout in LLVM and LLD</a> - Michael Spencer</li>
     <li><a href="talk-abstracts.html#talk5">Developer Toolchain for the Nintendo Switch</a> - Bob Campbell, Jeff Sirois</li>
     <li><a href="talk-abstracts.html#talk6">Methods for Maintaining OpenMP Semantics without Being Overly Conservative</a> - Jin Lin, Ernesto  Su, Xinmin Tian</li>
     <li><a href="talk-abstracts.html#talk7">Understanding the performance of code using LLVM's Machine Code Analyzer (llvm-mca)</a> - Andrea Di Biagio, Matt Davis</li>

Modified: www/trunk/devmtg/2018-10/talk-abstracts.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2018-10/talk-abstracts.html?rev=342613&r1=342612&r2=342613&view=diff
==============================================================================
--- www/trunk/devmtg/2018-10/talk-abstracts.html (original)
+++ www/trunk/devmtg/2018-10/talk-abstracts.html Wed Sep 19 22:00:06 2018
@@ -65,7 +65,7 @@ there, and/or discuss any conclusions fr
 	</p>
 	</li>
     
-<li><a id="talk4">Profile Guided Code Layout in LLVM and LLD</a>
+<li><a id="talk4">Profile Guided Function Layout in LLVM and LLD</a>
         <br><i>Michael Spencer</i>
 	<p>
         The layout of code in memory can have a large impact on the performance of an application. 




More information about the llvm-commits mailing list