summaryrefslogtreecommitdiffstats
path: root/polly
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2013-12-20 00:53:01 +0000
committerTobias Grosser <tobias@grosser.es>2013-12-20 00:53:01 +0000
commit7110f332eb2598675059179f9b484e4128ba4e08 (patch)
treeed149df2b68ecaf21b14a00b19d9c522ff1face8 /polly
parent88dd69760a5528ba0296d1c87b8662a19e57516a (diff)
downloadbcm5719-llvm-7110f332eb2598675059179f9b484e4128ba4e08.tar.gz
bcm5719-llvm-7110f332eb2598675059179f9b484e4128ba4e08.zip
www: No need to mention Polly in each subtitle
llvm-svn: 197760
Diffstat (limited to 'polly')
-rw-r--r--polly/www/bugs.html2
-rw-r--r--polly/www/content.css6
-rw-r--r--polly/www/contributors.html2
-rw-r--r--polly/www/documentation.html2
-rw-r--r--polly/www/documentation/architecture.html2
-rw-r--r--polly/www/documentation/memaccess.html2
-rw-r--r--polly/www/documentation/passes.html2
-rw-r--r--polly/www/example_manual_matmul.html2
-rw-r--r--polly/www/index.html2
-rw-r--r--polly/www/menu.html.incl4
-rw-r--r--polly/www/performance.html2
-rw-r--r--polly/www/publications.html2
-rw-r--r--polly/www/todo.html3
13 files changed, 18 insertions, 15 deletions
diff --git a/polly/www/bugs.html b/polly/www/bugs.html
index 87043574ab9..87254a8c372 100644
--- a/polly/www/bugs.html
+++ b/polly/www/bugs.html
@@ -14,7 +14,7 @@
<div id="content">
-<h1>Bugs in Polly</h1>
+<h1>Bug Reports</h1>
Polly uses the LLVM bug tracking system.
diff --git a/polly/www/content.css b/polly/www/content.css
index 8dab76d9982..52357233c6b 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 d859a072d44..83c64f5e8a9 100644
--- a/polly/www/contributors.html
+++ b/polly/www/contributors.html
@@ -14,7 +14,7 @@
<div id="content">
-<h1>Polly: Contributors</h1>
+<h1>Contributors</h1>
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 1a241eed477..b374a300e96 100644
--- a/polly/www/documentation.html
+++ b/polly/www/documentation.html
@@ -13,7 +13,7 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
- <h1>Polly: Documentation</h1>
+ <h1>Documentation</h1>
<!--*********************************************************************-->
<ul>
diff --git a/polly/www/documentation/architecture.html b/polly/www/documentation/architecture.html
index 82a4358f16f..b7490d5d363 100644
--- a/polly/www/documentation/architecture.html
+++ b/polly/www/documentation/architecture.html
@@ -13,7 +13,7 @@
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
- <h1>Polly - The architecture</h1>
+ <h1>The architecture</h1>
<!--*********************************************************************-->
<img src='../images/architecture.png' />
</div>
diff --git a/polly/www/documentation/memaccess.html b/polly/www/documentation/memaccess.html
index 21551d4a923..fa487713f51 100644
--- a/polly/www/documentation/memaccess.html
+++ b/polly/www/documentation/memaccess.html
@@ -13,7 +13,7 @@
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
- <h1>Polly - Memory access optimizations</h1>
+ <h1>Memory access optimizations</h1>
<!--*********************************************************************-->
<p><em>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 9345ac65164..873ed046322 100644
--- a/polly/www/documentation/passes.html
+++ b/polly/www/documentation/passes.html
@@ -13,7 +13,7 @@
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
- <h1>Polly: The available LLVM passes</h1>
+ <h1>The available LLVM passes</h1>
<!--*********************************************************************-->
<p>Polly consists of a set of LLVM passes. </p>
diff --git a/polly/www/example_manual_matmul.html b/polly/www/example_manual_matmul.html
index 7dbbcf01f4f..9c9593a23ed 100644
--- a/polly/www/example_manual_matmul.html
+++ b/polly/www/example_manual_matmul.html
@@ -13,7 +13,7 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--=====================================================================-->
-<h1>Polly: Execute the individual Polly passes manually</h1>
+<h1>Execute the individual Polly passes manually</h1>
<!--=====================================================================-->
<p>
diff --git a/polly/www/index.html b/polly/www/index.html
index ff63ebb406d..b00339b7f5c 100644
--- a/polly/www/index.html
+++ b/polly/www/index.html
@@ -20,7 +20,7 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
- <h1>Polly: Polyhedral optimizations for LLVM</h1>
+ <h1>About Polly</h1>
<!--*********************************************************************-->
<p> 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 a40d60ee6d5..5715ff64f41 100644
--- a/polly/www/menu.html.incl
+++ b/polly/www/menu.html.incl
@@ -1,12 +1,12 @@
<div id="head">
-<h1><span>Polly</span></h1>
+<h1><span><a href="/">Polly</a></span></h1>
<h2><span>LLVM Framework for High-Level Loop and Data-Locality
Optimizations</span></h2>
</div>
<div id="menu">
<div class="submenu">
<label>Information</label>
- <a href="/index.html">About</a>
+ <a href="/index.html">About Polly</a>
<a href="/documentation.html">Documentation</a>
<a href="/performance.html">Performance</a>
<a href="/publications.html">Publications</a>
diff --git a/polly/www/performance.html b/polly/www/performance.html
index 349c2cda407..300a18836d0 100644
--- a/polly/www/performance.html
+++ b/polly/www/performance.html
@@ -11,7 +11,7 @@
<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
-<h1>Polly: Performance</h1>
+<h1>Performance</h1>
<p>To evaluate the performance benefits Polly currently provides we compiled the
<a href="http://www.cse.ohio-state.edu/~pouchet/software/polybench/">Polybench
diff --git a/polly/www/publications.html b/polly/www/publications.html
index 5f3f3ca002d..cc6bdc1fea6 100644
--- a/polly/www/publications.html
+++ b/polly/www/publications.html
@@ -13,7 +13,7 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
- <h1>Polly: Publications</h1>
+ <h1>Publications</h1>
<!--*********************************************************************-->
<h2> Publications involving Polly </h2>
diff --git a/polly/www/todo.html b/polly/www/todo.html
index dbf3c3c268e..3f4a8e68de9 100644
--- a/polly/www/todo.html
+++ b/polly/www/todo.html
@@ -11,8 +11,9 @@
<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
+<h1> TODO </h1>
-<h2> Overview</h3>
+<h2> Overview</h2>
<ul>
<li><a href="#phase3">Phase 3 - Improve Robustness, Interoperability and
Optimizations (ongoing)</a></li>
OpenPOWER on IntegriCloud