r228708 - in /branches/gcc-5-branch/gcc: Change...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Mon Oct 12 10:59:00 GMT 2015


Author: rguenth
Date: Mon Oct 12 10:59:21 2015
New Revision: 228708

URL: https://gcc.gnu.org/viewcvs?rev=228708&root=gcc&view=rev
Log:
2015-10-12  Richard Biener  <rguenther@suse.de>

	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: Likewise.
	* graphite-isl-ast-to-gimple.c: Include <isl/constraint.h> and
	<isl/union_set.h>.
	* 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-5-branch/gcc/ChangeLog
    branches/gcc-5-branch/gcc/config.in
    branches/gcc-5-branch/gcc/configure
    branches/gcc-5-branch/gcc/configure.ac
    branches/gcc-5-branch/gcc/graphite-blocking.c
    branches/gcc-5-branch/gcc/graphite-dependences.c
    branches/gcc-5-branch/gcc/graphite-interchange.c
    branches/gcc-5-branch/gcc/graphite-isl-ast-to-gimple.c
    branches/gcc-5-branch/gcc/graphite-optimize-isl.c
    branches/gcc-5-branch/gcc/graphite-poly.c
    branches/gcc-5-branch/gcc/graphite-poly.h
    branches/gcc-5-branch/gcc/graphite-scop-detection.c
    branches/gcc-5-branch/gcc/graphite-sese-to-poly.c
    branches/gcc-5-branch/gcc/graphite.c



More information about the Gcc-cvs mailing list