aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-08cgraph.h (varpool_node_hook, [...]): Declare.Jan Hubicka1-0/+8
2013-09-06re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-0/+1
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka1-1/+0
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-1/+14
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-0/+4
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-0/+2
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-3/+30
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-0/+1
2013-08-03cgraphunit.c (add_new_function): Fix logic when adding from late IPA pass.Jan Hubicka1-0/+1
2013-08-02cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka1-0/+6
2013-08-01cgraph.h (release_function_body): Declare.Jan Hubicka1-0/+1
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-3/+3
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-25re PR middle-end/57670 (Member-pointer calls should not be redirected to buil...Martin Jambor1-0/+2
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-1/+1
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-1/+1
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka1-0/+2
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-0/+1
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-0/+2
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-3/+7
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-15/+30
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-128/+87
2013-05-24re PR tree-optimization/57294 (ice in remove_described_reference)Martin Jambor1-0/+1
2013-05-08re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka1-0/+2
2013-04-09ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka1-1/+1
2013-03-17cgraph.h (cgraph_get_create_real_symbol_node): Declare.Jan Hubicka1-0/+1
2013-01-17re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa...Martin Jambor1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-22re PR lto/54728 (ICE in input_gimple_stmt, at gimple-streamer-in.c:254)Jan Hubicka1-6/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-39/+20
2012-11-06Function MultiversioningSriraman Tallam1-0/+46
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-55/+59
2012-09-28cgraph.h (symtab_node_base): Re-order and pack fields.Richard Guenther1-19/+27
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-0/+25
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-0/+4
2012-08-09cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor1-3/+11
2012-06-26re PR lto/53572 (Some public symbols don't get to serialized LTO)Jan Hubicka1-1/+2
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-3/+4
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-1/+1
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-0/+1
2012-05-08cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka1-25/+31
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-14/+14
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-29/+33
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-12/+0
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-43/+54
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-14/+9
2012-04-18cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka1-0/+3
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-6/+2
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-2/+35