diff options
| -rw-r--r-- | polly/www/changelog.html | 11 | ||||
| -rw-r--r-- | polly/www/todo.html | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/polly/www/changelog.html b/polly/www/changelog.html index 36c27e0c3ce..94a54aa1145 100644 --- a/polly/www/changelog.html +++ b/polly/www/changelog.html @@ -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> diff --git a/polly/www/todo.html b/polly/www/todo.html index 0635f5c2f2d..b05334348c0 100644 --- a/polly/www/todo.html +++ b/polly/www/todo.html @@ -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> |

