Name
Date
Size
#Lines
LOC

..--

cmake/H--336291

docs/H--8,9347,629

include/polly/H--13,0324,704

lib/H--315,004229,059

test/H--84,76671,455

unittests/H--1,7891,362

utils/H--3,1582,233

www/H--2,2421,981

.arclintH A D05-Feb-2017662 2625

.gitattributesH A D28-Jul-201392 54

.gitignoreH A D16-Jan-201754 43

CMakeLists.txtH A D20-Jan-20255 KiB165137

CREDITS.txtH A D10-Aug-20141.3 KiB4335

LICENSE.TXTH A D11-Mar-202114.7 KiB274226

Maintainers.mdH A D02-Dec-2024253

READMEH A D28-Jun-2017709 1311

README

1Polly - Polyhedral optimizations for LLVM
2-----------------------------------------
3http://polly.llvm.org/
4
5Polly uses a mathematical representation, the polyhedral model, to represent and
6transform loops and other control flow structures. Using an abstract
7representation it is possible to reason about transformations in a more general
8way and to use highly optimized linear programming libraries to figure out the
9optimal loop structure. These transformations can be used to do constant
10propagation through arrays, remove dead loop iterations, optimize loops for
11cache locality, optimize arrays, apply advanced automatic parallelization, drive
12vectorization, or they can be used to do software pipelining.
13