diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ed9faaad73..fcf12f0edff 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-11-21 Kazu Hirata <kazu@cs.umass.edu> + * doc/invoke.texi: Mention dV and dZ. + +2003-11-21 Kazu Hirata <kazu@cs.umass.edu> + * doc/invoke.texi: Update dump file names. Remove de, dW, and dX. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9fc04e1ca18..7104b07b040 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3370,12 +3370,18 @@ 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 V +@opindex dV +Dump after the value profile transformations, to @file{@var{file}.13.vpt}. @item w @opindex dw 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}.28.peephole2}. +@item Z +@opindex dZ +Dump after constructing the web, to @file{@var{file}.17.web}. @item a @opindex da Produce all the dumps listed above. |