This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r164485 - in /branches/graphite/gcc: ChangeLog....


Author: spop
Date: Tue Sep 21 15:43:57 2010
New Revision: 164485

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=164485
Log:
New flag: -fgraphite-dump-cloog.

Introduce a new flag: -fgraphite-dump-cloog. If enabled, graphite
dumps each SCoP into a CLooG input file for further debugging.
The naming follows the naming scheme of -fgraphite-write:
 <basename>.<scopnumber>.cloog

The file is dumped into the current working directory.

2010-09-16  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>

	* common.opt (fgraphite-dump-cloog): New flag.
	* doc/invoke.texi (-fgraphite-dump-cloog): Documented.
	* graphite-clast-to-gimple.c (init_cloog_input_file): New.
	(build_cloog_prog): Dump CLooG input file when
	flag_graphite_dump_cloog is set.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/common.opt
    branches/graphite/gcc/doc/invoke.texi
    branches/graphite/gcc/graphite-clast-to-gimple.c
    branches/graphite/gcc/graphite-cloog-compat.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]