[WWW] Update passes

llvm-svn: 265410
This commit is contained in:
Johannes Doerfert 2016-04-05 16:15:44 +00:00
parent 0d3a3a537c
commit ed89fae6c5
1 changed files with 1 additions and 4 deletions

View File

@ -20,16 +20,13 @@
<h2>Front End</h2> <h2>Front End</h2>
<ul> <ul>
<li><em>polly-prepare</em> Prepare code for Polly</li> <li><em>polly-canonicalize</em> Prepare code for Polly</li>
<li><em>polly-detect</em> Detect SCoPs in functions</li> <li><em>polly-detect</em> Detect SCoPs in functions</li>
<li><em>polly-analyze-ir</em> Analyse the LLVM-IR in the detected SCoPs</li>
<li><em>polly-independent</em> Create independent blocks</li>
<li><em>polly-scops</em> Create polyhedral description of SCoPs</li> <li><em>polly-scops</em> Create polyhedral description of SCoPs</li>
</ul> </ul>
<h2>Middle End</h2> <h2>Middle End</h2>
<ul> <ul>
<li><em>polly-dependences</em> Calculate the dependences in a SCoPs</li> <li><em>polly-dependences</em> Calculate the dependences in a SCoPs</li>
<li><em>polly-opt-pocc</em> Optimize the SCoP using PoCC [removed after <a href="http://llvm.org/releases/download.html#3.4.2">LLVM 3.4.2</a>]</li>
<li><em>polly-opt-isl</em> Optimize the SCoP using isl</li> <li><em>polly-opt-isl</em> Optimize the SCoP using isl</li>
<li>Import/Export <li>Import/Export
<ul> <ul>