aboutsummaryrefslogtreecommitdiff
path: root/gcc/symtab.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-10lto-cgraph.c (compute_ltrans_boundary): Do not care about aliases.Jan Hubicka1-0/+2
2012-05-23re PR middle-end/53161 (ICE with weakref function and a function which takes ...Jan Hubicka1-2/+4
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-0/+137
2012-04-25re PR middle-end/53089 (gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coar...Jan Hubicka1-0/+7
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-0/+5
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-0/+2
2012-04-20* symtab.c (dump_symtab_base): Revert accidental checkin.Jan Hubicka1-2/+0
2012-04-20* symtab.c (dump_symtab_base): Fix dumping of asm lists.Jan Hubicka1-3/+5
2012-04-19symtab.c (dump_symtab_base): Use TREE_STRING_POINTER for dumping DECL_SECTION...Richard Guenther1-1/+1
2012-04-18cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka1-0/+126
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-3/+3
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-0/+138
2012-04-17cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka1-0/+239
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-0/+97