r218147 - in /trunk/gcc: ChangeLog cgraphunit.c...
iverbin@gcc.gnu.org
iverbin@gcc.gnu.org
Fri Nov 28 12:23:00 GMT 2014
Author: iverbin
Date: Fri Nov 28 12:23:55 2014
New Revision: 218147
URL: https://gcc.gnu.org/viewcvs?rev=218147&root=gcc&view=rev
Log:
gcc/
* cgraphunit.c (ipa_passes): Handle flag_generate_offload.
(symbol_table::compile): Set flag_generate_offload if there is something
to offload.
* common.opt (flag_generate_offload): New Variable declaration.
* dwarf2out.c (dwarf2out_finish): Handle flag_generate_offload.
* ipa-inline-analysis.c (inline_generate_summary): Do not skip if
flag_generate_offload is set.
* lto-streamer.c (gate_lto_out): Handle flag_generate_offload.
* passes.c (ipa_write_summaries): Do not skip if flag_generate_offload
is set.
* toplev.c (compile_file): Emit LTO marker if offload info has been
previously emitted. Do not emit lto_slim marker if
flag_generate_offload is without flag_generate_lto.
* tree.c (free_lang_data): Do not skip if flag_generate_offload is set.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraphunit.c
trunk/gcc/common.opt
trunk/gcc/dwarf2out.c
trunk/gcc/ipa-inline-analysis.c
trunk/gcc/lto-streamer.c
trunk/gcc/passes.c
trunk/gcc/toplev.c
trunk/gcc/tree.c
More information about the Gcc-cvs
mailing list