diff options
| -rw-r--r-- | polly/www/menu.html.incl | 2 | ||||
| -rw-r--r-- | polly/www/todo.html | 38 |
2 files changed, 29 insertions, 11 deletions
diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl index 2128e6bc407..63338c418ec 100644 --- a/polly/www/menu.html.incl +++ b/polly/www/menu.html.incl @@ -2,11 +2,11 @@ <div class="submenu"> <label>Information</label> <a href="/index.html">About</a> - <a href="/todo.html">TODO</a> <a href="/documentation.html">Documentation</a> <a href="/performance.html">Performance</a> <a href="/publications.html">Publications</a> <a href="/contributors.html">Contributors</a> + <a href="/todo.html">TODO</a> </div> <div class="submenu"> diff --git a/polly/www/todo.html b/polly/www/todo.html index 94f92df2d29..2b16d9fc2f3 100644 --- a/polly/www/todo.html +++ b/polly/www/todo.html @@ -37,20 +37,35 @@ Optimizations (ongoing)</h3> </tr> <tr> <tr> +<tr> <th align="left"> Non-affine access functions </th><td align="center" class='done'> Done, needs testing </td><td>Marcello </td></tr> +<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12402">Finer +grained statements</a> +</th><td align="center" class='open'>Open +</td><td> +</td></tr> <tr> <th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12397">Model integer wrapping</a> -</th><td align="center" class='inprogress'> Planning +</th><td align="center" class='open'> Open </td><td> </td></tr> <tr> -<th align="left"> Variable size multi-dimensional arrays -</th><td align="center" class='inprogress'> Planning +<th align="left"> <a +href="http://llvm.org/bugs/show_bug.cgi?id=12403">Variable-size +multi-dimensional arrays</a> +</th><td align="center" class='open'> Open +</td><td> +</td></tr> +<th align="left"> <a +href="http://llvm.org/bugs/show_bug.cgi?id=12407">Derive information for +the SCoP context +</a> +</th><td align="center" class='open'> Open </td><td> </td></tr> <tr><td colspan='4'> </td></tr> @@ -61,13 +76,14 @@ integer wrapping</a> <th> Owner </th> </tr> <tr> -<th align="left"> Polyhedral dead code elimination +<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12405">Polyhedral +dead code elimination</a> </th><td class="open">Open </td><td> </td></tr> <th align="left"> <a -href="http://llvm.org/bugs/show_bug.cgi?id=10229">Import/Export - Update to -released OpenSCoP format</a> +href="http://llvm.org/bugs/show_bug.cgi?id=10229">OpenSCoP Import/Export - Update to +current version</a> </th><td class="open">Open </td><td> </td></tr> @@ -100,13 +116,15 @@ the need for independent blocks</a> </td><td> </td></tr> <tr> -<th align="left"> Modularize the code generation to allow FPGA/GPU backends -</th><td class="inprogress">In progress +<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12406">Make code +generation independent of the clast</a> +</th><td class="open">Open </td><td> </td></tr> <tr> -<th align="left"> Integrate with the LLVM BBVectorizer -</th><td class="inprogress">In progress +<th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12404">Integrate +with the LLVM BBVectorizer</a> +</th><td class="open">Open </td><td> </td></tr> |

