forked from OSchip/llvm-project
parent
fc3a975d85
commit
ca4ca288d3
|
@ -9,6 +9,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div id="box">
|
||||
<!--#include virtual="menu.html.incl"-->
|
||||
|
||||
<div id="content">
|
||||
|
@ -30,6 +31,7 @@ A list of the <a
|
|||
href="http://llvm.org/bugs/buglist.cgi?query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&component=Polly&product=Projects">open
|
||||
bugs</a> in Polly is also available.
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
<!--*********************************************************************-->
|
||||
|
@ -62,6 +63,7 @@
|
|||
<li><em>polly-codegen</em> Create LLVM-IR from the polyhedral information</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</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>
|
||||
|
|
|
@ -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">
|
||||
<!--=====================================================================-->
|
||||
|
@ -64,6 +65,7 @@ The <a href="example_load_Polly_into_clang.html">examples for use with
|
|||
clang</a> can be executed with dragonegg by replacing
|
||||
the <b>-mllvm</b> syntax with the dragonegg syntax.
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</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">
|
||||
<!--=====================================================================-->
|
||||
|
@ -449,6 +450,7 @@ significantly.
|
|||
</li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</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>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 202 KiB |
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
<div id="head">
|
||||
<h1>Polly</h1>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<div class="submenu">
|
||||
<label>Information</label>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue