aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-08re PR middle-end/40102 (Revision 147294 caused ICE: verify_cgraph_node)Jan Hubicka1-2/+3
2009-05-27* cgraph.c (dump_cgraph_node): Honor -fdump-noaddr.Alexandre Oliva1-3/+4
2009-05-25cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-5/+12
2009-05-15Revert the following patch until testsuite fallout is fixed:Jan Hubicka1-12/+5
2009-05-15cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-5/+12
2009-05-10cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.Jan Hubicka1-0/+11
2009-05-10re PR middle-end/40084 (Revision 147294 failed 483.xalancbmk in SPEC CPU 2006...Jan Hubicka1-30/+47
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-20/+317
2009-04-19cgraph.c (cgraph_create_edge, [...]): Set proper cfun.Jan Hubicka1-0/+6
2009-04-18cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka1-0/+4
2009-04-14[multiple changes]Rafael Avila de Espindola1-1/+2
2009-03-29cgraphbuild.c (build_cgraph_edges, [...]): Don't call initialize_inline_failed.Adam Nemet1-9/+23
2009-03-28cgraph.c (dump_cgraph_node): Add replace output flag by process.Jan Hubicka1-2/+2
2009-03-28Bring from lto-branch:Jan Hubicka1-5/+22
2009-03-28cgraph.c (cgraph_node, [...]): Remove master clone handling.Jan Hubicka1-33/+0
2009-03-28cgraph.c (cgraph_function_body_availability): Functions declared inline are a...Jan Hubicka1-9/+8
2008-11-16cgraph.c (cgraph_function_body_availability): Fix test of externally visible.Jan Hubicka1-1/+1
2008-11-12re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co...Dodji Seketeli1-1/+5
2008-09-25cgraph.c (free_nodes): New variable.Martin Jambor1-4/+25
2008-09-23cgraph.c (cgraph_free_edge): Use sizeof(*e).Martin Jambor1-5/+7
2008-09-13cgraph.c: Include value-prof.hJan Hubicka1-0/+4
2008-09-13cgraph.c (free_edges): New variable.Martin Jambor1-2/+44
2008-09-11cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_t...Jan Hubicka1-9/+22
2008-09-11re PR middle-end/37448 (cannot compile big function)Jan Hubicka1-4/+4
2008-09-03re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare....Jan Hubicka1-2/+2
2008-09-02re PR tree-optimization/37095 (Trouble with covariant return)Jakub Jelinek1-1/+15
2008-08-29cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka1-2/+4
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-0/+42
2008-08-18cgraph.c (cgraph_edge): Handle inconsistent counts when setting count_scale.Paul Yuan1-2/+7
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-28/+28
2008-07-29flags.h (flag_really_no_inline): Remove.Jan Hubicka1-1/+1