[llvm-commits] [polly] r152309 - in /polly/trunk/www: documentation.html documentation/architecture.html index.html

Tobias Grosser grosser at fim.uni-passau.de
Thu Mar 8 03:59:43 PST 2012


Author: grosser
Date: Thu Mar  8 05:59:43 2012
New Revision: 152309

URL: http://llvm.org/viewvc/llvm-project?rev=152309&view=rev
Log:
www: Move the Polly architecture to the documentation

Added:
    polly/trunk/www/documentation/architecture.html
Modified:
    polly/trunk/www/documentation.html
    polly/trunk/www/index.html

Modified: polly/trunk/www/documentation.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation.html?rev=152309&r1=152308&r2=152309&view=diff
==============================================================================
--- polly/trunk/www/documentation.html (original)
+++ polly/trunk/www/documentation.html Thu Mar  8 05:59:43 2012
@@ -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>
 

Added: polly/trunk/www/documentation/architecture.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/documentation/architecture.html?rev=152309&view=auto
==============================================================================
--- polly/trunk/www/documentation/architecture.html (added)
+++ polly/trunk/www/documentation/architecture.html Thu Mar  8 05:59:43 2012
@@ -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>
+

Modified: polly/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/index.html?rev=152309&r1=152308&r2=152309&view=diff
==============================================================================
--- polly/trunk/www/index.html (original)
+++ polly/trunk/www/index.html Thu Mar  8 05:59:43 2012
@@ -239,10 +239,6 @@
   </tr>
   </table>
   </ul>
-  <!--=====================================================================-->
-  <h2> The architecture of Polly</h2>
-  <!--=====================================================================-->
-  <img src='images/architecture.png' />
 </div>
 </body>
 </html>





More information about the llvm-commits mailing list