[polly] r222362 - Change states in the www/todo.html list

Johannes Doerfert doerfert at cs.uni-saarland.de
Wed Nov 19 07:59:50 PST 2014


Author: jdoerfert
Date: Wed Nov 19 09:59:50 2014
New Revision: 222362

URL: http://llvm.org/viewvc/llvm-project?rev=222362&view=rev
Log:
Change states in the www/todo.html list

Modified:
    polly/trunk/www/todo.html

Modified: polly/trunk/www/todo.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/todo.html?rev=222362&r1=222361&r2=222362&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Wed Nov 19 09:59:50 2014
@@ -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?
 <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





More information about the llvm-commits mailing list