diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-08-11 20:23:26 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-08-11 20:23:26 +0000 |
commit | 2a6909ecb3b1d882ae34e2bd62fde96a58163ec4 (patch) | |
tree | febf59867109b64ab74895c376fbffac90037af7 /gcc | |
parent | 25c57e8357df417a7a7032100f29aa735a70c987 (diff) | |
download | gcc-2a6909ecb3b1d882ae34e2bd62fde96a58163ec4.zip gcc-2a6909ecb3b1d882ae34e2bd62fde96a58163ec4.tar.gz gcc-2a6909ecb3b1d882ae34e2bd62fde96a58163ec4.tar.bz2 |
Skeleton for the new SCoP detection.
2010-06-02 Tobias Grosser <grosser@fim.uni-passau.de>
* graphite-scop-detection.c (is_scop_p): New.
(build_scops_new): New. A skeleton for the new scop detection.
(build_scops_old): Renamed from build_scops.
(build_scops): New version. Call the new and the old scop
detection.
From-SVN: r163109
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog.graphite | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 5fe8322..a955dfe 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,11 @@ +2010-06-02 Tobias Grosser <grosser@fim.uni-passau.de> + + * graphite-scop-detection.c (is_scop_p): New. + (build_scops_new): New. A skeleton for the new scop detection. + (build_scops_old): Renamed from build_scops. + (build_scops): New version. Call the new and the old scop + detection. + 2010-05-27 Tobias Grosser <grosser@fim.uni-passau.de> Antoniu Pop <antoniu.pop@gmail.com> |