[polly] r225262 - We currently do not create these result for polly
Tobias Grosser
tobias at grosser.es
Tue Jan 6 04:30:28 PST 2015
Author: grosser
Date: Tue Jan 6 06:30:26 2015
New Revision: 225262
URL: http://llvm.org/viewvc/llvm-project?rev=225262&view=rev
Log:
We currently do not create these result for polly
We should reconsider this after having switched to imath (instead of gmp)
as the default isl backend, as this would allow us to keep a copy of isl
in the polly svn and to consequently make it easier to distribute Polly.
Modified:
polly/trunk/www/menu.html.incl
Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=225262&r1=225261&r2=225262&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Tue Jan 6 06:30:26 2015
@@ -26,8 +26,11 @@ Optimizations</span></h2>
<a href="http://groups.google.com/group/polly-dev">Mailing List (discussion)</a>
<a href="/bugs.html">Bug Reports</a>
<a href="http://lab.llvm.org:8011/console?category=polly">Buildbot</a>
+ <--!
+ These analyses currently do not include Polly.
<a href="http://buildd-clang.debian.net/coverage/">Code Coverage</a>
<a href="http://buildd-clang.debian.net/scan-build/">Static analysis</a>
+ --!
</div>
<div class="submenu">
More information about the llvm-commits
mailing list