Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.
authorRoman Gareev <gareevroman@gmail.com>
Sun, 29 Jun 2014 14:20:35 +0000 (14:20 +0000)
committerRoman Gareev <romangareev@gcc.gnu.org>
Sun, 29 Jun 2014 14:20:35 +0000 (14:20 +0000)
commitf6cc31036a59d23ee90bf0884981a7f306fc87fd
tree95e882342ab8217fe3b1e2dff48e7f7f5620b2d7
parent3b37ccd4ff94fb1ea6cf33b75e583c66874ab862
Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o.

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.

From-SVN: r212124
gcc/ChangeLog
gcc/Makefile.in
gcc/common.opt
gcc/flag-types.h
gcc/graphite-isl-ast-to-gimple.c [new file with mode: 0644]
gcc/graphite-isl-ast-to-gimple.h [new file with mode: 0644]
gcc/graphite.c
gcc/testsuite/gcc.dg/graphite/isl-codegen-loop-dumping.c [new file with mode: 0644]