diff options
-rw-r--r-- | polly/www/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/polly/www/index.html b/polly/www/index.html index 807cddf7dd1..bd38095e5d9 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -69,7 +69,17 @@ <!--=====================================================================--> <table id="news"> - <tr><td><b>2011</b></td></tr> + <tr><td><b>2012</b></td></tr> + <tr><td width="120"><p>January</p></td> + <td> + <p>Improved support for the isl scheduling optimizer</p> + Polly can now automatically optimize all polybench kernels without the help of + an external optimizer. The compile time is reasonable fast and we can show + notable speedups for various kernels. + </td></tr> + + <tr> + <tr><td><b><br/>2011</b></td></tr> <tr><td width="120"><p>November</p></td> <td> <p> |