www: No need to mention Polly in each subtitle

llvm-svn: 197760
This commit is contained in:
Tobias Grosser 2013-12-20 00:53:01 +00:00
parent 88dd69760a
commit 7110f332eb
13 changed files with 18 additions and 15 deletions

View File

@ -14,7 +14,7 @@
<div id="content">
<h1>Bugs in Polly</h1>
<h1>Bug Reports</h1>
Polly uses the LLVM bug tracking system.

View File

@ -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 ";
}

View File

@ -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.

View File

@ -13,7 +13,7 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
<h1>Polly: Documentation</h1>
<h1>Documentation</h1>
<!--*********************************************************************-->
<ul>

View File

@ -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>

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -13,7 +13,7 @@
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
<h1>Polly: Publications</h1>
<h1>Publications</h1>
<!--*********************************************************************-->
<h2> Publications involving Polly </h2>

View File

@ -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>