Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
4319ef2a
Commit
4319ef2a
authored
Jun 23, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Jun 23, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Document dump options, dT and dW.
From-SVN: r68361
parent
8116809c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+7
-0
No files found.
gcc/ChangeLog
View file @
4319ef2a
2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Document dump options, dT and dW.
2003-06-23 Kazu Hirata <kazu@cs.umass.edu>
* genrecog.c (pred_table): Remove the entry for
mode_independent_operand.
* recog.c (next_insns_test_no_inequality): Remove.
...
...
gcc/doc/invoke.texi
View file @
4319ef2a
...
...
@@ -3204,12 +3204,19 @@ Dump after the first scheduling pass, to @file{@var{file}.24.sched}.
@
opindex
dt
Dump
after
the
second
CSE
pass
(
including
the
jump
optimization
that
sometimes
follows
CSE
),
to
@
file
{@
var
{
file
}
.19
.
cse2
}.
@
item
T
@
opindex
dT
Dump
after
running
tracer
,
to
@
file
{@
var
{
file
}
.17
.
tracer
}.
@
item
u
@
opindex
du
Dump
after
null
pointer
elimination
pass
to
@
file
{@
var
{
file
}
.08
.
null
}.
@
item
w
@
opindex
dw
Dump
after
the
second
flow
pass
,
to
@
file
{@
var
{
file
}
.28
.
flow2
}.
@
item
W
@
opindex
dW
Dump
after
SSA
conditional
constant
propagation
,
to
@
file
{@
var
{
file
}
.05
.
ssaccp
}.
@
item
X
@
opindex
dX
Dump
after
SSA
dead
code
elimination
,
to
@
file
{@
var
{
file
}
.06
.
ssadce
}.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment