Commit 470fc13d by Kazu Hirata Committed by Jeff Law

invoke.texi (Options for Debugging Your Program or GCC): Update the names of dump files.

	* invoke.texi (Options for Debugging Your Program or GCC): Update
	the names of dump files.

From-SVN: r35529
parent a7086ea9
2000-08-06 Kazu Hirata <kazu@hxi.com> 2000-08-06 Kazu Hirata <kazu@hxi.com>
* invoke.texi (Options for Debugging Your Program or GCC): Update
the names of dump files.
* h8300.c (dosize): Rearrange code for conciseness. * h8300.c (dosize): Rearrange code for conciseness.
(split_adds_subs): Likewise. (split_adds_subs): Likewise.
......
...@@ -2267,62 +2267,68 @@ Annotate the assembler output with miscellaneous debugging information. ...@@ -2267,62 +2267,68 @@ Annotate the assembler output with miscellaneous debugging information.
@item b @item b
Dump after computing branch probabilities, to @file{@var{file}.11.bp}. Dump after computing branch probabilities, to @file{@var{file}.11.bp}.
@item B @item B
Dump after block reordering, to @file{@var{file}.24.bbro}. Dump after block reordering, to @file{@var{file}.25.bbro}.
@item c @item c
Dump after instruction combination, to the file @file{@var{file}.13.combine}. Dump after instruction combination, to the file @file{@var{file}.14.combine}.
@item C
Dump after the first if conversion, to the file @file{@var{file}.15.ce}.
@item d @item d
Dump after delayed branch scheduling, to @file{@var{file}.27.dbr}. Dump after delayed branch scheduling, to @file{@var{file}.28.dbr}.
@item D @item D
Dump all macro definitions, at the end of preprocessing, in addition to Dump all macro definitions, at the end of preprocessing, in addition to
normal output. normal output.
@item e @item e
Dump after SSA optimizations, to @file{@var{file}.05.ssa} and Dump after SSA optimizations, to @file{@var{file}.05.ssa} and
@file{@var{file}.06.ussa}. @file{@var{file}.06.ussa}.
@item E
Dump after the second if conversion, to @file{@var{file}.21.ce2}.
@item f @item f
Dump after life analysis, to @file{@var{file}.12.life}. Dump after life analysis, to @file{@var{file}.13.life}.
@item F @item F
Dump after purging @code{ADDRESSOF} codes, to @file{@var{file}.04.addressof}. Dump after purging @code{ADDRESSOF} codes, to @file{@var{file}.04.addressof}.
@item g @item g
Dump after global register allocation, to @file{@var{file}.18.greg}. Dump after global register allocation, to @file{@var{file}.19.greg}.
@item G @item G
Dump after GCSE, to @file{@var{file}.07.gcse}. Dump after GCSE, to @file{@var{file}.08.gcse}.
@item i @item i
Dump after sibling call optimizations, to @file{@var{file}.01.sibling}. Dump after sibling call optimizations, to @file{@var{file}.01.sibling}.
@item j @item j
Dump after first jump optimization, to @file{@var{file}.02.jump}. Dump after the first jump optimization, to @file{@var{file}.02.jump}.
@item J @item J
Dump after last jump optimization, to @file{@var{file}.25.jump2}. Dump after the last jump optimization, to @file{@var{file}.26.jump2}.
@item k @item k
Dump after conversion from registers to stack, to @file{@var{file}.28.stack}. Dump after conversion from registers to stack, to @file{@var{file}.29.stack}.
@item l @item l
Dump after local register allocation, to @file{@var{file}.17.lreg}. Dump after local register allocation, to @file{@var{file}.18.lreg}.
@item L @item L
Dump after loop optimization, to @file{@var{file}.08.loop}. Dump after loop optimization, to @file{@var{file}.09.loop}.
@item M @item M
Dump after performing the machine dependent reorganisation pass, to Dump after performing the machine dependent reorganisation pass, to
@file{@var{file}.26.mach}. @file{@var{file}.27.mach}.
@item n @item n
Dump after register renumbering, to @file{@var{file}.22.rnreg}. Dump after register renumbering, to @file{@var{file}.23.rnreg}.
@item N @item N
Dump after the register move pass, to @file{@var{file}.15.regmove}. Dump after the register move pass, to @file{@var{file}.16.regmove}.
@item r @item r
Dump after RTL generation, to @file{@var{file}.00.rtl}. Dump after RTL generation, to @file{@var{file}.00.rtl}.
@item R @item R
Dump after the second instruction scheduling pass, to Dump after the second instruction scheduling pass, to
@file{@var{file}.239.sched2}. @file{@var{file}.24.sched2}.
@item s @item s
Dump after CSE (including the jump optimization that sometimes follows Dump after CSE (including the jump optimization that sometimes follows
CSE), to @file{@var{file}.03.cse}. CSE), to @file{@var{file}.03.cse}.
@item S @item S
Dump after the first instruction scheduling pass, to Dump after the first instruction scheduling pass, to
@file{@var{file}.16.sched}. @file{@var{file}.17.sched}.
@item t @item t
Dump after the second CSE pass (including the jump optimization that Dump after the second CSE pass (including the jump optimization that
sometimes follows CSE), to @file{@var{file}.09.cse2}. sometimes follows CSE), to @file{@var{file}.10.cse2}.
@item w @item w
Dump after the second flow pass, to @file{@var{file}.19.flow2}. Dump after the second flow pass, to @file{@var{file}.20.flow2}.
@item X
Dump after dead code elimination, to @file{@var{file}.06.dce}.
@item z @item z
Dump after the peephole pass, to @file{@var{file}.21.peephole2}. Dump after the peephole pass, to @file{@var{file}.22.peephole2}.
@item a @item a
Produce all the dumps listed above. Produce all the dumps listed above.
@item m @item m
...@@ -2337,14 +2343,14 @@ For each of the other indicated dump files (except for ...@@ -2337,14 +2343,14 @@ For each of the other indicated dump files (except for
@file{@var{file}.00.rtl}), dump a representation of the control flow graph @file{@var{file}.00.rtl}), dump a representation of the control flow graph
suitable for viewing with VCG to @file{@var{file}.@var{pass}.vcg}. suitable for viewing with VCG to @file{@var{file}.@var{pass}.vcg}.
@item w @item w
Dump after the second flow pass to @file{@var{file}.19.flow2}. Dump after the second flow pass to @file{@var{file}.20.flow2}.
@item x @item x
Just generate RTL for a function instead of compiling it. Usually used Just generate RTL for a function instead of compiling it. Usually used
with @samp{r}. with @samp{r}.
@item y @item y
Dump debugging information during parsing, to standard error. Dump debugging information during parsing, to standard error.
@item z @item z
Dump after the peephole2 pass to @file{@var{file}.21.peephole2}. Dump after the peephole2 pass to @file{@var{file}.22.peephole2}.
@end table @end table
@item -fdump-unnumbered @item -fdump-unnumbered
......
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