aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2011-11-14sw-1.c: Force rep;movsb.Zolotukhin Michael1-0/+2
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+20
2011-09-06ipa-inline.h (struct inline_summary): Move versionable flag...Martin Jambor1-1/+4
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-5/+1
2011-07-12cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor1-1/+0
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-0/+1
2011-07-01re PR middle-end/49596 (FAIL: gcc.dg/torture/pr43879_1.c)Richard Guenther1-1/+2
2011-06-22re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther1-4/+4
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-3/+49
2011-06-13cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka1-14/+1
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-11/+43
2011-06-10cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...Jan Hubicka1-12/+62
2011-05-31cgraph.h (cgraph_inline_failed_t): Give enum a nameJan Hubicka1-1/+1
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-1/+2
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-0/+73
2011-05-03cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka1-30/+10
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-1/+0
2011-04-29cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph node instead ...Martin Jambor1-1/+1
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-10/+5
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-5/+0
2011-04-22Remove cgraph pidXinliang David Li1-5/+0
2011-04-19cgraph.h (save_inline_function_body): Remove.Jan Hubicka1-2/+0
2011-04-19cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka1-0/+1
2011-04-17cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka1-2/+0
2011-04-17re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka1-4/+0
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-22/+0
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-19/+0
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+2
2011-04-06re PR middle-end/47663 (Very simple wrapper not inlined)Richard Guenther1-0/+15
2011-03-28tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor1-0/+1
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka1-2/+2
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-1/+1
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-1/+1
2011-02-03re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek1-1/+2
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-0/+4
2011-01-03re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-6/+8
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-1/+4
2010-12-04re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka1-0/+3
2010-11-23tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka1-14/+0
2010-11-20cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka1-0/+2
2010-11-16cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka1-0/+12
2010-10-26re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka1-3/+6
2010-10-16cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka1-0/+4
2010-10-15re PR rtl-optimization/45621 (ICE: verify_cgraph_node failed: inlined_to poin...Jan Hubicka1-5/+2
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-14/+14
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-1/+1
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-0/+3
2010-08-21re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jan Hubicka1-13/+9
2010-07-08cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka1-0/+2
2010-07-05cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.Jan Hubicka1-2/+7