]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cgraph.c
* gimple.h: Remove all includes.
[thirdparty/gcc.git] / gcc / cgraph.c
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-21  dmalcolmReword comments that mention ENTRY_BLOCK_PTR and EXIT_B...
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  hubicka * cgraph.c (cgraph_create_indirect_edge): Use get_poly...
2013-11-18  rsandifogcc/ada/
2013-11-18  tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-13  jamborm2013-11-13 Martin Jambor <mjambor@suse.cz>
2013-11-11  marxinTime profiler introduced.
2013-10-31  dmalcolmAutomated part of renaming of symtab_node_base to symta...
2013-10-29  dmalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-24  tmsriram2013-08-24 Sriraman Tallam <tmsriram@google.com>
2013-10-24  law PR ipa/58712
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-10-18  amacleod * tree-ssa.h: Don't include gimple-low.h, tree-ssa...
2013-09-28  rsandifogcc/
2013-09-25  hubicka * cgraph.c (cgraph_resolve_speculation): Use semantica...
2013-09-19  hubicka * cgraph.c (cgraph_create_edge_1): Avoid uninitialized...
2013-09-17  edlinger2013-09-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-09-05  jamborm2013-09-05 Martin Jambor <mjambor@suse.cz>
2013-09-01  hubicka * Makefile.in: Add ipa-profile.o
2013-08-31  hubicka * cgraph.c (cgraph_get_body): Update call of lto_input...
2013-08-31  hubicka * cgraph.c (cgraph_speculative_call_info): Fix ref...
2013-08-30  hubicka * cgraph.c (cgraph_function_body_availability): Handle...
2013-08-30  hubicka * lto-symtab.c (lto_cgraph_replace_node): Free decl_in...
2013-08-26  hubicka * cgraph.c (cgraph_propagate_frequency): Do not assume...
2013-08-26  hubicka * cgraph.c (cgraph_redirect_edge_call_stmt_to_callee...
2013-08-26  hubicka * cgraph.c (cgraph_speculative_call_info): Fix paramet...
2013-08-25  hubicka * cgraph.c (cgraph_turn_edge_to_speculative):
2013-08-23  hubicka * cgraph.c (cgraph_turn_edge_to_speculative): Mark...
2013-08-20  hubicka PR bootstrap/58186
2013-08-19  hubicka * Makeifle-in (ipa-devirt.o): New.
2013-08-18  hubicka * cgraph.c (cgraph_create_indirect_edge): Discover
2013-08-13  hubicka * cgraph.c (cgraph_turn_edge_to_speculative): Return...
2013-08-10  hubicka * cgraph.c (cgraph_create_edge_1): Clear speculative...
2013-08-09  hubicka * cgraph.c (cgraph_resolve_speculation): Cut frequency to
2013-08-09  hubicka * cgraphbuild.c (cgraph_rebuild_references): Rebuild...
2013-08-08  hubicka * cgraphbuild.c (build_cgraph_edges): Do not walk...
2013-08-06  hubicka * cgraph.c (cgraph_get_body): New function based on...
2013-08-05  hubicka PR lto/57602
2013-08-02  hubicka * cgraph.c (cgraph_function_body_availability): Do...
2013-08-01  hubicka * cgraph.c (cgraph_release_function_body): Use used_as...
2013-07-25  hubicka * cgraph.c (release_function_body): Break out from ...
2013-07-25  hubicka * lto-symtab.c (lto_cgraph_replace_node): Release...
2013-06-15  dehao2013-06-15 Dehao Chen <dehao@google.com>
2013-06-12  hubicka * cgraph.c (verify_edge_corresponds_to_fndecl): Be...
2013-06-11  hubicka * c-family/c-common.c (handle_alias_ifunc_attribute...
2013-06-05  hubicka * class.c (emit_register_classes_in_jcr_section):...
2013-06-01  hubicka * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1):...
2013-05-29  hubicka * cgraph.h (symtab_node_base): Add definition, alias...
2013-05-21  rguenth2013-05-21 Richard Biener <rguenther@suse.de>
2013-05-17  hubicka * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolv...
2013-05-15  jamborm2013-05-15 Martin Jambor <mjambor@suse.cz>
2013-05-13  jamborm2013-05-13 Martin Jambor <mjambor@suse.cz>
2013-05-08  hubicka PR lto/54095
2013-04-05  steven * bb-reorder.c (fix_crossing_unconditional_branches...
2013-03-17  hubicka * cgraph.h (cgraph_get_create_real_symbol_node): Declare.
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-27  steven * cgraph.c (verify_cgraph_node): Don't allocate/free...
2012-11-20  dnovilloIntroduce vNULL to use as a nil initializer for vec<>.
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-13  tmsriram2012-11-13 Sriraman Tallam <tmsriram@google.com>
2012-11-06  rthHandle null current_function_decl in cgraph_debug_gimpl...
2012-11-06  tmsriramFunction Multiversioning
2012-10-31  crowlThis patch implements generic type query and conversion...
2012-10-01  jasonreplaceo
2012-09-20  jamborm2012-09-20 Martin Jambor <mjambor@suse.cz>
2012-09-07  crowlModify gcc/*.[hc] double_int call sites to use the...
2012-07-16  stevengcc/
2012-07-11  stevengcc/
2012-05-31  steven * output.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-05-17  hubicka * lto-symtab.c (lto_symtab_resolve_symbols): Preffer...
2012-05-10  hubicka * cgraph.h (cgraph_remove_unreachable_nodes): Rename...
2012-05-08  hubicka * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
2012-04-30  uros PR middle-end/53136
2012-04-30  hubicka * cgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-25  hubicka * cgraphunit.c: Update toplevel comment.
2012-04-23  hubicka * lto-symtab.c (lto_cgraph_replace_node): Do not call
2012-04-22  hubicka * lto-symtab.c (lto_varpool_replace_node): Do not...
2012-04-20  hubicka * lto-symtab.c (lto_cgraph_replace_node): Merge needed...
2012-04-18  hubicka * lto-symtab.c (lto_cgraph_replace_node): Update.
2012-04-18  hubicka * cgraph.c (cgraph_node_name): Remove.
2012-04-17  hubicka * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
2012-04-16  hubicka * cgraph.h (symtab_node_base): Add next and previous...
2012-04-16  hubicka * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE,...
2012-04-14  hubicka * cgraph.h: Update copyrights;
2012-04-12  rguenth2012-04-12 Richard Guenther <rguenther@suse.de>
2012-04-10  hubicka * cgraph.h: Remove misledaing comment on ipa-ref.h.
2012-04-10  rguenth2012-04-10 Richard Guenther <rguenther@suse.de>
2012-04-10  rguenth2012-04-10 Richard Guenther <rguenther@suse.de>
2012-03-28  rguenth2012-03-28 Richard Guenther <rguenther@suse.de>
2012-03-22  hubicka PR middle-end/51737
2012-01-11  ebotcazou * tree.h (build_function_decl_skip_args): Add boolean...
2011-12-05  rguenth2011-12-05 Richard Guenther <rguenther@suse.de>
2011-12-01  rthPR middle-end/51273
2011-11-08  rguenth2011-11-08 Richard Guenther <rguenther@suse.de>
2011-11-08  aldyhMerge from transactional-memory branch.
2011-10-21  hubicka * cgraph.c (dump_cgraph_node): Dump alias flag.
next