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
c46a5e28
Commit
c46a5e28
authored
May 14, 2010
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix long lines
From-SVN: r159386
parent
a940d033
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
gcc/ChangeLog
+13
-9
No files found.
gcc/ChangeLog
View file @
c46a5e28
...
...
@@ -94,14 +94,16 @@
2010-05-12 Jan Hubicka <jh@suse.cz>
* cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.
* cgraph.c (cgraph_mark_address_taken_node): No longer imply needed
flag.
* cgraph.h (cgraph_only_called_directly_p,
cgraph_can_remove_if_no_direct_calls_p): test address_taken flag.
(cgraph_can_remove_if_no_direct_calls_and_refs_p): New function.
* cgraphunit.c (cgraph_mark_functions_to_output): Test address_taken.
(assemble
* ipa.c (cgraph_remove_unreachable_nodes): Use
cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken flags.
cgraph_can_remove_if_no_direct_calls_and_refs_p; clear address_taken
flags.
* tree-inline.c (copy_bb): Check address_taken flag.
* tree-profile.c (tree_gen_ic_func_profiler): Check address_taken and
externally_visible flag.
...
...
@@ -296,7 +298,8 @@
2010-05-11 Jan Hubicka <jh@suse.cz>
PR tree-optimize/44063
* ipa-inline.c (cgraph_edge_badness): Move always inlines to top of queue.
* ipa-inline.c (cgraph_edge_badness): Move always inlines to top of
queue.
(cgraph_decide_inlining_of_small_function): Skip check when disrgarding
limits.
(estimate_function_body_sizes): Compute sizes even when disregarding.
...
...
@@ -374,12 +377,13 @@
2010-05-10 Jan Hubicka <jh@suse.cz>
* lto-stramer-out.c (produce_asm_for_decls): Correct accidentally commited change.
* lto-stramer-out.c (produce_asm_for_decls): Correct accidentally
commited change.
2010-05-10 Jan Hubicka <jh@suse.cz>
* passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
Allocate
encoders.
* passes.c (ipa_write_summaries_1, ipa_write_optimization_summaries):
Allocate
encoders.
* lto-section-out.c (lto_new_out_decl_state): Do not allocate it here.
* lto-streamer.c (lto_streamer_cache_insert_1): Use alloc pool.
(lto_streamer_cache_create): Init alloc pool.
...
...
@@ -4080,9 +4084,9 @@
2010-04-08 Wolfgang Gellerich <gellerich@de.ibm.com>
* config/s390/s390.c (override_options): Adjust the z10
defaults
for max-unroll-times, max-completely-peeled-insns
and max-completely-peel-times.
* config/s390/s390.c (override_options): Adjust the z10
defaults
for max-unroll-times, max-completely-peeled-insns
and max-completely-peel-times.
2010-04-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.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