summaryrefslogtreecommitdiffstats
path: root/polly
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2013-12-19 22:50:10 +0000
committerTobias Grosser <tobias@grosser.es>2013-12-19 22:50:10 +0000
commitca4ca288d3b1872f897611f249c2891f2258805f (patch)
treeb554b915217bc3fb266acc8fa47cc49ff005d469 /polly
parentfc3a975d85e5ceb226788b1cc610df0bd3cfee23 (diff)
downloadbcm5719-llvm-ca4ca288d3b1872f897611f249c2891f2258805f.tar.gz
bcm5719-llvm-ca4ca288d3b1872f897611f249c2891f2258805f.zip
www: Add nice header
llvm-svn: 197738
Diffstat (limited to 'polly')
-rw-r--r--polly/www/bugs.html2
-rw-r--r--polly/www/content.css31
-rw-r--r--polly/www/contributors.html3
-rw-r--r--polly/www/documentation.html2
-rw-r--r--polly/www/documentation/architecture.html2
-rw-r--r--polly/www/documentation/gpgpucodegen.html2
-rw-r--r--polly/www/documentation/memaccess.html2
-rw-r--r--polly/www/documentation/passes.html2
-rw-r--r--polly/www/example_load_Polly_into_clang.html2
-rw-r--r--polly/www/example_load_Polly_into_dragonegg.html2
-rw-r--r--polly/www/example_manual_matmul.html2
-rw-r--r--polly/www/get_started.html2
-rw-r--r--polly/www/images/header-background.pngbin0 -> 206624 bytes
-rw-r--r--polly/www/index.html2
-rw-r--r--polly/www/menu.css12
-rw-r--r--polly/www/menu.html.incl3
-rw-r--r--polly/www/performance.html2
-rw-r--r--polly/www/publications.html2
-rw-r--r--polly/www/todo.html2
19 files changed, 67 insertions, 10 deletions
diff --git a/polly/www/bugs.html b/polly/www/bugs.html
index e4e0d3fadb7..87043574ab9 100644
--- a/polly/www/bugs.html
+++ b/polly/www/bugs.html
@@ -9,6 +9,7 @@
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -31,5 +32,6 @@ href="http://llvm.org/bugs/buglist.cgi?query_format=advanced&bug_status=NEW&bug_
bugs</a> in Polly is also available.
</div>
+</div>
</body>
</html>
diff --git a/polly/www/content.css b/polly/www/content.css
index 66d87e7e13e..a11b08e213d 100644
--- a/polly/www/content.css
+++ b/polly/www/content.css
@@ -6,6 +6,18 @@ html, body {
line-height:1.5;
}
+#box {
+ margin-left: auto;
+ margin-right: auto;
+ width: 80em;
+}
+[id=content] {
+ /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
+ margin-left: 15em;
+ padding-left: 3em;
+}
+
+
h1, h2, h3, tt { color: #000 }
h1 { padding-top:0px; margin-top:0px;}
@@ -37,3 +49,22 @@ span.caret { color:green; font-weight:bold }
tr { vertical-align:top }
#news P {padding: 0px; margin: 0px; border: 0px}
+#head {
+ height: 15em;
+ background-image:url(images/header-background.png);
+ background-repeat:no-repeat;
+ background-position: right;
+ max-width: 89em;
+ margin-bottom: 1em
+
+
+}
+
+#head h1 {
+ padding-bottom: 0em;
+ margin-bottom: 0em;
+ padding-left: .5em;
+ color: #3b4567;
+ font-size: 5em;
+}
+
diff --git a/polly/www/contributors.html b/polly/www/contributors.html
index 7004294cf08..d859a072d44 100644
--- a/polly/www/contributors.html
+++ b/polly/www/contributors.html
@@ -9,6 +9,7 @@
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -54,5 +55,7 @@ as well as the automake/cmake infrastructure.</p>
<img src="images/uni-passau.png" style="padding: 1em; padding-bottom:2em;"/>
<img src="images/osu.png" style="padding:1em"/>
<img src="images/sys-uni.png" style="padding:1em"/>
+</div>
+</div>
</body>
</html>
diff --git a/polly/www/documentation.html b/polly/www/documentation.html
index 351cabf1868..1a241eed477 100644
--- a/polly/www/documentation.html
+++ b/polly/www/documentation.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -46,5 +47,6 @@ Polly</a></h2></li>
</a></h2></li>
</ul>
</div>
+</div>
</body>
</html>
diff --git a/polly/www/documentation/architecture.html b/polly/www/documentation/architecture.html
index 7d61850a3c5..82a4358f16f 100644
--- a/polly/www/documentation/architecture.html
+++ b/polly/www/documentation/architecture.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -16,6 +17,7 @@
<!--*********************************************************************-->
<img src='../images/architecture.png' />
</div>
+</div>
</body>
</html>
diff --git a/polly/www/documentation/gpgpucodegen.html b/polly/www/documentation/gpgpucodegen.html
index 483c104e11e..74af2402236 100644
--- a/polly/www/documentation/gpgpucodegen.html
+++ b/polly/www/documentation/gpgpucodegen.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -223,5 +224,6 @@ gcc test.s -lGPURuntime -o test</pre>
</li>
<p></p>
</div>
+</div>
</body>
</html>
diff --git a/polly/www/documentation/memaccess.html b/polly/www/documentation/memaccess.html
index b0493172e38..21551d4a923 100644
--- a/polly/www/documentation/memaccess.html
+++ b/polly/www/documentation/memaccess.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -121,6 +122,7 @@ The transformed JSCOP file is:
</pre>
Code is generated for this change.
</div>
+</div>
</body>
</html>
diff --git a/polly/www/documentation/passes.html b/polly/www/documentation/passes.html
index c63ebe752fc..9345ac65164 100644
--- a/polly/www/documentation/passes.html
+++ b/polly/www/documentation/passes.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="../content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="../menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -63,5 +64,6 @@
</ul>
</div>
+</div>
</body>
</html>
diff --git a/polly/www/example_load_Polly_into_clang.html b/polly/www/example_load_Polly_into_clang.html
index 4b017689424..5f816bc233c 100644
--- a/polly/www/example_load_Polly_into_clang.html
+++ b/polly/www/example_load_Polly_into_clang.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--=====================================================================-->
@@ -127,5 +128,6 @@ reimporting the polyhedral representation externally calculated transformations
can be applied. This enables external optimizers or the manual optimization of
specific SCoPs.
</div>
+</div>
</body>
</html>
diff --git a/polly/www/example_load_Polly_into_dragonegg.html b/polly/www/example_load_Polly_into_dragonegg.html
index e9644c990e1..ef9f68b4d53 100644
--- a/polly/www/example_load_Polly_into_dragonegg.html
+++ b/polly/www/example_load_Polly_into_dragonegg.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--=====================================================================-->
@@ -65,5 +66,6 @@ clang</a> can be executed with dragonegg by replacing
the <b>-mllvm</b> syntax with the dragonegg syntax.
</div>
+</div>
</body>
</html>
diff --git a/polly/www/example_manual_matmul.html b/polly/www/example_manual_matmul.html
index 2636e1d6098..7dbbcf01f4f 100644
--- a/polly/www/example_manual_matmul.html
+++ b/polly/www/example_manual_matmul.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--=====================================================================-->
@@ -450,5 +451,6 @@ significantly.
</ol>
</div>
+</div>
</body>
</html>
diff --git a/polly/www/get_started.html b/polly/www/get_started.html
index 93f56b0367e..4bff258dde3 100644
--- a/polly/www/get_started.html
+++ b/polly/www/get_started.html
@@ -9,6 +9,7 @@
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -183,6 +184,7 @@ cd scoplib-0.2.0
make && make install
</pre>
</div>
+</div>
</body>
</html>
diff --git a/polly/www/images/header-background.png b/polly/www/images/header-background.png
new file mode 100644
index 00000000000..d736b993884
--- /dev/null
+++ b/polly/www/images/header-background.png
Binary files differ
diff --git a/polly/www/index.html b/polly/www/index.html
index 7f62b16d966..ff63ebb406d 100644
--- a/polly/www/index.html
+++ b/polly/www/index.html
@@ -16,6 +16,7 @@
<link rel="stylesheet" href="video-js/video-js.css" type="text/css" media="screen" title="Video JS">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -306,5 +307,6 @@ research tool.<br \>
</table>
</ul>
</div>
+</div>
</body>
</html>
diff --git a/polly/www/menu.css b/polly/www/menu.css
index 67470bb3204..c9183f36d75 100644
--- a/polly/www/menu.css
+++ b/polly/www/menu.css
@@ -3,17 +3,10 @@
/***************/
[id=menu] {
- width:30ex;
+ width:15em;
float: left;
+ margin-right: 3em;
}
-[id=content] {
- /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
- position:absolute;
- left:35ex;
- padding-right:4ex;
- max-width: 50em;
-}
-
/**************/
/* menu style */
/**************/
@@ -26,7 +19,6 @@
/*
* Color scheme
- * darkblue: #313955
* blue: #556293
* red: #931e24
* brown: #937155
diff --git a/polly/www/menu.html.incl b/polly/www/menu.html.incl
index 4a3e5ad785a..ba0088e4d64 100644
--- a/polly/www/menu.html.incl
+++ b/polly/www/menu.html.incl
@@ -1,3 +1,6 @@
+<div id="head">
+<h1>Polly</h1>
+</div>
<div id="menu">
<div class="submenu">
<label>Information</label>
diff --git a/polly/www/performance.html b/polly/www/performance.html
index 0d4475b92bd..349c2cda407 100644
--- a/polly/www/performance.html
+++ b/polly/www/performance.html
@@ -8,6 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<h1>Polly: Performance</h1>
@@ -62,5 +63,6 @@ improved data-locality.
<h3> Large data size</h3>
<img src="images/performance/parallel-large.png" />
</div>
+</div>
</body>
</html>
diff --git a/polly/www/publications.html b/polly/www/publications.html
index aeba814f6f3..5f3f3ca002d 100644
--- a/polly/www/publications.html
+++ b/polly/www/publications.html
@@ -9,6 +9,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
<!--*********************************************************************-->
@@ -171,5 +172,6 @@ Online Issue</a>
</li>
</ul>
</div>
+</div>
</body>
</html>
diff --git a/polly/www/todo.html b/polly/www/todo.html
index 782181d445b..9cf501bc98c 100644
--- a/polly/www/todo.html
+++ b/polly/www/todo.html
@@ -8,6 +8,7 @@
<link type="text/css" rel="stylesheet" href="content.css">
</head>
<body>
+<div id="box">
<!--#include virtual="menu.html.incl"-->
<div id="content">
@@ -422,5 +423,6 @@ Ether
</td></tr></tbody></table>
</div>
+</div>
</body>
</html>
OpenPOWER on IntegriCloud