Commit 34695841 by Kazu Hirata Committed by Kazu Hirata

* doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.

From-SVN: r68345
parent c359831b
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
2003-06-22 Andreas Schwab <schwab@suse.de> 2003-06-22 Andreas Schwab <schwab@suse.de>
* doc/invoke.texi: Remove leading `-' from options in index. * doc/invoke.texi: Remove leading `-' from options in index.
......
...@@ -3124,9 +3124,11 @@ Dump after instruction combination, to the file @file{@var{file}.21.combine}. ...@@ -3124,9 +3124,11 @@ Dump after instruction combination, to the file @file{@var{file}.21.combine}.
@item C @item C
@opindex dC @opindex dC
Dump after the first if conversion, to the file @file{@var{file}.16.ce1}. 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 @item d
@opindex dd @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 @item D
@opindex dD @opindex dD
Dump all macro definitions, at the end of preprocessing, in addition to Dump all macro definitions, at the end of preprocessing, in addition to
...@@ -3140,7 +3142,8 @@ Dump after SSA optimizations, to @file{@var{file}.04.ssa} and ...@@ -3140,7 +3142,8 @@ Dump after SSA optimizations, to @file{@var{file}.04.ssa} and
Dump after the second if conversion, to @file{@var{file}.32.ce3}. Dump after the second if conversion, to @file{@var{file}.32.ce3}.
@item f @item f
@opindex df @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 @item F
@opindex dF @opindex dF
Dump after purging @code{ADDRESSOF} codes, to @file{@var{file}.10.addressof}. Dump after purging @code{ADDRESSOF} codes, to @file{@var{file}.10.addressof}.
...@@ -3150,6 +3153,8 @@ Dump after global register allocation, to @file{@var{file}.26.greg}. ...@@ -3150,6 +3153,8 @@ Dump after global register allocation, to @file{@var{file}.26.greg}.
@item G @item G
@opindex dG @opindex dG
Dump after GCSE, to @file{@var{file}.11.gcse}. 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 @item h
@opindex dh @opindex dh
Dump after finalization of EH handling code, to @file{@var{file}.02.eh}. Dump after finalization of EH handling code, to @file{@var{file}.02.eh}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment