aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-08don't ICE when section attribute is used on things in comdatsTrevor Saunders1-1/+2
2014-12-07symtab.c (symtab_node::equal_address_to): New function.Jan Hubicka1-0/+87
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+1
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-52/+28
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-0/+2
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka1-12/+18
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-53/+9
2014-08-25IPA C++ refactoring 4/NMartin Liska1-154/+120
2014-07-24IPA C++ refactoring 2/NMartin Liska1-3/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-420/+411
2014-07-16re PR c++/61623 (ICE: verify_symtab failed: Two symbols with same comdat_grou...Jason Merrill1-1/+2
2014-07-13cgraph.h (symtab_node): Add nonzero_address.Jan Hubicka1-0/+63
2014-07-07symtab.c: Include calls.hJan Hubicka1-0/+14
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