forked from OSchip/llvm-project
parent
0d3a3a537c
commit
ed89fae6c5
|
@ -20,16 +20,13 @@
|
|||
|
||||
<h2>Front End</h2>
|
||||
<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-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>
|
||||
</ul>
|
||||
<h2>Middle End</h2>
|
||||
<ul>
|
||||
<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>Import/Export
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue