aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
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
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