aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2009-10-22lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther2-57/+17
2009-10-22lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener2-21/+7
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2-0/+54
2009-10-16re PR lto/41715 (VIEW_CONVERT_EXPR use for mismatched prevailing decl replace...Richard Guenther2-9/+6
2009-10-14lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther2-1/+15
2009-10-09re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther3-3/+25
2009-10-08lto-elf.c (init_shdr##BITS, [...]): Remove trailing "." from diagnostics.Joseph Myers3-10/+18
2009-10-08gimple.c (free_gimple_type_tables): New function.Richard Guenther2-0/+8
2009-10-07* lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.Joseph Myers2-0/+6
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2-5/+17
2009-10-05re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther2-53/+20
2009-10-03Merge lto branch into trunk.Diego Novillo12-0/+6861