cgraphclones.c (localize_profile): New function.
[gcc.git] / gcc / ChangeLog
1 2019-12-05 Jan Hubicka <hubicka@ucw.cz>
2
3 * cgraphclones.c (localize_profile): New function.
4 (cgraph_node::create_clone): Use it for partial profiles.
5 * common.opt (fprofile-partial-training): New flag.
6 * doc/invoke.texi (-fprofile-partial-training): Document.
7 * ipa-cp.c (update_profiling_info): For partial profiles do not
8 set function profile to zero.
9 * profile.c (compute_branch_probabilities): With partial profile
10 watch if edge count is zero and turn all probabilities to guessed.
11 (compute_branch_probabilities): For partial profiles do not apply
12 profile when entry count is zero.
13 * tree-profile.c (tree_profiling): Only do value_profile_transformations
14 when profile is read.
15
16 2019-12-05 Sudakshina Das <sudi.das@arm.com>
17
18 * tree-vect-loop.c (vect_model_reduction_cost): Remove reduction_type
19 check from if condition.
20
21 2019-12-05 Tobias Burnus <tobias@codesourcery.com>
22
23 * omp-low.c (lower_omp_target): For use_device_ptr/use_derice_addr
24 and Fortran's optional arguments, unconditionally add the is-present
25 condition before the libgomp call.
26
27 2019-12-05 Richard Sandiford <richard.sandiford@arm.com>
28
29 PR middle-end/92768
30 * tree-core.h (OEP_BITWISE): New flag.
31 * fold-const.c (operand_compare::operand_equal_p): Handle it.
32 * tree-vector-builder.h (tree_vector_builder::equal_p): Pass it.
33
34 2019-12-05 Richard Biener <rguenther@suse.de>
35
36 PR middle-end/92818
37 * tree-ssa-forwprop.c (simplify_vector_constructor): Improve
38 heuristics on what don't care element to choose.
39 * match.pd (VEC_PERM_EXPR -> BIT_INSERT_EXPR): Fix typo.
40
41 2019-12-05 Martin Liska <mliska@suse.cz>
42
43 PR gcov-profile/92817
44 * coverage.c (build_gcov_exit_decl): Remove superfluous
45 void_type_node.
46
47 2019-12-05 Jozef Lawrynowicz <jozef.l@mittosystems.com>
48
49 * config/msp430/msp430.md (cbranch<mode>4): Use
50 msp430_general_dst_nonv_operand instead of nonimmediate_operand for
51 dest operand of CMP instruction.
52 (cbranchpsi4_real): Likewise.
53 (cbranchqi4_real): Likewise.
54 (cbranchhi4_real): Likewise.
55 (cbranchpsi4_reversed): Likewise.
56 (cbranchqi4_reversed): Likewise.
57 (cbranchhi4_reversed): Likewise.
58
59 2019-12-05 Richard Biener <rguenther@suse.de>
60
61 PR tree-optimization/92803
62 * tree-ssa-forwprop.c (simplify_vector_constructor): Fix
63 invariant vector construction.
64
65 2019-12-05 Martin Liska <mliska@suse.cz>
66
67 PR gcov-profile/91971
68 * coverage.c (coverage_init): Mangle full path
69 only when -fprofile-dir is used.
70
71 2019-12-05 Jakub Jelinek <jakub@redhat.com>
72
73 PR target/92791
74 * config/i386/i386.md (movstrict<mode>): Move test for
75 TARGET_PARTIAL_REG_STALL and not optimizing for size from
76 expander's condition to the body - FAIL; in that case.
77
78 2019-12-03 Martin Sebor <msebor@redhat.com>
79
80 PR middle-end/91582
81 * builtins.c (gimple_call_alloc_size): New function.
82 (compute_objsize): Add argument. Call gimple_call_alloc_size.
83 Handle variable offsets and indices.
84 * builtins.h (gimple_call_alloc_size): Declare.
85 (compute_objsize): Add argument.
86 * gcc/gimple-ssa-warn-restrict.c: Remove assertions.
87 * tree-ssa-strlen.c (handle_store): Handle calls to allocated objects.
88
89 2019-12-04 Julian Brown <julian@codesourcery.com>
90
91 * config/gcn/gcn.h (FIXED_REGISTERS): Make s6/s7 fixed registers.
92
93 2019-12-04 Peter Bergner <bergner@linux.ibm.com>
94
95 PR bootstrap/92661
96 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Move to
97 rs6000.h.
98 (altivec_overloaded_builtins): Move to rs6000-call.c.
99 * config/rs6000/rs6000.h (struct altivec_builtin_types): Moved from
100 rs6000-c.c.
101 * config/rs6000/rs6000-call.c (rs6000_builtin_info): Make static.
102 (altivec_overloaded_builtins): Moved from rs6000-c.c.
103 (rs6000_common_init_builtins): Do no define builtins that overload
104 builtins that have been disabled.
105
106 2019-12-04 Wilco Dijkstra <wdijkstr@arm.com>
107
108 * config/arm/arm.c (arm_option_override_internal):
109 Use max_cond_insns from CPU tuning unless -mrestrict-it is used.
110
111 2019-12-04 Wilco Dijkstra <wdijkstr@arm.com>
112
113 * config/aarch64/aarch64.c
114 (thunderxt88_tunings): Use AARCH64_FUSE_ALU_BRANCH.
115 (thunderx_tunings): Likewise.
116 (tsv110_tunings): Use AARCH64_FUSE_ALU_BRANCH and AARCH64_FUSE_ALU_CBZ.
117 (thunderx2t99_tunings): Likewise.
118 (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_CMP_BRANCH.
119 * config/aarch64/aarch64-fusion-pairs.def: Add ALU_CBZ fusion.
120
121 2019-12-04 Richard Biener <rguenther@suse.de>
122
123 * tree-ssa-sccvn.c (vn_reference_lookup_3): Properly guard
124 empty CTOR and memset partial-def registering. Take advantage
125 of fancy offset analysis in memset handling.
126
127 2019-12-04 Richard Sandiford <richard.sandiford@arm.com>
128
129 * fold-const.c (native_encode_vector_part): Handle
130 VECTOR_BOOLEAN_TYPE_Ps that have subbyte precision.
131 (native_decode_vector_tree): Delete, moving the bulk of the code to...
132 (native_interpret_vector_part): ...this new function. Use a pointer
133 and length instead of a vec<> and start index.
134 (native_interpret_vector): Use native_interpret_vector_part.
135 (fold_view_convert_vector_encoding): Likewise.
136
137 2019-12-04 Richard Biener <rguenther@suse.de>
138
139 * tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Handle
140 non-constant defs in the most trivial way.
141 (vn_reference_lookup_3): Also push down SSA partial defs.
142
143 2019-12-04 Martin Liska <mliska@suse.cz>
144
145 * tree-switch-conversion.c (switch_decision_tree::try_switch_expansion):
146 Initialize count of newly created BB.
147
148 2019-12-04 Jakub Jelinek <jakub@redhat.com>
149
150 PR tree-optimization/92734
151 * match.pd ((A +- B) - A -> +- B, (A +- B) -+ B -> A,
152 A - (A +- B) -> -+ B, A +- (B -+ A) -> +- B): Handle nop_convert.
153
154 2019-12-04 Kewen Lin <linkw@gcc.gnu.org>
155
156 PR target/92760
157 * gcc/config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Use
158 VECTOR_MEM_NONE_P instead of VECTOR_UNIT_NONE_P.
159
160 2019-12-03 Jan Hubicka <hubicka@ucw.cz>
161
162 * ipa-fnsummary.c: Include tree-into-ssa.h.
163 (compute_fn_summary): Call update_ssa.
164
165 2019-12-03 Jan Hubicka <hubicka@ucw.cz>
166
167 * cgraph.c (cgraph_node::verify_node): Check that calls_comdat_local
168 is set only for symbol in comdat group.
169 * symtab.c (symtab_node::dissolve_same_comdat_group_1): Clear it.
170
171 2019-12-03 Jan Hubicka <hubicka@ucw.cz>
172
173 * cgraph.c: Include tree-into-ssa.h
174 (cgraph_node::get_body): Call update_ssa.
175 * cgraphunit.c (cgraph_node::expand): Likewise.
176 * lto-streamer-in.c (input_function): Do not call update_ssa.
177
178 2019-12-03 Richard Sandiford <richard.sandiford@arm.com>
179
180 * gimplify.c (gimplify_compound_lval): Don't gimplify and install
181 an array element size if array_element_size is already an invariant.
182 Similarly don't gimplify and install a field offset if
183 component_ref_field_offset is already an invariant.
184
185 2019-12-03 Richard Sandiford <richard.sandiford@arm.com>
186
187 * cfgexpand.c (discover_nonconstant_array_refs_r): If an access
188 with POLY_INT_CST size is made to a fixed-size object, force the
189 object to live in memory.
190
191 2019-12-03 Andrew Stubbs <ams@codesourcery.com>
192
193 * config/gcn/gcn-valu.md: Change "vcondu" patterns to use VEC_1REG_MODE
194 for the data mode.
195
196 2019-12-03 Richard Biener <rguenther@suse.de>
197
198 PR tree-optimization/92758
199 * tree-ssa-forwprop.c (simplify_vector_constructor): Restore
200 operation on uniform vectors.
201
202 2019-12-03 Richard Biener <rguenther@suse.de>
203
204 PR tree-optimization/92645
205 * gimple-fold.c (gimple_fold_builtin_memory_op): Fold memcpy
206 from or to a properly aligned register variable.
207
208 2019-12-03 Matthias Klose <doko@ubuntu.com>
209
210 * Makefile.in (SOURCES): Add doc/lto-dump.1.
211 (install-man): Add $(LTO_DUMP_INSTALL_NAME)$(man1ext).
212 ($(LTO_DUMP_INSTALL_NAME)$(man1ext): New.
213
214 2019-12-03 Richard Biener <rguenther@suse.de>
215
216 PR tree-optimization/92751
217 * tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Fail
218 when a clobber ends up in the partial-def vector.
219 (vn_reference_lookup_3): Let clobbers be handled by the
220 assignment from CTOR handling.
221
222 2019-12-03 Jakub Jelinek <jakub@redhat.com>
223
224 PR tree-optimization/92734
225 * match.pd ((CST1 - A) +- CST2 -> CST3 - A,
226 CST1 - (CST2 - A) -> CST3 + A): Handle nop casts around
227 inner subtraction.
228
229 2019-12-03 Uroš Bizjak <ubizjak@gmail.com>
230 Jakub Jelinek <jakub@redhat.com>
231
232 PR target/92744
233 * config/i386/i386.md (peephole2 for *swap<mode>): Use
234 general_reg_operand predicates instead of register_operand.
235
236 2019-12-03 Richard Biener <rguenther@suse.de>
237
238 PR tree-optimization/92645
239 * tree-ssa.c (execute_update_addresses_taken): Avoid representing
240 a full def of a vector via a BIT_INSERT_EXPR.
241
242 2019-12-02 Bill Schmidt <wschmidt@linux.ibm.com>
243
244 * config/rs6000/rs6000-call.c (rs6000_invalid_builtin): Make
245 static.
246 * config/rs6000/rs6000-internal.h (rs6000_invalid_builtin): Remove
247 decl.
248
249 2019-12-02 Richard Sandiford <richard.sandiford@arm.com>
250
251 PR middle-end/92741
252 * fold-const.c (fold_convertible_p): Check vector types more
253 thoroughly.
254
255 2019-12-02 Richard Sandiford <richard.sandiford@arm.com>
256
257 * config/aarch64/aarch64.c (aarch64_report_sve_required): New function.
258 (aarch64_expand_mov_immediate): Use it when attempting to measure
259 the length of an SVE vector.
260 (aarch64_mov_operand_p): Only allow SVE CNT immediates when
261 SVE is enabled.
262
263 2019-12-02 Richard Sandiford <richard.sandiford@arm.com>
264
265 * config/aarch64/aarch64-sve-builtins.h
266 (gimple_folder::force_vector): Declare.
267 * config/aarch64/aarch64-sve-builtins.cc
268 (gimple_folder::force_vector): New function.
269 * config/aarch64/aarch64-sve-builtins-base.cc
270 (svcmp_impl::fold): Likewise.
271 (svdup_impl::fold): Handle svdup_z too.
272
273 2019-12-02 Martin Liska <mliska@suse.cz>
274
275 * ipa-devirt.c (warn_types_mismatch): Use get_odr_name_for_type
276 function.
277 (debug_tree_odr_name): New.
278 * ipa-utils.h (get_odr_name_for_type): New.
279
280 2019-12-02 Richard Biener <rguenther@suse.de>
281
282 PR tree-optimization/92742
283 * tree-vect-loop.c (vect_fixup_reduc_chain): Do not
284 touch the def-type but verify it is consistent with the
285 original stmts.
286
287 2019-12-02 Jakub Jelinek <jakub@redhat.com>
288
289 PR tree-optimization/92712
290 * match.pd ((A * B) +- A -> (B +- 1) * A,
291 A +- (A * B) -> (1 +- B) * A): Allow optimizing signed integers
292 even when we don't know anything about range of A, but do know
293 something about range of B and the simplification won't introduce
294 new UB.
295
296 2019-12-02 Feng Xue <fxue@os.amperecomputing.com>
297
298 PR ipa/92133
299 * doc/invoke.texi (ipa-cp-max-recursive-depth): Document new option.
300 (ipa-cp-min-recursive-probability): Likewise.
301 * params.opt (ipa-cp-max-recursive-depth): New.
302 (ipa-cp-min-recursive-probability): Likewise.
303 * ipa-cp.c (ipcp_lattice<valtype>::add_value): Add two new parameters
304 val_p and unlimited.
305 (self_recursively_generated_p): New function.
306 (get_val_across_arith_op): Likewise.
307 (propagate_vals_across_arith_jfunc): Add constant propagation for
308 self-recursive function.
309 (incorporate_penalties): Do not penalize pure self-recursive function.
310 (good_cloning_opportunity_p): Dump node_is_self_scc flag.
311 (propagate_constants_topo): Set node_is_self_scc flag for cgraph node.
312 (get_info_about_necessary_edges): Relax hotness check for edge to
313 self-recursive function.
314 * ipa-prop.h (ipa_node_params): Add new field node_is_self_scc.
315
316 2019-12-01 Sandra Loosemore <sandra@codesourcery.com>
317
318 PR target/92499
319
320 * config/nios2/nios2.c (nios2_in_small_data_p): Do not consider
321 objects of flexible types to be small if they have internal linkage
322 or are declared extern.
323 * config/nios2/nios2.h (ASM_OUTPUT_ALIGNED_LOCAL): Replace with...
324 (ASM_OUTPUT_ALIGNED_DECL_LOCAL): ...this. Use targetm.in_small_data_p
325 instead of the size of the object initializer.
326 * tree.c (flexible_array_type_p): Move from C front end, and
327 generalize to handle fields in non-C structures.
328 * tree.h (flexible_array_type_p): Declare.
329
330 2019-11-30 Jan Hubicka <hubicka@ucw.cz>
331
332 * profile-count.h (profile_count::operator<): Use IPA value for
333 comparsion.
334 (profile_count::operator>): Likewise.
335 (profile_count::operator<=): Likewise.
336 (profile_count::operator>=): Likewise.
337 * predict.c (maybe_hot_count_p): Do not convert to gcov_type.
338
339 2019-11-30 Jan Hubicka <hubicka@ucw.cz>
340
341 * ipa-inline.c (compute_max_insns): Return int64_t.
342 (inline_small_functions): Simplify.
343
344 2019-11-30 Jan Hubicka <hubicka@ucw.cz>
345
346 * tree-cfg.c (execute_fixup_cfg): Update also max_bb_count when
347 scaling happen.
348
349 2019-11-30 Jan Hubicka <hubicka@ucw.cz>
350
351 * cgraph.h (symtab_node): Add symver flag.
352 * cgraphunit.c (process_symver_attribute): New.
353 (process_common_attributes): Use process_symver_attribute.
354 * lto-cgraph.c (lto_output_node): Stream symver.
355 (lto_output_varpool_node): Stream symver.
356 (input_overwrite_node): Stream symver.
357 (input_varpool_node): Stream symver.
358 * output.h (do_assemble_symver): Decalre.
359 * symtab.c (symtab_node::dump_base): Dump symver.
360 (symtab_node::verify_base): Verify symver.
361 (symtab_node::resolve_alias): Handle symver.
362 * varasm.c (do_assemble_symver): New function.
363 * varpool.c (varpool_node::assemble_aliases): Use it.
364 * doc/extend.texi: (symver attribute): Document.
365 * config/elfos.h (ASM_OUTPUT_SYMVER_DIRECTIVE): New.
366
367 2019-11-30 Richard Sandiford <richard.sandiford@arm.com>
368
369 * target.h (type_context_kind): New enum.
370 (verify_type_context): Declare.
371 * target.def (verify_type_context): New target hook.
372 * doc/tm.texi.in (TARGET_VERIFY_TYPE_CONTEXT): Likewise.
373 * doc/tm.texi: Regenerate.
374 * tree.c (verify_type_context): New function.
375 * config/aarch64/aarch64-protos.h (aarch64_sve::verify_type_context):
376 Declare.
377 * config/aarch64/aarch64-sve-builtins.cc (verify_type_context):
378 New function.
379 * config/aarch64/aarch64.c (aarch64_verify_type_context): Likewise.
380 (TARGET_VERIFY_TYPE_CONTEXT): Define.
381
382 2019-11-30 Jan Hubicka <hubicka@ucw.cz>
383
384 * cgraph.c (cgraph_node::dump): Dump unit_id and merged_extern_inline.
385 * cgraph.h (cgraph_node): Add unit_id and
386 merged_extern_inline.
387 (symbol_table): Add max_unit.
388 (symbol_table::symbol_table): Initialize it.
389 * cgraphclones.c (duplicate_thunk_for_node): Copy unit_id.
390 merged_comdat, merged_extern_inline.
391 (cgraph_node::create_clone): Likewise.
392 (cgraph_node::create_version_clone): Likewise.
393 * ipa-fnsummary.c (dump_ipa_call_summary): Dump info about cross module
394 calls.
395 * ipa-fnsummary.h (cross_module_call_p): New inline function.
396 * ipa-inline-analyssi.c (simple_edge_hints): Use it.
397 * ipa-inline.c (inline_small_functions): Likewise.
398 * lto-symtab.c (lto_cgraph_replace_node): Record merged_extern_inline;
399 copy merged_comdat and merged_extern_inline.
400 * lto-cgraph.c (lto_output_node): Stream out merged_comdat,
401 merged_extern_inline and unit_id.
402 (input_overwrite_node): Stream in these.
403 (input_cgraph_1): Set unit_base.
404 * lto-streamer.h (lto_file_decl_data): Add unit_base.
405 * symtab.c (symtab_node::make_decl_local): Record former_comdat.
406
407 2019-11-30 Maciej W. Rozycki <macro@wdc.com>
408
409 * gcc.c (process_command): Only warn about an ineffective `-x'
410 option if any input files have actually been supplied.
411
412 2019-11-30 Maciej W. Rozycki <macro@wdc.com>
413
414 * doc/install.texi (Options specification): Remove the list of
415 target library subdirectories supporting
416 `--enable-version-specific-runtime-libs'. Document defaults for
417 the option.
418
419 2019-11-29 Vladimir Makarov <vmakarov@redhat.com>
420
421 PR rtl-optimization/92283
422 * lra.c (lra): Update reg notes after inheritance sub-pass and
423 before constraint sub-pass.
424
425 2019-11-29 Richard Biener <rguenther@suse.de>
426
427 PR tree-optimization/91003
428 * tree-vect-slp.c (vect_mask_constant_operand_p): Pass in the
429 operand number, avoid handling the non-condition operands of
430 COND_EXPRs as comparisons.
431 (vect_get_constant_vectors): Pass down the operand number.
432 (vect_get_slp_defs): Likewise.
433
434 2019-11-29 Frederik Harwath <frederik@codesourcery.com>
435
436 * gimple-match-head.c (maybe_resimplify_conditional_op): Use
437 generic_expr_could_trap_p to check if the condition of COND_EXPR or
438 VEC_COND_EXPR can trap.
439
440 2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
441
442 PR tree-optimization/92677
443 * tree-vect-loop.c (vect_dissolve_slp_only_groups): Set the gap
444 to zero when dissolving a group of strided accesses.
445
446 2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
447
448 PR tree-optimization/92596
449 * tree-vect-stmts.c (vectorizable_call): Punt on hybrid mask/nonmask
450 operations.
451 (vectorizable_operation): Likewise, instead of relying on
452 vect_get_mask_type_for_stmt to do this.
453 (vect_get_vector_types_for_stmt): Always return a vector type
454 immediately, rather than deferring the choice for boolean results.
455 Use a vector mask type instead of a normal vector if
456 vect_use_mask_type_p.
457 (vect_get_mask_type_for_stmt): Delete.
458 * tree-vect-loop.c (vect_determine_vf_for_stmt_1): Remove
459 mask_producers argument and special boolean_type_node handling.
460 (vect_determine_vf_for_stmt): Remove mask_producers argument and
461 update calls to vect_determine_vf_for_stmt_1. Remove doubled call.
462 (vect_determine_vectorization_factor): Update call accordingly.
463 * tree-vect-slp.c (vect_build_slp_tree_1): Remove special
464 boolean_type_node handling.
465 (vect_slp_analyze_node_operations_1): Likewise.
466
467 2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
468
469 * tree-vectorizer.h (stmt_vec_info::mask_precision): New field.
470 (vect_use_mask_type_p): New function.
471 * tree-vect-patterns.c (vect_init_pattern_stmt): Copy the
472 mask precision to the pattern statement.
473 (append_pattern_def_seq): Add a scalar_type_for_mask parameter
474 and use it to initialize the new stmt's mask precision.
475 (search_type_for_mask_1): Delete.
476 (search_type_for_mask): Replace with...
477 (integer_type_for_mask): ...this new function. Use the information
478 cached in the stmt_vec_info.
479 (vect_recog_bool_pattern): Update accordingly.
480 (build_mask_conversion): Pass the scalar type associated with the
481 mask type to append_pattern_def_seq.
482 (vect_recog_mask_conversion_pattern): Likewise. Call
483 integer_type_for_mask instead of search_type_for_mask.
484 (vect_convert_mask_for_vectype): Call integer_type_for_mask instead
485 of search_type_for_mask.
486 (possible_vector_mask_operation_p): New function.
487 (vect_determine_mask_precision): Likewise.
488 (vect_determine_stmt_precisions): Call it.
489
490 2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
491
492 * tree-vectorizer.h (get_mask_type_for_scalar_type): Replace
493 the slp_tree parameter with a group size parameter.
494 (vect_get_mask_type_for_stmt): Likewise.
495 * tree-vect-stmts.c (get_mask_type_for_scalar_type): Likewise.
496 (vect_get_mask_type_for_stmt): Likewise.
497 * tree-vect-slp.c (vect_slp_analyze_node_operations_1): Update
498 call accordingly.
499
500 2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
501
502 * tree-vect-stmts.c (vectorizable_operation): Punt early
503 on codes that are handled elsewhere.
504
505 2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
506
507 * doc/sourcebuild.texi (vect_bool_cmp): Document.
508 * tree-vect-patterns.c (search_type_for_mask_1): If neither
509 operand to a boolean comparison is a natural vector mask,
510 handle both operands like normal integers instead.
511
512 2019-11-29 Richard Biener <rguenther@suse.de>
513
514 * tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Bail
515 out early for too large objects.
516
517 2019-11-29 Martin Jambor <mjambor@suse.cz>
518
519 PR ipa/92476
520 * ipa-cp.c (set_single_call_flag): Set node_calling_single_call in
521 the summary only if the summary exists.
522 (find_more_scalar_values_for_callers_subset): Check node_dead in
523 the summary only if the summary exists.
524 (ipcp_store_bits_results): Ignore nodes without lattices.
525 (ipcp_store_vr_results): Likewise.
526 * cgraphclones.c: Include ipa-fnsummary.h and ipa-prop.h and the
527 header files required by them.
528 (cgraph_node::expand_all_artificial_thunks): Analyze expanded thunks.
529
530 2019-11-29 Richard Sandiford <richard.sandiford@arm.com>
531
532 PR tree-optimization/92710
533 * tree-vect-stmts.c (vectorizable_simd_clone_call): Reject
534 vector mask arguments.
535
536 2019-11-29 Jan Hubicka <hubicka@ucw.cz>
537
538 * profile-count.c (profile_count::to_cgraph_frequency,
539 profile_count::to_sreal_scale): Check for compaibility of counts.
540 * profile-count.h (compatible_p): Make public; add checking for
541 global0 versus global types.
542 * cgraph.c (cgraph_node::verify_node): Verify count compatibility.
543
544 2019-11-29 Richard Biener <rguenther@suse.de>
545
546 PR tree-optimization/92715
547 * tree-ssa-forwprop.c (simplify_vector_constructor): Bail
548 out for uniform vectors and source vectors with less elements
549 than the destination.
550
551 2019-11-29 Martin Liska <mliska@suse.cz>
552
553 PR lto/91574
554 * ipa-devirt.c (types_same_for_odr): Check for existence
555 of TYPE_NAMEs first.
556
557 2019-11-29 Richard Biener <rguenther@suse.de>
558
559 PR tree-optimization/92704
560 * tree-if-conv.c (combine_blocks): Deal with virtual PHIs
561 in loops performing only loads.
562
563 2019-11-29 Julian Brown <julian@codesourcery.com>
564
565 * builtin-types.def (BT_DFLOAT32_PTR, BT_DFLOAT64_PTR,
566 BT_DFLOAT128_PTR) Remove.
567 * tree-core.h (TI_DFLOAT32_PTR_TYPE, TI_DFLOAT64_PTR_TYPE,
568 TI_DFLOAT128_PTR_TYPE): Remove.
569 * tree.c (build_common_type_nodes): Remove dfloat32_ptr_type_node,
570 dfloat64_ptr_type_node and dfloat128_ptr_type_node initialisation.
571 * tree.h (dfloat32_ptr_type_node, dfloat64_ptr_type_node,
572 dfloat128_ptr_type_node): Remove macros.
573
574 2019-11-28 Segher Boessenkool <segher@kernel.crashing.org>
575
576 * config/rs6000/rs6000.md (*movsi_internal1): Fix formatting. Improve
577 formatting.
578 (*movdi_internal64): Ditto.
579
580 2019-11-28 Segher Boessenkool <segher@kernel.crashing.org>
581
582 PR target/92602
583 * config/rs6000/rs6000.md (bswap<mode>2_load for HSI): Change the
584 indexed_or_indirect_operand to be memory_operand.
585 (bswap<mode>2_store for HSI): Ditto.
586 (bswapdi2_load): Ditto.
587 (bswapdi2_store): Ditto.
588
589 2019-11-28 Martin Liska <mliska@suse.cz>
590
591 PR debug/46558
592 * dbgcnt.c (dbg_cnt_list_all_counters): Mark table
593 headers for translation.
594
595 2019-11-28 Martin Liska <mliska@suse.cz>
596
597 PR lto/92609
598 * ipa-devirt.c (warn_types_mismatch): Use TYPE_MAIN_VARIANT
599 consistently.
600
601 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
602
603 * ipa-inline.c (want_early_inline_function_p): Remove leftover optimize
604 checks.
605
606 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
607
608 * profile-count.c (profile_count::combine_with_ipa_count): Return
609 uninitialized count if called on ininitialized count.
610
611 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
612
613 * ipa-inline-transform.c (inline_transform): Scale profile before
614 redirecting.
615
616 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
617
618 * profile-count.h (profile_count::max): Work on profiles of different
619 type.
620 (profile_count::apply_scale): Be sure that ret is not local or global0
621 type if num is global.
622
623 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
624
625 * profile-count.h (profile_count::max): Work on profiles of different
626 type.
627 (profile_count::apply_scale): Be sure that ret is not local or global0
628 type if num is global.
629
630 2019-11-28 Martin Jambor <mjambor@suse.cz>
631
632 PR ipa/92697
633 * cgraph.c (cgraph_node_cannot_be_local_p_1): Return true for
634 ifunc_resolvers.
635 * symtab.c (symtab_node::dump_base): Dump ifunc_resolver flag.
636 Removed trailig whitespace.
637
638 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
639
640 * profile-count.h (profile_count::combine_with_ipa_count_within):
641 Declare.
642 * profile-count.c (profile_count::combine_with_ipa_count_within):
643 New.
644 * cgraphclones.c (cgraph_edge::clone, cgraph_node::create_clone): Use
645 it.
646
647 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
648
649 * ipa-utils.c (ipa_merge_profiles): Be sure that all type transtions
650 of counters are done same way.
651
652 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
653
654 * ipa-cp.c (update_profiling_info): Fix scaling.
655
656 2019-11-28 Richard Biener <rguenther@suse.de>
657
658 PR tree-optimization/92645
659 * tree-inline.c (remap_gimple_stmt): When the return value
660 is not wanted, elide GIMPLE_RETURN.
661
662 2019-11-28 Richard Biener <rguenther@suse.de>
663
664 PR tree-optimization/92645
665 * tree-ssa-forwprop.c (get_bit_field_ref_def): Also handle
666 conversions inside a mode class. Remove restriction on
667 preserving the element size.
668 (simplify_vector_constructor): Deal with the above and for
669 identity permutes also try using VEC_UNPACK_[FLOAT_]LO_EXPR
670 and VEC_PACK_TRUNC_EXPR.
671
672 2019-11-28 Georg-Johann Lay <avr@gjlay.de>
673
674 Must use push insn to pass varargs arguments of DFmode because
675 otherwise the middle-end generates wrong code.
676
677 PR target/92055
678 * config/avr/avr.md (MPUSH) [DF, DC]: Add modes to mode iterator.
679
680 2019-11-28 Jakub Jelinek <jakub@redhat.com>
681
682 PR tree-optimization/92691
683 * tree-ssa-strlen.c (handle_store): Clarify return value meaning
684 in function comment.
685 (strlen_check_and_optimize_call): Likewise. For handle_printf_call
686 calls, return !handle_printf_call rather than always returning true.
687 (check_and_optimize_stmt): Describe return value meaning in function
688 comment. Formatting fix.
689
690 2019-11-28 Jan Hubicka <hubicka@ucw.cz>
691
692 * profile-count.c (profile_count::to_sreal_scale): Handle correctly
693 combination of globa0 and global counters..
694
695 2019-11-28 Kewen Lin <linkw@gcc.gnu.org>
696
697 PR target/92566
698 * gcc/config/rs6000/rs6000.c (rs6000_preferred_simd_mode): Check
699 by VECTOR_UNIT_NONE_P instead.
700
701 2019-11-28 Hongtao Liu <hongtao.liu@inte.com>
702
703 * gcc/config/i386/sse.md (avx512f_maskcmp<mode>3):
704 Refine VF to VF_AVX512VL.
705
706 2019-11-27 Michael Meissner <meissner@linux.ibm.com>
707
708 * config/rs6000/rs6000.md (movsi_internal): Reformat.
709 (movdi_internal64): Reformat.
710
711 2019-11-27 Peter Bergner <bergner@linux.ibm.com>
712
713 PR bootstrap/92661
714 * config/rs6000/rs6000-call.c: (def_builtin): Do not define the
715 builtin if we don't have an actual type.
716 (builtin_function_type): If the builtin function uses a DFP type
717 and decimal float has been disabled, then return NULL_TREE.
718
719 2019-11-27 Jakub Jelinek <jakub@redhat.com>
720
721 PR rtl-optimization/92510
722 * combine.c (gen_lowpart_for_combine): Only transform lowpart subreg
723 of comparison into a comparison with different mode if both imode and
724 omode are scalar integral modes.
725
726 2019-11-27 Vladimir Makarov <vmakarov@redhat.com>
727
728 PR rtl-optimization/90007
729 * recog.c (constrain_operands): Permit hard registers too for
730 memory when LRA is used.
731
732 2019-11-27 Bernd Schmidt <bernds_cb1@t-online.de>
733
734 * config/m68k/m68k.c (m68k_output_compare_fp): Restore differences
735 between Coldfire and regular m68k.
736 * config/m68k/m68k.md (cmp1_cf_constraints): Disallow constants.
737
738 2019-11-27 Richard Biener <rguenther@suse.de>
739
740 * target.def (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.
741 * targhooks.c (default_builtin_vectorized_conversion): Likewise.
742 * targhooks.h (default_builtin_vectorized_conversion): Likewise.
743 * optabs-tree.c (supportable_convert_operation): Do not call
744 targetm.vectorize.builtin_conversion. Remove unused decl parameter.
745 * optabs-tree.h (supportable_convert_operation): Adjust.
746 * doc/tm.texi.in (TARGET_VECTORIZE_BUILTIN_CONVERSION): Remove.
747 * doc/tm.texi: Regenerate.
748 * tree-ssa-forwprop.c (simplify_vector_constructor): Adjust.
749 * tree-vect-generic.c (expand_vector_conversion): Likewise.
750 * tree-vect-stmts.c (vect_gen_widened_results_half): Remove
751 unused decl parameter and adjust.
752 (vect_create_vectorized_promotion_stmts): Likewise.
753 (vectorizable_conversion): Adjust.
754
755 2019-11-27 Richard Biener <rguenther@suse.de>
756
757 PR tree-optimization/92690
758 * tree-ssa-forwprop.c (simplify_vector_constructor): Avoid
759 converting elements not originally converted.
760
761 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
762
763 PR middle-end/92463
764 * builtins.c (do_mpfr_ckconv, do_mpc_ckconv, do_mpfr_remquo,
765 do_mpfr_lgamma_r, do_mpc_arg2): Use MPFR_RNDx instead of GMP_RNDx,
766 mpfr_rnd_t instead of mp_rnd_t.
767 * fold-const-call.c (do_mpfr_ckconv, do_mpfr_arg1, do_mpfr_sincos,
768 do_mpfr_arg2, do_mpfr_arg3, do_mpc_arg1, do_mpc_arg2): Likewise.
769 * gimple-ssa-sprintf.c (format_floating_max, format_floating):
770 Use mpfr_exp_t instead of mp_exp_t.
771 * real.c (real_from_string, dconst_e_ptr, dconst_sqrt2_ptr): Use
772 MPFR_RNDx instead of GMP_RNDx.
773 * realmpfr.c (real_from_mpfr, mpfr_from_real): Use mpfr_rnd_t and
774 mpfr_exp_t instead mp_rnd_t and mp_exp_t, respectively.
775 * realmpfr.h (real_from_mpfr, mpfr_from_real): Use mpfr_rnd_t instead
776 of mp_rnd_t and remove MPFR_RNDx poisoning.
777 * ubsan.c (ubsan_instrument_float_cast): MPFR_RNDx instead of GMP_RNDx.
778
779 2019-11-27 Kewen Lin <linkw@gcc.gnu.org>
780
781 PR tree-optimization/91790
782 * gcc/tree-vect-stmts.c (vectorizable_load): Use the adjusted
783 DR for vect_setup_realignment when first_stmt_info is different
784 from first_stmt_info_for_drptr.
785
786 2019-11-27 Richard Biener <rguenther@suse.de>
787
788 PR tree-optimization/92645
789 * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
790 CTORs with just a subset of the original vectors.
791
792 2019-11-27 Richard Biener <rguenther@suse.de>
793
794 PR middle-end/92674
795 * tree-inline.c (expand_call_inline): Delay purging EH/abnormal
796 edges and instead record blocks in bitmap.
797 (gimple_expand_calls_inline): Adjust.
798 (fold_marked_statements): Delay EH cleanup until all folding is
799 done.
800 (optimize_inline_calls): Do EH/abnormal cleanup for calls after
801 inlining finished.
802
803 2019-11-27 Bernd Schmidt <bernds_cb1@t-online.de>
804
805 * auto-inc-dec.c (merge_in_block): Allow autoinc in jumps unless
806 LRA is enabled.
807 * combine.c (can_combine_p): Disallow autoinc in jumps unless LRA is
808 disabled.
809
810 2019-11-27 Jakub Jelinek <jakub@redhat.com>
811
812 PR debug/92664
813 * dwarf2out.c (lookup_filename): Use "<stdin>" instead of "".
814
815 2019-11-26 Martin Sebor <msebor@redhat.com>
816
817 PR tree-optimization/92683
818 * gimple-fold.c (gimple_fold_builtin_string_compare): Restore a test
819 inadvertently removed in a previous change. Rename local variable
820 for clarity.
821
822 2019-11-26 Richard Biener <rguenther@suse.de>
823
824 PR middle-end/92669
825 * cfganal.c (pre_and_rev_post_order_compute_fn): Deal with
826 NULL pre_order.
827
828 2019-11-26 Robin Dapp <rdapp@linux.ibm.com>
829
830 * config/s390/linux.h: Add undef for MUSL_DYNAMIC_LINKERxx.
831
832 2019-11-26 Jakub Jelinek <jakub@redhat.com>
833
834 PR tree-optimization/92644
835 * tree-ssa-phiopt.c (minmax_replacement): Add INTEGRAL_TYPE_P check
836 next to INTEGER_CST checks.
837
838 2019-11-26 Richard Biener <rguenther@suse.de>
839
840 PR tree-optimization/92645
841 * tree-vect-slp.c (vect_build_slp_tree_2): For unary ops
842 do not build the operation from scalars if the operand is.
843
844 2019-11-25 Tobias Burnus <tobias@codesourcery.com>
845
846 * config/gcn/mkoffload.c (COMMENT_PREFIX, struct id_map,
847 func_ids, funcs_tail, var_ids, vars_tail) Remove unused
848 definitions.
849
850 2019-11-25 Martin Liska <mliska@suse.cz>
851
852 * ipa-icf.c (sem_item_optimizer::dump_cong_classes): Clean
853 up used dump message.
854
855 2019-11-25 Martin Liska <mliska@suse.cz>
856
857 PR bootstrap/92653
858 * ipa-fnsummary.c (ipa_fn_summary::account_size_time): Comment out
859 too strict checking assert.
860
861 2019-11-25 Joseph Myers <joseph@codesourcery.com>
862
863 PR c/91985
864 * builtin-types.def (BT_DFLOAT32, BT_DFLOAT64, BT_DFLOAT128)
865 (BT_DFLOAT32_PTR, BT_DFLOAT64_PTR, BT_DFLOAT128_PTR): Define to
866 error_mark_node if corresponding global tree node is NULL.
867 * tree.c (build_common_tree_nodes): Do not initialize
868 dfloat32_type_node, dfloat64_type_node or dfloat128_type_node if
869 decimal floating-point not supported.
870
871 2019-11-25 Joseph Myers <joseph@codesourcery.com>
872
873 * attribs.c (decl_attributes): Do not ignore C++11 attributes on
874 types.
875
876 2019-11-25 Bernd Schmidt <bernds_cb1@t-online.de>
877
878 * config/m68k/m68k.c (output_move_himode, output_move_qimode):
879 Replace code for non-CONST_INT constants with gcc_unreachable.
880 * config/m68k/m68k.md (cbranchdi): Don't generate individual
881 compare and test.
882 (CMPMODE): New mode_iterator.
883 (cbranchsi4, cbranchqi4, cbranchhi4): Replace expanders with
884 cbranch<mode>4.
885 (cstoresi4, cstoreqi4, cstorehi4): Replace expanders with
886 cstore<mode>4.
887 (cmp<mode>_68881): Remove 'F' constraint from first comparison
888 operand.
889 (bit test insns patterns): Use nonimmediate_operand, not
890 register_operand, for source operands that allow memory in
891 their constraints.
892 (divmodsi4, udivmodsi4, divmodhi4 and related unnamed patterns):
893 Use register_operand, not nonimmediate_operand, for the
894 destinations.
895 (DBCC): New mode_iterator.
896 (dbcc peepholes): Use it to reduce duplication.
897 (trap): Use const_true_rtx, not const1_rtx.
898 * config/m68k/predicates.md (m68k_comparison_operand): Renamed
899 from m68k_subword_comparison_operand and changed to handle
900 SImode.
901
902 PR target/91851
903 * config/m68k/m68k-protos.h (output-dbcc_and_branch): Adjust
904 declaration.
905 (m68k_init_cc): New declaration.
906 (m68k_output_compare_di, m68k_output_compare_si)
907 (m68k_output_compare_hi, m68k_output_compare_qi)
908 (m68k_output_compare_fp, m68k_output_btst, m68k_output_bftst)
909 (m68k_find_flags_value, m68k_output_scc, m68k_output_scc_float)
910 (m68k_output_branch_integer, m68k_output_branch_integer_rev.
911 m68k_output_branch_float, m68k_output_branch_float_rev):
912 Likewise.
913 (valid_dbcc_comparison_p_2, flags_in_68881)
914 (output_btst): Remove declaration.
915 * config/m68k/m68k.c (INCLDUE_STRING): Define.
916 (TARGET_ASM_FINAL_POSTSCAN_INSN): Define.
917 (valid_dbcc_comparison_p_2, flags_in_68881): Delete functions.
918 (flags_compare_op0, flags_compare_op1, flags_operand1,
919 flags_operand2, flags_valid): New static variables.
920 (m68k_find_flags_value, m68k_init_cc): New functions.
921 (handle_flags_for_move, m68k_asm_final_postscan_insn,
922 remember_compare_flags): New static functions.
923 (output_dbcc_and_branch): New argument CODE. Use it, and add
924 PLUS and MINUS to the possible codes. All callers changed.
925 (m68k_output_btst): Renamed from output_btst. Remove OPERANDS
926 and INSN arguments, add CODE arg. Return the comparison code
927 to use. All callers changed. Use CODE instead of
928 next_insn_tests_no_inequality, and replace cc_status management
929 with changing the return code.
930 (m68k_rtx_costs): Instead of testing for COMPARE, test for
931 RTX_COMPARE or RTX_COMM_COMPARE.
932 (output_move_simode, output_move_qimode): Call
933 handle_flags_for_move.
934 (notice_update_cc): Delete function.
935 (m68k_output_bftst, m68k_output_compare_di, m68k_output_compare_si,
936 m68k_output_compare_hi, m68k_output_compare_qi,
937 m68k_output_compare_fp, m68k_output_branch_integer,
938 m68k_output_branch_integer_rev, m68k_output_scc,
939 m68k_output_branch_float, m68k_output_branch_float_rev,
940 m68k_output_scc_float): New functions.
941 (output_andsi3, output_iorsi3, output_xorsi3): Call CC_STATUS_INIT
942 once at the start, and set flags_valid and flags_operand1 if the
943 flags are usable.
944 * config/m68k/m68k.h (CC_IN_68881, NOTICE_UPDATE_CC,
945 CC_OVERFLOW_UNUSABLE, CC_NO_CARRY, OUTPUT_JUMP): Remove
946 definitions.
947 (CC_STATUS_INIT): Define.
948 * config/m68k/m68k.md (flags_valid): New define_attr.
949 (tstdi, tstsi_internal_68020_cf, tstsi_internal, tsthi_internal,
950 tstqi_internal, tst<mode>_68881, tst<mode>_cf, cmpdi_internal,
951 cmpdi, unnamed cmpsi/cmphi/cmpqi patterns, cmpsi_cf,
952 cmp<mode>_68881, cmp<mode>_cf, unnamed btst patterns,
953 tst_bftst_reg, tst_bftst_reg, unnamed scc patterns, scc,
954 sls, sordered_1, sunordered_1, suneq_1, sunge_1, sungt_1,
955 sunle_1, sunlt_1, sltgt_1, fsogt_1, fsoge_1, fsolt_1, fsole_1,
956 bge0_di, blt0_di, beq, bne, bgt, bgtu, blt, bltu, bge, bgeu,
957 ble, bleu, bordered, bunordered, buneq, bunge, bungt, bunle,
958 bunlt, bltgt, beq_rev, bne_rev, bgt_rev, bgtu_rev,
959 blt_rev, bltu_rev, bge_rev, bgeu_rev, ble_rev, bleu_rev,
960 bordered_rev, bunordered_rev, buneq_rev, bunge_rv, bungt_rev,
961 bunle_rev, bunlt_rev, bltgt_rev, ctrapdi4, ctrapsi4, ctraphi4,
962 ctrapqi4, conditional_trap): Delete patterns.
963 (cbranchdi4_insn): New pattern.
964 (cbranchdi4): Don't generate cc0 patterns. When testing LT or GE,
965 test high part only. When testing EQ or NE, generate beq0_di
966 and bne0_di patterns directly.
967 (cstoredi4): When testing LT or GE, test high part only.
968 (both sets of cbranch<mode>4, cstore<mode>4): Don't generate cc0
969 patterns.
970 (scc0_constraints, cmp1_constraints, cmp2_constraints,
971 scc0_cf_constraints, cmp1_cf_constraints, cmp2_cf_constraints,
972 cmp2_cf_predicate): New define_mode_attrs.
973 (cbranch<mode>4_insn, cbranch<mode>4_insn_rev,
974 cbranch<mode>4_insn_cf, cbranch<mode>4_insn_cf_rev,
975 cstore<mode>4_insn, cstore<mode>4_insn_cf for integer modes)
976 New patterns.
977 (cbranch<mode>4_insn_68881, cbranch<mode>4_insn_rev_68881):
978 (cbranch<mode>4_insn_cf, cbranch<mode>4_insn_rev_cf,
979 cstore<mode>4_insn_68881, cstore<mode>4_insn_cf for FP):
980 New patterns.
981 (cbranchsi4_btst_mem_insn, cbranchsi4_btst_reg_insn,
982 cbranchsi4_btst_mem_insn_1, cbranchsi4_btst_reg_insn_1):
983 Likewise.
984 (BTST): New define_mode_iterator.
985 (btst_predicate, btst_constraint, btst_range): New
986 define_mode_attrs.
987 (cbranch_bftst<mode>_insn, cstore_bftst<mode>_insn): New
988 patterns.
989 (movsi_m68k_movsi_m68k2, movsi_cf, unnamed movstrict patterns,
990 unnamed movhi and movqi patterns, unnamed movsf, movdf and movxf
991 patterns): Set attr "flags_valid".
992 (truncsiqi2, trunchiqi2, truncsihi2): Remove manual CC_STATUS
993 management. Set attr "flags_valid".
994 (extendsidi2, extendplussidi, unnamed float_extendsfdf pattern,
995 extendsfdf2_cf, fix_truncdfsi2, fix_truncdfhi2, fix_truncdfqi2,
996 addi_sexthishl32, adddi_dilshr32, adddi_dilshr32_cf,
997 addi_dishl32, subdi_sexthishl32, subdi_dishl32, subdi3): Remove
998 manual CC_STATUS management.
999 (addsi3_internal, addhi3, addqi3, subsi3, subhi3, subqi3,
1000 unnamed strict_lowpart subhi and subqi patterns): Set attr
1001 "flags_valid".
1002 (unnamed strict_lowpart addhi3 and addqi3 patterns): Likewise.
1003 Remove code to operate on address regs and assert the case
1004 does not occur.
1005 (unnamed mulsidi patterns, divmodhi4, udivmodhi4): Remove
1006 manual CC_STATUS_INIT.
1007 (andsi3_internal, andhi3, andqi3, iorsi3_internal, iorhi3, iorqi3,
1008 xorsi3_internal, xorhi3, xorqi3, negsi2_internal,
1009 negsi2_5200, neghi2, negqi2, one_cmplsi2_internal, one_cmplhi2,
1010 one_cmplqi2, unnamed strict_lowpart patterns
1011 for andhi, andqi, iorhi, iorqi, xorhi, xorqi, neghi, negqi,
1012 one_cmplhi and one_cmplqi): Set attr "flags_valid".
1013 (iorsi_zext_ashl16, iorsi_zext): Remove manual CC_STATUS_INIT.
1014 (ashldi_sexthi, ashlsi_16, ashlsi_17_24): Remove manual
1015 CC_STATUS_INIT.
1016 (ashlsi3, ashlhi3, ashlqi3, ashrsi3, ashrhi3, ashrqi3, lshrsi3,
1017 lshrhi3, shrqi3, rotlsi3, rotlhi3, rotlhi3_lowpart, rotlqi3,
1018 rotlqi3_lowpart, rotrsi3, rotrhi3, rotrhi_lowpart, rotrqi3,
1019 unnamed strict_low_part patterns for HI and
1020 QI versions): Set attr "flags_valid".
1021 (bsetmemqi, bsetmemqi_ext, bsetdreg, bchgdreg, bclrdreg,
1022 bclrmemqi, extzv_8_16_reg, extzv_bfextu_mem, insv_bfchg_mem,
1023 insv_bfclr_mem, insv_bfset_mem, extv_bfextu_reg,
1024 insv_bfclr_reg, insv_bfset_reg, dbne_hi, dbne_si, dbge_hi,
1025 dbge_si, extendsfxf2, extenddfxf2, ): Remove manual cc_status management.
1026 (various unnamed peepholes): Adjust compare/branch sequences
1027 for new cbranch patterns.
1028 (dbcc peepholes): Likewise, and output the comparison here
1029 as well.
1030 * config/m68k/predicates.md (valid_dbcc_comparison_p): Delete.
1031 (fp_src_operand): Allow constant zero.
1032 (address_reg_operand): New predicate.
1033
1034 * rtl.h (inequality_comparisons_p): Remove declaration.
1035 * recog.h (next_insn_tests_no_inequality): Likewise.
1036 * rtlanal.c (inequality_comparisons_p): Delete function.
1037 * recog.c (next_insn_tests_no_inequality): Likewise.
1038
1039 2019-11-25 Richard Biener <rguenther@suse.de>
1040
1041 * tree-vect-slp.c (vect_detect_hybrid_slp_stmts): Add assertion.
1042 (vect_detect_hybrid_slp): Swap lane and instance iteration,
1043 properly re-building the visited hash-map for each lane.
1044
1045 2019-11-25 Tobias Burnus <tobias@codesourcery.com>
1046
1047 * config/gcn/gcn.c (gcn_expand_scalar_to_vector_address,
1048 gcn_md_reorg): Remove unused variables.
1049 (gcn_emutls_var_init): Add missing (but unreachable) return
1050 to silence warning.
1051 (gcn_hsa_declare_function_name): Add gcc_unreachable to ensure
1052 target != TARGET_GCN3 or TARGET_GCN3 will fail instead of use
1053 an uninitialized variable.
1054
1055 2019-11-25 Martin Jambor <mjambor@suse.cz>
1056
1057 PR ipa/92109
1058 * cgraph.h (cgraph_node::remove_from_clone_tree): Declare.
1059 * cgraphclones.c (cgraph_node::remove_from_clone_tree): New method.
1060 (cgraph_materialize_clone): Move removel from clone tree to the
1061 the new method and use it instead.
1062 * ipa.c (symbol_table::remove_unreachable_nodes): When removing
1063 bodies of clones, also remove it from the clone tree.
1064
1065 2019-11-25 Martin Jambor <mjambor@suse.cz>
1066
1067 PR ipa/91956
1068 * ipa-sra.c (process_isra_node_results): Put the new node to the
1069 same comdat group as the original node.
1070
1071 2019-11-25 Georg-Johann Lay <avr@gjlay.de>
1072
1073 Build double32 / long-double32 multilibs if needed.
1074
1075 PR target/92055
1076 * config/avr/t-avr:
1077 (HAVE_DOUBLE_MULTILIB, HAVE_LONG_DOUBLE_MULTILIB): Remove vars.
1078 (HAVE_DOUBLE32, HAVE_LONG_DOUBLE32, WITH_LONG_DOUBLE)
1079 (HAVE_DOUBLE64, HAVE_LONG_DOUBLE64, WITH_DOUBLE): Set from
1080 tm_defines and pass to genmultilib.awk.
1081 * config/avr/genmultilib.awk: Use these variables to add double32
1082 and / or long-double32 multilib(s) as needed.
1083 * config/avr/driver-avr.c (avr_double_lib): Adjust comment.
1084
1085 2019-11-25 Richard Biener <rguenther@suse.de>
1086
1087 * cfgloop.h (get_loop_exit_edges): Add extra parameter denoting
1088 loop body, defaulted to NULL.
1089 (single_likely_exit): Add exit vector argument
1090 * tree-ssa-loop-niter.h (loop_only_exit_p): Add loop body argument.
1091 (number_of_iterations_exit): Likewise.
1092 (number_of_iterations_exit_assumptions): Likewise.
1093 * cfgloop.c (get_loop_exit_edges): Use passed in loop body
1094 if not NULL.
1095 * cfgloopanal.c (single_likely_exit): Use passed in exit vector.
1096 * tree-ssa-loop-ivcanon.c (canonicalize_loop_induction_variables):
1097 Compute exit vector around call to single_likely_exit.
1098 * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize_loop): Pass down
1099 loop body to loop_only_exit_p.
1100 * tree-ssa-loop-niter.c (loop_only_exit_p): Get loop body from
1101 caller.
1102 (number_of_iterations_exit_assumptions): Get loop body from caller
1103 if not NULL.
1104 (number_of_iterations_exit): Pass through new loop body arg.
1105 (infer_loop_bounds_from_undefined): Get loop body from caller.
1106 (estimate_numbers_of_iterations): Compute loop body once.
1107
1108 2019-11-25 Richard Biener <rguenther@suse.de>
1109
1110 * cfganal.c (pre_and_rev_post_order_compute_fn): Use an
1111 auto_bb_flag instead of an sbitmap for visited handling.
1112
1113 2019-11-25 Kewen Lin <linkw@gcc.gnu.org>
1114
1115 * config/rs6000/vector.md (vector_fp_comparison_simple): New code
1116 iterator.
1117 (vector_fp_comparison_complex): Likewise.
1118 (vector_<code><mode> for VEC_F and vector_fp_comparison_simple): New
1119 define_and_split.
1120 (vector_<code><mode> for VEC_F and vector_fp_comparison_complex):
1121 Likewise.
1122 (vector_lt<mode> for VEC_F): Refactor with
1123 vector_fp_comparison_simple.
1124 (vector_le<mode> for VEC_F): Likewise.
1125 (vector_unge<mode> for VEC_F): Likewise.
1126 (vector_unle<mode> for VEC_F): Likewise.
1127 (vector_ne<mode> for VEC_F): Likewise.
1128 (vector_ungt<mode> for VEC_F): Likewise.
1129 (vector_unlt<mode> for VEC_F): Likewise.
1130 (vector_ltgt<mode> for VEC_F): Refactor with
1131 vector_fp_comparison_complex.
1132 (vector_ordered<mode> for VEC_F): Likewise.
1133 (vector_uneq<mode> for VEC_F): Likewise.
1134 (vector_unordered<mode> for VEC_F): Likewise.
1135
1136 2019-11-24 Bernd Schmidt <bernds_cb1@t-online.de>
1137
1138 * config/i386/i386.c (ix86_rtx_costs): Handle care of a PLUS in a
1139 COMPARE, representing an overflow detection.
1140
1141 * combine.c (combine_instructions): Record costs for jumps.
1142
1143 * combine.c (can_combine_p): Allow autoinc in jumps.
1144
1145 2019-11-23 Jan Hubicka <hubicka@ucw.cz>
1146
1147 * cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT): Remove.
1148 * doc/invoke.texi (max-inline-insns-single-O2,
1149 inline-heuristics-hint-percent-O2, inline-min-speedup-O2,
1150 early-inlining-insns-O2): Remove documentation.
1151 * ipa-fnsummary.c (analyze_function_body,
1152 compute_fn_summary): Use opt_for_fn when accessing parameters.
1153 * ipa-inline.c (caller_growth_limits, can_inline_edge_p,
1154 inline_insns_auto, can_inline_edge_by_limits_p,
1155 want_early_inline_function_p, big_speedup_p,
1156 want_inline_small_function_p, want_inline_self_recursive_call_p,
1157 recursive_inlining, compute_max_insns, inline_small_functions):
1158 Likewise.
1159 * opts.c (default_options): Add -O3 defaults for
1160 OPT__param_early_inlining_insns_,
1161 OPT__param_inline_heuristics_hint_percent_,
1162 OPT__param_inline_min_speedup_, OPT__param_max_inline_insns_single_.
1163 * params.opt (-param=early-inlining-insns-O2=,
1164 -param=inline-heuristics-hint-percent-O2=,
1165 -param=inline-min-speedup-O2=, -param=max-inline-insns-single-O2=
1166 -param=early-inlining-insns=, -param=inline-heuristics-hint-percent=,
1167 -param=inline-min-speedup=, -param=inline-unit-growth=,
1168 -param=large-function-growth=, -param=large-stack-frame=,
1169 -param=large-stack-frame-growth=, -param=large-unit-insns=,
1170 -param=max-inline-insns-recursive=,
1171 -param=max-inline-insns-recursive-auto=,
1172 -param=max-inline-insns-single=,
1173 -param=max-inline-insns-size=, -param=max-inline-insns-small=,
1174 -param=max-inline-recursive-depth=,
1175 -param=max-inline-recursive-depth-auto=,
1176 -param=min-inline-recursive-probability=,
1177 -param=partial-inlining-entry-probability=,
1178 -param=uninlined-function-insns=, -param=uninlined-function-time=,
1179 -param=uninlined-thunk-insns=, -param=uninlined-thunk-time=): Add
1180 Optimization.
1181
1182 2019-11-23 Jakub Jelinek <jakub@redhat.com>
1183
1184 * ipa-fnsummary.c: Fix comment typos.
1185 * ipa-ref.h: Likewise.
1186 * ipa-predicate.h: Likewise.
1187 * ipa-split.c: Likewise.
1188 * ipa-inline-analysis.c: Likewise.
1189 * ipa-predicate.c: Likewise.
1190 * ipa-devirt.c: Likewise.
1191 * ipa-icf.h: Likewise.
1192 * profile-count.c: Likewise.
1193 * ipa-icf.c: Likewise.
1194 (sem_function::equals_wpa): Fix typos in dump messages.
1195 * ipa-icf-gimple.h: Fix comment typos.
1196 * ipa-inline-transform.c: Likewise.
1197 * ipa-polymorphic-call.c: Likewise.
1198 * ipa-fnsummary.h: Likewise.
1199 * ipa-inline.c: Likewise.
1200 (dump_inline_stats): Fix typo in debug dump message.
1201 * profile-count.h: Fix comment typos.
1202
1203 PR target/92615
1204 * config/i386/i386.c (ix86_md_asm_adjust): If dest_mode is
1205 GET_MODE (dest), is not QImode, using ZERO_EXTEND and dest is not
1206 register_operand, force x into register before storing it into dest.
1207 Formatting fix.
1208
1209 PR middle-end/83859
1210 * doc/extend.texi (attribute access): Fix a typo.
1211
1212 PR rtl-optimization/92610
1213 * cse.c (rest_of_handle_cse2): Call cleanup_cfg (0) also if
1214 cse_cfg_altered is set, even when tem is 0.
1215 (rest_of_handle_cse_after_global_opts): Likewise.
1216
1217 2019-11-22 Jakub Jelinek <jakub@redhat.com>
1218
1219 PR c++/92458
1220 * tree-hash-traits.h (tree_decl_hash, tree_ssa_name_hash,
1221 tree_hash): Move to ...
1222 * tree.h (tree_decl_hash, tree_ssa_name_hash, tree_hash): ... here.
1223 (struct decl_tree_cache_traits, struct type_tree_cache_traits): New
1224 types.
1225 (decl_tree_cache_map, tree_tree_cache_map): New typedefs.
1226
1227 PR tree-optimization/92618
1228 * tree-ssa-reassoc.c (v_info): Change from auto_vec to a struct
1229 containing the auto_vec and a tree.
1230 (undistribute_bitref_for_vector): Handle the case when element type
1231 of vec is not the same as type of the BIT_FIELD_REF. Formatting
1232 fixes.
1233
1234 2019-11-22 Martin Sebor <msebor@redhat.com>
1235
1236 PR middle-end/83859
1237 * attribs.h (struct attr_access): New.
1238 * attribs.c (decl_attributes): Add an informational note.
1239 * builtins.c (check_access): Make extern. Consistently set no-warning
1240 after issuing a warning. Handle calls through function pointers. Set
1241 no-warning.
1242 * builtins.h (check_access): Declare.
1243 * calls.c (rdwr_access_hash): New type.
1244 (rdwr_map): Same.
1245 (init_attr_rdwr_indices): New function.
1246 (maybe_warn_rdwr_sizes): Same.
1247 (initialize_argument_information): Call init_attr_rdwr_indices.
1248 Call maybe_warn_rdwr_sizes.
1249 (get_size_range): Avoid null argument.
1250 * doc/extend.texi (attribute access): Document new attribute.
1251
1252 2019-11-22 Andrew Stubbs <ams@codesourcery.com>
1253
1254 * config/gcn/gcn.c (OMP_LDS_SIZE): Define.
1255 (ACC_LDS_SIZE): Define.
1256 (OTHER_LDS_SIZE): Define.
1257 (LDS_SIZE): Redefine using above.
1258 (gcn_expand_prologue): Initialize m0 with LDS_SIZE-1.
1259
1260 2019-11-22 Martin Sebor <msebor@redhat.com>
1261
1262 PR middle-end/88226
1263 * builtins.c (check_nul_terminated_array): New function.
1264 (fold_builtin_0): Remove declaration.
1265 (fold_builtin_1): Same.
1266 (fold_builtin_2): Same.
1267 (fold_builtin_3): Same.
1268 (fold_builtin_strpbrk): Add argument.
1269 (fold_builtin_strspn): Same.
1270 (fold_builtin_strcspn): Same.
1271 (expand_builtin_strcat): Call it. Remove unused argument.
1272 (expand_builtin_stpncpy): Same.
1273 (expand_builtin_strncat): Same.
1274 (expand_builtin_strncpy): Same. Adjust indentation.
1275 (expand_builtin_strcmp): Same.
1276 (expand_builtin_strncmp): Same.
1277 (expand_builtin_fork_or_exec): Same.
1278 (expand_builtin): Handle more built-ins.
1279 (fold_builtin_2): Add argument.
1280 (fold_builtin_n): Make static. Add argument.
1281 (fold_call_expr): Pass new argument to fold_builtin_n and fold_builtin_2.
1282 (fold_builtin_call_array): Pass new argument to fold_builtin_n.
1283 (fold_builtin_strpbrk): Add argument. Call check_nul_terminated_array.
1284 (fold_call_stmt): Pass new argument to fold_builtin_n.
1285 * builtins.h: Correct a comment.
1286 * gimple-fold.c (gimple_fold_builtin_strchr): Call
1287 check_nul_terminated_array.
1288 * tree-ssa-strlen.c (handle_builtin_strlen): Call
1289 check_nul_terminated_array.
1290 (handle_builtin_strchr): Same.
1291 (handle_builtin_string_cmp): Same.
1292
1293 2019-11-22 Martin Sebor <msebor@redhat.com>
1294
1295 PR tree-optimization/92501
1296 * gimple-fold.c ((gimple_fold_builtin_string_compare): Let strncmp
1297 handle unterminated arrays. Rename local variables for clarity.
1298
1299 2019-11-22 Andrew Stubbs <ams@codesourcery.com>
1300
1301 * config/gcn/gcn.c (gcn_hsa_declare_function_name): Calculate
1302 granulated_sgprs according to architecture.
1303
1304 2019-11-22 Jan Hubicka <jh@suse.cz>
1305
1306 * ggc-page.c (ggc_collect): Call memory_block_pool::trim.
1307 * memory-block.cc (memory_block_pool::clear_free_list): Rename to ...
1308 (memory_block_pool::reduce_free_list): ... this one.
1309 (memory_block_pool::trim): New static function.
1310 * memory-block.h (memory_block_pool::freelist_size): New constant
1311 (memory_block_pool::clear_free_list): Rename to ...
1312 (memory_block_pool::reduce_free_list): ... this one.
1313 (memory_block_pool::trim): Declare.
1314
1315 2019-11-22 Richard Sandiford <richard.sandiford@arm.com>
1316
1317 * tree-vect-stmts.c (vect_model_simple_cost): Take an optional
1318 vect_cost_for_stmt.
1319 (vectorizable_condition): Calculate the cost of EXTRACT_LAST_REDUCTION
1320 here rather than...
1321 * tree-vect-loop.c (vect_model_reduction_cost): ...here.
1322
1323 2019-11-22 Claudiu Zissulescu <claziss@synopsys.com>
1324
1325 * config/arc/arc.md (bic_f): Use cc_set_register predicate.
1326 (bic_cmp0_noout): New pattern.
1327 (bic_cmp0): Likewise.
1328 (neg_scc_insn): Remove pattern.
1329 (not_scc_insn): Likewise.
1330
1331 2019-11-21 Harald van Dijk <harald@gigawatt.nl>
1332
1333 * doc/invoke.texi (-fcommon): Remove claim about ISO C.
1334
1335 2019-11-21 Joseph Myers <joseph@codesourcery.com>
1336
1337 * gimplify.c (expand_FALLTHROUGH_r, expand_FALLTHROUGH): Use
1338 pedwarn instead of warning_at for fallthrough not preceding a case
1339 or default label.
1340
1341 2019-11-22 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
1342
1343 PR tree-optimization/92608
1344 * tree-ssa-loop-unswitch.c (find_loop_guard): Use safe_dyn_cast instead
1345 of dyn_cast.
1346
1347 2019-11-21 Segher Boessenkool <segher@kernel.crashing.org>
1348
1349 * config/rs6000/predicates.md (extra_insn_branch_comparison_operator):
1350 New predicate.
1351 * config/rs6000/rs6000-protos.h (rs6000_emit_fp_cror): New declaration.
1352 * config/rs6000/rs6000.c (rs6000_generate_compare): Don't do anything
1353 special for FP comparisons that need a cror instruction eventually.
1354 (rs6000_emit_fp_cror): New function.
1355 (rs6000_emit_sCOND): Expand all floating point comparisons to one
1356 instruction, for normal FP modes, with HONOR_NANS.
1357 (rs6000_emit_cbranch): Reformat.
1358 * config/rs6000/rs6000.md (fp_rev): New iterator.
1359 (fp_two): New iterator.
1360 *<code><mode>_cc for fp_rev and GPR: New define_insn_and_split.
1361 *<code><mode>_cc for fp_two and GPR: New define_insn_and_split.
1362 *cbranch_2insn: New define_insn_and_split.
1363
1364 2019-11-21 Richard Sandiford <richard.sandiford@arm.com>
1365
1366 PR tree-optimization/92526
1367 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Reject
1368 versioning for alignment if the accesses do not have a consistent
1369 mask, rather than asserting that the masks are consistent.
1370
1371 2019-11-21 Richard Sandiford <richard.sandiford@arm.com>
1372
1373 PR tree-optimization/92595
1374 * tree-vect-stmts.c (get_group_load_store_type): Add a VECTOR_MODE_P
1375 check.
1376 (vectorizable_store, vectorizable_load): Likewise.
1377
1378 2019-11-21 Jan Hubicka <jh@suse.cz>
1379
1380 * ipa-inline.c (update_callee_keys): Add parameter UPDATE_SINCE.
1381 (resolve_noninline_speculation, inline_small_functions): Avoid
1382 redundant updates.
1383
1384 2019-11-21 Richard Biener <rguenther@suse.de>
1385
1386 * lra.c (lra_insn_recog_data_pool): New.
1387 (free_insn_recog_data): Adjust.
1388 (finish_insn_recog_data): Release lra_insn_recog_data_pool.
1389 (lra_set_insn_recog_data): Allocate from lra_insn_recog_data_pool.
1390
1391 2019-11-21 Richard Biener <rguenther@suse.de>
1392
1393 PR tree-optimization/92596
1394 * tree-vect-slp.c (vect_build_slp_tree): Fix pasto.
1395
1396 2019-11-21 Jan Hubicka <jh@suse.cz>
1397
1398 * ipa-fnsummary.c (evaluate_conditions_for_known_args): Be
1399 ready for some vectors to not be allocated.
1400 (evaluate_properties_for_edge): Document better; make
1401 known_vals and known_aggs caller allocated; avoid determining
1402 values of parameters which are not used.
1403 (ipa_merge_fn_summary_after_inlining): Pre allocate known_vals and
1404 known_aggs.
1405 * ipa-inline-analysis.c (do_estimate_edge_time): Likewise.
1406 (do_estimate_edge_size): Likewise.
1407 (do_estimate_edge_hints): Likewise.
1408 * ipa-cp.c (ipa_get_indirect_edge_target_1): Do not early exit when
1409 values are not known.
1410 (ipa_release_agg_values): Add option to not release vector itself.
1411 * ipa-prop.h (ipa_release_agg_values): Add parameter RELEASE_VECTOR.
1412
1413 2019-11-21 Richard Biener <rguenther@suse.de>
1414
1415 * cfgloop.h (loop_iterator::~loop_iterator): Remove.
1416 (loop_iterator::to_visit): Use an auto_vec with internal storage.
1417 (loop_iterator::loop_iterator): Adjust.
1418 * cfganal.c (compute_dominance_frontiers_1): Fold into...
1419 (compute_dominance_frontiers): ... this. Hoist invariant
1420 get_immediate_dominator call.
1421 (compute_idf): Use a work-set instead of a work-list for more
1422 optimal iteration order and duplicate avoidance.
1423 * tree-into-ssa.c (mark_phi_for_rewrite): Avoid re-allocating
1424 the vector all the time, instead pre-allocate the vector only
1425 once.
1426 (delete_update_ssa): Simplify.
1427 * vec.h (va_heap::release): Disable -Wfree-nonheap-object around it.
1428
1429 2019-11-21 Jakub Jelinek <jakub@redhat.com>
1430
1431 PR tree-optimization/91355
1432 * tree-ssa-sink.c (select_best_block): Use >= rather than >
1433 for early_bb scaled count with best_bb count comparison.
1434
1435 * ipa-fnsummary.h (enum ipa_hints_vals): Fix comment typo,
1436 preffer -> prefer.
1437 * ipa-inline.c (edge_badness): Likewise.
1438 * lto-streamer.h (class lto_location_cache): Likewise.
1439 * tree-ssa-sink.c (select_best_block): Likewise. Fix comment typos,
1440 gratutious -> gratuitous.
1441
1442 2019-11-21 Richard Biener <rguenther@suse.de>
1443
1444 Revert
1445 2019-09-17 Richard Biener <rguenther@suse.de>
1446
1447 PR tree-optimization/91790
1448 * tree-vect-stmts.c (vectorizable_load): For BB vectorization
1449 use the correct DR for setting up realignment.
1450
1451 2019-11-21 Richard Biener <rguenther@suse.de>
1452
1453 * tree-ssa-structalias.c (equiv_class_hasher): Change to nofree.
1454 (equiv_class_obstack): New.
1455 (equiv_class_lookup_or_add): Allocate from equiv_class_obstack.
1456 (perform_var_substitution): Initialize equiv_class_obstack.
1457 (free_var_substitution_info): Free equiv_class_obstack.
1458
1459 2019-11-20 Jan Hubicka <jh@suse.cz>
1460
1461 * ipa-inline.c (want_early_inline_function_p): Do not estimate
1462 edge growth when callee function is very large.
1463 * ipa-inline.h (estimate_min_edge_growth): New.
1464
1465 2019-11-20 Jan Hubicka <jh@suse.cz>
1466
1467 * ipa-fnsummary.c (ipa_fn_summary::account_size_time): Allow
1468 negative time in calls summary; correct roundoff errors
1469 leading to negative times.
1470 (ipa_merge_fn_summary_after_inlining): Update calls size time table
1471 if present.
1472 (ipa_update_overall_fn_summary): Add RESET parameter.
1473 * ipa-fnsummary.h (ipa_update_overall_fn_summary): Update prototype.
1474 * ipa-inline-transform.c (inline_call): Enable incremental updates.
1475
1476 2019-11-20 Richard Sandiford <richard.sandiford@arm.com>
1477
1478 * tree-vect-slp.c (vect_schedule_slp_instance): Restore stmt
1479 def types for two-operation SLP.
1480
1481 2019-11-20 Richard Sandiford <richard.sandiford@arm.com>
1482
1483 PR testsuite/92366
1484 * doc/sourcebuild.texi (vect_char_add): Document.
1485
1486 2019-11-20 Alexandre Oliva <oliva@adacore.com>
1487
1488 * function.h (CALLEE_FROM_CGRAPH_P): Remove.
1489 * function.c (record_final_call): Record even calls that might
1490 have been in the cgraph.
1491 * toplev.c (dump_final_node_vcg): Skip iteration over cgraph
1492 callees.
1493
1494 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1495
1496 * configure.ac: Use https for gcc.gnu.org
1497 * configure: Regenerated.
1498 * doc/install.texi: Use https for gcc.gnu.org.
1499 * doc/sourcebuild.texi: Likewise.
1500
1501 2019-11-20 Julian Brown <julian@codesourcery.com>
1502
1503 * config/gcn/gcn.c (gcn_asm_output_symbol_ref): Handle null cfun.
1504
1505 2019-11-20 Jan Hubicka <jh@suse.cz>
1506
1507 * ipa-fnsummary.c (ipa_fn_summary::account_size_time): Add CALL
1508 parameter and update call_size_time_table.
1509 (ipa_fn_summary::max_size_time_table_size): New constant.
1510 (estimate_calls_size_and_time_1): Break out from ...
1511 (estimate_calls_size_and_time): ... here; implement summary production.
1512 (summarize_calls_size_and_time): New function.
1513 (ipa_call_context::estimate_size_and_time): Bypass
1514 estimate_calls_size_and_time for leaf functions.
1515 (ipa_update_overall_fn_summary): Likewise.
1516 * ipa-fnsummary.h (call_size_time_table): New.
1517 (ipa_fn_summary::account_size_time): Update prototype.
1518
1519 2019-11-20 Joseph Myers <joseph@codesourcery.com>
1520
1521 * doc/invoke.texi (-Wc11-c2x-compat): Document.
1522
1523 2019-11-20 Wilco Dijkstra <wdijkstr@arm.com>
1524
1525 PR85678
1526 * common.opt (fcommon): Change init to 1.
1527 * doc/invoke.texi (-fcommon): Update documentation.
1528
1529 2019-11-20 Jan Hubicka <jh@suse.cz>
1530
1531 * fibonacci_heap.h (fibonacci_heap<K,V>::consolidate): Turn auto_vec
1532 to ordinary array.
1533
1534 2019-11-20 Jan Hubicka <jh@suse.cz>
1535
1536 * fibonacci_heap.h (fibonacci_heap<K,V>::fibonacci_heap):
1537 Add allocator parameter.
1538 (fibonacci_heap<K,V>::~fibonacci_heap): Optimize destruction.
1539 (fibonacci_heap<K,V>::m_allocator): New.
1540 (fibonacci_heap<K,V>::m_own_allocator): New.
1541 (fibonacci_heap<K,V>::insert): Use allocator.
1542 (fibonacci_heap<K,V>::extract_min): Likewise.
1543 (fibonacci_heap<K,V>::union_with): Assert that both heaps share
1544 allocator.
1545 (fibonacci_heap<K,V>::consolidate): Allocate constant sized vector
1546 on stack.
1547 * fibonacci_heap.c: Include alloc-pool
1548 (test_empty_heap): Initialize allocator.
1549 (test_union): Likewise.
1550 * bb-reorder.c: Include alloc-pool.h.
1551 * tracer.c: Inlclude alloc-pool.h.
1552
1553 2019-11-20 Jan Hubicka <jh@suse.cz>
1554
1555 * lto-streamer-out.c (DFS::sccstack): Turn into auto-vec.
1556 Preallocate for 32 entries.
1557 (DFS::worklist): Likewise.
1558 (DFS::DFS): Do not initialize sccstack and worklist.
1559 (DFS::~DFS): Do not release sccstack.
1560
1561 2019-11-20 Segher Boessenkool <segher@kernel.crashing.org>
1562
1563 PR target/92573
1564 * config/rs6000/dfp.md (dfptstsfi_<code>_<mode> for DFP_TEST and DDTD):
1565 Handle UNORDERED if !HONOR_NANS.
1566
1567 2019-11-20 Jan Hubicka <jh@suse.cz>
1568
1569 * ipa-inline.c (wrapper_heuristics_may_apply): Break out from ...
1570 (edge_badness): ... here.
1571 (inline_small_functions): Use monotonicity of badness calculation
1572 to avoid redundant updates.
1573
1574 2019-11-20 Richard Biener <rguenther@suse.de>
1575
1576 * tree-vect-slp.c (vect_analyze_slp_instance): Dump
1577 constructors we are actually analyzing.
1578 (vect_slp_check_for_constructors): Do not vectorize uniform
1579 constuctors, do not dump here.
1580
1581 2019-11-20 Richard Biener <rguenther@suse.de>
1582
1583 PR tree-optimization/92537
1584 * tree-vect-slp.c (vect_analyze_slp_instance): Move CTOR
1585 vectorization validity check...
1586 (vect_slp_analyze_operations): ... here.
1587
1588 2019-11-20 Claudiu Zissulescu <claziss@synopsys.com>
1589
1590 * config/arc/arc-protos.h (make_pass_arc_ifcvt): Declare.
1591 (make_pass_arc_predicate_delay_insns): Likewise.
1592 * config/arc/arc.c (class pass_arc_ifcvt): Reformat text, add gate
1593 method, remove clone.
1594 (class pass_arc_predicate_delay_insns): Likewise.
1595 (arc_init): Remove registering of ARC specific passes.
1596 * config/arc/t-arc (PASSES_EXTRA): Add arc-passes.def.
1597 * config/arc/arc-passes.def: New file.
1598
1599 2019-11-20 Jakub Jelinek <jakub@redhat.com>
1600
1601 PR middle-end/90840
1602 * expmed.c (store_bit_field_1): Handle the case where op0 is not a MEM
1603 and has a mode that doesn't have corresponding integral type.
1604
1605 PR target/90867
1606 * config/i386/i386-options.c (ix86_valid_target_attribute_tree): Don't
1607 clear opts->x_ix86_isa_flags{,2} here...
1608 (ix86_valid_target_attribute_inner_p): ... but here when seeing
1609 arch=. Also clear opts->x_ix86_isa_flags{,2}_explicit.
1610
1611 PR c/90898
1612 * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Remove
1613 assertion.
1614 (insert_clobbers_for_var): Fix a typo in function comment.
1615
1616 2019-11-20 Jiangning Liu <jiangning.liu@amperecomputing.com>
1617 Jakub Jelinek <jakub@redhat.com>
1618
1619 PR middle-end/91195
1620 * tree-ssa-phiopt.c (cond_store_replacement): Move lhs unsharing
1621 earlier. Set TREE_NO_WARNING on the rhs1 of the artificially added
1622 load.
1623
1624 2019-11-20 Georg-Johann Lay <avr@gjlay.de>
1625
1626 Make 0-series device specs work with older versions of avr-gcc.
1627
1628 PR target/92545
1629 * config/avr/specs.h (LINK_SPEC) <%(link_pm_base_address)>: Remove.
1630 * config/avr/gen-avr-mmcu-specs.c (print_mcu)
1631 <*link_pm_base_address>: Don't write spec.
1632 <*link_arch>: Add --defsym=__RODATA_PM_OFFSET__= as needed.
1633
1634 2019-11-20 Richard Biener <rguenther@suse.de>
1635
1636 PR c/92088
1637 * builtins.c (compute_objsize): Deal with VLAs.
1638
1639 2019-11-19 Pat Haugen <pthaugen@us.ibm.com>
1640
1641 * config/rs6000/rs6000.c (move_to_end_of_ready): New, factored out
1642 from common code.
1643 (power6_sched_reorder2): Factored out from rs6000_sched_reorder2,
1644 call new function.
1645 (power9_sched_reorder2): Call new function.
1646 (rs6000_sched_reorder2): Likewise.
1647
1648 2019-11-18 Jan Hubicka <jh@suse.cz>
1649
1650 * ipa-fnsummary.c (estimate_edge_size_and_time): Drop parameter PROB.
1651 (estimate_calls_size_and_time): Update.
1652
1653 2019-11-18 Jan Hubicka <jh@suse.cz>
1654
1655 * ipa-inline.c (inlining_speedup): New function.
1656 (edge_badness): Use it.
1657
1658 2019-11-19 Zoran Jovanovic <zoran.jovanovic@mips.com>
1659 Dragan Mladjenovic <dmladjenovic@wavecomp.com>
1660
1661 * config/mips/mips-msa.md (msa_<msabr>_<msafmt_f>, msa_<msabr>_v_<msafmt_f>):
1662 Mark as not having "likely" version.
1663 * config/mips/mips.md (insn_count): The simd_div instruction with
1664 TARGET_CHECK_ZERO_DIV consists of 3 instructions.
1665 (can_delay): Exclude simd_branch.
1666 (defile_delay *): Add simd_branch instructions.
1667 They have one regular delay slot.
1668
1669 2019-11-19 Richard Sandiford <richard.sandiford@arm.com>
1670
1671 Revert:
1672 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
1673
1674 * cse.c (cse_insn): Delete no-op register moves too.
1675 * simplify-rtx.c (comparison_to_mask): Handle unsigned comparisons.
1676 Take a second comparison to control the value for NE.
1677 (mask_to_comparison): Handle unsigned comparisons.
1678 (simplify_logical_relational_operation): Likewise. Update call
1679 to comparison_to_mask. Handle AND if !HONOR_NANs.
1680 (simplify_binary_operation_1): Call the above for AND too.
1681
1682 2019-11-19 Martin Liska <mliska@suse.cz>
1683
1684 * toplev.c (general_init): Move the call...
1685 (toplev::main): ... here as we need init_options_struct
1686 being called.
1687
1688 2019-11-19 Wilco Dijkstra <wdijkstr@arm.com>
1689
1690 PR target/79262
1691 * config/aarch64/aarch64.c (generic_vector_cost): Adjust
1692 vec_to_scalar_cost.
1693
1694 2019-11-19 Wilco Dijkstra <wdijkstr@arm.com>
1695
1696 * config/arm/arm-cpus.in (armv7): Set tune to Cortex-A53.
1697 (armv7-a): Likewise.
1698 (armv7ve): Likewise.
1699
1700 2019-11-19 Richard Biener <rguenther@suse.de>
1701
1702 PR tree-optimization/92581
1703 * tree-vect-loop.c (vect_create_epilog_for_reduction): For
1704 condition reduction chains gather all conditions involved
1705 for computing the index reduction vector.
1706
1707 2019-11-19 Dennis Zhang <dennis.zhang@arm.com>
1708
1709 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): Add
1710 AARCH64_MEMTAG_BUILTIN_START, AARCH64_MEMTAG_BUILTIN_IRG,
1711 AARCH64_MEMTAG_BUILTIN_GMI, AARCH64_MEMTAG_BUILTIN_SUBP,
1712 AARCH64_MEMTAG_BUILTIN_INC_TAG, AARCH64_MEMTAG_BUILTIN_SET_TAG,
1713 AARCH64_MEMTAG_BUILTIN_GET_TAG, and AARCH64_MEMTAG_BUILTIN_END.
1714 (aarch64_init_memtag_builtins): New.
1715 (AARCH64_INIT_MEMTAG_BUILTINS_DECL): New macro.
1716 (aarch64_general_init_builtins): Call aarch64_init_memtag_builtins.
1717 (aarch64_expand_builtin_memtag): New.
1718 (aarch64_general_expand_builtin): Call aarch64_expand_builtin_memtag.
1719 (AARCH64_BUILTIN_SUBCODE): New macro.
1720 (aarch64_resolve_overloaded_memtag): New.
1721 (aarch64_resolve_overloaded_builtin_general): New. Call
1722 aarch64_resolve_overloaded_memtag to handle overloaded MTE builtins.
1723 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Define
1724 __ARM_FEATURE_MEMORY_TAGGING when enabled.
1725 (aarch64_resolve_overloaded_builtin): Call
1726 aarch64_resolve_overloaded_builtin_general.
1727 * config/aarch64/aarch64-protos.h
1728 (aarch64_resolve_overloaded_builtin_general): New declaration.
1729 * config/aarch64/aarch64.h (AARCH64_ISA_MEMTAG): New macro.
1730 (TARGET_MEMTAG): Likewise.
1731 * config/aarch64/aarch64.md (UNSPEC_GEN_TAG): New unspec.
1732 (UNSPEC_GEN_TAG_RND, and UNSPEC_TAG_SPACE): Likewise.
1733 (irg, gmi, subp, addg, ldg, stg): New instructions.
1734 * config/aarch64/arm_acle.h (__arm_mte_create_random_tag): New macro.
1735 (__arm_mte_exclude_tag, __arm_mte_ptrdiff): Likewise.
1736 (__arm_mte_increment_tag, __arm_mte_set_tag): Likewise.
1737 (__arm_mte_get_tag): Likewise.
1738 * config/aarch64/predicates.md (aarch64_memtag_tag_offset): New.
1739 (aarch64_granule16_uimm6, aarch64_granule16_simm9): New.
1740 * config/arm/types.md (memtag): New.
1741 * doc/invoke.texi (-memtag): Update description.
1742
1743 2019-11-19 Richard Henderson <richard.henderson@linaro.org>
1744
1745 * config/arm/arm-c.c (arm_cpu_builtins): Use def_or_undef_macro
1746 to define __GCC_ASM_FLAG_OUTPUTS__.
1747 * config/arm/arm.c (thumb1_md_asm_adjust): New function.
1748 (arm_option_params_internal): Swap out targetm.md_asm_adjust
1749 depending on TARGET_THUMB1.
1750 * doc/extend.texi (FlagOutputOperands): Document thumb1 restriction.
1751
1752 2019-11-19 Jakub Jelinek <jakub@redhat.com>
1753
1754 PR target/92549
1755 * config/i386/i386.md (peephole2 for *swap<mode>): New peephole2.
1756
1757 PR middle-end/91450
1758 * internal-fn.c (expand_mul_overflow): For s1 * s2 -> ur, if one
1759 operand is negative and one non-negative, compare the non-negative
1760 one against 0 rather than comparing s1 & s2 against 0. Otherwise,
1761 don't compare (s1 & s2) == 0, but compare separately both s1 == 0
1762 and s2 == 0, unless one of them is known to be negative. Remove
1763 tem2 variable, use tem where tem2 has been used before.
1764
1765 2019-11-19 Eric Botcazou <ebotcazou@adacore.com>
1766
1767 * doc/invoke.texi (-gno-internal-reset-location-views): Fix typo.
1768
1769 2019-11-19 Jakub Jelinek <jakub@redhat.com>
1770
1771 PR tree-optimization/92557
1772 * omp-low.c (omp_clause_aligned_alignment): Punt if TYPE_MODE is not
1773 vmode rather than asserting it always is.
1774
1775 2019-11-19 Richard Biener <rguenther@suse.de>
1776
1777 PR tree-optimization/92554
1778 * tree-vect-loop.c (vect_create_epilog_for_reduction): Look
1779 for the actual condition stmt and deal with sign-changes.
1780
1781 2019-11-19 Richard Biener <rguenther@suse.de>
1782
1783 PR tree-optimization/92555
1784 * tree-vect-loop.c (vect_update_vf_for_slp): Also scan PHIs
1785 for non-SLP stmts.
1786
1787 2019-11-19 Martin Liska <mliska@suse.cz>
1788
1789 PR bootstrap/92540
1790 * config/riscv/riscv.c (riscv_address_insns): Initialize
1791 addr in order to remove boostrap -Wmaybe-uninitialized
1792 error.
1793
1794 2019-11-18 Martin Sebor <msebor@redhat.com>
1795
1796 PR tree-optimization/92493
1797 * gimple-ssa-sprintf.c (get_origin_and_offset): Remove spurious
1798 assignment.
1799
1800 2019-11-18 Giuliano Belinassi <giuliano.belinassi@usp.br>
1801
1802 * cfgloop.c (get_loop_body_in_custom_order): New.
1803 * cfgloop.h (get_loop_body_in_custom_order): New prototype.
1804 * tree-loop-distribution.c (class loop_distribution): New.
1805 (bb_top_order_cmp): Remove.
1806 (bb_top_order_cmp_r): New.
1807 (create_rdg_vertices): Move into class loop_distribution.
1808 (stmts_from_loop): Same as above.
1809 (update_for_merge): Same as above.
1810 (partition_merge_into): Same as above.
1811 (get_data_dependence): Same as above.
1812 (data_dep_in_cycle_p): Same as above.
1813 (update_type_for_merge): Same as above.
1814 (build_rdg_partition_for-vertex): Same as above.
1815 (classify_builtin_ldst): Same as above.
1816 (classify_partition): Same as above.
1817 (share_memory_accesses): Same as above.
1818 (rdg_build_partitions): Same as above.
1819 (pg_add_dependence_edges): Same as above.
1820 (build_partition_graph): Same as above.
1821 (merge_dep_scc_partitions): Same as above.
1822 (break_alias_scc_partitions): Same as above.
1823 (finalize_partitions): Same as above.
1824 (distribute_loop): Same as above.
1825 (bb_top_order_init): New method
1826 (bb_top_order_destroy): New method.
1827 (get_bb_top_order_index_size): New method.
1828 (get_bb_top_order_index_index): New method.
1829 (get_bb_top_order_index_index): New method.
1830 (loop_distribution::execute): New method.
1831 (pass_loop_distribution::execute): Instantiate loop_distribution.
1832
1833 2019-11-18 Jan Hubicka <jh@suse.cz>
1834
1835 PR ipa/92508
1836 * ipa-inline.c (inline_small_functions): Add new edges after reseting
1837 caches.
1838 * ipa-inline-analysis.c (do_estimate_edge_time): Fix sanity check.
1839
1840 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
1841
1842 * doc/sourcebuild.texi (vect_check_ptrs): Document.
1843 * optabs.def (check_raw_ptrs_optab, check_war_ptrs_optab): New optabs.
1844 * doc/md.texi: Document them.
1845 * internal-fn.def (IFN_CHECK_RAW_PTRS, IFN_CHECK_WAR_PTRS): New
1846 internal functions.
1847 * internal-fn.h (internal_check_ptrs_fn_supported_p): Declare.
1848 * internal-fn.c (check_ptrs_direct): New macro.
1849 (expand_check_ptrs_optab_fn): Likewise.
1850 (direct_check_ptrs_optab_supported_p): Likewise.
1851 (internal_check_ptrs_fn_supported_p): New fuction.
1852 * tree-data-ref.c: Include internal-fn.h.
1853 (create_ifn_alias_checks): New function.
1854 (create_intersect_range_checks): Use it.
1855 * config/aarch64/iterators.md (SVE2_WHILE_PTR): New int iterator.
1856 (optab, cmp_op): Handle it.
1857 (raw_war, unspec): New int attributes.
1858 * config/aarch64/aarch64.md (UNSPEC_WHILERW, UNSPEC_WHILE_WR): New
1859 constants.
1860 * config/aarch64/predicates.md (aarch64_bytes_per_sve_vector_operand):
1861 New predicate.
1862 * config/aarch64/aarch64-sve2.md (check_<raw_war>_ptrs<mode>): New
1863 expander.
1864 (@aarch64_sve2_while<cmp_op><GPI:mode><PRED_ALL:mode>_ptest): New
1865 pattern.
1866
1867 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
1868
1869 * tree.c (build_vector_from_ctor): Directly return a zero vector for
1870 empty constructors.
1871
1872 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
1873
1874 * cse.c (cse_insn): Delete no-op register moves too.
1875 * simplify-rtx.c (comparison_to_mask): Handle unsigned comparisons.
1876 Take a second comparison to control the value for NE.
1877 (mask_to_comparison): Handle unsigned comparisons.
1878 (simplify_logical_relational_operation): Likewise. Update call
1879 to comparison_to_mask. Handle AND if !HONOR_NANs.
1880 (simplify_binary_operation_1): Call the above for AND too.
1881
1882 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
1883
1884 * fold-const.c (native_encode_vector): Turn into a wrapper function,
1885 splitting the main code out into...
1886 (native_encode_vector_part): ...this new function.
1887 (native_decode_vector_tree): New function.
1888 (fold_view_convert_vector_encoding): Likewise.
1889 (fold_view_convert_expr): Use it for converting VECTOR_CSTs
1890 to VECTOR_TYPEs.
1891
1892 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
1893
1894 * tree-data-ref.c (create_intersect_range_checks_index): If the
1895 alias pair describes simple WAW and WAR dependencies, just check
1896 whether the first B access overlaps later A accesses.
1897 (create_waw_or_war_checks): New function that performs the same
1898 optimization on addresses.
1899 (create_intersect_range_checks): Call it.
1900
1901 2019-11-18 Richard Sandiford <richard.sandiford@arm.com>
1902
1903 * lra-constraints.c (valid_address_p): Take the operand and a
1904 constraint as argument. If the operand is a MEM and the constraint
1905 is a memory constraint, check whether the eliminated form of the
1906 MEM already satisfies the constraint.
1907 (process_address_1): Update calls accordingly.
1908
1909 2019-11-18 Tom Tromey <tromey@adacore.com>
1910
1911 * doc/tm.texi: Rebuild.
1912 * doc/tm.texi.in (Misc): Don't document MODIFY_JNI_METHOD_CALL.
1913 * config/i386/cygming.h (MODIFY_JNI_METHOD_CALL): Don't define.
1914
1915 2019-11-18 Richard Biener <rguenther@suse.de>
1916
1917 PR tree-optimization/92516
1918 * tree-vect-slp.c (vect_analyze_slp_instance): Add bst_map
1919 argument, hoist bst_map creation/destruction to ...
1920 (vect_analyze_slp): ... here, forming a true graph with
1921 SLP instances being the entries.
1922 (vect_detect_hybrid_slp_stmts): Remove wrapper.
1923 (vect_detect_hybrid_slp): Use one visited set for all
1924 graph entries.
1925 (vect_slp_analyze_node_operations): Simplify visited/lvisited
1926 to hash-sets of slp_tree.
1927 (vect_slp_analyze_operations): Likewise.
1928 (vect_bb_slp_scalar_cost): Remove wrapper.
1929 (vect_bb_vectorization_profitable_p): Use one visited set for
1930 all graph entries.
1931 (vect_schedule_slp_instance): Elide bst_map use.
1932 (vect_schedule_slp): Likewise.
1933
1934 2019-11-18 Richard Biener <rguenther@suse.de>
1935
1936 * tree-vect-slp.c (vect_analyze_slp_instance): When a CTOR
1937 was vectorized with just external refs fail.
1938
1939 2019-11-18 Martin Liska <mliska@suse.cz>
1940
1941 PR ipa/92525
1942 * ipa-icf.c (sem_function::init): Unset m_checker
1943 at the end of the function.
1944
1945 2019-11-18 Richard Biener <rguenther@suse.de>
1946
1947 PR tree-optimization/92558
1948 * tree-vect-loop.c (vect_create_epilog_for_reduction): When
1949 reducting the width of a reduction vector def update new_phis.
1950
1951 2019-11-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
1952
1953 * configure.ac (gcc_cv_target_ldbl128): Set for powerpc*-*-linux-musl*
1954 and s390*-*-linux-musl* targets.
1955 * configure: Regenerate.
1956
1957 2019-11-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
1958
1959 * config/s390/linux.h (MUSL_DYNAMIC_LINKER32): Define.
1960 (MUSL_DYNAMIC_LINKER64): Define.
1961
1962 2019-11-18 Martin Liska <mliska@suse.cz>
1963
1964 * dbgcnt.c (dbg_cnt_set_limit_by_name): Provide error
1965 message for an unknown counter.
1966 (dbg_cnt_process_single_pair): Support 0 as minimum value.
1967 (dbg_cnt_process_opt): Remove unreachable code.
1968
1969 2019-11-18 Martin Liska <mliska@suse.cz>
1970
1971 PR ipa/92529
1972 * ipa-icf-gimple.c (func_checker::compare_gimple_assign):
1973 Compare LHS types of NOP_EXPR.
1974
1975 2019-11-18 Matthew Malcomson <matthew.malcomson@arm.com>
1976
1977 * run-rtl-passes.c (run_rtl_passes): Accept and handle empty
1978 "initial_pass_name" argument -- by running "*clean_state" pass.
1979 Also free the "initial_pass_name" when done.
1980
1981 2019-11-18 Richard Biener <rguenther@suse.de>
1982
1983 PR rtl-optimization/92462
1984 * alias.c (find_base_term): Restrict the look through ANDs.
1985 (find_base_value): Likewise.
1986
1987 2019-11-18 Georg-Johann Lay <avr@gjlay.de>
1988
1989 Add support for AVR devices from the 0-series.
1990
1991 PR target/92545
1992 * config/avr/avr-arch.h (avr_mcu_t) <flash_pm_offset>: New field.
1993 * config/avr/avr-devices.c (avr_mcu_types): Adjust initializers.
1994 * config/avr/avr-mcus.def (AVR_MCU): Add respective field.
1995 * config/avr/specs.h (LINK_SPEC) <%(link_pm_base_address)>: Add.
1996 * config/avr/gen-avr-mmcu-specs.c (print_mcu)
1997 <*cpp, *cpp_mcu, *cpp_avrlibc, *link_pm_base_address>: Emit code
1998 for spec definitions.
1999 * doc/avr-mmcu.texi: Regenerate.
2000
2001 2019-11-18 Hongtao Liu <hongtao.liu@intel.com>
2002
2003 PR target/92448
2004 * config/i386/i386-expand.c (ix86_expand_set_or_cpymem):
2005 Replace TARGET_AVX128_OPTIMAL with TARGET_AVX256_SPLIT_REGS.
2006 * config/i386/i386-option.c (ix86_vec_cost): Ditto.
2007 (ix86_reassociation_width): Ditto.
2008 * config/i386/i386-options.c (ix86_option_override_internal):
2009 Replace TARGET_AVX128_OPTIAML with
2010 ix86_tune_features[X86_TUNE_AVX128_OPTIMAL]
2011 * config/i386/i386.h (TARGET_AVX256_SPLIT_REGS): New macro.
2012 (TARGET_AVX128_OPTIMAL): Deleted.
2013 * config/i386/x86-tune.def (X86_TUNE_AVX256_SPLIT_REGS): New
2014 DEF_TUNE.
2015
2016 2019-11-16 Segher Boessenkool <segher@kernel.crashing.org>
2017
2018 * config/rs6000/rs6000.md (cceq_ior_compare): Rename to...
2019 (@cceq_ior_compare_<mode> for GPR): ... this. Allow GPR instead of
2020 just SI.
2021 (cceq_rev_compare): Rename to...
2022 (@cceq_rev_compare_<mode> for GPR): ... this. Allow GPR instead of
2023 just SI.
2024 (define_split for <bd>tf_<mode>): Add SImode first argument to
2025 gen_cceq_ior_compare.
2026
2027 2019-11-16 Segher Boessenkool <segher@kernel.crashing.org>
2028
2029 * common/config/powerpcspe: Delete.
2030
2031 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2032
2033 * config/aarch64/aarch64-sve.md (aarch64_wrffr): Wrap the FFRT
2034 output in UNSPEC_WRFFR.
2035
2036 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2037
2038 * tree-data-ref.c (create_intersect_range_checks_index): Rewrite
2039 the index tests to have the form (unsigned T) (B - A + bias) <= limit.
2040
2041 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2042
2043 * tree-data-ref.c (create_intersect_range_checks_index)
2044 (create_intersect_range_checks): Print dump messages.
2045
2046 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2047
2048 * tree-data-ref.c (dump_alias_pair): New function.
2049 (prune_runtime_alias_test_list): Use it to dump each merged alias pair.
2050
2051 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2052
2053 * tree-data-ref.h (DR_ALIAS_MIXED_STEPS): New flag.
2054 * tree-data-ref.c (prune_runtime_alias_test_list): Set it when
2055 merging data references with different steps.
2056 (create_intersect_range_checks_index): Take a
2057 dr_with_seg_len_pair_t instead of two dr_with_seg_lens.
2058 Bail out if DR_ALIAS_MIXED_STEPS is set.
2059 (create_intersect_range_checks): Take a dr_with_seg_len_pair_t
2060 instead of two dr_with_seg_lens. Update call to
2061 create_intersect_range_checks_index.
2062 (create_runtime_alias_checks): Update call accordingly.
2063
2064 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2065
2066 * tree-data-ref.h (DR_ALIAS_RAW, DR_ALIAS_WAR, DR_ALIAS_WAW)
2067 (DR_ALIAS_ARBITRARY, DR_ALIAS_SWAPPED, DR_ALIAS_UNSWAPPED): New flags.
2068 (dr_with_seg_len_pair_t::sequencing): New enum.
2069 (dr_with_seg_len_pair_t::flags): New member variable.
2070 (dr_with_seg_len_pair_t::dr_with_seg_len_pair_t): Take a sequencing
2071 parameter and initialize the flags member variable.
2072 * tree-loop-distribution.c (compute_alias_check_pairs): Update
2073 call accordingly.
2074 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
2075 Ensure the two data references in an alias pair are in statement
2076 order, if there is a defined order.
2077 * tree-data-ref.c (prune_runtime_alias_test_list): Use
2078 DR_ALIAS_SWAPPED and DR_ALIAS_UNSWAPPED to record whether we've
2079 swapped the references in a dr_with_seg_len_pair_t. OR together
2080 the flags when merging two dr_with_seg_len_pair_ts. After merging,
2081 try to restore the original dr_with_seg_len order, updating the
2082 flags if that fails.
2083
2084 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2085
2086 * tree-data-ref.c (prune_runtime_alias_test_list): Delay
2087 swapping the dr_as based on init values until we've decided
2088 whether to merge them.
2089
2090 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2091
2092 * tree-data-ref.c (prune_runtime_alias_test_list): Sort the
2093 two accesses in each dr_with_seg_len_pair_t before trying to
2094 combine separate dr_with_seg_len_pair_ts.
2095 * tree-loop-distribution.c (compute_alias_check_pairs): Don't do
2096 that here.
2097 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Likewise.
2098
2099 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2100
2101 * config/aarch64/aarch64-sve.md
2102 (scatter_store<SVE_FULL_SD:mode><v_int_equiv>): Extend to...
2103 (scatter_store<SVE_24:mode><v_int_container>): ...this.
2104 (mask_scatter_store<SVE_FULL_S:mode><v_int_equiv>): Extend to...
2105 (mask_scatter_store<SVE_4:mode><v_int_equiv>): ...this.
2106 (mask_scatter_store<SVE_FULL_D:mode><v_int_equiv>): Extend to...
2107 (mask_scatter_store<SVE_2:mode><v_int_equiv>): ...this.
2108 (*mask_scatter_store<mode><v_int_container>_<su>xtw_unpacked): New
2109 pattern.
2110 (*mask_scatter_store<SVE_FULL_D:mode><v_int_equiv>_sxtw): Extend to...
2111 (*mask_scatter_store<SVE_2:mode><v_int_equiv>_sxtw): ...this.
2112 (*mask_scatter_store<SVE_FULL_D:mode><v_int_equiv>_uxtw): Extend to...
2113 (*mask_scatter_store<SVE_2:mode><v_int_equiv>_uxtw): ...this.
2114
2115 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2116
2117 * config/aarch64/iterators.md (SVE_2BHSI, SVE_2HSDI, SVE_4BHI)
2118 (SVE_4HSI): New mode iterators.
2119 (ANY_EXTEND2): New code iterator.
2120 * config/aarch64/aarch64-sve.md
2121 (@aarch64_gather_load_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>):
2122 Extend to...
2123 (@aarch64_gather_load_<ANY_EXTEND:optab><SVE_4HSI:mode><SVE_4BHI:mode>):
2124 ...this, handling extension to partial modes as well as full modes.
2125 Describe the extension as a predicated rather than unpredicated
2126 extension.
2127 (@aarch64_gather_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>):
2128 Likewise extend to...
2129 (@aarch64_gather_load_<ANY_EXTEND:optab><SVE_2HSDI:mode><SVE_2BHSI:mode>):
2130 ...this, making the same adjustments.
2131 (*aarch64_gather_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_sxtw):
2132 Likewise extend to...
2133 (*aarch64_gather_load_<ANY_EXTEND:optab><SVE_2HSDI:mode><SVE_2BHSI:mode>_sxtw)
2134 ...this, making the same adjustments.
2135 (*aarch64_gather_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_uxtw):
2136 Likewise extend to...
2137 (*aarch64_gather_load_<ANY_EXTEND:optab><SVE_2HSDI:mode><SVE_2BHSI:mode>_uxtw)
2138 ...this, making the same adjustments.
2139 (*aarch64_gather_load_<ANY_EXTEND:optab><SVE_2HSDI:mode><SVE_2BHSI:mode>_<ANY_EXTEND2:su>xtw_unpacked):
2140 New pattern.
2141 (*aarch64_ldff1_gather<mode>_sxtw): Canonicalize to a constant
2142 extension predicate.
2143 (@aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>)
2144 (@aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>)
2145 (*aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_uxtw):
2146 Describe the extension as a predicated rather than unpredicated
2147 extension.
2148 (*aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_sxtw):
2149 Likewise. Canonicalize to a constant extension predicate.
2150 * config/aarch64/aarch64-sve-builtins-base.cc
2151 (svld1_gather_extend_impl::expand): Add an extra predicate for
2152 the extension.
2153 (svldff1_gather_extend_impl::expand): Likewise.
2154
2155 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2156
2157 * config/aarch64/iterators.md (SVE_24, SVE_2, SVE_4): New mode
2158 iterators.
2159 * config/aarch64/aarch64-sve.md
2160 (gather_load<SVE_FULL_SD:mode><v_int_equiv>): Extend to...
2161 (gather_load<SVE_24:mode><v_int_container>): ...this.
2162 (mask_gather_load<SVE_FULL_S:mode><v_int_equiv>): Extend to...
2163 (mask_gather_load<SVE_4:mode><v_int_container>): ...this.
2164 (mask_gather_load<SVE_FULL_D:mode><v_int_equiv>): Extend to...
2165 (mask_gather_load<SVE_2:mode><v_int_container>): ...this.
2166 (*mask_gather_load<SVE_2:mode><v_int_container>_<su>xtw_unpacked):
2167 New pattern.
2168 (*mask_gather_load<SVE_FULL_D:mode><v_int_equiv>_sxtw): Extend to...
2169 (*mask_gather_load<SVE_2:mode><v_int_equiv>_sxtw): ...this.
2170 Allow the nominal extension predicate to be different from the
2171 load predicate.
2172 (*mask_gather_load<SVE_FULL_D:mode><v_int_equiv>_uxtw): Extend to...
2173 (*mask_gather_load<SVE_2:mode><v_int_equiv>_uxtw): ...this.
2174
2175 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2176
2177 * config/aarch64/aarch64-sve.md
2178 (trunc<SVE_HSDI:mode><SVE_PARTIAL_I:mode>2): New pattern.
2179 * config/aarch64/aarch64.c (aarch64_integer_truncation_p): New
2180 function.
2181 (aarch64_sve_adjust_stmt_cost): Call it.
2182
2183 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2184
2185 * config/aarch64/aarch64-sve.md
2186 (@aarch64_load_<ANY_EXTEND:optab><VNx8_WIDE:mode><VNx8_NARROW:mode>):
2187 (@aarch64_load_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>)
2188 (@aarch64_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>):
2189 Combine into...
2190 (@aarch64_load_<ANY_EXTEND:optab><SVE_HSDI:mode><SVE_PARTIAL_I:mode>):
2191 ...this new pattern, handling extension to partial modes as well
2192 as full modes. Describe the extension as a predicated rather than
2193 unpredicated extension.
2194 (@aarch64_ld<fn>f1_<ANY_EXTEND:optab><VNx8_WIDE:mode><VNx8_NARROW:mode>)
2195 (@aarch64_ld<fn>f1_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>)
2196 (@aarch64_ld<fn>f1_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>):
2197 Combine into...
2198 (@aarch64_ld<fn>f1_<ANY_EXTEND:optab><SVE_HSDI:mode><SVE_PARTIAL_I:mode>):
2199 ...this new pattern, handling extension to partial modes as well
2200 as full modes. Describe the extension as a predicated rather than
2201 unpredicated extension.
2202 * config/aarch64/aarch64-sve-builtins.cc
2203 (function_expander::use_contiguous_load_insn): Add an extra
2204 predicate for extending loads.
2205 * config/aarch64/aarch64.c (aarch64_extending_load_p): New function.
2206 (aarch64_sve_adjust_stmt_cost): Likewise.
2207 (aarch64_add_stmt_cost): Use aarch64_sve_adjust_stmt_cost to adjust
2208 the cost of SVE vector stmts.
2209
2210 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2211
2212 * config/aarch64/iterators.md (SVE_HSDI): New mode iterator.
2213 (narrower_mask): Handle VNx4HI, VNx2HI and VNx2SI.
2214 * config/aarch64/aarch64-sve.md
2215 (<ANY_EXTEND:optab><SVE_PARTIAL_I:mode><SVE_HSDI:mode>2): New pattern.
2216 (*<ANY_EXTEND:optab><SVE_PARTIAL_I:mode><SVE_HSDI:mode>2): Likewise.
2217 (@aarch64_pred_sxt<SVE_FULL_HSDI:mode><SVE_PARTIAL_I:mode>): Update
2218 comment. Avoid new narrower_mask ambiguity.
2219 (@aarch64_cond_sxt<SVE_FULL_HSDI:mode><SVE_PARTIAL_I:mode>): Likewise.
2220 (*cond_uxt<mode>_2): Update comment.
2221 (*cond_uxt<mode>_any): Likewise.
2222
2223 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2224
2225 * config/aarch64/aarch64-modes.def: Define partial SVE vector
2226 float modes.
2227 * config/aarch64/aarch64-protos.h (aarch64_sve_pred_mode): New
2228 function.
2229 * config/aarch64/aarch64.c (aarch64_classify_vector_mode): Handle the
2230 new vector float modes.
2231 (aarch64_sve_container_bits): New function.
2232 (aarch64_sve_pred_mode): Likewise.
2233 (aarch64_get_mask_mode): Use it.
2234 (aarch64_sve_element_int_mode): Handle structure modes and partial
2235 modes.
2236 (aarch64_sve_container_int_mode): New function.
2237 (aarch64_vectorize_related_mode): Return SVE modes when given
2238 SVE modes. Handle partial modes, taking the preferred number
2239 of units from the size of the given mode.
2240 (aarch64_hard_regno_mode_ok): Allow partial modes to be stored
2241 in registers.
2242 (aarch64_expand_sve_ld1rq): Use the mode form of aarch64_sve_pred_mode.
2243 (aarch64_expand_sve_const_vector): Handle partial SVE vectors.
2244 (aarch64_split_sve_subreg_move): Use the mode form of
2245 aarch64_sve_pred_mode.
2246 (aarch64_secondary_reload): Handle partial modes in the same way
2247 as full big-endian vectors.
2248 (aarch64_vector_mode_supported_p): Allow partial SVE vectors.
2249 (aarch64_autovectorize_vector_modes): Try unpacked SVE vectors,
2250 merging with the Advanced SIMD modes. If two modes have the
2251 same size, try the Advanced SIMD mode first.
2252 (aarch64_simd_valid_immediate): Use the container rather than
2253 the element mode for INDEX constants.
2254 (aarch64_simd_vector_alignment): Make the alignment of partial
2255 SVE vector modes the same as their minimum size.
2256 (aarch64_evpc_sel): Use the mode form of aarch64_sve_pred_mode.
2257 * config/aarch64/aarch64-sve.md (mov<SVE_FULL:mode>): Extend to...
2258 (mov<SVE_ALL:mode>): ...this.
2259 (movmisalign<SVE_FULL:mode>): Extend to...
2260 (movmisalign<SVE_ALL:mode>): ...this.
2261 (*aarch64_sve_mov<mode>_le): Rename to...
2262 (*aarch64_sve_mov<mode>_ldr_str): ...this.
2263 (*aarch64_sve_mov<SVE_FULL:mode>_be): Rename and extend to...
2264 (*aarch64_sve_mov<SVE_ALL:mode>_no_ldr_str): ...this. Handle
2265 partial modes regardless of endianness.
2266 (aarch64_sve_reload_be): Rename to...
2267 (aarch64_sve_reload_mem): ...this and enable for little-endian.
2268 Use aarch64_sve_pred_mode to get the appropriate predicate mode.
2269 (@aarch64_pred_mov<SVE_FULL:mode>): Extend to...
2270 (@aarch64_pred_mov<SVE_ALL:mode>): ...this.
2271 (*aarch64_sve_mov<SVE_FULL:mode>_subreg_be): Extend to...
2272 (*aarch64_sve_mov<SVE_ALL:mode>_subreg_be): ...this.
2273 (@aarch64_sve_reinterpret<SVE_FULL:mode>): Extend to...
2274 (@aarch64_sve_reinterpret<SVE_ALL:mode>): ...this.
2275 (*aarch64_sve_reinterpret<SVE_FULL:mode>): Extend to...
2276 (*aarch64_sve_reinterpret<SVE_ALL:mode>): ...this.
2277 (maskload<SVE_FULL:mode><vpred>): Extend to...
2278 (maskload<SVE_ALL:mode><vpred>): ...this.
2279 (maskstore<SVE_FULL:mode><vpred>): Extend to...
2280 (maskstore<SVE_ALL:mode><vpred>): ...this.
2281 (vec_duplicate<SVE_FULL:mode>): Extend to...
2282 (vec_duplicate<SVE_ALL:mode>): ...this.
2283 (*vec_duplicate<SVE_FULL:mode>_reg): Extend to...
2284 (*vec_duplicate<SVE_ALL:mode>_reg): ...this.
2285 (sve_ld1r<SVE_FULL:mode>): Extend to...
2286 (sve_ld1r<SVE_ALL:mode>): ...this.
2287 (vec_series<SVE_FULL_I:mode>): Extend to...
2288 (vec_series<SVE_I:mode>): ...this.
2289 (*vec_series<SVE_FULL_I:mode>_plus): Extend to...
2290 (*vec_series<SVE_I:mode>_plus): ...this.
2291 (@aarch64_pred_sxt<SVE_FULL_HSDI:mode><SVE_PARTIAL_I:mode>): Avoid
2292 new VPRED ambiguity.
2293 (@aarch64_cond_sxt<SVE_FULL_HSDI:mode><SVE_PARTIAL_I:mode>): Likewise.
2294 (add<SVE_FULL_I:mode>3): Extend to...
2295 (add<SVE_I:mode>3): ...this.
2296 * config/aarch64/iterators.md (SVE_ALL, SVE_I): New mode iterators.
2297 (Vetype, Vesize, VEL, Vel, vwcore): Handle partial SVE vector modes.
2298 (VPRED, vpred): Likewise.
2299 (Vctype): New iterator.
2300 (vw): Remove SVE modes.
2301
2302 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2303
2304 * config/aarch64/iterators.md (SVE_PARTIAL): Rename to...
2305 (SVE_PARTIAL_I): ...this.
2306 * config/aarch64/aarch64-sve.md: Apply the above renaming throughout.
2307
2308 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2309
2310 * config/aarch64/iterators.md (SVE_ALL): Rename to...
2311 (SVE_FULL): ...this.
2312 (SVE_I): Rename to...
2313 (SVE_FULL_I): ...this.
2314 (SVE_F): Rename to...
2315 (SVE_FULL_F): ...this.
2316 (SVE_BHSI): Rename to...
2317 (SVE_FULL_BHSI): ...this.
2318 (SVE_HSD): Rename to...
2319 (SVE_FULL_HSD): ...this.
2320 (SVE_HSDI): Rename to...
2321 (SVE_FULL_HSDI): ...this.
2322 (SVE_HSF): Rename to...
2323 (SVE_FULL_HSF): ...this.
2324 (SVE_SD): Rename to...
2325 (SVE_FULL_SD): ...this.
2326 (SVE_SDI): Rename to...
2327 (SVE_FULL_SDI): ...this.
2328 (SVE_SDF): Rename to...
2329 (SVE_FULL_SDF): ...this.
2330 (SVE_S): Rename to...
2331 (SVE_FULL_S): ...this.
2332 (SVE_D): Rename to...
2333 (SVE_FULL_D): ...this.
2334 * config/aarch64/aarch64-sve.md: Apply the above renaming throughout.
2335 * config/aarch64/aarch64-sve2.md: Likewise.
2336
2337 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2338
2339 * config/aarch64/aarch64.opt (--param=aarch64-sve-compare-costs):
2340 New option.
2341 * doc/invoke.texi: Document it.
2342 * config/aarch64/aarch64.c (aarch64_autovectorize_vector_modes):
2343 By default, return VECT_COMPARE_COSTS for SVE.
2344
2345 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2346
2347 * target.h (VECT_COMPARE_COSTS): New constant.
2348 * target.def (autovectorize_vector_modes): Return a bitmask of flags.
2349 * doc/tm.texi: Regenerate.
2350 * targhooks.h (default_autovectorize_vector_modes): Update accordingly.
2351 * targhooks.c (default_autovectorize_vector_modes): Likewise.
2352 * config/aarch64/aarch64.c (aarch64_autovectorize_vector_modes):
2353 Likewise.
2354 * config/arc/arc.c (arc_autovectorize_vector_modes): Likewise.
2355 * config/arm/arm.c (arm_autovectorize_vector_modes): Likewise.
2356 * config/i386/i386.c (ix86_autovectorize_vector_modes): Likewise.
2357 * config/mips/mips.c (mips_autovectorize_vector_modes): Likewise.
2358 * tree-vectorizer.h (_loop_vec_info::vec_outside_cost)
2359 (_loop_vec_info::vec_inside_cost): New member variables.
2360 * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize them.
2361 (vect_better_loop_vinfo_p, vect_joust_loop_vinfos): New functions.
2362 (vect_analyze_loop): When autovectorize_vector_modes returns
2363 VECT_COMPARE_COSTS, try vectorizing the loop with each available
2364 vector mode and picking the one with the lowest cost.
2365 (vect_estimate_min_profitable_iters): Record the computed costs
2366 in the loop_vec_info.
2367
2368 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2369
2370 * tree-vectorizer.h (can_duplicate_and_interleave_p): Take an
2371 element type rather than an element mode.
2372 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise.
2373 Use get_vectype_for_scalar_type to query the natural types
2374 for a given element type rather than basing everything on
2375 GET_MODE_SIZE (vinfo->vector_mode). Limit int_mode_for_size
2376 query to MAX_FIXED_MODE_SIZE.
2377 (duplicate_and_interleave): Update call accordingly.
2378 * tree-vect-loop.c (vectorizable_reduction): Likewise.
2379
2380 2019-11-16 Richard Sandiford <richard.sandiford@arm.com>
2381
2382 * tree-vectorizer.h (vect_get_vector_types_for_stmt): Take an
2383 optional maximum nunits.
2384 (get_vectype_for_scalar_type): Likewise. Also declare a form that
2385 takes an slp_tree.
2386 (get_mask_type_for_scalar_type): Take an optional slp_tree.
2387 (vect_get_mask_type_for_stmt): Likewise.
2388 * tree-vect-data-refs.c (vect_analyze_data_refs): Don't store
2389 the vector type in STMT_VINFO_VECTYPE for BB vectorization.
2390 * tree-vect-patterns.c (vect_recog_bool_pattern): Use
2391 vect_get_vector_types_for_stmt instead of STMT_VINFO_VECTYPE
2392 to get an assumed vector type for data references.
2393 * tree-vect-slp.c (vect_update_shared_vectype): New function.
2394 (vect_update_all_shared_vectypes): Likewise.
2395 (vect_build_slp_tree_1): Pass the group size to
2396 vect_get_vector_types_for_stmt. Use vect_update_shared_vectype
2397 for BB vectorization.
2398 (vect_build_slp_tree_2): Call vect_update_all_shared_vectypes
2399 before building the vectof from scalars.
2400 (vect_analyze_slp_instance): Pass the group size to
2401 get_vectype_for_scalar_type.
2402 (vect_slp_analyze_node_operations_1): Don't recompute the vector
2403 types for BB vectorization here; just handle the case in which
2404 we deferred the choice for booleans.
2405 (vect_get_constant_vectors): Pass the slp_tree to
2406 get_vectype_for_scalar_type.
2407 * tree-vect-stmts.c (vect_prologue_cost_for_slp_op): Likewise.
2408 (vectorizable_call): Likewise.
2409 (vectorizable_simd_clone_call): Likewise.
2410 (vectorizable_conversion): Likewise.
2411 (vectorizable_shift): Likewise.
2412 (vectorizable_operation): Likewise.
2413 (vectorizable_comparison): Likewise.
2414 (vect_is_simple_cond): Take the slp_tree as argument and
2415 pass it to get_vectype_for_scalar_type.
2416 (vectorizable_condition): Update call accordingly.
2417 (get_vectype_for_scalar_type): Take a group_size argument.
2418 For BB vectorization, limit the the vector to that number
2419 of elements. Also define an overload that takes an slp_tree.
2420 (get_mask_type_for_scalar_type): Add an slp_tree argument and
2421 pass it to get_vectype_for_scalar_type.
2422 (vect_get_vector_types_for_stmt): Add a group_size argument
2423 and pass it to get_vectype_for_scalar_type. Don't use the
2424 cached vector type for BB vectorization if a group size is given.
2425 Handle data references in that case.
2426 (vect_get_mask_type_for_stmt): Take an slp_tree argument and
2427 pass it to get_mask_type_for_scalar_type.
2428
2429 2019-11-15 Jan Hubicka <hubicka@ucw.cz>
2430
2431 * ipa-inline.h (do_estimate_edge_time): Add nonspec_time
2432 parameter.
2433 (estimate_edge_time): Use it.
2434 * ipa-inline-analysis.c (do_estimate_edge_time): Add
2435 ret_nonspec_time parameter.
2436
2437 2019-11-15 Szabolcs Nagy <szabolcs.nagy@arm.com>
2438
2439 * config/m68k/linux.h (MUSL_DYNAMIC_LINKER): Define.
2440
2441 2019-11-15 Nick Clifton <nickc@redhat.com>
2442 Szabolcs Nagy <szabolcs.nagy@arm.com>
2443
2444 PR target/65649
2445 * config/microblaze/microblaze.c (print_operand): Print value as long.
2446
2447 2019-11-15 Jan Hubicka <hubicka@ucw.cz>
2448
2449 * ipa-inline.c (edge_badness, inline_small_functions): Revert
2450 accidental commit.
2451
2452 2019-11-15 Kwok Cheung Yeung <kcy@codesourcery.com>
2453
2454 * config/gcn/gcn.h (FIXED_REGISTERS): Unfix frame pointer.
2455 (CALL_USED_REGISTERS): Make frame pointer callee-saved.
2456
2457 2019-11-15 Kwok Cheung Yeung <kcy@codesourcery.com>
2458
2459 * config/gcn/gcn.c (MAX_NORMAL_SGPR_COUNT, MAX_NORMAL_VGPR_COUNT): New.
2460 (gcn_conditional_register_usage): Use constants in place of hard-coded
2461 values.
2462 (gcn_hsa_declare_function_name): Set lower bound for number of
2463 SGPRs/VGPRs in non-leaf kernels to MAX_NORMAL_SGPR_COUNT and
2464 MAX_NORMAL_VGPR_COUNT.
2465
2466 2019-11-15 Martin Jambor <mjambor@suse.cz>
2467
2468 * ipa-utils.h (ipa_remove_useless_jump_functions): Remove stray
2469 declaration.
2470
2471 2019-11-15 Kwok Cheung Yeung <kcy@codesourcery.com>
2472
2473 * config/gcn/gcn.c (default_requested_args): New.
2474 (gcn_parse_amdgpu_hsa_kernel_attribute): Initialize requested args
2475 set with default_requested_args.
2476 (gcn_conditional_register_usage): Limit register usage of non-kernel
2477 functions. Reassign fixed registers if a non-standard set of args is
2478 requested.
2479 * config/gcn/gcn.h (FIXED_REGISTERS): Fix registers according to ABI.
2480
2481 2019-11-15 Feng Xue <fxue@os.amperecomputing.com>
2482
2483 PR ipa/92528
2484 * ipa-prop.c (update_jump_functions_after_inlining): Invalidate
2485 aggregate jump function when inlined-to caller has no edge summary.
2486
2487 2019-11-15 Kwok Cheung Yeung <kcy@codesourcery.com>
2488
2489 * config/gcn/gcn.c (gcn_init_cumulative_args): Call reinit_regs.
2490
2491 2019-11-15 Kwok Cheung Yeung <kcy@codesourcery.com>
2492
2493 * config/gcn/gcn.c (gcn_expand_prologue): Remove initialization and
2494 prologue use of v0.
2495 (print_operand_address): Use v1 for zero vector offset.
2496
2497 2019-11-15 Richard Sandiford <richard.sandiford@arm.com>
2498
2499 PR tree-optimization/92515
2500 * tree-vect-stmts.c (vectorizable_shift): Record incompatible op1
2501 types when converting a vector/scalar shift into a vector/vector one,
2502 using tree_nop_conversion_p instead of useless_type_conversion_p.
2503 Move the conversion code to the transform block.
2504
2505 2019-11-15 Matthew Malcomson <matthew.malcomson@arm.com>
2506
2507 * read-rtl-function.c
2508 (function_reader::add_fixup_source_location): Take additional
2509 parameter of a column.
2510 (function_reader::maybe_read_location): Optionally parse column
2511 information and pass to add_fixup_source_location.
2512
2513 2019-11-15 Richard Biener <rguenther@suse.de>
2514
2515 PR tree-optimization/92512
2516 * tree-vect-loop.c (check_reduction_path): Fix operand index
2517 computability check. Add check for second use in COND_EXPRs.
2518
2519 2019-11-15 Richard Sandiford <richard.sandiford@arm.com>
2520
2521 PR target/92515
2522 * config/rs6000/rs6000-call.c (rs6000_gimple_fold_builtin): Use
2523 VIEW_CONVERT_EXPR to reinterpret vectors as different types.
2524
2525 2019-11-15 Kwok Cheung Yeung <kcy@codesourcery.com>
2526
2527 * config/gcn/gcn.c (gcn_regno_reg_class): Return VCC_CONDITIONAL_REG
2528 register class for VCC_LO and VCC_HI.
2529 (gcn_spill_class): Use SGPR_REGS to spill registers in
2530 VCC_CONDITIONAL_REG.
2531
2532 2019-11-15 Richard Biener <rguenther@suse.de>
2533
2534 PR tree-optimization/92324
2535 * tree-vect-loop.c (vect_create_epilog_for_reduction): Fix
2536 singedness of SLP reduction epilouge operations. Also reduce
2537 the vector width for SLP reductions before doing elementwise
2538 operations if possible.
2539
2540 2019-11-15 Matthew Malcomson <matthew.malcomson@arm.com>
2541
2542 * passes.c (skip_pass): Set epilogue_completed if skipping the
2543 pro_and_epilogue pass.
2544
2545 2019-11-15 Matthew Malcomson <matthew.malcomson@arm.com>
2546
2547 * passes.c (should_skip_pass_p): Always run "dfinish".
2548
2549 2019-11-15 Richard Biener <rguenther@suse.de>
2550
2551 * ipa-inline.c (inline_small_functions): Move assignment
2552 to next before call destroying edge.
2553
2554 2019-11-15 Richard Biener <rguenther@suse.de>
2555
2556 PR tree-optimization/92039
2557 PR tree-optimization/91975
2558 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Revert
2559 previous change, treat invariants consistently as non-constant.
2560 (tree_estimate_loop_size): Ternary ops with just the first op
2561 constant are not optimized away.
2562
2563 2019-11-15 Jakub Jelinek <jakub@redhat.com>
2564
2565 * gimplify.c (gimplify_call_expr): Don't call
2566 omp_resolve_declare_variant after gimplification.
2567 * omp-general.c (omp_context_selector_matches): For isa that might
2568 match in some other function, defer if in declare simd function.
2569 (omp_context_compute_score): Don't look for " score" in construct
2570 trait set. Set *score to -1 if it can't ever match.
2571 (omp_resolve_declare_variant): If any variants need to be deferred,
2572 don't punt immediately, but compute scores of all variants and if
2573 ther eis a score winner that doesn't need to be deferred, return that.
2574
2575 2019-11-15 Luo Xiong Hu <luoxhu@linux.ibm.com>
2576
2577 * ipa-comdats.c: Fix comments typo.
2578 * ipa-profile.c: Fix comments typo.
2579 * tree-profile.c (gimple_gen_ic_profiler): Use the new variable
2580 __gcov_indirect_call.counters and __gcov_indirect_call.callee.
2581 (gimple_gen_ic_func_profiler): Likewise.
2582 (pass_ipa_tree_profile::gate): Fix comments typo.
2583
2584 2019-11-15 Xiong Hu Luo <luoxhu@linux.ibm.com>
2585
2586 * ipa-inline.c (inline_small_functions): Update iterator of next.
2587
2588 2019-11-14 Kwok Cheung Yeung <kcy@codesourcery.com>
2589
2590 * lra-spills.c (assign_spill_hard_regs): Check that the spill
2591 register is suitable for the mode.
2592
2593 2019-11-14 Andrew MacLeod <amacleod@redhat.com>
2594
2595 * range-op.h (range_operator::fold_range): Return a bool.
2596 * range-op.cc (range_operator::wi_fold): Assert supported type.
2597 (range_operator::fold_range): Assert supported type and return true.
2598 (operator_equal::fold_range): Return true.
2599 (operator_not_equal::fold_range): Same.
2600 (operator_lt::fold_range): Same.
2601 (operator_le::fold_range): Same.
2602 (operator_gt::fold_range): Same.
2603 (operator_ge::fold_range): Same.
2604 (operator_plus::op1_range): Adjust call to fold_range.
2605 (operator_plus::op2_range): Same.
2606 (operator_minus::op1_range): Same.
2607 (operator_minus::op2_range): Same.
2608 (operator_exact_divide::op1_range): Same.
2609 (operator_lshift::fold_range): Return true and adjust fold_range call.
2610 (operator_rshift::fold_range): Same.
2611 (operator_cast::fold_range): Return true.
2612 (operator_logical_and::fold_range): Same.
2613 (operator_logical_or::fold_range): Same.
2614 (operator_logical_not::fold_range): Same.
2615 (operator_bitwise_not::fold_range): Adjust call to fold_range.
2616 (operator_bitwise_not::op1_range): Same.
2617 (operator_cst::fold_range): Return true.
2618 (operator_identity::fold_range): Return true.
2619 (operator_negate::fold_range): Return true and adjust fold_range call.
2620 (operator_addr_expr::fold_range): Return true.
2621 (operator_addr_expr::op1_range): Adjust call to fold_range.
2622 (range_cast): Same.
2623 * tree-vrp.c (range_fold_binary_symbolics_p): Adjust call to fold_range.
2624 (range_fold_unary_symbolics_p): Same.
2625
2626 2019-11-14 Andrew MacLeod <amacleod@redhat.com>
2627
2628 PR tree-optimization/92506
2629 * range-op.cc (range_operator::fold_range): Start with range undefined.
2630 (operator_abs::wi_fold): Fix wrong line copy... With wrapv, abs with
2631 overflow is varying.
2632
2633 2019-11-14 Aldy Hernandez <aldyh@redhat.com>
2634
2635 * range-op.cc (*operator*::*range): Remove calls to
2636 range_intersect, range_invert, and range_union in favor of calling
2637 the in-place API methods.
2638 (range_tests): Same.
2639 * range.cc (range_intersect): Remove.
2640 (range_union): Remove.
2641 (range_invert): Remove.
2642 * range.h (range_intersect): Remove.
2643 (range_union): Remove.
2644 (range_intersect): Remove.
2645
2646 2019-11-14 Ilya Leoshkevich <iii@linux.ibm.com>
2647
2648 PR rtl-optimization/92430
2649 * cfgcleanup.c (pass_jump_after_combine::gate): New function.
2650 (pass_jump_after_combine::execute): Perform jump threading
2651 unconditionally.
2652
2653 2019-11-14 Jerome Lambourg <lambourg@adacore.com>
2654 Doug Rupp <rupp@adacore.com>
2655 Olivier Hainque <hainque@adacore.com>
2656
2657 * config.gcc: Collapse the arm-vxworks entries into
2658 a single arm-wrs-vxworks7* one, bpabi based. Update
2659 the default cpu from arm8 to armv7-a
2660 * config/arm/vxworks.h (CC1_SPEC): Simplify, knowing that
2661 we always use ARM_UNWIND_INFO.
2662 (DWARF2_UNWIND_INFO): Remove redefinition.
2663 (ARM_TARGET2_DWARF_FORMAT): Likewise.
2664 (VXWORKS_PERSONALITY): Define, to "llvm".
2665 (VXWORKS_EXTRA_LIBS_RTP): Define, to "-lllvm".
2666
2667 2019-11-14 Jerome Lambourg <lambourg@adacore.com>
2668
2669 * config/arm/vxworks.h (TARGET_OS_CPP_BUILTINS): Use
2670 _VX_CPU instead of CPU and handle arm_arch8.
2671
2672 2019-11-14 Doug Rupp <rupp@adacore.com>
2673 Olivier Hainque <hainque@adacore.com>
2674 Jerome Lambourg <lambourg@adacore.com>
2675
2676 * config.gcc: Handle aarch64*-wrs-vxworks7*.
2677 * config/aarch64/aarch64-vxworks.h: New file.
2678 * config/aarch64/t-aarch64-vxworks: New file.
2679
2680 2019-11-06 Jerome Lambourg <lambourg@adacore.com>
2681 Olivier Hainque <hainque@adacore.com>
2682
2683 * config/vx-common.h (USE_TM_CLONE_REGISTRY): Remove
2684 definition, pointless with a VxWorks specific version
2685 of crtstuff.
2686 (DWARF2_UNWIND_INFO): Conditionalize on !ARM_UNWIND_INFO.
2687 * config/vxworks.h (VX_CRTBEGIN_SPEC, VX_CRTEND_SPEC):
2688 New local macros, controlling the addition of vxworks specific
2689 crtstuff objects depending on the EH mechanism and kind of
2690 module being linked.
2691 (VXWORKS_STARTFILE_SPEC, VXWORKS_ENDFILE_SPEC): Use them.
2692
2693 2019-11-06 Pat Bernardi <bernardi@adacore.com>
2694 Jerome Lambourg <lambourg@adacore.com>
2695 Olivier Hainque <hainque@adacore.com>
2696
2697 * config.gcc: Add comment to introduce the TARGET_VXWORKS
2698 common macro definitions, conveying VXWORKS7 or 64bit general
2699 variations. Add a block to set gcc_cv_initfini_array
2700 unconditionally to "yes" for VxWorks7.
2701 config/vx-common.h (VXWORKS_CC1_SPEC): New macro, empty string
2702 by default. Update some comments.
2703 config/vxworks.h (VXWORKS_EXTRA_LIBS_RTP): New macro, empty by
2704 default, to be added the end of VXWORKS_LIBS_RTP.
2705 (VXWORKS_LIBS_RTP): Replace hardcoded part by VXWORKS_BASE_LIBS_RTP
2706 and append VXWORKS_EXTRA_LIBS_RTP, both of which specific ports may
2707 redefine.
2708 (VXWORKS_NET_LIBS_RTP): Account for VxWorks7 specificities.
2709 (VXWORKS_CC1_SPEC): Common base definition, with VxWorks7 variation
2710 to account for the now available TLS abilities.
2711 (TARGET_LIBC_HAS_FUNCTION): Account for VxWorks7 abilities.
2712 (VXWORKS_HAVE_TLS): Likewise.
2713
2714 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2715
2716 * tree-vect-slp.c (vect_contains_pattern_stmt_p): New function.
2717 (vect_slp_convert_to_external): Likewise.
2718 (vect_slp_analyze_node_operations): If analysis fails, try building
2719 the node from scalars instead.
2720
2721 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2722
2723 * tree-cfg.c (verify_gimple_assign_unary): Handle conversions
2724 between vector types.
2725 * tree-vect-stmts.c (vectorizable_conversion): Extend the
2726 non-widening and non-narrowing path to handle standard
2727 conversion codes, if the target supports them.
2728 * expr.c (convert_move): Try using the extend and truncate optabs
2729 for vectors.
2730 * optabs-tree.c (supportable_convert_operation): Likewise.
2731 * config/aarch64/iterators.md (Vnarroqw): New iterator.
2732 * config/aarch64/aarch64-simd.md (<optab><Vnarrowq><mode>2)
2733 (trunc<mode><Vnarrowq>2): New patterns.
2734
2735 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2736
2737 * tree-vect-stmts.c (vect_get_vector_types_for_stmt): Don't
2738 require vectype and nunits_vectype to have the same size;
2739 instead assert that nunits_vectype has at least as many
2740 elements as vectype. Don't compute a separate nunits_vectype
2741 if the scalar type is obviously the same as vectype's.
2742 Tweak dump messages.
2743
2744 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2745
2746 * config/aarch64/aarch64.c (aarch64_vectorize_related_mode): New
2747 function.
2748 (aarch64_autovectorize_vector_modes): Also add V4HImode and V2SImode.
2749 (TARGET_VECTORIZE_RELATED_MODE): Define.
2750
2751 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2752
2753 * tree-vectorizer.h (vec_info::mode_set): New typedef.
2754 (vec_info::used_vector_mode): New member variable.
2755 (vect_chooses_same_modes_p): Declare.
2756 * tree-vect-stmts.c (get_vectype_for_scalar_type): Record each
2757 chosen vector mode in vec_info::used_vector_mode.
2758 (vect_chooses_same_modes_p): New function.
2759 * tree-vect-loop.c (vect_analyze_loop): Use it to avoid trying
2760 the same vector statements multiple times.
2761 * tree-vect-slp.c (vect_slp_bb_region): Likewise.
2762
2763 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2764
2765 * machmode.h (opt_machine_mode::operator==): New function.
2766 (opt_machine_mode::operator!=): Likewise.
2767 * tree-vectorizer.h (vec_info::vector_mode): Update comment.
2768 (get_related_vectype_for_scalar_type): Delete.
2769 (get_vectype_for_scalar_type_and_size): Declare.
2770 * tree-vect-slp.c (vect_slp_bb_region): Print dump messages to say
2771 whether analysis passed or failed, and with what vector modes.
2772 Use related_vector_mode to check whether trying a particular
2773 vector mode would be redundant with the autodetected mode,
2774 and print a dump message if we decide to skip it.
2775 * tree-vect-loop.c (vect_analyze_loop): Likewise.
2776 (vect_create_epilog_for_reduction): Use
2777 get_related_vectype_for_scalar_type instead of
2778 get_vectype_for_scalar_type_and_size.
2779 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Replace
2780 with...
2781 (get_related_vectype_for_scalar_type): ...this new function.
2782 Take a starting/"prevailing" vector mode rather than a vector size.
2783 Take an optional nunits argument, with the same meaning as for
2784 related_vector_mode. Use related_vector_mode when not
2785 auto-detecting a mode, falling back to mode_for_vector if no
2786 target mode exists.
2787 (get_vectype_for_scalar_type): Update accordingly.
2788 (get_same_sized_vectype): Likewise.
2789 * tree-vectorizer.c (get_vec_alignment_for_array_type): Likewise.
2790
2791 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2792
2793 * tree-vect-stmts.c (vectorizable_call): Require the types
2794 to have the same size.
2795
2796 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2797
2798 * tree-vect-stmts.c (vectorizable_call): If an operand is
2799 constant or external, use get_vectype_for_scalar_type
2800 rather than get_same_sized_vectype to get its vector type.
2801 (vectorizable_conversion, vectorizable_shift): Likewise.
2802 (vectorizable_operation): Likewise.
2803
2804 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2805
2806 * tree-vectorizer.h (vec_info::vector_size): Replace with...
2807 (vec_info::vector_mode): ...this new field.
2808 * tree-vect-loop.c (vect_update_vf_for_slp): Update accordingly.
2809 (vect_analyze_loop, vect_transform_loop): Likewise.
2810 * tree-vect-loop-manip.c (vect_do_peeling): Likewise.
2811 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise.
2812 (vect_make_slp_decision, vect_slp_bb_region): Likewise.
2813 * tree-vect-stmts.c (get_vectype_for_scalar_type): Likewise.
2814 * tree-vectorizer.c (try_vectorize_loop_1): Likewise.
2815
2816 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2817
2818 * target.h (vector_sizes, auto_vector_sizes): Delete.
2819 (vector_modes, auto_vector_modes): New typedefs.
2820 * target.def (autovectorize_vector_sizes): Replace with...
2821 (autovectorize_vector_modes): ...this new hook.
2822 * doc/tm.texi.in (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES):
2823 Replace with...
2824 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_MODES): ...this new hook.
2825 * doc/tm.texi: Regenerate.
2826 * targhooks.h (default_autovectorize_vector_sizes): Delete.
2827 (default_autovectorize_vector_modes): New function.
2828 * targhooks.c (default_autovectorize_vector_sizes): Delete.
2829 (default_autovectorize_vector_modes): New function.
2830 * omp-general.c (omp_max_vf): Use autovectorize_vector_modes instead
2831 of autovectorize_vector_sizes. Use the number of units in the mode
2832 to calculate the maximum VF.
2833 * omp-low.c (omp_clause_aligned_alignment): Use
2834 autovectorize_vector_modes instead of autovectorize_vector_sizes.
2835 Use a loop based on related_mode to iterate through all supported
2836 vector modes for a given scalar mode.
2837 * optabs-query.c (can_vec_mask_load_store_p): Use
2838 autovectorize_vector_modes instead of autovectorize_vector_sizes.
2839 * tree-vect-loop.c (vect_analyze_loop, vect_transform_loop): Likewise.
2840 * tree-vect-slp.c (vect_slp_bb_region): Likewise.
2841 * config/aarch64/aarch64.c (aarch64_autovectorize_vector_sizes):
2842 Replace with...
2843 (aarch64_autovectorize_vector_modes): ...this new function.
2844 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Delete.
2845 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_MODES): Define.
2846 * config/arc/arc.c (arc_autovectorize_vector_sizes): Replace with...
2847 (arc_autovectorize_vector_modes): ...this new function.
2848 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Delete.
2849 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_MODES): Define.
2850 * config/arm/arm.c (arm_autovectorize_vector_sizes): Replace with...
2851 (arm_autovectorize_vector_modes): ...this new function.
2852 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Delete.
2853 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_MODES): Define.
2854 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Replace with...
2855 (ix86_autovectorize_vector_modes): ...this new function.
2856 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Delete.
2857 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_MODES): Define.
2858 * config/mips/mips.c (mips_autovectorize_vector_sizes): Replace with...
2859 (mips_autovectorize_vector_modes): ...this new function.
2860 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_SIZES): Delete.
2861 (TARGET_VECTORIZE_AUTOVECTORIZE_VECTOR_MODES): Define.
2862
2863 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2864
2865 * tree-vect-stmts.c (vectorizable_shift): Check the number
2866 of vector elements as well as the type mode when deciding
2867 whether an op1_vectype is compatible. Reuse the result of
2868 this check when generating vector statements.
2869
2870 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2871
2872 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): If
2873 targetm.vectorize.preferred_simd_mode returns an integer mode,
2874 use mode_for_vector to decide what the vector type's mode
2875 should actually be. Use build_vector_type_for_mode instead
2876 of build_vector_type.
2877
2878 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2879
2880 * target.def (get_mask_mode): Take a vector mode itself as argument,
2881 instead of properties about the vector mode.
2882 * doc/tm.texi: Regenerate.
2883 * targhooks.h (default_get_mask_mode): Update to reflect new
2884 get_mode_mask interface.
2885 * targhooks.c (default_get_mask_mode): Likewise. Use
2886 related_int_vector_mode.
2887 * optabs-query.c (can_vec_mask_load_store_p): Update call
2888 to get_mask_mode.
2889 * tree-vect-stmts.c (check_load_store_masking): Likewise, checking
2890 first that the original mode really is a vector.
2891 * tree.c (build_truth_vector_type_for): Likewise.
2892 * config/aarch64/aarch64.c (aarch64_get_mask_mode): Update for new
2893 get_mode_mask interface.
2894 (aarch64_expand_sve_vcond): Update call accordingly.
2895 * config/gcn/gcn.c (gcn_vectorize_get_mask_mode): Update for new
2896 get_mode_mask interface.
2897 * config/i386/i386.c (ix86_get_mask_mode): Likewise.
2898
2899 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2900
2901 * tree.h (build_truth_vector_type): Delete.
2902 (build_same_sized_truth_vector_type): Likewise.
2903 * tree.c (build_truth_vector_type): Rename to...
2904 (build_truth_vector_type_for): ...this. Make static and take
2905 a vector type as argument.
2906 (truth_type_for): Update accordingly.
2907 (build_same_sized_truth_vector_type): Delete.
2908 * tree-vect-generic.c (expand_vector_divmod): Use truth_type_for
2909 instead of build_same_sized_truth_vector_type.
2910 * tree-vect-loop.c (vect_create_epilog_for_reduction): Likewise.
2911 (vect_record_loop_mask, vect_get_loop_mask): Likewise.
2912 * tree-vect-patterns.c (build_mask_conversion): Likeise.
2913 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
2914 * tree-vect-stmts.c (vect_get_vec_def_for_operand): Likewise.
2915 (vect_build_gather_load_calls, vectorizable_call): Likewise.
2916 (scan_store_can_perm_p, vectorizable_scan_store): Likewise.
2917 (vectorizable_store, vectorizable_condition): Likewise.
2918 (get_mask_type_for_scalar_type, get_same_sized_vectype): Likewise.
2919 (vect_get_mask_type_for_stmt): Use truth_type_for instead of
2920 build_truth_vector_type.
2921 * config/aarch64/aarch64-sve-builtins.cc (gimple_folder::convert_pred):
2922 Use truth_type_for instead of build_same_sized_truth_vector_type.
2923 * config/rs6000/rs6000-call.c (fold_build_vec_cmp): Likewise.
2924
2925 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2926
2927 * tree.h (build_truth_vector_type_for_mode): Declare.
2928 * tree.c (build_truth_vector_type_for_mode): New function,
2929 split out from...
2930 (build_truth_vector_type): ...here.
2931 (build_opaque_vector_type): Fix head comment.
2932 * tree-vectorizer.h (supportable_narrowing_operation): Remove
2933 vec_info parameter.
2934 (vect_halve_mask_nunits): Replace vec_info parameter with the
2935 mode of the new vector.
2936 (vect_double_mask_nunits): Likewise.
2937 * tree-vect-loop.c (vect_halve_mask_nunits): Likewise.
2938 (vect_double_mask_nunits): Likewise.
2939 * tree-vect-loop-manip.c: Include insn-config.h, rtl.h and recog.h.
2940 (vect_maybe_permute_loop_masks): Remove vinfo parameter. Update call
2941 to vect_halve_mask_nunits, getting the required mode from the unpack
2942 patterns.
2943 (vect_set_loop_condition_masked): Update call accordingly.
2944 * tree-vect-stmts.c (supportable_narrowing_operation): Remove vec_info
2945 parameter and update call to vect_double_mask_nunits.
2946 (vectorizable_conversion): Update call accordingly.
2947 (simple_integer_narrowing): Likewise. Remove vec_info parameter.
2948 (vectorizable_call): Update call accordingly.
2949 (supportable_widening_operation): Update call to
2950 vect_halve_mask_nunits.
2951 * config/aarch64/aarch64-sve-builtins.cc (register_builtin_types):
2952 Use build_truth_vector_type_mode instead of build_truth_vector_type.
2953
2954 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2955
2956 * machmode.h (mode_for_int_vector): Delete.
2957 (related_int_vector_mode): Declare.
2958 * stor-layout.c (mode_for_int_vector): Delete.
2959 (related_int_vector_mode): New function.
2960 * optabs.c (expand_vec_perm_1): Use related_int_vector_mode
2961 instead of mode_for_int_vector.
2962 (expand_vec_perm_const): Likewise.
2963 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
2964 (aarch64_evpc_sve_tbl): Likewise.
2965 * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
2966 (s390_expand_vcond): Likewise.
2967
2968 2019-11-14 Richard Sandiford <richard.sandiford@arm.com>
2969
2970 * target.def (related_mode): New hook.
2971 * doc/tm.texi.in (TARGET_VECTORIZE_RELATED_MODE): New hook.
2972 * doc/tm.texi: Regenerate.
2973 * targhooks.h (default_vectorize_related_mode): Declare.
2974 * targhooks.c (default_vectorize_related_mode): New function.
2975 * machmode.h (related_vector_mode): Declare.
2976 * stor-layout.c (related_vector_mode): New function.
2977 * expmed.c (extract_bit_field_1): Use it instead of mode_for_vector.
2978 * optabs-query.c (qimode_for_vec_perm): Likewise.
2979 * tree-vect-stmts.c (get_group_load_store_type): Likewise.
2980 (vectorizable_store, vectorizable_load): Likewise
2981
2982 2019-11-14 Richard Henderson <richard.henderson@linaro.org>
2983
2984 * config/arm/aarch-common-protos.h (arm_md_asm_adjust): Declare.
2985 * config/arm/aarch-common.c (arm_md_asm_adjust): New.
2986 * config/arm/arm-c.c (arm_cpu_builtins): Define
2987 __GCC_ASM_FLAG_OUTPUTS__.
2988 * config/arm/arm.c (TARGET_MD_ASM_ADJUST): New.
2989 * config/aarch64/aarch64-c.c (aarch64_define_unconditional_macros):
2990 Define __GCC_ASM_FLAG_OUTPUTS__.
2991 * config/aarch64/aarch64.c (TARGET_MD_ASM_ADJUST): New.
2992 * doc/extend.texi (FlagOutputOperands): Add documentation
2993 for ARM and AArch64.
2994
2995 * config/arm/arm-modes.def (CC_NZ): Rename from CC_NOOV.
2996 * config/arm/predicates.md (nz_comparison_operator): Rename
2997 from noov_comparison_operator.
2998 * config/arm/arm.c (arm_select_cc_mode): Use CC_NZmode name.
2999 (arm_gen_dicompare_reg): Likewise.
3000 (maybe_get_arm_condition_code): Likewise.
3001 (thumb1_final_prescan_insn): Likewise.
3002 (arm_emit_coreregs_64bit_shift): Likewise.
3003 * config/arm/arm.md (addsi3_compare0): Likewise.
3004 (*addsi3_compare0_scratch, subsi3_compare0): Likewise.
3005 (*mulsi3_compare0, *mulsi3_compare0_v6): Likewise.
3006 (*mulsi3_compare0_scratch, *mulsi3_compare0_scratch_v6): Likewise.
3007 (*mulsi3addsi_compare0, *mulsi3addsi_compare0_v6): Likewise.
3008 (*mulsi3addsi_compare0_scratch): Likewise.
3009 (*mulsi3addsi_compare0_scratch_v6): Likewise.
3010 (*andsi3_compare0, *andsi3_compare0_scratch): Likewise.
3011 (*zeroextractsi_compare0_scratch): Likewise.
3012 (*ne_zeroextractsi, *ne_zeroextractsi_shifted): Likewise.
3013 (*ite_ne_zeroextractsi, *ite_ne_zeroextractsi_shifted): Likewise.
3014 (andsi_not_shiftsi_si_scc_no_reuse): Likewise.
3015 (andsi_not_shiftsi_si_scc): Likewise.
3016 (*andsi_notsi_si_compare0, *andsi_notsi_si_compare0_scratch): Likewise.
3017 (*iorsi3_compare0, *iorsi3_compare0_scratch): Likewise.
3018 (*xorsi3_compare0, *xorsi3_compare0_scratch): Likewise.
3019 (*shiftsi3_compare0, *shiftsi3_compare0_scratch): Likewise.
3020 (*not_shiftsi_compare0, *not_shiftsi_compare0_scratch): Likewise.
3021 (*notsi_compare0, *notsi_compare0_scratch): Likewise.
3022 (return_addr_mask, *check_arch2): Likewise.
3023 (*arith_shiftsi_compare0, *arith_shiftsi_compare0_scratch): Likewise.
3024 (*sub_shiftsi_compare0, *sub_shiftsi_compare0_scratch): Likewise.
3025 (compare_scc splitters): Likewise.
3026 (movcond_addsi): Likewise.
3027 * config/arm/thumb2.md (thumb2_addsi3_compare0): Likewise.
3028 (*thumb2_addsi3_compare0_scratch): Likewise.
3029 (*thumb2_mulsi_short_compare0): Likewise.
3030 (*thumb2_mulsi_short_compare0_scratch): Likewise.
3031 (compare peephole2s): Likewise.
3032 * config/arm/thumb1.md (thumb1_cbz): Use CC_NZmode and
3033 nz_comparison_operator names.
3034 (cbranchsi4_insn): Likewise.
3035
3036 * config/arm/constraints.md (c): Use cc_register predicate.
3037
3038 * config/aarch64/constraints.md (c): New constraint.
3039
3040 2019-11-14 Jan Hubicka <hubicka@ucw.cz>
3041
3042 * ipa-fnsummary.c (ipa_call_context::estimate_size_and_time,
3043 ipa_merge_fn_summary_after_inlining): Micro optimize.
3044
3045 2019-11-14 Jan Hubicka <hubicka@ucw.cz>
3046
3047 * params.opt (max-inline-insns-single-O2): Set to 70 (instead of 30).
3048
3049 2019-11-14 Jan Hubicka <hubicka@ucw.cz>
3050
3051 * ipa-cp.c (ipa_vr_operation_and_type_effects): Move up in file.
3052 (ipa_value_range_from_jfunc): New function.
3053 * ipa-fnsummary.c (evaluate_conditions_for_known_args): Add
3054 known_value_ranges parameter; use it to evalulate conditions.
3055 (evaluate_properties_for_edge): Compute known value ranges.
3056 (ipa_fn_summary_t::duplicate): Update use of
3057 evaluate_conditions_for_known_args.
3058 (estimate_ipcp_clone_size_and_time): Likewise.
3059 (ipa_merge_fn_summary_after_inlining): Likewise.
3060 * ipa-prop.h (ipa_value_range_from_jfunc): Declare.
3061
3062 2019-11-14 Martin Liska <mliska@suse.cz>
3063
3064 * ipa-inline.c (want_inline_small_function_p): Use
3065 CIF_MAX_INLINE_INSNS_AUTO_LIMIT instead
3066 of CIF_MAX_INLINE_INSNS_SINGLE_O2_LIMIT.
3067
3068 2019-11-14 Martin Liska <mliska@suse.cz>
3069
3070 * ipa-cp.c (devirtualization_time_bonus): Use opt_for_fn
3071 of a callee to get value of the param.
3072 * ipa-inline.c (inline_insns_auto): Use proper
3073 opt_for_fn.
3074 * opts.c (maybe_default_option): Do not overwrite param
3075 value if optimization level does not match. Note that
3076 params usually have default value set via Init() keyword.
3077 * params.opt: Remove -param=max-inline-insns-auto-O2.
3078 * cif-code.def (MAX_INLINE_INSNS_AUTO_O2_LIMIT): Remove.
3079 * doc/invoke.texi: Remove documentation of
3080 max-inline-insns-auto-O2.
3081
3082 2019-11-14 Martin Liska <mliska@suse.cz>
3083
3084 * tree-switch-conversion.c (switch_conversion::switch_conversion):
3085 Do not initialize m_other_count.
3086 (switch_conversion::collect): Do not count m_default_count and
3087 m_other_count as we use frequencies for edges.
3088 * tree-switch-conversion.h: Remove m_default_count and m_other_count.
3089
3090 2019-11-14 Martin Liska <mliska@suse.cz>
3091
3092 PR other/92329
3093 * doc/invoke.texi: Document -fallocation-dce.
3094
3095 2019-11-14 Martin Liska <mliska@suse.cz>
3096
3097 PR target/92389
3098 * config/i386/i386.h: Add PTA_AVX512VPOPCNTDQ to
3099 PTA_ICELAKE_CLIENT which is later interited by
3100 PTA_ICELAKE_SERVER and PTA_TIGERLAKE.
3101
3102 2019-11-14 Martin Liska <mliska@suse.cz>
3103
3104 * ipa-icf.c (sem_item_optimizer::execute): Save
3105 loaded_symbols.
3106 (sem_item_optimizer::parse_nonsingleton_classes):
3107 Return number of loaded symbols.
3108 (sem_item_optimizer::merge_classes): Print
3109 statistics about totally needed symbols.
3110 * ipa-icf.h (parse_nonsingleton_classes): Change return
3111 type.
3112 (merge_classes): Add one argument.
3113
3114 2019-11-14 Martin Liska <mliska@suse.cz>
3115
3116 * ipa-icf-gimple.c (func_checker::hash_operand): Improve
3117 func_checker::hash_operand by handling of FIELD_DECLs.
3118
3119 2019-11-14 Martin Liska <mliska@suse.cz>
3120
3121 * ipa-icf-gimple.h (func_checker::func_checker): Add
3122 default constructor.
3123 * ipa-icf.c (sem_function::init): Make operand_equal_p
3124 and hash_operand public.
3125 (sem_item::add_expr): Remove.
3126 (sem_item::add_type): Remove.
3127 (sem_function::hash_stmt): Use m_checker for hashing
3128 of GIMPLE statements.
3129 (sem_function::parse): Init with checker.
3130 (sem_variable::parse): Pass NULL as checker.
3131 (sem_item_optimizer::parse_funcs_and_vars):
3132 Pass checker to ::parse function.
3133 (sem_item_optimizer::parse_nonsingleton_classes): Likewise.
3134 (sem_variable::parse): New function.
3135 (sem_variable::get_hash): Only return computed hash value.
3136 (sem_variable::init): Initialize hash of a variable.
3137 * ipa-icf.h: Remove add_expr, add_type and add func_checker
3138 to couple of functions as a new argument.
3139
3140 2019-11-14 Martin Liska <mliska@suse.cz>
3141
3142 * ipa-icf-gimple.c (func_checker::compare_gimple_call): Update
3143 bail out reason.
3144 (func_checker::compare_gimple_assign): Likewise.
3145
3146 2019-11-14 Jakub Jelinek <jakub@redhat.com>
3147
3148 * config/i386/i386-options.c (ix86_omp_device_kind_arch_isa): Don't
3149 change sse4.2 to sse4_2 and sse4.1 to sse4.1.
3150 * config/i386/t-omp-device (omp-device-properties-i386): Likewise.
3151
3152 * omp-general.c (omp_context_name_list_prop): New function.
3153 (omp_context_selector_matches): Use it. Return 0 if it returns
3154 NULL.
3155 (omp_context_selector_props_compare): Allow equivalency of an
3156 identifier and a string literal containing no embedded zeros.
3157
3158 2019-11-14 Aldy Hernandez <aldyh@redhat.com>
3159
3160 * range-op.cc (RANGE3): Remove.
3161 (range_tests): Remove all selftest that check for multi-ranges.
3162 Put tests in namespace selftest.
3163 * selftest.h: Move range_tests into namespace selftest.
3164 * value-range.h (class value_range): Unfriend range_tests.
3165
3166 2019-11-14 Aldy Hernandez <aldyh@redhat.com>
3167
3168 * tree-vrp.c (range_fold_binary_symbolics_p): Adapt for
3169 normalize_symbolics and normalize_addresses working in place.
3170 (range_fold_unary_symbolics_p): Same.
3171 (range_fold_unary_symbolics_p): Same.
3172 * value-range.cc (num_pairs): Same.
3173 (lower_bound): Same.
3174 (upper_bound): Same.
3175 (contains_p): Same.
3176 (normalize_addresses): Same.
3177 (normalize_symbolics): Same.
3178 * value-range.h (normalize_symbolics): Same.
3179 (normalize_addresses): Same.
3180
3181 2019-11-14 Feng Xue <fxue@os.amperecomputing.com>
3182
3183 PR ipa/91682
3184 * ipa-prop.h (jump_func_type): New value IPA_JF_LOAD_AGG.
3185 (ipa_load_agg_data, ipa_agg_value, ipa_agg_value_set): New structs.
3186 (ipa_agg_jf_item): Add new field jftype and type, redefine field value.
3187 (ipa_agg_jump_function): Remove member function equal_to.
3188 (ipa_agg_jump_function_p): Remove typedef.
3189 (ipa_copy_agg_values, ipa_release_agg_values): New functions.
3190 * ipa-prop.c (ipa_print_node_jump_functions_for_edge): Dump
3191 information for aggregate jump function.
3192 (get_ssa_def_if_simple_copy): Add new parameter rhs_stmt to
3193 record last definition statement.
3194 (load_from_unmodified_param_or_agg): New function.
3195 (ipa_known_agg_contents_list): Add new field type and value, remove
3196 field constant.
3197 (build_agg_jump_func_from_list): Rename parameter const_count to
3198 value_count, build aggregate jump function from ipa_load_agg_data.
3199 (analyze_agg_content_value): New function.
3200 (extract_mem_content): Analyze memory store assignment to prepare
3201 information for aggregate jump function generation.
3202 (determine_known_aggregate_parts): Add new parameter fbi, remove
3203 parameter aa_walk_budeget_p.
3204 (update_jump_functions_after_inlining): Update aggregate jump function.
3205 (ipa_find_agg_cst_for_param): Change type of parameter agg.
3206 (try_make_edge_direct_simple_call): Add new parameter new_root.
3207 (try_make_edge_direct_virtual_call): Add new parameter new_root and
3208 new_root_info.
3209 (update_indirect_edges_after_inlining): Pass new argument to
3210 try_make_edge_direct_simple_call and try_make_edge_direct_virtual_call.
3211 (ipa_write_jump_function): Write aggregate jump function to file.
3212 (ipa_read_jump_function): Read aggregate jump function from file.
3213 (ipa_agg_value::equal_to): Migrate from ipa_agg_jf_item::equal_to.
3214 * ipa-cp.c (ipa_get_jf_arith_result): New function.
3215 (ipa_agg_value_from_node): Likewise.
3216 (ipa_agg_value_set_from_jfunc): Likewise.
3217 (propagate_vals_across_arith_jfunc): Likewise.
3218 (propagate_aggregate_lattice): Likewise.
3219 (ipa_get_jf_pass_through_result): Call ipa_get_jf_arith_result.
3220 (propagate_vals_across_pass_through): Call
3221 propagate_vals_across_arith_jfunc.
3222 (get_clone_agg_value): Move forward.
3223 (propagate_aggs_across_jump_function): Handle value propagation for
3224 aggregate jump function.
3225 (agg_jmp_p_vec_for_t_vec): Remove.
3226 (context_independent_aggregate_values): Replace vec<ipa_agg_jf_item>
3227 with vec<ipa_agg_value>.
3228 (copy_plats_to_inter, intersect_with_plats): Likewise.
3229 (agg_replacements_to_vector, intersect_with_agg_replacements): Likewise.
3230 (intersect_aggregate_with_edge): Likewise.
3231 (find_aggregate_values_for_callers_subset): Likewise.
3232 (cgraph_edge_brings_all_agg_vals_for_node): Likewise.
3233 (estimate_local_effects): Replace vec<ipa_agg_jump_function> and
3234 vec<ipa_agg_jump_function_p> with vec<ipa_agg_value_set>.
3235 (gather_context_independent_values): Likewise.
3236 (perform_estimation_of_a_value, decide_whether_version_node): Likewise.
3237 * ipa-fnsummary.c (evaluate_conditions_for_known_args): Replace
3238 vec<ipa_agg_jump_function_p> with vec<ipa_agg_value_set>.
3239 (evaluate_properties_for_edge): Likewise.
3240 (estimate_edge_devirt_benefit): Likewise.
3241 (estimate_edge_size_and_time): Likewise.
3242 (estimate_calls_size_and_time): Likewise.
3243 (ipa_call_context::ipa_call_context): Likewise.
3244 (estimate_ipcp_clone_size_and_time): Likewise.
3245 * ipa-fnsummary.h (ipa_call_context): Replace
3246 vec<ipa_agg_jump_function_p> with vec<ipa_agg_value_set>.
3247 * ipa-inline-analysis.c (do_estimate_edge_time): Replace
3248 vec<ipa_agg_jump_function_p> with vec<ipa_agg_value_set>.
3249 (do_estimate_edge_size): Likewise.
3250 (do_estimate_edge_hints): Likewise.
3251
3252 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3253
3254 * ipa-cp.c (propagate_vr_across_jump_function): Propagate also across
3255 binary operations.
3256
3257 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3258
3259 * ipa-profile.c (check_argument_count): Check properly that e_info
3260 is non-NULL; do not check descriptors.
3261
3262 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3263
3264 * ipa-inline-analysis.c (do_estimate_edge_time): Relax
3265 check for ipa profiles.
3266
3267 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3268
3269 PR c++/92421
3270 * ipa-prop.c (update_indirect_edges_after_inlining):
3271 Mark parameter as used.
3272 * ipa-inline.c (recursive_inlining): Reset node cache
3273 after inlining.
3274 (inline_small_functions): Remove checking ifdef.
3275 * ipa-inline-analysis.c (do_estimate_edge_time): Verify
3276 cache consistency.
3277
3278 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3279
3280 PR ipa/92498
3281 * ipa-profile.c (check_argument_count): Do not ICE when descriptors
3282 is NULL.
3283 (ipa_profile): Fix reversed test.
3284
3285 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3286
3287 * ipa-cp.c (ignore_edge_p): Do not check caller flags.
3288 (propagate_constants_topo): Fix typo.
3289
3290 2019-11-13 Aldy Hernandez <aldyh@redhat.com>
3291
3292 * Makefile.in (OBJS): Add value-range.o.
3293 (GTFILES): Add value-range.h.
3294 * gengtype.c (open_base_files): Add value-range.h to list of
3295 header files.
3296 * tree-vrp.c: Move the following value_range related functions:
3297 ranges_from_anti_range, value_range, check, equal_p, symbolic_p,
3298 constant_p, set_undefined, set_varying, may_contain_p,
3299 singleton_p, type, dump, dump_value_range, debug, vrp_val_max,
3300 vrp_val_min, vrp_val_is_min, vrp_val_is_max, set, set_nonzero,
3301 set_zero, vrp_operand_equal_p, range_has_numeric_bounds_p,
3302 value_inside_range, ranges_from_anti_range, union_ranges,
3303 intersect_ranges, intersect_helper, union_helper, union_,
3304 normalize_addresses, normalize_symbolics, num_pairs, lower_bound,
3305 upper_bound, contains_p, invert, intersect...
3306 * value-range.cc: ...to here.
3307 * tree-vrp.h: Move class value_range, enum_value_range_kind, and
3308 associated inline methods from here...
3309 * value-range.h: ...to here.
3310
3311 2019-11-13 Dragan Mladjenovic <dmladjenovic@wavecomp.com>
3312
3313 * config/mips/mips.md (rotr<mode>3): Sanitize the constant argument
3314 instead of asserting its value.
3315
3316 (2019-11-13 Aldy Hernandez <aldyh@redhat.com>
3317
3318 * gimple-fold.c (size_must_be_zero_p): Rewrite use of value_range
3319 constructors and set methods so value_range_kind is the last
3320 argument and defaults to VR_RANGE.
3321 * gimple-ssa-evrp-analyze.c (record_ranges_from_stmt): Same.
3322 * ipa-cp.c (propagate_vr_across_jump_function): Same.
3323 * ipa-prop.c (ipa_get_value_range): Same.
3324 (ipa_compute_jump_functions_for_edge): Same.
3325 * range-op.cc (value_range_from_overflowed_bounds): Same.
3326 (operator_cast::op1_range): Same.
3327 (range_tests): Same.
3328 * range.cc (range_nonzero): Same.
3329 * tree-ssanames.c (get_range_info): Same.
3330 * tree-vrp.c (value_range_equiv::set): Same.
3331 (value_range::value_range): Same.
3332 (value_range_equiv::value_range_equiv): Same.
3333 (value_range_equiv::update): Same.
3334 (value_range_equiv::deep_copy): Same.
3335 (value_range_equiv::move): Same.
3336 (value_range_equiv::set_undefined): Same.
3337 (value_range::set): Same.
3338 (value_range::set_nonzero): Same.
3339 (ranges_from_anti_range): Same.
3340 (extract_range_from_plus_minus_expr): Same.
3341 (value_range::intersect_helper): Same.
3342 (value_range_equiv::intersect): Same.
3343 (value_range::union_helper): Same.
3344 (value_range_equiv::union_): Same.
3345 (value_range::normalize_symbolics): Same.
3346 (value_range::invert): Same.
3347 (determine_value_range_1): Same.
3348 * tree-vrp.h (class value_range): Same.
3349 (class value_range_equiv): Same.
3350 * vr-values.c (set_value_range_to_nonnegative): Same.
3351 (set_value_range_to_truthvalue): Same.
3352 (vr_values::update_value_range): Same.
3353 (vr_values::extract_range_for_var_from_comparison_expr): Same.
3354 (vr_values::extract_range_from_binary_expr): Same.
3355 (vr_values::extract_range_from_comparison): Same.
3356 (vr_values::extract_range_basic): Same.
3357 (vr_values::adjust_range_with_scev): Same.
3358 (vr_values::vrp_evaluate_conditional_warnv_with_ops): Same.
3359 (vr_values::extract_range_from_phi_node): Same.
3360
3361 2019-11-13 Ulrich Drepper <drepper@redhat.com>
3362
3363 * tree-dump.c (dequeue_and_dump): Print first tree operand
3364 for VIEW_CONVERT_EXPR.
3365
3366 2019-11-13 Joseph Myers <joseph@codesourcery.com>
3367
3368 * ginclude/float.c [__STDC_VERSION__ > 201710L] (FLT_NORM_MAX,
3369 DBL_NORM_MAX, LDBL_NORM_MAX): Define.
3370 * real.c (get_max_float): Add norm_max argument.
3371 * real.h (get_max_float): Update prototype.
3372 * builtins.c (fold_builtin_interclass_mathfn): Update calls to
3373 get_max_float.
3374
3375 2019-11-13 Martin Liska <mliska@suse.cz>
3376
3377 * dbgcnt.c (test_sorted_dbg_counters): New.
3378 (dbgcnt_c_tests): Likewise.
3379 * selftest-run-tests.c (selftest::run_tests): Likewise.
3380 * selftest.h (dbgcnt_c_tests): Likewise.
3381
3382 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3383 Martin Jambor <mjambor@suse.cz>
3384
3385 PR ipa/92454
3386 * ipa-cp.c (spread_undeadness): Check that IPA_NODE_REF exists.
3387 (identify_dead_nodes): Likewise.
3388
3389 2019-11-13 Martin Liska <mliska@suse.cz>
3390
3391 * ipa-icf.c (sem_function::equals_private): Do not overuse
3392 push/pop_cfun functions.
3393
3394 2019-11-13 Martin Liska <mliska@suse.cz>
3395
3396 * common.opt: Document change of -fdbg-cnt option.
3397 * dbgcnt.c (DEBUG_COUNTER): Remove.
3398 (dbg_cnt_is_enabled): Remove.
3399 (dbg_cnt): Work with new intervals.
3400 (dbg_cnt_set_limit_by_index): Set to new
3401 list of intervals.
3402 (dbg_cnt_set_limit_by_name): Likewise.
3403 (dbg_cnt_process_single_pair): Process new format.
3404 (dbg_cnt_process_opt): Likewise.
3405 (dbg_cnt_list_all_counters): Likewise.
3406 * doc/invoke.texi: Document change of -fdbg-cnt option.
3407 (cmp_tuples): New.
3408
3409 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3410
3411 * ipa-inline.c (ipa_inline): Check that function is defined before
3412 flattening.
3413
3414 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
3415 Julian Brown <julian@codesourcery.com>
3416
3417 * config/gcn/gcn.c (gcn_goacc_validate_dims): Ensure
3418 flag_worker_partitioning is not set.
3419 (TARGET_GOACC_WORKER_PARTITIONING): Remove target hook definition.
3420 * config/gcn/gcn.opt (macc-experimental-workers): Default to off.
3421
3422 2019-11-13 Andrew Stubbs <ams@codesourcery.com>
3423
3424 * config/gcn/gcn-run.c (heap_region): New global variable.
3425 (struct hsa_runtime_fn_info): Add hsa_memory_assign_agent_fn.
3426 (init_hsa_runtime_functions): Initialize hsa_memory_assign_agent.
3427 (get_kernarg_region): Move contents to ....
3428 (get_memory_region): .... here.
3429 (get_heap_region): New function.
3430 (init_device): Initialize the heap_region.
3431 (device_malloc): Add region parameter.
3432 (struct kernargs): Move heap ....
3433 (heap): ... to global scope.
3434 (main): Allocate heap separate to kernargs.
3435
3436 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3437
3438 * ipa-prop.c (ipa_print_node_jump_functions,
3439 ipa_print_node_params): Print info about missing summaries.
3440
3441 2019-11-13 Richard Sandiford <richard.sandiford@arm.com>
3442
3443 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Include
3444 the cost of generating loop masks.
3445
3446 2019-11-13 Richard Sandiford <richard.sandiford@arm.com>
3447
3448 * tree-vectorizer.h (vect_apply_runtime_profitability_check_p):
3449 New function.
3450 * tree-vect-loop-manip.c (vect_loop_versioning): Use it.
3451 * tree-vect-loop.c (vect_analyze_loop_2): Likewise.
3452 (vect_transform_loop): Likewise.
3453 (vect_analyze_loop_costing): Don't take the cost of versioning
3454 into account for the static profitability threshold if it turns
3455 out that no versioning is needed.
3456
3457 2019-11-13 Jan Hubicka <hubicka@ucw.cz>
3458
3459 * ipa.c (cgraph_build_static_cdtor): Pass optimization_default_node
3460 and target_option_default_node to get -fprofile-generate ctors working
3461 right with LTO.
3462
3463 2019-11-13 Richard Sandiford <richard.sandiford@arm.com>
3464
3465 * tree-vectorizer.h (vect_nop_conversion_p): Declare.
3466 * tree-vect-stmts.c (vect_nop_conversion_p): New function.
3467 (vectorizable_assignment): Don't add a cost for nop conversions.
3468 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost):
3469 Likewise.
3470 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Likewise.
3471
3472 2019-11-13 Richard Sandiford <richard.sandiford@arm.com>
3473
3474 * tree-vect-stmts.c (vect_model_promotion_demotion_cost): Take the
3475 number of ncopies as an additional argument.
3476 (vectorizable_conversion): Update call accordingly. Use "modifier"
3477 to check whether a conversion is between vectors with the same
3478 numbers of units.
3479
3480 2019-11-13 Richard Sandiford <richard.sandiford@arm.com>
3481
3482 * config/aarch64/aarch64-sve-builtins-functions.h
3483 (unary_count::expand): Use aarch64_sve_int_mode instead of
3484 mode_for_int_vector.
3485
3486 2019-11-13 Martin Liska <mliska@suse.cz>
3487
3488 * opts.c: Update comment about OPT_LEVELS_2_PLUS_SPEED_ONLY.
3489
3490 2019-11-13 Martin Liska <mliska@suse.cz>
3491
3492 * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers):
3493 Remove call to finalize_options_struct.
3494
3495 2019-11-13 Georg-Johann Lay <avr@gjlay.de>
3496
3497 PR target/92055
3498 * config/avr/t-avr (avr-mcus): Do not depend on
3499 $(srcdir)/config/avr/t-multilib.
3500
3501 2019-11-13 Richard Biener <rguenther@suse.de>
3502
3503 PR tree-optimization/92473
3504 * tree-vect-loop.c (vect_create_epilog_for_reduction): Perform
3505 direct optab reduction in the correct type.
3506
3507 2019-11-12 Segher Boessenkool <segher@kernel.crashing.org>
3508
3509 * config/rs6000/rs6000.md (rs6000_set_fpscr_drn): Use ULL on big
3510 hexadecimal literal.
3511
3512 2019-11-12 Segher Boessenkool <segher@kernel.crashing.org>
3513
3514 * config/rs6000/vsx.md (xscmpexpdp_<code> for CMP_TEST): Handle
3515 UNORDERED if !HONOR_NANS (DFmode).
3516 (xscmpexpqp_<code>_<mode> for CMP_TEST and IEEE128): Handle UNORDERED
3517 if !HONOR_NANS (<MODE>mode).
3518
3519 2019-11-12 Jan Hubicka <hubicka@ucw.cz>
3520
3521 * ipa-cp.c (ignore_edge_p): Also look for optimize flag.
3522 (ipcp_verify_propagated_values): Likewise.
3523 (propagate_constants_across_call): Likewise.
3524 (propagate_constants_topo): Likewise.
3525 (ipcp_propagate_stage): Likewise.
3526
3527 2019-11-12 Jan Hubicka <hubicka@ucw.cz>
3528
3529 PR ipa/92471
3530 * ipa-profile.c (check_argument_count): Break out from ...;
3531 watch for missing summaries.
3532 (ipa_profile): Here.
3533
3534 2019-11-12 Martin Sebor <msebor@redhat.com>
3535
3536 PR tree-optimization/92412
3537 * targhooks.c (default_ref_may_alias_errno): Errono can only alias
3538 extern variables.
3539
3540 2019-11-12 Martin Sebor <msebor@redhat.com>
3541
3542 PR middle-end/83688
3543 * gimple-ssa-sprintf.c (format_result::alias_info): New struct.
3544 (directive::argno): New member.
3545 (format_result::aliases, format_result::alias_count): New data members.
3546 (format_result::append_alias): New member function.
3547 (fmtresult::dst_offset): New data member.
3548 (pass_sprintf_length::call_info::dst_origin): New data member.
3549 (pass_sprintf_length::call_info::dst_field, dst_offset): Same.
3550 (char_type_p, array_elt_at_offset, field_at_offset): New functions.
3551 (get_origin_and_offset): Same.
3552 (format_string): Call it.
3553 (format_directive): Call append_alias and set directive argument
3554 number.
3555 (maybe_warn_overlap): New function.
3556 (pass_sprintf_length::compute_format_length): Call it.
3557 (pass_sprintf_length::handle_gimple_call): Initialize new members.
3558 * gcc/tree-ssa-strlen.c (): Also enable when -Wrestrict is on.
3559
3560 2019-11-12 Ilya Leoshkevich <iii@linux.ibm.com>
3561
3562 PR rtl-optimization/92430
3563 * cfgcleanup.c (pass_jump_after_combine::execute): Free
3564 dominance info at the beginning.
3565
3566 2019-11-12 Richard Biener <rguenther@suse.de>
3567
3568 PR tree-optimization/92460
3569 * tree-vect-stmts.c (vectorizable_simd_clone_call): Unshare
3570 expression before gimplifying.
3571
3572 2019-11-12 Richard Biener <rguenther@suse.de>
3573
3574 PR tree-optimization/92461
3575 * tree-vect-loop.c (vect_create_epilog_for_reduction): Update
3576 stmt after propagation.
3577
3578 2019-11-12 Martin Liska <mliska@suse.cz>
3579
3580 * config/i386/i386-options.c (ix86_recompute_optlev_based_flags):
3581 Use SET_OPTION_IF_UNSET.
3582 (ix86_option_override_internal): Likewise.
3583 * opts.c (default_options_optimization): Likewise.
3584 (finish_options): Likewise.
3585 (enable_fdo_optimizations): Likewise.
3586 (common_handle_option): Likewise.
3587
3588 2019-11-12 Martin Liska <mliska@suse.cz>
3589
3590 * common/common-target.def: Remove option_validate_param and
3591 option_default_params.
3592 * common/common-targhooks.c (default_option_validate_param):
3593 Remove.
3594 * common/common-targhooks.h (default_option_validate_param):
3595 Remove.
3596 * common/config/aarch64/aarch64-common.c (TARGET_OPTION_DEFAULT_PARAMS):
3597 Remove usage of this.
3598 (TARGET_OPTION_VALIDATE_PARAM): Likewise.
3599 (aarch64_option_validate_param): Likewise.
3600 (aarch64_option_default_params): Likewise
3601 * common/config/bpf/bpf-common.c (bpf_option_default_params): Likewise.
3602 (TARGET_OPTION_DEFAULT_PARAMS): Likewise.
3603 * common/config/ia64/ia64-common.c (ia64_option_default_params): Likewise.
3604 (TARGET_OPTION_DEFAULT_PARAMS): Likewise.
3605 * common/config/powerpcspe/powerpcspe-common.c (rs6000_option_default_params): Likewise.
3606 (TARGET_OPTION_DEFAULT_PARAMS): Likewise.
3607 * common/config/rs6000/rs6000-common.c (rs6000_option_default_params): Likewise.
3608 (TARGET_OPTION_DEFAULT_PARAMS): Likewise.
3609 * common/config/sh/sh-common.c (sh_option_default_params): Likewise.
3610 (TARGET_OPTION_DEFAULT_PARAMS): Likewise.
3611 * config/aarch64/aarch64.c (aarch64_override_options_internal): Validate
3612 guard_size here.
3613 * doc/tm.texi: Remove option_default_params and option_validate_param.
3614 * doc/tm.texi.in: Likewise.
3615
3616 2019-11-12 Martin Liska <mliska@suse.cz>
3617
3618 * common/common-target.def:
3619 Do not mention set_default_param_value
3620 and set_param_value.
3621 * doc/tm.texi: Likewise.
3622
3623 2019-11-12 Martin Liska <mliska@suse.cz>
3624
3625 * common.opt: Remove param_values.
3626 * config/i386/i386-options.c (ix86_valid_target_attribute_p):
3627 Remove finalize_options_struct.
3628 * gcc.c (driver::decode_argv): Do not call global_init_params
3629 and finish_params.
3630 (driver::finalize): Do not call params_c_finalize
3631 and finalize_options_struct.
3632 * opt-suggestions.c (option_proposer::get_completions): Remove
3633 special casing of params.
3634 (option_proposer::find_param_completions): Remove.
3635 (test_completion_partial_match): Update expected output.
3636 * opt-suggestions.h: Remove find_param_completions.
3637 * opts-common.c (add_misspelling_candidates): Add
3638 --param with a space.
3639 * opts.c (handle_param): Remove.
3640 (init_options_struct):. Remove init_options_struct and
3641 similar calls.
3642 (finalize_options_struct): Remove.
3643 (common_handle_option): Use SET_OPTION_IF_UNSET.
3644 * opts.h (finalize_options_struct): Remove.
3645 * toplev.c (general_init): Do not call global_init_params.
3646 (toplev::finalize): Do not call params_c_finalize and
3647 finalize_options_struct.
3648
3649 2019-11-12 Martin Liska <mliska@suse.cz>
3650
3651 * Makefile.in: Remove PARAMS_H and params.list
3652 and params.options.
3653 * params-enum.h: Remove.
3654 * params-list.h: Remove.
3655 * params-options.h: Remove.
3656 * params.c: Remove.
3657 * params.def: Remove.
3658 * params.h: Remove.
3659 * asan.c: Do not include params.h.
3660 * auto-profile.c: Likewise.
3661 * bb-reorder.c: Likewise.
3662 * builtins.c: Likewise.
3663 * cfgcleanup.c: Likewise.
3664 * cfgexpand.c: Likewise.
3665 * cfgloopanal.c: Likewise.
3666 * cgraph.c: Likewise.
3667 * combine.c: Likewise.
3668 * common/config/aarch64/aarch64-common.c: Likewise.
3669 * common/config/gcn/gcn-common.c: Likewise.
3670 * common/config/ia64/ia64-common.c: Likewise.
3671 * common/config/powerpcspe/powerpcspe-common.c: Likewise.
3672 * common/config/rs6000/rs6000-common.c: Likewise.
3673 * common/config/sh/sh-common.c: Likewise.
3674 * config/aarch64/aarch64.c: Likewise.
3675 * config/alpha/alpha.c: Likewise.
3676 * config/arm/arm.c: Likewise.
3677 * config/avr/avr.c: Likewise.
3678 * config/csky/csky.c: Likewise.
3679 * config/i386/i386-builtins.c: Likewise.
3680 * config/i386/i386-expand.c: Likewise.
3681 * config/i386/i386-features.c: Likewise.
3682 * config/i386/i386-options.c: Likewise.
3683 * config/i386/i386.c: Likewise.
3684 * config/ia64/ia64.c: Likewise.
3685 * config/rs6000/rs6000-logue.c: Likewise.
3686 * config/rs6000/rs6000.c: Likewise.
3687 * config/s390/s390.c: Likewise.
3688 * config/sparc/sparc.c: Likewise.
3689 * config/visium/visium.c: Likewise.
3690 * coverage.c: Likewise.
3691 * cprop.c: Likewise.
3692 * cse.c: Likewise.
3693 * cselib.c: Likewise.
3694 * dse.c: Likewise.
3695 * emit-rtl.c: Likewise.
3696 * explow.c: Likewise.
3697 * final.c: Likewise.
3698 * fold-const.c: Likewise.
3699 * gcc.c: Likewise.
3700 * gcse.c: Likewise.
3701 * ggc-common.c: Likewise.
3702 * ggc-page.c: Likewise.
3703 * gimple-loop-interchange.cc: Likewise.
3704 * gimple-loop-jam.c: Likewise.
3705 * gimple-loop-versioning.cc: Likewise.
3706 * gimple-ssa-split-paths.c: Likewise.
3707 * gimple-ssa-sprintf.c: Likewise.
3708 * gimple-ssa-store-merging.c: Likewise.
3709 * gimple-ssa-strength-reduction.c: Likewise.
3710 * gimple-ssa-warn-alloca.c: Likewise.
3711 * gimple-ssa-warn-restrict.c: Likewise.
3712 * graphite-isl-ast-to-gimple.c: Likewise.
3713 * graphite-optimize-isl.c: Likewise.
3714 * graphite-scop-detection.c: Likewise.
3715 * graphite-sese-to-poly.c: Likewise.
3716 * graphite.c: Likewise.
3717 * haifa-sched.c: Likewise.
3718 * hsa-gen.c: Likewise.
3719 * ifcvt.c: Likewise.
3720 * ipa-cp.c: Likewise.
3721 * ipa-fnsummary.c: Likewise.
3722 * ipa-inline-analysis.c: Likewise.
3723 * ipa-inline.c: Likewise.
3724 * ipa-polymorphic-call.c: Likewise.
3725 * ipa-profile.c: Likewise.
3726 * ipa-prop.c: Likewise.
3727 * ipa-split.c: Likewise.
3728 * ipa-sra.c: Likewise.
3729 * ira-build.c: Likewise.
3730 * ira-conflicts.c: Likewise.
3731 * loop-doloop.c: Likewise.
3732 * loop-invariant.c: Likewise.
3733 * loop-unroll.c: Likewise.
3734 * lra-assigns.c: Likewise.
3735 * lra-constraints.c: Likewise.
3736 * modulo-sched.c: Likewise.
3737 * opt-suggestions.c: Likewise.
3738 * opts.c: Likewise.
3739 * postreload-gcse.c: Likewise.
3740 * predict.c: Likewise.
3741 * reload.c: Likewise.
3742 * reorg.c: Likewise.
3743 * resource.c: Likewise.
3744 * sanopt.c: Likewise.
3745 * sched-deps.c: Likewise.
3746 * sched-ebb.c: Likewise.
3747 * sched-rgn.c: Likewise.
3748 * sel-sched-ir.c: Likewise.
3749 * sel-sched.c: Likewise.
3750 * shrink-wrap.c: Likewise.
3751 * stmt.c: Likewise.
3752 * targhooks.c: Likewise.
3753 * toplev.c: Likewise.
3754 * tracer.c: Likewise.
3755 * trans-mem.c: Likewise.
3756 * tree-chrec.c: Likewise.
3757 * tree-data-ref.c: Likewise.
3758 * tree-if-conv.c: Likewise.
3759 * tree-inline.c: Likewise.
3760 * tree-loop-distribution.c: Likewise.
3761 * tree-parloops.c: Likewise.
3762 * tree-predcom.c: Likewise.
3763 * tree-profile.c: Likewise.
3764 * tree-scalar-evolution.c: Likewise.
3765 * tree-sra.c: Likewise.
3766 * tree-ssa-ccp.c: Likewise.
3767 * tree-ssa-dom.c: Likewise.
3768 * tree-ssa-dse.c: Likewise.
3769 * tree-ssa-ifcombine.c: Likewise.
3770 * tree-ssa-loop-ch.c: Likewise.
3771 * tree-ssa-loop-im.c: Likewise.
3772 * tree-ssa-loop-ivcanon.c: Likewise.
3773 * tree-ssa-loop-ivopts.c: Likewise.
3774 * tree-ssa-loop-manip.c: Likewise.
3775 * tree-ssa-loop-niter.c: Likewise.
3776 * tree-ssa-loop-prefetch.c: Likewise.
3777 * tree-ssa-loop-unswitch.c: Likewise.
3778 * tree-ssa-math-opts.c: Likewise.
3779 * tree-ssa-phiopt.c: Likewise.
3780 * tree-ssa-pre.c: Likewise.
3781 * tree-ssa-reassoc.c: Likewise.
3782 * tree-ssa-sccvn.c: Likewise.
3783 * tree-ssa-scopedtables.c: Likewise.
3784 * tree-ssa-sink.c: Likewise.
3785 * tree-ssa-strlen.c: Likewise.
3786 * tree-ssa-structalias.c: Likewise.
3787 * tree-ssa-tail-merge.c: Likewise.
3788 * tree-ssa-threadbackward.c: Likewise.
3789 * tree-ssa-threadedge.c: Likewise.
3790 * tree-ssa-uninit.c: Likewise.
3791 * tree-switch-conversion.c: Likewise.
3792 * tree-vect-data-refs.c: Likewise.
3793 * tree-vect-loop.c: Likewise.
3794 * tree-vect-slp.c: Likewise.
3795 * tree-vrp.c: Likewise.
3796 * tree.c: Likewise.
3797 * value-prof.c: Likewise.
3798 * var-tracking.c: Likewise.
3799
3800 2019-11-12 Martin Liska <mliska@suse.cz>
3801
3802 * asan.c (asan_sanitize_stack_p): Replace old parameter syntax
3803 with the new one, include opts.h if needed. Use SET_OPTION_IF_UNSET
3804 macro.
3805 (asan_sanitize_allocas_p): Likewise.
3806 (asan_emit_stack_protection): Likewise.
3807 (asan_protect_global): Likewise.
3808 (instrument_derefs): Likewise.
3809 (instrument_builtin_call): Likewise.
3810 (asan_expand_mark_ifn): Likewise.
3811 * auto-profile.c (auto_profile): Likewise.
3812 * bb-reorder.c (copy_bb_p): Likewise.
3813 (duplicate_computed_gotos): Likewise.
3814 * builtins.c (inline_expand_builtin_string_cmp): Likewise.
3815 * cfgcleanup.c (try_crossjump_to_edge): Likewise.
3816 (try_crossjump_bb): Likewise.
3817 * cfgexpand.c (defer_stack_allocation): Likewise.
3818 (stack_protect_classify_type): Likewise.
3819 (pass_expand::execute): Likewise.
3820 * cfgloopanal.c (expected_loop_iterations_unbounded): Likewise.
3821 (estimate_reg_pressure_cost): Likewise.
3822 * cgraph.c (cgraph_edge::maybe_hot_p): Likewise.
3823 * combine.c (combine_instructions): Likewise.
3824 (record_value_for_reg): Likewise.
3825 * common/config/aarch64/aarch64-common.c (aarch64_option_validate_param): Likewise.
3826 (aarch64_option_default_params): Likewise.
3827 * common/config/ia64/ia64-common.c (ia64_option_default_params): Likewise.
3828 * common/config/powerpcspe/powerpcspe-common.c (rs6000_option_default_params): Likewise.
3829 * common/config/rs6000/rs6000-common.c (rs6000_option_default_params): Likewise.
3830 * common/config/sh/sh-common.c (sh_option_default_params): Likewise.
3831 * config/aarch64/aarch64.c (aarch64_output_probe_stack_range): Likewise.
3832 (aarch64_allocate_and_probe_stack_space): Likewise.
3833 (aarch64_expand_epilogue): Likewise.
3834 (aarch64_override_options_internal): Likewise.
3835 * config/alpha/alpha.c (alpha_option_override): Likewise.
3836 * config/arm/arm.c (arm_option_override): Likewise.
3837 (arm_valid_target_attribute_p): Likewise.
3838 * config/i386/i386-options.c (ix86_option_override_internal): Likewise.
3839 * config/i386/i386.c (get_probe_interval): Likewise.
3840 (ix86_adjust_stack_and_probe_stack_clash): Likewise.
3841 (ix86_max_noce_ifcvt_seq_cost): Likewise.
3842 * config/ia64/ia64.c (ia64_adjust_cost): Likewise.
3843 * config/rs6000/rs6000-logue.c (get_stack_clash_protection_probe_interval): Likewise.
3844 (get_stack_clash_protection_guard_size): Likewise.
3845 * config/rs6000/rs6000.c (rs6000_option_override_internal): Likewise.
3846 * config/s390/s390.c (allocate_stack_space): Likewise.
3847 (s390_emit_prologue): Likewise.
3848 (s390_option_override_internal): Likewise.
3849 * config/sparc/sparc.c (sparc_option_override): Likewise.
3850 * config/visium/visium.c (visium_option_override): Likewise.
3851 * coverage.c (get_coverage_counts): Likewise.
3852 (coverage_compute_profile_id): Likewise.
3853 (coverage_begin_function): Likewise.
3854 (coverage_end_function): Likewise.
3855 * cse.c (cse_find_path): Likewise.
3856 (cse_extended_basic_block): Likewise.
3857 (cse_main): Likewise.
3858 * cselib.c (cselib_invalidate_mem): Likewise.
3859 * dse.c (dse_step1): Likewise.
3860 * emit-rtl.c (set_new_first_and_last_insn): Likewise.
3861 (get_max_insn_count): Likewise.
3862 (make_debug_insn_raw): Likewise.
3863 (init_emit): Likewise.
3864 * explow.c (compute_stack_clash_protection_loop_data): Likewise.
3865 * final.c (compute_alignments): Likewise.
3866 * fold-const.c (fold_range_test): Likewise.
3867 (fold_truth_andor): Likewise.
3868 (tree_single_nonnegative_warnv_p): Likewise.
3869 (integer_valued_real_single_p): Likewise.
3870 * gcse.c (want_to_gcse_p): Likewise.
3871 (prune_insertions_deletions): Likewise.
3872 (hoist_code): Likewise.
3873 (gcse_or_cprop_is_too_expensive): Likewise.
3874 * ggc-common.c: Likewise.
3875 * ggc-page.c (ggc_collect): Likewise.
3876 * gimple-loop-interchange.cc (MAX_NUM_STMT): Likewise.
3877 (MAX_DATAREFS): Likewise.
3878 (OUTER_STRIDE_RATIO): Likewise.
3879 * gimple-loop-jam.c (tree_loop_unroll_and_jam): Likewise.
3880 * gimple-loop-versioning.cc (loop_versioning::max_insns_for_loop): Likewise.
3881 * gimple-ssa-split-paths.c (is_feasible_trace): Likewise.
3882 * gimple-ssa-store-merging.c (imm_store_chain_info::try_coalesce_bswap): Likewise.
3883 (imm_store_chain_info::coalesce_immediate_stores): Likewise.
3884 (imm_store_chain_info::output_merged_store): Likewise.
3885 (pass_store_merging::process_store): Likewise.
3886 * gimple-ssa-strength-reduction.c (find_basis_for_base_expr): Likewise.
3887 * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple): Likewise.
3888 (scop_to_isl_ast): Likewise.
3889 * graphite-optimize-isl.c (get_schedule_for_node_st): Likewise.
3890 (optimize_isl): Likewise.
3891 * graphite-scop-detection.c (build_scops): Likewise.
3892 * haifa-sched.c (set_modulo_params): Likewise.
3893 (rank_for_schedule): Likewise.
3894 (model_add_to_worklist): Likewise.
3895 (model_promote_insn): Likewise.
3896 (model_choose_insn): Likewise.
3897 (queue_to_ready): Likewise.
3898 (autopref_multipass_dfa_lookahead_guard): Likewise.
3899 (schedule_block): Likewise.
3900 (sched_init): Likewise.
3901 * hsa-gen.c (init_prologue): Likewise.
3902 * ifcvt.c (bb_ok_for_noce_convert_multiple_sets): Likewise.
3903 (cond_move_process_if_block): Likewise.
3904 * ipa-cp.c (ipcp_lattice::add_value): Likewise.
3905 (merge_agg_lats_step): Likewise.
3906 (devirtualization_time_bonus): Likewise.
3907 (hint_time_bonus): Likewise.
3908 (incorporate_penalties): Likewise.
3909 (good_cloning_opportunity_p): Likewise.
3910 (ipcp_propagate_stage): Likewise.
3911 * ipa-fnsummary.c (decompose_param_expr): Likewise.
3912 (set_switch_stmt_execution_predicate): Likewise.
3913 (analyze_function_body): Likewise.
3914 (compute_fn_summary): Likewise.
3915 * ipa-inline-analysis.c (estimate_growth): Likewise.
3916 * ipa-inline.c (caller_growth_limits): Likewise.
3917 (inline_insns_single): Likewise.
3918 (inline_insns_auto): Likewise.
3919 (can_inline_edge_by_limits_p): Likewise.
3920 (want_early_inline_function_p): Likewise.
3921 (big_speedup_p): Likewise.
3922 (want_inline_small_function_p): Likewise.
3923 (want_inline_self_recursive_call_p): Likewise.
3924 (edge_badness): Likewise.
3925 (recursive_inlining): Likewise.
3926 (compute_max_insns): Likewise.
3927 (early_inliner): Likewise.
3928 * ipa-polymorphic-call.c (csftc_abort_walking_p): Likewise.
3929 * ipa-profile.c (ipa_profile): Likewise.
3930 * ipa-prop.c (determine_known_aggregate_parts): Likewise.
3931 (ipa_analyze_node): Likewise.
3932 (ipcp_transform_function): Likewise.
3933 * ipa-split.c (consider_split): Likewise.
3934 * ipa-sra.c (allocate_access): Likewise.
3935 (process_scan_results): Likewise.
3936 (ipa_sra_summarize_function): Likewise.
3937 (pull_accesses_from_callee): Likewise.
3938 * ira-build.c (loop_compare_func): Likewise.
3939 (mark_loops_for_removal): Likewise.
3940 * ira-conflicts.c (build_conflict_bit_table): Likewise.
3941 * loop-doloop.c (doloop_optimize): Likewise.
3942 * loop-invariant.c (gain_for_invariant): Likewise.
3943 (move_loop_invariants): Likewise.
3944 * loop-unroll.c (decide_unroll_constant_iterations): Likewise.
3945 (decide_unroll_runtime_iterations): Likewise.
3946 (decide_unroll_stupid): Likewise.
3947 (expand_var_during_unrolling): Likewise.
3948 * lra-assigns.c (spill_for): Likewise.
3949 * lra-constraints.c (EBB_PROBABILITY_CUTOFF): Likewise.
3950 * modulo-sched.c (sms_schedule): Likewise.
3951 (DFA_HISTORY): Likewise.
3952 * opts.c (default_options_optimization): Likewise.
3953 (finish_options): Likewise.
3954 (common_handle_option): Likewise.
3955 * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
3956 (if): Likewise.
3957 * predict.c (get_hot_bb_threshold): Likewise.
3958 (maybe_hot_count_p): Likewise.
3959 (probably_never_executed): Likewise.
3960 (predictable_edge_p): Likewise.
3961 (predict_loops): Likewise.
3962 (expr_expected_value_1): Likewise.
3963 (tree_predict_by_opcode): Likewise.
3964 (handle_missing_profiles): Likewise.
3965 * reload.c (find_equiv_reg): Likewise.
3966 * reorg.c (redundant_insn): Likewise.
3967 * resource.c (mark_target_live_regs): Likewise.
3968 (incr_ticks_for_insn): Likewise.
3969 * sanopt.c (pass_sanopt::execute): Likewise.
3970 * sched-deps.c (sched_analyze_1): Likewise.
3971 (sched_analyze_2): Likewise.
3972 (sched_analyze_insn): Likewise.
3973 (deps_analyze_insn): Likewise.
3974 * sched-ebb.c (schedule_ebbs): Likewise.
3975 * sched-rgn.c (find_single_block_region): Likewise.
3976 (too_large): Likewise.
3977 (haifa_find_rgns): Likewise.
3978 (extend_rgns): Likewise.
3979 (new_ready): Likewise.
3980 (schedule_region): Likewise.
3981 (sched_rgn_init): Likewise.
3982 * sel-sched-ir.c (make_region_from_loop): Likewise.
3983 * sel-sched-ir.h (MAX_WS): Likewise.
3984 * sel-sched.c (process_pipelined_exprs): Likewise.
3985 (sel_setup_region_sched_flags): Likewise.
3986 * shrink-wrap.c (try_shrink_wrapping): Likewise.
3987 * targhooks.c (default_max_noce_ifcvt_seq_cost): Likewise.
3988 * toplev.c (print_version): Likewise.
3989 (process_options): Likewise.
3990 * tracer.c (tail_duplicate): Likewise.
3991 * trans-mem.c (tm_log_add): Likewise.
3992 * tree-chrec.c (chrec_fold_plus_1): Likewise.
3993 * tree-data-ref.c (split_constant_offset): Likewise.
3994 (compute_all_dependences): Likewise.
3995 * tree-if-conv.c (MAX_PHI_ARG_NUM): Likewise.
3996 * tree-inline.c (remap_gimple_stmt): Likewise.
3997 * tree-loop-distribution.c (MAX_DATAREFS_NUM): Likewise.
3998 * tree-parloops.c (MIN_PER_THREAD): Likewise.
3999 (create_parallel_loop): Likewise.
4000 * tree-predcom.c (determine_unroll_factor): Likewise.
4001 * tree-scalar-evolution.c (instantiate_scev_r): Likewise.
4002 * tree-sra.c (analyze_all_variable_accesses): Likewise.
4003 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Likewise.
4004 * tree-ssa-dse.c (setup_live_bytes_from_ref): Likewise.
4005 (dse_optimize_redundant_stores): Likewise.
4006 (dse_classify_store): Likewise.
4007 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
4008 * tree-ssa-loop-ch.c (ch_base::copy_headers): Likewise.
4009 * tree-ssa-loop-im.c (LIM_EXPENSIVE): Likewise.
4010 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
4011 (try_peel_loop): Likewise.
4012 (tree_unroll_loops_completely): Likewise.
4013 * tree-ssa-loop-ivopts.c (avg_loop_niter): Likewise.
4014 (CONSIDER_ALL_CANDIDATES_BOUND): Likewise.
4015 (MAX_CONSIDERED_GROUPS): Likewise.
4016 (ALWAYS_PRUNE_CAND_SET_BOUND): Likewise.
4017 * tree-ssa-loop-manip.c (can_unroll_loop_p): Likewise.
4018 * tree-ssa-loop-niter.c (MAX_ITERATIONS_TO_TRACK): Likewise.
4019 * tree-ssa-loop-prefetch.c (PREFETCH_BLOCK): Likewise.
4020 (L1_CACHE_SIZE_BYTES): Likewise.
4021 (L2_CACHE_SIZE_BYTES): Likewise.
4022 (should_issue_prefetch_p): Likewise.
4023 (schedule_prefetches): Likewise.
4024 (determine_unroll_factor): Likewise.
4025 (volume_of_references): Likewise.
4026 (add_subscript_strides): Likewise.
4027 (self_reuse_distance): Likewise.
4028 (mem_ref_count_reasonable_p): Likewise.
4029 (insn_to_prefetch_ratio_too_small_p): Likewise.
4030 (loop_prefetch_arrays): Likewise.
4031 (tree_ssa_prefetch_arrays): Likewise.
4032 * tree-ssa-loop-unswitch.c (tree_unswitch_single_loop): Likewise.
4033 * tree-ssa-math-opts.c (gimple_expand_builtin_pow): Likewise.
4034 (convert_mult_to_fma): Likewise.
4035 (math_opts_dom_walker::after_dom_children): Likewise.
4036 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Likewise.
4037 (hoist_adjacent_loads): Likewise.
4038 (gate_hoist_loads): Likewise.
4039 * tree-ssa-pre.c (translate_vuse_through_block): Likewise.
4040 (compute_partial_antic_aux): Likewise.
4041 * tree-ssa-reassoc.c (get_reassociation_width): Likewise.
4042 * tree-ssa-sccvn.c (vn_reference_lookup_pieces): Likewise.
4043 (vn_reference_lookup): Likewise.
4044 (do_rpo_vn): Likewise.
4045 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Likewise.
4046 * tree-ssa-sink.c (select_best_block): Likewise.
4047 * tree-ssa-strlen.c (new_stridx): Likewise.
4048 (new_addr_stridx): Likewise.
4049 (get_range_strlen_dynamic): Likewise.
4050 (class ssa_name_limit_t): Likewise.
4051 * tree-ssa-structalias.c (push_fields_onto_fieldstack): Likewise.
4052 (create_variable_info_for_1): Likewise.
4053 (init_alias_vars): Likewise.
4054 * tree-ssa-tail-merge.c (find_clusters_1): Likewise.
4055 (tail_merge_optimize): Likewise.
4056 * tree-ssa-threadbackward.c (thread_jumps::profitable_jump_thread_path): Likewise.
4057 (thread_jumps::fsm_find_control_statement_thread_paths): Likewise.
4058 (thread_jumps::find_jump_threads_backwards): Likewise.
4059 * tree-ssa-threadedge.c (record_temporary_equivalences_from_stmts_at_dest): Likewise.
4060 * tree-ssa-uninit.c (compute_control_dep_chain): Likewise.
4061 * tree-switch-conversion.c (switch_conversion::check_range): Likewise.
4062 (jump_table_cluster::can_be_handled): Likewise.
4063 * tree-switch-conversion.h (jump_table_cluster::case_values_threshold): Likewise.
4064 (SWITCH_CONVERSION_BRANCH_RATIO): Likewise.
4065 (param_switch_conversion_branch_ratio): Likewise.
4066 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Likewise.
4067 (vect_enhance_data_refs_alignment): Likewise.
4068 (vect_prune_runtime_alias_test_list): Likewise.
4069 * tree-vect-loop.c (vect_analyze_loop_costing): Likewise.
4070 (vect_get_datarefs_in_loop): Likewise.
4071 (vect_analyze_loop): Likewise.
4072 * tree-vect-slp.c (vect_slp_bb): Likewise.
4073 * tree-vectorizer.h: Likewise.
4074 * tree-vrp.c (find_switch_asserts): Likewise.
4075 (vrp_prop::check_mem_ref): Likewise.
4076 * tree.c (wide_int_to_tree_1): Likewise.
4077 (cache_integer_cst): Likewise.
4078 * var-tracking.c (EXPR_USE_DEPTH): Likewise.
4079 (reverse_op): Likewise.
4080 (vt_find_locations): Likewise.
4081
4082 2019-11-12 Martin Liska <mliska@suse.cz>
4083
4084 * Makefile.in: Include params.opt.
4085 * flag-types.h (enum parloops_schedule_type): Add
4086 parloops_schedule_type used in params.opt.
4087 * params.opt: New file.
4088
4089 2019-11-12 Martin Liska <mliska@suse.cz>
4090
4091 * common.opt: Remove --param and --param= options.
4092 * opt-functions.awk: Mark CL_PARAMS for options
4093 that have Param keyword.
4094 * opts-common.c (decode_cmdline_options_to_array):
4095 Replace --param key=value with --param=key=value.
4096 * opts.c (print_filtered_help): Remove special
4097 printing of params.
4098 (print_specific_help): Update title for params.
4099 (common_handle_option): Do not handle OPT__param.
4100 opts.h (SET_OPTION_IF_UNSET): New macro.
4101 * doc/options.texi: Document Param keyword.
4102
4103 2019-11-12 Maciej W. Rozycki <macro@codesourcery.com>
4104 Frederik Harwath <frederik@codesourcery.com>
4105 Thomas Schwinge <thomas@codesourcery.com>
4106
4107 gcc/
4108 * gimple.h (gf_mask): Add GF_OMP_TARGET_KIND_OACC_SERIAL
4109 enumeration constant.
4110 (is_gimple_omp_oacc): Handle GF_OMP_TARGET_KIND_OACC_SERIAL.
4111 (is_gimple_omp_offloaded): Likewise.
4112 * gimplify.c (omp_region_type): Add ORT_ACC_SERIAL enumeration
4113 constant. Adjust the value of ORT_NONE accordingly.
4114 (is_gimple_stmt): Handle OACC_SERIAL.
4115 (oacc_default_clause): Handle ORT_ACC_SERIAL.
4116 (gomp_needs_data_present): Likewise.
4117 (gimplify_adjust_omp_clauses): Likewise.
4118 (gimplify_omp_workshare): Handle OACC_SERIAL.
4119 (gimplify_expr): Likewise.
4120 * omp-expand.c (expand_omp_target):
4121 Handle GF_OMP_TARGET_KIND_OACC_SERIAL.
4122 (build_omp_regions_1, omp_make_gimple_edges): Likewise.
4123 * omp-low.c (is_oacc_parallel): Rename function to...
4124 (is_oacc_parallel_or_serial): ... this.
4125 Handle GF_OMP_TARGET_KIND_OACC_SERIAL.
4126 (scan_sharing_clauses): Adjust accordingly.
4127 (scan_omp_for): Likewise.
4128 (lower_oacc_head_mark): Likewise.
4129 (convert_from_firstprivate_int): Likewise.
4130 (lower_omp_target): Likewise.
4131 (check_omp_nesting_restrictions): Handle
4132 GF_OMP_TARGET_KIND_OACC_SERIAL.
4133 (lower_oacc_reductions): Likewise.
4134 (lower_omp_target): Likewise.
4135 * tree.def (OACC_SERIAL): New tree code.
4136 * tree-pretty-print.c (dump_generic_node): Handle OACC_SERIAL.
4137
4138 * doc/generic.texi (OpenACC): Document OACC_SERIAL.
4139
4140 2019-11-12 Jakub Jelinek <jakub@redhat.com>
4141
4142 PR target/92449
4143 * tree-complex.c (expand_complex_multiplication): If !HONOR_NANS,
4144 don't emit UNORDERED_EXPR guarded libcall. Formatting fixes.
4145
4146 PR tree-optimization/92452
4147 * tree-vrp.c (vrp_prop::check_array_ref): If TRUNC_DIV_EXPR folds
4148 into NULL_TREE, set up_bound to NULL_TREE instead of computing
4149 MINUS_EXPR on it.
4150
4151 2019-11-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
4152
4153 * tree-vect-loop.c (vect_transform_loop): Don't overwrite epilogues
4154 safelen with 0.
4155
4156 2019-11-12 Alan Modra <amodra@gmail.com>
4157
4158 * config/rs6000/predicates.md (unspec_tls): Allow const0_rtx for got
4159 element of unspec vec.
4160 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Support
4161 PC-relative TLS.
4162 * config/rs6000/rs6000.md (UNSPEC_TLSTLS_PCREL): New unspec.
4163 (tls_gd_pcrel, tls_ld_pcrel): New insns.
4164 (tls_dtprel, tls_tprel): Set attr prefixed when tls_size is not 16.
4165 (tls_got_tprel_pcrel, tls_tls_pcrel): New insns.
4166
4167 2019-11-12 Alan Modra <amodra@gmail.com>
4168
4169 * config/rs6000/rs6000.opt (mtls-markers): Delete.
4170 * config/rs6000/rs6000.h (TARGET_TLS_MARKERS): Don't define.
4171 (IS_NOMARK_TLSGETADDR): Likewise.
4172 * config/rs6000/rs6000-protos.h (rs6000_output_tlsargs): Delete.
4173 * config/rs6000/rs6000.c (rs6000_output_tlsargs): Delete.
4174 (rs6000_legitimize_tls_address): Remove !TARGET_TLS_MARKERS code.
4175 (rs6000_call_template_1): Delete TARGET_TLS_MARKERS test and
4176 allow other UNSPECs besides UNSPEC_TLSGD and UNSPEC_TLSLD.
4177 (rs6000_indirect_call_template_1): Likewise.
4178 (rs6000_pltseq_template): Likewise.
4179 (rs6000_opt_vars): Remove "tls-markers" entry.
4180 * config/rs6000/rs6000.md (tls_gd<bits>): Replace TARGET_TLS_MARKERS
4181 with TARGET_ELF.
4182 (tls_gd_high<bits>, tls_gd_low<bits>): Likewise.
4183 (tls_ld<bits>, tls_ld_high<bits>, tls_ld_low<bits>): Likewise.
4184 (pltseq_plt_pcrel<mode>): Likewise.
4185 (call_value_local32): Remove IS_NOMARK_TLSGETADDR predicate test.
4186 (call_value_local64): Likewise.
4187 (call_value_indirect_nonlocal_sysv<mode>): Remove IS_NOMARK_TLSGETADDR
4188 output and length attribute sub-expression.
4189 (call_value_nonlocal_sysv<mode>),
4190 (call_value_nonlocal_sysv_secure<mode>),
4191 (call_value_local_aix<mode>, call_value_nonlocal_aix<mode>),
4192 (call_value_indirect_aix<mode>, call_value_indirect_elfv2<mode>),
4193 (call_value_indirect_pcrel<mode>): Likewise.
4194 * doc/install.texi (powerpc-*-*): Require binutils-2.20.
4195 * configure.ac (HAVE_AS_TLS_MARKERS): Delete test.
4196 * configure: Regenerate.
4197 * config.in: Regenerate.
4198
4199 2019-11-11 Michael Meissner <meissner@linux.ibm.com>
4200
4201 * config/rs6000/predicates.md (prefixed_memory): New predicate.
4202 * config/rs6000/rs6000.md (stack_protect_setdi): Deal with either
4203 address being a prefixed load/store.
4204 (stack_protect_testdi): Deal with either address being a prefixed
4205 load.
4206
4207 2019-11-11 Jakub Jelinek <jakub@redhat.com>
4208
4209 PR bootstrap/92433
4210 * config/rs6000/rs6000-c.c (altivec_build_resolved_builtin): Guard
4211 ALTIVEC_BUILTIN_VEC_VCMPGE_P argument swapping with n == 3 check. Use
4212 std::swap.
4213
4214 2019-11-11 Richard Sandiford <richard.sandiford@arm.com>
4215
4216 PR tree-optimization/92420
4217 * tree-vect-stmts.c (get_negative_load_store_type): Move further
4218 up file.
4219 (get_group_load_store_type): Use it for reversed SLP accesses.
4220
4221 2019-11-11 Jan Hubicka <hubcika@ucw.cz>
4222
4223 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove ipcp
4224 summary.
4225 (ipcp_transformation_t::duplicate): Break out from ...
4226 (ipa_node_params_t::duplicate): ... here; add copying of agg
4227 replacements.
4228 * ipa-prop.h (ipcp_transformation): Add constructor and destructor.
4229 (ipcp_transformation_t): Add duplicate.
4230
4231 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
4232
4233 PR fortran/91828
4234 * doc/install.texi: Document that the minimum MPFR version is
4235 3.1.0.
4236
4237 2019-11-11 Claudiu Zissulescu <claziss@gmail.com>
4238
4239 * config/arc/arc.md (movsi_ne): Reorder instruction variants and
4240 use new register constraint letters.
4241
4242 2019-11-11 Claudiu Zissulescu <claziss@gmail.com>
4243
4244 * config/arc/arc.c (arc_legitimize_pic_address): Consider UNSPECs
4245 as well, if interesting recover the symbol and re-legitimize the
4246 pic address.
4247
4248 2019-11-11 Martin Liska <mliska@suse.cz>
4249
4250 * dbgcnt.def (DEBUG_COUNTER): Sort counters
4251 alphabetically.
4252
4253 2019-11-11 Andre Vieira <andre.simoesdiasvieira@arm.com>
4254
4255 * tree-vect-loop-manip.c (vect_do_peeling): Take epilogue gaps into
4256 account when checking if there are enough iterations to vectorize
4257 epilogue.
4258
4259 2019-11-11 Tobias Burnus <tobias@codesourcery.com>
4260 Kwok Cheung Yeung <kcy@codesourcery.com>
4261
4262 * langhooks-def.h (LANG_HOOKS_OMP_CHECK_OPTIONAL_ARGUMENT):
4263 Renamed from LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT; update define.
4264 (LANG_HOOKS_DECLS): Rename also here.
4265 * langhooks.h (lang_hooks_for_decls): Rename
4266 omp_is_optional_argument to omp_check_optional_argument; take
4267 additional bool argument.
4268 * omp-general.h (omp_check_optional_argument): Likewise.
4269 * omp-general.h (omp_check_optional_argument): Likewise.
4270 * omp-low.c (lower_omp_target): Update calls; handle absent
4271 Fortran optional arguments with USE_DEVICE_ADDR/USE_DEVICE_PTR.
4272
4273 2019-11-11 H.J. Lu <hjl.tools@gmail.com>
4274
4275 PR target/87833
4276 * config/i386/intelmic-mkoffload.c (prepare_target_image): Put
4277 -fPIC and -shared the last to create offload image.
4278
4279 2019-11-11 Thomas Schwinge <thomas@codesourcery.com>
4280
4281 * gimplify.c (gimplify_scan_omp_clauses): Assert 'offset2' instead
4282 of 'offset'.
4283
4284 * Makefile.in (LANG_CONFIGUREFRAGS): Define.
4285 (config.status): Use/depend on it.
4286 * configure.ac (all_lang_configurefrags): Track, 'AC_SUBST'.
4287 * configure: Regenerate.
4288
4289 2019-11-11 Jiufu Guo <guojiufu@linux.ibm.com>
4290
4291 PR tree-optimization/88760
4292 * gcc/config/rs6000/rs6000.opt (-munroll-only-small-loops): New option.
4293 * gcc/common/config/rs6000/rs6000-common.c
4294 (rs6000_option_optimization_table) [OPT_LEVELS_2_PLUS_SPEED_ONLY]:
4295 Turn on -funroll-loops and -munroll-only-small-loops.
4296 [OPT_LEVELS_ALL]: Turn off -fweb and -frename-registers.
4297 * config/rs6000/rs6000.c (rs6000_option_override_internal): Remove
4298 set of PARAM_MAX_UNROLL_TIMES and PARAM_MAX_UNROLLED_INSNS.
4299 Turn off -munroll-only-small-loops for explicit -funroll-loops.
4300 (TARGET_LOOP_UNROLL_ADJUST): Add loop unroll adjust hook.
4301 (rs6000_loop_unroll_adjust): Define it. Use -munroll-only-small-loops.
4302
4303 2019-11-11 Kewen Lin <linkw@gcc.gnu.org>
4304
4305 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
4306 Make scalar_load, vector_load, unaligned_load and
4307 vector_gather_load cost more to conform hardware latency and
4308 insn cost settings.
4309
4310 2019-11-10 Iain Sandoe <iain@sandoe.co.uk>
4311
4312 * config/darwin.h (MACHO_SYMBOL_FLAG_LINKER_VIS): New.
4313 (MACHO_SYMBOL_LINKER_VIS_P): New.
4314
4315 2019-11-10 Kwok Cheung Yeung <kcy@codesourcery.com>
4316
4317 * lra-spills.c (assign_spill_hard_regs): Do not spill into
4318 registers in eliminable_regset.
4319
4320 2019-11-10 Jan Hubicka <hubicka@ucw.cz>
4321
4322 * ipa-inline.c (compute_uninlined_call_time,
4323 compute_inlined_call_time): Take edge frequency as
4324 parameter rather than computing it by itself.
4325 (big_speedup_p, edge_badness): Manually CSE sreal
4326 frequency calculations.
4327
4328 2019-11-10 Jan Hubicka <hubicka@ucw.cz>
4329
4330 * profile-count.c (profile_count::to_sreal_scale): Short circuit
4331 case where profiles are same.
4332
4333 2019-11-10 Jan Hubicka <hubicka@ucw.cz>
4334
4335 * cgraph.c (cgraph_edge::maybe_hot_p): Do not use sreal_frequency.
4336
4337 2019-11-10 Jan Hubicka <hubicka@ucw.cz>
4338
4339 * ipa-prop.c (ipa_propagate_indirect_call_infos): Remove ipa edge
4340 args summaries of inlined edge unless it holds info about
4341 described reference.
4342
4343 2019-11-10 Segher Boessenkool <segher@kernel.crashing.org>
4344
4345 * config/rs6000/rs6000.md (CC_any): New mode iterator.
4346 (*movcc_internal1): Rename to...
4347 (*movcc_<mode> for CC_any): ... this. Support moves of all CC modes.
4348
4349 2019-11-09 Jan Hubicka <hubicka@ucw.cz>
4350
4351 * cgraph.h (struct cgraph_node): Add ipcp_clone flag.
4352 (cgraph_node::create_virtual_clone): Copy it.
4353 * ipa-cp.c (ipcp_versionable_function_p): Watch for missing
4354 summaries.
4355 (ignore_edge_p): If caller has ipa-cp disabled, skip the edge, too.
4356 (ipcp_verify_propagated_values): Do not verify nodes where ipcp
4357 is disabled.
4358 (propagate_constants_across_call): If callee is not analyzed, give up.
4359 (propagate_constants_topo): Lower to bottom latties of all callees of
4360 functions with ipa-cp disabled.
4361 (ipcp_propagate_stage): Skip functions with ipa-cp disabled.
4362 (cgraph_edge_brings_value_p): Check for availability first.
4363 (create_specialized_node): Set ipcp_clone.
4364 (ipcp_store_bits_results): Check that info is present.
4365 * ipa-fnsummary.c (evaluate_properties_for_edge): Do not analyze
4366 thunks.
4367 (ipa_call_context::duplicate_from, ipa_call_context::equal_to): Be
4368 conservative when callee summary is missing.
4369 (remap_edge_summaries): Lookup call summary only when needed.
4370 * ipa-icf.c (sem_function::param_used_p): Be ready for missing summary.
4371 * ipa-prpo.c (ipa_alloc_node_params, ipa_initialize_node_params):
4372 Use get_create.
4373 (ipa_analyze_node): Use get_create.
4374 (propagate_controlled_uses): Do not propagate when function is not
4375 analyzed.
4376 (ipa_propagate_indirect_call_infos): Remove summary of inline clone.
4377 (ipa_read_node_info): Use get_create.
4378 * ipa-prop.h (IPA_NODE_REF): Use get.
4379 (IPA_NODE_REF_GET_CREATE): New.
4380
4381 2019-11-09 Jan Hubicka <hubicka@ucw.cz>
4382
4383 * ipa-fnsummary.c (evaluate_properties_for_edge): Call IPA_NODE_REF
4384 on function symbol.
4385
4386 2019-11-09 Jan Hubicka <hubicka@ucw.cz>
4387
4388 * tree.c (fld_incomplete_type_of): Clear TYPE_FINAL_P, TYPE_EMPTY_P,
4389 ENUM_IS_OPAQUE and ENUM_IS_SCOPED.
4390 (free_lang_data_in_binfo): Clear TREE_PUBLIC in BINFO
4391 (free_lang_data_in_type): Clear ENUM_IS_OPAQUE and ENUM_IS_SCOPED.
4392
4393 2019-11-09 Jan Hubicka <hubicka@ucw.cz>
4394
4395 * ipa-inline-analysis.c (do_estimate_growth_1): Add support for
4396 capping the growth cumulated.
4397 (offline_size): Break out from ...
4398 (estimate_growth): ... here.
4399 (check_callers): Add N, OFFLINE and MIN_SIZE and KNOWN_EDGE
4400 parameters.
4401 (growth_likely_positive): Turn to ...
4402 (growth_positive_p): Re-implement.
4403 * ipa-inline.h (growth_likely_positive): Remove.
4404 (growth_positive_p): Declare.
4405 * ipa-inline.c (want_inline_small_function_p): Use
4406 growth_positive_p.
4407 (want_inline_function_to_all_callers_p): Likewise.
4408
4409 2019-11-09 Jan Hubicka <hubicka@ucw.cz>
4410
4411 * ipa-fnsummary.c (ipa_call_context::estimate_size_and_time): Fix
4412 calculation of min_size.
4413 (ipa_update_overall_fn_summary): Likewise.
4414
4415 2019-11-09 Jan Hubicka <hubicka@ucw.cz>
4416
4417 * ipa-fnsummary.c (estimate_edge_size_and_time): Do not call
4418 estimate_edge_devirt_benefit when not computing hints;
4419 do not compute time when not asked for.
4420 (estimate_calls_size_and_time): Pass NULL hints and time when
4421 these are not computed; do not evaluate hint predicates when these are
4422 not computed.
4423 (ipa_merge_fn_summary_after_inlining): Do not re-evaluate edge
4424 frequency.
4425
4426 2019-11-09 Jakub Jelinek <jakub@redhat.com>
4427
4428 PR tree-optimization/92401
4429 * gimple-match-head.c (gimple_resimplify1): Call const_unop only
4430 if res_op->code is an expression with code length 1.
4431 * gimple-match-head.c (gimple_resimplify2): Call const_binop only
4432 if res_op->code is an expression with code length 2.
4433 * gimple-match-head.c (gimple_resimplify3): Call fold_ternary only
4434 if res_op->code is an expression with code length 3.
4435
4436 2019-11-09 Iain Sandoe <iain@sandoe.co.uk>
4437
4438 * config/darwin.c (machopic_mcount_stub_name): Validate the
4439 symbol stub name when it is created.
4440 * config/i386/darwin.h (FUNCTION_PROFILER): Remove the symbol
4441 stub validation.
4442
4443 2019-11-09 Jakub Jelinek <jakub@redhat.com>
4444
4445 * symtab.c: Fix comment typos.
4446 * cgraphunit.c: Likewise.
4447 * cgraph.h: Likewise.
4448 * cgraphclones.c: Likewise.
4449 * cgraph.c: Likewise.
4450 * varpool.c: Likewise.
4451 * tree-ssa-strlen.c: Likewise.
4452 * ipa-sra.c: Likewise.
4453 (scan_expr_access, check_all_callers_for_issues): Fix typo
4454 in a dump message.
4455
4456 2019-11-08 Iain Sandoe <iain@sandoe.co.uk>
4457
4458 * config/darwin-protos.h: Add include quard.
4459
4460 2019-11-08 Andrew MacLeod <amacleod@redhat.com>
4461
4462 * range-op.h (range_operator::fold_range): Return result in a
4463 reference parameter instead of by value.
4464 (range_operator::wi_fold): Same.
4465 * range-op.cc (range_operator::wi_fold): Return result in a reference
4466 parameter instead of by value.
4467 (range_operator::fold_range): Same.
4468 (value_range_from_overflowed_bounds): Same.
4469 (value_range_with_overflow): Same
4470 (create_possibly_reversed_range): Same.
4471 (operator_equal::fold_range): Same.
4472 (operator_not_equal::fold_range): Same.
4473 (operator_lt::fold_range): Same.
4474 (operator_le::fold_range): Same.
4475 (operator_gt::fold_range): Same.
4476 (operator_ge::fold_range): Same.
4477 (operator_plus::wi_fold): Same.
4478 (operator_plus::op1_range): Change call to fold_range.
4479 (operator_plus::op2_range): Change call to fold_range.
4480 (operator_minus::wi_fold): Return result via reference parameter.
4481 (operator_minus::op1_range): Change call to fold_range.
4482 (operator_minus::op2_range): Change call to fold_range.
4483 (operator_min::wi_fold): Return result via reference parameter.
4484 (operator_max::wi_fold): Same.
4485 (cross_product_operator::wi_cross_product): Same.
4486 (operator_mult::wi_fold): Same.
4487 (operator_div::wi_fold): Same.
4488 (operator_div op_floor_div): Fix whitespace.
4489 (operator_exact_divide::op1_range): Change call to fold_range.
4490 (operator_lshift::fold_range): Return result via reference parameter.
4491 (operator_lshift::wi_fold): Same.
4492 (operator_rshift::fold_range): Same.
4493 (operator_rshift::wi_fold): Same.
4494 (operator_cast::fold_range): Same.
4495 (operator_cast::op1_range): Change calls to fold_range.
4496 (operator_logical_and::fold_range): Return result via reference.
4497 (wi_optimize_and_or): Adjust call to value_range_with_overflow.
4498 (operator_bitwise_and::wi_fold): Return result via reference.
4499 (operator_logical_or::fold_range): Same.
4500 (operator_bitwise_or::wi_fold): Same.
4501 (operator_bitwise_xor::wi_fold): Same.
4502 (operator_trunc_mod::wi_fold): Same.
4503 (operator_logical_not::fold_range): Same.
4504 (operator_bitwise_not::fold_range): Same.
4505 (operator_bitwise_not::op1_range): Change call to fold_range.
4506 (operator_cst::fold_range): Return result via reference.
4507 (operator_identity::fold_range): Same.
4508 (operator_abs::wi_fold): Same.
4509 (operator_absu::wi_fold): Same.
4510 (operator_negate::fold_range): Same.
4511 (operator_negate::op1_range): Change call to fold_range.
4512 (operator_addr_expr::fold_range): Return result via reference.
4513 (operator_addr_expr::op1_range): Change call to fold_range.
4514 (operator_pointer_plus::wi_fold): Return result via reference.
4515 (operator_pointer_min_max::wi_fold): Same.
4516 (operator_pointer_and::wi_fold): Same.
4517 (operator_pointer_or::wi_fold): Same.
4518 (range_op_handler): Change call to fold_range.
4519 (range_cast): Same.
4520 * tree-vrp.c (range_fold_binary_symbolics_p): Change call to
4521 fold_range.
4522 (range_fold_unary_symbolics_p): Same.
4523 (range_fold_binary_expr): Same.
4524 (range_fold_unary_expr): Same.
4525
4526 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4527
4528 * tree-vect-loop.c (neutral_op_for_slp_reduction): Take the
4529 vector type as an argument rather than reading it from the
4530 stmt_vec_info.
4531 (vect_create_epilog_for_reduction): Update accordingly.
4532 (vectorizable_reduction): Likewise.
4533 (vect_transform_cycle_phi): Likewise.
4534
4535 2019-11-08 Segher Boessenkool <segher@kernel.crashing.org>
4536
4537 * config/rs6000/predicates.md (branch_comparison_operator): Allow only
4538 the comparison codes that make sense for the mode used, and only the
4539 codes that can be done with a single branch instruction.
4540
4541 2019-11-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
4542
4543 PR tree-optimization/92351
4544 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): When we are
4545 peeling the main loop for alignment, make sure to set the misalignment
4546 of the epilogue's data references to DR_MISALIGNMENT_UNKNOWN.
4547
4548 2019-11-08 Richard Biener <rguenther@suse.de>
4549
4550 * dbgcnt.def (ivopts_loop): Add.
4551 * tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Check
4552 ivopts_loop before optimizing a loop.
4553
4554 2019-11-08 Richard Biener <rguenther@suse.de>
4555
4556 PR ipa/92409
4557 * tree-inline.c (declare_return_variable): Properly handle
4558 type mismatches for the return slot.
4559
4560 2019-11-08 Eric Botcazou <ebotcazou@adacore.com>
4561
4562 PR target/92095
4563 * config/sparc/sparc-protos.h (output_load_pcrel_sym): Declare.
4564 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Revert latest
4565 change.
4566 (got_helper_needed): New static variable.
4567 (output_load_pcrel_sym): New function.
4568 (get_pc_thunk_name): Remove after inlining...
4569 (load_got_register): ...here. Rework the initialization of the GOT
4570 register and of the GOT helper.
4571 (save_local_or_in_reg_p): Test the REGNO of the GOT register.
4572 (sparc_file_end): Test got_helper_needed to decide whether the GOT
4573 helper must be emitted. Use output_asm_insn instead of fprintf.
4574 (sparc_init_pic_reg): In PIC mode, always initialize the PIC register
4575 if optimization is enabled.
4576 * config/sparc/sparc.md (load_pcrel_sym<P:mode>): Emit the assembly
4577 by calling output_load_pcrel_sym.
4578
4579 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4580
4581 * tree-sra.c (create_access): Delay disqualifying the base
4582 for poly_int values until we know we have a base.
4583
4584 2019-11-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
4585
4586 * tree-vect-loop.c (vect_analyze_loop): Disable epilogue vectorization
4587 for loops with SIMDUID set. Enable epilogue vectorization for loops
4588 with SIMDLEN set after finding a main loop with a VF that matches it.
4589
4590 2019-11-08 Jakub Jelinek <jakub@redhat.com>
4591
4592 PR target/92038
4593 * gimple-ssa-store-merging.c (find_constituent_stores): For return
4594 value only, return non-NULL if there is a single non-clobber
4595 constituent store even if there are constituent clobbers and return
4596 one of clobber constituent stores if all constituent stores are
4597 clobbers.
4598 (split_group): Handle clobbers.
4599 (imm_store_chain_info::output_merged_store): When computing
4600 bzero_first, look after all clobbers at the start. Don't count
4601 clobber stmts in orig_num_stmts, except if the first orig store is
4602 a clobber covering the whole area and split_stores cover the whole
4603 area, consider equal number of stmts ok. Punt if split_stores
4604 contains only ->orig stores and their number plus number of original
4605 clobbers is equal to original number of stmts. For ->orig, look past
4606 clobbers in the constituent stores.
4607 (imm_store_chain_info::output_merged_stores): Don't remove clobber
4608 stmts.
4609 (rhs_valid_for_store_merging_p): Don't return false for clobber stmt
4610 rhs.
4611 (store_valid_for_store_merging_p): Allow clobber stmts.
4612 (verify_clear_bit_region_be): Fix up a thinko in function comment.
4613
4614 PR c++/92384
4615 * function.c (assign_parm_setup_block, assign_parm_setup_stack): Don't
4616 copy TYPE_EMPTY_P arguments from data->entry_parm to data->stack_parm
4617 slot.
4618 (assign_parms): For TREE_ADDRESSABLE parms with TYPE_EMPTY_P type
4619 force creation of a unique data.stack_parm slot.
4620
4621 2019-11-08 Richard Biener <rguenther@suse.de>
4622
4623 * genmatch.c (expr::gen_transform): Use the resimplify
4624 member function instead of hard-coding the gimple_resimplifyN variant.
4625 (dt_simplify::gen_1): Likewise.
4626
4627 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4628
4629 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Handle
4630 POLY_INT_CST.
4631
4632 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4633
4634 * tree-inline.c (declare_return_variable): Check for poly_int_tree_p
4635 instead of INTEGER_CST.
4636
4637 2019-11-08 Richard Biener <rguenther@suse.de>
4638
4639 PR tree-optimization/92324
4640 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
4641 STMT_VINFO_REDUC_VECTYPE for all computations, inserting
4642 sign-conversions as necessary.
4643 (vectorizable_reduction): Reject conversions in the chain
4644 that are not sign-conversions, base analysis on a non-converting
4645 stmt and its operation sign. Set STMT_VINFO_REDUC_VECTYPE.
4646 * tree-vect-stmts.c (vect_stmt_relevant_p): Don't dump anything
4647 for debug stmts.
4648 * tree-vectorizer.h (_stmt_vec_info::reduc_vectype): New.
4649 (STMT_VINFO_REDUC_VECTYPE): Likewise.
4650
4651 2019-11-08 Georg-Johann Lay <avr@gjlay.de>
4652
4653 PR target/92055
4654 * config/avr/avr.opt (-mdouble=, -mlong-double=):
4655 Fix a missing '-' when displaying these options in the
4656 help screen.
4657
4658 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4659
4660 * config/aarch64/iterators.md (SVE_BH, SVE_BHS): Delete.
4661
4662 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4663
4664 * config/aarch64/aarch64-builtins.c
4665 (aarch64_builtin_vectorized_function): Remove bswap handling.
4666
4667 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4668
4669 * tree-core.h (tree_type_common::indivisible_p): New member variable.
4670 * tree.h (TYPE_INDIVISIBLE_P): New macro.
4671 * config/aarch64/aarch64-sve-builtins.cc (register_builtin_types):
4672 Treat the vector types as indivisible.
4673
4674 2019-11-08 Richard Sandiford <richard.sandiford@arm.com>
4675
4676 * optabs.def (gather_load_optab, mask_gather_load_optab)
4677 (scatter_store_optab, mask_scatter_store_optab): Turn into
4678 conversion optabs, with the offset mode given explicitly.
4679 * doc/md.texi: Update accordingly.
4680 * config/aarch64/aarch64-sve-builtins-base.cc
4681 (svld1_gather_impl::expand): Likewise.
4682 (svst1_scatter_impl::expand): Likewise.
4683 * internal-fn.c (gather_load_direct, scatter_store_direct): Likewise.
4684 (expand_scatter_store_optab_fn): Likewise.
4685 (direct_gather_load_optab_supported_p): Likewise.
4686 (direct_scatter_store_optab_supported_p): Likewise.
4687 (expand_gather_load_optab_fn): Likewise. Expect the mask argument
4688 to be argument 4.
4689 (internal_fn_mask_index): Return 4 for IFN_MASK_GATHER_LOAD.
4690 (internal_gather_scatter_fn_supported_p): Replace the offset sign
4691 argument with the offset vector type. Require the two vector
4692 types to have the same number of elements but allow their element
4693 sizes to be different. Treat the optabs as conversion optabs.
4694 * internal-fn.h (internal_gather_scatter_fn_supported_p): Update
4695 prototype accordingly.
4696 * optabs-query.c (supports_at_least_one_mode_p): Replace with...
4697 (supports_vec_convert_optab_p): ...this new function.
4698 (supports_vec_gather_load_p): Update accordingly.
4699 (supports_vec_scatter_store_p): Likewise.
4700 * tree-vectorizer.h (vect_gather_scatter_fn_p): Take a vec_info.
4701 Replace the offset sign and bits parameters with a scalar type tree.
4702 * tree-vect-data-refs.c (vect_gather_scatter_fn_p): Likewise.
4703 Pass back the offset vector type instead of the scalar element type.
4704 Allow the offset to be wider than the memory elements. Search for
4705 an offset type that the target supports, stopping once we've
4706 reached the maximum of the element size and pointer size.
4707 Update call to internal_gather_scatter_fn_supported_p.
4708 (vect_check_gather_scatter): Update calls accordingly.
4709 When testing a new scale before knowing the final offset type,
4710 check whether the scale is supported for any signed or unsigned
4711 offset type. Check whether the target supports the source and
4712 target types of a conversion before deciding whether to look
4713 through the conversion. Record the chosen offset_vectype.
4714 * tree-vect-patterns.c (vect_get_gather_scatter_offset_type): Delete.
4715 (vect_recog_gather_scatter_pattern): Get the scalar offset type
4716 directly from the gs_info's offset_vectype instead. Pass a zero
4717 of the result type to IFN_GATHER_LOAD and IFN_MASK_GATHER_LOAD.
4718 * tree-vect-stmts.c (check_load_store_masking): Update call to
4719 internal_gather_scatter_fn_supported_p, passing the offset vector
4720 type recorded in the gs_info.
4721 (vect_truncate_gather_scatter_offset): Update call to
4722 vect_check_gather_scatter, leaving it to search for a valid
4723 offset vector type.
4724 (vect_use_strided_gather_scatters_p): Convert the offset to the
4725 element type of the gs_info's offset_vectype.
4726 (vect_get_gather_scatter_ops): Get the offset vector type directly
4727 from the gs_info.
4728 (vect_get_strided_load_store_ops): Likewise.
4729 (vectorizable_load): Pass a zero of the result type to IFN_GATHER_LOAD
4730 and IFN_MASK_GATHER_LOAD.
4731 * config/aarch64/aarch64-sve.md (gather_load<mode>): Rename to...
4732 (gather_load<mode><v_int_equiv>): ...this.
4733 (mask_gather_load<mode>): Rename to...
4734 (mask_gather_load<mode><v_int_equiv>): ...this.
4735 (scatter_store<mode>): Rename to...
4736 (scatter_store<mode><v_int_equiv>): ...this.
4737 (mask_scatter_store<mode>): Rename to...
4738 (mask_scatter_store<mode><v_int_equiv>): ...this.
4739
4740 2019-11-08 Kewen Lin <linkw@gcc.gnu.org>
4741
4742 PR target/92132
4743 * config/rs6000/predicates.md
4744 (signed_or_equality_comparison_operator): New predicate.
4745 (unsigned_or_equality_comparison_operator): Likewise.
4746 * config/rs6000/rs6000.md (one_cmpl<mode>2): Remove expand.
4747 (one_cmpl<mode>3_internal): Rename to one_cmpl<mode>2.
4748 * config/rs6000/vector.md
4749 (vcond_mask_<mode><mode> for VEC_I and VEC_I): New expand.
4750 (vec_cmp<mode><mode> for VEC_I and VEC_I): Likewise.
4751 (vec_cmpu<mode><mode> for VEC_I and VEC_I): Likewise.
4752 (vcond_mask_<mode><VEC_int> for VEC_F): New expand for float
4753 vector modes and same-size integer vector modes.
4754 (vec_cmp<mode><VEC_int> for VEC_F): Likewise.
4755 (vector_lt<mode> for VEC_F): New expand.
4756 (vector_le<mode> for VEC_F): Likewise.
4757 (vector_ne<mode> for VEC_F): Likewise.
4758 (vector_unge<mode> for VEC_F): Likewise.
4759 (vector_ungt<mode> for VEC_F): Likewise.
4760 (vector_unle<mode> for VEC_F): Likewise.
4761 (vector_unlt<mode> for VEC_F): Likewise.
4762 (vector_uneq<mode>): Expose name.
4763 (vector_ltgt<mode>): Likewise.
4764 (vector_unordered<mode>): Likewise.
4765 (vector_ordered<mode>): Likewise.
4766
4767 2019-11-08 Hongtao Liu <Hongtao.liu@intel.com>
4768
4769 PR target/92295
4770 * config/i386/i386-expand.c (ix86_expand_vector_init_concat)
4771 Enhance ix86_expand_vector_init_concat.
4772
4773 2019-11-08 Joseph Myers <joseph@codesourcery.com>
4774
4775 * doc/invoke.texi (-Wold-style-definition): Document () not being
4776 considered an old-style definition for C2x.
4777
4778 2019-11-07 John David Anglin <danglin@gcc.gnu.org>
4779
4780 * config/pa/pa.md (memory_barrier): Revise to use ldcw barriers.
4781 Enhance comment.
4782 (memory_barrier_coherent, memory_barrier_64, memory_barrier_32): New
4783 insn patterns using ldcw instruction.
4784 (memory_barrier): Remove insn pattern using sync instruction.
4785 * config/pa/pa.opt (coherent-ldcw): New option.
4786 (ordered): New option.
4787
4788 2019-11-07 Segher Boessenkool <segher@kernel.crashing.org>
4789
4790 * config/rs6000/rs6000.c (validate_condition_mode): Don't assert for
4791 valid conditions.
4792
4793 2019-11-07 Jakub Jelinek <jakub@redhat.com>
4794
4795 * ipa-utils.c (ipa_merge_profiles): Fix fprintf format string
4796 typo - mistmatch -> mismatch.
4797 * ipa-profile.c (ipa_profile): Likewise.
4798 * ipa-devirt.c (compare_virtual_tables): Fix a comment typo
4799 - mistmatch -> mismatch.
4800
4801 2018-11-07 Segher Boessenkool <segher@kernel.crashing.org>
4802
4803 * simplify-rtx.c (comparison_to_mask): New function.
4804 (mask_to_comparison): New function.
4805 (simplify_logical_relational_operation): New function.
4806 (simplify_binary_operation_1): Call
4807 simplify_logical_relational_operation.
4808
4809 2019-11-07 Peter Bergner <bergner@linux.ibm.com>
4810
4811 PR other/92090
4812 * config/rs6000/predicates.md (input_operand): Allow MODE_PARTIAL_INT
4813 modes for integer constants.
4814
4815 2019-11-07 Jan Hubicka <jh@suse.cz>
4816
4817 PR ipa/92406
4818 * ipa-fnsummary.c (analyze_function_body): Use get_create to copy
4819 summary.
4820
4821 2019-11-07 Jan Hubicka <jh@suse.cz>
4822
4823 * optc-save-gen.awk: Generate cl_target_option_free
4824 and cl_optimization_option_free.
4825 * opth-en.awk: Declare cl_target_option_free
4826 and cl_optimization_option_free.
4827 * tree.c (free_node): Use it.
4828
4829 2019-11-06 Jan Hubicka <jh@suse.cz>
4830
4831 * lto-streamer-in.c: Include alloc-pool.h.
4832 (freeing_string_slot_hasher): Remove.
4833 (string_slot_allocator): New object allocator.
4834 (file_name_hash_table): Turn to hash_table<string_slot_hasher>.
4835 (file_name_obstack): New obstack.
4836 (canon_file_name): Allocate in obstack and allocator.
4837 (lto_reader_init): Initialize obstack and allocator.
4838 (lto_free_file_name_hash): New function.
4839 * lto-streamer.h (lto_free_file_name_hash): New.
4840
4841 2019-11-07 Feng Xue <fxue@os.amperecomputing.com>
4842
4843 PR tree-optimization/89134
4844 * doc/invoke.texi (min-loop-cond-split-prob): Document new --params.
4845 * params.def: Add min-loop-cond-split-prob.
4846 * tree-ssa-loop-split.c (split_loop): Remove niter parameter, move some
4847 outside checks on loop into the function.
4848 (split_info): New class.
4849 (find_vdef_in_loop, get_control_equiv_head_block): New functions.
4850 (find_control_dep_blocks, vuse_semi_invariant_p): Likewise.
4851 (ssa_semi_invariant_p, loop_iter_phi_semi_invariant_p): Likewise.
4852 (control_dep_semi_invariant_p, stmt_semi_invariant_p_1): Likewise.
4853 (stmt_semi_invariant_p, branch_removable_p): Likewise.
4854 (get_cond_invariant_branch, compute_added_num_insns): Likewise.
4855 (get_cond_branch_to_split_loop, do_split_loop_on_cond): Likewise.
4856 (split_loop_on_cond): Likewise.
4857 (tree_ssa_split_loops): Add loop split on conditional statement.
4858
4859 2019-11-07 Andreas Krebbel <krebbel@linux.ibm.com>
4860
4861 * config/s390/s390.md ("*cstorecc<mode>_z13"): New insn_and_split
4862 pattern.
4863
4864 2019-11-07 Richard Biener <rguenther@suse.de>
4865
4866 PR tree-optimization/92405
4867 * tree-vect-loop.c (vectorizable_reduction): Appropriately
4868 restrict lane-reducing ops to single stmt chains.
4869
4870 2019-11-07 Martin Jambor <mjambor@suse.cz>
4871
4872 PR lto/70929
4873 * cif-code.def (MISMATCHED_ARGUMENTS): Removed.
4874 * cgraph.h (gimple_check_call_matching_types): Remove
4875 * cgraph.c (gimple_check_call_args): Likewise.
4876 (gimple_check_call_matching_types): Likewise.
4877 (symbol_table::create_edge): Do not call
4878 gimple_check_call_matching_types.
4879 (cgraph_edge::make_direct): Likewise.
4880 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
4881 * value-prof.h (check_ic_target): Remove.
4882 * value-prof.c (check_ic_target): Remove.
4883 (gimple_ic_transform): Do nat call check_ic_target.
4884 * auto-profile.c (function_instance::find_icall_target_map): Likewise.
4885 (afdo_indirect_call): Likewise.
4886 * ipa-prop.c (update_indirect_edges_after_inlining): Do not call
4887 gimple_check_call_matching_types.
4888 * ipa-inline.c (early_inliner): Likewise.
4889
4890 2019-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4891
4892 * config/arm/arm.md (arm_<simd32_op>): New define_expand.
4893 (arm_<simd32_op><add_clobber_q_name>_insn): New define_insn.
4894 * config/arm/arm_acle.h (__ssat16, __usat16): Define.
4895 * config/arm/arm_acle_builtins.def: Define builtins for the above.
4896 * config/arm/iterators.md (USSAT16): New int_iterator.
4897 (simd32_op): Handle UNSPEC_SSAT16, UNSPEC_USAT16.
4898 (sup): Likewise.
4899 * config/arm/predicates.md (ssat16_imm): New predicate.
4900 (usat16_imm): Likewise.
4901 * config/arm/unspecs.md (UNSPEC_SSAT16, UNSPEC_USAT16): Define.
4902
4903 2019-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4904
4905 * config/arm/arm.md (arm_<simd32_op><add_clobber_q_name>_insn):
4906 New define_insns.
4907 (arm_<simd32_op>): New define_expands.
4908 * config/arm/arm_acle.h (__smlad, __smladx, __smlsd, __smlsdx,
4909 __smuad, __smuadx): Define.
4910 * config/arm/arm_acle_builtins.def: Define builtins for the above.
4911 * config/arm/iterators.md (SIMD32_TERNOP_Q): New int_iterator.
4912 (SIMD32_BINOP_Q): Likewise.
4913 (simd32_op): Handle the above.
4914 * config/arm/unspecs.md: Define unspecs for the above.
4915
4916 2019-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4917
4918 * config/arm/aout.h (REGISTER_NAMES): Add apsrge.
4919 * config/arm/arm.md (APSRGE_REGNUM): Define.
4920 (arm_<simd32_op>): New define_insn.
4921 (arm_sel): Likewise.
4922 * config/arm/arm.h (FIXED_REGISTERS): Add entry for apsrge.
4923 (CALL_USED_REGISTERS): Likewise.
4924 (REG_ALLOC_ORDER): Likewise.
4925 (FIRST_PSEUDO_REGISTER): Update value.
4926 (ARM_GE_BITS_READ): Define.
4927 * config/arm/arm.c (arm_conditional_register_usage): Clear
4928 APSRGE_REGNUM from operand_reg_set.
4929 (arm_ge_bits_access): Define.
4930 * config/arm/arm-builtins.c (arm_check_builtin_call): Handle
4931 ARM_BUIILTIN_sel.
4932 * config/arm/arm-protos.h (arm_ge_bits_access): Declare prototype.
4933 * config/arm/arm-fixed.md (add<mode>3): Convert to define_expand.
4934 FAIL if ARM_GE_BITS_READ.
4935 (*arm_add<mode>3): New define_insn.
4936 (sub<mode>3): Convert to define_expand. FAIL if ARM_GE_BITS_READ.
4937 (*arm_sub<mode>3): New define_insn.
4938 * config/arm/arm_acle.h (__sel, __sadd8, __ssub8, __uadd8, __usub8,
4939 __sadd16, __sasx, __ssax, __ssub16, __uadd16, __uasx, __usax,
4940 __usub16): Define.
4941 * config/arm/arm_acle_builtins.def: Define builtins for the above.
4942 * config/arm/iterators.md (SIMD32_GE): New int_iterator.
4943 (simd32_op): Handle the above.
4944 * config/arm/unspecs.md (UNSPEC_GE_SET): Define.
4945 (UNSPEC_SEL, UNSPEC_SADD8, UNSPEC_SSUB8, UNSPEC_UADD8, UNSPEC_USUB8,
4946 UNSPEC_SADD16, UNSPEC_SASX, UNSPEC_SSAX, UNSPEC_SSUB16, UNSPEC_UADD16,
4947 UNSPEC_UASX, UNSPEC_USAX, UNSPEC_USUB16): Define.
4948
4949 2019-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4950
4951 * config/arm/arm.md (arm_smlabb_setq): New define_insn.
4952 (arm_smlabb): New define_expand.
4953 (*maddhisi4tb): Rename to...
4954 (maddhisi4tb): ... This.
4955 (*maddhisi4tt): Rename to...
4956 (maddhisi4tt): ... This.
4957 (arm_smlatb_setq): New define_insn.
4958 (arm_smlatb): New define_expand.
4959 (arm_smlatt_setq): New define_insn.
4960 (arm_smlatt): New define_expand.
4961 (arm_<smlaw_op><add_clobber_name>_insn): New define_insn.
4962 (arm_<smlaw_op>): New define_expand.
4963 * config/arm/arm_acle.h (__smlabb, __smlatb, __smlabt, __smlatt,
4964 __smlawb, __smlawt): Define.
4965 * config/arm_acle_builtins.def: Define builtins for the above.
4966 * config/arm/iterators.md (SMLAWBT): New int_iterator.
4967 (slaw_op): New int_attribute.
4968 * config/arm/unspecs.md (UNSPEC_SMLAWB, UNSPEC_SMLAWT): Define.
4969
4970 2019-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4971
4972 * config/arm/arm.md (arm_<ss_op>): New define_expand.
4973 (arm_<ss_op><add_clobber_q_name>_insn): New define_insn.
4974 * config/arm/arm_acle.h (__qadd, __qsub, __qdbl): Define.
4975 * config/arm/arm_acle_builtins.def: Add builtins for qadd, qsub.
4976 * config/arm/iterators.md (SSPLUSMINUS): New code iterator.
4977 (ss_op): New code_attr.
4978
4979 2019-11-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4980
4981 * config/arm/aout.h (REGISTER_NAMES): Add apsrq.
4982 * config/arm/arm.md (APSRQ_REGNUM): Define.
4983 (add_setq): New define_subst.
4984 (add_clobber_q_name): New define_subst_attr.
4985 (add_clobber_q_pred): Likewise.
4986 (maddhisi4): Change to define_expand. Split into mult and add if
4987 ARM_Q_BIT_READ.
4988 (arm_maddhisi4): New define_insn.
4989 (*maddhisi4tb): Disable for ARM_Q_BIT_READ.
4990 (*maddhisi4tt): Likewise.
4991 (arm_ssat): New define_expand.
4992 (arm_usat): Likewise.
4993 (arm_get_apsr): New define_insn.
4994 (arm_set_apsr): Likewise.
4995 (arm_saturation_occurred): New define_expand.
4996 (arm_set_saturation): Likewise.
4997 (*satsi_<SAT:code>): Rename to...
4998 (satsi_<SAT:code><add_clobber_q_name>): ... This.
4999 (*satsi_<SAT:code>_shift): Disable for ARM_Q_BIT_READ.
5000 * config/arm/arm.h (FIXED_REGISTERS): Mark apsrq as fixed.
5001 (CALL_USED_REGISTERS): Mark apsrq.
5002 (FIRST_PSEUDO_REGISTER): Update value.
5003 (REG_ALLOC_ORDER): Add APSRQ_REGNUM.
5004 (machine_function): Add q_bit_access.
5005 (ARM_Q_BIT_READ): Define.
5006 * config/arm/arm.c (TARGET_CHECK_BUILTIN_CALL): Define.
5007 (arm_conditional_register_usage): Clear APSRQ_REGNUM from
5008 operand_reg_set.
5009 (arm_q_bit_access): Define.
5010 * config/arm/arm-builtins.c: Include stringpool.h.
5011 (arm_sat_binop_imm_qualifiers,
5012 arm_unsigned_sat_binop_unsigned_imm_qualifiers,
5013 arm_sat_occurred_qualifiers, arm_set_sat_qualifiers): Define.
5014 (SAT_BINOP_UNSIGNED_IMM_QUALIFIERS,
5015 UNSIGNED_SAT_BINOP_UNSIGNED_IMM_QUALIFIERS, SAT_OCCURRED_QUALIFIERS,
5016 SET_SAT_QUALIFIERS): Likewise.
5017 (arm_builtins): Define ARM_BUILTIN_SAT_IMM_CHECK.
5018 (arm_init_acle_builtins): Initialize __builtin_sat_imm_check.
5019 Handle 0 argument expander.
5020 (arm_expand_acle_builtin): Handle ARM_BUILTIN_SAT_IMM_CHECK.
5021 (arm_check_builtin_call): Define.
5022 * config/arm/arm.md (ssmulsa3, usmulusa3, usmuluha3,
5023 arm_ssatsihi_shift, arm_usatsihi): Disable when ARM_Q_BIT_READ.
5024 * config/arm/arm-protos.h (arm_check_builtin_call): Declare prototype.
5025 (arm_q_bit_access): Likewise.
5026 * config/arm/arm_acle.h (__ssat, __usat, __ignore_saturation,
5027 __saturation_occurred, __set_saturation_occurred): Define.
5028 * config/arm/arm_acle_builtins.def: Define builtins for ssat, usat,
5029 saturation_occurred, set_saturation_occurred.
5030 * config/arm/unspecs.md (UNSPEC_Q_SET): Define.
5031 (UNSPEC_APSR_READ): Likewise.
5032 (VUNSPEC_APSR_WRITE): Likewise.
5033 * config/arm/arm-fixed.md (ssadd<mode>3): Convert to define_expand.
5034 (*arm_ssadd<mode>3): New define_insn.
5035 (sssub<mode>3): Convert to define_expand.
5036 (*arm_sssub<mode>3): New define_insn.
5037 (ssmulsa3): Convert to define_expand.
5038 (*arm_ssmulsa3): New define_insn.
5039 (usmulusa3): Convert to define_expand.
5040 (*arm_usmulusa3): New define_insn.
5041 (ssmulha3): FAIL if ARM_Q_BIT_READ.
5042 (arm_ssatsihi_shift, arm_usatsihi): Disable for ARM_Q_BIT_READ.
5043 * config/arm/iterators.md (qaddsub_clob_q): New mode attribute.
5044
5045 2019-11-07 Martin Liska <mliska@suse.cz>
5046
5047 PR c++/92354
5048 * cgraph.c (delete_function_version): Clear global
5049 variable version_info_node if equal to deleted
5050 function.
5051
5052 2019-11-07 Martin Liska <mliska@suse.cz>
5053
5054 * fold-const.c (operand_compare::operand_equal_p): Add comparison
5055 of CONSTRUCTOR_NO_CLEARING.
5056 (operand_compare::hash_operand): Likewise.
5057
5058 2019-11-07 Georg-Johann Lay <avr@gjlay.de>
5059
5060 Support 64-bit double and 64-bit long double configurations.
5061
5062 PR target/92055
5063 * config.gcc (tm_defines) [avr]: Set from --with-double=,
5064 --with-long-double=.
5065 * config/avr/t-multilib: Remove.
5066 * config/avr/t-avr: Output of genmultilib.awk is now fully
5067 dynamically generated and no more part of the repo.
5068 (HAVE_DOUBLE_MULTILIB, HAVE_LONG_DOUBLE_MULTILIB): New variables.
5069 Pass them down to...
5070 * config/avr/genmultilib.awk: ...here and handle them.
5071 * config/avr/avr.opt (-mdouble=, avr_double). New option and var.
5072 (-mlong-double=, avr_long_double). New option and var.
5073 * common/config/avr/avr-common.c (opts.h, diagnostic.h): Include.
5074 (TARGET_OPTION_OPTIMIZATION_TABLE) <-mdouble=, -mlong-double=>:
5075 Set default as requested by --with-double=
5076 (TARGET_HANDLE_OPTION): Define to this...
5077 (avr_handle_option): ...new hook worker.
5078 * config/avr/avr.h (DOUBLE_TYPE_SIZE): Define to avr_double.
5079 (LONG_DOUBLE_TYPE_SIZE): Define to avr_long_double.
5080 (avr_double_lib): New proto for spec function.
5081 (EXTRA_SPEC_FUNCTIONS) <double-lib>: Add.
5082 (DRIVER_SELF_SPECS): Call %:double-lib.
5083 * config/avr/avr.c (avr_option_override): Assert
5084 sizeof(long double) >= sizeof(double) for the target.
5085 * config/avr/avr-c.c (avr_cpu_cpp_builtins)
5086 [__HAVE_DOUBLE_MULTILIB__, __HAVE_LONG_DOUBLE_MULTILIB__]
5087 [__HAVE_DOUBLE64__, __HAVE_DOUBLE32__, __DEFAULT_DOUBLE__=]
5088 [__HAVE_LONG_DOUBLE64__, __HAVE_LONG_DOUBLE32__]
5089 [__HAVE_LONG_DOUBLE_IS_DOUBLE__, __DEFAULT_LONG_DOUBLE__=]:
5090 New built-in define depending on --with-double=, --with-long-double=.
5091 * config/avr/driver-avr.c (avr_double_lib): New spec function.
5092 * doc/invoke.tex (AVR Options) <-mdouble=,-mlong-double=>: Doc.
5093 * doc/install.texi (Cross-Compiler-Specific Options)
5094 <--with-double=, --with-long-double=>: Doc.
5095
5096 2019-11-07 Richard Biener <rguenther@suse.de>
5097
5098 * dbgcnt.def (gimple_unroll): New.
5099 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Check
5100 gimple_unroll debug counter before applying transform.
5101 (try_peel_loop): Likewise.
5102
5103 2019-11-07 Kwok Cheung Yeung <kcy@codesourcery.com>
5104
5105 * ira.c (setup_alloc_regs): Setup no_unit_alloc_regs for
5106 frame pointer in multiple registers.
5107 (ira_setup_eliminable_regset): Setup eliminable_regset,
5108 ira_no_alloc_regs and regs_ever_live for frame pointer in
5109 multiple registers.
5110
5111 2019-11-06 Kelvin Nilsen <kelvin@gcc.gnu.org>
5112
5113 * config/rs6000/vsx.md (xxswapd_<mode>): Add support for V2DF and
5114 V2DI modes.
5115
5116 2019-11-06 Jan Hubicka <jh@suse.cz>
5117
5118 * ggc-common.c (ggc_prune_overhead_list): Do not delete surviving
5119 allocations.
5120 * mem-stats.h (mem_alloc_description<T>::release_object_overhead):
5121 Do not silently ignore summary corruptions.
5122
5123 2019-11-06 Richard Sandiford <richard.sandiford@arm.com>
5124
5125 * tree-vect-loop.c (vect_analyze_loop): Only try to vectorize
5126 the epilogue if there are peeled iterations for it to handle.
5127
5128 2019-11-06 Claudiu Zissulescu <claziss@synopsys.com>
5129
5130 * config/arc/arc.c (arc_split_ior): Add asserts.
5131 (arc_split_mov_const): Likewise.
5132 (arc_check_ior_const): Do not match known short immediate values.
5133 * config/arc/arc.md (movsi): Don't split predicated instructions
5134 (iorsi): Likewise.
5135
5136 2019-11-06 Claudiu Zissulescu <claziss@synopsys.com>
5137
5138 * config/arc/arc.opt (mea): Update help string.
5139 * doc/invoke.texi(ARC): Update mea option info.
5140
5141 2019-11-06 Claudiu Zissulescu <claziss@synopsys.com>
5142
5143 * config/arc/arc.md (zero_extendqihi2_i): Cleanup pattern.
5144 (zero_extendqisi2_ac): Likewise.
5145 (zero_extendhisi2_i): Likewise.
5146 (extendqihi2_i): Likewise.
5147 (extendqisi2_ac): Likewise.
5148 (extendhisi2_i): Likewise.
5149
5150 2019-11-06 Richard Biener <rguenther@suse.de>
5151
5152 * tree-vect-loop.c (vectorizable_reduction): Remember reduction
5153 PHI. Use STMT_VINFO_REDUC_IDX to skip the reduction operand.
5154 Simplify single_defuse_cycle condition.
5155
5156 2019-11-06 Richard Sandiford <richard.sandiford@arm.com>
5157
5158 * tree-vect-loop.c (vect_analyze_loop_2): When vectorizing an
5159 epilogue loop, make sure that the VF is small enough or that
5160 the epilogue loop can be fully-masked.
5161
5162 2019-11-06 Richard Sandiford <richard.sandiford@arm.com>
5163
5164 * tree-vect-loop.c (vect_analyze_loop): Break out of the main
5165 loop when we've finished, rather than returning directly from
5166 the loop. Use a local variable to track whether we're still
5167 searching for the preferred simdlen. Make vect_epilogues
5168 record whether the next iteration should try to treat the
5169 loop as an epilogue.
5170
5171 2019-11-06 Vineet Gupta <vgupta@synopsys.com>
5172
5173 * config/arc/arc-c.c (arc_cpu_cpp_builtins) : Add
5174 __arc_hard_float__, __ARC_HARD_FLOAT__,
5175 __arc_soft_float__, __ARC_SOFT_FLOAT__
5176
5177 2019-11-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
5178
5179 PR tree-optimization/92317
5180 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_guard2): Also
5181 update phi's with constant phi arguments.
5182
5183 2019-11-06 Eric Botcazou <ebotcazou@adacore.com>
5184 Alexandre Oliva <oliva@adacore.com>
5185
5186 * common.opt (-fcallgraph-info[=]): New option.
5187 * doc/invoke.texi (Developer options): Document it.
5188 * opts.c (common_handle_option): Handle it.
5189 * builtins.c (expand_builtin_alloca): Record allocation if
5190 -fcallgraph-info=da.
5191 * calls.c (expand_call): If -fcallgraph-info, record the call.
5192 (emit_library_call_value_1): Likewise.
5193 * flag-types.h (enum callgraph_info_type): New type.
5194 * explow.c: Include stringpool.h.
5195 (set_stack_check_libfunc): Set SET_SYMBOL_REF_DECL on the symbol.
5196 * function.c (allocate_stack_usage_info): New.
5197 (allocate_struct_function): Call it for -fcallgraph-info.
5198 (prepare_function_start): Call it otherwise.
5199 (record_final_call, record_dynamic_alloc): New.
5200 * function.h (struct callinfo_callee): New.
5201 (CALLEE_FROM_CGRAPH_P): New.
5202 (struct callinfo_dalloc): New.
5203 (struct stack_usage): Add callees and dallocs.
5204 (record_final_call, record_dynamic_alloc): Declare.
5205 * gimplify.c (gimplify_decl_expr): Record dynamically-allocated
5206 object if -fcallgraph-info=da.
5207 * optabs-libfuncs.c (build_libfunc_function): Keep SYMBOL_REF_DECL.
5208 * print-tree.h (print_decl_identifier): Declare.
5209 (PRINT_DECL_ORIGIN, PRINT_DECL_NAME, PRINT_DECL_UNIQUE_NAME): New.
5210 * print-tree.c: Include print-tree.h.
5211 (print_decl_identifier): New function.
5212 * toplev.c: Include print-tree.h.
5213 (callgraph_info_file): New global variable.
5214 (callgraph_info_external_printed): Likewise.
5215 (output_stack_usage): Rename to...
5216 (output_stack_usage_1): ... this. Make it static, add cf
5217 parameter. If -fcallgraph-info=su, print stack usage to cf.
5218 If -fstack-usage, use print_decl_identifier for
5219 pretty-printing.
5220 (INDIRECT_CALL_NAME): New.
5221 (dump_final_node_vcg_start): New.
5222 (dump_final_callee_vcg, dump_final_node_vcg): New.
5223 (output_stack_usage): New.
5224 (lang_dependent_init): Open and start file if
5225 -fcallgraph-info. Allocated callgraph_info_external_printed.
5226 (finalize): If callgraph_info_file is not null, finish it,
5227 close it, and release callgraph_info_external_printed.
5228
5229 2019-11-06 Gergö Barany <gergo@codesourcery.com>
5230 Frederik Harwath <frederik@codesourcery.com>
5231 Thomas Schwinge <thomas@codesourcery.com>
5232
5233 * omp-low.c (struct omp_context): New fields
5234 local_reduction_clauses, outer_reduction_clauses.
5235 (new_omp_context): Initialize these.
5236 (scan_sharing_clauses): Record reduction clauses on OpenACC constructs.
5237 (scan_omp_for): Check reduction clauses for incorrect nesting.
5238
5239 2019-11-06 Jakub Jelinek <jakub@redhat.com>
5240
5241 PR inline-asm/92352
5242 * gimplify.c (gimplify_asm_expr): Reject VLA in output or input
5243 operands with non-memory constraints.
5244
5245 2019-11-05 Martin Sebor <msebor@redhat.com>
5246
5247 PR tree-optimization/92373
5248 * tree.c (component_ref_size): Only consider initializers of objects
5249 of matching struct types.
5250 Return null for instances of interior zero-length arrays.
5251
5252 2019-11-05 Segher Boessenkool <segher@kernel.crashing.org>
5253
5254 * doc/md.texi (Insn Splitting): Fix combiner documentation.
5255
5256 2019-11-05 Jason Merrill <jason@redhat.com>
5257
5258 PR tree-optimization/91825
5259 * expmed.c: Reduce -Wmaybe-uninitialized to warning.
5260
5261 2019-11-05 Jim Wilson <jimw@sifive.com>
5262
5263 PR middle-end/92263
5264 * expr.c (emit_move_complex): Only use BLOCK_OP_NO_LIBCALL when
5265 optimize_insn_for_speed_p is true.
5266
5267 2019-11-05 Martin Sebor <msebor@redhat.com>
5268
5269 PR middle-end/92333
5270 PR middle-end/82608
5271 * tree-vrp.c (vrp_prop::check_array_ref): Handle VLAs with constant
5272 size.
5273 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Use a meaninful
5274 name and location for a temporary variable.
5275
5276 2019-11-05 Aldy Hernandez <aldyh@redhat.com>
5277
5278 * tree-vrp.c (value_range::value_range): Fix whitespace.
5279 (defined_ranges_p): Same.
5280 (range_fold_binary_symbolics_p): Same.
5281 (value_range::intersect_helper): Same.
5282 (value_range::union_helper): Same.
5283 * tree-vrp.h (range_fold_binary_expr): Same.
5284
5285 2019-11-04 Martin Sebor <msebor@redhat.com>
5286
5287 PR middle-end/92341
5288 PR middle-end/82612
5289 * tree-sra.c (get_access_for_expr): Fail for out-of-bounds offsets.
5290 * tree-vrp.c (vrp_prop::check_array_ref): Correct index and text
5291 of message printed in a warning for empty arrays.
5292 (vrp_prop::check_mem_ref): Also handle function parameters and
5293 empty arrays.
5294
5295 2019-11-05 Richard Biener <rguenther@suse.de>
5296
5297 PR tree-optimization/92371
5298 * tree-vect-loop.c (vectorizable_reduction): Set STMT_VINFO_REDUC_DEF
5299 on the original stmt of live stmts in the chain.
5300 (vectorizable_live_operation): Look at the original stmt when
5301 checking STMT_VINFO_REDUC_DEF.
5302
5303 2019-11-05 Aldy Hernandez <aldyh@redhat.com>
5304
5305 * gimple-fold.c, gimple-loop-versioning.cc,
5306 gimple-ssa-evrp-analyze.[ch], gimple-ssa-evrp.c,
5307 gimple-ssa-sprintf.c, ipa-cp.c, ipa-prop.c, ipa-prop.h,
5308 range-op.[hc]*, range.[hc]*, selftest.h, tree-ssa-dom.c,
5309 tree-ssa-strlen.c, tree-ssa-threadedge.c, tree-ssanames.[hc],
5310 tree-vrp.[hc], vr-values.[hc]: Global rename of value_range to
5311 value_range_equiv, and value_range_base to value_range.
5312
5313 2019-11-05 Matthew Malcomson <matthew.malcomson@arm.com>
5314
5315 * expr.c (build_personality_function): Fix generated type to
5316 match actual personality functions.
5317
5318 2019-11-05 Matthew Malcomson <matthew.malcomson@arm.com>
5319
5320 * config/aarch64/aarch64.c (aarch64_handle_attr_cpu): Allocate
5321 enough bytes for the NULL character.
5322
5323 2019-11-05 Richard Biener <rguenther@suse.de>
5324
5325 PR tree-optimization/92280
5326 * match.pd (BIT_FIELD_REF of CTOR): Unless the original CTOR
5327 had a single use do not create a new CTOR.
5328 * tree-ssa-forwprop.c (simplify_bitfield_ref): Do not re-fold
5329 BIT_FIELD_REF of a CTOR via GENERIC.
5330
5331 2019-11-05 Andreas Krebbel <krebbel@linux.ibm.com>
5332
5333 * config/s390/s390.c (s390_vector_alignment): Check if the value
5334 fits into uhwi before using it.
5335
5336 2019-11-05 Martin Liska <mliska@suse.cz>
5337
5338 * symbol-summary.h: Use ggc_delete.
5339
5340 2019-11-05 Anton Youdkevitch <anton.youdkevitch@bell-sw.com>
5341
5342 * config/aarch64/aarch64.c (thunderx2t99_vector_cost):
5343 Change vec_perm field to 10.
5344
5345 2019-11-05 Arnaud Charlet <charlet@adacore.com>
5346
5347 * doc/install.texi: Further fix syntax for html generation.
5348
5349 2019-11-05 Martin Liska <mliska@suse.cz>
5350
5351 * symbol-summary.h: Rename allocator to m_allocator and
5352 add comment.
5353
5354 2019-11-05 Richard Biener <rguenther@suse.de>
5355
5356 PR tree-optimization/92324
5357 * tree-vect-loop.c (check_reduction_path): For MIN/MAX require
5358 all signed or unsigned operations.
5359
5360 2019-11-05 Jan Hubicka <jh@suse.cz>
5361
5362 * hsa-brig.c: Include alloc-pool.h
5363 * hsa-dump.c: Likewise.
5364 * hsa-gen.c: Likewise.
5365 * hse-regalloc.c: Likewise.
5366 * ipa-hsa.c: Likewise.
5367 * ipa-predicate.c: Likewise.
5368 * ipa-reference.c: Likewise.
5369 * ipa-sra.c: Likewise.
5370 * omp-expand.c: Likewise.
5371 * omp-general.c: Likewise.
5372 * omp-low.c: Likewise.
5373 * sumbol-summary.h (function_summary_base): Add allocator.
5374 (function_summary<T *>::function_summary): Update construction.
5375 (fast_function_summary<T *, V>::fast_function_summary): Likewise.
5376 (call_summary_base): Add allcator.
5377 (call_summary<T *>::call_summary): Update construction.
5378 (fast_call_summary<T *, V>::fast_call_summary): Likewise.
5379
5380 2019-11-05 Jakub Jelinek <jakub@redhat.com>
5381
5382 PR tree-optimization/91945
5383 * builtins.c (compute_objsize): For ARRAY_REF, only multiply off
5384 by tpsize if it is both non-NULL and INTEGER_CST, otherwise punt.
5385 Formatting fix.
5386
5387 2019-11-05 Aldy Hernandez <aldyh@redhat.com>
5388
5389 * range-op.cc (wi_set_zero_nonzero_bits): Remove static qualifier.
5390 * range-op.h (wi_set_zero_nonzero_bits): New prototype.
5391 * tree-vrp.h (vrp_set_zero_nonzero_bits): Remove.
5392 * tree-vrp.c (wide_int_range_set_zero_nonzero_bits): Remove.
5393 (vrp_set_zero_nonzero_bits): Move to...
5394 * vr-values.c (vr_set_zero_nonzero_bits): ...here.
5395 (vr_values::simplify_bit_ops_using_ranges): Rename
5396 vrp_set_zero_nonzero_bits to vr_set_zero_nonzero_bits.
5397
5398 2019-11-05 Martin Liska <mliska@suse.cz>
5399
5400 PR c++/92339
5401 * fold-const.c (operand_compare::hash_operand): Remove
5402 FIELD_DECL handling.
5403
5404 2019-11-05 Aldy Hernandez <aldyh@redhat.com>
5405
5406 * tree-vrp.h (vrp_bitmap_equal_p): Remove.
5407 * tree-vrp.c (vrp_bitmap_equal_p): Move before use and make
5408 static.
5409
5410 2019-11-05 Aldy Hernandez <aldyh@redhat.com>
5411
5412 * tree-vrp.c (value_range_base::operator==): Use equal_p to
5413 properly handle symbolics.
5414 (range_compatible_p): Remove.
5415
5416 2019-11-04 Kamlesh Kumar <kamleshbhalui@gmail.com>
5417
5418 * common.opt (-fabi-version): Document =14.
5419 * doc/invoke.texi (C++ Dialect Options): Likewise.
5420
5421 2019-11-04 Aldy Hernandez <aldyh@redhat.com>
5422
5423 * tree-vrp.c (value_range_base::set): Do not special case pointers.
5424
5425 2019-11-04 Tobias Burnus <tobias@codesourcery.com>
5426
5427 * config/gcn/gcn.c (gcn_omp_device_kind_arch_isa): New function.
5428 (TARGET_OMP_DEVICE_KIND_ARCH_ISA): Redefine to
5429 gcn_omp_device_kind_arch_isa.
5430 * config/gcn/t-omp-device: New file.
5431 * configure.ac: Support gcn for omp_device_property.
5432 * configure: Regenerate.
5433
5434 2019-11-04 Aldy Hernandez <aldyh@redhat.com>
5435
5436 * tree-vrp.h (vrp_val_min): Remove handle_pointers argument.
5437 (vrp_val_max): Same.
5438 (vrp_val_is_min): Same.
5439 (vrp_val_is_max): Same.
5440 (value_range_base::nonzero_p): Remove last argument to
5441 vrp_val_is_max.
5442 * tree-vrp.c (vrp_val_min): Remove handle_pointers argument.
5443 (vrp_val_max): Same.
5444 (vrp_val_is_min): Same.
5445 (vrp_val_is_max): Same.
5446 (value_range_base::set_varying): Remove last argument to vrp_val*.
5447 (value_range_base::dump): Same.
5448 (value_range_base::set): Same.
5449 (value_range_base::normalize_symbolics): Same.
5450 (value_range_base::num_pairs): Same.
5451 (value_range_base::lower_bound): Same.
5452 (value_range_base::upper_bound): Same.
5453 (ranges_from_anti_range): Remove handle_pointers argument.
5454 (value_range_base::singleton_p): Remove last argument to
5455 ranges_from_anti_range.
5456
5457 2019-11-04 Jan Hubicka <jh@suse.cz>
5458
5459 * ipa-reference.c (init_function_info): Initialize
5460 info->global.statics_read.
5461
5462 2019-11-04 Aldy Hernandez <aldyh@redhat.com>
5463
5464 * tree-vrp.c (value_range_base::invert): Use constructors to build
5465 range.
5466
5467 2019-11-04 Aldy Hernandez <aldyh@redhat.com>
5468
5469 * tree-vrp.c (range_int_cst_singleton_p): Remove.
5470 * tree-vrp.h (range_int_cst_singleton_p): Remove.
5471
5472 2019-11-04 Aldy Hernandez <aldyh@redhat.com>
5473
5474 * tree-vrp.c (value_range_base::normalize_addresses): Handle
5475 VR_UNDEFINED.
5476
5477 2019-11-04 Aldy Hernandez <aldyh@redhat.com>
5478
5479 * tree-vrp.c (dump_assert_info): New.
5480 (dump_asserts_info): New.
5481
5482 2019-11-04 Jan Hubicka <jh@suse.cz>
5483
5484 * ipa-inline-transform.c: Include ipa-utils.h
5485 (inline_call): Set thunk_expansion flag.
5486 * ipa-utils.h (thunk_expansion): Declare.
5487 * ipa-devirt.c (thunk_expansion): New global var.
5488 (devirt_node_removal_hook): Do not invalidate cache while
5489 doing thunk expansion.
5490
5491 2019-11-04 Tamar Christina <tamar.christina@arm.com>
5492
5493 * tree-vect-slp.c (vectorize_slp_instance_root_stmt): Initialize rstmt.
5494
5495 2019-11-04 Martin Sebor <msebor@redhat.com>
5496
5497 PR tree-optimization/92349
5498 * tree-vrp.c (vrp_prop::check_array_ref): Avoid assuming struct
5499 memebers have constant sizes.
5500
5501 2019-11-04 Andre Vieira <andre.simoesdiasvieira@arm.com>
5502
5503 * tree-vect-loop.c (vect_analyze_loop): Remove orig_loop_vinfo
5504 parameter.
5505 * tree-vectorizer.h (vect_analyze_loop): Update declaration.
5506 * tree-vectorizer.c (try_vectorize_loop_1): Update calls to
5507 vect_analyze_loop.
5508
5509 2019-11-04 Joel Hutton <Joel.Hutton@arm.com>
5510
5511 * expr.c (store_constructor): Modify to handle single element vectors.
5512 * tree-vect-slp.c (vect_analyze_slp_instance): Add case for vector
5513 constructors.
5514 (vect_slp_check_for_constructors): New function.
5515 (vect_slp_analyze_bb_1): Call new function to check for vector
5516 constructors.
5517 (vectorize_slp_instance_root_stmt): New function.
5518 (vect_schedule_slp): Call new function to vectorize root stmt of vector
5519 constructors.
5520 * tree-vectorizer.h (SLP_INSTANCE_ROOT_STMT): New field.
5521
5522 2019-11-04 Richard Biener <rguenther@suse.de>
5523
5524 PR tree-optimization/92345
5525 * tree-vect-loop.c (vect_is_simple_reduction): Return whether
5526 we produced a reduction chain.
5527 (vect_analyze_scalar_cycles_1): Do not add reduction chains to
5528 LOOP_VINFO_REDUCTIONS.
5529
5530 2019-11-04 Jan Hubicka <jh@suse.cz>
5531
5532 * cgraphclones.c (cgraph_node::create_version_clone): Do not
5533 duplicate summaries.
5534 * ipa-fnsummary.c (ipa_fn_summary_alloc): Allocate size summary
5535 first.
5536 (ipa_fn_summary_t::duplicate): Use get instead of get_create to
5537 access call summaries.
5538 (dump_ipa_call_summary): Be ready for missing edge summaries.
5539 (analyze_function_body): Use get instead of get_create to access
5540 edge summary.
5541 (estimate_calls_size_and_time): Do not access summaries of
5542 inlined edges; sanity check they are missing.
5543 (ipa_call_context::estimate_size_and_time): Use get instead
5544 of get_create to access node summary.
5545 (inline_update_callee_summaries): Do not update depth of
5546 inlined edge.
5547 (ipa_merge_fn_summary_after_inlining): Remove inline edge from
5548 growth caches.
5549 (ipa_merge_fn_summary_after_inlining): Use get instead
5550 of get_create.
5551 * ipa-fnsummary.h (ipa_remove_from_growth_caches): Declare.
5552 * ipa-inline-analyssi.c (edge_growth_cache): Turn to
5553 fast summary.
5554 (initialize_growth_caches): Update.
5555 (do_estimate_edge_time): Remove redundant copy of context.
5556 (ipa_remove_from_growth_caches): New function.
5557 * ipa-inline.c (flatten_function): Update overall summary
5558 only when optimizing.
5559 (inline_to_all_callers): Update overall summary of function
5560 inlined to.
5561 * ipa-inline.h (edge_growth_cache): Turn to fast summary.
5562 * symbol-summary.h (call_summary_base): Set m_initialize_when_cloning
5563 to false.
5564
5565 2019-11-04 Richard Biener <rguenther@suse.de>
5566
5567 * system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO.
5568 * ggc-common.c: Remove inclusion of malloc.h, define INCLUDE_MALLOC_H.
5569
5570 2019-11-04 David Edelsohn <dje.gcc@gmail.com>
5571
5572 * ggc-common.c: Include system.h before malloc.h.
5573
5574 2019-11-04 Alexandre Oliva <oliva@adacore.com>
5575
5576 * configure.ac: Pass --enable-obsolete=* and
5577 --enable-option-checking=* down to build configure, and fail
5578 if it fails. AC_SUBST HAVE_AUTO_BUILD.
5579 * configure: Rebuild.
5580 * Makefile.in [HAVE_AUTO_BUILD] (auto-build.h): New rule.
5581 [HAVE_AUTO_BUILD] (config.status): Depend on auto-build.h.
5582
5583 2019-11-04 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5584
5585 * config.in: Regenerate.
5586 * config/msp430/msp430.c (msp430_option_override): Emit an error if
5587 -mtiny-printf is used without GCC being configured with
5588 --enable-newlib-nano-formatted-io.
5589 * config/msp430/msp430.h (LINK_SPEC): Pass
5590 "--wrap puts --wrap printf" when -mtiny-printf is used.
5591 * config/msp430/msp430.opt: Document -mtiny-printf.
5592 * configure: Regenerate.
5593 * configure.ac: Enable --enable-newlib-nano-formatted-io flag.
5594 Define HAVE_NEWLIB_NANO_FORMATTED_IO if
5595 --enable-newlib-nano-formatted-io is passed.
5596 * doc/invoke.texi: Document -mtiny-printf.
5597
5598 2019-11-04 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5599
5600 * configure: Regenerate.
5601
5602 2019-11-04 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5603
5604 * config/msp430/driver-msp430.c
5605 (msp430_get_linker_devices_include_path): New spec function.
5606 * config/msp430/msp430-devices.c (msp430_dirname): New function.
5607 (extract_devices_dir_from_exec_prefix): New function.
5608 (extract_devices_dir_from_collect_gcc): New function.
5609 (msp430_check_env_var_for_devices): New function.
5610 (msp430_check_path_for_devices): Use xstrdup instead of ASTRDUP.
5611 (parse_devices_csv): Call msp430_check_env_var_for_devices if
5612 devices.csv was not found using other methods.
5613 * config/msp430/msp430-devices.h (msp430_check_env_var_for_devices):
5614 New prototype.
5615 (msp430_dirname): Likewise.
5616 * config/msp430/msp430.c (msp430_register_pre_includes): New function.
5617 * config/msp430/msp430.h (EXTRA_SPEC_FUNCTIONS): Add
5618 msp430_get_linker_devices_include_path.
5619 (TARGET_EXTRA_PRE_INCLUDES): Define.
5620 * doc/invoke.texi: Document new ways of searching for support files.
5621
5622 2019-11-04 Richard Biener <rguenther@suse.de>
5623
5624 PR tree-optimization/92301
5625 * tree-vect-stmts.c (process_use): Force reduction PHI defs live
5626 as required by epilogue generation
5627
5628 2019-11-04 Martin Liska <mliska@suse.cz>
5629
5630 PR ipa/92304
5631 * fold-const.c (operand_compare::hash_operand): Fix field
5632 hashing of CONSTRUCTOR.
5633
5634 2019-11-04 Martin Liska <mliska@suse.cz>
5635
5636 * ggc.h (ggc_delete): New function.
5637 * ipa-fnsummary.c (ipa_free_fn_summary): Use it.
5638 * ipa-prop.c (ipa_free_all_edge_args): Likewise.
5639 (ipa_free_all_node_params): Likewise.
5640 * ipa-sra.c (ipa_sra_analysis): Likewise.
5641
5642 2019-11-02 Jan Hubicka <hubicka@ucw.cz>
5643
5644 * ipa-fnsummary.c (set_cond_stmt_execution_predicate,
5645 set_switch_stmt_execution_predicate, compute_bb_predicates,
5646 will_be_nonconstant_expr_predicate,
5647 phi_result_unknown_predicate,
5648 analyze_function_body): Pass arround params summary.
5649 (ipa_call_context::duplicate_from): New comment;
5650 only duplicate useful values.
5651 (ipa_call_context::equal_to): Only compare useful values.
5652 (remap_edge_summaries): Pass params_summary.
5653 (remap_hint_predicate): Likewise.
5654 (ipa_merge_fn_summary_after_inlining): Likewise.
5655 (inline_read_section): Initialize params summary used flags.
5656 * ipa-predicate.c (predicate::remap_after_inlining): Pass
5657 around param_summary.
5658 (add_condition): Initialized used params summary flags.
5659 * ipa-predicate.h (inline_param_summary::equals_to): Make const.
5660 (inline_param_summary::useless_p): New predicate.
5661 (remap_after_inlining, add_condition): Update prototype
5662 * ipa-prop.c (ipa_populate_param_decls): Watch overflow in
5663 move_cost.
5664 (ipa_note_param_call): Add parameter POLYMORPHIC; update params
5665 summaries.
5666 (ipa_analyze_indirect_call_uses): Update use of ipa_note_param_call.
5667 (ipa_analyze_virtual_call_uses): Likewise.
5668 (update_indirect_edges_after_inlining): Update param summaries.
5669 (ipa_print_node_params): Print used flags.
5670 (ipa_read_indirect_edge_info): Update param summareis.
5671 * ipa-prop.h (ipa_param_descriptor): Add
5672 used_by_ipa_predicates, used_by_indirect_call
5673 and used_by_polymorphic_call.
5674 (ipa_set_param_used_by_ipa_predicates,
5675 ipa_set_param_used_by_indirect_call,
5676 ipa_set_param_used_by_polymorphic_call,
5677 ipa_is_param_used_by_ipa_predicates,
5678 ipa_is_param_used_by_indirect_call,
5679 ipa_is_param_used_by_polymorphic_call): New inline functions.
5680
5681 2019-11-02 Jan Hubicka <hubicka@ucw.cz>
5682
5683 * ipa-fnsummary.c (ipa_call_context::duplicate_from): New
5684 member function.
5685 (ipa_call_context::release): Add ALL parameter.
5686 (ipa_call_context::equal_to): New member function.
5687 * ipa-fnsummary.h (ipa_call_context): Add empty constructor;
5688 duplicate_form, release, equal_to and exists_p member functoins.
5689 * ipa-inline-analysis.c (node_context_cache_entry): New
5690 class.
5691 (node_context_summary): Likewise.
5692 (node_context_cache, node_context_cache_hit, node_context_cache_miss,
5693 node_context_clear): New static vars.
5694 (initialize_growth_caches): New function.
5695 (free_growth_caches): Also delete node_context_cache; output stats.
5696 (do_estimate_edge_time): Cache contexts.
5697 (reset_node_cache): New function.
5698 * ipa-inline.c (reset_edge_caches): Reset also node cache.
5699 (inline_small_functions): Initialize growth caches.
5700 * ipa-inline.h (reset_node_cache, initialize_growth_caches):
5701 Declare.
5702 * ipa-predicate.h (inline_param_summary::equal_to): New.
5703 * ipa-prop.c (ipa_agg_jf_item::equal_to): New.
5704 * ipa-prop.h (ipa_agg_jf_item): Declare equal_to member function.
5705 (ipa_agg_jump_function): Implement equal_to member function.
5706
5707 2019-11-02 Jan Hubicka <hubicka@ucw.cz>
5708
5709 * ipa-fnsummary.c (inline_read_section): Set vector size
5710 ahead of time.
5711
5712 2019-11-02 Jan Hubicka <hubicka@ucw.cz>
5713
5714 * ipa-fnsummary.c (ipa_call_context): New constructor.
5715 (estimate_node_size_and_time): Turn to ...
5716 (ipa_call_context::estimate_size_and_time): ... this one.
5717 (ipa_call_context::release): New.
5718 * ipa-fnsummary.h (ipa_call_context): New class.
5719 (estimate_node_size_and_time): Remove.
5720 * ipa-inline-analysis.c (do_estimate_edge_time, do_estimate_edge_size,
5721 do_estimate_edge_hints): Update.
5722
5723 2019-11-02 Jan Hubicka <hubicka@ucw.cz>
5724
5725 * config.in: Regenerate.
5726 * configure: Regenerate.
5727 * configure.ac: Check for mallinfo.
5728 * ggc-common.c: Include malloc.h if available;
5729 include options.h
5730 (report_heap_memory_use): New functoin.
5731 * ggc-page.c (ggc_grow): Do not print "start".
5732 * ggc.h (report_heap_memory_use): Declare.
5733 * pases.c (execute_one_pass): Report memory after IPA passes.
5734 (ipa_read_summaries_1): Likewise.
5735 (ipa_read_optimization_summaries_1): Likewise.
5736
5737 2019-11-02 Jakub Jelinek <jakub@redhat.com>
5738
5739 * gimplify.h (omp_construct_selector_matches): Change return
5740 type to int, add a new SCORES argument.
5741 * gimplify.c (omp_construct_selector_matches): Likewise. If
5742 SCORES is non-NULL, compute scores of each construct.
5743 * omp-general.h (omp_get_context_selector): Declare.
5744 * omp-general.c (omp_maybe_offloaded, omp_context_selector_matches):
5745 Adjust omp_construct_selector_matches callers.
5746 (omp_get_context_selector): New function, moved from c-family/c-omp.c.
5747 (omp_context_compute_score): New function.
5748 (omp_resolve_declare_variant): Compute scores and decide based on
5749 that.
5750
5751 PR bootstrap/92314
5752 * configure.ac: Don't look for omp-device-properties files from
5753 installed offloading compilers. Instead add tmake_file snippets
5754 for configured offloading targets and use files they generate.
5755 * Makefile.in (install): Don't depend on
5756 install-omp-device-properties.
5757 (install-omp-device-properties): Remove goal.
5758 * config/i386/t-omp-device: New file.
5759 * config/i386/t-intelmic (omp-device-properties): Remove goal.
5760 * config/nvptx/t-omp-device: New file.
5761 * config/nvptx/t-nvptx (omp-device-properties): Remove goal.
5762 * configure: Regenerated.
5763
5764 * omp-general.h (omp_context_selector_set_compare): Declare.
5765 * omp-general.c (omp_construct_simd_compare,
5766 omp_context_selector_props_compare, omp_context_selector_set_compare,
5767 omp_context_selector_compare): New functions.
5768 (omp_resolve_declare_variant): Prune variants that are strict subset
5769 of another variant.
5770
5771 2019-11-01 Martin Sebor <msebor@redhat.com>
5772
5773 PR middle-end/91679
5774 PR middle-end/91647
5775 PR middle-end/91463
5776 PR middle-end/92312
5777 * doc/invoke.texi (-Wzero-length-bounds): Document.
5778 * gimple-match-head.c (try_conditional_simplification): Use memcpy
5779 instead of a hand-rolled loop to avoid PR 92323.
5780 * tree-vrp.c (vrp_prop::check_array_ref): Handle trailing arrays
5781 with initializers.
5782 (vrp_prop::check_mem_ref): Handle declared struct objects.
5783 * tree.c (last_field): New function.
5784 (array_at_struct_end_p): Handle MEM_REF.
5785 (get_initializer_for): New helper.
5786 (component_ref_size): Add argument. Rename locals. Call
5787 get_initializer_for instead of fold_ctor_reference. Correct handling
5788 of flexible array members.
5789 * wide-int.h (generic_wide_int <storage>::sign_mask): Assert invariant.
5790
5791 2019-11-01 Kewen Lin <linkw@gcc.gnu.org>
5792
5793 * config/rs6000/rs6000-modes.def (V2SF, V2SI): New modes.
5794 * config/rs6000/vsx.md (UNSPEC_VSX_CVSPSXDS,
5795 UNSPEC_VSX_CVSPUXDS): Remove.
5796 (vsx_xvcvspdp): New define_expand, old define_insn split to...
5797 (vsx_xvcvspdp_be): ... this. New. And...
5798 (vsx_xvcvspdp_le): ... this. New.
5799 (vsx_xvcv<su>xwdp): New define_expand, old define_insn split to...
5800 (vsx_xvcv<su>xwdp_be): ... this. New. And...
5801 (vsx_xvcv<su>xwdp_le): ... this. New.
5802 (vsx_xvcvsp<su>xds): New define_expand, old define_insn split to...
5803 (vsx_xvcvsp<su>xds_be): ... this. New. And...
5804 (vsx_xvcvsp<su>xds_le): ... this. New.
5805
5806 2019-11-01 Kewen Lin <linkw@gcc.gnu.org>
5807
5808 * config/rs6000/vsx.md (UNSPEC_VSX_CVSXWSP, UNSPEC_VSX_CVUXWSP,
5809 UNSPEC_VSX_XVCVSXDDP, UNSPEC_VSX_XVCVUXDDP,
5810 UNSPEC_VSX_XVCVDPSXDS, UNSPEC_VSX_XVCVDPUXDS,
5811 UNSPEC_VSX_XVCVSPSXWS): Remove.
5812 (vsx_xvcv<su>xddp, vsx_xvcvdp<su>xds, vsx_xvcvsp<su>xws,
5813 vsx_xvcv<su>xwsp): Update define_insn RTL patterns.
5814
5815 2019-11-01 Kewen Lin <linkw@gcc.gnu.org>
5816
5817 * config/rs6000/vsx.md (vsx_xvcdpsp): Remove define_insn.
5818 (UNSPEC_VSX_XVCDPSP): Remove.
5819 * config/rs6000/rs6000.c (rs6000_generate_float2_double_code):
5820 Replace gen_vsx_xvcdpsp by gen_vsx_xvcvdpsp.
5821
5822 2019-11-01 Tobias Burnus <tobias@codesourcery.com>
5823
5824 * hooks.c (hook_tree_tree_bool_null): New.
5825 * hooks.h (hook_tree_tree_bool_null): Declare.
5826 * langhooks-def.h (LANG_HOOKS_OMP_ARRAY_DATA): Define.
5827 (LANG_HOOKS_DECLS): Add it.
5828 * langhooks.h (lang_hooks_for_decls): Add omp_array_data.
5829 * omp-low.c (install_var_field): New mode for Fortran descriptor arrays.
5830 (lower_omp_target): Handle Fortran array with descriptor in
5831 OMP_CLAUSE_USE_DEVICE_ADDR/OMP_CLAUSE_USE_DEVICE_PTR.
5832
5833 2019-10-31 Richard Sandiford <richard.sandiford@arm.com>
5834
5835 * config/aarch64/aarch64-sve-builtins.cc (register_builtin_types):
5836 Assert that the type we store in abi_vector_types is its own
5837 main variant.
5838 (svbool_type_p): Don't apply TYPE_MAIN_VARIANT here.
5839
5840 2019-10-31 Richard Earnshaw <rearnsha@arm.com>
5841
5842 * config/arm/arm.c (arm_legitimize_address): Don't form negative offsets
5843 from a CONST_INT address when TARGET_THUMB2.
5844
5845 2019-10-31 Richard Earnshaw <rearnsha@arm.com>
5846
5847 * config/arm/arm.md (add_not_cin): New insn.
5848 (add_not_shift_cin): Likewise.
5849
5850 2019-10-31 Martin Liska <mliska@suse.cz>
5851
5852 * ipa-icf-gimple.c (func_checker::compare_tree_ssa_label): Remove.
5853 * ipa-icf-gimple.h: Remove declaration from compare_tree_ssa_label
5854 and compare_memory_operand.
5855
5856 2019-10-31 Jakub Jelinek <jakub@redhat.com>
5857
5858 * configure.ac: Compute and substitute omp_device_properties and
5859 omp_device_property_deps.
5860 * Makefile.in (generated_files): Add omp-device-properties.h.
5861 (omp-general.o): Depend on omp-device-properties.h.
5862 (omp_device_properties): New make variable.
5863 (omp-device-properties.h, s-omp-device-properties-h,
5864 install-omp-device-properties): New goals.
5865 (install): Depend on install-omp-device-properties for accelerators.
5866 * target.def (TARGET_OMP_DEVICE_KIND_ARCH_ISA): New target hook.
5867 * target.h (enum omp_device_kind_arch_isa): New enum.
5868 * doc/tm.texi.in: Add placeholder for TARGET_OMP_DEVICE_KIND_ARCH_ISA
5869 documentation.
5870 * omp-general.c: Include omp-device-properties.h.
5871 (omp_max_simt_vf): Expect OFFLOAD_TARGET_NAMES to be separated by
5872 colon instead of comma.
5873 (omp_offload_device_kind_arch_isa, omp_maybe_offloaded): New
5874 functions.
5875 (omp_context_selector_matches): Implement device set arch/isa
5876 selectors, improve device set kind selector handling.
5877 * config/i386/i386-options.h (ix86_omp_device_kind_arch_isa): Declare.
5878 * config/i386/i386.c (TARGET_SIMD_CLONE_ADJUST,
5879 TARGET_SIMD_CLONE_USABLE): Formatting fix.
5880 (TARGET_OMP_DEVICE_KIND_ARCH_ISA): Redefine to
5881 ix86_omp_device_kind_arch_isa.
5882 * config/i386/i386-options.c (struct ix86_target_opts): Move type
5883 definition from ix86_target_string to file scope.
5884 (isa2_opts, isa_opts): Moved arrays from ix86_target_string function
5885 to file scope.
5886 (ix86_omp_device_kind_arch_isa): New function.
5887 (ix86_target_string): Moved struct ix86_target_opts, isa2_opts and
5888 isa_opts definitions to file scope.
5889 * config/i386/t-intelmic (omp-device-properties): New goal.
5890 * config/nvptx/t-nvptx (omp-device-properties): Likewise.
5891 * config/nvptx/nvptx.c (nvptx_omp_device_kind_arch_isa): New function.
5892 (TARGET_OMP_DEVICE_KIND_ARCH_ISA): Redefine to
5893 nvptx_omp_device_kind_arch_isa.
5894 * configure: Regenerate.
5895 * doc/tm.texi: Regenerate.
5896
5897 PR middle-end/92231
5898 * tree.h (fndecl_built_in_p): Use fndecl_built_in_p instead of
5899 DECL_BUILT_IN in comment. Remove redundant ()s around return
5900 argument.
5901 * tree.c (free_lang_data_in_decl): Check if var is FUNCTION_DECL
5902 before calling fndecl_built_in_p.
5903 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Check if
5904 TREE_OPERAND (fn, 0) is a FUNCTION_DECL before calling
5905 fndecl_built_in_p on it.
5906
5907 2019-10-31 Andre Vieira <andre.simoesdiasvieira@arm.com>
5908
5909 * params.def (PARAM_VECT_EPILOGUES_NOMASK): Enable by default.
5910
5911 2019-10-31 Martin Liska <mliska@suse.cz>
5912
5913 * config/arm/arm.c (arm_get_pcs_model): Remove usage
5914 of cgraph_local_info and use local_info_node instead.
5915 * config/bfin/bfin.c (bfin_load_pic_reg): Likewise.
5916 (bfin_function_ok_for_sibcall): Likewise.
5917 * config/c6x/c6x.c (c6x_function_ok_for_sibcall): Likewise.
5918 (must_reload_pic_reg_p): Likewise.
5919
5920 2019-10-31 Jakub Jelinek <jakub@redhat.com>
5921
5922 PR c++/90947
5923 * tree.h (type_initializer_zero_p): Remove.
5924 * tree.c (type_initializer_zero_p): Remove.
5925
5926 2019-10-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
5927
5928 * doc/invoke.texi (-Wshadow, -Wshadow=global
5929 -Wshadow=local, -Wshadow=compatible-local): Update documentation.
5930
5931 2019-10-30 Tobias Burnus <tobias@codesourcery.com>
5932
5933 * gimplify.c (gimplify_scan_omp_clauses): Remove FE-generated
5934 GOMP_MAP_TO_PSET and GOMP_MAP_POINTER mapping for 'target update'
5935 and 'target exit data'.
5936
5937 2019-10-30 Martin Jambor <mjambor@suse.cz>
5938
5939 ipa/92278
5940 * cgraph.c (cgraph_edge::possibly_call_in_translation_unit_p): Fix
5941 availability comparison.
5942
5943 2019-10-30 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5944
5945 * config/msp430/msp430.c (msp430_expand_helper): Support expansion of
5946 calls to __mspabi_mpy* functions.
5947 * config/msp430/msp430.md (mulhisi3): New define_expand.
5948 (umulhisi3): New define_expand.
5949 (*mulhisi3_inline): Use old mulhisi3 define_insn.
5950 (*umulhisi3_inline): Use old umulhisi3 define_insn.
5951
5952 2019-10-30 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5953
5954 * config/msp430/msp430.c (msp430_check_index_not_high_mem): New.
5955 (msp430_check_plus_not_high_mem): New.
5956 (msp430_op_not_in_high_mem): Use new functions to check if the operand
5957 might be in low memory.
5958 Indicate that a 16-bit absolute address is in lower memory.
5959
5960 2019-10-30 Martin Jambor <mjambor@suse.cz>
5961
5962 * ipa-prop.c (ipa_compute_jump_functions_for_bb): Fix the call to
5963 ultimate_alias_target.
5964
5965 2019-10-30 Richard Biener <rguenther@suse.de>
5966
5967 PR tree-optimization/92275
5968 * tree-vect-loop-manip.c (slpeel_update_phi_nodes_for_loops):
5969 Copy all loop-closed PHIs.
5970
5971 2019-10-30 Martin Liska <mliska@suse.cz>
5972
5973 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Use
5974 const_tree as function argument.
5975 (func_checker::compare_decl): Likewise.
5976 (func_checker::operand_equal_p): Likewise.
5977 (func_checker::compare_variable_decl): Likewise.
5978 (func_checker::parse_labels): Likewise.
5979 * ipa-icf-gimple.h: Likewise.
5980
5981 2019-10-30 Martin Liska <mliska@suse.cz>
5982
5983 * ipa-icf-gimple.c (func_checker::compatible_types_p):
5984 Do not compare alias sets. It's handled by operand_equal_p.
5985
5986 2019-10-30 Martin Liska <mliska@suse.cz>
5987
5988 * ipa-icf-gimple.c (func_checker::func_checker): Do not
5989 initialize m_compare_polymorphic.
5990 (func_checker::compare_decl): Do not compare polymorphic types.
5991 * ipa-icf-gimple.h (m_compare_polymorphic): Remove.
5992 * ipa-icf.c (sem_function::equals_private): Do not call
5993 compare_polymorphic_p.
5994
5995 2019-10-30 Martin Liska <mliska@suse.cz>
5996
5997 * ipa-icf-gimple.c (func_checker::compare_ssa_name): Call
5998 compare_operand.
5999 (func_checker::compare_memory_operand): Remove.
6000 (func_checker::compare_cst_or_decl): Remove.
6001 (func_checker::operand_equal_valueize): Do not handle
6002 FIELD_DECL.
6003 (func_checker::compare_gimple_call): Call compare_operand.
6004 (func_checker::compare_gimple_assign): Likewise.
6005 * ipa-icf-gimple.h: Remove compare_cst_or_decl.
6006 * ipa-icf.c (sem_function::icf_handled_component_p): Remove.
6007 * ipa-icf.h (icf_handled_component_p): Remove.
6008
6009 2019-10-30 Martin Liska <mliska@suse.cz>
6010
6011 * ipa-icf-gimple.c (func_checker::hash_operand): New.
6012 (func_checker::compare_cst_or_decl): Remove handling
6013 of FIELD_DECL.
6014 (func_checker::compare_operand): Transform to ...
6015 (func_checker::operand_equal_p): ... this.
6016 * ipa-icf-gimple.h (class func_checker): Add
6017 operand_equal_p and hash_operand.
6018 * ipa-icf.c (sem_function::equals_private): Fix
6019 pushing and popping of cfun.
6020
6021 2019-10-30 Martin Liska <mliska@suse.cz>
6022
6023 * fold-const.c (operand_equal_p): Move to ...
6024 (operand_compare::operand_equal_p): ... here.
6025 (operand_compare::verify_hash_value): New.
6026 (add_expr): Move to ...
6027 (operand_compare::hash_operand): ... here.
6028 * fold-const.h (operand_equal_p): Move to the class.
6029 (class operand_compare): New.
6030 * tree.c (add_expr): Remove.
6031
6032 2019-10-30 Martin Liska <mliska@suse.cz>
6033
6034 * fold-const.c (operand_equal_p): Support OBJ_TYPE_REF.
6035 * tree.c (add_expr): Hash parts of OBJ_TYPE_REF.
6036
6037 2019-10-30 Martin Liska <mliska@suse.cz>
6038
6039 PR lto/91393
6040 PR lto/88220
6041 * cgraph.c (cgraph_node::get_create): Overwrite node->order
6042 from a first_clone in order to get proper LTO section
6043 in LTO stream.
6044 (cgraph_node::get_untransformed_body):
6045 Use lto_get_section_data where symtab_node::order
6046 must be provided.
6047 * cgraphclones.c (cgraph_node::find_replacement):
6048 Update also symbol order.
6049 * ipa-fnsummary.c (ipa_fn_summary_read):
6050 Use new function lto_get_summary_section_data.
6051 * ipa-hsa.c (ipa_hsa_read_summary): Likewise.
6052 * ipa-icf.c (sem_item_optimizer::read_summary):
6053 Likewise.
6054 * ipa-prop.c (ipa_prop_read_jump_functions):
6055 Likewise.
6056 (ipcp_read_transformation_summaries): Likewise.
6057 * ipa-sra.c (ipa_sra_read_summary): Likewise.
6058 * lto-cgraph.c (input_node): Add also order_base.
6059 (input_varpool_node): Likewise.
6060 (input_cgraph_1): Assign the order_base.
6061 (input_cgraph_opt_summary): Use new lto_get_summary_section_data.
6062 * lto-opts.c (lto_write_options): Pass new argument.
6063 * lto-section-in.c (lto_get_section_data): Add new argumente order.
6064 (lto_get_summary_section_data): New.
6065 (lto_get_raw_section_data): Add order argument.
6066 (lto_create_simple_input_block): Likewise.
6067 * lto-section-out.c (lto_destroy_simple_output_block):
6068 Likewise.
6069 * lto-streamer-in.c (lto_input_toplevel_asms):
6070 Use lto_get_summary_section_data.
6071 (lto_input_mode_table): Likewise.
6072 * lto-streamer-out.c (produce_asm): Pass symtab_node::order.
6073 (lto_output_toplevel_asms): Pass new argument.
6074 (copy_function_or_variable): Likewise.
6075 (produce_lto_section):Likewise.
6076 (produce_symtab): Likewise.
6077 (lto_write_mode_table): Likewise.
6078 (produce_asm_for_decls): Likewise.
6079 * lto-streamer.c (lto_get_section_name): Concat symbol name
6080 and symbol order.
6081 * lto-streamer.h (lto_get_section_data): Add order argument.
6082 (lto_get_summary_section_data): New.
6083 (lto_get_raw_section_data): Add order argument.
6084 (lto_get_section_name): Likewise.
6085 * varpool.c (varpool_node::get_constructor): Pass order argument.
6086
6087 2019-10-30 Jakub Jelinek <jakub@redhat.com>
6088
6089 PR tree-optimization/92262
6090 * tree-ssa-loop-ivopts.c (get_debug_computation_at): Don't unshare
6091 ubase or cbase here.
6092 (remove_unused_ivs): Unshare comp before using it.
6093
6094 2019-10-30 Jan Hubicka <hubicka@ucw.cz>
6095
6096 * ipa-prop.c (update_jump_functions_after_inlining):
6097 Watch for missing summaries.
6098
6099 2019-10-30 Richard Biener <rguenther@suse.de>
6100
6101 PR tree-optimization/65930
6102 * tree-vect-loop.c (vect_is_simple_reduction): For reduction
6103 chains also allow a leading and trailing conversion.
6104 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle
6105 intermediate reduction chains.
6106 (vect_analyze_slp_instance): Likewise. Build a SLP
6107 node for a trailing conversion manually.
6108
6109 2019-10-30 Martin Liska <mliska@suse.cz>
6110
6111 * cgraph.c (cgraph_node::local_info): Transform to ...
6112 (cgraph_node::local_info_node): ... this.
6113 (cgraph_node::dump): Remove cgraph_local_info and
6114 put its fields directly into cgraph_node.
6115 (cgraph_node::get_availability): Likewise.
6116 (cgraph_node::make_local): Likewise.
6117 (cgraph_node::verify_node): Likewise.
6118 * cgraph.h (struct GTY): Likewise.
6119 * cgraphclones.c (set_new_clone_decl_and_node_flags): Likewise.
6120 (duplicate_thunk_for_node): Likewise.
6121 (cgraph_node::create_clone): Likewise.
6122 (cgraph_node::create_virtual_clone): Likewise.
6123 (cgraph_node::create_version_clone): Likewise.
6124 * cgraphunit.c (cgraph_node::reset): Likewise.
6125 (cgraph_node::finalize_function): Likewise.
6126 (cgraph_node::add_new_function): Likewise.
6127 (analyze_functions): Likewise.
6128 * combine.c (setup_incoming_promotions): Likewise.
6129 * config/i386/i386.c (ix86_function_regparm): Likewise.
6130 (ix86_function_sseregparm): Likewise.
6131 (init_cumulative_args): Likewise.
6132 * ipa-cp.c (determine_versionability): Likewise.
6133 (count_callers): Likewise.
6134 (set_single_call_flag): Likewise.
6135 (initialize_node_lattices): Likewise.
6136 (estimate_local_effects): Likewise.
6137 (create_specialized_node): Likewise.
6138 (identify_dead_nodes): Likewise.
6139 * ipa-fnsummary.c (compute_fn_summary): Likewise.
6140 (ipa_fn_summary_generate): Likewise.
6141 * ipa-hsa.c (check_warn_node_versionable): Likewise.
6142 (process_hsa_functions): Likewise.
6143 * ipa-icf.c (set_local): Likewise.
6144 * ipa-inline-analysis.c (initialize_inline_failed): Likewise.
6145 * ipa-inline.c (speculation_useful_p): Likewise.
6146 * ipa-profile.c (ipa_propagate_frequency): Likewise.
6147 (ipa_profile): Likewise.
6148 * ipa-split.c (split_function): Likewise.
6149 (execute_split_functions): Likewise.
6150 * ipa-sra.c (ipa_sra_preliminary_function_checks): Likewise.
6151 (ipa_sra_ipa_function_checks): Likewise.
6152 * ipa-visibility.c (function_and_variable_visibility): Likewise.
6153 * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
6154 * lto-cgraph.c (lto_output_node): Likewise.
6155 (input_overwrite_node): Likewise.
6156 * multiple_target.c (expand_target_clones): Likewise.
6157 * omp-simd-clone.c (simd_clone_create): Likewise.
6158 * trans-mem.c (expand_call_tm): Likewise.
6159 (ipa_tm_mayenterirr_function): Likewise.
6160 (ipa_tm_diagnose_tm_safe): Likewise.
6161 (ipa_tm_diagnose_transaction): Likewise.
6162 (ipa_tm_create_version): Likewise.
6163 (ipa_tm_transform_calls_redirect): Likewise.
6164 (ipa_tm_execute): Likewise.
6165 * tree-inline.c (expand_call_inline): Likewise.
6166
6167 2019-10-29 Martin Liska <mliska@suse.cz>
6168
6169 * symbol-summary.h (function_summary): Pass memory location
6170 to underlaying hash_map (or vec).
6171 (V>::fast_function_summary): Likewise.
6172
6173 2019-10-29 Martin Liska <mliska@suse.cz>
6174
6175 * ggc.h (ggc_alloc_no_dtor): New function.
6176 * ipa-fnsummary.c (ipa_free_fn_summary): Call
6177 destructor and ggc_free.
6178 (ipa_free_size_summary): Call delete instead
6179 of release.
6180 * ipa-fnsummary.h: Use new function ggc_alloc_no_dtor.
6181 * ipa-prop.c (ipa_check_create_edge_args): Likewise.
6182 (ipa_free_all_edge_args): Call destructor and ggc_free.
6183 (ipa_free_all_node_params): Likewise.
6184 (ipcp_free_transformation_sum): Likewise.
6185 * ipa-prop.h (ipa_check_create_node_params):
6186 Call new ggc_alloc_no_dtor.
6187 * ipa-sra.c (ipa_sra_generate_summary): Likewise.
6188 (ipa_sra_analysis): Call destructor and ggc_free.
6189 Replace release with delete operator.
6190 * symbol-summary.h (release): Remove ..
6191 (V>::~fast_function_summary): and move logic here.
6192 Likewise for other classes.
6193
6194 2019-10-29 Richard Biener <rguenther@suse.de>
6195
6196 PR tree-optimization/92260
6197 * tree-vect-slp.c (vect_get_constant_vectors): Special-case
6198 lane-reducing ops.
6199
6200 2019-10-29 Andre Vieira <andre.simoesdiasvieira@arm.com>
6201
6202 PR tree-optimization/88915
6203 * tree-ssa-loop-niter.h (simplify_replace_tree): Change declaration.
6204 * tree-ssa-loop-niter.c (simplify_replace_tree): Add context parameter
6205 and make the valueize function pointer also take a void pointer.
6206 * tree-ssa-sccvn.c (vn_valueize_wrapper): New function to wrap
6207 around vn_valueize, to call it without a context.
6208 (process_bb): Use vn_valueize_wrapper instead of vn_valueize.
6209 * tree-vect-loop.c (_loop_vec_info): Initialize epilogue_vinfos.
6210 (~_loop_vec_info): Release epilogue_vinfos.
6211 (vect_analyze_loop_costing): Use knowledge of main VF to estimate
6212 number of iterations of epilogue.
6213 (vect_analyze_loop_2): Adapt to analyse main loop for all supported
6214 vector sizes when vect-epilogues-nomask=1. Also keep track of lowest
6215 versioning threshold needed for main loop.
6216 (vect_analyze_loop): Likewise.
6217 (find_in_mapping): New helper function.
6218 (update_epilogue_loop_vinfo): New function.
6219 (vect_transform_loop): When vectorizing epilogues re-use analysis done
6220 on main loop and call update_epilogue_loop_vinfo to update it.
6221 * tree-vect-loop-manip.c (vect_update_inits_of_drs): No longer insert
6222 stmts on loop preheader edge.
6223 (vect_do_peeling): Enable skip-vectors when doing loop versioning if
6224 we decided to vectorize epilogues. Update epilogues NITERS and
6225 construct ADVANCE to update epilogues data references where needed.
6226 * tree-vectorizer.h (_loop_vec_info): Add epilogue_vinfos.
6227 (vect_do_peeling, vect_update_inits_of_drs,
6228 determine_peel_for_niter, vect_analyze_loop): Add or update
6229 declarations.
6230 * tree-vectorizer.c (try_vectorize_loop_1): Make sure to use already
6231 created loop_vec_info's for epilogues when available. Otherwise analyse
6232 epilogue separately.
6233
6234 2019-10-29 Richard Biener <rguenther@suse.de>
6235
6236 * doc/tree-ssa.texi (Immediate Uses): Fix FOR_EACH_IMM_USE_STMT
6237 example.
6238
6239 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6240
6241 * tree-vect-stmts.c (vectorizable_condition): Get the reduction
6242 index for the COND_EXPR from stmt_info rather than reduc_info.
6243
6244 2019-10-29 Richard Biener <rguenther@suse.de>
6245
6246 PR tree-optimization/65930
6247 * tree-vect-loop.c (check_reduction_path): Relax single-use
6248 check allowing out-of-loop uses.
6249 (vect_is_simple_reduction): SLP reduction chains cannot have
6250 intermediate stmts used outside of the loop.
6251 (vect_create_epilog_for_reduction): The adjustment might need
6252 to be converted.
6253 (vectorizable_reduction): Annotate live stmts of the reduction
6254 chain with STMT_VINFO_REDUC_DEF.
6255 * tree-vect-stms.c (process_use): Remove no longer true asserts.
6256
6257 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6258
6259 * calls.c (pass_by_reference): Leave the target to decide whether
6260 POLY_INT_CST-sized arguments should be passed by value or reference,
6261 rather than forcing them to be passed by reference.
6262 (must_pass_in_stack_var_size): Likewise.
6263 * config/aarch64/aarch64.md (LAST_SAVED_REGNUM): Redefine from
6264 V31_REGNUM to P15_REGNUM.
6265 * config/aarch64/aarch64-protos.h (aarch64_init_cumulative_args):
6266 Take an extra "silent_p" parameter, defaulting to false.
6267 (aarch64_sve::svbool_type_p): Declare.
6268 (aarch64_sve::nvectors_if_data_type): Likewise.
6269 * config/aarch64/aarch64.h (NUM_PR_ARG_REGS): New macro.
6270 (aarch64_frame::reg_offset): Turn into poly_int64s.
6271 (aarch64_frame::save_regs_size): Likewise.
6272 (aarch64_frame::below_hard_fp_saved_regs_size): New field.
6273 (aarch64_frame::sve_callee_adjust): Likewise.
6274 (aarch64_frame::spare_reg_reg): Likewise.
6275 (ARM_PCS_SVE): New arm_pcs value.
6276 (CUMULATIVE_ARGS::aapcs_nprn): New field.
6277 (CUMULATIVE_ARGS::aapcs_nextnprn): Likewise.
6278 (CUMULATIVE_ARGS::silent_p): Likewise.
6279 (BITS_PER_SVE_PRED): New macro.
6280 * config/aarch64/aarch64.c (handle_aarch64_vector_pcs_attribute): New
6281 function. Reject aarch64_vector_pcs attributes on SVE functions.
6282 (aarch64_attribute_table): Use the above handler.
6283 (aarch64_sve_abi): New function.
6284 (aarch64_sve_argument_p): Likewise.
6285 (aarch64_returns_value_in_sve_regs_p): Likewise.
6286 (aarch64_takes_arguments_in_sve_regs_p): Likewise.
6287 (aarch64_fntype_abi): Check for SVE functions and return the SVE PCS
6288 descriptor for them.
6289 (aarch64_simd_decl_p): Delete.
6290 (aarch64_emit_cfi_for_reg_p): New function.
6291 (aarch64_reg_save_mode): Remove the fndecl argument and instead use
6292 crtl->abi to choose the mode for FP registers. Handle the SVE PCS.
6293 (aarch64_hard_regno_call_part_clobbered): Do not treat FP registers
6294 as partly clobbered for the SVE PCS.
6295 (aarch64_function_ok_for_sibcall): Check whether the two functions
6296 use the same ABI, rather than checking specifically for whether
6297 they're aarch64_vector_pcs functions.
6298 (aarch64_pass_by_reference): Raise an error for attempts to pass
6299 SVE arguments when SVE is disabled. Pass SVE arguments by reference
6300 if there are not enough free registers left, or if the argument is
6301 variadic.
6302 (aarch64_function_value): Handle SVE predicates, vectors and tuples.
6303 (aarch64_return_in_memory): Do not return SVE predicates, vectors and
6304 tuples in memory.
6305 (aarch64_layout_arg): Take a function_arg_info rather than
6306 individual properties. Handle SVE predicates, vectors and tuples.
6307 Raise an error if they are passed to unprototyped functions.
6308 (aarch64_function_arg): If the silent_p flag is set, suppress the
6309 usual error about using float registers without TARGET_FLOAT.
6310 (aarch64_init_cumulative_args): Take a silent_p parameter and store
6311 it in the cumulative_args structure. Initialize aapcs_nprn and
6312 aapcs_nextnprn. If the silent_p flag is set, suppress the usual
6313 error about using float registers without TARGET_FLOAT.
6314 If the silent_p flag is not set, also raise an error about
6315 using SVE functions when SVE is disabled.
6316 (aarch64_function_arg_advance): Update the call to aarch64_layout_arg,
6317 and call it for SVE functions too. Update aapcs_nprn similarly
6318 to the other register counts.
6319 (aarch64_layout_frame): If a big-endian function needs to save
6320 and restore Z8-Z15, search for a spare predicate that it can use.
6321 Store SVE predicates at the bottom of the register save area,
6322 followed by SVE vectors, then followed by the normal slots.
6323 Keep pointing the hard frame pointer at the base of the normal slots,
6324 above the SVE vectors. Update the various frame creation and
6325 tear-down strategies for the new layout, initializing the new
6326 sve_callee_adjust field. Add an additional layout for frames
6327 whose saved registers are all SVE registers.
6328 (aarch64_register_saved_on_entry): Cope with poly_int64 reg_offsets.
6329 (aarch64_return_address_signing_enabled): Likewise.
6330 (aarch64_push_regs, aarch64_pop_regs): Update calls to
6331 aarch64_reg_save_mode.
6332 (aarch64_adjust_sve_callee_save_base): New function.
6333 (aarch64_add_cfa_expression): Move earlier in file. Take the
6334 saved register as an rtx rather than a register number and use
6335 its mode for the MEM slot.
6336 (aarch64_save_callee_saves): Remove the mode argument and instead
6337 use aarch64_reg_save_mode to get the mode of each save slot.
6338 Add a hard_fp_valid_p parameter. Cope with poly_int64 register
6339 offsets. Allow GP offsets to be saved at a VL-based offset from
6340 the stack, handling this case using the frame pointer if available
6341 or a temporary register otherwise. Use ST1D to save Z8-Z15 for
6342 big-endian SVE functions; use normal moves for other SVE saves.
6343 Only mark the save as frame-related if aarch64_emit_cfi_for_reg_p
6344 returns true. Add explicit CFA notes when not storing via the
6345 stack pointer. Do not try to pair SVE saves.
6346 (aarch64_restore_callee_saves): Cope with poly_int64 register
6347 offsets. Use LD1D to restore Z8-Z15 for big-endian SVE functions;
6348 use normal moves for other SVE restores. Only add CFA restore notes
6349 if aarch64_emit_cfi_for_reg_p returns true. Do not try to pair
6350 SVE restores.
6351 (aarch64_get_separate_components): Always keep the first SVE save
6352 in the prologue if we need to use it as a stack probe. Don't allow
6353 Z8-Z15 saves and loads to be shrink-wrapped for big-endian targets.
6354 Likewise the spare predicate register that they need. Update the
6355 offset calculation to account for the SVE save area. Use the
6356 appropriate range check for SVE LDR and STR instructions.
6357 (aarch64_components_for_bb): Cope with poly_int64 reg_offsets.
6358 (aarch64_process_components): Likewise. Update the offset
6359 calculation to account for the SVE save area. Only mark the
6360 save as frame-related if aarch64_emit_cfi_for_reg_p returns true.
6361 Do not try to pair SVE saves.
6362 (aarch64_allocate_and_probe_stack_space): Cope with poly_int64
6363 reg_offsets. When handling the final allocation, expect the
6364 first SVE register save to be part of the initial allocation
6365 and for it to act as a probe at SP. Account for the SVE callee
6366 save area in the dump information.
6367 (aarch64_expand_prologue): Update the frame diagram. Fold the
6368 SVE callee allocation into the initial allocation if stack clash
6369 protection is enabled. Use new variables to track the offset
6370 of the frame chain (and hard frame pointer) from the current
6371 stack pointer, and likewise the offset of the bottom of the
6372 register save area. Update calls to aarch64_save_callee_saves
6373 and aarch64_add_cfa_expression. Apply sve_callee_adjust before
6374 saving the FP&SIMD registers. Save the predicate registers.
6375 (aarch64_expand_epilogue): Take below_hard_fp_saved_regs_size
6376 into account when setting the stack pointer from the frame pointer,
6377 and when deciding whether we can inherit the initial adjustment
6378 amount from the prologue. Restore the predicate registers after
6379 the vector registers, then apply sve_callee_adjust, then restore
6380 the general registers.
6381 (aarch64_secondary_reload): Don't use secondary SVE reloads
6382 for VNx16BImode.
6383 (aapcs_vfp_sub_candidate): Assert that the type is not an SVE type.
6384 (aarch64_short_vector_p): Return false for SVE types.
6385 (aarch64_vfp_is_call_or_return_candidate): Initialize *is_ha
6386 at the start of the function. Return false for SVE types.
6387 (aarch64_asm_output_variant_pcs): Output .variant_pcs for SVE
6388 functions too.
6389 (TARGET_STRICT_ARGUMENT_NAMING): Redefine to request strict naming.
6390 * config/aarch64/aarch64-sve.md (*aarch64_sve_mov<mode>_le): Extend
6391 to big-endian targets for bytewise moves.
6392 (*aarch64_sve_mov<mode>_be): Exclude the bytewise case.
6393
6394 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6395 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
6396 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
6397
6398 * config.gcc (aarch64*-*-*): Add arm_sve.h to extra_headers.
6399 Add aarch64-sve-builtins.o, aarch64-sve-builtins-shapes.o and
6400 aarch64-sve-builtins-base.o to extra_objs. Add
6401 aarch64-sve-builtins.h and aarch64-sve-builtins.cc to target_gtfiles.
6402 * config/aarch64/t-aarch64 (aarch64-sve-builtins.o): New rule.
6403 (aarch64-sve-builtins-shapes.o): Likewise.
6404 (aarch64-sve-builtins-base.o): New rules.
6405 * config/aarch64/aarch64-c.c (aarch64_pragma_aarch64): New function.
6406 (aarch64_resolve_overloaded_builtin): Likewise.
6407 (aarch64_check_builtin_call): Likewise.
6408 (aarch64_register_pragmas): Install aarch64_resolve_overloaded_builtin
6409 and aarch64_check_builtin_call in targetm. Register the GCC aarch64
6410 pragma.
6411 * config/aarch64/aarch64-protos.h (AARCH64_FOR_SVPRFOP): New macro.
6412 (aarch64_svprfop): New enum.
6413 (AARCH64_BUILTIN_SVE): New aarch64_builtin_class enum value.
6414 (aarch64_sve_int_mode, aarch64_sve_data_mode): Declare.
6415 (aarch64_fold_sve_cnt_pat, aarch64_output_sve_prefetch): Likewise.
6416 (aarch64_output_sve_cnt_pat_immediate): Likewise.
6417 (aarch64_output_sve_ptrues, aarch64_sve_ptrue_svpattern_p): Likewise.
6418 (aarch64_sve_sqadd_sqsub_immediate_p, aarch64_sve_ldff1_operand_p)
6419 (aarch64_sve_ldnf1_operand_p, aarch64_sve_prefetch_operand_p)
6420 (aarch64_ptrue_all_mode, aarch64_convert_sve_data_to_pred): Likewise.
6421 (aarch64_expand_sve_dupq, aarch64_replace_reg_mode): Likewise.
6422 (aarch64_sve::init_builtins, aarch64_sve::handle_arm_sve_h): Likewise.
6423 (aarch64_sve::builtin_decl, aarch64_sve::builtin_type_p): Likewise.
6424 (aarch64_sve::mangle_builtin_type): Likewise.
6425 (aarch64_sve::resolve_overloaded_builtin): Likewise.
6426 (aarch64_sve::check_builtin_call, aarch64_sve::gimple_fold_builtin)
6427 (aarch64_sve::expand_builtin): Likewise.
6428 * config/aarch64/aarch64.c (aarch64_sve_data_mode): Make public.
6429 (aarch64_sve_int_mode): Likewise.
6430 (aarch64_ptrue_all_mode): New function.
6431 (aarch64_convert_sve_data_to_pred): Make public.
6432 (svprfop_token): New function.
6433 (aarch64_output_sve_prefetch): Likewise.
6434 (aarch64_fold_sve_cnt_pat): Likewise.
6435 (aarch64_output_sve_cnt_pat_immediate): Likewise.
6436 (aarch64_sve_move_pred_via_while): Use gen_while with UNSPEC_WHILE_LO
6437 instead of gen_while_ult.
6438 (aarch64_replace_reg_mode): Make public.
6439 (aarch64_init_builtins): Call aarch64_sve::init_builtins.
6440 (aarch64_fold_builtin): Handle AARCH64_BUILTIN_SVE.
6441 (aarch64_gimple_fold_builtin, aarch64_expand_builtin): Likewise.
6442 (aarch64_builtin_decl, aarch64_builtin_reciprocal): Likewise.
6443 (aarch64_mangle_type): Call aarch64_sve::mangle_type.
6444 (aarch64_sve_sqadd_sqsub_immediate_p): New function.
6445 (aarch64_sve_ptrue_svpattern_p): Likewise.
6446 (aarch64_sve_pred_valid_immediate): Check
6447 aarch64_sve_ptrue_svpattern_p.
6448 (aarch64_sve_ldff1_operand_p, aarch64_sve_ldnf1_operand_p)
6449 (aarch64_sve_prefetch_operand_p, aarch64_output_sve_ptrues): New
6450 functions.
6451 * config/aarch64/aarch64.md (UNSPEC_LDNT1_SVE, UNSPEC_STNT1_SVE)
6452 (UNSPEC_LDFF1_GATHER, UNSPEC_PTRUE, UNSPEC_WHILE_LE, UNSPEC_WHILE_LS)
6453 (UNSPEC_WHILE_LT, UNSPEC_CLASTA, UNSPEC_UPDATE_FFR)
6454 (UNSPEC_UPDATE_FFRT, UNSPEC_RDFFR, UNSPEC_WRFFR)
6455 (UNSPEC_SVE_LANE_SELECT, UNSPEC_SVE_CNT_PAT, UNSPEC_SVE_PREFETCH)
6456 (UNSPEC_SVE_PREFETCH_GATHER, UNSPEC_SVE_COMPACT, UNSPEC_SVE_SPLICE):
6457 New unspecs.
6458 * config/aarch64/iterators.md (SI_ONLY, DI_ONLY, VNx8HI_ONLY)
6459 (VNx2DI_ONLY, SVE_PARTIAL, VNx8_NARROW, VNx8_WIDE, VNx4_NARROW)
6460 (VNx4_WIDE, VNx2_NARROW, VNx2_WIDE, PRED_HSD): New mode iterators.
6461 (UNSPEC_ADR, UNSPEC_BRKA, UNSPEC_BRKB, UNSPEC_BRKN, UNSPEC_BRKPA)
6462 (UNSPEC_BRKPB, UNSPEC_PFIRST, UNSPEC_PNEXT, UNSPEC_CNTP, UNSPEC_SADDV)
6463 (UNSPEC_UADDV, UNSPEC_FMLA, UNSPEC_FMLS, UNSPEC_FEXPA, UNSPEC_FTMAD)
6464 (UNSPEC_FTSMUL, UNSPEC_FTSSEL, UNSPEC_COND_CMPEQ_WIDE): New unspecs.
6465 (UNSPEC_COND_CMPGE_WIDE, UNSPEC_COND_CMPGT_WIDE): Likewise.
6466 (UNSPEC_COND_CMPHI_WIDE, UNSPEC_COND_CMPHS_WIDE): Likewise.
6467 (UNSPEC_COND_CMPLE_WIDE, UNSPEC_COND_CMPLO_WIDE): Likewise.
6468 (UNSPEC_COND_CMPLS_WIDE, UNSPEC_COND_CMPLT_WIDE): Likewise.
6469 (UNSPEC_COND_CMPNE_WIDE, UNSPEC_COND_FCADD90, UNSPEC_COND_FCADD270)
6470 (UNSPEC_COND_FCMLA, UNSPEC_COND_FCMLA90, UNSPEC_COND_FCMLA180)
6471 (UNSPEC_COND_FCMLA270, UNSPEC_COND_FMAX, UNSPEC_COND_FMIN): Likewise.
6472 (UNSPEC_COND_FMULX, UNSPEC_COND_FRECPX, UNSPEC_COND_FSCALE): Likewise.
6473 (UNSPEC_LASTA, UNSPEC_ASHIFT_WIDE, UNSPEC_ASHIFTRT_WIDE): Likewise.
6474 (UNSPEC_LSHIFTRT_WIDE, UNSPEC_LDFF1, UNSPEC_LDNF1): Likewise.
6475 (Vesize): Handle partial vector modes.
6476 (self_mask, narrower_mask, sve_lane_con, sve_lane_pair_con): New
6477 mode attributes.
6478 (UBINQOPS, ANY_PLUS, SAT_PLUS, ANY_MINUS, SAT_MINUS): New code
6479 iterators.
6480 (s, paired_extend, inc_dec): New code attributes.
6481 (SVE_INT_ADDV, CLAST, LAST): New int iterators.
6482 (SVE_INT_UNARY): Add UNSPEC_RBIT.
6483 (SVE_FP_UNARY, SVE_FP_UNARY_INT): New int iterators.
6484 (SVE_FP_BINARY, SVE_FP_BINARY_INT): Likewise.
6485 (SVE_COND_FP_UNARY): Add UNSPEC_COND_FRECPX.
6486 (SVE_COND_FP_BINARY): Add UNSPEC_COND_FMAX, UNSPEC_COND_FMIN and
6487 UNSPEC_COND_FMULX.
6488 (SVE_COND_FP_BINARY_INT, SVE_COND_FP_ADD): New int iterators.
6489 (SVE_COND_FP_SUB, SVE_COND_FP_MUL): Likewise.
6490 (SVE_COND_FP_BINARY_I1): Add UNSPEC_COND_FMAX and UNSPEC_COND_FMIN.
6491 (SVE_COND_FP_BINARY_REG): Add UNSPEC_COND_FMULX.
6492 (SVE_COND_FCADD, SVE_COND_FP_MAXMIN, SVE_COND_FCMLA)
6493 (SVE_COND_INT_CMP_WIDE, SVE_FP_TERNARY_LANE, SVE_CFP_TERNARY_LANE)
6494 (SVE_WHILE, SVE_SHIFT_WIDE, SVE_LDFF1_LDNF1, SVE_BRK_UNARY)
6495 (SVE_BRK_BINARY, SVE_PITER): New int iterators.
6496 (optab): Handle UNSPEC_SADDV, UNSPEC_UADDV, UNSPEC_FRECPE,
6497 UNSPEC_FRECPS, UNSPEC_RSQRTE, UNSPEC_RSQRTS, UNSPEC_RBIT,
6498 UNSPEC_SMUL_HIGHPART, UNSPEC_UMUL_HIGHPART, UNSPEC_FMLA, UNSPEC_FMLS,
6499 UNSPEC_FCMLA, UNSPEC_FCMLA90, UNSPEC_FCMLA180, UNSPEC_FCMLA270,
6500 UNSPEC_FEXPA, UNSPEC_FTSMUL, UNSPEC_FTSSEL, UNSPEC_COND_FCADD90,
6501 UNSPEC_COND_FCADD270, UNSPEC_COND_FCMLA, UNSPEC_COND_FCMLA90,
6502 UNSPEC_COND_FCMLA180, UNSPEC_COND_FCMLA270, UNSPEC_COND_FMAX,
6503 UNSPEC_COND_FMIN, UNSPEC_COND_FMULX, UNSPEC_COND_FRECPX and
6504 UNSPEC_COND_FSCALE.
6505 (maxmin_uns): Handle UNSPEC_COND_FMAX and UNSPEC_COND_FMIN.
6506 (binqops_op, binqops_op_rev, last_op): New int attributes.
6507 (su): Handle UNSPEC_SADDV and UNSPEC_UADDV.
6508 (fn, ab): New int attributes.
6509 (cmp_op): Handle UNSPEC_COND_CMP*_WIDE and UNSPEC_WHILE_*.
6510 (while_optab_cmp, brk_op, sve_pred_op): New int attributes.
6511 (sve_int_op): Handle UNSPEC_SMUL_HIGHPART, UNSPEC_UMUL_HIGHPART,
6512 UNSPEC_ASHIFT_WIDE, UNSPEC_ASHIFTRT_WIDE, UNSPEC_LSHIFTRT_WIDE and
6513 UNSPEC_RBIT.
6514 (sve_fp_op): Handle UNSPEC_FRECPE, UNSPEC_FRECPS, UNSPEC_RSQRTE,
6515 UNSPEC_RSQRTS, UNSPEC_FMLA, UNSPEC_FMLS, UNSPEC_FEXPA, UNSPEC_FTSMUL,
6516 UNSPEC_FTSSEL, UNSPEC_COND_FMAX, UNSPEC_COND_FMIN, UNSPEC_COND_FMULX,
6517 UNSPEC_COND_FRECPX and UNSPEC_COND_FSCALE.
6518 (sve_fp_op_rev): Handle UNSPEC_COND_FMAX, UNSPEC_COND_FMIN and
6519 UNSPEC_COND_FMULX.
6520 (rot): Handle UNSPEC_COND_FCADD* and UNSPEC_COND_FCMLA*.
6521 (brk_reg_con, brk_reg_opno): New int attributes.
6522 (sve_pred_fp_rhs1_operand, sve_pred_fp_rhs2_operand): Handle
6523 UNSPEC_COND_FMAX, UNSPEC_COND_FMIN and UNSPEC_COND_FMULX.
6524 (sve_pred_fp_rhs2_immediate): Handle UNSPEC_COND_FMAX and
6525 UNSPEC_COND_FMIN.
6526 (max_elem_bits): New int attribute.
6527 (min_elem_bits): Handle UNSPEC_RBIT.
6528 * config/aarch64/predicates.md (subreg_lowpart_operator): Handle
6529 TRUNCATE as well as SUBREG.
6530 (ascending_int_parallel, aarch64_simd_reg_or_minus_one)
6531 (aarch64_sve_ldff1_operand, aarch64_sve_ldnf1_operand)
6532 (aarch64_sve_prefetch_operand, aarch64_sve_ptrue_svpattern_immediate)
6533 (aarch64_sve_qadd_immediate, aarch64_sve_qsub_immediate)
6534 (aarch64_sve_gather_immediate_b, aarch64_sve_gather_immediate_h)
6535 (aarch64_sve_gather_immediate_w, aarch64_sve_gather_immediate_d)
6536 (aarch64_sve_sqadd_operand, aarch64_sve_gather_offset_b)
6537 (aarch64_sve_gather_offset_h, aarch64_sve_gather_offset_w)
6538 (aarch64_sve_gather_offset_d, aarch64_gather_scale_operand_b)
6539 (aarch64_gather_scale_operand_h): New predicates.
6540 * config/aarch64/constraints.md (UPb, UPd, UPh, UPw, Utf, Utn, vgb)
6541 (vgd, vgh, vgw, vsQ, vsS): New constraints.
6542 * config/aarch64/aarch64-sve.md: Add a note on the FFR handling.
6543 (*aarch64_sve_reinterpret<mode>): Allow any source register
6544 instead of requiring an exact match.
6545 (*aarch64_sve_ptruevnx16bi_cc, *aarch64_sve_ptrue<mode>_cc)
6546 (*aarch64_sve_ptruevnx16bi_ptest, *aarch64_sve_ptrue<mode>_ptest)
6547 (aarch64_wrffr, aarch64_update_ffr_for_load, aarch64_copy_ffr_to_ffrt)
6548 (aarch64_rdffr, aarch64_rdffr_z, *aarch64_rdffr_z_ptest)
6549 (*aarch64_rdffr_ptest, *aarch64_rdffr_z_cc, *aarch64_rdffr_cc)
6550 (aarch64_update_ffrt): New patterns.
6551 (@aarch64_load_<ANY_EXTEND:optab><VNx8_WIDE:mode><VNx8_NARROW:mode>)
6552 (@aarch64_load_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>)
6553 (@aarch64_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>)
6554 (@aarch64_ld<fn>f1<mode>): New patterns.
6555 (@aarch64_ld<fn>f1_<ANY_EXTEND:optab><VNx8_WIDE:mode><VNx8_NARROW:mode>)
6556 (@aarch64_ld<fn>f1_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>)
6557 (@aarch64_ld<fn>f1_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>)
6558 (@aarch64_ldnt1<mode>): New patterns.
6559 (gather_load<mode>): Use aarch64_sve_gather_offset_<Vesize> for
6560 the scalar part of the address.
6561 (mask_gather_load<SVE_S:mode>): Use aarch64_sve_gather_offset_w for the
6562 scalar part of the addresse and add an alternative for handling
6563 nonzero offsets.
6564 (mask_gather_load<SVE_D:mode>): Likewise aarch64_sve_gather_offset_d.
6565 (*mask_gather_load<mode>_sxtw, *mask_gather_load<mode>_uxtw)
6566 (@aarch64_gather_load_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>)
6567 (@aarch64_gather_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>)
6568 (*aarch64_gather_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_sxtw)
6569 (*aarch64_gather_load_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_uxtw)
6570 (@aarch64_ldff1_gather<SVE_S:mode>, @aarch64_ldff1_gather<SVE_D:mode>)
6571 (*aarch64_ldff1_gather<mode>_sxtw, *aarch64_ldff1_gather<mode>_uxtw)
6572 (@aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx4_WIDE:mode><VNx4_NARROW:mode>)
6573 (@aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>)
6574 (*aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_sxtw)
6575 (*aarch64_ldff1_gather_<ANY_EXTEND:optab><VNx2_WIDE:mode><VNx2_NARROW:mode>_uxtw)
6576 (@aarch64_sve_prefetch<mode>): New patterns.
6577 (@aarch64_sve_gather_prefetch<SVE_I:mode><VNx4SI_ONLY:mode>)
6578 (@aarch64_sve_gather_prefetch<SVE_I:mode><VNx2DI_ONLY:mode>)
6579 (*aarch64_sve_gather_prefetch<SVE_I:mode><VNx2DI_ONLY:mode>_sxtw)
6580 (*aarch64_sve_gather_prefetch<SVE_I:mode><VNx2DI_ONLY:mode>_uxtw)
6581 (@aarch64_store_trunc<VNx8_NARROW:mode><VNx8_WIDE:mode>)
6582 (@aarch64_store_trunc<VNx4_NARROW:mode><VNx4_WIDE:mode>)
6583 (@aarch64_store_trunc<VNx2_NARROW:mode><VNx2_WIDE:mode>)
6584 (@aarch64_stnt1<mode>): New patterns.
6585 (scatter_store<mode>): Use aarch64_sve_gather_offset_<Vesize> for
6586 the scalar part of the address.
6587 (mask_scatter_store<SVE_S:mode>): Use aarch64_sve_gather_offset_w for
6588 the scalar part of the addresse and add an alternative for handling
6589 nonzero offsets.
6590 (mask_scatter_store<SVE_D:mode>): Likewise aarch64_sve_gather_offset_d.
6591 (*mask_scatter_store<mode>_sxtw, *mask_scatter_store<mode>_uxtw)
6592 (@aarch64_scatter_store_trunc<VNx4_NARROW:mode><VNx4_WIDE:mode>)
6593 (@aarch64_scatter_store_trunc<VNx2_NARROW:mode><VNx2_WIDE:mode>)
6594 (*aarch64_scatter_store_trunc<VNx2_NARROW:mode><VNx2_WIDE:mode>_sxtw)
6595 (*aarch64_scatter_store_trunc<VNx2_NARROW:mode><VNx2_WIDE:mode>_uxtw):
6596 New patterns.
6597 (vec_duplicate<mode>): Use QI as the mode of the input operand.
6598 (extract_last_<mode>): Generalize to...
6599 (@extract_<LAST:last_op>_<mode>): ...this.
6600 (*<SVE_INT_UNARY:optab><mode>2): Rename to...
6601 (@aarch64_pred_<SVE_INT_UNARY:optab><mode>): ...this.
6602 (@cond_<SVE_INT_UNARY:optab><mode>): New expander.
6603 (@aarch64_pred_sxt<SVE_HSDI:mode><SVE_PARTIAL:mode>): New pattern.
6604 (@aarch64_cond_sxt<SVE_HSDI:mode><SVE_PARTIAL:mode>): Likewise.
6605 (@aarch64_pred_cnot<mode>, @cond_cnot<mode>): New expanders.
6606 (@aarch64_sve_<SVE_FP_UNARY_INT:optab><mode>): New pattern.
6607 (@aarch64_sve_<SVE_FP_UNARY:optab><mode>): Likewise.
6608 (*<SVE_COND_FP_UNARY:optab><mode>2): Rename to...
6609 (@aarch64_pred_<SVE_COND_FP_UNARY:optab><mode>): ...this.
6610 (@cond_<SVE_COND_FP_UNARY:optab><mode>): New expander.
6611 (*<SVE_INT_BINARY_IMM:optab><mode>3): Rename to...
6612 (@aarch64_pred_<SVE_INT_BINARY_IMM:optab><mode>): ...this.
6613 (@aarch64_adr<mode>, *aarch64_adr_sxtw): New patterns.
6614 (*aarch64_adr_uxtw_unspec): Likewise.
6615 (*aarch64_adr_uxtw): Rename to...
6616 (*aarch64_adr_uxtw_and): ...this.
6617 (@aarch64_adr<mode>_shift): New expander.
6618 (*aarch64_adr_shift_sxtw): New pattern.
6619 (aarch64_<su>abd<mode>_3): Rename to...
6620 (@aarch64_pred_<su>abd<mode>): ...this.
6621 (<su>abd<mode>_3): Update accordingly.
6622 (@aarch64_cond_<su>abd<mode>): New expander.
6623 (@aarch64_<SBINQOPS:su_optab><optab><mode>): New pattern.
6624 (@aarch64_<UBINQOPS:su_optab><optab><mode>): Likewise.
6625 (*<su>mul<mode>3_highpart): Rename to...
6626 (@aarch64_pred_<optab><mode>): ...this.
6627 (@cond_<MUL_HIGHPART:optab><mode>): New expander.
6628 (*cond_<MUL_HIGHPART:optab><mode>_2): New pattern.
6629 (*cond_<MUL_HIGHPART:optab><mode>_z): Likewise.
6630 (*<SVE_INT_BINARY_SD:optab><mode>3): Rename to...
6631 (@aarch64_pred_<SVE_INT_BINARY_SD:optab><mode>): ...this.
6632 (cond_<SVE_INT_BINARY_SD:optab><mode>): Add a "@" marker.
6633 (@aarch64_bic<mode>, @cond_bic<mode>): New expanders.
6634 (*v<ASHIFT:optab><mode>3): Rename to...
6635 (@aarch64_pred_<ASHIFT:optab><mode>): ...this.
6636 (@aarch64_sve_<SVE_SHIFT_WIDE:sve_int_op><mode>): New pattern.
6637 (@cond_<SVE_SHIFT_WIDE:sve_int_op><mode>): New expander.
6638 (*cond_<SVE_SHIFT_WIDE:sve_int_op><mode>_m): New pattern.
6639 (*cond_<SVE_SHIFT_WIDE:sve_int_op><mode>_z): Likewise.
6640 (@cond_asrd<mode>): New expander.
6641 (*cond_asrd<mode>_2, *cond_asrd<mode>_z): New patterns.
6642 (sdiv_pow2<mode>3): Expand to *cond_asrd<mode>_2.
6643 (*sdiv_pow2<mode>3): Delete.
6644 (@cond_<SVE_COND_FP_BINARY_INT:optab><mode>): New expander.
6645 (*cond_<SVE_COND_FP_BINARY_INT:optab><mode>_2): New pattern.
6646 (*cond_<SVE_COND_FP_BINARY_INT:optab><mode>_any): Likewise.
6647 (@aarch64_sve_<SVE_FP_BINARY:optab><mode>): New pattern.
6648 (@aarch64_sve_<SVE_FP_BINARY_INT:optab><mode>): Likewise.
6649 (*<SVE_COND_FP_BINARY_REG:optab><mode>3): Rename to...
6650 (@aarch64_pred_<SVE_COND_FP_BINARY_REG:optab><mode>): ...this.
6651 (@aarch64_pred_<SVE_COND_FP_BINARY_INT:optab><mode>): New pattern.
6652 (cond_<SVE_COND_FP_BINARY:optab><mode>): Add a "@" marker.
6653 (*add<SVE_F:mode>3): Rename to...
6654 (@aarch64_pred_add<SVE_F:mode>): ...this and add alternatives
6655 for SVE_STRICT_GP.
6656 (@aarch64_pred_<SVE_COND_FCADD:optab><mode>): New pattern.
6657 (@cond_<SVE_COND_FCADD:optab><mode>): New expander.
6658 (*cond_<SVE_COND_FCADD:optab><mode>_2): New pattern.
6659 (*cond_<SVE_COND_FCADD:optab><mode>_any): Likewise.
6660 (*sub<SVE_F:mode>3): Rename to...
6661 (@aarch64_pred_sub<SVE_F:mode>): ...this and add alternatives
6662 for SVE_STRICT_GP.
6663 (@aarch64_pred_abd<SVE_F:mode>): New expander.
6664 (*fabd<SVE_F:mode>3): Rename to...
6665 (*aarch64_pred_abd<SVE_F:mode>): ...this.
6666 (@aarch64_cond_abd<SVE_F:mode>): New expander.
6667 (*mul<SVE_F:mode>3): Rename to...
6668 (@aarch64_pred_<SVE_F:optab><mode>): ...this and add alternatives
6669 for SVE_STRICT_GP.
6670 (@aarch64_mul_lane_<SVE_F:mode>): New pattern.
6671 (*<SVE_COND_FP_MAXMIN_PUBLIC:optab><mode>3): Rename and generalize
6672 to...
6673 (@aarch64_pred_<SVE_COND_FP_MAXMIN:optab><mode>): ...this.
6674 (*<LOGICAL:optab><PRED_ALL:mode>3_ptest): New pattern.
6675 (*<nlogical><PRED_ALL:mode>3): Rename to...
6676 (aarch64_pred_<nlogical><PRED_ALL:mode>_z): ...this.
6677 (*<nlogical><PRED_ALL:mode>3_cc): New pattern.
6678 (*<nlogical><PRED_ALL:mode>3_ptest): Likewise.
6679 (*<logical_nn><PRED_ALL:mode>3): Rename to...
6680 (aarch64_pred_<logical_nn><mode>_z): ...this.
6681 (*<logical_nn><PRED_ALL:mode>3_cc): New pattern.
6682 (*<logical_nn><PRED_ALL:mode>3_ptest): Likewise.
6683 (*fma<SVE_I:mode>4): Rename to...
6684 (@aarch64_pred_fma<SVE_I:mode>): ...this.
6685 (*fnma<SVE_I:mode>4): Rename to...
6686 (@aarch64_pred_fnma<SVE_I:mode>): ...this.
6687 (@aarch64_<sur>dot_prod_lane<vsi2qi>): New pattern.
6688 (*<SVE_FP_TERNARY:optab><mode>4): Rename to...
6689 (@aarch64_pred_<SVE_FP_TERNARY:optab><mode>): ...this.
6690 (cond_<SVE_FP_TERNARY:optab><mode>): Add a "@" marker.
6691 (@aarch64_<SVE_FP_TERNARY_LANE:optab>_lane_<mode>): New pattern.
6692 (@aarch64_pred_<SVE_COND_FCMLA:optab><mode>): Likewise.
6693 (@cond_<SVE_COND_FCMLA:optab><mode>): New expander.
6694 (*cond_<SVE_COND_FCMLA:optab><mode>_4): New pattern.
6695 (*cond_<SVE_COND_FCMLA:optab><mode>_any): Likewise.
6696 (@aarch64_<FCMLA:optab>_lane_<mode>): Likewise.
6697 (@aarch64_sve_tmad<mode>): Likewise.
6698 (vcond_mask_<SVE_ALL:mode><vpred>): Add a "@" marker.
6699 (*aarch64_sel_dup<mode>): Rename to...
6700 (@aarch64_sel_dup<mode>): ...this.
6701 (@aarch64_pred_cmp<cmp_op><SVE_I:mode>_wide): New pattern.
6702 (*aarch64_pred_cmp<cmp_op><SVE_I:mode>_wide_cc): Likewise.
6703 (*aarch64_pred_cmp<cmp_op><SVE_I:mode>_wide_ptest): Likewise.
6704 (@while_ult<GPI:mode><PRED_ALL:mode>): Generalize to...
6705 (@while_<while_optab_cmp><GPI:mode><PRED_ALL:mode>): ...this.
6706 (*while_ult<GPI:mode><PRED_ALL:mode>_cc): Generalize to.
6707 (*while_<while_optab_cmp><GPI:mode><PRED_ALL:mode>_cc): ...this.
6708 (*while_<while_optab_cmp><GPI:mode><PRED_ALL:mode>_ptest): New pattern.
6709 (*fcm<cmp_op><mode>): Rename to...
6710 (@aarch64_pred_fcm<cmp_op><mode>): ...this. Make operand order
6711 match @aarch64_pred_cmp<cmp_op><SVE_I:mode>.
6712 (*fcmuo<mode>): Rename to...
6713 (@aarch64_pred_fcmuo<mode>): ...this. Make operand order
6714 match @aarch64_pred_cmp<cmp_op><SVE_I:mode>.
6715 (@aarch64_pred_fac<cmp_op><mode>): New expander.
6716 (@vcond_mask_<PRED_ALL:mode><mode>): New pattern.
6717 (fold_extract_last_<mode>): Generalize to...
6718 (@fold_extract_<last_op>_<mode>): ...this.
6719 (@aarch64_fold_extract_vector_<last_op>_<mode>): New pattern.
6720 (*reduc_plus_scal_<SVE_I:mode>): Replace with...
6721 (@aarch64_pred_reduc_<optab>_<mode>): ...this pattern, making the
6722 DImode result explicit.
6723 (reduc_plus_scal_<mode>): Update accordingly.
6724 (*reduc_<optab>_scal_<SVE_I:mode>): Rename to...
6725 (@aarch64_pred_reduc_<optab>_<SVE_I:mode>): ...this.
6726 (*reduc_<optab>_scal_<SVE_F:mode>): Rename to...
6727 (@aarch64_pred_reduc_<optab>_<SVE_F:mode>): ...this.
6728 (*aarch64_sve_tbl<mode>): Rename to...
6729 (@aarch64_sve_tbl<mode>): ...this.
6730 (@aarch64_sve_compact<mode>): New pattern.
6731 (*aarch64_sve_dup_lane<mode>): Rename to...
6732 (@aarch64_sve_dup_lane<mode>): ...this.
6733 (@aarch64_sve_dupq_lane<mode>): New pattern.
6734 (@aarch64_sve_splice<mode>): Likewise.
6735 (aarch64_sve_<perm_insn><mode>): Rename to...
6736 (@aarch64_sve_<perm_insn><mode>): ...this.
6737 (*aarch64_sve_ext<mode>): Rename to...
6738 (@aarch64_sve_ext<mode>): ...this.
6739 (aarch64_sve_<su>unpk<perm_hilo>_<SVE_BHSI:mode>): Add a "@" marker.
6740 (*aarch64_sve_<optab>_nontrunc<SVE_F:mode><SVE_HSDI:mode>): Rename
6741 to...
6742 (@aarch64_sve_<optab>_nontrunc<SVE_F:mode><SVE_HSDI:mode>): ...this.
6743 (*aarch64_sve_<optab>_trunc<VNx2DF_ONLY:mode><VNx4SI_ONLY:mode>):
6744 Rename to...
6745 (@aarch64_sve_<optab>_trunc<VNx2DF_ONLY:mode><VNx4SI_ONLY:mode>):
6746 ...this.
6747 (@cond_<optab>_nontrunc<SVE_F:mode><SVE_HSDI:mode>): New expander.
6748 (@cond_<optab>_trunc<VNx2DF_ONLY:mode><VNx4SI_ONLY:mode>): Likewise.
6749 (*cond_<optab>_trunc<VNx2DF_ONLY:mode><VNx4SI_ONLY:mode>): New pattern.
6750 (*aarch64_sve_<optab>_nonextend<SVE_HSDI:mode><SVE_F:mode>): Rename
6751 to...
6752 (@aarch64_sve_<optab>_nonextend<SVE_HSDI:mode><SVE_F:mode>): ...this.
6753 (aarch64_sve_<optab>_extend<VNx4SI_ONLY:mode><VNx2DF_ONLY:mode>): Add
6754 a "@" marker.
6755 (@cond_<optab>_nonextend<SVE_HSDI:mode><SVE_F:mode>): New expander.
6756 (@cond_<optab>_extend<VNx4SI_ONLY:mode><VNx2DF_ONLY:mode>): Likewise.
6757 (*cond_<optab>_extend<VNx4SI_ONLY:mode><VNx2DF_ONLY:mode>): New
6758 pattern.
6759 (*aarch64_sve_<optab>_trunc<SVE_SDF:mode><SVE_HSF:mode>): Rename to...
6760 (@aarch64_sve_<optab>_trunc<SVE_SDF:mode><SVE_HSF:mode>): ...this.
6761 (@cond_<optab>_trunc<SVE_SDF:mode><SVE_HSF:mode>): New expander.
6762 (*cond_<optab>_trunc<SVE_SDF:mode><SVE_HSF:mode>): New pattern.
6763 (aarch64_sve_<optab>_nontrunc<SVE_HSF:mode><SVE_SDF:mode>): Add a
6764 "@" marker.
6765 (@cond_<optab>_nontrunc<SVE_HSF:mode><SVE_SDF:mode>): New expander.
6766 (*cond_<optab>_nontrunc<SVE_HSF:mode><SVE_SDF:mode>): New pattern.
6767 (aarch64_sve_punpk<perm_hilo>_<mode>): Add a "@" marker.
6768 (@aarch64_brk<SVE_BRK_UNARY:brk_op>): New pattern.
6769 (*aarch64_brk<SVE_BRK_UNARY:brk_op>_cc): Likewise.
6770 (*aarch64_brk<SVE_BRK_UNARY:brk_op>_ptest): Likewise.
6771 (@aarch64_brk<SVE_BRK_BINARY:brk_op>): Likewise.
6772 (*aarch64_brk<SVE_BRK_BINARY:brk_op>_cc): Likewise.
6773 (*aarch64_brk<SVE_BRK_BINARY:brk_op>_ptest): Likewise.
6774 (@aarch64_sve_<SVE_PITER:sve_pred_op><mode>): Likewise.
6775 (*aarch64_sve_<SVE_PITER:sve_pred_op><mode>_cc): Likewise.
6776 (*aarch64_sve_<SVE_PITER:sve_pred_op><mode>_ptest): Likewise.
6777 (aarch64_sve_cnt_pat): Likewise.
6778 (@aarch64_sve_<ANY_PLUS:inc_dec><DI_ONLY:mode>_pat): Likewise.
6779 (*aarch64_sve_incsi_pat): Likewise.
6780 (@aarch64_sve_<SAT_PLUS:inc_dec><SI_ONLY:mode>_pat): Likewise.
6781 (@aarch64_sve_<ANY_PLUS:inc_dec><VNx2DI_ONLY:mode>_pat): Likewise.
6782 (@aarch64_sve_<ANY_PLUS:inc_dec><VNx4SI_ONLY:mode>_pat): Likewise.
6783 (@aarch64_sve_<ANY_PLUS:inc_dec><VNx8HI_ONLY:mode>_pat): New expander.
6784 (*aarch64_sve_<ANY_PLUS:inc_dec><VNx8HI_ONLY:mode>_pat): New pattern.
6785 (@aarch64_sve_<ANY_MINUS:inc_dec><DI_ONLY:mode>_pat): Likewise.
6786 (*aarch64_sve_decsi_pat): Likewise.
6787 (@aarch64_sve_<SAT_MINUS:inc_dec><SI_ONLY:mode>_pat): Likewise.
6788 (@aarch64_sve_<ANY_MINUS:inc_dec><VNx2DI_ONLY:mode>_pat): Likewise.
6789 (@aarch64_sve_<ANY_MINUS:inc_dec><VNx4SI_ONLY:mode>_pat): Likewise.
6790 (@aarch64_sve_<ANY_MINUS:inc_dec><VNx8HI_ONLY:mode>_pat): New expander.
6791 (*aarch64_sve_<ANY_MINUS:inc_dec><VNx8HI_ONLY:mode>_pat): New pattern.
6792 (@aarch64_pred_cntp<mode>): Likewise.
6793 (@aarch64_sve_<ANY_PLUS:inc_dec><DI_ONLY:mode><PRED_ALL:mode>_cntp):
6794 New expander.
6795 (*aarch64_sve_<ANY_PLUS:inc_dec><DI_ONLY:mode><PRED_ALL:mode>_cntp)
6796 (*aarch64_incsi<PRED_ALL:mode>_cntp): New patterns.
6797 (@aarch64_sve_<SAT_PLUS:inc_dec><SI_ONLY:mode><PRED_ALL:mode>_cntp):
6798 New expander.
6799 (*aarch64_sve_<SAT_PLUS:inc_dec><SI_ONLY:mode><PRED_ALL:mode>_cntp):
6800 New pattern.
6801 (@aarch64_sve_<ANY_PLUS:inc_dec><VNx2DI_ONLY:mode>_cntp): New expander.
6802 (*aarch64_sve_<ANY_PLUS:inc_dec><VNx2DI_ONLY:mode>_cntp): New pattern.
6803 (@aarch64_sve_<ANY_PLUS:inc_dec><VNx4SI_ONLY:mode>_cntp): New expander.
6804 (*aarch64_sve_<ANY_PLUS:inc_dec><VNx4SI_ONLY:mode>_cntp): New pattern.
6805 (@aarch64_sve_<ANY_PLUS:inc_dec><VNx8HI_ONLY:mode>_cntp): New expander.
6806 (*aarch64_sve_<ANY_PLUS:inc_dec><VNx8HI_ONLY:mode>_cntp): New pattern.
6807 (@aarch64_sve_<ANY_MINUS:inc_dec><DI_ONLY:mode><PRED_ALL:mode>_cntp):
6808 New expander.
6809 (*aarch64_sve_<ANY_MINUS:inc_dec><DI_ONLY:mode><PRED_ALL:mode>_cntp)
6810 (*aarch64_incsi<PRED_ALL:mode>_cntp): New patterns.
6811 (@aarch64_sve_<SAT_MINUS:inc_dec><SI_ONLY:mode><PRED_ALL:mode>_cntp):
6812 New expander.
6813 (*aarch64_sve_<SAT_MINUS:inc_dec><SI_ONLY:mode><PRED_ALL:mode>_cntp):
6814 New pattern.
6815 (@aarch64_sve_<ANY_MINUS:inc_dec><VNx2DI_ONLY:mode>_cntp): New
6816 expander.
6817 (*aarch64_sve_<ANY_MINUS:inc_dec><VNx2DI_ONLY:mode>_cntp): New pattern.
6818 (@aarch64_sve_<ANY_MINUS:inc_dec><VNx4SI_ONLY:mode>_cntp): New
6819 expander.
6820 (*aarch64_sve_<ANY_MINUS:inc_dec><VNx4SI_ONLY:mode>_cntp): New pattern.
6821 (@aarch64_sve_<ANY_MINUS:inc_dec><VNx8HI_ONLY:mode>_cntp): New
6822 expander.
6823 (*aarch64_sve_<ANY_MINUS:inc_dec><VNx8HI_ONLY:mode>_cntp): New pattern.
6824 * config/aarch64/arm_sve.h: New file.
6825 * config/aarch64/aarch64-sve-builtins.h: Likewise.
6826 * config/aarch64/aarch64-sve-builtins.cc: Likewise.
6827 * config/aarch64/aarch64-sve-builtins.def: Likewise.
6828 * config/aarch64/aarch64-sve-builtins-base.h: Likewise.
6829 * config/aarch64/aarch64-sve-builtins-base.cc: Likewise.
6830 * config/aarch64/aarch64-sve-builtins-base.def: Likewise.
6831 * config/aarch64/aarch64-sve-builtins-functions.h: Likewise.
6832 * config/aarch64/aarch64-sve-builtins-shapes.h: Likewise.
6833 * config/aarch64/aarch64-sve-builtins-shapes.cc: Likewise.
6834
6835 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6836
6837 * config/aarch64/aarch64-sve.md (@aarch64_sve_rev<PRED_ALL:mode>):
6838 New pattern.
6839 * config/aarch64/aarch64.c (aarch64_evpc_rev_global): Handle all
6840 SVE modes.
6841
6842 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6843
6844 * config/aarch64/aarch64.md (FFR_REGNUM, FFRT_REGNUM): New constants.
6845 * config/aarch64/aarch64.h (FIRST_PSEUDO_REGISTER): Bump to
6846 FFRT_REGNUM + 1.
6847 (FFR_REGS, PR_AND_FFR_REGS): New register classes.
6848 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add entries for them.
6849 * config/aarch64/aarch64.c (pr_or_ffr_regnum_p): New function.
6850 (aarch64_hard_regno_nregs): Handle the new register classes.
6851 (aarch64_hard_regno_mode_ok): Likewise.
6852 (aarch64_regno_regclass): Likewise.
6853 (aarch64_class_max_nregs): Likewise.
6854 (aarch64_register_move_cost): Likewise.
6855 (aarch64_conditional_register_usage): Don't treat FFR and FFRT
6856 as general register_operands.
6857
6858 2019-10-29 Martin Liska <mliska@suse.cz>
6859
6860 * ggc-common.c: One can't subtract unsigned types
6861 in compare function.
6862
6863 2019-10-29 Martin Liska <mliska@suse.cz>
6864
6865 * cgraphunit.c (symbol_table::compile): Pass
6866 title as dump_memory_report argument.
6867 * toplev.c (dump_memory_report): New argument.
6868 (finalize): Pass new argument.
6869 * toplev.h (dump_memory_report): Add argument.
6870
6871 2019-10-29 Martin Liska <mliska@suse.cz>
6872
6873 * ggc-common.c: Move Leak to the first column.
6874
6875 2019-10-29 Martin Liska <mliska@suse.cz>
6876
6877 * cgraphunit.c (symbol_table::compile): Remove argument
6878 for dump_memory_report.
6879 * ggc-common.c (dump_ggc_loc_statistics): Likewise.
6880 (compare_final): Remove in order to make report
6881 better readable.
6882 * ggc.h (dump_ggc_loc_statistics): Remove argument.
6883 * mem-stats.h (mem_alloc_description::get_list):
6884 Do not pass cmp.
6885 (mem_alloc_description::dump): Likewise here.
6886 * toplev.c (dump_memory_report): Remove final
6887 argument.
6888 (finalize): Likewise.
6889 * toplev.h (dump_memory_report): Remove argument.
6890
6891 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6892
6893 * config/aarch64/aarch64.c (aarch64_sve_cmp_immediate_p)
6894 (aarch64_simd_shift_imm_p): Accept scalars as well as vectors.
6895 * config/aarch64/predicates.md (aarch64_sve_cmp_vsc_immediate)
6896 (aarch64_sve_cmp_vsd_immediate): Accept "const_int", but don't
6897 accept "const".
6898
6899 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6900
6901 * coretypes.h (string_int_pair): New typedef.
6902 * langhooks-def.h (LANG_HOOKS_SIMULATE_ENUM_DECL): Define.
6903 (LANG_HOOKS_FOR_TYPES_INITIALIZER): Include it.
6904 * langhooks.h (lang_hooks_for_types::simulate_enum_decl): New hook.
6905
6906 2019-10-29 Richard Sandiford <richard.sandiford@arm.com>
6907
6908 * langhooks.h (lang_hooks::simulate_builtin_function_decl): New hook.
6909 (simulate_builtin_function_decl): Declare.
6910 * langhooks-def.h (LANG_HOOKS_SIMULATE_BUILTIN_FUNCTION_DECL): Define.
6911 (LANG_HOOKS_INITIALIZER): Include it.
6912 * langhooks.c (add_builtin_function_common): Rename to...
6913 (build_builtin_function): ...this. Add a location parameter and use
6914 it instead of BUILTINS_LOCATION. Remove the hook parameter and return
6915 the decl instead.
6916 (add_builtin_function): Update accordingly, passing the returned
6917 decl to the lang hook.
6918 (add_builtin_function_ext_scope): Likewise
6919 (simulate_builtin_function_decl): New function.
6920
6921 2019-10-29 Jakub Jelinek <jakub@redhat.com>
6922
6923 * doc/install.texi (--enable-offload-targets): Fix up a typo in the
6924 example, use actual names of supported offload targets.
6925
6926 PR target/92258
6927 * config/i386/sse.md (iptr): Revert 2019-10-27 change.
6928
6929 2019-10-28 Martin Sebor <msebor@redhat.com>
6930
6931 * tree-ssa-strlen.c (get_addr_stridx): Add argument and use it.
6932 (handle_store): Pass argument to get_addr_stridx.
6933
6934 2019-10-28 Martin Sebor <msebor@redhat.com>
6935
6936 PR tree-optimization/92226
6937 * tree-ssa-strlen.c (compare_nonzero_chars): Return -1 also when
6938 the offset is in the open range outlined by SI's length.
6939
6940 2019-10-28 Martin Sebor <msebor@redhat.com>
6941
6942 PR c/66970
6943 * doc/cpp.texi (__has_builtin): Document.
6944 * doc/extend.texi (__builtin_frob_return_addr): Correct spelling.
6945
6946 2019-10-28 Mihailo Stojanovic <mistojanovic@wavecomp.com>
6947
6948 PR target/82981
6949 * config/mips/mips.md (<u>mulditi3): Generate patterns for high
6950 doubleword and low doubleword result of multiplication on
6951 MIPS64R6.
6952
6953 * config/mips/mips.c (DIRECT_BUILTIN_PURE): New macro. Add a
6954 pure qualifier to the built-in.
6955 (MSA_BUILTIN_PURE): New macro. Add a pure qualifier to the MSA
6956 built-ins.
6957 (struct mips_builtin_description): Add is_pure flag.
6958 (mips_init_builtins): Mark built-in as pure if the flag in the
6959 corresponding mips_builtin_description struct is set.
6960
6961 * config/mips/mips-msa.md (msa_insert_<msaftm_f>): Add an
6962 alternative which covers the floating-point input value. Also
6963 forbid the split of insert.d pattern for floating-point values.
6964
6965 2019-10-28 Andrew Burgess <andrew.burgess@embecosm.com>
6966
6967 * config.gcc: Add riscv-sr.o to extra_objs for riscv.
6968 * config/riscv/riscv-sr.c: New file.
6969 * config/riscv/riscv.c (riscv_reorg): New function.
6970 (TARGET_MACHINE_DEPENDENT_REORG): Define.
6971 * config/riscv/riscv.h (SIBCALL_REG_P): Define.
6972 (riscv_remove_unneeded_save_restore_calls): Declare.
6973 * config/riscv/t-riscv (riscv-sr.o): New build rule.
6974
6975 2019-10-28 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
6976
6977 PR tree-optimization/92163
6978 * tree-ssa-dse.c (delete_dead_or_redundant_assignment): New param
6979 need_eh_cleanup with default value NULL. Gate on need_eh_cleanup
6980 before calling bitmap_set_bit.
6981 (dse_optimize_redundant_stores): Pass global need_eh_cleanup to
6982 delete_dead_or_redundant_assignment.
6983 (dse_dom_walker::dse_optimize_stmt): Likewise.
6984 * tree-ssa-dse.h (delete_dead_or_redundant_assignment): Adjust prototype.
6985
6986 2019-10-28 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
6987
6988 PR middle-end/91272
6989 * tree-vect-stmts.c (vectorizable_condition): Support
6990 EXTRACT_LAST_REDUCTION with fully-masked loops.
6991
6992 2019-10-28 Richard Biener <rguenther@suse.de>
6993
6994 PR tree-optimization/92252
6995 * tree-vect-slp.c (vect_get_and_check_slp_defs): Adjust
6996 STMT_VINFO_REDUC_IDX when swapping operands.
6997
6998 2019-10-28 Richard Biener <rguenther@suse.de>
6999
7000 PR tree-optimization/92241
7001 * tree-vect-loop.c (vect_fixup_scalar_cycles_with_patterns): When
7002 we failed to update the reduction index do not use the pattern
7003 stmts for the reduction chain.
7004 (vectorizable_reduction): When the reduction chain is corrupt,
7005 fail.
7006 * tree-vect-patterns.c (vect_mark_pattern_stmts): Stop when we
7007 fail to update the reduction chain.
7008
7009 2019-10-28 Richard Biener <rguenther@suse.de>
7010
7011 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
7012 STMT_VINFO_REDUC_IDX from the actual stmt.
7013 (vect_transform_reduction): Likewise.
7014 (vectorizable_reduction): Compute the reduction chain length,
7015 do not recompute the reduction operand index. Remove no longer
7016 necessary restriction for condition reduction chains.
7017
7018 2019-10-28 Uroš Bizjak <ubizjak@gmail.com>
7019
7020 PR target/92225
7021 * config/i386/sse.md (REDUC_SSE_SMINMAX_MODE): Use TARGET_SSE4_2
7022 condition for V2DImode.
7023
7024 2019-10-28 Uroš Bizjak <ubizjak@gmail.com>
7025
7026 * config/i386/sse.md (sse_cvtss2si<rex64namesuffix>_2):
7027 Remove %k operand modifier.
7028 (*vec_extractv2df_1_sse): Remove %q operand modifier.
7029
7030 2019-10-28 Ilya Leoshkevich <iii@linux.ibm.com>
7031
7032 PR rtl-optimization/92007
7033 * cfgcleanup.c (thread_jump): Add an assertion that we don't
7034 call it after reload if hot/cold partitioning has been done.
7035 (class pass_postreload_jump): Rename to
7036 pass_jump_after_combine.
7037 (make_pass_postreload_jump): Rename to
7038 make_pass_jump_after_combine.
7039 * passes.def(pass_postreload_jump): Move before reload, rename
7040 to pass_jump_after_combine.
7041 * tree-pass.h (make_pass_postreload_jump): Rename to
7042 make_pass_jump_after_combine.
7043
7044 2019-10-25 Jan Hubicka <hubicka@ucw.cz>
7045
7046 PR ipa/92242
7047 * ipa-fnsummary.c (ipa_merge_fn_summary_after_inlining): Check
7048 for missing EDGE_REF
7049 * ipa-prop.c (update_jump_functions_after_inlining): Likewise.
7050
7051 2019-10-25 Jiufu Guo <guojiufu@linux.ibm.com>
7052
7053 PR tree-optimization/88760
7054 * config/rs6000/rs6000-common.c (rs6000_option_optimization_table):
7055 Enable -funroll-loops for -O2 and above.
7056 * config/rs6000/rs6000.c (rs6000_option_override_internal): Set
7057 PARAM_MAX_UNROLL_TIMES to 2 and PARAM_MAX_UNROLLED_INSNS to 20, and
7058 do not turn on web and rngreg implicitly, if the unroller is not
7059 explicitly enabled.
7060
7061 2019-10-27 Jan Hubicka <hubicka@ucw.cz>
7062
7063 * ipa-prop.c (ipa_propagate_indirect_call_infos): Do not remove
7064 jump functions.
7065
7066 2019-10-27 Eric Botcazou <ebotcazou@adacore.com>
7067
7068 * cgraph.c (cgraph_node::rtl_info): Fix cut&pasto in comment.
7069 * cgraph.h (cgraph_node::rtl_info): Likewise.
7070
7071 2019-10-27 Jan Hubicka <hubicka@ucw.cz>
7072
7073 * ipa-cp.c (propagate_constants_across_call): If args are not available
7074 just drop everything to varying.
7075 (find_aggregate_values_for_callers_subset): Watch for missing
7076 edge summary.
7077 (find_more_scalar_values_for_callers_subs): Likewise.
7078 * ipa-prop.c (ipa_compute_jump_functions_for_edge,
7079 update_jump_functions_after_inlining, propagate_controlled_uses):
7080 Watch for missing summaries.
7081 (ipa_propagate_indirect_call_infos): Remove summary after propagation
7082 is finished.
7083 (ipa_write_node_info): Watch for missing summaries.
7084 (ipa_read_edge_info): Create new ref.
7085 (ipa_edge_args_sum_t): Add remove.
7086 (IPA_EDGE_REF_GET_CREATE): New macro.
7087 * ipa-fnsummary.c (evaluate_properties_for_edge): Watch for missing
7088 edge summary.
7089 (remap_edge_change_prob): Likewise.
7090
7091 2019-10-27 Jan Hubicka <hubicka@ucw.cz>
7092
7093 * ipa-inline-transform.c (inline_call): update function summaries
7094 after expanidng thunk.
7095
7096 2019-10-27 Jan Hubicka <hubicka@ucw.cz>
7097
7098 * ipa-icf.c (sem_function::merge): Update function summaries.
7099 * ipa-prop.h (ipa_get_param): Do not sanity check for WPA.
7100
7101 2019-10-27 Hongtao Liu <hongtao.liu@intel.com>
7102
7103 * config/i386/sse.md (*<sse>_vm<plusminus_insn><mode>3,
7104 <sse>_vm<multdiv_mnemonic><mode>3): Remove <iptr> since
7105 operand already has scalar mode.
7106 (iptr): Remove SF/DF.
7107
7108 2019-10-26 Segher Boessenkool <segher@kernel.crashing.org>
7109
7110 PR target/91289
7111 * config/rs6000/rs6000-logue.c (rs6000_emit_allocate_stack): Don't add
7112 an immediate to r0; use r11 instead. Save and restore r11 to r0 around
7113 this.
7114
7115 2019-10-26 Hongtao Liu <hongtao.liu@intel.com>
7116
7117 * config/i386/sse.md
7118 (<sse>_vm<plusminus_insn><mode>3<mask_scalar_name><round_scalar_name>,
7119 <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name><round_scalar_name>,
7120 <sse>_vmsqrt<mode>2<mask_scalar_name><round_scalar_name>,
7121 <sse>_vm<code><mode>3<mask_scalar_name><round_saeonly_scalar_name>,
7122 <sse>_vmmaskcmp<mode>3):
7123 Change predicates from vector_operand to nonimmediate_operand,
7124 constraints xBm to xm, since scalar operations don't need
7125 memory address alignment.
7126 (avx512f_vmcmp<mode>3<round_saeonly_name>,
7127 avx512f_vmcmp<mode>3_mask<round_saeonly_name>): Replace
7128 round_saeonly_nimm_predicate with
7129 round_saeonly_nimm_scalar_predicate.
7130 (fmai_vmfmadd_<mode><round_name>, fmai_vmfmsub_<mode><round_name>,
7131 fmai_vmfnmadd_<mode><round_name>,fmai_vmfnmsub_<mode><round_name>,
7132 *fmai_fmadd_<mode>, *fmai_fmsub_<mode>,
7133 *fmai_fnmadd_<mode><round_name>, *fmai_fnmsub_<mode><round_name>,
7134 avx512f_vmfmadd_<mode>_mask3<round_name>,
7135 avx512f_vmfmadd_<mode>_maskz_1<round_name>,
7136 *avx512f_vmfmsub_<mode>_mask<round_name>,
7137 avx512f_vmfmsub_<mode>_mask3<round_name>,
7138 *avx512f_vmfmsub_<mode>_maskz_1<round_name>,
7139 *avx512f_vmfnmadd_<mode>_mask<round_name>,
7140 *avx512f_vmfnmadd_<mode>_mask3<round_name>,
7141 *avx512f_vmfnmadd_<mode>_maskz_1<round_name>,
7142 *avx512f_vmfnmsub_<mode>_mask<round_name>,
7143 *avx512f_vmfnmsub_<mode>_mask3<round_name>,
7144 *avx512f_vmfnmsub_<mode>_maskz_1<round_name>,
7145 cvtusi2<ssescalarmodesuffix>32<round_name>,
7146 cvtusi2<ssescalarmodesuffix>64<round_name>, ): Replace
7147 round_nimm_predicate with round_nimm_scalr_predicate.
7148 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>,
7149 avx512f_sfixupimm<mode>_mask<round_saeonly_name>,
7150 avx512er_vmrcp28<mode><round_saeonly_name>,
7151 avx512er_vmrsqrt28<mode><round_saeonly_name>,
7152 ): Replace round_saeonly_nimm_predicate with
7153 round_saeonly_nimm_scalar_predicate.
7154 (avx512dq_vmfpclass<mode><mask_scalar_merge_name>): Replace
7155 vector_operand with nonimmediate_operand.
7156 * config/i386/subst.md (round_scalar_nimm_predicate,
7157 round_saeonly_scalar_nimm_predicate): Replace
7158 vector_operand with nonimmediate_operand.
7159
7160 2019-10-26 Hongtao Liu <hongtao.liu@intel.com>
7161
7162 PR target/89071
7163 * config/i386/i386.md (*rcpsf2_sse): Add
7164 avx_partial_xmm_update, prefer m constraint for TARGET_AVX.
7165 (*rsqrtsf2_sse): Ditto.
7166 (*sqrt<mode>2_sse): Ditto.
7167 (sse4_1_round<mode>2): separate constraint vm, add
7168 avx_partail_xmm_update, prefer m constraint for TARGET_AVX.
7169 * config/i386/sse.md (*sse_vmrcpv4sf2"): New define_insn used
7170 by pass rpad.
7171 (*<sse>_vmsqrt<mode>2<mask_scalar_name><round_scalar_name>*):
7172 Ditto.
7173 (*sse_vmrsqrtv4sf2): Ditto.
7174 (*avx512f_rndscale<mode><round_saeonly_name>): Ditto.
7175 (*sse4_1_round<ssescalarmodesuffix>): Ditto.
7176 (sse4_1_round<ssescalarmodesuffix>): Add m constraint and
7177 <iptr> pointer size modifier since vround support memory operand.
7178
7179 2019-10-18 Georg-Johann Lay <avr@gjlay.de>
7180
7181 PR target/85969
7182 * config/avr/gen-avr-mmcu-specs.c (str_prefix_p): Remove unused
7183 static function.
7184
7185 2019-10-25 Cesar Philippidis <cesar@codesourcery.com>
7186 Tobias Burnus <tobias@codesourcery.com>
7187
7188 * gimplify.c (oacc_default_clause): Privatize fortran common blocks.
7189 (omp_notice_variable): Defer the expansion of DECL_VALUE_EXPR for
7190 common block decls.
7191
7192 2019-10-25 Richard Biener <rguenther@suse.de>
7193
7194 PR tree-optimization/92222
7195 * tree-vect-slp.c (_slp_oprnd_info::first_pattern): Remove.
7196 (_slp_oprnd_info::second_pattern): Likewise.
7197 (_slp_oprnd_info::any_pattern): New.
7198 (vect_create_oprnd_info): Adjust.
7199 (vect_get_and_check_slp_defs): Compute whether any stmt is
7200 in a pattern.
7201 (vect_build_slp_tree_2): Avoid building up a node from scalars
7202 if any of the operand defs, not just the first, is in a pattern.
7203
7204 2019-10-25 Richard Biener <rguenther@suse.de>
7205
7206 * tree-vect-slp.c (vect_get_and_check_slp_defs): Only fail
7207 swapping if we actually have to modify the IL on a shared stmt.
7208 (vect_build_slp_tree_2): Never fail swapping on shared stmts
7209 because we no longer modify the IL.
7210
7211 2019-10-25 Martin Liska <mliska@suse.cz>
7212
7213 * tree.c (dump_tree_statistics): Use sorted index 'j' and not 'i'.
7214
7215 2019-10-25 Richard Sandiford <richard.sandiford@arm.com>
7216
7217 * tree-vect-loop.c (vectorizable_reduction): Restrict the
7218 LOOP_VINFO_CAN_FULLY_MASK_P handling to cases that will be
7219 handled by vect_transform_reduction. Allow fully-masked loops
7220 to be used with reduction chains.
7221 * tree-vect-stmts.c (vectorizable_operation): Handle reduction
7222 operations in fully-masked loops.
7223 (vectorizable_condition): Reject EXTRACT_LAST_REDUCTION
7224 operations in fully-masked loops.
7225
7226 2019-10-25 Richard Biener <rguenther@suse.de>
7227
7228 * tree-vect-loop.c (vectorizable_reduction): Verify
7229 STMT_VINFO_REDUC_IDX on the to be vectorized stmts is set up
7230 correctly.
7231 * tree-vect-patterns.c (vect_mark_pattern_stmts): Transfer
7232 STMT_VINFO_REDUC_IDX from the original stmts to the pattern
7233 stmts.
7234
7235 2019-10-24 Jakub Jelinek <jakub@redhat.com>
7236
7237 * gimplify.h (omp_construct_selector_matches): Declare.
7238 * gimplify.c (struct gimplify_omp_ctx): Add code member.
7239 (gimplify_call_expr): Call omp_resolve_declare_variant and remap
7240 called function if needed for flag_openmp.
7241 (gimplify_scan_omp_clauses): Set ctx->code.
7242 (omp_construct_selector_matches): New function.
7243 * omp-general.h (omp_constructor_traits_to_codes,
7244 omp_context_selector_matches, omp_resolve_declare_variant): Declare.
7245 * omp-general.c (omp_constructor_traits_to_codes,
7246 omp_context_selector_matches, omp_resolve_declare_variant): New
7247 functions.
7248
7249 * config/arc/arc.c (hwloop_optimize): Add missing space in string
7250 literal.
7251 * config/rx/rx.c (rx_print_operand): Likewise.
7252 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
7253 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Likewise.
7254 * ipa-sra.c (create_parameter_descriptors, process_scan_results):
7255 Likewise.
7256 * genemit.c (emit_c_code): Likewise.
7257 * plugin.c (try_init_one_plugin): Likewise. Formatting fix.
7258
7259 2019-10-24 Jan Hubicka <hubicka@ucw.cz>
7260
7261 * symbols-summary.h (fast_function_summary<T *, V>::release,
7262 fast_call_summary<T *, V>::release): Free m_vector.
7263
7264 2019-10-24 Jan Hubicka <hubicka@ucw.cz>
7265
7266 * cgraphunit.c (symbol_table::process_new_functions): Call
7267 ipa_free_size_summary.
7268 * ipa-cp.c (ipcp_cloning_candidate_p): Update.
7269 (devirtualization_time_bonus): Update.
7270 (ipcp_propagate_stage): Update.
7271 * ipa-fnsummary.c (ipa_size_summaries): New.
7272 (ipa_fn_summary_alloc): Alloc size summary.
7273 (dump_ipa_call_summary): Update.
7274 (ipa_dump_fn_summary): Update.
7275 (analyze_function_body): Update.
7276 (compute_fn_summary): Likewise.
7277 (ipa_get_stack_frame_offset): New function.
7278 (inline_update_callee_summaries): Do not update frame offsets.
7279 (ipa_merge_fn_summary_after_inlining): Update frame offsets here;
7280 remove call and function summary.
7281 (ipa_update_overall_fn_summary): Update.
7282 (inline_read_section): Update.
7283 (ipa_fn_summary_write): Update.
7284 (ipa_free_fn_summary): Do not remove summaries.
7285 (ipa_free_size_summary): New.
7286 (release summary pass): Also run at WPA.
7287 * ipa-fnsummary.h (ipa_size_summary): Declare.
7288 (ipa_fn_summary): Remove size, self_size, stack_frame_offset,
7289 estimated_self_stack_size.
7290 (ipa_size_summary_t): New type.
7291 (ipa_size_summaries): Declare.
7292 (ipa_free_size_summary): Declare.
7293 (ipa_get_stack_frame_offset): Declare.
7294 * ipa-icf.c (sem_function::merge): Update.
7295 * ipa-inline-analysis.c (estimate_size_after_inlining): Update.
7296 (estimate_growth): Update.
7297 (growth_likely_positive): Update.
7298 (clone_inlined_nodes): Update.
7299 (inline_call): Update.
7300 * ipa-inline.c (caller_growth_limits): Update.
7301 (edge_badness): Update.
7302 (recursive_inlining): Update.
7303 (inline_small_functions): Update.
7304 (inline_to_all_callers_1): Update.
7305 * ipa-prop.h (ipa_edge_args_sum_t): Update comment.
7306
7307 2019-10-24 Segher Boessenkool <segher@kernel.crashing.org>
7308
7309 * config/rs6000/altivec.md (altivec_vavgu<VI_char>): Rename to...
7310 (uavg<mode>3_ceil): ... This.
7311 (altivec_vavgs<VI_char>): Rename to...
7312 (avg<mode>3_ceil): ... This.
7313 * config/rs6000/rs6000-builtin.def (VAVGUB, VAVGSB, VAVGUH, VAVGSH,
7314 VAVGUW, VAVGSW): Adjust.
7315
7316 2019-10-24 Nathan Sidwell <nathan@acm.org>
7317
7318 * dumpfile.c (dump_begin): Reorder decls to use RAII.
7319
7320 2019-10-24 Martin Liska <mliska@suse.cz>
7321
7322 * symbol-summary.h (gt_pch_nx): Mark all functions
7323 with gcc_unreachable as we do not expect to be called.
7324
7325 2019-10-24 Richard Biener <rguenther@suse.de>
7326
7327 * tree-vect-slp.c (vect_get_and_check_slp_defs): For reduction
7328 chains try harder with operand swapping and instead of
7329 putting a shifted chain into the reduction operands put
7330 a repetition of the final reduction op there as if we'd
7331 reassociate the expression.
7332
7333 2019-10-24 Jan Hubicka <hubicka@ucw.cz>
7334
7335 * ipa-reference.c (ipa_reference_optimization_summary_d): Rename
7336 statics_not_read and statics_not_written to statics_read and
7337 statics_written respectively.
7338 (no_module_statics): New static var.
7339 (ipa_reference_get_not_read_global): Rename to ...
7340 (ipa_reference_get_read_global): ... this.
7341 (ipa_reference_get_not_written_global): Rename to ...
7342 (ipa_reference_get_written_global): ... this.
7343 (dump_static_vars_set_to_file): Dump no_module_statics.
7344 (copy_static_var_set): Add for propagation parameter.
7345 (ipa_init): Initialize no_module_statics.
7346 (ipa_ref_opt_summary_t::duplicate): Update.
7347 (ipa_ref_opt_summary_t::remove): Update.
7348 (propagate): Update.
7349 (write_node_summary_p): Look correctly for bitmap differences.
7350 (ipa_reference_write_optimization_summary): Update.
7351 (ipa_reference_read_optimization_summary): Update.
7352 * ipa-reference.h
7353 (ipa_reference_get_not_read_global): Rename to ...
7354 (ipa_reference_get_read_global): ... this.
7355 (ipa_reference_get_not_written_global): Rename to ...
7356 (ipa_reference_get_written_global): ... this.
7357 * tree-ssa-alias.c (ref_maybe_used_by_call_p_1): Update.
7358 (call_may_clobber_ref_p_1): Update.
7359
7360 2019-10-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
7361
7362 * config/msp430/msp430.c (msp430_hard_regno_nregs_has_padding): Remove
7363 and add comment.
7364 (msp430_hard_regno_nregs_with_padding): Remove.
7365
7366 2019-10-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
7367
7368 * config/msp430/constraints.md: Allow post_inc for "Ya" constraint.
7369 * config/msp430/msp430.md (430x_shift_left): Use RLAM when the constant
7370 shift amount is between 1 and 4.
7371 (430x_arithmetic_shift_right): Use RRAM when the constant shift amount
7372 is between 1 and 4.
7373
7374 2019-10-24 Richard Biener <rguenther@suse.de>
7375
7376 PR tree-optimization/92205
7377 * tree-vect-loop.c (vectorizable_reduction): Restrict
7378 search for alternate vectype_in to lane-reducing patterns
7379 we support.
7380
7381 2019-10-24 Richard Biener <rguenther@suse.de>
7382
7383 PR tree-optimization/92203
7384 * treee-ssa-sccvn.c (eliminate_dom_walker::eliminate_stmt):
7385 Skip eliminating conversion stmts inserted by insertion.
7386
7387 2019-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
7388
7389 * config/s390/s390.c (s390_get_thread_pointer): Use
7390 gen_get_thread_pointer.
7391 (s390_expand_split_stack_prologue): Likewise.
7392 * config/s390/s390.md (UNSPEC_GET_TP): New UNSPEC.
7393 (*get_tp_31): New 31-bit splitter for UNSPEC_GET_TP.
7394 (*get_tp_64): New 64-bit splitter for UNSPEC_GET_TP.
7395 (get_thread_pointer<mode>): Use UNSPEC_GET_TP, use
7396 parameterized name.
7397
7398 2019-10-24 Richard Biener <rguenther@suse.de>
7399
7400 * tree-vect-slp.c (vect_analyze_slp): When reduction group
7401 SLP discovery fails try to handle the reduction as part
7402 of SLP reduction discovery.
7403
7404 2019-10-23 Michael Meissner <meissner@linux.ibm.com>
7405
7406 * config/rs6000/rs6000-protos.h (rs6000_adjust_insn_length): New
7407 declaration.
7408 * config/rs6000/rs6000.c (rs6000_insn_cost): Use num_insns insn
7409 attribute if it exists, rather than the insn size. If we use the
7410 insn size, adjust the size to remove the extra size that prefixed
7411 instructions take.
7412 (rs6000_adjust_insn_length): New function.
7413 * config/rs6000/rs6000.h (ADJUST_INSN_LENGTH): New target hook to
7414 update the instruction sized if prefixed instructions are used.
7415 * config/rs6000/rs6000.md (prefixed_length attribute): Delete.
7416 (non_prefixed_length attribute): Delete.
7417 (num_insns attribute): New insn attribute to return the number of
7418 instructions.
7419 (max_prefixed_insns attribute): New insn attribute to return the
7420 maximum number of prefixed instructions in an insn.
7421 (length attribute): Do not adjust for prefix instructions here,
7422 punt to ADJUST_INSN_LENGTH.
7423 (mov<mode>_64bit): Set max_prefixed_insns and num_insns.
7424 (movtd_64bit_nodm): Set max_prefixed_insns and num_insns.
7425 (mov<mode>_ppc64): Set max_prefixed_insns and num_insns.
7426 * config/rs6000/vsx.md: (vsx_mov<mode>_64bit): Set
7427 max_prefixed_insns and num_insns.
7428
7429 * config/rs6000/rs6000.md (mov<mode>_64bit_dm): Reformat.
7430 (movtd_64bit_nodm): Reformat.
7431 (mov<mode>_32bit): Reformat.
7432 (mov<mode>_softfloat): Reformat.
7433 (FMOVE128_GPR splitter): Reformat.
7434 (DIFD splitter): Reformat.
7435 (TI2 splitter): Reformat.
7436 * config/rs6000/predicates.md (lwa_operand): If the bottom two
7437 bits of the offset for the memory address are non-zero, use PLWA
7438 if prefixed instructions are available.
7439
7440 2019-10-23 Jan Hubicka <hubicka@ucw.cz>
7441
7442 * lto-streamer-out.c (cmp_symbol_files): Watch for overflow.
7443
7444 2019-10-23 Jan Hubicka <hubicka@ucw.cz>
7445
7446 * ipa-reference.c (varpool_removal_hook, ipa_reference_c_finalize): Fix
7447 previous patch.
7448
7449 2019-10-23 Jan Hubicka <hubicka@ucw.cz>
7450
7451 * lto-streamer-out.c (output_constructor): Push CTORS_OUT timevar.
7452 (cmp_symbol_files): New.
7453 (lto_output): Copy sections in file order.
7454 * lto-streamer.h (lto_file_decl_data): Add field order.
7455
7456 2019-10-23 Jan Hubicka <hubicka@ucw.cz>
7457
7458 * ipa-reference.h (ipa_reference_var_uid): Move offline.
7459 * ipa-reference.c (reference_vars_map_t): new type.
7460 (ipa_reference_vars_map, ipa_reference_vars_uids): New static vars.
7461 (ipa_reference_var_uid): Implement.
7462 (varpool_node_hooks): New static var.
7463 (varpool_removal_hook): New function.
7464 (is_improper): Do not check bitmap for id==-1
7465 (get_static_name): Update.
7466 (ipa_init): Initialize new datastructures.
7467 (analyze_function): Do not recompute ids.
7468 (propagate): Free reference_vars_to_consider.
7469 (stream_out_bitmap): Update.
7470 (ipa_reference_read_optimization_summary): Update.
7471
7472 2019-10-23 qing zhao <qing.zhao@oracle.com>
7473
7474 PR gcov-profile/91971
7475 * coverage.c (coverage_init): Mangle the full path of filename when
7476 filename is a absolute path.
7477
7478 2019-10-23 Jozef Lawrynowicz <jozef.l@mittosystems.com>
7479
7480 * config/msp430/msp430-protos.h (msp430_has_hwmult): New.
7481 * config/msp430/msp430.c (msp430_no_hwmult): Remove.
7482 (msp430_has_hwmult): New.
7483 (msp430_output_labelref):
7484 s/msp430_hwmult_type != MSP430_HWMULT_NONE/msp430_has_hwmult ()/
7485 * config/msp430/msp430.md (mulhisi3): Likewise.
7486 (umulhisi3): Likewise.
7487 (mulsidi3): Likewise.
7488 (umulsidi3): Likewise.
7489
7490 2019-10-23 Jan Hubicka <hubicka@ucw.cz>
7491
7492 PR ipa/92074
7493 * params.def (inline-heuristics-hint-percent): Set to 600.
7494
7495 2019-10-23 Richard Biener <rguenther@suse.de>
7496
7497 PR tree-optimization/65930
7498 * tree-vect-loop.c (check_reduction_path): Allow conversions
7499 that only change the sign.
7500 (vectorizable_reduction): Relax latch def stmts we handle further.
7501
7502 2019-10-23 Jakub Jelinek <jakub@redhat.com>
7503
7504 PR debug/90231
7505 * tree-ssa-loop-ivopts.c (get_debug_computation_at): New function.
7506 (remove_unused_ivs): Use it instead of get_computation_at. When
7507 choosing best candidate, only consider candidates where
7508 get_debug_computation_at actually returns non-NULL.
7509
7510 2019-10-23 Eric Botcazou <ebotcazou@adacore.com>
7511
7512 PR tree-optimization/92131
7513 * tree-vrp.c (extract_range_from_plus_minus_expr): If the resulting
7514 range would be symbolic, drop to varying for any explicit overflow
7515 in the constant part or if neither range is a singleton.
7516
7517 2019-10-23 Martin Liska <mliska@suse.cz>
7518
7519 PR middle-end/81669
7520 * fibonacci_heap.h (fibonacci_node::fibonacci_node):
7521 Initialize m_data.
7522
7523 2019-10-23 Richard Sandiford <richard.sandiford@arm.com>
7524
7525 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Use
7526 int_mode_for_mode rather than mode_for_int_vector for scalars.
7527
7528 2019-10-23 Richard Biener <rguenther@suse.de>
7529
7530 PR tree-optimization/92179
7531 * tree-vect-stmts.c (vectorizable_shift): For shift args
7532 that are all the same remove type restriction in the SLP case.
7533 Adjust SLP code to handle converting of the shift arg to
7534 only apply in case the modes are different.
7535
7536 2019-10-23 Martin Liska <mliska@suse.cz>
7537
7538 PR ipa/91969
7539 * ipa-inline.c (recursive_inlining): Do not print
7540 when curr->count is not initialized.
7541
7542 2019-10-23 Richard Biener <rguenther@suse.de>
7543
7544 * tree-vect-slp.c (vect_build_slp_tree_2): Do not build
7545 op from scalars in case there's a constant operand in its
7546 definition.
7547
7548 2019-10-23 Iain Sandoe <iain@sandoe.co.uk>
7549
7550 * config/rs6000/darwin.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Guard
7551 against out of range max skip or log values.
7552
7553 2019-10-22 Giuliano Belinassi <giuliano.belinassi@usp.br>
7554
7555 * cgraph.c (dump_graphviz): Change name to dump_name
7556
7557 2019-10-22 Richard Earnshaw <rearnsha@arm.com>
7558
7559 * config/arm/arm.md (rsbsi_carryin_reg): New pattern.
7560 * config/arm/arm.c (arm_rtx_costs_internal, case MINUS): Handle
7561 subtraction from a carry operation.
7562
7563 2019-10-22 Richard Earnshaw <rearnsha@arm.com>
7564
7565 * config/arm/predicates.md (arm_borrow_operation): Handle CC_ADCmode.
7566
7567 2019-10-22 Richard Biener <rguenther@suse.de>
7568
7569 PR tree-optimization/92173
7570 * tree-vect-loop.c (vectorizable_reduction): If
7571 vect_transform_reduction cannot handle code-generation try without
7572 the single-def-use-cycle optimization. Pass optab_vector to
7573 optab_for_tree_code to get vector shifts as that's what we'd
7574 generate.
7575
7576 2019-10-22 Michael Matz <matz@suse.de>
7577
7578 PR middle-end/90796
7579 * gimple-loop-jam.c (any_access_function_variant_p): New function.
7580 (adjust_unroll_factor): Use it to constrain safety, new parameter.
7581 (tree_loop_unroll_and_jam): Adjust call and profitable unroll factor.
7582
7583 2019-10-22 Richard Biener <rguenther@suse.de>
7584
7585 PR tree-optimization/92173
7586 * tree-vect-loop.c (vectorizable_reduction): If
7587 vect_transform_reduction cannot handle code-generation try without
7588 the single-def-use-cycle optimization. Pass optab_vector to
7589 optab_for_tree_code to get vector shifts as that's what we'd
7590 generate.
7591
7592 2019-10-22 Martin Liska <mliska@suse.cz>
7593
7594 * diagnostic-format-json.cc (json_from_expanded_location):
7595 Use json::integer_number.
7596 * gcov.c (output_intermediate_json_line): Use new
7597 json::integer_number.
7598 (output_json_intermediate_file): Likewise.
7599 * json.cc (number::print): Move to ...
7600 (float_number::print): ... this.
7601 (integer_number::print): New.
7602 (test_writing_numbers): Move to ...
7603 (test_writing_float_numbers): ... this.
7604 (test_writing_integer_numbers): New.
7605 (json_cc_tests): Register test_writing_integer_numbers.
7606 * json.h (class value): Add forward declaration
7607 for float_number and integer_number.
7608 (enum kind): Add JSON_INTEGER and JSON_FLOAT.
7609 (class number): Move to ...
7610 (class float_number): ... this.
7611 (class integer_number): New.
7612 * optinfo-emit-json.cc (optrecord_json_writer::impl_location_to_json):
7613 Use json::integer_number.
7614 (optrecord_json_writer::location_to_json): Likewise.
7615 (optrecord_json_writer::profile_count_to_json): Likewise.
7616 (optrecord_json_writer::pass_to_json): Likewise.
7617
7618 2019-10-22 Richard Sandiford <richard.sandiford@arm.com>
7619
7620 * tree-vect-slp.c (vect_slp_bb_region): Check whether
7621 autodetected_vector_size rather than vector_size is zero.
7622 * tree-vect-loop.c (vect_analyze_loop): Likewise.
7623 Set autodetected_vector_size immediately after calling
7624 vect_analyze_loop_2. Check for a fatal error before advancing
7625 next_size.
7626
7627 2019-10-21 Jason Merrill <jason@redhat.com>
7628
7629 * lock-and-run.sh: Check for process existence rather than timeout.
7630
7631 2019-10-21 Jozef Lawrynowicz <jozef.l@mittosystems.com>
7632
7633 * expr.c (expand_expr_real_2): Don't widen constant op1 when expanding
7634 widening multiplication.
7635
7636 2019-10-21 Richard Earnshaw <rearnsha@arm.com>
7637
7638 * config/arm/iterators.md (t2_binop0): Fix typo in comment.
7639 * config/arm/arm.md (addsi3_carryin_shift): Simplify selection of the
7640 type attribute.
7641 (subsi3_carryin_shift): Separate into register and constant controlled
7642 alternatives. Use shift_amount_operand for operand 4. Set shift
7643 attribute and simplify type attribute.
7644 (subsi3_carryin_shift_alt): Likewise.
7645 (rsbsi3_carryin_shift): Likewise.
7646 (rsbsi3_carryin_shift_alt): Likewise.
7647 (andsi_not_shiftsi_si): Enable for TARGET_32BIT. Separate constant
7648 and register controlled shifts into distinct alternatives.
7649 (andsi_not_shiftsi_si_scc_no_reuse): Likewise.
7650 (andsi_not_shiftsi_si_scc): Likewise.
7651 (arm_cmpsi_negshiftsi_si): Likewise.
7652 (not_shiftsi): Remove redundant M constraint from alternative 1.
7653 (not_shiftsi_compare0): Likewise.
7654 (arm_cmpsi_insn): Remove redundant alternative 2.
7655 (cmpsi_shift_swp): Likewise.
7656 (sub_shiftsi): Likewise.
7657 (sub_shiftsi_compare0_scratch): Likewise.
7658 * config/arm/thumb2.md (thumb_andsi_not_shiftsi_si): Delete pattern.
7659 (thumb2_cmpsi_neg_shiftsi): Likewise.
7660
7661 2019-10-21 Richard Biener <rguenther@suse.de>
7662
7663 PR tree-optimization/92162
7664 * tree-vect-loop.c (vect_create_epilog_for_reduction): Lookup
7665 STMT_VINFO_REDUC_IDX in reduc_info.
7666 * tree-vect-stmts.c (vectorizable_condition): Likewise.
7667
7668 2019-10-21 Richard Biener <rguenther@suse.de>
7669
7670 * tree-vectorizer.h (_slp_tree::ops): New member.
7671 (SLP_TREE_SCALAR_OPS): New.
7672 (vect_get_slp_defs): Adjust prototype.
7673 * tree-vect-slp.c (vect_free_slp_tree): Release
7674 SLP_TREE_SCALAR_OPS.
7675 (vect_create_new_slp_node): Initialize it. New overload for
7676 initializing by an operands array.
7677 (_slp_oprnd_info::ops): New member.
7678 (vect_create_oprnd_info): Initialize it.
7679 (vect_free_oprnd_info): Release it.
7680 (vect_get_and_check_slp_defs): Populate the operands array.
7681 Do not swap operands in the IL when not necessary.
7682 (vect_build_slp_tree_2): Build SLP nodes for invariant operands.
7683 Record SLP_TREE_SCALAR_OPS for all invariant nodes. Also
7684 swap operands in the operands array. Do not swap operands in
7685 the IL.
7686 (vect_slp_rearrange_stmts): Re-arrange SLP_TREE_SCALAR_OPS as well.
7687 (vect_gather_slp_loads): Fix.
7688 (vect_detect_hybrid_slp_stmts): Likewise.
7689 (vect_slp_analyze_node_operations_1): Search for a internal
7690 def child for computing reduction SLP_TREE_NUMBER_OF_VEC_STMTS.
7691 (vect_slp_analyze_node_operations): Skip ops-only stmts for
7692 the def-type push/pop dance.
7693 (vect_get_constant_vectors): Compute number_of_vectors here.
7694 Use SLP_TREE_SCALAR_OPS and simplify greatly.
7695 (vect_get_slp_vect_defs): Use gimple_get_lhs also for PHIs.
7696 (vect_get_slp_defs): Simplify greatly.
7697 * tree-vect-loop.c (vectorize_fold_left_reduction): Simplify.
7698 (vect_transform_reduction): Likewise.
7699 * tree-vect-stmts.c (vect_get_vec_defs): Simplify.
7700 (vectorizable_call): Likewise.
7701 (vectorizable_operation): Likewise.
7702 (vectorizable_load): Likewise.
7703 (vectorizable_condition): Likewise.
7704 (vectorizable_comparison): Likewise.
7705
7706 2019-10-21 Richard Biener <rguenther@suse.de>
7707
7708 PR tree-optimization/92161
7709 * tree-vect-loop.c (vect_analyze_loop_2): Reset stmts def-type
7710 for reductions.
7711
7712 2019-10-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7713
7714 * config/aarch64/aarch64.md (UNSPEC_RNDR, UNSPEC_RNDRRS): Define.
7715 (aarch64_rndr): New define_insn.
7716 (aarch64_rndrrs): Likewise.
7717 * config/aarch64/aarch64.h (AARCH64_ISA_RNG): Define.
7718 (TARGET_RNG): Likewise.
7719 * config/aarch64/aarch64.c (aarch64_expand_builtin): Use IGNORE
7720 argument.
7721 * config/aarch64/aarch64-protos.h (aarch64_general_expand_builtin):
7722 Add fourth argument in prototype.
7723 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins):
7724 Add AARCH64_BUILTIN_RNG_RNDR, AARCH64_BUILTIN_RNG_RNDRRS.
7725 (aarch64_init_rng_builtins): Define.
7726 (aarch64_general_init_builtins): Call aarch64_init_rng_builtins.
7727 (aarch64_expand_rng_builtin): Define.
7728 (aarch64_general_expand_builtin): Use IGNORE argument, handle
7729 RNG builtins.
7730 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Define
7731 __ARM_FEATURE_RNG when TARGET_RNG.
7732 * config/aarch64/arm_acle.h (__rndr, __rndrrs): Define.
7733
7734 2019-10-21 Andre Vieira <andre.simoesdiasvieira@arm.com>
7735
7736 * tree-vect-stmts (ensure_base_align): Only change alignment if new
7737 alignment is more restrictive.
7738
7739 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7740
7741 * tree-vectorizer.h (vec_info::vector_size): New member variable.
7742 (vect_update_max_nunits): Update comment.
7743 (current_vector_size): Delete.
7744 * tree-vect-stmts.c (current_vector_size): Likewise.
7745 (get_vectype_for_scalar_type): Use vec_info::vector_size instead
7746 of current_vector_size.
7747 (get_mask_type_for_scalar_type): Likewise.
7748 * tree-vectorizer.c (try_vectorize_loop_1): Likewise.
7749 * tree-vect-loop.c (vect_update_vf_for_slp): Likewise.
7750 (vect_analyze_loop, vect_halve_mask_nunits): Likewise.
7751 (vect_double_mask_nunits, vect_transform_loop): Likewise.
7752 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise.
7753 (vect_make_slp_decision, vect_slp_bb_region): Likewise.
7754
7755 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7756
7757 * tree-vectorizer.h (vect_double_mask_nunits): Take a vec_info.
7758 * tree-vect-loop.c (vect_double_mask_nunits): Likewise.
7759 * tree-vect-stmts.c (supportable_narrowing_operation): Update call
7760 accordingly.
7761
7762 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7763
7764 * tree-vectorizer.h (vect_halve_mask_nunits): Take a vec_info.
7765 * tree-vect-loop.c (vect_halve_mask_nunits): Likewise.
7766 * tree-vect-loop-manip.c (vect_maybe_permute_loop_masks): Update
7767 call accordingly.
7768 * tree-vect-stmts.c (supportable_widening_operation): Likewise.
7769
7770 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7771
7772 * tree-vect-loop-manip.c (vect_maybe_permute_loop_masks): Take
7773 a loop_vec_info.
7774 (vect_set_loop_condition_masked): Update call accordingly.
7775
7776 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7777
7778 * tree-vectorizer.h (supportable_narrowing_operation): Take a vec_info.
7779 * tree-vect-stmts.c (supportable_narrowing_operation): Likewise.
7780 (simple_integer_narrowing): Update call accordingly.
7781 (vectorizable_conversion): Likewise.
7782
7783 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7784
7785 * tree-vect-stmts.c (simple_integer_narrowing): Take a vec_info.
7786 (vectorizable_call): Update call accordingly.
7787
7788 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7789
7790 * tree-vectorizer.h (can_duplicate_and_interleave_p): Take a vec_info.
7791 * tree-vect-slp.c (can_duplicate_and_interleave_p): Likewise.
7792 (duplicate_and_interleave): Update call accordingly.
7793 * tree-vect-loop.c (vectorizable_reduction): Likewise.
7794
7795 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7796
7797 * tree-vectorizer.h (duplicate_and_interleave): Take a vec_info.
7798 * tree-vect-slp.c (duplicate_and_interleave): Likewise.
7799 (vect_get_constant_vectors): Update call accordingly.
7800 * tree-vect-loop.c (get_initial_defs_for_reduction): Likewise.
7801
7802 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7803
7804 * tree-vectorizer.h (get_vectype_for_scalar_type): Take a vec_info.
7805 * tree-vect-stmts.c (get_vectype_for_scalar_type): Likewise.
7806 (vect_prologue_cost_for_slp_op): Update call accordingly.
7807 (vect_get_vec_def_for_operand, vect_get_gather_scatter_ops)
7808 (vect_get_strided_load_store_ops, vectorizable_simd_clone_call)
7809 (vect_supportable_shift, vect_is_simple_cond, vectorizable_comparison)
7810 (get_mask_type_for_scalar_type): Likewise.
7811 (vect_get_vector_types_for_stmt): Likewise.
7812 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
7813 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
7814 (get_initial_def_for_reduction, build_vect_cond_expr): Likewise.
7815 * tree-vect-patterns.c (vect_supportable_direct_optab_p): Likewise.
7816 (vect_split_statement, vect_convert_input): Likewise.
7817 (vect_recog_widen_op_pattern, vect_recog_pow_pattern): Likewise.
7818 (vect_recog_over_widening_pattern, vect_recog_mulhs_pattern): Likewise.
7819 (vect_recog_average_pattern, vect_recog_cast_forwprop_pattern)
7820 (vect_recog_rotate_pattern, vect_recog_vector_vector_shift_pattern)
7821 (vect_synth_mult_by_constant, vect_recog_mult_pattern): Likewise.
7822 (vect_recog_divmod_pattern, vect_recog_mixed_size_cond_pattern)
7823 (check_bool_pattern, adjust_bool_pattern_cast, adjust_bool_pattern)
7824 (search_type_for_mask_1, vect_recog_bool_pattern): Likewise.
7825 (vect_recog_mask_conversion_pattern): Likewise.
7826 (vect_add_conversion_to_pattern): Likewise.
7827 (vect_recog_gather_scatter_pattern): Likewise.
7828 * tree-vect-slp.c (vect_build_slp_tree_2): Likewise.
7829 (vect_analyze_slp_instance, vect_get_constant_vectors): Likewise.
7830
7831 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7832
7833 * tree-vectorizer.h (get_mask_type_for_scalar_type): Take a vec_info.
7834 * tree-vect-stmts.c (get_mask_type_for_scalar_type): Likewise.
7835 (vect_check_load_store_mask): Update call accordingly.
7836 (vect_get_mask_type_for_stmt): Likewise.
7837 * tree-vect-patterns.c (check_bool_pattern): Likewise.
7838 (search_type_for_mask_1, vect_recog_mask_conversion_pattern): Likewise.
7839 (vect_convert_mask_for_vectype): Likewise.
7840
7841 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7842
7843 * tree-vect-patterns.c (vect_supportable_direct_optab_p): Take
7844 a vec_info.
7845 (vect_recog_dot_prod_pattern): Update call accordingly.
7846 (vect_recog_sad_pattern, vect_recog_pow_pattern): Likewise.
7847 (vect_recog_widen_sum_pattern): Likewise.
7848
7849 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7850
7851 * tree-vectorizer.h (vect_supportable_shift): Take a vec_info.
7852 * tree-vect-stmts.c (vect_supportable_shift): Likewise.
7853 * tree-vect-patterns.c (vect_synth_mult_by_constant): Update call
7854 accordingly.
7855
7856 2019-10-21 Richard Sandiford <richard.sandiford@arm.com>
7857
7858 * tree-vectorizer.c (get_vec_alignment_for_array_type): Use
7859 get_vectype_for_scalar_type_and_size instead of
7860 get_vectype_for_scalar_type.
7861
7862 2019-10-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
7863
7864 * common.opt (-fcommon): Fix description.
7865
7866 2019-10-20 Jakub Jelinek <jakub@redhat.com>
7867
7868 * config/i386/i386-protos.h (ix86_pre_reload_split): Declare.
7869 * config/i386/i386.c (ix86_pre_reload_split): New function.
7870 * config/i386/i386.md (*fix_trunc<mode>_i387_1, *add<mode>3_eq,
7871 *add<mode>3_ne, *add<mode>3_eq_0, *add<mode>3_ne_0, *add<mode>3_eq,
7872 *add<mode>3_ne, *add<mode>3_eq_1, *add<mode>3_eq_0, *add<mode>3_ne_0,
7873 *anddi3_doubleword, *andndi3_doubleword, *<code>di3_doubleword,
7874 *one_cmpldi2_doubleword, *ashl<dwi>3_doubleword_mask,
7875 *ashl<dwi>3_doubleword_mask_1, *ashl<mode>3_mask, *ashl<mode>3_mask_1,
7876 *<shift_insn><mode>3_mask, *<shift_insn><mode>3_mask_1,
7877 *<shift_insn><dwi>3_doubleword_mask,
7878 *<shift_insn><dwi>3_doubleword_mask_1, *<rotate_insn><mode>3_mask,
7879 *<rotate_insn><mode>3_mask_1, *<btsc><mode>_mask, *<btsc><mode>_mask_1,
7880 *btr<mode>_mask, *btr<mode>_mask_1, *jcc_bt<mode>, *jcc_bt<mode>_1,
7881 *jcc_bt<mode>_mask, *popcounthi2_1, frndintxf2_<rounding>,
7882 *fist<mode>2_<rounding>_1, *<code><mode>3_1, *<code>di3_doubleword):
7883 Use ix86_pre_reload_split instead of can_create_pseudo_p in condition.
7884 * config/i386/sse.md (*sse4_1_<code>v8qiv8hi2<mask_name>_2,
7885 *avx2_<code>v8qiv8si2<mask_name>_2,
7886 *sse4_1_<code>v4qiv4si2<mask_name>_2,
7887 *sse4_1_<code>v4hiv4si2<mask_name>_2,
7888 *avx512f_<code>v8qiv8di2<mask_name>_2,
7889 *avx2_<code>v4qiv4di2<mask_name>_2, *avx2_<code>v4hiv4di2<mask_name>_2,
7890 *sse4_1_<code>v2hiv2di2<mask_name>_2,
7891 *sse4_1_<code>v2siv2di2<mask_name>_2, sse4_2_pcmpestr,
7892 sse4_2_pcmpistr): Likewise.
7893
7894 2019-10-20 Gerald Pfeifer <gerald@pfeifer.com>
7895
7896 * doc/install.texi (Configuration, --enable-objc-gc): hboehm.info
7897 now defaults to https.
7898
7899 2019-10-20 Jan Hubicka <hubicka@ucw.cz>
7900
7901 * tree-ssa-alias.c (nonoverlapping_refs_since_match_p): Do not
7902 skip non-zero array accesses.
7903
7904 2019-10-20 Richard Sandiford <richard.sandiford@arm.com>
7905
7906 * tree-vect-slp.c (vect_slp_analyze_bb_1): Take a bb_vec_info
7907 and return a boolean success value. Move the allocation and
7908 initialization of the bb_vec_info to...
7909 (vect_slp_bb_region): ...here. Update call accordingly.
7910 (vect_slp_bb): Apply PARAM_SLP_MAX_INSNS_IN_BB here rather
7911 than in vect_slp_analyze_bb_1.
7912
7913 2019-10-20 Richard Sandiford <richard.sandiford@arm.com>
7914
7915 * tree-vect-slp.c (vect_slp_analyze_bb_1): Call save_datarefs
7916 when processing the given datarefs for the first time and
7917 check_datarefs subsequently.
7918 (vect_slp_bb_region): New function, split out of...
7919 (vect_slp_bb): ...here. Don't recompute the region bounds and
7920 dataref sets when retrying with a different vector size.
7921
7922 2019-10-19 Jakub Jelinek <jakub@redhat.com>
7923 Uroš Bizjak <ubizjak@gmail.com>
7924
7925 PR target/92140
7926 * config/i386/predicates.md (int_nonimmediate_operand): New special
7927 predicate.
7928 * config/i386/i386.md (*add<mode>3_eq, *add<mode>3_ne,
7929 *add<mode>3_eq_0, *add<mode>3_ne_0, *sub<mode>3_eq, *sub<mode>3_ne,
7930 *sub<mode>3_eq_1, *sub<mode>3_eq_0, *sub<mode>3_ne_0): New
7931 define_insn_and_split patterns.
7932
7933 2019-10-19 Iain Sandoe <iain@sandoe.co.uk>
7934
7935 * config/rs6000/rs6000.md: Delete out--of-date comment about
7936 special-casing integer loads.
7937
7938 2019-10-19 JeanHeyd Meneide <phdofthehouse@gmail.com>
7939
7940 * escaped_string.h (escaped_string): New header.
7941 * tree.c (escaped_string): Remove escaped_string class.
7942
7943 2019-10-18 Martin Sebor <msebor@redhat.com>
7944
7945 PR tree-optimization/92157
7946 * tree-ssa-strlen.c (handle_builtin_string_cmp): Be prepared for
7947 compute_string_length to return a negative result.
7948
7949 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
7950
7951 * config/arm/arm.md (negv<SIDI:mode>3): New expansion rule.
7952 (negvsi3, negvdi3): Delete.
7953 (negdi2_compare): Delete.
7954
7955 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
7956
7957 * config/arm/arm.md (subvdi4): Decompose calculation into 32-bit
7958 operations.
7959 (subdi3_compare1): Delete pattern.
7960 (subvsi3_borrow): New insn pattern.
7961 (subvsi3_borrow_imm): Likewise.
7962
7963 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
7964
7965 * config/arm/arm.md (subv<mode>4): Delete.
7966 (subvdi4): New expander pattern.
7967 (subvsi4): Likewise. Handle some immediate values.
7968 (subvsi3_intmin): New insn pattern.
7969 (subvsi3): Likewise.
7970 (subvsi3_imm1): Likewise.
7971 * config/arm/arm.c (select_cc_mode): Also allow minus for CC_V
7972 idioms.
7973
7974 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
7975
7976 * config/arm/arm.md (usubvdi4): Allow registers or integers for
7977 incoming operands. Early split the calculation into SImode
7978 operations.
7979 (usubvsi3_borrow): New insn pattern.
7980 (usubvsi3_borrow_imm): Likewise.
7981
7982 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
7983
7984 * config/arm/arm.md (usubv<mode>4): Delete expansion.
7985 (usubvsi4): New pattern. Allow some immediate values for inputs.
7986 (usubvdi4): New pattern.
7987
7988 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
7989
7990 * config/arm/arm.c (arm_select_cc_mode): Allow either the first
7991 or second operand of the PLUS inside a DImode equality test to be
7992 sign-extend when selecting CC_Vmode.
7993 * config/arm/arm.md (addvdi4): Early-split the operation into SImode
7994 instructions.
7995 (addsi3_cin_vout_reg, addsi3_cin_vout_imm, addsi3_cin_vout_0): New
7996 expand patterns.
7997 (addsi3_cin_vout_reg_insn, addsi3_cin_vout_imm_insn): New patterns.
7998 (addsi3_cin_vout_0): Likewise.
7999 (adddi3_compareV): Delete.
8000
8001 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8002
8003 * config/arm/arm.md (addsi3_compareV_reg_nosum): New insn.
8004 (addsi3_compareV_imm_nosum): New insn. Also add peephole2 patterns
8005 to transform this back into the summation version when that leads
8006 to smaller code.
8007
8008 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8009
8010 * config/arm/arm.md (addv<mode>4): Delete.
8011 (addvsi4): New pattern. Handle immediate values that the architecture
8012 supports.
8013 (addvdi4): New pattern.
8014 (addsi3_compareV): Rename to ...
8015 (addsi3_compareV_reg): ... this. Add constraints for thumb2 variants
8016 and use COMPARE rather than NE.
8017 (addsi3_compareV_imm): New pattern.
8018 * config/arm/arm.c (arm_select_cc_mode): Return CC_Vmode for
8019 a signed-overflow check.
8020
8021 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8022
8023 * config/arm/arm-modes.def (CC_ADC): New CC mode.
8024 * config/arm/arm.c (arm_select_cc_mode): Detect selection of
8025 CC_ADCmode.
8026 (maybe_get_arm_condition_code): Handle CC_ADCmode.
8027 * config/arm/arm.md (uaddvdi4): Early expansion of unsigned addition
8028 with overflow.
8029 (addsi3_cin_cout_reg, addsi3_cin_cout_imm, addsi3_cin_cout_0): New
8030 expand patterns.
8031 (addsi3_cin_cout_reg_insn, addsi3_cin_cout_0_insn): New insn patterns
8032 (addsi3_cin_cout_imm_insn): Likewise.
8033 (adddi3_compareC): Delete insn.
8034 * config/arm/predicates.md (arm_carry_operation): Handle CC_ADCmode.
8035
8036 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8037
8038 * config/arm/arm.md (adddi3): Call gen_addsi3_compare_op1.
8039 * (uaddv<mode>4): Delete expansion pattern.
8040 (uaddvsi4): New pattern.
8041 (uaddvdi4): Likewise.
8042 (addsi3_compareC): Delete pattern, change callers to use
8043 addsi3_compare_op1.
8044 (addsi3_compare_op1): No-longer anonymous. Clean up constraints to
8045 reduce the number of alternatives and re-work type attribute handling.
8046 (addsi3_compare_op2): Clean up constraints to reduce the number of
8047 alternatives and re-work type attribute handling.
8048 (compare_addsi2_op0): Likewise.
8049 (compare_addsi2_op1): Likewise.
8050
8051 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8052
8053 * config/arm/arm-modes.def (CC_NCV, CC_CZ): Delete CC modes.
8054 * config/arm/arm.c (arm_select_cc_mode): Remove old selection code
8055 for DImode operands.
8056 (arm_gen_dicompare_reg): Remove unreachable expansion code.
8057 (maybe_get_arm_condition_code): Remove support for CC_CZmode and
8058 CC_NCVmode.
8059 * config/arm/arm.md (arm_cmpdi_insn): Delete.
8060 (arm_cmpdi_unsigned): Delete.
8061
8062 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8063
8064 * config/arm/arm.c (arm_const_double_prefer_rsbs_rsc): New function.
8065 (arm_canonicalize_comparison): For GT/LE/GTU/GEU, use the constant
8066 unchanged only if that will be cheaper.
8067 (arm_select_cc_mode): Recognize a swapped comparison that will
8068 be regenerated using RSBS or RSCS. Relax restriction on selecting
8069 CC_RSBmode.
8070 (arm_gen_dicompare_reg): Handle LE/GT/LEU/GEU comparisons against
8071 a constant.
8072 (arm_gen_compare_reg): Handle compare (CONST, X) when the mode
8073 is CC_RSBmode.
8074 (maybe_get_arm_condition_code): CC_RSBmode now returns the same codes
8075 as CCmode.
8076 * config/arm/arm.md (rsb_imm_compare_scratch): New pattern.
8077 (rscsi3_<CC_EXTEND>out_scratch): New pattern.
8078
8079 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8080
8081 * config/arm/arm-modes.def (CC_NV, CC_B): New CC modes.
8082 * config/arm/arm.c (arm_select_cc_mode): Recognize constructs that
8083 need these modes.
8084 (arm_gen_dicompare_reg): New code to early expand the sub-operations
8085 of EQ, NE, LT, GE, LTU and GEU.
8086 * config/arm/iterators.md (CC_EXTEND): New code attribute.
8087 * config/arm/predicates.md (arm_adcimm_operand): New predicate..
8088 * config/arm/arm.md (cmpsi3_carryin_<CC_EXTEND>out): New pattern.
8089 (cmpsi3_imm_carryin_<CC_EXTEND>out): Likewise.
8090 (cmpsi3_0_carryin_<CC_EXTEND>out): Likewise.
8091
8092 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8093
8094 * config/arm/arm.md (cbranchdi4): Accept reg_or_int_operand for
8095 operand 2.
8096 (cstoredi4): Similarly, but for operand 3.
8097 * config/arm/arm.c (arm_canoncialize_comparison): Allow
8098 canonicalization of unsigned compares with a constant on Arm.
8099 Prefer using const+1 and adjusting the comparison over swapping the
8100 operands whenever the original constant was not valid.
8101 (arm_gen_dicompare_reg): If Y is not a valid operand, force it to a
8102 register here.
8103 (arm_validize_comparison): Do not force invalid DImode operands to
8104 registers here.
8105
8106 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8107
8108 * config/arm/arm.c (arm_select_cc_mode): For DImode equality tests
8109 return CC_Zmode if comparing against a constant where one word is
8110 zero.
8111 (arm_gen_compare_reg): Split DImode handling to ...
8112 (arm_gen_dicompare_reg): ... here. Handle equality comparisons
8113 against simple constants.
8114 * config/arm/arm.md (arm_cmpdi_zero): Delete pattern.
8115
8116 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8117
8118 * config/arm/arm.md (subsi3_carryin_shift_alt): New pattern.
8119 (rsbsi3_carryin_shift_alt): Likewise.
8120
8121 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8122
8123 * config/arm/arm.md (negscc_borrow): New pattern.
8124 (mov_negscc): Don't split if the insn would match negscc_borrow.
8125 * config/arm/thumb2.md (thumb2_mov_negscc): Likewise.
8126 (thumb2_mov_negscc_strict_it): Likewise.
8127
8128 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8129
8130 * config/arm/arm.c (arm_insn_cost): New function.
8131 (TARGET_INSN_COST): Override default definition.
8132
8133 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8134
8135 * config/arm/arm.c (arm_rtx_costs_internal, case MINUS): Handle
8136 borrow operations.
8137
8138 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8139
8140 * config/arm/arm.c (strip_carry_operation): New function.
8141 (arm_rtx_costs_internal, case PLUS): Handle addtion with carry-in
8142 for SImode.
8143
8144 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8145
8146 * config/arm/predicates.md (arm_carry_operation): New special
8147 predicate.
8148 * config/arm/iterators.md (LTUGEU): Delete iterator.
8149 (cnb): Delete code attribute.
8150 (optab): Delete ltu and geu elements.
8151 * config/arm/arm.md (addsi3_carryin): Renamed from
8152 addsi3_carryin_<optab>. Remove iterator and use arm_carry_operand.
8153 (add0si3_carryin): Similarly, but from add0si3_carryin_<optab>.
8154 (addsi3_carryin_alt2): Similarly, but from addsi3_carryin_alt2_<optab>.
8155 (addsi3_carryin_clobercc): Similarly.
8156 (addsi3_carryin_shift): Similarly. Do not allow register shifts in
8157 Thumb2 state.
8158
8159 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8160
8161 * config/arm/arm.md (arm_subdi3): Delete insn.
8162 (zextendsidi_negsi, negdi_extendsidi): Delete insn_and_split.
8163
8164 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8165
8166 * config/arm/arm-modes.def (CC_RSB): New CC mode.
8167 * config/arm/predicates.md (arm_borrow_operation): Handle CC_RSBmode.
8168 * config/arm/arm.c (arm_select_cc_mode): Detect when we should
8169 return CC_RSBmode.
8170 (maybe_get_arm_condition_code): Handle CC_RSBmode.
8171 * config/arm/arm.md (subsi3_carryin): Make this pattern available to
8172 expand.
8173 (subdi3): Rewrite to early-expand the sub-operations.
8174 (rsb_im_compare): New pattern.
8175 (negdi2): Delete.
8176 (negdi2_insn): Delete.
8177 (arm_negsi2): Correct type attribute to alu_imm.
8178 (negsi2_0compare): New insn pattern.
8179 (negsi2_carryin): New insn pattern.
8180
8181 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8182
8183 * config/arm/arm.md (addsi3_carryin_alt2): Use arm_not_operand for
8184 operand 2.
8185
8186 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8187
8188 * config/arm/arm.md (addsi3_carryin_shift_<optab>): Reorder operands
8189 to match canonical form.
8190
8191 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8192
8193 * config/arm/arm.md (zero_extend<mode>di2): Convert to define_expand.
8194 (extend<mode>di2): Likewise.
8195
8196 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8197
8198 * config/arm/arm-protos.h (arm_decompose_di_binop): New prototype.
8199 * config/arm/arm.c (arm_decompose_di_binop): New function.
8200 * config/arm/arm.md (adddi3): Also accept any const_int for op2.
8201 If not generating Thumb-1 code, decompose the operation into 32-bit
8202 pieces.
8203 * add0si_carryin_<optab>: New pattern.
8204
8205 2019-10-18 Richard Earnshaw <rearnsha@arm.com>
8206
8207 * arm.md (adddi3): Only accept register operands.
8208 (arm_adddi3): Convert to simple insn with no split. Do not accept
8209 constants.
8210 (adddi_sesidi_di): Delete patern.
8211 (adddi_zesidi_di): Likewise.
8212 (uaddv<mode>4): Use LTU as condition for branch.
8213 (adddi3_compareV): Convert to simple insn with no split.
8214 (addsi3_compareV_upper): Delete pattern.
8215 (adddi3_compareC): Convert to simple insn with no split. Correct
8216 flags setting expression.
8217 (addsi3_compareC_upper): Delete pattern.
8218 (addsi3_compareC): Correct flags setting expression.
8219 (subdi3_compare1): Convert to simple insn with no split.
8220 (subsi3_carryin_compare): Delete pattern.
8221 (arm_subdi3): Convert to simple insn with no split.
8222 (subdi_zesidi): Delete pattern.
8223 (subdi_di_sesidi): Delete pattern.
8224 (subdi_zesidi_di): Delete pattern.
8225 (subdi_sesidi_di): Delete pattern.
8226 (subdi_zesidi_zesidi): Delete pattern.
8227 (negvdi3): Use s_register_operand.
8228 (negdi2_compare): Convert to simple insn with no split.
8229 (negdi2_insn): Likewise.
8230 (negsi2_carryin_compare): Delete pattern.
8231 (negdi_zero_extendsidi): Delete pattern.
8232 (arm_cmpdi_insn): Convert to simple insn with no split.
8233 (negdi2): Don't call gen_negdi2_neon.
8234 * config/arm/neon.md (adddi3_neon): Delete pattern.
8235 (subdi3_neon): Delete pattern.
8236 (negdi2_neon): Delete pattern.
8237 (splits for negdi2_neon): Delete splits.
8238
8239 2019-10-18 Jakub Jelinek <jakub@redhat.com>
8240
8241 PR middle-end/92153
8242 * ggc-page.c (release_pages): Read g->alloc_size before free rather
8243 than after it.
8244
8245 2019-10-18 Andre Vieira <andre.simoesdiasvieira@arm.com>
8246
8247 * config/arm/t-multilib: Add rule to regenerate mutlilib header file
8248 with any change to t-multilib, t-aprofile and t-rmprofile. Also add
8249 new multilib variants and new mappings.
8250
8251 2019-10-18 Georg-Johann Lay <avr@gjlay.de>
8252
8253 PR target/86040
8254 * config/avr/avr.c (avr_out_lpm): Do not shortcut-return.
8255
8256 2019-10-18 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8257 Richard Sandiford <richard.sandiford@arm.com>
8258
8259 PR target/86753
8260 * tree-vectorizer.h (scalar_cond_masked_key): New struct,
8261 and define hashmap traits for it.
8262 (loop_vec_info::scalar_cond_masked_set): New member.
8263 (vect_record_loop_mask): Adjust prototype.
8264 * tree-vectorizer.c (scalar_cond_masked_key::get_cond_ops_from_tree):
8265 Implement method.
8266 * tree-vect-loop.c (vectorizable_reduction): Pass NULL as last arg to
8267 vect_record_loop_mask.
8268 (vectorizable_live_operation): Likewise.
8269 (vect_record_loop_mask): New param scalar_mask. Add entry
8270 cond, loop_mask to scalar_cond_masked_set if scalar_mask is non NULL.
8271 * tree-vect-stmts.c (check_load_store_masking): New param scalar_mask.
8272 Pass it as last arg to vect_record_loop_mask.
8273 (vectorizable_call): Pass scalar_mask as last arg to
8274 vect_record_loop_mask.
8275 (vectorizable_store): Likewise.
8276 (vectorizable_load): Likewise.
8277 (vectorizable_condition): Check if another part of vectorized code
8278 applies loop_mask to condition or to it's inverse, and if yes,
8279 apply loop_mask to result of vector comparison.
8280
8281 2019-10-17 John David Anglin <danglin@gcc.gnu.org>
8282
8283 * config/pa/pa.c (pa_output_indirect_call): Fix typos in last change.
8284
8285 2019-10-18 Jakub Jelinek <jakub@redhat.com>
8286
8287 PR tree-optimization/92056
8288 * tree-ssa-strlen.c (determine_min_objsize): Call init_object_sizes
8289 before calling compute_builtin_object_size.
8290
8291 2019-10-17 Iain Sandoe <iain@sandoe.co.uk>
8292
8293 PR target/65342
8294 * config/rs6000/darwin.md (movdi_low, movsi_low_st): Delete.
8295 (movdi_low_st): Delete.
8296 * config/rs6000/rs6000.c
8297 (darwin_rs6000_legitimate_lo_sum_const_p): New.
8298 (mem_operand_gpr): Validate Mach-O LO_SUM cases separately.
8299 * config/rs6000/rs6000.md (movsi_low): Delete.
8300
8301 2019-10-17 Jason Merrill <jason@redhat.com>
8302
8303 * gimplify.h (get_initialized_tmp_var): Add default argument to
8304 post_p.
8305 * gimplify.c (gimplify_self_mod_expr, gimplify_omp_atomic): Remove
8306 NULL post_p argument.
8307 * targhooks (std_gimplify_va_arg_expr): Likewise.
8308
8309 2019-10-17 Richard Biener <rguenther@suse.de>
8310
8311 * tree-vectorizer.h (_stmt_vec_info::cond_reduc_code): Remove.
8312 (STMT_VINFO_VEC_COND_REDUC_CODE): Likewise.
8313 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Do not
8314 initialize STMT_VINFO_VEC_COND_REDUC_CODE.
8315 * tree-vect-loop.c (vect_is_simple_reduction): Set
8316 STMT_VINFO_REDUC_CODE.
8317 (vectorizable_reduction): Remove dead and redundant code, use
8318 STMT_VINFO_REDUC_CODE instead of STMT_VINFO_VEC_COND_REDUC_CODE.
8319
8320 2019-10-17 Georg-Johann Lay <avr@gjlay.de>
8321
8322 Fix breakage introduced by r276985.
8323
8324 * config/avr/avr.c (avr_option_override): Remove set of
8325 PARAM_ALLOW_STORE_DATA_RACES.
8326 * common/config/avr/avr-common.c (avr_option_optimization_table)
8327 [OPT_LEVELS_ALL]: Turn on -fallow-store-data-races.
8328
8329 2019-10-17 H.J. Lu <hongjiu.lu@intel.com>
8330
8331 * config/i386/i386.h (processor_costs): Add clear_ratio.
8332 (CLEAR_RATIO): Remove MIN and use ix86_cost->clear_ratio.
8333 * config/i386/x86-tune-costs.h: Set clear_ratio to the minimum
8334 of 6 and move_ratio in all cost models.
8335
8336 2019-10-17 Richard Biener <rguenther@suse.de>
8337
8338 * tree-vect-loop.c (check_reduction_path): Compute reduction
8339 operation here.
8340 (vect_is_simple_reduction): Remove special-case of single-stmt
8341 reduction path detection.
8342
8343 2019-10-17 Richard Earnshaw <rearnsha@arm.com>
8344
8345 * config/arm/arm-cpus.in (marvel-pj4): Add +fp to the architecture.
8346
8347 2019-10-17 Yuliang Wang <yuliang.wang@arm.com>
8348
8349 * config/aarch64/aarch64-sve2.md (aarch64_sve2_eor3<mode>)
8350 (aarch64_sve2_nor<mode>, aarch64_sve2_nand<mode>)
8351 (aarch64_sve2_bsl<mode>, aarch64_sve2_nbsl<mode>)
8352 (aarch64_sve2_bsl1n<mode>, aarch64_sve2_bsl2n<mode>):
8353 New combine patterns.
8354 * config/aarch64/iterators.md (BSL_DUP): New int iterator for the
8355 above.
8356 (bsl_1st, bsl_2nd, bsl_dup, bsl_mov): Attributes for the above.
8357
8358 2019-10-17 Aldy Hernandez <aldyh@redhat.com>
8359
8360 * tree-vrp.c (value_range_base::dump): Display +INF for both
8361 pointers and integers when appropriate.
8362
8363 2019-10-17 Andre Vieira <andre.simoesdiasvieira@arm.com>
8364
8365 * tree-vect-loop.c (vect_analyze_loop_2): Use same condition to decide
8366 when to use versioning threshold.
8367
8368 2019-10-17 Andre Vieira <andre.simoesdiasvieira@arm.com>
8369
8370 * tree-vect-loop.c (determine_peel_for_niter): New function contained
8371 outlined code from ...
8372 (vect_analyze_loop_2): ... here.
8373
8374 2019-10-17 Andre Vieira <andre.simoesdiasvieira@arm.com>
8375
8376 * tree-vect-loop.c (vect_transform_loop): Move code from here...
8377 * tree-vect-loop-manip.c (vect_loop_versioning): ... to here.
8378 * tree-vectorizer.h (vect_loop_versioning): Remove unused parameters.
8379
8380 2019-10-17 Richard Biener <rguenther@suse.de>
8381
8382 * tree-vect-loop.c (needs_fold_left_reduction_p): Export.
8383 (vect_is_simple_reduction): Move all validity checks ...
8384 (vectorizable_reduction): ... here. Compute whether we
8385 need a fold-left reduction here.
8386 * tree-vect-patterns.c (vect_reassociating_reduction_p): Merge
8387 both overloads, check needs_fold_left_reduction_p directly.
8388 * tree-vectorizer.h (needs_fold_left_reduction_p): Declare.
8389
8390 2019-10-17 Richard Biener <rguenther@suse.de>
8391
8392 * tree-ssa-pre.c (create_component_ref_by_pieces_1): Fix
8393 TARGET_MEM_REF creation.
8394
8395 2019-10-17 Richard Biener <rguenther@suse.de>
8396
8397 PR tree-optimization/92129
8398 * tree-vect-loop.c (vectorizable_reduction): Also fail
8399 on GIMPLE_SINGLE_RHS.
8400
8401 2019-10-17 Jakub Jelinek <jakub@redhat.com>
8402
8403 PR tree-optimization/92056
8404 * tree-object-size.c (cond_expr_object_size): Return early if then_
8405 processing resulted in unknown size.
8406
8407 PR tree-optimization/92115
8408 * tree-ssa-ifcombine.c (ifcombine_ifandif): Force condition into
8409 temporary if it could trap.
8410
8411 2019-10-17 Richard Biener <rguenther@suse.de>
8412
8413 PR debug/91887
8414 * dwarf2out.c (gen_formal_parameter_die): Also try to match
8415 context_die against a DW_TAG_GNU_formal_parameter_pack parent.
8416
8417 2019-10-16 Jakub Jelinek <jakub@redhat.com>
8418
8419 * tree-ssa-strlen.c (maybe_invalidate): Use
8420 HOST_WIDE_INT_PRINT_UNSIGNED instead of "%zu".
8421
8422 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
8423 Jim Wilson <jimw@sifive.com>
8424
8425 * config/riscv/riscv.h (REG_CLASS_CONTENTS): Add argument passing
8426 regs to SIBCALL_REGS.
8427 * config/riscv/riscv.c (riscv_regno_to_class): Change argument
8428 passing regs to SIBCALL_REGS.
8429
8430 2019-10-16 Martin Sebor <msebor@redhat.com>
8431
8432 PR tree-optimization/83821
8433 * tree-ssa-strlen.c (maybe_invalidate): Add argument. Consider
8434 the length of a string when available.
8435 (handle_builtin_memset) Add argument.
8436 (handle_store, strlen_check_and_optimize_call): Same.
8437 (check_and_optimize_stmt): Same. Pass it to callees.
8438
8439 2019-10-16 Martin Sebor <msebor@redhat.com>
8440
8441 PR tree-optimization/91996
8442 * tree-ssa-strlen.c (maybe_warn_pointless_strcmp): Improve location
8443 information.
8444 (compare_nonzero_chars): Add an overload.
8445 (count_nonzero_bytes): Add an argument. Call overload above.
8446 Handle non-constant lengths in some range.
8447 (handle_store): Add an argument.
8448 (check_and_optimize_stmt): Pass an argument to handle_store.
8449
8450 2019-10-16 Richard Earnshaw <rearnsha@arm.com>
8451
8452 * config/arm/arm.c (neon_valid_immediate): Clear bytes before use.
8453
8454 2019-10-16 Mihailo Stojanovic <mistojanovic@wavecomp.com>
8455
8456 * config/mips/mips.c (mips_expand_builtin_insn): Force the
8457 operands which correspond to the same input-output register to
8458 have the same pseudo assigned to them.
8459
8460 2019-10-16 Ilya Leoshkevich <iii@linux.ibm.com>
8461
8462 * cfgrtl.c (find_partition_fixes): Remove bbs_in_cold_partition.
8463
8464 2019-10-16 Wilco Dijkstra <wdijkstr@arm.com>
8465
8466 * config/aarch64/aarch64.c (aarch64_classify_symbol):
8467 Apply reasonable limit to symbol offsets.
8468
8469 2019-10-16 Richard Biener <rguenther@suse.de>
8470
8471 * tree-vect-loop.c (vect_valid_reduction_input_p): Remove.
8472 (vect_is_simple_reduction): Delay checking to
8473 vectorizable_reduction and relax the checking.
8474 (vectorizable_reduction): Check we have a simple use. Check
8475 for bogus condition reductions.
8476 * tree-vect-stmts.c (vect_transform_stmt): Make sure we
8477 are looking at the last stmt in a pattern sequence when
8478 filling in backedge PHI values.
8479
8480 2019-10-16 Peter Bergner <bergner@linux.ibm.com>
8481 Jiufu Guo <guojiufu@linux.ibm.com>
8482
8483 PR target/70010
8484 * config/rs6000/rs6000.c (rs6000_can_inline_p): Prohibit inlining if
8485 the callee explicitly disables some isa_flags the caller is using.
8486
8487 2019-10-16 Richard Sandiford <richard.sandiford@arm.com>
8488
8489 * function-abi.cc (expr_callee_abi): Assert for POINTER_TYPE_P.
8490
8491 2019-10-16 Richard Sandiford <richard.sandiford@arm.com>
8492
8493 * genmodes.c (mode_data::order): New field.
8494 (blank_mode): Update accordingly.
8495 (VECTOR_MODES_WITH_PREFIX): Add an order parameter.
8496 (make_vector_modes): Likewise.
8497 (VECTOR_MODES): Update use accordingly.
8498 (cmp_modes): Sort by the new order field ahead of sorting by size.
8499 * config/aarch64/aarch64-modes.def (VNx2QI, VN2xHI, VNx2SI)
8500 (VNx4QI, VNx4HI, VNx8QI): New partial vector modes.
8501 * config/aarch64/aarch64.c (VEC_PARTIAL): New flag value.
8502 (aarch64_classify_vector_mode): Handle the new partial modes.
8503 (aarch64_vl_bytes): New function.
8504 (aarch64_hard_regno_nregs): Use it instead of BYTES_PER_SVE_VECTOR
8505 when counting the number of registers in an SVE mode.
8506 (aarch64_class_max_nregs): Likewise.
8507 (aarch64_hard_regno_mode_ok): Don't allow partial vectors
8508 in registers yet.
8509 (aarch64_classify_address): Treat partial vectors analogously
8510 to full vectors.
8511 (aarch64_print_address_internal): Consolidate the printing of
8512 MUL VL addresses, using aarch64_vl_bytes as the number of
8513 bytes represented by "VL".
8514 (aarch64_vector_mode_supported_p): Reject partial vector modes.
8515
8516 2019-10-16 Richard Sandiford <richard.sandiford@arm.com>
8517
8518 * config/aarch64/aarch64.c (aarch64_layout_frame): Use is_constant
8519 rather than known_lt when choosing frame layouts.
8520
8521 2019-10-16 Richard Sandiford <richard.sandiford@arm.com>
8522
8523 * config/aarch64/aarch64.c (aarch64_layout_frame): Assert
8524 that all the adjustments add up to the full frame size.
8525 Use crtl->outgoing_args_size directly as the final adjustment
8526 where appropriate.
8527
8528 2019-10-16 Richard Sandiford <richard.sandiford@arm.com>
8529
8530 * config/aarch64/aarch64.c (aarch64_layout_frame): Use a local
8531 "frame" reference instead of always referring directly to
8532 "cfun->machine->frame".
8533
8534 2019-10-16 Richard Biener <rguenther@suse.de>
8535
8536 PR tree-optimization/92119
8537 * tree-vect-patterns.c (vect_recog_rotate_pattern): Guard
8538 against missing bswap lhs.
8539
8540 2019-10-16 Richard Sandiford <richard.sandiford@arm.com>
8541
8542 PR middle-end/92033
8543 * poly-int.h (constant_lower_bound_with_limit): New function.
8544 (constant_upper_bound_with_limit): Likewise.
8545 * doc/poly-int.texi: Document them.
8546 * tree-vrp.c (value_range_base::set): Convert POLY_INT_CST bounds
8547 into the worst-case INTEGER_CST bounds.
8548
8549 2019-10-16 Feng Xue <fxue@os.amperecomputing.com>
8550
8551 PR ipa/91088
8552 * doc/invoke.texi (ipa-max-param-expr-ops): Document new option.
8553 * params.def (PARAM_IPA_MAX_PARAM_EXPR_OPS): New.
8554 * ipa-predicat.h (struct expr_eval_op): New struct.
8555 (expr_eval_ops): New typedef.
8556 (struct condition): Add type and param_ops fields, remove size field.
8557 (add_condition): Replace size parameter with type parameter, add
8558 param_ops parameter.
8559 * ipa-predicat.c (expr_eval_ops_equal_p): New function.
8560 (predicate::add_clause): Add comparisons on type and param_ops.
8561 (dump_condition): Add debug dump for param_ops.
8562 (remap_after_inlining): Adjust call arguments to add_condition.
8563 (add_condition): Replace size parameter with type parameter, add
8564 param_ops parameter. Unshare constant value used in conditions.
8565 * ipa-fnsummary.c (evaluate_conditions_for_known_args): Fold
8566 parameter expressions using param_ops.
8567 (decompose_param_expr): New function.
8568 (set_cond_stmt_execution_predicate): Use call to decompose_param_expr
8569 to replace call to unmodified_parm_or_parm_agg_item.
8570 (set_switch_stmt_execution_predicate): Likewise.
8571 (will_be_nonconstant_expr_predicate): Likewise. Replace usage of size
8572 with type.
8573 (inline_read_section): Read param_ops from summary stream.
8574 (ipa_fn_summary_write): Write param_ops to summary stream.
8575
8576 2019-10-15 Segher Boessenkool <segher@kernel.crashing.org>
8577
8578 PR rtl-optimization/92107
8579 * genattrtab.c (write_attr_value) <do_operator>: Parenthesize the
8580 expression written.
8581
8582 2019-10-15 Iain Sandoe <iain@sandoe.co.uk>
8583
8584 * config/darwin.c: Update description of fix and continue.
8585
8586 2019-10-15 Iain Sandoe <iain@sandoe.co.uk>
8587
8588 * config/darwin.c (darwin_binds_local_p): Update to call
8589 default_binds_local_p_3 () directly. amend comments.
8590
8591 2019-10-15 Richard Biener <rguenther@suse.de>
8592
8593 * lto-streamer-out.c (lto_variably_modified_type_p): New.
8594 (tree_is_indexable): Use it.
8595 * tree-streamer-out.c (pack_ts_type_common_value_fields):
8596 Stream variably_modified_type_p as TYPE_LANG_FLAG_0.
8597 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Likewise.
8598
8599 2019-10-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8600
8601 * config/msp430/msp430.md (zero_extendqipsi2): New.
8602 (zero_extendqisi2): Optimize case where src register and base dst
8603 register are the same.
8604 (zero_extendhipsi2): Don't use 430X insn for rYs->r case.
8605 (zero_extendpsisi2): Optimize r->m case.
8606 Add unnamed insn patterns to catch insns combine searches for when
8607 optimizing pointer manipulation.
8608
8609 2019-10-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8610
8611 * config/msp430/msp430.md: Group zero_extend* insns together.
8612
8613 2019-10-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
8614
8615 * config/msp430/constraints.md: Allow post_inc operand for "Ya"
8616 constraint.
8617 * config/msp430/msp430.c (msp430_legitimate_address_p): Handle
8618 POST_INC.
8619 (msp430_subreg): Likewise.
8620 (msp430_split_addsi): Likewise.
8621 (msp430_print_operand_addr): Likewise.
8622 * config/msp430/msp430.h (HAVE_POST_INCREMENT): Define.
8623 (USE_STORE_POST_INCREMENT): Define.
8624 * config/msp430/msp430.md: Use the msp430_general_dst_operand or
8625 msp430_general_dst_nonv_operand predicates for the lvalues of insns.
8626 * config/msp430/predicates.md (msp430_nonpostinc_operand): New.
8627 (msp430_general_dst_operand): New.
8628 (msp430_general_dst_nonv_operand): New.
8629 (msp430_nonsubreg_operand): Remove.
8630 (msp430_nonsubreg_dst_operand): New.
8631 (msp430_nonsubreg_or_imm_operand): Allow reg or mem operands in place
8632 of defunct msp430_nonsubreg_operand.
8633 (msp430_nonsubregnonpostinc_or_imm_operand): New.
8634
8635 2019-10-15 Richard Biener <rguenther@suse.de>
8636
8637 PR tree-optimization/91929
8638 * tree-ssa-pre.c (pre_expr_d::loc): New member.
8639 (get_or_alloc_expr_for_name): Initialize it.
8640 (get_or_alloc_expr_for_constant): Likewise.
8641 (phi_translate_1): Copy it.
8642 (create_expression_by_pieces): Use the original location
8643 of the expression for the inserted stmt.
8644 (compute_avail): Record the location of the stmt for the
8645 expressions created.
8646
8647 2019-10-15 Richard Sandiford <richard.sandiford@arm.com>
8648
8649 * tree-ssa-strlen.c (count_nonzero_bytes): Check tree_fits_uhwi_p
8650 before using tree_to_uhwi.
8651
8652 2019-10-15 Ilya Leoshkevich <iii@linux.ibm.com>
8653
8654 * config/s390/s390.md: Run %a0:DI splitters only after reload.
8655
8656 2019-10-15 Richard Biener <rguenther@suse.de>
8657
8658 PR tree-optimization/92094
8659 * tree-vect-loop.c (vectorizable_reduction): For nested cycles
8660 do not adjust the reduction definition def type.
8661 * tree-vect-stmts.c (vect_transform_stmt): Verify the scalar stmt
8662 defines the latch argument of the PHI.
8663
8664 2019-10-15 Hongyu Wang <hongtao.wang@intel.com>
8665
8666 PR target/92035
8667 * config/i386/avx512fintrin.h (_mm_mask_roundscale_ss,
8668 _mm_maskz_roundscale_ss, _mm_maskz_roundscale_round_ss,
8669 _mm_maskz_roundscale_round_ss, _mm_mask_roundscale_sd,
8670 _mm_maskz_roundscale_sd, _mm_mask_roundscale_round_sd,
8671 _mm_maskz_roundscale_round_sd): New intrinsics.
8672 (_mm_roundscale_ss, _mm_roundscale_round_ss): Use
8673 __builtin_ia32_rndscales?_mask_round builtins instead of
8674 __builtin_ia32_rndscales?_round.
8675 * config/i386/i386-builtin.def (__builtin_ia32_rndscaless_round,
8676 __builtin_ia32_rndscalesd_round): Remove.
8677 (__builtin_ia32_rndscaless_mask_round,
8678 __builtin_ia32_rndscalesd_mask_round): New intrinsics.
8679 * config/i386/sse.md
8680 (avx512f_rndscale<mode><round_saeonly_name>): Renamed to ...
8681 (avx512f_rndscale<mode><mask_scalar_name><round_saeonly_scalar_name>):
8682 ... this, adjust and add subst atrributes to make it maskable.
8683
8684 2019-10-15 Richard Biener <rguenther@suse.de>
8685
8686 PR middle-end/92046
8687 * common.opt (fallow-store-data-races): New.
8688 * params.def (PARAM_ALLOW_STORE_DATA_RACES): Remove.
8689 * params.h (ALLOW_STORE_DATA_RACES): Likewise.
8690 * doc/invoke.texi (fallow-store-data-races): Document.
8691 (--param allow-store-data-races): Remove docs.
8692 * opts.c (default_options_table): Enable -fallow-store-data-races
8693 at -Ofast.
8694 (default_options_optimization): Do not enable --param
8695 allow-store-data-races at -Ofast.
8696 * tree-if-conv.c (ifcvt_memrefs_wont_trap): Use flag_store_data_races
8697 instead of PARAM_ALLOW_STORE_DATA_RACES.
8698 * tree-ssa-loop-im.c (execute_sm): Likewise.
8699
8700 2019-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
8701
8702 PR tree-optimization/92085
8703 * tree-if-conv.c (ifcvt_local_dce): Call gsi_next in else clause,
8704 instead of calling it unconditionally after
8705 delete_dead_or_redundant_assignment and fix indentation.
8706
8707 2019-10-15 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
8708
8709 * config/arm/vfp.md (fma<SDF:mode>4): Enable DF only when
8710 TARGET_VFP_DOUBLE.
8711 (*fmsub<SDF:mode>4): Likewise.
8712 *fnmsub<SDF:mode>4): Likewise.
8713 (*fnmadd<SDF:mode>4): Likewise.
8714
8715 2019-10-14 Joel Hutton <Joel.Hutton@arm.com>
8716
8717 * doc/tree-ssa.texi: Update renamed macro name.
8718
8719 2019-10-14 Mihailo Stojanovic <mistojanovic@wavecomp.com>
8720
8721 * config/mips/mips.c (mips_cannot_force_const_mem): Reject
8722 vector constants.
8723
8724 2019-10-14 Iain Sandoe <iain@sandoe.co.uk>
8725
8726 * config/darwin.c: Use unsigned ints for the picbase label
8727 counters, initialise the vars explicitly.
8728 (update_pic_label_number_if_needed): Move a variable declaration
8729 to where it's needed.
8730 (machopic_output_function_base_name): Use a more strict checking
8731 assert, and and unsigned int for the picbase label counter.
8732 (machopic_get_function_picbase): Likewise.
8733
8734 2019-10-14 Richard Biener <rguenther@suse.de>
8735
8736 PR middle-end/92046
8737 * dse.c (scan_insn): Use param max_active_local_stores.
8738 (dse_step1): Get PARAM_MAX_DSE_ACTIVE_LOCAL_STORES and adjust
8739 based on optimization level.
8740 * loop-invariant.c (move_loop_invariants): Adjust
8741 LOOP_INVARIANT_MAX_BBS_IN_LOOP based on optimization level.
8742 * opts.c (default_options_optimization): Do not adjust
8743 PARAM_MAX_DSE_ACTIVE_LOCAL_STORES and
8744 LOOP_INVARIANT_MAX_BBS_IN_LOOP here.
8745
8746 2019-10-14 Wilco Dijkstra <wdijkstr@arm.com>
8747
8748 * config/arm/arm.c (arm_legitimize_address): Remove Thumb-2 bailout.
8749
8750 2019-10-14 Wilco Dijkstra <wdijkstr@arm.com>
8751
8752 * config/arm/arm.c (arm_option_override): Don't override sched
8753 pressure algorithm.
8754
8755 2019-10-14 Richard Biener <rguenther@suse.de>
8756
8757 PR tree-optimization/92069
8758 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): For nested
8759 cycles do not set vect_nested_cycle on the latch definition.
8760
8761 2019-10-14 Richard Sandiford <richard.sandiford@arm.com>
8762
8763 * function-abi.h (expr_callee_abi): Declare.
8764 * function-abi.cc (expr_callee_abi): New function.
8765
8766 2019-10-14 Aldy Hernandez <aldyh@redhat.com>
8767
8768 * tree-vrp.c (value_range_base::set): Normalize unsigned ~[0,0]
8769 into [1,MAX].
8770 * tree-vrp.h (value_range_base::nonzero_p): Adjust for unsigned
8771 non-zero being represented as [1,MAX].
8772
8773 2019-10-14 Xiong Hu Luo <luoxhu@linux.ibm.com>
8774
8775 * tree-sra.c (dump_access): Add missing braces.
8776
8777 2019-10-13 Iain Sandoe <iain@sandoe.co.uk>
8778
8779 * config/darwin.c (machopic_indirection_name): Rework the
8780 function to emit linker-visible symbols only for indirections
8781 in the data section. Clean up the code and update comments.
8782
8783 2019-10-13 Iain Sandoe <iain@sandoe.co.uk>
8784
8785 * config/darwin.c (machopic_indirect_data_reference): Remove
8786 redundant code.
8787
8788 2019-10-13 Nathan Sidwell <nathan@acm.org>
8789
8790 * gengtype-lex.l (CXX_KEYWORD): Add 'mutable'.
8791
8792 2019-10-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8793
8794 * doc/sourcebuild.texi (Test Directives, Add Options): Remove
8795 c99_runtime.
8796
8797 2019-10-12 Jan Hubicka <hubicka@ucw.cz>
8798
8799 * lto-streamer-out.c (collect_block_tree_leafs): Renumber statements
8800 so non-virutal are before virutals.
8801 (output_function): Avoid body modifications.
8802
8803 2019-10-12 John David Anglin <danglin@gcc.gnu.org>
8804
8805 * config/pa/pa.c (pa_output_call): Load descriptor address to register
8806 %r22. Load function address before global pointer.
8807 (pa_attr_length_indirect_call): Adjust length of inline versions of
8808 $$dyncall.
8809 (pa_output_indirect_call): Remove fast inline version of $$dyncall
8810 before normal cases. Update inline $$dyncall sequences to preserve
8811 function descriptor address in register %r22.
8812 (TRAMPOLINE_CODE_SIZE): Adjust.
8813 (pa_asm_trampoline_template): Revise 32-bit trampoline. Don't assume
8814 register %r22 contains trampoline address.
8815 (pa_trampoline_init): Adjust offsets.
8816 (pa_trampoline_adjust_address): Likewise.
8817 * config/pa/pa.h (TRAMPOLINE_SIZE): Adjust 32-bit size.
8818
8819 2019-10-12 Iain Sandoe <iain@sandoe.co.uk>
8820
8821 PR target/67183
8822 * config/darwin.c (machopic_indirection): New field to flag
8823 non-lazy-symbol-pointers in the data section.
8824 (machopic_indirection_name): Compute if an indirection should
8825 appear in the data section.
8826 (machopic_output_data_section_indirection): New callback split
8827 from machopic_output_indirection.
8828 (machopic_output_stub_indirection): Likewise.
8829 (machopic_output_indirection): Retain the code for non-lazy
8830 symbol pointers in their regular section.
8831 (machopic_finish): Use the new callbacks to order the indirection
8832 output.
8833
8834 2019-10-12 Iain Sandoe <iain@sandoe.co.uk>
8835
8836 * config/darwin-protos.h (machopic_finish): Delete.
8837 * config/darwin.c (machopic_finish): Make static.
8838
8839 2019-10-12 Iain Sandoe <iain@sandoe.co.uk>
8840
8841 * config/darwin.c (darwin_file_end): Only emit empty CTOR/DTOR
8842 sections when building kernel extension code.
8843
8844 2019-10-12 Palmer Dabbelt <palmer@sifive.com>
8845
8846 * doc/extend.texi (Alternate Keywords): Change "-std=c11" to "a
8847 later standard."
8848
8849 2019-10-12 John David Anglin <danglin@gcc.gnu.org>
8850
8851 * config/pa/pa.c (pa_option_override): Remove trailing comma
8852 from warning.
8853
8854 2019-10-12 Jakub Jelinek <jakub@redhat.com>
8855
8856 PR middle-end/92063
8857 * tree-eh.c (operation_could_trap_helper_p) <case COND_EXPR>
8858 <case VEC_COND_EXPR>: Return false with *handled = false.
8859 (tree_could_trap_p): For {,VEC_}COND_EXPR return false instead of
8860 recursing on the first operand.
8861 * fold-const.c (simple_operand_p_2): Use generic_expr_could_trap_p
8862 instead of tree_could_trap_p.
8863 * tree-ssa-sccvn.c (vn_nary_may_trap): Formatting fixes.
8864
8865 2019-10-11 Jim Wilson <jimw@sifive.com>
8866
8867 PR rtl-optimization/91860
8868 * combine.c (subst): If new_rtx is a constant, also check for
8869 SIGN_EXTEND when deciding whether to call simplify_unary_operation.
8870
8871 2019-10-11 Richard Sandiford <richard.sandiford@arm.com>
8872
8873 * expr.c (store_expr): Use rtx_to_poly_int64 rather than
8874 INTVAL when calling store_bit_field.
8875
8876 2019-10-11 Wilco Dijkstra <wdijkstr@arm.com>
8877
8878 * config/arm/arm.h (HONOR_REG_ALLOC_ORDER): Set when optimizing for
8879 size.
8880
8881 2019-10-11 Bernd Edlinger <bernd.edlinger@hotmail.de>
8882
8883 * tree-vect-loop.c (vect_analyze_loop_operations): Adjust call to
8884 vectorizable_live_operation.
8885 (vectorizable_live_operation): Adjust parameters.
8886 * tree-vect-stmts.c (vect_init_vector,
8887 vect_gen_widened_results_half): Fix typo in function comment.
8888 (can_vectorize_live_stmts): Adjust function comment.
8889 Adjust parameters. Adjust call to vectorizable_live_operation.
8890 (vect_analyze_stmt): Adjust call to can_vectorize_live_stmts.
8891 (vect_transform_stmt): Adjust function comment. Adjust call to
8892 can_vectorize_live_stmts.
8893 * tree-vectorizer.h (vectorizable_live_operation): Adjust parameters.
8894
8895 2019-10-11 Richard Biener <rguenther@suse.de>
8896
8897 PR tree-optimization/90883
8898 PR tree-optimization/91091
8899 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use correct
8900 alias-sets both for recording VN table entries and continuing
8901 walking after translating through copies. Handle same-sized
8902 reads from SSA names by returning the plain SSA name.
8903 (eliminate_dom_walker::eliminate_stmt): Properly handle
8904 non-size precision stores in redundant store elimination.
8905
8906 2019-10-11 Jan Hubicka <hubicka@ucw.cz>
8907
8908 * ggc-page.c (release_pages): Output statistics when !quiet_flag.
8909 (ggc_collect): Dump later to not interfere with release_page dump.
8910 (ggc_trim): New function.
8911 * ggc-none.c (ggc_trim): New.
8912 * ggc.h (ggc_trim): Declare.
8913
8914 2019-10-11 Richard Biener <rguenther@suse.de>
8915
8916 PR tree-optimization/92066
8917 PR tree-optimization/92046
8918 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
8919 Fix bogus cost model check.
8920
8921 2019-10-11 Tobias Burnus <tobias@codesourcery.com>
8922
8923 * langhooks-def.h (LANG_HOOKS_OMP_IS_ALLOCATABLE_OR_PTR): Define.
8924 (LANG_HOOKS_DECLS): Add it.
8925 * langhooks.h (lang_hooks_for_decls): Add omp_is_allocatable_or_ptr;
8926 update comment for omp_is_optional_argument.
8927 * omp-general.c (omp_is_allocatable_or_ptr): New.
8928 * omp-general.h (omp_is_allocatable_or_ptr): Declare.
8929 * omp-low.c (scan_sharing_clauses, lower_omp_target): Handle
8930 Fortran's optional arguments and allocatable/pointer scalars
8931 with use_device_addr.
8932
8933 2019-10-11 Ilya Leoshkevich <iii@linux.ibm.com>
8934
8935 PR target/77918
8936 * config/s390/2827.md: Add new opcodes.
8937 * config/s390/2964.md: Likewise.
8938 * config/s390/3906.md: Likewise.
8939 * config/s390/8561.md: Likewise.
8940 * config/s390/s390-builtins.def (s390_vfchesb): Use
8941 the new vec_cmpgev4sf_quiet_nocc.
8942 (s390_vfchedb): Use the new vec_cmpgev2df_quiet_nocc.
8943 (s390_vfchsb): Use the new vec_cmpgtv4sf_quiet_nocc.
8944 (s390_vfchdb): Use the new vec_cmpgtv2df_quiet_nocc.
8945 (vec_cmplev4sf): Use the new vec_cmplev4sf_quiet_nocc.
8946 (vec_cmplev2df): Use the new vec_cmplev2df_quiet_nocc.
8947 (vec_cmpltv4sf): Use the new vec_cmpltv4sf_quiet_nocc.
8948 (vec_cmpltv2df): Use the new vec_cmpltv2df_quiet_nocc.
8949 * config/s390/s390-modes.def (CCSFPS): New mode.
8950 * config/s390/s390.c (s390_match_ccmode_set): Support CCSFPS.
8951 (s390_select_ccmode): Return CCSFPS for LT, LE, GT, GE and LTGT.
8952 (s390_branch_condition_mask): Reuse CCS for CCSFPS.
8953 (s390_expand_vec_compare): Use non-signaling patterns where
8954 necessary.
8955 (s390_reverse_condition): Support CCSFPS.
8956 * config/s390/s390.md (*cmp<mode>_ccsfps): New pattern.
8957 * config/s390/vector.md: (VFCMP_HW_OP): Remove.
8958 (asm_fcmp_op): Likewise.
8959 (*smaxv2df3_vx): Use pattern for quiet comparison.
8960 (*sminv2df3_vx): Likewise.
8961 (*vec_cmp<VFCMP_HW_OP:code><mode>_nocc): Remove.
8962 (*vec_cmpeq<mode>_quiet_nocc): New pattern.
8963 (vec_cmpgt<mode>_quiet_nocc): Likewise.
8964 (vec_cmplt<mode>_quiet_nocc): New expander.
8965 (vec_cmpge<mode>_quiet_nocc): New pattern.
8966 (vec_cmple<mode>_quiet_nocc): New expander.
8967 (*vec_cmpeq<mode>_signaling_nocc): New pattern.
8968 (*vec_cmpgt<mode>_signaling_nocc): Likewise.
8969 (*vec_cmpgt<mode>_signaling_finite_nocc): Likewise.
8970 (*vec_cmpge<mode>_signaling_nocc): Likewise.
8971 (*vec_cmpge<mode>_signaling_finite_nocc): Likewise.
8972 (vec_cmpungt<mode>): New expander.
8973 (vec_cmpunge<mode>): Likewise.
8974 (vec_cmpuneq<mode>): Use quiet patterns.
8975 (vec_cmpltgt<mode>): Allow only on z14+.
8976 (vec_cmpordered<mode>): Use quiet patterns.
8977 (vec_cmpunordered<mode>): Likewise.
8978 (VEC_CMP_EXPAND): Add ungt and unge.
8979
8980 2019-10-11 Jan Hubicka <hubicka@ucw.cz>
8981
8982 * gimple-streamer-out.c (output_gimple_stmt): Add explicit function
8983 parameter.
8984 * lto-streamer-out.c: Include tree-dfa.h.
8985 (output_cfg): Do not use cfun.
8986 (lto_prepare_function_for_streaming): New.
8987 (output_function): Do not push cfun; do not initialize loop optimizer.
8988 * lto-streamer.h (lto_prepare_function_for_streaming): Declare.
8989 * passes.c (ipa_write_summaries): Use it.
8990 (ipa_write_optimization_summaries): Do not modify bodies.
8991 * tree-dfa.c (renumber_gimple_stmt_uids): Add function parameter.
8992 * tree.dfa.h (renumber_gimple_stmt_uids): Update prototype.
8993 * tree-ssa-dse.c (pass_dse::execute): Update use of
8994 renumber_gimple_stmt_uids.
8995 * tree-ssa-math-opts.c (pass_optimize_widening_mul::execute): Likewise.
8996
8997 2019-10-11 Kewen Lin <linkw@gcc.gnu.org>
8998
8999 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Lower
9000 vec_promote_demote cost to 1 for non-Power7 VSX architectures.
9001
9002 2019-10-10 Joseph Myers <joseph@codesourcery.com>
9003
9004 * ginclude/float.h [!__DEC32_MANT_DIG__]: Do not define DFP
9005 macros.
9006 [__STDC_WANT_IEC_60559_DFP_EXT__ || __STDC_VERSION__ > 201710L]:
9007 Also define DFP macros for these conditions.
9008 [!__STDC_WANT_DEC_FP__] (DEC32_SUBNORMAL_MIN, DEC64_SUBNORMAL_MIN,
9009 DEC128_SUBNORMAL_MIN): Do not define.
9010 [__STDC_WANT_IEC_60559_DFP_EXT__ || __STDC_VERSION__ > 201710L]
9011 (DEC32_TRUE_MIN, DEC64_TRUE_MIN, DEC128_TRUE_MIN): New macros.
9012
9013 2019-10-10 Xiong Hu Luo <luoxhu@linux.ibm.com>
9014 Sandra Loosemore <sandra@codesourcery.com>
9015
9016 PR middle-end/26241
9017 * doc/lto.texi (IPA): Reference to the IPA passes.
9018 * doc/passes.texi (Pass manager): Add node IPA passes and
9019 description for each IPA pass.
9020
9021 2019-10-10 Jan Hubicka <hubicka@ucw.cz>
9022
9023 * ipa-reference.c: Do not include splay-tree.h
9024 (reference_vars_to_consider): Turn to hash map.
9025 (get_static_name, ipa_init, analyze_function, propagate,
9026 stream_out_bitmap, ipa_reference_write_optimization_summary,
9027 ipa_reference_write_optimization_summary): Update.
9028
9029 2019-10-10 Jan Hubicka <hubicka@ucw.cz>
9030
9031 * ipa-reference.c (propagate): Fix releasing of IPA summaries.
9032
9033 2019-10-10 Iain Sandoe <iain@sandoe.co.uk>
9034
9035 * config/darwin.c: Lookup Objective C metadata and force indirection
9036 for IVAR refs.
9037
9038 2019-10-10 Michael Meissner <meissner@linux.ibm.com>
9039
9040 * config/rs6000/rs6000.c (quad_address_p): Add check for prefixed
9041 addresses.
9042 (mem_operand_gpr): Add check for prefixed addresses.
9043 (mem_operand_ds_form): Add check for prefixed addresses.
9044 (rs6000_legitimate_offset_address_p): If we support prefixed
9045 addresses, check for a 34-bit offset instead of 16-bit.
9046 (rs6000_legitimate_address_p): Add check for prefixed addresses.
9047 Do not allow load/store with update if the address is prefixed.
9048 (rs6000_mode_dependent_address): If we support prefixed
9049 addresses, check for a 34-bit offset instead of 16-bit.
9050
9051 2019-10-10 Ilya Leoshkevich <iii@linux.ibm.com>
9052
9053 PR target/77918
9054 * config/s390/vector.md (vcond_comparison_operator): New
9055 predicate.
9056 (vcond<V_HW:mode><V_HW2:mode>): Use vcond_comparison_operator.
9057
9058 2019-10-10 David Malcolm <dmalcolm@redhat.com>
9059
9060 PR 87488
9061 * Makefile.in (CFLAGS-opts.o): Pass in DOCUMENTATION_ROOT_URL via
9062 -D.
9063 * configure.ac (--with-documentation-root-url): New option.
9064 * configure: Regenerate.
9065 * diagnostic-format-json.cc (json_end_diagnostic): If there is an
9066 option URL, add it as a new string field of the diagnostic option.
9067 * diagnostic.c (diagnostic_initialize): Initialize get_option_url.
9068 (print_option_information): If get_option_url is non-NULL, call
9069 it, and if the result is non-NULL, potentially emit an escape
9070 sequence to markup the option text with the resulting URL.
9071 * diagnostic.h (diagnostic_context::get_option_url): New callback.
9072 * doc/invoke.texi (-fdiagnostics-format=): Add "option_url" to
9073 example of JSON output.
9074 * opts-diagnostic.h (get_option_url): New decl.
9075 * opts.c (get_option_url): New function.
9076 * toplev.c (general_init): Initialize the get_option_url callback.
9077
9078 2019-10-10 David Malcolm <dmalcolm@redhat.com>
9079
9080 PR 87488
9081 * common.opt (fdiagnostics-urls=): New option.
9082 (diagnostic-url.h): Add SourceInclude.
9083 (diagnostic_url_rule): New enum.
9084 * diagnostic-color.c: Include "diagnostic-url.h".
9085 (diagnostic_urls_enabled_p): New function.
9086 * diagnostic-url.h: New file.
9087 * diagnostic.c: Include "diagnostic-url.h".
9088 (diagnostic_urls_init): New function.
9089 * diagnostic.h (diagnostic_urls_init): New decl.
9090 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
9091 -fdiagnostics-urls to the list.
9092 (-fdiagnostics-urls): New option.
9093 * gcc.c (driver_handle_option): Handle OPT_fdiagnostics_urls_.
9094 (driver::global_initializations): Call diagnostic_urls_init.
9095 * opts-global.c (init_options_once): Likewise.
9096 * opts.c (common_handle_option): Handle OPT_fdiagnostics_urls_.
9097 * pretty-print.c (pretty_printer::pretty_printer): Initialize
9098 show_urls.
9099 (pp_begin_url): New function.
9100 (pp_end_url): New function.
9101 (selftest::test_urls): New selftest.
9102 (selftest::pretty_print_c_tests): Call it.
9103 * pretty-print.h (pretty_printer::show_urls): New field.
9104 (pp_begin_url): New decl.
9105 (pp_end_url): New decl.
9106
9107 2019-10-10 Uroš Bizjak <ubizjak@gmail.com>
9108
9109 PR target/92022
9110 * config/alpha/alpha.c (alpha_handle_trap_shadows): Skip DEBUG_INSN.
9111
9112 2019-10-10 Oleg Endo <olegendo@gcc.gnu.org>
9113
9114 PR target/88630
9115 * config/sh/sh.h (TARGET_FPU_SH4_300): New macro.
9116 * config/sh/sh.c (sh_option_override): Enable fsca and fsrra insns
9117 also for TARGET_FPU_SH4_300.
9118 (sh_emit_mode_set): Check for TARGET_FPU_SH4_300 instead of
9119 TARGET_SH4_300.
9120 * config/sh/sh.md (toggle_pr): Add TARGET_FPU_SH4_300 condition.
9121 (negsf2): Expand to either negsf2_fpscr or negsf2_no_fpscr.
9122 (*negsf2_i): Split into ...
9123 (negsf2_fpscr, negsf2_no_fpscr): ... these new patterns.
9124 (abssf2): Expand to either abssf2_fpsc or abssf2_no_fpsc.
9125 (**abssf2_i): Split into ...
9126 (abssf2_fpscr, abssf2_no_fpscr): ... these new patterns.
9127 (negdf2): Expand to either negdf2_fpscr or negdf2_no_fpscr.
9128 (*negdf2_i): Split into ...
9129 (negdf2_fpscr, negdf2_no_fpscr): ... these new patterns.
9130 (absdf2): Expand to either absdf2_fpscr or absdf2_no_fpsc.
9131 (**abssf2_i): Split into ...
9132 (absdf2_fpscr, absdf2_no_fpscr): ... these new patterns.
9133
9134 2019-10-10 Richard Biener <rguenther@suse.de>
9135
9136 PR middle-end/92046
9137 * opts.c (finish_options): Do not influence global --params
9138 from options that are adjustable per function.
9139 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
9140 Apply --param adjustment based on active cost-model.
9141 * tree-ssa-phiopt.c (cond_if_else_store_replacement): Disable
9142 further store-sinking when vectorization or if-conversion
9143 are not enabled.
9144
9145 2019-10-10 Jan Hubicka <hubicka@ucw.cz>
9146
9147 PR middle-end/92037
9148 * cgraph.c (symbol_table_test::symbol_table_test): Use ggc_alloc
9149 rather than ggc_alloc_cleared to alloc symbol table.
9150 * toplev.c (general_init): Likewise.
9151 * cgraph.h (symbol_table): Explicitly construct every field.
9152
9153 2019-10-10 Andreas Krebbel <krebbel@linux.ibm.com>
9154
9155 * common/config/s390/s390-common.c (PF_ARCH13): Rename to...
9156 (PF_Z15): ... this.
9157 * config.gcc: Add z15 as option for --with-arch and --with-tune
9158 configure switches.
9159 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Add
9160 error reporting for unsupported builtins.
9161 * config/s390/s390-opts.h (enum processor_type): Rename
9162 PROCESSOR_8561_ARCH13 to PROCESSOR_8561_Z15.
9163 * config/s390/8561.md: Rename arch13 to z15 throughout the file.
9164 * config/s390/driver-native.c (s390_host_detect_local_cpu):
9165 Likewise.
9166 * config/s390/s390-builtins.def: Likewise.
9167 * config/s390/s390.c (processor_table): Add z15 as option and keep arch13 as alternative.
9168 (s390_expand_builtin): Add missing check for unsupported builtins.
9169 (s390_canonicalize_comparison): Rename TARGET_ARCH13 to TARGET_Z15.
9170 (s390_rtx_costs): Likewise.
9171 (s390_get_sched_attrmask): Rename arch13 to z15.
9172 (s390_get_unit_mask): Likewise.
9173 (s390_is_fpd): Likewise.
9174 (s390_is_fxd): Likewise.
9175 * config/s390/s390.h (enum processor_flags): Likewise.
9176 * config/s390/s390.md: Likewise.
9177 * config/s390/vector.md: Likewise.
9178 * config/s390/vx-builtins.md: Likewise.
9179 * config/s390/s390.opt: Add z15 to processor_type value.
9180
9181 2019-10-10 Andreas Krebbel <krebbel@linux.ibm.com>
9182
9183 PR target/91035
9184 * config/s390/s390-protos.h (s390_output_split_stack_data): Add
9185 prototype.
9186 * config/s390/s390.md (UNSPECV_SPLIT_STACK_DATA): Remove.
9187 ("split_stack_data", "split_stack_call")
9188 ("split_stack_call_<mode>", "split_stack_cond_call")
9189 ("split_stack_cond_call_<mode>"): Remove.
9190 ("@split_stack_call<mode>", "@split_stack_cond_call<mode>"): New
9191 insn definition.
9192 * config/s390/s390.c (s390_output_split_stack_data): New function.
9193 (s390_expand_split_stack_prologue): Use the merged expander.
9194
9195 2019-10-09 Martin Sebor <msebor@redhat.com>
9196
9197 PR tree-optimization/90879
9198 * builtins.c (check_access): Avoid using maxbound when null.
9199 * calls.c (maybe_warn_nonstring_arg): Adjust to get_range_strlen change.
9200 * doc/invoke.texi (-Wstring-compare): Document new warning option.
9201 * gimple-fold.c (get_range_strlen_tree): Make setting maxbound
9202 conditional.
9203 (get_range_strlen): Overwrite initial maxbound when non-null.
9204 * gimple-ssa-sprintf.c (get_string_length): Adjust to get_range_strlen
9205 changes.
9206 * tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Same.
9207 (used_only_for_zero_equality): New function.
9208 (handle_builtin_memcmp): Call it.
9209 (determine_min_objsize): Return an integer instead of tree.
9210 (get_len_or_size, strxcmp_eqz_result): New functions.
9211 (maybe_warn_pointless_strcmp): New function.
9212 (handle_builtin_string_cmp): Call it. Fold zero-equality of strcmp
9213 between a longer string and a smaller array.
9214 (get_range_strlen_dynamic): Overwrite initial maxbound when non-null.
9215
9216 2019-10-09 Iain Sandoe <iain@sandoe.co.uk>
9217
9218 * config/darwin.c (darwin_override_options): Make the check for
9219 Objective-C ABI version more specific for 64bit code.
9220
9221 2019-10-09 Iain Sandoe <iain@sandoe.co.uk>
9222
9223 * config/darwin.c (machopic_indirect_data_reference): Set flag to
9224 indicate that the new symbol is an indirection.
9225 (machopic_indirect_call_target): Likewise.
9226 * config/darwin.h (MACHO_SYMBOL_FLAG_INDIRECTION): New.
9227 (MACHO_SYMBOL_INDIRECTION_P): New.
9228 (MACHO_SYMBOL_FLAG_STATIC): Adjust bit number.
9229
9230 2019-10-08 Jason Merrill <jason@redhat.com>
9231
9232 * doc/invoke.texi: Document -fconcepts-ts.
9233
9234 2019-10-09 Richard Biener <rguenther@suse.de>
9235
9236 * tree-vect-loop.c (vect_is_simple_reduction): Simplify and
9237 allow stmts other than GIMPLE_ASSIGN in nested cycles.
9238
9239 2019-10-08 Richard Biener <rguenther@suse.de>
9240
9241 * tree-vectorizer.h (_stmt_vec_info::reduc_vectype_in): New.
9242 (_stmt_vec_info::force_single_cycle): Likewise.
9243 (STMT_VINFO_FORCE_SINGLE_CYCLE): New.
9244 (STMT_VINFO_REDUC_VECTYPE_IN): Likewise.
9245 * tree-vect-loop.c (vectorizable_reduction): Set
9246 STMT_VINFO_REDUC_VECTYPE_IN and STMT_VINFO_FORCE_SINGLE_CYCLE.
9247 (vect_transform_reduction): Use them to remove redundant code.
9248 (vect_transform_cycle_phi): Likewise.
9249
9250 2019-10-08 Dmitrij Pochepko <dmitrij.pochepko@bell-sw.com>
9251
9252 PR tree-optimization/90836
9253 * match.pd (popcount): New pattern.
9254
9255 2019-10-08 Martin Sebor <msebor@redhat.com>
9256
9257 PR middle-end/92026
9258 PR middle-end/92014
9259 * tree-ssa-strlen.c (count_nonzero_bytes): Avoid recursing for MEM_REF
9260 again once nbytes has been set. Set the access size when not yet set.
9261
9262 2019-10-08 Iain Sandoe <iain@sandoe.co.uk>
9263
9264 * config/darwin.c (machopic_select_section): Remove dead code for
9265 old Objective-C section selection method, replace with unreachable.
9266
9267 2019-10-08 Iain Sandoe <iain@sandoe.co.uk>
9268
9269 * config/darwin.c (machopic_indirect_data_reference): Check for
9270 required indirections before making direct access to defined
9271 values.
9272 (machopic_output_indirection): Place the indirected pointes for
9273 required indirections into the non-lazy symbol pointers section.
9274 (darwin_encode_section_info):
9275 * config/darwin.h (MACHO_SYMBOL_FLAG_MUST_INDIRECT): New.
9276 (MACHO_SYMBOL_MUST_INDIRECT_P): New.
9277
9278 2019-10-08 Uroš Bizjak <ubizjak@gmail.com>
9279
9280 PR target/91994
9281 * config/i386/i386.c (x86_avx_u128_mode_needed): Use SSE_REG
9282 instead of ALL_SSE_REG to check if function call preserves some
9283 256-bit SSE registers.
9284
9285 2019-10-08 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
9286
9287 * config.gcc: Move -L usage from LINK_OS_EXTRA_SPEC32 and
9288 LINK_OS_EXTRA_SPEC64 to MD_STARTFILE_PREFIX and
9289 MD_STARTFILE_PREFIX_1 when using --with-advance-toolchain.
9290
9291 2019-10-08 Richard Biener <rguenther@suse.de>
9292
9293 * tree-vectorizer.h (_stmt_vec_info::v_reduc_type): Remove.
9294 (_stmt_vec_info::is_reduc_info): Add.
9295 (STMT_VINFO_VEC_REDUCTION_TYPE): Remove.
9296 (vectorizable_condition): Remove.
9297 (vectorizable_shift): Likewise.
9298 (vectorizable_reduction): Adjust.
9299 (info_for_reduction): New.
9300 * tree-vect-loop.c (vect_force_simple_reduction): Fold into...
9301 (vect_analyze_scalar_cycles_1): ... here.
9302 (vect_analyze_loop_operations): Adjust.
9303 (needs_fold_left_reduction_p): Simplify for single caller.
9304 (vect_is_simple_reduction): Likewise. Remove stmt restriction
9305 for nested cycles not part of double reductions.
9306 (vect_model_reduction_cost): Pass in the reduction type.
9307 (info_for_reduction): New function.
9308 (vect_create_epilog_for_reduction): Use it, access reduction
9309 meta off the stmt info it returns. Use STMT_VINFO_REDUC_TYPE
9310 instead of STMT_VINFO_VEC_REDUCTION_TYPE.
9311 (vectorize_fold_left_reduction): Remove pointless assert.
9312 (vectorizable_reduction): Analyze the full reduction when
9313 visiting the outermost PHI. Simplify. Use STMT_VINFO_REDUC_TYPE
9314 instead of STMT_VINFO_VEC_REDUCTION_TYPE. Direct reduction
9315 stmt code-generation to vectorizable_* in most cases. Verify
9316 code-generation only for cases handled by
9317 vect_transform_reductuon.
9318 (vect_transform_reduction): Use info_for_reduction to get at
9319 reduction meta. Simplify.
9320 (vect_transform_cycle_phi): Likewise.
9321 (vectorizable_live_operation): Likewise.
9322 * tree-vect-patterns.c (vect_reassociating_reduction_p): Look
9323 at the PHI node for STMT_VINFO_REDUC_TYPE.
9324 * tree-vect-slp.c (vect_schedule_slp_instance): Remove no
9325 longer necessary code.
9326 * tree-vect-stmts.c (vectorizable_shift): Make static again.
9327 (vectorizable_condition): Likewise. Get at reduction related
9328 info via info_for_reduction.
9329 (vect_analyze_stmt): Adjust.
9330 (vect_transform_stmt): Likewise.
9331 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Initialize
9332 STMT_VINFO_REDUC_TYPE instead of STMT_VINFO_VEC_REDUCTION_TYPE.
9333
9334 2019-10-08 Joseph Myers <joseph@codesourcery.com>
9335
9336 * doc/invoke.texi (-ffp-int-builtin-inexact): Document
9337 -fno-fp-int-builtin-inexact default for C2X.
9338
9339 2019-10-07 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
9340 Richard Biener <rguenther@suse.de>
9341
9342 PR tree-optimization/91532
9343 * tree-if-conv.c: Include tree-ssa-dse.h.
9344 (ifcvt_local_dce): Change param from bb to loop,
9345 and call dse_classify_store.
9346 (tree_if_conversion): Pass loop instead of loop->header as arg
9347 to ifcvt_local_dce.
9348 * tree-ssa-dse.c: Include tree-ssa-dse.h.
9349 (delete_dead_or_redundant_assignment): Remove static qualifier from
9350 declaration, and add prototype in tree-ssa-dse.h.
9351 (dse_store_status): Move to tree-ssa-dse.h.
9352 (dse_classify_store): Remove static qualifier and add new tree param
9353 stop_at_vuse, and add prototype in tree-ssa-dse.h.
9354 * tree-ssa-dse.h: New header.
9355
9356 2019-10-07 Iain Sandoe <iain@sandoe.co.uk>
9357
9358 * config/darwin.c (machopic_output_indirection): Don't put
9359 hidden symbol indirections into the .data section, use the
9360 non-lazy symbol pointers section as normal.
9361 (darwin_encode_section_info): Record if a symbol is hidden.
9362 * config/darwin.h (MACHO_SYMBOL_FLAG_HIDDEN_VIS): New.
9363 (MACHO_SYMBOL_HIDDEN_VIS_P): New.
9364
9365 2019-10-07 Iain Sandoe <iain@sandoe.co.uk>
9366
9367 * config/darwin.c (machopic_symbol_defined_p): Use symbol flag
9368 predicates instead of accessing bits directly.
9369 (machopic_indirect_call_target): Likewise.
9370 (machopic_output_indirection): Likewise.
9371 (darwin_encode_section_info): Improve description. Use renamed
9372 symbol flags. Use predicate macros for variables and functions.
9373 * config/darwin.h:
9374 Rename MACHO_SYMBOL_VARIABLE to MACHO_SYMBOL_FLAG_VARIABLE.
9375 Rename MACHO_SYMBOL_DEFINED to MACHO_SYMBOL_FLAG_DEFINED.
9376 Rename MACHO_SYMBOL_STATIC to MACHO_SYMBOL_FLAG_STATIC.
9377 (MACHO_SYMBOL_VARIABLE_P): New.
9378 (MACHO_SYMBOL_DEFINED_P):New.
9379 (MACHO_SYMBOL_STATIC_P): New.
9380 * config/i386/darwin.h (MACHO_SYMBOL_FLAG_VARIABLE): Delete.
9381 (SYMBOL_FLAG_SUBT_DEP): New.
9382 * config/rs6000/darwin.h (SYMBOL_FLAG_SUBT_DEP): New.
9383
9384 2019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9385
9386 * config/msp430/msp430.c (msp430_file_end): s/msp_/msp430_/
9387 (msp430_expand_epilogue): Likewise.
9388 * config/msp430/predicates.md: Likewise.
9389 * config/msp430/msp430.md: Likewise.
9390 Replace blocks of 8 spaces with tabs.
9391
9392 2019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9393
9394 * config/msp430/msp430-protos.h (msp430_split_addsi): New prototype.
9395 * config/msp430/msp430.c (msp430_split_addsi): New.
9396 * config/msp430/msp430.md: Call msp430_split_addsi () instead of using
9397 a block of C code for splitting addsi.
9398
9399 2019-10-07 Uroš Bizjak <ubizjak@gmail.com>
9400
9401 * config/i386/i386-expand.c (ix86_expand_floorceildf_32,
9402 ix86_expand_rounddf_32): Reorder functions.
9403 * config/i386/i386-protos.h: Update.
9404
9405 2019-10-07 Jozef Lawrynowicz <jozef.l@mittosystems.com>
9406
9407 * config.in: Regenerate.
9408 * config/msp430/constraints.md: Fix docstring for "Ys" constraint.
9409 Add new "Yx" constraint.
9410 * config/msp430/driver-msp430.c (msp430_propagate_region_opt): New spec
9411 function.
9412 * config/msp430/msp430-protos.h (msp430_op_not_in_high_mem): New
9413 prototype.
9414 * config/msp430/msp430.c (msp430_option_override): Allow the lower
9415 code/data region to be selected in the small memory model.
9416 (msp430_section_attr): Don't warn if the "section" and "lower"
9417 attributes are used together.
9418 (msp430_handle_generic_attribute): Likewise.
9419 (msp430_var_in_low_mem): New function.
9420 (TARGET_ENCODE_SECTION_INFO): Define.
9421 (msp430_encode_section_info): New function.
9422 (gen_prefix): Return early in the small memory model.
9423 Require TARGET_USE_LOWER_REGION_PREFIX to be set before adding the
9424 ".lower" prefix if -m{code,data}-region=lower have been passed.
9425 (msp430_output_aligned_decl_common): Emit common symbols when
9426 -mdata-region=lower is passed unless TARGET_USE_LOWER_REGION_PREFIX is
9427 set.
9428 (TARGET_ASM_FILE_END): Define.
9429 (msp430_file_end): New function.
9430 (msp430_do_not_relax_short_jumps): Allow relaxation when
9431 function will be in the lower region.
9432 (msp430_op_not_in_high_mem): New function.
9433 (msp430_print_operand): Check "msp430_op_not_in_high_mem" for
9434 the 'X' operand selector.
9435 Clarify comment for 'x' operand selector.
9436 * config/msp430/msp430.h (LINK_SPEC): Propagate
9437 -m{code,data}-region to the linker via spec function
9438 msp430_propagate_region_opt.
9439 (msp430_propagate_region_opt): New prototype.
9440 (EXTRA_SPEC_FUNCTIONS): Add msp430_propagate_region_opt.
9441 (SYMBOL_FLAG_LOW_MEM): Define.
9442 * config/msp430/msp430.md (addsipsi3): Add missing "%X" operand
9443 selector.
9444 (zero_extendqihi2): Fix operand number used by "%X" selector.
9445 (zero_extendqisi2): Likewise.
9446 (zero_extendhisi2): Likewise.
9447 (movqi): Use "Yx" constraint in place of "%X" operand selector.
9448 (movhi): Likewise.
9449 (addqi3): Likewise.
9450 (addhi3): Likewise.
9451 (addsi3): Likewise.
9452 (addhi3_cy): Likewise.
9453 (addchi4_cy): Likewise.
9454 (subqi3): Likewise.
9455 (subhi3): Likewise.
9456 (subsi3): Likewise.
9457 (bic<mode>3): Likewise.
9458 (and<mode>3): Likewise.
9459 (ior<mode>3): Likewise.
9460 (xor<mode>3): Likewise.
9461 (slli_1): Add missing "%X" operand selector.
9462 (slll_1): Likewise.
9463 (slll_2): Likewise.
9464 (srai_1): Likewise.
9465 (sral_1): Likewise.
9466 (sral_2): Likewise.
9467 (srli_1): Likewise.
9468 (srll_1): Likewise.
9469 (cbranchqi4_real): Use "Yx" constraint in place of "%X" operand
9470 selector.
9471 (cbranchhi4_real): Likewise.
9472 (cbranchqi4_reversed): Likewise.
9473 (cbranchhi4_reversed): Likewise.
9474 (*bitbranch<mode>4): Likewise.
9475 (*bitbranch<mode>4_z): Remove unnecessary "%x" operand selector.
9476 * config/msp430/msp430.opt (mcode-region=): Set default to
9477 MSP430_REGION_LOWER. Improve docstring.
9478 (mdata-region=): Likewise.
9479 (muse-lower-region-prefix): New option.
9480 * config/msp430/t-msp430 (MULTILIB_OPTIONS): Add
9481 mdata-region=none multilib.
9482 (MULTILIB_MATCHES): Set mdata-region={upper,either} to match
9483 mdata-region=none multilib.
9484 MULTILIB_EXCEPTIONS: Remove.
9485 MULTILIB_REQUIRED: Define.
9486 * configure: Regenerate.
9487 * configure.ac: Define HAVE_AS_GNU_ATTRIBUTE and
9488 HAVE_AS_MSPABI_ATTRIBUTE if GAS version >= 2.33.50.
9489 * doc/extend.texi: Clarify comment for {upper,lower,either}
9490 function attributes.
9491 Add separate description for "lower" variable attribute.
9492
9493 2019-10-07 Ilya Leoshkevich <iii@linux.ibm.com>
9494
9495 PR target/77918
9496 * optabs-tree.c (vcond_icode_p): New function.
9497 (vcond_eq_icode_p): Likewise.
9498 (expand_vec_cond_expr_p): Use vcond_icode_p and
9499 vcond_eq_icode_p.
9500 * optabs.c (can_vcond_compare_p): New function.
9501 * optabs.h (can_vcond_compare_p): Likewise.
9502
9503 2019-10-07 Ilya Leoshkevich <iii@linux.ibm.com>
9504
9505 PR target/77918
9506 * gimple-expr.c (gimple_cond_get_ops_from_tree): Assert that the
9507 caller passes a non-trapping condition.
9508 (is_gimple_condexpr): Allow trapping conditions.
9509 (is_gimple_condexpr_1): New helper function.
9510 (is_gimple_condexpr_for_cond): New function, acts like old
9511 is_gimple_condexpr.
9512 * gimple-expr.h (is_gimple_condexpr_for_cond): New function.
9513 * gimple.c (gimple_could_trap_p_1): Handle COND_EXPR and
9514 VEC_COND_EXPR. Fix an issue with statements like i = (fp < 1.).
9515 * gimplify.c (gimplify_cond_expr): Use
9516 is_gimple_condexpr_for_cond.
9517 (gimplify_expr): Allow is_gimple_condexpr_for_cond.
9518 * tree-eh.c (operation_could_trap_p): Assert on COND_EXPR and
9519 VEC_COND_EXPR.
9520 (tree_could_trap_p): Handle COND_EXPR and VEC_COND_EXPR.
9521 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Use
9522 is_gimple_condexpr_for_cond, remove pointless tmp check
9523 (forward_propagate_into_cond): Remove pointless tmp check.
9524
9525 2019-10-07 Vladislav Ivanishin <vlad@ispras.ru>
9526
9527 * gimple-iterator.h (gsi_next_nonvirtual_phi): Change the semantics to
9528 match that of other gsi_next_* functions. Adjust the comment.
9529 (gsi_start_nonvirtual_phis): New function.
9530 * ipa-icf.c (sem_function::compare_phi_node): Update uses of
9531 gsi_next_nonvirtual_phi accordingly. (No functional change.)
9532
9533 2019-10-07 Vladislav Ivanishin <vlad@ispras.ru>
9534
9535 * doc/invoke.texi (-Wuninitialized): Don't mention the clobbered by
9536 setjmp situation here. Fix a verb's ending: "the exact variables or
9537 elements for which there are warnings depends" -> "... depend".
9538
9539 2019-10-07 Aldy Hernandez <aldyh@redhat.com>
9540
9541 * ipa-prop.c (ipa_vr::nonzero_p): Add TYPE_UNSIGNED check.
9542
9543 2019-10-07 Aldy Hernandez <aldyh@redhat.com>
9544
9545 * ipa-prop.c (ipa_vr::nonzero_p): New.
9546 (ipcp_update_vr): Use nonzero_p instead of open-coding check for
9547 non-zero range.
9548 * ipa-prop.h (class ipa_vr): Add nonzero_p.
9549 * tree-vrp.c (range_has_numeric_bounds_p): New.
9550 (range_int_cst_p): Use range_has_numeric_bounds_p.
9551 (get_range_op_handler): New.
9552 (supported_types_p): New.
9553 (defined_ranges_p): New.
9554 (drop_undefines_to_varying): New.
9555 (range_fold_binary_symbolics_p): New.
9556 (range_fold_unary_symbolics_p): New.
9557 (range_fold_unary_expr): Extract out into above functions.
9558 (range_fold_binary_expr): Same.
9559 (value_range_base::normalize_addresses): New.
9560 (value_range_base::normalize_symbolics): Normalize addresses.
9561 * tree-vrp.h (class value_range_base): Add normalize_addresses.
9562
9563 2019-10-07 Aldy Hernandez <aldyh@redhat.com>
9564
9565 * tree-vrp.c (value_range_base::singleton_p): Use
9566 value_range_base::num_pairs instead of vrp_val_is* to check
9567 if a range has one sub-range.
9568
9569 2019-10-07 Richard Sandiford <richard.sandiford@arm.com>
9570
9571 * ira-lives.c (check_and_make_def_conflict): Handle cases in which
9572 DEF is not a true earlyclobber but is tied to a specific input
9573 operand, and so is effectively earlyclobber wrt inputs that have
9574 different values.
9575 (make_early_clobber_and_input_conflicts): Pass this case to the above.
9576
9577 2019-10-07 Richard Sandiford <richard.sandiford@arm.com>
9578
9579 * machmode.h (opt_mode): Mark constructors with CONSTEXPR.
9580 (pod_mode): Mark operators likewise.
9581 (scalar_int_mode): Mark non-default constructors and
9582 operators with CONSTEXPR.
9583 (scalar_float_mode, scalar_mode, complex_mode): Likewise.
9584 (fixed_size_mode): Likewise.
9585
9586 2019-10-07 Richard Sandiford <richard.sandiford@arm.com>
9587
9588 PR target/91994
9589 * config/i386/sse.md (avx_vzeroupper): Turn into a define_expand
9590 and wrap the unspec_volatile in a parallel.
9591 (*avx_vzeroupper): New define_insn. Use a match_parallel around
9592 the unspec_volatile.
9593 * config/i386/predicates.md (vzeroupper_pattern): Expect the
9594 unspec_volatile to be wrapped in a parallel.
9595 * config/i386/i386-features.c (ix86_add_reg_usage_to_vzeroupper)
9596 (ix86_add_reg_usage_to_vzerouppers): New functions.
9597 (rest_of_handle_insert_vzeroupper): Use them to add register
9598 usage information to the vzeroupper instructions.
9599
9600 2019-10-07 Richard Biener <rguenther@suse.de>
9601
9602 PR tree-optimization/91975
9603 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Consistently
9604 handle invariants.
9605
9606 2019-10-06 Richard Sandiford <richard.sandiford@arm.com>
9607
9608 * var-tracking.c (dataflow_set_clear_at_call): Hoist temporary
9609 function result outside of EXECUTE_IF_SET_IN_HARD_REG_SET.
9610
9611 2019-10-06 Iain Sandoe <iain@sandoe.co.uk>
9612
9613 * config/darwin.c (darwin_override_options): Adjust objective-c
9614 ABI version error messages to avoid punctuation and contracted
9615 negations.
9616
9617 2019-10-05 Jan Hubicka <hubicka@ucw.cz>
9618
9619 * ipa-inline.c: Fix type; compute size rather than self_size
9620 for size of caller function.
9621
9622 2019-10-05 Iain Sandoe <iain@sandoe.co.uk>
9623
9624 PR target/59888
9625 * config/darwin.c (darwin_rodata_section): Add relocation flag,
9626 choose const_data section for constants with relocations.
9627 (machopic_select_section): Pass relocation flag to
9628 darwin_rodata_section ().
9629
9630 2019-10-05 Jakub Jelinek <jakub@redhat.com>
9631
9632 PR tree-optimization/91734
9633 * generic-match-head.c: Include fold-const-call.h.
9634 * match.pd (sqrt(x) cmp c): Check the boundary value and
9635 in case inexact computation of c*c affects comparison of the boundary,
9636 turn LT_EXPR into LE_EXPR, GE_EXPR into GT_EXPR, LE_EXPR into LT_EXPR
9637 or GT_EXPR into GE_EXPR. Punt for sqrt comparisons against NaN and
9638 for -frounding-math. For c2, try the next smaller or larger floating
9639 point constant depending on comparison code and if it has the same
9640 sqrt as c2, use it instead of c2.
9641
9642 2019-10-04 Martin Sebor <msebor@redhat.com>
9643
9644 PR middle-end/91977
9645 * tree-ssa-strlen.c (count_nonzero_bytes): Handle assignments with
9646 MEM_REF right operand. Avoid failing for MEM_REF assignments from
9647 uninitialized objects.
9648
9649 2019-10-04 Martin Sebor <msebor@redhat.com>
9650
9651 * builtins.c (compute_objsize): Add an argument.
9652 * tree-object-size.c (addr_object_size): Same.
9653 (compute_builtin_object_size): Same.
9654 * tree-object-size.h (compute_builtin_object): Same.
9655
9656 2019-10-04 Jan Hubicka <hubicka@ucw.cz>
9657
9658 * ipa-inline.c (inline_insns_single, inline_insns_auto): Fix typo.
9659
9660 2019-10-04 Rafael Tsuha <rafael.tsuha@usp.br>
9661
9662 * match.pd (sinh (x) / cosh (x)): New simplification rule.
9663
9664 2019-10-04 Martin Jambor <mjambor@suse.cz>
9665
9666 * tree-ssa-forwprop.c (simplify_builtin_call): Set gimple call
9667 fntype when switching to calling memcpy instead of memset.
9668
9669 2019-10-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
9670
9671 * hash-table.h (hash_table::empty_slow): Don't assign
9672 size_t values to int variables.
9673
9674 2019-10-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
9675
9676 * expr.c (convert_mode_scalar): Remove shadowing local var.
9677 (emit_block_move): Rename local vars.
9678 (block_move_libcall_safe_for_call_parm): Remove shadowing local var.
9679 (emit_push_insn): Rename local vars.
9680 (expand_assignment): Fix wrong mode in assign_stack_temp. Remove
9681 shadowing local vars.
9682 (store_constructor): Remove shadowing local vars. Rename local var.
9683 (store_field, expand_cond_expr_using_cmove,
9684 expand_expr_real_2): Remove shadowing local vars.
9685 (expand_expr_real_1,
9686 do_store_flag): Remove shadowing local vars. Rename local vars.
9687
9688 2019-10-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
9689
9690 * cgraph.h (FOR_EACH_ALIAS): Avoid shadowing the loop variable.
9691
9692 2019-10-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
9693
9694 * genmatch.c (commutate): Rename local var.
9695 (lower_cond): Reuse local var.
9696 (dt_node::gen, dt_node::gen_kids, dt_node::gen_kids_1,
9697 dt_operand::gen, dt_operand::gen_gimple_expr,
9698 dt_simplify::gen): Add a param. Rename generated vars.
9699 (decision_tree::insert_operand,
9700 (capture_info::walk_match, capture_info::walk_result,
9701 capture_info::walk_c_expr): Rename local vars.
9702 (expr::gen_transform): Rename generated vars.
9703 Use snprintf. Rename local vars.
9704 (capture::gen_transform, dt_operand::get_name,
9705 dt_operand::gen_opname): Rename generated vars.
9706 (write_predicate): Adjust call to gen_kids.
9707 (parser::get_internal_capture_id): Rename generated vars.
9708 (parser::parse_expr): Rename local vars.
9709 (parser::parse_if): Remove local var.
9710 (parser::parse_pattern, add_operator): Rename local vars.
9711
9712 2019-10-04 Joseph Myers <joseph@codesourcery.com>
9713
9714 * builtins.def (DEF_C2X_BUILTIN): New macro.
9715 (exp10, exp10f, exp10l, fabsd32, fabsd64, fabsd128, nand32)
9716 (nand64, nand128, roundeven, roundevenf, roundevenl, strdup)
9717 (strndup): Use DEF_C2X_BUILTIN.
9718 * coretypes.h (enum function_class): Add function_c2x_misc.
9719
9720 2019-10-04 Maya Rashish <coypu@sdf.org>
9721
9722 * ira-color.c (update_costs_from_allocno): Call
9723 ira_init_register_move_cost_if_necessary.
9724
9725 2019-10-04 Jeff Law <law@redhat.com>
9726
9727 * config/h8300/h8300.md (cpymemsi): Disable.
9728 (movmd, movmd_internal_<mode>, movstr, movsd):
9729 (movstr, movsd, stpcpy_internal_<mode>: Likewise.
9730 (movmd splitter, movsd splitter): Likewise.
9731
9732 * range-op.cc (range_tests): Avoid two tests when ints and
9733 shorts are the same size.
9734
9735 2019-10-04 Richard Biener <rguenther@suse.de>
9736
9737 PR lto/91968
9738 * tree.c (find_decls_types_r): Do not remove LABEL_DECLs from
9739 BLOCK_VARS.
9740
9741 2019-10-04 Richard Biener <rguenther@suse.de>
9742
9743 PR tree-optimization/91982
9744 * tree-vect-loop.c (vectorizable_live_operation): Also guard
9745 against EXTRACT_LAST_REDUCTION.
9746 * tree-vect-stmts.c (vect_transform_stmt): Likewise.
9747
9748 2019-10-04 Aldy Hernandez <aldyh@redhat.com>
9749
9750 * range-op.o (value_range_from_overflowed_bounds): Rename from
9751 adjust_overflow_bound.
9752 (value_range_with_overflow): Rename from
9753 create_range_with_overflow.
9754 (create_possibly_reversed_range): Adjusted for above renames.
9755 (operator_*::wi_fold): Same.
9756 (cross_product_operator::wi_cross_productor): Same.
9757
9758 2019-10-04 Bernd Edlinger <bernd.edlinger@hotmail.de>
9759
9760 * doc/invoke.texi (-Wshadow=global, -Wshadow=local,
9761 -Wshadow=compatible-local): Fix description.
9762 Add an example where -Wshadow=compatible-local does not
9763 warn.
9764
9765 2019-10-03 John David Anglin <danglin@gcc.gnu.org>
9766
9767 * config/pa/pa.h (MAX_PCREL17F_OFFSET): Adjust.
9768
9769 * config/pa/pa.c (pa_output_call): Remove 64-bit sibcall sequence.
9770 (pa_attr_length_call): Adjust length for 64-bit plabel sequence.
9771
9772 2019-10-03 Aaron Sawdey <acsawdey@linux.ibm.com>
9773
9774 * expr.c (emit_block_move_hints): Slightly cleaner fix to
9775 can_move_by_pieces issue.
9776
9777 2019-10-03 Iain Sandoe <iain@sandoe.co.uk>
9778
9779 PR target/87243
9780 * config/darwin-driver.c (maybe_get_sysroot_from_sdkroot): New.
9781 (darwin_driver_init): Use the sysroot provided by SDKROOT when that
9782 is available and the user has not set one on the command line.
9783
9784 2019-10-03 Dragan Mladjenovic <dmladjenovic@wavecomp.com>
9785
9786 PR target/91769
9787 * config/mips/mips.c (mips_split_move): Use reg_overlap_mentioned_p
9788 instead of REGNO equality check on addr.reg.
9789
9790 2019-10-03 Jan Hubicka <hubicka@ucw.cz>
9791
9792 * params.def (PARAM_INLINE_HEURISTICS_HINT_PERCENT,
9793 PARAM_INLINE_HEURISTICS_HINT_PERCENT_O2): New.
9794 * doc/invoke.texi (inline-heuristics-hint-percent,
9795 inline-heuristics-hint-percent-O2): Document.
9796 * tree-inline.c (inline_insns_single, inline_insns_auto): Add new
9797 hint attribute.
9798 (can_inline_edge_by_limits_p): Use it.
9799
9800 2019-10-03 Richard Sandiford <richard.sandiford@arm.com>
9801
9802 * config/arm/arm.c (arm_print_value): Use real_to_decimal
9803 to print CONST_DOUBLEs.
9804
9805 2019-10-03 Andrea Corallo <andrea.corallo@arm.com>
9806
9807 * ipa-cp.c (ipa_cp_c_finalize): Release ipcp_transformation_sum.
9808 * ipa-prop.c (ipcp_free_transformation_sum): New function.
9809 * ipa-prop.h (ipcp_free_transformation_sum): Add declaration.
9810
9811 2019-10-03 Aldy Hernandez <aldyh@redhat.com>
9812
9813 * Makefile.in (OBJS): Add range.o and range-op.o.
9814 Remove wide-int-range.o.
9815 * function-tests.c (test_ranges): New.
9816 (function_tests_c_tests): Call test_ranges.
9817 * ipa-cp.c (ipa_vr_operation_and_type_effects): Call
9818 range_fold_unary_expr instead of extract_range_from_unary_expr.
9819 * ipa-prop.c (ipa_compute_jump_functions_for_edge): Same.
9820 * range-op.cc: New file.
9821 * range-op.h: New file.
9822 * range.cc: New file.
9823 * range.h: New file.
9824 * selftest.h (range_tests): New prototype.
9825 * ssa.h: Include range.h.
9826 * tree-vrp.c (value_range_base::value_range_base): New
9827 constructors.
9828 (value_range_base::singleton_p): Do not call
9829 ranges_from_anti_range until sure we will need to.
9830 (value_range_base::type): Rename gcc_assert to
9831 gcc_checking_assert.
9832 (vrp_val_is_max): New argument.
9833 (vrp_val_is_min): Same.
9834 (wide_int_range_set_zero_nonzero_bits): Move from
9835 wide-int-range.cc.
9836 (extract_range_into_wide_ints): Remove.
9837 (extract_range_from_multiplicative_op): Remove.
9838 (extract_range_from_pointer_plus_expr): Abstract POINTER_PLUS code
9839 from extract_range_from_binary_expr.
9840 (extract_range_from_plus_minus_expr): Abstract PLUS/MINUS code
9841 from extract_range_from_binary_expr.
9842 (extract_range_from_binary_expr): Remove.
9843 (normalize_for_range_ops): New.
9844 (range_fold_binary_expr): New.
9845 (range_fold_unary_expr): New.
9846 (value_range_base::num_pairs): New.
9847 (value_range_base::lower_bound): New.
9848 (value_range_base::upper_bound): New.
9849 (value_range_base::upper_bound): New.
9850 (value_range_base::contains_p): New.
9851 (value_range_base::invert): New.
9852 (value_range_base::union_): New.
9853 (value_range_base::intersect): New.
9854 (range_compatible_p): New.
9855 (value_range_base::operator==): New.
9856 (determine_value_range_1): Call range_fold_*expr instead of
9857 extract_range_from_*expr.
9858 * tree-vrp.h (class value_range_base): Add new constructors.
9859 Add methods for union_, intersect, operator==, contains_p,
9860 num_pairs, lower_bound, upper_bound, invert.
9861 (vrp_val_is_min): Add handle_pointers argument.
9862 (vrp_val_is_max): Same.
9863 (extract_range_from_unary_expr): Remove.
9864 (extract_range_from_binary_expr): Remove.
9865 (range_fold_unary_expr): New.
9866 (range_fold_binary_expr): New.
9867 * vr-values.c (vr_values::extract_range_from_binary_expr): Call
9868 range_fold_binary_expr instead of extract_range_from_binary_expr.
9869 (vr_values::extract_range_basic): Same.
9870 (vr_values::extract_range_from_unary_expr): Call
9871 range_fold_unary_expr instead of extract_range_from_unary_expr.
9872 * wide-int-range.cc: Remove.
9873 * wide-int-range.h: Remove.
9874
9875 2019-10-02 Michael Meissner <meissner@linux.ibm.com>
9876
9877 * config/rs6000/rs6000.c (mem_operand_gpr): Use
9878 SIGNED_16BIT_OFFSET_EXTRA_P macro.
9879 (mem_operand_ds_form): Use SIGNED_16BIT_OFFSET_EXTRA_P macro.
9880 (rs6000_mode_dependent_address): Use SIGNED_16BIT_OFFSET_EXTRA_P
9881 macro.
9882
9883 2019-10-02 Joseph Myers <joseph@codesourcery.com>
9884
9885 * ginclude/stdint-gcc.h [__STDC_WANT_IEC_60559_BFP_EXT__]: Change
9886 condition on WIDTH macros to [__STDC_WANT_IEC_60559_BFP_EXT__ ||
9887 (__STDC_VERSION__ && __STDC_VERSION__ > 201710L)].
9888 * glimits.h: Likewise.
9889
9890 2019-10-03 Jakub Jelinek <jakub@redhat.com>
9891
9892 PR rtl-optimization/91976
9893 * expr.c (emit_block_move_hints): Don't call can_move_by_pieces if
9894 size is not CONST_INT_P, set pieces_ok to false in that case. Simplify
9895 CONST_INT_P (size) && pieces_ok to pieces_ok. Formatting fix.
9896
9897 2019-10-02 Martin Sebor <msebor@redhat.com>
9898
9899 PR tree-optimization/80936
9900 * builtins.def (bcmp, bcopy, bzero): Declare nonnull.
9901
9902 2019-10-02 Richard Sandiford <richard.sandiford@arm.com>
9903
9904 * cgraph.c (cgraph_node::rtl_info): Use SET_HARD_REG_SET
9905 instead of reg_class_contents[ALL_REGS].
9906
9907 2019-09-30 Jason Merrill <jason@redhat.com>
9908
9909 Add some hash_map_safe_* functions like vec_safe_*.
9910 * hash-map.h (default_hash_map_size): New variable.
9911 (create_ggc): Use it as default argument.
9912 (hash_map_maybe_create, hash_map_safe_get)
9913 (hash_map_safe_get_or_insert, hash_map_safe_put): New fns.
9914
9915 2019-10-02 Jan Hubicka <hubicka@ucw.cz>
9916
9917 * cif-code.def (MAX_INLINE_INSNS_SINGLE_O2_LIMIT,
9918 MAX_INLINE_INSNS_AUTO_O2_LIMIT): New.
9919 * ipa-inline.c (inline_insns_single, inline_insns_auto): New functions.
9920 (can_inline_edge_by_limits_p): Use it.
9921 (big_speedup_p): Use PARAM_INLINE_MIN_SPEEDUP_O2.
9922 (want_inline_small_function_p): Use O2 bounds.
9923 (edge_badness): LIkewise.
9924 * opts.c (default_options): Add OPT_finline_functions.
9925 * params.def (PARAM_INLINE_MIN_SPEEDUP_O2,
9926 PARAM_MAX_INLINE_INSNS_SINGLE_O2, PARAM_MAX_INLINE_INSNS_AUTO_O2):
9927 New parameters.
9928 * doc/invoke.texi (-finline-functions): Update documentation.
9929 (max-inline-insns-single-O2, max-inline-insns-auto-O2,
9930 inline-min-speedup-O2): Document.
9931 (early-inlining-insns-O2): Simplify docs.
9932
9933 2019-10-02 Alexander Monakov <amonakov@ispras.ru>
9934
9935 PR rtl-optimization/87047
9936 * ifcvt.c (average_cost): New static function. Use it...
9937 (noce_process_if_block): ... here.
9938
9939 2019-10-02 Aaron Sawdey <acsawdey@linux.ibm.com>
9940
9941 * config/rs6000/rs6000-protos.h (expand_block_move): Change prototype.
9942 * config/rs6000/rs6000-string.c (expand_block_move): Add
9943 might_overlap parm.
9944 * config/rs6000/rs6000.md (movmemsi): Add new pattern.
9945 (cpymemsi): Add might_overlap parm to expand_block_move() call.
9946
9947 2019-10-02 Aaron Sawdey <acsawdey@linux.ibm.com>
9948
9949 * builtins.c (expand_builtin_memory_copy_args): Add might_overlap parm.
9950 (expand_builtin_memcpy): Use might_overlap parm.
9951 (expand_builtin_mempcpy_args): Use might_overlap parm.
9952 (expand_builtin_memmove): Call expand_builtin_memory_copy_args.
9953 (expand_builtin_memory_copy_args): Add might_overlap parm.
9954 * expr.c (emit_block_move_via_cpymem): Rename to
9955 emit_block_move_via_pattern, add might_overlap parm, use cpymem
9956 or movmem optab as appropriate.
9957 (emit_block_move_hints): Add might_overlap parm, do the right
9958 thing for might_overlap==true.
9959 * expr.h (emit_block_move_hints): Update prototype.
9960
9961 2019-10-02 Eric Botcazou <ebotcazou@adacore.com>
9962
9963 * tree-eh.h (unsplit_eh_edges): Declare.
9964 * tree-eh.c (maybe_remove_unreachable_handlers): Detect more cases.
9965 (unsplit_eh_edges): New function wrapping unsplit_all_eh.
9966 * gimple-ssa-store-merging.c: Include cfganal.h cfgcleanup.h except.h.
9967 (struct store_immediate_info): Add lp_nr field.
9968 (store_immediate_info::store_immediate_info): Add NR2 parameter and
9969 initialize lp_nr with it.
9970 (struct merged_store_group): Add lp_nr and only_constants fields.
9971 (merged_store_group::merged_store_group): Initialize them.
9972 (merged_store_group::can_be_merged_into): Deal with them.
9973 (pass_store_merging): Rename terminate_and_release_chain into
9974 terminate_and_process_chain.
9975 (pass_store_merging::terminate_and_process_all_chains): Adjust to above
9976 renaming and remove useless assertions.
9977 (pass_store_merging::terminate_all_aliasing_chains): Small tweak.
9978 (stmts_may_clobber_ref_p): Be prepared for different basic blocks.
9979 (imm_store_chain_info::coalesce_immediate_stores): Use only_constants
9980 instead of always recomputing it and compare lp_nr.
9981 (imm_store_chain_info::output_merged_store): If the group is in an
9982 active EH region, register new stores if they can throw. Moreover,
9983 if the insertion has created new basic blocks, adjust the PHI nodes
9984 of the post landing pad.
9985 (imm_store_chain_info::output_merged_stores): If the original stores
9986 are in an active EH region, deregister them.
9987 (lhs_valid_for_store_merging_p): Prettify.
9988 (adjust_bit_pos): New function extracted from...
9989 (mem_valid_for_store_merging): ...here. Use it for the base address
9990 and also for the offset if it is the addition of a constant.
9991 (lp_nr_for_store): New function.
9992 (pass_store_merging::process_store): Change return type to bool.
9993 Call lp_nr_for_store to initialize the store info. Propagate the
9994 return status of various called functions to the return value.
9995 (store_valid_for_store_merging_p): New predicate.
9996 (enum basic_block_status): New enumeration.
9997 (get_status_for_store_merging): New function.
9998 (pass_store_merging::execute): If the function can throw and catch
9999 non-call exceptions, unsplit the EH edges on entry and clean up the
10000 CFG on exit if something changed. Call get_status_for_store_merging
10001 for every basic block and keep the chains open across basic blocks
10002 when possible. Terminate and process open chains at the end, if any.
10003
10004 2019-10-02 Richard Sandiford <richard.sandiford@arm.com>
10005
10006 * reginfo.c (globalize_reg): Fix shadowed variable in
10007 function_abis walk.
10008
10009 2019-10-02 Martin Jambor <mjambor@suse.cz>
10010
10011 * cgraph.c (symbol_table::create_edge): New parameter cloning_p,
10012 do not compute some stuff when set.
10013 (cgraph_node::create_edge): Likewise.
10014 (cgraph_node::create_indirect_edge): Renamed last parameter to
10015 coning_p and flipped its meaning, don't even calculate
10016 inline_failed when set.
10017 * cgraph.h (cgraph_node::create_edge): Add new parameter.
10018 (symbol_table::::create_edge): Likewise.
10019 (cgraph_node::create_indirect_edge): Rename last parameter, flip
10020 the default value.
10021 * cgraphclones.c (cgraph_edge::clone): Pass true cloning_p to all
10022 call graph edge creating functions.
10023
10024 2019-10-01 Jan Hubicka <hubicka@ucw.cz>
10025
10026 PR c++/91222
10027 * ipa-devirt.c (warn_types_mismatch): Fix conditional on anonymous
10028 namespace types.
10029
10030 2019-10-02 Shahab Vahedi <shahab@synopsys.com>
10031
10032 * config/arc/arc.h (ASM_SPEC): Pass -mcode-density.
10033
10034 2019-10-02 Richard Biener <rguenther@suse.de>
10035
10036 * tree-vectorizer.h (vect_transform_reduction): Declare.
10037 * tree-vect-stmts.c (vect_transform_stmt): Use it.
10038 * tree-vect-loop.c (vectorizable_reduction): Split out reduction
10039 stmt transform to ...
10040 (vect_transform_reduction): ... this.
10041
10042 2019-10-02 Tobias Burnus <tobias@codesourcery.com>
10043
10044 * omp-low.c (lower_omp_target): Dereference optional argument
10045 to work with the right pointer.
10046
10047 2019-10-02 Kwok Cheung Yeung <kcy@codesourcery.com>
10048
10049 * langhooks-def.h (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Default to
10050 false.
10051 (LANG_HOOKS_DECLS): Add LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT.
10052 * langhooks.h (omp_is_optional_argument): New hook.
10053 * omp-general.c (omp_is_optional_argument): New.
10054 * omp-general.h (omp_is_optional_argument): New declaration.
10055 * omp-low.c (lower_omp_target): Create temporary for received value
10056 and take the address for new_var if the original variable was a
10057 DECL_BY_REFERENCE. Use size of referenced object when a
10058 pass-by-reference optional argument used as argument to firstprivate.
10059
10060 2019-10-02 Jakub Jelinek <jakub@redhat.com>
10061
10062 PR tree-optimization/91940
10063 * tree-vect-patterns.c: Include tree-vector-builder.h and
10064 vec-perm-indices.h.
10065 (vect_recog_rotate_pattern): Also handle __builtin_bswap16, either by
10066 unpromoting the argument back to uint16_t, or by converting into a
10067 rotate, or into shifts plus ior.
10068
10069 2019-10-02 Richard Biener <rguenther@suse.de>
10070
10071 * tree-vectorizer.h (stmt_vec_info_type::cycle_phi_info_type):
10072 New.
10073 (vect_transform_cycle_phi): Declare.
10074 * tree-vect-stmts.c (vect_transform_stmt): Call
10075 vect_transform_cycle_phi.
10076 * tree-vect-loop.c (vectorizable_reduction): Split out
10077 PHI transformation stage to ...
10078 (vect_transform_cycle_phi): ... here.
10079
10080 2019-10-02 Richard Sandiford <richard.sandiford@arm.com>
10081
10082 PR middle-end/91957
10083 * lra-lives.c (make_hard_regno_dead): Don't record conflicts for
10084 eliminable registers.
10085 (make_hard_regno_live): Likewise, and don't make them live.
10086
10087 2019-10-01 David Malcolm <dmalcolm@redhat.com>
10088
10089 * diagnostic-show-locus.c (layout::print_gap_in_line_numbering):
10090 Call pp_emit_prefix.
10091 (layout::print_source_line): Likewise.
10092 (layout::start_annotation_line): Likewise.
10093 (diagnostic_show_locus): Remove call to temporarily clear the
10094 prefix.
10095 (selftest::test_one_liner_fixit_remove): Add test coverage for the
10096 interaction of pp_set_prefix with rulers and fix-it hints.
10097 * diagnostic.c (default_diagnostic_finalizer): Temporarily clear
10098 prefix when calling diagnostic_show_locus, rather than destroying
10099 it afterwards.
10100 (print_parseable_fixits): Temporarily clear prefix.
10101 * pretty-print.c (pp_format): Save and restore line_length, rather
10102 than assuming it is zero.
10103 (pp_output_formatted_text): Remove assertion that line_length is
10104 zero.
10105
10106 2019-10-01 Jan Hubicka <hubicka@ucw.cz>
10107
10108 * tree-ssa-alias.c (nonoverlapping_component_refs_since_match_p):
10109 Rename to ...
10110 (nonoverlapping_refs_since_match_p): ... this; handle also
10111 ARRAY_REFs.
10112 (alias_stats): Update stats.
10113 (dump_alias_stats): Likewise.
10114 (cheap_array_ref_low_bound): New function.
10115 (aliasing_matching_component_refs_p): Add partial_overlap
10116 argument;
10117 pass it to nonoverlapping_refs_since_match_p.
10118 (aliasing_component_refs_walk): Update call of
10119 aliasing_matching_component_refs_p
10120 (nonoverlapping_array_refs_p): New function.
10121 (decl_refs_may_alias_p, indirect_ref_may_alias_decl_p,
10122 indirect_refs_may_alias_p): Update calls of
10123 nonoverlapping_refs_since_match_p.
10124
10125 2019-10-01 Maya Rashish <coypu@sdf.org>
10126
10127 PR target/85401
10128 * ira-color.c (allocno_copy_cost_saving): Call
10129 ira_init_register_move_cost_if_necessary.
10130
10131 2019-10-01 Maciej W. Rozycki <macro@wdc.com>
10132
10133 * Makefile.in (gnat_install_lib): New variable.
10134 * configure.ac: Substitute it.
10135 * configure: Regenerate.
10136
10137 2019-10-01 Jan Hubicka <hubicka@ucw.cz>
10138
10139 PR lto/91222
10140 * ipa-devirt.c (warn_types_mismatch): Do not ICE when anonymous type
10141 is matched with non-C++ type
10142
10143 2019-10-01 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
10144
10145 * tree-if-conv.c (tree_if_conversion): Move call to ifcvt_local_dce
10146 after local CSE.
10147
10148 2019-10-01 Jan Hubicka <hubicka@ucw.cz>
10149
10150 * doc/invoke.texi (early-inlining-insns-O2): Document.
10151 (early-inlining-insns): Update.
10152 * params.def (early-inlining-insns-O2): New bound.
10153 (early-inlining-insns): Update docs.
10154 * ipa-inline.c (want_early_inline_function_p): Use new bound.
10155
10156 2019-10-01 Oleg Endo <olegendo@gcc.gnu.org>
10157
10158 PR target/88562
10159 * config/sh/sh.c (sh_extending_set_of_reg::use_as_extended_reg): Use
10160 sh_check_add_incdec_notes to preserve REG_INC notes when replacing
10161 a memory access insn.
10162
10163 2019-10-01 Bill Schmidt <wschmidt@linux.ibm.com>
10164
10165 * config/rs6000/rs6000-p8swap.c (rtx_is_swappable_p): Don't swap
10166 vpmsumd.
10167
10168 2019-10-01 Ilya Leoshkevich <iii@linux.ibm.com>
10169
10170 PR target/77918
10171 * config/s390/s390.c (s390_expand_vec_compare): Use
10172 gen_vec_cmpordered and gen_vec_cmpunordered.
10173 * config/s390/vector.md (vec_cmpuneq, vec_cmpltgt, vec_ordered,
10174 vec_unordered): Delete.
10175 (vec_ordered<mode>): Rename to vec_cmpordered<mode>.
10176 (vec_unordered<mode>): Rename to vec_cmpunordered<mode>.
10177 (VEC_CMP_EXPAND): New iterator for the generic dispatcher.
10178 (vec_cmp<code>): Generic dispatcher.
10179
10180 2019-10-01 Ilya Leoshkevich <iii@linux.ibm.com>
10181
10182 PR target/77918
10183 * config/s390/vector.md (V_HW): Add V1TI in order to make
10184 vcond$a$b generate vcondv1tiv1tf.
10185
10186 2019-10-01 Richard Sandiford <richard.sandiford@arm.com>
10187
10188 PR rtl-optimization/91948
10189 * ira-build.c (ira_create_allocno): Initialize
10190 ALLOCNO_CROSSED_CALLS_ABIS.
10191 * ira-color.c (allocno_reload_assign): Pass hard_regno rather
10192 than regno to ira_need_caller_save_p.
10193
10194 2019-10-01 Alexandre Oliva <oliva@adacore.com>
10195
10196 * config/i386/i386-options.c
10197 (ix86_recompute_optlev_based_flags): New, moved out of...
10198 (ix86_option_override_internal): ... this. Call it.
10199 (ix86_override_options_after_change): Call it here too.
10200
10201 PR debug/91507
10202 * dwarf2out.c (override_type_for_decl_p): New.
10203 (gen_variable_die): Use it.
10204
10205 2019-10-01 Richard Biener <rguenther@suse.de>
10206
10207 * tree-vect-loop.c (vectorizable_reduction): Move variables
10208 to where they are used.
10209
10210 2019-10-01 Segher Boessenkool <segher@kernel.crashing.org>
10211
10212 * regrename.c (hide_operands): Use pc_rtx instead of cc0_rtx.
10213 (build_def_use): Use PC instead of CC0 in a comment.
10214
10215 2019-10-01 Richard Sandiford <richard.sandiford@arm.com>
10216
10217 * rtl.def (CLOBBER_HIGH): Delete.
10218 * doc/rtl.texi (clobber_high): Remove documentation.
10219 * rtl.h (SET_DEST): Remove CLOBBER_HIGH from the list of codes.
10220 (reg_is_clobbered_by_clobber_high): Delete.
10221 (gen_hard_reg_clobber_high): Likewise.
10222 * alias.c (record_set): Remove CLOBBER_HIGH handling.
10223 * cfgexpand.c (expand_gimple_stmt): Likewise.
10224 * combine-stack-adj.c (single_set_for_csa): Likewise.
10225 * combine.c (find_single_use_1, set_nonzero_bits_and_sign_copies)
10226 (can_combine_p, is_parallel_of_n_reg_sets, try_combine)
10227 (record_dead_and_set_regs_1, reg_dead_at_p_1): Likewise.
10228 * cse.c (invalidate_reg): Remove clobber_high parameter.
10229 (invalidate): Update call accordingly.
10230 (canonicalize_insn): Remove CLOBBER_HIGH handling.
10231 (invalidate_from_clobbers, invalidate_from_sets_and_clobbers)
10232 (count_reg_usage, insn_live_p): Likewise.
10233 * cselib.h (cselib_invalidate_rtx): Remove sett argument.
10234 * cselib.c (cselib_invalidate_regno, cselib_invalidate_rtx): Likewise.
10235 (cselib_invalidate_rtx_note_stores): Update call accordingly.
10236 (cselib_expand_value_rtx_1): Remove CLOBBER_HIGH handling.
10237 (cselib_invalidate_regno, cselib_process_insn): Likewise.
10238 * dce.c (deletable_insn_p, mark_nonreg_stores_1): Likewise.
10239 (mark_nonreg_stores_2): Likewise.
10240 * df-scan.c (df_find_hard_reg_defs, df_uses_record): Likewise.
10241 (df_get_call_refs): Likewise.
10242 * dwarf2out.c (mem_loc_descriptor): Likewise.
10243 * emit-rtl.c (verify_rtx_sharing): Likewise.
10244 (copy_insn_1, copy_rtx_if_shared_1): Likewise.
10245 (hard_reg_clobbers_high, gen_hard_reg_clobber_high): Delete.
10246 * genconfig.c (walk_insn_part): Remove CLOBBER_HIGH handling.
10247 * genemit.c (gen_exp, gen_insn): Likewise.
10248 * genrecog.c (validate_pattern, remove_clobbers): Likewise.
10249 * haifa-sched.c (haifa_classify_rtx): Likewise.
10250 * ira-build.c (create_insn_allocnos): Likewise.
10251 * ira-costs.c (scan_one_insn): Likewise.
10252 * ira.c (equiv_init_movable_p, memref_referenced_p): Likewise.
10253 (rtx_moveable_p, interesting_dest_for_shprep): Likewise.
10254 * jump.c (mark_jump_label_1): Likewise.
10255 * lra-int.h (lra_insn_reg::clobber_high): Delete.
10256 * lra-eliminations.c (lra_eliminate_regs_1): Remove CLOBBER_HIGH
10257 handling.
10258 (mark_not_eliminable): Likewise.
10259 * lra-lives.c (process_bb_lives): Likewise.
10260 * lra.c (new_insn_reg): Remove clobber_high parameter.
10261 (collect_non_operand_hard_regs): Likewise. Update call to new
10262 insn_reg. Remove CLOBBER_HIGH handling.
10263 (lra_set_insn_recog_data): Remove CLOBBER_HIGH handling. Update call
10264 to collect_non_operand_hard_regs.
10265 (add_regs_to_insn_regno_info): Remove CLOBBER_HIGH handling.
10266 Update call to new_insn_reg.
10267 (lra_update_insn_regno_info): Remove CLOBBER_HIGH handling.
10268 * postreload.c (reload_cse_simplify, reload_combine_note_use)
10269 (move2add_note_store): Likewise.
10270 * print-rtl.c (print_pattern): Likewise.
10271 * recog.c (store_data_bypass_p_1, store_data_bypass_p): Likewise.
10272 (if_test_bypass_p): Likewise.
10273 * regcprop.c (kill_clobbered_value, kill_set_value): Likewise.
10274 * reginfo.c (reg_scan_mark_refs): Likewise.
10275 * reload1.c (maybe_fix_stack_asms, eliminate_regs_1): Likewise.
10276 (elimination_effects, mark_not_eliminable, scan_paradoxical_subregs)
10277 (forget_old_reloads_1): Likewise.
10278 * reorg.c (find_end_label, try_merge_delay_insns, redundant_insn)
10279 (own_thread_p, fill_simple_delay_slots, fill_slots_from_thread)
10280 (dbr_schedule): Likewise.
10281 * resource.c (update_live_status, mark_referenced_resources)
10282 (mark_set_resources): Likewise.
10283 * rtl.c (copy_rtx): Likewise.
10284 * rtlanal.c (reg_referenced_p, set_of_1, single_set_2, noop_move_p)
10285 (note_pattern_stores): Likewise.
10286 (reg_is_clobbered_by_clobber_high): Delete.
10287 * sched-deps.c (sched_analyze_reg, sched_analyze_insn): Remove
10288 CLOBBER_HIGH handling.
10289
10290 2019-10-01 Richard Sandiford <richard.sandiford@arm.com>
10291
10292 PR target/91452
10293 * config/aarch64/aarch64.h (ARM_PCS_TLSDESC): New arm_pcs.
10294 * config/aarch64/aarch64-protos.h (aarch64_tlsdesc_abi_id): Declare.
10295 * config/aarch64/aarch64.c (aarch64_hard_regno_call_part_clobbered):
10296 Handle ARM_PCS_TLSDESC.
10297 (aarch64_tlsdesc_abi_id): New function.
10298 * config/aarch64/aarch64.md (tlsdesc_small_sve_<mode>): Use a call
10299 rtx instead of a list of clobbers and clobber_highs.
10300 (tlsdesc_small_<mode>): Update accordingly.
10301
10302 2019-10-01 Richard Sandiford <richard.sandiford@arm.com>
10303
10304 * config/aarch64/aarch64-protos.h (aarch64_expand_call): Take an
10305 extra callee_abi argument.
10306 * config/aarch64/aarch64.c (aarch64_expand_call): Likewise.
10307 Insert a CALLEE_ABI unspec into the call pattern as the second
10308 element in the PARALLEL.
10309 (aarch64_simd_call_p): Delete.
10310 (aarch64_insn_callee_abi): Get the arm_pcs of the callee from
10311 the new CALLEE_ABI element of the PARALLEL.
10312 (aarch64_init_cumulative_args): Get the arm_pcs of the callee
10313 from the function type, if given.
10314 (aarch64_function_arg_advance): Handle ARM_PCS_SIMD.
10315 (aarch64_function_arg): Likewise. Return the arm_pcs of the callee
10316 when passed the function_arg_info end marker.
10317 (aarch64_output_mi_thunk): Pass the arm_pcs of the callee as the
10318 final argument of gen_sibcall.
10319 * config/aarch64/aarch64.md (UNSPEC_CALLEE_ABI): New unspec.
10320 (call): Make operand 2 a const_int_operand and pass it to expand_call.
10321 Wrap it in an UNSPEC_CALLEE_ABI unspec for the dummy define_expand
10322 pattern.
10323 (call_value): Likewise operand 3.
10324 (sibcall): Likewise operand 2. Place the unspec before rather than
10325 after the return.
10326 (sibcall_value): Likewise operand 3.
10327 (*call_insn, *call_value_insn): Include an UNSPEC_CALLEE_ABI.
10328 (tlsgd_small_<mode>, *tlsgd_small_<mode>): Likewise.
10329 (*sibcall_insn, *sibcall_value_insn): Likewise. Remove empty
10330 constraint strings.
10331 (untyped_call): Pass const0_rtx as the callee ABI to gen_call.
10332
10333 2019-10-01 Richard Sandiford <richard.sandiford@arm.com>
10334
10335 * regs.h (HARD_REGNO_CALLER_SAVE_MODE): Update call to
10336 choose_hard_reg_mode.
10337 * config/sparc/sparc.h (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
10338
10339 2019-10-01 Segher Boessenkool <segher@kernel.crashing.org>
10340
10341 * doc/md.texi (vec_pack_trunc_@var{m}): Fix typo.
10342 (vec_pack_sfix_trunc_@var{m}, vec_pack_ufix_trunc_@var{m}): Ditto.
10343 (vec_packs_float_@var{m}, vec_packu_float_@var{m}): Ditto.
10344
10345 2019-09-30 David Malcolm <dmalcolm@redhat.com>
10346
10347 * diagnostic-show-locus.c (line_label::line_label): Initialize
10348 m_has_vbar.
10349 (line_label::comparator): Reverse the sort order by m_state_idx,
10350 so that when the list is walked backwards the labels appear in
10351 order of insertion into the rich_location.
10352 (line_label::m_has_vbar): New field.
10353 (layout::print_any_labels): When dealing with multiple labels at
10354 the same line and column, only print vertical bars for the one
10355 with the highest label_line.
10356 (selftest::test_one_liner_labels): Update test for multiple labels
10357 to expect the labels to be in the order of insertion into the
10358 rich_location. Add a test for many such labels, where the column
10359 numbers are out-of-order relative to the insertion order.
10360
10361 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10362
10363 * config/i386/i386.h (ix86_frame::expensive_p): New field.
10364 (ix86_frame::expensive_count): Likewise.
10365 * config/i386/i386.c (ix86_compute_frame_layout): Make the choice
10366 of use_fast_prologue_epilogue robust against incidental changes
10367 in function size.
10368
10369 2019-09-30 Ilya Leoshkevich <iii@linux.ibm.com>
10370
10371 PR target/77918
10372 * config/s390/vector.md (vec_unordered<mode>): Call
10373 gen_vec_ordered<mode>.
10374
10375 2019-09-30 Yuliang Wang <yuliang.wang@arm.com>
10376
10377 * config/aarch64/aarch64-sve.md (sdiv_pow2<mode>3):
10378 New pattern for ASRD.
10379 * config/aarch64/iterators.md (UNSPEC_ASRD): New unspec.
10380 * internal-fn.def (IFN_DIV_POW2): New internal function.
10381 * optabs.def (sdiv_pow2_optab): New optab.
10382 * tree-vect-patterns.c (vect_recog_divmod_pattern):
10383 Modify pattern to support new operation.
10384 * doc/md.texi (sdiv_pow2$var{m3}): Documentation for the above.
10385 * doc/sourcebuild.texi (vect_sdiv_pow2_si):
10386 Document new target selector.
10387
10388 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10389
10390 * config/aarch64/aarch64.c (aarch64_layout_frame): Use crtl->abi
10391 to test whether we're compiling a vector PCS function and to test
10392 whether the function needs to save a particular register.
10393 Remove the vector PCS handling of df_set_regs_ever_live.
10394 (aarch64_components_for_bb): Use crtl->abi to test whether
10395 the function needs to save a particular register.
10396 (aarch64_process_components): Use crtl->abi to test whether
10397 we're compiling a vector PCS function.
10398 (aarch64_expand_prologue, aarch64_expand_epilogue): Likewise.
10399 (aarch64_epilogue_uses): Remove handling of vector PCS functions.
10400
10401 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10402
10403 * config/aarch64/aarch64-protos.h (aarch64_use_simple_return_insn_p):
10404 Delete.
10405 * config/aarch64/aarch64.c (aarch64_components_for_bb): Check
10406 whether the block calls a function that clobbers more registers
10407 than the current function is allowed to.
10408 (aarch64_use_simple_return_insn_p): Delete.
10409 * config/aarch64/aarch64.md (simple_return): Remove condition.
10410
10411 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10412
10413 * function-abi.h (function_abi_aggregator): New class.
10414 * function-abi.cc (function_abi_aggregator::caller_save_regs): New
10415 function.
10416 * ira.c (update_equiv_regs_prescan): New function. Call
10417 set_paradoxical_subreg here rather than...
10418 (update_equiv_regs): ...here.
10419 (ira): Call update_equiv_regs_prescan.
10420
10421 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10422
10423 * hard-reg-set.h (regs_invalidated_by_call): Only define if
10424 IN_TARGET_CODE.
10425 (call_used_or_fixed_regs): Likewise.
10426 (call_used_or_fixed_reg_p): Likewise.
10427 * reginfo.c (regs_invalidated_by_call): New macro.
10428
10429 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10430
10431 * shrink-wrap.c: Include function-abi.h.
10432 (requires_stack_frame_p): Use crtl->abi to test whether the
10433 current function can use a register without saving it first.
10434
10435 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10436
10437 * sel-sched-ir.h (_def::crosses_call): Replace with...
10438 (_def::crossed_call_abis): ..this new field.
10439 (def_list_add): Take a mask of ABIs instead of a crosses_call
10440 boolean.
10441 * sel-sched-ir.c (def_list_add): Likewise. Update initialization
10442 of _def accordingly.
10443 * sel-sched.c: Include function-abi.h.
10444 (hard_regs_data::regs_for_call_clobbered): Delete.
10445 (reg_rename::crosses_call): Replace with...
10446 (reg_rename::crossed_call_abis): ...this new field.
10447 (fur_static_params::crosses_call): Replace with...
10448 (fur_static_params::crossed_call_abis): ...this new field.
10449 (init_regs_for_mode): Don't initialize sel_hrd.regs_for_call_clobbered.
10450 (init_hard_regs_data): Use crtl->abi to test which registers the
10451 current function would need to save before it uses them.
10452 (mark_unavailable_hard_regs): Update handling of call-clobbered
10453 registers, using call_clobbers_in_region to find out which registers
10454 might be call-clobbered (but without taking -fipa-ra into account
10455 for now). Remove separate handling of partially call-clobbered
10456 registers.
10457 (verify_target_availability): Use crossed_call_abis instead of
10458 crosses_call.
10459 (get_spec_check_type_for_insn, find_used_regs): Likewise.
10460 (fur_orig_expr_found, fur_on_enter, fur_orig_expr_not_found): Likewise.
10461
10462 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10463
10464 * sched-deps.c (deps_analyze_insn): Use the ABI of the target
10465 function to test whether a register is fully or partly clobbered.
10466
10467 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10468
10469 * rtlanal.c: Include function-abi.h.
10470 (reg_set_p): Use insn_callee_abi to get the ABI of the called
10471 function and clobbers_reg_p to test whether the register
10472 is call-clobbered.
10473 (find_all_hard_reg_sets): When implicit is true, use insn_callee_abi
10474 to get the ABI of the called function and full_reg_clobbers to
10475 get the set of fully call-clobbered registers. Warn about the
10476 pitfalls of using this mode.
10477
10478 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10479
10480 * reload.c: Include function-abi.h.
10481 (find_equiv_reg): Use clobbers_reg_p to test whether either
10482 of the equivalent registers is clobbered by a call.
10483 * reload1.c: Include function-abi.h.
10484 (reg_reloaded_call_part_clobbered): Delete.
10485 (reload): Use crtl->abi to test which registers would need
10486 saving in the prologue before use.
10487 (find_reg): Likewise.
10488 (emit_reload_insns): Remove code for reg_reloaded_call_part_clobbered.
10489 (reload_as_needed): Likewise. Use full_and_partial_reg_clobbers
10490 instead of call_used_or_fixed_regs | reg_reloaded_call_part_clobbered.
10491
10492 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10493
10494 * regrename.h (du_head::call_clobber_mask): New field.
10495 (du_head::need_caller_save_reg): Replace with...
10496 (du_head::call_abis): ...this new field.
10497 * regrename.c: Include function-abi.h.
10498 (call_clobbered_in_chain_p): New function.
10499 (check_new_reg_p): Use crtl->abi when deciding whether a register
10500 is free for use after RA. Use call_clobbered_in_chain_p to test
10501 whether a candidate register would be clobbered by a call.
10502 (find_rename_reg): Don't add call-clobber conflicts here.
10503 (rename_chains): Check call_abis instead of need_caller_save_reg.
10504 (merge_chains): Update for changes to du_head.
10505 (build_def_use): Use insn_callee_abi to get the ABI of the call insn
10506 target. Record the ABI identifier in call_abis and the set of
10507 fully or partially clobbered registers in call_clobber_mask.
10508 Add fully-clobbered registers to hard_conflicts here rather
10509 than in find_rename_reg.
10510 * config/aarch64/cortex-a57-fma-steering.c: Include function-abi.h.
10511 (rename_single_chain): Check call_abis instead of need_caller_save_reg.
10512 * config/aarch64/falkor-tag-collision-avoidance.c: Include
10513 function-abi.h.
10514 * config/c6x/c6x.c: Likewise.
10515
10516 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10517
10518 * regcprop.c (copyprop_hardreg_forward_1): Use the recorded
10519 mode of the register when deciding whether it is no longer
10520 available after a call.
10521
10522 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10523
10524 * recog.c: Include function-abi.h.
10525 (peep2_find_free_register): Use crtl->abi when deciding whether
10526 a register is free for use after RA.
10527
10528 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10529
10530 * postreload-gcse.c: Include regs.h and function-abi.h.
10531 (record_opr_changes): Use insn_callee_abi to get the ABI of the
10532 call insn target. Conservatively assume that partially-clobbered
10533 registers are altered.
10534
10535 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10536
10537 * postreload.c (reload_combine_recognize_pattern): Use crtl->abi
10538 when deciding whether a register is free for use after RA.
10539 (reload_combine): Remove unnecessary use of fixed_reg_set.
10540 (reload_cse_move2add): Use insn_callee_abi to get the ABI of the
10541 call insn target. Use reg_mode when testing whether a register
10542 is no longer available.
10543
10544 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10545
10546 * target.def (return_call_with_max_clobbers): Delete.
10547 * doc/tm.texi.in (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): Delete.
10548 * doc/tm.texi: Regenerate.
10549 * config/aarch64/aarch64.c (aarch64_return_call_with_max_clobbers)
10550 (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): Delete.
10551 * lra-int.h (lra_reg::actual_call_used_reg_set): Delete.
10552 (lra_reg::call_insn): Delete.
10553 * lra.c: Include function-abi.h.
10554 (initialize_lra_reg_info_element): Don't initialize the fields above.
10555 (lra): Use crtl->abi to test whether the current function needs to
10556 save a register in the prologue. Remove special pre-inheritance
10557 lra_create_live_ranges pass for flag_ipa_ra.
10558 * lra-assigns.c: Include function-abi.h
10559 (find_hard_regno_for_1): Use crtl->abi to test whether the current
10560 function needs to save a register in the prologue.
10561 (lra_assign): Assert that registers aren't allocated to a
10562 conflicting register, rather than checking only for overlaps
10563 with call_used_or_fixed_regs. Do this even for flag_ipa_ra,
10564 and for registers that are not live across a call.
10565 * lra-constraints.c (last_call_for_abi): New variable.
10566 (full_and_partial_call_clobbers): Likewise.
10567 (setup_next_usage_insn): Remove the register from
10568 full_and_partial_call_clobbers.
10569 (need_for_call_save_p): Use call_clobbered_in_region_p to test
10570 whether the register needs a caller save.
10571 (need_for_split_p): Use full_and_partial_reg_clobbers instead
10572 of call_used_or_fixed_regs.
10573 (inherit_in_ebb): Initialize and maintain last_call_for_abi and
10574 full_and_partial_call_clobbers.
10575 * lra-lives.c (check_pseudos_live_through_calls): Replace
10576 last_call_used_reg_set and call_insn arguments with an abi argument.
10577 Remove handling of lra_reg::call_insn. Use function_abi::mode_clobbers
10578 as the set of conflicting registers.
10579 (calls_have_same_clobbers_p): Delete.
10580 (process_bb_lives): Track the ABI of the last call instead of an
10581 insn/HARD_REG_SET pair. Update calls to
10582 check_pseudos_live_through_calls. Use eh_edge_abi to calculate
10583 the set of registers that could be clobbered by an EH edge.
10584 Include partially-clobbered as well as fully-clobbered registers.
10585 (lra_create_live_ranges_1): Don't initialize lra_reg::call_insn.
10586 * lra-remat.c: Include function-abi.h.
10587 (call_used_regs_arr_len, call_used_regs_arr): Delete.
10588 (set_bb_regs): Use insn_callee_abi to get the set of call-clobbered
10589 registers and bitmap_view to combine them into dead_regs.
10590 (call_used_input_regno_present_p): Take a function_abi argument
10591 and use it to test whether a register is call-clobbered.
10592 (calculate_gen_cands): Use insn_callee_abi to get the ABI of the
10593 call insn target. Update tje call to call_used_input_regno_present_p.
10594 (do_remat): Likewise.
10595 (lra_remat): Remove the initialization of call_used_regs_arr_len
10596 and call_used_regs_arr.
10597
10598 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10599
10600 * loop-iv.c: Include regs.h and function-abi.h.
10601 (simplify_using_initial_values): Use insn_callee_abi to get the
10602 ABI of the call insn target. Conservatively assume that
10603 partially-clobbered registers are altered.
10604
10605 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10606
10607 * function-abi.h (call_clobbers_in_region): Declare.
10608 (call_clobbered_in_region_p): New function.
10609 * function-abi.cc (call_clobbers_in_region): Likewise.
10610 * ira-int.h: Include function-abi.h.
10611 (ira_allocno::crossed_calls_abis): New field.
10612 (ALLOCNO_CROSSED_CALLS_ABIS): New macro.
10613 (ira_need_caller_save_regs): New function.
10614 (ira_need_caller_save_p): Likewise.
10615 * ira.c (setup_reg_renumber): Use ira_need_caller_save_p instead
10616 of call_used_or_fixed_regs.
10617 (do_reload): Use crtl->abi to test whether the current function
10618 needs to save a register in the prologue. Count registers that
10619 need to be saved rather than registers that don't.
10620 * ira-build.c (create_cap_allocno): Copy ALLOCNO_CROSSED_CALLS_ABIS.
10621 Remove unnecessary | from ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
10622 (propagate_allocno_info): Merge ALLOCNO_CROSSED_CALLS_ABIS too.
10623 (propagate_some_info_from_allocno): Likewise.
10624 (copy_info_to_removed_store_destinations): Likewise.
10625 (ira_flattening): Say that ALLOCNO_CROSSED_CALLS_ABIS and
10626 ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS are handled conservatively.
10627 (ira_build): Use ira_need_caller_save_regs instead of
10628 call_used_or_fixed_regs.
10629 * ira-color.c (calculate_saved_nregs): Use crtl->abi to test
10630 whether the current function would need to save a register
10631 before using it.
10632 (calculate_spill_cost): Likewise.
10633 (allocno_reload_assign): Use ira_need_caller_save_regs and
10634 ira_need_caller_save_p instead of call_used_or_fixed_regs.
10635 * ira-conflicts.c (ira_build_conflicts): Use
10636 ira_need_caller_save_regs rather than call_used_or_fixed_regs
10637 as the set of call-clobbered registers. Remove the
10638 call_used_or_fixed_regs mask from the calculation of
10639 temp_hard_reg_set and mask its use instead. Remove special
10640 handling of partially-clobbered registers.
10641 * ira-costs.c (ira_tune_allocno_costs): Use ira_need_caller_save_p.
10642 * ira-lives.c (process_bb_node_lives): Use mode_clobbers to
10643 calculate the set of conflicting registers for calls that
10644 can throw. Record the ABIs of calls in ALLOCNO_CROSSED_CALLS_ABIS.
10645 Use full_and_partial_reg_clobbers rather than full_reg_clobbers
10646 for the calculation of ALLOCNO_CROSSED_CALLS_CLOBBERED_REGS.
10647 Use eh_edge_abi to calculate the set of registers that could
10648 be clobbered by an EH edge. Include partially-clobbered as
10649 well as fully-clobbered registers.
10650
10651 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10652
10653 * haifa-sched.c: Include function-abi.h.
10654 (alloc_global_sched_pressure_data): Use crtl->abi to check whether
10655 the function would need to save a register before using it.
10656
10657 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10658
10659 * gcse.c: Include function-abi.h.
10660 (compute_hash_table_work): Use insn_callee_abi to get the ABI of
10661 the call insn target. Invalidate partially call-clobbered
10662 registers as well as fully call-clobbered ones.
10663
10664 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10665
10666 * function.c (aggregate_value_p): Work out which ABI the
10667 function is using before testing which registers are at least
10668 partly preserved by a call.
10669
10670 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10671
10672 * early-remat.c: Include regs.h and function-abi.h.
10673 (early_remat::maybe_add_candidate): Don't check for call-clobbered
10674 registers here.
10675 (early_remat::restrict_remat_for_unavail_regs): New function.
10676 (early_remat::restrict_remat_for_call): Likewise.
10677 (early_remat::process_block): Before calling emit_remat_insns
10678 for a previous call in the block, invalidate any candidates
10679 that would clobber call-preserved registers.
10680 (early_remat::emit_remat_insns_for_block): Likewise for the
10681 final call in a block. Do the same thing for live-in registers
10682 when calling emit_remat_insns at the head of a block.
10683
10684 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10685
10686 * df-scan.c (df_get_entry_block_def_set): Use crtl->abi to test
10687 whether the current function needs to save at least part of a
10688 register before using it.
10689 (df_get_exit_block_use_set): Likewise for epilogue restores.
10690
10691 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10692
10693 * df-problems.c: Include regs.h and function-abi.h.
10694 (df_rd_problem_data): Rename sparse_invalidated_by_call to
10695 sparse_invalidated_by_eh and dense_invalidated_by_call to
10696 dense_invalidated_by_eh.
10697 (df_print_bb_index): Update accordingly.
10698 (df_rd_alloc, df_rd_start_dump, df_rd_confluence_n): Likewise.
10699 (df_lr_confluence_n): Use eh_edge_abi to get the set of registers
10700 that are clobbered by an EH edge. Clobber partially-clobbered
10701 registers as well as fully-clobbered ones.
10702 (df_md_confluence_n): Likewise.
10703 (df_rd_local_compute): Likewise. Update for changes to
10704 df_rd_problem_data.
10705 * df-scan.c (df_scan_start_dump): Use eh_edge_abi to get the set
10706 of registers that are clobbered by an EH edge. Includde partially-
10707 clobbered registers as well as fully-clobbered ones.
10708
10709 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10710
10711 * cselib.c (cselib_process_insn): If we know what mode a
10712 register was set in, check whether it is clobbered in that
10713 mode by a call. Only fall back to reg_raw_mode if that fails.
10714
10715 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10716
10717 * cse.c: Include regs.h and function-abi.h.
10718 (invalidate_for_call): Take the call insn as an argument.
10719 Use insn_callee_abi to get the ABI of the call and invalidate
10720 partially clobbered registers as well as fully clobbered ones.
10721 (cse_insn): Update call accordingly.
10722
10723 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10724
10725 * combine.c: Include function-abi.h.
10726 (record_dead_and_set_regs): Use insn_callee_abi to get the ABI
10727 of the target of call insns. Invalidate partially-clobbered
10728 registers as well as fully-clobbered ones.
10729
10730 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10731
10732 * cfgloopanal.c: Include regs.h and function-abi.h.
10733 (init_set_costs): Use default_function_abi to test whether
10734 a general register is call-clobbered.
10735
10736 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10737
10738 * cfgcleanup.c (old_insns_match_p): Compare the ABIs of calls
10739 instead of the call-clobbered sets.
10740
10741 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10742
10743 * caller-save.c (setup_save_areas): Remove redundant |s of
10744 fixed_reg_set.
10745 (save_call_clobbered_regs): Likewise. Use the call ABI rather
10746 than call_used_or_fixed_regs to decide whether a REG_RETURNED
10747 value is useful.
10748
10749 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10750
10751 * rtl.h (predefined_function_abi): Declare.
10752 (choose_hard_reg_mode): Take a pointer to a predefined_function_abi
10753 instead of a boolean call_save flag.
10754 * config/gcn/gcn.c (gcn_hard_regno_caller_save_mode): Update call
10755 accordingly.
10756 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
10757 * config/ia64/ia64.h (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
10758 * config/mips/mips.c (mips_hard_regno_caller_save_mode): Likewise.
10759 * config/msp430/msp430.h (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
10760 * config/rs6000/rs6000.h (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
10761 * config/sh/sh.c (sh_hard_regno_caller_save_mode): Likewise.
10762 * reginfo.c (init_reg_modes_target): Likewise.
10763 (choose_hard_reg_mode): Take a pointer to a predefined_function_abi
10764 instead of a boolean call_save flag.
10765 * targhooks.c: Include function-abi.h.
10766 (default_dwarf_frame_reg_mode): Update call to choose_hard_reg_mode,
10767 using eh_edge_abi to choose the mode.
10768
10769 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10770
10771 * target.def (hard_regno_call_part_clobbered): Take an ABI
10772 identifier instead of an rtx_insn.
10773 * doc/tm.texi: Regenerate.
10774 * hooks.h (hook_bool_insn_uint_mode_false): Delete.
10775 (hook_bool_uint_uint_mode_false): New function.
10776 * hooks.c (hook_bool_insn_uint_mode_false): Delete.
10777 (hook_bool_uint_uint_mode_false): New function.
10778 * config/aarch64/aarch64.c (aarch64_hard_regno_call_part_clobbered):
10779 Take an ABI identifier instead of an rtx_insn.
10780 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Likewise.
10781 * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): Likewise.
10782 * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Likewise.
10783 * config/pru/pru.c (pru_hard_regno_call_part_clobbered): Likewise.
10784 * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered):
10785 Likewise.
10786 * config/s390/s390.c (s390_hard_regno_call_part_clobbered): Likewise.
10787 * cselib.c: Include function-abi.h.
10788 (cselib_process_insn): Update call to
10789 targetm.hard_regno_call_part_clobbered, using insn_callee_abi
10790 to get the appropriate ABI identifier.
10791 * function-abi.cc (predefined_function_abi::initialize): Update call
10792 to targetm.hard_regno_call_part_clobbered.
10793 * ira-conflicts.c (ira_build_conflicts): Likewise.
10794 * ira-costs.c (ira_tune_allocno_costs): Likewise.
10795 * lra-constraints.c: Include function-abi.h.
10796 (need_for_call_save_p): Update call to
10797 targetm.hard_regno_call_part_clobbered, using insn_callee_abi
10798 to get the appropriate ABI identifier.
10799 * lra-lives.c (check_pseudos_live_through_calls): Likewise.
10800 * regcprop.c (copyprop_hardreg_forward_1): Update call
10801 to targetm.hard_regno_call_part_clobbered.
10802 * reginfo.c (choose_hard_reg_mode): Likewise.
10803 * regrename.c (check_new_reg_p): Likewise.
10804 * reload.c (find_equiv_reg): Likewise.
10805 * reload1.c (emit_reload_insns): Likewise.
10806 * sched-deps.c: Include function-abi.h.
10807 (deps_analyze_insn): Update call to
10808 targetm.hard_regno_call_part_clobbered, using insn_callee_abi
10809 to get the appropriate ABI identifier.
10810 * sel-sched.c (init_regs_for_mode, mark_unavailable_hard_regs): Update
10811 call to targetm.hard_regno_call_part_clobbered.
10812 * targhooks.c (default_dwarf_frame_reg_mode): Likewise.
10813
10814 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10815
10816 * config/i386/i386.c: Include function-abi.h.
10817 (ix86_avx_u128_mode_needed): Treat function calls as AVX_U128_ANY
10818 if they preserve some 256-bit or 512-bit SSE registers.
10819
10820 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10821
10822 * target.def (insn_callee_abi): New hook.
10823 (remove_extra_call_preserved_regs): Delete.
10824 * doc/tm.texi.in (TARGET_INSN_CALLEE_ABI): New macro.
10825 (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): Delete.
10826 * doc/tm.texi: Regenerate.
10827 * targhooks.h (default_remove_extra_call_preserved_regs): Delete.
10828 * targhooks.c (default_remove_extra_call_preserved_regs): Delete.
10829 * config/aarch64/aarch64.c (aarch64_simd_call_p): Constify the
10830 insn argument.
10831 (aarch64_remove_extra_call_preserved_regs): Delete.
10832 (aarch64_insn_callee_abi): New function.
10833 (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): Delete.
10834 (TARGET_INSN_CALLEE_ABI): New macro.
10835 * rtl.h (get_call_fndecl): Declare.
10836 (cgraph_rtl_info): Fix formatting. Tweak comment for
10837 function_used_regs. Remove function_used_regs_valid.
10838 * rtlanal.c (get_call_fndecl): Moved from final.c
10839 * function-abi.h (insn_callee_abi): Declare.
10840 (target_function_abi_info): Mention insn_callee_abi.
10841 * function-abi.cc (fndecl_abi): Handle flag_ipa_ra in a similar
10842 way to get_call_reg_set_usage did.
10843 (insn_callee_abi): New function.
10844 * regs.h (get_call_reg_set_usage): Delete.
10845 * final.c: Include function-abi.h.
10846 (collect_fn_hard_reg_usage): Add fixed and stack registers to
10847 function_used_regs before the main loop rather than afterwards.
10848 Use insn_callee_abi instead of get_call_reg_set_usage. Exit early
10849 if function_used_regs ends up not being useful.
10850 (get_call_fndecl): Move to rtlanal.c
10851 (get_call_cgraph_rtl_info, get_call_reg_set_usage): Delete.
10852 * caller-save.c: Include function-abi.h.
10853 (setup_save_areas, save_call_clobbered_regs): Use insn_callee_abi
10854 instead of get_call_reg_set_usage.
10855 * cfgcleanup.c: Include function-abi.h.
10856 (old_insns_match_p): Use insn_callee_abi instead of
10857 get_call_reg_set_usage.
10858 * cgraph.h (cgraph_node::rtl_info): Take a const_tree instead of
10859 a tree.
10860 * cgraph.c (cgraph_node::rtl_info): Likewise. Initialize
10861 function_used_regs.
10862 * df-scan.c: Include function-abi.h.
10863 (df_get_call_refs): Use insn_callee_abi instead of
10864 get_call_reg_set_usage.
10865 * ira-lives.c: Include function-abi.h.
10866 (process_bb_node_lives): Use insn_callee_abi instead of
10867 get_call_reg_set_usage.
10868 * lra-lives.c: Include function-abi.h.
10869 (process_bb_lives): Use insn_callee_abi instead of
10870 get_call_reg_set_usage.
10871 * postreload.c: Include function-abi.h.
10872 (reload_combine): Use insn_callee_abi instead of
10873 get_call_reg_set_usage.
10874 * regcprop.c: Include function-abi.h.
10875 (copyprop_hardreg_forward_1): Use insn_callee_abi instead of
10876 get_call_reg_set_usage.
10877 * resource.c: Include function-abi.h.
10878 (mark_set_resources, mark_target_live_regs): Use insn_callee_abi
10879 instead of get_call_reg_set_usage.
10880 * var-tracking.c: Include function-abi.h.
10881 (dataflow_set_clear_at_call): Use insn_callee_abi instead of
10882 get_call_reg_set_usage.
10883
10884 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10885
10886 * target.def (fntype_abi): New target hook.
10887 * doc/tm.texi.in (TARGET_FNTYPE_ABI): Likewise.
10888 * doc/tm.texi: Regenerate.
10889 * target.h (predefined_function_abi): Declare.
10890 * function-abi.cc (fntype_abi): Call targetm.calls.fntype_abi,
10891 if defined.
10892 * config/aarch64/aarch64.h (ARM_PCS_SIMD): New arm_pcs value.
10893 * config/aarch64/aarch64.c: Include function-abi.h.
10894 (aarch64_simd_abi, aarch64_fntype_abi): New functions.
10895 (TARGET_FNTYPE_ABI): Define.
10896
10897 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10898
10899 * Makefile.in (OBJS): Add function-abi.o.
10900 (GTFILES): Add function-abi.h.
10901 * function-abi.cc: New file.
10902 * function-abi.h: Likewise.
10903 * emit-rtl.h (rtl_data::abi): New field.
10904 * function.c: Include function-abi.h.
10905 (prepare_function_start): Initialize crtl->abi.
10906 * read-rtl-function.c: Include regs.h and function-abi.h.
10907 (read_rtl_function_body): Initialize crtl->abi.
10908 (read_rtl_function_body_from_file_range): Likewise.
10909 * reginfo.c: Include function-abi.h.
10910 (init_reg_sets_1): Initialize default_function_abi.
10911 (globalize_reg): Call add_full_reg_clobber for each predefined ABI
10912 when making a register global.
10913 * target-globals.h (this_target_function_abi_info): Declare.
10914 (target_globals::function_abi_info): New field.
10915 (restore_target_globals): Copy it.
10916 * target-globals.c: Include function-abi.h.
10917 (default_target_globals): Initialize the function_abi_info field.
10918 (target_globals): Allocate it.
10919 (save_target_globals): Free it.
10920
10921 2019-09-30 Nick Clifton <nickc@redhat.com>
10922
10923 PR target/85978
10924 * config/frv/frv.c (frv_register_move_cost): Add break statements
10925 to avoid falling through to the wrong cases. Tidy code.
10926
10927 2019-09-30 Richard Sandiford <richard.sandiford@arm.com>
10928
10929 * config/aarch64/aarch64.c (aarch64_hard_regno_call_part_clobbered):
10930 For multi-registers modes, test how big each register part is.
10931
10932 2019-09-30 Nick Clifton <nickc@redhat.com>
10933
10934 PR target/59205
10935 * config/iq2000/iq2000.c (iq2000_select_section): Delete.
10936 (TARGET_ASM_SELECT_SECTION): Remove definition.
10937 (TARGET_HAVE_SWITCHABLE_BSS_SECTIONS): Allow definition.
10938
10939 2019-09-30 Ilya Leoshkevich <iii@linux.ibm.com>
10940
10941 * emit-rtl.c (init_raw_REG): New function.
10942 (gen_raw_REG): Use init_raw_REG.
10943 * gengenrtl.c (gendef): Emit init_* functions and alloca_*
10944 macros.
10945 * rtl.c (rtx_alloc_stat_v): Use rtx_init.
10946 * rtl.h (rtx_init): New function.
10947 (rtx_alloca): New function.
10948 (init_raw_REG): New function.
10949 (alloca_raw_REG): New macro.
10950
10951 2019-09-30 Michael Meissner <meissner@linux.ibm.com>
10952
10953 * config/rs6000/predicates.md (pcrel_address): Delete predicate.
10954 (pcrel_local_address): Replace pcrel_address predicate, use the
10955 new function address_to_insn_form.
10956 (pcrel_external_address): Replace with new implementation using
10957 address_to_insn_form..
10958 (prefixed_mem_operand): Delete predicate which is now unused.
10959 (pcrel_external_mem_operand): Delete predicate which is now
10960 unused.
10961 * config/rs6000/rs6000-protos.h (enum insn_form): New
10962 enumeration.
10963 (enum non_prefixed_form): New enumeration.
10964 (address_to_insn_form): New declaration.
10965 (prefixed_load_p): New declaration.
10966 (prefixed_store_p): New declaration.
10967 (prefixed_paddi_p): New declaration.
10968 (rs6000_asm_output_opcode): New declaration.
10969 (rs6000_final_prescan_insn): Move declaration and update calling
10970 signature.
10971 (address_is_prefixed): New helper inline function.
10972 * config/rs6000/rs6000.c(print_operand_address): Check for either
10973 PC-relative local symbols or PC-relative external symbols.
10974 (rs6000_emit_move): Support loading PC-relative addresses.
10975 (mode_supports_prefixed_address_p): Delete, no longer used.
10976 (rs6000_prefixed_address_mode_p): Delete, no longer used.
10977 (address_to_insn_form): New function to decode an address format.
10978 (reg_to_non_prefixed): New function to identify what the
10979 non-prefixed memory instruction format is for a register.
10980 (prefixed_load_p): New function to identify prefixed loads.
10981 (prefixed_store_p): New function to identify prefixed stores.
10982 (prefixed_paddi_p): New function to identify prefixed load
10983 immediates.
10984 (next_insn_prefixed_p): New static state variable.
10985 (rs6000_final_prescan_insn): New function to determine if an insn
10986 uses a prefixed instruction.
10987 (rs6000_asm_output_opcode): New function to emit 'p' in front of a
10988 prefixed instruction.
10989 * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): New target hook.
10990 (ASM_OUTPUT_OPCODE): New target hook.
10991 * config/rs6000/rs6000.md (prefixed): New insn attribute for
10992 prefixed instructions.
10993 (prefixed_length): New insn attribute for the size of prefixed
10994 instructions.
10995 (non_prefixed_length): New insn attribute for the size of
10996 non-prefixed instructions.
10997 (pcrel_local_addr): New insn to load up a local PC-relative
10998 address.
10999 (pcrel_extern_addr): New insn to load up an external PC-relative
11000 address.
11001 (mov<mode>_64bit_dm): Split the alternatives for loading 0.0 to a
11002 GPR and loading a 128-bit floating point type to a GPR.
11003
11004 2019-09-30 Richard Biener <rguenther@suse.de>
11005
11006 * gimple.c (gimple_get_lhs): For PHIs return the result.
11007 * tree-vectorizer.h (vectorizable_live_operation): Also get the
11008 SLP instance as argument.
11009 * tree-vect-loop.c (vect_analyze_loop_operations): Also handle
11010 double-reduction PHIs with vectorizable_lc_phi.
11011 (vect_analyze_loop_operations): Adjust.
11012 (vect_create_epilog_for_reduction): Remove all code not dealing
11013 with reduction LC PHI or epilogue generation.
11014 (vectorizable_live_operation): Call vect_create_epilog_for_reduction
11015 for live stmts of reductions.
11016 * tree-vect-stmts.c (vectorizable_condition): When !for_reduction
11017 do not handle defs that are not vect_internal_def.
11018 (can_vectorize_live_stmts): Adjust.
11019 (vect_analyze_stmt): When the vectorized stmt defined a value
11020 used on backedges adjust the backedge uses of vectorized PHIs.
11021
11022 2019-09-30 Martin Jambor <mjambor@suse.cz>
11023
11024 PR ipa/91853
11025 * tree-inline.c (force_value_to_type): New function.
11026 (setup_one_parameter): Use force_value_to_type to convert type.
11027 * tree-inline.c (force_value_to_type): Declare.
11028 * ipa-param-manipulation.c (ipa_param_adjustments::modify_call): Deal
11029 with register type mismatches.
11030
11031 2019-09-30 Andreas Tobler <andreast@gcc.gnu.org>
11032
11033 * config.gcc: Use the secure-plt on FreeBSD 13 and upwards for
11034 32-bit PowerPC.
11035 Define TARGET_FREEBSD32_SECURE_PLT for 64-bit PowerPC.
11036 * config/rs6000/t-freebsd64: Make use of the above define and build
11037 the 32-bit libraries with secure-plt.
11038
11039 2019-09-30 Jakub Jelinek <jakub@redhat.com>
11040
11041 PR target/91931
11042 * config/i386/i386-expand.c (ix86_expand_adjust_ufix_to_sfix_si): Use
11043 gen_int_mode instead of GEN_INT.
11044
11045 2019-09-29 Iain Sandoe <iain@sandoe.co.uk>
11046
11047 * config/darwin.c (gen_macho_low): Amend to include the mode
11048 argument.
11049 (machopic_indirect_data_reference): Amend gen_macho_low call
11050 to include mode argument
11051 * config/rs6000/rs6000.c (emit_move): Likewise. Amend a comment.
11052 * config/rs6000/darwin.md (@macho_low_<mode>): New, replaces
11053 the macho_high expander and two define_insn entries.
11054
11055 2019-09-29 Jakub Jelinek <jakub@redhat.com>
11056
11057 PR bootstrap/90543
11058 * optc-save-gen.awk: Fix up printing string option differences.
11059
11060 2019-09-29 Kewen Lin <linkw@gcc.gnu.org>
11061
11062 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Lower
11063 vec_perm cost to 1 for non-Power7 VSX architectures.
11064
11065 2019-09-29 Kewen Lin <linkw@gcc.gnu.org>
11066
11067 * config/rs6000/vsx.md (vec_pack[su]_float_v2di): New define_expand.
11068 (vec_unpack_[su]fix_trunc_hi_v4sf): Likewise.
11069 (vec_unpack_[su]fix_trunc_lo_v4sf): Likewise.
11070
11071 2019-09-28 Iain Sandoe <iain@sandoe.co.uk>
11072
11073 * config/darwin.c (gen_macho_high): Amend to include the mode
11074 argument.
11075 (machopic_indirect_data_reference): Amend gen_macho_high call
11076 to include mode argument.
11077 (machopic_legitimize_pic_address): Likewise.
11078 * config/rs6000/rs6000.c (rs6000_legitimize_address):
11079 * config/rs6000/darwin.md (@macho_high_<mode>): New, replaces
11080 the macho_high expander and two define_insn entries.
11081
11082 2019-09-28 Oleg Endo <olegendo@gcc.gnu.org>
11083
11084 PR target/86805
11085 * config/sh/sh.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.
11086
11087 2019-09-28 Oleg Endo <olegendo@gcc.gnu.org>
11088
11089 PR target/80672
11090 * config/sh/sh.c (parse_validate_atomic_model_option): Use
11091 std::string::compare instead of std::string::find.
11092
11093 2019-09-27 Maciej W. Rozycki <macro@wdc.com>
11094
11095 * configure: Regenerate.
11096
11097 2019-09-27 Jakub Jelinek <jakub@redhat.com>
11098
11099 PR middle-end/91920
11100 * gimplify.c (omp_default_clause): Predetermine DECL_IN_CONSTANT_POOL
11101 variables as shared.
11102
11103 2019-09-27 Iain Sandoe <iain@sandoe.co.uk>
11104
11105 * config/rs6000/darwin.md (@macho_correct_pic_<mode>): New,
11106 replaces the expander and two define_insn entries.
11107 (@reload_macho_picbase_<mode>): Update gen_macho_correct_pic
11108 call.
11109 * config/rs6000/rs6000.md (builtin_setjmp_receiver): Likewise.
11110
11111 2019-09-27 David Malcolm <dmalcolm@redhat.com>
11112
11113 * fibonacci_heap.h (fibonacci_heap::empty): Make const.
11114 (fibonacci_heap::nodes): Likewise.
11115 (fibonacci_heap::min_key): Likewise.
11116 (fibonacci_heap::min): Likewise.
11117
11118 2019-09-27 David Malcolm <dmalcolm@redhat.com>
11119
11120 * cgraph.c (cgraph_node::get_fun): Make const.
11121 * cgraph.h (cgraph_node::get_fun): Likewise.
11122
11123 2019-09-27 Jakub Jelinek <jakub@redhat.com>
11124
11125 PR target/91919
11126 * config/arm/arm.md (<US>mlal): Remove SE wrappers around operands
11127 of SImode MULT.
11128
11129 2019-09-27 Richard Biener <rguenther@suse.de>
11130
11131 * tree-vectorizer.h (_stmt_vec_info::reduc_fn): New.
11132 (STMT_VINFO_REDUC_FN): Likewise.
11133 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Initialize
11134 STMT_VINFO_REDUC_FN.
11135 * tree-vect-loop.c (vect_is_simple_reduction): Fix STMT_VINFO_REDUC_IDX
11136 for condition reductions.
11137 (vect_create_epilog_for_reduction): Compute all required state
11138 from the stmt to be vectorized.
11139 (vectorizable_reduction): Simplify vect_create_epilog_for_reduction
11140 invocation and remove then dead code. For single def-use chains
11141 record only a single vector stmt.
11142
11143 2019-09-27 Richard Sandiford <richard.sandiford@arm.com>
11144
11145 * config/aarch64/aarch64-protos.h (aarch64_builtin_class): New enum.
11146 (AARCH64_BUILTIN_SHIFT, AARCH64_BUILTIN_CLASS): New constants.
11147 (aarch64_gimple_fold_builtin, aarch64_mangle_builtin_type)
11148 (aarch64_fold_builtin, aarch64_init_builtins, aarch64_expand_builtin):
11149 (aarch64_builtin_decl, aarch64_builtin_rsqrt): Delete.
11150 (aarch64_general_mangle_builtin_type, aarch64_general_init_builtins):
11151 (aarch64_general_fold_builtin, aarch64_general_gimple_fold_builtin):
11152 (aarch64_general_expand_builtin, aarch64_general_builtin_decl):
11153 (aarch64_general_builtin_rsqrt): Declare.
11154 * config/aarch64/aarch64-builtins.c (aarch64_general_add_builtin):
11155 New function.
11156 (aarch64_mangle_builtin_type): Rename to...
11157 (aarch64_general_mangle_builtin_type): ...this.
11158 (aarch64_init_fcmla_laneq_builtins, aarch64_init_simd_builtins)
11159 (aarch64_init_crc32_builtins, aarch64_init_builtin_rsqrt)
11160 (aarch64_init_pauth_hint_builtins, aarch64_init_tme_builtins): Use
11161 aarch64_general_add_builtin instead of add_builtin_function.
11162 (aarch64_init_builtins): Rename to...
11163 (aarch64_general_init_builtins): ...this. Use
11164 aarch64_general_add_builtin instead of add_builtin_function.
11165 (aarch64_builtin_decl): Rename to...
11166 (aarch64_general_builtin_decl): ...this and remove the unused
11167 arguments.
11168 (aarch64_expand_builtin): Rename to...
11169 (aarch64_general_expand_builtin): ...this and remove the unused
11170 arguments.
11171 (aarch64_builtin_rsqrt): Rename to...
11172 (aarch64_general_builtin_rsqrt): ...this.
11173 (aarch64_fold_builtin): Rename to...
11174 (aarch64_general_fold_builtin): ...this. Take the function subcode
11175 and return type as arguments. Remove the "ignored" argument.
11176 (aarch64_gimple_fold_builtin): Rename to...
11177 (aarch64_general_gimple_fold_builtin): ...this. Take the function
11178 subcode and gcall as arguments, and return the new function call.
11179 * config/aarch64/aarch64.c (aarch64_init_builtins)
11180 (aarch64_fold_builtin, aarch64_gimple_fold_builtin)
11181 (aarch64_expand_builtin, aarch64_builtin_decl): New functions.
11182 (aarch64_builtin_reciprocal): Call aarch64_general_builtin_rsqrt
11183 instead of aarch64_builtin_rsqrt.
11184 (aarch64_mangle_type): Call aarch64_general_mangle_builtin_type
11185 instead of aarch64_mangle_builtin_type.
11186
11187 2019-09-27 Richard Sandiford <richard.sandiford@arm.com>
11188
11189 * target.def (check_builtin_call): New target hook.
11190 * doc/tm.texi.in (TARGET_CHECK_BUILTIN_CALL): New @hook.
11191 * doc/tm.texi: Regenerate.
11192
11193 2019-09-27 Richard Sandiford <richard.sandiford@arm.com>
11194
11195 PR tree-optimization/91909
11196 * tree-vect-loop.c (vect_create_epilog_for_reduction): Take a
11197 reduc_index parameter. When handling COND_REDUCTION, make sure
11198 that the reduction phi operand is in the correct arm of the
11199 VEC_COND_EXPR.
11200 (vectorizable_reduction): Pass reduc_index to the above.
11201
11202 2019-09-27 Yuliang Wang <yuliang.wang@arm.com>
11203
11204 * config/aarch64/aarch64-sve2.md (aarch64_sve2_sra<mode>):
11205 New combine pattern.
11206
11207 2019-09-26 Max Filippov <jcmvbkbc@gmail.com>
11208
11209 * config/xtensa/xtensa.c (hwloop_optimize): Insert zero overhead
11210 loop instruction into new basic block before the loop when basic
11211 block that precedes the loop is empty.
11212
11213 2019-09-26 Jakub Jelinek <jakub@redhat.com>
11214
11215 * function.c (gimplify_parameters): Use build_clobber function.
11216 * tree-ssa.c (execute_update_addresses_taken): Likewise.
11217 * tree-inline.c (expand_call_inline): Likewise.
11218 * tree-sra.c (clobber_subtree): Likewise.
11219 * tree-ssa-ccp.c (insert_clobber_before_stack_restore): Likewise.
11220 * omp-low.c (lower_rec_simd_input_clauses, lower_rec_input_clauses,
11221 lower_omp_single, lower_depend_clauses, lower_omp_taskreg,
11222 lower_omp_target): Likewise.
11223 * omp-expand.c (expand_omp_for_generic): Likewise.
11224 * omp-offload.c (ompdevlow_adjust_simt_enter): Likewise.
11225
11226 2019-09-26 Will Schmidt <will_schmidt@vnet.ibm.com>
11227
11228 * config/rs6000/rs6000-builtin.def: (LVSL, LVSR, LVEBX, LVEHX,
11229 LVEWX, LVXL, LVXL_V2DF, LVXL_V2DI, LVXL_V4SF, LVXL_V4SI, LVXL_V8HI,
11230 LVXL_V16QI, LVX, LVX_V1TI, LVX_V2DF, LVX_V2DI, LVX_V4SF, LVX_V4SI,
11231 LVX_V8HI, LVX_V16QI, LVLX, LVLXL, LVRX, LVRXL, LXSDX, LXVD2X_V1TI,
11232 LXVD2X_V2DF, LXVD2X_V2DI, LXVDSX, LXVW4X_V4SF, LXVW4X_V4SI,
11233 LXVW4X_V8HI, LXVW4X_V16QI, LD_ELEMREV_V1TI, LD_ELEMREV_V2DF,
11234 LD_ELEMREV_V2DI, LD_ELEMREV_V4SF, LD_ELEMREV_V4SI, LD_ELEMREV_V8HI,
11235 LD_ELEMREV_V16QI): Use the PURE attribute.
11236
11237 2019-09-26 Iain Sandoe <iain@sandoe.co.uk>
11238
11239 * config/rs6000/darwin.md: Replace the expanders for
11240 load_macho_picbase and reload_macho_picbase with use of '@'
11241 and <mode> in their respective define_insns.
11242 (nonlocal_goto_receiver): Pass Pmode to gen_reload_macho_picbase.
11243 * config/rs6000/rs6000-logue.c (rs6000_emit_prologue): Pass
11244 Pmode to gen_load_macho_picbase.
11245 * config/rs6000/rs6000.md: Likewise.
11246
11247 2019-09-25 Richard Biener <rguenther@suse.de>
11248
11249 PR tree-optimization/91896
11250 * tree-vect-loop.c (vectorizable_reduction): The single
11251 def-use cycle optimization cannot apply when there's more
11252 than one pattern stmt involved.
11253
11254 2019-09-26 Richard Biener <rguenther@suse.de>
11255
11256 * tree-vect-loop.c (vect_analyze_loop_operations): Analyze
11257 loop-closed PHIs that are vect_internal_def.
11258 (vect_create_epilog_for_reduction): Exit early for nested cycles.
11259 Simplify.
11260 (vectorizable_lc_phi): New.
11261 * tree-vect-stmts.c (vect_analyze_stmt): Call vectorize_lc_phi.
11262 (vect_transform_stmt): Likewise.
11263 * tree-vectorizer.h (stmt_vec_info_type): Add lc_phi_info_type.
11264 (vectorizable_lc_phi): Declare.
11265
11266 2019-09-26 Richard Biener <rguenther@suse.de>
11267
11268 * tree-vect-loop.c (vect_analyze_loop_operations): Also call
11269 vectorizable_reduction for vect_double_reduction_def.
11270 (vect_transform_loop): Likewise.
11271 (vect_create_epilog_for_reduction): Move double-reduction
11272 PHI creation and preheader argument setting of PHIs ...
11273 (vectorizable_reduction): ... here. Also process
11274 vect_double_reduction_def PHIs, creating the vectorized
11275 PHI nodes, remembering the scalar adjustment computed for
11276 the epilogue in STMT_VINFO_REDUC_EPILOGUE_ADJUSTMENT.
11277 Remember the original reduction code in STMT_VINFO_REDUC_CODE.
11278 * tree-vectorizer.c (vec_info::new_stmt_vec_info):
11279 Initialize STMT_VINFO_REDUC_CODE.
11280 * tree-vectorizer.h (_stmt_vec_info::reduc_epilogue_adjustment): New.
11281 (_stmt_vec_info::reduc_code): Likewise.
11282 (STMT_VINFO_REDUC_EPILOGUE_ADJUSTMENT): Likewise.
11283 (STMT_VINFO_REDUC_CODE): Likewise.
11284
11285 2019-09-26 Matt Turner <mattst88@gmail.com>
11286
11287 PR driver/69471
11288 * config/aarch64/aarch64.opt (march=): Add Negative(march=).
11289 (mtune=): Add Negative(mtune=).
11290 (mcpu=): Add Negative(mcpu=).
11291 * config/arm/arm.opt: Likewise.
11292
11293 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11294
11295 * config/arm/arm.md (arm_<simd32_op>): New define_insn.
11296 * config/arm/arm_acle.h (__smlald, __smlaldx, __smlsld, __smlsldx):
11297 Define.
11298 * config/arm/arm_acle.h: Define builtins for the above.
11299 * config/arm/iterators.md (SIMD32_DIMODE): New int_iterator.
11300 (simd32_op): Handle the above.
11301 * config/arm/unspecs.md: Define unspecs for the above.
11302
11303 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11304
11305 * config/arm/arm.md (arm_<simd32_op>): New define_insn.
11306 (arm_<sup>xtb16): Likewise.
11307 (arm_usada8): Likewise.
11308 * config/arm/arm_acle.h (__qadd8, __qsub8, __shadd8, __shsub8,
11309 __uhadd8, __uhsub8, __uqadd8, __uqsub8, __qadd16, __qasx, __qsax,
11310 __qsub16, __shadd16, __shasx, __shsax, __shsub16, __uhadd16, __uhasx,
11311 __uhsax, __uhsub16, __uqadd16, __uqasx, __uqsax, __uqsub16, __sxtab16,
11312 __sxtb16, __uxtab16, __uxtb16): Define.
11313 * config/arm/arm_acle_builtins.def: Define builtins for the above.
11314 * config/arm/unspecs.md: Define unspecs for the above.
11315 * config/arm/iterators.md (SIMD32_NOGE_BINOP): New int_iterator.
11316 (USXTB16): Likewise.
11317 (simd32_op): New int_attribute.
11318 (sup): Handle UNSPEC_SXTB16, UNSPEC_UXTB16.
11319 * doc/sourcebuild.exp (arm_simd32_ok): Document.
11320
11321 2019-09-26 Martin Jambor <mjambor@suse.cz>
11322
11323 * ipa-sra.c (verify_splitting_accesses): Fix quoting in a call to
11324 internal_error.
11325
11326 2019-09-26 Martin Jambor <mjambor@suse.cz>
11327
11328 * ipa-sra.c (process_scan_results): Fix continue condition.
11329
11330 2019-09-26 Martin Liska <mliska@suse.cz>
11331
11332 PR tree-optimization/91885
11333 * tree-vectorizer.c (try_vectorize_loop_1): Add
11334 TODO_update_ssa_only_virtuals similarly to what slp pass does.
11335
11336 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
11337
11338 * config/aarch64/aarch64.c (aarch64_rtx_costs): Use
11339 aarch64_plus_immediate rather than aarch64_uimm12_shift
11340 to test for valid PLUS immediates.
11341
11342 2019-09-25 Martin Jambor <mjambor@suse.cz>
11343
11344 * tree-sra.c (no_accesses_p): Remove.
11345 (no_accesses_representant): Likewise.
11346
11347 2019-09-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
11348
11349 * config/aarch64/arm_neon.h (vaba_s8): Use __ in identifiers
11350 consistenly.
11351 (vaba_s16): Likewise.
11352 (vaba_s32): Likewise.
11353 (vaba_u8): Likewise.
11354 (vaba_u16): Likewise.
11355 (vaba_u32): Likewise.
11356 (vabal_high_s8): Likewise.
11357 (vabal_high_s16): Likewise.
11358 (vabal_high_s32): Likewise.
11359 (vabal_high_u8): Likewise.
11360 (vabal_high_u16): Likewise.
11361 (vabal_high_u32): Likewise.
11362 (vabal_s8): Likewise.
11363 (vabal_s16): Likewise.
11364 (vabal_s32): Likewise.
11365 (vabal_u8): Likewise.
11366 (vabal_u16): Likewise.
11367 (vabal_u32): Likewise.
11368 (vabaq_s8): Likewise.
11369 (vabaq_s16): Likewise.
11370 (vabaq_s32): Likewise.
11371 (vabaq_u8): Likewise.
11372 (vabaq_u16): Likewise.
11373 (vabaq_u32): Likewise.
11374 (vabd_s8): Likewise.
11375 (vabd_s16): Likewise.
11376 (vabd_s32): Likewise.
11377 (vabd_u8): Likewise.
11378 (vabd_u16): Likewise.
11379 (vabd_u32): Likewise.
11380 (vabdl_high_s8): Likewise.
11381 (vabdl_high_s16): Likewise.
11382 (vabdl_high_s32): Likewise.
11383 (vabdl_high_u8): Likewise.
11384 (vabdl_high_u16): Likewise.
11385 (vabdl_high_u32): Likewise.
11386 (vabdl_s8): Likewise.
11387 (vabdl_s16): Likewise.
11388 (vabdl_s32): Likewise.
11389 (vabdl_u8): Likewise.
11390 (vabdl_u16): Likewise.
11391 (vabdl_u32): Likewise.
11392 (vabdq_s8): Likewise.
11393 (vabdq_s16): Likewise.
11394 (vabdq_s32): Likewise.
11395 (vabdq_u8): Likewise.
11396 (vabdq_u16): Likewise.
11397 (vabdq_u32): Likewise.
11398 (vaddlv_s8): Likewise.
11399 (vaddlv_s16): Likewise.
11400 (vaddlv_u8): Likewise.
11401 (vaddlv_u16): Likewise.
11402 (vaddlvq_s8): Likewise.
11403 (vaddlvq_s16): Likewise.
11404 (vaddlvq_s32): Likewise.
11405 (vaddlvq_u8): Likewise.
11406 (vaddlvq_u16): Likewise.
11407 (vaddlvq_u32): Likewise.
11408 (vcvtx_f32_f64): Likewise.
11409 (vcvtx_high_f32_f64): Likewise.
11410 (vcvtxd_f32_f64): Likewise.
11411 (vmla_n_f32): Likewise.
11412 (vmla_n_s16): Likewise.
11413 (vmla_n_s32): Likewise.
11414 (vmla_n_u16): Likewise.
11415 (vmla_n_u32): Likewise.
11416 (vmla_s8): Likewise.
11417 (vmla_s16): Likewise.
11418 (vmla_s32): Likewise.
11419 (vmla_u8): Likewise.
11420 (vmla_u16): Likewise.
11421 (vmla_u32): Likewise.
11422 (vmlal_high_n_s16): Likewise.
11423 (vmlal_high_n_s32): Likewise.
11424 (vmlal_high_n_u16): Likewise.
11425 (vmlal_high_n_u32): Likewise.
11426 (vmlal_high_s8): Likewise.
11427 (vmlal_high_s16): Likewise.
11428 (vmlal_high_s32): Likewise.
11429 (vmlal_high_u8): Likewise.
11430 (vmlal_high_u16): Likewise.
11431 (vmlal_high_u32): Likewise.
11432 (vmlal_n_s16): Likewise.
11433 (vmlal_n_s32): Likewise.
11434 (vmlal_n_u16): Likewise.
11435 (vmlal_n_u32): Likewise.
11436 (vmlal_s8): Likewise.
11437 (vmlal_s16): Likewise.
11438 (vmlal_s32): Likewise.
11439 (vmlal_u8): Likewise.
11440 (vmlal_u16): Likewise.
11441 (vmlal_u32): Likewise.
11442 (vmlaq_n_f32): Likewise.
11443 (vmlaq_n_s16): Likewise.
11444 (vmlaq_n_s32): Likewise.
11445 (vmlaq_n_u16): Likewise.
11446 (vmlaq_n_u32): Likewise.
11447 (vmlaq_s8): Likewise.
11448 (vmlaq_s16): Likewise.
11449 (vmlaq_s32): Likewise.
11450 (vmlaq_u8): Likewise.
11451 (vmlaq_u16): Likewise.
11452 (vmlaq_u32): Likewise.
11453 (vmls_n_f32): Likewise.
11454 (vmls_n_s16): Likewise.
11455 (vmls_n_s32): Likewise.
11456 (vmls_n_u16): Likewise.
11457 (vmls_n_u32): Likewise.
11458 (vmls_s8): Likewise.
11459 (vmls_s16): Likewise.
11460 (vmls_s32): Likewise.
11461 (vmls_u8): Likewise.
11462 (vmls_u16): Likewise.
11463 (vmls_u32): Likewise.
11464 (vmlsl_high_n_s16): Likewise.
11465 (vmlsl_high_n_s32): Likewise.
11466 (vmlsl_high_n_u16): Likewise.
11467 (vmlsl_high_n_u32): Likewise.
11468 (vmlsl_high_s8): Likewise.
11469 (vmlsl_high_s16): Likewise.
11470 (vmlsl_high_s32): Likewise.
11471 (vmlsl_high_u8): Likewise.
11472 (vmlsl_high_u16): Likewise.
11473 (vmlsl_high_u32): Likewise.
11474 (vmlsl_n_s16): Likewise.
11475 (vmlsl_n_s32): Likewise.
11476 (vmlsl_n_u16): Likewise.
11477 (vmlsl_n_u32): Likewise.
11478 (vmlsl_s8): Likewise.
11479 (vmlsl_s16): Likewise.
11480 (vmlsl_s32): Likewise.
11481 (vmlsl_u8): Likewise.
11482 (vmlsl_u16): Likewise.
11483 (vmlsl_u32): Likewise.
11484 (vmlsq_n_f32): Likewise.
11485 (vmlsq_n_s16): Likewise.
11486 (vmlsq_n_s32): Likewise.
11487 (vmlsq_n_u16): Likewise.
11488 (vmlsq_n_u32): Likewise.
11489 (vmlsq_s8): Likewise.
11490 (vmlsq_s16): Likewise.
11491 (vmlsq_s32): Likewise.
11492 (vmlsq_u8): Likewise.
11493 (vmlsq_u16): Likewise.
11494 (vmlsq_u32): Likewise.
11495 (vmovl_high_s8): Likewise.
11496 (vmovl_high_s16): Likewise.
11497 (vmovl_high_s32): Likewise.
11498 (vmovl_high_u8): Likewise.
11499 (vmovl_high_u16): Likewise.
11500 (vmovl_high_u32): Likewise.
11501 (vmovl_s8): Likewise.
11502 (vmovl_s16): Likewise.
11503 (vmovl_s32): Likewise.
11504 (vmovl_u8): Likewise.
11505 (vmovl_u16): Likewise.
11506 (vmovl_u32): Likewise.
11507 (vmovn_high_s16): Likewise.
11508 (vmovn_high_s32): Likewise.
11509 (vmovn_high_s64): Likewise.
11510 (vmovn_high_u16): Likewise.
11511 (vmovn_high_u32): Likewise.
11512 (vmovn_high_u64): Likewise.
11513 (vmovn_s16): Likewise.
11514 (vmovn_s32): Likewise.
11515 (vmovn_s64): Likewise.
11516 (vmovn_u16): Likewise.
11517 (vmovn_u32): Likewise.
11518 (vmovn_u64): Likewise.
11519 (vmull_high_n_s16): Likewise.
11520 (vmull_high_n_s32): Likewise.
11521 (vmull_high_n_u16): Likewise.
11522 (vmull_high_n_u32): Likewise.
11523 (vmull_high_p8): Likewise.
11524 (vmull_high_s8): Likewise.
11525 (vmull_high_s16): Likewise.
11526 (vmull_high_s32): Likewise.
11527 (vmull_high_u8): Likewise.
11528 (vmull_high_u16): Likewise.
11529 (vmull_high_u32): Likewise.
11530 (vmull_n_s16): Likewise.
11531 (vmull_n_s32): Likewise.
11532 (vmull_n_u16): Likewise.
11533 (vmull_n_u32): Likewise.
11534 (vmull_p8): Likewise.
11535 (vmull_s8): Likewise.
11536 (vmull_s16): Likewise.
11537 (vmull_s32): Likewise.
11538 (vmull_u8): Likewise.
11539 (vmull_u16): Likewise.
11540 (vmull_u32): Likewise.
11541 (vpadal_s8): Likewise.
11542 (vpadal_s16): Likewise.
11543 (vpadal_s32): Likewise.
11544 (vpadal_u8): Likewise.
11545 (vpadal_u16): Likewise.
11546 (vpadal_u32): Likewise.
11547 (vpadalq_s8): Likewise.
11548 (vpadalq_s16): Likewise.
11549 (vpadalq_s32): Likewise.
11550 (vpadalq_u8): Likewise.
11551 (vpadalq_u16): Likewise.
11552 (vpadalq_u32): Likewise.
11553 (vpaddl_s8): Likewise.
11554 (vpaddl_s16): Likewise.
11555 (vpaddl_s32): Likewise.
11556 (vpaddl_u8): Likewise.
11557 (vpaddl_u16): Likewise.
11558 (vpaddl_u32): Likewise.
11559 (vpaddlq_s8): Likewise.
11560 (vpaddlq_s16): Likewise.
11561 (vpaddlq_s32): Likewise.
11562 (vpaddlq_u8): Likewise.
11563 (vpaddlq_u16): Likewise.
11564 (vpaddlq_u32): Likewise.
11565 (vpaddq_s8): Likewise.
11566 (vpaddq_s16): Likewise.
11567 (vpaddq_s32): Likewise.
11568 (vpaddq_s64): Likewise.
11569 (vpaddq_u8): Likewise.
11570 (vpaddq_u16): Likewise.
11571 (vpaddq_u32): Likewise.
11572 (vpaddq_u64): Likewise.
11573 (vqdmulh_n_s16): Likewise.
11574 (vqdmulh_n_s32): Likewise.
11575 (vqdmulhq_n_s16): Likewise.
11576 (vqdmulhq_n_s32): Likewise.
11577 (vqmovn_high_s16): Likewise.
11578 (vqmovn_high_s32): Likewise.
11579 (vqmovn_high_s64): Likewise.
11580 (vqmovn_high_u16): Likewise.
11581 (vqmovn_high_u32): Likewise.
11582 (vqmovn_high_u64): Likewise.
11583 (vqmovun_high_s16): Likewise.
11584 (vqmovun_high_s32): Likewise.
11585 (vqmovun_high_s64): Likewise.
11586 (vqrdmulh_n_s16): Likewise.
11587 (vqrdmulh_n_s32): Likewise.
11588 (vqrdmulhq_n_s16): Likewise.
11589 (vqrdmulhq_n_s32): Likewise.
11590 (vrsqrte_u32): Likewise.
11591 (vrsqrteq_u32): Likewise.
11592 (vtst_p8): Likewise.
11593 (vtst_p16): Likewise.
11594 (vtst_p64): Likewise.
11595 (vtstq_p8): Likewise.
11596 (vtstq_p16): Likewise.
11597 (vtstq_p64): Likewise.
11598 (vaddlv_s32): Likewise.
11599 (vaddlv_u32): Likewise.
11600 (vqtbl1_p8): Likewise.
11601 (vqtbl1_s8): Likewise.
11602 (vqtbl1_u8): Likewise.
11603 (vqtbl1q_p8): Likewise.
11604 (vqtbl1q_s8): Likewise.
11605 (vqtbl1q_u8): Likewise.
11606 (vqtbx1_s8): Likewise.
11607 (vqtbx1_u8): Likewise.
11608 (vqtbx1_p8): Likewise.
11609 (vqtbx1q_s8): Likewise.
11610 (vqtbx1q_u8): Likewise.
11611 (vqtbx1q_p8): Likewise.
11612 (vtbl1_s8): Likewise.
11613 (vtbl1_u8): Likewise.
11614 (vtbl1_p8): Likewise.
11615 (vtbl2_s8): Likewise.
11616 (vtbl2_u8): Likewise.
11617 (vtbl2_p8): Likewise.
11618 (vtbl3_s8): Likewise.
11619 (vtbl3_u8): Likewise.
11620 (vtbl3_p8): Likewise.
11621 (vtbl4_s8): Likewise.
11622 (vtbl4_u8): Likewise.
11623 (vtbl4_p8): Likewise.
11624 (vtbx2_s8): Likewise.
11625 (vtbx2_u8): Likewise.
11626 (vtbx2_p8): Likewise.
11627 (vld1_f32): Likewise.
11628 (vld1_f64): Likewise.
11629 (vld1_p8): Likewise.
11630 (vld1_p16): Likewise.
11631 (vld1_p64): Likewise.
11632 (vld1_s8): Likewise.
11633 (vld1_s16): Likewise.
11634 (vld1_s32): Likewise.
11635 (vld1_s64): Likewise.
11636 (vld1_u8): Likewise.
11637 (vld1_u16): Likewise.
11638 (vld1_u32): Likewise.
11639 (vld1_u64): Likewise.
11640 (vld1q_f32): Likewise.
11641 (vld1q_f64): Likewise.
11642 (vld1q_p8): Likewise.
11643 (vld1q_p16): Likewise.
11644 (vld1q_p64): Likewise.
11645 (vld1q_s8): Likewise.
11646 (vld1q_s16): Likewise.
11647 (vld1q_s32): Likewise.
11648 (vld1q_s64): Likewise.
11649 (vld1q_u8): Likewise.
11650 (vld1q_u16): Likewise.
11651 (vld1q_u32): Likewise.
11652 (vld1q_u64): Likewise.
11653 (vpmax_s8): Likewise.
11654 (vpmax_s16): Likewise.
11655 (vpmax_s32): Likewise.
11656 (vpmax_u8): Likewise.
11657 (vpmax_u16): Likewise.
11658 (vpmax_u32): Likewise.
11659 (vpmaxq_s8): Likewise.
11660 (vpmaxq_s16): Likewise.
11661 (vpmaxq_s32): Likewise.
11662 (vpmaxq_u8): Likewise.
11663 (vpmaxq_u16): Likewise.
11664 (vpmaxq_u32): Likewise.
11665 (vpmax_f32): Likewise.
11666 (vpmaxq_f32): Likewise.
11667 (vpmaxq_f64): Likewise.
11668 (vpmaxqd_f64): Likewise.
11669 (vpmaxs_f32): Likewise.
11670 (vpmaxnm_f32): Likewise.
11671 (vpmaxnmq_f32): Likewise.
11672 (vpmaxnmq_f64): Likewise.
11673 (vpmaxnmqd_f64): Likewise.
11674 (vpmaxnms_f32): Likewise.
11675 (vpmin_s8): Likewise.
11676 (vpmin_s16): Likewise.
11677 (vpmin_s32): Likewise.
11678 (vpmin_u8): Likewise.
11679 (vpmin_u16): Likewise.
11680 (vpmin_u32): Likewise.
11681 (vpminq_s8): Likewise.
11682 (vpminq_s16): Likewise.
11683 (vpminq_s32): Likewise.
11684 (vpminq_u8): Likewise.
11685 (vpminq_u16): Likewise.
11686 (vpminq_u32): Likewise.
11687 (vpmin_f32): Likewise.
11688 (vpminq_f32): Likewise.
11689 (vpminq_f64): Likewise.
11690 (vpminqd_f64): Likewise.
11691 (vpmins_f32): Likewise.
11692 (vpminnm_f32): Likewise.
11693 (vpminnmq_f32): Likewise.
11694 (vpminnmq_f64): Likewise.
11695 (vpminnmqd_f64): Likewise.
11696 (vpminnms_f32): Likewise.
11697 (vmla_f32): Likewise.
11698 (vmlaq_f32): Likewise.
11699 (vmlaq_f64): Likewise.
11700 (vmls_f32): Likewise.
11701 (vmlsq_f32): Likewise.
11702 (vmlsq_f64): Likewise.
11703 (vqtbl2_s8): Likewise.
11704 (vqtbl2_u8): Likewise.
11705 (vqtbl2_p8): Likewise.
11706 (vqtbl2q_s8): Likewise.
11707 (vqtbl2q_u8): Likewise.
11708 (vqtbl2q_p8): Likewise.
11709 (vqtbl3_s8): Likewise.
11710 (vqtbl3_u8): Likewise.
11711 (vqtbl3_p8): Likewise.
11712 (vqtbl3q_s8): Likewise.
11713 (vqtbl3q_u8): Likewise.
11714 (vqtbl3q_p8): Likewise.
11715 (vqtbl4_s8): Likewise.
11716 (vqtbl4_u8): Likewise.
11717 (vqtbl4_p8): Likewise.
11718 (vqtbl4q_s8): Likewise.
11719 (vqtbl4q_u8): Likewise.
11720 (vqtbl4q_p8): Likewise.
11721 (vqtbx2_s8): Likewise.
11722 (vqtbx2_u8): Likewise.
11723 (vqtbx2_p8): Likewise.
11724 (vqtbx2q_s8): Likewise.
11725 (vqtbx2q_u8): Likewise.
11726 (vqtbx2q_p8): Likewise.
11727 (vqtbx3_s8): Likewise.
11728 (vqtbx3_u8): Likewise.
11729 (vqtbx3_p8): Likewise.
11730 (vqtbx3q_s8): Likewise.
11731 (vqtbx3q_u8): Likewise.
11732 (vqtbx3q_p8): Likewise.
11733 (vqtbx4_s8): Likewise.
11734 (vqtbx4_u8): Likewise.
11735 (vqtbx4_p8): Likewise.
11736 (vqtbx4q_s8): Likewise.
11737 (vqtbx4q_u8): Likewise.
11738 (vqtbx4q_p8): Likewise.
11739 (vrev16_p8): Likewise.
11740 (vrev16_s8): Likewise.
11741 (vrev16_u8): Likewise.
11742 (vrev16q_p8): Likewise.
11743 (vrev16q_s8): Likewise.
11744 (vrev16q_u8): Likewise.
11745 (vrev32_p8): Likewise.
11746 (vrev32_p16): Likewise.
11747 (vrev32_s8): Likewise.
11748 (vrev32_s16): Likewise.
11749 (vrev32_u8): Likewise.
11750 (vrev32_u16): Likewise.
11751 (vrev32q_p8): Likewise.
11752 (vrev32q_p16): Likewise.
11753 (vrev32q_s8): Likewise.
11754 (vrev32q_s16): Likewise.
11755 (vrev32q_u8): Likewise.
11756 (vrev32q_u16): Likewise.
11757 (vrev64_f32): Likewise.
11758 (vrev64_p8): Likewise.
11759 (vrev64_p16): Likewise.
11760 (vrev64_s8): Likewise.
11761 (vrev64_s16): Likewise.
11762 (vrev64_s32): Likewise.
11763 (vrev64_u8): Likewise.
11764 (vrev64_u16): Likewise.
11765 (vrev64_u32): Likewise.
11766 (vrev64q_f32): Likewise.
11767 (vrev64q_p8): Likewise.
11768 (vrev64q_p16): Likewise.
11769 (vrev64q_s8): Likewise.
11770 (vrev64q_s16): Likewise.
11771 (vrev64q_s32): Likewise.
11772 (vrev64q_u8): Likewise.
11773 (vrev64q_u16): Likewise.
11774 (vrev64q_u32): Likewise.
11775 (vsha1cq_u32): Likewise.
11776 (vsha1mq_u32): Likewise.
11777 (vsha1pq_u32): Likewise.
11778 (vsha1h_u32): Likewise.
11779 (vsha1su0q_u32): Likewise.
11780 (vsha1su1q_u32): Likewise.
11781 (vsha256hq_u32): Likewise.
11782 (vsha256h2q_u32): Likewise.
11783 (vsha256su0q_u32): Likewise.
11784 (vsha256su1q_u32): Likewise.
11785 (vmull_p64): Likewise.
11786 (vmull_high_p64): Likewise.
11787 (vsqrt_f32): Likewise.
11788 (vsqrtq_f32): Likewise.
11789 (vsqrt_f64): Likewise.
11790 (vsqrtq_f64): Likewise.
11791 (vst1_f32): Likewise.
11792 (vst1_f64): Likewise.
11793 (vst1_p8): Likewise.
11794 (vst1_p16): Likewise.
11795 (vst1_p64): Likewise.
11796 (vst1_s8): Likewise.
11797 (vst1_s16): Likewise.
11798 (vst1_s32): Likewise.
11799 (vst1_s64): Likewise.
11800 (vst1_u8): Likewise.
11801 (vst1_u16): Likewise.
11802 (vst1_u32): Likewise.
11803 (vst1_u64): Likewise.
11804 (vst1q_f32): Likewise.
11805 (vst1q_f64): Likewise.
11806 (vst1q_p8): Likewise.
11807 (vst1q_p16): Likewise.
11808 (vst1q_p64): Likewise.
11809 (vst1q_s8): Likewise.
11810 (vst1q_s16): Likewise.
11811 (vst1q_s32): Likewise.
11812 (vst1q_s64): Likewise.
11813 (vst1q_u8): Likewise.
11814 (vst1q_u16): Likewise.
11815 (vst1q_u32): Likewise.
11816 (vst1q_u64): Likewise.
11817 (vst1_s64_x2): Likewise.
11818 (vst1_u64_x2): Likewise.
11819 (vst1_f64_x2): Likewise.
11820 (vst1_s8_x2): Likewise.
11821 (vst1_p8_x2): Likewise.
11822 (vst1_s16_x2): Likewise.
11823 (vst1_p16_x2): Likewise.
11824 (vst1_s32_x2): Likewise.
11825 (vst1_u8_x2): Likewise.
11826 (vst1_u16_x2): Likewise.
11827 (vst1_u32_x2): Likewise.
11828 (vst1_f16_x2): Likewise.
11829 (vst1_f32_x2): Likewise.
11830 (vst1_p64_x2): Likewise.
11831 (vst1q_s8_x2): Likewise.
11832 (vst1q_p8_x2): Likewise.
11833 (vst1q_s16_x2): Likewise.
11834 (vst1q_p16_x2): Likewise.
11835 (vst1q_s32_x2): Likewise.
11836 (vst1q_s64_x2): Likewise.
11837 (vst1q_u8_x2): Likewise.
11838 (vst1q_u16_x2): Likewise.
11839 (vst1q_u32_x2): Likewise.
11840 (vst1q_u64_x2): Likewise.
11841 (vst1q_f16_x2): Likewise.
11842 (vst1q_f32_x2): Likewise.
11843 (vst1q_f64_x2): Likewise.
11844 (vst1q_p64_x2): Likewise.
11845 (vst1_s64_x3): Likewise.
11846 (vst1_u64_x3): Likewise.
11847 (vst1_f64_x3): Likewise.
11848 (vst1_s8_x3): Likewise.
11849 (vst1_p8_x3): Likewise.
11850 (vst1_s16_x3): Likewise.
11851 (vst1_p16_x3): Likewise.
11852 (vst1_s32_x3): Likewise.
11853 (vst1_u8_x3): Likewise.
11854 (vst1_u16_x3): Likewise.
11855 (vst1_u32_x3): Likewise.
11856 (vst1_f16_x3): Likewise.
11857 (vst1_f32_x3): Likewise.
11858 (vst1_p64_x3): Likewise.
11859 (vst1q_s8_x3): Likewise.
11860 (vst1q_p8_x3): Likewise.
11861 (vst1q_s16_x3): Likewise.
11862 (vst1q_p16_x3): Likewise.
11863 (vst1q_s32_x3): Likewise.
11864 (vst1q_s64_x3): Likewise.
11865 (vst1q_u8_x3): Likewise.
11866 (vst1q_u16_x3): Likewise.
11867 (vst1q_u32_x3): Likewise.
11868 (vst1q_u64_x3): Likewise.
11869 (vst1q_f16_x3): Likewise.
11870 (vst1q_f32_x3): Likewise.
11871 (vst1q_f64_x3): Likewise.
11872 (vst1q_p64_x3): Likewise.
11873 (vst2_s64): Likewise.
11874 (vst2_u64): Likewise.
11875 (vst2_f64): Likewise.
11876 (vst2_s8): Likewise.
11877 (vst2_p8): Likewise.
11878 (vst2_s16): Likewise.
11879 (vst2_p16): Likewise.
11880 (vst2_s32): Likewise.
11881 (vst2_u8): Likewise.
11882 (vst2_u16): Likewise.
11883 (vst2_u32): Likewise.
11884 (vst2_f16): Likewise.
11885 (vst2_f32): Likewise.
11886 (vst2_p64): Likewise.
11887 (vst2q_s8): Likewise.
11888 (vst2q_p8): Likewise.
11889 (vst2q_s16): Likewise.
11890 (vst2q_p16): Likewise.
11891 (vst2q_s32): Likewise.
11892 (vst2q_s64): Likewise.
11893 (vst2q_u8): Likewise.
11894 (vst2q_u16): Likewise.
11895 (vst2q_u32): Likewise.
11896 (vst2q_u64): Likewise.
11897 (vst2q_f16): Likewise.
11898 (vst2q_f32): Likewise.
11899 (vst2q_f64): Likewise.
11900 (vst2q_p64): Likewise.
11901 (vst3_s64): Likewise.
11902 (vst3_u64): Likewise.
11903 (vst3_f64): Likewise.
11904 (vst3_s8): Likewise.
11905 (vst3_p8): Likewise.
11906 (vst3_s16): Likewise.
11907 (vst3_p16): Likewise.
11908 (vst3_s32): Likewise.
11909 (vst3_u8): Likewise.
11910 (vst3_u16): Likewise.
11911 (vst3_u32): Likewise.
11912 (vst3_f16): Likewise.
11913 (vst3_f32): Likewise.
11914 (vst3_p64): Likewise.
11915 (vst3q_s8): Likewise.
11916 (vst3q_p8): Likewise.
11917 (vst3q_s16): Likewise.
11918 (vst3q_p16): Likewise.
11919 (vst3q_s32): Likewise.
11920 (vst3q_s64): Likewise.
11921 (vst3q_u8): Likewise.
11922 (vst3q_u16): Likewise.
11923 (vst3q_u32): Likewise.
11924 (vst3q_u64): Likewise.
11925 (vst3q_f16): Likewise.
11926 (vst3q_f32): Likewise.
11927 (vst3q_f64): Likewise.
11928 (vst3q_p64): Likewise.
11929 (vst4_s64): Likewise.
11930 (vst4_u64): Likewise.
11931 (vst4_f64): Likewise.
11932 (vst4_s8): Likewise.
11933 (vst4_p8): Likewise.
11934 (vst4_s16): Likewise.
11935 (vst4_p16): Likewise.
11936 (vst4_s32): Likewise.
11937 (vst4_u8): Likewise.
11938 (vst4_u16): Likewise.
11939 (vst4_u32): Likewise.
11940 (vst4_f16): Likewise.
11941 (vst4_f32): Likewise.
11942 (vst4_p64): Likewise.
11943 (vst4q_s8): Likewise.
11944 (vst4q_p8): Likewise.
11945 (vst4q_s16): Likewise.
11946 (vst4q_p16): Likewise.
11947 (vst4q_s32): Likewise.
11948 (vst4q_s64): Likewise.
11949 (vst4q_u8): Likewise.
11950 (vst4q_u16): Likewise.
11951 (vst4q_u32): Likewise.
11952 (vst4q_u64): Likewise.
11953 (vst4q_f16): Likewise.
11954 (vst4q_f32): Likewise.
11955 (vst4q_f64): Likewise.
11956 (vst4q_p64): Likewise.
11957 (vtbx4_s8): Likewise.
11958 (vtbx4_u8): Likewise.
11959 (vtbx4_p8): Likewise.
11960 (vtrn_f32): Likewise.
11961 (vtrn_p8): Likewise.
11962 (vtrn_p16): Likewise.
11963 (vtrn_s8): Likewise.
11964 (vtrn_s16): Likewise.
11965 (vtrn_s32): Likewise.
11966 (vtrn_u8): Likewise.
11967 (vtrn_u16): Likewise.
11968 (vtrn_u32): Likewise.
11969 (vtrnq_f32): Likewise.
11970 (vtrnq_p8): Likewise.
11971 (vtrnq_p16): Likewise.
11972 (vtrnq_s8): Likewise.
11973 (vtrnq_s16): Likewise.
11974 (vtrnq_s32): Likewise.
11975 (vtrnq_u8): Likewise.
11976 (vtrnq_u16): Likewise.
11977 (vtrnq_u32): Likewise.
11978 (vrsqrte_f16): Likewise.
11979 (vrsqrteq_f16): Likewise.
11980 (vsqrt_f16): Likewise.
11981 (vsqrtq_f16): Likewise.
11982 (vabd_f16): Likewise.
11983 (vabdq_f16): Likewise.
11984 (vpadd_f16): Likewise.
11985 (vpaddq_f16): Likewise.
11986 (vpmax_f16): Likewise.
11987 (vpmaxq_f16): Likewise.
11988 (vpmaxnm_f16): Likewise.
11989 (vpmaxnmq_f16): Likewise.
11990 (vpmin_f16): Likewise.
11991 (vpminq_f16): Likewise.
11992 (vpminnm_f16): Likewise.
11993 (vpminnmq_f16): Likewise.
11994 (vrsqrts_f16): Likewise.
11995 (vrsqrtsq_f16): Likewise.
11996
11997 2019-09-25 Richard Biener <rguenther@suse.de>
11998
11999 PR tree-optimization/91896
12000 * tree-vect-loop.c (vectorizable_reduction): The single
12001 def-use cycle optimization cannot apply when there's more
12002 than one pattern stmt involved.
12003
12004 2019-09-24 Iain Sandoe <iain@sandoe.co.uk>
12005
12006 * config/rs6000/rs6000.md (load_macho_picbase_<mode>): New, using
12007 the 'P' mode iterator, replacing the (removed) SI and DI variants.
12008 (reload_macho_picbase_<mode>): Likewise.
12009
12010 2019-09-24 Iain Sandoe <iain@sandoe.co.uk>
12011
12012 * config/rs6000/rs6000.md: Move darwin.md include until
12013 after the definition of the mode iterators.
12014
12015 2019-09-23 Martin Sebor <msebor@redhat.com>
12016
12017 PR tree-optimization/91570
12018 * tree-ssa-strlen.c (get_range_strlen_dynamic): Handle null and
12019 non-constant minlen, maxlen and maxbound.
12020
12021 2019-09-24 Richard Biener <rguenther@suse.de>
12022
12023 * tree-vectorizer.h (_stmt_vec_info::const_cond_reduc_code):
12024 Rename to...
12025 (_stmt_vec_info::cond_reduc_code): ... this.
12026 (_stmt_vec_info::induc_cond_initial_val): Add.
12027 (STMT_VINFO_VEC_CONST_COND_REDUC_CODE): Rename to...
12028 (STMT_VINFO_VEC_COND_REDUC_CODE): ... this.
12029 (STMT_VINFO_VEC_INDUC_COND_INITIAL_VAL): Add.
12030 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Adjust.
12031 * tree-vect-loop.c (get_initial_def_for_reduction): Pass in
12032 the reduction code.
12033 (vect_create_epilog_for_reduction): Drop special
12034 induction condition reduction params, pass in reduction code
12035 and simplify.
12036 (vectorizable_reduction): Perform condition reduction kind
12037 selection only at analysis time. Adjust passing on state.
12038
12039 2019-09-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12040
12041 * config/aarch64/aarch64.md (mov<mode>): Don't call
12042 aarch64_split_dimode_const_store on volatile MEM.
12043
12044 2019-09-24 Stamatis Markianos-Wright <stam.markianos-wright@arm.com>
12045
12046 * config/aarch64/aarch64-option-extensions.def (fp16fml):
12047 Update hwcap string for fp16fml.
12048
12049 2019-09-24 Jakub Jelinek <jakub@redhat.com>
12050
12051 PR middle-end/91866
12052 * match.pd (((T)(A)) + CST -> (T)(A + CST)): Formatting fix.
12053 (((T)(A + CST1)) + CST2 -> (T)(A) + (T)CST1 + CST2): New optimization.
12054
12055 2019-09-24 Martin Liska <mliska@suse.cz>
12056
12057 * cfgexpand.c (gimple_assign_rhs_to_tree): Use switch statement
12058 instead of if-elseif-elseif-...
12059 * gimple-expr.c (extract_ops_from_tree): Likewise.
12060 * gimple.c (get_gimple_rhs_num_ops): Likewise.
12061 * tree-ssa-forwprop.c (rhs_to_tree): Likewise.
12062
12063 2019-09-24 Martin Jambor <mjambor@suse.cz>
12064
12065 PR ipa/91831
12066 * ipa-param-manipulation.c (carry_over_param): Make a method of
12067 ipa_param_body_adjustments, remove now unnecessary argument. Also copy
12068 in case of a context mismatch.
12069 (ipa_param_body_adjustments::common_initialization): Adjust call to
12070 carry_over_param.
12071 * ipa-param-manipulation.h (class ipa_param_body_adjustments): Add
12072 private method carry_over_param.
12073
12074 2019-09-24 Martin Jambor <mjambor@suse.cz>
12075
12076 PR ipa/91832
12077 * ipa-sra.c (scan_expr_access): Check that offset is non-negative.
12078
12079 2019-09-24 Richard Biener <rguenther@suse.de>
12080
12081 * tree-ssa-sccvn.c (vn_reference_lookup_3): Valueize MEM_REF
12082 base.
12083
12084 2019-09-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
12085
12086 * config/arm/t-arm (arm-builtins.o): Add dependency on
12087 arm_acle_builtins.def.
12088
12089 2019-09-23 Richard Sandiford <richard.sandiford@arm.com>
12090
12091 PR target/91823
12092 * config/rs6000/altivec.md (altivec_copysign_v4sf3): Generate
12093 canonical CONST_INTs. Use gen_rtvec.
12094
12095 2019-09-23 Richard Biener <rguenther@suse.de>
12096
12097 * tree-vect-loop.c (get_initial_def_for_reduction): Simplify,
12098 avoid adjusting by + 0 or * 1.
12099 (vect_create_epilog_for_reduction): Get reduction code only
12100 when necessary. Deal with adjustment_def only when necessary.
12101
12102 2019-09-23 Richard Sandiford <richard.sandiford@arm.com>
12103
12104 * config/aarch64/atomics.md (aarch64_store_exclusive_pair): Fix
12105 memmodel index.
12106
12107 2019-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
12108
12109 PR ipa/91835
12110 * lto-section-in.c (lto_section_name): Use "ipa_sra" instead of
12111 "ipa-sra".
12112
12113 2019-09-22 Iain Sandoe <iain@sandoe.co.uk>
12114
12115 * config/rs6000/rs6000.c (machopic_output_stub): Remove dead
12116 code. Merge code blocks with common conditionals. Use declared
12117 macro instead of a magic number for PIC level.
12118
12119 2019-09-21 Martin Sebor <msebor@redhat.com>
12120
12121 PR middle-end/91830
12122 * gimple-ssa-warn-restrict.c (builtin_memref::set_base_and_offset):
12123 Simplify computation of the offset of the referenced subobject.
12124
12125 2019-09-21 Iain Sandoe <iain@sandoe.co.uk>
12126
12127 * config/darwin.c (machopic_legitimize_pic_address): Check
12128 for lra not reload.
12129
12130 2019-09-21 Richard Sandiford <richard.sandiford@arm.com>
12131
12132 * ira-conflicts.c (can_use_same_reg_p): New function.
12133 (process_reg_shuffles): Take an insn parameter. Ignore cases
12134 in which input operand op_num could seemingly never be allocated
12135 to the same register as the destination.
12136 (add_insn_allocno_copies): Update call to process_reg_shuffles.
12137
12138 2019-09-21 Richard Sandiford <richard.sandiford@arm.com>
12139
12140 * simplify-rtx.c (neg_const_int): Replace with...
12141 (neg_poly_int_rtx): ...this new function.
12142 (simplify_binary_operation_1): Extend (minus x C) -> (plus X -C)
12143 to all CONST_SCALAR_INTs and to CONST_POLY_INT.
12144 (simplify_plus_minus): Likewise for constant terms here.
12145
12146 2019-09-20 Jonas Pfeil <jonas.pfeil@uli-ulm.de>
12147
12148 * config/microblaze/microblaze.h (ASM_OUTPUT_SKIP): Use
12149 HOST_WIDE_PRINT_UNSIGNED.
12150
12151 2019-09-20 John David Anglin <danglin@gcc.gnu.org>
12152
12153 * config/pa/pa.c (pa_trampoline_init): Remove spurious extended
12154 character.
12155
12156 2019-09-20 Maya Rashish <coypu@sdf.org>
12157
12158 PR target/86811
12159 * config/vax/vax.c (TARGET_HAVE_SPECULATION_SAFE_VALUE):
12160 Define to speculation_safe_value_not_needed.
12161
12162 2019-09-20 Richard Biener <rguenther@suse.de>
12163 Uros Bizjak <ubizjak@gmail.com>
12164
12165 PR target/91814
12166 * config/i386/i386-features.c (gen_gpr_to_xmm_move_src): Revert
12167 previous change.
12168 (general_scalar_chain::convert_op): Force not suitable memory
12169 operands to a register.
12170
12171 2019-09-20 Richard Biener <rguenther@suse.de>
12172
12173 PR tree-optimization/91821
12174 * tree-vect-loop.c (check_reduction_path): Check we can compute
12175 reduc_idx.
12176 (vect_is_simple_reduction): Set STMT_VINFO_REDUC_IDX.
12177 * tree-vect-patterns.c (vect_reassociating_reduction_p): Return
12178 operands in canonical order.
12179 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Initialize
12180 STMT_VINFO_REDUC_IDX.
12181 * tree-vectorizer.h (_stmt_vec_info::reduc_idx): New.
12182 (STMT_VINFO_REDUC_IDX): Likewise.
12183
12184 2019-09-20 Eric Botcazou <ebotcazou@adacore.com>
12185
12186 PR target/91269
12187 * config/sparc/sparc.h (HARD_REGNO_CALLER_SAVE_MODE): Define.
12188
12189 2019-09-20 Richard Biener <rguenther@suse.de>
12190
12191 PR tree-optimization/91822
12192 * tree-vectorizer.h (vectorizable_condition): Restore for_reduction
12193 parameter.
12194 * tree-vect-loop.c (vectorizable_reduction): Adjust asserts
12195 for reduc_index in nested cycles, adjust vectorizable_condition
12196 calls.
12197 * tree-vect-stmts.c (vectorizable_condition): Restore for_reduction
12198 parameter.
12199 (vect_analyze_stmt): Adjust.
12200 (vect_transform_stmt): Likewise.
12201
12202 2019-09-20 Richard Biener <rguenther@suse.de>
12203
12204 PR target/91767
12205 * config/i386/i386-features.c (general_scalar_chain::convert_registers):
12206 Ensure there's a sequence point between allocating the new register
12207 and passing a reference to a reg via regno_reg_rtx.
12208
12209 2019-09-20 Martin Jambor <mjambor@suse.cz>
12210
12211 * coretypes.h (cgraph_edge): Declare.
12212 * ipa-param-manipulation.c: Rewrite.
12213 * ipa-param-manipulation.h: Likewise.
12214 * Makefile.in (GTFILES): Added ipa-param-manipulation.h and ipa-sra.c.
12215 (OBJS): Added ipa-sra.o.
12216 * cgraph.h (ipa_replace_map): Removed fields old_tree, replace_p
12217 and ref_p, added fields param_adjustments and performed_splits.
12218 (struct cgraph_clone_info): Remove ags_to_skip and
12219 combined_args_to_skip, new field param_adjustments.
12220 (cgraph_node::create_clone): Changed parameters to use
12221 ipa_param_adjustments.
12222 (cgraph_node::create_virtual_clone): Likewise.
12223 (cgraph_node::create_virtual_clone_with_body): Likewise.
12224 (tree_function_versioning): Likewise.
12225 (cgraph_build_function_type_skip_args): Removed.
12226 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Convert to
12227 using ipa_param_adjustments.
12228 (clone_of_p): Likewise.
12229 * cgraphclones.c (cgraph_build_function_type_skip_args): Removed.
12230 (build_function_decl_skip_args): Likewise.
12231 (duplicate_thunk_for_node): Adjust parameters using
12232 ipa_param_body_adjustments, copy param_adjustments instead of
12233 args_to_skip.
12234 (cgraph_node::create_clone): Convert to using ipa_param_adjustments.
12235 (cgraph_node::create_virtual_clone): Likewise.
12236 (cgraph_node::create_version_clone_with_body): Likewise.
12237 (cgraph_materialize_clone): Likewise.
12238 (symbol_table::materialize_all_clones): Likewise.
12239 * ipa-fnsummary.c (ipa_fn_summary_t::duplicate): Simplify
12240 ipa_replace_map check.
12241 * ipa-cp.c (get_replacement_map): Do not initialize removed fields.
12242 (initialize_node_lattices): Make aware that some parameters might have
12243 already been removed.
12244 (want_remove_some_param_p): New function.
12245 (create_specialized_node): Convert to using ipa_param_adjustments and
12246 deal with possibly pre-existing adjustments.
12247 * lto-cgraph.c (output_cgraph_opt_summary_p): Likewise.
12248 (output_node_opt_summary): Do not stream removed fields. Stream
12249 parameter adjustments instead of argumetns to skip.
12250 (input_node_opt_summary): Likewise.
12251 (input_node_opt_summary): Likewise.
12252 * lto-section-in.c (lto_section_name): Added ipa-sra section.
12253 * lto-streamer.h (lto_section_type): Likewise.
12254 * tree-inline.h (copy_body_data): New fields killed_new_ssa_names and
12255 param_body_adjs.
12256 (copy_decl_to_var): Declare.
12257 * tree-inline.c (update_clone_info): Do not remap old_tree.
12258 (remap_gimple_stmt): Use ipa_param_body_adjustments to modify gimple
12259 statements, walk all extra generated statements and remap their
12260 operands.
12261 (redirect_all_calls): Add killed SSA names to a hash set.
12262 (remap_ssa_name): Do not remap killed SSA names.
12263 (copy_arguments_for_versioning): Renames to copy_arguments_nochange,
12264 half of functionality moved to ipa_param_body_adjustments.
12265 (copy_decl_to_var): Make exported.
12266 (copy_body): Destroy killed_new_ssa_names hash set.
12267 (expand_call_inline): Remap performed splits.
12268 (update_clone_info): Likewise.
12269 (tree_function_versioning): Simplify tree_map processing. Updated to
12270 accept ipa_param_adjustments and use ipa_param_body_adjustments.
12271 * omp-simd-clone.c (simd_clone_vector_of_formal_parm_types): Adjust
12272 for the new interface.
12273 (simd_clone_clauses_extract): Likewise, make args an auto_vec.
12274 (simd_clone_compute_base_data_type): Likewise.
12275 (simd_clone_init_simd_arrays): Adjust for the new interface.
12276 (simd_clone_adjust_argument_types): Likewise.
12277 (struct modify_stmt_info): Likewise.
12278 (ipa_simd_modify_stmt_ops): Likewise.
12279 (ipa_simd_modify_function_body): Likewise.
12280 (simd_clone_adjust): Likewise.
12281 * tree-sra.c: Removed IPA-SRA. Include tree-sra.h.
12282 (type_internals_preclude_sra_p): Make public.
12283 * tree-sra.h: New file.
12284 * ipa-inline-transform.c (save_inline_function_body): Update to
12285 refelct new tree_function_versioning signature.
12286 * ipa-prop.c (adjust_agg_replacement_values): Use a helper from
12287 ipa_param_adjustments to get current parameter indices.
12288 (ipcp_modif_dom_walker::before_dom_children): Likewise.
12289 (ipcp_update_bits): Likewise.
12290 (ipcp_update_vr): Likewise.
12291 * ipa-split.c (split_function): Convert to using ipa_param_adjustments.
12292 * ipa-sra.c: New file.
12293 * multiple_target.c (create_target_clone): Update to reflet new type
12294 of create_version_clone_with_body.
12295 * trans-mem.c (ipa_tm_create_version): Update to reflect new type of
12296 tree_function_versioning.
12297 (modify_function): Update to reflect new type of
12298 tree_function_versioning.
12299 * params.def (PARAM_IPA_SRA_MAX_REPLACEMENTS): New.
12300 * passes.def: Remove old IPA-SRA and add new one.
12301 * tree-pass.h (make_pass_early_ipa_sra): Remove declaration.
12302 (make_pass_ipa_sra): Declare.
12303 * dbgcnt.def: Remove eipa_sra. Added ipa_sra_params and
12304 ipa_sra_retvalues.
12305 * doc/invoke.texi (ipa-sra-max-replacements): New.
12306
12307 2019-09-19 Martin Sebor <msebor@redhat.com>
12308
12309 PR middle-end/91631
12310 * builtins.c (component_size): Correct trailing array computation,
12311 rename to component_ref_size and move...
12312 (compute_objsize): Adjust.
12313 * gimple-ssa-warn-restrict.c (builtin_memref::refsize): New member.
12314 (builtin_access::strict): Do not consider memmove.
12315 (builtin_access::write_off): New function.
12316 (builtin_memref::builtin_memref): Initialize refsize.
12317 (builtin_memref::set_base_and_offset): Adjust refoff and compute
12318 refsize.
12319 (builtin_memref::offset_out_of_bounds): Use ooboff input values.
12320 Handle refsize.
12321 (builtin_access::builtin_access): Initialize dstoff to destination
12322 refeence offset here instead of in maybe_diag_overlap. Adjust
12323 referencess even to unrelated objects. Adjust sizrange of bounded
12324 string functions to reflect bound. For strcat, adjust destination
12325 sizrange by that of source.
12326 (builtin_access::strcat_overlap): Adjust offsets and sizes
12327 to reflect the increase in destination sizrange above.
12328 (builtin_access::overlap): Do not set dstoff here but instead
12329 in builtin_access::builtin_access.
12330 (check_bounds_or_overlap): Use builtin_access::write_off.
12331 (maybe_diag_access_bounds): Add argument. Add informational notes.
12332 (dump_builtin_memref, dump_builtin_access): New functions.
12333 * tree.c (component_ref_size): ...to here.
12334 * tree.h (component_ref_size): Declare.
12335 * tree-ssa-strlen (handle_builtin_strcat): Include the terminating
12336 nul in the size of the source string.
12337
12338 2019-09-19 Lewis Hyatt <lhyatt@gmail.com>
12339
12340 PR c/67224
12341 * doc/cpp.texi: Document support for extended characters in
12342 identifiers.
12343 * doc/cppopts.texi: Likewise.
12344
12345 2019-09-19 Richard Biener <rguenther@suse.de>
12346
12347 * tree-vect-loop.c (vect_is_slp_reduction): Remove.
12348 (check_reduction_path): New overload having the path as result.
12349 (vect_is_simple_reduction): From the detected reduction
12350 path build a SLP reduction chain if possible.
12351
12352 2019-09-19 Richard Biener <rguenther@suse.de>
12353
12354 PR target/91814
12355 * config/i386/i386-features.c (gen_gpr_to_xmm_move_src):
12356 Force operand to a register if it isn't nonimmediate_operand.
12357
12358 2019-09-19 Wilco Dijkstra <wdijkstr@arm.com>
12359
12360 * config/arm/arm.md (<logical_op>di3): Use <optab> and <CODE>.
12361 * config/arm/iterators.md (optab): Add and, ior, xor entries.
12362 (logical_op): Remove code attribute.
12363 (logical_OP): Likewise.
12364
12365 2019-09-19 Martin Liska <mliska@suse.cz>
12366
12367 * ipa-icf.c (sort_congruence_class_groups_by_decl_uid):
12368 Use proper casting.
12369
12370 2019-09-19 Richard Henderson <richard.henderson@linaro.org>
12371
12372 * config/aarch64/aarch64.c (aarch64_print_operand): Allow integer
12373 registers with %R.
12374
12375 * config/aarch64/aarch64.c (aarch64_gen_compare_reg): Add support
12376 for NE comparison of TImode values.
12377 (aarch64_emit_load_exclusive): Add support for TImode.
12378 (aarch64_emit_store_exclusive): Likewise.
12379 (aarch64_split_compare_and_swap): Disable strong_zero_p for TImode.
12380 * config/aarch64/atomics.md (@atomic_compare_and_swap<ALLI_TI>):
12381 Change iterator from ALLI to ALLI_TI.
12382 (@atomic_compare_and_swap<JUST_TI>): New.
12383 (@atomic_compare_and_swap<JUST_TI>_lse): New.
12384 (aarch64_load_exclusive_pair): New.
12385 (aarch64_store_exclusive_pair): New.
12386 * config/aarch64/iterators.md (JUST_TI): New.
12387
12388 * config/aarch64/aarch64 (aarch64_split_compare_and_swap): Disable
12389 strong_zero_p for aarch64_track_speculation; unify some code paths;
12390 use aarch64_gen_compare_reg instead of open-coding.
12391
12392 * config/aarch64/aarch64.opt (-moutline-atomics): New.
12393 * config/aarch64/aarch64.c (aarch64_atomic_ool_func): New.
12394 (aarch64_ool_cas_names, aarch64_ool_swp_names): New.
12395 (aarch64_ool_ldadd_names, aarch64_ool_ldset_names): New.
12396 (aarch64_ool_ldclr_names, aarch64_ool_ldeor_names): New.
12397 (aarch64_expand_compare_and_swap): Honor TARGET_OUTLINE_ATOMICS.
12398 * config/aarch64/atomics.md (atomic_exchange<ALLI>): Likewise.
12399 (atomic_<atomic_op><ALLI>): Likewise.
12400 (atomic_fetch_<atomic_op><ALLI>): Likewise.
12401 (atomic_<atomic_op>_fetch<ALLI>): Likewise.
12402 * doc/invoke.texi: Document -moutline-atomics.
12403
12404 2019-09-19 Feng Xue <fxue@os.amperecomputing.com>
12405
12406 * ipa-fnsummary.c (set_cond_stmt_execution_predicate): Do not compute
12407 trivial predicate for condition branch.
12408 (set_switch_stmt_execution_predicate): Do not compute trivial predicate
12409 for switch case.
12410 (compute_bb_predicates): Update predicate based on post-dominating
12411 relationship.
12412 (analyze_function_body): Calculate post-dominating information.
12413
12414 2019-09-19 Richard Sandiford <richard.sandiford@arm.com>
12415
12416 * tree-vectorizer.h (vectorizable_condition): Take an int
12417 reduction index instead of a boolean flag.
12418 * tree-vect-stmts.c (vectorizable_condition): Likewise.
12419 Swap the "then" and "else" values for EXTRACT_LAST_REDUCTION
12420 reductions if the reduction accumulator is the "then" rather
12421 than the "else" value.
12422 (vect_analyze_stmt): Update call accordingly.
12423 (vect_transform_stmt): Likewise.
12424 * tree-vect-loop.c (vectorizable_reduction): Likewise,
12425 asserting that the index is > 0.
12426
12427 2019-09-19 Martin Liska <mliska@suse.cz>
12428
12429 * ipa-icf.c (sort_sem_items_by_decl_uid): Simplify comparator.
12430 (sort_congruence_classes_by_decl_uid): Likewise.
12431 (sort_congruence_class_groups_by_decl_uid): Use std::pair for
12432 easier sorting.
12433 (sem_item_optimizer::merge_classes): Likewise.
12434
12435 2019-09-19 Richard Biener <rguenther@suse.de>
12436
12437 PR tree-optimization/91812
12438 * tree-ssa-phiprop.c (propagate_with_phi): Do not replace
12439 volatile loads.
12440
12441 2019-09-19 Richard Sandiford <richard.sandiford@arm.com>
12442
12443 * defaults.h (TARGET_UNIT): New macro.
12444 (target_unit): New type.
12445 * rtl.h (native_encode_rtx, native_decode_rtx)
12446 (native_decode_vector_rtx, subreg_size_lsb): Declare.
12447 (subreg_lsb_1): Turn into an inline wrapper around subreg_size_lsb.
12448 * rtlanal.c (subreg_lsb_1): Delete.
12449 (subreg_size_lsb): New function.
12450 * simplify-rtx.c: Include rtx-vector-builder.h
12451 (simplify_immed_subreg): Delete.
12452 (native_encode_rtx, native_decode_vector_rtx, native_decode_rtx)
12453 (simplify_const_vector_byte_offset, simplify_const_vector_subreg): New
12454 functions.
12455 (simplify_subreg): Use them.
12456 (test_vector_subregs_modes, test_vector_subregs_repeating)
12457 (test_vector_subregs_fore_back, test_vector_subregs_stepped)
12458 (test_vector_subregs): New functions.
12459 (test_vector_ops): Call test_vector_subregs for integer vector
12460 modes with at least 2 elements.
12461
12462 2019-09-19 Richard Biener <rguenther@suse.de>
12463
12464 * tree-parloops.c (parloops_is_slp_reduction): Do not set
12465 LOOP_VINFO_OPERANDS_SWAPPED.
12466 (parloops_is_simple_reduction): Likewise.
12467 * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Do not
12468 initialize operands_swapped.
12469 (_loop_vec_info::~_loop_vec_info): Do not re-canonicalize stmts.
12470 (vect_is_slp_reduction): Do not swap operands.
12471 * tree-vectorizer.h (_loop_vec_info::operands_swapped): Remove.
12472 (LOOP_VINFO_OPERANDS_SWAPPED): Likewise.
12473
12474 2019-09-19 Hongtao Liu <hongtao.liu@intel.com>
12475
12476 PR target/87007
12477 * config/i386.md (*floatuns<SWI48:mode><MODEF:mode>2_avx512):
12478 Add avx_partial_xmm_update.
12479
12480 2019-09-18 Jim Wilson <jimw@sifive.com>
12481
12482 PR target/91683
12483 * config/riscv/riscv-protos.h (riscv_split_symbol): New bool parameter.
12484 (riscv_move_integer): Likewise.
12485 * config/riscv/riscv.c (riscv_split_integer): Pass FALSE for new
12486 riscv_move_integer arg.
12487 (riscv_legitimize_move): Likewise.
12488 (riscv_force_temporary): New parameter in_splitter. Don't call
12489 force_reg if true.
12490 (riscv_unspec_offset_high): Pass FALSE for new riscv_force_temporary
12491 arg.
12492 (riscv_add_offset): Likewise.
12493 (riscv_split_symbol): New parameter in_splitter. Pass to
12494 riscv_force_temporary.
12495 (riscv_legitimize_address): Pass FALSE for new riscv_split_symbol
12496 arg.
12497 (riscv_move_integer): New parameter in_splitter. New local
12498 can_create_psuedo. Don't call riscv_split_integer or force_reg when
12499 in_splitter TRUE.
12500 (riscv_legitimize_const_move): Pass FALSE for new riscv_move_integer,
12501 riscv_split_symbol, and riscv_force_temporary args.
12502 * config/riscv/riscv.md (low<mode>+1): Pass TRUE for new
12503 riscv_move_integer arg.
12504 (low<mode>+2): Pass TRUE for new riscv_split_symbol arg.
12505
12506 2019-09-18 H.J. Lu <hongjiu.lu@intel.com>
12507
12508 PR target/90878
12509 * config/i386/x86-tune-costs.h (skylake_cost): Restore SImode
12510 hard register store cost to 6.
12511
12512 2019-09-18 H.J. Lu <hongjiu.lu@intel.com>
12513
12514 PR target/91446
12515 * config/i386/x86-tune-costs.h (skylake_cost): Increase SImode
12516 pseudo register store cost from 3 to 6 to make it the same as
12517 QImode and HImode.
12518
12519 2019-09-18 Wilco Dijkstra <wdijkstr@arm.com>
12520
12521 PR target/91738
12522 * config/arm/arm.md (<logical_op>di3): Expand explicitly.
12523 (one_cmpldi2): Likewise.
12524 * config/arm/arm.c (const_ok_for_dimode_op): Return true if one
12525 of the constant parts is simple.
12526 * config/arm/iterators.md (LOGICAL): Add new code iterator.
12527 (logical_op): Add new code attribute.
12528 (logical_OP): Likewise.
12529 * config/arm/predicates.md (arm_anddi_operand): Add predicate.
12530 (arm_iordi_operand): Add predicate.
12531 (arm_xordi_operand): Add predicate.
12532
12533 2019-09-18 Wilco Dijkstra <wdijkstr@arm.com>
12534
12535 * config/arm/arm.md (maddsidi4): Remove expander.
12536 (mulsidi3adddi): Remove pattern.
12537 (mulsidi3adddi_v6): Likewise.
12538 (mulsidi3_nov6): Likewise.
12539 (mulsidi3_v6): Likewise.
12540 (umulsidi3): Remove expander.
12541 (umulsidi3_nov6): Remove pattern.
12542 (umulsidi3_v6): Likewise.
12543 (umulsidi3adddi): Likewise.
12544 (umulsidi3adddi_v6): Likewise.
12545 (<Us>mulsidi3): Add combined expander.
12546 (<Us>maddsidi4): Likewise.
12547 (<US>mull): Add combined umull and smull pattern.
12548 (<US>mlal): Likewise.
12549 * config/arm/iterators.md (Us): Add new iterator.
12550
12551 2019-09-18 Richard Biener <rguenther@suse.de>
12552
12553 * tree-vect-loop.c (vect_is_simple_reduction): Remove operand
12554 swapping.
12555 (vectorize_fold_left_reduction): Remove assert.
12556 (vectorizable_reduction): Also expect COND_EXPR non-reduction
12557 operand in position 2. Remove assert.
12558
12559 2019-09-18 Wilco Dijkstra <wdijkstr@arm.com>
12560
12561 * config/arm/arm.md (smulsi3_highpart): Use <US> and <SE> iterators.
12562 (smulsi3_highpart_nov6): Remove pattern.
12563 (smulsi3_highpart_v6): Likewise.
12564 (umulsi3_highpart): Likewise.
12565 (umulsi3_highpart_nov6): Likewise.
12566 (umulsi3_highpart_v6): Likewise.
12567 (<US>mull_high): Add new combined multiply pattern.
12568
12569 2019-09-18 Wilco Dijkstra <wdijkstr@arm.com>
12570
12571 * config/arm/arm.md (arm_mulsi3): Remove pattern.
12572 (arm_mulsi3_v6): Likewise.
12573 (mulsi3addsi_v6): Likewise.
12574 (mulsi3subsi): Likewise.
12575 (mul): Add new multiply pattern.
12576 (mla): Likewise.
12577 (mls): Likewise.
12578
12579 2019-09-18 Richard Biener <rguenther@suse.de>
12580
12581 * tree-parloops.c (report_ploop_op): Copy from report_vect_op.
12582 (parloops_valid_reduction_input_p): Copy from
12583 valid_reduction_input_p.
12584 (parloops_is_slp_reduction): Copy from vect_is_slp_reduction.
12585 (parloops_needs_fold_left_reduction_p): Copy from
12586 needs_fold_left_reduction_p.
12587 (parloops_is_simple_reduction): Copy from
12588 vect_is_simple_reduction.
12589 (parloops_force_simple_reduction): Copy from
12590 vect_force_simple_reduction.
12591 (gather_scalar_reductions): Adjust.
12592 * tree-vect-loop.c (vect_force_simple_reduction): Make static.
12593 * tree-vectorizer.h (vect_force_simple_reduction): Remove.
12594
12595 2019-09-18 Richard Biener <rguenther@suse.de>
12596
12597 * tree-vectorizer.h (get_initial_def_for_reduction): Remove.
12598 * tree-vect-loop.c (get_initial_def_for_reduction): Make
12599 static.
12600 (vect_create_epilog_for_reduction): Remove dead code.
12601
12602 2019-09-18 Richard Sandiford <richard.sandiford@arm.com>
12603
12604 * varasm.c (assemble_real): Generate canonical const_ints.
12605
12606 2019-09-18 Richard Biener <rguenther@suse.de>
12607
12608 PR lto/91763
12609 * lto-streamer-in.c (input_eh_regions): Move EH init to
12610 lto_materialize_function.
12611 * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers):
12612 Likewise.
12613
12614 2019-09-18 Richard Sandiford <richard.sandiford@arm.com>
12615
12616 * tree-ssa-ccp.c (get_value_for_expr): Check whether CONSTANTs
12617 are INTEGER_CSTs.
12618
12619 2019-09-18 Richard Sandiford <richard.sandiford@arm.com>
12620
12621 * gimplify.c (gimplify_decl_expr): Use poly_int_tree_p instead
12622 of checking specifically for INTEGER_CST.
12623
12624 2019-09-18 Richard Sandiford <richard.sandiford@arm.com>
12625
12626 * stor-layout.c (compute_record_mode): Operate on poly_uint64
12627 sizes instead of uhwi sizes.
12628
12629 2019-09-18 Richard Sandiford <richard.sandiford@arm.com>
12630
12631 * dwarf2out.c (loc_list_from_tree_1): Handle POLY_INT_CST.
12632 (add_const_value_attribute): Handle CONST_POLY_INT.
12633
12634 2019-09-18 Martin Liska <mliska@suse.cz>
12635
12636 * dbgcnt.def (store_merging): New counter.
12637 * gimple-ssa-store-merging.c (imm_store_chain_info::output_merged_stores):
12638 Use it in store merging.
12639
12640 2019-09-17 Richard Sandiford <richard.sandiford@arm.com>
12641
12642 * config/aarch64/aarch64.c (aarch64_sched_variable_issue): New
12643 function.
12644 (TARGET_SCHED_VARIABLE_ISSUE): New macro.
12645 * config/arm/arm.c (arm_sched_variable_issue): New function.
12646 (TARGET_SCHED_VARIABLE_ISSUE): New macro.
12647
12648 2019-09-17 Richard Sandiford <richard.sandiford@arm.com>
12649
12650 * config/arm/types.md (no_reservation): New reservation.
12651 * config/aarch64/falkor.md (falkor_other_0_nothing): Don't handle
12652 no_insn here.
12653 * config/aarch64/saphira.md (saphira_other_0_nothing): Likewise.
12654 * config/aarch64/thunderx2t99.md (thunderx2t99_nothing): Likewise.
12655 * config/aarch64/tsv110.md (tsv110_alu): Likewise.
12656 * config/arm/arm1020e.md (1020alu_op): Likewise.
12657 * config/arm/arm1026ejs.md (alu_op): Likewise.
12658 * config/arm/arm1136jfs.md (11_alu_op): Likewise.
12659 * config/arm/arm926ejs.md (9_alu_op): Likewise.
12660 * config/arm/cortex-a15.md (cortex_a15_alu): Likewise.
12661 * config/arm/cortex-a17.md (cortex_a17_alu): Likewise.
12662 * config/arm/cortex-a5.md (cortex_a5_alu): Likewise.
12663 * config/arm/cortex-a53.md (cortex_a53_alu): Likewise.
12664 * config/arm/cortex-a57.md (cortex_a57_alu): Likewise.
12665 * config/arm/cortex-a7.md (cortex_a7_alu_shift): Likewise.
12666 * config/arm/cortex-a8.md (cortex_a8_alu): Likewise.
12667 * config/arm/cortex-a9.md (cortex_a9_dp): Likewise.
12668 * config/arm/cortex-m4.md (cortex_m4_alu): Likewise.
12669 * config/arm/cortex-m7.md (cortex_m7_alu_simple): Likewise.
12670 * config/arm/cortex-r4.md (cortex_r4_alu_shift_reg): Likewise.
12671 * config/arm/fa526.md (526_alu_op): Likewise.
12672 * config/arm/fa606te.md (606te_alu_op): Likewise.
12673 * config/arm/fa626te.md (626te_alu_op): Likewise.
12674 * config/arm/fa726te.md (726te_alu_op): Likewise.
12675 * config/arm/xgene1.md (xgene1_nop): Likewise.
12676
12677 2019-09-17 Richard Sandiford <richard.sandiford@arm.com>
12678
12679 * config/arm/thumb1.md (*thumb1_tablejump): Change type from
12680 "no_insn" to "branch".
12681
12682 2019-09-17 Richard Sandiford <richard.sandiford@arm.com>
12683
12684 * array-traits.h (array_traits<T[N]>::size): Remove parameter name.
12685
12686 2019-09-17 Richard Biener <rguenther@suse.de>
12687
12688 PR debug/91772
12689 * dwarf2out.c (dwarf2out_late_global_decl): If early dwarf
12690 was missing generate locations only once.
12691
12692 2019-09-17 Feng Xue <fxue@os.amperecomputing.com>
12693
12694 PR ipa/91089
12695 * doc/invoke.texi (ipa-max-switch-predicate-bounds): Document new
12696 option.
12697 * params.def (PARAM_IPA_MAX_SWITCH_PREDICATE_BOUNDS): New.
12698 * ipa-fnsummary.c (set_switch_stmt_execution_predicate): Add predicate
12699 for switch default case using range analysis information.
12700
12701 2019-09-17 Christophe Lyon <christophe.lyon@linaro.org>
12702
12703 PR target/91749
12704 * config/arm/arm.c (arm_valid_target_attribute_rec): Make sure the
12705 mode attributed is supported by FDPIC.
12706
12707 2019-09-17 Richard Biener <rguenther@suse.de>
12708
12709 PR tree-optimization/91790
12710 * tree-vect-stmts.c (vectorizable_load): For BB vectorization
12711 use the correct DR for setting up realignment.
12712
12713 2019-09-16 Uroš Bizjak <ubizjak@gmail.com>
12714
12715 PR target/91719
12716 * config/i386/i386.h (TARGET_USE_XCHG_FOR_ATOMIC_STORE): New macro.
12717 * config/i386/x86-tune.def (X86_TUNE_USE_XCHG_FOR_ATOMIC_STORE): New.
12718 * config/i386/sync.md (atomic_store<mode>): emit XCHG for
12719 TARGET_USE_XCHG_FOR_ATOMIC_STORE.
12720
12721 2019-09-16 Jason Merrill <jason@redhat.com>
12722
12723 * Makefile.in (build/genmatch.o): Depend on $(CPPLIB_H).
12724
12725 2019-09-16 Martin Liska <mliska@suse.cz>
12726
12727 * gimple-fold.c (or_comparisons_1): Remove rules moved
12728 to ...
12729 * match.pd: ... here.
12730
12731 2019-09-16 Martin Liska <mliska@suse.cz>
12732
12733 * gimple-fold.c (or_comparisons_1): Remove rules
12734 moved to ...
12735 * match.pd: ... here.
12736
12737 2019-09-16 Martin Liska <mliska@suse.cz>
12738
12739 * genmatch.c (dt_node::append_simplify): Do not print
12740 warning when we have duplicate patterns belonging
12741 to a same simplify rule.
12742 * gimple-fold.c (and_comparisons_1): Remove matching moved to match.pd.
12743 (maybe_fold_comparisons_from_match_pd): Handle
12744 tcc_comparison as a results.
12745 * match.pd: Handle (X == CST1) && (X OP2 CST2) conditions.
12746
12747 2019-09-16 Li Jia He <helijia@linux.ibm.com>
12748 Qi Feng <ffengqi@linux.ibm.com>
12749
12750 PR middle-end/88784
12751 * match.pd (x > y && x != XXX_MIN): Optimize into 'x > y'.
12752 (x > y && x == XXX_MIN): Optimize into 'false'.
12753 (x <= y && x == XXX_MIN): Optimize into 'x == XXX_MIN'.
12754 (x < y && x != XXX_MAX): Optimize into 'x < y'.
12755 (x < y && x == XXX_MAX): Optimize into 'false'.
12756 (x >= y && x == XXX_MAX): Optimize into 'x == XXX_MAX'.
12757 (x > y || x != XXX_MIN): Optimize into 'x != XXX_MIN'.
12758 (x <= y || x != XXX_MIN): Optimize into 'true'.
12759 (x <= y || x == XXX_MIN): Optimize into 'x <= y'.
12760 (x < y || x != XXX_MAX): Optimize into 'x != XXX_MAX'.
12761 (x >= y || x != XXX_MAX): Optimize into 'true'.
12762 (x >= y || x == XXX_MAX): Optimize into 'x >= y'.
12763
12764 2019-09-16 Li Jia He <helijia@linux.ibm.com>
12765 Martin Liska <mliska@suse.cz>
12766
12767 * gimple-fold.c (and_comparisons_1): Add type as first
12768 argument.
12769 (and_var_with_comparison): Likewise.
12770 (and_var_with_comparison_1): Likewise.
12771 (or_comparisons_1): Likewise.
12772 (or_var_with_comparison): Likewise.
12773 (or_var_with_comparison_1): Likewise.
12774 (maybe_fold_and_comparisons): Call maybe_fold_comparisons_from_match_pd.
12775 (maybe_fold_or_comparisons): Likewise.
12776 (maybe_fold_comparisons_from_match_pd): New.
12777 * gimple-fold.h (maybe_fold_and_comparisons): Add type argument.
12778 (maybe_fold_or_comparisons): Likewise.
12779 * gimple.c (gimple_size): Make it public and add num_ops argument.
12780 (gimple_init): New function.
12781 (gimple_alloc): Call gimple_init.
12782 * gimple.h (gimple_size): New.
12783 (gimple_init): Likewise.
12784 * tree-if-conv.c (fold_or_predicates): Pass type.
12785 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
12786 * tree-ssa-reassoc.c (eliminate_redundant_comparison): Likewise.
12787 (optimize_vec_cond_expr): Likewise.
12788 (ovce_extract_ops): Return type of conditional expression.
12789 * tree-ssanames.c (init_ssa_name_imm_use): New.
12790 (make_ssa_name_fn): Use init_ssa_name_imm_use.
12791 * tree-ssanames.h (init_ssa_name_imm_use): New.
12792
12793 2019-09-16 Richard Biener <rguenther@suse.de>
12794
12795 PR tree-optimization/91756
12796 PR tree-optimization/87132
12797 * tree-ssa-alias.h (enum translate_flags): New.
12798 (get_continuation_for_phi): Use it instead of simple bool flag.
12799 (walk_non_aliased_vuses): Likewise.
12800 * tree-ssa-alias.c (maybe_skip_until): Adjust.
12801 (get_continuation_for_phi): When looking across backedges only
12802 disallow valueization.
12803 (walk_non_aliased_vuses): Adjust.
12804 * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid valueization
12805 if requested.
12806
12807 2019-09-14 Kewen Lin <linkw@gcc.gnu.org>
12808
12809 PR middle-end/80791
12810 * config/rs6000/rs6000.c (TARGET_HAVE_COUNT_REG_DECR_P): New macro.
12811 (TARGET_DOLOOP_COST_FOR_GENERIC): Likewise.
12812 (TARGET_DOLOOP_COST_FOR_ADDRESS): Likewise.
12813 * target.def (have_count_reg_decr_p): New hook.
12814 (doloop_cost_for_generic): Likewise.
12815 (doloop_cost_for_address): Likewise.
12816 * doc/tm.texi.in (TARGET_HAVE_COUNT_REG_DECR_P): Likewise.
12817 (TARGET_DOLOOP_COST_FOR_GENERIC): Likewise.
12818 (TARGET_DOLOOP_COST_FOR_ADDRESS): Likewise.
12819 * doc/tm.texi: Regenerate.
12820 * tree-ssa-loop-ivopts.c (comp_cost::operator+=): Consider infinite cost
12821 addend.
12822 (record_group): Init doloop_p.
12823 (add_candidate_1): Add optional argument doloop, change the handlings
12824 accordingly.
12825 (add_candidate): Likewise.
12826 (generic_predict_doloop_p): Update attribute.
12827 (force_expr_to_var_cost): Add costing for expressions COND_EXPR/LT_EXPR/
12828 LE_EXPR/GT_EXPR/GE_EXPR/EQ_EXPR/NE_EXPR/UNORDERED_EXPR/ORDERED_EXPR/
12829 UNLT_EXPR/UNLE_EXPR/UNGT_EXPR/UNGE_EXPR/UNEQ_EXPR/LTGT_EXPR/MAX_EXPR/
12830 MIN_EXPR.
12831 (get_computation_cost): Update for doloop IV cand extra cost.
12832 (determine_group_iv_cost_cond): Update for doloop IV cand.
12833 (determine_iv_cost): Likewise.
12834 (ivopts_estimate_reg_pressure): Likewise.
12835 (may_eliminate_iv): Update handlings for doloop IV cand.
12836 (add_iv_candidate_for_doloop): New function.
12837 (find_iv_candidates): Call function add_iv_candidate_for_doloop.
12838 (iv_ca_set_no_cp): Update for doloop IV cand.
12839 (iv_ca_set_cp): Likewise.
12840 (iv_ca_dump): Dump register cost.
12841 (find_doloop_use): New function.
12842 (analyze_and_mark_doloop_use): Likewise.
12843 (tree_ssa_iv_optimize_loop): Call function analyze_and_mark_doloop_use.
12844
12845 2019-09-13 Bernd Edlinger <bernd.edlinger@hotmail.de>
12846
12847 PR middle-end/91708
12848 * cse.c (cse_insn): Do not replace anything with a
12849 MEM.
12850
12851 2019-09-13 Ian Lance Taylor <iant@golang.org>
12852
12853 * doc/invoke.texi (Optimize Options): Fix typo.
12854
12855 2019-09-12 Uroš Bizjak <ubizjak@gmail.com>
12856
12857 PR tree-optimization/89386
12858 * config/i386/sse.md (smulhrs<mode>3): New expander.
12859 (smulhrsv4hi3): Ditto.
12860
12861 2019-09-12 Richard Biener <rguenther@suse.de>
12862
12863 PR tree-optimization/91750
12864 * tree-vect-loop.c (vectorizable_induction): Compute IV increments
12865 in the type of the evolution.
12866
12867 2019-09-12 Yuliang Wang <yuliang.wang@arm.com>
12868
12869 PR tree-optimization/89386
12870 * config/aarch64/aarch64-sve2.md (<su>mull<bt><Vwide>)
12871 (<r>shrnb<mode>, <r>shrnt<mode>): New SVE2 patterns.
12872 (<su>mulh<r>s<mode>3): New pattern for MULHRS.
12873 * config/aarch64/iterators.md (UNSPEC_SMULLB, UNSPEC_SMULLT)
12874 (UNSPEC_UMULLB, UNSPEC_UMULLT, UNSPEC_SHRNB, UNSPEC_SHRNT)
12875 (UNSPEC_RSHRNB, UNSPEC_RSHRNT, UNSPEC_SMULHS, UNSPEC_SMULHRS)
12876 UNSPEC_UMULHS, UNSPEC_UMULHRS): New unspecs.
12877 (MULLBT, SHRNB, SHRNT, MULHRS): New int iterators.
12878 (su, r): Handle the unspecs above.
12879 (bt): New int attribute.
12880 * internal-fn.def (IFN_MULHS, IFN_MULHRS): New internal functions.
12881 * internal-fn.c (first_commutative_argument): Commutativity info for
12882 above.
12883 * optabs.def (smulhs_optab, smulhrs_optab, umulhs_optab)
12884 (umulhrs_optab): New optabs.
12885 * doc/md.texi (smulhs$var{m3}, umulhs$var{m3})
12886 (smulhrs$var{m3}, umulhrs$var{m3}): Documentation for the above.
12887 * tree-vect-patterns.c (vect_recog_mulhs_pattern): New pattern
12888 function.
12889 (vect_vect_recog_func_ptrs): Add it.
12890
12891 2019-09-11 Michael Meissner <meissner@linux.ibm.com>
12892
12893 * config/rs6000/predicates.md (non_add_cint_operand): Simplify the
12894 code.
12895
12896 2019-09-11 Nathan Sidwell <nathan@acm.org>
12897
12898 * tree.h (MARK_TS_TYPE_NON_COMMON): New.
12899 * tree.c (tree_node_structure_for_code): Reformat and alphabetize.
12900
12901 2019-09-11 Richard Biener <rguenther@suse.de>
12902
12903 * lto-opts.c (lto_write_options): Stream -g when debug is enabled.
12904 * lto-wrapper.c (merge_and_complain): Pick up -g.
12905 (append_compiler_options): Likewise.
12906 (run_gcc): Re-instantiate handling -g0 at link-time.
12907 * doc/invoke.texi (flto): Document debug info generation.
12908
12909 2019-09-11 Richard Biener <rguenther@suse.de>
12910
12911 PR tree-optimization/90387
12912 * vr-values.c (vr_values::extract_range_basic): After inlining
12913 simplify non-constant __builtin_constant_p to false.
12914
12915 2019-09-11 Eric Botcazou <ebotcazou@adacore.com>
12916
12917 PR rtl-optimization/89795
12918 * rtlanal.c (nonzero_bits1) <SUBREG>: Do not propagate results from
12919 inner REGs to paradoxical SUBREGs if WORD_REGISTER_OPERATIONS is set.
12920
12921 2019-09-11 Jakub Jelinek <jakub@redhat.com>
12922
12923 PR tree-optimization/91723
12924 * tree-vect-stmts.c (vectorizable_call): Use types_compatible_p check
12925 instead of pointer equality when checking if argument vectypes are
12926 the same.
12927
12928 PR middle-end/91725
12929 * match.pd ((A / (1 << B)) -> (A >> B)): Call tree_nonzero_bits instead
12930 of get_nonzero_bits, only call it for integral types.
12931
12932 2019-09-11 Richard Biener <rguenther@suse.de>
12933
12934 Revert
12935 2019-09-09 Barnaby Wilks <barnaby.wilks@arm.com>
12936
12937 * match.pd: Add flag_unsafe_math_optimizations check
12938 before deciding on the widest type in a binary math operation.
12939
12940 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
12941
12942 * doc/tm.texi.in: Document that exactly one of CALL_USED_REGISTERS
12943 and CALL_REALLY_USED_REGISTERS must be defined, and that
12944 CALL_REALLY_USED_REGISTERS is preferred.
12945 * doc/tm.texi: Regenerate.
12946 * hard-reg-set.h (target_hard_regs::x_call_really_used_regs): Delete.
12947 (call_really_used_regs): Likewise.
12948 * reginfo.c: Raise an #error if both CALL_USED_REGISTERS and
12949 CALL_REALLY_USED_REGISTERS are defined.
12950 (initial_call_used_regs): Use CALL_REALLY_USED_REGISTERS as the
12951 initial value if defined.
12952 (initial_call_really_used_regs): Delete.
12953 (saved_call_really_used_regs): Likewise.
12954 (CALL_REALLY_USED_REGNO_P): Likewise.
12955 (init_reg_sets): Remove handling of call_really_used_regs.
12956 (save_register_info, restore_register_info, globalize_reg): Likewise.
12957 (init_reg_sets_1): Likewise. Use call_used_regs instead of
12958 CALL_REALLY_USED_REGNO_P. Don't set call_used_regs for registers
12959 outside operand_reg_set.
12960 (fix_register): Don't change call_used_regs if
12961 CALL_REALLY_USED_REGISTERS is defined.
12962 * config/csky/csky.h (CALL_USED_REGISTERS): Delete.
12963 * config/csky/csky.c (get_csky_live_regs): Use call_used_regs
12964 instead of call_really_used_regs.
12965 (csky_conditional_register_usage): Remove the old handling of
12966 call_used_regs and change the handling of call_really_used_regs
12967 to use call_used_regs instead.
12968 * config/ia64/ia64.h (CALL_USED_REGISTERS): Delete.
12969 * config/ia64/ia64.c (fix_range): Don't set call_used_regs when
12970 making a register fixed.
12971 * config/m32r/m32r.h (CALL_USED_REGISTERS): Delete.
12972 * config/m32r/m32r.c (MUST_SAVE_REGISTER): Use call_used_regs
12973 instead of call_really_used_regs.
12974 (m32r_conditional_register_usage): Don't set call_used_regs when
12975 making a register fixed.
12976 * config/mips/mips.h (CALL_USED_REGISTERS): Delete.
12977 * config/mips/mips.c (mips_global_pointer): Use call_used_regs
12978 instead of call_really_used_regs.
12979 (mips_interrupt_extra_call_saved_reg_p): Likewise.
12980 (mips_cfun_call_saved_reg_p): Likewise.
12981 (mips_swap_registers): Remove the old handling of call_used_regs
12982 and change the handling of call_really_used_regs to use call_used_regs
12983 instead.
12984 (mips_conditional_register_usage): Likewise.
12985 * config/mn10300/mn10300.h (CALL_USED_REGISTERS): Delete.
12986 * config/mn10300/mn10300.c (fp_regs_to_save): Use call_used_regs
12987 instead of call_really_used_regs.
12988 (mn10300_get_live_callee_saved_regs): Likewise.
12989 (mn10300_expand_prologue, mn10300_expand_epilogue): Likewise.
12990 (mn10300_conditional_register_usage): Don't set call_used_regs when
12991 making a register fixed.
12992 * config/rs6000/rs6000.h (CALL_USED_REGISTERS): Delete.
12993 * config/rs6000/rs6000.c (rs6000_conditional_register_usage):
12994 Remove the old handling of call_used_regs and change the handling
12995 of call_really_used_regs to use call_used_regs instead.
12996 * config/s390/s390.h (CALL_USED_REGISTERS): Delete.
12997 * config/s390/s390.c (s390_regs_ever_clobbered): Use call_used_regs
12998 instead of call_really_used_regs.
12999 (s390_register_info_gprtofpr, s390_register_info): Likewise.
13000 (s390_hard_regno_rename_ok, s390_hard_regno_scratch_ok): Likewise.
13001 (s390_emit_prologue, s300_set_up_by_prologue): Likewise.
13002 (s390_can_use_return_insn, s390_optimize_prologue): Likewise.
13003 (s390_conditional_register_usage): Remove the old handling of
13004 call_used_regs and change the handling of call_really_used_regs
13005 to use call_used_regs instead.
13006 * config/sh/sh.h (CALL_USED_REGISTERS): Delete.
13007 * config/sh/sh.c (output_stack_adjust, calc_live_regs): Likewise.
13008 (sh_fix_range, reg_unused_after): Likewise.
13009 (sh_conditional_register_usage): Remove the old handling of
13010 call_used_regs and change the handling of call_really_used_regs
13011 to use call_used_regs instead.
13012 * config/sparc/sparc.h (CALL_USED_REGISTERS): Delete.
13013 * config/sparc/sparc.c (sparc_conditional_register_usage): Don't set
13014 call_used_regs when making a register fixed.
13015 * config/tilegx/tilegx.h (CALL_USED_REGISTERS): Delete.
13016 * config/tilegx/tilegx.c (tilegx_conditional_register_usage): Don't set
13017 call_used_regs when making a register fixed.
13018 * config/tilepro/tilepro.h (CALL_USED_REGISTERS): Delete.
13019 * config/tilepro/tilepro.c (tilepro_conditional_register_usage): Don't
13020 set call_used_regs when making a register fixed.
13021 * config/visium/visium.h (CALL_USED_REGISTERS): Delete.
13022 * config/visium/visium.c (visium_conditional_register_usage): Remove
13023 the old handling of call_used_regs and change the handling of
13024 call_really_used_regs to use call_used_regs instead.
13025
13026 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13027
13028 * hard-reg-set.h (call_used_regs): Only define if IN_TARGET_CODE.
13029 (call_used_or_fixed_reg_p): Expand definition of call_used_regs.
13030 * reginfo.c (call_used_regs): New macro.
13031
13032 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13033
13034 * config/alpha/alpha.c (alpha_compute_frame_layout): Remove redundant
13035 fixed_regs test.
13036 * config/bpf/bpf.c (bpf_compute_frame_layout, bpf_expand_prologue)
13037 (bpf_expand_epilogue): Likewise.
13038 * config/c6x/c6x.c (c6x_save_reg): Likewise.
13039 * config/ft32/ft32.c (ft32_expand_prologue): Likewise.
13040 (ft32_expand_epilogue): Likewise.
13041 * config/i386/i386.c (ix86_save_reg): Likewise.
13042 * config/moxie/moxie.c (moxie_expand_prologue): Likewise.
13043 (moxie_expand_epilogue): Likewise.
13044 * config/tilegx/tilegx.c (need_to_save_reg): Likewise.
13045 * config/tilepro/tilepro.c (need_to_save_reg): Likewise.
13046 * config/xtensa/xtensa.c (xtensa_call_save_reg): Likewise.
13047
13048 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13049
13050 * hard-reg-set.h (call_used_or_fixed_reg_p): New macro.
13051 * cfgloopanal.c (init_set_costs): Use call_used_or_fixed_reg_p
13052 instead of testing call_used_regs directly.
13053 * config/aarch64/aarch64.c (aarch64_layout_frame): Likewise.
13054 (aarch64_components_for_bb): Likewise.
13055 * config/alpha/alpha.c (alpha_compute_frame_layout): Likewise.
13056 * config/arc/arc.c (arc_must_save_register): Likewise.
13057 (arc_epilogue_uses): Likewise.
13058 * config/arm/arm.c (arm_option_override, use_return_insn): Likewise.
13059 (legitimize_pic_address, callee_saved_reg_p): Likewise.
13060 (arm_compute_save_reg0_reg12_mask): Likewise.
13061 (arm_compute_save_core_reg_mask): Likewise.
13062 (arm_get_vfp_saved_size, arm_compute_frame_layout): Likewise.
13063 (arm_save_coproc_regs, thumb1_extra_regs_pushed): Likewise.
13064 (cmse_nonsecure_entry_clear_before_return): Likewise.
13065 (thumb1_expand_epilogue, arm_expand_epilogue_apcs_frame): Likewise.
13066 (arm_expand_epilogue): Likewise.
13067 * config/avr/avr.c (avr_regs_to_save, sequent_regs_live): Likewise.
13068 (avr_function_arg_advance, avr_find_unused_d_reg): Likewise.
13069 (_reg_unused_after): Likewise.
13070 * config/bfin/bfin.c (must_save_p, expand_prologue_reg_save): Likewise.
13071 (expand_epilogue_reg_restore, n_regs_saved_by_prologue): Likewise.
13072 (add_to_reg, hwloop_optimize): Likewise.
13073 * config/bpf/bpf.c (bpf_compute_frame_layout, bpf_expand_prologue)
13074 (bpf_expand_epilogue): Likewise.
13075 * config/c6x/c6x.c (c6x_save_reg, c6x_regno_reg_class): Likewise.
13076 * config/cr16/cr16.c (cr16_compute_save_regs): Likewise.
13077 * config/cris/cris.c (cris_reg_saved_in_regsave_area): Likewise.
13078 * config/epiphany/epiphany.c (epiphany_init_reg_tables): Likewise.
13079 (epiphany_compute_function_type, MUST_SAVE_REGISTER): Likewise.
13080 (epiphany_output_mi_thunk, epiphany_start_function): Likewise.
13081 * config/fr30/fr30.c (fr30_num_arg_regs): Likewise.
13082 * config/frv/frv.c (frv_stack_info): Likewise.
13083 * config/ft32/ft32.c (ft32_compute_frame): Likewise.
13084 (ft32_expand_prologue, ft32_expand_epilogue): Likewise.
13085 * config/gcn/gcn.c (gcn_compute_frame_offsets): Likewise.
13086 (move_callee_saved_registers): Likewise.
13087 * config/h8300/h8300.c (byte_reg): Likewise.
13088 * config/i386/i386-options.c (ix86_set_current_function): Likewise.
13089 * config/i386/i386.c (ix86_save_reg, ix86_expand_prologue): Likewise.
13090 (ix86_expand_epilogue, x86_order_regs_for_local_alloc): Likewise.
13091 * config/i386/predicates.md (sibcall_memory_operand): Likewise.
13092 * config/ia64/ia64.c (emit_safe_across_calls, find_gr_spill): Likewise.
13093 (next_scratch_gr_reg, ia64_compute_frame_size): Likewise.
13094 * config/iq2000/iq2000.h (MUST_SAVE_REGISTER): Likewise.
13095 * config/lm32/lm32.c (lm32_compute_frame_size): Likewise.
13096 * config/m32c/m32c.c (need_to_save): Likewise.
13097 * config/m68k/m68k.c (m68k_save_reg): Likewise.
13098 * config/mcore/mcore.c (calc_live_regs): Likewise.
13099 * config/microblaze/microblaze.c (microblaze_must_save_register):
13100 Likewise.
13101 * config/mmix/mmix.c (mmix_local_regno): Likewise.
13102 (mmix_initial_elimination_offset, mmix_reorg): Likewise.
13103 (mmix_use_simple_return, mmix_expand_prologue): Likewise.
13104 (mmix_expand_epilogue): Likewise.
13105 * config/moxie/moxie.c (moxie_compute_frame): Likewise.
13106 (moxie_expand_prologue, moxie_expand_epilogue): Likewise.
13107 * config/msp430/msp430.c (msp430_preserve_reg_p): Likewise.
13108 * config/nds32/nds32.h (nds32_16bit_address_type): Likewise.
13109 (NDS32_REQUIRED_CALLEE_SAVED_P): Likewise.
13110 * config/nios2/nios2.c (prologue_saved_reg_p): Likewise.
13111 * config/or1k/or1k.c (callee_saved_regno_p): Likewise.
13112 * config/pa/pa.c (pa_expand_prologue, pa_expand_epilogue): Likewise.
13113 * config/pdp11/pdp11.c (pdp11_saved_regno): Likewise.
13114 * config/pru/pru.c (prologue_saved_reg_p): Likewise.
13115 * config/riscv/riscv.c (riscv_save_reg_p): Likewise.
13116 (riscv_epilogue_uses, riscv_hard_regno_mode_ok): Likewise.
13117 * config/rl78/rl78.c (need_to_save): Likewise.
13118 * config/rs6000/rs6000-logue.c (save_reg_p): Likewise.
13119 (rs6000_stack_info, generate_set_vrsave): Likewise.
13120 (rs6000_emit_prologue, rs6000_emit_epilogue): Likewise.
13121 * config/rs6000/rs6000.c (rs6000_debug_reg_print): Likewise.
13122 * config/rx/rx.c (rx_get_stack_layout): Likewise.
13123 * config/s390/s390.c (s390_call_saved_register_used): Likewise.
13124 * config/sh/sh.c (calc_live_regs, sh_output_mi_thunk): Likewise.
13125 * config/sparc/sparc.c (save_global_or_fp_reg_p): Likewise.
13126 (save_local_or_in_reg_p): Likewise.
13127 * config/stormy16/stormy16.c (REG_NEEDS_SAVE): Likewise.
13128 (xstormy16_epilogue_uses): Likewise.
13129 * config/tilegx/tilegx.c (need_to_save_reg): Likewise.
13130 * config/tilepro/tilepro.c (need_to_save_reg): Likewise.
13131 * config/v850/v850.c (compute_register_save_size): Likewise.
13132 * config/vax/vax.c (vax_expand_prologue): Likewise.
13133 * config/visium/visium.c (visium_save_reg_p): Likewise.
13134 * config/xtensa/xtensa.c (xtensa_call_save_reg): Likewise.
13135 * cselib.c (cselib_process_insn): Likewise.
13136 * df-scan.c (df_get_entry_block_def_set): Likewise.
13137 * function.c (aggregate_value_p): Likewise.
13138 * haifa-sched.c (alloc_global_sched_pressure_data): Likewise.
13139 * ira-lives.c (process_bb_node_lives): Likewise.
13140 * ira.c (do_reload): Likewise.
13141 * lra-lives.c (process_bb_lives): Likewise.
13142 * lra-remat.c (lra_remat): Likewise.
13143 * lra.c (lra): Likewise.
13144 * postreload.c (reload_combine_recognize_pattern): Likewise.
13145 (reload_cse_move2add): Likewise.
13146 * recog.c (peep2_find_free_register): Likewise.
13147 * regrename.c (check_new_reg_p): Likewise.
13148 * reload.c (find_equiv_reg): Likewise.
13149 * reload1.c (reload, find_reg): Likewise.
13150 * sel-sched.c (init_hard_regs_data): Likewise.
13151
13152 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13153
13154 * config/frv/frv.c (frv_ifcvt_modify_tests): Use
13155 regs_invalidated_by_call & ~fixed_reg_set instead of
13156 call_used_or_fixed_regs & ~fixed_reg_set.
13157 * config/sh/sh.c (output_stack_adjust): Likewise.
13158
13159 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13160
13161 * hard-reg-set.h (target_hard_regs::x_call_used_reg_set): Delete.
13162 (call_used_reg_set): Delete.
13163 (call_used_or_fixed_regs): New macro.
13164 * reginfo.c (init_reg_sets_1, globalize_reg): Remove initialization
13165 of call_used_reg_set.
13166 * caller-save.c (setup_save_areas): Use call_used_or_fixed_regs
13167 instead of call_used_regs.
13168 (save_call_clobbered_regs): Likewise.
13169 * cfgcleanup.c (old_insns_match_p): Likewise.
13170 * config/c6x/c6x.c (c6x_call_saved_register_used): Likewise.
13171 * config/epiphany/epiphany.c (epiphany_conditional_register_usage):
13172 Likewise.
13173 * config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
13174 * config/sh/sh.c (output_stack_adjust): Likewise.
13175 * final.c (collect_fn_hard_reg_usage): Likewise.
13176 * ira-build.c (ira_build): Likewise.
13177 * ira-color.c (calculate_saved_nregs): Likewise.
13178 (allocno_reload_assign, calculate_spill_cost): Likewise.
13179 * ira-conflicts.c (ira_build_conflicts): Likewise.
13180 * ira-costs.c (ira_tune_allocno_costs): Likewise.
13181 * ira-lives.c (process_bb_node_lives): Likewise.
13182 * ira.c (setup_reg_renumber): Likewise.
13183 * lra-assigns.c (find_hard_regno_for_1, lra_assign): Likewise.
13184 * lra-constraints.c (need_for_call_save_p): Likewise.
13185 (need_for_split_p, inherit_in_ebb): Likewise.
13186 * lra-lives.c (process_bb_lives): Likewise.
13187 * lra-remat.c (call_used_input_regno_present_p): Likewise.
13188 * postreload.c (reload_combine): Likewise.
13189 * regrename.c (find_rename_reg): Likewise.
13190 * reload1.c (reload_as_needed): Likewise.
13191 * rtlanal.c (find_all_hard_reg_sets): Likewise.
13192 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
13193 * shrink-wrap.c (requires_stack_frame_p): Likewise.
13194
13195 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13196
13197 * hard-reg-set.h (target_hard_regs::x_no_caller_save_reg_set): Delete.
13198 (no_caller_save_reg_set): Delete.
13199 * caller-save.c (init_caller_save): Don't initialize it.
13200 * ira-conflicts.c (ira_build_conflicts): Calculate
13201 no_caller_save_reg_set locally from call_used_reg_set and savable_regs.
13202
13203 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13204
13205 * hard-reg-set.h (target_hard_regs::x_call_fixed_reg_set): Delete.
13206 (target_hard_regs::x_savable_regs): New field.
13207 (call_fixed_reg_set): Delete.
13208 (savable_regs): New macro,
13209 * reginfo.c (globalize_reg): Don't set call_fixed_reg_set.
13210 (init_reg_sets_1): Likewise. Initialize savable_regs.
13211 * caller-save.c (init_caller_save): Invoke HARD_REGNO_CALLER_SAVE_MODE
13212 for all registers. Set savable_regs instead of call_fixed_reg_set.
13213 (setup_save_areas, save_call_clobbered_regs): Replace uses of
13214 ~call_fixed_reg_set with ~fixed_reg_set & savable_regs.
13215 * config/sh/sh.c (output_stack_adjust): Likewise.
13216
13217 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13218
13219 * config/c6x/c6x-protos.h (c6x_set_return_address): Declare.
13220 * config/c6x/c6x.h (REGNO_REG_CLASS): Move implementation to
13221 * config/c6x/c6x.c (c6x_regno_reg_class): ...this new function.
13222
13223 2019-09-10 Richard Sandiford <richard.sandiford@arm.com>
13224
13225 * rtl.h (get_call_rtx_from): Take a const rtx_insn * instead of an rtx.
13226 * rtlanal.c (get_call_rtx_from): Likewise.
13227 * dwarf2out.c (dwarf2out_var_location): Pass the insn rather
13228 than the pattern to get_call_rtx_from.
13229 * config/i386/i386-expand.h (ix86_notrack_prefixed_insn_p): Take
13230 an rtx_insn * instead of an rtx.
13231 * config/i386/i386-expand.c (ix86_notrack_prefixed_insn_p): Likewise.
13232
13233 2019-09-10 Martin Liska <mliska@suse.cz>
13234
13235 * common.opt: Use newly added WarnRemoved.
13236 * config/aarch64/aarch64.opt: Likewise.
13237 * config/arm/arm.opt: Likewise.
13238 * config/i386/i386.opt: Likewise.
13239 * config/ia64/ia64.opt: Likewise.
13240 * config/rs6000/rs6000.opt: Likewise.
13241 * doc/options.texi: Document WarnRemoved properly.
13242 * dwarf2out.c (gen_producer_string): Handle renamed
13243 OPT_SPECIAL_warn_removed.
13244 * lto-opts.c (lto_write_options): Likewise.
13245 * lto-wrapper.c (merge_and_complain): Likewise.
13246 * opts-common.c (decode_cmdline_option): Likewise.
13247 (prune_options): Likewise.
13248 (read_cmdline_option): Likewise.
13249 (control_warning_option): Likewise.
13250 * opts.c (print_filtered_help): Likewise.
13251 * optc-gen.awk: Parse for WarnRemoved and make usage
13252 of Deprecated an error.
13253 * opth-gen.awk: Generate new OPT_SPECIAL_warn_removed.
13254
13255 2019-09-10 Arnaud Charlet <charlet@adacore.com>
13256
13257 * doc/install.texi: Fix syntax for html generation.
13258
13259 2019-09-10 Jakub Jelinek <jakub@redhat.com>
13260
13261 PR middle-end/91680
13262 * match.pd ((A / (1 << B)) -> (A >> B)): Allow widening cast from
13263 the shift type to type.
13264
13265 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13266
13267 * config/arm/arm.md (stack_protect_combined_set_insn): Handle
13268 FDPIC mode.
13269 (stack_protect_combined_test_insn): Likewise.
13270
13271 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13272 Mickaël Guêné <mickael.guene@st.com>
13273
13274 * config/arm/arm.c (arm_load_tp): Add FDPIC support.
13275 * config/arm/arm.md (FDPIC_REGNUM): New constant.
13276 (load_tp_soft_fdpic): New pattern.
13277 (load_tp_soft): Disable in FDPIC mode.
13278
13279 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13280 Mickaël Guêné <mickael.guene@st.com>
13281
13282 * config/arm/arm.c (tls_reloc): Add TLS_GD32_FDPIC,
13283 TLS_LDM32_FDPIC and TLS_IE32_FDPIC.
13284 (arm_call_tls_get_addr): Add FDPIC support.
13285 (legitimize_tls_address): Likewise.
13286 (arm_emit_tls_decoration): Likewise.
13287
13288 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13289 Mickaël Guêné <mickael.guene@st.com>
13290
13291 * config/arm/arm.c (arm_asm_trampoline_template): Add FDPIC
13292 support.
13293 (arm_trampoline_init): Likewise.
13294 (arm_trampoline_adjust_address): Likewise.
13295 * config/arm/arm.h (TRAMPOLINE_SIZE): Likewise.
13296
13297 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13298 Mickaël Guêné <mickael.guene@st.com>
13299
13300 * config/arm/arm.c (arm_fdpic_local_funcdesc_p): New function.
13301 (legitimize_pic_address): Enforce binding rules on function
13302 pointers in FDPIC mode.
13303 (arm_assemble_integer): Likewise.
13304
13305 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13306 Mickaël Guêné <mickael.guene@st.com>
13307
13308 * config/arm/arm.h (PIC_REGISTER_MAY_NEED_SAVING): New helper.
13309 * config/arm/arm.c (arm_compute_save_reg0_reg12_mask): Handle
13310 FDPIC.
13311
13312 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13313 Mickaël Guêné <mickael.guene@st.com>
13314
13315 * ginclude/unwind-arm-common.h (unwinder_cache): Add reserved5
13316 field.
13317
13318 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13319 Mickaël Guêné <mickael.guene@st.com>
13320
13321 * config/arm/arm-c.c (__FDPIC__): Define new pre-processor macro
13322 in FDPIC mode.
13323 * config/arm/arm-protos.h (arm_load_function_descriptor): Declare
13324 new function.
13325 * config/arm/arm.c (arm_option_override): Define pic register to
13326 FDPIC_REGNUM.
13327 (arm_function_ok_for_sibcall): Disable sibcall optimization if we
13328 have no decl or go through PLT.
13329 (calculate_pic_address_constant): New function.
13330 (legitimize_pic_address): Call calculate_pic_address_constant.
13331 (arm_load_pic_register): Handle TARGET_FDPIC.
13332 (arm_is_segment_info_known): New function.
13333 (arm_pic_static_addr): Add support for FDPIC.
13334 (arm_load_function_descriptor): New function.
13335 (arm_emit_call_insn): Add support for FDPIC.
13336 (arm_assemble_integer): Add support for FDPIC.
13337 * config/arm/arm.h (PIC_OFFSET_TABLE_REG_CALL_CLOBBERED):
13338 Define. (FDPIC_REGNUM): New define.
13339 * config/arm/arm.md (call): Add support for FDPIC.
13340 (call_value): Likewise.
13341 (restore_pic_register_after_call): New pattern.
13342 (untyped_call): Disable if FDPIC.
13343 (untyped_return): Likewise.
13344 * config/arm/unspecs.md (UNSPEC_PIC_RESTORE): New.
13345
13346 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13347 Mickaël Guêné <mickael.guene@st.com>
13348
13349 * config.gcc: Handle arm*-*-uclinuxfdpiceabi.
13350 * config/arm/bpabi.h (TARGET_FDPIC_ASM_SPEC): New.
13351 (SUBTARGET_EXTRA_ASM_SPEC): Use TARGET_FDPIC_ASM_SPEC.
13352 * config/arm/linux-eabi.h (FDPIC_CC1_SPEC): New.
13353 (CC1_SPEC): Use FDPIC_CC1_SPEC.
13354 (MUSL_DYNAMIC_LINKER): Add -fdpic suffix when needed.
13355 * config/arm/uclinuxfdpiceabi.h: New file.
13356
13357 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13358
13359 * config.gcc: Handle *-*-uclinuxfdpiceabi.
13360
13361 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
13362 Mickaël Guêné <mickael.guene@st.com>
13363
13364 * config/arm/arm.opt: Add -mfdpic option.
13365 * doc/invoke.texi: Add documentation for -mfdpic.
13366
13367 2019-09-09 Bernd Edlinger <bernd.edlinger@hotmail.de>
13368
13369 * expmed.c (extract_bit_field): Update function comment
13370 regarding alt_rtl.
13371 * expr.c (expand_expr_real): Update function comment
13372 regarding alt_rtl.
13373 (expand_misaligned_mem_ref): New helper function.
13374 (expand_expr_real_2): Use expand_misaligned_mem_ref.
13375 Remove duplicate assignment to "base" at case MEM_REF.
13376 Remove a shadowed variable "unsignedp" at case VCE.
13377
13378 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13379
13380 * regset.h (regs_invalidated_by_call_regset): Delete.
13381 (fixed_reg_set_regset): Likewise.
13382 * reginfo.c (regs_invalidated_by_call_regset): Likewise.
13383 (fixed_reg_set_regset, persistent_obstack): Likewise.
13384 (init_reg_sets_1, globalize_reg): Update accordingly.
13385 * df.h (df_print_regset, df_print_word_regset): Take a const_bitmap
13386 instead of a bitmap.
13387 * df-core.c (df_print_regset, df_print_word_regset): Likewise.
13388 * df-problems.c (df_rd_local_compute): Use regs_invalidated_by_call
13389 instead of regs_invalidated_by_call_regset.
13390 (df_lr_confluence_n, df_md_confluence_n): Likewise.
13391 * df-scan.c (df_scan_start_dump): Likewise.
13392 * dse.c (copy_fixed_regs): Likewise.
13393 * config/sh/sh.c (sh_find_equiv_gbr_addr): Likewise.
13394
13395 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13396
13397 * array-traits.h: New file.
13398 * coretypes.h (array_traits, bitmap_view): New types.
13399 * bitmap.h: Include "array-traits.h"
13400 (bitmap_bit_p): Take a const_bitmap instead of a bitmap.
13401 (base_bitmap_view, bitmap_view): New classes.
13402 * bitmap.c (bitmap_bit_p): Take a const_bitmap instead of a bitmap.
13403 * hard-reg-set.h: Include array-traits.h.
13404 (array_traits<HARD_REG_SET>): New struct.
13405 * regset.h (IOR_REG_SET_HRS): New macro.
13406 * loop-iv.c (simplify_using_initial_values): Use IOR_REG_SET_HRS
13407 rather than iterating over each hard register.
13408 * sched-deps.c (sched_analyze_insn): Likewise.
13409 * sel-sched-ir.c (setup_id_implicit_regs): Likewise.
13410
13411 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13412
13413 * ira-int.h (ior_hard_reg_conflicts): Take a const_hard_reg_set
13414 instead of a HARD_REG_SET *.
13415 * ira-build.c (ior_hard_reg_conflicts): Likewise.
13416 (ira_build): Update call accordingly.
13417 * ira-emit.c (add_range_and_copies_from_move_list): Likewise.
13418
13419 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13420
13421 * hard-reg-set.h (HARD_REG_SET::operator==): New function.
13422 (HARD_REG_SET::operator!=): Likewise.
13423 (hard_reg_set_equal_p): Delete.
13424 * cfgcleanup.c (old_insns_match_p): Use == instead of
13425 hard_reg_set_equal_p and != instead of !hard_reg_set_equal_p.
13426 * ira-color.c (allocno_hard_regs_hasher::equal): Likewise.
13427 (add_allocno_hard_regs_to_forest): Likewise.
13428 (setup_allocno_available_regs_num): Likewise.
13429 * ira.c (setup_pressure_classes): Likewise.
13430 (setup_allocno_and_important_classes): Likewise.
13431 (setup_reg_class_relations): Likewise.
13432 * lra-lives.c (process_bb_lives): Likewise.
13433 * reg-stack.c (change_stack, convert_regs_1): Likewise.
13434
13435 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13436
13437 * hard-reg-set.h (IOR_COMPL_HARD_REG_SET): Delete.
13438 * config/aarch64/cortex-a57-fma-steering.c (rename_single_chain):
13439 Use "|~" instead of IOR_COMPL_HARD_REG_SET.
13440 * config/aarch64/falkor-tag-collision-avoidance.c (init_unavailable):
13441 Likewise.
13442 * ira-build.c (ira_create_object, ira_set_allocno_class): Likewise.
13443 * ira.c (setup_reg_renumber): Likewise.
13444 * lra-assigns.c (find_hard_regno_for_1): Likewise.
13445 * regrename.c (regrename_find_superclass): Likewise.
13446 * reload1.c (find_reg): Likewise.
13447
13448 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13449
13450 * hard-reg-set.h (AND_COMPL_HARD_REG_SET): Delete.
13451 * caller-save.c (setup_save_areas): Use "&~" instead of
13452 AND_COMPL_HARD_REG_SET.
13453 (save_call_clobbered_regs): Likewise.
13454 * config/epiphany/epiphany.c (epiphany_conditional_register_usage):
13455 Likewise.
13456 * config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
13457 * config/gcn/gcn.c (gcn_md_reorg): Likewise.
13458 * config/i386/i386.c (ix86_conditional_register_usage): Likewise.
13459 * config/mips/mips.c (mips_class_max_nregs): Likewise.
13460 (mips_conditional_register_usage): Likewise.
13461 * config/sh/sh.c (output_stack_adjust): Likewise.
13462 * ira-color.c (form_allocno_hard_regs_nodes_forest): Likewise.
13463 (setup_profitable_hard_regs): Likewise.
13464 (get_conflict_and_start_profitable_regs): Likewise.
13465 * ira-conflicts.c (print_allocno_conflicts): Likewise.
13466 (ira_build_conflicts): Likewise.
13467 * ira-costs.c (restrict_cost_classes): Likewise.
13468 (setup_regno_cost_classes_by_aclass): Likewise.
13469 * ira-lives.c (process_bb_node_lives): Likewise.
13470 * ira.c (setup_class_hard_regs, setup_reg_subclasses): Likewise.
13471 (setup_class_subset_and_memory_move_costs, setup_pressure_classes)
13472 (setup_allocno_and_important_classes, setup_class_translate_array)
13473 (setup_reg_class_relations, setup_prohibited_class_mode_regs):
13474 Likewise.
13475 * lra-assigns.c (find_hard_regno_for_1): Likewise.
13476 * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
13477 (process_alt_operands, inherit_in_ebb): Likewise.
13478 * lra-eliminations.c (update_reg_eliminate): Likewise.
13479 * lra-lives.c (process_bb_lives): Likewise.
13480 * reload1.c (update_eliminables_and_spill, reload_as_needed): Likewise.
13481 * resource.c (find_dead_or_set_registers): Likewise.
13482 (mark_target_live_regs): Likewise.
13483 * sched-deps.c (get_implicit_reg_pending_clobbers): Likewise.
13484 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
13485 (implicit_clobber_conflict_p): Likewise.
13486 * shrink-wrap.c (requires_stack_frame_p): Likewise.
13487 (try_shrink_wrapping): Likewise.
13488
13489 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13490
13491 * hard-reg-set.h (HARD_REG_SET::operator|): New function.
13492 (HARD_REG_SET::operator|=): Likewise.
13493 (IOR_HARD_REG_SET): Delete.
13494 * config/gcn/gcn.c (gcn_md_reorg): Use "|" instead of
13495 IOR_HARD_REG_SET.
13496 * config/m32c/m32c.c (m32c_register_move_cost): Likewise.
13497 * config/s390/s390.c (s390_adjust_loop_scan_osc): Likewise.
13498 * final.c (collect_fn_hard_reg_usage): Likewise.
13499 * hw-doloop.c (scan_loop, optimize_loop): Likewise.
13500 * ira-build.c (merge_hard_reg_conflicts): Likewise.
13501 (ior_hard_reg_conflicts, create_cap_allocno, propagate_allocno_info)
13502 (propagate_some_info_from_allocno): Likewise.
13503 (copy_info_to_removed_store_destinations): Likewise.
13504 * ira-color.c (add_allocno_hard_regs_to_forest, assign_hard_reg)
13505 (allocno_reload_assign, ira_reassign_pseudos): Likewise.
13506 (fast_allocation): Likewise.
13507 * ira-conflicts.c (ira_build_conflicts): Likewise.
13508 * ira-lives.c (make_object_dead, process_single_reg_class_operands)
13509 (process_bb_node_lives): Likewise.
13510 * ira.c (setup_pressure_classes, setup_reg_class_relations): Likewise.
13511 * lra-assigns.c (find_hard_regno_for_1): Likewise.
13512 (setup_live_pseudos_and_spill_after_risky_transforms): Likewise.
13513 * lra-constraints.c (process_alt_operands, inherit_in_ebb): Likewise.
13514 * lra-eliminations.c (spill_pseudos, update_reg_eliminate): Likewise.
13515 * lra-lives.c (mark_pseudo_dead, check_pseudos_live_through_calls)
13516 (process_bb_lives): Likewise.
13517 * lra-spills.c (assign_spill_hard_regs): Likewise.
13518 * postreload.c (reload_combine): Likewise.
13519 * reginfo.c (init_reg_sets_1): Likewise.
13520 * regrename.c (merge_overlapping_regs, find_rename_reg)
13521 (merge_chains): Likewise.
13522 * reload1.c (maybe_fix_stack_asms, order_regs_for_reload, find_reg)
13523 (find_reload_regs, finish_spills, choose_reload_regs_init)
13524 (emit_reload_insns): Likewise.
13525 * reorg.c (redundant_insn): Likewise.
13526 * resource.c (find_dead_or_set_registers, mark_set_resources)
13527 (mark_target_live_regs): Likewise.
13528 * rtlanal.c (find_all_hard_reg_sets): Likewise.
13529 * sched-deps.c (sched_analyze_insn): Likewise.
13530 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
13531 (find_best_reg_for_expr): Likewise.
13532 * shrink-wrap.c (try_shrink_wrapping): Likewise.
13533
13534 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13535
13536 * hard-reg-set.h (HARD_REG_SET::operator&): New function.
13537 (HARD_REG_SET::operator&): Likewise.
13538 (AND_HARD_REG_SET): Delete.
13539 * caller-save.c (setup_save_areas): Use "&" instead of
13540 AND_HARD_REG_SET.
13541 (save_call_clobbered_regs): Likewise.
13542 * config/gcn/gcn.c (gcn_md_reorg): Likewise.
13543 * config/m32c/m32c.c (reduce_class): Likewise.
13544 * config/rs6000/rs6000.c (rs6000_register_move_cost): Likewise.
13545 * final.c (get_call_reg_set_usage): Likewise.
13546 * ira-color.c (add_allocno_hard_regs_to_forest): Likewise.
13547 (setup_left_conflict_sizes_p): Likewise.
13548 * ira-conflicts.c (print_allocno_conflicts): Likewise.
13549 (ira_build_conflicts): Likewise.
13550 * ira-costs.c (restrict_cost_classes): Likewise.
13551 * ira.c (setup_stack_reg_pressure_class, setup_class_translate_array)
13552 (setup_reg_class_relations): Likewise.
13553 * reginfo.c (init_reg_sets_1, record_subregs_of_mode): Likewise.
13554 * reload1.c (maybe_fix_stack_asms, finish_spills): Likewise.
13555 * resource.c (find_dead_or_set_registers): Likewise.
13556 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
13557
13558 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13559
13560 * hard-reg-set.h (HARD_REG_SET::operator~): New function.
13561 (COMPL_HARD_REG_SET): Delete.
13562 * config/c6x/c6x.c (c6x_call_saved_register_used): Use ~ instead
13563 of COMPL_HARD_REG_SET.
13564 (try_rename_operands): Likewise.
13565 * config/sh/sh.c (push_regs): Likewise.
13566 * lra-assigns.c (find_hard_regno_for_1): Likewise.
13567 * lra-constraints.c (contains_reg_p): Likewise.
13568 * reload1.c (finish_spills, choose_reload_regs_init): Likewise.
13569
13570 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13571
13572 * hard-reg-set.h (COPY_HARD_REG_SET): Delete.
13573 * caller-save.c (save_call_clobbered_regs): Use assignment instead
13574 of COPY_HARD_REG_SET.
13575 * config/epiphany/epiphany.c (epiphany_compute_frame_size): Likewise.
13576 (epiphany_conditional_register_usage): Likewise.
13577 * config/frv/frv.c (frv_ifcvt_modify_tests): Likewise.
13578 * config/gcn/gcn.c (gcn_md_reorg): Likewise.
13579 * config/ia64/ia64.c (ia64_compute_frame_size): Likewise.
13580 * config/m32c/m32c.c (m32c_register_move_cost): Likewise.
13581 * config/m68k/m68k.c (m68k_conditional_register_usage): Likewise.
13582 * config/mips/mips.c (mips_class_max_nregs): Likewise.
13583 * config/pdp11/pdp11.c (pdp11_conditional_register_usage): Likewise.
13584 * config/rs6000/rs6000.c (rs6000_register_move_cost): Likewise.
13585 * config/sh/sh.c (output_stack_adjust): Likewise.
13586 * final.c (collect_fn_hard_reg_usage): Likewise.
13587 (get_call_reg_set_usage): Likewise.
13588 * ira-build.c (ira_create_object, remove_low_level_allocnos)
13589 (ira_flattening): Likewise.
13590 * ira-color.c (add_allocno_hard_regs, add_allocno_hard_regs_to_forest)
13591 (setup_left_conflict_sizes_p, setup_profitable_hard_regs)
13592 (get_conflict_and_start_profitable_regs, allocno_reload_assign)
13593 (ira_reassign_pseudos): Likewise.
13594 * ira-conflicts.c (print_allocno_conflicts): Likewise.
13595 (ira_build_conflicts): Likewise.
13596 * ira-costs.c (restrict_cost_classes): Likewise.
13597 (setup_regno_cost_classes_by_aclass): Likewise.
13598 * ira.c (setup_class_hard_regs, setup_alloc_regs): Likewise.
13599 (setup_reg_subclasses, setup_class_subset_and_memory_move_costs)
13600 (setup_stack_reg_pressure_class, setup_pressure_classes)
13601 (setup_allocno_and_important_classes, setup_class_translate_array)
13602 (setup_reg_class_relations, setup_prohibited_class_mode_regs)
13603 (ira_setup_eliminable_regset): Likewise.
13604 * lra-assigns.c (find_hard_regno_for_1): Likewise.
13605 (setup_live_pseudos_and_spill_after_risky_transforms): Likewise.
13606 * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
13607 (process_alt_operands, inherit_in_ebb): Likewise.
13608 * lra-lives.c (process_bb_lives): Likewise.
13609 * lra-spills.c (assign_spill_hard_regs): Likewise.
13610 * lra.c (lra): Likewise.
13611 * mode-switching.c (new_seginfo): Likewise.
13612 * postreload.c (reload_combine): Likewise.
13613 * reg-stack.c (straighten_stack): Likewise.
13614 * reginfo.c (save_register_info, restore_register_info): Likewise.
13615 (init_reg_sets_1, record_subregs_of_mode): Likewise
13616 * regrename.c (create_new_chain, rename_chains): Likewise.
13617 * reload1.c (order_regs_for_reload, find_reg): Likewise.
13618 (find_reload_regs): Likewise.
13619 * resource.c (find_dead_or_set_registers): Likewise.
13620 (mark_target_live_regs): Likewise.
13621 * sel-sched.c (mark_unavailable_hard_regs): Likewise.
13622
13623 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13624
13625 * rtl.h (CALL_INSN_FUNCTION_USAGE): Document what SETs mean.
13626 (note_pattern_stores): Declare.
13627 (note_stores): Take an rtx_insn *.
13628 * rtlanal.c (set_of): Use note_pattern_stores instead of note_stores.
13629 (find_all_hard_reg_sets): Pass the insn rather than its pattern to
13630 note_stores. Remove explicit handling of CALL_INSN_FUNCTION_USAGE.
13631 (note_stores): Take an rtx_insn * as argument and process
13632 CALL_INSN_FUNCTION_USAGE. Rename old function to...
13633 (note_pattern_stores): ...this.
13634 (find_first_parameter_load): Pass the insn rather than
13635 its pattern to note_stores.
13636 * alias.c (memory_modified_in_insn_p, init_alias_analysis): Likewise.
13637 * caller-save.c (setup_save_areas, save_call_clobbered_regs)
13638 (insert_one_insn): Likewise.
13639 * combine.c (combine_instructions): Likewise.
13640 (likely_spilled_retval_p): Likewise.
13641 (try_combine): Use note_pattern_stores instead of note_stores.
13642 (record_dead_and_set_regs): Pass the insn rather than its pattern
13643 to note_stores.
13644 (reg_dead_at_p): Likewise.
13645 * config/bfin/bfin.c (workaround_speculation): Likewise.
13646 * config/c6x/c6x.c (maybe_clobber_cond): Likewise. Take an rtx_insn *
13647 rather than an rtx.
13648 * config/frv/frv.c (frv_registers_update): Use note_pattern_stores
13649 instead of note_stores.
13650 (frv_optimize_membar_local): Pass the insn rather than its pattern
13651 to note_stores.
13652 * config/gcn/gcn.c (gcn_md_reorg): Likewise.
13653 * config/i386/i386.c (ix86_avx_u128_mode_after): Likewise.
13654 * config/mips/mips.c (vr4130_true_reg_dependence_p): Likewise.
13655 (r10k_needs_protection_p, mips_sim_issue_insn): Likewise.
13656 (mips_reorg_process_insns): Likewise.
13657 * config/s390/s390.c (s390_regs_ever_clobbered): Likewise.
13658 * config/sh/sh.c (flow_dependent_p): Likewise. Take rtx_insn *s
13659 rather than rtxes.
13660 * cse.c (delete_trivially_dead_insns): Pass the insn rather than
13661 its pattern to note_stores.
13662 * cselib.c (cselib_record_sets): Use note_pattern_stores instead
13663 of note_stores.
13664 * dce.c (mark_nonreg_stores): Remove the "body" parameter and pass
13665 the insn to note_stores.
13666 (prescan_insns_for_dce): Update call accordingly.
13667 * ddg.c (mem_write_insn_p): Pass the insn rather than its pattern
13668 to note_stores.
13669 * df-problems.c (can_move_insns_across): Likewise.
13670 * dse.c (emit_inc_dec_insn_before, replace_read): Likewise.
13671 * function.c (assign_parm_setup_reg): Likewise.
13672 * gcse-common.c (record_last_mem_set_info_common): Likewise.
13673 * gcse.c (load_killed_in_block_p, compute_hash_table_work): Likewise.
13674 (single_set_gcse): Likewise.
13675 * ira.c (validate_equiv_mem): Likewise.
13676 (update_equiv_regs): Use note_pattern_stores rather than note_stores
13677 for no_equiv.
13678 * loop-doloop.c (doloop_optimize): Pass the insn rather than its
13679 pattern to note_stores.
13680 * loop-invariant.c (calculate_loop_reg_pressure): Likewise.
13681 * loop-iv.c (simplify_using_initial_values): Likewise.
13682 * mode-switching.c (optimize_mode_switching): Likewise.
13683 * optabs.c (emit_libcall_block_1): Likewise.
13684 (expand_atomic_compare_and_swap): Likewise.
13685 * postreload-gcse.c (load_killed_in_block_p): Likewise.
13686 (record_opr_changes): Likewise. Remove explicit handling of
13687 CALL_INSN_FUNCTION_USAGE.
13688 * postreload.c (reload_combine, reload_cse_move2add): Likewise.
13689 * regcprop.c (kill_clobbered_values): Likewise.
13690 (copyprop_hardreg_forward_1): Pass the insn rather than its pattern
13691 to note_stores.
13692 * regrename.c (build_def_use): Likewise.
13693 * reload1.c (reload): Use note_pattern_stores instead of note_stores
13694 for mark_not_eliminable.
13695 (reload_as_needed): Pass the insn rather than its pattern
13696 to note_stores.
13697 (emit_output_reload_insns): Likewise.
13698 * resource.c (mark_target_live_regs): Likewise.
13699 * sched-deps.c (init_insn_reg_pressure_info): Likewise.
13700 * sched-rgn.c (sets_likely_spilled): Use note_pattern_stores
13701 instead of note_stores.
13702 * shrink-wrap.c (try_shrink_wrapping): Pass the insn rather than
13703 its pattern to note_stores.
13704 * stack-ptr-mod.c (pass_stack_ptr_mod::execute): Likewise.
13705 * var-tracking.c (adjust_insn, add_with_sets): Likewise.
13706
13707 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13708
13709 * hard-reg-set.h (HARD_REG_SET): Define using a typedef rather
13710 than a #define. Use a structure rather than an array as the
13711 fallback definition. Remove special cases for low array sizes.
13712 (const_hard_reg_set): New typedef.
13713 (hard_reg_set_subset_p): Use it instead of "const HARD_REG_SET".
13714 (hard_reg_set_equal_p, hard_reg_set_intersect_p): Likewise.
13715 (hard_reg_set_empty_p): Likewise.
13716 (SET_HARD_REG_BIT): Use a function rather than a macro to
13717 handle the case in which HARD_REG_SET is a structure.
13718 (CLEAR_HARD_REG_BIT, TEST_HARD_REG_BIT, CLEAR_HARD_REG_SET)
13719 (SET_HARD_REG_SET, COPY_HARD_REG_SET, COMPL_HARD_REG_SET)
13720 (AND_HARD_REG_SET, AND_COMPL_HARD_REG_SET, IOR_HARD_REG_SET)
13721 (IOR_COMPL_HARD_REG_SET): Likewise.
13722 (hard_reg_set_iterator::pset): Constify the pointer target.
13723 (hard_reg_set_iter_init): Take a const_hard_reg_set instead
13724 of a "const HARD_REG_SET". Update the handling of non-integer
13725 HARD_REG_SETs.
13726 * recog.h: Test HARD_CONST instead of CLEAR_HARD_REG_SET.
13727 * reload.h: Likewise.
13728 * rtl.h (choose_hard_reg_mode): Remove unnecessary line break.
13729 * regs.h (in_hard_reg_set_p): Take a const_hard_reg_set instead
13730 of a "const HARD_REG_SET".
13731 (overlaps_hard_reg_set_p, range_overlaps_hard_reg_set_p): Likewise.
13732 (range_in_hard_reg_set_p): Likewise.
13733 * ira-costs.c (restrict_cost_classes): Likewise.
13734 * shrink-wrap.c (move_insn_for_shrink_wrap): Likewise.
13735 * config/epiphany/resolve-sw-modes.c (pass_resolve_sw_modes::execute):
13736 Pass a NO_REGS HARD_REG_SET rather than NULL to emit_set_fp_mode.
13737 * config/ia64/ia64.c (rws_insn): In the CHECKING_P version,
13738 use unsigned HOST_WIDEST_FAST_INT rather than HARD_REG_ELT_TYPE.
13739 (rws_insn_set, rws_insn_test): In the CHECKING_P version,
13740 take an unsigned int and open-code the HARD_REG_SET operations.
13741
13742 2019-09-09 Richard Sandiford <richard.sandiford@arm.com>
13743
13744 * Makefile.in (OBJS): Remove bt-load.o.
13745 * doc/invoke.texi (fbranch-target-load-optimize): Delete.
13746 (fbranch-target-load-optimize2, fbtr-bb-exclusive): Likewise.
13747 * common.opt (fbranch-target-load-optimize): Mark as Ignore and
13748 document that the option no longer does anything.
13749 (fbranch-target-load-optimize2, fbtr-bb-exclusive): Likewise.
13750 * target.def (branch_target_register_class): Delete.
13751 (branch_target_register_callee_saved): Likewise.
13752 * doc/tm.texi.in (TARGET_BRANCH_TARGET_REGISTER_CLASS): Likewise.
13753 (TARGET_BRANCH_TARGET_REGISTER_CALLEE_SAVED): Likewise.
13754 * doc/tm.texi: Regenerate.
13755 * tree-pass.h (make_pass_branch_target_load_optimize1): Delete.
13756 (make_pass_branch_target_load_optimize2): Likewise.
13757 * passes.def (pass_branch_target_load_optimize1): Likewise.
13758 (pass_branch_target_load_optimize2): Likewise.
13759 * targhooks.h (default_branch_target_register_class): Likewise.
13760 * targhooks.c (default_branch_target_register_class): Likewise.
13761 * opt-suggestions.c (test_completion_valid_options): Remove
13762 -fbtr-bb-exclusive from the list of test options.
13763 * bt-load.c: Remove.
13764
13765 2019-09-09 Barnaby Wilks <barnaby.wilks@arm.com>
13766
13767 * match.pd: Add flag_unsafe_math_optimizations check
13768 before deciding on the widest type in a binary math operation.
13769
13770 2019-09-09 Martin Liska <mliska@suse.cz>
13771
13772 * config/i386/i386.opt: Update comment of removed
13773 options that are preserved only for backward
13774 compatibility.
13775
13776 2019-09-09 Jakub Jelinek <jakub@redhat.com>
13777
13778 PR target/87853
13779 * config/i386/emmintrin.h (_mm_cmpeq_epi8): Use casts to __v16qi
13780 instead of __v16qs.
13781
13782 PR target/91704
13783 * config/i386/avxintrin.h (__v32qs): New typedef.
13784 * config/i386/avx2intrin.h (_mm256_cmpgt_epi8): Use casts to __v32qs
13785 instead of __v32qi.
13786
13787 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
13788
13789 * doc/invoke.texi (Option Summary): Cover eBPF.
13790 (eBPF Options): New section.
13791 * doc/extend.texi (BPF Built-in Functions): Likewise.
13792 (BPF Kernel Helpers): Likewise.
13793
13794 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
13795
13796 * config.gcc: Support for bpf-*-* targets.
13797 * common/config/bpf/bpf-common.c: New file.
13798 * config/bpf/t-bpf: Likewise.
13799 * config/bpf/predicates.md: Likewise.
13800 * config/bpf/constraints.md: Likewise.
13801 * config/bpf/bpf.opt: Likewise.
13802 * config/bpf/bpf.md: Likewise.
13803 * config/bpf/bpf.h: Likewise.
13804 * config/bpf/bpf.c: Likewise.
13805 * config/bpf/bpf-protos.h: Likewise.
13806 * config/bpf/bpf-opts.h: Likewise.
13807 * config/bpf/bpf-helpers.h: Likewise.
13808 * config/bpf/bpf-helpers.def: Likewise.
13809
13810 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
13811
13812 * doc/sourcebuild.texi (Effective-Target Keywords): Document
13813 indirect_calls.
13814
13815 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
13816
13817 * opt-functions.awk (integer_range_info): Make sure values are in
13818 numeric context before operating with them.
13819
13820 2019-09-08 Segher Boessenkool <segher@kernel.crashing.org>
13821
13822 * genemit.c (gen_split): Print the filename and line number where the
13823 splitter (or peephole2) was defined, to the dump file.
13824
13825 2019-09-07 Jakub Jelinek <jakub@redhat.com>
13826
13827 PR tree-optimization/91665
13828 * tree-vect-loop.c (vectorizable_reduction): Punt if base has type
13829 incompatible with the type of PHI result.
13830
13831 2019-09-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
13832
13833 PR target/91684
13834 * config/arm/arm.c (arm_block_set_aligned_non_vect): Use
13835 gen_unaligned_storedi for 4-byte aligned addresses.
13836
13837 2019-09-06 Jim Wilson <jimw@sifive.com>
13838
13839 * config/riscv/riscv.c (riscv_option_override): Revert 2019-08-30
13840 change.
13841
13842 2019-09-06 Segher Boessenkool <segher@kernel.crashing.org>
13843
13844 * config/rs6000/rs6000.md (unspec): Delete UNSPEC_MV_CR_OV.
13845
13846 2019-09-06 Segher Boessenkool <segher@kernel.crashing.org>
13847
13848 * config/rs6000/rs6000.c (rs6000_rtx_costs) <case UNSPEC>: Delete.
13849 * config/rs6000/rs6000.md (unspec): Delete UNSPEC_FRSP.
13850
13851 2019-09-06 Uroš Bizjak <ubizjak@gmail.com>
13852
13853 PR target/91654
13854 * config/i386/x86-tune-costs.h (skylake_cost): Raise the
13855 cost of SSE->integer and integer->SSE moves from 2 to 6.
13856 (core_cost): Ditto.
13857
13858 2019-09-06 Jakub Jelinek <jakub@redhat.com>
13859
13860 * function.c (assign_parm_find_data_types): Use RECORD_OR_UNION_TYPE_P
13861 before testing TYPE_TRANSPARENT_AGGR.
13862 * calls.c (initialize_argument_information, load_register_parameters):
13863 Likewise.
13864
13865 2019-09-06 Richard Earnshaw <rearnsha@arm.com>
13866
13867 * config/arm/arm.md (cmp_and): Add short-it variant for thumb2 with
13868 high regs.
13869 (cmp_ior): Likewise.
13870
13871 2019-09-06 Martin Liska <mliska@suse.cz>
13872
13873 * doc/match-and-simplify.texi: Separate tuples with ;.
13874
13875 2019-09-06 Martin Liska <mliska@suse.cz>
13876
13877 PR c++/91125
13878 * Makefile.in: Remove tlink.o.
13879 * collect2.c (do_link): New function isolated
13880 from do_tlink.
13881 (main): Use.
13882 * collect2.h (do_tlink): Remove declaration of do_tlink.
13883 * doc/extend.texi: Remove documentation of -frepo.
13884 * doc/invoke.texi: Likewise.
13885 * doc/sourcebuild.texi: Remove cleanup-repo-files.
13886 * tlink.c: Remove.
13887
13888 2019-09-05 Jakub Jelinek <jakub@redhat.com>
13889 Jim Wilson <jimw@sifive.com>
13890
13891 PR target/91635
13892 * config/riscv/riscv.md (zero_extendsidi2, zero_extendhi<GPR:mode>2,
13893 extend<SHORT:mode><SUPERQI:mode>2): Don't split if
13894 paradoxical_subreg_p (operands[0]).
13895 (*lshrsi3_zero_extend_3+1, *lshrsi3_zero_extend_3+2): Add clobber and
13896 use as intermediate value.
13897
13898 2019-09-05 Andrew Stubbs <ams@codesourcery.com>
13899
13900 * config/gcn/gcn.md (*movti_insn): Set delayeduse for global_store.
13901 (sync_compare_and_swap<mode>_insn): Likewise.
13902
13903 2019-09-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
13904
13905 PR middle-end/91615
13906 * expr.c (expand_expr_real_1): Handle misaligned TARGET_MEM_REF
13907 without movmisalign optab.
13908
13909 2019-09-05 Jakub Jelinek <jakub@redhat.com>
13910
13911 PR middle-end/91001
13912 PR middle-end/91105
13913 PR middle-end/91106
13914 * calls.c (load_register_parameters): For TYPE_TRANSPARENT_AGGR
13915 types, use type of their first field instead of type of
13916 args[i].tree_value.
13917
13918 2019-09-05 Richard Biener <rguenther@suse.de>
13919
13920 PR rtl-optimization/91656
13921 * postreload-gcse.c (record_last_mem_set_info): Revert addition
13922 of early out.
13923
13924 2019-09-05 Richard Biener <rguenther@suse.de>
13925
13926 PR middle-end/90501
13927 * tree-inline.c (declare_return_variable): Mark the return
13928 slot as addressable after building an address of it.
13929
13930 2019-09-05 Arnaud Charlet <charlet@adacore.com>
13931
13932 * doc/install.texi: Update and clarify requirements to build GNAT.
13933
13934 2019-09-05 Richard Sandiford <richard.sandiford@arm.com>
13935
13936 PR middle-end/91577
13937 * cfgexpand.c (discover_nonconstant_array_refs): Force the source
13938 of an IFN_LOAD_LANES call and the destination of an IFN_STORE_LANES
13939 call to be in memory.
13940 (pass_expand::execute): Call discover_nonconstant_array_refs before
13941 setting currently_expanding_to_rtl.
13942
13943 2019-09-04 Caroline Tice <cmtice@google.com>
13944
13945 * opts.c (finish_options): Disallow -fvtable-verify and -flto to be
13946 specified together.
13947
13948 2019-09-04 Marek Polacek <polacek@redhat.com>
13949
13950 * doc/invoke.texi: Remove -fdeduce-init-list documentation.
13951
13952 2019-09-04 Uroš Bizjak <ubizjak@gmail.com>
13953
13954 PR target/32413
13955 * config/i386/i386.c (inline_secondary_memory_needed): Return true
13956 for QI and HImode moves between SSE and general registers.
13957
13958 2019-09-04 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
13959
13960 PR c/78736
13961 * doc/invoke.texi: Document -Wenum-conversion.
13962
13963 2019-09-04 Richard Biener <rguenther@suse.de>
13964
13965 PR rtl-optimization/36262
13966 * postreload-gcse.c: Include intl.h and gcse.h.
13967 (insert_expr_in_table): Insert at the head of cur_expr->avail_occr
13968 to avoid linear list walk.
13969 (record_last_mem_set_info): Gate off if not computing transparentness.
13970 (get_bb_avail_insn): If transparentness isn't computed give up
13971 early.
13972 (gcse_after_reload_main): Skip compute_transp and extended PRE
13973 if gcse_or_cprop_is_too_expensive says so.
13974
13975 2019-09-03 Jozef Lawrynowicz <jozef.l@mittosystems.com>
13976
13977 * config/msp430/msp430.c (msp430_init_sections): Remove handling of the
13978 noinit section.
13979 (msp430_select_section): Handle decls with the "noinit" attribute with
13980 default_elf_select_section.
13981 Handle SECCAT_RODATA_MERGE_* section types with
13982 default_elf_select_section.
13983 Add comments about handling of unsupported section types.
13984 (msp430_section_type_flags): Remove handling of the noinit section.
13985
13986 2019-09-03 Jozef Lawrynowicz <jozef.l@mittosystems.com>
13987
13988 * config/msp430/msp430.c (msp430_attr): Remove warnings about
13989 conflicting msp430-specific attributes.
13990 (msp430_section_attr): Likewise.
13991 Add warnings about conflicts with generic "noinit" and "section"
13992 attributes.
13993 Fix grammar in -mlarge error message.
13994 (msp430_data_attr): Rename to msp430_persist_attr.
13995 Add warnings about conflicts with generic "noinit" and "section"
13996 attributes.
13997 Add warning for when variable is not initialized.
13998 Chain conditionals which prevent the attribute being added.
13999 (ATTR_EXCL): New helper.
14000 (attr_reent_exclusions): New exclusion table.
14001 (attr_naked_exclusions): Likewise.
14002 (attr_crit_exclusions): Likewise.
14003 (attr_lower_exclusions): Likewise.
14004 (attr_upper_exclusions): Likewise.
14005 (attr_either_exclusions): Likewise.
14006 (attr_persist_exclusions): Likewise.
14007 (msp430_attribute_table): Update with exclusion rules.
14008 (msp430_output_aligned_decl_common): Don't output common symbol if decl
14009 has a section.
14010
14011 2019-09-03 Jozef Lawrynowicz <jozef.l@mittosystems.com>
14012
14013 * config/msp430/msp430.c (TARGET_HANDLE_GENERIC_ATTRIBUTE): Define.
14014 (msp430_handle_generic_attribute): New function.
14015 * doc/tm.texi: Regenerate.
14016 * doc/tm.texi.in: Add TARGET_HANDLE_GENERIC_ATTRIBUTE.
14017 * hooks.c (hook_tree_treeptr_tree_tree_int_boolptr_null): New.
14018 * hooks.h (hook_tree_treeptr_tree_tree_int_boolptr_null): New.
14019 * target.def: Define new hook TARGET_HANDLE_GENERIC_ATTRIBUTE.
14020
14021 2019-09-03 Kamlesh Kumar <kamleshbhalui@gmail.com>
14022
14023 PR tree-optimization/91504
14024 * match.pd: Add ((~a & b) ^a) --> (a | b).
14025
14026 2019-09-03 Jakub Jelinek <jakub@redhat.com>
14027
14028 PR target/91604
14029 * config/i386/i386-expand.c (split_double_mode): If there is more than
14030 one MEM operand and they are rtx_equal_p, reuse lo_half/hi_half from
14031 already split matching MEM operand instead of calling adjust_address
14032 again.
14033
14034 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
14035
14036 * config.gcc: Obsolete spu target. Remove references to spu.
14037 * configure.ac: Remove references to spu.
14038 * configure: Regenerate.
14039 * config/spu/: Remove directory.
14040 * common/config/spu/: Remove directory.
14041
14042 * doc/extend.texi: Remove references to spu.
14043 * doc/invoke.texi: Likewise.
14044 * doc/md.texi: Likewise.
14045 * doc/sourcebuild.texi: Likewise.
14046
14047 2019-09-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
14048
14049 PR middle-end/91603
14050 PR middle-end/91612
14051 PR middle-end/91613
14052 * expr.c (expand_expr_real_1): Handle unaligned decl_rtl
14053 and SSA_NAME referring to CONSTANT_P correctly.
14054
14055 2019-09-03 Richard Biener <rguenther@suse.de>
14056
14057 * tree-ssa-sccvn.h (vn_nary_op_lookup): Remove.
14058 (vn_nary_op_insert): Likewise.
14059 * tree-ssa-sccvn.c (init_vn_nary_op_from_op): Remove.
14060 (vn_nary_op_lookup): Likewise.
14061 (vn_nary_op_insert): Likewise.
14062
14063 2019-09-03 Ilya Leoshkevich <iii@linux.ibm.com>
14064
14065 * config/s390/s390.c (s390_canonicalize_comparison): Use XEXP
14066 (*op0, 1) instead of XEXP (*op1, 0).
14067
14068 2019-09-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14069
14070 * config/aarch64/aarch64.md (UNSPEC_FJCVTZS): Define.
14071 (aarch64_fjcvtzs): New define_insn.
14072 * config/aarch64/aarch64.h (TARGET_JSCVT): Define.
14073 * config/aarch64/aarch64-builtins.c (aarch64_builtins):
14074 Add AARCH64_JSCVT.
14075 (aarch64_init_builtins): Initialize __builtin_aarch64_jcvtzs.
14076 (aarch64_expand_builtin): Handle AARCH64_JSCVT.
14077 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Define
14078 __ARM_FEATURE_JCVT where appropriate.
14079 * config/aarch64/arm_acle.h (__jcvt): Define.
14080
14081 2019-09-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14082
14083 * config/aarch64/aarch64.md ("unspec"): Add UNSPEC_FRINT32Z,
14084 UNSPEC_FRINT32X, UNSPEC_FRINT64Z, UNSPEC_FRINT64X.
14085 (aarch64_<frintnzs_op><mode>): New define_insn.
14086 * config/aarch64/aarch64.h (TARGET_FRINT): Define.
14087 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Define
14088 __ARM_FEATURE_FRINT when appropriate.
14089 * config/aarch64/aarch64-simd-builtins.def: Add builtins for frint32z,
14090 frint32x, frint64z, frint64x.
14091 * config/aarch64/arm_acle.h (__rint32zf, __rint32z, __rint64zf,
14092 __rint64z, __rint32xf, __rint32x, __rint64xf, __rint64x): Define.
14093 * config/aarch64/arm_neon.h (vrnd32z_f32, vrnd32zq_f32, vrnd32z_f64,
14094 vrnd32zq_f64, vrnd32x_f32, vrnd32xq_f32, vrnd32x_f64, vrnd32xq_f64,
14095 vrnd64z_f32, vrnd64zq_f32, vrnd64z_f64, vrnd64zq_f64, vrnd64x_f32,
14096 vrnd64xq_f32, vrnd64x_f64, vrnd64xq_f64): Define.
14097 * config/aarch64/iterators.md (VSFDF): Define.
14098 (FRINTNZX): Likewise.
14099 (frintnzs_op): Likewise.
14100
14101 2019-09-03 Dennis Zhang <dennis.zhang@arm.com>
14102
14103 * config/aarch64/aarch64-cores.def (AARCH64_CORE): New entries
14104 for Cortex-A77, Cortex-A76AE, Cortex-A65, Cortex-A65AE, and
14105 Cortex-A34.
14106 * config/aarch64/aarch64-tune.md: Regenerated.
14107 * doc/invoke.texi: Document the new processors.
14108
14109 2019-09-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14110
14111 * config/aarch64/aarch64-option-extensions.def (sb): Add feature
14112 string.
14113 (ssbs): Likewise.
14114 (sve2): Likewise.
14115 (sve2-sm4): Likewise.
14116 (sveaes): Likewise.
14117 (svesha3): Likewise.
14118 (svebitperm): Likewise.
14119
14120 2019-09-03 Jakub Jelinek <jakub@redhat.com>
14121 Richard Biener <rguenther@suse.de>
14122
14123 PR tree-optimization/91597
14124 * tree-vrp.c (extract_range_from_binary_expr): Remove unsafe
14125 BIT_AND_EXPR optimization for pointers, even if both operand
14126 ranges don't include NULL, the result can be NULL.
14127
14128 2019-09-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
14129
14130 PR middle-end/91605
14131 * expr.c (addr_expr_of_non_mem_decl_p_1): Refactor into...
14132 (non_mem_decl_p): ...this.
14133 (mem_ref_refers_to_non_mem_p): Handle DECL_P as well as MEM_REF.
14134 (expand_assignment): Call mem_ref_referes_to_non_mem_p
14135 unconditionally as before.
14136
14137 2019-09-02 Eric Botcazou <ebotcazou@adacore.com>
14138
14139 PR target/91323
14140 * doc/generic.texi (LTGT_EXPR): Merge with other comparison operators.
14141 * rtl.def (LTGT): Likewise. Add note about floating-point exceptions.
14142 * tree.def (LTGT_EXPR): Likewise.
14143 * config/sparc/sparc.c (select_cc_mode): Return CCFPEmode for LTGT.
14144
14145 2019-09-02 Jakub Jelinek <jakub@redhat.com>
14146
14147 PR go/91617
14148 * fold-const.c (range_check_type): For enumeral and boolean
14149 type, pass 1 to type_for_size langhook instead of
14150 TYPE_UNSIGNED (etype). Return unsigned_type_for result whenever
14151 etype isn't TYPE_UNSIGNED INTEGER_TYPE.
14152 (build_range_check): Don't call unsigned_type_for for pointer types.
14153 * match.pd (X / C1 op C2): Don't call unsigned_type_for on
14154 range_check_type result.
14155
14156 2019-09-02 Eric Botcazou <ebotcazou@adacore.com>
14157
14158 * gimple-ssa-strength-reduction.c (valid_mem_ref_cand_p): New function.
14159 (replace_ref): Do not replace a chain of only two candidates which are
14160 valid memory references.
14161
14162 2019-09-02 Martin Liska <mliska@suse.cz>
14163
14164 * tree-switch-conversion.c (jump_table_cluster::find_jump_tables):
14165 Bail out when we'll end up with the same number of clusters as
14166 at the beginning.
14167 (bit_test_cluster::find_bit_tests): Likewise for bit tests.
14168 (jump_table_cluster::can_be_handled): Remove the guard
14169 as it's already handled in ::is_enabled. Allocate output
14170 after early bail out.
14171
14172 2019-09-02 Martin Liska <mliska@suse.cz>
14173
14174 PR gcov-profile/91601
14175 * gcov.c (path_contains_zero_cycle_arc): Rename to ...
14176 (path_contains_zero_or_negative_cycle_arc): ... this and handle
14177 also negative edges.
14178 (circuit): Handle also negative edges as they can happen
14179 in some situations.
14180
14181 2019-09-01 Eric Botcazou <ebotcazou@adacore.com>
14182
14183 PR target/91472
14184 * config/sparc/sparc.c (sparc_cannot_force_const_mem): Return true
14185 during LRA/reload in PIC mode if the PIC register hasn't been used yet.
14186 (sparc_pic_register_p): Test reload_in_progress for consistency's sake.
14187
14188 2019-09-01 Jakub Jelinek <jakub@redhat.com>
14189
14190 PR middle-end/91623
14191 * optabs.c (expand_vec_cond_expr): If op0 is a VECTOR_CST and only
14192 EQ_EXPR/NE_EXPR is supported, verify that op0 only contains
14193 zeros or negative elements and use NE_EXPR instead of LT_EXPR against
14194 zero vector.
14195
14196 PR lto/91572
14197 * tree.c (find_decls_types_in_node): Also walk TREE_PURPOSE of
14198 GIMPLE_ASM TREE_LIST operands.
14199
14200 2019-08-31 Gerald Pfeifer <gerald@pfeifer.com>
14201
14202 * doc/generic.texi (Unary and Binary Expressions): Mark up
14203 an instance of TYPE_MIN.
14204
14205 2019-08-31 Stafford Horne <shorne@gmail.com>
14206
14207 * config/or1k/constraints.md (t): New constraint.
14208 * config/or1k/or1k.h (GOT_REGS): New register class.
14209 * config/or1k/or1k.md (set_got_tmp, set_got): Use t contraint.
14210
14211 2019-08-30 Jim Wilson <jimw@sifive.com>
14212
14213 * config/riscv/riscv.c (riscv_option_override): If -msave-restore
14214 and -fpic and -mplt then disable -msave-restore and warn.
14215
14216 2019-08-30 Martin Sebor <msebor@redhat.com>
14217
14218 PR middle-end/91599
14219 * tree-ssa-strlen.c (handle_store): Use a fallback location if
14220 the statement doesn't have one.
14221 * gimple-pretty-print.c (percent_G_format): Same.
14222
14223 PR middle-end/91584
14224 * tree-vrp.c (vrp_prop::check_mem_ref): Normalize type domain bounds
14225 before using them to validate MEM_REF offset.
14226
14227 2019-08-30 Marek Polacek <polacek@redhat.com>
14228
14229 * doc/invoke.texi (-Wvolatile): Use @code for volatile.
14230
14231 2019-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
14232
14233 * config/arm/arm.md (unaligned_loaddi,
14234 unaligned_storedi): New unspec insn patterns.
14235 * config/arm/neon.md (unaligned_storev8qi): Likewise.
14236 * config/arm/arm.c (gen_cpymem_ldrd_strd): Use unaligned_loaddi
14237 and unaligned_storedi for 4-byte aligned memory.
14238 (arm_block_set_aligned_vect): Use unaligned_storev8qi for
14239 4-byte aligned memory.
14240
14241 2019-08-30 Martin Jambor <mjambor@suse.cz>
14242
14243 tree-optimization/91579
14244 * tree-tailcall.c (tailr_arg_needs_copy): New variable.
14245 (find_tail_calls): Allocate tailr_arg_needs_copy and set its bits as
14246 appropriate.
14247 (arg_needs_copy_p): Removed.
14248 (eliminate_tail_call): Test tailr_arg_needs_copy instead of calling
14249 arg_needs_copy_p.
14250 (tree_optimize_tail_calls_1): Likewise. Free tailr_arg_needs_copy.
14251
14252 2019-08-29 Uroš Bizjak <ubizjak@gmail.com>
14253
14254 * config/i386/i386-features.c
14255 (general_scalar_chain::compute_convert_gain):
14256 Correct cost for double-word shifts.
14257 (general_scalar_to_vector_candidate_p): Reject count operands
14258 greater or equal to mode bitsize.
14259
14260 2019-08-29 Uroš Bizjak <ubizjak@gmail.com>
14261
14262 * config/i386/i386.c (inline_secondary_memory_needed): Return true
14263 for moves between SSE and non-general registers and between
14264 mask and non-general registers.
14265 (ix86_register_move_cost): Remove stalled comment.
14266
14267 2019-08-29 Richard Biener <rguenther@suse.de>
14268
14269 * config/i386/i386-features.c (general_scalar_chain::convert_insn):
14270 Guard debug work with MAY_HAVE_DEBUG_BIND_INSNS.
14271
14272 2019-08-29 Richard Biener <rguenther@suse.de>
14273
14274 PR bootstrap/91580
14275 * config/i386/i386-features.c (general_scalar_chain::convert_insn):
14276 Do not emit scalar copies for debug-insns, instead replace
14277 their uses with the reg copy used in the chain or reset them
14278 if there is a reaching definition outside of the chain as well.
14279
14280 2019-08-29 Jakub Jelinek <jakub@redhat.com>
14281
14282 PR target/91560
14283 * config/i386/i386-expand.c (expand_vec_perm_movs,
14284 expand_vec_perm_blend, expand_vec_perm_vpermil,
14285 expand_vec_perm_pshufb, expand_vec_perm_1,
14286 expand_vec_perm_pshuflw_pshufhw, expand_vec_perm_palignr,
14287 expand_vec_perm_interleave2, expand_vec_perm_vpermq_perm_1,
14288 expand_vec_perm_vperm2f128, expand_vec_perm_interleave3,
14289 expand_vec_perm_vperm2f128_vblend, expand_vec_perm_2vperm2f128_vshuf,
14290 expand_vec_perm_even_odd, expand_vec_perm_broadcast): Adjust function
14291 comments - replace ix86_expand_vec_perm_builtin_1 with
14292 ix86_expand_vec_perm_const_1.
14293 (expand_vec_perm2_vperm2f128_vblend): New function.
14294 (ix86_expand_vec_perm_const_1): New forward declaration. Call
14295 expand_vec_perm2_vperm2f128_vblend as last resort.
14296 (canonicalize_perm): Formatting fix.
14297
14298 PR tree-optimization/91351
14299 * tree-cfg.c (generate_range_test): Use range_check_type instead of
14300 unsigned_type_for.
14301 * tree-cfgcleanup.c (convert_single_case_switch): Punt if
14302 range_check_type returns NULL.
14303 * tree-switch-conversion.c (switch_conversion::build_one_array):
14304 Use range_check_type instead of unsigned_type_for, don't perform
14305 linear opt if it returns NULL.
14306 (bit_test_cluster::find_bit_tests): Formatting fix.
14307 (bit_test_cluster::emit): Use range_check_type instead of
14308 unsigned_type_for.
14309 (switch_decision_tree::try_switch_expansion): Punt if range_check_type
14310 returns NULL.
14311
14312 2019-08-29 Richard Biener <rguenther@suse.de>
14313
14314 PR tree-optimization/91568
14315 * tree-vectorizer.h (_slp_tree::max_nunits): Add.
14316 (vect_update_max_nunits): Add overload for poly_uint64.
14317 * tree-vect-slp.c (vect_create_new_slp_node): Initialize it.
14318 (vect_build_slp_tree): Record max_nunits into the subtree
14319 and merge it upwards.
14320 (vect_print_slp_tree): Print max_nunits.
14321
14322 2019-08-28 Marek Polacek <polacek@redhat.com>
14323
14324 Implement P1152R4: Deprecating some uses of volatile.
14325 PR c++/91361
14326 * doc/invoke.texi: Document -Wvolatile.
14327
14328 2019-08-28 Marek Polacek <polacek@redhat.com>
14329
14330 PR c++/91360 - Implement C++20 P1143R2: constinit.
14331 * doc/invoke.texi: Document -Wc++20-compat.
14332
14333 2019-08-28 Martin Sebor <msebor@redhat.com>
14334
14335 PR tree-optimization/91457
14336 * builtins.c (component_size): New function.
14337 (compute_objsize): Add argument. Handle ARRAY_REF and COMPONENT_REF.
14338 * builtins.h (compute_objsize): Add argument.
14339 * tree-ssa-strlen.c (handle_store): Handle no-warning bit.
14340 * tree-vrp.c (vrp_prop::check_array_ref): Return warning result.
14341 (vrp_prop::check_mem_ref): Same.
14342 (vrp_prop::search_for_addr_array): Set no-warning bit.
14343 (check_array_bounds): Same.
14344
14345 2019-08-28 Martin Sebor <msebor@redhat.com>
14346
14347 PR driver/80545
14348 * opts-common.c (option_enabled): Correct checking for language
14349 options.
14350
14351 2019-08-28 Uroš Bizjak <ubizjak@gmail.com>
14352
14353 * config/i386/i386.c (ix86_register_move_cost): Do not
14354 limit the cost of moves to/from XMM register to minimum 8.
14355
14356 2019-08-28 Martin Jambor <mjambor@suse.cz>
14357
14358 PR ipa/91468
14359 * ipa-cp.c (merge_agg_lats_step): Removed redundant test, made a
14360 checking assert a normal assert to test it really is redundant.
14361 * ipa-prop.c (compute_complex_assign_jump_func): Removed
14362 redundant test.
14363 (update_jump_functions_after_inlining): Removed combining unary
14364 arithmetic operations with an ancestor jump function.
14365 (ipcp_modif_dom_walker::before_dom_children): Fix wrong use of rhs
14366 instead of t.
14367
14368 2019-08-28 Richard Biener <rguenther@suse.de>
14369
14370 * config/i386/i386-features.c (convert_scalars_to_vector): Do not
14371 add the MD problem.
14372
14373 2019-08-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
14374 Richard Biener <rguenther@suse.de>
14375
14376 * expr.c (expand_assignment): Handle misaligned DECLs.
14377 (expand_expr_real_1): Handle FUNCTION_DECL as unaligned.
14378 * function.c (assign_parm_adjust_stack_rtl): Check movmisalign optab
14379 too.
14380 (assign_parm_setup_stack): Allocate properly aligned stack slots.
14381 * varasm.c (build_constant_desc): Align constants of misaligned types.
14382 * config/arm/predicates.md (aligned_operand): New predicate.
14383 * config/arm/arm.md (movdi, movsi, movhi, movhf, movsf, movdf): Use
14384 aligned_operand to check restrictions on memory addresses.
14385 * config/arm/neon.md (movti, mov<VSTRUCT>, mov<VH>): Likewise.
14386 * config/arm/vec-common.md (mov<VALL>): Likewise.
14387
14388 2019-08-28 Jakub Jelinek <jakub@redhat.com>
14389
14390 PR libgomp/91530
14391 * config/i386/sse.md (vec_shl_<mode>, vec_shr_<mode>): Use
14392 V_128 iterator instead of VI_128.
14393
14394 2019-08-28 Martin Liska <mliska@suse.cz>
14395
14396 PR tree-optimization/90970
14397 * builtins.c (check_access): Remove assignment to maxread
14398 as it hasn't been used since when it was introduced in r255755.
14399
14400 2019-08-27 Martin Sebor <msebor@redhat.com>
14401
14402 PR tree-optimization/91567
14403 * gimple-ssa-sprintf.c (get_string_length): Handle more forms of lengths
14404 of unknown strings.
14405 * vr-values.c (vr_values::extract_range_basic): Set strlen upper bound
14406 to PTRDIFF_MAX - 2.
14407
14408 2019-08-27 Jeff Law <law@redhat.com>
14409
14410 * tree-ssa-strlen.c (printf_strlen_execute): Initialize
14411 the loop optimizer and SCEV before sizing ssa_ver_to_stridx.
14412
14413 2019-08-27 Uroš Bizjak <ubizjak@gmail.com>
14414
14415 PR target/91528
14416 * config/i386/i386-features.c (convert_scalars_to_vector):
14417 Update crtl->stack_realign_needed, crtl->stack_realign_tried and
14418 crtl->stack_realign_processed. Update crtl->drap_reg by calling
14419 targetm.calls.get_drap_rtx. If drap_rtx is non-null then
14420 Update crtl->args.internal_arg_pointer and call fixup_tail_calls.
14421
14422 2019-08-27 Richard Biener <rguenther@suse.de>
14423
14424 * config/i386/i386-features.h
14425 (general_scalar_chain::~general_scalar_chain): Add.
14426 (general_scalar_chain::insns_conv): New bitmap.
14427 (general_scalar_chain::n_sse_to_integer): New.
14428 (general_scalar_chain::n_integer_to_sse): Likewise.
14429 (general_scalar_chain::make_vector_copies): Adjust signature.
14430 * config/i386/i386-features.c
14431 (general_scalar_chain::general_scalar_chain): Outline,
14432 initialize new members.
14433 (general_scalar_chain::~general_scalar_chain): New.
14434 (general_scalar_chain::mark_dual_mode_def): Record insns
14435 we need to insert conversions at and count them.
14436 (general_scalar_chain::compute_convert_gain): Account
14437 for conversion instructions at chain boundary.
14438 (general_scalar_chain::make_vector_copies): Generate a single
14439 copy for a def by a specific insn.
14440 (general_scalar_chain::convert_registers): First populate
14441 defs_map, then make copies at out-of chain insns.
14442
14443 2019-08-27 Richard Earnshaw <rearnsha@arm.com>
14444
14445 * config/arm/arm.md (stack_protect_set_insn): Add security-related
14446 comment.
14447 * config/aarch64/aarch64.md (stack_protect_set_<mode>): Likewise.
14448
14449 2019-08-27 Martin Liska <mliska@suse.cz>
14450
14451 * cgraph.c (cgraph_node::remove): Remove dead assignment before
14452 loop.
14453 * config/i386/i386-features.c (scalar_chain::emit_conversion_insns):
14454 Enclose in anonymous namespace.
14455 * config/i386/x86-tune-costs.h (struct processor_costs): Wrap
14456 hard_register initialization in braces.
14457 * tree-vrp.h (value_range_base::supports_type_p): Return false
14458 for function with boolean return type.
14459
14460 2019-08-26 Uroš Bizjak <ubizjak@gmail.com>
14461
14462 * config/i386/i386.c (emit_i387_cw_initialization)
14463 <case I387_CW_ROUNDEVEN>: Fix masking operand value.
14464
14465 2019-08-26 Martin Sebor <msebor@redhat.com>
14466
14467 PR c++/83431
14468 * gimple-ssa-sprintf.c (pass_data_sprintf_length): Remove object.
14469 (sprintf_dom_walker): Remove class.
14470 (get_int_range): Make argument const.
14471 (directive::fmtfunc, directive::set_precision): Same.
14472 (format_none): Same.
14473 (build_intmax_type_nodes): Same.
14474 (adjust_range_for_overflow): Same.
14475 (format_floating): Same.
14476 (format_character): Same.
14477 (format_string): Same.
14478 (format_plain): Same.
14479 (get_int_range): Cast away constness.
14480 (format_integer): Same.
14481 (get_string_length): Call get_range_strlen_dynamic. Handle
14482 null lendata.maxbound.
14483 (should_warn_p): Adjust argument scope qualifier.
14484 (maybe_warn): Same.
14485 (format_directive): Same.
14486 (parse_directive): Same.
14487 (is_call_safe): Same.
14488 (try_substitute_return_value): Same.
14489 (sprintf_dom_walker::handle_printf_call): Rename...
14490 (handle_printf_call): ...to this. Initialize target to host charmap
14491 here instead of in pass_sprintf_length::execute.
14492 (struct call_info): Make global.
14493 (sprintf_dom_walker::compute_format_length): Make global.
14494 (sprintf_dom_walker::handle_gimple_call): Same.
14495 * passes.def (pass_sprintf_length): Replace with pass_strlen.
14496 * print-rtl.c (print_pattern): Reduce the number of spaces to
14497 avoid -Wformat-truncation.
14498 * tree-pass.h (make_pass_warn_printf): New function.
14499 * tree-ssa-strlen.c (strlen_optimize): New variable.
14500 (get_string_length): Add comments.
14501 (get_range_strlen_dynamic): New function.
14502 (check_and_optimize_call): New function.
14503 (handle_integral_assign): New function.
14504 (strlen_check_and_optimize_stmt): Factor code out into
14505 strlen_check_and_optimize_call and handle_integral_assign.
14506 (strlen_dom_walker::evrp): New member.
14507 (strlen_dom_walker::before_dom_children): Use evrp member.
14508 (strlen_dom_walker::after_dom_children): Use evrp member.
14509 (printf_strlen_execute): New function.
14510 (pass_strlen::gate): Update to handle printf calls.
14511 (dump_strlen_info): New function.
14512 (pass_data_warn_printf): New variable.
14513 (pass_warn_printf): New class.
14514 * tree-ssa-strlen.h (get_range_strlen_dynamic): Declare.
14515 (handle_printf_call): Same.
14516 * tree-vrp.c (value_range_base::type): Adjust assertion.
14517 * vr-values.c (vr_values::update_value_range): Use type of the first
14518 argument rather than the second.
14519
14520 2019-08-26 Richard Biener <rguenther@suse.de>
14521
14522 * config/i386/i386-features.c (general_remove_non_convertible_regs):
14523 Remove.
14524 (convert_scalars_to_vector): Do not call it.
14525
14526 2019-08-26 Tejas Joshi <tejasjoshi9673@gmail.com>
14527 Uros Bizjak <ubizjak@gmail.com>
14528
14529 * builtins.c (mathfn_built_in_2): Change CASE_MATHFN to
14530 CASE_MATHFN_FLOATN for roundeven.
14531 * config/i386/i386.c (ix86_i387_mode_needed): Add case
14532 I387_ROUNDEVEN.
14533 (ix86_mode_needed): Likewise.
14534 (ix86_mode_after): Likewise.
14535 (ix86_mode_entry): Likewise.
14536 (ix86_mode_exit): Likewise.
14537 (ix86_emit_mode_set): Likewise.
14538 (emit_i387_cw_initialization): Add case I387_CW_ROUNDEVEN.
14539 * config/i386/i386.h (ix86_stack_slot): Add SLOT_CW_ROUNDEVEN.
14540 (ix86_entity): Add I387_ROUNDEVEN.
14541 (NUM_MODES_FOR_MODE_SWITCHING): Add I387_CW_ANY.
14542 * config/i386/i386.md: Define UNSPEC_FRNDINT_ROUNDEVEN.
14543 (define_int_iterator): Likewise.
14544 (define_int_attr): Likewise for rounding_insn, rounding and ROUNDING.
14545 (define_constant): Define ROUND_ROUNDEVEN mode.
14546 (define_attr): Add roundeven mode for i387_cw.
14547 (<rouding_insn><mode>2): Add condition for ROUND_ROUNDEVEN.
14548 * internal-fn.def (ROUNDEVEN): New builtin function.
14549 * optabs.def (roundeven_optab): New optab.
14550
14551 2019-08-26 Tejas Joshi <tejasjoshi9673@gmail.com>
14552
14553 * builtins.c (mathfn_built_in_2): Added CASE_MATHFN_FLOATN
14554 for ROUNDEVEN.
14555 * builtins.def: Added function definitions for roundeven function
14556 variants.
14557 * fold-const-call.c (fold_const_call_ss): Added case for roundeven
14558 function call. Adjust condition for floor, ceil, trunc and round.
14559 * fold-const.c (negate_mathfn_p): Added case for roundeven function.
14560 (tree_call_nonnegative_warnv_p): Added case for roundeven function.
14561 (integer_valued_real_call_p): Added case for roundeven function.
14562 * real.c (is_even): New function. Returns true if real number is even,
14563 otherwise returns false.
14564 (is_halfway_below): New function. Returns true if real number is
14565 halfway between two integers, else return false.
14566 (real_roundeven): New function. Round real number to nearest integer,
14567 rounding halfway cases towards even.
14568 * real.h (real_value): Added descriptive comments. Added function
14569 declaration for roundeven function.
14570 * doc/extend.texi (Other Builtins): List roundeven variants among
14571 functions which can be handled as builtins.
14572
14573 2019-08-26 Richard Biener <rguenther@suse.de>
14574
14575 PR target/91522
14576 PR target/91527
14577 * config/i386/i386-features.h (general_scalar_chain::defs_map):
14578 New member.
14579 (general_scalar_chain::replace_with_subreg): Remove.
14580 (general_scalar_chain::replace_with_subreg_in_insn): Likewise.
14581 (general_scalar_chain::convert_reg): Adjust signature.
14582 * config/i386/i386-features.c (scalar_chain::add_insn): Do not
14583 iterate over all defs of a reg.
14584 (general_scalar_chain::replace_with_subreg): Remove.
14585 (general_scalar_chain::replace_with_subreg_in_insn): Likewise.
14586 (general_scalar_chain::make_vector_copies): Populate defs_map,
14587 place copy only after defs that are used as vectors in the chain.
14588 (general_scalar_chain::convert_reg): Emit a copy for a specific
14589 def in a specific instruction.
14590 (general_scalar_chain::convert_op): All reg uses are converted here.
14591 (general_scalar_chain::convert_insn): Emit copies for scalar
14592 uses of defs here. Replace uses with the copies we created.
14593 Replace and convert the def. Adjust REG_DEAD notes, remove
14594 REG_EQUIV/EQUAL notes.
14595 (general_scalar_chain::convert_registers): Only handle copies
14596 into the chain here.
14597
14598 2019-08-26 Robin Dapp <rdapp@linux.ibm.com>
14599
14600 * match.pd: Add (T)(A) + CST -> (T)(A + CST).
14601
14602 2019-08-26 Robin Dapp <rdapp@linux.ibm.com>
14603
14604 * gimple-loop-versioning.cc (loop_versioning::record_address_fragment):
14605 Add nop_convert case.
14606 * tree-ssa-propagate.c (substitute_and_fold_dom_walker::before_dom_children):
14607 Fold all statements if requested.
14608 * tree-ssa-propagate.h (class substitute_and_fold_engine):
14609 Allow to fold all statements.
14610 * tree-vrp.c (class vrp_folder):
14611 Let substitute_and_fold_engine fold all statements.
14612
14613 2019-08-26 Richard Biener <rguenther@suse.de>
14614
14615 PR tree-optimization/91526
14616 * passes.def: Note that after late FRE we do TODO_update_address_taken.
14617 * tree-ssa-sccvn.c (pass_fre::execute): In late mode schedule
14618 TODO_update_address_taken.
14619
14620 2019-08-26 Gerald Pfeifer <gerald@pfeifer.com>
14621
14622 * config/i386/gmm_malloc.h: Only use <errno.h> and errno if
14623 __STDC_HOSTED__.
14624
14625 2019-08-23 Mihailo Stojanovic <mistojanovic@wavecomp.com>
14626
14627 * config/mips/mips.md (mips_get_fcsr, *mips_get_fcsr): Use SI
14628 machine mode for unspec_volatile operand.
14629
14630 2019-08-23 Wilco Dijkstra <wdijkstr@arm.com>
14631
14632 * doc/invoke.texi (mneon-for-64bits): Deprecate option.
14633 * config/arm/arm.opt (mneon-for-64bits): Deprecate option.
14634 * config/arm/arm.h (TARGET_PREFER_NEON_64BITS): Remove.
14635 (prefer_neon_for_64bits): Remove.
14636 * config/arm/arm.c (prefer_neon_for_64bits): Remove.
14637 (tune_params): Remove PREF_NEON_64_FALSE uses.
14638 (arm_option_override): Remove prefer_neon selection code.
14639 (arm_print_tune_info): Remove prefer_neon_for_64bits.
14640 * config/arm/arm-protos.h (tune_params): Remove
14641 prefer_neon_for_64bits.
14642 (prefer_neon_for_64bits): Remove.
14643
14644 2019-08-23 Iain Sandoe <iain@sandoe.co.uk>
14645
14646 PR pch/61250
14647 * ggc-page.c (ggc_pch_read): Read the ggc_pch_ondisk structure
14648 and issue any diagnostics needed before collecting the pre-PCH
14649 state.
14650
14651 2019-08-23 Jakub Jelinek <jakub@redhat.com>
14652
14653 PR middle-end/91283
14654 * common.opt (fexcess-precision=): Add Optimization flag. Use
14655 flag_excess_precision variable instead of
14656 flag_excess_precision_cmdline.
14657 * flags.h (class target_flag_state): Remove x_flag_excess_precision
14658 member.
14659 (flag_excess_precision): Don't define.
14660 * langhooks.c (lhd_post_options): Set flag_excess_precision instead of
14661 flag_excess_precision_cmdline. Remove comment.
14662 * opts.c (set_fast_math_flags): Use frontend_set_flag_excess_precision
14663 and x_flag_excess_precision instead of
14664 frontend_set_flag_excess_precision_cmdline and
14665 x_flag_excess_precision_cmdline.
14666 (fast_math_flags_set_p): Use x_flag_excess_precision instead of
14667 x_flag_excess_precision_cmdline.
14668 * toplev.c (init_excess_precision): Remove.
14669 (lang_dependent_init_target): Don't call it.
14670
14671 2019-08-23 Martin Liska <mliska@suse.cz>
14672
14673 * lto-wrapper.c (run_gcc): When setting jobserver
14674 set also parallel to 1. This was done so before r273908.
14675
14676 2019-08-23 Dennis Zhang <dennis.zhang@arm.com>
14677
14678 * config/arm/arm-cpus.in (cortex-m35p): New entry.
14679 (cortex-a76ae): Likewise.
14680 (cortex-a77): Likewise
14681 * config/arm/arm-tables.opt: Regenerate.
14682 * config/arm/arm-tune.md: Likewise.
14683 * doc/invoke.texi (ARM Options): Document cortex-m35p, cortx-a76ae,
14684 cortex-a77 CPU options.
14685
14686 2019-08-23 Martin Liska <mliska@suse.cz>
14687
14688 * profile.c (instrument_values): Do not set
14689 0 as last argument.
14690 * tree-profile.c (gimple_gen_interval_profiler): Remove
14691 last argument.
14692 (gimple_gen_pow2_profiler): Likewise.
14693 (gimple_gen_topn_values_profiler): Likewise.
14694 (gimple_gen_ic_profiler): Likewise.
14695 (gimple_gen_time_profiler): Likewise.
14696 (gimple_gen_average_profiler): Likewise.
14697 (gimple_gen_ior_profiler): Likewise.
14698 * value-prof.c (dump_histogram_value): Use default
14699 in switch statement instead of HIST_TYPE_MAX.
14700 (stream_in_histogram_value): Likewise.
14701 (gimple_duplicate_stmt_histograms): Do not
14702 use NULL for implicitly set arguments.
14703 (gimple_divmod_values_to_profile): Do not use
14704 reserve+quick_push.
14705 (gimple_indirect_call_to_profile): Likewise.
14706 (gimple_find_values_to_profile): Use implicit
14707 function call arguments.
14708 * value-prof.h (gimple_alloc_histogram_value):
14709 Set default values.
14710 (gimple_gen_interval_profiler): Remove last argument.
14711 (gimple_gen_pow2_profiler): Likewise.
14712 (gimple_gen_topn_values_profiler): Likewise.
14713 (gimple_gen_ic_profiler): Likewise.
14714 (gimple_gen_time_profiler): Likewise.
14715 (gimple_gen_average_profiler): Likewise.
14716 (gimple_gen_ior_profiler): Likewise.
14717
14718 2019-08-22 Martin Sebor <msebor@redhat.com>
14719
14720 PR middle-end/91490
14721 * builtins.c (c_strlen): Rename argument and introduce new local.
14722 Set no-warning bit on original argument.
14723 * expr.c (string_constant): Pass argument type to fold_ctor_reference.
14724 Fold empty and zero constructors into empty strings.
14725 * gimple-fold.c (fold_nonarray_ctor_reference): Return a STRING_CST
14726 for missing initializers.
14727 * tree.c (build_string_literal): Handle optional argument.
14728 * tree.h (build_string_literal): Add defaulted argument.
14729 * gimple-ssa-warn-restrict.c (maybe_diag_access_bounds): Check
14730 no-warning bit on original expression.
14731
14732 2019-08-22 Segher Boessenkool <segher@kernel.crashing.org>
14733
14734 PR target/91481
14735 * config/rs6000/rs6000.md (unspec): Delete UNSPEC_DARN, UNSPEC_DARN_32,
14736 and UNSPEC_DARN_RAW.
14737 (unspecv): New enumerator values UNSPECV_DARN, UNSPECV_DARN_32, and
14738 UNSPECV_DARN_RAW.
14739 (darn_32): Use an unspec_volatile, and UNSPECV_DARN_32.
14740 (darn_raw): Use an unspec_volatile, and UNSPECV_DARN_RAW.
14741 (darn): Use an unspec_volatile, and UNSPECV_DARN.
14742
14743 2019-08-22 Segher Boessenkool <segher@kernel.crashing.org>
14744
14745 * config/rs6000/altivec.md (unspec): Delete UNSPEC_DARN, UNSPEC_DARN_32,
14746 UNSPEC_DARN_RAW, UNSPEC_CMPRB, UNSPEC_CMPRB2, UNSPEC_CMPEQB; move to...
14747 * config/rs6000/rs6000.md (unspec): ... here.
14748 * config/rs6000/altivec.md (darn_32, darn_raw, darn, cmprb,
14749 *cmprb_internal, setb_signed, setb_unsigned, cmprb2, *cmprb2_internal,
14750 cmpeqb, *cmpeqb_internal): Delete, move to...
14751 * config/rs6000/rs6000.md (darn_32, darn_raw, darn, cmprb,
14752 *cmprb_internal, setb_signed, setb_unsigned, cmprb2, *cmprb2_internal,
14753 cmpeqb, *cmpeqb_internal): ... here.
14754
14755 2019-08-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
14756
14757 * config/arm/arm_acle.h: Use arch=armv8-a+crc+simd pragma for CRC32
14758 intrinsics if __ARM_FP.
14759 Use __ARM_FEATURE_CRC32 ifdef guard.
14760
14761 2019-08-22 Wilco Dijkstra <wdijkstr@arm.com>
14762
14763 * config/arm/arm.md (neon_for_64bits): Remove.
14764 (avoid_neon_for_64bits): Remove.
14765 (arm_adddi3): Always split early.
14766 (arm_subdi3): Always split early.
14767 (negdi2): Remove Neon expansion.
14768 (split zero_extend): Split before reload.
14769 (split sign_extend): Split before reload.
14770
14771 2019-08-22 Wilco Dijkstra <wdijkstr@arm.com>
14772
14773 * config/arm/iterators.md (qhs_extenddi_cstr): Update.
14774 (qhs_extenddi_cstr): Likewise.
14775 * config/arm/arm.md (ashldi3): Always expand early.
14776 (ashlsi3): Likewise.
14777 (ashrsi3): Likewise.
14778 (zero_extend<mode>di2): Remove Neon variants.
14779 (extend<mode>di2): Likewise.
14780 * config/arm/neon.md (ashldi3_neon_noclobber): Remove.
14781 (signed_shift_di3_neon): Likewise.
14782 (unsigned_shift_di3_neon): Likewise.
14783 (ashrdi3_neon_imm_noclobber): Likewise.
14784 (lshrdi3_neon_imm_noclobber): Likewise.
14785 (<shift>di3_neon): Likewise.
14786 (split extend): Remove DI extend split patterns.
14787
14788 2019-08-22 Wilco Dijkstra <wdijkstr@arm.com>
14789
14790 * config/arm/arm.md (split and/eor/ior): Remove Neon check.
14791 (split not): Add DImode not splitter.
14792 (anddi3): Remove pattern.
14793 (anddi3_insn): Likewise.
14794 (anddi_zesidi_di): Likewise.
14795 (anddi_sesdi_di): Likewise.
14796 (anddi_notdi_di): Likewise.
14797 (anddi_notzesidi_di): Likewise.
14798 (anddi_notsesidi_di): Likewise.
14799 (iordi3): Likewise.
14800 (iordi3_insn): Likewise.
14801 (iordi_zesidi_di): Likewise.
14802 (iordi_sesidi_di): Likewise.
14803 (xordi3): Likewise.
14804 (xordi3_insn): Likewise.
14805 (xordi_sesidi_di): Likewise.
14806 (xordi_zesidi_di): Likewise.
14807 (one_cmpldi2): Likewise.
14808 (one_cmpldi2_insn): Likewise.
14809 * config/arm/constraints.md: Remove De, Df, Dg constraints.
14810 * config/arm/iwmmxt.md (iwmmxt_iordi3): Remove general register
14811 alternative.
14812 (iwmmxt_xordi3): Likewise.
14813 (iwmmxt_anddi3): Likewise.
14814 * config/arm/neon.md (orndi3_neon): Remove pattern.
14815 (anddi_notdi_di): Likewise.
14816 * config/arm/predicates.md (arm_anddi_operand_neon): Remove.
14817 (arm_iordi_operand_neon): Likewise.
14818 (arm_xordi_operand_neon): Likewise.
14819 * config/arm/thumb2.md(iordi_notdi_di): Remove pattern.
14820 (iordi_notzesidi_di): Likewise.
14821 (iordi_notdi_zesidi): Likewise.
14822 (iordi_notsesidi_di): Likewise.
14823
14824 2019-08-22 Richard Earnshaw <rearnsha@arm.com>
14825
14826 * config/arm/arm.md (iorsi3_compare0): Add alternative for 16-bit thumb
14827 insn.
14828 (iorsi3_compare0_scratch): Likewise.
14829
14830 2019-08-22 Sylvia Taylor <sylvia.taylor@arm.com>
14831
14832 * config/aarch64/aarch64-simd-builtins.def:
14833 (ld1x4): New.
14834 (st1x4): Likewise.
14835 * config/aarch64/aarch64-simd.md:
14836 (aarch64_ld1x4<VALLDIF:mode>): New pattern.
14837 (aarch64_st1x4<VALLDIF:mode>): Likewise.
14838 (aarch64_ld1_x4_<mode>): Likewise.
14839 (aarch64_st1_x4_<mode>): Likewise.
14840 * config/aarch64/arm_neon.h:
14841 (vld1_s8_x4): New function.
14842 (vld1q_s8_x4): Likewise.
14843 (vld1_s16_x4): Likewise.
14844 (vld1q_s16_x4): Likewise.
14845 (vld1_s32_x4): Likewise.
14846 (vld1q_s32_x4): Likewise.
14847 (vld1_u8_x4): Likewise.
14848 (vld1q_u8_x4): Likewise.
14849 (vld1_u16_x4): Likewise.
14850 (vld1q_u16_x4): Likewise.
14851 (vld1_u32_x4): Likewise.
14852 (vld1q_u32_x4): Likewise.
14853 (vld1_f16_x4): Likewise.
14854 (vld1q_f16_x4): Likewise.
14855 (vld1_f32_x4): Likewise.
14856 (vld1q_f32_x4): Likewise.
14857 (vld1_p8_x4): Likewise.
14858 (vld1q_p8_x4): Likewise.
14859 (vld1_p16_x4): Likewise.
14860 (vld1q_p16_x4): Likewise.
14861 (vld1_s64_x4): Likewise.
14862 (vld1_u64_x4): Likewise.
14863 (vld1_p64_x4): Likewise.
14864 (vld1q_s64_x4): Likewise.
14865 (vld1q_u64_x4): Likewise.
14866 (vld1q_p64_x4): Likewise.
14867 (vld1_f64_x4): Likewise.
14868 (vld1q_f64_x4): Likewise.
14869 (vst1_s8_x4): Likewise.
14870 (vst1q_s8_x4): Likewise.
14871 (vst1_s16_x4): Likewise.
14872 (vst1q_s16_x4): Likewise.
14873 (vst1_s32_x4): Likewise.
14874 (vst1q_s32_x4): Likewise.
14875 (vst1_u8_x4): Likewise.
14876 (vst1q_u8_x4): Likewise.
14877 (vst1_u16_x4): Likewise.
14878 (vst1q_u16_x4): Likewise.
14879 (vst1_u32_x4): Likewise.
14880 (vst1q_u32_x4): Likewise.
14881 (vst1_f16_x4): Likewise.
14882 (vst1q_f16_x4): Likewise.
14883 (vst1_f32_x4): Likewise.
14884 (vst1q_f32_x4): Likewise.
14885 (vst1_p8_x4): Likewise.
14886 (vst1q_p8_x4): Likewise.
14887 (vst1_p16_x4): Likewise.
14888 (vst1q_p16_x4): Likewise.
14889 (vst1_s64_x4): Likewise.
14890 (vst1_u64_x4): Likewise.
14891 (vst1_p64_x4): Likewise.
14892 (vst1q_s64_x4): Likewise.
14893 (vst1q_u64_x4): Likewise.
14894 (vst1q_p64_x4): Likewise.
14895 (vst1_f64_x4): Likewise.
14896 (vst1q_f64_x4): Likewise.
14897
14898 2019-08-22 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
14899
14900 * config/aarch64/aarch64-sve.md (vcond_mask): Add "@".
14901
14902 2019-08-22 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
14903 Richard Sandiford <richard.sandiford@arm.com>
14904
14905 PR target/88839
14906 * config/aarch64/aarch64.c (aarch64_evpc_sel): New function.
14907 (aarch64_expand_vec_perm_const_1): Call aarch64_evpc_sel.
14908
14909 2019-08-21 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
14910
14911 PR target/90724
14912 * config/aarch64/aarch64.c (aarch64_gen_compare_reg_maybe_ze): Force y
14913 in reg if it fails aarch64_plus_operand predicate.
14914
14915 2019-08-21 Richard Biener <rguenther@suse.de>
14916
14917 PR tree-optimization/91482
14918 * tree-ssa-ccp.c (ccp_folder::fold_stmt): Remove useless
14919 BUILT_IN_ASSUME_ALIGNED calls.
14920
14921 2019-08-21 Richard Biener <rguenther@suse.de>
14922
14923 PR target/91498
14924 PR target/91503
14925 * config/i386/i386-features.c
14926 (general_scalar_chain::make_vector_copies): Copy stack temporary
14927 rtx when using it multiple times.
14928 (general_scalar_chain::convert_reg): Likewise.
14929
14930 2019-08-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
14931
14932 * function.c (assign_parm_find_stack_rtl): Use known_eq instead of ==.
14933
14934 2019-08-20 Matthew Beliveau <mbelivea@redhat.com>
14935
14936 * tree-ssa-dse.c (dse_optimize_redundant_stores): Improved check to
14937 catch more redundant zero initialization cases.
14938 (dse_dom_walker::dse_optimize_stmt): Likewise.
14939
14940 2019-08-20 Richard Biener <rguenther@suse.de>
14941
14942 PR lto/91307
14943 * ipa.c (cgraph_build_static_cdtor_1): Use names not recognizable
14944 by collect2 when targetm.have_ctors_dtors which avoids dragging
14945 in temporary filenames from LTO input objects.
14946
14947 2019-08-20 Richard Biener <rguenther@suse.de>
14948
14949 PR tree-optimization/37242
14950 * tree-ssa-sccvn.c (visit_nary_op): Also CSE (T)(a + b)
14951 to (T)a + (T)b if we know that a + b does not overflow.
14952
14953 2019-08-20 Eric Botcazou <ebotcazou@adacore.com>
14954
14955 PR rtl-optimization/91347
14956 * dse.c (scan_insn): Call add_wild_read for non-const/memset tail calls
14957 before reload if HARD_FRAME_POINTER_IS_ARG_POINTER.
14958
14959 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
14960
14961 * calls.h (function_arg_info): Add a pass_by_reference field,
14962 defaulting to false.
14963 * calls.c (apply_pass_by_reference_rules): Set pass_by_reference
14964 when applying pass-by-reference semantics.
14965 (initialize_argument_information): Likewise.
14966 (emit_library_call_value_1): Likewise.
14967 * function.c (assign_parm_data_one): Remove passed_pointer field.
14968 (assign_parm_find_data_types): Don't set it.
14969 (assign_parm_find_stack_rtl, assign_parm_adjust_stack_rtl)
14970 (assign_parm_setup_reg, assign_parms, gimplify_parameters): Use
14971 arg.pass_by_reference instead of passed_pointer.
14972
14973 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
14974
14975 * calls.c (emit_library_call_value_1): Merge arg and orig_arg
14976 into a single function_arg_info, updating its fields when we
14977 apply pass-by-reference and promotion semantics. Use the
14978 function_arg_info to track the mode rather than keeping it in
14979 a separate local variable.
14980 (initialize_argument_information): Likewise. Base the final
14981 arg_to_skip on this new function_arg_info rather than creating
14982 a new one from scratch.
14983
14984 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
14985
14986 * function.c (assign_parm_data_one): Replace passed_type,
14987 promoted_mode and named_arg with a function_arg_info field.
14988 (assign_parm_find_data_types): Remove local variables and
14989 assign directly to "data". Make data->passed_mode shadow
14990 data->arg.mode until promotion, then assign the promoted
14991 mode to data->arg.mode.
14992 (assign_parms_setup_varargs, assign_parm_find_entry_rtl)
14993 (assign_parm_find_stack_rtl, assign_parm_adjust_entry_rtl)
14994 (assign_parm_remove_parallels, assign_parm_setup_block_p)
14995 (assign_parm_setup_block, assign_parm_setup_reg)
14996 (assign_parm_setup_stack, assign_parms, gimplify_parameters): Use
14997 arg.mode instead of promoted_mode, arg.type instead of passed_type
14998 and arg.named instead of named_arg. Use data->arg for
14999 function_arg_info structures that had the field values passed_type,
15000 promoted_mode and named_arg. Base other function_arg_infos on
15001 data->arg, changing the necessary properties.
15002
15003 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15004
15005 * calls.h (apply_pass_by_reference_rules): Declare.
15006 * calls.c (apply_pass_by_reference_rules): New function.
15007 * config/c6x/c6x.c (c6x_call_saved_register_used): Use it.
15008 * config/rs6000/rs6000-call.c (rs6000_parm_needs_stack): Likewise.
15009 * config/s390/s390.c (s390_call_saved_register_used): Likewise.
15010 * function.c (assign_parm_find_data_types): Likewise.
15011 * var-tracking.c (prepare_call_arguments): Likewise.
15012
15013 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15014
15015 * target.def (must_pass_in_stack): Take a function_arg_info instead
15016 of a mode and a type.
15017 * doc/tm.texi: Regenerate.
15018 * calls.h (must_pass_in_stack_var_size): Take a function_arg_info
15019 instead of a mode and a type.
15020 (must_pass_in_stack_var_size_or_pad): Likewise.
15021 * calls.c (must_pass_in_stack_var_size): Likewise.
15022 (must_pass_in_stack_var_size_or_pad): Likewise.
15023 (initialize_argument_information): Update call to
15024 targetm.calls.must_pass_in_stack.
15025 (must_pass_va_arg_on_stack): Likewise.
15026 * function.c (assign_parm_find_entry_rtl): Likewise.
15027 * targhooks.c (hook_pass_by_reference_must_pass_in_stack): Likewise.
15028 * config/alpha/alpha.c (alpha_function_arg): Likewise.
15029 (alpha_function_arg_advance): Likewise.
15030 * config/cr16/cr16.c (cr16_function_arg): Likewise.
15031 (cr16_function_arg_advance): Likewise.
15032 * config/cris/cris.c (cris_pass_by_reference): Likewise.
15033 (cris_arg_partial_bytes): Likewise.
15034 * config/iq2000/iq2000.c (iq2000_pass_by_reference): Likewise.
15035 * config/lm32/lm32.c (lm32_function_arg): Likewise.
15036 * config/mcore/mcore.c (mcore_num_arg_regs): Likewise.
15037 (mcore_function_arg, mcore_arg_partial_bytes): Likewise.
15038 * config/mips/mips.c (mips_pass_by_reference): Likewise.
15039 * config/mmix/mmix.c (mmix_function_arg_advance): Likewise.
15040 (mmix_function_arg_1, mmix_pass_by_reference): Likewise.
15041 * config/sh/sh.c (sh_pass_by_reference): Likewise.
15042 * config/stormy16/stormy16.c (xstormy16_function_arg): Likewise.
15043 * config/xtensa/xtensa.c (xtensa_function_arg_advance): Likewise.
15044 * config/arm/arm.c (arm_must_pass_in_stack): Take a function_arg_info
15045 instead of a mode and a type.
15046 * config/fr30/fr30.c (fr30_must_pass_in_stack): Likewise.
15047 (fr30_num_arg_regs): Likewise.
15048 (fr30_setup_incoming_varargs): Update calls accordingly.
15049 (fr30_arg_partial_bytes, fr30_function_arg): Likewise.
15050 (fr30_function_arg_advance): Likewise.
15051 * config/frv/frv.c (frv_must_pass_in_stack): Take a function_arg_info
15052 instead of a mode and a type.
15053 * config/gcn/gcn.c (num_arg_regs): Likewise.
15054 (gcn_function_arg, gcn_function_arg_advance): Update calls to
15055 num_arg_regs and targetm.calls.must_pass_in_stack.
15056 (gcn_arg_partial_bytes): Likewise.
15057 * config/i386/i386.c (ix86_must_pass_in_stack): Take a
15058 function_arg_info instead of a mode and a type.
15059 (classify_argument): Update call accordingly.
15060 * config/nds32/nds32.c (nds32_must_pass_in_stack): Take a
15061 function_arg_info instead of a mode and a type.
15062 * config/rs6000/rs6000-internal.h (rs6000_must_pass_in_stack):
15063 Likewise.
15064 * config/rs6000/rs6000-call.c (rs6000_must_pass_in_stack): Likewise.
15065 (rs6000_parm_needs_stack): Update call accordingly.
15066 (setup_incoming_varargs): Likewise.
15067
15068 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15069
15070 * target.def (callee_copies): Take a function_arg_info instead
15071 of a mode, type and named flag.
15072 * doc/tm.texi: Regenerate.
15073 * targhooks.h (hook_callee_copies_named): Take a function_arg_info
15074 instead of a mode, type and named flag.
15075 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Delete.
15076 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
15077 (hook_bool_CUMULATIVE_ARGS_arg_info_true): New function.
15078 * targhooks.c (hook_callee_copies_named): Take a function_arg_info
15079 instead of a mode, type and named flag.
15080 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false): Delete.
15081 (hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true): Likewise.
15082 (hook_bool_CUMULATIVE_ARGS_arg_info_true): New function.
15083 * calls.h (reference_callee_copied): Take a function_arg_info
15084 instead of a mode, type and named flag.
15085 * calls.c (reference_callee_copied): Likewise.
15086 (initialize_argument_information): Update call accordingly.
15087 (emit_library_call_value_1): Likewise.
15088 * function.c (gimplify_parameters): Likewise.
15089 * config/aarch64/aarch64.c (TARGET_CALLEE_COPIES): Define to
15090 hook_bool_CUMULATIVE_ARGS_arg_info_false instead of
15091 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_false.
15092 * config/c6x/c6x.c (c6x_callee_copies): Delete.
15093 (TARGET_CALLEE_COPIES): Define to
15094 hook_bool_CUMULATIVE_ARGS_arg_info_true instead.
15095 * config/epiphany/epiphany.c (TARGET_CALLEE_COPIES): Define to
15096 hook_bool_CUMULATIVE_ARGS_arg_info_true instead of
15097 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true.
15098 * config/mips/mips.c (mips_callee_copies): Take a function_arg_info
15099 instead of a mode, type and named flag.
15100 * config/mmix/mmix.c (TARGET_CALLEE_COPIES): Define to
15101 hook_bool_CUMULATIVE_ARGS_arg_info_true instead of
15102 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true.
15103 * config/mn10300/mn10300.c (TARGET_CALLEE_COPIES): Likewise.
15104 * config/msp430/msp430.c (msp430_callee_copies): Delete.
15105 (TARGET_CALLEE_COPIES): Define to
15106 hook_bool_CUMULATIVE_ARGS_arg_info_true instead.
15107 * config/pa/pa.c (pa_callee_copies): Take a function_arg_info
15108 instead of a mode, type and named flag.
15109 * config/sh/sh.c (sh_callee_copies): Likewise.
15110 * config/v850/v850.c (TARGET_CALLEE_COPIES): Define to
15111 hook_bool_CUMULATIVE_ARGS_arg_info_true instead of
15112 hook_bool_CUMULATIVE_ARGS_mode_tree_bool_true.
15113
15114 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15115
15116 * target.def (function_arg_advance): Take a function_arg_info instead
15117 of a mode, type and named flag.
15118 * doc/tm.texi: Regenerate.
15119 * targhooks.h (default_function_arg_advance): Take a function_arg_info
15120 instead of a mode, type and named flag.
15121 * targhooks.c (default_function_arg_advance): Likewise.
15122 * calls.c (initialize_argument_information): Update call to
15123 targetm.calls.function_arg_advance.
15124 (emit_library_call_value_1): Likewise.
15125 * dse.c (get_call_args): Likewise.
15126 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
15127 * function.c (assign_parms, gimplify_parameters): Likewise.
15128 * var-tracking.c (prepare_call_arguments): Likewise.
15129 * config/aarch64/aarch64.c (aarch64_function_arg_advance): Take a
15130 function_arg_info instead of a mode, type and named flag.
15131 (aarch64_setup_incoming_varargs): Update call accordingly.
15132 * config/alpha/alpha.c (alpha_function_arg_advance): Take a
15133 function_arg_info instead of a mode, type and named flag.
15134 (alpha_setup_incoming_varargs): Update call accordingly.
15135 * config/arc/arc.c (arc_function_arg_advance): Take a
15136 function_arg_info instead of a mode, type and named flag.
15137 (arc_setup_incoming_varargs): Update call accordingly.
15138 * config/arm/arm.c (arm_function_arg_advance): Take a
15139 function_arg_info instead of a mode, type and named flag.
15140 (cmse_func_args_or_return_in_stack): Update call accordingly.
15141 (arm_function_ok_for_sibcall): Likewise.
15142 (cmse_nonsecure_call_clear_caller_saved): Likewise.
15143 * config/avr/avr.c (avr_function_arg_advance): Take a
15144 function_arg_info instead of a mode, type and named flag.
15145 * config/bfin/bfin.c (bfin_function_arg_advance): Likewise.
15146 * config/c6x/c6x.c (c6x_function_arg_advance): Likewise.
15147 (c6x_call_saved_register_used): Update call accordingly.
15148 * config/cr16/cr16.c (cr16_function_arg_advance): Take a
15149 function_arg_info instead of a mode, type and named flag.
15150 * config/cris/cris.c (cris_function_arg_advance): Likewise.
15151 * config/csky/csky.c (csky_function_arg_advance): Likewise.
15152 (csky_setup_incoming_varargs): Update call accordingly.
15153 * config/epiphany/epiphany.c (epiphany_function_arg_advance): Take a
15154 function_arg_info instead of a mode, type and named flag.
15155 * config/fr30/fr30.c (fr30_function_arg_advance): Likewise.
15156 * config/frv/frv.c (frv_function_arg_advance): Likewise.
15157 * config/ft32/ft32.c (ft32_function_arg_advance): Likewise.
15158 * config/gcn/gcn.c (gcn_function_arg_advance): Likewise.
15159 * config/h8300/h8300.c (h8300_function_arg_advance): Likewise.
15160 * config/i386/i386.c (ix86_function_arg_advance): Likewise.
15161 (ix86_setup_incoming_varargs): Update call accordingly.
15162 * config/ia64/ia64.c (ia64_function_arg_advance): Take a
15163 function_arg_info instead of a mode, type and named flag.
15164 (ia64_setup_incoming_varargs): Update call accordingly.
15165 * config/iq2000/iq2000.c (iq2000_function_arg_advance): Take a
15166 function_arg_info instead of a mode, type and named flag.
15167 (iq2000_expand_prologue): Update call accordingly.
15168 * config/lm32/lm32.c (lm32_function_arg_advance): Take a
15169 function_arg_info instead of a mode, type and named flag.
15170 * config/m32c/m32c.c (m32c_function_arg_advance): Likewise.
15171 * config/m32r/m32r.c (m32r_function_arg_advance): Likewise.
15172 * config/m68k/m68k.c (m68k_function_arg_advance): Likewise.
15173 * config/mcore/mcore.c (mcore_function_arg_advance): Likewise.
15174 * config/microblaze/microblaze.c (microblaze_function_arg_advance):
15175 Likewise.
15176 (microblaze_expand_prologue): Update call accordingly.
15177 * config/mips/mips.c (mips_function_arg_advance): Take a
15178 function_arg_info instead of a mode, type and named flag.
15179 (mips_setup_incoming_varargs): Update call accordingly.
15180 (mips_output_args_xfer): Likewise.
15181 * config/mmix/mmix.c (mmix_function_arg_advance): Take a
15182 function_arg_info instead of a mode, type and named flag.
15183 * config/mn10300/mn10300.c (mn10300_function_arg_advance): Likewise.
15184 * config/moxie/moxie.c (moxie_function_arg_advance): Likewise.
15185 * config/msp430/msp430.c (msp430_function_arg_advance): Likewise.
15186 * config/nds32/nds32.c (nds32_function_arg_advance): Likewise.
15187 * config/nios2/nios2.c (nios2_function_arg_advance): Likewise.
15188 (nios2_setup_incoming_varargs): Update call accordingly.
15189 * config/nvptx/nvptx.c (nvptx_function_arg_advance): Take a
15190 function_arg_info instead of a mode, type and named flag.
15191 * config/or1k/or1k.c (or1k_function_arg_advance): Likewise.
15192 * config/pa/pa.c (pa_function_arg_advance): Likewise.
15193 * config/pdp11/pdp11.c (pdp11_function_arg_advance): Likewise.
15194 * config/pru/pru.c (pru_function_arg_advance): Likewise.
15195 * config/riscv/riscv.c (riscv_function_arg_advance): Likewise.
15196 (riscv_setup_incoming_varargs): Update call accordingly.
15197 * config/rl78/rl78.c (rl78_function_arg_advance): Take a
15198 function_arg_info instead of a mode, type and named flag.
15199 * config/rs6000/rs6000-internal.h (rs6000_function_arg_advance):
15200 Likewise.
15201 * config/rs6000/rs6000-call.c (rs6000_function_arg_advance): Likewise.
15202 (rs6000_parm_needs_stack): Update call accordingly.
15203 * config/rx/rx.c (rx_function_arg_advance): Take a function_arg_info
15204 instead of a mode, type and named flag.
15205 * config/s390/s390.c (s390_function_arg_advance): Likewise.
15206 (s390_call_saved_register_used): Update call accordingly.
15207 * config/sh/sh.c (sh_function_arg_advance): Take a function_arg_info
15208 instead of a mode, type and named flag.
15209 (sh_output_mi_thunk): Update call accordingly.
15210 * config/sparc/sparc.c (sparc_function_arg_advance): Take a
15211 function_arg_info instead of a mode, type and named flag.
15212 * config/spu/spu.c (spu_function_arg_advance): Likewise.
15213 (spu_setup_incoming_varargs): Update call accordingly.
15214 * config/stormy16/stormy16.c (xstormy16_function_arg_advance): Take a
15215 function_arg_info instead of a mode, type and named flag.
15216 * config/tilegx/tilegx.c (tilegx_function_arg_advance): Likewise.
15217 (tilegx_setup_incoming_varargs): Update call accordingly.
15218 * config/tilepro/tilepro.c (tilepro_function_arg_advance): Take a
15219 function_arg_info instead of a mode, type and named flag.
15220 (tilegx_setup_incoming_varargs): Update call accordingly.
15221 * config/v850/v850.c (v850_function_arg_advance): Take a
15222 function_arg_info instead of a mode, type and named flag.
15223 * config/vax/vax.c (vax_function_arg_advance): Likewise.
15224 * config/visium/visium.c (visium_function_arg_advance): Likewise.
15225 (visium_setup_incoming_varargs): Update call accordingly.
15226 * config/xtensa/xtensa.c (xtensa_function_arg_advance): Take a
15227 function_arg_info instead of a mode, type and named flag.
15228
15229 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15230
15231 * target.def (function_arg, function_incoming_arg): Take a
15232 function_arg_info instead of a mode, tree and named flag.
15233 * doc/tm.texi: Regenerate.
15234 * targhooks.h (default_function_arg): Take a function_arg_info
15235 instead of a mode, tree and named flag.
15236 (default_function_incoming_arg): Likewise.
15237 * targhooks.c (default_function_arg): Likewise.
15238 (default_function_incoming_arg): Likewise.
15239 * calls.h (function_arg_info::end_marker_p): New function.
15240 (function_arg_info::end_marker): Likewise.
15241 * calls.c (prepare_call_address, initialize_argument_information)
15242 (expand_call, emit_library_call_value_1): Update calls to
15243 targetm.calls.function_arg and targetm.calls.function_incoming_arg.
15244 * dse.c: Include calls.h.
15245 (get_call_args): Update call to targetm.calls.function_arg.
15246 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
15247 * var-tracking.c (prepare_call_arguments): Likewise.
15248 * function.c (assign_parm_find_entry_rtl): Update call to
15249 targetm.calls.function_incoming_arg.
15250 * config/aarch64/aarch64.c (aarch64_function_arg): Take a
15251 function_arg_info instead of a mode, tree and named flag.
15252 * config/alpha/alpha.c (alpha_function_arg): Likewise.
15253 * config/arc/arc.c (arc_function_arg): Likewise.
15254 * config/arm/arm.c (arm_function_arg): Likewise.
15255 (cmse_func_args_or_return_in_stack): Update call accordingly.
15256 (arm_function_ok_for_sibcall): Likewise.
15257 (cmse_nonsecure_call_clear_caller_saved): Likewise.
15258 * config/avr/avr.c (avr_function_arg): Take a function_arg_info
15259 instead of a mode, tree and named flag.
15260 * config/bfin/bfin.c (bfin_function_arg): Likewise.
15261 * config/c6x/c6x.c (c6x_function_arg): Likewise.
15262 (c6x_call_saved_register_used): Update call accordingly.
15263 * config/cr16/cr16.c (cr16_function_arg): Take a function_arg_info
15264 instead of a mode, tree and named flag.
15265 * config/cris/cris.c (cris_function_arg, cris_function_incoming_arg)
15266 (cris_function_arg_1): Likewise.
15267 * config/csky/csky.c (csky_function_arg): Likewise.
15268 * config/epiphany/epiphany.c (epiphany_function_arg): Likewise.
15269 * config/fr30/fr30.c (fr30_function_arg): Likewise.
15270 * config/frv/frv.c (frv_function_arg, frv_function_incoming_arg)
15271 (frv_function_arg_1): Likewise.
15272 * config/ft32/ft32.c (ft32_function_arg): Likewise.
15273 * config/gcn/gcn.c (gcn_function_arg): Likewise.
15274 * config/h8300/h8300.c (h8300_function_arg): Likewise.
15275 * config/i386/i386.c (ix86_function_arg): Likewise.
15276 * config/ia64/ia64.c (ia64_function_arg, ia64_function_incoming_arg)
15277 (ia64_function_arg_1): Likewise.
15278 * config/iq2000/iq2000.c (iq2000_function_arg): Likewise.
15279 (iq2000_expand_prologue, iq2000_pass_by_reference): Update call
15280 accordingly.
15281 * config/lm32/lm32.c (lm32_function_arg): Take a function_arg_info
15282 instead of a mode, tree and named flag.
15283 * config/m32c/m32c.c (m32c_function_arg): Likewise.
15284 * config/m32r/m32r.c (m32r_function_arg): Likewise.
15285 * config/m68k/m68k.c (m68k_function_arg): Likewise.
15286 * config/mcore/mcore.c (mcore_function_arg): Likewise.
15287 * config/microblaze/microblaze.c (microblaze_function_arg): Likewise.
15288 (microblaze_expand_prologue): Update call accordingly.
15289 * config/mips/mips.c (mips_function_arg): Take a function_arg_info
15290 instead of a mode, tree and named flag.
15291 * config/mmix/mmix.c (mmix_function_incoming_arg, mmix_function_arg)
15292 (mmix_function_arg_1): Likewise.
15293 * config/mn10300/mn10300.c (mn10300_function_arg): Likewise.
15294 * config/moxie/moxie.c (moxie_function_arg): Likewise.
15295 * config/msp430/msp430.c (msp430_function_arg): Likewise.
15296 * config/nds32/nds32.c (nds32_function_arg): Likewise.
15297 * config/nios2/nios2.c (nios2_function_arg): Likewise.
15298 * config/nvptx/nvptx.c (nvptx_function_arg): Likewise.
15299 (nvptx_function_incoming_arg): Likewise.
15300 * config/or1k/or1k.c (or1k_function_arg): Likewise.
15301 * config/pa/pa.c (pa_function_arg): Likewise.
15302 * config/pdp11/pdp11.c (pdp11_function_arg): Likewise.
15303 * config/pru/pru.c (pru_function_arg): Likewise.
15304 * config/riscv/riscv.c (riscv_function_arg): Likewise.
15305 * config/rl78/rl78.c (rl78_function_arg): Likewise.
15306 * config/rs6000/rs6000-internal.h (rs6000_function_arg): Likewise.
15307 * config/rs6000/rs6000-call.c (rs6000_function_arg): Likewise.
15308 (rs6000_parm_needs_stack): Update call accordingly.
15309 * config/rx/rx.c (rx_function_arg): Take a function_arg_info
15310 instead of a mode, tree and named flag.
15311 * config/s390/s390.c (s390_function_arg): Likewise.
15312 (s390_call_saved_register_used): Update call accordingly.
15313 * config/sh/sh.c (sh_function_arg): Take a function_arg_info
15314 instead of a mode, tree and named flag.
15315 (sh_output_mi_thunk): Update call accordingly.
15316 * config/sparc/sparc.c (sparc_function_arg_1, sparc_function_arg)
15317 (sparc_function_incoming_arg): Take a function_arg_info instead of
15318 a mode, tree and named flag.
15319 * config/spu/spu.c (spu_function_arg): Likewise.
15320 * config/stormy16/stormy16.c (xstormy16_function_arg): Likewise.
15321 * config/tilegx/tilegx.c (tilegx_function_arg): Likewise.
15322 * config/tilepro/tilepro.c (tilepro_function_arg): Likewise.
15323 * config/v850/v850.c (v850_function_arg): Likewise.
15324 * config/vax/vax.c (vax_function_arg): Likewise.
15325 * config/visium/visium.c (visium_function_arg): Likewise.
15326 * config/xtensa/xtensa.c (xtensa_function_arg_1, xtensa_function_arg)
15327 (xtensa_function_incoming_arg): Likewise.
15328
15329 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15330
15331 * target.def (setup_incoming_varargs): Take a function_arg_info
15332 instead of a mode and tree.
15333 * doc/tm.texi: Regenerate.
15334 * targhooks.h (default_setup_incoming_varargs): Take a
15335 function_arg_info instead of a mode and tree.
15336 * targhooks.c (default_setup_incoming_varargs): Likewise.
15337 * config/aarch64/aarch64.c (aarch64_setup_incoming_varargs): Likewise.
15338 * config/alpha/alpha.c (alpha_setup_incoming_varargs): Likewise.
15339 * config/arc/arc.c (arc_setup_incoming_varargs): Likewise.
15340 * config/arm/arm.c (arm_setup_incoming_varargs): Likewise.
15341 * config/bfin/bfin.c (setup_incoming_varargs): Likewise.
15342 * config/cris/cris.c (cris_setup_incoming_varargs): Likewise.
15343 * config/csky/csky.c (csky_setup_incoming_varargs): Likewise.
15344 * config/epiphany/epiphany.c (epiphany_setup_incoming_varargs):
15345 Likewise.
15346 * config/fr30/fr30.c (fr30_setup_incoming_varargs): Likewise.
15347 * config/frv/frv.c (frv_setup_incoming_varargs): Likewise.
15348 * config/ft32/ft32.c (ft32_setup_incoming_varargs): Likewise.
15349 * config/i386/i386.c (ix86_setup_incoming_varargs): Likewise.
15350 * config/ia64/ia64.c (ia64_setup_incoming_varargs): Likewise.
15351 * config/iq2000/iq2000.c (iq2000_setup_incoming_varargs): Likewise.
15352 * config/lm32/lm32.c (lm32_setup_incoming_varargs): Likewise.
15353 * config/m32r/m32r.c (m32r_setup_incoming_varargs): Likewise.
15354 * config/mcore/mcore.c (mcore_setup_incoming_varargs): Likewise.
15355 * config/mips/mips.c (mips_setup_incoming_varargs): Likewise.
15356 * config/mmix/mmix.c (mmix_setup_incoming_varargs): Likewise.
15357 * config/moxie/moxie.c (moxie_setup_incoming_varargs): Likewise.
15358 * config/nds32/nds32.c (nds32_setup_incoming_varargs): Likewise.
15359 * config/nios2/nios2.c (nios2_setup_incoming_varargs): Likewise.
15360 * config/riscv/riscv.c (riscv_setup_incoming_varargs): Likewise.
15361 * config/rs6000/rs6000-internal.h (setup_incoming_varargs): Likewise.
15362 * config/rs6000/rs6000-call.c (setup_incoming_varargs): Likewise.
15363 * config/sh/sh.c (sh_setup_incoming_varargs): Likewise.
15364 * config/spu/spu.c (spu_setup_incoming_varargs): Likewise.
15365 * config/tilegx/tilegx.c (tilegx_setup_incoming_varargs): Likewise.
15366 * config/tilepro/tilepro.c (tilepro_setup_incoming_varargs): Likewise.
15367 * config/visium/visium.c (visium_setup_incoming_varargs): Likewise.
15368 * function.c (assign_parms_setup_varargs): Update call to
15369 targetm.calls.setup_incoming_varargs.
15370
15371 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15372
15373 * target.def (pass_by_reference): Take a function_arg_info instead
15374 of a mode, type and named flag.
15375 * doc/tm.texi: Regenerate.
15376 * targhooks.h (hook_pass_by_reference_must_pass_in_stack): Update
15377 accordingly.
15378 (hook_bool_CUMULATIVE_ARGS_arg_info_false): Declare.
15379 * targhooks.c (hook_pass_by_reference_must_pass_in_stack): Take a
15380 function_arg_info instead of a mode, type and named flag.
15381 (hook_bool_CUMULATIVE_ARGS_arg_info_false): New function.
15382 * calls.h (pass_by_reference): Take a function_arg_info instead of a
15383 mode, type and named flag.
15384 * calls.c (pass_by_reference): Likewise.
15385 (pass_va_arg_by_reference): Update call accordingly.
15386 (initialize_argument_information): Likewise.
15387 (emit_library_call_value_1): Likewise.
15388 * function.c (assign_parm_find_data_types): Likewise.
15389 * var-tracking.c (prepare_call_arguments): Likewise.
15390 * stor-layout.c: Include calls.h.
15391 (compute_record_mode): Update call to targetm.calls.pass_by_reference.
15392 * config/aarch64/aarch64.c (aarch64_pass_by_reference): Take a
15393 function_arg_info instead of a mode, type and named flag.
15394 * config/alpha/alpha.c (alpha_pass_by_reference): Likewise.
15395 * config/arc/arc.c (arc_pass_by_reference): Likewise.
15396 * config/arm/arm.c (arm_pass_by_reference): Likewise.
15397 * config/bfin/bfin.c (bfin_pass_by_reference): Likewise.
15398 * config/c6x/c6x.c (c6x_pass_by_reference): Likewise.
15399 (c6x_call_saved_register_used): Update call to pass_by_reference.
15400 * config/cris/cris.c (cris_pass_by_reference): Take a
15401 function_arg_info instead of a mode, type and named flag.
15402 * config/epiphany/epiphany.c (epiphany_pass_by_reference): Take a
15403 function_arg_info instead of a mode, type and named flag.
15404 (epiphany_arg_partial_bytes): Update call accordingly.
15405 * config/ft32/ft32.c (ft32_pass_by_reference): Take a
15406 function_arg_info instead of a mode, type and named flag.
15407 (ft32_arg_partial_bytes): Update call accordingly.
15408 * config/i386/i386.c (ix86_pass_by_reference): Take a
15409 function_arg_info instead of a mode, type and named flag.
15410 * config/iq2000/iq2000.c (iq2000_pass_by_reference): Likewise.
15411 * config/m32c/m32c.c (m32c_pass_by_reference): Likewise.
15412 * config/m32r/m32r.c (m32r_pass_by_reference): Likewise.
15413 (m32r_return_in_memory): Update call accordingly.
15414 * config/mips/mips.c (mips_pass_by_reference): Take a
15415 function_arg_info instead of a mode, type and named flag.
15416 * config/mmix/mmix.c (mmix_pass_by_reference): Likewise.
15417 * config/mn10300/mn10300.c (mn10300_pass_by_reference): Likewise.
15418 * config/moxie/moxie.c (moxie_pass_by_reference): Likewise.
15419 (moxie_arg_partial_bytes): Update call accordingly.
15420 * config/msp430/msp430.c (msp430_pass_by_reference): Take a
15421 function_arg_info instead of a mode, type and named flag.
15422 * config/nvptx/nvptx.c (nvptx_pass_by_reference): Likewise.
15423 * config/or1k/or1k.c (or1k_pass_by_reference): Likewise.
15424 * config/pa/pa.c (pa_pass_by_reference): Likewise.
15425 * config/riscv/riscv.c (riscv_pass_by_reference): Likewise.
15426 (riscv_return_in_memory): Update call accordingly.
15427 * config/rs6000/rs6000-internal.h (rs6000_pass_by_reference): Take a
15428 function_arg_info instead of a mode, type and named flag.
15429 * config/rs6000/rs6000-call.c (rs6000_pass_by_reference): Likewise.
15430 (rs6000_parm_needs_stack): Update call to pass_by_reference.
15431 * config/s390/s390.c (s390_pass_by_reference): Take a
15432 function_arg_info instead of a mode, type and named flag.
15433 (s390_call_saved_register_used): Update call accordingly.
15434 * config/sh/sh.c (sh_pass_by_reference): Take a function_arg_info
15435 instead of a mode, type and named flag.
15436 * config/sparc/sparc.c (sparc_pass_by_reference): Likewise.
15437 * config/spu/spu.c (spu_pass_by_reference): Likewise.
15438 * config/tilegx/tilegx.c (tilegx_pass_by_reference): Likewise.
15439 * config/tilepro/tilepro.c (tilepro_pass_by_reference): Likewise.
15440 * config/v850/v850.c (v850_pass_by_reference): Likewise.
15441 * config/visium/visium.c (visium_pass_by_reference): Likewise.
15442
15443 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15444
15445 * target.def (arg_partial_bytes): Take a function_arg_info instead
15446 of a mode, type and named flag.
15447 * doc/tm.texi: Regenerate.
15448 * target.h (function_arg_info): Declare.
15449 * calls.h (function_arg_info): New class.
15450 * targhooks.h (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Delete.
15451 (hook_int_CUMULATIVE_ARGS_arg_info_0): Declare.
15452 * targhooks.c (hook_int_CUMULATIVE_ARGS_mode_tree_bool_0): Delete.
15453 (hook_int_CUMULATIVE_ARGS_arg_info_0): New function.
15454 * calls.c (initialize_argument_information): Update call to
15455 targetm.calls.partial_bytes.
15456 (emit_library_call_value_1): Likewise.
15457 * expr.c (block_move_libcall_safe_for_call_parm): Likewise.
15458 * function.c (assign_parm_find_entry_rtl): Likewise.
15459 * config/alpha/alpha.c (alpha_arg_partial_bytes): Take a
15460 function_arg_info instead of a mode, type and named flag.
15461 * config/arc/arc.c (arc_arg_partial_bytes): Likewise.
15462 * config/arm/arm.c (arm_arg_partial_bytes): Likewise.
15463 (cmse_func_args_or_return_in_stack): Update accordingly.
15464 * config/bfin/bfin.c (bfin_arg_partial_bytes): Take a
15465 function_arg_info instead of a mode, type and named flag.
15466 * config/cris/cris.c (cris_arg_partial_bytes): Likewise.
15467 * config/csky/csky.c (csky_arg_partial_bytes): Likewise.
15468 * config/epiphany/epiphany.c (epiphany_arg_partial_bytes): Likewise.
15469 * config/fr30/fr30.c: Include calls.h.
15470 (fr30_arg_partial_bytes): Take a function_arg_info instead of a mode,
15471 type and named flag.
15472 * config/frv/frv.c: Include calls.h.
15473 (frv_arg_partial_bytes): Take a function_arg_info instead of a mode,
15474 type and named flag.
15475 * config/ft32/ft32.c (ft32_arg_partial_bytes): Likewise.
15476 * config/gcn/gcn.c (gcn_arg_partial_bytes): Likewise.
15477 * config/ia64/ia64.c (ia64_arg_partial_bytes): Likewise.
15478 * config/iq2000/iq2000.c (iq2000_arg_partial_bytes): Likewise.
15479 * config/m32r/m32r.c (m32r_arg_partial_bytes): Likewise.
15480 * config/mcore/mcore.c (mcore_arg_partial_bytes): Likewise.
15481 * config/microblaze/microblaze.c (function_arg_partial_bytes):
15482 Likewise.
15483 * config/mips/mips.c (mips_arg_partial_bytes): Likewise.
15484 * config/mn10300/mn10300.c (mn10300_arg_partial_bytes): Likewise.
15485 * config/moxie/moxie.c (moxie_arg_partial_bytes): Likewise.
15486 * config/msp430/msp430.c (msp430_arg_partial_bytes): Likewise.
15487 * config/nds32/nds32.c (nds32_arg_partial_bytes): Likewise.
15488 * config/nios2/nios2.c (nios2_arg_partial_bytes): Likewise.
15489 * config/pa/pa.c (pa_arg_partial_bytes): Likewise.
15490 * config/pru/pru.c (pru_arg_partial_bytes): Likewise.
15491 * config/riscv/riscv.c (riscv_arg_partial_bytes): Likewise.
15492 * config/rs6000/rs6000-internal.h (rs6000_arg_partial_bytes): Likewise.
15493 * config/rs6000/rs6000-call.c (rs6000_arg_partial_bytes): Likewise.
15494 (rs6000_parm_needs_stack): Update call accordingly.
15495 * config/sh/sh.c (sh_arg_partial_bytes): Take a
15496 function_arg_info instead of a mode, type and named flag.
15497 * config/sparc/sparc.c (sparc_arg_partial_bytes): Likewise.
15498 * config/v850/v850.c (v850_arg_partial_bytes): Likewise.
15499
15500 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15501
15502 * calls.h (must_pass_va_arg_in_stack): Declare.
15503 * calls.c (must_pass_va_arg_in_stack): New function.
15504 * config/alpha/alpha.c (alpha_gimplify_va_arg_1): Use it.
15505 * config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
15506 * config/stormy16/stormy16.c (xstormy16_gimplify_va_arg_expr):
15507 Likewise.
15508 * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
15509
15510 2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
15511
15512 * calls.h (pass_va_arg_by_reference): Declare.
15513 * calls.c (pass_va_arg_by_reference): New function.
15514 * config/aarch64/aarch64.c (aarch64_gimplify_va_arg_expr): Use it.
15515 * config/alpha/alpha.c (alpha_gimplify_va_arg): Likewise.
15516 * config/gcn/gcn.c (gcn_gimplify_va_arg_expr): Likewise.
15517 * config/i386/i386.c (ix86_gimplify_va_arg): Likewise.
15518 * config/ia64/ia64.c (ia64_gimplify_va_arg): Likewise.
15519 * config/mips/mips.c (mips_std_gimplify_va_arg_expr): Likewise.
15520 (mips_gimplify_va_arg_expr): Likewise.
15521 * config/msp430/msp430.c (msp430_gimplify_va_arg_expr): Likewise.
15522 * config/pa/pa.c (hppa_gimplify_va_arg_expr): Likewise.
15523 * config/rs6000/rs6000-call.c (rs6000_gimplify_va_arg): Likewise.
15524 * config/s390/s390.c (s390_gimplify_va_arg): Likewise.
15525 * config/sparc/sparc.c (sparc_gimplify_va_arg): Likewise.
15526 * config/spu/spu.c (spu_gimplify_va_arg_expr): Likewise.
15527 * config/tilegx/tilegx.c (tilegx_gimplify_va_arg_expr): Likewise.
15528 * config/tilepro/tilepro.c (tilepro_gimplify_va_arg_expr): Likewise.
15529 * config/visium/visium.c (visium_gimplify_va_arg): Likewise.
15530 * config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
15531 * targhooks.c (std_gimplify_va_arg_expr): Likewise.
15532
15533 2019-08-20 Richard Biener <rguenther@suse.de>
15534
15535 PR target/91498
15536 * config/i386/i386-features.c (general_scalar_chain::convert_op):
15537 Use (vec_merge (vec_duplicate..)) style vector from scalar move.
15538 (convert_scalars_to_vector): Add timode_p parameter and use it
15539 to guard TImode-only operation.
15540 (pass_stv::gate): Adjust so STV runs twice for TARGET_64BIT.
15541 (pass_stv::execute): Pass down timode_p.
15542
15543 2019-08-20 Lili Cui <lili.cui@intel.com>
15544
15545 * common/config/i386/i386-common.c
15546 (processor_names): Add tigerlake and cooperlake.
15547 (processor_alias_table): Add tigerlake and cooperlake.
15548 * config.gcc: Add -march=tigerlake and cooperlake.
15549 * config/i386/driver-i386.c
15550 (host_detect_local_cpu): Detect tigerlake and cooperlake.
15551 Add "has_avx" to classify processor.
15552 * config/i386/i386-builtins.c (processor_model) :
15553 Add M_INTEL_COREI7_TIGERLAKE and M_INTEL_COREI7_COOPERLAKE.
15554 (arch_names_table): Add tigerlake and cooperlake.
15555 (get_builtin_code_for_version): Handle PROCESSOR_TIGERLAKE
15556 and PROCESSOR_COOPERLAKE.
15557 * config/i386/i386-c.c
15558 (ix86_target_macros_internal): Handle tigerlake and cooperlake.
15559 * config/i386/i386-options.c
15560 (m_TIGERLAKE): Define.
15561 (m_COOPERLAKE): Ditto.
15562 (m_CORE_AVX512): Ditto.
15563 (processor_cost_table): Add cascadelake.
15564 (ix86_option_override_internal): Hadle PTA_MOVDIRI, PTA_MOVDIR64B.
15565 * config/i386/i386.h
15566 (ix86_size_cost): Define TARGET_TIGERLAKE and TARGET_COOPERLAKE.
15567 (processor_type): Add PROCESSOR_TIGERLAKE and PROCESSOR_COOPERLAKE.
15568 (PTA_MOVDIRI): Ditto.
15569 (PTA_MOVDIR64B): Ditto.
15570 (PTA_COOPERLAKE): Ditto.
15571 (PTA_TIGERLAKE): Ditto.
15572 (processor_type): Add PROCESSOR_TIGERLAKE and PROCESSOR_COOPERLAKE.
15573 * doc/extend.texi: Add tigerlake and cooperlake.
15574 * doc/invoke.texi: Add tigerlake and cooperlake.
15575
15576 2019-08-20 Gerald Pfeifer <gerald@pfeifer.com>
15577
15578 * doc/install.texi (Specific, alpha): Remove note to use
15579 binutils 2.11.2 or later.
15580
15581 2019-08-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
15582
15583 PR middle-end/89544
15584 * function.c (assign_parm_find_stack_rtl): Use larger alignment
15585 when possible.
15586
15587 2019-08-19 Joel Hutton <Joel.Hutton@arm.com>
15588
15589 * config/aarch64/aarch64-protos.h (aarch64_fpconst_pow2_recip): New prototype
15590 * config/aarch64/aarch64.c (aarch64_fpconst_pow2_recip): New function
15591 * config/aarch64/aarch64.md (*aarch64_<su_optab>cvtf<fcvt_target><GPF:mode>2_mult): New pattern
15592 (*aarch64_<su_optab>cvtf<fcvt_iesize><GPF:mode>2_mult): New pattern
15593 * config/aarch64/constraints.md (Dt): New constraint
15594 * config/aarch64/predicates.md (aarch64_fpconst_pow2_recip): New predicate
15595
15596 2019-08-19 Richard Biener <rguenther@suse.de>
15597
15598 PR tree-optimization/91403
15599 * tree-scalar-evolution.c (follow_ssa_edge_binary): Inline
15600 cases we can handle with tail-recursion...
15601 (follow_ssa_edge_expr): ... here. Do so.
15602
15603 2019-08-19 Kito Cheng <kito.cheng@sifive.com>
15604
15605 PR target/91441
15606 * toplev.c (process_options): Check TARGET_ASAN_SHADOW_OFFSET is
15607 implemented for -fsanitize=kernel-address, and merge check logic
15608 with -fsanitize=address.
15609
15610 2019-08-18 Iain Sandoe <iain@sandoe.co.uk>
15611
15612 * config/rs6000/darwin.h (TARGET_OS_CPP_BUILTINS): Add asserts
15613 for cpu and machine. Factor 64/32b builtins.
15614
15615 2019-08-18 Gerald Pfeifer <gerald@pfeifer.com>
15616
15617 * doc/install.texi (Specific, bfin): blackfin.uclinux.org is
15618 gone, point to sourceforge.net.
15619
15620 2019-08-17 Gerald Pfeifer <gerald@pfeifer.com>
15621
15622 * doc/ux.texi (User Experience Guidelines): Update reference.
15623
15624 2019-08-17 Gerald Pfeifer <gerald@pfeifer.com>
15625
15626 * doc/include/gpl_v3.texi (Copying): Adjust the link to "Why
15627 not LGPL".
15628
15629 2019-08-16 Eric Botcazou <ebotcazou@adacore.com>
15630
15631 * tree-sra.c (build_reconstructed_reference): Return NULL_TREE instead
15632 of NULL. Add guard for broken VIEW_CONVERT_EXPRs.
15633
15634 2019-08-16 Martin Sebor <msebor@redhat.com>
15635
15636 * tree.def (TYPE_SIZE): Clarify.
15637 * tree.h (TYPE_SIZE, TYPE_SIZE_UNIT, DECL_SIZE): Add comments.
15638
15639 2019-08-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
15640
15641 PR tree-optimization/91109
15642 * lra-int.h (lra_need_for_scratch_reg_p): Declare.
15643 * lra.c (lra): Use lra_need_for_scratch_reg_p.
15644 * lra-spills.c (lra_need_for_scratch_reg_p): New function.
15645
15646 2019-08-16 Uroš Bizjak <ubizjak@gmail.com>
15647
15648 * config/i386/mmx.md (mmxdoublemode): New mode attribute.
15649 (mmx_uavg<mode>3): Macroize expaner from mmx_uavgv8qi3 and
15650 mmx_uavgv4hi3 using MMXMODE12 mode iterator.
15651 (uavg<mode>3_ceil): New expander.
15652 * config/i386/sse.md (uavg<mode>3_ceil): Use ssedoublemode
15653 mode iterator when creating CONST1_RTX.
15654 (<sse2_avx2>_uavg<mode>3<mask_name>): Ditto.
15655 (*<sse2_avx2>_uavg<mode>3<mask_name>): Use ssedoublemode
15656 mode iterator for const1_operand predicate.
15657
15658 2019-08-16 Richard Biener <rguenther@suse.de>
15659
15660 * tree-scalar-evolution.c (follow_ssa_edge_expr): Declare.
15661 (follow_ssa_edge_binary): Call follow_ssa_edge_expr instead of
15662 follow_ssa_edge.
15663 (follow_ssa_edge_in_condition_phi_branch): Likewise.
15664 (analyze_evolution_in_loop): Likewise.
15665 (follow_ssa_edge, follow_ssa_edge_in_rhs): Inline into ...
15666 (follow_ssa_edge_expr): ... here. Refactor code.
15667
15668 2019-08-16 Richard Biener <rguenther@suse.de>
15669
15670 PR target/91469
15671 * config/i386/i386-features.c
15672 (general_scalar_chain::replace_with_subreg): Stop at memory operands.
15673
15674 2019-08-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15675
15676 PR other/91255
15677 * gensupport.c (has_subst_attribute): Error out on set_attr_alternative
15678 only if subst_name matches curr_attr string.
15679
15680 2019-08-16 Richard Biener <rguenther@suse.de>
15681
15682 * tree-ssa-forwprop.c (simplify_builtin_call): Do not remove
15683 stmt at gsi_p, instead replace it with a NOP removed later.
15684 (pass_forwprop::execute): Fully propagate lattice, DCE stmts
15685 that became dead because of that.
15686
15687 2019-08-16 Aldy Hernandez <aldyh@redhat.com>
15688
15689 * gimple-ssa-evrp-analyze.c (record_ranges_from_phis): Skip PHIs
15690 for which we can't represent a range.
15691 * ipa-cp.c (ipcp_vr_lattice::set_to_bottom): Pass type to
15692 set_varying.
15693 * tree-ssa-threadedge.c (record_temporary_equivalences_from_phis):
15694 Set VR_UNDEFINED if type is not supported.
15695 * tree-ssanames.c (get_range_info): Pass type to set_varying.
15696 * tree-vrp.c (value_range_base::check): Assert that a varying has
15697 min/max set.
15698 (value_range_base::equal_p): Early bail for undefines.
15699 (value_range_base::set_varying): Accept a type.
15700 (value_range::set_varying): Same.
15701 (value_range_base::type): VARYING can have a type, while UNDEFINE
15702 is typeless.
15703 (value_range_base::dump): Print type for VARYING nodes.
15704 (value_range_base::set): Add type to VARYING.
15705 (extract_range_from_multiplicative_op): Pass type to set_varying.
15706 (extract_range_from_binary_expr): Same.
15707 (value_range_base::intersect_helper): Same.
15708 (value_range_base::union_helper): Same.
15709 (value_range_base::normalize_symbolics): Same.
15710 (determine_value_range_1): Same.
15711 * tree-vrp.h (class value_range_base): Add type to set_varying.
15712 Add prototype for dump(void).
15713 Add prototype for supports_type_p.
15714 (class value_range): Add type to set_varying.
15715 Add prototype for dump(void).
15716 * vr-values.c (set_value_range_to_truthvalue): Pass type to
15717 set_varying.
15718 (vr_values::get_lattice_entry): Set varying even if propagation
15719 finished.
15720 Pass type to set_varying.
15721 (vr_values::get_value_range): Remove vr_const_varying.
15722 Reallocate the lattice if needed.
15723 (vr_values::update_value_range): Pass type to set_varying.
15724 (vr_values::extract_range_for_var_from_comparison_expr): Same.
15725 (vr_values::extract_range_from_binary_expr): Same.
15726 (vr_values::extract_range_from_unary_expr): Same.
15727 (vr_values::extract_range_from_cond_expr): Same.
15728 (vr_values::check_for_binary_op_overflow): Same.
15729 (vr_values::extract_range_basic): Same.
15730 (vr_values::extract_range_from_assignment): Same.
15731 (vr_values::vr_values): Increase size of num_vr_values.
15732 (vr_values::extract_range_from_phi_node): Pass type to
15733 set_varying.
15734
15735 2019-08-15 H.J. Lu <hongjiu.lu@intel.com>
15736
15737 PR target/90878
15738 * config/i386/i386.c (inline_memory_move_cost): Use hard_register
15739 for costs of hard register moves.
15740 (ix86_register_move_cost): Likewise.
15741 * config/i386/i386.h (processor_costs): Move costs of hard
15742 register moves to hard_register. Add int_load, int_store,
15743 xmm_move, ymm_move, zmm_move, sse_to_integer, integer_to_sse,
15744 sse_load, sse_store, sse_unaligned_load and sse_unaligned_store
15745 for costs of RTL expressions.
15746 * config/i386/x86-tune-costs.h: Move costs of hard register
15747 moves to hard_register. Duplicate int_load, int_store,
15748 xmm_move, ymm_move, zmm_move, sse_to_integer, integer_to_sse,
15749 sse_load, sse_store for costs of RTL expressions.
15750
15751 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15752
15753 * target.def (setup_incoming_vararg_bounds): Remove.
15754 * doc/tm.texi.in (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Remove.
15755 * doc/tm.texi: Regenerate.
15756 * targhooks.c (default_setup_incoming_vararg_bounds): Delete.
15757 * targhooks.h (default_setup_incoming_vararg_bounds): Likewise.
15758 * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
15759 (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
15760
15761 2019-08-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
15762
15763 MSP430: Fix lines over 80 characters long in
15764 config/msp430/*.{c,h} files
15765
15766 * config/msp430/driver-msp430.c (msp430_select_cpu): Fix format
15767 specifier in string.
15768 (msp430_select_hwmult_lib): Split line more than 80 characters long.
15769 * config/msp430/msp430-devices.c (msp430_extract_mcu_data): Remove
15770 redundant old comment.
15771 * config/msp430/msp430-protos.h (msp430_output_aligned_decl_common):
15772 Split line more than 80 characters long.
15773 * config/msp430/msp430.c (msp430_option_override): Likewise.
15774 (msp430_return_in_memory): Likewise.
15775 (msp430_gimplify_va_arg_expr): Likewise.
15776 (TARGET_ADDR_SPACE_LEGITIMATE_ADDRESS_P): Likewise.
15777 (msp430_legitimate_constant): Likewise.
15778 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Likewise.
15779 (msp430_attr): Likewise.
15780 (msp430_data_attr): Likewise.
15781 (msp430_start_function): Likewise.
15782 (gen_prefix): Likewise.
15783 (msp430_init_sections): Likewise.
15784 (msp430_select_section): Likewise.
15785 (msp430_function_section): Likewise.
15786 (msp430_unique_section): Likewise.
15787 (msp430_output_aligned_decl_common): Likewise.
15788 (msp430_do_not_relax_short_jumps): Likewise.
15789 (msp430_init_builtins): Likewise.
15790 (msp430_expand_delay_cycles): Likewise.
15791 (msp430_expand_prologue): Likewise.
15792 (msp430_expand_epilogue): Likewise.
15793 (msp430_expand_helper): Likewise.
15794 (msp430_split_movsi): Likewise.
15795 (msp430_print_operand): Likewise.
15796 (msp430_return_addr_rtx): Likewise.
15797 (msp430x_extendhisi): Likewise.
15798 * config/msp430/msp430.h (STARTFILE_SPEC): Likewise.
15799 (ASM_SPEC): Likewise.
15800 Remove very obvious comments.
15801 (LIB_SPEC): Split line more than 80 characters long.
15802 (EH_RETURN_HANDLER_RTX): Likewise.
15803 (HARD_REGNO_CALLER_SAVE_MODE): Likewise.
15804
15805 2019-08-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
15806
15807 MSP430: Fix whitespace errors and incorrect indentation in
15808 config/msp430/*.{c,h} files
15809
15810 * config/msp430/driver-msp430.c (msp430_select_cpu): Fix indentation.
15811 (msp430_select_hwmult_lib): Likewise.
15812 * config/msp430/msp430-devices.c (parse_devices_csv_1): Likewise.
15813 (msp430_extract_mcu_data): Likewise.
15814 (struct t_msp430_mcu_data): Likewise.
15815 * config/msp430/msp430.c (struct machine_function): Remove whitespace
15816 before left square bracket.
15817 (msp430_option_override): Fix indentation.
15818 (msp430_hard_regno_nregs_with_padding): Likewise.
15819 (msp430_initial_elimination_offset): Likewise.
15820 (msp430_special_register_convention_p): Remove whitespace before left
15821 square bracket and after exclamation mark.
15822 (msp430_evaluate_arg): Likewise.
15823 (msp430_callee_copies): Fix indentation.
15824 (msp430_gimplify_va_arg_expr): Likewise.
15825 (msp430_function_arg_advance): Remove whitespace before left square
15826 bracket.
15827 (reg_ok_for_addr): Likewise.
15828 (msp430_preserve_reg_p): Likewise.
15829 (msp430_compute_frame_info): Likewise.
15830 (msp430_asm_output_addr_const_extra): Add space between function name
15831 and open parenthesis.
15832 (has_section_name): Fix indentation.
15833 (msp430_attr): Remove trailing whitespace.
15834 (msp430_section_attr): Likewise.
15835 (msp430_data_attr): Likewise.
15836 (struct msp430_attribute_table): Fix comment and whitespace.
15837 (msp430_start_function): Remove whitespace before left square bracket.
15838 Add space between function name and open parenthesis.
15839 (msp430_select_section): Remove trailing whitespace.
15840 (msp430_section_type_flags): Remove trailing whitespace.
15841 (msp430_unique_section): Remove space before closing parenthesis.
15842 (msp430_output_aligned_decl_common): Change 8 spaces to a tab.
15843 (msp430_builtins): Remove whitespace before left square bracket.
15844 (msp430_init_builtins): Fix indentation.
15845 (msp430_expand_prologue): Remove whitespace before left square bracket.
15846 Remove space before closing parenthesis.
15847 (msp430_expand_epilogue): Remove whitespace before left square bracket.
15848 (msp430_split_movsi): Remove space before closing parenthesis.
15849 (helper_function_name_mappings): Fix indentation.
15850 (msp430_use_f5_series_hwmult): Fix whitespace.
15851 (use_32bit_hwmult): Likewise.
15852 (msp430_no_hwmult): Likewise.
15853 (msp430_output_labelref): Remove whitespace before left square bracket.
15854 (msp430_print_operand_raw): Likewise.
15855 (msp430_print_operand_addr): Likewise.
15856 (msp430_print_operand): Add two spaces after '.' in comment.
15857 Fix trailing whitespace.
15858 (msp430x_extendhisi): Fix indentation.
15859 * config/msp430/msp430.h (TARGET_CPU_CPP_BUILTINS): Change 8 spaces to
15860 tab.
15861 (PC_REGNUM): Likewise.
15862 (STACK_POINTER_REGNUM): Likewise.
15863 (CC_REGNUM): Likewise.
15864
15865 2019-08-15 Richard Biener <rguenther@suse.de>
15866
15867 PR target/91454
15868 * config/i386/i386-features.c (gen_gpr_to_xmm_move_src): New
15869 helper.
15870 (general_scalar_chain::make_vector_copies): Use it.
15871
15872 2019-08-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
15873
15874 * function.c (assign_parm_setup_reg): Handle misaligned stack arguments.
15875
15876 2019-08-15 Martin Liska <mliska@suse.cz>
15877
15878 * tree-ssa-dce.c (propagate_necessity): We can't reach now
15879 operators with no arguments.
15880 (eliminate_unnecessary_stmts): Likewise here.
15881
15882 2019-08-15 Uroš Bizjak <ubizjak@gmail.com>
15883
15884 * config/i386/i386-features.c (general_scalar_chain::convert_insn)
15885 <case COMPARE>: Revert 2019-08-14 change.
15886 (convertible_comparison_p): Revert 2019-08-14 change. Return false
15887 for (TARGET_64BIT || mode != DImode).
15888
15889 2019-08-15 Aldy Hernandez <aldyh@redhat.com>
15890
15891 * tree-vrp.c (value_range_base::set): Merge in code from
15892 value_range_base::set_and_canonicalize.
15893 Enforce canonicalization at set time.
15894 Normalize [MIN, MAX] into VARYING and ~[MIN, MAX] into UNDEFINED.
15895 (value_range_base::set_undefined): Inline call to set().
15896 (value_range_base::set_varying): Same.
15897 (value_range_base::singleton_p): Handle VR_ANTI_RANGEs.
15898 (vrp_val_max): New argument handle_pointers.
15899 (vrp_val_min): Same.
15900 (ranges_from_anti_range): Same.
15901 (extract_range_into_wide_ints): Use tree argument instead of sign
15902 and precision.
15903 (extract_range_from_multiplicative_op): Take in tree type instead
15904 of precision and sign. Adapt function for canonicalized ranges.
15905 (extract_range_from_binary_expr): Pass type to
15906 extract_range_from_multiplicative_op.
15907 Adapt for canonicalized ranges.
15908 (extract_range_from_unary_expr): Same.
15909 (value_range_base::intersect_helper): Adjust for canonicalized
15910 ranges.
15911 (value_range_base::union_helper): Same.
15912 (value_range_base::normalize_symbolics): New.
15913 * tree-vrp.h (class value_range_base): Remove
15914 set_and_canonicalize.
15915 New prototype for normalize_symbolics.
15916 (class value_range): Remove set_and_canonicalize.
15917 (vrp_val_min): Adjust prototype.
15918 (vrp_val_max): Same.
15919 * vr-values.c
15920 (vr_values::extract_range_for_var_from_comparison_expr): Call set
15921 instead of set_and_canonicalize.
15922
15923 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15924
15925 PR middle-end/91444
15926 * tree-vect-stmts.c (vectorizable_call): Check that the function
15927 is a BUILT_IN_MD function before passing it to
15928 targetm.vectorize.builtin_md_vectorized_function.
15929
15930 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15931
15932 * config/aarch64/aarch64-protos.h (aarch64_sve_mode_p): Declare.
15933 * config/aarch64/aarch64.c (aarch64_sve_mode_p): New function.
15934 (aarch64_select_early_remat_modes): Use it.
15935
15936 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15937
15938 * config/aarch64/aarch64.c (aarch64_simd_vector_alignment): Return
15939 16 for SVE predicates even if they are fixed-length.
15940
15941 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15942
15943 * config/aarch64/aarch64-sve.md (and<PRED_ALL:mode>3): Make the
15944 operand order match the MOV /Z alias.
15945
15946 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15947
15948 * config/aarch64/aarch64.c (aarch64_output_sve_cnt_immediate): Take
15949 the vector pattern as an aarch64_svpattern argument. Update the
15950 overloaded caller accordingly.
15951 (aarch64_output_sve_scalar_inc_dec): Update call accordingly.
15952 (aarch64_output_sve_vector_inc_dec): Likewise.
15953
15954 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15955
15956 * config/aarch64/aarch64.c (aarch64_add_offset): In the fallback
15957 multiplication case, try to compute VG * (lowest set bit) directly
15958 rather than always basing the multiplication on VG. Use
15959 expand_mult for the multiplication if we can.
15960
15961 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
15962
15963 * config/aarch64/aarch64-protos.h
15964 (aarch64_sve_scalar_inc_dec_immediate_p): Declare.
15965 (aarch64_sve_inc_dec_immediate_p): Rename to...
15966 (aarch64_sve_vector_inc_dec_immediate_p): ...this.
15967 (aarch64_output_sve_addvl_addpl): Take a single rtx argument.
15968 (aarch64_output_sve_scalar_inc_dec): Declare.
15969 (aarch64_output_sve_inc_dec_immediate): Rename to...
15970 (aarch64_output_sve_vector_inc_dec): ...this.
15971 * config/aarch64/aarch64.c (aarch64_sve_scalar_inc_dec_immediate_p)
15972 (aarch64_output_sve_scalar_inc_dec): New functions.
15973 (aarch64_output_sve_addvl_addpl): Remove the base and offset
15974 arguments. Only handle true ADDVL and ADDPL instructions;
15975 don't emit an INC or DEC.
15976 (aarch64_sve_inc_dec_immediate_p): Rename to...
15977 (aarch64_sve_vector_inc_dec_immediate_p): ...this.
15978 (aarch64_output_sve_inc_dec_immediate): Rename to...
15979 (aarch64_output_sve_vector_inc_dec): ...this. Update call to
15980 aarch64_sve_vector_inc_dec_immediate_p.
15981 * config/aarch64/predicates.md (aarch64_sve_scalar_inc_dec_immediate)
15982 (aarch64_sve_plus_immediate): New predicates.
15983 (aarch64_pluslong_operand): Accept aarch64_sve_plus_immediate
15984 rather than aarch64_sve_addvl_addpl_immediate.
15985 (aarch64_sve_inc_dec_immediate): Rename to...
15986 (aarch64_sve_vector_inc_dec_immediate): ...this. Update call to
15987 aarch64_sve_vector_inc_dec_immediate_p.
15988 (aarch64_sve_add_operand): Update accordingly.
15989 * config/aarch64/constraints.md (Uai): New constraint.
15990 (vsi): Update call to aarch64_sve_vector_inc_dec_immediate_p.
15991 * config/aarch64/aarch64.md (add<GPI:mode>3): Don't force the second
15992 operand into a register if it satisfies aarch64_sve_plus_immediate.
15993 (*add<GPI:mode>3_aarch64, *add<GPI:mode>3_poly_1): Add an alternative
15994 for Uai. Update calls to aarch64_output_sve_addvl_addpl.
15995 * config/aarch64/aarch64-sve.md (add<mode>3): Call
15996 aarch64_output_sve_vector_inc_dec instead of
15997 aarch64_output_sve_inc_dec_immediate.
15998
15999 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16000
16001 * config/aarch64/iterators.md (UNSPEC_REVB, UNSPEC_REVH)
16002 (UNSPEC_REVW): New constants.
16003 (elem_bits): New mode attribute.
16004 (SVE_INT_UNARY): New int iterator.
16005 (optab): Handle UNSPEC_REV[BHW].
16006 (sve_int_op): New int attribute.
16007 (min_elem_bits): Handle VNx16QI and the predicate modes.
16008 * config/aarch64/aarch64-sve.md (*aarch64_sve_rev64<mode>)
16009 (*aarch64_sve_rev32<mode>, *aarch64_sve_rev16vnx16qi): Delete.
16010 (@aarch64_pred_<SVE_INT_UNARY:optab><SVE_I:mode>): New pattern.
16011 * config/aarch64/aarch64.c (aarch64_sve_data_mode): New function.
16012 (aarch64_sve_int_mode, aarch64_sve_rev_unspec): Likewise.
16013 (aarch64_split_sve_subreg_move): Use UNSPEC_REV[BHW] instead of
16014 unspecs based on the total width of the reversed data.
16015 (aarch64_evpc_rev_local): Likewise (for SVE only). Use a
16016 reinterpret followed by a subreg on big-endian targets.
16017
16018 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16019 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16020
16021 * config/aarch64/aarch64-sve.md
16022 (*cond_<SVE_COND_FP_TERNARY:optab><SVE_F:mode>_any): Add /z
16023 alternatives in which one of the inputs is in the same register
16024 as the output.
16025
16026 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16027
16028 * config/aarch64/aarch64-sve.md (*vec_extract<mode><Vel>_ext)
16029 (*aarch64_sve_ext<mode>): Add MOVPRFX alternatives.
16030
16031 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16032
16033 * config/aarch64/aarch64-sve.md (*sub<SVE_F:mode>3): Remove immediate
16034 FADD and FSUB alternatives. Add a MOVPRFX alternative for FSUBR.
16035
16036 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16037 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16038
16039 * config/aarch64/aarch64-sve.md (add<SVE_I:mode>3, sub<SVE_I:mode>3)
16040 (<LOGICAL:optab><SVE_I:mode>3, *add<SVE_F:mode>3, *mul<SVE_F:mode>3)
16041 (*fabd<SVE_F:mode>3): Add more MOVPRFX alternatives.
16042
16043 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16044 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
16045
16046 * config/aarch64/aarch64-sve.md (*v<ASHIFT:optab><SVE_I:mode>3):
16047 Add an alternative that uses reversed shifts.
16048
16049 2019-08-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16050
16051 * config/aarch64/aarch64-cores.def (cortex-a76): Use neoversen1 tuning
16052 struct.
16053
16054 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16055
16056 * config/aarch64/aarch64-sve.md (aarch64_<su>abd<mode>_3): Add
16057 a commutativity marker.
16058
16059 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16060 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16061
16062 * config/aarch64/aarch64-protos.h (aarch64_prepare_sve_int_fma)
16063 (aarch64_prepare_sve_cond_int_fma): Declare.
16064 * config/aarch64/aarch64.c (aarch64_convert_mult_to_shift)
16065 (aarch64_prepare_sve_int_fma): New functions.
16066 (aarch64_prepare_sve_cond_int_fma): Likewise.
16067 * config/aarch64/aarch64-sve.md
16068 (cond_<SVE_INT_BINARY:optab><SVE_I:mode>): Add a "@" marker.
16069 (fma<SVE_I:mode>4, cond_fma<SVE_I:mode>, *cond_fma<SVE_I:mode>_2)
16070 (*cond_fma<SVE_I:mode>_4, *cond_fma<SVE_I:mode>_any, fnma<SVE_I:mode>4)
16071 (cond_fnma<SVE_I:mode>, *cond_fnma<SVE_I:mode>_2)
16072 (*cond_fnma<SVE_I:mode>_4, *cond_fnma<SVE_I:mode>_any): New patterns.
16073 (*madd<mode>): Rename to...
16074 (*fma<mode>4): ...this.
16075 (*msub<mode>): Rename to...
16076 (*fnma<mode>4): ...this.
16077
16078 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16079 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16080
16081 * config/aarch64/aarch64.c (aarch64_print_vector_float_operand):
16082 Print 2.0 naturally.
16083 (aarch64_sve_float_mul_immediate_p): Return true for 2.0.
16084 * config/aarch64/predicates.md
16085 (aarch64_sve_float_negated_arith_immediate): New predicate,
16086 renamed from aarch64_sve_float_arith_with_sub_immediate.
16087 (aarch64_sve_float_arith_with_sub_immediate): Test for both
16088 positive and negative constants.
16089 (aarch64_sve_float_arith_with_sub_operand): Redefine as a register
16090 or an aarch64_sve_float_arith_with_sub_immediate.
16091 * config/aarch64/constraints.md (vsN): Use
16092 aarch64_sve_float_negated_arith_immediate.
16093 * config/aarch64/iterators.md (SVE_COND_FP_BINARY_I1): New int
16094 iterator.
16095 (sve_pred_fp_rhs2_immediate): New int attribute.
16096 * config/aarch64/aarch64-sve.md
16097 (cond_<SVE_COND_FP_BINARY:optab><SVE_F:mode>): Use
16098 sve_pred_fp_rhs1_operand and sve_pred_fp_rhs2_operand.
16099 (*cond_<SVE_COND_FP_BINARY_I1:optab><SVE_F:mode>_2_const)
16100 (*cond_<SVE_COND_FP_BINARY_I1:optab><SVE_F:mode>_any_const)
16101 (*cond_add<SVE_F:mode>_2_const, *cond_add<SVE_F:mode>_any_const)
16102 (*cond_sub<mode>_3_const, *cond_sub<mode>_any_const): New patterns.
16103
16104 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16105 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16106
16107 * config/aarch64/aarch64-sve.md (*aarch64_cond_abd<SVE_F:mode>_2)
16108 (*aarch64_cond_abd<SVE_F:mode>_3)
16109 (*aarch64_cond_abd<SVE_F:mode>_any): New patterns.
16110
16111 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16112 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16113
16114 * config/aarch64/aarch64-sve.md (*aarch64_cond_<su>abd<mode>_2)
16115 (*aarch64_cond_<su>abd<mode>_any): New patterns.
16116
16117 2019-08-15 Richard Sandiford <richard.sandiford@arm.com>
16118 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
16119
16120 * internal-fn.def (IFN_COND_SHL, IFN_COND_SHR): New internal functions.
16121 * internal-fn.c (FOR_EACH_CODE_MAPPING): Handle shifts.
16122 * match.pd (UNCOND_BINARY, COND_BINARY): Likewise.
16123 * optabs.def (cond_ashl_optab, cond_ashr_optab, cond_lshr_optab): New
16124 optabs.
16125 * optabs.h (create_convert_operand_from): Expand comment.
16126 * optabs.c (maybe_legitimize_operand): Allow implicit broadcasts
16127 when mapping scalar rtxes to vector operands.
16128 * config/aarch64/iterators.md (SVE_INT_BINARY): Add ashift,
16129 ashiftrt and lshiftrt.
16130 (sve_int_op, sve_int_op_rev, sve_pred_int_rhs2_operand): Handle them.
16131 * config/aarch64/aarch64-sve.md (*cond_<optab><mode>_2_const)
16132 (*cond_<optab><mode>_any_const): New patterns.
16133
16134 2019-08-15 Martin Liska <mliska@suse.cz>
16135
16136 PR ipa/91438
16137 * cgraph.c (cgraph_node::remove): When setting
16138 n->origin = NULL for all nested functions, reset
16139 also next_nested.
16140
16141 2019-08-15 Martin Liska <mliska@suse.cz>
16142
16143 * cgraph.c (cgraph_node::verify_node): Verify origin, nested
16144 and next_nested.
16145
16146 2019-08-15 Martin Liska <mliska@suse.cz>
16147
16148 PR ipa/91404
16149 * passes.c (order): Remove.
16150 (uid_hash_t): Likewise).
16151 (remove_cgraph_node_from_order): Remove from set
16152 of pointers (cgraph_node *).
16153 (insert_cgraph_node_to_order): New.
16154 (duplicate_cgraph_node_to_order): New.
16155 (do_per_function_toporder): Register all 3 cgraph hooks.
16156 Skip removed_nodes now as we know about all of them.
16157
16158 2019-08-14 Uroš Bizjak <ubizjak@gmail.com>
16159
16160 * config/i386/i386-expand.c (ix86_expand_vector_init_one_nonzero)
16161 <case E_V8QImode>: Use vector_set path for
16162 TARGET_MMX_WITH_SSE && TARGET_SSE4_1.
16163 (ix86_expand_vector_init_one_var) <case E_V8QImode>:
16164 Do not widen for TARGET_MMX_WITH_SSE && TARGET_SSE4_1.
16165
16166 2019-08-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
16167
16168 * builtins.c (expand_builtin_init_descriptor): Set memory alignment.
16169
16170 2019-08-14 Martin Sebor <msebor@redhat.com>
16171
16172 PR tree-optimization/91294
16173 * tree-ssa-strlen.c (handle_store): Avoid treating lower bound of
16174 source length as exact.
16175
16176 2019-08-14 Christophe Lyon <christophe.lyon@linaro.org>
16177
16178 * doc/extend.texi: Add "noinit" attribute documentation.
16179 * doc/sourcebuild.texi: Add noinit effective target documentation.
16180 * varasm.c (default_section_type_flags): Add support for "noinit"
16181 section.
16182 (default_elf_select_section): Add support for "noinit" attribute.
16183 * config/msp430/msp430.c (msp430_attribute_table): Remove
16184 "noinit" entry.
16185
16186 2019-08-14 Richard Biener <rguenther@suse.de>
16187 Uroš Bizjak <ubizjak@gmail.com>
16188
16189 PR target/91154
16190 * config/i386/i386-features.h (scalar_chain::scalar_chain): Add
16191 mode arguments.
16192 (scalar_chain::smode): New member.
16193 (scalar_chain::vmode): Likewise.
16194 (dimode_scalar_chain): Rename to...
16195 (general_scalar_chain): ... this.
16196 (general_scalar_chain::general_scalar_chain): Take mode arguments.
16197 (timode_scalar_chain::timode_scalar_chain): Initialize scalar_chain
16198 base with TImode and V1TImode.
16199 * config/i386/i386-features.c (scalar_chain::scalar_chain): Adjust.
16200 (general_scalar_chain::vector_const_cost): Adjust for SImode
16201 chains.
16202 (general_scalar_chain::compute_convert_gain): Likewise. Add
16203 {S,U}{MIN,MAX} support.
16204 (general_scalar_chain::replace_with_subreg): Use vmode/smode.
16205 (general_scalar_chain::make_vector_copies): Likewise. Handle
16206 non-DImode chains appropriately.
16207 (general_scalar_chain::convert_reg): Likewise.
16208 (general_scalar_chain::convert_op): Likewise.
16209 (general_scalar_chain::convert_insn): Likewise. Add
16210 fatal_insn_not_found if the result is not recognized.
16211 (convertible_comparison_p): Pass in the scalar mode and use that.
16212 (general_scalar_to_vector_candidate_p): Likewise. Rename from
16213 dimode_scalar_to_vector_candidate_p. Add {S,U}{MIN,MAX} support.
16214 (scalar_to_vector_candidate_p): Remove by inlining into single
16215 caller.
16216 (general_remove_non_convertible_regs): Rename from
16217 dimode_remove_non_convertible_regs.
16218 (remove_non_convertible_regs): Remove by inlining into single caller.
16219 (convert_scalars_to_vector): Handle SImode and DImode chains
16220 in addition to TImode chains.
16221 * config/i386/i386.md (<maxmin><MAXMIN_IMODE>3): New expander.
16222 (*<maxmin><MAXMIN_IMODE>3_1): New insn-and-split.
16223 (*<maxmin>di3_doubleword): Likewise.
16224
16225 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16226 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16227
16228 * config/aarch64/aarch64-sve.md (*cond_bic<mode>_2)
16229 (*cond_bic<mode>_any): New patterns.
16230
16231 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16232
16233 * config/aarch64/aarch64.c (aarch64_print_operand): Allow %e to
16234 take the equivalent mask, as well as a bit count.
16235 * config/aarch64/predicates.md (aarch64_sve_uxtb_immediate)
16236 (aarch64_sve_uxth_immediate, aarch64_sve_uxt_immediate)
16237 (aarch64_sve_pred_and_operand): New predicates.
16238 * config/aarch64/iterators.md (sve_pred_int_rhs2_operand): New
16239 code attribute.
16240 * config/aarch64/aarch64-sve.md
16241 (cond_<SVE_INT_BINARY:optab><SVE_I:mode>): Use it.
16242 (*cond_uxt<mode>_2, *cond_uxt<mode>_any): New patterns.
16243
16244 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16245
16246 * config/aarch64/aarch64-sve.md
16247 (*cond_<SVE_COND_FCVTI:optab>_nontrunc<SVE_F:mode><SVE_HSDI:mode>)
16248 (*cond_<SVE_COND_ICVTF:optab>_nonextend<SVE_HSDI:mode><SVE_F:mode>):
16249 New patterns.
16250
16251 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16252 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16253
16254 * config/aarch64/aarch64-sve.md
16255 (*cond_<SVE_COND_FP_UNARY:optab><SVE_F:mode>_2): New pattern.
16256 (*cond_<SVE_COND_FP_UNARY:optab><SVE_F:mode>_any): Likewise.
16257
16258 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16259 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16260
16261 * config/aarch64/aarch64-sve.md
16262 (*cond_<SVE_INT_UNARY:optab><SVE_I:mode>_2): New pattern.
16263 (*cond_<SVE_INT_UNARY:optab><SVE_I:mode>_any): Likewise.
16264
16265 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16266
16267 * config/aarch64/iterators.md (SVE_COND_FP_ABS_CMP): New iterator.
16268 * config/aarch64/aarch64-sve.md (*aarch64_pred_fac<cmp_op><mode>):
16269 New pattern.
16270
16271 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16272 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16273
16274 * config/aarch64/aarch64-sve.md (*aarch64_sel_dup<mode>): New pattern.
16275
16276 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16277 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16278
16279 * config/aarch64/aarch64.c (aarch64_bit_representation): New function.
16280 (aarch64_print_vector_float_operand): Also handle 8-bit floats.
16281 (aarch64_print_operand): Add support for %I.
16282 (aarch64_sve_dup_immediate_p): Handle scalars as well as vectors.
16283 Bitcast floating-point constants to the corresponding integer constant.
16284 (aarch64_float_const_representable_p): Handle vectors as well
16285 as scalars.
16286 (aarch64_expand_sve_vcond): Make sure that the operands are valid
16287 for the new vcond_mask_<mode><vpred> expander.
16288 * config/aarch64/predicates.md (aarch64_sve_dup_immediate): Also
16289 test aarch64_float_const_representable_p.
16290 (aarch64_sve_reg_or_dup_imm): New predicate.
16291 * config/aarch64/aarch64-sve.md (vec_extract<vpred><Vel>): Use
16292 gen_vcond_mask_<mode><vpred> instead of
16293 gen_aarch64_sve_dup<mode>_const.
16294 (vcond_mask_<mode><vpred>): Turn into a define_expand that
16295 accepts aarch64_sve_reg_or_dup_imm and aarch64_simd_reg_or_zero
16296 for operands 1 and 2 respectively. Force operand 2 into a
16297 register if operand 1 is a register. Fold old define_insn...
16298 (aarch64_sve_dup<mode>_const): ...and this define_insn...
16299 (*vcond_mask_<mode><vpred>): ...into this new pattern. Handle
16300 floating-point constants that can be moved as integers. Add
16301 alternatives for MOV /M and FMOV /M.
16302 (vcond<mode><v_int_equiv>, vcondu<mode><v_int_equiv>)
16303 (vcond<mode><v_fp_equiv>): Accept nonmemory_operand for operands
16304 1 and 2 respectively.
16305 * config/aarch64/constraints.md (Ufc): Handle vectors as well
16306 as scalars.
16307 (vss): New constraint.
16308
16309 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16310
16311 * config/aarch64/predicates.md (aarch64_sve_float_maxmin_immediate)
16312 (aarch64_sve_float_maxmin_operand): New predicates.
16313 * config/aarch64/constraints.md (vsB): New constraint.
16314 (vsM): Fix typo.
16315 * config/aarch64/iterators.md (sve_pred_fp_rhs2_operand): Use
16316 aarch64_sve_float_maxmin_operand for UNSPEC_COND_FMAXNM and
16317 UNSPEC_COND_FMINNM.
16318 * config/aarch64/aarch64-sve.md (<maxmin_uns><SVE_F:mode>3):
16319 Use aarch64_sve_float_maxmin_operand for operand 2.
16320 (*<SVE_COND_FP_MAXMIN_PUBLIC:optab><SVE_F:mode>3): Likewise.
16321 Add alternatives for the constant forms.
16322
16323 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16324
16325 * config/aarch64/constraints.md (vsb): New constraint.
16326 (vsm): Generalize description.
16327 * config/aarch64/iterators.md (SVE_INT_BINARY_IMM): New code
16328 iterator.
16329 (sve_imm_con): Handle smax, smin, umax and umin.
16330 (sve_imm_prefix): New code attribute.
16331 * config/aarch64/predicates.md (aarch64_sve_vsb_immediate)
16332 (aarch64_sve_vsb_operand): New predicates.
16333 (aarch64_sve_mul_immediate): Rename to...
16334 (aarch64_sve_vsm_immediate): ...this.
16335 (aarch64_sve_mul_operand): Rename to...
16336 (aarch64_sve_vsm_operand): ...this.
16337 * config/aarch64/aarch64-sve.md (mul<mode>3): Generalize to...
16338 (<SVE_INT_BINARY_IMM:optab><SVE_I:mode>3): ...this.
16339 (*mul<mode>3, *post_ra_mul<mode>3): Generalize to...
16340 (*<SVE_INT_BINARY_IMM:optab><SVE_I:mode>3)
16341 (*post_ra_<SVE_INT_BINARY_IMM:optab><SVE_I:mode>3): ...these and
16342 add movprfx support for the immediate alternatives.
16343 (<su><maxmin><mode>3, *<su><maxmin><mode>3): Delete in favor
16344 of the above.
16345 (*<SVE_INT_BINARY_SD:optab><SVE_SDI:mode>3): Fix incorrect predicate
16346 for operand 3.
16347
16348 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16349
16350 * config/aarch64/predicates.md (aarch64_simd_imm_one): New predicate.
16351 * config/aarch64/aarch64-sve.md (*cnot<mode>): New pattern.
16352 (*cond_cnot<mode>_2, *cond_cnot<mode>_any): Likewise.
16353
16354 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16355
16356 * config/aarch64/iterators.md (SVE_INT_UNARY): Add clrsb and clz.
16357 (optab, sve_int_op): Handle them.
16358 * config/aarch64/aarch64-sve.md: Expand comment.
16359
16360 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16361
16362 * config/aarch64/predicates.md (const_1_to_3_operand): New predicate.
16363 * config/aarch64/aarch64-sve.md (*aarch64_adr_uxtw)
16364 (*aarch64_adr<mode>_shift, *aarch64_adr_shift_uxtw): New patterns.
16365
16366 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16367
16368 * config/aarch64/aarch64.c (aarch64_expand_sve_const_pred_eor)
16369 (aarch64_expand_sve_const_pred_trn): New functions.
16370 (aarch64_expand_sve_const_pred_1): Add a recurse_p parameter and
16371 use the above functions when the parameter is true.
16372 (aarch64_expand_sve_const_pred): Update call accordingly.
16373 * config/aarch64/aarch64-sve.md (*aarch64_sve_<perm_insn><mode>):
16374 Rename to...
16375 (@aarch64_sve_<perm_insn><mode>): ...this.
16376
16377 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16378
16379 * config/aarch64/aarch64-protos.h (aarch64_sve_same_pred_for_ptest_p):
16380 Declare.
16381 * config/aarch64/aarch64.c (aarch64_sve_same_pred_for_ptest_p)
16382 (aarch64_sve_emit_int_cmp): New functions.
16383 (aarch64_convert_sve_data_to_pred): Use aarch64_sve_emit_int_cmp.
16384 (aarch64_sve_cmp_operand_p, aarch64_emit_sve_ptrue_op_cc): Delete.
16385 (aarch64_expand_sve_vec_cmp_int): Use aarch64_sve_emit_int_cmp.
16386 * config/aarch64/aarch64.md (UNSPEC_MERGE_PTRUE): Delete.
16387 (UNSPEC_PRED_Z): New unspec.
16388 (set_clobber_cc_nzc): Delete.
16389 * config/aarch64/aarch64-sve.md: Add a block comment about
16390 UNSPEC_PRED_Z.
16391 (*cmp<SVE_INT_CMP:cmp_op><mode>): Rename to...
16392 (@aarch64_pred_cmp<SVE_INT_CMP:cmp_op><mode>): ...this, replacing
16393 the old pattern with that name. Use UNSPEC_PRED_Z instead of
16394 UNSPEC_MERGE_PTRUE.
16395 (*cmp<SVE_INT_CMP:cmp_op><mode>_cc): Use UNSPEC_PRED_Z instead of
16396 UNSPEC_MERGE_PTRUE. Use aarch64_sve_same_pred_for_ptest_p to
16397 check for compatible predicates.
16398 (*cmp<cmp_op><SVE_INT_CMP:mode>_ptest): Likewise.
16399 (*cmp<cmp_op><mode>_and): Match a known-ptrue UNSPEC_PRED_Z instead
16400 of UNSPEC_MERGE_PTRUE. Split into the new form of predicated
16401 comparisons above.
16402
16403 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16404
16405 * config/aarch64/aarch64.md (UNSPEC_PRED_X): New unspec.
16406 * config/aarch64/aarch64-sve.md: Add a section describing it.
16407 (@aarch64_pred_mov<mode>, @aarch64_pred_mov<mode>)
16408 (<SVE_INT_UNARY:optab><mode>2, *<SVE_INT_UNARY:optab><mode>2)
16409 (aarch64_<su>abd<mode>_3, mul<SVE_I:mode>3, *mul<SVE_I:mode>3)
16410 (<su>mul<mode>3_highpart, *<su>mul<mode>3_highpart)
16411 (<SVE_INT_BINARY:optab><mode>3, *<SVE_INT_BINARY:optab><mode>3)
16412 (*bic<mode>3, v<ASHIFT:optab><mode>3, *v<ASHIFT:optab><mode>3)
16413 (<su><maxmin><mode>3, *<su><maxmin><mode>3, *madd<SVE_I:mode>)
16414 (*msub<SVE_I:mode>3, *aarch64_sve_rev64<mode>)
16415 (*aarch64_sve_rev32<mode>, *aarch64_sve_rev16vnx16qi): Use
16416 UNSPEC_PRED_X instead of UNSPEC_MERGE_PTRUE.
16417 * config/aarch64/aarch64-sve2.md (<u>avg<mode>3_floor)
16418 (<u>avg<mode>3_ceil, *<sur>h<addsub><mode>): Likewise.
16419 * config/aarch64/aarch64.c (aarch64_split_sve_subreg_move)
16420 (aarch64_evpc_rev_local): Update accordingly.
16421
16422 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16423
16424 * config/aarch64/iterators.md (VNx4SI_ONLY, VNx2DF_ONLY): New mode
16425 iterators.
16426 (SVE_BHSI, SVE_SDI): Tweak comment.
16427 (SVE_HSDI): Likewise. Fix definition.
16428 (SVE_SDF): New mode iterator.
16429 (elem_bits): New mode attribute.
16430 (SVE_COND_FCVT): New int iterator.
16431 * config/aarch64/aarch64-sve.md
16432 (*<SVE_COND_ICVTF:optab>v16hsf<SVE_HSDI:mode>2)
16433 (*<SVE_COND_ICVTF:optab>vnx4sf<SVE_SDI:mode>2)
16434 (*<SVE_COND_ICVTF:optab>vnx2df<SVE_SDI:mode>2): Merge into...
16435 (*aarch64_sve_<SVE_COND_ICVTF:optab>_nontrunc<SVE_F:mode><SVE_HSDI:mode>)
16436 (*aarch64_sve_<SVE_COND_ICVTF:optab>_trunc<VNx2DF_ONLY:mode><VNx4SI_ONLY:mode>):
16437 ...these new patterns.
16438 (*<SVE_COND_FCVTI:optab><SVE_HSDI:mode>vnx8hf2)
16439 (*<SVE_COND_FCVTI:optab><SVE_SDI:mode>vnx4sf2)
16440 (aarch64_sve_<SVE_COND_FCVTI:optab><SVE_SDI:mode>vnx2df2):
16441 Merge into...
16442 (*aarch64_sve_<SVE_COND_FCVTI:optab>_nonextend<SVE_HSDI:mode><SVE_F:mode>)
16443 (aarch64_sve_<SVE_COND_FCVTI:optab>_extend<VNx4SI_ONLY:mode><VNx2DF_ONLY:mode>):
16444 ...these new patterns.
16445 (vec_unpack<su_optab>_float_<perm_hilo>_vnx4si): Update accordingly.
16446 (*trunc<Vwide><SVE_SDF:mode>2): Replace with...
16447 (*aarch64_sve_<SVE_COND_FCVT:optab>_trunc<SVE_SDF:mode><SVE_HSF:mode>):
16448 ...this new pattern.
16449 (aarch64_sve_extend<SVE_HSDF:mode><Vwide>2): Replace with...
16450 (aarch64_sve_<SVE_COND_FCVT:optab>_nontrunc<SVE_HSF:mode><SVE_SDF:mode>):
16451 ...this new pattern.
16452 (vec_unpacks_<perm_hilo>_<mode>): Update accordingly.
16453
16454 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16455
16456 * config/aarch64/aarch64.md (UNSPEC_FLOAT_CONVERT): Delete.
16457 * config/aarch64/iterators.md (UNSPEC_COND_FCVT, UNSPEC_COND_FCVTZS)
16458 (UNSPEC_COND_FCVTZU, UNSPEC_COND_SCVTF, UNSPEC_COND_UCVTF): New
16459 unspecs.
16460 (optab, su): Handle them.
16461 (SVE_COND_FCVTI, SVE_COND_ICVTF): New int iterators.
16462 * config/aarch64/aarch64-sve.md
16463 (<fix_trunc_optab><SVE_F:mode><v_int_equiv>2): Replace with...
16464 (<SVE_COND_FCVTI:optab><SVE_F:mode><v_int_equiv>2): ...this.
16465 (*<fix_trunc_optab>v16hsf<:SVE_HSDImode>2): Replace with...
16466 (*<SVE_COND_FCVTI:optab>v16hsf<SVE_F:mode>2): ...this.
16467 (*<fix_trunc_optab>vnx4sf<SVE_SDI:mode>2): Replace with...
16468 (*<SVE_COND_FCVTI:optab>vnx4sf<SVE_SDI:mode>2): ...this.
16469 (*<fix_trunc_optab>vnx2df<SVE_SDI:mode>2): Replace with...
16470 (*<SVE_COND_FCVTI:optab>vnx2df<SVE_SDI:mode>2): ...this.
16471 (vec_pack_<su>fix_trunc_vnx2df): Use SVE_COND_FCVTI instead of
16472 FIXUORS.
16473 (<FLOATUORS:optab><v_int_equiv><SVE_F:mode>2): Replace with...
16474 (<SVE_COND_ICVTF:optab><v_int_equiv><SVE_F:mode>2): ...this.
16475 (*<FLOATUORS:optab><SVE_HSDI:mode>vnx8hf2): Replace with...
16476 (*<SVE_COND_ICVTF:optab><SVE_HSDI:mode>vnx8hf2): ...this.
16477 (*<FLOATUORS:optab><SVE_SDI:mode>vnx4sf2): Replace with...
16478 (*<SVE_COND_ICVTF:optab><SVE_SDI:mode>vnx4sf2): ...this.
16479 (aarch64_sve_<FLOATUORS:optab><SVE_SDI:mode>vnx2df2): Replace with...
16480 (aarch64_sve_<SVE_COND_ICVTF:optab><SVE_SDI:mode>vnx2df2): ...this.
16481 (vec_unpack<su_optab>_float_<perm_hilo>_vnx4si): Pass a GP strictness
16482 operand to aarch64_sve_<SVE_COND_ICVTF:optab><SVE_SDI:mode>vnx2df2.
16483 (vec_pack_trunc_<SVE_HSF:Vwide>, *trunc<Vwide><SVE_HSF:mode>2)
16484 (aarch64_sve_extend<mode><Vwide>2): Use UNSPEC_COND_FCVT instead
16485 of UNSPEC_FLOAT_CONVERT.
16486 (vec_unpacks_<perm_hilo>_<mode>): Pass a GP strictness operand to
16487 aarch64_sve_extend<mode><Vwide>2.
16488
16489 2019-08-14 Richard Biener <rguenther@suse.de>
16490
16491 PR target/91154
16492 * config/i386/i386-features.c
16493 (dimode_scalar_chain::compute_convert_gain): Compute and dump
16494 individual instruction gain. Fix reg-reg copy GRP cost. Use
16495 ix86_cost->sse_op for vector instruction costs.
16496
16497 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16498
16499 * config/aarch64/iterators.md (UNSPEC_COND_FCMUO): New unspec.
16500 (cmp_op): Handle it.
16501 (SVE_COND_FP_CMP): Rename to...
16502 (SVE_COND_FP_CMP_I0): ...this.
16503 (SVE_FP_CMP): Remove.
16504 * config/aarch64/aarch64-sve.md
16505 (*fcm<SVE_FP_CMP:cmp_op><SVE_F:mode>): Replace with...
16506 (*fcm<SVE_COND_FP_CMP_I0:cmp_op><SVE_F:mode>): ...this new pattern,
16507 using unspecs to represent the comparison.
16508 (*fcmuo<SVE_F:mode>): Use UNSPEC_COND_FCMUO.
16509 (*fcm<cmp_op><mode>_and_combine, *fcmuo<mode>_and_combine): Update
16510 accordingly.
16511 * config/aarch64/aarch64.c (aarch64_emit_sve_ptrue_op): Delete.
16512 (aarch64_unspec_cond_code): Move after integer code. Handle
16513 UNORDERED.
16514 (aarch64_emit_sve_predicated_cond): Replace with...
16515 (aarch64_emit_sve_fp_cond): ...this new function.
16516 (aarch64_emit_sve_or_conds): Replace with...
16517 (aarch64_emit_sve_or_fp_conds): ...this new function.
16518 (aarch64_emit_sve_inverted_cond): Replace with...
16519 (aarch64_emit_sve_invert_fp_cond): ...this new function.
16520 (aarch64_expand_sve_vec_cmp_float): Update accordingly.
16521
16522 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16523
16524 * config/aarch64/iterators.md (SVE_HSD): New mode iterator.
16525 (V_FP_EQUIV, v_fp_equiv): Handle VNx8HI and VNx8HF.
16526 * config/aarch64/aarch64-sve.md (vcond<mode><v_fp_equiv>): Use
16527 SVE_HSD instead of SVE_SD.
16528
16529 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16530 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16531
16532 * config/aarch64/iterators.md (SVE_COND_FP_BINARY_REG): New int
16533 iterator.
16534 (sve_pred_fp_rhs1_operand, sve_pred_fp_rhs1_operand): New int
16535 attributes.
16536 * config/aarch64/aarch64-sve.md (add<SVE_F:mode>3, sub<SVE_F:mode>3)
16537 (mul<SVE_F:mode>3, div<SVE_F:mode>3)
16538 (<SVE_COND_FP_MAXMIN_PUBLIC:optab><SVE_F:mode>3): Merge into...
16539 (<SVE_COND_FP_BINARY:optab><SVE_F:mode>3): ...this new expander.
16540 (*div<SVE_F:mode>3): Generalize to...
16541 (*<SVE_COND_FP_BINARY:optab><SVE_F:mode>3): ...this.
16542
16543 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16544 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16545
16546 * config/aarch64/aarch64.md (SVE_RELAXED_GP, SVE_STRICT_GP): New
16547 constants.
16548 * config/aarch64/predicates.md (aarch64_sve_gp_strictness): New
16549 predicate.
16550 * config/aarch64/aarch64-protos.h (aarch64_sve_pred_dominates_p):
16551 Declare.
16552 * config/aarch64/aarch64.c (aarch64_sve_pred_dominates_p): New
16553 function.
16554 * config/aarch64/aarch64-sve.md: Add a block comment about the
16555 handling of predicated FP operations.
16556 (<SVE_COND_FP_UNARY:optab><SVE_F:mode>2, add<SVE_F:mode>3)
16557 (sub<SVE_F:mode>3, mul<SVE_F:mode>3, div<SVE_F:mode>3)
16558 (<SVE_COND_FP_MAXMIN_PUBLIC:optab><SVE_F:mode>3)
16559 (<SVE_COND_FP_MAXMIN_PUBLIC:maxmin_uns><SVE_F:mode>3)
16560 (<SVE_COND_FP_TERNARY:optab><SVE_F:mode>4): Add an SVE_RELAXED_GP
16561 operand.
16562 (cond_<SVE_COND_FP_BINARY:optab><SVE_F:mode>)
16563 (cond_<SVE_COND_FP_TERNARY:optab><SVE_F:mode>): Add an SVE_STRICT_GP
16564 operand.
16565 (*<SVE_COND_FP_UNARY:optab><SVE_F:mode>2)
16566 (*cond_<SVE_COND_FP_BINARY:optab><SVE_F:mode>_2)
16567 (*cond_<SVE_COND_FP_BINARY:optab><SVE_F:mode>_3)
16568 (*cond_<SVE_COND_FP_BINARY:optab><SVE_F:mode>_any)
16569 (*fabd<SVE_F:mode>3, *div<SVE_F:mode>3)
16570 (*<SVE_COND_FP_MAXMIN_PUBLIC:optab><SVE_F:mode>3)
16571 (*<SVE_COND_FP_TERNARY:optab><SVE_F:mode>4)
16572 (*cond_<SVE_COND_FP_TERNARY:optab><SVE_F:mode>_2)
16573 (*cond_<SVE_COND_FP_TERNARY:optab><SVE_F:mode>_4)
16574 (*cond_<SVE_COND_FP_TERNARY:optab><SVE_F:mode>_any): Match the
16575 strictness operands. Use aarch64_sve_pred_dominates_p to check
16576 whether the predicate on the conditional operation is suitable
16577 for merging. Split patterns into the canonical equal-predicate form.
16578 (*add<SVE_F:mode>3, *sub<SVE_F:mode>3, *mul<SVE_F:mode>3): Likewise.
16579 Restrict the unpredicated alternatives to SVE_RELAXED_GP.
16580
16581 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16582 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16583
16584 * config/aarch64/aarch64-sve.md (add<mode>3, *add<mode>3)
16585 (sub<mode>3, *sub<mode>3, *fabd<mode>3, mul<mode>3, *mul<mode>3)
16586 (div<mode>3, *div<mode>3): Use SVE_COND_FP_* unspecs instead of
16587 rtx codes.
16588 (cond_<optab><mode>, *cond_<optab><mode>_2, *cond_<optab><mode>_3)
16589 (*cond_<optab><mode>_any): Add the predicate to the SVE_COND_FP_*
16590 unspecs.
16591
16592 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16593 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
16594
16595 * config/aarch64/aarch64-sve.md (bic<mode>3): Rename to...
16596 (*bic<SVE_I:mode>3): ...this. Match the form that an SVE inverse
16597 actually has, rather than relying on REG_EQUAL notes.
16598 Make the insn operand order match the SVE operand order.
16599 (*<nlogical><PRED_ALL:mode>3): Make the insn operand order match
16600 the SVE operand order.
16601
16602 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16603
16604 * config/aarch64/aarch64.c (aarch64_target_reg): New function.
16605 (aarch64_emit_set_immediate): Likewise.
16606 (aarch64_ptrue_reg): Build a VNx16BI constant and then bitcast it.
16607 (aarch64_pfalse_reg): Likewise.
16608 (aarch64_convert_sve_data_to_pred): New function.
16609 (aarch64_sve_move_pred_via_while): Take an optional target register
16610 and the required register mode.
16611 (aarch64_expand_sve_const_pred_1): New function.
16612 (aarch64_expand_sve_const_pred): Likewise.
16613 (aarch64_expand_mov_immediate): Build an all-true predicate
16614 if the significant bits of the immediate are all true. Use
16615 aarch64_expand_sve_const_pred for all compile-time predicate constants.
16616 (aarch64_mov_operand_p): Force predicate constants to be VNx16BI
16617 before register allocation.
16618 * config/aarch64/aarch64-sve.md (*vec_duplicate<mode>_reg): Use
16619 a VNx16BI PTRUE when splitting the memory alternative.
16620 (vec_duplicate<mode>): Update accordingly.
16621 (*pred_cmp<cmp_op><mode>): Rename to...
16622 (@aarch64_pred_cmp<cmp_op><mode>): ...this.
16623
16624 2019-08-14 Richard Sandiford <richard.sandiford@arm.com>
16625
16626 * config/aarch64/aarch64-protos.h (aarch64_ptrue_all): Declare.
16627 * config/aarch64/aarch64.c (aarch64_ptrue_all): New function.
16628 * config/aarch64/aarch64.md (UNSPEC_PTEST_PTRUE): Delete.
16629 (UNSPEC_PTEST): New unspec.
16630 (SVE_MAYBE_NOT_PTRUE, SVE_KNOWN_PTRUE): New constants.
16631 * config/aarch64/iterators.md (data_bytes): New mode attribute.
16632 * config/aarch64/predicates.md (aarch64_sve_ptrue_flag): New predicate.
16633 * config/aarch64/aarch64-sve.md: Add a new section describing the
16634 handling of UNSPEC_PTEST.
16635 (pred_<LOGICAL:optab><PRED_ALL:mode>3): Rename to...
16636 (@aarch64_pred_<LOGICAL:optab><PRED_ALL:mode>_z): ...this.
16637 (ptest_ptrue<mode>): Replace with...
16638 (aarch64_ptest<mode>): ...this new pattern.
16639 (cbranch<mode>4): Update after above changes.
16640 (*<LOGICAL:optab><PRED_ALL:mode>3_cc): Use UNSPEC_PTEST instead of
16641 UNSPEC_PTEST_PTRUE.
16642 (*cmp<SVE_INT_CMP:cmp_op><SVE_I:mode>_cc): Likewise.
16643 (*cmp<SVE_INT_CMP:cmp_op><SVE_I:mode>_ptest): Likewise.
16644 (*while_ult<GPI:mode><PRED_ALL:mode>_cc): Likewise.
16645
16646 2019-08-14 Xiong Hu Luo <luoxhu@linux.ibm.com>
16647
16648 PR lto/91287
16649 * builtins.c (builtin_with_linkage_p): New function.
16650 * builtins.h (builtin_with_linkage_p): New function.
16651 * symtab.c (write_symbol): Remove redundant assert.
16652 * lto-streamer-out.c (symtab_node::output_to_lto_symbol_table_p):
16653 Remove FIXME and use builtin_with_linkage_p.
16654
16655 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16656
16657 PR middle-end/91421
16658 * tree-core.h (function_decl::function_code): Change type to
16659 unsigned int.
16660 * tree.h (DECL_FUNCTION_CODE): Rename old definition to...
16661 (DECL_UNCHECKED_FUNCTION_CODE): ...this.
16662 (DECL_BUILT_IN_CLASS): Make an rvalue macro only.
16663 (DECL_FUNCTION_CODE): New function. Assert that the built-in class
16664 is BUILT_IN_NORMAL.
16665 (DECL_MD_FUNCTION_CODE, DECL_FE_FUNCTION_CODE): New functions.
16666 (set_decl_built_in_function, copy_decl_built_in_function): Likewise.
16667 (fndecl_built_in_p): Change the type of the "name" argument to
16668 unsigned int.
16669 * builtins.c (expand_builtin): Move DECL_FUNCTION_CODE use
16670 after check for DECL_BUILT_IN_CLASS.
16671 * cgraphclones.c (build_function_decl_skip_args): Use
16672 set_decl_built_in_function.
16673 * ipa-param-manipulation.c (ipa_modify_formal_parameters): Likewise.
16674 * ipa-split.c (split_function): Likewise.
16675 * langhooks.c (add_builtin_function_common): Likewise.
16676 * omp-simd-clone.c (simd_clone_create): Likewise.
16677 * tree-streamer-in.c (unpack_ts_function_decl_value_fields): Likewise.
16678 * config/darwin.c (darwin_init_cfstring_builtins): Likewise.
16679 (darwin_fold_builtin): Use DECL_MD_FUNCTION_CODE instead of
16680 DECL_FUNCTION_CODE.
16681 * fold-const.c (operand_equal_p): Compare DECL_UNCHECKED_FUNCTION_CODE
16682 instead of DECL_FUNCTION_CODE.
16683 * lto-streamer-out.c (hash_tree): Use DECL_UNCHECKED_FUNCTION_CODE
16684 instead of DECL_FUNCTION_CODE.
16685 * tree-streamer-out.c (pack_ts_function_decl_value_fields): Likewise.
16686 * print-tree.c (print_node): Use DECL_MD_FUNCTION_CODE when
16687 printing DECL_BUILT_IN_MD. Handle DECL_BUILT_IN_FRONTEND.
16688 * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin)
16689 (aarch64_fold_builtin, aarch64_gimple_fold_builtin): Use
16690 DECL_MD_FUNCTION_CODE instead of DECL_FUNCTION_CODE.
16691 * config/aarch64/aarch64.c (aarch64_builtin_reciprocal): Likewise.
16692 * config/alpha/alpha.c (alpha_expand_builtin, alpha_fold_builtin):
16693 (alpha_gimple_fold_builtin): Likewise.
16694 * config/arc/arc.c (arc_expand_builtin): Likewise.
16695 * config/arm/arm-builtins.c (arm_expand_builtin): Likewise.
16696 * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
16697 * config/avr/avr.c (avr_expand_builtin, avr_fold_builtin): Likewise.
16698 * config/bfin/bfin.c (bfin_expand_builtin): Likewise.
16699 * config/c6x/c6x.c (c6x_expand_builtin): Likewise.
16700 * config/frv/frv.c (frv_expand_builtin): Likewise.
16701 * config/gcn/gcn.c (gcn_expand_builtin_1): Likewise.
16702 (gcn_expand_builtin): Likewise.
16703 * config/i386/i386-builtins.c (ix86_builtin_reciprocal): Likewise.
16704 (fold_builtin_cpu): Likewise.
16705 * config/i386/i386-expand.c (ix86_expand_builtin): Likewise.
16706 * config/i386/i386.c (ix86_fold_builtin): Likewise.
16707 (ix86_gimple_fold_builtin): Likewise.
16708 * config/ia64/ia64.c (ia64_fold_builtin): Likewise.
16709 (ia64_expand_builtin): Likewise.
16710 * config/iq2000/iq2000.c (iq2000_expand_builtin): Likewise.
16711 * config/mips/mips.c (mips_expand_builtin): Likewise.
16712 * config/msp430/msp430.c (msp430_expand_builtin): Likewise.
16713 * config/nds32/nds32-intrinsic.c (nds32_expand_builtin_impl): Likewise.
16714 * config/nios2/nios2.c (nios2_expand_builtin): Likewise.
16715 * config/nvptx/nvptx.c (nvptx_expand_builtin): Likewise.
16716 * config/pa/pa.c (pa_expand_builtin): Likewise.
16717 * config/pru/pru.c (pru_expand_builtin): Likewise.
16718 * config/riscv/riscv-builtins.c (riscv_expand_builtin): Likewise.
16719 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
16720 Likewise.
16721 * config/rs6000/rs6000-call.c (htm_expand_builtin): Likewise.
16722 (altivec_expand_dst_builtin, altivec_expand_builtin): Likewise.
16723 (rs6000_gimple_fold_builtin, rs6000_expand_builtin): Likewise.
16724 * config/rs6000/rs6000.c (rs6000_builtin_md_vectorized_function)
16725 (rs6000_builtin_reciprocal): Likewise.
16726 * config/rx/rx.c (rx_expand_builtin): Likewise.
16727 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Likewise.
16728 * config/s390/s390.c (s390_expand_builtin): Likewise.
16729 * config/sh/sh.c (sh_expand_builtin): Likewise.
16730 * config/sparc/sparc.c (sparc_expand_builtin): Likewise.
16731 (sparc_fold_builtin): Likewise.
16732 * config/spu/spu-c.c (spu_resolve_overloaded_builtin): Likewise.
16733 * config/spu/spu.c (spu_expand_builtin): Likewise.
16734 * config/stormy16/stormy16.c (xstormy16_expand_builtin): Likewise.
16735 * config/tilegx/tilegx.c (tilegx_expand_builtin): Likewise.
16736 * config/tilepro/tilepro.c (tilepro_expand_builtin): Likewise.
16737 * config/xtensa/xtensa.c (xtensa_fold_builtin): Likewise.
16738 (xtensa_expand_builtin): Likewise.
16739
16740 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16741
16742 PR middle-end/91421
16743 * attribs.c (decl_attributes): Check the DECL_BUILT_IN_CLASS
16744 before the DECL_FUNCTION_CODE.
16745 * calls.c (maybe_warn_alloc_args_overflow): Use fndecl_built_in_p
16746 to check for a BUILT_IN_ALLOCA call.
16747 * ipa-cp.c (ipa_get_indirect_edge_target_1): Likewise for
16748 BUILT_IN_UNREACHABLE. Don't check for a FUNCTION_TYPE.
16749 * ipa-devirt.c (possible_polymorphic_call_target_p): Likewise.
16750 * ipa-prop.c (try_make_edge_direct_virtual_call): Likewise.
16751 * gimple-ssa-isolate-paths.c (is_addr_local): Check specifically
16752 for BUILT_IN_NORMAL functions.
16753 * trans-mem.c (expand_block_edges): Use gimple_call_builtin_p to
16754 test for BUILT_IN_TM_ABORT.
16755 * tree-ssa-ccp.c (optimize_stack_restore): Use fndecl_built_in_p
16756 to check for a BUILT_IN_STACK_RESTORE call.
16757 (optimize_stdarg_builtin): Remove redundant check for GIMPLE_CALL.
16758 * tree-ssa-threadedge.c
16759 (record_temporary_equivalences_from_stmts_at_dest): Check for a
16760 BUILT_IN_NORMAL decl before checking its DECL_FUNCTION_CODE.
16761 * tree-vect-patterns.c (vect_recog_pow_pattern): Use a positive
16762 test for a BUILT_IN_NORMAL call instead of a negative test for
16763 an internal function call.
16764
16765 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16766
16767 * tree.h (build_vector_a_then_b): Declare.
16768 * tree.c (build_vector_a_then_b): New function.
16769 * fold-const-call.c (fold_while_ult): Likewise.
16770 (fold_const_call): Use it to handle IFN_WHILE_ULT.
16771 * config/aarch64/aarch64-protos.h (AARCH64_FOR_SVPATTERN): New macro.
16772 (aarch64_svpattern): New enum.
16773 * config/aarch64/aarch64-sve.md (mov<PRED_ALL:mode>): Pass
16774 constants through aarch64_expand_mov_immediate.
16775 (*aarch64_sve_mov<PRED_ALL:mode>): Use aarch64_mov_operand rather
16776 than general_operand as the predicate for operand 1.
16777 (while_ult<GPI:mode><PRED_ALL:mode>): Add a '@' marker.
16778 * config/aarch64/aarch64.c (simd_immediate_info::PTRUE): New
16779 insn_type.
16780 (simd_immediate_info::simd_immediate_info): New overload that
16781 takes a scalar_int_mode and an svpattern.
16782 (simd_immediate_info::u): Add a "pattern" field.
16783 (svpattern_token): New function.
16784 (aarch64_get_sve_pred_bits, aarch64_widest_sve_pred_elt_size)
16785 (aarch64_partial_ptrue_length, aarch64_svpattern_for_vl)
16786 (aarch64_sve_move_pred_via_while): New functions.
16787 (aarch64_expand_mov_immediate): Try using
16788 aarch64_sve_move_pred_via_while for predicates that contain N ones
16789 followed by M zeros but that do not correspond to a VLnnn pattern.
16790 (aarch64_sve_pred_valid_immediate): New function.
16791 (aarch64_simd_valid_immediate): Use it instead of dealing directly
16792 with PTRUE and PFALSE.
16793 (aarch64_output_sve_mov_immediate): Handle new simd_immediate_info
16794 forms.
16795
16796 2019-08-13 Iain Sandoe <iain@sandoe.co.uk>
16797
16798 * config/darwin.c (machopic_indirect_call_target): Rename symbol stub
16799 flag.
16800 (darwin_override_options): Likewise.
16801 * config/darwin.h: Likewise.
16802 * config/darwin.opt: Likewise.
16803 * config/i386/i386.c (output_pic_addr_const): Likewise.
16804 * config/rs6000/darwin.h: Likewise.
16805 * config/rs6000/rs6000.c (rs6000_call_darwin_1): Likewise.
16806 * config/i386/darwin.h (TARGET_MACHO_PICSYM_STUBS): Rename to ...
16807 ... this TARGET_MACHO_SYMBOL_STUBS.
16808 (FUNCTION_PROFILER):Likewise.
16809 * config/i386/i386.h: Likewise.
16810
16811 2019-08-13 Uroš Bizjak <ubizjak@gmail.com>
16812
16813 * config/i386/i386-expand.c (ix86_expand_vector_extract)
16814 <case E_V2SImode>: Use vec_extr path for
16815 TARGET_MMX_WITH_SSE && TARGET_SSE4_1.
16816 <case E_V8QImode>: Ditto.
16817 * config/i386/mmx.md (*mmx_pextrw_zext): Rename from mmx_pextrw.
16818 Use SWI48 mode iterator. Use %k to output operand 0.
16819 (*mmx_pextrw): New insn pattern.
16820 (*mmx_pextrb): Ditto.
16821 (*mmx_pextrb_zext): Ditto.
16822
16823 2019-08-13 Jonathan Wakely <jwakely@redhat.com>
16824
16825 * target.def (libc_has_function, libc_has_fast_function): Improve
16826 documentation strings.
16827 * doc/tm.texi: Regenerate.
16828
16829 2019-08-13 Caroline Tice <cmtice@google.com>
16830
16831 PR other/91396
16832 * config/gnu-user.h (GNU_USER_TARGET_ENDFILE_SPEC): Only add the
16833 vtv_end.o or vtv_end_preinit.o files if !static.
16834
16835 2019-08-13 Olivier Hainque <hainque@adacore.com>
16836
16837 * rtl.h (tablejump_casesi_pattern): Move declaration to proper spot.
16838
16839 2019-08-13 Olivier Hainque <hainque@adacore.com>
16840
16841 * rtlanal.c (tablejump_casesi_pattern): New function, to
16842 determine if a tablejump insn is a casesi dispatcher. Extracted
16843 from patch_jump_insn.
16844 * rtl.h (tablejump_casesi_pattern): Declare.
16845 * cfgrtl.c (patch_jump_insn): Use it.
16846 * dwarf2cfi.c (create_trace_edges): Use it.
16847
16848 2019-08-13 Wilco Dijkstra <wdijkstr@arm.com>
16849
16850 PR target/81800
16851 * config/aarch64/aarch64.md (lrint): Disable lrint pattern if GPF
16852 operand is larger than a long int.
16853
16854 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16855
16856 * machmode.h (opt_mode::else_mode): New function.
16857 (opt_mode::else_blk): Use it.
16858 * config/aarch64/aarch64-protos.h (aarch64_vq_mode): Declare.
16859 (aarch64_full_sve_mode, aarch64_sve_ld1rq_operand_p): Likewise.
16860 (aarch64_gen_stepped_int_parallel): Likewise.
16861 (aarch64_stepped_int_parallel_p): Likewise.
16862 (aarch64_expand_mov_immediate): Remove the optional gen_vec_duplicate
16863 argument.
16864 * config/aarch64/aarch64.c
16865 (aarch64_expand_sve_widened_duplicate): Delete.
16866 (aarch64_expand_sve_dupq, aarch64_expand_sve_ld1rq): New functions.
16867 (aarch64_expand_sve_const_vector): Rewrite to handle more cases.
16868 (aarch64_expand_mov_immediate): Remove the optional gen_vec_duplicate
16869 argument. Use early returns in the !CONST_INT_P handling.
16870 Pass all SVE data vectors to aarch64_expand_sve_const_vector rather
16871 than handling some inline.
16872 (aarch64_full_sve_mode, aarch64_vq_mode): New functions, split out
16873 from...
16874 (aarch64_simd_container_mode): ...here.
16875 (aarch64_gen_stepped_int_parallel, aarch64_stepped_int_parallel_p)
16876 (aarch64_sve_ld1rq_operand_p): New functions.
16877 * config/aarch64/predicates.md (descending_int_parallel)
16878 (aarch64_sve_ld1rq_operand): New predicates.
16879 * config/aarch64/constraints.md (UtQ): New constraint.
16880 * config/aarch64/aarch64.md (UNSPEC_REINTERPRET): New unspec.
16881 * config/aarch64/aarch64-sve.md (mov<SVE_ALL:mode>): Remove the
16882 gen_vec_duplicate from call to aarch64_expand_mov_immediate.
16883 (@aarch64_sve_reinterpret<mode>): New expander.
16884 (*aarch64_sve_reinterpret<mode>): New pattern.
16885 (@aarch64_vec_duplicate_vq<mode>_le): New pattern.
16886 (@aarch64_vec_duplicate_vq<mode>_be): Likewise.
16887 (*sve_ld1rq<Vesize>): Replace with...
16888 (@aarch64_sve_ld1rq<mode>): ...this new pattern.
16889
16890 2019-08-13 Wilco Dijkstra <wdijkstr@arm.com>
16891
16892 * config/aarch64/aarch64.c (generic_tunings): Set function alignment to
16893 16:12.
16894
16895 2019-08-13 Jozef Lawrynowicz <jozef.l@mittosystems.com>
16896
16897 * config/msp430/driver-msp430.c (msp430_set_driver_var): New.
16898 * config/msp430/msp430-devices.c (canonicalize_path_dirsep): New.
16899 (msp430_check_path_for_devices): New.
16900 (parse_devices_csv_1): New.
16901 (parse_devices_csv): New.
16902 (msp430_extract_mcu_data): Try to find devices.csv and search for the
16903 MCU data in devices.csv before using the hard-coded data.
16904 Warn if devices.csv isn't found and the MCU wasn't found in the
16905 hard-coded data either.
16906 * config/msp430/msp430.h (DRIVER_SELF_SPECS): Call
16907 msp430_set_driver_var for -mno-warn-devices-csv and -mdevices-csv-loc.
16908 Search for devices.csv on -I and -L paths.
16909 (EXTRA_SPEC_FUNCTIONS): Add msp430_check_path_for_devices and
16910 msp430_set_driver_var.
16911 * config/msp430/msp430.opt: Add -mwarn-devices-csv and
16912 -mdevices-csv-loc=.
16913 * doc/invoke.texi (-mmcu): Document that -I and -L paths are
16914 searched for devices.csv.
16915 (mwarn-devices-csv): Document option.
16916
16917 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16918
16919 * config/aarch64/aarch64-protos.h (aarch64_output_ptrue): Delete.
16920 * config/aarch64/aarch64-sve.md (*aarch64_sve_mov<PRED_ALL:mode>):
16921 Use a single Dn alternative instead of separate Dz and Dm
16922 alternatives. Use aarch64_output_sve_move_immediate.
16923 * config/aarch64/aarch64.c (aarch64_sve_element_int_mode): New
16924 function.
16925 (aarch64_simd_valid_immediate): Fill in the simd_immediate_info
16926 for predicates too.
16927 (aarch64_output_sve_mov_immediate): Handle predicate modes.
16928 (aarch64_output_ptrue): Delete.
16929
16930 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16931
16932 * config/aarch64/aarch64.c (simd_immediate_info::insn_type): Add
16933 INDEX.
16934 (simd_immediate_info::value, simd_immediate_info::step)
16935 (simd_immediate_info::modifier, simd_immediate_info::shift): Replace
16936 with...
16937 (simd_immediate_info::u): ...this new union.
16938 (simd_immediate_info::simd_immediate_info): Update accordingly.
16939 (aarch64_output_simd_mov_immediate): Likewise.
16940 (aarch64_output_sve_mov_immediate): Likewise.
16941
16942 2019-08-13 Jozef Lawrynowicz <jozef.l@mittosystems.com>
16943
16944 * config.gcc (msp430*-*-*): Add msp430-devices.o to extra_objs and
16945 extra_gcc_objs.
16946 * config/msp430/driver-msp430.c: Remove msp430_mcu_data.
16947 (msp430_select_cpu): New spec function.
16948 (msp430_select_hwmult_lib): Use msp430_extract_mcu_data to extract
16949 MCU data.
16950 * config/msp430/msp430-devices.c: New file.
16951 * config/msp430/msp430-devices.h: New file.
16952 * config/msp430/msp430.c: Remove msp430_mcu_data.
16953 (msp430_option_override): Use msp430_extract_mcu_data to extract
16954 MCU data.
16955 (msp430_use_f5_series_hwmult): Likewise.
16956 (use_32bit_hwmult): Likewise.
16957 (msp430_no_hwmult): Likewise.
16958 * config/msp430/msp430.h (ASM_SPEC): Don't pass -mmcu to the
16959 assembler.
16960 (DRIVER_SELF_SPECS): Call msp430_select_cpu if -mmcu is used without
16961 and -mcpu option.
16962 (EXTRA_SPEC_FUNCTIONS): Add msp430_select_cpu.
16963 * config/msp430/t-msp430: Add rule to build msp430-devices.o.
16964 Remove hard-coded MCU multilib data.
16965
16966 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16967
16968 * config/aarch64/aarch64.c (aarch64_classify_vector_mode): Switch
16969 based on the mode instead of testing properties of it.
16970
16971 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16972
16973 * doc/md.texi: Document the x and y constraints for AArch64.
16974 * config/aarch64/aarch64.h (FP_LO8_REGNUM_P): New macro.
16975 (FP_LO8_REGS): New reg_class.
16976 (REG_CLASS_NAMES, REG_CLASS_CONTENTS): Add an entry for FP_LO8_REGS.
16977 * config/aarch64/aarch64.c (aarch64_hard_regno_nregs)
16978 (aarch64_regno_regclass, aarch64_class_max_nregs): Handle FP_LO8_REGS.
16979 * config/aarch64/predicates.md (aarch64_simd_register): Use
16980 FP_REGNUM_P instead of checking the classes manually.
16981 * config/aarch64/constraints.md (y): New constraint.
16982
16983 2019-08-13 Richard Sandiford <richard.sandiford@arm.com>
16984
16985 * config/aarch64/iterators.md (perm_insn): Include the "1"/"2" suffix.
16986 (perm_hilo): Remove UNSPEC_ZIP*, UNSEPC_TRN* and UNSPEC_UZP*.
16987 * config/aarch64/aarch64-simd.md
16988 (aarch64_<PERMUTE:perm_insn><PERMUTE:perm_hilo><mode>): Rename to..
16989 (aarch64_<PERMUTE:perm_insn><mode>): ...this and remove perm_hilo
16990 from the asm template.
16991 * config/aarch64/aarch64-sve.md
16992 (aarch64_<perm_insn><perm_hilo><PRED_ALL:mode>): Rename to..
16993 (aarch64_<perm_insn><PRED_ALL:mode>): ...this and remove perm_hilo
16994 from the asm template.
16995 (aarch64_<perm_insn><perm_hilo><SVE_ALL:mode>): Rename to..
16996 (aarch64_<perm_insn><SVE_ALL:mode>): ...this and remove perm_hilo
16997 from the asm template.
16998 * config/aarch64/aarch64-simd-builtins.def: Update comment.
16999
17000 2019-08-13 Martin Liska <mliska@suse.cz>
17001
17002 * value-prof.c (gimple_ic_transform): Add new line.
17003 Print details with MSG_NOTE.
17004
17005 2019-08-13 Martin Liska <mliska@suse.cz>
17006
17007 * doc/invoke.texi: Document automatic detection of jobserver.
17008 * lto-wrapper.c (run_gcc): Detect jobserver always.
17009
17010 2019-08-13 Uroš Bizjak <ubizjak@gmail.com>
17011
17012 * config/i386/i386-expand.c (ix86_expand_vector_set)
17013 <case E_V2SImode>: Use vec_merge path for
17014 TARGET_MMX_WITH_SSE && TARGET_SSE4_1.
17015 <case E_V8QImode>: Ditto.
17016 * config/i386/mmx.md (*mmx_pinsrd): New insn pattern.
17017 (*mmx_pinsrb): Ditto.
17018
17019 2019-08-12 Jakub Jelinek <jakub@redhat.com>
17020
17021 PR target/83250
17022 PR target/91340
17023 * config/i386/avxintrin.h (_mm256_zextpd128_pd256,
17024 _mm256_zextps128_ps256, _mm256_zextsi128_si256): New intrinsics.
17025 * config/i386/avx512fintrin.h (_mm512_zextpd128_pd512,
17026 _mm512_zextps128_ps512, _mm512_zextsi128_si512, _mm512_zextpd256_pd512,
17027 _mm512_zextps256_ps512, _mm512_zextsi256_si512): Likewise.
17028
17029 2019-08-12 Richard Biener <rguenther@suse.de>
17030
17031 PR lto/91375
17032 * tree.c (free_lang_data_in_type): Do not free TYPE_BINFO dependent on
17033 flag_devirtualize.
17034
17035 2019-08-12 Richard Biener <rguenther@suse.de>
17036
17037 PR driver/91130
17038 * lto-wrapper.c (get_options_from_collect_gcc_options): Remove
17039 lang_mask option, always use CL_DRIVER.
17040 (get_options_from_collect_gcc_options): Adjust.
17041 (find_and_merge_options): Likewise.
17042 (run_gcc): Likewise.
17043
17044 2019-08-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
17045
17046 * ipa-predicate.c (add_condition): Restore inverted test.
17047
17048 2019-08-10 Jakub Jelinek <jakub@redhat.com>
17049
17050 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_DEVICE_TYPE.
17051 (enum omp_clause_device_type_kind): New enum.
17052 (struct tree_omp_clause): Add subcode.device_type_kind.
17053 * tree.h (OMP_CLAUSE_DEVICE_TYPE_KIND): Define.
17054 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add entries
17055 for device_type clause.
17056 (walk_tree_1): Handle OMP_CLAUSE_DEVICE_TYPE.
17057 * tree-pretty-print.c (dump_omp_clause): Likewise.
17058
17059 PR target/91408
17060 * config/i386/mmx.md (usadv8qi): Use register_operand instead of
17061 vector_operand.
17062
17063 2019-08-09 Vladimir Makarov <vmakarov@redhat.com>
17064
17065 * reload1.c (finish_spills): Do not check ira_conflicts_p when
17066 handling spilled pseudos.
17067
17068 2019-08-09 Richard Earnshaw <rearnsha@arm.com>
17069
17070 PR target/91386
17071 * config/aarch64/aarch64.c (aarch64_gen_adjusted_ldpstp): Use copy_rtx
17072 to preserve the contents of the original insns.
17073
17074 2019-08-09 Richard Earnshaw <rearnsha@arm.com>
17075
17076 * config/arm/arm.md (addsi3_compare_op1): Add 16-bit thumb-2 variants.
17077 (addsi3_compare_op2): Likewise.
17078
17079 2019-08-09 Martin Liska <mliska@suse.cz>
17080
17081 * alias.c (alias_ptr_types_compatible_p): Strengten
17082 type comparison in LTO mode.
17083
17084 2019-08-09 Richard Sandiford <richard.sandiford@arm.com>
17085
17086 PR middle-end/90313
17087 * tree-tailcall.c (find_tail_calls): Reject calls that might
17088 read from an escaped RESULT_DECL.
17089
17090 2019-08-09 Martin Liska <mliska@suse.cz>
17091
17092 * doc/invoke.texi: Document the option value.
17093 * lto-wrapper.c (run_gcc): Set auto_parallel
17094 only with -flto=auto.
17095
17096 2019-08-09 Martin Liska <mliska@suse.cz>
17097
17098 * opts.c (common_handle_option): Error for an invalid argument
17099 to -flto=.
17100
17101 2019-08-09 Martin Liska <mliska@suse.cz>
17102
17103 * ipa-icf.c (sem_function::merge): Define AUTO_DUMP_SCOPE and
17104 use dump_printf to report optimization.
17105 (sem_variable::merge): Likwise.
17106 (sem_item_optimizer::merge_classes): Use dump_printf to report
17107 ICF hits.
17108
17109 2019-08-09 Martin Liska <mliska@suse.cz>
17110
17111 * value-prof.c (gimple_divmod_fixed_value_transform):
17112 Use dump_printf_loc.
17113 (gimple_mod_pow2_value_transform): Likewise.
17114 (gimple_mod_subtract_transform): Likewise.
17115 (init_node_map): Likewise.
17116 (gimple_ic_transform): Likewise.
17117 (gimple_stringops_transform): Likewise.
17118
17119 2019-08-08 Mihailo Stojanovic <mistojanovic@wavecomp.com>
17120
17121 * doc/extend.texi: Add const qualifier to ld intrinsics.
17122
17123 2019-08-08 Segher Boessenkool <segher@kernel.crashing.org>
17124
17125 * config/rs6000/dfp.md (D64_D128): Rename to ...
17126 (DDTD): ... this, throughout.
17127 (dfp_suffix): Rename to ...
17128 (q): ... this, throughout.
17129
17130 2019-08-08 Segher Boessenkool <segher@kernel.crashing.org>
17131
17132 * config/rs6000/dfp.md (D64_D128): Move earlier in the file.
17133 (dfp_suffix): Ditto.
17134 (adddd3, addtd3): Merge to ...
17135 (add<mode>3 for D64_D128): ... this.
17136 (subdd3, subtd3): Merge to ...
17137 (sub<mode>3 for D64_D128): ... this.
17138 (muldd3, multd3): Merge to ...
17139 (mul<mode>3 for D64_D128): ... this.
17140 (divdd3, divtd3): Merge to ...
17141 (div<mode>3 for D64_D128): ... this.
17142 (*cmpdd_internal1, *cmptd_internal1): Merge to ...
17143 (*cmp<mode>_internal1 for D64_D128): ... this.
17144 (ftruncdd2, ftrunctd2): Merge to ...
17145 (ftrunc<mode>2 for D64_D128): ... this.
17146 (fixdddi2, fixtddi2): Merge to ...
17147 (fix<mode>di2 for D64_D128): ... this.
17148
17149 2019-08-08 Jim Wilson <jimw@sifive.com>
17150
17151 PR target/91229
17152 * config/riscv/riscv.c (riscv_flatten_aggregate_field): New arg
17153 ignore_zero_width_bit_field_p. Skip zero size bitfields when true.
17154 Pass into recursive call.
17155 (riscv_flatten_aggregate_argument): New arg. Pass to
17156 riscv_flatten_aggregate_field.
17157 (riscv_pass_aggregate_in_fpr_pair_p): New local warned. Call
17158 riscv_flatten_aggregate_argument twice, with false and true as last
17159 arg. Process result twice. Compare results and warn if different.
17160 (riscv_pass_aggregate_in_fpr_and_gpr_p): Likewise.
17161
17162 2019-08-08 Martin Liska <mliska@suse.cz>
17163
17164 PR bootstrap/91352
17165 * gcc.c (driver::detect_jobserver): Use is_valid_fd.
17166 * lto-wrapper.c (jobserver_active_p): Likewise.
17167
17168 2019-08-08 Martin Liska <mliska@suse.cz>
17169
17170 * cgraphclones.c (set_new_clone_decl_and_node_flags): Drop
17171 IS_OPERATOR_NEW and IS_OPERATOR_DELETE.
17172 (create_version_clone_with_body): Likewise.
17173
17174 2019-08-08 Jakub Jelinek <jakub@redhat.com>
17175
17176 * gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT
17177 for VLA helper variables on target data even if not GOVD_FIRSTPRIVATE.
17178 (gimplify_scan_omp_clauses): For OMP_CLAUSE_USE_DEVICE_* use just
17179 GOVD_EXPLICIT flags.
17180 (gimplify_omp_workshare): For OMP_TARGET_DATA move all
17181 OMP_CLAUSE_USE_DEVICE_* clauses to the end of clauses chain.
17182 * omp-low.c (scan_sharing_clauses): For OMP_CLAUSE_USE_DEVICE_*
17183 call install_var_field with mask 11 instead of 3.
17184 (lower_omp_target): For OMP_CLAUSE_USE_DEVICE_* use pass
17185 (splay_tree_key) &DECL_UID (var) to build_sender_ref instead of var.
17186
17187 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17188
17189 * config/aarch64/constraints.md (Z): Handle floating-point zeros too.
17190 * config/aarch64/predicates.md (aarch64_reg_or_zero): Likewise.
17191
17192 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17193
17194 * config/aarch64/aarch64-sve.md (vec_shl_insert_<mode>): Add
17195 MOVPRFX alternatives. Make the GPR alternatives more expensive
17196 than the FPR ones.
17197
17198 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17199
17200 * config/aarch64/aarch64-sve.md (fold_extract_last_<mode>):
17201 Disparage the GPR alternative relative to the FPR one.
17202 Fix handling of 8-bit and 16-bit FPR values.
17203
17204 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17205
17206 * config/aarch64/iterators.md (BITWISEV): Delete.
17207 (SVE_INT_REDUCTION, SVE_FP_REDUCTION): New int iterators.
17208 (optab): Handle UNSPEC_UMAXV, UNSPEC_UMINV, UNSPEC_SMAXV,
17209 UNSPEC_SMINV, UNSPEC_FADDV, UNSPEC_FMAXNMV, UNSPEC_FMAXV,
17210 UNSPEC_FMINNMV, UNSPEC_FMINV.
17211 (bit_reduc_op): Delete.
17212 (sve_int_op): New int attribute.
17213 (sve_fp_op): Handle UNSPEC_FADDV, UNSPEC_FMAXNMV, UNSPEC_FMAXV,
17214 UNSPEC_FMINNMV, UNSPEC_FMINV.
17215 * config/aarch64/aarch64-sve.md
17216 (reduc_<MAXMINV:maxmin_uns>_scal_<SVE_I:mode>)
17217 (*reduc_<MAXMINV:maxmin_uns>_scal_<SVE_I:mode>)
17218 (reduc_<BITWISEV:optab>_scal_<SVE_I:mode>)
17219 (*reduc_<BITWISEV:optab>_scal_<SVE_I:mode>): Merge into...
17220 (reduc_<SVE_INT_REDUCTION:optab>_scal_<SVE_I:mode>)
17221 (*reduc_<SVE_INT_REDUCTION:optab>_scal_<SVE_I:mode>): ...these
17222 new patterns.
17223 (reduc_plus_scal_<SVE_F:mode>, *reduc_plus_scal_<SVE_I:mode>)
17224 (reduc_<FMAXMINV:optab>_scal_<SVE_F:mode>)
17225 (*reduc_<FMAXMINV:optab>_scal_<SVE_F:mode>): Merge into...
17226 (reduc_<SVE_FP_REDUCTION:optab>_scal_<SVE_F:mode>)
17227 (*reduc_<SVE_FP_REDUCTION:optab>_scal_<SVE_F:mode>): ...these
17228 new patterns.
17229
17230 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17231
17232 * config/aarch64/aarch64-sve.md (fma<mode>4, *fma<mode>4)
17233 (fnma<mode>4, *fnma<mode>4, fnms<mode>4, *fnms<mode>4)
17234 (fms<mode>4, *fms<mode>4): Replace with...
17235 (<SVE_COND_FP_TERNARY:optab><SVE_F:mode>4)
17236 (*<SVE_COND_FP_TERNARY:optab><SVE_F:mode>4): ...these new patterns.
17237 Use unspecs instead of rtx codes.
17238 (cond_<optab><mode>, *cond_<optab><mode>_2, *cond_<optab><mode>_4)
17239 (*cond_<optab><mode>_any): Add the predicate to SVE_COND_FP_TERNARY.
17240
17241 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17242
17243 * config/aarch64/iterators.md (SVE_COND_FP_MAXMIN_PUBLIC): New
17244 int iterator.
17245 (maxmin_uns_op): Handle UNSPEC_COND_FMAXNM and UNSPEC_COND_FMINNM.
17246 * config/aarch64/aarch64-sve.md
17247 (<FMAXMIN:su><FMAXMIN:maxmin><SVE_F:mode>3): Rename to...
17248 (<SVE_COND_FP_MAXMIN_PUBLIC:optab><SVE_F:mode>3): ...this and
17249 use a single unspec for the rhs.
17250 (*<su><maxmin><mode>3): Delete.
17251 (<maxmin_uns><SVE_F:mode>3): Use a single unspec for the rhs.
17252
17253 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17254
17255 * config/aarch64/iterators.md (UNSPEC_COND_FABS, UNSPEC_COND_FNEG)
17256 (UNSPEC_COND_FRINTA, UNSPEC_COND_FRINTI, UNSPEC_COND_FRINTM)
17257 (UNSPEC_COND_FRINTN, UNSPEC_COND_FRINTP, UNSPEC_COND_FRINTX)
17258 (UNSPEC_COND_FRINTZ, UNSPEC_COND_FSQRT): New unspecs.
17259 (optab, sve_fp_op): Handle them.
17260 (SVE_FP_UNARY): Delete.
17261 (optab): Remove sqrt entry.
17262 (sve_fp_op): Remove neg, abs and sqrt entries.
17263 (SVE_COND_FP_UNARY): New int iterator.
17264 * config/aarch64/aarch64-sve.md (<frint_pattern><mode>2)
17265 (*<frint_pattern><mode>2): Delete.
17266 (<SVE_FP_UNARY:optab><SVE_F:mode>2): Replace with...
17267 (<SVE_COND_FP_UNARY:optab><SVE_F:mode>2): ...this.
17268 (*<SVE_FP_UNARY:optab><SVE_F:mode>2): Replace with...
17269 (*<SVE_COND_FP_UNARY:optab><SVE_F:mode>2): ...this.
17270
17271 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17272
17273 * config/aarch64/aarch64-sve.md (*pred_fold_left_plus_<mode>): Delete.
17274
17275 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17276
17277 * config/aarch64/iterators.md (UNSPEC_COND_ADD): Rename to...
17278 (UNSPEC_COND_FADD): ...this.
17279 (UNSPEC_COND_SUB): Rename to...
17280 (UNSPEC_COND_FSUB): ...this.
17281 (UNSPEC_COND_MUL): Rename to...
17282 (UNSPEC_COND_FMUL): ...this.
17283 (UNSPEC_COND_DIV): Rename to...
17284 (UNSPEC_COND_FDIV): ...this.
17285 (UNSPEC_COND_MAX): Rename to...
17286 (UNSPEC_COND_FMAXNM): ...this.
17287 (UNSPEC_COND_MIN): Rename to...
17288 (UNSPEC_COND_FMINNM): ...this.
17289 (UNSPEC_COND_LT): Rename to...
17290 (UNSPEC_COND_FCMLT): ...this.
17291 (UNSPEC_COND_LE): Rename to...
17292 (UNSPEC_COND_FCMLE): ...this.
17293 (UNSPEC_COND_EQ): Rename to...
17294 (UNSPEC_COND_FCMEQ): ...this.
17295 (UNSPEC_COND_NE): Rename to...
17296 (UNSPEC_COND_FCMNE): ...this.
17297 (UNSPEC_COND_GE): Rename to...
17298 (UNSPEC_COND_FCMGE): ...this.
17299 (UNSPEC_COND_GT): Rename to...
17300 (UNSPEC_COND_FCMGT): ...this.
17301 (SVE_COND_FP_BINARY, SVE_COND_FP_CMP, optab, cmp_op, sve_fp_op)
17302 (sve_fp_op_rev): Update accordingly.
17303 * config/aarch64/aarch64.c (aarch64_unspec_cond_code): Likewise.
17304
17305 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17306
17307 * config/aarch64/aarch64-sve.md: Reorganize contents and add
17308 banner comments.
17309 * config/aarch64/check-sve-md.awk: New file.
17310 * config/aarch64/t-aarch64 (s-check-sve-md): New rule.
17311 (insn-conditions.md): Depend on it.
17312
17313 2019-08-07 Uroš Bizjak <ubizjak@gmail.com>
17314
17315 PR target/91385
17316 * config/i386/sse.md (*negsi2_1_zext): Simplify insn pattern.
17317 (*negsi2_cmpz_zext): Ditto.
17318
17319 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17320
17321 * config/aarch64/iterators.md (commutative): Remove.
17322
17323 2019-08-07 Richard Earnshaw <rearnsha@arm.com>
17324
17325 PR driver/91130
17326 * lto-wrapper.c (find_and_merge_options): Use CL_DRIVER when
17327 processing COLLECT_GCC_OPTIONS.
17328 (run_gcc): Likewise.
17329
17330 2019-08-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
17331
17332 PR tree-optimization/91109
17333 * lra-remat.c (update_scratch_ops): Remove assignment of the
17334 hard register.
17335
17336 2019-08-07 Richard Sandiford <richard.sandiford@arm.com>
17337
17338 * data-streamer.h (streamer_write_poly_uint64): Declare.
17339 (streamer_read_poly_uint64): Likewise.
17340 * data-streamer-in.c (streamer_read_poly_uint64): New function.
17341 * data-streamer-out.c (streamer_write_poly_uint64): Likewise.
17342 * ipa-predicate.h (condition::size): Turn into a poly_int64.
17343 (add_condition): Take a poly_int64 size.
17344 * ipa-predicate.c (add_condition): Likewise.
17345 * ipa-prop.h (ipa_load_from_parm_agg): Take a poly_int64 size pointer.
17346 * ipa-prop.c (ipa_load_from_parm_agg): Likewise.
17347 (ipcp_modif_dom_walker::before_dom_children): Update accordingly.
17348 * ipa-fnsummary.c (evaluate_conditions_for_known_args): Handle
17349 condition::size as a poly_int64.
17350 (unmodified_parm_1): Take a poly_int64 size pointer.
17351 (unmodified_parm): Likewise.
17352 (unmodified_parm_or_parm_agg_item): Likewise.
17353 (set_cond_stmt_execution_predicate): Update accordingly.
17354 (set_switch_stmt_execution_predicate): Likewise.
17355 (will_be_nonconstant_expr_predicate): Likewise.
17356 (will_be_nonconstant_predicate): Likewise.
17357 (inline_read_section): Stream condition::size as a poly_int.
17358 (ipa_fn_summary_write): Likewise.
17359
17360 2019-08-07 Martin Liska <mliska@suse.cz>
17361
17362 * fold-const.c (twoval_comparison_p): Replace int
17363 with bool as a return type.
17364 (simple_operand_p): Likewise.
17365 (operand_equal_p): Replace int with bool as a return type.
17366 * fold-const.h (operand_equal_p): Likewise.
17367
17368 2019-08-07 Jakub Jelinek <jakub@redhat.com>
17369
17370 * tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR
17371 OpenMP description. Add OMP_CLAUSE_USE_DEVICE_ADDR clause.
17372 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add entries
17373 for OMP_CLAUSE_USE_DEVICE_ADDR clause.
17374 (walk_tree_1): Handle OMP_CLAUSE_USE_DEVICE_ADDR.
17375 * tree-pretty-print.c (dump_omp_clause): Likewise.
17376 * tree-nested.c (convert_nonlocal_omp_clauses,
17377 convert_local_omp_clauses): Likewise.
17378 * gimplify.c (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses):
17379 Likewise.
17380 * omp-low.c (scan_sharing_clauses, lower_omp_target): Likewise.
17381 Treat OMP_CLAUSE_USE_DEVICE_ADDR like OMP_CLAUSE_USE_DEVICE_PTR
17382 clause with array or reference to array types, no matter what type
17383 except for reference it has.
17384
17385 2019-08-07 Kewen Lin <linkw@gcc.gnu.org>
17386
17387 * config/rs6000/vector.md (vrotr<mode>3): New define_expand.
17388
17389 2019-08-07 Kito Cheng <kito.cheng@sifive.com>
17390
17391 * config/riscv/multilib-generator: (canonical_order): Add 'g'.
17392 (arch_canonicalize): Support rv32g and rv64g and fix error
17393 handling.
17394
17395 2019-08-06 Martin Liska <mliska@suse.cz>
17396
17397 * cgraph.c (cgraph_node::dump): Dump DECL_IS_OPERATOR_NEW_P
17398 and DECL_IS_OPERATOR_DELETE_P.
17399
17400 2019-08-06 Jakub Jelinek <jakub@redhat.com>
17401
17402 * tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...
17403 (OMP_CLAUSE_LASTPRIVATE_LOOP_IV): ... this. Adjust comment.
17404 * gimplify.c (gimple_add_tmp_var): In SIMD contexts, turn addressable
17405 new vars into GOVD_PRIVATE rather than GOVD_LOCAL.
17406 (gimplify_omp_for): Don't do C++ random access iterator clause
17407 adjustments on combined constructs from OMP_LOOP. For OMP_LOOP,
17408 don't predetermine the artificial iterator in case of C++ random
17409 access iterators as lastprivate, but private. For OMP_LOOP, force
17410 bind expr around simd body and force for_pre_body before the
17411 construct. Use OMP_CLAUSE_LASTPRIVATE_LOOP_IV instead of
17412 OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV.
17413 (gimplify_omp_loop): Add firstprivate clauses on OMP_PARALLEL for
17414 diff var of C++ random access iterators. Handle
17415 OMP_CLAUSE_FIRSTPRIVATE. For OMP_CLAUSE_LASTPRIVATE_LOOP_IV, if
17416 not outermost also add OMP_CLAUSE_FIRSTPRIVATE, and in both cases
17417 clear OMP_CLAUSE_LASTPRIVATE_LOOP_IV on the lastprivate clause
17418 on the OMP_FOR and OMP_DISTRIBUTE constructs if any.
17419 * omp-low.c (lower_rec_input_clauses): For
17420 OMP_CLAUSE_LASTPRIVATE_LOOP_IV on simd copy construct the private
17421 variables instead of default constructing them.
17422 (lower_lastprivate_clauses): Use OMP_CLAUSE_LASTPRIVATE_LOOP_IV
17423 instead of OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV and move the
17424 is_taskloop_ctx check from the assert to the guarding condition.
17425
17426 2019-08-06 Kito Cheng <kito.cheng@sifive.com>
17427
17428 * config/riscv/multilib-generator: (canonical_order): New.
17429 (arch_canonicalize): Dito.
17430 Apply arch_canonicalize for alts.
17431
17432 2019-08-05 Martin Sebor <msebor@redhat.com>
17433
17434 * doc/extend.texi (Common Variable Attributes): Document alias
17435 attribute.
17436
17437 2019-08-05 Marek Polacek <polacek@redhat.com>
17438
17439 PR c++/91338 - Implement P1161R3: Deprecate a[b,c].
17440 * doc/invoke.texi: Document -Wcomma-subscript.
17441
17442 2019-08-05 Richard Sandiford <richard.sandiford@arm.com>
17443
17444 * tree-core.h (tree_function_decl): Make function_code an
17445 independent field. Group the remaining bitfields into bytes
17446 and move decl_type so that it contines to be at a byte boundary.
17447 Leave 12 bits for future expansion.
17448
17449 2019-08-05 Richard Sandiford <richard.sandiford@arm.com>
17450
17451 * gimple-fold.c (gimple_fold_mask_load_store_mem_ref)
17452 (gimple_fold_mask_load, gimple_fold_mask_store): New functions.
17453 (gimple_fold_call): Use them to fold IFN_MASK_LOAD and
17454 IFN_MASK_STORE.
17455
17456 2019-08-05 Richard Sandiford <richard.sandiford@arm.com>
17457
17458 * gimple.h (gimple_move_vops): Declare.
17459 * gimple.c (gimple_move_vops): New function
17460 * gimple-fold.c (replace_call_with_call_and_fold)
17461 (gimple_fold_builtin_memory_op, gimple_fold_builtin_memset)
17462 (gimple_fold_builtin_stpcpy, fold_builtin_atomic_compare_exchange)
17463 (gimple_fold_call): Use it.
17464 * ipa-param-manipulation.c (ipa_modify_call_arguments): Likewise.
17465 * tree-call-cdce.c (use_internal_fn): Likewise.
17466 * tree-if-conv.c (predicate_load_or_store): Likewise.
17467 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Likewise.
17468 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
17469 * tree-ssa-propagate.c (finish_update_gimple_call): Likewise.
17470 (update_call_from_tree): Likewise.
17471 * tree-vect-stmts.c (vectorizable_load): Likewise.
17472 * tree-vectorizer.c (adjust_simduid_builtins): Likewise.
17473
17474 2019-08-05 Martin Liska <mliska@suse.cz>
17475
17476 PR c++/91334
17477 * tree-ssa-dce.c (propagate_necessity): Handle new operators
17478 with not arguments.
17479 (eliminate_unnecessary_stmts): Likewise.
17480
17481 2019-08-05 Richard Biener <rguenther@suse.de>
17482
17483 PR middle-end/91169
17484 * fold-const.c (get_array_ctor_element_at_index): Create
17485 offset_ints according to the sign of the index type and treat
17486 that as signed if it is obviously so.
17487
17488 2019-08-05 Jakub Jelinek <jakub@redhat.com>
17489
17490 PR target/91341
17491 * config/i386/avxintrin.h (_mm256_loadu2_m128, _mm256_storeu2_m128,
17492 _mm256_loadu2_m128d, _mm256_storeu2_m128d, _mm256_loadu2_m128i,
17493 _mm256_storeu2_m128i): New function.
17494
17495 2019-08-05 Kito Cheng <kito.cheng@sifive.com>
17496
17497 * config/riscv/riscv.c (riscv_promote_function_mode): New.
17498 (TARGET_PROMOTE_FUNCTION_MODE): Use riscv_promote_function_mode.
17499
17500 2019-08-05 Alan Modra <amodra@gmail.com>
17501
17502 PR target/91349
17503 * config/rs6000/freebsd64.h (CPLUSPLUS_CPP_SPEC),
17504 (LINK_GCC_C_SEQUENCE_SPEC): Undef.
17505
17506 2019-08-04 Gerald Pfeifer <gerald@pfeifer.com>
17507
17508 * doc/install.texi (Prerequisites): Remove reference to Tcl 8.6
17509 bug that was fixed in Tcl 8.6.1.
17510
17511 2019-08-02 Michael Meissner <meissner@linux.ibm.com>
17512
17513 * config/rs6000/future.md: New file.
17514 * config/rs6000/rs6000.md: Include future.md.
17515 * config/rs6000/t-rs6000 (MD_INCLUDES): Add future.md.
17516
17517 2019-08-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
17518
17519 * function.c (assign_parm_adjust_stack_rtl): Revise STRICT_ALIGNMENT
17520 check to use targetm.slow_unaligned_access instead.
17521
17522 * function.c (assign_param_data_one): Remove unused data members.
17523
17524 2019-08-02 Steve Ellcey <sellcey@marvell.com>
17525
17526 * omp-simd-clone.c (simd_clone_adjust_return_type): Remove call to
17527 build_distinct_type_copy.
17528 (simd_clone_adjust_argument_types): Ditto.
17529 (simd_clone_adjust): Call build_distinct_type_copy here.
17530 (expand_simd_clones): Ditto.
17531
17532 2019-08-02 Uroš Bizjak <ubizjak@gmail.com>
17533
17534 PR target/91201
17535 * config/i386/sse.md (*vec_extractv16qi_zext): New insn pattern.
17536
17537 2019-08-02 Alexander Monakov <amonakov@ispras.ru>
17538
17539 * tree-ssa-loop-im.c (sort_bbs_in_loop_postorder_cmp): Simplify casts
17540 from 'const void *'.
17541 (sort_locs_in_loop_postorder_cmp): Likewise.
17542
17543 2019-08-02 Eric Botcazou <ebotcazou@adacore.com>
17544
17545 * doc/invoke.texi (hot-bb-count-fraction): Rework description.
17546 (hot-bb-count-ws-permille): Likewise.
17547 (hot-bb-frequency-fraction): Likewise.
17548 (unlikely-bb-count-fraction): Likewise.
17549 * params.def (hot-bb-count-fraction): Rework description.
17550 (hot-bb-count-ws-permille): Likewise.
17551 (hot-bb-frequency-fraction): Likewise.
17552 (unlikely-bb-count-fraction): Likewise. Remove min and max values.
17553 * predict.c (get_hot_bb_threshold): Deal with 0 HOT_BB_COUNT_FRACTION.
17554
17555 2019-08-02 Uroš Bizjak <ubizjak@gmail.com>
17556
17557 PR target/91323
17558 * config/i386/i386-expand.c (ix86_unordered_fp_compare) <case LTGT>:
17559 Return false.
17560
17561 2019-08-02 Richard Biener <rguenther@suse.de>
17562
17563 * vec.h (vec::sort): Add gcc_qsort_r support.
17564 (vec::bsearch): Add an overload with gcc_qsort_r style callbacks.
17565 * tree-ssa-loop-im.c (sort_bbs_in_loop_postorder_cmp): Adjust
17566 to gcc_qsort_r style callback.
17567 (sort_locs_in_loop_postorder_cmp): Likewise.
17568 (analyze_memory_references): Use gcc_sort_r interfaces.
17569 (find_ref_loc_in_loop_cmp): Use new bsearch overload.
17570
17571 2019-08-02 Martin Liska <mliska@suse.cz>
17572
17573 PR lto/91313
17574 * gcc.c (driver::maybe_run_linker): Call detect_jobserver
17575 to detect working job server.
17576 (driver::detect_jobserver): Test whether jobserver
17577 is active from GCC driver. That will prevent situation where
17578 GCC is invoked from a LD plugin and the linker already uses
17579 file descriptors suggested by make. That leads to a wrong
17580 detection.
17581 * gcc.h (driver): Add detect_jobserver.
17582 * lto-wrapper.c (jobserver_active_p): Simplify sscanf by
17583 not scanning for --jobserver-auth prefix.
17584
17585 2019-08-02 Jakub Jelinek <jakub@redhat.com>
17586
17587 PR tree-optimization/91201
17588 * config/i386/i386-expand.c (ix86_expand_vector_extract): For elt == 0
17589 V16QImode extraction without sse4.1 try to use V4SImode lowpart
17590 extraction.
17591
17592 2019-08-01 Martin Sebor <msebor@redhat.com>
17593
17594 PR c++/90947
17595 * tree.c (type_initializer_zero_p): Define.
17596 * tree.h (type_initializer_zero_p): New function.
17597
17598 2019-08-01 Eric Botcazou <ebotcazou@adacore.com>
17599
17600 * cfgrtl.c (relink_block_chain): Add line returns in dump file.
17601
17602 2019-08-01 Eric Botcazou <ebotcazou@adacore.com>
17603
17604 * cgraph.h (cgraph_edge::maybe_hot_p): Tweak comment.
17605 * cgraph.c (cgraph_edge::maybe_hot_p): Likewise. Remove useless test.
17606 * predict.c (maybe_hot_count_p): Likewise.
17607 (maybe_hot_bb_p): Tweak comment.
17608 (maybe_hot_edge_p): Likewise.
17609 (probably_never_executed): Likewise. Minor tweak.
17610 (probably_never_executed_bb_p): Likewise.
17611 (unlikely_executed_edge_p): Likewise.
17612 (probably_never_executed_edge_p): Likewise.
17613 (optimize_function_for_size_p): Likewise.
17614 (optimize_function_for_speed_p): Likewise.
17615 (function_optimization_type): Likewise.
17616 (optimize_bb_for_size_p): Likewise.
17617 (optimize_bb_for_speed_p): Likewise.
17618 (bb_optimization_type): Likewise.
17619 (optimize_edge_for_size_p): Likewise.
17620 (optimize_edge_for_speed_p): Likewise.
17621 (optimize_insn_for_size_p): Likewise.
17622 (optimize_insn_for_speed_p): Likewise.
17623 (optimize_loop_for_size_p): Likewise.
17624 (optimize_loop_for_speed_p): Likewise.
17625 (optimize_loop_nest_for_speed_p): Likewise.
17626 (optimize_loop_nest_for_size_p): Likewise.
17627 (predictable_edge_p): Likewise.
17628 (handle_missing_profiles): Minor tweak.
17629
17630 2019-08-01 Michael Meissner <meissner@linux.ibm.com>
17631
17632 * config/rs6000/predicates.md (pcrel_external_address): Update
17633 comment.
17634
17635 2019-08-01 Uroš Bizjak <ubizjak@gmail.com>
17636
17637 PR target/85693
17638 * config/i386/mmx.md (usadv8qi): New expander.
17639
17640 2019-08-01 Matthew Beliveau <mbelivea@redhat.com>
17641
17642 PR c++/90590
17643 * c-warn.c (c_do_switch_warnings): Suppress warning for enumerators
17644 with reserved names that are in a system header.
17645
17646 2019-08-01 Uroš Bizjak <ubizjak@gmail.com>
17647
17648 * config/i386/mmx.md (vec_extractv2si_0): Add (r,x) alternative.
17649 (*vec_extractv2si_0_zext_sse4): New insn pattern.
17650 (*vec_extractv2si_0_zext): Ditto.
17651 (*vec_extractv2si_1): Add (rm,x) alternative.
17652 (*vec_extractv2si_1_zext): New insn pattern.
17653 (*vec_extractv2si_zext_mem): Add "TARGET_MMX || TARGET_MMX_WITH_SSE"
17654 insn constraint.
17655
17656 2019-08-01 Richard Biener <rguenther@suse.de>
17657
17658 * domwalk.c (bb_postorder): Remove static variable.
17659 (cmp_bb_postorder): Adjust.
17660 (sort_bbs_postorder): Adjust and use gcc_sort_r.
17661 (dom_walker::walk): Adjust.
17662
17663 2019-08-01 Alexander Monakov <amonakov@ispras.ru>
17664
17665 * sort.cc (sort_r_ctx): New struct.
17666 (reorder23): Make templated on context type.
17667 (reorder45): Ditto.
17668 (cmp1): Ditto. Adjust signature.
17669 (netsort): Ditto.
17670 (mergesort): Ditto.
17671 [CHECKING_P] (cmp2to3): New static function. Use it...
17672 (gcc_qsort) [CHECKING_P]: ...here.
17673 (gcc_sort_r): New function.
17674 * system.h (sort_r_cmp_fn): New function typedef.
17675 (qsort_chk): Adjust signature.
17676 (gcc_sort_r): Declare.
17677 * vec.c (qsort_chk_error): Adjust.
17678 (qsort_chk): Adjust.
17679
17680 2019-08-01 Richard Biener <rguenther@suse.de>
17681
17682 * tree-ssa-pre.c (has_abnormal_preds): Remove global var.
17683 (compute_antic): Localize it here.
17684
17685 2019-07-31 Maxim Blinov <maxim.blinov@embecosm.com>
17686
17687 * common/config/riscv/riscv-common.c: Check -march string ends
17688 with null.
17689
17690 2019-07-31 Alexander Monakov <amonakov@ispras.ru>
17691
17692 * ipa-devirt.c (type_warning_cmp): Make static.
17693 (decl_warning_cmp): Ditto.
17694
17695 2019-07-31 Peter Bergner <bergner@linux.ibm.com>
17696
17697 PR target/91050
17698 * config/rs6000/rs6000.opt (mdejagnu-cpu=): Delete option.
17699 * config/rs6000/rs6000.c (rs6000_option_override_internal): Remove
17700 use of deleted rs6000_dejagnu_cpu_index variable.
17701 * config/rs6000/rs6000.h (DRIVER_SELF_SPECS): Define.
17702 (SUBTARGET_DRIVER_SELF_SPECS): Likewise.
17703 * config/darwin.h (DRIVER_SELF_SPECS): Rename from this ...
17704 (SUBTARGET_DRIVER_SELF_SPECS): ...to this.
17705 * config/i386/i386.h (DRIVER_SELF_SPECS): Define.
17706 (SUBTARGET_DRIVER_SELF_SPECS): Likewise.
17707
17708 2019-07-31 Richard Biener <rguenther@suse.de>
17709
17710 PR tree-optimization/91280
17711 * tree-ssa-structalias.c (get_constraint_for_component_ref):
17712 Decompose MEM_REF manually for offset handling.
17713
17714 2019-07-31 Richard Biener <rguenther@suse.de>
17715
17716 PR tree-optimization/91293
17717 * tree-vect-slp.c (vect_build_slp_tree_2): Do not swap operands
17718 of reduction stmts.
17719
17720 2019-07-31 Matt Thomas <matt@3am-software.com>
17721 Nick Hudson <nick@nthcliff.demon.co.uk>
17722 Matthew Green <mrg@eterna.com.au>
17723 Maya Rashish <coypu@sdf.org>
17724
17725 * config.gcc (hppa*-*-netbsd*): New target.
17726 * config/pa/pa-netbsd.h: New file.
17727 * config/pa/pa32-netbsd.h: New file.
17728
17729 2019-07-31 Jakub Jelinek <jakub@redhat.com>
17730
17731 PR tree-optimization/91201
17732 * config/i386/mmx.md (reduc_plus_scal_v8qi): New expander.
17733
17734 2019-07-31 Andrew Stubbs <ams@codesourcery.com>
17735
17736 * config/gcn/gcn-valu.md
17737 (scatter<mode>_insn_1offset<exec_scatter>): Remove s_waitcnt.
17738 (scatter<mode>_insn_1offset_ds<exec_scatter>): Likewise.
17739 (scatter<mode>_insn_2offsets<exec_scatter>): Likewise.
17740 * config/gcn/gcn.c (gcn_md_reorg): Add delayeduse and reads to
17741 struct ilist. Add nops for delayeduse insns.
17742 * config/gcn/gcn.md (delayeduse): New attribute.
17743 (*movbi): Remove s_waitcnt from stores.
17744 (*mov<mode>_insn): Likewise.
17745 (*movti_insn): Likewise. Add delayeduse attribute.
17746 (sync_compare_and_swap<mode>_insn): Add delayeduse attribute.
17747 (atomic_store<mode>): Remove or adjust s_waitcnt.
17748
17749 2019-07-31 Richard Biener <rguenther@suse.de>
17750
17751 * vr-values.h (vr_values::swap_vr_value): New.
17752 (vr_values::free_value_range): likewise.
17753 * vr-values.c (vr_values::swap_vr_value): Implement.
17754 * gimple-ssa-evrp-analyze.h (evrp_range_analyzer::pop_value_range):
17755 Do not return a range or take a var.
17756 (evrp_range_analyzer::stack): Change back to recording a non-const
17757 value_range *.
17758 * gimple-ssa-evrp-analyze.c
17759 (evrp_range_analyzer::record_ranges_from_stmt): Free unused
17760 value-range.
17761 (evrp_range_analyzer::pop_to_marker): Adjust.
17762 (evrp_range_analyzer::push_value_range): Use new swap_vr_value.
17763 (evrp_range_analyzer::pop_value_range): Likewise. Free the
17764 no longer needed value-range.
17765
17766 2019-07-31 Martin Liska <mliska@suse.cz>
17767
17768 * tree-ssa-dce.c (propagate_necessity): Delete operator can
17769 have size and (or) alignment as 2nd and later arguments.
17770 Mark all of them as necessary.
17771
17772 2019-07-31 Richard Biener <rguenther@suse.de>
17773
17774 PR tree-optimization/91178
17775 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
17776 Use tail-recursion.
17777
17778 2019-07-31 Jakub Jelinek <jakub@redhat.com>
17779
17780 PR tree-optimization/91201
17781 * config/i386/sse.md (reduc_plus_scal_v16qi): New expander.
17782 (REDUC_PLUS_MODE): Add V32QImode for TARGET_AVX and V64QImode for
17783 TARGET_AVX512F.
17784 (reduc_plus_scal_<mode>): Improve formatting by introducing
17785 a temporary.
17786
17787 2019-07-31 Sudakshina Das <sudi.das@arm.com>
17788
17789 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): Add
17790 AARCH64_TME_BUILTIN_TSTART, AARCH64_TME_BUILTIN_TCOMMIT,
17791 AARCH64_TME_BUILTIN_TTEST and AARCH64_TME_BUILTIN_TCANCEL.
17792 (aarch64_init_tme_builtins): New.
17793 (aarch64_init_builtins): Call aarch64_init_tme_builtins.
17794 (aarch64_expand_builtin_tme): New.
17795 (aarch64_expand_builtin): Handle TME builtins.
17796 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins): Define
17797 __ARM_FEATURE_TME when enabled.
17798 * config/aarch64/aarch64-option-extensions.def: Add "tme".
17799 * config/aarch64/aarch64.h (AARCH64_FL_TME, AARCH64_ISA_TME): New.
17800 (TARGET_TME): New.
17801 * config/aarch64/aarch64.md (define_c_enum "unspec"): Add UNSPEC_TTEST.
17802 (define_c_enum "unspecv"): Add UNSPECV_TSTART, UNSPECV_TCOMMIT and
17803 UNSPECV_TCANCEL.
17804 (tstart, ttest, tcommit, tcancel): New instructions.
17805 * config/aarch64/arm_acle.h (__tstart, __tcommit): New.
17806 (__tcancel, __ttest): New.
17807 (_TMFAILURE_REASON, _TMFAILURE_RTRY, _TMFAILURE_CNCL): New macro.
17808 (_TMFAILURE_MEM, _TMFAILURE_IMP, _TMFAILURE_ERR): Likewise.
17809 (_TMFAILURE_SIZE, _TMFAILURE_NEST, _TMFAILURE_DBG): Likewise.
17810 (_TMFAILURE_INT, _TMFAILURE_TRIVIAL): Likewise.
17811 * config/arm/types.md: Add new tme type attr.
17812 * doc/invoke.texi: Document "tme".
17813
17814 2019-07-31 Joel Hutton <Joel.Hutton@arm.com>
17815
17816 * config/arm/arm_cmse.h (cmse_nonsecure_caller): Add
17817 warn_unused_result attribute.
17818 (cmse_check_address_range): Add warn_unused_result attribute.
17819
17820 2019-07-31 Richard Biener <rguenther@suse.de>
17821
17822 PR tree-optimization/91257
17823 * tree-vrp.c (union_ranges): Unify equality and less tests
17824 by using compare_values. Re-order cheap tests first.
17825
17826 2019-07-31 Jakub Jelinek <jakub@redhat.com>
17827
17828 PR middle-end/91301
17829 * gimplify.c (gimplify_omp_for): If for class iterator on
17830 distribute parallel for there is no data sharing clause
17831 on inner_for_stmt, look for private clause on combined
17832 parallel too and if found, move it to inner_for_stmt.
17833
17834 2019-07-31 Richard Sandiford <richard.sandiford@arm.com>
17835
17836 * lra-int.h (lra_operand_data): Remove early_clobber field.
17837 (lra_insn_reg): Likewise.
17838 * lra.c (debug_operand_data): Update accordingly.
17839 (setup_operand_alternative): Likewise.
17840 (new_insn_reg): Likewise. Remove early_clobber parameter.
17841 (collect_non_operand_hard_regs): Update call accordingly.
17842 Don't assign to lra_insn_reg::early_clobber.
17843 (add_regs_to_insn_regno_info): Remove early_clobber parameter
17844 and update calls to new_insn_reg.
17845 (lra_update_insn_regno_info): Update calls accordingly.
17846 * lra-constraints.c (update_and_check_small_class_inputs): Take the
17847 alternative number as a parameter and test whether the operand
17848 is earlyclobbered in that particular alternative.
17849 (process_alt_operands): Update call accordingly. Use per-alternative
17850 checks for earyclobber here too.
17851 * lra-lives.c (reg_early_clobber_p): Check early_clobber_alts
17852 against zero for IRA_UNKNOWN_ALT.
17853
17854 2019-07-30 Uroš Bizjak <ubizjak@gmail.com>
17855
17856 * config/alpha/alpha.c (alpha_option_override): Quote a C type.
17857
17858 2019-07-30 Wilco Dijkstra <wdijkstr@arm.com>
17859
17860 * config/arm/thumb2.md (thumb2_movsi_insn): Adjust literal offset.
17861 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
17862
17863 2019-07-30 Martin Liska <mliska@suse.cz>
17864
17865 PR ipa/89330
17866 * cgraph.c (cgraph_edge::make_direct): Use
17867 edge->indirect_unknown_callee as edge->resolve_speculation can
17868 deallocate edge which is this pointer.
17869
17870 2019-07-30 Richard Biener <rguenther@suse.de>
17871
17872 PR tree-optimization/91257
17873 * bitmap.c (bitmap_ior_and_compl_into): Open-code.
17874
17875 2019-07-30 Martin Liska <mliska@suse.cz>
17876
17877 * doc/invoke.texi: Document new behavior.
17878 * lto-wrapper.c (cpuset_popcount): New function
17879 is a copy of libgomp/config/linux/proc.c.
17880 (init_num_threads): Likewise.
17881 (run_gcc): Automatically detect core count for -flto.
17882 (jobserver_active_p): New function.
17883
17884 2019-07-30 Richard Biener <rguenther@suse.de>
17885
17886 PR tree-optimization/91257
17887 * bitmap.h (bitmap_ior_into_and_free): Declare.
17888 * bitmap.c (bitmap_list_unlink_element): Add defaulted param
17889 whether to add the unliked element to the freelist.
17890 (bitmap_list_insert_element_after): Add defaulted param for
17891 an already allocated element.
17892 (bitmap_ior_into_and_free): New function.
17893 * tree-ssa-structalias.c (condense_visit): Reduce the
17894 ponts-to and edge bitmaps of the SCC members in a
17895 logarithmic fashion rather than all to one.
17896
17897 2019-07-30 Richard Sandiford <richard.sandiford@arm.com>
17898
17899 * tree-ssa-math-opts.c (convert_mult_to_fma): Add a mul_cond
17900 parameter. When nonnull, make sure that the addition or subtraction
17901 has the same condition.
17902 (math_opts_dom_walker::after_dom_children): Try convert_mult_to_fma
17903 for CFN_COND_MUL too.
17904
17905 2019-07-30 Richard Biener <rguenther@suse.de>
17906
17907 PR tree-optimization/91291
17908 * tree-ssa-sccvn.c (rpo_elim::eliminate_push_avail): Ignore
17909 constant values.
17910
17911 2019-07-30 Jakub Jelinek <jakub@redhat.com>
17912
17913 PR middle-end/91216
17914 * omp-low.c (global_nonaddressable_vars): New variable.
17915 (use_pointer_for_field): For global decls, if they are non-addressable,
17916 remember it in the global_nonaddressable_vars bitmap, if they are
17917 addressable and in the global_nonaddressable_vars bitmap, ignore their
17918 TREE_ADDRESSABLE bit.
17919 (omp_copy_decl_2): Clear TREE_ADDRESSABLE also on private copies of
17920 vars in global_nonaddressable_vars bitmap.
17921 (execute_lower_omp): Free global_nonaddressable_vars bitmap.
17922
17923 PR target/91150
17924 * config/i386/i386-expand.c (expand_vec_perm_blend): Change mask type
17925 from unsigned to unsigned HOST_WIDE_INT. For E_V64QImode cast
17926 comparison to unsigned HOST_WIDE_INT before shifting it left.
17927
17928 2019-07-30 Uroš Bizjak <ubizjak@gmail.com>
17929
17930 * config/i386/i386.md (movstrict<mode>): Use register_operand
17931 predicate for operand 0. Add expander condition. Assert that
17932 operand 0 is a SUBREG RTX.
17933 (*movstrict<mode>_1): Use register_operand predicate for operand 0.
17934 Update operand constraints and insn condition.
17935 (zero_extend<mode>si2_and): Do not call gen_movstrict<mode>.
17936 (zero_extendqihi2_and): Do not call gen_movstrictqi.
17937 (*setcc_qi_slp): Use register_operand predicate for operand 0.
17938 Update operand 0 constraints.
17939 (setcc_qi_slp splitters): Use register_operand predicate for operand 0.
17940
17941 2019-07-29 Jozef Lawrynowicz <jozef.l@mittosystems.com>
17942
17943 * config/msp430/msp430.h (DRIVER_SELF_SPECS): Define and emit errors
17944 when -m{code,data}-region are used without -mlarge.
17945 * config/msp430/msp430.c (msp430_option_override): Error when a
17946 non-default code or data region is used without -mlarge.
17947 (msp430_section_attr): Emit a warning and do not add upper/lower/either
17948 attributes when they are used without -mlarge.
17949
17950 2019-07-29 Jozef Lawrynowicz <jozef.l@mittosystems.com>
17951
17952 PR target/70320
17953 * config/msp430/msp430.h: Define ADDITIONAL_REGISTER_NAMES.
17954
17955 2019-07-29 Richard Sandiford <richard.sandiford@arm.com>
17956
17957 PR middle-end/91242
17958 * wide-int.h (generic_wide_int::sext_elt): New function.
17959 * inchash.h (hash::add_wide_int): Use it instead of elt.
17960
17961 2019-07-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17962
17963 * config/arm/arm-builtins.c (acle_builtin_data): Expand VAR1 to
17964 CODE_FOR_arm_##.
17965 * config/arm/arm.md (<crc_variant>): Rename to...
17966 (arm_<crc_variant>): ... This.
17967 (<cdp>): Rename to...
17968 (arm_<cdp>): ... This.
17969 (<ldc>): Rename to...
17970 (arm_<ldc>): ... This.
17971 (<stc>): Rename to...
17972 (arm_<stc>): ... This.
17973 (<mcr>): Rename to...
17974 (arm_<mcr>): ... This.
17975 (<mrc>): Rename to...
17976 (arm_<mrc>): ... This.
17977 (<mcrr>): Rename to...
17978 (arm_<mcrr>): ... This.
17979 (<mrrc>): Rename to...
17980 (arm_<mrrc>): ... This.
17981
17982 2019-07-29 Richard Biener <rguenther@suse.de>
17983
17984 PR tree-optimization/91257
17985 * tree-ssa-sccvn.h (struct vn_avail): New.
17986 (struct vn_ssa_aux): Add avail member.
17987 * tree-ssa-sccvn.c (class rpo_elim): Remove m_rpo_avail
17988 member, add m_avail_freelist one.
17989 (rpo_elim::~rpo_elim): Remove.
17990 (rpo_elim::eliminate_avail): Adjust to new avail tracking
17991 data structure.
17992 (rpo_elim::eliminate_push_avail): Likewise.
17993 (do_unwind): Likewise.
17994 (do_rpo_vn): Likewise.
17995
17996 2019-07-29 Richard Biener <rguenther@suse.de>
17997
17998 PR tree-optimization/91257
17999 * tree-vrp.c (operand_less_p): Avoid dispatching to fold for
18000 most cases, instead call compare_values which handles the
18001 symbolic ranges we handle specially.
18002 (compare_values_warnv): Do not call operand_less_p but open-code
18003 the effective fold calls. Avoid converting so much.
18004
18005 2019-07-29 Martin Liska <mliska@suse.cz>
18006
18007 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Do not
18008 remove LHS of operator new call. It's handled latter.
18009
18010 2019-07-29 Richard Biener <rguenther@suse.de>
18011
18012 PR tree-optimization/91267
18013 * vr-values.c (vr_values::update_value_range): Add early return
18014 for effectively VARYING lattice entry.
18015
18016 2019-07-29 Richard Sandiford <richard.sandiford@arm.com>
18017
18018 PR debug/86638
18019 * tree-ssa-dce.c (keep_all_vdefs_p): New function.
18020 (mark_stmt_if_obviously_necessary): Mark all stmts with vdefs as
18021 necessary if keep_all_vdefs_p is true.
18022 (mark_aliased_reaching_defs_necessary): Add a gcc_checking_assert
18023 that keep_all_vdefs_p is false.
18024 (mark_all_reaching_defs_necessary): Likewise.
18025 (propagate_necessity): Skip the vuse scan if keep_all_vdefs_p is true.
18026
18027 2019-07-29 Richard Sandiford <richard.sandiford@arm.com>
18028
18029 * common.opt (Og): Change the initial value of flag_dse to 0.
18030 * opts.c (default_options_table): Move OPT_ftree_dse from
18031 OPT_LEVELS_1_PLUS to OPT_LEVELS_1_PLUS_NOT_DEBUG. Also add
18032 OPT_fdse to OPT_LEVELS_1_PLUS_NOT_DEBUG. Put the OPT_ftree_pta
18033 entry before the OPT_ftree_sra entry.
18034 * doc/invoke.texi (Og): Add -fdse and -ftree-dse to the list
18035 of flags disabled by Og.
18036
18037 2019-07-29 Richard Sandiford <richard.sandiford@arm.com>
18038
18039 * tree-cfg.c (execute_fixup_cfg): Don't delete stores to write-only
18040 variables for -Og.
18041
18042 2019-07-29 Richard Sandiford <richard.sandiford@arm.com>
18043
18044 * doc/sourcebuild.texi (check-function-bodies): Document.
18045
18046 2019-07-29 Richard Sandiford <richard.sandiford@arm.com>
18047
18048 * simplify-rtx.c (simplify_const_unary_operation): Fold a
18049 VEC_DUPLICATE of a fixed-length vector even if the result
18050 is variable-length. Likewise fold a duplicate of a
18051 variable-length vector if the variable-length vector is
18052 itself a duplicate of a fixed-length sequence.
18053 (test_vector_ops_duplicate): Test more cases.
18054
18055 2019-07-29 Richard Sandiford <richard.sandiford@arm.com>
18056
18057 * vector-builder.h (vector_builder): Add a shape template parameter.
18058 (vector_builder::new_unary_operation): New function, generalizing
18059 the old tree_vector_builder function.
18060 (vector_builder::new_binary_operation): Likewise.
18061 (vector_builder::binary_encoded_nelts): Likewise.
18062 * int-vector-builder.h (int_vector_builder): Update template
18063 parameters to vector_builder.
18064 (int_vector_builder::shape_nelts): New function.
18065 * rtx-vector-builder.h (rtx_vector_builder): Update template
18066 parameters to vector_builder.
18067 (rtx_vector_builder::shape_nelts): New function.
18068 (rtx_vector_builder::nelts_of): Likewise.
18069 (rtx_vector_builder::npatterns_of): Likewise.
18070 (rtx_vector_builder::nelts_per_pattern_of): Likewise.
18071 * tree-vector-builder.h (tree_vector_builder): Update template
18072 parameters to vector_builder.
18073 (tree_vector_builder::shape_nelts): New function.
18074 (tree_vector_builder::nelts_of): Likewise.
18075 (tree_vector_builder::npatterns_of): Likewise.
18076 (tree_vector_builder::nelts_per_pattern_of): Likewise.
18077 * tree-vector-builder.c (tree_vector_builder::new_unary_operation)
18078 (tree_vector_builder::new_binary_operation): Delete.
18079 (tree_vector_builder::binary_encoded_nelts): Likewise.
18080 * simplify-rtx.c: Include rtx-vector-builder.h.
18081 (distributes_over_addition_p): New function.
18082 (simplify_const_unary_operation)
18083 (simplify_const_binary_operation): Generalize handling of vector
18084 constants to include variable-length vectors.
18085 (test_vector_ops_series): Add more tests.
18086
18087 2019-07-28 Jan Hubicka <hubicka@ucw.cz>
18088
18089 PR lto/91222
18090 * ipa-devirt.c (warn_types_mismatch): Compare indentifiers
18091 than INDENTIFIER_POINTER.
18092
18093 2019-07-28 Martin Liska <mliska@suse.cz>
18094
18095 PR ipa/89330
18096 * cgraph.c (symbol_table::create_edge): Always allocate
18097 a cgraph_edge.
18098 (symbol_table::free_edge): Store summary_id to
18099 edge_released_summary_ids if != -1;
18100 * cgraph.h (NEXT_FREE_NODE): Remove.
18101 (SET_NEXT_FREE_NODE): Likewise.
18102 (NEXT_FREE_EDGE): Likewise.
18103 (symbol_table::release_symbol): Store summary_id to
18104 cgraph_released_summary_ids if != -1;
18105 (symbol_table::allocate_cgraph_symbol): Always allocate
18106 a cgraph_node.
18107
18108 2019-07-28 Alan Modra <amodra@gmail.com>
18109
18110 * config/rs6000/rs6000-call.c (rs6000_output_mi_thunk): Use
18111 gen_sibcall.
18112
18113 2019-07-28 Alan Modra <amodra@gmail.com>
18114
18115 PR target/91135
18116 * config/rs6000/linux.h (GNU_USER_TARGET_D_OS_VERSIONS): Don't
18117 define.
18118 * config/rs6000/linux64.h (TARGET_OS_CPP_BUILTINS): Invoke
18119 GNU_USER_TARGET_OS_CPP_BUILTINS for aixdesc abi.
18120 (GNU_USER_TARGET_D_OS_VERSIONS): Don't define.
18121
18122 2019-07-28 Alan Modra <amodra@gmail.com>
18123
18124 PR target/91050
18125 * config/rs6000/sysv4.h (ASM_DEFAULT_SPEC): Modify if -m64.
18126 * config/rs6000/default64.h (ASM_DEFAULT_SPEC): Define.
18127 * config/rs6000/freebsd64.h (ASM_DEFAULT_SPEC): Don't define.
18128 * config/rs6000/linux64.h (ASM_DEFAULT_SPEC): Likewise.
18129 * config/rs6000/rtems.h (ASM_DEFAULT_SPEC): Likewise.
18130 * config/rs6000/rs6000.h (ASM_DEFAULT_EXTRA): Define and use
18131 in asm_default spec.
18132 * config/rs6000/eabialtivec.h (ASM_DEFAULT_EXTRA): Redefine.
18133 * config/rs6000/linuxaltivec.h (ASM_DEFAULT_EXTRA): Redefine.
18134
18135 2019-07-28 Gerald Pfeifer <gerald@pfeifer.com>
18136
18137 * doc/include/gpl_v3.texi (Copying): Use https for www.gnu.org.
18138
18139 2019-07-26 Tamar Christina <tamar.christina@arm.com>
18140
18141 PR target/89517
18142 * config.gcc: Relax parsing of AARCH64_OPT_EXTENSION.
18143 * config/aarch64/aarch64-option-extensions.def: Add new comments
18144 and restore easier to read options.
18145
18146 2019-07-26 Tamar Christina <tamar.christina@arm.com>
18147
18148 * convert.c (convert_to_real_1): Move part of conversion code...
18149 * match.pd: ...To here.
18150
18151 2019-07-26 Martin Jambor <mjambor@suse.cz>
18152
18153 PR ipa/89330
18154 * ipa-inline-transform.c (check_speculations_1): New function.
18155 (push_all_edges_in_set_to_vec): Likewise.
18156 (check_speculations): Use check_speculations_1, new parameter
18157 new_edges.
18158 (inline_call): Pass new_edges to check_speculations.
18159 * ipa-inline.c (add_new_edges_to_heap): Assert edge_callee is not
18160 NULL.
18161 (speculation_useful_p): Early return true if edge is inlined, remove
18162 later checks for inline_failed.
18163
18164 2019-07-25 Vladimir Makarov <vmakarov@redhat.com>
18165
18166 PR rtl-optimization/91223
18167 * lra-constraints.c (process_alt_operands): Fail for unsuccessful
18168 matching with INOUT operand.
18169
18170 2019-07-25 Eric Botcazou <ebotcazou@adacore.com>
18171
18172 * stmt.c (expand_case): Try to narrow the index type if it's larger
18173 than a word. Tidy up.
18174
18175 2019-07-25 Eric Botcazou <ebotcazou@adacore.com>
18176
18177 * cif-code.def (NEVER_CALL): New code.
18178 * ipa-inline.c (want_inline_small_function_p): Fix formatting issues.
18179 Set the failure to CIF_NEVER_CALL if the IPA count is zero.
18180
18181 2019-07-25 Wilco Dijkstra <wdijkstr@arm.com>
18182
18183 * config/arm/thumb2.md (thumb2_movsi_insn): Fix load/store low reg.
18184 * config/arm/vfp.md (thumb2_movsi_vfp): Likewise.
18185
18186 2019-07-23 Jan Hubicka <hubicka@ucw.cz>
18187
18188 * ipa-devirt.c (add_type_duplicate): Fix return value.
18189
18190 2019-07-25 Richard Biener <rguenther@suse.de>
18191
18192 * tree-vrp.c (extract_range_from_multiplicative_op): Add
18193 type parameter and use it instead of guessing expression
18194 type from the first operand.
18195 (extract_range_from_binary_expr): Pass expr_type down.
18196
18197 2019-07-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
18198
18199 * config/arm/arm.md (SATrev): Change to code attribute.
18200 (*satsi_<SAT:code>): Adjust for the above.
18201 (*satsi_<SAT:code>_shift): Likewise.
18202
18203 2019-07-25 Richard Biener <rguenther@suse.de>
18204
18205 * gimple-loop-versioning.cc (loop_versioning::prune_loop_conditions):
18206 Make value_range * temporary const.
18207 * gimple-ssa-evrp-analyze.c (evrp_range_analyzer::try_find_new_range):
18208 Likewise.
18209 (evrp_range_analyzer::record_ranges_from_): Likewise.
18210 (evrp_range_analyzer::pop_value_range): Return a const value_range *,
18211 deal with having recorded a const one.
18212 * gimple-ssa-evrp-analyze.h (evrp_range_analyzer::get_value_range):
18213 Return a const value_range *.
18214 (evrp_range_analyzer::pop_value_range): Likewise.
18215 (evrp_range_analyzer::stack): Record const value_range *s.
18216 * gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children):
18217 Adjust.
18218 * gimple-ssa-sprintf.c (get_int_range): Likewise.
18219 (format_integer): Likewise.
18220 (sprintf_dom_walker::handle_gimple_call): Likewise.
18221 * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Likewise.
18222 * tree-vrp.c (vrp_prop::set_def_to_varying): Add.
18223 (vrp_prop::get_value_range): Adjust.
18224 (vrp_prop::vrp_initialize): Use set_def_to_varying instead of
18225 modifying the lattice in-place.
18226 (vrp_prop::visit_stmt): Likewise.
18227 * vr-values.c (vr_values::get_lattice_entry): New private method.
18228 (vr_values::get_value_range): Wrap it and return a const
18229 value_range *.
18230 (vr_values::set_def_to_varying): New.
18231 (vr_values::set_defs_to_varying): Use it.
18232 (vr_values::update_value_range): Likewise.
18233 (vr_values::vrp_stmt_computes_nonzero): Adjust.
18234 (values::op_with_constant_singleton_va): Likewise.
18235 (vr_values::extract_range_for_var_from_co): Likewise.
18236 (vr_values::extract_range_from_ssa_name): Likewise.
18237 (vr_values::extract_range_from_cond_expr): Likewise.
18238 (vr_values::extract_range_basic): Likewise.
18239 (compare_ranges): Take const value_range *, adjust.
18240 (compare_range_with_value): Likewise.
18241 (vrp_valueize): Adjust.
18242 (vrp_valueize_1): Likewise.
18243 (vr_values::get_vr_for_comparison): Return a const value_range *.
18244 (vr_values::compare_name_with_value): Adjust.
18245 (vr_values::compare_names): Likewise.
18246 (vr_values::vrp_evaluate_conditional_warnv_with_ops_using_ranges):
18247 Likewise.
18248 (vr_values::vrp_evaluate_conditional): Likewise.
18249 (find_case_label_ranges): Take a const value_range *.
18250 (vr_values::vrp_visit_switch_stmt): Adjust.
18251 (vr_values::extract_range_from_phi_node): Likewise.
18252 (vr_values::simplify_div_or_mod_using_ran): Likewise.
18253 (vr_values::simplify_abs_using_ranges): Likewise.
18254 (test_for_singularity): Take a const value_range *.
18255 (range_fits_type_p): Likewise.
18256 (vr_values::simplify_cond_using_ranges_1): Adjust.
18257 (vr_values::simplify_cond_using_ranges_2): Likewise.
18258 (vr_values::simplify_switch_using_ranges): Likewise.
18259 (vr_values::simplify_float_conversion_usi): Likewise.
18260 (vr_values::two_valued_val_range_p): Likewise.
18261 * vr-values.h (vr_values::get_value_range): Return a const
18262 value_range *.
18263 (vr_values::set_def_to_varying): New.
18264 (vr_values::get_lattice_entry): New private method.
18265 (vr_values::get_vr_for_comparison): Return a const value_range *.
18266
18267 2019-07-25 Martin Liska <mliska@suse.cz>
18268 Dominik Infuhr <dominik.infuehr@theobroma-systems.com>
18269
18270 PR c++/23383
18271 * common.opt: Add -fallocation-dce
18272 * gimple.c (gimple_call_operator_delete_p): New.
18273 * gimple.h (gimple_call_operator_delete_p): Likewise.
18274 * tree-core.h (enum function_decl_type): Add OPERATOR_DELETE.
18275 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Handle
18276 DECL_IS_OPERATOR_DELETE_P.
18277 (mark_all_reaching_defs_necessary_1): Likewise.
18278 (propagate_necessity): Likewise.
18279 (eliminate_unnecessary_stmts): Handle
18280 gimple_call_operator_delete_p.
18281 * tree-streamer-in.c (unpack_ts_function_decl_value_fields):
18282 Add packing of OPERATOR_DELETE.
18283 * tree-streamer-out.c (pack_ts_function_decl_value_fields):
18284 Similarly here.
18285 * tree.h (DECL_IS_OPERATOR_DELETE_P): New.
18286 (DECL_SET_IS_OPERATOR_DELETE): New.
18287 (DECL_IS_REPLACEABLE_OPERATOR_NEW_P): Likewise.
18288
18289 2019-07-25 Martin Liska <mliska@suse.cz>
18290
18291 * calls.c (maybe_warn_alloc_args_overflow): Use new macros
18292 (e.g. DECL_SET_LAMBDA_FUNCTION and DECL_LAMBDA_FUNCTION_P).
18293 * coverage.c (coverage_begin_function): Likewise.
18294 * fold-const.c (tree_expr_nonzero_warnv_p): Likewise.
18295 * gimple.c (gimple_call_nonnull_result_p): Likewise.
18296 * ipa-icf.c (sem_item::compare_referenced_symbol_properties): Likewise.
18297 (sem_item::hash_referenced_symbol_properties): Likewise.
18298 * lto-streamer-out.c (hash_tree): Likewise.
18299 * predict.c (expr_expected_value_1): Likewise.
18300 * tree-inline.c (expand_call_inline): Likewise.
18301 * tree-streamer-in.c (unpack_ts_function_decl_value_fields): Likewise.
18302 * tree-streamer-out.c (pack_ts_function_decl_value_fields): Likewise.
18303 * tree-core.h (enum function_decl_type): New enum.
18304 (struct tree_function_decl): Remove operator_new_flag and lambda_function.
18305 * tree.h (FUNCTION_DECL_DECL_TYPE): New.
18306 (set_function_decl_type): Likewise.
18307 (DECL_IS_OPERATOR_NEW_P): New.
18308 (DECL_SET_IS_OPERATOR_NEW): Likewise.
18309 (DECL_LAMBDA_FUNCTION): Likewise.
18310 (DECL_LAMBDA_FUNCTION_P): Likewise.
18311 (DECL_IS_OPERATOR_NEW): Remove.
18312 (DECL_SET_LAMBDA_FUNCTION): Likewise.
18313
18314 2019-07-25 Xiong Hu Luo <luoxhu@linux.ibm.com>
18315
18316 * ipa-profile.c (get_most_common_single_value): Use
18317 get_nth_most_common_value.
18318 * profile.c (sort_hist_value): New function.
18319 (compute_value_histograms): Call sort_hist_value to sort the
18320 values after loading from disk.
18321 * value-prof.c (get_most_common_single_value): Rename to ...
18322 get_nth_most_common_value. Add input params n, return
18323 the n_th value and count.
18324 (gimple_divmod_fixed_value_transform): Use
18325 get_nth_most_common_value.
18326 (gimple_ic_transform): Likewise.
18327 (gimple_stringops_transform): Likewise.
18328 * value-prof.h (get_most_common_single_value): Add input params
18329 n, default to 0.
18330
18331 2019-07-25 Richard Biener <rguenther@suse.de>
18332
18333 PR tree-optimization/91236
18334 * tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Fix
18335 size of CONSTRUCTOR write. Fix buffer size we pass to
18336 native_encode_expr.
18337
18338 2019-07-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
18339
18340 * config.gcc (msp430*-*-*): Fix non-GNU style in r273774.
18341 * config/msp430/msp430.h (ENDFILE_SPEC): Fix non-GNU style in
18342 r273773.
18343
18344 2019-07-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
18345
18346 * config.gcc (msp430*-*-*): Enable initfini_array by default unless
18347 explicitly disabled with --disable-initfini-array.
18348
18349 2019-07-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
18350
18351 * config/msp430/msp430.h (ENDFILE_SPEC): Wrap uses of crtn*.o in
18352 if-exists.
18353
18354 2019-07-24 Martin Sebor <msebor@redhat.com>
18355
18356 PR tree-optimization/91183
18357 PR tree-optimization/86688
18358 * builtins.c (compute_objsize): Handle MEM_REF.
18359 * tree-ssa-strlen.c (class ssa_name_limit_t): New.
18360 (get_min_string_length): Remove.
18361 (count_nonzero_bytes): New function.
18362 (handle_char_store): Rename...
18363 (handle_store): to this. Handle multibyte stores via integer types.
18364 (strlen_check_and_optimize_stmt): Adjust conditional and the called
18365 function name.
18366
18367 2019-07-24 Martin Sebor <msebor@redhat.com>
18368
18369 PR driver/80545
18370 * diagnostic.c (diagnostic_classify_diagnostic): Use lang_mask.
18371 (diagnostic_report_diagnostic): Same.
18372 * diagnostic.h (diagnostic_context::option_enabled): Add an argument.
18373 (diagnostic_context::lang_mask): New data member.
18374 * ipa-pure-const.c (suggest_attribute): Use
18375 lang_hooks.option_lang_mask ().
18376 * opts-common.c (option_enabled): Handle new argument.
18377 (get_option_state): Pass an additional argument.
18378 * opts.c (print_filtered_help): Print supported languages for
18379 unsupported options. Adjust printing of current state.
18380 * opts.h (option_enabled): Add argument.
18381 * toplev.c (print_switch_values): Use lang_mask.
18382 (general_init): Set global_dc->lang_mask.
18383
18384 2019-07-24 Iain Sandoe <iain@sandoe.co.uk>
18385
18386 PR bootstrap/87030
18387 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Revert change from r273749.
18388
18389 2019-07-24 Giuliano Belinassi <giuliano.belinassi@usp.br>
18390
18391 * cgraphunit.c (symbol_table::compile): Start and stop
18392 TV_CGRAPH_IPA_PASSES and TV_CGRAPH_FUNC_EXPANSION timers.
18393 * timevar.def (TV_CGRAPH_IPA_PASSES, TV_CGRAPH_FUNC_EXPANSION): New.
18394
18395 2019-07-24 Oliver Browne <oliverbrowne62@gmail.com>
18396
18397 * gimplify.c (flag_instrument_functions_exclude_p): Include
18398 namespace/class information in the printable name.
18399 * opts.c (add_comma_separated_to_vector): Add NUL terminator
18400 to tokens entered into the vector.
18401
18402 2019-07-24 Eric Botcazou <ebotcazou@adacore.com>
18403
18404 * tree-nested.c (build_simple_mem_ref_notrap): New function.
18405 (get_static_chain): Call it instead of build_simple_mem_ref.
18406 (get_frame_field): Likewise.
18407 (get_nonlocal_debug_decl): Likewise.
18408 (convert_nonlocal_reference_op): Likewise.
18409
18410 2019-07-24 Claudiu Zissulescu <claziss@synopsys.com>
18411
18412 * config/arc/arc-protos.h (arc_output_function_epilogue): Delete
18413 declaration.
18414 (arc_compute_frame_size): Millicode is disabled when compiling
18415 ISR.
18416 (arc_return_address_register): Likewise.
18417 (arc_compute_function_type): Likewise.
18418 (arc_compute_frame_size): Likewise.
18419 (secondary_reload_info): Likewise.
18420 (arc_get_unalign): Likewise.
18421 (arc_can_use_return_insn): Declare.
18422 * config/arc/arc.c (AUX_LP_START): Define
18423 (AUX_LP_END): Likewise.
18424 (arc_frame_info): Update gmask member to 64-bit datum.
18425 (GMASK_LEN): Update.
18426 (arc_compute_function_type): Make it static, move it forward.
18427 (arc_must_save_register): Update, consider the extra regs.
18428 (arc_compute_millicode_save_restore_regs): Update to use the 64
18429 bit gmask.
18430 (arc_compute_frame_size): Likewise.
18431 (arc_enter_leave_p): Likewise.
18432 (arc_save_callee_saves): Likewise.
18433 (arc_restore_callee_saves): Likewise.
18434 (arc_save_callee_enter): Likewise.
18435 (arc_restore_callee_leave): Likewise.
18436 (arc_save_callee_milli): Likewise.
18437 (arc_restore_callee_milli): Likewise.
18438 (arc_expand_prologue): Add new interrupt handling.
18439 (arc_return_address_register): Make it static, move it forward.
18440 (arc_expand_epilogue): Add new interrupt handling.
18441 (arc_get_unalign): Delete.
18442 (arc_epilogue_uses): Make sure we do not remove the extra
18443 saved/restored registers when interrupt.
18444 (arc_can_use_return_insn): New function.
18445 (push_reg): Likewise.
18446 (pop_reg): Likewise.
18447 (arc_save_callee_saves): Add ZOL and FPX aux registers saving
18448 procedures.
18449 (arc_restore_callee_saves): Likewise, but restoring.
18450 * config/arc/arc.md (VUNSPEC_ARC_ARC600_RTIE): Define.
18451 (R33_REG): Likewise.
18452 (R34_REG): Likewise.
18453 (R35_REG): Likewise.
18454 (R36_REG): Likewise.
18455 (R37_REG): Likewise.
18456 (R38_REG): Likewise.
18457 (R39_REG): Likewise.
18458 (R45_REG): Likewise.
18459 (R46_REG): Likewise.
18460 (R47_REG): Likewise.
18461 (R48_REG): Likewise.
18462 (R49_REG): Likewise.
18463 (R50_REG): Likewise.
18464 (R51_REG): Likewise.
18465 (R52_REG): Likewise.
18466 (R53_REG): Likewise.
18467 (R54_REG): Likewise.
18468 (R55_REG): Likewise.
18469 (R56_REG): Likewise.
18470 (R58_REG): Likewise.
18471 (type): Add rtie attribute.
18472 (in_call_delay_slot): Use RETURN_ADDR_REGNUM.
18473 (movsi_insn): Accept moves to lp_count.
18474 (rtie): Update pattern.
18475 (simple_return): Simplify it, don't use this pattern as a return
18476 from an interrupt.
18477 (arc600_rtie): New pattern.
18478 (p_return_i): Clean up.
18479 (return): Likewise.
18480 * config/arc/builtins.def (rtie): Only available for non ARC6xx
18481 family CPUs.
18482 * config/arc/predicates.md (move_src_operand): Consider lp_count
18483 as a register.
18484
18485 2019-07-24 Andreas Krebbel <krebbel@linux.ibm.com>
18486
18487 * config/s390/predicates.md (addv_const_operand): New predicate.
18488 * config/s390/s390-modes.def (CCO): New condition code mode.
18489 * config/s390/s390.c (s390_match_ccmode_set): Handle E_CCOmode.
18490 (s390_branch_condition_mask): Likewise.
18491 * config/s390/s390.md ("addv<mode>4", "subv<mode>4")
18492 ("mulv<mode>4"): New expanders.
18493 ("*addv<mode>3_ccoverflow", "*addv<mode>3_ccoverflow_const")
18494 ("*subv<mode>3_ccoverflow", "*mulv<mode>3_ccoverflow"): New
18495 pattern definitions.
18496
18497 2019-07-24 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
18498
18499 PR middle-end/91166
18500 * match.pd (vec_perm_expr(v, v, mask) -> v): New pattern.
18501 (define_predicates): Add entry for uniform_vector_p.
18502 (vec_same_elem_p): New match pattern.
18503
18504 2019-07-24 Iain Sandoe <iain@sandoe.co.uk>
18505
18506 PR bootstrap/87030
18507 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Move from here...
18508 * config/i386/darwin32-biarch.h .. to here.
18509 * config/i386/darwin64-biarch.h: Adjust comments.
18510 * config/rs6000/darwin32-biarch.h: Likewise.
18511 * config/rs6000/darwin64-biarch.h: Likewise.
18512 * config.gcc: Missed commit from r273746
18513 (*-*-darwin*): Don't include CPU t-darwin here.
18514 (i[34567]86-*-darwin*): Adjust to use biarch files. Produce
18515 an error message if i686-darwin configuration is attempted for
18516 Darwin >= 18.
18517
18518 2019-07-23 Iain Sandoe <iain@sandoe.co.uk>
18519
18520 PR bootstrap/87030
18521 * config.gcc (*-*-darwin*): Don't include CPU t-darwin here.
18522 (i[34567]86-*-darwin*): Adjust to use biarch files. Produce
18523 an error message if i686-darwin configuration is attempted for
18524 Darwin >= 18.
18525 (x86_64-*-darwin*): Switch to single multilib for Darwin >= 18.
18526 (powerpc-*-darwin*): Use biarch files where needed.
18527 (powerpc64-*-darwin*): Likewise.
18528 * config/i386/darwin.h (REAL_LIBGCC_SPEC): Move to new biarch file.
18529 (DARWIN_ARCH_SPEC, DARWIN_SUBARCH_SPEC): Revise for default single
18530 arch case.
18531 * config/i386/darwin32-biarch.h: New.
18532 * config/i386/darwin64.h: Rename.
18533 * config/i386/darwin64-biarch.h: To this.
18534 * config/i386/t-darwin: Rename.
18535 * config/i386/t-darwin32-biarch: To this.
18536 * config/i386/t-darwin64: Rename.
18537 * config/i386/t-darwin64-biarch: To this.
18538 * config/rs6000/darwin32-biarch.h: New.
18539 * config/rs6000/darwin64.h: Rename.
18540 * config/rs6000/darwin64-biarch.h: To this.
18541 (DARWIN_ARCH_SPEC, DARWIN_SUBARCH_SPEC): Revise for default single
18542 arch case.
18543 * config/rs6000/t-darwin8: Rename.
18544 * config/rs6000/t-darwin32-biarch: To this.
18545 * config/rs6000/t-darwin64 Rename.
18546 * config/rs6000/t-darwin64-biarch: To this.
18547
18548 2019-07-23 Martin Sebor <msebor@redhat.com>
18549
18550 * configure.ac (ACX_PROG_CXX_WARNING_OPTS): Revert r273311.
18551
18552 2019-07-23 Vladislav Ivanishin <vlad@ispras.ru>
18553
18554 * gdbinit.in (reload-gdbhooks): New command with an attached doc string.
18555 (rh): New alias for it.
18556
18557 2019-07-23 Vladislav Ivanishin <vlad@ispras.ru>
18558
18559 * gdbhooks.py: Pass replace=True to
18560 gdb.printing.register_pretty_printer.
18561
18562 2019-07-23 Richard Biener <rguenther@suse.de>
18563
18564 PR debug/91231
18565 * lto-streamer-in.c (input_function): Drop inline-entry markers
18566 that ended up with an unknown location block.
18567
18568 2019-07-23 Richard Biener <rguenther@suse.de>
18569
18570 PR tree-optimization/83518
18571 * tree-ssa-sccvn.c (vn_reference_lookup_3): Handle aggregate
18572 init from a constant even when partial defs are already recorded.
18573
18574 2019-07-23 Jan Hubicka <hubicka@ucw.cz>
18575
18576 * i386-common.c: Use PROCESSOR_ZNVER2 scheduler for znver2.
18577 * config/i386/znver1.md: Enable patterns for znver2 and add store
18578 variants which use extra AGU unit.
18579
18580 2019-07-23 Jan Hubicka <hubicka@ucw.cz>
18581
18582 * config/i386/i386-options.c (ix86_option_override_internal): Default
18583 PARAM_AVOID_FMA_MAX_BITS to 256 for znver2.
18584 * config/i386/x86-tune.def (X86_TUNE_AVOID_256FMA_CHAINS): Set
18585 for ZNVER2.
18586
18587 2019-07-23 Jan Hubicka <hubicka@ucw.cz>
18588
18589 * config/i386/x86-tune-costs.h (znver2_memcpy): Update.
18590 (znver2_costs): Update 256 bit SSE costs and multiplication.
18591
18592 2019-07-23 Jan Beulich <jbeulich@suse.com>
18593
18594 * config/i386/sse.md (<avx512>_cvtmask2<ssemodesuffix><mode>):
18595 Require only AVX512F.
18596 (*<avx512>_cvtmask2<ssemodesuffix><mode>): Likewise. Add
18597 alternative expanding to vpternlog.
18598
18599 2019-07-23 Martin Liska <mliska@suse.cz>
18600
18601 * dwarf2out.c (gen_producer_string): Canonize -flto=N
18602 to -flto in dwarf producer string.
18603
18604 2019-07-23 Richard Biener <rguenther@suse.de>
18605
18606 * tree-cfg.c (label_for_bb): Remove global var.
18607 (main_block_label): Take label_for_bb as argument.
18608 (cleanup_dead_labels_eh): Likewise, adjust.
18609 (cleanup_dead_labels): Adjust.
18610
18611 2019-07-22 Paul A. Clarke <pc@us.ibm.com>
18612
18613 * doc/extend.texi (Basic PowerPC Built-in Functions Available on all
18614 Configurations): Add documentation for __builtin_mtfsf.
18615
18616 2019-07-22 Ilia Diachkov <ilia.diachkov@optimitech.com>
18617
18618 * config/riscv/riscv-opts.h (struct riscv_align_data): New.
18619 * config/riscv/riscv.c (riscv_constant_alignment): Use
18620 riscv_align_data_type.
18621 * config/riscv/riscv.h (RISCV_EXPAND_ALIGNMENT): New.
18622 (DATA_ALIGNMENT): Use RISCV_EXPAND_ALIGNMENT.
18623 (LOCAL_ALIGNMENT): Use RISCV_EXPAND_ALIGNMENT.
18624 * config/riscv/riscv.opt (malign-data): New.
18625 * doc/invoke.texi (RISC-V Options): Document -malign-data=.
18626
18627 2019-07-02 Giuliano Belinassi <giuliano.belinassi@usp.br>
18628
18629 * cgraph.c (dump_graphviz): New function.
18630 * cgraph.h (dump_graphviz): New function.
18631 * symtab.c (dump_graphviz): New function.
18632
18633 2019-07-22 Sylvia Taylor <sylvia.taylor@arm.com>
18634
18635 * config/aarch64/aarch64-simd.md
18636 (*aarch64_simd_sra<mode>): New.
18637 * config/aarch64/iterators.md
18638 (SHIFTRT): New iterator.
18639 (sra_op): New attribute.
18640
18641 2019-07-22 Jozef Lawrynowicz <jozef.l@mittosystems.com>
18642
18643 * config/msp430/msp430.c (msp430_preserve_reg_p): Don't save
18644 callee-saved regs R4->R10 in an interrupt function that calls another
18645 function.
18646
18647 2019-07-22 Paul A. Clarke <pc@us.ibm.com>
18648
18649 * config/rs6000/smmintrin.h (_mm_blend_epi16): New.
18650 (_mm_blendv_epi8): New.
18651
18652 2019-07-22 Richard Biener <rguenther@suse.de>
18653
18654 PR tree-optimization/91221
18655 * tree-ssa-sccvn.c (vn_reference_lookup_3): Appropriately
18656 restrict partial-def handling of empty constructors and
18657 memset to refs with known offset.
18658
18659 2019-07-22 Jan Beulich <jbeulich@suse.com>
18660
18661 * config/i386/sse.md (ternlogsuffix): New.
18662 (one_cmpl<mode>2): Don't force CONSTM1_RTX into a register when
18663 AVX512F is in use.
18664 (<mask_codefor>one_cmpl<mode>2<mask_name>): New.
18665
18666 2019-07-22 Martin Liska <mliska@suse.cz>
18667
18668 * config/avr/avr.c (avr_asm_output_aligned_decl_common): Update
18669 comment.
18670 * toplev.c (compile_file): Do not emit __gnu_lto_v1 symbol.
18671
18672 2019-07-22 Martin Liska <mliska@suse.cz>
18673
18674 * lto-section-in.c (lto_get_section_data):
18675 Use new function get_compression.
18676 * lto-streamer-out.c (produce_lto_section): Use
18677 set_compression to encode compression algorithm.
18678 * lto-streamer.h (struct lto_section): Do not
18679 use bitfields in the format.
18680
18681 2019-07-22 Martin Liska <mliska@suse.cz>
18682
18683 PR driver/91172
18684 * opts-common.c (decode_cmdline_option): Decode
18685 argument of -Werror and check it for a wrong language.
18686 * opts-global.c (complain_wrong_lang): Remove such case.
18687
18688 2019-07-22 Claudiu Zissulescu <claziss@synopsys.com>
18689
18690 * config/arc/arc.c (prepare_move_operands): Always use an
18691 intermediate register when storing a TLS symbols.
18692
18693 2019-07-22 Stafford Horne <shorne@gmail.com>
18694
18695 * config/or1k/or1k.c (or1k_expand_compare): Check for int before
18696 force_reg.
18697
18698 2019-07-22 Stafford Horne <shorne@gmail.com>
18699
18700 * config.gcc (or1k*-*-*): Add mhard-float, mdouble-float, msoft-float
18701 and munordered-float validations.
18702 * config/or1k/constraints.md (d): New register constraint.
18703 * config/or1k/predicates.md (fp_comparison_operator): New.
18704 * config/or1k/or1k.c (or1k_print_operand): Add support for printing 'd'
18705 operands.
18706 (or1k_expand_compare): Normalize unordered comparisons.
18707 * config/or1k/or1k.h (reg_class): Define DOUBLE_REGS.
18708 (REG_CLASS_NAMES): Add "DOUBLE_REGS".
18709 (REG_CLASS_CONTENTS): Add contents for DOUBLE_REGS.
18710 * config/or1k/or1k.md (type): Add fpu.
18711 (fpu): New instruction reservation.
18712 (F, f, fr, fi, FI, FOP, fop): New.
18713 (<fop><F:mode>3): New ALU instruction definition.
18714 (float<fi><F:mode>2): New conversion instruction definition.
18715 (fix_trunc<F:mode><fi>2): New conversion instruction definition.
18716 (fpcmpcc): New code iterator.
18717 (*sf_fp_insn): New instruction definition.
18718 (cstore<F:mode>4): New expand definition.
18719 (cbranch<F:mode>4): New expand definition.
18720 * config/or1k/or1k.opt (msoft-float, mhard-float, mdouble-float,
18721 munordered-float): New options.
18722 * doc/invoke.texi: Document msoft-float, mhard-float, mdouble-float and
18723 munordered-float.
18724
18725 2019-07-22 Stafford Horne <shorne@gmail.com>
18726
18727 * config.gcc (or1k*-*-*): Add mrori and mror to validation.
18728 * doc/invoke.texi (OpenRISC Options): Add mrori option, rewrite all
18729 documenation to be more clear.
18730 * config/or1k/elf.opt (mboard=, mnewlib): Rewrite documentation to be
18731 more clear.
18732 * config/or1k/or1k.opt (mrori): New option.
18733 (mhard-div, msoft-div, mhard-mul, msoft-mul, mcmov, mror, msext,
18734 msfimm, mshftimm): Rewrite documentation to be more clear.
18735 * config/or1k/or1k.md (insn_support): Add ror and rori.
18736 (enabled): Add conditions for ror and rori.
18737 (rotrsi3): Replace condition for shftimm with ror and rori.
18738
18739 2019-07-22 Stafford Horne <shorne@gmail.com>
18740
18741 PR target/90363
18742 * config/or1k/or1k.md (zero_extend<mode>si2): Update predicate.
18743 (extend<mode>si2): Update predicate.
18744 * config/or1k/predicates.md (volatile_mem_operand): New.
18745 (reg_or_mem_operand): New.
18746
18747 2019-07-21 Iain Sandoe <iain@sandoe.co.uk>
18748
18749 * config/rs6000/rs6000.c (TARGET_NO_PROTOTYPE): Move from here...
18750 * config/rs6000/rs6000-call.c: ... to here.
18751
18752 2019-07-20 Segher Boessenkool <segher@kernel.crashing.org>
18753
18754 * config/rs6000/predicates.md (offsettable_mem_operand): Allow volatile
18755 memory.
18756
18757 2019-07-20 Segher Boessenkool <segher@kernel.crashing.org>
18758
18759 * config/rs6000/predicates.md (input_operand): Allow volatile memory.
18760
18761 2019-07-20 Segher Boessenkool <segher@kernel.crashing.org>
18762
18763 * config/rs6000/predicates.md (lwa_operand): Allow volatile memory.
18764
18765 2019-07-20 Segher Boessenkool <segher@kernel.crashing.org>
18766
18767 * config/rs6000/predicates.md (volatile_mem_operand): Modernize syntax.
18768 (any_memory_operand): New predicate.
18769 (reg_or_mem_operand): Use it.
18770
18771 2019-07-20 Jakub Jelinek <jakub@redhat.com>
18772
18773 PR target/91204
18774 * optabs.c (expand_unop): As fallback, expand ~op0 as op0 ^ -1.
18775
18776 2019-07-20 John David Anglin <danglin@gcc.gnu.org>
18777
18778 * config/pa/pa.h (hppa_profile_hook): Delete declaration.
18779 * config/pa/pa-protos.h (hppa_profile_hook): Add declaration.
18780
18781 2019-07-20 Jakub Jelinek <jakub@redhat.com>
18782
18783 * tree.def (OMP_LOOP): New tree code.
18784 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_BIND.
18785 (enum omp_clause_bind_kind): New enum.
18786 (struct tree_omp_clause): Add subcode.bind_kind.
18787 * tree.h (OMP_LOOP_CHECK): Rename to ...
18788 (OMP_LOOPING_CHECK): ... this.
18789 (OMP_FOR_BODY, OMP_FOR_CLAUSES, OMP_FOR_INIT, OMP_FOR_COND,
18790 OMP_FOR_INCR, OMP_FOR_PRE_BODY, OMP_FOR_ORIG_DECLS): Use
18791 OMP_LOOPING_CHECK instead of OMP_LOOP_CHECK.
18792 (OMP_CLAUSE_BIND_KIND): Define.
18793 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
18794 bind clause entries.
18795 (walk_tree_1): Handle OMP_CLAUSE_BIND.
18796 * tree-pretty-print.c (dump_omp_clause): Likewise.
18797 (dump_generic_node): Handle OMP_LOOP.
18798 * gimplify.c (enum omp_region_type): Add ORT_IMPLICIT_TARGET.
18799 (in_omp_construct): New variable.
18800 (is_gimple_stmt): Handle OMP_LOOP.
18801 (gimplify_scan_omp_clauses): For lastprivate don't set
18802 check_non_private if code == OMP_LOOP. For reduction clause
18803 on OMP_LOOP combined with parallel or teams propagate as shared
18804 on the combined construct. Handle OMP_CLAUSE_BIND.
18805 (gimplify_adjust_omp_clauses): Handle OMP_CLAUSE_BIND.
18806 (gimplify_omp_for): Pass OMP_LOOP instead of OMP_{FOR,DISTRIBUTE}
18807 for constructs from a loop construct to gimplify_scan_omp_clauses.
18808 Don't predetermine iterator linear on OMP_SIMD from loop construct.
18809 (replace_reduction_placeholders, gimplify_omp_loop): New functions.
18810 (gimplify_omp_workshare): Use ORT_IMPLICIT_TARGET instead of trying
18811 to match the implicit ORT_TARGET construct around whole body.
18812 Temporarily clear in_omp_construct when processing body.
18813 (gimplify_expr): Handle OMP_LOOP. For OMP_MASTER, OMP_TASKGROUP
18814 etc. temporarily set in_omp_construct when processing body.
18815 (gimplify_body): Create ORT_IMPLICIT_TARGET instead of ORT_TARGET.
18816 * omp-low.c (struct omp_context): Add loop_p.
18817 (build_outer_var_ref): Treat ctx->loop_p similarly to simd construct
18818 in that the original var might be private.
18819 (scan_sharing_clauses): Handle OMP_CLAUSE_BIND.
18820 (check_omp_nesting_restrictions): Adjust nesting restrictions for
18821 addition of loop construct.
18822 (scan_omp_1_stmt): Allow setjmp inside of loop construct.
18823
18824 * omp-low.c (lower_rec_input_clauses): Don't force simd arrays for
18825 lastprivate non-addressable iterator of a collapse(1) simd.
18826
18827 2019-07-17 Bill Seurer <seurer@linux.vnet.ibm.com>
18828
18829 * config/rs6000/rs6000-call.c (HAVE_AS_GNU_ATTRIBUTE): define value
18830 as in rs6000.c.
18831
18832 2019-07-19 Iain Sandoe <iain@sandoe.co.uk>
18833
18834 * config/darwin.h (DRIVER_SELF_SPECS): Ignore X and Mach specs which
18835 refer to default conditions. Warn for the 'y' spec which is ignored
18836 by current linkers.
18837
18838 2019-07-19 Bill Seurer <seurer@linux.vnet.ibm.com>
18839
18840 * config/rs6000/rs6000.c (builtin_description, cpu_is_info,
18841 cpu_supports_info, builtin_hash_struct, builtin_hasher,
18842 builtin_hash_table, rs6000_builtin_info_type, rs6000_builtin_info,
18843 rs6000_aggregate_candidate, rs6000_discover_homogeneous_aggregate,
18844 rs6000_return_in_memory, rs6000_return_in_msb, call_ABI_of_interest,
18845 init_cumulative_args, rs6000_promote_function_mode,
18846 rs6000_must_pass_in_stack, is_complex_IBM_long_double,
18847 abi_v4_pass_in_fpr, rs6000_function_arg_padding,
18848 rs6000_function_arg_boundary, rs6000_parm_offset,
18849 rs6000_parm_start, rs6000_arg_size,
18850 rs6000_darwin64_record_arg_advance_flush,
18851 rs6000_darwin64_record_arg_advance_recurse,
18852 rs6000_darwin64_struct_check_p, rs6000_function_arg_advance_1,
18853 rs6000_function_arg_advance, rs6000_darwin64_record_arg_flush,
18854 rs6000_darwin64_record_arg_recurse, rs6000_darwin64_record_arg,
18855 rs6000_mixed_function_arg, rs6000_psave_function_arg,
18856 rs6000_finish_function_arg, rs6000_function_arg,
18857 rs6000_arg_partial_bytes, rs6000_pass_by_reference,
18858 rs6000_parm_needs_stack, rs6000_function_parms_need_stack,
18859 rs6000_reg_parm_stack_space, rs6000_move_block_from_reg,
18860 setup_incoming_varargs, rs6000_build_builtin_va_list, rs6000_va_start,
18861 rs6000_gimplify_va_arg, def_builtin, bdesc_3arg, bdesc_dst,
18862 bdesc_2arg, bdesc_altivec_preds, bdesc_abs, bdesc_1arg, bdesc_0arg,
18863 bdesc_htm, rs6000_overloaded_builtin_p, rs6000_overloaded_builtin_name,
18864 rs6000_expand_zeroop_builtin, rs6000_expand_mtfsf_builtin,
18865 rs6000_expand_mtfsb_builtin, rs6000_expand_set_fpscr_rn_builtin,
18866 rs6000_expand_set_fpscr_drn_builtin, rs6000_expand_unop_builtin,
18867 altivec_expand_abs_builtin, rs6000_expand_binop_builtin,
18868 altivec_expand_predicate_builtin, swap_endian_selector_for_mode,
18869 altivec_expand_lv_builtin, altivec_expand_stxvl_builtin,
18870 altivec_expand_stv_builtin, htm_spr_num, rs6000_htm_spr_icode,
18871 htm_expand_builtin, cpu_expand_builtin, rs6000_expand_ternop_builtin,
18872 altivec_expand_dst_builtin, altivec_expand_vec_init_builtin,
18873 get_element_number, altivec_expand_vec_set_builtin,
18874 altivec_expand_vec_ext_builtin, altivec_expand_builtin,
18875 rs6000_builtin_is_supported_p, rs6000_invalid_builtin,
18876 rs6000_fold_builtin, rs6000_builtin_valid_without_lhs,
18877 fold_build_vec_cmp, fold_compare_helper, fold_mergehl_helper,
18878 fold_mergeeo_helper, rs6000_gimple_fold_builtin,
18879 rs6000_expand_builtin, rs6000_vector_type,
18880 rs6000_init_builtins, rs6000_builtin_decl, altivec_init_builtins,
18881 htm_init_builtins, builtin_function_type, rs6000_common_init_builtins,
18882 rs6000_internal_arg_pointer, rs6000_output_mi_thunk): Move
18883 to rs6000-call.c.
18884 * config/rs6000/rs6000-call.c (builtin_description, cpu_is_info,
18885 cpu_supports_info, builtin_hash_struct, builtin_hasher,
18886 builtin_hash_table, rs6000_builtin_info_type, rs6000_builtin_info,
18887 rs6000_aggregate_candidate, rs6000_discover_homogeneous_aggregate,
18888 rs6000_return_in_memory, rs6000_return_in_msb, call_ABI_of_interest,
18889 init_cumulative_args, rs6000_promote_function_mode,
18890 rs6000_must_pass_in_stack, is_complex_IBM_long_double,
18891 abi_v4_pass_in_fpr, rs6000_function_arg_padding,
18892 rs6000_function_arg_boundary, rs6000_parm_offset,
18893 rs6000_parm_start, rs6000_arg_size,
18894 rs6000_darwin64_record_arg_advance_flush,
18895 rs6000_darwin64_record_arg_advance_recurse,
18896 rs6000_darwin64_struct_check_p, rs6000_function_arg_advance_1,
18897 rs6000_function_arg_advance, rs6000_darwin64_record_arg_flush,
18898 rs6000_darwin64_record_arg_recurse, rs6000_darwin64_record_arg,
18899 rs6000_mixed_function_arg, rs6000_psave_function_arg,
18900 rs6000_finish_function_arg, rs6000_function_arg,
18901 rs6000_arg_partial_bytes, rs6000_pass_by_reference,
18902 rs6000_parm_needs_stack, rs6000_function_parms_need_stack,
18903 rs6000_reg_parm_stack_space, rs6000_move_block_from_reg,
18904 setup_incoming_varargs, rs6000_build_builtin_va_list, rs6000_va_start,
18905 rs6000_gimplify_va_arg, def_builtin, bdesc_3arg, bdesc_dst,
18906 bdesc_2arg, bdesc_altivec_preds, bdesc_abs, bdesc_1arg, bdesc_0arg,
18907 bdesc_htm, rs6000_overloaded_builtin_p, rs6000_overloaded_builtin_name,
18908 rs6000_expand_zeroop_builtin, rs6000_expand_mtfsf_builtin,
18909 rs6000_expand_mtfsb_builtin, rs6000_expand_set_fpscr_rn_builtin,
18910 rs6000_expand_set_fpscr_drn_builtin, rs6000_expand_unop_builtin,
18911 altivec_expand_abs_builtin, rs6000_expand_binop_builtin,
18912 altivec_expand_predicate_builtin, swap_endian_selector_for_mode,
18913 altivec_expand_lv_builtin, altivec_expand_stxvl_builtin,
18914 altivec_expand_stv_builtin, htm_spr_num, rs6000_htm_spr_icode,
18915 htm_expand_builtin, cpu_expand_builtin, rs6000_expand_ternop_builtin,
18916 altivec_expand_dst_builtin, altivec_expand_vec_init_builtin,
18917 get_element_number, altivec_expand_vec_set_builtin,
18918 altivec_expand_vec_ext_builtin, altivec_expand_builtin,
18919 rs6000_builtin_is_supported_p, rs6000_invalid_builtin,
18920 rs6000_fold_builtin, rs6000_builtin_valid_without_lhs,
18921 fold_build_vec_cmp, fold_compare_helper, fold_mergehl_helper,
18922 fold_mergeeo_helper, rs6000_gimple_fold_builtin,
18923 rs6000_expand_builtin, rs6000_vector_type,
18924 rs6000_init_builtins, rs6000_builtin_decl, altivec_init_builtins,
18925 htm_init_builtins, builtin_function_type, rs6000_common_init_builtins,
18926 rs6000_internal_arg_pointer, rs6000_output_mi_thunk: Move
18927 to here from rs6000.c.
18928 * config/rs6000/rs6000-internal.h: (rs6000_darwin64_struct_check_p,
18929 rs6000_discover_homogeneous_aggregate, rs6000_output_mi_thunk,
18930 rs6000_output_addr_const_extra, rs6000_gimple_fold_builtin,
18931 rs6000_invalid_builtin, rs6000_build_builtin_va_list, rs6000_va_start,
18932 rs6000_gimplify_va_arg, rs6000_promote_function_mode,
18933 rs6000_return_in_memory, rs6000_return_in_msb,
18934 rs6000_pass_by_reference, setup_incoming_varargs,
18935 rs6000_function_arg_boundary, rs6000_must_pass_in_stack,
18936 rs6000_arg_partial_bytes, rs6000_function_arg_advance,
18937 rs6000_function_arg_padding, rs6000_function_arg,
18938 rs6000_darwin64_record_arg, rs6000_internal_arg_pointer,
18939 rs6000_init_builtins, rs6000_builtin_decl, rs6000_expand_builtin,
18940 rs6000_fold_builtin, rs6000_passes_ieee128, rs6000_passes_float,
18941 rs6000_passes_long_double, rs6000_passes_vector,
18942 rs6000_returns_struct, cpu_builtin_p, tree builtin_mode_to_type,
18943 altivec_builtin_mask_for_load) Add declarations.
18944 * config/rs6000/t-rs6000: Add new source file rs6000-call.c.
18945 * config/config.gcc: Add new source file rs6000-call.c to garbage
18946 collector and extra_objs.
18947
18948 2019-07-19 Jeff Law <law@redhat.com>
18949
18950 PR tree-optimization/86061
18951 * tree-ssa-dse.c (initialize_ao_ref_for_dse): Handle
18952 strncpy. Drop some trivial dead code.
18953 (maybe_trim_memstar_call): Handle strncpy.
18954
18955 2019-07-19 Richard Biener <rguenther@suse.de>
18956
18957 PR tree-optimization/91211
18958 * tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Fix
18959 memset encoding size.
18960
18961 2019-07-19 Uroš Bizjak <ubizjak@gmail.com>
18962
18963 PR target/91204
18964 * config/i386/mmx.md (one_cmpl<mode>2): New expander.
18965
18966 2019-07-19 Jan Hubicka <hubicka@ucw.cz>
18967
18968 PR ipa/91194
18969 * ipa-inline.c (recursive_inlining): Fix limits check.
18970
18971 2019-07-19 Richard Biener <rguenther@suse.de>
18972
18973 PR tree-optimization/91200
18974 * tree-ssa-phiopt.c (cond_store_replacement): Check we have
18975 no PHI nodes in middle-bb.
18976
18977 2019-07-19 Richard Sandiford <richard.sandiford@arm.com>
18978
18979 * doc/invoke.texi: Rename the AArch64 +bitperm extension flag
18980 to +sve-bitperm.
18981 * config/aarch64/aarch64-option-extensions.def: Likewise.
18982
18983 2019-07-19 Jakub Jelinek <jakub@redhat.com>
18984
18985 PR middle-end/91190
18986 * function.c (insert_temp_slot_address): Store into the hash table
18987 a copy of address to avoid RTL sharing issues.
18988
18989 2019-07-19 Richard Biener <rguenther@suse.de>
18990
18991 PR tree-optimization/91207
18992 Revert
18993 2019-07-17 Richard Biener <rguenther@suse.de>
18994
18995 PR tree-optimization/91178
18996 * tree-vect-stmts.c (get_group_load_store_type): For SLP
18997 loads with a gap larger than the vector size always use
18998 VMAT_STRIDED_SLP.
18999 (vectorizable_load): For VMAT_STRIDED_SLP with a permutation
19000 avoid loading vectors that are only contained in the gap
19001 and thus are not needed.
19002
19003 2019-07-18 Uroš Bizjak <ubizjak@gmail.com>
19004
19005 * config/i386/i386.md (*addqi_2_slp): Remove.
19006 (*<code>qi_2_slp): Ditto.
19007
19008 2019-07-18 Michael Meissner <meissner@linux.ibm.com>
19009
19010 * config/rs6000/predicates.md (prefixed_mem_operand): Call
19011 rs6000_prefixed_address_mode_p instead of rs6000_prefixed_address.
19012 * config/rs6000/rs6000-protos.h (rs6000_prefixed_address_mode_p):
19013 Rename function from rs6000_prefixed_address.
19014 * config/rs6000/aix.h (TARGET_HAS_TOC): Rename TARGET_TOC to
19015 TARGET_HAS_TOC.
19016 (TARGET_TOC): Likewise.
19017 (TARGET_NO_TOC): Delete here, define TARGET_NO_TOC_OR_PCREL in
19018 rs6000.h.
19019 * config/rs6000/darwin.h (TARGET_HAS_TOC): Rename TARGET_TOC to
19020 TARGET_HAS_TOC.
19021 (TARGET_TOC): Likewise.
19022 (TARGET_NO_TOC): Delete here, define TARGET_NO_TOC_OR_PCREL in
19023 rs6000.h.
19024 * config/rs6000/linux64.h (TARGET_HAS_TOC): Rename TARGET_TOC to
19025 TARGET_HAS_TOC.
19026 (TARGET_TOC): Likewise.
19027 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
19028 check to require -mcmodel=medium for pc-relative addressing.
19029 (create_TOC_reference): Add assertion for TARGET_TOC.
19030 (rs6000_legitimize_address): Use TARGET_NO_TOC_OR_PCREL instead of
19031 TARGET_NO_TOC.
19032 (rs6000_emit_move): Likewise.
19033 (TOC_alias_set): Rename TOC alias set static variable from 'set'
19034 to 'TOC_alias_set'.
19035 (get_TOC_alias_set): Likewise.
19036 (output_toc): Use TARGET_NO_TOC_OR_PCREL instead of
19037 TARGET_NO_TOC.
19038 (rs6000_can_eliminate): Likewise.
19039 (rs6000_prefixed_address_mode_p): Rename function from
19040 rs6000_prefixed_address.
19041 * config/rs6000/rs6000.h (TARGET_TOC): Define in terms of
19042 TARGET_HAS_TOC and not pc-relative.
19043 (TARGET_NO_TOC_OR_PCREL): New macro to replace TARGET_NO_TOC.
19044 * config/rs6000/sysv4.h (TARGET_HAS_TOC): Rename TARGET_TOC to
19045 TARGET_HAS_TOC.
19046 (TARGET_TOC): Likewise.
19047 (TARGET_NO_TOC): Delete here, define TARGET_NO_TOC_OR_PCREL in
19048 rs6000.h.
19049
19050 2019-07-18 Uroš Bizjak <ubizjak@gmail.com>
19051
19052 PR target/91188
19053 * config/i386/i386.md (*addqi_1_slp): Use register_operand predicate
19054 for operand 0. Do not use (match_dup) to match operand 1 with
19055 operand 0. Add check in insn constraint that either input operand
19056 matches operand 0. Use SWI12 mode iterator to also handle
19057 HImode operands.
19058 (*and<mode>_1_slp): Ditto.
19059 (*<code>qi_1_slp): Ditto.
19060 (*sub<mode>_1_slp): Use register_operand predicate for operand 0.
19061 Do not use (match_dup) to match operand 1 with operand 0. Add
19062 check in insn constraint that operand 1 matches operand 0.
19063 Use SWI12 mode iterator to also handle HImode operands.
19064 (*ashl<mode>3_1_slp): Ditto.
19065 (*<shift_insn><mode>3_1_slp): Ditto.
19066 (*<rotate_insn><mode>3_1_slp): Ditto.
19067
19068 2019-07-18 Sylvia Taylor <sylvia.taylor@arm.com>
19069
19070 * config/arm/arm-builtins.c
19071 (arm_expand_ternop_builtin): Remove explicit sha1 builtin handling.
19072 (arm_expand_unop_builtin): Likewise.
19073 * config/arm/crypto.md
19074 (crypto_sha1h): Convert from define_insn to define_expand.
19075 (crypto_<crypto_pattern>): Likewise.
19076 (crypto_sha1h_lb): New define_insn.
19077 (crypto_<crypto_pattern>_lb): Likewise.
19078
19079 2019-07-18 Sylvia Taylor <sylvia.taylor@arm.com>
19080
19081 PR target/90317
19082 * config/arm/arm_neon.h (vsha1h_u32): Refactor.
19083 (vsha1cq_u32): Likewise.
19084 (vsha1pq_u32): Likewise.
19085 (vsha1mq_u32): Likewise.
19086 * config/arm/crypto.md (crypto_sha1h): Remove zero extend, correct
19087 vec select.
19088 (crypto_sha1c): Correct vec select.
19089 (crypto_sha1m): Likewise.
19090 (crypto_sha1p): Likewise.
19091
19092 2019-07-18 Richard Earnshaw <rearnsha@arm.com>
19093
19094 * config/arm/predicates.md (arm_borrow_operation): New predicate.
19095 * config/arm/arm.c (subdi3_compare1): Use CCmode for the split.
19096 (arm_subdi3, subdi_di_zesidi, subdi_di_sesidi): Likewise.
19097 (subdi_zesidi_zesidi): Likewise.
19098 (negdi2_compare, negdi2_insn): Likewise.
19099 (negdi_extensidi): Likewise.
19100 (negdi_zero_extendsidi): Likewise.
19101 (arm_cmpdi_insn): Likewise.
19102 (subsi3_carryin): Use arm_borrow_operation.
19103 (subsi3_carryin_const): Likewise.
19104 (subsi3_carryin_const0): Likewise.
19105 (subsi3_carryin_compare): Likewise.
19106 (subsi3_carryin_compare_const): Likewise.
19107 (subsi3_carryin_compare_const0): Likewise.
19108 (subsi3_carryin_shift): Likewise.
19109 (rsbsi3_carryin_shift): Likewise.
19110 (negsi2_carryin_compare): Likewise.
19111
19112 2019-07-18 Bin Cheng <bin.cheng@linux.alibaba.com>
19113
19114 PR tree-optimization/91137
19115 * tree-ssa-loop-ivopts.c (struct ivopts_data): New field.
19116 (tree_ssa_iv_optimize_init, alloc_iv, tree_ssa_iv_optimize_finalize):
19117 Init, use and fini the above new field.
19118 (determine_base_object_1): New function.
19119 (determine_base_object): Reimplement using walk_tree.
19120
19121 2019-07-18 Richard Sandiford <richard.sandiford@arm.com>
19122
19123 * basic-block.h (CLEANUP_FORCE_FAST_DCE): New macro.
19124 * cfgcleanup.c (cleanup_cfg): Call run_fast_dce if
19125 CLEANUP_FORCE_FAST_DCE is set.
19126 * ifcvt.c (rest_of_handle_if_conversion): Pass
19127 CLEANUP_FORCE_FAST_DCE to the final cleanup_cfg call if
19128 if-conversion succeeded.
19129
19130 2019-07-18 Richard Biener <rguenther@suse.de>
19131
19132 * tree-ssa-sccvn.c (vn_walk_cb_data::push_partial_def): Refactor
19133 branches to make code less indented.
19134
19135 2019-07-17 Alexandre Oliva <oliva@adacore.com>
19136
19137 PR middle-end/81824
19138 * attribs.c (decls_mismatched_attributes): Simplify the logic
19139 that avoids duplicates and false positives.
19140
19141 2019-07-17 John David Anglin <danglin@gcc.gnu.org>
19142
19143 * config/pa/pa.c (pa_som_asm_init_sections): Don't force all constant
19144 data into data section when generating PIC code.
19145 (pa_select_section): Use pa_reloc_rw_mask() to qualify relocs.
19146 (pa_reloc_rw_mask): Return 3 when generating PIC code and when
19147 generating code for SOM targets earlier than HP-UX 11. Otherwise,
19148 return 2 for SOM and 0 for other targets.
19149
19150 2019-07-17 Jeff Law <law@redhat.com>
19151
19152 * tree-ssa-dse.c (initialize_ao_ref_for_dse): Fix formatting.
19153 (dse_walker::dse_optimize_stmt): Likewise. Add missing return to
19154 avoid unexpected switch statement fallthru.
19155
19156 2019-07-17 Uroš Bizjak <ubizjak@gmail.com>
19157
19158 * config/i386/i386.md (*add<dwi>3_doubleword):
19159 Remove redundant constraints.
19160 (*add<mode>_1): Ditto.
19161 (*addhi_1): Ditto.
19162 (*addqi_1): Ditto.
19163 (*addqi_1_slp): Ditto.
19164 (*add<mode>_2): Ditto.
19165 (*addv<mode>4): Ditto.
19166 (*sub<dwi>3_doubleword): Ditto.
19167 (*sub<mode>_1): Ditto.
19168 (*subqi_1_slp): Ditto.
19169 (*sub<mode>_2): Ditto.
19170 (*subv<mode>4): Ditto.
19171 (*sub<mode>_3): Ditto.
19172 (@add<mode>3_carry): Ditto.
19173 (@sub<mode>3_carry): Ditto.
19174 (*add<mode>3_cc_overflow_1): Ditto.
19175 (*add<mode>3_zext_cc_overflow_2): Ditto.
19176 (*anddi_1): Ditto.
19177 (*and<mode>_1): Ditto.
19178 (*andqi_1): Ditto.
19179 (*andqi_1_slp): Ditto.
19180 (*anddi_2): Ditto.
19181 (*andqi_2_maybe_si): Ditto.
19182 (*and<mode>_2): Ditto.
19183 (*andqi_2_slp): Ditto.
19184 (*<code><mode>_1): Ditto.
19185 (*<code>qi_1): Ditto.
19186 (*<code>qi_1_slp): Ditto.
19187 (*<code><mode>_2): Ditto.
19188 (*<code>qi_2_slp): Ditto.
19189
19190 2019-07-17 Jan Hubicka <hubicka@ucw.cz>
19191
19192 * alias.c (record_component_aliases): Do not simplify pointed-to
19193 types of ODR types.
19194
19195 2019-07-17 Uroš Bizjak <ubizjak@gmail.com>
19196
19197 * config/i386/i386.md (*andqi_2_maybe_si): Handle potential
19198 partial reg stall on alternative 2.
19199
19200 2019-07-17 Richard Biener <rguenther@suse.de>
19201
19202 PR tree-optimization/91178
19203 * tree-ssa.c (release_defs_bitset): Iterate from higher to
19204 lower SSA names to avoid quadratic behavior in the common case.
19205 * tree-data-ref.c (split_constant_offset): Add limit argument
19206 and pass it down. Initialize it from PARAM_SSA_NAME_DEF_CHAIN_LIMIT.
19207 (split_constant_offset_1): Add limit argument and use it to
19208 limit SSA def walking. Optimize the common plus/minus case.
19209
19210 2019-07-17 Richard Biener <rguenther@suse.de>
19211
19212 PR tree-optimization/91178
19213 * tree-vect-stmts.c (get_group_load_store_type): For SLP
19214 loads with a gap larger than the vector size always use
19215 VMAT_STRIDED_SLP.
19216 (vectorizable_load): For VMAT_STRIDED_SLP with a permutation
19217 avoid loading vectors that are only contained in the gap
19218 and thus are not needed.
19219
19220 2019-07-17 Richard Biener <rguenther@suse.de>
19221
19222 PR tree-optimization/91180
19223 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix offset
19224 computation for memset partial defs.
19225
19226 2019-07-17 Jakub Jelinek <jakub@redhat.com>
19227
19228 * gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD, change
19229 GF_OMP_FOR_KIND_SIMD to a value serially after other kinds,
19230 divide GF_OMP_FOR_KIND_MASK, GF_OMP_FOR_COMBINED,
19231 GF_OMP_FOR_COMBINED_INTO, GF_OMP_FOR_GRID_PHONY,
19232 GF_OMP_FOR_GRID_INTRA_GROUP and GF_OMP_FOR_GRID_GROUP_ITER by two.
19233 * omp-grid.c (grid_process_grid_body,
19234 grid_eliminate_combined_simd_part): Use GF_OMP_FOR_KIND_SIMD instead
19235 of GF_OMP_FOR_SIMD, don't test & GF_OMP_FOR_SIMD but
19236 == GF_OMP_FOR_KIND_SIMD.
19237 * omp-low.c (build_outer_var_ref, scan_sharing_clauses,
19238 check_omp_nesting_restrictions, scan_omp_1_stmt,
19239 lower_rec_input_clauses, lower_lastprivate_conditional_clauses,
19240 lower_lastprivate_clauses, lower_reduction_clauses, lower_omp_scan,
19241 omp_find_scan): Likewise.
19242 * omp-expand.c (expand_omp_for): Likewise.
19243 * omp-general.c (omp_extract_for_data): Likewise.
19244
19245 PR tree-optimization/91157
19246 * tree-vect-generic.c (expand_vector_comparison): Handle lhs being
19247 a vector boolean with scalar mode.
19248 (expand_vector_condition): Handle first operand being a vector boolean
19249 with scalar mode.
19250 (expand_vector_operations_1): For comparisons, don't bail out early
19251 if the return type is vector boolean with scalar mode, but comparison
19252 operand type is not.
19253
19254 2019-07-17 Richard Biener <rguenther@suse.de>
19255
19256 PR tree-optimization/91181
19257 * tree-vect-slp.c (vect_build_slp_tree_1): Do not compare
19258 IFN_LOADs as calls.
19259
19260 2019-07-16 Uroš Bizjak <ubizjak@gmail.com>
19261
19262 * config/i386/i386.md (*testdi_1): Match CCZmode for
19263 constants that might have the SImode sign bit set.
19264 (*testqi_1_maybe_si): Remove "!" constraint modifier.
19265 Use correct constraints for pentium pairing.
19266 (*test<mode>_1): Ditto.
19267
19268 2019-07-16 Jeff Law <law@redhat.com>
19269
19270 PR rtl-optimization/91173
19271 * tree-ssa-address.c (addr_for_mem_ref): If the base is an
19272 SSA_NAME with a constant value, fold its value into the offset
19273 and clear the base before calling gen_addr_rtx.
19274
19275 2019-07-16 Jakub Jelinek <jakub@redhat.com>
19276
19277 PR rtl-optimization/91164
19278 * dse.c (rest_of_handle_dse): If dead edges have been purged,
19279 invalidate dominance info.
19280
19281 2019-07-16 Richard Sandiford <richard.sandiford@arm.com>
19282
19283 * read-md.h (md_reader::record_potential_iterator_use): Add a
19284 file_location parameter.
19285 * read-rtl.c (attribute_use::loc): New field.
19286 (map_attr_string): Take a file_location parameter. Report cases
19287 in which attributes map to multiple distinct values.
19288 (apply_attribute_uses): Update call accordingly.
19289 (md_reader::handle_overloaded_name): Likewise.
19290 (md_reader::apply_iterator_to_string): Likewise. Skip empty
19291 nonnull strings.
19292 (record_attribute_use): Take a file_location parameter.
19293 Initialize attribute_use::loc.
19294 (md_reader::record_potential_iterator_use): Take a file_location
19295 parameter. Update call to record_attribute_use.
19296 (rtx_reader::rtx_alloc_for_name): Update call accordingly.
19297 (rtx_reader::read_rtx_code): Likewise.
19298 (rtx_reader::read_rtx_operand): Likewise. Record a location
19299 for implicitly-expanded empty strings.
19300
19301 2019-07-16 Richard Sandiford <richard.sandiford@arm.com>
19302
19303 * read-md.h (md_reader::ptr_loc): Moved from read-md.c.
19304 Use file_location instead of separate fields.
19305 (md_reader::set_md_ptr_loc): Take a file_location instead of a
19306 separate filename and line number.
19307 * read-md.c (ptr_loc): As above.
19308 (md_reader::copy_md_ptr_loc): Update for new ptr_loc layout.
19309 (md_reader::fprint_md_ptr_loc): Likewise.
19310 (md_reader::set_md_ptr_loc): Likewise. Take a file_location
19311 instead of a separate filename and line number.
19312 (md_reader::read_string): Update call accordingly.
19313
19314 2019-07-16 Richard Sandiford <richard.sandiford@arm.com>
19315
19316 * config/rs6000/rs6000.md (*mov<mode>_update1): Explicitly
19317 use <SFDF:mode>, <SFDF:MODE>, <SFDF:Ff> and <SFDF:bits> rather than
19318 leaving the choice between SFDF and P implicit.
19319 (*mov<mode>_update2): Likewise.
19320 (*cmp<IBM128:mode>_internal2): Explicitly use <IBM128:MODE>
19321 rather than leaving the choice betweem IBM128 and GPR implicit.
19322 (*fix<uns>_trunc<IEEE128:mode><QHSI:mode>2_mem): Explicitly use
19323 <IEEE128:MODE> rather than leaving the choice between IEEE128 and
19324 QHSI implicit.
19325 (AltiVec define_peephole2s): Explicitly use <ALTIVEC_DFORM:MODE>
19326 rather than leaving the choice between ALTIVEC_DFORM and P implicit.
19327 * config/rs6000/vsx.md
19328 (*vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>)
19329 (*vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Explicitly
19330 use <FL_CONV:VSisa> rather than leaving the choice between FL_CONV
19331 and VSX_EXTRACT_I implicit.
19332
19333 2019-07-16 Richard Sandiford <richard.sandiford@arm.com>
19334
19335 * config/mips/micromips.md (*movep<MOVEP1:mode><MOVEP2:mode>):
19336 Explicitly use <MOVEP1:MODE> for the mode attribute.
19337
19338 2019-07-16 Jan Hubicka <hubicka@ucw.cz>
19339
19340 PR bootstrap/91176
19341 * ipa-fnsummary.c (analyze_function_body): Skip debug stmts
19342
19343 2019-07-15 Segher Boessenkool <segher@kernel.crashing.org>
19344
19345 PR target/91050
19346 * config/rs6000/rs6000.c (rs6000_file_start): Never skip emitting a
19347 .machine directive.
19348
19349 2019-07-15 Uroš Bizjak <ubizjak@gmail.com>
19350
19351 * config/i386/i386.md (@test<mode>_ccno_1):
19352 Rename from test<mode>_ccno_1.
19353 (*testdi_1): Remove redundant alternatives. Remove modrm attribute.
19354 (*testqi_1_maybe_si): Remove modrm attribute.
19355 (*test<mode>_1): Ditto.
19356 * config/i386/i386-expand.c (ix86_split_idivmod): Use
19357 gen_test_ccno_1 and gen_extend_insn.
19358
19359 2019-07-15 Jan Hubicka <hubicka@ucw.cz>
19360
19361 * tree-ssa-alias.c (aliasing_component_refs_walk): Initialize same_p
19362 to 0.
19363
19364 2019-07-15 Richard Biener <rguenther@suse.de>
19365
19366 PR middle-end/91162
19367 * tree-cfg.c (move_block_to_fn): When releasing a virtual PHI
19368 node make sure to replace all uses with something valid.
19369
19370 2019-07-15 Kewen Lin <linkw@gcc.gnu.org>
19371
19372 PR tree-optimization/88497
19373 * tree-ssa-reassoc.c (reassociate_bb): Swap the positions of
19374 GIMPLE_BINARY_RHS check and gimple_visited_p check, call new
19375 function undistribute_bitref_for_vector.
19376 (undistribute_bitref_for_vector): New function.
19377 (cleanup_vinfo_map): Likewise.
19378 (sort_by_mach_mode): Likewise.
19379
19380 2019-07-14 Uroš Bizjak <ubizjak@gmail.com>
19381
19382 * config/i386/i386.md (nonmemory_szext_operand): New mode attribute.
19383 (test<mode>_ccno_1): Macroize insn pattern from testsi_ccno_1
19384 and testdi_ccno_1 using SWI48 mode attribute.
19385 (*testdi_1): Use x86_64_szext_nonmemory_operand instead of
19386 x86_64_szext_general_operand.
19387 (*testqi_1_maybe_si): Use nonmemory_operand instead of general_operand.
19388 (*test<mode>_1): Use nonmemory_szext_operand mode attribute
19389 instead of genera_operand mode attribute.
19390
19391 2019-07-14 Vladislav Ivanishin <vlad@ispras.ru>
19392
19393 * gdbhooks.py (DumpFn.invoke): Add explicit casts of return values of
19394 fopen and fclose to their respective types.
19395 (DotFn.invoke): Ditto.
19396
19397 2019-07-14 Jan Hubicka <hubicka@ucw.cz>
19398
19399 * ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.
19400 (ipa_fn_summary::~ipa_fn_summary): Do not destroy array_index.
19401 (ipa_fn_summary_t::duplicate): Do not duplicate array_index.
19402 (array_index_predicate): Remove.
19403 (analyze_function_body): Account cost for variable ofsetted array
19404 indexing.
19405 (estimate_node_size_and_time): Do not compute array index hint.
19406 (ipa_merge_fn_summary_after_inlining): Do not merge array index hint.
19407 (inline_read_section): Do not read array index hint.
19408 (ipa_fn_summary_write): Do not write array index hint.
19409 * doc/invoke.texi (ipa-cp-array-index-hint-bonus): Remove.
19410 * ipa-cp.c (hint_time_bonus): Remove.
19411 * ipa-fnsummary.h (ipa_hints_vals): Remove array_index.
19412 (ipa_fnsummary): Remove array_index.
19413 * ipa-inline.c (want_inline_small_function_p): Do not use
19414 array_index.
19415 (edge_badness): Likewise.
19416 * params.def (PARAM_IPA_CP_ARRAY_INDEX_HINT_BONUS): Remove.
19417
19418 2019-07-14 Segher Boessenkool <segher@kernel.crashing.org>
19419
19420 PR target/91148
19421 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Remove
19422 superfluous "builtin function" phrasing.
19423
19424 2019-07-13 Jan Hubicka <hubicka@ucw.cz>
19425
19426 * tree-ssa-alias.c (component_ref_to_zero_sized_trailing_array_p):
19427 Break out from ...
19428 (aliasing_component_refs_walk): Break out from ...
19429 (aliasing_component_refs_p): ... here.
19430
19431 2019-07-13 Segher Boessenkool <segher@kernel.crashing.org>
19432
19433 PR target/91148
19434 * config/rs6000/rs6000.c (rs6000_invalid_builtin): Remove superfluous
19435 "builtin function" phrasing.
19436
19437 2019-07-13 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
19438
19439 PR target/90723
19440 * recog.h (temporary_volatile_ok): New class.
19441 * config/aarch64/aarch64.c (aarch64_emit_sve_pred_move): Set
19442 volatile_ok temporarily to true using temporary_volatile_ok.
19443 * expr.c (emit_block_move_via_cpymem): Likewise.
19444 * optabs.c (maybe_legitimize_operand): Likewise.
19445
19446 2019-07-13 Jakub Jelinek <jakub@redhat.com>
19447
19448 * gimplify.c (struct gimplify_omp_ctx): Add order_concurrent member.
19449 (omp_notice_threadprivate_variable): Diagnose threadprivate variable
19450 uses inside of order(concurrent) constructs.
19451 (gimplify_scan_omp_clauses): Set ctx->order_concurrent if
19452 OMP_CLAUSE_ORDER is seen.
19453 * omp-low.c (struct omp_context): Add order_concurrent member.
19454 (scan_sharing_clauses): Set ctx->order_concurrent if
19455 OMP_CLAUSE_ORDER is seen.
19456 (check_omp_nesting_restrictions): Diagnose ordered or atomic inside
19457 of simd order(concurrent). Diagnose constructs not allowed inside of
19458 for order(concurrent).
19459 (setjmp_or_longjmp_p): Add a context and TREE_PUBLIC check to avoid
19460 complaining about static double setjmp (double); or class static
19461 methods or non-global namespace setjmps.
19462 (omp_runtime_api_call): New function.
19463 (scan_omp_1_stmt): Diagnose OpenMP runtime API calls inside of
19464 order(concurrent) loops.
19465
19466 2019-07-12 Martin Sebor <msebor@redhat.com>
19467
19468 * doc/invoke.texi (ssa-name-def-chain-limit): Document new --param.
19469 * params.def (PARAM_SSA_NAME_DEF_CHAIN_LIMIT): Add new --param.
19470 * tree-vrp.c (vrp_prop::check_mem_ref): Use
19471 PARAM_SSA_NAME_DEF_CHAIN_LIMIT.
19472
19473 2019-07-12 Jan Hubicka <jh@suse.cz>
19474
19475 * tree-ssa-alias.c (same_tmr_indexing_p): Break out from ...
19476 (indirect_refs_may_alias_p): ... here.
19477 (nonoverlapping_component_refs_since_match_p): Support also non-trivial
19478 mem refs in the access paths.
19479
19480 2019-07-12 Jiangning Liu <jiangning.liu@amperecomputing.com>
19481
19482 PR tree-optimization/89430
19483 * tree-ssa-phiopt.c (cond_store_replacement): Support conditional
19484 store elimination for local variable without address escape.
19485
19486 2019-07-12 Jeff Law <law@redhat.com>
19487
19488 * config/c6x/c6x.c (c6x_section_type): Clear SECTION_NOTYPE
19489 for the ".far" section.
19490
19491 2019-07-12 Richard Biener <rguenther@suse.de>
19492
19493 PR tree-optimization/91145
19494 * tree-vect-slp.c (vect_build_slp_tree_2): Fix reduction
19495 chain check.
19496
19497 2019-07-12 Alexandre Oliva <oliva@adacore.com>
19498
19499 * tree-eh.c (honor_protect_cleanup_actions): Use outer_
19500 rather than this_state as the lowering context for the ELSE
19501 seq in a GIMPLE_EH_ELSE.
19502
19503 2019-07-12 Richard Sandiford <richard.sandiford@arm.com>
19504
19505 * vector-builder.h (vector_builder::elt): Allow already-supplied
19506 elements to be read back before building is complete.
19507
19508 2019-07-12 Eric Botcazou <ebotcazou@adacore.com>
19509
19510 PR rtl-optimization/91136
19511 * df-core.c (ACCESSING REFS): Fix typos in comment.
19512 * resource.c (mark_target_live_reg): Add artificial defs that occur at
19513 the beginning of the block to the initial set of live registers.
19514
19515 2019-07-12 Richard Biener <rguenther@suse.de>
19516
19517 * fold-const.h (get_array_ctor_element_at_index): Adjust.
19518 * fold-const.c (get_array_ctor_element_at_index): Add
19519 ctor_idx output parameter informing the caller where in
19520 the constructor the element was (not) found. Add early exit
19521 for when the ctor is sorted.
19522 * gimple-fold.c (fold_array_ctor_reference): Support constant
19523 folding across multiple array elements.
19524
19525 2019-07-12 Eric Botcazou <ebotcazou@adacore.com>
19526
19527 * cfgexpand.c (expand_gimple_stmt_1) <GIMPLE_RETURN>: If the statement
19528 doesn't have location, set the current location to the function's end.
19529
19530 2019-07-12 Richard Sandiford <richard.sandiford@arm.com>
19531
19532 * config/aarch64/aarch64.md (*compare_condjump<mode>)
19533 (loadwb_pair<GPI:mode>_<P:mode>, loadwb_pair<GPF:mode>_<P:mode>)
19534 (storewb_pair<GPI:mode>_<P:mode>, storewb_pair<GPF:mode>_<P:mode>)
19535 (*ands<mode>_compare0): Fix ambiguous uses of .md attributes.
19536 * config/aarch64/aarch64-simd.md
19537 (*aarch64_get_lane_extend<GPI:mode><VDQQH:mode>): Likewise.
19538 (*aarch64_get_lane_zero_extend<GPI:mode><VDQQH:mode>): Likewise.
19539 * config/aarch64/aarch64-sve.md
19540 (while_ult<GPI:mode><PRED_ALL:mode>): Likewise.
19541 (*cond_<optab><mode>_any): Fix SVE_I/SVE_SDI typo.
19542
19543 2019-07-12 Richard Sandiford <richard.sandiford@arm.com>
19544
19545 * doc/md.texi: Document that @ patterns can have different
19546 numbers of operands.
19547 * genemit.c (handle_overloaded_gen): Handle this case.
19548 * genopinit.c (handle_overloaded_gen): Likewise.
19549 * gensupport.c (replace_operands_with_dups): Iterate over
19550 the new rtx's format rather than the old one's.
19551
19552 2019-07-12 Jakub Jelinek <jakub@redhat.com>
19553
19554 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
19555 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
19556 order clause entries.
19557 (walk_tree_1): Handle OMP_CLAUSE_ORDER.
19558 * tree-pretty-print.c (dump_omp_clause): Likewise.
19559 * gimplify.c (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses):
19560 Likewise.
19561 * omp-low.c (scan_sharing_clauses): Likewise.
19562 * tree-nested.c (convert_nonlocal_omp_clauses,
19563 convert_local_omp_clauses): Likewise.
19564
19565 2019-07-12 Kewen Lin <linkw@gcc.gnu.org>
19566
19567 * cfgrtl.c (print_rtl_with_bb): Emit a hint if the
19568 fallthrough target of current basic block isn't the placed
19569 right next.
19570
19571 2019-07-11 Sunil K Pandey <sunil.k.pandey@intel.com>
19572
19573 PR target/90980
19574 * config/i386/avx512fintrin.h (_mm512_loadu_epi64): New.
19575 (_mm512_storeu_epi64): Likewise.
19576 (_mm512_loadu_epi32): Likewise.
19577 (_mm512_storeu_epi32): Likewise.
19578 * config/i386/avx512vlintrin.h (_mm256_storeu_epi64): New.
19579 (_mm_storeu_epi64): Likewise.
19580 (_mm256_storeu_epi32): Likewise.
19581 (_mm_storeu_epi32): Likewise.
19582
19583 2019-07-11 Segher Boessenkool <segher@kernel.crashing.org>
19584
19585 * config/rs6000/rs6000-logue.c: Add Modula-2 to comment.
19586
19587 2019-07-11 Segher Boessenkool <segher@kernel.crashing.org>
19588
19589 * config/rs6000/rs6000-logue.c (rs6000_output_function_epilogue):
19590 Handle Modula-2.
19591
19592 2019-07-11 Jakub Jelinek <jakub@redhat.com>
19593
19594 PR target/91124
19595 * config/i386/sse.md (sse2_cvtpd2dq<mask_name>): Change into ...
19596 (sse2_cvtpd2dq): ... this. Remove mask substitution macros.
19597 (sse2_cvtpd2dq_mask, sse2_cvtpd2dq_mask_1): New define_insns.
19598 (ufix_notruncv2dfv2si2<mask_name>): Change into ...
19599 (ufix_notruncv2dfv2si2): ... this. Remove mask substitution macros.
19600 (ufix_notruncv2dfv2si2_mask, ufix_notruncv2dfv2si2_mask_1): New
19601 define_insns.
19602 (ufix_truncv2dfv2si2<mask_name>): Change into ...
19603 (ufix_truncv2dfv2si2): ... this. Remove mask substitution macros.
19604 (ufix_truncv2dfv2si2_mask, ufix_truncv2dfv2si2_mask_1): New
19605 define_insns.
19606 (sse2_cvttpd2dq<mask_name>): Change into ...
19607 (sse2_cvttpd2dq): ... this. Remove mask substitution macros.
19608 (sse2_cvttpd2dq_mask, sse2_cvttpd2dq_mask_1): New define_insns.
19609 (*sse2_cvtpd2dq<mask_name>): Change into ...
19610 (*sse2_cvtpd2dq): ... this. Remove mask substitution macros.
19611 Add "C" constraint to const0_operand.
19612 (*sse2_cvtpd2dq_mask, *sse2_cvtpd2dq_mask_1): New define_insns.
19613 (sse2_cvtpd2ps_mask): Adjust expand to match *sse2_cvtpd2ps_mask
19614 changes.
19615
19616 PR target/91124
19617 * config/i386/i386-builtin-types.def
19618 (V32HI_FTYPE_V32HI_V32HI_V32HI_INT,
19619 V16HI_FTYPE_V16HI_V16HI_V16HI_INT, V8HI_FTYPE_V8HI_V8HI_V8HI_INT,
19620 V8SI_FTYPE_V8SI_V8SI_V8SI_INT, V4DI_FTYPE_V4DI_V4DI_V4DI_INT,
19621 V8DI_FTYPE_V8DI_V8DI_V8DI_INT, V16SI_FTYPE_V16SI_V16SI_V16SI_INT,
19622 V2DI_FTYPE_V2DI_V2DI_V2DI_INT, V4SI_FTYPE_V4SI_V4SI_V4SI_INT): Remove.
19623 * config/i386/i386-builtin.def (__builtin_ia32_vpshrdv_v32hi_mask,
19624 __builtin_ia32_vpshrdv_v32hi_maskz, __builtin_ia32_vpshrdv_v16hi_mask,
19625 __builtin_ia32_vpshrdv_v16hi_maskz, __builtin_ia32_vpshrdv_v8hi_mask,
19626 __builtin_ia32_vpshrdv_v8hi_maskz, __builtin_ia32_vpshrdv_v16si_mask,
19627 __builtin_ia32_vpshrdv_v16si_maskz, __builtin_ia32_vpshrdv_v8si_mask,
19628 __builtin_ia32_vpshrdv_v8si_maskz, __builtin_ia32_vpshrdv_v4si_mask,
19629 __builtin_ia32_vpshrdv_v4si_maskz, __builtin_ia32_vpshrdv_v8di_mask,
19630 __builtin_ia32_vpshrdv_v8di_maskz, __builtin_ia32_vpshrdv_v4di_mask,
19631 __builtin_ia32_vpshrdv_v4di_maskz, __builtin_ia32_vpshrdv_v2di_mask,
19632 __builtin_ia32_vpshrdv_v2di_maskz, __builtin_ia32_vpshldv_v32hi_mask,
19633 __builtin_ia32_vpshldv_v32hi_maskz, __builtin_ia32_vpshldv_v16hi_mask,
19634 __builtin_ia32_vpshldv_v16hi_maskz, __builtin_ia32_vpshldv_v8hi_mask,
19635 __builtin_ia32_vpshldv_v8hi_maskz, __builtin_ia32_vpshldv_v16si_mask,
19636 __builtin_ia32_vpshldv_v16si_maskz, __builtin_ia32_vpshldv_v8si_mask,
19637 __builtin_ia32_vpshldv_v8si_maskz, __builtin_ia32_vpshldv_v4si_mask,
19638 __builtin_ia32_vpshldv_v4si_maskz, __builtin_ia32_vpshldv_v8di_mask,
19639 __builtin_ia32_vpshldv_v8di_maskz, __builtin_ia32_vpshldv_v4di_mask,
19640 __builtin_ia32_vpshldv_v4di_maskz, __builtin_ia32_vpshldv_v2di_mask,
19641 __builtin_ia32_vpshldv_v2di_maskz, __builtin_ia32_vpdpbusd_v16si_mask,
19642 __builtin_ia32_vpdpbusd_v16si_maskz, __builtin_ia32_vpdpbusd_v8si_mask,
19643 __builtin_ia32_vpdpbusd_v8si_maskz, __builtin_ia32_vpdpbusd_v4si_mask,
19644 __builtin_ia32_vpdpbusd_v4si_maskz,
19645 __builtin_ia32_vpdpbusds_v16si_mask,
19646 __builtin_ia32_vpdpbusds_v16si_maskz,
19647 __builtin_ia32_vpdpbusds_v8si_mask,
19648 __builtin_ia32_vpdpbusds_v8si_maskz,
19649 __builtin_ia32_vpdpbusds_v4si_mask,
19650 __builtin_ia32_vpdpbusds_v4si_maskz,
19651 __builtin_ia32_vpdpwssd_v16si_mask,
19652 __builtin_ia32_vpdpwssd_v16si_maskz, __builtin_ia32_vpdpwssd_v8si_mask,
19653 __builtin_ia32_vpdpwssd_v8si_maskz, __builtin_ia32_vpdpwssd_v4si_mask,
19654 __builtin_ia32_vpdpwssd_v4si_maskz,
19655 __builtin_ia32_vpdpwssds_v16si_mask,
19656 __builtin_ia32_vpdpwssds_v16si_maskz,
19657 __builtin_ia32_vpdpwssds_v8si_mask,
19658 __builtin_ia32_vpdpwssds_v8si_maskz,
19659 __builtin_ia32_vpdpwssds_v4si_mask,
19660 __builtin_ia32_vpdpwssds_v4si_maskz): Use *_USI, *_UHI or *_UQI
19661 suffixed types rather than *_INT.
19662 * config/i386/i386-expand.c (ix86_expand_args_builtin): Don't handle
19663 V32HI_FTYPE_V32HI_V32HI_V32HI_INT, V16HI_FTYPE_V16HI_V16HI_V16HI_INT,
19664 V8HI_FTYPE_V8HI_V8HI_V8HI_INT, V8SI_FTYPE_V8SI_V8SI_V8SI_INT,
19665 V4DI_FTYPE_V4DI_V4DI_V4DI_INT, V8DI_FTYPE_V8DI_V8DI_V8DI_INT,
19666 V16SI_FTYPE_V16SI_V16SI_V16SI_INT, V2DI_FTYPE_V2DI_V2DI_V2DI_INT
19667 and V4SI_FTYPE_V4SI_V4SI_V4SI_INT.
19668
19669 2019-07-11 Aldy Hernandez <aldyh@redhat.com>
19670
19671 * tree-vrp.c (intersect_ranges): If we know the intersection is
19672 empty, there is no need to conservatively add anything else to
19673 the set.
19674
19675 2019-07-11 Richard Biener <rguenther@suse.de>
19676
19677 PR middle-end/91131
19678 * gimplify.c (gimplify_compound_literal_expr): Force a temporary
19679 when the object is volatile and we have not cleared it even though
19680 there are no nonzero elements.
19681
19682 2019-07-10 Michael Meissner <meissner@linux.ibm.com>
19683
19684 * config/rs6000/predicates.md (cint34_operand): Update
19685 SIGNED_34BIT_OFFSET_P call.
19686 (pcrel_address): Update SIGNED_34BIT_OFFSET_P call.
19687 (pcrel_external_address): Update SIGNED_34BIT_OFFSET_P call.
19688 * config/rs6000/rs6000.c (rs6000_prefixed_address): Update
19689 SIGNED_16BIT_OFFSET_P and SIGNED_34BIT_OFFSET_P calls.
19690 * config/rs6000/rs6000.h (SIGNED_16BIT_OFFSET_P): Remove EXTRA
19691 argument.
19692 (SIGNED_34BIT_OFFSET_P): Remove EXTRA argument.
19693 (SIGNED_16BIT_OFFSET_EXTRA_P): New macro, like
19694 SIGNED_16BIT_OFFSET_P with an EXTRA argument.
19695 (SIGNED_34BIT_OFFSET_EXTRA_P): New macro, like
19696 SIGNED_34BIT_OFFSET_P with an EXTRA argument.
19697
19698 2019-07-10 Iain Sandoe <iain@sandoe.co.uk>
19699
19700 * config/rs6000/darwin.h (LIB_SPEC): Collate this spec here.
19701 * config/rs6000/darwin7.h (LIB_SPEC): Remove.
19702 * config/rs6000/darwin8.h (LIB_SPEC): Remove.
19703 (DEF_MIN_OSX_VERSION): New.
19704
19705 2019-07-10 Richard Sandiford <richard.sandiford@arm.com>
19706
19707 * fold-const.c (fold_relational_const): Fix folding of
19708 vector-to-scalar NE_EXPRs.
19709 (test_vector_folding): Add more tests.
19710
19711 2019-07-10 Richard Sandiford <richard.sandiford@arm.com>
19712
19713 PR target/91060
19714 * config/arm/iterators.md (V2DI_ONLY): New mode iterator.
19715 * config/arm/neon.md (vec_set<mode>_internal): Add a '@' prefix.
19716 (vec_setv2di_internal): Reexpress as...
19717 (@vec_set<V2DI_ONLY:mode>_internal): ...this.
19718 * config/arm/arm.c (neon_expand_vector_init): Use gen_vec_set_internal
19719 rather than gen_neon_vset_lane<mode>.
19720
19721 2019-07-10 Vladimir Makarov <vmakarov@redhat.com>
19722
19723 PR target/91102
19724 * lra-constraints.c (process_alt_operands): Don't match user
19725 defined regs only if they are early clobbers.
19726
19727 2019-07-10 Marc Glisse <marc.glisse@inria.fr>
19728
19729 * wide-int.h (wi::lshift): Reject negative values for the fast path.
19730
19731 2019-07-10 Richard Biener <rguenther@suse.de>
19732
19733 PR tree-optimization/91126
19734 * tree-ssa-sccvn.c (n_walk_cb_data::push_partial_def): Adjust
19735 native encoding offset for BYTES_BIG_ENDIAN.
19736 (vn_reference_lookup_3): Likewise.
19737
19738 2019-07-10 Richard Biener <rguenther@suse.de>
19739
19740 * tree-ssa-sccvn.c (vn_reference_lookup_3): Look at valueized
19741 LHS whenever possible.
19742
19743 2019-07-09 Jan Hubicka <hubicka@ucw.cz>
19744
19745 * tree-ssa-alias.c (nonoverlapping_component_refs_p_1): Break out
19746 from ...; work also on duplicated types.
19747 (nonoverlapping_component_refs_since_match): ... here
19748 (ncr_type_uid): Break out from ...
19749 (ncr_compar): ... here; look for TYPE_UID of canonical type if
19750 available.
19751 (nonoverlapping_component_refs_p): Use same_type_for_tbaa to match
19752 the types and nonoverlapping_component_refs_p_1 to disambiguate.
19753
19754 2019-07-09 Martin Sebor <msebor@redhat.com>
19755
19756 PR tree-optimization/90989
19757 * tree-ssa-strlen.c (handle_char_store): Constrain a single character
19758 optimization to just single character stores.
19759
19760 2019-07-09 Joern Rennecke <joern.rennecke@riscy-ip.com>
19761
19762 * tree-vect-stmts.c (vectorizable_comparison) <!slp_node>:
19763 Swap operands only once.
19764
19765 2019-07-09 Dragan Mladjenovic <dmladjenovic@wavecomp.com>
19766
19767 * cfgcleanup.c (old_insns_match_p): Check if used hard regs set is equal
19768 for both call instructions.
19769
19770 2019-07-09 John Darrington <john@darrington.wattle.id.au>
19771
19772 * simplify-rtx.c (simplify_unary_operation_1): Use GET_MODE_PRECISION
19773 rather than GET_MODE_BITSIZE to better handle partial integer modes.
19774
19775 2019-07-09 Michael Meissner <meissner@linux.ibm.com>
19776
19777 * config/rs6000/rs6000-internal.h (create_TOC_reference): Delete.
19778 * config/rs6000/rs6000-logue.c (create_TOC_reference): Move
19779 function from rs6000-logue.c back to rs6000.c.
19780 * config/rs6000/rs6000.c (create_TOC_reference): Likewise.
19781
19782 2019-07-09 Martin Sebor <msebor@redhat.com>
19783
19784 PR c++/61339
19785 * auto-profile.c: Change class-key of PODs to struct and others
19786 to class.
19787 * basic-block.h: Same.
19788 * bitmap.c (bitmap_alloc): Same.
19789 * bitmap.h: Same.
19790 * builtins.c (expand_builtin_prefetch): Same.
19791 (expand_builtin_interclass_mathfn): Same.
19792 (expand_builtin_strlen): Same.
19793 (expand_builtin_mempcpy_args): Same.
19794 (expand_cmpstr): Same.
19795 (expand_builtin___clear_cache): Same.
19796 (expand_ifn_atomic_bit_test_and): Same.
19797 (expand_builtin_thread_pointer): Same.
19798 (expand_builtin_set_thread_pointer): Same.
19799 * caller-save.c (setup_save_areas): Same.
19800 (replace_reg_with_saved_mem): Same.
19801 (insert_restore): Same.
19802 (insert_save): Same.
19803 (add_used_regs): Same.
19804 * cfg.c (get_bb_copy): Same.
19805 (set_loop_copy): Same.
19806 * cfg.h: Same.
19807 * cfganal.h: Same.
19808 * cfgexpand.c (alloc_stack_frame_space): Same.
19809 (add_stack_var): Same.
19810 (add_stack_var_conflict): Same.
19811 (add_scope_conflicts_1): Same.
19812 (update_alias_info_with_stack_vars): Same.
19813 (expand_used_vars): Same.
19814 * cfghooks.c (redirect_edge_and_branch_force): Same.
19815 (delete_basic_block): Same.
19816 (split_edge): Same.
19817 (make_forwarder_block): Same.
19818 (force_nonfallthru): Same.
19819 (duplicate_block): Same.
19820 (lv_flush_pending_stmts): Same.
19821 * cfghooks.h: Same.
19822 * cfgloop.c (flow_loops_cfg_dump): Same.
19823 (flow_loop_nested_p): Same.
19824 (superloop_at_depth): Same.
19825 (get_loop_latch_edges): Same.
19826 (flow_loop_dump): Same.
19827 (flow_loops_dump): Same.
19828 (flow_loops_free): Same.
19829 (flow_loop_nodes_find): Same.
19830 (establish_preds): Same.
19831 (flow_loop_tree_node_add): Same.
19832 (flow_loop_tree_node_remove): Same.
19833 (flow_loops_find): Same.
19834 (find_subloop_latch_edge_by_profile): Same.
19835 (find_subloop_latch_edge_by_ivs): Same.
19836 (mfb_redirect_edges_in_set): Same.
19837 (form_subloop): Same.
19838 (merge_latch_edges): Same.
19839 (disambiguate_multiple_latches): Same.
19840 (disambiguate_loops_with_multiple_latches): Same.
19841 (flow_bb_inside_loop_p): Same.
19842 (glb_enum_p): Same.
19843 (get_loop_body_with_size): Same.
19844 (get_loop_body): Same.
19845 (fill_sons_in_loop): Same.
19846 (get_loop_body_in_dom_order): Same.
19847 (get_loop_body_in_custom_order): Same.
19848 (release_recorded_exits): Same.
19849 (get_loop_exit_edges): Same.
19850 (num_loop_branches): Same.
19851 (remove_bb_from_loops): Same.
19852 (find_common_loop): Same.
19853 (delete_loop): Same.
19854 (cancel_loop): Same.
19855 (verify_loop_structure): Same.
19856 (loop_preheader_edge): Same.
19857 (loop_exit_edge_p): Same.
19858 (single_exit): Same.
19859 (loop_exits_to_bb_p): Same.
19860 (loop_exits_from_bb_p): Same.
19861 (get_loop_location): Same.
19862 (record_niter_bound): Same.
19863 (get_estimated_loop_iterations_int): Same.
19864 (max_stmt_executions_int): Same.
19865 (likely_max_stmt_executions_int): Same.
19866 (get_estimated_loop_iterations): Same.
19867 (get_max_loop_iterations): Same.
19868 (get_max_loop_iterations_int): Same.
19869 (get_likely_max_loop_iterations): Same.
19870 * cfgloop.h (simple_loop_desc): Same.
19871 (get_loop): Same.
19872 (loop_depth): Same.
19873 (loop_outer): Same.
19874 (loop_iterator::next): Same.
19875 (loop_outermost): Same.
19876 * cfgloopanal.c (mark_irreducible_loops): Same.
19877 (num_loop_insns): Same.
19878 (average_num_loop_insns): Same.
19879 (expected_loop_iterations_unbounded): Same.
19880 (expected_loop_iterations): Same.
19881 (mark_loop_exit_edges): Same.
19882 (single_likely_exit): Same.
19883 * cfgloopmanip.c (fix_bb_placement): Same.
19884 (fix_bb_placements): Same.
19885 (remove_path): Same.
19886 (place_new_loop): Same.
19887 (add_loop): Same.
19888 (scale_loop_frequencies): Same.
19889 (scale_loop_profile): Same.
19890 (create_empty_if_region_on_edge): Same.
19891 (create_empty_loop_on_edge): Same.
19892 (loopify): Same.
19893 (unloop): Same.
19894 (fix_loop_placements): Same.
19895 (copy_loop_info): Same.
19896 (duplicate_loop): Same.
19897 (duplicate_subloops): Same.
19898 (loop_redirect_edge): Same.
19899 (can_duplicate_loop_p): Same.
19900 (duplicate_loop_to_header_edge): Same.
19901 (mfb_keep_just): Same.
19902 (has_preds_from_loop): Same.
19903 (create_preheader): Same.
19904 (create_preheaders): Same.
19905 (lv_adjust_loop_entry_edge): Same.
19906 (loop_version): Same.
19907 * cfgloopmanip.h: Same.
19908 * cgraph.h: Same.
19909 * cgraphbuild.c: Same.
19910 * combine.c (make_extraction): Same.
19911 * config/i386/i386-features.c: Same.
19912 * config/i386/i386-features.h: Same.
19913 * config/i386/i386.c (ix86_emit_outlined_ms2sysv_save): Same.
19914 (ix86_emit_outlined_ms2sysv_restore): Same.
19915 (ix86_noce_conversion_profitable_p): Same.
19916 (ix86_init_cost): Same.
19917 (ix86_simd_clone_usable): Same.
19918 * configure.ac (ACX_PROG_CXX_WARNING_OPTS): Add -Wclass-is-pod and
19919 Wstruct-not-pod.
19920 * coretypes.h: Same.
19921 * data-streamer-in.c (string_for_index): Change class-key of PODs
19922 to struct and others to class.
19923 (streamer_read_indexed_string): Same.
19924 (streamer_read_string): Same.
19925 (bp_unpack_indexed_string): Same.
19926 (bp_unpack_string): Same.
19927 (streamer_read_uhwi): Same.
19928 (streamer_read_hwi): Same.
19929 (streamer_read_gcov_count): Same.
19930 (streamer_read_wide_int): Same.
19931 * data-streamer.h (streamer_write_bitpack): Same.
19932 (bp_unpack_value): Same.
19933 (streamer_write_char_stream): Same.
19934 (streamer_write_hwi_in_range): Same.
19935 (streamer_write_record_start): Same.
19936 * ddg.c (create_ddg_dep_from_intra_loop_link): Same.
19937 (add_cross_iteration_register_deps): Same.
19938 (build_intra_loop_deps): Same.
19939 * df-core.c (df_analyze): Same.
19940 (loop_post_order_compute): Same.
19941 (loop_inverted_post_order_compute): Same.
19942 * df-problems.c (df_rd_alloc): Same.
19943 (df_rd_simulate_one_insn): Same.
19944 (df_rd_local_compute): Same.
19945 (df_rd_init_solution): Same.
19946 (df_rd_confluence_n): Same.
19947 (df_rd_transfer_function): Same.
19948 (df_rd_free): Same.
19949 (df_rd_dump_defs_set): Same.
19950 (df_rd_top_dump): Same.
19951 (df_lr_alloc): Same.
19952 (df_lr_reset): Same.
19953 (df_lr_local_compute): Same.
19954 (df_lr_init): Same.
19955 (df_lr_confluence_n): Same.
19956 (df_lr_free): Same.
19957 (df_lr_top_dump): Same.
19958 (df_lr_verify_transfer_functions): Same.
19959 (df_live_alloc): Same.
19960 (df_live_reset): Same.
19961 (df_live_init): Same.
19962 (df_live_confluence_n): Same.
19963 (df_live_finalize): Same.
19964 (df_live_free): Same.
19965 (df_live_top_dump): Same.
19966 (df_live_verify_transfer_functions): Same.
19967 (df_mir_alloc): Same.
19968 (df_mir_reset): Same.
19969 (df_mir_init): Same.
19970 (df_mir_confluence_n): Same.
19971 (df_mir_free): Same.
19972 (df_mir_top_dump): Same.
19973 (df_word_lr_alloc): Same.
19974 (df_word_lr_reset): Same.
19975 (df_word_lr_init): Same.
19976 (df_word_lr_confluence_n): Same.
19977 (df_word_lr_free): Same.
19978 (df_word_lr_top_dump): Same.
19979 (df_md_alloc): Same.
19980 (df_md_simulate_one_insn): Same.
19981 (df_md_reset): Same.
19982 (df_md_init): Same.
19983 (df_md_free): Same.
19984 (df_md_top_dump): Same.
19985 * df-scan.c (df_insn_delete): Same.
19986 (df_insn_rescan): Same.
19987 (df_notes_rescan): Same.
19988 (df_sort_and_compress_mws): Same.
19989 (df_install_mws): Same.
19990 (df_refs_add_to_chains): Same.
19991 (df_ref_create_structure): Same.
19992 (df_ref_record): Same.
19993 (df_def_record_1): Same.
19994 (df_find_hard_reg_defs): Same.
19995 (df_uses_record): Same.
19996 (df_get_conditional_uses): Same.
19997 (df_get_call_refs): Same.
19998 (df_recompute_luids): Same.
19999 (df_get_entry_block_def_set): Same.
20000 (df_entry_block_defs_collect): Same.
20001 (df_get_exit_block_use_set): Same.
20002 (df_exit_block_uses_collect): Same.
20003 (df_mws_verify): Same.
20004 (df_bb_verify): Same.
20005 * df.h (df_scan_get_bb_info): Same.
20006 * doc/tm.texi: Same.
20007 * dse.c (record_store): Same.
20008 * dumpfile.h: Same.
20009 * emit-rtl.c (const_fixed_hasher::equal): Same.
20010 (set_mem_attributes_minus_bitpos): Same.
20011 (change_address): Same.
20012 (adjust_address_1): Same.
20013 (offset_address): Same.
20014 * emit-rtl.h: Same.
20015 * except.c (dw2_build_landing_pads): Same.
20016 (sjlj_emit_dispatch_table): Same.
20017 * explow.c (allocate_dynamic_stack_space): Same.
20018 (emit_stack_probe): Same.
20019 (probe_stack_range): Same.
20020 * expmed.c (store_bit_field_using_insv): Same.
20021 (store_bit_field_1): Same.
20022 (store_integral_bit_field): Same.
20023 (extract_bit_field_using_extv): Same.
20024 (extract_bit_field_1): Same.
20025 (emit_cstore): Same.
20026 * expr.c (emit_block_move_via_cpymem): Same.
20027 (expand_cmpstrn_or_cmpmem): Same.
20028 (set_storage_via_setmem): Same.
20029 (emit_single_push_insn_1): Same.
20030 (expand_assignment): Same.
20031 (store_constructor): Same.
20032 (expand_expr_real_2): Same.
20033 (expand_expr_real_1): Same.
20034 (try_casesi): Same.
20035 * flags.h: Same.
20036 * function.c (try_fit_stack_local): Same.
20037 (assign_stack_local_1): Same.
20038 (assign_stack_local): Same.
20039 (cut_slot_from_list): Same.
20040 (insert_slot_to_list): Same.
20041 (max_slot_level): Same.
20042 (move_slot_to_level): Same.
20043 (temp_address_hasher::equal): Same.
20044 (remove_unused_temp_slot_addresses): Same.
20045 (assign_temp): Same.
20046 (combine_temp_slots): Same.
20047 (update_temp_slot_address): Same.
20048 (preserve_temp_slots): Same.
20049 * function.h: Same.
20050 * fwprop.c: Same.
20051 * gcc-rich-location.h: Same.
20052 * gcov.c: Same.
20053 * genattrtab.c (check_attr_test): Same.
20054 (check_attr_value): Same.
20055 (convert_set_attr_alternative): Same.
20056 (convert_set_attr): Same.
20057 (check_defs): Same.
20058 (copy_boolean): Same.
20059 (get_attr_value): Same.
20060 (expand_delays): Same.
20061 (make_length_attrs): Same.
20062 (min_fn): Same.
20063 (make_alternative_compare): Same.
20064 (simplify_test_exp): Same.
20065 (tests_attr_p): Same.
20066 (get_attr_order): Same.
20067 (clear_struct_flag): Same.
20068 (gen_attr): Same.
20069 (compares_alternatives_p): Same.
20070 (gen_insn): Same.
20071 (gen_delay): Same.
20072 (find_attrs_to_cache): Same.
20073 (write_test_expr): Same.
20074 (walk_attr_value): Same.
20075 (write_attr_get): Same.
20076 (eliminate_known_true): Same.
20077 (write_insn_cases): Same.
20078 (write_attr_case): Same.
20079 (write_attr_valueq): Same.
20080 (write_attr_value): Same.
20081 (write_dummy_eligible_delay): Same.
20082 (next_comma_elt): Same.
20083 (find_attr): Same.
20084 (make_internal_attr): Same.
20085 (copy_rtx_unchanging): Same.
20086 (gen_insn_reserv): Same.
20087 (check_tune_attr): Same.
20088 (make_automaton_attrs): Same.
20089 (handle_arg): Same.
20090 * genextract.c (gen_insn): Same.
20091 (VEC_char_to_string): Same.
20092 * genmatch.c (print_operand): Same.
20093 (lower): Same.
20094 (parser::parse_operation): Same.
20095 (parser::parse_capture): Same.
20096 (parser::parse_c_expr): Same.
20097 (parser::parse_simplify): Same.
20098 (main): Same.
20099 * genoutput.c (output_operand_data): Same.
20100 (output_get_insn_name): Same.
20101 (compare_operands): Same.
20102 (place_operands): Same.
20103 (process_template): Same.
20104 (validate_insn_alternatives): Same.
20105 (validate_insn_operands): Same.
20106 (gen_expand): Same.
20107 (note_constraint): Same.
20108 * genpreds.c (write_one_predicate_function): Same.
20109 (add_constraint): Same.
20110 (process_define_register_constraint): Same.
20111 (write_lookup_constraint_1): Same.
20112 (write_lookup_constraint_array): Same.
20113 (write_insn_constraint_len): Same.
20114 (write_reg_class_for_constraint_1): Same.
20115 (write_constraint_satisfied_p_array): Same.
20116 * genrecog.c (optimize_subroutine_group): Same.
20117 * gensupport.c (process_define_predicate): Same.
20118 (queue_pattern): Same.
20119 (remove_from_queue): Same.
20120 (process_rtx): Same.
20121 (is_predicable): Same.
20122 (change_subst_attribute): Same.
20123 (subst_pattern_match): Same.
20124 (alter_constraints): Same.
20125 (alter_attrs_for_insn): Same.
20126 (shift_output_template): Same.
20127 (alter_output_for_subst_insn): Same.
20128 (process_one_cond_exec): Same.
20129 (subst_dup): Same.
20130 (process_define_cond_exec): Same.
20131 (mnemonic_htab_callback): Same.
20132 (gen_mnemonic_attr): Same.
20133 (read_md_rtx): Same.
20134 * ggc-page.c: Same.
20135 * gimple-loop-interchange.cc (dump_reduction): Same.
20136 (dump_induction): Same.
20137 (loop_cand::~loop_cand): Same.
20138 (free_data_refs_with_aux): Same.
20139 (tree_loop_interchange::interchange_loops): Same.
20140 (tree_loop_interchange::map_inductions_to_loop): Same.
20141 (tree_loop_interchange::move_code_to_inner_loop): Same.
20142 (compute_access_stride): Same.
20143 (compute_access_strides): Same.
20144 (proper_loop_form_for_interchange): Same.
20145 (tree_loop_interchange_compute_ddrs): Same.
20146 (prune_datarefs_not_in_loop): Same.
20147 (prepare_data_references): Same.
20148 (pass_linterchange::execute): Same.
20149 * gimple-loop-jam.c (bb_prevents_fusion_p): Same.
20150 (unroll_jam_possible_p): Same.
20151 (fuse_loops): Same.
20152 (adjust_unroll_factor): Same.
20153 (tree_loop_unroll_and_jam): Same.
20154 * gimple-loop-versioning.cc (loop_versioning::~loop_versioning): Same.
20155 (loop_versioning::expensive_stmt_p): Same.
20156 (loop_versioning::version_for_unity): Same.
20157 (loop_versioning::dump_inner_likelihood): Same.
20158 (loop_versioning::find_per_loop_multiplication): Same.
20159 (loop_versioning::analyze_term_using_scevs): Same.
20160 (loop_versioning::record_address_fragment): Same.
20161 (loop_versioning::analyze_expr): Same.
20162 (loop_versioning::analyze_blocks): Same.
20163 (loop_versioning::prune_conditions): Same.
20164 (loop_versioning::merge_loop_info): Same.
20165 (loop_versioning::add_loop_to_queue): Same.
20166 (loop_versioning::decide_whether_loop_is_versionable): Same.
20167 (loop_versioning::make_versioning_decisions): Same.
20168 (loop_versioning::implement_versioning_decisions): Same.
20169 * gimple-ssa-evrp-analyze.c
20170 (evrp_range_analyzer::record_ranges_from_phis): Same.
20171 * gimple-ssa-store-merging.c (split_store::split_store): Same.
20172 (count_multiple_uses): Same.
20173 (split_group): Same.
20174 (imm_store_chain_info::output_merged_store): Same.
20175 (pass_store_merging::process_store): Same.
20176 * gimple-ssa-strength-reduction.c (slsr_process_phi): Same.
20177 * gimple-ssa-warn-alloca.c (adjusted_warn_limit): Same.
20178 (is_max): Same.
20179 (alloca_call_type): Same.
20180 (pass_walloca::execute): Same.
20181 * gimple-streamer-in.c (input_phi): Same.
20182 (input_gimple_stmt): Same.
20183 * gimple-streamer.h: Same.
20184 * godump.c (go_force_record_alignment): Same.
20185 (go_format_type): Same.
20186 (go_output_type): Same.
20187 (go_output_fndecl): Same.
20188 (go_output_typedef): Same.
20189 (keyword_hash_init): Same.
20190 (find_dummy_types): Same.
20191 * graph.c (draw_cfg_nodes_no_loops): Same.
20192 (draw_cfg_nodes_for_loop): Same.
20193 * hard-reg-set.h (hard_reg_set_iter_next): Same.
20194 * hsa-brig.c: Same.
20195 * hsa-common.h (hsa_internal_fn_hasher::equal): Same.
20196 * hsa-dump.c (dump_hsa_cfun): Same.
20197 * hsa-gen.c (gen_function_def_parameters): Same.
20198 * hsa-regalloc.c (dump_hsa_cfun_regalloc): Same.
20199 * input.c (dump_line_table_statistics): Same.
20200 (test_lexer): Same.
20201 * input.h: Same.
20202 * internal-fn.c (get_multi_vector_move): Same.
20203 (expand_load_lanes_optab_fn): Same.
20204 (expand_GOMP_SIMT_ENTER_ALLOC): Same.
20205 (expand_GOMP_SIMT_EXIT): Same.
20206 (expand_GOMP_SIMT_LAST_LANE): Same.
20207 (expand_GOMP_SIMT_ORDERED_PRED): Same.
20208 (expand_GOMP_SIMT_VOTE_ANY): Same.
20209 (expand_GOMP_SIMT_XCHG_BFLY): Same.
20210 (expand_GOMP_SIMT_XCHG_IDX): Same.
20211 (expand_addsub_overflow): Same.
20212 (expand_neg_overflow): Same.
20213 (expand_mul_overflow): Same.
20214 (expand_call_mem_ref): Same.
20215 (expand_mask_load_optab_fn): Same.
20216 (expand_scatter_store_optab_fn): Same.
20217 (expand_gather_load_optab_fn): Same.
20218 * ipa-cp.c (ipa_get_parm_lattices): Same.
20219 (print_all_lattices): Same.
20220 (ignore_edge_p): Same.
20221 (build_toporder_info): Same.
20222 (free_toporder_info): Same.
20223 (push_node_to_stack): Same.
20224 (ipcp_lattice<valtype>::set_contains_variable): Same.
20225 (set_agg_lats_to_bottom): Same.
20226 (ipcp_bits_lattice::meet_with): Same.
20227 (set_single_call_flag): Same.
20228 (initialize_node_lattices): Same.
20229 (ipa_get_jf_ancestor_result): Same.
20230 (ipcp_verify_propagated_values): Same.
20231 (propagate_scalar_across_jump_function): Same.
20232 (propagate_context_across_jump_function): Same.
20233 (propagate_bits_across_jump_function): Same.
20234 (ipa_vr_operation_and_type_effects): Same.
20235 (propagate_vr_across_jump_function): Same.
20236 (set_check_aggs_by_ref): Same.
20237 (set_chain_of_aglats_contains_variable): Same.
20238 (merge_aggregate_lattices): Same.
20239 (agg_pass_through_permissible_p): Same.
20240 (propagate_aggs_across_jump_function): Same.
20241 (call_passes_through_thunk_p): Same.
20242 (propagate_constants_across_call): Same.
20243 (devirtualization_time_bonus): Same.
20244 (good_cloning_opportunity_p): Same.
20245 (context_independent_aggregate_values): Same.
20246 (gather_context_independent_values): Same.
20247 (perform_estimation_of_a_value): Same.
20248 (estimate_local_effects): Same.
20249 (value_topo_info<valtype>::add_val): Same.
20250 (add_all_node_vals_to_toposort): Same.
20251 (value_topo_info<valtype>::propagate_effects): Same.
20252 (ipcp_propagate_stage): Same.
20253 (ipcp_discover_new_direct_edges): Same.
20254 (same_node_or_its_all_contexts_clone_p): Same.
20255 (cgraph_edge_brings_value_p): Same.
20256 (gather_edges_for_value): Same.
20257 (create_specialized_node): Same.
20258 (find_more_scalar_values_for_callers_subset): Same.
20259 (find_more_contexts_for_caller_subset): Same.
20260 (copy_plats_to_inter): Same.
20261 (intersect_aggregates_with_edge): Same.
20262 (find_aggregate_values_for_callers_subset): Same.
20263 (cgraph_edge_brings_all_agg_vals_for_node): Same.
20264 (decide_about_value): Same.
20265 (decide_whether_version_node): Same.
20266 (spread_undeadness): Same.
20267 (identify_dead_nodes): Same.
20268 (ipcp_store_vr_results): Same.
20269 * ipa-devirt.c (final_warning_record::grow_type_warnings): Same.
20270 * ipa-fnsummary.c (ipa_fn_summary::account_size_time): Same.
20271 (redirect_to_unreachable): Same.
20272 (edge_set_predicate): Same.
20273 (evaluate_conditions_for_known_args): Same.
20274 (evaluate_properties_for_edge): Same.
20275 (ipa_fn_summary_t::duplicate): Same.
20276 (ipa_call_summary_t::duplicate): Same.
20277 (dump_ipa_call_summary): Same.
20278 (ipa_dump_fn_summary): Same.
20279 (eliminated_by_inlining_prob): Same.
20280 (set_cond_stmt_execution_predicate): Same.
20281 (set_switch_stmt_execution_predicate): Same.
20282 (compute_bb_predicates): Same.
20283 (will_be_nonconstant_expr_predicate): Same.
20284 (phi_result_unknown_predicate): Same.
20285 (analyze_function_body): Same.
20286 (compute_fn_summary): Same.
20287 (estimate_edge_devirt_benefit): Same.
20288 (estimate_edge_size_and_time): Same.
20289 (estimate_calls_size_and_time): Same.
20290 (estimate_node_size_and_time): Same.
20291 (remap_edge_change_prob): Same.
20292 (remap_edge_summaries): Same.
20293 (ipa_merge_fn_summary_after_inlining): Same.
20294 (ipa_fn_summary_generate): Same.
20295 (inline_read_section): Same.
20296 (ipa_fn_summary_read): Same.
20297 (ipa_fn_summary_write): Same.
20298 * ipa-fnsummary.h: Same.
20299 * ipa-hsa.c (ipa_hsa_read_section): Same.
20300 * ipa-icf-gimple.c (func_checker::compare_loops): Same.
20301 * ipa-icf.c (sem_function::param_used_p): Same.
20302 * ipa-inline-analysis.c (do_estimate_edge_time): Same.
20303 * ipa-inline.c (edge_badness): Same.
20304 (inline_small_functions): Same.
20305 * ipa-polymorphic-call.c
20306 (ipa_polymorphic_call_context::stream_out): Same.
20307 * ipa-predicate.c (predicate::remap_after_duplication): Same.
20308 (predicate::remap_after_inlining): Same.
20309 (predicate::stream_out): Same.
20310 * ipa-predicate.h: Same.
20311 * ipa-profile.c (ipa_profile_read_summary): Same.
20312 * ipa-prop.c (ipa_get_param_decl_index_1): Same.
20313 (count_formal_params): Same.
20314 (ipa_dump_param): Same.
20315 (ipa_alloc_node_params): Same.
20316 (ipa_print_node_jump_functions_for_edge): Same.
20317 (ipa_print_node_jump_functions): Same.
20318 (ipa_load_from_parm_agg): Same.
20319 (get_ancestor_addr_info): Same.
20320 (ipa_compute_jump_functions_for_edge): Same.
20321 (ipa_analyze_virtual_call_uses): Same.
20322 (ipa_analyze_stmt_uses): Same.
20323 (ipa_analyze_params_uses_in_bb): Same.
20324 (update_jump_functions_after_inlining): Same.
20325 (try_decrement_rdesc_refcount): Same.
20326 (ipa_impossible_devirt_target): Same.
20327 (update_indirect_edges_after_inlining): Same.
20328 (combine_controlled_uses_counters): Same.
20329 (ipa_edge_args_sum_t::duplicate): Same.
20330 (ipa_write_jump_function): Same.
20331 (ipa_write_indirect_edge_info): Same.
20332 (ipa_write_node_info): Same.
20333 (ipa_read_edge_info): Same.
20334 (ipa_prop_read_section): Same.
20335 (read_replacements_section): Same.
20336 * ipa-prop.h (ipa_get_param_count): Same.
20337 (ipa_get_param): Same.
20338 (ipa_get_type): Same.
20339 (ipa_get_param_move_cost): Same.
20340 (ipa_set_param_used): Same.
20341 (ipa_get_controlled_uses): Same.
20342 (ipa_set_controlled_uses): Same.
20343 (ipa_get_cs_argument_count): Same.
20344 * ipa-pure-const.c (analyze_function): Same.
20345 (pure_const_read_summary): Same.
20346 * ipa-ref.h: Same.
20347 * ipa-reference.c (ipa_reference_read_optimization_summary): Same.
20348 * ipa-split.c (test_nonssa_use): Same.
20349 (dump_split_point): Same.
20350 (dominated_by_forbidden): Same.
20351 (split_part_set_ssa_name_p): Same.
20352 (find_split_points): Same.
20353 * ira-build.c (finish_loop_tree_nodes): Same.
20354 (low_pressure_loop_node_p): Same.
20355 * ira-color.c (ira_reuse_stack_slot): Same.
20356 * ira-int.h: Same.
20357 * ira.c (setup_reg_equiv): Same.
20358 (print_insn_chain): Same.
20359 (ira): Same.
20360 * loop-doloop.c (doloop_condition_get): Same.
20361 (add_test): Same.
20362 (record_reg_sets): Same.
20363 (doloop_optimize): Same.
20364 * loop-init.c (loop_optimizer_init): Same.
20365 (fix_loop_structure): Same.
20366 * loop-invariant.c (merge_identical_invariants): Same.
20367 (compute_always_reached): Same.
20368 (find_exits): Same.
20369 (may_assign_reg_p): Same.
20370 (find_invariants_bb): Same.
20371 (find_invariants_body): Same.
20372 (replace_uses): Same.
20373 (can_move_invariant_reg): Same.
20374 (free_inv_motion_data): Same.
20375 (move_single_loop_invariants): Same.
20376 (change_pressure): Same.
20377 (mark_ref_regs): Same.
20378 (calculate_loop_reg_pressure): Same.
20379 * loop-iv.c (biv_entry_hasher::equal): Same.
20380 (iv_extend_to_rtx_code): Same.
20381 (check_iv_ref_table_size): Same.
20382 (clear_iv_info): Same.
20383 (latch_dominating_def): Same.
20384 (iv_get_reaching_def): Same.
20385 (iv_constant): Same.
20386 (iv_subreg): Same.
20387 (iv_extend): Same.
20388 (iv_neg): Same.
20389 (iv_add): Same.
20390 (iv_mult): Same.
20391 (get_biv_step): Same.
20392 (record_iv): Same.
20393 (analyzed_for_bivness_p): Same.
20394 (record_biv): Same.
20395 (iv_analyze_biv): Same.
20396 (iv_analyze_expr): Same.
20397 (iv_analyze_def): Same.
20398 (iv_analyze_op): Same.
20399 (iv_analyze): Same.
20400 (iv_analyze_result): Same.
20401 (biv_p): Same.
20402 (eliminate_implied_conditions): Same.
20403 (simplify_using_initial_values): Same.
20404 (shorten_into_mode): Same.
20405 (canonicalize_iv_subregs): Same.
20406 (determine_max_iter): Same.
20407 (check_simple_exit): Same.
20408 (find_simple_exit): Same.
20409 (get_simple_loop_desc): Same.
20410 * loop-unroll.c (report_unroll): Same.
20411 (decide_unrolling): Same.
20412 (unroll_loops): Same.
20413 (loop_exit_at_end_p): Same.
20414 (decide_unroll_constant_iterations): Same.
20415 (unroll_loop_constant_iterations): Same.
20416 (compare_and_jump_seq): Same.
20417 (unroll_loop_runtime_iterations): Same.
20418 (decide_unroll_stupid): Same.
20419 (unroll_loop_stupid): Same.
20420 (referenced_in_one_insn_in_loop_p): Same.
20421 (reset_debug_uses_in_loop): Same.
20422 (analyze_iv_to_split_insn): Same.
20423 * lra-eliminations.c (lra_debug_elim_table): Same.
20424 (setup_can_eliminate): Same.
20425 (form_sum): Same.
20426 (lra_get_elimination_hard_regno): Same.
20427 (lra_eliminate_regs_1): Same.
20428 (eliminate_regs_in_insn): Same.
20429 (update_reg_eliminate): Same.
20430 (init_elimination): Same.
20431 (lra_eliminate): Same.
20432 * lra-int.h: Same.
20433 * lra-lives.c (initiate_live_solver): Same.
20434 * lra-remat.c (create_remat_bb_data): Same.
20435 * lra-spills.c (lra_spill): Same.
20436 * lra.c (lra_set_insn_recog_data): Same.
20437 (lra_set_used_insn_alternative_by_uid): Same.
20438 (init_reg_info): Same.
20439 (expand_reg_info): Same.
20440 * lto-cgraph.c (output_symtab): Same.
20441 (read_identifier): Same.
20442 (get_alias_symbol): Same.
20443 (input_node): Same.
20444 (input_varpool_node): Same.
20445 (input_ref): Same.
20446 (input_edge): Same.
20447 (input_cgraph_1): Same.
20448 (input_refs): Same.
20449 (input_symtab): Same.
20450 (input_offload_tables): Same.
20451 (output_cgraph_opt_summary): Same.
20452 (input_edge_opt_summary): Same.
20453 (input_cgraph_opt_section): Same.
20454 * lto-section-in.c (lto_free_raw_section_data): Same.
20455 (lto_create_simple_input_block): Same.
20456 (lto_free_function_in_decl_state_for_node): Same.
20457 * lto-streamer-in.c (lto_tag_check_set): Same.
20458 (lto_location_cache::revert_location_cache): Same.
20459 (lto_location_cache::input_location): Same.
20460 (lto_input_location): Same.
20461 (stream_input_location_now): Same.
20462 (lto_input_tree_ref): Same.
20463 (lto_input_eh_catch_list): Same.
20464 (input_eh_region): Same.
20465 (lto_init_eh): Same.
20466 (make_new_block): Same.
20467 (input_cfg): Same.
20468 (fixup_call_stmt_edges): Same.
20469 (input_struct_function_base): Same.
20470 (input_function): Same.
20471 (lto_read_body_or_constructor): Same.
20472 (lto_read_tree_1): Same.
20473 (lto_read_tree): Same.
20474 (lto_input_scc): Same.
20475 (lto_input_tree_1): Same.
20476 (lto_input_toplevel_asms): Same.
20477 (lto_input_mode_table): Same.
20478 (lto_reader_init): Same.
20479 (lto_data_in_create): Same.
20480 * lto-streamer-out.c (output_cfg): Same.
20481 * lto-streamer.h: Same.
20482 * modulo-sched.c (duplicate_insns_of_cycles): Same.
20483 (generate_prolog_epilog): Same.
20484 (mark_loop_unsched): Same.
20485 (dump_insn_location): Same.
20486 (loop_canon_p): Same.
20487 (sms_schedule): Same.
20488 * omp-expand.c (expand_omp_for_ordered_loops): Same.
20489 (expand_omp_for_generic): Same.
20490 (expand_omp_for_static_nochunk): Same.
20491 (expand_omp_for_static_chunk): Same.
20492 (expand_omp_simd): Same.
20493 (expand_omp_taskloop_for_inner): Same.
20494 (expand_oacc_for): Same.
20495 (expand_omp_atomic_pipeline): Same.
20496 (mark_loops_in_oacc_kernels_region): Same.
20497 * omp-offload.c (oacc_xform_loop): Same.
20498 * omp-simd-clone.c (simd_clone_adjust): Same.
20499 * optabs-query.c (get_traditional_extraction_insn): Same.
20500 * optabs.c (expand_vector_broadcast): Same.
20501 (expand_binop_directly): Same.
20502 (expand_twoval_unop): Same.
20503 (expand_twoval_binop): Same.
20504 (expand_unop_direct): Same.
20505 (emit_indirect_jump): Same.
20506 (emit_conditional_move): Same.
20507 (emit_conditional_neg_or_complement): Same.
20508 (emit_conditional_add): Same.
20509 (vector_compare_rtx): Same.
20510 (expand_vec_perm_1): Same.
20511 (expand_vec_perm_const): Same.
20512 (expand_vec_cond_expr): Same.
20513 (expand_vec_series_expr): Same.
20514 (maybe_emit_atomic_exchange): Same.
20515 (maybe_emit_sync_lock_test_and_set): Same.
20516 (expand_atomic_compare_and_swap): Same.
20517 (expand_atomic_load): Same.
20518 (expand_atomic_store): Same.
20519 (maybe_emit_op): Same.
20520 (valid_multiword_target_p): Same.
20521 (create_integer_operand): Same.
20522 (maybe_legitimize_operand_same_code): Same.
20523 (maybe_legitimize_operand): Same.
20524 (create_convert_operand_from_type): Same.
20525 (can_reuse_operands_p): Same.
20526 (maybe_legitimize_operands): Same.
20527 (maybe_gen_insn): Same.
20528 (maybe_expand_insn): Same.
20529 (maybe_expand_jump_insn): Same.
20530 (expand_insn): Same.
20531 * optabs.h (create_expand_operand): Same.
20532 (create_fixed_operand): Same.
20533 (create_output_operand): Same.
20534 (create_input_operand): Same.
20535 (create_convert_operand_to): Same.
20536 (create_convert_operand_from): Same.
20537 * optinfo.h: Same.
20538 * poly-int.h: Same.
20539 * predict.c (optimize_insn_for_speed_p): Same.
20540 (optimize_loop_for_size_p): Same.
20541 (optimize_loop_for_speed_p): Same.
20542 (optimize_loop_nest_for_speed_p): Same.
20543 (get_base_value): Same.
20544 (predicted_by_loop_heuristics_p): Same.
20545 (predict_extra_loop_exits): Same.
20546 (predict_loops): Same.
20547 (predict_paths_for_bb): Same.
20548 (predict_paths_leading_to): Same.
20549 (propagate_freq): Same.
20550 (pass_profile::execute): Same.
20551 * predict.h: Same.
20552 * profile-count.c (profile_count::differs_from_p): Same.
20553 (profile_probability::differs_lot_from_p): Same.
20554 * profile-count.h: Same.
20555 * profile.c (branch_prob): Same.
20556 * regrename.c (free_chain_data): Same.
20557 (mark_conflict): Same.
20558 (create_new_chain): Same.
20559 (merge_overlapping_regs): Same.
20560 (init_rename_info): Same.
20561 (merge_chains): Same.
20562 (regrename_analyze): Same.
20563 (regrename_do_replace): Same.
20564 (scan_rtx_reg): Same.
20565 (record_out_operands): Same.
20566 (build_def_use): Same.
20567 * regrename.h: Same.
20568 * reload.h: Same.
20569 * reload1.c (init_reload): Same.
20570 (maybe_fix_stack_asms): Same.
20571 (copy_reloads): Same.
20572 (count_pseudo): Same.
20573 (count_spilled_pseudo): Same.
20574 (find_reg): Same.
20575 (find_reload_regs): Same.
20576 (select_reload_regs): Same.
20577 (spill_hard_reg): Same.
20578 (fixup_eh_region_note): Same.
20579 (set_reload_reg): Same.
20580 (allocate_reload_reg): Same.
20581 (compute_reload_subreg_offset): Same.
20582 (reload_adjust_reg_for_icode): Same.
20583 (emit_input_reload_insns): Same.
20584 (emit_output_reload_insns): Same.
20585 (do_input_reload): Same.
20586 (inherit_piecemeal_p): Same.
20587 * rtl.h: Same.
20588 * sanopt.c (maybe_get_dominating_check): Same.
20589 (maybe_optimize_ubsan_ptr_ifn): Same.
20590 (can_remove_asan_check): Same.
20591 (maybe_optimize_asan_check_ifn): Same.
20592 (sanopt_optimize_walker): Same.
20593 * sched-deps.c (add_dependence_list): Same.
20594 (chain_to_prev_insn): Same.
20595 (add_insn_mem_dependence): Same.
20596 (create_insn_reg_set): Same.
20597 (maybe_extend_reg_info_p): Same.
20598 (sched_analyze_reg): Same.
20599 (sched_analyze_1): Same.
20600 (get_implicit_reg_pending_clobbers): Same.
20601 (chain_to_prev_insn_p): Same.
20602 (deps_analyze_insn): Same.
20603 (deps_start_bb): Same.
20604 (sched_free_deps): Same.
20605 (init_deps): Same.
20606 (init_deps_reg_last): Same.
20607 (free_deps): Same.
20608 * sched-ebb.c: Same.
20609 * sched-int.h: Same.
20610 * sched-rgn.c (add_branch_dependences): Same.
20611 (concat_insn_mem_list): Same.
20612 (deps_join): Same.
20613 (sched_rgn_compute_dependencies): Same.
20614 * sel-sched-ir.c (reset_target_context): Same.
20615 (copy_deps_context): Same.
20616 (init_id_from_df): Same.
20617 (has_dependence_p): Same.
20618 (change_loops_latches): Same.
20619 (bb_top_order_comparator): Same.
20620 (make_region_from_loop_preheader): Same.
20621 (sel_init_pipelining): Same.
20622 (get_loop_nest_for_rgn): Same.
20623 (make_regions_from_the_rest): Same.
20624 (sel_is_loop_preheader_p): Same.
20625 * sel-sched-ir.h (inner_loop_header_p): Same.
20626 (get_all_loop_exits): Same.
20627 * selftest.h: Same.
20628 * sese.c (sese_build_liveouts): Same.
20629 (sese_insert_phis_for_liveouts): Same.
20630 * sese.h (defined_in_sese_p): Same.
20631 * sreal.c (sreal::stream_out): Same.
20632 * sreal.h: Same.
20633 * streamer-hooks.h: Same.
20634 * target-globals.c (save_target_globals): Same.
20635 * target-globals.h: Same.
20636 * target.def: Same.
20637 * target.h: Same.
20638 * targhooks.c (default_has_ifunc_p): Same.
20639 (default_empty_mask_is_expensive): Same.
20640 (default_init_cost): Same.
20641 * targhooks.h: Same.
20642 * toplev.c: Same.
20643 * tree-affine.c (aff_combination_mult): Same.
20644 (aff_combination_expand): Same.
20645 (aff_combination_constant_multiple_p): Same.
20646 * tree-affine.h: Same.
20647 * tree-cfg.c (build_gimple_cfg): Same.
20648 (replace_loop_annotate_in_block): Same.
20649 (replace_uses_by): Same.
20650 (remove_bb): Same.
20651 (dump_cfg_stats): Same.
20652 (gimple_duplicate_sese_region): Same.
20653 (gimple_duplicate_sese_tail): Same.
20654 (move_block_to_fn): Same.
20655 (replace_block_vars_by_duplicates): Same.
20656 (move_sese_region_to_fn): Same.
20657 (print_loops_bb): Same.
20658 (print_loop): Same.
20659 (print_loops): Same.
20660 (debug): Same.
20661 (debug_loops): Same.
20662 * tree-cfg.h: Same.
20663 * tree-chrec.c (chrec_fold_plus_poly_poly): Same.
20664 (chrec_fold_multiply_poly_poly): Same.
20665 (chrec_evaluate): Same.
20666 (chrec_component_in_loop_num): Same.
20667 (reset_evolution_in_loop): Same.
20668 (is_multivariate_chrec): Same.
20669 (chrec_contains_symbols): Same.
20670 (nb_vars_in_chrec): Same.
20671 (chrec_convert_1): Same.
20672 (chrec_convert_aggressive): Same.
20673 * tree-chrec.h: Same.
20674 * tree-core.h: Same.
20675 * tree-data-ref.c (dump_data_dependence_relation): Same.
20676 (canonicalize_base_object_address): Same.
20677 (data_ref_compare_tree): Same.
20678 (prune_runtime_alias_test_list): Same.
20679 (get_segment_min_max): Same.
20680 (create_intersect_range_checks): Same.
20681 (conflict_fn_no_dependence): Same.
20682 (object_address_invariant_in_loop_p): Same.
20683 (analyze_ziv_subscript): Same.
20684 (analyze_siv_subscript_cst_affine): Same.
20685 (analyze_miv_subscript): Same.
20686 (analyze_overlapping_iterations): Same.
20687 (build_classic_dist_vector_1): Same.
20688 (add_other_self_distances): Same.
20689 (same_access_functions): Same.
20690 (build_classic_dir_vector): Same.
20691 (subscript_dependence_tester_1): Same.
20692 (subscript_dependence_tester): Same.
20693 (access_functions_are_affine_or_constant_p): Same.
20694 (get_references_in_stmt): Same.
20695 (loop_nest_has_data_refs): Same.
20696 (graphite_find_data_references_in_stmt): Same.
20697 (find_data_references_in_bb): Same.
20698 (get_base_for_alignment): Same.
20699 (find_loop_nest_1): Same.
20700 (find_loop_nest): Same.
20701 * tree-data-ref.h (dr_alignment): Same.
20702 (ddr_dependence_level): Same.
20703 * tree-if-conv.c (fold_build_cond_expr): Same.
20704 (add_to_predicate_list): Same.
20705 (add_to_dst_predicate_list): Same.
20706 (phi_convertible_by_degenerating_args): Same.
20707 (idx_within_array_bound): Same.
20708 (all_preds_critical_p): Same.
20709 (pred_blocks_visited_p): Same.
20710 (predicate_bbs): Same.
20711 (build_region): Same.
20712 (if_convertible_loop_p_1): Same.
20713 (is_cond_scalar_reduction): Same.
20714 (predicate_scalar_phi): Same.
20715 (remove_conditions_and_labels): Same.
20716 (combine_blocks): Same.
20717 (version_loop_for_if_conversion): Same.
20718 (versionable_outer_loop_p): Same.
20719 (ifcvt_local_dce): Same.
20720 (tree_if_conversion): Same.
20721 (pass_if_conversion::gate): Same.
20722 * tree-if-conv.h: Same.
20723 * tree-inline.c (maybe_move_debug_stmts_to_successors): Same.
20724 * tree-loop-distribution.c (bb_top_order_cmp): Same.
20725 (free_rdg): Same.
20726 (stmt_has_scalar_dependences_outside_loop): Same.
20727 (copy_loop_before): Same.
20728 (create_bb_after_loop): Same.
20729 (const_with_all_bytes_same): Same.
20730 (generate_memset_builtin): Same.
20731 (generate_memcpy_builtin): Same.
20732 (destroy_loop): Same.
20733 (build_rdg_partition_for_vertex): Same.
20734 (compute_access_range): Same.
20735 (data_ref_segment_size): Same.
20736 (latch_dominated_by_data_ref): Same.
20737 (compute_alias_check_pairs): Same.
20738 (fuse_memset_builtins): Same.
20739 (finalize_partitions): Same.
20740 (find_seed_stmts_for_distribution): Same.
20741 (prepare_perfect_loop_nest): Same.
20742 * tree-parloops.c (lambda_transform_legal_p): Same.
20743 (loop_parallel_p): Same.
20744 (reduc_stmt_res): Same.
20745 (add_field_for_name): Same.
20746 (create_call_for_reduction_1): Same.
20747 (replace_uses_in_bb_by): Same.
20748 (transform_to_exit_first_loop_alt): Same.
20749 (try_transform_to_exit_first_loop_alt): Same.
20750 (transform_to_exit_first_loop): Same.
20751 (num_phis): Same.
20752 (gen_parallel_loop): Same.
20753 (gather_scalar_reductions): Same.
20754 (get_omp_data_i_param): Same.
20755 (try_create_reduction_list): Same.
20756 (oacc_entry_exit_single_gang): Same.
20757 (parallelize_loops): Same.
20758 * tree-pass.h: Same.
20759 * tree-predcom.c (determine_offset): Same.
20760 (last_always_executed_block): Same.
20761 (split_data_refs_to_components): Same.
20762 (suitable_component_p): Same.
20763 (valid_initializer_p): Same.
20764 (find_looparound_phi): Same.
20765 (insert_looparound_copy): Same.
20766 (add_looparound_copies): Same.
20767 (determine_roots_comp): Same.
20768 (predcom_tmp_var): Same.
20769 (initialize_root_vars): Same.
20770 (initialize_root_vars_store_elim_1): Same.
20771 (initialize_root_vars_store_elim_2): Same.
20772 (finalize_eliminated_stores): Same.
20773 (initialize_root_vars_lm): Same.
20774 (remove_stmt): Same.
20775 (determine_unroll_factor): Same.
20776 (execute_pred_commoning_cbck): Same.
20777 (base_names_in_chain_on): Same.
20778 (combine_chains): Same.
20779 (pcom_stmt_dominates_stmt_p): Same.
20780 (try_combine_chains): Same.
20781 (prepare_initializers_chain_store_elim): Same.
20782 (prepare_initializers_chain): Same.
20783 (prepare_initializers): Same.
20784 (prepare_finalizers_chain): Same.
20785 (prepare_finalizers): Same.
20786 (insert_init_seqs): Same.
20787 * tree-scalar-evolution.c (loop_phi_node_p): Same.
20788 (compute_overall_effect_of_inner_loop): Same.
20789 (add_to_evolution_1): Same.
20790 (add_to_evolution): Same.
20791 (follow_ssa_edge_binary): Same.
20792 (follow_ssa_edge_expr): Same.
20793 (backedge_phi_arg_p): Same.
20794 (follow_ssa_edge_in_condition_phi_branch): Same.
20795 (follow_ssa_edge_in_condition_phi): Same.
20796 (follow_ssa_edge_inner_loop_phi): Same.
20797 (follow_ssa_edge): Same.
20798 (analyze_evolution_in_loop): Same.
20799 (analyze_initial_condition): Same.
20800 (interpret_loop_phi): Same.
20801 (interpret_condition_phi): Same.
20802 (interpret_rhs_expr): Same.
20803 (interpret_expr): Same.
20804 (interpret_gimple_assign): Same.
20805 (analyze_scalar_evolution_1): Same.
20806 (analyze_scalar_evolution): Same.
20807 (analyze_scalar_evolution_for_address_of): Same.
20808 (get_instantiated_value_entry): Same.
20809 (loop_closed_phi_def): Same.
20810 (instantiate_scev_name): Same.
20811 (instantiate_scev_poly): Same.
20812 (instantiate_scev_binary): Same.
20813 (instantiate_scev_convert): Same.
20814 (instantiate_scev_not): Same.
20815 (instantiate_scev_r): Same.
20816 (instantiate_scev): Same.
20817 (resolve_mixers): Same.
20818 (initialize_scalar_evolutions_analyzer): Same.
20819 (scev_reset_htab): Same.
20820 (scev_reset): Same.
20821 (derive_simple_iv_with_niters): Same.
20822 (simple_iv_with_niters): Same.
20823 (expression_expensive_p): Same.
20824 (final_value_replacement_loop): Same.
20825 * tree-scalar-evolution.h (block_before_loop): Same.
20826 * tree-ssa-address.h: Same.
20827 * tree-ssa-dce.c (find_obviously_necessary_stmts): Same.
20828 * tree-ssa-dom.c (edge_info::record_simple_equiv): Same.
20829 (record_edge_info): Same.
20830 * tree-ssa-live.c (var_map_base_fini): Same.
20831 (remove_unused_locals): Same.
20832 * tree-ssa-live.h: Same.
20833 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Same.
20834 (pass_ch_vect::execute): Same.
20835 (pass_ch::process_loop_p): Same.
20836 * tree-ssa-loop-im.c (mem_ref_hasher::hash): Same.
20837 (movement_possibility): Same.
20838 (outermost_invariant_loop): Same.
20839 (stmt_cost): Same.
20840 (determine_max_movement): Same.
20841 (invariantness_dom_walker::before_dom_children): Same.
20842 (move_computations): Same.
20843 (may_move_till): Same.
20844 (force_move_till_op): Same.
20845 (force_move_till): Same.
20846 (memref_free): Same.
20847 (record_mem_ref_loc): Same.
20848 (set_ref_stored_in_loop): Same.
20849 (mark_ref_stored): Same.
20850 (sort_bbs_in_loop_postorder_cmp): Same.
20851 (sort_locs_in_loop_postorder_cmp): Same.
20852 (analyze_memory_references): Same.
20853 (mem_refs_may_alias_p): Same.
20854 (find_ref_loc_in_loop_cmp): Same.
20855 (rewrite_mem_ref_loc::operator): Same.
20856 (first_mem_ref_loc_1::operator): Same.
20857 (sm_set_flag_if_changed::operator): Same.
20858 (execute_sm_if_changed_flag_set): Same.
20859 (execute_sm): Same.
20860 (hoist_memory_references): Same.
20861 (ref_always_accessed::operator): Same.
20862 (refs_independent_p): Same.
20863 (record_dep_loop): Same.
20864 (ref_indep_loop_p_1): Same.
20865 (ref_indep_loop_p): Same.
20866 (can_sm_ref_p): Same.
20867 (find_refs_for_sm): Same.
20868 (loop_suitable_for_sm): Same.
20869 (store_motion_loop): Same.
20870 (store_motion): Same.
20871 (fill_always_executed_in): Same.
20872 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Same.
20873 (estimated_unrolled_size): Same.
20874 (loop_edge_to_cancel): Same.
20875 (remove_exits_and_undefined_stmts): Same.
20876 (remove_redundant_iv_tests): Same.
20877 (unloop_loops): Same.
20878 (estimated_peeled_sequence_size): Same.
20879 (try_peel_loop): Same.
20880 (canonicalize_loop_induction_variables): Same.
20881 (canonicalize_induction_variables): Same.
20882 * tree-ssa-loop-ivopts.c (iv_inv_expr_hasher::equal): Same.
20883 (name_info): Same.
20884 (stmt_after_inc_pos): Same.
20885 (contains_abnormal_ssa_name_p): Same.
20886 (niter_for_exit): Same.
20887 (find_bivs): Same.
20888 (mark_bivs): Same.
20889 (find_givs_in_bb): Same.
20890 (find_induction_variables): Same.
20891 (find_interesting_uses_cond): Same.
20892 (outermost_invariant_loop_for_expr): Same.
20893 (idx_find_step): Same.
20894 (add_candidate_1): Same.
20895 (add_iv_candidate_derived_from_uses): Same.
20896 (alloc_use_cost_map): Same.
20897 (prepare_decl_rtl): Same.
20898 (generic_predict_doloop_p): Same.
20899 (computation_cost): Same.
20900 (determine_common_wider_type): Same.
20901 (get_computation_aff_1): Same.
20902 (get_use_type): Same.
20903 (determine_group_iv_cost_address): Same.
20904 (iv_period): Same.
20905 (difference_cannot_overflow_p): Same.
20906 (may_eliminate_iv): Same.
20907 (determine_set_costs): Same.
20908 (cheaper_cost_pair): Same.
20909 (compare_cost_pair): Same.
20910 (iv_ca_cand_for_group): Same.
20911 (iv_ca_recount_cost): Same.
20912 (iv_ca_set_remove_invs): Same.
20913 (iv_ca_set_no_cp): Same.
20914 (iv_ca_set_add_invs): Same.
20915 (iv_ca_set_cp): Same.
20916 (iv_ca_add_group): Same.
20917 (iv_ca_cost): Same.
20918 (iv_ca_compare_deps): Same.
20919 (iv_ca_delta_reverse): Same.
20920 (iv_ca_delta_commit): Same.
20921 (iv_ca_cand_used_p): Same.
20922 (iv_ca_delta_free): Same.
20923 (iv_ca_new): Same.
20924 (iv_ca_free): Same.
20925 (iv_ca_dump): Same.
20926 (iv_ca_extend): Same.
20927 (iv_ca_narrow): Same.
20928 (iv_ca_prune): Same.
20929 (cheaper_cost_with_cand): Same.
20930 (iv_ca_replace): Same.
20931 (try_add_cand_for): Same.
20932 (get_initial_solution): Same.
20933 (try_improve_iv_set): Same.
20934 (find_optimal_iv_set_1): Same.
20935 (create_new_iv): Same.
20936 (rewrite_use_compare): Same.
20937 (remove_unused_ivs): Same.
20938 (determine_scaling_factor): Same.
20939 * tree-ssa-loop-ivopts.h: Same.
20940 * tree-ssa-loop-manip.c (create_iv): Same.
20941 (compute_live_loop_exits): Same.
20942 (add_exit_phi): Same.
20943 (add_exit_phis): Same.
20944 (find_uses_to_rename_use): Same.
20945 (find_uses_to_rename_def): Same.
20946 (find_uses_to_rename_in_loop): Same.
20947 (rewrite_into_loop_closed_ssa): Same.
20948 (check_loop_closed_ssa_bb): Same.
20949 (split_loop_exit_edge): Same.
20950 (ip_end_pos): Same.
20951 (ip_normal_pos): Same.
20952 (copy_phi_node_args): Same.
20953 (gimple_duplicate_loop_to_header_edge): Same.
20954 (can_unroll_loop_p): Same.
20955 (determine_exit_conditions): Same.
20956 (scale_dominated_blocks_in_loop): Same.
20957 (niter_for_unrolled_loop): Same.
20958 (tree_transform_and_unroll_loop): Same.
20959 (rewrite_all_phi_nodes_with_iv): Same.
20960 * tree-ssa-loop-manip.h: Same.
20961 * tree-ssa-loop-niter.c (number_of_iterations_ne_max): Same.
20962 (number_of_iterations_ne): Same.
20963 (assert_no_overflow_lt): Same.
20964 (assert_loop_rolls_lt): Same.
20965 (number_of_iterations_lt): Same.
20966 (adjust_cond_for_loop_until_wrap): Same.
20967 (tree_simplify_using_condition): Same.
20968 (simplify_using_initial_conditions): Same.
20969 (simplify_using_outer_evolutions): Same.
20970 (loop_only_exit_p): Same.
20971 (ssa_defined_by_minus_one_stmt_p): Same.
20972 (number_of_iterations_popcount): Same.
20973 (number_of_iterations_exit): Same.
20974 (find_loop_niter): Same.
20975 (finite_loop_p): Same.
20976 (chain_of_csts_start): Same.
20977 (get_val_for): Same.
20978 (loop_niter_by_eval): Same.
20979 (derive_constant_upper_bound_ops): Same.
20980 (do_warn_aggressive_loop_optimizations): Same.
20981 (record_estimate): Same.
20982 (get_cst_init_from_scev): Same.
20983 (record_nonwrapping_iv): Same.
20984 (idx_infer_loop_bounds): Same.
20985 (infer_loop_bounds_from_ref): Same.
20986 (infer_loop_bounds_from_array): Same.
20987 (infer_loop_bounds_from_pointer_arith): Same.
20988 (infer_loop_bounds_from_signedness): Same.
20989 (bound_index): Same.
20990 (discover_iteration_bound_by_body_walk): Same.
20991 (maybe_lower_iteration_bound): Same.
20992 (estimate_numbers_of_iterations): Same.
20993 (estimated_loop_iterations): Same.
20994 (estimated_loop_iterations_int): Same.
20995 (max_loop_iterations): Same.
20996 (max_loop_iterations_int): Same.
20997 (likely_max_loop_iterations): Same.
20998 (likely_max_loop_iterations_int): Same.
20999 (estimated_stmt_executions_int): Same.
21000 (max_stmt_executions): Same.
21001 (likely_max_stmt_executions): Same.
21002 (estimated_stmt_executions): Same.
21003 (stmt_dominates_stmt_p): Same.
21004 (nowrap_type_p): Same.
21005 (loop_exits_before_overflow): Same.
21006 (scev_var_range_cant_overflow): Same.
21007 (scev_probably_wraps_p): Same.
21008 (free_numbers_of_iterations_estimates): Same.
21009 * tree-ssa-loop-niter.h: Same.
21010 * tree-ssa-loop-prefetch.c (release_mem_refs): Same.
21011 (idx_analyze_ref): Same.
21012 (analyze_ref): Same.
21013 (gather_memory_references_ref): Same.
21014 (mark_nontemporal_store): Same.
21015 (emit_mfence_after_loop): Same.
21016 (may_use_storent_in_loop_p): Same.
21017 (mark_nontemporal_stores): Same.
21018 (should_unroll_loop_p): Same.
21019 (volume_of_dist_vector): Same.
21020 (add_subscript_strides): Same.
21021 (self_reuse_distance): Same.
21022 (insn_to_prefetch_ratio_too_small_p): Same.
21023 * tree-ssa-loop-split.c (split_at_bb_p): Same.
21024 (patch_loop_exit): Same.
21025 (find_or_create_guard_phi): Same.
21026 (easy_exit_values): Same.
21027 (connect_loop_phis): Same.
21028 (connect_loops): Same.
21029 (compute_new_first_bound): Same.
21030 (split_loop): Same.
21031 (tree_ssa_split_loops): Same.
21032 * tree-ssa-loop-unswitch.c (tree_ssa_unswitch_loops): Same.
21033 (is_maybe_undefined): Same.
21034 (tree_may_unswitch_on): Same.
21035 (simplify_using_entry_checks): Same.
21036 (tree_unswitch_single_loop): Same.
21037 (tree_unswitch_loop): Same.
21038 (tree_unswitch_outer_loop): Same.
21039 (empty_bb_without_guard_p): Same.
21040 (used_outside_loop_p): Same.
21041 (get_vop_from_header): Same.
21042 (hoist_guard): Same.
21043 * tree-ssa-loop.c (gate_oacc_kernels): Same.
21044 (get_lsm_tmp_name): Same.
21045 * tree-ssa-loop.h: Same.
21046 * tree-ssa-reassoc.c (add_repeat_to_ops_vec): Same.
21047 (build_and_add_sum): Same.
21048 (no_side_effect_bb): Same.
21049 (get_ops): Same.
21050 (linearize_expr): Same.
21051 (should_break_up_subtract): Same.
21052 (linearize_expr_tree): Same.
21053 * tree-ssa-scopedtables.c: Same.
21054 * tree-ssa-scopedtables.h: Same.
21055 * tree-ssa-structalias.c (condense_visit): Same.
21056 (label_visit): Same.
21057 (dump_pred_graph): Same.
21058 (perform_var_substitution): Same.
21059 (move_complex_constraints): Same.
21060 (remove_preds_and_fake_succs): Same.
21061 * tree-ssa-threadupdate.c (dbds_continue_enumeration_p): Same.
21062 (determine_bb_domination_status): Same.
21063 (duplicate_thread_path): Same.
21064 (thread_through_all_blocks): Same.
21065 * tree-ssa-threadupdate.h: Same.
21066 * tree-streamer-in.c (streamer_read_string_cst): Same.
21067 (input_identifier): Same.
21068 (unpack_ts_type_common_value_fields): Same.
21069 (unpack_ts_block_value_fields): Same.
21070 (unpack_ts_translation_unit_decl_value_fields): Same.
21071 (unpack_ts_omp_clause_value_fields): Same.
21072 (streamer_read_tree_bitfields): Same.
21073 (streamer_alloc_tree): Same.
21074 (lto_input_ts_common_tree_pointers): Same.
21075 (lto_input_ts_vector_tree_pointers): Same.
21076 (lto_input_ts_poly_tree_pointers): Same.
21077 (lto_input_ts_complex_tree_pointers): Same.
21078 (lto_input_ts_decl_minimal_tree_pointers): Same.
21079 (lto_input_ts_decl_common_tree_pointers): Same.
21080 (lto_input_ts_decl_non_common_tree_pointers): Same.
21081 (lto_input_ts_decl_with_vis_tree_pointers): Same.
21082 (lto_input_ts_field_decl_tree_pointers): Same.
21083 (lto_input_ts_function_decl_tree_pointers): Same.
21084 (lto_input_ts_type_common_tree_pointers): Same.
21085 (lto_input_ts_type_non_common_tree_pointers): Same.
21086 (lto_input_ts_list_tree_pointers): Same.
21087 (lto_input_ts_vec_tree_pointers): Same.
21088 (lto_input_ts_exp_tree_pointers): Same.
21089 (lto_input_ts_block_tree_pointers): Same.
21090 (lto_input_ts_binfo_tree_pointers): Same.
21091 (lto_input_ts_constructor_tree_pointers): Same.
21092 (lto_input_ts_omp_clause_tree_pointers): Same.
21093 (streamer_read_tree_body): Same.
21094 * tree-streamer.h: Same.
21095 * tree-switch-conversion.c (bit_test_cluster::is_beneficial): Same.
21096 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Same.
21097 (vect_analyze_possibly_independent_ddr): Same.
21098 (vect_analyze_data_ref_dependence): Same.
21099 (vect_compute_data_ref_alignment): Same.
21100 (vect_enhance_data_refs_alignment): Same.
21101 (vect_analyze_data_ref_access): Same.
21102 (vect_check_gather_scatter): Same.
21103 (vect_find_stmt_data_reference): Same.
21104 (vect_create_addr_base_for_vector_ref): Same.
21105 (vect_setup_realignment): Same.
21106 (vect_supportable_dr_alignment): Same.
21107 * tree-vect-loop-manip.c (rename_variables_in_bb): Same.
21108 (adjust_phi_and_debug_stmts): Same.
21109 (vect_set_loop_mask): Same.
21110 (add_preheader_seq): Same.
21111 (vect_maybe_permute_loop_masks): Same.
21112 (vect_set_loop_masks_directly): Same.
21113 (vect_set_loop_condition_masked): Same.
21114 (vect_set_loop_condition_unmasked): Same.
21115 (slpeel_duplicate_current_defs_from_edges): Same.
21116 (slpeel_add_loop_guard): Same.
21117 (slpeel_can_duplicate_loop_p): Same.
21118 (create_lcssa_for_virtual_phi): Same.
21119 (iv_phi_p): Same.
21120 (vect_update_ivs_after_vectorizer): Same.
21121 (vect_gen_vector_loop_niters_mult_vf): Same.
21122 (slpeel_update_phi_nodes_for_loops): Same.
21123 (slpeel_update_phi_nodes_for_guard1): Same.
21124 (find_guard_arg): Same.
21125 (slpeel_update_phi_nodes_for_guard2): Same.
21126 (slpeel_update_phi_nodes_for_lcssa): Same.
21127 (vect_do_peeling): Same.
21128 (vect_create_cond_for_alias_checks): Same.
21129 (vect_loop_versioning): Same.
21130 * tree-vect-loop.c (vect_determine_vf_for_stmt): Same.
21131 (vect_inner_phi_in_double_reduction_p): Same.
21132 (vect_analyze_scalar_cycles_1): Same.
21133 (vect_fixup_scalar_cycles_with_patterns): Same.
21134 (vect_get_loop_niters): Same.
21135 (bb_in_loop_p): Same.
21136 (vect_get_max_nscalars_per_iter): Same.
21137 (vect_verify_full_masking): Same.
21138 (vect_compute_single_scalar_iteration_cost): Same.
21139 (vect_analyze_loop_form_1): Same.
21140 (vect_analyze_loop_form): Same.
21141 (vect_active_double_reduction_p): Same.
21142 (vect_analyze_loop_operations): Same.
21143 (neutral_op_for_slp_reduction): Same.
21144 (vect_is_simple_reduction): Same.
21145 (vect_model_reduction_cost): Same.
21146 (get_initial_def_for_reduction): Same.
21147 (get_initial_defs_for_reduction): Same.
21148 (vect_create_epilog_for_reduction): Same.
21149 (vectorize_fold_left_reduction): Same.
21150 (vectorizable_reduction): Same.
21151 (vectorizable_induction): Same.
21152 (vectorizable_live_operation): Same.
21153 (loop_niters_no_overflow): Same.
21154 (vect_get_loop_mask): Same.
21155 (vect_transform_loop_stmt): Same.
21156 (vect_transform_loop): Same.
21157 * tree-vect-patterns.c (vect_reassociating_reduction_p): Same.
21158 (vect_determine_precisions): Same.
21159 (vect_pattern_recog_1): Same.
21160 * tree-vect-slp.c (vect_analyze_slp_instance): Same.
21161 * tree-vect-stmts.c (stmt_vectype): Same.
21162 (process_use): Same.
21163 (vect_init_vector_1): Same.
21164 (vect_truncate_gather_scatter_offset): Same.
21165 (get_group_load_store_type): Same.
21166 (vect_build_gather_load_calls): Same.
21167 (vect_get_strided_load_store_ops): Same.
21168 (vectorizable_simd_clone_call): Same.
21169 (vectorizable_store): Same.
21170 (permute_vec_elements): Same.
21171 (vectorizable_load): Same.
21172 (vect_transform_stmt): Same.
21173 (supportable_widening_operation): Same.
21174 * tree-vectorizer.c (vec_info::replace_stmt): Same.
21175 (vec_info::free_stmt_vec_info): Same.
21176 (vect_free_loop_info_assumptions): Same.
21177 (vect_loop_vectorized_call): Same.
21178 (set_uid_loop_bbs): Same.
21179 (vectorize_loops): Same.
21180 * tree-vectorizer.h (STMT_VINFO_BB_VINFO): Same.
21181 * tree.c (add_tree_to_fld_list): Same.
21182 (fld_type_variant_equal_p): Same.
21183 (fld_decl_context): Same.
21184 (fld_incomplete_type_of): Same.
21185 (free_lang_data_in_binfo): Same.
21186 (need_assembler_name_p): Same.
21187 (find_decls_types_r): Same.
21188 (get_eh_types_for_runtime): Same.
21189 (find_decls_types_in_eh_region): Same.
21190 (find_decls_types_in_node): Same.
21191 (assign_assembler_name_if_needed): Same.
21192 * value-prof.c (stream_out_histogram_value): Same.
21193 * value-prof.h: Same.
21194 * var-tracking.c (use_narrower_mode): Same.
21195 (prepare_call_arguments): Same.
21196 (vt_expand_loc_callback): Same.
21197 (resolve_expansions_pending_recursion): Same.
21198 (vt_expand_loc): Same.
21199 * varasm.c (const_hash_1): Same.
21200 (compare_constant): Same.
21201 (tree_output_constant_def): Same.
21202 (simplify_subtraction): Same.
21203 (get_pool_constant): Same.
21204 (output_constant_pool_2): Same.
21205 (output_constant_pool_1): Same.
21206 (mark_constants_in_pattern): Same.
21207 (mark_constant_pool): Same.
21208 (get_section_anchor): Same.
21209 * vr-values.c (compare_range_with_value): Same.
21210 (vr_values::extract_range_from_phi_node): Same.
21211 * vr-values.h: Same.
21212 * web.c (unionfind_union): Same.
21213 * wide-int.h: Same.
21214
21215 2019-07-09 Martin Sebor <msebor@redhat.com>
21216
21217 PR c++/61339
21218 * align.h: Change class-key from class to struct and vice versa
21219 to match convention and avoid -Wclass-is-pod and -Wstruct-no-pod.
21220 * alloc-pool.h: Same.
21221 * asan.c (shadow_mem_size): Same.
21222 * auto-profile.c: Same.
21223 * basic-block.h: Same.
21224 * bitmap.h: Same.
21225 * cfgexpand.c (set_rtl): Same.
21226 (expand_one_stack_var_at): Same.
21227 * cfghooks.h: Same.
21228 * cfgloop.h: Same.
21229 * cgraph.h: Same.
21230 * config/i386/i386.h: Same.
21231 * df-problems.c (df_print_bb_index): Same.
21232 * df-scan.c: Same.
21233 * df.h (df_single_use): Same.
21234 * diagnostic-show-locus.c (layout::print_annotation_line): Same.
21235 (layout::annotation_line_showed_range_p): Same.
21236 (get_printed_columns): Same.
21237 (correction::ensure_terminated): Same.
21238 (line_corrections::~line_corrections): Same.
21239 * dojump.h: Same.
21240 * dse.c: Same.
21241 * dump-context.h: Same.
21242 * dumpfile.h: Same.
21243 * dwarf2out.c: Same.
21244 * edit-context.c: Same.
21245 * fibonacci_heap.c (test_union_of_equal_heaps): Same.
21246 * flags.h: Same.
21247 * function.c (assign_stack_local): Same.
21248 * function.h: Same.
21249 * gcc.c: Same.
21250 * gcov.c (block_info::block_info): Same.
21251 * genattrtab.c: Same.
21252 * genextract.c: Same.
21253 * genmatch.c (comparison_code_p): Same.
21254 (id_base::id_base): Same.
21255 (decision_tree::print): Same.
21256 * genoutput.c: Same.
21257 * genpreds.c (write_one_predicate_function): Same.
21258 * genrecog.c (validate_pattern): Same.
21259 (find_operand_positions): Same.
21260 (optimize_subroutine_group): Same.
21261 (merge_pattern_transition::merge_pattern_transition): Same.
21262 (merge_pattern_info::merge_pattern_info): Same.
21263 (merge_state_result::merge_state_result): Same.
21264 (merge_into_state): Same.
21265 * gensupport.c: Same.
21266 * gensupport.h: Same.
21267 * ggc-common.c (init_ggc_heuristics): Same.
21268 * ggc-tests.c (test_union): Same.
21269 * gimple-loop-interchange.cc (dump_induction): Same.
21270 * gimple-loop-versioning.cc: Same.
21271 * gimple-match.h (gimple_match_cond::any_else): Same.
21272 * gimple-ssa-backprop.c: Same.
21273 * gimple-ssa-sprintf.c: Same.
21274 * gimple-ssa-store-merging.c (store_operand_info::store_operand_info):
21275 Same.
21276 (store_immediate_info::store_immediate_info): Same.
21277 (merged_store_group::apply_stores): Same.
21278 (get_location_for_stmts): Same.
21279 * gimple-ssa-strength-reduction.c: Same.
21280 * gimple-ssa-warn-alloca.c: Same.
21281 * gimple-ssa-warn-restrict.c (pass_wrestrict::execute): Same.
21282 * godump.c (go_type_decl): Same.
21283 * hash-map-tests.c (test_map_of_strings_to_int): Same.
21284 * hash-map.h: Same.
21285 * hash-set-tests.c (test_set_of_strings): Same.
21286 * hsa-brig.c: Same.
21287 * hsa-common.h: Same.
21288 * hsa-gen.c (transformable_switch_to_sbr_p): Same.
21289 * input.c (assert_loceq): Same.
21290 * input.h: Same.
21291 * ipa-cp.c: Same.
21292 * ipa-devirt.c (possible_polymorphic_call_targets_1): Same.
21293 * ipa-fnsummary.h: Same.
21294 * ipa-inline.h: Same.
21295 * ipa-prop.h: Same.
21296 * ipa-split.c (visit_bb): Same.
21297 * ira-int.h (minmax_set_iter_next): Same.
21298 * loop-invariant.c: Same.
21299 * loop-iv.c: Same.
21300 * lra-eliminations.c: Same.
21301 * lra-int.h: Same.
21302 * lra-lives.c (mark_regno_dead): Same.
21303 * lra-remat.c: Same.
21304 * lra-spills.c: Same.
21305 * lto-streamer.h: Same.
21306 * mem-stats.h: Same.
21307 * omp-grid.c (omp_grid_lastprivate_predicate): Same.
21308 * omp-low.c (omp_clause_aligned_alignment): Same.
21309 * optabs-query.h (get_vcond_eq_icode): Same.
21310 * optabs.h: Same.
21311 * opts.c (wrap_help): Same.
21312 * poly-int.h: Same.
21313 * predict.c (predict_paths_leading_to_edge): Same.
21314 * pretty-print.h: Same.
21315 * profile-count.h: Same.
21316 * read-md.h: Same.
21317 * read-rtl-function.c: Same.
21318 * ree.c: Same.
21319 * reginfo.c: Same.
21320 * regrename.c: Same.
21321 * regrename.h: Same.
21322 * reload.h: Same.
21323 * rtl-iter.h: Same.
21324 * rtl.h (costs_add_n_insns): Same.
21325 * sanopt.c: Same.
21326 * sched-int.h: Same.
21327 * sel-sched-ir.h: Same.
21328 * selftest.h: Same.
21329 * sese.h (vec_find): Same.
21330 * stmt.c: Same.
21331 * target-globals.h: Same.
21332 * tree-affine.c (aff_combination_find_elt): Same.
21333 * tree-affine.h: Same.
21334 * tree-data-ref.h: Same.
21335 * tree-outof-ssa.c (ssa_is_replaceable_p): Same.
21336 * tree-predcom.c: Same.
21337 * tree-scalar-evolution.c (find_var_scev_info): Same.
21338 * tree-ssa-alias.h: Same.
21339 * tree-ssa-ccp.c: Same.
21340 * tree-ssa-coalesce.c (ssa_conflicts_dump): Same.
21341 * tree-ssa-loop-im.c (for_all_locs_in_loop): Same.
21342 (rewrite_mem_refs): Same.
21343 (execute_sm_if_changed): Same.
21344 (hoist_memory_references): Same.
21345 * tree-ssa-loop-ivopts.c (operator<=): Same.
21346 * tree-ssa-loop.h: Same.
21347 * tree-ssa-pre.c (get_or_alloc_expr_for_name): Same.
21348 * tree-ssa-structalias.c: Same.
21349 * tree-switch-conversion.h (cluster::cluster): Same.
21350 (simple_cluster::simple_cluster): Same.
21351 * tree-vect-patterns.c (type_conversion_p): Same.
21352 * tree-vectorizer.c (dump_stmt_cost): Same.
21353 * tree-vectorizer.h (loop_vec_info_for_loop): Same.
21354 * tree.c (protected_set_expr_location): Same.
21355 * tree.h (desired_pro_or_demotion_p): Same.
21356 (fndecl_built_in_p): Same.
21357 * unique-ptr-tests.cc: Same.
21358 * var-tracking.c (delete_variable_part): Same.
21359 * varasm.c (assemble_real): Same.
21360 (tree_output_constant_def): Same.
21361 * vec.c: Same.
21362 * wide-int-bitmask.h: Same.
21363 * wide-int.h (decompose): Same.
21364
21365 2019-07-09 Richard Biener <rguenther@suse.de>
21366
21367 PR tree-optimization/91114
21368 * tree-vect-data-refs.c (vect_analyze_data_refs): Failure to
21369 find a vector type isn't fatal.
21370
21371 2019-07-09 Sylvia Taylor <sylvia.taylor@arm.com>
21372
21373 * config/aarch64/aarch64-simd.md
21374 (aarch64_crypto_aes<aes_op>v16qi): Redefine pattern with xor.
21375 (aarch64_crypto_aes<aesmc_op>v16qi): Remove attribute enabled.
21376 (*aarch64_crypto_aes<aes_op>v16qi_xor_combine): Remove both.
21377 (*aarch64_crypto_aese_fused,
21378 *aarch64_crypto_aesd_fused): Update to new definition.
21379 * config/aarch64/aarch64.c
21380 (aarch_macro_fusion_pair_p): Remove aese/aesmc fusion check.
21381
21382 2019-07-09 Richard Biener <rguenther@suse.de>
21383
21384 * gimple-match.h (gimple_match_op::resimplify): New.
21385 (gimple_resimplify1, gimple_resimplify2, gimple_resimplify3,
21386 gimple_resimplify4, gimple_resimplify5): Remove.
21387 * gimple-match-head.c (gimple_resimplify1, gimple_resimplify2,
21388 gimple_resimplify3, gimple_resimplify4, gimple_resimplify5):
21389 Make static.
21390 (gimple_match_op::resimplify): New.
21391 * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Valueize
21392 according to availability. Use gimple_match_op::resimplify.
21393
21394 2019-07-09 Eric Botcazou <ebotcazou@adacore.com>
21395
21396 * ira-emit.c (emit_moves): Skip DEBUG_INSNs when setting the location.
21397
21398 2019-07-09 Sylvia Taylor <sylvia.taylor@arm.com>
21399
21400 * config/arm/crypto.md:
21401 (crypto_<crypto_pattern>): Redefine aese/aesd pattern with xor.
21402 (crypto_<crypto_pattern>): Remove attribute enabled for aesmc.
21403 (crypto_<crypto_pattern>): Split CRYPTO_BINARY into 2 patterns.
21404 (*aarch32_crypto_aese_fused, *aarch32_crypto_aesd_fused): New.
21405 * config/arm/arm.c
21406 (aarch_macro_fusion_pair_p): Remove aes/aesmc fusion check.
21407 * config/arm/aarch-common-protos.h
21408 (aarch_crypto_can_dual_issue): Remove.
21409 * config/arm/aarch-common.c
21410 (aarch_crypto_can_dual_issue): Likewise.
21411 * config/arm/exynos-m1.md: Remove aese/aesmc fusion.
21412 * config/arm/cortex-a53.md: Likewise.
21413 * config/arm/cortex-a57.md: Likewise.
21414 * config/arm/iterators.md:
21415 (CRYPTO_BINARY): Redefine.
21416 (CRYPTO_UNARY): Removed.
21417 (CRYPTO_AES, CRYPTO_AESMC): New.
21418
21419 2019-07-09 Richard Biener <rguenther@suse.de>
21420
21421 * tree-ssa-sccvn.c (struct vn_walk_cb_data): Add orig_ref member.
21422 (vn_reference_lookup_3): If the main ref has no access path recorded
21423 but orig_ref has use it to do access-path based disambiguation.
21424 (vn_reference_lookup_pieces): Adjust.
21425 (vn_reference_lookup): Pass down original ref if we valueized.
21426
21427 2019-07-09 Martin Liska <mliska@suse.cz>
21428
21429 * doc/extend.texi: Document influence on loop
21430 optimizers.
21431
21432 2019-07-09 Martin Liska <mliska@suse.cz>
21433
21434 * lto-compress.c (lto_normalized_zstd_level): Do not use
21435 ZSTD_CLEVEL_DEFAULT as it is not default in old releases
21436 of libzstd. One can use 0 as a default compression level.
21437
21438 2019-07-09 Martin Liska <mliska@suse.cz>
21439
21440 * doc/invoke.texi: Add link from -fprofile-dir option.
21441 Use better wording for 'gcno filename'.
21442
21443 2019-07-08 Martin Sebor <msebor@redhat.com>
21444
21445 PR middle-end/71924
21446 PR middle-end/90549
21447 * gimple-ssa-isolate-paths.c (isolate_path): Add attribute. Update
21448 comment.
21449 (args_loc_t): New type.
21450 (args_loc_t, locmap_t): same.
21451 (diag_returned_locals): New function.
21452 (is_addr_local): Same.
21453 (handle_return_addr_local_phi_arg, warn_return_addr_local): Same.
21454 (find_implicit_erroneous_behavior): Call warn_return_addr_local_phi_arg.
21455 (find_explicit_erroneous_behavior): Call warn_return_addr_local.
21456
21457 2019-07-08 Jakub Jelinek <jakub@redhat.com>
21458
21459 * tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF
21460 with SSA_NAME address of POINTER_PLUS_EXPR. Handle MULT_EXPR
21461 and casts in offset when different, both through gimple stmts
21462 and through trees. Rewritten using loops to minimize code duplication
21463 for each operand.
21464
21465 2019-07-08 Eric Botcazou <ebotcazou@adacore.com>
21466
21467 * emit-rtl.c (set_insn_locations): New function moved from...
21468 * function.c (set_insn_locations): ...here.
21469 * ira-emit.c (emit_moves): Propagate location of the first instruction
21470 to the inserted move instructions.
21471 * reg-stack.c (compensate_edge): Set the location if the sequence is
21472 inserted on the edge.
21473 * rtl.h (set_insn_locations): Declare.
21474
21475 2019-07-08 Segher Boessenkool <segher@kernel.crashing.org>
21476
21477 * config/rs6000/rs6000.c (rs6000_machine_from_flags): Ignore
21478 OPTION_MASK_PPC_GFXOPT and OPTION_MASK_PPC_GPOPT for selecting the
21479 .machine string.
21480
21481 2019-07-08 Segher Boessenkool <segher@kernel.crashing.org>
21482
21483 PR rtl-optimization/88233
21484 * common.opt (fsplit-wide-types-early): New option.
21485 * common/config/rs6000/rs6000-common.c
21486 (rs6000_option_optimization_table): Add OPT_fsplit_wide_types_early for
21487 OPT_LEVELS_ALL.
21488 * doc/invoke.texi (Optimization Options): Add -fsplit-wide-types-early.
21489 * lower-subreg.c (pass_lower_subreg2::gate): Add test for
21490 flag_split_wide_types_early.
21491 (pass_data_lower_subreg3): New.
21492 (pass_lower_subreg3): New.
21493 (make_pass_lower_subreg3): New.
21494 * passes.def (pass_lower_subreg2): Move after the loop passes.
21495 (pass_lower_subreg3): New, inserted where pass_lower_subreg2 was.
21496 * tree-pass.h (make_pass_lower_subreg2): Move up, to its new place in
21497 the pass pipeline; its previous place is taken by ...
21498 (make_pass_lower_subreg3): ... this.
21499
21500 2019-07-08 Robin Dapp <rdapp@linux.ibm.com>
21501
21502 * config/s390/s390.c (s390_shift_truncation_mask): Define.
21503 (TARGET_SHIFT_TRUNCATION_MASK): Define.
21504
21505 2019-07-08 Robin Dapp <rdapp@linux.ibm.com>
21506
21507 * config/s390/constraints.md: Add new jsc constraint.
21508 * config/s390/predicates.md: New predicates.
21509 * config/s390/s390-protos.h (s390_valid_shift_count): New function.
21510 * config/s390/s390.c (s390_valid_shift_count): New function.
21511 (print_shift_count_operand): Use s390_valid_shift_count.
21512 (print_operand): Likewise.
21513 * config/s390/s390.md: Use new predicate.
21514 * config/s390/subst.md: Remove addr_style_op and masked_op substs.
21515 * config/s390/vector.md: Use new predicate.
21516
21517 2019-07-08 Andrew Waterman <andrew@sifive.com>
21518 Jim Wilson <jimw@sifive.com>
21519
21520 * config/riscv/riscv.md (lshrsi3_zero_extend_3+1): Use operands[1]
21521 bitsize instead of BITS_PER_WORD.
21522
21523 2019-07-08 Martin Liska <mliska@suse.cz>
21524
21525 * collect2.c (defined): Revert to before r254460.
21526 (scan_prog_file): Revert to before r254460.
21527
21528 2019-07-08 Richard Biener <rguenther@suse.de>
21529
21530 PR tree-optimization/83518
21531 * tree-ssa-sccvn.c: Include splay-tree.h.
21532 (struct pd_range, struct pd_data): New.
21533 (struct vn_walk_cb_data): Add data to track partial definitions.
21534 (vn_walk_cb_data::~vn_walk_cb_data): New.
21535 (vn_walk_cb_data::push_partial_def): New.
21536 (pd_tree_alloc, pd_tree_dealloc, pd_range_compare): New.
21537 (vn_reference_lookup_2): When partial defs are registered give up.
21538 (vn_reference_lookup_3): Track partial defs for memset and
21539 constructor zeroing and for defs from constants.
21540
21541 2019-07-08 Richard Sandiford <richard.sandiford@arm.com>
21542
21543 * doc/install.texi (bootstrap-Og): Document.
21544
21545 2019-07-08 Richard Sandiford <richard.sandiford@arm.com>
21546
21547 * config/riscv/pic.md (*local_pic_load_s<mode>)
21548 (*local_pic_load_u<mode>): Explicitly specify the mode iterator
21549 referenced by <mode>, giving...
21550 (*local_pic_load_s<SUBX:mode>, *local_pic_load_u<SUBX:mode>): ...these.
21551 * config/riscv/riscv.md (*sge<u>_<X:mode><GPR:mode>)
21552 (*slt<u>_<X:mode><GPR:mode>, *sle<u>_<X:mode><GPR:mode>): Explicitly
21553 use <X:MODE> for the mode attribute.
21554
21555 2019-07-07 Jeff Law <law@redhat.com>
21556
21557 PR tree-optimization/91090
21558 * tree-ssa-dom.c (simplify_stmt_for_jump_threading): Fix logic error
21559 in handling of ranges to simplify switch statements.
21560
21561 2019-07-07 Iain Sandoe <iain@sandoe.co.uk>
21562
21563 * config/darwin.c (darwin_override_options): Make a final check on PIC
21564 options.
21565
21566 2019-07-07 Iain Sandoe <iain@sandoe.co.uk>
21567
21568 * config/darwin.c (darwin_override_options): Don't jam symbol stubs
21569 on for kernel code.
21570
21571 2019-07-07 Richard Sandiford <richard.sandiford@arm.com>
21572
21573 PR target/91068
21574 * config/mips/mips.md (*mul_acc_si, *mul_acc_si_r3900, *macc)
21575 (*msac, *msac_using_macc, *mul_sub_si): Use "l" for input operands
21576 instead of matching them to "l" output operands.
21577
21578 2019-07-07 Richard Sandiford <richard.sandiford@arm.com>
21579
21580 * config/mips/mips.c (mips_split_move): Zero-initialize addr
21581 and check whether addr.reg is nonnull before using it.
21582
21583 2019-07-06 Jakub Jelinek <jakub@redhat.com>
21584
21585 * omp-low.c (lower_rec_input_clauses): For lastprivate clauses in
21586 ctx->for_simd_scan_phase simd copy the outer var to the privatized
21587 variable(s). For conditional lastprivate look through outer
21588 GIMPLE_OMP_SCAN context.
21589 (lower_omp_1): For conditional lastprivate look through outer
21590 GIMPLE_OMP_SCAN context.
21591
21592 * omp-low.c (struct omp_context): Rename combined_into_simd_safelen0
21593 member to combined_into_simd_safelen1.
21594 (lower_rec_input_clauses, lower_omp_1): Adjust uses.
21595 (lower_lastprivate_clauses): Likewise. For conditional lastprivate
21596 clauses if ctx->combined_into_simd_safelen1 put statements after the
21597 predicate conditionalized block rather than into it.
21598
21599 2019-07-06 Richard Sandiford <richard.sandiford@arm.com>
21600
21601 * config/s390/s390.md (*negabs<FP:mode>2_nocc): Use FP for
21602 operand 1.
21603 * config/s390/vx-builtins.md (*vec_cmp<insn_cmp><mode>_cconly):
21604 Make the choice of <mode> explicit, giving...
21605 (*vec_cmp<insn_cmp><VF_HW:mode>_cconly): ...this.
21606
21607 2019-07-06 Richard Sandiford <richard.sandiford@arm.com>
21608
21609 * config/i386/i386.md (*fop_<X87MODEF:mode>_3_i387)
21610 (l<rounding_insn><MODEF:mode><SWI48:mode>2): Fix ambiguous uses
21611 of .md attributes.
21612 * config/i386/sse.md (*avx512pf_gatherpf<mode>sf_mask)
21613 (*avx512pf_gatherpf<mode>df_mask, *avx512pf_scatterpf<mode>sf_mask)
21614 (*avx512pf_scatterpf<mode>df_mask, *avx2_gathersi<mode>)
21615 (*avx2_gathersi<mode>_2, *avx2_gatherdi<mode>)
21616 (*avx2_gatherdi<mode>_2, *avx2_gatherdi<mode>_3): Likewise.
21617 (*avx2_gatherdi<mode>_4, *avx512f_gathersi<mode>): Likewise.
21618 (*avx512f_gathersi<mode>_2, *avx512f_gatherdi<mode>): Likewise.
21619 (*avx512f_gatherdi<mode>_2, *avx512f_scattersi<mode>): Likewise.
21620 (*avx512f_scatterdi<mode>): Likewise.
21621 (*andnot<mode>3_bcst): Fix VI/VI48_AVX512VL typo.
21622
21623 2019-07-06 Richard Sandiford <richard.sandiford@arm.com>
21624
21625 * config/h8300/h8300.md (*push1_h8300hs_<mode>): Explicitly
21626 specify the mode iterator referenced by <mode>, giving...
21627 (*push1_h8300hs_<QHI:mode>): ...this.
21628
21629 2019-07-06 Richard Sandiford <richard.sandiford@arm.com>
21630
21631 * config/gcn/gcn-valu.md
21632 (vcond<VEC_1REG_MODE:mode><VEC_1REG_ALT:mode>): Use
21633 gen_vec_cmp<VEC_1REG_ALT:mode>di rather than (implicitly)
21634 gen_vec_cmp<VEC_1REG_MODE:mode>di. Explicitly use
21635 gen_vcond_mask_<VEC_1REG_MODE:mode>di.
21636 (vcond<VEC_1REG_MODE:mode><VEC_1REG_ALT:mode>_exec): Likewise,
21637 but using the _exec comparison patterns.
21638 (vcondu<VEC_1REG_INT_MODE:mode><VEC_1REG_INT_ALT:mode>): Use
21639 gen_vec_cmp<VEC_1REG_INT_ALT:mode>di rather than (implicitly)
21640 gen_vec_cmp<VEC_1REG_INT_MODE:mode>di. Explicitly use
21641 gen_vcond_mask_<VEC_1REG_INT_MODE:mode>di.
21642 (vcondu<VEC_1REG_INT_MODE:mode><VEC_1REG_INT_ALT:mode>_exec): Likewise,
21643 but using the _exec comparison patterns.
21644
21645 2019-07-06 Richard Sandiford <richard.sandiford@arm.com>
21646
21647 * config/arm/sync.md
21648 (@atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): Use
21649 <NARROW:sync_predtab> instead of (implicitly) <CCSI:sync_predtab>.
21650 (@atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): Likewise use
21651 <SIDI:sync_predtab>. Use <SIDI:cas_cmp_operand> and
21652 <SIDI:cas_cmp_str>.
21653
21654 2019-07-06 Jakub Jelinek <jakub@redhat.com>
21655
21656 * omp-low.c (struct omp_context): Add for_simd_scan_phase member.
21657 (maybe_lookup_ctx): Add forward declaration.
21658 (omp_find_scan): Likewise. Walk into body of simd if composited
21659 with worksharing loop.
21660 (scan_omp_simd_scan): New function.
21661 (scan_omp_1_stmt): Call it.
21662 (lower_rec_simd_input_clauses): Don't create rvar nor rvar2 if
21663 ctx->for_simd_scan_phase.
21664 (lower_rec_input_clauses): Do much less work for inscan reductions
21665 in ctx->for_simd_scan_phase is_simd regions.
21666 (lower_omp_scan): Set is_simd also on simd constructs composited
21667 with worksharing loop, unless ctx->for_simd_scan_phase. Never emit
21668 a sorry message. Don't change GIMPLE_OMP_SCAN stmts into nops and
21669 emit their body after in simd constructs composited with worksharing
21670 loop.
21671 (lower_omp_for_scan): Handle worksharing loop composited with simd.
21672
21673 * omp-low.c (omp_find_scan): Make static.
21674 (lower_omp_for_scan): Fix order of merge arguments in input phase of
21675 the second loop, var2 represents the first partial sum and so needs
21676 to go before rprivb[ivar].
21677
21678 2019-07-05 Iain Sandoe <iain@sandoe.co.uk>
21679
21680 * config/rs6000/rs6000-logue.c: Remove unused code.
21681
21682 2019-07-05 Eric Botcazou <ebotcazou@adacore.com>
21683
21684 * tree-ssa-loop-manip.c (create_iv): Add missing guard for gsi_end_p.
21685
21686 2019-07-05 Sam Tebbs <sam.tebbs@arm.com>
21687
21688 PR target/90712
21689 * config/aarch64/aarch64.c (aarch64_post_cfi_startproc): Replace thunk
21690 check with a frame laid out check.
21691
21692 2019-07-05 Richard Biener <rguenther@suse.de>
21693
21694 * tree-ssa-sccvn.c (vn_reference_lookup_3): Valueize RHS
21695 when comparing against a store with possibly the same value.
21696
21697 2019-07-05 Richard Biener <rguenther@suse.de>
21698
21699 PR tree-optimization/91091
21700 * tree-ssa-alias.h (get_continuation_for_phi): Add tbaa_p parameter.
21701 (walk_non_aliased_vuses): Likewise.
21702 * tree-ssa-alias.c (maybe_skip_until): Pass down tbaa_p.
21703 (get_continuation_for_phi): New tbaa_p parameter and pass
21704 it down.
21705 (walk_non_aliased_vuses): Likewise.
21706 * ipa-prop.c (determine_known_aggregate_parts): Adjust.
21707 * tree-ssa-pre.c (translate_vuse_through_block): Likewise.
21708 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
21709 Likewise.
21710 * tree-ssa-sccvn.c (struct vn_walk_cb_data): Add tbaa_p flag.
21711 (adjust_offsets_for_equal_base_address): New function.
21712 (vn_reference_lookup_3): Use it to catch more base equivalences.
21713 Handle and pass down tbaa_p flag.
21714 (vn_reference_lookup_pieces): Adjust.
21715 (vn_reference_lookup): Remove alias-set altering, instead pass
21716 down false as tbaa_p.
21717
21718 2019-07-05 Richard Biener <rguenther@suse.de>
21719
21720 PR tree-optimization/91091
21721 * tree-ssa-sccvn.c (vn_reference_lookup_3): Overlap of
21722 accesses can happen with -fno-strict-aliasing.
21723
21724 2019-07-05 Jan Hubicka <hubicka@ucw.cz>
21725
21726 * tree-ssa-alias.c (alias_stats): Add
21727 nonoverlapping_component_refs_since_match_p_must_overlap.
21728 (dump_alias_stats): Print it.
21729 (nonoverlapping_component_refs_since_match_p): Add early exit.
21730 (nonoverlapping_component_refs_p): Do not account early exit.
21731
21732 2019-07-05 Eric Botcazou <ebotcazou@adacore.com>
21733
21734 * except.c (emit_to_new_bb_before): Make sure to put a location on SEQ.
21735 * tree-eh.c (replace_goto_queue_1) <GIMPLE_GOTO>: Propagate location.
21736 (emit_eh_dispatch): Delete.
21737 (lower_catch): Emit the eh_dispatch manually and set the location of
21738 the first catch statement onto it.
21739 (lower_eh_filter): Emit the eh_dispatch manually and set location.
21740 (lower_eh_dispatch): Propagate location.
21741 * tree-outof-ssa.c (set_location_for_edge): Handle EH edges specially.
21742 (eliminate_build): Likewise.
21743
21744 2019-07-05 Eric Botcazou <ebotcazou@adacore.com>
21745
21746 * tree-cfg.c (gimple_make_forwarder_block): Propagate location info on
21747 phi nodes if possible.
21748 * tree-scalar-evolution.c (final_value_replacement_loop): Propagate
21749 location info on the newly created statement.
21750 * tree-ssa-loop-manip.c (create_iv): Propagate location info on the
21751 newly created increment if needed.
21752
21753 2019-07-04 Jakub Jelinek <jakub@redhat.com>
21754
21755 PR middle-end/78884
21756 * gimplify.c (struct gimplify_omp_ctx): Add add_safelen1 member.
21757 (gimplify_bind_expr): If seeing TREE_ADDRESSABLE VLA inside of simd
21758 loop body, set ctx->add_safelen1 instead of making it GOVD_PRIVATE.
21759 (gimplify_adjust_omp_clauses): Add safelen (1) clause if
21760 ctx->add_safelen1 is set.
21761
21762 * omp-expand.c (expand_omp_for_static_nochunk): Don't emit
21763 GOMP_loop_start at the start of second worksharing loop in a scan.
21764 For nowait, don't emit GOMP_loop_end_nowait at the end of first
21765 worksharing loop in a scan even if there are conditional lastprivates,
21766 and do emit GOMP_loop_end_nowait at the end of second worksharing loop.
21767
21768 2019-07-04 Jan Hubicka <jh@suse.cz>
21769
21770 * tree-ssa-alias.c (nonoverlapping_component_refs_since_match_p):
21771 Fix check for match in the ref walk.
21772
21773 2019-07-04 Martin Liska <mliska@suse.cz>
21774
21775 * tree-ssa-loop-niter.c
21776 (get_upper_bound_based_on_builtin_expr_with_prob): New function.
21777 (estimate_numbers_of_iterations):
21778 Support __builtin_expect_with_probability for analysis
21779 of # of loop iterations.
21780
21781 2019-07-04 Alexandre Oliva <oliva@adacore.com>
21782
21783 * doc/generic.texi (Cleanups): Document EH_ELSE_EXPR.
21784 * except.c: Likewise.
21785 * expr.c (expand_expr_real_1): Reject it.
21786 * gimplify.c (gimplify_expr): Gimplify it, within
21787 TRY_FINALLY_EXPR.
21788 * tree-dump.c (dequeue_and_dump): Dump it.
21789 * tree-pretty-print.c (dump_generic_node): Likewise.
21790 * tree.c (block_may_fallthru): Handle it.
21791 * tree.def (EH_ELSE_EXPR): Introduce it.
21792 * gimple-pretty-print.c (dump_gimple_try): Dump TRY_FINALLY
21793 with GIMPLE_EH_ELSE as try/finally/else.
21794
21795 2019-07-04 Richard Biener <rguenther@suse.de>
21796
21797 PR ipa/91062
21798 * tree-pass.h (execute_all_ipa_transforms): Add a flag
21799 parameter whether to disable GC collection.
21800 * passes.c (execute_one_ipa_transform_pass): Likewise, and
21801 honor it.
21802 (execute_all_ipa_transforms): Likewise and pass it down.
21803 * cgraph.c (cgraph_node::get_body): Do not invoke garbage
21804 collection from applying IPA transforms.
21805 * cgraphunit.c (cgraph_node::expand): Allow garbage collection
21806 from applying IPA transforms.
21807
21808 2019-07-04 Richard Biener <rguenther@suse.de>
21809
21810 PR tree-optimization/90911
21811 * tree-vectorizer.h (_loop_vec_info::scalar_loop_scaling): New field.
21812 (LOOP_VINFO_SCALAR_LOOP_SCALING): new.
21813 * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize
21814 scalar_loop_scaling.
21815 (vect_transform_loop): Scale scalar loop profile if needed.
21816 * tree-vect-loop-manip.c (vect_loop_versioning): When re-using
21817 the loop copy from if-conversion adjust edge probabilities
21818 and scale the vectorized loop body profile, queue the scalar
21819 profile for updating after peeling.
21820
21821 2019-07-04 Jan Hubicka <jh@suse.cz>
21822
21823 * tree-ssa-alias.c (decl_refs_may_alias_p): Add size1 and size2
21824 parameters; return early for must-alias.
21825 (indirect_ref_may_alias_decl_p): Likewise; when establishing
21826 outer types match, try nonoverlapping_component_refs
21827 if must-alias is not obvious.
21828 (indirect_refs_may_alias_p): Likewise.
21829 (refs_may_alias_p_2): Likewise.
21830
21831 2019-07-04 Richard Biener <rguenther@suse.de>
21832
21833 * tree-ssa-sccvn.h (vn_reference_lookup): Add last_vuse_ptr
21834 argument.
21835 * tree-ssa-sccvn.c (last_vuse_ptr, vn_walk_kind): Move
21836 globals into...
21837 (struct vn_walk_cb_data): New callback data struct.
21838 (vn_reference_lookup_2): Adjust.
21839 (vn_reference_lookup_3): Likewise.
21840 (vn_reference_lookup_pieces): Likewise.
21841 (vn_reference_lookup): Likewise, get last_vuse_ptr argument.
21842 (visit_reference_op_load): Adjust.
21843
21844 2019-07-04 Jakub Jelinek <jakub@redhat.com>
21845
21846 PR tree-optimization/91063
21847 * tree-vect-stmts.c (vect_init_vector): Call gsi_remove to remove
21848 stmt from stmts sequence before calling vect_init_vector_1.
21849 Formatting fix.
21850
21851 2019-07-04 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
21852
21853 PR target/88833
21854 * fwprop.c (reg_single_def_p): New function.
21855 (propagate_rtx_1): Add unconditional else inside RTX_EXTRA case.
21856 (forward_propagate_into): New parameter reg_prop_only
21857 with default value false.
21858 Propagate def's src into loop only if SET_SRC and SET_DEST
21859 of def_set have single definitions.
21860 Likewise if reg_prop_only is set to true.
21861 (fwprop): New param fwprop_addr_p.
21862 Integrate fwprop_addr into fwprop.
21863 (fwprop_addr): Remove.
21864 (pass_rtl_fwprop_addr::execute): Call fwprop with arg set
21865 to true.
21866 (pass_rtl_fwprop::execute): Call fwprop with arg set to false.
21867 * simplify-rtx.c (simplify_subreg): Add case for vector comparison.
21868 * config/i386/sse.md (UNSPEC_BLENDV): Adjust pattern.
21869
21870 2019-07-04 Jakub Jelinek <jakub@redhat.com>
21871
21872 * omp-low.c (lower_omp_scan): Call lower_omp on stmt's body
21873 in worksharing loop scans.
21874
21875 PR tree-optimization/91074
21876 * omp-low.c (lower_omp_for_scan): Set DECL_GIMPLE_REG_P on cplx
21877 temporary.
21878
21879 PR rtl-optimization/90756
21880 * explow.c (promote_ssa_mode): Always use TYPE_MODE, don't bypass it
21881 for VECTOR_TYPE_P.
21882
21883 2019-07-03 Dennis Zhang <dennis.zhang@arm.com>
21884
21885 * config/aarch64/aarch64.md: Remove redundant constraints from
21886 define_expand but keep some patterns untouched if they are
21887 specially selected by TARGET_SECONDARY_RELOAD hook.
21888 * config/aarch64/aarch64-sve.md: Likewise.
21889 * config/aarch64/atomics.md: Remove redundant constraints from
21890 define_expand.
21891 * config/aarch64/aarch64-simd.md: Likewise.
21892
21893 2019-07-03 Iain Sandoe <iain@sandoe.co.uk>
21894
21895 * config/darwin.h (DRIVER_SELF_SPECS): Remove the linker cases.
21896 (RDYNAMIC): Rename to, DARWIN_RDYNAMIC.
21897 (DARWIN_PIE_SPEC, DARWIN_NOPIE_SPEC): Adjust to remove the Xlinker
21898 clauses.
21899 (LINK_COMMAND_SPEC_A): Add DARWIN_RDYNAMIC, DARWIN_PIE_SPEC and
21900 DARWIN_NOPIE_SPEC.
21901
21902 2019-07-03 Iain Sandoe <iain@sandoe.co.uk>
21903
21904 * config/darwin.h (REAL_LIBGCC_SPEC): Adjust for earlier Darwin.
21905 (STARTFILE_SPEC): Split crt3 into a separate spec.
21906 (DARWIN_EXTRA_SPECS): Add crt2 and crt3 spec.
21907 (DARWIN_CRT2_SPEC): New.
21908 (DARWIN_CRT3_SPEC): New.
21909 (MIN_LD64_OMIT_STUBS): Revise to 62.1.
21910 * config/rs6000/darwin.h (DARWIN_CRT2_SPEC): Revise conditions.
21911 (DARWIN_CRT3_SPEC): New.
21912
21913 2019-07-03 Michael Meissner <meissner@linux.ibm.com>
21914
21915 * config/rs6000/altivec.md (altivec_mov<mode>, VM2 iterator):
21916 Change the RTL attribute "length" from "4" to "*" to allow the
21917 length attribute to be adjusted automatically for prefixed load,
21918 store, and add immediate instructions.
21919 * config/rs6000/rs6000.md (extendhi<mode>2, EXTHI iterator):
21920 Likewise.
21921 (extendsi<mode>2, EXTSI iterator): Likewise.
21922 (movsi_internal1): Likewise.
21923 (movsi_from_sf): Likewise.
21924 (movdi_from_sf_zero_ext): Likewise.
21925 (mov<mode>_internal): Likewise.
21926 (movcc_internal1, QHI iterator): Likewise.
21927 (mov<mode>_softfloat, FMOVE32 iterator): Likewise.
21928 (movsf_from_si): Likewise.
21929 (mov<mode>_hardfloat32, FMOVE64 iterator): Likewise.
21930 (mov<mode>_softfloat64, FMOVE64 iterator): Likewise.
21931 (mov<mode>, FMOVE128 iterator): Likewise.
21932 (movdi_internal64): Likewise.
21933 * config/rs6000/vsx.md (vsx_le_permute_<mode>, VSX_TI iterator):
21934 Likewise.
21935 (vsx_le_undo_permute_<mode>, VSX_TI iterator): Likewise.
21936 (vsx_mov<mode>_64bit, VSX_M iterator): Likewise.
21937 (vsx_mov<mode>_32bit, VSX_M iterator): Likewise.
21938 (vsx_splat_v4sf): Likewise.
21939
21940 2019-07-03 Mark Wielaard <mark@klomp.org>
21941
21942 PR debug/90981
21943 * dwarf2out.c (add_top_level_skeleton_die_attrs): Only add
21944 DW_AT_addr_base if there is actually a .debug_addr section with
21945 addresses.
21946 (output_addr_table): Add DWARF5 table header generation here after
21947 checking there are actually any addresses from...
21948 (dwarf2out_finish): ...here.
21949
21950 2019-07-03 Richard Biener <rguenther@suse.de>
21951
21952 PR middle-end/91069
21953 * match.pd (vec_perm -> bit_insert): Fix element read from
21954 first vector.
21955
21956 2019-07-03 Martin Liska <mliska@suse.cz>
21957
21958 * dbgcnt.def (DEBUG_COUNTER): Add match debug counter.
21959 * genmatch.c (dt_simplify::gen_1): Generate dbgcnt
21960 condition.
21961 * generic-match-head.c: Include dbgcnt.h.
21962 * gimple-match-head.c: Likewise.
21963
21964 2019-07-03 Martin Liska <mliska@suse.cz>
21965
21966 * gcov-counter.def (GCOV_COUNTER_V_SINGLE): Remove.
21967 (GCOV_COUNTER_V_TOPN): New.
21968 (GCOV_COUNTER_V_INDIR): Use _topn.
21969 * gcov-io.h (GCOV_DISK_SINGLE_VALUES): Remove.
21970 (GCOV_TOPN_VALUES): New.
21971 (GCOV_SINGLE_VALUE_COUNTERS): Remove.
21972 (GCOV_TOPN_VALUES_COUNTERS): New.
21973 * profile.c (instrument_values): Use HIST_TYPE_TOPN_VALUES.
21974 * tree-profile.c:
21975 (gimple_init_gcov_profiler): Rename variables from one_value
21976 to topn_values.
21977 (gimple_gen_one_value_profiler): Remove.
21978 (gimple_gen_topn_values_profiler): New function.
21979 * value-prof.c (dump_histogram_value): Use TOPN_VALUES
21980 names instead of SINGLE_VALUE.
21981 (stream_out_histogram_value): Likewise.
21982 (stream_in_histogram_value): Likewise.
21983 (get_most_common_single_value): Likewise.
21984 (gimple_divmod_fixed_value_transform): Likewise.
21985 (gimple_stringops_transform): Likewise.
21986 (gimple_divmod_values_to_profile): Likewise.
21987 (gimple_stringops_values_to_profile): Likewise.
21988 (gimple_find_values_to_profile): Likewise.
21989 * value-prof.h (enum hist_type): Rename to TOPN.
21990 (gimple_gen_one_value_profiler): Remove.
21991 (gimple_gen_topn_values_profiler): New.
21992
21993 2019-07-03 Eric Botcazou <ebotcazou@adacore.com>
21994
21995 * dwarf2out.c (add_scalar_info): Add back refererence to existing DIE
21996 if it has the DW_AT_data_member_location attribute.
21997
21998 2019-07-03 Richard Biener <rguenther@suse.de>
21999
22000 * gimple-pretty-print.c (dump_ternary_rhs): Fix BIT_INSERT_EXPR
22001 dumping.
22002
22003 2019-07-03 Sylvia Taylor <sylvia.taylor@arm.com>
22004
22005 * config/aarch64/aarch64.md (FP_REGNUM): New constant.
22006 (tlsdesc_small_advsimd_<mode>): Add use of FP_REGNUM.
22007 (tlsdesc_small_sve_<mode>): Likewise.
22008
22009 2019-07-03 Martin Liska <mliska@suse.cz>
22010
22011 * Makefile.in: Define ZSTD_LIB.
22012 * common.opt: Adjust compression level
22013 to support also zstd levels.
22014 * config.in: Regenerate.
22015 * configure: Likewise.
22016 * configure.ac: Add --with-zstd and --with-zstd-include options
22017 and detect ZSTD.
22018 * doc/install.texi: Mention zstd dependency.
22019 * gcc.c: Print supported LTO compression algorithms.
22020 * lto-compress.c (lto_normalized_zstd_level): Likewise.
22021 (lto_compression_zstd): Likewise.
22022 (lto_uncompression_zstd): Likewise.
22023 (lto_end_compression): Dispatch in between zlib and zstd.
22024 (lto_compression_zlib): Mark with ATTRIBUTE_UNUSED.
22025 (lto_uncompression_zlib): Make it static.
22026 * lto-compress.h (lto_end_uncompression): Fix GNU coding style.
22027 * lto-section-in.c (lto_get_section_data): Pass info
22028 about used compression.
22029 * lto-streamer-out.c: By default use zstd when possible.
22030 * timevar.def (TV_IPA_LTO_DECOMPRESS): Rename to decompression
22031 (TV_IPA_LTO_COMPRESS): Likewise for compression.
22032
22033 2019-07-03 Martin Liska <mliska@suse.cz>
22034
22035 * lto-section-in.c (lto_get_section_data): Add "lto" section.
22036 * lto-section-out.c (lto_destroy_simple_output_block): Never
22037 compress LTO_section_lto section.
22038 * lto-streamer-out.c (produce_asm): Do not set major_version
22039 and minor_version.
22040 (lto_output_toplevel_asms): Likewise.
22041 (produce_lto_section): New function.
22042 (lto_output): Call produce_lto_section.
22043 (lto_write_mode_table): Do not set major_version and
22044 minor_version.
22045 (produce_asm_for_decls): Likewise.
22046 * lto-streamer.h (enum lto_section_type): Add LTO_section_lto
22047 type.
22048 (struct lto_header): Remove.
22049 (struct lto_section): New struct.
22050 (struct lto_simple_header): Do not inherit from lto_header.
22051 (struct lto_file_decl_data): Add lto_section_header field.
22052
22053 2019-07-03 Martin Liska <mliska@suse.cz>
22054
22055 * lra-eliminations.c (eliminate_regs_in_insn): Remove
22056 dead assignemts.
22057 * reg-stack.c (check_asm_stack_operands): Likewise.
22058 * tree-ssa-structalias.c (create_function_info_for): Likewise.
22059 * tree-vect-generic.c (expand_vector_operations_1): Likewise.
22060 * config/i386/i386-expand.c (ix86_expand_sse2_mulvxdi3): Use
22061 force_expand_binop.
22062
22063 2019-07-03 Martin Liska <mliska@suse.cz>
22064
22065 PR tree-optimization/90892
22066 * builtins.c (inline_expand_builtin_string_cmp): Handle '\0'
22067 in string constants.
22068
22069 2019-07-03 Martin Liska <mliska@suse.cz>
22070
22071 PR middle-end/90899
22072 * multiple_target.c (create_dispatcher_calls): Add to comdat
22073 group only if set for ifunc.
22074
22075 2019-07-03 Martin Liska <mliska@suse.cz>
22076
22077 PR target/88056
22078 * config/i386/host-mingw32.c (mingw32_gt_pch_use_address):
22079 Define local_object_name in outer scope in order to handle
22080 use-after-scope issue.
22081
22082 2019-07-03 Martin Liska <mliska@suse.cz>
22083
22084 * common.opt: Add fprofile-note.
22085 * coverage.c (coverage_init): Append the option
22086 to bbg_file_name.
22087 * doc/invoke.texi: Document -fprofile-note.
22088
22089 2019-07-03 Jakub Jelinek <jakub@redhat.com>
22090
22091 PR tree-optimization/91033
22092 * tree-vectorizer.h (vect_mark_stmts_to_be_vectorized,
22093 vect_analyze_data_refs): Add bool * arguments.
22094 * tree-vect-data-refs.c (vect_analyze_data_refs): Add fatal argument,
22095 if failure is due to scatter/gather, set *fatal to false if non-NULL.
22096 * tree-vect-stmts.c (vect_mark_stmts_to_be_vectorized): Likewise.
22097 * tree-vect-loop.c (vect_analyze_loop_2): Adjust
22098 vect_mark_stmts_to_be_vectorized and vect_analyze_data_refs callers.
22099 * tree-vect-slp.c (vect_slp_analyze_bb_1): Adjust
22100 vect_analyze_data_refs caller.
22101
22102 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_
22103 clause.
22104 * tree.h (OMP_CLAUSE_DECL): Use OMP_CLAUSE__SCANTEMP_ instead of
22105 OMP_CLAUSE__CONDTEMP_ as range's upper bound.
22106 (OMP_CLAUSE__SCANTEMP__ALLOC, OMP_CLAUSE__SCANTEMP__CONTROL): Define.
22107 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
22108 OMP_CLAUSE__SCANTEMP_ entry.
22109 (walk_tree_1): Handle OMP_CLAUSE__SCANTEMP_.
22110 * tree-pretty-print.c (dump_omp_clause): Likewise.
22111 * tree-nested.c (convert_nonlocal_omp_clauses,
22112 convert_local_omp_clauses): Likewise.
22113 * omp-general.h (struct omp_for_data): Add have_scantemp and
22114 have_nonctrl_scantemp members.
22115 * omp-general.c (omp_extract_for_data): Initialize them.
22116 * omp-low.c (struct omp_context): Add scan_exclusive member.
22117 (scan_omp_1_stmt): Don't unnecessarily mask gimple_omp_for_kind
22118 result again with GF_OMP_FOR_KIND_MASK. Initialize also
22119 ctx->scan_exclusive.
22120 (lower_rec_simd_input_clauses): Use ctx->scan_exclusive instead
22121 of !ctx->scan_inclusive.
22122 (lower_rec_input_clauses): Simplify gimplification of dtors using
22123 gimplify_and_add. For non-is_simd test OMP_CLAUSE_REDUCTION_INSCAN
22124 rather than rvarp. Handle OMP_CLAUSE_REDUCTION_INSCAN in worksharing
22125 loops. Don't add barrier for reduction_omp_orig_ref if
22126 ctx->scan_??xclusive.
22127 (lower_reduction_clauses): Don't do anything for ctx->scan_??xclusive.
22128 (lower_omp_scan): Use ctx->scan_exclusive instead
22129 of !ctx->scan_inclusive. Handle worksharing loops with inscan
22130 reductions. Use new_vard != new_var instead of repeated
22131 omp_is_reference calls.
22132 (omp_find_scan, lower_omp_for_scan): New functions.
22133 (lower_omp_for): Call lower_omp_for_scan for worksharing loops with
22134 inscan reductions.
22135 * omp-expand.c (expand_omp_scantemp_alloc): New function.
22136 (expand_omp_for_static_nochunk): Handle fd->have_nonctrl_scantemp
22137 and fd->have_scantemp.
22138
22139 * gimplify.c (gimplify_scan_omp_clauses): For inscan reductions
22140 on worksharing loop propagate it as shared clause to containing
22141 combined parallel.
22142
22143 * omp-expand.c (expand_omp_for_static_nochunk,
22144 expand_omp_for_static_chunk): For nowait worksharing loop with
22145 conditional lastprivate clause(s), emit GOMP_loop_end_nowait call
22146 at the end.
22147
22148 2019-07-02 qing zhao <qing.zhao@oracle.com>
22149
22150 PR preprocessor/90581
22151 * doc/cppopts.texi: Add document for -fmax-include-depth.
22152 * doc/invoke.texi (Preprocessor Options): List -fmax-include-depth.
22153
22154 2019-07-02 Uroš Bizjak <ubizjak@gmail.com>
22155
22156 * config/i386/mmx.md (mmx_pack<s_trunsuffix>swb):
22157 Use TARGET_SSE2 && SSE_REGNO_P in split condition.
22158 (mmx_packssdw): Ditto.
22159 (mmx_punpckhbw): Ditto.
22160 (mmx_punpcklbw): Ditto.
22161 (mmx_punpckhwd): Ditto.
22162 (mmx_punpcklwd): Ditto.
22163 (mmx_punpckhdq): Ditto.
22164 (mmx_punpckldq): Ditto.
22165 (*vec_dupv4hi): Ditto.
22166 (*vec_dupv2si): Ditto.
22167 (mmx_pmovmskb): Ditto.
22168 * config/i386/sse.md (sse_cvtpi2ps): Use
22169 TARGET_SSE2 && SSE_REG_P in split condition.
22170 (ssse3_ph<plusminus_mnemonic>wv4hi3): Use
22171 TARGET_SSSE3 && SSE_REGNO_P in split condition.
22172 (ssse3_ph<plusminus_mnemonic>dv2si3): Ditto.
22173 (ssse3_pshufbv8qi3): Ditto.
22174 (ssse3_palignrdi): Ditto.
22175
22176 2019-07-02 Andrew Stubbs <ams@codesourcery.com>
22177
22178 * config/gcn/gcn.md (movdi_symbol_save_scc): Convert to define_insn
22179 with inlined save and restore.
22180
22181 2019-07-02 Eric Botcazou <ebotcazou@adacore.com>
22182
22183 * cfgexpand.c (pass_expand::execute): Deal specially with instructions
22184 to be inserted on single successor edge of the entry block. Then call
22185 commit_edge_insertions instead of inserting the instructions manually.
22186 * cfgrtl.c (commit_edge_insertions): Do not verify flow info during
22187 RTL expansion and rebuild jump labels chain.
22188
22189 2019-07-02 Richard Biener <rguenther@suse.de>
22190
22191 * tree-core.h (enum tree_index): Add TI_CHREC_DONT_KNOW and
22192 TI_CHREC_KNOWN.
22193 * tree.h (chrec_not_analyzed_yet, chrec_dont_know, chrec_known):
22194 Define here.
22195 * tree.c (build_common_tree_nodes): Initialize them.
22196 * tree-chrec.h (chrec_not_analyzed_yet, chrec_dont_know, chrec_known):
22197 Make declarations comments.
22198 * tree-scalar-evolution.c (chrec_not_analyzed_yet, chrec_dont_know,
22199 chrec_known): Remove definitions.
22200 (initialize_scalar_evolutions_analyzer): Remove.
22201 (scev_initialize): Do not call initialize_scalar_evolutions_analyzer.
22202 * tree-streamer.c (preload_common_nodes): Do not preload
22203 TI_CHREC_DONT_KNOW or TI_CHREC_KNOWN.
22204
22205 2019-07-02 Jan Hubicka <jh@suse.cz>
22206
22207 * tree-ssa-alias.c (aliasing_component_refs_p): Remove forgotten
22208 sanity check.
22209
22210 2019-07-02 Jan Hubicka <jh@suse.cz>
22211
22212 * tree-ssa-alias.c (nonoverlapping_component_refs_for_decl_p): Rename
22213 to ..
22214 (nonoverlapping_component_refs_since_match_p): ... this one;
22215 handle also non-decl bases; return -1 if search gave up.
22216 (alias_stats): Rename nonoverlapping_component_refs_of_decl_p_may_alias,
22217 nonoverlapping_component_refs_of_decl_p_no_alias to
22218 nonoverlapping_component_refs_since_match_p_may_alias,
22219 nonoverlapping_component_refs_since_match_p_no_alias.
22220 (dump_alias_stats): Update dumping.
22221 (aliasing_matching_component_refs_p): Break out from ...;
22222 dispatch to nonoverlapping_component_refs_for_decl_p
22223 and nonoverlapping_component_refs_since_match_p.
22224 (aliasing_component_refs_p): ... here; call
22225 nonoverlapping_component_refs_p in scenarios where we can not
22226 precisely determine base match.
22227 (decl_refs_may_alias_p): Use
22228 nonoverlapping_component_refs_since_match_p.
22229 (indirect_ref_may_alias_decl_p): Do not call
22230 nonoverlapping_component_refs_p.
22231 (indirect_refs_may_alias_p): Likewise.
22232
22233 2019-07-02 Jan Hubicka <jh@suse.cz>
22234
22235 * tree-inline.c (remap_gimple_stmt): Do not subtitute handled components
22236 to clobber of return value.
22237
22238 2019-07-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22239
22240 * config/arm/cortex-a57.md (cortex_a57_neon_type): Use neon_arith_basic
22241 for is_neon_type instructions that have not already been categorized.
22242
22243 2019-07-02 Richard Biener <rguenther@suse.de>
22244
22245 PR tree-optimization/58483
22246 * tree-ssa-scopedtables.c (avail_expr_hash): Use OEP_ADDRESS_OF
22247 for MEM_REF base hashing.
22248 (equal_mem_array_ref_p): Likewise for base comparison.
22249
22250 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22251
22252 * config/rs6000/rs6000.md (signbit<mode>2_dm): Make this a
22253 parameterized name.
22254 (signbit<mode>2): Use that name. Simplify.
22255
22256 2019-07-01 Joern Rennecke <joern.rennecke@riscy-ip.com>
22257
22258 PR middle-end/66726
22259 * tree-ssa-phiopt.c (factor_out_conditional_conversion):
22260 Tune heuristic from PR71016 to allow MIN / MAX.
22261
22262 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22263
22264 * config/rs6000/rs6000.md (ieee_128bit_vsx_abs<mode>2): Make this a
22265 parameterized name.
22266 (abs<mode>2): Use that name. Simplify.
22267
22268 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22269
22270 * config/rs6000/rs6000.md (ieee_128bit_vsx_neg<mode>2): Make this a
22271 parameterized name.
22272 (neg<mode>2): Use that name. Simplify.
22273
22274 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22275
22276 * config/rs6000/rs6000.md (abs<mode>2_hw): Make this a parameterized
22277 name.
22278 (abs<mode>2): Use that name. Simplify.
22279
22280 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22281
22282 * config/rs6000/rs6000.md (neg<mode>2_hw): Make this a parameterized
22283 name.
22284 (neg<mode>2): Use that name. Simplify.
22285
22286 2019-07-01 Uroš Bizjak <ubizjak@gmail.com>
22287
22288 * config/i386/i386.md ("isa" attribute): Add sse_noavx.
22289 ("enabled" attribute): Handle sse_noavx isa attribute.
22290 * config/i386/mmx.md (*vec_dupv2sf): Add "isa" attribute.
22291 Use TARGET_SSE && SSE_REGNO_P in split condition.
22292 (*vec_dupv2sf): Ditto.
22293
22294 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22295
22296 * config/rs6000/rs6000.md (extenddf<mode>2): Make this a parameterized
22297 name.
22298 (floatsi<mode>2): Use that name. Simplify.
22299
22300 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22301
22302 * config/rs6000/rs6000.md (extenddf<mode>2_fprs): Make this a
22303 parameterized name.
22304 (extenddf<mode>2_vsx): Make this a parameterized name.
22305 (extenddf<mode>2): Use those names. Simplify.
22306
22307 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22308
22309 * config/rs6000/rs6000.md (eh_set_lr_<mode>): Make this a parameterized
22310 name.
22311 (eh_return): Use that name. Simplify.
22312
22313 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22314
22315 * config/rs6000/rs6000.md (ctr<mode>): Make this a parameterized name.
22316 (doloop_end): Use that name. Simplify.
22317
22318 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22319
22320 * config/rs6000/rs6000.md (indirect_jump<mode>_nospec): Make this a
22321 parameterized name.
22322 (indirect_jump): Use that name. Simplify.
22323
22324 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22325
22326 * config/rs6000/rs6000.md (abs<mode>2_internal): Make this a
22327 parameterized name.
22328 (abs<mode>2): Use that name. Simplify.
22329
22330 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22331
22332 * config/rs6000/rs6000.md (fix_trunc<mode>si2_fprs): Make this a
22333 parameterized name.
22334 (fix_trunc<mode>si2): Use that name. Simplify.
22335
22336 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22337
22338 * config/rs6000/rs6000.md (neg<mode>2): Make this a parameterized name.
22339 (allocate_stack): Use that name. Simplify.
22340
22341 2019-07-01 Martin Sebor <msebor@redhat.com>
22342
22343 PR middle-end/90923
22344 * hash-map.h (hash_map::put): On insertion invoke element ctor.
22345 (hash_map::get_or_insert): Same. Reformat comment.
22346 * hash-set.h (hash_set::add): On insertion invoke element ctor.
22347 * hash-map-tests.c (test_map_of_type_with_ctor_and_dtor): New.
22348 * hash-set-tests.c (test_map_of_type_with_ctor_and_dtor): New.
22349 * hash-table.h (hash_table::operator=): Prevent copy assignment.
22350 (hash_table::hash_table (const hash_table&)): Use copy ctor
22351 instead of assignment to copy elements.
22352
22353 2019-07-01 Wilco Dijkstra <wdijkstr@arm.com>
22354 John David Anglin <danglin@gcc.gnu.org>
22355
22356 PR target/90963
22357 * config/pa/pa.md (builtin_longjmp): Restore hard_frame_pointer_rtx
22358 using saved frame pointer.
22359
22360 2019-07-01 Eric Botcazou <ebotcazou@adacore.com>
22361
22362 PR middle-end/64242
22363 * config/sparc/sparc.md (nonlocal_goto): Restore frame pointer last.
22364 Add frame clobber and schedule blockage.
22365
22366 2019-07-01 Sandra Loosemore <sandra@codesourcery.com>
22367
22368 * doc/invoke.texi (Link Options): Further editorial changes to
22369 -flinker-output docs.
22370
22371 2019-07-01 Segher Boessenkool <segher@kernel.crashing.org>
22372
22373 * config/rs6000/rs6000.c (rs6000_force_indexed_or_indirect_mem):
22374 Load both operands of a PLUS into registers separately.
22375
22376 2019-07-01 Andreas Krebbel <krebbel@linux.ibm.com>
22377
22378 * config/s390/vector.md: Fix shift count operand printing.
22379
22380 2019-07-01 Richard Sandiford <richard.sandiford@arm.com>
22381
22382 * ira-lives.c (process_bb_node_lives): Use ira_setup_alts.
22383
22384 2019-07-01 Richard Sandiford <richard.sandiford@arm.com>
22385
22386 * ira.c (ira_get_dup_out_num): Don't punt for earlyclobbers.
22387 Use recog_data to test for an output operand.
22388
22389 2019-07-01 Richard Sandiford <richard.sandiford@arm.com>
22390
22391 * ira.c (ira_setup_alts): If any valid alternatives have zero cost,
22392 exclude any others that are disparaged or that are bound to need
22393 a reload or spill.
22394 (ira_get_dup_out_num): Expand comment.
22395
22396 2019-07-01 Richard Sandiford <richard.sandiford@arm.com>
22397
22398 * ira.c (ira_setup_alts): Use preprocess_constraints to get the
22399 constraint string for each operand/alternative combo. Only handle
22400 '%' at the start of constraint strings, and look for it outside
22401 the main loop.
22402
22403 2019-07-01 Richard Sandiford <richard.sandiford@arm.com>
22404
22405 * ira-int.h (ira_setup_alts, ira_get_dup_out_num): Use
22406 alternative_mask instead of HARD_REG_SET to represent a
22407 bitmask of alternatives.
22408 * ira.c (ira_setup_alts, ira_get_dup_out_num): Likewise.
22409 * ira-conflicts.c (add_insn_allocno_copies): Likewise.
22410
22411 2019-07-01 Martin Liska <mliska@suse.cz>
22412
22413 * edit-context.c (test_applying_fixits_unreadable_file): Do not
22414 use () for a constructor call.
22415 (test_applying_fixits_line_out_of_range): Likewise.
22416 * ggc-page.c (alloc_page): Use (void *) for %p printf format
22417 argument.
22418 (free_page): Likewise.
22419
22420 2019-07-01 Vladislav Ivanishin <vlad@ispras.ru>
22421
22422 * gdbhooks.py (GdbPrettyPrinters.add_printer_for_types): Reorder
22423 parameter names to match usage (no functional change).
22424 (GdbPrettyPrinters.add_printer_for_regex): Ditto.
22425
22426 2019-07-01 Richard Biener <rguenther@suse.de>
22427
22428 * tree-ssa-sccvn.c (class pass_fre): Add may_iterate
22429 pass parameter.
22430 (pass_fre::execute): Honor it.
22431 * passes.def: Adjust pass_fre invocations to allow iterating,
22432 add non-iterating pass_fre before late threading/dom.
22433
22434 2019-07-01 Richard Biener <rguenther@suse.de>
22435
22436 * tree-ssa-sccvn.c (copy_reference_ops_from_ref): Adjust
22437 TARGET_MEM_REF handling to also handle address-taken ones.
22438
22439 2019-07-01 Hongtao Liu <hongtao.liu@intel.com>
22440
22441 * doc/sourcebuild.texi (Effective-Target Keywords, Other
22442 hardware attributes): Document avx512vp2intersect.
22443
22444 2019-06-30 Uroš Bizjak <ubizjak@gmail.com>
22445
22446 * config/i386/sse.md (ssse3_abs<mode>2): Rename from abs<mode>2.
22447 (abs<mode>2): New expander.
22448 * config/i386/i386-builtin.def (__builtin_ia32_pabsb):
22449 Use CODE_FOR_ssse3_absv8qi2.
22450 (__builtin_ia32_pabsw): Use CODE_FOR_ssse3_absv4hi2.
22451 (__builtin_ia32_pabsd): Use CODE_FOR_ssse3_absv2si2.
22452
22453 2019-06-30 Uroš Bizjak <ubizjak@gmail.com>
22454
22455 * config/i386/i386.md (mmx_isa): Rename x64, x64_noavx and x64_avx
22456 to sse, sse_noavx and avx. Update all uses.
22457
22458 2019-06-30 Uroš Bizjak <ubizjak@gmail.com>
22459
22460 * config/i386/mmx.md (sse_movntq): Add "isa" attribute.
22461 (*mmx_<plusminus_insn><mode>3): Ditto.
22462 (*mmx_mulv4hi3"): Ditto.
22463 (*mmx_smulv4hi3_highpart): Ditto.
22464 (*mmx_umulv4hi3_highpart): Ditto.
22465 (*mmx_pmaddwd): Ditto.
22466 (*sse2_umulv1siv1di3): Ditto.
22467 (*mmx_<code>v4hi3): Ditto.
22468 (*mmx_<code>v8qi3): Ditto.
22469 (mmx_ashr<mode>3): Ditto.
22470 ("mmx_<shift_insn><mode>3): Ditto.
22471 (*mmx_eq<mode>3): Ditto.
22472 (mmx_gt<mode>3): Ditto.
22473 (mmx_andnot<mode>3): Ditto.
22474 (*mmx_<code><mode>3): Ditto.
22475 (*mmx_pinsrw): Ditto.
22476 (*mmx_pextrw): Ditto.
22477 (mmx_pshufw_1): Ditto.
22478 (*mmx_uavgv8qi3): Ditto.
22479 (*mmx_uavgv4hi3): Ditto.
22480 ("mmx_psadbw): Ditto.
22481 * config/i386/sse.md (sse_cvtps2pi): Ditto.
22482 (sse_cvttps2pi): Ditto.
22483 (ssse3_pmaddubsw): Ditto.
22484 (*ssse3_pmulhrswv4hi3): Ditto.
22485 (ssse3_psign<mode>3): Ditto.
22486
22487 2019-06-29 Eric Botcazou <ebotcazou@adacore.com>
22488
22489 * expr.c (expand_expr_real_1) <BIT_FIELD_REF>: Apply the big-endian
22490 adjustment for bit-fields to all aggregate types.
22491
22492 2019-06-28 Michael Meissner <meissner@linux.ibm.com>
22493
22494 * config/rs6000/predicates.md (pcrel_address): Use
22495 SYMBOL_REF_LOCAL_P to determine if a label is local.
22496 (pcrel_external_address): New predicate.
22497 (non_prefixed_mem_operand): Delete, predicate not used.
22498 * config/rs6000/rs6000.h (SYMBOL_FLAG_PCREL_P): Delete, we now use
22499 SYMBOL_REF_LOCAL_P to determine if we can use pc-relative
22500 addressing.
22501 (SYMBOL_REF_PCREL_P): Likewise.
22502
22503 PR target/91009
22504 * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax): Add non-VSX
22505 alternative.
22506 (floatsi<mode>2_lfiwax_mem): Add non-VSX alternative.
22507 (floatunssi<mode>2_lfiwzx): Add non-VSX alternative.
22508 (floatunssi<mode>2_lfiwzx_mem): Add non-VSX alternative.
22509
22510 2019-06-28 Iain Sandoe <iain@sandoe.co.uk>
22511
22512 * config.gcc (powerpc-*-darwin*, powerpc64-*-darwin*): Remove
22513 override on extra_headers.
22514
22515 2019-06-28 Iain Sandoe <iain@sandoe.co.uk>
22516
22517 * config/darwin-c.c (pop_field_alignment): Quote #pragma options.
22518 * config/darwin-driver.c (darwin_default_min_version): Remove newline
22519 from warning.
22520 (darwin_driver_init): Likewise.
22521
22522 2019-06-28 Jan Beulich <jbeulich@suse.com>
22523
22524 * config/i386/sse.md (vgf2p8affineinvqb_<mode><mask_name>,
22525 vgf2p8affineqb_<mode><mask_name>, vgf2p8mulb_<mode><mask_name>):
22526 Eliminate redundant alternative.
22527
22528 2019-06-28 Jan Beulich <jbeulich@suse.com>
22529
22530 * config/i386/sse.md (vgf2p8affineinvqb_<mode><mask_name>,
22531 vgf2p8affineqb_<mode><mask_name>): Drop % constraint modifier.
22532 Use vector_operand.
22533
22534 2019-06-28 Claudiu Zissulescu <claziss@synopsys.com>
22535
22536 * config/arc/arc.c (arc_rtx_costs): All short instructions are
22537 having a lower cost regardless of the speed option.
22538
22539 2019-06-28 Jan Beulich <jbeulich@suse.com>
22540
22541 * config/i386/sse.md (sse2_cvtpd2pi, sse2_cvttpd2pi): Use
22542 vector_operand plus, on both alternatives, "Bm" constraint.
22543
22544 2019-06-28 Dennis Zhang <dennis.zhang@arm.com>
22545
22546 * config/arm/arm.md: Remove redundant constraints from
22547 define_expand but leave reload_inm and reload_outm patterns
22548 untouched since they need special constraints to work.
22549 * config/arm/arm-fixed.md: Remove redundant constraints from
22550 define_expand.
22551 * config/arm/iwmmxt.md: Likewise.
22552 * config/arm/neon.md: Likewise.
22553 * config/arm/sync.md: Likewise.
22554 * config/arm/thumb1.md: Likewise.
22555 * config/arm/vec-common.md: Likewise.
22556
22557 2019-06-27 Ilia Diachkov <ilia.diachkov@optimitech.com>
22558
22559 * doc/install.texi: Document --disable-tm-clone-registry.
22560
22561 2019-06-27 Jakub Jelinek <jakub@redhat.com>
22562
22563 PR c++/91024
22564 * gimplify.c (collect_fallthrough_labels): Ignore GIMPLE_PREDICT
22565 statements.
22566
22567 PR tree-optimization/91010
22568 * tree-vect-stmts.c (scan_operand_equal_p): If offset1 == offset2,
22569 return true. Otherwise, don't call operand_equal_p if offset1 or
22570 offset2 is NULL and just return false.
22571
22572 2019-06-27 Iain Sandoe <iain@sandoe.co.uk>
22573
22574 * config/rs6000/rs6000.c (darwin_rs6000_override_options): Honour
22575 user-specified float mode choice for kernel mode code.
22576
22577 2019-06-27 Iain Sandoe <iain@sandoe.co.uk>
22578
22579 * config/rs6000/darwin.h (ENDFILE_SPEC): Correct whitespace in the
22580 spec.
22581
22582 2019-06-27 Iain Sandoe <iain@sandoe.co.uk>
22583
22584 * config/rs6000/rs6000.c (darwin_rs6000_override_options): Do not
22585 use longcall for 64b code.
22586
22587 2019-06-27 Aaron Sawdey <acsawdey@linux.ibm.com>
22588
22589 * builtins.c (get_memory_rtx): Fix comment.
22590 * optabs.def (movmem_optab): Change to cpymem_optab.
22591 * expr.c (emit_block_move_via_cpymem): Change movmem to cpymem.
22592 (emit_block_move_hints): Change movmem to cpymem.
22593 * defaults.h: Change movmem to cpymem.
22594 * targhooks.c (get_move_ratio): Change movmem to cpymem.
22595 (default_use_by_pieces_infrastructure_p): Ditto.
22596 * config/aarch64/aarch64-protos.h: Change movmem to cpymem.
22597 * config/aarch64/aarch64.c (aarch64_expand_movmem): Change movmem
22598 to cpymem.
22599 * config/aarch64/aarch64.h: Change movmem to cpymem.
22600 * config/aarch64/aarch64.md (movmemdi): Change name to cpymemdi.
22601 * config/alpha/alpha.h: Change movmem to cpymem in comment.
22602 * config/alpha/alpha.md (movmemqi, movmemdi, *movmemdi_1): Change
22603 movmem to cpymem.
22604 * config/arc/arc-protos.h: Change movmem to cpymem.
22605 * config/arc/arc.c (arc_expand_movmem): Change movmem to cpymem.
22606 * config/arc/arc.h: Change movmem to cpymem in comment.
22607 * config/arc/arc.md (movmemsi): Change movmem to cpymem.
22608 * config/arm/arm-protos.h: Change movmem to cpymem in names.
22609 * config/arm/arm.c (arm_movmemqi_unaligned, arm_gen_movmemqi,
22610 gen_movmem_ldrd_strd, thumb_expand_movmemqi) Change movmem to cpymem.
22611 * config/arm/arm.md (movmemqi): Change movmem to cpymem.
22612 * config/arm/thumb1.md (movmem12b, movmem8b): Change movmem to cpymem.
22613 * config/avr/avr-protos.h: Change movmem to cpymem.
22614 * config/avr/avr.c (avr_adjust_insn_length, avr_emit_movmemhi,
22615 avr_out_movmem): Change movmem to cpymem.
22616 * config/avr/avr.md (movmemhi, movmem_<mode>, movmemx_<mode>):
22617 Change movmem to cpymem.
22618 * config/bfin/bfin-protos.h: Change movmem to cpymem.
22619 * config/bfin/bfin.c (single_move_for_movmem, bfin_expand_movmem):
22620 Change movmem to cpymem.
22621 * config/bfin/bfin.h: Change movmem to cpymem in comment.
22622 * config/bfin/bfin.md (movmemsi): Change name to cpymemsi.
22623 * config/c6x/c6x-protos.h: Change movmem to cpymem.
22624 * config/c6x/c6x.c (c6x_expand_movmem): Change movmem to cpymem.
22625 * config/c6x/c6x.md (movmemsi): Change name to cpymemsi.
22626 * config/frv/frv.md (movmemsi): Change name to cpymemsi.
22627 * config/ft32/ft32.md (movmemsi): Change name to cpymemsi.
22628 * config/h8300/h8300.md (movmemsi): Change name to cpymemsi.
22629 * config/i386/i386-expand.c (expand_set_or_movmem_via_loop,
22630 expand_set_or_movmem_via_rep, expand_movmem_epilogue,
22631 expand_setmem_epilogue_via_loop, expand_set_or_cpymem_prologue,
22632 expand_small_cpymem_or_setmem,
22633 expand_set_or_cpymem_prologue_epilogue_by_misaligned_moves,
22634 expand_set_or_cpymem_constant_prologue,
22635 ix86_expand_set_or_cpymem): Change movmem to cpymem.
22636 * config/i386/i386-protos.h: Change movmem to cpymem.
22637 * config/i386/i386.h: Change movmem to cpymem in comment.
22638 * config/i386/i386.md (movmem<mode>): Change name to cpymem.
22639 (setmem<mode>): Change expansion function name.
22640 * config/lm32/lm32.md (movmemsi): Change name to cpymemsi.
22641 * config/m32c/blkmov.md (movmemhi, movmemhi_bhi_op, movmemhi_bpsi_op,
22642 movmemhi_whi_op, movmemhi_wpsi_op): Change movmem to cpymem.
22643 * config/m32c/m32c-protos.h: Change movmem to cpymem.
22644 * config/m32c/m32c.c (m32c_expand_movmemhi): Change movmem to cpymem.
22645 * config/m32r/m32r.c (m32r_expand_block_move): Change movmem to cpymem.
22646 * config/m32r/m32r.md (movmemsi, movmemsi_internal): Change movmem
22647 to cpymem.
22648 * config/mcore/mcore.md (movmemsi): Change name to cpymemsi.
22649 * config/microblaze/microblaze.c: Change movmem to cpymem in comment.
22650 * config/microblaze/microblaze.md (movmemsi): Change name to cpymemsi.
22651 * config/mips/mips.c (mips_use_by_pieces_infrastructure_p):
22652 Change movmem to cpymem.
22653 * config/mips/mips.h: Change movmem to cpymem.
22654 * config/mips/mips.md (movmemsi): Change name to cpymemsi.
22655 * config/nds32/nds32-memory-manipulation.c
22656 (nds32_expand_movmemsi_loop_unknown_size,
22657 nds32_expand_movmemsi_loop_known_size, nds32_expand_movmemsi_loop,
22658 nds32_expand_movmemsi_unroll,
22659 nds32_expand_movmemsi): Change movmem to cpymem.
22660 * config/nds32/nds32-multiple.md (movmemsi): Change name to cpymemsi.
22661 * config/nds32/nds32-protos.h: Change movmem to cpymem.
22662 * config/pa/pa.c (compute_movmem_length): Change movmem to cpymem.
22663 (pa_adjust_insn_length): Change call to compute_movmem_length.
22664 * config/pa/pa.md (movmemsi, movmemsi_prereload, movmemsi_postreload,
22665 movmemdi, movmemdi_prereload,
22666 movmemdi_postreload): Change movmem to cpymem.
22667 * config/pdp11/pdp11.md (movmemhi, movmemhi1,
22668 movmemhi_nocc, UNSPEC_MOVMEM): Change movmem to cpymem.
22669 * config/riscv/riscv.c: Change movmem to cpymem in comment.
22670 * config/riscv/riscv.h: Change movmem to cpymem.
22671 * config/riscv/riscv.md: (movmemsi) Change name to cpymemsi.
22672 * config/rs6000/rs6000.md: (movmemsi) Change name to cpymemsi.
22673 * config/rx/rx.md: (UNSPEC_MOVMEM, movmemsi, rx_movmem): Change
22674 movmem to cpymem.
22675 * config/s390/s390-protos.h: Change movmem to cpymem.
22676 * config/s390/s390.c (s390_expand_movmem, s390_expand_setmem,
22677 s390_expand_insv): Change movmem to cpymem.
22678 * config/s390/s390.md (movmem<mode>, movmem_short, *movmem_short,
22679 movmem_long, *movmem_long, *movmem_long_31z): Change movmem to cpymem.
22680 * config/sh/sh.md (movmemsi): Change name to cpymemsi.
22681 * config/sparc/sparc.h: Change movmem to cpymem in comment.
22682 * config/vax/vax-protos.h (vax_output_movmemsi): Remove prototype
22683 for nonexistent function.
22684 * config/vax/vax.h: Change movmem to cpymem in comment.
22685 * config/vax/vax.md (movmemhi, movmemhi1): Change movmem to cpymem.
22686 * config/visium/visium.h: Change movmem to cpymem in comment.
22687 * config/visium/visium.md (movmemsi): Change name to cpymemsi.
22688 * config/xtensa/xtensa.md (movmemsi): Change name to cpymemsi.
22689 * doc/md.texi: Change movmem to cpymem and update description to match.
22690 * doc/rtl.texi: Change movmem to cpymem.
22691 * target.def (use_by_pieces_infrastructure_p): Change movmem to cpymem.
22692 * doc/tm.texi: Regenerate.
22693
22694 2019-06-27 Bill Schmidt <wschmidt@linux.ibm.com>
22695
22696 * config/rs6000/rs6000.c (rs6000_option_override_internal): Enable
22697 -fvariable-expansion-in-unroller by default.
22698 * doc/invoke.texi (-fvariable-expansion-in-unroller): Document new
22699 default for Power.
22700
22701 2019-06-27 David Edelsohn <dje.gcc@gmail.com>
22702
22703 Revert
22704 2019-06-26 David Edelsohn <dje.gcc@gmail.com>
22705 * config.gcc (powerpc-ibm-aix*): Define target_gtfiles.
22706
22707 * config.gcc(rs6000-*-*): Define target_gtfiles.
22708
22709 2019-06-27 Jan Hubicka <jh@suse.cz>
22710
22711 * ipa-devirt.c (odr_type_d): Add tbaa_enabled flag.
22712 (add_type_duplicate): When odr hash is not allocated, to nothing.
22713 (odr_based_tbaa_p): New function.
22714 (set_type_canonical_for_odr_type): New function.
22715 * ipa-utils.h (enable_odr_based_tbaa, odr_based_tbaa_p,
22716 set_type_canonical_for_odr_type): New.
22717 * tree.c (gimple_canonical_types_compatible_p): ODR types with
22718 ODR based TBAA are not equivalent to non-ODR types.
22719
22720 2019-06-27 Martin Liska <mliska@suse.cz>
22721
22722 PR tree-optimization/90974
22723 PR rtl-optimization/90975
22724 PR rtl-optimization/90976
22725 PR target/91016
22726 PR tree-optimization/91017
22727 * config/i386/i386-expand.c (ix86_expand_rounddf_32): Remove
22728 unused tmp.
22729 * lra.c (lra_set_insn_recog_data): Remove a leftover from
22730 initial commit of IRA.
22731 * optabs.c (expand_twoval_binop): Use xop0 and xop1 instead
22732 of op0 and op1.
22733 * tree-vect-loop.c (vect_create_epilog_for_reduction):
22734 Remove unused mode1.
22735 * tree-vect-stmts.c (vectorizable_call): Remove dead assignment
22736 to new_stmt_info.
22737
22738 2019-06-27 Jakub Jelinek <jakub@redhat.com>
22739
22740 PR target/90991
22741 * config/i386/sse.md (avx_vec_concat<mode>): Use nonimmediate_operand
22742 instead of register_operand for operands[1], add m to its constraints
22743 if operands[2] uses "C" constraint. Ensure in condition that if
22744 operands[2] is not 0, then operands[1] is not a MEM. For last two
22745 alternatives, use unaligned loads instead of aligned if operands[1] is
22746 misaligned_operand.
22747
22748 2019-06-27 Martin Liska <mliska@suse.cz>
22749
22750 * asan.c (asan_emit_allocas_unpoison): Remove obviously
22751 dead assignments.
22752 * bt-load.c (move_btr_def): Likewise.
22753 * builtins.c (expand_builtin_apply_args_1): Likewise.
22754 (expand_builtin_apply): Likewise.
22755 * cfgexpand.c (expand_asm_stmt): Likewise.
22756 (construct_init_block): Likewise.
22757 * cfghooks.c (verify_flow_info): Likewise.
22758 * cfgloopmanip.c (remove_path): Likewise.
22759 * cfgrtl.c (rtl_verify_bb_layout): Likewise.
22760 * cgraph.c (cgraph_node::set_pure_flag): Likewise.
22761 * combine.c (simplify_if_then_else): Likewise.
22762 * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
22763 (choose_basereg): Likewise.
22764 (ix86_expand_prologue): Likewise.
22765 (ix86_preferred_output_reload_class): Likewise.
22766 * cselib.c (cselib_record_sets): Likewise.
22767 * df-scan.c (df_scan_alloc): Likewise.
22768 * dojump.c (do_jump_by_parts_greater_rtx): Likewise.
22769 * early-remat.c (early_remat::record_equiv_candidates): Likewise.
22770 * emit-rtl.c (try_split): Likewise.
22771 * graphite-scop-detection.c (assign_parameter_index_in_region):
22772 Likewise.
22773 * ipa-cp.c (cgraph_edge_brings_all_agg_vals_for_node): Likewise.
22774 * ira-color.c (setup_profitable_hard_regs): Likewise.
22775 * ira.c (rtx_moveable_p): Likewise.
22776 * lra-eliminations.c (eliminate_regs_in_insn): Likewise.
22777 * read-rtl.c (read_subst_mapping): Likewise.
22778 * regrename.c (scan_rtx): Likewise.
22779 * reorg.c (fill_slots_from_thread): Likewise.
22780 * tree-inline.c (tree_function_versioning): Likewise.
22781 * tree-ssa-reassoc.c (optimize_ops_list): Likewise.
22782 * tree-ssa-sink.c (statement_sink_location): Likewise.
22783 * tree-ssa-threadedge.c (thread_across_edge): Likewise.
22784 * tree-vect-loop.c (vect_get_loop_niters): Likewise.
22785 (vect_create_epilog_for_reduction): Likewise.
22786 * tree.c (build_nonstandard_integer_type): Likewise.
22787
22788 2019-06-27 Richard Biener <rguenther@suse.de>
22789
22790 * tree-ssa-sccvn.c (vn_reference_lookup_3): Encode valueized RHS.
22791
22792 2019-06-27 Jun Ma <JunMa@linux.alibaba.com>
22793
22794 PR tree-optimization/89772
22795 * gimple-fold.c (gimple_fold_builtin_memchr): consider trailing nuls in
22796 out-of-bound accesses checking.
22797
22798 2019-06-27 Martin Liska <mliska@suse.cz>
22799
22800 PR tree-optimization/91014
22801 * tree-ssa-dse.c (initialize_ao_ref_for_dse): Bail out
22802 when LHS is NULL_TREE.
22803
22804 2019-06-27 Martin Liska <mliska@suse.cz>
22805
22806 * symbol-summary.h (traverse): Pass
22807 argument a to the call of callback.
22808 (gt_ggc_mx): Mark arguments as unused.
22809 (gt_pch_nx): Likewise.
22810
22811 2019-06-27 Kewen Lin <linkw@gcc.gnu.org>
22812
22813 PR target/62147
22814 * loop-iv.c (find_simple_exit): Call finite_loop_p to update
22815 finiteness.
22816
22817 2019-06-26 Jeff Law <law@redhat.com>
22818
22819 PR tree-optimization/90883
22820 * tree-ssa-dse.c (delete_dead_or_redundant_call): Fix signature.
22821 (delete_dead_or_redundant_assignment): Likewise.
22822
22823 PR tree-optimization/90883
22824 * tree-ssa-alias.c (stmt_kills_ref_p): Handle BUILT_IN_CALLOC.
22825 * tree-ssa-dse.c: Update various comments to distinguish between
22826 dead and redundant stores.
22827 (initialize_ao_ref_for_dse): Handle BUILT_IN_CALLOC.
22828 (dse_optimize_redundant_stores): New function.
22829 (delete_dead_or_redundant_call): Renamed from delete_dead_call.
22830 Distinguish between dead and redundant calls in dump output. All
22831 callers updated.
22832 (delete_dead_or_redundant_assignment): Similarly for assignments.
22833 (dse_optimize_stmt): Handle _CHK variants. For statements which
22834 store 0 into multiple memory locations, try to prove a subsequent
22835 store is redundant.
22836
22837 2019-06-26 Uroš Bizjak <ubizjak@gmail.com>
22838
22839 PR target/89021
22840 * config/i386/i386.c (ix86_autovectorize_vector_sizes):
22841 Autovectorize 8-byte vectors for TARGET_MMX_WITH_SSE.
22842
22843 2019-06-26 Iain Sandoe <iain@sandoe.co.uk>
22844
22845 * config/rs6000/rs6000-internal.h (branch_island): New typedef.
22846 (branch_islands): New extern.
22847 * config/rs6000/rs6000-logue.c (macho_branch_islands): Moved from
22848 * config/rs6000/rs6000.c: .. here.
22849
22850 2019-06-26 Iain Sandoe <iain@sandoe.co.uk>
22851
22852 * config.gcc (powerpc*-*-linux*): Move target_gtfiles from here..
22853 (powerpc*-*-*) ... to here.
22854
22855 2019-06-26 Jeff Law <law@redhat.com>
22856
22857 * tree-ssa-dse.c (initialize_ao_ref_for_dse): Handle _chk variants of
22858 memcpy, memmove and memset builtins.
22859 (maybe_trim_memstar_call): Likewise.
22860
22861 2019-06-26 David Edelsohn <dje.gcc@gmail.com>
22862
22863 * config/rs6000/rs6000-logue.c: Add #ifndef TARGET_PROFILE_KERNEL.
22864
22865 2019-06-26 David Edelsohn <dje.gcc@gmail.com>
22866
22867 * config.gcc (powerpc-ibm-aix*): Define target_gtfiles.
22868
22869 2019-06-26 Segher Boessenkool <segher@kernel.crashing.org>
22870
22871 * config/rs6000/rs6000-internal.h (rs6000_keep_leaf_when_profiled): New
22872 declaration.
22873 * config/rs6000/rs6000-logue.c (rs6000_keep_leaf_when_profiled): Remove
22874 "static".
22875 * config/rs6000/rs6000-logue.c (rs6000_keep_leaf_when_profiled): Delete
22876 declaration.
22877
22878 2019-06-26 Segher Boessenkool <segher@kernel.crashing.org>
22879
22880 * config/rs6000/rs6000.c: Fix previous commit, it missed some changes.
22881
22882 2019-06-26 Richard Biener <rguenther@suse.de>
22883
22884 PR ipa/90982
22885 * tree-inline.c (remap_ssa_name): Copy SSA range info.
22886
22887 2019-06-26 Richard Biener <rguenther@suse.de>
22888
22889 * lto-streamer.h (lto_bitmap_alloc): Remove.
22890 (lto_bitmap_free): Likewise.
22891 * lto-streamer.c (lto_bitmap_alloc): Remove.
22892 (lto_bitmap_free): Likewise.
22893 (lto_obstack): Likewise.
22894 (lto_obstack_initialized): Likewise.
22895 * lto-streamer-out.c (lto_output): Use own obstack for local
22896 bitmap, free it consistently.
22897
22898 2019-06-26 Jakub Jelinek <jakub@redhat.com>
22899
22900 PR target/90991
22901 * config/i386/sse.md
22902 (*<extract_type>_vinsert<shuffletype><extract_suf>_0): Use vmovupd,
22903 vmovups, vmovdqu, vmovdqu32 or vmovdqu64 instead of the aligned
22904 insns if operands[2] is misaligned_operand.
22905
22906 2019-06-26 Li Jia He <helijia@linux.ibm.com>
22907
22908 * config/rs6000/rs6000.h (TARGET_MADDLD): Remove the restriction of
22909 TARGET_POWERPC64.
22910 * config/rs6000/rs6000.md (maddld): Change maddld match_operand from DI
22911 to GPR.
22912
22913 2019-06-26 Segher Boessenkool <segher@kernel.crashing.org>
22914
22915 * doc/invoke.texi (Warning Options): Fix some @opindex syntax.
22916
22917 2019-06-26 Martin Liska <mliska@suse.cz>
22918
22919 PR tree-optimization/90973
22920 * tree-vect-loop.c (vect_get_known_peeling_cost): Use
22921 epilogue_cost_vec instead of prologue_cost_vec for
22922 a epilogue cost.
22923
22924 2019-06-26 Martin Liska <mliska@suse.cz>
22925
22926 * bb-reorder.c (connect_better_edge_p): Add missing else
22927 statement in the middle of if-else statements.
22928
22929 2019-06-25 Hongtao Liu <hongtao.liu@intel.com>
22930 H.J. Lu <hongjiu.lu@intel.com>
22931 Olga Makhotina <olga.makhotina@intel.com>
22932
22933 * common/config/i386/i386-common.c
22934 (OPTION_MASK_ISA_AVX512VP2INTERSECT_SET,
22935 OPTION_MASK_ISA_AVX512VP2INTERSECT_UNSET): New macros.
22936 (OPTION_MASK_ISA2_AVX512F_UNSET): Add
22937 OPTION_MASK_ISA_AVX512VP2INTERSECT_UNSET.
22938 (ix86_handle_option): Handle -mavx512vp2intersect.
22939 * config/i386/avx512vp2intersectintrin.h: New.
22940 * config/i386/avx512vp2intersectvlintrin.h: New.
22941 * config/i386/cpuid.h (bit_AVX512VP2INTERSECT): New.
22942 * config/i386/driver-i386.c (host_detect_local_cpu): Detect
22943 AVX512VP2INTERSECT.
22944 * config/i386/i386-builtin-types.def: Add new types.
22945 * config/i386/i386-builtin.def: Add new builtins.
22946 * config/i386/i386-builtins.c: (enum processor_features): Add
22947 F_AVX512VP2INTERSECT.
22948 (static const _isa_names_table isa_names_table): Ditto.
22949 * config/i386/i386-c.c (ix86_target_macros_internal): Define
22950 __AVX512VP2INTERSECT__.
22951 * config/i386/i386-expand.c (ix86_expand_builtin): Expand
22952 IX86_BUILTIN_2INTERSECTD512, IX86_BUILTIN_2INTERSECTQ512,
22953 IX86_BUILTIN_2INTERSECTD256, IX86_BUILTIN_2INTERSECTQ256,
22954 IX86_BUILTIN_2INTERSECTD128, IX86_BUILTIN_2INTERSECTQ128.
22955 * config/i386/i386-modes.def (P2QI, P2HI): New modes.
22956 * config/i386/i386-options.c (ix86_target_string): Add
22957 -mavx512vp2intersect.
22958 (ix86_option_override_internal): Handle AVX512VP2INTERSECT.
22959 * config/i386/i386.c (ix86_hard_regno_nregs): Allocate two regs for
22960 P2HImode and P2QImode.
22961 (ix86_hard_regno_mode_ok): Register pair only starts at even hardreg
22962 number for P2QImode and P2HImode.
22963 (ix86_regmode_natural_size): New function.
22964 * config/i386/i386.h (TARGET_AVX512VP2INTERSECT,
22965 TARGET_AVX512VP2INTERSECT_P, PTA_AVX512VP2INTERSECT
22966 REGMODE_NATURAL_SIZE, MASK_PAIR_REGNO_P): New.
22967 * config/i386/i386-protos.h (ix86_regmode_natural_size): Declare
22968 * config/i386/i386.opt: Add -mavx512vp2intersect.
22969 * config/i386/immintrin.h: Include avx512vp2intersectintrin.h and
22970 avx512vp2intersectvlintrin.h.
22971 * config/i386/sse.md (define_c_enum "unspec"): Add UNSPEC_VP2INTERSECT.
22972 (define_mode_iterator VI48_AVX512VP2VL): New.
22973 (avx512vp2intersect_2intersect<mode>,
22974 avx512vp2intersect_2intersectv16si): New define_insn patterns.
22975 * config.gcc: Add avx512vp2intersectvlintrin.h and
22976 avx512vp2intersectintrin.h to extra_headers.
22977 * doc/invoke.texi: Document -mavx512vp2intersect.
22978
22979 2019-06-25 Iain Sandoe <iain@sandoe.co.uk>
22980
22981 * config/rs6000/darwin.h (ENDFILE_SPEC): New.
22982
22983 2019-06-25 Bill Seurer <seurer@linux.vnet.ibm.com>
22984
22985 * config/rs6000/rs6000.c (stack_info, rs6000_pic_labelno,
22986 savres_routine_syms, savres_routine_name, morestack_ref,
22987 rs6000_init_machine_status, save_reg_p, first_reg_to_save,
22988 first_fp_reg_to_save, first_altivec_reg_to_save, compute_vrsave_mask,
22989 compute_save_world_info, is_altivec_return_reg, fixed_reg_p,
22990 rs6000_savres_strategy, rs6000_stack_info, debug_stack_info,
22991 rs6000_return_addr, rs6000_decl_ok_for_sibcall,
22992 rs6000_function_ok_for_sibcall, rs6000_ra_ever_killed,
22993 rs6000_emit_load_toc_table, rs6000_emit_eh_reg_restore, uses_TOC,
22994 create_TOC_reference, rs6000_aix_asm_output_dwarf_table_ref,
22995 rs6000_emit_stack_tie, rs6000_emit_allocate_stack_1,
22996 get_stack_clash_protection_probe_interval,
22997 get_stack_clash_protection_guard_size,
22998 rs6000_emit_probe_stack_range_stack_clash, rs6000_emit_allocate_stack,
22999 rs6000_emit_probe_stack_range, output_probe_stack_range_1,
23000 interesting_frame_related_regno, output_probe_stack_range_stack_clash,
23001 output_probe_stack_range, rs6000_frame_related, generate_set_vrsave,
23002 gen_frame_set, gen_frame_load, gen_frame_store, emit_frame_save,
23003 gen_frame_mem_offset, rs6000_savres_routine_name,
23004 rs6000_savres_routine_sym, rs6000_emit_stack_reset,
23005 ptr_regno_for_savres, rs6000_emit_savres_rtx,
23006 rs6000_emit_prologue_move_from_cr, split_stack_arg_pointer_used_p,
23007 rs6000_global_entry_point_prologue_needed_p,
23008 rs6000_get_separate_components, rs6000_components_for_bb,
23009 rs6000_disqualify_components, rs6000_emit_prologue_components,
23010 rs6000_emit_epilogue_components, rs6000_set_handled_components,
23011 emit_vrsave_prologue, emit_split_stack_prologue, rs6000_emit_prologue,
23012 rs6000_output_savres_externs, rs6000_output_function_prologue,
23013 rs6000_keep_leaf_when_profiled, load_cr_save, restore_saved_cr,
23014 load_lr_save, restore_saved_lr, add_crlr_cfa_restore,
23015 offset_below_red_zone_p, emit_cfa_restores, rs6000_emit_epilogue,
23016 rs6000_output_function_epilogue, gen_add3_const,
23017 rs6000_expand_split_stack_prologue, rs6000_live_on_entry,
23018 rs6000_split_stack_space_check, rs6000_save_toc_in_prologue_p): Moved
23019 to rs6000-logue.c.
23020 (machine_function): Moved to rs6000.h.
23021 (rs6000_stack_t, ALTIVEC_REG_BIT, quad_address_offset_p) Moved to
23022 rs6000-internal.h.
23023 * config/rs6000/rs6000-logue.c(stack_info, rs6000_pic_labelno,
23024 savres_routine_syms, savres_routine_name, morestack_ref,
23025 rs6000_init_machine_status, save_reg_p, first_reg_to_save,
23026 first_fp_reg_to_save, first_altivec_reg_to_save, compute_vrsave_mask,
23027 compute_save_world_info, is_altivec_return_reg, fixed_reg_p,
23028 rs6000_savres_strategy, rs6000_stack_info, debug_stack_info,
23029 rs6000_return_addr, rs6000_decl_ok_for_sibcall,
23030 rs6000_function_ok_for_sibcall, rs6000_ra_ever_killed,
23031 rs6000_emit_load_toc_table, rs6000_emit_eh_reg_restore, uses_TOC,
23032 create_TOC_reference, rs6000_aix_asm_output_dwarf_table_ref,
23033 rs6000_emit_stack_tie, rs6000_emit_allocate_stack_1,
23034 get_stack_clash_protection_probe_interval,
23035 get_stack_clash_protection_guard_size,
23036 rs6000_emit_probe_stack_range_stack_clash, rs6000_emit_allocate_stack,
23037 rs6000_emit_probe_stack_range, output_probe_stack_range_1,
23038 interesting_frame_related_regno, output_probe_stack_range_stack_clash,
23039 output_probe_stack_range, rs6000_frame_related, generate_set_vrsave,
23040 gen_frame_set, gen_frame_load, gen_frame_store, emit_frame_save,
23041 gen_frame_mem_offset, rs6000_savres_routine_name,
23042 rs6000_savres_routine_sym, rs6000_emit_stack_reset,
23043 ptr_regno_for_savres, rs6000_emit_savres_rtx,
23044 rs6000_emit_prologue_move_from_cr, split_stack_arg_pointer_used_p,
23045 rs6000_global_entry_point_prologue_needed_p,
23046 rs6000_get_separate_components, rs6000_components_for_bb,
23047 rs6000_disqualify_components, rs6000_emit_prologue_components,
23048 rs6000_emit_epilogue_components, rs6000_set_handled_components,
23049 emit_vrsave_prologue, emit_split_stack_prologue, rs6000_emit_prologue,
23050 rs6000_output_savres_externs, rs6000_output_function_prologue,
23051 rs6000_keep_leaf_when_profiled, load_cr_save, restore_saved_cr,
23052 load_lr_save, restore_saved_lr, add_crlr_cfa_restore,
23053 offset_below_red_zone_p, emit_cfa_restores, rs6000_emit_epilogue,
23054 rs6000_output_function_epilogue, gen_add3_const,
23055 rs6000_expand_split_stack_prologue, rs6000_live_on_entry,
23056 rs6000_split_stack_space_check, rs6000_save_toc_in_prologue_p): Moved
23057 to here from rs6000.c.
23058 * config/rs6000/rs6000.h (machine_function): Moved to here from rs6000.c.
23059 * config/rs6000/rs6000-internal.h: (rs6000_stack_t, ALTIVEC_REG_BIT,
23060 quad_address_offset_p) Moved to here from rs6000.c.
23061 * config/rs6000/t-rs6000: Add new source file rs6000-logue.c.
23062 * config/config.gcc: Add new source file rs6000-logue.c to garbage
23063 collector.
23064
23065 2019-06-25 Martin Liska <mliska@suse.cz>
23066
23067 * hash-table.c (hashtab_chk_error): Move here from ...
23068 * hash-table.h (hashtab_chk_error): ... here.
23069
23070 2019-06-25 Martin Liska <mliska@suse.cz>
23071
23072 PR tree-optimization/90978
23073 * df-scan.c (df_update_entry_block_defs): Remove dead else
23074 branch.
23075 (df_update_exit_block_uses): Likewise.
23076
23077 2019-06-25 Kwok Cheung Yeung <kcy@codesourcery.com>
23078 Andrew Stubbs <ams@codesourcery.com>
23079
23080 * config.gcc (thread_file): Set to gcn for AMD GCN.
23081 * config/gcn/gcn.c (gcn_emutls_var_init): New function.
23082 (TARGET_EMUTLS_VAR_INIT): New hook.
23083
23084 2019-06-25 Martin Jambor <mjambor@suse.cz>
23085
23086 PR ipa/90939
23087 * ipa-cp.c (ipcp_bits_lattice::meet_with): Remove assert.
23088
23089 2019-06-25 Richard Biener <rguenther@suse.de>
23090
23091 PR tree-optimization/90930
23092 * tree-ssa-reassoc.c (reassociate_bb): Only rewrite expression
23093 into parallel form in the last pass instance.
23094
23095 2019-06-25 Claudiu Zissulescu <claziss@synopsys.com>
23096
23097 * config/arc/arc.c (arc_symbol_binds_local_p): New function.
23098 (arc_legitimize_pic_address): Simplify and cleanup the function.
23099 (SYMBOLIC_CONST): Remove.
23100 (prepare_pic_move): Likewise.
23101 (prepare_move_operands): Handle complex mov cases here.
23102 (arc_legitimize_address_0): Remove call to
23103 arc_legitimize_pic_address.
23104 (arc_legitimize_address): Remove call to
23105 arc_legitimize_tls_address.
23106 * config/arc/arc.md (movqi_insn): Allow Cm3 match.
23107 (movhi_insn): Likewise.
23108
23109 2019-06-25 Jozef Lawrynowicz <jozef.l@mittosystems.com>
23110
23111 * config/msp430/msp430.h: Use __int20__ for SIZE_TYPE and
23112 PTRDIFF_TYPE.
23113 * gimple-ssa-sprintf.c (build_intmax_type_nodes): Accept "__intN__"
23114 format of "__intN" types for UINTMAX_TYPE.
23115 * stor-layout.c (initialize_sizetypes): Accept "__intN__"
23116 format of "__intN" types for SIZETYPE.
23117 * tree.c (build_common_tree_nodes): Accept "__intN__"
23118 format of "__intN" types for SIZE_TYPE and PTRDIFF_TYPE.
23119 * doc/invoke.texi: Document that __intN__ disables pedantic
23120 warnings.
23121
23122 2019-06-25 Jan Hubicka <jh@suse.cz>
23123
23124 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Check that
23125 base2_alias_set is non-zero before doing TBAA based disambiguation.
23126
23127 2019-06-25 Martin Liska <mliska@suse.cz>
23128
23129 PR tree-optimization/90973
23130 * tree-vect-loop.c (vect_get_known_peeling_cost): Sum retval
23131 of prologue and epilogue.
23132
23133 2019-06-24 Jan Hubicka <jh@suse.cz>
23134
23135 * ipa-utils.h (type_with_linkage_p): Verify that type is
23136 CXX_ODR_P.
23137 (odr_type_p): Remove extra return.
23138 * lto-streamer-out.c (hash_tree): Hash TYPE_CXX_ODR_P;
23139 hash STRING_FLAG only for arrays and integers.
23140 * tree-stremaer-in.c (unpack_ts_type_common_value_fields):
23141 Update analogously.
23142 * tree-streamer-out.c (pack_ts_type_common_value_fields):
23143 Likewise.
23144 * print-tree.c (print_node): Print cxx-odr-p
23145 and string-flag.
23146 * tree.c (need_assembler_name_p): Also check that type
23147 is CXX_ODR_TYPE_P
23148 (verify_type_variant): Update verification of SRING_FLAG;
23149 also check CXX_ODR_P.
23150 * tree.h (ARRAY_OR_INTEGER_TYPE_CHECK): New macro.
23151 (TYPE_STRING_FLAG): Use it.
23152 (TYPE_CXX_ODR_P): New macro.
23153 * dwarf2out.c (gen_array_type_die): First check that type
23154 is an array and then test string flag.
23155
23156 2019-06-24 Richard Biener <rguenther@suse.de>
23157
23158 PR tree-optimization/90972
23159 * tree-vect-stmts.c (vect_init_vector): Handle CONSTANT_CLASS_P
23160 in common code, dealing with STRING_CST properly.
23161
23162 2019-06-24 Richard Biener <rguenther@suse.de>
23163
23164 PR tree-optimization/90930
23165 PR tree-optimization/90316
23166 * tree-ssa-alias.c (walk_non_aliased_vuses): Add missing
23167 decrement of limit.
23168
23169 2019-06-24 Martin Sebor <msebor@redhat.com>
23170
23171 * tree-pretty-print.h: Remove unnecessary punctuation characters
23172 from a diagnostic.
23173 * tree-ssa.c (release_defs_bitset): Correct preprocessor conditional.
23174
23175 2019-06-24 Jonathan Wakely <jwakely@redhat.com>
23176
23177 * ginclude/float.h (FLT_DECIMAL_DIG, DBL_DECIMAL_DIG, LDBL_DECIMAL_DIG)
23178 (FLT_HAS_SUBNORM, DBL_HAS_SUBNORM, LDBL_HAS_SUBNORM, FLT_TRUE_MIN)
23179 (DBL_TRUE_MIN, LDBL_TRUE_MIN): Also define for C++17.
23180
23181 2019-06-23 Iain Sandoe <iain@sandoe.co.uk>
23182
23183 * config/rs6000/darwin.h: Handle GCC target pragma.
23184
23185 2019-06-23 Iain Sandoe <iain@sandoe.co.uk>
23186
23187 * config/rs6000/darwin.h: (__PPC__, __PPC64__): New.
23188
23189 2019-06-22 Jeff Law <law@redhat.com>
23190
23191 * config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.
23192
23193 2019-06-22 Jan Hubicka <jh@suse.cz>
23194
23195 * tree-ssa-alias.c (nonoverlapping_component_refs_p): Do not
23196 give up on bitfields; continue searching for different refs
23197 appearing later.
23198
23199 2019-06-21 Jakub Jelinek <jakub@redhat.com>
23200
23201 * tree-vect-data-refs.c (vect_find_stmt_data_reference): Handle
23202 even zero DR_OFFSET, but DR_BASE_ADDRESS of POINTER_PLUS_EXPR
23203 containing the offset as possible simd lane access. Look through
23204 widening conversion. Move the
23205 TREE_CODE (DR_INIT (newdr)) == INTEGER_CST test earlier and reindent.
23206
23207 2019-06-21 Richard Biener <rguenther@suse.de>
23208
23209 PR tree-optimization/90930
23210 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Set visited
23211 flag on new stmts to avoid re-processing them.
23212
23213 2019-06-21 Matthew Beliveau <mbelivea@redhat.com>
23214
23215 PR c++/90875 - added -Wswitch-outside-range option
23216 * doc/invoke.texi (Wswitch-outside-range): Document.
23217
23218 2019-06-21 Jeff Law <law@redhat.com>
23219
23220 PR tree-optimization/90949
23221 * tree-ssa-copy.c (fini_copy_prop): Use reset_flow_sensitive_info.
23222 * tree-ssanames.c (reset_flow_sensitive_info): Reset non-null state.
23223
23224 2019-06-21 Richard Biener <rguenther@suse.de>
23225
23226 PR debug/90914
23227 * dwarf2out.c (prune_unused_types_walk): Always consider
23228 function-local extern declarations as used.
23229
23230 2019-06-21 Richard Biener <rguenther@suse.de>
23231
23232 PR tree-optimization/90913
23233 * tree-vect-loop-manip.c (vect_loop_versioning): Do not re-use
23234 the scalar variant of if-conversion versioning.
23235
23236 2019-06-21 Jakub Jelinek <jakub@redhat.com>
23237
23238 * omp-low.c (lower_rec_simd_input_clauses): Add rvar2 argument,
23239 create another "omp scan inscan exclusive" array if
23240 !ctx->scan_inclusive.
23241 (lower_rec_input_clauses): Handle exclusive scan inscan reductions.
23242 (lower_omp_scan): Likewise.
23243 * tree-vectorizer.h (struct _stmt_vec_info): Use 3-bit instead of
23244 2-bit bitfield for simd_lane_access_p member.
23245 * tree-vect-data-refs.c (vect_analyze_data_refs): Also handle
23246 aux == (void *)-4 as simd lane access.
23247 * tree-vect-stmts.c (check_scan_store): Handle exclusive scan. Update
23248 comment with permutations to show the canonical permutation order.
23249 (vectorizable_scan_store): Handle exclusive scan.
23250 (vectorizable_store): Call vectorizable_scan_store even for
23251 STMT_VINFO_SIMD_LANE_ACCESS_P > 3.
23252
23253 * tree-vect-data-refs.c (vect_find_stmt_data_reference): Handle
23254 "omp simd array" arrays with one byte elements.
23255
23256 2019-06-20 Uroš Bizjak <ubizjak@gmail.com>
23257
23258 * config/alpha/alpha.md (@unaligned_store<mode>):
23259 Rename from unaligned_store<mode>.
23260 (@reload_in<mode>_aligned): Rename from reload_in<mode>_aligned.
23261 * config/alpha/sync.md (@load_locked_<mode>): Rename
23262 from load_locked_<mode>.
23263 (@store_conditional_<mode>): Rename from store_conditional_<mode>.
23264 (@atomic_compare_and_swap<mode>_1): Rename
23265 from atomic_compare_and_swap<mode>_1.
23266 (@atomic_exchange<mode>_1): Rename from atomic_exchange<mode>_1.
23267 * config/alpha/alpha.c (alpha_expand_mov_nobwx):
23268 Use gen_reload_in_aligned and gen_unaligned_store.
23269 (emit_load_locked): Remove.
23270 (emit_store_conditional): Ditto.
23271 (alpha_split_atomic_op): Use gen_load_locked and gen_store_conditional.
23272 (alpha_split_compare_and_swap): Ditto.
23273 (alpha_expand_compare_and_swap_12): Use gen_atomic_compare_and_swap_1.
23274 (alpha_split_compare_and_swap_12): Use gen_load_locked
23275 and gen_store_conditional.
23276 (alpha_split_atomic_exchange): Ditto.
23277 (alpha_expand_atomic_exchange_12): Use gen_atomic_exchange_1.
23278 (alpha_split_atomic_exchange_12): Use gen_load_locked
23279 and gen_store_conditional.
23280
23281 2019-06-20 Richard Earnshaw <rearnsha@arm.com>
23282
23283 * config/aarch64/aarch64-errata.h: New file.
23284 * config/aarch64/aarch64-elf-raw.h (CA53_ERR_835769_SPEC): Delete.
23285 (CA53_ERR_843419_SPEC): Delete.
23286 (LINK_SPEC): Use AARCH64_ERRATA_LINK_SPEC instead of above.
23287 * config/aarch64/aarch64-linux.h: Likewise.
23288 * config/aarch64/aarch64-netbsd.h: Likewise.
23289 * config/aarch64/aarch64-freebsd.h: Likewise.
23290
23291 2019-06-20 Marek Polacek <polacek@redhat.com>
23292
23293 * config/sh/sh.c (sh2a_function_vector_p): Use get_attribute_name.
23294
23295 2019-06-20 Michael Meissner <meissner@linux.ibm.com>
23296
23297 * config/rs6000/rs6000.md (isa attribute): Add support for
23298 for a future processor.
23299
23300 2019-06-20 H.J. Lu <hongjiu.lu@intel.com>
23301
23302 PR target/54855
23303 * config/i386/i386-expand.c (ix86_expand_vector_set): Generate
23304 standard scalar operation pattern for V2DF.
23305 * config/i386/sse.md (*<sse>_vm<plusminus_insn><mode>3): New.
23306 (*<sse>_vm<multdiv_mnemonic><mode>3): Likewise.
23307 (*ieee_<ieee_maxmin><mode>3): Likewise.
23308 (vec_setv2df_0): Likewise.
23309
23310 2019-06-20 Jan Hubicka <jh@suse.cz>
23311
23312 * tree-ssa-alias.c (aliasing_component_refs_p): Remove ref2_is_decl
23313 parameter; it has no use in gimple memory model.
23314 (indirect_ref_may_alias_decl_p): Update.
23315
23316 2019-06-20 Martin Liska <mliska@suse.cz>
23317
23318 * params.def (PARAM_HASH_TABLE_VERIFICATION_LIMIT): Decrease
23319 to 10.
23320
23321 2019-06-20 Jakub Jelinek <jakub@redhat.com>
23322
23323 * tree-vect-stmts.c (enum scan_store_kind): New type.
23324 (scan_store_can_perm_p): Change last argument from int * to
23325 vec<enum scan_store_kind> *, record precisely which permutations
23326 need whole vector left shift or that plus VEC_COND_EXPR.
23327 (vectorizable_scan_store): Adjust caller, use whole vector left shift
23328 and additional VEC_COND_EXPR only for those iterations that need it.
23329
23330 2019-06-20 Alexandre Oliva <oliva@adacore.com>
23331
23332 * config.gcc: Fix ARM --with-fpu checking and error message.
23333
23334 2019-06-19 Marek Polacek <polacek@redhat.com>
23335
23336 PR c++/60364 - noreturn after first decl not diagnosed.
23337 * attribs.c (get_attribute_namespace): No longer static.
23338 (decl_attributes): Avoid shadowing. Preserve the C++11 form for C++11
23339 attributes.
23340 (attr_noreturn_exclusions): Make it extern.
23341 * attribs.h (get_attribute_namespace): Declare.
23342 * tree-inline.c (function_attribute_inlinable_p): Use
23343 get_attribute_name.
23344
23345 2019-06-19 Martin Sebor <msebor@redhat.com>
23346
23347 PR tree-optimization/90626
23348 * tree-ssa-strlen.c (strxcmp_unequal): Fix typos.
23349
23350 PR tree-optimization/90626
23351 * tree-ssa-strlen.c (strxcmp_unequal): New function.
23352 (handle_builtin_string_cmp): Call it.
23353
23354 2019-06-19 Iain Sandoe <iain@sandoe.co.uk>
23355
23356 * config/darwin.h (DRIVER_SELF_SPECS): Add RDYNAMIC, DARWIN_PIE_SPEC
23357 and DARWIN_NOPIE_SPEC.
23358 (RDYNAMIC): New, modified from DARWIN_EXPORT_DYNAMIC.
23359 (DARWIN_PIE_SPEC): Collate from darwin.h and darwin9.h.
23360 (DARWIN_NOPIE_SPEC): Collate from darwin10.h.
23361 (DARWIN_NOCOMPACT_UNWIND): New from darwin10.h
23362 (DARWIN_EXPORT_DYNAMIC): Delete.
23363 * config/darwin10.h (LINK_GCC_C_SEQUENCE_SPEC): Move no_compact_unwind
23364 and pie options processing to darwin.h.
23365 * config/darwin9.h (DARWIN_PIE_SPEC): Move pie processing to darwin.h
23366
23367 2019-06-19 Iain Sandoe <iain@sandoe.co.uk>
23368
23369 * config/darwin-driver.c (darwin_driver_init): Fix off-by-one errors
23370 in computing the number of options to be moved.
23371
23372 2019-06-19 Maya Rashish <coypu@sdf.org>
23373
23374 * config/arm/netbsd-elf.h (SYSARCH_ARM_SYNC_ICACHE): New definition.
23375 (CLEAR_INSN_CACHE) Use it.
23376
23377 2019-06-19 Uroš Bizjak <ubizjak@gmail.com>
23378
23379 * config/i386/i386.md (cmpstrnsi): Remove dead code.
23380
23381 2019-06-19 Wilco Dijkstra <wdijkstr@arm.com>
23382
23383 PR middle-end/84521
23384 * builtins.c (expand_builtin_setjmp_setup): Save
23385 hard_frame_pointer_rtx.
23386 (expand_builtin_setjmp_receiver): Do not emit sfp = fp move since we
23387 restore fp.
23388 * function.c (expand_function_start): Save hard_frame_pointer_rtx for
23389 non-local goto.
23390 * lra-eliminations.c (eliminate_regs_in_insn): Remove sfp = fp
23391 elimination code.
23392 (remove_reg_equal_offset_note): Remove unused function.
23393 * reload1.c (eliminate_regs_in_insn): Remove sfp = hfp elimination
23394 code.
23395 * config/arc/arc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.
23396 (arc_builtin_setjmp_frame_value): Remove function.
23397 * config/avr/avr.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.
23398 (avr_builtin_setjmp_frame_value): Remove function.
23399 * config/i386/i386.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.
23400 (ix86_builtin_setjmp_frame_value): Remove function.
23401 * config/pa/pa.md (nonlocal_goto): Remove FP adjustment.
23402 * config/sparc/sparc.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.
23403 (sparc_builtin_setjmp_frame_value): Remove function.
23404 * config/vax/vax.c (TARGET_BUILTIN_SETJMP_FRAME_VALUE): Remove.
23405 (vax_builtin_setjmp_frame_value): Remove function.
23406 * config/xtensa/xtensa.c (xtensa_frame_pointer_required): Force frame
23407 pointer if has_nonlocal_label.
23408
23409 2019-06-19 Jakub Jelinek <jakub@redhat.com>
23410
23411 * doc/md.texi: Document vec_shl_<mode> pattern.
23412 * optabs.def (vec_shl_optab): New optab.
23413 * optabs.c (shift_amt_for_vec_perm_mask): Add shift_optab
23414 argument, if == vec_shl_optab, check for left whole vector shift
23415 pattern rather than right shift.
23416 (expand_vec_perm_const): Add vec_shl_optab support.
23417 * optabs-query.c (can_vec_perm_var_p): Mention also vec_shl optab
23418 in the comment.
23419 * tree-vect-generic.c (lower_vec_perm): Support permutations which
23420 can be handled by vec_shl_optab.
23421 * tree-vect-stmts.c (scan_store_can_perm_p): New function.
23422 (check_scan_store): Use it.
23423 (vectorizable_scan_store): If target can't do normal permutations,
23424 try to use whole vector left shifts and if needed a VEC_COND_EXPR
23425 after it.
23426 * config/i386/sse.md (vec_shl_<mode>): New expander.
23427
23428 * omp-low.c (lower_rec_input_clauses): Handle references properly
23429 in inscan clauses.
23430 (lower_omp_scan): Likewise.
23431
23432 2019-06-19 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
23433
23434 * tree-ssa-address.c (preferred_mem_scale_factor): Handle when
23435 mem_mode is BLKmode.
23436
23437 2019-06-18 Max Filippov <jcmvbkbc@gmail.com>
23438
23439 PR target/90922
23440 * config/xtensa/xtensa.c (xtensa_expand_prologue): Add stack
23441 pointer adjustment for the case of no callee-saved registers and
23442 stack frame bigger than 128 bytes.
23443
23444 2019-06-18 Thomas Schwinge <thomas@codesourcery.com>
23445
23446 PR middle-end/90862
23447 * omp-low.c (check_omp_nesting_restrictions): Handle
23448 GF_OMP_TARGET_KIND_OACC_DECLARE.
23449
23450 2019-06-18 Uroš Bizjak <ubizjak@gmail.com>
23451
23452 * config/i386/i386.md (@cmp<mode>_1): Rename from cmp<mode>_1.
23453 (@add<mode>3_carry): Rename from add<mode>3_carry.
23454 (@sub<mode>3_carry_ccc): Rename from sub<mode>3_carry_ccc.
23455 (@sub<mode>3_carry_ccgz): Rename form sub<mode>3_carry_ccgz.
23456 (@copysign<mode>3_const): Rename from copysign<mode>3_const.
23457 (@copysign<mode>3_var): Rename from copysign<mode>3_var.
23458 (@xorsign<mode>3_1): Rename from xorsign<mode>3_1.
23459 (@x86_shift<mode>_adj_1): Rename from x86_shift<mode>_adj_1.
23460 (@x86_shift<mode>_adj_2): Rename from x86_shift<mode>_adj_2.
23461 (@x86_shift<mode>_adj_3): Rename from x86_shift<mode>_adj_3.
23462 (cmpstrnsi): Use gen_cmp_1.
23463 (lwp_slwpcb): Use gen_lwp_slwpcb_1.
23464 (@lwp_slwpcb<mode>_1): Rename from lwp_slwpcb<mode>_1.
23465 (@umonitor_<mode>): Rename from umonitor_<mode>.
23466 * config/i386/i386-expand.c (ix86_expand_copysign):
23467 Use gen_copysign3_const and gen_copysign3_var.
23468 (ix86_expand_xorsign): Use gen_xorsign3_1.
23469 (ix86_expand_branch): Use gen_sub3_carry_ccc,
23470 gen_sub3_carry_ccgz and gen_cmp1.
23471 (ix86_expand_int_addcc): Use gen_sub3_carry and gen_add3_carry.
23472 (ix86_split_ashl): Use gen_x86_shift_adj_1 and gen_x86_shift_adj_2.
23473 (ix86_split_ashr): Use gen_x86_shift_adj_1 and gen_x86_shift_adj_3.
23474 (ix86_split_lshr): Ditto.
23475 (ix86_expand_builtin) <case IX86_BUILTIN_UMONITOR>: Use gen_umonitor.
23476
23477 2019-06-18 Jason Merrill <jason@redhat.com>
23478
23479 * tree.c (build_constructor): Add MEM_STAT_DECL.
23480
23481 2019-06-18 Richard Sandiford <richard.sandiford@arm.com>
23482
23483 * config/aarch64/aarch64-modes.def (CC_NZC): New CC_MODE.
23484 * config/aarch64/aarch64-sve.md (*<optab><mode>3_cc)
23485 (ptest_ptrue<mode>, while_ult<GPI:mode><PRED_ALL:mode>)
23486 (*while_ult<GPI:mode><PRED_ALL:mode>_cc, *cmp<cmp_op><mode>)
23487 (*cmp<cmp_op><mode>_ptest, *cmp<cmp_op><mode>_cc)
23488 (*pred_cmp<cmp_op><mode>_combine, *pred_cmp<cmp_op><mode>)
23489 (vec_cmp<mode><vpred>, vec_cmpu<mode><vpred>, cbranch<mode>4):
23490 Use CC_NZC instead of CC.
23491 * config/aarch64/aarch64.md (condjump): Print a '.' in SVE conditions.
23492 * config/aarch64/aarch64.c (aarch64_sve_condition_codes): New variable.
23493 (aarch64_print_operand): Handle E_CC_NZCmode.
23494 (aarch64_emit_sve_ptrue_op_cc): Use gen_set_clobber_cc_nzc instead
23495 of gen_set_clobber_cc.
23496
23497 2019-06-18 Richard Sandiford <richard.sandiford@arm.com>
23498
23499 * config/aarch64/aarch64-sve.md: Tabify file.
23500
23501 2019-06-18 Richard Sandiford <richard.sandiford@arm.com>
23502
23503 * config/aarch64/aarch64-protos.h (aarch64_pfalse_reg): Declare.
23504 * config/aarch64/aarch64.c (aarch64_pfalse_reg): New function.
23505 * config/aarch64/aarch64-sve.md: Use it.
23506
23507 2019-06-18 Richard Sandiford <richard.sandiford@arm.com>
23508
23509 * config/aarch64/aarch64-protos.h (aarch64_ptrue_reg): Declare.
23510 * config/aarch64/aarch64.c (aarch64_ptrue_reg): New functions.
23511 (aarch64_expand_sve_widened_duplicate, aarch64_expand_sve_mem_move)
23512 (aarch64_maybe_expand_sve_subreg_move, aarch64_evpc_rev_local)
23513 (aarch64_expand_sve_vec_cmp_int): Use it.
23514 (aarch64_expand_sve_vec_cmp_float): Likewise.
23515 * config/aarch64/aarch64-sve.md: Likewise throughout.
23516
23517 2019-06-18 Richard Sandiford <richard.sandiford@arm.com>
23518 Kugan Vivekanandarajah <kuganv@linaro.org>
23519
23520 * config/aarch64/aarch64-sve.md (*cond_<optab><mode>_0): Delete.
23521 (*cond_<optab><mode>_z): Fold into...
23522 (*cond_<optab><mode>_any): ...here. Also handle cases in which
23523 operand 4 can be tied to operand 0 (either inherently or via RA).
23524
23525 2019-06-18 Richard Biener <rguenther@suse.de>
23526
23527 PR debug/90900
23528 * cfgexpand.c (expand_debug_expr): Treat NOTE_P DECL_RTL
23529 as if optimized away.
23530
23531 2019-06-18 Tom de Vries <tdevries@suse.de>
23532
23533 * config/nvptx/nvptx-protos.h (gen_set_softstack_insn): Remove.
23534 * config/nvptx/nvptx.c (gen_set_softstack_insn): Remove.
23535 * config/nvptx/nvptx.md (define_insn "set_softstack_<mode>"):
23536 Rename to ...
23537 (define_insn "@set_softstack_<mode>"): ... this.
23538 (define_insn "omp_simt_enter_<mode>"): Rename to ...
23539 (define_insn "@omp_simt_enter_<mode>"): ... this.
23540 (define_insn "omp_simt_exit_<mode>"): Rename to ...
23541 (define_insn "@omp_simt_exit_<mode>"): ... this.
23542
23543 2019-06-18 Richard Sandiford <richard.sandiford@arm.com>
23544
23545 * tree-vect-loop-manip.c (vect_set_loop_masks_directly): Remove
23546 vf parameter. Restore the previous iv step of nscalars_step,
23547 but give it iv_type rather than compare_type. Tweak code order
23548 to match the comments.
23549 (vect_set_loop_condition_masked): Update accordingly.
23550 * tree-vect-loop.c (vect_verify_full_masking): Use "unsigned int"
23551 for iv_precision. Tweak comment formatting.
23552
23553 2019-06-18 Iain Sandoe <iain@sandoe.co.uk>
23554
23555 * config/darwin.c: Strip trailing whitespace.
23556
23557 2019-06-18 Iain Sandoe <iain@sandoe.co.uk>
23558
23559 * config/darwin.c (darwin_emit_unwind_label): New default to false.
23560 (darwin_override_options): Set darwin_emit_unwind_label as needed.
23561
23562 2019-06-18 Martin Jambor <mjambor@suse.cz>
23563
23564 PR ipa/90889
23565 * ipa-cp.c (ignore_edge_p): Do not ignore edges when only the
23566 caller does not have flag_ipa_cp set.
23567
23568 2019-06-18 Alejandro Martinez <alejandro.martinezvicente@arm.com>
23569
23570 * config/aarch64/aarch64-sve.md (mask_fold_left_plus_<mode>): Renamed
23571 from "*fold_left_plus_<mode>", updated operands order.
23572 * doc/md.texi (mask_fold_left_plus_@var{m}): Documented new optab.
23573 * internal-fn.c (mask_fold_left_direct): New define.
23574 (expand_mask_fold_left_optab_fn): Likewise.
23575 (direct_mask_fold_left_optab_supported_p): Likewise.
23576 * internal-fn.def (MASK_FOLD_LEFT_PLUS): New internal function.
23577 * optabs.def (mask_fold_left_plus_optab): New optab.
23578 * tree-vect-loop.c (mask_fold_left_plus_optab): New function to get a
23579 masked internal_fn for a reduction ifn.
23580 (vectorize_fold_left_reduction): Add support for masking reductions.
23581
23582 2019-06-18 Kewen Lin <linkw@gcc.gnu.org>
23583
23584 PR middle-end/80791
23585 * target.def (predict_doloop_p): New hook.
23586 * targhooks.h (default_predict_doloop_p): New declaration.
23587 * targhooks.c (default_predict_doloop_p): New function.
23588 * doc/tm.texi.in (TARGET_PREDICT_DOLOOP_P): New hook.
23589 * doc/tm.texi: Regenerate.
23590 * config/rs6000/rs6000.c (rs6000_predict_doloop_p): New function.
23591 (TARGET_PREDICT_DOLOOP_P): New macro.
23592 * tree-ssa-loop-ivopts.c (generic_predict_doloop_p): New function.
23593
23594 2019-06-17 Jakub Jelinek <jakub@redhat.com>
23595
23596 * omp-low.c (struct omp_context): Add scan_inclusive field.
23597 (scan_omp_1_stmt) <case GIMPLE_OMP_SCAN>: Set ctx->scan_inclusive
23598 if inclusive scan.
23599 (struct omplow_simd_context): Add lastlane member.
23600 (lower_rec_simd_input_clauses): Add rvar argument, handle inscan
23601 reductions. Build 2 or 3 argument .GOMP_SIMD_LANE calls rather than
23602 1 or 2 argument.
23603 (lower_rec_input_clauses): Handle inscan reductions in simd contexts.
23604 (lower_lastprivate_clauses): Set TREE_THIS_NOTRAP on the ARRAY_REF.
23605 (lower_omp_scan): New function.
23606 (lower_omp_1) <case GIMPLE_OMP_SCAN>: Use lower_omp_scan.
23607 * tree-ssa-dce.c (eliminate_unnecessary_stmts): For IFN_GOMP_SIMD_LANE
23608 check 3rd argument if present rather than 2nd.
23609 * tree-vectorizer.h (struct _loop_vec_info): Add scan_map member.
23610 (struct _stmt_vec_info): Change simd_lane_access_p from bool into
23611 2-bit bitfield.
23612 * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize
23613 scan_map. For IFN_GOMP_SIMD_LANE check 3rd argument if present rather
23614 than 2nd.
23615 (_loop_vec_info::~_loop_vec_info): Delete scan_map.
23616 * tree-vect-data-refs.c (vect_analyze_data_ref_accesses): Allow two
23617 different STMT_VINFO_SIMD_LANE_ACCESS_P refs if they have the same
23618 init.
23619 (vect_find_stmt_data_reference): Encode in ->aux the 2nd
23620 IFN_GOMP_SIMD_LANE argument.
23621 (vect_analyze_data_refs): Set STMT_VINFO_SIMD_LANE_ACCESS_P from the
23622 encoded ->aux value.
23623 * tree-vect-stmts.c: Include attribs.h.
23624 (vectorizable_call): Adjust comment about IFN_GOMP_SIMD_LANE.
23625 (scan_operand_equal_p, check_scan_store, vectorizable_scan_store): New
23626 functions.
23627 (vectorizable_load): For STMT_VINFO_SIMD_LANE_ACCESS_P tests use != 0.
23628 (vectorizable_store): Handle STMT_VINFO_SIMD_LANE_ACCESS_P > 1.
23629
23630 2019-06-17 Uroš Bizjak <ubizjak@gmail.com>
23631
23632 PR target/62055
23633 * config/i386/i386.md (*nabstf2_1): New insn pattern.
23634 (*nabs<mode>2_1): Ditto.
23635 (nabs sse-reg splitter): New splitter.
23636 * config/i386/sse.md (*nabs<mode>2): New insn_and_split pattern.
23637
23638 2019-06-17 Jan Hubicka <hubicka@ucw.cz>
23639
23640 PR bootstrap/90873.
23641 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix
23642 TMR index check.
23643
23644 2019-06-17 Tom de Vries <tdevries@suse.de>
23645
23646 * config/nvptx/nvptx-protos.h (gen_set_softstack_insn): Declare.
23647 * config/nvptx/nvptx.c (gen_set_softstack_insn): New function.
23648 * config/nvptx/nvptx.md (define_insn "set_softstack_insn"): Rename to
23649 ...
23650 (define_insn "set_softstack_<mode>"): ... this. Use P iterator on
23651 match_operand 0.
23652 (define_insn "omp_simt_enter_insn"): Rename to ...
23653 (define_insn "omp_simt_enter_<mode>"): ... this. Use P iterator on
23654 match_operand 0, 1 and 2, as well as the unspec_volatile result.
23655 (define_expand "omp_simt_enter): Use gen_omp_simt_enter_di and
23656 gen_omp_simt_enter_si.
23657 (define_expand "omp_simt_exit"): New.
23658 (define_insn "omp_simt_exit"): Rename to ...
23659 (define_insn "omp_simt_exit_<mode>"): ... this. Use P iterator on
23660 match_operand 0.
23661
23662 2019-06-17 Matthew Green <mrg@eterna.com.au>
23663 Maya Rashish <coypu@sdf.org>
23664
23665 * config.gcc (aarch64*-*-netbsd*): New target.
23666 * config/aarch64/aarch64-netbsd.h: New file.
23667 * config/aarch64/t-aarch64-netbsd: Likewise.
23668
23669 2019-06-17 Jan Hubicka <hubicka@ucw.cz>
23670
23671 * tree-ssa-alias.c (aliasing_component_refs_p): Consider only
23672 the access path from base to first VIEW_CONVERT_EXPR or
23673 BIT_FIELD_REF.
23674
23675 2019-06-17 Jan Hubicka <hubicka@ucw.cz>
23676
23677 * tree-ssa-alias.c (nonoverlapping_component_refs_p): Also truncate
23678 access path on BIT_FIELD_REFs.
23679
23680 2019-06-17 Martin Liska <mliska@suse.cz>
23681
23682 PR ipa/90874
23683 * ipa-utils.h (odr_type_p): Remove dead code.
23684
23685 2019-06-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
23686
23687 * configure.ac (ld_vers) <*-*-solaris2*>: Remove support for
23688 alternative Solaris 11.4 format.
23689 * configure: Regenerate.
23690
23691 2019-06-17 Tom de Vries <tdevries@suse.de>
23692
23693 * config/nvptx/nvptx.md (define_insn "call_insn"): Rename to ...
23694 (define_insn "call_insn_<mode>"): ... this. Use P iterator on
23695 match_operand 0.
23696 (define_insn "call_value_insn"): Rename to ...
23697 (define_insn "call_value_insn_<mode>"): this. Use P iterator on
23698 match_operand 0.
23699 (define_insn "nvptx_red_partition"): Set unspec_volatile result mode to
23700 DI.
23701
23702 2019-06-16 John David Anglin <danglin@gcc.gnu.org>
23703
23704 PR middle-end/64242
23705 * config/pa/pa.md (nonlocal_goto): Restore frame pointer last. Add
23706 frame clobbers and schedule block.
23707 (builtin_longjmp): Likewise.
23708
23709 2019-06-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
23710
23711 * config/msp430/msp430.c (msp430_expand_helper): Setup arguments which
23712 describe how to perform MSPABI compliant 64-bit shift.
23713 * config/msp430/msp430.md (ashldi3): New define_expand.
23714 (ashrdi3): New define_expand.
23715 (lshrdi3): New define_expand.
23716
23717 2019-06-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
23718
23719 * doc/sourcebuild.texi: Document new effective target keyword
23720 longlong64.
23721
23722 2019-06-16 Jan Hubicka <hubicka@ucw.cz>
23723
23724 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p,
23725 indirect_refs_may_alias_p): Revert accidental commits.
23726
23727 * tree-ssa-alias.c (aliasing_component_refs_p): Watch for arrays
23728 at the end of structures.
23729
23730 2019-06-16 Iain Sandoe <iain@sandoe.co.uk>
23731
23732 * config/darwin.c (machopic_indirect_call_target): Use renamed
23733 darwin_picsymbol_stubs to decide on output.
23734 (darwin_override_options): Handle darwin_picsymbol_stubs.
23735 * config/darwin.h (MIN_LD64_OMIT_STUBS): New.
23736 (LD64_VERSION): Revise default.
23737 * config/darwin.opt: (mpic-symbol-stubs): New option.
23738 (darwin_picsymbol_stubs): New variable.
23739 * config/i386/darwin.h (TARGET_MACHO_BRANCH_ISLANDS):
23740 rename to TARGET_MACHO_PICSYM_STUBS.
23741 * config/i386/i386.c (output_pic_addr_const): Likewise.
23742 * config/i386/i386.h Likewise.
23743 * config/rs6000/darwin.h: Likewise.
23744 * config/rs6000/rs6000.c (rs6000_call_darwin_1): Use renamed
23745 darwin_picsymbol_stubs.
23746
23747 2019-06-16 Iain Sandoe <iain@sandoe.co.uk>
23748
23749 * config/darwin.opt (prebind, noprebind, seglinkedit,
23750 noseglinkedit): Add RejectNegative.
23751
23752 2019-06-16 Jan Hubicka <hubicka@ucw.cz>
23753
23754 * tree-ssa-alias.c (nonoverlapping_component_refs_p): Fix pasto
23755 in my previous patch.
23756
23757 2019-06-16 Tom de Vries <tdevries@suse.de>
23758
23759 PR tree-optimization/89376
23760 * tree-parloops.c (oacc_entry_exit_ok_1): Handle red == NULL.
23761
23762 2019-06-15 Maya Rashish <coypu@sdf.org>
23763
23764 * doc/invoke.texi (Spec Files): Update location of the
23765 Fortran spec file.
23766
23767 2019-06-15 Gerald Pfeifer <gerald@pfeifer.com>
23768
23769 * doc/extend.texi (Common Function Attributes): Clarify
23770 no_sanitize. Fix grammar.
23771
23772 2019-06-15 Jan Hubicka <hubicka@ucw.cz>
23773
23774 * tree-ssa-alias.c (alias_stats): Add
23775 nonoverlapping_component_refs_p_may_alias,
23776 nonoverlapping_component_refs_p_no_alias,
23777 nonoverlapping_component_refs_of_decl_p_may_alias,
23778 nonoverlapping_component_refs_of_decl_p_no_alias.
23779 (dump_alias_stats): Dump them.
23780 (nonoverlapping_component_refs_of_decl_p): Add stats.
23781 (nonoverlapping_component_refs_p): Add stats; do not stop on first
23782 ARRAY_REF.
23783
23784 2019-06-15 Uroš Bizjak <ubizjak@gmail.com>
23785
23786 * config/i386/i386.md (and<mode>3): Generate zero-extends for
23787 TARGET_ZERO_EXTEND_WITH_AND && optimize_function_for_speed_p (cfun))
23788 only.
23789 (*anddi3_doubleword): Split before reload. Merge with
23790 anddi->zext pre-reload splitter.
23791 (*andndi3_doubleword): Split before reload.
23792 (*<code>di3_doubleword): Ditto.
23793 (*one_cmpldi2_doubleword): Ditto.
23794
23795 2019-06-15 Jakub Jelinek <jakub@redhat.com>
23796
23797 PR middle-end/90779
23798 * gimplify.c: Include omp-offload.h and context.h.
23799 (gimplify_bind_expr): Add "omp declare target" attributes
23800 to static block scope variables inside of target region or target
23801 functions.
23802
23803 2019-06-15 Tom de Vries <tdevries@suse.de>
23804
23805 PR tree-optimization/90009
23806 * tree-ssa-threadbackward.c (thread_jumps::profitable_jump_thread_path):
23807 Return NULL if bb contains IFN_UNIQUE.
23808
23809 2019-06-14 Segher Boessenkool <segher@kernel.crashing.org>
23810
23811 * config/rs6000/rs6000.md (CCEITHER): New define_mode_iterator.
23812 (un): New define_mode_attr.
23813 (isel_signed_<mode>, isel_unsigned_<mode>): Delete, merge into ...
23814 (isel_<un>signed_<GPR:mode>): ... this. New define_insn.
23815 (isel_reversed_signed_<mode>, isel_reversed_unsigned_<mode>): Delete,
23816 merge into ...
23817 (isel_reversed_<un>signed_<GPR:mode>): ... this. New define_insn.
23818
23819 2019-06-14 Iain Sandoe <iain@sandoe.co.uk>
23820
23821 * config/darwin.opt: Add RejectNegative where needed, reorder
23822 and add minimal functional descriptions.
23823
23824 2019-06-14 H.J. Lu <hongjiu.lu@intel.com>
23825
23826 PR rtl-optimization/90765
23827 * calls.c (update_stack_alignment_for_call): New function.
23828 (expand_call): Call update_stack_alignment_for_call when
23829 outgoing parameter is passed in the stack.
23830 (emit_library_call_value_1): Likewise.
23831 * function.c (locate_and_pad_parm): Don't update
23832 stack_alignment_needed and preferred_stack_boundary.
23833
23834 2019-06-14 H.J. Lu <hongjiu.lu@intel.com>
23835
23836 PR target/90877
23837 * config/i386/i386-features.c
23838 (dimode_scalar_chain::compute_convert_gain): Replace
23839 mmxsse_to_integer with sse_to_integer.
23840 * config/i386/i386.c (ix86_register_move_cost): Verify that
23841 moves between MMX and non-MMX units require secondary memory.
23842 Correct costs of moves between SSE and integer units.
23843 * config/i386/i386.h (processor_costs): Rename cost of moving
23844 SSE register to integer to sse_to_integer. Rename cost of
23845
23846 2019-06-14 Matt Thomas <matt@3am-software.com>
23847 Matthew Green <mrg@eterna.com.au>
23848 Nick Hudson <skrll@netbsd.org>
23849 Maya Rashish <coypu@sdf.org>
23850 Richard Earnshaw <rearnsha@arm.com>
23851
23852 * config.gcc (arm*-*-netbsdelf*) Add support for EABI configuration.
23853 * config.host (arm*-*-netbsd*): Use driver-arm.o on native NetBSD.
23854 * config/arm/netbsd-eabi.h: New file.
23855 * config/arm/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Undefine before
23856 redefining.
23857 (SUBTARGET_EXTRA_ASM_SPEC): Don't pass -matpcs to the assembler.
23858 * config/netbsd-elf.h (NETBSD_LINK_LD_ELF_SO_SPEC): New define.
23859 (NETBSD_SUBTARGET_EXTRA_SPECS): New define.
23860 (SUBTARGET_EXTRA_SPECS): Define to NETBSD_SUBTARGET_EXTRA_SPECS.
23861
23862 2019-06-14 Richard Biener <rguenther@suse.de>
23863
23864 * tree-loop-distribution.c (classify_partition): Return
23865 whether a reduction appeared in all partitions and do not
23866 stop builtin detection because of this.
23867 (distribute_loop): Sort a non-builtin partition last if
23868 there's a reduction in all partitions and make sure the
23869 partition prevailing as last is not a builtin.
23870
23871 2019-06-14 Feng Xue <fxue@os.amperecomputing.com>
23872
23873 PR ipa/90401
23874 * ipa-prop.c (add_to_agg_contents_list): New function.
23875 (clobber_by_agg_contents_list_p): Likewise.
23876 (extract_mem_content): Likewise.
23877 (get_place_in_agg_contents_list): Delete.
23878 (determine_known_aggregate_parts): Renamed from
23879 determine_locally_known_aggregate_parts. New parameter
23880 aa_walk_budget_p.
23881
23882 2019-06-13 Martin Sebor <msebor@redhat.com>
23883
23884 PR tree-optimization/90662
23885 * tree-ssa-strlen.c (get_stridx): Convert fold_build2 operands
23886 to the same type.
23887
23888 2019-06-13 Jan Hubicka <hubicka@ucw.cz>
23889
23890 PR bootstrap/90873
23891 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Also check that
23892 dbase is not TARGET_MEM_REF.
23893
23894 2019-06-13 Uroš Bizjak <ubizjak@gmail.com>
23895
23896 * config/i386/i386.md (SWIM1248s): Rename from SWIM1248x.
23897 Update all uses.
23898 (and<mode>3): Use gen_extend_insn instead of indirect functions.
23899 Do not generate DImode extends for 32bit targets.
23900 (and->zext post-reload splitter): Use gen_extend_insn
23901 instead of indirect functions.
23902 (anddi->zext pre-reload splitter): New.
23903 (*zext<mode>_doubleword_and): Remove.
23904 (*zext<mode>_doubleword): Ditto.
23905 (*zextsi_doubleword): Dittto.
23906
23907 2019-06-13 Uroš Bizjak <ubizjak@gmail.com>
23908
23909 * config/i386/i386-expand.c (ix86_expand_int_sse_cmp):
23910 Use gen_sub3_insn instead of indirect function.
23911 (ix86_expand_ashl_const): Use gen_add2_insn instead of
23912 indirect function.
23913 (ix86_adjust_counter): Ditto.
23914
23915 2019-06-13 Jiufu Guo <guojiufu@linux.ibm.com>
23916 Lijia He <helijia@linux.ibm.com>
23917
23918 PR tree-optimization/77820
23919 * tree-ssa-threadedge.c
23920 (edge_forwards_cmp_to_conditional_jump_through_empty_bb_p): New
23921 function.
23922 (thread_across_edge): Add call to
23923 edge_forwards_cmp_to_conditional_jump_through_empty_bb_p.
23924
23925 2019-06-13 Iain Sandoe <iain@sandoe.co.uk>
23926
23927 * config/darwin-driver.c (validate_macosx_version_min): New.
23928 (darwin_default_min_version): Cleanup and validate supplied version.
23929 (darwin_driver_init): Likewise and push cleaned version into opts.
23930
23931 2019-06-13 Jan Hubicka <hubicka@ucw.cz>
23932
23933 PR tree-optimization/90869
23934 * tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Watch for view
23935 converts in MEM_REF referencing decl rather than view converts
23936 from decl type to MEM_REF type.
23937
23938 2019-06-13 Richard Biener <rguenther@suse.de>
23939
23940 PR tree-optimization/90856
23941 * tree-sra.c (build_ref_for_model): Only use
23942 build_reconstructed_reference when address-spaces are the same.
23943
23944 2019-06-13 Jakub Jelinek <jakub@redhat.com>
23945
23946 * config/nvptx/nvptx.c (nvptx_sese_number, nvptx_sese_pseudo): Don't
23947 wrap ei variable name in the declaration in ()s.
23948 (nvptx_single): Actually use mode_label variable. Formatting fix.
23949
23950 2019-06-13 Richard Biener <rguenther@suse.de>
23951
23952 * tree-vectorizer.h (vect_loop_vectorized_call): Declare.
23953 * tree-vectorizer.c (vect_loop_vectorized_call): Export and
23954 also return the condition stmt.
23955 * tree-vect-loop-manip.c (vect_loop_versioning): Compute outermost
23956 loop we can version and version that, reusing the loop version
23957 created by if-conversion instead of versioning again.
23958
23959 2019-06-13 Aldy Hernandez <aldyh@redhat.com>
23960
23961 * gimple-loop-versioning.cc (prune_loop_conditions): Use
23962 may_contain_p.
23963 * tree-vrp (value_range_base::may_contain_p): Call into
23964 value_inside_range.
23965 (value_inside_range): Make private inside value_range_base class.
23966 Take min/max from *this.
23967 (range_includes_p): Remove.
23968 * tree-vrp.h (value_range_base): Add value_inside_range.
23969 (range_includes_p): Remove.
23970 (range_includes_zero_p): Call may_contain_p.
23971 * vr-values.c (compare_range_with_value): Same.
23972
23973 2019-06-13 Claudiu Zissulescu <claziss@synopsys.com>
23974
23975 * doc/extend.texi (ARC Function Attributes): Update info.
23976
23977 2019-06-13 Feng Xue <fxue@os.amperecomputing.com>
23978
23979 PR tree-optimization/89713
23980 * doc/invoke.texi (-ffinite-loops): Document new option.
23981 * common.opt (-ffinite-loops): New option.
23982 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Mark
23983 IFN_GOACC_LOOP calls as necessary.
23984 * tree-ssa-loop-niter.c (finite_loop_p): Assume loop with an exit
23985 is finite.
23986 * omp-offload.c (oacc_xform_loop): Skip lowering if return value of
23987 IFN_GOACC_LOOP call is not used.
23988 * opts.c (default_options_table): Enable -ffinite-loops at -O2+.
23989
23990 2019-06-13 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
23991
23992 PR target/88838
23993 * tree-vect-loop-manip.c (vect_set_loop_masks_directly): If the
23994 compare_type is not with Pmode size, we will create an IV with
23995 Pmode size with truncated use (i.e. converted to the correct type).
23996 * tree-vect-loop.c (vect_verify_full_masking): Find IV type.
23997 (vect_iv_limit_for_full_masking): New. Factored out of
23998 vect_set_loop_condition_masked.
23999 * tree-vectorizer.h (LOOP_VINFO_MASK_IV_TYPE): New.
24000 (vect_iv_limit_for_full_masking): Declare.
24001
24002 2019-06-13 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
24003
24004 PR target/88834
24005 * tree-ssa-loop-ivopts.c (get_mem_type_for_internal_fn): Handle
24006 IFN_MASK_LOAD_LANES and IFN_MASK_STORE_LANES.
24007 (get_alias_ptr_type_for_ptr_address): Likewise.
24008 (add_iv_candidate_for_use): Add scaled index candidate if useful.
24009 * tree-ssa-address.c (preferred_mem_scale_factor): New.
24010 * config/aarch64/aarch64.c (aarch64_classify_address): Relax
24011 allow_reg_index_p.
24012
24013 2019-06-13 Kugan Vivekanandarajah <kugan.vivekanandarajah@linaro.org>
24014
24015 * config/aarch64/iterators.md (ADDSUB): Fix typo in comment.
24016
24017 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
24018
24019 * common/config/pru/pru-common.c: New file.
24020 * config.gcc: Add PRU target.
24021 * config/pru/alu-zext.md: New file.
24022 * config/pru/constraints.md: New file.
24023 * config/pru/predicates.md: New file.
24024 * config/pru/pru-opts.h: New file.
24025 * config/pru/pru-passes.c: New file.
24026 * config/pru/pru-pragma.c: New file.
24027 * config/pru/pru-protos.h: New file.
24028 * config/pru/pru.c: New file.
24029 * config/pru/pru.h: New file.
24030 * config/pru/pru.md: New file.
24031 * config/pru/pru.opt: New file.
24032 * config/pru/t-pru: New file.
24033 * doc/extend.texi: Document PRU pragmas.
24034 * doc/invoke.texi: Document PRU-specific options.
24035 * doc/md.texi: Document PRU asm constraints.
24036
24037 2019-06-12 Martin Sebor <msebor@redhat.com>
24038
24039 PR middle-end/90676
24040 * tree-pretty-print.c (dump_mem_ref): New function. Include
24041 MEM_REF type in output when different size than operand.
24042 (dump_generic_node): Move code to dump_mem_ref and call it.
24043
24044 2019-06-12 Martin Sebor <msebor@redhat.com>
24045
24046 PR tree-optimization/90662
24047 * tree-ssa-strlen.c (get_stridx): Handle simple VLAs and pointers
24048 to arrays.
24049
24050 2019-06-12 Tom de Vries <tdevries@suse.de>
24051
24052 PR tree-optimization/90009
24053 * config/nvptx/nvptx.c (nvptx_find_par): Assert fork has at most join.
24054
24055 2019-06-12 Martin Liska <mliska@suse.cz>
24056
24057 * ggc-common.c (ggc_prune_overhead_list): Do not sanitize
24058 the created map.
24059 * hash-map.h: Add sanitize_eq_and_hash into ::hash_map.
24060 * mem-stats.h (mem_alloc_description::mem_alloc_description):
24061 Do not sanitize created maps.
24062
24063 2019-06-12 Aldy Hernandez <aldyh@redhat.com>
24064
24065 * gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children): Use
24066 value_range::singleton_p.
24067 * tree-vrp.c (value_range_constant_singleton): Remove.
24068 * tree-vrp.h (value_range_constant_singleton): Remove.
24069 * vr-values.c (vr_values::singleton): Use
24070 value_range::singleton_p.
24071
24072 2019-06-12 Jakub Jelinek <jakub@redhat.com>
24073
24074 PR target/90811
24075 * cfgexpand.c (align_local_variable): Add really_expand argument,
24076 don't SET_DECL_ALIGN if it is false.
24077 (add_stack_var): Add really_expand argument, pass it through to
24078 align_local_variable.
24079 (expand_one_stack_var_1): Pass true as really_expand to
24080 align_local_variable.
24081 (expand_one_ssa_partition): Pass true as really_expand to
24082 add_stack_var.
24083 (expand_one_var): Pass really_expand through to add_stack_var.
24084
24085 2019-06-12 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
24086
24087 * config/arm/iterators.md (VABAL): New int iterator.
24088 * config/arm/neon.md (<sup>sadv16qi): New define_expand.
24089 * config/arm/unspecs.md ("unspec"): Define UNSPEC_VABAL_S,
24090 UNSPEC_VABAL_U values.
24091
24092 2019-06-12 Martin Liska <mliska@suse.cz>
24093
24094 * value-prof.c (stream_out_histogram_value): Only first value
24095 can't be negative.
24096
24097 2019-06-12 Jakub Jelinek <jakub@redhat.com>
24098
24099 PR c/90760
24100 * symtab.c (symtab_node::set_section): Allow being called on aliases
24101 as long as they aren't analyzed yet.
24102
24103 2019-06-11 Faraz Shahbazker <fshahbazker@wavecomp.com>
24104
24105 * config/mips/mips.c (mips_final_postscan_insn): Modify call
24106 to `mips_set_text_contents_type' to indicate whether a
24107 non-debug insn follows.
24108
24109 2019-06-11 Michael Meissner <meissner@linux.ibm.com>
24110
24111 * config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): Delete
24112 enabling -mpcrel by default.
24113 * config/rs6000/rs6000.c (rs6000_option_override_internal): Update
24114 test for -mpcrel and/or -mprefixed-addr needing -mcpu=future, so
24115 that the test against -mcpu=future is done first. Then test if
24116 -mprefixed-addr is on for -mpcrel.
24117 (rs6000_disable_incompatible_switches): Add -mcpu=future support.
24118
24119 2019-06-11 Jakub Jelinek <jakub@redhat.com>
24120
24121 PR target/90811
24122 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Use and.b%d
24123 instead of and.u%d.
24124
24125 2019-06-11 Marc Glisse <marc.glisse@inria.fr>
24126
24127 * match.pd (X/[ex]4<Y/[ex]4): Handle conversions.
24128
24129 2019-06-11 Matthew Beliveau <mbelivea@redhat.com>
24130
24131 PR c++/90449 - add -Winaccessible-base option.
24132 * doc/invoke.texi (Winaccessible-base): Document.
24133
24134 2019-06-11 Marc Glisse <marc.glisse@inria.fr>
24135
24136 PR tree-optimization/62041
24137 * fold-const.c (fold_real_zero_addition_p): Handle vectors.
24138
24139 2019-06-11 Jason Merrill <jason@redhat.com>
24140
24141 * gdbhooks.py (TreePrinter.to_string): Recognize ggc_free'd memory.
24142 * tree.c (get_tree_code_name): Likewise.
24143 * print-tree.c (print_node): Only briefly print a node with an
24144 invalid code.
24145
24146 2019-06-11 Jakub Jelinek <jakub@redhat.com>
24147
24148 PR bootstrap/90819
24149 * trans-mem.c (tm_memopt_compute_available): Add assertion
24150 that blocks is not empty. Formatting fix.
24151
24152 2019-06-11 Martin Liska <mliska@suse.cz>
24153
24154 PR c++/87847
24155 * hash-table.h: Extend create_gcc, add one parameter
24156 that is passed into hash_table::hash_table.
24157
24158 2019-06-10 Uroš Bizjak <ubizjak@gmail.com>
24159
24160 * config/i386/i386-protos.h (ix86_split_fp_absneg_operator):
24161 New prototype.
24162 * config/i386/i386-expand.c (ix86_expand_fp_absneg_operator):
24163 Emit clobber also for non-sse operations.
24164 (ix86_split_fp_absneg_operator): New function.
24165 * config/i386/i386.md (SSEMODEF): New mode iterator.
24166 (ssevecmodef): New mode attribute.
24167 (<code>tf2): Use absneg code iterator.
24168 (*<code>tf2_1): Rename from *absnegtf3_sse. Use absneg code iterator.
24169 Add three-operand AVX alternatives.
24170 (*<code><mode>2_i387_1): Rename from *absnegxf2_i387.
24171 Use absneg code iterator and X87MODEF mode iterator.
24172 (absneg fp_reg non-sse splitter): Call absneg code iterator
24173 and X87MODEF mode iterator.
24174 (absneg general_reg non-sse splitter): Use absneg code iterator
24175 and X87MODEF mode iterator. Use ix86_split_fp_absneg_operator.
24176 (*<code><mode>2_1): Rename from *absneg<mode>2. Use absneg
24177 code iterator. Add three-operand AVX alternative.
24178 (absneg sse_reg splitter): Use absneg code iterator
24179 and SSEMODEF mode iterator. Handle AVX operands.
24180 (absneg fp_reg splitter): Use absneg code iterator
24181 and MODEF mode iterator.
24182 (absneg general_reg splitter): Merge splitters using MODEF mode
24183 iterator. Use absneg code iterator. Call
24184 ix86_split_fp_absneg_operator.
24185 (*<code><mode>2_i387): Rename from *<code><mode>2_1.
24186 Do not enable for non-sse modes before reload.
24187 (CSGNMODE): Remove.
24188 (CSGNVMODE): Ditto.
24189 (copysing<mode>3): Use SSEMODEF instead of CSGNMODE and
24190 ssevecmodef mode attribute instaed of CSGNVMODE.
24191 (copysign<mode>3_const): Ditto.
24192 (copysign<mode>3_var): Ditto.
24193 * config/i386/i386.md (*<code><mode>2): Rename from *absneg<mode>2.
24194 Use absneg code iterator. Simplify code using std::swap.
24195 * config/i386/predicates.md (absneg_operator): Remove.
24196
24197 2019-06-10 Martin Sebor <msebor@redhat.com>
24198
24199 * gimple-fold.c (get_range_strlen): Update comment that didn't
24200 make it into r267503 or related commits.
24201
24202 2019-06-10 Vladislav Ivanishin <vlad@ispras.ru>
24203
24204 * gcov-tool.c (merge_usage, rewrite_usage): Mark with
24205 ATTRIBUTE_NORETURN thus making consistent with overlap_usage.
24206
24207 2019-06-10 Jakub Jelinek <jakub@redhat.com>
24208
24209 * tree.def (OMP_SCAN): New tree code.
24210 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_INCLUSIVE and
24211 OMP_CLAUSE_EXCLUSIVE.
24212 * tree.h (OMP_CLAUSES): Use OMP_SCAN instead of OMP_TASKGROUP.
24213 (OMP_SCAN_BODY, OMP_SCAN_CLAUSES): Define.
24214 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add entries for
24215 OMP_CLAUSE_{IN,EX}CLUSIVE.
24216 (walk_tree_1): Handle OMP_CLAUSE_{IN,EX}CLUSIVE.
24217 * tree-nested.c (convert_nonlocal_reference_stmt,
24218 convert_local_reference_stmt, convert_gimple_call): Handle
24219 GIMPLE_OMP_SCAN.
24220 * tree-pretty-print.c (dump_omp_clause): Handle
24221 OMP_CLAUSE_{IN,EX}CLUSIVE.
24222 (dump_generic_node): Handle OMP_SCAN.
24223 * gimple.def (GIMPLE_OMP_SCAN): New gimple code.
24224 * gimple.h (gomp_scan): New type.
24225 (is_a_helper <gomp_scan *>::test,
24226 is_a_helper <const gomp_scan *>::test): New templates.
24227 (gimple_build_omp_scan): Declare.
24228 (gimple_omp_scan_clauses, gimple_omp_scan_clauses_ptr,
24229 gimple_omp_scan_set_clauses): New inline functions.
24230 (CASE_GIMPLE_OMP): Add case GIMPLE_OMP_SCAN:.
24231 * gimple.c (gimple_build_omp_scan): New function.
24232 (gimple_copy): Handle GIMPLE_OMP_SCAN.
24233 * gimple-walk.c (walk_gimple_op, walk_gimple_stmt): Likewise.
24234 * gimple-pretty-print.c (dump_gimple_omp_block): Don't handle
24235 GIMPLE_OMP_TASKGROUP.
24236 (dump_gimple_omp_scan): New function.
24237 (pp_gimple_stmt_1): Handle GIMPLE_OMP_SCAN.
24238 * gimple-low.c (lower_stmt): Handle GIMPLE_OMP_SCAN.
24239 * tree-inline.c (remap_gimple_stmt, estimate_num_insns): Likewise.
24240 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_REDUCTION_INSCAN.
24241 (is_gimple_stmt): Handle OMP_SCAN.
24242 (gimplify_scan_omp_clauses): Reject inscan reductions on constructs
24243 other than OMP_FOR or OMP_SIMD. Handle OMP_CLAUSE_{IN,EX}CLUSIVE.
24244 (gimplify_adjust_omp_clauses): Diagnose inscan reductions not
24245 mentioned in nested #pragma omp scan. Handle
24246 OMP_CLAUSE_{IN,EX}CLUSIVE.
24247 (gimplify_expr): Handle OMP_SCAN.
24248 * omp-low.c (check_omp_nesting_restrictions): For parent context,
24249 look through GIMPLE_OMP_SCAN context. Allow #pragma omp scan in
24250 simd constructs.
24251 (scan_omp_1_stmt, lower_omp_1, diagnose_sb_1, diagnose_sb_2): Handle
24252 GIMPLE_OMP_SCAN.
24253
24254 2019-06-10 Martin Liska <mliska@suse.cz>
24255
24256 * ipa-cp.c (ignore_edge_p): New function.
24257 (build_toporder_info): Use it.
24258 * ipa-inline.c (ignore_edge_p): New function.
24259 (inline_small_functions): Use it.
24260 * ipa-pure-const.c (ignore_edge_for_nothrow):
24261 Verify opt_for_fn for caller and callee.
24262 (ignore_edge_for_pure_const): Likewise.
24263 * ipa-reference.c (ignore_edge_p): Extend to check
24264 for opt_for_fn.
24265 * ipa-utils.c (searchc): Refactor.
24266 * ipa-utils.h: Fix coding style.
24267
24268 2019-06-10 Claudiu Zissulescu <claziss@synopsys.com>
24269
24270 * config/arc/arc.c (arc_rtx_costs): Update costs.
24271
24272 2019-06-10 Claudiu Zissulescu <claziss@synopsys.com>
24273
24274 * config/arc/arc-protos.h (arc_check_ior_const): Declare.
24275 (arc_split_ior): Likewise.
24276 (arc_check_mov_const): Likewise.
24277 (arc_split_mov_const): Likewise.
24278 * config/arc/arc.c (arc_print_operand): Fix 'z' letter.
24279 (arc_rtx_costs): Replace check Crr with Cax constraint.
24280 (prepare_move_operands): Cleanup, remove unused code.
24281 (arc_split_ior): New function.
24282 (arc_check_ior_const): Likewise.
24283 (arc_split_mov_const): Likewise.
24284 (arc_check_mov_const): Likewise.
24285 * config/arc/arc.md (movsi_insn): Restructure it, and convert it
24286 in define_insn_and_split pattern.
24287 (iorsi3): Likewise.
24288 (mulsi3_v2): Add new matching variant.
24289 (andsi3_i): Cleanup pattern.
24290 (rotrsi3_cnt1): Update pattern.
24291 (rotrsi3_cnt8): New pattern.
24292 (ashlsi2_cnt8): Likewise.
24293 (ashlsi2_cnt16): Likewise.
24294 * config/arc/constraints.md (C0p): Update constraint.
24295 (Crr): Remove it.
24296 (C0x): New pattern.
24297 (Cax): New pattern.
24298
24299 2019-06-10 Martin Liska <mliska@suse.cz>
24300
24301 * ipa-icf.c (sem_item_optimizer::parse_nonsingleton_classes):
24302 Update coding style.
24303 (sem_item_optimizer::dump_cong_classes):
24304 Print how many items are in a non-singular class. Improve
24305 coding style.
24306
24307 2019-06-10 Martin Liska <mliska@suse.cz>
24308
24309 * value-prof.c (dump_histogram_value): Change dump format.
24310 (gimple_mod_subtract_transform): Remove legacy comment.
24311
24312 2019-06-10 Martin Liska <mliska@suse.cz>
24313
24314 * value-prof.c (dump_histogram_value): Print histogram values
24315 only if present.
24316
24317 2019-06-10 Martin Liska <mliska@suse.cz>
24318
24319 * gcov-io.h (GCOV_DISK_SINGLE_VALUES): New.
24320 (GCOV_SINGLE_VALUE_COUNTERS): Likewise.
24321 * ipa-profile.c (ipa_profile_generate_summary):
24322 Use get_most_common_single_value.
24323 * tree-profile.c (gimple_init_gcov_profiler):
24324 Instrument with __gcov_one_value_profiler_v2
24325 and __gcov_indirect_call_profiler_v4.
24326 * value-prof.c (dump_histogram_value):
24327 Print all values for HIST_TYPE_SINGLE_VALUE.
24328 (stream_out_histogram_value): Update assert for
24329 N values.
24330 (stream_in_histogram_value): Set number of
24331 counters for HIST_TYPE_SINGLE_VALUE.
24332 (get_most_common_single_value): New.
24333 (gimple_divmod_fixed_value_transform):
24334 Use get_most_common_single_value.
24335 (gimple_ic_transform): Likewise.
24336 (gimple_stringops_transform): Likewise.
24337 (gimple_find_values_to_profile): Set number
24338 of counters for HIST_TYPE_SINGLE_VALUE.
24339 * value-prof.h (get_most_common_single_value): New.
24340
24341 2019-06-10 Martin Liska <mliska@suse.cz>
24342
24343 * hash-map.h: Pass default value to hash_table ctor.
24344 * hash-table.h: Add default value to call of a ctor.
24345
24346 2019-06-08 Jonathan Wakely <jwakely@redhat.com>
24347
24348 * doc/invoke.texi (C Dialect Options): Minor grammatical change.
24349 (x86 Options): Replace all uses of "PCL_MUL" with "PCLMUL"
24350
24351 2019-06-07 John David Anglin <danglin@gcc.gnu.orig>
24352
24353 PR target/90751
24354 * config/pa/pa-linux.h (ASM_DECLARE_FUNCTION_NAME): Update comment.
24355 Call pa_output_function_label.
24356 (TARGET_ASM_FUNCTION_PROLOGUE): define.
24357 * config/pa/pa-protos.h (pa_output_function_label): Declare.
24358 * config/pa/pa.c (pa_output_function_prologue): Add ATTRIBUTE_UNUSED
24359 to declaration.
24360 (pa_linux_output_function_prologue): Declare.
24361 (TARGET_ASM_FUNCTION_PROLOGUE): Delete define.
24362 (pa_output_function_label): New.
24363 (pa_output_function_prologue): Revise to use pa_output_function_label.
24364 (pa_linux_output_function_prologue): New.
24365 * config/pa/pa.h (TARGET_ASM_FUNCTION_PROLOGUE): Define.
24366
24367 2019-06-07 Aldy Hernandez <aldyh@redhat.com>
24368
24369 * tree-vrp.h (value_range_base::intersect): New.
24370 (value_range::intersect_helper): Move from here...
24371 (value_range_base::intersect_helper): ...to here.
24372 * tree-vrp.c (value_range::intersect_helper): Rename to...
24373 (value_range_base::intersect_helper): ...this, and rewrite to
24374 return a value instead of modifying THIS in place.
24375 Also, move equivalence handling...
24376 (value_range::intersect): ...here, while calling intersect_helper.
24377 * gimple-fold.c (size_must_be_zero_p): Use value_range_base when
24378 calling intersect.
24379 * gimple-ssa-evrp-analyze.c (ecord_ranges_from_incoming_edge):
24380 Same.
24381 * vr-values.c (vrp_evaluate_conditional_warnv_with_ops): Same.
24382
24383 2019-06-07 Jakub Jelinek <jakub@redhat.com>
24384
24385 * Makefile.in (genprogerr): Add condmd.
24386 (genprog): Remove it here.
24387
24388 2019-06-07 Andrew Stubbs <ams@codesourcery.com>
24389
24390 * doc/invoke.texi (AMD GCN Options): Add gfx906.
24391
24392 2019-06-07 Richard Biener <rguenther@suse.de>
24393
24394 PR debug/90574
24395 * tree-cfg.c (stmt_starts_bb_p): Split blocks at labels
24396 that appear after user labels.
24397
24398 2019-06-07 Martin Liska <mliska@suse.cz>
24399
24400 * cselib.c (cselib_init): Disable hash table
24401 sanitization.
24402 * hash-set.h: Pass new default argument to m_table.
24403 * hash-table.c: Add global variable with hash table
24404 sanitization limit.
24405 * hash-table.h (Allocator>::hash_table): Add new argument
24406 to ctor.
24407 (hashtab_chk_error): New.
24408 * params.def (PARAM_HASH_TABLE_VERIFICATION_LIMIT): New.
24409 * toplev.c (process_options): Set hash_table_sanitize_eq_limit
24410 from the PARAM_HASH_TABLE_VERIFICATION_LIMIT value.
24411
24412 2019-06-07 Jan Hubicka <hubicka@ucw.cz>
24413
24414 * common.opt (flto-odr-type-merging): Ignore.
24415 * invoke.texi (-flto-odr-type-merging): Remove.
24416 * ipa-devirt.c (odr_vtable_hasher:odr_name_hasher): Remove.
24417 (can_be_vtable_hashed_p): Remove.
24418 (hash_odr_vtable): Remove.
24419 (odr_vtable_hasher::hash): Remove.
24420 (types_same_for_odr): Remove.
24421 (types_odr_comparable): Remove.
24422 (odr_vtable_hasher::equal): Remove.
24423 (odr_vtable_hash_type, odr_vtable_hash): Remove.
24424 (add_type_duplicate): Do not synchronize vtable and name hashtables.
24425 (get_odr_type): Do not use vtable hash.
24426 (dump_odr_type): Remove commented out code.
24427 (build_type_inheritance_graph): Do not allocate vtable hash.
24428 (rebuild_type_inheritance_graph): Do not delete vtable hash.
24429 * ipa-utils.h (type_with_linkage_p): Drop vtable hash path.
24430 (odr_type_p): Likewise.
24431 * tree.c (need_assembler_name_p): Remove flag_lto_odr_type_mering
24432 test.
24433
24434 2019-06-07 Jan Hubicka <hubicka@ucw.cz>
24435
24436 * tree-ssa-alias.c (aliasing_component_refs_p): Do not give up
24437 immediately after same_types_for_tbaa_p returns -1 and continue
24438 looking for possible exact match; if matching types are arrays
24439 watch for partial overlaps.
24440 (indirect_ref_may_alias_decl_p): Watch for partial array overlaps.
24441 (indirect_refs_may_alias_p): Do type based disambiguation first;
24442 update comment.
24443
24444 2019-06-07 Richard Sandiford <richard.sandiford@arm.com>
24445
24446 * fwprop.c (propagate_rtx): Fix call to paradoxical_subreg_p.
24447
24448 2019-06-07 Martin Liska <mliska@suse.cz>
24449
24450 * doc/invoke.texi: Remove param.
24451 * gcov-counter.def (GCOV_COUNTER_ICALL_TOPNV):
24452 Remove.
24453 * gcov-io.h (GCOV_ICALL_TOPN_VAL): Likewise.
24454 (GCOV_ICALL_TOPN_NCOUNTS): Likewise.
24455 * params.def (PARAM_INDIR_CALL_TOPN_PROFILE): Likewise.
24456 * profile.c (instrument_values): Remove
24457 HIST_TYPE_INDIR_CALL_TOPN.
24458 * tree-profile.c (init_ic_make_global_vars):
24459 Always build __gcov_indirect_call only.
24460 (gimple_init_gcov_profiler): Remove usage
24461 of PARAM_INDIR_CALL_TOPN_PROFILE.
24462 (gimple_gen_ic_profiler): Likewise.
24463 * value-prof.c (dump_histogram_value): Likewise.
24464 (stream_in_histogram_value): Likewise.
24465 (gimple_indirect_call_to_profile): Likewise.
24466 (gimple_find_values_to_profile): Likewise.
24467 * value-prof.h (enum hist_type): Likewise.
24468
24469 2019-06-07 Martin Liska <mliska@suse.cz>
24470
24471 * tree-ssa-loop.c (get_lsm_tmp_name): Return at the end of the
24472 function.
24473
24474 2019-06-07 Martin Liska <mliska@suse.cz>
24475
24476 PR tree-optimization/78902
24477 * builtin-attrs.def (ATTR_WARN_UNUSED_RESULT): New.
24478 (ATTR_MALLOC_NOTHROW_LEAF_LIST): Remove.
24479 (ATTR_WARN_UNUSED_RESULT_NOTHROW_LEAF_LIST): New.
24480 (ATTR_MALLOC_WARN_UNUSED_RESULT_NOTHROW_LEAF_LIST): New.
24481 (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): Remove.
24482 (ATTR_MALLOC_SIZE_1_NOTHROW_LEAF_LIST): Remove.
24483 (ATTR_MALLOC_WARN_UNUSED_RESULT_NOTHROW_LIST): New.
24484 (ATTR_ALLOC_WARN_UNUSED_RESULT_SIZE_2_NOTHROW_LIST): New.
24485 (ATTR_MALLOC_WARN_UNUSED_RESULT_SIZE_1_NOTHROW_LEAF_LIST): New.
24486 (ATTR_ALLOCA_SIZE_1_NOTHROW_LEAF_LIST): Remove.
24487 (ATTR_ALLOCA_WARN_UNUSED_RESULT_SIZE_1_NOTHROW_LEAF_LIST): New.
24488 (ATTR_MALLOC_SIZE_1_2_NOTHROW_LEAF_LIST): Remove.
24489 (ATTR_MALLOC_WARN_UNUSED_RESULT_SIZE_1_2_NOTHROW_LEAF_LIST):
24490 New.
24491 (ATTR_ALLOC_SIZE_2_NOTHROW_LEAF_LIST): Remove.
24492 (ATTR_ALLOC_WARN_UNUSED_RESULT_SIZE_2_NOTHROW_LEAF_LIST): New.
24493 (ATTR_MALLOC_NOTHROW_NONNULL): Remove.
24494 (ATTR_WARN_UNUSED_RESULT_NOTHROW_NONNULL): New.
24495 (ATTR_MALLOC_WARN_UNUSED_RESULT_NOTHROW_NONNULL): New.
24496 (ATTR_MALLOC_NOTHROW_NONNULL_LEAF): Remove.
24497 (ATTR_WARN_UNUSED_RESULT_NOTHROW_NONNULL_LEAF): New.
24498 (ATTR_MALLOC_WARN_UNUSED_RESULT_NOTHROW_NONNULL_LEAF): New.
24499 * builtins.def (BUILT_IN_ALIGNED_ALLOC): Change to use
24500 warn_unused_result attribute.
24501 (BUILT_IN_STRDUP): Likewise.
24502 (BUILT_IN_STRNDUP): Likewise.
24503 (BUILT_IN_ALLOCA): Likewise.
24504 (BUILT_IN_CALLOC): Likewise.
24505 (BUILT_IN_MALLOC): Likewise.
24506 (BUILT_IN_REALLOC): Likewise.
24507
24508 2019-06-06 Jim Wilson <jimw@sifive.com>
24509
24510 PR target/89955
24511 * config/riscv/riscv.h (STARTFILE_PREFIX_SPEC): Deleted.
24512 * config/riscv/freebsd.h (STARTFILE_PREFIX_SPEC): Added.
24513 * config/riscv/linux.h (STARTFILE_PREFIX_SPEC): Added.
24514
24515 2019-06-06 Martin Sebor <msebor@redhat.com>
24516
24517 * tree-ssa-strlen.c (adjust_related_strinfos): Avoid trailing article.
24518 (handle_builtin_malloc): Remove trailing spaces.
24519 (handle_builtin_memset): Same.
24520 (handle_builtin_memcmp): Same.
24521 (compute_string_length): Same.
24522 (determine_min_objsize): Same.
24523 (handle_builtin_string_cmp): Same.
24524 (handle_char_store): Same. Break up excessively long line.
24525
24526 2019-06-06 Martin Jambor <mjambor@suse.cz>
24527
24528 * tree-sra.c (build_reconstructed_reference): Drop the alignment
24529 check.
24530
24531 2019-06-06 Martin Jambor <mjambor@suse.cz>
24532
24533 * tree-sra.c (struct access): New field grp_same_access_path.
24534 (dump_access): Dump it.
24535 (build_reconstructed_reference): New function.
24536 (build_ref_for_model): Use it if possible.
24537 (path_comparable_for_same_access): New function.
24538 (same_access_path_p): Likewise.
24539 (sort_and_splice_var_accesses): Set the new flag.
24540 (analyze_access_subtree): Likewise.
24541 (propagate_subaccesses_across_link): Propagate zero value of the new
24542 flag down the access tree.
24543
24544 2019-06-06 Andrew Stubbs <ams@codesourcery.com>
24545
24546 * config.gcc (amdgcn-*-*): Allow --with-arch=gfx906.
24547 * config/gcn/gcn.opt (gpu_type): Add gfx906.
24548 * config/gcn/t-gcn-hsa (MULTILIB_OPTIONS): Add gfx906 multilib.
24549 (MULTILIB_DIRNAMES): Rename gcn5 to gfx900.
24550 Add gfx906.
24551
24552 2019-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
24553
24554 PR tree-optimization/90332
24555 * config/aarch64/aarch64.c (aarch64_expand_vector_init):
24556 Handle VALS containing two vectors.
24557 * config/aarch64/aarch64-simd.md (*aarch64_combinez<mode>): Rename
24558 to...
24559 (@aarch64_combinez<mode>): ... This.
24560 (*aarch64_combinez_be<mode>): Rename to...
24561 (@aarch64_combinez_be<mode>): ... This.
24562 (vec_init<mode><Vhalf>): New define_expand.
24563 * config/aarch64/iterators.md (Vhalf): Handle V8HF.
24564
24565 2019-06-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
24566
24567 * config/msp430/msp430.md (ashlhi3): Use the const_variant of shift
24568 library functions only when not optimizing for size.
24569 (ashlsi3): Likewise.
24570 (ashrhi3): Likewise.
24571 (ashrsi3): Likewise.
24572 (lshrhi3): Likewise.
24573 (lshrsi3): Likewise.
24574
24575 2019-06-06 Andreas Krebbel <krebbel@linux.ibm.com>
24576
24577 PR rtl-optimization/88751
24578 * ira.c (ira): Use the number of the actually referenced registers
24579 when calculating the threshold.
24580
24581 2019-06-06 Jakub Jelinek <jakub@redhat.com>
24582
24583 * configure: Regenerate.
24584
24585 2019-06-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
24586
24587 * config/msp430/msp430.md (ashlhi3): Force shift src operand into a
24588 register if it is in memory, so the shift can be emulated with a rotate
24589 instruction.
24590 (ashrhi3): Likewise.
24591 (lshrhi3): Likewise.
24592
24593 2019-06-06 Martin Liska <mliska@suse.cz>
24594
24595 PR tree-optimization/87954
24596 * match.pd: Simplify mult where both arguments are 0 or 1.
24597
24598 2019-06-06 Richard Biener <rguenther@suse.de>
24599
24600 * vr-values.c (vr_values::extract_range_from_ssa_name): Do not
24601 put equivalences on UNDEFINED ranges.
24602 * gimple-ssa-evrp.c (evrp_dom_walker::before_dom_children):
24603 Make sure to drop defs of stmts added during simplification
24604 to VARYING.
24605
24606 2019-06-06 Richard Biener <rguenther@suse.de>
24607
24608 * tree-ssa-structalias.c: Include tree-cfg.h.
24609 (make_heapvar): Do not make heap vars artificial.
24610 (find_func_aliases_for_builtin_call): Handle stack allocation
24611 functions.
24612 (find_func_aliases): Delay processing of simple enough returns
24613 in non-IPA mode.
24614 (set_uids_in_ptset): Adjust.
24615 (find_what_var_points_to): Likewise.
24616 (solve_constraints): Do not dump points-to sets here.
24617 (compute_points_to_sets): Post-process return statements,
24618 amending the escaped solution. Dump points-to sets afterwards.
24619 (ipa_pta_execute): Dump points-to sets.
24620
24621 2019-06-06 Martin Liska <mliska@suse.cz>
24622
24623 PR web/87933
24624 * doc/install.texi: Fix HTML headers and
24625 titles for 'Installing GCC' pages.
24626
24627 2019-06-06 Martin Liska <mliska@suse.cz>
24628
24629 * ipa-icf-gimple.h (dump_message_1): Remove.
24630 (dump_message): Likewise.
24631 (return_false_with_message_1): Print also file.
24632 (return_false_with_msg): Likewise.
24633 (return_with_result): Likewise.
24634 (return_with_debug): Likewise.
24635 * ipa-icf.c (sem_function::equals_private): Remove call
24636 to dump_message.
24637
24638 2019-06-05 Hongtao Liu <hongtao.liu@intel.com>
24639
24640 * config/i386/sse.md (define_mode_suffix vecmemsuffix): New.
24641 (define_insn "avx512dq_fpclass<mode><mask_scalar_merge_name>"): Enable
24642 memory operand for it.
24643 (define_insn "avx512dq_vmfpclass<mode><mask_scalar_merge_name>"): Ditto.
24644
24645 2019-06-05 Martin Sebor <msebor@redhat.com>
24646
24647 * config/i386/i386-features.c (ix86_get_function_versions_dispatcher):
24648 Adjust quoting and hyphenation.
24649 * convert.c (convert_to_real_1): Same.
24650 * gcc.c (driver_wrong_lang_callback): Same.
24651 (driver::handle_unrecognized_options): Same.
24652 * gimple-ssa-nonnull-compare.c (do_warn_nonnull_compare): Same.
24653 * opts-common.c (cmdline_handle_error): Same.
24654 (read_cmdline_option): Same.
24655 * opts-global.c (complain_wrong_lang): Same.
24656 (print_ignored_options): Same.
24657 (handle_common_deferred_options): Same.
24658 * pretty-print.h: Same.
24659 * print-rtl.c (debug_bb_n_slim): Same.
24660 * sched-rgn.c (make_pass_sched_fusion): Same.
24661 * tree-cfg.c (verify_gimple_assign_unary): Same.
24662 (verify_gimple_label): Same.
24663 * tree-ssa-operands.c (verify_ssa_operands): Same.
24664 * varasm.c (do_assemble_alias): Same.
24665 (assemble_alias): Same.
24666
24667 2019-06-05 Richard Henderson <rth@twiddle.net>
24668
24669 * config/alpha/alpha.c (direct_return): Move down after
24670 struct machine_function definition; use saved frame_size;
24671 return bool.
24672 (struct machine_function): Add sa_mask, sa_size, frame_size.
24673 (alpha_sa_mask, alpha_sa_size, compute_frame_size): Merge into ...
24674 (alpha_compute_frame_layout): ... new function.
24675 (TARGET_COMPUTE_FRAME_LAYOUT): New.
24676 (alpha_initial_elimination_offset): Use saved sa_size.
24677 (alpha_vms_initial_elimination_offset): Likewise.
24678 (alpha_vms_can_eliminate): Remove alpha_sa_size call.
24679 (alpha_expand_prologue): Use saved frame data. Merge integer
24680 and fp register save loops.
24681 (alpha_expand_epilogue): Likewise.
24682 (alpha_start_function): Use saved frame data.
24683 * config/alpha/alpha-protos.h (direct_return): Update.
24684 (alpha_sa_size): Remove.
24685
24686 2019-06-05 Eric Botcazou <ebotcazou@adacore.com>
24687
24688 * fold-const.c (extract_muldiv_1) <PLUS_EXPR>: Do not distribute a
24689 multiplication by a power-of-two value.
24690 (fold_plusminus_mult_expr): Use pow2p_hwi to spot a power-of-two value
24691 and turn the modulo operation into a masking operation.
24692
24693 2019-06-05 Jakub Jelinek <jakub@redhat.com>
24694
24695 PR debug/90733
24696 * var-tracking.c (vt_expand_loc_callback): Don't create raw subregs
24697 with VOIDmode inner operands.
24698
24699 2019-06-05 Richard Biener <rguenther@suse.de>
24700
24701 PR middle-end/90726
24702 * tree-ssa-loop-niter.c (expand_simple_operations): Do not
24703 turn an expression graph into a tree.
24704
24705 2019-06-05 Jakub Jelinek <jakub@redhat.com>
24706
24707 * omp-expand.c (struct omp_region): Add has_lastprivate_conditional
24708 member.
24709 (expand_parallel_call): If region->inner->has_lastprivate_conditional,
24710 treat it like explicit monotonic schedule modifier.
24711 (expand_omp_for): Initialize has_lastprivate_conditional.
24712 If fd.lastprivate_conditional != 0, treat it like explicit monotonic
24713 schedule modifier.
24714
24715 * omp-low.c (lower_rec_input_clauses): For lastprivate conditional
24716 references, lookup in in hash map MEM_REF operand instead of the
24717 MEM_REF itself.
24718 (lower_omp_1): When looking for lastprivate conditional assignments,
24719 handle MEM_REFs with REFERENCE_TYPE operands.
24720
24721 * omp-low.c (lower_rec_input_clauses): Force max_vf if is_simd and
24722 on privatization clauses OMP_CLAUSE_DECL is privatized by reference
24723 and references a VLA. Handle references to non-VLAs if is_simd
24724 all privatization clauses like reductions.
24725 (lower_rec_input_clauses) <case do_private, case do_firstprivate>:
24726 If omp_is_reference, use always omp simd arrays and set
24727 DECL_VALUE_EXPR in that case, if lower_rec_simd_input_clauses
24728 fails, emit reference initialization.
24729
24730 2019-06-05 Hongtao Liu <hongtao.liu@intel.com>
24731
24732 PR target/89803
24733 * config/i386/avx512dqintrin.h (_mm_mask_fpclass_ss_mask,
24734 _mm_mask_fpclass_sd_mask): New intrinsics.
24735 (_mm_fpclass_ss_mask, _mm_fpclass_sd_mask): Modified, use new builtins.
24736 * config/i386/i386-builtin.def
24737 (__builtin_ia32_fpclassss_mask, __builtin_ia32_fpclasssd_mask):
24738 New builtins.
24739 (__builtin_ia32_fpclassss, __builtin_ia32_fpclasssd): Deleted.
24740 * config/i386/i386-builtin-types.def (DEF_FUNCTION_TYPE (QI, V2DF, INT),
24741 DEF_FUNCTION_TYPE (QI, V4SF, INT)): Deleted.
24742 * config/i386/i386-expand.c (case QI_FTYPE_V4SF_INT,
24743 case QI_FTYPE_V2SF_INT): Ditto.
24744 * config/i386/sse.md
24745 (define_insn "avx512dq_vmfpclass<mode><mask_scalar_merge_name>):
24746 Extended to insnstructions with mask operands.
24747
24748 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24749
24750 * config/rs6000/constraints.md (define_register_constraint "wp"):
24751 Delete.
24752 (define_register_constraint "wq"): Delete.
24753 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
24754 (rs6000_init_hard_regno_mode_ok): Adjust.
24755 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
24756 RS6000_CONSTRAINT_wp and RS6000_CONSTRAINT_wq.
24757 * config/rs6000/vsx.md (define_mode_attr VSr3): Delete.
24758 (define_mode_attr VSa): Delete.
24759 (define_mode_attr VSisa): New.
24760 (rest of file): Adjust.
24761 * doc/md.texi (Machine Constraints): Adjust.
24762
24763 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24764
24765 * config/rs6000/rs6000.md (define_attr "isa"): Add p9kf and p9tf.
24766 (define_attr "enabled"): Handle those new isa values.
24767
24768 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24769
24770 * config/rs6000/vsx.md (define_mode_attr VSr4): Delete.
24771 (define_mode_attr VSr5): Delete.
24772 (define_mode_attr VStype_sqrt): Delete.
24773 (define_mode_iterator VSX_SPDP): Delete.
24774 (define_mode_attr VS_spdp_res): Delete.
24775 (define_mode_attr VS_spdp_insn): Delete.
24776 (define_mode_attr VS_spdp_type): Delete.
24777 (*vsx_sqrt<mode>2): Adjust.
24778 (vsx_<VS_spdp_insn>): Delete, split to...
24779 (vsx_xscvdpsp): ... this. New. And...
24780 (vsx_xvcvspdp): ... this. New. And...
24781 (vsx_xvcvdpsp): ... this. New.
24782
24783 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24784
24785 * config/rs6000/rs6000.md (define_mode_attr sd): Add values for V4SF
24786 and V2DF.
24787 * config/rs6000/vsx.md (define_mode_attr VSs): Delete.
24788 (rest of file): Adjust.
24789
24790 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24791
24792 * config/rs6000/vsx.md (vsx_<VS_spdp_insn>): Use wa instead of <VSa>.
24793 (vsx_extract_<mode>_var): Ditto.
24794
24795 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24796
24797 * config/rs6000/vsx.md: Replace all <VSa> that are used with VSX_TI
24798 with just "wa".
24799
24800 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24801
24802 * config/rs6000/constraints.md (define_register_constraint "ww"):
24803 Delete.
24804 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
24805 (rs6000_init_hard_regno_mode_ok): Adjust.
24806 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
24807 RS6000_CONSTRAINT_ww.
24808 * config/rs6000/rs6000.md: Adjust.
24809 * config/rs6000/vsx.md: Adjust.
24810 * doc/md.texi (Machine Constraints): Adjust.
24811
24812 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24813
24814 * config/rs6000/rs6000.md (SFDF, SFDF2): Adjust comments.
24815 (define_mode_attr sd): New.
24816 (define_mode_attr s): New.
24817 (define_mode_attr Ftrad): Delete.
24818 (define_mode_attr Fvsx): Delete.
24819 (define_mode_attr Fs): Delete.
24820 (rest of file): Use the new mode attributes.
24821 * config.rs6000/vsx.md: Use the new mode attributes.
24822
24823 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24824
24825 * config/rs6000/vsx.md: Replace all <VSa> that are used with VSX_W
24826 with just "wa".
24827
24828 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24829
24830 * config/rs6000/vsx.md (define_mode_attr VSr2): Delete.
24831 (rest of file): Replace all <VSa>, <VSr>, <VSr2>, and <VSr3> that are
24832 used with VSX_B, VSX_D, or VSX_F, with just "wa".
24833
24834 2019-06-04 Bill Schmidt <wschmidt@linux.ibm.com>
24835
24836 PR target/78263
24837 * config/rs6000/altivec.h: Don't #define vector, pixel, bool for
24838 C++ with strict ANSI requirements.
24839
24840 2019-06-04 Marc Glisse <marc.glisse@inria.fr>
24841
24842 * tree-ssa-loop-niter.c (number_of_iterations_ne): Skip
24843 computations when step is 1.
24844
24845 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24846
24847 * config/rs6000/constraints.md (define_register_constraint "wf"):
24848 Delete.
24849 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
24850 (rs6000_init_hard_regno_mode_ok): Adjust.
24851 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
24852 RS6000_CONSTRAINT_wf.
24853 * config/rs6000/rs6000.md: Adjust.
24854 * config/rs6000/vsx.md: Adjust.
24855 * doc/md.texi (Machine Constraints): Adjust.
24856
24857 2019-06-04 Andrew Pinski <apinski@marvell.com>
24858
24859 * config/aarch64/aarch64.c (aarch64_asan_shadow_offset):
24860 Fix ILP32 value.
24861
24862 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24863
24864 * config/rs6000/constraints.md (define_register_constraint "wd"):
24865 Delete.
24866 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
24867 (rs6000_init_hard_regno_mode_ok): Adjust.
24868 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
24869 RS6000_CONSTRAINT_wd.
24870 * config/rs6000/rs6000.md: Adjust.
24871 * config/rs6000/vsx.md: Adjust.
24872 * doc/md.texi (Machine Constraints): Adjust.
24873
24874 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24875
24876 * config/rs6000/rs6000.md (define_mode_attr Fv2): Delete.
24877 (rest of file): Adjust.
24878
24879 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24880
24881 * config/rs6000/vsx.md (define_mode_attr VS_64reg): Delete.
24882 (*vsx_extract_<P:mode>_<VSX_D:mode>_load): Adjust.
24883 (vsx_splat_<mode>_reg): Adjust.
24884
24885 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24886
24887 * config/rs6000/constraints.md (define_register_constraint "ws"):
24888 Delete.
24889 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
24890 (rs6000_init_hard_regno_mode_ok): Adjust.
24891 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
24892 RS6000_CONSTRAINT_ws.
24893 * config/rs6000/rs6000.md: Adjust.
24894 * config/rs6000/vsx.md: Adjust.
24895 * doc/md.texi (Machine Constraints): Adjust.
24896
24897 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24898
24899 * config/rs6000/constraints.md (define_register_constraint "wv"):
24900 Delete.
24901 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
24902 (rs6000_init_hard_regno_mode_ok): Adjust.
24903 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
24904 RS6000_CONSTRAINT_wv.
24905 * config/rs6000/rs6000.md: Adjust.
24906 * config/rs6000/vsx.md: Adjust.
24907 * doc/md.texi (Machine Constraints): Adjust.
24908
24909 2019-06-04 Segher Boessenkool <segher@kernel.crashing.org>
24910
24911 * config/rs6000/constraints.md (define_register_constraint "wi"):
24912 Delete.
24913 (define_register_constraint "wt"): Delete.
24914 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
24915 (rs6000_init_hard_regno_mode_ok): Adjust.
24916 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
24917 RS6000_CONSTRAINT_wi and RS6000_CONSTRAINT_wt.
24918 * config/rs6000/rs6000.md: Adjust.
24919 * config/rs6000/vsx.md: Adjust.
24920 * doc/md.texi (Machine Constraints): Adjust.
24921
24922 2019-06-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
24923
24924 * config/aarch64/aarch64-protos.h (aarch64_asm_output_external): Remove
24925 const.
24926 * config/aarch64/aarch64.c (aarch64_asm_output_external): Call
24927 default_elf_asm_output_external.
24928
24929 2019-06-04 Martin Liska <mliska@suse.cz>
24930
24931 * ipa-icf.c (INCLUDE_LIST): Remove.
24932 (sem_item_optimizer::execute): Remove call to init_wpa.
24933 * ipa-icf.h (init_wpa): Remove.
24934
24935 2019-06-04 Jakub Jelinek <jakub@redhat.com>
24936
24937 * gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate
24938 conditional on combined for simd.
24939 * omp-low.c (struct omp_context): Add combined_into_simd_safelen0
24940 member.
24941 (lower_rec_input_clauses): For gimple_omp_for_combined_into_p max_vf 1
24942 constructs, don't remove lastprivate_conditional_map, but instead set
24943 ctx->combined_into_simd_safelen0 and adjust hash_map, so that it points
24944 to parent construct temporaries.
24945 (lower_lastprivate_clauses): Handle ctx->combined_into_simd_safelen0
24946 like !ctx->lastprivate_conditional_map.
24947 (lower_omp_1) <case GIMPLE_ASSIGN>: If up->combined_into_simd_safelen0,
24948 use up->outer context instead of up.
24949 * omp-expand.c (expand_omp_for_generic): Perform cond_var bump even if
24950 gimple_omp_for_combined_p.
24951 (expand_omp_for_static_nochunk): Likewise.
24952 (expand_omp_for_static_chunk): Add forgotten cond_var bump that was
24953 probably moved over into expand_omp_for_generic rather than being copied
24954 there.
24955
24956 2019-06-04 Martin Liska <mliska@suse.cz>
24957
24958 * value-prof.c (dump_histogram_value): Fix typo.
24959 (gimple_mod_subtract_transform): Likewise.
24960
24961 2019-06-04 Richard Biener <rguenther@suse.de>
24962
24963 PR middle-end/90726
24964 * tree-chrec.c (chrec_contains_symbols): Add to visited.
24965 (tree_contains_chrecs): Likewise.
24966 (chrec_contains_symbols_defined_in_loop): Move here and avoid
24967 exponential behaivor from ...
24968 * tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop):
24969 ... here.
24970 (expression_expensive_p): Avoid exponential behavior and compute
24971 expanded size, rejecting any expansion.
24972 * tree-ssa-loop-ivopts.c (abnormal_ssa_name_p): Remove.
24973 (idx_contains_abnormal_ssa_name_p): Likewise.
24974 (contains_abnormal_ssa_name_p_1): New helper for walk_tree.
24975 (contains_abnormal_ssa_name_p): Simplify and use
24976 walk_tree_without_duplicates.
24977
24978 2019-06-04 Richard Biener <rguenther@suse.de>
24979
24980 PR tree-optimization/90738
24981 Revert
24982 2019-06-03 Richard Biener <rguenther@suse.de>
24983
24984 * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Get original
24985 full reference tree and record in ref->ref.
24986 (vn_reference_lookup_3): Pass in original ref to
24987 ao_ref_init_from_vn_reference.
24988 (vn_reference_lookup): Likewise.
24989 * tree-ssa-sccvn.h (ao_ref_init_from_vn_reference): Adjust prototype.
24990 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
24991 Handle non-decl bases in the original reference.
24992
24993 2019-06-04 Martin Liska <mliska@suse.cz>
24994
24995 * ipa-icf.c (sem_item_optimizer::add_item_to_class): Count
24996 number of references.
24997 (sem_item_optimizer::do_congruence_step):
24998 (sem_item_optimizer::worklist_push): Dump how references
24999 a class has.
25000 (sem_item_optimizer::worklist_pop): Use heap.
25001 (sem_item_optimizer::process_cong_reduction): Likewise.
25002 * ipa-icf.h: Use fibonacci_heap insteam of std::list.
25003
25004 2019-06-04 Martin Liska <mliska@suse.cz>
25005
25006 * ipa-icf.h (struct sem_usage_pair_hash): New.
25007 (sem_usage_pair_hash::hash): Likewise.
25008 (sem_usage_pair_hash::equal): Likewise.
25009 (struct sem_usage_hash): Likewise.
25010 * ipa-icf.c (sem_item::sem_item): Initialize
25011 referenced_by_count.
25012 (sem_item::add_reference): Register a reference
25013 in ref_map and not in target->usages.
25014 (sem_item::setup): Remove initialization of
25015 dead vectors.
25016 (sem_item::~sem_item): Remove usage of dead vectors.
25017 (sem_item::dump): Remove dump of references.
25018 (sem_item_optimizer::sem_item_optimizer): Initialize
25019 m_references.
25020 (sem_item_optimizer::read_section): Remove useless
25021 dump.
25022 (sem_item_optimizer::parse_funcs_and_vars): Likewise here.
25023 (sem_item_optimizer::build_graph): Pass m_references
25024 to ::add_reference.
25025 (sem_item_optimizer::verify_classes): Remove usage of dead
25026 vectors.
25027 (sem_item_optimizer::traverse_congruence_split): Return true
25028 when a class is split.
25029 (sem_item_optimizer::do_congruence_step_for_index): Use
25030 hash_map for look up of (sem_item *, index). That brings
25031 significant speed up.
25032 (sem_item_optimizer::do_congruence_step): Return true
25033 when a split is done.
25034 (congruence_class::is_class_used): Use referenced_by_count.
25035
25036 2019-06-04 Alan Modra <amodra@gmail.com>
25037
25038 PR target/90689
25039 * config/rs6000/rs6000.c (rs6000_call_aix): Correct r271753 merge
25040 error.
25041
25042 2019-06-03 Segher Boessenkool <segher@kernel.crashing.org>
25043
25044 * config/rs6000/rs6000.h (MASK_MFPGPR): Delete.
25045 * config/rs6000/rs6000.c (direct_move_p): Adjust.
25046 (rs6000_secondary_reload_simple_move): Adjust.
25047 (rs6000_opt_masks): Neuter the "mfpgpr" option.
25048 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Adjust.
25049 * config/rs6000/rs6000-cpus.def (ISA_2_5_MASKS_EMBEDDED): Adjust
25050 comment.
25051 (power6x): Adjust.
25052 * config/rs6000/rs6000.md (floatsi<mode>2_lfiwax): Adjust.
25053 (floatunssi<mode>2_lfiwzx): Adjust.
25054 (fix_trunc<mode>si2_stfiwx): Adjust.
25055 (fixuns_trunc<mode>si2_stfiwx): Adjust.
25056 * config/rs6000/rs6000.opt (mno-mfpgpr): New.
25057 (mfpgpr): Mark as deprecated.
25058 * doc/extend.texi (PowerPC Function Attributes): Delete mfpgpr.
25059 (Basic PowerPC Built-in Functions Available on ISA 2.05): Adjust.
25060 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mmfpgpr.
25061
25062 2019-06-03 Segher Boessenkool <segher@kernel.crashing.org>
25063
25064 * config/rs6000/constraints.md (define_register_constraint "wg"):
25065 Delete.
25066 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
25067 RS6000_CONSTRAINT_wg.
25068 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
25069 (rs6000_init_hard_regno_mode_ok): Adjust.
25070 * config/rs6000/rs6000.md (*mov<mode>_softfloat32, *movdi_internal64):
25071 Delete "wg" alternatives.
25072 * doc/md.texi (Machine Constraints): Adjust.
25073
25074 2019-06-03 Alan Modra <amodra@gmail.com>
25075
25076 * bb-reorder.c (copy_bb_p): Don't overflow size calculation.
25077 (get_uncond_jump_length): Assert length less than INT_MAX and
25078 non-negative.
25079
25080 2019-06-03 Wilco Dijkstra <wdijkstr@arm.com>
25081
25082 PR middle-end/64242
25083 * builtins.c (expand_builtin_longjmp): Add frame clobbers and schedule
25084 block.
25085 (expand_builtin_nonlocal_goto): Likewise.
25086
25087 2019-06-03 Szabolcs Nagy <szabolcs.nagy@arm.com>
25088
25089 * config/aarch64/aarch64-protos.h (aarch64_asm_output_alias): Declare.
25090 (aarch64_asm_output_external): Declare.
25091 * config/aarch64/aarch64.c (aarch64_asm_output_variant_pcs): New.
25092 (aarch64_declare_function_name): Call aarch64_asm_output_variant_pcs.
25093 (aarch64_asm_output_alias): New.
25094 (aarch64_asm_output_external): New.
25095 * config/aarch64/aarch64.h (ASM_OUTPUT_DEF_FROM_DECLS): Define.
25096 (ASM_OUTPUT_EXTERNAL): Define.
25097
25098 2019-06-03 Aldy Hernandez <aldyh@redhat.com>
25099 * tree-vrp.h (value_range_base::nonzero_p): New.
25100 (value_range_base::set_nonnull): Rename to...
25101 (value_range_base::set_nonzero): ...this.
25102 (value_range_base::set_null): Rename to...
25103 (value_range_base::set_zero): ...this.
25104 (value_range::set_nonnull): Remove.
25105 (value_range::set_null): Remove.
25106 * tree-vrp.c (range_is_null): Remove.
25107 (range_is_nonnull): Remove.
25108 (extract_range_from_binary_expr): Use value_range_base::*zero_p
25109 instead of range_is_*null.
25110 (extract_range_from_unary_expr): Same.
25111 (value_range_base::set_nonnull): Rename to...
25112 (value_range_base::set_nonzero): ...this.
25113 (value_range::set_nonnull): Remove.
25114 (value_range_base::set_null): Rename to...
25115 (value_range_base::set_zero): ...this.
25116 (value_range::set_null): Remove.
25117 (extract_range_from_binary_expr): Rename set_*null uses to
25118 set_*zero.
25119 (extract_range_from_unary_expr): Same.
25120 (union_helper): Same.
25121 * vr-values.c (get_value_range): Use set_*zero instead of
25122 set_*null.
25123 (vr_values::extract_range_from_binary_expr): Same.
25124 (vr_values::extract_range_basic): Same.
25125
25126 2019-06-03 Wilco Dijkstra <wdijkstr@arm.com>
25127
25128 PR driver/90684
25129 * opts.c (parse_and_check_align_values): Allow 4 alignment values.
25130
25131 2019-06-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
25132
25133 * config/aarch64/iterators.md (MAX_OPP): New code attr.
25134 * config/aarch64/aarch64-simd.md (*aarch64_<su>abd<mode>_3):
25135 Rename to...
25136 (aarch64_<su>abd<mode>_3): ... This.
25137 (<sur>sadv16qi): Add TARGET_DOTPROD expansion.
25138
25139 2019-06-03 Richard Biener <rguenther@suse.de>
25140
25141 * tree-ssa-sccvn.c (ao_ref_init_from_vn_reference): Get original
25142 full reference tree and record in ref->ref.
25143 (vn_reference_lookup_3): Pass in original ref to
25144 ao_ref_init_from_vn_reference.
25145 (vn_reference_lookup): Likewise.
25146 * tree-ssa-sccvn.h (ao_ref_init_from_vn_reference): Adjust prototype.
25147 * tree-ssa-alias.c (nonoverlapping_component_refs_of_decl_p):
25148 Handle non-decl bases in the original reference.
25149
25150 2019-06-03 Martin Liska <mliska@suse.cz>
25151
25152 * doc/generic.texi: Remove Java Trees.
25153
25154 2019-06-03 Martin Liska <mliska@suse.cz>
25155
25156 * fold-const.c (operand_equal_p): Fix typo as compare_tree_int
25157 returns 0 when operands are equal.
25158
25159 2019-06-03 Richard Biener <rguenther@suse.de>
25160
25161 PR tree-optimization/90716
25162 * tree-loop-distribution.c (destroy_loop): Process blocks in
25163 correct order.
25164
25165 2019-06-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
25166
25167 PR target/88837
25168 * vector-builder.h (vector_builder::count_dups): New method.
25169 * config/aarch64/aarch64-protos.h (aarch64_expand_sve_vector_init):
25170 Declare prototype.
25171 * config/aarch64/aarch64/sve.md (aarch64_sve_rev64<mode>): Use @.
25172 (vec_init<mode><Vel>): New pattern.
25173 * config/aarch64/aarch64.c (emit_insr): New function.
25174 (aarch64_sve_expand_vector_init_handle_trailing_constants): Likewise.
25175 (aarch64_sve_expand_vector_init_insert_elems): Likewise.
25176 (aarch64_sve_expand_vector_init_handle_trailing_same_elem): Likewise.
25177 (aarch64_sve_expand_vector_init): Define two overloaded functions.
25178
25179 2019-06-03 Alejandro Martinez <alejandro.martinezvicente@arm.com>
25180
25181 PR tree-optimization/90681
25182 * internal-fn.c (mask_load_direct): Mark as non-vectorizable again.
25183 * tree-vect-slp.c (vect_build_slp_tree_1): Add masked loads as a
25184 special case for SLP, but fail on non-groupped loads.
25185
25186 2019-06-03 Martin Liska <mliska@suse.cz>
25187
25188 * cfg.c (debug): Use TDF_DETAILS for debug and
25189 print edge info only once.
25190
25191 2019-06-02 Thomas Koenig <tkoenig@gcc.gnu.org>
25192
25193 PR fortran/90539
25194 * predict.def (PRED_FORTRAN_CONTIGUOUS): New predictor.
25195
25196 2019-06-01 Martin Sebor <msebor@redhat.com>
25197
25198 PR middle-end/90694
25199 * tree-pretty-print.c (dump_generic_node): Add parentheses.
25200
25201 2019-05-31 Jan Hubicka <jh@suse.cz>
25202
25203 * alias.c: Include ipa-utils.h.
25204 (get_alias_set): Try to complete ODR type via ODR type hash lookup.
25205 * ipa-devirt.c (prevailing_odr_type): New.
25206 * ipa-utils.h (previaling_odr_type): Declare.
25207
25208 2019-05-31 H.J. Lu <hongjiu.lu@intel.com>
25209 Hongtao Liu <hongtao.liu@intel.com>
25210
25211 PR target/89355
25212 * config/i386/i386-features.c (rest_of_insert_endbranch): Remove
25213 NOTE_INSN_DELETED_LABEL check.
25214
25215 2019-05-31 Prachi Godbole <prachi.godbole@imgtec.com>
25216 Robert Suchanek <robert.suchanek@mips.com>
25217
25218 * config/mips/mips.c (mips_expand_builtin_insn): Swap the 1st
25219 and 3rd operands of the fmadd/fmsub/maddv builtin.
25220
25221 2019-05-31 Jakub Jelinek <jakub@redhat.com>
25222
25223 * tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.
25224 * gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional
25225 on OMP_SIMD if not nested inside of worksharing loop that also has
25226 lastprivate conditional clause for the same decl.
25227 (gimplify_omp_for): Add _condtemp_ clauses to OMP_SIMD if needed.
25228 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE__CONDTEMP_ also
25229 on simd.
25230 (lower_rec_input_clauses): Likewise. Handle lastprivate conditional
25231 on simd construct.
25232 (lower_lastprivate_conditional_clauses): Handle lastprivate conditional
25233 on simd construct.
25234 (lower_lastprivate_clauses): Likewise.
25235 (lower_omp_sections): Call lower_lastprivate_conditional_clauses before
25236 calling lower_rec_input_clauses.
25237 (lower_omp_for): Likewise.
25238 (lower_omp_1): Use first rather than second OMP_CLAUSE__CONDTEMP_
25239 clause on simd construct.
25240 * omp-expand.c (expand_omp_simd): Initialize cond_var if
25241 OMP_CLAUSE__CONDTEMP_ clause is present.
25242
25243 * omp-low.c (lower_rec_simd_input_clauses): Set TREE_THIS_NOTRAP on
25244 ivar and lvar.
25245
25246 2019-05-31 Xiong Hu Luo <luoxhu@linux.ibm.com>
25247
25248 PR c/43673
25249 * c-format.c (print_char_table, scanf_char_table): Replace BADLEN with
25250 TEX_D32, TEX_D64 or TEX_D128.
25251
25252 2019-05-31 Marc Glisse <marc.glisse@inria.fr>
25253
25254 * match.pd (~(vec?cst1:cst2)): New transformation.
25255
25256 2019-05-31 Marc Glisse <marc.glisse@inria.fr>
25257
25258 * match.pd (X/[ex]D<Y/[ex]D): Handle negative denominator.
25259 ((size_t)(A /[ex] B) CMP C): New transformation.
25260
25261 2019-05-31 Richard Sandiford <richard.sandiford@arm.com>
25262
25263 * doc/md.texi: Document define_insn_and_rewrite.
25264 * rtl.def (DEFINE_INSN_AND_REWRITE): New rtx code.
25265 * gensupport.c (queue_elem): Update comment.
25266 (replace_operands_with_dups): New function.
25267 (gen_rewrite_sequence): Likewise.
25268 (process_rtx): Handle DEFINE_INSN_AND_REWRITE.
25269 * read-rtl.c (apply_subst_iterator): Likewise.
25270 (add_condition_to_rtx, named_rtx_p): Likewise.
25271 (rtx_reader::read_rtx_operand): Likewise.
25272 * config/aarch64/aarch64-sve.md
25273 (while_ult<GPI:mode><PRED_ALL:mode>_cc): Rename to...
25274 (*while_ult<GPI:mode><PRED_ALL:mode>_cc): ...this and use
25275 define_insn_and_rewrite.
25276 (*cond_<optab><mode>_any): Turn into define_insn_and_rewrites.
25277 Remove separate define_split.
25278
25279 2019-05-31 Jan Hubicka <jh@suse.cz>
25280
25281 * tree-ssa-alias.c (type_has_components_p): New function.
25282 (aliasing_component_refs_p): Use it.
25283
25284 2019-05-31 Martin Liska <mliska@suse.cz>
25285
25286 * gdbhooks.py: Add const_tree to TreePrinter.
25287
25288 2019-05-31 Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
25289
25290 PR debug/86964
25291 * common.opt (feliminate-unused-debug-symbols): Enable by default.
25292 * doc/invoke.texi (Debugging Options): Document new default of
25293 -feliminate-unused-debug-symbols and remove restriction to 'stabs'.
25294
25295 2019-05-31 Jakub Jelinek <jakub@redhat.com>
25296
25297 PR tree-optimization/90671
25298 * tree-ssa-threadupdate.c (ssa_create_duplicates): If
25299 template_block used to be empty on the first call, don't use
25300 gsi_split_seq_after and gsi_insert_seq_after, but remember whole
25301 seq with bb_seq and set it with set_bb_seq.
25302
25303 2019-05-31 Iain Sandoe <iain@sandoe.co.uk>
25304
25305 * config/i386/darwin.h (ASM_OUTPUT_MAX_SKIP_ALIGN): New.
25306
25307 2019-05-30 Bill Schmidt <wschmidt@linux.ibm.com>
25308 Michael Meissner <meissner@linux.ibm.com>
25309
25310 * config/rs6000/predicates.md (pcrel_address): New define_predicate.
25311 (prefixed_mem_operand): Likewise.
25312 (non_prefixed_mem_operand): Likewise.
25313 * config/rs6000/rs6000-protos.h (rs6000_prefixed_address): New
25314 prototype.
25315 * config/rs6000/rs6000.c (print_operand_address): Handle
25316 PC-relative addresses.
25317 (mode_supports_prefixed_address_p): New function.
25318 (rs6000_prefixed_address): New function.
25319 * config/rs6000/rs6000.h (SYMBOL_FLAG_PCREL): New #define.
25320 (SYMBOL_REF_PCREL_P): Likewise.
25321
25322 2019-05-30 Jakub Jelinek <jakub@redhat.com>
25323
25324 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.
25325 (gimplify_adjust_omp_clauses_1): Handle GOVD_CONDTEMP.
25326 (gimplify_omp_for): If worksharing loop with lastprivate conditional
25327 is nested inside of parallel region, add _condtemp_ clause to both.
25328 * tree-nested.c (convert_nonlocal_omp_clauses,
25329 convert_local_omp_clauses): Ignore OMP_CLAUSE__CONDTEMP_ instead of
25330 assertion failure.
25331 * omp-general.h (struct omp_for_data): Add have_pointer_condtemp
25332 member.
25333 * omp-general.c (omp_extract_for_data): Compute it.
25334 * omp-low.c (scan_sharing_clauses): Handle OMP_CLAUSE__CONDTEMP_.
25335 (lower_rec_input_clauses): Likewise.
25336 (lower_lastprivate_conditional_clauses): If OMP_CLAUSE__CONDTEMP_
25337 clause is already present, just add one further one after it.
25338 (lower_lastprivate_clauses): Handle cond_ptr with array type.
25339 (lower_send_shared_vars): Clear _condtemp_ vars.
25340 (lower_omp_1) <case GIMPLE_ASSIGN>: Handle target data like critical
25341 or section or taskgroup.
25342 * omp-expand.c (determine_parallel_type): Disallow combining only if
25343 first OMP_CLAUSE__CONDTEMP_ has pointer type. Disallow combining
25344 of parallel sections if OMP_CLAUSE__CONDTEMP_ is present.
25345 (expand_omp_for_generic, expand_omp_for_static_nochunk,
25346 expand_omp_for_static_chunk, expand_omp_for): Use
25347 fd->have_pointer_condtemp instead of fd->lastprivate_conditional to
25348 determine if a special set of API routines are needed and if condtemp
25349 needs to be initialized, while always initialize cond_var if
25350 fd->lastprivate_conditional is non-zero.
25351
25352 2019-05-30 Bill Schmidt <wschmidt@linux.ibm.com>
25353 Michael Meissner <meissner@linux.ibm.com>
25354
25355 * config/rs6000/constraints.md (eI): New constraint.
25356 * config/rs6000/predicates.md (cint34_operand): New predicate.
25357 * config/rs6000/rs6000.h (SIGNED_16BIT_OFFSET_P): New #define.
25358 (SIGNED_34BIT_OFFSET_P): Likewise.
25359 * doc/md.texi (eI): Document constraint.
25360
25361 2019-05-30 Sylvia Taylor <sylvia.taylor@arm.com>
25362
25363 * config/aarch64/aarch64-sve.md (*fabd<mode>3): New.
25364
25365 2019-05-30 Bill Schmidt <wschmidt@linux.ibm.com>
25366 Michael Meissner <meissner@linux.ibm.com>
25367
25368 * rs6000-cpus.def (OTHER_FUSION_MASKS): New #define.
25369 (ISA_3_0_MASKS_SERVER): Mask off OTHER_FUSION_MASKS.
25370 (ISA_3_0_MASKS_IEEE): Remove OPTION_MASK_DIRECT_MOVE.
25371 (ISA_FUTURE_MASKS_SERVER): Add OPTION_MASK_PREFIXED_ADDR.
25372 (OTHER_FUTURE_MASKS): Likewise.
25373 (POWERPC_MASKS): Likewise.
25374 * rs6000.c (rs6000_option_override_internal): Error if -mpcrel is
25375 specified without -mprefixed-addr or -mcpu=future. Error if
25376 -mprefixed-addr is specified without -mcpu=future.
25377 (rs6000_opt_masks): Add entry for prefixed-addr.
25378 * rs6000.opt (mprefixed-addr): New option.
25379
25380 2019-05-30 Sam Tebbs <sam.tebbs@arm.com>
25381
25382 * aarch64/aarch64.c (aarch64_post_cfi_startproc): Add
25383 cfun->is_thunk check.
25384
25385 2019-05-30 Jakub Jelinek <jakub@redhat.com>
25386
25387 * tree-predcom.c (is_inv_store_elimination_chain): Fix a typo - lenght
25388 to length.
25389
25390 2019-05-30 Martin Liska <mliska@suse.cz>
25391
25392 * gdbinit.in: Fix 'ptc' command. Add trt
25393 that prints TREE_TYPE($).
25394
25395 2019-05-29 Bill Schmidt <wschmidt@linux.ibm.com>
25396 Alan Modra <amodra@gmail.com>
25397
25398 * config/rs6000/rs6000.c (rs6000_call_template_1): Handle pcrel
25399 calls here...
25400 (rs6000_indirect_call_template_1): ...and here.
25401 (rs6000_pltseq_template): Handle plt_pcrel34. Rework tocsave,
25402 plt16_ha, plt16_lo, mtctr indirect calls. Use
25403 rs6000_pltseq_enum.
25404 (rs6000_decl_ok_for_sibcall): New function.
25405 (rs6000_function_ok_for_sibcall): Refactor.
25406 (rs6000_longcall_ref): Use UNSPEC_PLT_PCREL when pcrel.
25407 (rs6000_call_aix): Don't emit toc restore rtl for indirect calls
25408 when pcrel. Reorganize.
25409 (rs6000_sibcall_aix): Don't add r2 to function usage when pcrel.
25410 * rs6000.h (rs6000_pltseq_enum): New enum.
25411 * rs6000.md (UNSPEC_PLT_PCREL): New unspec.
25412 (*pltseq_tocsave): Use rs6000_pltseq_enum.
25413 (*pltseq_plt16_ha): Likewise.
25414 (*pltseq_plt16_lo): Likewise.
25415 (*pltseq_mtctr): Likewise.
25416 (*pltseq_plt_pcrel): New insn.
25417 (*call_local_aix): Handle @notoc calls.
25418 (*call_value_local_aix): Likewise.
25419 (*call_nonlocal_aix): Adjust lengths for pcrel calls.
25420 (*call_value_nonlocal_aix): Likewise.
25421 (*call_indirect_pcrel): New insn.
25422 (*call_value_indirect_pcrel): Likewise.
25423
25424 2019-05-29 Uroš Bizjak <ubizjak@gmail.com>
25425
25426 * config/i386/sse.md (*save_multiple<mode>): Rename from
25427 save_multiple<mode>.
25428 (*restore_multiple<mode>): Rename from restore_multiple<mode>.
25429 (*restore_multiple_and_return<mode>): Rename from
25430 restore_multiple_and_return<mode>.
25431 (*restore_multiple_leave_return<mode>): Rename from
25432 restore_multiple_leave_return<mode>.
25433
25434 2019-05-29 Yoshinori Sato <ysato@users.sourceforge.jp>
25435
25436 * config.gcc (rx-*-linux*): New target.
25437 * config/rx/elf.opt: New file.
25438 * config/rx/linux.h: Likewise.
25439 * config/rx/t-linux: Likewise.
25440 * config/rx/rx.c (TARGET_SAVE_ACC_REGISTER): If not defined,
25441 make it zero.
25442 * config/rx/rx.h (ASM_APP_ON): Allow to be overridden.
25443 (ASM_APP_OFF): Likewise.
25444 * config/rx/rx.opt: Drop -msim and -mas100-syntax, they were
25445 moved elsewhere.
25446
25447 2019-05-29 Jan Hubicka <jh@suse.cz>
25448
25449 * tree-ssa-alias.c (same_type_for_tbaa): Return ture if main
25450 variants are pointer equivalent.
25451
25452 2019-05-29 Alejandro Martinez <alejandro.martinezvicente@arm.com>
25453
25454 * config/aarch64/aarch64-c.c: Added TARGET_SVE2.
25455 * config/aarch64/aarch64-sve2.md: New file.
25456 (<u>avg<mode>3_floor): New pattern.
25457 (<u>avg<mode>3_ceil): Likewise.
25458 (*<sur>h<addsub><mode>): Likewise.
25459 * config/aarch64/aarch64.h: Added AARCH64_ISA_SVE2 and TARGET_SVE2.
25460 * config/aarch64/aarch64.md: Include aarch64-sve2.md.
25461
25462 2019-05-29 Jakub Jelinek <jakub@redhat.com>
25463
25464 PR bootstrap/90543
25465 * optc-save-gen.awk: In cl_optimization_print, use correct condition
25466 for var_opt_string printing. In cl_optimization_print_diff, print
25467 (null) instead of invoking undefined behavior if one of the
25468 var_opt_string pointers is NULL and use && instead of first || in the
25469 guarding condition. For var_target_other options, handle const char *
25470 target variables similarly to const char * optimize node variables.
25471
25472 2019-05-29 Sam Tebbs <sam.tebbs@arm.com>
25473
25474 * config/aarch64/aarch64-builtins.c (aarch64_builtins): Add
25475 AARCH64_PAUTH_BUILTIN_AUTIB1716 and AARCH64_PAUTH_BUILTIN_PACIB1716.
25476 * config/aarch64/aarch64-builtins.c (aarch64_init_pauth_hint_builtins):
25477 Add autib1716 and pacib1716 initialisation.
25478 * config/aarch64/aarch64-builtins.c (aarch64_expand_builtin): Add checks
25479 for autib1716 and pacib1716.
25480 * config/aarch64/aarch64-protos.h (aarch64_key_type,
25481 aarch64_post_cfi_startproc): Define.
25482 * config/aarch64/aarch64-protos.h (aarch64_ra_sign_key): Define extern.
25483 * config/aarch64/aarch64.c (aarch64_handle_standard_branch_protection,
25484 aarch64_handle_pac_ret_protection): Set default sign key to A.
25485 * config/aarch64/aarch64.c (aarch64_expand_epilogue,
25486 aarch64_expand_prologue): Add check for b-key.
25487 * config/aarch64/aarch64.c (aarch64_ra_sign_key,
25488 aarch64_post_cfi_startproc, aarch64_handle_pac_ret_b_key): Define.
25489 * config/aarch64/aarch64.h (TARGET_ASM_POST_CFI_STARTPROC): Define.
25490 * config/aarch64/aarch64.c (aarch64_pac_ret_subtypes): Add "b-key".
25491 * config/aarch64/aarch64.md (unspec): Add UNSPEC_AUTIA1716,
25492 UNSPEC_AUTIB1716, UNSPEC_AUTIASP, UNSPEC_AUTIBSP, UNSPEC_PACIA1716,
25493 UNSPEC_PACIB1716, UNSPEC_PACIASP, UNSPEC_PACIBSP.
25494 * config/aarch64/aarch64.md (do_return): Add check for b-key.
25495 * config/aarch64/aarch64.md (<pauth_mnem_prefix>sp): Replace
25496 pauth_hint_num_a with pauth_hint_num.
25497 * config/aarch64/aarch64.md (<pauth_mnem_prefix>1716): Replace
25498 pauth_hint_num_a with pauth_hint_num.
25499 * config/aarch64/aarch64.opt (msign-return-address=): Deprecate.
25500 * config/aarch64/iterators.md (PAUTH_LR_SP): Add UNSPEC_AUTIASP,
25501 UNSPEC_AUTIBSP, UNSPEC_PACIASP, UNSPEC_PACIBSP.
25502 * config/aarch64/iterators.md (PAUTH_17_16): Add UNSPEC_AUTIA1716,
25503 UNSPEC_AUTIB1716, UNSPEC_PACIA1716, UNSPEC_PACIB1716.
25504 * config/aarch64/iterators.md (pauth_mnem_prefix): Add UNSPEC_AUTIA1716,
25505 UNSPEC_AUTIB1716, UNSPEC_PACIA1716, UNSPEC_PACIB1716, UNSPEC_AUTIASP,
25506 UNSPEC_AUTIBSP, UNSPEC_PACIASP, UNSPEC_PACIBSP.
25507 * config/aarch64/iterators.md (pauth_hint_num_a): Replace
25508 UNSPEC_PACI1716 and UNSPEC_AUTI1716 with UNSPEC_PACIA1716 and
25509 UNSPEC_AUTIA1716 respectively.
25510 * config/aarch64/iterators.md (pauth_hint_num_a): Rename to
25511 pauth_hint_num and add UNSPEC_PACIBSP, UNSPEC_AUTIBSP,
25512 UNSPEC_PACIB1716, UNSPEC_AUTIB1716.
25513 * doc/invoke.texi (-mbranch-protection): Add b-key type.
25514 * config/aarch64/aarch64-bti-insert.c (aarch64_pac_insn_p): Rename
25515 UNSPEC_PACISP to UNSPEC_PACIASP and UNSPEC_PACIBSP.
25516
25517 2019-05-29 Jakub Jelinek <jakub@redhat.com>
25518
25519 * gimplify.c (struct gimplify_omp_ctx): Add clauses member.
25520 (gimplify_scan_omp_clauses): Initialize ctx->clauses.
25521 (gimplify_adjust_omp_clauses_1): Transform lastprivate conditional
25522 explicit clause on combined parallel into implicit shared clause.
25523 (gimplify_adjust_omp_clauses): Move lastprivate conditional clause
25524 and firstprivate if the decl has one too from combined parallel to
25525 the worksharing construct.
25526
25527 2019-05-28 Bill Schmidt <wschmidt@linux.ibm.com>
25528 Michael Meissner <meissner@linux.ibm.com>
25529
25530 * config/rs6000/rs6000-cpus.def (OTHER_FUTURES_MASK): New #define.
25531
25532 2019-05-28 Michael Meissner <meissner@linux.ibm.com>
25533
25534 * rtl.h (LABEL_REF_P): New #define.
25535
25536 2019-05-28 John David Anglin <danglin@gcc.gnu.org>
25537
25538 * config/pa/pa.c (hppa_profile_hook): Remove offset adjustment.
25539
25540 2019-05-28 Alejandro Martinez <alejandro.martinezvicente@arm.com>
25541
25542 * internal-fn.c: Marked mask_load_direct as vectorizable.
25543 * tree-data-ref.c (data_ref_compare_tree): Fixed comment typo.
25544 * tree-vect-data-refs.c (can_group_stmts_p): Allow masked loads to be
25545 combined even if masks different with allow_slp_p param.
25546 (vect_analyze_data_ref_accesses): Mark SLP only vectorizable groups.
25547 * tree-vect-loop.c (vect_dissolve_slp_only_groups): New function to
25548 dissolve SLP-only vectorizable groups when SLP has been discarded.
25549 (vect_analyze_loop_2): Call vect_dissolve_slp_only_groups when needed.
25550 * tree-vect-slp.c (vect_get_and_check_slp_defs): Check masked loads
25551 masks.
25552 (vect_build_slp_tree_1): Fixed comment typo.
25553 (vect_build_slp_tree_2): Include masks from masked loads in SLP tree.
25554 * tree-vect-stmts.c (vectorizable_load): Allow vectorizaion of masked
25555 loads for SLP only.
25556 * tree-vectorizer.h (_stmt_vec_info): Added flag for SLP-only
25557 vectorizable.
25558 * tree-vectorizer.c (vec_info::new_stmt_vec_info): Likewise.
25559
25560 2019-05-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25561
25562 * config/alpha/alpha.c [TARGET_ABI_OSF] (alpha_output_mi_thunk_osf):
25563 Remove obsolete use_thunk reference.
25564 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
25565 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
25566 * config/nios2/nios2.c (nios2_asm_output_mi_thunk): Likewise.
25567 * config/or1k/or1k.c (or1k_output_mi_thunk): Likewise.
25568 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
25569 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
25570 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
25571 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
25572 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
25573
25574 2019-05-28 Nathan Sidwell <nathan@acm.org>
25575
25576 * tree.h (IDENTIFIER_ANON_P): New.
25577 (anon_aggrname_format, anon_aggname_p): Don't declare.
25578 (make_anon_name): Declare.
25579 * lto-streamer-out.c (DFS::DFS_write_tree_body): Use IDENTIFIER_ANON_P.
25580 (hash_tree): Likewise.
25581 * tree-streamer-out.c (write_ts_decl_minimal_tree): Likewise.
25582 * tree.c (anon_aggrname_p, anon_aggrname_format): Delete.
25583 (anon_cnt, make_anon_name): New.
25584
25585 2019-05-28 Martin Liska <mliska@suse.cz>
25586
25587 PR other/90315
25588 * opts-global.c (decode_options): Print help for all
25589 help_option_arguments.
25590 * opts.c (print_help): Add new argument.
25591 (common_handle_option): Remember all values into
25592 help_option_arguments.
25593 * opts.h (print_help): Add new argument.
25594
25595 2019-05-28 Martin Liska <mliska@suse.cz>
25596
25597 PR ipa/90555
25598 * ipa-icf-gimple.c (func_checker::compare_loops): New function.
25599 * ipa-icf-gimple.h (func_checker::compare_loops): Likewise.
25600 (func_checker::compare_bb): Call compare_loops.
25601
25602 2019-05-27 Jakub Jelinek <jakub@redhat.com>
25603
25604 * gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional
25605 on sections construct.
25606 * omp-low.c (lower_lastprivate_conditional_clauses): Handle sections
25607 construct.
25608 (lower_omp_sections): Handle lastprivate conditional.
25609 (lower_omp_1) <case GIMPLE_ASSIGN>: Handle sections construct with
25610 lastprivate_conditional_map.
25611 * omp-expand.c (expand_omp_sections): Handle lastprivate conditional.
25612
25613 * omp-low.c (lower_omp_1) <case GIMPLE_ASSIGN>: Look through ordered,
25614 critical, taskgroup and section regions when looking for a region
25615 with non-NULL lastprivate_conditional_map.
25616
25617 2019-05-27 Uroš Bizjak <ubizjak@gmail.com>
25618
25619 * config/i386/i386.c (ix86_gen_add3): Remove indirect function.
25620 (*ix86_gen_sub3): Ditto.
25621 (*ix86_gen_sub3_carry): Ditto.
25622 (*ix86_gen_one_cmpl2): Ditto.
25623 (*ix86_gen_andsp): Ditto.
25624 (ix86_init_large_pic_reg): Use gen_add2_insn instead of ix86_gen_add3.
25625 (gen_and2_insn): New static function.
25626 (ix86_expand_prologue): Use gen_and2_insn instead of ix86_gen_andsp.
25627 Use gen_add3_insn instead of ix86_gen_add3.
25628 (ix86_expand_split_stack_prologue): Use gen_add2_insn
25629 instead of ix86_gen_add3.
25630 (legitimize_tls_address): Use gen_add2_insn instead of ix86_gen_add3.
25631 Use gen_sub3_insn instead of ix86_gen_sub3.
25632 * config/i386-expand.c (ix86_split_long_move): Use gen_add2_insn
25633 instead of ix86_gen_add3.
25634 (ix86_expand_strlensi_unroll_1): Use gen_add2_insn instead of
25635 ix86_gen_add3. Use gen_sub3_insn instead of ix86_gen_sub3.
25636 (construct_plt_address): Use gen_add2_insn instead of ix86_gen_add3.
25637 * config/i386/i386-options.c (ix86_option_override_internal):
25638 Do not initialize ix86_gen_add3, ix86_gen_sub3, ix86_gen_sub3_carry,
25639 ix86_gen_one_cmpl2 and ix86_gen_andsp.
25640
25641 2019-05-27 Eric Botcazou <ebotcazou@adacore.com>
25642
25643 * dwarf2out.c (resolve_args_picking_1): Deal with DW_OP_GNU_addr_index
25644 and DW_OP_GNU_const_index opcodes.
25645
25646 2019-05-27 Uroš Bizjak <ubizjak@gmail.com>
25647
25648 * config/i386/i386.h (STACK_SIZE_MODE): Define.
25649
25650 2019-05-27 Richard Biener <rguenther@suse.de>
25651
25652 PR tree-optimization/90637
25653 * tree-ssa-sink.c (statement_sink_location): Honor the
25654 computed sink location for single-uses.
25655
25656 2019-05-27 Richard Biener <rguenther@suse.de>
25657
25658 PR middle-end/90610
25659 * match.pd (vec_perm): Avoid clobbering op0 when not generating
25660 a bit-insert.
25661
25662 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
25663
25664 * config/i386/i386.md (@sub<mode>3_carry): Rename
25665 from sub<mode>3_carry.
25666 (@leave_<mode>): New expander.
25667 (*leave): Rename from leave.
25668 (*leave_rex64): Rename from leave_rex64.
25669 (@monitorx_<mode>): Rename from monitorx_<mode>.
25670 (@clzero_<mode>): Rename from clzero_<mode>.
25671 * config/i386/sse.md (@sse3_monitor_<mode>): Rename
25672 from sse3_monitor_<mode>.
25673 * config/i386/i386.c (ix86_gen_sub3_carry): Remove indirect function.
25674 (*ix86_gen_leave): Ditto.
25675 (*ix86_gen_monitor): Ditto.
25676 (*ix86_gen_monitorx): Ditto.
25677 (*ix86_gen_clzero): Ditto.
25678 (ix86_emit_leave): Use gen_leave instead of ix86_gen_leave.
25679 * config/i386/i386-expand.c (ix86_expand_strlensi_unroll_1):
25680 Use gen_sub3_carry instead of ix86_gen_sub3_carry.
25681 (ix86_expand_builtin) <case IX86_BUILTIN_MONITOR>:
25682 Use gen_sse3_monitor instead of ix86_gen_monitor.
25683 <case IX86_BUILTIN_MONITORX>: Use gen_monitorx
25684 instead of ix86_gen_monitorx.
25685 <case IX86_BUILTIN_CLZERO>: Use gen_clzero
25686 instead of ix86_gen_clzero.
25687 * config/i386/i386-options.c (ix86_option_override_internal):
25688 Do not initialize ix86_gen_leave, ix86_gen_sub3_carry,
25689 ix86_gen_monitor, ix86_gen_monitorx and ix86_gen_clzero.
25690
25691 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
25692
25693 * config/i386/i386.md (@tls_global_dynamic_64_<mode>):
25694 Rename from tls_global_dynamic_64_<mode>.
25695 (@tls_local_dynamic_base_64_<mode>): Rename from
25696 tls_local_dynamic_base_64_<mode>.
25697 * config/i386/i386.c (*ix86_gen_tls_global_dynamic_64):
25698 Remove indirect function.
25699 (*ix86_gen_tls_local_dynamic_base_64): Ditto.
25700 (legitimize_tls_address): Use gen_tls_global_dynamic_64 function
25701 instead of ix86_gen_tls_global_dynamic_64.
25702 Use gen_tls_local_dynamic_base_64 instead of
25703 ix86_gen_tls_local_dynamic_base_64.
25704 * config/i386/i386-options.c (ix86_option_override_internal):
25705 Do not initialize ix86_gen_tls_global_dynamic_64 and
25706 ix86_gen_tls_local_dynamic_base_64.
25707
25708 2019-05-26 Uroš Bizjak <ubizjak@gmail.com>
25709
25710 * config/i386/i386.md (@pro_epilogue_adjust_stack_add_<mode>)
25711 Rename from pro_epilogue_adjust_stack_<mode>_add.
25712 (@pro_epilogue_adjust_stack_sub_<mode>)
25713 Rename from pro_epilogue_adjust_stack_<mode>_sub.
25714 (@allocate_stack_worker_probe_<mode>):
25715 Rename from allocate_stack_worker_probe_<mode>.
25716 (allocate_stack): Use gen_allocate_stack_worker_probe.
25717 (probe_stack): Use gen_probe_stack_1.
25718 (@probe_stack_1_<mode>): Rename from probe_stack_<mode>.
25719 (@adjust_stack_and_probe_<mode>): Rename from
25720 adjust_stack_and_probe<mode>.
25721 (@probe_stack_range_<mode>): Rename from probe_stack_range<mode>.
25722 (stack_protect_set): Use gen_stack_protect_set_1.
25723 (@stack_protect_set_1_<mode>): Rename from stack_protect_set_<mode>.
25724 (stack_protect_test): Use gen_stack_protect_test_1.
25725 (@stack_protect_test_1_<mode>): Rename from stack_protect_test_<mode>.
25726 * config/i386/i386.c (*ix86_gen_allocate_stack_worker):
25727 Remove indirect function.
25728 (*ix86_gen_adjust_stack_and_probe): Ditto.
25729 (*ix86_gen_probe_stack_range): Ditto.
25730 (pro_epilogue_adjust_stack): Use gen_pro_epilogue_adjust_stack_add
25731 instead of gen_pro_epilogue_adjust_stack_{si,di}_add.
25732 (ix86_adjust_stack_and_probe_stack_clash): Use
25733 gen_adjust_stack_and_probe instead of ix86_gen_adjust_stack_and_probe.
25734 (ix86_adjust_stack_and_probe): Ditto.
25735 (ix86_emit_probe_stack_range): Use gen_probe_stack_range instead
25736 of ix86_gen_probe_stack_range.
25737 (ix86_expand_prologue): Use gen_pro_epilogue_adjust_stack_sub
25738 instead of gen_pro_epilogue_adjust_stack_{si,di}_sub.
25739 * config/i386/x86-tune-sched.c (ix86_macro_fusion_pair_p):
25740 Include insn-opinit.h. Use code_for_stack_protect_test_1 instead of
25741 CODE_FOR_stack_protect_test_{si,di}.
25742 * config/i386/i386-options.c (ix86_option_override_internal):
25743 Do not initialize ix86_gen_allocate_stack_worker,
25744 ix86_gen_adjust_stack_and_probe and ix86_gen_probe_stack_range.
25745
25746 2019-05-26 Gerald Pfeifer <gerald@pfeifer.com>
25747
25748 * doc/invoke.texi (Link Options): Many editorial changes around
25749 -flinker-output.
25750
25751 2019-05-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
25752
25753 * doc/invoke.texi (x86 Options, -mvect8-ret-in-mem): Remove
25754 pre-Solaris 11 referene and most Studio compiler details.
25755
25756 2019-05-24 John David Anglin <danglin@gcc.gnu.org>
25757
25758 PR target/90530
25759 * config/pa/pa.c (pa_can_change_mode_class): Accept mode changes from
25760 DImode to SImode in floating-point registers on 64-bit target.
25761 * config/pa/pa.md (umulsidi3): Change nonimmediate_operand to
25762 register_operand in xmpyu patterns.
25763
25764 2019-05-24 Jakub Jelinek <jakub@redhat.com>
25765
25766 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.
25767 * tree.h (OMP_CLAUSE_DECL): Use OMP_CLAUSE__CONDTEMP_ instead of
25768 OMP_CLAUSE__REDUCTEMP_.
25769 * tree.c (omp_clause_num_ops, omp_clause_code_name): Add
25770 OMP_CLAUSE__CONDTEMP_.
25771 (walk_tree_1): Handle OMP_CLAUSE__CONDTEMP_.
25772 * tree-pretty-print.c (dump_omp_clause): Likewise.
25773 * tree-nested.c (convert_nonlocal_omp_clauses,
25774 convert_local_omp_clauses): Likewise.
25775 * gimplify.c (enum gimplify_omp_var_data): Use hexadecimal constants
25776 instead of decimal. Add GOVD_LASTPRIVATE_CONDITIONAL.
25777 (gimplify_scan_omp_clauses): Don't reject lastprivate conditional
25778 on OMP_FOR.
25779 (gimplify_omp_for): Warn and disable conditional modifier from
25780 lastprivate on loop iterators.
25781 * omp-general.h (struct omp_for_data): Add lastprivate_conditional
25782 member.
25783 * omp-general.c (omp_extract_for_data): Initialize it.
25784 * omp-low.c (struct omp_context): Add lastprivate_conditional_map
25785 member.
25786 (delete_omp_context): Delete it.
25787 (lower_lastprivate_conditional_clauses): New function.
25788 (lower_lastprivate_clauses): Add BODY_P and CSTMT_LIST arguments,
25789 handle lastprivate conditional clauses.
25790 (lower_reduction_clauses): Add CLIST argument, emit it into
25791 the critical section if any.
25792 (lower_omp_sections): Adjust lower_lastprivate_clauses and
25793 lower_reduction_clauses callers.
25794 (lower_omp_for_lastprivate): Add CLIST argument, pass it through
25795 to lower_lastprivate_clauses.
25796 (lower_omp_for): Call lower_lastprivate_conditional_clauses, adjust
25797 lower_omp_for_lastprivate and lower_reduction_clauses callers, emit
25798 clist into a critical section if not emitted there already by
25799 lower_reduction_clauses.
25800 (lower_omp_taskreg, lower_omp_teams): Adjust lower_reduction_clauses
25801 callers.
25802 (lower_omp_1): Handle GIMPLE_ASSIGNs storing into lastprivate
25803 conditional variables.
25804 * omp-expand.c (determine_parallel_type): Punt if OMP_CLAUSE__CONDTEMP_
25805 clause is present.
25806 (expand_omp_for_generic, expand_omp_for_static_nochunk,
25807 expand_omp_for_static_chunk): Handle lastprivate conditional.
25808 (expand_omp_for): Handle fd.lastprivate_conditional like
25809 fd.have_reductemp.
25810
25811 2019-05-24 Andrew Stubbs <ams@codesourcery.com>
25812
25813 * config/gcn/gcn-run.c (main): Set a non-zero return value if the
25814 kernel does not exit cleanly.
25815 * config/gcn/gcn.md (gcn_return): Insert s_waitcnt before s_dcache_wb.
25816
25817 2019-05-24 Jason Merrill <jason@redhat.com>
25818
25819 Revert:
25820 * gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE.
25821
25822 2019-05-24 Richard Biener <rguenther@suse.de>
25823
25824 PR testsuite/90607
25825 * tree-loop-distribution.c (struct partition): Add location
25826 member.
25827 (partition_alloc): Initialize all fields.
25828 (generate_memset_builtin): Use the location recorded in the
25829 partition for the generated call.
25830 (generate_memcpy_builtin): Likewise.
25831 (classify_partition): Record the location of a single store
25832 as location for the partition.
25833
25834 2019-05-24 Andrew Stubbs <ams@codesourcery.com>
25835
25836 * config/gcn/gcn.c (gcn_expand_prologue): Use gen_addsi3_scalar_carry
25837 for lo-part.
25838
25839 2019-05-24 Matthew Malcomson <matthew.malcomson@arm.com>
25840
25841 PR target/90588
25842 * common/config/aarch64/aarch64-common.c
25843 (aarch64_rewrite_selected_cpu): Change local temporary variable
25844 type from unsigned long to uint64_t.
25845 * config/aarch64/aarch64-protos.h (aarch64_parse_extension,
25846 aarch64_get_extension_string_for_isa_flags): Change declaration to
25847 match new definition by replacing unsigned long with uint64_t.
25848
25849 2019-05-24 Jakub Jelinek <jakub@redhat.com>
25850
25851 PR target/90568
25852 * config/i386/x86-tune-sched.c (ix86_macro_funsion_pair_p): Call
25853 gen_attr_type just once instead of 4-7 times. Formatting fixes.
25854 Handle stack_protect_test_<mode> codegen similarly to corresponding
25855 sub instruction.
25856
25857 2019-05-23 Iain Sandoe <iain@sandoe.co.uk>
25858
25859 * config/i386/darwin.h: Reject -mfentry*.
25860 * doc/sourcebuild.texi: Document mfentry target support.
25861
25862 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
25863
25864 * config/rs6000/rs6000.c (rs6000_global_entry_point_needed_p):
25865 Rename to rs6000_global_entry_point_prologue_needed_p. Return
25866 false for PC-relative functions.
25867 (rs6000_output_function_prologue): Change called function name to
25868 rs6000_global_entry_point_prologue_needed_p. Emit ".localentry
25869 name,1" for PC-relative functions.
25870 (rs6000_elf_declare_function_name): Change called function name to
25871 rs6000_global_entry_point_prologue_needed_p.
25872
25873 2019-05-23 Uroš Bizjak <ubizjak@gmail.com>
25874
25875 PR target/90552
25876 * config/i386/i386.c (gen_rtx_cost):
25877 Use ix86_tune_cost instead of ix86_cost.
25878
25879 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
25880 Michael Meissner <meissner@linux.ibm.com>
25881 Segher Boessenkool <segher@kernel.crashing.org>
25882
25883 * config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): Add
25884 OPTION_MASK_PCREL.
25885 (POWERPC_MASKS): Add OPTION_MASK_PCREL.
25886 * config/rs6000/rs6000-protos.h (rs6000_pcrel_p): New prototype.
25887 (rs6000_fndecl_pcrel_p): Likewise.
25888 * config/rs6000/rs6000.c (rs6000_option_override_internal): Report
25889 error if -mpcrel is requested without -mcpu=future.
25890 (rs6000_opt_masks): Add entry for pcrel.
25891 (rs6000_fndecl_pcrel_p): New function.
25892 (rs6000_pcrel_p): Likewise.
25893 * config/rs6000/rs6000.opt (mpcrel): New option.
25894 * doc/invoke.texi: Document -mpcrel and -mno-pcrel.
25895
25896 2019-05-23 Jan Hubicka <jh@suse.cz>
25897 Martin Liska <mliska@suse.cz>
25898
25899 PR tree-optimization/90576
25900 * tree-ssa-alias.c (compare_sizes): Remove dead calls to
25901 poly_int_tree_p.
25902 (aliasing_component_refs_p): Fix three way size compare conditional;
25903 give up earlier in case we can not decide on equivalence.
25904
25905 2019-05-23 Bill Schmidt <wschmidt@linux.ibm.com>
25906 Michael Meissner <meissner@linux.ibm.com>
25907 Segher Boessenkool <segher@kernel.crashing.org>
25908
25909 * config.gcc: Add future cpu.
25910 * config/rs6000/driver-rs6000.c (asm_names): Add future cpu.
25911 * config/rs6000/rs6000-cpus.def (ISA_FUTURE_MASKS_SERVER): New
25912 #define.
25913 (POWERPC_MASKS): Add OPTION_MASK_FUTURE.
25914 (RS6000_CPU): New instantiation for future cpu.
25915 * config/rs6000/rs6000-opts.h (enum processor_type): Add
25916 PROCESSOR_FUTURE.
25917 * config/rs6000/rs6000-string.c (expand_compare_loop): Treat
25918 PROCESSOR_FUTURE like PROCESSOR_POWER9 for now.
25919 * config/rs6000/rs6000-tables.opt: Regenerate.
25920 * config/rs6000/rs6000.c (rs6000_option_override_internal): Treat
25921 PROCESSOR_FUTURE similarly to PROCESSOR_POWER9 for now.
25922 (rs6000_machine_from_flags): Handle future cpu.
25923 (rs6000_reassociation_width): Treat PROCESSOR_FUTURE like
25924 PROCESSOR_POWER9 for now.
25925 (rs6000_adjust_cost): Likewise.
25926 (rs6000_issue_rate): Likewise.
25927 (rs6000_register_move_cost): Likewise.
25928 (rs6000_opt_masks): Add entry for future.
25929 * config/rs6000/rs6000.h (ASM_CPU_SPEC): Add future cpu.
25930 (MASK_FUTURE): New #define.
25931 * config/rs6000/rs6000.md (define_attr "cpu"): Add future cpu.
25932 * config/rs6000/rs6000.opt (mfuture): New target option.
25933 * doc/invoke.texi (mcpu): Add future cpu.
25934
25935 2019-05-23 Martin Liska <mliska@suse.cz>
25936
25937 PR c++/90587
25938 * tree-ssa-uninit.c (value_sat_pred_p): The result of &
25939 operation points to a temporary (pointed via tree_to_wide_ref)
25940 that is out of scope after the &.
25941
25942 2019-05-23 Jonathan Wakely <jwakely@redhat.com>
25943
25944 PR c++/90592
25945 * doc/extend.texi (Function Names): Add missing word.
25946
25947 2019-05-23 Richard Biener <rguenther@suse.de>
25948
25949 PR tree-optimization/88440
25950 * opts.c (default_options_table): Enable -ftree-loop-distribute-patterns
25951 at -O[2s]+.
25952 * tree-loop-distribution.c (generate_memset_builtin): Fold the
25953 generated call.
25954 (generate_memcpy_builtin): Likewise.
25955 (distribute_loop): Pass in whether to only distribute patterns.
25956 (prepare_perfect_loop_nest): Also allow size optimization.
25957 (pass_loop_distribution::execute): When optimizing a loop
25958 nest for size allow pattern replacement.
25959
25960 2019-05-23 Jakub Jelinek <jakub@redhat.com>
25961
25962 PR target/90568
25963 * config/i386/i386.md (stack_protect_test_<mode>): Use sub instead
25964 of xor.
25965
25966 2019-05-23 Martin Liska <mliska@suse.cz>
25967
25968 PR sanitizer/90570
25969 * gimplify.c (gimplify_target_expr): Skip TREE_STATIC target
25970 expression similarly to gimplify_decl_expr.
25971
25972 2019-05-23 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
25973
25974 * cse.c (cse_dump_path): s/dump_file/f.
25975
25976 2019-05-22 David Malcolm <dmalcolm@redhat.com>
25977
25978 PR c++/90462
25979 * diagnostic-format-json.cc: Include "selftest.h".
25980 (json_from_expanded_location): Only add "file" key for non-NULL
25981 file strings.
25982 (json_from_location_range): Don't add "start" and "finish"
25983 children if they are UNKNOWN_LOCATION.
25984 (selftest::test_unknown_location): New selftest.
25985 (selftest::test_bad_endpoints): New selftest.
25986 (selftest::diagnostic_format_json_cc_tests): New function.
25987 * json.cc (json::object::get): New function.
25988 (selftest::test_object_get): New selftest.
25989 (selftest::json_cc_tests): Call it.
25990 * json.h (json::object::get): New decl.
25991 * selftest-run-tests.c (selftest::run_tests): Call
25992 selftest::diagnostic_format_json_cc_tests.
25993 * selftest.h (selftest::diagnostic_format_json_cc_tests): New
25994 decl.
25995
25996 2019-05-22 Kwok Cheung Yeung <kcy@codesourcery.com>
25997 Andrew Stubbs <amd@codesourcery.com>
25998
25999 * config.gcc (gcc_cv_initfini_array): Set for AMD GCN.
26000 * config/gcn/gcn-run.c (init_array_kernel, fini_array_kernel): New.
26001 (kernel): Rename to...
26002 (main_kernel): ... this.
26003 (load_image): Load _init_array and _fini_array kernels.
26004 (run): Add argument for kernel to run.
26005 (main): Run init_array_kernel before main_kernel, and
26006 fini_array_kernel after.
26007 * config/gcn/gcn.c (gcn_handle_amdgpu_hsa_kernel_attribute): Allow
26008 amdgpu_hsa_kernel attribute on functions.
26009 (gcn_disable_constructors): Delete.
26010 (TARGET_ASM_CONSTRUCTOR, TARGET_ASM_DESTRUCTOR): Delete.
26011 * config/gcn/crt0.c (size_t): Define.
26012 (_init_array, _fini_array): New.
26013 (__preinit_array_start, __preinit_array_end,
26014 __init_array_start, __init_array_end,
26015 __fini_array_start, __fini_array_end): Declare weak references.
26016
26017 2019-05-22 Andrew Stubbs <ams@codesourcery.com>
26018
26019 * config/gcn/gcn.c (gcn_trampoline_init): Call "sorry" on GCN5.
26020
26021 2019-05-22 Jason Merrill <jason@redhat.com>
26022
26023 * gimplify.c (gimplify_cond_expr): Don't check TREE_ADDRESSABLE.
26024
26025 2019-05-22 H.J. Lu <hongjiu.lu@intel.com>
26026
26027 PR target/88483
26028 * config/i386/i386-options.c (ix86_init_machine_status): Set
26029 stack_frame_required to true.
26030 * config/i386/i386.c (ix86_get_frame_size): New function.
26031 (ix86_frame_pointer_required): Replace get_frame_size with
26032 ix86_get_frame_size.
26033 (ix86_compute_frame_layout): Likewise.
26034 (ix86_find_max_used_stack_alignment): Changed to void. Set
26035 stack_frame_required.
26036 (ix86_finalize_stack_frame_flags): Always call
26037 ix86_find_max_used_stack_alignment. Replace get_frame_size with
26038 ix86_get_frame_size.
26039 * config/i386/i386.h (machine_function): Add stack_frame_required.
26040
26041 2019-05-22 Uroš Bizjak <ubizjak@gmail.com>
26042
26043 * config/i386/sse.md (sse_cvtpi2ps): Use TARGET_MMX in insn condition.
26044
26045 2019-05-22 Matthew Malcomson <matthew.malcomson@arm.com>
26046
26047 * common/config/aarch64/aarch64-common.c
26048 (struct aarch64_option_extension, struct processor_name_to_arch,
26049 struct arch_to_arch_name, aarch64_parse_extension, opt_ext_cmp,
26050 aarch64_contains_opt,
26051 aarch64_get_extension_string_for_isa_flags): Change type of
26052 variables storing flags to uint64_t.
26053 * config/aarch64/aarch64-option-extensions.def (sve2, sve2-sm4,
26054 sve2-aes, sve2-sha3, bitperm): New optional SVE2 extension flags.
26055 * config/aarch64/aarch64.c (struct processor,
26056 aarch64_parse_arch, aarch64_parse_cpu, aarch64_validate_mcpu,
26057 aarch64_validate_march, aarch64_override_options,
26058 aarch64_option_print, aarch64_handle_attr_isa_flags,
26059 aarch64_declare_function_name, aarch64_start_file): Make flag
26060 variables uint64_t.
26061 * config/aarch64/aarch64.h (AARCH64_FL_SVE2, AARCH64_FL_SVE2_AES,
26062 AARCH64_FL_SVE2_SM4, AARCH64_FL_SVE2_SHA3,
26063 AARCH64_FL_SVE2_BITPERM): New macro feature flags.
26064 * config/aarch64/aarch64.opt (aarch64_isa_flags): Make uint64_t.
26065 * config/aarch64/driver-aarch64.c
26066 (struct aarch64_arch_extension, struct aarch64_core_data,
26067 struct aarch64_arch_driver_info, host_detect_local_cpu): Make
26068 flag variables uint64_t.
26069 * doc/invoke.texi: Add documentation for new arguments.
26070
26071 2019-05-22 Richard Biener <rguenther@suse.de>
26072
26073 * alias.c (ao_ref_from_mem): Move stack-slot sharing
26074 rewrite ...
26075 * emit-rtl.c (set_mem_attributes_minus_bitpos): ... here.
26076
26077 2019-05-22 Martin Liska <mliska@suse.cz>
26078
26079 PR lto/90500
26080 * doc/extend.texi: Document the change.
26081
26082 2019-05-22 Richard Biener <rguenther@suse.de>
26083
26084 PR tree-optimization/90450
26085 * tree-ssa-loop-im.c (struct im_mem_ref): Add ref_decomposed.
26086 (mem_ref_hasher::equal): Check it.
26087 (mem_ref_alloc): Initialize it.
26088 (gather_mem_refs_stmt): Set it.
26089
26090 2019-05-22 Richard Biener <rguenther@suse.de>
26091
26092 * gimple-fold.c (arith_code_with_undefined_signed_overflow):
26093 Add ABS_EXPR.
26094 (rewrite_to_defined_overflow): Handle rewriting ABS_EXPR
26095 as ABSU_EXPR.
26096
26097 2019-05-22 Alan Modra <amodra@gmail.com>
26098
26099 * config/rs6000/rs6000.h (ASM_OPT_ANY): Define.
26100 (ASM_CPU_SPEC): Conditionally add -many.
26101 * config/rs6000/rs6000.c (rs6000_machine): New static var.
26102 (rs6000_machine_from_flags, emit_asm_machine): New functions..
26103 (rs6000_file_start): ..extracted from here, and modified to
26104 test all ISA bits.
26105 (rs6000_output_function_prologue): Emit .machine as necessary.
26106
26107 2019-05-22 Hans-Peter Nilsson <hp@axis.com>
26108
26109 PR middle-end/90553
26110 * ira-lives.c (process_bb_node_lives): Consider defs
26111 for a call insn to be die before the call, not after.
26112
26113 * function.c (assign_parm_setup_block): Raise alignment of
26114 stacked parameter only for STRICT_ALIGNMENT targets.
26115
26116 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
26117
26118 * config/rs6000/constraints.md (define_register_constraint "wz"):
26119 Delete.
26120 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26121 RS6000_CONSTRAINT_wz.
26122 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26123 (rs6000_init_hard_regno_mode_ok): Adjust.
26124 * config/rs6000/rs6000.md: Replace "wz" constraint by "d" with "p7".
26125 * doc/md.texi (Machine Constraints): Adjust.
26126
26127 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
26128
26129 * config/rs6000/constraints.md (define_register_constraint "wl"):
26130 Delete.
26131 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26132 RS6000_CONSTRAINT_wl.
26133 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26134 (rs6000_init_hard_regno_mode_ok): Adjust.
26135 * config/rs6000/rs6000.md: Replace "wl" constraint by "d" with "p6".
26136 * doc/md.texi (Machine Constraints): Adjust.
26137
26138 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
26139
26140 * config/rs6000/constraints.md (define_register_constraint "wm"):
26141 Delete.
26142 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26143 RS6000_CONSTRAINT_wm.
26144 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26145 (rs6000_init_hard_regno_mode_ok): Adjust.
26146 * config/rs6000/vsx.md: Replace "wm" constraint by "wa" with "p8v".
26147 * doc/md.texi (Machine Constraints): Adjust.
26148
26149 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
26150
26151 * config/rs6000/constraints.md (define_register_constraint "wk"):
26152 Delete.
26153 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26154 RS6000_CONSTRAINT_wk.
26155 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26156 (rs6000_init_hard_regno_mode_ok): Adjust.
26157 * config/rs6000/rs6000.md: Replace "wk" constraint by "ws" with "p8v".
26158 * doc/md.texi (Machine Constraints): Adjust.
26159
26160 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
26161
26162 * config/rs6000/constraints.md (define_register_constraint "wj"):
26163 Delete.
26164 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26165 RS6000_CONSTRAINT_wj.
26166 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26167 (rs6000_init_hard_regno_mode_ok): Adjust.
26168 * config/rs6000/rs6000.md: Replace "wj" constraint by "wi" with "p8v".
26169 (VS_64dm): Delete.
26170 * config/rs6000/vsx.md: Ditto.
26171 * doc/md.texi (Machine Constraints): Adjust.
26172
26173 2019-05-21 Segher Boessenkool <segher@kernel.crashing.org>
26174
26175 * config/rs6000/constraints.md (define_register_constraint "wh"):
26176 Delete.
26177 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26178 RS6000_CONSTRAINT_wh.
26179 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26180 (rs6000_init_hard_regno_mode_ok): Adjust.
26181 * config/rs6000/rs6000.md: Replace "wh" constraint by "wa" with "p8v".
26182 * doc/md.texi (Machine Constraints): Adjust.
26183
26184 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
26185
26186 PR target/90547
26187 * config/i386/i386.md (anddi_1 to andsi_1_zext splitter):
26188 Avoid calling gen_lowpart with CONST operand.
26189
26190 2019-05-21 Alexandre Oliva <aoliva@redhat.com>
26191
26192 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Add
26193 field template_last_to_copy.
26194 (ssa_create_duplicates): Set it, and use it. Attempt to
26195 preserve more debug stmts.
26196
26197 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
26198
26199 * config/i386/sse.md (VF1_AVX2): New mode iterator.
26200 (signbit<mode>2): New expander
26201
26202 2019-05-21 James Clarke <jrtc27@jrtc27.com>
26203
26204 PR bootstrap/87338
26205 * dwarf2out.c (dwarf2out_inline_entry): Use ASM_OUTPUT_DEBUG_LABEL
26206 instead of ASM_GENERATE_INTERNAL_LABEL and ASM_OUTPUT_LABEL.
26207
26208 2019-05-21 Uroš Bizjak <ubizjak@gmail.com>
26209
26210 * config/i386/cpuid.h (__cpuid): For 32bit targets, zero
26211 %ebx and %ecx bafore calling cpuid with leaf 1 or
26212 non-constant leaf argument.
26213
26214 2019-05-21 Alan Modra <amodra@gmail.com>
26215
26216 PR target/90545
26217 * config/rs6000/rs6000.c (rs6000_register_move_cost): Increase
26218 power9 direct move cost.
26219
26220 2019-05-21 Richard Biener <rguenther@suse.de>
26221
26222 PR middle-end/90510
26223 * fold-const.c (fold_read_from_vector): New function.
26224 * fold-const.h (fold_read_from_vector): Declare.
26225 * match.pd (VEC_PERM_EXPR): Build BIT_INSERT_EXPRs for
26226 single-element insert permutations. Canonicalize selector
26227 further and fix issue with last commit.
26228
26229 2019-05-21 Vladislav Ivanishin <vlad@ispras.ru>
26230
26231 * tree-cfg.h (split_critical_edges): Add for_edge_insertion_p
26232 parameter with default value false to declaration.
26233 (split_edges_for_insertion): New inline function. Wrapper for
26234 split_critical_edges with for_edge_insertion_p = true.
26235 * tree-cfg.c (split_critical_edges): Don't split non-critical
26236 edges if for_edge_insertion_p is false. Fix whitespace.
26237 * tree-ssa-pre.c (pass_pre::execute): Call
26238 split_edges_for_insertion instead of split_critical_edges.
26239 * tree-ssa-tail-merge.c (tail_merge_optimize): Ditto.
26240 * tree-ssa-sink.c (pass_sink_code::execute): Ditto.
26241 (pass_data_sink_code): Update function name in the comment.
26242
26243 2019-05-21 Vladislav Ivanishin <vlad@ispras.ru>
26244
26245 * tree-ssa-uninit.c (value_sat_pred_p): This new function is a wrapper
26246 around is_value_included_in that knows how to handle BIT_AND_EXPR.
26247 (is_pred_expr_subset_of): Use the new function. Handle more cases where
26248 code1 == EQ_EXPR and where code1 == BIT_AND_EXPR and thus fix some false
26249 positives.
26250
26251 2019-05-21 Martin Liska <mliska@suse.cz>
26252
26253 * config/rs6000/driver-rs6000.c (elf_platform): Do not use
26254 an extra newline.
26255 * config/rs6000/rs6000-c.c (rs6000_pragma_longcal): Wrap pragma in %<%>.
26256 (altivec_resolve_overloaded_builtin): Likewise for vec_lvsl and
26257 vec_lvsr.
26258 * config/rs6000/rs6000.c (rs6000_option_override_internal):
26259 Quote a C type.
26260 (rs6000_function_arg): Likewise.
26261 (rs6000_expand_set_fpscr_drn_builtin): Remove trailing dot.
26262 (rs6000_expand_ternop_builtin): Use interval syntax.
26263 (get_element_number): Likewise.
26264 (altivec_expand_builtin): Likewise.
26265 (rs6000_get_function_versions_dispatcher): Quote target_clones.
26266
26267 2019-05-20 Jakub Jelinek <jakub@redhat.com>
26268
26269 PR c++/59813
26270 PR target/90418
26271 * function.h (struct function): Add calls_eh_return member.
26272 * gimplify.c (gimplify_call_expr): Set cfun->calls_eh_return when
26273 gimplifying __builtin_eh_return call.
26274 * tree-inline.c (initialize_cfun): Copy calls_eh_return from src_cfun
26275 to cfun.
26276 (expand_call_inline): Or in src_cfun->calls_eh_return into
26277 dst_cfun->calls_eh_return.
26278 * tree-tailcall.c (suitable_for_tail_call_opt_p): Return false if
26279 cfun->calls_eh_return.
26280 * lto-streamer-in.c (input_struct_function_base): Read calls_eh_return.
26281 * lto-streamer-out.c (output_struct_function_base): Write
26282 calls_eh_return.
26283
26284 2019-05-20 Marc Glisse <marc.glisse@inria.fr>
26285
26286 PR rtl-optimization/43147
26287 * config/i386/i386.c (ix86_gimple_fold_builtin): Handle
26288 IX86_BUILTIN_SHUFPD.
26289
26290 2019-05-20 Jan Hubicka <hubicka@ucw.cz>
26291
26292 * tree-ssa-alias.c (refs_may_alias_p_2): Break out from ...
26293 (refs_may_alias_p_1): ... here; update stats.
26294 (refs_may_alias_p): Do not update stats here.
26295
26296 2019-05-20 Richard Biener <rguenther@suse.de>
26297
26298 * tree-ssa-structalias.c (find_func_aliases): POINTER_DIFF_EXPR
26299 doesn't produce pointers.
26300 {TRUNC,CEIL,FLOOR,ROUND,EXACT}_{DIV,MOD}_EXPR points to what
26301 the first operand points to.
26302
26303 2019-05-20 Jan Hubicka <hubicka@ucw.cz>
26304
26305 * tree-ssa-alias.c (compare_sizes): New function.
26306 (sompare_type_sizes): New function
26307 (aliasing_component_refs_p): Use it.
26308 (indirect_ref_may_alias_decl_p): Likewise.
26309
26310 2019-05-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26311
26312 * config/i386/sol2.h (CC1_SPEC): Reject -mx32.
26313
26314 2019-05-20 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
26315
26316 * config/sol2.h (LIBTSAN_EARLY_SPEC): Remove : after %e.
26317 (LIBLSAN_EARLY_SPEC): Likewise.
26318 * config/i386/sol2.h (ASAN_REJECT_SPEC): Likewise.
26319
26320 2019-05-20 Martin Liska <mliska@suse.cz>
26321
26322 * config/i386/i386.c (ix86_libc_has_fast_function):
26323 Add ATTRIBUTE_UNUSED for the argument.
26324
26325 2019-05-20 Richard Biener <rguenther@suse.de>
26326
26327 * gimple-match-head.c: Include vec-perm-indices.h.
26328 * generic-match-head.c: Likewise.
26329 * fold-const.h (fold_vec_perm): Declare when vec-perm-indices.h
26330 is included.
26331 * fold-const.c (fold_vec_perm): Export.
26332 (fold_ternary_loc): Move non-constant folding of VEC_PERM_EXPR...
26333 (match.pd): ...here.
26334
26335 2019-05-20 Jakub Jelinek <jakub@redhat.com>
26336
26337 * cfgloop.h (struct loop): Add simdlen member.
26338 * cfgloopmanip.c (copy_loop_info): Copy simdlen as well.
26339 * omp-expand.c (expand_omp_simd): Set it if simdlen clause is present.
26340 * tree-vect-loop.c (vect_analyze_loop): Pass loop->simdlen != 0
26341 as new argument to autovectorize_vector_sizes target hook. If
26342 loop->simdlen, pick up vector size where the vectorization factor
26343 is equal to loop->simd, and if there is none, fall back to the first
26344 successful one.
26345 (vect_transform_loop): Adjust autovectorize_vector_sizes target hook
26346 caller.
26347 * omp-low.c (omp_clause_aligned_alignment): Likewise.
26348 * omp-general.c (omp_max_vf): Likewise.
26349 * optabs-query.c (can_vec_mask_load_store_p): Likewise.
26350 * tree-vect-slp.c (vect_slp_bb): Likewise.
26351 * target.def (autovectorize_vector_sizes): Add ALL argument and
26352 document it.
26353 * doc/tm.texi: Adjust documentation.
26354 * targhooks.c (default_autovectorize_vector_sizes): Add bool argument.
26355 * targhooks.h (default_autovectorize_vector_sizes): Likewise.
26356 * config/aarch64/aarch64.c (aarch64_autovectorize_vector_sizes): Add
26357 bool argument.
26358 * config/arc/arc.c (arc_autovectorize_vector_sizes): Likewise.
26359 * config/arm/arm.c (arm_autovectorize_vector_sizes): Likewise.
26360 * config/mips/mips.c (mips_autovectorize_vector_sizes): Likewise.
26361 * config/i386/i386.c (ix86_autovectorize_vector_sizes): Likewise. If
26362 true and TARGET_AVX512F or TARGET_AVX, push 3 or 2 sizes even if
26363 preferred vector size is not 512-bit or 256-bit, just put those
26364 unpreferred ones last.
26365
26366 2019-05-20 Martin Liska <mliska@suse.cz>
26367
26368 * targhooks.c (default_libc_has_fast_function): New function.
26369 * targhooks.h (default_libc_has_fast_function): Likewise.
26370
26371 2019-05-20 Martin Liska <mliska@suse.cz>
26372
26373 PR middle-end/90263
26374 * builtins.c (expand_builtin_memory_copy_args): When having a
26375 target with fast mempcpy implementation do now use memcpy.
26376 * config/i386/i386.c (ix86_libc_has_fast_function): New.
26377 (TARGET_LIBC_HAS_FAST_FUNCTION): Likewise.
26378 * doc/tm.texi: Likewise.
26379 * doc/tm.texi.in: Likewise.
26380 * target.def:
26381 * expr.c (emit_block_move_hints): Add 2 new arguments.
26382 * expr.h (emit_block_move_hints): Bail out when libcall
26383 to memcpy would be used.
26384
26385 2019-05-20 Martin Liska <mliska@suse.cz>
26386
26387 * profile-count.c: Add vertical spacing in order
26388 to separate functions.
26389 * profile-count.h: Likewise.
26390
26391 2019-05-20 Martin Liska <mliska@suse.cz>
26392
26393 * profile-count.h: Do not use full qualified
26394 names if possible.
26395 * profile-count.c (profile_count::to_frequency): Likewise.
26396
26397 2019-05-20 Martin Liska <mliska@suse.cz>
26398
26399 * profile-count.h (enum profile_quality): Use capital letters
26400 for enum value names. Use the adjusted names.
26401 * profile-count.c: Use the adjusted names.
26402
26403 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
26404
26405 * config/rs6000/constraints.md (define_register_constraint "wH"):
26406 Delete.
26407 (define_register_constraint "wI"): Delete.
26408 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26409 RS6000_CONSTRAINT_wH and RS6000_CONSTRAINT_wI.
26410 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26411 (rs6000_init_hard_regno_mode_ok): Adjust.
26412 * config/rs6000/rs6000.md: Replace "wH" and "wI" constraints by "v"
26413 resp. "d", or with "wa" as appropriate, all with "p8v".
26414 * config/rs6000/vsx.md: Ditto.
26415 * doc/md.texi (Machine Constraints): Adjust.
26416
26417 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
26418
26419 * config/rs6000/constraints.md (define_register_constraint "wy"):
26420 Delete.
26421 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26422 RS6000_CONSTRAINT_wy.
26423 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26424 (rs6000_init_hard_regno_mode_ok): Adjust.
26425 * config/rs6000/rs6000.md: Replace "wy" constraint by "wa" with "p8v".
26426 Use "<Fisa>" as "isa" in all alternatives that use "<Fv2>".
26427 (define_mode_attr Fisa): New.
26428 * config/rs6000/vsx.md: Replace "wy" constraint by "wa" with "p8v".
26429 * doc/md.texi (Machine Constraints): Adjust.
26430
26431 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
26432
26433 * config/rs6000/constraints.md (define_register_constraint "wu"):
26434 Delete.
26435 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26436 RS6000_CONSTRAINT_wu.
26437 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26438 (rs6000_init_hard_regno_mode_ok): Adjust.
26439 * config/rs6000/rs6000.md: Replace "wu" constraint by "v" or "wa",
26440 both with "p8v".
26441 (define_mode_attr Fa): Delete.
26442 * config/rs6000/vsx.md: Ditto.
26443 * doc/md.texi (Machine Constraints): Adjust.
26444
26445 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
26446
26447 * config/rs6000/constraints.md (define_register_constraint "wJ"):
26448 Delete.
26449 (define_register_constraint "wK"): Delete.
26450 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26451 RS6000_CONSTRAINT_wJ and RS6000_CONSTRAINT_wK.
26452 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26453 (rs6000_init_hard_regno_mode_ok): Adjust.
26454 * config/rs6000/rs6000.md: Replace "wJ" constraint by "wI" with "p9v".
26455 Replace "wK" constraint by "wH" with "p9v".
26456 * config/rs6000/vsx.md: Ditto.
26457 * doc/md.texi (Machine Constraints): Adjust.
26458
26459 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
26460
26461 * config/rs6000/constraints.md (define_register_constraint "wb"):
26462 Delete.
26463 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26464 RS6000_CONSTRAINT_wb.
26465 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26466 (rs6000_init_hard_regno_mode_ok): Adjust.
26467 * config/rs6000/rs6000.md: Replace "wb" constraint by "v" with "p9v".
26468 * config/rs6000/vsx.md: Ditto.
26469 * doc/md.texi (Machine Constraints): Adjust.
26470
26471 2019-05-19 Segher Boessenkool <segher@kernel.crashing.org>
26472
26473 * config/rs6000/constraints.md (define_register_constraint "wo"):
26474 Delete.
26475 * config/rs6000/rs6000.h (enum r6000_reg_class_enum): Delete
26476 RS6000_CONSTRAINT_wo.
26477 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Adjust.
26478 (rs6000_init_hard_regno_mode_ok): Adjust.
26479 * config/rs6000/rs6000.md: Replace "wo" constraint by "wa" with "p9v".
26480 * config/rs6000/altivec.md: Ditto.
26481 * doc/md.texi (Machine Constraints): Adjust.
26482
26483 2019-05-18 Iain Sandoe <iain@sandoe.co.uk>
26484
26485 * config/darwin-c.c (darwin_register_objc_includes): Do not
26486 prepend the sysroot when building gnu-runtime header search
26487 paths.
26488
26489 2019-05-18 Iain Sandoe <iain@sandoe.co.uk>
26490
26491 * config/darwin.c (darwin_file_end): Use switch_to_section ()
26492 instead of direct output of the asm.
26493
26494 2019-05-17 Segher Boessenkool <segher@kernel.crashing.org>
26495
26496 * config/rs6000/rs6000.c (restore_saved_cr): Change a boolean
26497 argument to be type bool (was int before).
26498 (rs6000_emit_epilogue): Simplify some code. Declare some variables
26499 at first use. Use type bool for some variables. Fix a theoretical
26500 eh_return bug for svr4.
26501
26502 2019-05-17 Segher Boessenkool <segher@kernel.crashing.org>
26503
26504 * config/rs6000/rs6000.md (isa): New attribute.
26505 (enabled): New attribute.
26506
26507 2019-05-17 Max Filippov <jcmvbkbc@gmail.com>
26508
26509 * config/aarch64/aarch64.c (aarch64_output_mi_thunk): Call
26510 assemble_start_function and assemble_end_function.
26511
26512 2019-05-17 Thomas Schwinge <thomas@codesourcery.com>
26513
26514 PR middle-end/89433
26515 * omp-general.c (oacc_verify_routine_clauses): Change formal
26516 parameters. Add checking if already marked with an OpenACC
26517 'routine' directive. Adjust all users.
26518
26519 PR middle-end/89433
26520 * omp-general.c (oacc_build_routine_dims): Move some of its
26521 processing into...
26522 (oacc_verify_routine_clauses): ... this new function.
26523 * omp-general.h (oacc_verify_routine_clauses): New prototype.
26524
26525 2019-05-17 Iain Sandoe <iain@sandoe.co.uk>
26526
26527 * config/rs6000/rs6000.c (machopic_output_stub): Adjust the
26528 formating of picbase labels to match other ports.
26529
26530 2019-05-17 Iain Sandoe <iain@sandoe.co.uk>
26531
26532 * config/rs6000/rs6000.c (macho_branch_islands): Fix bad indent
26533 in the generated code.
26534
26535 2019-05-16 Martin Sebor <msebor@redhat.com>
26536
26537 * builtins.c (expand_builtin_atomic_always_lock_free): Quote
26538 identifiers, keywords, operators, and types in diagnostics. Correct
26539 quoting, spelling, and sentence capitalization issues.
26540 (expand_builtin_atomic_is_lock_free): Same.
26541 (fold_builtin_next_arg): Same.
26542 * cfgexpand.c (expand_one_var): Same.
26543 (tree_conflicts_with_clobbers_p): Same.
26544 (expand_asm_stmt): Same.
26545 (verify_loop_structure): Same.
26546 * cgraphunit.c (process_function_and_variable_attributes): Same.
26547 * collect-utils.c (collect_execute): Same.
26548 * collect2.c (maybe_run_lto_and_relink): Same.
26549 (is_lto_object_file): Same.
26550 (scan_prog_file): Same.
26551 * convert.c (convert_to_real_1): Same.
26552 * dwarf2out.c (dwarf2out_begin_prologue): Same.
26553 * except.c (verify_eh_tree): Same.
26554 * gcc.c (execute): Same.
26555 (eval_spec_function): Same.
26556 (run_attempt): Same.
26557 (driver::set_up_specs): Same.
26558 (compare_debug_auxbase_opt_spec_function): Same.
26559 * gcov-tool.c (unlink_gcda_file): Same.
26560 (do_merge): Same.
26561 (do_rewrite): Same.
26562 * gcse.c (gcse_or_cprop_is_too_expensive): Same.
26563 * gimplify.c (gimplify_asm_expr): Same.
26564 (gimplify_adjust_omp_clauses): Same.
26565 * hsa-gen.c (gen_hsa_addr_insns): Same.
26566 (gen_hsa_insns_for_load): Same.
26567 (gen_hsa_cmp_insn_from_gimple): Same.
26568 (gen_hsa_insns_for_operation_assignment): Same.
26569 (gen_get_level): Same.
26570 (gen_hsa_alloca): Same.
26571 (omp_simple_builtin::generate): Same.
26572 (gen_hsa_atomic_for_builtin): Same.
26573 (gen_hsa_insns_for_call): Same.
26574 * input.c (dump_location_info): Same.
26575 * ipa-devirt.c (compare_virtual_tables): Same.
26576 * ira.c (ira_setup_eliminable_regset): Same.
26577 * lra-assigns.c (lra_assign): Same.
26578 * lra-constraints.c (lra_constraints): Same.
26579 * lto-streamer-in.c (lto_input_mode_table): Same.
26580 * lto-wrapper.c (get_options_from_collect_gcc_options): Same.
26581 (merge_and_complain): Same.
26582 (compile_offload_image): Same.
26583 (compile_images_for_offload_targets): Same.
26584 (debug_objcopy): Same.
26585 (run_gcc): Same.
26586 (main): Same.
26587 * opts.c (print_specific_help): Same.
26588 (parse_no_sanitize_attribute): Same.
26589 (print_help): Same.
26590 (handle_param): Same.
26591 * plugin.c (add_new_plugin): Same.
26592 (parse_plugin_arg_opt): Same.
26593 (try_init_one_plugin): Same.
26594 * print-rtl.c (debug_bb_n_slim): Quote identifiers, keywords,
26595 operators, and types in diagnostics. Correct quoting and spelling
26596 issues.
26597 * read-rtl-function.c (parse_edge_flag_token): Same.
26598 (function_reader::parse_enum_value): Same.
26599 * reg-stack.c (check_asm_stack_operands): Same.
26600 * regcprop.c (validate_value_data): Same.
26601 * sched-rgn.c (make_pass_sched_fusion): Same.
26602 * stmt.c (check_unique_operand_names): Same.
26603 * targhooks.c (default_target_option_pragma_parse): Same.
26604 * tlink.c (recompile_files): Same.
26605 * toplev.c (process_options): Same.
26606 (do_compile): Same.
26607 * trans-mem.c (diagnose_tm_1): Same.
26608 (ipa_tm_scan_irr_block): Same.
26609 (ipa_tm_diagnose_transaction): Same.
26610 * tree-cfg.c (verify_address): Same. Use get_tree_code_name to
26611 format a tree code name in a diagnostic.
26612 (verify_types_in_gimple_min_lval): Same.
26613 (verify_types_in_gimple_reference): Same.
26614 (verify_gimple_call): Same.
26615 (verify_gimple_assign_unary): Same.
26616 (verify_gimple_assign_binary): Same.
26617 (verify_gimple_assign_ternary): Same.
26618 (verify_gimple_assign_single): Same.
26619 (verify_gimple_switch): Same.
26620 (verify_gimple_label): Same.
26621 (verify_gimple_phi): Same.
26622 (verify_gimple_in_seq): Same.
26623 (verify_eh_throw_stmt_node): Same.
26624 (collect_subblocks): Same.
26625 (gimple_verify_flow_info): Same.
26626 (do_warn_unused_result): Same.
26627 * tree-inline.c (expand_call_inline): Same.
26628 * tree-into-ssa.c (update_ssa): Same.
26629 * tree.c (tree_int_cst_elt_check_failed): Same.
26630 (tree_vec_elt_check_failed): Same.
26631 (omp_clause_operand_check_failed): Same.
26632 (verify_type_variant): Same.
26633 (verify_type): Same.
26634 * value-prof.c (verify_histograms): Same.
26635 * varasm.c (assemble_start_function): Same.
26636
26637 2019-05-16 Martin Sebor <msebor@redhat.com>
26638
26639 * config/i386/i386-expand.c (get_element_number): Quote keywords
26640 and other internal names in diagnostics. Adjust other diagnostic
26641 formatting issues noted by -Wformat-diag.
26642 * config/i386/i386-features.c
26643 (ix86_mangle_function_version_assembler_name): Same.
26644 * config/i386/i386-options.c (ix86_handle_abi_attribute): Same.
26645 * config/i386/i386.c (ix86_function_type_abi): Same.
26646 (ix86_function_ms_hook_prologue): Same.
26647 (classify_argument): Same.
26648 (ix86_expand_prologue): Same.
26649 (ix86_md_asm_adjust): Same.
26650 (ix86_memmodel_check): Same.
26651
26652 2019-05-17 Dragan Mladjenovic <dmladjenovic@wavecomp.com>
26653
26654 * config/mips/mips.c (mips_dwarf_frame_reg_mode): Replace
26655 TARGET_FLOAT64 with !TARGET_FLOAT32, thus handling both fp64
26656 and fpxx modes.
26657
26658 2019-05-17 H.J. Lu <hongjiu.lu@intel.com>
26659
26660 PR target/90497
26661 * config/i386/i386-expand.c (ix86_expand_builtin): Enable MMX
26662 intrinsics without SSE/SSE2/SSSE3.
26663 * config/i386/mmx.md (mmx_uavgv8qi3): Restore TARGET_3DNOW
26664 check.
26665 (*mmx_uavgv8qi3): Likewise.
26666
26667 2019-05-17 Richard Biener <rguenther@suse.de>
26668
26669 * gimple-pretty-print.c (dump_ternary_rhs): Handle dumping
26670 VEC_PERM_EXPR as __VEC_PERM with -gimple.
26671
26672 2019-05-17 Andreas Krebbel <krebbel@linux.ibm.com>
26673
26674 * config/s390/s390-builtins.def (s390_vec_sldw_*): Use the
26675 vec_sldw insn pattern.
26676
26677 2019-05-17 Richard Biener <rguenther@suse.de>
26678
26679 * ccmp.c (expand_ccmp_expr_1): Do not use gimple_assign_rhs_to_tree.
26680
26681 2019-05-17 Martin Liska <mliska@suse.cz>
26682
26683 PR driver/90496
26684 * toplev.c (output_stack_usage): With LTO and sanitizer it
26685 happens that a global ctor (_GLOBAL__sub_I_00099_0_main)
26686 has no file location.
26687
26688 2019-05-16 Jakub Jelinek <jakub@redhat.com>
26689
26690 PR c++/90484
26691 * tree-ssa-scopedtables.c (equal_mem_array_ref_p): Don't assert that
26692 sz0 is equal to sz1, instead return false in that case.
26693
26694 * omp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF
26695 has non-constant expression, force sctx.lane and use two
26696 argument IFN_GOMP_SIMD_LANE instead of single argument.
26697 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Don't DCE
26698 two argument IFN_GOMP_SIMD_LANE without lhs.
26699 * tree-vectorizer.h (struct _loop_vec_info): Add simd_if_cond
26700 member.
26701 (LOOP_VINFO_SIMD_IF_COND, LOOP_REQUIRES_VERSIONING_FOR_SIMD_IF_COND):
26702 Define.
26703 (LOOP_REQUIRES_VERSIONING): Or in
26704 LOOP_REQUIRES_VERSIONING_FOR_SIMD_IF_COND.
26705 * tree-vect-loop.c (_loop_vec_info::_loop_vec_info): Initialize
26706 simd_if_cond.
26707 (vect_analyze_loop_2): Punt if LOOP_VINFO_SIMD_IF_COND is constant 0.
26708 * tree-vect-loop-manip.c (vect_loop_versioning): Add runtime check
26709 from simd if clause if needed.
26710
26711 2019-05-16 Richard Biener <rguenther@suse.de>
26712
26713 * tree-affine.c (expr_to_aff_combination): New function split
26714 out from...
26715 (tree_to_aff_combination): ... here.
26716 (aff_combination_expand): Avoid building a GENERIC tree.
26717
26718 2019-05-16 Max Filippov <jcmvbkbc@gmail.com>
26719
26720 * cgraphunit.c (cgraph_node::expand_thunk): Remove
26721 assemble_start_function and assemble_end_function calls.
26722 * config/alpha/alpha.c (alpha_output_mi_thunk_osf): Call
26723 assemble_start_function and assemble_end_function.
26724 * config/arc/arc.c (arc_output_mi_thunk): Likewise.
26725 * config/arm/arm.c (arm_output_mi_thunk): Likewise.
26726 * config/bfin/bfin.c (bfin_output_mi_thunk): Likewise.
26727 * config/c6x/c6x.c (c6x_output_mi_thunk): Likewise.
26728 * config/cris/cris.c (cris_asm_output_mi_thunk): Likewise.
26729 * config/csky/csky.c (csky_output_mi_thunk): Likewise.
26730 * config/epiphany/epiphany.c (epiphany_output_mi_thunk): Likewise.
26731 * config/frv/frv.c (frv_asm_output_mi_thunk): Likewise.
26732 * config/i386/i386.c (x86_output_mi_thunk): Likewise.
26733 * config/ia64/ia64.c (ia64_output_mi_thunk): Likewise.
26734 * config/m68k/m68k.c (m68k_output_mi_thunk): Likewise.
26735 * config/microblaze/microblaze.c (microblaze_asm_output_mi_thunk):
26736 Likewise.
26737 * config/mips/mips.c (mips_output_mi_thunk): Likewise.
26738 * config/mmix/mmix.c (mmix_asm_output_mi_thunk): Likewise.
26739 * config/mn10300/mn10300.c (mn10300_asm_output_mi_thunk): Likewise.
26740 * config/nds32/nds32.c (nds32_asm_output_mi_thunk): Likewise.
26741 * config/nios2/nios2.c (nios2_asm_output_mi_thunk): Likewise.
26742 * config/or1k/or1k.c (or1k_output_mi_thunk): Likewise.
26743 * config/pa/pa.c (pa_asm_output_mi_thunk): Likewise.
26744 * config/riscv/riscv.c (riscv_output_mi_thunk): Likewise.
26745 * config/rs6000/rs6000.c (rs6000_output_mi_thunk): Likewise.
26746 * config/s390/s390.c (s390_output_mi_thunk): Likewise.
26747 * config/sh/sh.c (sh_output_mi_thunk): Likewise.
26748 * config/sparc/sparc.c (sparc_output_mi_thunk): Likewise.
26749 * config/spu/spu.c (spu_output_mi_thunk): Likewise.
26750 * config/stormy16/stormy16.c (xstormy16_asm_output_mi_thunk):
26751 Likewise.
26752 * config/tilegx/tilegx.c (tilegx_output_mi_thunk): Likewise.
26753 * config/tilepro/tilepro.c (tilepro_asm_output_mi_thunk): Likewise.
26754 * config/vax/vax.c (vax_output_mi_thunk): Likewise.
26755
26756 2019-05-16 Jan Hubicka <hubicka@ucw.cz>
26757
26758 * tree-ssa-alias.c (alias_stats): Add
26759 aliasing_component_refs_p_may_alias and
26760 aliasing_component_refs_p_no_alias.
26761 (dump_alias_stats): Print aliasing_component_refs_p stats.
26762 (aliasing_component_refs_p): Update stats.
26763
26764 2019-05-16 Martin Liska <mliska@suse.cz>
26765
26766 PR lto/90500
26767 * multiple_target.c (expand_target_clones): Do not allow
26768 target_clones being used with a symbol that is an alias.
26769
26770 2019-05-16 Vladislav Ivanishin <vlad@ispras.ru>
26771
26772 PR tree-optimization/90394
26773 * tree-ssa-uninit.c (is_pred_expr_subset_of): Potentially give false
26774 positives rather than ICE for cases where (code2 == NE_EXPR
26775 && code1 == BIT_AND_EXPR).
26776
26777 2019-05-16 Jakub Jelinek <jakub@redhat.com>
26778
26779 PR fortran/90329
26780 * tree-core.h (struct tree_decl_common): Document
26781 decl_nonshareable_flag for PARM_DECLs.
26782 * tree.h (DECL_HIDDEN_STRING_LENGTH): Define.
26783 * calls.c (expand_call): Don't try tail call if caller
26784 has any DECL_HIDDEN_STRING_LENGTH PARM_DECLs that are or might be
26785 passed on the stack and callee needs to pass any arguments on the
26786 stack.
26787 * tree-streamer-in.c (unpack_ts_decl_common_value_fields): Use
26788 else if instead of series of mutually exclusive ifs. Handle
26789 DECL_HIDDEN_STRING_LENGTH for PARM_DECLs.
26790 * tree-streamer-out.c (pack_ts_decl_common_value_fields): Likewise.
26791
26792 * lto-streamer.h (LTO_major_version): Bump to 9.
26793
26794 2019-05-16 Jun Ma <JunMa@linux.alibaba.com>
26795
26796 PR tree-optimization/90106
26797 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds): Add
26798 new parameter as new internal function call, also move it to new
26799 basic block.
26800 (use_internal_fn): Pass internal function call to
26801 shrink_wrap_one_built_in_call_with_conds.
26802
26803 2019-05-15 Jakub Jelinek <jakub@redhat.com>
26804
26805 * omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set
26806 max_vf to 1.
26807 * omp-expand.c (expand_omp_simd): For if (0) or simdlen (1) clear
26808 safelen_int and set loop->dont_vectorize.
26809
26810 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26811
26812 PR target/89021
26813 * config/i386/i386-builtin.def: Enable MMX intrinsics with
26814 SSE/SSE2/SSSE3.
26815 * config/i386/i386-builtins.c (ix86_init_mmx_sse_builtins):
26816 Likewise.
26817 * config/i386/i386-expand.c (ix86_expand_builtin): Allow
26818 SSE/SSE2/SSSE3 to emulate MMX intrinsics with TARGET_MMX_WITH_SSE.
26819 * config/i386/mmintrin.h: Only require SSE2 if __MMX_WITH_SSE__
26820 is defined.
26821
26822 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26823
26824 PR target/89021
26825 * config/i386/mmx.md (*vec_dupv2sf): Changed to
26826 define_insn_and_split to support SSE emulation.
26827 (*vec_extractv2sf_0): Likewise.
26828 (*vec_extractv2sf_1): Likewise.
26829 (*vec_extractv2si_0): Likewise.
26830 (*vec_extractv2si_1): Likewise.
26831 (*vec_extractv2si_zext_mem): Likewise.
26832 (vec_setv2sf): Also allow TARGET_MMX_WITH_SSE.
26833 (vec_extractv2sf_1 splitter): Likewise.
26834 (vec_extractv2sfsf): Likewise.
26835 (vec_setv2si): Likewise.
26836 (vec_extractv2si_1 splitter): Likewise.
26837 (vec_extractv2sisi): Likewise.
26838 (vec_setv4hi): Likewise.
26839 (vec_extractv4hihi): Likewise.
26840 (vec_setv8qi): Likewise.
26841 (vec_extractv8qiqi): Likewise.
26842 (vec_extractv2sfsf): Also allow TARGET_MMX_WITH_SSE. Pass
26843 TARGET_MMX_WITH_SSE ix86_expand_vector_extract.
26844 (vec_extractv2sisi): Likewise.
26845 (vec_extractv4hihi): Likewise.
26846 (vec_extractv8qiqi): Likewise.
26847 (vec_initv2sfsf): Also allow TARGET_MMX_WITH_SSE. Pass
26848 TARGET_MMX_WITH_SSE to ix86_expand_vector_init.
26849 (vec_initv2sisi): Likewise.
26850 (vec_initv4hihi): Likewise.
26851 (vec_initv8qiqi): Likewise.
26852 (vec_setv2si): Also allow TARGET_MMX_WITH_SSE. Pass
26853 TARGET_MMX_WITH_SSE to ix86_expand_vector_set.
26854 (vec_setv4hi): Likewise.
26855 (vec_setv8qi): Likewise.
26856
26857 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26858
26859 PR target/89021
26860 * config/i386/mmx.md (MMXMODE:mov<mode>): Also allow
26861 TARGET_MMX_WITH_SSE.
26862 (MMXMODE:*mov<mode>_internal): Likewise.
26863 (MMXMODE:movmisalign<mode>): Likewise.
26864
26865 2019-05-15 Uroš Bizjak <ubizjak@gmail.com>
26866
26867 PR target/89021
26868 * config/i386/i386.md (*zero_extendsidi2): Add mmx_isa attribute.
26869 * config/i386/sse.md (sse2_cvtpi2pd): Ditto.
26870 (sse2_cvtpd2pi): Ditto.
26871 (sse2_cvttpd2pi): Ditto.
26872 (*vec_concatv2sf_sse4_1): Ditto.
26873 (*vec_concatv2sf_sse): Ditto.
26874 (*vec_concatv2si_sse4_1): Ditto.
26875 (*vec_concatv2si): Ditto.
26876 (*vec_concatv4si_0): Ditto.
26877 (*vec_concatv2di_0): Ditto.
26878
26879 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26880
26881 PR target/89021
26882 * config/i386/sse.md (abs<mode>2): Add SSE emulation.
26883
26884 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26885
26886 PR target/89021
26887 * config/i386/sse.md (ssse3_palignrdi): Changed to
26888 define_insn_and_split to support SSE emulation.
26889
26890 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26891
26892 PR target/89021
26893 * config/i386/sse.md (ssse3_psign<mode>3): Add SSE emulation.
26894
26895 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26896
26897 PR target/89021
26898 * config/i386/sse.md (ssse3_pshufbv8qi3): Changed to
26899 define_insn_and_split. Also allow TARGET_MMX_WITH_SSE. Add
26900 SSE emulation.
26901
26902 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26903
26904 PR target/89021
26905 * config/i386/sse.md (ssse3_pmulhrswv4hi3): Require TARGET_MMX
26906 or TARGET_MMX_WITH_SSE.
26907 (*ssse3_pmulhrswv4hi3): Add SSE emulation.
26908
26909 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26910
26911 PR target/89021
26912 * config/i386/sse.md (ssse3_pmaddubsw): Add SSE emulation.
26913
26914 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26915
26916 PR target/89021
26917 * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>dv2si3):
26918 Changed to define_insn_and_split to support SSE emulation.
26919
26920 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26921
26922 PR target/89021
26923 * config/i386/sse.md (ssse3_ph<plusminus_mnemonic>wv4hi3):
26924 Changed to define_insn_and_split to support SSE emulation.
26925
26926 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26927
26928 PR target/89021
26929 * config/i386/mmx.md (mmx_<emms>): Renamed to ...
26930 (*mmx_<emms>): This.
26931 (mmx_<emms>): New expander.
26932
26933 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26934
26935 PR target/89021
26936 * config/i386/mmx.md (sse2_umulv1siv1di3): Add SSE emulation
26937 support.
26938 (*sse2_umulv1siv1di3): Add SSE2 emulation.
26939
26940 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26941
26942 PR target/89021
26943 * config/i386/mmx.md (sse_movntq): Add SSE2 emulation.
26944
26945 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26946
26947 PR target/89021
26948 * config/i386/mmx.md (mmx_psadbw): Add SSE emulation.
26949
26950 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26951
26952 PR target/89021
26953 * config/i386/mmx.md (mmx_uavgv4hi3): Also check TARGET_MMX and
26954 TARGET_MMX_WITH_SSE.
26955 (*mmx_uavgv4hi3): Add SSE emulation.
26956
26957 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26958
26959 PR target/89021
26960 * config/i386/mmx.md (mmx_uavgv8qi3): Also check TARGET_MMX
26961 and TARGET_MMX_WITH_SSE.
26962 (*mmx_uavgv8qi3): Add SSE emulation.
26963
26964 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26965
26966 PR target/89021
26967 * config/i386/xmmintrin.h: Emulate MMX maskmovq with SSE2
26968 maskmovdqu for __MMX_WITH_SSE__.
26969
26970 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26971
26972 PR target/89021
26973 * config/i386/mmx.md (mmx_umulv4hi3_highpart): Also check
26974 TARGET_MMX and TARGET_MMX_WITH_SSE.
26975 (*mmx_umulv4hi3_highpart): Add SSE emulation.
26976
26977 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26978
26979 PR target/89021
26980 * config/i386/mmx.md (mmx_pmovmskb): Changed to
26981 define_insn_and_split to support SSE emulation.
26982
26983 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26984
26985 PR target/89021
26986 * config/i386/mmx.md (mmx_<code>v4hi3): Also check TARGET_MMX
26987 and TARGET_MMX_WITH_SSE.
26988 (mmx_<code>v8qi3): Likewise.
26989 (smaxmin:<code>v4hi3): New.
26990 (umaxmin:<code>v8qi3): Likewise.
26991 (smaxmin:*mmx_<code>v4hi3): Add SSE emulation.
26992 (umaxmin:*mmx_<code>v8qi3): Likewise.
26993
26994 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
26995
26996 PR target/89021
26997 * config/i386/mmx.md (mmx_pinsrw): Also check TARGET_MMX and
26998 TARGET_MMX_WITH_SSE.
26999 (*mmx_pinsrw): Add SSE emulation.
27000
27001 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27002
27003 PR target/89021
27004 * config/i386/mmx.md (mmx_pextrw): Add SSE emulation.
27005
27006 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27007
27008 PR target/89021
27009 * config/i386/sse.md (sse_cvtpi2ps): Changed to
27010 define_insn_and_split. Also allow TARGET_MMX_WITH_SSE. Add
27011 SSE emulation.
27012
27013 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27014
27015 PR target/89021
27016 * config/i386/sse.md (sse_cvtps2pi): Add SSE emulation.
27017 (sse_cvttps2pi): Likewise.
27018
27019 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27020
27021 PR target/89021
27022 * config/i386/mmx.md (mmx_pshufw): Also check TARGET_MMX and
27023 TARGET_MMX_WITH_SSE.
27024 (mmx_pshufw_1): Add SSE emulation.
27025 (*vec_dupv4hi): Changed to define_insn_and_split and also allow
27026 TARGET_MMX_WITH_SSE to support SSE emulation.
27027
27028 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27029
27030 PR target/89021
27031 * config/i386/constraints.md (Yw): New constraint.
27032 * config/i386/mmx.md (*vec_dupv2si): Changed to
27033 define_insn_and_split and also allow TARGET_MMX_WITH_SSE to
27034 support SSE emulation.
27035
27036 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27037
27038 PR target/89021
27039 * config/i386/mmx.md (mmx_eq<mode>3): Also allow
27040 TARGET_MMX_WITH_SSE.
27041 (*mmx_eq<mode>3): Also allow TARGET_MMX_WITH_SSE. Add SSE
27042 support.
27043 (mmx_gt<mode>3): Likewise.
27044
27045 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27046
27047 PR target/89021
27048 * config/i386/mmx.md (mmx_andnot<mode>3): Also allow
27049 TARGET_MMX_WITH_SSE. Add SSE support.
27050
27051 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27052
27053 PR target/89021
27054 * config/i386/mmx.md (any_logic:mmx_<code><mode>3): Also allow
27055 TARGET_MMX_WITH_SSE.
27056 (any_logic:<code><mode>3): New.
27057 (any_logic:*mmx_<code><mode>3): Also allow TARGET_MMX_WITH_SSE.
27058 Add SSE support.
27059
27060 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27061
27062 PR target/89021
27063 * config/i386/mmx.md (mmx_ashr<mode>3): Also allow
27064 TARGET_MMX_WITH_SSE. Add SSE emulation.
27065 (mmx_<shift_insn><mode>3): Likewise.
27066 (ashr<mode>3): New.
27067 (<shift_insn><mode>3): Likewise.
27068
27069 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27070
27071 PR target/89021
27072 * config/i386/mmx.md (mmx_pmaddwd): Also allow TARGET_MMX_WITH_SSE.
27073 (*mmx_pmaddwd): Also allow TARGET_MMX_WITH_SSE. Add SSE support.
27074
27075 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27076
27077 PR target/89021
27078 * config/i386/mmx.md (mmx_smulv4hi3_highpart): Also allow
27079 TARGET_MMX_WITH_SSE.
27080 (*mmx_smulv4hi3_highpart): Also allow TARGET_MMX_WITH_SSE. Add
27081 SSE support.
27082
27083 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27084
27085 PR target/89021
27086 * config/i386/mmx.md (mmx_mulv4hi3): Also allow
27087 TARGET_MMX_WITH_SSE.
27088 (mulv4hi3): New.
27089 (*mmx_mulv4hi3): Also allow TARGET_MMX_WITH_SSE. Add SSE
27090 support.
27091
27092 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27093
27094 PR target/89021
27095 * config/i386/mmx.md (MMXMODEI8): Require TARGET_SSE2 for V1DI.
27096 (plusminus:mmx_<plusminus_insn><mode>3): Check
27097 TARGET_MMX_WITH_SSE.
27098 (sat_plusminus:mmx_<plusminus_insn><mode>3): Likewise.
27099 (<plusminus_insn><mode>3): New.
27100 (*mmx_<plusminus_insn><mode>3): Add SSE emulation.
27101 (*mmx_<plusminus_insn><mode>3): Likewise.
27102
27103 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27104
27105 PR target/89021
27106 * config/i386/i386-expand.c (ix86_split_mmx_punpck): New function.
27107 * config/i386/i386-protos.h (ix86_split_mmx_punpck): New
27108 prototype.
27109 * config/i386/mmx.m (mmx_punpckhbw): Changed to
27110 define_insn_and_split to support SSE emulation.
27111 (mmx_punpcklbw): Likewise.
27112 (mmx_punpckhwd): Likewise.
27113 (mmx_punpcklwd): Likewise.
27114 (mmx_punpckhdq): Likewise.
27115 (mmx_punpckldq): Likewise.
27116
27117 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27118 Uros Bizjak <ubizjak@gmail.com>
27119
27120 PR target/89021
27121 * config/i386/i386-expand.c (ix86_move_vector_high_sse_to_mmx):
27122 New function.
27123 (ix86_split_mmx_pack): Likewise.
27124 * config/i386/i386-protos.h (ix86_move_vector_high_sse_to_mmx):
27125 New prototype.
27126 (ix86_split_mmx_pack): Likewise.
27127 * config/i386/i386.md (mmx_isa): New.
27128 (enabled): Also check mmx_isa.
27129 * config/i386/mmx.md (any_s_truncate): New code iterator.
27130 (s_trunsuffix): New code attr.
27131 (mmx_packsswb): Removed.
27132 (mmx_packssdw): Likewise.
27133 (mmx_packuswb): Likewise.
27134 (mmx_pack<s_trunsuffix>swb): New define_insn_and_split to emulate
27135 MMX packsswb/packuswb with SSE2.
27136 (mmx_packssdw): Likewise.
27137 * config/i386/predicates.md (register_mmxmem_operand): New.
27138
27139 2019-05-15 H.J. Lu <hongjiu.lu@intel.com>
27140
27141 PR target/89021
27142 * config/i386/i386-c.c (ix86_target_macros_internal): Define
27143 __MMX_WITH_SSE__ for TARGET_MMX_WITH_SSE.
27144 * config/i386/i386.c (ix86_set_reg_reg_cost): Add support for
27145 TARGET_MMX_WITH_SSE with VALID_MMX_REG_MODE.
27146 (ix86_vector_mode_supported_p): Likewise.
27147 * config/i386/i386.h (TARGET_MMX_WITH_SSE): New.
27148
27149 2019-05-15 Martin Liska <mliska@suse.cz>
27150
27151 PR middle-end/90478
27152 * tree-switch-conversion.c (jump_table_cluster::can_be_handled):
27153 Check for overflow.
27154
27155 2019-05-15 Richard Biener <rguenther@suse.de>
27156
27157 * tree-into-ssa.c (pass_build_ssa::execute): Run
27158 update_address_taken before going into SSA.
27159
27160 2019-05-15 Richard Biener <rguenther@suse.de>
27161
27162 * tree-pretty-print.c (dump_generic_node): Dump BIT_FIELD_REF
27163 as __BIT_FIELD_REF with type with -gimple.
27164
27165 2019-05-15 Vladislav Ivanishin <vlad@ispras.ru>
27166
27167 * tree-ssa-uninit.c (is_value_included_in): Remove is_unsigned and merge
27168 semantically equivalent branches (left over after prior refactorings).
27169
27170 2019-05-15 Richard Biener <rguenther@suse.de>
27171
27172 PR tree-optimization/88828
27173 * tree-ssa-forwprop.c (simplify_vector_constructor): Fix
27174 bogus check.
27175
27176 2019-05-14 Richard Biener <rguenther@suse.de>
27177
27178 * tree-pretty-print.c (dump_generic_node): Dump VIEW_CONVERT_EXPR
27179 as __VIEW_CONVERT with -gimple.
27180
27181 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
27182
27183 PR target/82920
27184 * config/i386/darwin.h (CC1_SPEC): Report -mx32 as an error for
27185 Darwin.
27186
27187 2019-05-14 Segher Boessenkool <segher@kernel.crashing.org>
27188
27189 * config/rs6000/rs6000.md (eh_set_lr_<mode>): Merge with following
27190 define_split to become a define_insn_and_split.
27191
27192 2019-05-14 Segher Boessenkool <segher@kernel.crashing.org>
27193
27194 * config/rs6000/rs6000-protos.h (rs6000_emit_epilogue): Change
27195 arguments.
27196 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Change arguments.
27197 * config/rs6000/rs6000.md (epilogue_type): New define_enum.
27198 (sibcall_epilogue): Adjust.
27199 (epilogue): Adjust.
27200
27201 2019-05-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
27202
27203 * config.gcc: Move *-*-solaris2.10* from obsolete configurations
27204 to unsupported ones.
27205 Simplify x86_64-*-solaris2.1[0-9]* to x86_64-*-solaris2*.
27206 * config.host: Likewise.
27207 * config/i386/sol2.h (ASM_COMMENT_START): Remove.
27208 * config/sparc/driver-sparc.c (host_detect_local_cpu) [__sun__ &&
27209 __svr4__]: Remove "brand" fallback.
27210 [!KSTAT_DATA_STRING]: Remove.
27211 * configure.ac (gcc_cv_ld_hidden): Simplify *-*-solaris2.1[0-9]*
27212 to *-*-solaris2*.
27213 (comdat_group): Likewise.
27214 (set_have_as_tls): Likewise.
27215 (gcc_cv_target_dl_iterate_phdr): Likewise.
27216 (gcc_cv_as_shf_merge): Remove Solaris 10/x86 workaround.
27217 (gcc_cv_ld_aligned_shf_merge): Remove Solaris 10/SPARC workaround.
27218 * configure: Regenerate.
27219 * doc/install.texi: Simplify Solaris target triplets.
27220 (Specific, i?86-*-solaris2*): Remove Solaris 10 references.
27221 (Specific, *-*-solaris2*): Document Solaris 10 removal.
27222 Remove Solaris 10 references.
27223 Remove obsolete Solaris bug reference.
27224 (Specific, sparc-sun-solaris2.10): Remove.
27225
27226 2019-05-14 Uroš Bizjak <ubizjak@gmail.com>
27227
27228 * config/i386/i386.md (any_div): New code iterator.
27229 (paired_mod): New code attribute.
27230 (sgnprefix): Handle DIV and UDIV RTXes.
27231 (u): Ditto.
27232 (<u>divmod<mode>4): Macroize expander from divmod<mode>4
27233 and udivmod<mode>4 patterns using any_div code iterator.
27234 (divmod splitters): Macroize splitters using any_div code iterator.
27235 (*udivmodsi4_pow2_zext_1): Use exactl_log2 in insn condition.
27236 (*udivmodsi4_pow2_zext_2): Ditto.
27237 (*<u>divmod<mode>4_noext): Macroize insn from *divmod<mode>4_noext
27238 and *udivmod<mode>4_noext patterns using any_div code iterator.
27239 (*<u>divmod<mode>4_noext_zext_1): Macroize insn from
27240 *divmod<mode>4_noext_zext_1 and *udivmod<mode>4_noext_zext_1
27241 patterns using any_div code iterator.
27242 (*<u>divmod<mode>4_noext_zext_2): Macroize insn from
27243 *divmod<mode>4_noext_zext_2 and *udivmod<mode>4_noext_zext_2
27244 patterns using any_div code iterator.
27245 (<u>divmodhiqi3): Macroize insn from divmodhiqi3 and
27246 udivmodhiqi3 patterns using any_extend code iterator.
27247
27248 2019-05-14 Richard Biener <rguenther@suse.de>
27249 H.J. Lu <hongjiu.lu@intel.com>
27250
27251 PR tree-optimization/88828
27252 * tree-ssa-forwprop.c (simplify_vector_constructor): Handle
27253 permuting in a single non-constant element not extracted
27254 from a vector.
27255
27256 2019-05-14 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
27257
27258 * internal-fn.def (SIGNBIT): New.
27259 * config/aarch64/aarch64-simd.md (signbitv2sf2): New expand
27260 defined.
27261 (signbitv4sf2): Likewise.
27262
27263 2019-05-14 Chenghua Xu <paul.hua.gm@gmail.com>
27264
27265 PR target/90357
27266 * config/mips/mips.c (mips_split_move): Skip forward SRC into
27267 next insn when the SRC reg is dead.
27268
27269 2019-05-14 Bin Cheng <bin.cheng@linux.alibaba.com>
27270
27271 * gimple-ssa-strength-reduction.c (lookup_cand): Adjust index by 1.
27272 (alloc_cand_and_find_basis): Ditto.
27273 (backtrace_base_for_ref, create_mul_ssa_cand): Remove if-then-else.
27274 (create_mul_imm_cand, create_add_ssa_cand): Ditto.
27275 (create_add_imm_cand, slsr_process_cast): Ditto.
27276 (slsr_process_copy, replace_mult_candidate): Ditto.
27277 (replace_rhs_if_not_dup, replace_one_candidate): Ditto.
27278 (dump_cand_vec, analyze_candidates_and_replace): Skip NULL element.
27279 (pass_strength_reduction::execute): Init the first NULL element.
27280
27281 2019-05-13 Nathan Sidwell <nathan@acm.org>
27282
27283 * gcc.c (execute): Simplify cond-expr into if. Reformat comment.
27284 (run_attempt): Reformat line break.
27285
27286 2019-05-13 David Edelsohn <dje.gcc@gmail.com>
27287
27288 PR target/90418
27289 * config/rs6000/rs6000.c (rs6000_emit_epilogue): Don't load EH
27290 data registers in sibcall epilogues.
27291 Don't add EH_RETURN_STACKADJ_RTX to sp in sibcall epilogues.
27292
27293 2019-05-13 Uroš Bizjak <ubizjak@gmail.com>
27294
27295 PR target/89221
27296 * configure.ac (--enable-frame-pointer):
27297 Disable by default for cygwin and mingw.
27298 * configure: Regenerate.
27299
27300 2019-05-13 Nathan Sidwell <nathan@acm.org>
27301
27302 * dwarf2out.c (breakout_comdat_types): Move comment to correct
27303 piece of code.
27304 (const_ok_for_output_1): Balance parens around #if/#else/#endif
27305 (gen_member_die): Move abstract origin check earlier. Only VARs
27306 can be static_inline_p. Simplify splicing control flow.
27307
27308 2019-05-13 Richard Biener <rguenther@suse.de>
27309
27310 * tree-vect-slp.c (vect_get_and_check_slp_defs): Handle
27311 VIEW_CONVERT_EXPR.
27312 (vect_build_slp_tree_1): Likewise.
27313
27314 2019-05-13 Richard Biener <rguenther@suse.de>
27315
27316 PR tree-optimization/90402
27317 * tree-if-conv.c (tree_if_conversion): Value number only
27318 the loop body by making the latch an exit of the region
27319 as well.
27320 * tree-ssa-sccvn.c (process_bb): Add flag whether to skip
27321 processing PHIs.
27322 (do_rpo_vn): Deal with multiple edges into the entry block
27323 that are not backedges inside the region by skipping PHIs
27324 of the entry block.
27325
27326 2019-05-13 Richard Biener <rguenther@suse.de>
27327
27328 PR tree-optimization/90316
27329 * tree-ssa-pre.c (insert_aux): Fold into ...
27330 (insert): ... this function. Use a RPO walk to reduce the
27331 number of required iterations.
27332
27333 2019-05-13 Martin Liska <mliska@suse.cz>
27334
27335 PR tree-optimization/90416
27336 * tree-vect-stmts.c (vect_check_load_store_mask): Concatenate
27337 string instead of passing the second part as va_arg argument.
27338
27339 2019-05-13 Martin Liska <mliska@suse.cz>
27340
27341 PR gcov-profile/90380
27342 * gcov.c (handle_cycle): Do not support zero cycle count,
27343 it should not be possible.
27344 (path_contains_zero_cycle_arc): New function.
27345 (circuit): Ignore zero cycle arc counts.
27346
27347 2019-05-13 Martin Liska <mliska@suse.cz>
27348
27349 PR gcov-profile/90380
27350 * gcov.c (enum loop_type): Remove the enum and
27351 the operator.
27352 (handle_cycle): Assert that we should not reach
27353 a negative count.
27354 (circuit): Use loop_found instead of a tri-state loop_type.
27355 (get_cycles_count): Do not handle NEGATIVE_LOOP as it can't
27356 happen.
27357
27358 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
27359
27360 PR target/82920
27361 * config/i386/i386.c (ix86_output_jmp_thunk_or_indirect): New.
27362 (ix86_output_indirect_branch_via_reg): Use output mechanism
27363 accounting for __USER_LABEL_PREFIX__.
27364 (ix86_output_indirect_branch_via_push): Likewise.
27365 (ix86_output_function_return): Likewise.
27366 (ix86_output_indirect_function_return): Likewise.
27367
27368 2019-05-12 Richard Sandiford <richard.sandiford@arm.com>
27369
27370 * doc/md.texi: Document use of code attributes in rtx patterns.
27371 * read-md.h (rtx_reader::rtx_alloc_for_name): New member function.
27372 * read-rtl.c (find_code): Split out search loops into...
27373 (maybe_find_code): ...this new function.
27374 (check_code_iterator): Make the error message more informative.
27375 (check_code_attribute): New function.
27376 (rtx_reader::rtx_alloc_for_name): Likewise.
27377 (rtx_reader::read_rtx_code): Use rtx_alloc_for_name.
27378 * config/aarch64/predicates.md (aarch64_smin, aarch64_umin): Delete.
27379 * config/aarch64/aarch64-simd.md (*aarch64_<su>abd<mode>_3): Use
27380 <max_opp> directly as an rtx code instead of via a match_operator.
27381 * config/aarch64/aarch64-sve.md (aarch64_<su>abd<mode>_3): Likewise.
27382 (<su>abd<mode>_3): Update accordingly.
27383
27384 2019-05-12 Iain Sandoe <iain@sandoe.co.uk>
27385
27386 * config/rs6000/rs6000.c (debug_stack_info): When -mdebug=stack
27387 is given, print the state of the EH "save world" computation for
27388 Darwin.
27389
27390 2019-05-11 Jakub Jelinek <jakub@redhat.com>
27391
27392 PR c++/59813
27393 * config/aarch64/aarch64.c (aarch64_expand_epilogue): Don't add
27394 EH_RETURN_STACKADJ_RTX to sp in sibcall epilogues.
27395
27396 2019-05-11 Uroš Bizjak <ubizjak@gmail.com>
27397
27398 * config/i386/i386.md (floatdi<X87MODEF:mode>2_i387_with_xmm):
27399 Use pinsrd for TARGET_SSE4_1.
27400 * config/i386/sse.md (movdi_to_sse): Ditto.
27401
27402 2019-05-10 Richard Biener <rguenther@suse.de>
27403
27404 * tree-ssa-sccvn.c (visit_reference_op_call): Initialize value-id.
27405 (do_rpo_vn): Initialize next_value_id.
27406
27407 2019-05-10 Martin Liska <mliska@suse.cz>
27408
27409 * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
27410 Fix plural form.
27411
27412 2019-05-10 Jakub Jelinek <jakub@redhat.com>
27413
27414 PR tree-optimization/90385
27415 * tree-parloops.c (try_create_reduction_list): Punt on non-SSA_NAME
27416 arguments of the exit phis.
27417
27418 PR c++/90383
27419 * tree-inline.h (struct copy_body_data): Add do_not_fold member.
27420 * tree-inline.c (remap_gimple_op_r): Avoid folding expressions if
27421 id->do_not_fold.
27422 (copy_tree_body_r): Likewise.
27423 (copy_fn): Set id.do_not_fold to true.
27424
27425 2019-05-10 Martin Liska <mliska@suse.cz>
27426
27427 * config/i386/i386-expand.c (ix86_expand_floorceildf_32):
27428 Reapply changes from r269790.
27429
27430 2019-05-10 Martin Liska <mliska@suse.cz>
27431
27432 PR middle-end/90340
27433 * doc/invoke.texi: New params.
27434 * params.def (PARAM_JUMP_TABLE_MAX_GROWTH_RATIO_FOR_SIZE): New.
27435 (PARAM_JUMP_TABLE_MAX_GROWTH_RATIO_FOR_SPEED): Likewise.
27436 * tree-switch-conversion.c (jump_table_cluster::can_be_handled):
27437 Use it.
27438 * tree-switch-conversion.h (struct jump_table_cluster):
27439 Likewise.
27440
27441 2019-05-09 Segher Boessenkool <segher@kernel.crashing.org>
27442
27443 * combine.c (combine_simplify_rtx): Don't make IF_THEN_ELSE RTL.
27444
27445 2019-05-09 Bill Schmidt <wschmidt@linux.ibm.com>
27446
27447 * doc/loop.texi: Remove reference to FOR_EACH_LOOP_BREAK.
27448
27449 2019-05-09 Alexander Monakov <amonakov@ispras.ru>
27450
27451 PR rtl-optimization/88879
27452 * sel-sched.c (sel_target_adjust_priority): Remove assert.
27453
27454 2019-05-09 Richard Earnshaw <rearnsha@arm.com>
27455
27456 PR target/90405
27457 * config/arm/arm.c (callee_saved_reg_p): Move before
27458 thumb_find_work_register.
27459 (thumb1_prologue_unused_call_clobbered_lo_regs): Move before
27460 thumb_find_work_register. Only call df_get_live_out once.
27461 (thumb1_epilogue_unused_call_clobbered_lo_regs): Likewise.
27462 (thumb_find_work_register): Use
27463 thumb1_prologue_unused_call_clobbered_lo_regs instead of ad hoc
27464 algorithms to locate a spare call clobbered reg.
27465
27466 2019-05-09 Martin Liska <mliska@suse.cz>
27467
27468 * gimple-pretty-print.c (dump_binary_rhs): Dump MIN_EXPR
27469 and MAX_EXPR in GIMPLE FE format.
27470
27471 2019-05-09 Martin Liska <mliska@suse.cz>
27472
27473 * tree-cfg.c (dump_function_to_file): Dump entry BB count.
27474 * gimple-pretty-print.c (dump_gimple_bb_header):
27475 Dump BB count.
27476 (pp_cfg_jump): Dump edge probability.
27477 * profile-count.c (profile_quality_as_string): Simplify
27478 with a static array.
27479 (parse_profile_quality): New function.
27480 (profile_count::dump): Simplify with a static array.
27481 (profile_count::from_gcov_type): Add new argument.
27482 * profile-count.h (parse_profile_quality): Likewise.
27483 * predict.h (set_hot_bb_threshold): New.
27484 * params.def (PARAM_GIMPLE_FE_COMPUTED_HOT_BB_THRESHOLD):
27485 New param.
27486 * predict.c (get_hot_bb_threshold): Set from the new param.
27487 (set_hot_bb_threshold): New.
27488
27489 2019-05-09 Richard Biener <rguenther@suse.de>
27490
27491 PR tree-optimization/90395
27492 * tree-ssa-forwprop.c (pass_forwprop::execute): Do not
27493 rewrite vector stores that throw internally.
27494
27495 2019-05-09 Thomas Schwinge <thomas@codesourcery.com>
27496
27497 * cif-code.def (CHKP): Remove.
27498
27499 PR target/89221
27500 * configure.ac (--enable-frame-pointer): Disable by default for
27501 GNU systems.
27502 * configure: Regenerate.
27503
27504 2019-05-09 Alan Modra <amodra@gmail.com>
27505
27506 PR target/89271
27507 * config/rs6000/rs6000.h (enum reg_class, REG_CLASS_NAMES),
27508 (REG_CLASS_CONTENTS): Add GEN_OR_VSX_REGS class.
27509 * config/rs6000/rs6000.c (rs6000_register_move_cost): Correct
27510 cost for general <-> vsx when direct moves are available.
27511 Cost union classes at minimal cost for any reg in the class.
27512 Correct calculation for moves between vsx, float, and altivec.
27513 Don't return a low cost for moves between special regs. Don't
27514 use hard coded register numbers.
27515 (TARGET_IRA_CHANGE_PSEUDO_ALLOCNO_CLASS): Define.
27516 (rs6000_ira_change_pseudo_allocno_class): New function.
27517 * config/rs6000/rs6000.md (movsi_internal1, mov<mode>_internal),
27518 (movdi_internal32, movdi_internal64): Remove '*' from vsx register
27519 alternatives.
27520 (movsi_internal1): Don't disparage vector alternatives.
27521 (mov<mode>_internal): Likewise, excepting alternative that
27522 will be split.
27523 * config/rs6000/vsx.md (vsx_splat_<mode>_reg): Don't disparage
27524 we <- b alternative.
27525
27526 2019-05-08 Jakub Jelinek <jakub@redhat.com>
27527
27528 PR c++/59813
27529 PR tree-optimization/89060
27530 * tree-ssa-live.h (live_vars_map): New typedef.
27531 (compute_live_vars, live_vars_at_stmt, destroy_live_vars): Declare.
27532 * tree-ssa-live.c: Include gimple-walk.h and cfganal.h.
27533 (struct compute_live_vars_data): New type.
27534 (compute_live_vars_visit, compute_live_vars_1, compute_live_vars,
27535 live_vars_at_stmt, destroy_live_vars): New functions.
27536 * tree-tailcall.c: Include tree-ssa-live.h.
27537 (live_vars, live_vars_vec): New global variables.
27538 (find_tail_calls): Perform variable life analysis before punting.
27539 (tree_optimize_tail_calls_1): Clean up live_vars and live_vars_vec.
27540 * tree-inline.h (struct copy_body_data): Add eh_landing_pad_dest
27541 member.
27542 * tree-inline.c (add_clobbers_to_eh_landing_pad): Remove BB argument.
27543 Perform variable life analysis to select variables that really need
27544 clobbers added.
27545 (copy_edges_for_bb): Don't call add_clobbers_to_eh_landing_pad here,
27546 instead set id->eh_landing_pad_dest and assert it is the same.
27547 (copy_cfg_body): Call it here if id->eh_landing_pad_dest is non-NULL.
27548
27549 2019-05-08 Mihail Ionescu <mihail.ionescu@arm.com>
27550 Richard Earnshaw <rearnsha@arm.com>
27551
27552 PR target/88167
27553 * config/arm/arm.c (thumb1_prologue_unused_call_clobbered_lo_regs): New
27554 function.
27555 (thumb1_epilogue_unused_call_clobbered_lo_regs): New function.
27556 (thumb1_compute_save_core_reg_mask): Don't force a spare work
27557 register if both the epilogue and prologue can use call-clobbered
27558 regs.
27559 (thumb1_unexpanded_epilogue): Use
27560 thumb1_epilogue_unused_call_clobbered_lo_regs. Reverse the logic for
27561 picking temporaries for restoring high regs to match that of the
27562 prologue where possible.
27563 (thumb1_expand_prologue): Add any usable call-clobbered low registers to
27564 the list of work registers. Detect if the return address is still live
27565 at the end of the prologue and avoid using it for a work register if so.
27566 If the return address is not live, add LR to the list of pushable regs
27567 after the first pass.
27568
27569 2019-05-08 Bin Cheng <bin.cheng@linux.alibaba.com>
27570
27571 PR tree-optimization/90078
27572 * tree-ssa-loop-ivopts.c (inttypes.h): Include new header file.
27573 (INFTY): Increase the value for infinite cost.
27574 (struct comp_cost): Promote type of members to int64_t.
27575 (infinite_cost): Don't set complexity in initialization.
27576 (comp_cost::operator +,-,+=,-+,/=,*=): Assert when cost computation
27577 overflows to infinite_cost.
27578 (adjust_setup_cost): Promote type of parameter and cost computation
27579 to int64_t.
27580 (struct ainc_cost_data, struct iv_ca): Promote type of member to
27581 int64_t.
27582 (get_scaled_computation_cost_at, determine_iv_cost): Promote type of
27583 cost computation to int64_t.
27584 (determine_group_iv_costs, iv_ca_dump, find_optimal_iv_set): Use
27585 int64_t's format specifier in dump.
27586
27587 2019-05-08 Bin Cheng <bin.cheng@linux.alibaba.com>
27588
27589 PR tree-optimization/90240
27590 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Scale cost
27591 with respect to scaling factor pre-computed for each basic block.
27592 (try_improve_iv_set): Return bool if best_cost equals to iv_ca cost.
27593 (find_optimal_iv_set_1): Free iv_ca set if it has infinite_cost.
27594 (COST_SCALING_FACTOR_BOUND, determine_scaling_factor): New.
27595 (tree_ssa_iv_optimize_loop): Call determine_scaling_factor. Extend
27596 live range for array of loop's basic blocks. Cleanup aux field of
27597 loop's basic blocks.
27598
27599 2019-05-08 Jakub Jelinek <jakub@redhat.com>
27600
27601 PR tree-optimization/90356
27602 * match.pd ((X +/- 0.0) +/- 0.0): Optimize into X +/- 0.0 if possible.
27603
27604 2019-05-07 Wei Xiao <wei3.xiao@intel.com>
27605
27606 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512BF16_SET
27607 OPTION_MASK_ISA_AVX512BF16_UNSET, OPTION_MASK_ISA2_AVX512BW_UNSET): New.
27608 (OPTION_MASK_ISA2_AVX512F_UNSET): Add OPTION_MASK_ISA_AVX512BF16_UNSET.
27609 (ix86_handle_option): Handle -mavx512bf16.
27610 * config.gcc: Add avx512bf16vlintrin.h and avx512bf16intrin.h
27611 to extra_headers.
27612 * config/i386/avx512bf16vlintrin.h: New.
27613 * config/i386/avx512bf16intrin.h: New.
27614 * config/i386/cpuid.h (bit_AVX512BF16): New.
27615 * config/i386/driver-i386.c (host_detect_local_cpu): Detect BF16.
27616 * config/i386/i386-builtin-types.def: Add new types.
27617 * config/i386/i386-builtin.def: Add new builtins.
27618 * config/i386/i386-c.c (ix86_target_macros_internal): Define
27619 __AVX512BF16__.
27620 * config/i386/i386-option.c (ix86_target_string): Add -mavx512bf16.
27621 (ix86_option_override_internal): Handle BF16.
27622 (ix86_valid_target_attribute_inner_p): Ditto.
27623 * config/i386/i386-expand.c (ix86_expand_args_builtin): Ditto.
27624 * config/i386/i386-builtin.c (enum processor_features): Add
27625 F_AVX512BF16.
27626 (static const _isa_names_table isa_names_table): Ditto.
27627 * config/i386/i386.h (TARGET_AVX512BF16, TARGET_AVX512BF16_P): New.
27628 (PTA_AVX512BF16): Ditto.
27629 * config/i386/i386.opt: Add -mavx512bf16.
27630 * config/i386/immintrin.h: Include avx512bf16intrin.h
27631 and avx512bf16vlintrin.h.
27632 * config/i386/sse.md (avx512f_cvtne2ps2bf16_<mode><mask_name>,
27633 avx512f_cvtneps2bf16_<mode><mask_name>,
27634 avx512f_dpbf16ps_<mode><mask_half_name>): New define_insn patterns.
27635 * config/i386/subst.md (mask_half): Add new subst.
27636 * doc/invoke.texi: Document -mavx512bf16.
27637
27638 2019-05-07 Segher Boessenkool <segher@kernel.crashing.org>
27639
27640 * config/rs6000/rs6000-protos.h (rs6000_legitimize_reload_address_ptr):
27641 Delete declaration.
27642 * config/rs6000/rs6000.c (rs6000_legitimize_reload_address): Delete.
27643 (rs6000_debug_legitimize_reload_address): Delete.
27644 (rs6000_legitimize_reload_address_ptr): Delete.
27645 (rs6000_option_override_internal): Adjust.
27646 (mem_operand_gpr): Adjust comment.
27647 (legitimate_lo_sum_address_p): Ditto.
27648 (rs6000_legitimize_reload_address): Delete.
27649 (rs6000_debug_legitimize_reload_address): Delete.
27650 * config/rs6000/rs6000.h (LEGITIMIZE_RELOAD_ADDRESS): Delete.
27651
27652 2019-05-07 Kelvin Nilsen <kelvin@gcc.gnu.org>
27653
27654 PR target/89765
27655 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
27656 In handling of ALTIVEC_BUILTIN_VEC_INSERT, use modular arithmetic
27657 to compute vector element selector for both constant and variable
27658 operands.
27659
27660 2019-05-07 Uroš Bizjak <ubizjak@gmail.com>
27661
27662 * config/i386/i386.md (cvt_mnemonic): New mode attribute.
27663 (ashr<mode>3_cvt): Merge insn pattern from ashrsi3_cvt and
27664 ashrdi3_cvt using SWI48 mode iterator.
27665
27666 2019-05-07 Alejandro Martinez <alejandro.martinezvicente@arm.com>
27667
27668 * config/aarch64/aarch64-sve.md (<su>abd<mode>_3): New define_expand.
27669 (aarch64_<su>abd<mode>_3): Likewise.
27670 (*aarch64_<su>abd<mode>_3): New define_insn.
27671 (<sur>sad<vsi2qi>): New define_expand.
27672 * config/aarch64/iterators.md: Added MAX_OPP attribute.
27673 * tree-vect-loop.c (use_mask_by_cond_expr_p): Add SAD_EXPR.
27674 (build_vect_cond_expr): Likewise.
27675
27676 2019-05-07 Uroš Bizjak <ubizjak@gmail.com>
27677
27678 * cfgexpand.c (asm_clobber_reg_is_valid): Reject
27679 clobbers outside of accessible_reg_set.
27680 * config/i386/i386.c (ix86_conditional_register_usage):
27681 Disable register sets by clearing corresponding bits in
27682 accessible_reg_set. Do not set corresponding bits in fixed_regs,
27683 call_used_regs and don't clear corresponding reg_names array members.
27684
27685 2019-05-07 Richard Biener <rguenther@suse.de>
27686
27687 * tree-vect-stmts.c (vect_is_simple_cond): When vectype is
27688 not specified still compute a comp_vectype for invariant
27689 compares.
27690
27691 2019-05-07 Richard Biener <rguenther@suse.de>
27692
27693 PR tree-optimization/90316
27694 * tree-ssa-pre.c (translate_vuse_through_block): When
27695 same_valid is NULL do not bother to search for a virtual
27696 PHI continuation.
27697 (phi_translate_1): When operands changed we cannot keep
27698 the same value-number so do not bother to ask whether
27699 that's possible from translate_vuse_through_block.
27700
27701 2019-05-07 Martin Liska <mliska@suse.cz>
27702
27703 * bitmap.c (bitmap_register): Come up with
27704 alloc_descriptor_max_uid and assign it for
27705 a new bitmap.
27706 (register_overhead): Use get_descriptor as
27707 a descriptor.
27708 (release_overhead): New.
27709 (bitmap_elem_to_freelist): Call it.
27710 (bitmap_elt_clear_from): Likewise.
27711 (bitmap_obstack_free): Likewise.
27712 (bitmap_move): Sensitively release memory.
27713 * bitmap.h (struct GTY): Add alloc_descriptor and padding.
27714 (bitmap_initialize): Initialize alloc_descriptor to zero.
27715 * tree-ssa-pre.c (do_hoist_insertion): Use bitmap_move.
27716
27717 2019-05-07 Richard Biener <rguenther@suse.de>
27718
27719 * tree-vect-slp.c (vect_build_slp_tree_2): Bump size whenever
27720 we build a SLP node. Remove max_size and limiting.
27721 (vect_analyze_slp_instance): Record and dump size of the SLP graph.
27722
27723 2019-05-07 Richard Biener <rguenther@suse.de>
27724
27725 PR tree-optimization/90316
27726 * tree-ssa-alias.h (get_continuation_for_phi): Take walking
27727 limit by reference.
27728 (walk_non_aliased_vuses): Take walking limit argument.
27729 * tree-ssa-alias.c (maybe_skip_until): Take limit and abort
27730 walking if it is reached instead of just counting.
27731 (get_continuation_for_phi): Likewise.
27732 (walk_non_aliased_vuses): Likewise, instead of leaving counter
27733 limiting to the callback.
27734 * tree-ssa-sccvn.c (vn_reference_lookup_2): Adjust.
27735 (vn_reference_lookup_3): Likewise.
27736 (vn_reference_lookup_pieces): Likewise.
27737 (vn_reference_lookup): Likewise.
27738 * tree-ssa-pre.c (translate_vuse_through_block): Limit walking.
27739 * tree-ssa-scopedtables.c (vuse_eq): Adjust.
27740 (avail_exprs_stack::lookup_avail_expr): Likewise.
27741
27742 2019-05-07 Jan Hubicka <hubicka@ucw.cz>
27743
27744 * tree-ssa-alias.c (aliasing_component_refs_p): Continue looking
27745 for comparaible types in the second direction even if first one
27746 hits incomparable type.
27747
27748 2019-05-07 Richard Biener <rguenther@suse.de>
27749
27750 PR lto/90369
27751 * lto-wrapper.c (debug_objcopy): Use the original filename
27752 including archive offset for the filename used for -save-temps.
27753
27754 2019-05-07 Li Jia He <helijia@linux.ibm.com>
27755
27756 * tree-ssa-phiopt.c (two_value_replacement): Fix a typo in parameter
27757 detection.
27758
27759 2019-05-06 H.J. Lu <hongjiu.lu@intel.com>
27760 Hongtao Liu <hongtao.liu@intel.com>
27761
27762 PR target/89750
27763 PR target/86444
27764 * config/i386/i386-expand.c (ix86_expand_sse_comi_round):
27765 Modified, original implementation isn't correct.
27766
27767 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
27768
27769 * config/rs6000/rs6000.md (FIRST_ALTIVEC_REGNO, LAST_ALTIVEC_REGNO)
27770 (LR_REGNO, CTR_REGNO, CA_REGNO, ARG_POINTER_REGNUM, CR0_REGNO)
27771 (CR1_REGNO, CR2_REGNO, CR3_REGNO, CR4_REGNO, CR5_REGNO, CR6_REGNO)
27772 (CR7_REGNO, MAX_CR_REGNO, VRSAVE_REGNO, VSCR_REGNO)
27773 (FRAME_POINTER_REGNUM): Change numbering.
27774 * config/rs6000/rs6000.c (rs6000_reg_names): Adjust.
27775 (alt_reg_names): Adjust.
27776 (rs6000_conditional_register_usage): Don't mark hard register 64 as
27777 fixed.
27778 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust.
27779 (DWARF_FRAME_REGISTERS): Delete.
27780 (DWARF2_FRAME_REG_OUT): Fix whitespace.
27781 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
27782 Adjust.
27783 (REG_ALLOC_ORDER): Adjust.
27784 (FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM): Adjust.
27785 (REG_CLASS_CONTENTS): Adjust.
27786 (RETURN_ADDR_RTX): Change comment.
27787 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Use ARG_POINTER_REGNUM
27788 instead of 67.
27789 (REGISTER_NAMES): Adjust.
27790 (ADDITIONAL_REGISTER_NAMES): Adjust.
27791 * config/rs6000/darwin.h (REGISTER_NAMES): Adjust.
27792
27793 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
27794
27795 * config/rs6000/rs6000.md (TFHAR_REGNO, TFIAR_REGNO, TEXASR_REGNO):
27796 Delete.
27797 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Adjust.
27798 (DWARF_FRAME_REGISTERS): Adjust.
27799 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
27800 Adjust.
27801 (REG_ALLOC_ORDER): Adjust.
27802 (enum reg_class): Delete SPR_REGS.
27803 (REG_CLASS_NAMES): Delete SPR_REGS.
27804 (REG_CLASS_CONTENTS): Delete SPR_REGS. Adjust for deleted TM regs.
27805 (REGISTER_NAMES): Adjust.
27806 (ADDITIONAL_REGISTER_NAMES): Adjust.
27807 * config/rs6000/darwin.h (REGISTER_NAMES): Adjust.
27808 * config/rs6000/htm.md (htm_mfspr_<mode>, htm_mtspr_<mode>): Adjust.
27809 * config/rs6000/predicates.md (htm_spr_reg_operand): Delete.
27810 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Adjust.
27811 (htm_spr_regno): Delete.
27812 (htm_expand_builtin): Adjust: the HTM builtins now have one fewer
27813 argument.
27814 (rs6000_dbx_register_number): Adjust.
27815
27816 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
27817
27818 * config/rs6000/rs6000.h (PRE_GCC3_DWARF_FRAME_REGISTERS): Delete.
27819
27820 2019-05-06 Segher Boessenkool <segher@kernel.crashing.org>
27821
27822 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Handle
27823 FRAME_POINTER_REGNUM, ARG_POINTER_REGNUM, and 64 (which was MQ).
27824
27825 2019-05-06 Jakub Jelinek <jakub@redhat.com>
27826
27827 PR tree-optimization/88709
27828 PR tree-optimization/90271
27829 * params.def (PARAM_STORE_MERGING_MAX_SIZE): New parameter.
27830 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): Handle
27831 non-clobber CONSTRUCTORs with no elts. Remove useless tmp_int
27832 variable.
27833 (imm_store_chain_info::coalesce_immediate_stores): Punt if the size
27834 of the store merging group is larger than
27835 PARAM_STORE_MERGING_MAX_SIZE parameter.
27836 (split_group): Add bzero_first argument. If set, always emit first
27837 the first store which must be = {} of the whole area and then for the
27838 rest of the stores consider all zero bytes as paddings.
27839 (imm_store_chain_info::output_merged_store): Check if first store
27840 is = {} of the whole area and if yes, determine which setting of
27841 bzero_first for split_group gives smaller number of stores. Adjust
27842 split_group callers.
27843 (lhs_valid_for_store_merging_p): Allow decls.
27844 (rhs_valid_for_store_merging_p): Allow non-clobber CONTRUCTORs with
27845 no elts.
27846 (pass_store_merging::process_store): Likewise.
27847
27848 2019-05-06 Kelvin Nilsen <kelvin@gcc.gnu.org>
27849
27850 PR target/89424
27851 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Add
27852 handling of V1TImode.
27853
27854 2019-05-06 Uroš Bizjak <ubizjak@gmail.com>
27855
27856 PR target/89221
27857 * config.gcc (i[34567]86-*-*, x86_64-*-*): Move tests for enable_cld
27858 and enable_frame_pointer ...
27859 * configure.ac: ... here. Update help strings for
27860 --enable-frame-pointer.
27861 * configure: Regenerate.
27862 * config/i386/i386-options.c (ix86_option_override_internal): Remove
27863 USE_X86_64_FRAME_POINTER define, use USE_IX86_FRAME_POINTER instead.
27864 * config/i386/sol2.h (USE_IX86_FRAME_POINTER): Remove.
27865 (USE_X86_64_FRAME_POINTER): Ditto.
27866
27867 2019-05-06 Martin Liska <mliska@suse.cz>
27868
27869 * config.gcc: Append to target_gtfiles and fix indentation.
27870
27871 2019-05-06 Richard Biener <rguenther@suse.de>
27872
27873 PR tree-optimization/90358
27874 * tree-vect-stmts.c (get_group_load_store_type): Properly
27875 detect unused upper half of load.
27876 (vectorizable_load): Likewise.
27877
27878 2019-05-06 Richard Biener <rguenther@suse.de>
27879
27880 PR tree-optimization/88828
27881 * tree-ssa-forwprop.c (get_bit_field_ref_def): Split out from...
27882 (simplify_vector_constructor): ...here. Handle constants in
27883 the constructor.
27884
27885 2019-05-06 Richard Biener <rguenther@suse.de>
27886
27887 PR tree-optimization/90328
27888 * tree-data-ref.h (dr_may_alias_p): Pass in the actual loop nest.
27889 * tree-data-ref.c (dr_may_alias_p): Check whether the clique
27890 is valid in the loop nest before using it.
27891 (initialize_data_dependence_relation): Adjust.
27892 * graphite-scop-detection.c (build_alias_set): Pass the SCOP enclosing
27893 loop as loop-nest to dr_may_alias_p.
27894
27895 2019-05-06 Richard Biener <rguenther@suse.de>
27896
27897 * dwarf2out.c (mem_loc_descriptor): Initialize int_mode.
27898
27899 2019-05-06 Richard Biener <rguenther@suse.de>
27900
27901 PR tree-optimization/90316
27902 * tree-ssa-alias.c (maybe_skip_until): Pass in target BB,
27903 compute target on demand.
27904 (get_continuation_for_phi): Remove code walking stmts to
27905 get to a target virtual operand which could end up being
27906 quadratic.
27907
27908 2019-05-06 Martin Liska <mliska@suse.cz>
27909
27910 PR sanitizer/90312
27911 * config/i386/i386-options.c (ix86_option_override_internal): Error only
27912 when -mabi is selected to a non-default version.
27913
27914 2019-05-06 Hrishikesh Kulkarni <hrishikeshparag@gmail.com>
27915 Martin Liska <mliska@suse.cz>
27916
27917 * Makefile.in: Add lto-dump.texi.
27918 * cgraph.h: Add new functions get_visibility_string and
27919 get_symtab_type_string.
27920 * doc/gcc.texi: Include lto-dump section.
27921 * doc/lto-dump.texi: New file.
27922 * dumpfile.c (dump_switch_p_1): Use parse_dump_option.
27923 (parse_dump_option): Factor out this function.
27924 * dumpfile.h (enum dump_flag): Add new value TDF_ERROR.
27925 (parse_dump_option): Export the function.
27926 * symtab.c (symtab_node::get_visibility_string): New function.
27927 (symtab_node::get_symtab_type_string): Likewise.
27928
27929 2019-05-06 Martin Liska <mliska@suse.cz>
27930
27931 * config/i386/i386-builtins.c: New file.
27932 * config/i386/i386-builtins.h: New file.
27933 * config/i386/i386-expand.c: New file.
27934 * config/i386/i386-expand.h: New file.
27935 * config/i386/i386-features.c: New file.
27936 * config/i386/i386-features.h: New file.
27937 * config/i386/i386-options.c: New file.
27938 * config/i386/i386-options.h: New file.
27939 * config.gcc: Add new files into extra_objs and
27940 target_gtfiles.
27941 * config/i386/i386.c: Split content of the file
27942 into newly introduced files.
27943 * config/i386/i386.h: Declare common variables
27944 and macros.
27945 * config/i386/t-i386: Define dependencies for new files.
27946
27947 2019-05-03 Richard Earnshaw <rearnsha@arm.com>
27948
27949 PR target/89400
27950 * config/arm/arm.md (unaligned_loadsi): Add variant for thumb1.
27951 Restrict 'all' variant to 32-bit configurations.
27952 (unaligned_loadhiu): Likewise.
27953 (unaligned_storehi): Likewise.
27954 (unaligned_storesi): Likewise.
27955 (unaligned_loadhis): Disable when compiling for thumb1.
27956
27957 2019-05-03 Marc Glisse <marc.glisse@inria.fr>
27958
27959 PR tree-optimization/90269
27960 * tree-loop-distribution.c (find_seed_stmts_for_distribution):
27961 Ignore clobbers.
27962
27963 2019-05-03 Martin Liska <mliska@suse.cz>
27964
27965 * hash-map.h: Add is_empty function.
27966 * hash-set.h: Likewise.
27967 * hash-table.h: Likewise.
27968 * dwarf2out.c (dwarf2out_finish): Use is_empty instead of
27969 elements () == 0 (and similar usages).
27970 * gimple-ssa-store-merging.c (pass_store_merging::terminate_and_process_all_chains): Likewise.
27971 * gimplify.c (gimplify_bind_expr): Likewise.
27972 (gimplify_switch_expr): Likewise.
27973 * hash-map-tests.c (test_map_of_strings_to_int): Likewise.
27974 * ipa-icf.c (sem_item_optimizer::remove_symtab_node): Likewise.
27975 * postreload-gcse.c (dump_hash_table): Likewise.
27976 (gcse_after_reload_main): Likewise.
27977 * predict.c (combine_predictions_for_bb): Likewise.
27978 * tree-parloops.c (reduction_phi): Likewise.
27979 (separate_decls_in_region): Likewise.
27980 (transform_to_exit_first_loop): Likewise.
27981 (gen_parallel_loop): Likewise.
27982 (gather_scalar_reductions): Likewise.
27983 (try_create_reduction_list): Likewise.
27984 * var-tracking.c (dump_vars): Likewise.
27985 (emit_notes_for_changes): Likewise.
27986 (vt_emit_notes): Likewise.
27987
27988 2019-05-03 Richard Biener <rguenther@suse.de>
27989
27990 PR tree-optimization/90316
27991 * tree-ssa-pre.c (pass_pre::execute): Re-compute DOM fast queries
27992 before running VN.
27993
27994 2019-05-03 Richard Biener <rguenther@suse.de>
27995
27996 * tree-vect-stmts.c (get_group_load_store_type): Avoid
27997 peeling for gaps by loading only lower halves of vectors
27998 if possible.
27999 (vectorizable_load): Likewise.
28000
28001 2019-05-03 Richard Biener <rguenther@suse.de>
28002
28003 PR middle-end/89518
28004 * match.pd: Add pattern to optimize (A / B) * B + (A % B) to A.
28005
28006 2019-05-03 Richard Biener <rguenther@suse.de>
28007
28008 PR middle-end/87314
28009 * match.pd (cmp (convert1?@2 addr@0) (convert2? addr@1)):
28010 Handle STRING_CST vs DECL or STRING_CST.
28011
28012 2019-05-03 Richard Biener <rguenther@suse.de>
28013
28014 PR tree-optimization/88963
28015 * tree-ssa-forwprop.c (pass_forwprop::execute): Rewrite
28016 vector loads feeding only BIT_FIELD_REFs to component
28017 loads. Rewrite stores fed by CONSTRUCTORs to component
28018 stores.
28019
28020 2019-05-03 Jakub Jelinek <jakub@redhat.com>
28021
28022 * opts.h (finish_options): Remove lang_mask argument.
28023 (print_help, help_option_argument): Declare.
28024 * opts.c (print_help): Remove forward declaration, no longer static.
28025 (finish_options): Remove lang_mask argument, don't call print_help
28026 here.
28027 * opts-global.c (decode_options): Adjust finish_option caller, call
28028 print_help here.
28029
28030 PR tree-optimization/90303
28031 * ipa-devirt.c (obj_type_ref_class, get_odr_type): Don't use
28032 TYPE_CANONICAL for TYPE_STRUCTURAL_EQUALITY_P types in !in_lto_p mode.
28033
28034 2019-05-03 Richard Biener <rguenther@suse.de>
28035
28036 PR tree-optimization/89698
28037 * gimple-fold.c (canonicalize_constructor_val): Early out
28038 for constants, handle unfolded INTEGER_CSTs as they appear in
28039 C++ virtual table ctors.
28040
28041 2019-05-03 Richard Biener <rguenther@suse.de>
28042
28043 * passes.c (execute_function_todo): Remove dead code.
28044
28045 2019-05-02 Segher Boessenkool <segher@kernel.crashing.org>
28046
28047 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Do not use
28048 the internal register number, for any "real" register.
28049
28050 2019-05-02 Segher Boessenkool <segher@kernel.crashing.org>
28051
28052 * config/rs6000/rs6000.c (rs6000_dbx_register_number): Return the
28053 correct numbers for TFHAR, TFIAR, TEXASR.
28054
28055 2019-05-02 Richard Biener <rguenther@suse.de>
28056
28057 PR tree-optimization/89653
28058 * tree-ssa-loop.c (pass_data_tree_loop_init): Execute
28059 update-address-taken before the pass.
28060 * passes.def (pass_tree_loop_init): Put comment before it.
28061
28062 2019-05-02 Richard Biener <rguenther@suse.de>
28063
28064 PR tree-optimization/89509
28065 * tree-ssa-structalias.c (compute_dependence_clique): Look
28066 at the first subvar when determining whether it is restrict.
28067
28068 2019-05-02 Richard Biener <rguenther@suse.de>
28069
28070 PR tree-optimization/90273
28071 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Eliminate
28072 useless debug stmts.
28073
28074 2019-05-02 Alejandro Martinez <alejandro.martinezvicente@arm.com>
28075
28076 * config/aarch64/aarch64-sve.md (<sur>dot_prod<vsi2qi>): Taken from SVE
28077 ACLE branch.
28078 * config/aarch64/iterators.md: Copied Vetype_fourth, VSI2QI and vsi2qi from
28079 SVE ACLE branch.
28080 * tree-vect-loop.c (use_mask_by_cond_expr_p): New function to check if a
28081 VEC_COND_EXPR be inserted to emulate a conditional internal function.
28082 (build_vect_cond_expr): Emit the VEC_COND_EXPR.
28083 (vectorizable_reduction): Use the functions above to vectorize in a
28084 fully masked loop codes that don't have a conditional internal
28085 function.
28086
28087 2019-05-02 Martin Liska <mliska@suse.cz>
28088
28089 * cgraphclones.c: Call valid_attribute_p with 1 for
28090 target_clone.
28091 * config/i386/i386-c.c (ix86_pragma_target_parse): Use 0 as
28092 it's for target attribute.
28093 * config/i386/i386-protos.h (ix86_valid_target_attribute_tree):
28094 Add new boolean argument.
28095 * config/i386/i386.c (ix86_valid_target_attribute_inner_p):
28096 Likewise.
28097 (ix86_valid_target_attribute_tree): Pass target_clone_attr
28098 to ix86_valid_target_attribute_inner_p.
28099 (ix86_valid_target_attribute_p): Pass flags argument to
28100 ix86_valid_target_attribute_inner_p.
28101 (get_builtin_code_for_version): Use 0 as it's target attribute.
28102
28103 2019-05-02 Martin Liska <mliska@suse.cz>
28104
28105 * gcc.c (process_command): Add dummy file only
28106 if n_infiles == 0.
28107 * opts-global.c (decode_options): Pass lang_mask.
28108 * opts.c (print_help): New function.
28109 (finish_options): Print --help if help_option_argument
28110 is set.
28111 (common_handle_option): Factor out content of OPT__help_
28112 into print_help.
28113 * opts.h (finish_options): Add new argument.
28114
28115 2019-05-02 Martin Liska <mliska@suse.cz>
28116
28117 PR target/88809
28118 * config/i386/i386.c (ix86_expand_strlen): Use strlen call.
28119 With -minline-all-stringops use inline expansion using 4B loop.
28120 * doc/invoke.texi: Document the change of
28121 -minline-all-stringops.
28122
28123 2019-05-01 Jeff Law <law@redhat.com>
28124
28125 PR tree-optimization/88797
28126 * gimple-ssa-split-paths (is_feasible_trace): Reject cases where the
28127 PHI feeds a conditional on the RHS of an assignment.
28128
28129 2019-04-30 Andrew Waterman <andrew@sifive.com>
28130 Jim Wilson <jimw@sifive.com>
28131
28132 * config/riscv/constraints.md (L): New.
28133 * config/riscv/predicates.md (lui_operand): New.
28134 (sfb_alu_operand): New.
28135 * config/riscv/riscv-protos.h (riscv_expand_conditional_move): Declare.
28136 * config/riscv/riscv.c (riscv_expand_conditional_move): New.
28137 * config/riscv/riscv.h (TARGET_SFB_ALU): New.
28138 * config/riscv/risc.md (type): Add sfb_alu.
28139 (branch<mode>): Renamed from branch_order<mode>. Change predicate for
28140 operand 3 to reg_or_0_operand. In output string, change %3 to %z3.
28141 (branch_zero<mode>): Delete.
28142 (mov<mode>cc): New.
28143 (mov<GPR:mode><X:mode>cc): Likewise.
28144 * config/riscv/sifive-7.md (sifive_7_sfb_alu): New. Use in bypasses.
28145
28146 2019-04-30 Nathan Sidwell <nathan@acm.org>
28147
28148 * tree.h (MARK_TS_EXP): New.
28149
28150 2019-04-30 Martin Liska <mliska@suse.cz>
28151
28152 * opts.c (enable_warning_as_error): Provide hints
28153 for unknown options.
28154
28155 2019-04-30 Martin Liska <mliska@suse.cz>
28156
28157 PR debug/90288
28158 * doc/invoke.texi: Add missing dash for gas-locview-support
28159 and gno-as-locview-support.
28160
28161 2019-04-30 Jakub Jelinek <jakub@redhat.com>
28162
28163 PR target/89093
28164 * config/aarch64/aarch64.c (aarch64_process_one_target_attr): Don't skip
28165 whitespace at the start of target attribute string.
28166
28167 2019-04-30 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
28168
28169 PR target/86538
28170 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins):
28171 Define __ARM_FEATURE_ATOMICS.
28172
28173 2019-04-30 Martin Liska <mliska@suse.cz>
28174
28175 * gimple-fold.c (gimple_fold_builtin_memory_op): Change endp
28176 into built_in_function enum. Remove code for endp == 2 and
28177 use BUILT_IN_* constants.
28178 (gimple_fold_builtin): Call the function with fcode.
28179
28180 2019-04-30 Martin Liska <mliska@suse.cz>
28181
28182 * config/i386/i386.c (ix86_builtin_reciprocal): Cast
28183 DECL_FUNCTION_CODE into ix86_builtins enum before
28184 the switch statement.
28185
28186 2019-04-30 Jakub Jelinek <jakub@redhat.com>
28187
28188 PR tree-optimization/89475
28189 * tree-ssa-ccp.c (evaluate_stmt): Handle BUILT_IN_BSWAP{16,32,64}
28190 calls.
28191
28192 2019-04-30 Martin Liska <mliska@suse.cz>
28193
28194 PR translation/90274
28195 * opts.c (print_filtered_help): Wrap string in _(...).
28196
28197 2019-04-30 Bin Cheng <bin.cheng@linux.alibaba.com>
28198
28199 PR tree-optimization/90240
28200 Revert:
28201 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
28202
28203 PR tree-optimization/90078
28204 * tree-ssa-loop-ivopts.c (comp_cost::operator +,-,+=,-+,/=,*=): Add
28205 checks for infinite_cost overflow.
28206
28207 2019-04-29 Jeff Law <law@redhat.com>
28208
28209 * passes.def: Move -Wrestrict pass after copy propagation.
28210
28211 2019-04-29 Maya Rashish <coypu@sdf.org>
28212
28213 * config.gcc (default_gnu_indirect_function): Default to yes
28214 for arm*-*-netbsd*, i[34567]86-*-netbsd*, powerpc*-*-netbsd*,
28215 sparc*-*-netbsd*, x86_64-*-netbsd*.
28216
28217 2019-04-29 Vladislav Ivanishin <vlad@ispras.ru>
28218
28219 * tree-ssa-uninit.c (is_pred_expr_subset_of): Correctly handle cases
28220 where cond2 is NE_EXPR.
28221 (is_value_included_in): Update comment.
28222
28223 2019-04-29 Richard Biener <rguenther@suse.de>
28224
28225 PR tree-optimization/90278
28226 * tree-ssa-forwprop.c (pass_forwprop::execute): Transfer/clean
28227 EH on comparison simplification.
28228
28229 2019-04-29 Jason Merrill <jason@redhat.com>
28230
28231 PR c++/82081 - tail call optimization breaks noexcept
28232 * tree-tailcall.c (find_tail_calls): Don't turn a call from a
28233 nothrow function to a might-throw function into a tail call.
28234
28235 2019-04-29 Richard Sandiford <richard.sandiford@arm.com>
28236
28237 * tree-data-ref.h (data_dependence_relation::inner_loop): Delete.
28238 (DDR_INNER_LOOP): Likewise.
28239 * tree-data-ref.c (dump_data_dependence_relation): Update accordingly.
28240 (initialize_data_dependence_relation): Likewise.
28241 (insert_innermost_unit_dist_vector): Use 0 instead of DDR_INNER_LOOP.
28242
28243 2019-04-29 Jakub Jelinek <jakub@redhat.com>
28244
28245 PR rtl-optimization/90257
28246 * cfgrtl.c (flow_active_insn_p): Return true for USE of a function
28247 return value.
28248
28249 Revert the revert:
28250 2019-04-21 H.J. Lu <hongjiu.lu@intel.com>
28251
28252 PR target/90178
28253 Revert:
28254 2018-11-21 Uros Bizjak <ubizjak@gmail.com>
28255
28256 Revert the revert:
28257 2013-10-26 Vladimir Makarov <vmakarov@redhat.com>
28258
28259 Revert:
28260 2013-10-25 Vladimir Makarov <vmakarov@redhat.com>
28261
28262 * lra-spills.c (lra_final_code_change): Remove useless move insns.
28263
28264 2019-04-29 Richard Biener <rguenther@suse.de>
28265
28266 * tree-ssa.c (insert_debug_temp_for_var_def): For {CLOBBER}
28267 rhs issue a reset.
28268
28269 2019-04-27 Iain Buclaw <ibuclaw@gdcproject.org>
28270
28271 * config/netbsd-d.c: Include memmodel.h. Remove unused tree.h,
28272 varasm.h, and netbsd-protos.h.
28273
28274 2019-04-27 Uroš Bizjak <ubizjak@gmail.com>
28275
28276 PR target/89261
28277 * config/i386/i386-protos.h (ix86_data_alignment): Change
28278 the second argument type to unsigned int.
28279 * config/i386/i386.c (ix86_data_alignment): Change "align"
28280 argument type to unsigned int.
28281
28282 2019-04-27 Martin Liska <mliska@suse.cz>
28283
28284 PR middle-end/90258
28285 * opt-suggestions.c (option_proposer::build_option_suggestions):
28286 When get_valid_option_values returns empty values, add the
28287 misspelling candidate.
28288
28289 2019-04-26 Jim Wilson <jimw@sifive.com>
28290
28291 * config/riscv/riscv-protos.h (riscv_move_integer): Add machine_mode
28292 parameter.
28293 * config/riscv/riscv.c (riscv_move_integer): New parameter orig_mode.
28294 Pass orig_mode to riscv_build_integer.
28295 (riscv_split_integer): Pass mode to riscv_move_integer.
28296 (riscv_legitimize_const_move): Likewise.
28297 (riscv_legitimize_move): For MEM dest and CONST_INT src case, new local
28298 promoted_mode. Replace force_reg call with code to load constant into
28299 promoted reg and then subreg it for the store.
28300 * config/riscv/riscv.md (low<mode>+1): Pass <GPR:MODE>mode to
28301 riscv_move_integer.
28302
28303 2018-04-26 Eugene Sharygin <eush@ispras.ru>
28304
28305 * gdbhooks.py: Fix UnicodeDecodeErrors when printing trees with
28306 corrupt codes.
28307
28308 2019-04-26 Richard Sandiford <richard.sandiford@arm.com>
28309
28310 * tree.h (TYPE_VECTOR_SUBPARTS, SET_TYPE_VECTOR_SUBPARTS): Add
28311 commentary about the encoding of precision.
28312
28313 2019-04-25 Andreas Tobler <andreast@gcc.gnu.org>
28314
28315 * config/i386/freebsd64.h: Add bits for 32-bit multilib support.
28316 * config/i386/t-freebsd64: New file.
28317 * config.gcc: Add the t-freebsd64 for multilib support.
28318
28319 2019-04-25 Uroš Bizjak <ubizjak@gmail.com>
28320
28321 * doc/extend.texi (vector_size): Add missing comma after @xref.
28322
28323 2019-04-25 Jakub Jelinek <jakub@redhat.com>
28324
28325 * BASE-VER: Set to 10.0.0.
28326
28327 2019-04-25 Richard Biener <rguenther@suse.de>
28328
28329 PR middle-end/89765
28330 * gimplify.c (gimplify_expr): Avoid turning a lvalue
28331 VIEW_CONVERT_EXPR into one operating on an rvalue.
28332
28333 2019-04-25 H.J. Lu <hongjiu.lu@intel.com>
28334
28335 PR target/89929
28336 * config/i386/i386.c (feature_priority): Moved to file scope.
28337 (processor_features): Likewise.
28338 (processor_model): Likewise.
28339 (_arch_names_table): Likewise.
28340 (arch_names_table): Likewise.
28341 (_feature_list): Removed.
28342 (feature_list): Likewise.
28343 (_isa_names_table): Moved to file scope. Add priority.
28344 (isa_names_table): Likewise.
28345 (get_builtin_code_for_version): Replace feature_list with
28346 isa_names_table. Update error message for P_ZERO priority.
28347
28348 2019-04-25 Richard Biener <rguenther@suse.de>
28349
28350 * tree-pass.h (make_pass_phi_only_cprop): Remove.
28351 * timevar.def (TV_TREE_PHI_CPROP): Likewise.
28352
28353 2019-04-24 Jeff Law <law@redhat.com>
28354
28355 PR tree-optimization/90037
28356 * Makefile.in (OBJS): Remove tree-ssa-phionlycprop.c
28357 * passes.def: Replace all instance of phi-only cprop with the
28358 lattice propagator. Move propagation pass from after erroneous
28359 path isolation to before erroneous path isolation.
28360 * tree-ssa-phionlycprop.c: Remove.
28361
28362 2019-04-24 Richard Biener <rguenther@suse.de>
28363
28364 PR middle-end/90213
28365 * gimple-fold.c (fold_const_aggregate_ref_1): Do multiplication
28366 by size and BITS_PER_UNIT on poly-wide-ints.
28367
28368 2019-04-25 Richard Biener <rguenther@suse.de>
28369
28370 PR middle-end/90194
28371 * match.pd: Add pattern to simplify view-conversion of an
28372 empty constructor.
28373
28374 2019-04-24 Clement Chigot <clement.chigot@atos.net>
28375
28376 * config/rs6000/aix71.h (SUBTARGET_OVERRIDE_OPTIONS): Disable
28377 OPTION_MASK_VSX and OPTION_MASK_ALTIVEC from rs6000_isa_flags
28378 for Go on 32 bit AIX.
28379 * config/rs6000/aix72.h: Likewise.
28380
28381 2019-04-24 Jakub Jelinek <jakub@redhat.com>
28382
28383 PR target/90193
28384 * rtl.c (classify_insn): Return JUMP_INSN for asm goto.
28385 * emit-rtl.c (try_split): Copy over REG_LABEL_TARGET.
28386
28387 2019-04-24 Andreas Krebbel <krebbel@linux.ibm.com>
28388
28389 PR target/89952
28390 * config/s390/s390.c (s390_restore_gprs_from_fprs): Restore GPRs
28391 from FPRs in reverse order. Generate REG_CFA_DEF_CFA note also
28392 for restored hard frame pointer.
28393 (s390_sched_dependencies_evaluation): Implement new target hook.
28394 (TARGET_SCHED_DEPENDENCIES_EVALUATION_HOOK): New macro definition.
28395
28396 2019-04-24 Claudiu Zissulescu <claziss@sysnopsys.com>
28397
28398 * config/arc/arc-options.def: Fix typos and spelling mistakes.
28399 * config/arc/arc.c (arc_init): Cleanup warning message.
28400 (arc_override_options): Likewise.
28401
28402 2019-04-24 Jakub Jelinek <jakub@redhat.com>
28403
28404 PR target/90187
28405 * config/i386/i386.c (ix86_expand_sse_fp_minmax): Force if_true into
28406 a register if both if_true and if_false are MEMs.
28407
28408 PR tree-optimization/90208
28409 * tree-cfg.c (remove_bb): Move forced labels from removed bbs
28410 after labels of new_bb, not before them.
28411
28412 PR tree-optimization/90211
28413 * tree-parloops.c (try_create_reduction_list): Ignore phi arguments
28414 which are not SSA_NAMEs.
28415
28416 2018-04-23 Sudakshina Das <sudi.das@arm.com>
28417
28418 * config/aarch64/aarch64-linux.h (TARGET_ASM_FILE_END): Define for
28419 AArch64.
28420 (aarch64_file_end_indicate_exec_stack): Add gnu note section.
28421
28422 2019-04-23 Roman Zhuykov <zhroma@ispras.ru>
28423
28424 PR rtl-optimization/87979
28425 * modulo-sched.c (sms_schedule): Start ii value "mii" should
28426 not equal zero.
28427
28428 2019-04-23 Roman Zhuykov <zhroma@ispras.ru>
28429
28430 PR rtl-optimization/84032
28431 * modulo-sched.c (ps_insn_find_column): Change condition so that
28432 branch will always be the last insn in a row inside partial
28433 schedule.
28434
28435 2019-04-23 Richard Biener <rguenther@suse.de>
28436
28437 PR debug/90131
28438 * tree-cfgcleanup.c (move_debug_stmts_from_forwarder): Add
28439 dest_single_pred_p argument.
28440 (remove_forwarder_block): Adjust.
28441 (remove_forwarder_block_with_phi): Likewise.
28442
28443 2019-04-23 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
28444 Bernd Edlinger <bernd.edlinger@hotmail.de>
28445 Jakub Jelinek <jakub@redhat.com>
28446
28447 PR target/89093
28448 * config/arm/arm.c (aapcs_vfp_is_call_or_return_candidate): Diagnose
28449 if used with general-regs-only.
28450 (arm_conditional_register_usage): Don't add non-general regs if
28451 general-regs-only.
28452 (arm_valid_target_attribute_rec): Handle general-regs-only.
28453 * config/arm/arm.h (TARGET_HARD_FLOAT): Return false if
28454 general-regs-only.
28455 (TARGET_HARD_FLOAT_SUB): Define.
28456 (TARGET_SOFT_FLOAT): Define as negation of TARGET_HARD_FLOAT_SUB.
28457 (TARGET_REALLY_IWMMXT): Add && !TARGET_GENERAL_REGS_ONLY.
28458 (TARGET_REALLY_IWMMXT2): Likewise.
28459 * config/arm/arm.opt: Add -mgeneral-regs-only.
28460 * doc/extend.texi: Document ARM general-regs-only target.
28461 * doc/invoke.texi: Document ARM -mgeneral-regs-only.
28462
28463 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
28464
28465 PR tree-optimization/90078
28466 * tree-ssa-loop-ivopts.c (comp_cost::operator +,-,+=,-+,/=,*=): Add
28467 checks for infinite_cost overflow.
28468
28469 2019-04-23 Bin Cheng <bin.cheng@linux.alibaba.com>
28470
28471 PR tree-optimization/90021
28472 * tree-chrec.c (evolution_function_is_univariate_p): New parameter
28473 and check univariate against it.
28474 * tree-chrec.h (evolution_function_is_univariate_p): New parameter.
28475 * tree-data-ref.c (add_other_self_distances): Pass new argument.
28476
28477 2019-04-21 H.J. Lu <hongjiu.lu@intel.com>
28478
28479 PR target/90178
28480 Revert:
28481 2018-11-21 Uros Bizjak <ubizjak@gmail.com>
28482
28483 Revert the revert:
28484 2013-10-26 Vladimir Makarov <vmakarov@redhat.com>
28485
28486 Revert:
28487 2013-10-25 Vladimir Makarov <vmakarov@redhat.com>
28488
28489 * lra-spills.c (lra_final_code_change): Remove useless move insns.
28490
28491 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
28492
28493 * config/rs6000/rs6000.md (group_end_nop): Emit insn register
28494 names using operand format, rather than hard-wired.
28495 (speculation_barrier): Likewise.
28496
28497 2019-04-19 Segher Boessenkool <segher@kernel.crashing.org>
28498
28499 PR tree-optimization/88055
28500 * tree-call-cdce.c (comparison_code_if_no_nans): New function.
28501 (gen_one_condition): Use it if !HONOR_NANS.
28502
28503 2019-04-19 Jakub Jelinek <jakub@redhat.com>
28504
28505 PR middle-end/90139
28506 * tree-outof-ssa.c (get_temp_reg): If reg_mode is BLKmode, return
28507 assign_temp instead of gen_reg_rtx.
28508
28509 2019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
28510
28511 PR translation/90118
28512 * config/aarch64/aarch64.c (aarch64_override_options_internal):
28513 Add missing space before %<.
28514
28515 2019-04-18 Peter Bergner <bergner@linux.ibm.com>
28516
28517 PR rtl-optimization/87871
28518 * ira-lives.c (make_object_dead): Don't add conflicts to
28519 TOTAL_CONFLICT_HARD_REGS for register ignore_reg_for_conflicts.
28520
28521 2019-04-18 Martin Sebor <msebor@redhat.com>
28522
28523 PR middle-end/89797
28524 * tree.h (TYPE_VECTOR_SUBPARTS): Use HOST_WIDE_INT_1U.
28525 * config/aarch64/aarch64.c (aarch64_simd_vector_alignment): Avoid
28526 assuming type size fits in SHWI.
28527
28528 2019-04-18 Jan Hubicka <hubicka@ucw.cz>
28529
28530 PR ipa/85051
28531 * ipa-inline.c (flatten_function): New parameter UPDATE.
28532 (ipa_inline, early_inliner): Use it.
28533
28534 2019-04-18 Richard Sandiford <richard.sandiford@arm.com>
28535
28536 * fold-const.c (int_const_binop): Return early on failure.
28537
28538 2019-04-18 Richard Sandiford <richard.sandiford@arm.com>
28539
28540 PR middle-end/85164
28541 * combine.c (force_int_to_mode): Cast the argument rather than
28542 the result of known_alignment.
28543 * rtlanal.c (rtx_addr_can_trap_p_1): Use known_subrange_p.
28544
28545 2019-04-18 Richard Biener <rguenther@suse.de>
28546
28547 PR debug/90131
28548 * tree-cfgcleanup.c (move_debug_stmts_from_forwarder): Split
28549 out from ...
28550 (remove_forwarder_block): ... here.
28551 (remove_forwarder_block_with_phi): Also move debug stmts here.
28552
28553 2019-04-18 Jakub Jelinek <jakub@redhat.com>
28554
28555 PR translation/79183
28556 * gimple-ssa-sprintf.c (format_directive): Use inform_n instead of
28557 inform where appropriate.
28558
28559 2019-04-18 Richard Biener <rguenther@suse.de>
28560
28561 * tree.c (get_qualified_type): Put found type variants at the
28562 head of the variant list.
28563
28564 2018-04-17 Segher Boessenkool <segher@kernel.crashing.org>
28565
28566 * config/rs6000/rs6000.c (rs6000_register_move_cost): Fix typo.
28567
28568 2019-04-17 Hongtao Liu <hongtao.liu@intel.com>
28569
28570 PR target/90125
28571 * config/i386/avx512fintrin.h (_mm_maskz_fmadd_round_sd,
28572 _mm_maskz_fmadd_round_ss, _mm_maskz_fmsub_round_sd,
28573 _mm_maskz_fmsub_round_ss, _mm_maskz_fnmadd_round_sd,
28574 _mm_maskz_fnmadd_round_ss, _mm_maskz_fnmsub_round_sd,
28575 _mm_maskz_fnmsub_round_ss): Use _maskz builtin instead of _mask3.
28576
28577 2019-04-17 Peter Bergner <bergner@linux.ibm.com>
28578
28579 * ira-conflicts.c (print_allocno_conflicts): Always print something,
28580 even for allocno's with no conflicts.
28581 (print_conflicts): Print an extra newline.
28582
28583 2019-04-17 Segher Boessenkool <segher@kernel.crashing.org>
28584
28585 * auto-inc-dec.c (attempt_change): Set the alignment of the
28586 temporary memory to that of the original.
28587
28588 2019-04-17 Joao Moreira <jmoreira@suse.de>
28589
28590 * targhooks.c (default_print_patchable_function_entry): Emit
28591 __patchable_function_entries section with writable flags to allow
28592 relocation resolution.
28593
28594 2019-04-17 Jonny Grant <jg@jguk.org>
28595
28596 * collect2.c (main): Change gcc.gnu.org URL to HTTPS.
28597
28598 2019-04-17 Jakub Jelinek <jakub@redhat.com>
28599
28600 PR middle-end/90095
28601 * internal-fn.c (expand_mul_overflow): Don't set SUBREG_PROMOTED_VAR_P
28602 on lowpart SUBREGs.
28603
28604 2019-04-17 Claudiu Zissulescu <claziss@synopsys.com>
28605
28606 * config/arc/arc.c (arc_init): Format diagnostic string.
28607 (arc_override_options): Likewise.
28608 (check_if_valid_regno_const): Likewise.
28609 (arc_reorg): Likewise.
28610
28611 2019-04-17 Segher Boessenkool <segher@kernel.crashing.org>
28612
28613 PR target/17108
28614 * config/rs6000/rs6000.c (rs6000_split_multireg_move): Adjust pattern
28615 name.
28616 (rs6000_emit_allocate_stack_1): Simplify condition. Adjust pattern
28617 name.
28618 * config/rs6000/rs6000.md (bits): Add entries for SF and DF.
28619 (*movdi_update1): Use Pmode.
28620 (movdi_<mode>_update): Fix argument to avoiding_indexed_address_p.
28621 (movdi_<mode>_update_stack): Rename to ...
28622 (movdi_update_stack): ... this. Fix comment. Change condition. Don't
28623 use Pmode.
28624 (*movsi_update1): Use Pmode.
28625 (*movsi_update2): Use Pmode.
28626 (movsi_update): Rename to ...
28627 (movsi_<mode>_update): ... this. Use Pmode.
28628 (movsi_update_stack): Fix condition.
28629 (*movhi_update1): Use Pmode. Fix argument to
28630 avoiding_indexed_address_p.
28631 (*movhi_update2): Ditto.
28632 (*movhi_update3): Ditto.
28633 (*movhi_update4): Ditto.
28634 (*movqi_update1): Ditto.
28635 (*movqi_update2): Ditto.
28636 (*movqi_update3): Ditto.
28637 (*movsf_update1, *movdf_update1): Merge, rename to...
28638 (*mov<mode>_update1): This. Use Pmode. Fix argument to
28639 avoiding_indexed_address_p. Add "size" attribute.
28640 (*movsf_update2, *movdf_update2): Merge, rename to...
28641 (*mov<mode>_update2): This. Ditto.
28642 (*movsf_update3): Use Pmode. Fix argument to
28643 avoiding_indexed_address_p.
28644 (*movsf_update4): Ditto.
28645 (allocate_stack): Simplify condition. Adjust pattern names.
28646
28647 2019-04-17 Jakub Jelinek <jakub@redhat.com>
28648
28649 PR target/89093
28650 * config/arm/arm.c (arm_valid_target_attribute_rec): Don't skip
28651 whitespace at the start of target attribute string.
28652
28653 2019-04-16 Pat Haugen <pthaugen@us.ibm.com>
28654
28655 PR target/84369
28656 * config/rs6000/power9.md: Add store forwarding bypass.
28657
28658 2019-04-16 Alexandre Oliva <aoliva@redhat.com>
28659
28660 PR debug/89528
28661 * valtrack.c (dead_debug_insert_temp): Reset debug references
28662 to the return value of a call being removed.
28663
28664 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
28665
28666 * config/arc/arc-protos.h (arc_register_move_cost): Remove.
28667 * config/arc/arc.c (arc_register_move_cost): Re-purpose it to
28668 implement target hook.
28669 (arc_memory_move_cost): New function.
28670 (TARGET_REGISTER_MOVE_COST): Define.
28671 (TARGET_MEMORY_MOVE_COST): Likewise.
28672 * config/arc/arc.h (REGISTER_MOVE_COST): Remove.
28673 (MEMORY_MOVE_COST): Likewise.
28674
28675 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
28676
28677 * config/arc/arc.md (sibcall_insn): Use Rcd constraint.
28678 (sibcall_value_insn): Likewise.
28679 * config/arc/constraints.md (Rs5): Remove.
28680
28681 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
28682
28683 * config/arc/arc.c (arc_hard_regno_modes): Add two missing modes
28684 for last two fake registers.
28685 (arc_conditional_register_usage): Make sure fake frame and arg
28686 pointer regs are in general regs class.
28687 (FRAME_POINTER_MASK): Remove.
28688 (RETURN_ADDR_MASK): Remove.
28689 (arc_must_save_register): Use hard frame regnum.
28690 (frame_restore_reg): Use hard_frame_pointer_rtx.
28691 (arc_save_callee_saves): Likewise.
28692 (arc_restore_callee_saves): Likewise.
28693 (arc_save_callee_enter): Likewise.
28694 (arc_restore_callee_leave): Likewise.
28695 (arc_save_callee_milli): Likewise.
28696 (arc_eh_return_address_location): Likewise.
28697 (arc_check_multi): Use hard frame regnum.
28698 (arc_can_eliminate): Likewise.
28699 * config/arc/arc.h (FIXED_REGISTERS): Make FP register available
28700 for register allocator.
28701 (REG_CLASS_CONTENTS): Update GENERAL_REGS.
28702 (REGNO_OK_FOR_BASE_P): Consider FRAME_POINTER_REGNUM.
28703 (FRAME_POINTER_REGNUM): Change it to a fake register.
28704 (HARD_FRAME_POINTER_REGNUM): Defined.
28705 (ARG_POINTER_REGNUM): Change it to a new fake register.
28706 (ELIMINABLE_REGS): Update.
28707 (REGISTER_NAMES): Update names.
28708 * config/arc/arc.md (LP_START): Remove.
28709 (LP_END): Likewise.
28710 (shift_si3_loop): Update pattern.
28711
28712 2019-04-16 Claudiu Zissulescu <claziss@synopsys.com>
28713
28714 * config/arc/arc.c (arc_expand_prologue): Emit blockage regardless
28715 to avoid delay slot scheduling.
28716 (arc_must_save_register): Don't save SP.
28717 * config/arc/arc.md (stack_tie): Remove.
28718 (UNSPEC_ARC_STKTIE): Likewise.
28719
28720 2019-04-16 Kito Cheng <kito.cheng@gmail.com>
28721 Shiva Chen <shiva0217@gmail.com>
28722
28723 * config/nds32/nds32-md-auxiliary.c (nds32_split_ashiftdi3): Fix wrong
28724 code gen with large shift amount.
28725
28726 2019-04-16 Chung-Ju Wu <jasonwucj@gmail.com>
28727
28728 * config/nds32/nds32-pipelines-auxiliary.c (wext_odd_dep_p): Handle
28729 subreg.
28730
28731 2019-04-16 Jakub Jelinek <jakub@redhat.com>
28732
28733 PR target/90096
28734 * config/i386/i386.c (ix86_target_string): Add ADD_ABI_P argument, only
28735 print -m64/-mx32/-m32 if it is true.
28736 (ix86_debug_options, ix86_function_specific_print): Pass true as
28737 ADD_ABI_P to ix86_target_string.
28738 (ix86_expand_builtin): Adjust ix86_target_string caller, pass true as
28739 ADD_ABI_P only if OPTION_MASK_ISA_64BIT is set in bisa and in that case
28740 or into it OPTION_MASK_ISA_ABI_64 or OPTION_MASK_ISA_ABI_X32.
28741
28742 PR rtl-optimization/90082
28743 * dce.c (can_delete_call): New function.
28744 (deletable_insn_p, mark_insn): Use it.
28745
28746 PR tree-optimization/90090
28747 * tree-ssa-math-opts.c (is_division_by): Ignore divisions that can
28748 throw internally.
28749 (is_division_by_square): Likewise. Formatting fix.
28750
28751 2019-04-16 Richard Biener <rguenther@suse.de>
28752
28753 PR tree-optimization/56049
28754 * tree-ssa-loop-im.c (mem_ref_hasher::equal): Elide alias-set
28755 equality check if alias-set zero will prevail.
28756
28757 2019-04-15 Jeff Law <law@redhat.com>
28758
28759 * config/microblaze/microblaze.c (microblaze_expand_block_move): Treat
28760 size and alignment as unsigned.
28761
28762 2019-04-15 Richard Biener <rguenther@suse.de>
28763
28764 PR debug/90074
28765 * tree-loop-distribution.c (destroy_loop): Preserve correct
28766 debug info.
28767
28768 2019-04-15 Richard Biener <rguenther@suse.de>
28769
28770 PR tree-optimization/90071
28771 * tree-ssa-reassoc.c (init_range_entry): Do not pick up
28772 abnormal operands from def stmts.
28773
28774 2019-04-15 Segher Boessenkool <segher@kernel.crashing.org>
28775
28776 PR rtl-optimization/89794
28777 * combine.c (count_auto_inc): New function.
28778 (try_combine): Count how many auto_inc expressions there were in the
28779 original instructions. Ensure we have the same number in the new
28780 instructions. Remove the code that tried to ensure auto_inc side
28781 effects on i1 and i0 are not lost.
28782
28783 2019-04-15 Richard Biener <rguenther@suse.de>
28784
28785 PR ipa/88936
28786 * tree.h (auto_var_p): Declare.
28787 * tree.c (auto_var_p): New function, split out from ...
28788 (auto_var_in_fn_p): ... here.
28789 * tree-ssa-structalias.c (struct variable_info): Add shadow_var_uid
28790 member.
28791 (new_var_info): Initialize it.
28792 (set_uids_in_ptset): Also set the shadow variable uid if required.
28793 (ipa_pta_execute): Postprocess points-to solutions assigning
28794 shadow variable uids for locals that may reach their containing
28795 function recursively.
28796 * tree-ssa-ccp.c (fold_builtin_alloca_with_align): Do not
28797 assert but instead check whether the points-to solution is
28798 a singleton.
28799
28800 2019-04-15 Martin Jambor <mjambor@suse.cz>
28801
28802 PR ipa/pr89693
28803 * cgraph.c (clone_of_p): Loop over clone chain for each step in
28804 the thunk chain.
28805
28806 2019-04-15 Monk Chiang <sh.chiang04@gmail.com>
28807
28808 * config.gcc (nds32*-*-linux*): Set gcc_cv_initfini_array to yes.
28809
28810 2019-04-15 Monk Chiang <sh.chiang04@gmail.com>
28811 Kito Cheng <kito.cheng@gmail.com>
28812 Shiva Chen <shiva0217@gmail.com>
28813
28814 * config/nds32/nds32-md-auxiliary.c
28815 (nds32_legitimize_pic_address): Use new PIC pattern.
28816 (nds32_legitimize_tls_address): Use new TLS pattern.
28817 (nds32_output_symrel): New.
28818 * config/nds32/nds32-protos.h (nds32_output_symrel): Declare.
28819 (nds32_alloc_relax_group_id): Ditto.
28820 * config/nds32/nds32-relax-opt.c (nds32_alloc_relax_group_id): New.
28821 (nds32_group_insns): Use nds32_alloc_relax_group_id instead of use
28822 relax_group_id.
28823 (nds32_group_tls_insn): Ditto.
28824 (nds32_group_float_insns): Ditto.
28825 * config/nds32/nds32.md (tls_le): New.
28826 (sym_got): Ditto.
28827
28828 2019-04-15 Chung-Ju Wu <jasonwucj@gmail.com>
28829
28830 * configure: Add nds32 target for dwarf2 debug_line checking.
28831 * configure.ac: Regenerated.
28832
28833 2019-04-14 Jan Hubicka <hubicka@ucw.cz>
28834
28835 PR lto/89358
28836 * ipa-devirt.c (skip_in_fields_list_p): New.
28837 (odr_types_equivalent_p): Use it.
28838
28839 2019-04-13 Jakub Jelinek <jakub@redhat.com>
28840
28841 PR target/89093
28842 * config/arm/arm.c (arm_valid_target_attribute_rec): Use strcmp
28843 instead of strncmp when checking for thumb and arm. Formatting fixes.
28844
28845 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
28846
28847 * doc/install.texi: Document --with-target-system-zlib.
28848
28849 2019-04-12 Martin Sebor <msebor@redhat.com>
28850
28851 PR c/88383
28852 PR c/89288
28853 PR c/89798
28854 PR c/89797
28855 * targhooks.c (default_vector_alignment): Avoid assuming
28856 argument fits in SHWI.
28857 * tree.h (TYPE_VECTOR_SUBPARTS): Avoid sign overflow in
28858 a shift expression.
28859 * doc/extend.texi (__builtin_has_attribute): Add a clarifying note.
28860
28861 2019-04-12 Jakub Jelinek <jakub@redhat.com>
28862
28863 PR rtl-optimization/89965
28864 * dce.c: Include rtl-iter.h.
28865 (struct check_argument_load_data): New type.
28866 (check_argument_load): New function.
28867 (find_call_stack_args): Check for loads from stack slots still tracked
28868 in sp_bytes and punt if any is found.
28869
28870 * config/mips/loongson-mmiintrin.h: Fix up #error message.
28871
28872 2019-04-12 Jan Hubicka <hubicka@ucw.cz>
28873
28874 * params.def (PARAM_MAX_LTO_STREAMING_PARALLELISM): New parameter.
28875 * doc/invoke.texi (max-lto-streaming-paralellism): New --param.
28876
28877 2019-04-12 Martin Liska <mliska@suse.cz>
28878
28879 PR middle-end/89970
28880 * multiple_target.c (create_dispatcher_calls): Wrap ifunc
28881 in error message.
28882 (separate_attrs): Handle multiple 'default's.
28883 (expand_target_clones): Rework error handling code.
28884
28885 2019-04-12 Kelvin Nilsen <kelvin@gcc.gnu.org>
28886
28887 PR target/87532
28888 * config/rs6000/rs6000.c (rs6000_split_vec_extract_var): Use inner
28889 mode of vector rather than mode of destination for move instruction.
28890 * config/rs6000/vsx.md (*vsx_extract_<mode>_<VS_scalar>mode_var):
28891 Use QI inner mode with V16QI vector mode.
28892
28893 2019-04-12 Jakub Jelinek <jakub@redhat.com>
28894
28895 PR target/52726
28896 * config/tilepro/tilepro.c (tilepro_print_operand): Use just
28897 "invalid %%t operand" in output_operand_lossage message.
28898
28899 2019-04-12 Andreas Krebbel <krebbel@linux.ibm.com>
28900
28901 * config/s390/predicates.md (permute_pattern_operand): New
28902 predicate.
28903 * config/s390/vector.md ("*vec_splats_bswap_vec<mode>"): Add USE
28904 operand for the permute pattern.
28905 ("*vec_perm<mode>"): New insn definition.
28906 ("bswap<mode>"): Generate the permute pattern operand in the
28907 expander and perform the operand reloads for pre arch13 level
28908 already.
28909 ("*bswap<mode>_emu"): Rename to ...
28910 ("*bswap<mode>"): ... this. And make the splitter vxe2 only.
28911 * config/s390/vx-builtins.md ("*vec_insert_and_zero_bswap<mode>"):
28912 Add the USE operand for the permute pattern.
28913 ("*vec_set_bswap_vec<mode>"): Likewise.
28914
28915 2019-04-12 Jakub Jelinek <jakub@redhat.com>
28916
28917 PR c/89946
28918 * varasm.c (assemble_start_function): Don't use tree_fits_uhwi_p
28919 and gcc_unreachable if it fails, just call tree_to_uhwi which
28920 verifies that too. Test TREE_CHAIN instead of list_length > 1.
28921 Start warning message with a lower-case letter. Formatting fixes.
28922
28923 PR rtl-optimization/90026
28924 * cfgcleanup.c (try_optimize_cfg): When removing empty bb with no
28925 successors, look for BARRIERs inside of the whole BB_FOOTER chain
28926 rather than just at the start of it. If e->src BB_FOOTER is not NULL
28927 in cfglayout mode, use emit_barrier_after_bb.
28928
28929 2018-04-11 Steve Ellcey <sellcey@marvell.com>
28930
28931 PR rtl-optimization/87763
28932 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode>4_noshift_alt):
28933 New Instruction.
28934
28935 2019-04-11 Tom de Vries <tdevries@suse.de>
28936
28937 * doc/extend.texi (@node Statement Exprs): Note variable shadowing at
28938 max macro using statement expression.
28939
28940 2019-04-11 David Edelsohn <dje.gcc@gmail.com>
28941
28942 * xcoffout.h (xcoff_private_rodata_section_name): Declare.
28943 * xcoffout.c (xcoff_private_rodata_section_name): Define.
28944 * config/rs6000/rs6000.c (rs6000_xcoff_asm_init_sections): Create
28945 read_only_private_data_section using xcoff_private_rodata_section_name.
28946 (rs6000_xcoff_file_start): Generate xcoff_private_rodata_section_name.
28947
28948 2019-04-11 Christophe Lyon <christophe.lyon@linaro.org>
28949
28950 PR target/90016
28951 * config/aarch64/aarch64.opt (msve-vector-bits): Add missing final '.'.
28952
28953 2019-04-11 Jakub Jelinek <jakub@redhat.com>
28954
28955 PR rtl-optimization/89965
28956 * dce.c (sp_based_mem_offset): New function.
28957 (find_call_stack_args): Use sp_based_mem_offset.
28958
28959 2019-04-11 Jonathan Wakely <jwakely@redhat.com>
28960
28961 * doc/invoke.texi (Optimize Options): Clarify -flive-patching docs.
28962
28963 2019-04-11 Richard Biener <rguenther@suse.de>
28964
28965 PR tree-optimization/90020
28966 * tree-ssa-sccvn.c (vn_reference_may_trap): New function.
28967 * tree-ssa-sccvn.h (vn_reference_may_trap): Declare.
28968 * tree-ssa-pre.c (compute_avail): Use it to not put
28969 possibly trapping references after a call that might not
28970 return into EXP_GEN.
28971 * gcse.c (compute_hash_table_work): Do not elide
28972 marking a block containing a call if the call might not
28973 return.
28974
28975 2019-04-11 Richard Biener <rguenther@suse.de>
28976
28977 PR tree-optimization/90018
28978 * tree-vect-data-refs.c (vect_preserves_scalar_order_p):
28979 Test both SLP and interleaving variants.
28980
28981 2019-04-11 Robin Dapp <rdapp@linux.ibm.com>
28982
28983 * config/s390/8561.md: New file.
28984 * config/s390/driver-native.c (s390_host_detect_local_cpu):
28985 Add arch13 cpu model.
28986 * config/s390/s390-opts.h (enum processor_type): Likewise.
28987 * config/s390/s390.c (s390_get_sched_attrmask): Add arch13.
28988 (s390_get_unit_mask): Likewise.
28989 (s390_is_fpd): Likewise.
28990 (s390_is_fxd): Likewise.
28991 * config/s390/s390.h (s390_tune_attr): Likewise.
28992 * config/s390/s390.md: Include arch13 pipeline description.
28993 * config/s390/s390.opt: Add arch13.
28994
28995 2018-04-10 Steve Ellcey <sellcey@marvell.com>
28996
28997 PR rtl-optimization/87763
28998 * config/aarch64/aarch64-protos.h (aarch64_masks_and_shift_for_bfi_p):
28999 New prototype.
29000 * config/aarch64/aarch64.c (aarch64_masks_and_shift_for_bfi_p):
29001 New function.
29002 * config/aarch64/aarch64.md (*aarch64_bfi<GPI:mode>5_shift):
29003 New instruction.
29004 (*aarch64_bfi<GPI:mode>5_shift_alt): Ditto.
29005 (*aarch64_bfi<GPI:mode>4_noand): Ditto.
29006 (*aarch64_bfi<GPI:mode>4_noand_alt): Ditto.
29007 (*aarch64_bfi<GPI:mode>4_noshift): Ditto.
29008
29009 2019-04-10 Jonathan Wakely <jwakely@redhat.com>
29010
29011 * doc/invoke.texi (Optimize Options): Change "Nevertheless" to
29012 "Although" in -fipa-icf documentation.
29013
29014 * doc/invoke.texi (Debugging Options): Explicitly state the semantics
29015 of using multiple -g options.
29016
29017 2019-04-10 Martin Liska <mliska@suse.cz>
29018
29019 PR gcov-profile/89959
29020 * doc/gcov.texi: Make documentation of -x option
29021 more precise.
29022
29023 2019-04-10 Richard Biener <rguenther@suse.de>
29024
29025 * tree-vectorizer.h (_stmt_vec_info): Remove same_dr_stmt
29026 member.
29027 (DR_GROUP_SAME_DR_STMT): Remove.
29028 * tree-vect-stmts.c (vectorizable_load): Remove unreachable code.
29029 * tree-vect-data-refs.c (vect_analyze_group_access_1): Likewise,
29030 replace with assert.
29031 (vect_analyze_data_ref_accesses): Fix INTEGER_CST comparison.
29032 (vect_record_grouped_load_vectors): Remove unreachable code.
29033
29034 2019-04-10 Richard Earnshaw <rearnsha@arm.com>
29035
29036 PR target/90016
29037 * config/aarch64/aarch64.opt (msve-vector-bits): Remove redundant and
29038 obsolete reference to N.
29039
29040 2019-04-10 Jakub Jelinek <jakub@redhat.com>
29041
29042 PR middle-end/90025
29043 * expr.c (store_expr): Set properly size on the MEM passed to
29044 clear_storage.
29045
29046 PR c++/90010
29047 * gimple-ssa-sprintf.c (target_to_host): Fix handling of targstr
29048 with strlen in between hostsz-3 and hostsz-1 inclusive when no
29049 translation is needed, and when translation is needed, only append
29050 ... if the string length is hostsz or more bytes long. Avoid using
29051 strncpy or strcat.
29052
29053 2019-04-09 Matthew Malcomson <matthew.malcomson@arm.com>
29054
29055 PR target/90024
29056 * config/arm/arm.c (neon_valid_immediate): Disallow VOIDmode parameter.
29057 * config/arm/constraints.md (Dm, DN, Dn): Split previous Dn constraint
29058 into three.
29059 * config/arm/neon.md (*neon_mov<mode>): Account for TImode and DImode
29060 differences directly.
29061 (*smax<mode>3_neon, vashl<mode>3, vashr<mode>3_imm): Use Dm constraint.
29062
29063 2019-04-09 Jakub Jelinek <jakub@redhat.com>
29064
29065 PR translation/90011
29066 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
29067 from diagnostics.
29068 * config/arm/freebsd.h (LINK_SPEC): Remove trailing space from -p
29069 diagnostics.
29070 * config/riscv/freebsd.h (LINK_SPEC): Likewise.
29071 * config/aarch64/aarch64-freebsd.h (FBSD_TARGET_LINK_SPEC): Likewise.
29072 * config/darwin.h (DRIVER_SELF_SPECS, ASM_FINAL_SPEC): Remove
29073 trailing space from -gsplit-dwarf diagnostics.
29074
29075 PR tree-optimization/89998
29076 * gimple-ssa-sprintf.c (try_substitute_return_value): Use lhs type
29077 instead of integer_type_node if possible, don't add ranges if return
29078 type is not compatible with int.
29079 * gimple-fold.c (gimple_fold_builtin_sprintf,
29080 gimple_fold_builtin_snprintf): Use lhs type instead of hardcoded
29081 integer_type_node.
29082
29083 2019-04-09 Martin Liska <mliska@suse.cz>
29084
29085 * Makefile.in: Use GENERATOR_CFLAGS for all generators.
29086 * doc/install.texi: Document the new config.
29087
29088 2019-04-09 Richard Sandiford <richard.sandiford@arm.com>
29089
29090 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Always
29091 use gimple_expr_type for load and store calls. Skip over the
29092 condition argument in a conditional internal function.
29093 Protect use of TREE_INT_CST_LOW.
29094
29095 2019-04-09 Jakub Jelinek <jakub@redhat.com>
29096
29097 PR target/90015
29098 * config/riscv/riscv.c (riscv_get_interrupt_type): Fix comment typo.
29099 (riscv_merge_decl_attributes): Fix typo in diagnostics. Remove
29100 trailing period from it too.
29101
29102 2019-04-08 wu yuan <wuyuan5@huawei.com>
29103
29104 * config/aarch64/aarch64-cores.def (tsv1100): Change scheduling model.
29105 * config/aarch64/aarch64.md: Add "tsv110.md".
29106 * config/aarch64/tsv110.md: New file.
29107
29108 2019-04-08 Richard Biener <rguenther@suse.de>
29109
29110 PR tree-optimization/90006
29111 * tree-vect-data-refs.c (vect_get_smallest_scalar_type): Handle
29112 calls like lrint.
29113
29114 2019-04-08 Andrea Corallo <andrea.corallo@arm.com>
29115
29116 PR target/83033
29117 * config/aarch64/cortex-a57-fma-steering.c (fma_forest): Prohibit copy
29118 construction.
29119 (fma_root_node): Likewise.
29120 (func_fma_steering): Likewise.
29121
29122 2019-04-08 Jakub Jelinek <jakub@redhat.com>
29123
29124 PR rtl-optimization/89865
29125 * config/i386/i386.md: Add peepholes for z = x; x ^= y; x != z.
29126
29127 PR rtl-optimization/89865
29128 * config/i386/i386.md
29129 (SWI12 peephole for mem {+,-,&,|,^}= x; mem != 0): Fix up operand
29130 numbers not to clash with the additional operands[4].
29131 (peepholes for mem {+,-,&,|,^}= x; mem != 0): New peephole2s
29132 with extra register copy in the middle.
29133
29134 2019-04-08 Martin Liska <mliska@suse.cz>
29135
29136 PR gcov-profile/89961
29137 * doc/gcov.texi: Document data_file.
29138 * gcov.c (generate_results): Add data_info into JSON output.
29139
29140 2019-04-01 Bin Cheng <bin.cheng@linux.alibaba.com>
29141
29142 PR tree-optimization/89725
29143 * tree-chrec.c (chrec_contains_symbols): New parameter. Handle outer
29144 loop's chrec as invariant symbol.
29145 * tree-chrec.h (chrec_contains_symbols): New parameter.
29146 * tree-data-ref.c (analyze_miv_subscript): Pass new argument.
29147 (build_classic_dist_vector_1, add_other_self_distances): Bypass access
29148 function of loops not in DDR's loop_nest.
29149 * tree-data-ref.h (index_in_loop_nest): Add unreachable check.
29150
29151 2019-04-08 Chenghua Xu <paul.hua.gm@gmail.com>
29152
29153 PR target/89623
29154 * config/mips/mips.opt (LOONGSON_EXT2): Use Var instead of
29155 Mask.
29156
29157 2019-04-07 Uroš Bizjak <ubizjak@gmail.com>
29158
29159 PR target/89945
29160 * config/i386/i386.md (anddi_1 to andsi_1_zext splitter):
29161 Avoid calling gen_lowpart with SYMBOL_REF and LABEL_REF operand.
29162
29163 2019-04-05 Joern Rennecke <joern.rennecke@embecosm.com>
29164
29165 * sched-deps.c (sched_macro_fuse_insns): Check return value of
29166 targetm.fixed_condition_code_regs.
29167
29168 2019-04-05 Richard Biener <rguenther@suse.de>
29169
29170 PR debug/89892
29171 PR debug/89905
29172 * tree-cfgcleanup.c (remove_forwarder_block): Always move
29173 debug bind stmts but reset them if they are not valid at the
29174 destination.
29175
29176 2019-04-05 Martin Liska <mliska@suse.cz>
29177
29178 PR translation/89936
29179 * collect-utils.c (collect_execute): Use %< and %>, or %qs in
29180 order to wrap keywords or arguments.
29181 * collect2.c (main): Likewise.
29182 (scan_prog_file): Likewise.
29183 (scan_libraries): Likewise.
29184 * common/config/riscv/riscv-common.c
29185 (riscv_subset_list::parsing_subset_version): Likewise.
29186 (riscv_subset_list::parse_std_ext): Likewise.
29187 * config/aarch64/aarch64.c (aarch64_override_options_internal):
29188 Likewise.
29189 * config/arm/arm.c (arm_option_override): Likewise.
29190 * config/cris/cris.c (cris_print_operand): Likewise.
29191 * config/darwin-c.c (darwin_pragma_options): Likewise.
29192 (darwin_pragma_unused): Likewise.
29193 (darwin_pragma_ms_struct): Likewise.
29194 * config/ft32/ft32.c (ft32_print_operand): Likewise.
29195 * config/i386/i386.c (print_reg): Likewise.
29196 (ix86_print_operand): Likewise.
29197 * config/i386/xm-djgpp.h: Likewise.
29198 * config/iq2000/iq2000.c (iq2000_print_operand): Likewise.
29199 * config/m32c/m32c.c (m32c_option_override): Likewise.
29200 * config/msp430/msp430.c (msp430_option_override): Likewise.
29201 * config/nds32/nds32.c (nds32_option_override): Likewise.
29202 * config/nvptx/mkoffload.c (main): Likewise.
29203 * config/rx/rx.c (rx_print_operand): Likewise.
29204 (valid_psw_flag): Likewise.
29205 * config/vms/vms-c.c (vms_pragma_member_alignment): Likewise.
29206 (vms_pragma_nomember_alignment): Likewise.
29207 (vms_pragma_extern_model): Likewise.
29208 * lto-wrapper.c (compile_offload_image): Likewise.
29209 * omp-offload.c (oacc_parse_default_dims): Likewise.
29210 * symtab.c (symtab_node::verify_base): Likewise.
29211 * tlink.c (recompile_files): Likewise.
29212 (start_tweaking): Likewise.
29213 * tree-profile.c (parse_profile_filter): Likewise.
29214
29215 2019-04-05 Richard Sandiford <richard.sandiford@arm.com>
29216
29217 PR tree-optimization/89956
29218 * tree-ssa-math-opts.c (convert_mult_to_fma): Protect against
29219 multiple negates of the same value.
29220
29221 2019-04-04 Martin Sebor <msebor@redhat.com>
29222
29223 PR middle-end/89957
29224 PR middle-end/89911
29225 * builtins.c (expand_builtin_strnlen): Make sure wi::ltu_p operands
29226 have the same precision since the function crashes otherwise.
29227 * calls.c (maybe_warn_nonstring_arg): Avoid assuming strnlen() call
29228 has non-zero arguments.
29229
29230 2019-04-04 Martin Sebor <msebor@redhat.com>
29231
29232 PR middle-end/89934
29233 * gimple-ssa-warn-restrict.c (builtin_access::builtin_access): Bail
29234 out if the number of arguments is less than expected.
29235
29236 2019-04-04 Jeff Law <law@redhat.com>
29237
29238 PR rtl-optimization/89399
29239 * ree.c (combine_set_extension): Use single_set rather than
29240 digging into PATTERN for items on the candidate list.
29241 (combine_reaching_defs): Likewise.
29242
29243 2019-04-04 Richard Sandiford <richard.sandiford@arm.com>
29244
29245 PR rtl-optimization/46590
29246 * loop-invariant.c (find_defs): Move df_remove_problem and
29247 df_process_deferred_rescans to move_invariants.
29248 Move df_live_add_problem and df_live_set_all_dirty calls
29249 to move_invariants.
29250 (move_invariants): Likewise.
29251 (move_loop_invariants): Likewise, making the df_live calls
29252 conditional on -O. Remove the problem again if we added it
29253 locally.
29254
29255 2019-04-03 qing zhao <qing.zhao@oracle.com>
29256
29257 PR tree-optimization/89730
29258 * ipa-inline.c (can_inline_edge_p): Delete the checking for
29259 -flive-patching=inline-only-static.
29260 (can_inline_edge_by_limits_p): Add the checking for
29261 -flive-patching=inline-only-static and grant always_inline
29262 even when -flive-patching=inline-only-static is specified.
29263
29264 2019-04-03 Jeff Law <law@redhat.com>
29265
29266 PR rtl-optimization/81025
29267 * reorg.c (skip_consecutive_labels): Do not skip past a BARRIER.
29268
29269 2019-04-03 Richard Biener <rguenther@suse.de>
29270
29271 PR tree-optimization/84101
29272 * tree-vect-stmts.c: Include explow.h for hard_function_value,
29273 regs.h for hard_regno_nregs.
29274 (cfun_returns): New helper.
29275 (vect_model_store_cost): When vectorizing a store to a decl
29276 we return and the function ABI returns in a multi-reg location
29277 account for the possible spilling that will happen.
29278
29279 2019-04-03 Andreas Krebbel <krebbel@linux.ibm.com>
29280
29281 * config/s390/s390.c (s390_legitimate_address_p): Reject long
29282 displacement addresses for vector mode operands.
29283
29284 2019-04-03 Claudiu Zissulescu <claziss@synopsys.com>
29285
29286 * config/arc/arc.c (GMASK_LEN): Define.
29287 (arc_restore_callee_saves): Restore first blink when
29288 !optimize_size.
29289
29290 2019-04-03 Sudakshina Das <sudi.das@arm.com>
29291
29292 * doc/extend.texi: Add deprecated comment on sign-return-address
29293 function attribute and add mbranch-protection.
29294 * doc/invoke.texi: Add bti to the options for mbranch-protection.
29295
29296 2019-04-03 Richard Biener <rguenther@suse.de>
29297
29298 PR lto/89896
29299 * lto-wrapper.c (run_gcc): Avoid implicit rules making
29300 the all target phony.
29301
29302 2019-04-02 Uroš Bizjak <ubizjak@gmail.com>
29303
29304 PR target/89902
29305 PR target/89903
29306 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
29307 Return false for variable DImode shifts.
29308 (dimode_scalar_chain::compute_convert_gain): Do not handle
29309 register count operand in variable DImode shifts.
29310 (dimode_scalar_chain::make_vector_copies): Remove support to copy
29311 count argument of a variable shift instruction to a vector register.
29312 (dimode_scalar_chain::convert_reg): Remove support to convert
29313 count argument of a variable shift instruction.
29314
29315 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
29316
29317 PR rtl-optimization/84206
29318 * sel-sched-ir.h (get_all_loop_exits): Avoid the outer loop when
29319 iterating over loop headers.
29320
29321 2019-04-02 Andrey Belevantsev <abel@ispras.ru>
29322
29323 PR rtl-optimization/85876
29324 * sel-sched.c (code_motion_path_driver): Avoid unwinding first_insn
29325 beyond the original fence.
29326
29327 2019-04-02 Ulrich Weigand <uweigand@de.ibm.com>
29328
29329 * config.gcc: Mark spu* targets as deprecated/obsolete.
29330
29331 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29332
29333 * config/s390/s390-builtin-types.def: New builtin function type
29334 definitions. Remove unused types.
29335 * config/s390/s390-builtins.def (s390_vcdgb, s390_vcdlgb)
29336 (s390_vcgdb, s390_vclgdb): Remove low-level builtin definitions.
29337 (s390_vec_float, s390_vec_signed, s390_vec_unsigned): New
29338 overloaded builtins.
29339 (s390_vcefb, s390_vcdgb, s390_vcelfb, s390_vcdlgb, s390_vcfeb)
29340 (s390_vcgdb, s390_vclfeb, s390_vclgdb): New low-level builtins.
29341 * config/s390/vecintrin.h (vec_float): New builtin macro definition.
29342 (vec_double, vec_signed, vec_unsigned): Define to use the new
29343 overloaded builtins.
29344 * config/s390/vx-builtins.md ("vec_double_s64", "vec_double_u64"):
29345 Remove expanders.
29346
29347 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29348
29349 * config/s390/s390-builtin-types.def: New builtin function type
29350 definitions.
29351 * config/s390/s390-builtins.def (s390_vec_search_string_cc)
29352 (s390_vec_search_string_until_zero_cc): New overloaded builtins.
29353 (s390_vstrsb, s390_vstrsh, s390_vstrsf, s390_vstrszb)
29354 (s390_vstrszh, s390_vstrszf): New low-level builtins.
29355 * config/s390/s390.md (UNSPEC_VEC_VSTRS, UNSPEC_VEC_VSTRSCC): New
29356 constant definitions.
29357 * config/s390/vecintrin.h (vec_search_string_cc)
29358 (vec_search_string_until_zero_cc): New builtin name definitions.
29359 * config/s390/vx-builtins.md ("vstrs<mode>", "vstrsz<mode>"): New
29360 expanders.
29361 ("vec_vstrs<mode>"): New insn definition.
29362
29363 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29364
29365 * config/s390/s390-builtin-types.def: Add new builtin function
29366 types.
29367 * config/s390/s390-builtins.def (s390_vec_sldb, s390_vec_srdb):
29368 New overloaded builtins.
29369 (s390_vec_sldb, s390_vec_srdb): New low-level builtins. and
29370 s390_vsrd.
29371 * config/s390/s390.md (UNSPEC_VEC_SLDB): Rename to ...
29372 (UNSPEC_VEC_SLDBYTE): ... this.
29373 (UNSPEC_VEC_SLDBIT, UNSPEC_VEC_SRDBIT): New constant definitions.
29374 * config/s390/vecintrin.h (vec_sldb, vec_srdb): New builtin name
29375 definitions.
29376 * config/s390/vx-builtins.md ("vec_sld<mode>", "vec_sldw<mode>"):
29377 Rename UNSPEC_VEC_SLDB to UNSPEC_VEC_SLDBYTE.
29378 ("vec_sldb<mode>", "vec_srdb<mode>"): New insn definitions.
29379
29380 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29381
29382 ("*vec_splats_bswap_vec<mode>", "*vec_splats_bswap_elem<mode>"):
29383 New insn definition.
29384 * config/s390/vx-builtins.md (V_HW_HSD): Move to ...
29385 * config/s390/vector.md (V_HW_HSD): ... here.
29386
29387 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29388
29389 * config/s390/vecintrin.h: Map vec_vster low-level builtins to vec_vler.
29390 * config/s390/vx-builtins.md ("*vec_insert_and_zero_bswap<mode>")
29391 ("*vec_set_bswap_elem<mode>", "*vec_set_bswap_vec<mode>")
29392 ("*vec_extract_bswap_vec<mode>", "*vec_extract_bswap_elem<mode>"):
29393 New insn definitions.
29394
29395 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29396
29397 * config/s390/s390-builtin-types.def: Add new builtin function type.
29398 * config/s390/s390-builtins.def: Add overloaded builtin
29399 s390_vec_reve and low-level builtins for s390_vler and s390_vster.
29400 * config/s390/s390.md (UNSPEC_VEC_ELTSWAP): New constant definition.
29401 * config/s390/vecintrin.h (vec_reve): New builtin name definition.
29402 * config/s390/vx-builtins.md (V_HW_HSD): New mode iterator.
29403 ("eltswap<mode>"): New expander.
29404 ("*eltswapv16qi", "*eltswap<mode>", "*eltswap<mode>_emu"): New
29405 insn definitions.
29406
29407 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29408
29409 * config/s390/s390-builtin-types.def: Add new builtin function types.
29410 * config/s390/s390-builtins.def: Add overloaded builtin
29411 s390_vec_revb. Add low-level builtins for vlbr and vstbr
29412 instructions.
29413 * config/s390/vecintrin.h (vec_revb): New builtin name definition.
29414 * config/s390/vector.md (VT_HW_HSDT): New mode iterator.
29415 ("bswap<mode>"): New expander.
29416 ("*bswap<mode>", "*bswap<mode>_emu"): New insn definitions.
29417
29418 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29419
29420 * config/s390/s390-builtins.def (B_VXE2): New builtin flag definition.
29421 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Increment
29422 vector builtin version number in __VEC__.
29423
29424 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29425
29426 * config/s390/s390.md (VX_CONV_BFP, VX_CONV_INT): New mode
29427 iterators.
29428 (SFSI): New mode attribute.
29429 ("*fixuns_truncdfdi2_vx", "*fix_truncdfdi2_bfp_z13")
29430 ("*floatunsdidf2_z13", ): Add support for 32 bit conversions and
29431 rename to ...
29432 ("*fixuns_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_z13")
29433 ("*fix_trunc<VX_CONV_BFP:mode><VX_CONV_INT:mode>2_bfp_z13")
29434 ("*floatuns<VX_CONV_INT:mode><VX_CONV_BFP:mode>2_z13"): ... these.
29435 ("floatsi<mode>2"): Add wcefb instruction.
29436
29437 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29438
29439 * config/s390/s390.md ("xde"): Extend mode attribute to vector types.
29440 * config/s390/vector.md (VX_VEC_CONV_BFP, VX_VEC_CONV_INT): New
29441 mode iterators.
29442 ("floatv2div2df2", "floatunsv2div2df2", "fix_truncv2dfv2di2")
29443 ("fixuns_truncv2dfv2di2"): Enhance with mode iterator to also
29444 support 32 bit fp-int conversions. Rename to ...
29445 ("float<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
29446 ("floatuns<VX_VEC_CONV_INT:mode><VX_VEC_CONV_BFP:mode>2")
29447 ("fix_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2")
29448 ("fixuns_trunc<VX_VEC_CONV_BFP:mode><VX_VEC_CONV_INT:mode>2"):
29449 ... to these.
29450
29451 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29452
29453 * config/s390/s390.c (s390_rtx_costs): Do not add extra costs for
29454 if-then-else constructs if we can use the select instruction.
29455 * config/s390/s390.md ("*mov<mode>cc"): Add the new instructions.
29456
29457 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29458
29459 * config/s390/s390.md ("*popcountdi_arch13_cc")
29460 ("*popcountdi_arch13_cconly", "*popcountdi_arch13"): New insn
29461 definition.
29462 ("*popcount<mode>", "popcountdi2", "popcountsi2", "popcounthi2"):
29463 Append _z196 to make it ...
29464 ("*popcount<mode>_z196", "popcountdi2_z196", "popcountsi2_z196")
29465 ("popcounthi2_z196"): ... this.
29466 ("popcountdi2_z196"): Remove TARGET_64BIT from the insn condition.
29467 ("popcountdi2", "popcountsi2", "popcounthi2"): New expanders.
29468
29469 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29470
29471 * config/s390/s390.c (s390_canonicalize_comparison): Convert
29472 certain compares for arch13 in order to make use of the condition
29473 code result produced by the new instructions.
29474 (s390_rtx_costs): Adjust the costs for nnrk, nngrk, nork, nogrk,
29475 nxrk, and nxgrk instruction patterns.
29476 * config/s390/s390.md (ANDOR, bitops_name, inv_bitops_name)
29477 (inv_no): Add new code iterator together with some attributes.
29478 ("*andc_split_<mode>"): Disable splitter for arch13.
29479 ("*<ANDOR:bitops_name>c<GPR:mode>_cc")
29480 ("*<ANDOR:bitops_name>c<GPR:mode>_cconly")
29481 ("*<ANDOR:bitops_name>c<GPR:mode>")
29482 ("*n<ANDOR:inv_bitops_name><GPR:mode>_cc")
29483 ("*n<ANDOR:inv_bitops_name><mode>_cconly")
29484 ("*n<ANDOR:inv_bitops_name><mode>", "*nxor<GPR:mode>_cc")
29485 ("*nxor<mode>_cconly", "*nxor<mode>"): New insn definitions.
29486
29487 2019-04-02 Andreas Krebbel <krebbel@linux.ibm.com>
29488
29489 * common/config/s390/s390-common.c (processor_flags_table): New
29490 entry for arch13.
29491 * config.gcc: Support arch13 with the --with-arch= configure flag.
29492 * config/s390/driver-native.c (s390_host_detect_local_cpu):
29493 * config/s390/s390-opts.h (enum processor_type): Add PROCESSOR_ARCH13.
29494 * config/s390/s390.c (s390_get_sched_attrmask)
29495 (s390_get_unit_mask): Add PROCESSOR_ARCH13.
29496 * config/s390/s390.h (enum processor_flags): Add PF_VXE2 and PF_ARCH13.
29497 * config/s390/s390.md (TARGET_CPU_ARCH13, TARGET_CPU_ARCH13_P)
29498 (TARGET_CPU_VXE2, TARGET_CPU_VXE2_P, TARGET_ARCH13)
29499 (TARGET_ARCH13_P, TARGET_VXE2, TARGET_VXE2_P): New macro
29500 definitions.
29501 * config/s390/s390.opt: Support arch13 as processor type in
29502 command line options.
29503
29504 2019-04-02 Martin Liska <mliska@suse.cz>
29505
29506 PR translation/89912
29507 * params.def (PARAM_GRAPHITE_MAX_ARRAYS_PER_SCOP):
29508 Fix param description of graphite-max-arrays-per-scop.
29509
29510 2019-04-02 Eric Botcazou <ebotcazou@adacore.com>
29511
29512 * config/sparc/linux64.h (ASAN_REJECT_SPEC): New macro.
29513 (ASAN_CC1_SPEC): Use it in 64-bit mode.
29514 * config/sparc/sol2.h (ASAN_REJECT_SPEC): Remove superfluous colon.
29515
29516 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
29517
29518 PR rtl-optimization/85412
29519 * sel-sched.c (sel_sched_region): Assign reset_sched_cycles_p before
29520 sel_sched_region_1, not after.
29521
29522 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
29523
29524 PR rtl-optimization/86928
29525 * sel-sched-ir.c (sel_redirect_edge_and_branch_force): Invoke
29526 compute_live if necessary.
29527 (sel_redirect_edge_and_branch): Likewise.
29528
29529 2019-04-01 Vladimir Makarov <vmakarov@redhat.com>
29530
29531 PR rtl-optimization/89865
29532 * ira-costs.c (process_bb_node_for_hard_reg_moves): Skip hard
29533 register if it is a part of small class.
29534
29535 2019-04-01 Andrey Belevantsev <abel@ispras.ru>
29536
29537 PR rtl-optimization/87273
29538 * sel-sched-ir.c (merge_fences): Remove assert.
29539
29540 2019-04-01 Richard Biener <rguenther@suse.de>
29541
29542 PR tree-optimization/46590
29543 * domwalk.h (dom_walker::dom_walker): Consolidate constructors.
29544 (dom_walker::m_reachability): Add in place of...
29545 (dom_walker::m_skip_unreachable_blocks): ...this.
29546 * domwalk.c (dom_walker::dom_walker): Consoliate constructors.
29547 Move complex initialization ...
29548 (dom_walker::walk): Here. Especially compute m_bb_to_rpo
29549 lazily and initialize edge flags on each invocation.
29550 (dom_walker::bb_reachable): Use m_reachability.
29551
29552 2019-04-01 Martin Liska <mliska@suse.cz>
29553
29554 PR driver/89861
29555 * opt-suggestions.c (option_proposer::build_option_suggestions):
29556 Add variant without any argument in order to provide better
29557 hints.
29558
29559 2019-04-01 Richard Biener <rguenther@suse.de>
29560
29561 PR c/71598
29562 * gimple.c: Include langhooks.h.
29563 (gimple_get_alias_set): Treat enumeral types as the underlying
29564 integer type.
29565
29566 2019-03-29 Kugan Vivekanandarajah <kuganv@linaro.org>
29567 Eric Botcazou <ebotcazou@adacore.com>
29568
29569 PR rtl-optimization/89862
29570 * rtl.h (word_register_operation_p): Exclude CONST_INT from operations
29571 that operates on the full registers for WORD_REGISTER_OPERATIONS
29572 architectures.
29573
29574 2019-03-29 Jim Wilson <jimw@sifive.com>
29575
29576 * common/config/riscv/riscv-common.c (riscv_parse_arch_string):
29577 Clear MASK_RVC and then set if C subset supported.
29578
29579 2019-03-29 Jakub Jelinek <jakub@redhat.com>
29580
29581 PR c/89872
29582 * gimplify.c (gimplify_compound_literal_expr): Don't optimize a
29583 non-addressable complit into its initializer if it is volatile.
29584
29585 2019-03-29 Roman Zhuykov <zhroma@ispras.ru>
29586
29587 * opts-common.c (integral_argument): Set errno properly in one case.
29588
29589 2019-03-29 Martin Liska <mliska@suse.cz>
29590
29591 * doc/invoke.texi: Remove -Wchkp from documentation.
29592
29593 2019-03-29 Martin Liska <mliska@suse.cz>
29594
29595 * dbgcnt.c (print_limit_reach): New function.
29596 (dbg_cnt): Use it.
29597
29598 2019-03-29 Martin Liska <mliska@suse.cz>
29599
29600 * dbgcnt.c (dbg_cnt_process_single_pair): Fix GNU coding style.
29601 (dbg_cnt_process_opt): Parse first tokens aas
29602 dbg_cnt_process_single_pair is also using strtok.
29603
29604 2019-03-29 Jakub Jelinek <jakub@redhat.com>
29605
29606 PR rtl-optimization/87485
29607 * function.c (expand_function_end): Move stack_protect_epilogue
29608 before loading of return value into hard register(s).
29609
29610 2019-03-28 Jakub Jelinek <jakub@redhat.com>
29611
29612 PR middle-end/89621
29613 * tree-inline.h (struct copy_body_data): Add
29614 dont_remap_vla_if_no_change flag.
29615 * tree-inline.c (remap_type_3, remap_type_2): New functions.
29616 (remap_type): Don't remap vla types if id->dont_remap_vla_if_no_change
29617 and remap_type_2 returns false.
29618 * omp-low.c (new_omp_context): Set ctx->cb.dont_remap_vla_if_no_change.
29619 Move ctx->cb.adjust_array_error_bounds setting to the outermost ctx
29620 only from where it is copied to nested contexts.
29621
29622 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
29623
29624 PR target/89865
29625 * config/i386/i386.md (RMW operation with LEA peephole):
29626 Use LEAMODE mode attribute instead of SWI mode iterator for
29627 LEA pattern.
29628
29629 2019-03-28 Uroš Bizjak <ubizjak@gmail.com>
29630
29631 PR target/89848
29632 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
29633 Also process XEXP (src, 0) of a shift insn.
29634
29635 2019-03-28 David Malcolm <dmalcolm@redhat.com>
29636
29637 PR middle-end/89725
29638 * optinfo-emit-json.cc (optrecord_json_writer::optinfo_to_json):
29639 Use DECL_ASSEMBLER_NAME rather than get_fnname_from_decl.
29640
29641 2019-03-28 Jakub Jelinek <jakub@redhat.com>
29642
29643 * regcprop.c (copyprop_hardreg_forward_1): Remove redundant INSN_P
29644 test.
29645 (cprop_hardreg_bb, cprop_hardreg_debug): New functions.
29646 (pass_cprop_hardreg::execute): Use those. Don't repeat bb processing
29647 immediately after first one with df_analyze in between, but rather
29648 process all bbs, queueing ones that need second pass in a worklist,
29649 df_analyze, process queued debug insn changes and if second pass is
29650 needed, process bbs from worklist, df_analyze, process queued debug
29651 insns again.
29652
29653 * rtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or JUMP_P
29654 or CALL_P instead of INSN_P && !DEBUG_INSN_P.
29655 (INSN_P): Define using NONDEBUG_INSN_P or DEBUG_INSN_P.
29656
29657 2019-03-28 Jonathan Wakely <jwakely@redhat.com>
29658
29659 PR c/79022
29660 * gengtype.h (create_nested_ptr_option): Fix parameter names to match
29661 definition.
29662
29663 2019-03-27 Mateusz B <mateuszb@poczta.onet.pl>
29664
29665 PR target/85667
29666 * config/i386/i386.c (ix86_function_value_1): Call the newly added
29667 function for 32-bit MS_ABI.
29668 (function_value_ms_32): New function.
29669
29670 2019-03-27 Andrew Stubbs <ams@codesourcery.com>
29671
29672 * config/gcn/gcn.md (CC_SAVE_REG): New constant.
29673 (movdi): Call gen_movdi_symbol_save_scc.
29674 (gen_movdi_symbol_save_scc): New insn and split.
29675
29676 2019-03-27 Peter Bergner <bergner@linux.ibm.com>
29677
29678 PR rtl-optimization/89313
29679 * function.c (matching_constraint_num): New static function.
29680 (match_asm_constraints_1): Use it. Fixup white space and comment.
29681 Don't replace inputs with non-matching constraints which conflict
29682 with early clobber outputs.
29683
29684 2019-03-27 Jeff Law <law@redhat.com>
29685
29686 PR rtl-optimization/87761
29687 PR rtl-optimization/89826
29688 * regcprop.c (copyprop_hardreg_forward_1): Move may_trap_p test
29689 slightly later.
29690 (pass_cprop_hardreg::execute): Call df_analyze after adding the
29691 note problem to get REG_DEAD/REG_UNUSED notes updated.
29692
29693 2019-03-27 Richard Biener <rguenther@suse.de>
29694
29695 PR tree-optimization/89463
29696 * tree-ssa-dce.c (remove_dead_stmt): Take output vector to
29697 queue edges to remove.
29698 (eliminate_unnecessary_stmts): Remove dead PHIs alongside
29699 dead stmts. Delay edge removal until PHIs are removed to
29700 make debug-stmt creation not confused by seemingly degenerate
29701 PHIs.
29702
29703 2019-03-27 Alan Modra <amodra@gmail.com>
29704
29705 * config/rs6000/rs6000.h: Rename NON_SPECIAL_REGS to GEN_OR_FLOAT_REGS
29706 throughout file.
29707 * config/rs6000/darwin.h: Likewise.
29708 * config/rs6000/rs6000.c: Likewise.
29709
29710 2019-03-27 Alan Modra <amodra@gmail.com>
29711
29712 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Always
29713 assign rs6000_hard_regno_mode_ok_p[m][r]. Formatting.
29714
29715 2019-03-26 Andrew Waterman <andrew@sifive.com>
29716 Jim Wilson <jimw@sifive.com>
29717
29718 * config/riscv/generic.md (generic_alu, generic_load, generic_store)
29719 (generic_xfer, generic_branch, generic_imul, generic_idivsi)
29720 (generic_idivdi, generic_fmul_single, generic_fmul_double)
29721 (generic_fdiv, generic_fsqrt): Add check for generic tune.
29722 (generic_alu): Add auipc to type list.
29723 * config/riscv/riscv-opts.h (enum riscv_microarchitecture_type): New.
29724 (riscv_microarchitecture): Declare.
29725 * config/riscv/riscv-protos.h (riscv_store_data_bypass_p): Declare.
29726 * config/riscv/riscv.c (struct riscv_cpu_info): Add microarchitecture
29727 field.
29728 (riscv_microarchitecture): New.
29729 (sifive_7_tune_info): New.
29730 (riscv_cpu_info_table): Add microarchitecture value for rocket and
29731 size. Add sifive-3-series, sifive-5-series, and sifive-7-series
29732 entries.
29733 (riscv_store_data_bypass_p): New.
29734 (riscv_option_override): Set riscv_microarchitecture from
29735 cpu->microarchitecture.
29736 * config/riscv/riscv.md: Include sifive-7.md.
29737 (type): Add auipc.
29738 (tune): New.
29739 (auipc<mode>): Change type to auipc.
29740 (restore_stack_nonlocal): New.
29741 * config/riscv/sifive-7.md: New.
29742 * doc/invoke.texi (RISC-V Options): Update mtune docs.
29743
29744 2019-03-26 Uroš Bizjak <ubizjak@gmail.com>
29745
29746 PR target/89827
29747 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
29748 Also process XEXP (src, 0) of a shift insn.
29749
29750 2019-03-26 Richard Biener <rguenther@suse.de>
29751
29752 * tree-inline.c (remap_gimple_stmt): Cache gimple_block.
29753 (copy_debug_stmt): Likewise.
29754 (expand_call_inline): Likewise.
29755 (copy_bb): Avoid redundant lookup & set of gimple_block.
29756 * gimple-low.c (lower_gimple_return): Likewise.
29757 (lower_builtin_setjmp): Likewise.
29758
29759 2019-03-26 Jakub Jelinek <jakub@redhat.com>
29760
29761 * hash-table.h (hash_table::m_gather_mem_stats): If GATHER_STATISTICS
29762 is constant 0, turn into static const data member initialized to false.
29763 (hash_table::hash_table): Only initialize m_gather_mem_stats #if
29764 GATHER_STATISTICS. Add ATTRIBUTE_UNUSED to gather_mem_stats param.
29765
29766 2019-03-26 Jason Merrill <jason@redhat.com>
29767 Jakub Jelinek <jakub@redhat.com>
29768
29769 * mem-stats.h (mem_alloc_description::unregister_descriptor): New
29770 method.
29771 (mem_alloc_description::release_object_overhead): Fix comment typos.
29772 * hash-table.h (hash_table::~hash_table): Call
29773 release_instance_overhead only if m_entries is non-NULL, otherwise
29774 call unregister_descriptor.
29775
29776 2019-03-26 Bin Cheng <bin.cheng@linux.alibaba.com>
29777
29778 PR tree-optimization/81740
29779 * tree-vect-data-refs.c (vect_analyze_data_ref_dependence):
29780 In case of outer loop vectorization, check for backward dependence
29781 at the inner loop if outer loop dependence is reversed.
29782
29783 2019-03-26 Alan Modra <amodra@gmail.com>
29784
29785 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Correct
29786 rs6000_vector_mem init. Correct wI and wJ comment.
29787
29788 2019-03-25 Alexander Monakov <amonakov@ispras.ru>
29789
29790 PR rtl-optimization/88347
29791 PR rtl-optimization/88423
29792 * sched-deps.c (sched_analyze_insn): Take into account that for
29793 tablejumps the barrier appears after a label and a jump_table_data.
29794
29795 2019-03-25 Martin Sebor <msebor@redhat.com>
29796
29797 PR c/89812
29798 * c-common.c (check_user_alignment): Rename local. Correct maximum
29799 alignment in diagnostic. Avoid assuming argument fits in SHWI,
29800 convert it to UHWI when it fits.
29801
29802 2019-03-25 Johan Karlsson <johan.karlsson@enea.com>
29803
29804 PR debug/86964
29805 * dwarf2out.c (premark_used_variables): New function.
29806 (prune_unused_types_walk): Do not mark not premarked external
29807 variables.
29808 (prune_unused_types): Call premark_used_variables.
29809
29810 2019-03-25 Vladimir Makarov <vmakarov@redhat.com>
29811
29812 PR rtl-optimization/89676
29813 * lra-constraints.c (curr_insn_transform): Do match reload for
29814 early clobbers when the match was successful only for different
29815 registers.
29816
29817 2019-03-25 Martin Sebor <msebor@redhat.com>
29818
29819 * doc/extend.texi (Common Type Attributes): Document vector_size.
29820 (Common Variable Attributes): Mention size constraint. Correct
29821 quoting and typos.
29822 (Vector Extensions): Use @dfn when defining bas type. Clarify
29823 base type and size constraints.
29824
29825 2019-03-25 Richard Biener <rguenther@suse.de>
29826
29827 PR tree-optimization/89789
29828 * tree-ssa-sccvn.c (set_ssa_val_to): Do not allow lattice
29829 changes from non-undefined back to undefined.
29830
29831 2019-03-25 Thomas Otto <thomas.otto@pdv-fs.de>
29832
29833 * dwarf2out.c (comp_dir_string): cached_wd could be set to both a
29834 heap string and a gc string, but since this variable is unknown to
29835 ggc the gc string might get reused and corrupted. Fixed by always
29836 using a heap string.
29837
29838 2019-03-25 Richard Biener <rguenther@suse.de>
29839
29840 PR tree-optimization/89779
29841 * tree-ssa-loop-ivopts.c (remove_unused_ivs): Return
29842 to remove IV defs, delay actual removal.
29843 (tree_ssa_iv_optimize_loop): Likewise. Avoid SCEV reset.
29844 (tree_ssa_iv_optimize): Remove eliminated IV defs at the
29845 very end, properly also reset loop control IV information.
29846
29847 2019-03-25 Richard Biener <rguenther@suse.de>
29848
29849 PR tree-optimization/89802
29850 * tree-ssa-math-opts.c (convert_mult_to_fma_1): Properly
29851 move EH data to folded stmt.
29852
29853 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
29854
29855 * config/s390/s390-builtin-types.def: Remove few unused types and
29856 fix sort order for others.
29857
29858 2019-03-25 Andreas Krebbel <krebbel@linux.ibm.com>
29859
29860 * config/s390/s390-c.c (s390_fn_types_compatible): Print the
29861 expected and found types with -mdebug during builtin matching.
29862
29863 2019-03-25 Richard Biener <rguenther@suse.de>
29864
29865 PR middle-end/89790
29866 * fold-const.c (operand_equal_p): Revert last change with
29867 updated comment.
29868
29869 2019-03-24 Segher Boessenkool <segher@kernel.crashing.org>
29870
29871 * config/rs6000/rs6000.c (rs6000_legitimize_tls_address): Add REG_EQUAL
29872 notes for the result of the __tls_get_addr calls.
29873 * config/rs6000/rs6000.md (unspec UNSPEC_TLS_GET_ADDR): New.
29874
29875 2019-03-24 Jeff Law <law@redhat.com>
29876
29877 * config/bfin/bfin.md (movpdi): Fix length for alternative 1.
29878
29879 PR rtl-optimization/87761
29880 * regcprop.c (copyprop_hardreg_forward_1): Check may_trap_p on SET,
29881 not INSN. Also check RTX_FRAME_RELATED_P. Queue insns for DF rescan
29882 as needed.
29883 (pass_cprop_hardreg::execute): Add df note problem and defer insn
29884 rescans. Reprocess blocks as needed, calling df_analyze before
29885 reprocessing. Always call df_analyze before fixing up debug bind
29886 insns.
29887
29888 2019-03-23 Segher Boessenkool <segher@kernel.crashing.org>
29889
29890 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Implement for 32-bit
29891 big endian.
29892
29893 2019-03-22 Andrew Pinski <apinski@marvell.com>
29894
29895 * config/aarch64/aarch64.md (zero_extendsidi2_aarch64): Fix type
29896 attrribute for uxtw.
29897
29898 2019-03-26 Jeff Law <law@redhat.com>
29899
29900 PR rtl-optimization/87761
29901 * config/mips/mips-protos.h (mips_split_move): Add new argument.
29902 (mips_emit_move_or_split): Pass NULL for INSN into mips_split_move.
29903 (mips_split_move): Accept new INSN argument. Try to forward SRC
29904 into the next instruction.
29905 (mips_split_move_insn): Pass INSN through to mips_split_move.
29906
29907 2019-03-22 Vladimir Makarov <vmakarov@redhat.com>
29908
29909 PR rtl-optimization/89676
29910 * lra-constraints.c (curr_insn_transform): Do match reload for
29911 early clobbers even if the match was successful.
29912
29913 2019-03-22 Jakub Jelinek <jakub@redhat.com>
29914
29915 PR c++/87481
29916 * doc/invoke.texi (-fconstexpr-ops-limit=): Document.
29917
29918 2019-03-22 Bill Schmidt <wschmidt@linux.ibm.com>
29919
29920 * config/rs6000/mmintrin.h (_mm_sub_pi32): Fix typo.
29921
29922 2019-03-22 Jakub Jelinek <jakub@redhat.com>
29923
29924 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>,
29925 <avx512>_fmsub_<mode>_mask3<round_name>,
29926 <avx512>_fnmadd_<mode>_mask3<round_name>,
29927 <avx512>_fnmsub_<mode>_mask3<round_name>,
29928 avx512f_vmfmadd_<mode>_mask3<round_name>,
29929 avx512f_vmfmsub_<mode>_mask3<round_name>,
29930 *avx512f_vmfnmadd_<mode>_mask3<round_name>): Use <round_nimm_predicate>
29931 instead of register_operand and %v instead of v for match_operand 1.
29932 (avx512f_vmfnmsub_<mode>_mask3<round_name>): Rename to ...
29933 (*avx512f_vmfnmsub_<mode>_mask3<round_name>): ... this. Use
29934 <round_nimm_predicate> instead of register_operand and %v instead of v
29935 for match_operand 1.
29936
29937 * config/i386/sse.md (<avx512>_fmadd_<mode>_mask<round_name>,
29938 <avx512>_fmadd_<mode>_mask3<round_name>,
29939 <avx512>_fmsub_<mode>_mask<round_name>,
29940 <avx512>_fmsub_<mode>_mask3<round_name>,
29941 <avx512>_fnmadd_<mode>_mask<round_name>,
29942 <avx512>_fnmadd_<mode>_mask3<round_name>,
29943 <avx512>_fnmsub_<mode>_mask<round_name>,
29944 <avx512>_fnmsub_<mode>_mask3<round_name>,
29945 <avx512>_fmaddsub_<mode>_mask<round_name>,
29946 <avx512>_fmaddsub_<mode>_mask3<round_name>,
29947 <avx512>_fmsubadd_<mode>_mask<round_name>,
29948 <avx512>_fmsubadd_<mode>_mask3<round_name>): Use
29949 <round_nimm_predicate> instead of nonimmediate_operand.
29950 (fmai_vmfmadd_<mode><round_name>, fmai_vmfmsub_<mode><round_name>,
29951 fmai_vmfnmadd_<mode><round_name>, fmai_vmfnmsub_<mode><round_name>):
29952 Use register_operand instead of <round_nimm_predicate> for the
29953 operand that needs to match output.
29954 (*fmai_fmadd_<mode>, *fmai_fmsub_<mode>,
29955 *fmai_fnmadd_<mode><round_name>, *fmai_fnmsub_<mode><round_name>):
29956 Likewise. Formatting fixes.
29957
29958 PR target/89784
29959 * config/i386/i386.c (enum ix86_builtins): Remove
29960 IX86_BUILTIN_VFMSUBSD3_MASK3 and IX86_BUILTIN_VFMSUBSS3_MASK3.
29961 * config/i386/i386-builtin.def (__builtin_ia32_vfmaddsd3_mask,
29962 __builtin_ia32_vfmaddsd3_mask3, __builtin_ia32_vfmaddsd3_maskz,
29963 __builtin_ia32_vfmsubsd3_mask3, __builtin_ia32_vfmaddss3_mask,
29964 __builtin_ia32_vfmaddss3_mask3, __builtin_ia32_vfmaddss3_maskz,
29965 __builtin_ia32_vfmsubss3_mask3): New builtins.
29966 * config/i386/sse.md (avx512f_vmfmadd_<mode>_mask<round_name>,
29967 avx512f_vmfmadd_<mode>_mask3<round_name>,
29968 avx512f_vmfmadd_<mode>_maskz_1<round_name>,
29969 *avx512f_vmfmsub_<mode>_mask<round_name>,
29970 avx512f_vmfmsub_<mode>_mask3<round_name>,
29971 *avx512f_vmfmasub_<mode>_maskz_1<round_name>,
29972 *avx512f_vmfnmadd_<mode>_mask<round_name>,
29973 *avx512f_vmfnmadd_<mode>_mask3<round_name>,
29974 *avx512f_vmfnmadd_<mode>_maskz_1<round_name>,
29975 *avx512f_vmfnmsub_<mode>_mask<round_name>,
29976 avx512f_vmfnmsub_<mode>_mask3<round_name>,
29977 *avx512f_vmfnmsub_<mode>_maskz_1<round_name>): New define_insns.
29978 (avx512f_vmfmadd_<mode>_maskz<round_expand_name>): New define_expand.
29979 * config/i386/avx512fintrin.h (_mm_mask_fmadd_sd, _mm_mask_fmadd_ss,
29980 _mm_mask3_fmadd_sd, _mm_mask3_fmadd_ss, _mm_maskz_fmadd_sd,
29981 _mm_maskz_fmadd_ss, _mm_mask_fmsub_sd, _mm_mask_fmsub_ss,
29982 _mm_mask3_fmsub_sd, _mm_mask3_fmsub_ss, _mm_maskz_fmsub_sd,
29983 _mm_maskz_fmsub_ss, _mm_mask_fnmadd_sd, _mm_mask_fnmadd_ss,
29984 _mm_mask3_fnmadd_sd, _mm_mask3_fnmadd_ss, _mm_maskz_fnmadd_sd,
29985 _mm_maskz_fnmadd_ss, _mm_mask_fnmsub_sd, _mm_mask_fnmsub_ss,
29986 _mm_mask3_fnmsub_sd, _mm_mask3_fnmsub_ss, _mm_maskz_fnmsub_sd,
29987 _mm_maskz_fnmsub_ss, _mm_mask_fmadd_round_sd, _mm_mask_fmadd_round_ss,
29988 _mm_mask3_fmadd_round_sd, _mm_mask3_fmadd_round_ss,
29989 _mm_maskz_fmadd_round_sd, _mm_maskz_fmadd_round_ss,
29990 _mm_mask_fmsub_round_sd, _mm_mask_fmsub_round_ss,
29991 _mm_mask3_fmsub_round_sd, _mm_mask3_fmsub_round_ss,
29992 _mm_maskz_fmsub_round_sd, _mm_maskz_fmsub_round_ss,
29993 _mm_mask_fnmadd_round_sd, _mm_mask_fnmadd_round_ss,
29994 _mm_mask3_fnmadd_round_sd, _mm_mask3_fnmadd_round_ss,
29995 _mm_maskz_fnmadd_round_sd, _mm_maskz_fnmadd_round_ss,
29996 _mm_mask_fnmsub_round_sd, _mm_mask_fnmsub_round_ss,
29997 _mm_mask3_fnmsub_round_sd, _mm_mask3_fnmsub_round_ss,
29998 _mm_maskz_fnmsub_round_sd, _mm_maskz_fnmsub_round_ss): New intrinsics.
29999
30000 2019-03-21 Martin Sebor <msebor@redhat.com>
30001
30002 PR tree-optimization/89350
30003 * builtins.c (compute_objsize): Also ignore offsets whose upper
30004 bound is negative.
30005 * gimple-ssa-warn-restrict.c (builtin_memref): Add new member.
30006 (builtin_memref::builtin_memref): Initialize new member.
30007 Allow EXPR to be null.
30008 (builtin_memref::extend_offset_range): Replace local with a member.
30009 Avoid assuming pointer offsets are unsigned.
30010 (builtin_memref::set_base_and_offset): Determine base object
30011 before computing offset range.
30012 (builtin_access::builtin_access): Handle memset.
30013 (builtin_access::generic_overlap): Replace local with a member.
30014 (builtin_access::strcat_overlap): Same.
30015 (builtin_access::overlap): Same.
30016 (maybe_diag_overlap): Same.
30017 (maybe_diag_access_bounds): Same.
30018 (wrestrict_dom_walker::check_call): Handle memset.
30019 (check_bounds_or_overlap): Same.
30020
30021 2019-03-21 Jan Hubicka <hubicka@ucw.cz>
30022 Jakub Jelinek <jakub@redhat.com>
30023
30024 PR lto/89692
30025 * tree.c (fld_type_variant, fld_incomplete_type_of,
30026 fld_process_array_type): Call fld->pset.add and don't call
30027 add_tree_to_fld_list if it returns true.
30028 (free_lang_data_in_type): Similarly with self-recursive call. Purge
30029 non-marked types from TYPE_NEXT_VARIANT list.
30030 (find_decls_types_r): Call fld_worklist_push for TYPE_CANONICAL (t).
30031
30032 2019-03-21 Jakub Jelinek <jakub@redhat.com>
30033
30034 * hash-table.h (hash_table): Add Lazy template parameter defaulted
30035 to false, if true, don't alloc_entries during construction, but defer
30036 it to the first method that needs m_entries allocated.
30037 (hash_table::hash_table, hash_table::~hash_table,
30038 hash_table::alloc_entries, hash_table::find_empty_slot_for_expand,
30039 hash_table::too_empty_p, hash_table::expand, hash_table::empty_slow,
30040 hash_table::clear_slot, hash_table::traverse_noresize,
30041 hash_table::traverse, hash_table::iterator::slide): Adjust all methods.
30042 * hash-set.h (hash_set): Add Lazy template parameter defaulted to
30043 false.
30044 (hash_set::contains): If Lazy is true, use find_slot_with_hash with
30045 NO_INSERT instead of find_with_hash.
30046 (hash_set::traverse, hash_set::iterator, hash_set::iterator::m_iter,
30047 hash_set::m_table): Add Lazy to template params of hash_table.
30048 (gt_ggc_mx, gt_pch_nx): Use false as Lazy in hash_set template param.
30049 * attribs.c (test_attribute_exclusions): Likewise.
30050 * hash-set-tests.c (test_set_of_strings): Add iterator tests for
30051 hash_set. Add tests for hash_set with Lazy = true.
30052
30053 2019-03-21 Richard Biener <rguenther@suse.de>
30054
30055 PR tree-optimization/89779
30056 * tree.c (tree_nop_conversion): Consolidate and fix defensive
30057 checks with respect to released SSA names now having error_mark_node
30058 type.
30059 * fold-const.c (operand_equal_p): Likewise.
30060
30061 2019-03-20 Andreas Krebbel <krebbel@linux.ibm.com>
30062
30063 PR target/89775
30064 * config/s390/s390.c (global_not_special_regno_p): Move to make it
30065 available to ...
30066 (s390_optimize_register_info): Use global_not_special_regno_p to
30067 check for global regs.
30068
30069 2019-03-20 Jakub Jelinek <jakub@redhat.com>
30070
30071 PR target/89752
30072 * lra-constraints.c (process_alt_operands) <reg>: For BLKmode, don't
30073 update this_alternative nor this_alternative_set.
30074
30075 2019-03-19 Jim Wilson <jimw@sifive.com>
30076
30077 PR target/89411
30078 * config/riscv/riscv.c (riscv_valid_lo_sum_p): New arg x. New locals
30079 align, size, offset. Use them to handle a BLKmode reference. Update
30080 comment.
30081 (riscv_classify_address): Pass info->offset to riscv_valid_lo_sum_p.
30082
30083 2019-03-19 Jakub Jelinek <jakub@redhat.com>
30084
30085 PR rtl-optimization/89768
30086 * loop-unroll.c (unroll_loop_constant_iterations): Use gen_int_mode
30087 instead of GEN_INT.
30088 (unroll_loop_runtime_iterations): Likewise.
30089
30090 2019-03-19 Martin Sebor <msebor@redhat.com>
30091
30092 PR tree-optimization/89644
30093 * tree-ssa-strlen.c (handle_builtin_stxncpy): Use full_string_p
30094 rather than endptr as an indicator of nul-termination.
30095
30096 PR tree-optimization/89644
30097 * tree-ssa-strlen.c (handle_builtin_stxncpy): Consider unterminated
30098 arrays in determining sequence sizes in strncpy and stpncpy.
30099
30100 2019-03-19 Martin Liska <mliska@suse.cz>
30101
30102 PR middle-end/89737
30103 * predict.c (combine_predictions_for_bb): Empty likely_edges and
30104 unlikely_edges if there's an edge that belongs to both these sets.
30105
30106 2018-03-19 Segher Boessenkool <segher@kernel.crashing.org>
30107
30108 PR target/89746
30109 * config/rs6000/rs6000.md (fix_trunc<mode>si2_stfiwx): If we have a
30110 non-TARGET_MFCRF target, and the dest is memory but not 32-bit aligned,
30111 go via a stack temporary.
30112
30113 2019-03-19 Jakub Jelinek <jakub@redhat.com>
30114
30115 PR target/89378
30116 * config/mips/mips.c (mips_expand_vec_cond_expr): Use gen_lowpart
30117 instead of gen_rtx_SUBREG.
30118 * config/mips/mips-msa.md (vec_extract<mode><unitmode>): Likewise.
30119
30120 2019-03-19 Richard Biener <rguenther@suse.de>
30121
30122 PR debug/88389
30123 * opts.c (finish_options): Disable -gsplit-dwarf when doing LTO.
30124
30125 2019-03-19 Jan Hubicka <hubicka@ucw.cz>
30126
30127 PR lto/87809
30128 PR lto/89335
30129 * tree.c (free_lang_data_in_decl): Do not free context of C++
30130 destrutors.
30131
30132 2019-03-19 Jakub Jelinek <jakub@redhat.com>
30133
30134 PR target/89506
30135 * config/arm/arm.md (cmpsi2_addneg): Swap the alternatives and use
30136 subs for the first alternative except when operands[3] is 1.
30137
30138 PR target/89752
30139 * gimplify.c (gimplify_asm_expr): For output argument with
30140 TREE_ADDRESSABLE type, clear allows_reg if it allows memory, otherwise
30141 diagnose error.
30142
30143 2019-03-19 Eric Botcazou <ebotcazou@adacore.com>
30144
30145 PR rtl-optimization/89753
30146 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
30147 explicit unrolling factor even more robust.
30148
30149 2019-03-19 Jakub Jelinek <jakub@redhat.com>
30150
30151 PR target/89726
30152 * config/i386/i386.c (ix86_expand_floorceildf_32): In ceil
30153 compensation use x2 += 1 instead of x2 -= -1 and when honoring
30154 signed zeros, do another copysign after the compensation.
30155
30156 2019-03-18 Martin Sebor <msebor@redhat.com>
30157
30158 PR tree-optimization/89720
30159 * tree-vrp.c (vrp_prop::check_mem_ref): Treat range with max < min
30160 more conservatively, the same as anti-range.
30161
30162 2019-03-18 Richard Biener <rguenther@suse.de>
30163
30164 PR middle-end/88945
30165 * tree-ssanames.c (release_ssa_name_fn): For released SSA names
30166 use a TREE_TYPE of error_mark_node to avoid ICEs when dumping
30167 basic-blocks that are removed. Remove restoring SSA_NAME_VAR.
30168 * tree-outof-ssa.c (eliminate_useless_phis): Remove redundant checking.
30169
30170 2019-03-18 Andrew Stubbs <ams@codesourcery.com>
30171
30172 * config/gcn/gcn-run.c (struct output): Make next_output unsigned.
30173 Extend queue to 1024 entries.
30174 Add "consumed" field.
30175 (gomp_print_output): Remove print_index parameter.
30176 Add final parameter.
30177 Change limit to unsigned.
30178 Use consumed field to implement circular buffer.
30179 Detect interrupted print in final pass.
30180 Flush output at the end.
30181 (run): Update gomp_print_output usage.
30182 (main): Initialize kernargs->output_data.consumed.
30183
30184 2019-03-18 Richard Sandiford <richard.sandiford@arm.com>
30185
30186 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Fix the
30187 calculation of the minimum number of scalar iterations for
30188 fully-predicated loops.
30189
30190 2019-03-18 Martin Jambor <mjambor@suse.cz>
30191
30192 PR tree-optimization/89546
30193 * tree-sra.c (propagate_subaccesses_across_link): Requeue new_acc if
30194 any propagation to its children took place.
30195
30196 2019-03-18 Andrew Burgess <andrew.burgess@embecosm.com>
30197
30198 PR target/89627
30199 * config/riscv/riscv.c (riscv_pass_fpr_single): Add offset
30200 parameter, and make use of it.
30201 (riscv_get_arg_info): Pass offset to riscv_pass_fpr_single.
30202
30203 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
30204
30205 * config/arc/arc.opt (mcode-density-frame): Get the inital value
30206 from TARGET_CODE_DENSITY_FRAME_DEFAULT.
30207 * config/arc/elf.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
30208 * config/arc/linux.h (TARGET_CODE_DENSITY_FRAME_DEFAULT): Define.
30209 * config/arc/arc.md (pop_multi_fp_blink): Adjust constraints to
30210 match what the ops is doing.
30211 (push_multi_fp_blink): Likewise.
30212 * config/arc/arc.c (arc_override_options): Enable enter/leave when
30213 compiling for size and elf target.
30214 (arc_save_callee_enter): Adjust note to match what enter/leave
30215 operation does.
30216
30217 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
30218
30219 * config/arc/arc.md (tst_movb): Fix constraint.
30220
30221 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
30222
30223 * config/arc/arc.c (TARGET_HAVE_SPECULATION_SAFE_VALUE): Define.
30224
30225 2019-03-18 Claudiu Zissulescu <claziss@synopsys.com>
30226
30227 * config/arc/arc-protos.h (arc_adjust_reg_alloc_order): Declare.
30228 * config/arc/arc.c (arc_conditional_register_usage): Remove all
30229 reg_alloc_order references.
30230 (size_alloc_order): Define.
30231 (arc_adjust_reg_alloc_order): New function.
30232 * config/arc/arc.h (REG_ALLOC_ORDER): Proper define the register
30233 order.
30234 (ADJUST_REG_ALLOC_ORDER): Define.
30235 (HONOR_REG_ALLOC_ORDER): Likewise.
30236
30237 2019-03-18 Richard Biener <rguenther@suse.de>
30238
30239 PR target/87561
30240 * config/i386/i386.c (ix86_add_stmt_cost): Pessimize strided
30241 loads and stores a bit more.
30242
30243 2019-03-18 Richard Biener <rguenther@suse.de>
30244
30245 PR target/87561
30246 * config/i386/i386.c (ix86_add_stmt_cost): Apply strided
30247 load pessimization to stores as well.
30248
30249 2019-03-18 Andrey Belevantsev <abel@ispras.ru>
30250
30251 PR middle-end/86979
30252 * sel-sched.c (compute_av_set_at_bb_end): When we have an ineligible
30253 successor, use NULL as its av set.
30254
30255 2019-03-15 Segher Boessenkool <segher@kernel.crashing.org>
30256
30257 PR rtl-optimization/89721
30258 * lra-constraints (invariant_p): Return false if side_effects_p holds.
30259
30260 2019-03-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
30261
30262 PR target/87532
30263 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
30264 When handling vec_extract, use modular arithmetic to allow
30265 constant selectors greater than vector length.
30266 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Allow
30267 V1TImode vectors to have constant selector values greater than 0.
30268 Use modular arithmetic to compute vector index.
30269 (rs6000_split_vec_extract_var): Use modular arithmetic to compute
30270 index for in-memory vectors. Correct code generation for
30271 in-register vectors.
30272 (altivec_expand_vec_ext_builtin): Use modular arithmetic to
30273 compute index.
30274
30275 2019-03-15 Alexandre Oliva <aoliva@redhat.com>
30276
30277 PR c++/88534
30278 PR c++/88537
30279 * dwarf2out.c (generic_parameter_die): Follow DECL_INITIAL of
30280 VAR_DECL args.
30281
30282 2019-03-15 Jakub Jelinek <jakub@redhat.com>
30283
30284 PR c++/89709
30285 * tree.c (inchash::add_expr): Strip any location wrappers.
30286 * fold-const.c (operand_equal_p): Move stripping of location wrapper
30287 after hash verification.
30288
30289 PR debug/89704
30290 * dwarf2out.c (add_const_value_attribute): Return false for MINUS,
30291 SIGN_EXTEND and ZERO_EXTEND.
30292
30293 2019-03-14 Jason Merrill <jason@redhat.com>
30294 Jakub Jelinek <jakub@redhat.com>
30295
30296 * hash-table.h (remove_elt_with_hash): Return if slot is NULL rather
30297 than if is_empty (*slot).
30298 * hash-set-tests.c (test_set_of_strings): Add tests for addition of
30299 existing elt and for elt removal.
30300 * hash-map-tests.c (test_map_of_strings_to_int): Add test for removal
30301 of already removed elt.
30302
30303 2019-03-15 H.J. Lu <hongjiu.lu@intel.com>
30304
30305 PR target/89650
30306 * config/i386/i386.c (remove_partial_avx_dependency): Handle
30307 REG_EH_REGION note.
30308
30309 2019-03-14 Martin Liska <mliska@suse.cz>
30310
30311 PR other/89712
30312 * doc/invoke.texi: Remove -fdump-class-hierarchy option.
30313
30314 2019-03-14 Richard Biener <rguenther@suse.de>
30315
30316 PR target/89711
30317 * config/i386/i386.c (make_resolver_func): Properly set
30318 DECL_CONTEXT on the RESULT_DECL.
30319 * config/rs6000/rs6000.c (make_resolver_func): Likewise.
30320
30321 2019-03-14 Richard Biener <rguenther@suse.de>
30322
30323 * gimple-pretty-print.c: Include cfgloop.h.
30324 (dump_gimple_phi): Adjust.
30325 (dump_gimple_bb_header): Dump loop header for GIMPLE.
30326 (pp_cfg_jump): Adjust.
30327 (dump_implicit_edges): Dump fallthru to next block for GIMPLE as well.
30328 * tree-cfg.c (build_gimple_cfg): Remove lower_phi_internal_fn call.
30329 (lower_phi_internal_fn): Remove.
30330 (verify_gimple_call): Remove IFN_PHI special-casing.
30331 (dump_function_to_file): Dump IL state.
30332 * tree-into-ssa.c (rewrite_add_phi_arguments): Revert changes
30333 done to deal with PHI nodes being present in non-SSA state.
30334
30335 2019-03-14 Jakub Jelinek <jakub@redhat.com>
30336
30337 PR ipa/89684
30338 * multiple_target.c (create_dispatcher_calls): Change
30339 references_to_redirect from vector of ipa_ref * to vector of ipa_ref.
30340 In the node->iterate_referring loop, push *ref rather than ref, call
30341 ref->remove_reference () and always pass 0 to iterate_referring.
30342
30343 PR rtl-optimization/89679
30344 * expmed.c (expand_mult_const): Don't add a REG_EQUAL note if it
30345 would contain a paradoxical SUBREG.
30346
30347 2019-03-14 Richard Biener <rguenther@suse.de>
30348
30349 PR tree-optimization/89710
30350 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Use
30351 safe_dyn_cast.
30352
30353 2019-03-14 Martin Liska <mliska@suse.cz>
30354
30355 * coverage.c (coverage_begin_function): Stream also
30356 end_column.
30357 * doc/gcov.texi: Document 2 new fields in JSON file. Improve
30358 documentation about function declaration location.
30359 * gcov-dump.c (tag_function): Print whole range
30360 of function declaration.
30361 * gcov.c (struct function_info): Add end_column field.
30362 (function_info::function_info): Initialize it.
30363 (output_json_intermediate_file): Output {start,end}_column
30364 fields.
30365 (read_graph_file): Read end_column.
30366
30367 2019-03-14 Richard Biener <rguenther@suse.de>
30368
30369 PR middle-end/89698
30370 * fold-const.c (operand_equal_p): For INDIRECT_REF check
30371 that the access types are similar.
30372
30373 2019-03-14 Jakub Jelinek <jakub@redhat.com>
30374
30375 PR tree-optimization/89703
30376 * tree-ssa-strlen.c (valid_builtin_call): Punt if stmt call types
30377 aren't compatible also with builtin_decl_explicit. Check pure
30378 or non-pure status of BUILT_IN_STR{{,N}CMP,N{LEN,{CAT,CPY}{,_CHK}}}
30379 and BUILT_IN_STPNCPY{,_CHK}.
30380
30381 2019-03-14 H.J. Lu <hongjiu.lu@intel.com>
30382
30383 PR target/89523
30384 * config/i386/i386.c (ix86_print_operand): Handle 'M' to add
30385 addr32 prefix to VSIB address for X32.
30386 * config/i386/sse.md (*avx512pf_gatherpf<mode>sf_mask): Prepend
30387 "%M2" to opcode.
30388 (*avx512pf_gatherpf<mode>df_mask): Likewise.
30389 (*avx512pf_scatterpf<mode>sf_mask): Likewise.
30390 (*avx512pf_scatterpf<mode>df_mask): Likewise.
30391 (*avx2_gathersi<mode>): Prepend "%M3" to opcode.
30392 (*avx2_gathersi<mode>_2): Prepend "%M2" to opcode.
30393 (*avx2_gatherdi<mode>): Prepend "%M3" to opcode.
30394 (*avx2_gatherdi<mode>_2): Prepend "%M2" to opcode.
30395 (*avx2_gatherdi<mode>_3): Prepend "%M3" to opcode.
30396 (*avx2_gatherdi<mode>_4): Prepend "%M2" to opcode.`
30397 (*avx512f_gathersi<mode>): Prepend "%M4" to opcode.
30398 (*avx512f_gathersi<mode>_2): Prepend "%M3" to opcode.
30399 (*avx512f_gatherdi<mode>): Prepend "%M4" to opcode.
30400 (*avx512f_gatherdi<mode>_2): Prepend "%M3" to opcode.
30401 (*avx512f_scattersi<mode>): Prepend "%M0" to opcode.
30402 (*avx512f_scatterdi<mode>): Likewise.
30403
30404 2019-03-13 Vladimir Makarov <vmakarov@redhat.com>
30405
30406 PR target/85860
30407 * lra-constraints.c (inherit_in_ebb): Update
30408 potential_reload_hard_regs along with live_hard_regs.
30409
30410 2019-03-13 Jakub Jelinek <jakub@redhat.com>
30411
30412 PR debug/89498
30413 * dwarf2out.c (size_of_die): For dw_val_class_view_list always use
30414 DWARF_OFFSET_SIZE.
30415 (value_format): For dw_val_class_view_list never use DW_FORM_loclistx.
30416
30417 2019-03-13 Martin Sebor <msebor@redhat.com>
30418
30419 PR tree-optimization/89662
30420 * tree-vrp.c (vrp_prop::check_mem_ref): Avoid assuming every type
30421 has a size.
30422
30423 2019-03-13 Richard Biener <rguenther@suse.de>
30424
30425 PR middle-end/89677
30426 * tree-scalar-evolution.c (simplify_peeled_chrec): Do not
30427 throw FP expressions at tree-affine.
30428
30429 2019-03-14 Richard Biener <rguenther@suse.de>
30430
30431 * tree-pretty-print.c (dump_generic_node): For -gimple properly
30432 dump negative integer constants using _Literal (type) -num.
30433
30434 2019-03-13 Jakub Jelinek <jakub@redhat.com>
30435
30436 * ipa-param-manipulation.h (struct ipa_parm_adjustment): Remove
30437 nonlocal_value member.
30438
30439 PR middle-end/88588
30440 * omp-simd-clone.c (ipa_simd_modify_stmt_ops): Handle PHI args.
30441 (ipa_simd_modify_function_body): Handle PHIs.
30442
30443 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
30444
30445 * config/s390/s390.c (s390_option_override_internal): Use more
30446 aggressive inlining parameters.
30447
30448 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
30449
30450 * config/s390/3906.md: New file.
30451 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
30452 (LONGRUNNING_THRESHOLD): Remove.
30453 (MAX_SCHED_MIX_SCORE): Decrease.
30454 (MAX_SCHED_MIX_DISTANCE): Decrease.
30455 (s390_bb_fallthru_entry_likely): Assume fallthru for less than likely.
30456 (struct s390_sched_state): New struct to hold scheduling state.
30457 (S390_SCHED_STATE_NORMAL): Remove.
30458 (S390_SCHED_STATE_CRACKED): Remove.
30459 (S390_SCHED_ATTR_MASK_GROUPOFTWO): Add.
30460 (s390_get_sched_attrmask): Use new attribute.
30461 (s390_get_unit_mask): Use new units.
30462 (s390_is_fpd): New function.
30463 (s390_is_fxd): New function.
30464 (s390_is_longrunning): New function.
30465 (s390_sched_score): Use new functions.
30466 (s390_sched_reorder): Likewise.
30467 (s390_sched_variable_issue): Rework and use new functions.
30468 (s390_sched_init): Use new functions.
30469 * config/s390/s390.h (s390_tune_attr): Add z14.
30470 * config/s390/s390.md: Add z14.
30471
30472 2019-03-12 Robin Dapp <rdapp@linux.ibm.com>
30473
30474 * config/s390/2964.md: Update pipeline description.
30475 * config/s390/s390.c (MAX_SCHED_UNITS): Increase.
30476 (LONGRUNNING_THRESHOLD): Remove.
30477 (LATENCY_FACTOR): Remove.
30478 (s390_get_unit_mask): Add unit.
30479 (s390_sched_score): Use fxd/fpd.
30480 (s390_sched_variable_issue): Use fxd/fpd.
30481
30482 2019-03-12 Martin Liska <mliska@suse.cz>
30483
30484 * config/i386/i386.c: Reword an error message.
30485
30486 2019-03-12 Martin Jambor <mjambor@suse.cz>
30487
30488 * cgraph.c (cgraph_node::dump): Dump more info for former thunks,
30489 terminate with newline.
30490
30491 2019-03-12 Jakub Jelinek <jakub@redhat.com>
30492
30493 PR target/52726
30494 * config/s390/s390.md (tabort): Use %wd instead of
30495 HOST_WIDE_INT_PRINT_DEC in error message, reword to avoid two capital
30496 letters and periods.
30497 * config/tilepro/tilepro.c (tilepro_print_operand): Use %wd in
30498 output_operand_lossage instead of HOST_WIDE_INT_PRINT_DEC, replace
30499 's with %< and %>.
30500
30501 PR middle-end/89663
30502 * builtins.c (expand_builtin_int_roundingfn,
30503 expand_builtin_int_roundingfn_2): Return NULL_RTX instead of
30504 gcc_unreachable if validate_arglist fails.
30505
30506 2019-03-12 Richard Biener <rguenther@suse.de>
30507
30508 PR tree-optimization/89664
30509 * tree-ssa-math-opts.c (execute_cse_reciprocals_1): Properly
30510 free the occurance tree after the early out.
30511
30512 2019-03-11 Jakub Jelinek <jakub@redhat.com>
30513
30514 PR middle-end/89655
30515 PR bootstrap/89656
30516 * vr-values.c (vr_values::update_value_range): If
30517 old_vr->varying_p (), don't update it, make new_vr also VARYING
30518 and return false.
30519
30520 2019-03-11 Martin Liska <mliska@suse.cz>
30521
30522 * config/aarch64/aarch64.c (aarch64_override_options_internal):
30523 Fix double string quoting.
30524
30525 2019-03-11 Martin Liska <mliska@suse.cz>
30526
30527 * collect-utils.c (collect_wait): Wrap apostrophes
30528 in gcc internal format with %'.
30529 * collect2.c (main): Likewise.
30530 (scan_prog_file): Likewise.
30531 (scan_libraries): Likewise.
30532 * config/i386/i386.c (ix86_expand_call): Likewise.
30533 (ix86_handle_interrupt_attribute): Likewise.
30534 * config/nds32/nds32-intrinsic.c (nds32_expand_builtin_impl): Likewise.
30535 * config/nds32/nds32.c (nds32_insert_attributes): Likewise.
30536 * config/rl78/rl78.c (rl78_handle_saddr_attribute): Likewise.
30537 * lto-wrapper.c (find_crtoffloadtable): Likewise.
30538 * symtab.c (symtab_node::verify_base): Likewise.
30539 * tree-cfg.c (verify_gimple_label): Likewise.
30540 * tree.c (verify_type_variant): Likewise.
30541
30542 2019-03-11 Martin Liska <mliska@suse.cz>
30543
30544 * builtins.c (expand_builtin_thread_pointer): Wrap an option name
30545 in a string format message and fix GNU coding style.
30546 (expand_builtin_set_thread_pointer): Likewise.
30547 * common/config/aarch64/aarch64-common.c
30548 (aarch64_rewrite_selected_cpu): Likewise.
30549 * common/config/alpha/alpha-common.c (alpha_handle_option): Likewise.
30550 * common/config/arc/arc-common.c (arc_handle_option): Likewise.
30551 * common/config/arm/arm-common.c (arm_parse_fpu_option): Likewise.
30552 * common/config/bfin/bfin-common.c (bfin_handle_option): Likewise.
30553 * common/config/i386/i386-common.c (ix86_handle_option): Likewise.
30554 * common/config/ia64/ia64-common.c (ia64_handle_option): Likewise.
30555 * common/config/m68k/m68k-common.c (m68k_handle_option): Likewise.
30556 * common/config/msp430/msp430-common.c (msp430_handle_option): Likewise.
30557 * common/config/nds32/nds32-common.c (nds32_handle_option): Likewise.
30558 * common/config/powerpcspe/powerpcspe-common.c (rs6000_handle_option):
30559 Likewise.
30560 * common/config/riscv/riscv-common.c
30561 (riscv_subset_list::parsing_subset_version): Likewise.
30562 (riscv_subset_list::parse_std_ext): Likewise.
30563 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
30564 (riscv_subset_list::parse): Likewise.
30565 * common/config/rs6000/rs6000-common.c (rs6000_handle_option): Likewise.
30566 * config/aarch64/aarch64.c (aarch64_parse_one_option_token): Likewise.
30567 (aarch64_override_options_internal): Likewise.
30568 (aarch64_validate_mcpu): Likewise.
30569 (aarch64_validate_march): Likewise.
30570 (aarch64_validate_mtune): Likewise.
30571 (aarch64_override_options): Likewise.
30572 * config/alpha/alpha.c (alpha_option_override): Likewise.
30573 * config/arc/arc.c (arc_init): Likewise.
30574 (parse_mrgf_banked_regs_option): Likewise.
30575 (arc_override_options): Likewise.
30576 (arc_expand_builtin_aligned): Likewise.
30577 * config/arm/arm-builtins.c (arm_expand_neon_builtin): Likewise.
30578 (arm_expand_builtin): Likewise.
30579 * config/arm/arm.c (arm_option_check_internal): Likewise.
30580 (arm_configure_build_target): Likewise.
30581 (arm_option_override): Likewise.
30582 (arm_options_perform_arch_sanity_checks): Likewise.
30583 (arm_handle_cmse_nonsecure_entry): Likewise.
30584 (arm_handle_cmse_nonsecure_call): Likewise.
30585 (arm_tls_referenced_p): Likewise.
30586 (thumb1_expand_prologue): Likewise.
30587 * config/avr/avr.c (avr_option_override): Likewise.
30588 * config/bfin/bfin.c (bfin_option_override): Likewise.
30589 * config/c6x/c6x.c (c6x_option_override): Likewise.
30590 * config/cr16/cr16.c (cr16_override_options): Likewise.
30591 * config/cris/cris.c (cris_option_override): Likewise.
30592 * config/csky/csky.c (csky_handle_isr_attribute): Likewise.
30593 * config/darwin-c.c (macosx_version_as_macro): Likewise.
30594 * config/darwin.c (darwin_override_options): Likewise.
30595 * config/frv/frv.c (frv_expand_builtin): Likewise.
30596 * config/h8300/h8300.c (h8300_option_override): Likewise.
30597 * config/i386/i386.c (parse_mtune_ctrl_str): Likewise.
30598 (ix86_option_override_internal): Likewise.
30599 (warn_once_call_ms2sysv_xlogues): Likewise.
30600 (ix86_expand_prologue): Likewise.
30601 (split_stack_prologue_scratch_regno): Likewise.
30602 (ix86_warn_parameter_passing_abi): Likewise.
30603 * config/ia64/ia64.c (fix_range): Likewise.
30604 * config/m68k/m68k.c (m68k_option_override): Likewise.
30605 * config/microblaze/microblaze.c (microblaze_option_override): Likewise.
30606 * config/mips/mips.c (mips_emit_probe_stack_range): Likewise.
30607 (mips_set_compression_mode): Likewise.
30608 * config/mmix/mmix.c (mmix_option_override): Likewise.
30609 * config/mn10300/mn10300.c (mn10300_option_override): Likewise.
30610 * config/msp430/msp430.c (msp430_option_override): Likewise.
30611 * config/nds32/nds32.c (nds32_option_override): Likewise.
30612 * config/nios2/nios2.c (nios2_custom_check_insns): Likewise.
30613 (nios2_option_override): Likewise.
30614 (nios2_expand_custom_builtin): Likewise.
30615 * config/nvptx/mkoffload.c (main): Likewise.
30616 * config/nvptx/nvptx.c (diagnose_openacc_conflict): Likewise.
30617 * config/pa/pa.c (fix_range): Likewise.
30618 (pa_option_override): Likewise.
30619 * config/riscv/riscv.c (riscv_parse_cpu): Likewise.
30620 (riscv_option_override): Likewise.
30621 * config/rl78/rl78.c (rl78_option_override): Likewise.
30622 * config/rs6000/aix61.h: Likewise.
30623 * config/rs6000/aix71.h: Likewise.
30624 * config/rs6000/aix72.h: Likewise.
30625 * config/rs6000/driver-rs6000.c (elf_platform): Likewise.
30626 * config/rs6000/freebsd64.h: Likewise.
30627 * config/rs6000/linux64.h: Likewise.
30628 * config/rs6000/rs6000.c (rs6000_option_override_internal): Likewise.
30629 (rs6000_expand_zeroop_builtin): Likewise.
30630 (rs6000_expand_mtfsb_builtin): Likewise.
30631 (rs6000_expand_set_fpscr_rn_builtin): Likewise.
30632 (rs6000_expand_set_fpscr_drn_builtin): Likewise.
30633 (rs6000_invalid_builtin): Likewise.
30634 (rs6000_expand_split_stack_prologue): Likewise.
30635 * config/rs6000/rtems.h: Likewise.
30636 * config/rx/rx.c (valid_psw_flag): Likewise.
30637 (rx_expand_builtin): Likewise.
30638 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Likewise.
30639 * config/s390/s390.c (s390_expand_builtin): Likewise.
30640 (s390_function_profiler): Likewise.
30641 (s390_option_override_internal): Likewise.
30642 (s390_option_override): Likewise.
30643 * config/sh/sh.c (sh_option_override): Likewise.
30644 (sh_builtin_saveregs): Likewise.
30645 (sh_fix_range): Likewise.
30646 * config/sh/vxworks.h: Likewise.
30647 * config/sparc/sparc.c (sparc_option_override): Likewise.
30648 * config/spu/spu.c (spu_option_override): Likewise.
30649 (fix_range): Likewise.
30650 * config/visium/visium.c (visium_option_override): Likewise.
30651 (visium_handle_interrupt_attr): Likewise.
30652 * config/xtensa/xtensa.c (xtensa_option_override): Likewise.
30653 * dbgcnt.c (dbg_cnt_set_limit_by_name): Likewise.
30654 (dbg_cnt_process_opt): Likewise.
30655 * dwarf2out.c (output_dwarf_version): Likewise.
30656 * except.c (expand_eh_return): Likewise.
30657 * gcc.c (defined): Likewise.
30658 (driver_handle_option): Likewise.
30659 (process_command): Likewise.
30660 (compare_files): Likewise.
30661 (driver::prepare_infiles): Likewise.
30662 (driver::do_spec_on_infiles): Likewise.
30663 (driver::maybe_run_linker): Likewise.
30664 * omp-offload.c (oacc_parse_default_dims): Likewise.
30665 * opts-global.c (handle_common_deferred_options): Likewise.
30666 * opts.c (parse_sanitizer_options): Likewise.
30667 (common_handle_option): Likewise.
30668 (enable_warning_as_error): Likewise.
30669 * passes.c (enable_disable_pass): Likewise.
30670 * plugin.c (parse_plugin_arg_opt): Likewise.
30671 (default_plugin_dir_name): Likewise.
30672 * targhooks.c (default_expand_builtin_saveregs): Likewise.
30673 (default_pch_valid_p): Likewise.
30674 * toplev.c (init_asm_output): Likewise.
30675 (process_options): Likewise.
30676 (toplev::run_self_tests): Likewise.
30677 * tree-cfg.c (verify_gimple_call): Likewise.
30678 * tree-inline.c (inline_forbidden_p_stmt): Likewise.
30679 (tree_inlinable_function_p): Likewise.
30680 * var-tracking.c (vt_find_locations): Likewise.
30681
30682 2019-03-11 Andreas Krebbel <krebbel@linux.ibm.com>
30683
30684 * config/s390/s390.c (s390_expand_builtin): Do the copy_to_reg not
30685 only on the else branch.
30686
30687 2019-03-11 Martin Liska <mliska@suse.cz>
30688
30689 * gcov.c (output_intermediate_json_line): Print function
30690 name of each line.
30691 (output_json_intermediate_file): Add new argument.
30692 * doc/gcov.texi: Document the change.
30693
30694 2019-03-11 Eric Botcazou <ebotcazou@adacore.com>
30695
30696 PR rtl-optimization/89588
30697 * loop-unroll.c (decide_unroll_constant_iterations): Make guard for
30698 explicit unrolling factor more robust.
30699
30700 2019-03-11 Richard Biener <rguenther@suse.de>
30701
30702 PR tree-optimization/89649
30703 * tree-vectorizer.h (vect_loop_versioning): Adjust prototype.
30704 * tree-vect-loop-manip.c (vect_do_peeling): Unset force_vectorize
30705 on the prolog and epilog loops.
30706 (vect_loop_versioning): Return copy of loop.
30707 * tree-vect-loop.c (vect_transform_loop): Unset force_vectorize
30708 on the non-vectorized version of the loop.
30709
30710 2019-03-10 Uroš Bizjak <ubizjak@gmail.com>
30711
30712 PR target/68924
30713 * config/i386/sse.md (*vec_extractv2di_0_sse):
30714 Add (=r,x) alternative and corresponding splitter.
30715
30716 2019-03-10 Martin Jambor <mjambor@suse.cz>
30717
30718 PR tree-optimization/85762
30719 PR tree-optimization/87008
30720 PR tree-optimization/85459
30721 * tree-sra.c (contains_vce_or_bfcref_p): New parameter, set the bool
30722 it points to if there is a type changing MEM_REF. Adjust all callers.
30723 (build_accesses_from_assign): Disable total scalarization if
30724 contains_vce_or_bfcref_p returns true through the new parameter, for
30725 both rhs and lhs.
30726
30727 2019-03-09 Jakub Jelinek <jakub@redhat.com>
30728
30729 PR c/88568
30730 * attribs.c (handle_dll_attribute): Don't clear TREE_STATIC for
30731 dllimport on VAR_DECLs with RECORD_TYPE or UNION_TYPE DECL_CONTEXT.
30732
30733 PR target/79645
30734 * common.opt (fdiagnostics-show-labels,
30735 fdiagnostics-show-line-numbers, fdiagnostics-format=,
30736 fdiagnostics-minimum-margin-width=, fgnat-encodings=, gas-loc-support,
30737 gas-locview-support, ginline-points, ginternal-reset-location-views):
30738 Terminate description text with a dot.
30739 * config/microblaze/microblaze.opt (mxl-prefetch): Likewise.
30740 * config/mcore/mcore.opt (m210, m340): Likewise.
30741 * config/epiphany/epiphany.opt (mprefer-short-insn-regs, mcmove,
30742 mnops=): Start description text with a capital letter.
30743 * config/arc/arc.opt (msize-level=): Likewise.
30744 * config/sh/sh.opt (minline-ic_invalidate): Likewise.
30745 * config/rs6000/sysv4.opt (mno-toc, mtoc, mno-traceback, mshlib,
30746 mnewlib): Likewise.
30747 * config/ft32/ft32.opt (msim): Likewise.
30748 (mft32b, mcompress): Likewise. Terminate description text with a dot.
30749 (mnodiv, mnopm): Terminate description text with a dot.
30750 * config/c6x/c6x.opt (c6x_sdata): Terminate Enum description with
30751 a colon.
30752 * config/i386/i386.opt (prefer_vector_width, instrument_return):
30753 Likewise.
30754 * config/rx/rx.opt (nofpu): Remove trailing spaces from description
30755 text.
30756
30757 PR rtl-optimization/89634
30758 * cfgcleanup.c (thread_jump): Punt if registers mentioned in cond1
30759 are modified in BB_END (e->src) instruction.
30760
30761 2019-03-08 David Malcolm <dmalcolm@redhat.com>
30762
30763 PR target/79926
30764 * config/i386/i386.c (ix86_set_current_function): Make "sorry"
30765 messages more amenable to translation, and improve wording.
30766
30767 2019-03-08 Bill Schmidt <wschmidt@linux.ibm.com>
30768
30769 * config/rs6000/rs6000-p8swap.c (rs6000_analyze_swaps): Rebuild
30770 ud- and du-chains between phases.
30771
30772 2019-03-08 Richard Sandiford <richard.sandiford@arm.com>
30773
30774 PR debug/89631
30775 * dwarf2cfi.c (dwarf2out_frame_debug_expr): Use CONST_POLY_INT
30776 instead of POLY_INT_CST.
30777
30778 2019-03-08 Andre Vieira <andre.simoesdiasvieira@arm.com>
30779
30780 * config/arm/arm.h (TARGET_FP16_TO_DOUBLE): Add TARGET_VFP_DOUBLE
30781 requirement.
30782
30783 2019-03-08 Uroš Bizjak <ubizjak@gmail.com>
30784
30785 PR target/68924
30786 PR target/78782
30787 PR target/87558
30788 * config/i386/emmintrin.h (_mm_loadu_si64): New intrinsic.
30789 (_mm_storeu_si64): Ditto.
30790
30791 2019-03-08 Martin Liska <mliska@suse.cz>
30792
30793 PR target/86952
30794 * config/i386/i386.c (ix86_option_override_internal): Disable
30795 jump tables when retpolines are used.
30796
30797 2019-03-08 Jan Hubicka <hubicka@ucw.cz>
30798
30799 PR go/63560
30800 * ipa-split.c (execute_split_functions): Do not split
30801 'noinline' or 'section' function.
30802
30803 2019-03-08 Jakub Jelinek <jakub@redhat.com>
30804
30805 PR target/79846
30806 * config/s390/s390.c (s390_const_operand_ok): Use %wu instead of
30807 HOST_WIDE_INT_PRINT_UNSIGNED and %wd instead of
30808 HOST_WIDE_INT_PRINT_DEC. Formatting fixes.
30809
30810 PR ipa/80000
30811 * ipa-devirt.c (compare_virtual_tables): Remove two trailing spaces
30812 from diagnostics. Formatting fixes.
30813
30814 PR target/85665
30815 * ipa-devirt.c (odr_types_equivalent_p): Fix grammar in
30816 warn_odr diagnostics.
30817
30818 PR other/80058
30819 * lra-constraints.c (process_alt_operands): Avoid one space before
30820 " at the end of line and another after " on another line in a string
30821 literal.
30822 * attribs.c (handle_dll_attribute): Likewise.
30823 * config/avr/avr-devices.c (avr_texinfo): Likewise.
30824
30825 * gimple-ssa-warn-alloca.c (pass_walloca::execute): Don't wrap
30826 warning_at or inform messages in G_() if there is no ?:.
30827
30828 PR tree-optimization/89550
30829 * builtins.c (c_strlen): Only set TREE_NO_WARNING if warning_at
30830 returned true. Formatting fixes.
30831 (expand_builtin_strnlen): Formatting fixes.
30832 * tree-vrp.c (vrp_prop::check_mem_ref): Only set TREE_NO_WARNING
30833 if warning_at returned true.
30834 * tree-cfg.c (pass_warn_function_return::execute): Likewise.
30835
30836 2019-03-08 Richard Biener <rguenther@suse.de>
30837
30838 PR middle-end/89578
30839 * cfgloop.h (struct loop): Add owned_clique field.
30840 * cfgloopmanip.c (copy_loop_info): Copy it.
30841 * tree-cfg.c (gimple_duplicate_bb): Do not remap owned_clique
30842 cliques.
30843 * tree-inline.c (copy_loops): Remap owned_clique.
30844 * lto-streamer-in.c (input_cfg): Stream owned_clique.
30845 * lto-streamer-out.c (output_cfg): Likewise.
30846
30847 2019-03-08 Jakub Jelinek <jakub@redhat.com>
30848
30849 PR target/80190
30850 * config/darwin.c: Include intl.h.
30851 (darwin_build_constant_cfstring): Improve i18n of diagnostics by not
30852 composing the message out of two separate parts.
30853
30854 2019-03-07 Jakub Jelinek <jakub@redhat.com>
30855
30856 PR target/80003
30857 * config/i386/i386.c (ix86_set_func_type): Make sure diagnostics
30858 doesn't start with a capital letter and doesn't end with a dot.
30859 (ix86_function_arg_boundary): Make sure diagnostics doesn't start
30860 with a capital letter.
30861 (ix86_mangle_function_version_assembler_name): Likewise.
30862 (ix86_generate_version_dispatcher_body): Likewise.
30863 (fold_builtin_cpu): Likewise.
30864 (get_builtin_code_for_version): Likewise. Remove extraneous space.
30865 (ix86_handle_interrupt_attribute): Make the diagnostics easier for
30866 translators, wrap full type name in %qs.
30867
30868 PR translation/79999
30869 * gimplify.c (gimplify_omp_ordered): Reword diagnostics to talk about
30870 depend clause with source (or sink) modifier.
30871 * omp-expand.c (expand_omp_ordered_sink): Likewise.
30872
30873 PR target/89602
30874 * config/i386/sse.md (avx512f_mov<ssescalarmodelower>_mask,
30875 *avx512f_load<mode>_mask, avx512f_store<mode>_mask): New define_insns.
30876 (avx512f_load<mode>_mask): New define_expand.
30877 * config/i386/i386-builtin.def (__builtin_ia32_loadsd_mask,
30878 __builtin_ia32_loadss_mask, __builtin_ia32_storesd_mask,
30879 __builtin_ia32_storess_mask, __builtin_ia32_movesd_mask,
30880 __builtin_ia32_movess_mask): New builtins.
30881 * config/i386/avx512fintrin.h (_mm_mask_load_ss, _mm_maskz_load_ss,
30882 _mm_mask_load_sd, _mm_maskz_load_sd, _mm_mask_move_ss,
30883 _mm_maskz_move_ss, _mm_mask_move_sd, _mm_maskz_move_sd,
30884 _mm_mask_store_ss, _mm_mask_store_sd): New intrinsics.
30885
30886 2019-03-07 Martin Jambor <mjambor@suse.cz>
30887
30888 PR lto/87525
30889 * ipa-cp.c (perform_estimation_of_a_value): Account zero time benefit
30890 for extern inline functions.
30891
30892 2019-03-07 Martin Jambor <mjambor@suse.cz>
30893
30894 PR ipa/88235
30895 * cgraph.h (cgraph_node): New inline method former_thunk_p.
30896 * cgraph.c (cgraph_node::dump): Dump a note if node is a former thunk.
30897 (clone_of_p): Treat expanded thunks like thunks, be optimistic if they
30898 have multiple callees. At the end check if declarations match as
30899 opposed to cgraph_nodes.
30900
30901 2019-03-07 Martin Liska <mliska@suse.cz>
30902
30903 * cgraph.c (cgraph_node::verify_node): Verify with a neighbour
30904 which is equivalent to searching for this in clones chain.
30905 * symtab.c (symtab_node::verify_base): Similarly compare ASM
30906 names with a neighbour and special case first node in a chain.
30907
30908 2019-01-25 Jason Merrill <jason@redhat.com>
30909
30910 PR c++/80916 - spurious "static but not defined" warning.
30911 * gimple-fold.c (can_refer_decl_in_current_unit_p): Return false
30912 for an internal symbol with DECL_EXTERNAL.
30913
30914 2019-04-07 Richard Biener <rguenther@suse.de>
30915
30916 PR middle-end/89618
30917 * cfgloopmanip.c (copy_loop_info): Copy forgotten fields.
30918 * tree-inline.c (copy_loops): Simplify.
30919
30920 2019-03-07 Martin Liska <mliska@suse.cz>
30921
30922 * dwarf2out.c (add_AT_vms_delta): Revert function removal.
30923
30924 2019-03-07 Richard Biener <rguenther@suse.de>
30925
30926 PR tree-optimization/89595
30927 * tree-ssa-dom.c (dom_opt_dom_walker::optimize_stmt): Take
30928 stmt iterator as reference, take boolean output parameter to
30929 indicate whether the stmt was removed and thus the iterator
30930 already advanced.
30931 (dom_opt_dom_walker::before_dom_children): Re-iterate over
30932 stmts created by folding.
30933
30934 2019-03-07 Jakub Jelinek <jakub@redhat.com>
30935
30936 PR c++/89585
30937 * doc/extend.texi (Basic Asm): Document qualifiers are not allowed
30938 at toplevel.
30939
30940 2019-03-06 Peter Bergner <bergner@linux.ibm.com>
30941
30942 PR rtl-optimization/88845
30943 * config/rs6000/rs6000.c (rs6000_emit_move_si_sf_subreg): Enable during
30944 LRA.
30945 * lra.c (remove_scratches_1): New function.
30946 (remove_scratches): Use it.
30947 (lra_emit_move): Likewise.
30948
30949 2019-03-06 Claudiu Zissulescu <claziss@synopsys.com>
30950
30951 * config/arc/arc-c.def (__ARC_UNALIGNED__): Set it on
30952 unaligned_access variable.
30953 * config/arc/arc.c (arc_override_options): Set unaligned access
30954 default on for HS CPUs.
30955 * config/arc/arc.h (STRICT_ALIGNMENT): Fix logic.
30956
30957 2019-03-06 Martin Liska <mliska@suse.cz>
30958
30959 PR gcov-profile/89577
30960 * doc/gcov.texi: Prefer to use --coverage.
30961 * doc/sourcebuild.texi: Likewise.
30962
30963 2019-03-02 Jason Merrill <jason@redhat.com>
30964
30965 PR c++/86485 - -Wmaybe-unused with empty class ?:
30966 * gimplify.c (gimplify_cond_expr): Use INIT_EXPR.
30967
30968 2019-03-05 Jakub Jelinek <jakub@redhat.com>
30969
30970 PR target/89587
30971 * config/rs6000/t-linux (MULTIARCH_DIRNAME): Set to non-empty only
30972 if_multiarch.
30973
30974 PR middle-end/89590
30975 * builtins.c (maybe_emit_free_warning): Punt if free doesn't have
30976 exactly one argument.
30977
30978 2019-03-05 Jakub Jelinek <jakub@redhat.com>
30979 Richard Sandiford <richard.sandiford@arm.com>
30980
30981 PR tree-optimization/89570
30982 * match.pd (vec_cond into cond_op simplification): Don't use
30983 get_conditional_internal_fn, use as_internal_fn (cond_op).
30984
30985 2019-03-05 Wilco Dijkstra <wdijkstr@arm.com>
30986
30987 PR target/89222
30988 * config/arm/arm.md (movsi): Use targetm.cannot_force_const_mem
30989 to decide when to split off a non-zero offset from a symbol.
30990 * config/arm/arm.c (arm_cannot_force_const_mem): Disallow offsets
30991 in function symbols.
30992
30993 2019-03-05 Richard Biener <rguenther@suse.de>
30994
30995 PR tree-optimization/89594
30996 * tree-if-conv.c (pass_if_conversion::execute): Handle
30997 case where .LOOP_VECTORIZED_FUNCTION was removed.
30998
30999 2019-03-05 Jakub Jelinek <jakub@redhat.com>
31000
31001 PR bootstrap/89560
31002 * fold-const.c (fold_checksum_tree): Don't use fixed size buffer,
31003 instead alloca it only when needed with the needed size.
31004
31005 PR tree-optimization/89570
31006 * match.pd (vec_cond into cond_op simplification): Guard with
31007 vectorized_internal_fn_supported_p test and #if GIMPLE.
31008
31009 PR tree-optimization/89566
31010 * gimple-ssa-sprintf.c (sprintf_dom_walker::handle_gimple_call):
31011 Set info.fncode to BUILT_IN_NONE if gimple_call_builtin_p failed.
31012 Punt if get_user_idx_format succeeds, but idx_format argument is
31013 not provided or doesn't have pointer type, or if idx_args is above
31014 number of provided arguments.
31015
31016 2019-03-04 Wilco Dijkstra <wdijkstr@arm.com>
31017
31018 PR tree-optimization/89437
31019 * match.pd: Use lt in sin(atan(x)) and cos(atan(x)) simplifications.
31020
31021 2019-03-04 Richard Biener <rguenther@suse.de>
31022
31023 PR middle-end/89572
31024 * tree-scalar-evolution.c: (get_loop_exit_condition): Use
31025 safe_dyn_cast.
31026
31027 2019-03-04 Bin Cheng <bin.cheng@linux.alibaba.com>
31028
31029 PR tree-optimization/89487
31030 * tree-loop-distribution.c (has_nonaddressable_dataref_p): New.
31031 (create_rdg_vertices): Compute has_nonaddressable_dataref_p.
31032 (distribute_loop): Don't do runtime alias check if there is non-
31033 addressable data reference.
31034 * tree-ssa-loop-ivopts.c (may_be_nonaddressable_p): Check if VAR_DECL
31035 is a register variable.
31036
31037 2019-03-02 Jakub Jelinek <jakub@redhat.com>
31038
31039 PR target/89506
31040 * config/arm/arm.md (cmpsi2_addneg): Use
31041 trunc_int_for_mode (-INTVAL (...), SImode) instead of -INTVAL (...).
31042 If operands[2] is 0 or INT_MIN, force use of subs.
31043 (*compare_scc splitter): Use gen_int_mode.
31044 (*negscc): Likewise.
31045 * config/arm/thumb2.md (*thumb2_negscc): Likewise.
31046
31047 2019-03-01 Kito Cheng <kito.cheng@gmail.com>
31048 Monk Chiang <sh.chiang04@gmail.com>
31049
31050 * common/config/riscv/riscv-common.c: Include sstream.
31051 (riscv_subset_list::to_string): New.
31052 (riscv_arch_str): Likewise.
31053 * config.gcc (riscv*-*-*): Handle --with-riscv-attribute=
31054 * config.in: Regen.
31055 * config/riscv/riscv-protos.h (riscv_arch_str): New.
31056 * config/riscv/riscv.c (INCLUDE_STRING): Defined.
31057 (riscv_emit_attribute): New.
31058 (riscv_file_start): Emit attribute if needed.
31059 (riscv_option_override): Init riscv_emit_attribute_p.
31060 * config/riscv/riscv.opt (mriscv-attribute): New option.
31061 * configure.ac (riscv*-*-*): Check binutils is supporting ELF
31062 * configure: Regen.
31063 * doc/install.texi: Document --with-riscv-attribute.
31064 * doc/invoke.texi: Document -mriscv-attribute.
31065
31066 * common/config/riscv/riscv-common.c:
31067 Include config/riscv/riscv-protos.h.
31068 (INCLUDE_STRING): Defined.
31069 (RISCV_DONT_CARE_VERSION): Defined.
31070 (riscv_subset_t): Declare.
31071 (riscv_subset_t::riscv_subset_t): New.
31072 (riscv_subset_list): Declare.
31073 (riscv_subset_list::riscv_subset_list): New.
31074 (riscv_subset_list::~riscv_subset_list): Likewise.
31075 (riscv_subset_list::parsing_subset_version): Likewise.
31076 (riscv_subset_list::parse_std_ext): Likewise.
31077 (riscv_subset_list::parse_sv_or_non_std_ext): Likewise.
31078 (riscv_subset_list::add): Likewise.
31079 (riscv_subset_list::lookup): Likewise.
31080 (riscv_subset_list::xlen): Likewise.
31081 (riscv_subset_list::parse): Likewise.
31082 (riscv_supported_std_ext): Likewise.
31083 (current_subset_list): Likewise.
31084 (riscv_parse_arch_string): Using riscv_subset_list::parse to
31085 parse.
31086
31087 2019-03-01 Segher Boessenkool <segher@kernel.crashing.org>
31088
31089 * config/rs6000/rs6000.c (rs6000_option_override_internal): If
31090 rs6000_dejagnu_cpu_index is set, use that to override rs6000_cpu_index.
31091 * config/rs6000/rs6000.opt (mdejagnu-cpu=): New option.
31092
31093 2019-03-01 Alexander Monakov <amonakov@ispras.ru>
31094
31095 PR rtl-optimization/85899
31096 * haifa-sched.c (find_fallthru_edge_from): Relax assert to account for
31097 fallthru edges leading to the exit block.
31098
31099 2019-03-01 Tamar Christina <tamar.christina@arm.com>
31100
31101 PR target/89517
31102 * config/aarch64/aarch64-option-extensions.def (fp, simd, crypto, fp16,
31103 rdma, dotprod, sha2, sha3, sm4, fp16fml, sve): Collapse line.
31104
31105 2019-03-01 Richard Sandiford <richard.sandiford@arm.com>
31106
31107 PR tree-optimization/89535
31108 * tree-vect-stmts.c (vectorizable_call): Record the vector types
31109 for each operand. Calculate the fallback choice for mask operands
31110 and pass it to vect_get_vec_def_for_operand.
31111
31112 2019-03-01 Richard Biener <rguenther@suse.de>
31113
31114 PR middle-end/89541
31115 * tree-ssa-operands.c (add_stmt_operand): CONST_DECL may
31116 get virtual operands.
31117 (get_expr_operands): Handle CONST_DECL like other decls.
31118
31119 2019-03-01 Jakub Jelinek <jakub@redhat.com>
31120
31121 PR middle-end/89503
31122 * fold-const.c (fold_checksum_tree): Ignore TREE_NO_WARNING bit
31123 on DECL_P and EXPR_P.
31124
31125 2019-03-01 Richard Biener <rguenther@suse.de>
31126
31127 PR middle-end/89497
31128 * tree-cfgcleanup.h (cleanup_tree_cfg): Add SSA update flags
31129 argument, defaulted to zero.
31130 * passes.c (execute_function_todo): Pass down SSA update flags
31131 to cleanup_tree_cfg.
31132 * tree-cfgcleanup.c: Include tree-into-ssa.h and tree-cfgcleanup.h.
31133 (cleanup_tree_cfg_noloop): After cleanup_control_flow_pre update SSA
31134 form if requested.
31135 (cleanup_tree_cfg): Get and pass down SSA update flags.
31136
31137 2019-03-01 Jakub Jelinek <jakub@redhat.com>
31138
31139 PR bootstrap/89539
31140 * dwarf2out.c (output_comdat_type_unit): Add ATTRIBUTE_UNUSED to
31141 early_lto_debug argument.
31142
31143 2019-02-28 Eric Botcazou <ebotcazou@adacore.com>
31144
31145 PR tree-optimization/89536
31146 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_NOT_EXPR>: Test
31147 only whether bit #0 of the value is 0 instead of the entire value.
31148
31149 2019-02-28 Marek Polacek <polacek@redhat.com>
31150
31151 PR c++/87068 - missing diagnostic with fallthrough statement.
31152 * gimplify.c (expand_FALLTHROUGH_r): If IFN_FALLTHROUGH was found
31153 at the end of a seq, save its location to walk_stmt_info.
31154 (expand_FALLTHROUGH): Warn if IFN_FALLTHROUGH is at the end of
31155 a switch.
31156
31157 2019-02-28 Jan Hubicka <hubicka@ucw.cz>
31158
31159 PR lto/88585
31160 * tree.c (find_atomic_core_type): Move ahead in file.
31161 (check_base_type): Correctly compare alignments of atomic types.
31162
31163 2019-02-28 H.J. Lu <hongjiu.lu@intel.com>
31164
31165 PR target/89455
31166 * config/i386/i386.c (get_builtin_code_for_version): Identify
31167 Westmere from PCLMUL, instead of AES.
31168
31169 2019-02-28 Jakub Jelinek <jakub@redhat.com>
31170
31171 PR target/89434
31172 * config/arm/arm.md (*subsi3_carryin_compare_const): Use
31173 trunc_int_for_mode (-INTVAL (...), SImode), just instead of
31174 -UINTVAL (...).
31175
31176 2019-02-28 Tamar Christina <tamar.christina@arm.com>
31177
31178 PR target/88530
31179 * config/aarch64/aarch64-option-extensions.def: Document it.
31180 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Skip feature
31181 if empty hwcaps.
31182
31183 2019-02-28 Jakub Jelinek <jakub@redhat.com>
31184
31185 PR c/89520
31186 * convert.c (convert_to_real_1, convert_to_integer_1): Punt for
31187 builtins if they don't have a single scalar floating point argument.
31188 Formatting fixes.
31189
31190 2019-02-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
31191
31192 PR rtl-optimization/89490
31193 * varasm.c (get_block_for_section): Bail out for mergeable sections.
31194 (default_use_anchors_for_symbol_p, output_object_block): Assert the
31195 block section is not mergeable.
31196
31197 2019-02-27 Jakub Jelinek <jakub@redhat.com>
31198
31199 PR target/70341
31200 * config/arm/arm.md (arm_casesi_internal): New define_expand. Rename
31201 old define_insn to ...
31202 (*arm_casesi_internal): ... this. Add mode to LABEL_REFs.
31203 * config/arm/thumb2.md (thumb2_casesi_internal): New define_expand.
31204 Rename old define_insn to ...
31205 (*thumb2_casesi_internal): ... this. Add mode to LABEL_REFs.
31206 (thumb2_casesi_internal_pic): New define_expand. Rename old
31207 define_insn to ...
31208 (*thumb2_casesi_internal_pic): ... this. Add mode to LABEL_REFs.
31209 * config/aarch64/aarch64.md (casesi): Create the casesi_dispatch
31210 MEM manually here, set MEM_READONLY_P and MEM_NOTRAP_P on it.
31211
31212 2019-02-27 Richard Biener <rguenther@suse.de>
31213
31214 PR debug/88878
31215 * dwarf2out.c (use_debug_types): Disable when in_lto_p.
31216
31217 2019-02-27 Richard Biener <rguenther@suse.de>
31218
31219 * passes.c (should_skip_pass_p): Do not skip cgraph-edge
31220 building.
31221
31222 2019-02-27 Richard Biener <rguenther@suse.de>
31223
31224 PR debug/88878
31225 * dwarf2out.c (output_comdat_type_unit): Add early_lto_debug
31226 parameter, prefix section name with .gnu.debuglto_ if true.
31227 (dwarf2out_finish): Pass false to output_comdat_type_unit.
31228 (dwarf2out_early_finish): Pass true to output_comdat_type_unit.
31229
31230 2019-02-27 Richard Biener <rguenther@suse.de>
31231
31232 PR debug/89514
31233 * dwarf2out.c (size_of_die): Key on AT_ref (a)->comdat_type_p
31234 rather than on use_debug_types, doing what output_die does.
31235 (value_format): Likewise.
31236
31237 2019-02-27 Martin Jambor <mjambor@suse.cz>
31238 Martin Sebor <msebor@redhat.com>
31239
31240 * doc/invoke.texi (Warning Options): Reword description of
31241 -Wno-absolute-value.
31242
31243 2019-02-27 Jakub Jelinek <jakub@redhat.com>
31244
31245 PR tree-optimization/89280
31246 * tree-cfgcleanup.c (maybe_dead_abnormal_edge_p,
31247 builtin_setjmp_setup_bb): New functions.
31248 (cleanup_control_flow_pre): Ignore maybe_dead_abnormal_edge_p edges.
31249 When visiting __builtin_setjmp_setup block, queue in special
31250 setjmp_vec vector edges from .ABNORMAL_DISPATCHER to corresponding
31251 __builtin_setjmp_receiver. Remove .ABNORMAL_DISPATCHER basic blocks
31252 from visited after the loop if they don't have any visited successor
31253 blocks.
31254
31255 2018-02-26 Steve Ellcey <sellcey@marvell.com>
31256
31257 * config/aarch64/aarch64.c (aarch64_get_multilib_abi_name):
31258 New function.
31259 (TARGET_GET_MULTILIB_ABI_NAME): New macro.
31260
31261 2019-02-26 Jakub Jelinek <jakub@redhat.com>
31262
31263 PR c++/89507
31264 * tree.c (valid_constant_size_p): Deal with size INTEGER_CSTs
31265 with types other than sizetype/ssizetype.
31266
31267 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
31268
31269 * config/sparc/sparc-opts.h (enum processor_type): Rename to...
31270 (enum sparc_processor_type): ...this.
31271 (enum sparc_code_model_type): New enumeration type.
31272 (enum sparc_memory_model_type): Tweak comments.
31273 * config/sparc/sparc.opt (mcpu): Adjust to above renaming.
31274 (mtune): Likewise.
31275 (mcmodel): Use sparc_code_model enumeration and variable.
31276 (sparc_code_model): New enumeration.
31277 (mdebug): Add Undocumented marker.
31278 * config/sparc/sparc.h (enum cmodel): Delete.
31279 (sparc_cmodel): Likewise.
31280 (TARGET_CM_MEDLOW): Adjust to above renaming.
31281 (TARGET_CM_MEDMID): Likewise.
31282 (TARGET_CM_MEDANY): Likewise.
31283 (TARGET_CM_EMBMEDANY): Likewise.
31284 * config/sparc/sparc.c (sparc_cmodel): Delete.
31285 (sparc_option_override): Remove string/value mapping support for the
31286 code model. Move code and memory model support to after the handling
31287 of target flags. Do private machine setup last.
31288 (sparc_emit_set_symbolic_const64): Use sparc_code_model.
31289 (sparc_legitimize_reload_address): Likewise.
31290 (sparc_output_mi_thunk): Likewise.
31291 * config/sparc/sparc.md (cpu): Adjust comment to above renaming.
31292
31293 2019-02-26 Jakub Jelinek <jakub@redhat.com>
31294
31295 PR tree-optimization/89500
31296 * tree-ssa-strlen.c (stridx_strlenloc): Adjust comment.
31297 (handle_builtin_strlen): Remove noncst_bound variable. Always
31298 optimize strnlen (x, 0) to 0. Optimize strnlen (x, cst) to
31299 cst if the first cst bytes starting at x are known to be non-zero,
31300 even if the string is not zero terminated. Don't try to modify
31301 *si for strnlen. Update strlen_to_stridx only for strlen or if
31302 we can prove strnlen returns the same value as strlen would.
31303
31304 2019-02-26 Martin Liska <mliska@suse.cz>
31305
31306 * alloc-pool.h (struct pool_usage): Remove extra
31307 print_dash_line.
31308 * bitmap.h (struct bitmap_usage): Likewise.
31309 * ggc-common.c (struct ggc_usage): Likewise.
31310 * mem-stats.h (struct mem_usage): Likewise.
31311 (mem_alloc_description::dump): Print dash lines
31312 here and repeat header at the end of a table report.
31313 It's then more readable.
31314 * tree-phinodes.c (phinodes_print_statistics): Make
31315 horizontal alignment.
31316 * tree-ssanames.c (ssanames_print_statistics): Likewise.
31317 * vec.c (struct vec_usage): Remove extra print_dash_line.
31318 * vec.h (vec_safe_grow_cleared): Pass PASS_MEM_STAT.
31319
31320 2019-02-26 Uroš Bizjak <ubizjak@gmail.com>
31321
31322 * doc/extend.texi (__builtin_object_size):
31323 Use @pxref instead of @xref inside parenthesis.
31324 (__builtin_has_attribute): Add missing comma after @xref.
31325 (__builtin_object_size): Ditto.
31326 * doc/md.texi (cond_*{mode}): Use @samp instead of @var around op1[i].
31327
31328 2019-02-26 Jeff Law <law@redhat.com>
31329
31330 PR rtl-optimization/87761
31331 * regcprop.c (copyprop_hardreg_forward_1): Use REG_UNUSED notes to
31332 detect obviously dead insns and delete them.
31333
31334 2019-02-26 Richard Biener <rguenther@suse.de>
31335
31336 PR tree-optimization/89505
31337 * tree-ssa-structalias.c (compute_dependence_clique): Make sure
31338 to handle restrict pointed-to vars with multiple subvars
31339 correctly.
31340
31341 2019-02-26 Richard Biener <rguenther@suse.de>
31342
31343 PR tree-optimization/89489
31344 * tree-parloops.c (create_loop_fn): Copy over last_clique.
31345
31346 2019-02-26 Eric Botcazou <ebotcazou@adacore.com>
31347
31348 * tree-ssa-dom.c (edge_info::derive_equivalences) <BIT_IOR_EXPR>: Fix
31349 and move around comment.
31350 <BIT_AND_EXPR>: Likewise.
31351 <BIT_NOT_EXPR>: Add specific handling for boolean types.
31352
31353 2019-02-26 Jakub Jelinek <jakub@redhat.com>
31354
31355 PR target/89474
31356 * config/i386/i386.c (remove_partial_avx_dependency): Call
31357 df_analyze etc. before creation of the v4sf_const0 pseudo, rather than
31358 after changing possibly many instructions to use that pseudo. Fix up
31359 insertion of v4sf_const0 setter at the start of bb.
31360
31361 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
31362
31363 PR c/80409
31364 * doc/extend.texi (Variadic Pointer Args): New section.
31365
31366 2019-02-25 Sandra Loosemore <sandra@codesourcery.com>
31367 Martin Sebor <msebor@gmail.com>
31368
31369 * common.opt (Wattribute-alias): Likewise.
31370 * doc/invoke.texi (Option Summary): List general form of
31371 -Wattribute-alias=. List positive form of -Wmissing-attributes.
31372 (-Wmissing-attributes): Invert entry, rewrite and correct default.
31373 Add cross-references.
31374 (-Wattribute-alias): Rewrite and correct default. Mention
31375 considered attributes (same as for -Wmissing-attributes).
31376
31377 2019-02-25 Paul A. Clarke <pc@us.ibm.com>
31378
31379 * config/rs6000/emmintrin.h (_mm_cvtpd_epi32): Fix big endian.
31380 (_mm_cvtpd_ps): Likewise.
31381 (_mm_cvttpd_epi32): Likewise.
31382
31383 PR target/89338
31384 * config/rs6000/xmmintrin.h (_mm_cvtss_f32): Fix type mismatch.
31385 (_mm_cvt_ss2si): Fix type mismatch and 32-bit.
31386
31387 PR target/89339
31388 * config/rs6000/xmmintrin.h (_mm_movemask_pi8): Fix 32-bit.
31389
31390 2019-02-25 Tamar Christina <tamar.christina@arm.com>
31391
31392 PR target/88530
31393 * common/config/aarch64/aarch64-common.c
31394 (struct aarch64_option_extension): Add is_synthetic.
31395 (all_extensions): Use it.
31396 (TARGET_OPTION_INIT_STRUCT): Define hook.
31397 (struct gcc_targetm_common): Moved to end.
31398 (all_extensions_by_on): New.
31399 (opt_ext_cmp, typedef opt_ext): New.
31400 (aarch64_option_init_struct): New.
31401 (aarch64_contains_opt): New.
31402 (aarch64_get_extension_string_for_isa_flags): Output smallest set.
31403 * config/aarch64/aarch64-option-extensions.def
31404 (AARCH64_OPT_EXTENSION): Explicitly include AES and SHA2 in crypto.
31405 (fp, simd, crc, lse, fp16, rcpc, rdma, dotprod, aes, sha2, sha3,
31406 sm4, fp16fml, sve, profile, rng, memtag, sb, ssbs, predres):
31407 Set is_synthetic to false.
31408 (crypto): Set is_synthetic to true.
31409 * config/aarch64/driver-aarch64.c (AARCH64_OPT_EXTENSION): Add
31410 SYNTHETIC.
31411
31412 2019-02-25 Tamar Christina <tamar.christina@arm.com>
31413
31414 * config/arm/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
31415 vfmlal_high_u32, vfmlsl_high_u32, vfmlalq_low_u32, vfmlslq_low_u32,
31416 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
31417 vfmlal_lane_high_u32, vfmlalq_laneq_low_u32, vfmlalq_lane_low_u32,
31418 vfmlal_laneq_low_u32, vfmlalq_laneq_high_u32, vfmlalq_lane_high_u32,
31419 vfmlal_laneq_high_u32, vfmlsl_lane_low_u32, vfmlsl_lane_high_u32,
31420 vfmlslq_laneq_low_u32, vfmlslq_lane_low_u32, vfmlsl_laneq_low_u32,
31421 vfmlslq_laneq_high_u32, vfmlslq_lane_high_u32, vfmlsl_laneq_high_u32):
31422 Rename ...
31423 (vfmlal_low_f16, vfmlsl_low_f16, vfmlal_high_f16, vfmlsl_high_f16,
31424 vfmlalq_low_f16, vfmlslq_low_f16, vfmlalq_high_f16, vfmlslq_high_f16,
31425 vfmlal_lane_low_f16, vfmlal_lane_high_f16, vfmlalq_laneq_low_f16,
31426 vfmlalq_lane_low_f16, vfmlal_laneq_low_f16, vfmlalq_laneq_high_f16,
31427 vfmlalq_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_lane_low_f16,
31428 vfmlsl_lane_high_f16, vfmlslq_laneq_low_f16, vfmlslq_lane_low_f16,
31429 vfmlsl_laneq_low_f16, vfmlslq_laneq_high_f16, vfmlslq_lane_high_f16,
31430 vfmlsl_laneq_high_f16): ... To this.
31431 * config/arm/neon.md: Update comments.
31432
31433 2019-02-25 Tamar Christina <tamar.christina@arm.com>
31434
31435 * config/aarch64/arm_neon.h (vfmlal_low_u32, vfmlsl_low_u32,
31436 vfmlalq_low_u32, vfmlslq_low_u32, vfmlal_high_u32, vfmlsl_high_u32,
31437 vfmlalq_high_u32, vfmlslq_high_u32, vfmlal_lane_low_u32,
31438 vfmlsl_lane_low_u32, vfmlal_laneq_low_u32, vfmlsl_laneq_low_u32,
31439 vfmlalq_lane_low_u32, vfmlslq_lane_low_u32, vfmlalq_laneq_low_u32,
31440 vfmlslq_laneq_low_u32, vfmlal_lane_high_u32, vfmlsl_lane_high_u32,
31441 vfmlal_laneq_high_u32, vfmlsl_laneq_high_u32, vfmlalq_lane_high_u32,
31442 vfmlslq_lane_high_u32, vfmlalq_laneq_high_u32, vfmlslq_laneq_high_u32):
31443 Rename ...
31444 (vfmlal_low_f16, vfmlsl_low_f16, vfmlalq_low_f16, vfmlslq_low_f16,
31445 vfmlal_high_f16, vfmlsl_high_f16, vfmlalq_high_f16, vfmlslq_high_f16,
31446 vfmlal_lane_low_f16, vfmlsl_lane_low_f16, vfmlal_laneq_low_f16,
31447 vfmlsl_laneq_low_f16, vfmlalq_lane_low_f16, vfmlslq_lane_low_f16,
31448 vfmlalq_laneq_low_f16, vfmlslq_laneq_low_f16, vfmlal_lane_high_f16,
31449 vfmlsl_lane_high_f16, vfmlal_laneq_high_f16, vfmlsl_laneq_high_f16,
31450 vfmlalq_lane_high_f16, vfmlslq_lane_high_f16, vfmlalq_laneq_high_f16,
31451 vfmlslq_laneq_high_f16): ... To this.
31452
31453 2019-02-25 Alexander Monakov <amonakov@ispras.ru>
31454
31455 PR rtl-optimization/86096
31456 * df-scan.c (df_mw_compare): Do not check mw_reg fields when
31457 comparing mw_order values.
31458
31459 2019-02-25 Jakub Jelinek <jakub@redhat.com>
31460
31461 PR target/89434
31462 * config/arm/arm.md (*subsi3_carryin_const): Use
31463 arm_neg_immediate_operand predicate instead of
31464 arm_not_immediate_operand, "L" constraint instead of "K" and
31465 print it using %n2 instead of %B2.
31466 (*subsi3_carryin_const0): New define_insn.
31467 (*subsi3_carryin_compare_const): Use const_int_I_operand predicate
31468 instead of arm_not_operand and "I" constraint instead of "K" and
31469 print it using %n3 instead of %B2. Instead of using match_dup 2 add
31470 another match_operand and in the condition check that it is negation
31471 of operands[2].
31472 (*subsi3_carryin_compare_const0): New define_ins.
31473 (*subdi_di_zesidi): Adjust to use *subsi3_carryin_const0 instead of
31474 *subsi3_carryin_const.
31475 (*arm_cmpdi_insn): Fix splitting into *subsi3_carryin_compare_const,
31476 split into *subsi3_carryin_compare_const0 if the highpart is zero.
31477
31478 PR target/89438
31479 * config/arm.vfp.md (*negdf2_vfp): Use
31480 gen_int_mode (0x80000000, SImode) instead of GEN_INT (0x80000000).
31481 * config/arm/neon.md (neon_copysignf<mode>): Likewise.
31482
31483 2019-02-24 Jakub Jelinek <jakub@redhat.com>
31484
31485 PR rtl-optimization/89445
31486 * simplify-rtx.c (simplify_ternary_operation): Don't use
31487 simplify_merge_mask on operands that may trap.
31488 * rtlanal.c (may_trap_p_1): Use FLOAT_MODE_P instead of
31489 SCALAR_FLOAT_MODE_P checks. For integral division by zero, if
31490 second operand is CONST_VECTOR, check if any element could be zero.
31491 Don't expect traps for VEC_{MERGE,SELECT,CONCAT,DUPLICATE} unless
31492 their operands can trap.
31493
31494 2019-02-23 Martin Sebor <msebor@redhat.com>
31495
31496 * gimple-ssa-sprintf.c (target_strtol): Rename...
31497 (target_strtohwi): ...to this. Handle values up to HOST_WIDE_INT_MAX.
31498 (parse_directive): Adjust to name change. Use HOST_WIDE_INT_MAX to
31499 check for range error.
31500
31501 2019-02-23 H.J. Lu <hongjiu.lu@intel.com>
31502
31503 PR driver/69471
31504 * opts-common.c (prune_options): Also prune joined switches
31505 with Negative and RejectNegative.
31506 * config/i386/i386.opt (march=): Add Negative(march=).
31507 (mtune=): Add Negative(mtune=).
31508 * doc/options.texi: Document Negative used together with Joined
31509 and RejectNegative.
31510
31511 2019-02-22 Martin Sebor <msebor@redhat.com>
31512
31513 * doc/extend.texi (Other Builtins): Add
31514 __builtin_is_constant_evaluated.
31515
31516 2019-02-22 Richard Biener <rguenther@suse.de>
31517
31518 PR tree-optimization/87609
31519 * tree-cfg.c (gimple_duplicate_bb): Only remap inlined cliques.
31520
31521 2019-02-22 Jeff Law <law@redhat.com>
31522
31523 PR rtl-optimization/87761
31524 * config/mips/mips.md: Add new combiner pattern to recognize
31525 a bitfield extraction using (ashiftrt (truncate (ashift (...)))).
31526
31527 2019-02-22 Matthew Malcomson <matthew.malcomson@arm.com>
31528
31529 PR target/89324
31530 * config/aarch64/aarch64.md: Use aarch64_general_reg predicate on
31531 destination register in peepholes generating patterns for ADDS/SUBS.
31532 (add<mode>3_compare0,
31533 *addsi3_compare0_uxtw, add<mode>3_compareC,
31534 add<mode>3_compareV_imm, add<mode>3_compareV,
31535 *adds_<optab><ALLX:mode>_<GPI:mode>,
31536 *subs_<optab><ALLX:mode>_<GPI:mode>,
31537 *adds_<optab><ALLX:mode>_shift_<GPI:mode>,
31538 *subs_<optab><ALLX:mode>_shift_<GPI:mode>,
31539 *adds_<optab><mode>_multp2, *subs_<optab><mode>_multp2,
31540 *sub<mode>3_compare0, *subsi3_compare0_uxtw,
31541 sub<mode>3_compare1): Allow stack pointer for source register.
31542 * config/aarch64/predicates.md (aarch64_general_reg): New predicate.
31543
31544 2019-02-22 Martin Sebor <msebor@redhat.com>
31545
31546 PR tree-optimization/88993
31547 PR tree-optimization/88853
31548 * gimple-ssa-sprintf.c (sprintf_dom_walker::call_info::is_file_func):
31549 New helper.
31550 (sprintf_dom_walker::call_info::is_string_func): New helper.
31551 (format_directive): Only issue "may exceed" 4095/INT_MAX warnings
31552 for formatted string functions.
31553 (sprintf_dom_walker::handle_gimple_call): Fix a typo in a comment.
31554
31555 2019-02-22 Martin Sebor <msebor@redhat.com>
31556
31557 PR c/89425
31558 * c-parser.c (sizeof_ptr_memacc_comptypes): Avoid warning in
31559 unreachable subexpressions.
31560
31561 2019-02-22 H.J. Lu <hongjiu.lu@intel.com>
31562 Hongtao Liu <hongtao.liu@intel.com>
31563 Sunil K Pandey <sunil.k.pandey@intel.com>
31564
31565 PR target/87007
31566 * config/i386/i386-passes.def: Add
31567 pass_remove_partial_avx_dependency.
31568 * config/i386/i386-protos.h
31569 (make_pass_remove_partial_avx_dependency): New.
31570 * config/i386/i386.c (make_pass_remove_partial_avx_dependency):
31571 New function.
31572 (pass_data_remove_partial_avx_dependency): New.
31573 (pass_remove_partial_avx_dependency): Likewise.
31574 (make_pass_remove_partial_avx_dependency): Likewise.
31575 * config/i386/i386.md (avx_partial_xmm_update): New attribute.
31576 (*extendsfdf2): Add avx_partial_xmm_update.
31577 (truncdfsf2): Likewise.
31578 (*float<SWI48:mode><MODEF:mode>2): Likewise.
31579 (SF/DF conversion splitters): Disabled for TARGET_AVX.
31580
31581 2019-02-22 Aldy Hernandez <aldyh@redhat.com>
31582
31583 PR middle-end/85598
31584 * gimple-ssa-sprintf.c (pass_sprintf_length::execute): Enable loop
31585 analysis for pass.
31586
31587 2019-02-22 Thiago Macieira <thiago.macieira@intel.com>
31588
31589 PR target/89444
31590 * config/i386/i386.h (PTA_WESTMERE): Remove PTA_AES.
31591 (PTA_SKYLAKE): Add PTA_AES.
31592 (PTA_GOLDMONT): Likewise.
31593
31594 2019-02-22 Sudakshina Das <sudi.das@arm.com>
31595
31596 * config/aarch64/aarch64.c (aarch64_output_mi_thunk): Add bti
31597 instruction if enabled.
31598 (aarch64_override_options): Remove reference to return address key.
31599
31600 2019-02-22 Richard Biener <rguenther@suse.de>
31601
31602 PR tree-optimization/89440
31603 * tree-vect-loop.c (vect_create_epilog_for_reduction): Remove
31604 not necessary assert.
31605
31606 2019-02-22 Thomas Schwinge <thomas@codesourcery.com>
31607
31608 PR fortran/72741
31609 * omp-general.c (oacc_replace_fn_attrib): Mostly split out into...
31610 (oacc_replace_fn_attrib_attr): ... this new function.
31611 * omp-general.h (oacc_replace_fn_attrib_attr): New prototype.
31612 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Revert workaround.
31613
31614 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31615
31616 * config/arm/arm-cpus.in (ares): Rename to...
31617 (neoverse-n1): ... This. Add ares as alias.
31618 * config/arm/arm-tables.opt: Regenerate.
31619 * config/arm/arm-tune.md: Likewise.
31620 * doc/invoke.txt (ARM Options): Document neoverse-n1.
31621
31622 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31623
31624 * config/aarch64/aarch64-cores.def (neoverse-e1): Define.
31625 * config/aarch64/aarch64-tune.md: Regenerate.
31626 * doc/invoke.texi (AArch64 Options): Document neoverse-e1 -mcpu option.
31627
31628 2019-02-22 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
31629
31630 * config/aarch64/aarch64.c (ares_tunings): Rename to...
31631 (neoversen1_tunings): ... This.
31632 * config/aarch64/aarch64-cores.def (ares): Change tuning to the above.
31633 (neoverse-n1): New CPU.
31634 * config/aarch64/aarch64-tune.md: Regenerate.
31635 * doc/invoke.txt (AArch64 Options): Document neoverse-n1.
31636
31637 2019-02-22 Richard Biener <rguenther@suse.de>
31638
31639 PR middle-end/87609
31640 * cfghooks.h (dependence_hash): New typedef.
31641 (struct copy_bb_data): New type.
31642 (cfg_hooks::duplicate_block): Adjust to take a copy_bb_data argument.
31643 (duplicate_block): Likewise.
31644 * cfghooks.c (duplicate_block): Pass down copy_bb_data.
31645 (copy_bbs): Create and pass down copy_bb_data.
31646 * cfgrtl.c (cfg_layout_duplicate_bb): Adjust.
31647 (rtl_duplicate_bb): Likewise.
31648 * tree-cfg.c (gimple_duplicate_bb): If the copy_bb_data arg is not NULL
31649 remap dependence info.
31650
31651 2019-02-22 Richard Biener <rguenther@suse.de>
31652
31653 PR tree-optimization/87609
31654 * tree-core.h (tree_base): Document special clique values.
31655 * tree-inline.c (remap_dependence_clique): Do not use the
31656 special clique value of one.
31657 (maybe_set_dependence_info): Use clique one.
31658 (clear_dependence_clique): New callback.
31659 (compute_dependence_clique): Clear clique one from all refs
31660 before assigning it (again).
31661
31662 2019-02-21 Martin Sebor <msebor@redhat.com>
31663
31664 * doc/extend.texi (__clear_cache): Correct signature.
31665
31666 2019-02-21 Ian Lance Taylor <iant@golang.org>
31667
31668 PR go/89170
31669 * varasm.c (decode_addr_const): Call lookup_constant_def rather
31670 than output_constant_def.
31671 (add_constant_to_table): New static function.
31672 (output_constant_def): Call add_constant_to_table.
31673 (tree_output_constant_def): Likewise.
31674
31675 2019-02-21 Jakub Jelinek <jakub@redhat.com>
31676
31677 PR c++/89285
31678 * builtins.c (fold_builtin_arith_overflow): If first two args are
31679 INTEGER_CSTs, set intres and ovfres to constants rather than calls
31680 to ifn.
31681
31682 2019-02-21 H.J. Lu <hongjiu.lu@intel.com>
31683
31684 PR target/87412
31685 * config/i386/i386.c (ix86_set_indirect_branch_type): Issue an
31686 error for -mindirect-branch/-mfunction-return with incompatible
31687 -fcf-protection.
31688
31689 2019-02-21 Jakub Jelinek <jakub@redhat.com>
31690
31691 PR bootstrap/88714
31692 * constraints.md (q): Remove.
31693 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use rk constraint
31694 instead of q.
31695
31696 2019-02-21 Martin Jambor <mjambor@suse.cz>
31697
31698 PR hsa/89302
31699 * omp-general.c (omp_extract_for_data): Removed a duplicate call
31700 to omp_adjust_for_condition, moved NE_EXPR code_cond processing...
31701 (omp_adjust_for_condition): ...here. Added necessary parameters.
31702 * omp-general.h (omp_adjust_for_condition): Updated declaration.
31703 * omp-grid.c (grid_attempt_target_gridification): Adjust to pass
31704 proper values to new parameters of omp_adjust_for_condition.
31705
31706 2019-02-20 Jakub Jelinek <jakub@redhat.com>
31707
31708 PR middle-end/89412
31709 * expr.c (expand_assignment): If result is a MEM, use change_address
31710 instead of simplify_gen_subreg.
31711
31712 2019-02-20 Jakub Jelinek <jakub@redhat.com>
31713 David Malcolm <dmalcolm@redhat.com>
31714
31715 PR middle-end/89091
31716 * fold-const.c (decode_field_reference): Return NULL_TREE if
31717 lang_hooks.types.type_for_size returns NULL. Check it before
31718 overwriting *exp_. Use return NULL_TREE instead of return 0.
31719
31720 2019-02-20 Jakub Jelinek <jakub@redhat.com>
31721
31722 PR middle-end/88074
31723 PR middle-end/89415
31724 * toplev.c (do_compile): Double the emin/emax exponents to workaround
31725 buggy mpc_norm.
31726
31727 2019-02-20 Uroš Bizjak <ubizjak@gmail.com>
31728
31729 PR target/89397
31730 * config/i386/i386.c (ix86_atomic_assign_expand_fenv): Check
31731 TARGET_SSE in addition to TARGET_SSE_MATH.
31732
31733 (ix86_excess_precision): Ditto.
31734 (ix86_float_exceptions_rounding_supported_p): Ditto.
31735 (use_rsqrt_p): Ditto.
31736 * config/i386/sse.md (rsqrt<mode>2): Ditto.
31737
31738 2019-02-20 David Malcolm <dmalcolm@redhat.com>
31739
31740 PR c/89410
31741 * diagnostic-show-locus.c (layout::calculate_line_spans): Use
31742 linenum_arith_t when determining if two adjacent line spans are
31743 close enough to merge.
31744 (diagnostic_show_locus): Use linenum_arith_t when iterating over
31745 lines within each line_span.
31746
31747 2019-02-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
31748
31749 PR target/86487
31750 * lra-constraints.c(uses_hard_regs_p): Fix handling of
31751 paradoxical SUBREGS.
31752
31753 2019-02-20 Li Jia He <helijia@linux.ibm.com>
31754
31755 PR target/88100
31756 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin)
31757 <case ALTIVEC_BUILTIN_VSPLTISB, ALTIVEC_BUILTIN_VSPLTISH,
31758 ALTIVEC_BUILTIN_VSPLTISW>: Don't convert the operand before
31759 range checking it.
31760
31761 2019-02-19 Jonathan Wakely <jwakely@redhat.com>
31762
31763 * config/gcn/gcn.c (print_operand): Fix typo.
31764
31765 2019-02-19 Richard Biener <rguenther@suse.de>
31766
31767 PR middle-end/88074
31768 * toplev.c (do_compile): Initialize mpfr's exponent range
31769 based on available float modes.
31770
31771 2019-02-19 Eric Botcazou <ebotcazou@adacore.com>
31772
31773 * rtlanal.c (get_initial_register_offset): Fall back to the estimate
31774 as long as the epilogue isn't completed.
31775
31776 2019-02-18 Martin Sebor <msebor@redhat.com>
31777
31778 * doc/cpp.texi (Conditional syntax): Add __has_attribute,
31779 __has_cpp_attribute, and __has_include.
31780
31781 2019-02-18 Martin Sebor <msebor@redhat.com>
31782
31783 * doc/invoke.texi (-Wreturn-type): Correct and expand.
31784
31785 2019-02-18 Martin Sebor <msebor@redhat.com>
31786
31787 PR middle-end/89294
31788 * tree.c (valid_constant_size_p): Avoid assuming size is a constant
31789 expression.
31790 * tree.h (cst_size_error): Add the cst_size_not_constant enumerator.
31791
31792 2019-02-18 Richard Biener <rguenther@suse.de>
31793
31794 PR tree-optimization/89296
31795 * tree-ssa-loop-ch.c (ch_base::copy_headers): Restrict setting
31796 of no-warning flag to cases that might emit the bogus warning.
31797
31798 2019-02-18 Jakub Jelinek <jakub@redhat.com>
31799
31800 PR bootstrap/88714
31801 * config/arm/arm.md (*arm_movdi, *movdf_soft_insn): Use "r" instead of
31802 "q" constraint.
31803 * config/arm/vfp.md (*movdi_vfp): Likewise.
31804 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use "r" instead of
31805 "q" constraint for operands[0].
31806
31807 PR target/89369
31808 * config/s390/s390.md (*r<noxa>sbg_<mode>_srl_bitmask,
31809 *r<noxa>sbg_<mode>_sll, *r<noxa>sbg_<mode>_srl): Don't construct
31810 pattern in a temporary buffer.
31811 (*r<noxa>sbg_sidi_srl): Likewise. Always use 32 as I3 rather
31812 than 64-operands[2].
31813
31814 PR target/89361
31815 * config/s390/s390.c (s390_indirect_branch_attrvalue,
31816 s390_indirect_branch_settings): Define unconditionally.
31817 (s390_set_current_function): Likewise, but guard the whole body except
31818 the s390_indirect_branch_settings call with
31819 #if S390_USE_TARGET_ATTRIBUTE.
31820 (TARGET_SET_CURRENT_FUNCTION): Redefine unconditionally.
31821
31822 * config/s390/s390.md (*<risbg_n>_ior_and_sr_ze,
31823 *<risbg_n>_<mode>_ior_and_lshiftrt, *<risbg_n>_sidi_ior_and_lshiftrt):
31824 Use HOST_WIDE_INT_M1U instead of ~(0ULL).
31825 (*<risbg_n>_and_subregdi_rotr, *<risbg_n>_and_subregdi_rotl): Use
31826 HOST_WIDE_INT_1U instead of 1ULL.
31827 (*pre_z10_extzv<mode>, *pre_z10_extv<mode>): Change mask type from int
31828 to unsigned HOST_WIDE_INT, use HOST_WIDE_INT_1U instead of 1ul.
31829 (*insv<mode><clobbercc_or_nocc>_appendbitsleft,
31830 z = (x << c) | (y >> d) splitters): Use HOST_WIDE_INT_1U
31831 instead of 1UL.
31832 (*insv<mode>_mem_reg, *insvdi_mem_reghigh): Use HOST_WIDE_INT_1U
31833 instead of 1ul.
31834
31835 2019-02-18 Martin Jambor <mjambor@suse.cz>
31836
31837 PR tree-optimization/89209
31838 * tree-sra.c (create_access_replacement): New optional parameter
31839 reg_tree. Use it as a type if non-NULL and access type is not of
31840 a register type.
31841 (get_repl_default_def_ssa_name): New parameter REG_TYPE, pass it
31842 to create_access_replacement.
31843 (sra_modify_assign): Pass LHS type to get_repl_default_def_ssa_name.
31844 Check lacc is non-NULL before attempting to re-create it on the RHS.
31845
31846 2019-02-18 Martin Liska <mliska@suse.cz>
31847
31848 PR ipa/89306
31849 * cgraph.c (symbol_table::create_edge): Set m_summary_id to -1
31850 by default.
31851 (symbol_table::free_edge): Recycle m_summary_id.
31852 * cgraph.h (get_summary_id): New.
31853 (symbol_table::release_symbol): Set m_summary_id to -1
31854 by default.
31855 (symbol_table::allocate_cgraph_symbol): Recycle m_summary_id.
31856 * ipa-fnsummary.c (ipa_fn_summary_t): Switch from
31857 function_summary to fast_function_summary.
31858 * ipa-fnsummary.h (ipa_fn_summary_t): Likewise.
31859 * ipa-pure-const.c (class funct_state_summary_t):
31860 Switch from function_summary to fast_function_summary.
31861 * ipa-reference.c (class ipa_ref_var_info_summary_t): Likewise.
31862 (class ipa_ref_opt_summary_t): Switch from function_summary
31863 to fast_function_summary.
31864 * symbol-summary.h (class function_summary_base): New class
31865 that is created from base of former function_summary.
31866 (function_summary_base::unregister_hooks): New.
31867 (class function_summary): Inherit from function_summary_base.
31868 (class call_summary_base): New class
31869 that is created from base of former call_summary.
31870 (class call_summary): Inherit from call_summary_base.
31871 (struct is_same): New.
31872 (class fast_function_summary): New summary class.
31873 (class fast_call_summary): New summary class.
31874 * vec.h (vec_safe_grow_cleared): New function.
31875
31876 2019-02-18 Martin Liska <mliska@suse.cz>
31877
31878 * config/i386/i386.c (ix86_get_multilib_abi_name): New function.
31879 (TARGET_GET_MULTILIB_ABI_NAME): New macro defined.
31880 * doc/tm.texi: Document new target hook.
31881 * doc/tm.texi.in: Likewise.
31882 * target.def: Add new target macro.
31883 * gcc.c (find_fortran_preinclude_file): Do not search multilib
31884 suffixes.
31885
31886 2019-02-17 Alan Modra <amodra@gmail.com>
31887
31888 PR target/89271
31889 * config/rs6000/rs6000.md (<bd>_<mode> split): Check for an int
31890 output reg on add insn.
31891 (<bd>tf_<mode> split): Likewise. Match predicates with insn.
31892
31893 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
31894
31895 PR target/89372
31896 * config/i386/sse.md (ssedoublemode): Remove V4HI.
31897 (PMULHRSW): Likewise.
31898 (<ssse3_avx2>_pmulhrsw<mode>3): Require TARGET_SSSE3, not
31899 TARGET_AVX2.
31900 (ssse3_pmulhrswv4hi3): New expander.
31901
31902 2019-02-16 H.J. Lu <hongjiu.lu@intel.com>
31903
31904 * config/i386/mmx.md (*vec_extractv2si_zext_mem): Doesn't require
31905 MMX. Add isa attribute.
31906
31907 2019-02-16 Jakub Jelinek <jakub@redhat.com>
31908
31909 PR rtl-optimization/66152
31910 * builtins.h (c_readstr): Declare.
31911 * builtins.c (c_readstr): Remove forward declaration. Add
31912 null_terminated_p argument, if false, read all bytes from the
31913 string instead of stopping after '\0'.
31914 * expr.c (string_cst_read_str): New function.
31915 (store_expr): Use string_cst_read_str instead of
31916 builtin_strncpy_read_str. Try to store by pieces the whole
31917 exp_len first, and only if that fails, split it up into
31918 store by pieces followed by clear_storage. Formatting fix.
31919
31920 * config/i386/i386.md (*movqi_internal): Remove static from
31921 buf variable. Use output_asm_insn (buf, operands); return "";
31922 instead of return buf;.
31923 * config/i386/sse.md (<sse>_andnot<mode>3<mask_name>,
31924 *<code><mode>3<mask_name>, *andnot<mode>3, *andnottf3, *<code><mode>3,
31925 *<code>tf3, <mask_codefor><code><mode>3<mask_name>): Likewise.
31926
31927 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
31928
31929 * config/sparc/linux.h (ASAN_CC1_SPEC): Define.
31930 (CC1_SPEC): Use GNU_USER_TARGET_CC1_SPEC and ASAN_CC1_SPEC.
31931 * config/sparc/linux64.h (ASAN_CC1_SPEC): Likewise.
31932 (CC1_SPEC): Likewise.
31933 * config/sparc/sparc.c (sparc_asan_shadow_offset): Adjust for 64-bit.
31934
31935 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
31936
31937 * asan.c (asan_emit_stack_protection): Use full-sized mask to align
31938 the base address on 64-bit strict-alignment platforms.
31939
31940 2019-02-15 H.J. Lu <hongjiu.lu@intel.com>
31941
31942 * config/i386/i386.h (VALID_MMX_REG_MODE): Correct the misplaced ')'.
31943
31944 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
31945
31946 * config/i386/darwin.h (TARGET_FPMATH_DEFAULT_P): New define.
31947
31948 2019-02-15 Aaron Sawdey <acsawdey@linux.ibm.com>
31949
31950 PR rtl-optimization/88308
31951 * shrink-wrap.c (move_insn_for_shrink_wrap): Fix LABEL_NUSES counts
31952 on copied instruction.
31953
31954 2019-02-15 Eric Botcazou <ebotcazou@adacore.com>
31955
31956 * final.c (insn_current_reference_address): Replace test on JUMP_P
31957 with test on jump_to_label_p.
31958 * config/visium/visium-passes.def: New file.
31959 * config/visium/t-visium (PASSES_EXTRA): Define.
31960 * config/visium/visium-protos.h (make_pass_visium_reorg): Declare.
31961 * config/visium/visium.h (TRAMPOLINE_SIZE): Adjust.
31962 (TRAMPOLINE_ALIGNMENT): Define.
31963 * config/visium/visium.c (visium_option_override): Do not register
31964 the machine-specific reorg pass here.
31965 (visium_trampoline_init): Align the BRA insn on a 64-bit boundary
31966 for the GR6.
31967 (output_branch): Adjust threshold for long branch instruction.
31968 * config/visium/visium.md (cpu): Move around.
31969 (length): Adjust for the GR6.
31970
31971 2019-02-15 Richard Biener <rguenther@suse.de>
31972 Jakub Jelinek <jakub@redhat.com>
31973
31974 PR tree-optimization/89278
31975 * tree-loop-distribution.c: Include tree-eh.h.
31976 (generate_memset_builtin, generate_memcpy_builtin): Call
31977 rewrite_to_non_trapping_overflow on builtin->size before passing it
31978 to force_gimple_operand_gsi.
31979
31980 2019-02-15 Jakub Jelinek <jakub@redhat.com>
31981
31982 PR other/89342
31983 * optc-save-gen.awk: Handle optimize_fast like optimize_size or
31984 optimize_debug.
31985 * opth-gen.awk: Likewise.
31986
31987 2019-02-15 Uroš Bizjak <ubizjak@gmail.com>
31988
31989 * config/i386/i386.h (TARGET_SUBTARGET64_ISA_DEFAULT):
31990 Enable MMX, SSE and SSE2 by default.
31991 * config/i386/i386.c (ix86_option_override_internal): Do not
31992 explicitly set MMX, SSE and SSE2 flags for TARGET_64BIT here.
31993
31994 2019-02-14 Jakub Jelinek <jakub@redhat.com>
31995
31996 PR rtl-optimization/89354
31997 * combine.c (make_extraction): Punt if extraction_mode is narrower
31998 than len bits.
31999
32000 2019-02-14 Maya Rashish <coypu@sdf.org>
32001
32002 * config.gcc (*-*-netbsd*): Add netbsd-d.o.
32003 * config/netbsd-d.c: New file.
32004 * config/t-netbsd: Add netbsd-d.o
32005
32006 2018-02-14 Steve Ellcey <sellcey@marvell.com>
32007
32008 * config/aarch64/aarch64.c (aarch64_attribute_table): Change
32009 affects_type_identity to true for aarch64_vector_pcs.
32010 (aarch64_comp_type_attributes): New function.
32011 (TARGET_COMP_TYPE_ATTRIBUTES): New macro.
32012
32013 2019-02-14 Tamar Christina <tamar.christina@arm.com>
32014
32015 PR target/88850
32016 * config/arm/iterators.md (ANY64): Add V4HF.
32017
32018 2019-02-14 Martin Liska <mliska@suse.cz>
32019
32020 PR rtl-optimization/89242
32021 * dce.c (delete_unmarked_insns): Call free_dominance_info we
32022 process a transformation.
32023
32024 2019-02-14 Jakub Jelinek <jakub@redhat.com>
32025
32026 PR tree-optimization/89314
32027 * fold-const.c (fold_binary_loc): Cast strlen argument to
32028 const char * before dereferencing it. Formatting fixes.
32029
32030 PR middle-end/89284
32031 * passes.def: Swap pass_ubsan and pass_early_warn_uninitialized.
32032
32033 2019-02-13 Ian Lance Taylor <iant@golang.org>
32034
32035 * optc-save-gen.awk: Set var_opt_hash for initial optimizations
32036 and set current index for other optimizations.
32037
32038 2019-02-13 Uroš Bizjak <ubizjak@gmail.com>
32039
32040 * config/i386/sse.md (vec_set<VI4F_256_512:mode>_0): Use
32041 nonimmediate_operand as operand 2 predicate.
32042 (vec_set<VF2_512_256:mode>_0): Ditto.
32043 (vec_set<VI8_AVX_AVX512F:mode>_0): Ditto.
32044 (*vec_concatv2si): Remove alternative 2.
32045 (*vec_concatv4si_0): Use vm constraint for alternative 0.
32046 (*vec_concatv4si_0): Remove preferred_for_speed attribute.
32047 (vec_concatv2di): Split alternatives 4,5,6 to ...
32048 (*vec_concatv2di_0) ... new pattern.
32049
32050 2019-02-13 Wilco Dijkstra <wdijkstr@arm.com>
32051
32052 PR target/89190
32053 * config/arm/arm.c (ldm_stm_operation_p) Set
32054 addr_reg_in_reglist correctly for first register.
32055 (load_multiple_sequence): Remove dead base check.
32056 (gen_ldm_seq): Correctly set write_back for Thumb-1.
32057
32058 2019-02-13 Tamar Christina <tamar.christina@arm.com>
32059
32060 PR target/88847
32061 * config/aarch64/aarch64-sve.md (*pred_mov<mode>, pred_mov<mode>):
32062 Expose as @aarch64_pred_mov.
32063 * config/aarch64/aarch64.c (aarch64_classify_address):
32064 Use expand_insn which legitimizes operands.
32065
32066 2019-02-13 Martin Liska <mliska@suse.cz>
32067
32068 * builtins.h (expand_builtin_with_bounds): Remove declaration.
32069 * calls.c (struct arg_data): Remove special_slot, pointer_arg
32070 and pointer_offset fields.
32071 (initialize_argument_information): Remove usage of dead
32072 fields.
32073 * cgraph.h (struct cgraph_thunk_info): Remove
32074 add_pointer_bounds_args.
32075 * cgraphunit.c (cgraph_node::expand_thunk): Remove usage of dead
32076 fields.
32077 (cgraph_node::assemble_thunks_and_aliases): Remove usage of dead
32078 fields.
32079 * config/i386/i386.c (ix86_function_arg_advance): Remove
32080 unrelated comment.
32081 (struct builtin_isa): Remove leaf_p and nothrow_p fields.
32082 (def_builtin): Remove usage of dead fields.
32083 (ix86_add_new_builtins): Likewise.
32084 * ipa-fnsummary.c (compute_fn_summary): Likewise.
32085 * ipa-icf.c (sem_function::equals_wpa): Likewise.
32086 (sem_function::init): Likewise.
32087 (sem_variable::merge): Likewise.
32088 * ipa-visibility.c (function_and_variable_visibility): Likewise.
32089 * ipa.c (symbol_table::remove_unreachable_nodes): Likewise.
32090 * lto-cgraph.c (lto_output_node): Likewise.
32091 (lto_output_varpool_node): Likewise.
32092 (input_node): Likewise.
32093 (input_varpool_node): Likewise.
32094 * lto-streamer-out.c (lto_output): Likewise.
32095 * tree-inline.c (expand_call_inline): Remove usage of
32096 assign_stmts.
32097 * tree-inline.h (struct copy_body_data): Likewise.
32098 * varpool.c (varpool_node::dump): Likewise.
32099
32100 2019-02-13 Jakub Jelinek <jakub@redhat.com>
32101
32102 PR middle-end/89303
32103 * tree-ssa-structalias.c (set_uids_in_ptset): Or in vi->is_heap_var
32104 into pt->vars_contains_escaped_heap instead of setting
32105 pt->vars_contains_escaped_heap to it.
32106
32107 PR middle-end/89281
32108 * optabs.c (prepare_cmp_insn): Use UINTVAL (size) instead of
32109 INTVAL (size), compare it to GET_MODE_MASK instead of
32110 1 << GET_MODE_BITSIZE.
32111
32112 PR target/89290
32113 * config/i386/predicates.md (x86_64_immediate_operand): Allow
32114 TLS UNSPECs offsetted by signed 32-bit CONST_INT even with
32115 -mcmodel=large.
32116
32117 2019-02-13 Martin Liska <mliska@suse.cz>
32118
32119 PR lto/88858
32120 * cfgrtl.c (remove_barriers_from_footer): New function.
32121 (try_redirect_by_replacing_jump): Use it.
32122 (cfg_layout_redirect_edge_and_branch): Likewise.
32123
32124 2019-02-13 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
32125
32126 * config/rs6000/altivec.h (vec_sbox_be, vec_cipher_be,
32127 vec_cipherlast_be, vec_ncipher_be, vec_ncipherlast_be): New #defines.
32128 * config/rs6000/crypto.md (CR_vqdi): New define_mode_iterator.
32129 (crypto_vsbox_<mode>, crypto_<CR_insn>_<mode>): New define_insns.
32130 * config/rs6000/rs6000-builtin.def (VSBOX_BE): New BU_CRYPTO_1.
32131 (VCIPHER_BE, VCIPHERLAST_BE, VNCIPHER_BE, VNCIPHERLAST_BE):
32132 New BU_CRYPTO_2.
32133 * config/rs6000/rs6000.c (builtin_function_type)
32134 <CRYPTO_BUILTIN_VSBOX_BE, CRYPTO_BUILTIN_VCIPHER_BE,
32135 CRYPTO_BUILTIN_VCIPHERLAST_BE, CRYPTO_BUILTIN_VNCIPHER_BE,
32136 CRYPTO_BUILTIN_VNCIPHERLAST_BE>: New switch options.
32137 * doc/extend.texi (vec_sbox_be, vec_cipher_be, vec_cipherlast_be,
32138 vec_ncipher_be, vec_ncipherlast_be): New builtin functions.
32139
32140 2019-02-12 Pat Haugen <pthaugen@us.ibm.com>
32141
32142 * doc/invoke.texi (RS/6000 and PowerPC Options): Remove duplicate
32143 -maltivec. Delete -maltivec=be and -maltivec=le documentation.
32144
32145 2019-02-12 H.J. Lu <hongjiu.lu@intel.com>
32146
32147 PR target/89229
32148 * config/i386/i386.md (*movoi_internal_avx): Revert revision
32149 268678 and revision 268657.
32150 (*movti_internal): Likewise.
32151
32152 2019-02-12 Ilya Leoshkevich <iii@linux.ibm.com>
32153
32154 PR target/89233
32155 * config/s390/s390.c (s390_decompose_address): Update comment.
32156 (s390_check_qrst_address): Reject invalid address forms after
32157 LRA.
32158
32159 2019-02-12 Martin Liska <mliska@suse.cz>
32160
32161 PR lto/88876
32162 * ipa-pure-const.c (propagate_pure_const): Revert hunk as
32163 we need default values of funct_state for a function that
32164 is not optimized.
32165
32166 2019-02-12 Eric Botcazou <ebotcazou@adacore.com>
32167
32168 * asan.c (asan_expand_mark_ifn): Take into account the alignment of
32169 the object to pick the size of stores on strict-alignment platforms.
32170
32171 * config/sparc/sparc.md (*movsi_insn): Minor tweak.
32172 (*movdi_insn_sp32): Likewise.
32173 (*movdi_insn_sp64): Likewise.
32174
32175 2019-02-12 Jan Hubicka <hubicka@ucw.cz>
32176
32177 PR lto/88677
32178 * cgraphunit.c (analyze_functions): Clear READONLY flag for external
32179 types that needs constructiong.
32180 * tree.h (may_be_aliased): Do not check TYPE_NEEDS_CONSTRUCTING.
32181
32182 2019-02-12 Richard Biener <rguenther@suse.de>
32183
32184 PR tree-optimization/89253
32185 * tree-ssa-loop-split.c (tree_ssa_split_loops): Check we can
32186 duplicate the loop.
32187
32188 2019-02-11 David Malcolm <dmalcolm@redhat.com>
32189
32190 PR lto/88147
32191 * input.c (selftest::test_line_offset_overflow): New selftest.
32192 (selftest::input_c_tests): Call it.
32193
32194 2019-02-11 Martin Sebor <msebor@redhat.com>
32195
32196 PR tree-optimization/88771
32197 * gimple-ssa-warn-restrict.c (pass_wrestrict::gate): Also enable
32198 when -Wstringop-overflow is set.
32199 (builtin_memref::builtin_memref): Adjust excessive upper bound
32200 only when lower bound is not excessive.
32201 (maybe_diag_overlap): Detect and diagnose excessive bounds via
32202 -Wstringop-ovefflow.
32203 (maybe_diag_offset_bounds): Rename...
32204 (maybe_diag_access_bounds): ...to this.
32205 (check_bounds_or_overlap): Adjust for name change above.
32206
32207 2019-02-11 Martin Sebor <msebor@redhat.com>
32208
32209 PR c++/87996
32210 * builtins.c (max_object_size): Move from here...
32211 * builtins.h (max_object_size): ...and here...
32212 * tree.c (max_object_size): ...to here...
32213 * tree.h (max_object_size): ...and here.
32214
32215 2019-02-11 Bill Schmidt <wschmidt@linux.ibm.com>
32216
32217 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Shift-right
32218 and shift-left vector built-ins need to include a TRUNC_MOD_EXPR
32219 for correct semantics.
32220
32221 2019-02-11 Alan Modra <amodra@gmail.com>
32222
32223 * doc/invoke.texi (man page RS/6000 and PowerPC Options): Mention
32224 -mlongcall and -mpltseq.
32225 (RS/6000 and PowerPC Options <-mlongcall>): Mention inline PLT calls.
32226 (RS/6000 and PowerPC Options <-mpltseq>): Document.
32227 * config/rs6000/rs6000.h (TARGET_PLTSEQ): Define.
32228 * config/rs6000/sysv4.opt (mpltseq): New option.
32229 * config/rs6000/sysv4.h (TARGET_PLTSEQ): Redefine.
32230 (SUBTARGET_OVERRIDE_OPTIONS): Error if given -mpltseq when assembler
32231 support is lacking. Don't allow -mpltseq with -mbss-plt.
32232 * config/rs6000/linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Warn if
32233 -mpltseq given for ELFv1.
32234 * config/rs6000/rs6000.c (rs6000_call_aix): Comment on UNSPEC_PLTSEQ.
32235 Only use UNSPEC_PLTSEQ for inline PLT calls.
32236 (rs6000_call_sysv, rs6000_sibcall_sysv): Expand comments. Only
32237 use UNSPEC_PLTSEQ for inline PLT calls.
32238 (rs6000_indirect_call_template_1, rs6000_longcall_ref),
32239 (rs6000_call_aix, rs6000_call_sysv, rs6000_sibcall_sysv): Replace
32240 uses of HAVE_AS_PLTSEQ with TARGET_PLTSEQ, simplifying.
32241 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
32242 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
32243 (pltseq_mtctr_<mode>): Likewise.
32244
32245 2019-02-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
32246
32247 * acinclude.m4 (gcc_AC_INITFINI_ARRAY): Use 8-byte strings with
32248 Solaris ld.
32249 * configure: Regenerate.
32250
32251 2019-02-11 Jakub Jelinek <jakub@redhat.com>
32252
32253 PR bootstrap/88714
32254 * config/arm/ldrdstrd.md (*arm_ldrd, *arm_strd): Use q constraint
32255 instead of r.
32256
32257 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
32258
32259 * function.c (assign_parm_setup_block): Use the stored
32260 size, not the passed size, when allocating stack-space,
32261 also for a parameter with alignment larger than
32262 MAX_SUPPORTED_STACK_ALIGNMENT.
32263
32264 2019-02-11 Martin Liska <mliska@suse.cz>
32265
32266 PR ipa/89009
32267 * ipa-cp.c (build_toporder_info): Remove usage of a param.
32268 * ipa-inline.c (inline_small_functions): Likewise.
32269 * ipa-pure-const.c (propagate_pure_const): Likewise.
32270 (propagate_nothrow): Likewise.
32271 * ipa-reference.c (propagate): Likewise.
32272 * ipa-utils.c (struct searchc_env): Remove unused field.
32273 (searchc): Always search across AVAIL_INTERPOSABLE.
32274 (ipa_reduced_postorder): Always allow AVAIL_INTERPOSABLE as
32275 the only called IPA pure const can properly not propagate
32276 across interposable boundary.
32277 * ipa-utils.h (ipa_reduced_postorder): Remove param.
32278
32279 2019-02-11 Chung-Ju Wu <jasonwucj@gmail.com>
32280
32281 * config/nds32/nds32.md (call_internal, call_value_internal,
32282 sibcall_internal, sibcall_value_internal): Use SImode for mem rtx.
32283
32284 2019-02-11 Hans-Peter Nilsson <hp@axis.com>
32285
32286 * config/cris/cris.c (cris_preferred_minimum_alignment): Fix name
32287 typo.
32288
32289 2019-02-10 H.J. Lu <hongjiu.lu@intel.com>
32290
32291 * config/i386/constraints.md (Yd): Replace AVX512BW with AVX512DQ
32292 in comments
32293
32294 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
32295
32296 * config.gcc (with_nds32_lib): Set default --with-nds32-lib correctly.
32297
32298 2019-02-10 Jakub Jelinek <jakub@redhat.com>
32299
32300 PR tree-optimization/89268
32301 * tree-if-conv.c (version_loop_for_if_conversion): Push to preds only
32302 if preds is non-NULL.
32303
32304 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
32305
32306 PR lto/89272
32307 * tree.c (fld_simplified_type_name): Also keep TYPE_DECL for
32308 polymorphic types.
32309
32310 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
32311
32312 * config/nds32/nds32.md (trap): New pattern.
32313
32314 2019-02-10 Monk Chiang <sh.chiang04@gmail.com>
32315
32316 * config/nds32/nds32.c (nds32_dwarf_register_span): Refine register
32317 dwarf span.
32318
32319 2019-02-10 Chung-Ju Wu <jasonwucj@gmail.com>
32320
32321 * config/nds32/nds32-md-auxiliary.c (nds32_spilt_doubleword): Support
32322 to split POST_INC.
32323
32324 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
32325
32326 * ipa-visibility.c (localize_node): Also do not localize
32327 LDPR_PREVAILING_DEF_IRONLY_EXP.
32328
32329 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
32330
32331 PR lto/87957
32332 * tree.c (fld_simplified_type_name): Use DECL_ASSEMBLER_NAME_SET_P
32333 instead of type_with_linkage.
32334
32335 2019-02-09 Jan Hubicka <hubicka@ucw.cz>
32336
32337 PR ipa/88755
32338 * params.def (uninlined-function-insns, uninlined-function-time,
32339 uninlined-thunk-insns, uninlined-thunk-time): Add artificial upper
32340 bound so we don't get overflows.
32341
32342 2019-02-09 Aaron Sawdey <acsawdey@linux.ibm.com>
32343
32344 * config/rs6000/rs6000-string.c (expand_compare_loop,
32345 expand_block_compare): Insert REG_BR_PROB notes in inline expansion of
32346 memcmp/strncmp.
32347
32348 2019-02-09 Jakub Jelinek <jakub@redhat.com>
32349
32350 PR middle-end/89246
32351 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
32352 If !node->definition and TYPE_ARG_TYPES is non-NULL, use
32353 TYPE_ARG_TYPES instead of DECL_ARGUMENTS.
32354
32355 2019-02-09 Alan Modra <amodra@gmail.com>
32356
32357 PR target/88343
32358 * config/rs6000/rs6000.c (save_reg_p): Correct calls_eh_return
32359 case. Match logic in rs6000_emit_prologue emitting pic_offset_table
32360 setup.
32361
32362 2019-02-08 Vladimir Makarov <vmakarov@redhat.com>
32363
32364 PR middle-end/88560
32365 * lra-constraints.c (process_alt_operands): Don't increase reject
32366 for memory when offset memory is required.
32367
32368 2019-02-08 Robin Dapp <rdapp@linux.ibm.com>
32369
32370 * config/s390/vector.md: Implement vector copysign.
32371
32372 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
32373
32374 * expr.c (expand_constructor): Correct indentations.
32375
32376 2019-02-08 Richard Biener <rguenther@suse.de>
32377
32378 PR tree-optimization/89247
32379 * tree-if-conv.c: Include tree-cfgcleanup.h.
32380 (version_loop_for_if_conversion): Record LOOP_VECTORIZED call.
32381 (tree_if_conversion): Pass through predicate vector.
32382 (pass_if_conversion::execute): Do CFG cleanup and SSA update
32383 inline, see if any if-converted loops we refrece in
32384 LOOP_VECTORIZED calls vanished and fixup.
32385 * tree-if-conv.h (tree_if_conversion): Adjust prototype.
32386
32387 2019-02-08 Ilya Leoshkevich <iii@linux.ibm.com>
32388
32389 * config/s390/constraints.md (jdd): New constraint.
32390
32391 2019-02-08 H.J. Lu <hongjiu.lu@intel.com>
32392
32393 PR target/89229
32394 * config/i386/i386.md (*movoi_internal_avx): Set mode to XI for
32395 upper 16 vector registers without TARGET_AVX512VL.
32396 (*movti_internal): Likewise.
32397
32398 2019-02-08 Jakub Jelinek <jakub@redhat.com>
32399
32400 PR rtl-optimization/89234
32401 * except.c (copy_reg_eh_region_note_forward): Return if note_or_insn
32402 is a NOTE, CODE_LABEL etc. - rtx_insn * other than INSN_P.
32403 (copy_reg_eh_region_note_backward): Likewise.
32404
32405 2019-02-08 Richard Biener <rguenther@suse.de>
32406
32407 PR middle-end/89223
32408 * tree-data-ref.c (initialize_matrix_A): Fail if constant
32409 doesn't fit in HWI.
32410 (analyze_subscript_affine_affine): Handle failure from
32411 initialize_matrix_A.
32412
32413 2019-02-08 Jakub Jelinek <jakub@redhat.com>
32414
32415 * cfganal.c (pre_and_rev_post_order_compute_fn): Use fn instead of
32416 cfun everywhere.
32417
32418 2019-02-07 David Malcolm <dmalcolm@redhat.com>
32419
32420 PR tree-optimization/86637
32421 PR tree-optimization/89235
32422 * tree-vect-loop.c (optimize_mask_stores): Add an
32423 auto_purge_vect_location sentinel to ensure that vect_location is
32424 purged on exit.
32425 * tree-vectorizer.c
32426 (auto_purge_vect_location::~auto_purge_vect_location): New dtor.
32427 (try_vectorize_loop_1): Add an auto_purge_vect_location sentinel
32428 to ensure that vect_location is purged on exit.
32429 (pass_slp_vectorize::execute): Likewise, replacing the manual
32430 reset.
32431 * tree-vectorizer.h (class auto_purge_vect_location): New class.
32432
32433 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32434
32435 * config/aarch64/iterators.md (max_opp): New code_attr.
32436 (USMAX): New code iterator.
32437 * config/aarch64/predicates.md (aarch64_smin): New predicate.
32438 (aarch64_smax): Likewise.
32439 * config/aarch64/aarch64-simd.md (abd<mode>_3): Rename to...
32440 (*aarch64_<su>abd<mode>_3): ... Change RTL representation to
32441 MINUS (MAX MIN).
32442
32443 2019-02-07 H.J. Lu <hongjiu.lu@intel.com>
32444
32445 PR target/89229
32446 * config/i386/i386.md (*movoi_internal_avx): Set mode to OI
32447 for TARGET_AVX512VL.
32448 (*movti_internal): Set mode to TI for TARGET_AVX512VL.
32449
32450 2019-02-07 Andreas Krebbel <krebbel@linux.ibm.com>
32451
32452 * config/s390/s390-builtin-types.def: Add new types.
32453 * config/s390/s390-builtins.def: (s390_vec_xl, s390_vec_xld2)
32454 (s390_vec_xlw4): Make the memory operand into a const pointer.
32455 (s390_vec_xld2, s390_vec_xlw4): Add a variant for single precision
32456 float.
32457 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Generate
32458 a new vector type with the alignment of the scalar memory operand.
32459
32460 2019-02-07 Matthew Malcomson <matthew.malcomson@arm.com>
32461 Jakub Jelinek <jakub@redhat.com>
32462
32463 PR bootstrap/88714
32464 * config/arm/arm-protos.h (valid_operands_ldrd_strd,
32465 arm_count_ldrdstrd_insns): New declarations.
32466 * config/arm/arm.c (mem_ok_for_ldrd_strd): Remove broken handling of
32467 MINUS.
32468 (valid_operands_ldrd_strd): New function.
32469 (arm_count_ldrdstrd_insns): New function.
32470 * config/arm/ldrdstrd.md: Change peepholes to generate PARALLEL SImode
32471 sets instead of single DImode set and define new insns to match this.
32472
32473 2019-02-07 Tamar Christina <tamar.christina@arm.com>
32474
32475 * config/aarch64/aarch64-builtins.c (aarch64_fcmla_lane_builtin_data):
32476 Make it a C initializer.
32477
32478 2019-02-07 Tamar Christina <tamar.christina@arm.com>
32479
32480 PR/target 88850
32481 * config/arm/neon.md (*neon_mov<mode>): Add r -> r case.
32482
32483 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32484
32485 * config/arm/neon.md (neon_<sup>dot<vsi2qi>):
32486 Use neon_dot<q> for type.
32487 (neon_<sup>dot_lane<vsi2qi>): Likewise.
32488
32489 2019-02-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
32490
32491 * config/aarch64/aarch64-simd.md (aarch64_<sur>dot<vsi2qi>):
32492 Use neon_dot<q> for type.
32493 (aarch64_<sur>dot_lane<vsi2qi>): Likewise.
32494 (aarch64_<sur>dot_laneq<vsi2qi>): Likewise.
32495
32496 2019-02-06 Vladimir Makarov <vmakarov@redhat.com>
32497
32498 PR rtl-optimization/89225
32499 * lra-constaints.c (simplify_operand_subreg): Add subreg mode
32500 sizes check.
32501
32502 2019-02-06 Eric Botcazou <ebotcazou@adacore.com>
32503
32504 * config/i386/i386.c (ix86_expand_prologue): Emit a memory blockage
32505 after restoring registers saved to allocate the frame on Windows.
32506
32507 2019-02-06 Richard Biener <rguenther@suse.de>
32508
32509 PR tree-optimization/89182
32510 * graphite.h (cached_scalar_evolution_in_region): Declare.
32511 * graphite.c (struct seir_cache_key): New.
32512 (struct sese_scev_hash): Likewise.
32513 (seir_cache): New global.
32514 (cached_scalar_evolution_in_region): New function.
32515 (graphite_transform_loops): Allocate and release seir_cache.
32516 * graphite-isl-ast-to-gimple.c (get_rename_from_scev): Use
32517 cached_scalar_evolution_in_region.
32518 * graphite-scop-detection.c (scop_detection::can_represent_loop):
32519 Simplify.
32520 (scop_detection::graphite_can_represent_expr: Use
32521 cached_scalar_evolution_in_region.
32522 (scop_detection::stmt_simple_for_scop_p): Likewise.
32523 (find_params_in_bb): Likewise.
32524 (gather_bbs::before_dom_children): Likewise.
32525 * graphite-sese-to-poly.c (create_pw_aff_from_tree): Likewise.
32526 (add_loop_constraints): Likewise.
32527
32528 2019-02-06 Jakub Jelinek <jakub@redhat.com>
32529
32530 PR middle-end/89210
32531 * fold-const-call.c (fold_const_vec_convert): Pass true as last
32532 operand to new_unary_operation only if both element types are integral
32533 and it isn't a widening conversion. Return NULL_TREE if
32534 new_unary_operation failed.
32535
32536 2019-02-05 Andreas Krebbel <krebbel@linux.ibm.com>
32537
32538 PR target/88856
32539 * config/s390/s390.md: Remove load and test FP splitter.
32540
32541 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
32542
32543 PR target/89112
32544 * config/rs6000/rs6000-string.c (do_ifelse, expand_cmp_vec_sequence,
32545 expand_compare_loop, expand_block_compare_gpr,
32546 expand_strncmp_align_check, expand_strncmp_gpr_sequence): Insert
32547 REG_BR_PROB notes in inline expansion of memcmp/strncmp. Add
32548 #include "profile-count.h" and "predict.h" for types and functions
32549 needed to work with REG_BR_PROB notes.
32550
32551 2019-02-05 Aaron Sawdey <acsawdey@linux.ibm.com>
32552
32553 PR target/89112
32554 * config/rs6000/rs6000.md (<bd>tf_<mode>): Generate a local label
32555 for the long branch case.
32556
32557 2019-02-05 Jakub Jelinek <jakub@redhat.com>
32558
32559 PR target/89188
32560 * dce.c (delete_unmarked_insns): Don't remove no-op moves if they
32561 can throw, non-call exceptions are enabled and we can't delete
32562 dead exceptions or alter cfg. Set must_clean if
32563 delete_insn_and_edges returns true, don't set it blindly for calls.
32564 Assert that delete_unreachable_blocks is called only if can_alter_cfg.
32565
32566 PR rtl-optimization/89195
32567 * combine.c (make_extraction): For MEMs, don't extract bytes outside
32568 of the original MEM.
32569
32570 2019-02-05 Martin Liska <mliska@suse.cz>
32571
32572 PR gcov-profile/89000
32573 * gcov.c (function_summary): Remove argument.
32574 (file_summary): New function.
32575 (print_usage): Replace tabs with spaces.
32576 (generate_results): Use new function file_summary.
32577
32578 2019-02-05 Jakub Jelinek <jakub@redhat.com>
32579
32580 PR target/89186
32581 * optabs.c (prepare_cmp_insn): Pass x and y to
32582 emit_block_comp_via_libcall rather than XEXP (x, 0) and XEXP (y, 0).
32583
32584 2019-02-05 Richard Biener <rguenther@suse.de>
32585
32586 PR middle-end/89150
32587 * bitmap.h (struct bitmap_obstack): Do not mark GTY.
32588 (struct bitmap_element): Drop chain_prev so we properly recurse on
32589 the prev member, supporting tree views.
32590 (struct bitmap_head): GTY skip the obstack member.
32591
32592 2019-02-04 Alexander Monakov <amonakov@ispras.ru>
32593
32594 PR c/88698
32595 * doc/extend.texi (Vector Extensions): Add an example of using vector
32596 types together with x86 intrinsics.
32597
32598 2019-02-04 Alan Modra <amodra@gmail.com>
32599
32600 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1): Increase
32601 str[] size to 160, and comment.
32602
32603 2019-02-04 Alan Modra <amodra@gmail.com>
32604
32605 * config/rs6000/rs6000.c (rs6000_indirect_call_template_1),
32606 (rs6000_pltseq_template): Guard output of TLS markers with
32607 TARGET_TLS_MARKERS.
32608 (rs6000_longcall_ref, rs6000_call_aix, rs6000_call_sysv),
32609 (rs6000_sibcall_sysv): Ignore TARGET_TLS_MARKERS when deciding
32610 to use inline PLT sequences.
32611 * config/rs6000/rs6000.md (pltseq_tocsave_<mode>),
32612 (pltseq_plt16_ha_<mode>, pltseq_plt16_lo_<mode>),
32613 (pltseq_mtctr_<mode>): Don't test TARGET_TLS_MARKERS in predicate.
32614
32615 2019-02-04 Martin Liska <mliska@suse.cz>
32616
32617 PR ipa/88985
32618 * ipa-fnsummary.c (estimate_edge_devirt_benefit): Bail
32619 out when ipa_fn_summaries does not contain entry for callee.
32620
32621 2019-02-04 Eric Botcazou <ebotcazou@adacore.com>
32622
32623 * config/sparc/sparc.h: Remove superfluous blank lines.
32624 * config/sparc/sparc.c (global_offset_table_rtx): Rename into...
32625 (got_register_rtx): ...this.
32626 (sparc_got): Adjust to above renaming.
32627 (sparc_tls_got): Likewise.
32628 (sparc_delegitimize_address): Likewise.
32629 (sparc_output_mi_thunk): Likewise.
32630 (sparc_init_pic_reg): Likewise.
32631 (save_local_or_in_reg_p): Fix test on the GOT register.
32632 (USE_HIDDEN_LINKONCE): Move around.
32633 (get_pc_thunk_name): Likewise.
32634 (gen_load_pcrel_sym): Likewise.
32635 (load_got_register): Likewise.
32636
32637 2019-02-04 Kito Cheng <kito.cheng@gmail.com>
32638
32639 * config/nds32/linux.h (GLIBC_DYNAMIC_LINKER): Define the naming rule
32640 of the dynamic linker: "ld-linux-nds32[le|be][f].so.1".
32641
32642 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
32643
32644 * config/nds32/nds32.c (nds32_legitimate_address_p): Add TLS model
32645 into consideration.
32646
32647 2019-02-04 Chung-Ju Wu <jasonwucj@gmail.com>
32648
32649 * config.gcc (with_nds32_lib, glibc):
32650 Remove TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0 setting.
32651 * config/nds32/linux.h (TARGET_DEFAULT_TLSDESC_TRAMPOLINE): Delete.
32652 (NDS32_TLSDESC_TRAMPOLINE_SPEC): Delete.
32653
32654 2019-02-03 Uroš Bizjak <ubizjak@gmail.com>
32655
32656 PR target/89071
32657 * config/i386/i386.md (*sqrt<mode>2_sse): Add (v,0) alternative.
32658 Do not prefer (v,v) alternative for non-AVX targets and (m,v)
32659 alternative for speed when TARGET_SSE_PARTIAL_REG_DEPENDENCY is set.
32660 (*rcpsf2_sse): Ditto.
32661 (*rsqrtsf2_sse): Ditto.
32662 (sse4_1_round<mode<2): Ditto.
32663
32664 2019-02-03 Richard Biener <rguenther@suse.de>
32665
32666 PR debug/87295
32667 * dwarf2out.c (copy_ancestor_tree): Register non-stubs as
32668 orig.
32669
32670 2019-02-02 Jakub Jelinek <jakub@redhat.com>
32671
32672 PR middle-end/87887
32673 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_simdlen):
32674 Punt with warning on aggregate return or argument types. Ignore
32675 type/mode checking for uniform arguments.
32676
32677 2019-02-01 Segher Boessenkool <segher@kernel.crashing.org>
32678
32679 * combine.c (try_combine): Do not print "Can't combine" messages unless
32680 printing failed combination attempts.
32681
32682 2019-02-01 Martin Jambor <mjambor@suse.cz>
32683
32684 PR hsa/87863
32685 * omp-grid.c (grid_mark_variable_segment): Set assembler name of group
32686 segment and global segment variables before making them static.
32687
32688 2019-02-01 Martin Jambor <mjambor@suse.cz>
32689
32690 * omp-grid.c (grid_target_follows_gridifiable_pattern): Guard two
32691 missed optimization dump with dump_enabled_p.
32692
32693 2019-02-01 Richard Biener <rguenther@suse.de>
32694
32695 PR middle-end/88597
32696 * tree-scalar-evolution.c (analyze_scalar_evolution): Set up
32697 the instantiate cache.
32698 (instantiate_scev_binary): Elide second operand procesing
32699 if equal to the first.
32700 * tree-chrec.c (chrec_contains_symbols): Add visited set.
32701 (chrec_contains_undetermined): Likewise.
32702 (tree_contains_chrecs): Likewise.
32703
32704 2019-02-01 Jan Hubicka <hubicka@ucw.cz>
32705
32706 * parms.def (MAX_INLINE_INSNS_SINGLE): Reduce from 400 to 200.
32707
32708 2019-02-01 Jakub Jelinek <jakub@redhat.com>
32709
32710 PR tree-optimization/89143
32711 * wide-int-range.h (wide_int_range_absu): Declare.
32712 * wide-int-range.cc (wide_int_range_absu): New function.
32713 * tree-vrp.c (extract_range_from_unary_expr): Handle ABSU_EXPR.
32714
32715 PR tree-optimization/88107
32716 * tree-cfg.c (find_outermost_region_in_block): Add ALL argument,
32717 instead of assertion that eh_region_outermost is non-NULL, if it
32718 is NULL, set *ALL to true and return NULL.
32719 (move_sese_region_to_fn): Adjust caller, if all is set, call
32720 duplicate_eh_regions with NULL region.
32721
32722 2019-02-01 Richard Biener <rguenth@suse.de>
32723
32724 PR rtl-optimization/88593
32725 * mode-switching.c (optimize_mode_switching): Free dominators before
32726 calling cleanup_cfg.
32727
32728 2019-02-01 Bin Cheng <bin.cheng@linux.alibaba.com>
32729
32730 PR tree-optimization/88932
32731 * tree-predcom.c (try_combine_chains): Get loop bbs in dom order.
32732
32733 2019-01-31 Jakub Jelinek <jakub@redhat.com>
32734
32735 PR middle-end/89137
32736 * omp-low.c (lower_omp_task_reductions): Drop redundant test to avoid
32737 bogus clang warning.
32738
32739 2019-01-31 Uroš Bizjak <ubizjak@gmail.com>
32740
32741 PR target/89071
32742 * config/i386/i386.md (*extendsfdf2): Split out reg->reg
32743 alternative to avoid partial SSE register stall for TARGET_AVX.
32744 (truncdfsf2): Ditto.
32745 (sse4_1_round<mode>2): Ditto.
32746
32747 2018-01-31 Bill Schmidt <wschmidt@linux.ibm.com>
32748
32749 PR tree-optimization/89008
32750 * gimple-ssa-strength-reduction.c (slsr_process_mul): Don't
32751 process anything of the form X * 0.
32752
32753 2019-01-31 Richard Biener <rguenther@suse.de>
32754
32755 PR tree-optimization/89135
32756 * tree-ssa-phiprop.c (pass_phiprop::execute): Skip blocks
32757 with abnormal preds.
32758
32759 2019-01-31 Jakub Jelinek <jakub@redhat.com>
32760
32761 PR sanitizer/89124
32762 * ipa-inline.c (sanitize_attrs_match_for_inline_p): Allow inlining
32763 always_inline callees into no_sanitize_address callers.
32764
32765 2019-01-31 Richard Biener <rguenther@suse.de>
32766
32767 PR rtl-optimization/89115
32768 * lra.c (lra_rtx_hash): Properly hash CONST_INT values.
32769
32770 2019-01-30 Martin Sebor <msebor@redhat.com>
32771
32772 PR other/89106
32773 * doc/extend.texi (cast to a union): Correct and expand.
32774
32775 2019-01-30 Vladimir Makarov <vmakarov@redhat.com>
32776
32777 PR rtl-optimization/87246
32778 * lra-constraints.c (simplify_operand_subreg): Reload memory
32779 in subreg if the address became invalid.
32780
32781 2019-01-30 Bill Schmidt <wschmidt@linux.ibm.com>
32782
32783 PR target/87064
32784 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v4sf_scalar):
32785 Disable for little-endian.
32786
32787 2019-01-30 Richard Biener <rguenther@suse.de>
32788
32789 PR rtl-optimization/89115
32790 * opts.c (default_options_optimization): Reduce
32791 PARAM_MAX_DSE_ACTIVE_LOCAL_STORES by a factor of 10 at -O1.
32792 Make PARAM_LOOP_INVARIANT_MAX_BBS_IN_LOOP reduction relative
32793 to the default.
32794
32795 2019-01-30 Kelvin Nilsen <kelvin@gcc.gnu.org>
32796
32797 * config/rs6000/rs6000-c.c (altivec-resolve_overloaded_builtin):
32798 Change handling of ALTIVEC_BUILTIN_VEC_EXTRACT. Coerce result to
32799 type of vector element when vec_extract is implemented by direct
32800 move.
32801
32802 2019-01-30 Thomas Schwinge <thomas@codesourcery.com>
32803
32804 * doc/invoke.texi (C Language Options): List "-fopenacc-dim".
32805
32806 2019-01-30 Richard Biener <rguenther@suse.de>
32807
32808 PR tree-optimization/89111
32809 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Restrict
32810 canonicalization to appropriately sized access types.
32811
32812 2019-01-30 Jakub Jelinek <jakub@redhat.com>
32813
32814 PR c++/89105
32815 * config/i386/i386.c (ix86_warn_parameter_passing_abi): Don't warn
32816 for arguments to functions that are TU-local and shouldn't be
32817 referenced by assembly.
32818
32819 2019-01-30 Ulrich Drepper <drepper@redhat.com>
32820
32821 * dumpfile.c (opt_info_switch_p_1): Ignore '-' if it appears
32822 after '='.
32823
32824 2019-01-29 Martin Sebor <msebor@redhat.com>
32825
32826 PR c/88956
32827 * gimple-fold.c (fold_array_ctor_reference): Avoid zero-length arrays.
32828
32829 2019-01-29 Jakub Jelinek <jakub@redhat.com>
32830
32831 PR c++/66676
32832 PR ipa/89104
32833 * omp-simd-clone.c (simd_clone_clauses_extract)
32834 <case OMP_CLAUSE_ALIGNED>: Ignore clauses with NULL
32835 OMP_CLAUSE_ALIGNED_ALIGNMENT.
32836
32837 2019-01-29 Vineet Gupta <vgupta@synopsys.com>
32838
32839 * config.gcc: Force .init_array for ARC.
32840
32841 2019-01-29 Richard Biener <rguenther@suse.de>
32842
32843 PR debug/87295
32844 * dwarf2out.c (collect_skeleton_dies): New helper.
32845 (copy_decls_for_unworthy_types): Call it.
32846 (build_abbrev_table): Assert we do not try to replace
32847 DW_AT_signature refs with local refs.
32848
32849 2019-01-28 Jakub Jelinek <jakub@redhat.com>
32850
32851 PR middle-end/89002
32852 * gimplify.c (gimplify_omp_for): When adding OMP_CLAUSE_*_GIMPLE_SEQ
32853 for lastprivate/linear IV, push gimplify context around gimplify_assign
32854 and, if it needed any temporaries, pop it into a gimple bind around the
32855 sequence.
32856
32857 2019-01-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
32858
32859 * common.opt (-Wattribute-alias): Remove "no-" from name.
32860 Make -Wattribute-alias command line option and
32861 #pragma GCC diagnostic ignored "-Wattribute-alias" work again.
32862
32863 2019-01-28 Jakub Jelinek <jakub@redhat.com>
32864
32865 PR target/89073
32866 * doc/invoke.texi (-mclwb, -mprfchw, -mrdpid, -mrdseed, -msgx,
32867 -madx, -mhle, -mavx5124fmaps, -mavx512vnni, -mavx5124vnniw): Document
32868 x86 ISA options.
32869 (bmi2): Add missing @opindex.
32870 * doc/extend.texi (x86 target attribute): Move fma4, lwp, ssse3
32871 options alphabetically. Add missing 3dnow, 3dnowa, adx, avx, avx2,
32872 avx5124fmaps, avx5124vnniw, avx512bitalg, avx512bw, avx512cd,
32873 avx512dq, avx512er, avx512f, avx512ifma, avx512pf, avx512vbmi,
32874 avx512vbmi2, avx512vl, avx512vnni, avx512vpopcntdq, bmi, bmi2,
32875 cldemote, clflushopt, clwb, clzero, crc32, cx16, f16c, fma, fsgsbase,
32876 fxsr, gfni, hle, lzcnt, movbe, movdir64b, movdiri, mwaitx, pconfig,
32877 pku, prefetchwt1, prfchw, ptwrite, rdpid, rdrnd, rdseed, rtm, sahf,
32878 sgx, sha, shstk, tbm, vaes, vpclmulqdq, waitpkg, wbnoinvd, xsave,
32879 xsavec, xsaveopt and xsaves options.
32880
32881 2019-01-28 Richard Biener <rguenther@suse.de>
32882
32883 PR debug/89076
32884 * dwarf2out.c (gen_subprogram_die): Remove leftover from MPX
32885 support removal.
32886
32887 2019-01-28 Richard Biener <rguenther@suse.de>
32888
32889 PR tree-optimization/88739
32890 * tree-cfg.c (verify_types_in_gimple_reference): Verify
32891 BIT_FIELD_REFs only are applied to mode-precision operands
32892 when they are integral.
32893 (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR.
32894 * tree-ssa-sccvn.c (vn_reference_lookup_3): Avoid generating
32895 BIT_FIELD_REFs of non-mode-precision integral operands.
32896
32897 2019-01-27 Jakub Jelinek <jakub@redhat.com>
32898
32899 PR target/87214
32900 * config/i386/sse.md
32901 (<mask_codefor>avx512dq_shuf_<shuffletype>64x2_1<mask_name>,
32902 avx512f_shuf_<shuffletype>64x2_1<mask_name>): Ensure the
32903 first constants in pairs are multiples of 2. Formatting fixes.
32904 (avx512vl_shuf_<shuffletype>32x4_1<mask_name>,
32905 avx512vl_shuf_<shuffletype>32x4_1<mask_name>): Ensure the
32906 first constants in each quadruple are multiples of 4. Formatting fixes.
32907
32908 2019-01-26 Martin Jambor <mjambor@suse.cz>
32909
32910 PR ipa/88933
32911 * tree-inline.c: Include tree-cfgcleanup.h.
32912 (delete_unreachable_blocks_update_callgraph): Move...
32913 * tree-cfgcleanup.c (delete_unreachable_blocks_update_callgraph):
32914 ...here, make externally visible, make second argument bool, adjust
32915 all callers.
32916 * tree-cfgcleanup.c: Include cgraph.h.
32917 * tree-cfgcleanup.h (delete_unreachable_blocks_update_callgraph):
32918 Declare.
32919 * ipa-prop.c: Include tree-cfgcleanup.h.
32920 (ipcp_transform_function): Call
32921 delete_unreachable_blocks_update_callgraph instead of cleaning uo CFG.
32922
32923 2019-01-25 Vladimir Makarov <vmakarov@redhat.com>
32924
32925 PR rtl-optimization/88846
32926 * ira.c (process_set_for_memref_referenced_p): New.
32927 (memref_referenced_p): Add new param. Use
32928 process_set_for_memref_referenced_p. Add new switch cases.
32929 (memref_used_between_p): Pass new arg to memref_referenced_p.
32930
32931 2019-01-25 Richard Earnshaw <rearnsha@arm.com>
32932
32933 PR target/88469
32934 * config/aarch64/aarch64.c (aarch64_function_arg_alignment): Add new
32935 argument ABI_BREAK. Set to true if the calculated alignment has
32936 changed in gcc-9. Check bit-fields for their base type alignment.
32937 (aarch64_layout_arg): Warn if argument passing has changed in gcc-9.
32938 (aarch64_function_arg_boundary): Likewise.
32939 (aarch64_gimplify_va_arg_expr): Likewise.
32940
32941 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
32942
32943 PR middle-end/89037
32944 * varasm.c (output_constructor_bitfield): Use wi::extract_uhwi
32945 instead of accessing TREE_INT_CST_ELT directly.
32946
32947 2019-01-25 Christophe Lyon <christophe.lyon@linaro.org>
32948
32949 * doc/sourcebuild.texi (Environment attributes): Add fenv and
32950 fenv_exceptions description.
32951
32952 2019-01-25 Wilco Dijkstra <wdijkstr@arm.com>
32953
32954 PR rtl-optimization/87763
32955 * config/aarch64/aarch64.c (aarch64_select_cc_mode):
32956 Allow SUBREG when matching CC_NZmode compare.
32957
32958 2019-01-25 Richard Biener <rguenther@suse.de>
32959
32960 PR tree-optimization/89049
32961 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost):
32962 Look at the pattern stmt to determine if the stmt is vectorized.
32963
32964 2019-01-25 Richard Sandiford <richard.sandiford@arm.com>
32965
32966 * config/aarch64/aarch64-sve.md (*pred_mov<mode>)
32967 (pred_mov<mode>): Handle all-register forms using both a new
32968 alternative and a split.
32969
32970 2019-01-25 Richard Biener <rguenther@suse.de>
32971
32972 PR tree-optimization/86865
32973 * graphite-scop-detection.c (scop_detection::can_represent_loop):
32974 Reject non-do-while loops.
32975
32976 2019-01-24 Peter Bergner <bergner@linux.ibm.com>
32977
32978 * config/rs6000/altivec.md (build_vector_mask_for_load): Use MEM_P.
32979 * config/rs6000/constraints.md (Q constraint): Use REG_P.
32980 * config/rs6000/darwin.h (PREFERRED_RELOAD_CLASS): Use SYMBOL_REF_P.
32981 * config/rs6000/freebsd64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
32982 SYMBOL_REF_P, CONST_INT_P and CONST_DOUBLE_P.
32983 * config/rs6000/linux64.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
32984 * config/rs6000/predicates.md (altivec_register_operand, vint_operand,
32985 vsx_register_operand, vsx_reg_sfsubreg_ok, vfloat_operand,
32986 vlogical_operand, gpc_reg_operand, int_reg_operand,
32987 int_reg_operand_not_pseudo): Use SUBREG_P and HARD_REGISTER_P.
32988 (ca_operand, base_reg_operand, htm_spr_reg_operand, cc_reg_operand,
32989 cc_reg_not_cr0_operand, input_operand): Use SUBREG_P.
32990 (save_world_operation, restore_world_operation, lmw_operation,
32991 stmw_operation): Use MEM_P and REG_P.
32992 (tie_operand): Use MEM_P.
32993 (vrsave_operation, crsave_operation): Use REG_P.
32994 (mfcr_operation, mtcrf_operation): Use REG_P and CONST_INT_P.
32995 (fpr_reg_operand): Use SUBREG_P and HARD_REGISTER_NUM_P.
32996 (quad_int_reg_operand): Use HARD_REGISTER_NUM_P.
32997 (call_operand): Use HARD_REGISTER_P.
32998 (indexed_or_indirect_operand, altivec_indexed_or_indirect_operand):
32999 Use CONST_INT_P.
33000 (lwa_operand): Use SUBREG_P, REG_P and CONST_INT_P.
33001 * config/rs6000/rs6000-p8swap.c (insn_is_load_p, insn_is_store_p,
33002 quad_aligned_load_p, replace_swapped_aligned_store,
33003 recombine_lvx_pattern, replace_swapped_aligned_load,
33004 recombine_stvx_pattern): Use MEM_P.
33005 (const_load_sequence_p, adjust_vperm, replace_swapped_load_constant):
33006 Use MEM_P and SYMBOL_REF_P.
33007 (rtx_is_swappable_p): Use REG_P and CONST_INT_P.
33008 (insn_is_swappable_p): Use REG_P and MEM_P.
33009 (insn_is_swap_p, (alignment_mask): Use CONST_INT_P.
33010 * config/rs6000/rs6000-string.c (expand_block_clear, expand_block_move):
33011 Use CONST_INT_P.
33012 * config/rs6000/rs6000.c (rs6000_secondary_reload, rs6000_emit_cmove):
33013 Use CONST_DOUBLE_P.
33014 (rs6000_output_move_128bit): Use CONST_DOUBLE_P, CONST_INT_P and
33015 CONST_WIDE_INT_P.
33016 (rs6000_legitimize_address): Use CONST_DOUBLE_P, CONST_INT_P,
33017 CONST_WIDE_INT_P, REG_P and SYMBOL_REF_P.
33018 (rs6000_emit_move): Use CONST_DOUBLE_P, CONST_INT_P, HARD_REGISTER_P,
33019 HARD_REGISTER_NUM_P, MEM_P, REG_P, SUBREG_P, SYMBOL_REF_P and
33020 reg_or_subregno:
33021 (output_toc): Use CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
33022 (easy_altivec_constant, rs6000_legitimate_offset_address_p,
33023 rs6000_mode_dependent_address, rs6000_expand_mtfsf_builtin,
33024 rs6000_expand_set_fpscr_rn_builtin, rs6000_expand_set_fpscr_drn_builtin,
33025 rs6000_expand_unop_builtin, INT_P, rs6000_generate_compare,
33026 rs6000_machopic_legitimize_pic_address, rs6000_split_logical_inner,
33027 rs6000_split_logical_di): Use CONST_INT_P.
33028 (rs6000_legitimize_reload_address): Use CONST_INT_P, HARD_REGISTER_P,
33029 REG_P and SYMBOL_REF_P.
33030 (setup_incoming_varargs, rs6000_rtx_costs): Use CONST_INT_P and MEM_P.
33031 (print_operand): Use CONST_INT_P, MEM_P and REG_P.
33032 (virtual_stack_registers_memory_p, rs6000_legitimate_address_p,
33033 mems_ok_for_quad_peep): Use CONST_INT_P and REG_P.
33034 (rs6000_secondary_reload_memory): Use CONST_INT_P and SUBREG_P.
33035 (small_data_operand, print_operand_address): Use CONST_INT_P and
33036 SYMBOL_REF_P.
33037 (split_stack_arg_pointer_used_p): Use HARD_REGISTER_P.
33038 (rs6000_init_hard_regno_mode_ok, direct_move_p):
33039 Use HARD_REGISTER_NUM_P.
33040 (rs6000_secondary_reload_gpr): Use HARD_REGISTER_NUM_P and MEM_P.
33041 (rs6000_secondary_reload_class): Use HARD_REGISTER_NUM_P, REG_P,
33042 SUBREG_P and SYMBOL_REF_P.
33043 (register_to_reg_type, rs6000_secondary_reload_inner): Use SUBREG_P
33044 and HARD_REGISTER_NUM_P.
33045 (rs6000_adjust_vec_address): Use HARD_REGISTER_NUM_P and
33046 reg_or_subregno.
33047 (rs6000_adjust_cost, find_mem_ref): Use MEM_P.
33048 (macho_lo_sum_memory_operand, rs6000_eliminate_indexed_memrefs): Use
33049 MEM_P and REG_P.
33050 (legitimate_indirect_address_p, legitimate_lo_sum_address_p,
33051 registers_ok_for_quad_peep, rs6000_output_function_epilogue,
33052 find_addr_reg): Use REG_P.
33053 (altivec_expand_vec_perm_const): Use REG_P and SUBREG_P.
33054 (rs6000_emit_le_vsx_move): Use SUBREG_P.
33055 (offsettable_ok_by_alignment, constant_pool_expr_p,
33056 legitimate_small_data_p, rs6000_output_dwarf_dtprel,
33057 rs6000_delegitimize_address, rs6000_const_not_ok_for_debug_p,
33058 rs6000_cannot_force_const_mem, rs6000_output_addr_const_extra,
33059 rs6000_assemble_integer, create_TOC_reference,
33060 rs6000_emit_allocate_stack, rs6000_xcoff_encode_section_info,
33061 rs6000_call_aix, rs6000_call_aix): Use SYMBOL_REF_P.
33062 (rs6000_split_vec_extract_var): Use reg_or_subregno.
33063 * config/rs6000/rtems.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Use
33064 CONST_DOUBLE_P, CONST_INT_P and SYMBOL_REF_P.
33065 * config/rs6000/sysv4.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
33066 * config/rs6000/xcoff.h (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
33067 * config/rs6000/rs6000.h (RS6000_SYMBOL_REF_TLS_P): Use SYMBOL_REF_P.
33068 (REGNO_OK_FOR_INDEX_P, REGNO_OK_FOR_BASE_P): Use HARD_REGISTER_NUM_P.
33069 (INT_REG_OK_FOR_INDEX_P, INT_REG_OK_FOR_BASE_P): Use HARD_REGISTER_P.
33070 (CONSTANT_ADDRESS_P): Use CONST_INT_P and SYMBOL_REF_P.
33071 * config/rs6000/rs6000.md (define_expands strlensi, mod<mode>3
33072 and cbranch<mode>4): Use CONST_INT_P.
33073 (multiple define_splits): Use REG_P and SUBREG_P.
33074 (define_expands call, call_value): Use MEM_P.
33075 (define_expands sibcall, sibcall_value): Use CONST_INT_P and MEM_P.
33076 (define insn *mtcrfsi): Use CONST_INT_P and REG_P.
33077 * config/rs6000/vsx.md (*vsx_le_perm_load_<mode>,
33078 *vsx_le_perm_load_v8hi, *vsx_le_perm_load_v16qi): Use HARD_REGISTER_P
33079 and HARD_REGISTER_NUM_P.
33080 (multiple define_splits): Use HARD_REGISTER_NUM_P.
33081
33082 2019-01-24 Uroš Bizjak <ubizjak@gmail.com>
33083
33084 PR rtl-optimization/88948
33085 * rtl.h (prepare_copy_insn): New prototype.
33086 * gcse.c (prepare_copy_insn): New function, split out from
33087 process_insert_insn.
33088 (process_insert_insn): Use prepare_copy_insn.
33089 * store-motion.c (replace_store_insn): Use prepare_copy_insn
33090 instead of gen_move_insn.
33091
33092 2019-01-24 Jakub Jelinek <jakub@redhat.com>
33093
33094 PR debug/89006
33095 * config/i386/i386.c (ix86_pic_register_p): Return true for
33096 UNSPEC_SET_GOT too.
33097
33098 PR tree-optimization/88964
33099 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Also
33100 punt if HONOR_SNANS (chrec).
33101
33102 PR middle-end/89015
33103 * tree-nested.c (convert_nonlocal_reference_stmt,
33104 convert_local_reference_stmt, convert_tramp_reference_stmt,
33105 convert_gimple_call) <case GIMPLE_OMP_TEAMS>: Treat
33106 gimple_omp_teams_host teams stmts like GIMPLE_OMP_PARALLEL
33107 or GIMPLE_OMP_TASK.
33108
33109 PR tree-optimization/89027
33110 * tree-inline.c (add_clobbers_to_eh_landing_pad): Don't add clobbers
33111 for "omp simd array" variables.
33112
33113 2019-01-24 Richard Earnshaw <rearnsha@arm.com>
33114
33115 PR target/88469
33116 * profile-count.h (profile_count): On ARM systems using GCC 6/7/8
33117 force the alignment of m_val.
33118
33119 2019-01-24 Richard Biener <rguenther@suse.de>
33120
33121 PR lto/87187
33122 * tree-streamer-out.c (write_ts_decl_common_tree_pointers):
33123 When in "legacy" debug mode make sure to reset self-origins.
33124
33125 2019-01-24 Martin Liska <mliska@suse.cz>
33126
33127 PR gcov-profile/88994
33128 * gcov-io.c (mangle_path): Do not allocate a bigger buffer,
33129 result will be always smaller or equal to the original.
33130 * gcov.c (mangle_name): Fix else branch where we should
33131 also copy to PTR and shift the pointer.
33132
33133 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
33134
33135 * tree-ssa-dom.c (test_for_singularity): Fix a comment typo.
33136 * vr-values.c (find_case_label_ranges): Fix a comment typo.
33137
33138 2019-01-23 Xuepeng Guo <xuepeng.guo@intel.com>
33139
33140 * common/config/i386/i386-common.c
33141 (OPTION_MASK_ISA_ENQCMD_SET,
33142 OPTION_MASK_ISA_ENQCMD_UNSET): New macros.
33143 (ix86_handle_option): Handle -menqcmd.
33144 * config.gcc (enqcmdintrin.h): New header file.
33145 * config/i386/cpuid.h (bit_ENQCMD): New bit.
33146 * config/i386/driver-i386.c (host_detect_local_cpu): Handle
33147 -menqcmd.
33148 * config/i386/i386-builtin-types.def ((INT, PVOID, PCVOID)): New
33149 function type.
33150 * config/i386/i386-builtin.def (__builtin_ia32_enqcmd,
33151 __builtin_ia32_enqcmds): New builtins.
33152 * config/i386/i386-c.c (__ENQCMD__): New macro.
33153 * config/i386/i386-option.c (ix86_target_string): Add
33154 -menqcmd.
33155 (ix86_valid_target_attribute_inner_p): Likewise.
33156 * config/i386/i386-expand.c
33157 (ix86_expand_builtin): Expand IX86_BUILTIN_ENQCMD and
33158 IX86_BUILTIN_ENQCMDS.
33159 * config/i386/i386.h (TARGET_ENQCMD): New.
33160 * config/i386/i386.md (UNSPECV_ENQCMD, UNSPECV_ENQCMDS): New.
33161 (@enqcmd<enqcmd_sfx>_<mode>): New insn pattern.
33162 (movdir64b_<mode>): Parameterize to enable share expansion code
33163 with ENQCMD in function ix86_expand_builtin.
33164 * config/i386/i386.opt: Add -menqcmd.
33165 * config/i386/immintrin.h: Include enqcmdintrin.h.
33166 * config/i386/enqcmdintrin.h: New intrinsic file.
33167 * doc/invoke.texi: Add -menqcmd.
33168
33169 2019-01-23 Bin Cheng <bin.cheng@arm.com>
33170 Steve Ellcey <sellcey@marvell.com>
33171
33172 PR target/85711
33173 * recog.c (address_operand): Return false on wrong mode for address.
33174 (constrain_operands): Check for mode with 'p' constraint.
33175
33176 2019-01-23 Uroš Bizjak <ubizjak@gmail.com>
33177
33178 PR target/88998
33179 * config/i386/sse.md (sse2_cvtpi2pd): Add SSE alternatives.
33180 Disparage MMX alternative.
33181 (sse2_cvtpd2pi): Ditto.
33182 (sse2_cvttpd2pi): Ditto.
33183
33184 2019-01-23 David Malcolm <dmalcolm@redhat.com>
33185
33186 PR driver/89014
33187 * config/aarch64/driver-aarch64.c (host_detect_local_cpu): Fix
33188 use-after-free of the result of
33189 aarch64_get_extension_string_for_isa_flags.
33190
33191 2019-01-23 Jakub Jelinek <jakub@redhat.com>
33192
33193 PR c/44715
33194 * doc/extend.texi: Document break and continue behavior in
33195 statement expressions.
33196
33197 2019-01-23 Richard Biener <rguenther@suse.de>
33198
33199 PR tree-optimization/89008
33200 * tree-ssa-reassoc.c (eliminate_using_constants): For * 0 do
33201 not leave another stray operand.
33202
33203 2019-01-23 Jakub Jelinek <jakub@redhat.com>
33204
33205 * BASE-VER: Bump to 9.0.1.
33206
33207 2019-01-23 Eric Botcazou <ebotcazou@adacore.com>
33208
33209 * cgraphunit.c (cgraph_node::expand_thunk): When expanding a GIMPLE
33210 thunk that returns by reference, use the type of the return object
33211 of the thunk instead of that of the alias to build the dereference.
33212
33213 2019-01-23 Vineet Gupta <vgupta@synopsys.com>
33214
33215 * config/arc/atomic.md: Add operand to DMB instruction.
33216
33217 2019-01-23 Jakub Jelinek <jakub@redhat.com>
33218
33219 PR tree-optimization/88964
33220 * gimple-loop-interchange.cc (loop_cand::analyze_induction_var): Use
33221 build_zero_cst instead of build_int_cst. Return false for loop
33222 invariants which honor signed zeros.
33223
33224 2019-01-22 Segher Boessenkool <segher@kernel.crashing.org>
33225
33226 * doc/invoke.texi (-fsplit-paths): This is enabled by default at -O3.
33227
33228 2019-01-22 Jakub Jelinek <jakub@redhat.com>
33229
33230 PR target/88965
33231 * config/rs6000/rs6000.c: Include tree-vrp.h and tree-ssanames.h.
33232 (rs6000_gimple_fold_builtin): If MEM_REF address doesn't satisfy
33233 is_gimple_mem_ref_addr predicate, force it into a SSA_NAME first.
33234
33235 PR middle-end/88968
33236 * gimplify.c (gimplify_omp_atomic): Handle bitfield atomics with
33237 non-integral DECL_BIT_FIELD_REPRESENTATIVEs.
33238
33239 PR target/87064
33240 * config/rs6000/vsx.md (*vsx_reduc_<VEC_reduc_name>_v2df_scalar):
33241 Disable for little endian.
33242
33243 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
33244
33245 PR target/88469
33246 * config/arm/arm.c (arm_needs_double_word_align): Check
33247 DECL_BIT_FIELD_TYPE.
33248
33249 2019-01-22 Hongtao Liu <hongtao.liu@intel.com>
33250 H.J. Lu <hongjiu.lu@intel.com>
33251
33252 PR target/88909
33253 * config/i386/i386-builtin.def: Add mask2 to all builtin
33254 initializations. Merge ARGS2 and SPECIAL_ARGS2 into ARGS and
33255 SPECIAL_ARGS.
33256 * config/i386/i386.c (BDESC): Add mask2 to the definition.
33257 (BDESC_FIRST): Likewise.
33258 (define_builtin): Add an argument for mask2. Updated to handle
33259 both ix86_isa_flags and ix86_isa_flags2.
33260 (define_builtin_const): Likewise.
33261 (define_builtin_pure): Likewise.
33262 (define_builtin2): Deleted.
33263 (define_builtin_const2): Likewise.
33264 (builtin_description): Add a member, mask2.
33265 (bdesc_*): Add mask2 to builtin initializations.
33266 (ix86_init_mmx_sse_builtins): Update calls to def_builtin,
33267 def_builtin_const and def_builtin_pure. Remove SPECIAL_ARGS2
33268 support.
33269 (ix86_get_builtin_func_type): Remove SPECIAL_ARGS2 support.
33270
33271 2019-01-22 H.J. Lu <hongjiu.lu@intel.com>
33272
33273 PR target/88954
33274 * config/i386/i386.c (ix86_force_load_from_GOT_p): Also check
33275 noplt attribute.
33276
33277 2019-01-22 Richard Earnshaw <rearnsha@arm.com>
33278
33279 PR target/88469
33280 * config/arm/arm.c (arm_needs_doubleword_align): Return 2 if a record's
33281 alignment is dominated by a bitfield with 64-bit aligned base type.
33282 (arm_function_arg): Emit a warning if the alignment has changed since
33283 earlier GCC releases.
33284 (arm_function_arg_boundary): Likewise.
33285 (arm_setup_incoming_varargs): Likewise.
33286
33287 2019-01-22 Richard Biener <rguenther@suse.de>
33288
33289 PR tree-optimization/88862
33290 * graphite-scop-detection.c
33291 (scop_detection::graphite_can_represent_scev): Reject ADDR_EXPR.
33292
33293 2019-01-22 Andrew Stubbs <ams@codesourcery.com>
33294
33295 * doc/extend.tex (AMD GCN Function Attributes): New section.
33296 * doc/install.texi (amdgcn-unknown-amdhsa): New instructions.
33297 * doc/invoke.texi (AMD GCN Options): New section.
33298 * doc/md.texi (Constraints for Particular Machines): Add AMD GCN.
33299
33300 2019-01-22 Eric Botcazou <ebotcazou@adacore.com>
33301
33302 * config/sparc/sparc.c (parc_delegitimize_address): Recognize the GOT
33303 register and decoded HIGH/LO_SUM combinations for labels in PIC mode.
33304
33305 2019-01-22 Jakub Jelinek <jakub@redhat.com>
33306
33307 PR tree-optimization/88044
33308 * tree-ssa-loop-niter.c (number_of_iterations_cond): If condition
33309 is false in the first iteration, but !every_iteration, return false
33310 instead of true with niter->niter zero.
33311
33312 PR rtl-optimization/88904
33313 * cfgcleanup.c (thread_jump): Verify cond2 doesn't mention
33314 any nonequal registers before processing BB_END (b).
33315
33316 PR target/88905
33317 * optabs.c (add_equal_note): Add op0_mode argument, use it instead of
33318 GET_MODE (op0).
33319 (expand_binop_directly, expand_doubleword_clz,
33320 expand_doubleword_popcount, expand_ctz, expand_ffs,
33321 expand_unop_direct, maybe_emit_unop_insn): Adjust callers.
33322
33323 PR rtl-optimization/49429
33324 PR target/49454
33325 PR rtl-optimization/86334
33326 PR target/88906
33327 * expr.c (emit_block_move_hints): Move marking of MEM_EXPRs
33328 addressable from here...
33329 (emit_block_op_via_libcall): ... to here.
33330
33331 2019-01-22 Richard Biener <rguenther@suse.de>
33332
33333 * tree-vect-loop.c (vect_analyze_loop_operations): Use
33334 auto_vec for cost vector to fix memleak.
33335 (vectorize_fold_left_reduction): Properly gather SLP defs.
33336 (vectorizable_comparison): Do not swap operands to properly
33337 gather SLP defs.
33338
33339 2019-01-22 Alan Modra <amodra@gmail.com>
33340
33341 PR target/88614
33342 * config/rs6000/predicates.md (unspec_tls): Ensure GOT reg
33343 stays a reg. Allow a const_int.
33344 * config/rs6000/rs6000-protos.h (rs6000_output_tlsargs): Declare.
33345 * config/rs6000/rs6000.h (IS_V4_FP_ARGS): Define.
33346 (IS_NOMARK_TLSGETADDR): Define.
33347 * config/rs6000/rs6000.c (edit_tls_call_insn): Delete.
33348 (rs6000_output_tlsargs): New function.
33349 (rs6000_legitimize_tls_address): Don't say a !TARGET_TLS_MARKERS
33350 __tls_get_addr call takes an arg.
33351 (rs6000_call_sysv): Generate sysv4 secure plt call pattern here..
33352 * config/rs6000/rs6000.md (call_nonlocal_sysv): ..rather than here,
33353 delete split..
33354 (call_value_nonlocal_sysv): ..or here, delete split.
33355 (tls_gdld_nomark): Delete.
33356 (call_value_indirect_nonlocal_sysv): Use unspec_tls as operand2
33357 predicate. Call rs6000_output_tlsargs. Adjust length to suit.
33358 (call_value_nonlocal_sysv): Likewise.
33359 (call_value_nonlocal_sysv_secure): Likewise.
33360 (call_value_nonlocal_aix): Likewise.
33361 (call_value_indirect_aix): Likewise.
33362 (call_value_indirect_elfv2): Likewise.
33363 (call_value_local32, call_value_local64): Disable for no-mark tls.
33364 (call_value_local_aix): Likewise.
33365
33366 2019-01-21 Uroš Bizjak <ubizjak@gmail.com>
33367
33368 PR target/88938
33369 * config/i386/i386.c (ix86_expand_builtin) [case IX86_BUILTIN_BEXTRI32,
33370 case IX86_BUILTIN_BEXTRI64]: Sanitize operands.
33371
33372 2019-01-21 Michael Ploujnikov <michael.ploujnikov@oracle.com>
33373
33374 * hash-map-tests.c (test_map_of_strings_to_int): Show how to use
33375 string contents as hash_map keys.
33376
33377 2019-01-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
33378
33379 PR c/88928
33380 * c-warn.c (check_alignment_of_packed_member): Add a boolean parameter
33381 for rvalue context. Handle rvalues correctly. Use min_align_of_type
33382 instead of TYPE_ALIGN.
33383 (check_address_or_pointer_of_packed_member): Handle rvalues coorrectly.
33384 Use min_align_of_type instead of TYPE_ALIGN_UNIT. Check for NULL
33385 pointer from TYPE_STUB_DECL.
33386
33387 2019-01-21 Richard Biener <rguenther@suse.de>
33388
33389 PR tree-optimization/88934
33390 * tree-vect-slp.c (vect_mask_constant_operand_p): Always look
33391 at the possibly non-constant operand.
33392 (vect_get_constant_vectors): Adjust.
33393
33394 2019-01-21 H.J. Lu <hongjiu.lu@intel.com>
33395
33396 PR target/71659
33397 * config/i386/adxintrin.h: Just check _IMMINTRIN_H_INCLUDED.
33398 * config/i386/clflushoptintrin.h: Check _IMMINTRIN_H_INCLUDED
33399 instead of _X86INTRIN_H_INCLUDED.
33400 * onfig/i386/clwbintrin.h: Likewise.
33401 * config/i386/pkuintrin.h: Likewise.
33402 * config/i386/prfchwintrin.h: Likewise.
33403 * config/i386/rdseedintrin.h: Likewise.
33404 * config/i386/wbnoinvdintrin.h: Likewise.
33405 * config/i386/xsavecintrin.h: Likewise.
33406 * config/i386/xsavesintrin.h: Likewise.
33407 * config/i386/fxsrintrin.h: Enable _IMMINTRIN_H_INCLUDED check.
33408 * config/i386/xsaveintrin.h: Likewise.
33409 * config/i386/xsaveoptintrin.h: Likewise.
33410 * config/i386/x86intrin.h: Move "#include" <rdseedintrin.h>,
33411 <prfchwintrin.h>, <fxsrintrin.h>, <xsaveintrin.h>,
33412 <xsaveoptintrin.h>, <adxintrin.h>, <clwbintrin.h>,
33413 <clflushoptintrin.h>, <xsavesintrin.h>, <xsavecintrin.h>,
33414 <wbnoinvdintrin.h> and <pkuintrin.h> to ...
33415 * config/i386/immintrin.h: Here.
33416
33417 2019-01-20 Martin Jambor <mjambor@suse.cz>
33418
33419 PR ipa/87615
33420 * ipa-prop.h (struct ipa_func_body_info): Replaced field aa_walked
33421 with aa_walk_budget.
33422 * cgraph.h (ipa_polymorphic_call_context::get_dynamic_type): Add
33423 aa_walk_budget_p parameter.
33424 * ipa-fnsummary.c (unmodified_parm_1): New parameter fbi. Limit AA
33425 walk. Updated all callers.
33426 (unmodified_parm): New parameter fbi, pass it to unmodified_parm_1.
33427 (eliminated_by_inlining_prob): New parameter fbi, pass it on to
33428 unmodified_parm.
33429 (will_be_nonconstant_expr_predicate): New parameter fbi, removed
33430 parameter info. Extract info from fbi. Pass fbi to recursive calls
33431 and to unmodified_parm.
33432 (phi_result_unknown_predicate): New parameter fbi, removed parameter
33433 info, updated call to will_be_nonconstant_expr_predicate.
33434 (param_change_prob): New parameter fbi, limit AA walking.
33435 (analyze_function_body): Initialize aa_walk_budget in fbi. Update
33436 calls to various above functions.
33437 * ipa-polymorphic-call.c (get_dynamic_type): Add aa_walk_budget_p
33438 parameter. Use it to limit AA walking.
33439 * ipa-prop.c (detect_type_change_from_memory_writes): New parameter
33440 fbi, limit AA walk.
33441 (detect_type_change): New parameter fbi, pass it on to
33442 detect_type_change_from_memory_writes.
33443 (detect_type_change_ssa): Likewise.
33444 (aa_overwalked): Removed.
33445 (parm_preserved_before_stmt_p): Assume fbi is never NULL, stream line
33446 accordingly, adjust to the neew AA limiting scheme.
33447 (parm_ref_data_preserved_p): Likewise.
33448 (ipa_compute_jump_functions_for_edge): Adjust call to
33449 get_dynamic_type.
33450 (ipa_analyze_call_uses): Likewise.
33451 (ipa_analyze_virtual_call_uses): Pass fbi to detect_type_change_ssa.
33452 (ipa_analyze_node): Initialize aa_walk_budget.
33453 (ipcp_transform_function): Likewise.
33454 * tree-ssa-sccvn.c (eliminate_dom_walker::eliminate_stmt): Update call
33455 to get_dynamic_type.
33456
33457 2019-01-19 Jakub Jelinek <jakub@redhat.com>
33458
33459 * config/aarch64/aarch64.c (aarch64_stack_protect_guard): Move
33460 outside of #if CHECKING_P code.
33461
33462 2019-01-19 Richard Sandiford <richard.sandiford@arm.com>
33463
33464 * gimple-loop-versioning.cc (loop_versioning::dump_inner_likelihood):
33465 New function, split out from...
33466 (loop_versioning::analyze_stride): ...here.
33467 (loop_versioning::find_per_loop_multiplication): Use gassign.
33468 (loop_versioning::analyze_term_using_scevs): Return a success code.
33469 (loop_versioning::analyze_arbitrary_term): New function.
33470 (loop_versioning::analyze_address_fragment): Use
33471 analyze_arbitrary_term if all else fails.
33472
33473 2019-01-18 Segher Boessenkool <segher@kernel.crashing.org>
33474
33475 PR target/88892
33476 * config/rs6000/rs6000.md (*movsi_from_df): Allow only register
33477 operands.
33478
33479 2019-01-18 Richard Biener <rguenther@suse.de>
33480
33481 PR tree-optimization/88903
33482 * tree-vect-stmts.c (vectorizable_shift): Verify we see all
33483 scalar stmts a SLP shift amount is composed of when detecting
33484 shifts by scalars.
33485
33486 2019-01-18 Richard Earnshaw <rearnsha@arm.com>
33487
33488 PR target/88799
33489 * config/arm/arm-cpus.in (mp): New feature.
33490 (sec): New feature.
33491 (fgroup ARMv7ve): Add mp and sec features.
33492 (arch armv7-a): Add options to allow mp and sec extensions.
33493 (cpu generic-armv7-a): Add options to allow mp and sec extensions.
33494 (cpu cortex-a5, cpu cortex-7, cpu cortex-a9): Add mp and sec
33495 extenstions to the base architecture.
33496 (cpu cortex-a8): Add sec extension to the base architecture.
33497 (cpu marvell-pj4): Add mp and sec extensions to the base architecture.
33498 * config/arm/t-aprofile (MULTILIB_MATCHES): Map all armv7-a arch
33499 variants down to the base v7-a varaint.
33500 * config/arm/t-multilib (v7_a_arch_variants): New variable.
33501 * doc/invoke.texi (ARM Options): Add +mp and +sec to the list
33502 of permitted extensions for -march=armv7-a and for
33503 -mcpu=generic-armv7-a.
33504
33505 2019-01-18 Martin Liska <mliska@suse.cz>
33506
33507 * params.def: Fix comment.
33508 * tree-profile.c (gimple_init_gcov_profiler): Bump function
33509 name.
33510 (gimple_gen_ic_func_profiler): Likewise.
33511
33512 2019-01-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
33513
33514 * config/aarch64/aarch64-opts.h (enum stack_protector_guard): New
33515 * config/aarch64/aarch64.c (aarch64_override_options_internal): Handle
33516 and put in error checks for stack protector guard options.
33517 (aarch64_stack_protect_guard): New.
33518 (TARGET_STACK_PROTECT_GUARD): Define.
33519 * config/aarch64/aarch64.md (UNSPEC_SSP_SYSREG): New.
33520 (reg_stack_protect_address<mode>): New.
33521 (stack_protect_set): Adjust for SSP_GLOBAL.
33522 (stack_protect_test): Likewise.
33523 * config/aarch64/aarch64.opt (-mstack-protector-guard-reg): New.
33524 (-mstack-protector-guard): Likewise.
33525 (-mstack-protector-guard-offset): Likewise.
33526
33527 2019-01-18 Jakub Jelinek <jakub@redhat.com>
33528
33529 PR tree-optimization/86214
33530 * tree-inline.h (struct copy_body_data): Add
33531 add_clobbers_to_eh_landing_pads member.
33532 * tree-inline.c (add_clobbers_to_eh_landing_pad): New function.
33533 (copy_edges_for_bb): Call it if EH edge destination is <
33534 id->add_clobbers_to_eh_landing_pads. Fix a comment typo.
33535 (expand_call_inline): Set id->add_clobbers_to_eh_landing_pads
33536 if flag_stack_reuse != SR_NONE and clear it afterwards.
33537
33538 2019-01-18 Christophe Lyon <christophe.lyon@linaro.org>
33539
33540 PR target/85596
33541 * doc/install.texi (with-multilib-list): Document for aarch64.
33542
33543 2019-01-18 Jakub Jelinek <jakub@redhat.com>
33544
33545 PR target/88734
33546 * config/arm/arm_neon.h: Fix #pragma GCC target syntax - replace
33547 (("..."))) with ("...").
33548
33549 2019-01-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
33550
33551 * doc/extend.texi (Built-in Functions for Memory Model Aware
33552 Atomic Operations): Document atomic fetch and nand.
33553
33554 2019-01-18 Martin Liska <mliska@suse.cz>
33555 Richard Biener <rguenther@suse.de>
33556
33557 PR middle-end/88587
33558 * cgraph.h (create_version_clone_with_body): Add new argument
33559 with attributes.
33560 * cgraphclones.c (cgraph_node::create_version_clone): Add
33561 DECL_ATTRIBUTES to a newly created decl. And call
33562 valid_attribute_p so that proper cl_target_optimization_node
33563 is set for the newly created declaration.
33564 * multiple_target.c (create_target_clone): Set DECL_ATTRIBUTES
33565 for declaration.
33566 (expand_target_clones): Do not call valid_attribute_p, it must
33567 be already done.
33568 * tree-inline.c (copy_decl_for_dup_finish): Reset mode for
33569 vector types.
33570
33571 2019-01-17 Jakub Jelinek <jakub@redhat.com>
33572
33573 PR target/88734
33574 * config/aarch64/arm_neon.h: Fix #pragma GCC target syntax - replace
33575 (("..."))) with ("..."). Use arch=armv8.2-a+sha3 instead of
33576 arch=armv8.2-a+crypto for vsha512hq_u64 etc. intrinsics.
33577
33578 2019-01-17 Martin Sebor <msebor@redhat.com>
33579
33580 PR middle-end/88273
33581 * gimple-ssa-warn-restrict.c (builtin_memref::extend_offset_range):
33582 Handle anti-ranges the same as no range at all.
33583
33584 2018-01-17 Steve Ellcey <sellcey@cavium.com>
33585
33586 * config/aarch64/aarch64.c (cgraph.h): New include.
33587 (intl.h): New include.
33588 (supported_simd_type): New function.
33589 (currently_supported_simd_type): Ditto.
33590 (aarch64_simd_clone_compute_vecsize_and_simdlen): Ditto.
33591 (aarch64_simd_clone_adjust): Ditto.
33592 (aarch64_simd_clone_usable): Ditto.
33593 (TARGET_SIMD_CLONE_COMPUTE_VECSIZE_AND_SIMDLEN): New macro.
33594 (TARGET_SIMD_CLONE_ADJUST): Ditto.
33595 (TARGET_SIMD_CLONE_USABLE): Ditto.
33596 * config/i386/i386.c (ix86_simd_clone_adjust): Add definition check.
33597 * omp-simd-clone.c (expand_simd_clones): Add targetm.simd_clone.adjust
33598 call.
33599
33600 2019-01-17 Martin Sebor <msebor@redhat.com>
33601
33602 PR tree-optimization/88800
33603 * gimple-fold.c (gimple_fold_builtin_memory_op): Avoid checking
33604 NO_WARNING bit here. Avoid folding out-of-bounds calls.
33605 * gimple-ssa-warn-restrict.c (maybe_diag_offset_bounds): Remove
33606 redundant argument. Add new argument and issue diagnostics under
33607 its control. Detect out-of-bounds access even with warnings
33608 disabled.
33609 (check_bounds_or_overlap): Change return type. Add argument.
33610 (wrestrict_dom_walker::check_call): Adjust.
33611 * gimple-ssa-warn-restrict.h (check_bounds_or_overlap): Add argument.
33612 * tree-ssa-strlen.c (handle_builtin_strcpy): Adjust to change in
33613 check_bounds_or_overlap's return value.
33614 (handle_builtin_stxncpy): Same.
33615 (handle_builtin_strcat): Same.
33616
33617 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
33618 Kwok Cheung Yeung <kcy@codesourcery.com>
33619 Julian Brown <julian@codesourcery.com>
33620 Tom de Vries <tom@codesourcery.com>
33621
33622 * doc/sourcebuild.texi: Document dg-add-options sqrt_insn.
33623
33624 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
33625
33626 * doc/sourcebuild.texi: Document dg-require-effective-target
33627 llvm_binutils and offload_gcn.
33628
33629 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
33630 Kwok Cheung Yeung <kcy@codesourcery.com>
33631 Julian Brown <julian@codesourcery.com>
33632 Tom de Vries <tom@codesourcery.com>
33633
33634 * doc/sourcebuild.texi: Document dg-required-effective-target
33635 exceptions.
33636
33637 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
33638 Kwok Cheung Yeung <kcy@codesourcery.com>
33639 Julian Brown <julian@codesourcery.com>
33640 Tom de Vries <tom@codesourcery.com>
33641 Jan Hubicka <hubicka@ucw.cz>
33642 Martin Jambor <mjambor@suse.cz>
33643
33644 * config.gcc: Add amdgcn*-*-amdhsa configuration.
33645 * configure.ac: Check for dlopen.
33646 * configure: Regenerate.
33647
33648 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
33649 Kwok Cheung Yeung <kcy@codesourcery.com>
33650 Julian Brown <julian@codesourcery.com>
33651 Tom de Vries <tom@codesourcery.com>
33652 Jan Hubicka <hubicka@ucw.cz>
33653 Martin Jambor <mjambor@suse.cz>
33654
33655 * common/config/gcn/gcn-common.c: New file.
33656 * config/gcn/driver-gcn.c: New file.
33657 * config/gcn/gcn-builtins.def: New file.
33658 * config/gcn/gcn-hsa.h: New file.
33659 * config/gcn/gcn-modes.def: New file.
33660 * config/gcn/gcn-opts.h: New file.
33661 * config/gcn/gcn-passes.def: New file.
33662 * config/gcn/gcn-protos.h: New file.
33663 * config/gcn/gcn-run.c: New file.
33664 * config/gcn/gcn-tree.c: New file.
33665 * config/gcn/gcn.c: New file.
33666 * config/gcn/gcn.h: New file.
33667 * config/gcn/gcn.opt: New file.
33668 * config/gcn/t-gcn-hsa: New file.
33669
33670 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
33671 Kwok Cheung Yeung <kcy@codesourcery.com>
33672 Julian Brown <julian@codesourcery.com>
33673 Tom de Vries <tom@codesourcery.com>
33674 Jan Hubicka <hubicka@ucw.cz>
33675 Martin Jambor <mjambor@suse.cz>
33676
33677 * config/gcn/constraints.md: New file.
33678 * config/gcn/gcn-valu.md: New file.
33679 * config/gcn/gcn.md: New file.
33680 * config/gcn/predicates.md: New file.
33681
33682 2019-01-17 Eric Botcazou <ebotcazou@adacore.com>
33683
33684 * gimple-ssa-isolate-paths.c (stmt_uses_name_in_undefined_way): Replace
33685 flag_non_call_exceptions with cfun->can_throw_non_call_exceptions.
33686 (stmt_uses_0_or_null_in_undefined_way): Likewise.
33687 * tree-ssa-alias.c (same_addr_size_stores_p): Likewise.
33688
33689 2019-01-17 Tamar Christina <tamar.christina@arm.com>
33690
33691 PR target/88851
33692 * config/aarch64/aarch64.md (STACK_CLASH_SVE_CFA_REGNUM): New.
33693 * config/aarch64/aarch64.c (aarch64_allocate_and_probe_stack_space): Use
33694 it and document registers.
33695
33696 2019-01-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
33697
33698 * config/aarch64/aarch64.c (ares_tunings): Define.
33699 * config/aarch64/aarch64-cores.def (ares): Use the above.
33700
33701 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
33702
33703 PR target/88794
33704 Revert:
33705 2018-11-06 Wei Xiao <wei3.xiao@intel.com>
33706
33707 * config/i386/avx512fintrin.h: Update VFIXUPIMM* intrinsics.
33708 (_mm512_fixupimm_round_pd): Update parameters and builtin.
33709 (_mm512_maskz_fixupimm_round_pd): Ditto.
33710 (_mm512_fixupimm_round_ps): Ditto.
33711 (_mm512_maskz_fixupimm_round_ps): Ditto.
33712 (_mm_fixupimm_round_sd): Ditto.
33713 (_mm_maskz_fixupimm_round_sd): Ditto.
33714 (_mm_fixupimm_round_ss): Ditto.
33715 (_mm_maskz_fixupimm_round_ss): Ditto.
33716 (_mm512_fixupimm_pd): Ditto.
33717 (_mm512_maskz_fixupimm_pd): Ditto.
33718 (_mm512_fixupimm_ps): Ditto.
33719 (_mm512_maskz_fixupimm_ps): Ditto.
33720 (_mm_fixupimm_sd): Ditto.
33721 (_mm_maskz_fixupimm_sd): Ditto.
33722 (_mm_fixupimm_ss): Ditto.
33723 (_mm_maskz_fixupimm_ss): Ditto.
33724 (_mm512_mask_fixupimm_round_pd): Update builtin.
33725 (_mm512_mask_fixupimm_round_ps): Ditto.
33726 (_mm_mask_fixupimm_round_sd): Ditto.
33727 (_mm_mask_fixupimm_round_ss): Ditto.
33728 (_mm512_mask_fixupimm_pd): Ditto.
33729 (_mm512_mask_fixupimm_ps): Ditto.
33730 (_mm_mask_fixupimm_sd): Ditto.
33731 (_mm_mask_fixupimm_ss): Ditto.
33732 * config/i386/avx512vlintrin.h:
33733 (_mm256_fixupimm_pd): Update parameters and builtin.
33734 (_mm256_maskz_fixupimm_pd): Ditto.
33735 (_mm256_fixupimm_ps): Ditto.
33736 (_mm256_maskz_fixupimm_ps): Ditto.
33737 (_mm_fixupimm_pd): Ditto.
33738 (_mm_maskz_fixupimm_pd): Ditto.
33739 (_mm_fixupimm_ps): Ditto.
33740 (_mm_maskz_fixupimm_ps): Ditto.
33741 (_mm256_mask_fixupimm_pd): Update builtin.
33742 (_mm256_mask_fixupimm_ps): Ditto.
33743 (_mm_mask_fixupimm_pd): Ditto.
33744 (_mm_mask_fixupimm_ps): Ditto.
33745 * config/i386/i386-builtin-types.def: Add new types and remove
33746 useless ones.
33747 * config/i386/i386-builtin.def: Update builtin definitions.
33748 * config/i386/i386.c: Handle new builtin types and remove useless ones.
33749 * config/i386/sse.md: Update VFIXUPIMM* patterns.
33750 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
33751 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
33752 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Update.
33753 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
33754 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
33755 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Update.
33756 * config/i386/subst.md:
33757 (round_saeonly_sd_mask_operand4): Add new subst_attr.
33758 (round_saeonly_sd_mask_op4): Ditto.
33759 (round_saeonly_expand_operand5): Ditto.
33760 (round_saeonly_expand): Update.
33761
33762 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
33763
33764 PR target/88794
33765 Revert:
33766 2018-11-12 Wei Xiao <wei3.xiao@intel.com>
33767
33768 * config/i386/sse.md: Combine VFIXUPIMM* patterns
33769 (<avx512>_fixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
33770 (<avx512>_fixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
33771 (<avx512>_fixupimm<mode>_mask<round_saeonly_name>): Remove.
33772 (avx512f_sfixupimm<mode>_maskz<round_saeonly_expand_name>): Update.
33773 (avx512f_sfixupimm<mode><sd_maskz_name><round_saeonly_name>): Update.
33774 (avx512f_sfixupimm<mode>_mask<round_saeonly_name>): Remove.
33775
33776 2019-01-17 Wei Xiao <wei3.xiao@intel.com>
33777
33778 PR target/88794
33779 Revert:
33780 2018-12-15 Jakub Jelinek <jakub@redhat.com>
33781
33782 PR target/88489
33783 * config/i386/sse.md (UNSPEC_SFIXUPIMM): New unspec enumerator.
33784 (avx512f_sfixupimm<mode><mask_name><round_saeonly_name>): Use it
33785 instead of UNSPEC_FIXUPIMM.
33786
33787 2019-01-17 Richard Biener <rguenther@suse.de>
33788
33789 PR lto/86736
33790 * dwarf2out.c (want_pubnames): Never generate pubnames sections
33791 and friends for the LTO part of debug info.
33792
33793 2019-01-17 Jakub Jelinek <jakub@redhat.com>
33794
33795 PR tree-optimization/86214
33796 * cfgexpand.c (add_stack_var_conflict): Don't add any conflicts
33797 if x == y.
33798
33799 PR rtl-optimization/88870
33800 * dce.c (deletable_insn_p): Never delete const/pure calls that can
33801 throw if we can't alter the cfg or delete dead exceptions.
33802 (mark_insn): Don't call find_call_stack_args for such calls.
33803
33804 2019-01-17 Kewen Lin <linkw@gcc.gnu.org>
33805
33806 * doc/extend.texi: Add four new prototypes for vec_ld and seven new
33807 prototypes for vec_st.
33808 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add entries
33809 for scalar address type variants of altivec_vec_ld/altivec_vec_st,
33810 mainly on signed/unsigned long long and double.
33811
33812 2019-01-16 David Malcolm <dmalcolm@redhat.com>
33813
33814 PR target/88861
33815 * combine.c (delete_noop_moves): Convert to "bool" return,
33816 returning true if any edges are eliminated.
33817 (combine_instructions): Also return true if delete_noop_moves
33818 returns true.
33819
33820 2019-01-16 Tamar Christina <tamar.christina@arm.com>
33821
33822 * config/aarch64/aarch64-builtins.c (aarch64_simd_expand_args): Use
33823 correct max nunits for endian swap.
33824 (aarch64_expand_fcmla_builtin): Correct subreg code.
33825 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
33826 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>): Correct
33827 lane endianness.
33828
33829 2019-01-16 Uroš Bizjak <ubizjak@gmail.com>
33830
33831 * config/alpha/alpha.c (alpha_gimplify_va_arg):
33832 Handle split indirect COMPLEX_TYPE arguments.
33833
33834 2019-01-16 Richard Earnshaw <rearnsha@arm.com>
33835
33836 PR target/86891
33837 * config/aarch64/aarch64-modes.def: Add comment about how the carry
33838 bit is set by add and compare.
33839 (CC_ADC): New CC_MODE.
33840 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Use variables
33841 to cache the code and mode of X. Adjust the shape of a CC_Cmode
33842 comparison. Add detection for CC_ADCmode.
33843 (aarch64_get_condition_code_1): Update code support for CC_Cmode. Add
33844 CC_ADCmode.
33845 * config/aarch64/aarch64.md (uaddv<mode>4): Use LTU with CCmode.
33846 (uaddvti4): Comparison result is in CC_ADCmode and the condition is GEU.
33847 (add<mode>3_compareC_cconly_imm): Delete. Merge into...
33848 (add<mode>3_compareC_cconly): ... this. Restructure the comparison
33849 to eliminate the need for zero-extending the operands.
33850 (add<mode>3_compareC_imm): Delete. Merge into ...
33851 (add<mode>3_compareC): ... this. Restructure the comparison to
33852 eliminate the need for zero-extending the operands.
33853 (add<mode>3_carryin): Use LTU for the overflow detection.
33854 (add<mode>3_carryinC): Use CC_ADCmode for the result of the carry out.
33855 Reexpress comparison for overflow.
33856 (add<mode>3_carryinC_zero): Update for change to add<mode>3_carryinC.
33857 (add<mode>3_carryinC): Likewise.
33858 (add<mode>3_carryinV): Use LTU for carry between partials.
33859 * config/aarch64/predicates.md (aarch64_carry_operation): Update
33860 handling of CC_Cmode and add CC_ADCmode.
33861 (aarch64_borrow_operation): Likewise.
33862
33863 2019-01-16 Tamar Christina <tamar.christina@arm.com>
33864
33865 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands):
33866 Remove patternmode.
33867 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): Likewise.
33868 * config/arm/neon.md (neon_vcmla_lane<rot><mode>,
33869 neon_vcmla_laneq<rot><mode>, neon_vcmlaq_lane<rot><mode>):
33870 Remove endianness conversion.
33871
33872 2019-01-16 Martin Liska <mliska@suse.cz>
33873
33874 * Makefile.in: Set TOOL_INCLUDE_DIR and NATIVE_SYSTEM_HEADER_DIR
33875 for GCC driver.
33876 * config/gnu-user.h (TARGET_F951_OPTIONS): Add 'finclude%s/' as
33877 a new argument.
33878 * gcc.c (add_sysrooted_hdrs_prefix): New function.
33879 (path_prefix_reset): Move up in the source file.
33880 (find_fortran_preinclude_file): Make complex search for the
33881 fortran header files.
33882
33883 2019-01-15 Nikhil Benesch <nikhil.benesch@gmail.com>
33884
33885 * godump.c (go_output_typedef): When outputting a typedef, refer
33886 to the underlying type by its name and not its structure.
33887
33888 2019-01-15 David Malcolm <dmalcolm@redhat.com>
33889
33890 PR c++/88795
33891 * tree.c (build_function_type): Assert that arg_types is not
33892 error_mark_node.
33893
33894 2019-01-15 Richard Sandiford <richard.sandiford@arm.com>
33895
33896 PR inline-asm/52813
33897 * doc/extend.texi: Document that listing the stack pointer in the
33898 clobber list of an asm is a deprecated feature.
33899 * common.opt (Wdeprecated): Moved from c-family/c.opt.
33900 * cfgexpand.c (asm_clobber_reg_is_valid): Issue a -Wdeprecated
33901 warning instead of an error for clobbers of the stack pointer.
33902 Add a note explaining why.
33903
33904 2019-01-15 Richard Biener <rguenther@suse.de>
33905
33906 PR debug/88046
33907 * dwarf2out.c (gen_member_die): Do not generate inheritance
33908 DIEs late.
33909
33910 2019-01-15 Richard Biener <rguenther@suse.de>
33911
33912 PR tree-optimization/88855
33913 * tree-if-conv.c (combine_blocks): Collect
33914 SSA_NAME_OCCURS_IN_ABNORMAL_PHI from propagated out virtuals.
33915
33916 2019-01-15 Tom de Vries <tdevries@suse.de>
33917
33918 PR target/80547
33919 * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Handle
33920 lhs == NULL_TREE for gang-level reduction.
33921
33922 2019-01-15 Richard Biener <rguenther@suse.de>
33923 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
33924
33925 PR ipa/88788
33926 * ipa-pure-const.c (malloc_candidate_p_1): Add parameter visited and
33927 return true if SSA_NAME is already marked in visited bitmap.
33928 (malloc_candidate_p): Pass visited to malloc_candidate_p_1.
33929
33930 2019-01-15 Jakub Jelinek <jakub@redhat.com>
33931
33932 PR tree-optimization/88775
33933 * match.pd (cmp (convert1?@2 addr@0) (convert2? addr@1)): Optimize
33934 equal == 0 equality pointer comparisons some more if compared in
33935 integral types and either one points to an automatic var and the
33936 other to a global, or we can prove at least one points to the middle
33937 or both point to start or both point to end.
33938
33939 2019-01-14 Andi Kleen <ak@linux.intel.com>
33940
33941 * Makefile.in: Lower autofdo sampling rate by 10x.
33942 * Makefile.tpl: Dito.
33943
33944 2019-01-14 Tom Honermann <tom@honermann.net>
33945
33946 * defaults.h: Define CHAR8_TYPE.
33947
33948 2019-01-14 Martin Sebor <msebor@redhat.com>
33949
33950 PR target/88638
33951 * doc/extend.texi (Darwin Format Checks): Clarify.
33952
33953 2019-01-14 Richard Biener <rguenther@suse.de>
33954
33955 * genmatch.c (dt_simplify::gen_1): Change dumping dependent on
33956 whether we are in (simplify ...) or (match ...) context.
33957
33958 2019-01-14 Jakub Jelinek <jakub@redhat.com>
33959
33960 PR rtl-optimization/88796
33961 * emit-rtl.h (struct rtl_data): Add stack_protect_guard_decl field.
33962 * cfgexpand.c (stack_protect_prologue): Initialize
33963 crtl->stack_protect_guard_decl.
33964 * function.c (stack_protect_epilogue): Use it instead of calling
33965 targetm.stack_protect_guard again.
33966 * dse.c (check_mem_read_rtx): Ignore MEM_VOLATILE_P reads from
33967 MEMs with MEM_EXPR equal to crtl->stack_protect_guard or
33968 crtl->stack_protect_guard_decl.
33969 * config/i386/i386.c (ix86_stack_protect_guard): Set TREE_THIS_VOLATILE
33970 on the returned MEM_EXPR.
33971
33972 2019-01-12 Tom de Vries <tdevries@suse.de>
33973
33974 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Alow setting
33975 vector length using -fopenacc-dim.
33976
33977 2019-01-12 Tom de Vries <tdevries@suse.de>
33978
33979 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Take larger vector
33980 lengths into account.
33981
33982 2019-01-12 Svante Signell <svante.signell@gmail.com>
33983
33984 * config/i386/gnu.h (TARGET_THREAD_SSP_OFFSET): Define.
33985 (TARGET_CAN_SPLIT_STACK): Define.
33986 (TARGET_THREAD_SPLIT_STACK_OFFSET): Define.
33987
33988 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
33989
33990 * params.def (inline-unit-growth): Set to 40.
33991
33992 2019-01-12 Jakub Jelinek <jakub@redhat.com>
33993
33994 * tree-ssa-loop-ivopts.c (find_inv_vars): Fix a comment typo.
33995
33996 2019-01-12 Tom de Vries <tdevries@suse.de>
33997
33998 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): In offloading
33999 region calling vector-partitionable routine, set default_vector_length
34000 to WARP_SIZE.
34001
34002 2019-01-12 Tom de Vries <tdevries@suse.de>
34003
34004 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add an use new
34005 variable default_vector_length.
34006
34007 2019-01-12 Tom de Vries <tdevries@suse.de>
34008
34009 PR middle-end/88703
34010 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Apply defaults
34011 from oacc_default_dims, as oacc_validate_dims would do it, and apply
34012 dimensions limits.
34013
34014 2019-01-12 Tom de Vries <tdevries@suse.de>
34015
34016 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1)
34017 (nvptx_goacc_validate_dims): Add used parameter.
34018 * doc/tm.texi: Regenerate.
34019 * omp-offload.c (oacc_parse_default_dims, oacc_validate_dims): Add
34020 argument to call to targetm.goacc.validate_dims.
34021 (default_goacc_validate_dims): Add used
34022 parameter.
34023 * target.def (validate_dims): Add used parameter in DEFHOOK.
34024 * targhooks.h (default_goacc_validate_dims): Add used parameter.
34025
34026 2019-01-11 Jakub Jelinek <jakub@redhat.com>
34027
34028 PR middle-end/85956
34029 PR lto/88733
34030 * tree-inline.h (struct copy_body_data): Add adjust_array_error_bounds
34031 field.
34032 * tree-inline.c (remap_type_1): Formatting fix. If TYPE_MAX_VALUE of
34033 ARRAY_TYPE's TYPE_DOMAIN is newly error_mark_node, replace it with
34034 a dummy "omp dummy var" variable if id->adjust_array_error_bounds.
34035 * omp-low.c (new_omp_context): Set cb.adjust_array_error_bounds.
34036
34037 2019-01-11 Vladimir Makarov <vmakarov@redhat.com>
34038
34039 PR rtl-optimization/87305
34040 * lra-assigns.c
34041 (setup_live_pseudos_and_spill_after_risky_transforms): Add code
34042 for little endian pseudos used as paradoxical subreg.
34043
34044 2019-01-11 Jakub Jelinek <jakub@redhat.com>
34045
34046 PR tree-optimization/88693
34047 * tree-ssa-strlen.c (get_min_string_length): Don't set *full_string_p
34048 for STRING_CSTs that don't contain any NUL characters in the first
34049 TREE_STRING_LENGTH bytes.
34050
34051 2019-01-11 Alan Modra <amodra@gmail.com>
34052
34053 PR 88777
34054 PR 88614
34055 * genattrtab.c (min_fn): Don't translate values.
34056 (min_attr_value): Return INT_MAX when the value can't be calculated.
34057 Return minimum among any values that can be calculated.
34058 (max_attr_value): Adjust.
34059
34060 2019-01-11 Jakub Jelinek <jakub@redhat.com>
34061
34062 * Makefile.in (PLUGIN_HEADERS): Add $(INSN_ATTR_H).
34063
34064 2019-01-11 Steve Ellcey <sellcey@marvell.com>
34065
34066 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
34067 (aarch64_hard_regno_call_part_clobbered): Add insn argument.
34068 (aarch64_return_call_with_max_clobbers): New function.
34069 (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New macro.
34070 * config/avr/avr.c (avr_hard_regno_call_part_clobbered): Add insn
34071 argument.
34072 * config/i386/i386.c (ix86_hard_regno_call_part_clobbered): Ditto.
34073 * config/mips/mips.c (mips_hard_regno_call_part_clobbered): Ditto.
34074 * config/rs6000/rs6000.c (rs6000_hard_regno_call_part_clobbered): Ditto.
34075 * config/s390/s390.c (s390_hard_regno_call_part_clobbered): Ditto.
34076 * cselib.c (cselib_process_insn): Add argument to
34077 targetm.hard_regno_call_part_clobbered call.
34078 * ira-conflicts.c (ira_build_conflicts): Ditto.
34079 * ira-costs.c (ira_tune_allocno_costs): Ditto.
34080 * lra-constraints.c (inherit_reload_reg): Ditto.
34081 * lra-int.h (struct lra_reg): Add call_insn field, remove call_p field.
34082 * lra-lives.c (check_pseudos_live_through_calls): Add call_insn
34083 argument. Call targetm.return_call_with_max_clobbers.
34084 Add argument to targetm.hard_regno_call_part_clobbered call.
34085 (calls_have_same_clobbers_p): New function.
34086 (process_bb_lives): Add call_insn and last_call_insn variables.
34087 Pass call_insn to check_pseudos_live_through_calls.
34088 Modify if stmt to check targetm.return_call_with_max_clobbers.
34089 Update setting of flush variable.
34090 (lra_create_live_ranges_1): Set call_insn to NULL instead of call_p
34091 to false.
34092 * lra.c (initialize_lra_reg_info_element): Set call_insn to NULL.
34093 * regcprop.c (copyprop_hardreg_forward_1): Add argument to
34094 targetm.hard_regno_call_part_clobbered call.
34095 * reginfo.c (choose_hard_reg_mode): Ditto.
34096 * regrename.c (check_new_reg_p): Ditto.
34097 * reload.c (find_equiv_reg): Ditto.
34098 * reload1.c (emit_reload_insns): Ditto.
34099 * sched-deps.c (deps_analyze_insn): Ditto.
34100 * sel-sched.c (init_regs_for_mode): Ditto.
34101 (mark_unavailable_hard_regs): Ditto.
34102 * targhooks.c (default_dwarf_frame_reg_mode): Ditto.
34103 * target.def (hard_regno_call_part_clobbered): Add insn argument.
34104 (return_call_with_max_clobbers): New target function.
34105 * doc/tm.texi: Regenerate.
34106 * doc/tm.texi.in (TARGET_RETURN_CALL_WITH_MAX_CLOBBERS): New hook.
34107 * hooks.c (hook_bool_uint_mode_false): Change to
34108 hook_bool_insn_uint_mode_false.
34109 * hooks.h (hook_bool_uint_mode_false): Ditto.
34110
34111 2019-01-11 Steve Ellcey <sellcey@marvell.com>
34112
34113 * config/aarch64/aarch64.c (aarch64_simd_call_p): New function.
34114 (aarch64_remove_extra_call_preserved_regs): New function.
34115 (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New macro.
34116 * doc/tm.texi.in (TARGET_REMOVE_EXTRA_CALL_PRESERVED_REGS): New hook.
34117 * doc/tm.texi: Regenerate.
34118 * final.c (get_call_reg_set_usage): Call new hook.
34119 * target.def (remove_extra_call_preserved_regs): New hook.
34120 * targhooks.c (default_remove_extra_call_preserved_regs): New function.
34121 * targhooks.h (default_remove_extra_call_preserved_regs): New function.
34122
34123 2019-01-11 Jakub Jelinek <jakub@redhat.com>
34124
34125 PR bootstrap/88714
34126 * passes.c (finish_optimization_passes): Call print_combine_total_stats
34127 inside of pass_combine_1 dump rather than pass_profile_1.
34128
34129 2019-01-11 Tom de Vries <tdevries@suse.de>
34130
34131 * config/nvptx/nvptx.c (PTX_CTA_NUM_BARRIERS, PTX_PER_CTA_BARRIER)
34132 (PTX_NUM_PER_CTA_BARRIER, PTX_FIRST_PER_WORKER_BARRIER)
34133 (PTX_NUM_PER_WORKER_BARRIERS): Define.
34134 (nvptx_apply_dim_limits): Prevent vector_length 64 and
34135 num_workers 16.
34136
34137 2019-01-11 Tom de Vries <tdevries@suse.de>
34138
34139 * config/nvptx/nvptx.c (PTX_CTA_SIZE): Move up.
34140
34141 2019-01-11 Jan Beulich <jbeulich@suse.com>
34142
34143 * config/i386/i386.md (rex64suffix): Add L suffix for SI.
34144 * config/i386/sse.md (cvtusi2<ssescalarmodesuffix>32<round_name>,
34145 sse2_cvtsi2sd): Add {l}.
34146 (sse2_cvtsi2sdq<round_name>): Make q conditional upon AT&T
34147 syntax.
34148
34149 2019-01-10 Jakub Jelinek <jakub@redhat.com>
34150
34151 PR target/88785
34152 * config/i386/sse.md (float<floatunssuffix>v2div2sf2): Turn into
34153 define_expand.
34154 (*float<floatunssuffix>v2div2sf2): New define_insn.
34155 (float<floatunssuffix>v2div2sf2_mask): Turn into define_expand.
34156 (*float<floatunssuffix>v2div2sf2_mask): New define_insn.
34157 (*float<floatunssuffix>v2div2sf2_mask_1): Replace
34158 subrtxes (const_vector:V2SF [(const_int 0) (const_int 0)]) with
34159 match_operands with "const0_operand" "C".
34160
34161 2019-01-10 Tamar Christina <tamar.christina@arm.com>
34162
34163 * config/aarch64/aarch64-builtins.c
34164 (aarch64_init_builtins): Move aarch64_init_fcmla_laneq_builtins...
34165 (aarch64_init_simd_builtins): ...Here
34166
34167 2019-01-10 Vladimir Makarov <vmakarov@redhat.com>
34168
34169 PR rtl-optimization/87305
34170 * lra-assigns.c
34171 (setup_live_pseudos_and_spill_after_risky_transforms): Check
34172 allocation for big endian pseudos used as paradoxical subregs and
34173 spill them if it is wrong.
34174 * lra-constraints.c (lra_constraints): Add a comment.
34175
34176 2019-01-10 Richard Biener <rguenther@suse.de>
34177
34178 PR tree-optimization/88792
34179 * tree-ssa-pre.c (get_representative_for): Do not return a
34180 value-number here.
34181
34182 2019-01-10 Jakub Jelinek <jakub@redhat.com>
34183
34184 PR middle-end/84877
34185 PR bootstrap/88450
34186 * function.c (assign_stack_local_1): Revert the 2018-11-21 changes.
34187 (assign_parm_setup_block): Do the argument slot realignment here
34188 instead.
34189
34190 2019-01-10 Stefan Agner <stefan@agner.ch>
34191
34192 PR target/88648
34193 * config/arm/arm.c (arm_option_override_internal): Force
34194 opts->x_inline_asm_unified to true only if TARGET_THUMB2_P.
34195
34196 2019-01-10 Jakub Jelinek <jakub@redhat.com>
34197
34198 PR c/88568
34199 * attribs.c (handle_dll_attribute): Clear TREE_STATIC after setting
34200 DECL_EXTERNAL.
34201
34202 2019-01-10 Tamar Christina <tamar.christina@arm.com>
34203
34204 * config/arm/arm-builtins.c
34205 (enum arm_type_qualifiers): Add qualifier_lane_pair_index.
34206 (MAC_LANE_PAIR_QUALIFIERS): New.
34207 (arm_expand_builtin_args): Use it.
34208 (arm_expand_builtin_1): Likewise.
34209 * config/arm/arm-protos.h (neon_vcmla_lane_prepare_operands): New.
34210 * config/arm/arm.c (neon_vcmla_lane_prepare_operands): New.
34211 * config/arm/arm-c.c (arm_cpu_builtins): Add __ARM_FEATURE_COMPLEX.
34212 * config/arm/arm_neon.h:
34213 (vcadd_rot90_f16): New.
34214 (vcaddq_rot90_f16): New.
34215 (vcadd_rot270_f16): New.
34216 (vcaddq_rot270_f16): New.
34217 (vcmla_f16): New.
34218 (vcmlaq_f16): New.
34219 (vcmla_lane_f16): New.
34220 (vcmla_laneq_f16): New.
34221 (vcmlaq_lane_f16): New.
34222 (vcmlaq_laneq_f16): New.
34223 (vcmla_rot90_f16): New.
34224 (vcmlaq_rot90_f16): New.
34225 (vcmla_rot90_lane_f16): New.
34226 (vcmla_rot90_laneq_f16): New.
34227 (vcmlaq_rot90_lane_f16): New.
34228 (vcmlaq_rot90_laneq_f16): New.
34229 (vcmla_rot180_f16): New.
34230 (vcmlaq_rot180_f16): New.
34231 (vcmla_rot180_lane_f16): New.
34232 (vcmla_rot180_laneq_f16): New.
34233 (vcmlaq_rot180_lane_f16): New.
34234 (vcmlaq_rot180_laneq_f16): New.
34235 (vcmla_rot270_f16): New.
34236 (vcmlaq_rot270_f16): New.
34237 (vcmla_rot270_lane_f16): New.
34238 (vcmla_rot270_laneq_f16): New.
34239 (vcmlaq_rot270_lane_f16): New.
34240 (vcmlaq_rot270_laneq_f16): New.
34241 (vcadd_rot90_f32): New.
34242 (vcaddq_rot90_f32): New.
34243 (vcadd_rot270_f32): New.
34244 (vcaddq_rot270_f32): New.
34245 (vcmla_f32): New.
34246 (vcmlaq_f32): New.
34247 (vcmla_lane_f32): New.
34248 (vcmla_laneq_f32): New.
34249 (vcmlaq_lane_f32): New.
34250 (vcmlaq_laneq_f32): New.
34251 (vcmla_rot90_f32): New.
34252 (vcmlaq_rot90_f32): New.
34253 (vcmla_rot90_lane_f32): New.
34254 (vcmla_rot90_laneq_f32): New.
34255 (vcmlaq_rot90_lane_f32): New.
34256 (vcmlaq_rot90_laneq_f32): New.
34257 (vcmla_rot180_f32): New.
34258 (vcmlaq_rot180_f32): New.
34259 (vcmla_rot180_lane_f32): New.
34260 (vcmla_rot180_laneq_f32): New.
34261 (vcmlaq_rot180_lane_f32): New.
34262 (vcmlaq_rot180_laneq_f32): New.
34263 (vcmla_rot270_f32): New.
34264 (vcmlaq_rot270_f32): New.
34265 (vcmla_rot270_lane_f32): New.
34266 (vcmla_rot270_laneq_f32): New.
34267 (vcmlaq_rot270_lane_f32): New.
34268 (vcmlaq_rot270_laneq_f32): New.
34269 * config/arm/arm_neon_builtins.def (vcadd90, vcadd270, vcmla0, vcmla90,
34270 vcmla180, vcmla270, vcmla_lane0, vcmla_lane90, vcmla_lane180,
34271 vcmla_lane270, vcmla_laneq0, vcmla_laneq90, vcmla_laneq180,
34272 vcmla_laneq270, vcmlaq_lane0, vcmlaq_lane90, vcmlaq_lane180,
34273 vcmlaq_lane270): New.
34274 * config/arm/neon.md (neon_vcmla_lane<rot><mode>,
34275 neon_vcmla_laneq<rot><mode>, neon_vcmlaq_lane<rot><mode>): New.
34276 * config/arm/arm.c (arm_arch8_3, arm_arch8_4): New.
34277 * config/arm/arm.h (TARGET_COMPLEX, arm_arch8_3, arm_arch8_4): New.
34278 (arm_option_reconfigure_globals): Use them.
34279 * config/arm/iterators.md (VDF, VQ_HSF): New.
34280 (VCADD, VCMLA): New.
34281 (VF_constraint, rot, rotsplit1, rotsplit2): Add V4HF and V8HF.
34282 * config/arm/neon.md (neon_vcadd<rot><mode>, neon_vcmla<rot><mode>):
34283 New.
34284 * config/arm/unspecs.md (UNSPEC_VCADD90, UNSPEC_VCADD270,
34285 UNSPEC_VCMLA, UNSPEC_VCMLA90, UNSPEC_VCMLA180, UNSPEC_VCMLA270): New.
34286
34287 2019-01-10 Tamar Christina <tamar.christina@arm.com>
34288
34289 * config/aarch64/aarch64-builtins.c (enum aarch64_type_qualifiers):
34290 Add qualifier_lane_pair_index.
34291 (emit-rtl.h): Include.
34292 (TYPES_QUADOP_LANE_PAIR): New.
34293 (aarch64_simd_expand_args): Use it.
34294 (aarch64_simd_expand_builtin): Likewise.
34295 (AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_laneq_builtin_datum):
34296 New.
34297 (FCMLA_LANEQ_BUILTIN, AARCH64_SIMD_FCMLA_LANEQ_BUILTIN_BASE,
34298 AARCH64_SIMD_FCMLA_LANEQ_BUILTINS, aarch64_fcmla_lane_builtin_data,
34299 aarch64_init_fcmla_laneq_builtins, aarch64_expand_fcmla_builtin): New.
34300 (aarch64_init_builtins): Add aarch64_init_fcmla_laneq_builtins.
34301 (aarch64_expand_buildin): Add AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V2SF,
34302 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V2SF,
34303 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V2SF,
34304 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ2700_V2SF,
34305 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ0_V4HF,
34306 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ90_V4HF,
34307 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ180_V4HF,
34308 AARCH64_SIMD_BUILTIN_FCMLA_LANEQ270_V4HF.
34309 * config/aarch64/iterators.md (FCMLA_maybe_lane): New.
34310 * config/aarch64/aarch64-c.c (aarch64_update_cpp_builtins):
34311 Add __ARM_FEATURE_COMPLEX.
34312 * config/aarch64/aarch64-simd-builtins.def (fcadd90, fcadd270, fcmla0,
34313 fcmla90, fcmla180, fcmla270, fcmla_lane0, fcmla_lane90, fcmla_lane180,
34314 fcmla_lane270, fcmla_laneq0, fcmla_laneq90, fcmla_laneq180,
34315 fcmla_laneq270, fcmlaq_lane0, fcmlaq_lane90, fcmlaq_lane180,
34316 fcmlaq_lane270): New.
34317 * config/aarch64/aarch64-simd.md (aarch64_fcmla_lane<rot><mode>,
34318 aarch64_fcmla_laneq<rot>v4hf, aarch64_fcmlaq_lane<rot><mode>,
34319 aarch64_fcadd<rot><mode>, aarch64_fcmla<rot><mode>): New.
34320 * config/aarch64/arm_neon.h:
34321 (vcadd_rot90_f16): New.
34322 (vcaddq_rot90_f16): New.
34323 (vcadd_rot270_f16): New.
34324 (vcaddq_rot270_f16): New.
34325 (vcmla_f16): New.
34326 (vcmlaq_f16): New.
34327 (vcmla_lane_f16): New.
34328 (vcmla_laneq_f16): New.
34329 (vcmlaq_lane_f16): New.
34330 (vcmlaq_rot90_lane_f16): New.
34331 (vcmla_rot90_laneq_f16): New.
34332 (vcmla_rot90_lane_f16): New.
34333 (vcmlaq_rot90_f16): New.
34334 (vcmla_rot90_f16): New.
34335 (vcmlaq_laneq_f16): New.
34336 (vcmla_rot180_laneq_f16): New.
34337 (vcmla_rot180_lane_f16): New.
34338 (vcmlaq_rot180_f16): New.
34339 (vcmla_rot180_f16): New.
34340 (vcmlaq_rot90_laneq_f16): New.
34341 (vcmlaq_rot270_laneq_f16): New.
34342 (vcmlaq_rot270_lane_f16): New.
34343 (vcmla_rot270_laneq_f16): New.
34344 (vcmlaq_rot270_f16): New.
34345 (vcmla_rot270_f16): New.
34346 (vcmlaq_rot180_laneq_f16): New.
34347 (vcmlaq_rot180_lane_f16): New.
34348 (vcmla_rot270_lane_f16): New.
34349 (vcadd_rot90_f32): New.
34350 (vcaddq_rot90_f32): New.
34351 (vcaddq_rot90_f64): New.
34352 (vcadd_rot270_f32): New.
34353 (vcaddq_rot270_f32): New.
34354 (vcaddq_rot270_f64): New.
34355 (vcmla_f32): New.
34356 (vcmlaq_f32): New.
34357 (vcmlaq_f64): New.
34358 (vcmla_lane_f32): New.
34359 (vcmla_laneq_f32): New.
34360 (vcmlaq_lane_f32): New.
34361 (vcmlaq_laneq_f32): New.
34362 (vcmla_rot90_f32): New.
34363 (vcmlaq_rot90_f32): New.
34364 (vcmlaq_rot90_f64): New.
34365 (vcmla_rot90_lane_f32): New.
34366 (vcmla_rot90_laneq_f32): New.
34367 (vcmlaq_rot90_lane_f32): New.
34368 (vcmlaq_rot90_laneq_f32): New.
34369 (vcmla_rot180_f32): New.
34370 (vcmlaq_rot180_f32): New.
34371 (vcmlaq_rot180_f64): New.
34372 (vcmla_rot180_lane_f32): New.
34373 (vcmla_rot180_laneq_f32): New.
34374 (vcmlaq_rot180_lane_f32): New.
34375 (vcmlaq_rot180_laneq_f32): New.
34376 (vcmla_rot270_f32): New.
34377 (vcmlaq_rot270_f32): New.
34378 (vcmlaq_rot270_f64): New.
34379 (vcmla_rot270_lane_f32): New.
34380 (vcmla_rot270_laneq_f32): New.
34381 (vcmlaq_rot270_lane_f32): New.
34382 (vcmlaq_rot270_laneq_f32): New.
34383 * config/aarch64/aarch64.h (TARGET_COMPLEX): New.
34384 * config/aarch64/iterators.md (UNSPEC_FCADD90, UNSPEC_FCADD270,
34385 UNSPEC_FCMLA, UNSPEC_FCMLA90, UNSPEC_FCMLA180, UNSPEC_FCMLA270): New.
34386 (FCADD, FCMLA): New.
34387 (rot): New.
34388 * config/arm/types.md (neon_fcadd, neon_fcmla): New.
34389
34390 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
34391
34392 PR other/16615
34393
34394 * config/pa/pa.c: Change "can not" to "cannot".
34395 * gimple-ssa-evrp-analyze.c: Likewise.
34396 * ipa-icf.c: Likewise.
34397 * ipa-polymorphic-call.c: Likewise.
34398 * ipa-pure-const.c: Likewise.
34399 * lra-constraints.c: Likewise.
34400 * lra-remat.c: Likewise.
34401 * reload1.c: Likewise.
34402 * reorg.c: Likewise.
34403 * tree-ssa-uninit.c: Likewise.
34404
34405 2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
34406
34407 PR other/16615
34408
34409 * Makefile.in: Mechanically replace "can not" with "cannot".
34410 * alias.c: Likewise.
34411 * builtins.c: Likewise.
34412 * calls.c: Likewise.
34413 * cgraph.c: Likewise.
34414 * cgraph.h: Likewise.
34415 * cgraphclones.c: Likewise.
34416 * cgraphunit.c: Likewise.
34417 * combine-stack-adj.c: Likewise.
34418 * combine.c: Likewise.
34419 * common/config/i386/i386-common.c: Likewise.
34420 * config/aarch64/aarch64.c: Likewise.
34421 * config/alpha/sync.md: Likewise.
34422 * config/arc/arc.c: Likewise.
34423 * config/arc/predicates.md: Likewise.
34424 * config/arm/arm-c.c: Likewise.
34425 * config/arm/arm.c: Likewise.
34426 * config/arm/arm.h: Likewise.
34427 * config/arm/arm.md: Likewise.
34428 * config/arm/cortex-r4f.md: Likewise.
34429 * config/csky/csky.c: Likewise.
34430 * config/csky/csky.h: Likewise.
34431 * config/darwin-f.c: Likewise.
34432 * config/epiphany/epiphany.md: Likewise.
34433 * config/i386/i386.c: Likewise.
34434 * config/i386/sol2.h: Likewise.
34435 * config/m68k/m68k.c: Likewise.
34436 * config/mcore/mcore.h: Likewise.
34437 * config/microblaze/microblaze.md: Likewise.
34438 * config/mips/20kc.md: Likewise.
34439 * config/mips/sb1.md: Likewise.
34440 * config/nds32/nds32.c: Likewise.
34441 * config/nds32/predicates.md: Likewise.
34442 * config/pa/pa.c: Likewise.
34443 * config/rs6000/e300c2c3.md: Likewise.
34444 * config/rs6000/rs6000.c: Likewise.
34445 * config/s390/s390.h: Likewise.
34446 * config/sh/sh.c: Likewise.
34447 * config/sh/sh.md: Likewise.
34448 * config/spu/vmx2spu.h: Likewise.
34449 * cprop.c: Likewise.
34450 * dbxout.c: Likewise.
34451 * df-scan.c: Likewise.
34452 * doc/cfg.texi: Likewise.
34453 * doc/extend.texi: Likewise.
34454 * doc/fragments.texi: Likewise.
34455 * doc/gty.texi: Likewise.
34456 * doc/invoke.texi: Likewise.
34457 * doc/lto.texi: Likewise.
34458 * doc/md.texi: Likewise.
34459 * doc/objc.texi: Likewise.
34460 * doc/rtl.texi: Likewise.
34461 * doc/tm.texi: Likewise.
34462 * dse.c: Likewise.
34463 * emit-rtl.c: Likewise.
34464 * emit-rtl.h: Likewise.
34465 * except.c: Likewise.
34466 * expmed.c: Likewise.
34467 * expr.c: Likewise.
34468 * fold-const.c: Likewise.
34469 * genautomata.c: Likewise.
34470 * gimple-fold.c: Likewise.
34471 * hard-reg-set.h: Likewise.
34472 * ifcvt.c: Likewise.
34473 * ipa-comdats.c: Likewise.
34474 * ipa-cp.c: Likewise.
34475 * ipa-devirt.c: Likewise.
34476 * ipa-fnsummary.c: Likewise.
34477 * ipa-icf.c: Likewise.
34478 * ipa-inline-transform.c: Likewise.
34479 * ipa-inline.c: Likewise.
34480 * ipa-polymorphic-call.c: Likewise.
34481 * ipa-profile.c: Likewise.
34482 * ipa-prop.c: Likewise.
34483 * ipa-pure-const.c: Likewise.
34484 * ipa-reference.c: Likewise.
34485 * ipa-split.c: Likewise.
34486 * ipa-visibility.c: Likewise.
34487 * ipa.c: Likewise.
34488 * ira-build.c: Likewise.
34489 * ira-color.c: Likewise.
34490 * ira-conflicts.c: Likewise.
34491 * ira-costs.c: Likewise.
34492 * ira-int.h: Likewise.
34493 * ira-lives.c: Likewise.
34494 * ira.c: Likewise.
34495 * ira.h: Likewise.
34496 * loop-invariant.c: Likewise.
34497 * loop-unroll.c: Likewise.
34498 * lower-subreg.c: Likewise.
34499 * lra-assigns.c: Likewise.
34500 * lra-constraints.c: Likewise.
34501 * lra-eliminations.c: Likewise.
34502 * lra-lives.c: Likewise.
34503 * lra-remat.c: Likewise.
34504 * lra-spills.c: Likewise.
34505 * lra.c: Likewise.
34506 * lto-cgraph.c: Likewise.
34507 * lto-streamer-out.c: Likewise.
34508 * postreload-gcse.c: Likewise.
34509 * predict.c: Likewise.
34510 * profile-count.h: Likewise.
34511 * profile.c: Likewise.
34512 * recog.c: Likewise.
34513 * ree.c: Likewise.
34514 * reload.c: Likewise.
34515 * reload1.c: Likewise.
34516 * reorg.c: Likewise.
34517 * resource.c: Likewise.
34518 * rtl.def: Likewise.
34519 * rtl.h: Likewise.
34520 * rtlanal.c: Likewise.
34521 * sched-deps.c: Likewise.
34522 * sched-ebb.c: Likewise.
34523 * sched-rgn.c: Likewise.
34524 * sel-sched-ir.c: Likewise.
34525 * sel-sched.c: Likewise.
34526 * shrink-wrap.c: Likewise.
34527 * simplify-rtx.c: Likewise.
34528 * symtab.c: Likewise.
34529 * target.def: Likewise.
34530 * toplev.c: Likewise.
34531 * tree-call-cdce.c: Likewise.
34532 * tree-cfg.c: Likewise.
34533 * tree-complex.c: Likewise.
34534 * tree-core.h: Likewise.
34535 * tree-eh.c: Likewise.
34536 * tree-inline.c: Likewise.
34537 * tree-loop-distribution.c: Likewise.
34538 * tree-nrv.c: Likewise.
34539 * tree-profile.c: Likewise.
34540 * tree-sra.c: Likewise.
34541 * tree-ssa-alias.c: Likewise.
34542 * tree-ssa-dce.c: Likewise.
34543 * tree-ssa-dom.c: Likewise.
34544 * tree-ssa-forwprop.c: Likewise.
34545 * tree-ssa-loop-im.c: Likewise.
34546 * tree-ssa-loop-ivcanon.c: Likewise.
34547 * tree-ssa-loop-ivopts.c: Likewise.
34548 * tree-ssa-loop-niter.c: Likewise.
34549 * tree-ssa-phionlycprop.c: Likewise.
34550 * tree-ssa-phiopt.c: Likewise.
34551 * tree-ssa-propagate.c: Likewise.
34552 * tree-ssa-threadedge.c: Likewise.
34553 * tree-ssa-threadupdate.c: Likewise.
34554 * tree-ssa-uninit.c: Likewise.
34555 * tree-ssanames.c: Likewise.
34556 * tree-streamer-out.c: Likewise.
34557 * tree.c: Likewise.
34558 * tree.h: Likewise.
34559 * vr-values.c: Likewise.
34560
34561 2019-01-09 Uroš Bizjak <ubizjak@gmail.com>
34562
34563 * config/i386/i386-protos.h (ix86_expand_xorsign): New prototype.
34564 (ix86_split_xorsign): Ditto.
34565 * config/i386/i386.c (ix86_expand_xorsign): New function.
34566 (ix86_split_xorsign): Ditto.
34567 * config/i386/i386.md (UNSPEC_XORSIGN): New unspec.
34568 (xorsign<mode>3): New expander.
34569 (xorsign<mode>3_1): New insn_and_split pattern.
34570 * config/i386/sse.md (xorsign<mode>3): New expander.
34571
34572 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
34573
34574 * config/sparc/sparc.md (*tablejump_sp32): Merge into...
34575 (*tablejump_sp64): Likewise.
34576 (*tablejump<P:mode>): ...this.
34577 (*call_address_sp32): Merge into...
34578 (*call_address_sp64): Likewise.
34579 (*call_address<P:mode>): ...this.
34580 (*call_symbolic_sp32): Merge into...
34581 (*call_symbolic_sp64): Likewise.
34582 (*call_symbolic<P:mode>): ...this.
34583 (call_value): Remove constraint and add predicate.
34584 (*call_value_address_sp32): Merge into...
34585 (*call_value_address_sp64): Likewise.
34586 (*call_value_address<P:mode>): ...this.
34587 (*call_value_symbolic_sp32): Merge into...
34588 (*call_value_symbolic_sp64): Likewise.
34589 (*call_value_symbolic<P:mode>): ...this.
34590 (*sibcall_symbolic_sp32): Merge into...
34591 (*sibcall_symbolic_sp64): Likewise.
34592 (*sibcall_symbolic<P:mode>): ...this.
34593 (sibcall_value): Remove constraint and add predicate.
34594 (*sibcall_value_symbolic_sp32): Merge into...
34595 (*sibcall_value_symbolic_sp64): Likewise.
34596 (*sibcall_value_symbolic<P:mode>): ...this.
34597 (window_save): Minor tweak.
34598 (*branch_sp32): Merge into...
34599 (*branch_sp64): Likewise.
34600 (*branch<P:mode>): ...this.
34601
34602 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
34603 James Clarke <jrtc27@jrtc27.com>
34604
34605 PR target/84010
34606 * config/sparc/sparc.c (sparc_legitimize_tls_address): Only use Pmode
34607 consistently in TLS address generation and adjust code to the renaming
34608 of patterns. Mark calls to __tls_get_addr as const.
34609 * config/sparc/sparc.md (tgd_hi22): Turn into...
34610 (tgd_hi22<P:mode>): ...this and use Pmode throughout.
34611 (tgd_lo10): Turn into...
34612 (tgd_lo10<P:mode>): ...this and use Pmode throughout.
34613 (tgd_add32): Merge into...
34614 (tgd_add64): Likewise.
34615 (tgd_add<P:mode>): ...this and use Pmode throughout.
34616 (tldm_hi22): Turn into...
34617 (tldm_hi22<P:mode>): ...this and use Pmode throughout.
34618 (tldm_lo10): Turn into...
34619 (tldm_lo10<P:mode>): ...this and use Pmode throughout.
34620 (tldm_add32): Merge into...
34621 (tldm_add64): Likewise.
34622 (tldm_add<P:mode>): ...this and use Pmode throughout.
34623 (tldm_call32): Merge into...
34624 (tldm_call64): Likewise.
34625 (tldm_call<P:mode>): ...this and use Pmode throughout.
34626 (tldo_hix22): Turn into...
34627 (tldo_hix22<P:mode>): ...this and use Pmode throughout.
34628 (tldo_lox10): Turn into...
34629 (tldo_lox10<P:mode>): ...this and use Pmode throughout.
34630 (tldo_add32): Merge into...
34631 (tldo_add64): Likewise.
34632 (tldo_add<P:mode>): ...this and use Pmode throughout.
34633 (tie_hi22): Turn into...
34634 (tie_hi22<P:mode>): ...this and use Pmode throughout.
34635 (tie_lo10): Turn into...
34636 (tie_lo10<P:mode>): ...this and use Pmode throughout.
34637 (tie_ld64): Use DImode throughout.
34638 (tie_add32): Merge into...
34639 (tie_add64): Likewise.
34640 (tie_add<P:mode>): ...this and use Pmode throughout.
34641 (tle_hix22_sp32): Merge into...
34642 (tle_hix22_sp64): Likewise.
34643 (tle_hix22<P:mode>): ...this and use Pmode throughout.
34644 (tle_lox22_sp32): Merge into...
34645 (tle_lox22_sp64): Likewise.
34646 (tle_lox22<P:mode>): ...this and use Pmode throughout.
34647 (*tldo_ldub_sp32): Merge into...
34648 (*tldo_ldub_sp64): Likewise.
34649 (*tldo_ldub<P:mode>): ...this and use Pmode throughout.
34650 (*tldo_ldub1_sp32): Merge into...
34651 (*tldo_ldub1_sp64): Likewise.
34652 (*tldo_ldub1<P:mode>): ...this and use Pmode throughout.
34653 (*tldo_ldub2_sp32): Merge into...
34654 (*tldo_ldub2_sp64): Likewise.
34655 (*tldo_ldub2<P:mode>): ...this and use Pmode throughout.
34656 (*tldo_ldsb1_sp32): Merge into...
34657 (*tldo_ldsb1_sp64): Likewise.
34658 (*tldo_ldsb1<P:mode>): ...this and use Pmode throughout.
34659 (*tldo_ldsb2_sp32): Merge into...
34660 (*tldo_ldsb2_sp64): Likewise.
34661 (*tldo_ldsb2<P:mode>): ...this and use Pmode throughout.
34662 (*tldo_ldub3_sp64): Use DImode throughout.
34663 (*tldo_ldsb3_sp64): Likewise.
34664 (*tldo_lduh_sp32): Merge into...
34665 (*tldo_lduh_sp64): Likewise.
34666 (*tldo_lduh<P:mode>): ...this and use Pmode throughout.
34667 (*tldo_lduh1_sp32): Merge into...
34668 (*tldo_lduh1_sp64): Likewise.
34669 (*tldo_lduh1<P:mode>): ...this and use Pmode throughout.
34670 (*tldo_ldsh1_sp32): Merge into...
34671 (*tldo_ldsh1_sp64): Likewise.
34672 (*tldo_ldsh1<P:mode>): ...this and use Pmode throughout.
34673 (*tldo_lduh2_sp64): Use DImode throughout.
34674 (*tldo_ldsh2_sp64): Likewise.
34675 (*tldo_lduw_sp32): Merge into...
34676 (*tldo_lduw_sp64): Likewise.
34677 (*tldo_lduw<P:mode>): ...this and use Pmode throughout.
34678 (*tldo_lduw1_sp64): Use DImode throughout.
34679 (*tldo_ldsw1_sp64): Likewise.
34680 (*tldo_ldx_sp64): Likewise.
34681 (*tldo_stb_sp32): Merge into...
34682 (*tldo_stb_sp64): Likewise.
34683 (*tldo_stb<P:mode>): ...this and use Pmode throughout.
34684 (*tldo_sth_sp32): Merge into...
34685 (*tldo_sth_sp64): Likewise.
34686 (*tldo_sth<P:mode>): ...this and use Pmode throughout.
34687 (*tldo_stw_sp32): Merge into...
34688 (*tldo_stw_sp64): Likewise.
34689 (*tldo_stw<P:mode>): ...this and use Pmode throughout.
34690 (*tldo_stx_sp64): Use DImode throughout.
34691
34692 2018-01-09 Sudakshina Das <sudi.das@arm.com>
34693
34694 * config/aarch64/aarch64.c (aarch64_override_options): Add case to
34695 check configure option to set BTI and Return Address Signing.
34696 * configure.ac: Add --enable-standard-branch-protection and
34697 --disable-standard-branch-protection.
34698 * configure: Regenerated.
34699 * doc/install.texi: Document the same.
34700
34701 2018-01-09 Sudakshina Das <sudi.das@arm.com>
34702 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
34703
34704 * config.gcc (aarch64*-*-*): Add aarch64-bti-insert.o.
34705 * config/aarch64/aarch64.h: Update comment for TRAMPOLINE_SIZE.
34706 * config/aarch64/aarch64.c (aarch64_asm_trampoline_template): Update
34707 if bti is enabled.
34708 * config/aarch64/aarch64-bti-insert.c: New file.
34709 * config/aarch64/aarch64-passes.def (INSERT_PASS_BEFORE): Insert bti
34710 pass.
34711 * config/aarch64/aarch64-protos.h (make_pass_insert_bti): Declare the
34712 new bti pass.
34713 * config/aarch64/aarch64.md (unspecv): Add UNSPECV_BTI_NOARG,
34714 UNSPECV_BTI_C, UNSPECV_BTI_J and UNSPECV_BTI_JC.
34715 (bti_noarg, bti_j, bti_c, bti_jc): New define_insns.
34716 * config/aarch64/t-aarch64: Add rule for aarch64-bti-insert.o.
34717
34718 2018-01-09 Sudakshina Das <sudi.das@arm.com>
34719
34720 * config/aarch64/aarch64-protos.h (aarch64_bti_enabled): Declare.
34721 * config/aarch64/aarch64.c (aarch64_handle_no_branch_protection):
34722 Disable bti for -mbranch-protection=none.
34723 (aarch64_handle_standard_branch_protection): Enable bti for
34724 -mbranch-protection=standard.
34725 (aarch64_handle_bti_protection): Enable bti for "bti" in the string to
34726 -mbranch-protection.
34727 (aarch64_bti_enabled): Check if bti is enabled.
34728 * config/aarch64/aarch64.opt: Declare target variable.
34729 * doc/invoke.texi: Add bti to the -mbranch-protection documentation.
34730
34731 2018-01-09 Sudakshina Das <sudi.das@arm.com>
34732
34733 * config/aarch64/aarch64.c (aarch64_expand_prologue): Use new
34734 epilogue/prologue scratch registers EP0_REGNUM and EP1_REGNUM.
34735 (aarch64_expand_epilogue): Likewise.
34736 (aarch64_output_mi_thunk): Likewise.
34737 * config/aarch64/aarch64.h (REG_CLASS_CONTENTS): Change
34738 TAILCALL_ADDR_REGS to x16 and x17.
34739 * config/aarch64/aarch64.md: Define EP0_REGNUM and EP1_REGNUM.
34740
34741 2018-01-09 Sudakshina Das <sudi.das@arm.com>
34742
34743 * config/aarch64/aarch64-option-extensions.def: Define
34744 AARCH64_OPT_EXTENSION for memtag, rng, sb, ssbs and predres.
34745 * config/aarch64/aarch64.h (AARCH64_FL_RNG): New.
34746 (AARCH64_FL_MEMTAG, ARCH64_FL_SB, AARCH64_FL_SSBS): New.
34747 (AARCH64_FL_PREDRES): New.
34748 (AARCH64_FL_FOR_ARCH8_5): Add AARCH64_FL_SB, AARCH64_FL_SSBS and
34749 AARCH64_FL_PREDRES by default.
34750 * doc/invoke.texi: Document rng, memtag, sb, ssbs and predres.
34751
34752 2018-01-09 Sudakshina Das <sudi.das@arm.com>
34753
34754 * config/aarch64/aarch64-arches.def: Define AARCH64_ARCH for
34755 ARMv8.5-A.
34756 * config/aarch64/aarch64.h (AARCH64_FL_V8_5): New.
34757 (AARCH64_FL_FOR_ARCH8_5, AARCH64_ISA_V8_5): New.
34758 * doc/invoke.texi: Document ARMv8.5-A.
34759
34760 2019-01-09 Alejandro Martinez <alejandro.martinezvicente@arm.com>
34761
34762 * config/aarch64/aarch64-sve.md (copysign<mode>3): New define_expand.
34763 (xorsign<mode>3): Likewise.
34764
34765 2019-01-09 Jelinek <jakub@redhat.com>
34766
34767 PR middle-end/88758
34768 * tree.c (initializer_each_zero_or_onep) <case VECTOR_CST>: Use
34769 vector_cst_elt instead of VECTOR_CST_ENCODED_ELT.
34770
34771 PR rtl-optimization/88331
34772 * function.c (assign_stack_local_1): Don't set dynamic_align_addr if
34773 not currently_expanding_to_rtl.
34774
34775 2019-01-09 Eric Botcazou <ebotcazou@adacore.com>
34776
34777 * doc/invoke.texi (-Os): Remove trailing spaces.
34778 (-finline-functions): Remove reference to -O2.
34779
34780 2019-01-08 Jakub Jelinek <jakub@redhat.com>
34781
34782 PR rtl-optimization/79593
34783 * config/i386/i386.md (reg = mem; mem = reg): New define_peephole2.
34784
34785 * config/rs6000/rs6000.c (rs6000_delegitimize_address): Delegitimize
34786 UNSPEC_FUSION_GPR to its argument. Formatting fixes.
34787
34788 2019-01-08 Eric Botcazou <ebotcazou@adacore.com>
34789
34790 PR bootstrap/88721
34791 * config/sparc/sparc.c (function_arg_slotno): Set *PPREGNO & *PPADDING
34792 to -1 on entry.
34793
34794 PR debug/88723
34795 * config/sparc/sparc.c (sparc_delegitimize_address): Deal with naked
34796 UNSPECs and UNSPEC_MOVE_GOTDATA specifically.
34797
34798 2019-01-08 H.J. Lu <hongjiu.lu@intel.com>
34799
34800 PR target/88717
34801 * config/i386/i386.c (ix86_avx_u128_mode_exit): Call
34802 ix86_avx_u128_mode_entry.
34803
34804 2019-01-08 Martin Liska <mliska@suse.cz>
34805
34806 PR tree-optimization/88753
34807 * tree-switch-conversion.c (switch_conversion::build_one_array):
34808 Come up with local variable constructor. Convert first to
34809 type of constructor values.
34810
34811 2019-01-08 Richard Biener <rguenther@suse.de>
34812
34813 PR tree-optimization/86554
34814 * tree-ssa-sccvn.c (eliminate_dom_walker, rpo_elim,
34815 rpo_avail): Move earlier.
34816 (visit_nary_op): When value-numbering to expressions
34817 with different overflow behavior make sure there's an
34818 available expression on the path.
34819
34820 2019-01-08 Sam Tebbs <sam.tebbs@arm.com>
34821
34822 * config/aarch64/aarch64.c (BRANCH_PROTECT_STR_MAX,
34823 aarch64_parse_branch_protection,
34824 struct aarch64_branch_protect_type,
34825 aarch64_handle_no_branch_protection,
34826 aarch64_handle_standard_branch_protection,
34827 aarch64_validate_mbranch_protection,
34828 aarch64_handle_pac_ret_protection,
34829 aarch64_handle_attr_branch_protection,
34830 accepted_branch_protection_string,
34831 aarch64_pac_ret_subtypes,
34832 aarch64_branch_protect_types,
34833 aarch64_handle_pac_ret_leaf): Define.
34834 (aarch64_override_options_after_change_1, aarch64_override_options):
34835 Add check for accepted_branch_protection_string.
34836 (aarch64_option_save): Save accepted_branch_protection_string.
34837 (aarch64_option_restore): Save accepted_branch_protection_string.
34838 * config/aarch64/aarch64.c (aarch64_attributes): Add branch-protection.
34839 * config/aarch64/aarch64.opt: Add mbranch-protection. Deprecate
34840 msign-return-address.
34841 * doc/invoke.texi: Add mbranch-protection.
34842
34843 2019-01-08 Alan Modra <amodra@gmail.com>
34844
34845 PR target/88614
34846 * genattrtab.c (max_attr_value, min_attr_value, or_attr_value):
34847 Delete "unknownp" parameter. Adjust callers. Handle
34848 CONST_INT, PLUS, MINUS, and MULT.
34849 (attr_value_aligned): Renamed from or_attr_value.
34850 (min_attr_value): Return INT_MIN for unhandled rtl case..
34851 (min_fn): ..and translate to INT_MAX here.
34852 (write_length_unit_log): Modify to cope without "unknown".
34853 (write_attr_value): Handle IF_THEN_ELSE.
34854
34855 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
34856
34857 * tree-vect-stmts.c (vectorizable_store): Don't use the dataref_offset
34858 optimization for masked stores.
34859
34860 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
34861
34862 PR middle-end/88567
34863 * tree-vect-loop.c (get_initial_defs_for_reduction): Pass the
34864 output vector directly to duplicate_and_interleave instead of
34865 going through a temporary. Postpone insertion of ctor_seq to
34866 the end of the loop.
34867
34868 2019-01-07 Richard Earnshaw <rearnsha@arm.com>
34869
34870 PR target/86891
34871 * config/aarch64/aarch64.c (aarch64_expand_subvti): New parameter
34872 unsigned_p. Handle signed and unsigned overflow correction as
34873 required.
34874 * config/aarch64/aarch64-protos.h (aarch64_expand_subvti): Update
34875 prototype.
34876 * config/aarch64/aarch64.md (addv<mode>4): Use aarch64_plus_operand
34877 for operand 2.
34878 (add<mode>3_compareV_imm): Make this callable for expanding.
34879 (subv<GPI:mode>4): Use register_operand for operand 1. Use
34880 aarch64_plus_operand for operand 2.
34881 (subv<GPI:mode>_insn): New insn pattern.
34882 (subv<GPI:mode>_imm): Likewise.
34883 (negv<GPI:mode>3): New expand pattern.
34884 (negv<GPI:mode>_insn): New insn pattern.
34885 (negv<GPI:mode>_cmp_only): Likewise.
34886 (cmpv<GPI:mode>_insn): Likewise.
34887 (subvti4): Use register_operand for operand 1. Update call to
34888 aarch64_expand_subvti.
34889 (usubvti4): Likewise.
34890 (negvti3): New expand pattern.
34891 (negdi_carryout): New insn pattern.
34892 (negvdi_carryinV): New insn pattern.
34893 (sub<mode3>_compare1_imm): Delete named insn pattern, make anonymous
34894 version the named version.
34895 (peepholes to convert to sub<mode3>_compare1_imm): Adjust order of
34896 operands.
34897 (usub<GPI:mode>3_carryinC, usub<GPI:mode>3_carryinC_z1): New insn
34898 patterns.
34899 (usub<GPI:mode>3_carryinC_z2, usub<GPI:mode>3_carryinC): New insn
34900 patterns.
34901 (sub<mode>3_carryinCV, sub<mode>3_carryinCV_z1_z2): Delete.
34902 (sub<mode>3_carryinCV_z1, sub<mode>3_carryinCV_z2): Delete.
34903 (sub<mode>3_carryinCV): Delete.
34904 (sub<GPI:mode>3_carryinV): New expand pattern.
34905 sub<mode>3_carryinV, sub<mode>3_carryinV_z2): New insn patterns.
34906
34907 2019-01-07 Richard Biener <rguenther@suse.de>
34908
34909 * tree-ssa-uncprop.c (ssa_equip_hash_traits): Remove in favor
34910 of tree_operand_hash.
34911
34912 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
34913
34914 PR tree-optimization/88598
34915 * tree.h (single_nonzero_element): Declare.
34916 * tree.c (single_nonzero_element): New function.
34917 * match.pd: Fold certain reductions of X & CST to X[I] & CST[I]
34918 if I is the only nonzero element of CST.
34919
34920 2019-01-07 Richard Sandiford <richard.sandiford@arm.com>
34921
34922 PR tree-optimization/88598
34923 * tree.h (initializer_each_zero_or_onep): Declare.
34924 * tree.c (initializer_each_zero_or_onep): New function.
34925 (signed_or_unsigned_type_for): Handle float types too.
34926 (unsigned_type_for, signed_type_for): Update comments accordingly.
34927 * match.pd: Fold x * { 0 or 1, 0 or 1, ...} to
34928 x & { 0 or -1, 0 or -1, ... }.
34929
34930 2019-01-07 Jonathan Wakely <jwakely@redhat.com>
34931
34932 * doc/install.texi: Replace references to x86_64-unknown-linux-gnu
34933 with x86_64-pc-linux-gnu.
34934
34935 2019-01-07 Tom de Vries <tdevries@suse.de>
34936
34937 PR target/85486
34938 * config/nvptx/nvptx.c (has_vector_partitionable_routine_calls_p): New
34939 function.
34940 (nvptx_goacc_validate_dims): Force vl32 if calling vector-partitionable
34941 routines.
34942
34943 2019-01-07 Jakub Jelinek <jakub@redhat.com>
34944
34945 * config/i386/sse.md (vec_extract<mode><ssehalfvecmodelower>): Use
34946 V_256_512 iterator instead of V_512 and TARGET_AVX instead of
34947 TARGET_AVX512F as condition.
34948
34949 PR debug/88723
34950 * dwarf2out.c (const_ok_for_output_1): Remove redundant call to
34951 const_not_ok_for_debug_p target hook.
34952 (mem_loc_descriptor) <case UNSPEC>: Only call const_ok_for_output_1
34953 on UNSPEC and subexpressions thereof if all subexpressions of the
34954 UNSPEC are CONSTANT_P.
34955
34956 PR tree-optimization/88676
34957 * tree-ssa-phiopt.c (two_value_replacement): New function.
34958 (tree_ssa_phiopt_worker): Call it.
34959
34960 PR sanitizer/88619
34961 * cfgexpand.c (expand_stack_vars): Only align prev_offset to
34962 ASAN_MIN_RED_ZONE_SIZE, not to maximum of that and alignb.
34963
34964 PR c++/85052
34965 * tree-vect-generic.c: Include insn-config.h and recog.h.
34966 (expand_vector_piecewise): Add defaulted ret_type argument,
34967 if non-NULL, use that in preference to type for the result type.
34968 (expand_vector_parallel): Formatting fix.
34969 (do_vec_conversion, do_vec_narrowing_conversion,
34970 expand_vector_conversion): New functions.
34971 (expand_vector_operations_1): Call expand_vector_conversion
34972 for VEC_CONVERT ifn calls.
34973 * internal-fn.def (VEC_CONVERT): New internal function.
34974 * internal-fn.c (expand_VEC_CONVERT): New function.
34975 * fold-const-call.c (fold_const_vec_convert): New function.
34976 (fold_const_call): Use it for CFN_VEC_CONVERT.
34977 * doc/extend.texi (__builtin_convertvector): Document.
34978
34979 2019-01-07 Tom de Vries <tdevries@suse.de>
34980
34981 * config/nvptx/nvptx-protos.h (nvptx_output_red_partition): Declare.
34982 * config/nvptx/nvptx.c (vector_red_size, vector_red_align,
34983 vector_red_partition, vector_red_sym): New global variables.
34984 (nvptx_option_override): Initialize vector_red_sym.
34985 (nvptx_declare_function_name): Restore red_partition register.
34986 (nvptx_file_end): Emit code to declare the vector reduction variables.
34987 (nvptx_output_red_partition): New function.
34988 (nvptx_expand_shared_addr): Add vector argument. Use it to handle
34989 large vector reductions.
34990 (enum nvptx_builtins): Add NVPTX_BUILTIN_VECTOR_ADDR.
34991 (nvptx_init_builtins): Add VECTOR_ADDR.
34992 (nvptx_expand_builtin): Update call to nvptx_expand_shared_addr.
34993 Handle nvptx_expand_shared_addr.
34994 (nvptx_get_shared_red_addr): Add vector argument and handle large
34995 vectors.
34996 (nvptx_goacc_reduction_setup): Add offload_attrs argument and handle
34997 large vectors.
34998 (nvptx_goacc_reduction_init): Likewise.
34999 (nvptx_goacc_reduction_fini): Likewise.
35000 (nvptx_goacc_reduction_teardown): Likewise.
35001 (nvptx_goacc_reduction): Update calls to nvptx_goacc_reduction_{setup,
35002 init,fini,teardown}.
35003 (nvptx_init_axis_predicate): Initialize vector_red_partition.
35004 (nvptx_set_current_function): Init vector_red_partition.
35005 * config/nvptx/nvptx.md (UNSPECV_RED_PART): New unspecv.
35006 (nvptx_red_partition): New insn.
35007 * config/nvptx/nvptx.h (struct machine_function): Add red_partition.
35008
35009 2019-01-07 Tom de Vries <tdevries@suse.de>
35010
35011 PR target/85381
35012 * config/nvptx/nvptx.c (nvptx_process_pars): Don't emit barriers for
35013 empty loops.
35014
35015 2019-01-07 Tom de Vries <tdevries@suse.de>
35016
35017 * config/nvptx/nvptx.c (oacc_bcast_partition): Declare.
35018 (nvptx_option_override): Init oacc_bcast_partition.
35019 (nvptx_init_oacc_workers): New function.
35020 (nvptx_declare_function_name): Call nvptx_init_oacc_workers.
35021 (nvptx_needs_shared_bcast): New function.
35022 (nvptx_find_par): Generalize to enable vectors to use shared-memory
35023 to propagate state.
35024 (nvptx_shared_propagate): Initialize vector bcast partition and
35025 synchronization state.
35026 (nvptx_single): Generalize to enable vectors to use shared-memory
35027 to propagate state.
35028 (nvptx_process_pars): Likewise.
35029 (nvptx_set_current_function): Initialize oacc_broadcast_partition.
35030 * config/nvptx/nvptx.h (struct machine_function): Add
35031 bcast_partition and sync_bar members.
35032
35033 2019-01-07 Tom de Vries <tdevries@suse.de>
35034
35035 * config/nvptx/nvptx.c (nvptx_welformed_vector_length_p)
35036 (nvptx_apply_dim_limits): New function.
35037 (nvptx_goacc_validate_dims_1): Allow PTX_MAX_VECTOR_LENGTH larger than
35038 PTX_WARP_SIZE.
35039
35040 2019-01-07 Tom de Vries <tdevries@suse.de>
35041
35042 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Move warnings to
35043 as late as possible.
35044
35045 2019-01-07 Tom de Vries <tdevries@suse.de>
35046
35047 * config/nvptx/nvptx.c (PTX_VECTOR_LENGTH): Remove.
35048 (PTX_DEFAULT_VECTOR_LENGTH, PTX_MAX_VECTOR_LENGTH): Define.
35049 (nvptx_goacc_validate_dims_1, nvptx_dim_limit)
35050 (nvptx_goacc_reduction_fini): Use PTX_DEFAULT_VECTOR_LENGTH,
35051 PTX_MAX_VECTOR_LENGTH and PTX_WARP_SIZE instead of PTX_VECTOR_LENGTH.
35052
35053 2019-01-07 Tom de Vries <tdevries@suse.de>
35054
35055 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Add asserts.
35056
35057 2019-01-07 Tom de Vries <tdevries@suse.de>
35058
35059 * omp-offload.c (oacc_get_min_dim): New function.
35060 * omp-offload.h (oacc_get_min_dim): Declare.
35061
35062 2018-12-26 Mateusz B <mateuszb@poczta.onet.pl>
35063
35064 PR target/88521
35065 * config/i386/i386.c (function_value_ms_64): Return small sturct in
35066 AX_REG and float/double in FIRST_SSE_REG for 4 or 8 byte modes.
35067
35068 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
35069
35070 PR tree-opt/86020
35071 Revert:
35072 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
35073
35074 * ipa-inline.c (edge_badness): Use inlined_time instead of
35075 inline_summaries->get.
35076
35077 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
35078
35079 * opts.c (enable_fdo_optimizations): Enable
35080 version-loops-for-strides, loop-interchange, unrol-and-jam
35081 and tree-loop-distribution.
35082 * invoke.texi: Document newly enabled options.
35083
35084 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
35085
35086 * doc/invoke.texi (max-inline-insns-small): New parameters.
35087 * ipa-inline.c (want_early_inline_function_p): simplify.
35088 (want_inline_small_function_p): Fix pasto from previous patch;
35089 use max-inline-insns-small bound.
35090 * params.def (max-inline-insns-small): New param.
35091 * ipa-fnsummary.c (analyze_function_body): Initialize time/size
35092 variables correctly.
35093
35094 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
35095
35096 * doc/invoke.texi: Document max-inline-insns-size,
35097 uninlined-function-insns, uninlined-function-time,
35098 uninlined-thunk-insns and uninlined-thunk-time.
35099 * params.def: Add max-inline-insns-size,
35100 uninlined-function-insns, uninlined-function-time,
35101 uninlined-thunk-insns and uninlined-thunk-time.
35102 * ipa-fnsummary.c (compute_fn_summary, analyze_function_body): Use
35103 new parameters.
35104 * ipa-inline.c (can_inline_edge_by_limits_p,
35105 want_inline_small_function_p): Use new parameters.
35106
35107 2019-01-05 Jan Hubicka <hubicka@ucw.cz>
35108
35109 * ipa-fnsummary.c (analyze_function_body): Fix accounting of time.
35110
35111 2019-01-05 Jakub Jelinek <jakub@redhat.com>
35112
35113 PR middle-end/82564
35114 PR target/88620
35115 * expr.c (expand_assignment): For calls returning VLA structures
35116 if to_rtx is not a MEM, force it into a stack temporary.
35117
35118 PR debug/88635
35119 * dwarf2out.c (const_ok_for_output_1): Reject MINUS that contains
35120 SYMBOL_REF, CODE_LABEL or UNSPEC in subexpressions of second argument.
35121 Reject PLUS that contains SYMBOL_REF, CODE_LABEL or UNSPEC in
35122 subexpressions of both operands.
35123 (mem_loc_descriptor): Handle UNSPEC if target hook acks it and all the
35124 subrtxes are CONSTANT_P.
35125 * config/i386/i386.c (ix86_const_not_ok_for_debug_p): Revert
35126 2018-11-09 changes.
35127
35128 2019-01-04 Jan Hubicka <hubicka@ucw.cz>
35129
35130 * params.def (hot-bb-count-ws-permille): Set to 990.
35131
35132 2019-01-04 Martin Sebor <msebor@redhat.com>
35133
35134 PR c/88546
35135 * attribs.c (decls_mismatched_attributes): Avoid warning for attribute
35136 leaf.
35137
35138 2019-01-04 Martin Sebor <msebor@redhat.com>
35139
35140 PR c/88363
35141 * doc/extend.texi (attribute alloc_align, alloc_size): Update.
35142
35143 2019-01-04 Jakub Jelinek <jakub@redhat.com>
35144
35145 * gdbinit.in: Turn off pagination for the skip commands, restore
35146 it to previous state afterwards.
35147
35148 2019-01-04 Jakub Jelinek <jakub@redhat.com>
35149
35150 PR target/88594
35151 * config/i386/i386.c (ix86_expand_divmod_libfunc): Use mode instead
35152 of GET_MODE (opN) as modes of the libcall arguments.
35153
35154 2019-01-04 Jan Beulich <jbeulich@suse.com>
35155
35156 * config/i386/sse.md
35157 (<avx512>_cmp<mode>3<mask_scalar_merge_name><round_saeonly_name>,
35158 <avx512>_cmp<mode>3<mask_scalar_merge_name>,
35159 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
35160 <avx512>_ucmp<mode>3<mask_scalar_merge_name>,
35161 avx512f_vmcmp<mode>3<round_saeonly_name>,
35162 avx512f_vmcmp<mode>3_mask<round_saeonly_name>,
35163 avx512f_maskcmp<mode>3,
35164 <avx512>_cvt<ssemodesuffix>2mask<mode>,
35165 <avx512>_cvt<ssemodesuffix>2mask<mode>,
35166 *<avx512>_cvtmask2<ssemodesuffix><mode>,
35167 *<avx512>_cvtmask2<ssemodesuffix><mode>,
35168 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
35169 <avx512>_eq<mode>3<mask_scalar_merge_name>_1,
35170 <avx512>_gt<mode>3<mask_scalar_merge_name>,
35171 <avx512>_gt<mode>3<mask_scalar_merge_name>,
35172 <avx512>_testm<mode>3<mask_scalar_merge_name>,
35173 <avx512>_testnm<mode>3<mask_scalar_merge_name>,
35174 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext,
35175 *<avx512>_testm<VI1248_AVX512VLBW:mode>3_zext_mask,
35176 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext,
35177 *<avx512>_testnm<VI1248_AVX512VLBW:mode>3_zext_mask,
35178 avx512cd_maskb_vec_dup<mode>,
35179 avx512cd_maskw_vec_dup<mode>,
35180 avx512dq_fpclass<mode><mask_scalar_merge_name>,
35181 avx512dq_vmfpclass<mode>,
35182 avx512vl_vpshufbitqmb<mode><mask_scalar_merge_name>): Use =k
35183 instead of =Yk.
35184
35185 2019-01-03 Martin Sebor <msebor@redhat.com>
35186
35187 PR tree-optimization/88659
35188 * calls.c (maybe_warn_nonstring_arg): Avoid assuming maxlen is set.
35189
35190 2019-01-03 Aaron Sawdey <acsawdey@linux.ibm.com>
35191
35192 * config/rs6000/rs6000-string.c (expand_block_move): Don't use
35193 unaligned vsx and avoid lxvd2x/stxvd2x.
35194 (gen_lvx_v4si_move): New function.
35195
35196 2019-01-03 Tom de Vries <tdevries@suse.de>
35197
35198 * config/nvptx/nvptx.c (MACH_VECTOR_LENGTH, MACH_MAX_WORKERS): Define.
35199 (init_axis_dim, nvptx_mach_max_workers, nvptx_mach_vector_length): New
35200 function.
35201 * config/nvptx/nvptx.h (struct machine_function): Add axis_dims.
35202
35203 2019-01-03 Tom de Vries <tdevries@suse.de>
35204
35205 * config/nvptx/nvptx.c (struct offload_attrs): New.
35206 (populate_offload_attrs): New function. Factor mask extraction out of
35207 nvptx_reorg. Add extraction of dimensions.
35208 (nvptx_reorg): Use populate_offload_attrs.
35209
35210 2019-01-03 Tom de Vries <tdevries@suse.de>
35211
35212 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): Add early-out
35213 cases for oacc_min_dims_p and routine_p. Add asserts for
35214 oacc_default_dims_p and offload_region_p.
35215
35216 2019-01-03 Tom de Vries <tdevries@suse.de>
35217
35218 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims_1): New function,
35219 factored out of ...
35220 (nvptx_goacc_validate_dims): ... here.
35221
35222 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
35223
35224 PR tree-optimization/85574
35225 * tree-ssa-uncprop.c (struct equiv_hash_elt): Remove unused
35226 structure.
35227 (struct ssa_equip_hash_traits): Declare.
35228 (val_ssa_equiv): Use custom hash traits using operand_equal_p.
35229
35230 2019-01-03 Jakub Jelinek <jakub@redhat.com>
35231
35232 PR debug/88644
35233 * dwarf2out.c (modified_type_die): If type is equal to sizetype,
35234 change it to qualified_type.
35235
35236 2019-01-03 Jan Hubicka <hubicka@ucw.cz>
35237
35238 * ipa-utils.c (scale_ipa_profile_for_fn): Break out from ...
35239 (ipa_merge_profiles): ... here; do not ICE on thunks and aliases.
35240
35241 2019-01-02 Martin Sebor <msebor@redhat.com>
35242 Jeff Law <law@redhat.com>
35243
35244 * gimple-fold.c (strlen_range_kind): Remove SRK_LENRANGE_2.
35245 (get_range_strlen_tree): Update appropriately.
35246 (get_range_strlen)
35247 * gimple-fold.h (get_range_strlen): Drop unused last argument.
35248
35249 * gimple-fold.c (gimple_fold_builtin_strlen): Use set_strlen_range
35250 rather than set_range_info.
35251 * tree-ssa-strlen.c (set_strlen_range): Extracted from
35252 maybe_set_strlen_range. Handle potentially boundary crossing
35253 cases more conservatively.
35254 (maybe_set_strlen_range): Parts refactored into set_strlen_range.
35255 Call set_strlen_range.
35256 * tree-ssa-strlen.h (set_strlen_range): Add prototype.
35257
35258 PR middle-end/88663
35259 * gimple-fold.c (get_range_strlen): Update prototype to no longer
35260 need the flexp argument.
35261 (get_range_strlen_tree): Drop flexp argument. Drop flexp argument
35262 from calls to get_range_strlen. Update comments. Just update
35263 VAL for an unterminated const char array and let the reset of the
35264 code handle it normally. No longer try to set *flexp. Adjust
35265 return value.
35266 (get_range_strlen): Update for the new get_range_strlen API.
35267 (get_maxval_strlen): Similarly.
35268 (gimple_fold_builtin_strlen): Handle update meaning of return value
35269 from get_range_strlen.
35270 * gimple-ssa-sprintf.c (get_string_length): Update for the new
35271 get_range_strlen API.
35272
35273 2019-01-02 Jan Hubicka <hubicka@ucw.cz>
35274
35275 PR lto/88130
35276 * varpool.c (varpool_node::ctor_useable_for_folding_p): Also return
35277 false at WPA time when body was removed.
35278
35279 2019-01-02 Martin Liska <mliska@suse.cz>
35280
35281 PR tree-optimization/88650
35282 * predict.c (set_even_probabilities): Calculate probability
35283 remainer only when really used.
35284
35285 2019-01-02 Richard Biener <rguenther@suse.de>
35286
35287 PR middle-end/88651
35288 * tree-data-ref.c (analyze_subscript_affine_affine): Use
35289 widest_ints when mangling max_stmt_execution results.
35290
35291 2019-01-02 Richard Biener <rguenther@suse.de>
35292
35293 PR tree-optimization/88621
35294 * tree-ssa-loop-im.c (gather_mem_refs_stmt): Fix pastos, avoid
35295 bitfields when canoncalizing.
35296
35297 2019-01-02 Richard Biener <rguenther@suse.de>
35298
35299 PR target/87545
35300 * config/i386/x86-tune-costs.h (intel_cost): Adjust
35301 cost of cheap SSE instruction.
35302
35303 2019-01-02 Richard Biener <rguenther@suse.de>
35304
35305 PR ipa/85574
35306 * ipa-icf.h (sem_item_optimizer::sort_congruence_split): Declare.
35307 * ipa-icf.c (sem_item_optimizer::sort_congruence_split): New
35308 function.
35309 (sem_item_optimizer::do_congruence_step_f): Sort the congruence
35310 set after UIDs before splitting them.
35311
35312 2019-01-01 Martin Sebor <msebor@redhat.com>
35313 Jeff Law <law@redhat.com>
35314
35315 * gimple-fold.c (get_range_strlen_tree): Record if the computed
35316 length is optimistic. If it is, then arrange to compute the
35317 conservative length as well.
35318
35319 * gimple-fold.h (get_range_strlen): Update prototype.
35320 * builtins.c (check_access): Update call to get_range_strlen to use
35321 c_strlen_data pointer. Change various variable accesses to instead
35322 pull data from the c_strlen_data structure.
35323 (check_strncat_sizes, expand_builtin_strncat): Likewise.
35324 * calls.c (maybe_warn_nonstring_arg): Likewise.
35325 * tree-ssa-strlen.c (maybe_diag_stxncpy_trunc): Likewise. Reset
35326 minimum length if maximum lengh is unknown.
35327 * gimple-ssa-sprintf.c (get_string_length): Likewise. Drop code
35328 that used c_strlen, it's no longer needed. Restructure slightly.
35329 (format_string): Set unlikely range appropriately.
35330 * gimple-fold.c (get_range_strlen): Update comments. Fix minor
35331 formatting issues.
35332 (get_range_strlen): Accept c_strlen_data pointer for external
35333 call sites as well. Pass through to call to internal get_range_strlen.
35334 Adjust minlen, maxlen and maxbound as needed.
35335 (get_maxval_strlen): Update comments.
35336 (gimple_fold_builtin_strlen): Update call to get_range_strlen
35337 to use c_strlen_data pointer. Change variable accesses to instead
35338 use c_strlen_data data members.
35339
35340 * gimple-fold.c (get_range_strlen): Update prototype.
35341 (get_range_strlen_tree): Update prototype. Drop minlen/maxlen
35342 local variables. Use pdata to return information to caller.
35343 Update calls to get_range_strlen. Update pdata->maxbound.
35344 (get_range_strlen -- static version): Similarly.
35345 (get_range_strlen -- extern version): Update for internal
35346 get_range_strlen API change. Convert to external data format.
35347 (get_maxval_strlen): Similarly.
35348
35349 2019-01-01 Jan Hubicka <hubicka@ucw.cz>
35350
35351 * coverage.c (get_coverage_counts): Use current_function_decl.
35352 * profile.c (read_thunk_profile): New function.
35353 (branch_prob): Add THUNK parameter.
35354 * tree-profile.c (tree_profiling): Handle thunks.
35355 * value-prof.c (init_node_map): Handle thunks.
35356 * value-prof.h (branch_prob): Upate prototype.
35357 (read_thunk_profile): Declare.
35358
35359 2019-01-01 Jakub Jelinek <jakub@redhat.com>
35360
35361 Update copyright years.
35362
35363 * gcc.c (process_command): Update copyright notice dates.
35364 * gcov-dump.c (print_version): Ditto.
35365 * gcov.c (print_version): Ditto.
35366 * gcov-tool.c (print_version): Ditto.
35367 * gengtype.c (create_file): Ditto.
35368 * doc/cpp.texi: Bump @copying's copyright year.
35369 * doc/cppinternals.texi: Ditto.
35370 * doc/gcc.texi: Ditto.
35371 * doc/gccint.texi: Ditto.
35372 * doc/gcov.texi: Ditto.
35373 * doc/install.texi: Ditto.
35374 * doc/invoke.texi: Ditto.
35375 \f
35376 Copyright (C) 2019 Free Software Foundation, Inc.
35377
35378 Copying and distribution of this file, with or without modification,
35379 are permitted in any medium without royalty provided the copyright
35380 notice and this notice are preserved.