New flag: -fgraphite-dump-cloog.regtest/error/2010_09_20_23_50_41
commiteb415549b1adf4b842d1f1ec6912962939dcc51b
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Sep 2010 21:45:29 +0000 (20 21:45 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 20 Sep 2010 21:45:29 +0000 (20 21:45 +0000)
tree7d5a31c7a7aed97d8dd17e4be15f85347027dceb
parent020ea6a29d1d615b3bcad83d20314a59da5a5eba
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@164464 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/common.opt
gcc/doc/invoke.texi
gcc/graphite-clast-to-gimple.c