[llvm-commits] [polly] r131361 - in /polly/trunk/www: content.css todo.html

Tobias Grosser grosser at fim.uni-passau.de
Sat May 14 12:02:51 PDT 2011


Author: grosser
Date: Sat May 14 14:02:51 2011
New Revision: 131361

URL: http://llvm.org/viewvc/llvm-project?rev=131361&view=rev
Log:
www: Colorize TODO status

Modified:
    polly/trunk/www/content.css
    polly/trunk/www/todo.html

Modified: polly/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/content.css?rev=131361&r1=131360&r2=131361&view=diff
==============================================================================
--- polly/trunk/www/content.css (original)
+++ polly/trunk/www/content.css Sat May 14 14:02:51 2011
@@ -14,6 +14,10 @@
 li { padding-bottom: 0.5em; }
 ul { padding-left:1.5em; }
 
+TD.done {background-color: #88ff99; text-align: center}
+TD.inprogress{background-color: #ffce00; text-align: center}
+TD.open{background-color: #e6705f; text-align: center}
+
 PRE.code {padding-left: 0.5em; background-color: #eeeeee}
 PRE {padding-left: 0.5em}
 

Modified: polly/trunk/www/todo.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/todo.html?rev=131361&r1=131360&r2=131361&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Sat May 14 14:02:51 2011
@@ -23,36 +23,36 @@
 </th></tr>
 <tr>
 <th align="left"> Move to LLVM SVN
-</th><td align="center"> done</br>
+</th><td class="done" align="center"> done</br>
 <a
 href="http://llvm.org/svn/llvm-project/polly"
->http://llvm.org/svn/llvm-project/polly/trunk/www</a>
+>http://llvm.org/svn/llvm-project/polly</a>
 </td><td> Tobias
 
 </td></tr>
 <tr>
 <th align="left"> Git mirror
-</th><td align="center"> done<br />
+</th><td class="done" align="center"> done<br />
 git://llvm.org/git/polly.git
 </td><td> Tobias
 </td></tr>
 <tr>
 <th align="left"> Commit mails
-</th><td align="center"> done <br />
+</th><td class="done" align="center"> done <br />
 llvm-commits at cs.uiuc.edu
 </td><td> Tobias
 </td></tr>
 <tr>
 
 <th align="left"> LLVM Bugzilla category
-</th><td align="center"> done <br />
+</th><td class="done" align="center"> done <br />
 <a href="http://llvm.org/bugs/enter_bug.cgi?product=Projects">LLVM Bugzilla</a>
 <br />
 (Product is 'Projects', Component is 'Polly')
 </td><td> Tobias
 <tr>
 <th align="left"> Website
-</th><td align="center"> in progress
+</th><td class="inprogress" align="center"> in progress
 <br />
 <a href="http://polly.grosser.es">http://polly.grosser.es</a>,
 later maybe polly.llvm.org
@@ -61,7 +61,7 @@
 <tr>
 <th align="left">Buildbot that runs 'make polly-test'
 </th><td align="center">
-</th><td> Raghesh, Andreas
+</th><td> Raghesh,<br /> Andreas
 </td></tr>
 <tr>
 <th align="left"> Nightly performance/coverage tests<br /> (with the llvm
@@ -118,25 +118,25 @@
 </th></tr>
 <tr>
 <th align="left"> Implement ISL dependency analysis pass
-</th><td align="center"> working
+</th><td class="done" align="center"> working
 </td><td> Tobias
 </td></tr>
 <tr>
 <th align="left"> Connect pocc/pluto
 
-</th><td align="center"> working
+</th><td class="done" align="center"> working
 </td><td> Tobias
 </td></tr>
 <tr>
 <th align="left"> Finish OpenSCoP support
-</th><td>
+</th><td class="open">Blocked (waiting for OpenSCoP)
 </td><td>
 </td><td>
 </td></tr>
 
 <tr>
 <th align="left"> Add SCoPLib 0.2 support to connect pocc
-</th><td align="center">done
+</th><td class="done" align="center">done
 
 </td><td> Tobias
 </td></tr>
@@ -164,20 +164,20 @@
 </td></tr>
 <tr>
 <th align="left"> Add write support for data access functions
-</th><td>
+</th><td class="open">Still open
 </td><td>
 </td><td>
 
 </td></tr>
 <tr>
 <th align="left"> Create vector loops
-</th><td align="center">70% done
+</th><td class="inprogress">70% done
 </td><td>Tobias
 </td></tr>
 <tr>
 <th align="left">Create OpenMP
 loops
-</th><td align="center">90% done
+</th><td class="inprogress">90% done
 </td><td> Raghesh & Tobias
 
 </td></tr>
@@ -193,18 +193,18 @@
 
 <tr>
 <th align="left"> Commit RegionPass patch upstream
-</th><td align="center"> done
+</th><td class="done" align="center"> done
 
 </td><td> Tobias
 </td></tr>
 <tr>
 <th align="left"> Build against an installed LLVM
-</th><td> works for cmake
+</th><td class="inprogress"> Partial (cmake build without tests)
 </td><td> ether
 </td></tr>
 <tr>
 <th align="left"> Setup buildbot regression testers using LNT
-</th><td>
+</th><td class="open">Still open
 </td><td>
 </td><td>
 
@@ -231,34 +231,34 @@
 </th></tr>
 <tr>
 <th align="left"> Region detection
-</td><td> works + Committed upstream
+</td><td class="done"> Working + Committed upstream
 </td><td>Ether
 </td></tr>
 <tr>
 <th align="left"> Access Functions
-</td><td> Working
-</td><td> John + Ether
+</td><td class="done"> Working
+</td><td>John + Ether
 </td></tr>
 <tr>
 <th align="left"> Alias sets
-</td><td> Still open
+</td><td class="open"> Still open
 </td></tr>
 <tr>
 <th align="left"> Scalar evolution to affine expression
-</td><td> Done
+</td><td class="done"> Done
 
 </td><td>
 Ether
 </td></tr>
 <tr>
 <th align="left"> SCoP extraction
-</td><td> Working
+</td><td class="done"> Working
 </td><td>Tobias + Ether
 
 </td></tr>
 <tr>
 <th align="left"> SCoPs to polyhedral model
-</td><td> Working
+</td><td class="done"> Working
 </td><td>Tobias + Ether
 </td></tr>
 <tr>
@@ -273,13 +273,13 @@
 </th></tr>
 <tr>
 <th align="left"> Define polyhedral description
-</td><td> Working
+</td><td class="done"> Working
 </td><td>Tobias
 
 </td></tr>
 <tr>
-<th align="left"> Import/Export using openscop
-</td><td> working
+<th align="left"> Import/Export using current openscop version
+</td><td class="done"> Working
 </td><td>Tobias
 </td></tr>
 <tr>
@@ -294,7 +294,7 @@
 </th></tr>
 <tr>
 <th align="left"> Create LLVM-IR using CLooG
-</td><td> Working
+</td><td class="done"> Working
 </td><td> Tobias
 
 </td></tr>
@@ -310,12 +310,12 @@
 <tr>
 <th align="left"> Setup git repositories
 
-</td><td> Done
+</td><td class="done"> Done
 </td><td> Tobias
 </td></tr>
 <tr>
 <th align="left"> Add CLooG/isl to build system
-</td><td> Works on Unix
+</td><td class="done"> Works on Unix
 </td><td> Tobias
 
 </td></tr></tbody></table>





More information about the llvm-commits mailing list