hanchenye-llvm-project/polly
Tobias Grosser 77e2128580 docs: Fix section header committed in r264575
Ensure the length of the header underline matches the length of the header.
This prevents SPHINX from erroring on this file and consequently not updating
the documentation.

Also, make this its own point not belonging to the 'increased applicability'
section.

llvm-svn: 264592
2016-03-28 17:00:14 +00:00
..
cmake Compile ISL into its own library 2015-09-24 11:30:22 +00:00
docs docs: Fix section header committed in r264575 2016-03-28 17:00:14 +00:00
include/polly Generalize the domain complexity restrictions 2016-03-26 16:17:00 +00:00
lib Add fine-grain dependences analysis to release notes. 2016-03-28 12:41:49 +00:00
test Add fine-grain dependences analysis to release notes. 2016-03-28 12:41:49 +00:00
tools Also clang-format *.c run-time library files 2016-03-08 07:34:58 +00:00
utils
www www: Directly link to our new SPHINX documentation 2016-03-25 14:19:34 +00:00
.arcconfig
.arclint
.gitattributes
.gitignore
CMakeLists.txt cmake: Ensure tools/* is still formatted 2016-03-25 12:16:17 +00:00
CREDITS.txt
LICENSE.txt
README

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.