summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* IPA C++ refactoring 1/Nmarxin2014-07-241-420/+411
* PR c++/61623jason2014-07-171-1/+2
* * cgraph.h (symtab_node): Add nonzero_address.hubicka2014-07-131-0/+63
* * symtab.c: Include calls.hhubicka2014-07-071-0/+14
* IPA REF alias refactoringmarxin2014-07-011-2/+30
* IPA REF refactoringmarxin2014-06-251-10/+283
* add hash_map classtbsaunde2014-06-241-2/+3
* * cgraph.h (struct symtab_node): Add field in_init_priority_hashhubicka2014-06-201-0/+137
* Revert:hubicka2014-06-161-15/+0
* * symtab.c (symtab_node::reset_section): New method.hubicka2014-06-121-0/+15
* * symtab.c (section_hash): New hash.hubicka2014-06-121-4/+82
* * varasm.c (set_implicit_section): New function.hubicka2014-06-111-2/+105
* * symtab.c (dump_symtab_base): Update dumping.hubicka2014-06-091-8/+4
* * symtab.c (symtab_nonoverwritable_alias): Copy VIRTUAL flag;hubicka2014-06-081-1/+4
* PR c++/47202jason2014-05-281-2/+2
* * symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag for variables.hubicka2014-05-261-2/+6
* * tree-core.h (tree_decl_with_vis): Replace comdat_group byhubicka2014-05-241-108/+24
* * tree.h (DECL_ONE_ONLY): Return true only for externally visiblehubicka2014-05-201-8/+7
* * ipa.c (symtab_remove_unreachable_nodes): Removehubicka2014-05-191-7/+25
* Change is-a.h to support typedefs of pointersdmalcolm2014-04-231-22/+22
* 2014-03-21 Martin Jambor <mjambor@suse.cz>jamborm2014-03-211-0/+2
* gcc/kyukhin2014-03-181-1/+1
* PR ipa/59469hubicka2014-02-071-0/+51
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR c++/41090jason2013-12-231-0/+23
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+5
* 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