hanchenye-llvm-project/polly
David Blaikie 4a54fae8cb Test case updates for explicit type parameter to the gep operator
llvm-svn: 232186
2015-03-13 18:21:20 +00:00
..
autoconf
cmake
include Add -polly-vectorizer=stripmine 2015-03-12 20:48:07 +00:00
lib Add -polly-vectorizer=stripmine 2015-03-12 20:48:07 +00:00
test Test case updates for explicit type parameter to the gep operator 2015-03-13 18:21:20 +00:00
tools Ensure the functions in our GPURuntime are visible 2015-03-10 20:23:14 +00:00
utils
www Format non-affine subregions news item 2015-02-28 14:48:15 +00:00
.arcconfig
.arclint
.gitattributes
.gitignore
CMakeLists.txt
CREDITS.txt
LICENSE.txt
Makefile
Makefile.common.in
Makefile.config.in
README
configure

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.