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
62b9c42c
Commit
62b9c42c
authored
Apr 13, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Apr 13, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
invoke.texi: Fix typos.
* doc/invoke.texi: Fix typos. * doc/tm.texi: Likewise. From-SVN: r65544
parent
26af0e5d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
gcc/ChangeLog
+5
-0
gcc/doc/invoke.texi
+5
-5
gcc/doc/tm.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
62b9c42c
2003-04-13 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Fix typos.
* doc/tm.texi: Likewise.
2003-04-12 Zack Weinberg <zack@codesourcery.com>
2003-04-12 Zack Weinberg <zack@codesourcery.com>
* c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
* c-typeck.c (digest_init, push_init_level): Use CONSTRUCTOR_ELTS.
...
...
gcc/doc/invoke.texi
View file @
62b9c42c
...
@@ -2485,7 +2485,7 @@ Subscripting an array which has been declared @samp{register}.
...
@@ -2485,7 +2485,7 @@ Subscripting an array which has been declared @samp{register}.
Taking the address of a variable which has been declared @samp{register}.
Taking the address of a variable which has been declared @samp{register}.
@item @r{(C++ only)}
@item @r{(C++ only)}
A base class is not initialized in a derived class'
copy
constr
cu
tor
.
A base class is not initialized in a derived class'
copy
constr
uc
tor
.
@
end
itemize
@
end
itemize
@
item
-
Wno
-
div
-
by
-
zero
@
item
-
Wno
-
div
-
by
-
zero
...
@@ -3915,9 +3915,9 @@ sense when scheduling before register allocation, i.e.@: with
...
@@ -3915,9 +3915,9 @@ sense when scheduling before register allocation, i.e.@: with
@item -fsched2-use-superblocks
@item -fsched2-use-superblocks
@opindex fsched2-use-superblocks
@opindex fsched2-use-superblocks
When schedulilng after register allocation, do use superblock scheduling
When schedulilng after register allocation, do use superblock scheduling
algorithm. Superblock scheduling allows motion acr
e
ss basic block boundaries
algorithm. Superblock scheduling allows motion acr
o
ss basic block boundaries
resulting on faster schedules. This option is experimental, as not all machine
resulting on faster schedules. This option is experimental, as not all machine
descriptions used by GCC model the CPU closely enough
t
to avoid unreliable
descriptions used by GCC model the CPU closely enough to avoid unreliable
results from the algorithm.
results from the algorithm.
This only makes sense when scheduling after register allocation, i.e.@: with
This only makes sense when scheduling after register allocation, i.e.@: with
...
@@ -3930,7 +3930,7 @@ allocation and additionally perform code duplication in order to increase the
...
@@ -3930,7 +3930,7 @@ allocation and additionally perform code duplication in order to increase the
size of superblocks using tracer pass. See @option{-ftracer} for details on
size of superblocks using tracer pass. See @option{-ftracer} for details on
trace formation.
trace formation.
This mode should produce faster but si
ng
ificantly longer programs. Also
This mode should produce faster but si
gn
ificantly longer programs. Also
without @code{-fbranch-probabilities} the traces constructed may not match the
without @code{-fbranch-probabilities} the traces constructed may not match the
reality and hurt the performance. This only makes
reality and hurt the performance. This only makes
sense when scheduling after register allocation, i.e.@: with
sense when scheduling after register allocation, i.e.@: with
...
@@ -6386,7 +6386,7 @@ problems with invalid Maverick instruction combinations. This option
...
@@ -6386,7 +6386,7 @@ problems with invalid Maverick instruction combinations. This option
is
only
valid
if
the
@
option
{-
mcpu
=
ep9312
}
option
has
been
used
to
is
only
valid
if
the
@
option
{-
mcpu
=
ep9312
}
option
has
been
used
to
enable
generation
of
instructions
for
the
Cirrus
Maverick
floating
enable
generation
of
instructions
for
the
Cirrus
Maverick
floating
point
co
-
processor
.
This
option
is
not
enabled
by
default
,
since
the
point
co
-
processor
.
This
option
is
not
enabled
by
default
,
since
the
problem
is
only
present
in
older
Maverick
implemenations
.
The
default
problem
is
only
present
in
older
Maverick
implemen
t
ations
.
The
default
can
be
re
-
enabled
by
use
of
the
@
option
{-
mno
-
cirrus
-
fix
-
invalid
-
insns
}
can
be
re
-
enabled
by
use
of
the
@
option
{-
mno
-
cirrus
-
fix
-
invalid
-
insns
}
switch
.
switch
.
...
...
gcc/doc/tm.texi
View file @
62b9c42c
...
@@ -5738,7 +5738,7 @@ considered for the multipass insn scheduling. If the hook returns
...
@@ -5738,7 +5738,7 @@ considered for the multipass insn scheduling. If the hook returns
zero
for
insn
passed
as
the
parameter
,
the
insn
will
be
not
chosen
to
zero
for
insn
passed
as
the
parameter
,
the
insn
will
be
not
chosen
to
be
issued
.
be
issued
.
The
default
is
that
any
ready
insns
can
be
cho
o
sen
to
be
issued
.
The
default
is
that
any
ready
insns
can
be
chosen
to
be
issued
.
@end
deftypefn
@end
deftypefn
@deftypefn
{
Target
Hook
}
int
TARGET_SCHED_DFA_NEW_CYCLE
(
FILE
*
,
int
,
rtx
,
int
,
int
,
int
*
)
@deftypefn
{
Target
Hook
}
int
TARGET_SCHED_DFA_NEW_CYCLE
(
FILE
*
,
int
,
rtx
,
int
,
int
,
int
*
)
...
...
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