From: Tobias Grosser Date: Wed, 11 Aug 2010 20:23:26 +0000 (+0000) Subject: Skeleton for the new SCoP detection. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2a6909ecb3b1d882ae34e2bd62fde96a58163ec4;p=gcc.git Skeleton for the new SCoP detection. 2010-06-02 Tobias Grosser * 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 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 5fe83221be6..a955dfee204 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,11 @@ +2010-06-02 Tobias Grosser + + * 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 Antoniu Pop