forked from OSchip/llvm-project
www: Move the Polly architecture to the documentation
llvm-svn: 152309
This commit is contained in:
parent
3495b42f9d
commit
f67424ef96
|
@ -16,6 +16,8 @@
|
|||
<!--*********************************************************************-->
|
||||
|
||||
<ul>
|
||||
<li><h2><a href="documentation/architecture.html">Polly - The architecture
|
||||
</a></h2></li>
|
||||
<li><h2><a href="example_load_Polly_into_clang.html">Load Polly into clang and automatically
|
||||
run it at -O3</a></h2>
|
||||
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
||||
"http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
|
||||
<html>
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<title>Polly - The architecture</title>
|
||||
<link type="text/css" rel="stylesheet" href="../menu.css">
|
||||
<link type="text/css" rel="stylesheet" href="../content.css">
|
||||
</head>
|
||||
<body>
|
||||
<!--#include virtual="../menu.html.incl"-->
|
||||
<div id="content">
|
||||
<!--*********************************************************************-->
|
||||
<h1>Polly - The architecture</h1>
|
||||
<!--*********************************************************************-->
|
||||
<img src='images/architecture.png' />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -239,10 +239,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
</ul>
|
||||
<!--=====================================================================-->
|
||||
<h2> The architecture of Polly</h2>
|
||||
<!--=====================================================================-->
|
||||
<img src='images/architecture.png' />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue