This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch] invoke.texi: Document dumps, .btl, .cfg, and .bypass.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc-patches at gcc dot gnu dot org
- Date: Sun, 22 Jun 2003 13:36:24 -0400 (EDT)
- Subject: [patch] invoke.texi: Document dumps, .btl, .cfg, and .bypass.
Hi,
Attached is a patch to document .btl, .cfg, and .bypass.
Committed to mainline as obvious. Committed the .cfg part to 3.3
branch as obvious.
Kazu Hirata
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
Index: invoke.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.298
diff -u -r1.298 invoke.texi
--- invoke.texi 22 Jun 2003 16:29:39 -0000 1.298
+++ invoke.texi 22 Jun 2003 17:22:53 -0000
@@ -3124,9 +3124,11 @@
@item C
@opindex dC
Dump after the first if conversion, to the file @file{@var{file}.16.ce1}.
+Also dump after the second if conversion, to the file @file{@var{file}.22.ce2}.
@item d
@opindex dd
-Dump after delayed branch scheduling, to @file{@var{file}.36.dbr}.
+Dump after branch target load optimization, to to @file{@var{file}.33.btl}.
+Also dump after delayed branch scheduling, to @file{@var{file}.36.dbr}.
@item D
@opindex dD
Dump all macro definitions, at the end of preprocessing, in addition to
@@ -3140,7 +3142,8 @@
Dump after the second if conversion, to @file{@var{file}.32.ce3}.
@item f
@opindex df
-Dump after life analysis, to @file{@var{file}.20.life}.
+Dump after control and data flow analysis, to @file{@var{file}.14.cfg}.
+Also dump after life analysis, to @file{@var{file}.20.life}.
@item F
@opindex dF
Dump after purging @code{ADDRESSOF} codes, to @file{@var{file}.10.addressof}.
@@ -3150,6 +3153,8 @@
@item G
@opindex dG
Dump after GCSE, to @file{@var{file}.11.gcse}.
+Also dump after jump bypassing and control flow optimizations, to
+@file{@var{file}.13.bypass}.
@item h
@opindex dh
Dump after finalization of EH handling code, to @file{@var{file}.02.eh}.