[polly] r242136 - Mark a couple of items as completed

Tobias Grosser tobias at grosser.es
Tue Jul 14 03:52:58 PDT 2015


Author: grosser
Date: Tue Jul 14 05:52:58 2015
New Revision: 242136

URL: http://llvm.org/viewvc/llvm-project?rev=242136&view=rev
Log:
Mark a couple of items as completed

Modified:
    polly/trunk/www/changelog.html
    polly/trunk/www/todo.html

Modified: polly/trunk/www/changelog.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/changelog.html?rev=242136&r1=242135&r2=242136&view=diff
==============================================================================
--- polly/trunk/www/changelog.html (original)
+++ polly/trunk/www/changelog.html Tue Jul 14 05:52:58 2015
@@ -12,6 +12,17 @@
 <!--#include virtual="menu.html.incl"-->
 <div id="content">
 <h1> ChangeLog </h1>
+<h2> trunk</h2>
+
+<ul>
+<li>Optimized isl for small integers, such that mostly cheap 32bit operations
+are used instead of costly arbitrary precision integers that often also involve
+malloc/free calls. As a result, the compile-time increase due to Polly has
+been largely reduced.</li>
+
+<li>Support for modulo operations: Accesses such as <pre>A[t%2][i]</pre> can
+    now be analyzed.
+</ul>
 
 <h2> 3.7 </h2>
 

Modified: polly/trunk/www/todo.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/todo.html?rev=242136&r1=242135&r2=242136&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Tue Jul 14 05:52:58 2015
@@ -61,7 +61,7 @@ February 2012)</a></li>
 </td>
 </tr>
 <th align="left">     - Optimize isl_int for small integers
-</th><td align="center" class='open'> Open
+</th><td align="center" class='done'> Done
 </td><td>
 </td>
 </tr>
@@ -89,7 +89,7 @@ February 2012)</a></li>
 <tr>
 <th align="left">
 Support for Modulos
-</th><td align="center" class='open'> Open
+</th><td align="center" class='done'> Done
 </td><td>
 </td></tr>
 <tr>





More information about the llvm-commits mailing list