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
fa0e53a4
Commit
fa0e53a4
authored
Jan 02, 2004
by
Kazu Hirata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Steven's entry.
From-SVN: r75331
parent
1e5c54af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
gcc/ChangeLog.10
+14
-4
No files found.
gcc/ChangeLog.10
View file @
fa0e53a4
...
@@ -147,6 +147,20 @@
...
@@ -147,6 +147,20 @@
2003-12-30 Steven Bosscher <steven@gcc.gnu.org>
2003-12-30 Steven Bosscher <steven@gcc.gnu.org>
* Makefile.in (graph.o): Add dependencies on TREE_H and langhooks.h
(gcse.c): Add dependency on langhooks.h
* function.h (struct function): Remove the `name' field.
(current_function_name): Do not define.
* function.c (allocate_struct_function): Don't initialize the `name'
field.
* gcse.c (gcse_main, one_classic_gcse_pass, one_cprop_pass,
one_pre_gcse_pass, bypass_jumps): Replace all occurences of
current_function_name with lang_hooks.decl_printable_name calls.
* graph.h (start_fct, start_bb, node_data, draw_edge, end_fct):
Likewise.
2003-12-30 Steven Bosscher <steven@gcc.gnu.org>
Backport from tree-ssa (relevant changes only):
Backport from tree-ssa (relevant changes only):
2003-12-18 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
2003-12-18 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
...
@@ -219,10 +233,6 @@
...
@@ -219,10 +233,6 @@
* cfgloopmanip.c (remove_bbs, find_path, create_preheader,
* cfgloopmanip.c (remove_bbs, find_path, create_preheader,
split_loop_bb, loopify, duplicate_loop_to_header_edge,
split_loop_bb, loopify, duplicate_loop_to_header_edge,
force_single_succ_latches, loop_split_edge_with): Ditto.
force_single_succ_latches, loop_split_edge_with): Ditto.
* function.c (allocate_struct_function): Don't set
current_function_name.
* function.h (function): Remove name.
(current_function_name): Remove.
* gcse.c (dominators): Variable removed.
* gcse.c (dominators): Variable removed.
(free_code_hoist_mem, compute_code_hoist_data, hoist_code):
(free_code_hoist_mem, compute_code_hoist_data, hoist_code):
Updated for the new interface for dominance information.
Updated for the new interface for dominance information.
...
...
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