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
6a73fe75
Commit
6a73fe75
authored
Nov 20, 2004
by
Andrew Pinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move Jeff's change to the correct place right Before Kazu's part1 of O(1) PHI
node change. From-SVN: r90966
parent
21664a3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
gcc/ChangeLog
+17
-15
No files found.
gcc/ChangeLog
View file @
6a73fe75
...
...
@@ -18,6 +18,23 @@
*
arm
.
md
(
arm_movdi
,
movdf_soft_insn
):
Add
alternatives
for
D
[
abc
]
constraints
.
Set
insn
lenghts
accordingly
.
2004
-
11
-
19
Jeff
Law
<
law
@
redhat
.
com
>
*
tree
-
ssa
-
threadupdate
.
c
:
Replace
REDIRECTION_DATA
varray
with
a
hash
table
.
Extensive
modifications
throughout
to
support
that
change
.
(
struct
el
):
New
.
(
struct
local_info
):
New
.
(
struct
redirection_data
):
Add
new
INCOMING_EDGES
and
DO_NOT_DUPLICATE
fields
.
(
redirection_data
):
Now
a
hashtable
.
(
redirection_data_hash
,
redirection_data_eq
):
New
.
(
lookup_redirection_data
,
create_duplicates
):
New
.
(
create_edge_and_update_destionation_phis
):
New
.
(
fixup_template_block
,
redirect_edges
):
New
.
(
thread_block
):
Use
hash
table
traversals
instead
of
loops
over
varray
entries
or
incoming
edge
vectors
.
2004
-
11
-
19
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
basic
-
block
.
h
(
edge_def
):
Add
dest_idx
.
...
...
@@ -172,21 +189,6 @@
2004-11-19 Jeff Law <law@redhat.com>
* tree-ssa-threadupdate.c: Replace REDIRECTION_DATA varray with
a hash table. Extensive modifications throughout to support
that change.
(struct el): New.
(struct local_info): New.
(struct redirection_data): Add new INCOMING_EDGES and DO_NOT_DUPLICATE
fields.
(redirection_data): Now a hashtable.
(redirection_data_hash, redirection_data_eq): New.
(lookup_redirection_data, create_duplicates): New.
(create_edge_and_update_destionation_phis): New.
(fixup_template_block, redirect_edges): New.
(thread_block): Use hash table traversals instead of loops over
varray entries or incoming edge vectors.
* tree-ssa.c (verify_ssa): Remove redundant checking of PHI
arguments.
...
...
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