summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-1/+5
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionstbsaunde2013-11-181-9/+9
* Re-factor tree.h - Part 1.dnovillo2013-11-081-0/+79
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-70/+70
* Split symtab_node declarations onto multiple linesdmalcolm2013-10-301-2/+4
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-193/+193
* Convert symtab, cgraph and varpool nodes into a real class hierarchydmalcolm2013-10-291-2/+2
* * tree-outof-ssa.h: Remove include files.amacleod2013-10-291-0/+1
* PR middle-end/58329hubicka2013-09-171-0/+4
* PR middle-end/58094hubicka2013-09-061-2/+39
* * lto-symtab.c (lto_symtab_merge_symbols): Add comments; mergehubicka2013-09-021-1/+2
* * cgraph.c (cgraph_function_body_availability): Handle weakrefhubicka2013-08-301-0/+14
* * cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.hubicka2013-08-021-0/+84
* Fix typos.mrs2013-07-211-1/+1
* * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):hubicka2013-06-131-0/+11
* * cgraph.c (verify_edge_corresponds_to_fndecl): Be lax abouthubicka2013-06-121-4/+7
* * lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.hubicka2013-06-121-1/+9
* * c-family/c-common.c (handle_alias_ifunc_attribute): Do not sethubicka2013-06-111-5/+10
* * symtab.c (symtab_resolve_alias): Do not remove alias attribute.hubicka2013-06-071-2/+0
* * class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_Phubicka2013-06-051-0/+2
* * gcc.dg/tree-ssa/attr-alias.c: New testcase.hubicka2013-06-041-3/+48
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-11/+122
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-3/+51
* Jan Hubicka <jh@suse.cz>hubicka2013-05-091-17/+0
* PR lto/54095hubicka2013-05-091-10/+30
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* This patch implements generic type query and conversion functions,crowl2012-10-311-16/+17
* * symtab.c (insert_to_assembler_name_hash): Do not inserthubicka2012-09-191-7/+34
* * lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.hubicka2012-09-101-0/+2
* PR middle-end/53161hubicka2012-05-231-2/+4
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-0/+137
* PR middle-end/53089 hubicka2012-04-251-0/+7
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-0/+5
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-0/+2
* * symtab.c (dump_symtab_base): Revert accidental checkin.hubicka2012-04-201-2/+0
* * symtab.c (dump_symtab_base): Fix dumping of asm lists.hubicka2012-04-201-3/+5
* 2012-04-19 Richard Guenther <rguenther@suse.de>rguenth2012-04-191-1/+1
* * cgraph.h (verify_symtab, verify_symtab_node, verify_symtab_base):hubicka2012-04-181-0/+126
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-3/+3
* * cgraph.c (cgraph_node_name): Remove.hubicka2012-04-181-0/+138
* * cgraph.c (cgraph_hash, assembler_name_hash): Remove.hubicka2012-04-171-0/+239
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-0/+97