r132464 - in /branches/gimple-tuples-branch/gcc...
olegr@gcc.gnu.org
olegr@gcc.gnu.org
Wed Feb 20 01:14:00 GMT 2008
Author: olegr
Date: Wed Feb 20 01:14:48 2008
New Revision: 132464
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132464
Log:
2008-02-19 Oleg Ryjkov <olegr@google.com>
* gimple-pretty-print.c: Introduce support for TDF_RAW
flag.
(dump_gimple_fmt): New function.
(dump_gimple_assign, dump_gimple_return): Update to print
RAW gimple.
(dump_gimple_call_args): New function.
(dump_gimple_call, dump_gimple_switch, dump_gimple_cond,
dump_gimple_label, dump_gimple_bind, dump_gimple_try):
Update to print RAW gimple.
(dump_gimple_catch, dump_gimple_eh_filter,
dump_gimple_resx): New functions.
(dump_gimple_omp_for, dump_gimple_asm, dump_gimple_phi):
Update to print RAW gimple.
(dump_gimple_omp_parallel, dump_gimple_omp_atomic_load,
dump_gimple_omp_atomic_store): New, code moved from
dump_gimple_stmt, then added support to print RAW gimple.
(gimple_dump_stmt): Some code refactored into helper
subroutines.
* tree-cfg.c(dump_function_to_file): Print RAW gimple when
TDF_RAW is set.
Modified:
branches/gimple-tuples-branch/gcc/ChangeLog.tuples
branches/gimple-tuples-branch/gcc/gimple-pretty-print.c
branches/gimple-tuples-branch/gcc/tree-cfg.c
More information about the Gcc-cvs
mailing list