[www] r197563 - fix link + reorder

Sylvestre Ledru sylvestre at debian.org
Wed Dec 18 03:26:22 PST 2013


Author: sylvestre
Date: Wed Dec 18 05:26:22 2013
New Revision: 197563

URL: http://llvm.org/viewvc/llvm-project?rev=197563&view=rev
Log:
fix link + reorder

Modified:
    www/trunk/devmtg/2014-02/index.html

Modified: www/trunk/devmtg/2014-02/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2014-02/index.html?rev=197563&r1=197562&r2=197563&view=diff
==============================================================================
--- www/trunk/devmtg/2014-02/index.html (original)
+++ www/trunk/devmtg/2014-02/index.html Wed Dec 18 05:26:22 2013
@@ -185,7 +185,7 @@ the LDC compiler.
 </p>
 
 <p>
-<b><a id="talk10">Case study/tutorial on using LLVM in REPL systems
+<b><a id="talk9">Case study/tutorial on using LLVM in REPL systems
 </a></b><br />
 <i>David Tweed</i><br />
 LLVM is a modular system of compiler components with backends for most
@@ -211,13 +211,6 @@ following a running example utilising th
 can improve the performance of interactive computation.
 
 </p>
-
-<p>
-<b><a id="talk11">High Level Loop Optimizations in LLVM
-</a></b><br />
-<i>Tobias Grosser</i><br />
-For several important program classes (image processing, scientific computing, ...) High Level Loop Optimizations are essential to reach top performance. With Polly, we present a high-level loop optimization framework for LLVM, that provides a flexible infrastructure to develop and describe such high-level loop optimizations. We present Polly as a classical optimizer for a C compiler, but focus on its use as an infrastructure to develop optimizations for domain specific languages and specialized hardware such as GPUs. This talks gives an overview of the overall structure of Polly itself and also insights into the components and tools essential when working with Polly (isl, ppcg, islpy, islplot).
-</p>
 <p>
 <b><a id="talk10">An approach for energy consumption analysis of programs using LLVM
 </a></b><br />
@@ -247,6 +240,15 @@ supported by LLVM.
 Static energy estimation has applications in program optimization, and enables
 energy-aware software development.
 </p>
+
+
+<p>
+<b><a id="talk11">High Level Loop Optimizations in LLVM
+</a></b><br />
+<i>Tobias Grosser</i><br />
+For several important program classes (image processing, scientific computing, ...) High Level Loop Optimizations are essential to reach top performance. With Polly, we present a high-level loop optimization framework for LLVM, that provides a flexible infrastructure to develop and describe such high-level loop optimizations. We present Polly as a classical optimizer for a C compiler, but focus on its use as an infrastructure to develop optimizations for domain specific languages and specialized hardware such as GPUs. This talks gives an overview of the overall structure of Polly itself and also insights into the components and tools essential when working with Polly (isl, ppcg, islpy, islplot).
+</p>
+
 <div class="www_sectiontitle" id="logistics">Logistics</div>
 <p>
 





More information about the llvm-commits mailing list