summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2011-05-14 19:02:51 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2011-05-14 19:02:51 +0000
commitf6ed8ffd695a633369b6dd048216076629ad5ef3 (patch)
tree863f1779fd8f8f983d0807272b7adb91a2b3c433
parent5d6eb869653ff731109836bc3dd4b7d8c63088a6 (diff)
downloadbcm5719-llvm-f6ed8ffd695a633369b6dd048216076629ad5ef3.tar.gz
bcm5719-llvm-f6ed8ffd695a633369b6dd048216076629ad5ef3.zip
www: Colorize TODO status
llvm-svn: 131361
-rw-r--r--polly/www/content.css4
-rw-r--r--polly/www/todo.html60
2 files changed, 34 insertions, 30 deletions
diff --git a/polly/www/content.css b/polly/www/content.css
index 29b2c9886d9..1a3ed13fcdc 100644
--- a/polly/www/content.css
+++ b/polly/www/content.css
@@ -14,6 +14,10 @@ h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7}
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}
diff --git a/polly/www/todo.html b/polly/www/todo.html
index be8d1c0d13b..4eec52c75fa 100644
--- a/polly/www/todo.html
+++ b/polly/www/todo.html
@@ -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@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 @@ later maybe polly.llvm.org
<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 @@ build system will be improved to simplify deployment.
</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 @@ build system will be improved to simplify deployment.
</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 &amp; Tobias
</td></tr>
@@ -193,18 +193,18 @@ loops
<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 @@ and back to LLVM-IR without applying any transformations.
</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 @@ Ether
</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 @@ Ether
</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 @@ Ether
<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>
OpenPOWER on IntegriCloud