llvm-capstone/polly
Tobias Grosser 3495b42f9d www: Point to the memaccess documentation
llvm-svn: 152308
2012-03-08 11:55:27 +00:00
..
autoconf
cmake
docs
include Dependences: Simplify isParallelDimension 2012-03-07 17:42:49 +00:00
lib Dependences: Simplify isParallelDimension 2012-03-07 17:42:49 +00:00
test CodeGen: Pass the scalar maps properly 2012-03-02 15:20:35 +00:00
tools
utils Update isl 2012-02-20 08:41:44 +00:00
www www: Point to the memaccess documentation 2012-03-08 11:55:27 +00:00
CMakeLists.txt
configure
CREDITS.txt
LICENSE.txt
Makefile
Makefile.common.in
Makefile.config.in
README

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.