r230610 - in /branches/gcc-4_9-branch: ChangeLo...

doko@gcc.gnu.org doko@gcc.gnu.org
Thu Nov 19 15:19:00 GMT 2015


Author: doko
Date: Thu Nov 19 15:19:13 2015
New Revision: 230610

URL: https://gcc.gnu.org/viewcvs?rev=230610&root=gcc&view=rev
Log:
2015-11-18  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Permit also ISL 0.15 with CLooG.
        * configure: Regenerate.

gcc/
2015-11-18  Matthias Klose  <doko@ubuntu.com>

        Backport from the gcc-5-branch

        Backport from mainline
        2015-07-21  Mike Frysinger  <vapier@gentoo.org>
                    Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>

        * configure.ac: Add check for new options in isl-0.15.
        * config.in, configure: Rebuilt.
        * graphite-blocking.c: Include <isl/constraint.h>
        * graphite-interchange.c,  graphite-poly.c: Likewise.
        * graphhite-scop-detection.c, graphite-sese-to-poly.c: Likewise.
        * graphite.c, graphite-poly.c: Likewise.
        * graphite-dependences.c: Include <isl/constraint.h>.
        (max_number_of_out_dimensions): Returns isl_stat.
        (extend_schedule_1): Likewise
        (extend_schedule): Corresponding changes.
        * graphite-optimize-isl.c: Include <isl/constraint.h> and
        <isl/union_set.h>.
        (getSingleMap): Change return type of isl_stat.
        (optimize_isl): Conditionally use
        isl_options_set_schedule_serialize_sccs.
        * graphite-poly.h (isl_stat, isl_stat_ok): Define fallbacks
        if not HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS.

Modified:
    branches/gcc-4_9-branch/ChangeLog
    branches/gcc-4_9-branch/configure
    branches/gcc-4_9-branch/configure.ac
    branches/gcc-4_9-branch/gcc/ChangeLog
    branches/gcc-4_9-branch/gcc/config.in
    branches/gcc-4_9-branch/gcc/configure
    branches/gcc-4_9-branch/gcc/configure.ac
    branches/gcc-4_9-branch/gcc/graphite-blocking.c
    branches/gcc-4_9-branch/gcc/graphite-dependences.c
    branches/gcc-4_9-branch/gcc/graphite-interchange.c
    branches/gcc-4_9-branch/gcc/graphite-optimize-isl.c
    branches/gcc-4_9-branch/gcc/graphite-poly.c
    branches/gcc-4_9-branch/gcc/graphite-poly.h
    branches/gcc-4_9-branch/gcc/graphite-scop-detection.c
    branches/gcc-4_9-branch/gcc/graphite-sese-to-poly.c
    branches/gcc-4_9-branch/gcc/graphite.c



More information about the Gcc-cvs mailing list