[llvm-commits] [polly] r153664 - in /polly/trunk/www: menu.html.incl todo.html
Tobias Grosser
grosser at fim.uni-passau.de
Thu Mar 29 10:53:54 PDT 2012
Author: grosser
Date: Thu Mar 29 12:53:54 2012
New Revision: 153664
URL: http://llvm.org/viewvc/llvm-project?rev=153664&view=rev
Log:
www: Add more missing features to the TODO list
Modified:
polly/trunk/www/menu.html.incl
polly/trunk/www/todo.html
Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=153664&r1=153663&r2=153664&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Thu Mar 29 12:53:54 2012
@@ -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">
Modified: polly/trunk/www/todo.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/todo.html?rev=153664&r1=153663&r2=153664&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Thu Mar 29 12:53:54 2012
@@ -37,20 +37,35 @@
</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 @@
<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 @@
</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>
More information about the llvm-commits
mailing list