r218481 - in /branches/gcc-4_8-branch: ChangeLo...

rguenth@gcc.gnu.org rguenth@gcc.gnu.org
Mon Dec 8 11:29:00 GMT 2014


Author: rguenth
Date: Mon Dec  8 11:29:43 2014
New Revision: 218481

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

	Backport from 4.9 branch
	2014-12-04  Tobias Burnus  <burnus@net-b.de>

	* configure.ac: Permit also ISL 0.14 with CLooG.
	* Makefile.def: Make more dependent on mpfr, mpc, isl, and cloog.
	* Makefile.in: Regenerate.
	* configure: Regenerate.

	gcc/
	* configure.ac
	(ac_has_isl_schedule_constraints_compute_schedule):
	New check.
	* graphite-clast-to-gimple.c: For ISL 0.14, include deprecate headers.
	* graphite-interchange.c: Ditto.
	* graphite-poly.c: Ditto.
	* graphite-sese-to-poly.c: Ditto.
	* graphite-optimize-isl.c (getScheduleForBandList): Ditto.
	Conditionally use ISL 0.13+ functions.
	* config.in: Regenerate.
	* configure: Regenerate.

Modified:
    branches/gcc-4_8-branch/ChangeLog
    branches/gcc-4_8-branch/Makefile.def
    branches/gcc-4_8-branch/Makefile.in
    branches/gcc-4_8-branch/configure
    branches/gcc-4_8-branch/configure.ac
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/config.in
    branches/gcc-4_8-branch/gcc/configure
    branches/gcc-4_8-branch/gcc/configure.ac
    branches/gcc-4_8-branch/gcc/graphite-clast-to-gimple.c
    branches/gcc-4_8-branch/gcc/graphite-interchange.c
    branches/gcc-4_8-branch/gcc/graphite-optimize-isl.c
    branches/gcc-4_8-branch/gcc/graphite-poly.c
    branches/gcc-4_8-branch/gcc/graphite-sese-to-poly.c



More information about the Gcc-cvs mailing list