aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-12cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor1-26/+3
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-0/+25
2011-06-14cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM...Jan Hubicka1-1/+1
2011-06-13cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka1-4/+40
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-112/+68
2011-06-10cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka1-0/+6
2011-06-10cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...Jan Hubicka1-76/+225
2011-06-06re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek1-4/+8
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-4/+13
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-16/+30
2011-05-02varasm.c (output_constructor_regular_field): Compute zero-based index with do...Richard Guenther1-2/+3
2011-04-30cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor flags.Jan Hubicka1-0/+2
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-32/+18
2011-04-22Remove cgraph pidXinliang David Li1-6/+1
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-1/+0
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-29/+1
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-16/+0
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-25/+39
2011-04-11cgraph.c (cgraph_local_info): Call cgraph_get_node instead of cgraph_node, ha...Martin Jambor1-5/+10
2011-04-06re PR middle-end/47663 (Very simple wrapper not inlined)Richard Guenther1-0/+4
2011-03-28tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor1-2/+4
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka1-10/+11
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-16/+16
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-0/+2
2011-01-03re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-6/+16
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-5/+16
2010-12-04re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka1-0/+1
2010-11-26re PR tree-optimization/46560 (libstdc++ execute FAILs with -flto)Richard Guenther1-0/+3
2010-11-20cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka1-0/+16
2010-11-10re PR tree-optimization/46228 (code produced for STL container is worse in 4....Jan Hubicka1-1/+1
2010-10-26re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka1-30/+46
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-12/+7
2010-10-16cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka1-20/+66
2010-10-15re PR rtl-optimization/45621 (ICE: verify_cgraph_node failed: inlined_to poin...Jan Hubicka1-3/+12
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-16/+51
2010-08-21re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jan Hubicka1-0/+27
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-15cgraph.c: Include lto-streamer.hJan Hubicka1-10/+68
2010-07-08cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka1-0/+25
2010-07-08ipa.c: Include pointer-set.hJan Hubicka1-6/+7
2010-07-06lto-symtab.c (lto_cgraph_replace_node): Handle aliases.Jan Hubicka1-0/+23
2010-06-29re PR tree-optimization/43801 (error: function causes a section type conflict...Jakub Jelinek1-0/+2
2010-06-28cgraph.h (struct varpool_node): new used_from_object_file flag.Bingfeng Mei1-0/+4
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-4/+4
2010-06-07cgraph.c (cgraph_edge_cannot_lead_to_return): Also check if caller is noreturn.Jan Hubicka1-0/+2
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