diff options
| author | Tobias Grosser <tobias@grosser.es> | 2015-07-14 10:52:58 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2015-07-14 10:52:58 +0000 |
| commit | 469609a7145ff88486dfb6245f89fe70bcb2f1ac (patch) | |
| tree | 10e40175c66695a15365bfdd84872e0e31c20a92 | |
| parent | c268835eca8f59b164caa50bdecb7b58415861af (diff) | |
| download | bcm5719-llvm-469609a7145ff88486dfb6245f89fe70bcb2f1ac.tar.gz bcm5719-llvm-469609a7145ff88486dfb6245f89fe70bcb2f1ac.zip | |
Mark a couple of items as completed
llvm-svn: 242136
| -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> |

