]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/symtab.c
IPA REF refactoring
[thirdparty/gcc.git] / gcc / symtab.c
2014-06-25  marxinIPA REF refactoring
2014-06-24  tbsaundeadd hash_map class
2014-06-20  hubicka * cgraph.h (struct symtab_node): Add field in_init_pri...
2014-06-16  hubicka Revert:
2014-06-12  hubicka * symtab.c (symtab_node::reset_section): New method.
2014-06-12  hubicka * symtab.c (section_hash): New hash.
2014-06-11  hubicka * varasm.c (set_implicit_section): New function.
2014-06-09  hubicka * symtab.c (dump_symtab_base): Update dumping.
2014-06-08  hubicka * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUA...
2014-05-28  jason PR c++/47202
2014-05-26  hubicka * symtab.c (symtab_nonoverwritable_alias): Copy READON...
2014-05-24  hubicka * tree-core.h (tree_decl_with_vis): Replace comdat_gro...
2014-05-20  hubicka * tree.h (DECL_ONE_ONLY): Return true only for externa...
2014-05-19  hubicka * ipa.c (symtab_remove_unreachable_nodes): Remove
2014-04-24  mrsMerge in trunk.
2014-04-23  dmalcolmChange is-a.h to support typedefs of pointers
2014-04-02  mrsMerge in trunk.
2014-03-21  jamborm2014-03-21 Martin Jambor <mjambor@suse.cz>
2014-03-18  kyukhingcc/
2014-02-10  mrsMerge in trunk.
2014-02-07  hubicka PR ipa/59469
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-23  jason PR c++/41090
2013-12-04  rsandifoMerge with trunk.
2013-11-22  amacleod * gimple.h: Remove all includes.
2013-11-20  rsandifoMerge from trunk.
2013-11-19  dnovilloFactor unrelated declarations out of tree.h.
2013-11-18  rsandifoMerge from trunk.
2013-11-18  tbsaunderemove nolonger needed {cgraph,varpool}_node_{,asm_...
2013-11-09  rsandifoMerge with trunk.
2013-11-08  dnovilloRe-factor tree.h - Part 1.
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-29  dmalcolmConvert symtab, cgraph and varpool nodes into a real...
2013-10-29  amacleod * tree-outof-ssa.h: Remove include files.
2013-09-20  mrsMerge in trunk.
2013-09-17  hubicka PR middle-end/58329
2013-09-06  hubicka PR middle-end/58094
2013-09-04  mrsMerge in trunk.
2013-09-02  hubicka * lto-symtab.c (lto_symtab_merge_symbols): Add comment...
2013-08-30  hubicka * cgraph.c (cgraph_function_body_availability): Handle...
2013-08-02  hubicka * cgraph.c (cgraph_function_body_availability): Do...
2013-07-21  mrsFix typos.
2013-06-13  hubicka * ipa.c (cgraph_externally_visible_p, varpool_external...
2013-06-12  hubicka * cgraph.c (verify_edge_corresponds_to_fndecl): Be...
2013-06-12  hubicka * lto-symtab.c (lto_symtab_merge_symbols): Populate...
2013-06-11  hubicka * c-family/c-common.c (handle_alias_ifunc_attribute...
2013-06-07  hubicka * symtab.c (symtab_resolve_alias): Do not remove alias...
2013-06-05  hubicka * class.c (emit_register_classes_in_jcr_section):...
2013-06-04  hubicka * gcc.dg/tree-ssa/attr-alias.c: New testcase.
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-09  hubicka Jan Hubicka <jh@suse.cz>
2013-05-09  hubicka PR lto/54095
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-10-31  crowlThis patch implements generic type query and conversion...
2012-09-19  hubicka * symtab.c (insert_to_assembler_name_hash): Do not...
2012-09-10  hubicka * lto-cgraph.c (compute_ltrans_boundary): Do not care...
2012-05-23  hubicka PR middle-end/53161
2012-04-30  hubicka * cgraph.c (ld_plugin_symbol_resolution_names): Move...
2012-04-25  hubicka PR middle-end/53089
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-20  hubicka * symtab.c (dump_symtab_base): Revert accidental checkin.
2012-04-20  hubicka * symtab.c (dump_symtab_base): Fix dumping of asm...
2012-04-19  rguenth2012-04-19 Richard Guenther <rguenther@suse.de>
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-17  hubicka * cgraph.c (cgraph_hash, assembler_name_hash): Remove.
2012-04-16  hubicka * cgraph.h (symtab_node_base): Add next and previous...