]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cgraphunit.c
PR tree-optimization/60902
[thirdparty/gcc.git] / gcc / cgraphunit.c
2014-01-30  jason PR c++/59645
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-23  jason PR c++/41090
2013-12-17  marxinTime profile-based function reordering (phase 2).
2013-12-06  olegendo * asan.c: Remove struct tags when referring to class...
2013-12-06  olegendo * cgraphunit.c: Remove struct tags when referring...
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  tbsaundeadd auto_vec
2013-11-21  amacleod * gimplify.h (gimplify_hasher : typed_free_remove...
2013-11-19  dmalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19  berndsSmall cleanups in cgraph.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-19  mpolacekconfig/
2013-11-18  berndsRemove all_lto_gen_passes, replace with plain function...
2013-11-18  tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-17  amacleod * gimple.h: Reorder prototypes to match .c declaration...
2013-11-14  amacleod * gimplify-be.h: New file. Add prototypes.
2013-11-13  amacleod * gimple-walk.h: New File. Relocate prototypes from...
2013-11-12  amacleod2013-11-12 Andrew MacLeod <amacleod@redhat.com>
2013-10-31  dmalcolmAutomated part of renaming of symtab_node_base to symta...
2013-10-30  dmalcolmSplit symtab_node declarations onto multiple lines
2013-10-29  dmalcolmAutogenerated fixes of "->symbol." to "->"
2013-10-23  amacleod * tree-ssa.h: Remove all #include's
2013-09-28  rsandifogcc/
2013-09-14  hubicka * tree-into-ssa.c (gate_into_ssa): New.
2013-09-12  amacleod * tree-ssa.h: New. Move content from tree-flow.h and
2013-09-10  paolo2013-09-10 Jan Hubicka <jh@suse.cz>
2013-09-08  hubicka * testsuite/g++.dg/ipa/devirt-11.C: Update template.
2013-09-07  hubicka * cgraphunit.c (expand_thunk): Get body before touchin...
2013-09-05  hubicka * cgraphunit.c (walk_polymorphic_call_targets): Break...
2013-09-05  hubicka PR middle-end/58201
2013-08-23  hubicka * g++.dg/ipa/devirt-13.C: New testcase.
2013-08-22  hubicka * cgraphunit.c (analyze_functions) Use update_type_inh...
2013-08-19  hubicka * Makeifle-in (ipa-devirt.o): New.
2013-08-18  ebotcazou * cgraphunit.c (handle_alias_pairs): Reset the alias...
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-06  jamborm2013-08-06 Martin Jambor <mjambor@suse.cz>
2013-08-05  dmalcolmHandwritten part of conversion of passes to C++ classes
2013-08-03  hubicka * cgraphunit.c (add_new_function): Fix logic when...
2013-08-01  hubicka * cgraph.c (cgraph_release_function_body): Use used_as...
2013-07-30  dmalcolmIntroduce beginnings of a pass_manager class.
2013-07-21  mrsFix typos.
2013-06-19  hubicka * cgraph.h (const_value_known_p): Replace by ...
2013-06-18  rguenth2013-06-18 Richard Biener <rguenther@suse.de>
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-04  dje2013-06-04 Jan Hubicka <jh@suse.cz>
2013-06-01  hubicka PR middle-end/57366
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-17  hubicka * lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolv...
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-11-08  jakub PR debug/54499
2012-11-06  tmsriramFunction Multiversioning
2012-10-31  crowlThis patch implements generic type query and conversion...
2012-09-20  jamborm2012-09-20 Martin Jambor <mjambor@suse.cz>
2012-08-06  ccoutant2012-08-06 Cary Coutant <ccoutant@google.com>
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-08-02  rguenth2012-08-02 Richard Guenther <rguenther@suse.de>
2012-08-01  rguenth2012-08-01 Richard Guenther <rguenther@suse.de>
2012-07-27  rguenth2012-07-27 Marek Polacek <polacek@redhat.com>
2012-07-16  stevengcc/
2012-05-29  jsm28 * LANGUAGES: Fix typos.
2012-05-24  hubicka * tree.h (alias_diag_flags): Remove.
2012-05-22  rguenth2012-05-22 Richard Guenther <rguenther@suse.de>
2012-05-19  hubicka * cgraphunit.c (handle_alias_pairs): Declare; free...
2012-05-19  hubicka * cgraphunit.c (handle_alias_pairs): Cleanup; handle...
2012-05-18  hubicka * cgraphunit.c (varpool_finalize_decl): Allow external...
2012-05-17  hubicka * lto-symtab.c (lto_symtab_resolve_symbols): Preffer...
2012-05-15  rguenth2012-05-15 Richard Guenther <rguenther@suse.de>
2012-05-10  hubicka * cgraph.h (cgraph_remove_unreachable_nodes): Rename...
2012-05-09  hubicka * cgraphbuild.c (build_cgraph_edges): Do not finalize...
2012-05-08  hubicka * cgraph.c (cgraph_call_edge_duplication_hooks): Export.
2012-05-02  matz * coretypes.h (gimple_seq, const_gimple_seq): Typedef...
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-25  hubicka PR middle-end/53089
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 * cgraph.h (verify_symtab, verify_symtab_node, verify_...
2012-04-18  hubicka * lto-symtab.c (lto_cgraph_replace_node): Update.
2012-04-18  hubicka * cgraph.c (cgraph_node_name): 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  rguenth2012-04-10 Richard Guenther <rguenther@suse.de>
2012-04-10  rguenth2012-04-10 Richard Guenther <rguenther@suse.de>
2012-03-29  rguenth2012-03-29 Richard Guenther <rguenther@suse.de>
2012-02-16  jakub PR middle-end/51929
2012-02-16  jakub PR translation/52264
2012-02-10  rguenth2012-02-10 Richard Guenther <rguenther@suse.de>
2012-02-02  hubicka PR middle-end/51998
2012-01-24  jason PR c++/51812
2012-01-11  ebotcazou * tree.h (build_function_decl_skip_args): Add boolean...
2012-01-06  jakub PR target/47333
next