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
33976614
Commit
33976614
authored
Nov 19, 2004
by
Andrew Pinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tree2 to tree_on_heap, I had forgot to update the change log :(.
From-SVN: r90927
parent
3a2e4b46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
gcc/ChangeLog
+8
-8
No files found.
gcc/ChangeLog
View file @
33976614
2004
-
11
-
19
Andrew
Pinski
<
pinskia
@
physics
.
uc
.
edu
>
2004
-
11
-
19
Andrew
Pinski
<
pinskia
@
physics
.
uc
.
edu
>
PR
tree
-
opt
/
18507
PR
tree
-
opt
/
18507
*
tree
-
flow
.
h
(
tree
2
):
Typedef
because
there
is
already
a
VEC
(
tree
).
*
tree
-
flow
.
h
(
tree
_on_heap
):
Typedef
because
there
is
already
a
VEC
(
tree
).
Define
a
VEC
(
tree
2
)
for
head
.
Define
a
VEC
(
tree
_on_heap
)
for
head
.
(
register_new_def
):
Change
second
argument
to
be
a
VEC
(
tree
2
).
(
register_new_def
):
Change
second
argument
to
be
a
VEC
(
tree
_on_heap
).
*
tree
-
ssa
-
dom
.
c
(
block_defs_stack
):
Change
to
be
a
VEC
(
tree
2
).
*
tree
-
ssa
-
dom
.
c
(
block_defs_stack
):
Change
to
be
a
VEC
(
tree
_on_heap
).
(
tree_ssa_dominator_optimize
):
Initialize
block_defs_stack
with
(
tree_ssa_dominator_optimize
):
Initialize
block_defs_stack
with
the
VEC
(
tree
2
)
function
.
Also
free
it
before
returning
.
the
VEC
(
tree
_on_heap
)
function
.
Also
free
it
before
returning
.
(
dom_opt_initialize_block
):
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
(
dom_opt_initialize_block
):
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
for
block_defs_stack
.
for
block_defs_stack
.
(
restore_currdefs_to_original_value
):
Use
VEC_length
instead
of
(
restore_currdefs_to_original_value
):
Use
VEC_length
instead
of
VARRAY_ACTIVE_SIZE
.
VEC_pop
instead
of
VARRAY_TOP_TREE
/
VARRAY_POP
.
VARRAY_ACTIVE_SIZE
.
VEC_pop
instead
of
VARRAY_TOP_TREE
/
VARRAY_POP
.
(
dom_opt_finalize_block
):
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
(
dom_opt_finalize_block
):
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
for
block_defs_stack
.
for
block_defs_stack
.
*
tree
-
into
-
ssa
.
c
(
block_defs_stack
):
Change
to
be
a
VEC
(
tree
2
).
*
tree
-
into
-
ssa
.
c
(
block_defs_stack
):
Change
to
be
a
VEC
(
tree
_on_heap
).
(
rewrite_initialize_block
):
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
(
rewrite_initialize_block
):
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
for
block_defs_stack
.
for
block_defs_stack
.
(
ssa_register_new_def
):
Likewise
.
(
ssa_register_new_def
):
Likewise
.
...
@@ -21,10 +21,10 @@
...
@@ -21,10 +21,10 @@
(
rewrite_finalize_block
):
Use
VEC_length
instead
of
(
rewrite_finalize_block
):
Use
VEC_length
instead
of
VARRAY_ACTIVE_SIZE
.
VEC_pop
instead
of
VARRAY_TOP_TREE
/
VARRAY_POP
.
VARRAY_ACTIVE_SIZE
.
VEC_pop
instead
of
VARRAY_TOP_TREE
/
VARRAY_POP
.
(
ssa_rewrite_finalize_block
):
Likewise
.
(
ssa_rewrite_finalize_block
):
Likewise
.
(
register_new_def
):
Change
second
argument
to
be
a
VEC
(
tree
2
).
(
register_new_def
):
Change
second
argument
to
be
a
VEC
(
tree
_on_heap
).
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
.
Use
VEC_safe_push
instead
of
VARRAY_PUSH_TREE
.
(
rewrite_blocks
):
Initialize
block_defs_stack
with
(
rewrite_blocks
):
Initialize
block_defs_stack
with
the
VEC
(
tree
2
)
function
.
Also
free
it
before
returning
.
the
VEC
(
tree
_on_heap
)
function
.
Also
free
it
before
returning
.
(
rewrite_ssa_into_ssa
):
Likewise
.
(
rewrite_ssa_into_ssa
):
Likewise
.
2004
-
11
-
19
Fariborz
Jahanian
<
fjahanian
@
apple
.
com
>
2004
-
11
-
19
Fariborz
Jahanian
<
fjahanian
@
apple
.
com
>
...
...
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