r212124 - in /trunk/gcc: ChangeLog Makefile.in ...

romangareev@gcc.gnu.org romangareev@gcc.gnu.org
Sun Jun 29 14:20:00 GMT 2014


Author: romangareev
Date: Sun Jun 29 14:20:35 2014
New Revision: 212124

URL: https://gcc.gnu.org/viewcvs?rev=212124&root=gcc&view=rev
Log:

	gcc/
	* Makefile.in:
	Add the compilation of graphite-isl-ast-to-gimple.o.
	* common.opt:
	Add new switch fgraphite-code-generator=[isl|cloog].
	* flag-types.h:
	Add new enum fgraphite_generator.
	* graphite-isl-ast-to-gimple.c: New.
	* graphite-isl-ast-to-gimple.h: New.
	* graphite.c (graphite_transform_loops):
	Add choice of Graphite code generator,
	which depends on flag_graphite_code_gen.

	gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c:
	New testcase that checks that the dump is generated.

Added:
    trunk/gcc/graphite-isl-ast-to-gimple.c
    trunk/gcc/graphite-isl-ast-to-gimple.h
    trunk/gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/Makefile.in
    trunk/gcc/common.opt
    trunk/gcc/flag-types.h
    trunk/gcc/graphite.c



More information about the Gcc-cvs mailing list