aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-23/+6
2011-06-27ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of node inste...Jan Hubicka1-3/+3
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-28/+2
2011-06-15cgraphunit.c (handle_alias_pairs): New function.Jan Hubicka1-8/+0
2011-06-14* ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.Jan Hubicka1-8/+9
2011-06-14cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM...Jan Hubicka1-2/+2
2011-06-12re PR middle-end/49373 (Many testcase failures)Jan Hubicka1-0/+2
2011-06-12re PR middle-end/49378 (C++ is broken)Jan Hubicka1-1/+9
2011-06-11* ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.Jan Hubicka1-1/+1
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-21/+5
2011-06-10ipa.c (cgraph_non_local_node_p_1): Break out from ...;Jan Hubicka1-16/+33
2011-06-01Pass name cleanupsDavid Li1-1/+1
2011-05-25re PR middle-end/49062 (Many C++ tests ICE on Tru64 UNIX: non-DECL_ONE_ONLY n...Jan Hubicka1-1/+1
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-0/+40
2011-05-03cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka1-314/+0
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-77/+2
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-5/+3
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-0/+2
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-1/+1
2011-03-11re PR middle-end/48044 (ICE in function_and_variable_visibility, at ipa.c:875)Jakub Jelinek1-2/+2
2011-01-15re PR tree-optimization/47276 (ICE in function_and_variable_visibility, at ip...Jan Hubicka1-0/+2
2011-01-08re PR tree-optimization/46469 (ICE: verify_cgraph_node failed: inline clone i...Jan Hubicka1-2/+27
2010-12-23ipa.c (cgraph_remove_unreachable_nodes): Update former_clone_of even when not...Martin Jambor1-2/+0
2010-12-14This time really commit PR middle-end/45388Jan Hubicka1-6/+24
2010-12-05ipa.c (cgraph_externally_visible_p): Do not localize builtins and functions w...Jan Hubicka1-0/+24
2010-11-25cgraphunit.c (process_function_and_variable_attributes): Mark dllexport-ed fu...Kai Tietz1-1/+7
2010-11-20cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka1-21/+69
2010-11-16cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka1-11/+2
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-1/+1
2010-10-26ipa.c (process_references): Enqueue all referenced nodes; mark as reachable o...Jan Hubicka1-13/+12
2010-10-26ipa.c (cgraph_externally_visible_p, [...]): Use info provided by linker plugin.Jan Hubicka1-0/+19
2010-10-26re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka1-12/+31
2010-10-19ipa.c (cgraph_externally_visible_p): Handle externally visible and preserve f...Jan Hubicka1-24/+64
2010-10-18ipa.c (cgraph_externally_visible_p, [...]): Revert accidental commit.Jan Hubicka1-83/+24
2010-10-16re PR middle-end/44206 (ICE: Inline clone with address taken)Jan Hubicka1-41/+112
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-8/+2
2010-10-11re PR middle-end/45955 (FAIL: gcc.dg/initpri1.c (test for excess errors))John David Anglin1-1/+0
2010-10-07re PR middle-end/45926 (Revision 165057 breaks GOMP)Jan Hubicka1-13/+8
2010-10-06ipa.c (cgraph_remove_unreachable_nodes): External references can always be re...Jan Hubicka1-12/+21
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-7/+4
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-3/+3
2010-09-18re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...Jan Hubicka1-1/+6
2010-09-16pr45679-1_0.C: New file.Jan Hubicka1-10/+14
2010-09-03ipa.c (build_cdtor): Take VECtor as argument; fix array walk.Jan Hubicka1-18/+8
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-0/+5
2010-08-21tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka1-0/+312
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-15ipa.c (function_and_variable_visibility): Variables marked as used should not...Jan Hubicka1-0/+1
2010-07-15cgraph.c: Include lto-streamer.hJan Hubicka1-2/+8
2010-07-08ipa.c: Include pointer-set.hJan Hubicka1-15/+67