aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-01IPA REF alias refactoringMartin Liska1-2/+30
2014-06-25IPA REF refactoringMartin Liska1-10/+283
2014-06-24add hash_map classTrevor Saunders1-2/+3
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-0/+137
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-15/+0
2014-06-12symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-0/+15
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-4/+82
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-2/+105
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-8/+4
2014-06-08symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag; remove static ini...Jan Hubicka1-1/+4
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-2/+2
2014-05-26* symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag for variables.Jan Hubicka1-2/+6
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-108/+24
2014-05-20tree.h (DECL_ONE_ONLY): Return true only for externally visible symbols.Jan Hubicka1-8/+7
2014-05-19ipa.c (symtab_remove_unreachable_nodes): Remove symbol from comdat group if i...Jan Hubicka1-7/+25
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-22/+22
2014-03-21re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-0/+2
2014-03-18symtab.c (change_decl_assembler_name): Fix transparent alias chain construction.Ilya Enkovich1-1/+1
2014-02-07re PR ipa/59469 (LLVM build failure with gcc LTO)Jan Hubicka1-0/+51
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