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
112333d3
Commit
112333d3
authored
Mar 28, 2001
by
Bernd Schmidt
Committed by
Bernd Schmidt
Mar 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing barrier problem
From-SVN: r40932
parent
669ff14e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
175 additions
and
95 deletions
+175
-95
gcc/ChangeLog
+9
-0
gcc/config/ia64/ia64.c
+166
-95
No files found.
gcc/ChangeLog
View file @
112333d3
...
...
@@ -2,6 +2,15 @@
*
cselib
.
c
(
hash_rtx
)
:
Don
'
t
do
tail
recursion
elimination
by
hand
.
*
config
/
ia64
/
ia64
.
c
(
update_set_flags
)
:
New
function
,
broken
out
of
rtx_needs_barrier
.
(
set_src_needs_barrier
)
:
Likewise
.
(
rtx_needs_barrier
)
:
For
SET
case
,
use
these
two
functions
.
Rework
PARALLEL
case
to
handle
all
inputs
before
all
outputs
.
(
emit_insn_group_barriers
):
Call
init_insn_group_barriers
only
if
we
saw
a
label
and
no
stop
bit
since
then
.
(
maybe_rotate
,
process_epilogue
):
Add
prototypes
.
2001
-
03
-
28
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
rs6000
/
rs6000
.
h
(
EPILOGUE_USES
)
:
Use
TARGET_AIX
,
...
...
gcc/config/ia64/ia64.c
View file @
112333d3
This diff is collapsed.
Click to expand it.
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