diff options
-rw-r--r-- | polly/www/index.html | 4 | ||||
-rw-r--r-- | polly/www/menu.html.incl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/polly/www/index.html b/polly/www/index.html index 5af38564730..31ef7e1f3da 100644 --- a/polly/www/index.html +++ b/polly/www/index.html @@ -226,8 +226,8 @@ <td> <h4>Automatic code coverage and static analysis tests</h4> Sylvestre Ledru set up automatic tests for <a - href="http://buildd-clang.debian.net/coverage/">code coverage</a> and - <a href="http://buildd-clang.debian.net/scan-build/">static analysis</a> + href="http://llvm.org/reports/coverage/">code coverage</a> and + <a href="http://llvm.org/reports/scan-build/">static analysis</a> which run at least once a day and which include results for Polly. <h4>Move to CLooG 0.18.1 and isl 0.12.1</h4> With the move to an isl 0.12 version Polly can be compiled without the diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl index 5459473bd63..da2bca63a46 100644 --- a/polly/www/menu.html.incl +++ b/polly/www/menu.html.incl @@ -32,7 +32,7 @@ Optimizations</span></h2> <a href="/bugs.html">Bug Reports</a> <a href="http://lab.llvm.org:8011/console?category=polly">Buildbot</a> <a href="http://lab.llvm.org:8080/coverage/coverage-reports/polly/index.html">Code Coverage</a> - <a href="http://buildd-clang.debian.net/scan-build/">Static analysis</a> + <a href="http://llvm.org/reports/scan-build/">Static analysis</a> <a href="/doxygen/">Doxygen</a> <a href="https://github.com/llvm-mirror/polly">Source @ GitHub</a> </div> |