aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-05cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.Jan Hubicka1-8/+83
2010-07-04cgraphunit.c (init_cgraph): Only initialize dump file if it is not already in...Jan Hubicka1-0/+7
2010-07-03timevar.def (TV_OUT_OF_SSA, [...]): New timevars.Jan Hubicka1-4/+4
2010-06-13lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther1-1/+5
2010-06-09lto.c (lto_resolution_read): Pre-initialize local variable r.Kai Tietz1-1/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-4/+5
2010-06-04re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther1-0/+1
2010-05-30cgraph.h (cgraph_dump_file): Declare.Jan Hubicka1-0/+28
2010-05-29cgraph.h (struct varpool_node_set_def, [...]): Remove unused AUX pointer.Jan Hubicka1-145/+94
2010-05-28final.c (rest_of_clean_state): Use %m in errors instead of strerror (errno).Joseph Myers1-2/+1
2010-05-28lto-wrapper.c (run_gcc): With -save-temps generate a user-visible ltrans file...Richard Guenther1-177/+48
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2010-05-27re PR lto/44230 (Do not create need for multiple EH personalities)Eric Botcazou1-3/+31
2010-05-22gimple.c (gimple_types_compatible_p): Check type qualifications before mergin...Richard Guenther1-1/+2
2010-05-19ipareference2_0.c: New file.Jan Hubicka1-21/+102
2010-05-17cgraph.c (cgraph_create_virtual_clone): Only check versionable_function_p whe...Jan Hubicka1-4/+3
2010-05-17lto.c (lto_materialize_function): Announce function when reading body...Jan Hubicka1-19/+4
2010-05-12* lto.c (materialize_cgraph): Revert my previous patch.Jan Hubicka1-3/+0
2010-05-11lto.c (lto_fixup_decls): Remove global var decls freeing here.Jan Hubicka1-2/+3
2010-05-11lto-symtab.c (lto_symtab_free): New function.Jan Hubicka1-19/+12
2010-05-07lto-wrapper.c (DUMPBASE_SUFFIX): Define.Richard Biener1-186/+15
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-14/+24
2010-05-05lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka1-1/+1
2010-04-30lto.c (get_filename_for_set): Look for cgraph node and if none found, use def...Jan Hubicka1-44/+44
2010-04-30lto-cgraph.c (lto_output_varpool_node): Always output constant pool references.Jan Hubicka1-2/+6
2010-04-29gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka1-8/+36
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-199/+91
2010-04-26lto.c (lto_fixup_type): Deal with non-type TYPE_CONTEXT.Richard Guenther1-1/+7
2010-04-26lto.h (lto_elf_file_open): Rename prototype from this ...Dave Korn1-9/+9
2010-04-21timevar.def (TV_WHOPR_WPA_FIXUP): Remove.Jan Hubicka1-24/+0
2010-04-21tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka1-2/+37
2010-04-21lto.c (globalize_cross_file_statics): When function has address taken, it nee...Jan Hubicka1-1/+2
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-30/+12
2010-04-19opts.c (decode_options): Disable whpr incompatible passes.Jan Hubicka1-23/+8
2010-01-11lto.c (O_BINARY): Define.Andy Hutchinson1-1/+9
2010-01-03Pass -dumpbase and -dumpdir to gcc for LTOH.J. Lu1-3/+25
2009-12-15tree.c (free_lang_data_in_binfo): Do not free BINFO_OFFSET and BINFO_VPTR_FIELD.Richard Guenther1-1/+1
2009-12-11re PR lto/42037 ("grow domain error" in lto1)Richard Guenther1-1/+1
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