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