aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka1-125/+0
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-1/+1
2013-08-31* cgraph.c (cgraph_speculative_call_info): Fix ref lookupJan Hubicka1-1/+1
2013-08-30cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka1-0/+2
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka1-1/+4
2013-08-26cgraph.c (cgraph_propagate_frequency): Do not assume that virtual methods can...Jan Hubicka1-1/+4
2013-08-26cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting...Jan Hubicka1-14/+30
2013-08-26cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating; a...Jan Hubicka1-6/+15
2013-08-25cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.Jan Hubicka1-2/+2
2013-08-23cgraph.c (cgraph_turn_edge_to_speculative): Mark target node as having addres...Jan Hubicka1-0/+1
2013-08-20re PR bootstrap/58186 (LTO profiledbootstrap fails in stage feedback for fort...Jan Hubicka1-2/+6
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-4/+8
2013-08-18cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka1-0/+18
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-12/+36
2013-08-10* cgraph.c (cgraph_create_edge_1): Clear speculative flag.Jan Hubicka1-0/+1
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-0/+5
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-10/+272
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-45/+65
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-0/+40
2013-08-05re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...Jan Hubicka1-1/+1
2013-08-02cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka1-1/+0
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-2/+2
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-12/+27
2013-07-25lto-symtab.c (lto_cgraph_replace_node): Release function body.Jan Hubicka1-9/+12
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-2/+4
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka1-0/+2
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-0/+5
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-19/+17
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-19/+47
2013-05-21re PR tree-optimization/57330 (ICE: verify_gimple failed -O3 [tree-cfg.c:4792])Richard Biener1-0/+1
2013-05-17lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs.Jan Hubicka1-1/+1
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-4/+5
2013-05-13re PR middle-end/42371 (dead code not eliminated during folding with whole-pr...Martin Jambor1-1/+8
2013-05-08re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka1-0/+2
2013-04-05bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher1-1/+5
2013-03-17cgraph.h (cgraph_get_create_real_symbol_node): Declare.Jan Hubicka1-0/+43
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-27* cgraph.c (verify_cgraph_node): Don't allocate/free visited_nodes set.Steven Bosscher1-4/+0
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-11/+8
2012-11-13cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...Sriraman Tallam1-1/+1
2012-11-06Handle null current_function_decl in cgraph_debug_gimple_stmtAldy Hernandez1-0/+9
2012-11-06Function MultiversioningSriraman Tallam1-0/+138
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-5/+8
2012-10-01replaceoJason Merrill1-1/+1
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-3/+0
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-3/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+5
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-2/+2