gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.
[gcc.git] / gcc / ChangeLog
1 2019-05-30 Jakub Jelinek <jakub@redhat.com>
2
3 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.
4 (gimplify_adjust_omp_clauses_1): Handle GOVD_CONDTEMP.
5 (gimplify_omp_for): If worksharing loop with lastprivate conditional
6 is nested inside of parallel region, add _condtemp_ clause to both.
7 * tree-nested.c (convert_nonlocal_omp_clauses,
8 convert_local_omp_clauses): Ignore OMP_CLAUSE__CONDTEMP_ instead of
9 assertion failure.
10 * omp-general.h (struct omp_for_data): Add have_pointer_condtemp
11 member.
12 * omp-general.c (omp_extract_for_data): Compute it.
13 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE__CONDTEMP_.
14 (lower_rec_input_clauses): Likewise.
15 (lower_lastprivate_conditional_clauses): If OMP_CLAUSE__CONDTEMP_
16 clause is already present, just add one further one after it.
17 (lower_lastprivate_clauses): Handle cond_ptr with array type.
18 (lower_send_shared_vars): Clear _condtemp_ vars.
19 (lower_omp_1) <case GIMPLE_ASSIGN>: Handle target data like critical
20 or section or taskgroup.
21 * omp-expand.c (determine_parallel_type): Disallow combining only if
22 first OMP_CLAUSE__CONDTEMP_ has pointer type. Disallow combining
23 of parallel sections if OMP_CLAUSE__CONDTEMP_ is present.
24 (expand_omp_for_generic, expand_omp_for_static_nochunk,
25 expand_omp_for_static_chunk, expand_omp_for): Use
26 fd->have_pointer_condtemp instead of fd->lastprivate_conditional to
27 determine if a special set of API routines are needed and if condtemp
28 needs to be initialized, while always initialize cond_var if
29 fd->lastprivate_conditional is non-zero.
30
31 2019-05-30 Bill Schmidt <wschmidt@linux.ibm.com>
32 Michael Meissner <meissner@linux.ibm.com>
33
34 * config/rs6000/constraints.md (eI): New constraint.
35 * config/rs6000/predicates.md (cint34_operand): New predicate.
36 * config/rs6000/rs6000.h (SIGNED_16BIT_OFFSET_P): New #define.
37 (SIGNED_34BIT_OFFSET_P): Likewise.
38 * doc/md.texi (eI): Document constraint.
39
40 2019-05-30 Sylvia Taylor <sylvia.taylor@arm.com>
41
42 * config/aarch64/aarch64-sve.md (*fabd<mode>3): New.
43
44 2019-05-30 Bill Schmidt <wschmidt@linux.ibm.com>
45 Michael Meissner <meissner@linux.ibm.com>
46
47 * rs6000-cpus.def (OTHER_FUSION_MASKS): New #define.
48 (ISA_3_0_MASKS_SERVER): Mask off OTHER_FUSION_MASKS.
49 (ISA_3_0_MASKS_IEEE): Remove OPTION_MASK_DIRECT_MOVE.
50 (ISA_FUTURE_MASKS_SERVER): Add OPTION_MASK_PREFIXED_ADDR.
51 (OTHER_FUTURE_MASKS): Likewise.
52 (POWERPC_MASKS): Likewise.
53 * rs6000.c (rs6000_option_override_internal): Error if -mpcrel is
54 specified without -mprefixed-addr or -mcpu=future. Error if
55 -mprefixed-addr is specified without -mcpu=future.
56 (rs6000_opt_masks): Add entry for prefixed-addr.
57 * rs6000.opt (mprefixed-addr): New option.
58
59 2019-05-30 Sam Tebbs <sam.tebbs@arm.com>
60
61 * aarch64/aarch64.c (aarch64_post_cfi_startproc): Add
62 cfun->is_thunk check.
63
64 2019-05-30 Jakub Jelinek <jakub@redhat.com>
65
66 * tree-predcom.c (is_inv_store_elimination_chain): Fix a typo - lenght
67 to length.
68
69 2019-05-30 Martin Liska <mliska@suse.cz>
70
71 * gdbinit.in: Fix 'ptc' command. Add trt
72 that prints TREE_TYPE($).
73
74 2019-05-29 Bill Schmidt <wschmidt@linux.ibm.com>
75 Alan Modra <amodra@gmail.com>
76
77 * config/rs6000/rs6000.c (rs6000_call_template_1): Handle pcrel
78 calls here...
79 (rs6000_indirect_call_template_1): ...and here.
80 (rs6000_pltseq_template): Handle plt_pcrel34. Rework tocsave,
81 plt16_ha, plt16_lo, mtctr indirect calls. Use
82 rs6000_pltseq_enum.
83 (rs6000_decl_ok_for_sibcall): New function.
84 (rs6000_function_ok_for_sibcall): Refactor.
85 (rs6000_longcall_ref): Use UNSPEC_PLT_PCREL when pcrel.
86 (rs6000_call_aix): Don't emit toc restore rtl for indirect calls
87 when pcrel. Reorganize.
88 (rs6000_sibcall_aix): Don't add r2 to function usage when pcrel.
89 * rs6000.h (rs6000_pltseq_enum): New enum.
90 * rs6000.md (UNSPEC_PLT_PCREL): New unspec.
91 (*pltseq_tocsave): Use rs6000_pltseq_enum.
92 (*pltseq_plt16_ha): Likewise.
93 (*pltseq_plt16_lo): Likewise.
94 (*pltseq_mtctr): Likewise.
95 (*pltseq_plt_pcrel): New insn.
96 (*call_local_aix): Handle @notoc calls.
97 (*call_value_local_aix): Likewise.
98 (*call_nonlocal_aix): Adjust lengths for pcrel calls.
99 (*call_value_nonlocal_aix): Likewise.
100 (*call_indirect_pcrel): New insn.
101 (*call_value_indirect_pcrel): Likewise.
102
103
104 2019-05-29 Uroš Bizjak <ubizjak@gmail.com>
105
106 * config/i386/sse.md (*save_multiple<mode>): Rename from
107 save_multiple<mode>.
108 (*restore_multiple<mode>): Rename from restore_multiple<mode>.
109 (*restore_multiple_and_return<mode>): Rename from
110 restore_multiple_and_return<mode>.
111 (*restore_multiple_leave_return<mode>): Rename from
112 restore_multiple_leave_return<mode>.
113
114 2019-05-29 Yoshinori Sato <ysato@users.sourceforge.jp>
115
116 * config.gcc (rx-*-linux*): New target.
117 * config/rx/elf.opt: New file.
118 * config/rx/linux.h: Likewise.
119 * config/rx/t-linux: Likewise.
120 * config/rx/rx.c (TARGET_SAVE_ACC_REGISTER): If not defined,
121 make it zero.
122 * config/rx/rx.h (ASM_APP_ON): Allow to be overridden.
123 (ASM_APP_OFF): Likewise.
124 * config/rx/rx.opt: Drop -msim and -mas100-syntax, they were
125 moved elsewhere.
126
127 2019-05-29 Jan Hubicka <jh@suse.cz>
128
129 * tree-ssa-alias.c (same_type_for_tbaa): Return ture if main
130 variants are pointer equivalent.
131
132 2019-05-29 Alejandro Martinez <alejandro.martinezvicente@arm.com>
133
134 * config/aarch64/aarch64-c.c: Added TARGET_SVE2.
135 * config/aarch64/aarch64-sve2.md: New file.
136 (<u>avg<mode>3_floor): New pattern.
137 (<u>avg<mode>3_ceil): Likewise.
138 (*<sur>h<addsub><mode>): Likewise.
139 * config/aarch64/aarch64.h: Added AARCH64_ISA_SVE2 and TARGET_SVE2.
140 * config/aarch64/aarch64.md: Include aarch64-sve2.md.
141
142 2019-05-29 Jakub Jelinek <jakub@redhat.com>
143
144 PR bootstrap/90543
145 * optc-save-gen.awk: In cl_optimization_print, use correct condition
146 for var_opt_string printing. In cl_optimization_print_diff, print
147 (null) instead of invoking undefined behavior if one of the
148 var_opt_string pointers is NULL and use && instead of first || in the
149 guarding condition. For var_target_other options, handle const char *
150 target variables similarly to const char * optimize node variables.
151
152 2019-05-29 Sam Tebbs <sam.tebbs@arm.com>
153
154 * config/aarch64/aarch64-builtins.c (aarch64_builtins): Add
155 AARCH64_PAUTH_BUILTIN_AUTIB1716 and AARCH64_PAUTH_BUILTIN_PACIB1716.
156 * config/aarch64/aarch64-builtins.c (aarch64_init_pauth_hint_builtins):
157 Add autib1716 and pacib1716 initialisation.
158 * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin): Add checks
159 for autib1716 and pacib1716.
160 * config/aarch64/aarch64-protos.h (aarch64_key_type,
161 aarch64_post_cfi_startproc): Define.
162 * config/aarch64/aarch64-protos.h (aarch64_ra_sign_key): Define extern.
163 * config/aarch64/aarch64.c (aarch64_handle_standard_branch_protection,
164 aarch64_handle_pac_ret_protection): Set default sign key to A.
165 * config/aarch64/aarch64.c (aarch64_expand_epilogue,
166 aarch64_expand_prologue): Add check for b-key.
167 * config/aarch64/aarch64.c (aarch64_ra_sign_key,
168 aarch64_post_cfi_startproc, aarch64_handle_pac_ret_b_key): Define.
169 * config/aarch64/aarch64.h (TARGET_ASM_POST_CFI_STARTPROC): Define.
170 * config/aarch64/aarch64.c (aarch64_pac_ret_subtypes): Add "b-key".
171 * config/aarch64/aarch64.md (unspec): Add UNSPEC_AUTIA1716,
172 UNSPEC_AUTIB1716, UNSPEC_AUTIASP, UNSPEC_AUTIBSP, UNSPEC_PACIA1716,
173 UNSPEC_PACIB1716, UNSPEC_PACIASP, UNSPEC_PACIBSP.
174 * config/aarch64/aarch64.md (do_return): Add check for b-key.
175 * config/aarch64/aarch64.md (<pauth_mnem_prefix>sp): Replace
176 pauth_hint_num_a with pauth_hint_num.
177 * config/aarch64/aarch64.md (<pauth_mnem_prefix>1716): Replace
178 pauth_hint_num_a with pauth_hint_num.
179 * config/aarch64/aarch64.opt (msign-return-address=): Deprecate.
180 * config/aarch64/iterators.md (PAUTH_LR_SP): Add UNSPEC_AUTIASP,
181 UNSPEC_AUTIBSP, UNSPEC_PACIASP, UNSPEC_PACIBSP.
182 * config/aarch64/iterators.md (PAUTH_17_16): Add UNSPEC_AUTIA1716,
183 UNSPEC_AUTIB1716, UNSPEC_PACIA1716, UNSPEC_PACIB1716.
184 * config/aarch64/iterators.md (pauth_mnem_prefix): Add UNSPEC_AUTIA1716,
185 UNSPEC_AUTIB1716, UNSPEC_PACIA1716, UNSPEC_PACIB1716, UNSPEC_AUTIASP,
186 UNSPEC_AUTIBSP, UNSPEC_PACIASP, UNSPEC_PACIBSP.
187 * config/aarch64/iterators.md (pauth_hint_num_a): Replace
188 UNSPEC_PACI1716 and UNSPEC_AUTI1716 with UNSPEC_PACIA1716 and
189 UNSPEC_AUTIA1716 respectively.
190 * config/aarch64/iterators.md (pauth_hint_num_a): Rename to pauth_hint_num
191 and add UNSPEC_PACIBSP, UNSPEC_AUTIBSP, UNSPEC_PACIB1716, UNSPEC_AUTIB1716.
192 * doc/invoke.texi (-mbranch-protection): Add b-key type.
193 * config/aarch64/aarch64-bti-insert.c (aarch64_pac_insn_p): Rename
194 UNSPEC_PACISP to UNSPEC_PACIASP and UNSPEC_PACIBSP.
195
196 2019-05-29 Jakub Jelinek <jakub@redhat.com>
197
198 * gimplify.c (struct gimplify_omp_ctx): Add clauses member.
199 (gimplify_scan_omp_clauses): Initialize ctx->clauses.
200 (gimplify_adjust_omp_clauses_1): Transform lastprivate conditional
201 explicit clause on combined parallel into implicit shared clause.
202 (gimplify_adjust_omp_clauses): Move lastprivate conditional clause
203 and firstprivate if the decl has one too from combined parallel to
204 the worksharing construct.
205
206 2019-05-28 Bill Schmidt <wschmidt@linux.ibm.com>
207 Michael Meissner <meissner@linux.ibm.com>
208
209 * config/rs6000/rs6000-cpus.def (OTHER_FUTURES_MASK): New #define.
210
211 2019-05-28 Michael Meissner <meissner@linux.ibm.com>
212
213 * rtl.h (LABEL_REF_P): New #define.
214
215 2019-05-28 John David Anglin <danglin@gcc.gnu.org>
216
217 * config/pa/pa.c (hppa_profile_hook): Remove offset adjustment.
218
219 2019-05-28 Alejandro Martinez <alejandro.martinezvicente@arm.com>
220
221 * internal-fn.c: Marked mask_load_direct as vectorizable.
222 * tree-data-ref.c (data_ref_compare_tree): Fixed comment typo.
223 * tree-vect-data-refs.c (can_group_stmts_p): Allow masked loads to be
224 combined even if masks different with allow_slp_p param.
225 (vect_analyze_data_ref_accesses): Mark SLP only vectorizable groups.
226 * tree-vect-loop.c (vect_dissolve_slp_only_groups): New function to
227 dissolve SLP-only vectorizable groups when SLP has been discarded.
228 (vect_analyze_loop_2): Call vect_dissolve_slp_only_groups when needed.
229 * tree-vect-slp.c (vect_get_and_check_slp_defs): Check masked loads
230 masks.
231 (vect_build_slp_tree_1): Fixed comment typo.
232 (vect_build_slp_tree_2): Include masks from masked loads in SLP tree.
233 * tree-vect-stmts.c (vectorizable_load): Allow vectorizaion of masked
234 loads for SLP only.
235 * tree-vectorizer.h (_stmt_vec_info): Added flag for SLP-only
236 vectorizable.
237 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Likewise.
238
239 2019-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
240
241 * config/alpha/alpha.c [TARGET_ABI_OSF] (alpha_output_mi_thunk_osf):
242 Remove obsolete use_thunk reference.
243 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
244 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
245 * config/nios2/nios2.c (nios2_asm_output_mi_thunk): Likewise.
246 * config/or1k/or1k.c (or1k_output_mi_thunk): Likewise.
247 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
248 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
249 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
250 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
251 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
252
253 2019-05-28 Nathan Sidwell <nathan@acm.org>
254
255 * tree.h (IDENTIFIER_ANON_P): New.
256 (anon_aggrname_format, anon_aggname_p): Don't declare.
257 (make_anon_name): Declare.
258 * lto-streamer-out.c (DFS::DFS_write_tree_body): Use IDENTIFIER_ANON_P.
259 (hash_tree): Likewise.
260 * tree-streamer-out.c (write_ts_decl_minimal_tree): Likewise.
261 * tree.c (anon_aggrname_p, anon_aggrname_format): Delete.
262 (anon_cnt, make_anon_name): New.
263
264 2019-05-28 Martin Liska <mliska@suse.cz>
265
266 PR other/90315
267 * opts-global.c (decode_options): Print help for all
268 help_option_arguments.
269 * opts.c (print_help): Add new argument.
270 (common_handle_option): Remember all values into
271 help_option_arguments.
272 * opts.h (print_help): Add new argument.
273
274 2019-05-28 Martin Liska <mliska@suse.cz>
275
276 PR ipa/90555
277 * ipa-icf-gimple.c (func_checker::compare_loops): New function.
278 * ipa-icf-gimple.h (func_checker::compare_loops): Likewise.
279 (func_checker::compare_bb): Call compare_loops.
280
281 2019-05-27 Jakub Jelinek <jakub@redhat.com>
282
283 * gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional
284 on sections construct.
285 * omp-low.c (lower_lastprivate_conditional_clauses): Handle sections
286 construct.
287 (lower_omp_sections): Handle lastprivate conditional.
288 (lower_omp_1) <case GIMPLE_ASSIGN>: Handle sections construct with
289 lastprivate_conditional_map.
290 * omp-expand.c (expand_omp_sections): Handle lastprivate conditional.
291
292 * omp-low.c (lower_omp_1) <case GIMPLE_ASSIGN>: Look through ordered,
293 critical, taskgroup and section regions when looking for a region
294 with non-NULL lastprivate_conditional_map.
295
296 2019-05-27 Uroš Bizjak <ubizjak@gmail.com>
297
298 * config/i386/i386.c (ix86_gen_add3): Remove indirect function.
299 (*ix86_gen_sub3): Ditto.
300 (*ix86_gen_sub3_carry): Ditto.
301 (*ix86_gen_one_cmpl2): Ditto.
302 (*ix86_gen_andsp): Ditto.
303 (ix86_init_large_pic_reg): Use gen_add2_insn instead of ix86_gen_add3.
304 (gen_and2_insn): New static function.
305 (ix86_expand_prologue): Use gen_and2_insn instead of ix86_gen_andsp.
306 Use gen_add3_insn instead of ix86_gen_add3.
307 (ix86_expand_split_stack_prologue): Use gen_add2_insn
308 instead of ix86_gen_add3.
309 (legitimize_tls_address): Use gen_add2_insn instead of ix86_gen_add3.
310 Use gen_sub3_insn instead of ix86_gen_sub3.
311 * config/i386-expand.c (ix86_split_long_move): Use gen_add2_insn
312 instead of ix86_gen_add3.
313 (ix86_expand_strlensi_unroll_1): Use gen_add2_insn instead of
314 ix86_gen_add3. Use gen_sub3_insn instead of ix86_gen_sub3.
315 (construct_plt_address): Use gen_add2_insn instead of ix86_gen_add3.
316 * config/i386/i386-options.c (ix86_option_override_internal):
317 Do not initialize ix86_gen_add3, ix86_gen_sub3, ix86_gen_sub3_carry,
318 ix86_gen_one_cmpl2 and ix86_gen_andsp.
319
320 2019-05-27 Eric Botcazou <ebotcazou@adacore.com>
321
322 * dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index
323 and DW_OP_GNU_const_index opcodes.
324
325 2019-05-27 Uroš Bizjak <ubizjak@gmail.com>
326
327 * config/i386/i386.h (STACK_SIZE_MODE): Define.
328
329 2019-05-27 Richard Biener <rguenther@suse.de>
330
331 PR tree-optimization/90637
332 * tree-ssa-sink.c (statement_sink_location): Honor the
333 computed sink location for single-uses.
334
335 2019-05-27 Richard Biener <rguenther@suse.de>
336
337 PR middle-end/90610
338 * match.pd (vec_perm): Avoid clobbering op0 when not generating
339 a bit-insert.
340
341 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
342
343 * config/i386/i386.md (@sub<mode>3_carry): Rename
344 from sub<mode>3_carry.
345 (@leave_<mode>): New expander.
346 (*leave): Rename from leave.
347 (*leave_rex64): Rename from leave_rex64.
348 (@monitorx_<mode>): Rename from monitorx_<mode>.
349 (@clzero_<mode>): Rename from clzero_<mode>.
350 * config/i386/sse.md (@sse3_monitor_<mode>): Rename
351 from sse3_monitor_<mode>.
352 * config/i386/i386.c (ix86_gen_sub3_carry): Remove indirect function.
353 (*ix86_gen_leave): Ditto.
354 (*ix86_gen_monitor): Ditto.
355 (*ix86_gen_monitorx): Ditto.
356 (*ix86_gen_clzero): Ditto.
357 (ix86_emit_leave): Use gen_leave instead of ix86_gen_leave.
358 * config/i386/i386-expand.c (ix86_expand_strlensi_unroll_1):
359 Use gen_sub3_carry instead of ix86_gen_sub3_carry.
360 (ix86_expand_builtin) <case IX86_BUILTIN_MONITOR>:
361 Use gen_sse3_monitor instead of ix86_gen_monitor.
362 <case IX86_BUILTIN_MONITORX>: Use gen_monitorx
363 instead of ix86_gen_monitorx.
364 <case IX86_BUILTIN_CLZERO>: Use gen_clzero
365 instead of ix86_gen_clzero.
366 * config/i386/i386-options.c (ix86_option_override_internal):
367 Do not initialize ix86_gen_leave, ix86_gen_sub3_carry,
368 ix86_gen_monitor, ix86_gen_monitorx and ix86_gen_clzero.
369
370 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
371
372 * config/i386/i386.md (@tls_global_dynamic_64_<mode>):
373 Rename from tls_global_dynamic_64_<mode>.
374 (@tls_local_dynamic_base_64_<mode>): Rename from
375 tls_local_dynamic_base_64_<mode>.
376 * config/i386/i386.c (*ix86_gen_tls_global_dynamic_64):
377 Remove indirect function.
378 (*ix86_gen_tls_local_dynamic_base_64): Ditto.
379 (legitimize_tls_address): Use gen_tls_global_dynamic_64 function
380 instead of ix86_gen_tls_global_dynamic_64.
381 Use gen_tls_local_dynamic_base_64 instead of
382 ix86_gen_tls_local_dynamic_base_64.
383 * config/i386/i386-options.c (ix86_option_override_internal):
384 Do not initialize ix86_gen_tls_global_dynamic_64 and
385 ix86_gen_tls_local_dynamic_base_64.
386
387 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
388
389 * config/i386/i386.md (@pro_epilogue_adjust_stack_add_<mode>)
390 Rename from pro_epilogue_adjust_stack_<mode>_add.
391 (@pro_epilogue_adjust_stack_sub_<mode>)
392 Rename from pro_epilogue_adjust_stack_<mode>_sub.
393 (@allocate_stack_worker_probe_<mode>):
394 Rename from allocate_stack_worker_probe_<mode>.
395 (allocate_stack): Use gen_allocate_stack_worker_probe.
396 (probe_stack): Use gen_probe_stack_1.
397 (@probe_stack_1_<mode>): Rename from probe_stack_<mode>.
398 (@adjust_stack_and_probe_<mode>): Rename from
399 adjust_stack_and_probe<mode>.
400 (@probe_stack_range_<mode>): Rename from probe_stack_range<mode>.
401 (stack_protect_set): Use gen_stack_protect_set_1.
402 (@stack_protect_set_1_<mode>): Rename from stack_protect_set_<mode>.
403 (stack_protect_test): Use gen_stack_protect_test_1.
404 (@stack_protect_test_1_<mode>): Rename from stack_protect_test_<mode>.
405 * config/i386/i386.c (*ix86_gen_allocate_stack_worker):
406 Remove indirect function.
407 (*ix86_gen_adjust_stack_and_probe): Ditto.
408 (*ix86_gen_probe_stack_range): Ditto.
409 (pro_epilogue_adjust_stack): Use gen_pro_epilogue_adjust_stack_add
410 instead of gen_pro_epilogue_adjust_stack_{si,di}_add.
411 (ix86_adjust_stack_and_probe_stack_clash): Use
412 gen_adjust_stack_and_probe instead of ix86_gen_adjust_stack_and_probe.
413 (ix86_adjust_stack_and_probe): Ditto.
414 (ix86_emit_probe_stack_range): Use gen_probe_stack_range instead
415 of ix86_gen_probe_stack_range.
416 (ix86_expand_prologue): Use gen_pro_epilogue_adjust_stack_sub
417 instead of gen_pro_epilogue_adjust_stack_{si,di}_sub.
418 * config/i386/x86-tune-sched.c (ix86_macro_fusion_pair_p):
419 Include insn-opinit.h. Use code_for_stack_protect_test_1 instead of
420 CODE_FOR_stack_protect_test_{si,di}.
421 * config/i386/i386-options.c (ix86_option_override_internal):
422 Do not initialize ix86_gen_allocate_stack_worker,
423 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
424
425 2019-05-26 Gerald Pfeifer <gerald@pfeifer.com>
426
427 * doc/invoke.texi (Link Options): Many editorial changes around
428 -flinker-output.
429
430 2019-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
431
432 * doc/invoke.texi (x86 Options, -mvect8-ret-in-mem): Remove
433 pre-Solaris 11 referene and most Studio compiler details.
434
435 2019-05-24 John David Anglin <danglin@gcc.gnu.org>
436
437 PR target/90530
438 * config/pa/pa.c (pa_can_change_mode_class): Accept mode changes from
439 DImode to SImode in floating-point registers on 64-bit target.
440 * config/pa/pa.md (umulsidi3): Change nonimmediate_operand to
441 register_operand in xmpyu patterns.
442
443 2019-05-24 Jakub Jelinek <jakub@redhat.com>
444
445 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.
446 * tree.h (OMP_CLAUSE_DECL): Use OMP_CLAUSE__CONDTEMP_ instead of
447 OMP_CLAUSE__REDUCTEMP_.
448 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
449 OMP_CLAUSE__CONDTEMP_.
450 (walk_tree_1): Handle OMP_CLAUSE__CONDTEMP_.
451 * tree-pretty-print.c (dump_omp_clause): Likewise.
452 * tree-nested.c (convert_nonlocal_omp_clauses,
453 convert_local_omp_clauses): Likewise.
454 * gimplify.c (enum gimplify_omp_var_data): Use hexadecimal constants
455 instead of decimal. Add GOVD_LASTPRIVATE_CONDITIONAL.
456 (gimplify_scan_omp_clauses): Don't reject lastprivate conditional
457 on OMP_FOR.
458 (gimplify_omp_for): Warn and disable conditional modifier from
459 lastprivate on loop iterators.
460 * omp-general.h (struct omp_for_data): Add lastprivate_conditional
461 member.
462 * omp-general.c (omp_extract_for_data): Initialize it.
463 * omp-low.c (struct omp_context): Add lastprivate_conditional_map
464 member.
465 (delete_omp_context): Delete it.
466 (lower_lastprivate_conditional_clauses): New function.
467 (lower_lastprivate_clauses): Add BODY_P and CSTMT_LIST arguments,
468 handle lastprivate conditional clauses.
469 (lower_reduction_clauses): Add CLIST argument, emit it into
470 the critical section if any.
471 (lower_omp_sections): Adjust lower_lastprivate_clauses and
472 lower_reduction_clauses callers.
473 (lower_omp_for_lastprivate): Add CLIST argument, pass it through
474 to lower_lastprivate_clauses.
475 (lower_omp_for): Call lower_lastprivate_conditional_clauses, adjust
476 lower_omp_for_lastprivate and lower_reduction_clauses callers, emit
477 clist into a critical section if not emitted there already by
478 lower_reduction_clauses.
479 (lower_omp_taskreg, lower_omp_teams): Adjust lower_reduction_clauses
480 callers.
481 (lower_omp_1): Handle GIMPLE_ASSIGNs storing into lastprivate
482 conditional variables.
483 * omp-expand.c (determine_parallel_type): Punt if OMP_CLAUSE__CONDTEMP_
484 clause is present.
485 (expand_omp_for_generic, expand_omp_for_static_nochunk,
486 expand_omp_for_static_chunk): Handle lastprivate conditional.
487 (expand_omp_for): Handle fd.lastprivate_conditional like
488 fd.have_reductemp.
489
490 2019-05-24 Andrew Stubbs <ams@codesourcery.com>
491
492 * config/gcn/gcn-run.c (main): Set a non-zero return value if the
493 kernel does not exit cleanly.
494 * config/gcn/gcn.md (gcn_return): Insert s_waitcnt before s_dcache_wb.
495
496 2019-05-24 Jason Merrill <jason@redhat.com>
497
498 Revert:
499 * gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE.
500
501 2019-05-24 Richard Biener <rguenther@suse.de>
502
503 PR testsuite/90607
504 * tree-loop-distribution.c (struct partition): Add location
505 member.
506 (partition_alloc): Initialize all fields.
507 (generate_memset_builtin): Use the location recorded in the
508 partition for the generated call.
509 (generate_memcpy_builtin): Likewise.
510 (classify_partition): Record the location of a single store
511 as location for the partition.
512
513 2019-05-24 Andrew Stubbs <ams@codesourcery.com>
514
515 * config/gcn/gcn.c (gcn_expand_prologue): Use gen_addsi3_scalar_carry
516 for lo-part.
517
518 2019-05-24 Matthew Malcomson <matthew.malcomson@arm.com>
519
520 PR target/90588
521 * common/config/aarch64/aarch64-common.c
522 (aarch64_rewrite_selected_cpu): Change local temporary variable
523 type from unsigned long to uint64_t.
524 * config/aarch64/aarch64-protos.h (aarch64_parse_extension,
525 aarch64_get_extension_string_for_isa_flags): Change declaration to
526 match new definition by replacing unsigned long with uint64_t.
527
528 2019-05-24 Jakub Jelinek <jakub@redhat.com>
529
530 PR target/90568
531 * config/i386/x86-tune-sched.c (ix86_macro_funsion_pair_p): Call
532 gen_attr_type just once instead of 4-7 times. Formatting fixes.
533 Handle stack_protect_test_<mode> codegen similarly to corresponding
534 sub instruction.
535
536 2019-05-23 Iain Sandoe <iain@sandoe.co.uk>
537
538 * config/i386/darwin.h: Reject -mfentry*.
539 * doc/sourcebuild.texi: Document mfentry target support.
540
541 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
542
543 * config/rs6000/rs6000.c (rs6000_global_entry_point_needed_p):
544 Rename to rs6000_global_entry_point_prologue_needed_p. Return
545 false for PC-relative functions.
546 (rs6000_output_function_prologue): Change called function name to
547 rs6000_global_entry_point_prologue_needed_p. Emit ".localentry
548 name,1" for PC-relative functions.
549 (rs6000_elf_declare_function_name): Change called function name to
550 rs6000_global_entry_point_prologue_needed_p.
551
552 2019-05-23 Uroš Bizjak <ubizjak@gmail.com>
553
554 PR target/90552
555 * config/i386/i386.c (gen_rtx_cost):
556 Use ix86_tune_cost instead of ix86_cost.
557
558 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
559 Michael Meissner <meissner@linux.ibm.com>
560 Segher Boessenkool <segher@kernel.crashing.org>
561
562 * config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): Add
563 OPTION_MASK_PCREL.
564 (POWERPC_MASKS): Add OPTION_MASK_PCREL.
565 * config/rs6000/rs6000-protos.h (rs6000_pcrel_p): New prototype.
566 (rs6000_fndecl_pcrel_p): Likewise.
567 * config/rs6000/rs6000.c (rs6000_option_override_internal): Report
568 error if -mpcrel is requested without -mcpu=future.
569 (rs6000_opt_masks): Add entry for pcrel.
570 (rs6000_fndecl_pcrel_p): New function.
571 (rs6000_pcrel_p): Likewise.
572 * config/rs6000/rs6000.opt (mpcrel): New option.
573 * doc/invoke.texi: Document -mpcrel and -mno-pcrel.
574
575 2019-05-23 Jan Hubicka <jh@suse.cz>
576 Martin Liska <mliska@suse.cz>
577
578 PR tree-optimization/90576
579 * tree-ssa-alias.c (compare_sizes): Remove dead calls to
580 poly_int_tree_p.
581 (aliasing_component_refs_p): Fix three way size compare conditional;
582 give up earlier in case we can not decide on equivalence.
583
584 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
585 Michael Meissner <meissner@linux.ibm.com>
586 Segher Boessenkool <segher@kernel.crashing.org>
587
588 * config.gcc: Add future cpu.
589 * config/rs6000/driver-rs6000.c (asm_names): Add future cpu.
590 * config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): New
591 #define.
592 (POWERPC_MASKS): Add OPTION_MASK_FUTURE.
593 (RS6000_CPU): New instantiation for future cpu.
594 * config/rs6000/rs6000-opts.h (enum processor_type): Add
595 PROCESSOR_FUTURE.
596 * config/rs6000/rs6000-string.c (expand_compare_loop): Treat
597 PROCESSOR_FUTURE like PROCESSOR_POWER9 for now.
598 * config/rs6000/rs6000-tables.opt: Regenerate.
599 * config/rs6000/rs6000.c (rs6000_option_override_internal): Treat
600 PROCESSOR_FUTURE similarly to PROCESSOR_POWER9 for now.
601 (rs6000_machine_from_flags): Handle future cpu.
602 (rs6000_reassociation_width): Treat PROCESSOR_FUTURE like
603 PROCESSOR_POWER9 for now.
604 (rs6000_adjust_cost): Likewise.
605 (rs6000_issue_rate): Likewise.
606 (rs6000_register_move_cost): Likewise.
607 (rs6000_opt_masks): Add entry for future.
608 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add future cpu.
609 (MASK_FUTURE): New #define.
610 * config/rs6000/rs6000.md (define_attr "cpu"): Add future cpu.
611 * config/rs6000/rs6000.opt (mfuture): New target option.
612 * doc/invoke.texi (mcpu): Add future cpu.
613
614 2019-05-23 Martin Liska <mliska@suse.cz>
615
616 PR c++/90587
617 * tree-ssa-uninit.c (value_sat_pred_p): The result of &
618 operation points to a temporary (pointed via tree_to_wide_ref)
619 that is out of scope after the &.
620
621 2019-05-23 Jonathan Wakely <jwakely@redhat.com>
622
623 PR c++/90592
624 * doc/extend.texi (Function Names): Add missing word.
625
626 2019-05-23 Richard Biener <rguenther@suse.de>
627
628 PR tree-optimization/88440
629 * opts.c (default_options_table): Enable -ftree-loop-distribute-patterns
630 at -O[2s]+.
631 * tree-loop-distribution.c (generate_memset_builtin): Fold the
632 generated call.
633 (generate_memcpy_builtin): Likewise.
634 (distribute_loop): Pass in whether to only distribute patterns.
635 (prepare_perfect_loop_nest): Also allow size optimization.
636 (pass_loop_distribution::execute): When optimizing a loop
637 nest for size allow pattern replacement.
638
639 2019-05-23 Jakub Jelinek <jakub@redhat.com>
640
641 PR target/90568
642 * config/i386/i386.md (stack_protect_test_<mode>): Use sub instead
643 of xor.
644
645 2019-05-23 Martin Liska <mliska@suse.cz>
646
647 PR sanitizer/90570
648 * gimplify.c (gimplify_target_expr): Skip TREE_STATIC target
649 expression similarly to gimplify_decl_expr.
650
651 2019-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
652
653 * cse.c (cse_dump_path): s/dump_file/f.
654
655 2019-05-22 David Malcolm <dmalcolm@redhat.com>
656
657 PR c++/90462
658 * diagnostic-format-json.cc: Include "selftest.h".
659 (json_from_expanded_location): Only add "file" key for non-NULL
660 file strings.
661 (json_from_location_range): Don't add "start" and "finish"
662 children if they are UNKNOWN_LOCATION.
663 (selftest::test_unknown_location): New selftest.
664 (selftest::test_bad_endpoints): New selftest.
665 (selftest::diagnostic_format_json_cc_tests): New function.
666 * json.cc (json::object::get): New function.
667 (selftest::test_object_get): New selftest.
668 (selftest::json_cc_tests): Call it.
669 * json.h (json::object::get): New decl.
670 * selftest-run-tests.c (selftest::run_tests): Call
671 selftest::diagnostic_format_json_cc_tests.
672 * selftest.h (selftest::diagnostic_format_json_cc_tests): New
673 decl.
674
675 2019-05-22 Kwok Cheung Yeung <kcy@codesourcery.com>
676 Andrew Stubbs <amd@codesourcery.com>
677
678 * config.gcc (gcc_cv_initfini_array): Set for AMD GCN.
679 * config/gcn/gcn-run.c (init_array_kernel, fini_array_kernel): New.
680 (kernel): Rename to...
681 (main_kernel): ... this.
682 (load_image): Load _init_array and _fini_array kernels.
683 (run): Add argument for kernel to run.
684 (main): Run init_array_kernel before main_kernel, and
685 fini_array_kernel after.
686 * config/gcn/gcn.c (gcn_handle_amdgpu_hsa_kernel_attribute): Allow
687 amdgpu_hsa_kernel attribute on functions.
688 (gcn_disable_constructors): Delete.
689 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): Delete.
690 * config/gcn/crt0.c (size_t): Define.
691 (_init_array, _fini_array): New.
692 (__preinit_array_start, __preinit_array_end,
693 __init_array_start, __init_array_end,
694 __fini_array_start, __fini_array_end): Declare weak references.
695
696 2019-05-22 Andrew Stubbs <ams@codesourcery.com>
697
698 * config/gcn/gcn.c (gcn_trampoline_init): Call "sorry" on GCN5.
699
700 2019-05-22 Jason Merrill <jason@redhat.com>
701
702 * gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE.
703
704 2019-05-22 H.J. Lu <hongjiu.lu@intel.com>
705
706 PR target/88483
707 * config/i386/i386-options.c (ix86_init_machine_status): Set
708 stack_frame_required to true.
709 * config/i386/i386.c (ix86_get_frame_size): New function.
710 (ix86_frame_pointer_required): Replace get_frame_size with
711 ix86_get_frame_size.
712 (ix86_compute_frame_layout): Likewise.
713 (ix86_find_max_used_stack_alignment): Changed to void. Set
714 stack_frame_required.
715 (ix86_finalize_stack_frame_flags): Always call
716 ix86_find_max_used_stack_alignment. Replace get_frame_size with
717 ix86_get_frame_size.
718 * config/i386/i386.h (machine_function): Add stack_frame_required.
719
720 2019-05-22 Uroš Bizjak <ubizjak@gmail.com>
721
722 * config/i386/sse.md (sse_cvtpi2ps): Use TARGET_MMX in insn condition.
723
724 2019-05-22 Matthew Malcomson <matthew.malcomson@arm.com>
725
726 * common/config/aarch64/aarch64-common.c
727 (struct aarch64_option_extension, struct processor_name_to_arch,
728 struct arch_to_arch_name, aarch64_parse_extension, opt_ext_cmp,
729 aarch64_contains_opt,
730 aarch64_get_extension_string_for_isa_flags): Change type of
731 variables storing flags to uint64_t.
732 * config/aarch64/aarch64-option-extensions.def (sve2, sve2-sm4,
733 sve2-aes, sve2-sha3, bitperm): New optional SVE2 extension flags.
734 * config/aarch64/aarch64.c (struct processor,
735 aarch64_parse_arch, aarch64_parse_cpu, aarch64_validate_mcpu,
736 aarch64_validate_march, aarch64_override_options,
737 aarch64_option_print, aarch64_handle_attr_isa_flags,
738 aarch64_declare_function_name, aarch64_start_file): Make flag
739 variables uint64_t.
740 * config/aarch64/aarch64.h (AARCH64_FL_SVE2, AARCH64_FL_SVE2_AES,
741 AARCH64_FL_SVE2_SM4, AARCH64_FL_SVE2_SHA3,
742 AARCH64_FL_SVE2_BITPERM): New macro feature flags.
743 * config/aarch64/aarch64.opt (aarch64_isa_flags): Make uint64_t.
744 * config/aarch64/driver-aarch64.c
745 (struct aarch64_arch_extension, struct aarch64_core_data,
746 struct aarch64_arch_driver_info, host_detect_local_cpu): Make
747 flag variables uint64_t.
748 * doc/invoke.texi: Add documentation for new arguments.
749
750 2019-05-22 Richard Biener <rguenther@suse.de>
751
752 * alias.c (ao_ref_from_mem): Move stack-slot sharing
753 rewrite ...
754 * emit-rtl.c (set_mem_attributes_minus_bitpos): ... here.
755
756 2019-05-22 Martin Liska <mliska@suse.cz>
757
758 PR lto/90500
759 * doc/extend.texi: Document the change.
760
761 2019-05-22 Richard Biener <rguenther@suse.de>
762
763 PR tree-optimization/90450
764 * tree-ssa-loop-im.c (struct im_mem_ref): Add ref_decomposed.
765 (mem_ref_hasher::equal): Check it.
766 (mem_ref_alloc): Initialize it.
767 (gather_mem_refs_stmt): Set it.
768
769 2019-05-22 Richard Biener <rguenther@suse.de>
770
771 * gimple-fold.c (arith_code_with_undefined_signed_overflow):
772 Add ABS_EXPR.
773 (rewrite_to_defined_overflow): Handle rewriting ABS_EXPR
774 as ABSU_EXPR.
775
776 2019-05-22 Alan Modra <amodra@gmail.com>
777
778 * config/rs6000/rs6000.h (ASM_OPT_ANY): Define.
779 (ASM_CPU_SPEC): Conditionally add -many.
780 * config/rs6000/rs6000.c (rs6000_machine): New static var.
781 (rs6000_machine_from_flags, emit_asm_machine): New functions..
782 (rs6000_file_start): ..extracted from here, and modified to
783 test all ISA bits.
784 (rs6000_output_function_prologue): Emit .machine as necessary.
785 * testsuite/gcc.target/powerpc/ppc32-abi-dfp-1.c: Don't use
786 power mnemonics.
787 * testsuite/gcc.dg/vect/O3-pr70130.c: Disable default options
788 added by check_vect_support_and_set_flags.
789 * testsuite/gcc.dg/vect/pr48765.c: Likewise.
790 * testsuite/gfortran.dg/vect/pr45714-b.f: Likewise.
791
792 2019-05-22 Hans-Peter Nilsson <hp@axis.com>
793
794 PR middle-end/90553
795 * ira-lives.c (process_bb_node_lives): Consider defs
796 for a call insn to be die before the call, not after.
797
798 * function.c (assign_parm_setup_block): Raise alignment of
799 stacked parameter only for STRICT_ALIGNMENT targets.
800
801 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
802
803 * config/rs6000/constraints.md (define_register_constraint "wz"):
804 Delete.
805 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
806 RS6000_CONSTRAINT_wz.
807 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
808 (rs6000_init_hard_regno_mode_ok): Adjust.
809 * config/rs6000/rs6000.md: Replace "wz" constraint by "d" with "p7".
810 * doc/md.texi (Machine Constraints): Adjust.
811
812 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
813
814 * config/rs6000/constraints.md (define_register_constraint "wl"):
815 Delete.
816 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
817 RS6000_CONSTRAINT_wl.
818 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
819 (rs6000_init_hard_regno_mode_ok): Adjust.
820 * config/rs6000/rs6000.md: Replace "wl" constraint by "d" with "p6".
821 * doc/md.texi (Machine Constraints): Adjust.
822
823 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
824
825 * config/rs6000/constraints.md (define_register_constraint "wm"):
826 Delete.
827 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
828 RS6000_CONSTRAINT_wm.
829 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
830 (rs6000_init_hard_regno_mode_ok): Adjust.
831 * config/rs6000/vsx.md: Replace "wm" constraint by "wa" with "p8v".
832 * doc/md.texi (Machine Constraints): Adjust.
833
834 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
835
836 * config/rs6000/constraints.md (define_register_constraint "wk"):
837 Delete.
838 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
839 RS6000_CONSTRAINT_wk.
840 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
841 (rs6000_init_hard_regno_mode_ok): Adjust.
842 * config/rs6000/rs6000.md: Replace "wk" constraint by "ws" with "p8v".
843 * doc/md.texi (Machine Constraints): Adjust.
844
845 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
846
847 * config/rs6000/constraints.md (define_register_constraint "wj"):
848 Delete.
849 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
850 RS6000_CONSTRAINT_wj.
851 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
852 (rs6000_init_hard_regno_mode_ok): Adjust.
853 * config/rs6000/rs6000.md: Replace "wj" constraint by "wi" with "p8v".
854 (VS_64dm): Delete.
855 * config/rs6000/vsx.md: Ditto.
856 * doc/md.texi (Machine Constraints): Adjust.
857
858 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
859
860 * config/rs6000/constraints.md (define_register_constraint "wh"):
861 Delete.
862 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
863 RS6000_CONSTRAINT_wh.
864 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
865 (rs6000_init_hard_regno_mode_ok): Adjust.
866 * config/rs6000/rs6000.md: Replace "wh" constraint by "wa" with "p8v".
867 * doc/md.texi (Machine Constraints): Adjust.
868
869 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
870
871 PR target/90547
872 * config/i386/i386.md (anddi_1 to andsi_1_zext splitter):
873 Avoid calling gen_lowpart with CONST operand.
874
875 2019-05-21 Alexandre Oliva <aoliva@redhat.com>
876
877 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add
878 field template_last_to_copy.
879 (ssa_create_duplicates): Set it, and use it. Attempt to
880 preserve more debug stmts.
881
882 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
883
884 * config/i386/sse.md (VF1_AVX2): New mode iterator.
885 (signbit<mode>2): New expander
886
887 2019-05-21 James Clarke <jrtc27@jrtc27.com>
888
889 PR bootstrap/87338
890 * dwarf2out.c (dwarf2out_inline_entry): Use ASM_OUTPUT_DEBUG_LABEL
891 instead of ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_LABEL.
892
893 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
894
895 * config/i386/cpuid.h (__cpuid): For 32bit targets, zero
896 %ebx and %ecx bafore calling cpuid with leaf 1 or
897 non-constant leaf argument.
898
899 2019-05-21 Alan Modra <amodra@gmail.com>
900
901 PR target/90545
902 * config/rs6000/rs6000.c (rs6000_register_move_cost): Increase
903 power9 direct move cost.
904 * testsuite/gcc.target/powerpc/fold-vec-splats-floatdouble.c:
905 Correct comments and rename functions to suit parameters.
906
907 2019-05-21 Richard Biener <rguenther@suse.de>
908
909 PR middle-end/90510
910 * fold-const.c (fold_read_from_vector): New function.
911 * fold-const.h (fold_read_from_vector): Declare.
912 * match.pd (VEC_PERM_EXPR): Build BIT_INSERT_EXPRs for
913 single-element insert permutations. Canonicalize selector
914 further and fix issue with last commit.
915
916 2019-05-21 Vladislav Ivanishin <vlad@ispras.ru>
917
918 * tree-cfg.h (split_critical_edges): Add for_edge_insertion_p
919 parameter with default value false to declaration.
920 (split_edges_for_insertion): New inline function. Wrapper for
921 split_critical_edges with for_edge_insertion_p = true.
922 * tree-cfg.c (split_critical_edges): Don't split non-critical
923 edges if for_edge_insertion_p is false. Fix whitespace.
924 * tree-ssa-pre.c (pass_pre::execute): Call
925 split_edges_for_insertion instead of split_critical_edges.
926 * gcc/tree-ssa-tail-merge.c (tail_merge_optimize): Ditto.
927 * gcc/tree-ssa-sink.c (pass_sink_code::execute): Ditto.
928 (pass_data_sink_code): Update function name in the comment.
929
930 2019-05-21 Vladislav Ivanishin <vlad@ispras.ru>
931
932 * tree-ssa-uninit.c (value_sat_pred_p): This new function is a wrapper
933 around is_value_included_in that knows how to handle BIT_AND_EXPR.
934 (is_pred_expr_subset_of): Use the new function. Handle more cases where
935 code1 == EQ_EXPR and where code1 == BIT_AND_EXPR and thus fix some false
936 positives.
937
938 2019-05-21 Martin Liska <mliska@suse.cz>
939
940 * config/rs6000/driver-rs6000.c (elf_platform): Do not use
941 an extra newline.
942 * config/rs6000/rs6000-c.c (rs6000_pragma_longcal): Wrap pragma in %<%>.
943 (altivec_resolve_overloaded_builtin): Likewise for vec_lvsl and
944 vec_lvsr.
945 * config/rs6000/rs6000.c (rs6000_option_override_internal):
946 Quote a C type.
947 (rs6000_function_arg): Likewise.
948 (rs6000_expand_set_fpscr_drn_builtin): Remove trailing dot.
949 (rs6000_expand_ternop_builtin): Use interval syntax.
950 (get_element_number): Likewise.
951 (altivec_expand_builtin): Likewise.
952 (rs6000_get_function_versions_dispatcher): Quote target_clones.
953
954 Fix test-suite.
955
956 2019-05-20 Jakub Jelinek <jakub@redhat.com>
957
958 PR c++/59813
959 PR target/90418
960 * function.h (struct function): Add calls_eh_return member.
961 * gimplify.c (gimplify_call_expr): Set cfun->calls_eh_return when
962 gimplifying __builtin_eh_return call.
963 * tree-inline.c (initialize_cfun): Copy calls_eh_return from src_cfun
964 to cfun.
965 (expand_call_inline): Or in src_cfun->calls_eh_return into
966 dst_cfun->calls_eh_return.
967 * tree-tailcall.c (suitable_for_tail_call_opt_p): Return false if
968 cfun->calls_eh_return.
969 * lto-streamer-in.c (input_struct_function_base): Read calls_eh_return.
970 * lto-streamer-out.c (output_struct_function_base): Write
971 calls_eh_return.
972
973 2019-05-20 Marc Glisse <marc.glisse@inria.fr>
974
975 PR rtl-optimization/43147
976 * config/i386/i386.c (ix86_gimple_fold_builtin): Handle
977 IX86_BUILTIN_SHUFPD.
978
979 2019-05-20 Jan Hubicka <hubicka@ucw.cz>
980
981 * tree-ssa-alias.c (refs_may_alias_p_2): Break out from ...
982 (refs_may_alias_p_1): ... here; update stats.
983 (refs_may_alias_p): Do not update stats here.
984
985 2019-05-20 Richard Biener <rguenther@suse.de>
986
987 * tree-ssa-structalias.c (find_func_aliases): POINTER_DIFF_EXPR
988 doesn't produce pointers.
989 {TRUNC,CEIL,FLOOR,ROUND,EXACT}_{DIV,MOD}_EXPR points to what
990 the first operand points to.
991
992 2019-05-20 Jan Hubicka <hubicka@ucw.cz>
993
994 * tree-ssa-alias.c (compare_sizes): New function.
995 (sompare_type_sizes): New function
996 (aliasing_component_refs_p): Use it.
997 (indirect_ref_may_alias_decl_p): Likewise.
998
999 2019-05-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1000
1001 * config/i386/sol2.h (CC1_SPEC): Reject -mx32.
1002
1003 2019-05-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1004
1005 * config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e.
1006 (LIBLSAN_EARLY_SPEC): Likewise.
1007 * config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise.
1008
1009 2019-05-20 Martin Liska <mliska@suse.cz>
1010
1011 * config/i386/i386.c (ix86_libc_has_fast_function):
1012 Add ATTRIBUTE_UNUSED for the argument.
1013
1014 2019-05-20 Richard Biener <rguenther@suse.de>
1015
1016 * gimple-match-head.c: Include vec-perm-indices.h.
1017 * generic-match-head.c: Likewise.
1018 * fold-const.h (fold_vec_perm): Declare when vec-perm-indices.h
1019 is included.
1020 * fold-const.c (fold_vec_perm): Export.
1021 (fold_ternary_loc): Move non-constant folding of VEC_PERM_EXPR...
1022 (match.pd): ...here.
1023
1024 2019-05-20 Jakub Jelinek <jakub@redhat.com>
1025
1026 * cfgloop.h (struct loop): Add simdlen member.
1027 * cfgloopmanip.c (copy_loop_info): Copy simdlen as well.
1028 * omp-expand.c (expand_omp_simd): Set it if simdlen clause is present.
1029 * tree-vect-loop.c (vect_analyze_loop): Pass loop->simdlen != 0
1030 as new argument to autovectorize_vector_sizes target hook. If
1031 loop->simdlen, pick up vector size where the vectorization factor
1032 is equal to loop->simd, and if there is none, fall back to the first
1033 successful one.
1034 (vect_transform_loop): Adjust autovectorize_vector_sizes target hook
1035 caller.
1036 * omp-low.c (omp_clause_aligned_alignment): Likewise.
1037 * omp-general.c (omp_max_vf): Likewise.
1038 * optabs-query.c (can_vec_mask_load_store_p): Likewise.
1039 * tree-vect-slp.c (vect_slp_bb): Likewise.
1040 * target.def (autovectorize_vector_sizes): Add ALL argument and
1041 document it.
1042 * doc/tm.texi: Adjust documentation.
1043 * targhooks.c (default_autovectorize_vector_sizes): Add bool argument.
1044 * targhooks.h (default_autovectorize_vector_sizes): Likewise.
1045 * config/aarch64/aarch64.c (aarch64_autovectorize_vector_sizes): Add
1046 bool argument.
1047 * config/arc/arc.c (arc_autovectorize_vector_sizes): Likewise.
1048 * config/arm/arm.c (arm_autovectorize_vector_sizes): Likewise.
1049 * config/mips/mips.c (mips_autovectorize_vector_sizes): Likewise.
1050 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Likewise. If
1051 true and TARGET_AVX512F or TARGET_AVX, push 3 or 2 sizes even if
1052 preferred vector size is not 512-bit or 256-bit, just put those
1053 unpreferred ones last.
1054
1055 2019-05-20 Martin Liska <mliska@suse.cz>
1056
1057 * targhooks.c (default_libc_has_fast_function): New function.
1058 * targhooks.h (default_libc_has_fast_function): Likewise.
1059
1060 2019-05-20 Martin Liska <mliska@suse.cz>
1061
1062 PR middle-end/90263
1063 * builtins.c (expand_builtin_memory_copy_args): When having a
1064 target with fast mempcpy implementation do now use memcpy.
1065 * config/i386/i386.c (ix86_libc_has_fast_function): New.
1066 (TARGET_LIBC_HAS_FAST_FUNCTION): Likewise.
1067 * doc/tm.texi: Likewise.
1068 * doc/tm.texi.in: Likewise.
1069 * target.def:
1070 * expr.c (emit_block_move_hints): Add 2 new arguments.
1071 * expr.h (emit_block_move_hints): Bail out when libcall
1072 to memcpy would be used.
1073
1074 2019-05-20 Martin Liska <mliska@suse.cz>
1075
1076 * profile-count.c: Add vertical spacing in order
1077 to separate functions.
1078 * profile-count.h: Likewise.
1079
1080 2019-05-20 Martin Liska <mliska@suse.cz>
1081
1082 * profile-count.h: Do not use full qualified
1083 names if possible.
1084 * profile-count.c (profile_count::to_frequency): Likewise.
1085
1086 2019-05-20 Martin Liska <mliska@suse.cz>
1087
1088 * profile-count.h (enum profile_quality): Use capital letters
1089 for enum value names. Use the adjusted names.
1090 * profile-count.c: Use the adjusted names.
1091
1092 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
1093
1094 * config/rs6000/constraints.md (define_register_constraint "wH"):
1095 Delete.
1096 (define_register_constraint "wI"): Delete.
1097 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
1098 RS6000_CONSTRAINT_wH and RS6000_CONSTRAINT_wI.
1099 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
1100 (rs6000_init_hard_regno_mode_ok): Adjust.
1101 * config/rs6000/rs6000.md: Replace "wH" and "wI" constraints by "v"
1102 resp. "d", or with "wa" as appropriate, all with "p8v".
1103 * config/rs6000/vsx.md: Ditto.
1104 * doc/md.texi (Machine Constraints): Adjust.
1105
1106 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
1107
1108 * config/rs6000/constraints.md (define_register_constraint "wy"):
1109 Delete.
1110 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
1111 RS6000_CONSTRAINT_wy.
1112 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
1113 (rs6000_init_hard_regno_mode_ok): Adjust.
1114 * config/rs6000/rs6000.md: Replace "wy" constraint by "wa" with "p8v".
1115 Use "<Fisa>" as "isa" in all alternatives that use "<Fv2>".
1116 (define_mode_attr Fisa): New.
1117 * config/rs6000/vsx.md: Replace "wy" constraint by "wa" with "p8v".
1118 * doc/md.texi (Machine Constraints): Adjust.
1119
1120 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
1121
1122 * config/rs6000/constraints.md (define_register_constraint "wu"):
1123 Delete.
1124 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
1125 RS6000_CONSTRAINT_wu.
1126 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
1127 (rs6000_init_hard_regno_mode_ok): Adjust.
1128 * config/rs6000/rs6000.md: Replace "wu" constraint by "v" or "wa",
1129 both with "p8v".
1130 (define_mode_attr Fa): Delete.
1131 * config/rs6000/vsx.md: Ditto.
1132 * doc/md.texi (Machine Constraints): Adjust.
1133
1134 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
1135
1136 * config/rs6000/constraints.md (define_register_constraint "wJ"):
1137 Delete.
1138 (define_register_constraint "wK"): Delete.
1139 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
1140 RS6000_CONSTRAINT_wJ and RS6000_CONSTRAINT_wK.
1141 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
1142 (rs6000_init_hard_regno_mode_ok): Adjust.
1143 * config/rs6000/rs6000.md: Replace "wJ" constraint by "wI" with "p9v".
1144 Replace "wK" constraint by "wH" with "p9v".
1145 * config/rs6000/vsx.md: Ditto.
1146 * doc/md.texi (Machine Constraints): Adjust.
1147
1148 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
1149
1150 * config/rs6000/constraints.md (define_register_constraint "wb"):
1151 Delete.
1152 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
1153 RS6000_CONSTRAINT_wb.
1154 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
1155 (rs6000_init_hard_regno_mode_ok): Adjust.
1156 * config/rs6000/rs6000.md: Replace "wb" constraint by "v" with "p9v".
1157 * config/rs6000/vsx.md: Ditto.
1158 * doc/md.texi (Machine Constraints): Adjust.
1159
1160 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
1161
1162 * config/rs6000/constraints.md (define_register_constraint "wo"):
1163 Delete.
1164 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
1165 RS6000_CONSTRAINT_wo.
1166 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
1167 (rs6000_init_hard_regno_mode_ok): Adjust.
1168 * config/rs6000/rs6000.md: Replace "wo" constraint by "wa" with "p9v".
1169 * config/rs6000/altivec.md: Ditto.
1170 * doc/md.texi (Machine Constraints): Adjust.
1171
1172 2019-05-18 Iain Sandoe <iain@sandoe.co.uk>
1173
1174 * config/darwin-c.c (darwin_register_objc_includes): Do not
1175 prepend the sysroot when building gnu-runtime header search
1176 paths.
1177
1178 2019-05-18 Iain Sandoe <iain@sandoe.co.uk>
1179
1180 * config/darwin.c (darwin_file_end): Use switch_to_section ()
1181 instead of direct output of the asm.
1182
1183 2019-05-17 Segher Boessenkool <segher@kernel.crashing.org>
1184
1185 * config/rs6000/rs6000.c (restore_saved_cr): Change a boolean
1186 argument to be type bool (was int before).
1187 (rs6000_emit_epilogue): Simplify some code. Declare some variables
1188 at first use. Use type bool for some variables. Fix a theoretical
1189 eh_return bug for svr4.
1190
1191 2019-05-17 Segher Boessenkool <segher@kernel.crashing.org>
1192
1193 * config/rs6000/rs6000.md (isa): New attribute.
1194 (enabled): New attribute.
1195
1196 2019-05-17 Max Filippov <jcmvbkbc@gmail.com>
1197
1198 * config/aarch64/aarch64.c (aarch64_output_mi_thunk): Call
1199 assemble_start_function and assemble_end_function.
1200
1201 2019-05-17 Thomas Schwinge <thomas@codesourcery.com>
1202
1203 PR middle-end/89433
1204 * omp-general.c (oacc_verify_routine_clauses): Change formal
1205 parameters. Add checking if already marked with an OpenACC
1206 'routine' directive. Adjust all users.
1207
1208 PR middle-end/89433
1209 * omp-general.c (oacc_build_routine_dims): Move some of its
1210 processing into...
1211 (oacc_verify_routine_clauses): ... this new function.
1212 * omp-general.h (oacc_verify_routine_clauses): New prototype.
1213
1214 2019-05-17 Iain Sandoe <iain@sandoe.co.uk>
1215
1216 * config/rs6000/rs6000.c (machopic_output_stub): Adjust the
1217 formating of picbase labels to match other ports.
1218
1219 2019-05-17 Iain Sandoe <iain@sandoe.co.uk>
1220
1221 * config/rs6000/rs6000.c (macho_branch_islands): Fix bad indent
1222 in the generated code.
1223
1224 2019-05-16 Martin Sebor <msebor@redhat.com>
1225
1226 * builtins.c (expand_builtin_atomic_always_lock_free): Quote
1227 identifiers, keywords, operators, and types in diagnostics. Correct
1228 quoting, spelling, and sentence capitalization issues.
1229 (expand_builtin_atomic_is_lock_free): Same.
1230 (fold_builtin_next_arg): Same.
1231 * cfgexpand.c (expand_one_var): Same.
1232 (tree_conflicts_with_clobbers_p): Same.
1233 (expand_asm_stmt): Same.
1234 (verify_loop_structure): Same.
1235 * cgraphunit.c (process_function_and_variable_attributes): Same.
1236 * collect-utils.c (collect_execute): Same.
1237 * collect2.c (maybe_run_lto_and_relink): Same.
1238 (is_lto_object_file): Same.
1239 (scan_prog_file): Same.
1240 * convert.c (convert_to_real_1): Same.
1241 * dwarf2out.c (dwarf2out_begin_prologue): Same.
1242 * except.c (verify_eh_tree): Same.
1243 * gcc.c (execute): Same.
1244 (eval_spec_function): Same.
1245 (run_attempt): Same.
1246 (driver::set_up_specs): Same.
1247 (compare_debug_auxbase_opt_spec_function): Same.
1248 * gcov-tool.c (unlink_gcda_file): Same.
1249 (do_merge): Same.
1250 (do_rewrite): Same.
1251 * gcse.c (gcse_or_cprop_is_too_expensive): Same.
1252 * gimplify.c (gimplify_asm_expr): Same.
1253 (gimplify_adjust_omp_clauses): Same.
1254 * hsa-gen.c (gen_hsa_addr_insns): Same.
1255 (gen_hsa_insns_for_load): Same.
1256 (gen_hsa_cmp_insn_from_gimple): Same.
1257 (gen_hsa_insns_for_operation_assignment): Same.
1258 (gen_get_level): Same.
1259 (gen_hsa_alloca): Same.
1260 (omp_simple_builtin::generate): Same.
1261 (gen_hsa_atomic_for_builtin): Same.
1262 (gen_hsa_insns_for_call): Same.
1263 * input.c (dump_location_info): Same.
1264 * ipa-devirt.c (compare_virtual_tables): Same.
1265 * ira.c (ira_setup_eliminable_regset): Same.
1266 * lra-assigns.c (lra_assign): Same.
1267 * lra-constraints.c (lra_constraints): Same.
1268 * lto-streamer-in.c (lto_input_mode_table): Same.
1269 * lto-wrapper.c (get_options_from_collect_gcc_options): Same.
1270 (merge_and_complain): Same.
1271 (compile_offload_image): Same.
1272 (compile_images_for_offload_targets): Same.
1273 (debug_objcopy): Same.
1274 (run_gcc): Same.
1275 (main): Same.
1276 * opts.c (print_specific_help): Same.
1277 (parse_no_sanitize_attribute): Same.
1278 (print_help): Same.
1279 (handle_param): Same.
1280 * plugin.c (add_new_plugin): Same.
1281 (parse_plugin_arg_opt): Same.
1282 (try_init_one_plugin): Same.
1283 * print-rtl.c (debug_bb_n_slim): Quote identifiers, keywords,
1284 operators, and types in diagnostics. Correct quoting and spelling
1285 issues.
1286 * read-rtl-function.c (parse_edge_flag_token): Same.
1287 (function_reader::parse_enum_value): Same.
1288 * reg-stack.c (check_asm_stack_operands): Same.
1289 * regcprop.c (validate_value_data): Same.
1290 * sched-rgn.c (make_pass_sched_fusion): Same.
1291 * stmt.c (check_unique_operand_names): Same.
1292 * targhooks.c (default_target_option_pragma_parse): Same.
1293 * tlink.c (recompile_files): Same.
1294 * toplev.c (process_options): Same.
1295 (do_compile): Same.
1296 * trans-mem.c (diagnose_tm_1): Same.
1297 (ipa_tm_scan_irr_block): Same.
1298 (ipa_tm_diagnose_transaction): Same.
1299 * tree-cfg.c (verify_address): Same. Use get_tree_code_name to
1300 format a tree code name in a diagnostic.
1301 (verify_types_in_gimple_min_lval): Same.
1302 (verify_types_in_gimple_reference): Same.
1303 (verify_gimple_call): Same.
1304 (verify_gimple_assign_unary): Same.
1305 (verify_gimple_assign_binary): Same.
1306 (verify_gimple_assign_ternary): Same.
1307 (verify_gimple_assign_single): Same.
1308 (verify_gimple_switch): Same.
1309 (verify_gimple_label): Same.
1310 (verify_gimple_phi): Same.
1311 (verify_gimple_in_seq): Same.
1312 (verify_eh_throw_stmt_node): Same.
1313 (collect_subblocks): Same.
1314 (gimple_verify_flow_info): Same.
1315 (do_warn_unused_result): Same.
1316 * tree-inline.c (expand_call_inline): Same.
1317 * tree-into-ssa.c (update_ssa): Same.
1318 * tree.c (tree_int_cst_elt_check_failed): Same.
1319 (tree_vec_elt_check_failed): Same.
1320 (omp_clause_operand_check_failed): Same.
1321 (verify_type_variant): Same.
1322 (verify_type): Same.
1323 * value-prof.c (verify_histograms): Same.
1324 * varasm.c (assemble_start_function): Same.
1325
1326 2019-05-16 Martin Sebor <msebor@redhat.com>
1327
1328 * config/i386/i386-expand.c (get_element_number): Quote keywords
1329 and other internal names in diagnostics. Adjust other diagnostic
1330 formatting issues noted by -Wformat-diag.
1331 * config/i386/i386-features.c
1332 (ix86_mangle_function_version_assembler_name): Same.
1333 * config/i386/i386-options.c (ix86_handle_abi_attribute): Same.
1334 * config/i386/i386.c (ix86_function_type_abi): Same.
1335 (ix86_function_ms_hook_prologue): Same.
1336 (classify_argument): Same.
1337 (ix86_expand_prologue): Same.
1338 (ix86_md_asm_adjust): Same.
1339 (ix86_memmodel_check): Same.
1340
1341 2019-05-17 Dragan Mladjenovic <dmladjenovic@wavecomp.com>
1342
1343 * config/mips/mips.c (mips_dwarf_frame_reg_mode): Replace
1344 TARGET_FLOAT64 with !TARGET_FLOAT32, thus handling both fp64
1345 and fpxx modes.
1346
1347 2019-05-17 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 PR target/90497
1350 * config/i386/i386-expand.c (ix86_expand_builtin): Enable MMX
1351 intrinsics without SSE/SSE2/SSSE3.
1352 * config/i386/mmx.md (mmx_uavgv8qi3): Restore TARGET_3DNOW
1353 check.
1354 (*mmx_uavgv8qi3): Likewise.
1355
1356 2019-05-17 Richard Biener <rguenther@suse.de>
1357
1358 * gimple-pretty-print.c (dump_ternary_rhs): Handle dumping
1359 VEC_PERM_EXPR as __VEC_PERM with -gimple.
1360
1361 2019-05-17 Andreas Krebbel <krebbel@linux.ibm.com>
1362
1363 * config/s390/s390-builtins.def (s390_vec_sldw_*): Use the
1364 vec_sldw insn pattern.
1365
1366 2019-05-17 Richard Biener <rguenther@suse.de>
1367
1368 * ccmp.c (expand_ccmp_expr_1): Do not use gimple_assign_rhs_to_tree.
1369
1370 2019-05-17 Martin Liska <mliska@suse.cz>
1371
1372 PR driver/90496
1373 * toplev.c (output_stack_usage): With LTO and sanitizer it
1374 happens that a global ctor (_GLOBAL__sub_I_00099_0_main)
1375 has no file location.
1376
1377 2019-05-16 Jakub Jelinek <jakub@redhat.com>
1378
1379 PR c++/90484
1380 * tree-ssa-scopedtables.c (equal_mem_array_ref_p): Don't assert that
1381 sz0 is equal to sz1, instead return false in that case.
1382
1383 * omp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF
1384 has non-constant expression, force sctx.lane and use two
1385 argument IFN_GOMP_SIMD_LANE instead of single argument.
1386 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Don't DCE
1387 two argument IFN_GOMP_SIMD_LANE without lhs.
1388 * tree-vectorizer.h (struct _loop_vec_info): Add simd_if_cond
1389 member.
1390 (LOOP_VINFO_SIMD_IF_COND, LOOP_REQUIRES_VERSIONING_FOR_SIMD_IF_COND):
1391 Define.
1392 (LOOP_REQUIRES_VERSIONING): Or in
1393 LOOP_REQUIRES_VERSIONING_FOR_SIMD_IF_COND.
1394 * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize
1395 simd_if_cond.
1396 (vect_analyze_loop_2): Punt if LOOP_VINFO_SIMD_IF_COND is constant 0.
1397 * tree-vect-loop-manip.c (vect_loop_versioning): Add runtime check
1398 from simd if clause if needed.
1399
1400 2019-05-16 Richard Biener <rguenther@suse.de>
1401
1402 * tree-affine.c (expr_to_aff_combination): New function split
1403 out from...
1404 (tree_to_aff_combination): ... here.
1405 (aff_combination_expand): Avoid building a GENERIC tree.
1406
1407 2019-05-16 Max Filippov <jcmvbkbc@gmail.com>
1408
1409 * cgraphunit.c (cgraph_node::expand_thunk): Remove
1410 assemble_start_function and assemble_end_function calls.
1411 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
1412 assemble_start_function and assemble_end_function.
1413 * config/arc/arc.c (arc_output_mi_thunk): Likewise.
1414 * config/arm/arm.c (arm_output_mi_thunk): Likewise.
1415 * config/bfin/bfin.c (bfin_output_mi_thunk): Likewise.
1416 * config/c6x/c6x.c (c6x_output_mi_thunk): Likewise.
1417 * config/cris/cris.c (cris_asm_output_mi_thunk): Likewise.
1418 * config/csky/csky.c (csky_output_mi_thunk): Likewise.
1419 * config/epiphany/epiphany.c (epiphany_output_mi_thunk): Likewise.
1420 * config/frv/frv.c (frv_asm_output_mi_thunk): Likewise.
1421 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
1422 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
1423 * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
1424 * config/microblaze/microblaze.c (microblaze_asm_output_mi_thunk):
1425 Likewise.
1426 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
1427 * config/mmix/mmix.c (mmix_asm_output_mi_thunk): Likewise.
1428 * config/mn10300/mn10300.c (mn10300_asm_output_mi_thunk): Likewise.
1429 * config/nds32/nds32.c (nds32_asm_output_mi_thunk): Likewise.
1430 * config/nios2/nios2.c (nios2_asm_output_mi_thunk): Likewise.
1431 * config/or1k/or1k.c (or1k_output_mi_thunk): Likewise.
1432 * config/pa/pa.c (pa_asm_output_mi_thunk): Likewise.
1433 * config/riscv/riscv.c (riscv_output_mi_thunk): Likewise.
1434 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
1435 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
1436 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
1437 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
1438 * config/spu/spu.c (spu_output_mi_thunk): Likewise.
1439 * config/stormy16/stormy16.c (xstormy16_asm_output_mi_thunk):
1440 Likewise.
1441 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
1442 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
1443 * config/vax/vax.c (vax_output_mi_thunk): Likewise.
1444
1445 2019-05-16 Jan Hubicka <hubicka@ucw.cz>
1446
1447 * tree-ssa-alias.c (alias_stats): Add
1448 aliasing_component_refs_p_may_alias and
1449 aliasing_component_refs_p_no_alias.
1450 (dump_alias_stats): Print aliasing_component_refs_p stats.
1451 (aliasing_component_refs_p): Update stats.
1452
1453 2019-05-16 Martin Liska <mliska@suse.cz>
1454
1455 PR lto/90500
1456 * multiple_target.c (expand_target_clones): Do not allow
1457 target_clones being used with a symbol that is an alias.
1458
1459 2019-05-16 Vladislav Ivanishin <vlad@ispras.ru>
1460
1461 PR tree-optimization/90394
1462 * tree-ssa-uninit.c (is_pred_expr_subset_of): Potentially give false
1463 positives rather than ICE for cases where (code2 == NE_EXPR
1464 && code1 == BIT_AND_EXPR).
1465
1466 2019-05-16 Jakub Jelinek <jakub@redhat.com>
1467
1468 PR fortran/90329
1469 * tree-core.h (struct tree_decl_common): Document
1470 decl_nonshareable_flag for PARM_DECLs.
1471 * tree.h (DECL_HIDDEN_STRING_LENGTH): Define.
1472 * calls.c (expand_call): Don't try tail call if caller
1473 has any DECL_HIDDEN_STRING_LENGTH PARM_DECLs that are or might be
1474 passed on the stack and callee needs to pass any arguments on the
1475 stack.
1476 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
1477 else if instead of series of mutually exclusive ifs. Handle
1478 DECL_HIDDEN_STRING_LENGTH for PARM_DECLs.
1479 * tree-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
1480
1481 * lto-streamer.h (LTO_major_version): Bump to 9.
1482
1483 2019-05-16 Jun Ma <JunMa@linux.alibaba.com>
1484
1485 PR tree-optimization/90106
1486 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds): Add
1487 new parameter as new internal function call, also move it to new
1488 basic block.
1489 (use_internal_fn): Pass internal function call to
1490 shrink_wrap_one_built_in_call_with_conds.
1491
1492 2019-05-15 Jakub Jelinek <jakub@redhat.com>
1493
1494 * omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set
1495 max_vf to 1.
1496 * omp-expand.c (expand_omp_simd): For if (0) or simdlen (1) clear
1497 safelen_int and set loop->dont_vectorize.
1498
1499 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1500
1501 PR target/89021
1502 * config/i386/i386-builtin.def: Enable MMX intrinsics with
1503 SSE/SSE2/SSSE3.
1504 * config/i386/i386-builtins.c (ix86_init_mmx_sse_builtins):
1505 Likewise.
1506 * config/i386/i386-expand.c (ix86_expand_builtin): Allow
1507 SSE/SSE2/SSSE3 to emulate MMX intrinsics with TARGET_MMX_WITH_SSE.
1508 * config/i386/mmintrin.h: Only require SSE2 if __MMX_WITH_SSE__
1509 is defined.
1510
1511 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1512
1513 PR target/89021
1514 * config/i386/mmx.md (*vec_dupv2sf): Changed to
1515 define_insn_and_split to support SSE emulation.
1516 (*vec_extractv2sf_0): Likewise.
1517 (*vec_extractv2sf_1): Likewise.
1518 (*vec_extractv2si_0): Likewise.
1519 (*vec_extractv2si_1): Likewise.
1520 (*vec_extractv2si_zext_mem): Likewise.
1521 (vec_setv2sf): Also allow TARGET_MMX_WITH_SSE.
1522 (vec_extractv2sf_1 splitter): Likewise.
1523 (vec_extractv2sfsf): Likewise.
1524 (vec_setv2si): Likewise.
1525 (vec_extractv2si_1 splitter): Likewise.
1526 (vec_extractv2sisi): Likewise.
1527 (vec_setv4hi): Likewise.
1528 (vec_extractv4hihi): Likewise.
1529 (vec_setv8qi): Likewise.
1530 (vec_extractv8qiqi): Likewise.
1531 (vec_extractv2sfsf): Also allow TARGET_MMX_WITH_SSE. Pass
1532 TARGET_MMX_WITH_SSE ix86_expand_vector_extract.
1533 (vec_extractv2sisi): Likewise.
1534 (vec_extractv4hihi): Likewise.
1535 (vec_extractv8qiqi): Likewise.
1536 (vec_initv2sfsf): Also allow TARGET_MMX_WITH_SSE. Pass
1537 TARGET_MMX_WITH_SSE to ix86_expand_vector_init.
1538 (vec_initv2sisi): Likewise.
1539 (vec_initv4hihi): Likewise.
1540 (vec_initv8qiqi): Likewise.
1541 (vec_setv2si): Also allow TARGET_MMX_WITH_SSE. Pass
1542 TARGET_MMX_WITH_SSE to ix86_expand_vector_set.
1543 (vec_setv4hi): Likewise.
1544 (vec_setv8qi): Likewise.
1545
1546 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 PR target/89021
1549 * config/i386/mmx.md (MMXMODE:mov<mode>): Also allow
1550 TARGET_MMX_WITH_SSE.
1551 (MMXMODE:*mov<mode>_internal): Likewise.
1552 (MMXMODE:movmisalign<mode>): Likewise.
1553
1554 2019-05-15 Uroš Bizjak <ubizjak@gmail.com>
1555
1556 PR target/89021
1557 * config/i386/i386.md (*zero_extendsidi2): Add mmx_isa attribute.
1558 * config/i386/sse.md (sse2_cvtpi2pd): Ditto.
1559 (sse2_cvtpd2pi): Ditto.
1560 (sse2_cvttpd2pi): Ditto.
1561 (*vec_concatv2sf_sse4_1): Ditto.
1562 (*vec_concatv2sf_sse): Ditto.
1563 (*vec_concatv2si_sse4_1): Ditto.
1564 (*vec_concatv2si): Ditto.
1565 (*vec_concatv4si_0): Ditto.
1566 (*vec_concatv2di_0): Ditto.
1567
1568 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1569
1570 PR target/89021
1571 * config/i386/sse.md (abs<mode>2): Add SSE emulation.
1572
1573 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1574
1575 PR target/89021
1576 * config/i386/sse.md (ssse3_palignrdi): Changed to
1577 define_insn_and_split to support SSE emulation.
1578
1579 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1580
1581 PR target/89021
1582 * config/i386/sse.md (ssse3_psign<mode>3): Add SSE emulation.
1583
1584 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1585
1586 PR target/89021
1587 * config/i386/sse.md (ssse3_pshufbv8qi3): Changed to
1588 define_insn_and_split. Also allow TARGET_MMX_WITH_SSE. Add
1589 SSE emulation.
1590
1591 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1592
1593 PR target/89021
1594 * config/i386/sse.md (ssse3_pmulhrswv4hi3): Require TARGET_MMX
1595 or TARGET_MMX_WITH_SSE.
1596 (*ssse3_pmulhrswv4hi3): Add SSE emulation.
1597
1598 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1599
1600 PR target/89021
1601 * config/i386/sse.md (ssse3_pmaddubsw): Add SSE emulation.
1602
1603 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1604
1605 PR target/89021
1606 * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>dv2si3):
1607 Changed to define_insn_and_split to support SSE emulation.
1608
1609 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1610
1611 PR target/89021
1612 * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>wv4hi3):
1613 Changed to define_insn_and_split to support SSE emulation.
1614
1615 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1616
1617 PR target/89021
1618 * config/i386/mmx.md (mmx_<emms>): Renamed to ...
1619 (*mmx_<emms>): This.
1620 (mmx_<emms>): New expander.
1621
1622 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1623
1624 PR target/89021
1625 * config/i386/mmx.md (sse2_umulv1siv1di3): Add SSE emulation
1626 support.
1627 (*sse2_umulv1siv1di3): Add SSE2 emulation.
1628
1629 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1630
1631 PR target/89021
1632 * config/i386/mmx.md (sse_movntq): Add SSE2 emulation.
1633
1634 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1635
1636 PR target/89021
1637 * config/i386/mmx.md (mmx_psadbw): Add SSE emulation.
1638
1639 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1640
1641 PR target/89021
1642 * config/i386/mmx.md (mmx_uavgv4hi3): Also check TARGET_MMX and
1643 TARGET_MMX_WITH_SSE.
1644 (*mmx_uavgv4hi3): Add SSE emulation.
1645
1646 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1647
1648 PR target/89021
1649 * config/i386/mmx.md (mmx_uavgv8qi3): Also check TARGET_MMX
1650 and TARGET_MMX_WITH_SSE.
1651 (*mmx_uavgv8qi3): Add SSE emulation.
1652
1653 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1654
1655 PR target/89021
1656 * config/i386/xmmintrin.h: Emulate MMX maskmovq with SSE2
1657 maskmovdqu for __MMX_WITH_SSE__.
1658
1659 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1660
1661 PR target/89021
1662 * config/i386/mmx.md (mmx_umulv4hi3_highpart): Also check
1663 TARGET_MMX and TARGET_MMX_WITH_SSE.
1664 (*mmx_umulv4hi3_highpart): Add SSE emulation.
1665
1666 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1667
1668 PR target/89021
1669 * config/i386/mmx.md (mmx_pmovmskb): Changed to
1670 define_insn_and_split to support SSE emulation.
1671
1672 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1673
1674 PR target/89021
1675 * config/i386/mmx.md (mmx_<code>v4hi3): Also check TARGET_MMX
1676 and TARGET_MMX_WITH_SSE.
1677 (mmx_<code>v8qi3): Likewise.
1678 (smaxmin:<code>v4hi3): New.
1679 (umaxmin:<code>v8qi3): Likewise.
1680 (smaxmin:*mmx_<code>v4hi3): Add SSE emulation.
1681 (umaxmin:*mmx_<code>v8qi3): Likewise.
1682
1683 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1684
1685 PR target/89021
1686 * config/i386/mmx.md (mmx_pinsrw): Also check TARGET_MMX and
1687 TARGET_MMX_WITH_SSE.
1688 (*mmx_pinsrw): Add SSE emulation.
1689
1690 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1691
1692 PR target/89021
1693 * config/i386/mmx.md (mmx_pextrw): Add SSE emulation.
1694
1695 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1696
1697 PR target/89021
1698 * config/i386/sse.md (sse_cvtpi2ps): Changed to
1699 define_insn_and_split. Also allow TARGET_MMX_WITH_SSE. Add
1700 SSE emulation.
1701
1702 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1703
1704 PR target/89021
1705 * config/i386/sse.md (sse_cvtps2pi): Add SSE emulation.
1706 (sse_cvttps2pi): Likewise.
1707
1708 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1709
1710 PR target/89021
1711 * config/i386/mmx.md (mmx_pshufw): Also check TARGET_MMX and
1712 TARGET_MMX_WITH_SSE.
1713 (mmx_pshufw_1): Add SSE emulation.
1714 (*vec_dupv4hi): Changed to define_insn_and_split and also allow
1715 TARGET_MMX_WITH_SSE to support SSE emulation.
1716
1717 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1718
1719 PR target/89021
1720 * config/i386/constraints.md (Yw): New constraint.
1721 * config/i386/mmx.md (*vec_dupv2si): Changed to
1722 define_insn_and_split and also allow TARGET_MMX_WITH_SSE to
1723 support SSE emulation.
1724
1725 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1726
1727 PR target/89021
1728 * config/i386/mmx.md (mmx_eq<mode>3): Also allow
1729 TARGET_MMX_WITH_SSE.
1730 (*mmx_eq<mode>3): Also allow TARGET_MMX_WITH_SSE. Add SSE
1731 support.
1732 (mmx_gt<mode>3): Likewise.
1733
1734 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1735
1736 PR target/89021
1737 * config/i386/mmx.md (mmx_andnot<mode>3): Also allow
1738 TARGET_MMX_WITH_SSE. Add SSE support.
1739
1740 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1741
1742 PR target/89021
1743 * config/i386/mmx.md (any_logic:mmx_<code><mode>3): Also allow
1744 TARGET_MMX_WITH_SSE.
1745 (any_logic:<code><mode>3): New.
1746 (any_logic:*mmx_<code><mode>3): Also allow TARGET_MMX_WITH_SSE.
1747 Add SSE support.
1748
1749 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1750
1751 PR target/89021
1752 * config/i386/mmx.md (mmx_ashr<mode>3): Also allow
1753 TARGET_MMX_WITH_SSE. Add SSE emulation.
1754 (mmx_<shift_insn><mode>3): Likewise.
1755 (ashr<mode>3): New.
1756 (<shift_insn><mode>3): Likewise.
1757
1758 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1759
1760 PR target/89021
1761 * config/i386/mmx.md (mmx_pmaddwd): Also allow TARGET_MMX_WITH_SSE.
1762 (*mmx_pmaddwd): Also allow TARGET_MMX_WITH_SSE. Add SSE support.
1763
1764 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1765
1766 PR target/89021
1767 * config/i386/mmx.md (mmx_smulv4hi3_highpart): Also allow
1768 TARGET_MMX_WITH_SSE.
1769 (*mmx_smulv4hi3_highpart): Also allow TARGET_MMX_WITH_SSE. Add
1770 SSE support.
1771
1772 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1773
1774 PR target/89021
1775 * config/i386/mmx.md (mmx_mulv4hi3): Also allow
1776 TARGET_MMX_WITH_SSE.
1777 (mulv4hi3): New.
1778 (*mmx_mulv4hi3): Also allow TARGET_MMX_WITH_SSE. Add SSE
1779 support.
1780
1781 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1782
1783 PR target/89021
1784 * config/i386/mmx.md (MMXMODEI8): Require TARGET_SSE2 for V1DI.
1785 (plusminus:mmx_<plusminus_insn><mode>3): Check
1786 TARGET_MMX_WITH_SSE.
1787 (sat_plusminus:mmx_<plusminus_insn><mode>3): Likewise.
1788 (<plusminus_insn><mode>3): New.
1789 (*mmx_<plusminus_insn><mode>3): Add SSE emulation.
1790 (*mmx_<plusminus_insn><mode>3): Likewise.
1791
1792 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1793
1794 PR target/89021
1795 * config/i386/i386-expand.c (ix86_split_mmx_punpck): New function.
1796 * config/i386/i386-protos.h (ix86_split_mmx_punpck): New
1797 prototype.
1798 * config/i386/mmx.m (mmx_punpckhbw): Changed to
1799 define_insn_and_split to support SSE emulation.
1800 (mmx_punpcklbw): Likewise.
1801 (mmx_punpckhwd): Likewise.
1802 (mmx_punpcklwd): Likewise.
1803 (mmx_punpckhdq): Likewise.
1804 (mmx_punpckldq): Likewise.
1805
1806 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1807 Uros Bizjak <ubizjak@gmail.com>
1808
1809 PR target/89021
1810 * config/i386/i386-expand.c (ix86_move_vector_high_sse_to_mmx):
1811 New function.
1812 (ix86_split_mmx_pack): Likewise.
1813 * config/i386/i386-protos.h (ix86_move_vector_high_sse_to_mmx):
1814 New prototype.
1815 (ix86_split_mmx_pack): Likewise.
1816 * config/i386/i386.md (mmx_isa): New.
1817 (enabled): Also check mmx_isa.
1818 * config/i386/mmx.md (any_s_truncate): New code iterator.
1819 (s_trunsuffix): New code attr.
1820 (mmx_packsswb): Removed.
1821 (mmx_packssdw): Likewise.
1822 (mmx_packuswb): Likewise.
1823 (mmx_pack<s_trunsuffix>swb): New define_insn_and_split to emulate
1824 MMX packsswb/packuswb with SSE2.
1825 (mmx_packssdw): Likewise.
1826 * config/i386/predicates.md (register_mmxmem_operand): New.
1827
1828 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
1829
1830 PR target/89021
1831 * config/i386/i386-c.c (ix86_target_macros_internal): Define
1832 __MMX_WITH_SSE__ for TARGET_MMX_WITH_SSE.
1833 * config/i386/i386.c (ix86_set_reg_reg_cost): Add support for
1834 TARGET_MMX_WITH_SSE with VALID_MMX_REG_MODE.
1835 (ix86_vector_mode_supported_p): Likewise.
1836 * config/i386/i386.h (TARGET_MMX_WITH_SSE): New.
1837
1838 2019-05-15 Martin Liska <mliska@suse.cz>
1839
1840 PR middle-end/90478
1841 * tree-switch-conversion.c (jump_table_cluster::can_be_handled):
1842 Check for overflow.
1843
1844 2019-05-15 Richard Biener <rguenther@suse.de>
1845
1846 * tree-into-ssa.c (pass_build_ssa::execute): Run
1847 update_address_taken before going into SSA.
1848
1849 2019-05-15 Richard Biener <rguenther@suse.de>
1850
1851 * tree-pretty-print.c (dump_generic_node): Dump BIT_FIELD_REF
1852 as __BIT_FIELD_REF with type with -gimple.
1853
1854 2019-05-15 Vladislav Ivanishin <vlad@ispras.ru>
1855
1856 * tree-ssa-uninit.c (is_value_included_in): Remove is_unsigned and merge
1857 semantically equivalent branches (left over after prior refactorings).
1858
1859 2019-05-15 Richard Biener <rguenther@suse.de>
1860
1861 PR tree-optimization/88828
1862 * tree-ssa-forwprop.c (simplify_vector_constructor): Fix
1863 bogus check.
1864
1865 2019-05-14 Richard Biener <rguenther@suse.de>
1866
1867 * tree-pretty-print.c (dump_generic_node): Dump VIEW_CONVERT_EXPR
1868 as __VIEW_CONVERT with -gimple.
1869
1870 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
1871
1872 PR target/82920
1873 * config/i386/darwin.h (CC1_SPEC): Report -mx32 as an error for
1874 Darwin.
1875
1876 2019-05-14 Segher Boessenkool <segher@kernel.crashing.org>
1877
1878 * config/rs6000/rs6000.md (eh_set_lr_<mode>): Merge with following
1879 define_split to become a define_insn_and_split.
1880
1881 2019-05-14 Segher Boessenkool <segher@kernel.crashing.org>
1882
1883 * config/rs6000/rs6000-protos.h (rs6000_emit_epilogue): Change
1884 arguments.
1885 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Change arguments.
1886 * config/rs6000/rs6000.md (epilogue_type): New define_enum.
1887 (sibcall_epilogue): Adjust.
1888 (epilogue): Adjust.
1889
1890 2019-05-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1891
1892 * config.gcc: Move *-*-solaris2.10* from obsolete configurations
1893 to unsupported ones.
1894 Simplify x86_64-*-solaris2.1[0-9]* to x86_64-*-solaris2*.
1895 * config.host: Likewise.
1896 * config/i386/sol2.h (ASM_COMMENT_START): Remove.
1897 * config/sparc/driver-sparc.c (host_detect_local_cpu) [__sun__ &&
1898 __svr4__]: Remove "brand" fallback.
1899 [!KSTAT_DATA_STRING]: Remove.
1900 * configure.ac (gcc_cv_ld_hidden): Simplify *-*-solaris2.1[0-9]*
1901 to *-*-solaris2*.
1902 (comdat_group): Likewise.
1903 (set_have_as_tls): Likewise.
1904 (gcc_cv_target_dl_iterate_phdr): Likewise.
1905 (gcc_cv_as_shf_merge): Remove Solaris 10/x86 workaround.
1906 (gcc_cv_ld_aligned_shf_merge): Remove Solaris 10/SPARC workaround.
1907 * configure: Regenerate.
1908 * doc/install.texi: Simplify Solaris target triplets.
1909 (Specific, i?86-*-solaris2*): Remove Solaris 10 references.
1910 (Specific, *-*-solaris2*): Document Solaris 10 removal.
1911 Remove Solaris 10 references.
1912 Remove obsolete Solaris bug reference.
1913 (Specific, sparc-sun-solaris2.10): Remove.
1914
1915 2019-05-14 Uroš Bizjak <ubizjak@gmail.com>
1916
1917 * config/i386/i386.md (any_div): New code iterator.
1918 (paired_mod): New code attribute.
1919 (sgnprefix): Handle DIV and UDIV RTXes.
1920 (u): Ditto.
1921 (<u>divmod<mode>4): Macroize expander from divmod<mode>4
1922 and udivmod<mode>4 patterns using any_div code iterator.
1923 (divmod splitters): Macroize splitters using any_div code iterator.
1924 (*udivmodsi4_pow2_zext_1): Use exactl_log2 in insn condition.
1925 (*udivmodsi4_pow2_zext_2): Ditto.
1926 (*<u>divmod<mode>4_noext): Macroize insn from *divmod<mode>4_noext
1927 and *udivmod<mode>4_noext patterns using any_div code iterator.
1928 (*<u>divmod<mode>4_noext_zext_1): Macroize insn from
1929 *divmod<mode>4_noext_zext_1 and *udivmod<mode>4_noext_zext_1
1930 patterns using any_div code iterator.
1931 (*<u>divmod<mode>4_noext_zext_2): Macroize insn from
1932 *divmod<mode>4_noext_zext_2 and *udivmod<mode>4_noext_zext_2
1933 patterns using any_div code iterator.
1934 (<u>divmodhiqi3): Macroize insn from divmodhiqi3 and
1935 udivmodhiqi3 patterns using any_extend code iterator.
1936
1937 2019-05-14 Richard Biener <rguenther@suse.de>
1938 H.J. Lu <hongjiu.lu@intel.com>
1939
1940 PR tree-optimization/88828
1941 * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
1942 permuting in a single non-constant element not extracted
1943 from a vector.
1944
1945 2019-05-14 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1946
1947 * internal-fn.def (SIGNBIT): New.
1948 * config/aarch64/aarch64-simd.md (signbitv2sf2): New expand
1949 defined.
1950 (signbitv4sf2): Likewise.
1951
1952 2019-05-14 Chenghua Xu <paul.hua.gm@gmail.com>
1953
1954 PR target/90357
1955 * config/mips/mips.c (mips_split_move): Skip forward SRC into
1956 next insn when the SRC reg is dead.
1957
1958 2019-05-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1959
1960 * gimple-ssa-strength-reduction.c (lookup_cand): Adjust index by 1.
1961 (alloc_cand_and_find_basis): Ditto.
1962 (backtrace_base_for_ref, create_mul_ssa_cand): Remove if-then-else.
1963 (create_mul_imm_cand, create_add_ssa_cand): Ditto.
1964 (create_add_imm_cand, slsr_process_cast): Ditto.
1965 (slsr_process_copy, replace_mult_candidate): Ditto.
1966 (replace_rhs_if_not_dup, replace_one_candidate): Ditto.
1967 (dump_cand_vec, analyze_candidates_and_replace): Skip NULL element.
1968 (pass_strength_reduction::execute): Init the first NULL element.
1969
1970 2019-05-13 Nathan Sidwell <nathan@acm.org>
1971
1972 * gcc.c (execute): Simplify cond-expr into if. Reformat comment.
1973 (run_attempt): Reformat line break.
1974
1975 2019-05-13 David Edelsohn <dje.gcc@gmail.com>
1976
1977 PR target/90418
1978 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Don't load EH
1979 data registers in sibcall epilogues.
1980 Don't add EH_RETURN_STACKADJ_RTX to sp in sibcall epilogues.
1981
1982 2019-05-13 Uroš Bizjak <ubizjak@gmail.com>
1983
1984 PR target/89221
1985 * configure.ac (--enable-frame-pointer):
1986 Disable by default for cygwin and mingw.
1987 * configure: Regenerate.
1988
1989 2019-05-13 Nathan Sidwell <nathan@acm.org>
1990
1991 * dwarf2out.c (breakout_comdat_types): Move comment to correct
1992 piece of code.
1993 (const_ok_for_output_1): Balance parens around #if/#else/#endif
1994 (gen_member_die): Move abstract origin check earlier. Only VARs
1995 can be static_inline_p. Simplify splicing control flow.
1996
1997 2019-05-13 Richard Biener <rguenther@suse.de>
1998
1999 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle
2000 VIEW_CONVERT_EXPR.
2001 (vect_build_slp_tree_1): Likewise.
2002
2003 2019-05-13 Richard Biener <rguenther@suse.de>
2004
2005 PR tree-optimization/90402
2006 * tree-if-conv.c (tree_if_conversion): Value number only
2007 the loop body by making the latch an exit of the region
2008 as well.
2009 * tree-ssa-sccvn.c (process_bb): Add flag whether to skip
2010 processing PHIs.
2011 (do_rpo_vn): Deal with multiple edges into the entry block
2012 that are not backedges inside the region by skipping PHIs
2013 of the entry block.
2014
2015 2019-05-13 Richard Biener <rguenther@suse.de>
2016
2017 PR tree-optimization/90316
2018 * tree-ssa-pre.c (insert_aux): Fold into ...
2019 (insert): ... this function. Use a RPO walk to reduce the
2020 number of required iterations.
2021
2022 2019-05-13 Martin Liska <mliska@suse.cz>
2023
2024 PR tree-optimization/90416
2025 * tree-vect-stmts.c (vect_check_load_store_mask): Concatenate
2026 string instead of passing the second part as va_arg argument.
2027
2028 2019-05-13 Martin Liska <mliska@suse.cz>
2029
2030 PR gcov-profile/90380
2031 * gcov.c (handle_cycle): Do not support zero cycle count,
2032 it should not be possible.
2033 (path_contains_zero_cycle_arc): New function.
2034 (circuit): Ignore zero cycle arc counts.
2035
2036 2019-05-13 Martin Liska <mliska@suse.cz>
2037
2038 PR gcov-profile/90380
2039 * gcov.c (enum loop_type): Remove the enum and
2040 the operator.
2041 (handle_cycle): Assert that we should not reach
2042 a negative count.
2043 (circuit): Use loop_found instead of a tri-state loop_type.
2044 (get_cycles_count): Do not handle NEGATIVE_LOOP as it can't
2045 happen.
2046
2047 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
2048
2049 PR target/82920
2050 * config/i386/i386.c (ix86_output_jmp_thunk_or_indirect): New.
2051 (ix86_output_indirect_branch_via_reg): Use output mechanism
2052 accounting for __USER_LABEL_PREFIX__.
2053 (ix86_output_indirect_branch_via_push): Likewise.
2054 (ix86_output_function_return): Likewise.
2055 (ix86_output_indirect_function_return): Likewise.
2056
2057 2019-05-12 Richard Sandiford <richard.sandiford@arm.com>
2058
2059 * doc/md.texi: Document use of code attributes in rtx patterns.
2060 * read-md.h (rtx_reader::rtx_alloc_for_name): New member function.
2061 * read-rtl.c (find_code): Split out search loops into...
2062 (maybe_find_code): ...this new function.
2063 (check_code_iterator): Make the error message more informative.
2064 (check_code_attribute): New function.
2065 (rtx_reader::rtx_alloc_for_name): Likewise.
2066 (rtx_reader::read_rtx_code): Use rtx_alloc_for_name.
2067 * config/aarch64/predicates.md (aarch64_smin, aarch64_umin): Delete.
2068 * config/aarch64/aarch64-simd.md (*aarch64_<su>abd<mode>_3): Use
2069 <max_opp> directly as an rtx code instead of via a match_operator.
2070 * config/aarch64/aarch64-sve.md (aarch64_<su>abd<mode>_3): Likewise.
2071 (<su>abd<mode>_3): Update accordingly.
2072
2073 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
2074
2075 * config/rs6000/rs6000.c (debug_stack_info): When -mdebug=stack
2076 is given, print the state of the EH "save world" computation for
2077 Darwin.
2078
2079 2019-05-11 Jakub Jelinek <jakub@redhat.com>
2080
2081 PR c++/59813
2082 * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't add
2083 EH_RETURN_STACKADJ_RTX to sp in sibcall epilogues.
2084
2085 2019-05-11 Uroš Bizjak <ubizjak@gmail.com>
2086
2087 * config/i386/i386.md (floatdi<X87MODEF:mode>2_i387_with_xmm):
2088 Use pinsrd for TARGET_SSE4_1.
2089 * config/i386/sse.md (movdi_to_sse): Ditto.
2090
2091 2019-05-10 Richard Biener <rguenther@suse.de>
2092
2093 * tree-ssa-sccvn.c (visit_reference_op_call): Initialize value-id.
2094 (do_rpo_vn): Initialize next_value_id.
2095
2096 2019-05-10 Martin Liska <mliska@suse.cz>
2097
2098 * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
2099 Fix plural form.
2100
2101 2019-05-10 Jakub Jelinek <jakub@redhat.com>
2102
2103 PR tree-optimization/90385
2104 * tree-parloops.c (try_create_reduction_list): Punt on non-SSA_NAME
2105 arguments of the exit phis.
2106
2107 PR c++/90383
2108 * tree-inline.h (struct copy_body_data): Add do_not_fold member.
2109 * tree-inline.c (remap_gimple_op_r): Avoid folding expressions if
2110 id->do_not_fold.
2111 (copy_tree_body_r): Likewise.
2112 (copy_fn): Set id.do_not_fold to true.
2113
2114 2019-05-10 Martin Liska <mliska@suse.cz>
2115
2116 * config/i386/i386-expand.c (ix86_expand_floorceildf_32):
2117 Reapply changes from r269790.
2118
2119 2019-05-10 Martin Liska <mliska@suse.cz>
2120
2121 PR middle-end/90340
2122 * doc/invoke.texi: New params.
2123 * params.def (PARAM_JUMP_TABLE_MAX_GROWTH_RATIO_FOR_SIZE): New.
2124 (PARAM_JUMP_TABLE_MAX_GROWTH_RATIO_FOR_SPEED): Likewise.
2125 * tree-switch-conversion.c (jump_table_cluster::can_be_handled):
2126 Use it.
2127 * tree-switch-conversion.h (struct jump_table_cluster):
2128 Likewise.
2129
2130 2019-05-09 Segher Boessenkool <segher@kernel.crashing.org>
2131
2132 * combine.c (combine_simplify_rtx): Don't make IF_THEN_ELSE RTL.
2133
2134 2019-05-09 Bill Schmidt <wschmidt@linux.ibm.com>
2135
2136 * doc/loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.
2137
2138 2019-05-09 Alexander Monakov <amonakov@ispras.ru>
2139
2140 PR rtl-optimization/88879
2141 * sel-sched.c (sel_target_adjust_priority): Remove assert.
2142
2143 2019-05-09 Richard Earnshaw <rearnsha@arm.com>
2144
2145 PR target/90405
2146 * config/arm/arm.c (callee_saved_reg_p): Move before
2147 thumb_find_work_register.
2148 (thumb1_prologue_unused_call_clobbered_lo_regs): Move before
2149 thumb_find_work_register. Only call df_get_live_out once.
2150 (thumb1_epilogue_unused_call_clobbered_lo_regs): Likewise.
2151 (thumb_find_work_register): Use
2152 thumb1_prologue_unused_call_clobbered_lo_regs instead of ad hoc
2153 algorithms to locate a spare call clobbered reg.
2154
2155 2019-05-09 Martin Liska <mliska@suse.cz>
2156
2157 * gimple-pretty-print.c (dump_binary_rhs): Dump MIN_EXPR
2158 and MAX_EXPR in GIMPLE FE format.
2159
2160 2019-05-09 Martin Liska <mliska@suse.cz>
2161
2162 * tree-cfg.c (dump_function_to_file): Dump entry BB count.
2163 * gimple-pretty-print.c (dump_gimple_bb_header):
2164 Dump BB count.
2165 (pp_cfg_jump): Dump edge probability.
2166 * profile-count.c (profile_quality_as_string): Simplify
2167 with a static array.
2168 (parse_profile_quality): New function.
2169 (profile_count::dump): Simplify with a static array.
2170 (profile_count::from_gcov_type): Add new argument.
2171 * profile-count.h (parse_profile_quality): Likewise.
2172 * predict.h (set_hot_bb_threshold): New.
2173 * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
2174 New param.
2175 * predict.c (get_hot_bb_threshold): Set from the new param.
2176 (set_hot_bb_threshold): New.
2177
2178 2019-05-09 Richard Biener <rguenther@suse.de>
2179
2180 PR tree-optimization/90395
2181 * tree-ssa-forwprop.c (pass_forwprop::execute): Do not
2182 rewrite vector stores that throw internally.
2183
2184 2019-05-09 Thomas Schwinge <thomas@codesourcery.com>
2185
2186 * cif-code.def (CHKP): Remove.
2187
2188 PR target/89221
2189 * configure.ac (--enable-frame-pointer): Disable by default for
2190 GNU systems.
2191 * configure: Regenerate.
2192
2193 2019-05-09 Alan Modra <amodra@gmail.com>
2194
2195 PR target/89271
2196 * config/rs6000/rs6000.h (enum reg_class, REG_CLASS_NAMES),
2197 (REG_CLASS_CONTENTS): Add GEN_OR_VSX_REGS class.
2198 * config/rs6000/rs6000.c (rs6000_register_move_cost): Correct
2199 cost for general <-> vsx when direct moves are available.
2200 Cost union classes at minimal cost for any reg in the class.
2201 Correct calculation for moves between vsx, float, and altivec.
2202 Don't return a low cost for moves between special regs. Don't
2203 use hard coded register numbers.
2204 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define.
2205 (rs6000_ira_change_pseudo_allocno_class): New function.
2206 * config/rs6000/rs6000.md (movsi_internal1, mov<mode>_internal),
2207 (movdi_internal32, movdi_internal64): Remove '*' from vsx register
2208 alternatives.
2209 (movsi_internal1): Don't disparage vector alternatives.
2210 (mov<mode>_internal): Likewise, excepting alternative that
2211 will be split.
2212 * config/rs6000/vsx.md (vsx_splat_<mode>_reg): Don't disparage
2213 we <- b alternative.
2214
2215 2019-05-08 Jakub Jelinek <jakub@redhat.com>
2216
2217 PR c++/59813
2218 PR tree-optimization/89060
2219 * tree-ssa-live.h (live_vars_map): New typedef.
2220 (compute_live_vars, live_vars_at_stmt, destroy_live_vars): Declare.
2221 * tree-ssa-live.c: Include gimple-walk.h and cfganal.h.
2222 (struct compute_live_vars_data): New type.
2223 (compute_live_vars_visit, compute_live_vars_1, compute_live_vars,
2224 live_vars_at_stmt, destroy_live_vars): New functions.
2225 * tree-tailcall.c: Include tree-ssa-live.h.
2226 (live_vars, live_vars_vec): New global variables.
2227 (find_tail_calls): Perform variable life analysis before punting.
2228 (tree_optimize_tail_calls_1): Clean up live_vars and live_vars_vec.
2229 * tree-inline.h (struct copy_body_data): Add eh_landing_pad_dest
2230 member.
2231 * tree-inline.c (add_clobbers_to_eh_landing_pad): Remove BB argument.
2232 Perform variable life analysis to select variables that really need
2233 clobbers added.
2234 (copy_edges_for_bb): Don't call add_clobbers_to_eh_landing_pad here,
2235 instead set id->eh_landing_pad_dest and assert it is the same.
2236 (copy_cfg_body): Call it here if id->eh_landing_pad_dest is non-NULL.
2237
2238 2019-05-08 Mihail Ionescu <mihail.ionescu@arm.com>
2239 Richard Earnshaw <rearnsha@arm.com>
2240
2241 PR target/88167
2242 * config/arm/arm.c (thumb1_prologue_unused_call_clobbered_lo_regs): New
2243 function.
2244 (thumb1_epilogue_unused_call_clobbered_lo_regs): New function.
2245 (thumb1_compute_save_core_reg_mask): Don't force a spare work
2246 register if both the epilogue and prologue can use call-clobbered
2247 regs.
2248 (thumb1_unexpanded_epilogue): Use
2249 thumb1_epilogue_unused_call_clobbered_lo_regs. Reverse the logic for
2250 picking temporaries for restoring high regs to match that of the
2251 prologue where possible.
2252 (thumb1_expand_prologue): Add any usable call-clobbered low registers to
2253 the list of work registers. Detect if the return address is still live
2254 at the end of the prologue and avoid using it for a work register if so.
2255 If the return address is not live, add LR to the list of pushable regs
2256 after the first pass.
2257
2258 2019-05-08 Bin Cheng <bin.cheng@linux.alibaba.com>
2259
2260 PR tree-optimization/90078
2261 * tree-ssa-loop-ivopts.c (inttypes.h): Include new header file.
2262 (INFTY): Increase the value for infinite cost.
2263 (struct comp_cost): Promote type of members to int64_t.
2264 (infinite_cost): Don't set complexity in initialization.
2265 (comp_cost::operator +,-,+=,-+,/=,*=): Assert when cost computation
2266 overflows to infinite_cost.
2267 (adjust_setup_cost): Promote type of parameter and cost computation
2268 to int64_t.
2269 (struct ainc_cost_data, struct iv_ca): Promote type of member to
2270 int64_t.
2271 (get_scaled_computation_cost_at, determine_iv_cost): Promote type of
2272 cost computation to int64_t.
2273 (determine_group_iv_costs, iv_ca_dump, find_optimal_iv_set): Use
2274 int64_t's format specifier in dump.
2275
2276 2019-05-08 Bin Cheng <bin.cheng@linux.alibaba.com>
2277
2278 PR tree-optimization/90240
2279 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Scale cost
2280 with respect to scaling factor pre-computed for each basic block.
2281 (try_improve_iv_set): Return bool if best_cost equals to iv_ca cost.
2282 (find_optimal_iv_set_1): Free iv_ca set if it has infinite_cost.
2283 (COST_SCALING_FACTOR_BOUND, determine_scaling_factor): New.
2284 (tree_ssa_iv_optimize_loop): Call determine_scaling_factor. Extend
2285 live range for array of loop's basic blocks. Cleanup aux field of
2286 loop's basic blocks.
2287
2288 2019-05-08 Jakub Jelinek <jakub@redhat.com>
2289
2290 PR tree-optimization/90356
2291 * match.pd ((X +/- 0.0) +/- 0.0): Optimize into X +/- 0.0 if possible.
2292
2293 2019-05-07 Wei Xiao <wei3.xiao@intel.com>
2294
2295 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512BF16_SET
2296 OPTION_MASK_ISA_AVX512BF16_UNSET, OPTION_MASK_ISA2_AVX512BW_UNSET): New.
2297 (OPTION_MASK_ISA2_AVX512F_UNSET): Add OPTION_MASK_ISA_AVX512BF16_UNSET.
2298 (ix86_handle_option): Handle -mavx512bf16.
2299 * config.gcc: Add avx512bf16vlintrin.h and avx512bf16intrin.h
2300 to extra_headers.
2301 * config/i386/avx512bf16vlintrin.h: New.
2302 * config/i386/avx512bf16intrin.h: New.
2303 * config/i386/cpuid.h (bit_AVX512BF16): New.
2304 * config/i386/driver-i386.c (host_detect_local_cpu): Detect BF16.
2305 * config/i386/i386-builtin-types.def: Add new types.
2306 * config/i386/i386-builtin.def: Add new builtins.
2307 * config/i386/i386-c.c (ix86_target_macros_internal): Define
2308 __AVX512BF16__.
2309 * config/i386/i386-option.c (ix86_target_string): Add -mavx512bf16.
2310 (ix86_option_override_internal): Handle BF16.
2311 (ix86_valid_target_attribute_inner_p): Ditto.
2312 * config/i386/i386-expand.c (ix86_expand_args_builtin): Ditto.
2313 * config/i386/i386-builtin.c (enum processor_features): Add
2314 F_AVX512BF16.
2315 (static const _isa_names_table isa_names_table): Ditto.
2316 * config/i386/i386.h (TARGET_AVX512BF16, TARGET_AVX512BF16_P): New.
2317 (PTA_AVX512BF16): Ditto.
2318 * config/i386/i386.opt: Add -mavx512bf16.
2319 * config/i386/immintrin.h: Include avx512bf16intrin.h
2320 and avx512bf16vlintrin.h.
2321 * config/i386/sse.md (avx512f_cvtne2ps2bf16_<mode><mask_name>,
2322 avx512f_cvtneps2bf16_<mode><mask_name>,
2323 avx512f_dpbf16ps_<mode><mask_half_name>): New define_insn patterns.
2324 * config/i386/subst.md (mask_half): Add new subst.
2325 * doc/invoke.texi: Document -mavx512bf16.
2326
2327 2019-05-07 Segher Boessenkool <segher@kernel.crashing.org>
2328
2329 * config/rs6000/rs6000-protos.h (rs6000_legitimize_reload_address_ptr):
2330 Delete declaration.
2331 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Delete.
2332 (rs6000_debug_legitimize_reload_address): Delete.
2333 (rs6000_legitimize_reload_address_ptr): Delete.
2334 (rs6000_option_override_internal): Adjust.
2335 (mem_operand_gpr): Adjust comment.
2336 (legitimate_lo_sum_address_p): Ditto.
2337 (rs6000_legitimize_reload_address): Delete.
2338 (rs6000_debug_legitimize_reload_address): Delete.
2339 * config/rs6000/rs6000.h (LEGITIMIZE_RELOAD_ADDRESS): Delete.
2340
2341 2019-05-07 Kelvin Nilsen <kelvin@gcc.gnu.org>
2342
2343 PR target/89765
2344 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2345 In handling of ALTIVEC_BUILTIN_VEC_INSERT, use modular arithmetic
2346 to compute vector element selector for both constant and variable
2347 operands.
2348
2349 2019-05-07 Uroš Bizjak <ubizjak@gmail.com>
2350
2351 * config/i386/i386.md (cvt_mnemonic): New mode attribute.
2352 (ashr<mode>3_cvt): Merge insn pattern from ashrsi3_cvt and
2353 ashrdi3_cvt using SWI48 mode iterator.
2354
2355 2019-05-07 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2356
2357 * config/aarch64/aarch64-sve.md (<su>abd<mode>_3): New define_expand.
2358 (aarch64_<su>abd<mode>_3): Likewise.
2359 (*aarch64_<su>abd<mode>_3): New define_insn.
2360 (<sur>sad<vsi2qi>): New define_expand.
2361 * config/aarch64/iterators.md: Added MAX_OPP attribute.
2362 * tree-vect-loop.c (use_mask_by_cond_expr_p): Add SAD_EXPR.
2363 (build_vect_cond_expr): Likewise.
2364
2365 2019-05-07 Uroš Bizjak <ubizjak@gmail.com>
2366
2367 * cfgexpand.c (asm_clobber_reg_is_valid): Reject
2368 clobbers outside of accessible_reg_set.
2369 * config/i386/i386.c (ix86_conditional_register_usage):
2370 Disable register sets by clearing corresponding bits in
2371 accessible_reg_set. Do not set corresponding bits in fixed_regs,
2372 call_used_regs and don't clear corresponding reg_names array members.
2373
2374 2019-05-07 Richard Biener <rguenther@suse.de>
2375
2376 * tree-vect-stmts.c (vect_is_simple_cond): When vectype is
2377 not specified still compute a comp_vectype for invariant
2378 compares.
2379
2380 2019-05-07 Richard Biener <rguenther@suse.de>
2381
2382 PR tree-optimization/90316
2383 * tree-ssa-pre.c (translate_vuse_through_block): When
2384 same_valid is NULL do not bother to search for a virtual
2385 PHI continuation.
2386 (phi_translate_1): When operands changed we cannot keep
2387 the same value-number so do not bother to ask whether
2388 that's possible from translate_vuse_through_block.
2389
2390 2019-05-07 Martin Liska <mliska@suse.cz>
2391
2392 * bitmap.c (bitmap_register): Come up with
2393 alloc_descriptor_max_uid and assign it for
2394 a new bitmap.
2395 (register_overhead): Use get_descriptor as
2396 a descriptor.
2397 (release_overhead): New.
2398 (bitmap_elem_to_freelist): Call it.
2399 (bitmap_elt_clear_from): Likewise.
2400 (bitmap_obstack_free): Likewise.
2401 (bitmap_move): Sensitively release memory.
2402 * bitmap.h (struct GTY): Add alloc_descriptor and padding.
2403 (bitmap_initialize): Initialize alloc_descriptor to zero.
2404 * tree-ssa-pre.c (do_hoist_insertion): Use bitmap_move.
2405
2406 2019-05-07 Richard Biener <rguenther@suse.de>
2407
2408 * tree-vect-slp.c (vect_build_slp_tree_2): Bump size whenever
2409 we build a SLP node. Remove max_size and limiting.
2410 (vect_analyze_slp_instance): Record and dump size of the SLP graph.
2411
2412 2019-05-07 Richard Biener <rguenther@suse.de>
2413
2414 PR tree-optimization/90316
2415 * tree-ssa-alias.h (get_continuation_for_phi): Take walking
2416 limit by reference.
2417 (walk_non_aliased_vuses): Take walking limit argument.
2418 * tree-ssa-alias.c (maybe_skip_until): Take limit and abort
2419 walking if it is reached instead of just counting.
2420 (get_continuation_for_phi): Likewise.
2421 (walk_non_aliased_vuses): Likewise, instead of leaving counter
2422 limiting to the callback.
2423 * tree-ssa-sccvn.c (vn_reference_lookup_2): Adjust.
2424 (vn_reference_lookup_3): Likewise.
2425 (vn_reference_lookup_pieces): Likewise.
2426 (vn_reference_lookup): Likewise.
2427 * tree-ssa-pre.c (translate_vuse_through_block): Limit walking.
2428 * tree-ssa-scopedtables.c (vuse_eq): Adjust.
2429 (avail_exprs_stack::lookup_avail_expr): Likewise.
2430
2431 2019-05-07 Jan Hubicka <hubicka@ucw.cz>
2432
2433 * tree-ssa-alias.c (aliasing_component_refs_p): Continue looking
2434 for comparaible types in the second direction even if first one
2435 hits incomparable type.
2436
2437 2019-05-07 Richard Biener <rguenther@suse.de>
2438
2439 PR lto/90369
2440 * lto-wrapper.c (debug_objcopy): Use the original filename
2441 including archive offset for the filename used for -save-temps.
2442
2443 2019-05-07 Li Jia He <helijia@linux.ibm.com>
2444
2445 * tree-ssa-phiopt.c (two_value_replacement): Fix a typo in parameter
2446 detection.
2447
2448 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2449
2450 * config/rs6000/rs6000.md (FIRST_ALTIVEC_REGNO, LAST_ALTIVEC_REGNO)
2451 (LR_REGNO, CTR_REGNO, CA_REGNO, ARG_POINTER_REGNUM, CR0_REGNO)
2452 (CR1_REGNO, CR2_REGNO, CR3_REGNO, CR4_REGNO, CR5_REGNO, CR6_REGNO)
2453 (CR7_REGNO, MAX_CR_REGNO, VRSAVE_REGNO, VSCR_REGNO)
2454 (FRAME_POINTER_REGNUM): Change numbering.
2455 * config/rs6000/rs6000.c (rs6000_reg_names): Adjust.
2456 (alt_reg_names): Adjust.
2457 (rs6000_conditional_register_usage): Don't mark hard register 64 as
2458 fixed.
2459 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust.
2460 (DWARF_FRAME_REGISTERS): Delete.
2461 (DWARF2_FRAME_REG_OUT): Fix whitespace.
2462 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
2463 Adjust.
2464 (REG_ALLOC_ORDER): Adjust.
2465 (FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM): Adjust.
2466 (REG_CLASS_CONTENTS): Adjust.
2467 (RETURN_ADDR_RTX): Change comment.
2468 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Use ARG_POINTER_REGNUM
2469 instead of 67.
2470 (REGISTER_NAMES): Adjust.
2471 (ADDITIONAL_REGISTER_NAMES): Adjust.
2472 * config/rs6000/darwin.h (REGISTER_NAMES): Adjust.
2473
2474 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2475
2476 * config/rs6000/rs6000.md (TFHAR_REGNO, TFIAR_REGNO, TEXASR_REGNO):
2477 Delete.
2478 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust.
2479 (DWARF_FRAME_REGISTERS): Adjust.
2480 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
2481 Adjust.
2482 (REG_ALLOC_ORDER): Adjust.
2483 (enum reg_class): Delete SPR_REGS.
2484 (REG_CLASS_NAMES): Delete SPR_REGS.
2485 (REG_CLASS_CONTENTS): Delete SPR_REGS. Adjust for deleted TM regs.
2486 (REGISTER_NAMES): Adjust.
2487 (ADDITIONAL_REGISTER_NAMES): Adjust.
2488 * config/rs6000/darwin.h (REGISTER_NAMES): Adjust.
2489 * config/rs6000/htm.md (htm_mfspr_<mode>, htm_mtspr_<mode>): Adjust.
2490 * config/rs6000/predicates.md (htm_spr_reg_operand): Delete.
2491 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Adjust.
2492 (htm_spr_regno): Delete.
2493 (htm_expand_builtin): Adjust: the HTM builtins now have one fewer
2494 argument.
2495 (rs6000_dbx_register_number): Adjust.
2496
2497 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2498
2499 * config/rs6000/rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): Delete.
2500
2501 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
2502
2503 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Handle
2504 FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM, and 64 (which was MQ).
2505
2506 2019-05-06 Jakub Jelinek <jakub@redhat.com>
2507
2508 PR tree-optimization/88709
2509 PR tree-optimization/90271
2510 * params.def (PARAM_STORE_MERGING_MAX_SIZE): New parameter.
2511 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Handle
2512 non-clobber CONSTRUCTORs with no elts. Remove useless tmp_int
2513 variable.
2514 (imm_store_chain_info::coalesce_immediate_stores): Punt if the size
2515 of the store merging group is larger than
2516 PARAM_STORE_MERGING_MAX_SIZE parameter.
2517 (split_group): Add bzero_first argument. If set, always emit first
2518 the first store which must be = {} of the whole area and then for the
2519 rest of the stores consider all zero bytes as paddings.
2520 (imm_store_chain_info::output_merged_store): Check if first store
2521 is = {} of the whole area and if yes, determine which setting of
2522 bzero_first for split_group gives smaller number of stores. Adjust
2523 split_group callers.
2524 (lhs_valid_for_store_merging_p): Allow decls.
2525 (rhs_valid_for_store_merging_p): Allow non-clobber CONTRUCTORs with
2526 no elts.
2527 (pass_store_merging::process_store): Likewise.
2528
2529 2019-05-06 Kelvin Nilsen <kelvin@gcc.gnu.org>
2530
2531 PR target/89424
2532 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
2533 handling of V1TImode.
2534
2535 2019-05-06 Uroš Bizjak <ubizjak@gmail.com>
2536
2537 PR target/89221
2538 * config.gcc (i[34567]86-*-*, x86_64-*-*): Move tests for enable_cld
2539 and enable_frame_pointer ...
2540 * configure.ac: ... here. Update help strings for
2541 --enable-frame-pointer.
2542 * configure: Regenerate.
2543 * config/i386/i386-options.c (ix86_option_override_internal): Remove
2544 USE_X86_64_FRAME_POINTER define, use USE_IX86_FRAME_POINTER instead.
2545 * config/i386/sol2.h (USE_IX86_FRAME_POINTER): Remove.
2546 (USE_X86_64_FRAME_POINTER): Ditto.
2547
2548 2019-05-06 Martin Liska <mliska@suse.cz>
2549
2550 * config.gcc: Append to target_gtfiles and fix indentation.
2551
2552 2019-05-06 Richard Biener <rguenther@suse.de>
2553
2554 PR tree-optimization/90358
2555 * tree-vect-stmts.c (get_group_load_store_type): Properly
2556 detect unused upper half of load.
2557 (vectorizable_load): Likewise.
2558
2559 2019-05-06 Richard Biener <rguenther@suse.de>
2560
2561 PR tree-optimization/88828
2562 * tree-ssa-forwprop.c (get_bit_field_ref_def): Split out from...
2563 (simplify_vector_constructor): ...here. Handle constants in
2564 the constructor.
2565
2566 2019-05-06 Richard Biener <rguenther@suse.de>
2567
2568 PR tree-optimization/90328
2569 * tree-data-ref.h (dr_may_alias_p): Pass in the actual loop nest.
2570 * tree-data-ref.c (dr_may_alias_p): Check whether the clique
2571 is valid in the loop nest before using it.
2572 (initialize_data_dependence_relation): Adjust.
2573 * graphite-scop-detection.c (build_alias_set): Pass the SCOP enclosing
2574 loop as loop-nest to dr_may_alias_p.
2575
2576 2019-05-06 Richard Biener <rguenther@suse.de>
2577
2578 * dwarf2out.c (mem_loc_descriptor): Initialize int_mode.
2579
2580 2019-05-06 Richard Biener <rguenther@suse.de>
2581
2582 PR tree-optimization/90316
2583 * tree-ssa-alias.c (maybe_skip_until): Pass in target BB,
2584 compute target on demand.
2585 (get_continuation_for_phi): Remove code walking stmts to
2586 get to a target virtual operand which could end up being
2587 quadratic.
2588
2589 2019-05-06 Martin Liska <mliska@suse.cz>
2590
2591 PR sanitizer/90312
2592 * config/i386/i386-options.c (ix86_option_override_internal): Error only
2593 when -mabi is selected to a non-default version.
2594
2595 2019-05-06 Hrishikesh Kulkarni <hrishikeshparag@gmail.com>
2596 Martin Liska <mliska@suse.cz>
2597
2598 * Makefile.in: Add lto-dump.texi.
2599 * cgraph.h: Add new functions get_visibility_string and
2600 get_symtab_type_string.
2601 * doc/gcc.texi: Include lto-dump section.
2602 * doc/lto-dump.texi: New file.
2603 * dumpfile.c (dump_switch_p_1): Use parse_dump_option.
2604 (parse_dump_option): Factor out this function.
2605 * dumpfile.h (enum dump_flag): Add new value TDF_ERROR.
2606 (parse_dump_option): Export the function.
2607 * symtab.c (symtab_node::get_visibility_string): New function.
2608 (symtab_node::get_symtab_type_string): Likewise.
2609
2610 2019-05-06 Martin Liska <mliska@suse.cz>
2611
2612 * config/i386/i386-builtins.c: New file.
2613 * config/i386/i386-builtins.h: New file.
2614 * config/i386/i386-expand.c: New file.
2615 * config/i386/i386-expand.h: New file.
2616 * config/i386/i386-features.c: New file.
2617 * config/i386/i386-features.h: New file.
2618 * config/i386/i386-options.c: New file.
2619 * config/i386/i386-options.h: New file.
2620 * config.gcc: Add new files into extra_objs and
2621 target_gtfiles.
2622 * config/i386/i386.c: Split content of the file
2623 into newly introduced files.
2624 * config/i386/i386.h: Declare common variables
2625 and macros.
2626 * config/i386/t-i386: Define dependencies for new files.
2627
2628 2019-05-03 Richard Earnshaw <rearnsha@arm.com>
2629
2630 PR target/89400
2631 * config/arm/arm.md (unaligned_loadsi): Add variant for thumb1.
2632 Restrict 'all' variant to 32-bit configurations.
2633 (unaligned_loadhiu): Likewise.
2634 (unaligned_storehi): Likewise.
2635 (unaligned_storesi): Likewise.
2636 (unaligned_loadhis): Disable when compiling for thumb1.
2637
2638 2019-05-03 Marc Glisse <marc.glisse@inria.fr>
2639
2640 PR tree-optimization/90269
2641 * tree-loop-distribution.c (find_seed_stmts_for_distribution):
2642 Ignore clobbers.
2643
2644 2019-05-03 Martin Liska <mliska@suse.cz>
2645
2646 * hash-map.h: Add is_empty function.
2647 * hash-set.h: Likewise.
2648 * hash-table.h: Likewise.
2649 * dwarf2out.c (dwarf2out_finish): Use is_empty instead of
2650 elements () == 0 (and similar usages).
2651 * gimple-ssa-store-merging.c (pass_store_merging::terminate_and_process_all_chains): Likewise.
2652 * gimplify.c (gimplify_bind_expr): Likewise.
2653 (gimplify_switch_expr): Likewise.
2654 * hash-map-tests.c (test_map_of_strings_to_int): Likewise.
2655 * ipa-icf.c (sem_item_optimizer::remove_symtab_node): Likewise.
2656 * postreload-gcse.c (dump_hash_table): Likewise.
2657 (gcse_after_reload_main): Likewise.
2658 * predict.c (combine_predictions_for_bb): Likewise.
2659 * tree-parloops.c (reduction_phi): Likewise.
2660 (separate_decls_in_region): Likewise.
2661 (transform_to_exit_first_loop): Likewise.
2662 (gen_parallel_loop): Likewise.
2663 (gather_scalar_reductions): Likewise.
2664 (try_create_reduction_list): Likewise.
2665 * var-tracking.c (dump_vars): Likewise.
2666 (emit_notes_for_changes): Likewise.
2667 (vt_emit_notes): Likewise.
2668
2669 2019-05-03 Richard Biener <rguenther@suse.de>
2670
2671 PR tree-optimization/90316
2672 * tree-ssa-pre.c (pass_pre::execute): Re-compute DOM fast queries
2673 before running VN.
2674
2675 2019-05-03 Richard Biener <rguenther@suse.de>
2676
2677 * tree-vect-stmts.c (get_group_load_store_type): Avoid
2678 peeling for gaps by loading only lower halves of vectors
2679 if possible.
2680 (vectorizable_load): Likewise.
2681
2682 2019-05-03 Richard Biener <rguenther@suse.de>
2683
2684 PR middle-end/89518
2685 * match.pd: Add pattern to optimize (A / B) * B + (A % B) to A.
2686
2687 2019-05-03 Richard Biener <rguenther@suse.de>
2688
2689 PR middle-end/87314
2690 * match.pd (cmp (convert1?@2 addr@0) (convert2? addr@1)):
2691 Handle STRING_CST vs DECL or STRING_CST.
2692
2693 2019-05-03 Richard Biener <rguenther@suse.de>
2694
2695 PR tree-optimization/88963
2696 * tree-ssa-forwprop.c (pass_forwprop::execute): Rewrite
2697 vector loads feeding only BIT_FIELD_REFs to component
2698 loads. Rewrite stores fed by CONSTRUCTORs to component
2699 stores.
2700
2701 2019-05-03 Jakub Jelinek <jakub@redhat.com>
2702
2703 * opts.h (finish_options): Remove lang_mask argument.
2704 (print_help, help_option_argument): Declare.
2705 * opts.c (print_help): Remove forward declaration, no longer static.
2706 (finish_options): Remove lang_mask argument, don't call print_help
2707 here.
2708 * opts-global.c (decode_options): Adjust finish_option caller, call
2709 print_help here.
2710
2711 PR tree-optimization/90303
2712 * ipa-devirt.c (obj_type_ref_class, get_odr_type): Don't use
2713 TYPE_CANONICAL for TYPE_STRUCTURAL_EQUALITY_P types in !in_lto_p mode.
2714
2715 2019-05-03 Richard Biener <rguenther@suse.de>
2716
2717 PR tree-optimization/89698
2718 * gimple-fold.c (canonicalize_constructor_val): Early out
2719 for constants, handle unfolded INTEGER_CSTs as they appear in
2720 C++ virtual table ctors.
2721
2722 2019-05-03 Richard Biener <rguenther@suse.de>
2723
2724 * passes.c (execute_function_todo): Remove dead code.
2725
2726 2019-05-02 Segher Boessenkool <segher@kernel.crashing.org>
2727
2728 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Do not use
2729 the internal register number, for any "real" register.
2730
2731 2019-05-02 Segher Boessenkool <segher@kernel.crashing.org>
2732
2733 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Return the
2734 correct numbers for TFHAR, TFIAR, TEXASR.
2735
2736 2019-05-02 Richard Biener <rguenther@suse.de>
2737
2738 PR tree-optimization/89653
2739 * tree-ssa-loop.c (pass_data_tree_loop_init): Execute
2740 update-address-taken before the pass.
2741 * passes.def (pass_tree_loop_init): Put comment before it.
2742
2743 2019-05-02 Richard Biener <rguenther@suse.de>
2744
2745 PR tree-optimization/89509
2746 * tree-ssa-structalias.c (compute_dependence_clique): Look
2747 at the first subvar when determining whether it is restrict.
2748
2749 2019-05-02 Richard Biener <rguenther@suse.de>
2750
2751 PR tree-optimization/90273
2752 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Eliminate
2753 useless debug stmts.
2754
2755 2019-05-02 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2756
2757 * config/aarch64/aarch64-sve.md (<sur>dot_prod<vsi2qi>): Taken from SVE
2758 ACLE branch.
2759 * config/aarch64/iterators.md: Copied Vetype_fourth, VSI2QI and vsi2qi from
2760 SVE ACLE branch.
2761 * tree-vect-loop.c (use_mask_by_cond_expr_p): New function to check if a
2762 VEC_COND_EXPR be inserted to emulate a conditional internal function.
2763 (build_vect_cond_expr): Emit the VEC_COND_EXPR.
2764 (vectorizable_reduction): Use the functions above to vectorize in a
2765 fully masked loop codes that don't have a conditional internal
2766 function.
2767
2768 2019-05-02 Martin Liska <mliska@suse.cz>
2769
2770 * cgraphclones.c: Call valid_attribute_p with 1 for
2771 target_clone.
2772 * config/i386/i386-c.c (ix86_pragma_target_parse): Use 0 as
2773 it's for target attribute.
2774 * config/i386/i386-protos.h (ix86_valid_target_attribute_tree):
2775 Add new boolean argument.
2776 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
2777 Likewise.
2778 (ix86_valid_target_attribute_tree): Pass target_clone_attr
2779 to ix86_valid_target_attribute_inner_p.
2780 (ix86_valid_target_attribute_p): Pass flags argument to
2781 ix86_valid_target_attribute_inner_p.
2782 (get_builtin_code_for_version): Use 0 as it's target attribute.
2783
2784 2019-05-02 Martin Liska <mliska@suse.cz>
2785
2786 * gcc.c (process_command): Add dummy file only
2787 if n_infiles == 0.
2788 * opts-global.c (decode_options): Pass lang_mask.
2789 * opts.c (print_help): New function.
2790 (finish_options): Print --help if help_option_argument
2791 is set.
2792 (common_handle_option): Factor out content of OPT__help_
2793 into print_help.
2794 * opts.h (finish_options): Add new argument.
2795
2796 2019-05-02 Martin Liska <mliska@suse.cz>
2797
2798 PR target/88809
2799 * config/i386/i386.c (ix86_expand_strlen): Use strlen call.
2800 With -minline-all-stringops use inline expansion using 4B loop.
2801 * doc/invoke.texi: Document the change of
2802 -minline-all-stringops.
2803
2804 2019-05-01 Jeff Law <law@redhat.com>
2805
2806 PR tree-optimization/88797
2807 * gimple-ssa-split-paths (is_feasible_trace): Reject cases where the
2808 PHI feeds a conditional on the RHS of an assignment.
2809
2810 2019-04-30 Andrew Waterman <andrew@sifive.com>
2811 Jim Wilson <jimw@sifive.com>
2812
2813 * config/riscv/constraints.md (L): New.
2814 * config/riscv/predicates.md (lui_operand): New.
2815 (sfb_alu_operand): New.
2816 * config/riscv/riscv-protos.h (riscv_expand_conditional_move): Declare.
2817 * config/riscv/riscv.c (riscv_expand_conditional_move): New.
2818 * config/riscv/riscv.h (TARGET_SFB_ALU): New.
2819 * config/riscv/risc.md (type): Add sfb_alu.
2820 (branch<mode>): Renamed from branch_order<mode>. Change predicate for
2821 operand 3 to reg_or_0_operand. In output string, change %3 to %z3.
2822 (branch_zero<mode>): Delete.
2823 (mov<mode>cc): New.
2824 (mov<GPR:mode><X:mode>cc): Likewise.
2825 * config/riscv/sifive-7.md (sifive_7_sfb_alu): New. Use in bypasses.
2826
2827 2019-04-30 Nathan Sidwell <nathan@acm.org>
2828
2829 * tree.h (MARK_TS_EXP): New.
2830
2831 2019-04-30 Martin Liska <mliska@suse.cz>
2832
2833 * opts.c (enable_warning_as_error): Provide hints
2834 for unknown options.
2835
2836 2019-04-30 Martin Liska <mliska@suse.cz>
2837
2838 PR debug/90288
2839 * doc/invoke.texi: Add missing dash for gas-locview-support
2840 and gno-as-locview-support.
2841
2842 2019-04-30 Jakub Jelinek <jakub@redhat.com>
2843
2844 PR target/89093
2845 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Don't skip
2846 whitespace at the start of target attribute string.
2847
2848 2019-04-30 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
2849
2850 PR target/86538
2851 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins):
2852 Define __ARM_FEATURE_ATOMICS.
2853
2854 2019-04-30 Martin Liska <mliska@suse.cz>
2855
2856 * gimple-fold.c (gimple_fold_builtin_memory_op): Change endp
2857 into built_in_function enum. Remove code for endp == 2 and
2858 use BUILT_IN_* constants.
2859 (gimple_fold_builtin): Call the function with fcode.
2860
2861 2019-04-30 Martin Liska <mliska@suse.cz>
2862
2863 * config/i386/i386.c (ix86_builtin_reciprocal): Cast
2864 DECL_FUNCTION_CODE into ix86_builtins enum before
2865 the switch statement.
2866
2867 2019-04-30 Jakub Jelinek <jakub@redhat.com>
2868
2869 PR tree-optimization/89475
2870 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_BSWAP{16,32,64}
2871 calls.
2872
2873 2019-04-30 Martin Liska <mliska@suse.cz>
2874
2875 PR translation/90274
2876 * opts.c (print_filtered_help): Wrap string in _(...).
2877
2878 2019-04-30 Bin Cheng <bin.cheng@linux.alibaba.com>
2879
2880 PR tree-optimization/90240
2881 Revert:
2882 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
2883
2884 PR tree-optimization/90078
2885 * tree-ssa-loop-ivopts.c (comp_cost::operator +,-,+=,-+,/=,*=): Add
2886 checks for infinite_cost overflow.
2887
2888 2019-04-29 Jeff Law <law@redhat.com>
2889
2890 * passes.def: Move -Wrestrict pass after copy propagation.
2891
2892 2019-04-29 Maya Rashish <coypu@sdf.org>
2893
2894 * config.gcc (default_gnu_indirect_function): Default to yes
2895 for arm*-*-netbsd*, i[34567]86-*-netbsd*, powerpc*-*-netbsd*,
2896 sparc*-*-netbsd*, x86_64-*-netbsd*.
2897
2898 2019-04-29 Vladislav Ivanishin <vlad@ispras.ru>
2899
2900 * tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases
2901 where cond2 is NE_EXPR.
2902 (is_value_included_in): Update comment.
2903
2904 2019-04-29 Richard Biener <rguenther@suse.de>
2905
2906 PR tree-optimization/90278
2907 * tree-ssa-forwprop.c (pass_forwprop::execute): Transfer/clean
2908 EH on comparison simplification.
2909
2910 2019-04-29 Jason Merrill <jason@redhat.com>
2911
2912 PR c++/82081 - tail call optimization breaks noexcept
2913 * tree-tailcall.c (find_tail_calls): Don't turn a call from a
2914 nothrow function to a might-throw function into a tail call.
2915
2916 2019-04-29 Richard Sandiford <richard.sandiford@arm.com>
2917
2918 * tree-data-ref.h (data_dependence_relation::inner_loop): Delete.
2919 (DDR_INNER_LOOP): Likewise.
2920 * tree-data-ref.c (dump_data_dependence_relation): Update accordingly.
2921 (initialize_data_dependence_relation): Likewise.
2922 (insert_innermost_unit_dist_vector): Use 0 instead of DDR_INNER_LOOP.
2923
2924 2019-04-29 Jakub Jelinek <jakub@redhat.com>
2925
2926 PR rtl-optimization/90257
2927 * cfgrtl.c (flow_active_insn_p): Return true for USE of a function
2928 return value.
2929
2930 Revert the revert:
2931 2019-04-21 H.J. Lu <hongjiu.lu@intel.com>
2932
2933 PR target/90178
2934 Revert:
2935 2018-11-21 Uros Bizjak <ubizjak@gmail.com>
2936
2937 Revert the revert:
2938 2013-10-26 Vladimir Makarov <vmakarov@redhat.com>
2939
2940 Revert:
2941 2013-10-25 Vladimir Makarov <vmakarov@redhat.com>
2942
2943 * lra-spills.c (lra_final_code_change): Remove useless move insns.
2944
2945 2019-04-29 Richard Biener <rguenther@suse.de>
2946
2947 * tree-ssa.c (insert_debug_temp_for_var_def): For {CLOBBER}
2948 rhs issue a reset.
2949
2950 2019-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
2951
2952 * config/netbsd-d.c: Include memmodel.h. Remove unused tree.h,
2953 varasm.h, and netbsd-protos.h.
2954
2955 2019-04-27 Uroš Bizjak <ubizjak@gmail.com>
2956
2957 PR target/89261
2958 * config/i386/i386-protos.h (ix86_data_alignment): Change
2959 the second argument type to unsigned int.
2960 * config/i386/i386.c (ix86_data_alignment): Change "align"
2961 argument type to unsigned int.
2962
2963 2019-04-27 Martin Liska <mliska@suse.cz>
2964
2965 PR middle-end/90258
2966 * opt-suggestions.c (option_proposer::build_option_suggestions):
2967 When get_valid_option_values returns empty values, add the
2968 misspelling candidate.
2969
2970 2019-04-26 Jim Wilson <jimw@sifive.com>
2971
2972 * config/riscv/riscv-protos.h (riscv_move_integer): Add machine_mode
2973 parameter.
2974 * config/riscv/riscv.c (riscv_move_integer): New parameter orig_mode.
2975 Pass orig_mode to riscv_build_integer.
2976 (riscv_split_integer): Pass mode to riscv_move_integer.
2977 (riscv_legitimize_const_move): Likewise.
2978 (riscv_legitimize_move): For MEM dest and CONST_INT src case, new local
2979 promoted_mode. Replace force_reg call with code to load constant into
2980 promoted reg and then subreg it for the store.
2981 * config/riscv/riscv.md (low<mode>+1): Pass <GPR:MODE>mode to
2982 riscv_move_integer.
2983
2984 2018-04-26 Eugene Sharygin <eush@ispras.ru>
2985
2986 * gdbhooks.py: Fix UnicodeDecodeErrors when printing trees with
2987 corrupt codes.
2988
2989 2019-04-26 Richard Sandiford <richard.sandiford@arm.com>
2990
2991 * tree.h (TYPE_VECTOR_SUBPARTS, SET_TYPE_VECTOR_SUBPARTS): Add
2992 commentary about the encoding of precision.
2993
2994 2019-04-25 Andreas Tobler <andreast@gcc.gnu.org>
2995
2996 * config/i386/freebsd64.h: Add bits for 32-bit multilib support.
2997 * config/i386/t-freebsd64: New file.
2998 * config.gcc: Add the t-freebsd64 for multilib support.
2999
3000 2019-04-25 Uroš Bizjak <ubizjak@gmail.com>
3001
3002 * doc/extend.texi (vector_size): Add missing comma after @xref.
3003
3004 2019-04-25 Jakub Jelinek <jakub@redhat.com>
3005
3006 * BASE-VER: Set to 10.0.0.
3007
3008 2019-04-25 Richard Biener <rguenther@suse.de>
3009
3010 PR middle-end/89765
3011 * gimplify.c (gimplify_expr): Avoid turning a lvalue
3012 VIEW_CONVERT_EXPR into one operating on an rvalue.
3013
3014 2019-04-25 H.J. Lu <hongjiu.lu@intel.com>
3015
3016 PR target/89929
3017 * config/i386/i386.c (feature_priority): Moved to file scope.
3018 (processor_features): Likewise.
3019 (processor_model): Likewise.
3020 (_arch_names_table): Likewise.
3021 (arch_names_table): Likewise.
3022 (_feature_list): Removed.
3023 (feature_list): Likewise.
3024 (_isa_names_table): Moved to file scope. Add priority.
3025 (isa_names_table): Likewise.
3026 (get_builtin_code_for_version): Replace feature_list with
3027 isa_names_table. Update error message for P_ZERO priority.
3028
3029 2019-04-25 Richard Biener <rguenther@suse.de>
3030
3031 * tree-pass.h (make_pass_phi_only_cprop): Remove.
3032 * timevar.def (TV_TREE_PHI_CPROP): Likewise.
3033
3034 2019-04-24 Jeff Law <law@redhat.com>
3035
3036 PR tree-optimization/90037
3037 * Makefile.in (OBJS): Remove tree-ssa-phionlycprop.c
3038 * passes.def: Replace all instance of phi-only cprop with the
3039 lattice propagator. Move propagation pass from after erroneous
3040 path isolation to before erroneous path isolation.
3041 * tree-ssa-phionlycprop.c: Remove.
3042
3043 2019-04-24 Richard Biener <rguenther@suse.de>
3044
3045 PR middle-end/90213
3046 * gimple-fold.c (fold_const_aggregate_ref_1): Do multiplication
3047 by size and BITS_PER_UNIT on poly-wide-ints.
3048
3049 2019-04-25 Richard Biener <rguenther@suse.de>
3050
3051 PR middle-end/90194
3052 * match.pd: Add pattern to simplify view-conversion of an
3053 empty constructor.
3054
3055 2019-04-24 Clement Chigot <clement.chigot@atos.net>
3056
3057 * config/rs6000/aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Disable
3058 OPTION_MASK_VSX and OPTION_MASK_ALTIVEC from rs6000_isa_flags
3059 for Go on 32 bit AIX.
3060 * config/rs6000/aix72.h: Likewise.
3061
3062 2019-04-24 Jakub Jelinek <jakub@redhat.com>
3063
3064 PR target/90193
3065 * rtl.c (classify_insn): Return JUMP_INSN for asm goto.
3066 * emit-rtl.c (try_split): Copy over REG_LABEL_TARGET.
3067
3068 2019-04-24 Andreas Krebbel <krebbel@linux.ibm.com>
3069
3070 PR target/89952
3071 * config/s390/s390.c (s390_restore_gprs_from_fprs): Restore GPRs
3072 from FPRs in reverse order. Generate REG_CFA_DEF_CFA note also
3073 for restored hard frame pointer.
3074 (s390_sched_dependencies_evaluation): Implement new target hook.
3075 (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New macro definition.
3076
3077 2019-04-24 Claudiu Zissulescu <claziss@sysnopsys.com>
3078
3079 * config/arc/arc-options.def: Fix typos and spelling mistakes.
3080 * config/arc/arc.c (arc_init): Cleanup warning message.
3081 (arc_override_options): Likewise.
3082
3083 2019-04-24 Jakub Jelinek <jakub@redhat.com>
3084
3085 PR target/90187
3086 * config/i386/i386.c (ix86_expand_sse_fp_minmax): Force if_true into
3087 a register if both if_true and if_false are MEMs.
3088
3089 PR tree-optimization/90208
3090 * tree-cfg.c (remove_bb): Move forced labels from removed bbs
3091 after labels of new_bb, not before them.
3092
3093 PR tree-optimization/90211
3094 * tree-parloops.c (try_create_reduction_list): Ignore phi arguments
3095 which are not SSA_NAMEs.
3096
3097 2018-04-23 Sudakshina Das <sudi.das@arm.com>
3098
3099 * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define for
3100 AArch64.
3101 (aarch64_file_end_indicate_exec_stack): Add gnu note section.
3102
3103 2019-04-23 Roman Zhuykov <zhroma@ispras.ru>
3104
3105 PR rtl-optimization/87979
3106 * modulo-sched.c (sms_schedule): Start ii value "mii" should
3107 not equal zero.
3108
3109 2019-04-23 Roman Zhuykov <zhroma@ispras.ru>
3110
3111 PR rtl-optimization/84032
3112 * modulo-sched.c (ps_insn_find_column): Change condition so that
3113 branch will always be the last insn in a row inside partial
3114 schedule.
3115
3116 2019-04-23 Richard Biener <rguenther@suse.de>
3117
3118 PR debug/90131
3119 * tree-cfgcleanup.c (move_debug_stmts_from_forwarder): Add
3120 dest_single_pred_p argument.
3121 (remove_forwarder_block): Adjust.
3122 (remove_forwarder_block_with_phi): Likewise.
3123
3124 2019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3125 Bernd Edlinger <bernd.edlinger@hotmail.de>
3126 Jakub Jelinek <jakub@redhat.com>
3127
3128 PR target/89093
3129 * config/arm/arm.c (aapcs_vfp_is_call_or_return_candidate): Diagnose
3130 if used with general-regs-only.
3131 (arm_conditional_register_usage): Don't add non-general regs if
3132 general-regs-only.
3133 (arm_valid_target_attribute_rec): Handle general-regs-only.
3134 * config/arm/arm.h (TARGET_HARD_FLOAT): Return false if
3135 general-regs-only.
3136 (TARGET_HARD_FLOAT_SUB): Define.
3137 (TARGET_SOFT_FLOAT): Define as negation of TARGET_HARD_FLOAT_SUB.
3138 (TARGET_REALLY_IWMMXT): Add && !TARGET_GENERAL_REGS_ONLY.
3139 (TARGET_REALLY_IWMMXT2): Likewise.
3140 * config/arm/arm.opt: Add -mgeneral-regs-only.
3141 * doc/extend.texi: Document ARM general-regs-only target.
3142 * doc/invoke.texi: Document ARM -mgeneral-regs-only.
3143
3144 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
3145
3146 PR tree-optimization/90078
3147 * tree-ssa-loop-ivopts.c (comp_cost::operator +,-,+=,-+,/=,*=): Add
3148 checks for infinite_cost overflow.
3149
3150 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
3151
3152 PR tree-optimization/90021
3153 * tree-chrec.c (evolution_function_is_univariate_p): New parameter
3154 and check univariate against it.
3155 * tree-chrec.h (evolution_function_is_univariate_p): New parameter.
3156 * tree-data-ref.c (add_other_self_distances): Pass new argument.
3157
3158 2019-04-21 H.J. Lu <hongjiu.lu@intel.com>
3159
3160 PR target/90178
3161 Revert:
3162 2018-11-21 Uros Bizjak <ubizjak@gmail.com>
3163
3164 Revert the revert:
3165 2013-10-26 Vladimir Makarov <vmakarov@redhat.com>
3166
3167 Revert:
3168 2013-10-25 Vladimir Makarov <vmakarov@redhat.com>
3169
3170 * lra-spills.c (lra_final_code_change): Remove useless move insns.
3171
3172 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
3173
3174 * config/rs6000/rs6000.md (group_end_nop): Emit insn register
3175 names using operand format, rather than hard-wired.
3176 (speculation_barrier): Likewise.
3177
3178 2019-04-19 Segher Boessenkool <segher@kernel.crashing.org>
3179
3180 PR tree-optimization/88055
3181 * tree-call-cdce.c (comparison_code_if_no_nans): New function.
3182 (gen_one_condition): Use it if !HONOR_NANS.
3183
3184 2019-04-19 Jakub Jelinek <jakub@redhat.com>
3185
3186 PR middle-end/90139
3187 * tree-outof-ssa.c (get_temp_reg): If reg_mode is BLKmode, return
3188 assign_temp instead of gen_reg_rtx.
3189
3190 2019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
3191
3192 PR translation/90118
3193 * config/aarch64/aarch64.c (aarch64_override_options_internal):
3194 Add missing space before %<.
3195
3196 2019-04-18 Peter Bergner <bergner@linux.ibm.com>
3197
3198 PR rtl-optimization/87871
3199 * ira-lives.c (make_object_dead): Don't add conflicts to
3200 TOTAL_CONFLICT_HARD_REGS for register ignore_reg_for_conflicts.
3201
3202 2019-04-18 Martin Sebor <msebor@redhat.com>
3203
3204 PR middle-end/89797
3205 * tree.h (TYPE_VECTOR_SUBPARTS): Use HOST_WIDE_INT_1U.
3206 * config/aarch64/aarch64.c (aarch64_simd_vector_alignment): Avoid
3207 assuming type size fits in SHWI.
3208
3209 2019-04-18 Jan Hubicka <hubicka@ucw.cz>
3210
3211 PR ipa/85051
3212 * ipa-inline.c (flatten_function): New parameter UPDATE.
3213 (ipa_inline, early_inliner): Use it.
3214
3215 2019-04-18 Richard Sandiford <richard.sandiford@arm.com>
3216
3217 * fold-const.c (int_const_binop): Return early on failure.
3218
3219 2019-04-18 Richard Sandiford <richard.sandiford@arm.com>
3220
3221 PR middle-end/85164
3222 * combine.c (force_int_to_mode): Cast the argument rather than
3223 the result of known_alignment.
3224 * rtlanal.c (rtx_addr_can_trap_p_1): Use known_subrange_p.
3225
3226 2019-04-18 Richard Biener <rguenther@suse.de>
3227
3228 PR debug/90131
3229 * tree-cfgcleanup.c (move_debug_stmts_from_forwarder): Split
3230 out from ...
3231 (remove_forwarder_block): ... here.
3232 (remove_forwarder_block_with_phi): Also move debug stmts here.
3233
3234 2019-04-18 Jakub Jelinek <jakub@redhat.com>
3235
3236 PR translation/79183
3237 * gimple-ssa-sprintf.c (format_directive): Use inform_n instead of
3238 inform where appropriate.
3239
3240 2019-04-18 Richard Biener <rguenther@suse.de>
3241
3242 * tree.c (get_qualified_type): Put found type variants at the
3243 head of the variant list.
3244
3245 2018-04-17 Segher Boessenkool <segher@kernel.crashing.org>
3246
3247 * config/rs6000/rs6000.c (rs6000_register_move_cost): Fix typo.
3248
3249 2019-04-17 Hongtao Liu <hongtao.liu@intel.com>
3250
3251 PR target/90125
3252 * config/i386/avx512fintrin.h (_mm_maskz_fmadd_round_sd,
3253 _mm_maskz_fmadd_round_ss, _mm_maskz_fmsub_round_sd,
3254 _mm_maskz_fmsub_round_ss, _mm_maskz_fnmadd_round_sd,
3255 _mm_maskz_fnmadd_round_ss, _mm_maskz_fnmsub_round_sd,
3256 _mm_maskz_fnmsub_round_ss): Use _maskz builtin instead of _mask3.
3257
3258 2019-04-17 Peter Bergner <bergner@linux.ibm.com>
3259
3260 * ira-conflicts.c (print_allocno_conflicts): Always print something,
3261 even for allocno's with no conflicts.
3262 (print_conflicts): Print an extra newline.
3263
3264 2019-04-17 Segher Boessenkool <segher@kernel.crashing.org>
3265
3266 * auto-inc-dec.c (attempt_change): Set the alignment of the
3267 temporary memory to that of the original.
3268
3269 2019-04-17 Joao Moreira <jmoreira@suse.de>
3270
3271 * targhooks.c (default_print_patchable_function_entry): Emit
3272 __patchable_function_entries section with writable flags to allow
3273 relocation resolution.
3274
3275 2019-04-17 Jonny Grant <jg@jguk.org>
3276
3277 * collect2.c (main): Change gcc.gnu.org URL to HTTPS.
3278
3279 2019-04-17 Jakub Jelinek <jakub@redhat.com>
3280
3281 PR middle-end/90095
3282 * internal-fn.c (expand_mul_overflow): Don't set SUBREG_PROMOTED_VAR_P
3283 on lowpart SUBREGs.
3284
3285 2019-04-17 Claudiu Zissulescu <claziss@synopsys.com>
3286
3287 * config/arc/arc.c (arc_init): Format diagnostic string.
3288 (arc_override_options): Likewise.
3289 (check_if_valid_regno_const): Likewise.
3290 (arc_reorg): Likewise.
3291
3292 2019-04-17 Segher Boessenkool <segher@kernel.crashing.org>
3293
3294 PR target/17108
3295 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Adjust pattern
3296 name.
3297 (rs6000_emit_allocate_stack_1): Simplify condition. Adjust pattern
3298 name.
3299 * config/rs6000/rs6000.md (bits): Add entries for SF and DF.
3300 (*movdi_update1): Use Pmode.
3301 (movdi_<mode>_update): Fix argument to avoiding_indexed_address_p.
3302 (movdi_<mode>_update_stack): Rename to ...
3303 (movdi_update_stack): ... this. Fix comment. Change condition. Don't
3304 use Pmode.
3305 (*movsi_update1): Use Pmode.
3306 (*movsi_update2): Use Pmode.
3307 (movsi_update): Rename to ...
3308 (movsi_<mode>_update): ... this. Use Pmode.
3309 (movsi_update_stack): Fix condition.
3310 (*movhi_update1): Use Pmode. Fix argument to
3311 avoiding_indexed_address_p.
3312 (*movhi_update2): Ditto.
3313 (*movhi_update3): Ditto.
3314 (*movhi_update4): Ditto.
3315 (*movqi_update1): Ditto.
3316 (*movqi_update2): Ditto.
3317 (*movqi_update3): Ditto.
3318 (*movsf_update1, *movdf_update1): Merge, rename to...
3319 (*mov<mode>_update1): This. Use Pmode. Fix argument to
3320 avoiding_indexed_address_p. Add "size" attribute.
3321 (*movsf_update2, *movdf_update2): Merge, rename to...
3322 (*mov<mode>_update2): This. Ditto.
3323 (*movsf_update3): Use Pmode. Fix argument to
3324 avoiding_indexed_address_p.
3325 (*movsf_update4): Ditto.
3326 (allocate_stack): Simplify condition. Adjust pattern names.
3327
3328 2019-04-17 Jakub Jelinek <jakub@redhat.com>
3329
3330 PR target/89093
3331 * config/arm/arm.c (arm_valid_target_attribute_rec): Don't skip
3332 whitespace at the start of target attribute string.
3333
3334 2019-04-16 Pat Haugen <pthaugen@us.ibm.com>
3335
3336 PR target/84369
3337 * config/rs6000/power9.md: Add store forwarding bypass.
3338
3339 2019-04-16 Alexandre Oliva <aoliva@redhat.com>
3340
3341 PR debug/89528
3342 * valtrack.c (dead_debug_insert_temp): Reset debug references
3343 to the return value of a call being removed.
3344
3345 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3346
3347 * config/arc/arc-protos.h (arc_register_move_cost): Remove.
3348 * config/arc/arc.c (arc_register_move_cost): Re-purpose it to
3349 implement target hook.
3350 (arc_memory_move_cost): New function.
3351 (TARGET_REGISTER_MOVE_COST): Define.
3352 (TARGET_MEMORY_MOVE_COST): Likewise.
3353 * config/arc/arc.h (REGISTER_MOVE_COST): Remove.
3354 (MEMORY_MOVE_COST): Likewise.
3355
3356 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3357
3358 * config/arc/arc.md (sibcall_insn): Use Rcd constraint.
3359 (sibcall_value_insn): Likewise.
3360 * config/arc/constraints.md (Rs5): Remove.
3361
3362 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3363
3364 * config/arc/arc.c (arc_hard_regno_modes): Add two missing modes
3365 for last two fake registers.
3366 (arc_conditional_register_usage): Make sure fake frame and arg
3367 pointer regs are in general regs class.
3368 (FRAME_POINTER_MASK): Remove.
3369 (RETURN_ADDR_MASK): Remove.
3370 (arc_must_save_register): Use hard frame regnum.
3371 (frame_restore_reg): Use hard_frame_pointer_rtx.
3372 (arc_save_callee_saves): Likewise.
3373 (arc_restore_callee_saves): Likewise.
3374 (arc_save_callee_enter): Likewise.
3375 (arc_restore_callee_leave): Likewise.
3376 (arc_save_callee_milli): Likewise.
3377 (arc_eh_return_address_location): Likewise.
3378 (arc_check_multi): Use hard frame regnum.
3379 (arc_can_eliminate): Likewise.
3380 * config/arc/arc.h (FIXED_REGISTERS): Make FP register available
3381 for register allocator.
3382 (REG_CLASS_CONTENTS): Update GENERAL_REGS.
3383 (REGNO_OK_FOR_BASE_P): Consider FRAME_POINTER_REGNUM.
3384 (FRAME_POINTER_REGNUM): Change it to a fake register.
3385 (HARD_FRAME_POINTER_REGNUM): Defined.
3386 (ARG_POINTER_REGNUM): Change it to a new fake register.
3387 (ELIMINABLE_REGS): Update.
3388 (REGISTER_NAMES): Update names.
3389 * config/arc/arc.md (LP_START): Remove.
3390 (LP_END): Likewise.
3391 (shift_si3_loop): Update pattern.
3392
3393 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
3394
3395 * config/arc/arc.c (arc_expand_prologue): Emit blockage regardless
3396 to avoid delay slot scheduling.
3397 (arc_must_save_register): Don't save SP.
3398 * config/arc/arc.md (stack_tie): Remove.
3399 (UNSPEC_ARC_STKTIE): Likewise.
3400
3401 2019-04-16 Kito Cheng <kito.cheng@gmail.com>
3402 Shiva Chen <shiva0217@gmail.com>
3403
3404 * config/nds32/nds32-md-auxiliary.c (nds32_split_ashiftdi3): Fix wrong
3405 code gen with large shift amount.
3406
3407 2019-04-16 Chung-Ju Wu <jasonwucj@gmail.com>
3408
3409 * config/nds32/nds32-pipelines-auxiliary.c (wext_odd_dep_p): Handle
3410 subreg.
3411
3412 2019-04-16 Jakub Jelinek <jakub@redhat.com>
3413
3414 PR target/90096
3415 * config/i386/i386.c (ix86_target_string): Add ADD_ABI_P argument, only
3416 print -m64/-mx32/-m32 if it is true.
3417 (ix86_debug_options, ix86_function_specific_print): Pass true as
3418 ADD_ABI_P to ix86_target_string.
3419 (ix86_expand_builtin): Adjust ix86_target_string caller, pass true as
3420 ADD_ABI_P only if OPTION_MASK_ISA_64BIT is set in bisa and in that case
3421 or into it OPTION_MASK_ISA_ABI_64 or OPTION_MASK_ISA_ABI_X32.
3422
3423 PR rtl-optimization/90082
3424 * dce.c (can_delete_call): New function.
3425 (deletable_insn_p, mark_insn): Use it.
3426
3427 PR tree-optimization/90090
3428 * tree-ssa-math-opts.c (is_division_by): Ignore divisions that can
3429 throw internally.
3430 (is_division_by_square): Likewise. Formatting fix.
3431
3432 2019-04-16 Richard Biener <rguenther@suse.de>
3433
3434 PR tree-optimization/56049
3435 * tree-ssa-loop-im.c (mem_ref_hasher::equal): Elide alias-set
3436 equality check if alias-set zero will prevail.
3437
3438 2019-04-15 Jeff Law <law@redhat.com>
3439
3440 * config/microblaze/microblaze.c (microblaze_expand_block_move): Treat
3441 size and alignment as unsigned.
3442
3443 2019-04-15 Richard Biener <rguenther@suse.de>
3444
3445 PR debug/90074
3446 * tree-loop-distribution.c (destroy_loop): Preserve correct
3447 debug info.
3448
3449 2019-04-15 Richard Biener <rguenther@suse.de>
3450
3451 PR tree-optimization/90071
3452 * tree-ssa-reassoc.c (init_range_entry): Do not pick up
3453 abnormal operands from def stmts.
3454
3455 2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
3456
3457 PR rtl-optimization/89794
3458 * combine.c (count_auto_inc): New function.
3459 (try_combine): Count how many auto_inc expressions there were in the
3460 original instructions. Ensure we have the same number in the new
3461 instructions. Remove the code that tried to ensure auto_inc side
3462 effects on i1 and i0 are not lost.
3463
3464 2019-04-15 Richard Biener <rguenther@suse.de>
3465
3466 PR ipa/88936
3467 * tree.h (auto_var_p): Declare.
3468 * tree.c (auto_var_p): New function, split out from ...
3469 (auto_var_in_fn_p): ... here.
3470 * tree-ssa-structalias.c (struct variable_info): Add shadow_var_uid
3471 member.
3472 (new_var_info): Initialize it.
3473 (set_uids_in_ptset): Also set the shadow variable uid if required.
3474 (ipa_pta_execute): Postprocess points-to solutions assigning
3475 shadow variable uids for locals that may reach their containing
3476 function recursively.
3477 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Do not
3478 assert but instead check whether the points-to solution is
3479 a singleton.
3480
3481 2019-04-15 Martin Jambor <mjambor@suse.cz>
3482
3483 PR ipa/pr89693
3484 * cgraph.c (clone_of_p): Loop over clone chain for each step in
3485 the thunk chain.
3486
3487 2019-04-15 Monk Chiang <sh.chiang04@gmail.com>
3488
3489 * config.gcc (nds32*-*-linux*): Set gcc_cv_initfini_array to yes.
3490
3491 2019-04-15 Monk Chiang <sh.chiang04@gmail.com>
3492 Kito Cheng <kito.cheng@gmail.com>
3493 Shiva Chen <shiva0217@gmail.com>
3494
3495 * config/nds32/nds32-md-auxiliary.c
3496 (nds32_legitimize_pic_address): Use new PIC pattern.
3497 (nds32_legitimize_tls_address): Use new TLS pattern.
3498 (nds32_output_symrel): New.
3499 * config/nds32/nds32-protos.h (nds32_output_symrel): Declare.
3500 (nds32_alloc_relax_group_id): Ditto.
3501 * config/nds32/nds32-relax-opt.c (nds32_alloc_relax_group_id): New.
3502 (nds32_group_insns): Use nds32_alloc_relax_group_id instead of use
3503 relax_group_id.
3504 (nds32_group_tls_insn): Ditto.
3505 (nds32_group_float_insns): Ditto.
3506 * config/nds32/nds32.md (tls_le): New.
3507 (sym_got): Ditto.
3508
3509 2019-04-15 Chung-Ju Wu <jasonwucj@gmail.com>
3510
3511 * configure: Add nds32 target for dwarf2 debug_line checking.
3512 * configure.ac: Regenerated.
3513
3514 2019-04-14 Jan Hubicka <hubicka@ucw.cz>
3515
3516 PR lto/89358
3517 * ipa-devirt.c (skip_in_fields_list_p): New.
3518 (odr_types_equivalent_p): Use it.
3519
3520 2019-04-13 Jakub Jelinek <jakub@redhat.com>
3521
3522 PR target/89093
3523 * config/arm/arm.c (arm_valid_target_attribute_rec): Use strcmp
3524 instead of strncmp when checking for thumb and arm. Formatting fixes.
3525
3526 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
3527
3528 * doc/install.texi: Document --with-target-system-zlib.
3529
3530 2019-04-12 Martin Sebor <msebor@redhat.com>
3531
3532 PR c/88383
3533 PR c/89288
3534 PR c/89798
3535 PR c/89797
3536 * targhooks.c (default_vector_alignment): Avoid assuming
3537 argument fits in SHWI.
3538 * tree.h (TYPE_VECTOR_SUBPARTS): Avoid sign overflow in
3539 a shift expression.
3540 * doc/extend.texi (__builtin_has_attribute): Add a clarifying note.
3541
3542 2019-04-12 Jakub Jelinek <jakub@redhat.com>
3543
3544 PR rtl-optimization/89965
3545 * dce.c: Include rtl-iter.h.
3546 (struct check_argument_load_data): New type.
3547 (check_argument_load): New function.
3548 (find_call_stack_args): Check for loads from stack slots still tracked
3549 in sp_bytes and punt if any is found.
3550
3551 * config/mips/loongson-mmiintrin.h: Fix up #error message.
3552
3553 2019-04-12 Jan Hubicka <hubicka@ucw.cz>
3554
3555 * params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
3556 * doc/invoke.texi (max-lto-streaming-paralellism): New --param.
3557
3558 2019-04-12 Martin Liska <mliska@suse.cz>
3559
3560 PR middle-end/89970
3561 * multiple_target.c (create_dispatcher_calls): Wrap ifunc
3562 in error message.
3563 (separate_attrs): Handle multiple 'default's.
3564 (expand_target_clones): Rework error handling code.
3565
3566 2019-04-12 Kelvin Nilsen <kelvin@gcc.gnu.org>
3567
3568 PR target/87532
3569 * config/rs6000/rs6000.c (rs6000_split_vec_extract_var): Use inner
3570 mode of vector rather than mode of destination for move instruction.
3571 * config/rs6000/vsx.md (*vsx_extract_<mode>_<VS_scalar>mode_var):
3572 Use QI inner mode with V16QI vector mode.
3573
3574 2019-04-12 Jakub Jelinek <jakub@redhat.com>
3575
3576 PR target/52726
3577 * config/tilepro/tilepro.c (tilepro_print_operand): Use just
3578 "invalid %%t operand" in output_operand_lossage message.
3579
3580 2019-04-12 Andreas Krebbel <krebbel@linux.ibm.com>
3581
3582 * config/s390/predicates.md (permute_pattern_operand): New
3583 predicate.
3584 * config/s390/vector.md ("*vec_splats_bswap_vec<mode>"): Add USE
3585 operand for the permute pattern.
3586 ("*vec_perm<mode>"): New insn definition.
3587 ("bswap<mode>"): Generate the permute pattern operand in the
3588 expander and perform the operand reloads for pre arch13 level
3589 already.
3590 ("*bswap<mode>_emu"): Rename to ...
3591 ("*bswap<mode>"): ... this. And make the splitter vxe2 only.
3592 * config/s390/vx-builtins.md ("*vec_insert_and_zero_bswap<mode>"):
3593 Add the USE operand for the permute pattern.
3594 ("*vec_set_bswap_vec<mode>"): Likewise.
3595
3596 2019-04-12 Jakub Jelinek <jakub@redhat.com>
3597
3598 PR c/89946
3599 * varasm.c (assemble_start_function): Don't use tree_fits_uhwi_p
3600 and gcc_unreachable if it fails, just call tree_to_uhwi which
3601 verifies that too. Test TREE_CHAIN instead of list_length > 1.
3602 Start warning message with a lower-case letter. Formatting fixes.
3603
3604 PR rtl-optimization/90026
3605 * cfgcleanup.c (try_optimize_cfg): When removing empty bb with no
3606 successors, look for BARRIERs inside of the whole BB_FOOTER chain
3607 rather than just at the start of it. If e->src BB_FOOTER is not NULL
3608 in cfglayout mode, use emit_barrier_after_bb.
3609
3610 2018-04-11 Steve Ellcey <sellcey@marvell.com>
3611
3612 PR rtl-optimization/87763
3613 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode>4_noshift_alt):
3614 New Instruction.
3615
3616 2019-04-11 Tom de Vries <tdevries@suse.de>
3617
3618 * doc/extend.texi (@node Statement Exprs): Note variable shadowing at
3619 max macro using statement expression.
3620
3621 2019-04-11 David Edelsohn <dje.gcc@gmail.com>
3622
3623 * xcoffout.h (xcoff_private_rodata_section_name): Declare.
3624 * xcoffout.c (xcoff_private_rodata_section_name): Define.
3625 * config/rs6000/rs6000.c (rs6000_xcoff_asm_init_sections): Create
3626 read_only_private_data_section using xcoff_private_rodata_section_name.
3627 (rs6000_xcoff_file_start): Generate xcoff_private_rodata_section_name.
3628
3629 2019-04-11 Christophe Lyon <christophe.lyon@linaro.org>
3630
3631 PR target/90016
3632 * config/aarch64/aarch64.opt (msve-vector-bits): Add missing final '.'.
3633
3634 2019-04-11 Jakub Jelinek <jakub@redhat.com>
3635
3636 PR rtl-optimization/89965
3637 * dce.c (sp_based_mem_offset): New function.
3638 (find_call_stack_args): Use sp_based_mem_offset.
3639
3640 2019-04-11 Jonathan Wakely <jwakely@redhat.com>
3641
3642 * doc/invoke.texi (Optimize Options): Clarify -flive-patching docs.
3643
3644 2019-04-11 Richard Biener <rguenther@suse.de>
3645
3646 PR tree-optimization/90020
3647 * tree-ssa-sccvn.c (vn_reference_may_trap): New function.
3648 * tree-ssa-sccvn.h (vn_reference_may_trap): Declare.
3649 * tree-ssa-pre.c (compute_avail): Use it to not put
3650 possibly trapping references after a call that might not
3651 return into EXP_GEN.
3652 * gcse.c (compute_hash_table_work): Do not elide
3653 marking a block containing a call if the call might not
3654 return.
3655
3656 2019-04-11 Richard Biener <rguenther@suse.de>
3657
3658 PR tree-optimization/90018
3659 * tree-vect-data-refs.c (vect_preserves_scalar_order_p):
3660 Test both SLP and interleaving variants.
3661
3662 2019-04-11 Robin Dapp <rdapp@linux.ibm.com>
3663
3664 * config/s390/8561.md: New file.
3665 * config/s390/driver-native.c (s390_host_detect_local_cpu):
3666 Add arch13 cpu model.
3667 * config/s390/s390-opts.h (enum processor_type): Likewise.
3668 * config/s390/s390.c (s390_get_sched_attrmask): Add arch13.
3669 (s390_get_unit_mask): Likewise.
3670 (s390_is_fpd): Likewise.
3671 (s390_is_fxd): Likewise.
3672 * config/s390/s390.h (s390_tune_attr): Likewise.
3673 * config/s390/s390.md: Include arch13 pipeline description.
3674 * config/s390/s390.opt: Add arch13.
3675
3676 2018-04-10 Steve Ellcey <sellcey@marvell.com>
3677
3678 PR rtl-optimization/87763
3679 * config/aarch64/aarch64-protos.h (aarch64_masks_and_shift_for_bfi_p):
3680 New prototype.
3681 * config/aarch64/aarch64.c (aarch64_masks_and_shift_for_bfi_p):
3682 New function.
3683 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode>5_shift):
3684 New instruction.
3685 (*aarch64_bfi<GPI:mode>5_shift_alt): Ditto.
3686 (*aarch64_bfi<GPI:mode>4_noand): Ditto.
3687 (*aarch64_bfi<GPI:mode>4_noand_alt): Ditto.
3688 (*aarch64_bfi<GPI:mode>4_noshift): Ditto.
3689
3690 2019-04-10 Jonathan Wakely <jwakely@redhat.com>
3691
3692 * doc/invoke.texi (Optimize Options): Change "Nevertheless" to
3693 "Although" in -fipa-icf documentation.
3694
3695 * doc/invoke.texi (Debugging Options): Explicitly state the semantics
3696 of using multiple -g options.
3697
3698 2019-04-10 Martin Liska <mliska@suse.cz>
3699
3700 PR gcov-profile/89959
3701 * doc/gcov.texi: Make documentation of -x option
3702 more precise.
3703
3704 2019-04-10 Richard Biener <rguenther@suse.de>
3705
3706 * tree-vectorizer.h (_stmt_vec_info): Remove same_dr_stmt
3707 member.
3708 (DR_GROUP_SAME_DR_STMT): Remove.
3709 * tree-vect-stmts.c (vectorizable_load): Remove unreachable code.
3710 * tree-vect-data-refs.c (vect_analyze_group_access_1): Likewise,
3711 replace with assert.
3712 (vect_analyze_data_ref_accesses): Fix INTEGER_CST comparison.
3713 (vect_record_grouped_load_vectors): Remove unreachable code.
3714
3715 2019-04-10 Richard Earnshaw <rearnsha@arm.com>
3716
3717 PR target/90016
3718 * config/aarch64/aarch64.opt (msve-vector-bits): Remove redundant and
3719 obsolete reference to N.
3720
3721 2019-04-10 Jakub Jelinek <jakub@redhat.com>
3722
3723 PR middle-end/90025
3724 * expr.c (store_expr): Set properly size on the MEM passed to
3725 clear_storage.
3726
3727 PR c++/90010
3728 * gimple-ssa-sprintf.c (target_to_host): Fix handling of targstr
3729 with strlen in between hostsz-3 and hostsz-1 inclusive when no
3730 translation is needed, and when translation is needed, only append
3731 ... if the string length is hostsz or more bytes long. Avoid using
3732 strncpy or strcat.
3733
3734 2019-04-09 Matthew Malcomson <matthew.malcomson@arm.com>
3735
3736 PR target/90024
3737 * config/arm/arm.c (neon_valid_immediate): Disallow VOIDmode parameter.
3738 * config/arm/constraints.md (Dm, DN, Dn): Split previous Dn constraint
3739 into three.
3740 * config/arm/neon.md (*neon_mov<mode>): Account for TImode and DImode
3741 differences directly.
3742 (*smax<mode>3_neon, vashl<mode>3, vashr<mode>3_imm): Use Dm constraint.
3743
3744 2019-04-09 Jakub Jelinek <jakub@redhat.com>
3745
3746 PR translation/90011
3747 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
3748 from diagnostics.
3749 * config/arm/freebsd.h (LINK_SPEC): Remove trailing space from -p
3750 diagnostics.
3751 * config/riscv/freebsd.h (LINK_SPEC): Likewise.
3752 * config/aarch64/aarch64-freebsd.h (FBSD_TARGET_LINK_SPEC): Likewise.
3753 * config/darwin.h (DRIVER_SELF_SPECS, ASM_FINAL_SPEC): Remove
3754 trailing space from -gsplit-dwarf diagnostics.
3755
3756 PR tree-optimization/89998
3757 * gimple-ssa-sprintf.c (try_substitute_return_value): Use lhs type
3758 instead of integer_type_node if possible, don't add ranges if return
3759 type is not compatible with int.
3760 * gimple-fold.c (gimple_fold_builtin_sprintf,
3761 gimple_fold_builtin_snprintf): Use lhs type instead of hardcoded
3762 integer_type_node.
3763
3764 2019-04-09 Martin Liska <mliska@suse.cz>
3765
3766 * Makefile.in: Use GENERATOR_CFLAGS for all generators.
3767 * doc/install.texi: Document the new config.
3768
3769 2019-04-09 Richard Sandiford <richard.sandiford@arm.com>
3770
3771 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Always
3772 use gimple_expr_type for load and store calls. Skip over the
3773 condition argument in a conditional internal function.
3774 Protect use of TREE_INT_CST_LOW.
3775
3776 2019-04-09 Jakub Jelinek <jakub@redhat.com>
3777
3778 PR target/90015
3779 * config/riscv/riscv.c (riscv_get_interrupt_type): Fix comment typo.
3780 (riscv_merge_decl_attributes): Fix typo in diagnostics. Remove
3781 trailing period from it too.
3782
3783 2019-04-08 wu yuan <wuyuan5@huawei.com>
3784
3785 * config/aarch64/aarch64-cores.def (tsv1100): Change scheduling model.
3786 * config/aarch64/aarch64.md : Add "tsv110.md"
3787 * config/aarch64/tsv110.md: New file.
3788
3789 2019-04-08 Richard Biener <rguenther@suse.de>
3790
3791 PR tree-optimization/90006
3792 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
3793 calls like lrint.
3794
3795 2019-04-08 Andrea Corallo <andrea.corallo@arm.com>
3796
3797 PR target/83033
3798 * config/aarch64/cortex-a57-fma-steering.c (fma_forest): Prohibit copy
3799 construction.
3800 (fma_root_node): Likewise.
3801 (func_fma_steering): Likewise.
3802
3803 2019-04-08 Jakub Jelinek <jakub@redhat.com>
3804
3805 PR rtl-optimization/89865
3806 * config/i386/i386.md: Add peepholes for z = x; x ^= y; x != z.
3807
3808 PR rtl-optimization/89865
3809 * config/i386/i386.md
3810 (SWI12 peephole for mem {+,-,&,|,^}= x; mem != 0): Fix up operand
3811 numbers not to clash with the additional operands[4].
3812 (peepholes for mem {+,-,&,|,^}= x; mem != 0): New peephole2s
3813 with extra register copy in the middle.
3814
3815 2019-04-08 Martin Liska <mliska@suse.cz>
3816
3817 PR gcov-profile/89961
3818 * doc/gcov.texi: Document data_file.
3819 * gcov.c (generate_results): Add data_info into JSON output.
3820
3821 2019-04-01 Bin Cheng <bin.cheng@linux.alibaba.com>
3822
3823 PR tree-optimization/89725
3824 * tree-chrec.c (chrec_contains_symbols): New parameter. Handle outer
3825 loop's chrec as invariant symbol.
3826 * tree-chrec.h (chrec_contains_symbols): New parameter.
3827 * tree-data-ref.c (analyze_miv_subscript): Pass new argument.
3828 (build_classic_dist_vector_1, add_other_self_distances): Bypass access
3829 function of loops not in DDR's loop_nest.
3830 * tree-data-ref.h (index_in_loop_nest): Add unreachable check.
3831
3832 2019-04-08 Chenghua Xu <paul.hua.gm@gmail.com>
3833
3834 PR target/89623
3835 * config/mips/mips.opt (LOONGSON_EXT2): Use Var instead of
3836 Mask.
3837
3838 2019-04-07 Uroš Bizjak <ubizjak@gmail.com>
3839
3840 PR target/89945
3841 * config/i386/i386.md (anddi_1 to andsi_1_zext splitter):
3842 Avoid calling gen_lowpart with SYMBOL_REF and LABEL_REF operand.
3843
3844 2019-04-05 Joern Rennecke <joern.rennecke@embecosm.com>
3845
3846 * sched-deps.c (sched_macro_fuse_insns): Check return value of
3847 targetm.fixed_condition_code_regs.
3848
3849 2019-04-05 Richard Biener <rguenther@suse.de>
3850
3851 PR debug/89892
3852 PR debug/89905
3853 * tree-cfgcleanup.c (remove_forwarder_block): Always move
3854 debug bind stmts but reset them if they are not valid at the
3855 destination.
3856
3857 2019-04-05 Martin Liska <mliska@suse.cz>
3858
3859 PR translation/89936
3860 * collect-utils.c (collect_execute): Use %< and %>, or %qs in
3861 order to wrap keywords or arguments.
3862 * collect2.c (main): Likewise.
3863 (scan_prog_file): Likewise.
3864 (scan_libraries): Likewise.
3865 * common/config/riscv/riscv-common.c
3866 (riscv_subset_list::parsing_subset_version): Likewise.
3867 (riscv_subset_list::parse_std_ext): Likewise.
3868 * config/aarch64/aarch64.c (aarch64_override_options_internal):
3869 Likewise.
3870 * config/arm/arm.c (arm_option_override): Likewise.
3871 * config/cris/cris.c (cris_print_operand): Likewise.
3872 * config/darwin-c.c (darwin_pragma_options): Likewise.
3873 (darwin_pragma_unused): Likewise.
3874 (darwin_pragma_ms_struct): Likewise.
3875 * config/ft32/ft32.c (ft32_print_operand): Likewise.
3876 * config/i386/i386.c (print_reg): Likewise.
3877 (ix86_print_operand): Likewise.
3878 * config/i386/xm-djgpp.h: Likewise.
3879 * config/iq2000/iq2000.c (iq2000_print_operand): Likewise.
3880 * config/m32c/m32c.c (m32c_option_override): Likewise.
3881 * config/msp430/msp430.c (msp430_option_override): Likewise.
3882 * config/nds32/nds32.c (nds32_option_override): Likewise.
3883 * config/nvptx/mkoffload.c (main): Likewise.
3884 * config/rx/rx.c (rx_print_operand): Likewise.
3885 (valid_psw_flag): Likewise.
3886 * config/vms/vms-c.c (vms_pragma_member_alignment): Likewise.
3887 (vms_pragma_nomember_alignment): Likewise.
3888 (vms_pragma_extern_model): Likewise.
3889 * lto-wrapper.c (compile_offload_image): Likewise.
3890 * omp-offload.c (oacc_parse_default_dims): Likewise.
3891 * symtab.c (symtab_node::verify_base): Likewise.
3892 * tlink.c (recompile_files): Likewise.
3893 (start_tweaking): Likewise.
3894 * tree-profile.c (parse_profile_filter): Likewise.
3895
3896 2019-04-05 Richard Sandiford <richard.sandiford@arm.com>
3897
3898 PR tree-optimization/89956
3899 * tree-ssa-math-opts.c (convert_mult_to_fma): Protect against
3900 multiple negates of the same value.
3901
3902 2019-04-04 Martin Sebor <msebor@redhat.com>
3903
3904 PR middle-end/89957
3905 PR middle-end/89911
3906 * builtins.c (expand_builtin_strnlen): Make sure wi::ltu_p operands
3907 have the same precision since the function crashes otherwise.
3908 * calls.c (maybe_warn_nonstring_arg): Avoid assuming strnlen() call
3909 has non-zero arguments.
3910
3911 2019-04-04 Martin Sebor <msebor@redhat.com>
3912
3913 PR middle-end/89934
3914 * gimple-ssa-warn-restrict.c (builtin_access::builtin_access): Bail
3915 out if the number of arguments is less than expected.
3916
3917 2019-04-04 Jeff Law <law@redhat.com>
3918
3919 PR rtl-optimization/89399
3920 * ree.c (combine_set_extension): Use single_set rather than
3921 digging into PATTERN for items on the candidate list.
3922 (combine_reaching_defs): Likewise.
3923
3924 2019-04-04 Richard Sandiford <richard.sandiford@arm.com>
3925
3926 PR rtl-optimization/46590
3927 * loop-invariant.c (find_defs): Move df_remove_problem and
3928 df_process_deferred_rescans to move_invariants.
3929 Move df_live_add_problem and df_live_set_all_dirty calls
3930 to move_invariants.
3931 (move_invariants): Likewise.
3932 (move_loop_invariants): Likewise, making the df_live calls
3933 conditional on -O. Remove the problem again if we added it
3934 locally.
3935
3936 2019-04-03 qing zhao <qing.zhao@oracle.com>
3937
3938 PR tree-optimization/89730
3939 * ipa-inline.c (can_inline_edge_p): Delete the checking for
3940 -flive-patching=inline-only-static.
3941 (can_inline_edge_by_limits_p): Add the checking for
3942 -flive-patching=inline-only-static and grant always_inline
3943 even when -flive-patching=inline-only-static is specified.
3944
3945 2019-04-03 Jeff Law <law@redhat.com>
3946
3947 PR rtl-optimization/81025
3948 * reorg.c (skip_consecutive_labels): Do not skip past a BARRIER.
3949
3950 2019-04-03 Richard Biener <rguenther@suse.de>
3951
3952 PR tree-optimization/84101
3953 * tree-vect-stmts.c: Include explow.h for hard_function_value,
3954 regs.h for hard_regno_nregs.
3955 (cfun_returns): New helper.
3956 (vect_model_store_cost): When vectorizing a store to a decl
3957 we return and the function ABI returns in a multi-reg location
3958 account for the possible spilling that will happen.
3959
3960 2019-04-03 Andreas Krebbel <krebbel@linux.ibm.com>
3961
3962 * config/s390/s390.c (s390_legitimate_address_p): Reject long
3963 displacement addresses for vector mode operands.
3964
3965 2019-04-03 Claudiu Zissulescu <claziss@synopsys.com>
3966
3967 * config/arc/arc.c (GMASK_LEN): Define.
3968 (arc_restore_callee_saves): Restore first blink when
3969 !optimize_size.
3970
3971 2019-04-03 Sudakshina Das <sudi.das@arm.com>
3972
3973 * doc/extend.texi: Add deprecated comment on sign-return-address
3974 function attribute and add mbranch-protection.
3975 * doc/invoke.texi: Add bti to the options for mbranch-protection.
3976
3977 2019-04-03 Richard Biener <rguenther@suse.de>
3978
3979 PR lto/89896
3980 * lto-wrapper.c (run_gcc): Avoid implicit rules making
3981 the all target phony.
3982
3983 2019-04-02 Uroš Bizjak <ubizjak@gmail.com>
3984
3985 PR target/89902
3986 PR target/89903
3987 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
3988 Return false for variable DImode shifts.
3989 (dimode_scalar_chain::compute_convert_gain): Do not handle
3990 register count operand in variable DImode shifts.
3991 (dimode_scalar_chain::make_vector_copies): Remove support to copy
3992 count argument of a variable shift instruction to a vector register.
3993 (dimode_scalar_chain::convert_reg): Remove support to convert
3994 count argument of a variable shift instruction.
3995
3996 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
3997
3998 PR rtl-optimization/84206
3999 * sel-sched-ir.h (get_all_loop_exits): Avoid the outer loop when
4000 iterating over loop headers.
4001
4002 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
4003
4004 PR rtl-optimization/85876
4005 * sel-sched.c (code_motion_path_driver): Avoid unwinding first_insn
4006 beyond the original fence.
4007
4008 2019-04-02 Ulrich Weigand <uweigand@de.ibm.com>
4009
4010 * config.gcc: Mark spu* targets as deprecated/obsolete.
4011
4012 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4013
4014 * config/s390/s390-builtin-types.def: New builtin function type
4015 definitions. Remove unused types.
4016 * config/s390/s390-builtins.def (s390_vcdgb, s390_vcdlgb)
4017 (s390_vcgdb, s390_vclgdb): Remove low-level builtin definitions.
4018 (s390_vec_float, s390_vec_signed, s390_vec_unsigned): New
4019 overloaded builtins.
4020 (s390_vcefb, s390_vcdgb, s390_vcelfb, s390_vcdlgb, s390_vcfeb)
4021 (s390_vcgdb, s390_vclfeb, s390_vclgdb): New low-level builtins.
4022 * config/s390/vecintrin.h (vec_float): New builtin macro definition.
4023 (vec_double, vec_signed, vec_unsigned): Define to use the new
4024 overloaded builtins.
4025 * config/s390/vx-builtins.md ("vec_double_s64", "vec_double_u64"):
4026 Remove expanders.
4027
4028 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4029
4030 * config/s390/s390-builtin-types.def: New builtin function type
4031 definitions.
4032 * config/s390/s390-builtins.def (s390_vec_search_string_cc)
4033 (s390_vec_search_string_until_zero_cc): New overloaded builtins.
4034 (s390_vstrsb, s390_vstrsh, s390_vstrsf, s390_vstrszb)
4035 (s390_vstrszh, s390_vstrszf): New low-level builtins.
4036 * config/s390/s390.md (UNSPEC_VEC_VSTRS, UNSPEC_VEC_VSTRSCC): New
4037 constant definitions.
4038 * config/s390/vecintrin.h (vec_search_string_cc)
4039 (vec_search_string_until_zero_cc): New builtin name definitions.
4040 * config/s390/vx-builtins.md ("vstrs<mode>", "vstrsz<mode>"): New
4041 expanders.
4042 ("vec_vstrs<mode>"): New insn definition.
4043
4044 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4045
4046 * config/s390/s390-builtin-types.def: Add new builtin function
4047 types.
4048 * config/s390/s390-builtins.def (s390_vec_sldb, s390_vec_srdb):
4049 New overloaded builtins.
4050 (s390_vec_sldb, s390_vec_srdb): New low-level builtins. and
4051 s390_vsrd.
4052 * config/s390/s390.md (UNSPEC_VEC_SLDB): Rename to ...
4053 (UNSPEC_VEC_SLDBYTE): ... this.
4054 (UNSPEC_VEC_SLDBIT, UNSPEC_VEC_SRDBIT): New constant definitions.
4055 * config/s390/vecintrin.h (vec_sldb, vec_srdb): New builtin name
4056 definitions.
4057 * config/s390/vx-builtins.md ("vec_sld<mode>", "vec_sldw<mode>"):
4058 Rename UNSPEC_VEC_SLDB to UNSPEC_VEC_SLDBYTE.
4059 ("vec_sldb<mode>", "vec_srdb<mode>"): New insn definitions.
4060
4061 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4062
4063 ("*vec_splats_bswap_vec<mode>", "*vec_splats_bswap_elem<mode>"):
4064 New insn definition.
4065 * config/s390/vx-builtins.md (V_HW_HSD): Move to ...
4066 * config/s390/vector.md (V_HW_HSD): ... here.
4067
4068 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4069
4070 * config/s390/vecintrin.h: Map vec_vster low-level builtins to vec_vler.
4071 * config/s390/vx-builtins.md ("*vec_insert_and_zero_bswap<mode>")
4072 ("*vec_set_bswap_elem<mode>", "*vec_set_bswap_vec<mode>")
4073 ("*vec_extract_bswap_vec<mode>", "*vec_extract_bswap_elem<mode>"):
4074 New insn definitions.
4075
4076 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4077
4078 * config/s390/s390-builtin-types.def: Add new builtin function type.
4079 * config/s390/s390-builtins.def: Add overloaded builtin
4080 s390_vec_reve and low-level builtins for s390_vler and s390_vster.
4081 * config/s390/s390.md (UNSPEC_VEC_ELTSWAP): New constant definition.
4082 * config/s390/vecintrin.h (vec_reve): New builtin name definition.
4083 * config/s390/vx-builtins.md (V_HW_HSD): New mode iterator.
4084 ("eltswap<mode>"): New expander.
4085 ("*eltswapv16qi", "*eltswap<mode>", "*eltswap<mode>_emu"): New
4086 insn definitions.
4087
4088 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4089
4090 * config/s390/s390-builtin-types.def: Add new builtin function types.
4091 * config/s390/s390-builtins.def: Add overloaded builtin
4092 s390_vec_revb. Add low-level builtins for vlbr and vstbr
4093 instructions.
4094 * config/s390/vecintrin.h (vec_revb): New builtin name definition.
4095 * config/s390/vector.md (VT_HW_HSDT): New mode iterator.
4096 ("bswap<mode>"): New expander.
4097 ("*bswap<mode>", "*bswap<mode>_emu"): New insn definitions.
4098
4099 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4100
4101 * config/s390/s390-builtins.def (B_VXE2): New builtin flag definition.
4102 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Increment
4103 vector builtin version number in __VEC__.
4104
4105 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4106
4107 * config/s390/s390.md (VX_CONV_BFP, VX_CONV_INT): New mode
4108 iterators.
4109 (SFSI): New mode attribute.
4110 ("*fixuns_truncdfdi2_vx", "*fix_truncdfdi2_bfp_z13")
4111 ("*floatunsdidf2_z13", ): Add support for 32 bit conversions and
4112 rename to ...
4113 ("*fixuns_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_z13")
4114 ("*fix_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_bfp_z13")
4115 ("*floatuns<VX_CONV_INT:mode><VX_CONV_BFP:mode>2_z13"): ... these.
4116 ("floatsi<mode>2"): Add wcefb instruction.
4117
4118 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4119
4120 * config/s390/s390.md ("xde"): Extend mode attribute to vector types.
4121 * config/s390/vector.md (VX_VEC_CONV_BFP, VX_VEC_CONV_INT): New
4122 mode iterators.
4123 ("floatv2div2df2", "floatunsv2div2df2", "fix_truncv2dfv2di2")
4124 ("fixuns_truncv2dfv2di2"): Enhance with mode iterator to also
4125 support 32 bit fp-int conversions. Rename to ...
4126 ("float<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
4127 ("floatuns<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
4128 ("fix_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2")
4129 ("fixuns_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2"):
4130 ... to these.
4131
4132 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4133
4134 * config/s390/s390.c (s390_rtx_costs): Do not add extra costs for
4135 if-then-else constructs if we can use the select instruction.
4136 * config/s390/s390.md ("*mov<mode>cc"): Add the new instructions.
4137
4138 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4139
4140 * config/s390/s390.md ("*popcountdi_arch13_cc")
4141 ("*popcountdi_arch13_cconly", "*popcountdi_arch13"): New insn
4142 definition.
4143 ("*popcount<mode>", "popcountdi2", "popcountsi2", "popcounthi2"):
4144 Append _z196 to make it ...
4145 ("*popcount<mode>_z196", "popcountdi2_z196", "popcountsi2_z196")
4146 ("popcounthi2_z196"): ... this.
4147 ("popcountdi2_z196"): Remove TARGET_64BIT from the insn condition.
4148 ("popcountdi2", "popcountsi2", "popcounthi2"): New expanders.
4149
4150 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4151
4152 * config/s390/s390.c (s390_canonicalize_comparison): Convert
4153 certain compares for arch13 in order to make use of the condition
4154 code result produced by the new instructions.
4155 (s390_rtx_costs): Adjust the costs for nnrk, nngrk, nork, nogrk,
4156 nxrk, and nxgrk instruction patterns.
4157 * config/s390/s390.md (ANDOR, bitops_name, inv_bitops_name)
4158 (inv_no): Add new code iterator together with some attributes.
4159 ("*andc_split_<mode>"): Disable splitter for arch13.
4160 ("*<ANDOR:bitops_name>c<GPR:mode>_cc")
4161 ("*<ANDOR:bitops_name>c<GPR:mode>_cconly")
4162 ("*<ANDOR:bitops_name>c<GPR:mode>")
4163 ("*n<ANDOR:inv_bitops_name><GPR:mode>_cc")
4164 ("*n<ANDOR:inv_bitops_name><mode>_cconly")
4165 ("*n<ANDOR:inv_bitops_name><mode>", "*nxor<GPR:mode>_cc")
4166 ("*nxor<mode>_cconly", "*nxor<mode>"): New insn definitions.
4167
4168 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
4169
4170 * common/config/s390/s390-common.c (processor_flags_table): New
4171 entry for arch13.
4172 * config.gcc: Support arch13 with the --with-arch= configure flag.
4173 * config/s390/driver-native.c (s390_host_detect_local_cpu):
4174 * config/s390/s390-opts.h (enum processor_type): Add PROCESSOR_ARCH13.
4175 * config/s390/s390.c (s390_get_sched_attrmask)
4176 (s390_get_unit_mask): Add PROCESSOR_ARCH13.
4177 * config/s390/s390.h (enum processor_flags): Add PF_VXE2 and PF_ARCH13.
4178 * config/s390/s390.md (TARGET_CPU_ARCH13, TARGET_CPU_ARCH13_P)
4179 (TARGET_CPU_VXE2, TARGET_CPU_VXE2_P, TARGET_ARCH13)
4180 (TARGET_ARCH13_P, TARGET_VXE2, TARGET_VXE2_P): New macro
4181 definitions.
4182 * config/s390/s390.opt: Support arch13 as processor type in
4183 command line options.
4184
4185 2019-04-02 Martin Liska <mliska@suse.cz>
4186
4187 PR translation/89912
4188 * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP):
4189 Fix param description of graphite-max-arrays-per-scop.
4190
4191 2019-04-02 Eric Botcazou <ebotcazou@adacore.com>
4192
4193 * config/sparc/linux64.h (ASAN_REJECT_SPEC): New macro.
4194 (ASAN_CC1_SPEC): Use it in 64-bit mode.
4195 * config/sparc/sol2.h (ASAN_REJECT_SPEC): Remove superfluous colon.
4196
4197 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
4198
4199 PR rtl-optimization/85412
4200 * sel-sched.c (sel_sched_region): Assign reset_sched_cycles_p before
4201 sel_sched_region_1, not after.
4202
4203 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
4204
4205 PR rtl-optimization/86928
4206 * sel-sched-ir.c (sel_redirect_edge_and_branch_force): Invoke
4207 compute_live if necessary.
4208 (sel_redirect_edge_and_branch): Likewise.
4209
4210 2019-04-01 Vladimir Makarov <vmakarov@redhat.com>
4211
4212 PR rtl-optimization/89865
4213 * ira-costs.c (process_bb_node_for_hard_reg_moves): Skip hard
4214 register if it is a part of small class.
4215
4216 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
4217
4218 PR rtl-optimization/87273
4219 * sel-sched-ir.c (merge_fences): Remove assert.
4220
4221 2019-04-01 Richard Biener <rguenther@suse.de>
4222
4223 PR tree-optimization/46590
4224 * domwalk.h (dom_walker::dom_walker): Consolidate constructors.
4225 (dom_walker::m_reachability): Add in place of...
4226 (dom_walker::m_skip_unreachable_blocks): ...this.
4227 * domwalk.c (dom_walker::dom_walker): Consoliate constructors.
4228 Move complex initialization ...
4229 (dom_walker::walk): Here. Especially compute m_bb_to_rpo
4230 lazily and initialize edge flags on each invocation.
4231 (dom_walker::bb_reachable): Use m_reachability.
4232
4233 2019-04-01 Martin Liska <mliska@suse.cz>
4234
4235 PR driver/89861
4236 * opt-suggestions.c (option_proposer::build_option_suggestions):
4237 Add variant without any argument in order to provide better
4238 hints.
4239
4240 2019-04-01 Richard Biener <rguenther@suse.de>
4241
4242 PR c/71598
4243 * gimple.c: Include langhooks.h.
4244 (gimple_get_alias_set): Treat enumeral types as the underlying
4245 integer type.
4246
4247 2019-03-29 Kugan Vivekanandarajah <kuganv@linaro.org>
4248 Eric Botcazou <ebotcazou@adacore.com>
4249
4250 PR rtl-optimization/89862
4251 * rtl.h (word_register_operation_p): Exclude CONST_INT from operations
4252 that operates on the full registers for WORD_REGISTER_OPERATIONS
4253 architectures.
4254
4255 2019-03-29 Jim Wilson <jimw@sifive.com>
4256
4257 * common/config/riscv/riscv-common.c (riscv_parse_arch_string):
4258 Clear MASK_RVC and then set if C subset supported.
4259
4260 2019-03-29 Jakub Jelinek <jakub@redhat.com>
4261
4262 PR c/89872
4263 * gimplify.c (gimplify_compound_literal_expr): Don't optimize a
4264 non-addressable complit into its initializer if it is volatile.
4265
4266 2019-03-29 Roman Zhuykov <zhroma@ispras.ru>
4267
4268 * opts-common.c (integral_argument): Set errno properly in one case.
4269
4270 2019-03-29 Martin Liska <mliska@suse.cz>
4271
4272 * doc/invoke.texi: Remove -Wchkp from documentation.
4273
4274 2019-03-29 Martin Liska <mliska@suse.cz>
4275
4276 * dbgcnt.c (print_limit_reach): New function.
4277 (dbg_cnt): Use it.
4278
4279 2019-03-29 Martin Liska <mliska@suse.cz>
4280
4281 * dbgcnt.c (dbg_cnt_process_single_pair): Fix GNU coding style.
4282 (dbg_cnt_process_opt): Parse first tokens aas
4283 dbg_cnt_process_single_pair is also using strtok.
4284
4285 2019-03-29 Jakub Jelinek <jakub@redhat.com>
4286
4287 PR rtl-optimization/87485
4288 * function.c (expand_function_end): Move stack_protect_epilogue
4289 before loading of return value into hard register(s).
4290
4291 2019-03-28 Jakub Jelinek <jakub@redhat.com>
4292
4293 PR middle-end/89621
4294 * tree-inline.h (struct copy_body_data): Add
4295 dont_remap_vla_if_no_change flag.
4296 * tree-inline.c (remap_type_3, remap_type_2): New functions.
4297 (remap_type): Don't remap vla types if id->dont_remap_vla_if_no_change
4298 and remap_type_2 returns false.
4299 * omp-low.c (new_omp_context): Set ctx->cb.dont_remap_vla_if_no_change.
4300 Move ctx->cb.adjust_array_error_bounds setting to the outermost ctx
4301 only from where it is copied to nested contexts.
4302
4303 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
4304
4305 PR target/89865
4306 * config/i386/i386.md (RMW operation with LEA peephole):
4307 Use LEAMODE mode attribute instead of SWI mode iterator for
4308 LEA pattern.
4309
4310 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
4311
4312 PR target/89848
4313 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
4314 Also process XEXP (src, 0) of a shift insn.
4315
4316 2019-03-28 David Malcolm <dmalcolm@redhat.com>
4317
4318 PR middle-end/89725
4319 * optinfo-emit-json.cc (optrecord_json_writer::optinfo_to_json):
4320 Use DECL_ASSEMBLER_NAME rather than get_fnname_from_decl.
4321
4322 2019-03-28 Jakub Jelinek <jakub@redhat.com>
4323
4324 * regcprop.c (copyprop_hardreg_forward_1): Remove redundant INSN_P
4325 test.
4326 (cprop_hardreg_bb, cprop_hardreg_debug): New functions.
4327 (pass_cprop_hardreg::execute): Use those. Don't repeat bb processing
4328 immediately after first one with df_analyze in between, but rather
4329 process all bbs, queueing ones that need second pass in a worklist,
4330 df_analyze, process queued debug insn changes and if second pass is
4331 needed, process bbs from worklist, df_analyze, process queued debug
4332 insns again.
4333
4334 * rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P
4335 or CALL_P instead of INSN_P && !DEBUG_INSN_P.
4336 (INSN_P): Define using NONDEBUG_INSN_P or DEBUG_INSN_P.
4337
4338 2019-03-28 Jonathan Wakely <jwakely@redhat.com>
4339
4340 PR c/79022
4341 * gengtype.h (create_nested_ptr_option): Fix parameter names to match
4342 definition.
4343
4344 2019-03-27 Mateusz B <mateuszb@poczta.onet.pl>
4345
4346 PR target/85667
4347 * config/i386/i386.c (ix86_function_value_1): Call the newly added
4348 function for 32-bit MS_ABI.
4349 (function_value_ms_32): New function.
4350
4351 2019-03-27 Andrew Stubbs <ams@codesourcery.com>
4352
4353 * config/gcn/gcn.md (CC_SAVE_REG): New constant.
4354 (movdi): Call gen_movdi_symbol_save_scc.
4355 (gen_movdi_symbol_save_scc): New insn and split.
4356
4357 2019-03-27 Peter Bergner <bergner@linux.ibm.com>
4358
4359 PR rtl-optimization/89313
4360 * function.c (matching_constraint_num): New static function.
4361 (match_asm_constraints_1): Use it. Fixup white space and comment.
4362 Don't replace inputs with non-matching constraints which conflict
4363 with early clobber outputs.
4364
4365 2019-03-27 Jeff Law <law@redhat.com>
4366
4367
4368 PR rtl-optimization/87761
4369 PR rtl-optimization/89826
4370 * regcprop.c (copyprop_hardreg_forward_1): Move may_trap_p test
4371 slightly later.
4372 (pass_cprop_hardreg::execute): Call df_analyze after adding the
4373 note problem to get REG_DEAD/REG_UNUSED notes updated.
4374
4375 2019-03-27 Richard Biener <rguenther@suse.de>
4376
4377 PR tree-optimization/89463
4378 * tree-ssa-dce.c (remove_dead_stmt): Take output vector to
4379 queue edges to remove.
4380 (eliminate_unnecessary_stmts): Remove dead PHIs alongside
4381 dead stmts. Delay edge removal until PHIs are removed to
4382 make debug-stmt creation not confused by seemingly degenerate
4383 PHIs.
4384
4385 2019-03-27 Alan Modra <amodra@gmail.com>
4386
4387 * config/rs6000/rs6000.h: Rename NON_SPECIAL_REGS to GEN_OR_FLOAT_REGS
4388 throughout file.
4389 * config/rs6000/darwin.h: Likewise.
4390 * config/rs6000/rs6000.c: Likewise.
4391
4392 2019-03-27 Alan Modra <amodra@gmail.com>
4393
4394 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Always
4395 assign rs6000_hard_regno_mode_ok_p[m][r]. Formatting.
4396
4397 2019-03-26 Andrew Waterman <andrew@sifive.com>
4398 Jim Wilson <jimw@sifive.com>
4399
4400 * config/riscv/generic.md (generic_alu, generic_load, generic_store)
4401 (generic_xfer, generic_branch, generic_imul, generic_idivsi)
4402 (generic_idivdi, generic_fmul_single, generic_fmul_double)
4403 (generic_fdiv, generic_fsqrt): Add check for generic tune.
4404 (generic_alu): Add auipc to type list.
4405 * config/riscv/riscv-opts.h (enum riscv_microarchitecture_type): New.
4406 (riscv_microarchitecture): Declare.
4407 * config/riscv/riscv-protos.h (riscv_store_data_bypass_p): Declare.
4408 * config/riscv/riscv.c (struct riscv_cpu_info): Add microarchitecture
4409 field.
4410 (riscv_microarchitecture): New.
4411 (sifive_7_tune_info): New.
4412 (riscv_cpu_info_table): Add microarchitecture value for rocket and
4413 size. Add sifive-3-series, sifive-5-series, and sifive-7-series
4414 entries.
4415 (riscv_store_data_bypass_p): New.
4416 (riscv_option_override): Set riscv_microarchitecture from
4417 cpu->microarchitecture.
4418 * config/riscv/riscv.md: Include sifive-7.md.
4419 (type): Add auipc.
4420 (tune): New.
4421 (auipc<mode>): Change type to auipc.
4422 (restore_stack_nonlocal): New.
4423 * config/riscv/sifive-7.md: New.
4424 * doc/invoke.texi (RISC-V Options): Update mtune docs.
4425
4426 2019-03-26 Uroš Bizjak <ubizjak@gmail.com>
4427
4428 PR target/89827
4429 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
4430 Also process XEXP (src, 0) of a shift insn.
4431
4432 2019-03-26 Richard Biener <rguenther@suse.de>
4433
4434 * tree-inline.c (remap_gimple_stmt): Cache gimple_block.
4435 (copy_debug_stmt): Likewise.
4436 (expand_call_inline): Likewise.
4437 (copy_bb): Avoid redundant lookup & set of gimple_block.
4438 * gimple-low.c (lower_gimple_return): Likewise.
4439 (lower_builtin_setjmp): Likewise.
4440
4441 2019-03-26 Jakub Jelinek <jakub@redhat.com>
4442
4443 * hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS
4444 is constant 0, turn into static const data member initialized to false.
4445 (hash_table::hash_table): Only initialize m_gather_mem_stats #if
4446 GATHER_STATISTICS. Add ATTRIBUTE_UNUSED to gather_mem_stats param.
4447
4448 2019-03-26 Jason Merrill <jason@redhat.com>
4449 Jakub Jelinek <jakub@redhat.com>
4450
4451 * mem-stats.h (mem_alloc_description::unregister_descriptor): New
4452 method.
4453 (mem_alloc_description::release_object_overhead): Fix comment typos.
4454 * hash-table.h (hash_table::~hash_table): Call
4455 release_instance_overhead only if m_entries is non-NULL, otherwise
4456 call unregister_descriptor.
4457
4458 2019-03-26 Bin Cheng <bin.cheng@linux.alibaba.com>
4459
4460 PR tree-optimization/81740
4461 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
4462 In case of outer loop vectorization, check for backward dependence
4463 at the inner loop if outer loop dependence is reversed.
4464
4465 2019-03-26 Alan Modra <amodra@gmail.com>
4466
4467 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Correct
4468 rs6000_vector_mem init. Correct wI and wJ comment.
4469
4470 2019-03-25 Alexander Monakov <amonakov@ispras.ru>
4471
4472 PR rtl-optimization/88347
4473 PR rtl-optimization/88423
4474 * sched-deps.c (sched_analyze_insn): Take into account that for
4475 tablejumps the barrier appears after a label and a jump_table_data.
4476
4477 2019-03-25 Martin Sebor <msebor@redhat.com>
4478
4479 PR c/89812
4480 * c-common.c (check_user_alignment): Rename local. Correct maximum
4481 alignment in diagnostic. Avoid assuming argument fits in SHWI,
4482 convert it to UHWI when it fits.
4483
4484 2019-03-25 Johan Karlsson <johan.karlsson@enea.com>
4485
4486 PR debug/86964
4487 * dwarf2out.c (premark_used_variables): New function.
4488 (prune_unused_types_walk): Do not mark not premarked external
4489 variables.
4490 (prune_unused_types): Call premark_used_variables.
4491
4492 2019-03-25 Vladimir Makarov <vmakarov@redhat.com>
4493
4494 PR rtl-optimization/89676
4495 * lra-constraints.c (curr_insn_transform): Do match reload for
4496 early clobbers when the match was successful only for different
4497 registers.
4498
4499 2019-03-25 Martin Sebor <msebor@redhat.com>
4500
4501 * doc/extend.texi (Common Type Attributes): Document vector_size.
4502 (Common Variable Attributes): Mention size constraint. Correct
4503 quoting and typos.
4504 (Vector Extensions): Use @dfn when defining bas type. Clarify
4505 base type and size constraints.
4506
4507 2019-03-25 Richard Biener <rguenther@suse.de>
4508
4509 PR tree-optimization/89789
4510 * tree-ssa-sccvn.c (set_ssa_val_to): Do not allow lattice
4511 changes from non-undefined back to undefined.
4512
4513 2019-03-25 Thomas Otto <thomas.otto@pdv-fs.de>
4514
4515 * dwarf2out.c (comp_dir_string): cached_wd could be set to both a
4516 heap string and a gc string, but since this variable is unknown to
4517 ggc the gc string might get reused and corrupted. Fixed by always
4518 using a heap string.
4519
4520 2019-03-25 Richard Biener <rguenther@suse.de>
4521
4522 PR tree-optimization/89779
4523 * tree-ssa-loop-ivopts.c (remove_unused_ivs): Return
4524 to remove IV defs, delay actual removal.
4525 (tree_ssa_iv_optimize_loop): Likewise. Avoid SCEV reset.
4526 (tree_ssa_iv_optimize): Remove eliminated IV defs at the
4527 very end, properly also reset loop control IV information.
4528
4529 2019-03-25 Richard Biener <rguenther@suse.de>
4530
4531 PR tree-optimization/89802
4532 * tree-ssa-math-opts.c (convert_mult_to_fma_1): Properly
4533 move EH data to folded stmt.
4534
4535 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
4536
4537 * config/s390/s390-builtin-types.def: Remove few unused types and
4538 fix sort order for others.
4539
4540 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
4541
4542 * config/s390/s390-c.c (s390_fn_types_compatible): Print the
4543 expected and found types with -mdebug during builtin matching.
4544
4545 2019-03-25 Richard Biener <rguenther@suse.de>
4546
4547 PR middle-end/89790
4548 * fold-const.c (operand_equal_p): Revert last change with
4549 updated comment.
4550
4551 2019-03-24 Segher Boessenkool <segher@kernel.crashing.org>
4552
4553 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Add REG_EQUAL
4554 notes for the result of the __tls_get_addr calls.
4555 * config/rs6000/rs6000.md (unspec UNSPEC_TLS_GET_ADDR): New.
4556
4557 2019-03-24 Jeff Law <law@redhat.com>
4558
4559 * config/bfin/bfin.md (movpdi): Fix length for alternative 1.
4560
4561 PR rtl-optimization/87761
4562 * regcprop.c (copyprop_hardreg_forward_1): Check may_trap_p on SET,
4563 not INSN. Also check RTX_FRAME_RELATED_P. Queue insns for DF rescan
4564 as needed.
4565 (pass_cprop_hardreg::execute): Add df note problem and defer insn
4566 rescans. Reprocess blocks as needed, calling df_analyze before
4567 reprocessing. Always call df_analyze before fixing up debug bind
4568 insns.
4569
4570 2019-03-23 Segher Boessenkool <segher@kernel.crashing.org>
4571
4572 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Implement for 32-bit
4573 big endian.
4574
4575 2019-03-22 Andrew Pinski <apinski@marvell.com>
4576
4577 * config/aarch64/aarch64.md (zero_extendsidi2_aarch64): Fix type
4578 attrribute for uxtw.
4579
4580 2019-03-26 Jeff Law <law@redhat.com>
4581
4582 PR rtl-optimization/87761
4583 * config/mips/mips-protos.h (mips_split_move): Add new argument.
4584 (mips_emit_move_or_split): Pass NULL for INSN into mips_split_move.
4585 (mips_split_move): Accept new INSN argument. Try to forward SRC
4586 into the next instruction.
4587 (mips_split_move_insn): Pass INSN through to mips_split_move.
4588
4589 2019-03-22 Vladimir Makarov <vmakarov@redhat.com>
4590
4591 PR rtl-optimization/89676
4592 * lra-constraints.c (curr_insn_transform): Do match reload for
4593 early clobbers even if the match was successful.
4594
4595 2019-03-22 Jakub Jelinek <jakub@redhat.com>
4596
4597 PR c++/87481
4598 * doc/invoke.texi (-fconstexpr-ops-limit=): Document.
4599
4600 2019-03-22 Bill Schmidt <wschmidt@linux.ibm.com>
4601
4602 * config/rs6000/mmintrin.h (_mm_sub_pi32): Fix typo.
4603
4604 2019-03-22 Jakub Jelinek <jakub@redhat.com>
4605
4606 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>,
4607 <avx512>_fmsub_<mode>_mask3<round_name>,
4608 <avx512>_fnmadd_<mode>_mask3<round_name>,
4609 <avx512>_fnmsub_<mode>_mask3<round_name>,
4610 avx512f_vmfmadd_<mode>_mask3<round_name>,
4611 avx512f_vmfmsub_<mode>_mask3<round_name>,
4612 *avx512f_vmfnmadd_<mode>_mask3<round_name>): Use <round_nimm_predicate>
4613 instead of register_operand and %v instead of v for match_operand 1.
4614 (avx512f_vmfnmsub_<mode>_mask3<round_name>): Rename to ...
4615 (*avx512f_vmfnmsub_<mode>_mask3<round_name>): ... this. Use
4616 <round_nimm_predicate> instead of register_operand and %v instead of v
4617 for match_operand 1.
4618
4619 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask<round_name>,
4620 <avx512>_fmadd_<mode>_mask3<round_name>,
4621 <avx512>_fmsub_<mode>_mask<round_name>,
4622 <avx512>_fmsub_<mode>_mask3<round_name>,
4623 <avx512>_fnmadd_<mode>_mask<round_name>,
4624 <avx512>_fnmadd_<mode>_mask3<round_name>,
4625 <avx512>_fnmsub_<mode>_mask<round_name>,
4626 <avx512>_fnmsub_<mode>_mask3<round_name>,
4627 <avx512>_fmaddsub_<mode>_mask<round_name>,
4628 <avx512>_fmaddsub_<mode>_mask3<round_name>,
4629 <avx512>_fmsubadd_<mode>_mask<round_name>,
4630 <avx512>_fmsubadd_<mode>_mask3<round_name>): Use
4631 <round_nimm_predicate> instead of nonimmediate_operand.
4632 (fmai_vmfmadd_<mode><round_name>, fmai_vmfmsub_<mode><round_name>,
4633 fmai_vmfnmadd_<mode><round_name>, fmai_vmfnmsub_<mode><round_name>):
4634 Use register_operand instead of <round_nimm_predicate> for the
4635 operand that needs to match output.
4636 (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>,
4637 *fmai_fnmadd_<mode><round_name>, *fmai_fnmsub_<mode><round_name>):
4638 Likewise. Formatting fixes.
4639
4640 PR target/89784
4641 * config/i386/i386.c (enum ix86_builtins): Remove
4642 IX86_BUILTIN_VFMSUBSD3_MASK3 and IX86_BUILTIN_VFMSUBSS3_MASK3.
4643 * config/i386/i386-builtin.def (__builtin_ia32_vfmaddsd3_mask,
4644 __builtin_ia32_vfmaddsd3_mask3, __builtin_ia32_vfmaddsd3_maskz,
4645 __builtin_ia32_vfmsubsd3_mask3, __builtin_ia32_vfmaddss3_mask,
4646 __builtin_ia32_vfmaddss3_mask3, __builtin_ia32_vfmaddss3_maskz,
4647 __builtin_ia32_vfmsubss3_mask3): New builtins.
4648 * config/i386/sse.md (avx512f_vmfmadd_<mode>_mask<round_name>,
4649 avx512f_vmfmadd_<mode>_mask3<round_name>,
4650 avx512f_vmfmadd_<mode>_maskz_1<round_name>,
4651 *avx512f_vmfmsub_<mode>_mask<round_name>,
4652 avx512f_vmfmsub_<mode>_mask3<round_name>,
4653 *avx512f_vmfmasub_<mode>_maskz_1<round_name>,
4654 *avx512f_vmfnmadd_<mode>_mask<round_name>,
4655 *avx512f_vmfnmadd_<mode>_mask3<round_name>,
4656 *avx512f_vmfnmadd_<mode>_maskz_1<round_name>,
4657 *avx512f_vmfnmsub_<mode>_mask<round_name>,
4658 avx512f_vmfnmsub_<mode>_mask3<round_name>,
4659 *avx512f_vmfnmsub_<mode>_maskz_1<round_name>): New define_insns.
4660 (avx512f_vmfmadd_<mode>_maskz<round_expand_name>): New define_expand.
4661 * config/i386/avx512fintrin.h (_mm_mask_fmadd_sd, _mm_mask_fmadd_ss,
4662 _mm_mask3_fmadd_sd, _mm_mask3_fmadd_ss, _mm_maskz_fmadd_sd,
4663 _mm_maskz_fmadd_ss, _mm_mask_fmsub_sd, _mm_mask_fmsub_ss,
4664 _mm_mask3_fmsub_sd, _mm_mask3_fmsub_ss, _mm_maskz_fmsub_sd,
4665 _mm_maskz_fmsub_ss, _mm_mask_fnmadd_sd, _mm_mask_fnmadd_ss,
4666 _mm_mask3_fnmadd_sd, _mm_mask3_fnmadd_ss, _mm_maskz_fnmadd_sd,
4667 _mm_maskz_fnmadd_ss, _mm_mask_fnmsub_sd, _mm_mask_fnmsub_ss,
4668 _mm_mask3_fnmsub_sd, _mm_mask3_fnmsub_ss, _mm_maskz_fnmsub_sd,
4669 _mm_maskz_fnmsub_ss, _mm_mask_fmadd_round_sd, _mm_mask_fmadd_round_ss,
4670 _mm_mask3_fmadd_round_sd, _mm_mask3_fmadd_round_ss,
4671 _mm_maskz_fmadd_round_sd, _mm_maskz_fmadd_round_ss,
4672 _mm_mask_fmsub_round_sd, _mm_mask_fmsub_round_ss,
4673 _mm_mask3_fmsub_round_sd, _mm_mask3_fmsub_round_ss,
4674 _mm_maskz_fmsub_round_sd, _mm_maskz_fmsub_round_ss,
4675 _mm_mask_fnmadd_round_sd, _mm_mask_fnmadd_round_ss,
4676 _mm_mask3_fnmadd_round_sd, _mm_mask3_fnmadd_round_ss,
4677 _mm_maskz_fnmadd_round_sd, _mm_maskz_fnmadd_round_ss,
4678 _mm_mask_fnmsub_round_sd, _mm_mask_fnmsub_round_ss,
4679 _mm_mask3_fnmsub_round_sd, _mm_mask3_fnmsub_round_ss,
4680 _mm_maskz_fnmsub_round_sd, _mm_maskz_fnmsub_round_ss): New intrinsics.
4681
4682 2019-03-21 Martin Sebor <msebor@redhat.com>
4683
4684 PR tree-optimization/89350
4685 * builtins.c (compute_objsize): Also ignore offsets whose upper
4686 bound is negative.
4687 * gimple-ssa-warn-restrict.c (builtin_memref): Add new member.
4688 (builtin_memref::builtin_memref): Initialize new member.
4689 Allow EXPR to be null.
4690 (builtin_memref::extend_offset_range): Replace local with a member.
4691 Avoid assuming pointer offsets are unsigned.
4692 (builtin_memref::set_base_and_offset): Determine base object
4693 before computing offset range.
4694 (builtin_access::builtin_access): Handle memset.
4695 (builtin_access::generic_overlap): Replace local with a member.
4696 (builtin_access::strcat_overlap): Same.
4697 (builtin_access::overlap): Same.
4698 (maybe_diag_overlap): Same.
4699 (maybe_diag_access_bounds): Same.
4700 (wrestrict_dom_walker::check_call): Handle memset.
4701 (check_bounds_or_overlap): Same.
4702
4703 2019-03-21 Jan Hubicka <hubicka@ucw.cz>
4704 Jakub Jelinek <jakub@redhat.com>
4705
4706 PR lto/89692
4707 * tree.c (fld_type_variant, fld_incomplete_type_of,
4708 fld_process_array_type): Call fld->pset.add and don't call
4709 add_tree_to_fld_list if it returns true.
4710 (free_lang_data_in_type): Similarly with self-recursive call. Purge
4711 non-marked types from TYPE_NEXT_VARIANT list.
4712 (find_decls_types_r): Call fld_worklist_push for TYPE_CANONICAL (t).
4713
4714 2019-03-21 Jakub Jelinek <jakub@redhat.com>
4715
4716 * hash-table.h (hash_table): Add Lazy template parameter defaulted
4717 to false, if true, don't alloc_entries during construction, but defer
4718 it to the first method that needs m_entries allocated.
4719 (hash_table::hash_table, hash_table::~hash_table,
4720 hash_table::alloc_entries, hash_table::find_empty_slot_for_expand,
4721 hash_table::too_empty_p, hash_table::expand, hash_table::empty_slow,
4722 hash_table::clear_slot, hash_table::traverse_noresize,
4723 hash_table::traverse, hash_table::iterator::slide): Adjust all methods.
4724 * hash-set.h (hash_set): Add Lazy template parameter defaulted to
4725 false.
4726 (hash_set::contains): If Lazy is true, use find_slot_with_hash with
4727 NO_INSERT instead of find_with_hash.
4728 (hash_set::traverse, hash_set::iterator, hash_set::iterator::m_iter,
4729 hash_set::m_table): Add Lazy to template params of hash_table.
4730 (gt_ggc_mx, gt_pch_nx): Use false as Lazy in hash_set template param.
4731 * attribs.c (test_attribute_exclusions): Likewise.
4732 * hash-set-tests.c (test_set_of_strings): Add iterator tests for
4733 hash_set. Add tests for hash_set with Lazy = true.
4734
4735 2019-03-21 Richard Biener <rguenther@suse.de>
4736
4737 PR tree-optimization/89779
4738 * tree.c (tree_nop_conversion): Consolidate and fix defensive
4739 checks with respect to released SSA names now having error_mark_node
4740 type.
4741 * fold-const.c (operand_equal_p): Likewise.
4742
4743 2019-03-20 Andreas Krebbel <krebbel@linux.ibm.com>
4744
4745 PR target/89775
4746 * config/s390/s390.c (global_not_special_regno_p): Move to make it
4747 available to ...
4748 (s390_optimize_register_info): Use global_not_special_regno_p to
4749 check for global regs.
4750
4751 2019-03-20 Jakub Jelinek <jakub@redhat.com>
4752
4753 PR target/89752
4754 * lra-constraints.c (process_alt_operands) <reg>: For BLKmode, don't
4755 update this_alternative nor this_alternative_set.
4756
4757 2019-03-19 Jim Wilson <jimw@sifive.com>
4758
4759 PR target/89411
4760 * config/riscv/riscv.c (riscv_valid_lo_sum_p): New arg x. New locals
4761 align, size, offset. Use them to handle a BLKmode reference. Update
4762 comment.
4763 (riscv_classify_address): Pass info->offset to riscv_valid_lo_sum_p.
4764
4765 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4766
4767 PR rtl-optimization/89768
4768 * loop-unroll.c (unroll_loop_constant_iterations): Use gen_int_mode
4769 instead of GEN_INT.
4770 (unroll_loop_runtime_iterations): Likewise.
4771
4772 2019-03-19 Martin Sebor <msebor@redhat.com>
4773
4774 PR tree-optimization/89644
4775 * tree-ssa-strlen.c (handle_builtin_stxncpy): Use full_string_p
4776 rather than endptr as an indicator of nul-termination.
4777
4778 PR tree-optimization/89644
4779 * tree-ssa-strlen.c (handle_builtin_stxncpy): Consider unterminated
4780 arrays in determining sequence sizes in strncpy and stpncpy.
4781
4782 2019-03-19 Martin Liska <mliska@suse.cz>
4783
4784 PR middle-end/89737
4785 * predict.c (combine_predictions_for_bb): Empty likely_edges and
4786 unlikely_edges if there's an edge that belongs to both these sets.
4787
4788 2018-03-19 Segher Boessenkool <segher@kernel.crashing.org>
4789
4790 PR target/89746
4791 * config/rs6000/rs6000.md (fix_trunc<mode>si2_stfiwx): If we have a
4792 non-TARGET_MFCRF target, and the dest is memory but not 32-bit aligned,
4793 go via a stack temporary.
4794
4795 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4796
4797 PR target/89378
4798 * config/mips/mips.c (mips_expand_vec_cond_expr): Use gen_lowpart
4799 instead of gen_rtx_SUBREG.
4800 * config/mips/mips-msa.md (vec_extract<mode><unitmode>): Likewise.
4801
4802 2019-03-19 Richard Biener <rguenther@suse.de>
4803
4804 PR debug/88389
4805 * opts.c (finish_options): Disable -gsplit-dwarf when doing LTO.
4806
4807 2019-03-19 Jan Hubicka <hubicka@ucw.cz>
4808
4809 PR lto/87809
4810 PR lto/89335
4811 * tree.c (free_lang_data_in_decl): Do not free context of C++
4812 destrutors.
4813
4814 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4815
4816 PR target/89506
4817 * config/arm/arm.md (cmpsi2_addneg): Swap the alternatives and use
4818 subs for the first alternative except when operands[3] is 1.
4819
4820 PR target/89752
4821 * gimplify.c (gimplify_asm_expr): For output argument with
4822 TREE_ADDRESSABLE type, clear allows_reg if it allows memory, otherwise
4823 diagnose error.
4824
4825 2019-03-19 Eric Botcazou <ebotcazou@adacore.com>
4826
4827 PR rtl-optimization/89753
4828 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
4829 explicit unrolling factor even more robust.
4830
4831 2019-03-19 Jakub Jelinek <jakub@redhat.com>
4832
4833 PR target/89726
4834 * config/i386/i386.c (ix86_expand_floorceildf_32): In ceil
4835 compensation use x2 += 1 instead of x2 -= -1 and when honoring
4836 signed zeros, do another copysign after the compensation.
4837
4838 2019-03-18 Martin Sebor <msebor@redhat.com>
4839
4840 PR tree-optimization/89720
4841 * tree-vrp.c (vrp_prop::check_mem_ref): Treat range with max < min
4842 more conservatively, the same as anti-range.
4843
4844 2019-03-18 Richard Biener <rguenther@suse.de>
4845
4846 PR middle-end/88945
4847 * tree-ssanames.c (release_ssa_name_fn): For released SSA names
4848 use a TREE_TYPE of error_mark_node to avoid ICEs when dumping
4849 basic-blocks that are removed. Remove restoring SSA_NAME_VAR.
4850 * tree-outof-ssa.c (eliminate_useless_phis): Remove redundant checking.
4851
4852 2019-03-18 Andrew Stubbs <ams@codesourcery.com>
4853
4854 * config/gcn/gcn-run.c (struct output): Make next_output unsigned.
4855 Extend queue to 1024 entries.
4856 Add "consumed" field.
4857 (gomp_print_output): Remove print_index parameter.
4858 Add final parameter.
4859 Change limit to unsigned.
4860 Use consumed field to implement circular buffer.
4861 Detect interrupted print in final pass.
4862 Flush output at the end.
4863 (run): Update gomp_print_output usage.
4864 (main): Initialize kernargs->output_data.consumed.
4865
4866 2019-03-18 Richard Sandiford <richard.sandiford@arm.com>
4867
4868 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Fix the
4869 calculation of the minimum number of scalar iterations for
4870 fully-predicated loops.
4871
4872 2019-03-18 Martin Jambor <mjambor@suse.cz>
4873
4874 PR tree-optimization/89546
4875 * tree-sra.c (propagate_subaccesses_across_link): Requeue new_acc if
4876 any propagation to its children took place.
4877
4878 2019-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
4879
4880 PR target/89627
4881 * config/riscv/riscv.c (riscv_pass_fpr_single): Add offset
4882 parameter, and make use of it.
4883 (riscv_get_arg_info): Pass offset to riscv_pass_fpr_single.
4884
4885 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4886
4887 * config/arc/arc.opt (mcode-density-frame): Get the inital value
4888 from TARGET_CODE_DENSITY_FRAME_DEFAULT.
4889 * config/arc/elf.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
4890 * config/arc/linux.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
4891 * config/arc/arc.md (pop_multi_fp_blink): Adjust constraints to
4892 match what the ops is doing.
4893 (push_multi_fp_blink): Likewise.
4894 * config/arc/arc.c (arc_override_options): Enable enter/leave when
4895 compiling for size and elf target.
4896 (arc_save_callee_enter): Adjust note to match what enter/leave
4897 operation does.
4898
4899 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4900
4901 * config/arc/arc.md (tst_movb): Fix constraint.
4902
4903 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4904
4905 * config/arc/arc.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.
4906
4907 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
4908
4909 * config/arc/arc-protos.h (arc_adjust_reg_alloc_order): Declare.
4910 * config/arc/arc.c (arc_conditional_register_usage): Remove all
4911 reg_alloc_order references.
4912 (size_alloc_order): Define.
4913 (arc_adjust_reg_alloc_order): New function.
4914 * config/arc/arc.h (REG_ALLOC_ORDER): Proper define the register
4915 order.
4916 (ADJUST_REG_ALLOC_ORDER): Define.
4917 (HONOR_REG_ALLOC_ORDER): Likewise.
4918
4919 2019-03-18 Richard Biener <rguenther@suse.de>
4920
4921 PR target/87561
4922 * config/i386/i386.c (ix86_add_stmt_cost): Pessimize strided
4923 loads and stores a bit more.
4924
4925 2019-03-18 Richard Biener <rguenther@suse.de>
4926
4927 PR target/87561
4928 * config/i386/i386.c (ix86_add_stmt_cost): Apply strided
4929 load pessimization to stores as well.
4930
4931 2019-03-18 Andrey Belevantsev <abel@ispras.ru>
4932
4933 PR middle-end/86979
4934 * sel-sched.c (compute_av_set_at_bb_end): When we have an ineligible
4935 successor, use NULL as its av set.
4936
4937 2019-03-15 Segher Boessenkool <segher@kernel.crashing.org>
4938
4939 PR rtl-optimization/89721
4940 * lra-constraints (invariant_p): Return false if side_effects_p holds.
4941
4942 2019-03-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
4943
4944 PR target/87532
4945 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
4946 When handling vec_extract, use modular arithmetic to allow
4947 constant selectors greater than vector length.
4948 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Allow
4949 V1TImode vectors to have constant selector values greater than 0.
4950 Use modular arithmetic to compute vector index.
4951 (rs6000_split_vec_extract_var): Use modular arithmetic to compute
4952 index for in-memory vectors. Correct code generation for
4953 in-register vectors.
4954 (altivec_expand_vec_ext_builtin): Use modular arithmetic to
4955 compute index.
4956
4957 2019-03-15 Alexandre Oliva <aoliva@redhat.com>
4958
4959 PR c++/88534
4960 PR c++/88537
4961 * dwarf2out.c (generic_parameter_die): Follow DECL_INITIAL of
4962 VAR_DECL args.
4963
4964 2019-03-15 Jakub Jelinek <jakub@redhat.com>
4965
4966 PR c++/89709
4967 * tree.c (inchash::add_expr): Strip any location wrappers.
4968 * fold-const.c (operand_equal_p): Move stripping of location wrapper
4969 after hash verification.
4970
4971 PR debug/89704
4972 * dwarf2out.c (add_const_value_attribute): Return false for MINUS,
4973 SIGN_EXTEND and ZERO_EXTEND.
4974
4975 2019-03-14 Jason Merrill <jason@redhat.com>
4976 Jakub Jelinek <jakub@redhat.com>
4977
4978 * hash-table.h (remove_elt_with_hash): Return if slot is NULL rather
4979 than if is_empty (*slot).
4980 * hash-set-tests.c (test_set_of_strings): Add tests for addition of
4981 existing elt and for elt removal.
4982 * hash-map-tests.c (test_map_of_strings_to_int): Add test for removal
4983 of already removed elt.
4984
4985 2019-03-15 H.J. Lu <hongjiu.lu@intel.com>
4986
4987 PR target/89650
4988 * config/i386/i386.c (remove_partial_avx_dependency): Handle
4989 REG_EH_REGION note.
4990
4991 2019-03-14 Martin Liska <mliska@suse.cz>
4992
4993 PR other/89712
4994 * doc/invoke.texi: Remove -fdump-class-hierarchy option.
4995
4996 2019-03-14 Richard Biener <rguenther@suse.de>
4997
4998 PR target/89711
4999 * config/i386/i386.c (make_resolver_func): Properly set
5000 DECL_CONTEXT on the RESULT_DECL.
5001 * config/rs6000/rs6000.c (make_resolver_func): Likewise.
5002
5003 2019-03-14 Richard Biener <rguenther@suse.de>
5004
5005 * gimple-pretty-print.c: Include cfgloop.h.
5006 (dump_gimple_phi): Adjust.
5007 (dump_gimple_bb_header): Dump loop header for GIMPLE.
5008 (pp_cfg_jump): Adjust.
5009 (dump_implicit_edges): Dump fallthru to next block for GIMPLE as well.
5010 * tree-cfg.c (build_gimple_cfg): Remove lower_phi_internal_fn call.
5011 (lower_phi_internal_fn): Remove.
5012 (verify_gimple_call): Remove IFN_PHI special-casing.
5013 (dump_function_to_file): Dump IL state.
5014 * tree-into-ssa.c (rewrite_add_phi_arguments): Revert changes
5015 done to deal with PHI nodes being present in non-SSA state.
5016
5017 2019-03-14 Jakub Jelinek <jakub@redhat.com>
5018
5019 PR ipa/89684
5020 * multiple_target.c (create_dispatcher_calls): Change
5021 references_to_redirect from vector of ipa_ref * to vector of ipa_ref.
5022 In the node->iterate_referring loop, push *ref rather than ref, call
5023 ref->remove_reference () and always pass 0 to iterate_referring.
5024
5025 PR rtl-optimization/89679
5026 * expmed.c (expand_mult_const): Don't add a REG_EQUAL note if it
5027 would contain a paradoxical SUBREG.
5028
5029 2019-03-14 Richard Biener <rguenther@suse.de>
5030
5031 PR tree-optimization/89710
5032 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use
5033 safe_dyn_cast.
5034
5035 2019-03-14 Martin Liska <mliska@suse.cz>
5036
5037 * coverage.c (coverage_begin_function): Stream also
5038 end_column.
5039 * doc/gcov.texi: Document 2 new fields in JSON file. Improve
5040 documentation about function declaration location.
5041 * gcov-dump.c (tag_function): Print whole range
5042 of function declaration.
5043 * gcov.c (struct function_info): Add end_column field.
5044 (function_info::function_info): Initialize it.
5045 (output_json_intermediate_file): Output {start,end}_column
5046 fields.
5047 (read_graph_file): Read end_column.
5048
5049 2019-03-14 Richard Biener <rguenther@suse.de>
5050
5051 PR middle-end/89698
5052 * fold-const.c (operand_equal_p): For INDIRECT_REF check
5053 that the access types are similar.
5054
5055 2019-03-14 Jakub Jelinek <jakub@redhat.com>
5056
5057 PR tree-optimization/89703
5058 * tree-ssa-strlen.c (valid_builtin_call): Punt if stmt call types
5059 aren't compatible also with builtin_decl_explicit. Check pure
5060 or non-pure status of BUILT_IN_STR{{,N}CMP,N{LEN,{CAT,CPY}{,_CHK}}}
5061 and BUILT_IN_STPNCPY{,_CHK}.
5062
5063 2019-03-14 H.J. Lu <hongjiu.lu@intel.com>
5064
5065 PR target/89523
5066 * config/i386/i386.c (ix86_print_operand): Handle 'M' to add
5067 addr32 prefix to VSIB address for X32.
5068 * config/i386/sse.md (*avx512pf_gatherpf<mode>sf_mask): Prepend
5069 "%M2" to opcode.
5070 (*avx512pf_gatherpf<mode>df_mask): Likewise.
5071 (*avx512pf_scatterpf<mode>sf_mask): Likewise.
5072 (*avx512pf_scatterpf<mode>df_mask): Likewise.
5073 (*avx2_gathersi<mode>): Prepend "%M3" to opcode.
5074 (*avx2_gathersi<mode>_2): Prepend "%M2" to opcode.
5075 (*avx2_gatherdi<mode>): Prepend "%M3" to opcode.
5076 (*avx2_gatherdi<mode>_2): Prepend "%M2" to opcode.
5077 (*avx2_gatherdi<mode>_3): Prepend "%M3" to opcode.
5078 (*avx2_gatherdi<mode>_4): Prepend "%M2" to opcode.`
5079 (*avx512f_gathersi<mode>): Prepend "%M4" to opcode.
5080 (*avx512f_gathersi<mode>_2): Prepend "%M3" to opcode.
5081 (*avx512f_gatherdi<mode>): Prepend "%M4" to opcode.
5082 (*avx512f_gatherdi<mode>_2): Prepend "%M3" to opcode.
5083 (*avx512f_scattersi<mode>): Prepend "%M0" to opcode.
5084 (*avx512f_scatterdi<mode>): Likewise.
5085
5086 2019-03-13 Vladimir Makarov <vmakarov@redhat.com>
5087
5088 PR target/85860
5089 * lra-constraints.c (inherit_in_ebb): Update
5090 potential_reload_hard_regs along with live_hard_regs.
5091
5092 2019-03-13 Jakub Jelinek <jakub@redhat.com>
5093
5094 PR debug/89498
5095 * dwarf2out.c (size_of_die): For dw_val_class_view_list always use
5096 DWARF_OFFSET_SIZE.
5097 (value_format): For dw_val_class_view_list never use DW_FORM_loclistx.
5098
5099 2019-03-13 Martin Sebor <msebor@redhat.com>
5100
5101 PR tree-optimization/89662
5102 * tree-vrp.c (vrp_prop::check_mem_ref): Avoid assuming every type
5103 has a size.
5104
5105 2019-03-13 Richard Biener <rguenther@suse.de>
5106
5107 PR middle-end/89677
5108 * tree-scalar-evolution.c (simplify_peeled_chrec): Do not
5109 throw FP expressions at tree-affine.
5110
5111 2019-03-14 Richard Biener <rguenther@suse.de>
5112
5113 * tree-pretty-print.c (dump_generic_node): For -gimple properly
5114 dump negative integer constants using _Literal (type) -num.
5115
5116 2019-03-13 Jakub Jelinek <jakub@redhat.com>
5117
5118 * ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
5119 nonlocal_value member.
5120
5121 PR middle-end/88588
5122 * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Handle PHI args.
5123 (ipa_simd_modify_function_body): Handle PHIs.
5124
5125 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
5126
5127 * config/s390/s390.c (s390_option_override_internal): Use more
5128 aggressive inlining parameters.
5129
5130 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
5131
5132 * config/s390/3906.md: New file.
5133 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
5134 (LONGRUNNING_THRESHOLD): Remove.
5135 (MAX_SCHED_MIX_SCORE): Decrease.
5136 (MAX_SCHED_MIX_DISTANCE): Decrease.
5137 (s390_bb_fallthru_entry_likely): Assume fallthru for less than likely.
5138 (struct s390_sched_state): New struct to hold scheduling state.
5139 (S390_SCHED_STATE_NORMAL): Remove.
5140 (S390_SCHED_STATE_CRACKED): Remove.
5141 (S390_SCHED_ATTR_MASK_GROUPOFTWO): Add.
5142 (s390_get_sched_attrmask): Use new attribute.
5143 (s390_get_unit_mask): Use new units.
5144 (s390_is_fpd): New function.
5145 (s390_is_fxd): New function.
5146 (s390_is_longrunning): New function.
5147 (s390_sched_score): Use new functions.
5148 (s390_sched_reorder): Likewise.
5149 (s390_sched_variable_issue): Rework and use new functions.
5150 (s390_sched_init): Use new functions.
5151 * config/s390/s390.h (s390_tune_attr): Add z14.
5152 * config/s390/s390.md: Add z14.
5153
5154 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
5155
5156 * config/s390/2964.md: Update pipeline description.
5157 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
5158 (LONGRUNNING_THRESHOLD): Remove.
5159 (LATENCY_FACTOR): Remove.
5160 (s390_get_unit_mask): Add unit.
5161 (s390_sched_score): Use fxd/fpd.
5162 (s390_sched_variable_issue): Use fxd/fpd.
5163
5164 2019-03-12 Martin Liska <mliska@suse.cz>
5165
5166 * config/i386/i386.c: Reword an error message.
5167
5168 2019-03-12 Martin Jambor <mjambor@suse.cz>
5169
5170 * cgraph.c (cgraph_node::dump): Dump more info for former thunks,
5171 terminate with newline.
5172
5173 2019-03-12 Jakub Jelinek <jakub@redhat.com>
5174
5175 PR target/52726
5176 * config/s390/s390.md (tabort): Use %wd instead of
5177 HOST_WIDE_INT_PRINT_DEC in error message, reword to avoid two capital
5178 letters and periods.
5179 * config/tilepro/tilepro.c (tilepro_print_operand): Use %wd in
5180 output_operand_lossage instead of HOST_WIDE_INT_PRINT_DEC, replace
5181 's with %< and %>.
5182
5183 PR middle-end/89663
5184 * builtins.c (expand_builtin_int_roundingfn,
5185 expand_builtin_int_roundingfn_2): Return NULL_RTX instead of
5186 gcc_unreachable if validate_arglist fails.
5187
5188 2019-03-12 Richard Biener <rguenther@suse.de>
5189
5190 PR tree-optimization/89664
5191 * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Properly
5192 free the occurance tree after the early out.
5193
5194 2019-03-11 Jakub Jelinek <jakub@redhat.com>
5195
5196 PR middle-end/89655
5197 PR bootstrap/89656
5198 * vr-values.c (vr_values::update_value_range): If
5199 old_vr->varying_p (), don't update it, make new_vr also VARYING
5200 and return false.
5201
5202 2019-03-11 Martin Liska <mliska@suse.cz>
5203
5204 * config/aarch64/aarch64.c (aarch64_override_options_internal):
5205 Fix double string quoting.
5206
5207 2019-03-11 Martin Liska <mliska@suse.cz>
5208
5209 * collect-utils.c (collect_wait): Wrap apostrophes
5210 in gcc internal format with %'.
5211 * collect2.c (main): Likewise.
5212 (scan_prog_file): Likewise.
5213 (scan_libraries): Likewise.
5214 * config/i386/i386.c (ix86_expand_call): Likewise.
5215 (ix86_handle_interrupt_attribute): Likewise.
5216 * config/nds32/nds32-intrinsic.c (nds32_expand_builtin_impl): Likewise.
5217 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
5218 * config/rl78/rl78.c (rl78_handle_saddr_attribute): Likewise.
5219 * lto-wrapper.c (find_crtoffloadtable): Likewise.
5220 * symtab.c (symtab_node::verify_base): Likewise.
5221 * tree-cfg.c (verify_gimple_label): Likewise.
5222 * tree.c (verify_type_variant): Likewise.
5223
5224 2019-03-11 Martin Liska <mliska@suse.cz>
5225
5226 * builtins.c (expand_builtin_thread_pointer): Wrap an option name
5227 in a string format message and fix GNU coding style.
5228 (expand_builtin_set_thread_pointer): Likewise.
5229 * common/config/aarch64/aarch64-common.c
5230 (aarch64_rewrite_selected_cpu): Likewise.
5231 * common/config/alpha/alpha-common.c (alpha_handle_option): Likewise.
5232 * common/config/arc/arc-common.c (arc_handle_option): Likewise.
5233 * common/config/arm/arm-common.c (arm_parse_fpu_option): Likewise.
5234 * common/config/bfin/bfin-common.c (bfin_handle_option): Likewise.
5235 * common/config/i386/i386-common.c (ix86_handle_option): Likewise.
5236 * common/config/ia64/ia64-common.c (ia64_handle_option): Likewise.
5237 * common/config/m68k/m68k-common.c (m68k_handle_option): Likewise.
5238 * common/config/msp430/msp430-common.c (msp430_handle_option): Likewise.
5239 * common/config/nds32/nds32-common.c (nds32_handle_option): Likewise.
5240 * common/config/powerpcspe/powerpcspe-common.c (rs6000_handle_option):
5241 Likewise.
5242 * common/config/riscv/riscv-common.c
5243 (riscv_subset_list::parsing_subset_version): Likewise.
5244 (riscv_subset_list::parse_std_ext): Likewise.
5245 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
5246 (riscv_subset_list::parse): Likewise.
5247 * common/config/rs6000/rs6000-common.c (rs6000_handle_option): Likewise.
5248 * config/aarch64/aarch64.c (aarch64_parse_one_option_token): Likewise.
5249 (aarch64_override_options_internal): Likewise.
5250 (aarch64_validate_mcpu): Likewise.
5251 (aarch64_validate_march): Likewise.
5252 (aarch64_validate_mtune): Likewise.
5253 (aarch64_override_options): Likewise.
5254 * config/alpha/alpha.c (alpha_option_override): Likewise.
5255 * config/arc/arc.c (arc_init): Likewise.
5256 (parse_mrgf_banked_regs_option): Likewise.
5257 (arc_override_options): Likewise.
5258 (arc_expand_builtin_aligned): Likewise.
5259 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Likewise.
5260 (arm_expand_builtin): Likewise.
5261 * config/arm/arm.c (arm_option_check_internal): Likewise.
5262 (arm_configure_build_target): Likewise.
5263 (arm_option_override): Likewise.
5264 (arm_options_perform_arch_sanity_checks): Likewise.
5265 (arm_handle_cmse_nonsecure_entry): Likewise.
5266 (arm_handle_cmse_nonsecure_call): Likewise.
5267 (arm_tls_referenced_p): Likewise.
5268 (thumb1_expand_prologue): Likewise.
5269 * config/avr/avr.c (avr_option_override): Likewise.
5270 * config/bfin/bfin.c (bfin_option_override): Likewise.
5271 * config/c6x/c6x.c (c6x_option_override): Likewise.
5272 * config/cr16/cr16.c (cr16_override_options): Likewise.
5273 * config/cris/cris.c (cris_option_override): Likewise.
5274 * config/csky/csky.c (csky_handle_isr_attribute): Likewise.
5275 * config/darwin-c.c (macosx_version_as_macro): Likewise.
5276 * config/darwin.c (darwin_override_options): Likewise.
5277 * config/frv/frv.c (frv_expand_builtin): Likewise.
5278 * config/h8300/h8300.c (h8300_option_override): Likewise.
5279 * config/i386/i386.c (parse_mtune_ctrl_str): Likewise.
5280 (ix86_option_override_internal): Likewise.
5281 (warn_once_call_ms2sysv_xlogues): Likewise.
5282 (ix86_expand_prologue): Likewise.
5283 (split_stack_prologue_scratch_regno): Likewise.
5284 (ix86_warn_parameter_passing_abi): Likewise.
5285 * config/ia64/ia64.c (fix_range): Likewise.
5286 * config/m68k/m68k.c (m68k_option_override): Likewise.
5287 * config/microblaze/microblaze.c (microblaze_option_override): Likewise.
5288 * config/mips/mips.c (mips_emit_probe_stack_range): Likewise.
5289 (mips_set_compression_mode): Likewise.
5290 * config/mmix/mmix.c (mmix_option_override): Likewise.
5291 * config/mn10300/mn10300.c (mn10300_option_override): Likewise.
5292 * config/msp430/msp430.c (msp430_option_override): Likewise.
5293 * config/nds32/nds32.c (nds32_option_override): Likewise.
5294 * config/nios2/nios2.c (nios2_custom_check_insns): Likewise.
5295 (nios2_option_override): Likewise.
5296 (nios2_expand_custom_builtin): Likewise.
5297 * config/nvptx/mkoffload.c (main): Likewise.
5298 * config/nvptx/nvptx.c (diagnose_openacc_conflict): Likewise.
5299 * config/pa/pa.c (fix_range): Likewise.
5300 (pa_option_override): Likewise.
5301 * config/riscv/riscv.c (riscv_parse_cpu): Likewise.
5302 (riscv_option_override): Likewise.
5303 * config/rl78/rl78.c (rl78_option_override): Likewise.
5304 * config/rs6000/aix61.h: Likewise.
5305 * config/rs6000/aix71.h: Likewise.
5306 * config/rs6000/aix72.h: Likewise.
5307 * config/rs6000/driver-rs6000.c (elf_platform): Likewise.
5308 * config/rs6000/freebsd64.h: Likewise.
5309 * config/rs6000/linux64.h: Likewise.
5310 * config/rs6000/rs6000.c (rs6000_option_override_internal): Likewise.
5311 (rs6000_expand_zeroop_builtin): Likewise.
5312 (rs6000_expand_mtfsb_builtin): Likewise.
5313 (rs6000_expand_set_fpscr_rn_builtin): Likewise.
5314 (rs6000_expand_set_fpscr_drn_builtin): Likewise.
5315 (rs6000_invalid_builtin): Likewise.
5316 (rs6000_expand_split_stack_prologue): Likewise.
5317 * config/rs6000/rtems.h: Likewise.
5318 * config/rx/rx.c (valid_psw_flag): Likewise.
5319 (rx_expand_builtin): Likewise.
5320 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Likewise.
5321 * config/s390/s390.c (s390_expand_builtin): Likewise.
5322 (s390_function_profiler): Likewise.
5323 (s390_option_override_internal): Likewise.
5324 (s390_option_override): Likewise.
5325 * config/sh/sh.c (sh_option_override): Likewise.
5326 (sh_builtin_saveregs): Likewise.
5327 (sh_fix_range): Likewise.
5328 * config/sh/vxworks.h: Likewise.
5329 * config/sparc/sparc.c (sparc_option_override): Likewise.
5330 * config/spu/spu.c (spu_option_override): Likewise.
5331 (fix_range): Likewise.
5332 * config/visium/visium.c (visium_option_override): Likewise.
5333 (visium_handle_interrupt_attr): Likewise.
5334 * config/xtensa/xtensa.c (xtensa_option_override): Likewise.
5335 * dbgcnt.c (dbg_cnt_set_limit_by_name): Likewise.
5336 (dbg_cnt_process_opt): Likewise.
5337 * dwarf2out.c (output_dwarf_version): Likewise.
5338 * except.c (expand_eh_return): Likewise.
5339 * gcc.c (defined): Likewise.
5340 (driver_handle_option): Likewise.
5341 (process_command): Likewise.
5342 (compare_files): Likewise.
5343 (driver::prepare_infiles): Likewise.
5344 (driver::do_spec_on_infiles): Likewise.
5345 (driver::maybe_run_linker): Likewise.
5346 * omp-offload.c (oacc_parse_default_dims): Likewise.
5347 * opts-global.c (handle_common_deferred_options): Likewise.
5348 * opts.c (parse_sanitizer_options): Likewise.
5349 (common_handle_option): Likewise.
5350 (enable_warning_as_error): Likewise.
5351 * passes.c (enable_disable_pass): Likewise.
5352 * plugin.c (parse_plugin_arg_opt): Likewise.
5353 (default_plugin_dir_name): Likewise.
5354 * targhooks.c (default_expand_builtin_saveregs): Likewise.
5355 (default_pch_valid_p): Likewise.
5356 * toplev.c (init_asm_output): Likewise.
5357 (process_options): Likewise.
5358 (toplev::run_self_tests): Likewise.
5359 * tree-cfg.c (verify_gimple_call): Likewise.
5360 * tree-inline.c (inline_forbidden_p_stmt): Likewise.
5361 (tree_inlinable_function_p): Likewise.
5362 * var-tracking.c (vt_find_locations): Likewise.
5363
5364 2019-03-11 Andreas Krebbel <krebbel@linux.ibm.com>
5365
5366 * config/s390/s390.c (s390_expand_builtin): Do the copy_to_reg not
5367 only on the else branch.
5368
5369 2019-03-11 Martin Liska <mliska@suse.cz>
5370
5371 * gcov.c (output_intermediate_json_line): Print function
5372 name of each line.
5373 (output_json_intermediate_file): Add new argument.
5374 * doc/gcov.texi: Document the change.
5375
5376 2019-03-11 Eric Botcazou <ebotcazou@adacore.com>
5377
5378 PR rtl-optimization/89588
5379 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
5380 explicit unrolling factor more robust.
5381
5382 2019-03-11 Richard Biener <rguenther@suse.de>
5383
5384 PR tree-optimization/89649
5385 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
5386 * tree-vect-loop-manip.c (vect_do_peeling): Unset force_vectorize
5387 on the prolog and epilog loops.
5388 (vect_loop_versioning): Return copy of loop.
5389 * tree-vect-loop.c (vect_transform_loop): Unset force_vectorize
5390 on the non-vectorized version of the loop.
5391
5392 2019-03-10 Uroš Bizjak <ubizjak@gmail.com>
5393
5394 PR target/68924
5395 * config/i386/sse.md (*vec_extractv2di_0_sse):
5396 Add (=r,x) alternative and corresponding splitter.
5397
5398 2019-03-10 Martin Jambor <mjambor@suse.cz>
5399
5400 PR tree-optimization/85762
5401 PR tree-optimization/87008
5402 PR tree-optimization/85459
5403 * tree-sra.c (contains_vce_or_bfcref_p): New parameter, set the bool
5404 it points to if there is a type changing MEM_REF. Adjust all callers.
5405 (build_accesses_from_assign): Disable total scalarization if
5406 contains_vce_or_bfcref_p returns true through the new parameter, for
5407 both rhs and lhs.
5408
5409 2019-03-09 Jakub Jelinek <jakub@redhat.com>
5410
5411 PR c/88568
5412 * attribs.c (handle_dll_attribute): Don't clear TREE_STATIC for
5413 dllimport on VAR_DECLs with RECORD_TYPE or UNION_TYPE DECL_CONTEXT.
5414
5415 PR target/79645
5416 * common.opt (fdiagnostics-show-labels,
5417 fdiagnostics-show-line-numbers, fdiagnostics-format=,
5418 fdiagnostics-minimum-margin-width=, fgnat-encodings=, gas-loc-support,
5419 gas-locview-support, ginline-points, ginternal-reset-location-views):
5420 Terminate description text with a dot.
5421 * config/microblaze/microblaze.opt (mxl-prefetch): Likewise.
5422 * config/mcore/mcore.opt (m210, m340): Likewise.
5423 * config/epiphany/epiphany.opt (mprefer-short-insn-regs, mcmove,
5424 mnops=): Start description text with a capital letter.
5425 * config/arc/arc.opt (msize-level=): Likewise.
5426 * config/sh/sh.opt (minline-ic_invalidate): Likewise.
5427 * config/rs6000/sysv4.opt (mno-toc, mtoc, mno-traceback, mshlib,
5428 mnewlib): Likewise.
5429 * config/ft32/ft32.opt (msim): Likewise.
5430 (mft32b, mcompress): Likewise. Terminate description text with a dot.
5431 (mnodiv, mnopm): Terminate description text with a dot.
5432 * config/c6x/c6x.opt (c6x_sdata): Terminate Enum description with
5433 a colon.
5434 * config/i386/i386.opt (prefer_vector_width, instrument_return):
5435 Likewise.
5436 * config/rx/rx.opt (nofpu): Remove trailing spaces from description
5437 text.
5438
5439 PR rtl-optimization/89634
5440 * cfgcleanup.c (thread_jump): Punt if registers mentioned in cond1
5441 are modified in BB_END (e->src) instruction.
5442
5443 2019-03-08 David Malcolm <dmalcolm@redhat.com>
5444
5445 PR target/79926
5446 * config/i386/i386.c (ix86_set_current_function): Make "sorry"
5447 messages more amenable to translation, and improve wording.
5448
5449 2019-03-08 Bill Schmidt <wschmidt@linux.ibm.com>
5450
5451 * config/rs6000/rs6000-p8swap.c (rs6000_analyze_swaps): Rebuild
5452 ud- and du-chains between phases.
5453
5454 2019-03-08 Richard Sandiford <richard.sandiford@arm.com>
5455
5456 PR debug/89631
5457 * dwarf2cfi.c (dwarf2out_frame_debug_expr): Use CONST_POLY_INT
5458 instead of POLY_INT_CST.
5459
5460 2019-03-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
5461
5462 * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): Add TARGET_VFP_DOUBLE
5463 requirement.
5464
5465 2019-03-08 Uroš Bizjak <ubizjak@gmail.com>
5466
5467 PR target/68924
5468 PR target/78782
5469 PR target/87558
5470 * config/i386/emmintrin.h (_mm_loadu_si64): New intrinsic.
5471 (_mm_storeu_si64): Ditto.
5472
5473 2019-03-08 Martin Liska <mliska@suse.cz>
5474
5475 PR target/86952
5476 * config/i386/i386.c (ix86_option_override_internal): Disable
5477 jump tables when retpolines are used.
5478
5479 2019-03-08 Jan Hubicka <hubicka@ucw.cz>
5480
5481 PR go/63560
5482 * ipa-split.c (execute_split_functions): Do not split
5483 'noinline' or 'section' function.
5484
5485 2019-03-08 Jakub Jelinek <jakub@redhat.com>
5486
5487 PR target/79846
5488 * config/s390/s390.c (s390_const_operand_ok): Use %wu instead of
5489 HOST_WIDE_INT_PRINT_UNSIGNED and %wd instead of
5490 HOST_WIDE_INT_PRINT_DEC. Formatting fixes.
5491
5492 PR ipa/80000
5493 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
5494 from diagnostics. Formatting fixes.
5495
5496 PR target/85665
5497 * ipa-devirt.c (odr_types_equivalent_p): Fix grammar in
5498 warn_odr diagnostics.
5499
5500 PR other/80058
5501 * lra-constraints.c (process_alt_operands): Avoid one space before
5502 " at the end of line and another after " on another line in a string
5503 literal.
5504 * attribs.c (handle_dll_attribute): Likewise.
5505 * config/avr/avr-devices.c (avr_texinfo): Likewise.
5506
5507 * gimple-ssa-warn-alloca.c (pass_walloca::execute): Don't wrap
5508 warning_at or inform messages in G_() if there is no ?:.
5509
5510 PR tree-optimization/89550
5511 * builtins.c (c_strlen): Only set TREE_NO_WARNING if warning_at
5512 returned true. Formatting fixes.
5513 (expand_builtin_strnlen): Formatting fixes.
5514 * tree-vrp.c (vrp_prop::check_mem_ref): Only set TREE_NO_WARNING
5515 if warning_at returned true.
5516 * tree-cfg.c (pass_warn_function_return::execute): Likewise.
5517
5518 2019-03-08 Richard Biener <rguenther@suse.de>
5519
5520 PR middle-end/89578
5521 * cfgloop.h (struct loop): Add owned_clique field.
5522 * cfgloopmanip.c (copy_loop_info): Copy it.
5523 * tree-cfg.c (gimple_duplicate_bb): Do not remap owned_clique
5524 cliques.
5525 * tree-inline.c (copy_loops): Remap owned_clique.
5526 * lto-streamer-in.c (input_cfg): Stream owned_clique.
5527 * lto-streamer-out.c (output_cfg): Likewise.
5528
5529 2019-03-08 Jakub Jelinek <jakub@redhat.com>
5530
5531 PR target/80190
5532 * config/darwin.c: Include intl.h.
5533 (darwin_build_constant_cfstring): Improve i18n of diagnostics by not
5534 composing the message out of two separate parts.
5535
5536 2019-03-07 Jakub Jelinek <jakub@redhat.com>
5537
5538 PR target/80003
5539 * config/i386/i386.c (ix86_set_func_type): Make sure diagnostics
5540 doesn't start with a capital letter and doesn't end with a dot.
5541 (ix86_function_arg_boundary): Make sure diagnostics doesn't start
5542 with a capital letter.
5543 (ix86_mangle_function_version_assembler_name): Likewise.
5544 (ix86_generate_version_dispatcher_body): Likewise.
5545 (fold_builtin_cpu): Likewise.
5546 (get_builtin_code_for_version): Likewise. Remove extraneous space.
5547 (ix86_handle_interrupt_attribute): Make the diagnostics easier for
5548 translators, wrap full type name in %qs.
5549
5550 PR translation/79999
5551 * gimplify.c (gimplify_omp_ordered): Reword diagnostics to talk about
5552 depend clause with source (or sink) modifier.
5553 * omp-expand.c (expand_omp_ordered_sink): Likewise.
5554
5555 PR target/89602
5556 * config/i386/sse.md (avx512f_mov<ssescalarmodelower>_mask,
5557 *avx512f_load<mode>_mask, avx512f_store<mode>_mask): New define_insns.
5558 (avx512f_load<mode>_mask): New define_expand.
5559 * config/i386/i386-builtin.def (__builtin_ia32_loadsd_mask,
5560 __builtin_ia32_loadss_mask, __builtin_ia32_storesd_mask,
5561 __builtin_ia32_storess_mask, __builtin_ia32_movesd_mask,
5562 __builtin_ia32_movess_mask): New builtins.
5563 * config/i386/avx512fintrin.h (_mm_mask_load_ss, _mm_maskz_load_ss,
5564 _mm_mask_load_sd, _mm_maskz_load_sd, _mm_mask_move_ss,
5565 _mm_maskz_move_ss, _mm_mask_move_sd, _mm_maskz_move_sd,
5566 _mm_mask_store_ss, _mm_mask_store_sd): New intrinsics.
5567
5568 2019-03-07 Martin Jambor <mjambor@suse.cz>
5569
5570 PR lto/87525
5571 * ipa-cp.c (perform_estimation_of_a_value): Account zero time benefit
5572 for extern inline functions.
5573
5574 2019-03-07 Martin Jambor <mjambor@suse.cz>
5575
5576 PR ipa/88235
5577 * cgraph.h (cgraph_node): New inline method former_thunk_p.
5578 * cgraph.c (cgraph_node::dump): Dump a note if node is a former thunk.
5579 (clone_of_p): Treat expanded thunks like thunks, be optimistic if they
5580 have multiple callees. At the end check if declarations match as
5581 opposed to cgraph_nodes.
5582
5583 2019-03-07 Martin Liska <mliska@suse.cz>
5584
5585 * cgraph.c (cgraph_node::verify_node): Verify with a neighbour
5586 which is equivalent to searching for this in clones chain.
5587 * symtab.c (symtab_node::verify_base): Similarly compare ASM
5588 names with a neighbour and special case first node in a chain.
5589
5590 2019-01-25 Jason Merrill <jason@redhat.com>
5591
5592 PR c++/80916 - spurious "static but not defined" warning.
5593 * gimple-fold.c (can_refer_decl_in_current_unit_p): Return false
5594 for an internal symbol with DECL_EXTERNAL.
5595
5596 2019-04-07 Richard Biener <rguenther@suse.de>
5597
5598 PR middle-end/89618
5599 * cfgloopmanip.c (copy_loop_info): Copy forgotten fields.
5600 * tree-inline.c (copy_loops): Simplify.
5601
5602 2019-03-07 Martin Liska <mliska@suse.cz>
5603
5604 * dwarf2out.c (add_AT_vms_delta): Revert function removal.
5605
5606 2019-03-07 Richard Biener <rguenther@suse.de>
5607
5608 PR tree-optimization/89595
5609 * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Take
5610 stmt iterator as reference, take boolean output parameter to
5611 indicate whether the stmt was removed and thus the iterator
5612 already advanced.
5613 (dom_opt_dom_walker::before_dom_children): Re-iterate over
5614 stmts created by folding.
5615
5616 2019-03-07 Jakub Jelinek <jakub@redhat.com>
5617
5618 PR c++/89585
5619 * doc/extend.texi (Basic Asm): Document qualifiers are not allowed
5620 at toplevel.
5621
5622 2019-03-06 Peter Bergner <bergner@linux.ibm.com>
5623
5624 PR rtl-optimization/88845
5625 * config/rs6000/rs6000.c (rs6000_emit_move_si_sf_subreg): Enable during
5626 LRA.
5627 * lra.c (remove_scratches_1): New function.
5628 (remove_scratches): Use it.
5629 (lra_emit_move): Likewise.
5630
5631 2019-03-06 Claudiu Zissulescu <claziss@synopsys.com>
5632
5633 * config/arc/arc-c.def (__ARC_UNALIGNED__): Set it on
5634 unaligned_access variable.
5635 * config/arc/arc.c (arc_override_options): Set unaligned access
5636 default on for HS CPUs.
5637 * config/arc/arc.h (STRICT_ALIGNMENT): Fix logic.
5638
5639 2019-03-06 Martin Liska <mliska@suse.cz>
5640
5641 PR gcov-profile/89577
5642 * doc/gcov.texi: Prefer to use --coverage.
5643 * doc/sourcebuild.texi: Likewise.
5644
5645 2019-03-02 Jason Merrill <jason@redhat.com>
5646
5647 PR c++/86485 - -Wmaybe-unused with empty class ?:
5648 * gimplify.c (gimplify_cond_expr): Use INIT_EXPR.
5649
5650 2019-03-05 Jakub Jelinek <jakub@redhat.com>
5651
5652 PR target/89587
5653 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Set to non-empty only
5654 if_multiarch.
5655
5656 PR middle-end/89590
5657 * builtins.c (maybe_emit_free_warning): Punt if free doesn't have
5658 exactly one argument.
5659
5660 2019-03-05 Jakub Jelinek <jakub@redhat.com>
5661 Richard Sandiford <richard.sandiford@arm.com>
5662
5663 PR tree-optimization/89570
5664 * match.pd (vec_cond into cond_op simplification): Don't use
5665 get_conditional_internal_fn, use as_internal_fn (cond_op).
5666
5667 2019-03-05 Wilco Dijkstra <wdijkstr@arm.com>
5668
5669 PR target/89222
5670 * config/arm/arm.md (movsi): Use targetm.cannot_force_const_mem
5671 to decide when to split off a non-zero offset from a symbol.
5672 * config/arm/arm.c (arm_cannot_force_const_mem): Disallow offsets
5673 in function symbols.
5674
5675 2019-03-05 Richard Biener <rguenther@suse.de>
5676
5677 PR tree-optimization/89594
5678 * tree-if-conv.c (pass_if_conversion::execute): Handle
5679 case where .LOOP_VECTORIZED_FUNCTION was removed.
5680
5681 2019-03-05 Jakub Jelinek <jakub@redhat.com>
5682
5683 PR bootstrap/89560
5684 * fold-const.c (fold_checksum_tree): Don't use fixed size buffer,
5685 instead alloca it only when needed with the needed size.
5686
5687 PR tree-optimization/89570
5688 * match.pd (vec_cond into cond_op simplification): Guard with
5689 vectorized_internal_fn_supported_p test and #if GIMPLE.
5690
5691 PR tree-optimization/89566
5692 * gimple-ssa-sprintf.c (sprintf_dom_walker::handle_gimple_call):
5693 Set info.fncode to BUILT_IN_NONE if gimple_call_builtin_p failed.
5694 Punt if get_user_idx_format succeeds, but idx_format argument is
5695 not provided or doesn't have pointer type, or if idx_args is above
5696 number of provided arguments.
5697
5698 2019-03-04 Wilco Dijkstra <wdijkstr@arm.com>
5699
5700 PR tree-optimization/89437
5701 * match.pd: Use lt in sin(atan(x)) and cos(atan(x)) simplifications.
5702
5703 2019-03-04 Richard Biener <rguenther@suse.de>
5704
5705 PR middle-end/89572
5706 * tree-scalar-evolution.c: (get_loop_exit_condition): Use
5707 safe_dyn_cast.
5708
5709 2019-03-04 Bin Cheng <bin.cheng@linux.alibaba.com>
5710
5711 PR tree-optimization/89487
5712 * tree-loop-distribution.c (has_nonaddressable_dataref_p): New.
5713 (create_rdg_vertices): Compute has_nonaddressable_dataref_p.
5714 (distribute_loop): Don't do runtime alias check if there is non-
5715 addressable data reference.
5716 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Check if VAR_DECL
5717 is a register variable.
5718
5719 2019-03-02 Jakub Jelinek <jakub@redhat.com>
5720
5721 PR target/89506
5722 * config/arm/arm.md (cmpsi2_addneg): Use
5723 trunc_int_for_mode (-INTVAL (...), SImode) instead of -INTVAL (...).
5724 If operands[2] is 0 or INT_MIN, force use of subs.
5725 (*compare_scc splitter): Use gen_int_mode.
5726 (*negscc): Likewise.
5727 * config/arm/thumb2.md (*thumb2_negscc): Likewise.
5728
5729 2019-03-01 Kito Cheng <kito.cheng@gmail.com>
5730 Monk Chiang <sh.chiang04@gmail.com>
5731
5732 * common/config/riscv/riscv-common.c: Include sstream.
5733 (riscv_subset_list::to_string): New.
5734 (riscv_arch_str): Likewise.
5735 * config.gcc (riscv*-*-*): Handle --with-riscv-attribute=
5736 * config.in: Regen.
5737 * config/riscv/riscv-protos.h (riscv_arch_str): New.
5738 * config/riscv/riscv.c (INCLUDE_STRING): Defined.
5739 (riscv_emit_attribute): New.
5740 (riscv_file_start): Emit attribute if needed.
5741 (riscv_option_override): Init riscv_emit_attribute_p.
5742 * config/riscv/riscv.opt (mriscv-attribute): New option.
5743 * configure.ac (riscv*-*-*): Check binutils is supporting ELF
5744 * configure: Regen.
5745 * doc/install.texi: Document --with-riscv-attribute.
5746 * doc/invoke.texi: Document -mriscv-attribute.
5747
5748 * common/config/riscv/riscv-common.c:
5749 Include config/riscv/riscv-protos.h.
5750 (INCLUDE_STRING): Defined.
5751 (RISCV_DONT_CARE_VERSION): Defined.
5752 (riscv_subset_t): Declare.
5753 (riscv_subset_t::riscv_subset_t): New.
5754 (riscv_subset_list): Declare.
5755 (riscv_subset_list::riscv_subset_list): New.
5756 (riscv_subset_list::~riscv_subset_list): Likewise.
5757 (riscv_subset_list::parsing_subset_version): Likewise.
5758 (riscv_subset_list::parse_std_ext): Likewise.
5759 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
5760 (riscv_subset_list::add): Likewise.
5761 (riscv_subset_list::lookup): Likewise.
5762 (riscv_subset_list::xlen): Likewise.
5763 (riscv_subset_list::parse): Likewise.
5764 (riscv_supported_std_ext): Likewise.
5765 (current_subset_list): Likewise.
5766 (riscv_parse_arch_string): Using riscv_subset_list::parse to
5767 parse.
5768
5769 2019-03-01 Segher Boessenkool <segher@kernel.crashing.org>
5770
5771 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
5772 rs6000_dejagnu_cpu_index is set, use that to override rs6000_cpu_index.
5773 * config/rs6000/rs6000.opt (mdejagnu-cpu=): New option.
5774
5775 2019-03-01 Alexander Monakov <amonakov@ispras.ru>
5776
5777 PR rtl-optimization/85899
5778 * haifa-sched.c (find_fallthru_edge_from): Relax assert to account for
5779 fallthru edges leading to the exit block.
5780
5781 2019-03-01 Tamar Christina <tamar.christina@arm.com>
5782
5783 PR target/89517
5784 * config/aarch64/aarch64-option-extensions.def (fp, simd, crypto, fp16,
5785 rdma, dotprod, sha2, sha3, sm4, fp16fml, sve): Collapse line.
5786
5787 2019-03-01 Richard Sandiford <richard.sandiford@arm.com>
5788
5789 PR tree-optimization/89535
5790 * tree-vect-stmts.c (vectorizable_call): Record the vector types
5791 for each operand. Calculate the fallback choice for mask operands
5792 and pass it to vect_get_vec_def_for_operand.
5793
5794 2019-03-01 Richard Biener <rguenther@suse.de>
5795
5796 PR middle-end/89541
5797 * tree-ssa-operands.c (add_stmt_operand): CONST_DECL may
5798 get virtual operands.
5799 (get_expr_operands): Handle CONST_DECL like other decls.
5800
5801 2019-03-01 Jakub Jelinek <jakub@redhat.com>
5802
5803 PR middle-end/89503
5804 * fold-const.c (fold_checksum_tree): Ignore TREE_NO_WARNING bit
5805 on DECL_P and EXPR_P.
5806
5807 2019-03-01 Richard Biener <rguenther@suse.de>
5808
5809 PR middle-end/89497
5810 * tree-cfgcleanup.h (cleanup_tree_cfg): Add SSA update flags
5811 argument, defaulted to zero.
5812 * passes.c (execute_function_todo): Pass down SSA update flags
5813 to cleanup_tree_cfg.
5814 * tree-cfgcleanup.c: Include tree-into-ssa.h and tree-cfgcleanup.h.
5815 (cleanup_tree_cfg_noloop): After cleanup_control_flow_pre update SSA
5816 form if requested.
5817 (cleanup_tree_cfg): Get and pass down SSA update flags.
5818
5819 2019-03-01 Jakub Jelinek <jakub@redhat.com>
5820
5821 PR bootstrap/89539
5822 * dwarf2out.c (output_comdat_type_unit): Add ATTRIBUTE_UNUSED to
5823 early_lto_debug argument.
5824
5825 2019-02-28 Eric Botcazou <ebotcazou@adacore.com>
5826
5827 PR tree-optimization/89536
5828 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_NOT_EXPR>: Test
5829 only whether bit #0 of the value is 0 instead of the entire value.
5830
5831 2019-02-28 Marek Polacek <polacek@redhat.com>
5832
5833 PR c++/87068 - missing diagnostic with fallthrough statement.
5834 * gimplify.c (expand_FALLTHROUGH_r): If IFN_FALLTHROUGH was found
5835 at the end of a seq, save its location to walk_stmt_info.
5836 (expand_FALLTHROUGH): Warn if IFN_FALLTHROUGH is at the end of
5837 a switch.
5838
5839 2019-02-28 Jan Hubicka <hubicka@ucw.cz>
5840
5841 PR lto/88585
5842 * tree.c (find_atomic_core_type): Move ahead in file.
5843 (check_base_type): Correctly compare alignments of atomic types.
5844
5845 2019-02-28 H.J. Lu <hongjiu.lu@intel.com>
5846
5847 PR target/89455
5848 * config/i386/i386.c (get_builtin_code_for_version): Identify
5849 Westmere from PCLMUL, instead of AES.
5850
5851 2019-02-28 Jakub Jelinek <jakub@redhat.com>
5852
5853 PR target/89434
5854 * config/arm/arm.md (*subsi3_carryin_compare_const): Use
5855 trunc_int_for_mode (-INTVAL (...), SImode), just instead of
5856 -UINTVAL (...).
5857
5858 2019-02-28 Tamar Christina <tamar.christina@arm.com>
5859
5860 PR target/88530
5861 * config/aarch64/aarch64-option-extensions.def: Document it.
5862 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Skip feature
5863 if empty hwcaps.
5864
5865 2019-02-28 Jakub Jelinek <jakub@redhat.com>
5866
5867 PR c/89520
5868 * convert.c (convert_to_real_1, convert_to_integer_1): Punt for
5869 builtins if they don't have a single scalar floating point argument.
5870 Formatting fixes.
5871
5872 2019-02-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
5873
5874 PR rtl-optimization/89490
5875 * varasm.c (get_block_for_section): Bail out for mergeable sections.
5876 (default_use_anchors_for_symbol_p, output_object_block): Assert the
5877 block section is not mergeable.
5878
5879 2019-02-27 Jakub Jelinek <jakub@redhat.com>
5880
5881 PR target/70341
5882 * config/arm/arm.md (arm_casesi_internal): New define_expand. Rename
5883 old define_insn to ...
5884 (*arm_casesi_internal): ... this. Add mode to LABEL_REFs.
5885 * config/arm/thumb2.md (thumb2_casesi_internal): New define_expand.
5886 Rename old define_insn to ...
5887 (*thumb2_casesi_internal): ... this. Add mode to LABEL_REFs.
5888 (thumb2_casesi_internal_pic): New define_expand. Rename old
5889 define_insn to ...
5890 (*thumb2_casesi_internal_pic): ... this. Add mode to LABEL_REFs.
5891 * config/aarch64/aarch64.md (casesi): Create the casesi_dispatch
5892 MEM manually here, set MEM_READONLY_P and MEM_NOTRAP_P on it.
5893
5894 2019-02-27 Richard Biener <rguenther@suse.de>
5895
5896 PR debug/88878
5897 * dwarf2out.c (use_debug_types): Disable when in_lto_p.
5898
5899 2019-02-27 Richard Biener <rguenther@suse.de>
5900
5901 * passes.c (should_skip_pass_p): Do not skip cgraph-edge
5902 building.
5903
5904 2019-02-27 Richard Biener <rguenther@suse.de>
5905
5906 PR debug/88878
5907 * dwarf2out.c (output_comdat_type_unit): Add early_lto_debug
5908 parameter, prefix section name with .gnu.debuglto_ if true.
5909 (dwarf2out_finish): Pass false to output_comdat_type_unit.
5910 (dwarf2out_early_finish): Pass true to output_comdat_type_unit.
5911
5912 2019-02-27 Richard Biener <rguenther@suse.de>
5913
5914 PR debug/89514
5915 * dwarf2out.c (size_of_die): Key on AT_ref (a)->comdat_type_p
5916 rather than on use_debug_types, doing what output_die does.
5917 (value_format): Likewise.
5918
5919 2019-02-27 Martin Jambor <mjambor@suse.cz>
5920 Martin Sebor <msebor@redhat.com>
5921
5922 * doc/invoke.texi (Warning Options): Reword description of
5923 -Wno-absolute-value.
5924
5925 2019-02-27 Jakub Jelinek <jakub@redhat.com>
5926
5927 PR tree-optimization/89280
5928 * tree-cfgcleanup.c (maybe_dead_abnormal_edge_p,
5929 builtin_setjmp_setup_bb): New functions.
5930 (cleanup_control_flow_pre): Ignore maybe_dead_abnormal_edge_p edges.
5931 When visiting __builtin_setjmp_setup block, queue in special
5932 setjmp_vec vector edges from .ABNORMAL_DISPATCHER to corresponding
5933 __builtin_setjmp_receiver. Remove .ABNORMAL_DISPATCHER basic blocks
5934 from visited after the loop if they don't have any visited successor
5935 blocks.
5936
5937 2018-02-26 Steve Ellcey <sellcey@marvell.com>
5938
5939 * config/aarch64/aarch64.c (aarch64_get_multilib_abi_name):
5940 New function.
5941 (TARGET_GET_MULTILIB_ABI_NAME): New macro.
5942
5943 2019-02-26 Jakub Jelinek <jakub@redhat.com>
5944
5945 PR c++/89507
5946 * tree.c (valid_constant_size_p): Deal with size INTEGER_CSTs
5947 with types other than sizetype/ssizetype.
5948
5949 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
5950
5951 * config/sparc/sparc-opts.h (enum processor_type): Rename to...
5952 (enum sparc_processor_type): ...this.
5953 (enum sparc_code_model_type): New enumeration type.
5954 (enum sparc_memory_model_type): Tweak comments.
5955 * config/sparc/sparc.opt (mcpu): Adjust to above renaming.
5956 (mtune): Likewise.
5957 (mcmodel): Use sparc_code_model enumeration and variable.
5958 (sparc_code_model): New enumeration.
5959 (mdebug): Add Undocumented marker.
5960 * config/sparc/sparc.h (enum cmodel): Delete.
5961 (sparc_cmodel): Likewise.
5962 (TARGET_CM_MEDLOW): Adjust to above renaming.
5963 (TARGET_CM_MEDMID): Likewise.
5964 (TARGET_CM_MEDANY): Likewise.
5965 (TARGET_CM_EMBMEDANY): Likewise.
5966 * config/sparc/sparc.c (sparc_cmodel): Delete.
5967 (sparc_option_override): Remove string/value mapping support for the
5968 code model. Move code and memory model support to after the handling
5969 of target flags. Do private machine setup last.
5970 (sparc_emit_set_symbolic_const64): Use sparc_code_model.
5971 (sparc_legitimize_reload_address): Likewise.
5972 (sparc_output_mi_thunk): Likewise.
5973 * config/sparc/sparc.md (cpu): Adjust comment to above renaming.
5974
5975 2019-02-26 Jakub Jelinek <jakub@redhat.com>
5976
5977 PR tree-optimization/89500
5978 * tree-ssa-strlen.c (stridx_strlenloc): Adjust comment.
5979 (handle_builtin_strlen): Remove noncst_bound variable. Always
5980 optimize strnlen (x, 0) to 0. Optimize strnlen (x, cst) to
5981 cst if the first cst bytes starting at x are known to be non-zero,
5982 even if the string is not zero terminated. Don't try to modify
5983 *si for strnlen. Update strlen_to_stridx only for strlen or if
5984 we can prove strnlen returns the same value as strlen would.
5985
5986 2019-02-26 Martin Liska <mliska@suse.cz>
5987
5988 * alloc-pool.h (struct pool_usage): Remove extra
5989 print_dash_line.
5990 * bitmap.h (struct bitmap_usage): Likewise.
5991 * ggc-common.c (struct ggc_usage): Likewise.
5992 * mem-stats.h (struct mem_usage): Likewise.
5993 (mem_alloc_description::dump): Print dash lines
5994 here and repeat header at the end of a table report.
5995 It's then more readable.
5996 * tree-phinodes.c (phinodes_print_statistics): Make
5997 horizontal alignment.
5998 * tree-ssanames.c (ssanames_print_statistics): Likewise.
5999 * vec.c (struct vec_usage): Remove extra print_dash_line.
6000 * vec.h (vec_safe_grow_cleared): Pass PASS_MEM_STAT.
6001
6002 2019-02-26 Uroš Bizjak <ubizjak@gmail.com>
6003
6004 * doc/extend.texi (__builtin_object_size):
6005 Use @pxref instead of @xref inside parenthesis.
6006 (__builtin_has_attribute): Add missing comma after @xref.
6007 (__builtin_object_size): Ditto.
6008 * doc/md.texi (cond_*{mode}): Use @samp instead of @var around op1[i].
6009 * fortran/invoke.texi (-ffpe-trap): Use @var for every item
6010 in the list.
6011
6012 2019-02-26 Jeff Law <law@redhat.com>
6013
6014 PR rtl-optimization/87761
6015 * regcprop.c (copyprop_hardreg_forward_1): Use REG_UNUSED notes to
6016 detect obviously dead insns and delete them.
6017
6018 2019-02-26 Richard Biener <rguenther@suse.de>
6019
6020 PR tree-optimization/89505
6021 * tree-ssa-structalias.c (compute_dependence_clique): Make sure
6022 to handle restrict pointed-to vars with multiple subvars
6023 correctly.
6024
6025 2019-02-26 Richard Biener <rguenther@suse.de>
6026
6027 PR tree-optimization/89489
6028 * tree-parloops.c (create_loop_fn): Copy over last_clique.
6029
6030 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
6031
6032 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_IOR_EXPR>: Fix
6033 and move around comment.
6034 <BIT_AND_EXPR>: Likewise.
6035 <BIT_NOT_EXPR>: Add specific handling for boolean types.
6036
6037 2019-02-26 Jakub Jelinek <jakub@redhat.com>
6038
6039 PR target/89474
6040 * config/i386/i386.c (remove_partial_avx_dependency): Call
6041 df_analyze etc. before creation of the v4sf_const0 pseudo, rather than
6042 after changing possibly many instructions to use that pseudo. Fix up
6043 insertion of v4sf_const0 setter at the start of bb.
6044
6045 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
6046
6047 PR c/80409
6048 * doc/extend.texi (Variadic Pointer Args): New section.
6049
6050 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
6051 Martin Sebor <msebor@gmail.com>
6052
6053 * common.opt (Wattribute-alias): Likewise.
6054 * doc/invoke.texi (Option Summary): List general form of
6055 -Wattribute-alias=. List positive form of -Wmissing-attributes.
6056 (-Wmissing-attributes): Invert entry, rewrite and correct default.
6057 Add cross-references.
6058 (-Wattribute-alias): Rewrite and correct default. Mention
6059 considered attributes (same as for -Wmissing-attributes).
6060
6061 2019-02-25 Paul A. Clarke <pc@us.ibm.com>
6062
6063 * config/rs6000/emmintrin.h (_mm_cvtpd_epi32): Fix big endian.
6064 (_mm_cvtpd_ps): Likewise.
6065 (_mm_cvttpd_epi32): Likewise.
6066
6067 PR target/89338
6068 * config/rs6000/xmmintrin.h (_mm_cvtss_f32): Fix type mismatch.
6069 (_mm_cvt_ss2si): Fix type mismatch and 32-bit.
6070
6071 PR target/89339
6072 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Fix 32-bit.
6073
6074 2019-02-25 Tamar Christina <tamar.christina@arm.com>
6075
6076 PR target/88530
6077 * common/config/aarch64/aarch64-common.c
6078 (struct aarch64_option_extension): Add is_synthetic.
6079 (all_extensions): Use it.
6080 (TARGET_OPTION_INIT_STRUCT): Define hook.
6081 (struct gcc_targetm_common): Moved to end.
6082 (all_extensions_by_on): New.
6083 (opt_ext_cmp, typedef opt_ext): New.
6084 (aarch64_option_init_struct): New.
6085 (aarch64_contains_opt): New.
6086 (aarch64_get_extension_string_for_isa_flags): Output smallest set.
6087 * config/aarch64/aarch64-option-extensions.def
6088 (AARCH64_OPT_EXTENSION): Explicitly include AES and SHA2 in crypto.
6089 (fp, simd, crc, lse, fp16, rcpc, rdma, dotprod, aes, sha2, sha3,
6090 sm4, fp16fml, sve, profile, rng, memtag, sb, ssbs, predres):
6091 Set is_synthetic to false.
6092 (crypto): Set is_synthetic to true.
6093 * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Add
6094 SYNTHETIC.
6095
6096 2019-02-25 Tamar Christina <tamar.christina@arm.com>
6097
6098 * config/arm/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
6099 vfmlal_high_u32, vfmlsl_high_u32, vfmlalq_low_u32, vfmlslq_low_u32,
6100 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
6101 vfmlal_lane_high_u32, vfmlalq_laneq_low_u32, vfmlalq_lane_low_u32,
6102 vfmlal_laneq_low_u32, vfmlalq_laneq_high_u32, vfmlalq_lane_high_u32,
6103 vfmlal_laneq_high_u32, vfmlsl_lane_low_u32, vfmlsl_lane_high_u32,
6104 vfmlslq_laneq_low_u32, vfmlslq_lane_low_u32, vfmlsl_laneq_low_u32,
6105 vfmlslq_laneq_high_u32, vfmlslq_lane_high_u32, vfmlsl_laneq_high_u32):
6106 Rename ...
6107 (vfmlal_low_f16, vfmlsl_low_f16, vfmlal_high_f16, vfmlsl_high_f16,
6108 vfmlalq_low_f16, vfmlslq_low_f16, vfmlalq_high_f16, vfmlslq_high_f16,
6109 vfmlal_lane_low_f16, vfmlal_lane_high_f16, vfmlalq_laneq_low_f16,
6110 vfmlalq_lane_low_f16, vfmlal_laneq_low_f16, vfmlalq_laneq_high_f16,
6111 vfmlalq_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_lane_low_f16,
6112 vfmlsl_lane_high_f16, vfmlslq_laneq_low_f16, vfmlslq_lane_low_f16,
6113 vfmlsl_laneq_low_f16, vfmlslq_laneq_high_f16, vfmlslq_lane_high_f16,
6114 vfmlsl_laneq_high_f16): ... To this.
6115 * config/arm/neon.md: Update comments.
6116
6117 2019-02-25 Tamar Christina <tamar.christina@arm.com>
6118
6119 * config/aarch64/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
6120 vfmlalq_low_u32, vfmlslq_low_u32, vfmlal_high_u32, vfmlsl_high_u32,
6121 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
6122 vfmlsl_lane_low_u32, vfmlal_laneq_low_u32, vfmlsl_laneq_low_u32,
6123 vfmlalq_lane_low_u32, vfmlslq_lane_low_u32, vfmlalq_laneq_low_u32,
6124 vfmlslq_laneq_low_u32, vfmlal_lane_high_u32, vfmlsl_lane_high_u32,
6125 vfmlal_laneq_high_u32, vfmlsl_laneq_high_u32, vfmlalq_lane_high_u32,
6126 vfmlslq_lane_high_u32, vfmlalq_laneq_high_u32, vfmlslq_laneq_high_u32):
6127 Rename ...
6128 (vfmlal_low_f16, vfmlsl_low_f16, vfmlalq_low_f16, vfmlslq_low_f16,
6129 vfmlal_high_f16, vfmlsl_high_f16, vfmlalq_high_f16, vfmlslq_high_f16,
6130 vfmlal_lane_low_f16, vfmlsl_lane_low_f16, vfmlal_laneq_low_f16,
6131 vfmlsl_laneq_low_f16, vfmlalq_lane_low_f16, vfmlslq_lane_low_f16,
6132 vfmlalq_laneq_low_f16, vfmlslq_laneq_low_f16, vfmlal_lane_high_f16,
6133 vfmlsl_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_laneq_high_f16,
6134 vfmlalq_lane_high_f16, vfmlslq_lane_high_f16, vfmlalq_laneq_high_f16,
6135 vfmlslq_laneq_high_f16): ... To this.
6136
6137 2019-02-25 Alexander Monakov <amonakov@ispras.ru>
6138
6139 PR rtl-optimization/86096
6140 * df-scan.c (df_mw_compare): Do not check mw_reg fields when
6141 comparing mw_order values.
6142
6143 2019-02-25 Jakub Jelinek <jakub@redhat.com>
6144
6145 PR target/89434
6146 * config/arm/arm.md (*subsi3_carryin_const): Use
6147 arm_neg_immediate_operand predicate instead of
6148 arm_not_immediate_operand, "L" constraint instead of "K" and
6149 print it using %n2 instead of %B2.
6150 (*subsi3_carryin_const0): New define_insn.
6151 (*subsi3_carryin_compare_const): Use const_int_I_operand predicate
6152 instead of arm_not_operand and "I" constraint instead of "K" and
6153 print it using %n3 instead of %B2. Instead of using match_dup 2 add
6154 another match_operand and in the condition check that it is negation
6155 of operands[2].
6156 (*subsi3_carryin_compare_const0): New define_ins.
6157 (*subdi_di_zesidi): Adjust to use *subsi3_carryin_const0 instead of
6158 *subsi3_carryin_const.
6159 (*arm_cmpdi_insn): Fix splitting into *subsi3_carryin_compare_const,
6160 split into *subsi3_carryin_compare_const0 if the highpart is zero.
6161
6162 PR target/89438
6163 * config/arm.vfp.md (*negdf2_vfp): Use
6164 gen_int_mode (0x80000000, SImode) instead of GEN_INT (0x80000000).
6165 * config/arm/neon.md (neon_copysignf<mode>): Likewise.
6166
6167 2019-02-24 Jakub Jelinek <jakub@redhat.com>
6168
6169 PR rtl-optimization/89445
6170 * simplify-rtx.c (simplify_ternary_operation): Don't use
6171 simplify_merge_mask on operands that may trap.
6172 * rtlanal.c (may_trap_p_1): Use FLOAT_MODE_P instead of
6173 SCALAR_FLOAT_MODE_P checks. For integral division by zero, if
6174 second operand is CONST_VECTOR, check if any element could be zero.
6175 Don't expect traps for VEC_{MERGE,SELECT,CONCAT,DUPLICATE} unless
6176 their operands can trap.
6177
6178 2019-02-23 Martin Sebor <msebor@redhat.com>
6179
6180 * gimple-ssa-sprintf.c (target_strtol): Rename...
6181 (target_strtohwi): ...to this. Handle values up to HOST_WIDE_INT_MAX.
6182 (parse_directive): Adjust to name change. Use HOST_WIDE_INT_MAX to
6183 check for range error.
6184
6185 2019-02-23 H.J. Lu <hongjiu.lu@intel.com>
6186
6187 PR driver/69471
6188 * opts-common.c (prune_options): Also prune joined switches
6189 with Negative and RejectNegative.
6190 * config/i386/i386.opt (march=): Add Negative(march=).
6191 (mtune=): Add Negative(mtune=).
6192 * doc/options.texi: Document Negative used together with Joined
6193 and RejectNegative.
6194
6195 2019-02-22 Martin Sebor <msebor@redhat.com>
6196
6197 * doc/extend.texi (Other Builtins): Add
6198 __builtin_is_constant_evaluated.
6199
6200 2019-02-22 Richard Biener <rguenther@suse.de>
6201
6202 PR tree-optimization/87609
6203 * tree-cfg.c (gimple_duplicate_bb): Only remap inlined cliques.
6204
6205 2019-02-22 Jeff Law <law@redhat.com>
6206
6207 PR rtl-optimization/87761
6208 * config/mips/mips.md: Add new combiner pattern to recognize
6209 a bitfield extraction using (ashiftrt (truncate (ashift (...)))).
6210
6211 2019-02-22 Matthew Malcomson <matthew.malcomson@arm.com>
6212
6213 PR target/89324
6214 * config/aarch64/aarch64.md: Use aarch64_general_reg predicate on
6215 destination register in peepholes generating patterns for ADDS/SUBS.
6216 (add<mode>3_compare0,
6217 *addsi3_compare0_uxtw, add<mode>3_compareC,
6218 add<mode>3_compareV_imm, add<mode>3_compareV,
6219 *adds_<optab><ALLX:mode>_<GPI:mode>,
6220 *subs_<optab><ALLX:mode>_<GPI:mode>,
6221 *adds_<optab><ALLX:mode>_shift_<GPI:mode>,
6222 *subs_<optab><ALLX:mode>_shift_<GPI:mode>,
6223 *adds_<optab><mode>_multp2, *subs_<optab><mode>_multp2,
6224 *sub<mode>3_compare0, *subsi3_compare0_uxtw,
6225 sub<mode>3_compare1): Allow stack pointer for source register.
6226 * config/aarch64/predicates.md (aarch64_general_reg): New predicate.
6227
6228 2019-02-22 Martin Sebor <msebor@redhat.com>
6229
6230 PR tree-optimization/88993
6231 PR tree-optimization/88853
6232 * gimple-ssa-sprintf.c (sprintf_dom_walker::call_info::is_file_func):
6233 New helper.
6234 (sprintf_dom_walker::call_info::is_string_func): New helper.
6235 (format_directive): Only issue "may exceed" 4095/INT_MAX warnings
6236 for formatted string functions.
6237 (sprintf_dom_walker::handle_gimple_call): Fix a typo in a comment.
6238
6239 2019-02-22 Martin Sebor <msebor@redhat.com>
6240
6241 PR c/89425
6242 * c-parser.c (sizeof_ptr_memacc_comptypes): Avoid warning in
6243 unreachable subexpressions.
6244
6245 2019-02-22 H.J. Lu <hongjiu.lu@intel.com>
6246 Hongtao Liu <hongtao.liu@intel.com>
6247 Sunil K Pandey <sunil.k.pandey@intel.com>
6248
6249 PR target/87007
6250 * config/i386/i386-passes.def: Add
6251 pass_remove_partial_avx_dependency.
6252 * config/i386/i386-protos.h
6253 (make_pass_remove_partial_avx_dependency): New.
6254 * config/i386/i386.c (make_pass_remove_partial_avx_dependency):
6255 New function.
6256 (pass_data_remove_partial_avx_dependency): New.
6257 (pass_remove_partial_avx_dependency): Likewise.
6258 (make_pass_remove_partial_avx_dependency): Likewise.
6259 * config/i386/i386.md (avx_partial_xmm_update): New attribute.
6260 (*extendsfdf2): Add avx_partial_xmm_update.
6261 (truncdfsf2): Likewise.
6262 (*float<SWI48:mode><MODEF:mode>2): Likewise.
6263 (SF/DF conversion splitters): Disabled for TARGET_AVX.
6264
6265 2019-02-22 Aldy Hernandez <aldyh@redhat.com>
6266
6267 PR middle-end/85598
6268 * gimple-ssa-sprintf.c (pass_sprintf_length::execute): Enable loop
6269 analysis for pass.
6270
6271 2019-02-22 Thiago Macieira <thiago.macieira@intel.com>
6272
6273 PR target/89444
6274 * config/i386/i386.h (PTA_WESTMERE): Remove PTA_AES.
6275 (PTA_SKYLAKE): Add PTA_AES.
6276 (PTA_GOLDMONT): Likewise.
6277
6278 2019-02-22 Sudakshina Das <sudi.das@arm.com>
6279
6280 * config/aarch64/aarch64.c (aarch64_output_mi_thunk): Add bti
6281 instruction if enabled.
6282 (aarch64_override_options): Remove reference to return address key.
6283
6284 2019-02-22 Richard Biener <rguenther@suse.de>
6285
6286 PR tree-optimization/89440
6287 * tree-vect-loop.c (vect_create_epilog_for_reduction): Remove
6288 not necessary assert.
6289
6290 2019-02-22 Thomas Schwinge <thomas@codesourcery.com>
6291
6292 PR fortran/72741
6293 * omp-general.c (oacc_replace_fn_attrib): Mostly split out into...
6294 (oacc_replace_fn_attrib_attr): ... this new function.
6295 * omp-general.h (oacc_replace_fn_attrib_attr): New prototype.
6296 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Revert workaround.
6297
6298 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6299
6300 * config/arm/arm-cpus.in (ares): Rename to...
6301 (neoverse-n1): ... This. Add ares as alias.
6302 * config/arm/arm-tables.opt: Regenerate.
6303 * config/arm/arm-tune.md: Likewise.
6304 * doc/invoke.txt (ARM Options): Document neoverse-n1.
6305
6306 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6307
6308 * config/aarch64/aarch64-cores.def (neoverse-e1): Define.
6309 * config/aarch64/aarch64-tune.md: Regenerate.
6310 * doc/invoke.texi (AArch64 Options): Document neoverse-e1 -mcpu option.
6311
6312 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
6313
6314 * config/aarch64/aarch64.c (ares_tunings): Rename to...
6315 (neoversen1_tunings): ... This.
6316 * config/aarch64/aarch64-cores.def (ares): Change tuning to the above.
6317 (neoverse-n1): New CPU.
6318 * config/aarch64/aarch64-tune.md: Regenerate.
6319 * doc/invoke.txt (AArch64 Options): Document neoverse-n1.
6320
6321 2019-02-22 Richard Biener <rguenther@suse.de>
6322
6323 PR middle-end/87609
6324 * cfghooks.h (dependence_hash): New typedef.
6325 (struct copy_bb_data): New type.
6326 (cfg_hooks::duplicate_block): Adjust to take a copy_bb_data argument.
6327 (duplicate_block): Likewise.
6328 * cfghooks.c (duplicate_block): Pass down copy_bb_data.
6329 (copy_bbs): Create and pass down copy_bb_data.
6330 * cfgrtl.c (cfg_layout_duplicate_bb): Adjust.
6331 (rtl_duplicate_bb): Likewise.
6332 * tree-cfg.c (gimple_duplicate_bb): If the copy_bb_data arg is not NULL
6333 remap dependence info.
6334
6335 2019-02-22 Richard Biener <rguenther@suse.de>
6336
6337 PR tree-optimization/87609
6338 * tree-core.h (tree_base): Document special clique values.
6339 * tree-inline.c (remap_dependence_clique): Do not use the
6340 special clique value of one.
6341 (maybe_set_dependence_info): Use clique one.
6342 (clear_dependence_clique): New callback.
6343 (compute_dependence_clique): Clear clique one from all refs
6344 before assigning it (again).
6345
6346 2019-02-21 Martin Sebor <msebor@redhat.com>
6347
6348 * doc/extend.texi (__clear_cache): Correct signature.
6349
6350 2019-02-21 Ian Lance Taylor <iant@golang.org>
6351
6352 PR go/89170
6353 * varasm.c (decode_addr_const): Call lookup_constant_def rather
6354 than output_constant_def.
6355 (add_constant_to_table): New static function.
6356 (output_constant_def): Call add_constant_to_table.
6357 (tree_output_constant_def): Likewise.
6358
6359 2019-02-21 Jakub Jelinek <jakub@redhat.com>
6360
6361 PR c++/89285
6362 * builtins.c (fold_builtin_arith_overflow): If first two args are
6363 INTEGER_CSTs, set intres and ovfres to constants rather than calls
6364 to ifn.
6365
6366 2019-02-21 H.J. Lu <hongjiu.lu@intel.com>
6367
6368 PR target/87412
6369 * config/i386/i386.c (ix86_set_indirect_branch_type): Issue an
6370 error for -mindirect-branch/-mfunction-return with incompatible
6371 -fcf-protection.
6372
6373 2019-02-21 Jakub Jelinek <jakub@redhat.com>
6374
6375 PR bootstrap/88714
6376 * constraints.md (q): Remove.
6377 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use rk constraint
6378 instead of q.
6379
6380 2019-02-21 Martin Jambor <mjambor@suse.cz>
6381
6382 PR hsa/89302
6383 * omp-general.c (omp_extract_for_data): Removed a duplicate call
6384 to omp_adjust_for_condition, moved NE_EXPR code_cond processing...
6385 (omp_adjust_for_condition): ...here. Added necessary parameters.
6386 * omp-general.h (omp_adjust_for_condition): Updated declaration.
6387 * omp-grid.c (grid_attempt_target_gridification): Adjust to pass
6388 proper values to new parameters of omp_adjust_for_condition.
6389
6390 2019-02-20 Jakub Jelinek <jakub@redhat.com>
6391
6392 PR middle-end/89412
6393 * expr.c (expand_assignment): If result is a MEM, use change_address
6394 instead of simplify_gen_subreg.
6395
6396 2019-02-20 Jakub Jelinek <jakub@redhat.com>
6397 David Malcolm <dmalcolm@redhat.com>
6398
6399 PR middle-end/89091
6400 * fold-const.c (decode_field_reference): Return NULL_TREE if
6401 lang_hooks.types.type_for_size returns NULL. Check it before
6402 overwriting *exp_. Use return NULL_TREE instead of return 0.
6403
6404 2019-02-20 Jakub Jelinek <jakub@redhat.com>
6405
6406 PR middle-end/88074
6407 PR middle-end/89415
6408 * toplev.c (do_compile): Double the emin/emax exponents to workaround
6409 buggy mpc_norm.
6410
6411 2019-02-20 Uroš Bizjak <ubizjak@gmail.com>
6412
6413 PR target/89397
6414 * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Check
6415 TARGET_SSE in addition to TARGET_SSE_MATH.
6416
6417 (ix86_excess_precision): Ditto.
6418 (ix86_float_exceptions_rounding_supported_p): Ditto.
6419 (use_rsqrt_p): Ditto.
6420 * config/i386/sse.md (rsqrt<mode>2): Ditto.
6421
6422 2019-02-20 David Malcolm <dmalcolm@redhat.com>
6423
6424 PR c/89410
6425 * diagnostic-show-locus.c (layout::calculate_line_spans): Use
6426 linenum_arith_t when determining if two adjacent line spans are
6427 close enough to merge.
6428 (diagnostic_show_locus): Use linenum_arith_t when iterating over
6429 lines within each line_span.
6430
6431 2019-02-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
6432
6433 PR target/86487
6434 * lra-constraints.c(uses_hard_regs_p): Fix handling of
6435 paradoxical SUBREGS.
6436
6437 2019-02-20 Li Jia He <helijia@linux.ibm.com>
6438
6439 PR target/88100
6440 * gcc/config/rs6000/rs6000.c (rs6000_gimple_fold_builtin)
6441 <case ALTIVEC_BUILTIN_VSPLTISB, ALTIVEC_BUILTIN_VSPLTISH,
6442 ALTIVEC_BUILTIN_VSPLTISW>: Don't convert the operand before
6443 range checking it.
6444
6445 2019-02-19 Jonathan Wakely <jwakely@redhat.com>
6446
6447 * config/gcn/gcn.c (print_operand): Fix typo.
6448
6449 2019-02-19 Richard Biener <rguenther@suse.de>
6450
6451 PR middle-end/88074
6452 * toplev.c (do_compile): Initialize mpfr's exponent range
6453 based on available float modes.
6454
6455 2019-02-19 Eric Botcazou <ebotcazou@adacore.com>
6456
6457 * rtlanal.c (get_initial_register_offset): Fall back to the estimate
6458 as long as the epilogue isn't completed.
6459
6460 2019-02-18 Martin Sebor <msebor@redhat.com>
6461
6462 * doc/cpp.texi (Conditional syntax): Add __has_attribute,
6463 __has_cpp_attribute, and __has_include.
6464
6465 2019-02-18 Martin Sebor <msebor@redhat.com>
6466
6467 * doc/invoke.texi (-Wreturn-type): Correct and expand.
6468
6469 2019-02-18 Martin Sebor <msebor@redhat.com>
6470
6471 PR middle-end/89294
6472 * tree.c (valid_constant_size_p): Avoid assuming size is a constant
6473 expression.
6474 * tree.h (cst_size_error): Add the cst_size_not_constant enumerator.
6475
6476 2019-02-18 Richard Biener <rguenther@suse.de>
6477
6478 PR tree-optimization/89296
6479 * tree-ssa-loop-ch.c (ch_base::copy_headers): Restrict setting
6480 of no-warning flag to cases that might emit the bogus warning.
6481
6482 2019-02-18 Jakub Jelinek <jakub@redhat.com>
6483
6484 PR bootstrap/88714
6485 * config/arm/arm.md (*arm_movdi, *movdf_soft_insn): Use "r" instead of
6486 "q" constraint.
6487 * config/arm/vfp.md (*movdi_vfp): Likewise.
6488 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use "r" instead of
6489 "q" constraint for operands[0].
6490
6491 PR target/89369
6492 * config/s390/s390.md (*r<noxa>sbg_<mode>_srl_bitmask,
6493 *r<noxa>sbg_<mode>_sll, *r<noxa>sbg_<mode>_srl): Don't construct
6494 pattern in a temporary buffer.
6495 (*r<noxa>sbg_sidi_srl): Likewise. Always use 32 as I3 rather
6496 than 64-operands[2].
6497
6498 PR target/89361
6499 * config/s390/s390.c (s390_indirect_branch_attrvalue,
6500 s390_indirect_branch_settings): Define unconditionally.
6501 (s390_set_current_function): Likewise, but guard the whole body except
6502 the s390_indirect_branch_settings call with
6503 #if S390_USE_TARGET_ATTRIBUTE.
6504 (TARGET_SET_CURRENT_FUNCTION): Redefine unconditionally.
6505
6506 * config/s390/s390.md (*<risbg_n>_ior_and_sr_ze,
6507 *<risbg_n>_<mode>_ior_and_lshiftrt, *<risbg_n>_sidi_ior_and_lshiftrt):
6508 Use HOST_WIDE_INT_M1U instead of ~(0ULL).
6509 (*<risbg_n>_and_subregdi_rotr, *<risbg_n>_and_subregdi_rotl): Use
6510 HOST_WIDE_INT_1U instead of 1ULL.
6511 (*pre_z10_extzv<mode>, *pre_z10_extv<mode>): Change mask type from int
6512 to unsigned HOST_WIDE_INT, use HOST_WIDE_INT_1U instead of 1ul.
6513 (*insv<mode><clobbercc_or_nocc>_appendbitsleft,
6514 z = (x << c) | (y >> d) splitters): Use HOST_WIDE_INT_1U
6515 instead of 1UL.
6516 (*insv<mode>_mem_reg, *insvdi_mem_reghigh): Use HOST_WIDE_INT_1U
6517 instead of 1ul.
6518
6519 2019-02-18 Martin Jambor <mjambor@suse.cz>
6520
6521 PR tree-optimization/89209
6522 * tree-sra.c (create_access_replacement): New optional parameter
6523 reg_tree. Use it as a type if non-NULL and access type is not of
6524 a register type.
6525 (get_repl_default_def_ssa_name): New parameter REG_TYPE, pass it
6526 to create_access_replacement.
6527 (sra_modify_assign): Pass LHS type to get_repl_default_def_ssa_name.
6528 Check lacc is non-NULL before attempting to re-create it on the RHS.
6529
6530 2019-02-18 Martin Liska <mliska@suse.cz>
6531
6532 PR ipa/89306
6533 * cgraph.c (symbol_table::create_edge): Set m_summary_id to -1
6534 by default.
6535 (symbol_table::free_edge): Recycle m_summary_id.
6536 * cgraph.h (get_summary_id): New.
6537 (symbol_table::release_symbol): Set m_summary_id to -1
6538 by default.
6539 (symbol_table::allocate_cgraph_symbol): Recycle m_summary_id.
6540 * ipa-fnsummary.c (ipa_fn_summary_t): Switch from
6541 function_summary to fast_function_summary.
6542 * ipa-fnsummary.h (ipa_fn_summary_t): Likewise.
6543 * ipa-pure-const.c (class funct_state_summary_t):
6544 Switch from function_summary to fast_function_summary.
6545 * ipa-reference.c (class ipa_ref_var_info_summary_t): Likewise.
6546 (class ipa_ref_opt_summary_t): Switch from function_summary
6547 to fast_function_summary.
6548 * symbol-summary.h (class function_summary_base): New class
6549 that is created from base of former function_summary.
6550 (function_summary_base::unregister_hooks): New.
6551 (class function_summary): Inherit from function_summary_base.
6552 (class call_summary_base): New class
6553 that is created from base of former call_summary.
6554 (class call_summary): Inherit from call_summary_base.
6555 (struct is_same): New.
6556 (class fast_function_summary): New summary class.
6557 (class fast_call_summary): New summary class.
6558 * vec.h (vec_safe_grow_cleared): New function.
6559
6560 2019-02-18 Martin Liska <mliska@suse.cz>
6561
6562 * config/i386/i386.c (ix86_get_multilib_abi_name): New function.
6563 (TARGET_GET_MULTILIB_ABI_NAME): New macro defined.
6564 * doc/tm.texi: Document new target hook.
6565 * doc/tm.texi.in: Likewise.
6566 * target.def: Add new target macro.
6567 * gcc.c (find_fortran_preinclude_file): Do not search multilib
6568 suffixes.
6569
6570 2019-02-17 Alan Modra <amodra@gmail.com>
6571
6572 PR target/89271
6573 * config/rs6000/rs6000.md (<bd>_<mode> split): Check for an int
6574 output reg on add insn.
6575 (<bd>tf_<mode> split): Likewise. Match predicates with insn.
6576
6577 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
6578
6579 PR target/89372
6580 * config/i386/sse.md (ssedoublemode): Remove V4HI.
6581 (PMULHRSW): Likewise.
6582 (<ssse3_avx2>_pmulhrsw<mode>3): Require TARGET_SSSE3, not
6583 TARGET_AVX2.
6584 (ssse3_pmulhrswv4hi3): New expander.
6585
6586 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
6587
6588 * config/i386/mmx.md (*vec_extractv2si_zext_mem): Doesn't require
6589 MMX. Add isa attribute.
6590
6591 2019-02-16 Jakub Jelinek <jakub@redhat.com>
6592
6593 PR rtl-optimization/66152
6594 * builtins.h (c_readstr): Declare.
6595 * builtins.c (c_readstr): Remove forward declaration. Add
6596 null_terminated_p argument, if false, read all bytes from the
6597 string instead of stopping after '\0'.
6598 * expr.c (string_cst_read_str): New function.
6599 (store_expr): Use string_cst_read_str instead of
6600 builtin_strncpy_read_str. Try to store by pieces the whole
6601 exp_len first, and only if that fails, split it up into
6602 store by pieces followed by clear_storage. Formatting fix.
6603
6604 * config/i386/i386.md (*movqi_internal): Remove static from
6605 buf variable. Use output_asm_insn (buf, operands); return "";
6606 instead of return buf;.
6607 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>,
6608 *<code><mode>3<mask_name>, *andnot<mode>3, *andnottf3, *<code><mode>3,
6609 *<code>tf3, <mask_codefor><code><mode>3<mask_name>): Likewise.
6610
6611 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
6612
6613 * config/sparc/linux.h (ASAN_CC1_SPEC): Define.
6614 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC and ASAN_CC1_SPEC.
6615 * config/sparc/linux64.h (ASAN_CC1_SPEC): Likewise.
6616 (CC1_SPEC): Likewise.
6617 * config/sparc/sparc.c (sparc_asan_shadow_offset): Adjust for 64-bit.
6618
6619 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
6620
6621 * asan.c (asan_emit_stack_protection): Use full-sized mask to align
6622 the base address on 64-bit strict-alignment platforms.
6623
6624 2019-02-15 H.J. Lu <hongjiu.lu@intel.com>
6625
6626 * config/i386/i386.h (VALID_MMX_REG_MODE): Correct the misplaced ')'.
6627
6628 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
6629
6630 * config/i386/darwin.h (TARGET_FPMATH_DEFAULT_P): New define.
6631
6632 2019-02-15 Aaron Sawdey <acsawdey@linux.ibm.com>
6633
6634 PR rtl-optimization/88308
6635 * shrink-wrap.c (move_insn_for_shrink_wrap): Fix LABEL_NUSES counts
6636 on copied instruction.
6637
6638 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
6639
6640 * final.c (insn_current_reference_address): Replace test on JUMP_P
6641 with test on jump_to_label_p.
6642 * config/visium/visium-passes.def: New file.
6643 * config/visium/t-visium (PASSES_EXTRA): Define.
6644 * config/visium/visium-protos.h (make_pass_visium_reorg): Declare.
6645 * config/visium/visium.h (TRAMPOLINE_SIZE): Adjust.
6646 (TRAMPOLINE_ALIGNMENT): Define.
6647 * config/visium/visium.c (visium_option_override): Do not register
6648 the machine-specific reorg pass here.
6649 (visium_trampoline_init): Align the BRA insn on a 64-bit boundary
6650 for the GR6.
6651 (output_branch): Adjust threshold for long branch instruction.
6652 * config/visium/visium.md (cpu): Move around.
6653 (length): Adjust for the GR6.
6654
6655 2019-02-15 Richard Biener <rguenther@suse.de>
6656 Jakub Jelinek <jakub@redhat.com>
6657
6658 PR tree-optimization/89278
6659 * tree-loop-distribution.c: Include tree-eh.h.
6660 (generate_memset_builtin, generate_memcpy_builtin): Call
6661 rewrite_to_non_trapping_overflow on builtin->size before passing it
6662 to force_gimple_operand_gsi.
6663
6664 2019-02-15 Jakub Jelinek <jakub@redhat.com>
6665
6666 PR other/89342
6667 * optc-save-gen.awk: Handle optimize_fast like optimize_size or
6668 optimize_debug.
6669 * opth-gen.awk: Likewise.
6670
6671 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
6672
6673 * config/i386/i386.h (TARGET_SUBTARGET64_ISA_DEFAULT):
6674 Enable MMX, SSE and SSE2 by default.
6675 * config/i386/i386.c (ix86_option_override_internal): Do not
6676 explicitly set MMX, SSE and SSE2 flags for TARGET_64BIT here.
6677
6678 2019-02-14 Jakub Jelinek <jakub@redhat.com>
6679
6680 PR rtl-optimization/89354
6681 * combine.c (make_extraction): Punt if extraction_mode is narrower
6682 than len bits.
6683
6684 2019-02-14 Maya Rashish <coypu@sdf.org>
6685
6686 * config.gcc (*-*-netbsd*): Add netbsd-d.o.
6687 * config/netbsd-d.c: New file.
6688 * config/t-netbsd: Add netbsd-d.o
6689
6690 2018-02-14 Steve Ellcey <sellcey@marvell.com>
6691
6692 * config/aarch64/aarch64.c (aarch64_attribute_table): Change
6693 affects_type_identity to true for aarch64_vector_pcs.
6694 (aarch64_comp_type_attributes): New function.
6695 (TARGET_COMP_TYPE_ATTRIBUTES): New macro.
6696
6697 2019-02-14 Tamar Christina <tamar.christina@arm.com>
6698
6699 PR target/88850
6700 * config/arm/iterators.md (ANY64): Add V4HF.
6701
6702 2019-02-14 Martin Liska <mliska@suse.cz>
6703
6704 PR rtl-optimization/89242
6705 * dce.c (delete_unmarked_insns): Call free_dominance_info we
6706 process a transformation.
6707
6708 2019-02-14 Jakub Jelinek <jakub@redhat.com>
6709
6710 PR tree-optimization/89314
6711 * fold-const.c (fold_binary_loc): Cast strlen argument to
6712 const char * before dereferencing it. Formatting fixes.
6713
6714 PR middle-end/89284
6715 * passes.def: Swap pass_ubsan and pass_early_warn_uninitialized.
6716
6717 2019-02-13 Ian Lance Taylor <iant@golang.org>
6718
6719 * optc-save-gen.awk: Set var_opt_hash for initial optimizations
6720 and set current index for other optimizations.
6721
6722 2019-02-13 Uroš Bizjak <ubizjak@gmail.com>
6723
6724 * config/i386/sse.md (vec_set<VI4F_256_512:mode>_0): Use
6725 nonimmediate_operand as operand 2 predicate.
6726 (vec_set<VF2_512_256:mode>_0): Ditto.
6727 (vec_set<VI8_AVX_AVX512F:mode>_0): Ditto.
6728 (*vec_concatv2si): Remove alternative 2.
6729 (*vec_concatv4si_0): Use vm constraint for alternative 0.
6730 (*vec_concatv4si_0): Remove preferred_for_speed attribute.
6731 (vec_concatv2di): Split alternatives 4,5,6 to ...
6732 (*vec_concatv2di_0) ... new pattern.
6733
6734 2019-02-13 Wilco Dijkstra <wdijkstr@arm.com>
6735
6736 PR target/89190
6737 * config/arm/arm.c (ldm_stm_operation_p) Set
6738 addr_reg_in_reglist correctly for first register.
6739 (load_multiple_sequence): Remove dead base check.
6740 (gen_ldm_seq): Correctly set write_back for Thumb-1.
6741
6742 2019-02-13 Tamar Christina <tamar.christina@arm.com>
6743
6744 PR target/88847
6745 * config/aarch64/aarch64-sve.md (*pred_mov<mode>, pred_mov<mode>):
6746 Expose as @aarch64_pred_mov.
6747 * config/aarch64/aarch64.c (aarch64_classify_address):
6748 Use expand_insn which legitimizes operands.
6749
6750 2019-02-13 Martin Liska <mliska@suse.cz>
6751
6752 * builtins.h (expand_builtin_with_bounds): Remove declaration.
6753 * calls.c (struct arg_data): Remove special_slot, pointer_arg
6754 and pointer_offset fields.
6755 (initialize_argument_information): Remove usage of dead
6756 fields.
6757 * cgraph.h (struct cgraph_thunk_info): Remove
6758 add_pointer_bounds_args.
6759 * cgraphunit.c (cgraph_node::expand_thunk): Remove usage of dead
6760 fields.
6761 (cgraph_node::assemble_thunks_and_aliases): Remove usage of dead
6762 fields.
6763 * config/i386/i386.c (ix86_function_arg_advance): Remove
6764 unrelated comment.
6765 (struct builtin_isa): Remove leaf_p and nothrow_p fields.
6766 (def_builtin): Remove usage of dead
6767 fields.
6768 (ix86_add_new_builtins): Likewise.
6769 * ipa-fnsummary.c (compute_fn_summary): Likewise.
6770 * ipa-icf.c (sem_function::equals_wpa): Likewise.
6771 (sem_function::init): Likewise.
6772 (sem_variable::merge): Likewise.
6773 * ipa-visibility.c (function_and_variable_visibility): Likewise.
6774 * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
6775 * lto-cgraph.c (lto_output_node): Likewise.
6776 (lto_output_varpool_node): Likewise.
6777 (input_node): Likewise.
6778 (input_varpool_node): Likewise.
6779 * lto-streamer-out.c (lto_output): Likewise.
6780 * tree-inline.c (expand_call_inline): Remove usage of
6781 assign_stmts.
6782 * tree-inline.h (struct copy_body_data): Likewise.
6783 * varpool.c (varpool_node::dump): Likewise.
6784
6785 2019-02-13 Jakub Jelinek <jakub@redhat.com>
6786
6787 PR middle-end/89303
6788 * tree-ssa-structalias.c (set_uids_in_ptset): Or in vi->is_heap_var
6789 into pt->vars_contains_escaped_heap instead of setting
6790 pt->vars_contains_escaped_heap to it.
6791
6792 PR middle-end/89281
6793 * optabs.c (prepare_cmp_insn): Use UINTVAL (size) instead of
6794 INTVAL (size), compare it to GET_MODE_MASK instead of
6795 1 << GET_MODE_BITSIZE.
6796
6797 PR target/89290
6798 * config/i386/predicates.md (x86_64_immediate_operand): Allow
6799 TLS UNSPECs offsetted by signed 32-bit CONST_INT even with
6800 -mcmodel=large.
6801
6802 2019-02-13 Martin Liska <mliska@suse.cz>
6803
6804 PR lto/88858
6805 * cfgrtl.c (remove_barriers_from_footer): New function.
6806 (try_redirect_by_replacing_jump): Use it.
6807 (cfg_layout_redirect_edge_and_branch): Likewise.
6808
6809 2019-02-13 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
6810
6811 * config/rs6000/altivec.h (vec_sbox_be, vec_cipher_be,
6812 vec_cipherlast_be, vec_ncipher_be, vec_ncipherlast_be): New #defines.
6813 * config/rs6000/crypto.md (CR_vqdi): New define_mode_iterator.
6814 (crypto_vsbox_<mode>, crypto_<CR_insn>_<mode>): New define_insns.
6815 * config/rs6000/rs6000-builtin.def (VSBOX_BE): New BU_CRYPTO_1.
6816 (VCIPHER_BE, VCIPHERLAST_BE, VNCIPHER_BE, VNCIPHERLAST_BE):
6817 New BU_CRYPTO_2.
6818 * config/rs6000/rs6000.c (builtin_function_type)
6819 <CRYPTO_BUILTIN_VSBOX_BE, CRYPTO_BUILTIN_VCIPHER_BE,
6820 CRYPTO_BUILTIN_VCIPHERLAST_BE, CRYPTO_BUILTIN_VNCIPHER_BE,
6821 CRYPTO_BUILTIN_VNCIPHERLAST_BE>: New switch options.
6822 * doc/extend.texi (vec_sbox_be, vec_cipher_be, vec_cipherlast_be,
6823 vec_ncipher_be, vec_ncipherlast_be): New builtin functions.
6824
6825 2019-02-12 Pat Haugen <pthaugen@us.ibm.com>
6826
6827 * doc/invoke.texi (RS/6000 and PowerPC Options): Remove duplicate
6828 -maltivec. Delete -maltivec=be and -maltivec=le documentation.
6829
6830 2019-02-12 H.J. Lu <hongjiu.lu@intel.com>
6831
6832 PR target/89229
6833 * config/i386/i386.md (*movoi_internal_avx): Revert revision
6834 268678 and revision 268657.
6835 (*movti_internal): Likewise.
6836
6837 2019-02-12 Ilya Leoshkevich <iii@linux.ibm.com>
6838
6839 PR target/89233
6840 * config/s390/s390.c (s390_decompose_address): Update comment.
6841 (s390_check_qrst_address): Reject invalid address forms after
6842 LRA.
6843
6844 2019-02-12 Martin Liska <mliska@suse.cz>
6845
6846 PR lto/88876
6847 * ipa-pure-const.c (propagate_pure_const): Revert hunk as
6848 we need default values of funct_state for a function that
6849 is not optimized.
6850
6851 2019-02-12 Eric Botcazou <ebotcazou@adacore.com>
6852
6853 * asan.c (asan_expand_mark_ifn): Take into account the alignment of
6854 the object to pick the size of stores on strict-alignment platforms.
6855
6856 * config/sparc/sparc.md (*movsi_insn): Minor tweak.
6857 (*movdi_insn_sp32): Likewise.
6858 (*movdi_insn_sp64): Likewise.
6859
6860 2019-02-12 Jan Hubicka <hubicka@ucw.cz>
6861
6862 PR lto/88677
6863 * cgraphunit.c (analyze_functions): Clear READONLY flag for external
6864 types that needs constructiong.
6865 * tree.h (may_be_aliased): Do not check TYPE_NEEDS_CONSTRUCTING.
6866
6867 2019-02-12 Richard Biener <rguenther@suse.de>
6868
6869 PR tree-optimization/89253
6870 * tree-ssa-loop-split.c (tree_ssa_split_loops): Check we can
6871 duplicate the loop.
6872
6873 2019-02-11 David Malcolm <dmalcolm@redhat.com>
6874
6875 PR lto/88147
6876 * input.c (selftest::test_line_offset_overflow): New selftest.
6877 (selftest::input_c_tests): Call it.
6878
6879 2019-02-11 Martin Sebor <msebor@redhat.com>
6880
6881 PR tree-optimization/88771
6882 * gimple-ssa-warn-restrict.c (pass_wrestrict::gate): Also enable
6883 when -Wstringop-overflow is set.
6884 (builtin_memref::builtin_memref): Adjust excessive upper bound
6885 only when lower bound is not excessive.
6886 (maybe_diag_overlap): Detect and diagnose excessive bounds via
6887 -Wstringop-ovefflow.
6888 (maybe_diag_offset_bounds): Rename...
6889 (maybe_diag_access_bounds): ...to this.
6890 (check_bounds_or_overlap): Adjust for name change above.
6891
6892 2019-02-11 Martin Sebor <msebor@redhat.com>
6893
6894 PR c++/87996
6895 * builtins.c (max_object_size): Move from here...
6896 * builtins.h (max_object_size): ...and here...
6897 * tree.c (max_object_size): ...to here...
6898 * tree.h (max_object_size): ...and here.
6899
6900 2019-02-11 Bill Schmidt <wschmidt@linux.ibm.com>
6901
6902 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Shift-right
6903 and shift-left vector built-ins need to include a TRUNC_MOD_EXPR
6904 for correct semantics.
6905
6906 2019-02-11 Alan Modra <amodra@gmail.com>
6907
6908 * doc/invoke.texi (man page RS/6000 and PowerPC Options): Mention
6909 -mlongcall and -mpltseq.
6910 (RS/6000 and PowerPC Options <-mlongcall>): Mention inline PLT calls.
6911 (RS/6000 and PowerPC Options <-mpltseq>): Document.
6912 * config/rs6000/rs6000.h (TARGET_PLTSEQ): Define.
6913 * config/rs6000/sysv4.opt (mpltseq): New option.
6914 * config/rs6000/sysv4.h (TARGET_PLTSEQ): Redefine.
6915 (SUBTARGET_OVERRIDE_OPTIONS): Error if given -mpltseq when assembler
6916 support is lacking. Don't allow -mpltseq with -mbss-plt.
6917 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Warn if
6918 -mpltseq given for ELFv1.
6919 * config/rs6000/rs6000.c (rs6000_call_aix): Comment on UNSPEC_PLTSEQ.
6920 Only use UNSPEC_PLTSEQ for inline PLT calls.
6921 (rs6000_call_sysv, rs6000_sibcall_sysv): Expand comments. Only
6922 use UNSPEC_PLTSEQ for inline PLT calls.
6923 (rs6000_indirect_call_template_1, rs6000_longcall_ref),
6924 (rs6000_call_aix, rs6000_call_sysv, rs6000_sibcall_sysv): Replace
6925 uses of HAVE_AS_PLTSEQ with TARGET_PLTSEQ, simplifying.
6926 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
6927 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
6928 (pltseq_mtctr_<mode>): Likewise.
6929
6930 2019-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6931
6932 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Use 8-byte strings with
6933 Solaris ld.
6934 * configure: Regenerate.
6935
6936 2019-02-11 Jakub Jelinek <jakub@redhat.com>
6937
6938 PR bootstrap/88714
6939 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use q constraint
6940 instead of r.
6941
6942 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
6943
6944 * function.c (assign_parm_setup_block): Use the stored
6945 size, not the passed size, when allocating stack-space,
6946 also for a parameter with alignment larger than
6947 MAX_SUPPORTED_STACK_ALIGNMENT.
6948
6949 2019-02-11 Martin Liska <mliska@suse.cz>
6950
6951 PR ipa/89009
6952 * ipa-cp.c (build_toporder_info): Remove usage of a param.
6953 * ipa-inline.c (inline_small_functions): Likewise.
6954 * ipa-pure-const.c (propagate_pure_const): Likewise.
6955 (propagate_nothrow): Likewise.
6956 * ipa-reference.c (propagate): Likewise.
6957 * ipa-utils.c (struct searchc_env): Remove unused field.
6958 (searchc): Always search across AVAIL_INTERPOSABLE.
6959 (ipa_reduced_postorder): Always allow AVAIL_INTERPOSABLE as
6960 the only called IPA pure const can properly not propagate
6961 across interposable boundary.
6962 * ipa-utils.h (ipa_reduced_postorder): Remove param.
6963
6964 2019-02-11 Chung-Ju Wu <jasonwucj@gmail.com>
6965
6966 * config/nds32/nds32.md (call_internal, call_value_internal,
6967 sibcall_internal, sibcall_value_internal): Use SImode for mem rtx.
6968
6969 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
6970
6971 * config/cris/cris.c (cris_preferred_minimum_alignment): Fix name
6972 typo.
6973
6974 2019-02-10 H.J. Lu <hongjiu.lu@intel.com>
6975
6976 * config/i386/constraints.md (Yd): Replace AVX512BW with AVX512DQ
6977 in comments
6978
6979 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
6980
6981 * config.gcc (with_nds32_lib): Set default --with-nds32-lib correctly.
6982
6983 2019-02-10 Jakub Jelinek <jakub@redhat.com>
6984
6985 PR tree-optimization/89268
6986 * tree-if-conv.c (version_loop_for_if_conversion): Push to preds only
6987 if preds is non-NULL.
6988
6989 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
6990
6991 PR lto/89272
6992 * tree.c (fld_simplified_type_name): Also keep TYPE_DECL for
6993 polymorphic types.
6994
6995 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
6996
6997 * config/nds32/nds32.md (trap): New pattern.
6998
6999 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
7000
7001 * config/nds32/nds32.c (nds32_dwarf_register_span): Refine register
7002 dwarf span.
7003
7004 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
7005
7006 * config/nds32/nds32-md-auxiliary.c (nds32_spilt_doubleword): Support
7007 to split POST_INC.
7008
7009 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
7010
7011 * ipa-visibility.c (localize_node): Also do not localize
7012 LDPR_PREVAILING_DEF_IRONLY_EXP.
7013
7014 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
7015
7016 PR lto/87957
7017 * tree.c (fld_simplified_type_name): Use DECL_ASSEMBLER_NAME_SET_P
7018 instead of type_with_linkage.
7019
7020 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
7021
7022 PR ipa/88755
7023 * params.def (uninlined-function-insns, uninlined-function-time,
7024 uninlined-thunk-insns, uninlined-thunk-time): Add artificial upper
7025 bound so we don't get overflows.
7026
7027 2019-02-09 Aaron Sawdey <acsawdey@linux.ibm.com>
7028
7029 * config/rs6000/rs6000-string.c (expand_compare_loop,
7030 expand_block_compare): Insert REG_BR_PROB notes in inline expansion of
7031 memcmp/strncmp.
7032
7033 2019-02-09 Jakub Jelinek <jakub@redhat.com>
7034
7035 PR middle-end/89246
7036 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
7037 If !node->definition and TYPE_ARG_TYPES is non-NULL, use
7038 TYPE_ARG_TYPES instead of DECL_ARGUMENTS.
7039
7040 2019-02-09 Alan Modra <amodra@gmail.com>
7041
7042 PR target/88343
7043 * config/rs6000/rs6000.c (save_reg_p): Correct calls_eh_return
7044 case. Match logic in rs6000_emit_prologue emitting pic_offset_table
7045 setup.
7046
7047 2019-02-08 Vladimir Makarov <vmakarov@redhat.com>
7048
7049 PR middle-end/88560
7050 * lra-constraints.c (process_alt_operands): Don't increase reject
7051 for memory when offset memory is required.
7052
7053 2019-02-08 Robin Dapp <rdapp@linux.ibm.com>
7054
7055 * config/s390/vector.md: Implement vector copysign.
7056
7057 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
7058
7059 * expr.c (expand_constructor): Correct indentations.
7060
7061 2019-02-08 Richard Biener <rguenther@suse.de>
7062
7063 PR tree-optimization/89247
7064 * tree-if-conv.c: Include tree-cfgcleanup.h.
7065 (version_loop_for_if_conversion): Record LOOP_VECTORIZED call.
7066 (tree_if_conversion): Pass through predicate vector.
7067 (pass_if_conversion::execute): Do CFG cleanup and SSA update
7068 inline, see if any if-converted loops we refrece in
7069 LOOP_VECTORIZED calls vanished and fixup.
7070 * tree-if-conv.h (tree_if_conversion): Adjust prototype.
7071
7072 2019-02-08 Ilya Leoshkevich <iii@linux.ibm.com>
7073
7074 * config/s390/constraints.md (jdd): New constraint.
7075
7076 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
7077
7078 PR target/89229
7079 * config/i386/i386.md (*movoi_internal_avx): Set mode to XI for
7080 upper 16 vector registers without TARGET_AVX512VL.
7081 (*movti_internal): Likewise.
7082
7083 2019-02-08 Jakub Jelinek <jakub@redhat.com>
7084
7085 PR rtl-optimization/89234
7086 * except.c (copy_reg_eh_region_note_forward): Return if note_or_insn
7087 is a NOTE, CODE_LABEL etc. - rtx_insn * other than INSN_P.
7088 (copy_reg_eh_region_note_backward): Likewise.
7089
7090 2019-02-08 Richard Biener <rguenther@suse.de>
7091
7092 PR middle-end/89223
7093 * tree-data-ref.c (initialize_matrix_A): Fail if constant
7094 doesn't fit in HWI.
7095 (analyze_subscript_affine_affine): Handle failure from
7096 initialize_matrix_A.
7097
7098 2019-02-08 Jakub Jelinek <jakub@redhat.com>
7099
7100 * cfganal.c (pre_and_rev_post_order_compute_fn): Use fn instead of
7101 cfun everywhere.
7102
7103 2019-02-07 David Malcolm <dmalcolm@redhat.com>
7104
7105 PR tree-optimization/86637
7106 PR tree-optimization/89235
7107 * tree-vect-loop.c (optimize_mask_stores): Add an
7108 auto_purge_vect_location sentinel to ensure that vect_location is
7109 purged on exit.
7110 * tree-vectorizer.c
7111 (auto_purge_vect_location::~auto_purge_vect_location): New dtor.
7112 (try_vectorize_loop_1): Add an auto_purge_vect_location sentinel
7113 to ensure that vect_location is purged on exit.
7114 (pass_slp_vectorize::execute): Likewise, replacing the manual
7115 reset.
7116 * tree-vectorizer.h (class auto_purge_vect_location): New class.
7117
7118 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7119
7120 * config/aarch64/iterators.md (max_opp): New code_attr.
7121 (USMAX): New code iterator.
7122 * config/aarch64/predicates.md (aarch64_smin): New predicate.
7123 (aarch64_smax): Likewise.
7124 * config/aarch64/aarch64-simd.md (abd<mode>_3): Rename to...
7125 (*aarch64_<su>abd<mode>_3): ... Change RTL representation to
7126 MINUS (MAX MIN).
7127
7128 2019-02-07 H.J. Lu <hongjiu.lu@intel.com>
7129
7130 PR target/89229
7131 * config/i386/i386.md (*movoi_internal_avx): Set mode to OI
7132 for TARGET_AVX512VL.
7133 (*movti_internal): Set mode to TI for TARGET_AVX512VL.
7134
7135 2019-02-07 Andreas Krebbel <krebbel@linux.ibm.com>
7136
7137 * config/s390/s390-builtin-types.def: Add new types.
7138 * config/s390/s390-builtins.def: (s390_vec_xl, s390_vec_xld2)
7139 (s390_vec_xlw4): Make the memory operand into a const pointer.
7140 (s390_vec_xld2, s390_vec_xlw4): Add a variant for single precision
7141 float.
7142 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Generate
7143 a new vector type with the alignment of the scalar memory operand.
7144
7145 2019-02-07 Matthew Malcomson <matthew.malcomson@arm.com>
7146 Jakub Jelinek <jakub@redhat.com>
7147
7148 PR bootstrap/88714
7149 * config/arm/arm-protos.h (valid_operands_ldrd_strd,
7150 arm_count_ldrdstrd_insns): New declarations.
7151 * config/arm/arm.c (mem_ok_for_ldrd_strd): Remove broken handling of
7152 MINUS.
7153 (valid_operands_ldrd_strd): New function.
7154 (arm_count_ldrdstrd_insns): New function.
7155 * config/arm/ldrdstrd.md: Change peepholes to generate PARALLEL SImode
7156 sets instead of single DImode set and define new insns to match this.
7157
7158 2019-02-07 Tamar Christina <tamar.christina@arm.com>
7159
7160 * config/aarch64/aarch64-builtins.c (aarch64_fcmla_lane_builtin_data):
7161 Make it a C initializer.
7162
7163 2019-02-07 Tamar Christina <tamar.christina@arm.com>
7164
7165 PR/target 88850
7166 * config/arm/neon.md (*neon_mov<mode>): Add r -> r case.
7167
7168 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7169
7170 * config/arm/neon.md (neon_<sup>dot<vsi2qi>):
7171 Use neon_dot<q> for type.
7172 (neon_<sup>dot_lane<vsi2qi>): Likewise.
7173
7174 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7175
7176 * config/aarch64/aarch64-simd.md (aarch64_<sur>dot<vsi2qi>):
7177 Use neon_dot<q> for type.
7178 (aarch64_<sur>dot_lane<vsi2qi>): Likewise.
7179 (aarch64_<sur>dot_laneq<vsi2qi>): Likewise.
7180
7181 2019-02-06 Vladimir Makarov <vmakarov@redhat.com>
7182
7183 PR rtl-optimization/89225
7184 * lra-constaints.c (simplify_operand_subreg): Add subreg mode
7185 sizes check.
7186
7187 2019-02-06 Eric Botcazou <ebotcazou@adacore.com>
7188
7189 * config/i386/i386.c (ix86_expand_prologue): Emit a memory blockage
7190 after restoring registers saved to allocate the frame on Windows.
7191
7192 2019-02-06 Richard Biener <rguenther@suse.de>
7193
7194 PR tree-optimization/89182
7195 * graphite.h (cached_scalar_evolution_in_region): Declare.
7196 * graphite.c (struct seir_cache_key): New.
7197 (struct sese_scev_hash): Likewise.
7198 (seir_cache): New global.
7199 (cached_scalar_evolution_in_region): New function.
7200 (graphite_transform_loops): Allocate and release seir_cache.
7201 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Use
7202 cached_scalar_evolution_in_region.
7203 * graphite-scop-detection.c (scop_detection::can_represent_loop):
7204 Simplify.
7205 (scop_detection::graphite_can_represent_expr: Use
7206 cached_scalar_evolution_in_region.
7207 (scop_detection::stmt_simple_for_scop_p): Likewise.
7208 (find_params_in_bb): Likewise.
7209 (gather_bbs::before_dom_children): Likewise.
7210 * graphite-sese-to-poly.c (create_pw_aff_from_tree): Likewise.
7211 (add_loop_constraints): Likewise.
7212
7213 2019-02-06 Jakub Jelinek <jakub@redhat.com>
7214
7215 PR middle-end/89210
7216 * fold-const-call.c (fold_const_vec_convert): Pass true as last
7217 operand to new_unary_operation only if both element types are integral
7218 and it isn't a widening conversion. Return NULL_TREE if
7219 new_unary_operation failed.
7220
7221 2019-02-05 Andreas Krebbel <krebbel@linux.ibm.com>
7222
7223 PR target/88856
7224 * config/s390/s390.md: Remove load and test FP splitter.
7225
7226 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
7227
7228 PR target/89112
7229 * config/rs6000/rs6000-string.c (do_ifelse, expand_cmp_vec_sequence,
7230 expand_compare_loop, expand_block_compare_gpr,
7231 expand_strncmp_align_check, expand_strncmp_gpr_sequence): Insert
7232 REG_BR_PROB notes in inline expansion of memcmp/strncmp. Add
7233 #include "profile-count.h" and "predict.h" for types and functions
7234 needed to work with REG_BR_PROB notes.
7235
7236 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
7237
7238 PR target/89112
7239 * config/rs6000/rs6000.md (<bd>tf_<mode>): Generate a local label
7240 for the long branch case.
7241
7242 2019-02-05 Jakub Jelinek <jakub@redhat.com>
7243
7244 PR target/89188
7245 * dce.c (delete_unmarked_insns): Don't remove no-op moves if they
7246 can throw, non-call exceptions are enabled and we can't delete
7247 dead exceptions or alter cfg. Set must_clean if
7248 delete_insn_and_edges returns true, don't set it blindly for calls.
7249 Assert that delete_unreachable_blocks is called only if can_alter_cfg.
7250
7251 PR rtl-optimization/89195
7252 * combine.c (make_extraction): For MEMs, don't extract bytes outside
7253 of the original MEM.
7254
7255 2019-02-05 Martin Liska <mliska@suse.cz>
7256
7257 PR gcov-profile/89000
7258 * gcov.c (function_summary): Remove argument.
7259 (file_summary): New function.
7260 (print_usage): Replace tabs with spaces.
7261 (generate_results): Use new function file_summary.
7262
7263 2019-02-05 Jakub Jelinek <jakub@redhat.com>
7264
7265 PR target/89186
7266 * optabs.c (prepare_cmp_insn): Pass x and y to
7267 emit_block_comp_via_libcall rather than XEXP (x, 0) and XEXP (y, 0).
7268
7269 2019-02-05 Richard Biener <rguenther@suse.de>
7270
7271 PR middle-end/89150
7272 * bitmap.h (struct bitmap_obstack): Do not mark GTY.
7273 (struct bitmap_element): Drop chain_prev so we properly recurse on
7274 the prev member, supporting tree views.
7275 (struct bitmap_head): GTY skip the obstack member.
7276
7277 2019-02-04 Alexander Monakov <amonakov@ispras.ru>
7278
7279 PR c/88698
7280 * doc/extend.texi (Vector Extensions): Add an example of using vector
7281 types together with x86 intrinsics.
7282
7283 2019-02-04 Alan Modra <amodra@gmail.com>
7284
7285 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1): Increase
7286 str[] size to 160, and comment.
7287
7288 2019-02-04 Alan Modra <amodra@gmail.com>
7289
7290 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1),
7291 (rs6000_pltseq_template): Guard output of TLS markers with
7292 TARGET_TLS_MARKERS.
7293 (rs6000_longcall_ref, rs6000_call_aix, rs6000_call_sysv),
7294 (rs6000_sibcall_sysv): Ignore TARGET_TLS_MARKERS when deciding
7295 to use inline PLT sequences.
7296 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
7297 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
7298 (pltseq_mtctr_<mode>): Don't test TARGET_TLS_MARKERS in predicate.
7299
7300 2019-02-04 Martin Liska <mliska@suse.cz>
7301
7302 PR ipa/88985
7303 * ipa-fnsummary.c (estimate_edge_devirt_benefit): Bail
7304 out when ipa_fn_summaries does not contain entry for callee.
7305
7306 2019-02-04 Eric Botcazou <ebotcazou@adacore.com>
7307
7308 * config/sparc/sparc.h: Remove superfluous blank lines.
7309 * config/sparc/sparc.c (global_offset_table_rtx): Rename into...
7310 (got_register_rtx): ...this.
7311 (sparc_got): Adjust to above renaming.
7312 (sparc_tls_got): Likewise.
7313 (sparc_delegitimize_address): Likewise.
7314 (sparc_output_mi_thunk): Likewise.
7315 (sparc_init_pic_reg): Likewise.
7316 (save_local_or_in_reg_p): Fix test on the GOT register.
7317 (USE_HIDDEN_LINKONCE): Move around.
7318 (get_pc_thunk_name): Likewise.
7319 (gen_load_pcrel_sym): Likewise.
7320 (load_got_register): Likewise.
7321
7322 2019-02-04 Kito Cheng <kito.cheng@gmail.com>
7323
7324 * config/nds32/linux.h (GLIBC_DYNAMIC_LINKER): Define the naming rule
7325 of the dynamic linker: "ld-linux-nds32[le|be][f].so.1".
7326
7327 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
7328
7329 * config/nds32/nds32.c (nds32_legitimate_address_p): Add TLS model
7330 into consideration.
7331
7332 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
7333
7334 * config.gcc (with_nds32_lib, glibc):
7335 Remove TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0 setting.
7336 * config/nds32/linux.h (TARGET_DEFAULT_TLSDESC_TRAMPOLINE): Delete.
7337 (NDS32_TLSDESC_TRAMPOLINE_SPEC): Delete.
7338
7339 2019-02-03 Uroš Bizjak <ubizjak@gmail.com>
7340
7341 PR target/89071
7342 * config/i386/i386.md (*sqrt<mode>2_sse): Add (v,0) alternative.
7343 Do not prefer (v,v) alternative for non-AVX targets and (m,v)
7344 alternative for speed when TARGET_SSE_PARTIAL_REG_DEPENDENCY is set.
7345 (*rcpsf2_sse): Ditto.
7346 (*rsqrtsf2_sse): Ditto.
7347 (sse4_1_round<mode<2): Ditto.
7348
7349 2019-02-03 Richard Biener <rguenther@suse.de>
7350
7351 PR debug/87295
7352 * dwarf2out.c (copy_ancestor_tree): Register non-stubs as
7353 orig.
7354
7355 2019-02-02 Jakub Jelinek <jakub@redhat.com>
7356
7357 PR middle-end/87887
7358 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
7359 Punt with warning on aggregate return or argument types. Ignore
7360 type/mode checking for uniform arguments.
7361
7362 2019-02-01 Segher Boessenkool <segher@kernel.crashing.org>
7363
7364 * combine.c (try_combine): Do not print "Can't combine" messages unless
7365 printing failed combination attempts.
7366
7367 2019-02-01 Martin Jambor <mjambor@suse.cz>
7368
7369 PR hsa/87863
7370 * omp-grid.c (grid_mark_variable_segment): Set assembler name of group
7371 segment and global segment variables before making them static.
7372
7373 2019-02-01 Martin Jambor <mjambor@suse.cz>
7374
7375 * omp-grid.c (grid_target_follows_gridifiable_pattern): Guard two
7376 missed optimization dump with dump_enabled_p.
7377
7378 2019-02-01 Richard Biener <rguenther@suse.de>
7379
7380 PR middle-end/88597
7381 * tree-scalar-evolution.c (analyze_scalar_evolution): Set up
7382 the instantiate cache.
7383 (instantiate_scev_binary): Elide second operand procesing
7384 if equal to the first.
7385 * tree-chrec.c (chrec_contains_symbols): Add visited set.
7386 (chrec_contains_undetermined): Likewise.
7387 (tree_contains_chrecs): Likewise.
7388
7389 2019-02-01 Jan Hubicka <hubicka@ucw.cz>
7390
7391 * parms.def (MAX_INLINE_INSNS_SINGLE): Reduce from 400 to 200.
7392
7393 2019-02-01 Jakub Jelinek <jakub@redhat.com>
7394
7395 PR tree-optimization/89143
7396 * wide-int-range.h (wide_int_range_absu): Declare.
7397 * wide-int-range.cc (wide_int_range_absu): New function.
7398 * tree-vrp.c (extract_range_from_unary_expr): Handle ABSU_EXPR.
7399
7400 PR tree-optimization/88107
7401 * tree-cfg.c (find_outermost_region_in_block): Add ALL argument,
7402 instead of assertion that eh_region_outermost is non-NULL, if it
7403 is NULL, set *ALL to true and return NULL.
7404 (move_sese_region_to_fn): Adjust caller, if all is set, call
7405 duplicate_eh_regions with NULL region.
7406
7407 2019-02-01 Richard Biener <rguenth@suse.de>
7408
7409 PR rtl-optimization/88593
7410 * mode-switching.c (optimize_mode_switching): Free dominators before
7411 calling cleanup_cfg.
7412
7413 2019-02-01 Bin Cheng <bin.cheng@linux.alibaba.com>
7414
7415 PR tree-optimization/88932
7416 * tree-predcom.c (try_combine_chains): Get loop bbs in dom order.
7417
7418 2019-01-31 Jakub Jelinek <jakub@redhat.com>
7419
7420 PR middle-end/89137
7421 * omp-low.c (lower_omp_task_reductions): Drop redundant test to avoid
7422 bogus clang warning.
7423
7424 2019-01-31 Uroš Bizjak <ubizjak@gmail.com>
7425
7426 PR target/89071
7427 * config/i386/i386.md (*extendsfdf2): Split out reg->reg
7428 alternative to avoid partial SSE register stall for TARGET_AVX.
7429 (truncdfsf2): Ditto.
7430 (sse4_1_round<mode>2): Ditto.
7431
7432 2018-01-31 Bill Schmidt <wschmidt@linux.ibm.com>
7433
7434 PR tree-optimization/89008
7435 * gimple-ssa-strength-reduction.c (slsr_process_mul): Don't
7436 process anything of the form X * 0.
7437
7438 2019-01-31 Richard Biener <rguenther@suse.de>
7439
7440 PR tree-optimization/89135
7441 * tree-ssa-phiprop.c (pass_phiprop::execute): Skip blocks
7442 with abnormal preds.
7443
7444 2019-01-31 Jakub Jelinek <jakub@redhat.com>
7445
7446 PR sanitizer/89124
7447 * ipa-inline.c (sanitize_attrs_match_for_inline_p): Allow inlining
7448 always_inline callees into no_sanitize_address callers.
7449
7450 2019-01-31 Richard Biener <rguenther@suse.de>
7451
7452 PR rtl-optimization/89115
7453 * lra.c (lra_rtx_hash): Properly hash CONST_INT values.
7454
7455 2019-01-30 Martin Sebor <msebor@redhat.com>
7456
7457 PR other/89106
7458 * doc/extend.texi (cast to a union): Correct and expand.
7459
7460 2019-01-30 Vladimir Makarov <vmakarov@redhat.com>
7461
7462 PR rtl-optimization/87246
7463 * lra-constraints.c (simplify_operand_subreg): Reload memory
7464 in subreg if the address became invalid.
7465
7466 2019-01-30 Bill Schmidt <wschmidt@linux.ibm.com>
7467
7468 PR target/87064
7469 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v4sf_scalar):
7470 Disable for little-endian.
7471
7472 2019-01-30 Richard Biener <rguenther@suse.de>
7473
7474 PR rtl-optimization/89115
7475 * opts.c (default_options_optimization): Reduce
7476 PARAM_MAX_DSE_ACTIVE_LOCAL_STORES by a factor of 10 at -O1.
7477 Make PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP reduction relative
7478 to the default.
7479
7480 2019-01-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
7481
7482 * config/rs6000/rs6000-c.c (altivec-resolve_overloaded_builtin):
7483 Change handling of ALTIVEC_BUILTIN_VEC_EXTRACT. Coerce result to
7484 type of vector element when vec_extract is implemented by direct
7485 move.
7486
7487 2019-01-30 Thomas Schwinge <thomas@codesourcery.com>
7488
7489 * doc/invoke.texi (C Language Options): List "-fopenacc-dim".
7490
7491 2019-01-30 Richard Biener <rguenther@suse.de>
7492
7493 PR tree-optimization/89111
7494 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Restrict
7495 canonicalization to appropriately sized access types.
7496
7497 2019-01-30 Jakub Jelinek <jakub@redhat.com>
7498
7499 PR c++/89105
7500 * config/i386/i386.c (ix86_warn_parameter_passing_abi): Don't warn
7501 for arguments to functions that are TU-local and shouldn't be
7502 referenced by assembly.
7503
7504 2019-01-30 Ulrich Drepper <drepper@redhat.com>
7505
7506 * dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appears
7507 after '='.
7508
7509 2019-01-29 Martin Sebor <msebor@redhat.com>
7510
7511 PR c/88956
7512 * gimple-fold.c (fold_array_ctor_reference): Avoid zero-length arrays.
7513
7514 2019-01-29 Jakub Jelinek <jakub@redhat.com>
7515
7516 PR c++/66676
7517 PR ipa/89104
7518 * omp-simd-clone.c (simd_clone_clauses_extract)
7519 <case OMP_CLAUSE_ALIGNED>: Ignore clauses with NULL
7520 OMP_CLAUSE_ALIGNED_ALIGNMENT.
7521
7522 2019-01-29 Vineet Gupta <vgupta@synopsys.com>
7523
7524 * config.gcc: Force .init_array for ARC.
7525
7526 2019-01-29 Richard Biener <rguenther@suse.de>
7527
7528 PR debug/87295
7529 * dwarf2out.c (collect_skeleton_dies): New helper.
7530 (copy_decls_for_unworthy_types): Call it.
7531 (build_abbrev_table): Assert we do not try to replace
7532 DW_AT_signature refs with local refs.
7533
7534 2019-01-28 Jakub Jelinek <jakub@redhat.com>
7535
7536 PR middle-end/89002
7537 * gimplify.c (gimplify_omp_for): When adding OMP_CLAUSE_*_GIMPLE_SEQ
7538 for lastprivate/linear IV, push gimplify context around gimplify_assign
7539 and, if it needed any temporaries, pop it into a gimple bind around the
7540 sequence.
7541
7542 2019-01-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
7543
7544 * common.opt (-Wattribute-alias): Remove "no-" from name.
7545 Make -Wattribute-alias command line option and
7546 #pragma GCC diagnostic ignored "-Wattribute-alias" work again.
7547
7548 2019-01-28 Jakub Jelinek <jakub@redhat.com>
7549
7550 PR target/89073
7551 * doc/invoke.texi (-mclwb, -mprfchw, -mrdpid, -mrdseed, -msgx,
7552 -madx, -mhle, -mavx5124fmaps, -mavx512vnni, -mavx5124vnniw): Document
7553 x86 ISA options.
7554 (bmi2): Add missing @opindex.
7555 * doc/extend.texi (x86 target attribute): Move fma4, lwp, ssse3
7556 options alphabetically. Add missing 3dnow, 3dnowa, adx, avx, avx2,
7557 avx5124fmaps, avx5124vnniw, avx512bitalg, avx512bw, avx512cd,
7558 avx512dq, avx512er, avx512f, avx512ifma, avx512pf, avx512vbmi,
7559 avx512vbmi2, avx512vl, avx512vnni, avx512vpopcntdq, bmi, bmi2,
7560 cldemote, clflushopt, clwb, clzero, crc32, cx16, f16c, fma, fsgsbase,
7561 fxsr, gfni, hle, lzcnt, movbe, movdir64b, movdiri, mwaitx, pconfig,
7562 pku, prefetchwt1, prfchw, ptwrite, rdpid, rdrnd, rdseed, rtm, sahf,
7563 sgx, sha, shstk, tbm, vaes, vpclmulqdq, waitpkg, wbnoinvd, xsave,
7564 xsavec, xsaveopt and xsaves options.
7565
7566 2019-01-28 Richard Biener <rguenther@suse.de>
7567
7568 PR debug/89076
7569 * dwarf2out.c (gen_subprogram_die): Remove leftover from MPX
7570 support removal.
7571
7572 2019-01-28 Richard Biener <rguenther@suse.de>
7573
7574 PR tree-optimization/88739
7575 * tree-cfg.c (verify_types_in_gimple_reference): Verify
7576 BIT_FIELD_REFs only are applied to mode-precision operands
7577 when they are integral.
7578 (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR.
7579 * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid generating
7580 BIT_FIELD_REFs of non-mode-precision integral operands.
7581
7582 2019-01-27 Jakub Jelinek <jakub@redhat.com>
7583
7584 PR target/87214
7585 * config/i386/sse.md
7586 (<mask_codefor>avx512dq_shuf_<shuffletype>64x2_1<mask_name>,
7587 avx512f_shuf_<shuffletype>64x2_1<mask_name>): Ensure the
7588 first constants in pairs are multiples of 2. Formatting fixes.
7589 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>,
7590 avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Ensure the
7591 first constants in each quadruple are multiples of 4. Formatting fixes.
7592
7593 2019-01-26 Martin Jambor <mjambor@suse.cz>
7594
7595 PR ipa/88933
7596 * tree-inline.c: Include tree-cfgcleanup.h.
7597 (delete_unreachable_blocks_update_callgraph): Move...
7598 * tree-cfgcleanup.c (delete_unreachable_blocks_update_callgraph):
7599 ...here, make externally visible, make second argument bool, adjust
7600 all callers.
7601 * tree-cfgcleanup.c: Include cgraph.h.
7602 * tree-cfgcleanup.h (delete_unreachable_blocks_update_callgraph):
7603 Declare.
7604 * ipa-prop.c: Include tree-cfgcleanup.h.
7605 (ipcp_transform_function): Call
7606 delete_unreachable_blocks_update_callgraph instead of cleaning uo CFG.
7607
7608 2019-01-25 Vladimir Makarov <vmakarov@redhat.com>
7609
7610 PR rtl-optimization/88846
7611 * ira.c (process_set_for_memref_referenced_p): New.
7612 (memref_referenced_p): Add new param. Use
7613 process_set_for_memref_referenced_p. Add new switch cases.
7614 (memref_used_between_p): Pass new arg to memref_referenced_p.
7615
7616 2019-01-25 Richard Earnshaw <rearnsha@arm.com>
7617
7618 PR target/88469
7619 * config/aarch64/aarch64.c (aarch64_function_arg_alignment): Add new
7620 argument ABI_BREAK. Set to true if the calculated alignment has
7621 changed in gcc-9. Check bit-fields for their base type alignment.
7622 (aarch64_layout_arg): Warn if argument passing has changed in gcc-9.
7623 (aarch64_function_arg_boundary): Likewise.
7624 (aarch64_gimplify_va_arg_expr): Likewise.
7625
7626 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
7627
7628 PR middle-end/89037
7629 * varasm.c (output_constructor_bitfield): Use wi::extract_uhwi
7630 instead of accessing TREE_INT_CST_ELT directly.
7631
7632 2019-01-25 Christophe Lyon <christophe.lyon@linaro.org>
7633
7634 * doc/sourcebuild.texi (Environment attributes): Add fenv and
7635 fenv_exceptions description.
7636
7637 2019-01-25 Wilco Dijkstra <wdijkstr@arm.com>
7638
7639 PR rtl-optimization/87763
7640 * config/aarch64/aarch64.c (aarch64_select_cc_mode):
7641 Allow SUBREG when matching CC_NZmode compare.
7642
7643 2019-01-25 Richard Biener <rguenther@suse.de>
7644
7645 PR tree-optimization/89049
7646 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost):
7647 Look at the pattern stmt to determine if the stmt is vectorized.
7648
7649 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
7650
7651 * config/aarch64/aarch64-sve.md (*pred_mov<mode>)
7652 (pred_mov<mode>): Handle all-register forms using both a new
7653 alternative and a split.
7654
7655 2019-01-25 Richard Biener <rguenther@suse.de>
7656
7657 PR tree-optimization/86865
7658 * graphite-scop-detection.c (scop_detection::can_represent_loop):
7659 Reject non-do-while loops.
7660
7661 2019-01-24 Peter Bergner <bergner@linux.ibm.com>
7662
7663 * config/rs6000/altivec.md (build_vector_mask_for_load): Use MEM_P.
7664 * config/rs6000/constraints.md (Q constraint): Use REG_P.
7665 * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Use SYMBOL_REF_P.
7666 * config/rs6000/freebsd64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
7667 SYMBOL_REF_P, CONST_INT_P and CONST_DOUBLE_P.
7668 * config/rs6000/linux64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7669 * config/rs6000/predicates.md (altivec_register_operand, vint_operand,
7670 vsx_register_operand, vsx_reg_sfsubreg_ok, vfloat_operand,
7671 vlogical_operand, gpc_reg_operand, int_reg_operand,
7672 int_reg_operand_not_pseudo): Use SUBREG_P and HARD_REGISTER_P.
7673 (ca_operand, base_reg_operand, htm_spr_reg_operand, cc_reg_operand,
7674 cc_reg_not_cr0_operand, input_operand): Use SUBREG_P.
7675 (save_world_operation, restore_world_operation, lmw_operation,
7676 stmw_operation): Use MEM_P and REG_P.
7677 (tie_operand): Use MEM_P.
7678 (vrsave_operation, crsave_operation): Use REG_P.
7679 (mfcr_operation, mtcrf_operation): Use REG_P and CONST_INT_P.
7680 (fpr_reg_operand): Use SUBREG_P and HARD_REGISTER_NUM_P.
7681 (quad_int_reg_operand): Use HARD_REGISTER_NUM_P.
7682 (call_operand): Use HARD_REGISTER_P.
7683 (indexed_or_indirect_operand, altivec_indexed_or_indirect_operand):
7684 Use CONST_INT_P.
7685 (lwa_operand): Use SUBREG_P, REG_P and CONST_INT_P.
7686 * config/rs6000/rs6000-p8swap.c (insn_is_load_p, insn_is_store_p,
7687 quad_aligned_load_p, replace_swapped_aligned_store,
7688 recombine_lvx_pattern, replace_swapped_aligned_load,
7689 recombine_stvx_pattern): Use MEM_P.
7690 (const_load_sequence_p, adjust_vperm, replace_swapped_load_constant):
7691 Use MEM_P and SYMBOL_REF_P.
7692 (rtx_is_swappable_p): Use REG_P and CONST_INT_P.
7693 (insn_is_swappable_p): Use REG_P and MEM_P.
7694 (insn_is_swap_p, (alignment_mask): Use CONST_INT_P.
7695 * config/rs6000/rs6000-string.c (expand_block_clear, expand_block_move):
7696 Use CONST_INT_P.
7697 * config/rs6000/rs6000.c (rs6000_secondary_reload, rs6000_emit_cmove):
7698 Use CONST_DOUBLE_P.
7699 (rs6000_output_move_128bit): Use CONST_DOUBLE_P, CONST_INT_P and
7700 CONST_WIDE_INT_P.
7701 (rs6000_legitimize_address): Use CONST_DOUBLE_P, CONST_INT_P,
7702 CONST_WIDE_INT_P, REG_P and SYMBOL_REF_P.
7703 (rs6000_emit_move): Use CONST_DOUBLE_P, CONST_INT_P, HARD_REGISTER_P,
7704 HARD_REGISTER_NUM_P, MEM_P, REG_P, SUBREG_P, SYMBOL_REF_P and
7705 reg_or_subregno:
7706 (output_toc): Use CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
7707 (easy_altivec_constant, rs6000_legitimate_offset_address_p,
7708 rs6000_mode_dependent_address, rs6000_expand_mtfsf_builtin,
7709 rs6000_expand_set_fpscr_rn_builtin, rs6000_expand_set_fpscr_drn_builtin,
7710 rs6000_expand_unop_builtin, INT_P, rs6000_generate_compare,
7711 rs6000_machopic_legitimize_pic_address, rs6000_split_logical_inner,
7712 rs6000_split_logical_di): Use CONST_INT_P.
7713 (rs6000_legitimize_reload_address): Use CONST_INT_P, HARD_REGISTER_P,
7714 REG_P and SYMBOL_REF_P.
7715 (setup_incoming_varargs, rs6000_rtx_costs): Use CONST_INT_P and MEM_P.
7716 (print_operand): Use CONST_INT_P, MEM_P and REG_P.
7717 (virtual_stack_registers_memory_p, rs6000_legitimate_address_p,
7718 mems_ok_for_quad_peep): Use CONST_INT_P and REG_P.
7719 (rs6000_secondary_reload_memory): Use CONST_INT_P and SUBREG_P.
7720 (small_data_operand, print_operand_address): Use CONST_INT_P and
7721 SYMBOL_REF_P.
7722 (split_stack_arg_pointer_used_p): Use HARD_REGISTER_P.
7723 (rs6000_init_hard_regno_mode_ok, direct_move_p):
7724 Use HARD_REGISTER_NUM_P.
7725 (rs6000_secondary_reload_gpr): Use HARD_REGISTER_NUM_P and MEM_P.
7726 (rs6000_secondary_reload_class): Use HARD_REGISTER_NUM_P, REG_P,
7727 SUBREG_P and SYMBOL_REF_P.
7728 (register_to_reg_type, rs6000_secondary_reload_inner): Use SUBREG_P
7729 and HARD_REGISTER_NUM_P.
7730 (rs6000_adjust_vec_address): Use HARD_REGISTER_NUM_P and
7731 reg_or_subregno.
7732 (rs6000_adjust_cost, find_mem_ref): Use MEM_P.
7733 (macho_lo_sum_memory_operand, rs6000_eliminate_indexed_memrefs): Use
7734 MEM_P and REG_P.
7735 (legitimate_indirect_address_p, legitimate_lo_sum_address_p,
7736 registers_ok_for_quad_peep, rs6000_output_function_epilogue,
7737 find_addr_reg): Use REG_P.
7738 (altivec_expand_vec_perm_const): Use REG_P and SUBREG_P.
7739 (rs6000_emit_le_vsx_move): Use SUBREG_P.
7740 (offsettable_ok_by_alignment, constant_pool_expr_p,
7741 legitimate_small_data_p, rs6000_output_dwarf_dtprel,
7742 rs6000_delegitimize_address, rs6000_const_not_ok_for_debug_p,
7743 rs6000_cannot_force_const_mem, rs6000_output_addr_const_extra,
7744 rs6000_assemble_integer, create_TOC_reference,
7745 rs6000_emit_allocate_stack, rs6000_xcoff_encode_section_info,
7746 rs6000_call_aix, rs6000_call_aix): Use SYMBOL_REF_P.
7747 (rs6000_split_vec_extract_var): Use reg_or_subregno.
7748 * config/rs6000/rtems.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
7749 CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
7750 * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7751 * config/rs6000/xcoff.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
7752 * config/rs6000/rs6000.h (RS6000_SYMBOL_REF_TLS_P): Use SYMBOL_REF_P.
7753 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Use HARD_REGISTER_NUM_P.
7754 (INT_REG_OK_FOR_INDEX_P, INT_REG_OK_FOR_BASE_P): Use HARD_REGISTER_P.
7755 (CONSTANT_ADDRESS_P): Use CONST_INT_P and SYMBOL_REF_P.
7756 * config/rs6000/rs6000.md (define_expands strlensi, mod<mode>3
7757 and cbranch<mode>4): Use CONST_INT_P.
7758 (multiple define_splits): Use REG_P and SUBREG_P.
7759 (define_expands call, call_value): Use MEM_P.
7760 (define_expands sibcall, sibcall_value): Use CONST_INT_P and MEM_P.
7761 (define insn *mtcrfsi): Use CONST_INT_P and REG_P.
7762 * config/rs6000/vsx.md (*vsx_le_perm_load_<mode>,
7763 *vsx_le_perm_load_v8hi, *vsx_le_perm_load_v16qi): Use HARD_REGISTER_P
7764 and HARD_REGISTER_NUM_P.
7765 (multiple define_splits): Use HARD_REGISTER_NUM_P.
7766
7767 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
7768
7769 PR rtl-optimization/88948
7770 * rtl.h (prepare_copy_insn): New prototype.
7771 * gcse.c (prepare_copy_insn): New function, split out from
7772 process_insert_insn.
7773 (process_insert_insn): Use prepare_copy_insn.
7774 * store-motion.c (replace_store_insn): Use prepare_copy_insn
7775 instead of gen_move_insn.
7776
7777 2019-01-24 Jakub Jelinek <jakub@redhat.com>
7778
7779 PR debug/89006
7780 * config/i386/i386.c (ix86_pic_register_p): Return true for
7781 UNSPEC_SET_GOT too.
7782
7783 PR tree-optimization/88964
7784 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Also
7785 punt if HONOR_SNANS (chrec).
7786
7787 PR middle-end/89015
7788 * tree-nested.c (convert_nonlocal_reference_stmt,
7789 convert_local_reference_stmt, convert_tramp_reference_stmt,
7790 convert_gimple_call) <case GIMPLE_OMP_TEAMS>: Treat
7791 gimple_omp_teams_host teams stmts like GIMPLE_OMP_PARALLEL
7792 or GIMPLE_OMP_TASK.
7793
7794 PR tree-optimization/89027
7795 * tree-inline.c (add_clobbers_to_eh_landing_pad): Don't add clobbers
7796 for "omp simd array" variables.
7797
7798 2019-01-24 Richard Earnshaw <rearnsha@arm.com>
7799
7800 PR target/88469
7801 * profile-count.h (profile_count): On ARM systems using GCC 6/7/8
7802 force the alignment of m_val.
7803
7804 2019-01-24 Richard Biener <rguenther@suse.de>
7805
7806 PR lto/87187
7807 * tree-streamer-out.c (write_ts_decl_common_tree_pointers):
7808 When in "legacy" debug mode make sure to reset self-origins.
7809
7810 2019-01-24 Martin Liska <mliska@suse.cz>
7811
7812 PR gcov-profile/88994
7813 * gcov-io.c (mangle_path): Do not allocate a bigger buffer,
7814 result will be always smaller or equal to the original.
7815 * gcov.c (mangle_name): Fix else branch where we should
7816 also copy to PTR and shift the pointer.
7817
7818 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
7819
7820 * tree-ssa-dom.c (test_for_singularity): Fix a comment typo.
7821 * vr-values.c (find_case_label_ranges): Fix a comment typo.
7822
7823 2019-01-23 Xuepeng Guo <xuepeng.guo@intel.com>
7824
7825 * common/config/i386/i386-common.c
7826 (OPTION_MASK_ISA_ENQCMD_SET,
7827 OPTION_MASK_ISA_ENQCMD_UNSET): New macros.
7828 (ix86_handle_option): Handle -menqcmd.
7829 * config.gcc (enqcmdintrin.h): New header file.
7830 * config/i386/cpuid.h (bit_ENQCMD): New bit.
7831 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
7832 -menqcmd.
7833 * config/i386/i386-builtin-types.def ((INT, PVOID, PCVOID)): New
7834 function type.
7835 * config/i386/i386-builtin.def (__builtin_ia32_enqcmd,
7836 __builtin_ia32_enqcmds): New builtins.
7837 * config/i386/i386-c.c (__ENQCMD__): New macro.
7838 * config/i386/i386-option.c (ix86_target_string): Add
7839 -menqcmd.
7840 (ix86_valid_target_attribute_inner_p): Likewise.
7841 * config/i386/i386-expand.c
7842 (ix86_expand_builtin): Expand IX86_BUILTIN_ENQCMD and
7843 IX86_BUILTIN_ENQCMDS.
7844 * config/i386/i386.h (TARGET_ENQCMD): New.
7845 * config/i386/i386.md (UNSPECV_ENQCMD, UNSPECV_ENQCMDS): New.
7846 (@enqcmd<enqcmd_sfx>_<mode>): New insn pattern.
7847 (movdir64b_<mode>): Parameterize to enable share expansion code
7848 with ENQCMD in function ix86_expand_builtin.
7849 * config/i386/i386.opt: Add -menqcmd.
7850 * config/i386/immintrin.h: Include enqcmdintrin.h.
7851 * config/i386/enqcmdintrin.h: New intrinsic file.
7852 * doc/invoke.texi: Add -menqcmd.
7853
7854 2019-01-23 Bin Cheng <bin.cheng@arm.com>
7855 Steve Ellcey <sellcey@marvell.com>
7856
7857 PR target/85711
7858 * recog.c (address_operand): Return false on wrong mode for address.
7859 (constrain_operands): Check for mode with 'p' constraint.
7860
7861 2019-01-23 Uroš Bizjak <ubizjak@gmail.com>
7862
7863 PR target/88998
7864 * config/i386/sse.md (sse2_cvtpi2pd): Add SSE alternatives.
7865 Disparage MMX alternative.
7866 (sse2_cvtpd2pi): Ditto.
7867 (sse2_cvttpd2pi): Ditto.
7868
7869 2019-01-23 David Malcolm <dmalcolm@redhat.com>
7870
7871 PR driver/89014
7872 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Fix
7873 use-after-free of the result of
7874 aarch64_get_extension_string_for_isa_flags.
7875
7876 2019-01-23 Jakub Jelinek <jakub@redhat.com>
7877
7878 PR c/44715
7879 * doc/extend.texi: Document break and continue behavior in
7880 statement expressions.
7881
7882 2019-01-23 Richard Biener <rguenther@suse.de>
7883
7884 PR tree-optimization/89008
7885 * tree-ssa-reassoc.c (eliminate_using_constants): For * 0 do
7886 not leave another stray operand.
7887
7888 2019-01-23 Jakub Jelinek <jakub@redhat.com>
7889
7890 * BASE-VER: Bump to 9.0.1.
7891
7892 2019-01-23 Eric Botcazou <ebotcazou@adacore.com>
7893
7894 * cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE
7895 thunk that returns by reference, use the type of the return object
7896 of the thunk instead of that of the alias to build the dereference.
7897
7898 2019-01-23 Vineet Gupta <vgupta@synopsys.com>
7899
7900 * config/arc/atomic.md: Add operand to DMB instruction.
7901
7902 2019-01-23 Jakub Jelinek <jakub@redhat.com>
7903
7904 PR tree-optimization/88964
7905 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Use
7906 build_zero_cst instead of build_int_cst. Return false for loop
7907 invariants which honor signed zeros.
7908
7909 2019-01-22 Segher Boessenkool <segher@kernel.crashing.org>
7910
7911 * doc/invoke.texi (-fsplit-paths): This is enabled by default at -O3.
7912
7913 2019-01-22 Jakub Jelinek <jakub@redhat.com>
7914
7915 PR target/88965
7916 * config/rs6000/rs6000.c: Include tree-vrp.h and tree-ssanames.h.
7917 (rs6000_gimple_fold_builtin): If MEM_REF address doesn't satisfy
7918 is_gimple_mem_ref_addr predicate, force it into a SSA_NAME first.
7919
7920 PR middle-end/88968
7921 * gimplify.c (gimplify_omp_atomic): Handle bitfield atomics with
7922 non-integral DECL_BIT_FIELD_REPRESENTATIVEs.
7923
7924 PR target/87064
7925 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v2df_scalar):
7926 Disable for little endian.
7927
7928 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
7929
7930 PR target/88469
7931 * config/arm/arm.c (arm_needs_double_word_align): Check
7932 DECL_BIT_FIELD_TYPE.
7933
7934 2019-01-22 Hongtao Liu <hongtao.liu@intel.com>
7935 H.J. Lu <hongjiu.lu@intel.com>
7936
7937 PR target/88909
7938 * config/i386/i386-builtin.def: Add mask2 to all builtin
7939 initializations. Merge ARGS2 and SPECIAL_ARGS2 into ARGS and
7940 SPECIAL_ARGS.
7941 * config/i386/i386.c (BDESC): Add mask2 to the definition.
7942 (BDESC_FIRST): Likewise.
7943 (define_builtin): Add an argument for mask2. Updated to handle
7944 both ix86_isa_flags and ix86_isa_flags2.
7945 (define_builtin_const): Likewise.
7946 (define_builtin_pure): Likewise.
7947 (define_builtin2): Deleted.
7948 (define_builtin_const2): Likewise.
7949 (builtin_description): Add a member, mask2.
7950 (bdesc_*): Add mask2 to builtin initializations.
7951 (ix86_init_mmx_sse_builtins): Update calls to def_builtin,
7952 def_builtin_const and def_builtin_pure. Remove SPECIAL_ARGS2
7953 support.
7954 (ix86_get_builtin_func_type): Remove SPECIAL_ARGS2 support.
7955
7956 2019-01-22 H.J. Lu <hongjiu.lu@intel.com>
7957
7958 PR target/88954
7959 * config/i386/i386.c (ix86_force_load_from_GOT_p): Also check
7960 noplt attribute.
7961
7962 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
7963
7964 PR target/88469
7965 * config/arm/arm.c (arm_needs_doubleword_align): Return 2 if a record's
7966 alignment is dominated by a bitfield with 64-bit aligned base type.
7967 (arm_function_arg): Emit a warning if the alignment has changed since
7968 earlier GCC releases.
7969 (arm_function_arg_boundary): Likewise.
7970 (arm_setup_incoming_varargs): Likewise.
7971
7972 2019-01-22 Richard Biener <rguenther@suse.de>
7973
7974 PR tree-optimization/88862
7975 * graphite-scop-detection.c
7976 (scop_detection::graphite_can_represent_scev): Reject ADDR_EXPR.
7977
7978 2019-01-22 Andrew Stubbs <ams@codesourcery.com>
7979
7980 * doc/extend.tex (AMD GCN Function Attributes): New section.
7981 * doc/install.texi (amdgcn-unknown-amdhsa): New instructions.
7982 * doc/invoke.texi (AMD GCN Options): New section.
7983 * doc/md.texi (Constraints for Particular Machines): Add AMD GCN.
7984
7985 2019-01-22 Eric Botcazou <ebotcazou@adacore.com>
7986
7987 * config/sparc/sparc.c (parc_delegitimize_address): Recognize the GOT
7988 register and decoded HIGH/LO_SUM combinations for labels in PIC mode.
7989
7990 2019-01-22 Jakub Jelinek <jakub@redhat.com>
7991
7992 PR tree-optimization/88044
7993 * tree-ssa-loop-niter.c (number_of_iterations_cond): If condition
7994 is false in the first iteration, but !every_iteration, return false
7995 instead of true with niter->niter zero.
7996
7997 PR rtl-optimization/88904
7998 * cfgcleanup.c (thread_jump): Verify cond2 doesn't mention
7999 any nonequal registers before processing BB_END (b).
8000
8001 PR target/88905
8002 * optabs.c (add_equal_note): Add op0_mode argument, use it instead of
8003 GET_MODE (op0).
8004 (expand_binop_directly, expand_doubleword_clz,
8005 expand_doubleword_popcount, expand_ctz, expand_ffs,
8006 expand_unop_direct, maybe_emit_unop_insn): Adjust callers.
8007
8008 PR rtl-optimization/49429
8009 PR target/49454
8010 PR rtl-optimization/86334
8011 PR target/88906
8012 * expr.c (emit_block_move_hints): Move marking of MEM_EXPRs
8013 addressable from here...
8014 (emit_block_op_via_libcall): ... to here.
8015
8016 2019-01-22 Richard Biener <rguenther@suse.de>
8017
8018 * tree-vect-loop.c (vect_analyze_loop_operations): Use
8019 auto_vec for cost vector to fix memleak.
8020 (vectorize_fold_left_reduction): Properly gather SLP defs.
8021 (vectorizable_comparison): Do not swap operands to properly
8022 gather SLP defs.
8023
8024 2019-01-22 Alan Modra <amodra@gmail.com>
8025
8026 PR target/88614
8027 * config/rs6000/predicates.md (unspec_tls): Ensure GOT reg
8028 stays a reg. Allow a const_int.
8029 * config/rs6000/rs6000-protos.h (rs6000_output_tlsargs): Declare.
8030 * config/rs6000/rs6000.h (IS_V4_FP_ARGS): Define.
8031 (IS_NOMARK_TLSGETADDR): Define.
8032 * config/rs6000/rs6000.c (edit_tls_call_insn): Delete.
8033 (rs6000_output_tlsargs): New function.
8034 (rs6000_legitimize_tls_address): Don't say a !TARGET_TLS_MARKERS
8035 __tls_get_addr call takes an arg.
8036 (rs6000_call_sysv): Generate sysv4 secure plt call pattern here..
8037 * config/rs6000/rs6000.md (call_nonlocal_sysv): ..rather than here,
8038 delete split..
8039 (call_value_nonlocal_sysv): ..or here, delete split.
8040 (tls_gdld_nomark): Delete.
8041 (call_value_indirect_nonlocal_sysv): Use unspec_tls as operand2
8042 predicate. Call rs6000_output_tlsargs. Adjust length to suit.
8043 (call_value_nonlocal_sysv): Likewise.
8044 (call_value_nonlocal_sysv_secure): Likewise.
8045 (call_value_nonlocal_aix): Likewise.
8046 (call_value_indirect_aix): Likewise.
8047 (call_value_indirect_elfv2): Likewise.
8048 (call_value_local32, call_value_local64): Disable for no-mark tls.
8049 (call_value_local_aix): Likewise.
8050
8051 2019-01-21 Uroš Bizjak <ubizjak@gmail.com>
8052
8053 PR target/88938
8054 * config/i386/i386.c (ix86_expand_builtin) [case IX86_BUILTIN_BEXTRI32,
8055 case IX86_BUILTIN_BEXTRI64]: Sanitize operands.
8056
8057 2019-01-21 Michael Ploujnikov <michael.ploujnikov@oracle.com>
8058
8059 * hash-map-tests.c (test_map_of_strings_to_int): Show how to use
8060 string contents as hash_map keys.
8061
8062 2019-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
8063
8064 PR c/88928
8065 * c-warn.c (check_alignment_of_packed_member): Add a boolean parameter
8066 for rvalue context. Handle rvalues correctly. Use min_align_of_type
8067 instead of TYPE_ALIGN.
8068 (check_address_or_pointer_of_packed_member): Handle rvalues coorrectly.
8069 Use min_align_of_type instead of TYPE_ALIGN_UNIT. Check for NULL
8070 pointer from TYPE_STUB_DECL.
8071
8072 2019-01-21 Richard Biener <rguenther@suse.de>
8073
8074 PR tree-optimization/88934
8075 * tree-vect-slp.c (vect_mask_constant_operand_p): Always look
8076 at the possibly non-constant operand.
8077 (vect_get_constant_vectors): Adjust.
8078
8079 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
8080
8081 PR target/71659
8082 * config/i386/adxintrin.h: Just check _IMMINTRIN_H_INCLUDED.
8083 * config/i386/clflushoptintrin.h: Check _IMMINTRIN_H_INCLUDED
8084 instead of _X86INTRIN_H_INCLUDED.
8085 * onfig/i386/clwbintrin.h: Likewise.
8086 * config/i386/pkuintrin.h: Likewise.
8087 * config/i386/prfchwintrin.h: Likewise.
8088 * config/i386/rdseedintrin.h: Likewise.
8089 * config/i386/wbnoinvdintrin.h: Likewise.
8090 * config/i386/xsavecintrin.h: Likewise.
8091 * config/i386/xsavesintrin.h: Likewise.
8092 * config/i386/fxsrintrin.h: Enable _IMMINTRIN_H_INCLUDED check.
8093 * config/i386/xsaveintrin.h: Likewise.
8094 * config/i386/xsaveoptintrin.h: Likewise.
8095 * config/i386/x86intrin.h: Move "#include" <rdseedintrin.h>,
8096 <prfchwintrin.h>, <fxsrintrin.h>, <xsaveintrin.h>,
8097 <xsaveoptintrin.h>, <adxintrin.h>, <clwbintrin.h>,
8098 <clflushoptintrin.h>, <xsavesintrin.h>, <xsavecintrin.h>,
8099 <wbnoinvdintrin.h> and <pkuintrin.h> to ...
8100 * config/i386/immintrin.h: Here.
8101
8102 2019-01-20 Martin Jambor <mjambor@suse.cz>
8103
8104 PR ipa/87615
8105 * ipa-prop.h (struct ipa_func_body_info): Replaced field aa_walked
8106 with aa_walk_budget.
8107 * cgraph.h (ipa_polymorphic_call_context::get_dynamic_type): Add
8108 aa_walk_budget_p parameter.
8109 * ipa-fnsummary.c (unmodified_parm_1): New parameter fbi. Limit AA
8110 walk. Updated all callers.
8111 (unmodified_parm): New parameter fbi, pass it to unmodified_parm_1.
8112 (eliminated_by_inlining_prob): New parameter fbi, pass it on to
8113 unmodified_parm.
8114 (will_be_nonconstant_expr_predicate): New parameter fbi, removed
8115 parameter info. Extract info from fbi. Pass fbi to recursive calls
8116 and to unmodified_parm.
8117 (phi_result_unknown_predicate): New parameter fbi, removed parameter
8118 info, updated call to will_be_nonconstant_expr_predicate.
8119 (param_change_prob): New parameter fbi, limit AA walking.
8120 (analyze_function_body): Initialize aa_walk_budget in fbi. Update
8121 calls to various above functions.
8122 * ipa-polymorphic-call.c (get_dynamic_type): Add aa_walk_budget_p
8123 parameter. Use it to limit AA walking.
8124 * ipa-prop.c (detect_type_change_from_memory_writes): New parameter
8125 fbi, limit AA walk.
8126 (detect_type_change): New parameter fbi, pass it on to
8127 detect_type_change_from_memory_writes.
8128 (detect_type_change_ssa): Likewise.
8129 (aa_overwalked): Removed.
8130 (parm_preserved_before_stmt_p): Assume fbi is never NULL, stream line
8131 accordingly, adjust to the neew AA limiting scheme.
8132 (parm_ref_data_preserved_p): Likewise.
8133 (ipa_compute_jump_functions_for_edge): Adjust call to
8134 get_dynamic_type.
8135 (ipa_analyze_call_uses): Likewise.
8136 (ipa_analyze_virtual_call_uses): Pass fbi to detect_type_change_ssa.
8137 (ipa_analyze_node): Initialize aa_walk_budget.
8138 (ipcp_transform_function): Likewise.
8139 * tree-ssa-sccvn.c (eliminate_dom_walker::eliminate_stmt): Update call
8140 to get_dynamic_type.
8141
8142 2019-01-19 Jakub Jelinek <jakub@redhat.com>
8143
8144 * config/aarch64/aarch64.c (aarch64_stack_protect_guard): Move
8145 outside of #if CHECKING_P code.
8146
8147 2019-01-19 Richard Sandiford <richard.sandiford@arm.com>
8148
8149 * gimple-loop-versioning.cc (loop_versioning::dump_inner_likelihood):
8150 New function, split out from...
8151 (loop_versioning::analyze_stride): ...here.
8152 (loop_versioning::find_per_loop_multiplication): Use gassign.
8153 (loop_versioning::analyze_term_using_scevs): Return a success code.
8154 (loop_versioning::analyze_arbitrary_term): New function.
8155 (loop_versioning::analyze_address_fragment): Use
8156 analyze_arbitrary_term if all else fails.
8157
8158 2019-01-18 Segher Boessenkool <segher@kernel.crashing.org>
8159
8160 PR target/88892
8161 * config/rs6000/rs6000.md (*movsi_from_df): Allow only register
8162 operands.
8163
8164 2019-01-18 Richard Biener <rguenther@suse.de>
8165
8166 PR tree-optimization/88903
8167 * tree-vect-stmts.c (vectorizable_shift): Verify we see all
8168 scalar stmts a SLP shift amount is composed of when detecting
8169 shifts by scalars.
8170
8171 2019-01-18 Richard Earnshaw <rearnsha@arm.com>
8172
8173 PR target/88799
8174 * config/arm/arm-cpus.in (mp): New feature.
8175 (sec): New feature.
8176 (fgroup ARMv7ve): Add mp and sec features.
8177 (arch armv7-a): Add options to allow mp and sec extensions.
8178 (cpu generic-armv7-a): Add options to allow mp and sec extensions.
8179 (cpu cortex-a5, cpu cortex-7, cpu cortex-a9): Add mp and sec
8180 extenstions to the base architecture.
8181 (cpu cortex-a8): Add sec extension to the base architecture.
8182 (cpu marvell-pj4): Add mp and sec extensions to the base architecture.
8183 * config/arm/t-aprofile (MULTILIB_MATCHES): Map all armv7-a arch
8184 variants down to the base v7-a varaint.
8185 * config/arm/t-multilib (v7_a_arch_variants): New variable.
8186 * doc/invoke.texi (ARM Options): Add +mp and +sec to the list
8187 of permitted extensions for -march=armv7-a and for
8188 -mcpu=generic-armv7-a.
8189
8190 2019-01-18 Martin Liska <mliska@suse.cz>
8191
8192 * params.def: Fix comment.
8193 * tree-profile.c (gimple_init_gcov_profiler): Bump function
8194 name.
8195 (gimple_gen_ic_func_profiler): Likewise.
8196
8197 2019-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
8198
8199 * config/aarch64/aarch64-opts.h (enum stack_protector_guard): New
8200 * config/aarch64/aarch64.c (aarch64_override_options_internal): Handle
8201 and put in error checks for stack protector guard options.
8202 (aarch64_stack_protect_guard): New.
8203 (TARGET_STACK_PROTECT_GUARD): Define.
8204 * config/aarch64/aarch64.md (UNSPEC_SSP_SYSREG): New.
8205 (reg_stack_protect_address<mode>): New.
8206 (stack_protect_set): Adjust for SSP_GLOBAL.
8207 (stack_protect_test): Likewise.
8208 * config/aarch64/aarch64.opt (-mstack-protector-guard-reg): New.
8209 (-mstack-protector-guard): Likewise.
8210 (-mstack-protector-guard-offset): Likewise.
8211
8212 2019-01-18 Jakub Jelinek <jakub@redhat.com>
8213
8214 PR tree-optimization/86214
8215 * tree-inline.h (struct copy_body_data): Add
8216 add_clobbers_to_eh_landing_pads member.
8217 * tree-inline.c (add_clobbers_to_eh_landing_pad): New function.
8218 (copy_edges_for_bb): Call it if EH edge destination is <
8219 id->add_clobbers_to_eh_landing_pads. Fix a comment typo.
8220 (expand_call_inline): Set id->add_clobbers_to_eh_landing_pads
8221 if flag_stack_reuse != SR_NONE and clear it afterwards.
8222
8223 2019-01-18 Christophe Lyon <christophe.lyon@linaro.org>
8224
8225 PR target/85596
8226 * doc/install.texi (with-multilib-list): Document for aarch64.
8227
8228 2019-01-18 Jakub Jelinek <jakub@redhat.com>
8229
8230 PR target/88734
8231 * config/arm/arm_neon.h: Fix #pragma GCC target syntax - replace
8232 (("..."))) with ("...").
8233
8234 2019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
8235
8236 * doc/extend.texi (Built-in Functions for Memory Model Aware
8237 Atomic Operations): Document atomic fetch and nand.
8238
8239 2019-01-18 Martin Liska <mliska@suse.cz>
8240 Richard Biener <rguenther@suse.de>
8241
8242 PR middle-end/88587
8243 * cgraph.h (create_version_clone_with_body): Add new argument
8244 with attributes.
8245 * cgraphclones.c (cgraph_node::create_version_clone): Add
8246 DECL_ATTRIBUTES to a newly created decl. And call
8247 valid_attribute_p so that proper cl_target_optimization_node
8248 is set for the newly created declaration.
8249 * multiple_target.c (create_target_clone): Set DECL_ATTRIBUTES
8250 for declaration.
8251 (expand_target_clones): Do not call valid_attribute_p, it must
8252 be already done.
8253 * tree-inline.c (copy_decl_for_dup_finish): Reset mode for
8254 vector types.
8255
8256 2019-01-17 Jakub Jelinek <jakub@redhat.com>
8257
8258 PR target/88734
8259 * config/aarch64/arm_neon.h: Fix #pragma GCC target syntax - replace
8260 (("..."))) with ("..."). Use arch=armv8.2-a+sha3 instead of
8261 arch=armv8.2-a+crypto for vsha512hq_u64 etc. intrinsics.
8262
8263 2019-01-17 Martin Sebor <msebor@redhat.com>
8264
8265 PR middle-end/88273
8266 * gimple-ssa-warn-restrict.c (builtin_memref::extend_offset_range):
8267 Handle anti-ranges the same as no range at all.
8268
8269 2018-01-17 Steve Ellcey <sellcey@cavium.com>
8270
8271 * config/aarch64/aarch64.c (cgraph.h): New include.
8272 (intl.h): New include.
8273 (supported_simd_type): New function.
8274 (currently_supported_simd_type): Ditto.
8275 (aarch64_simd_clone_compute_vecsize_and_simdlen): Ditto.
8276 (aarch64_simd_clone_adjust): Ditto.
8277 (aarch64_simd_clone_usable): Ditto.
8278 (TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN): New macro.
8279 (TARGET_SIMD_CLONE_ADJUST): Ditto.
8280 (TARGET_SIMD_CLONE_USABLE): Ditto.
8281 * config/i386/i386.c (ix86_simd_clone_adjust): Add definition check.
8282 * omp-simd-clone.c (expand_simd_clones): Add targetm.simd_clone.adjust
8283 call.
8284
8285 2019-01-17 Martin Sebor <msebor@redhat.com>
8286
8287 PR tree-optimization/88800
8288 * gimple-fold.c (gimple_fold_builtin_memory_op): Avoid checking
8289 NO_WARNING bit here. Avoid folding out-of-bounds calls.
8290 * gimple-ssa-warn-restrict.c (maybe_diag_offset_bounds): Remove
8291 redundant argument. Add new argument and issue diagnostics under
8292 its control. Detect out-of-bounds access even with warnings
8293 disabled.
8294 (check_bounds_or_overlap): Change return type. Add argument.
8295 (wrestrict_dom_walker::check_call): Adjust.
8296 * gimple-ssa-warn-restrict.h (check_bounds_or_overlap): Add argument.
8297 * tree-ssa-strlen.c (handle_builtin_strcpy): Adjust to change in
8298 check_bounds_or_overlap's return value.
8299 (handle_builtin_stxncpy): Same.
8300 (handle_builtin_strcat): Same.
8301
8302 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8303 Kwok Cheung Yeung <kcy@codesourcery.com>
8304 Julian Brown <julian@codesourcery.com>
8305 Tom de Vries <tom@codesourcery.com>
8306
8307 * doc/sourcebuild.texi: Document dg-add-options sqrt_insn.
8308
8309 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8310
8311 * doc/sourcebuild.texi: Document dg-require-effective-target
8312 llvm_binutils and offload_gcn.
8313
8314 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8315 Kwok Cheung Yeung <kcy@codesourcery.com>
8316 Julian Brown <julian@codesourcery.com>
8317 Tom de Vries <tom@codesourcery.com>
8318
8319 * doc/sourcebuild.texi: Document dg-required-effective-target
8320 exceptions.
8321
8322 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8323 Kwok Cheung Yeung <kcy@codesourcery.com>
8324 Julian Brown <julian@codesourcery.com>
8325 Tom de Vries <tom@codesourcery.com>
8326 Jan Hubicka <hubicka@ucw.cz>
8327 Martin Jambor <mjambor@suse.cz>
8328
8329 * config.gcc: Add amdgcn*-*-amdhsa configuration.
8330 * configure.ac: Check for dlopen.
8331 * configure: Regenerate.
8332
8333 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8334 Kwok Cheung Yeung <kcy@codesourcery.com>
8335 Julian Brown <julian@codesourcery.com>
8336 Tom de Vries <tom@codesourcery.com>
8337 Jan Hubicka <hubicka@ucw.cz>
8338 Martin Jambor <mjambor@suse.cz>
8339
8340 * common/config/gcn/gcn-common.c: New file.
8341 * config/gcn/driver-gcn.c: New file.
8342 * config/gcn/gcn-builtins.def: New file.
8343 * config/gcn/gcn-hsa.h: New file.
8344 * config/gcn/gcn-modes.def: New file.
8345 * config/gcn/gcn-opts.h: New file.
8346 * config/gcn/gcn-passes.def: New file.
8347 * config/gcn/gcn-protos.h: New file.
8348 * config/gcn/gcn-run.c: New file.
8349 * config/gcn/gcn-tree.c: New file.
8350 * config/gcn/gcn.c: New file.
8351 * config/gcn/gcn.h: New file.
8352 * config/gcn/gcn.opt: New file.
8353 * config/gcn/t-gcn-hsa: New file.
8354
8355 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
8356 Kwok Cheung Yeung <kcy@codesourcery.com>
8357 Julian Brown <julian@codesourcery.com>
8358 Tom de Vries <tom@codesourcery.com>
8359 Jan Hubicka <hubicka@ucw.cz>
8360 Martin Jambor <mjambor@suse.cz>
8361
8362 * config/gcn/constraints.md: New file.
8363 * config/gcn/gcn-valu.md: New file.
8364 * config/gcn/gcn.md: New file.
8365 * config/gcn/predicates.md: New file.
8366
8367 2019-01-17 Eric Botcazou <ebotcazou@adacore.com>
8368
8369 * gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace
8370 flag_non_call_exceptions with cfun->can_throw_non_call_exceptions.
8371 (stmt_uses_0_or_null_in_undefined_way): Likewise.
8372 * tree-ssa-alias.c (same_addr_size_stores_p): Likewise.
8373
8374 2019-01-17 Tamar Christina <tamar.christina@arm.com>
8375
8376 PR target/88851
8377 * config/aarch64/aarch64.md (STACK_CLASH_SVE_CFA_REGNUM): New.
8378 * config/aarch64/aarch64.c (aarch64_allocate_and_probe_stack_space): Use
8379 it and document registers.
8380
8381 2019-01-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8382
8383 * config/aarch64/aarch64.c (ares_tunings): Define.
8384 * config/aarch64/aarch64-cores.def (ares): Use the above.
8385
8386 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
8387
8388 PR target/88794
8389 Revert:
8390 2018-11-06 Wei Xiao <wei3.xiao@intel.com>
8391
8392 * config/i386/avx512fintrin.h: Update VFIXUPIMM* intrinsics.
8393 (_mm512_fixupimm_round_pd): Update parameters and builtin.
8394 (_mm512_maskz_fixupimm_round_pd): Ditto.
8395 (_mm512_fixupimm_round_ps): Ditto.
8396 (_mm512_maskz_fixupimm_round_ps): Ditto.
8397 (_mm_fixupimm_round_sd): Ditto.
8398 (_mm_maskz_fixupimm_round_sd): Ditto.
8399 (_mm_fixupimm_round_ss): Ditto.
8400 (_mm_maskz_fixupimm_round_ss): Ditto.
8401 (_mm512_fixupimm_pd): Ditto.
8402 (_mm512_maskz_fixupimm_pd): Ditto.
8403 (_mm512_fixupimm_ps): Ditto.
8404 (_mm512_maskz_fixupimm_ps): Ditto.
8405 (_mm_fixupimm_sd): Ditto.
8406 (_mm_maskz_fixupimm_sd): Ditto.
8407 (_mm_fixupimm_ss): Ditto.
8408 (_mm_maskz_fixupimm_ss): Ditto.
8409 (_mm512_mask_fixupimm_round_pd): Update builtin.
8410 (_mm512_mask_fixupimm_round_ps): Ditto.
8411 (_mm_mask_fixupimm_round_sd): Ditto.
8412 (_mm_mask_fixupimm_round_ss): Ditto.
8413 (_mm512_mask_fixupimm_pd): Ditto.
8414 (_mm512_mask_fixupimm_ps): Ditto.
8415 (_mm_mask_fixupimm_sd): Ditto.
8416 (_mm_mask_fixupimm_ss): Ditto.
8417 * config/i386/avx512vlintrin.h:
8418 (_mm256_fixupimm_pd): Update parameters and builtin.
8419 (_mm256_maskz_fixupimm_pd): Ditto.
8420 (_mm256_fixupimm_ps): Ditto.
8421 (_mm256_maskz_fixupimm_ps): Ditto.
8422 (_mm_fixupimm_pd): Ditto.
8423 (_mm_maskz_fixupimm_pd): Ditto.
8424 (_mm_fixupimm_ps): Ditto.
8425 (_mm_maskz_fixupimm_ps): Ditto.
8426 (_mm256_mask_fixupimm_pd): Update builtin.
8427 (_mm256_mask_fixupimm_ps): Ditto.
8428 (_mm_mask_fixupimm_pd): Ditto.
8429 (_mm_mask_fixupimm_ps): Ditto.
8430 * config/i386/i386-builtin-types.def: Add new types and remove useless ones.
8431 * config/i386/i386-builtin.def: Update builtin definitions.
8432 * config/i386/i386.c: Handle new builtin types and remove useless ones.
8433 * config/i386/sse.md: Update VFIXUPIMM* patterns.
8434 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8435 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8436 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Update.
8437 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8438 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8439 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Update.
8440 * config/i386/subst.md:
8441 (round_saeonly_sd_mask_operand4): Add new subst_attr.
8442 (round_saeonly_sd_mask_op4): Ditto.
8443 (round_saeonly_expand_operand5): Ditto.
8444 (round_saeonly_expand): Update.
8445
8446 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
8447
8448 PR target/88794
8449 Revert:
8450 2018-11-12 Wei Xiao <wei3.xiao@intel.com>
8451
8452 * config/i386/sse.md: Combine VFIXUPIMM* patterns
8453 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8454 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8455 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Remove.
8456 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
8457 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
8458 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Remove.
8459
8460 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
8461
8462 PR target/88794
8463 Revert:
8464 2018-12-15 Jakub Jelinek <jakub@redhat.com>
8465
8466 PR target/88489
8467 * config/i386/sse.md (UNSPEC_SFIXUPIMM): New unspec enumerator.
8468 (avx512f_sfixupimm<mode><mask_name><round_saeonly_name>): Use it
8469 instead of UNSPEC_FIXUPIMM.
8470
8471 2019-01-17 Richard Biener <rguenther@suse.de>
8472
8473 PR lto/86736
8474 * dwarf2out.c (want_pubnames): Never generate pubnames sections
8475 and friends for the LTO part of debug info.
8476
8477 2019-01-17 Jakub Jelinek <jakub@redhat.com>
8478
8479 PR tree-optimization/86214
8480 * cfgexpand.c (add_stack_var_conflict): Don't add any conflicts
8481 if x == y.
8482
8483 PR rtl-optimization/88870
8484 * dce.c (deletable_insn_p): Never delete const/pure calls that can
8485 throw if we can't alter the cfg or delete dead exceptions.
8486 (mark_insn): Don't call find_call_stack_args for such calls.
8487
8488 2019-01-17 Kewen Lin <linkw@gcc.gnu.org>
8489
8490 * doc/extend.texi: Add four new prototypes for vec_ld and seven new
8491 prototypes for vec_st.
8492 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add entries
8493 for scalar address type variants of altivec_vec_ld/altivec_vec_st,
8494 mainly on signed/unsigned long long and double.
8495
8496 2019-01-16 David Malcolm <dmalcolm@redhat.com>
8497
8498 PR target/88861
8499 * combine.c (delete_noop_moves): Convert to "bool" return,
8500 returning true if any edges are eliminated.
8501 (combine_instructions): Also return true if delete_noop_moves
8502 returns true.
8503
8504 2019-01-16 Tamar Christina <tamar.christina@arm.com>
8505
8506 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Use
8507 correct max nunits for endian swap.
8508 (aarch64_expand_fcmla_builtin): Correct subreg code.
8509 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
8510 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>): Correct
8511 lane endianness.
8512
8513 2019-01-16 Uroš Bizjak <ubizjak@gmail.com>
8514
8515 * config/alpha/alpha.c (alpha_gimplify_va_arg):
8516 Handle split indirect COMPLEX_TYPE arguments.
8517
8518 2019-01-16 Richard Earnshaw <rearnsha@arm.com>
8519
8520 PR target/86891
8521 * config/aarch64/aarch64-modes.def: Add comment about how the carry
8522 bit is set by add and compare.
8523 (CC_ADC): New CC_MODE.
8524 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Use variables
8525 to cache the code and mode of X. Adjust the shape of a CC_Cmode
8526 comparison. Add detection for CC_ADCmode.
8527 (aarch64_get_condition_code_1): Update code support for CC_Cmode. Add
8528 CC_ADCmode.
8529 * config/aarch64/aarch64.md (uaddv<mode>4): Use LTU with CCmode.
8530 (uaddvti4): Comparison result is in CC_ADCmode and the condition is GEU.
8531 (add<mode>3_compareC_cconly_imm): Delete. Merge into...
8532 (add<mode>3_compareC_cconly): ... this. Restructure the comparison
8533 to eliminate the need for zero-extending the operands.
8534 (add<mode>3_compareC_imm): Delete. Merge into ...
8535 (add<mode>3_compareC): ... this. Restructure the comparison to
8536 eliminate the need for zero-extending the operands.
8537 (add<mode>3_carryin): Use LTU for the overflow detection.
8538 (add<mode>3_carryinC): Use CC_ADCmode for the result of the carry out.
8539 Reexpress comparison for overflow.
8540 (add<mode>3_carryinC_zero): Update for change to add<mode>3_carryinC.
8541 (add<mode>3_carryinC): Likewise.
8542 (add<mode>3_carryinV): Use LTU for carry between partials.
8543 * config/aarch64/predicates.md (aarch64_carry_operation): Update
8544 handling of CC_Cmode and add CC_ADCmode.
8545 (aarch64_borrow_operation): Likewise.
8546
8547 2019-01-16 Tamar Christina <tamar.christina@arm.com>
8548
8549 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands): Remove patternmode.
8550 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): Likewise.
8551 * config/arm/neon.md (neon_vcmla_lane<rot><mode>, neon_vcmla_laneq<rot><mode>,
8552 neon_vcmlaq_lane<rot><mode>): Remove endianness conversion.
8553
8554 2019-01-16 Martin Liska <mliska@suse.cz>
8555
8556 * Makefile.in: Set TOOL_INCLUDE_DIR and NATIVE_SYSTEM_HEADER_DIR
8557 for GCC driver.
8558 * config/gnu-user.h (TARGET_F951_OPTIONS): Add 'finclude%s/' as
8559 a new argument.
8560 * gcc.c (add_sysrooted_hdrs_prefix): New function.
8561 (path_prefix_reset): Move up in the source file.
8562 (find_fortran_preinclude_file): Make complex search for the
8563 fortran header files.
8564
8565 2019-01-15 Nikhil Benesch <nikhil.benesch@gmail.com>
8566
8567 * godump.c (go_output_typedef): When outputting a typedef, refer
8568 to the underlying type by its name and not its structure.
8569
8570 2019-01-15 David Malcolm <dmalcolm@redhat.com>
8571
8572 PR c++/88795
8573 * tree.c (build_function_type): Assert that arg_types is not
8574 error_mark_node.
8575
8576 2019-01-15 Richard Sandiford <richard.sandiford@arm.com>
8577
8578 PR inline-asm/52813
8579 * doc/extend.texi: Document that listing the stack pointer in the
8580 clobber list of an asm is a deprecated feature.
8581 * common.opt (Wdeprecated): Moved from c-family/c.opt.
8582 * cfgexpand.c (asm_clobber_reg_is_valid): Issue a -Wdeprecated
8583 warning instead of an error for clobbers of the stack pointer.
8584 Add a note explaining why.
8585
8586 2019-01-15 Richard Biener <rguenther@suse.de>
8587
8588 PR debug/88046
8589 * dwarf2out.c (gen_member_die): Do not generate inheritance
8590 DIEs late.
8591
8592 2019-01-15 Richard Biener <rguenther@suse.de>
8593
8594 PR tree-optimization/88855
8595 * tree-if-conv.c (combine_blocks): Collect
8596 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from propagated out virtuals.
8597
8598 2019-01-15 Tom de Vries <tdevries@suse.de>
8599
8600 PR target/80547
8601 * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Handle
8602 lhs == NULL_TREE for gang-level reduction.
8603
8604 2019-01-15 Richard Biener <rguenther@suse.de>
8605 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8606
8607 PR ipa/88788
8608 * ipa-pure-const.c (malloc_candidate_p_1): Add parameter visited and
8609 return true if SSA_NAME is already marked in visited bitmap.
8610 (malloc_candidate_p): Pass visited to malloc_candidate_p_1.
8611
8612 2019-01-15 Jakub Jelinek <jakub@redhat.com>
8613
8614 PR tree-optimization/88775
8615 * match.pd (cmp (convert1?@2 addr@0) (convert2? addr@1)): Optimize
8616 equal == 0 equality pointer comparisons some more if compared in
8617 integral types and either one points to an automatic var and the
8618 other to a global, or we can prove at least one points to the middle
8619 or both point to start or both point to end.
8620
8621 2019-01-14 Andi Kleen <ak@linux.intel.com>
8622
8623 * Makefile.in: Lower autofdo sampling rate by 10x.
8624 * Makefile.tpl: Dito.
8625
8626 2019-01-14 Tom Honermann <tom@honermann.net>
8627
8628 * defaults.h: Define CHAR8_TYPE.
8629
8630 2019-01-14 Martin Sebor <msebor@redhat.com>
8631
8632 PR target/88638
8633 * doc/extend.texi (Darwin Format Checks): Clarify.
8634
8635 2019-01-14 Richard Biener <rguenther@suse.de>
8636
8637 * genmatch.c (dt_simplify::gen_1): Change dumping dependent on
8638 whether we are in (simplify ...) or (match ...) context.
8639
8640 2019-01-14 Jakub Jelinek <jakub@redhat.com>
8641
8642 PR rtl-optimization/88796
8643 * emit-rtl.h (struct rtl_data): Add stack_protect_guard_decl field.
8644 * cfgexpand.c (stack_protect_prologue): Initialize
8645 crtl->stack_protect_guard_decl.
8646 * function.c (stack_protect_epilogue): Use it instead of calling
8647 targetm.stack_protect_guard again.
8648 * dse.c (check_mem_read_rtx): Ignore MEM_VOLATILE_P reads from
8649 MEMs with MEM_EXPR equal to crtl->stack_protect_guard or
8650 crtl->stack_protect_guard_decl.
8651 * config/i386/i386.c (ix86_stack_protect_guard): Set TREE_THIS_VOLATILE
8652 on the returned MEM_EXPR.
8653
8654 2019-01-12 Tom de Vries <tdevries@suse.de>
8655
8656 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Alow setting
8657 vector length using -fopenacc-dim.
8658
8659 2019-01-12 Tom de Vries <tdevries@suse.de>
8660
8661 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Take larger vector
8662 lengths into account.
8663
8664 2019-01-12 Svante Signell <svante.signell@gmail.com>
8665
8666 * config/i386/gnu.h (TARGET_THREAD_SSP_OFFSET): Define.
8667 (TARGET_CAN_SPLIT_STACK): Define.
8668 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
8669
8670 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
8671
8672 * params.def (inline-unit-growth): Set to 40.
8673
8674 2019-01-12 Jakub Jelinek <jakub@redhat.com>
8675
8676 * tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
8677
8678 2019-01-12 Tom de Vries <tdevries@suse.de>
8679
8680 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): In offloading
8681 region calling vector-partitionable routine, set default_vector_length
8682 to WARP_SIZE.
8683
8684 2019-01-12 Tom de Vries <tdevries@suse.de>
8685
8686 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add an use new
8687 variable default_vector_length.
8688
8689 2019-01-12 Tom de Vries <tdevries@suse.de>
8690
8691 PR middle-end/88703
8692 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Apply defaults
8693 from oacc_default_dims, as oacc_validate_dims would do it, and apply
8694 dimensions limits.
8695
8696 2019-01-12 Tom de Vries <tdevries@suse.de>
8697
8698 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1)
8699 (nvptx_goacc_validate_dims): Add used parameter.
8700 * doc/tm.texi: Regenerate.
8701 * omp-offload.c (oacc_parse_default_dims, oacc_validate_dims): Add
8702 argument to call to targetm.goacc.validate_dims.
8703 (default_goacc_validate_dims): Add used
8704 parameter.
8705 * target.def (validate_dims): Add used parameter in DEFHOOK.
8706 * targhooks.h (default_goacc_validate_dims): Add used parameter.
8707
8708 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8709
8710 PR middle-end/85956
8711 PR lto/88733
8712 * tree-inline.h (struct copy_body_data): Add adjust_array_error_bounds
8713 field.
8714 * tree-inline.c (remap_type_1): Formatting fix. If TYPE_MAX_VALUE of
8715 ARRAY_TYPE's TYPE_DOMAIN is newly error_mark_node, replace it with
8716 a dummy "omp dummy var" variable if id->adjust_array_error_bounds.
8717 * omp-low.c (new_omp_context): Set cb.adjust_array_error_bounds.
8718
8719 2019-01-11 Vladimir Makarov <vmakarov@redhat.com>
8720
8721 PR rtl-optimization/87305
8722 * lra-assigns.c
8723 (setup_live_pseudos_and_spill_after_risky_transforms): Add code
8724 for little endian pseudos used as paradoxical subreg.
8725
8726 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8727
8728 PR tree-optimization/88693
8729 * tree-ssa-strlen.c (get_min_string_length): Don't set *full_string_p
8730 for STRING_CSTs that don't contain any NUL characters in the first
8731 TREE_STRING_LENGTH bytes.
8732
8733 2019-01-11 Alan Modra <amodra@gmail.com>
8734
8735 PR 88777
8736 PR 88614
8737 * genattrtab.c (min_fn): Don't translate values.
8738 (min_attr_value): Return INT_MAX when the value can't be calculated.
8739 Return minimum among any values that can be calculated.
8740 (max_attr_value): Adjust.
8741
8742 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8743
8744 * Makefile.in (PLUGIN_HEADERS): Add $(INSN_ATTR_H).
8745
8746 2019-01-11 Steve Ellcey <sellcey@marvell.com>
8747
8748 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
8749 (aarch64_hard_regno_call_part_clobbered): Add insn argument.
8750 (aarch64_return_call_with_max_clobbers): New function.
8751 (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New macro.
8752 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Add insn
8753 argument.
8754 * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): Ditto.
8755 * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Ditto.
8756 * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered): Ditto.
8757 * config/s390/s390.c (s390_hard_regno_call_part_clobbered): Ditto.
8758 * cselib.c (cselib_process_insn): Add argument to
8759 targetm.hard_regno_call_part_clobbered call.
8760 * ira-conflicts.c (ira_build_conflicts): Ditto.
8761 * ira-costs.c (ira_tune_allocno_costs): Ditto.
8762 * lra-constraints.c (inherit_reload_reg): Ditto.
8763 * lra-int.h (struct lra_reg): Add call_insn field, remove call_p field.
8764 * lra-lives.c (check_pseudos_live_through_calls): Add call_insn
8765 argument. Call targetm.return_call_with_max_clobbers.
8766 Add argument to targetm.hard_regno_call_part_clobbered call.
8767 (calls_have_same_clobbers_p): New function.
8768 (process_bb_lives): Add call_insn and last_call_insn variables.
8769 Pass call_insn to check_pseudos_live_through_calls.
8770 Modify if stmt to check targetm.return_call_with_max_clobbers.
8771 Update setting of flush variable.
8772 (lra_create_live_ranges_1): Set call_insn to NULL instead of call_p
8773 to false.
8774 * lra.c (initialize_lra_reg_info_element): Set call_insn to NULL.
8775 * regcprop.c (copyprop_hardreg_forward_1): Add argument to
8776 targetm.hard_regno_call_part_clobbered call.
8777 * reginfo.c (choose_hard_reg_mode): Ditto.
8778 * regrename.c (check_new_reg_p): Ditto.
8779 * reload.c (find_equiv_reg): Ditto.
8780 * reload1.c (emit_reload_insns): Ditto.
8781 * sched-deps.c (deps_analyze_insn): Ditto.
8782 * sel-sched.c (init_regs_for_mode): Ditto.
8783 (mark_unavailable_hard_regs): Ditto.
8784 * targhooks.c (default_dwarf_frame_reg_mode): Ditto.
8785 * target.def (hard_regno_call_part_clobbered): Add insn argument.
8786 (return_call_with_max_clobbers): New target function.
8787 * doc/tm.texi: Regenerate.
8788 * doc/tm.texi.in (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New hook.
8789 * hooks.c (hook_bool_uint_mode_false): Change to
8790 hook_bool_insn_uint_mode_false.
8791 * hooks.h (hook_bool_uint_mode_false): Ditto.
8792
8793 2019-01-11 Steve Ellcey <sellcey@marvell.com>
8794
8795 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
8796 (aarch64_remove_extra_call_preserved_regs): New function.
8797 (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New macro.
8798 * doc/tm.texi.in (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New hook.
8799 * doc/tm.texi: Regenerate.
8800 * final.c (get_call_reg_set_usage): Call new hook.
8801 * target.def (remove_extra_call_preserved_regs): New hook.
8802 * targhooks.c (default_remove_extra_call_preserved_regs): New function.
8803 * targhooks.h (default_remove_extra_call_preserved_regs): New function.
8804
8805 2019-01-11 Jakub Jelinek <jakub@redhat.com>
8806
8807 PR bootstrap/88714
8808 * passes.c (finish_optimization_passes): Call print_combine_total_stats
8809 inside of pass_combine_1 dump rather than pass_profile_1.
8810
8811 2019-01-11 Tom de Vries <tdevries@suse.de>
8812
8813 * config/nvptx/nvptx.c (PTX_CTA_NUM_BARRIERS, PTX_PER_CTA_BARRIER)
8814 (PTX_NUM_PER_CTA_BARRIER, PTX_FIRST_PER_WORKER_BARRIER)
8815 (PTX_NUM_PER_WORKER_BARRIERS): Define.
8816 (nvptx_apply_dim_limits): Prevent vector_length 64 and
8817 num_workers 16.
8818
8819 2019-01-11 Tom de Vries <tdevries@suse.de>
8820
8821 * config/nvptx/nvptx.c (PTX_CTA_SIZE): Move up.
8822
8823 2019-01-11 Jan Beulich <jbeulich@suse.com>
8824
8825 * config/i386/i386.md (rex64suffix): Add L suffix for SI.
8826 * config/i386/sse.md (cvtusi2<ssescalarmodesuffix>32<round_name>,
8827 sse2_cvtsi2sd): Add {l}.
8828 (sse2_cvtsi2sdq<round_name>): Make q conditional upon AT&T
8829 syntax.
8830
8831 2019-01-10 Jakub Jelinek <jakub@redhat.com>
8832
8833 PR target/88785
8834 * config/i386/sse.md (float<floatunssuffix>v2div2sf2): Turn into
8835 define_expand.
8836 (*float<floatunssuffix>v2div2sf2): New define_insn.
8837 (float<floatunssuffix>v2div2sf2_mask): Turn into define_expand.
8838 (*float<floatunssuffix>v2div2sf2_mask): New define_insn.
8839 (*float<floatunssuffix>v2div2sf2_mask_1): Replace
8840 subrtxes (const_vector:V2SF [(const_int 0) (const_int 0)]) with
8841 match_operands with "const0_operand" "C".
8842
8843 2019-01-10 Tamar Christina <tamar.christina@arm.com>
8844
8845 * config/aarch64/aarch64-builtins.c
8846 (aarch64_init_builtins): Move aarch64_init_fcmla_laneq_builtins...
8847 (aarch64_init_simd_builtins): ...Here
8848
8849 2019-01-10 Vladimir Makarov <vmakarov@redhat.com>
8850
8851 PR rtl-optimization/87305
8852 * lra-assigns.c
8853 (setup_live_pseudos_and_spill_after_risky_transforms): Check
8854 allocation for big endian pseudos used as paradoxical subregs and
8855 spill them if it is wrong.
8856 * lra-constraints.c (lra_constraints): Add a comment.
8857
8858 2019-01-10 Richard Biener <rguenther@suse.de>
8859
8860 PR tree-optimization/88792
8861 * tree-ssa-pre.c (get_representative_for): Do not return a
8862 value-number here.
8863
8864 2019-01-10 Jakub Jelinek <jakub@redhat.com>
8865
8866 PR middle-end/84877
8867 PR bootstrap/88450
8868 * function.c (assign_stack_local_1): Revert the 2018-11-21 changes.
8869 (assign_parm_setup_block): Do the argument slot realignment here
8870 instead.
8871
8872 2019-01-10 Stefan Agner <stefan@agner.ch>
8873
8874 PR target/88648
8875 * config/arm/arm.c (arm_option_override_internal): Force
8876 opts->x_inline_asm_unified to true only if TARGET_THUMB2_P.
8877
8878 2019-01-10 Jakub Jelinek <jakub@redhat.com>
8879
8880 PR c/88568
8881 * attribs.c (handle_dll_attribute): Clear TREE_STATIC after setting
8882 DECL_EXTERNAL.
8883
8884 2019-01-10 Tamar Christina <tamar.christina@arm.com>
8885
8886 * config/arm/arm-builtins.c
8887 (enum arm_type_qualifiers): Add qualifier_lane_pair_index.
8888 (MAC_LANE_PAIR_QUALIFIERS): New.
8889 (arm_expand_builtin_args): Use it.
8890 (arm_expand_builtin_1): Likewise.
8891 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands): New.
8892 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): New.
8893 * config/arm/arm-c.c (arm_cpu_builtins): Add __ARM_FEATURE_COMPLEX.
8894 * config/arm/arm_neon.h:
8895 (vcadd_rot90_f16): New.
8896 (vcaddq_rot90_f16): New.
8897 (vcadd_rot270_f16): New.
8898 (vcaddq_rot270_f16): New.
8899 (vcmla_f16): New.
8900 (vcmlaq_f16): New.
8901 (vcmla_lane_f16): New.
8902 (vcmla_laneq_f16): New.
8903 (vcmlaq_lane_f16): New.
8904 (vcmlaq_laneq_f16): New.
8905 (vcmla_rot90_f16): New.
8906 (vcmlaq_rot90_f16): New.
8907 (vcmla_rot90_lane_f16): New.
8908 (vcmla_rot90_laneq_f16): New.
8909 (vcmlaq_rot90_lane_f16): New.
8910 (vcmlaq_rot90_laneq_f16): New.
8911 (vcmla_rot180_f16): New.
8912 (vcmlaq_rot180_f16): New.
8913 (vcmla_rot180_lane_f16): New.
8914 (vcmla_rot180_laneq_f16): New.
8915 (vcmlaq_rot180_lane_f16): New.
8916 (vcmlaq_rot180_laneq_f16): New.
8917 (vcmla_rot270_f16): New.
8918 (vcmlaq_rot270_f16): New.
8919 (vcmla_rot270_lane_f16): New.
8920 (vcmla_rot270_laneq_f16): New.
8921 (vcmlaq_rot270_lane_f16): New.
8922 (vcmlaq_rot270_laneq_f16): New.
8923 (vcadd_rot90_f32): New.
8924 (vcaddq_rot90_f32): New.
8925 (vcadd_rot270_f32): New.
8926 (vcaddq_rot270_f32): New.
8927 (vcmla_f32): New.
8928 (vcmlaq_f32): New.
8929 (vcmla_lane_f32): New.
8930 (vcmla_laneq_f32): New.
8931 (vcmlaq_lane_f32): New.
8932 (vcmlaq_laneq_f32): New.
8933 (vcmla_rot90_f32): New.
8934 (vcmlaq_rot90_f32): New.
8935 (vcmla_rot90_lane_f32): New.
8936 (vcmla_rot90_laneq_f32): New.
8937 (vcmlaq_rot90_lane_f32): New.
8938 (vcmlaq_rot90_laneq_f32): New.
8939 (vcmla_rot180_f32): New.
8940 (vcmlaq_rot180_f32): New.
8941 (vcmla_rot180_lane_f32): New.
8942 (vcmla_rot180_laneq_f32): New.
8943 (vcmlaq_rot180_lane_f32): New.
8944 (vcmlaq_rot180_laneq_f32): New.
8945 (vcmla_rot270_f32): New.
8946 (vcmlaq_rot270_f32): New.
8947 (vcmla_rot270_lane_f32): New.
8948 (vcmla_rot270_laneq_f32): New.
8949 (vcmlaq_rot270_lane_f32): New.
8950 (vcmlaq_rot270_laneq_f32): New.
8951 * config/arm/arm_neon_builtins.def (vcadd90, vcadd270, vcmla0, vcmla90,
8952 vcmla180, vcmla270, vcmla_lane0, vcmla_lane90, vcmla_lane180,
8953 vcmla_lane270, vcmla_laneq0, vcmla_laneq90, vcmla_laneq180,
8954 vcmla_laneq270, vcmlaq_lane0, vcmlaq_lane90, vcmlaq_lane180,
8955 vcmlaq_lane270): New.
8956 * config/arm/neon.md (neon_vcmla_lane<rot><mode>,
8957 neon_vcmla_laneq<rot><mode>, neon_vcmlaq_lane<rot><mode>): New.
8958 * config/arm/arm.c (arm_arch8_3, arm_arch8_4): New.
8959 * config/arm/arm.h (TARGET_COMPLEX, arm_arch8_3, arm_arch8_4): New.
8960 (arm_option_reconfigure_globals): Use them.
8961 * config/arm/iterators.md (VDF, VQ_HSF): New.
8962 (VCADD, VCMLA): New.
8963 (VF_constraint, rot, rotsplit1, rotsplit2): Add V4HF and V8HF.
8964 * config/arm/neon.md (neon_vcadd<rot><mode>, neon_vcmla<rot><mode>):
8965 New.
8966 * config/arm/unspecs.md (UNSPEC_VCADD90, UNSPEC_VCADD270,
8967 UNSPEC_VCMLA, UNSPEC_VCMLA90, UNSPEC_VCMLA180, UNSPEC_VCMLA270): New.
8968
8969 2019-01-10 Tamar Christina <tamar.christina@arm.com>
8970
8971 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
8972 Add qualifier_lane_pair_index.
8973 (emit-rtl.h): Include.
8974 (TYPES_QUADOP_LANE_PAIR): New.
8975 (aarch64_simd_expand_args): Use it.
8976 (aarch64_simd_expand_builtin): Likewise.
8977 (AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_laneq_builtin_datum):
8978 New.
8979 (FCMLA_LANEQ_BUILTIN, AARCH64_SIMD_FCMLA_LANEQ_BUILTIN_BASE,
8980 AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_lane_builtin_data,
8981 aarch64_init_fcmla_laneq_builtins, aarch64_expand_fcmla_builtin): New.
8982 (aarch64_init_builtins): Add aarch64_init_fcmla_laneq_builtins.
8983 (aarch64_expand_buildin): Add AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V2SF,
8984 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V2SF,
8985 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V2SF,
8986 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ2700_V2SF,
8987 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V4HF,
8988 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V4HF,
8989 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V4HF,
8990 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ270_V4HF.
8991 * config/aarch64/iterators.md (FCMLA_maybe_lane): New.
8992 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins):
8993 Add __ARM_FEATURE_COMPLEX.
8994 * config/aarch64/aarch64-simd-builtins.def (fcadd90, fcadd270, fcmla0,
8995 fcmla90, fcmla180, fcmla270, fcmla_lane0, fcmla_lane90, fcmla_lane180,
8996 fcmla_lane270, fcmla_laneq0, fcmla_laneq90, fcmla_laneq180,
8997 fcmla_laneq270, fcmlaq_lane0, fcmlaq_lane90, fcmlaq_lane180,
8998 fcmlaq_lane270): New.
8999 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
9000 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>,
9001 aarch64_fcadd<rot><mode>, aarch64_fcmla<rot><mode>): New.
9002 * config/aarch64/arm_neon.h:
9003 (vcadd_rot90_f16): New.
9004 (vcaddq_rot90_f16): New.
9005 (vcadd_rot270_f16): New.
9006 (vcaddq_rot270_f16): New.
9007 (vcmla_f16): New.
9008 (vcmlaq_f16): New.
9009 (vcmla_lane_f16): New.
9010 (vcmla_laneq_f16): New.
9011 (vcmlaq_lane_f16): New.
9012 (vcmlaq_rot90_lane_f16): New.
9013 (vcmla_rot90_laneq_f16): New.
9014 (vcmla_rot90_lane_f16): New.
9015 (vcmlaq_rot90_f16): New.
9016 (vcmla_rot90_f16): New.
9017 (vcmlaq_laneq_f16): New.
9018 (vcmla_rot180_laneq_f16): New.
9019 (vcmla_rot180_lane_f16): New.
9020 (vcmlaq_rot180_f16): New.
9021 (vcmla_rot180_f16): New.
9022 (vcmlaq_rot90_laneq_f16): New.
9023 (vcmlaq_rot270_laneq_f16): New.
9024 (vcmlaq_rot270_lane_f16): New.
9025 (vcmla_rot270_laneq_f16): New.
9026 (vcmlaq_rot270_f16): New.
9027 (vcmla_rot270_f16): New.
9028 (vcmlaq_rot180_laneq_f16): New.
9029 (vcmlaq_rot180_lane_f16): New.
9030 (vcmla_rot270_lane_f16): New.
9031 (vcadd_rot90_f32): New.
9032 (vcaddq_rot90_f32): New.
9033 (vcaddq_rot90_f64): New.
9034 (vcadd_rot270_f32): New.
9035 (vcaddq_rot270_f32): New.
9036 (vcaddq_rot270_f64): New.
9037 (vcmla_f32): New.
9038 (vcmlaq_f32): New.
9039 (vcmlaq_f64): New.
9040 (vcmla_lane_f32): New.
9041 (vcmla_laneq_f32): New.
9042 (vcmlaq_lane_f32): New.
9043 (vcmlaq_laneq_f32): New.
9044 (vcmla_rot90_f32): New.
9045 (vcmlaq_rot90_f32): New.
9046 (vcmlaq_rot90_f64): New.
9047 (vcmla_rot90_lane_f32): New.
9048 (vcmla_rot90_laneq_f32): New.
9049 (vcmlaq_rot90_lane_f32): New.
9050 (vcmlaq_rot90_laneq_f32): New.
9051 (vcmla_rot180_f32): New.
9052 (vcmlaq_rot180_f32): New.
9053 (vcmlaq_rot180_f64): New.
9054 (vcmla_rot180_lane_f32): New.
9055 (vcmla_rot180_laneq_f32): New.
9056 (vcmlaq_rot180_lane_f32): New.
9057 (vcmlaq_rot180_laneq_f32): New.
9058 (vcmla_rot270_f32): New.
9059 (vcmlaq_rot270_f32): New.
9060 (vcmlaq_rot270_f64): New.
9061 (vcmla_rot270_lane_f32): New.
9062 (vcmla_rot270_laneq_f32): New.
9063 (vcmlaq_rot270_lane_f32): New.
9064 (vcmlaq_rot270_laneq_f32): New.
9065 * config/aarch64/aarch64.h (TARGET_COMPLEX): New.
9066 * config/aarch64/iterators.md (UNSPEC_FCADD90, UNSPEC_FCADD270,
9067 UNSPEC_FCMLA, UNSPEC_FCMLA90, UNSPEC_FCMLA180, UNSPEC_FCMLA270): New.
9068 (FCADD, FCMLA): New.
9069 (rot): New.
9070 * config/arm/types.md (neon_fcadd, neon_fcmla): New.
9071
9072 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
9073
9074 PR other/16615
9075
9076 * config/pa/pa.c: Change "can not" to "cannot".
9077 * gimple-ssa-evrp-analyze.c: Likewise.
9078 * ipa-icf.c: Likewise.
9079 * ipa-polymorphic-call.c: Likewise.
9080 * ipa-pure-const.c: Likewise.
9081 * lra-constraints.c: Likewise.
9082 * lra-remat.c: Likewise.
9083 * reload1.c: Likewise.
9084 * reorg.c: Likewise.
9085 * tree-ssa-uninit.c: Likewise.
9086
9087 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
9088
9089 PR other/16615
9090
9091 * Makefile.in: Mechanically replace "can not" with "cannot".
9092 * alias.c: Likewise.
9093 * builtins.c: Likewise.
9094 * calls.c: Likewise.
9095 * cgraph.c: Likewise.
9096 * cgraph.h: Likewise.
9097 * cgraphclones.c: Likewise.
9098 * cgraphunit.c: Likewise.
9099 * combine-stack-adj.c: Likewise.
9100 * combine.c: Likewise.
9101 * common/config/i386/i386-common.c: Likewise.
9102 * config/aarch64/aarch64.c: Likewise.
9103 * config/alpha/sync.md: Likewise.
9104 * config/arc/arc.c: Likewise.
9105 * config/arc/predicates.md: Likewise.
9106 * config/arm/arm-c.c: Likewise.
9107 * config/arm/arm.c: Likewise.
9108 * config/arm/arm.h: Likewise.
9109 * config/arm/arm.md: Likewise.
9110 * config/arm/cortex-r4f.md: Likewise.
9111 * config/csky/csky.c: Likewise.
9112 * config/csky/csky.h: Likewise.
9113 * config/darwin-f.c: Likewise.
9114 * config/epiphany/epiphany.md: Likewise.
9115 * config/i386/i386.c: Likewise.
9116 * config/i386/sol2.h: Likewise.
9117 * config/m68k/m68k.c: Likewise.
9118 * config/mcore/mcore.h: Likewise.
9119 * config/microblaze/microblaze.md: Likewise.
9120 * config/mips/20kc.md: Likewise.
9121 * config/mips/sb1.md: Likewise.
9122 * config/nds32/nds32.c: Likewise.
9123 * config/nds32/predicates.md: Likewise.
9124 * config/pa/pa.c: Likewise.
9125 * config/rs6000/e300c2c3.md: Likewise.
9126 * config/rs6000/rs6000.c: Likewise.
9127 * config/s390/s390.h: Likewise.
9128 * config/sh/sh.c: Likewise.
9129 * config/sh/sh.md: Likewise.
9130 * config/spu/vmx2spu.h: Likewise.
9131 * cprop.c: Likewise.
9132 * dbxout.c: Likewise.
9133 * df-scan.c: Likewise.
9134 * doc/cfg.texi: Likewise.
9135 * doc/extend.texi: Likewise.
9136 * doc/fragments.texi: Likewise.
9137 * doc/gty.texi: Likewise.
9138 * doc/invoke.texi: Likewise.
9139 * doc/lto.texi: Likewise.
9140 * doc/md.texi: Likewise.
9141 * doc/objc.texi: Likewise.
9142 * doc/rtl.texi: Likewise.
9143 * doc/tm.texi: Likewise.
9144 * dse.c: Likewise.
9145 * emit-rtl.c: Likewise.
9146 * emit-rtl.h: Likewise.
9147 * except.c: Likewise.
9148 * expmed.c: Likewise.
9149 * expr.c: Likewise.
9150 * fold-const.c: Likewise.
9151 * genautomata.c: Likewise.
9152 * gimple-fold.c: Likewise.
9153 * hard-reg-set.h: Likewise.
9154 * ifcvt.c: Likewise.
9155 * ipa-comdats.c: Likewise.
9156 * ipa-cp.c: Likewise.
9157 * ipa-devirt.c: Likewise.
9158 * ipa-fnsummary.c: Likewise.
9159 * ipa-icf.c: Likewise.
9160 * ipa-inline-transform.c: Likewise.
9161 * ipa-inline.c: Likewise.
9162 * ipa-polymorphic-call.c: Likewise.
9163 * ipa-profile.c: Likewise.
9164 * ipa-prop.c: Likewise.
9165 * ipa-pure-const.c: Likewise.
9166 * ipa-reference.c: Likewise.
9167 * ipa-split.c: Likewise.
9168 * ipa-visibility.c: Likewise.
9169 * ipa.c: Likewise.
9170 * ira-build.c: Likewise.
9171 * ira-color.c: Likewise.
9172 * ira-conflicts.c: Likewise.
9173 * ira-costs.c: Likewise.
9174 * ira-int.h: Likewise.
9175 * ira-lives.c: Likewise.
9176 * ira.c: Likewise.
9177 * ira.h: Likewise.
9178 * loop-invariant.c: Likewise.
9179 * loop-unroll.c: Likewise.
9180 * lower-subreg.c: Likewise.
9181 * lra-assigns.c: Likewise.
9182 * lra-constraints.c: Likewise.
9183 * lra-eliminations.c: Likewise.
9184 * lra-lives.c: Likewise.
9185 * lra-remat.c: Likewise.
9186 * lra-spills.c: Likewise.
9187 * lra.c: Likewise.
9188 * lto-cgraph.c: Likewise.
9189 * lto-streamer-out.c: Likewise.
9190 * postreload-gcse.c: Likewise.
9191 * predict.c: Likewise.
9192 * profile-count.h: Likewise.
9193 * profile.c: Likewise.
9194 * recog.c: Likewise.
9195 * ree.c: Likewise.
9196 * reload.c: Likewise.
9197 * reload1.c: Likewise.
9198 * reorg.c: Likewise.
9199 * resource.c: Likewise.
9200 * rtl.def: Likewise.
9201 * rtl.h: Likewise.
9202 * rtlanal.c: Likewise.
9203 * sched-deps.c: Likewise.
9204 * sched-ebb.c: Likewise.
9205 * sched-rgn.c: Likewise.
9206 * sel-sched-ir.c: Likewise.
9207 * sel-sched.c: Likewise.
9208 * shrink-wrap.c: Likewise.
9209 * simplify-rtx.c: Likewise.
9210 * symtab.c: Likewise.
9211 * target.def: Likewise.
9212 * toplev.c: Likewise.
9213 * tree-call-cdce.c: Likewise.
9214 * tree-cfg.c: Likewise.
9215 * tree-complex.c: Likewise.
9216 * tree-core.h: Likewise.
9217 * tree-eh.c: Likewise.
9218 * tree-inline.c: Likewise.
9219 * tree-loop-distribution.c: Likewise.
9220 * tree-nrv.c: Likewise.
9221 * tree-profile.c: Likewise.
9222 * tree-sra.c: Likewise.
9223 * tree-ssa-alias.c: Likewise.
9224 * tree-ssa-dce.c: Likewise.
9225 * tree-ssa-dom.c: Likewise.
9226 * tree-ssa-forwprop.c: Likewise.
9227 * tree-ssa-loop-im.c: Likewise.
9228 * tree-ssa-loop-ivcanon.c: Likewise.
9229 * tree-ssa-loop-ivopts.c: Likewise.
9230 * tree-ssa-loop-niter.c: Likewise.
9231 * tree-ssa-phionlycprop.c: Likewise.
9232 * tree-ssa-phiopt.c: Likewise.
9233 * tree-ssa-propagate.c: Likewise.
9234 * tree-ssa-threadedge.c: Likewise.
9235 * tree-ssa-threadupdate.c: Likewise.
9236 * tree-ssa-uninit.c: Likewise.
9237 * tree-ssanames.c: Likewise.
9238 * tree-streamer-out.c: Likewise.
9239 * tree.c: Likewise.
9240 * tree.h: Likewise.
9241 * vr-values.c: Likewise.
9242
9243 2019-01-09 Uroš Bizjak <ubizjak@gmail.com>
9244
9245 * config/i386/i386-protos.h (ix86_expand_xorsign): New prototype.
9246 (ix86_split_xorsign): Ditto.
9247 * config/i386/i386.c (ix86_expand_xorsign): New function.
9248 (ix86_split_xorsign): Ditto.
9249 * config/i386/i386.md (UNSPEC_XORSIGN): New unspec.
9250 (xorsign<mode>3): New expander.
9251 (xorsign<mode>3_1): New insn_and_split pattern.
9252 * config/i386/sse.md (xorsign<mode>3): New expander.
9253
9254 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
9255
9256 * config/sparc/sparc.md (*tablejump_sp32): Merge into...
9257 (*tablejump_sp64): Likewise.
9258 (*tablejump<P:mode>): ...this.
9259 (*call_address_sp32): Merge into...
9260 (*call_address_sp64): Likewise.
9261 (*call_address<P:mode>): ...this.
9262 (*call_symbolic_sp32): Merge into...
9263 (*call_symbolic_sp64): Likewise.
9264 (*call_symbolic<P:mode>): ...this.
9265 (call_value): Remove constraint and add predicate.
9266 (*call_value_address_sp32): Merge into...
9267 (*call_value_address_sp64): Likewise.
9268 (*call_value_address<P:mode>): ...this.
9269 (*call_value_symbolic_sp32): Merge into...
9270 (*call_value_symbolic_sp64): Likewise.
9271 (*call_value_symbolic<P:mode>): ...this.
9272 (*sibcall_symbolic_sp32): Merge into...
9273 (*sibcall_symbolic_sp64): Likewise.
9274 (*sibcall_symbolic<P:mode>): ...this.
9275 (sibcall_value): Remove constraint and add predicate.
9276 (*sibcall_value_symbolic_sp32): Merge into...
9277 (*sibcall_value_symbolic_sp64): Likewise.
9278 (*sibcall_value_symbolic<P:mode>): ...this.
9279 (window_save): Minor tweak.
9280 (*branch_sp32): Merge into...
9281 (*branch_sp64): Likewise.
9282 (*branch<P:mode>): ...this.
9283
9284 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
9285 James Clarke <jrtc27@jrtc27.com>
9286
9287 PR target/84010
9288 * config/sparc/sparc.c (sparc_legitimize_tls_address): Only use Pmode
9289 consistently in TLS address generation and adjust code to the renaming
9290 of patterns. Mark calls to __tls_get_addr as const.
9291 * config/sparc/sparc.md (tgd_hi22): Turn into...
9292 (tgd_hi22<P:mode>): ...this and use Pmode throughout.
9293 (tgd_lo10): Turn into...
9294 (tgd_lo10<P:mode>): ...this and use Pmode throughout.
9295 (tgd_add32): Merge into...
9296 (tgd_add64): Likewise.
9297 (tgd_add<P:mode>): ...this and use Pmode throughout.
9298 (tldm_hi22): Turn into...
9299 (tldm_hi22<P:mode>): ...this and use Pmode throughout.
9300 (tldm_lo10): Turn into...
9301 (tldm_lo10<P:mode>): ...this and use Pmode throughout.
9302 (tldm_add32): Merge into...
9303 (tldm_add64): Likewise.
9304 (tldm_add<P:mode>): ...this and use Pmode throughout.
9305 (tldm_call32): Merge into...
9306 (tldm_call64): Likewise.
9307 (tldm_call<P:mode>): ...this and use Pmode throughout.
9308 (tldo_hix22): Turn into...
9309 (tldo_hix22<P:mode>): ...this and use Pmode throughout.
9310 (tldo_lox10): Turn into...
9311 (tldo_lox10<P:mode>): ...this and use Pmode throughout.
9312 (tldo_add32): Merge into...
9313 (tldo_add64): Likewise.
9314 (tldo_add<P:mode>): ...this and use Pmode throughout.
9315 (tie_hi22): Turn into...
9316 (tie_hi22<P:mode>): ...this and use Pmode throughout.
9317 (tie_lo10): Turn into...
9318 (tie_lo10<P:mode>): ...this and use Pmode throughout.
9319 (tie_ld64): Use DImode throughout.
9320 (tie_add32): Merge into...
9321 (tie_add64): Likewise.
9322 (tie_add<P:mode>): ...this and use Pmode throughout.
9323 (tle_hix22_sp32): Merge into...
9324 (tle_hix22_sp64): Likewise.
9325 (tle_hix22<P:mode>): ...this and use Pmode throughout.
9326 (tle_lox22_sp32): Merge into...
9327 (tle_lox22_sp64): Likewise.
9328 (tle_lox22<P:mode>): ...this and use Pmode throughout.
9329 (*tldo_ldub_sp32): Merge into...
9330 (*tldo_ldub_sp64): Likewise.
9331 (*tldo_ldub<P:mode>): ...this and use Pmode throughout.
9332 (*tldo_ldub1_sp32): Merge into...
9333 (*tldo_ldub1_sp64): Likewise.
9334 (*tldo_ldub1<P:mode>): ...this and use Pmode throughout.
9335 (*tldo_ldub2_sp32): Merge into...
9336 (*tldo_ldub2_sp64): Likewise.
9337 (*tldo_ldub2<P:mode>): ...this and use Pmode throughout.
9338 (*tldo_ldsb1_sp32): Merge into...
9339 (*tldo_ldsb1_sp64): Likewise.
9340 (*tldo_ldsb1<P:mode>): ...this and use Pmode throughout.
9341 (*tldo_ldsb2_sp32): Merge into...
9342 (*tldo_ldsb2_sp64): Likewise.
9343 (*tldo_ldsb2<P:mode>): ...this and use Pmode throughout.
9344 (*tldo_ldub3_sp64): Use DImode throughout.
9345 (*tldo_ldsb3_sp64): Likewise.
9346 (*tldo_lduh_sp32): Merge into...
9347 (*tldo_lduh_sp64): Likewise.
9348 (*tldo_lduh<P:mode>): ...this and use Pmode throughout.
9349 (*tldo_lduh1_sp32): Merge into...
9350 (*tldo_lduh1_sp64): Likewise.
9351 (*tldo_lduh1<P:mode>): ...this and use Pmode throughout.
9352 (*tldo_ldsh1_sp32): Merge into...
9353 (*tldo_ldsh1_sp64): Likewise.
9354 (*tldo_ldsh1<P:mode>): ...this and use Pmode throughout.
9355 (*tldo_lduh2_sp64): Use DImode throughout.
9356 (*tldo_ldsh2_sp64): Likewise.
9357 (*tldo_lduw_sp32): Merge into...
9358 (*tldo_lduw_sp64): Likewise.
9359 (*tldo_lduw<P:mode>): ...this and use Pmode throughout.
9360 (*tldo_lduw1_sp64): Use DImode throughout.
9361 (*tldo_ldsw1_sp64): Likewise.
9362 (*tldo_ldx_sp64): Likewise.
9363 (*tldo_stb_sp32): Merge into...
9364 (*tldo_stb_sp64): Likewise.
9365 (*tldo_stb<P:mode>): ...this and use Pmode throughout.
9366 (*tldo_sth_sp32): Merge into...
9367 (*tldo_sth_sp64): Likewise.
9368 (*tldo_sth<P:mode>): ...this and use Pmode throughout.
9369 (*tldo_stw_sp32): Merge into...
9370 (*tldo_stw_sp64): Likewise.
9371 (*tldo_stw<P:mode>): ...this and use Pmode throughout.
9372 (*tldo_stx_sp64): Use DImode throughout.
9373
9374 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9375
9376 * config/aarch64/aarch64.c (aarch64_override_options): Add case to
9377 check configure option to set BTI and Return Address Signing.
9378 * configure.ac: Add --enable-standard-branch-protection and
9379 --disable-standard-branch-protection.
9380 * configure: Regenerated.
9381 * doc/install.texi: Document the same.
9382
9383 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9384 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9385
9386 * config.gcc (aarch64*-*-*): Add aarch64-bti-insert.o.
9387 * config/aarch64/aarch64.h: Update comment for TRAMPOLINE_SIZE.
9388 * config/aarch64/aarch64.c (aarch64_asm_trampoline_template): Update
9389 if bti is enabled.
9390 * config/aarch64/aarch64-bti-insert.c: New file.
9391 * config/aarch64/aarch64-passes.def (INSERT_PASS_BEFORE): Insert bti
9392 pass.
9393 * config/aarch64/aarch64-protos.h (make_pass_insert_bti): Declare the
9394 new bti pass.
9395 * config/aarch64/aarch64.md (unspecv): Add UNSPECV_BTI_NOARG,
9396 UNSPECV_BTI_C, UNSPECV_BTI_J and UNSPECV_BTI_JC.
9397 (bti_noarg, bti_j, bti_c, bti_jc): New define_insns.
9398 * config/aarch64/t-aarch64: Add rule for aarch64-bti-insert.o.
9399
9400 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9401
9402 * config/aarch64/aarch64-protos.h (aarch64_bti_enabled): Declare.
9403 * config/aarch64/aarch64.c (aarch64_handle_no_branch_protection):
9404 Disable bti for -mbranch-protection=none.
9405 (aarch64_handle_standard_branch_protection): Enable bti for
9406 -mbranch-protection=standard.
9407 (aarch64_handle_bti_protection): Enable bti for "bti" in the string to
9408 -mbranch-protection.
9409 (aarch64_bti_enabled): Check if bti is enabled.
9410 * config/aarch64/aarch64.opt: Declare target variable.
9411 * doc/invoke.texi: Add bti to the -mbranch-protection documentation.
9412
9413 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9414
9415 * config/aarch64/aarch64.c (aarch64_expand_prologue): Use new
9416 epilogue/prologue scratch registers EP0_REGNUM and EP1_REGNUM.
9417 (aarch64_expand_epilogue): Likewise.
9418 (aarch64_output_mi_thunk): Likewise
9419 * config/aarch64/aarch64.h (REG_CLASS_CONTENTS): Change
9420 TAILCALL_ADDR_REGS to x16 and x17.
9421 * config/aarch64/aarch64.md: Define EP0_REGNUM and EP1_REGNUM.
9422
9423 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9424
9425 * config/aarch64/aarch64-option-extensions.def: Define
9426 AARCH64_OPT_EXTENSION for memtag, rng, sb, ssbs and predres.
9427 * config/aarch64/aarch64.h (AARCH64_FL_RNG): New.
9428 (AARCH64_FL_MEMTAG, ARCH64_FL_SB, AARCH64_FL_SSBS): New.
9429 (AARCH64_FL_PREDRES): New.
9430 (AARCH64_FL_FOR_ARCH8_5): Add AARCH64_FL_SB, AARCH64_FL_SSBS and
9431 AARCH64_FL_PREDRES by default.
9432 * doc/invoke.texi: Document rng, memtag, sb, ssbs and predres.
9433
9434 2018-01-09 Sudakshina Das <sudi.das@arm.com>
9435
9436 * config/aarch64/aarch64-arches.def: Define AARCH64_ARCH for
9437 ARMv8.5-A.
9438 * config/aarch64/aarch64.h (AARCH64_FL_V8_5): New.
9439 (AARCH64_FL_FOR_ARCH8_5, AARCH64_ISA_V8_5): New.
9440 * doc/invoke.texi: Document ARMv8.5-A.
9441
9442 2019-01-09 Alejandro Martinez <alejandro.martinezvicente@arm.com>
9443
9444 * config/aarch64/aarch64-sve.md (copysign<mode>3): New define_expand.
9445 (xorsign<mode>3): Likewise.
9446
9447 2019-01-09 Jelinek <jakub@redhat.com>
9448
9449 PR middle-end/88758
9450 * tree.c (initializer_each_zero_or_onep) <case VECTOR_CST>: Use
9451 vector_cst_elt instead of VECTOR_CST_ENCODED_ELT.
9452
9453 PR rtl-optimization/88331
9454 * function.c (assign_stack_local_1): Don't set dynamic_align_addr if
9455 not currently_expanding_to_rtl.
9456
9457 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
9458
9459 * doc/invoke.texi (-Os): Remove trailing spaces.
9460 (-finline-functions): Remove reference to -O2.
9461
9462 2019-01-08 Jakub Jelinek <jakub@redhat.com>
9463
9464 PR rtl-optimization/79593
9465 * config/i386/i386.md (reg = mem; mem = reg): New define_peephole2.
9466
9467 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Delegitimize
9468 UNSPEC_FUSION_GPR to its argument. Formatting fixes.
9469
9470 2019-01-08 Eric Botcazou <ebotcazou@adacore.com>
9471
9472 PR bootstrap/88721
9473 * config/sparc/sparc.c (function_arg_slotno): Set *PPREGNO & *PPADDING
9474 to -1 on entry.
9475
9476 PR debug/88723
9477 * config/sparc/sparc.c (sparc_delegitimize_address): Deal with naked
9478 UNSPECs and UNSPEC_MOVE_GOTDATA specifically.
9479
9480 2019-01-08 H.J. Lu <hongjiu.lu@intel.com>
9481
9482 PR target/88717
9483 * config/i386/i386.c (ix86_avx_u128_mode_exit): Call
9484 ix86_avx_u128_mode_entry.
9485
9486 2019-01-08 Martin Liska <mliska@suse.cz>
9487
9488 PR tree-optimization/88753
9489 * tree-switch-conversion.c (switch_conversion::build_one_array):
9490 Come up with local variable constructor. Convert first to
9491 type of constructor values.
9492
9493 2019-01-08 Richard Biener <rguenther@suse.de>
9494
9495 PR tree-optimization/86554
9496 * tree-ssa-sccvn.c (eliminate_dom_walker, rpo_elim,
9497 rpo_avail): Move earlier.
9498 (visit_nary_op): When value-numbering to expressions
9499 with different overflow behavior make sure there's an
9500 available expression on the path.
9501
9502 2019-01-08 Sam Tebbs <sam.tebbs@arm.com>
9503
9504 * config/aarch64/aarch64.c (BRANCH_PROTECT_STR_MAX,
9505 aarch64_parse_branch_protection,
9506 struct aarch64_branch_protect_type,
9507 aarch64_handle_no_branch_protection,
9508 aarch64_handle_standard_branch_protection,
9509 aarch64_validate_mbranch_protection,
9510 aarch64_handle_pac_ret_protection,
9511 aarch64_handle_attr_branch_protection,
9512 accepted_branch_protection_string,
9513 aarch64_pac_ret_subtypes,
9514 aarch64_branch_protect_types,
9515 aarch64_handle_pac_ret_leaf): Define.
9516 (aarch64_override_options_after_change_1, aarch64_override_options):
9517 Add check for accepted_branch_protection_string.
9518 (aarch64_option_save): Save accepted_branch_protection_string.
9519 (aarch64_option_restore): Save accepted_branch_protection_string.
9520 * config/aarch64/aarch64.c (aarch64_attributes): Add branch-protection.
9521 * config/aarch64/aarch64.opt: Add mbranch-protection. Deprecate
9522 msign-return-address.
9523 * doc/invoke.texi: Add mbranch-protection.
9524
9525 2019-01-08 Alan Modra <amodra@gmail.com>
9526
9527 PR target/88614
9528 * genattrtab.c (max_attr_value, min_attr_value, or_attr_value):
9529 Delete "unknownp" parameter. Adjust callers. Handle
9530 CONST_INT, PLUS, MINUS, and MULT.
9531 (attr_value_aligned): Renamed from or_attr_value.
9532 (min_attr_value): Return INT_MIN for unhandled rtl case..
9533 (min_fn): ..and translate to INT_MAX here.
9534 (write_length_unit_log): Modify to cope without "unknown".
9535 (write_attr_value): Handle IF_THEN_ELSE.
9536
9537 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9538
9539 * tree-vect-stmts.c (vectorizable_store): Don't use the dataref_offset
9540 optimization for masked stores.
9541
9542 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9543
9544 PR middle-end/88567
9545 * tree-vect-loop.c (get_initial_defs_for_reduction): Pass the
9546 output vector directly to duplicate_and_interleave instead of
9547 going through a temporary. Postpone insertion of ctor_seq to
9548 the end of the loop.
9549
9550 2019-01-07 Richard Earnshaw <rearnsha@arm.com>
9551
9552 PR target/86891
9553 * config/aarch64/aarch64.c (aarch64_expand_subvti): New parameter
9554 unsigned_p. Handle signed and unsigned overflow correction as
9555 required.
9556 * config/aarch64/aarch64-protos.h (aarch64_expand_subvti): Update
9557 prototype.
9558 * config/aarch64/aarch64.md (addv<mode>4): Use aarch64_plus_operand
9559 for operand 2.
9560 (add<mode>3_compareV_imm): Make this callable for expanding.
9561 (subv<GPI:mode>4): Use register_operand for operand 1. Use
9562 aarch64_plus_operand for operand 2.
9563 (subv<GPI:mode>_insn): New insn pattern.
9564 (subv<GPI:mode>_imm): Likewise.
9565 (negv<GPI:mode>3): New expand pattern.
9566 (negv<GPI:mode>_insn): New insn pattern.
9567 (negv<GPI:mode>_cmp_only): Likewise.
9568 (cmpv<GPI:mode>_insn): Likewise.
9569 (subvti4): Use register_operand for operand 1. Update call to
9570 aarch64_expand_subvti.
9571 (usubvti4): Likewise.
9572 (negvti3): New expand pattern.
9573 (negdi_carryout): New insn pattern.
9574 (negvdi_carryinV): New insn pattern.
9575 (sub<mode3>_compare1_imm): Delete named insn pattern, make anonymous
9576 version the named version.
9577 (peepholes to convert to sub<mode3>_compare1_imm): Adjust order of
9578 operands.
9579 (usub<GPI:mode>3_carryinC, usub<GPI:mode>3_carryinC_z1): New insn
9580 patterns.
9581 (usub<GPI:mode>3_carryinC_z2, usub<GPI:mode>3_carryinC): New insn
9582 patterns.
9583 (sub<mode>3_carryinCV, sub<mode>3_carryinCV_z1_z2): Delete.
9584 (sub<mode>3_carryinCV_z1, sub<mode>3_carryinCV_z2): Delete.
9585 (sub<mode>3_carryinCV): Delete.
9586 (sub<GPI:mode>3_carryinV): New expand pattern.
9587 sub<mode>3_carryinV, sub<mode>3_carryinV_z2): New insn patterns.
9588
9589 2019-01-07 Richard Biener <rguenther@suse.de>
9590
9591 * tree-ssa-uncprop.c (ssa_equip_hash_traits): Remove in favor
9592 of tree_operand_hash.
9593
9594 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9595
9596 PR tree-optimization/88598
9597 * tree.h (single_nonzero_element): Declare.
9598 * tree.c (single_nonzero_element): New function.
9599 * match.pd: Fold certain reductions of X & CST to X[I] & CST[I]
9600 if I is the only nonzero element of CST.
9601
9602 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
9603
9604 PR tree-optimization/88598
9605 * tree.h (initializer_each_zero_or_onep): Declare.
9606 * tree.c (initializer_each_zero_or_onep): New function.
9607 (signed_or_unsigned_type_for): Handle float types too.
9608 (unsigned_type_for, signed_type_for): Update comments accordingly.
9609 * match.pd: Fold x * { 0 or 1, 0 or 1, ...} to
9610 x & { 0 or -1, 0 or -1, ... }.
9611
9612 2019-01-07 Jonathan Wakely <jwakely@redhat.com>
9613
9614 * doc/install.texi: Replace references to x86_64-unknown-linux-gnu
9615 with x86_64-pc-linux-gnu.
9616
9617 2019-01-07 Tom de Vries <tdevries@suse.de>
9618
9619 PR target/85486
9620 * config/nvptx/nvptx.c (has_vector_partitionable_routine_calls_p): New
9621 function.
9622 (nvptx_goacc_validate_dims): Force vl32 if calling vector-partitionable
9623 routines.
9624
9625 2019-01-07 Jakub Jelinek <jakub@redhat.com>
9626
9627 * config/i386/sse.md (vec_extract<mode><ssehalfvecmodelower>): Use
9628 V_256_512 iterator instead of V_512 and TARGET_AVX instead of
9629 TARGET_AVX512F as condition.
9630
9631 PR debug/88723
9632 * dwarf2out.c (const_ok_for_output_1): Remove redundant call to
9633 const_not_ok_for_debug_p target hook.
9634 (mem_loc_descriptor) <case UNSPEC>: Only call const_ok_for_output_1
9635 on UNSPEC and subexpressions thereof if all subexpressions of the
9636 UNSPEC are CONSTANT_P.
9637
9638 PR tree-optimization/88676
9639 * tree-ssa-phiopt.c (two_value_replacement): New function.
9640 (tree_ssa_phiopt_worker): Call it.
9641
9642 PR sanitizer/88619
9643 * cfgexpand.c (expand_stack_vars): Only align prev_offset to
9644 ASAN_MIN_RED_ZONE_SIZE, not to maximum of that and alignb.
9645
9646 PR c++/85052
9647 * tree-vect-generic.c: Include insn-config.h and recog.h.
9648 (expand_vector_piecewise): Add defaulted ret_type argument,
9649 if non-NULL, use that in preference to type for the result type.
9650 (expand_vector_parallel): Formatting fix.
9651 (do_vec_conversion, do_vec_narrowing_conversion,
9652 expand_vector_conversion): New functions.
9653 (expand_vector_operations_1): Call expand_vector_conversion
9654 for VEC_CONVERT ifn calls.
9655 * internal-fn.def (VEC_CONVERT): New internal function.
9656 * internal-fn.c (expand_VEC_CONVERT): New function.
9657 * fold-const-call.c (fold_const_vec_convert): New function.
9658 (fold_const_call): Use it for CFN_VEC_CONVERT.
9659 * doc/extend.texi (__builtin_convertvector): Document.
9660
9661 2019-01-07 Tom de Vries <tdevries@suse.de>
9662
9663 * config/nvptx/nvptx-protos.h (nvptx_output_red_partition): Declare.
9664 * config/nvptx/nvptx.c (vector_red_size, vector_red_align,
9665 vector_red_partition, vector_red_sym): New global variables.
9666 (nvptx_option_override): Initialize vector_red_sym.
9667 (nvptx_declare_function_name): Restore red_partition register.
9668 (nvptx_file_end): Emit code to declare the vector reduction variables.
9669 (nvptx_output_red_partition): New function.
9670 (nvptx_expand_shared_addr): Add vector argument. Use it to handle
9671 large vector reductions.
9672 (enum nvptx_builtins): Add NVPTX_BUILTIN_VECTOR_ADDR.
9673 (nvptx_init_builtins): Add VECTOR_ADDR.
9674 (nvptx_expand_builtin): Update call to nvptx_expand_shared_addr.
9675 Handle nvptx_expand_shared_addr.
9676 (nvptx_get_shared_red_addr): Add vector argument and handle large
9677 vectors.
9678 (nvptx_goacc_reduction_setup): Add offload_attrs argument and handle
9679 large vectors.
9680 (nvptx_goacc_reduction_init): Likewise.
9681 (nvptx_goacc_reduction_fini): Likewise.
9682 (nvptx_goacc_reduction_teardown): Likewise.
9683 (nvptx_goacc_reduction): Update calls to nvptx_goacc_reduction_{setup,
9684 init,fini,teardown}.
9685 (nvptx_init_axis_predicate): Initialize vector_red_partition.
9686 (nvptx_set_current_function): Init vector_red_partition.
9687 * config/nvptx/nvptx.md (UNSPECV_RED_PART): New unspecv.
9688 (nvptx_red_partition): New insn.
9689 * config/nvptx/nvptx.h (struct machine_function): Add red_partition.
9690
9691 2019-01-07 Tom de Vries <tdevries@suse.de>
9692
9693 PR target/85381
9694 * config/nvptx/nvptx.c (nvptx_process_pars): Don't emit barriers for
9695 empty loops.
9696
9697 2019-01-07 Tom de Vries <tdevries@suse.de>
9698
9699 * config/nvptx/nvptx.c (oacc_bcast_partition): Declare.
9700 (nvptx_option_override): Init oacc_bcast_partition.
9701 (nvptx_init_oacc_workers): New function.
9702 (nvptx_declare_function_name): Call nvptx_init_oacc_workers.
9703 (nvptx_needs_shared_bcast): New function.
9704 (nvptx_find_par): Generalize to enable vectors to use shared-memory
9705 to propagate state.
9706 (nvptx_shared_propagate): Initialize vector bcast partition and
9707 synchronization state.
9708 (nvptx_single): Generalize to enable vectors to use shared-memory
9709 to propagate state.
9710 (nvptx_process_pars): Likewise.
9711 (nvptx_set_current_function): Initialize oacc_broadcast_partition.
9712 * config/nvptx/nvptx.h (struct machine_function): Add
9713 bcast_partition and sync_bar members.
9714
9715 2019-01-07 Tom de Vries <tdevries@suse.de>
9716
9717 * config/nvptx/nvptx.c (nvptx_welformed_vector_length_p)
9718 (nvptx_apply_dim_limits): New function.
9719 (nvptx_goacc_validate_dims_1): Allow PTX_MAX_VECTOR_LENGTH larger than
9720 PTX_WARP_SIZE.
9721
9722 2019-01-07 Tom de Vries <tdevries@suse.de>
9723
9724 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Move warnings to
9725 as late as possible.
9726
9727 2019-01-07 Tom de Vries <tdevries@suse.de>
9728
9729 * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH): Remove.
9730 (PTX_DEFAULT_VECTOR_LENGTH, PTX_MAX_VECTOR_LENGTH): Define.
9731 (nvptx_goacc_validate_dims_1, nvptx_dim_limit)
9732 (nvptx_goacc_reduction_fini): Use PTX_DEFAULT_VECTOR_LENGTH,
9733 PTX_MAX_VECTOR_LENGTH and PTX_WARP_SIZE instead of PTX_VECTOR_LENGTH.
9734
9735 2019-01-07 Tom de Vries <tdevries@suse.de>
9736
9737 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add asserts.
9738
9739 2019-01-07 Tom de Vries <tdevries@suse.de>
9740
9741 * omp-offload.c (oacc_get_min_dim): New function.
9742 * omp-offload.h (oacc_get_min_dim): Declare.
9743
9744 2018-12-26 Mateusz B <mateuszb@poczta.onet.pl>
9745
9746 PR target/88521
9747 * config/i386/i386.c (function_value_ms_64): Return small sturct in
9748 AX_REG and float/double in FIRST_SSE_REG for 4 or 8 byte modes.
9749
9750 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9751
9752 PR tree-opt/86020
9753 Revert:
9754 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
9755
9756 * ipa-inline.c (edge_badness): Use inlined_time instead of
9757 inline_summaries->get.
9758
9759 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9760
9761 * opts.c (enable_fdo_optimizations): Enable
9762 version-loops-for-strides, loop-interchange, unrol-and-jam
9763 and tree-loop-distribution.
9764 * invoke.texi: Document newly enabled options.
9765
9766 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9767
9768 * doc/invoke.texi (max-inline-insns-small): New parameters.
9769 * ipa-inline.c (want_early_inline_function_p): simplify.
9770 (want_inline_small_function_p): Fix pasto from previous patch;
9771 use max-inline-insns-small bound.
9772 * params.def (max-inline-insns-small): New param.
9773 * ipa-fnsummary.c (analyze_function_body): Initialize time/size
9774 variables correctly.
9775
9776 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9777
9778 * doc/invoke.texi: Document max-inline-insns-size,
9779 uninlined-function-insns, uninlined-function-time,
9780 uninlined-thunk-insns and uninlined-thunk-time.
9781 * params.def: Add max-inline-insns-size,
9782 uninlined-function-insns, uninlined-function-time,
9783 uninlined-thunk-insns and uninlined-thunk-time.
9784 * ipa-fnsummary.c (compute_fn_summary, analyze_function_body): Use
9785 new parameters.
9786 * ipa-inline.c (can_inline_edge_by_limits_p,
9787 want_inline_small_function_p): Use new parameters.
9788
9789 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
9790
9791 * ipa-fnsummary.c (analyze_function_body): Fix accounting of time.
9792
9793 2019-01-05 Jakub Jelinek <jakub@redhat.com>
9794
9795 PR middle-end/82564
9796 PR target/88620
9797 * expr.c (expand_assignment): For calls returning VLA structures
9798 if to_rtx is not a MEM, force it into a stack temporary.
9799
9800 PR debug/88635
9801 * dwarf2out.c (const_ok_for_output_1): Reject MINUS that contains
9802 SYMBOL_REF, CODE_LABEL or UNSPEC in subexpressions of second argument.
9803 Reject PLUS that contains SYMBOL_REF, CODE_LABEL or UNSPEC in
9804 subexpressions of both operands.
9805 (mem_loc_descriptor): Handle UNSPEC if target hook acks it and all the
9806 subrtxes are CONSTANT_P.
9807 * config/i386/i386.c (ix86_const_not_ok_for_debug_p): Revert
9808 2018-11-09 changes.
9809
9810 2019-01-04 Jan Hubicka <hubicka@ucw.cz>
9811
9812 * params.def (hot-bb-count-ws-permille): Set to 990.
9813
9814 2019-01-04 Martin Sebor <msebor@redhat.com>
9815
9816 PR c/88546
9817 * attribs.c (decls_mismatched_attributes): Avoid warning for attribute
9818 leaf.
9819
9820 2019-01-04 Martin Sebor <msebor@redhat.com>
9821
9822 PR c/88363
9823 * doc/extend.texi (attribute alloc_align, alloc_size): Update.
9824
9825 2019-01-04 Jakub Jelinek <jakub@redhat.com>
9826
9827 * gdbinit.in: Turn off pagination for the skip commands, restore
9828 it to previous state afterwards.
9829
9830 2019-01-04 Jakub Jelinek <jakub@redhat.com>
9831
9832 PR target/88594
9833 * config/i386/i386.c (ix86_expand_divmod_libfunc): Use mode instead
9834 of GET_MODE (opN) as modes of the libcall arguments.
9835
9836 2019-01-04 Jan Beulich <jbeulich@suse.com>
9837
9838 * config/i386/sse.md
9839 (<avx512>_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>,
9840 <avx512>_cmp<mode>3<mask_scalar_merge_name>,
9841 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
9842 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
9843 avx512f_vmcmp<mode>3<round_saeonly_name>,
9844 avx512f_vmcmp<mode>3_mask<round_saeonly_name>,
9845 avx512f_maskcmp<mode>3,
9846 <avx512>_cvt<ssemodesuffix>2mask<mode>,
9847 <avx512>_cvt<ssemodesuffix>2mask<mode>,
9848 *<avx512>_cvtmask2<ssemodesuffix><mode>,
9849 *<avx512>_cvtmask2<ssemodesuffix><mode>,
9850 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
9851 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
9852 <avx512>_gt<mode>3<mask_scalar_merge_name>,
9853 <avx512>_gt<mode>3<mask_scalar_merge_name>,
9854 <avx512>_testm<mode>3<mask_scalar_merge_name>,
9855 <avx512>_testnm<mode>3<mask_scalar_merge_name>,
9856 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext,
9857 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext_mask,
9858 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext,
9859 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext_mask,
9860 avx512cd_maskb_vec_dup<mode>,
9861 avx512cd_maskw_vec_dup<mode>,
9862 avx512dq_fpclass<mode><mask_scalar_merge_name>,
9863 avx512dq_vmfpclass<mode>,
9864 avx512vl_vpshufbitqmb<mode><mask_scalar_merge_name>): Use =k
9865 instead of =Yk.
9866
9867 2019-01-03 Martin Sebor <msebor@redhat.com>
9868
9869 PR tree-optimization/88659
9870 * calls.c (maybe_warn_nonstring_arg): Avoid assuming maxlen is set.
9871
9872 2019-01-03 Aaron Sawdey <acsawdey@linux.ibm.com>
9873
9874 * config/rs6000/rs6000-string.c (expand_block_move): Don't use
9875 unaligned vsx and avoid lxvd2x/stxvd2x.
9876 (gen_lvx_v4si_move): New function.
9877
9878 2019-01-03 Tom de Vries <tdevries@suse.de>
9879
9880 * config/nvptx/nvptx.c (MACH_VECTOR_LENGTH, MACH_MAX_WORKERS): Define.
9881 (init_axis_dim, nvptx_mach_max_workers, nvptx_mach_vector_length): New
9882 function.
9883 * config/nvptx/nvptx.h (struct machine_function): Add axis_dims.
9884
9885 2019-01-03 Tom de Vries <tdevries@suse.de>
9886
9887 * config/nvptx/nvptx.c (struct offload_attrs): New.
9888 (populate_offload_attrs): New function. Factor mask extraction out of
9889 nvptx_reorg. Add extraction of dimensions.
9890 (nvptx_reorg): Use populate_offload_attrs.
9891
9892 2019-01-03 Tom de Vries <tdevries@suse.de>
9893
9894 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add early-out
9895 cases for oacc_min_dims_p and routine_p. Add asserts for
9896 oacc_default_dims_p and offload_region_p.
9897
9898 2019-01-03 Tom de Vries <tdevries@suse.de>
9899
9900 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): New function,
9901 factored out of ...
9902 (nvptx_goacc_validate_dims): ... here.
9903
9904 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
9905
9906 PR tree-optimization/85574
9907 * tree-ssa-uncprop.c (struct equiv_hash_elt): Remove unused
9908 structure.
9909 (struct ssa_equip_hash_traits): Declare.
9910 (val_ssa_equiv): Use custom hash traits using operand_equal_p.
9911
9912 2019-01-03 Jakub Jelinek <jakub@redhat.com>
9913
9914 PR debug/88644
9915 * dwarf2out.c (modified_type_die): If type is equal to sizetype,
9916 change it to qualified_type.
9917
9918 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
9919
9920 * ipa-utils.c (scale_ipa_profile_for_fn): Break out from ...
9921 (ipa_merge_profiles): ... here; do not ICE on thunks and aliases.
9922
9923 2019-01-02 Martin Sebor <msebor@redhat.com>
9924 Jeff Law <law@redhat.com>
9925
9926 * gimple-fold.c (strlen_range_kind): Remove SRK_LENRANGE_2.
9927 (get_range_strlen_tree): Update appropriately.
9928 (get_range_strlen)
9929 * gimple-fold.h (get_range_strlen): Drop unused last argument.
9930
9931 * gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_range
9932 rather than set_range_info.
9933 * tree-ssa-strlen.c (set_strlen_range): Extracted from
9934 maybe_set_strlen_range. Handle potentially boundary crossing
9935 cases more conservatively.
9936 (maybe_set_strlen_range): Parts refactored into set_strlen_range.
9937 Call set_strlen_range.
9938 * tree-ssa-strlen.h (set_strlen_range): Add prototype.
9939
9940 PR middle-end/88663
9941 * gimple-fold.c (get_range_strlen): Update prototype to no longer
9942 need the flexp argument.
9943 (get_range_strlen_tree): Drop flexp argument. Drop flexp argument
9944 from calls to get_range_strlen. Update comments. Just update
9945 VAL for an unterminated const char array and let the reset of the
9946 code handle it normally. No longer try to set *flexp. Adjust
9947 return value.
9948 (get_range_strlen): Update for the new get_range_strlen API.
9949 (get_maxval_strlen): Similarly.
9950 (gimple_fold_builtin_strlen): Handle update meaning of return value
9951 from get_range_strlen.
9952 * gimple-ssa-sprintf.c (get_string_length): Update for the new
9953 get_range_strlen API.
9954
9955 2019-01-02 Jan Hubicka <hubicka@ucw.cz>
9956
9957 PR lto/88130
9958 * varpool.c (varpool_node::ctor_useable_for_folding_p): Also return
9959 false at WPA time when body was removed.
9960
9961 2019-01-02 Martin Liska <mliska@suse.cz>
9962
9963 PR tree-optimization/88650
9964 * predict.c (set_even_probabilities): Calculate probability
9965 remainer only when really used.
9966
9967 2019-01-02 Richard Biener <rguenther@suse.de>
9968
9969 PR middle-end/88651
9970 * tree-data-ref.c (analyze_subscript_affine_affine): Use
9971 widest_ints when mangling max_stmt_execution results.
9972
9973 2019-01-02 Richard Biener <rguenther@suse.de>
9974
9975 PR tree-optimization/88621
9976 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Fix pastos, avoid
9977 bitfields when canoncalizing.
9978
9979 2019-01-02 Richard Biener <rguenther@suse.de>
9980
9981 PR target/87545
9982 * config/i386/x86-tune-costs.h (intel_cost): Adjust
9983 cost of cheap SSE instruction.
9984
9985 2019-01-02 Richard Biener <rguenther@suse.de>
9986
9987 PR ipa/85574
9988 * ipa-icf.h (sem_item_optimizer::sort_congruence_split): Declare.
9989 * ipa-icf.c (sem_item_optimizer::sort_congruence_split): New
9990 function.
9991 (sem_item_optimizer::do_congruence_step_f): Sort the congruence
9992 set after UIDs before splitting them.
9993
9994 2019-01-01 Martin Sebor <msebor@redhat.com>
9995 Jeff Law <law@redhat.com>
9996
9997 * gimple-fold.c (get_range_strlen_tree): Record if the computed
9998 length is optimistic. If it is, then arrange to compute the
9999 conservative length as well.
10000
10001 * gimple-fold.h (get_range_strlen): Update prototype.
10002 * builtins.c (check_access): Update call to get_range_strlen to use
10003 c_strlen_data pointer. Change various variable accesses to instead
10004 pull data from the c_strlen_data structure.
10005 (check_strncat_sizes, expand_builtin_strncat): Likewise.
10006 * calls.c (maybe_warn_nonstring_arg): Likewise.
10007 * tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Likewise. Reset
10008 minimum length if maximum lengh is unknown.
10009 * gimple-ssa-sprintf.c (get_string_length): Likewise. Drop code
10010 that used c_strlen, it's no longer needed. Restructure slightly.
10011 (format_string): Set unlikely range appropriately.
10012 * gimple-fold.c (get_range_strlen): Update comments. Fix minor
10013 formatting issues.
10014 (get_range_strlen): Accept c_strlen_data pointer for external
10015 call sites as well. Pass through to call to internal get_range_strlen.
10016 Adjust minlen, maxlen and maxbound as needed.
10017 (get_maxval_strlen): Update comments.
10018 (gimple_fold_builtin_strlen): Update call to get_range_strlen
10019 to use c_strlen_data pointer. Change variable accesses to instead
10020 use c_strlen_data data members.
10021
10022 * gimple-fold.c (get_range_strlen): Update prototype.
10023 (get_range_strlen_tree): Update prototype. Drop minlen/maxlen
10024 local variables. Use pdata to return information to caller.
10025 Update calls to get_range_strlen. Update pdata->maxbound.
10026 (get_range_strlen -- static version): Similarly.
10027 (get_range_strlen -- extern version): Update for internal
10028 get_range_strlen API change. Convert to external data format.
10029 (get_maxval_strlen): Similarly.
10030
10031 2019-01-01 Jan Hubicka <hubicka@ucw.cz>
10032
10033 * coverage.c (get_coverage_counts): Use current_function_decl.
10034 * profile.c (read_thunk_profile): New function.
10035 (branch_prob): Add THUNK parameter.
10036 * tree-profile.c (tree_profiling): Handle thunks.
10037 * value-prof.c (init_node_map): Handle thunks.
10038 * value-prof.h (branch_prob): Upate prototype.
10039 (read_thunk_profile): Declare.
10040
10041 2019-01-01 Jakub Jelinek <jakub@redhat.com>
10042
10043 Update copyright years.
10044
10045 * gcc.c (process_command): Update copyright notice dates.
10046 * gcov-dump.c (print_version): Ditto.
10047 * gcov.c (print_version): Ditto.
10048 * gcov-tool.c (print_version): Ditto.
10049 * gengtype.c (create_file): Ditto.
10050 * doc/cpp.texi: Bump @copying's copyright year.
10051 * doc/cppinternals.texi: Ditto.
10052 * doc/gcc.texi: Ditto.
10053 * doc/gccint.texi: Ditto.
10054 * doc/gcov.texi: Ditto.
10055 * doc/install.texi: Ditto.
10056 * doc/invoke.texi: Ditto.
10057 \f
10058 Copyright (C) 2019 Free Software Foundation, Inc.
10059
10060 Copying and distribution of this file, with or without modification,
10061 are permitted in any medium without royalty provided the copyright
10062 notice and this notice are preserved.