llvm-project/polly/lib/Analysis
Tobias Grosser 808cd69a92 Use schedule trees to represent execution order of statements
Instead of flat schedules, we now use so-called schedule trees to represent the
execution order of the statements in a SCoP. Schedule trees make it a lot easier
to analyze, understand and modify properties of a schedule, as specific nodes
in the tree can be choosen and possibly replaced.

This patch does not yet fully move our DependenceInfo pass to schedule trees,
as some additional performance analysis is needed here. (In general schedule
trees should be faster in compile-time, as the more structured representation
is generally easier to analyze and work with). We also can not yet perform the
reduction analysis on schedule trees.

For more information regarding schedule trees, please see Section 6 of
https://lirias.kuleuven.be/handle/123456789/497238

llvm-svn: 242130
2015-07-14 09:33:13 +00:00
..
DependenceInfo.cpp Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
ScopDetection.cpp Add first support to delinearize A[t%2][i][j] 2015-06-29 14:44:22 +00:00
ScopDetectionDiagnostic.cpp Add diagnostic for unsigned integer comparisions 2015-05-20 15:37:11 +00:00
ScopGraphPrinter.cpp Adding debug location information to Polly's JSCOP and dot exports 2015-05-03 05:21:36 +00:00
ScopInfo.cpp Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
ScopPass.cpp [Refactor] Add a Scop & as argument to printScop 2015-03-01 18:40:25 +00:00
TempScopInfo.cpp Store ArrayShape in shared_ptr and MemAccs as actual objects 2015-06-04 16:03:16 +00:00