aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-0/+23
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-1/+5
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-9/+9
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-0/+79
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-70/+70
2013-10-30Split symtab_node declarations onto multiple linesDavid Malcolm1-2/+4
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-193/+193
2013-10-29Convert symtab, cgraph and varpool nodes into a real class hierarchyDavid Malcolm1-2/+2
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-09-17re PR ipa/58329 (ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc...Jan Hubicka1-0/+4
2013-09-06re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-2/+39
2013-09-02lto-symtab.c (lto_symtab_merge_symbols): Add comments; merge duplicated nodes...Jan Hubicka1-1/+2
2013-08-30cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka1-0/+14
2013-08-02cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka1-0/+84
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-13ipa.c (cgraph_externally_visible_p, [...]): Local comdats are not externally ...Jan Hubicka1-0/+11
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka1-4/+7
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-1/+9
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-5/+10
2013-06-07* symtab.c (symtab_resolve_alias): Do not remove alias attribute.Jan Hubicka1-2/+0
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-0/+2
2013-06-04attr-alias.c: New testcase.Jan Hubicka1-3/+48
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-11/+122
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-3/+51
2013-05-09Jan Hubicka <jh@suse.cz>Jan Hubicka1-17/+0
2013-05-09re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka1-10/+30
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-16/+17
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-7/+34
2012-09-10lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka1-0/+2
2012-05-23re PR middle-end/53161 (ICE with weakref function and a function which takes ...Jan Hubicka1-2/+4
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-0/+137
2012-04-25re PR middle-end/53089 (gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coar...Jan Hubicka1-0/+7
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-0/+5
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-0/+2
2012-04-20* symtab.c (dump_symtab_base): Revert accidental checkin.Jan Hubicka1-2/+0
2012-04-20* symtab.c (dump_symtab_base): Fix dumping of asm lists.Jan Hubicka1-3/+5
2012-04-19symtab.c (dump_symtab_base): Use TREE_STRING_POINTER for dumping DECL_SECTION...Richard Guenther1-1/+1
2012-04-18cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka1-0/+126
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-3/+3
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-0/+138
2012-04-17cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka1-0/+239
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-0/+97