| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ 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
|
|
|
|
|
|
|
| |
SVN r209103 removed the OwningPtr variant of the MemoryBuffer APIs. Switch to
the equivalent std::unique_ptr versions. This should clear up the build bots.
llvm-svn: 209104
|
|
|
|
|
|
|
|
|
|
| |
definition below all of the header #include lines, Polly edition.
If you want to know more details about this, you can see the recent
commits to Debug.h in LLVM. This is just the Polly segment of a cleanup
I'm doing globally for this macro.
llvm-svn: 206852
|
|
|
|
| |
llvm-svn: 206361
|
|
|
|
| |
llvm-svn: 206333
|
|
|
|
| |
llvm-svn: 206329
|
|
|
|
|
|
|
| |
in r206312, but others don't seem to show up on build bots? Unsure of
why, they showed up for me.
llvm-svn: 206326
|
|
|
|
|
|
|
| |
+ vim 'fixed' line endings in json_value.cpp
Contributed-by: Johannes Doerfert <doerfert@cs.uni-saarland.de>
llvm-svn: 206044
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
During code preperation trivial PHI nodes (mainly introduced by lcssa) are
deleted to decrease the number of introduced allocas (==> dependences). However
simply replacing them by their only incoming value would cause the independent
block pass to introduce new allocas. To prevent this we try to share stack slots
during code preperarion, hence to reuse a already created alloca 'to demote' the
trivial PHI node. This works if we know that the value stored in this alloca
will be the incoming value of the trivial PHI at the end of the predecessor
block of this trivial PHI.
Contributed-by: Johannes Doerfert <doerfert@cs.uni-saarland.de>
llvm-svn: 205320
|
|
|
|
| |
llvm-svn: 204468
|
|
|
|
| |
llvm-svn: 203957
|
|
|
|
|
| |
Contributed-by: Sam Novak <snovak@uwsp.edu>
llvm-svn: 203871
|
|
|
|
|
| |
Contributed-by: Sam Novak <snovak@uwsp.edu>
llvm-svn: 203869
|
|
|
|
|
| |
Contributed-by: Sam Novak <snovak@uwsp.edu>
llvm-svn: 203868
|
|
Move all transformations into their own directory. CMakeLists are
adjusted accordingly.
llvm-svn: 203607
|