summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+5
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-1/+5
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-9/+9
* Re-factor tree.h - Part 1.Diego Novillo2013-11-081-0/+79
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-70/+70
* Split symtab_node declarations onto multiple linesDavid Malcolm2013-10-301-2/+4
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-193/+193
* Convert symtab, cgraph and varpool nodes into a real class hierarchyDavid Malcolm2013-10-291-2/+2
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* re PR ipa/58329 (ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc...Jan Hubicka2013-09-171-0/+4
* re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka2013-09-061-2/+39
* lto-symtab.c (lto_symtab_merge_symbols): Add comments; merge duplicated nodes...Jan Hubicka2013-09-021-1/+2
* cgraph.c (cgraph_function_body_availability): Handle weakref correctly.Jan Hubicka2013-08-301-0/+14
* cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka2013-08-021-0/+84
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* ipa.c (cgraph_externally_visible_p, [...]): Local comdats are not externally ...Jan Hubicka2013-06-131-0/+11
* cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka2013-06-121-4/+7
* lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2013-06-121-1/+9
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-5/+10
* * symtab.c (symtab_resolve_alias): Do not remove alias attribute.Jan Hubicka2013-06-071-2/+0
* class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka2013-06-051-0/+2
* attr-alias.c: New testcase.Jan Hubicka2013-06-041-3/+48
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-11/+122
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-3/+51
* Jan Hubicka <jh@suse.cz>Jan Hubicka2013-05-091-17/+0
* re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka2013-05-091-10/+30
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-16/+17
* symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2012-09-191-7/+34
* lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka2012-09-101-0/+2
* re PR middle-end/53161 (ICE with weakref function and a function which takes ...Jan Hubicka2012-05-231-2/+4
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-0/+137
* re PR middle-end/53089 (gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coar...Jan Hubicka2012-04-251-0/+7
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-0/+5
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-0/+2
* * symtab.c (dump_symtab_base): Revert accidental checkin.Jan Hubicka2012-04-201-2/+0
* * symtab.c (dump_symtab_base): Fix dumping of asm lists.Jan Hubicka2012-04-201-3/+5
* symtab.c (dump_symtab_base): Use TREE_STRING_POINTER for dumping DECL_SECTION...Richard Guenther2012-04-191-1/+1
* cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka2012-04-181-0/+126
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-3/+3
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-0/+138
* cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka2012-04-171-0/+239
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-0/+97