[llvm-commits] [www] r143853 - /www/trunk/devmtg/2011-11/index.html

Tanya Lattner tonic at nondot.org
Sat Nov 5 18:10:07 PDT 2011


Author: tbrethou
Date: Sat Nov  5 20:10:07 2011
New Revision: 143853

URL: http://llvm.org/viewvc/llvm-project?rev=143853&view=rev
Log:
Fix poster title.

Modified:
    www/trunk/devmtg/2011-11/index.html

Modified: www/trunk/devmtg/2011-11/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2011-11/index.html?rev=143853&r1=143852&r2=143853&view=diff
==============================================================================
--- www/trunk/devmtg/2011-11/index.html (original)
+++ www/trunk/devmtg/2011-11/index.html Sat Nov  5 20:10:07 2011
@@ -250,8 +250,7 @@
 Polly, the LLVM Polyhedral Optimizer, was presented one year ago. At that point, only the basic infrastructure was in place and many important parts not even started. Even though Polly is still more research than production quality, we made big improvements during the last 12 months. Polly itself moved to the LLVM infrastructure with Bugtracker, Buildbot and VCS. It can now conveniently be loaded into clang as part of clang -O3. We also implemented automatic SIMD and OpenMP code generation and we created a bridge to the external PoCC optimizer. With PoCC and Polly, we were able to compile and _optimize_ the first benchmarks fully automatically and have shown significant improvements over clang -O3. In this talk we give a detailed update about the current status and want to present ideas on how to move further. These will include both research relevant ideas like automatic OpenCL code generation as well as concepts on how to develop robust loop transformations and vectorizati
 on for mainstream use.  http://polly.grosser.es
 </p>
 
-
-<div class="wwww_sectiontitle" id="poster">Poster Abstracts</div>
+<div class="www_sectiontitle" id="poster">Poster Abstracts</div>
 <p>
 <b><a id="poster1">Parfait - A Scalable Static Bug-Checking Tool Built on LLVM</a></b><br>       
 <i>Cristina Cifuentes, Nathan Keynes, Andrew Craik, Lian Li, Nathan Hawes, Andrew Browne, and Manuel Valdiviezo   - Oracle Labs</i><br>





More information about the llvm-commits mailing list