diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 21:19:42 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-09-30 21:19:42 +0000 |
commit | 37336b6b59dff14c413bd923e59cceba77edb434 (patch) | |
tree | c80f3f4bdfce2a10c0d3dabf4d249b938ae0b8e3 /gcc/ChangeLog.graphite | |
parent | e7560952673c28c3680680edcc1379fa24d93618 (diff) | |
download | gcc-37336b6b59dff14c413bd923e59cceba77edb434.tar.gz |
New SCoPDetection detects first SCoPs.
2010-09-02 Vladimir Kargov <kargov@gmail.com>
* graphite-scop-detection.c (is_valid_expr_p, is_valid_loop_p): New.
(is_valid_stmt_p): Add data reference and operation-specific checks.
(is_valid_bb_p): Change structure, add loop validity check.
(is_scop_p): Move the TODO list
(find_scops_new): New.
(build_scops_new): Move part of functionality to find_scops_new and
build_scops. Add necessary steps for successful SCoP construction.
(build_scops): Compute SCoP sets for both detection algorithms, choose
the resulting one depending on static condition.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@164796 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog.graphite')
-rw-r--r-- | gcc/ChangeLog.graphite | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 0ffb9431008..82a67a1509a 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,15 @@ +2010-09-02 Vladimir Kargov <kargov@gmail.com> + + * graphite-scop-detection.c (is_valid_expr_p, is_valid_loop_p): New. + (is_valid_stmt_p): Add data reference and operation-specific checks. + (is_valid_bb_p): Change structure, add loop validity check. + (is_scop_p): Move the TODO list + (find_scops_new): New. + (build_scops_new): Move part of functionality to find_scops_new and + build_scops. Add necessary steps for successful SCoP construction. + (build_scops): Compute SCoP sets for both detection algorithms, choose + the resulting one depending on static condition. + 2010-08-24 Sebastian Pop <sebastian.pop@amd.com> * graphite-poly.c (graphite_read_scop_file): Fix uninitialize warning. |