aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-22/+31
2008-07-26cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE.Jan Hubicka1-1/+1
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-12/+1
2008-07-23ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor1-0/+6
2008-07-20cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka1-1/+1
2008-07-13cgraph.c (assembler_name_hash): New static var.Jan Hubicka1-3/+72
2008-07-07cgraph.c (cgraph_edge_max_uid): New variable.Martin Jambor1-2/+216
2008-06-26alias.c (record_alias_subset, [...]): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-2/+3
2008-06-18cgraph.c (cgraph_add_new_function): When in expansion state, do lowering.Jan Hubicka1-0/+15
2008-06-17cgraph.c: Remove unneeded forward declarations of eq_node() and hash_node().Bernhard Fischer1-3/+0
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-3/+3
2008-05-07cgraph.c (dump_cgraph_node): Update.Jan Hubicka1-6/+7
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-1/+1
2008-01-30re PR middle-end/34969 (ICE with -fipa-cp -ffast-math)Jakub Jelinek1-1/+47
2007-11-02langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo1-2/+25
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-7/+20
2007-01-19Patch by Tomas Bily <tbily@suse.cz>Tomas Bily1-1/+5
2007-01-14tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka1-0/+1
2007-01-04cgraph.c (cgraph_release_function_body): New function.Jan Hubicka1-5/+22
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka1-0/+6