llvm-project/polly/lib
Johannes Doerfert c3958b214c Added option for n-dimensional rectangular tiling
+ CL-option --polly-tile-sizes=<int,...,int>
  The i'th value is used as a tile size for dimension i, if
  there is no i'th value, the value of --polly-default-tile-size is
  used

+ CL-option --polly-default-tile-size=int
  Used if no tile size is given for a dimension i

+ 3 Simple testcases

llvm-svn: 209753
2014-05-28 17:21:02 +00:00
..
Analysis Fix formatting 2014-05-28 04:34:58 +00:00
CodeGen Adapt to DomTree changes in r199104 2014-05-08 08:34:23 +00:00
Exchange polly: update for LLVM API change 2014-05-19 03:55:49 +00:00
JSON [C++11] Use nullptr 2014-04-16 07:33:47 +00:00
Support [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:30:19 +00:00
Transform Added option for n-dimensional rectangular tiling 2014-05-28 17:21:02 +00:00
CMakeLists.txt Split implementation from ScopDetectionDiagnostic.h 2014-05-24 09:24:53 +00:00
Makefile ScopDetectionDiagnostic: Update Makefile 2014-05-24 18:51:14 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00