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
e1306f49
Commit
e1306f49
authored
Nov 29, 1999
by
Bernd Schmidt
Committed by
Bernd Schmidt
Nov 29, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up parts of the scheduler
From-SVN: r30700
parent
d94d6abf
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
gcc/ChangeLog
+24
-0
gcc/haifa-sched.c
+0
-0
No files found.
gcc/ChangeLog
View file @
e1306f49
1999
-
11
-
29
Bernd
Schmidt
<
bernds
@cygnus
.
co
.
uk
>
*
haifa
-
sched
.
c
(
reg_last_uses
,
reg_last_sets
,
reg_last_clobbers
,
pending_read_insns
,
pending_write_insns
,
pending_read_mems
,
pending_write_mems
,
pending_list_length
,
last_pending_memory_flush
,
last_function_call
,
sched_before_next_call
)
:
Move
static
variables
into
a
structure
.
(
bb_
prefixed
versions
)
:
Replace
with
single
array
bb_deps
.
(
struct
deps
)
:
New
structure
.
(
add_insn_mem_dependence
,
flush_pending_lists
,
sched_analyze_1
,
sched_analyze_2
,
sched_analyze_insn
,
sched_analyze
)
:
Accept
new
argument
of
type
"struct deps *"
;
use
that
instead
of
global
variables
.
All
callers
changed
.
(
init_rgn_data_dependencies
)
:
Delete
function
.
(
init_rtx_vector
)
:
Delete
function
.
(
init_deps
)
:
New
function
.
(
free_pending_lists
)
:
Simplify
,
we
always
use
the
bb_deps
array
even
if
only
one
basic
block
.
(
compute_block_backward_dependences
)
:
Likewise
.
(
schedule_region
)
:
Likewise
.
(
propagate_deps
)
:
New
function
,
broken
out
of
compute_block_backward_dependences
.
(
compute_block_backward_dependences
)
:
Use
it
.
*
alpha
.
md
:
Delete
useless
patterns
that
tried
to
work
around
register
elimination
problems
.
...
...
gcc/haifa-sched.c
View file @
e1306f49
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