Commit e0ce2ed2 by Kazu Hirata Committed by Kazu Hirata

* doc/invoke.texi: Update dump file names.

From-SVN: r67272
parent 2ec29bbf
2003-05-31 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Update dump file names.
2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> 2003-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* c-format.c (format_length_info, format_char_info, * c-format.c (format_length_info, format_char_info,
......
...@@ -3104,19 +3104,19 @@ meanings: ...@@ -3104,19 +3104,19 @@ meanings:
Annotate the assembler output with miscellaneous debugging information. Annotate the assembler output with miscellaneous debugging information.
@item b @item b
@opindex db @opindex db
Dump after computing branch probabilities, to @file{@var{file}.14.bp}. Dump after computing branch probabilities, to @file{@var{file}.15.bp}.
@item B @item B
@opindex dB @opindex dB
Dump after block reordering, to @file{@var{file}.32.bbro}. Dump after block reordering, to @file{@var{file}.31.bbro}.
@item c @item c
@opindex dc @opindex dc
Dump after instruction combination, to the file @file{@var{file}.19.combine}. 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}.15.ce1}. Dump after the first if conversion, to the file @file{@var{file}.16.ce1}.
@item d @item d
@opindex dd @opindex dd
Dump after delayed branch scheduling, to @file{@var{file}.34.dbr}. 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
...@@ -3127,25 +3127,25 @@ Dump after SSA optimizations, to @file{@var{file}.04.ssa} and ...@@ -3127,25 +3127,25 @@ Dump after SSA optimizations, to @file{@var{file}.04.ssa} and
@file{@var{file}.07.ussa}. @file{@var{file}.07.ussa}.
@item E @item E
@opindex dE @opindex dE
Dump after the second if conversion, to @file{@var{file}.29.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}.18.life}. 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}.
@item g @item g
@opindex dg @opindex dg
Dump after global register allocation, to @file{@var{file}.24.greg}. Dump after global register allocation, to @file{@var{file}.26.greg}.
@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}.
@item k @item k
@opindex dk @opindex dk
Dump after reg-to-stack conversion, to @file{@var{file}.31.stack}. Dump after reg-to-stack conversion, to @file{@var{file}.34.stack}.
@item o @item o
@opindex do @opindex do
Dump after post-reload optimizations, to @file{@var{file}.25.postreload}. Dump after post-reload optimizations, to @file{@var{file}.27.postreload}.
@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}.
...@@ -3157,10 +3157,10 @@ Dump after sibling call optimizations, to @file{@var{file}.01.sibling}. ...@@ -3157,10 +3157,10 @@ Dump after sibling call optimizations, to @file{@var{file}.01.sibling}.
Dump after the first jump optimization, to @file{@var{file}.03.jump}. Dump after the first jump optimization, to @file{@var{file}.03.jump}.
@item k @item k
@opindex dk @opindex dk
Dump after conversion from registers to stack, to @file{@var{file}.31.stack}. Dump after conversion from registers to stack, to @file{@var{file}.34.stack}.
@item l @item l
@opindex dl @opindex dl
Dump after local register allocation, to @file{@var{file}.23.lreg}. Dump after local register allocation, to @file{@var{file}.25.lreg}.
@item L @item L
@opindex dL @opindex dL
Dump after loop optimization passes, to @file{@var{file}.12.loop} and Dump after loop optimization passes, to @file{@var{file}.12.loop} and
...@@ -3168,42 +3168,42 @@ Dump after loop optimization passes, to @file{@var{file}.12.loop} and ...@@ -3168,42 +3168,42 @@ Dump after loop optimization passes, to @file{@var{file}.12.loop} and
@item M @item M
@opindex dM @opindex dM
Dump after performing the machine dependent reorganization pass, to Dump after performing the machine dependent reorganization pass, to
@file{@var{file}.33.mach}. @file{@var{file}.35.mach}.
@item n @item n
@opindex dn @opindex dn
Dump after register renumbering, to @file{@var{file}.28.rnreg}. Dump after register renumbering, to @file{@var{file}.30.rnreg}.
@item N @item N
@opindex dN @opindex dN
Dump after the register move pass, to @file{@var{file}.21.regmove}. Dump after the register move pass, to @file{@var{file}.23.regmove}.
@item r @item r
@opindex dr @opindex dr
Dump after RTL generation, to @file{@var{file}.00.rtl}. Dump after RTL generation, to @file{@var{file}.00.rtl}.
@item R @item R
@opindex dR @opindex dR
Dump after the second scheduling pass, to @file{@var{file}.30.sched2}. Dump after the second scheduling pass, to @file{@var{file}.33.sched2}.
@item s @item s
@opindex ds @opindex ds
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}.09.cse}. CSE), to @file{@var{file}.09.cse}.
@item S @item S
@opindex dS @opindex dS
Dump after the first scheduling pass, to @file{@var{file}.22.sched}. Dump after the first scheduling pass, to @file{@var{file}.24.sched}.
@item t @item t
@opindex dt @opindex dt
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}.17.cse2}. sometimes follows CSE), to @file{@var{file}.19.cse2}.
@item u @item u
@opindex du @opindex du
Dump after null pointer elimination pass to @file{@var{file}.08.null}. Dump after null pointer elimination pass to @file{@var{file}.08.null}.
@item w @item w
@opindex dw @opindex dw
Dump after the second flow pass, to @file{@var{file}.26.flow2}. Dump after the second flow pass, to @file{@var{file}.28.flow2}.
@item X @item X
@opindex dX @opindex dX
Dump after SSA dead code elimination, to @file{@var{file}.06.ssadce}. Dump after SSA dead code elimination, to @file{@var{file}.06.ssadce}.
@item z @item z
@opindex dz @opindex dz
Dump after the peephole pass, to @file{@var{file}.27.peephole2}. Dump after the peephole pass, to @file{@var{file}.29.peephole2}.
@item a @item a
@opindex da @opindex da
Produce all the dumps listed above. Produce all the dumps listed above.
......
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