summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* ipa-inline.h (struct inline_summary): Move versionable flag...Martin Jambor2011-09-061-1/+4
* cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor2011-09-021-5/+1
* cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor2011-07-121-1/+0
* cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill2011-07-081-0/+1
* re PR middle-end/49596 (FAIL: gcc.dg/torture/pr43879_1.c)Richard Guenther2011-07-011-1/+2
* re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther2011-06-221-4/+4
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-3/+49
* cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka2011-06-131-14/+1
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-11/+43
* cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...Jan Hubicka2011-06-101-12/+62
* cgraph.h (cgraph_inline_failed_t): Give enum a nameJan Hubicka2011-05-311-1/+1
* cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka2011-05-081-1/+2
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-0/+73
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-031-30/+10
* cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor2011-04-301-1/+0
* cgraphunit.c (cgraph_preserve_function_body_p): Accept a cgraph node instead ...Martin Jambor2011-04-291-1/+1
* cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka2011-04-261-10/+5
* gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka2011-04-221-5/+0
* Remove cgraph pidXinliang David Li2011-04-221-5/+0
* cgraph.h (save_inline_function_body): Remove.Jan Hubicka2011-04-191-2/+0
* cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka2011-04-191-0/+1
* cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka2011-04-171-2/+0
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka2011-04-171-4/+0
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-22/+0
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-141-19/+0
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-1/+2
* re PR middle-end/47663 (Very simple wrapper not inlined)Richard Guenther2011-04-061-0/+15
* tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor2011-03-281-0/+1
* re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka2011-03-041-2/+2
* re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva2011-02-151-1/+1
* cgraph.c: Fix comment typos.Nathan Froyd2011-02-111-1/+1
* re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek2011-02-031-1/+2
* re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka2011-01-261-0/+4
* re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2011-01-031-6/+8
* re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2010-12-151-1/+4
* re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka2010-12-041-0/+3
* tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka2010-11-231-14/+0
* cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka2010-11-201-0/+2
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka2010-11-161-0/+12
* re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka2010-10-261-3/+6
* cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka2010-10-161-0/+4
* re PR rtl-optimization/45621 (ICE: verify_cgraph_node failed: inlined_to poin...Jan Hubicka2010-10-151-5/+2
* lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2010-09-241-14/+14
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-1/+1
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-0/+3
* re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jan Hubicka2010-08-211-13/+9
* cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka2010-07-081-0/+2
* cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.Jan Hubicka2010-07-051-2/+7
* cgraph.h (struct varpool_node): new used_from_object_file flag.Bingfeng Mei2010-06-281-0/+5
* cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka2010-06-091-2/+2