Bugs in Polly
+Bug Reports
Polly uses the LLVM bug tracking system. diff --git a/polly/www/content.css b/polly/www/content.css index 8dab76d9982e..52357233c6b5 100644 --- a/polly/www/content.css +++ b/polly/www/content.css @@ -67,8 +67,6 @@ tr { vertical-align:top } padding-bottom: 0em; margin-bottom: 0em; padding-left: .5em; - - color: #3b4567; font-size: 5em; } @@ -82,6 +80,10 @@ tr { vertical-align:top } -1px 2px 20px rgba(255, 255, 255, 0.6) inset; } +#head h1 span a { + text-decoration: none; + color: #3b4567; +} #head h1 span:before { content: "\00a0 "; } diff --git a/polly/www/contributors.html b/polly/www/contributors.html index d859a072d440..83c64f5e8a93 100644 --- a/polly/www/contributors.html +++ b/polly/www/contributors.html @@ -14,7 +14,7 @@Polly: Contributors
+Contributors
Polly is developed by a team of students supported by different universities. diff --git a/polly/www/documentation.html b/polly/www/documentation.html index 1a241eed477a..b374a300e967 100644 --- a/polly/www/documentation.html +++ b/polly/www/documentation.html @@ -13,7 +13,7 @@Polly: Documentation
+Documentation
-
diff --git a/polly/www/documentation/architecture.html b/polly/www/documentation/architecture.html
index 82a4358f16f0..b7490d5d3633 100644
--- a/polly/www/documentation/architecture.html
+++ b/polly/www/documentation/architecture.html
@@ -13,7 +13,7 @@
Polly - The architecture
+The architecture

Polly - Memory access optimizations
+Memory access optimizations
WARNING: This project was part of the Google Summer of Code 2011.
Tt is currently not finished, but it is in the design and implementation stage.
diff --git a/polly/www/documentation/passes.html b/polly/www/documentation/passes.html
index 9345ac65164f..873ed046322a 100644
--- a/polly/www/documentation/passes.html
+++ b/polly/www/documentation/passes.html
@@ -13,7 +13,7 @@
Polly consists of a set of LLVM passes.
diff --git a/polly/www/index.html b/polly/www/index.html
index ff63ebb406da..b00339b7f5cb 100644
--- a/polly/www/index.html
+++ b/polly/www/index.html
@@ -20,7 +20,7 @@
Polly is a polyhedral optimizer for LLVM. Using an abstract mathematical
diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl
index a40d60ee6d53..5715ff64f41b 100644
--- a/polly/www/menu.html.incl
+++ b/polly/www/menu.html.incl
@@ -1,12 +1,12 @@
Polly: The available LLVM passes
+ The available LLVM passes
Polly: Execute the individual Polly passes manually
+Execute the individual Polly passes manually
Polly: Polyhedral optimizations for LLVM
+ About Polly