summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/rsandifo2013-09-281-10/+10
* * cgraph.c (cgraph_resolve_speculation): Use semantical equivalencyhubicka2013-09-251-1/+3
* * cgraph.c (cgraph_create_edge_1): Avoid uninitialized readhubicka2013-09-191-2/+2
* 2013-09-17 Bernd Edlinger <bernd.edlinger@hotmail.de>edlinger2013-09-171-0/+2
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* 2013-09-05 Martin Jambor <mjambor@suse.cz>jamborm2013-09-051-1/+1
* * Makefile.in: Add ipa-profile.ohubicka2013-09-011-125/+0
* * cgraph.c (cgraph_get_body): Update call of lto_input_function_body.hubicka2013-08-311-1/+1
* * cgraph.c (cgraph_speculative_call_info): Fix ref lookuphubicka2013-08-311-1/+1
* * cgraph.c (cgraph_function_body_availability): Handle weakrefhubicka2013-08-301-0/+2
* * lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.hubicka2013-08-301-1/+4
* * cgraph.c (cgraph_propagate_frequency): Do not assume that virtualhubicka2013-08-261-1/+4
* * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Fix formatting;hubicka2013-08-261-14/+30
* * cgraph.c (cgraph_speculative_call_info): Fix parameter order and formating;hubicka2013-08-261-6/+15
* * cgraph.c (cgraph_turn_edge_to_speculative):hubicka2013-08-251-2/+2
* * cgraph.c (cgraph_turn_edge_to_speculative): Mark target nodehubicka2013-08-231-0/+1
* PR bootstrap/58186hubicka2013-08-201-2/+6
* * Makeifle-in (ipa-devirt.o): New.hubicka2013-08-191-4/+8
* * cgraph.c (cgraph_create_indirect_edge): Discoverhubicka2013-08-181-0/+18
* * cgraph.c (cgraph_turn_edge_to_speculative): Return newlyhubicka2013-08-131-12/+36
* * cgraph.c (cgraph_create_edge_1): Clear speculative flag.hubicka2013-08-101-0/+1
* * cgraph.c (cgraph_resolve_speculation): Cut frequency tohubicka2013-08-091-0/+5
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-10/+272
* * cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.hubicka2013-08-081-45/+65
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-0/+40
* PR lto/57602hubicka2013-08-051-1/+1
* * cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.hubicka2013-08-021-1/+0
* * cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.hubicka2013-08-011-2/+2
* * cgraph.c (release_function_body): Break out from ...hubicka2013-07-251-12/+27
* * lto-symtab.c (lto_cgraph_replace_node): Release function body.hubicka2013-07-251-9/+12
* 2013-06-15 Dehao Chen <dehao@google.com>dehao2013-06-151-2/+4
* * cgraph.c (verify_edge_corresponds_to_fndecl): Be lax abouthubicka2013-06-121-0/+2
* * c-family/c-common.c (handle_alias_ifunc_attribute): Do not sethubicka2013-06-111-0/+2
* * class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_Phubicka2013-06-051-0/+5
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-19/+17
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-19/+47
* 2013-05-21 Richard Biener <rguenther@suse.de>rguenth2013-05-211-0/+1
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross modulehubicka2013-05-171-1/+1
* 2013-05-15 Martin Jambor <mjambor@suse.cz>jamborm2013-05-151-4/+5
* 2013-05-13 Martin Jambor <mjambor@suse.cz>jamborm2013-05-131-1/+8
* PR lto/54095hubicka2013-05-081-0/+2
* * bb-reorder.c (fix_crossing_unconditional_branches): Remove asteven2013-04-051-1/+5
* * cgraph.h (cgraph_get_create_real_symbol_node): Declare.hubicka2013-03-171-0/+43
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * cgraph.c (verify_cgraph_node): Don't allocate/free visited_nodes set.steven2012-12-271-4/+0
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-11/+8
* 2012-11-13 Sriraman Tallam <tmsriram@google.com>tmsriram2012-11-131-1/+1
* Handle null current_function_decl in cgraph_debug_gimple_stmtrth2012-11-061-0/+9
* Function Multiversioningtmsriram2012-11-061-0/+138