llvm-capstone/polly
Tobias Grosser 2a7cd94215 SCEVValidator: Fix typo
llvm-svn: 144903
2011-11-17 12:56:12 +00:00
..
autoconf configure: Add gmp_inc when checking for CLooG 2011-10-04 06:55:03 +00:00
cmake
docs
include JScop: Allow to update the context 2011-11-15 11:38:44 +00:00
lib SCEVValidator: Fix typo 2011-11-17 12:56:12 +00:00
test ScopInfo: Use names of simple parameters to name the isl parameter dimensions. 2011-11-15 11:38:55 +00:00
tools
utils Remove pollycc 2011-10-23 20:59:47 +00:00
www Make JScop export/reimport accessible from clang 2011-11-15 11:38:36 +00:00
CMakeLists.txt
configure configure: Add gmp_inc when checking for CLooG 2011-10-04 06:55:03 +00:00
CREDITS.txt
LICENSE.txt
Makefile
Makefile.common.in
Makefile.config.in
README Remove some empty lines 2011-10-04 06:56:36 +00:00

Polly - Polyhedral optimizations for LLVM

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.