[polly] r197760 - www: No need to mention Polly in each subtitle

Tobias Grosser tobias at grosser.es
Thu Dec 19 16:53:02 PST 2013


Author: grosser
Date: Thu Dec 19 18:53:01 2013
New Revision: 197760

URL: http://llvm.org/viewvc/llvm-project?rev=197760&view=rev
Log:
www: No need to mention Polly in each subtitle

Modified:
    polly/trunk/www/bugs.html
    polly/trunk/www/content.css
    polly/trunk/www/contributors.html
    polly/trunk/www/documentation.html
    polly/trunk/www/documentation/architecture.html
    polly/trunk/www/documentation/memaccess.html
    polly/trunk/www/documentation/passes.html
    polly/trunk/www/example_manual_matmul.html
    polly/trunk/www/index.html
    polly/trunk/www/menu.html.incl
    polly/trunk/www/performance.html
    polly/trunk/www/publications.html
    polly/trunk/www/todo.html

Modified: polly/trunk/www/bugs.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/bugs.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/bugs.html (original)
+++ polly/trunk/www/bugs.html Thu Dec 19 18:53:01 2013
@@ -14,7 +14,7 @@
 
 <div id="content">
 
-<h1>Bugs in Polly</h1>
+<h1>Bug Reports</h1>
 
 Polly uses the LLVM bug tracking system.
 

Modified: polly/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/content.css?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/content.css (original)
+++ polly/trunk/www/content.css Thu Dec 19 18:53:01 2013
@@ -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 ";
 }

Modified: polly/trunk/www/contributors.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/contributors.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/contributors.html (original)
+++ polly/trunk/www/contributors.html Thu Dec 19 18:53:01 2013
@@ -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.
 

Modified: polly/trunk/www/documentation.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/documentation.html (original)
+++ polly/trunk/www/documentation.html Thu Dec 19 18:53:01 2013
@@ -13,7 +13,7 @@
 <!--#include virtual="menu.html.incl"-->
 <div id="content">
   <!--*********************************************************************-->
-  <h1>Polly: Documentation</h1>
+  <h1>Documentation</h1>
   <!--*********************************************************************-->
 
 <ul>

Modified: polly/trunk/www/documentation/architecture.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/architecture.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/documentation/architecture.html (original)
+++ polly/trunk/www/documentation/architecture.html Thu Dec 19 18:53:01 2013
@@ -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>

Modified: polly/trunk/www/documentation/memaccess.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/memaccess.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/documentation/memaccess.html (original)
+++ polly/trunk/www/documentation/memaccess.html Thu Dec 19 18:53:01 2013
@@ -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.

Modified: polly/trunk/www/documentation/passes.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/passes.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/documentation/passes.html (original)
+++ polly/trunk/www/documentation/passes.html Thu Dec 19 18:53:01 2013
@@ -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>

Modified: polly/trunk/www/example_manual_matmul.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/example_manual_matmul.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/example_manual_matmul.html (original)
+++ polly/trunk/www/example_manual_matmul.html Thu Dec 19 18:53:01 2013
@@ -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>

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Thu Dec 19 18:53:01 2013
@@ -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

Modified: polly/trunk/www/menu.html.incl
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/menu.html.incl?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/menu.html.incl (original)
+++ polly/trunk/www/menu.html.incl Thu Dec 19 18:53:01 2013
@@ -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>

Modified: polly/trunk/www/performance.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/performance.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/performance.html (original)
+++ polly/trunk/www/performance.html Thu Dec 19 18:53:01 2013
@@ -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

Modified: polly/trunk/www/publications.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/publications.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/publications.html (original)
+++ polly/trunk/www/publications.html Thu Dec 19 18:53:01 2013
@@ -13,7 +13,7 @@
 <!--#include virtual="menu.html.incl"-->
 <div id="content">
   <!--*********************************************************************-->
-  <h1>Polly: Publications</h1>
+  <h1>Publications</h1>
   <!--*********************************************************************-->
 
   <h2> Publications involving Polly </h2>

Modified: polly/trunk/www/todo.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/todo.html?rev=197760&r1=197759&r2=197760&view=diff
==============================================================================
--- polly/trunk/www/todo.html (original)
+++ polly/trunk/www/todo.html Thu Dec 19 18:53:01 2013
@@ -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>





More information about the llvm-commits mailing list