aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-30cgraph.h (cgraph_node_cannot_return, [...]): New functions.Jan Hubicka1-0/+35
2010-05-30* cgraph.c (cgraph_mark_reachable): Relax check for analyzed nodes.Jan Hubicka1-1/+2
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-29cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka1-7/+10
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-17cgraph.c (cgraph_create_virtual_clone): Only check versionable_function_p whe...Jan Hubicka1-1/+4
2010-05-17cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor1-2/+2
2010-05-16cgraph.c (dump_cgraph_node): Dump versionable flag.Jan Hubicka1-0/+4
2010-05-16cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka1-20/+21
2010-05-13cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka1-1/+1
2010-05-12cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka1-1/+14
2010-05-12cgraph.h (struct varpool_node): Add aux.Jan Hubicka1-1/+1
2010-05-11cgraph.c (cgraph_mark_reachable_node): Accept references to optimized out ext...Jan Hubicka1-2/+9
2010-05-11cgraph.c: Include ipa-utils.hJan Hubicka1-0/+23
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-0/+8
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-0/+2
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor1-72/+219
2010-04-27invoke.texi (-fipa-profile): Document.Jan Hubicka1-1/+3
2010-04-27cgraph.c (cgraph_propagate_frequency): New function.Jan Hubicka1-0/+63
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-0/+2
2010-04-21cgraph.c (dump_cgraph_node): Dump also assembler name.Jan Hubicka1-0/+2
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-1/+8
2010-04-01cgraph.c (cgraph_add_function_insertion_hook): Update comment.Aldy Hernandez1-3/+3
2010-03-28re PR tree-optimization/43505 (type mismatch between an SSA_NAME and its symb...Jan Hubicka1-0/+1
2010-02-20re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)Alan Modra1-12/+41
2010-01-07re PR tree-optimization/42625 (-fipa-sra can generate different destructors i...Jakub Jelinek1-1/+10
2009-12-14cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek1-0/+49
2009-12-10re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek1-1/+16
2009-12-10re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)Jan Hubicka1-15/+45
2009-11-29cgraph.c (same_body_alias_1): Break out ofJan Hubicka1-19/+74
2009-11-25Remove trailing white spaces.H.J. Lu1-4/+4
2009-11-19tree.c (need_assembler_name_p): Use cgraph_get_node instead of cgraph_node_fo...Jakub Jelinek1-31/+1
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-9/+135
2009-11-17cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not access removed node.Jan Hubicka1-1/+1
2009-11-16cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.Jan Hubicka1-1/+5
2009-11-16cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka1-1/+3
2009-10-09cgraph.c (cgraph_create_edge): Check for NULL call_stmt before calling stmt_c...Richard Guenther1-4/+5
2009-10-07cgraph.c (cgraph_node_can_be_local): Handle externally visible nodes correctly.Jan Hubicka1-1/+2
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-0/+2
2009-10-03Merge lto branch into trunk.Diego Novillo1-7/+16
2009-10-01cgraph.c (cgraph_clone_node): Add redirect_callers parameter.Jan Hubicka1-11/+14
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+7
2009-09-03[multiple changes]Diego Novillo1-3/+27
2009-08-31Emit DWARF for template parameters (PR debug/30161)Dodji Seketeli1-0/+23
2009-07-29cgraph.c (cgraph_set_call_stmt_including_clones): Tidy.Richard Henderson1-15/+24
2009-07-20cgraph.h (combined_args_to_skip): New field.Jan Hubicka1-0/+25
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-0/+3
2009-06-15cgraph.c (cgraph_make_node_local): Use DECL_COMDAT_GROUP.Rafael Avila de Espindola1-1/+1
2009-06-15cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola1-1/+1
2009-06-10cgraph.c (cgraph_node_can_be_local_p): New function.Martin Jambor1-0/+28