summaryrefslogtreecommitdiff
path: root/gcc/lto-symtab.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing white spaces.H.J. Lu2009-11-251-1/+1
* re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek2009-11-181-1/+35
* lto-symtab.c (lto_symtab_resolve_symbols): Always initialize the nodes.Rafael Avila de Espindola2009-11-171-6/+12
* lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther2009-10-221-12/+44
* lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener2009-10-221-49/+0
* lto-symtab.c (merge_incomplete_and_complete_type): Remove.Richard Guenther2009-10-161-77/+48
* lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther2009-10-141-394/+362
* re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz2009-10-081-2/+4
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-071-1/+4
* lto-symtab.c (lto_symtab_entry_hash): Hash strings, not pointers.Richard Guenther2009-10-061-1/+1
* re PR lto/40902 (LTO doesn't merge CV differences properly)Richard Guenther2009-10-051-209/+81
* re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther2009-10-051-281/+365
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+793