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
34695841
Commit
34695841
authored
Jun 22, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Jun 22, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
From-SVN: r68345
parent
c359831b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
gcc/ChangeLog
+4
-0
gcc/doc/invoke.texi
+7
-2
No files found.
gcc/ChangeLog
View file @
34695841
2003-06-22 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Document dumps, .btl, .cfg, and .bypass.
2003-06-22 Andreas Schwab <schwab@suse.de>
* doc/invoke.texi: Remove leading `-' from options in index.
...
...
gcc/doc/invoke.texi
View file @
34695841
...
...
@@ -3124,9 +3124,11 @@ Dump after instruction combination, to the file @file{@var{file}.21.combine}.
@
item
C
@
opindex
dC
Dump
after
the
first
if
conversion
,
to
the
file
@
file
{@
var
{
file
}
.16
.
ce1
}.
Also
dump
after
the
second
if
conversion
,
to
the
file
@
file
{@
var
{
file
}
.22
.
ce2
}.
@
item
d
@
opindex
dd
Dump
after
delayed
branch
scheduling
,
to
@
file
{@
var
{
file
}
.36
.
dbr
}.
Dump
after
branch
target
load
optimization
,
to
to
@
file
{@
var
{
file
}
.33
.
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
...
...
@@ -3140,7 +3142,8 @@ Dump after SSA optimizations, to @file{@var{file}.04.ssa} and
Dump
after
the
second
if
conversion
,
to
@
file
{@
var
{
file
}
.32
.
ce3
}.
@
item
f
@
opindex
df
Dump
after
life
analysis
,
to
@
file
{@
var
{
file
}
.20
.
life
}.
Dump
after
control
and
data
flow
analysis
,
to
@
file
{@
var
{
file
}
.14
.
cfg
}.
Also
dump
after
life
analysis
,
to
@
file
{@
var
{
file
}
.20
.
life
}.
@
item
F
@
opindex
dF
Dump
after
purging
@
code
{
ADDRESSOF
}
codes
,
to
@
file
{@
var
{
file
}
.10
.
addressof
}.
...
...
@@ -3150,6 +3153,8 @@ Dump after global register allocation, to @file{@var{file}.26.greg}.
@
item
G
@
opindex
dG
Dump
after
GCSE
,
to
@
file
{@
var
{
file
}
.11
.
gcse
}.
Also
dump
after
jump
bypassing
and
control
flow
optimizations
,
to
@
file
{@
var
{
file
}
.13
.
bypass
}.
@
item
h
@
opindex
dh
Dump
after
finalization
of
EH
handling
code
,
to
@
file
{@
var
{
file
}
.02
.
eh
}.
...
...
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