Commit 98edbb7a by Kazu Hirata Committed by Kazu Hirata

invoke.texi: Update dump file names.

	* doc/invoke.texi: Update dump file names.
	Remove de, dW, and dX.

From-SVN: r73793
parent 9dc420e6
2003-11-21 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Update dump file names.
Remove de, dW, and dX.
2003-11-20 James E Wilson <wilson@specifixinc.com>
PR c/13133
......
......@@ -3265,7 +3265,7 @@ for most of the dumps are made by appending a pass number and a word to
the @var{dumpname}. @var{dumpname} is generated from the name of the
output file, if explicitly specified and it is not an executable,
otherwise it is the basename of the source file. In both cases any
suffix is removed (e.g. @file{foo.00.rtl} or @file{foo.01.sibling}).
suffix is removed (e.g. @file{foo.01.rtl} or @file{foo.02.sibling}).
Here are the possible letters for use in @var{letters}, and their
meanings:
......@@ -3275,47 +3275,43 @@ meanings:
Annotate the assembler output with miscellaneous debugging information.
@item b
@opindex db
Dump after computing branch probabilities, to @file{@var{file}.16.bp}.
Dump after computing branch probabilities, to @file{@var{file}.12.bp}.
@item B
@opindex dB
Dump after block reordering, to @file{@var{file}.32.bbro}.
Dump after block reordering, to @file{@var{file}.30.bbro}.
@item c
@opindex dc
Dump after instruction combination, to the file @file{@var{file}.22.combine}.
Dump after instruction combination, to the file @file{@var{file}.20.combine}.
@item C
@opindex dC
Dump after the first if conversion, to the file @file{@var{file}.17.ce1}.
Also dump after the second if conversion, to the file @file{@var{file}.23.ce2}.
Dump after the first if conversion, to the file @file{@var{file}.14.ce1}.
Also dump after the second if conversion, to the file @file{@var{file}.21.ce2}.
@item d
@opindex dd
Dump after branch target load optimization, to to @file{@var{file}.34.btl}.
Also dump after delayed branch scheduling, to @file{@var{file}.37.dbr}.
Dump after branch target load optimization, to to @file{@var{file}.32.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
normal output.
@item e
@opindex de
Dump after SSA optimizations, to @file{@var{file}.05.ssa} and
@file{@var{file}.010.ussa}.
@item E
@opindex dE
Dump after the second if conversion, to @file{@var{file}.33.ce3}.
Dump after the second if conversion, to @file{@var{file}.31.ce3}.
@item f
@opindex df
Dump after control and data flow analysis, to @file{@var{file}.15.cfg}.
Also dump after life analysis, to @file{@var{file}.21.life}.
Dump after control and data flow analysis, to @file{@var{file}.11.cfg}.
Also dump after life analysis, to @file{@var{file}.19.life}.
@item F
@opindex dF
Dump after purging @code{ADDRESSOF} codes, to @file{@var{file}.11.addressof}.
Dump after purging @code{ADDRESSOF} codes, to @file{@var{file}.07.addressof}.
@item g
@opindex dg
Dump after global register allocation, to @file{@var{file}.27.greg}.
Dump after global register allocation, to @file{@var{file}.25.greg}.
@item G
@opindex dG
Dump after GCSE, to @file{@var{file}.12.gcse}.
Dump after GCSE, to @file{@var{file}.08.gcse}.
Also dump after jump bypassing and control flow optimizations, to
@file{@var{file}.14.bypass}.
@file{@var{file}.10.bypass}.
@item h
@opindex dh
Dump after finalization of EH handling code, to @file{@var{file}.03.eh}.
......@@ -3327,66 +3323,59 @@ Dump after sibling call optimizations, to @file{@var{file}.02.sibling}.
Dump after the first jump optimization, to @file{@var{file}.04.jump}.
@item k
@opindex dk
Dump after conversion from registers to stack, to @file{@var{file}.36.stack}.
Dump after conversion from registers to stack, to @file{@var{file}.34.stack}.
@item l
@opindex dl
Dump after local register allocation, to @file{@var{file}.26.lreg}.
Dump after local register allocation, to @file{@var{file}.24.lreg}.
@item L
@opindex dL
Dump after loop optimization passes, to @file{@var{file}.13.loop} and
@file{@var{file}.19.loop2}.
Dump after loop optimization passes, to @file{@var{file}.09.loop} and
@file{@var{file}.16.loop2}.
@item M
@opindex dM
Dump after performing the machine dependent reorganization pass, to
@file{@var{file}.37.mach}.
@file{@var{file}.35.mach}.
@item n
@opindex dn
Dump after register renumbering, to @file{@var{file}.31.rnreg}.
Dump after register renumbering, to @file{@var{file}.29.rnreg}.
@item N
@opindex dN
Dump after the register move pass, to @file{@var{file}.24.regmove}.
Dump after the register move pass, to @file{@var{file}.22.regmove}.
@item o
@opindex do
Dump after post-reload optimizations, to @file{@var{file}.28.postreload}.
Dump after post-reload optimizations, to @file{@var{file}.26.postreload}.
@item r
@opindex dr
Dump after RTL generation, to @file{@var{file}.01.rtl}.
@item R
@opindex dR
Dump after the second scheduling pass, to @file{@var{file}.35.sched2}.
Dump after the second scheduling pass, to @file{@var{file}.33.sched2}.
@item s
@opindex ds
Dump after CSE (including the jump optimization that sometimes follows
CSE), to @file{@var{file}.019.cse}.
CSE), to @file{@var{file}.06.cse}.
@item S
@opindex dS
Dump after the first scheduling pass, to @file{@var{file}.25.sched}.
Dump after the first scheduling pass, to @file{@var{file}.23.sched}.
@item t
@opindex dt
Dump after the second CSE pass (including the jump optimization that
sometimes follows CSE), to @file{@var{file}.20.cse2}.
sometimes follows CSE), to @file{@var{file}.18.cse2}.
@item T
@opindex dT
Dump after running tracer, to @file{@var{file}.18.tracer}.
Dump after running tracer, to @file{@var{file}.15.tracer}.
@item u
@opindex du
Dump after null pointer elimination pass to @file{@var{file}.018.null}.
Dump after null pointer elimination pass to @file{@var{file}.05.null}.
@item U
@opindex dU
Dump callgraph and unit-at-a-time optimization @file{@var{file}.00.unit}.
@item w
@opindex dw
Dump after the second flow pass, to @file{@var{file}.29.flow2}.
@item W
@opindex dW
Dump after SSA conditional constant propagation, to
@file{@var{file}.06.ssaccp}.
@item X
@opindex dX
Dump after SSA dead code elimination, to @file{@var{file}.07.ssadce}.
Dump after the second flow pass, to @file{@var{file}.27.flow2}.
@item z
@opindex dz
Dump after the peephole pass, to @file{@var{file}.30.peephole2}.
Dump after the peephole pass, to @file{@var{file}.28.peephole2}.
@item a
@opindex da
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