]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/cgraphunit.c
Daily bump.
[thirdparty/gcc.git] / gcc / cgraphunit.c
2014-09-10  jamborm2014-09-10 Martin Jambor <mjambor@suse.cz>
2014-08-25  marxinIPA C++ refactoring 4/N
2014-08-21  hubicka * tree-profile.c (tree_profiling): Skip external functions
2014-08-20  hubicka * cgraphunit.c (ipa_passes, compile): Reshedule
2014-08-19  mpolacek PR c/61271
2014-08-04  marxinIPA C++ refactoring 3/N
2014-08-02  tbsaundeadd a hash_set based on hash_table
2014-08-01  jgreenhalgh[Patch] Not very subtle fix for pr61510
2014-07-24  marxinIPA C++ refactoring fix.
2014-07-24  marxinIPA C++ refactoring 2/N
2014-07-24  marxinIPA C++ refactoring 1/N
2014-07-04  jakub PR middle-end/61654
2014-07-01  marxinIPA REF alias refactoring
2014-06-27  marxinFix for devirtualization dump functions
2014-06-25  marxinIPA REF refactoring
2014-06-08  hubicka * cgraphunit.c (assemble_thunks_and_aliases): Expand...
2014-06-04  marxinNew callgraph wrapper function creation added
2014-06-04  marxinEnhancement of call graph API
2014-05-28  jason PR c++/47202
2014-05-24  hubicka * tree-core.h (tree_decl_with_vis): Replace comdat_gro...
2014-05-20  davidxladd dbgcnt support for devirt
2014-05-17  tbsaundeuse templates instead of gengtype for typed allocation...
2014-05-09  tejohnson2014-05-09 Teresa Johnson <tejohnson@google.com>
2014-04-28  rsandifoMerge from trunk.
2014-04-28  rguenth2014-04-28 Richard Biener <rguenther@suse.de>
2014-04-24  mrsMerge in trunk.
2014-04-23  dmalcolmChange is-a.h to support typedefs of pointers
2014-02-10  mrsMerge in trunk.
2014-01-30  jason PR c++/59645
2014-01-03  mrsMerge in trunk.
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-13  mrsMerge in trunk.
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-12-04  rsandifoMerge with trunk.
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-22  rsandifoMerge with trunk.
2013-11-22  tbsaundeadd auto_vec
2013-11-21  rsandifoMerge with trunk.
2013-11-21  amacleod * gimplify.h (gimplify_hasher : typed_free_remove...
2013-11-20  rsandifoMerge from trunk.
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-19  rsandifoRemove tree_to_hwi.
2013-11-18  berndsRemove all_lto_gen_passes, replace with plain function...
2013-11-18  rsandifoMerge from trunk.
2013-11-18  tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-17  amacleod * gimple.h: Reorder prototypes to match .c declaration...
2013-11-16  mrsMerge in trunk.
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-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
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-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
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-09-04  mrsMerge in trunk.
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-13  mrsAdd wide-int branch.
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
next