aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-04re PR middle-end/53321 (LTO bootstrap failed with bootstrap-profiled)Uros Bizjak1-5/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-4/+4
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka1-4/+0
2012-05-18cgraphunit.c (varpool_finalize_decl): Allow external decls.Jan Hubicka1-1/+0
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-2/+27
2012-05-10* ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.Jan Hubicka1-2/+2
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-187/+166
2012-05-03re PR middle-end/53106 (Benchmarks in SPEC CPU 2006 failed to build)Jan Hubicka1-1/+1
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-23/+8
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-69/+47
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-25/+6
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-7/+15
2012-04-18cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka1-7/+9
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-11/+11
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-2/+2
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-4/+4
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-21/+20
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-151/+166
2012-03-25re PR middle-end/51663 (Desirable/undesirable elimination of unused variables...Jan Hubicka1-5/+4
2011-12-02re PR lto/47259 (LTO and global register variable)Richard Guenther1-0/+2
2011-11-14sw-1.c: Force rep;movsb.Zolotukhin Michael1-1/+1
2011-10-02cgraphunit.c (ipa_passes): Remove unrechable nodes.Jan Hubicka1-6/+1
2011-10-02re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka1-0/+2
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