[polly] r193467 - www: Add information about isl-0.12.1 release

Tobias Grosser tobias at grosser.es
Sat Oct 26 03:01:52 PDT 2013


Author: grosser
Date: Sat Oct 26 05:01:52 2013
New Revision: 193467

URL: http://llvm.org/viewvc/llvm-project?rev=193467&view=rev
Log:
www: Add information about isl-0.12.1 release

Polly can now be compiled without explicitly linking to GMP licensed code.

This patch also contains some formatting improvements.

Modified:
    polly/trunk/www/index.html

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=193467&r1=193466&r2=193467&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Sat Oct 26 05:01:52 2013
@@ -72,24 +72,34 @@
   <tr><td><b>2013</b></td></tr>
   <tr><td width="120"><p>October</p></td>
   <td>
-  <p>Automatic code coverage and static analysis tests</p>
+  <h4>Automatic code coverage and static analysis tests</h4>
   Sylvestre Ledre set up automatic tests for <a
   href="http://buildd-clang.debian.net/coverage/">code coverage</a> and
   <a href="http://buildd-clang.debian.net/scan-build/">static analysis</a>
   which run at least once a day and which include results for Polly.
+  <h4>Move to CLooG 0.18.1 and isl 0.12.1</h4>
+  With the move to an isl 0.12 version Polly can be compiled without the
+  need to link directly to GMP (if isl is used for code generation). Currenty
+  isl is still internally using GMP, but private patches exist to also remove
+  this dependency. Without the use of GMP, a <b>GPL free</b> version of Polly
+  is possible.
   </td></tr>
+
   <tr><td><b>2012</b></td></tr>
   <tr><td width="120"><p>December</p></td>
   <td>
-  <p> New <a
-href="http://www.worldscientific.com/doi/abs/10.1142/S0129626412500107?af=R">
-        publication</a> in the PPL Journal.
-     </p>
+  <h4> New publication in the PPL Journal
+     </h4>
+
+      We published a journal version of the Polly paper named
+      <em>
+      Polly - Performing polyhedral optimizations on a low-level intermediate
+      representation</em> in the Parallel Processing Letters 2012.
   </td></tr>
   <tr><td width="120"><p>September</p></td>
   <td>
-  <p>Experimental support for the <b>new isl code generator</b>
-     was committed. The code generator can be parameterized on a fine-grained
+  <h4>Experimental support for the <b>new isl code generator</b></h4>
+     The code generator can be parameterized on a fine-grained
      level. It gives direct control for example over unrolling, the amount of
      control overhead and the code size. It can also be used to
      create loops to handle border conditions or to perform full-partial tile





More information about the llvm-commits mailing list