xref: /llvm-project/polly/www/documentation.html (revision 2e4f1e112dfee1d16c138d42f2bc7ee639f9ae05)
1e7f23ffaSTobias Grosser<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2e7f23ffaSTobias Grosser          "http://www.w3.org/TR/html4/strict.dtd">
3e7f23ffaSTobias Grosser<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
4e7f23ffaSTobias Grosser<html>
5e7f23ffaSTobias Grosser<head>
6e7f23ffaSTobias Grosser  <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7e7f23ffaSTobias Grosser  <title>Polly - Documentation</title>
8e7f23ffaSTobias Grosser  <link type="text/css" rel="stylesheet" href="menu.css">
9e7f23ffaSTobias Grosser  <link type="text/css" rel="stylesheet" href="content.css">
10e7f23ffaSTobias Grosser</head>
11e7f23ffaSTobias Grosser<body>
12ca4ca288STobias Grosser<div id="box">
13e7f23ffaSTobias Grosser<!--#include virtual="menu.html.incl"-->
14e7f23ffaSTobias Grosser<div id="content">
15e7f23ffaSTobias Grosser  <!--*********************************************************************-->
167110f332STobias Grosser  <h1>Documentation</h1>
17e7f23ffaSTobias Grosser  <!--*********************************************************************-->
18e7f23ffaSTobias Grosser
19e7f23ffaSTobias Grosser<ul>
20eb145bb4STobias Grosser<li><a href="documentation/architecture.html">The Architecture of Polly</a></li>
21eb145bb4STobias Grosser<li><a href="example_load_Polly_into_clang.html">Use Polly in clang/clang++</a>
22e586f0ecSTobias Grosser
23e586f0ecSTobias Grosser</li>
24e586f0ecSTobias Grosser
25e586f0ecSTobias Grosser<li>
26eb145bb4STobias Grosser<a href="example_manual_matmul.html">Inside Polly - How to manually use the
27eb145bb4STobias Grosserindividual pieces of Polly</a>
28e586f0ecSTobias Grosser
29e586f0ecSTobias Grosser</li>
30eb145bb4STobias Grosser<li><a href="documentation/passes.html">A list of the LLVM passes available
31eb145bb4STobias Grosserin Polly</a></li>
32*a64c8233STobias Grosser<li><a href="docs/">New SPINX based documentation (early stage)</a></li>
33e7f23ffaSTobias Grosser</ul>
34e7f23ffaSTobias Grosser</div>
35ca4ca288STobias Grosser</div>
36e7f23ffaSTobias Grosser</body>
37e7f23ffaSTobias Grosser</html>
38