aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-19re PR bootstrap/42096 (lto.c:289:7: error: implicit declaration of function '...Rafael Avila de Espindola1-7/+26
2009-11-17lto-elf.c (lto_file_init): Add offset argument.Rafael Avila de Espindola1-5/+20
2009-11-16cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka1-3/+13
2009-11-12lto-plugin.c (write_resolution): Assume resolution_file is set.Rafael Avila de Espindola1-4/+6
2009-10-30re PR lto/41858 (-flto -O2 crashes when many source files.)Richard Guenther1-26/+26
2009-10-22lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther1-57/+9
2009-10-22lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener1-21/+0
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-0/+49
2009-10-16re PR lto/41715 (VIEW_CONVERT_EXPR use for mismatched prevailing decl replace...Richard Guenther1-9/+1
2009-10-14lto-symtab.c (lto_symtab_compatible): Fold in ...Richard Guenther1-1/+9
2009-10-09re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther1-1/+4
2009-10-08gimple.c (free_gimple_type_tables): New function.Richard Guenther1-0/+3
2009-10-07* lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.Joseph Myers1-0/+2
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-5/+12
2009-10-05re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther1-53/+12
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+2067