summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* Add free inline summary pass after pass_early_local_passes H.J. Lu2012-08-021-0/+33
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* re PR middle-end/53321 (LTO bootstrap failed with bootstrap-profiled)Uros Bizjak2012-07-041-5/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-4/+4
* tree.h (alias_diag_flags): Remove.Jan Hubicka2012-05-241-4/+0
* cgraphunit.c (varpool_finalize_decl): Allow external decls.Jan Hubicka2012-05-181-1/+0
* lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka2012-05-171-2/+27
* * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.Jan Hubicka2012-05-101-2/+2
* cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka2012-05-101-187/+166
* re PR middle-end/53106 (Benchmarks in SPEC CPU 2006 failed to build)Jan Hubicka2012-05-031-1/+1
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-23/+8
* lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka2012-04-231-69/+47
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-25/+6
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-7/+15
* cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka2012-04-181-7/+9
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-11/+11
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-2/+2
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-4/+4
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-21/+20
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-151/+166
* re PR middle-end/51663 (Desirable/undesirable elimination of unused variables...Jan Hubicka2012-03-251-5/+4
* re PR lto/47259 (LTO and global register variable)Richard Guenther2011-12-021-0/+2
* sw-1.c: Force rep;movsb.Zolotukhin Michael2011-11-141-1/+1
* cgraphunit.c (ipa_passes): Remove unrechable nodes.Jan Hubicka2011-10-021-6/+1
* re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka2011-10-021-0/+2
* cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill2011-07-081-23/+6
* ipa.c (cgraph_address_taken_from_non_vtable_p): Walk references of node inste...Jan Hubicka2011-06-271-3/+3
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-28/+2
* cgraphunit.c (handle_alias_pairs): New function.Jan Hubicka2011-06-151-8/+0
* * ipa.c (cgraph_address_taken_from_non_vtable_p): Check the ref type.Jan Hubicka2011-06-141-8/+9
* cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM...Jan Hubicka2011-06-141-2/+2
* re PR middle-end/49373 (Many testcase failures)Jan Hubicka2011-06-121-0/+2
* re PR middle-end/49378 (C++ is broken)Jan Hubicka2011-06-121-1/+9
* * ipa.c (cgraph_comdat_can_be_unshared_p): Fix pasto.Jan Hubicka2011-06-111-1/+1
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-21/+5
* ipa.c (cgraph_non_local_node_p_1): Break out from ...;Jan Hubicka2011-06-101-16/+33
* Pass name cleanupsDavid Li2011-06-011-1/+1
* re PR middle-end/49062 (Many C++ tests ICE on Tru64 UNIX: non-DECL_ONE_ONLY n...Jan Hubicka2011-05-251-1/+1
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-0/+40
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-031-314/+0
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-77/+2
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-5/+3
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-141-0/+2
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-1/+1
* re PR middle-end/48044 (ICE in function_and_variable_visibility, at ipa.c:875)Jakub Jelinek2011-03-111-2/+2
* re PR tree-optimization/47276 (ICE in function_and_variable_visibility, at ip...Jan Hubicka2011-01-151-0/+2
* re PR tree-optimization/46469 (ICE: verify_cgraph_node failed: inline clone i...Jan Hubicka2011-01-081-2/+27
* ipa.c (cgraph_remove_unreachable_nodes): Update former_clone_of even when not...Martin Jambor2010-12-231-2/+0
* This time really commit PR middle-end/45388Jan Hubicka2010-12-141-6/+24
* ipa.c (cgraph_externally_visible_p): Do not localize builtins and functions w...Jan Hubicka2010-12-051-0/+24