New flag: -fgraphite-dump-cloog.regtest/success/2010_09_21_17_50_32
commite24b180ea0c2c7726a75540955a5b883cab80ef6
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Sep 2010 15:43:57 +0000 (21 15:43 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 21 Sep 2010 15:43:57 +0000 (21 15:43 +0000)
tree608d9230ff932d0dfbe14710cc1d3b88f45b869a
parentbc57ea0d263478b126a991d03db91759dbc84af5
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@164485 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/common.opt
gcc/doc/invoke.texi
gcc/graphite-clast-to-gimple.c
gcc/graphite-cloog-compat.h