hanchenye-llvm-project/polly
Tobias Grosser 3284f1975c Assert in isl expression builder if id can not be found [NFC]
llvm-svn: 231865
2015-03-10 22:35:43 +00:00
..
autoconf Import isl(+imath) as an external library into Polly 2015-02-04 20:55:43 +00:00
cmake Import isl(+imath) as an external library into Polly 2015-02-04 20:55:43 +00:00
include Add end user report message for unprofitable regions [NFC] 2015-03-08 15:11:50 +00:00
lib Assert in isl expression builder if id can not be found [NFC] 2015-03-10 22:35:43 +00:00
test Shorten user report message slightly 2015-03-09 06:59:16 +00:00
tools Ensure the functions in our GPURuntime are visible 2015-03-10 20:23:14 +00:00
utils Remove isl/cloog build scripts 2015-02-15 11:19:20 +00:00
www Format non-affine subregions news item 2015-02-28 14:48:15 +00:00
.arcconfig
.arclint
.gitattributes
.gitignore
CMakeLists.txt Build the isl files as PIC 2015-02-04 21:56:28 +00:00
CREDITS.txt
LICENSE.txt
Makefile
Makefile.common.in
Makefile.config.in Import isl(+imath) as an external library into Polly 2015-02-04 20:55:43 +00:00
README
configure Import isl(+imath) as an external library into Polly 2015-02-04 20:55:43 +00:00

README

Polly - Polyhedral optimizations for LLVM
-----------------------------------------
http://polly.llvm.org/

Polly uses a mathematical representation, the polyhedral model, to represent and
transform loops and other control flow structures. Using an abstract
representation it is possible to reason about transformations in a more general
way and to use highly optimized linear programming libraries to figure out the
optimal loop structure. These transformations can be used to do constant
propagation through arrays, remove dead loop iterations, optimize loops for
cache locality, optimize arrays, apply advanced automatic parallelization, drive
vectorization, or they can be used to do software pipelining.