summaryrefslogtreecommitdiff
path: root/gcc/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* 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