diff options
Diffstat (limited to 'polly/www/changelog.html')
| -rw-r--r-- | polly/www/changelog.html | 11 |
1 files changed, 11 insertions, 0 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> |

