aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-11re PR middle-end/42320 (link error with -flto (undefined reference to 'non-v...Richard Guenther1-1/+4
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-1/+35
2009-11-17lto-symtab.c (lto_symtab_resolve_symbols): Always initialize the nodes.Rafael Avila de Espindola1-6/+12
2009-10-22lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther1-12/+44
2009-10-22lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener1-49/+0
2009-10-16lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther1-77/+48
2009-10-14lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther1-394/+362
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-2/+4
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-1/+4
2009-10-06lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.Richard Guenther1-1/+1
2009-10-05re PR lto/40902 (LTO doesn't merge CV differences properly)Richard Guenther1-209/+81
2009-10-05re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther1-281/+365
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+793