From: kazu Date: Fri, 21 Nov 2003 05:54:01 +0000 (+0000) Subject: * doc/invoke.texi: Update dump file names. X-Git-Tag: upstream/4.9.2~75196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=809b40e8400ccf6d372620f94f2e561831410e4f;p=platform%2Fupstream%2Flinaro-gcc.git * doc/invoke.texi: Update dump file names. Remove de, dW, and dX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73793 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5a2ce04..3ed9faa 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-21 Kazu Hirata + + * doc/invoke.texi: Update dump file names. + Remove de, dW, and dX. + 2003-11-20 James E Wilson PR c/13133 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b1b2e8c..9fc04e1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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.