aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-5/+3
2013-04-09ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka1-55/+6
2013-03-29lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka1-3/+273
2013-01-17re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa...Martin Jambor1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-25/+25
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+5
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-13/+11
2012-08-02Add free inline summary pass after pass_early_local_passes H.J. Lu1-0/+33
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