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
65d2d764
Commit
65d2d764
authored
May 30, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
May 30, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
invoke.texi: Fix typos.
* doc/invoke.texi: Fix typos. * doc/rtl.texi: Likewise. From-SVN: r67251
parent
5c29d24c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/doc/invoke.texi
+2
-2
gcc/doc/rtl.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
65d2d764
2003-05-30 Kazu Hirata <kazu@cs.umass.edu>
* doc/invoke.texi: Fix typos.
* doc/rtl.texi: Likewise.
2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
2003-05-30 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
* config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
* config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal
...
...
gcc/doc/invoke.texi
View file @
65d2d764
...
@@ -4632,10 +4632,10 @@ collection to occur at every opportunity.
...
@@ -4632,10 +4632,10 @@ collection to occur at every opportunity.
@
item
reorder
-
blocks
-
duplicate
@
item
reorder
-
blocks
-
duplicate
@
itemx
reorder
-
blocks
-
duplicate
-
feedback
@
itemx
reorder
-
blocks
-
duplicate
-
feedback
Used
by
basic
block
reordering
pass
to
decide
whether
to
use
uncondtional
Used
by
basic
block
reordering
pass
to
decide
whether
to
use
uncond
i
tional
branch
or
duplicate
the
code
on
it
's destination. Code is duplicated when it'
s
branch
or
duplicate
the
code
on
it
's destination. Code is duplicated when it'
s
estimated
size
is
smaller
than
this
value
multiplied
by
the
estimated
size
of
estimated
size
is
smaller
than
this
value
multiplied
by
the
estimated
size
of
unconditinal
jump
in
the
hot
spots
of
the
program
.
unconditi
o
nal
jump
in
the
hot
spots
of
the
program
.
The
@
option
{
reorder
-
block
-
duplicate
-
feedback
}
is
used
only
when
profile
The
@
option
{
reorder
-
block
-
duplicate
-
feedback
}
is
used
only
when
profile
feedback
is
available
and
may
be
set
to
higher
values
than
feedback
is
available
and
may
be
set
to
higher
values
than
...
...
gcc/doc/rtl.texi
View file @
65d2d764
...
@@ -746,7 +746,7 @@ a non-unchanging read can conflict with a non-unchanging write; an
...
@@ -746,7 +746,7 @@ a non-unchanging read can conflict with a non-unchanging write; an
unchanging
read
can
conflict
with
an
unchanging
write
(
since
there
may
unchanging
read
can
conflict
with
an
unchanging
write
(
since
there
may
be
a
single
store
to
this
address
to
initialize
it
)
;
and
an
unchanging
be
a
single
store
to
this
address
to
initialize
it
)
;
and
an
unchanging
store
can
conflict
with
a
non
-
unchanging
read
.
This
means
we
must
make
store
can
conflict
with
a
non
-
unchanging
read
.
This
means
we
must
make
conservative
assumptions
when
chosing
the
value
of
this
flag
for
a
conservative
assumptions
when
cho
o
sing
the
value
of
this
flag
for
a
memory
reference
to
an
object
containing
both
unchanging
and
memory
reference
to
an
object
containing
both
unchanging
and
non
-
unchanging
fields
:
we
must
set
the
flag
when
writing
to
the
object
non
-
unchanging
fields
:
we
must
set
the
flag
when
writing
to
the
object
and
clear
it
when
reading
from
the
object
.
and
clear
it
when
reading
from
the
object
.
...
...
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