[llvm-commits] [llvm] r168302 - /llvm/trunk/docs/ReleaseNotes.html

Tobias Grosser grosser at fim.uni-passau.de
Mon Nov 19 00:58:29 PST 2012


Author: grosser
Date: Mon Nov 19 02:58:29 2012
New Revision: 168302

URL: http://llvm.org/viewvc/llvm-project?rev=168302&view=rev
Log:
First version of Polly release notes for 3.2

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=168302&r1=168301&r2=168302&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Nov 19 02:58:29 2012
@@ -226,17 +226,26 @@
 <div>
 
 <p><a href="http://polly.llvm.org/">Polly</a> is an <em>experimental</em>
-  optimizer for data locality and parallelism. It currently provides high-level
-  loop optimizations and automatic parallelisation (using the OpenMP run time).
-  Work in the area of automatic SIMD and accelerator code generation was
-  started.</p>
+  optimizer for data locality and parallelism. It provides high-level
+  loop optimizations and automatic parallelisation.</p>
 
 <p>Within the LLVM 3.2 time-frame there were the following highlights:</p>
 
 <ul>
-  <li>...</li>
+  <li>isl, the integer set library used by Polly, was relicensed to the MIT
+license</li>
+  <li>isl based code generation<br />
+        <ul>
+<li>MIT licensed replacement for CLooG (LGPLv2) </li>
+<li>Fine grained option handling (separation of
+core and border computations, control overhead vs. code size) </li>
+</li>
+</ul>
+<li>Support for FORTRAN and dragonegg</li>
+<li>OpenMP code generation fixes</li>
 </ul>
 
+
 </div>
 
 </div>





More information about the llvm-commits mailing list