llvm-project/polly/lib
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
..
Analysis Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
CodeGen Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
Exchange Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
External Update isl to isl-0.15-35-ga1e44f0 2015-07-02 07:59:21 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Make non-affine statement names isl compatible 2015-07-09 07:31:45 +00:00
Transform Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
CMakeLists.txt Enable ISL's small integer optimization 2015-06-25 20:47:35 +00:00
Makefile Enable ISL's small integer optimization 2015-06-25 20:47:35 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00