diff options
| -rw-r--r-- | polly/www/todo.html | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/polly/www/todo.html b/polly/www/todo.html index 0c812fe8b0e..64143fb25a3 100644 --- a/polly/www/todo.html +++ b/polly/www/todo.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ --> <html> @@ -55,7 +55,7 @@ integer wrapping</a> <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 +</th><td align="center" class='done'> Done </td><td>Sebastian </td></tr> <tr> @@ -75,7 +75,12 @@ grained statements</a> </td></tr> <tr> <th align="left"> Detect reductions -</th><td align="center" class='nice'>Open +</th><td align="center" class='done'>Done +</td><td>Johannes +</td></tr> +<tr> +<th align="left"> Generate code for reductions +</th><td align="center" class='niceinprogress'>in progress </td><td>Johannes </td></tr> <tr> @@ -118,8 +123,8 @@ href="http://llvm.org/bugs/show_bug.cgi?id=10229">OpenSCoP Import/Export</a> <tr> <th align="left"> Support for scalars/PHIs directly in the code generation (requirement to remove polly independent) -</th><td class="open"> Open -</td><td>Tobias +</th><td class="niceinprogress"> in progress +</td><td>Tobias/Johannes </td></tr> <tr> <th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12398">Remove @@ -129,8 +134,8 @@ the need for independent blocks</a> </td></tr> <tr> <th align="left"> Run-time alias checks -</th><td class="open"> Open -</td><td>Sebastian +</th><td class="done"> Done +</td><td>Johannes </td></tr> <tr> <th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12404">Integrate |

