[polly] r248492 - Mark a couple of issues as done

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 07:30:14 PDT 2015


Author: grosser
Date: Thu Sep 24 09:30:14 2015
New Revision: 248492

URL: http://llvm.org/viewvc/llvm-project?rev=248492&view=rev
Log:
Mark a couple of issues as done

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=248492&r1=248491&r2=248492&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Thu Sep 24 09:30:14 2015
@@ -135,7 +135,7 @@ Model scalars dependences directly in Po
 <tr>
 <th align="left">
 Code generate scalar dependences
-</th><td align="center" class='open'> Open
+</th><td align="center" class='done'> Done
 </td><td>
 </td></tr>
 <tr>
@@ -147,7 +147,7 @@ Model PHI dependences directly in Polly
 <tr>
 <th align="left">
 Code generate PHI dependences
-</th><td align="center" class='open'> Open
+</th><td align="center" class='done'> Done
 </td><td>
 </td></tr>
 <tr>
@@ -180,7 +180,7 @@ optimal types (instead of always using i
 <tr>
 <th align="left"> <a href="http://llvm.org/bugs/show_bug.cgi?id=12397">Model
 integer wrapping</a>
-</th><td align="center" class='open'> Open
+</th><td align="center" class='done'> Done
 </td><td>
 </td></tr
 
@@ -212,7 +212,7 @@ Eliminate run-time bounds checks
 </td></tr>
 
 <th align="left">     - Actually eliminate statements
-</th><td align="center" class='open'> Open
+</th><td align="center" class='done'> Done
 </td><td>
 </td></tr>
 




More information about the llvm-commits mailing list