[39/77] Two changes to the get_best_mode interface
[official-gcc.git] / gcc / ChangeLog
blobac4425102014d3b79d71430a47cc9283be0826ea
1 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
2             Alan Hayward  <alan.hayward@arm.com>
3             David Sherwood  <david.sherwood@arm.com>
5         * machmode.h (bit_field_mode_iterator::next_mode): Take a pointer
6         to a scalar_int_mode instead of a machine_mode.
7         (bit_field_mode_iterator::m_mode): Change type to opt_scalar_int_mode.
8         (get_best_mode): Return a boolean and use a pointer argument to store
9         the selected mode.  Replace the limit mode parameter with a bit limit.
10         * expmed.c (adjust_bit_field_mem_for_reg): Use scalar_int_mode
11         for the values returned by bit_field_mode_iterator::next_mode.
12         (store_bit_field): Update call to get_best_mode.
13         (store_fixed_bit_field): Likewise.
14         (extract_fixed_bit_field): Likewise.
15         * expr.c (optimize_bitfield_assignment_op): Likewise.
16         * fold-const.c (optimize_bit_field_compare): Likewise.
17         (fold_truth_andor_1): Likewise.
18         * stor-layout.c (bit_field_mode_iterator::next_mode): As above.
19         Update for new type of m_mode.
20         (get_best_mode): As above.
22 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
23             Alan Hayward  <alan.hayward@arm.com>
24             David Sherwood  <david.sherwood@arm.com>
26         * expmed.c (strict_volatile_bitfield_p): Change the type of fieldmode
27         to scalar_int_mode.  Remove check for SCALAR_INT_MODE_P.
28         (store_bit_field): Check is_a <scalar_int_mode> before calling
29         strict_volatile_bitfield_p.
30         (extract_bit_field): Likewise.
32 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
33             Alan Hayward  <alan.hayward@arm.com>
34             David Sherwood  <david.sherwood@arm.com>
36         * target.def (cstore_mode): Return a scalar_int_mode.
37         * doc/tm.texi: Regenerate.
38         * config/sparc/sparc.c (sparc_cstore_mode): Return a scalar_int_mode.
39         * targhooks.h (default_cstore_mode): Likewise.
40         * targhooks.c (default_cstore_mode): Likewise, using a forced
41         conversion.
42         * expmed.c (emit_cstore): Expect the target of the cstore to be
43         a scalar_int_mode.
45 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
46             Alan Hayward  <alan.hayward@arm.com>
47             David Sherwood  <david.sherwood@arm.com>
49         * tree.h (SCALAR_INT_TYPE_MODE): New macro.
50         * builtins.c (expand_builtin_signbit): Use it.
51         * cfgexpand.c (expand_debug_expr): Likewise.
52         * dojump.c (do_jump): Likewise.
53         (do_compare_and_jump): Likewise.
54         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Likewise.
55         * expmed.c (make_tree): Likewise.
56         * expr.c (expand_expr_real_2): Likewise.
57         (expand_expr_real_1): Likewise.
58         (try_casesi): Likewise.
59         * fold-const-call.c (fold_const_call_ss): Likewise.
60         * fold-const.c (unextend): Likewise.
61         (extract_muldiv_1): Likewise.
62         (fold_single_bit_test): Likewise.
63         (native_encode_int): Likewise.
64         (native_encode_string): Likewise.
65         (native_interpret_int): Likewise.
66         * gimple-fold.c (gimple_fold_builtin_memset): Likewise.
67         * internal-fn.c (expand_addsub_overflow): Likewise.
68         (expand_neg_overflow): Likewise.
69         (expand_mul_overflow): Likewise.
70         (expand_arith_overflow): Likewise.
71         * match.pd: Likewise.
72         * stor-layout.c (layout_type): Likewise.
73         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
74         * tree-ssa-math-opts.c (convert_mult_to_widen): Likewise.
75         * tree-ssanames.c (get_range_info): Likewise.
76         * tree-switch-conversion.c (array_value_type) Likewise.
77         * tree-vect-patterns.c (vect_recog_rotate_pattern): Likewise.
78         (vect_recog_divmod_pattern): Likewise.
79         (vect_recog_mixed_size_cond_pattern): Likewise.
80         * tree-vrp.c (extract_range_basic): Likewise.
81         (simplify_float_conversion_using_ranges): Likewise.
82         * tree.c (int_fits_type_p): Likewise.
83         * ubsan.c (instrument_bool_enum_load): Likewise.
84         * varasm.c (mergeable_string_section): Likewise.
85         (narrowing_initializer_constant_valid_p): Likewise.
86         (output_constant): Likewise.
88 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
89             Alan Hayward  <alan.hayward@arm.com>
90             David Sherwood  <david.sherwood@arm.com>
92         * machmode.h (NARROWEST_INT_MODE): New macro.
93         * expr.c (alignment_for_piecewise_move): Use it instead of
94         GET_CLASS_NARROWEST_MODE (MODE_INT).
95         (push_block): Likewise.
96         * stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator):
97         Likewise.
98         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
100 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
101             Alan Hayward  <alan.hayward@arm.com>
102             David Sherwood  <david.sherwood@arm.com>
104         * expr.c (expand_expr_real_2): Use scalar_int_mode for the
105         double-word mode.
106         * lower-subreg.c (resolve_shift_zext): Use is_a <scalar_int_mode>.
107         * optabs.c (expand_unop): Likewise.
109 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
110             Alan Hayward  <alan.hayward@arm.com>
111             David Sherwood  <david.sherwood@arm.com>
113         * dwarf2out.c (typed_binop): Change mode parameter to scalar_int_mode.
114         (clz_loc_descriptor): Likewise.  Remove SCALAR_INT_MODE_P check.
115         (popcount_loc_descriptor): Likewise.
116         (bswap_loc_descriptor): Likewise.
117         (rotate_loc_descriptor): Likewise.
118         (mem_loc_descriptor): Add is_a <scalar_int_mode> checks before
119         calling the functions above.
121 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
122             Alan Hayward  <alan.hayward@arm.com>
123             David Sherwood  <david.sherwood@arm.com>
125         * combine.c (sign_extend_short_imm): Add is_a <scalar_int_mode>
126         checks.
127         (try_combine): Likewise.
128         (simplify_if_then_else): Likewise.
129         * cse.c (cse_insn): Likewise.
130         * dwarf2out.c (mem_loc_descriptor): Likewise.
131         * emit-rtl.c (gen_lowpart_common): Likewise.
132         * simplify-rtx.c (simplify_truncation): Likewise.
133         (simplify_binary_operation_1): Likewise.
134         (simplify_const_relational_operation): Likewise.
135         (simplify_ternary_operation): Likewise.
136         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
138 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
139             Alan Hayward  <alan.hayward@arm.com>
140             David Sherwood  <david.sherwood@arm.com>
142         * cse.c (cse_insn): Add is_a <scalar_int_mode> checks.
143         * reload.c (push_reload): Likewise.
144         (find_reloads): Likewise.
146 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
147             Alan Hayward  <alan.hayward@arm.com>
148             David Sherwood  <david.sherwood@arm.com>
150         * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
151         (make_compound_operation_int): Likewise.
152         (change_zero_ext): Likewise.
153         * expr.c (convert_move): Likewise.
154         (convert_modes): Likewise.
155         * fwprop.c (forward_propagate_subreg): Likewise.
156         * loop-iv.c (get_biv_step_1): Likewise.
157         * optabs.c (widen_operand): Likewise.
158         * postreload.c (move2add_valid_value_p): Likewise.
159         * recog.c (simplify_while_replacing): Likewise.
160         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
161         (simplify_binary_operation_1): Likewise.  Remove redundant
162         mode equality check.
164 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
165             Alan Hayward  <alan.hayward@arm.com>
166             David Sherwood  <david.sherwood@arm.com>
168         * combine.c (combine_simplify_rtx): Add checks for
169         is_a <scalar_int_mode>.
170         (simplify_if_then_else): Likewise.
171         (make_field_assignment): Likewise.
172         (simplify_comparison): Likewise.
173         * ifcvt.c (noce_try_bitop): Likewise.
174         * loop-invariant.c (canonicalize_address_mult): Likewise.
175         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
177 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
178             Alan Hayward  <alan.hayward@arm.com>
179             David Sherwood  <david.sherwood@arm.com>
181         * simplify-rtx.c (simplify_binary_operation_1): Use
182         is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
184 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
185             Alan Hayward  <alan.hayward@arm.com>
186             David Sherwood  <david.sherwood@arm.com>
188         * wide-int.h (int_traits<unsigned char>) New class.
189         (int_traits<unsigned short>) Likewise.
190         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
191         Use GET_MODE_UNIT_PRECISION and remove redundant test for
192         SCALAR_INT_MODE_P.
193         * combine.c (set_nonzero_bits_and_sign_copies): Use
194         is_a <scalar_int_mode>.
195         (find_split_point): Likewise.
196         (combine_simplify_rtx): Likewise.
197         (simplify_logical): Likewise.
198         (expand_compound_operation): Likewise.
199         (expand_field_assignment): Likewise.
200         (make_compound_operation): Likewise.
201         (extended_count): Likewise.
202         (change_zero_ext): Likewise.
203         (simplify_comparison): Likewise.
204         * dwarf2out.c (scompare_loc_descriptor): Likewise.
205         (ucompare_loc_descriptor): Likewise.
206         (minmax_loc_descriptor): Likewise.
207         (mem_loc_descriptor): Likewise.
208         (loc_descriptor): Likewise.
209         * expmed.c (init_expmed_one_mode): Likewise.
210         * lra-constraints.c (lra_constraint_offset): Likewise.
211         * optabs.c (prepare_libcall_arg): Likewise.
212         * postreload.c (move2add_note_store): Likewise.
213         * reload.c (operands_match_p): Likewise.
214         * rtl.h (load_extend_op): Likewise.
215         * rtlhooks.c (gen_lowpart_general): Likewise.
216         * simplify-rtx.c (simplify_truncation): Likewise.
217         (simplify_unary_operation_1): Likewise.
218         (simplify_binary_operation_1): Likewise.
219         (simplify_const_binary_operation): Likewise.
220         (simplify_const_relational_operation): Likewise.
221         (simplify_subreg): Likewise.
222         * stor-layout.c (bitwise_mode_for_mode): Likewise.
223         * var-tracking.c (adjust_mems): Likewise.
224         (prepare_call_arguments): Likewise.
226 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
227             Alan Hayward  <alan.hayward@arm.com>
228             David Sherwood  <david.sherwood@arm.com>
230         * machmode.h (is_int_mode): New fuction.
231         * combine.c (find_split_point): Use it.
232         (combine_simplify_rtx): Likewise.
233         (simplify_if_then_else): Likewise.
234         (simplify_set): Likewise.
235         (simplify_shift_const_1): Likewise.
236         (simplify_comparison): Likewise.
237         * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
238         * cse.c (notreg_cost): Likewise.
239         (cse_insn): Likewise.
240         * cselib.c (cselib_lookup_1): Likewise.
241         * dojump.c (do_jump_1): Likewise.
242         (do_compare_rtx_and_jump): Likewise.
243         * dse.c (get_call_args): Likewise.
244         * dwarf2out.c (rtl_for_decl_init): Likewise.
245         (native_encode_initializer): Likewise.
246         * expmed.c (emit_store_flag_1): Likewise.
247         (emit_store_flag): Likewise.
248         * expr.c (convert_modes): Likewise.
249         (store_field): Likewise.
250         (expand_expr_real_1): Likewise.
251         * fold-const.c (fold_read_from_constant_string): Likewise.
252         * gimple-ssa-sprintf.c (get_format_string): Likewise.
253         * optabs-libfuncs.c (gen_int_libfunc): Likewise.
254         * optabs.c (expand_binop): Likewise.
255         (expand_unop): Likewise.
256         (expand_abs_nojump): Likewise.
257         (expand_one_cmpl_abs_nojump): Likewise.
258         * simplify-rtx.c (mode_signbit_p): Likewise.
259         (val_signbit_p): Likewise.
260         (val_signbit_known_set_p): Likewise.
261         (val_signbit_known_clear_p): Likewise.
262         (simplify_relational_operation_1): Likewise.
263         * tree.c (vector_type_mode): Likewise.
265 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
266             Alan Hayward  <alan.hayward@arm.com>
267             David Sherwood  <david.sherwood@arm.com>
269         * machmode.h (smallest_mode_for_size): Fix formatting.
270         (smallest_int_mode_for_size): New function.
271         * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
272         instead of smallest_mode_for_size.
273         * combine.c (make_extraction): Likewise.
274         * config/arc/arc.c (arc_expand_movmem): Likewise.
275         * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
276         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
277         * config/s390/s390.c (s390_expand_insv): Likewise.
278         * config/sparc/sparc.c (assign_int_registers): Likewise.
279         * config/spu/spu.c (spu_function_value): Likewise.
280         (spu_function_arg): Likewise.
281         * coverage.c (get_gcov_type): Likewise.
282         (get_gcov_unsigned_t): Likewise.
283         * dse.c (find_shift_sequence): Likewise.
284         * expmed.c (store_bit_field_1): Likewise.
285         * expr.c (convert_move): Likewise.
286         (store_field): Likewise.
287         * internal-fn.c (expand_arith_overflow): Likewise.
288         * optabs-query.c (get_best_extraction_insn): Likewise.
289         * optabs.c (expand_twoval_binop_libfunc): Likewise.
290         * stor-layout.c (layout_type): Likewise.
291         (initialize_sizetypes): Likewise.
292         * targhooks.c (default_get_mask_mode): Likewise.
293         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
295 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
296             Alan Hayward  <alan.hayward@arm.com>
297             David Sherwood  <david.sherwood@arm.com>
299         * machmode.h (opt_mode::else_blk): New function.
300         (int_mode_for_mode): Declare.
301         * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
302         * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
303         return type.
304         * cfgexpand.c (expand_debug_expr): Likewise.
305         * combine.c (gen_lowpart_or_truncate): Likewise.
306         (gen_lowpart_for_combine): Likewise.
307         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
308         * config/avr/avr.c (avr_to_int_mode): Likewise.
309         (avr_out_plus_1): Likewise.
310         (avr_out_plus): Likewise.
311         (avr_out_round): Likewise.
312         * config/i386/i386.c (ix86_split_to_parts): Likewise.
313         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
314         (s390_expand_vcond): Likewise.
315         * config/spu/spu.c (spu_split_immediate): Likewise.
316         (spu_expand_mov): Likewise.
317         * dse.c (get_stored_val): Likewise.
318         * expmed.c (store_bit_field_1): Likewise.
319         (convert_extracted_bit_field): Use int_mode_for_mode instead of
320         int_mode_for_size.
321         (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
322         (extract_low_bits): Likewise.
323         * expr.c (emit_group_load_1): Likewise.  Separate out the BLKmode
324         handling rather than repeating the check.
325         (emit_group_store): Likewise.
326         (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
327         * optabs.c (expand_absneg_bit): Likewise.
328         (expand_copysign_absneg): Likewise.
329         (expand_copysign_bit): Likewise.
330         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
331         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
332         * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
333         * var-tracking.c (prepare_call_arguments):  Likewise.
334         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
335         int_mode_for_mode instead of mode_for_size.
336         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
338 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
339             Alan Hayward  <alan.hayward@arm.com>
340             David Sherwood  <david.sherwood@arm.com>
342         * machmode.h (int_mode_for_size): New function.
343         * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
344         instead of mode_for_size.
345         * calls.c (save_fixed_argument_area): Likewise.  Make use of BLKmode
346         explicit.
347         * combine.c (expand_field_assignment): Use int_mode_for_size
348         instead of mode_for_size.
349         (make_extraction): Likewise.
350         (simplify_shift_const_1): Likewise.
351         (simplify_comparison): Likewise.
352         * dojump.c (do_jump): Likewise.
353         * dwarf2out.c (mem_loc_descriptor): Likewise.
354         * emit-rtl.c (init_derived_machine_modes): Likewise.
355         * expmed.c (flip_storage_order): Likewise.
356         (convert_extracted_bit_field): Likewise.
357         * expr.c (copy_blkmode_from_reg): Likewise.
358         * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
359         * internal-fn.c (expand_mul_overflow): Likewise.
360         * lower-subreg.c (simple_move): Likewise.
361         * optabs-libfuncs.c (init_optabs): Likewise.
362         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
363         * tree.c (vector_type_mode): Likewise.
364         * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
365         * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
366         * tree-vect-generic.c (expand_vector_parallel): Likewise.
367         * tree-vect-stmts.c (vectorizable_load): Likewise.
368         (vectorizable_store): Likewise.
370 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
371             Alan Hayward  <alan.hayward@arm.com>
372             David Sherwood  <david.sherwood@arm.com>
374         * coretypes.h (pod_mode): New type.
375         (scalar_int_mode_pod): New typedef.
376         * machmode.h (pod_mode): New class.
377         (int_n_data_t::m): Change type to scalar_int_mode_pod.
378         * genmodes.c (emit_mode_int_n): Update accordingly.
379         * lower-subreg.h (target_lower_subreg): Change type to
380         scalar_int_mode_pod.
381         * gdbhooks.py (build_pretty_printer): Handle pod_mode and
382         scalar_int_mode_pod.
384 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
385             Alan Hayward  <alan.hayward@arm.com>
386             David Sherwood  <david.sherwood@arm.com>
388         * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
389         machine_mode to scalar_int_mode.
390         * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
391         (rs6000_option_override_internal): Remove cast to int.
392         * config/rs6000/rs6000.h (rs6000_pmode): Change type from
393         machine_mode to scalar_int_mode.
394         * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
395         (rs6000_option_override_internal): Remove cast to int.
396         * config/s390/s390.h (Pmode): Remove cast to machine_mode.
397         * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
398         to machine_mode.
399         * config/s390/s390.c (s390_expand_builtin): Likewise.
400         * coretypes.h (scalar_int_mode): New type.
401         (opt_scalar_int_mode): New typedef.
402         * machmode.h (scalar_int_mode): New class.
403         (scalar_int_mode::includes_p): New function.
404         (byte_mode): Change type to scalar_int_mode.
405         (word_mode): Likewise.
406         (ptr_mode): Likewise.
407         * emit-rtl.c (byte_mode): Likewise.
408         (word_mode): Likewise.
409         (ptr_mode): Likewise.
410         (init_derived_machine_modes): Update accordingly.
411         * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
412         and MODE_PARTIAL_INT.
413         * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
414         opt_scalar_int_mode.
416 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
417             Alan Hayward  <alan.hayward@arm.com>
418             David Sherwood  <david.sherwood@arm.com>
420         * target.def (libgcc_floating_mode_supported_p): Take a
421         scalar_float_mode.
422         * doc/tm.texi: Regenerate.
423         * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
424         scalar_float_mode.
425         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
426         * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
427         Likewise.
429 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
430             Alan Hayward  <alan.hayward@arm.com>
431             David Sherwood  <david.sherwood@arm.com>
433         * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
434         * doc/tm.texi: Regenerate.
435         * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
436         * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
437         * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
438         * targhooks.h (default_floatn_mode): Likewise.
439         * targhooks.c (default_floatn_mode): Likewise.
440         * tree.c (build_common_tree_nodes): Update accordingly.
442 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
443             Alan Hayward  <alan.hayward@arm.com>
444             David Sherwood  <david.sherwood@arm.com>
446         * machmode.h (mode_iterator::start): Provide overload for opt_modes.
447         (mode_iterator::iterate_p): Likewise.
448         (mode_iterator::get_wider): Likewise.
449         * expr.c (init_expr_target): Use opt_scalar_float_mode.
451 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
452             Alan Hayward  <alan.hayward@arm.com>
453             David Sherwood  <david.sherwood@arm.com>
455         * coretypes.h (opt_scalar_float_mode): New typedef.
456         * machmode.h (float_mode_for_size): New function.
457         * emit-rtl.c (double_mode): Delete.
458         (init_emit_once): Use float_mode_for_size.
459         * stor-layout.c (layout_type): Likewise.
460         * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
462 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
463             Alan Hayward  <alan.hayward@arm.com>
464             David Sherwood  <david.sherwood@arm.com>
466         * output.h (assemble_real): Take a scalar_float_mode.
467         * config/arm/arm.c (arm_assemble_integer): Update accordingly.
468         * config/arm/arm.md (consttable_4): Likewise.
469         (consttable_8): Likewise.
470         (consttable_16): Likewise.
471         * config/mips/mips.md (consttable_float): Likewise.
472         * config/s390/s390.c (s390_output_pool_entry): Likewise.
473         * varasm.c (assemble_real): Take a scalar_float_mode.
474         (output_constant_pool_2): Update accordingly.
475         (output_constant): Likewise.
477 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
478             Alan Hayward  <alan.hayward@arm.com>
479             David Sherwood  <david.sherwood@arm.com>
481         * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
482         * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
483         * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
484         (native_encode_real): Likewise.
485         (native_interpret_real): Likewise.
486         * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
487         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
489 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
490             Alan Hayward  <alan.hayward@arm.com>
491             David Sherwood  <david.sherwood@arm.com>
493         * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
494         <scalar_float_mode>.  Simplify.
495         (gen_extend_conv_libfunc): Likewise.
497 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
498             Alan Hayward  <alan.hayward@arm.com>
499             David Sherwood  <david.sherwood@arm.com>
501         * coretypes.h (scalar_float_mode): New type.
502         * machmode.h (mode_traits::from_int): Use machine_mode if
503         USE_ENUM_MODES is defined.
504         (is_a): New function.
505         (as_a): Likewise.
506         (dyn_cast): Likewise.
507         (scalar_float_mode): New class.
508         (scalar_float_mode::includes_p): New function.
509         (is_float_mode): Likewise.
510         * gdbhooks.py (MachineModePrinter): New class.
511         (build_pretty_printer): Use it for scalar_float_mode.
512         * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
513         (format_helper::format_helper): Turn into a template.
514         * genmodes.c (get_mode_class): New function.
515         (emit_insn_modes_h): Give modes the class returned by get_mode_class,
516         or machine_mode if none.
517         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
518         as_a <scalar_float_mode>.
519         * dwarf2out.c (mem_loc_descriptor): Likewise.
520         (insert_float): Likewise.
521         (add_const_value_attribute): Likewise.
522         * simplify-rtx.c (simplify_immed_subreg): Likewise.
523         * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
524         (expand_unop): Update accordingly.
525         (expand_abs_nojump): Likewise.
526         (expand_copysign_absneg): Take a scalar_float_mode.
527         (expand_copysign_bit): Likewise.
528         (expand_copysign): Update accordingly.
530 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
531             Alan Hayward  <alan.hayward@arm.com>
532             David Sherwood  <david.sherwood@arm.com>
534         * coretypes.h (opt_mode): New class.
535         * machmode.h (opt_mode): Likewise.
536         (opt_mode::else_void): New function.
537         (opt_mode::require): Likewise.
538         (opt_mode::exists): Likewise.
539         (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
540         (GET_MODE_2XWIDER_MODE): Likewise.
541         (mode_iterator::get_wider): Update accordingly.
542         (mode_iterator::get_2xwider): Likewise.
543         (mode_iterator::get_known_wider): Likewise, turning into a template.
544         * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
545         forcing a wider mode to exist.
546         * config/cr16/cr16.h (LONG_REG_P): Likewise.
547         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
548         * config/c6x/c6x.c (c6x_rtx_costs): Update use of
549         GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
550         * lower-subreg.c (init_lower_subreg): Likewise.
551         * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
552         on the final iteration.
553         * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
554         a wider mode exists before asking for a move pattern.
555         (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
556         forcing a wider mode to exist.
557         (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
558         returning false if no such mode exists.
559         * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
560         * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
561         * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
562         Avoid checking for a MODE_INT if we already know the mode is not a
563         SCALAR_INT_MODE_P.
564         (extract_high_half): Update use of GET_MODE_WIDER_MODE,
565         forcing a wider mode to exist.
566         (expmed_mult_highpart_optab): Likewise.
567         (expmed_mult_highpart): Likewise.
568         * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
569         using else_void.
570         * lto-streamer-in.c (lto_input_mode_table): Likewise.
571         * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
572         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
573         * internal-fn.c (expand_mul_overflow): Update use of
574         GET_MODE_2XWIDER_MODE.
575         * omp-low.c (omp_clause_aligned_alignment): Likewise.
576         * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
577         GET_MODE_WIDER_MODE.
578         (convert_plusminus_to_widen): Likewise.
579         * tree-switch-conversion.c (array_value_type): Likewise.
580         * var-tracking.c (emit_note_insn_var_location): Likewise.
581         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
582         Return false inside rather than outside the loop if no wider mode
583         exists
584         * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
585         and GET_MODE_2XWIDER_MODE
586         (can_compare_p): Use else_void.
587         * gdbhooks.py (OptMachineModePrinter): New class.
588         (build_pretty_printer): Use it for opt_mode.
590 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
591             Alan Hayward  <alan.hayward@arm.com>
592             David Sherwood  <david.sherwood@arm.com>
594         * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
595         once.  Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
597 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
598             Alan Hayward  <alan.hayward@arm.com>
599             David Sherwood  <david.sherwood@arm.com>
601         * machmode.h (mode_traits): New structure.
602         (get_narrowest_mode): New function.
603         (mode_iterator::start): Likewise.
604         (mode_iterator::iterate_p): Likewise.
605         (mode_iterator::get_wider): Likewise.
606         (mode_iterator::get_known_wider): Likewise.
607         (mode_iterator::get_2xwider): Likewise.
608         (FOR_EACH_MODE_IN_CLASS): New mode iterator.
609         (FOR_EACH_MODE): Likewise.
610         (FOR_EACH_MODE_FROM): Likewise.
611         (FOR_EACH_MODE_UNTIL): Likewise.
612         (FOR_EACH_WIDER_MODE): Likewise.
613         (FOR_EACH_2XWIDER_MODE): Likewise.
614         * builtins.c (expand_builtin_strlen): Use new mode iterators.
615         * combine.c (simplify_comparison): Likewise
616         * config/i386/i386.c (type_natural_mode): Likewise.
617         * cse.c (cse_insn): Likewise.
618         * dse.c (find_shift_sequence): Likewise.
619         * emit-rtl.c (init_derived_machine_modes): Likewise.
620         (init_emit_once): Likewise.
621         * explow.c (hard_function_value): Likewise.
622         * expmed.c (extract_fixed_bit_field_1): Likewise.
623         (extract_bit_field_1): Likewise.
624         (expand_divmod): Likewise.
625         (emit_store_flag_1): Likewise.
626         * expr.c (init_expr_target): Likewise.
627         (convert_move): Likewise.
628         (alignment_for_piecewise_move): Likewise.
629         (widest_int_mode_for_size): Likewise.
630         (emit_block_move_via_movmem): Likewise.
631         (copy_blkmode_to_reg): Likewise.
632         (set_storage_via_setmem): Likewise.
633         (compress_float_constant): Likewise.
634         * omp-low.c (omp_clause_aligned_alignment): Likewise.
635         * optabs-query.c (get_best_extraction_insn): Likewise.
636         * optabs.c (expand_binop): Likewise.
637         (expand_twoval_unop): Likewise.
638         (expand_twoval_binop): Likewise.
639         (widen_leading): Likewise.
640         (widen_bswap): Likewise.
641         (expand_parity): Likewise.
642         (expand_unop): Likewise.
643         (prepare_cmp_insn): Likewise.
644         (prepare_float_lib_cmp): Likewise.
645         (expand_float): Likewise.
646         (expand_fix): Likewise.
647         (expand_sfix_optab): Likewise.
648         * postreload.c (move2add_use_add2_insn): Likewise.
649         * reg-stack.c (reg_to_stack): Likewise.
650         * reginfo.c (choose_hard_reg_mode): Likewise.
651         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
652         * stor-layout.c (mode_for_size): Likewise.
653         (smallest_mode_for_size): Likewise.
654         (mode_for_vector): Likewise.
655         (finish_bitfield_representative): Likewise.
656         * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
657         * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
658         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
659         * var-tracking.c (prepare_call_arguments): Likewise.
661 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
662             Alan Hayward  <alan.hayward@arm.com>
663             David Sherwood  <david.sherwood@arm.com>
665         * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
666         * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
667         USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
668         * machmode.h (mode_size): Move earlier in file.
669         (mode_precision): Likewise.
670         (mode_inner): Likewise.
671         (mode_nunits): Likewise.
672         (mode_unit_size): Likewise.
673         (unit_unit_precision): Likewise.
674         (mode_wider): Likewise.
675         (mode_2xwider): Likewise.
676         (machine_mode): New class.
677         (mode_to_bytes): New function.
678         (mode_to_bits): Likewise.
679         (mode_to_precision): Likewise.
680         (mode_to_inner): Likewise.
681         (mode_to_unit_size): Likewise.
682         (mode_to_unit_precision): Likewise.
683         (mode_to_nunits): Likewise.
684         (GET_MODE_SIZE): Use mode_to_bytes.
685         (GET_MODE_BITSIZE): Use mode_to_bits.
686         (GET_MODE_PRECISION): Use mode_to_precision.
687         (GET_MODE_INNER): Use mode_to_inner.
688         (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
689         (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
690         (GET_MODE_NUNITS): Use mode_to_nunits.
691         * system.h (ALWAYS_INLINE): New macro.
692         * config/powerpcspe/powerpcspe-c.c
693         (altivec_resolve_overloaded_builtin): Use machine_mode instead of
694         int for arg1_mode and arg2_mode.
696 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
697             Alan Hayward  <alan.hayward@arm.com>
698             David Sherwood  <david.sherwood@arm.com>
700         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
701         Prefix mode names with E_ in case statements.
702         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
703         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
704         (aarch64_split_simd_move): Likewise.
705         (aarch64_gen_storewb_pair): Likewise.
706         (aarch64_gen_loadwb_pair): Likewise.
707         (aarch64_gen_store_pair): Likewise.
708         (aarch64_gen_load_pair): Likewise.
709         (aarch64_get_condition_code_1): Likewise.
710         (aarch64_constant_pool_reload_icode): Likewise.
711         (get_rsqrte_type): Likewise.
712         (get_rsqrts_type): Likewise.
713         (get_recpe_type): Likewise.
714         (get_recps_type): Likewise.
715         (aarch64_gimplify_va_arg_expr): Likewise.
716         (aarch64_simd_container_mode): Likewise.
717         (aarch64_emit_load_exclusive): Likewise.
718         (aarch64_emit_store_exclusive): Likewise.
719         (aarch64_expand_compare_and_swap): Likewise.
720         (aarch64_gen_atomic_cas): Likewise.
721         (aarch64_emit_bic): Likewise.
722         (aarch64_emit_atomic_swap): Likewise.
723         (aarch64_emit_atomic_load_op): Likewise.
724         (aarch64_evpc_trn): Likewise.
725         (aarch64_evpc_uzp): Likewise.
726         (aarch64_evpc_zip): Likewise.
727         (aarch64_evpc_ext): Likewise.
728         (aarch64_evpc_rev): Likewise.
729         (aarch64_evpc_dup): Likewise.
730         (aarch64_gen_ccmp_first): Likewise.
731         (aarch64_gen_ccmp_next): Likewise.
732         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
733         (alpha_emit_xfloating_libcall): Likewise.
734         (emit_insxl): Likewise.
735         (alpha_arg_type): Likewise.
736         * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
737         (arc_preferred_simd_mode): Likewise.
738         (arc_secondary_reload): Likewise.
739         (get_arc_condition_code): Likewise.
740         (arc_print_operand): Likewise.
741         (arc_legitimate_constant_p): Likewise.
742         * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
743         * config/arc/arc.md (casesi_load): Likewise.
744         (casesi_compact_jump): Likewise.
745         * config/arc/predicates.md (proper_comparison_operator): Likewise.
746         (cc_use_register): Likewise.
747         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
748         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
749         (arm_init_iwmmxt_builtins): Likewise.
750         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
751         (neon_expand_vector_init): Likewise.
752         (arm_attr_length_move_neon): Likewise.
753         (maybe_get_arm_condition_code): Likewise.
754         (arm_emit_vector_const): Likewise.
755         (arm_preferred_simd_mode): Likewise.
756         (arm_output_iwmmxt_tinsr): Likewise.
757         (thumb1_output_casesi): Likewise.
758         (thumb2_output_casesi): Likewise.
759         (arm_emit_load_exclusive): Likewise.
760         (arm_emit_store_exclusive): Likewise.
761         (arm_expand_compare_and_swap): Likewise.
762         (arm_evpc_neon_vuzp): Likewise.
763         (arm_evpc_neon_vzip): Likewise.
764         (arm_evpc_neon_vrev): Likewise.
765         (arm_evpc_neon_vtrn): Likewise.
766         (arm_evpc_neon_vext): Likewise.
767         (arm_validize_comparison): Likewise.
768         * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
769         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
770         * config/avr/avr.c (avr_rtx_costs_1): Likewise.
771         * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
772         (c6x_preferred_simd_mode): Likewise.
773         * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
774         (epiphany_rtx_costs): Likewise.
775         * config/epiphany/predicates.md (proper_comparison_operator):
776         Likewise.
777         * config/frv/frv.c (condexec_memory_operand): Likewise.
778         (frv_emit_move): Likewise.
779         (output_move_single): Likewise.
780         (output_condmove_single): Likewise.
781         (frv_hard_regno_mode_ok): Likewise.
782         (frv_matching_accg_mode): Likewise.
783         * config/h8300/h8300.c (split_adds_subs): Likewise.
784         (h8300_rtx_costs): Likewise.
785         (h8300_print_operand): Likewise.
786         (compute_mov_length): Likewise.
787         (output_logical_op): Likewise.
788         (compute_logical_op_length): Likewise.
789         (compute_logical_op_cc): Likewise.
790         (h8300_shift_needs_scratch_p): Likewise.
791         (output_a_shift): Likewise.
792         (compute_a_shift_length): Likewise.
793         (compute_a_shift_cc): Likewise.
794         (expand_a_rotate): Likewise.
795         (output_a_rotate): Likewise.
796         * config/i386/i386.c (classify_argument): Likewise.
797         (function_arg_advance_32): Likewise.
798         (function_arg_32): Likewise.
799         (function_arg_64): Likewise.
800         (function_value_64): Likewise.
801         (ix86_gimplify_va_arg): Likewise.
802         (ix86_legitimate_constant_p): Likewise.
803         (put_condition_code): Likewise.
804         (split_double_mode): Likewise.
805         (ix86_avx256_split_vector_move_misalign): Likewise.
806         (ix86_expand_vector_logical_operator): Likewise.
807         (ix86_split_idivmod): Likewise.
808         (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
809         (ix86_build_const_vector): Likewise.
810         (ix86_build_signbit_mask): Likewise.
811         (ix86_match_ccmode): Likewise.
812         (ix86_cc_modes_compatible): Likewise.
813         (ix86_expand_branch): Likewise.
814         (ix86_expand_sse_cmp): Likewise.
815         (ix86_expand_sse_movcc): Likewise.
816         (ix86_expand_int_sse_cmp): Likewise.
817         (ix86_expand_vec_perm_vpermi2): Likewise.
818         (ix86_expand_vec_perm): Likewise.
819         (ix86_expand_sse_unpack): Likewise.
820         (ix86_expand_int_addcc): Likewise.
821         (ix86_split_to_parts): Likewise.
822         (ix86_vectorize_builtin_gather): Likewise.
823         (ix86_vectorize_builtin_scatter): Likewise.
824         (avx_vpermilp_parallel): Likewise.
825         (inline_memory_move_cost): Likewise.
826         (ix86_tieable_integer_mode_p): Likewise.
827         (x86_maybe_negate_const_int): Likewise.
828         (ix86_expand_vector_init_duplicate): Likewise.
829         (ix86_expand_vector_init_one_nonzero): Likewise.
830         (ix86_expand_vector_init_one_var): Likewise.
831         (ix86_expand_vector_init_concat): Likewise.
832         (ix86_expand_vector_init_interleave): Likewise.
833         (ix86_expand_vector_init_general): Likewise.
834         (ix86_expand_vector_set): Likewise.
835         (ix86_expand_vector_extract): Likewise.
836         (emit_reduc_half): Likewise.
837         (ix86_emit_i387_round): Likewise.
838         (ix86_mangle_type): Likewise.
839         (ix86_expand_round_sse4): Likewise.
840         (expand_vec_perm_blend): Likewise.
841         (canonicalize_vector_int_perm): Likewise.
842         (ix86_expand_vec_one_operand_perm_avx512): Likewise.
843         (expand_vec_perm_1): Likewise.
844         (expand_vec_perm_interleave3): Likewise.
845         (expand_vec_perm_even_odd_pack): Likewise.
846         (expand_vec_perm_even_odd_1): Likewise.
847         (expand_vec_perm_broadcast_1): Likewise.
848         (ix86_vectorize_vec_perm_const_ok): Likewise.
849         (ix86_expand_vecop_qihi): Likewise.
850         (ix86_expand_mul_widen_hilo): Likewise.
851         (ix86_expand_sse2_abs): Likewise.
852         (ix86_expand_pextr): Likewise.
853         (ix86_expand_pinsr): Likewise.
854         (ix86_preferred_simd_mode): Likewise.
855         (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
856         * config/i386/sse.md (*andnot<mode>3): Likewise.
857         (<mask_codefor><code><mode>3<mask_name>): Likewise.
858         (*<code><mode>3): Likewise.
859         * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
860         (ia64_expand_atomic_op): Likewise.
861         (ia64_arg_type): Likewise.
862         (ia64_mode_to_int): Likewise.
863         (ia64_scalar_mode_supported_p): Likewise.
864         (ia64_vector_mode_supported_p): Likewise.
865         (expand_vec_perm_broadcast): Likewise.
866         * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
867         (iq2000_function_arg_advance): Likewise.
868         (iq2000_function_arg): Likewise.
869         * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
870         * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
871         (m68k_libcall_value): Likewise.
872         (m68k_function_value): Likewise.
873         (sched_attr_op_type): Likewise.
874         * config/mcore/mcore.c (mcore_output_move): Likewise.
875         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
876         Likewise.
877         (microblaze_function_arg): Likewise.
878         * config/mips/mips.c (mips16_build_call_stub): Likewise.
879         (mips_print_operand): Likewise.
880         (mips_mode_ok_for_mov_fmt_p): Likewise.
881         (mips_vector_mode_supported_p): Likewise.
882         (mips_preferred_simd_mode): Likewise.
883         (mips_expand_vpc_loongson_even_odd): Likewise.
884         (mips_expand_vec_unpack): Likewise.
885         (mips_expand_vi_broadcast): Likewise.
886         (mips_expand_vector_init): Likewise.
887         (mips_expand_vec_reduc): Likewise.
888         (mips_expand_msa_cmp): Likewise.
889         * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
890         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
891         (cc_flags_for_mode): Likewise.
892         * config/msp430/msp430.c (msp430_print_operand): Likewise.
893         * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
894         (nds32_output_casesi_pc_relative): Likewise.
895         * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
896         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
897         (nvptx_gen_unpack): Likewise.
898         (nvptx_gen_pack): Likewise.
899         (nvptx_gen_shuffle): Likewise.
900         (nvptx_gen_wcast): Likewise.
901         (nvptx_preferred_simd_mode): Likewise.
902         * config/pa/pa.c (pa_secondary_reload): Likewise.
903         * config/pa/predicates.md (base14_operand): Likewise.
904         * config/powerpcspe/powerpcspe-c.c
905         (altivec_resolve_overloaded_builtin): Likewise.
906         * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
907         Likewise.
908         (rs6000_preferred_simd_mode): Likewise.
909         (output_vec_const_move): Likewise.
910         (rs6000_expand_vector_extract): Likewise.
911         (rs6000_split_vec_extract_var): Likewise.
912         (reg_offset_addressing_ok_p): Likewise.
913         (rs6000_legitimate_offset_address_p): Likewise.
914         (rs6000_legitimize_address): Likewise.
915         (rs6000_emit_set_const): Likewise.
916         (rs6000_const_vec): Likewise.
917         (rs6000_emit_move): Likewise.
918         (spe_build_register_parallel): Likewise.
919         (rs6000_darwin64_record_arg_recurse): Likewise.
920         (swap_selector_for_mode): Likewise.
921         (spe_init_builtins): Likewise.
922         (paired_init_builtins): Likewise.
923         (altivec_init_builtins): Likewise.
924         (do_load_for_compare): Likewise.
925         (rs6000_generate_compare): Likewise.
926         (rs6000_expand_float128_convert): Likewise.
927         (emit_load_locked): Likewise.
928         (emit_store_conditional): Likewise.
929         (rs6000_output_function_epilogue): Likewise.
930         (rs6000_handle_altivec_attribute): Likewise.
931         (rs6000_function_value): Likewise.
932         (emit_fusion_gpr_load): Likewise.
933         (emit_fusion_p9_load): Likewise.
934         (emit_fusion_p9_store): Likewise.
935         * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
936         (fusion_gpr_mem_load): Likewise.
937         (fusion_addis_mem_combo_load): Likewise.
938         (fusion_addis_mem_combo_store): Likewise.
939         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
940         (fusion_gpr_mem_load): Likewise.
941         (fusion_addis_mem_combo_load): Likewise.
942         (fusion_addis_mem_combo_store): Likewise.
943         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
944         Likewise.
945         * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
946         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
947         (rs6000_preferred_simd_mode): Likewise.
948         (output_vec_const_move): Likewise.
949         (rs6000_expand_vector_extract): Likewise.
950         (rs6000_split_vec_extract_var): Likewise.
951         (reg_offset_addressing_ok_p): Likewise.
952         (rs6000_legitimate_offset_address_p): Likewise.
953         (rs6000_legitimize_address): Likewise.
954         (rs6000_emit_set_const): Likewise.
955         (rs6000_const_vec): Likewise.
956         (rs6000_emit_move): Likewise.
957         (rs6000_darwin64_record_arg_recurse): Likewise.
958         (swap_selector_for_mode): Likewise.
959         (paired_init_builtins): Likewise.
960         (altivec_init_builtins): Likewise.
961         (rs6000_expand_float128_convert): Likewise.
962         (emit_load_locked): Likewise.
963         (emit_store_conditional): Likewise.
964         (rs6000_output_function_epilogue): Likewise.
965         (rs6000_handle_altivec_attribute): Likewise.
966         (rs6000_function_value): Likewise.
967         (emit_fusion_gpr_load): Likewise.
968         (emit_fusion_p9_load): Likewise.
969         (emit_fusion_p9_store): Likewise.
970         * config/rx/rx.c (rx_gen_move_template): Likewise.
971         (flags_from_mode): Likewise.
972         * config/s390/predicates.md (s390_alc_comparison): Likewise.
973         (s390_slb_comparison): Likewise.
974         * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
975         (s390_vector_mode_supported_p): Likewise.
976         (s390_cc_modes_compatible): Likewise.
977         (s390_match_ccmode_set): Likewise.
978         (s390_canonicalize_comparison): Likewise.
979         (s390_emit_compare_and_swap): Likewise.
980         (s390_branch_condition_mask): Likewise.
981         (s390_rtx_costs): Likewise.
982         (s390_secondary_reload): Likewise.
983         (__SECONDARY_RELOAD_CASE): Likewise.
984         (s390_expand_cs): Likewise.
985         (s390_preferred_simd_mode): Likewise.
986         * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
987         * config/sh/sh.c (sh_print_operand): Likewise.
988         (dump_table): Likewise.
989         (sh_secondary_reload): Likewise.
990         * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
991         * config/sh/sh.md (casesi_worker_1): Likewise.
992         (casesi_worker_2): Likewise.
993         * config/sparc/predicates.md (icc_comparison_operator): Likewise.
994         (fcc_comparison_operator): Likewise.
995         * config/sparc/sparc.c (sparc_expand_move): Likewise.
996         (emit_soft_tfmode_cvt): Likewise.
997         (sparc_preferred_simd_mode): Likewise.
998         (output_cbranch): Likewise.
999         (sparc_print_operand): Likewise.
1000         (sparc_expand_vec_perm_bmask): Likewise.
1001         (vector_init_bshuffle): Likewise.
1002         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
1003         (spu_vector_mode_supported_p): Likewise.
1004         (spu_expand_insv): Likewise.
1005         (spu_emit_branch_or_set): Likewise.
1006         (spu_handle_vector_attribute): Likewise.
1007         (spu_builtin_splats): Likewise.
1008         (spu_builtin_extract): Likewise.
1009         (spu_builtin_promote): Likewise.
1010         (spu_expand_sign_extend): Likewise.
1011         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
1012         (tilegx_simd_int): Likewise.
1013         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
1014         (tilepro_simd_int): Likewise.
1015         * config/v850/v850.c (const_double_split): Likewise.
1016         (v850_print_operand): Likewise.
1017         (ep_memory_offset): Likewise.
1018         * config/vax/vax.c (vax_rtx_costs): Likewise.
1019         (vax_output_int_move): Likewise.
1020         (vax_output_int_add): Likewise.
1021         (vax_output_int_subtract): Likewise.
1022         * config/visium/predicates.md (visium_branch_operator): Likewise.
1023         * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
1024         (visium_print_operand_address): Likewise.
1025         * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
1026         * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
1027         (xtensa_expand_conditional_branch): Likewise.
1028         (xtensa_copy_incoming_a7): Likewise.
1029         (xtensa_output_literal): Likewise.
1030         * dfp.c (decimal_real_maxval): Likewise.
1031         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
1033 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
1034             Alan Hayward  <alan.hayward@arm.com>
1035             David Sherwood  <david.sherwood@arm.com>
1037         * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
1038         (mode_nunits_inline): Likewise.
1039         (mode_inner_inline): Likewise.
1040         (mode_unit_size_inline): Likewise.
1041         (mode_unit_precision_inline): Likewise.
1042         (emit_insn_modes_h): Likewise.  Also emit a #define of the
1043         unprefixed name.
1044         (emit_mode_wider): Add an E_ prefix to mode names.
1045         (emit_mode_complex): Likewise.
1046         (emit_mode_inner): Likewise.
1047         (emit_mode_adjustments): Likewise.
1048         (emit_mode_int_n): Likewise.
1049         * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
1050         (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
1051         (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
1052         (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
1053         (CRC32_BUILTIN, ENTRY): Likewise.
1054         * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
1055         (aarch64_pop_regs): Likewise.
1056         (aarch64_process_components): Likewise.
1057         * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
1058         * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
1059         (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
1060         (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
1061         * config/arm/arm.c (arm_init_libfuncs): Likewise.
1062         * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
1063         Likewise.
1064         * config/i386/i386-builtin.def (pcmpestr): Likewise.
1065         (pcmpistr): Likewise.
1066         * config/microblaze/microblaze.c (double_memory_operand): Likewise.
1067         * config/mmix/mmix.c (mmix_output_condition): Likewise.
1068         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
1069         Likewise.
1070         * config/rl78/rl78.c (mduc_regs): Likewise.
1071         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1072         (htm_expand_builtin): Likewise.
1073         * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
1074         * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
1075         * config/xtensa/xtensa.c (print_operand): Likewise.
1076         * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
1077         (NUM_MODE_VECTOR_INT): Likewise.
1078         * genoutput.c (null_operand): Likewise.
1079         (output_operand_data): Likewise.
1080         * genrecog.c (print_parameter_value): Likewise.
1081         * lra.c (debug_operand_data): Likewise.
1083 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
1085         * dwarf2out.c (scompare_loc_descriptor_wide)
1086         (scompare_loc_descriptor_narrow): New functions, split out from...
1087         (scompare_loc_descriptor): ...here.
1088         * expmed.c (emit_store_flag_int): New function, split out from...
1089         (emit_store_flag): ...here.
1091 2017-08-30  Richard Biener  <rguenther@suse.de>
1093         * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
1094         (dwarf2out_early_finish): Move setting of AT_pubnames from
1095         early debug output to early finish.
1097 2017-08-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
1099         * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
1100         and -mdata-region to the assembler.
1102 2017-08-30  Richard Biener  <rguenther@suse.de>
1104         * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
1105         attributes.
1106         (gen_subprogram_die): Add DW_AT_object_pointer only early.
1107         (dwarf2out_early_global_decl): Only generate a DIE for the
1108         abstract origin if it doesn't already exist or is a declaration DIE.
1109         (resolve_addr): Do not add the linkage name twice when
1110         generating a stub DIE for the DW_TAG_GNU_call_site target.
1112 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
1114         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
1115         Use machine_mode rather than int for arg1_mode.
1117 2017-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
1119         PR target/82015
1120         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
1121         that the second argument of the built-in functions to unpack
1122         128-bit scalar types to 64-bit values is 0 or 1.  Change to use a
1123         switch statement instead a lot of if statements.
1124         * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
1125         Allow 64-bit values to be in Altivec registers as well as
1126         traditional floating point registers.
1127         (pack<mode>, FMOVE128_VSX iterator): Likewise.
1129 2017-08-29  Alexander Monakov  <amonakov@ispras.ru>
1131         * ira-costs.c (record_address_regs): Handle both operands of PLUS for
1132         MAX_REGS_PER_ADDRESS == 1.
1134 2017-08-29  Uros Bizjak  <ubizjak@gmail.com>
1136         * config/i386/i386.opt (flag_fentry): Do not init to -1.
1137         * config/i386/i386.c (ix86_option_override_internal): Simplify
1138         setting of opts->x_flag_entry.
1140 2017-08-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1141             Jakub Jelinek  <jakub@redhat.com>
1142             Richard Biener  <rguenther@suse.de>
1144         PR tree-optimization/81503
1145         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
1146         folded constant fits in the target type; reorder tests for clarity.
1148 2017-08-29  Martin Liska  <mliska@suse.cz>
1150         * passes.def: Include pass_lower_switch.
1151         * stmt.c (dump_case_nodes): Remove and move to
1152         tree-switch-conversion.
1153         (case_values_threshold): Likewise.
1154         (expand_switch_as_decision_tree_p): Likewise.
1155         (emit_case_decision_tree): Likewise.
1156         (expand_case): Likewise.
1157         (balance_case_nodes): Likewise.
1158         (node_has_low_bound): Likewise.
1159         (node_has_high_bound): Likewise.
1160         (node_is_bounded): Likewise.
1161         (emit_case_nodes): Likewise.
1162         (struct simple_case_node): New struct.
1163         (add_case_node): Remove.
1164         (emit_case_dispatch_table): Use vector instead of case_list.
1165         (reset_out_edges_aux): Remove.
1166         (compute_cases_per_edge): Likewise.
1167         (expand_case): Build list of simple_case_node.
1168         (expand_sjlj_dispatch_table): Use it.
1169         * tree-switch-conversion.c (struct case_node): Moved from
1170         stmt.c and adjusted.
1171         (emit_case_nodes): Likewise.
1172         (node_has_low_bound): Likewise.
1173         (node_has_high_bound): Likewise.
1174         (node_is_bounded): Likewise.
1175         (case_values_threshold): Likewise.
1176         (reset_out_edges_aux): Likewise.
1177         (compute_cases_per_edge): Likewise.
1178         (add_case_node): Likewise.
1179         (dump_case_nodes): Likewise.
1180         (balance_case_nodes): Likewise.
1181         (expand_switch_as_decision_tree_p): Likewise.
1182         (emit_jump): Likewise.
1183         (emit_case_decision_tree): Likewise.
1184         (try_switch_expansion): Likewise.
1185         (do_jump_if_equal): Likewise.
1186         (emit_cmp_and_jump_insns): Likewise.
1187         (fix_phi_operands_for_edge): New function.
1188         (record_phi_operand_mapping): Likewise.
1189         (class pass_lower_switch): New pass.
1190         (pass_lower_switch::execute): New function.
1191         (make_pass_lower_switch): Likewise.
1192         (conditional_probability):
1193         * timevar.def: Add TV_TREE_SWITCH_LOWERING.
1194         * tree-pass.h: Add make_pass_lower_switch.
1196 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
1198         PR target/80993
1199         * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
1200         handlers as used.
1202 2017-08-29  Richard Biener  <rguenther@suse.de>
1204         * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
1205         we do not add a DW_AT_inline attribute twice.
1206         (gen_subprogram_die): Remove code setting DW_AT_inline on
1207         DECL_ABSTRACT_P nodes.
1209 2017-08-29  Richard Sandiford  <richard.sandiford@linaro.org>
1211         * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
1212         calls to internal functions.
1213         (gimplify_modify_expr): Likewise.
1214         * tree-call-cdce.c (use_internal_fn): Likewise.
1215         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
1216         (convert_to_divmod): Set the nothrow flag.
1217         * tree-if-conv.c (predicate_mem_writes):  Likewise.
1218         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
1219         (vectorizable_call): Likewise.
1220         (vectorizable_store): Likewise.
1221         (vectorizable_load): Likewise.
1222         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
1223         (vect_recog_mask_conversion_pattern): Likewise.
1225 2017-08-29  Martin Liska  <mliska@suse.cz>
1227         PR other/39851
1228         * gcc.c (driver_handle_option): Add new argument.
1229         * opts-common.c (handle_option): Pass
1230         target_option_override_hook.
1231         * opts-global.c (lang_handle_option): Add new option.
1232         (set_default_handlers):  Add new argument.
1233         (decode_options): Likewise.
1234         * opts.c (target_handle_option): Likewise.
1235         (common_handle_option): Call target_option_override_hook.
1236         * opts.h (struct cl_option_handler_func): Add hook for
1237         target option override.
1238         (struct cl_option_handlers): Likewise.
1239         (set_default_handlers): Add new argument.
1240         (decode_options): Likewise.
1241         (common_handle_option): Likewise.
1242         (target_handle_option): Likewise.
1243         * toplev.c (toplev::main): Pass targetm.target_option.override
1244         hook.
1246 2017-08-29  Richard Biener  <rguenther@suse.de>
1247         Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
1249         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
1250         life to the active subtree.
1252 2017-08-28  Jeff Law  <law@redhat.com>
1254         * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
1255         derive_equivalences.
1256         (derive_equivalences_from_bit_ior, record_temporary_equivalences):
1257         Code moved into....
1258         (edge_info::derive_equivalences): New private member function
1260         * tree-ssa-dom.c (class edge_info): Changed from a struct
1261         to a class.  Add ctor/dtor, methods and data members.
1262         (edge_info::edge_info): Renamed from allocate_edge_info.
1263         Initialize additional members.
1264         (edge_info::~edge_info): New.
1265         (free_dom_edge_info): Delete the edge info.
1266         (record_edge_info): Use new class & associated member functions.
1267         Tighten forms for testing for edge equivalences.
1268         (record_temporary_equivalences): Iterate over the simple
1269         equivalences rather than assuming there's only one per edge.
1270         (cprop_into_successor_phis): Iterate over the simple
1271         equivalences rather than assuming there's only one per edge.
1272         (optimize_stmt): Use operand_equal_p rather than pointer
1273         equality for mini-DSE code.
1275 2017-08-28  Nathan Sidwell  <nathan@acm.org>
1277         * gcc.c (execute): Fold SIGPIPE handling into switch
1278         statement.  Adjust internal error message.
1280 2017-08-28  Richard Biener  <rguenther@suse.de>
1282         PR debug/81993
1283         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
1284         Do nothing for removed DIEs.
1286 2017-08-28  Richard Biener  <rguenther@suse.de>
1288         PR tree-optimization/81977
1289         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
1290         memcpy.
1292 2017-08-28  Alexander Monakov  <amonakov@ispras.ru>
1294         PR target/80640
1295         * doc/md.texi (mem_thread_fence): Remove mention of mode.  Rewrite.
1296         * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
1297         using targetm.gen_mem_thread_fence.
1299 2017-08-27  Uros Bizjak  <ubizjak@gmail.com>
1301         PR target/81995
1302         * config/i386/i386.md (*<btsc><mode>): Change operand 2
1303         predicate to register_operand.  Reorder operands.
1304         (*btr<mode>): Ditto.
1305         (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
1306         (*btr<mode>_mask): Ditto.
1308 2017-08-25  Steven Munroe  <munroesj@gcc.gnu.org>
1310         * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
1311         * config/rs6000/xmmintrin.h: New file.
1312         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
1314 2017-08-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1316         PR target/81504
1317         * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
1318         parameter and_insn and return it.
1319         (recombine_lvx_pattern): Insert a copy to ensure availability of
1320         the base register of the copied masking operation at the point of
1321         the instruction replacement.
1322         (recombine_stvx_pattern): Likewise.
1324 2017-08-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
1326         * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
1327         undocumented switches.
1328         (-mpower9-dform-vector): Likewise.
1329         (-mpower9-dform): Likewise.
1330         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
1331         comments to delete references to -mpower9-dform* switches.
1332         * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
1333         Delete reference to -mpower9-dform* switches, test for
1334         -mpower9-vector instead.
1335         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
1336         (OTHER_P9_VECTOR_MASKS): Likewise.
1337         (POWERPC_MASKS): Likewise.
1338         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
1339         tests against -mpower9-dform* to -mpower9-vector.  Delete code
1340         that checked for -mpower9-dform* consistancy with other options.
1341         Add test for -mpower9-misc to enable other power9 switches.
1342         (rs6000_init_hard_regno_mode_ok): Likewise.
1343         (rs6000_option_override_internal): Likewise.
1344         (rs6000_emit_prologue): Likewise.
1345         (rs6000_emit_epilogue): Likewise.
1346         (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
1347         (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
1348         (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
1349         -mpower9-vector.
1350         (emit_fusion_p9_store): Likewise.
1351         * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
1352         resetting these macros if the assembler does not support ISA 3.0
1353         instructions.
1354         (TARGET_P9_DFORM_VECTOR): Likewise.
1355         * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
1356         Change to use -mpower9-vector instead of -mpower9-dform-scalar.
1358 2017-08-25  Alan Modra  <amodra@gmail.com>
1360         PR rtl-optimization/81747
1361         * cse.c (cse_extended_basic_block): Don't attempt to record
1362         equivalences for degenerate conditional branches that branch
1363         to their fall-through.
1365 2017-08-24  Martin Sebor  <msebor@redhat.com>
1367         PR middle-end/81908
1368         * gimple-fold.c (size_must_be_zero_p): New function.
1369         (gimple_fold_builtin_memory_op): Call it.
1371 2017-08-24  Steven Munroe  <munroesj@gcc.gnu.org>
1373         * config/rs6000/mm_malloc.h: New file.
1375 2017-08-24  Bin Cheng  <bin.cheng@arm.com>
1377         PR tree-optimization/81913
1378         * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
1379         analysis when either IVs in condition can wrap.
1381 2017-08-24  Uros Bizjak  <ubizjak@gmail.com>
1383         * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
1384         * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
1386 2017-08-24  Richard Biener  <rguenther@suse.de>
1388         PR target/81921
1389         * targhooks.c (default_target_can_inline_p): Properly
1390         use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
1391         is present and always compare.
1392         * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
1393         infer -mfpmath=sse from TARGET_SSE_P.
1394         (ix86_can_inline_p): Properly use target_option_default_node when
1395         no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
1397 2017-08-24  Richard Biener  <rguenther@suse.de>
1399         PR debug/81936
1400         * dwarf2out.c (output_die): Handle flag_generate_offload like
1401         flag_generate_lto.
1402         (output_comp_unit): Likewise.
1403         (gen_array_type_die): Likewise.
1404         (dwarf2out_early_finish): Likewise.
1405         (note_variable_value_in_expr): Likewise.
1406         (dwarf2out_finish): Likewise.  Adjust assert.
1407         * cgraphunit.c (symbol_table::compile): Move setting of
1408         flag_generate_offload earlier ...
1409         (symbol_table::finalize_compilation_unit): ... here, before
1410         early debug finalization.
1412 2017-08-24  Richard Biener  <rguenther@suse.de>
1414         * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
1415         and ipa-fnsummary.h.
1416         (ix86_can_inline_p): When ix86_fpmath flags do not match
1417         check whether the callee uses FP math at all.
1419 2017-08-24  Aldy Hernandez  <aldyh@redhat.com>
1421         PR middle-end/81931
1422         * tree-ssanames.c (get_nonzero_bits): Use element_precision
1423         instead of TYPE_PRECISION.
1425 2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
1426             Alan Hayward  <alan.hayward@arm.com>
1427             David Sherwood  <david.sherwood@arm.com>
1429         * combine.c (make_extraction): Use subreg_offset_from_lsb.
1431 2017-08-23  Daniel Santos  <daniel.santos@pobox.com>
1433         * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
1434         Remove field.
1435         (ix86_frame::stack_realign_allocate): New field.
1436         (struct machine_frame_state): Modify comments.
1437         (machine_frame_state::sp_realigned_fp_end): New field.
1438         * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
1439         layout calculation.
1440         (sp_valid_at): Add assertion to assure no attempt to access invalid
1441         offset of a realigned stack.
1442         (fp_valid_at): Likewise.
1443         (choose_baseaddr): Modify comments.
1444         (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
1445         ix86_expand_prologue.
1446         (ix86_expand_prologue): Modify stack realignment and allocation.
1447         (ix86_expand_epilogue): Modify comments.
1448         * doc/sourcebuild.texi: Add documentation for target selectors avx2,
1449         avx2_runtime, avx512f, and avx512f_runtime.
1451 2017-08-23  Uros Bizjak  <ubizjak@gmail.com>
1453         * config/i386/i386.opt: Remove unneeded Init(0) initializations.
1454         (mstackrealign): Do not init to -1.
1455         * config/i386/i386.c (ix86_option_override_internal):
1456         Check opts_set, not opts when setting default value of
1457         opts->x_ix86_force_align_arg_pointer.
1459 2017-08-23  Richard Biener  <rguenther@suse.de>
1461         * function.c (fndecl_name): Use verbosity 1 (no arguments) for
1462         lang_hooks.decl_printable_name.
1463         * print-rtl-function.c (print_rtx_function): Likewise.
1464         * tree-pretty-print.c (dump_function_header): Likewise.
1466 2017-08-23  Richard Biener  <rguenther@suse.de>
1468         PR lto/81940
1469         * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
1470         -g0 at compile-time.
1472 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1474         PR middle-end/19706
1475         * doc/sourcebuild.texi (Other hardware attributes):
1476         Document xorsign.
1478 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1480         PR middle-end/19706
1481         * tree-ssa-math-opts.c (convert_expand_mult_copysign):
1482         Fix single-use check.
1484 2017-08-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1486         * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
1488 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1490         * doc/install.texi: Modify to add more details on running selected
1491         tests.
1493 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1495         * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
1496         is combined with -mabi=ms.
1497         (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
1498         ms_abi.
1500 2017-08-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1502         PR tree-optimization/81488
1503         * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
1504         and cached_basis fields.
1505         (MAX_SPREAD): New constant.
1506         (alloc_cand_and_find_basis): Initialize new fields.
1507         (clear_visited): New function.
1508         (create_phi_basis_1): Rename from create_phi_basis, set visited
1509         and cached_basis fields.
1510         (create_phi_basis): New wrapper function.
1511         (phi_add_costs_1): Rename from phi_add_costs, add spread
1512         parameter, set visited field, short-circuit when limits reached.
1513         (phi_add_costs): New wrapper function.
1514         (record_phi_increments_1): Rename from record_phi_increments, set
1515         visited field.
1516         (record_phi_increments): New wrapper function.
1517         (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
1518         (phi_incr_cost): New wrapper function.
1519         (all_phi_incrs_profitable_1): Rename from
1520         all_phi_incrs_profitable, set visited field.
1521         (all_phi_incrs_profitable): New wrapper function.
1523 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1524             Alan Hayward  <alan.hayward@arm.com>
1525             David Sherwood  <david.sherwood@arm.com>
1527         * rtl.h (paradoxical_subreg_p): Define inline, and add a version
1528         that takes the outer and inner modes.
1529         * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
1530         comparison as the canonical test for a paradoxical subreg.
1531         * combine.c (simplify_set): Use paradoxical_subreg_p.
1532         (make_extraction): Likewise.
1533         (force_to_mode): Likewise.
1534         (rtx_equal_for_field_assignment_p): Likewise.
1535         (gen_lowpart_for_combine): Likewise.
1536         (simplify_comparison): Likewise.
1537         * cse.c (equiv_constant): Likewise.
1538         * expmed.c (store_bit_field_1): Likewise.
1539         * final.c (alter_subreg): Likewise.
1540         * fwprop.c (propagate_rtx): Likewise.
1541         (forward_propagate_subreg): Likewise.
1542         * ira-conflicts.c (ira_build_conflicts): Likewise.
1543         * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
1544         * lra-constraints.c (curr_insn_transform): Likewise.
1545         (split_reg): Likewise.
1546         * lra-eliminations.c (move_plus_up): Likewise.
1547         (lra_eliminate_regs_1): Likewise.
1548         * recog.c (general_operand): Likewise.
1549         * ree.c (combine_reaching_defs): Likewise.
1550         * reload.c (push_reload): Likewise.
1551         (find_reloads): Likewise.
1552         * reload1.c (elimination_effects): Likewise.
1553         (compute_reload_subreg_offset): Likewise.
1554         (choose_reload_regs): Likewise.
1555         * rtlanal.c (subreg_lsb_1): Likewise.
1556         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
1557         (simplify_subreg): Likewise.
1558         * var-tracking.c (track_loc_p): Likewise.
1559         * emit-rtl.c (byte_lowpart_offset): Likewise.
1560         (paradoxical_subreg_p): Delete out-of-line definition.
1562 2017-08-22  Jeff Law  <law@redhat.com>
1564         PR tree-optimization/81741
1565         PR tree-optimization/71947
1566         * tree-ssa-dom.c: Include tree-inline.h.
1567         (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
1568         equivalences if one is more expensive to compute than the other.
1569         * tree-ssa-scopedtables.h (class const_or_copies): Make
1570         record_const_or_copy_raw method private.
1571         (class avail_exprs_stack): New method simplify_binary_operation.
1572         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
1573         avail_exprs_stack::simplify_binary_operation as needed.
1574         (avail_exprs_stack::simplify_binary_operation): New function.
1576 2017-08-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1578         * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
1579         * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
1580         (DOT_SYMBOLS): Likewise.
1581         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
1582         (RELOCATABLE_NEEDS_FIXUP): Likewise.
1583         (RS6000_ABI_NAME): Likewise.
1584         (TARGET_CMODEL): Likewise.
1585         (TOC_SECTION_ASM_OP): Likewise.
1586         (SET_CMODEL): New macro.
1587         (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
1589 2017-08-22  Richard Biener  <rguenther@suse.de>
1591         * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
1592         to allow for free-lang-data replacements similar to verify_type_variant.
1594 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1595             Alan Hayward  <alan.hayward@arm.com>
1596             David Sherwood  <david.sherwood@arm.com>
1598         * config/aarch64/aarch64.md (casesi): Use DImode rather than
1599         VOIDmode for the LABEL_REF.
1601 2017-08-22  Richard Biener  <rguenther@suse.de>
1603         * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
1605 2017-08-22  Richard Biener  <rguenther@suse.de>
1607         * common.opt (feliminate-dwarf2-dups): Ignore.
1608         * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
1609         * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
1610         same_die_p_wrap, compute_section_prefix,
1611         is_symbol_die, assign_symbol_names, break_out_includes): Remove.
1612         (comdat_symbol_id, comdat_symbol_number): Likewise.
1613         (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
1614         Likewise.
1615         (check_duplicate_cu, record_comdat_symbol_number): Likewise.
1616         (output_die): Mark unreachable path unreachable.
1617         (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
1618         (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
1619         (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
1620         (dwarf2out_early_finish): Likewise.
1622 2017-08-22  Aldy Hernandez  <aldyh@redhat.com>
1624         * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
1626 2017-08-22  Georg-Johann Lay  <avr@gjlay.de>
1628         PR target/81910
1629         * config/avr/avr.c (avr_handle_addr_attribute): Early return if
1630         not VAR_P. Filter attribute warnings with OPT_Wattributes.
1631         (avr_attribute_table) <io, io_low, address>: Initialize
1632         .decl_required with true.
1634 2017-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
1636         * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
1637         undocumented debugging options.
1638         (-mvsx-scalar-double): Likewise.
1639         (-mallow-df-permute): Likewise.
1640         (-mvectorize-builtins): Likewise.
1641         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1642         (rs6000_builtin_vectorized_function): Likewise.
1643         (rs6000_builtin_md_vectorized_function): Likewise.
1644         (rs6000_opt_vars): Likewise.
1646 2017-08-21  Uros Bizjak  <ubizjak@gmail.com>
1648         PR target/46091
1649         * config/i386/i386.md (*btsq_imm): Rename from *btsq.
1650         (*btrq_imm): Rename from *btrq.
1651         (*btcq_imm): Rename from *btcq.
1652         (btsc): New code attribute.
1653         (*<btsc><mode>): New insn pattern.
1654         (*btr<mode>): Ditto.
1655         (*<btsc><mode>_mask): New insn_and_split pattern.
1656         (*btr<mode>_mask): Ditto.
1658 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1659             Alan Hayward  <alan.hayward@arm.com>
1660             David Sherwood  <david.sherwood@arm.com>
1662         * function.c (pad_below): Simplify padding calculation.
1664 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1665             Alan Hayward  <alan.hayward@arm.com>
1666             David Sherwood  <david.sherwood@arm.com>
1668         * target.def (function_prologue): Remove frame size argument.
1669         (function_epilogue): Likewise.
1670         * doc/tm.texi: Regenerate.
1671         * final.c (final_start_function): Update call to function_prologue.
1672         (final_end_function): Update call to function_epilogue.
1673         (default_function_pro_epilogue): Remove frame size argument.
1674         * output.h (default_function_pro_epilogue): Likewise.
1675         * config/arm/arm.c (arm_output_function_epilogue): Likewise.
1676         (arm_output_function_prologue): Likewise.
1677         * config/frv/frv.c (frv_function_prologue): Likewise.
1678         (frv_function_epilogue): Likewise.
1679         * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
1680         * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
1681         (ia64_output_function_epilogue): Likewise.
1682         * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
1683         (m32r_output_function_epilogue): Likewise.
1684         * config/microblaze/microblaze.c (microblaze_function_prologue)
1685         (microblaze_function_epilogue): Likewise.
1686         * config/mips/mips.c (mips_output_function_prologue): Likewise.
1687         (mips_output_function_epilogue): Likewise.
1688         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
1689         (mmix_target_asm_function_epilogue): Likewise.
1690         * config/msp430/msp430.c (msp430_start_function): Likewise.
1691         * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
1692         (nds32_asm_function_epilogue): Likewise.
1693         * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
1694         * config/pa/pa.c (pa_output_function_prologue): Likewise.
1695         (pa_output_function_epilogue): Likewise.
1696         * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
1697         (rs6000_output_function_epilogue): Likewise.
1698         * config/rl78/rl78.c (rl78_start_function): Likewise.
1699         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
1700         (rs6000_output_function_epilogue): Likewise.
1701         * config/rx/rx.c (rx_output_function_prologue): Likewise.
1702         * config/sh/sh.c (sh_output_function_epilogue): Likewise.
1703         * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
1704         (sparc_asm_function_epilogue): Likewise.
1706 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1708         * tree.h (type_has_mode_precision_p): New function.
1709         * convert.c (convert_to_integer_1): Use it.
1710         * expr.c (expand_expr_real_2): Likewise.
1711         (expand_expr_real_1): Likewise.
1712         * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
1713         * match.pd: Likewise.
1714         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
1715         * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
1716         * tree-tailcall.c (process_assignment): Likewise.
1717         * tree-vect-loop.c (vectorizable_reduction): Likewise.
1718         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
1719         (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
1720         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
1721         (vectorizable_assignment): Likewise.
1722         (vectorizable_shift): Likewise.
1723         (vectorizable_operation): Likewise.
1724         * tree-vrp.c (register_edge_assert_for_2): Likewise.
1726 2017-08-21  Wilco Dijkstra  <wdijkstr@arm.com>
1728         * match.pd: Add pow (C, x) simplification.
1730 2017-08-21  Richard Biener  <rguenther@suse.de>
1732         PR tree-optimization/81900
1733         * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
1734         for blocks with abnormal predecessors.
1735         (compute_antic): Do not set visited flag prematurely.
1737 2017-08-21  Georg-Johann Lay  <avr@gjlay.de>
1739         PR target/79883
1740         * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
1742 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1744         * stor-layout.h (vector_type_mode): Move to...
1745         * tree.h (vector_type_mode): ...here.
1746         * stor-layout.c (vector_type_mode): Move to...
1747         * tree.c (vector_type_mode): ...here.  Include rtl.h and regs.h.
1749 2017-08-21  Richard Biener  <rguenther@suse.de>
1751         * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
1752         register_external_die hooks.
1753         (debug_false_tree_charstarstar_uhwistar): Declare.
1754         (debug_nothing_tree_charstar_uhwi): Likewise.
1755         * debug.c (do_nothing_debug_hooks): Adjust.
1756         (debug_false_tree_charstarstar_uhwistar): New do nothing.
1757         (debug_nothing_tree_charstar_uhwi): Likewise.
1758         * dbxout.c (dbx_debug_hooks): Adjust.
1759         (xcoff_debug_hooks): Likewise.
1760         * sdbout.c (sdb_debug_hooks): Likewise.
1761         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
1762         * dwarf2out.c (macinfo_label_base): New global.
1763         (dwarf2out_register_external_die): New function for the
1764         register_external_die hook.
1765         (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
1766         (dwarf2_debug_hooks): Use them.
1767         (dwarf2_lineno_debug_hooks): Adjust.
1768         (struct die_struct): Add with_offset flag.
1769         (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
1770         DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
1771         DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
1772         DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
1773         DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
1774         DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
1775         defining section names for the early LTO debug variants.
1776         (reset_indirect_string): New helper.
1777         (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
1778         (print_dw_val): Add support for offsetted symbol references.
1779         (get_ultimate_context): Split out from is_cxx.
1780         (is_cxx): Use get_ultimate_context.
1781         (is_fortran): Add decl overload.
1782         (compute_comp_unit_symbol): Split out worker from
1783         compute_section_prefix.
1784         (compute_section_prefix): Call compute_comp_unit_symbol and
1785         set comdat_type_p here.
1786         (output_die): Skip DIE symbol output for the LTO added one.
1787         Handle DIE symbol references with offset.
1788         (output_comp_unit): Guard section name mangling properly.
1789         For LTO debug sections emit a symbol at the section beginning
1790         which we use to refer to its DIEs.
1791         (add_abstract_origin_attribute): For DIEs registered via
1792         dwarf2out_register_external_die directly refer to the early
1793         DIE rather than indirectly through the shadow one we created.
1794         Remove obsolete call to dwarf2out_abstract_function for
1795         non-function/block origins.
1796         (gen_array_type_die): When generating early LTO debug do
1797         not emit DW_AT_string_length.
1798         (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
1799         late when in LTO.  As suggested place a gcc_unreachable for
1800         the DECL_ABSTRACT_P case.
1801         (gen_subprogram_die): Avoid another specification DIE
1802         for early built declarations/definitions for the late LTO case.
1803         (gen_variable_die): Add type references for late duplicated VLA dies
1804         when in late LTO.
1805         (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
1806         we have the abstract instance already.
1807         (process_scope_var): Adjust decl DIE contexts in LTO which
1808         first puts them in limbo.
1809         (gen_decl_die): Do not generate type DIEs late apart from
1810         types for VLAs or for decls we do not yet have a DIE.  Do not
1811         call dwarf2out_abstract_function late.
1812         (dwarf2out_early_global_decl): Make sure to create DIEs
1813         for abstract instances of a decl first.
1814         (dwarf2out_late_global_decl): Adjust comment.
1815         (output_macinfo_op): With multiple macro sections use
1816         macinfo_label_base to distinguish labels.
1817         (output_macinfo): Likewise.  Update macinfo_label_base.
1818         Pass in the line info label.
1819         (note_variable_value_in_expr): When generating LTO resolve
1820         all variable values here by generating DIEs as needed.
1821         (init_sections_and_labels): Add early LTO debug flag parameter
1822         and generate different sections and names if set.  Add generation
1823         counter for the labels so we can have multiple of them.
1824         (reset_dies): Helper to allow DIEs to be output multiple times.
1825         (dwarf2out_finish): When outputting DIEs to the fat part of an
1826         LTO object first reset DIEs.
1827         (dwarf2out_early_finish): Output early DIEs when generating LTO.
1828         (modified_type_die): Check for decl_ultimate_origin being self
1829         before recursing.
1830         (gen_type_die_with_usage): Likewise.
1831         (gen_typedef_die): Allow decl_ultimate_origin being self.
1832         (set_decl_abstract_flags): Remove.
1833         (set_block_abstract_flags): Likewise.
1834         (dwarf2out_abstract_function): Treat the early generated DIEs
1835         as the abstract copy and only add DW_AT_inline and
1836         DW_AT_artificial here and call set_decl_origin_self.
1837         If the DIE has an abstract origin don't do anything.
1838         * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
1839         if we have none yet (Go fails to build one, PR78628).
1840         (variably_modified_type_p): Prevent endless recursion for Ada
1841         cyclic pointer types.
1842         * lto-streamer-in.c: Include debug.h.
1843         (dref_queue): New global.
1844         (lto_read_tree_1): Stream in DIE references.
1845         (lto_input_tree): Register DIE references.
1846         (input_function): Stream DECL_DEBUG_ARGS.
1847         * lto-streamer-out.c: Include debug.h.
1848         (lto_write_tree_1): Output DIE references.
1849         (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
1850         Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
1851         (output_function): Stream DECL_DEBUG_ARGS.
1852         * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
1853         Stream DECL_ABSTRACT_ORIGIN.
1854         * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
1855         (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
1856         DECL_CONTEXT for file-scope decls.
1857         * lto-streamer.h (struct dref_entry): Declare.
1858         (dref_queue): Likewise.
1859         * cfgexpand.c (pass_expand::execute): Do not call the
1860         outlining_inline_function hook here.
1861         * lto-wrapper.c (debug_obj): New global.
1862         (tool_cleanup): Unlink it if required.
1863         (debug_objcopy): New function.
1864         (run_gcc): Handle early debug sections in the IL files by
1865         extracting them to separate files, partially linkin them and
1866         feeding the result back as result to the linker.
1867         * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
1868         DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
1869         DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
1870         sections into a separate segment.
1871         * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
1872         segments.
1873         (darwin_asm_dwarf_section): Likewise.
1874         (darwin_asm_output_dwarf_offset): Likewise.
1875         * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
1877 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1878             Alan Hayward  <alan.hayward@arm.com>
1879             David Sherwood  <david.sherwood@arm.com>
1881         * read-md.h (md_reader::record_potential_iterator_use): Replace
1882         pointer argument with an rtx and an index.
1883         * read-rtl.c (iterator_group::apply_iterator): Likewise.
1884         (apply_mode_iterator): Likewise.
1885         (apply_code_iterator): Likewise.
1886         (apply_int_iterator): Likewise.
1887         (apply_subst_iterator): Likewise.
1888         (record_iterator_use): Likewise.
1889         (record_attribute_use): Likewise.
1890         (md_reader::record_potential_iterator_use): Likewise.  Update calls
1891         to record_iterator_use and apply_iterator.
1892         (iterator_use): Replace ptr with x and index.
1893         (attribute_use): Likewise.
1894         (apply_attribute_uses): Update calls to apply_iterator.
1895         (apply_iterators): Likewise.  Update initialization of iterator_use.
1896         (rtx_reader::read_rtx_code): Update calls to record_iterator_use
1897         and record_potential_iterator_use.
1898         (rtx_reader::read_rtx_operand): Likewise.
1900 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1901             Alan Hayward  <alan.hayward@arm.com>
1902             David Sherwood  <david.sherwood@arm.com>
1904         * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
1905         CONST_WIDE_INT.
1907 2017-08-21  Richard Biener  <rguenther@suse.de>
1909         PR middle-end/81884
1910         * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
1911         at struct end conservatively when comparing common bases.
1913 2017-08-21  Richard Biener  <rguenther@suse.de>
1915         * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
1916         (mem_ref_in_stmt): Remove.
1917         (determine_max_movement): Use ref index to get at the reference.
1918         (invariantness_dom_walker::before_dom_children): Deal with
1919         lim data already initialized.
1920         (gather_mem_refs_stmt): Initialize lim data and record ref index.
1922 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1924         * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
1925         (TARGET_ISA_ROUND): Ditto.
1926         (TARGET_ROUND): Ditto.
1927         * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
1928         * config/i386/i386.md: Ditto.
1929         * config/i386/sse.md: Ditto.
1930         * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
1931         with OPTION_MASK_ISA_SSE4_1.
1933 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1935         PR target/81894
1936         * doc/extend.texi (x86 Built-in Functions): Correct the name of
1937         __builtin_ia32_lzcnt_u16.
1939 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
1941         PR target/80210
1942         * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
1943         (rs6000_set_current_function): Rewrite function to use it.
1945 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
1947         PR c/53037
1948         * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
1949         and TYPE_WARN_IF_NOT_ALIGN.
1950         * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
1951         (handle_warn_if_not_align): New.
1952         (place_union_field): Call handle_warn_if_not_align.
1953         (place_field): Call handle_warn_if_not_align.
1954         Copy TYPE_WARN_IF_NOT_ALIGN.
1955         (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
1956         (layout_type): Likewise.
1957         * tree-core.h (tree_type_common): Add warn_if_not_align.  Set
1958         spare to 18.
1959         (tree_decl_common): Add warn_if_not_align.
1960         * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
1961         * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
1962         (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
1963         (DECL_WARN_IF_NOT_ALIGN): Likewise.
1964         (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
1965         * doc/extend.texi: Document warn_if_not_aligned attribute.
1966         * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
1968 2017-08-17  Martin Liska  <mliska@suse.cz>
1970         PR bootstrap/81864
1971         * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
1972         (get_data_dependence): Use it as pointer type.
1973         (distribute_loop): Likewise.
1975 2017-08-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1977         * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
1978         (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
1979         (p8_vmrgow_<mode>_direct): New define_insn.
1980         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
1981         handle endianness for vmrgew and vmrgow permute patterns.
1983 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
1985         * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
1986         * config/rs6000/rs6000-cpus.def: Remove comment.
1987         (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
1988         (POWERPC_MASKS): Likewise.
1989         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
1990         use of TARGET_VSX_TIMODE.
1991         (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
1992         (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
1993         TARGET_VSX_TIMODE.  Change use of TARGET_VSX_TIMODE to TARGET_VSX.
1994         (rs6000_option_override_internal): Remove dead code.
1995         (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
1996         (rs6000_legitimize_reload_address): Likewise.
1997         (rs6000_legitimate_address_p): Likewise.
1998         (rs6000_opt_masks): Delete "vsx-timode".
1999         (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
2000         from function comment.
2001         * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
2002         * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
2003         (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
2004         condition.
2005         * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
2006         * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
2007         * config/rs6000/vsx.md (VSX_LE_128): Likewise.
2008         (VSX_TI): Likewise.
2009         (VSX_M): Likewise.
2010         (define_peephole2): Likewise.
2012 2017-08-17  Martin Sebor  <msebor@redhat.com>
2014         PR c/81859
2015         * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
2016         past the end of an array.
2017         (test_pp_format): Add test cases.
2019 2017-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
2021         * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
2022         missing ECF_NOTHROW flags.
2024 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
2026         PR target/72804
2027         * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
2028         operands residing in integer registers.
2029         (*vsx_le_perm_load_<mode>): Likewise.
2030         (*vsx_le_perm_store_<mode>): Likewise.
2031         (define_peephole2): Add peepholes to optimize the above.
2033 2017-08-17  Marek Polacek  <polacek@redhat.com>
2035         PR middle-end/81814
2036         * fold-const.c (operand_equal_for_comparison_p): Remove code that used
2037         to mimic what shorten_compare did.  Change the return type to bool.
2038         (fold_cond_expr_with_comparison): Update call to
2039         operand_equal_for_comparison_p.
2040         (fold_ternary_loc): Likewise.
2042 2017-08-17  Jackson Woodruff  <jackson.woodruff@arm.com>
2044         * aarch64-simd.md (mov<mode>): No longer force zero immediate into
2045         register.
2046         (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
2048 2017-08-17  Richard Biener  <rguenther@suse.de>
2050         * tree-ssa-structalias.c (solve_graph): When propagating
2051         to successors update the graphs succ edges and avoid duplicate work.
2053 2017-08-17  Maxim Ostapenko  <m.ostapenko@samsung.com>
2055         PR target/81861
2056         * config/i386/i386.c (ix86_option_override_internal): Save target
2057         specific options after ix86_stack_protector_guard_reg was changed.
2059 2017-08-17  Richard Biener  <rguenther@suse.de>
2061         PR tree-optimization/81827
2062         * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
2063         (new_var_info): Initialize it conservatively.
2064         (get_call_vi): Mark register vars.
2065         (new_scalar_tmp_constraint_exp): Likewise.
2066         (handle_rhs_call): Likewise.
2067         (handle_const_call): Likewise.
2068         (create_function_info_for): Likewise.
2069         (solve_constraints): Sort varinfos to separate register from
2070         non-register vars to pack points-to solution bitmaps during
2071         iteration.
2073 2017-08-17  Marek Polacek  <polacek@redhat.com>
2075         * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
2077 2017-08-17  Richard Biener  <rguenther@suse.de>
2079         * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
2080         to true when overflow is undefined and we saturated the result.
2082 2017-08-17  Alan Modra  <amodra@gmail.com>
2084         PR target/80938
2085         * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
2086         Don't use store multiple if only one reg needs saving.
2087         (interesting_frame_related_regno): New function.
2088         (rs6000_frame_related): Don't emit frame info for regs that
2089         don't need saving.
2090         (rs6000_emit_epilogue): Likewise.
2092 2017-08-16  Nathan Sidwell  <nathan@acm.org>
2094         * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
2095         * tree.h (TYPE_BINFO): Use type_non_common.maxval.
2096         (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
2097         * tree.c (free_lang_data_in_type): Use else-if chain.  Always
2098         clear TYPE_LANG_1.  Remove obsolete member-function stripping.
2099         (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
2100         (verify_type): Adjust for TYPE_BINFO move.
2101         * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
2102         process TYPE_BINFO directly.
2103         (hash_tree): Likewise.
2104         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
2105         Likewise.
2106         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
2107         Likewise.
2109 2017-08-16  David Malcolm  <dmalcolm@redhat.com>
2111         * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
2113 2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
2115         PR target/46091
2116         * config/i386/i386.md (*anddi_1_btr): Change predicates of
2117         operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
2118         Add ix86_binary_operator_ok to insn constraint.
2119         (*iordi_1_bts): Ditto.
2120         (*xordi_1_btc): Ditto.
2121         (*btsq): Change predicate of operand 0 to nonimmediate_operand.
2122         Update corresponding peephole2 pattern.
2123         (*btrq): Ditto.
2124         (*btcq): Ditto.
2126 2017-08-16  Bin Cheng  <bin.cheng@arm.com>
2128         PR tree-optimization/81832
2129         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
2130         copy loop header which has IFN_LOOP_DIST_ALIAS call.
2132 2017-08-16  Marek Polacek  <polacek@redhat.com>
2134         PR middle/81695
2135         * fold-const.c (fold_indirect_ref_1): Restore original behavior
2136         regarding size_zero_node.
2138 2017-08-16  Martin Liska  <mliska@suse.cz>
2140         PR target/81753
2141         * config.gcc: Respect previously set extra_objs in case
2142         of darwin target.
2144 2017-08-16  Richard Sandiford  <richard.sandiford@linaro.org>
2146         PR tree-optimization/81835
2147         * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
2148         the phi SSA_NAME.  Check that the condition in a COND_EXPR does
2149         not depend on the phi.
2151 2017-08-16  Alan Modra  <amodra@gmail.com>
2153         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
2154         dead code.
2156 2017-08-16  Alan Modra  <amodra@gmail.com>
2158         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
2159         (save_reg_p): ..into this.  Update all callers.
2160         (first_reg_to_save): Simplify.
2162 2017-08-16  Alan Modra  <amodra@gmail.com>
2164         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
2165         fixed regs.
2167 2017-08-15  Joseph Myers  <joseph@codesourcery.com>
2169         PR target/78460
2170         PR target/67712
2171         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
2172         constant count if that count is less than 32.
2174 2017-08-15  Nathan Sidwell  <nathan@acm.org>
2176         * gcc.c (execute): Emit friendlier message if inferior is killed
2177         by an external cause.
2179 2017-08-15  Richard Biener  <rguenther@suse.de>
2181         PR tree-optimization/81790
2182         * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
2183         CONSTRUCTORs from simplifying and VN.
2185 2017-08-14  Martin Sebor  <msebor@redhat.com>
2187         * builtin-attrs.def: Add comments.
2189 2017-08-14  Martin Sebor  <msebor@redhat.com>
2191         PR c/81117
2192         * doc/extend.texi (attribute nonstring): Document new attribute.
2194 2017-08-14  Martin Sebor  <msebor@redhat.com>
2196         PR c/81117
2197         * tree-diagnostic.c (default_tree_printer): Handle %G.
2198         * gimple-pretty-print.h (percent_G_format): Declare new function.
2199         * gimple-pretty-print.c (percent_G_format): Define.
2200         * tree-pretty-print.c (percent_K_format): Add argument.
2202 2017-08-14  Martin Sebor  <msebor@redhat.com>
2204         PR translation/79998
2205         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
2206         Remove a stray space.
2208 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
2210         PR target/46091
2211         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
2212         (*iordi_1_bts): Ditto.
2213         (*xordi_1_btc): Ditto.
2215 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2217         PR target/79845
2218         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
2219         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2220         Likewise.
2221         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
2222         quoted strings, and make more translator-friendly.
2223         (darwin_rs6000_override_options): Likewise.
2224         (rs6000_option_override_internal): Likewise.
2225         (rs6000_return_in_memory): Fix overlong line.
2226         (init_cmulative_args): Use quoted strings, and make more
2227         translator-friendly.
2228         (rs6000_pass_by_reference): Fix overlong line.
2229         (def_builtin): Use quoted strings.
2230         (altivec_expand_predicate_builtin): Use quoted strings, and make
2231         more translator-friendly.
2232         (htm_expand_builtin): Use quoted strings.
2233         (cpu_expand_builtin): Use quoted strings, and make more
2234         translator-friendly.
2235         (altivec_expand_builtin): Likewise.
2236         (paired_expand_predicate_builtin): Likewise.
2237         (rs6000_invalid_builtin): Likewise.
2238         (builtin_function_type): Use quoted strings.
2239         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
2240         more translator-friendly.
2241         (rs6000_trampoline_init): Likewise.
2242         (rs6000_handle_altivec_attribute): Likewise.
2243         (rs6000_inner_target_options): Use quoted strings.
2244         (rs6000_disable_incompatible_switches): Likewise.
2245         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
2246         strings, and make more translator-friendly.
2247         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
2249 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
2251         PR tree-optimization/81799
2252         * tree-loop-distribution.c (version_loop_by_alias_check): Force
2253         cond_expr to simple gimple operand.
2255 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
2257         PR middle-end/46932
2258         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
2260 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
2262         PR target/81754
2263         PR target/81268
2264         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
2265         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
2266         TARGET_GASISR_PROLOGUES.
2267         * config/avr/avr.c (avr_option_override): Same.
2268         (avr_pass_pre_proep::execute): Same.
2270 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
2272         PR target/81820
2273         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
2274         frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
2276 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
2278         * config/i386/i386.md (*load_tp_<mode>): Redefine as
2279         define_insn_and_split.  Split to a memory load from 0 in
2280         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
2281         using PTR mode iterator.
2282         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
2283         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
2284         (*add_tp_<mode>): Redefine as define_insn_and_split.
2285         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
2286         address space.  Merge with *add_tp_x32 using PTR mode iterator.
2287         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
2288         Split to an add with a  memory load from 0 in
2289         DEFAULT_TLS_SEG_REG address space.
2291 2017-08-12  Andrew Pinski  <apinski@cavium.com>
2293         * config/aarch64/aarch64-option-extensions.def (rdma):
2294         Fix feature string to what Linux prints out in /proc/cpuinfo.
2296 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
2298         PR ada/79542
2299         * dwarf2out.c (modified_type_die): For C typedef types that have
2300         an ultimate origin, process the ultimate origin instead of the
2301         input type.
2302         (gen_typedef_die): Assert that input DECLs have no ultimate
2303         origin.
2304         (gen_type_die_with_usage): For typedef variants that have an
2305         ultimate origin, just call gen_decl_die on the original DECL.
2306         (process_scope_var): Avoid creating DIEs for local typedefs and
2307         concrete static variables.
2309 2017-08-12  Alan Modra  <amodra@gmail.com>
2311         PR target/81170
2312         PR target/81295
2313         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
2314         match gnu-user.h startfile.
2315         (ENDFILE_LINUX_SPEC): Similarly.
2317 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
2319         PR lto/81430
2320         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
2321         Remove function.
2322         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
2324 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
2325         * config/aarch64/aarch64.md (mov<mode>): Change.
2326         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
2327         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
2328         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
2330 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
2332         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
2333         for storage order barriers.
2335 2017-08-11  Martin Liska  <mliska@suse.cz>
2337         PR tree-opt/79987
2338         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
2339         variables of void type.
2341 2017-08-11  Martin Liska  <mliska@suse.cz>
2343         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
2344         TARGET_SUPPORTS_ALIASES.
2345         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
2346         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
2347         (optimize_weakref): Likewise.
2348         * symtab.c (symtab_node::noninterposable_alias): Likewise.
2349         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
2350         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
2352 2017-08-11  Martin Liska  <mliska@suse.cz>
2354         PR ipa/81213
2355         * config/i386/i386.c (make_resolver_func): Do complete
2356         refactoring of the function.
2358 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2360         PR target/81708
2361         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
2362         * config/i386/i386.c (ix86_stack_protect_guard): Use
2363         ix86_stack_protect_guard_symbol_str to generate varible declaration.
2364         * doc/invoke.texi (x86 Options): Document
2365         -mstack-protector-guard-symbol= option.
2367 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2369         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
2370         * config/i386/i386.c (ix86_split_stack_guard): New function.
2371         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
2372         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
2373         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
2374         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
2375         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
2376         (split_stack_space_check): Call ix86_split_stack_guard.
2378 2017-08-10  Martin Sebor  <msebor@redhat.com>
2380         * print-tree.c (print_node): Print location using the established
2381         format %s:%i%i.
2382         Replace spaces with colons.
2383         (debug_raw, debug): Ditto.
2385 2017-08-10  Martin Sebor  <msebor@redhat.com>
2387         PR c++/81586
2388         * pretty-print.c (pp_format): Correct the handling of %s precision.
2390 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
2392         PR target/81736
2393         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2394         to ...
2395         (ix86_finalize_stack_frame_flags): This.  Also clear
2396         frame_pointer_needed if -fno-omit-frame-pointer is used without
2397         stack access.
2398         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2399         with ix86_finalize_stack_frame_flags.
2400         (ix86_expand_epilogue): Likewise.
2401         (ix86_expand_split_stack_prologue): Likewise.
2402         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
2404 2017-08-10  Martin Liska  <mliska@suse.cz>
2406         PR c++/81355
2407         * c-attribs.c (handle_target_attribute):
2408         Report warning for an empty string argument of target attribute.
2410 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
2412         PR c/81687
2413         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
2414         LABEL_DECLs.
2415         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
2416         or DECL_NONLOCAL labels.
2417         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
2418         or DECL_NONLOCAL labels here.
2420 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
2422         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
2423         to indicate when early gimple folding has been disabled.
2424         (rs6000_gimple_fold_builtin): Add debug content.
2425         (rs6000_invalid_builtin): Fix whitespace.
2426         (rs6000_expand_builtin): Fix whitespace.
2427         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
2429 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
2431         PR target/80938
2432         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
2433         SAVE_MULTIPLE if not all the registers that saves, should be saved.
2435 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
2437         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
2438         (qdf24xx): Likewise.
2439         * config/aarch64/aarch64.md: Include falkor.md.
2440         * config/aarch64/falkor.md: New.
2442 2017-08-09  Marek Polacek  <polacek@redhat.com>
2444         PR c/81233
2445         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
2446         * diagnostic.c (emit_diagnostic): Add a comment.
2447         (emit_diagnostic_valist): New function.
2449 2017-08-09  Marek Polacek  <polacek@redhat.com>
2451         PR c/81417
2452         * input.c (make_location): New overload.
2453         * input.h (make_location): Declare.
2455 2017-08-08  Alan Modra  <amodra@gmail.com>
2456             H.J. Lu  <hongjiu.lu@intel.com>
2458         PR driver/81523
2459         * gcc.c (NO_PIE_SPEC): Delete.
2460         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
2461         exclusion..
2462         (LINK_PIE_SPEC): ..to here.
2463         (LINK_COMMAND_SPEC): Support -no-pie.
2464         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
2465         chain of crtbegin*.o selection, update for PIE_SPEC changes and
2466         format.
2467         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
2468         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
2469         (ENDFILE_CRTEND_SPEC): Similarly.
2471 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
2473         PR target/81708
2474         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
2475         (mstack-protector-guard-offset=): Ditto.
2476         * config/i386/i386.c (ix86_option_override): Handle
2477         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
2478         options.
2479         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
2480         ix86_stack_protect_guard_offset variables.
2481         (TARGET_STACK_PROTECT_GUARD): Always define.
2482         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
2483         and -mstack-protector-guard-offset= options.
2485 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2487         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
2488         boundary case for the last candidate.
2490 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2492         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
2493         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
2495 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2497         PR middle-end/19706
2498         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
2499         * config/aarch64/aarch64-builtins.c
2500         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
2501         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
2502         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
2504 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2505             Andrew Pinski <pinskia@gmail.com>
2507         PR middle-end/19706
2508         * internal-fn.def (XORSIGN): New.
2509         * optabs.def (xorsign_optab): New.
2510         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
2511         (convert_expand_mult_copysign): New.
2512         (pass_optimize_widening_mul::execute): Call
2513         convert_expand_mult_copysign.
2515 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2517         PR tree-optimization/81354
2518         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
2519         Insert on edges rather than explicitly creating landing pads.
2520         (analyze_candidates_and_replace): Commit edge inserts.
2522 2017-08-08  Richard Biener  <rguenther@suse.de>
2524         PR middle-end/81719
2525         * tree-ssa-loop-niter.c: Include tree-dfa.h.
2526         (expand_simple_operations): Also look through ADDR_EXPRs with
2527         MEM_REF bases treating them as POINTER_PLUS_EXPR.
2529 2017-08-08  Richard Biener  <rguenther@suse.de>
2531         PR tree-optimization/81723
2532         * tree-vect-slp.c (struct bst_traits): New hash traits.
2533         (bst_fail): New global.
2534         (vect_build_slp_tree_2): New worker, split out from ...
2535         (vect_build_slp_tree): ... this now wrapping it with using
2536         bst_fail set to cache SLP tree build fails.  Properly handle
2537         max_tree_size.
2538         (vect_analyze_slp_instance): Allocate and free bst_fail.
2540 2017-08-08  Martin Liska  <mliska@suse.cz>
2542         PR tree-opt/81696
2543         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
2544         LABEL_DECLs that can be from a different function.
2546 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2548         PR tree-optimization/81744
2549         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
2550         loop's number of iterations.
2552 2017-08-08  Martin Liska  <mliska@suse.cz>
2554         * asan.c: Include header files.
2555         * attribs.c (build_decl_attribute_variant): New function moved
2556         from tree.[ch].
2557         (build_type_attribute_qual_variant): Likewise.
2558         (cmp_attrib_identifiers): Likewise.
2559         (simple_cst_list_equal): Likewise.
2560         (omp_declare_simd_clauses_equal): Likewise.
2561         (attribute_value_equal): Likewise.
2562         (comp_type_attributes): Likewise.
2563         (build_type_attribute_variant): Likewise.
2564         (lookup_ident_attribute): Likewise.
2565         (remove_attribute): Likewise.
2566         (merge_attributes): Likewise.
2567         (merge_type_attributes): Likewise.
2568         (merge_decl_attributes): Likewise.
2569         (merge_dllimport_decl_attributes): Likewise.
2570         (handle_dll_attribute): Likewise.
2571         (attribute_list_equal): Likewise.
2572         (attribute_list_contained): Likewise.
2573         * attribs.h (lookup_attribute): New function moved from tree.[ch].
2574         (lookup_attribute_by_prefix): Likewise.
2575         * bb-reorder.c: Include header files.
2576         * builtins.c: Likewise.
2577         * calls.c: Likewise.
2578         * cfgexpand.c: Likewise.
2579         * cgraph.c: Likewise.
2580         * cgraphunit.c: Likewise.
2581         * convert.c: Likewise.
2582         * dwarf2out.c: Likewise.
2583         * final.c: Likewise.
2584         * fold-const.c: Likewise.
2585         * function.c: Likewise.
2586         * gimple-expr.c: Likewise.
2587         * gimple-fold.c: Likewise.
2588         * gimple-pretty-print.c: Likewise.
2589         * gimple.c: Likewise.
2590         * gimplify.c: Likewise.
2591         * hsa-common.c: Likewise.
2592         * hsa-gen.c: Likewise.
2593         * internal-fn.c: Likewise.
2594         * ipa-chkp.c: Likewise.
2595         * ipa-cp.c: Likewise.
2596         * ipa-devirt.c: Likewise.
2597         * ipa-fnsummary.c: Likewise.
2598         * ipa-inline.c: Likewise.
2599         * ipa-visibility.c: Likewise.
2600         * ipa.c: Likewise.
2601         * lto-cgraph.c: Likewise.
2602         * omp-expand.c: Likewise.
2603         * omp-general.c: Likewise.
2604         * omp-low.c: Likewise.
2605         * omp-offload.c: Likewise.
2606         * omp-simd-clone.c: Likewise.
2607         * opts-global.c: Likewise.
2608         * passes.c: Likewise.
2609         * predict.c: Likewise.
2610         * sancov.c: Likewise.
2611         * sanopt.c: Likewise.
2612         * symtab.c: Likewise.
2613         * toplev.c: Likewise.
2614         * trans-mem.c: Likewise.
2615         * tree-chkp.c: Likewise.
2616         * tree-eh.c: Likewise.
2617         * tree-into-ssa.c: Likewise.
2618         * tree-object-size.c: Likewise.
2619         * tree-parloops.c: Likewise.
2620         * tree-profile.c: Likewise.
2621         * tree-ssa-ccp.c: Likewise.
2622         * tree-ssa-live.c: Likewise.
2623         * tree-ssa-loop.c: Likewise.
2624         * tree-ssa-sccvn.c: Likewise.
2625         * tree-ssa-structalias.c: Likewise.
2626         * tree-ssa.c: Likewise.
2627         * tree-streamer-in.c: Likewise.
2628         * tree-vectorizer.c: Likewise.
2629         * tree-vrp.c: Likewise.
2630         * tsan.c: Likewise.
2631         * ubsan.c: Likewise.
2632         * varasm.c: Likewise.
2633         * varpool.c: Likewise.
2634         * tree.c: Remove functions moved to attribs.[ch].
2635         * tree.h: Likewise.
2636         * config/aarch64/aarch64.c: Add attrs.h header file.
2637         * config/alpha/alpha.c: Likewise.
2638         * config/arc/arc.c: Likewise.
2639         * config/arm/arm.c: Likewise.
2640         * config/avr/avr.c: Likewise.
2641         * config/bfin/bfin.c: Likewise.
2642         * config/c6x/c6x.c: Likewise.
2643         * config/cr16/cr16.c: Likewise.
2644         * config/cris/cris.c: Likewise.
2645         * config/darwin.c: Likewise.
2646         * config/epiphany/epiphany.c: Likewise.
2647         * config/fr30/fr30.c: Likewise.
2648         * config/frv/frv.c: Likewise.
2649         * config/ft32/ft32.c: Likewise.
2650         * config/h8300/h8300.c: Likewise.
2651         * config/i386/winnt.c: Likewise.
2652         * config/ia64/ia64.c: Likewise.
2653         * config/iq2000/iq2000.c: Likewise.
2654         * config/lm32/lm32.c: Likewise.
2655         * config/m32c/m32c.c: Likewise.
2656         * config/m32r/m32r.c: Likewise.
2657         * config/m68k/m68k.c: Likewise.
2658         * config/mcore/mcore.c: Likewise.
2659         * config/microblaze/microblaze.c: Likewise.
2660         * config/mips/mips.c: Likewise.
2661         * config/mmix/mmix.c: Likewise.
2662         * config/mn10300/mn10300.c: Likewise.
2663         * config/moxie/moxie.c: Likewise.
2664         * config/msp430/msp430.c: Likewise.
2665         * config/nds32/nds32-isr.c: Likewise.
2666         * config/nds32/nds32.c: Likewise.
2667         * config/nios2/nios2.c: Likewise.
2668         * config/nvptx/nvptx.c: Likewise.
2669         * config/pa/pa.c: Likewise.
2670         * config/pdp11/pdp11.c: Likewise.
2671         * config/powerpcspe/powerpcspe.c: Likewise.
2672         * config/riscv/riscv.c: Likewise.
2673         * config/rl78/rl78.c: Likewise.
2674         * config/rx/rx.c: Likewise.
2675         * config/s390/s390.c: Likewise.
2676         * config/sh/sh.c: Likewise.
2677         * config/sol2.c: Likewise.
2678         * config/sparc/sparc.c: Likewise.
2679         * config/spu/spu.c: Likewise.
2680         * config/stormy16/stormy16.c: Likewise.
2681         * config/tilegx/tilegx.c: Likewise.
2682         * config/tilepro/tilepro.c: Likewise.
2683         * config/v850/v850.c: Likewise.
2684         * config/vax/vax.c: Likewise.
2685         * config/visium/visium.c: Likewise.
2686         * config/xtensa/xtensa.c: Likewise.
2688 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
2690         PR target/81593
2691         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
2692         constraints since the -mupper-regs-* switches have been
2693         eliminated.
2694         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
2695         into a vector from a double word element that was extracted from
2696         another vector, and eliminate extra XXPERMDI instructions.
2697         (vsx_concat_<mode>_2): Likewise.
2698         (vsx_concat_<mode>_3): Likewise.
2699         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
2700         concat to allow optimizing inserts from previous extracts.
2702 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
2704         * config/i386/i386.c (ix86_stack_protect_guard): Generate
2705         memory reference to a SSP offset in TLS address space.
2706         (ix86_print_operand) <case '@'>: Remove.
2707         (ix86_print_operand_punct_valid_p): Remove '@' code.
2708         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
2709         UNSPEC_SP_TLS_TEST.
2710         (stack_tls_protect_set_<mode>): Remove.
2711         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
2712         (stack_tls_protect_test_<mode>): Remove.
2713         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
2715 2017-08-07  Olivier Hainque  <hainque@adacore.com>
2717         PR target/81755
2718         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
2720 2017-08-07  Douglas Rupp  <rupp@adacore.com>
2722         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
2723         variable was referenced as multidir in command.
2725 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2727         PR c/69389
2728         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
2729         BIT_FIELD_REF.
2731 2017-08-07  Martin Liska  <mliska@suse.cz>
2733         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
2734         * config/rl78/rl78.c: Add include of attribs.h.
2735         * config/sh/sh.c: Likewise.
2736         * config/v850/v850.c: Likewise.
2738 2017-08-07  Tom de Vries  <tom@codesourcery.com>
2740         PR middle-end/78266
2741         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
2743 2017-08-07  Martin Liska  <mliska@suse.cz>
2745         * config/mips/mips.c: Include attribs.h.
2747 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
2749         PR fortran/68829
2750         * doc/invoke.texi: Document change in behvaior for -Ofast for
2751         Fortran.
2753 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
2755         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
2756         Use gen_frame_mem.
2757         (aarch64_pop_regs): Likewise.
2758         (aarch64_gen_load_pair): Likewise.
2759         (aarch64_save_callee_saves): Likewise.
2760         (aarch64_restore_callee_saves): Likewise.
2762 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2764         * config/i386/i386.c: Revert the last change.
2766 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2768         PR target/81736
2769         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2770         to ...
2771         (ix86_finalize_stack_frame_flags): This.  Also clear
2772         frame_pointer_needed if -fno-omit-frame-pointer is used without
2773         stack access.
2774         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2775         with ix86_finalize_stack_frame_flags.
2776         (ix86_expand_epilogue): Likewise.
2777         (ix86_expand_split_stack_prologue): Likewise.
2779 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2781         PR target/81743
2782         * config/i386/i386.c (get_builtin_code_for_version): Set priority
2783         to P_AES for Westmere.
2785 2017-08-07  Jonathan Yong  <10walls@gmail.com>
2787         * config/i386/mingw.opt (fset-stack-executable): Removed.
2788         * config/i386/cygming.opt (fset-stack-executable): Moved
2789         from mingw.opt.
2790         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
2792 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
2794         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
2796 2017-08-07  Marek Polacek  <polacek@redhat.com>
2798         PR middle-end/81737
2799         * fold-const.c (fold_indirect_ref_1): Check type_domain.
2801 2017-08-07  Martin Liska  <mliska@suse.cz>
2803         * attribs.h (canonicalize_attr_name): New function.
2804         (cmp_attribs): Move from c-format.c and adjusted.
2805         (is_attribute_p): Moved from tree.h.
2806         * tree-inline.c: Add new includes.
2807         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
2808         (private_is_attribute_p): Remove.
2809         (private_lookup_attribute): Likewise.
2810         (private_lookup_attribute_by_prefix): Simplify.
2811         (remove_attribute): Use is_attribute_p.
2812         * tree.h: Remove removed declarations.
2814 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2816         PR middle-end/81698
2817         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
2818         instead of computing it in the function.  Formatting fix.
2819         (expand_case): Don't rely on default_edge being the first edge,
2820         clear it if removing it, pass default_edge to
2821         emit_case_dispatch_table.
2822         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
2823         fix.
2825 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
2827         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
2828         insn in the function, emit NOP after the insn.
2830 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2832         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
2833         and element loops.
2835 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2837         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
2838         loop.
2840 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
2842         PR tree-optimization/57371
2843         * match.pd: New pattern.
2845 2017-08-04  Marek Polacek  <polacek@redhat.com>
2847         PR middle-end/81695
2848         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
2849         perform the computation in offset_int.
2851 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2853         PR tree-optimization/81136
2854         * tree-vectorizer.h: Include tree-hash-traits.h.
2855         (vec_base_alignments): New typedef.
2856         (vec_info): Add a base_alignments field.
2857         (vect_record_base_alignments): Declare.
2858         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
2859         field.
2860         (DR_IS_CONDITIONAL_IN_STMT): New macro.
2861         (create_data_ref): Add an is_conditional_in_stmt argument.
2862         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
2863         the is_conditional_in_stmt field.
2864         (data_ref_loc): Add an is_conditional_in_stmt field.
2865         (get_references_in_stmt): Set the is_conditional_in_stmt field.
2866         (find_data_references_in_stmt): Update call to create_data_ref.
2867         (graphite_find_data_references_in_stmt): Likewise.
2868         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
2869         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
2870         (vect_record_base_alignment): New function.
2871         (vect_record_base_alignments): Likewise.
2872         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
2873         for nested statements even if we fail to compute a misalignment.
2874         Use pooled base alignments for unconditional references.
2875         (vect_find_same_alignment_drs): Compare base addresses instead
2876         of base objects.
2877         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
2878         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
2880 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2882         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
2883         Add an explicit name for the enum.  Use auto_vec for slp_instances
2884         and grouped_stores.
2885         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
2886         for all vectors.
2887         (_bb_vec_info): Add a constructor and destructor.
2888         (vinfo_for_stmt): Return NULL for uids of -1 as well.
2889         (destroy_loop_vec_info): Delete.
2890         (vect_destroy_datarefs): Likewise.
2891         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
2892         (vec_info::vec_info): New function.
2893         (vec_info::~vec_info): Likewise.
2894         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
2895         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
2896         destroy_loop_vec_info.
2897         * tree-vect-loop.c (new_loop_vec_info): Replace with...
2898         (_loop_vec_info::_loop_vec_info): ...this.
2899         (destroy_loop_vec_info): Replace with...
2900         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
2901         the stmt_vec_infos.  Leave handling of vec_info information to its
2902         destructor.  Remove explicit vector releases.
2903         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
2904         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
2905         * tree-vect-slp.c (new_bb_vec_info): Replace with...
2906         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
2907         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
2908         (destroy_bb_vec_info): Replace with...
2909         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
2910         information to its destructor.
2911         (vect_slp_analyze_bb_1): Use new and delete instead of
2912         new_bb_vec_info and destroy_bb_vec_info.
2913         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
2914         single delete.
2916 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2918         * tree-data-ref.h (subscript): Add access_fn field.
2919         (data_dependence_relation): Add could_be_independent_p.
2920         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
2921         (same_access_functions): Move to tree-data-ref.c.
2922         * tree-data-ref.c (ref_contains_union_access_p): New function.
2923         (access_fn_component_p): Likewise.
2924         (access_fn_components_comparable_p): Likewise.
2925         (dr_analyze_indices): Add a reference to access_fn_component_p.
2926         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
2927         DR_ACCESS_FN.
2928         (constant_access_functions): Likewise.
2929         (add_other_self_distances): Likewise.
2930         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
2931         (initialize_data_dependence_relation): Use XCNEW and remove
2932         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
2933         of access functions that have the same type.  Allow the
2934         subsequence to end with different bases in some circumstances.
2935         Record the chosen access functions in SUB_ACCESS_FN.
2936         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
2937         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
2938         (subscript_dependence_tester_1): Likewise dra and drb.
2939         (build_classic_dist_vector): Update calls accordingly.
2940         (subscript_dependence_tester): Likewise.
2941         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
2942         DDR_COULD_BE_INDEPENDENT_P.
2943         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
2944         comp_alias_ddrs instead of may_alias_ddrs.
2945         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
2946         New function.
2947         (vect_analyze_data_ref_dependence): Use it if
2948         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
2949         distance vectors if that fails.
2950         (dependence_distance_ge_vf): New function.
2951         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
2952         LOOP_VINFO_MAY_ALIAS_DDRS.
2954 2017-08-04  Richard Biener  <rguenther@suse.de>
2956         PR middle-end/81705
2957         * fold-const.c (fold_binary_loc): Properly restrict
2958         minus_var0 && minus_var1 case when associating undefined overflow
2959         entities.
2961 2017-08-04  Tom de Vries  <tom@codesourcery.com>
2963         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
2965 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2967         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2968         Don't start diagnostic messages with a capital letter.
2969         * config/rs6000/rs6000.c (rs6000_option_override_internal):
2970         Likewise.
2971         (rs6000_invalid_builtin): Likewise.
2972         (rs6000_trampoline_init): Likewise.
2974 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
2976         PR target/81621
2977         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
2978         after setting changeable df flags.
2980 2017-08-03  Richard Biener  <rguenther@suse.de>
2982         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
2983         up if the use is in USE - X.
2985 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
2987         * toplev.c (dumpfile.h): New include.
2988         (internal_error_reentered): New static function.  Use it...
2989         (internal_error_function): ...here to handle reentered internal_error.
2991 2017-08-03  Richard Biener  <rguenther@suse.de>
2993         PR middle-end/81148
2994         * fold-const.c (split_tree): Add minus_var and minus_con
2995         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
2996         here but always use minus_*.
2997         (associate_trees): Assert we never associate with MINUS_EXPR
2998         and NULL first operand.  Do not recurse for PLUS_EXPR operands
2999         when associating as MINUS_EXPR either.
3000         (fold_binary_loc): Track minus_var and minus_con.
3002 2017-08-03  Tom de Vries  <tom@codesourcery.com>
3004         PR lto/81430
3005         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
3006         ACCEL_COMPILER, apply finish_options on
3007         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
3009 2017-08-03  Tom de Vries  <tom@codesourcery.com>
3011         PR target/81662
3012         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
3013         function_entry_patch_area_size > 0.
3015 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
3017         PR driver/81650
3018         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
3019         instead of 10??LU, perform unit multiplication in wide_int,
3020         don't change alloc_object_size_limit if the limit is larger
3021         than SSIZE_MAX.
3023         PR tree-optimization/81655
3024         PR tree-optimization/81588
3025         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
3026         the case when ranges[i].low and high are 1 for unsigned type with
3027         precision 1.
3029         PR middle-end/81052
3030         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
3031         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
3033 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
3035         * tree-vrp.h: Add include guard.
3037 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
3039         PR target/81644
3040         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
3041         (ud2): New insn pattern.
3042         * config/i386/i386.c (ix86_expand_epilogue):
3043         For naked functions, generate ud2 instead of trap insn.
3045 2017-08-02  Marek Polacek  <polacek@redhat.com>
3047         PR other/81667
3048         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
3050 2017-08-02  Tom de Vries  <tom@codesourcery.com>
3051             Cesar Philippidis  <cesar@codesourcery.com>
3053         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
3054         Add missing edge probabilities.
3056 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
3058         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
3059         Correct endianness.
3061 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
3063         PR middle-end/79499
3064         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
3065         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
3066         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
3067         prologue_seq sequences - if any.
3069 2017-08-02  Richard Biener  <rguenther@suse.de>
3071         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
3072         via vectors if supported, integer extracts via punning if supported
3073         or otherwise vector extracts.
3075 2017-08-02  Richard Biener  <rguenther@suse.de>
3077         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
3078         into ...
3079         (bitmap_insert_into_set): ... this.
3081 2017-08-02  Richard Biener  <rguenther@suse.de>
3083         PR tree-optimization/81633
3084         Revert
3085         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
3087         PR tree-optimization/71752
3088         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
3090 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
3092         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
3093         (machine_function::call_ms2sysv_pad_out): Remove field.
3094         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
3095         (ix86_compute_frame_layout): Likewise.
3097 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
3099         PR target/81654
3100         * config/i386/i386.c (ix86_set_func_type): Disallow naked
3101         attribute with interrupt attribute.
3103 2017-08-01  Andrew Pinski  <apinski@cavium.com>
3105         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
3106         BIT_INSERT_EXPR's operand 1
3107         to see if the types precision matches.
3109 2017-08-01  Martin Liska  <mliska@suse.cz>
3111         PR middle-end/70140
3112         * builtins.c (expand_builtin_memcpy_args): Remove.
3113         (expand_builtin_memcpy): Call newly added function
3114         expand_builtin_memory_copy_args.
3115         (expand_builtin_memcpy_with_bounds): Likewise.
3116         (expand_builtin_mempcpy): Remove last argument.
3117         (expand_builtin_mempcpy_with_bounds): Likewise.
3118         (expand_builtin_memory_copy_args): New function created from
3119         expand_builtin_mempcpy_args with small modifications.
3120         (expand_builtin_mempcpy_args): Remove.
3121         (expand_builtin_stpcpy): Remove unused argument.
3122         (expand_builtin): Likewise.
3123         (expand_builtin_with_bounds): Likewise.
3125 2017-08-01  Martin Liska  <mliska@suse.cz>
3127         Revert r250771
3128         Make mempcpy more optimal (PR middle-end/70140).
3130 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
3132         PR target/81622
3133         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
3134         __builtin_vec_cmpne verify both arguments are compatible vectors
3135         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
3136         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
3137         move computation of aligned to after checking the argument types.
3138         Formatting fixes.
3140         PR target/80846
3141         * config/rs6000/vsx.md (vextract_fp_from_shorth,
3142         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
3143         calls.
3145 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
3146             Doug Rupp  <rupp@adacore.com>
3147             Olivier Hainque  <hainque@adacore.com>
3149         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
3150         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
3151         arm8 (arch v4).
3152         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
3153         for TARGET_OS_CPP_BUILTIN.
3154         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
3155         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
3156         arm_arch7.
3157         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
3158         passing required abi options to the assembler for EABI configurations.
3159         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
3160         of .text.hot and .text.unlikely sections for kernel modules when
3161         using ARM style exceptions.
3162         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
3163         options. Add EXTRA_CC1_SPEC.
3164         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
3165         toolchain options.
3166         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
3167         transition.
3168         (ARM_TARGET2_DWARF_FORMAT): Define.
3169         * config/arm/t-vxworks: Adjust multilib control to removal of the
3170         Diab command line options.
3172 2017-08-01  Martin Liska  <mliska@suse.cz>
3174         PR gcov-profile/81561
3175         * gcov.c (unblock): Make unblocking safe as we need to preserve
3176         index correspondence of blocks and block_lists.
3178 2017-08-01  Richard Biener  <rguenther@suse.de>
3180         PR tree-optimization/81181
3181         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
3182         (compute_antic): ... end of iteration here.
3184 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
3186         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
3187         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
3188         (ftree-slp-vectorize): Likewise.
3189         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
3190         can no longer be set independent of flag_tree_loop_vectorize.
3191         * omp-general.c (emp_max_vf): Likewise.
3192         * opts.c (enable_fdo_optimizations): Remove references to
3193         flag_tree_vectorize, these are now implicit.
3194         (common_handle_option): Remove handling for OPT_ftree_vectorize,
3195         and leave it for the options machinery.
3197 2017-08-01  Martin Liska  <mliska@suse.cz>
3199         PR middle-end/70140
3200         * builtins.c (expand_builtin_memcpy_args): Remove.
3201         (expand_builtin_memcpy): Call newly added function
3202         expand_builtin_memory_copy_args.
3203         (expand_builtin_memcpy_with_bounds): Likewise.
3204         (expand_builtin_mempcpy): Remove last argument.
3205         (expand_builtin_mempcpy_with_bounds): Likewise.
3206         (expand_builtin_memory_copy_args): New function created from
3207         expand_builtin_mempcpy_args with small modifications.
3208         (expand_builtin_mempcpy_args): Remove.
3209         (expand_builtin_stpcpy): Remove unused argument.
3210         (expand_builtin): Likewise.
3211         (expand_builtin_with_bounds): Likewise.
3213 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3215         PR target/81641
3216         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
3217         print "ds:" only for immediates in generic address space.
3219 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3221         PR target/81639
3222         * config/i386/i386.c (ix86_funciton_naked): New prototype.
3223         (ix86_function_ok_for_sibcall): Return false for naked functions.
3225 2017-08-01  Richard Biener  <rguenther@suse.de>
3227         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
3228         (compute_antic): Seed worklist with exit block predecessors.
3229         * cfganal.c (dfs_find_deadend): For a cycle return the source
3230         of the edge closing it.
3232 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
3234         * config/aarch64/aarch64.c
3235         (aarch64_can_const_movi_rtx_p): Move 0 check.
3237 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3239         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
3240         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
3241         above macro.
3242         * match.pd: Ditto in address comparison pattern.
3244 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3246         PR tree-optimization/81627
3247         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
3248         closed ssa form for store-store chain.
3250 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3252         PR tree-optimization/81620
3253         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
3254         for store-store chain.
3256 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
3258         PR tree-optimization/81588
3259         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
3260         ranges[i].in_p, invert comparison code ccode.  For >/>=,
3261         swap rhs1 and rhs2 and comparison code unconditionally,
3262         for </<= don't do that.  Don't swap rhs1/rhs2 again if
3263         ranges[i].in_p, instead invert comparison code ccode if
3264         opcode or oe->rank is BIT_IOR_EXPR.
3266         PR target/80846
3267         * optabs.def (vec_extract_optab, vec_init_optab): Change from
3268         a direct optab to conversion optab.
3269         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
3270         with GET_MODE_INNER as last argument instead of optab_handler.
3271         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
3272         vector extraction if possible and optab is available.
3273         * expr.c (store_constructor): Use convert_optab_handler instead
3274         of optab_handler.  Use vector initialization from smaller
3275         vectors if possible and optab is available.
3276         * tree-vect-stmts.c (vectorizable_load): Likewise.
3277         * doc/md.texi (vec_extract, vec_init): Document that the optabs
3278         now have two modes.
3279         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
3280         of vec_init from half-sized vectors with the same element mode.
3281         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
3282         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
3283         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
3284         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
3285         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
3286         after mode in gen_vec_extract* calls.
3287         (vec_extract<mode>): Renamed to ...
3288         (vec_extract<mode><ssescalarmodelower>): ... this.
3289         (vec_extract<mode><ssehalfvecmodelower>): New expander.
3290         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
3291         element mode after mode in gen_vec_init* calls.
3292         (VEC_INIT_HALF_MODE): New mode iterator.
3293         (vec_init<mode>): Renamed to ...
3294         (vec_init<mode><ssescalarmodelower>): ... this.
3295         (vec_init<mode><ssehalfvecmodelower>): New expander.
3296         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
3297         (vec_extractv2sfsf): ... this.
3298         (vec_initv2sf): Renamed to ...
3299         (vec_initv2sfsf): ... this.
3300         (vec_extractv2si): Renamed to ...
3301         (vec_extractv2sisi): ... this.
3302         (vec_initv2si): Renamed to ...
3303         (vec_initv2sisi): ... this.
3304         (vec_extractv4hi): Renamed to ...
3305         (vec_extractv4hihi): ... this.
3306         (vec_initv4hi): Renamed to ...
3307         (vec_initv4hihi): ... this.
3308         (vec_extractv8qi): Renamed to ...
3309         (vec_extractv8qiqi): ... this.
3310         (vec_initv8qi): Renamed to ...
3311         (vec_initv8qiqi): ... this.
3312         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
3313         (vec_init<mode>): Renamed to ...
3314         (vec_init<mode><VEC_base_l>): ... this.
3315         (vec_extract<mode>): Renamed to ...
3316         (vec_extract<mode><VEC_base_l>): ... this.
3317         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
3318         (vec_initv2sfsf): ... this.
3319         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
3320         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3321         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
3322         element mode after mode in gen_vec_init* calls.
3323         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
3324         (vec_init<mode><Vel>): ... this.
3325         (vec_extract<mode>): Renamed to ...
3326         (vec_extract<mode><Vel>): ... this.
3327         * config/aarch64/iterators.md (Vel): New mode attribute.
3328         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
3329         Add element mode after mode in gen_vec_extract* calls.
3330         * config/s390/vector.md (non_vec_l): New mode attribute.
3331         (vec_extract<mode>): Renamed to ...
3332         (vec_extract<mode><non_vec_l>): ... this.
3333         (vec_init<mode>): Renamed to ...
3334         (vec_init<mode><non_vec_l>): ... this.
3335         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
3336         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
3337         vec_extract mode.
3338         * config/arm/iterators.md (V_elem_l): New mode attribute.
3339         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
3340         (vec_extract<mode><V_elem_l>): ... this.
3341         (vec_extractv2di): Renamed to ...
3342         (vec_extractv2didi): ... this.
3343         (vec_init<mode>): Renamed to ...
3344         (vec_init<mode><V_elem_l>): ... this.
3345         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
3346         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
3347         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
3348         Add element mode after gen_vec_extract* calls.
3349         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
3350         (vec_init<mode><unitmode>): ... this.
3351         (vec_extract<mode>): Renamed to ...
3352         (vec_extract<mode><unitmode>): ... this.
3353         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
3354         (vec_init<mode><unitmode>): ... this.
3355         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
3356         (vec_initv2sfsf): ... this.
3357         (vec_extractv2sf): Renamed to ...
3358         (vec_extractv2sfsf): ... this.
3359         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
3360         Add element mode after gen_vec_extract* calls.
3361         * config/mips/mips.md (unitmode): New mode iterator.
3362         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
3363         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
3364         * config/spu/spu.md (inner_l): New mode attribute.
3365         (vec_init<mode>): Renamed to ...
3366         (vec_init<mode><inner_l>): ... this.
3367         (vec_extract<mode>): Renamed to ...
3368         (vec_extract<mode><inner_l>): ... this.
3369         * config/sparc/sparc.md (veltmode): New mode iterator.
3370         (vec_init<VMALL:mode>): Renamed to ...
3371         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
3372         * config/ia64/vect.md (vec_initv2si): Renamed to ...
3373         (vec_initv2sisi): ... this.
3374         (vec_initv2sf): Renamed to ...
3375         (vec_initv2sfsf): ... this.
3376         (vec_extractv2sf): Renamed to ...
3377         (vec_extractv2sfsf): ... this.
3378         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
3379         (vec_init<mode>): Renamed to ...
3380         (vec_init<mode><VEC_base_l>): ... this.
3381         (vec_extract<mode>): Renamed to ...
3382         (vec_extract<mode><VEC_base_l>): ... this.
3383         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
3384         (vec_initv2sfsf): ... this.
3385         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
3386         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3387         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
3388         gen_vec_init* calls.
3390 2017-08-01  Richard Biener  <rguenther@suse.de>
3392         PR tree-optimization/81297
3393         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
3394         TREE_OVERFLOW from INTEGER_CSTs.
3396 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
3398         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
3400 2017-07-31  Carl Love  <cel@us.ibm.com>
3402         * config/rs6000/rs6000-c: Add support for built-in functions
3403         vector signed char vec_xl_be (signed long long, signed char *);
3404         vector unsigned char vec_xl_be (signed long long, unsigned char *);
3405         vector signed int vec_xl_be (signed long long, signed int *);
3406         vector unsigned int vec_xl_be (signed long long, unsigned int *);
3407         vector signed long long vec_xl_be (signed long long, signed long long *);
3408         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
3409         vector signed short vec_xl_be (signed long long, signed short *);
3410         vector unsigned short vec_xl_be (signed long long, unsigned short *);
3411         vector double vec_xl_be (signed long long, double *);
3412         vector float vec_xl_be (signed long long, float *);
3413         * config/rs6000/altivec.h (vec_xl_be): Add #define.
3414         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
3415         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
3416         for the builtins.
3417         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
3418         (altivec_expand_builtin): Add switch statement to call
3419         altivec_expand_xl_be for each builtin.
3420         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
3421         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
3422         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
3423         __builtin_vsx_le_be_v16qi.
3424         * doc/extend.texi: Update the built-in documentation file for the
3425         new built-in functions.
3427 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3429         PR target/25967
3430         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
3431         New function.
3432         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
3434 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3436         * config.gcc: Add z14.
3437         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
3438         CPU model numbers for z13s and z14.
3439         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
3440         arch12 with z14.
3441         * config/s390/s390-opts.h (enum processor_type): Rename
3442         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3443         * config/s390/s390.c (processor_table): Add field for CPU name to
3444         be passed to Binutils.
3445         (s390_asm_output_machine_for_arch): Use the new field in
3446         processor_table for Binutils.
3447         (s390_expand_builtin): Replace arch12 with z14.
3448         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3449         (s390_get_sched_attrmask): Likewise.
3450         (s390_get_unit_mask): Likewise.
3451         * config/s390/s390.opt: Add z14 to processor_type enum.
3453 2017-07-31  Martin Jambor  <mjambor@suse.cz>
3455         PR hsa/81477
3456         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
3457         regardless of optimization level.
3459 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
3460             Martin Liska  <mliska@suse.cz>
3462         * predict.def: Remove old comment and adjust probability.
3463         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
3464         PREDICT statements.
3466 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3468         PR target/25967
3469         * config/i386/i386.c (ix86_function_naked): New function.
3470         (ix86_can_use_return_insn_p): Return false for naked functions.
3471         (ix86_expand_prologue): Skip prologue for naked functions.
3472         (ix86_expand_epilogue): Skip epilogue for naked functions
3473         and emit trap instruction.
3474         (ix86_warn_func_return): New function.
3475         (ix86_attribute_table): Add "naked" attribute specification.
3476         (TARGET_WARN_FUNC_RETURN): Define.
3477         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
3479 2017-07-31  Martin Liska  <mliska@suse.cz>
3481         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
3482         (dump_gimple_bb_header): Always dump BB info.
3483         (pp_cfg_jump): Do not append info about BB when dumping a jump.
3485 2017-07-31  Martin Liska  <mliska@suse.cz>
3487         PR sanitize/81530
3488         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
3489         also with current_function_decl non-null equality.
3491 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
3493         PR sanitizer/81604
3494         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
3495         change type to the element type, instead add eltype variable and
3496         use it where we are interested in the element type.
3498         PR tree-optimization/81603
3499         * ipa-polymorphic-call.c
3500         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
3501         offset arithmetic in offset_int, bail out if the resulting bit offset
3502         doesn't fit into shwi.
3504 2017-07-31  Martin Liska  <mliska@suse.cz>
3506         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
3507         (gimplify_save_expr): Fix comment.
3509 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
3511         PR target/79793
3512         * config/i386/i386.c (ix86_function_arg): Update arguments for
3513         exception handler.
3514         (ix86_compute_frame_layout): Set the initial stack offset to
3515         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
3516         INCOMING_FRAME_SP_OFFSET.
3517         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
3518         stack before exception handler returns.
3519         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
3520         the 'ERROR_CODE' for exception handler.
3522 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
3524         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
3525         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
3526         (ASM_OUTPUT_REG_POP): Ditto.
3527         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
3528         instead of asm_fprintf to output pure string.
3530 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
3532         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
3533         to imported_module_or_decl hook.
3534         (debug_nothing_tree_tree_tree_bool): Remove.
3535         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
3536         * debug.c (do_nothing_debug_hooks): Use
3537         debug_nothing_tree_tree_tree_bool_bool instead of
3538         debug_nothing_tree_tree_tree_bool.
3539         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
3540         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
3541         * sdbout.c (sdb_debug_hooks): Likewise.
3542         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
3543         (gen_namespace_die): Add DW_AT_export_symbols attribute if
3544         langhook wants it.
3545         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
3546         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
3547         attribute, don't add anything.
3549 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3551         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
3552         (fold_build2_stat_loc): Likewise.
3553         (fold_build3_stat_loc): Likewise.
3554         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
3555         (fold_build1_loc): Remove macro.
3556         (fold_build2_loc): Likewise.
3557         (fold_build3_loc): Likewise.
3559 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3561         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
3562         (gimple_build_debug_bind_source_stat): Likewise.
3563         * gimple.h (gimple_build_debug_bind): Remove macro.
3564         (gimple_build_debug_bind_source): Likewise.
3566 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3568         * bitmap.c (bitmap_alloc): Adjust.
3569         (bitmap_gc_alloc): Likewise.
3570         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
3572 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3574         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
3575         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
3576         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
3577         (bitmap_gc_alloc_stat): Likewise.
3578         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
3580 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3582         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
3583         * rtl.h (shallow_copy_rtx): Remove macro.
3585 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3587         * emit-rtl.c (gen_raw_REG): Adjust.
3588         * gengenrtl.c (gendef): Likewise.
3589         * rtl.c (rtx_alloc_stat): Remove _stat from name.
3590         * rtl.h (rtx_alloc): Remove macro.
3592 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3594         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
3595         (build_tree_list_stat): Likewise.
3596         * tree.h (build_tree_list): Remove macro.
3597         (build_tree_list_vec): Likewise.
3599 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3601         * tree.c (make_vector_stat): Remove _stat from name.
3602         (build_vector_stat): Likewise.
3603         * tree.h (make_vector_stat): Remove macro.
3604         (build_vector_stat): Likewise.
3606 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3608         * tree.h (build_var_debug_value): Remove prototype.
3610 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3612         * tree.c (tree_cons_stat): Remove _stat from name.
3613         * tree.h (tree_cons): Remove macro.
3615 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3617         * tree.c (build_vl_exp_stat): Remove _stat from name.
3618         * tree.h (build_vl_exp): Remove macro.
3620 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3622         * tree.c (build_decl_stat): Remove _stat from name.
3623         * tree.h (build_decl): Remove macro.
3625 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3627         * gimple.c (gimple_build_with_ops_stat): Adjust.
3628         (gimple_alloc_stat): Remove _stat from name.
3629         * gimple.h (gimple_alloc): Remove macro.
3631 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3633         * tree.c (make_tree_vec_stat): Remove _stat from name.
3634         (grow_tree_vec_stat): Likewise.
3635         * tree.h (make_tree_vec_stat): Adjust prototype.
3636         (grow_tree_vec_stat): Likewise.
3637         (make_tree_vec): Remove macro.
3638         (grow_tree_vec): Likewise.
3640 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3642         * fold-const.c (fold_build1_stat_loc): Adjust.
3643         (fold_build2_stat_loc): Likewise.
3644         (fold_build3_stat_loc): Likewise.
3645         * tree.c (build0_stat): Remove _stat from name.
3646         (build1_stat): Likewise.
3647         (build2_stat): Likewise.
3648         (build3_stat): Likewise.
3649         (build4_stat): Likewise.
3650         (build5_stat): Likewise.
3651         * tree.h (build1_loc): Remove macro, and rename _stat function
3652         to this.
3653         (build2_loc): Likewise.
3654         (build3_loc): Likewise.
3655         (build4_loc): Likewise.
3656         (build5_loc): Likewise.
3658 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3660         * tree.c (make_int_cst_stat): Remove _stat from name.
3661         * tree.h (make_int_cst_stat): Adjust prototype.
3662         (make_int_cst): Remove macro.
3664 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3666         * tree.c (make_tre_binfo_stat): Remove _stat from name.
3667         * tree.h (make_tree_binfo_stat): Adjust prototype.
3668         (make_tree_binfo): Remove.
3670 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3672         * tree.c (copy_node_stat): Rename to copy_node.
3673         (build_distinct_type_copy): Adjust.
3674         * tree.h (copy_node_stat): Adjust prototype.
3675         (copy_node): Remove macro.
3677 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3679         * tree.c (make_node_stat): rename to make_node.
3680         (build_tree_list_stat): Adjust.
3681         (build0_stat): Likewise.
3682         (build2_stat): Likewise.
3683         (build3_stat): Likewise.
3684         (build4_stat): Likewise.
3685         (build5_stat): Likewise.
3686         (build_decl_stat): Likewise.
3687         * tree.h (make_node_stat): Adjust prototype.
3688         (make_node): remove macro.
3690 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
3692         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
3693         (PPC_FEATURE2_SCV): Likewise.
3694         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
3696 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3698         * config/aarch64/aarch64.c
3699         (aarch64_internal_mov_immediate): Add new special pattern.
3700         * config/aarch64/aarch64.md (*movdi_aarch64):
3701         Add reg/32bit const mov case.
3703 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3704             Richard Sandiford <richard.sandiford@linaro.org>
3706         * config/aarch64/aarch64.md (mov<mode>): Generalize.
3707         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
3708         Add integer and movi cases.
3709         (movi-split-hf-df-sf split, fp16): New.
3710         (enabled): Added TARGET_FP_F16INST.
3711         * config/aarch64/iterators.md (GPF_HF): New.
3712         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
3714 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3716         * config/aarch64/aarch64.c
3717         (aarch64_simd_container_mode): Add prototype.
3718         (aarch64_expand_mov_immediate): Add HI support.
3719         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
3720         (aarch64_can_const_movi_rtx_p): New.
3721         (aarch64_preferred_reload_class):
3722         Remove restrictions of using FP registers for certain SIMD operations.
3723         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
3724         (aarch64_valid_floating_const): Add integer move validation.
3725         (aarch64_simd_imm_scalar_p): Remove.
3726         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
3727         (aarch64_legitimate_constant_p): Expand list of supported cases.
3728         * config/aarch64/aarch64-protos.h
3729         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
3730         (aarch64_reinterpret_float_as_int): New.
3731         (aarch64_simd_imm_scalar_p): Remove.
3732         * config/aarch64/constraints.md (Uvi): New.
3733         (Dd): Split into Ds and new Dd.
3734         * config/aarch64/aarch64.md (*movsi_aarch64):
3735         Add SIMD mov case.
3736         (*movdi_aarch64): Add SIMD mov case.
3738 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3740         * tree-predcom.c: (struct chain): Handle store-store chain in which
3741         stores for elimination only store loop invariant values.
3742         (execute_pred_commoning_chain): Ditto.
3743         (prepare_initializers_chain_store_elim): Ditto.
3744         (prepare_finalizers): Ditto.
3745         (is_inv_store_elimination_chain): New function.
3746         (initialize_root_vars_store_elim_1): New function.
3748 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3750         * tree-predcom.c: Revise general description of the pass.
3751         (enum chain_type): New enum type for store elimination.
3752         (struct chain): New field supporting store elimination.
3753         (struct component): Ditto.
3754         (dump_chain): Dump store-stores chain.
3755         (release_chain): Release resources.
3756         (split_data_refs_to_components): Compute and create component
3757         contains only stores for elimination.
3758         (get_chain_last_ref_at): New function.
3759         (make_invariant_chain): Initialization.
3760         (make_rooted_chain): Specify chain type in parameter and record it.
3761         (add_looparound_copies): Skip for store-stores chain.
3762         (determine_roots_comp): Compute type of chain and pass it to
3763         make_rooted_chain.
3764         (initialize_root_vars_store_elim_2): New function.
3765         (finalize_eliminated_stores): New function.
3766         (remove_stmt): Handle store for elimination.
3767         (execute_pred_commoning_chain): Execute predictive commoning on
3768         store-store chains.
3769         (determine_unroll_factor): Skip unroll for store-stores chain.
3770         (prepare_initializers_chain_store_elim): New function.
3771         (prepare_initializers_chain): Hanlde store-store chain.
3772         (prepare_finalizers_chain, prepare_finalizers): New function.
3773         (tree_predictive_commoning_loop): Return integer value indicating
3774         if loop is unrolled or lcssa form is corrupted.
3775         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
3777 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3779         * tree-predcom.c (initialize_root): Delete.
3780         (execute_pred_commoning_chain): Initialize root vars and replace
3781         reference of non-combined chain directly, rather than call above
3782         function.
3784 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3786         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
3787         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
3789 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3791         * tree-predcom.c (struct chain): New field init_seq.
3792         (release_chain): Release init_seq.
3793         (prepare_initializers_chain): Record intialization stmts in above
3794         field.
3795         (insert_init_seqs): New function.
3796         (tree_predictive_commoning_loop): Call insert_init_seqs.
3798 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3800         * tree-predcom.c (determine_roots_comp): Skip trivial components.
3802 2017-07-28  Richard Biener  <rguenther@suse.de>
3804         * match.pd: Remove superfluous :c.
3805         * genmatch.c (simplify::id): Add member.
3806         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
3807         Copy id.
3808         (current_id): New global.
3809         (dt_node::parent): Move from ...
3810         (dt_operand::parent): ... here.  Add for_id member.
3811         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
3812         (decision_tree::find_node): Relax order requirement when
3813         merging DT_TRUE nodes to ones inbetween the current simplify
3814         and the one we try to merge with.  Add diagnostic whenever
3815         we need to enforce pattern order by not merging.
3816         (decision_tree::insert): Set current_id.
3817         (decision_tree::print_node): Dump parent node and for_id.
3818         (parser::last_id): Add member.
3819         (parser::push_simplify): Assign unique id.
3820         (parser::parser): Initialize last_id.
3822 2017-07-28  Martin Liska  <mliska@suse.cz>
3824         PR sanitizer/81340
3825         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
3826         gimple_build_debug_bind.
3828 2017-07-28  Richard Biener  <rguenther@suse.de>
3830         PR tree-optimization/81502
3831         * match.pd: Add pattern combining BIT_INSERT_EXPR with
3832         BIT_FIELD_REF.
3833         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
3834         size/pos operands.
3835         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
3836         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
3837         for BIT_FIELD_REF args.
3838         * fold-const.c (make_bit_field_ref): Likewise.
3839         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
3841 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3843         PR sanitizer/80998
3844         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
3845         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
3846         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
3847         Or it into SANITIZER_UNDEFINED.
3848         * ubsan.c: Include gimple-fold.h and varasm.h.
3849         (ubsan_expand_ptr_ifn): New function.
3850         (instrument_pointer_overflow): New function.
3851         (maybe_instrument_pointer_overflow): New function.
3852         (instrument_object_size): Formatting fix.
3853         (pass_ubsan::execute): Call instrument_pointer_overflow
3854         and maybe_instrument_pointer_overflow.
3855         * internal-fn.c (expand_UBSAN_PTR): New function.
3856         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
3857         * sanitizer.def (__ubsan_handle_pointer_overflow,
3858         __ubsan_handle_pointer_overflow_abort): New builtins.
3859         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
3860         * internal-fn.def (UBSAN_PTR): New internal function.
3861         * opts.c (sanitizer_opts): Add pointer-overflow.
3862         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
3863         * fold-const.c (build_range_check): Compute pointer range check in
3864         integral type if pointer arithmetics would be needed.  Formatting
3865         fixes.
3867 2017-07-28  Martin Liska  <mliska@suse.cz>
3869         PR sanitizer/81460
3870         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
3871         parameters that are of a variable-length.
3873 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3875         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
3876         rs6000/biarch64.h.
3877         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
3878         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3879         (CRT_CALL_STATIC_FUNCTION): Likewise.
3880         (ASM_DEFAULT_SPEC): New define.
3881         (ASM_SPEC32): Likewise.
3882         (ASM_SPEC64): Likewise.
3883         (ASM_SPEC_COMMON): Likewise.
3884         (ASM_SPEC): Likewise.
3885         (INVALID_64BIT): Likewise.
3886         (LINK_OS_DEFAULT_SPEC): Likewise.
3887         (LINK_OS_SPEC32): Likewise.
3888         (LINK_OS_SPEC64): Likewise.
3889         (POWERPC_LINUX): Likewise.
3890         (PTRDIFF_TYPE): Likewise.
3891         (RESTORE_FP_PREFIX): Likewise.
3892         (RESTORE_FP_SUFFIX): Likewise.
3893         (SAVE_FP_PREFIX): Likewise.
3894         (SAVE_FP_SUFFIX): Likewise.
3895         (SIZE_TYPE): Likewise.
3896         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
3897         (TARGET_64BIT): Likewise.
3898         (TARGET_64BIT): Likewise.
3899         (TARGET_AIX): Likewise.
3900         (WCHAR_TYPE_SIZE): Likewise.
3901         (WCHAR_TYPE): Undefine.
3902         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
3903         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
3904         (CPP_OS_RTEMS_SPEC): Delete.
3905         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
3906         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
3907         link_os_spec64.
3908         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
3910 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3912         PR tree-optimization/81578
3913         * tree-parloops.c (build_new_reduction): Bail out if
3914         reduction_code isn't one of the standard OpenMP reductions.
3915         Move the details printing after that decision.
3917 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3919         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
3920         related to reload_in_progress.
3921         (splat_input_operand): Likewise.
3922         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
3923         Delete prototype.
3924         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
3925         field.
3926         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
3927         (TARGET_INSTANTIATE_DECLS): Likewise.
3928         (legitimate_indexed_address_p): Delete reload_in_progress code.
3929         (rs6000_debug_legitimate_address_p): Likewise.
3930         (rs6000_eliminate_indexed_memrefs): Likewise.
3931         (rs6000_emit_le_vsx_store): Likewise.
3932         (rs6000_emit_move_si_sf_subreg): Likewise.
3933         (rs6000_emit_move): Likewise.
3934         (register_to_reg_type): Likewise.
3935         (rs6000_pre_atomic_barrier): Likewise.
3936         (rs6000_machopic_legitimize_pic_address): Likewise.
3937         (rs6000_allocate_stack_temp): Likewise.
3938         (rs6000_address_for_fpconvert): Likewise.
3939         (rs6000_address_for_altivec): Likewise.
3940         (rs6000_secondary_memory_needed_rtx): Delete function.
3941         (rs6000_check_sdmode): Likewise.
3942         (rs6000_alloc_sdmode_stack_slot): Likewise.
3943         (rs6000_instantiate_decls): Likewise.
3944         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
3945         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
3946         Delete reload_in_progress.
3947         (*vec_reload_and_plus_<mptrsize>): Likewise.
3948         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
3949         (vsx_div_v2di): Likewise.
3950         (vsx_udiv_v2di): Likewise.
3952 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3954         * config/rs6000/rs6000.opt (mlra): Replace with stub.
3955         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
3956         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
3957         (rs6000_debug_reg_global): Delete print of LRA status.
3958         (rs6000_option_override_internal): Delete dead LRA related code.
3959         (rs6000_lra_p): Delete function.
3960         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
3962 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3964         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
3965         * config/riscv/rtems.h: New file.
3967 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3968             Sudakshina Das  <sudi.das@arm.com>
3970         * config/aarch64/aarch64.md
3971         (define_split for and<mode>3nr_compare): Move
3972         non aarch64_logical_operand to a register.
3973         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
3974         register immediate operand to a register.
3975         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
3977 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3979         PR middle-end/81564
3980         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
3982 2017-07-27  Richard Biener  <rguenther@suse.de>
3984         PR tree-optimization/81573
3985         PR tree-optimization/81494
3986         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
3987         multi defuse cycle case.
3989 2017-07-27  Richard Biener  <rguenther@suse.de>
3991         PR tree-optimization/81571
3992         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
3993         PHIs.
3995 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
3997         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
3998         earlier and only if MASK_FPU is set.  Adjust formatting.
4000 2017-07-27  Martin Liska  <mliska@suse.cz>
4002         * opt-functions.awk: Add validation of value of Init.
4003         * optc-gen.awk: Pass new argument.
4005 2017-07-27  Martin Liska  <mliska@suse.cz>
4007         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
4008         Fix wrong condition.
4010 2017-07-27  Martin Liska  <mliska@suse.cz>
4012         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
4013         BBs and edges seen by autoFDO.
4015 2017-07-27  Richard Biener  <rguenther@suse.de>
4017         PR tree-optimization/81502
4018         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
4019         with incompatible but same sized type.
4020         (execute_update_addresses_taken): Likewise.
4022 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
4024         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
4025         flag_tree_loop_vectorize rather than flag_tree_vectorize.
4027 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
4029         PR target/81534
4030         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
4031         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
4032         Change s_operand to memory_operand.
4034 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
4036         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
4037         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
4038         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
4039         Emit instructions rather than returning an expression.  Handle TFmode
4040         and KFmode by casting to TImode.
4041         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
4042         (rs6000_emit_le_vsx_store): Likewise.
4043         * config/rs6000/vsx.md (VSX_TI): New iterator.
4044         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
4045         (*vsx_le_undo_permute_<mode>): Likewise.
4046         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
4047         emit the split sequence.
4048         (*vsx_le_perm_store_<mode>): Likewise.
4050 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
4052         PR tree-optimization/81555
4053         PR tree-optimization/81556
4054         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
4055         if true, force CHANGED for the recursive invocation.
4056         (reassociate_bb): Remember original length of ops array, pass
4057         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
4059         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
4060         attributes for noipa attribute.  For naked attribute use
4061         lookup_attribute first before lookup_attribute_spec.
4062         * final.c (rest_of_handle_final): Disable IPA RA for functions with
4063         noipa attribute.
4064         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
4065         for functions with noipa attribute.
4066         (cgraph_externally_visible_p): Return true for functions with noipa
4067         attribute.
4068         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
4069         for functions with noipa attribute.
4070         * doc/extend.texi: Document noipa function attribute.
4071         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
4072         also for functions with noipa attribute.
4073         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
4075 2017-07-26  Andrew Pinski  <apinski@cavium.com>
4077         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
4078         vec_unalign_load_cost and vec_unalign_store_cost.
4080 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
4082         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
4083         -mvsx-small-integer option.
4084         (ISA_3_0_MASKS_IEEE): Likewise.
4085         (OTHER_VSX_VECTOR_MASKS): Likewise.
4086         (POWERPC_MASKS): Likewise.
4087         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
4088         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
4089         code, only testing for DImode being allowed in non-VSX floating
4090         point registers.
4091         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
4092         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
4093         another VSX test.
4094         (rs6000_option_override_internal): Delete -mvsx-small-integer.
4095         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
4096         TARGET_P8_VECTOR test.
4097         (rs6000_secondary_reload_simple_move): Likewise.
4098         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
4099         since TARGET_P9_VECTOR was already tested.
4100         (rs6000_opt_masks): Remove -mvsx-small-integer.
4101         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
4102         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4103         used.
4104         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
4105         test for TARGET_VEXTRACTUB was used, and that uses
4106         TARGET_P9_VECTOR.
4107         (p9 extract splitter): Likewise.
4108         (vsx_extract_<mode>_di_p9): Likewise.
4109         (vsx_extract_<mode>_store_p9): Likewise.
4110         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
4111         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
4112         the elimination of TARGET_VSX_SMALL_INTEGER.
4113         (vsx_extract_<mode>_p8): Likewise.
4114         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
4115         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
4116         (vsx_set_<mode>_p9): Likewise.
4117         (vsx_set_v4sf_p9): Likewise.
4118         (vsx_set_v4sf_p9_zero): Likewise.
4119         (vsx_insert_extract_v4sf_p9): Likewise.
4120         (vsx_insert_extract_v4sf_p9_2): Likewise.
4121         * config/rs6000/rs6000.md (sign extend splitter): Change
4122         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
4123         (floatsi<mode>2_lfiwax_mem): Likewise.
4124         (floatunssi<mode>2_lfiwzx_mem): Likewise.
4125         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
4126         since a test for TARGET_P9_VECTOR was used.
4127         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4128         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
4129         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4130         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
4131         TARGET_P8_VECTOR test.
4132         (fix_trunc<mode>si2_stfiwx): Likewise.
4133         (fix_trunc<mode>si2_internal): Likewise.
4134         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
4135         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4136         used.
4137         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4138         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
4139         TARGET_P8_VECTOR test.
4140         (fixuns_trunc<mode>si2_stfiwx): Likewise.
4141         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
4142         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4143         used.
4144         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4145         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
4146         since a test for TARGET_P9_VECTOR was used.
4147         (splitter for loading small constants): Likewise.
4149 2017-07-26  Andrew Pinski  <apinski@cavium.com>
4151         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
4152         vec_fp_stmt_cost.
4154 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
4156         PR target/81563
4157         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
4158         (fp_valid_at): Likewise.
4160 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4162         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
4163         (qdf24xx_addrcost_table): Likewise.
4164         (cortexa57_tunings): Update to use generic_branch_cost.
4165         (cortexa72_tunings): Likewise.
4166         (cortexa73_tunings): Likewise.
4167         (qdf24xx_tunings): Likewise.
4169 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4171         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
4172         (thunderx2t99_branch_cost): Likewise.
4173         (cortexa35_tunings): Update to use generic_branch_cost.
4174         (cortexa53_tunings): Likewise.
4175         (cortexa57_tunings): Likewise.
4176         (cortexa72_tunings): Likewise.
4177         (cortexa73_tunings): Likewise.
4178         (thunderx2t99_tunings): Likewise.
4180 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4182         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
4183         (sparc_option_override): Honour MASK_FSMULD.
4184         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
4185         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
4186         * config/sparc/sparc.opt (mfsmuld): New option.
4187         * doc/invoke.texi (mfsmuld): Document option.
4189 2017-07-26  Marek Polacek  <polacek@redhat.com>
4191         PR middle-end/70992
4192         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
4194 2017-07-26  Richard Biener  <rguenther@suse.de>
4196         * gimple-match-head.c (do_valueize): Return OP if valueize
4197         returns NULL_TREE.
4198         (get_def): New helper to get at the def stmt of a SSA name
4199         if valueize allows.
4200         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
4201         do_valueize to get at the def stmt.
4202         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
4204 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
4206         PR middle-end/46932
4207         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
4209 2017-07-26  Martin Liska  <mliska@suse.cz>
4211         PR sanitize/81186
4212         * function.c (expand_function_start): Make expansion of
4213         nonlocal_goto_save_area after parm_birth_insn.
4215 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4217         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
4218         from all CPU target flags enable members.
4220 2017-07-26  Richard Biener  <rguenther@suse.de>
4222         * genmatch.c (dt_simplify::gen): Make iterator vars const.
4223         (decision_tree::gen): Make 'type' const.
4224         (write_predicate): Likewise.
4226 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4228         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
4229         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
4230         (rs6000_option_override_internal): Likewise.
4231         (rs6000_expand_vector_set): Likewise.
4232         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
4233         (TARGET_UPPER_REGS_SF): Likewise.
4234         (TARGET_UPPER_REGS_DI): Likewise.
4235         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
4236         (TARGET_DIRECT_MOVE_64BIT): Likewise.
4237         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
4238         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4239         (Splitters for DI constants in Altivec registers): Likewise.
4240         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
4241         (vsx_set_v4sf_p9): Likewise.
4242         (vsx_set_v4sf_p9_zero): Likewise.
4243         (vsx_insert_extract_v4sf_p9): Likewise.
4244         (vsx_insert_extract_v4sf_p9_2): Likewise.
4246 2017-07-25  Carl Love  <cel@us.ibm.com>
4248         * doc/extend.texi: Update the built-in documentation file for the
4249         existing built-in functions
4250         vector signed char vec_cnttz (vector signed char);
4251         vector unsigned char vec_cnttz (vector unsigned char);
4252         vector signed short vec_cnttz (vector signed short);
4253         vector unsigned short vec_cnttz (vector unsigned short);
4254         vector signed int vec_cnttz (vector signed int);
4255         vector unsigned int vec_cnttz (vector unsigned int);
4256         vector signed long long vec_cnttz (vector signed long long);
4257         vector unsigned long long vec_cnttz (vector unsigned long long);
4259 2017-07-25  Andrew Pinski  <apinski@cavium.com>
4261         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
4262         accesses where the use is for the first operand of a BIT_INSERT.
4264 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4266         PR bootstrap/81521
4267         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4268         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4270 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4272         * config/i386/gstabs.h: Delete.
4273         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
4275 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
4277         * config/i386/i386.c (ix86_decompose_address): Do not check for
4278         register RTX when looking at index_reg or base_reg.
4279         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
4281 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
4283         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
4284         to update EH info here.
4286 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4288         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
4290 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4292         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
4294 2017-07-25  Torsten Duwe  <duwe@suse.de>
4296         * common.opt: Introduce -fpatchable-function-entry
4297         command line option, and its variables function_entry_patch_area_size
4298         and function_entry_patch_area_start.
4299         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
4300         including a two-value parser.
4301         * target.def (print_patchable_function_entry): New target hook.
4302         * targhooks.h (default_print_patchable_function_entry): New function.
4303         * targhooks.c (default_print_patchable_function_entry): Likewise.
4304         * toplev.c (process_options): Switch off IPA-RA if
4305         patchable function entries are being generated.
4306         * varasm.c (assemble_start_function): Look at the
4307         patchable-function-entry command line switch and current
4308         function attributes and maybe generate NOP instructions by
4309         calling the print_patchable_function_entry hook.
4310         * doc/extend.texi: Document patchable_function_entry attribute.
4311         * doc/invoke.texi: Document -fpatchable_function_entry
4312         command line option.
4313         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
4314         New target hook.
4315         * doc/tm.texi: Re-generate.
4317 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
4319         PR target/81532
4320         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
4321         TARGET_AVX512DQ rather than TARGET_AVX512BW.
4323 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
4325         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
4327 2017-07-25  Richard Biener  <rguenther@suse.de>
4329         PR tree-optimization/81455
4330         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
4331         not walk in cycles when looking for guards.
4333 2017-07-25  Richard Biener  <rguenther@suse.de>
4335         PR tree-optimization/81529
4336         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
4337         when optimizing backedge uses.
4339 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
4341         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
4342         character for AIX.
4343         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
4344         to dl_section_ref.  On AIX, append an expression to subtract
4345         the size of the section length to dl_section_ref.
4347 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
4349         * configure.ac: If any of the config.* scripts fail, exit 1.
4350         * configure: Regenerate.
4352 2017-07-25  Richard Biener  <rguenther@suse.de>
4354         PR middle-end/81546
4355         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
4356         of immediate uses, be more verbose on errors.
4358 2017-07-25  Richard Biener  <rguenther@suse.de>
4360         PR tree-optimization/81510
4361         * tree-vect-loop.c (vect_is_simple_reduction): When the
4362         reduction stmt is not inside the loop bail out.
4364 2017-07-25  Richard Biener  <rguenther@suse.de>
4366         PR tree-optimization/81303
4367         * tree-vect-loop-manip.c (vect_loop_versioning): Build
4368         profitability check against LOOP_VINFO_NITERSM1.
4370 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4372         * domwalk.c (cmp_bb_postorder): Simplify.
4373         (sort_bbs_postorder): New function.  Use it...
4374         (dom_walker::walk): ...here to optimize common cases.
4376 2017-07-25  Martin Liska  <mliska@suse.cz>
4378         PR ipa/81520
4379         * ipa-visibility.c (function_and_variable_visibility): Make the
4380         redirection just on target that supports aliasing.
4381         Fix GNU coding style.
4383 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4385         PR libgcc/61152
4386         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
4387         Format changes.
4388         * config/arm/rtems.h: Likewise.
4389         * config/bfin/rtems.h: Likewise.
4390         * config/i386/rtemself.h: Likewise.
4391         * config/lm32/rtems.h: Likewise.
4392         * config/m32c/rtems.h: Likewise.
4393         * config/m68k/rtemself.h: Likewise.
4394         * config/microblaze/rtems.h: Likewise.
4395         * config/mips/rtems.h: Likewise.
4396         * config/moxie/rtems.h: Likewise.
4397         * config/nios2/rtems.h: Likewise.
4398         * config/powerpcspe/rtems.h: Likewise.
4399         * config/rs6000/rtems.h: Likewise.
4400         * config/rtems.h: Likewise.
4401         * config/sh/rtems.h: Likewise.
4402         * config/sh/rtemself.h: Likewise.
4403         * config/sparc/rtemself.h: Likewise.
4405 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4407         PR 81487
4408         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
4409         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
4410         * tree-ssa-structalias.c (alias_get_name): Same.
4412 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
4414         PR target/81414
4415         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
4416         instructions if no du chain is found.
4418 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4420         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
4422 2017-07-25  Richard Biener  <rguenther@suse.de>
4424         PR middle-end/81505
4425         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
4426         sticky.
4428 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4430         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
4431         upper-regs options.
4432         (ISA_2_7_MASKS_SERVER): Likewise.
4433         (ISA_3_0_MASKS_IEEE): Likewise.
4434         (OTHER_P8_VECTOR_MASKS): Likewise.
4435         (OTHER_VSX_VECTOR_MASKS): Likewise.
4436         (POWERPC_MASKS): Likewise.
4437         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
4438         duplicate list of options.
4439         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
4440         explicit -mupper-regs options.
4441         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
4442         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
4443         alias for -mupper-regs-df.
4444         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
4445         (rs6000_init_hard_regno_mode_ok): Likewise.
4446         (rs6000_option_override_internal): Likewise.
4447         (rs6000_opt_masks): Likewise.
4448         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
4449         options in terms of whether -mvsx or -mpower8-vector was used.
4450         (TARGET_UPPER_REGS_DI): Likewise.
4451         (TARGET_UPPER_REGS_SF): Likewise.
4452         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
4453         -mupper-regs-* options.
4455 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4457         * passes.c (emergency_dump_function): Print some empty lines and a
4458         header before the RTL dump.
4460 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4462         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
4464 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
4466         PR target/79041
4467         * config/aarch64/aarch64.c (aarch64_classify_symbol):
4468         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
4470 2017-07-24  Carl Love  <cel@us.ibm.com>
4472         * config/rs6000/rs6000-c.c: Add support for built-in functions
4473         vector float vec_extract_fp32_from_shorth (vector unsigned short);
4474         vector float vec_extract_fp32_from_shortl (vector unsigned short);
4475         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
4476         vec_extract_fp_from_shortl): Add defines for the two builtins.
4477         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
4478         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
4479         new builtins.
4480         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
4481         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
4482         * doc/extend.texi: Update the built-in documentation file for the
4483         new built-in function.
4485 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
4487         PR bootstrap/81521
4488         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
4489         documentation.
4490         * doc/generic.texi: Likewise.
4491         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4492         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4494 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
4496         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
4497         (aarch64_mls_elt_merge<mode>): Likewise.
4499 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
4501         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
4502         having __cxa_atexit.
4504 2017-07-23  Michael Collison  <michael.collison@arm.com>
4506         * config/arm/arm.c (arm_option_override): Deprecate
4507         use of -mstructure-size-boundary.
4508         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
4509         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
4511 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4513         PR target/80695
4514         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
4515         Reduce cost estimate for direct moves.
4517 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
4519         PR target/80569
4520         * config/i386/i386.c (ix86_option_override_internal): Disable
4521         BMI, BMI2 and TBM instructions for -m16.
4523 2017-07-21  Carl Love  <cel@us.ibm.com>
4525         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4526         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4527         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4528         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4529         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4530         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4531         VMULOSW): New enum "unspec" values.
4532         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4533         altivec_vmulosw): New patterns.
4534         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4535         VMULOSW): Add definitions.
4537 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
4539         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
4540         (qdf24xx): Likewise.
4541         * config/aarch64/aarch64-options-extensions.def (rdma); New.
4542         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
4543         (AARCH64_FL_V8_1): Renumber.
4544         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
4545         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
4546         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
4547         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
4548         rdma to feature modifiers list.
4550 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
4552         PR middle-end/56727
4553         * ipa-visibility (function_and_variable_visibility): Convert
4554         recursive PLT call to direct call if appropriate.
4556 2017-07-21  Andrew Pinski  <apinski@cavium.com>
4558         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
4559         operand 1 to see if the types precision matches.
4560         * fold-const.c (operand_equal_p): Likewise.
4562 2017-07-21  Richard Biener  <rguenther@suse.de>
4564         PR tree-optimization/81303
4565         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
4566         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
4567         (vect_peeling_hash_get_lowest_cost): Adjust.
4568         (vect_enhance_data_refs_alignment): Likewise.  Use
4569         vect_get_peeling_costs_all_drs to compute the penalty for no
4570         peeling to match up costs.
4572 2017-07-21  Richard Biener  <rguenther@suse.de>
4574         PR tree-optimization/81500
4575         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
4576         we didn't identify a reduction path.
4578 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4579             Cesar Philippidis  <cesar@codesourcery.com>
4581         PR gcov-profile/81442
4582         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
4583         probabilities.
4585 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4587         PR lto/81430
4588         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
4589         function.
4590         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
4591         nvptx_override_options_after_change.
4593 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
4595         * dwarf2out.c (output_file_names): Avoid double testing for
4596         dwarf_version >= 5.
4598 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
4600         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
4602 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4604         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
4605         hot/cold regions.
4606         (try_crossjump_to_edge): Do not punt on partitioned functions.
4608 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4610         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
4611         Put all BBs reachable only via paths crossing cold region to cold
4612         region.
4613         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
4615 2016-07-21  Richard Biener  <rguenther@suse.de>
4617         PR tree-optimization/81303
4618         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
4619         into account prologue and epilogue iterations when raising
4620         min_profitable_iters to sth at least covering one vector iteration.
4622 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
4624         * config/arm/arm.c (arm_test_cpu_arch_dat):
4625         Check for overlap.
4627 2017-07-20  Nathan Sidwell  <nathan@acm.org>
4629         Remove TYPE_METHODS.
4630         * tree.h (TYPE_METHODS): Delete.
4631         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
4632         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
4633         (dbxout_type_methods): Scan TYPE_FIELDS.
4634         (dbxout_type): Don't check TYPE_METHODS here.
4635         * function.c (use_register_for_decl): Always ignore register for
4636         class types when not optimizing.
4637         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
4638         * tree.c (free_lang_data_in_type): Stitch out member functions and
4639         templates from TYPE_FIELDS.
4640         (build_distinct_type_copy, verify_type_variant,
4641         verify_type): Member fns are on TYPE_FIELDS.
4642         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
4643         * tree-pretty-print.c (dump_generic_node): Likewise.
4645 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
4647         PR target/80846
4648         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
4649         V2TImode and V4TImode.
4650         (ix86_expand_vector_extract): Likewise.
4651         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
4652         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
4653         (ssescalarmode): Handle V4TImode and V2TImode.
4654         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
4655         (*vec_extractv2ti, *vec_extractv4ti): New insns.
4656         (VEXTRACTI128_MODE): New mode iterator.
4657         (splitter for *vec_extractv?ti first element): New.
4658         (VEC_INIT_MODE): New mode iterator.
4659         (vec_init<mode>): Consolidate 3 expanders into one using
4660         VEC_INIT_MODE mode iterator.
4662 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4664         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
4665         non_spilled_static_chain_regno_p.
4667 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4669         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
4671 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
4673         * bb-reorder.c (connect_traces): Allow copying of blocks within
4674         single partition.
4676 2017-07-20  Richard Biener  <rguenther@suse.de>
4678         * gimple.h (gimple_phi_result): Add gphi * overload.
4679         (gimple_phi_result_ptr): Likewise.
4680         (gimple_phi_arg): Likewise.  Adjust index assert to only
4681         allow actual argument accesses rather than all slots available
4682         by capacity.
4683         (gimple_phi_arg_def): Add gphi * overload.
4684         * tree-phinodes.c (make_phi_node): Initialize only actual
4685         arguments.
4686         (resize_phi_node): Clear memory not covered by old node,
4687         do not initialize excess argument slots.
4688         (reserve_phi_args_for_new_edge): Initialize new argument slot
4689         completely.
4691 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
4693         PR tree-optimization/81388
4694         Revert r238585:
4695         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4697         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
4698         by removing computation of may_be_zero.
4700 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4701             Tom de Vries  <tom@codesourcery.com>
4703         PR middle-end/81030
4704         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
4705         when gimple level profile disagrees with what RTL expander did.
4707 2017-07-20  Richard Biener  <rguenther@suse.de>
4709         PR tree-optimization/61171
4710         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
4711         (vect_analyze_stmt): Add slp instance parameter.
4712         (vectorizable_reduction): Likewise.
4713         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
4714         (vect_is_simple_reduction): Deal with chains not detected
4715         as SLP reduction chain, specifically not properly associated
4716         chains containing a mix of plus/minus.
4717         (get_reduction_op): Remove.
4718         (get_initial_defs_for_reduction): Simplify, pass in whether
4719         this is a reduction chain, pass in the SLP node for the PHIs.
4720         (vect_create_epilog_for_reduction): Get the SLP instance as
4721         arg and adjust.
4722         (vectorizable_reduction): Get the SLP instance as arg.
4723         During analysis remember the SLP node with the PHIs in the
4724         instance.  Simplify getting at the vectorized reduction PHIs.
4725         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
4726         through SLP instance.
4727         (vect_slp_analyze_operations): Likewise.
4728         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
4729         (vect_transform_stmt): Likewise.
4731 2017-07-20  Tom de Vries  <tom@codesourcery.com>
4733         PR tree-optimization/81489
4734         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
4735         read of phi arg location to before loop that modifies phi.
4737 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4739         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
4740         New pattern.
4742 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4744         PR middle-end/81331
4745         * except.c (execute): Fix ordering issue.
4747 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4749         PR rtl-optimization/81423
4750         * combine.c (make_compound_operation_int): Don't try to optimize
4751         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
4753 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4755         PR rtl-optimization/81423
4756         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
4757         with a constant that is -1 in the truncated to mode.
4759 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4761         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
4762         (determine_unlikely_bbs): ... here.
4763         * predict.h (propagate_unlikely_bbs_forward): Declare.
4764         * cfgexpand.c (pass_expand::execute): Use it.
4765         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
4766         unlikely edges.
4767         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
4768         propagate_unlikely_bbs_forward.
4770 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4772         PR middle-end/81331
4773         * except.c (maybe_add_nop_after_section_switch): New function.
4774         (execute): Use it.
4776 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4778         * gimple.h (gimple_phi_set_arg): Make assert more strict.
4780 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4782         * gimple.h (gimple_phi_arg): Make assert more strict.
4784 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
4786         * config.gcc (powerpc*-*-*): Add mmintrin.h.
4787         * config/rs6000/mmintrin.h: New file.
4788         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
4790 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4792         PR tree-optimization/81346
4793         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
4795 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4797         * config/nvptx/nvptx.md (VECIM): Add V2DI.
4799 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4801         * config/nvptx/nvptx-modes.def: Add V2DImode.
4802         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
4803         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
4804         (nvptx_output_mov_insn): Handle lack of mov.b128.
4805         (nvptx_print_operand): Handle 'H' and 'L' codes.
4806         (nvptx_vector_mode_supported): Allow V2DImode.
4807         (nvptx_preferred_simd_mode): New function.
4808         (nvptx_data_alignment): New function.
4809         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
4810         nvptx_preferred_simd_mode.
4811         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
4812         64 to 128 bits.
4813         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
4815 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4817         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
4818         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
4819         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
4820         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
4821         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
4822         (mov<VECIM>_insn): New define_insn.
4823         (define_expand "mov<VECIM>): New define_expand.
4825 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4827         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
4829 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4831         PR tree-optimization/81346
4832         * fold-const.h (fold_div_compare, range_check_type): Declare.
4833         * fold-const.c (range_check_type): New function.
4834         (build_range_check): Use range_check_type.
4835         (fold_div_compare): No longer static, rewritten into
4836         a match.pd helper function.
4837         (fold_comparison): Don't call fold_div_compare here.
4838         * match.pd (X / C1 op C2): New optimization using fold_div_compare
4839         as helper function.
4841 2017-07-19  Nathan Sidwell  <nathan@acm.org>
4843         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
4844         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
4845         * tree.c (find_decls_types_r, verify_type): Use
4846         TYPE_{MIN,MAX}_VALUE_RAW.
4847         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
4848         (hash_tree): Likewise.
4849         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
4850         Likewise.
4851         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
4852         Likewise.
4854 2017-07-18  Tom de Vries  <tom@codesourcery.com>
4856         PR middle-end/81464
4857         * omp-expand.c (expand_omp_for_static_chunk): Handle
4858         equal-argument loop exit phi.
4860 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
4862         PR target/81471
4863         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
4864         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
4865         operand 2 predicate.
4866         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
4867         operand 2 predicate.
4868         (ror,rol -> rorx splitters): Use const_int_operand as
4869         operand 2 predicate.
4871 2017-06-18  Richard Biener  <rguenther@suse.de>
4873         PR tree-optimization/81410
4874         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
4875         the gap in the ! slp_perm SLP case after each group.
4877 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4879         PR middle-end/81463
4880         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
4881         again.
4883 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4885         PR middle-end/81462
4886         * predict.c (set_even_probabilities): Cleanup; do not affect
4887         probabilities that are already known.
4888         (combine_predictions_for_bb): Call even when count is set.
4890 2017-07-18  Nathan Sidwell  <nathan@acm.org>
4892         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4893         TYPE_MAX_VALUE.
4895 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4897         PR target/81408
4898         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
4899         optimization for loop niter analysis.
4901 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
4903         PR target/81473
4904         * config/avr/avr.c (avr_optimize_casesi): Don't use
4905         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
4907 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4909         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
4910         body_cost_vec from _vect_peel_extended_info.
4911         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
4912         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
4913         npeel.
4915 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4917         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
4919 2017-07-18  Richard Biener  <rguenther@suse.de>
4921         PR tree-optimization/80620
4922         PR tree-optimization/81403
4923         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
4924         info when re-using a VN table entry.
4926 2017-07-18  Richard Biener  <rguenther@suse.de>
4928         PR tree-optimization/81418
4929         * tree-vect-loop.c (vectorizable_reduction): Properly compute
4930         vectype_in.  Verify that with lane-reducing reduction operations
4931         we have a single def-use cycle.
4933 2017-07-17  Carl Love  <cel@us.ibm.com>
4935         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
4937         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4938         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4939         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4940         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4941         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4942         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4943         VMULOSW): New enum "unspec" values.
4944         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
4945         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
4946         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4947         altivec_vmulosw): New patterns.
4948         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4949         VMULOSW): Add definitions.
4950 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
4952         * config/alpha/alpha.c: Include predict.h.
4954 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
4956         * tree-vrp.c (compare_assert_loc): Fix comparison function
4957         to return predictable results.
4959 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4961         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
4962         option.
4963         (subdi3): Likewise.
4964         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
4965         * doc/invoke.texi (mexpand-adddi): Update text.
4967 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4969         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
4970         that also clobbers the CC register. The old expand code is moved
4971         to ...
4972         (*arc_clzsi2): ... here.
4973         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
4974         the CC register. The old expand code is moved to ...
4975         (arc_ctzsi2): ... here.
4977 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4979         * config/arc/arc.opt (mindexed-loads): Use initial value
4980         TARGET_INDEXED_LOADS_DEFAULT.
4981         (mauto-modify-reg): Use initial value
4982         TARGET_AUTO_MODIFY_REG_DEFAULT.
4983         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4984         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4985         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4986         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4988 2017-07-17  Martin Liska  <mliska@suse.cz>
4990         PR sanitizer/81302
4991         * opts.c (finish_options): Do not allow -fgnu-tm
4992         w/ -fsanitize={kernel-,}address.  Say sorry.
4994 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4996         PR target/81369
4997         * tree-loop-distribution.c (classify_partition): Only assert on
4998         numer of iterations.
4999         (merge_dep_scc_partitions): Delete prameter.  Update function call.
5000         (distribute_loop): Remove code handling loop with unknown niters.
5001         (pass_loop_distribution::execute): Skip loop with unknown niters.
5003 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
5005         PR target/81369
5006         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
5007         function sort_partitions_by_post_order.
5009 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
5011         PR tree-optimization/81374
5012         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
5013         the max index of basic blocks, rather than number of basic blocks.
5015 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
5017         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
5018         proto.
5019         (arc_legitimate_pic_operand_p): Likewise.
5020         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
5021         function.
5022         (arc_needs_pcl_p): Likewise.
5023         (arc_legitimate_pc_offset_p): Likewise.
5024         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
5025         function is also used in constrains.md.
5026         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
5027         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
5028         PLUS.  Only return true/false in known cases, otherwise assert.
5029         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
5030         is already called in arc_legitimate_constant_p.
5031         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
5032         pic addresses.
5033         (LEGITIMATE_PIC_OPERAND_P): Use
5034         arc_raw_symbolic_reference_mentioned_p function.
5035         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
5036         function.
5037         (Cal): Likewise.
5038         (C32): Likewise.
5040 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
5041         Andrew Burgess  <andrew.burgess@embecosm.com>
5043         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
5044         (arc_return_address_register): New function.
5045         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
5046         (arc_handle_fndecl_attribute): Add naked attribute.
5047         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
5048         (TARGET_WARN_FUNC_RETURN): Likewise.
5049         (arc_allocate_stack_slots_for_args): New function.
5050         (arc_warn_func_return): Likewise.
5051         (machine_function): Change type fn_type.
5052         (arc_compute_function_type): Consider new naked function type,
5053         change function return type.
5054         (arc_must_save_register): Adapt to handle new
5055         arc_compute_function_type's return type.
5056         (arc_expand_prologue): Likewise.
5057         (arc_expand_epilogue): Likewise.
5058         (arc_return_address_regs): Delete.
5059         (arc_return_address_register): New function.
5060         (arc_epilogue_uses): Use above function.
5061         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
5062         (arc_function_type): Change encoding, add naked type.
5063         (ARC_INTERRUPT_P): Change to handle the new encoding.
5064         (ARC_FAST_INTERRUPT_P): Likewise.
5065         (ARC_NORMAL_P): Define.
5066         (ARC_NAKED_P): Likewise.
5067         (arc_compute_function_type): Delete prototype.
5068         * config/arc/arc.md (in_ret_delay_slot): Use
5069         arc_return_address_register function.
5070         (simple_return): Likewise.
5071         (p_return_i): Likewise.
5073 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
5075         PR tree-optimization/81428
5076         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
5077         can't be built for those types.
5079 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
5081         Remove stuff dead since r239246.
5083         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
5084         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
5085         (avr_inform_devices): Remove dead stuff.
5087 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
5089         * config/arm/arm_neon.h: Fix softp typo.
5091 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
5093         PR tree-optimization/81365
5094         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
5095         aggregate moves onto bb predecessor edges, make sure there are no
5096         loads that could alias the lhs in between the start of bb and the
5097         loads from *phi.
5099 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
5101         PR 80929
5102         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
5103         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
5104         [LSHIFTRT, outer_code = TRUNCATE]: Same.
5106 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
5108         PR tree-optimization/81396
5109         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
5110         (init_symbolic_number): Initialize it to 1.
5111         (perform_symbolic_merge): Add n_ops from both operands into the new
5112         n_ops.
5113         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
5114         without base_addr as useless if they need more than one operation.
5115         (bswap_replace): Handle !bswap case for NULL base_addr.
5117 2017-07-17  Tom de Vries  <tom@codesourcery.com>
5119         PR target/81069
5120         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
5121         as possible.
5123 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
5125         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
5126         conditional builtin define __FIX_LEON3FT_B2BST.
5128 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
5130         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
5131         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
5132         with -mfix-ut700.
5134 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
5136         PR rtl-optimization/81424
5137         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
5138         to remove potential trapping from operands if -fnon-call-exceptions.
5140 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5142         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
5143         profile_proability for scalling.
5144         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
5146 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5148         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
5150 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5152         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
5153         fixpoint arithmetics.
5155 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5157         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
5158         fixpoint arithmetics.
5160 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5162         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
5163         fixpoint arithmetics.
5165 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5167         * profile-count.h (profile_probability::from_reg_br_prob_note,
5168         profile_probability::to_reg_br_prob_note): New functions.
5169         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
5170         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
5171         * predict.c (probability_reliable_p): Update.
5172         (edge_probability_reliable_p): Update.
5173         (br_prob_note_reliable_p): Update.
5174         (invert_br_probabilities): Update.
5175         (add_reg_br_prob_note): New function.
5176         (combine_predictions_for_insn): Update.
5177         * asan.c (asan_clear_shadow): Update.
5178         * cfgbuild.c (compute_outgoing_frequencies): Update.
5179         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
5180         (update_br_prob_note): Update.
5181         (rtl_verify_edges): Update.
5182         (purge_dead_edges): Update.
5183         (fixup_reorder_chain): Update.
5184         * emit-rtl.c (try_split): Update.
5185         * ifcvt.c (cond_exec_process_insns): Update.
5186         (cond_exec_process_if_block): Update.
5187         (dead_or_predicable): Update.
5188         * internal-fn.c (expand_addsub_overflow): Update.
5189         (expand_neg_overflow): Update.
5190         (expand_mul_overflow): Update.
5191         * loop-doloop.c (doloop_modify): Update.
5192         * loop-unroll.c (compare_and_jump_seq): Update.
5193         * optabs.c (emit_cmp_and_jump_insn_1): Update.
5194         * predict.h: Update.
5195         * reorg.c (mostly_true_jump): Update.
5196         * rtl.h: Update.
5197         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
5198         * config/alpha/alpha.c (emit_unlikely_jump): Update.
5199         * config/arc/arc.c: (emit_unlikely_jump): Update.
5200         * config/arm/arm.c: (emit_unlikely_jump): Update.
5201         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
5202         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
5203         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
5204         (ix86_print_operand): Update.
5205         (ix86_split_fp_branch): Update.
5206         (predict_jump): Update.
5207         * config/ia64/ia64.c (ia64_print_operand): Update.
5208         * config/mmix/mmix.c (mmix_print_operand): Update.
5209         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
5210         (rs6000_expand_split_stack_prologue): Update.
5211         * config/rs6000/rs6000.c: Update.
5212         * config/s390/s390.c (s390_expand_vec_strlen): Update.
5213         (s390_expand_vec_movstr): Update.
5214         (s390_expand_cs_tdsi): Update.
5215         (s390_expand_split_stack_prologue): Update.
5216         * config/sh/sh.c (sh_print_operand): Update.
5217         (expand_cbranchsi4): Update.
5218         (expand_cbranchdi4): Update.
5219         * config/sparc/sparc.c (output_v9branch): Update.
5220         * config/spu/spu.c (get_branch_target): Update.
5221         (ea_load_store_inline): Update.
5222         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
5223         * config/tilepro/tilepro.c: Update.
5225 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
5227         * gimplify.c (mostly_copy_tree_r): Revert latest change.
5228         (gimplify_save_expr): Likewise.
5230 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5232         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
5234 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5236         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
5237         TV_IPA_FNSUMMARY.
5238         * timevar.def (TV_IPA_FNSUMMARY): Define.
5240 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
5242         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
5243         to back store errata sensitive sequence from being generated.
5244         (sqrtdf2_fix): Likewise.
5246 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5248         * tree-ssa-threadupdate.c (compute_path_counts,
5249         update_joiner_offpath_counts): Use profile_probability.
5251 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5253         Revert:
5254         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5256         * config/arm/arm-c.c (arm_cpu_builtins): Define
5257         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5259 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5261         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5262         array entries to represent __ieee128 versions of the
5263         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
5264         scalar_extract_sig, and scalar_insert_exp built-in functions.
5265         (altivec_resolve_overloaded_builtin): Add special case handling
5266         for the __builtin_scalar_insert_exp function, as represented by
5267         the P9V_BUILTIN_VEC_VSIEDP constant.
5268         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
5269         exponent support for __ieee128 argument.
5270         (VSESQP): Add scalar extract signature support for __ieee128
5271         argument.
5272         (VSTDCNQP): Add scalar test negative support for __ieee128
5273         argument.
5274         (VSIEQP): Add scalar insert exponent support for __int128 argument
5275         with __ieee128 result.
5276         (VSIEQPF): Add scalar insert exponent support for __ieee128
5277         argument with __ieee128 result.
5278         (VSTDCQP): Add scalar test data class support for __ieee128
5279         argument.
5280         (VSTDCNQP): Add overload support for scalar test negative with
5281         __ieee128 argument.
5282         (VSTDCQP): Add overload support for scalar test data class
5283         __ieee128 argument.
5284         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
5285         UNSPEC_VSX_SXSIGDP.
5286         (UNSPEC_VSX_SIEXPQP): New constant.
5287         (xsxexpqp): New insn for VSX scalar extract exponent quad
5288         precision.
5289         (xsxsigqp): New insn for VSX scalar extract significand quad
5290         precision.
5291         (xsiexpqpf): New insn for VSX scalar insert exponent quad
5292         precision with floating point argument.
5293         (xststdcqp): New expand for VSX scalar test data class quad
5294         precision.
5295         (xststdcnegqp): New expand for VSX scalar test negative quad
5296         precision.
5297         (xststdcqp): New insn to match expansions for VSX scalar test data
5298         class quad precision and VSX scalar test negative quad precision.
5299         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
5300         special case operand checking to enforce that second operand of
5301         VSX scalar test data class with quad precision argument is a 7-bit
5302         unsigned literal.
5303         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5304         prototypes and descriptions of __ieee128 versions of
5305         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
5306         scalar_test_data_class, and scalar_test_neg built-in functions.
5308 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5310         PR tree-optimization/81162
5311         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
5312         replace a negate with an add.
5314 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
5316         * doc/invoke.texi (arm/-mcpu): Document +crypto.
5318 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5320         * config/arm/arm-c.c (arm_cpu_builtins): Define
5321         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5323 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5325         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
5326         (armv8-r): Set ARM Cortex-R52 as default CPU.
5327         * config/arm/arm-tables.opt: Regenerate.
5328         * config/arm/arm-tune.md: Regenerate.
5329         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
5330         Cortex-R52.
5331         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
5332         extension for -mcpu=cortex-r52.
5334 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5336         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
5337         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
5338         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
5339         (fp-armv8): Define it as FP_ARMv8 only.
5340         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
5341         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
5342         TARGET_FPU_ARMV8.
5343         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
5344         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
5345         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
5346         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
5347         than TARGET_FPU_ARMV8.
5348         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
5349         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
5350         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
5351         TARGET_FPU_ARMV8.
5352         * config/arm/neon.md (neon_vrint): Likewise.
5353         (neon_vcvt): Likewise.
5354         (neon_<fmaxmin_op><mode>): Likewise.
5355         (<fmaxmin><mode>3): Likewise.
5356         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
5357         * config/arm/predicates.md (arm_cond_move_operator): Check against
5358         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
5360 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
5362         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
5363         to top of function.
5365 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5367         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
5368         loop in comment with memset.
5370 2017-07-14  Martin Liska  <mliska@suse.cz>
5372         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
5373         * dwarf2out.c (is_java): Remove the function.
5374         (output_pubname): Remove usage of the function.
5375         (lower_bound_default): Remove usage of DW_LANG_Java.
5376         (gen_compile_unit_die): Likewise.
5377         * gcc.c: Remove compiler defaults for .java and .zip files.
5378         * gimple-expr.c (remove_suffix): Change as there's no longer
5379         extension than 4-letter one.
5380         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
5381         (gimplify_save_expr): Likewise.
5382         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
5383         as it's possible even for other languages than Java.
5384         * langhooks.h (struct lang_hooks): Remove Java from a comment.
5385         * lto-opts.c (lto_write_options): Remove reference to Java.
5386         * opts.c (strip_off_ending): Update file extension handling.
5387         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
5388         * tree-eh.c (lower_resx): Likewise.
5389         * tree.c (free_lang_data_in_type): Remove dead code.
5390         (find_decls_types_r): Likewise.
5391         (build_common_builtin_nodes): Remove Java from a comment.
5392         (verify_type): Remove dead code.
5393         * varasm.c (assemble_external): Remove Java from a comment.
5395 2017-07-14  Martin Liska  <mliska@suse.cz>
5397         * opts.c (finish_options): Add quotes.
5398         (common_handle_option): Likewise.
5400 2017-07-14  Martin Liska  <mliska@suse.cz>
5402         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
5403         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
5404         Remove N_SO_PASCAL.
5405         * dwarf2out.c (lower_bound_default): Do not handle
5406         DW_LANG_Pascal83.
5407         (gen_compile_unit_die): Likewise.
5408         * gcc.c: Remove default extension binding for GNU Pascal.
5409         * stmt.c: Remove Pascal language from a comment.
5410         * xcoffout.c: Likewise.
5412 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
5414         PR c/81405
5415         * diagnostic-show-locus.c (fixit_cmp): New function.
5416         (layout::layout): Sort m_fixit_hints.
5417         (column_range::column_range): Assert that the values are valid.
5418         (struct char_span): New struct.
5419         (correction::overwrite): New method.
5420         (struct source_line): New struct.
5421         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
5422         calls in terms of classes source_line and char_span, and
5423         correction::overwrite.
5424         (selftest::test_overlapped_fixit_printing_2): New function.
5425         (selftest::diagnostic_show_locus_c_tests): Call it.
5427 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
5429         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
5430         early if there is no lhs.
5432 2017-07-13  Martin Liska  <mliska@suse.cz>
5434         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
5435         (gen_reference_type_die): Likewise.
5436         * stor-layout.c: Remove Pascal-related comment.
5438 2017-07-13  Martin Liska  <mliska@suse.cz>
5440         * opts.c (finish_options): Add quotes to error messages.
5441         (parse_sanitizer_options): Likewise.
5443 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5445         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
5447 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
5449         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
5451 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
5453         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
5454         during expansion.
5455         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
5457 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
5459         PR target/81193
5460         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
5461         provides the hardware capability bits, define the macro
5462         __BUILTIN_CPU_SUPPORTS__.
5463         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
5464         if GLIBC does not provide the hardware capability bits.  Add a
5465         gcc_unreachable call if the built-in cpu function is neither
5466         __builtin_cpu_is nor __builtin_cpu_supports.
5467         (rs6000_get_function_versions_dispatcher): Change the warning
5468         that an old GLIBC is used which does not export the capability
5469         bits to be an error.
5470         * doc/extend.texi (target_clones attribute): Document the
5471         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
5472         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
5473         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
5474         the macros defined by GCC if the newer GLIBC is available.
5476 2017-07-12  Jeff Law  <law@redhat.com>
5478         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
5479         remaining includes slightly.
5480         * config/riscv/riscv-builtins.c: Include profile-count.h.
5482 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5484         PR target/79883
5485         * config/avr/avr.c (avr_set_current_function): In diagnostic
5486         messages: Quote keywords and (parts of) identifiers.
5487         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
5488         "INTERUPT".
5490 2017-07-12  Carl Love  <cel@us.ibm.com>
5492         * config/rs6000/rs6000-c.c: Add support for built-in functions
5493         vector bool char vec_revb (vector bool char);
5494         vector bool short vec_revb (vector short char);
5495         vector bool int vec_revb (vector bool int);
5496         vector bool long long vec_revb (vector bool long long);
5497         * doc/extend.texi: Update the built-in documentation file for the
5498         new built-in functions.
5500 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5502         * config/s390/s390.md: Remove movcc splitter.
5504 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5506         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
5507         load/store on condition.
5509 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5511         PR target/81407
5512         * config/avr/avr.c (avr_encode_section_info)
5513         [progmem && !TREE_READONLY]: Error if progmem object needs
5514         constructing.
5516 2017-07-11  Michael Collison  <michael.collison@arm.com>
5518         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
5519         New pattern.
5521 2017-07-11  Carl Love  <cel@us.ibm.com>
5523         * config/rs6000/rs6000-c.c: Add support for builtins
5524         vector unsigned int vec_parity_lsbb (vector signed int);
5525         vector unsigned int vec_parity_lsbb (vector unsigned int);
5526         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
5527         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
5528         vector unsigned long long vec_parity_lsbb (vector signed long long);
5529         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
5530         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
5531         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
5532         * doc/extend.texi: Update the built-in documentation file for the
5533         new built-in functions.
5535 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
5537         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
5538         (layout::m_primary_loc): New field.
5539         (layout::layout): Initialize new field.  Move location filtering
5540         logic from here to...
5541         (layout::maybe_add_location_range): ...this new method.  Add
5542         support for filtering to just the lines already specified by other
5543         locations.
5544         (layout::will_show_line_p): New method.
5545         (gcc_rich_location::add_location_if_nearby): New method.
5546         (selftest::test_add_location_if_nearby): New test function.
5547         (selftest::diagnostic_show_locus_c_tests): Call it.
5548         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
5549         New method.
5551 2017-07-11  Tom de Vries  <tom@codesourcery.com>
5553         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
5554         (bb_first_real_insn): New function.
5555         (nvptx_single): Add extra initialization of broadcasted condition
5556         variables.
5558 2017-07-11  Nathan Sidwell  <nathan@acm.org>
5560         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
5562 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
5564         * doc/extend.texi (AVR Function Attributes): Remove weblink to
5565         Binutils doc as TEXI will mess them up.
5566         * doc/invoke.texi (AVR Options): Same here.
5568 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
5570         * config/sparc/sparc.opt (mfix-ut700): New option.
5571         (mfix-gr712rc): Likewise.
5572         (sparc_fix_b2bst): New variable.
5573         * doc/invoke.texi (SPARC options): Document them.
5574         (ARM options): Fix warnings.
5575         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
5576         instructions to prevent sequences that can trigger the store-store
5577         errata for certain LEON3FT processors.
5578         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
5579         (sparc_option_override): Set sparc_fix_b2bst appropriately.
5580         * config/sparc/sparc.md (fix_b2bst): New attribute.
5581         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
5583 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
5585         PR target/81375
5586         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
5587         (rcpps): Ditto.
5588         (*rsqrtsf2_sse): Ditto.
5589         (rsqrtsf2): Ditto.
5590         (div<mode>3): Macroize insn from divdf3 and divsf3
5591         using MODEF mode iterator.
5593 2017-07-10  Martin Sebor  <msebor@redhat.com>
5595         PR tree-optimization/80397
5596         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
5597         instead of testing for equality to INTEGER_TYPE.
5599 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
5601         * config.gcc: Remove uclibc from arc target spec.
5603 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
5605         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
5607 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5609         PR lto/80838
5610         * lto-wrapper.c (remove_option): New function.
5611         (merge_and_complain): Merge PIC/PIE options more realistically.
5613 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5615         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
5617         PR target/20296
5618         PR target/81268
5619         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
5620         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
5621         * config.in: Regenerate.
5622         * configure: Regenerate.
5623         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
5624         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
5625         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
5626         (TARGET_GASISR_PROLOGUES): ...target mask.
5627         * common/config/avr/avr-common.c
5628         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
5629         Set -mgas-isr-prologues.
5630         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
5631         INSERT_PASS_BEFORE for it.
5632         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
5633         * config/avr/avr.c (avr_option_override)
5634         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
5635         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
5636         (avr_attribute_table) <no_gccisr>: Add new function attribute.
5637         (avr_set_current_function) <is_no_gccisr>: Init machine field.
5638         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
5639         and rtl_opt_pass.
5640         (make_avr_pass_pre_proep): New function.
5641         (emit_push_sfr) <treg>: Add argument to function and use it
5642         instead of TMP_REG.
5643         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
5644         and set machine->gasisr.yes.
5645         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
5646         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
5647         __gcc_isr.n_pushed to .L__stack_usage.
5648         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
5649         (avr_asm_final_postscan_insn): ...this new static function.
5650         * config/avr/avr.h (machine_function)
5651         <is_no_gccisr, use_L__stack_usage>: New fields.
5652         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
5653         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
5654         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
5655         (gasisr, *gasisr): New expander and insn.
5656         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
5657         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
5658         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
5660 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
5662         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
5663         in quoted strings.
5665 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5667         Move jump-tables out of .text again.
5669         PR target/81075
5670         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
5671         (ASM_OUTPUT_ADDR_VEC): New function.
5672         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
5673         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
5674         INSN_ADDRESSes as asm comment.
5675         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
5676         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
5677         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
5678         * config/avr/avr.md (*tablejump): Adjust comment.
5679         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
5680         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
5681         New detail.
5682         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
5683         (avr_output_addr_vec): New proto.
5684         (avr_log_t) <insn_addresses>: New field.
5686 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
5688         PR target/81313
5689         * config/i386/i386.c (ix86_function_arg_advance): Set
5690         outgoing_args_on_stack to true if there are outgoing arguments
5691         on stack.
5692         (ix86_function_arg): Likewise.
5693         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
5694         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
5695         * config/i386/i386.h (machine_function): Add
5696         outgoing_args_on_stack.
5698 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
5700         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
5701         supporting pthreds.
5702         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
5704 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
5706         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
5707         (REAL_H): Remove $(MACHMODE_H).
5708         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
5709         double-int.h.
5710         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
5711         $(MACHMODE_H) and double-int.h.
5712         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
5713         $(MACHMODE_H).
5714         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
5715         double-int.h.
5717 2017-07-07  Andrew Pinski  <apinski@cavium.com>
5719         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
5720         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
5722 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
5724         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
5725         Add warning if GCC was not configured to link against a GLIBC that
5726         exports the hardware capability bits.
5727         (make_resolver_func): Make resolver function private and not a
5728         COMDAT function.  Create the name with clone_function_name instead
5729         of make_unique_name.
5731         PR target/81348
5732         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
5733         correct operand in doing the split.
5735 2017-07-07 Carl Love  <cel@us.ibm.com>
5737         * config/rs6000/rs6000-c: Add support for built-in function
5738         vector unsigned short vec_pack_to_short_fp32 (vector float,
5739                                                       vector float).
5740         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
5741         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
5742         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
5743         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
5744         (convert_4f32_8i16): Add define_expand.
5745         * doc/extend.texi: Update the built-in documentation file for the
5746         new built-in function.
5748 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5750         * config/sparc/m8.md: New file.
5751         * config/sparc/sparc.md: Include m8.md.
5753 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5755         * config/sparc/sparc.opt: New option -mvis4b.
5756         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
5757         (sparc_option_override): Handle VIS4B.
5758         (enum sparc_builtins): Define
5759         SPARC_BUILTIN_DICTUNPACK{8,16,32},
5760         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
5761         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
5762         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
5763         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
5764         (check_constant_argument): New function.
5765         (sparc_vis_init_builtins): Define builtins
5766         __builtin_vis_dictunpack{8,16,32},
5767         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
5768         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
5769         __builtin_vis_fpcmpde{8,16,32}shl and
5770         __builtin_vis_fpcmpur{8,16,32}shl.
5771         (sparc_expand_builtin): Check that the constant operands to
5772         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
5773         constant and in range.
5774         * config/sparc/sparc-c.c (sparc_target_macros): Handle
5775         TARGET_VIS4B.
5776         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
5777         (SPARC_IMM5_P): Likewise.
5778         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
5779         (enabled): Handle vis4b.
5780         (UNSPEC_DICTUNPACK): New unspec.
5781         (UNSPEC_FPCMPSHL): Likewise.
5782         (UNSPEC_FPUCMPSHL): Likewise.
5783         (UNSPEC_FPCMPDESHL): Likewise.
5784         (UNSPEC_FPCMPURSHL): Likewise.
5785         (cpu_feature): New CPU feature `vis4b'.
5786         (dictunpack{8,16,32}): New insns.
5787         (FPCSMODE): New mode iterator.
5788         (fpcscond): New code iterator.
5789         (fpcsucond): Likewise.
5790         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
5791         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
5792         (fpcmpde{8,16,32}{si,di}shl): Likewise.
5793         (fpcmpur{8,16,32}{si,di}shl): Likewise.
5794         * config/sparc/constraints.md: Define constraints `q' for unsigned
5795         2-bit integer constants and `t' for unsigned 5-bit integer
5796         constants.
5797         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
5798         predicate.
5799         (imm5_operand_dictunpack16): Likewise.
5800         (imm5_operand_dictunpack32): Likewise.
5801         (imm2_operand): Likewise.
5802         * doc/invoke.texi (SPARC Options): Document -mvis4b.
5803         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
5804         ditunpack* and fpcmp*shl builtins.
5806 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5808         * config.gcc: Handle m8 in --with-{cpu,tune} options.
5809         * config.in: Add HAVE_AS_SPARC6 define.
5810         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
5811         M8.
5812         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
5813         TARGET_CPU_m8.
5814         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
5815         (CPP_CPU_SPEC): Handle m8.
5816         (ASM_CPU_SPEC): Likewise.
5817         * config/sparc/sparc-opts.h (enum processor_type): Add
5818         PROCESSOR_M8.
5819         * config/sparc/sparc.c (m8_costs): New struct.
5820         (sparc_option_override): Handle TARGET_CPU_m8.
5821         (sparc32_initialize_trampoline): Likewise.
5822         (sparc64_initialize_trampoline): Likewise.
5823         (sparc_issue_rate): Likewise.
5824         (sparc_register_move_cost): Likewise.
5825         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
5826         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
5827         (ASM_CPU64_DEFAULT_SPEC): Likewise.
5828         (CPP_CPU_SPEC): Handle M8.
5829         (ASM_CPU_SPEC): Likewise.
5830         (AS_M8_FLAG): Define.
5831         * config/sparc/sparc.md: Add m8 to the cpu attribute.
5832         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
5833         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
5834         M8 instructions.
5835         * configure: Regenerate.
5836         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
5837         -mtune=m8.
5839 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5841         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
5842         subtypes.
5843         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
5844         ("*movdi_insn_sp32"): Do not set v3pipe.
5845         ("*movsi_insn"): Likewise.
5846         ("*movdi_insn_sp64"): Likewise.
5847         ("*movsf_insn"): Likewise.
5848         ("*movdf_insn_sp32"): Likewise.
5849         ("*movdf_insn_sp64"): Likewise.
5850         ("*zero_extendsidi2_insn_sp64"): Likewise.
5851         ("*sign_extendsidi2_insn"): Likewise.
5852         ("*mov<VM32:mode>_insn"): Likewise.
5853         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5854         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5855         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5856         ("<vlop:code><VL:mode>3"): Likewise.
5857         ("*not_<vlop:code><VL:mode>3"): Likewise.
5858         ("*nand<VL:mode>_vis"): Likewise.
5859         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
5860         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
5861         ("one_cmpl<VL:mode>2"): Likewise.
5862         ("faligndata<VM64:mode>_vis"): Likewise.
5863         ("alignaddrsi_vis"): Likewise.
5864         ("alignaddrdi_vis"): Likweise.
5865         ("alignaddrlsi_vis"): Likewise.
5866         ("alignaddrldi_vis"): Likewise.
5867         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5868         ("bmaskdi_vis"): Likewise.
5869         ("bmasksi_vis"): Likewise.
5870         ("bshuffle<VM64:mode>_vis"): Likewise.
5871         ("cmask8<P:mode>_vis"): Likewise.
5872         ("cmask16<P:mode>_vis"): Likewise.
5873         ("cmask32<P:mode>_vis"): Likewise.
5874         ("pdistn<P:mode>_vis"): Likewise.
5875         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5877 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5879         * config/sparc/sparc.md ("subtype"): New insn attribute.
5880         ("*wrgsr_sp64"): Set insn subtype.
5881         ("*rdgsr_sp64"): Likewise.
5882         ("alignaddrsi_vis"): Likewise.
5883         ("alignaddrdi_vis"): Likewise.
5884         ("alignaddrlsi_vis"): Likewise.
5885         ("alignaddrldi_vis"): Likewise.
5886         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5887         ("fexpand_vis"): Likewise.
5888         ("fpmerge_vis"): Likewise.
5889         ("faligndata<VM64:mode>_vis"): Likewise.
5890         ("bshuffle<VM64:mode>_vis"): Likewise.
5891         ("cmask8<P:mode>_vis"): Likewise.
5892         ("cmask16<P:mode>_vis"): Likewise.
5893         ("cmask32<P:mode>_vis"): Likewise.
5894         ("fchksm16_vis"): Likewise.
5895         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
5896         ("fmean16_vis"): Likewise.
5897         ("fp<plusminus_insn>64_vis"): Likewise.
5898         ("<plusminus_insn>v8qi3"): Likewise.
5899         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5900         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
5901         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
5902         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
5903         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
5904         ("*movqi_insn"): Likewise.
5905         ("*movhi_insn"): Likewise.
5906         ("*movsi_insn"): Likewise.
5907         ("movsi_pic_gotdata_op"): Likewise.
5908         ("*movdi_insn_sp32"): Likewise.
5909         ("*movdi_insn_sp64"): Likewise.
5910         ("movdi_pic_gotdata_op"): Likewise.
5911         ("*movsf_insn"): Likewise.
5912         ("*movdf_insn_sp32"): Likewise.
5913         ("*movdf_insn_sp64"): Likewise.
5914         ("*zero_extendhisi2_insn"): Likewise.
5915         ("*zero_extendqihi2_insn"): Likewise.
5916         ("*zero_extendqisi2_insn"): Likewise.
5917         ("*zero_extendqidi2_insn"): Likewise.
5918         ("*zero_extendhidi2_insn"): Likewise.
5919         ("*zero_extendsidi2_insn_sp64"): Likewise.
5920         ("ldfsr"): Likewise.
5921         ("prefetch_64"): Likewise.
5922         ("prefetch_32"): Likewise.
5923         ("tie_ld32"): Likewise.
5924         ("tie_ld64"): Likewise.
5925         ("*tldo_ldub_sp32"): Likewise.
5926         ("*tldo_ldub1_sp32"): Likewise.
5927         ("*tldo_ldub2_sp32"): Likewise.
5928         ("*tldo_ldub_sp64"): Likewise.
5929         ("*tldo_ldub1_sp64"): Likewise.
5930         ("*tldo_ldub2_sp64"): Likewise.
5931         ("*tldo_ldub3_sp64"): Likewise.
5932         ("*tldo_lduh_sp32"): Likewise.
5933         ("*tldo_lduh1_sp32"): Likewise.
5934         ("*tldo_lduh_sp64"): Likewise.
5935         ("*tldo_lduh1_sp64"): Likewise.
5936         ("*tldo_lduh2_sp64"): Likewise.
5937         ("*tldo_lduw_sp32"): Likewise.
5938         ("*tldo_lduw_sp64"): Likewise.
5939         ("*tldo_lduw1_sp64"): Likewise.
5940         ("*tldo_ldx_sp64"): Likewise.
5941         ("*mov<VM32:mode>_insn"): Likewise.
5942         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5943         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5945 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5947         * config/sparc/sparc.md ("type"): New insn type viscmp.
5948         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
5949         viscmp.
5950         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
5951         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
5952         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5953         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
5954         viscmp.
5955         ("n7_vis_logical_11cycle"): Likewise.
5956         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
5957         * config/sparc/niagara2.md ("niag3_vis": Likewise.
5958         * config/sparc/niagara.md ("niag_vis"): Likewise.
5959         * config/sparc/ultra3.md ("us3_fga"): Likewise.
5960         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
5962 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5964         * config/sparc/sparc.md: New instruction type `bmask'.
5965         (bmaskdi_vis): Use the `bmask' type.
5966         (bmasksi_vis): Likewise.
5967         * config/sparc/ultra3.md (us3_array): Likewise.
5968         * config/sparc/niagara7.md (n7_array): Likewise.
5969         * config/sparc/niagara4.md (n4_array): Likewise.
5970         * config/sparc/niagara2.md (niag2_vis): Likewise.
5971         (niag3_vis): Likewise.
5972         * config/sparc/niagara.md (niag_vis): Likewise.
5974 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5976         * ipa-comdats.c: Remove optimize check from gate.
5977         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
5978         for functions not optimized.
5979         (ipa_fn_summary_read): Skip optimize check.
5980         (ipa_fn_summary_write): Likewise.
5981         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
5982         is optimized.
5983         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
5984         uninlinable.
5985         (can_inline_edge_p): Check flag_pcc_struct_return for match.
5986         (check_callers): Give up on caller which is not optimized.
5987         (inline_small_functions): Likewise.
5988         (ipa_inline): Do not give up when not optimizing.
5989         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
5990         away unoptimizes cdtors.
5991         (whole_program_function_and_variable_visibility): Do
5992         ipa_discover_readonly_nonaddressable_vars in LTO mode.
5993         * ipa.c (process_references): Do not check optimize.
5994         (symbol_table::remove_unreachable_nodes): Update optimize check.
5995         (set_writeonly_bit): Update optimize check.
5996         (pass_ipa_cdtor_merge::gate): Do not check optimize.
5997         (pass_ipa_single_use::gate): Remove.
5999 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
6001         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
6002         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
6003         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
6004         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
6005         permute_load, permute_store, adjust_extract, adjust_splat,
6006         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
6007         replace_swap_with_copy, dump_swap_insn_table,
6008         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
6009         recombine_lvx_pattern, recombine_stvx_pattern,
6010         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
6011         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
6012         to file rs6000-p8swap.c.
6013         * config/rs6000/rs6000-p8swap.c: New file.
6014         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
6015         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
6016         and rs6000*-*-* targets.
6018 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
6020         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
6022 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
6024         * lto-wrapper.c (merge_and_complain): Do not merge
6025         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
6026         fsigned_zeros, ftrapping_math, fwrapv.
6027         (append_compiler_options): Do not track these options.
6028         (append_linker_options): Likewie
6030 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
6032         * cgraphunit.c (cgraph_node::finalize_function): When
6033         !flag_toplevel_reorde set no_reorder flag.
6034         (varpool_node::finalize_decl): Likewise.
6035         (symbol_table::compile): Drop no toplevel reorder path.
6037 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
6039         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
6040         edges; zero probability is not better than uninitialized.
6042 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
6044         * asan.h (asan_sanitize_allocas_p): Declare.
6045         * asan.c (asan_sanitize_allocas_p): New function.
6046         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
6047         (handle_builtin_alloca): Likewise.
6048         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
6049         if !asan_sanitize_allocas_p.
6050         * params.def (asan-instrument-allocas): Add new option.
6051         * params.h (ASAN_PROTECT_ALLOCAS): Define.
6052         * opts.c (common_handle_option): Disable allocas sanitization for
6053         KASan by default.
6055 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
6057         * asan.c: Include gimple-fold.h.
6058         (get_last_alloca_addr): New function.
6059         (handle_builtin_stackrestore): Likewise.
6060         (handle_builtin_alloca): Likewise.
6061         (asan_emit_allocas_unpoison): Likewise.
6062         (get_mem_refs_of_builtin_call): Add new parameter, remove const
6063         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
6064         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
6065         (instrument_builtin_call): Pass gimple iterator to
6066         get_mem_refs_of_builtin_call.
6067         (last_alloca_addr): New global.
6068         * asan.h (asan_emit_allocas_unpoison): Declare.
6069         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
6070         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
6071         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
6072         if function calls alloca.
6073         * gimple-fold.c (replace_call_with_value): Remove static keyword.
6074         * gimple-fold.h (replace_call_with_value): Declare.
6075         * internal-fn.c: Include asan.h.
6076         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
6077         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
6079 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
6081         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
6082         (C_SELFTEST_FLAGS): New.
6083         (CPP_SELFTEST_FLAGS): New.
6084         (SELFTEST_DEPS): New, from deps of s-selftest.
6085         (C_SELFTEST_DEPS): New, from deps of s-selftest.
6086         (CPP_SELFTEST_DEPS): New.
6087         (selftest): Add dependency on s-selftest-c++.
6088         (s-selftest): Rename to...
6089         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
6090         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
6091         than SELFTEST_FLAGS.
6092         (selftest-gdb): Rename to...
6093         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
6094         C_SELFTEST_FLAGS.
6095         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
6096         (selftest-valgrind): Rename to...
6097         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
6098         C_SELFTEST_FLAGS.
6099         (selftest-valgrind): Reintroduce as an alias for
6100         selftest-c-valgrind.
6101         (s-selftest-c++): New.
6102         (selftest-c++-gdb): New.
6103         (selftest-c++-valgrind): New.
6105 2017-07-06  Olivier Hainque  <hainque@adacore.com>
6107         * gcc.c (process_command): When deciding if undefined variables
6108         should be ignored when processing specs, accept "gcc -v" as well.
6110 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
6112         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
6113         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
6115 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6117         * config/arm/arm-cpus.in (armv8-r): Add new entry.
6118         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
6119         * config/arm/arm-tables.opt: Regenerate.
6120         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
6121         enumerator.
6122         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
6124 2017-07-06  Carl Love  <cel@us.ibm.com>
6126         * ChangeLog: Clean up from mid air collision
6128 2017-07-06  Carl Love  <cel@us.ibm.com>
6130         * config/rs6000/rs6000-c.c: Add support for built-in functions
6131         vector signed int vec_subc (vector signed int, vector signed int);
6132         vector signed __int128 vec_subc (vector signed __int128,
6133                                          vector signed __int128);
6134         vector unsigned __int128 vec_subc (vector unsigned __int128,
6135                                            vector unsigned __int128);
6136         vector signed int vec_sube (vector signed int, vector signed int,
6137                                     vector signed int);
6138         vector unsigned int vec_sube (vector unsigned int,
6139                                       vector unsigned int,
6140                                       vector unsigned int);
6141         vector signed __int128 vec_sube (vector signed __int128,
6142                                          vector signed __int128,
6143                                          vector signed__int128);
6144         vector unsigned __int128 vec_sube (vector unsigned __int128,
6145                                            vector unsigned __int128,
6146                                            vector unsigned __int128);
6147         vector signed int vec_subec (vector signed int, vector signed int,
6148                                      vector signed int);
6149         vector unsigned int vec_subec (vector unsigned int,
6150                                        vector unsigned int,
6151                                        vector unsigned int);
6152         vector signed __int128 vec_subec (vector signed __int128,
6153                                           vector signed __int128,
6154                                           vector signed__int128);
6155         vector unsigned __int128 vec_subec (vector unsigned __int128,
6156                                             vector unsigned __int128,
6157                                             vector unsigned __int128);
6158         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
6159         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
6160         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
6161         BU_ALTIVEC_OVERLOAD_X definitions.
6162         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
6163         * doc/extend.texi: Update the built-in documentation file for the new
6164         built-in functions.
6166 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
6168         PR c++/79300
6169         * diagnostic-show-locus.c (layout::layout): Use start and finish
6170         spelling location for the start and finish of each range.
6171         * genmatch.c (linemap_client_expand_location_to_spelling_point):
6172         Add unused aspect param.
6173         * input.c (expand_location_1): Add "aspect" param, and use it
6174         to access the correct part of the location.
6175         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
6176         expand_location_1.
6177         (expand_location_to_spelling_point): Likewise.
6178         (linemap_client_expand_location_to_spelling_point): Add "aspect"
6179         param, and pass it to expand_location_1.
6181 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
6183         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
6184         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
6185         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
6186         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
6187         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
6188         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
6189         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
6190         _mm_maskz_getmant_ss): New intrinsics.
6191         (__builtin_ia32_getexpss128_mask): Changed to ...
6192         __builtin_ia32_getexpss128_round ... this.
6193         (__builtin_ia32_getexpsd128_mask): Changed to ...
6194         __builtin_ia32_getexpsd128_round ... this.
6195         * config/i386/i386-builtin-types.def
6196         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
6197         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
6198         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
6199         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
6200         __builtin_ia32_getmantss_mask_round): New builtins.
6201         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
6202         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
6203         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
6204         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
6205         * config/i386/sse.md
6206         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
6207         avx512f_sgetexp<mode><mask_scalar_name>
6208         <round_saeonly_scalar_name> ... this.
6209         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
6210         %0, %1, %2<round_saeonly_op3>}): Changed to ...
6211         vgetexp<ssescalarmodesuffix>
6212         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6213         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
6214         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
6215         avx512f_vgetmant<mode><mask_scalar_name>
6216         <round_saeonly_scalar_name> ... this.
6217         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
6218         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
6219         vgetmant<ssescalarmodesuffix>
6220         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
6221         %0<mask_scalar_operand4>, %1, %2
6222         <round_saeonly_scalar_mask_op4>, %3} ... this.
6223         * config/i386/subst.md (mask_scalar_operand4,
6224         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
6225         round_saeonly_scalar_nimm_predicate): New subst attributes.
6227 2017-07-06  Julia Koval  <julia.koval@intel.com>
6229         * config/i386/i386.c (ix86_erase_embedded_rounding):
6230         Remove code for old rounding pattern.
6232 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
6234         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
6236 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
6238         * doc/sourcebuild.texi (Test Directives, Variants of
6239         dg-require-support): Add documentation for dg-require-stack-check.
6241 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
6243         * config/i386/subst.md (mask_scalar, round_scalar,
6244         round_saeonly_scalar): New meta-templates.
6245         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
6246         round_scalar_mask_operand3, round_scalar_mask_op3,
6247         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
6248         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
6249         round_saeonly_scalar_constraint,
6250         round_saeonly_scalar_prefix): New subst attribute.
6251         * config/i386/sse.md
6252         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
6253         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
6254         <round_scalar_name> ... this.
6255         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
6256         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
6257         <round_scalar_name> ... this.
6258         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
6259         <sse>_vm<code><mode>3<mask_scalar_name>
6260         <round_saeonly_scalar_name> ... this.
6261         (v<plusminus_mnemonic><ssescalarmodesuffix>
6262         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6263         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6264         v<plusminus_mnemonic><ssescalarmodesuffix>
6265         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6266         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6267         (v<multdiv_mnemonic><ssescalarmodesuffix>
6268         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6269         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6270         v<multdiv_mnemonic><ssescalarmodesuffix>
6271         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6272         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6273         (v<maxmin_float><ssescalarmodesuffix>
6274         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
6275         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
6276         v<maxmin_float><ssescalarmodesuffix>
6277         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6278         %0<mask_scalar_operand3>, %1, %<iptr>2
6279         <round_saeonly_scalar_mask_op3>} ... this.
6281 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
6283         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
6284         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
6286 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
6287             Alan Hayward  <alan.hayward@arm.com>
6288             David Sherwood  <david.sherwood@arm.com>
6290         * combine.c (simplify_if_then_else): Remove "enum" before
6291         "machine_mode".
6292         * compare-elim.c (can_eliminate_compare): Likewise.
6293         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
6294         Likewise.
6295         (aarch64_lookup_simd_builtin_type): Likewise.
6296         (aarch64_simd_builtin_type): Likewise.
6297         (aarch64_init_simd_builtin_types): Likewise.
6298         (aarch64_simd_expand_args): Likewise.
6299         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
6300         Likewise.
6301         (aarch64_reverse_mask): Likewise.
6302         (aarch64_simd_emit_reg_reg_move): Likewise.
6303         (aarch64_gen_adjusted_ldpstp): Likewise.
6304         (aarch64_ccmp_mode_to_code): Likewise.
6305         (aarch64_operands_ok_for_ldpstp): Likewise.
6306         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6307         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
6308         Likewise.
6309         (aarch64_min_divisions_for_recip_mul): Likewise.
6310         (aarch64_reassociation_width): Likewise.
6311         (aarch64_get_condition_code_1): Likewise.
6312         (aarch64_simd_emit_reg_reg_move): Likewise.
6313         (aarch64_simd_attr_length_rglist): Likewise.
6314         (aarch64_reverse_mask): Likewise.
6315         (aarch64_operands_ok_for_ldpstp): Likewise.
6316         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6317         (aarch64_gen_adjusted_ldpstp): Likewise.
6318         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
6319         Likewise.
6320         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
6321         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
6322         (arm_lookup_simd_builtin_type): Likewise.
6323         (arm_simd_builtin_type): Likewise.
6324         (arm_init_simd_builtin_types): Likewise.
6325         (arm_expand_builtin_args): Likewise.
6326         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
6327         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
6328         (ft32_setup_incoming_varargs): Likewise.
6329         (ft32_function_arg): Likewise.
6330         (ft32_function_arg_advance): Likewise.
6331         (ft32_pass_by_reference): Likewise.
6332         (ft32_arg_partial_bytes): Likewise.
6333         (ft32_valid_pointer_mode): Likewise.
6334         (ft32_addr_space_pointer_mode): Likewise.
6335         (ft32_addr_space_legitimate_address_p): Likewise.
6336         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
6337         Likewise.
6338         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
6339         (ix86_emit_outlined_ms2sysv_restore): Likewise.
6340         (iamcu_alignment): Likewise.
6341         (canonicalize_vector_int_perm): Likewise.
6342         (ix86_noce_conversion_profitable_p): Likewise.
6343         (ix86_mpx_bound_mode): Likewise.
6344         (ix86_operands_ok_for_move_multiple): Likewise.
6345         * config/microblaze/microblaze-protos.h
6346         (microblaze_expand_conditional_branch_reg): Likewise.
6347         * config/microblaze/microblaze.c
6348         (microblaze_expand_conditional_branch_reg): Likewise.
6349         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
6350         Likewise.
6351         (rs6000_reassociation_width): Likewise.
6352         (rs6000_invalid_binary_op): Likewise.
6353         (fusion_p9_p): Likewise.
6354         (emit_fusion_p9_load): Likewise.
6355         (emit_fusion_p9_store): Likewise.
6356         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
6357         Likewise.
6358         (riscv_hard_regno_mode_ok_p): Likewise.
6359         (riscv_address_insns): Likewise.
6360         (riscv_split_symbol): Likewise.
6361         (riscv_legitimize_move): Likewise.
6362         (riscv_function_value): Likewise.
6363         (riscv_hard_regno_nregs): Likewise.
6364         (riscv_expand_builtin): Likewise.
6365         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
6366         (riscv_build_integer): Likewise.
6367         (riscv_split_integer): Likewise.
6368         (riscv_legitimate_constant_p): Likewise.
6369         (riscv_cannot_force_const_mem): Likewise.
6370         (riscv_regno_mode_ok_for_base_p): Likewise.
6371         (riscv_valid_base_register_p): Likewise.
6372         (riscv_valid_offset_p): Likewise.
6373         (riscv_valid_lo_sum_p): Likewise.
6374         (riscv_classify_address): Likewise.
6375         (riscv_legitimate_address_p): Likewise.
6376         (riscv_address_insns): Likewise.
6377         (riscv_load_store_insns): Likewise.
6378         (riscv_force_binary): Likewise.
6379         (riscv_split_symbol): Likewise.
6380         (riscv_force_address): Likewise.
6381         (riscv_legitimize_address): Likewise.
6382         (riscv_move_integer): Likewise.
6383         (riscv_legitimize_const_move): Likewise.
6384         (riscv_legitimize_move): Likewise.
6385         (riscv_address_cost): Likewise.
6386         (riscv_subword): Likewise.
6387         (riscv_output_move): Likewise.
6388         (riscv_canonicalize_int_order_test): Likewise.
6389         (riscv_emit_int_order_test): Likewise.
6390         (riscv_function_arg_boundary): Likewise.
6391         (riscv_pass_mode_in_fpr_p): Likewise.
6392         (riscv_pass_fpr_single): Likewise.
6393         (riscv_pass_fpr_pair): Likewise.
6394         (riscv_get_arg_info): Likewise.
6395         (riscv_function_arg): Likewise.
6396         (riscv_function_arg_advance): Likewise.
6397         (riscv_arg_partial_bytes): Likewise.
6398         (riscv_function_value): Likewise.
6399         (riscv_pass_by_reference): Likewise.
6400         (riscv_setup_incoming_varargs): Likewise.
6401         (riscv_print_operand): Likewise.
6402         (riscv_elf_select_rtx_section): Likewise.
6403         (riscv_save_restore_reg): Likewise.
6404         (riscv_for_each_saved_reg): Likewise.
6405         (riscv_register_move_cost): Likewise.
6406         (riscv_hard_regno_mode_ok_p): Likewise.
6407         (riscv_hard_regno_nregs): Likewise.
6408         (riscv_class_max_nregs): Likewise.
6409         (riscv_memory_move_cost): Likewise.
6410         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
6411         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
6412         (rl78_addr_space_address_mode): Likewise.
6413         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6414         Likewise.
6415         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
6416         (rs6000_reassociation_width): Likewise.
6417         (rs6000_invalid_binary_op): Likewise.
6418         (fusion_p9_p): Likewise.
6419         (emit_fusion_p9_load): Likewise.
6420         (emit_fusion_p9_store): Likewise.
6421         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
6422         (ok_for_simple_move_operands): Likewise.
6423         (ok_for_simple_move_strict_operands): Likewise.
6424         (ok_for_simple_arith_logic_operands): Likewise.
6425         (visium_legitimize_reload_address): Likewise.
6426         (visium_select_cc_mode): Likewise.
6427         (output_cbranch): Likewise.
6428         (visium_split_double_move): Likewise.
6429         (visium_expand_copysign): Likewise.
6430         (visium_expand_int_cstore): Likewise.
6431         (visium_expand_fp_cstore): Likewise.
6432         * config/visium/visium.c (visium_pass_by_reference): Likewise.
6433         (visium_function_arg): Likewise.
6434         (visium_function_arg_advance): Likewise.
6435         (visium_libcall_value): Likewise.
6436         (visium_setup_incoming_varargs): Likewise.
6437         (visium_legitimate_constant_p): Likewise.
6438         (visium_legitimate_address_p): Likewise.
6439         (visium_legitimize_address): Likewise.
6440         (visium_secondary_reload): Likewise.
6441         (visium_register_move_cost): Likewise.
6442         (visium_memory_move_cost): Likewise.
6443         (prepare_move_operands): Likewise.
6444         (ok_for_simple_move_operands): Likewise.
6445         (ok_for_simple_move_strict_operands): Likewise.
6446         (ok_for_simple_arith_logic_operands): Likewise.
6447         (visium_function_value_1): Likewise.
6448         (rtx_ok_for_offset_p): Likewise.
6449         (visium_legitimize_reload_address): Likewise.
6450         (visium_split_double_move): Likewise.
6451         (visium_expand_copysign): Likewise.
6452         (visium_expand_int_cstore): Likewise.
6453         (visium_expand_fp_cstore): Likewise.
6454         (visium_split_cstore): Likewise.
6455         (visium_select_cc_mode): Likewise.
6456         (visium_split_cbranch): Likewise.
6457         (output_cbranch): Likewise.
6458         (visium_print_operand_address): Likewise.
6459         * expmed.c (flip_storage_order): Likewise.
6460         * expmed.h (emit_cstore): Likewise.
6461         (flip_storage_order): Likewise.
6462         * genrecog.c (validate_pattern): Likewise.
6463         * hsa-gen.c (gen_hsa_addr): Likewise.
6464         * internal-fn.c (expand_arith_overflow): Likewise.
6465         * ira-color.c (allocno_copy_cost_saving): Likewise.
6466         * lra-assigns.c (find_hard_regno_for_1): Likewise.
6467         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
6468         (process_invariant_for_inheritance): Likewise.
6469         * lra-eliminations.c (move_plus_up): Likewise.
6470         * omp-low.c (lower_oacc_reductions): Likewise.
6471         * simplify-rtx.c (simplify_subreg): Likewise.
6472         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
6473         (TARGET_CHKP_BOUND_MODE): Likewise..
6474         * targhooks.c (default_chkp_bound_mode): Likewise.
6475         (default_setup_incoming_vararg_bounds): Likewise.
6476         * targhooks.h (default_chkp_bound_mode): Likewise.
6477         (default_setup_incoming_vararg_bounds): Likewise.
6478         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
6479         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
6480         (have_whole_vector_shift): Likewise.
6481         * tree-vect-stmts.c (vectorizable_load): Likewise.
6482         * doc/tm.texi: Regenerate.
6484 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6486         Graceful degrade if Binutils PR21472 is not available.
6488         PR target/81072
6489         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
6490         .rodata in flash test fails.
6491         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
6492         * confgure: Regenerate.
6493         * config.in: Regenerate.
6494         * config/avr/avr.c (avr_asm_named_section)
6495         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
6496         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
6497         (avr_asm_init_sections): Same.
6499 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6501         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
6502         (fma<VH:mode>4_intrinsic): Likewise.
6503         (*fmsub<VCVTF:mode>4): Likewise.
6504         (*fmsub<VH:mode>4_intrinsic): Likewise.
6506 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6508         PR target/81305
6509         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
6510         Don't depend on "optimize > 0".
6511         (out_movhi_r_mr, out_movqi_mr_r): Same.
6512         (out_movhi_mr_r, out_movqi_r_mr): Same.
6513         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
6514         io_address_operand on "optimize > 0".
6516 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6518         * tree-loop-distribution.c: Add general explanantion on the pass.
6519         (generate_loops_for_partition): Mark distributed loop.
6520         (pg_add_dependence_edges): New parameter.  Handle alias data
6521         dependence specially and record it in the parameter if asked.
6522         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
6523         (init_partition_graph_vertices, add_partition_graph_edge): New.
6524         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
6525         (free_partition_graph_vdata, build_partition_graph): New.
6526         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
6527         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
6528         (data_ref_segment_size, latch_dominated_by_data_ref): New.
6529         (compute_alias_check_pairs, version_loop_by_alias_check): New.
6530         (version_for_distribution_p, finalize_partitions): New.
6531         (distribute_loop): Handle alias data dependence specially.  Factor
6532         out loop fusion code as functions and call these functions.
6534 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6536         * tree-loop-distribution.c (classify_partition): New parameter and
6537         better handle reduction statement.
6538         (rdg_build_partitions): Revise comment.
6539         (distribute_loop): Compute statements in all partitions and pass it
6540         to classify_partition.
6542 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6544         * tree-loop-distribution.c (enum partition_type): New.
6545         (struct partition): New field type.
6546         (partition_merge_into): Add parameter.  Update partition type.
6547         (data_dep_in_cycle_p, update_type_for_merge): New functions.
6548         (build_rdg_partition_for_vertex): Compute partition type.
6549         (rdg_build_partitions): Dump partition type.
6550         (distribute_loop): Update calls to partition_merge_into.
6552 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6554         * tree-loop-distribution.c (struct ddr_hasher): New.
6555         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
6556         (ddrs_table): New.
6557         (classify_partition): Call get_data_dependence.
6558         (pg_add_dependence_edges): Ditto.
6559         (distribute_loop): Release data dependence hash table.
6561 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6563         * tree-loop-distribution.c (ref_base_address): Delete.
6564         (similar_memory_accesses): Rename ...
6565         (share_memory_accesses): ... to this.  Check if partitions access
6566         the same memory reference.
6567         (distribute_loop): Call share_memory_accesses.
6569 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6571         * tree-loop-distribution.c (struct partition): New field recording
6572         its data reference.
6573         (partition_alloc, partition_free): Init and release data refs.
6574         (partition_merge_into): Merge data refs.
6575         (build_rdg_partition_for_vertex): Collect data refs for partition.
6576         (pg_add_dependence_edges): Change parameters from vector to bitmap.
6577         Update uses.
6578         (distribute_loop): Remve data refs from vertice data of partition
6579         graph.
6581 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6583         * tree-loop-distribution.c (params.h): Include header file.
6584         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
6585         (datarefs_vec): New global var.
6586         (create_rdg_vertices): Use datarefs_vec directly.
6587         (free_rdg): Don't free data references.
6588         (build_rdg): Update use.  Don't free data references.
6589         (distribute_loop): Compute global variable for data references.
6590         Bail out if there are too many data references.
6592 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6594         * tree-loop-distribution.c (loop_nest): New global var.
6595         (build_rdg): Use loop directly, rather than loop nest.
6596         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
6597         variable directly.
6598         (distribute_loop): Compute global variable loop nest.  Update use.
6600 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6602         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
6603         (partition_merge_into): New parameter.  Dump reason for fusion.
6604         (distribute_loop): Update use of partition_merge_into.
6606 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6608         * tree-loop-distribution.c (bb_top_order_index): New.
6609         (bb_top_order_index_size, bb_top_order_cmp): New.
6610         (stmts_from_loop): Use topological order.
6611         (pass_loop_distribution::execute): Compute and release topological
6612         order for basic blocks.
6614 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6616         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
6617         if no loops.
6619 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6621         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
6622         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
6623         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
6624         * internal-fn.def (LOOP_DIST_ALIAS): New.
6625         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
6626         (fold_loop_internal_call): ... this.
6627         (vect_loop_dist_alias_call): New function.
6628         (set_uid_loop_bbs): Call fold_loop_internal_call.
6629         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
6630         internal calls.
6632 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6634         PR target/81300
6635         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
6636         Require dead FLAGS_REG at the beginning of a peephole.
6638 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6640         PR target/81294
6641         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
6642         arguments in the call to __builtin_ia32_sbb_u32.
6643         (_subborrow_u64): Swap _X and _Y arguments in the call to
6644         __builtin_ia32_sbb_u64.
6646 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
6648         PR debug/81278
6649         * tree-vrp.c (compare_assert_loc): Turn into a function template
6650         with stable template parameter.  Only test if a->e is NULL,
6651         !a->e == !b->e has been verified already.  Use e == NULL or
6652         e != NULL instead of e or ! e tests.  If stable is true, don't use
6653         iterative_hash_expr, on the other side allow a or b or both NULL
6654         and sort the NULLs last.
6655         (process_assert_insertions): Sort using compare_assert_loc<false>
6656         instead of compare_assert_loc, later sort using
6657         compare_assert_loc<true> before calling process_assert_insertions_for
6658         in a loop.  Use break instead of continue once seen NULL pointer.
6660 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6662         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
6663         Cortex-R7 and Cortex-R8 processors.
6665 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6667         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
6668         uninitialized while src is not.
6670 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
6672         * common/config/arm/arm-common.c: Adjust include path for
6673         arm-cpu-cdata.h
6674         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
6675         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
6676         (arm-cpu-data.h): Likewise.
6677         (arm-cpu-cdata.h): Likewise.
6678         * config/arm/arm-cpu.h: Delete.
6679         * config/arm/arm-cpu-cdata.h: Delete.
6680         * config/arm/arm-cpu-data.h: Delete.
6682 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
6684         * config/arm/arm-cpus.in (cortex-a55): New.
6685         (cortex-a75): Likewise.
6686         (cortex-a75.cortex-a55): Likewise.
6687         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
6688         cortex-a75.
6689         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
6690         * config/arm/arm-cpu-cdata.h: Regenerate.
6691         * config/arm/arm-cpu-data.h: Regenerate.
6692         * config/arm/arm-cpu.h: Regenerate.
6693         * config/arm/arm-tables.opt: Regenerate.
6694         * config/arm/arm-tune.md: Regenerate.
6696 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6698         * haifa-sched.c (sched_create_recovery_edges): Update profile.
6700 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6702         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
6703         probability.
6705 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
6707         PR tree-optimization/81292
6708         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
6709         full_string_p, also call adjust_related_strinfos if the adjustment
6710         is simple, otherwise invalidate related strinfos.
6712 2017-07-04  Martin Liska  <mliska@suse.cz>
6714         PR sanitizer/81040
6715         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
6716         newly created variable as DECL_IGNORED_P.
6718 2017-07-04  Martin Liska  <mliska@suse.cz>
6720         PR ipa/81293
6721         * ipa-inline.c (inline_small_functions):
6722         Use xstrdup_for_dump.
6724 2017-07-04  Tom de Vries  <tom@codesourcery.com>
6726         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
6728 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6730         PR target/81033
6731         * config/darwin.c (darwin_function_switched_text_sections):
6732         Fix spaces.
6734 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
6736         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
6738 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6740         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
6742 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6744         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
6745         min_profitable_iters, and th as inclusive lower bounds.
6746         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
6747         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
6748         for min_profitable_iters and min_profitable_estimate.
6749         (vect_transform_loop): Treat th as an inclusive lower bound.
6750         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
6752 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6754         PR target/81033
6755         * config/darwin.c (darwin_function_switched_text_sections):
6756         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
6757         in two pieces, and suppress the use of buf.
6759 2017-07-03  Nathan Sidwell  <nathan@acm.org>
6761         * hash-table.h (hash_table_mod1): Fix indentation.
6763 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6765         PR middle-end/81290
6766         * predict.c (force_edge_cold): Be more careful about propagation
6767         backward.
6768         * profile-count.h (profile_probability::guessed,
6769         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
6770         New.
6771         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
6773 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
6775         * doc/invoke.texi (rcpc architecture extension): Document it.
6777 2017-07-03  Richard Biener  <rguenther@suse.de>
6779         PR tree-optimization/60510
6780         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
6781         the scalar reduction PHI and use it.
6782         (vectorizable_reduction): Properly guard the single_defuse_cycle
6783         path for non-SLP reduction chains where we cannot use it.
6784         Rework reduc_def/index and vector type deduction.  Rework
6785         vector operand gathering during reduction op code-gen.
6786         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
6787         chains dissolve the chain and leave it to non-SLP reduction
6788         handling.
6790 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6792         * tree-data-ref.h (dr_alignment): Declare.
6793         * tree-data-ref.c (dr_alignment): New function.
6794         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
6795         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
6796         set it.
6797         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
6799 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6801         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
6802         and base_misalignment fields.
6803         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
6804         * tree-data-ref.c: Include builtins.h.
6805         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
6806         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
6807         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
6808         * tree-vect-data-refs.c: Include tree-cfg.h.
6809         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
6810         fields instead of calculating an alignment here.
6811         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
6812         innermost_loop_behavior fields.
6814 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6816         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
6817         field.
6818         (DR_STEP_ALIGNMENT): New macro.
6819         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
6820         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
6821         (create_data_ref): Print it.
6822         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
6823         to tell whether the step preserves vector (mis)alignment.
6824         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6825         Move the check for an integer step and generalise to all INTEGER_CST.
6826         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
6827         Print the outer step alignment.
6829 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6831         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
6832         with offset_alignment.
6833         (DR_ALIGNED_TO): Delete.
6834         (DR_OFFSET_ALIGNMENT): New macro.
6835         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
6836         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
6837         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
6838         (create_data_ref): Likewise.
6839         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6840         (vect_analyze_data_refs): Likewise.
6841         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
6842         creating dummy innermost behavior.
6844 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6846         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
6847         with a "innermost_loop_behavior *" and refeence tree.
6848         * tree-data-ref.c (dr_analyze_innermost): Likewise.
6849         (create_data_ref): Update call accordingly.
6850         * tree-predcom.c (find_looparound_phi): Likewise.
6852 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6854         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
6855         fields with dr_wrt_vec_loop.
6856         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
6857         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
6858         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
6859         (vect_dr_behavior): New function.
6860         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6861         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
6862         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
6863         track whether the step preserves the misalignment.
6864         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6865         Use vect_dr_behavior.
6866         (vect_setup_realignment): Update call accordingly.
6867         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
6868         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
6869         call to vect_create_addr_base_for_vector_ref.
6870         (vect_create_cond_for_align_checks): Likewise.
6871         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
6872         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
6873         (vect_recog_mask_conversion_pattern): Likewise.
6874         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
6875         (new_stmt_vec_info): Remove redundant zeroing.
6877 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6879         * common/config/arm/arm-common.c (arm_be8_option): New function.
6880         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
6881         (ISA_ARMv6): Add isa_bit_be8.
6882         * config/arm/arm.h (arm_be8_option): Add prototype.
6883         (BE8_SPEC_FUNCTION): New define.
6884         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
6885         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
6886         (mlittle-endian): Similarly.
6887         (mbe8, mbe32): New options.
6888         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
6889         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
6891 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6893         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
6895 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6897         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
6898         (cleanup_tree_cfg_bb): Use it.
6899         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
6900         New functions.
6901         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
6903 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6905         PR bootstrap/81285
6906         * loop-doloop.c (add_test): Update profile.
6908 2017-07-03  Martin Liska  <mliska@suse.cz>
6910         PR sanitize/81040
6911         * sanopt.c (rewrite_usage_of_param): New function.
6912         (sanitize_rewrite_addressable_params): Likewise.
6913         (pass_sanopt::execute): Call rewrite_usage_of_param.
6915 2017-07-03  Richard Biener  <rguenther@suse.de>
6917         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
6918         back to using VIEW_CONVERT_EXPR.
6920 2017-07-03  Martin Liska  <mliska@suse.cz>
6922         PR other/78366
6923         * doc/extend.texi: Document when a resolver function is
6924         generated for target_clones.
6926 2017-07-03  Martin Liska  <mliska@suse.cz>
6928         * asan.c (asan_emit_stack_protection): Unpoison just red zones
6929         and shadow memory of auto variables which are subject of
6930         use-after-scope sanitization.
6931         (asan_expand_mark_ifn): Add do set only when is_poison.
6933 2016-07-03  Richard Biener  <rguenther@suse.de>
6935         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
6936         reduction PHIs.
6937         (vect_force_simple_reduction): Record reduction def -> phi mapping.
6938         (vectorizable_reduction): Perform reduction PHI creation when
6939         visiting a reduction PHI and adjust and simplify code generation
6940         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
6941         (vect_transform_loop): Visit reduction PHIs.
6942         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
6943         defs into the SLP tree.
6944         (vect_build_slp_tree): Reduction defs terminate the recursion.
6945         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
6946         of reduction defs.
6947         (vect_get_vec_defs_for_stmt_copy): Export.
6948         (vect_get_vec_defs): Likewise.
6949         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
6950         purpose.
6951         (vect_get_vec_defs_for_stmt_copy): Declare.
6952         (vect_get_vec_defs): Likewise.
6954 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6956         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
6957         parameter with a "loop" parameter and use it instead of the
6958         loop containing DR_STMT.  Don't check simple_iv when doing
6959         BB analysis.  Describe the two analysis modes in the comment.
6961 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6963         PR tree-optimization/69468
6964         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
6965         (find_same_succ_bb): Handle ignore_edge_flags.
6967 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6969         PR tree-optimization/81192
6970         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
6971         hash.
6972         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
6973         differs.
6974         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
6976 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6978         PR tree-optimization/81192
6979         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
6980         BB_SAME_SUCC (bb) == NULL.
6982 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6984         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
6985         consistency.
6987 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6989         * dumpfile.c: Include profile-count.h
6990         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
6991         update profile.
6992         (insert_cond_bb): Update profile.
6993         * tree-cfg.h (insert_cond_bb): Update prototype.
6994         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
6995         * tree-dump.c: Do not include tree-cfg.
6997 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6999         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
7001 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
7003         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
7004         bb.
7006 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
7008         * tree-complex.c (expand_complex_div_wide): update profile.
7010 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
7011             Alan Hayward  <alan.hayward@arm.com>
7012             David Sherwood  <david.sherwood@arm.com>
7014         * Makefile.in (MACHMODE_H): Remove insn-modes.h
7015         (CORETYPES_H): New define.
7016         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
7017         (insn-modes-inline.h, s-modes-inline-h): New rules.
7018         (generated_files): Add insn-modes-inline.h.
7019         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
7020         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
7021         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
7022         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
7023         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
7024         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
7025         (build/gencodes.o, build/genconditions.o): Likewise.
7026         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
7027         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
7028         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
7029         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
7030         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
7031         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
7032         * coretypes.h: Include everything up to real.h for generators.
7033         Include insn-modes.h first.  Include wide-int-print.h after
7034         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
7035         * machmode.h: Don't include insn-modes.h here.
7036         * function-tests.c: Remove includes of signop.h, machmode.h,
7037         double-int.h and wide-int.h.
7038         * rtl.h: Likewise.
7039         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
7040         and wide-int.h.
7041         * optc-save-gen.awk: Likewise.
7042         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
7043         * godump.c: Remove include of wide-int-print.h.
7044         * pretty-print.h: Likewise.
7045         * wide-int-print.cc: Likewise.
7046         * wide-int.cc: Likewise.
7047         * hash-map-tests.c: Remove include of signop.h.
7048         * hash-set-tests.c: Likewise.
7049         * rtl-tests.c: Likewise.
7050         * mkconfig.sh: Remove include of machmode.h.
7051         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
7052         into...
7053         (emit_insn_modes_inline_h): ...this new function.  Emit the code
7054         into an insn-modes-inline.h header file, adding appropriate
7055         include guards and end comments.
7056         (emit_insn_modes_c_header): Remove include of machmode.h.
7057         (emit_min_insn_modes_c_header): Include coretypes.h rather than
7058         machmode.h.
7059         (main): Handle -i flag and call emit_insn_modes_inline_h when
7060         it is passed.
7062 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
7064         * tree-ssa-strlen.c (strinfo): Rename the length field to
7065         nonzero_chars.  Add a full_string_p field.
7066         (compare_nonzero_chars, zero_length_string_p): New functions.
7067         (get_addr_stridx): Add an offset_out parameter.
7068         Use compare_nonzero_chars.
7069         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
7070         (new_strinfo): Update after above changes to strinfo.
7071         (set_endptr_and_length): Set full_string_p.
7072         (get_string_length): Update after above changes to strinfo.
7073         (unshare_strinfo): Update call to new_strinfo.
7074         (maybe_invalidate): Likewise.
7075         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
7076         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
7077         as a uhwi instead of an shwi.  Update after above changes to
7078         strinfo and new_strinfo.
7079         (zero_length_string): Assert that chainsi contains full strings.
7080         Use zero_length_string_p.  Update call to new_strinfo.
7081         (adjust_related_strinfos): Update after above changes to strinfo.
7082         Copy full_string_p from origsi.
7083         (adjust_last_stmt): Use zero_length_string_p.
7084         (handle_builtin_strlen): Update after above changes to strinfo and
7085         new_strinfo.  Install the lhs as the string length if the previous
7086         entry didn't describe a full string.
7087         (handle_builtin_strchr): Update after above changes to strinfo
7088         and new_strinfo.
7089         (handle_builtin_strcpy): Likewise.
7090         (handle_builtin_strcat): Likewise.
7091         (handle_builtin_malloc): Likewise.
7092         (handle_pointer_plus): Likewise.
7093         (handle_builtin_memcpy): Likewise.  Track nonzero characters
7094         that aren't necessarily followed by a nul terminator.
7095         (handle_char_store): Likewise.
7097 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
7099         PR tree-optimization/80769
7100         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
7101         for malloc and calloc.  Document the new invariant that all related
7102         strinfos have delayed lengths or none do.
7103         (verify_related_strinfos): Move earlier in file.
7104         (set_endptr_and_length): New function, split out from...
7105         (get_string_length): ...here.  Also set the lengths of related
7106         strinfos.
7107         (zero_length_string): Assert that chainsi has known (rather than
7108         delayed) lengths.
7109         (adjust_related_strinfos): Likewise.
7111 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
7113         PR tree-optimization/81136
7114         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
7115         assert that two references with the same misalignment have the same
7116         compile-time misalignment if those compile-time misalignments
7117         are known.
7119 2017-07-01  Andi Kleen  <ak@linux.intel.com>
7121         * print-tree.c (print_node): Print all attributes.
7123 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7125         * cfg.c (scale_bbs_frequencies): New function.
7126         * cfg.h (scale_bbs_frequencies): Declare it.
7127         * cfgloopanal.c (single_likely_exit): Cleanup.
7128         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
7129         as parameter.
7130         (scale_loop_profile): Likewise.
7131         (loop_version): Likewise.
7132         (create_empty_loop_on_edge): Update.
7133         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
7134         scale_loop_frequencies, scale_loop_profile, loopify,
7135         loop_version): Update prototypes.
7136         * modulo-sched.c (sms_schedule): Update.
7137         * predict.c (unlikely_executed_edge_p): Also check probability.
7138         (probably_never_executed_edge_p): Fix typo.
7139         * tree-if-conv.c (version_loop_for_if_conversion): Update.
7140         * tree-parloops.c (gen_parallel_loop): Update.
7141         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
7142         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7143         * tree-ssa-loop-split.c (split_loop): Update.
7144         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7145         * tree-vect-loop-manip.c (vect_do_peeling): Update.
7146         (vect_loop_versioning): Update.
7147         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7149 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7151         * trans-mem.c (split_bb_make_tm_edge): Update profile.
7153 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7155         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
7156         to keep profile consistent.
7158 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7160         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
7161         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
7162         * profile-count.h (max_safe_multiplier): Make unsigned.
7163         (profile_count::guessed_zero): New.
7165 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7167         * bb-reorder.c (fix_up_crossing_landing_pad,
7168         fix_crossing_conditional_branches): Use make_single_succ_edge
7169         to keep profile consistent.
7171 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7173         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
7174         to update profile.
7176 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
7178         PR sanitizer/81262
7179         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
7180         the right scopes, make sure cond_jump isn't preserved between multiple
7181         iterations.  Search for fallthru edge whenever there are 3+ edges and
7182         use find_fallthru_edge for it.
7184 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7186         Patch by Alexander Monakov <amonakov@ispras.ru>
7187         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
7188         probabilities consistently.
7190 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7192         * pa.c (pa_expand_compare_and_swap_loop): Update call of
7193         emit_cmp_and_jump_insns.
7195 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7197         PR ipa/81261
7198         * tree-inline.c (expand_call_inline): Combine profile statuses.
7200 2017-06-30  Andrew Pinski  <apinski@cavium.com>
7202         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
7203         fold_stmt returned true.
7205 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7207         * ggc.h (empty_string): Delete.
7208         * cfgexpand.c (expand_asm_stmt): Use plain "".
7209         * optabs.c (expand_asm_memory_barrier): Likewise.
7210         * stringpool.c (empty_string): Delete.
7211         (digit_vector, digit_string): Delete.
7212         (ggc_alloc_string): Use plain "", don't optimize single digit
7213         strings.  Use ggc_alloc_atomic.
7215 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
7217         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
7218         comparison set and one other set, use the cost of the non-comparison
7219         set.
7221 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7223         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
7224         some formatting.
7226 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
7228         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
7229         loops.  Remove now unneeded calls to gimple_switch_set_label() that
7230         just set removed labels to NULL_TREE.
7232 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
7234         * tree-ssanames.c (set_range_info_raw): Abstract from ...
7235         (set_range_info): ...here.  Only call set_range_info_raw if domain
7236         is useful.
7237         (set_nonzero_bits): Call set_range_info_raw.
7238         * tree-ssanames.h (set_range_info_raw): New.
7240 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
7242         PR target/81225
7243         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
7244         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
7245         of nonimmediate_operand and <store_mask_constraint> instead of m
7246         for the input operand.  For V8FI iterator, always split if input
7247         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
7248         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
7249         <store_mask_predicate> instead of register_operand and
7250         <store_mask_constraint> instead of v for the input operand.  Make
7251         sure both operands aren't MEMs for if not <mask_applied>.
7253 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
7255         * lto-wrapper.c (copy_file) Close both file descriptors before
7256         exiting normally.
7258 2017-06-30  Martin Liska  <mliska@suse.cz>
7260         PR ipa/81214
7261         * multiple_target.c (create_dispatcher_calls): Make ifunc
7262         also for function that don't have calls or are not referenced.
7264 2017-06-30  Richard Biener  <rguenther@suse.de>
7266         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
7267         analyze the first scalar stmt.  Move vector type computation
7268         for the BB case here from ...
7269         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
7270         live operation processing in the SLP case properly.
7272 2017-06-30  Richard Biener  <rguenther@suse.de>
7274         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
7276 2017-06-30  Martin Liska  <mliska@suse.cz>
7278         PR sanitizer/81021
7279         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
7280         before BUILT_IN_UNWIND_RESUME when ASAN is used.
7282 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
7284         * doc/invoke.texi (AArch64): Add missing options and remove redundant
7285         ones.
7287 2017-06-30  Richard Biener  <rguenther@suse.de>
7289         PR tree-optimization/81249
7290         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
7291         condition reduction result to original scalar type.
7293 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7295         * profile-count.h (enum profile_quality): Fix typos and whitespace
7296         issues.
7298 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7300         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
7301         type for branch probabilities.
7303 2017-06-29  Julian Brown  <julian@codesourcery.com>
7304             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7306         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
7307         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
7308         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
7309         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
7311 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7313         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
7314         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
7315         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
7316         CC usage from generic code to here.
7317         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
7318         CC usage into the target macros.
7320 2017-06-29  Maya Rashish  <coypu@sdf.org>
7322         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
7323         objects.
7325 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7327         * arm/arm-builtins.c: Include profile-count.h
7328         * except.c (sjlj_emit_function_enter): Use
7329         profile_probability::unlikely.
7331 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
7333         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
7334         and tocrel_offset be pointer args rather than implicitly using
7335         static versions.
7336         (legitimate_constant_pool_address_p, rs6000_emit_move,
7337         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
7338         tocrel_offset and use in toc_relative_expr_p call.
7339         (print_operand, print_operand_address): Use static tocrel_base_oac
7340         and tocrel_offset_oac.
7341         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
7342         tocrel_offset_oac.
7344 2017-06-29  Maya Rashish  <coypu@sdf.org>
7346         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
7348 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
7350         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
7351         objects, take into account only the alignment of 'op0' and 'mode1' if
7352         'op0' is a MEM.
7354 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
7356         * ccmp.c (ccmp_tree_comparison_p): New function.
7357         (ccmp_candidate_p): Update to use above function.
7358         (get_compare_parts): New function.
7359         (expand_ccmp_next): Update to use new functions.
7360         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
7361         new functions.
7362         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
7363         take mode as argument.
7364         * ccmp.h (expand_ccmp_expr): Add mode as argument.
7365         * expr.c (expand_expr_real_1): Pass mode as argument.
7367 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
7369         * combine.c (combine_instructions): Print insns to dump_file, together
7370         with their costs.
7372 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7374         * asan.c (asan_emit_stack_protection): Update.
7375         (create_cond_insert_point): Update.
7376         * auto-profile.c (afdo_propagate_circuit): Update.
7377         * basic-block.h (struct edge_def): Turn probability to
7378         profile_probability.
7379         (EDGE_FREQUENCY): Update.
7380         * bb-reorder.c (find_traces_1_round): Update.
7381         (better_edge_p): Update.
7382         (sanitize_hot_paths): Update.
7383         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
7384         (make_single_succ_edge): Update.
7385         (check_bb_profile): Update.
7386         (dump_edge_info): Update.
7387         (update_bb_profile_for_threading): Update.
7388         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
7389         probabilitycount to 0.
7390         * cfgbuild.c (compute_outgoing_frequencies): Update.
7391         * cfgcleanup.c (try_forward_edges): Update.
7392         (outgoing_edges_match): Update.
7393         (try_crossjump_to_edge): Update.
7394         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
7395         (expand_gimple_tailcall): Update.
7396         (construct_init_block): Use make_single_succ_edge.
7397         (construct_exit_block): Use make_single_succ_edge.
7398         * cfghooks.c (verify_flow_info): Update.
7399         (redirect_edge_succ_nodup): Update.
7400         (split_edge): Update.
7401         (account_profile_record): Update.
7402         * cfgloopanal.c (single_likely_exit): Update.
7403         * cfgloopmanip.c (scale_loop_profile): Update.
7404         (set_zero_probability): Remove.
7405         (duplicate_loop_to_header_edge): Update.
7406         * cfgloopmanip.h (loop_version): Update prototype.
7407         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
7408         (force_nonfallthru_and_redirect): Update.
7409         (update_br_prob_note): Update.
7410         (rtl_verify_edges): Update.
7411         (purge_dead_edges): Update.
7412         (rtl_lv_add_condition_to_bb): Update.
7413         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
7414         * cgraphunit.c (init_lowered_empty_function): Update.
7415         (cgraph_node::expand_thunk): Update.
7416         * cilk-common.c: Include profile-count.h
7417         * dojump.c (inv): Remove.
7418         (jumpifnot): Update.
7419         (jumpifnot_1): Update.
7420         (do_jump_1): Update.
7421         (do_jump): Update.
7422         (do_jump_by_parts_greater_rtx): Update.
7423         (do_compare_rtx_and_jump): Update.
7424         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
7425         do_jump_1. do_compare_rtx_and_jump): Update prototype.
7426         * dwarf2cfi.c: Include profile-count.h
7427         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
7428         (sjlj_emit_dispatch_table): Likewise.
7429         * explow.c: Include profile-count.h
7430         * expmed.c (emit_store_flag_force): Update.
7431         (do_cmp_and_jump): Update.
7432         * expr.c (compare_by_pieces_d::generate): Update.
7433         (compare_by_pieces_d::finish_mode): Update.
7434         (emit_block_move_via_loop): Update.
7435         (store_expr_with_bounds): Update.
7436         (store_constructor): Update.
7437         (expand_expr_real_2): Update.
7438         (expand_expr_real_1): Update.
7439         * expr.h (try_casesi, try_tablejump): Update prototypes.
7440         * gimple-pretty-print.c (dump_probability): Update.
7441         (dump_profile): New.
7442         (dump_gimple_label): Update.
7443         (dump_gimple_bb_header): Update.
7444         * graph.c (draw_cfg_node_succ_edges): Update.
7445         * hsa-gen.c (convert_switch_statements): Update.
7446         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
7447         (find_if_case_1): Update.
7448         (find_if_case_2): Update.
7449         * internal-fn.c (expand_arith_overflow_result_store): Update.
7450         (expand_addsub_overflow): Update.
7451         (expand_neg_overflow): Update.
7452         (expand_mul_overflow): Update.
7453         (expand_vector_ubsan_overflow): Update.
7454         * ipa-cp.c (good_cloning_opportunity_p): Update.
7455         * ipa-split.c (split_function): Use make_single_succ_edge.
7456         * ipa-utils.c (ipa_merge_profiles): Update.
7457         * loop-doloop.c (add_test): Update.
7458         (doloop_modify): Update.
7459         * loop-unroll.c (compare_and_jump_seq): Update.
7460         (unroll_loop_runtime_iterations): Update.
7461         * lra-constraints.c (lra_inheritance): Update.
7462         * lto-streamer-in.c (input_cfg): Update.
7463         * lto-streamer-out.c (output_cfg): Update.
7464         * mcf.c (adjust_cfg_counts): Update.
7465         * modulo-sched.c (sms_schedule): Update.
7466         * omp-expand.c (expand_omp_for_init_counts): Update.
7467         (extract_omp_for_update_vars): Update.
7468         (expand_omp_ordered_sink): Update.
7469         (expand_omp_for_ordered_loops): Update.
7470         (expand_omp_for_generic): Update.
7471         (expand_omp_for_static_nochunk): Update.
7472         (expand_omp_for_static_chunk): Update.
7473         (expand_cilk_for): Update.
7474         (expand_omp_simd): Update.
7475         (expand_omp_taskloop_for_outer): Update.
7476         (expand_omp_taskloop_for_inner): Update.
7477         * omp-simd-clone.c (simd_clone_adjust): Update.
7478         * optabs.c (expand_doubleword_shift): Update.
7479         (expand_abs): Update.
7480         (emit_cmp_and_jump_insn_1): Update.
7481         (expand_compare_and_swap_loop): Update.
7482         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
7483         * predict.c (predictable_edge_p): Update.
7484         (edge_probability_reliable_p): Update.
7485         (set_even_probabilities): Update.
7486         (combine_predictions_for_insn): Update.
7487         (combine_predictions_for_bb): Update.
7488         (propagate_freq): Update.
7489         (estimate_bb_frequencies): Update.
7490         (force_edge_cold): Update.
7491         * profile-count.c (profile_count::dump): Add missing space into dump.
7492         (profile_count::debug): Add newline.
7493         (profile_count::differs_from_p): Explicitly convert to unsigned.
7494         (profile_count::stream_in): Update.
7495         (profile_probability::dump): New member function.
7496         (profile_probability::debug): New member function.
7497         (profile_probability::differs_from_p): New member function.
7498         (profile_probability::differs_lot_from_p): New member function.
7499         (profile_probability::stream_in): New member function.
7500         (profile_probability::stream_out): New member function.
7501         * profile-count.h (profile_count_quality): Rename to ...
7502         (profile_quality): ... this one.
7503         (profile_probability): New.
7504         (profile_count): Update.
7505         * profile.c (compute_branch_probabilities): Update.
7506         * recog.c (peep2_attempt): Update.
7507         * sched-ebb.c (schedule_ebbs): Update.
7508         * sched-rgn.c (find_single_block_region): Update.
7509         (compute_dom_prob_ps): Update.
7510         (schedule_region): Update.
7511         * sel-sched-ir.c (compute_succs_info): Update.
7512         * stmt.c (struct case_node): Update.
7513         (do_jump_if_equal): Update.
7514         (get_outgoing_edge_probs): Update.
7515         (conditional_probability): Update.
7516         (emit_case_dispatch_table): Update.
7517         (expand_case): Update.
7518         (expand_sjlj_dispatch_table): Update.
7519         (emit_case_nodes): Update.
7520         * targhooks.c: Update.
7521         * tracer.c (better_p): Update.
7522         (find_best_successor): Update.
7523         * trans-mem.c (expand_transaction): Update.
7524         * tree-call-cdce.c: Update.
7525         * tree-cfg.c (gimple_split_edge): Upate.
7526         (move_sese_region_to_fn): Upate.
7527         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
7528         * tree-eh.c (lower_resx): Upate.
7529         (cleanup_empty_eh_move_lp): Upate.
7530         * tree-if-conv.c (version_loop_for_if_conversion): Update.
7531         * tree-inline.c (copy_edges_for_bb): Update.
7532         (copy_cfg_body): Update.
7533         * tree-parloops.c (gen_parallel_loop): Update.
7534         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
7535         (gimple_gen_time_profiler): Update.
7536         * tree-ssa-dce.c (remove_dead_stmt): Update.
7537         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
7538         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
7539         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
7540         (unloop_loops): Update.
7541         (try_peel_loop): Update.
7542         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7543         * tree-ssa-loop-split.c (connect_loops): Update.
7544         (split_loop): Update.
7545         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7546         (hoist_guard): Update.
7547         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
7548         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
7549         (value_replacement): Update.
7550         * tree-ssa-reassoc.c (branch_fixup): Update.
7551         * tree-ssa-tail-merge.c (replace_block_by): Update.
7552         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
7553         (create_edge_and_update_destination_phis): Update.
7554         (compute_path_counts): Update.
7555         (recompute_probabilities): Update.
7556         (update_joiner_offpath_counts): Update.
7557         (freqs_to_counts_path): Update.
7558         (duplicate_thread_path): Update.
7559         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
7560         (struct switch_conv_info): Update.
7561         (gen_inbound_check): Update.
7562         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
7563         (vect_do_peeling): Update.
7564         (vect_loop_versioning): Update.
7565         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7566         (optimize_mask_stores): Update.
7567         * ubsan.c (ubsan_expand_null_ifn): Update.
7568         * value-prof.c (gimple_divmod_fixed_value): Update.
7569         (gimple_divmod_fixed_value_transform): Update.
7570         (gimple_mod_pow2): Update.
7571         (gimple_mod_pow2_value_transform): Update.
7572         (gimple_mod_subtract): Update.
7573         (gimple_mod_subtract_transform): Update.
7574         (gimple_ic): Update.
7575         (gimple_stringop_fixed_value): Update.
7576         (gimple_stringops_transform): Update.
7577         * value-prof.h: Update.
7579 2017-06-29  Carl Love  <cel@us.ibm.com>
7581         * config/rs6000/rs6000-c.c: Add support for built-in functions
7582         vector signed int vec_signed (vector float);
7583         vector signed long long vec_signed (vector double);
7584         vector signed int vec_signed2 (vector double, vector double);
7585         vector signed int vec_signede (vector double);
7586         vector signed int vec_signedo (vector double);
7587         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
7588         instruction generator.
7589         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7590         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
7591         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
7592         Add define_insn.
7593         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
7594         vunsignede_v2df): Add define_expands.
7595         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
7596         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
7597         VEC_UNSIGNEDO): Add definitions.
7598         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7599         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
7600         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
7601         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
7602         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
7603         * config/rs6000/altivec.h (vec_signed, vec_signed2,
7604         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
7605         vec_unsignede, vec_unsignedo): Add builtin defines.
7606         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
7607         declaration.
7608         * doc/extend.texi: Update the built-in documentation file for the
7609         new built-in functions.
7611 2017-06-29  Richard Biener  <rguenther@suse.de>
7613         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
7614         reduction chains to LOOP_VINFO_REDUCTIONS.
7615         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
7616         SLP reductions after processing reduction chains.
7618 2017-06-29  Nathan Sidwell  <nathan@acm.org>
7620         * builtins.c (fold_builtin_FUNCTION): Use
7621         lang_hooks.decl_printable_name.
7623 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
7625         PR middle-end/81194
7626         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
7627         with only one label.
7628         * stmt.c (expand_case): Assert NCASES is greater than one.
7630 2017-06-29  Richard Biener  <rguenther@suse.de>
7632         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
7633         anything.
7634         (group_case_labels): Likewise.
7635         (find_taken_edge): Push sanity checking on val to workers...
7636         (find_taken_edge_cond_expr): ... here
7637         (find_taken_edge_switch_expr): ... and here, handle cases
7638         with just a default label.
7639         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
7640         (group_case_labels): Likewise.
7641         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
7642         group_case_labels does anything cleanup the CFG again.
7644 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
7646         PR tree-optimization/81196
7647         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
7648         exit condition comparing two IVs.
7650 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
7652         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
7653         profile to the dummy entry at the end of the list of architectures.
7654         * config/arm/arm-cpu-cdata.h: Regenerated.
7656 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7657             Michael Collison <michael.collison@arm.com>
7659         PR target/70119
7660         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
7661         New pattern.
7662         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
7663         (*aarch64_reg_<mode>3_minus_mask): New pattern.
7664         (*aarch64_<optab>_reg_di3_mask2): New pattern.
7665         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
7666         of shift when the shift amount is masked with constant equal to
7667         the size of the mode.
7668         * config/aarch64/predicates.md (subreg_lowpart_operator): New
7669         predicate.
7671 2017-06-29  Martin Liska  <mliska@suse.cz>
7673         * config/i386/i386.opt: Change range from [1,5] to [0,5].
7675 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
7677         PR bootstrap/80565
7678         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
7679         code.
7680         * ipa-inline.h
7681         (edge_growth_cache_entry::edge_growth_cache_entry): New
7682         function.
7683         (reset_edge_growth_cache): Update to use constructor.
7685 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7687         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
7688         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7689         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7691 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
7693         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
7694         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
7696 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7698         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
7699         (*-linux-uclibc*): Add t-uclibc tmake_file.
7700         * config/t-musl: New.
7701         * config/t-uclibc: New.
7703 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
7705         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
7706         context.
7707         (gen_comm_data): Emit architectural setting of arch_prof.
7708         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
7709         profile.
7710         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
7711         (armv8-m.base, armv8-m.main): Likewise.
7712         * arm-protos.h (arm_build_target): Add profile field.
7713         (arch_option): Likewise.
7714         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
7715         the active target.
7716         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
7717         arm_active_target.profile.
7719 2017-06-28  Richard Biener  <rguenther@suse.de>
7721         PR middle-end/81227
7722         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
7723         TYPE_OVERFLOW_WRAPS.
7724         * match.pd (negate_expr_p): Likewise.
7725         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
7726         fold_build2, not fold_binary.
7728 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7730         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
7731         Convert memory address to Pmode.
7732         (aarch64_print_operand): Assert MEM operands are always Pmode.
7734 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7736         PR target/79665
7737         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
7738         Remove redundant if.
7739         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
7740         * config/arm/aarch-common-protos.h
7741         (aarch_forward_to_shift_is_not_shifted_re): Remove.
7742         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
7744 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
7746         PR ipa/81238
7747         * multiple_target.c (create_dispatcher_calls): Set the default
7748         clone to be static, not public.
7750 2017-06-28  Richard Biener  <rguenther@suse.de>
7752         * tree-vect-loop.c (vectorizable_reduction): Move special
7753         cond reduction IV var creation ...
7754         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
7755         parameter.  Use STMT_VINFO_VECTYPE.
7756         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
7757         constant_p.
7759 2017-06-28  Martin Liska  <mliska@suse.cz>
7761         PR ipa/81128
7762         * ipa-visibility.c (non_local_p): Handle visibility.
7764 2017-06-28  Martin Liska  <mliska@suse.cz>
7766         PR driver/79659
7767         * common.opt: Add IntegerRange to various options.
7768         * opt-functions.awk (integer_range_info): New function.
7769         * optc-gen.awk: Add integer_range_info to cl_options struct.
7770         * opts-common.c (decode_cmdline_option): Handle
7771         CL_ERR_INT_RANGE_ARG.
7772         (cmdline_handle_error): Likewise.
7773         * opts.c (print_filtered_help): Show valid interval in
7774         when --help is provided.
7775         * opts.h (struct cl_option): Add range_min and range_max fields.
7776         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
7778 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
7780         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
7781         (x * C EQ/NE y * C): New transformation.
7783 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
7785         * genmultilib (combination_space): Accept '+' in option names.
7787 2017-06-28  Martin Liska  <mliska@suse.cz>
7789         PR sanitizer/81224
7790         * asan.c (instrument_derefs): Bail out inner references
7791         that are hard register variables.
7793 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
7795         PR target/81175
7796         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
7797         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
7799 2017-06-28  Richard Biener  <rguenther@suse.de>
7801         * tree-vectorizer.h (vect_get_vec_defs): Remove.
7802         (vect_get_slp_defs): Adjust.
7803         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
7804         out from ...
7805         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
7806         simplify.
7807         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
7808         get_initial_defs_for_reduction instead of vect_get_vec_defs.
7809         (vectorizable_reduction): Adjust.
7810         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
7811         handling.
7812         (vect_get_slp_defs): Likewise.
7813         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
7814         (vectorizable_bswap): Adjust.
7815         (vectorizable_call): Likewise.
7816         (vectorizable_conversion): Likewise.
7817         (vectorizable_assignment): Likewise.
7818         (vectorizable_shift): Likewise.
7819         (vectorizable_operation): Likewise.
7820         (vectorizable_store): Likewise.
7821         (vectorizable_condition): Likewise.
7822         (vectorizable_comparison): Likewise.
7824 2017-06-28  Michael Collison  <michael.collison@arm.com>
7826         PR target/68535
7827         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
7828         set of base_reg
7829         (arm_gen_movmemqi): Removed unused variable 'i'.
7830         Convert 'for' loop into 'while' loop.
7831         (arm_expand_prologue): Remove last unnecessary set of insn.
7832         (thumb_pop): Remove unused variable 'pushed_words'.
7833         (thumb_exit): Remove last unnecessary set of regs_to_pop.
7835 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7837         * config/s390/predicates.md: Use s390_rel_address_ok_p.
7838         * config/s390/s390-protos.h: Add prototype of
7839         s390_rel_address_ok_p.
7840         * config/s390/s390.c (s390_got_symbol): New function.
7841         (s390_rel_address_ok_p): New function.
7842         (legitimize_pic_address): Use s390_rel_address_ok_p.
7843         (s390_load_got): Use s390_got_symbol.
7844         (s390_option_override): Issue error if
7845         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
7846         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
7847         New macro.
7848         * config/s390/s390.opt: New option mpic-data-is-text-relative.
7850 2017-06-27  Andrew Pinski  <apinski@cavium.com>
7852         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
7853         (X * copysign (1.0, X)): New pattern.
7854         (X * copysign (1.0, -X)): New pattern.
7855         (copysign (-1.0, CST)): New pattern.
7857 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
7859         * genmultilib (combination_space): Remove variable.
7860         Validate reuse rules against regular expression for any sequence
7861         of multilib options in any order.
7863 2017-06-27  Michael Collison  <michael.collison@arm.com>
7865         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
7866         call aarch64_split_simd_combine.
7867         * (aarch64_combine_internal<mode>): Delete pattern.
7868         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
7869         Allow register and subreg operands.
7871 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7873         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
7874         specific need, just fallback on defaults.
7875         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
7877 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7878             Olivier Hainque  <hainque@adacore.com>
7880         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
7881         map for 64bits.
7882         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
7883         targets. Pick a default if no particular attempt applied.
7884         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
7885         larger contexts.
7887 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7889         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
7890         (x86_64-wrs-vxworks7): Likewise.
7892 2017-06-27  Marek Polacek  <polacek@redhat.com>
7894         PR sanitizer/81223
7895         * ubsan.c (instrument_null): Check get_base_address's result for null.
7897 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7899         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
7901 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7903         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
7904         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
7905         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
7906         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
7907         New function types.
7908         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
7909         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
7910         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
7911         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
7912         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
7913         BUILT_IN_FEUPDATEENV): New builtins.
7914         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
7915         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
7916         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
7917         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
7918         macros.
7919         (builtin_structptr_types): Adjust size.
7920         * tree.c (builtin_structptr_types): Add four entries.
7922 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7923             Olivier Hainque  <hainque@adacore.com>
7925         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
7926         (TLS_SYM): New local macro, forcing reference to __tls__ on
7927         link command lines for VxWorks 7 RTPs, triggering initialization
7928         of tlsLib.
7929         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
7930         OS features TLS support, true for RTPs on VxWorks 7.
7931         * config/vxworks.c (vxworks_override_options): Setup emutls
7932         accordingly.
7934 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7936         * predict.c (test_prediction_value_range): Use -1U instead of -1
7937         to avoid narrowing conversion warning.
7938         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
7939         to avoid narrowing conversion warning.
7940         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
7941         -1.
7942         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
7944 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7946         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
7947         64bit configurations.
7948         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
7949         (SIZE_TYPE): Likewise.
7950         * config/vxworks.c (vxworks_emutls_var_fields): Use
7951         long_unsigned_type_node instead of unsigned_type_node as the offset
7952         field type, which is "pointer" mode in emutls.c.
7954 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7956         PR sanitizer/81209
7957         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
7959         PR middle-end/81207
7960         * gimple-fold.c (replace_call_with_call_and_fold): Handle
7961         gimple_vuse copying separately from gimple_vdef copying.
7963 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7965         * value-prof.c (free_hist): Remove call to memset and the enclosing if
7966         condition.
7968 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7969             Olivier Hainque  <hainque@adacore.com>
7971         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
7972         for all vxworks7 targets.
7973         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
7974         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
7975         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
7976         variations for VX6/VX7 and 32/64bits later on in ...
7977         (VXWORKS_LIB_SPEC): Leverage new macros.
7978         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
7979         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
7981 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7983         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
7984         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
7986 2017-06-26  Carl Love  <cel@us.ibm.com>
7988         * config/rs6000/rs6000-c.c: Add support for built-in functions
7989         vector bool char vec_reve (vector bool char);
7990         vector signed char vec_reve (vector signed char);
7991         vector unsigned char vec_reve (vector unsigned char);
7992         vector bool int vec_reve (vector bool int);
7993         vector signed int vec_reve (vector signed int);
7994         vector unsigned int vec_reve (vector unsigned int);
7995         vector bool long long vec_reve (vector bool long long);
7996         vector signed long long vec_reve (vector signed long long);
7997         vector unsigned long long vec_reve (vector unsigned long long);
7998         vector bool short vec_reve (vector bool short);
7999         vector signed short vec_reve (vector signed short);
8000         vector double vec_reve (vector double);
8001         vector float vec_reve (vector float);
8002         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
8003         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
8004         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
8005         (altivec_vreve): New pattern.
8006         * config/rs6000/altivec.h (vec_reve): New define.
8007         * doc/extend.texi (vec_rev): Update the built-in documentation file
8008         for the new built-in functions.
8010 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
8012         PR tree-optimization/71815
8013         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
8014         function.
8015         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
8016         has_single_use.
8017         (slsr_process_phi): Likewise.
8018         (replace_uncond_cands_and_profitable_phis): Don't replace a
8019         multiply candidate with a stride of 1 (copy or cast).
8020         (phi_incr_cost): Call uses_consumed_by_stmt rather than
8021         has_single_use.
8022         (lowest_cost_path): Likewise.
8023         (total_savings): Likewise.
8025 2017-06-26  Richard Biener  <rguenther@suse.de>
8027         PR target/81175
8028         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
8029         Use def_builtin_pure for all gather builtins.
8031 2017-06-26  Richard Biener  <rguenther@suse.de>
8033         PR tree-optimization/81203
8034         * tree-tailcall.c (find_tail_calls): Do not move stmts into
8035         non-dominating BBs.
8037 2017-06-26  Marek Polacek  <polacek@redhat.com>
8039         PR c/80116
8040         * doc/invoke.texi: Document -Wmultistatement-macros.
8042 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
8044         * doc/sourcebuild.texi (ARM-specific attributes): Document new
8045         arm_neon_ok_no_float_abi effective target.
8047 2017-06-26  Richard Biener  <rguenther@suse.de>
8049         PR tree-optimization/80928
8050         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
8051         (copy_bbs): Set BB_DUPLICATED flag early.
8052         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
8053         marked blocks.
8054         (execute_on_shrinking_pred): Likewise.
8055         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
8056         BB_DUPLICATED blocks.
8057         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
8058         iterate over all PHIs considering removal of *gsi.
8060 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
8062         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
8063         qdf24xx.
8065 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8067         * config/rs6000/rs6000-string.c: (expand_block_clear,
8068         do_load_for_compare, select_block_compare_mode,
8069         compute_current_alignment, expand_block_compare,
8070         expand_strncmp_align_check, expand_strn_compare,
8071         expand_block_move, rs6000_output_load_multiple)
8072         Move functions related to string/block move/compare
8073         to a separate file.
8074         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
8075         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
8076         for this function which is now used in two files.
8077         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
8078         * config.gcc: Add rs6000-string.o to extra_objs for
8079         targets powerpc*-*-* and rs6000*-*-*.
8081 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
8083         PR target/80510
8084         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
8085         32-bit, since indexed is not valid for DImode.
8086         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
8087         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
8088         (define_peephole2 for Altivec d-form load): Add 32-bit support.
8089         (define_peephole2 for Altivec d-form store): Likewise.
8091         PR ipa/81185
8092         * multiple_target.c (create_dispatcher_calls): Only create the
8093         dispatcher call if the function is the default clone of a
8094         versioned function.
8096 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
8098         PR middle-end/80902
8099         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
8100         a call, force the call to not be a tail call.
8102 2017-06-23  Jeff Law  <law@redhat.com>
8104         * doc/contrib.texi: Add entry for Steven Pemberton's work on
8105         enquire.
8107 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
8109         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
8110         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
8111         handling for early expansion of vector shifts (sl,sr,sra,rl).
8112         (builtin_function_type): Add vector shift right instructions
8113         to the unsigned argument list.
8115 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8117         rtl-optimizatoin/79286
8118         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
8119         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
8120         trap.  PIC register plus a const unspec without offset can never trap.
8122 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
8124         * tree.h (builtin_structptr_type): New type.
8125         (builtin_structptr_types): Declare new array.
8126         * tree.c (builtin_structptr_types): New array.
8127         (free_lang_data, build_common_tree_nodes): Use it.
8129 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
8131         PR c++/81187
8132         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
8133         -Wnoexcept.
8135 2017-06-22  Matt Turner  <mattst88@gmail.com>
8137         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
8138         Lake models to skylake case.  Assume skylake for unknown
8139         models with clflushopt.
8141 2017-06-22  Jeff Law  <law@redhat.com>
8143         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
8144         frame sizes that do not satisfy aarch64_uimm12_shift.
8146 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
8148         * profile-count.h (apply_probability,
8149         apply_scale, probability_in): Fix checks for zero.
8151 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8153         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
8154         * doc/cppdiropts.texi (-I @var{dir}): Document it.
8156 2016-06-22  Richard Biener  <rguenther@suse.de>
8158         * tree-vect-loop.c (vect_model_reduction_cost): Handle
8159         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
8160         REDUC_MAX_EXPR support.
8161         (vectorizable_reduction): Likewise.
8162         (vect_create_epilog_for_reduction): Likewise.
8164 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
8166         * match.pd (A / (1 << B) -> A >> B): New.
8167         * generic-match-head.c: Include optabs-tree.h.
8168         * gimple-match-head.c: Likewise.
8169         * optabs-tree.h (target_supports_op_p): New.
8170         * optabs-tree.c (target_supports_op_p): New.
8172 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8174         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
8175         $gcc_cv_ld --help output.
8176         (gcc_cv_ld_demangle): Likewise.
8177         (gcc_cv_ld_eh_frame_hdr): Likewise.
8178         (gcc_cv_ld_pie): Likewise.
8179         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
8180         (gcc_cv_ld_buildid): Likewise.
8181         (gcc_cv_ld_sysroot): Likewise.
8182         (ld_bndplt_support): Likewise.
8183         (ld_pushpopstate_support): Likewise.
8184         * configure: Regenerate.
8185         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
8187 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8189         PR target/81151
8190         * config/i386/sse.md (round<mode>2): Renumber match_dup and
8191         operands indexes to avoid gap between operands and match_dups.
8193 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8195         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
8196         Increment Arith_shift and Arith_shift_reg by 1.
8197         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
8198         New tuning flag.
8199         * config/aarch64/aarch64.c (thunderx_tunings): Enable
8200         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
8201         (aarch64_strip_extend): Add new argument and test for it.
8202         (aarch64_cheap_mult_shift_p): New function.
8203         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
8204         add a cost if it is true.
8205         Update calls to aarch64_strip_extend.
8206         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
8208 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8210         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
8211         tunings.
8212         (thunderxt88): Likewise.
8213         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
8214         (thunderx_prefetch_tune): New variable.
8215         (thunderx2t99_prefetch_tune): Update for the correct values.
8216         (thunderxt88_tunings): New variable.
8217         (thunderx_tunings): Use thunderx_prefetch_tune instead of
8218         generic_prefetch_tune.
8219         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
8221 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8223         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
8224         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
8225         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
8226         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
8227         (aarch64_atomic_cas<mode>, GPI): Likewise.
8229 2017-06-21  Martin Liska  <mliska@suse.cz>
8231         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
8232         statements on cold and hot labels.
8233         * predict.c (tree_estimate_probability_bb): Remove the
8234         prediction from this place.
8236 2017-06-21  Martin Liska  <mliska@suse.cz>
8238         PR tree-optimization/79489
8239         * gimplify.c (maybe_add_early_return_predict_stmt): New
8240         function.
8241         (gimplify_return_expr): Call the function.
8242         * predict.c (tree_estimate_probability_bb): Remove handling
8243         of early return.
8244         * predict.def: Update comment about early return predictor.
8245         * gimple-predict.h (is_gimple_predict): New function.
8246         * predict.def: Change default value of early return to 66.
8247         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
8248         statements.
8249         * passes.def: Put pass_strip_predict_hints to the beginning of
8250         IPA passes.
8252 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
8254         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
8255         FUNCTION_DECL declarations.
8256         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
8257         declarations.
8258         (dwaf2out_decl): Likewise.
8259         * godump.c (go_early_global_decl): Skip call to the real debug hook
8260         for FUNCTION_DECL declarations.
8261         * passes.c (rest_of_decl_compilation): Skip call to the
8262         early_global_decl debug hook for FUNCTION_DECL declarations, unless
8263         -fdump-go-spec is passed.
8265 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8267         * config/i386/i386.c (struct builtin_isa): New field pure_p.
8268         Reorder for compactness.
8269         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
8270         (def_builtin_pure, def_builtin_pure2): New functions.
8271         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
8273 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8275         * match.pd (nop_convert): New predicate.
8276         ((A +- CST1) +- CST2): Allow some NOP conversions.
8278 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8280         PR c++/81130
8281         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
8282         with ctors/dtors if GOVD_SHARED is set.
8284 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8286         * config/aarch64/aarch64.md (movti_aarch64):
8287         Emit mov rather than orr.
8288         (movtf_aarch64): Likewise.
8289         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
8290         Emit mov rather than orr.
8292 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8294         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
8295         Swap alternatives, make integer dup more expensive.
8297 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8299         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
8300         Return true for non-tls symbols.
8302 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
8304         * config/aarch64/aarch64-cores.def (cortex-a55): New.
8305         (cortex-a75): Likewise.
8306         (cortex-a75.cortex-a55): Likewise.
8307         * config/aarch64/aarch64-tune.md: Regenerate.
8308         * doc/invoke.texi (-mtune): Document new values for -mtune.
8310 2017-06-21  Tom de Vries  <tom@codesourcery.com>
8312         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
8313         stack_size feature.
8314         (Effective-Target Keywords, Other attributes): Suggest using
8315         dg-add-options stack_size feature to get stack limit in stack_size
8316         effective target documentation.
8318 2017-06-21  Julian Brown  <julian@codesourcery.com>
8319             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8321         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
8322         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
8323         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
8324         reservation.
8325         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
8326         attribute type list for neon_multiply.
8327         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
8328         attribute type list for neon_multiply.
8329         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
8330         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
8331         attribute type list for neon_multiply.
8332         * config/arm/types.md (crypto_pmull): Add.
8333         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
8334         attribute type list.
8336 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
8338         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
8339         arm1176jzf-s.
8341 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8343         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
8344         to make sure not to dereference a NULL cost_classes_ptr pointer.
8346 2017-06-20  Carl Love  <cel@us.ibm.com>
8348         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8349         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
8350         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
8351         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
8352         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
8353         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
8354         VMULOSW): New enum "unspec" values.
8355         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
8356         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
8357         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
8358         altivec_vmulosw): New patterns.
8359         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
8360         VMULOSW): Add definitions.
8362 2017-06-20  Julia Koval  <julia.koval@intel.com>
8364         * config/i386/i386.c: Fix rounding expand for new pattern.
8365         * config/i386/subst.md: Fix pattern (parallel -> unspec).
8367 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8369         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
8370         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
8372 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8374         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
8375         feature string.
8377 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8379         * config/aarch64/aarch64-cores.def: Rearrange to sort by
8380         architecture, then by implementer ID.
8381         * config/aarch64/aarch64-tune.md: Regenerate.
8383 2017-06-20  Richard Biener  <rguenther@suse.de>
8385         PR middle-end/81097
8386         * fold-const.c (split_tree): Fold to type before negating.
8388 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
8390         * diagnostic-show-locus.c
8391         (selftest::test_fixit_deletion_affecting_newline): New function.
8392         (selftest::diagnostic_show_locus_c_tests): Call it.
8394 2017-06-20  Andreas Schwab  <schwab@suse.de>
8396         PR target/80970
8397         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
8398         instead of "+d".
8400 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
8402         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
8403         __ARM_FEATURE_COPROC according to support.
8405 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8407         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
8408         Rewritten to avoid overflow for > 32-bit pointers.
8410         PR sanitizer/81125
8411         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
8412         by removing enum keyword.
8413         (ubsan_type_descriptor): Likewise.  Formatting fix.
8415         PR target/81121
8416         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
8417         splitter): Require TARGET_SSE2 in the condition.
8419 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
8421         PR target/79799
8422         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
8423         for doing vector set of SFmode on ISA 3.0.
8424         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
8425         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
8426         element.
8427         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
8428         SFmode value into a V4SF variable that was extracted from another
8429         V4SF variable without converting the element to double precision
8430         and back to single precision vector format.
8431         (vsx_insert_extract_v4sf_p9_2): Likewise.
8433 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
8435         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
8436         in UWHI to avoid undefined overflow.
8438         PR sanitizer/81125
8439         * ubsan.h (enum ubsan_encode_value_phase): New.
8440         (ubsan_encode_value): Change second argument to
8441         enum ubsan_encode_value_phase with default value of
8442         UBSAN_ENCODE_VALUE_GENERIC.
8443         * ubsan.c (ubsan_encode_value): Change second argument to
8444         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
8445         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
8446         create_tmp_var_raw instead of create_tmp_var and use a
8447         TARGET_EXPR.
8448         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
8449         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
8450         ubsan_encode_value callers.
8452         PR sanitizer/81111
8453         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
8454         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
8455         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
8457 2017-06-19  Richard Biener  <rguenther@suse.de>
8459         PR middle-end/81118
8460         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
8461         estimates if we changed anything.
8463 2017-06-19  Richard Biener  <rguenther@suse.de>
8465         PR tree-optimization/80887
8466         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
8467         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
8468         simplified lookups, then reset mprts_hook.
8469         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
8470         simplifying.
8471         (try_to_simplify): Likewise.
8473 2017-06-19  Martin Liska  <mliska@suse.cz>
8475         PR sanitizer/80879
8476         * gimplify.c (gimplify_switch_expr):
8477         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
8479 2017-06-19  Martin Liska  <mliska@suse.cz>
8481         * doc/install.texi: Document that PGO runs in 4 stages.
8483 2017-06-19  Martin Liska  <mliska@suse.cz>
8485         PR ipa/80732
8486         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
8487         to dispatcher function name.
8488         * multiple_target.c (replace_function_decl): New function.
8489         (create_dispatcher_calls): Redirect both edges and references.
8491 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
8493         * profile-count.c (profile_count::dump): Dump quality.
8494         (profile_count::differs_from_p): Update for unsigned val.
8495         * profile-count.h (profile_count_quality): New enum.
8496         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
8498 2017-06-19  Richard Biener  <rguenther@suse.de>
8500         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
8501         struct function as arg.
8502         (estimate_numbers_of_iterations): Export overload with loop arg.
8503         (free_numbers_of_iterations_estimates_loop): Use an overload of
8504         free_numbers_of_iterations_estimates instead.
8505         * tree-cfg.c (remove_bb): Adjust.
8506         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
8507         * tree-parloops.c (gen_parallel_loop): Likewise.
8508         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
8509         Likewise.
8510         (tree_unroll_loops_completely): Likewise.
8511         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8512         Use an overload instead and export.
8513         (estimated_loop_iterations): Adjust.
8514         (max_loop_iterations): Likewise.
8515         (likely_max_loop_iterations): Likewise.
8516         (estimate_numbers_of_iterations): Take struct function as arg
8517         and adjust.
8518         (loop_exits_before_overflow): Adjust.
8519         (free_numbers_of_iterations_estimates_loop): Use an overload.
8520         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
8521         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
8523 2017-06-19  Richard Biener  <rguenther@suse.de>
8525         PR ipa/81112
8526         * ipa-prop.c (find_constructor_constant_at_offset): Handle
8527         RANGE_EXPR conservatively.
8529 2017-06-16  Carl Love  <cel@us.ibm.com>
8531         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8532         definitions for vec_float, vec_float2, vec_floato,
8533         vec_floate built-ins.
8534         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
8535         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
8536         floate.
8537         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
8538         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
8539         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
8540         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
8541         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
8542         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
8543         vec_floato): Add builtin defines.
8544         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
8545         Update the built-in documentation file for the new built-in
8546         functions.
8548 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8550         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
8551         (mthumb): Mark as the negative of -marm.
8553 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8555         * doc/invoke.texi (ARM Options, -mcpu): Document supported
8556         extension options.
8557         (ARM Options, -mtune): Document that this accepts the same
8558         extension options as -mcpu.
8559         (ARM Options, -mfpu): Document addition of -mfpu=auto.
8561 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8563         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
8564         permitted extensions.
8566 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8568         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
8569         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
8570         (armv8-m.main): Add option +nodsp.
8571         * config/arm/arm-cpu-cdata.h: Regenerated.
8573 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8575         * config/arm/t-fuchsia: New file.
8576         * config.gcc (arm*-*-fuchsia*): Use it.
8578 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8580         * config/arm/t-symbian: Rewrite for new option infrastructure.
8582 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8584         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
8585         (MULTILIB_REQUIRED): Likewise.
8587 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8589         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
8590         (MULTILIB_RESUE): Likewise.
8591         (MULTILIB_MATCHES): Likewise.
8592         (MULTLIB_REQUIRED): Likewise.
8594 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8596         * config/arm/t-rtems: Rewrite for new option framework.
8598 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8600         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
8601         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
8602         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
8603         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
8604         * config/arm/t-multilib: ... here.
8605         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
8606         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
8607         armv7-a and armv8*-a when A-profile libraries have not been built.
8608         * config/arm/t-rmprofile: Rewrite.
8610 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8612         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
8613         with a backslash.  Remove the backslash after substituting unescaped
8614         periods.
8615         * doc/fragments.texi (MULTILIB_REUSE): Document it.
8617 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8619         * config.gcc: (arm*-*-*): When building a-profile libraries, force
8620         the driver to pass through the default setting of -mfloat-abi.
8621         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
8622         rather than NULL.
8623         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
8624         (all_feat_combs): New rule.
8625         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
8626         default libraries.
8627         * config/arm/t-aprofile: Rewrite.
8629 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8631         * config/arm/arm.h (FPUTYPE_AUTO): Define.
8632         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
8633         fpu is not specified by the user/command-line.
8634         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
8635         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
8636         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
8637         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
8638         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
8639         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
8641 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8643         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
8644         * config/arm/t-arm-elf: Rewritten.
8646 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8648         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
8649         have some floating-point instructions.
8650         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
8651         (TARGET_MAYBE_HARD_FLOAT): New macro.
8652         * config/arm/arm-builtins.c (arm_init_builtins): Use
8653         TARGET_MAYBE_HARD_FLOAT.
8654         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
8656 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8658         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
8659         (configargs.h): Include it.
8660         (arm_print_hint_for_fpu_option): New function.
8661         (arm_parse_fpu_option): New function.
8662         (candidate_extension): New class.
8663         (arm_canon_for_multilib): New function.
8664         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
8665         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
8666         (ARCH_CANONICAL_SPECS): New macro.
8667         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
8669 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8671         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
8672         are set after handling multilib fragments.  Set target_cpu_default2
8673         from with_cpu.
8675 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8677         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
8678         cpu name.
8679         (arm*-*-*): Set target_cpu_default2 to a quoted string.
8680         * config/arm/parsecpu.awk (check_cpu): Validate any extension
8681         options.
8682         (check_arch): Likewise.
8683         * config/arm/arm.c (arm_configure_build_target): Handle
8684         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
8685         options in the default.
8687 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8689         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
8690         when an option is an alias of another.
8691         * config/arm/parsecpu.awk (optalias): New parser token.
8692         (gen_comm_data): Mark non-alias options as such.  Emit entries
8693         for extension aliases.
8694         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
8695         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
8696         (armv6kz, armv6zk, armv6t2): Likewise.
8697         (armv7): Make vfpv3-d16 an alias.
8698         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
8699         canonical order.
8700         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
8701         Sort in canonical order.
8702         (armv8-a): Sort in canonical order.
8703         (armv8.1-a, armv8.2-a):  Likewise.
8704         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
8705         canonical order.
8706         (cortex-a9): Sort in canonical order.
8707         * config/arm/arm.c (selftests.h): Include it.
8708         (arm_test_cpu_arch_data): New function.
8709         (arm_run_self_tests): New function.
8710         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
8711         (targetm): Move declaration to the end of the file.
8712         * arm-cpu-cdata.h: Regenerated.
8714 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8716         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
8717         call to target_mode_check describing the type of option passed.
8718         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
8719         (arm_target_thumb_only): Use arm_parse_arch_option_name or
8720         arm_parse_cpu_option_name to match parameters against list of
8721         available targets.
8722         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
8723         arm_arch_core_flags data structure.
8724         * config/arm/arm-cpu_cdata.h: Regenerated.
8726 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8728         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
8729         config/arm/arm.c.
8730         (arm_print_hint_for_cpu_option): Likewise.
8731         (arm_print_hint_for_arch_option): Likewise.
8732         (arm_parse_cpu_option_name): Likewise.
8733         (arm_parse_arch_option_name): Likewise.
8734         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
8735         of entries in the all_fpus list.
8736         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
8737         (arm_parse_cpu_option_name): Declare.
8738         (arm_parse_arch_option_name): Declare.
8739         (arm_parse_option_features): Declare.
8740         (arm_intialize_isa): Declare.
8741         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
8742         data tables to ...
8743         (gen_comm_data): ... here.  Make definitions non-static.
8744         * config/arm/arm-cpu-data.h: Regenerated.
8745         * config/arm/arm-cpu-cdata.h: Regenerated.
8747 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8749         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
8750         (cpu_arch_extension): New structure.
8751         (cpu_arch_option, arch_option, cpu_option): New structures.
8752         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
8753         architecture types.
8754         (gen_data): Generate new format data tables.
8755         * config/arm/arm.c (cpu_tune): New structure.
8756         (cpu_option, processors): Delete.
8757         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
8758         (arm_print_hint_for_cpu_option): ... this and ...
8759         (arm_print_hint_for_arch_option): ... this.
8760         (arm_parse_arch_cpu_name): Delete.  Replace with ...
8761         (arm_parse_cpu_option_name): ... this and ...
8762         (arm_parse_arch_option_name): ... this.
8763         (arm_unrecognized_feature): Change type of target parameter to
8764         cpu_arch_option.
8765         (arm_parse_arch_cpu_features): Delete.  Replace with ...
8766         (arm_parse_option_features): ... this.
8767         (arm_configure_build_target): Rework to use new configuration data
8768         tables.
8769         (arm_print_tune_info): Rework for new configuration data tables.
8770         * config/arm/arm-cpu-data.h: Regenerated.
8771         * config/arm/arm-cpu.h: Regenerated.
8773 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8775         * Makefile.in (OBJS): Move sbitmap.o from here ...
8776         (OBJS-libcommon): ... to here.
8778 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8780         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
8781         (ISA_ALL_CRYPTO): New macro.
8782         (ISA_ALL_SIMD): New macro
8783         (ISA_ALL_FP): New macro.
8784         * config/arm/arm.c (fpu_bitlist): Update initializer.
8785         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
8786         simd or fp.
8787         (arm9e): Add fpu.  Add option for nofp
8788         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
8789         (arm926ej-s, arm1026ej-s): Likewise.
8790         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
8791         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
8792         neon-fp16, neon-vfpv4, nofp and nosimd.
8793         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
8794         (cortex-a8): Add fpu.  Add option for nofp.
8795         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
8796         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
8797         (cortex-r4f): Add fpu.
8798         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
8799         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
8800         for nofp.
8801         (cortex-r8): Likewise.
8802         (cortex-m4): Add fpu.  Add option for nofp.
8803         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
8804         (cortex-a17.cortex-a7): Likewise.
8805         (cortex-a32): Add fpu.  Add options for crypto and nofp.
8806         (cortex-a35, cortex-a53): Likewise.
8807         (cortex-a57): Add fpu.  Add option for crypto.
8808         (cortex-a72, cortex-a73): Likewise.
8809         (exynos-m1): Likewise.
8810         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
8811         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
8812         (cortex-m33): Add fpu.  Add option for nofp.
8813         * config/arm/arm-cpu-cdata.h: Regenerated
8814         * config/arm/arm-cpu-data.h: Regenerated.
8816 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8818         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
8819         (armv5te, armv5tej): Likewise.
8820         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
8821         (armv7): Add options fp and vfpv3-d16.
8822         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
8823         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
8824         nofp and nosimd.
8825         (armv7ve): Likewise.
8826         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
8827         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
8828         (armv8-a): Add nocrypto option.
8829         (armv8.1-a, armv8.2-a): Likewise.
8830         (armv8-m.main): add options fp, fp.dp and nofp.
8832 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8834         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
8835         nofp.
8836         (armv8-a+crc): Delete.
8837         (armv8.1-a): Add options simd, crypto and nofp.
8838         (armv8.2-a): Add options fp16, simd, crypto and nofp.
8839         (armv8.2-a+fp16): Delete.
8840         (armv8-m.main): Add option dsp.
8841         (armv8-m.main+dsp): Delete.
8842         (cortex-a8): Add fpu.  Add nofp option.
8843         (cortex-a9): Add fpu.  Add nofp and nosimd options.
8844         * config/arm/parsecpu.awk (gen_data): Generate option tables and
8845         link to main cpu and architecture data structures.
8846         (gen_comm_data): Only put isa attributes from the main architecture
8847         in common tables.
8848         (option): New statement for architecture and CPU entries.
8849         * arm.c (struct cpu_option): New structure.
8850         (struct processors): Add entry for options.
8851         (arm_unrecognized_feature): New function.
8852         (arm_parse_arch_cpu_name): Ignore any characters after the first
8853         '+' character.
8854         (arm_parse_arch_cpu_feature): New function.
8855         (arm_configure_build_target): Separate out any CPU and architecture
8856         features and parse separately.  Don't error out if -mfpu=auto is
8857         used with only an architecture string.
8858         (arm_print_asm_arch_directives): New function.
8859         (arm_file_start): Call it.
8860         * config/arm/arm-cpu-cdata.h: Regenerated.
8861         * config/arm/arm-cpu-data.h: Likewise.
8862         * config/arm/arm-tables.opt: Likewise.
8864 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8866         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
8867         assembler when it is not -mfpu=auto.
8869 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8871         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
8872         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
8873         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
8874         (ASM_CPU_SPEC): Rewrite.
8875         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
8876         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
8877         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
8878         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
8879         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
8880         copied string is NUL-terminated.  Also strip any characters prefixed
8881         by '+'.
8882         (arm_rewrite_selected_arch): New function.
8883         (arm_rewrite_march): New function.
8885 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8887         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
8888         (x_arm_cpu_string, x_arm_tune_string): Likewise.
8889         (march, mcpu, mtune): Convert to string-based options.
8890         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
8891         (arm_parse_arch_cpu_name): New function.
8892         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
8893         identify selected architecture or CPU.
8894         (arm_option_save): New function.
8895         (TARGET_OPTION_SAVE): Redefine.
8896         (arm_option_restore): Restore string options.
8897         (arm_option_print): Print string options.
8899 2017-06-16  Martin Sebor  <msebor@redhat.com>
8901         PR tree-optimization/80933
8902         PR tree-optimization/80934
8903         * builtins.c (fold_builtin_3): Do not handle bcmp here.
8904         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
8905         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
8906         (gimple_fold_builtin): Call them.
8908 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8910         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
8911         as unlikely; update profile.
8913 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8915         * predict.c (force_edge_cold): Handle declaring edges impossible
8916         more aggresively.
8918 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8920         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
8921         profile.
8922         (try_unroll_loop_completely): Fix reporting.
8924 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8926         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
8928 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
8930         PR target/71778
8931         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
8932         if given a non-constant argument for an intrinsic which requires a
8933         constant.
8935 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8937         * profile.c (compare_freqs): New function.
8938         (branch_prob): Sort edge list.
8939         (find_spanning_tree): Assume that the list is priority sorted.
8941 2017-06-16  Richard Biener  <rguenther@suse.de>
8943         PR tree-optimization/81090
8944         * passes.def (pass_record_bounds): Remove.
8945         * tree-pass.h (make_pass_record_bounds): Likewise.
8946         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
8947         make_pass_record_bounds): Likewise.
8948         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
8949         not free niter estimates at the beginning but at the end.
8950         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
8952 2017-06-16  Richard Biener  <rguenther@suse.de>
8954         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
8955         initializer to workaround ICE in host GCC 4.8.
8957 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8959         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
8960         counts.
8961         (clone_inlined_nodes): Update.
8963 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8965         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
8966         prefetch settings, and enable prefetching by default at -O3.
8968 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8970         * config/aarch64/aarch64.c (aarch64_override_options_internal):
8971         Set flag_prefetch_loop_arrays according to tuning data.
8973 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8975         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
8976         New tune structure.
8977         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
8978         [Unrelated to main purpose of the patch] Place the pointer field last
8979         to enable type checking errors when tune structure are wrongly merged.
8980         * config/aarch64/aarch64.c (generic_prefetch_tune,)
8981         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
8982         (thunderx2t99_prefetch_tune): New tune constants.
8983         (tune_params *_tunings): Update all tunings (no functional change).
8984         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
8985         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
8986         from tunings structures.
8988 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
8990         PR sanitizer/81094
8991         * ubsan.c (instrument_null): Add T argument, use it instead
8992         of computing it based on IS_LHS.
8993         (instrument_object_size): Likewise.
8994         (pass_ubsan::execute): Adjust instrument_null and
8995         instrument_object_size callers to pass gimple_get_lhs or
8996         gimple_assign_rhs1 result to it.  Use instrument_null instead of
8997         calling get_base_address and instrument_mem_ref.  Handle
8998         aggregate call arguments for object-size sanitization.
9000 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
9002         PR tree-optimization/81089
9003         * tree-vrp.c (is_masked_range_test): Validate operands of
9004         subexpression.
9006 2017-06-15  Martin Sebor  <msebor@redhat.com>
9008         PR c++/80560
9009         * dumpfile.c (dump_register): Avoid calling memset to initialize
9010         a class with a default ctor.
9011         * gcc.c (struct compiler): Remove const qualification.
9012         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
9013         * hash-table.h: Ditto.
9014         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
9015           assignment.
9016         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
9017         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
9018         default ctor.
9019         * params.h (struct param_info): Make struct members non-const.
9020         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
9021         with default initialization.
9022         * vec.h (vec_copy_construct, vec_default_construct): New helper
9023         functions.
9024         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
9025         with vec_copy_construct.
9026         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
9027         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
9028         * doc/invoke.texi (-Wclass-memaccess): Document.
9030 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
9032         * emit-rtl.h (is_leaf): Update comment about local
9033         register allocator.
9035 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
9037         PR target/78818
9038         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
9039         for a variable to have a section before checking if the section has a
9040         name.
9041         Set section to.persistent if persistent attribute is set.
9042         Warn if .persistent attribute is used on an automatic variable.
9044 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
9046         PR rtl-optimization/80474
9047         * reorg.c (update_block): Do not ignore instructions in a delay slot.
9049 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
9051         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
9052         of REGNO.
9054 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
9056         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
9057         (casesi): Emit bounds checking as RTL.
9058         (casesi_internal_mips16_<mode>): Remove bounds checking.
9060 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
9062         * config/xtensa/xtensa.c (xtensa_option_override): Append
9063         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
9064         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
9065          xtensa_doloop_hooks): Define unconditionally.
9066         (xtensa_reorg_loops): Only call reorg_loops in the presence of
9067         TARGET_LOOPS.
9068         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
9069         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
9070         for it in xtensa_option_override.
9071         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
9072          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
9074 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
9076         * doc/cppopts.texi: Document '-' special value to -MF.
9078 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
9080         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
9081         (cortex_a53_fconst): Likewise.
9082         (cortex_a53_fpmul): Likewise.
9083         (cortex_a53_f_load_64): Likewise.
9084         (cortex_a53_f_load_many): Likewise.
9085         (cortex_a53_advsimd_alu): Likewise.
9086         (cortex_a53_advsimd_alu_q): Likewise.
9087         (cortex_a53_advsimd_mul): Likewise.
9088         (cortex_a53_advsimd_mul_q): Likewise.
9089         (fpmac bypass): Add new bypass for fpmac-fpmac case.
9090         Add missing fmul, r2f_cvt and fconst cases.
9092 2017-06-14  Richard Biener  <rguenther@suse.de>
9094         PR middle-end/81088
9095         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
9096         literal constants.
9097         (fold_binary_loc): When associating do not treat pre-existing
9098         TREE_OVERFLOW on literal constants as a reason to allow
9099         TREE_OVERFLOW on associated literal constants.
9101 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
9103         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
9104         (MASK_FEATURES): New macro.
9105         * config/sparc/sparc.c (sparc_option_override): Remove the special
9106         handling of -mfpu and generalize it to all MASK_FEATURES switches.
9108 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
9110         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
9111         a division of 0 if non-call exceptions are enabled.
9113 2017-06-14  Andrew Pinski  <apinski@cavium.com>
9114             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
9116         PR target/71663
9117         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
9118         Improve vector initialization code gen for only variable case.
9120 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
9122         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
9124 2017-06-14  Richard Biener  <rguenther@suse.de>
9126         PR tree-optimization/81083
9127         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
9128         as values.
9130 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9132         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
9133         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
9134         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
9135         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
9136         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
9137         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
9139 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9141         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
9142         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
9144 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9146         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
9148 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9150         * config/rs6000/t-rtems: Don't handle SPE.
9152 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9154         * config/rs6000/t-linux: Don't handle SPE.
9156 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9158         * config/rs6000/eabispe.h: Delete file.
9160 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9162         * config/rs6000/t-spe: Delete file.
9164 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9166         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
9167         (rs6000_legitimate_offset_address_p): Return false for anything in
9168         V2SImode or V2SFmode.
9170 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9172         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
9173         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
9174         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
9175         and V4HImode.
9176         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
9177         (rs6000_legitimate_offset_address_p): Ditto.
9178         (rs6000_emit_move): Ditto.
9179         (rs6000_init_builtins): Remove V4HI_type_node.
9181 2017-06-13  Martin Liska  <mliska@suse.cz>
9183         PR sanitize/78204
9184         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
9185         (gate_asan): Likewise.
9186         * asan.h (asan_no_sanitize_address_p): Remove the function.
9187         (sanitize_flags_p): New function.
9188         * builtins.def: Fix coding style.
9189         * common.opt: Use renamed enum value.
9190         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
9191         * doc/extend.texi: Document no_sanitize attribute.
9192         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
9193         to SANITIZE_UNDEFINED_NONDEFAULT.
9194         * gcc.c (sanitize_spec_function): Use the renamed enum value.
9195         * gimple-fold.c (optimize_atomic_compare_exchange_p):
9196         Use sanitize_flags_p.
9197         * gimplify.c (gimplify_function_tree): Likewise.
9198         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
9199         * opts.c (parse_no_sanitize_attribute): New function.
9200         (common_handle_option): Use renamed enum value.
9201         * opts.h (parse_no_sanitize_attribute): Declare.
9202         * tree.c (sanitize_flags_p): New function.
9203         * tree.h: Declared here.
9204         * tsan.c: Use sanitize_flags_p.
9205         * ubsan.c (ubsan_expand_null_ifn): Likewise.
9206         (instrument_mem_ref): Likewise.
9207         (instrument_bool_enum_load): Likewise.
9208         (do_ubsan_in_current_function): Remove the function.
9209         (pass_ubsan::execute): Use sanitize_flags_p.
9210         * ubsan.h: Remove do_ubsan_in_current_function
9211         * tree-cfg.c (print_no_sanitize_attr_value): New function.
9212         (dump_function_to_file): Use it here.
9214 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9216         PR tree-optimization/80803
9217         PR tree-optimization/81063
9218         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
9219         (propagate_subaccesses_across_link): Enqueue subtree whenever
9220         necessary instead of relying on the caller.
9222 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9224         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
9225         that have a first_link.
9226         (sort_and_splice_var_accesses): Do not check first_link before
9227         enquing.
9228         (subtree_mark_written_and_enqueue): Likewise.
9229         (propagate_all_subaccesses): Likewise and do not stop at first
9230         parent with a first_link.
9232 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9234         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
9235         instead of f.
9237 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9239         * match.pd: New pattern.
9241 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9243         * tree-vrp.c (is_masked_range_test): New function.
9244         (register_edge_assert_for): Determine ranges for
9245         some bit tests.
9247 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9249         PR tree-optimization/67328
9250         * fold-const.c (maskable_range_p): New function.
9251         (build_range_check): Generate bittests if possible.
9253 2017-06-13  Martin Liska  <mliska@suse.cz>
9255         * gimple-pretty-print.c (dump_probability): Add new argument.
9256         (dump_edge_probability): Dump both probability and count.
9257         (dump_gimple_label): Likewise.
9258         (dump_gimple_bb_header): Likewise.
9260 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
9262         PR target/81072
9263         * config/avr/avr-devices.c: Fix indentation.
9264         * config/avr/gen-avr-mmcu-specs.c: Dito.
9266 2017-06-13  Richard Biener  <rguenther@suse.de>
9268         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
9269         instead get vector type from stmt_info.
9270         (vectorizable_reduction): Adjust.  Remove dead code.
9272 2017-06-13  Richard Biener  <rguenther@suse.de>
9274         PR middle-end/81065
9275         * fold-const.c (extract_muldiv_1): Remove bogus distribution
9276         case of C * (x * C2 + C3).
9277         (fold_addr_of_array_ref_difference): Properly fold index difference.
9279 2017-06-12  David S. Miller  <davem@davemloft.net>
9281         PR target/80968
9282         * config/sparc/sparc.md (return expander): Emit frame blockage if
9283         function uses alloca.
9285 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
9287         * combine.c (make_field_assignment): Check len rather than the mode
9288         precision when calling force_to_mode.
9290 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
9292         Support multilibs and devices that see flash in RAM address range.
9294         PR target/81072
9295         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
9296         (avr_mcu_t) <flash_pm_offset>: New field.
9297         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
9298         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
9299         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
9300         (AVR_TINY_PM_OFFSET): Remove macro.
9301         * config/avr/avr.opt (-mshort-calls): New option.
9302         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
9303         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
9304         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
9305         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
9306         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
9307         instead of avr_arch->have_jmp_call.
9308         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
9309         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
9310         avr_arch->flash_pm_offset to define.
9311         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
9312         new field flash_pm_offset.  Add entry for avrxmega3.
9313         (avr_texinfo): Add entry for avrxmega3.
9314         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
9315         attiny212, attiny214,
9316         attiny412, attiny414, attiny416, attiny417,
9317         attiny814, attiny816, attiny817,
9318         attiny1614, attiny1616, attiny1617,
9319         attiny3214, attiny3216, attiny3217.
9320         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
9321         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
9322         (avr_print_operand_address) [AVR_TINY]: Same.
9323         (avr_asm_init_sections) <readonly_data_section>: Only patch
9324         callback if avr_arch->flash_pm_offset = 0.
9325         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
9326         for rodata if avr_arch->flash_pm_offset != 0.
9327         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
9328         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
9329         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
9330         (m_options): Append opt_rcall.
9331         (m_dirnames): Append dir_rcall.
9332         * config/avr/t-multilib: Regenerate.
9334         * configure.ac [target=avr]: Check whether avrxmega3 default
9335         linker description file works as needed.
9336         * configure: Regenerate.
9337         * doc/avr-mmcu.texi: Regenerate.
9338         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
9339         <__AVR_ARCH__>: Document avrxmega3 and 103.
9340         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
9341         <__AVR_SHORT_CALLS__>: Document it.
9342         <__AVR_PM_BASE_ADDRESS__>: Document it.
9343         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
9344         (AVR Variable Attributes) <progmem>: Document this is
9345         not needed for avrxmega3.
9346         (AVR Named Address Spaces) <__flash>: Dito.
9348 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
9350         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
9352 2017-06-12  Doug Rupp  <rupp@adacore.com>
9354         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
9355         Append vxworks-stdint.h to the tm_file list.
9356         * config/vxworks-stdint.h: New file.
9358 2017-06-12  Martin Liska  <mliska@suse.cz>
9360         PR tree-optimization/81041
9361         * tree-profile.c (gimple_gen_ic_func_profiler):
9362         Create an extra BB in profile-generate
9363         (gimple_gen_time_profiler): Likewise.
9365 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
9367         PR tree-optimization/81003
9368         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
9369         (update_range_test): Use it instead of force_gimple_operand_gsi.
9371 2017-06-12  Richard Biener  <rguenther@suse.de>
9373         PR tree-optimization/81053
9374         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
9375         with backedge value not defined in loop.  Simplify def stmt
9376         compute.
9378 2017-06-11  Tom de Vries  <tom@codesourcery.com>
9380         PR target/79939
9381         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
9382         Return true.
9383         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
9384         nvptx_cannot_force_const_mem.
9386 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9388         * opts.c (finish_options): Move test for flag_split_stack after
9389         it has been initialized.
9391 2017-06-11  Jason Merrill  <jason@redhat.com>
9393         * tree.h (id_equal): New.
9394         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
9395         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
9396         instead of strcmp of IDENTIFIER_POINTER.
9398 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9400         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
9401         (mark_all_inlined_calls_cdtor): Fix formating.
9402         (inline_transform): Rescale profile before inlining.
9404 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9406         * cgraph.h (cgraph_edge::clone): Update prototype.
9407         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
9408         (cgraph_node::create_clone): Update.
9409         (cgraph_node::create_version_clone): Update.
9410         * tree-inline.c (copy_bb): Update.
9411         (expand_call_inline): Update.
9413 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9415         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
9416         factored out from ...
9417         (rs6000_emit_prologue): ... here.
9419 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9421         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
9422         factored out from ...
9423         (rs6000_emit_prologue): ... here.
9425 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9427         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
9428         edge counts.
9429         (handle_missing_profiles): Fix computation of tp_first_run.
9430         (counts_to_freqs): Do not touch freqs when count is 0.
9432 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9434         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
9435         profile.
9437 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9439         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
9440         attributes): Document signal effective target.
9442 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9444         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
9445         Document effective target stack_size.
9447 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
9449         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
9450         to the edit_context if they can be auto-applied.
9452 2017-06-9  Ian Lance Taylor  <iant@golang.org>
9454         * opts.c (finish_options): If -fsplit-stack, disable implicit
9455         -forder-blocks-and-partition.
9456         * doc/invoke.texi (Optimize Options): Document that when using
9457         -fsplit-stack -forder-blocks-and-partition is not implicitly
9458         enabled.
9460 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9462         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
9463         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
9464         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
9465         * builtins.def (abort, trap, unreachable): Declare cold.
9466         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
9467         * tree-core.h (ECF_COLD): New.
9468         * tree.c (set_call_expr_flags): Handle ECF_COLD.
9469         (build_common_builtin_nodes): Mark unreachable and abort as cold.
9471 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9473         * predict.c (unlikely_executed_stmt_p): Cleanup.
9475 2017-06-09  Richard Biener  <rguenther@suse.de>
9477         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
9478         model if the ref is always written to.
9480 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9482         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
9484 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9486         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
9487         than udiv.
9489 2017-06-09  Tom de Vries  <tom@codesourcery.com>
9491         PR target/80855
9492         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
9493         "target cannot support label values" when encountering LABEL_REF.
9495 2017-06-09  Martin Liska  <mliska@suse.cz>
9497         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
9498         (gimple_gen_ic_func_profiler): Emit direct comparison
9499         of __gcov_indirect_call_callee with NULL.
9500         (gimple_gen_time_profiler): Change probability from
9501         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
9503 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9505         * profile.c (edge_gcov_counts): Turn to pointer.
9506         (compute_branch_probabilities, compute_branch_probabilities): Update.
9507         (branch_prob): Do not clear edge_gcov_count.
9508         * profile.h (edge_gcov_counts): Turn to pointer.
9509         (edge_gcov_count): Update.
9511 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9513         * gimple.h (gimple_check_failed): Mark cold.
9515 2017-06-09  Richard Biener  <rguenther@suse.de>
9517         PR tree-optimization/66623
9518         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
9519         refactor check_reduction into two parts, properly computing
9520         whether we have to check reduction validity for outer loop
9521         vectorization.
9523 2017-06-09  Richard Biener  <rguenther@suse.de>
9525         PR tree-optimization/79483
9526         * graphite-scop-detection.c (order): New global.
9527         (get_order): Compute bb to order mapping that satisfies code
9528         generation constraints.
9529         (cmp_pbbs): New helper.
9530         (build_scops): Start domwalk at entry block, sort generated
9531         pbbs.
9533 2017-06-09  Richard Biener  <rguenther@suse.de>
9535         PR middle-end/81007
9536         * ipa-polymorphic-call.c
9537         (ipa_polymorphic_call_context::restrict_to_inner_class):
9538         Skip FIELD_DECLs with error_mark_node type.
9539         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
9540         last again.
9542 2017-06-09  Martin Liska  <mliska@suse.cz>
9544         * predict.c (struct branch_predictor): New struct.
9545         (test_prediction_value_range): New test.
9546         (predict_c_tests): New function.
9547         * selftest-run-tests.c (selftest::run_tests): Run the function.
9548         * selftest.h: Declare new tests.
9550 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
9552         PR target/80966
9553         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
9554         gen_add3_insn did not fail.
9555         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
9556         r0, construct that number in a temporary reg and add that reg to r0.
9557         If asked to put the result in r0 as well, fail.
9559 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
9561         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
9562         for early expansion of vec_eqv.
9564 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
9566         PR middle-end/81005
9567         * ubsan.c (instrument_null): Avoid pointless code temporary.
9568         (pass_ubsan::execute): Instrument aggregate arguments of calls.
9570 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
9572         PR target/81015
9573         Revert:
9574         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
9576         PR target/59874
9577         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
9578         (*clzhi2): Ditto.
9580 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9582         * predict.c (unlikely_executed_edge_p): Move ahead.
9583         (probably_never_executed_edge_p): Use it.
9585 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9587         PR middle-end/79988
9588         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
9589         gimple_call_builtin_p call.
9591 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9593         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
9594         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
9595         rtl_check_failed_type2, rtl_check_failed_code1,
9596         rtl_check_failed_code2, rtl_check_failed_code_mode,
9597         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
9598         rtvec_check_failed_bounds, rtl_check_failed_flag,
9599         _fatal_insn_not_found, _fatal_insn): Likewise.
9600         * tree.h (tree_contains_struct_check_failed,
9601         tree_check_failed, tree_not_check_failed,
9602         tree_class_check_failed, tree_range_check_failed,
9603         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
9604         tree_vec_elt_check_failed, phi_node_elt_check_failed,
9605         tree_operand_check_failed, omp_clause_check_failed,
9606         omp_clause_operand_check_failed, omp_clause_range_check_failed):
9607         Likewise.
9609 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9611         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
9612         flag_branch_probabilities.
9613         * ipa-inline.c (edge_badness): Likewise.
9614         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
9615         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
9616         * predict.c (maybe_hot_frequency_p): Likewise.
9617         (probably_never_executed): Likewise.
9618         * sched-ebb.c (schedule_ebbs): Likewise.
9619         * sched-rgn.c (find_single_block_region): Likewise.
9620         * tracer.c (tail_duplicate): Likewise.
9622 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9624         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
9625         longer requires x_flag_profile_use.
9627 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9629         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
9630         instead of flag_reorder_blocks_and_partition.
9631         * dbxout.c (dbxout_function_end): Likewise.
9632         * dwarf2out.c (gen_subprogram_die): Likewise.
9633         * haifa-sched.c (sched_create_recovery_edges): Likewise.
9634         * hw-doloop.c (reorg_loops): Likewise.
9635         * varasm.c (assemble_start_function,
9636         assemble_end_function): Likewise.
9637         (decide_function_section): Do not check for
9638         flag_reorder_blocks_and_partition.
9640 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9642         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
9643         New function.
9644         (chkp_get_hard_register_fake_addr_expr): Ditto.
9645         (chkp_build_addr_expr): Add check for hard reg case.
9646         (chkp_parse_array_and_component_ref): Ditto.
9647         (chkp_find_bounds_1): Ditto.
9648         (chkp_process_stmt): Don't generate bounds store for
9649         hard reg case.
9651 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9653         * predict.c (maybe_hot_bb_p): Do not check profile status.
9654         (maybe_hot_edge_p): Likewise.
9655         (probably_never_executed): Check for zero counts even if profile
9656         is not read.
9657         (unlikely_executed_edge_p): New function.
9658         (unlikely_executed_stmt_p): New function.
9659         (unlikely_executed_bb_p): New function.
9660         (set_even_probabilities): Use unlikely predicates.
9661         (combine_predictions_for_bb): Likewise.
9662         (predict_paths_for_bb): Likewise.
9663         (predict_paths_leading_to_edge): Likewise.
9664         (determine_unlikely_bbs): New function.
9665         (estimate_bb_frequencies): Use it.
9666         (compute_function_frequency): Use zero counts even if profile is
9667         not read.
9668         * profile-count.h: Fix typo.
9670 2017-08-08  Julia Koval  <julia.koval@intel.com>
9672         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
9673         _mm512_mask_cvtsepi16_storeu_epi8,
9674         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
9675         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
9676         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
9677         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
9678         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
9679         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
9680         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
9681         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
9682         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
9683         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
9684         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
9685         __builtin_ia32_pmovuswb256mem_mask,
9686         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
9687         __builtin_ia32_pmovwb512mem_mask): New builtins.
9689 2017-08-08  Julia Koval  <julia.koval@intel.com>
9691         PR target/73350,80862
9692         * config/i386/subst.md (round): Fix round pattern.
9693         * config/i386/i386.c (ix86_erase_embedded_rounding):
9694         Fix erasing rounding for the fixed pattern.
9696 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9698         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
9700 2017-06-08  Martin Liska  <mliska@suse.cz>
9702         PR gcov-profile/80911
9703         * gcov.c (block_info::block_info): New constructor.
9705 2017-06-07  Carl Love  <cel@us.ibm.com>
9707         * config/rs6000/rs6000-c: The return type of the following
9708         built-in functions was implemented as int not long long.  Fix sign
9709         of return value for the unsigned version of vec_mulo and vec_mule.
9710         vector unsigned long long vec_bperm (vector unsigned long long,
9711                                              vector unsigned char)
9712         vector signed long long vec_mule (vector signed int,
9713                                           vector signed int)
9714         vector unsigned long long vec_mule (vector unsigned int,
9715                                             vector unsigned int)
9716         vector signed long long vec_mulo (vector signed int,
9717                                           vector signed int)
9718         vector unsigned long long vec_mulo (vector unsigned int,
9719                                             vector unsigned int)
9720         * doc/extend.texi: Fix the documentation for the built-in
9721         functions.
9723 2017-06-07  Carl Love  <cel@us.ibm.com>
9725         PR target/80982
9726         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
9727         for BE.
9729 2017-06-07  Carl Love  <cel@us.ibm.com>
9731         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
9732         support, Generate       doublehv for signed int/float for BE case only.
9734 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
9736         * doc/invoke.texi (mcx16): Rewrite.
9738 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9740         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
9741         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
9742         *mov<mode>_softfloat, and an anonymous splitter): Use
9743         nonimmediate_operand instead of rs6000_nonimmediate_operand.
9745 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9747         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
9748         SPEFSCR registers.
9749         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9750         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
9751         (rs6000_debug_reg_global): Adjust.
9752         (rs6000_init_hard_regno_mode_ok): Adjust.
9753         (rs6000_dbx_register_number): Adjust.
9754         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
9755         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9756         Remove SPE_ACC and SPEFSCR.
9757         (REG_ALLOC_ORDER): Ditto.
9758         (FRAME_POINTER_REGNUM): Change to 111.
9759         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
9760         (REG_CLASS_NAMES): Ditto.
9761         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
9762         (REGISTER_NAMES): Ditto.
9763         (ADDITIONAL_REG_NAMES): Ditto.
9764         (rs6000_reg_names): Ditto.
9765         * config/rs6000/rs6000.md: Renumber some register number
9766         define_constants.
9768 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9770         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
9771         registers.
9772         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9773         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
9774         to 117.
9775         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
9776         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9777         Delete the SPE high registers.
9778         (REG_ALLOC_ORDER): Ditto.
9779         (enum reg_class): Remove SPE_HIGH_REGS.
9780         (REG_CLASS_NAMES): Ditto.
9781         (REG_CLASS_CONTENTS): Delete the SPE high registers.
9782         (REGISTER_NAMES): Ditto.
9783         (rs6000_reg_names): Ditto.
9784         * doc/tm.texi.in: Remove SPE as example.
9785         * doc/tm.texi: Regenerate.
9787 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9789         * config/rs6000/8540.md (ppc8540_brinc): Delete.
9790         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
9791         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
9792         * config/rs6000/rs6000.md (type): Remove "brinc".
9794 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9796         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
9797         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
9798         * config/rs6000/linuxspe.h: Delete file.
9799         * config/rs6000/rs6000.md: Don't include spe.md.
9800         * config/rs6000/spe.h: Delete file.
9801         * config/rs6000/spe.md: Delete file.
9802         * config/rs6000/t-rs6000: Remove spe.md.
9804 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9806         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
9807         (reg_or_none500mem_operand): Delete.
9808         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
9809         instead of reg_or_none500mem_operand.
9811 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9813         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
9814         handling of SPE flags.
9815         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
9817 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9819         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
9820         SPE ABI handling.
9821         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
9822         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
9823         paired_divv2sf3): Similar.
9824         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
9825         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
9826         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
9827         RS6000_BUILTIN_S.
9828         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
9829         Rename the paired_* instruction patterns.
9830         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
9831         define __SPE__.
9832         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
9833         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
9834         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
9835         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
9836         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
9837         PAIRED_VECTOR_MODE.
9838         (struct machine_function): Delete field spe_insn_chain_scanned_p.
9839         (spe_func_has_64bit_regs_p): Delete.
9840         (spe_expand_predicate_builtin): Delete.
9841         (spe_expand_evsel_builtin): Delete.
9842         (TARGET_DWARF_REGISTER_SPAN): Do not define.
9843         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
9844         (invalid_e500_subreg): Delete.
9845         (rs6000_legitimize_address): Always force_reg op2 as well, for
9846         paired single memory accesses.
9847         (rs6000_member_type_forces_blk): Delete.
9848         (rs6000_spe_function_arg): Delete.
9849         (rs6000_expand_unop_builtin): Delete SPE handling.
9850         (rs6000_expand_binop_builtin): Ditto.
9851         (spe_expand_stv_builtin): Delete.
9852         (bdesc_2arg_spe): Delete.
9853         (spe_expand_builtin): Delete.
9854         (spe_expand_predicate_builtin): Delete.
9855         (spe_expand_evsel_builtin): Delete.
9856         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
9857         (spe_init_builtins): Delete.
9858         (spe_func_has_64bit_regs_p): Delete.
9859         (savres_routine_name): Delete "info" parameter.  Adjust callers.
9860         (rs6000_emit_stack_reset): Ditto.
9861         (rs6000_dwarf_register_span): Delete.
9862         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
9863         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
9864         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
9865         Delete.
9866         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
9867         Delete.
9868         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
9869         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
9870         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
9871         mulv2sf3, divv2sf3): Delete expanders.
9873 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9875         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
9877 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9879         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
9880         * config/rs6000/rs6000.c: Ditto.
9882 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9884         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
9885         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
9886         comparison_operator.
9888 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9890         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
9891         * config/rs6000/rs6000.opt: Ditto.
9892         * config/rs6000/t-rtems: Ditto.
9894 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9896         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
9897         TARGET_E500_SINGLE by 0, simplify.
9898         * config/rs6000/rs6000.c: Ditto.
9899         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
9900         (spe_build_register_parallel): Delete.
9901         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
9902         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
9903         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
9904         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
9905         (E500_CONVERT): Delete.
9906         * config/rs6000/spe.md: Remove many patterns and all define_constants.
9908 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9910         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
9911         * config/rs6000/dfp.md: Ditto.
9912         (negdd2, *negdd2_fpr): Merge.
9913         (absdd2, *absdd2_fpr): Merge.
9914         (negtd2, *negtd2_fpr): Merge.
9915         (abstd2, *abstd2_fpr): Merge.
9916         * config/rs6000/e500.h: Delete file.
9917         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
9918         TARGET_FPRS by 1 and simplify.
9919         * config/rs6000/rs6000-c.c: Ditto.
9920         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
9921         TARGET_DF_SPE by 0.
9922         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
9923         TARGET_DF_SPE.
9924         * config/rs6000/rs6000.md: Ditto.
9925         (floatdidf2, *floatdidf2_fpr): Merge.
9926         (move_from_CR_gt_bit): Delete.
9927         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
9928         (E500_CR_IOR_COMPARE): Delete.
9929         (All patterns that require !TARGET_FPRS): Delete.
9930         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
9932 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9934         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
9936 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9938         * graphds.c (add_edge): Intitialize edge's attached data.
9939         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
9940         pointer parameter.  Call pointed function on each edge during
9941         graph traversing.  Skip traversing the edge when the function
9942         returns true.
9943         (graphds_dfs, graphds_scc): Ditto.
9944         (for_each_edge): New parameter.  Pass the new parameter to callback
9945         function.
9946         * graphds.h (skip_edge_callback): New function pointer type.
9947         (graphds_dfs, graphds_scc): New function pointer parameter.
9948         (graphds_edge_callback, for_each_edge): New parameter.
9950 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9952         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
9953         out code checking if runtime alias check is possible to below ...
9954         Call the new function.
9955         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
9956         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
9958 2017-06-07  Marek Polacek  <polacek@redhat.com>
9960         PR sanitizer/80932
9961         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
9962         TYPE_OVERFLOW_WRAPS check.
9964 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9966         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
9967         if versioning is required.
9968         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
9969         peeling with the check for versioning.
9971 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9973         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
9974         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
9975         Set true to new parameter if new ssa variable is defined.
9976         (vect_gen_vector_loop_niters): Refactor.  Set range information
9977         for the new vector loop bound variable.
9978         (vect_do_peeling): Ditto.
9980 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9982         * tree-affine.c (ssa.h): Include header file.
9983         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
9984         has wrapping overflow behavior.
9986 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9988         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
9990 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9992         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
9993         (tree_to_aff_combination): ... here.
9995 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9997         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
9998         reg_pressure model function.
9999         (ivopts_global_cost_for_size): Delete.
10000         (determine_set_costs, iv_ca_recount_cost): Call new model function
10001         ivopts_estimate_reg_pressure.
10003 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
10005         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
10006         expensive than udiv.  Remove floating point cases from mod.
10008 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
10010         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
10011         Increase idiv cost.
10013 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
10015         * config/aarch64/aarch64.md
10016         (copysignsf3): Fix mask generation.
10018 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
10020         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
10021         TDI_gimple.
10022         (class dump_manager): Add register_dumps method.
10023         * dumpfile.c: Include langhooks.h.
10024         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
10025         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
10026         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
10027         (dump_manager::dump_register): Start with 512 entries instead of 32.
10028         (dump_manager::register_dumps): New method.
10029         * toplev.c (general_init): Instead of invoking register_dumps
10030         langhook, invoke register_dumps method on the dump manager.
10031         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
10032         TDI_generic.
10034 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
10036         * doc/md.texi: Clarify the restrictions on a define_insn condition.
10037         Say that # requires an associated define_split to exist, and that
10038         the define_split must be suitable for use after register allocation.
10040 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10042         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
10043         (compute_outgoing_frequencies): Also initialize zero counts.
10044         (find_many_sub_basic_blocks): Do not produce uninitialized profile
10045         around loops; preserve more of profile when nothing changes.
10047 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
10049         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
10050         here.
10051         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
10052         * config/arm/arm-cpu-cdata.h: Regenerate.
10053         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
10054         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
10055         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
10056         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
10057         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
10058         support.
10059         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
10060         support.
10061         * config/arm/t-rmprofile: Likewise.
10062         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
10064 2017-06-06  David S. Miller  <davem@davemloft.net>
10066         PR target/80968
10067         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
10068         blockage if function uses alloca.
10070 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
10072         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
10073         New "uid" fields to hold pretty-print IDs of group and ref.
10074         Memory references are now identified as <group_id>:<ref_id>
10075         instead of using [random] addresses.
10076         (dump_mem_details): Simplify, no functional change.
10077         (dump_mem_ref): Simplify and make output more concise.
10078         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
10079         (find_or_create_group): Initialize group uid.
10080         (record_ref): Initialize ref uid.  Improve debug output.
10081         (prune_group_by_reuse, should_issue_prefetch_p,)
10082         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
10083         (mark_nontemporal_store, determine_loop_nest_reuse):
10084         Improve debug output.
10086 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
10088         * dbgcnt.def (prefetch): New debug counter.
10089         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
10090         (schedule_prefetches): Stop issueing prefetches if debug counter
10091         tripped.
10093 2017-06-06  Tom de Vries  <tom@codesourcery.com>
10095         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
10096         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
10098 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10100         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
10101         Use aarch64_reg_or_zero predicate for operand 4.
10102         (aarch64_compare_and_swap<mode> define_insn_and_split):
10103         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
10104         (aarch64_store_exclusive<mode>): Likewise for operand 2.
10106 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10108         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
10109         (arm_compute_save_core_reg_mask): This.
10110         (thumb1_compute_save_reg_mask): Rename into ...
10111         (thumb1_compute_save_core_reg_mask): This.
10112         (arm_compute_save_reg0_reg12_mask): Adapt comment.
10113         (arm_compute_frame_layout): Likewise.
10115 2017-06-06  Richard Biener  <rguenther@suse.de>
10117         PR tree-optimization/80974
10118         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
10119         keep or clear leaders SSA info.
10121 2017-06-06  Tom de Vries  <tom@codesourcery.com>
10123         * config/nvptx/nvptx.c (split_mode_p): New function.
10124         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
10126 2017-06-06  Tom de Vries  <tom@codesourcery.com>
10128         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
10130 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10132         PR bootstrap/80978
10133         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
10134         profile.
10136 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10138         * shrink-wrap.c (handle_simple_exit): Update profile.
10139         (try_shrink_wrapping): Upate profile.
10141 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10143         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
10144         (tree_guess_outgoing_edge_probabilities): New.
10145         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
10146         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
10148 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10150         * ipa-split.c (split_function): Initialize return bb profile.
10152 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10154         * profile.c (compute_branch_probabilities): Also initialize
10155         EXIT_BLOCK profile.
10157 2017-06-06  Richard Biener  <rguenther@suse.de>
10159         PR tree-optimization/80928
10160         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
10161         (vect_analyze_loop_operations): Properly guard analysis for
10162         pure SLP case.
10163         (vect_transform_loop): Likewise.
10164         (vect_analyze_loop_2): Also reset SLP type on PHIs.
10165         (vect_model_induction_cost): Do not cost for pure SLP.
10166         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
10167         of induction in inner loop vectorization.
10168         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
10169         (vect_get_and_check_slp_defs): Handle vect_induction_def.
10170         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
10171         recursion.
10172         (vect_analyze_slp_cost_1): Cost induction.
10173         (vect_detect_hybrid_slp_stmts): Handle PHIs.
10174         (vect_get_slp_vect_defs): Likewise.
10175         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
10176         (vect_transform_stmt): Handle SLP reductions.
10177         * tree-vectorizer.h (vectorizable_induction): Adjust.
10179 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10181         * config/rs6000/rs6000.c (make_resolver_func): Update
10182         init_lowered_empty_function call.
10184 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10186         * doc/invoke.texi: Document the -fprofile-abs-path option.
10187         * common.opt (fprofile-abs-path): New option.
10188         * gcov-io.h (gcov_write_filename): Declare.
10189         * gcov-io.c (gcov_write_filename): New function.
10190         * coverage.c (coverage_begin_function): Use gcov_write_filename.
10191         * profile.c (output_location): Likewise.
10193 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10195         * shring-wrap.c: Revert accidental commit.
10197 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
10199         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
10201 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10203         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
10204         new edge.
10205         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
10206         profile in callgraph edge.
10207         * profile-count.h (apply_probability): If THIS is 0, then result is 0
10208         (apply_scale): Likewise.
10209         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
10210         Also scale profile when inlining function with zero profile.
10211         (initialize_cfun): Update exit block profile even when it is zero.
10212         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
10213         when profile is read.
10215 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10217         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
10218         (CLONE_*): New constants to define the processors we can generate
10219         code for with the target_clone attribute.
10220         (rs6000_clone_map): New array to identify which clone processors
10221         the current program is running on.
10222         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
10223         target_clone attribute.
10224         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
10225         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
10226         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
10227         (cpu_expand_builtin): Add support for target_clone attribute.
10228         (rs6000_valid_attribute_p): Allow "default" attribute.
10229         (get_decl_name): New debug function to simplify printing the
10230         current function name in debugging statements.
10231         (rs6000_clone_priority): New functions to support the target_clone
10232         attribute, and be able to generate code to switch between ISA 2.05
10233         through ISA 3.0 (power6 through power9).
10234         (rs6000_compare_version_priority): Likewise.
10235         (rs6000_get_function_versions_dispatcher): Likewise.
10236         (make_resolver_func): Likewise.
10237         (add_condition_to_bb): Likewise.
10238         (dispatch_function_versions): Likewise.
10239         (rs6000_generate_version_dispatcher_body): Likewise.
10240         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
10241         (fusion_gpr_load_p): Fix a spacing issue.
10242         * doc/extend.texi (Common Function Attributes): Document that the
10243         PowerPC supports the target_clone attribute.
10245 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10247         * config/arm/arm.h: explain F symbol found in description of ARM
10248         register allocation in its legend.
10250 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10252         * config/mips/frame-header-opt.c: Include profile-count.h.
10253         * config/riscv/riscv.c: Include profile-count.h
10255 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10257         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
10258         update profile.
10259         (sm_set_flag_if_changed): Add bbs field.
10260         (execute_sm_if_changed_flag_set): Pass BBS.
10261         (execute_sm): Update.
10263 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10265         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
10266         New pattern.
10268 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10270         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
10271         (peephole2): New peephole2 to emit the above.
10272         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
10274 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10276         * config/aarch64/aarch64.c (define_peephole2 above
10277         *sub_<shift>_<mode>): New peephole.
10279 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
10281         * config/i386/i386.c (make_resolver_func): Update.
10282         * Makefile.in: Add profile-count.h and profile-count.o
10283         * auto-profile.c (afdo_indirect_call): Update to new API.
10284         (afdo_set_bb_count): Update.
10285         (afdo_propagate_edge): Update.
10286         (afdo_propagate_circuit): Update.
10287         (afdo_calculate_branch_prob): Update.
10288         (afdo_annotate_cfg): Update.
10289         * basic-block.h: Include profile-count.h
10290         (struct edge_def): Turn count to profile_count.
10291         (struct basic_block_def): Likewie.
10292         (REG_BR_PROB_BASE): Move to profile-count.h
10293         (RDIV): Move to profile-count.h
10294         * bb-reorder.c (max_entry_count): Turn to profile_count.
10295         (find_traces): Update.
10296         (rotate_loop):Update.
10297         (connect_traces):Update.
10298         (sanitize_hot_paths):Update.
10299         * bt-load.c (migrate_btr_defs): Update.
10300         * cfg.c (RDIV): Remove.
10301         (init_flow): Use alloc_block.
10302         (alloc_block): Uninitialize count.
10303         (unchecked_make_edge): Uninitialize count.
10304         (check_bb_profile): Update.
10305         (dump_edge_info): Update.
10306         (dump_bb_info): Update.
10307         (update_bb_profile_for_threading): Update.
10308         (scale_bbs_frequencies_int): Update.
10309         (scale_bbs_frequencies_gcov_type): Update.
10310         (scale_bbs_frequencies_profile_count): New.
10311         * cfg.h (update_bb_profile_for_threading): Update.
10312         (scale_bbs_frequencies_profile_count): Declare.
10313         * cfgbuild.c (compute_outgoing_frequencies): Update.
10314         (find_many_sub_basic_blocks): Update.
10315         * cfgcleanup.c (try_forward_edges): Update.
10316         (try_crossjump_to_edge): Update.
10317         * cfgexpand.c (expand_gimple_tailcall): Update.
10318         (construct_exit_block): Update.
10319         * cfghooks.c (verify_flow_info): Update.
10320         (dump_bb_for_graph): Update.
10321         (split_edge): Update.
10322         (make_forwarder_block): Update.
10323         (duplicate_block): Update.
10324         (account_profile_record): Update.
10325         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
10326         (get_estimated_loop_iterations): Update.
10327         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
10328         (single_likely_exit): Update.
10329         * cfgloopmanip.c (scale_loop_profile): Update.
10330         (loopify): Update.
10331         (set_zero_probability): Update.
10332         (lv_adjust_loop_entry_edge): Update.
10333         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
10334         (purge_dead_edges): Update.
10335         (rtl_account_profile_record): Update.
10336         * cgraph.c (cgraph_node::create): Uninitialize count.
10337         (symbol_table::create_edge): Uninitialize count.
10338         (cgraph_update_edges_for_call_stmt_node): Update.
10339         (cgraph_edge::dump_edge_flags): Update.
10340         (cgraph_node::dump): Update.
10341         (cgraph_edge::maybe_hot_p): Update.
10342         * cgraph.h: Include profile-count.h
10343         (create_clone), create_edge, create_indirect_edge): Update.
10344         (cgraph_node): Turn count to profile_count.
10345         (cgraph_edge0: Likewise.
10346         (make_speculative, clone): Update.
10347         (create_edge): Update.
10348         (init_lowered_empty_function): Update.
10349         * cgraphclones.c (cgraph_edge::clone): Update.
10350         (duplicate_thunk_for_node): Update.
10351         (cgraph_node::create_clone): Update.
10352         * cgraphunit.c (cgraph_node::analyze): Update.
10353         (cgraph_node::expand_thunk): Update.
10354         * final.c (dump_basic_block_info): Update.
10355         * gimple-streamer-in.c (input_bb): Update.
10356         * gimple-streamer-out.c (output_bb): Update.
10357         * graphite.c (print_global_statistics): Update.
10358         (print_graphite_scop_statistics): Update.
10359         * hsa-brig.c: Include basic-block.h.
10360         * hsa-dump.c: Include basic-block.h.
10361         * hsa-gen.c (T sum_slice): Update.
10362         (convert_switch_statements):Update.
10363         * hsa-regalloc.c: Include basic-block.h.
10364         * ipa-chkp.c (chkp_produce_thunks): Update.
10365         * ipa-cp.c (struct caller_statistics): Update.
10366         (init_caller_stats): Update.
10367         (gather_caller_stats): Update.
10368         (ipcp_cloning_candidate_p): Update.
10369         (good_cloning_opportunity_p): Update.
10370         (get_info_about_necessary_edges): Update.
10371         (dump_profile_updates): Update.
10372         (update_profiling_info): Update.
10373         (update_specialized_profile): Update.
10374         (perhaps_add_new_callers): Update.
10375         (decide_about_value): Update.
10376         (ipa_cp_c_finalize): Update.
10377         * ipa-devirt.c (struct odr_type_warn_count): Update.
10378         (struct decl_warn_count): Update.
10379         (struct final_warning_record): Update.
10380         (possible_polymorphic_call_targets): Update.
10381         (ipa_devirt): Update.
10382         * ipa-fnsummary.c (redirect_to_unreachable): Update.
10383         * ipa-icf.c (sem_function::merge): Update.
10384         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
10385         * ipa-inline.c (compute_uninlined_call_time): Update.
10386         (compute_inlined_call_time): Update.
10387         (want_inline_small_function_p): Update.
10388         (want_inline_self_recursive_call_p): Update.
10389         (edge_badness): Update.
10390         (lookup_recursive_calls): Update.
10391         (recursive_inlining): Update.
10392         (inline_small_functions): Update.
10393         (dump_overall_stats): Update.
10394         (dump_inline_stats): Update.
10395         * ipa-profile.c (ipa_profile_generate_summary): Update.
10396         (ipa_propagate_frequency): Update.
10397         (ipa_profile): Update.
10398         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
10399         * ipa-utils.c (ipa_merge_profiles): Update.
10400         * loop-doloop.c (doloop_modify): Update.
10401         * loop-unroll.c (report_unroll): Update.
10402         (unroll_loop_runtime_iterations): Update.
10403         * lto-cgraph.c (lto_output_edge): Update.
10404         (lto_output_node): Update.
10405         (input_node): Update.
10406         (input_edge): Update.
10407         (merge_profile_summaries): Update.
10408         * lto-streamer-in.c (input_cfg): Update.
10409         * lto-streamer-out.c (output_cfg): Update.
10410         * mcf.c (create_fixup_graph): Update.
10411         (adjust_cfg_counts): Update.
10412         (sum_edge_counts): Update.
10413         * modulo-sched.c (sms_schedule): Update.
10414         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
10415         * predict.c (maybe_hot_count_p): Update.
10416         (probably_never_executed): Update.
10417         (dump_prediction): Update.
10418         (combine_predictions_for_bb): Update.
10419         (propagate_freq): Update.
10420         (handle_missing_profiles): Update.
10421         (counts_to_freqs): Update.
10422         (rebuild_frequencies): Update.
10423         (force_edge_cold): Update.
10424         * predict.h: Include profile-count.h
10425         (maybe_hot_count_p, counts_to_freqs): UPdate.
10426         * print-rtl-function.c: Do not include cfg.h
10427         * print-rtl.c: Include basic-block.h
10428         * profile-count.c: New file.
10429         * profile-count.h: New file.
10430         * profile.c (is_edge_inconsistent): Update.
10431         (correct_negative_edge_counts): Update.
10432         (is_inconsistent): Update.
10433         (set_bb_counts): Update.
10434         (read_profile_edge_counts): Update.
10435         (compute_frequency_overlap): Update.
10436         (compute_branch_probabilities): Update; Initialize and deinitialize
10437         gcov_count tables.
10438         (branch_prob): Update.
10439         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
10440         (edge_gcov_count): New.
10441         (bb_gcov_count): New.
10442         * shrink-wrap.c (try_shrink_wrapping): Update.
10443         * tracer.c (better_p): Update.
10444         * trans-mem.c (expand_transaction): Update.
10445         (ipa_tm_insert_irr_call): Update.
10446         (ipa_tm_insert_gettmclone_call): Update.
10447         * tree-call-cdce.c: Update.
10448         * tree-cfg.c (gimple_duplicate_sese_region): Update.
10449         (gimple_duplicate_sese_tail): Update.
10450         (gimple_account_profile_record): Update.
10451         (execute_fixup_cfg): Update.
10452         * tree-inline.c (copy_bb): Update.
10453         (copy_edges_for_bb): Update.
10454         (initialize_cfun): Update.
10455         (freqs_to_counts): Update.
10456         (copy_cfg_body): Update.
10457         (expand_call_inline): Update.
10458         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
10459         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
10460         (try_unroll_loop_completely): Update.
10461         (try_peel_loop): Update.
10462         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
10463         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
10464         * tree-ssa-loop-split.c (connect_loops): Update.
10465         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
10466         * tree-ssa-reassoc.c (branch_fixup): Update.
10467         * tree-ssa-tail-merge.c (replace_block_by): Update.
10468         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
10469         (compute_path_counts): Update.
10470         (update_profile): Update.
10471         (recompute_probabilities): Update.
10472         (update_joiner_offpath_counts): Update.
10473         (estimated_freqs_path): Update.
10474         (freqs_to_counts_path): Update.
10475         (clear_counts_path): Update.
10476         (ssa_fix_duplicate_block_edges): Update.
10477         (duplicate_thread_path): Update.
10478         * tree-switch-conversion.c (case_bit_test_cmp): Update.
10479         (struct switch_conv_info): Update.
10480         * tree-tailcall.c (decrease_profile): Update.
10481         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
10482         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
10483         * value-prof.c (check_counter): Update.
10484         (gimple_divmod_fixed_value): Update.
10485         (gimple_mod_pow2): Update.
10486         (gimple_mod_subtract): Update.
10487         (gimple_ic_transform): Update.
10488         (gimple_stringop_fixed_value): Update.
10489         * value-prof.h (gimple_ic): Update.
10491 2017-06-02  Carl Love  <cel@us.ibm.com>
10493         * config/rs6000/rs6000-c: Add support for built-in functions
10494         vector double vec_doublee (vector signed int);
10495         vector double vec_doublee (vector unsigned int);
10496         vector double vec_doublee (vector float);
10497         vector double vec_doubleh (vector signed int);
10498         vector double vec_doubleh (vector unsigned int);
10499         vector double vec_doubleh (vector float);
10500         vector double vec_doublel (vector signed int);
10501         vector double vec_doublel (vector unsigned int);
10502         vector double vec_doublel (vector float);
10503         vector double vec_doubleo (vector signed int);
10504         vector double vec_doubleo (vector unsigned int);
10505         vector double vec_doubleo (vector float);.
10506         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
10507         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
10508         UNS_DOUBLEL.
10509         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
10510         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
10511         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
10512         VS_sxwsp.
10513         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
10514         vec_doublel, vec_doubleh.
10515         * doc/extend.texi: Update the built-in documentation file for the
10516         new built-in functions.
10518 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
10520         PR jit/80954
10521         * ipa-inline-analysis.c (free_growth_caches): Set
10522         edge_removal_hook_holder to NULL after removing it.
10524 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
10526         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
10527         comparision with zero.
10529 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10530         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10531         for early expansion of vec_min and vec_max builtins.
10532         (builtin_function_type): Add min/max unsigned variants to those
10533         identified as having unsigned arguments.
10535 2017-06-02  Olivier Hainque  <hainque@adacore.com>
10537         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
10539 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10541         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
10542         Use VALL_F16 iterator rather than VALL.
10544 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10546         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
10547         Emit CBNZ inside loop when doing a strong exchange and comparing
10548         against zero.  Generate the CC flags after the loop.
10550 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
10552         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
10553         (dl_section_ref): New.
10554         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
10555         On AIX, append an expression to subtract the size of the
10556         section length to dl_section_ref.
10558 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10560         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10561         for early expansion of vector absolute builtins.
10563 2017-06-02  Richard Biener  <rguenther@suse.de>
10565         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
10566         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
10568 2017-06-02  Richard Biener  <rguenther@suse.de>
10570         PR tree-optimization/80948
10571         * tree-tailcall.c (find_tail_calls): Track stmts to move in
10572         stmt order as well.
10574 2017-06-02  Richard Biener  <rguenther@suse.de>
10576         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
10577         PHIs are ok.
10578         * tree-vect-stmts.c (process_use): Do not mark backedge defs
10579         for inductions as relevant.
10581 2017-06-02  Richard Biener  <rguenther@suse.de>
10583         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
10584         (vectorizable_induction): ... this.  Remove dead code.
10586 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
10588         * builtins. (expand_builtin_alloca): Remove second parameter and
10589         infer its value from the first parameter instead.
10590         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
10592 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
10594         PR rtl-optimization/80903
10595         * loop-doloop.c (add_test): Unshare sequence.
10597 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10599         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
10601 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10603         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
10604         static.
10605         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
10606         xlogue_layout::get_instance, logue_layout::xlogue_layout,
10607         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
10608         (xlogue_layout::get_stub_rtx): Make static.
10609         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
10610         (xlogue_layout::compute_stub_managed_regs): Rename to...
10611         (xlogue_layout::count_stub_managed_regs): ...this.
10612         (xlogue_layout::is_stub_managed_reg): New function.
10613         (xlogue_layout::m_stub_names): Rename to...
10614         (xlogue_layout::s_stub_names): ...this, make static.
10615         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
10616         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
10617         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
10618         xlogue_layout::s_stub_names): Instantiate statics.
10619         (stub_managed_regs): Remove.
10620         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
10621         (disable_call_ms2sysv_xlogues): Rename to...
10622         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
10623         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
10624         warning logic.
10625         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
10626         change after reload_completed.
10627         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
10628         directly.
10629         (ix86_expand_prologue): Likewise.
10630         (ix86_expand_epilogue): Likewise.
10631         (ix86_expand_split_stack_prologue): Likewise.
10632         (ix86_compute_frame_layout): Remove frame parameter ...
10633         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
10634         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
10635         only if necessary.
10636         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
10637         (ix86_frame): Move from here ...
10638         * config/i386/i386.h (ix86_frame): ... to here.
10639         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
10640         complete ix86_frame data structure instead.  Remove some_ld_name.
10642 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10644         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
10645         symbols that hold a DECL_VALUE_EXPR.
10647 2017-06-01  Martin Jambor  <mjambor@suse.cz>
10649         PR tree-optimization/80898
10650         * tree-sra.c (process_subtree_disqualification): Removed.
10651         (disqualify_candidate): Do not acll
10652         process_subtree_disqualification.
10653         (subtree_mark_written_and_enqueue): New function.
10654         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
10655         RHS has been disqualified and re-queue LHS if necessary.  Apart
10656         from that, ignore disqualified RHS.
10658 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10660         * config/s390/s390.c (s390_emit_epilogue): Disable early return
10661         address fetch for z10 or later.
10663 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10665         * config/arc/arc.md (tst_movb): Add guard when splitting.
10667 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10669         * config/arc/arc.c (arc_can_eliminate): Test against
10670         arc_frame_pointer_needed.
10672 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10674         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
10675         to prevent store reordering.
10676         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
10677         (type): Add block type.
10678         (stack_tie): Define special instruction to be used in
10679         expand_prologue.
10681 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10683         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
10684         constraint. It is not valid for the pattern.
10685         (noncommutative_binary_comparison): Likewise.
10687 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10689         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
10690         scaled addresses.
10692 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10694         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
10695         be used by the reg-alloc.
10697 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10699         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
10700         reg-alloc when having mul64 or mul32x16 instructions.
10701         (mulsidi3): Likewise.
10702         (umulsidi3): Likewise.
10703         (mulsi32x16): New pattern.
10704         (mulsi64): Likewise.
10705         (mulsidi64): Likewise.
10706         (umulsidi64): Likewise.
10707         (MUL32x16_REG): Define.
10708         (mul64_600): Use MUL32x16_REG.
10709         (mac64_600): Likewise.
10710         (umul64_600): Likewise.
10711         (umac64_600): Likewise.
10713 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10715         * config/arc/arc.md (mulsi3_700): Make it commutative.
10717 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
10719         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
10720         type for movstouw.
10721         (*sign_extendsidi2_insn): Likewise for movstosw.
10723 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10725         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
10726         the type of the input discriminant value.  Convert the
10727         discriminant value of signedness vary.
10729 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
10731         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
10732         Add to -Wall section.
10734 2017-06-01  Richard Biener  <rguenther@suse.de>
10736         PR middle-end/66313
10737         * fold-const.c (fold_plusminus_mult_expr): If the factored
10738         factor may be zero use a wrapping type for the inner operation.
10739         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
10740         and handle moved defs.
10741         (process_assignment): Properly guard the unary op case.  Return a
10742         tri-state indicating that moving the stmt before the call may allow
10743         to continue.  Pass through to_move.
10744         (find_tail_calls): Handle moving unrelated defs before
10745         the call.
10747 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
10749         PR target/80618
10750         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
10751         splitter result in the canonical way.
10753 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
10755         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
10756         also for 32bit target.  Update insn attributes.
10757         (zero-extendsidi2 splitter): Allow all registers for operand 1.
10759 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
10761         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
10762         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
10763         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
10764         (_mm_maskz_min_ss): New intrinsics.
10766 2017-05-31  Martin Liska  <mliska@suse.cz>
10768         * tree-vect-loop.c (vect_create_epilog_for_reduction):
10769         Change comment style to one we normally use.
10770         (vectorizable_reduction): Likewise.
10771         (vectorizable_induction): Likewise.
10772         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
10773         (vectorizable_call): Likewise.
10774         (vectorizable_simd_clone_call): Likewise.
10775         (vectorizable_conversion): Likewise.
10776         (vectorizable_assignment): Likewise.
10777         (vectorizable_shift): Likewise.
10778         (vectorizable_operation): Likewise.
10779         (vectorizable_store): Likewise.
10780         (vectorizable_load): Likewise.
10781         * tree-vectorizer.h: Likewise.
10783 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
10785         * passes.c (emergency_dump_function): New.
10786         * tree-pass.h (emergency_dump_function): Declare.
10787         * plugin.c (plugins_internal_error_function): Remove.
10788         * plugin.h (plugins_internal_error_function): Remove declaration.
10789         * toplev.c (internal_error_function): New static function.  Use it...
10790         (general_init): ...here.
10792 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
10794         * config/arc/arc.c (arc_print_operand): Handle constant operands.
10795         (arc_rtx_costs): Add costs for new patterns.
10796         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
10797         * config/arc/predicates.md: Add _1_2_3_operand predicate.
10799 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10801         * tree-ssa-strlen.c (get_next_strinfo): New function.
10802         (get_stridx_plus_constant): Use it.
10803         (zero_length_string): Likewise.
10804         (adjust_related_strinfos): Likewise.
10805         (adjust_last_stmt): Likewise.
10807 2017-05-31  Richard Biener  <rguenther@suse.de>
10809         PR target/80880
10810         * config/i386/i386.c (ix86_expand_builtin): Remove assert
10811         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
10813 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10815         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
10816         loop_vinfo argument and use of dependence distance vectors.
10817         Check instead whether the two references differ only in their
10818         initial value and assume that they have the same alignment if the
10819         difference is a multiple of the vector alignment.
10820         (vect_analyze_data_refs_alignment): Update call accordingly.
10822 2017-05-31  Martin Liska  <mliska@suse.cz>
10824         PR target/79155
10825         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
10827 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10829         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
10830         (create_intersect_range_checks): Move from ...
10831         * tree-data-ref.c (create_intersect_range_checks_index)
10832         (create_intersect_range_checks): ... to here.
10833         (create_runtime_alias_checks): New function factored from ...
10834         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
10835         here.  Call above function.
10836         * tree-data-ref.h (create_runtime_alias_checks): New function.
10838 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10840         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
10841         segment length for dr_b and compute it in wide_int.
10843 2017-05-31  Richard Biener  <rguenther@suse.de>
10845         PR tree-optimization/80906
10846         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
10847         and pass through iv_map.
10848         (copy_bb_and_scalar_dependences): Adjust.
10849         (translate_pending_phi_nodes): Likewise.
10850         (copy_loop_close_phi_args): Handle code-generating IVs instead
10851         of ICEing.
10853 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
10855         * diagnostic-color.c (color_dict): Add "type-diff".
10856         (parse_gcc_colors): Update comment.
10857         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
10858         -fdiagnostics-show-template-tree and -fno-elide-type.
10859         (GCC_COLORS): Add type-diff to example.
10860         (type-diff=): New.
10861         (-fdiagnostics-show-template-tree): New.
10862         (-fno-elide-type): New.
10863         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
10864         the pp_format_decoder callback.  Call any m_format_postprocessor's
10865         "handle" method.
10866         (pretty_printer::pretty_printer): Initialize
10867         m_format_postprocessor.
10868         (pretty_printer::~pretty_printer): Delete any
10869         m_format_postprocessor.
10870         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
10871         (class format_postprocessor): New class.
10872         (struct pretty_printer::format_decoder): Document the new parameters.
10873         (struct pretty_printer::m_format_postprocessor): New field.
10874         * tree-diagnostic.c (default_tree_printer): Update for new
10875         bool and const char ** params.
10876         * tree-diagnostic.h (default_tree_printer): Likewise.
10878 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
10880         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
10881         (lwa_operand): Delete rs6000_gen_cell_microcode test.
10882         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
10883         rs6000_gen_cell_microcode code.
10884         (rs6000_final_prescan_insn): Delete.
10885         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
10886         "warn-cell-microcode" entries.
10887         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
10888         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
10889         throughout.  Change cc_reg_not_micro_cr0_operand to
10890         cc_reg_not_cr0_operand throughout.
10891         (*extendhi<mode>2_noload): Delete.
10892         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
10893         (mwarn-cell-microcode): Delete.
10894         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
10895         -mgen-cell-microcode and -mwarn-cell-microcode.
10897 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
10899         PR target/80833
10900         * config/i386/constraints.md (Yd): New constraint.
10901         (Ye): Ditto.
10902         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
10903         and (?Yd, r) alternatives.  Update insn attributes.
10904         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
10905         and (?*Yd, r) alternatives.  Update insn attributes.
10906         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
10908 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
10910         * gimplify.c (gimplify_modify_expr): Don't create a
10911         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
10912         function.
10914 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
10916         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
10918 2017-05-30  Richard Biener  <rguenther@suse.de>
10920         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
10921         and reduc_def fields.
10922         (STMT_VINFO_REDUC_TYPE): New define.
10923         (STMT_VINFO_REDUC_DEF): Likewise.
10924         (vect_force_simple_reduction): Adjust prototype.
10925         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
10926         (vect_is_simple_reduction): Remove check_reduction argument.
10927         (vect_force_simple_reduction): Adjust and set
10928         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10929         (vectorizable_reduction): Do not re-do reduction analysis
10930         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10931         * tree-parloops.c (gather_scalar_reductions): Adjust.
10933 2017-05-30  Richard Biener  <rguenther@suse.de>
10935         PR middle-end/80901
10936         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
10937         split_edge code.
10939 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10941         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
10942         Introduce unknown_misalignment parameter and remove vf.
10943         (vect_peeling_hash_get_lowest_cost):
10944         Pass unknown_misalignment parameter.
10945         (vect_enhance_data_refs_alignment):
10946         Fix unsupportable data ref treatment.
10948 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10950         * tree-vect-data-refs.c (vect_get_data_access_cost):
10951         Workaround for SLP handling.
10952         (vect_enhance_data_refs_alignment):
10953         Compute costs for doing no peeling at all, compare to the best
10954         peeling costs so far and avoid peeling if cheaper.
10956 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10958         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
10959         Return peeling info and set costs to zero for unlimited cost
10960         model.
10961         (vect_enhance_data_refs_alignment): Also inspect all datarefs
10962         with unknown misalignment. Compute and costs for unknown
10963         misalignment, compare them to the costs for known misalignment
10964         and choose the cheapest for peeling.
10966 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10968         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
10969         (vect_get_peeling_costs_all_drs): Create function.
10970         (vect_peeling_hash_get_lowest_cost):
10971         Use vect_get_peeling_costs_all_drs.
10972         (vect_peeling_supportable): Create function.
10973         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
10975 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10977         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
10978         DR_HAS_NEGATIVE_STEP.
10979         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
10980         (vect_enhance_data_refs_alignment): Use.
10981         (vect_duplicate_ssa_name_ptr_info): Use.
10982         * tree-vectorizer.h (dr_misalignment): Use.
10983         (known_alignment_for_access_p): Use.
10985 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
10987         PR target/78838
10988         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
10989         .lowtext.
10990         (has_section_name): New function.
10992 2017-05-30  Martin Liska  <mliska@suse.cz>
10994         PR other/80909
10995         * auto-profile.c (get_function_decl_from_block): Fix
10996         parenthesis.
10998 2017-05-30  Richard Biener  <rguenther@suse.de>
11000         PR middle-end/80876
11001         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
11003 2017-05-30  Martin Liska  <mliska@suse.cz>
11005         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
11006         * dumpfile.h (struct dump_file_info): Remove ctors.
11008 2017-05-30  Martin Liska  <mliska@suse.cz>
11010         * predict.def: Fix GNU coding style.
11012 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
11014         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
11015         Mark 'to' argument with ATTRIBUTE_UNUSED.
11017 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
11019         * config/xtensa/xtensa.c (xtensa_emit_call): Use
11020         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
11021         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
11022         format string.
11024 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
11026         * doc/install.texi (Options specification): Restore entry of
11027         --enable-sjlj-exceptions.
11029 2017-05-27  Michael Eager  <eager@eagercon.com>
11031         Revert:
11032         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
11034         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
11036         * config/microblaze/microblaze.h
11037         (FIXED_REGISTERS): Update in macro.
11038         (CALL_USED_REGISTERS): Update in macro.
11040 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
11042         * doc/install.texi: Add links to macOS binary distributions.
11044 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
11046         PR bootstrap/80887
11047         Revert:
11048         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11050         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11052 2017-05-26  Martin Liska  <mliska@suse.cz>
11054         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
11056 2017-05-26  Martin Liska  <mliska@suse.cz>
11058         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
11059         always leading ';; '.
11060         (dump_bb_info): Likewise.
11061         (brief_dump_cfg): Likewise.
11062         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
11063         * dumpfile.c: Remove usage of TDF_VERBOSE.
11064         * dumpfile.h (enum dump_kind): Likewise.
11065         (dump_gimple_bb_header): Do not use TDF_COMMENT.
11066         * print-tree.c (debug_verbose): Remove.
11067         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
11068         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
11069         * tree-diagnostic.c (default_tree_printer): Replace
11070         TDF_DIAGNOSTIC with TDF_SLIM.
11072 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11074         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
11075         in parameter loop, rather than loop_vinfo.
11076         (create_intersect_range_checks): Ditto.
11077         (vect_create_cond_for_alias_checks): Update call to above functions.
11079 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11081         PR tree-optimization/80815
11082         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
11083         for merging runtime alias checks.  Handle negative DR_STEPs.
11085 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11087         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
11088         Move from ...
11089         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
11090         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
11091         out code pruning runtime alias checks.
11092         * tree-data-ref.c (prune_runtime_alias_test_list): New function
11093         factored out from above.
11094         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
11095         Move from ...
11096         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
11097         ... to here.
11098         (prune_runtime_alias_test_list): New decalaration.
11100 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11102         * tree-vect-data-refs.c (compare_tree): Rename and move ...
11103         * tree-data-ref.c (data_ref_compare_tree): ... to here.
11104         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
11105         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
11106         (operator==, comp_dr_with_seg_len_pair): Ditto.
11107         (vect_prune_runtime_alias_test_list): Ditto.
11109 2017-05-26  Martin Liska  <mliska@suse.cz>
11111         PR ipa/80663
11112         * params.def: Bound partial-inlining-entry-probability param.
11114 2017-05-26  Marek Polacek  <polacek@redhat.com>
11116         PR sanitizer/80875
11117         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
11118         can be negated.
11120 2017-05-26  Richard Biener  <rguenther@suse.de>
11122         PR tree-optimization/80842
11123         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
11124         value.
11126 2017-05-26  Richard Biener  <rguenther@suse.de>
11128         PR tree-optimization/80844
11129         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
11131 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
11133         * doc/md.texi (Machine Constraints): Update x86 family
11134         machine constraints section to match 'config/i386/constraints.md'.
11136 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
11138         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
11140 2017-05-25  Nathan Sidwell  <nathan@acm.org>
11142         * doc/invoke.texi (--enable-languages): Update documentation.
11144 2017-05-25  Martin Liska  <mliska@suse.cz>
11146         * dumpfile.c: Add TDF_FOLDING.
11147         * dumpfile.h (enum dump_kind): Likewise.
11148         * genmatch.c (dt_simplify::gen_1): Use it.
11150 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11152         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
11154 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11156         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11157         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
11159 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11161         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
11162         * match.pd (X == C): Rewrite it here.
11163         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
11164         with_certain_nonzero_bits2): New predicates.
11165         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
11167 2017-05-24  Nathan Sidwell  <nathan@acm.org>
11169         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
11170         avoid warning.
11172         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
11173         warning.
11175 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11177         * config/powerpcspe: New port.  Files are copied from the rs6000
11178         port, with "rs6000" in filenames replaced by "powerpcspe".
11180 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
11182         PR rtl-optimization/80754
11183         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
11185 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
11187         * config/sparc/sparc.md (length): Return the correct value for -mflat
11188         sibcalls to match output_sibcall.
11190 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11192         PR bootstrap/80860
11193         PR bootstrap/80843
11194         * config/rs6000/rs6000.c (struct machine_function): Add new field
11195         n_components.
11196         (rs6000_get_separate_components): Init that field, use it.
11197         (rs6000_components_for_bb): Use the field.
11199 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11201         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
11203 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
11205         PR middle-end/80823
11206         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
11208 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11210         PR target/80725
11211         * config/s390/s390.c (s390_check_qrst_address): Check incoming
11212         address against address_operand predicate.
11213         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
11215 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
11217         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
11218         parameters passed indirectly.
11220 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
11222         * config/i386/i386.md (*movdi_internal): Remove SSE4
11223         alternative 18 (?r, *v).  Update insn attributes.
11224         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
11225         Update insn attributes.
11226         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
11227         Update insn attributes.
11228         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
11229         alternative 1 (r, v). Remove isa attribute.
11230         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
11231         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
11232         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
11234 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11236         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
11237         dg-line directive.
11239 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11241         * cgraphunit.c (symbol_table::process_new_functions): Update.
11242         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
11243         (inline_generate_summary): Rename to ...
11244         (ipa_fn_summary_generate): ... this one.
11245         (inline_read_summary): Rename to ...
11246         (ipa_fn_summary_read): ... this one.
11247         (inline_write_summary): Rename to ...
11248         (ipa_fn_summary_write): ... this one.
11249         (inline_free_summary): Rename to ...
11250         (ipa_free_fn_summary): ... this one.
11251         (pass_data_local_fn_summary, pass_local_fn_summary,
11252         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
11253         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
11254         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
11255         make_pass_ipa_fn_summary): New.
11256         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
11257         inline_write_summary, inline_free_summary): Remove.
11258         (ipa_free_fn_summary) : New.
11259         * ipa-inline.c (ipa_inline): Update.
11260         (pass_ipa_inline): Do not generate summaries.
11261         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
11262         Remove.
11263         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
11264         and add pass_ipa_fn_summary.
11265         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
11266         New.
11267         (make_pass_inline_parameters): Remove.
11269 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
11271         * omp-low.c (struct omp_context): Remove "default_kind" member.
11272         Adjust all users.
11274         * omp-offload.c (execute_oacc_device_lower): Remove the
11275         parallelism dimensions function attributes for unparallelized
11276         OpenACC kernels constructs.
11278 2017-05-23  Martin Liska  <mliska@suse.cz>
11280         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
11281         functions.
11282         (cgraph_edge::make_speculative): Likewise.
11283         (cgraph_edge::resolve_speculation): Likewise.
11284         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
11285         (cgraph_node::dump): Likewise.
11286         * cgraph.h: Likewise.
11287         * cgraphunit.c (analyze_functions): Likewise.
11288         (symbol_table::compile): Likewise.
11289         * ipa-cp.c (print_all_lattices): Likewise.
11290         (determine_versionability): Likewise.
11291         (initialize_node_lattices): Likewise.
11292         (ipcp_verify_propagated_values): Likewise.
11293         (estimate_local_effects): Likewise.
11294         (update_profiling_info): Likewise.
11295         (create_specialized_node): Likewise.
11296         (perhaps_add_new_callers): Likewise.
11297         (decide_about_value): Likewise.
11298         (decide_whether_version_node): Likewise.
11299         (identify_dead_nodes): Likewise.
11300         (ipcp_store_bits_results): Likewise.
11301         * ipa-devirt.c (dump_targets): Likewise.
11302         (ipa_devirt): Likewise.
11303         * ipa-icf.c (sem_item::dump): Likewise.
11304         (sem_function::equals): Likewise.
11305         (sem_variable::equals): Likewise.
11306         (sem_item_optimizer::read_section): Likewise.
11307         (sem_item_optimizer::execute): Likewise.
11308         (congruence_class::dump): Likewise.
11309         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
11310         (dump_inline_summary): Likewise.
11311         (estimate_node_size_and_time): Likewise.
11312         (inline_analyze_function): Likewise.
11313         * ipa-inline-transform.c (inline_call): Likewise.
11314         * ipa-inline.c (report_inline_failed_reason): Likewise.
11315         (want_early_inline_function_p): Likewise.
11316         (edge_badness): Likewise.
11317         (update_edge_key): Likewise.
11318         (inline_small_functions): Likewise.
11319         * ipa-profile.c (ipa_profile): Likewise.
11320         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
11321         (ipa_make_edge_direct_to_target): Likewise.
11322         (remove_described_reference): Likewise.
11323         (ipa_impossible_devirt_target): Likewise.
11324         (propagate_controlled_uses): Likewise.
11325         (ipa_print_node_params): Likewise.
11326         (ipcp_transform_function): Likewise.
11327         * ipa-pure-const.c (pure_const_read_summary): Likewise.
11328         (propagate_pure_const): Likewise.
11329         * ipa-reference.c (generate_summary): Likewise.
11330         (read_write_all_from_decl): Likewise.
11331         (propagate): Likewise.
11332         (ipa_reference_read_optimization_summary): Likewise.
11333         * ipa-utils.c (ipa_merge_profiles): Likewise.
11334         * ipa.c (walk_polymorphic_call_targets): Likewise.
11335         (symbol_table::remove_unreachable_nodes): Likewise.
11336         (ipa_single_use): Likewise.
11337         * passes.c (execute_todo): Likewise.
11338         * predict.c (drop_profile): Likewise.
11339         * symtab.c (symtab_node::get_dump_name): New function.
11340         (symtab_node::dump_name): Likewise.
11341         (symtab_node::dump_asm_name): Likewise.
11342         (symtab_node::dump_references): Likewise.
11343         (symtab_node::dump_referring): Likewise.
11344         (symtab_node::dump_base): Likewise.
11345         (symtab_node::debug_symtab): Likewise.
11346         * tree-sra.c (convert_callers_for_node): Likewise.
11347         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
11348         * value-prof.c (init_node_map): Likewise.
11350 2017-05-23  Martin Liska  <mliska@suse.cz>
11352         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
11353         and symtab_node::debug_symtab to symbol_table::debug.
11354         * cgraphunit.c (analyze_functions): Use the renamed function.
11355         (symbol_table::compile): Likewise.
11356         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
11357         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
11358         * passes.c (execute_todo): Likewise.
11359         * symtab.c (symbol_table::dump): New function.
11360         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
11362 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11364         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
11365         that nonconst implies exec.
11367 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11369         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11370         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11371         (inline_edge_summary_vec): Turn into ...
11372         (ipa_call_summaries): ... this one.
11373         (redirect_to_unreachable, edge_set_predicate,
11374         evaluate_properties_for_edge, inline_summary_alloc,
11375         reset_ipa_call_summary, reset_inline_summary,
11376         inline_summary_t::duplicate): Update.
11377         (inline_edge_duplication_hook): Turn to ...
11378         (ipa_call_summary_t::duplicate): ... this one.
11379         (inline_edge_removal_hook): Turn to ...
11380         (ipa_call_summary_t::remove): ... this one.
11381         (dump_inline_edge_summary): Turn to ...
11382         (dump_ipa_call_summary): ... this one.
11383         (estimate_function_body_sizes): Update.
11384         (inline_update_callee_summaries): Update.
11385         (remap_edge_change_prob): Update.
11386         (remap_edge_summaries): Update.
11387         (inline_merge_summary): Update.
11388         (do_estimate_edge_time): Update.
11389         (inline_generate_summary): Update.
11390         (inline_read_section): Update.
11391         (inline_read_summary): Update.
11392         (inline_free_summary): Update.
11393         * ipa-inline.c (can_inline_edge_p): Update.
11394         (compute_inlined_call_time): Update.
11395         (want_inline_small_function_p): Update.
11396         (edge_badness): Update.
11397         (early_inliner): Update.
11398         * ipa-inline.h (inline_edge_summary): Turn to ...
11399         (ipa_call_summary): ... this one.
11400         (ipa_call_summary_t): New class.
11401         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11402         (ipa_call_summaries): New.
11403         (inline_edge_summary): Remove.
11404         (estimate_edge_growth): Update.
11405         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11406         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11407         * ipa-split.c (execute_split_functions): Update.
11408         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11410 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11412         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11413         attributes): Document rdrand effective target.
11415 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11417         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11418         attributes): Sort alphabetically.
11420 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
11422         * config/avr/genmultilib.awk: Use gsub instead of gensub.
11424 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
11426         PR target/80718
11427         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
11428         V2DF/V2DI splat into two separate patterns, one that handles
11429         registers, and the other that only handles memory.  Drop support
11430         for splatting from a GPR on ISA 2.07 and then splitting the
11431         splat into direct move and splat.
11432         (vsx_splat_<mode>_reg): Likewise.
11433         (vsx_splat_<mode>_mem): Likewise.
11435 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
11437         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
11439 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
11441         PR middle-end/80809
11442         * omp-low.c (finish_taskreg_remap): New function.
11443         (finish_taskreg_scan): If unit size of ctx->record_type
11444         is non-constant, unshare the size expression and replace
11445         decls in it with possible outer var refs.
11447         PR middle-end/80809
11448         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
11449         GOVD_SHARED rather than GOVD_PRIVATE with it.
11450         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
11451         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
11453         PR middle-end/80853
11454         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
11455         as last argument to build_outer_var_ref for pointer bases of array
11456         section reductions.
11458 2017-05-19  Martin Sebor  <msebor@redhat.com>
11460         * print-tree.c (print_node): Print DECL_READ_P flag.
11462 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11464         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
11465         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
11466         * cgraph.c: Likewise.
11467         * cgraphunit.c: Likewise.
11468         * gengtype.c: Likewise.
11469         * ipa-cp.c: Likewise.
11470         * ipa-devirt.c: Likewise.
11471         * ipa-icf.c: Likewise.
11472         * ipa-predicate.c: Likewise.
11473         * ipa-profile.c: Likewise.
11474         * ipa-prop.c: Likewise.
11475         * ipa-split.c: Likewise.
11476         * ipa.c: Likewise.
11477         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
11478         edge_predicate_pool, dump_inline_hints,
11479         inline_summary::account_size_time, redirect_to_unreachable,
11480         edge_set_predicate, set_hint_predicate,
11481         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
11482         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
11483         inline_summary_t::remove, remap_hint_predicate_after_duplication,
11484         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
11485         ipa_call_summary_t::remove, initialize_growth_caches,
11486         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
11487         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
11488         mark_modified, unmodified_parm_1, unmodified_parm,
11489         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
11490         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
11491         compute_bb_predicates, will_be_nonconstant_expr_predicate,
11492         will_be_nonconstant_predicate, record_modified_bb_info,
11493         get_minimal_bb, record_modified, param_change_prob,
11494         phi_result_unknown_predicate, predicate_for_phi_result,
11495         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
11496         estimate_function_body_sizes, compute_inline_parameters,
11497         compute_inline_parameters_for_curren, pass_data_inline_parameters,
11498         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
11499         inline_update_callee_summaries, remap_edge_change_prob,
11500         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
11501         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
11502         inline_analyze_function, inline_summary_t::insert,
11503         inline_generate_summary, read_ipa_call_summary, inline_read_section,
11504         inline_read_summary, write_ipa_call_summary, inline_write_summary,
11505         inline_free_summary): Move to ipa-fnsummary.h
11506         (predicate_t): Remove.
11507         * ipa-fnsummary.c: New file.
11508         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
11509         (enum inline_hints_vals, inline_hints, agg_position_info,
11510         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
11511         inline_summaries, ipa_call_summary, ipa_call_summary_t,
11512         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
11513         dump_inline_summary, dump_inline_hints, inline_generate_summary,
11514         inline_read_summary, inline_write_summary, inline_free_summary,
11515         inline_analyze_function, initialize_inline_failed,
11516         inline_merge_summary, inline_update_overall_summary,
11517         compute_inline_parameters): Move to ipa-fnsummary.h
11518         * ipa-fnsummary.h: New file.
11519         * ipa-inline-transform.h: Include ipa-inline.h.
11520         * ipa-inline.c: LIkewise.
11522 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11524         * ipa-inline.c (edge_badness): Use inlined_time instead of
11525         inline_summaries->get.
11527 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11529         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
11531 2017-05-22  Nathan Sidwell  <nathan@acm.org>
11533         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
11534         (fdump-lang): Document 'raw' option.
11535         * dumpfile.h (TDI_tu): Delete.
11536         * dumpfile.c (dump_files): Remove translation-unit.
11537         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
11539 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
11541         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
11542         command option from $(AWK) call.
11543         * config/avr/genmultilib.awk: Simplify and rewrite so that it
11544         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
11545         [FORMAT]: Remove handling of variable.
11546         * config/avr/t-multilib: Regenerate.
11548 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11550         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
11551         self_time.
11552         (dump_inline_summary): Do not print self_time.
11553         (estimate_function_body_sizes): Do not set self_time.
11554         (compute_inline_parameters): Likewise.
11555         (inline_read_section, inline_write_summary): Do not stream self_time.
11556         * ipa-inline.h (inline_summary): Drop self_time.
11558 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11560         * ipa-inline-analysis.c (account_size_time): Rename to ...
11561         (inline_summary::account_size_time): ... this one.
11562         (reset_ipa_call_summary): Turn to ...
11563         (ipa_call_summary::reset): ... this one.
11564         (reset_inline_summary): Turn to ...
11565         (inline_summary::reset): ... this one.
11566         (inline_summary_t::remove): Update.
11567         (inline_summary_t::duplicate): Update.
11568         (ipa_call_summary_t::remove): Update.
11569         (dump_inline_summary): Update.
11570         (estimate_function_body_sizes): Update.
11571         (compute_inline_parameters): Update.
11572         (estimate_node_size_and_time): Update.
11573         (inline_merge_summary): Update.
11574         (inline_update_overall_summary): Update.
11575         (inline_read_section): Update.
11576         (inline_write_summary): Update.
11577         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
11578         add account_size_time and reset member functions.
11579         (ipa_call_summary): Add reset function.
11580         * ipa-predicate.h (predicate::operator &): Constify.
11582 2017-05-22  Richard Biener  <rguenther@suse.de>
11584         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
11586 2017-05-19  Jason Merrill  <jason@redhat.com>
11588         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
11590 2017-05-19  Marek Polacek  <polacek@redhat.com>
11592         PR sanitizer/80800
11593         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
11594         TYPE_OVERFLOW_WRAPS checks.
11596 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
11598         * tree-core.h (enum omp_clause_default_kind): Add
11599         "OMP_CLAUSE_DEFAULT_PRESENT".
11600         * tree-pretty-print.c (dump_omp_clause): Handle it.
11601         * gimplify.c (enum gimplify_omp_var_data): Add
11602         "GOVD_MAP_FORCE_PRESENT".
11603         (gimplify_adjust_omp_clauses_1): Map it to
11604         "GOMP_MAP_FORCE_PRESENT".
11605         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
11607         * gimplify.c (oacc_default_clause): Clarify.
11609 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11611         LANG_HOOK_REGISTER_DUMPS
11612         * toplev.c (general_init): Call register dump lang hook.
11613         * doc/invoke.texi: Document -fdump-lang option family.
11614         * dumpfile.c (dump_files): Remove class dump here.
11615         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
11616         * dumpfile.h (tree_dump_index): Remove TDI_class.
11617         * langhooks-def.h (lhd_register_dumps): Declare.
11618         (LANG_HOOKS_REGISTER_DUMPS): Define.
11619         (LANG_HOOKS_INITIALIZER): Add it.
11620         * langhooks.c (lhd_register_dumps): Define.
11621         * langhooks.h (struct lang_hooks): Add register_dumps.
11623 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11625         * context.h (context::set_passes): New.
11626         * context.c (context::context): Do not create pass manager.
11627         * toplev.c (general_init): Create pass manager here.
11629 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
11631         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
11632         use this splitter if two add or or instructions would also work for
11633         the constant we want to generate.
11635 2017-05-19  Richard Biener  <rguenther@suse.de>
11637         PR build/80821
11638         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
11639         predicate evaluation.
11641 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11643         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
11644         add ctor.
11645         * ipa-inline.c (want_inline_small_function_p): Do not cast to
11646         unsigned.
11648 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11650         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11651         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11652         (inline_edge_summary_vec): Turn into ...
11653         (ipa_call_summaries): ... this one.
11654         (redirect_to_unreachable, edge_set_predicate,
11655         evaluate_properties_for_edge, inline_summary_alloc,
11656         reset_ipa_call_summary, reset_inline_summary,
11657         inline_summary_t::duplicate): Update.
11658         (inline_edge_duplication_hook): Turn to ...
11659         (ipa_call_summary_t::duplicate): ... this one.
11660         (inline_edge_removal_hook): Turn to ...
11661         (ipa_call_summary_t::remove): ... this one.
11662         (dump_inline_edge_summary): Turn to ...
11663         (dump_ipa_call_summary): ... this one.
11664         (estimate_function_body_sizes): Update.
11665         (inline_update_callee_summaries): Update.
11666         (remap_edge_change_prob): Update.
11667         (remap_edge_summaries): Update.
11668         (inline_merge_summary): Update.
11669         (do_estimate_edge_time): Update.
11670         (inline_generate_summary): Update.
11671         (inline_read_section): Update.
11672         (inline_read_summary): Update.
11673         (inline_free_summary): Update.
11674         * ipa-inline.c (can_inline_edge_p): Update.
11675         (compute_inlined_call_time): Update.
11676         (want_inline_small_function_p): Update.
11677         (edge_badness): Update.
11678         (early_inliner): Update.
11679         * ipa-inline.h (inline_edge_summary): Turn to ...
11680         (ipa_call_summary): ... this one.
11681         (ipa_call_summary_t): New class.
11682         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11683         (ipa_call_summaries): New.
11684         (inline_edge_summary): Remove.
11685         (estimate_edge_growth): Update.
11686         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11687         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11688         * ipa-split.c (execute_split_functions): Update.
11689         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11691 2017-05-19  Richard Biener  <rguenther@suse.de>
11693         PR middle-end/80764
11694         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
11696 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11698         * config/rs6000/rs6000.c (struct machine_function): Add field
11699         fpr_is_wrapped_separately.
11700         (rs6000_get_separate_components): Use 64 components.  Handle the
11701         new FPR components.
11702         (rs6000_components_for_bb): Handle the FPR components.
11703         (rs6000_emit_prologue_components): Handle the FPR components.
11704         (rs6000_emit_epilogue_components): Handle the FPR components.
11705         (rs6000_set_handled_components): Handle the FPR components.
11706         (rs6000_emit_prologue): Don't output prologue code for those FPRs
11707         that are already separately shrink-wrapped.
11708         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
11709         that are already separately shrink-wrapped.
11711 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11713         PR target/80510
11714         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
11715         New predicate.
11717         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
11718         (define_peephole2 for Altivec d-form load): Add peepholes to catch
11719         cases where the register allocator uses a move and an offsettable
11720         memory operation to/from a FPR register on ISA 2.06/2.07.
11721         (define_peephole2 for Altivec d-form store): Likewise.
11723 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
11725         PR target/80799
11726         * config/i386/mmx.md (*mov<mode>_internal): Enable
11727         alternatives 11, 12, 13 and 14 also for 32bit targets.
11728         Remove alternatives 15, 16, 17 and 18.
11729         * config/i386/sse.md (vec_concatv2di): Change
11730         alternative (!x, *y) to (x, ?!*Yn).
11732 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
11734         * dumpfile.h (enum dump_kind): Remove stray comma.
11736 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11738         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
11739         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
11740         predicate::num_conditions
11741         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
11742         (CHANGED): turn into predicate::changed.
11743         (agg_position_info): Move to ipa-predicate.h
11744         (add_condition, predicate::add_clause, predicate::operator &=,
11745         predicate::or_with, predicate::evaluate, predicate::probability,
11746         dump_condition, dump_clause, predicate::dump,
11747         predicate::remap_after_duplication, predicate::remap_after_inlining,
11748         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
11749         (evaluate_conditions_for_known_args): Update.
11750         (set_cond_stmt_execution_predicate): Update.
11751         * ipa-inline.h: Include ipa-predicate.h
11752         (condition, inline_param_summary, conditions, agg_position_info,
11753         predicate): Move to ipa-predicate.h
11754         * ipa-predicate.c: New file.
11755         * ipa-predicate.h: New file.
11757 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
11759         * final.c (leaf_function_p): Check we are not in a sequence.
11761 2017-05-18  Martin Liska  <mliska@suse.cz>
11763         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
11764         * dumpfile.c (dump_register): Use new enum dump_kind.
11765         (get_dump_file_name): Likewise.
11766         (dump_enable_all): Likewise.
11767         (dump_switch_p_1): Likewise.
11768         (enable_rtl_dump_file): Remove usage of TDF_RTL.
11769         * dumpfile.h (enum dump_kind): New enum type.
11770         (struct dump_file_info): Create constructor and
11771         format fields and comments.
11772         * passes.c (pass_manager::register_one_dump_file):
11773         Use num dump_kind.
11774         * statistics.c (statistics_early_init): Likewise.
11775         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
11776         TDF_TREE with TDF_SLIM.
11777         (gather_memory_references_ref): Likewise.
11779 2017-05-18  Martin Liska  <mliska@suse.cz>
11781         * vec.h (struct vnull): Use it.
11783 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11785         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
11786         (true_predicate, false_predicate, true_predicate_p,
11787         false_predicate_p): Remove.
11788         (single_cond_predicate, not_inlined_predicate): Turn to member function
11789         in ipa-inline.h
11790         (add_condition): Update.
11791         (add_clause): Turn to...
11792         (predicate::add_clause): ... this one; update; allow passing NULL
11793         as parameter.
11794         (and_predicates): Turn to ...
11795         (predicate::operator &=): ... this one.
11796         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
11797         (or_predicates): Turn to ...
11798         (predicate::or_with): ... this one.
11799         (evaluate_predicate): Turn to ...
11800         (predicate::evaluate): ... this one.
11801         (predicate_probability): Turn to ...
11802         (predicate::probability): ... this one.
11803         (dump_condition): Update.
11804         (dump_predicate): Turn to ...
11805         (predicate::dump): ... this one.
11806         (account_size_time): Update.
11807         (edge_set_predicate): Update.
11808         (set_hint_predicate): UPdate.
11809         (evaluate_conditions_for_known_args): Update.
11810         (evaluate_properties_for_edge): Update.
11811         (remap_predicate_after_duplication): Turn to...
11812         (predicate::remap_after_duplication): ... this one.
11813         (remap_hint_predicate_after_duplication): Update.
11814         (inline_summary_t::duplicate): UPdate.
11815         (dump_inline_edge_summary): Update.
11816         (dump_inline_summary): Update.
11817         (set_cond_stmt_execution_predicate): Update.
11818         (set_switch_stmt_execution_predicate): Update.
11819         (compute_bb_predicates): Update.
11820         (will_be_nonconstant_expr_predicate): Update.
11821         (will_be_nonconstant_predicate): Update.
11822         (phi_result_unknown_predicate): Update.
11823         (predicate_for_phi_result): Update.
11824         (array_index_predicate): Update.
11825         (estimate_function_body_sizes): Update.
11826         (estimate_node_size_and_time): Update.
11827         (estimate_ipcp_clone_size_and_time): Update.
11828         (remap_predicate): Rename to ...
11829         (predicate::remap_after_inlining): ... this one.
11830         (remap_hint_predicate): Update.
11831         (inline_merge_summary): Update.
11832         (inline_update_overall_summary): Update.
11833         (estimate_size_after_inlining): Update.
11834         (read_predicate): Rename to ...
11835         (predicate::stream_in): ... this one.
11836         (read_inline_edge_summary): Update.
11837         (write_predicate): Rename to ...
11838         (predicate::stream_out): ... this one.
11839         (write_inline_edge_summary): Update.
11840         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
11841         (clause_t): Turn to uint32_t
11842         (predicate): Turn to class; implement constructor and operators
11843         ==, !=, &
11844         (size_time_entry): Update.
11845         (inline_summary): Update.
11846         (inline_edge_summary): Update.
11848 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
11850         * fold-const.c (fold_binary_loc): Move transformation...
11851         * match.pd (C - X CMP X): ... here.
11853 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
11855         * config/sparc/sparc.c (sparc_option_override): Set function
11856         alignment for -mcpu=niagara7 to 64 to match the I$ line.
11857         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
11858         latency to 1.
11859         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
11860         latency to 2.
11861         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
11863 2017-05-18  Marek Polacek  <polacek@redhat.com>
11865         PR sanitizer/80797
11866         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
11867         (pass_ubsan::execute): Call gimple_assign_single_p instead of
11868         gimple_assign_load_p.
11870 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
11872         PR middle-end/80692
11873         * real.c (do_compare): Give decimal_do_compare preference over
11874         comparing just the signs.
11876 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
11878         * doc/md.texi (Canonicalization of Instructions): Describe the
11879         canonical form of instructions that inherently set a condition
11880         code register.
11882 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
11884         PR middle-end/80775
11885         * tree-cfg.c: Move deletion of unreachable case statements to after
11886         the merging of consecutive case labels.
11888 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11890         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
11891         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
11892         restoring of callee-saved registers.
11894 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
11896         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
11897         * config/visium/visium.c (single_set_and_flags): Likewise.
11898         * config/visium/visium.md (Substitutions): Likewise.
11900 2017-05-17  Martin Liska  <mliska@suse.cz>
11902         * cfg.c: Introduce dump_flags_t type and
11903         use it instead of int type.
11904         * cfg.h: Likewise.
11905         * cfghooks.c: Likewise.
11906         * cfghooks.h (struct cfg_hooks): Likewise.
11907         * cfgrtl.c: Likewise.
11908         * cfgrtl.h: Likewise.
11909         * cgraph.c (cgraph_node::get_body): Likewise.
11910         * coretypes.h: Likewise.
11911         * domwalk.c: Likewise.
11912         * domwalk.h: Likewise.
11913         * dumpfile.c (struct dump_option_value_info): Likewise.
11914         (dump_enable_all): Likewise.
11915         (dump_switch_p_1): Likewise.
11916         (opt_info_switch_p): Likewise.
11917         * dumpfile.h (enum tree_dump_index): Likewise.
11918         (struct dump_file_info): Likewise.
11919         * genemit.c: Likewise.
11920         * generic-match-head.c: Likewise.
11921         * gengtype.c (open_base_files): Likewise.
11922         * gimple-pretty-print.c: Likewise.
11923         * gimple-pretty-print.h: Likewise.
11924         * graph.c (print_graph_cfg): Likewise.
11925         * graphite-scop-detection.c (dot_all_sese): Likewise.
11926         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
11927         * loop-unroll.c (report_unroll): Likewise.
11928         * passes.c (pass_manager::register_one_dump_file): Likewise.
11929         * print-tree.c: Likewise.
11930         * statistics.c: Likewise.
11931         * tree-cfg.c: Likewise.
11932         * tree-cfg.h: Likewise.
11933         * tree-dfa.c: Likewise.
11934         * tree-dfa.h: Likewise.
11935         * tree-dump.c (dump_function): Likewise.
11936         * tree-dump.h (struct dump_info): Likewise.
11937         * tree-pretty-print.c: Likewise.
11938         * tree-pretty-print.h: Likewise.
11939         * tree-ssa-live.c: Likewise.
11940         * tree-ssa-live.h: Likewise.
11941         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
11942         * tree-vect-loop.c: Likewise.
11943         * tree-vect-slp.c: Likewise.
11945 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
11946             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11948         PR tree-optimization/80457
11949         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
11950         of all arguments to a statement as scalar_to_vec operations.
11951         (vectorizable_call): Adjust call to vect_model_simple_cost for
11952         new parameter.
11953         (vectorizable_conversion): Likewise.
11954         (vectorizable_assignment): Likewise.
11955         (vectorizable_shift): Likewise.
11956         (vectorizable_operation): Likewise.
11957         (vectorizable_comparison): Likewise.
11958         (vect_is_simple_cond): Record the def types for operands.
11959         (vectorizable_condition): Likewise, call vect_model_simple_cost.
11960         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
11961         for statement argument count.
11963 2017-05-16  Carl Love  <cel@us.ibm.com>
11965         * config/rs6000/rs6000-c: Add support for built-in functions
11966         vector unsigned long long vec_bperm (vector unsigned long long,
11967                                              vector unsigned char)
11968         vector signed long long vec_mule (vector signed int,
11969                                           vector signed int)
11970         vector unsigned long long vec_mule (vector unsigned int,
11971                                             vector unsigned int)
11972         vector signed long long vec_mulo (vector signed int,
11973                                           vector signed int)
11974         vector unsigned long long vec_mulo (vector unsigned int,
11975                                             vector unsigned int)
11976         vector signed char vec_sldw (vector signed char,
11977                                      vector signed char,
11978                                      const int)
11979         vector unsigned char vec_sldw (vector unsigned char,
11980                                        vector unsigned char,
11981                                        const int)
11982         vector signed short vec_sldw (vector signed short,
11983                                       vector signed short,
11984                                       const int)
11985         vector unsigned short vec_sldw (vector unsigned short,
11986                                         vector unsigned short,
11987                                         const int)
11988         vector signed int vec_sldw (vector signed int,
11989                                     vector signed int,
11990                                     const int)
11991         vector unsigned int vec_sldw (vector unsigned int,
11992                                       vector unsigned int,
11993                                       const int)
11994         vector signed long long vec_sldw (vector signed long long,
11995                                           vector signed long long,
11996                                           const int)
11997         vector unsigned long long vec_sldw (vector unsigned long long,
11998                                             vector unsigned long long,
11999                                             const int)
12000         * config/rs6000/rs6000-c: Add support for built-in functions
12001         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
12002         * config/rs6000/altivec.h: Add defintion for vec_sldw.
12003         * doc/extend.texi: Update the built-in documentation for the
12004         new built-in functions.
12006 2017-05-16  Marek Polacek  <polacek@redhat.com>
12008         PR sanitizer/80536
12009         PR sanitizer/80386
12010         * tree.c (save_expr): Don't fold the expression.
12012 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
12014         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
12015         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
12016         and (?*y,m).  Update insn attributes.
12018 2017-05-16  Martin Liska  <mliska@suse.cz>
12020         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
12021         flags argument of print_gimple_stmt, print_gimple_expr,
12022         print_generic_stmt and print_generic_expr.
12023         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
12024         * coretypes.h: Likewise.
12025         * except.c (dump_eh_tree): Likewise.
12026         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
12027         * gimple-pretty-print.h: Likewise.
12028         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
12029         (backprop::push_to_worklist): Likewise.
12030         (backprop::pop_from_worklist): Likewise.
12031         (backprop::process_use): Likewise.
12032         (backprop::intersect_uses): Likewise.
12033         (note_replacement): Likewise.
12034         * gimple-ssa-store-merging.c
12035         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
12036         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
12037         (pass_store_merging::execute): Likewise.
12038         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
12039         (ssa_base_cand_dump_callback): Likewise.
12040         (dump_incr_vec): Likewise.
12041         (replace_refs): Likewise.
12042         (replace_mult_candidate): Likewise.
12043         (create_add_on_incoming_edge): Likewise.
12044         (create_phi_basis): Likewise.
12045         (insert_initializers): Likewise.
12046         (all_phi_incrs_profitable): Likewise.
12047         (introduce_cast_before_cand): Likewise.
12048         (replace_one_candidate): Likewise.
12049         * gimplify.c (gimplify_expr): Likewise.
12050         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
12051         (set_rename): Likewise.
12052         (rename_uses): Likewise.
12053         (copy_loop_phi_nodes): Likewise.
12054         (add_close_phis_to_merge_points): Likewise.
12055         (copy_loop_close_phi_args): Likewise.
12056         (copy_cond_phi_args): Likewise.
12057         (graphite_copy_stmts_from_block): Likewise.
12058         (translate_pending_phi_nodes): Likewise.
12059         * graphite-poly.c (print_pdr): Likewise.
12060         (dump_gbb_cases): Likewise.
12061         (dump_gbb_conditions): Likewise.
12062         (print_scop_params): Likewise.
12063         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
12064         (build_cross_bb_scalars_use): Likewise.
12065         (gather_bbs::before_dom_children): Likewise.
12066         * hsa-dump.c (dump_hsa_immed): Likewise.
12067         * ipa-cp.c (print_ipcp_constant_value): Likewise.
12068         (get_replacement_map): Likewise.
12069         * ipa-inline-analysis.c (dump_condition): Likewise.
12070         (estimate_function_body_sizes): Likewise.
12071         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
12072         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
12073         * ipa-prop.c (ipa_dump_param): Likewise.
12074         (ipa_print_node_jump_functions_for_edge): Likewise.
12075         (ipa_modify_call_arguments): Likewise.
12076         (ipa_modify_expr): Likewise.
12077         (ipa_dump_param_adjustments): Likewise.
12078         (ipa_dump_agg_replacement_values): Likewise.
12079         (ipcp_modif_dom_walker::before_dom_children): Likewise.
12080         * ipa-pure-const.c (check_stmt): Likewise.
12081         (pass_nothrow::execute): Likewise.
12082         * ipa-split.c (execute_split_functions): Likewise.
12083         * omp-offload.c (dump_oacc_loop_part): Likewise.
12084         (dump_oacc_loop): Likewise.
12085         * trans-mem.c (tm_log_emit): Likewise.
12086         (tm_memopt_accumulate_memops): Likewise.
12087         (dump_tm_memopt_set): Likewise.
12088         (dump_tm_memopt_transform): Likewise.
12089         * tree-cfg.c (gimple_verify_flow_info): Likewise.
12090         (print_loop): Likewise.
12091         * tree-chkp-opt.c (chkp_print_addr): Likewise.
12092         (chkp_gather_checks_info): Likewise.
12093         (chkp_get_check_result): Likewise.
12094         (chkp_remove_check_if_pass): Likewise.
12095         (chkp_use_outer_bounds_if_possible): Likewise.
12096         (chkp_reduce_bounds_lifetime): Likewise.
12097         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
12098         (chkp_mark_completed_bounds): Likewise.
12099         (chkp_register_incomplete_bounds): Likewise.
12100         (chkp_mark_invalid_bounds): Likewise.
12101         (chkp_maybe_copy_and_register_bounds): Likewise.
12102         (chkp_build_returned_bound): Likewise.
12103         (chkp_get_bound_for_parm): Likewise.
12104         (chkp_build_bndldx): Likewise.
12105         (chkp_get_bounds_by_definition): Likewise.
12106         (chkp_generate_extern_var_bounds): Likewise.
12107         (chkp_get_bounds_for_decl_addr): Likewise.
12108         * tree-chrec.c (chrec_apply): Likewise.
12109         * tree-data-ref.c (dump_data_reference): Likewise.
12110         (dump_subscript): Likewise.
12111         (dump_data_dependence_relation): Likewise.
12112         (analyze_overlapping_iterations): Likewise.
12113         * tree-inline.c (expand_call_inline): Likewise.
12114         (tree_function_versioning): Likewise.
12115         * tree-into-ssa.c (dump_defs_stack): Likewise.
12116         (dump_currdefs): Likewise.
12117         (dump_names_replaced_by): Likewise.
12118         (dump_update_ssa): Likewise.
12119         (update_ssa): Likewise.
12120         * tree-object-size.c (pass_object_sizes::execute): Likewise.
12121         * tree-parloops.c (build_new_reduction): Likewise.
12122         (try_create_reduction_list): Likewise.
12123         (ref_conflicts_with_region): Likewise.
12124         (oacc_entry_exit_ok_1): Likewise.
12125         (oacc_entry_exit_single_gang): Likewise.
12126         * tree-pretty-print.h: Likewise.
12127         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
12128         (get_scalar_evolution): Likewise.
12129         (add_to_evolution): Likewise.
12130         (get_loop_exit_condition): Likewise.
12131         (analyze_evolution_in_loop): Likewise.
12132         (analyze_initial_condition): Likewise.
12133         (analyze_scalar_evolution): Likewise.
12134         (instantiate_scev): Likewise.
12135         (number_of_latch_executions): Likewise.
12136         (gather_chrec_stats): Likewise.
12137         (final_value_replacement_loop): Likewise.
12138         (scev_const_prop): Likewise.
12139         * tree-sra.c (dump_access): Likewise.
12140         (disqualify_candidate): Likewise.
12141         (create_access): Likewise.
12142         (reject): Likewise.
12143         (maybe_add_sra_candidate): Likewise.
12144         (create_access_replacement): Likewise.
12145         (analyze_access_subtree): Likewise.
12146         (analyze_all_variable_accesses): Likewise.
12147         (sra_modify_assign): Likewise.
12148         (initialize_constant_pool_replacements): Likewise.
12149         (find_param_candidates): Likewise.
12150         (decide_one_param_reduction): Likewise.
12151         (replace_removed_params_ssa_names): Likewise.
12152         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
12153         * tree-ssa-copy.c (dump_copy_of): Likewise.
12154         (copy_prop_visit_cond_stmt): Likewise.
12155         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
12156         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
12157         (record_equivalences_from_stmt): Likewise.
12158         * tree-ssa-dse.c (compute_trims): Likewise.
12159         (delete_dead_call): Likewise.
12160         (delete_dead_assignment): Likewise.
12161         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
12162         (forward_propagate_into_cond): Likewise.
12163         (pass_forwprop::execute): Likewise.
12164         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
12165         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
12166         Likewise.
12167         (move_computations_worker): Likewise.
12168         (execute_sm): Likewise.
12169         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
12170         (remove_exits_and_undefined_stmts): Likewise.
12171         (remove_redundant_iv_tests): Likewise.
12172         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
12173         (adjust_iv_update_pos): Likewise.
12174         * tree-ssa-math-opts.c (bswap_replace): Likewise.
12175         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
12176         (value_replacement): Likewise.
12177         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
12178         * tree-ssa-pre.c (print_pre_expr): Likewise.
12179         (get_representative_for): Likewise.
12180         (create_expression_by_pieces): Likewise.
12181         (insert_into_preds_of_block): Likewise.
12182         (eliminate_insert): Likewise.
12183         (eliminate_dom_walker::before_dom_children): Likewise.
12184         (eliminate): Likewise.
12185         (remove_dead_inserted_code): Likewise.
12186         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
12187         * tree-ssa-reassoc.c (get_rank): Likewise.
12188         (eliminate_duplicate_pair): Likewise.
12189         (eliminate_plus_minus_pair): Likewise.
12190         (eliminate_not_pairs): Likewise.
12191         (undistribute_ops_list): Likewise.
12192         (eliminate_redundant_comparison): Likewise.
12193         (update_range_test): Likewise.
12194         (optimize_range_tests_var_bound): Likewise.
12195         (optimize_vec_cond_expr): Likewise.
12196         (rewrite_expr_tree): Likewise.
12197         (rewrite_expr_tree_parallel): Likewise.
12198         (linearize_expr): Likewise.
12199         (break_up_subtract): Likewise.
12200         (linearize_expr_tree): Likewise.
12201         (attempt_builtin_powi): Likewise.
12202         (attempt_builtin_copysign): Likewise.
12203         (transform_stmt_to_copy): Likewise.
12204         (transform_stmt_to_multiply): Likewise.
12205         (dump_ops_vector): Likewise.
12206         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
12207         (print_scc): Likewise.
12208         (set_ssa_val_to): Likewise.
12209         (visit_reference_op_store): Likewise.
12210         (visit_use): Likewise.
12211         (sccvn_dom_walker::before_dom_children): Likewise.
12212         (run_scc_vn): Likewise.
12213         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
12214         Likewise.
12215         (expr_hash_elt::print): Likewise.
12216         (const_and_copies::pop_to_marker): Likewise.
12217         (const_and_copies::record_const_or_copy_raw): Likewise.
12218         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
12219         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
12220         (dump_predicates): Likewise.
12221         (find_uninit_use): Likewise.
12222         (warn_uninitialized_phi): Likewise.
12223         (pass_late_warn_uninitialized::execute): Likewise.
12224         * tree-ssa.c (verify_vssa): Likewise.
12225         (verify_ssa): Likewise.
12226         (maybe_optimize_var): Likewise.
12227         * tree-vrp.c (dump_value_range): Likewise.
12228         (dump_all_value_ranges): Likewise.
12229         (dump_asserts_for): Likewise.
12230         (register_edge_assert_for_2): Likewise.
12231         (vrp_visit_cond_stmt): Likewise.
12232         (vrp_visit_switch_stmt): Likewise.
12233         (vrp_visit_stmt): Likewise.
12234         (vrp_visit_phi_node): Likewise.
12235         (simplify_cond_using_ranges_1): Likewise.
12236         (fold_predicate_in): Likewise.
12237         (evrp_dom_walker::before_dom_children): Likewise.
12238         (evrp_dom_walker::push_value_range): Likewise.
12239         (evrp_dom_walker::pop_value_range): Likewise.
12240         (execute_early_vrp): Likewise.
12242 2017-05-16  Richard Biener  <rguenther@suse.de>
12244         * dwarf2out.c (loc_list_from_tree_1): Do not create
12245         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
12247 2017-05-16  Richard Biener  <rguenther@suse.de>
12249         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
12250         just generated.
12251         (note_variable_value_in_expr): If we resolved the decl ref
12252         do not push to the stack.
12254 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
12256         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
12257         operations in fast-math mode.
12258         (vaddq_f16): Likewise.
12259         (vmul_f16): Likewise.
12260         (vmulq_f16): Likewise.
12261         (vsub_f16): Likewise.
12262         (vsubq_f16): Likewise.
12263         * config/arm/neon.md (add<mode>3): New.
12264         (sub<mode>3): New.
12265         (fma:<VH:mode>3): New.  Also remove outdated comment.
12266         (mul<mode>3): New.
12268 2017-05-16  Martin Liska  <mliska@suse.cz>
12270         PR ipa/79849.
12271         PR ipa/79850.
12272         * ipa-devirt.c (warn_types_mismatch): Fix typo.
12273         (odr_types_equivalent_p): Likewise.
12275 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
12277         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
12279 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
12281         PR target/80425
12282         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
12283         non-interunit SSE move alternatives with '?'.
12284         (zero-extendsidi peephole2): New peephole to skip intermediate
12285         general register in SSE zero-extend sequence.
12287 2017-05-15  Jeff Law  <law@redhat.com>
12289         * reorg.c (relax_delay_slots): Create a new variable to hold
12290         the temporary target rather than clobbering TARGET_LABEL.
12292         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
12293         missing argument to extract_bit_field call.
12294         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
12296 2017-05-15  Martin Liska  <mliska@suse.cz>
12298         PR driver/31468
12299         * gcc.c (process_command): Do not allow empty argument of -o option.
12301 2017-05-15  Renlin Li  <renlin.li@arm.com>
12303         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
12304         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
12305         * config/aarch64/constraints.md (Usf): Add long call check.
12306         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
12307         (call_value): Likewise.
12308         (sibcall): Likewise.
12309         (sibcall_value): Likewise.
12310         (call_insn): New.
12311         (call_value_insn): New.
12312         (sibcall_insn): Update rtx pattern.
12313         (sibcall_value_insn): Likewise.
12314         (call_internal): Remove.
12315         (call_value_internal): Likewise.
12316         (sibcall_internal): Likewise.
12317         (sibcall_value_internal): Likewise.
12318         (call_reg): Likewise.
12319         (call_symbol): Likewise.
12320         (call_value_reg): Likewise.
12321         (call_value_symbol): Likewise.
12323 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
12325         PR target/80600
12326         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
12328 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
12330         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
12331         compatible with CCGOCmode and with CCZmode.
12333 2017-05-14  Martin Sebor  <msebor@redhat.com>
12335         PR middle-end/77671
12336         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
12337         (gimple_fold_builtin_snprintf): Same.
12338         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
12339         (gimple_fold_builtin_snprintf): Same.
12340         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
12341         of character types.
12342         (is_call_safe): New function.
12343         (try_substitute_return_value): Call it.
12344         (try_simplify_call): New function.
12345         (pass_sprintf_length::handle_gimple_call): Call it.
12347 2017-05-14  Martin Sebor  <msebor@redhat.com>
12349         PR middle-end/80669
12350         * builtins.c (expand_builtin_stpncpy): Simplify.
12352 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
12354         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
12355         * config/i386/i386.h
12356         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
12357         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
12358         (struct machine_function): Add new members call_ms2sysv,
12359         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
12360         (struct machine_frame_state): New fields sp_realigned and
12361         sp_realigned_offset.
12362         * config/i386/i386.c
12363         (enum xlogue_stub): New enum.
12364         (enum xlogue_stub_sets): New enum.
12365         (class xlogue_layout): New class.
12366         (struct ix86_frame): New fields stack_realign_allocate_offset,
12367         stack_realign_offset and outlined_save_offset.  Modify comments to
12368         detail stack layout when using out-of-line stubs.
12369         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
12370         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
12371         -mcall-ms2sysv-xlogues.
12372         (stub_managed_regs): New static variable.
12373         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
12374         registers managed by out-of-line stub.
12375         (disable_call_ms2sysv_xlogues): New function.
12376         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
12377         m->call_ms2sysv when appropriate and compute frame layout for
12378         out-of-line stubs.
12379         (sp_valid_at, fp_valid_at): New inline functions.
12380         (choose_basereg): New function.
12381         (choose_baseaddr): Add align parameter, use choose_basereg and modify
12382         all callers.
12383         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
12384         Use align parameter of choose_baseaddr to generated aligned SSE movs
12385         when possible.
12386         (pro_epilogue_adjust_stack): Modify to track
12387         machine_frame_state::sp_realigned.
12388         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
12389         (ix86_nsaved_sseregs): Likewise.
12390         (ix86_emit_save_regs): Likewise.
12391         (ix86_emit_save_regs_using_mov): Likewise.
12392         (ix86_emit_save_sse_regs_using_mov): Likewise.
12393         (get_scratch_register_on_entry): Likewise.
12394         (gen_frame_set): New function.
12395         (gen_frame_load): Likewise.
12396         (gen_frame_store): Likewise.
12397         (emit_outlined_ms2sysv_save): Likewise.
12398         (emit_outlined_ms2sysv_restore): Likewise.
12399         (ix86_expand_prologue): Modify stack re-alignment code and call
12400         emit_outlined_ms2sysv_save when appropriate.
12401         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
12402         parameter rtx_insn *insn, which allows the function to be used to only
12403         generate the notes.
12404         (ix86_expand_epilogue): Modify validity checks of frame and stack
12405         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
12406         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
12407         * config/i386/predicates.md
12408         (save_multiple): New predicate.
12409         (restore_multiple): Likewise.
12410         * config/i386/sse.md
12411         (save_multiple<mode>): New pattern.
12412         (save_multiple_realign<mode>): Likewise.
12413         (restore_multiple<mode>): Likewise.
12414         (restore_multiple_and_return<mode>): Likewise.
12415         (restore_multiple_leave_return<mode>): Likewise.
12416         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
12418 2017-05-14  Julia Koval  <julia.koval@intel.com>
12420         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
12421         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
12422         (__builtin_ia32_xsetbv): New builtins.
12423         * config/i386/i386.c (ix86_expand_special_args_builtin):
12424         Process new types.
12425         (ix86_expand_builtin): Special expand for new intrinsics.
12426         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
12427         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
12428         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
12430 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12432         * cfganal.c (inverted_post_order_compute): Change argument type
12433         to vec *.
12434         * cfganal.h (inverted_post_order_compute): Adjust prototype.
12435         * df-core.c (rest_of_handle_df_initialize): Adjust.
12436         (rest_of_handle_df_finish): Likewise.
12437         (df_analyze_1): Likewise.
12438         (df_analyze): Likewise.
12439         (loop_inverted_post_order_compute): Change argument to be a vec *.
12440         (df_analyze_loop): Adjust.
12441         (df_get_n_blocks): Likewise.
12442         (df_get_postorder): Likewise.
12443         * df.h (struct df_d): Change field to be a vec.
12444         * lcm.c (compute_laterin): Adjust.
12445         (compute_available): Likewise.
12446         * lra-lives.c (lra_create_live_ranges_1): Likewise.
12447         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
12448         * tree-ssa-pre.c (compute_antic): Likewise.
12450 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12452         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
12453         (depth_first_search::depth_first_search): Change structure init
12454         function to this constructor.
12455         (depth_first_search::add_bb): Rename function to this member.
12456         (depth_first_search::execute): Likewise.
12457         (flow_dfs_compute_reverse_finish): Adjust.
12459 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12461         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
12462         (longest_simple_path): Likewise.
12463         * shrink-wrap.c (spread_components): Likewise.
12464         (disqualify_problematic_components): Likewise.
12465         (emit_common_heads_for_components): Likewise.
12466         (emit_common_tails_for_components): Likewise.
12467         (insert_prologue_epilogue_for_components): Likewise.
12469 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12471         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
12472         auto_sbitmap.
12474 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12476         * df-core.c (df_set_blocks): Start using auto_bitmap.
12477         (df_compact_blocks): Likewise.
12478         * df-problems.c (df_rd_confluence_n): Likewise.
12479         * df-scan.c (df_insn_rescan_all): Likewise.
12480         (df_process_deferred_rescans): Likewise.
12481         (df_update_entry_block_defs): Likewise.
12482         (df_update_exit_block_uses): Likewise.
12483         (df_entry_block_bitmap_verify): Likewise.
12484         (df_exit_block_bitmap_verify): Likewise.
12485         (df_scan_verify): Likewise.
12486         * lra-constraints.c (lra_constraints): Likewise.
12487         (undo_optional_reloads): Likewise.
12488         (lra_undo_inheritance): Likewise.
12489         * lra-remat.c (calculate_gen_cands): Likewise.
12490         (do_remat): Likewise.
12491         * lra-spills.c (assign_spill_hard_regs): Likewise.
12492         (spill_pseudos): Likewise.
12493         * tree-ssa-pre.c (bitmap_set_and): Likewise.
12494         (bitmap_set_subtract_values): Likewise.
12496 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12498         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
12499         management with auto_bitmap.
12500         (fix_inter_tick): Likewise.
12501         (fix_recovery_deps): Likewise.
12502         * ira.c (add_store_equivs): Likewise.
12503         (find_moveable_pseudos): Likewise.
12504         (split_live_ranges_for_shrink_wrap): Likewise.
12505         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
12506         (rtx_reuse_manager::seen_def_p): Likewise.
12507         (rtx_reuse_manager::set_seen_def): Likewise.
12508         * print-rtl.h (class rtx_reuse_manager): Likewise.
12510 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12512         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
12513         lifetime.
12514         (migrate_btr_def): Likewise.
12515         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
12516         * df-core.c (loop_post_order_compute): Likewise.
12517         (loop_inverted_post_order_compute): Likewise.
12518         * hsa-common.h: Likewise.
12519         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
12520         * init-regs.c (initialize_uninitialized_regs): Likewise.
12521         * ipa-inline.c (resolve_noninline_speculation): Likewise.
12522         (inline_small_functions): Likewise.
12523         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
12524         * ira.c (combine_and_move_insns): Likewise.
12525         (build_insn_chain): Likewise.
12526         * loop-invariant.c (find_invariants): Likewise.
12527         * lower-subreg.c (propagate_pseudo_copies): Likewise.
12528         * predict.c (tree_predict_by_opcode): Likewise.
12529         (predict_paths_leading_to): Likewise.
12530         (predict_paths_leading_to_edge): Likewise.
12531         (estimate_loops_at_level): Likewise.
12532         (estimate_loops): Likewise.
12533         * shrink-wrap.c (try_shrink_wrapping): Likewise.
12534         (spread_components): Likewise.
12535         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
12536         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
12537         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
12538         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
12539         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
12540         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
12541         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
12542         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
12543         (mark_threaded_blocks): Likewise.
12544         (thread_through_all_blocks): Likewise.
12545         * tree-ssa.c (verify_ssa): Likewise.
12546         (execute_update_addresses_taken): Likewise.
12547         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
12549 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12551         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
12552         auto_vec.
12553         (post_order_compute): Likewise.
12554         (inverted_post_order_compute): Likewise.
12555         (pre_and_rev_post_order_compute_fn): Likewise.
12557 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12559         * genrecog.c (int_set::int_set): Explicitly construct our
12560         auto_vec base class.
12561         * vec.h (auto_vec::auto_vec): New constructor.
12563 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12565         * bitmap.h (class auto_bitmap): New constructor taking
12566         bitmap_obstack * argument.
12568 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12570         * bitmap.h (class auto_bitmap): Change type of m_bits to
12571         bitmap_head, and adjust ctor / dtor and member operators.
12573 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
12575         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
12576         when returned register mode doesn't match original mode.
12578 2017-05-12  Jeff Law  <law@redhat.com>
12579             Jakub Jelinek  <jakub@redhat.com>
12581         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
12582         we look for cc setter after the compare-elim changes.
12583         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
12584         within the vector to match what compare-elim now expects.
12585         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
12586         (xorsi3_flags, one_cmplsi2_flags): Likewise.
12588         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
12589         after the compare-elim changes.
12590         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
12591         the vector to match what compare-elim now expects.
12592         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
12593         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
12594         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
12595         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
12596         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
12598         * config/visium/visium.c (single_set_and_flags): Fix where
12599         we look for cc setter after the compare-elim changes.
12600         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
12601         with the vector to match what compare-elim now expects.
12602         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
12603         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
12604         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
12605         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
12606         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
12607         (neg<mode>2_insn_set_overflow): Likewise.
12609 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
12611         PR middle-end/79794
12612         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
12613         maybe_expand_insn call, set ops[0].target.  If still set after call,
12614         set alt_rtl.  Add extra arg to recursive calls.
12615         (extract_bit_field): Add alt_rtl argument.  Pass to
12616         extract_bit_field.
12617         * expmed.h (extract_bit_field): Fix prototype.
12618         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
12619         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
12620         to extract_bit_field_calls.
12621         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
12622         Pass alt_rtl to extract_bit_field calls.
12623         * calls.c (store_unaligned_arguments_into_psuedos)
12624         load_register_parameters): Pass extra NULL to extract_bit_field calls.
12625         * optabs.c (maybe_legitimize_operand): Clear op->target when call
12626         gen_reg_rtx.
12627         * optabs.h (struct expand_operand): Add target bitfield.
12629 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12631         * compare-elim.c (try_eliminate_compare): Canonicalize
12632         operation with embedded compare to
12633         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
12634          (set (reg) (operation)].
12636         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
12638 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12640         PR target/80723
12641         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
12642         cost of adding a carry flag for ADC instruction.
12643         [case MINUS]: Ignore the cost of subtracting a carry flag
12644         for SBB instruction.
12646 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
12648         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
12649         and x86intrin.h
12650         * config/rs6000/bmiintrin.h: New file.
12651         * config/rs6000/bmi2intrin.h: New file.
12652         * config/rs6000/x86intrin.h: New file.
12654 2017-05-12  Jeff Law  <law@redhat.com>
12656         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
12657         markers.
12659 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
12661         PR middle-end/80707
12662         * tree-cfg.c: Remove cfg edges of unreachable case statements.
12664 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12666         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12667         early expansion of vector divide builtins.
12668         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
12669         builtins identified as having unsigned arguments.
12671 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12673         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
12674         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
12675         expansion of vector logical operations (and, andc, or, xor,
12676         nor, orc, nand).
12678 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12680         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
12681         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
12683 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12685         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12686         early GIMPLE expansion of vector multiplies.
12688 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
12690         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
12691         TARGET_HAVE_MOVT conditional.
12692         (movt splitter): Likewise.
12694 2017-05-12  Richard Biener  <rguenther@suse.de>
12696         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
12697         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12698         Fold all stmts not inplace.
12700 2017-05-12  Richard Biener  <rguenther@suse.de>
12702         PR tree-optimization/80713
12703         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
12704         inserted_exprs bit for not removed stmts.
12706 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
12708         PR middle-end/69921
12709         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
12710         parallelized" attribute for parallelized OpenACC kernels.
12711         * omp-offload.c (execute_oacc_device_lower): Use it.
12713         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
12714         Set "oacc kernels" attribute.
12715         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
12716         parameter.  Adjust all users.
12717         (oacc_fn_attrib_kernels_p): Remove function.
12718         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
12719         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
12720         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
12721         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
12722         assert "oacc kernels" attribute is set.
12724 2017-05-11  Carl Love  <cel@us.ibm.com>
12726         * config/rs6000/rs6000-c: Add support for built-in functions
12727         vector unsigned char vec_popcnt (vector signed char)
12728         vector unsigned char vec_popcnt (vector unsigned char)
12729         vector unsigned short vec_popcnt (vector signed short)
12730         vector unsigned short vec_popcnt (vector unsigned short)
12731         vector unsigned int vec_popcnt (vector signed int)
12732         vector unsigned int vec_popcnt (vector unsigned int)
12733         vector unsigned long long vec_popcnt (vector signed long long)
12734         vector unsigned long long vec_popcnt (vector unsigned long long)
12735         vector signed long long vec_slo (vector signed long long,
12736                                          vector signed char)
12737         vector signed long long vec_slo (vector signed long long,
12738                                          vector unsigned char)
12739         vector unsigned long long vec_slo (vector unsigned long long,
12740                                            vector signed char)
12741         vector unsigned long long vec_slo (vector unsigned long long,
12742                                            vector unsigned char)
12743         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
12744         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
12745         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
12746         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
12747         * doc/extend.texi: Update the built-in documentation file for the
12748         new built-in functions.
12750 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
12752         * attribs.h (sorted_attr_string): Move machine independent
12753         functions for target clone support from the i386 port to common
12754         code.  Rename ix86_function_versions to common_function_versions.
12755         Rename make_name to make_unique_name.
12756         (common_function_versions): Likewise.
12757         (make_unique_name): Likewise.
12758         (make_dispatcher_decl): Likewise.
12759         (is_function_default_version): Likewise.
12760         * attribs.c (attr_strcmp): Likewise.
12761         (sorted_attr_string): Likewise.
12762         (common_function_versions): Likewise.
12763         (make_unique_name): Likewise.
12764         (make_dispatcher_decl): Likewise.
12765         (is_function_default_version): Likewise.
12766         * config/i386/i386.c (attr_strcmp): Likewise.
12767         (sorted_attr_string): Likewise.
12768         (ix86_function_versions): Likewise.
12769         (make_name): Likewise.
12770         (make_dispatcher_decl): Likewise.
12771         (is_function_default_version): Likewise.
12772         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
12774 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12776         PR target/80695
12777         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
12778         Account for direct move costs for vec_construct of integer
12779         vectors.
12781 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
12783         PR target/80706
12784         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
12785         (UNSPEC_STX_ATOMIC): Ditto.
12786         (loaddi_via_sse): New insn.
12787         (storedi_via_sse): Ditto.
12788         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
12789         Update corresponding peephole2 patterns.
12790         (atomic_storedi_fpu): Ditto.
12792 2017-05-11  Julia Koval  <julia.koval@intel.com>
12794         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
12795         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
12796         New intrinsics.
12797         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
12798         (__builtin_ia32_rsqrt14ss_mask): New builtins.
12799         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
12801 2017-05-11  Nathan Sidwell  <nathan@acm.org>
12803         * graphite-poly.c: Include dumpfile.h.
12805         * dumpfle.h (dump_function): Declare here ...
12806         * tree-dump.h (dump_function): ... not here.
12807         * dumpfile.c: #include tree-cfg.h.
12808         (dump_function): Move here from ...
12809         * tree-dump.c (dump_function): ... here.
12810         * gimplify.c: #include splay-tree.h, not tree-dump.h.
12811         * graphite-poly.c: Don't include tree-dump.h.
12812         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
12813         * print-tree.c: Likewise.
12814         * stor-layout.c: Likewise.
12815         * tree-nested.c: Likewise.
12817         * dumpfile.c (dump_start): Use TDF_FLAGS.
12818         (dump_enable_all): Fix TDF_KIND check thinko.
12820 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12822         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12823         array entries to represent two legal parameterizations of the
12824         overloaded __builtin_cmpb function, as represented by the
12825         P6_OV_BUILTIN_CMPB constant.
12826         (altivec_resolve_overloaded_builtin): Add special case handling
12827         for the __builtin_cmpb function, as represented by the
12828         P6_OV_BUILTIN_CMPB constant.
12829         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
12830         (BU_P6_64BIT_2): New macro.
12831         (BU_P6_OVERLOAD_2): New macro
12832         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
12833         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
12834         (CMPB): Add overload support to represent both 32-bit and 64-bit
12835         compare-bytes function.
12836         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
12837         support for TARGET_CMPB.
12838         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
12839         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
12840         documentation of the __builtin_cmpb overloaded built-in function.
12842 2017-05-11  Richard Biener  <rguenther@suse.de>
12844         PR tree-optimization/80705
12845         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
12846         bases are not vectorizable.
12848 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12850         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
12851         when counting register pressure.
12853 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12855         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
12856         (iv_ca_more_deps): Renamed to ...
12857         (iv_ca_compare_deps): ... this.
12858         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
12860 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12862         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
12863         to ...
12864         (determine_group_iv_costs): ... here.
12865         (find_inv_vars_cb): Record inv var if it's not recorded before.
12867 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12869         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
12870         (get_shiftadd_cost): Ditto.
12872 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12874         * tree-ssa-address.c: Include header file.
12875         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
12876         address.
12877         (add_to_parts): Refactor.
12878         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
12879         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
12880         in new order.
12882 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12884         PR tree-optimization/53090
12885         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
12886         COMP_IV_EXPR_2.
12887         (extract_cond_operands): Detect condition with IV on both sides
12888         and return COMP_IV_EXPR_2.
12889         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
12890         (rewrite_use_compare): Simplify by removing call to function
12891         extract_cond_operands.
12893 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12895         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
12896         (extract_cond_operands): Detect condition comparing against non-
12897         invariant bound and return appropriate enum value.
12898         (find_interesting_uses_cond): Update use of extract_cond_operands.
12899         Handle its return value accordingly.
12900         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
12902 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12904         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
12905         nonlinear iv_use computation in loop invariant sensitive way.
12907 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12909         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
12910         (find_iv_candidates): Call relate_compare_use_with_all_cands.
12912 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12914         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
12915         (dump_cand): Support iv_cand.inv_exprs.
12916         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
12917         for candidates.
12918         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
12919         iv_cand.inv_exprs.
12921 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12923         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
12924         from ...
12925         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
12926         as local function.  Include necessary header files.
12927         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
12929 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12931         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
12933 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12935         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
12936         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
12937         RSHIFT_EXPR and BIT_NOT_EXPR.
12939 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12941         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
12942         (adjust_setup_cost): New parameter supporting round up adjustment.
12943         (struct address_cost_data): Delete.
12944         (force_expr_to_var_cost): Don't bound cost with spill_cost.
12945         (split_address_cost, ptr_difference_cost): Delete.
12946         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
12947         (struct ainc_cost_data): New struct.
12948         (get_address_cost_ainc): New function.
12949         (get_address_cost, get_computation_cost): Reimplement.
12950         (determine_group_iv_cost_address): Record inv_expr for all uses of
12951         a group.
12952         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
12953         (iv_ca_has_deps): Reimplemented to ...
12954         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
12955         than OLD_CP.
12956         (iv_ca_extend): Call iv_ca_more_deps.
12958 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12960         * tree-ssa-address.c (struct mem_address): Move to header file.
12961         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
12962         * tree-ssa-address.h (struct mem_address): Move from C file.
12963         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
12965 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12967         * tree-affine.h (aff_combination_type): New interface.
12968         (aff_combination_zero_p): Remove static.
12969         (aff_combination_const_p): New interface.
12970         (aff_combination_singleton_var_p): New interfaces.
12972 2017-05-11  Richard Biener  <rguenther@suse.de>
12974         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12975         Skip unreachable blocks and destinations.
12976         (eliminate): Move stmt removal and fixup ...
12977         (fini_eliminate): ... here.  Skip inserted exprs.
12978         (pass_pre::execute): Move fini_pre after fini_eliminate.
12979         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
12980         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
12981         PRE to get rid of dead code that has invalid SSA form and
12982         split critical edges again.
12984 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12986         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
12988 2017-05-11  Richard Biener  <rguenther@suse.de>
12990         * passes.c (execute_function_todo): Verify loops if they are
12991         said to be up-to-date.
12992         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
12993         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
12995 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
12997         PR target/80090
12998         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
12999         handle calling assemble_external ourself.
13001         PR target/79027
13002         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
13003         modes with zero size.  Enhance comment.
13005 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13007         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
13008         built-ins for vec_xl and vec_xst with short and char pointer
13009         arguments.
13011 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
13013         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
13014         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
13015         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
13016         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
13017         (_mm_maskz_min_round_ss): New intrinsics.
13018         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
13019         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
13020         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
13021         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
13022         (__builtin_ia32_minss_mask_round): New builtins.
13023         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
13024         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
13025         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
13026         Rename to ...
13027         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
13028         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
13029         Change to ...
13030         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
13031         ... this.
13033 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
13035         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
13036         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
13037         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
13038         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
13039         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
13040         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
13041         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
13042         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
13043         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
13044         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
13045         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
13046         (__builtin_ia32_mulss_mask_round): New builtins.
13047         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
13048         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
13049         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
13050         Rename to ...
13051         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
13052         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
13053         Change to ...
13054         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
13055         ... this.
13057 2017-05-10  Julia Koval  <julia.koval@intel.com>
13059         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
13060         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
13061         (_mm256_setr_m128i): New intrinsics.
13063 2017-05-10  Julia Koval  <julia.koval@intel.com>
13065         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
13066         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
13067         (_mm_maskz_rcp14_ss): New intrinsics.
13068         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
13069         (__builtin_ia32_rcp14ss_mask): New builtins.
13070         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
13072 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
13074         PR tree-optimization/51513
13075         * tree-cfg.c (gimple_seq_unreachable_p): New function.
13076         (assert_unreachable_fallthru_edge_p): Use it.
13077         (group_case_labels_stmt): Likewise.
13078         * tree-cfg.h: Prototype it.
13079         * stmt.c: Include cfghooks.h and tree-cfg.h.
13080         (emit_case_dispatch_table) <gap_label>: New local variable.
13081         Use it to fill dispatch table gaps.
13082         Test for default_label before updating probabilities.
13083         (expand_case) <default_label>: Remove unneeded initialization.
13084         Test for unreachable default case statement and remove its edge.
13085         Set default_label accordingly.
13086         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
13088 2017-05-10  Carl Love  <cel@us.ibm.com>
13090         * config/rs6000/rs6000-c: Add support for built-in functions
13091         vector signed char      vec_neg (vector signed char)
13092         vector signed short int vec_neg (vector short int)
13093         vector signed int       vec_neg (vector signed int)
13094         vector signed long long vec_neg (vector signed long long)
13095         vector float            vec_neg (vector float)
13096         vector double           vec_neg (vector double)
13097         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
13098         overload.
13099         * config/rs6000/altivec.h: Add define for vec_neg
13100         * doc/extend.texi: Update the built-in documentation for the
13101         new built-in functions.
13103 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13105         PR tree-optimization/77644
13106         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
13108 2017-05-10  Nathan Sidwell  <nathan@acm.org>
13110         * dumpfile.h (TDI_lang_all): New.
13111         (TDF_KIND): New. Renumber others
13112         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
13113         than bits.
13114         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
13115         lang-all.
13116         (get_dump_file_name): Adjust suffix generation.
13117         (dump_enable_all): Use TDF_KIND.
13118         * doc/invoke.texi (-fdump-lang-all): Document.
13120         * dumpfile.h: Tabify.
13122 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
13124         PR target/80671
13125         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
13126         Move member access before delete.
13128 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
13130         * tree-inline.c (expand_call_inline): Split block at stmt
13131         before the call.
13133 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
13135         PR target/68163
13136         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
13137         are now unused after splitting mov{sf,sd}_hardfloat.
13138         (f32_lr2): Likewise.
13139         (f32_lm): Likewise.
13140         (f32_lm2): Likewise.
13141         (f32_li): Likewise.
13142         (f32_li2): Likewise.
13143         (f32_lv): Likewise.
13144         (f32_sr): Likewise.
13145         (f32_sr2): Likewise.
13146         (f32_sm): Likewise.
13147         (f32_sm2): Likewise.
13148         (f32_si): Likewise.
13149         (f32_si2): Likewise.
13150         (f32_sv): Likewise.
13151         (f32_dm): Likewise.
13152         (f32_vsx): Likewise.
13153         (f32_av): Likewise.
13154         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
13155         For movsf, order stores so the VSX stores occur before the GPR
13156         store which encourages the register allocator to use a traditional
13157         FPR instead of a GPR.  For movsd, order the stores so that the GPR
13158         store comes before the VSX stores to allow the power6 to work.
13159         This is due to the power6 not having a 32-bit integer store
13160         instruction from a FPR.
13161         (movsf_hardfloat): Likewise.
13162         (movsd_hardfloat): Likewise.
13164 2017-05-09  Martin Sebor  <msebor@redhat.com>
13166         PR translation/80280
13167         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
13168         added in r247778.
13170         PR translation/80280
13171         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
13172         data member added in r247778.
13173         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
13175 2017-05-09  Nathan Sidwell  <nathan@acm.org>
13177         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
13179         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
13180         typedefs.
13182 2017-05-09  Marek Polacek  <polacek@redhat.com>
13184         * doc/invoke.texi: Fix typo.
13186 2017-05-09  Richard Biener  <rguenther@suse.de>
13188         * tree-vrp.c (vrp_val_is_max): Adjust comment.
13189         (vrp_val_is_min): Likewise.
13190         (set_value_range_to_value): Likewise.
13191         (set_value_range_to_nonnegative): Likewise.
13192         (gimple_assign_nonzero_p): Likewise.
13193         (gimple_stmt_nonzero_p): Likewise.
13194         (vrp_int_const_binop): Likewise.  Remove unreachable case.
13195         (adjust_range_with_scev): Adjust comments.
13196         (compare_range_with_value): Likewise.
13197         (extract_range_from_phi_node): Likewise.
13198         (test_for_singularity): Likewise.
13200 2017-05-09  Richard Biener  <rguenther@suse.de>
13202         * tree-vrp.c (get_single_symbol): Add assert that we don't
13203         get overflowed constants as invariant part.
13204         (compare_values_warnv): Add comment before the TREE_NO_WARNING
13205         checks.  Use wi::cmp instead of recursing for integer constants.
13206         (compare_values): Just ignore whether we assumed undefined
13207         overflow instead of failing the compare.
13208         (extract_range_for_var_from_comparison_expr): Add comment before the
13209         TREE_NO_WARNING sets.
13210         (test_for_singularity): Likewise.
13211         (extract_range_from_comparison): Do not disable optimization
13212         when we assumed undefined overflow.
13213         (extract_range_basic): Remove init of unused var.
13215 2017-05-09  Richard Biener  <rguenther@suse.de>
13217         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
13218         (extract_range_from_multiplicative_op_1): Adjust.
13219         (extract_range_from_binary_expr_1): Use int_const_binop.
13221 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13223         PR target/80101
13224         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
13225         rs6000_store_data_bypass_p in seven define_bypass directives and
13226         in several comments.
13227         * config/rs6000/rs6000-protos.h: Add prototype for
13228         rs6000_store_data_bypass_p function.
13229         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
13230         function implements slightly different (rs6000-specific) semantics
13231         than store_data_bypass_p, returning false rather than aborting
13232         with assertion error when arguments do not satisfy the
13233         requirements of store data bypass.
13234         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
13235         rs6000_store_data_bypass_p.
13237 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
13239         * config/xtensa/xtensa-protos.h
13240         (xtensa_initial_elimination_offset): New declaration.
13241         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
13242         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
13243         macro definition, add case for FRAME_POINTER_REGNUM when
13244         FRAME_GROWS_DOWNWARD.
13245         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
13246         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
13247         xtensa_initial_elimination_offset.
13249 2017-05-08  Nathan Sidwell  <nathan@acm.org>
13251         * doc/invoke.texi: Alphabetize -fdump options.
13253 2017-05-08  Martin Sebor  <msebor@redhat.com>
13255         PR translation/80280
13256         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
13258 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13260         * target.def (compute_frame_layout): New optional target hook.
13261         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
13262         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
13263         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
13264         target hook.
13265         * reload1.c (verify_initial_elim_offsets): Likewise.
13266         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
13267         (use_simple_return_p): Call arm_compute_frame_layout if needed.
13268         (arm_get_frame_offsets): Split up into this ...
13269         (arm_compute_frame_layout): ... and this function.
13271 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
13273         * config/aarch64/constraints.md (Usa): New constraint.
13274         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
13276 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13278         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
13279         with_multilib_list after it has been checked.
13281 2017-05-08  Richard Biener  <rguenther@suse.de>
13283         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
13284         (bitmap_set_subtract_values): Likewise.
13286 2017-05-08  Richard Biener  <rguenther@suse.de>
13288         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
13289         (gimple_assign_nonzero): ... this and remove strict_overflow_p
13290         argument.
13291         (gimple_stmt_nonzero_warnv_p): Rename to ...
13292         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
13293         argument.
13294         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
13295         (extract_range_basic): Adjust, do not disable propagation on
13296         strict overflow sensitive simplification.
13297         (vrp_visit_cond_stmt): Likewise.
13299 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
13301         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
13302         body size unconditionally.
13304 2017-05-07  Jeff Law  <law@redhat.com>
13306         Revert:
13307         2017-05-06  Jeff Law  <law@redhat.com>
13308         PR tree-optimization/78496
13309         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13310         code.
13312         PR tree-optimization/78496
13313         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13314         (simplify_stmt_using_ranges): Call it.
13315         (vrp_dom_walker::before_dom_children): Extract equivalences
13316         from an ASSERT_EXPR with an equality comparison against a
13317         constant.
13319 2017-05-06  Jeff Law  <law@redhat.com>
13321         PR tree-optimization/78496
13322         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13323         code.
13325         PR tree-optimization/78496
13326         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13327         (simplify_stmt_using_ranges): Call it.
13328         (vrp_dom_walker::before_dom_children): Extract equivalences
13329         from an ASSERT_EXPR with an equality comparison against a
13330         constant.
13332 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13334         * lra-constraints.c (lra_copy_reg_equiv): New function.
13335         (split_reg): Use it to copy equivalence information from the
13336         original register to the spill register.
13338 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13340         PR rtl-optimization/75964
13341         * simplify-rtx.c (simplify_const_relational_operation): Remove
13342         invalid handling of comparisons of integer ABS.
13344 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
13346         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
13347         initialize to zero.
13348         (init_regs): Remove declaration.
13349         (function_arg_advance_32): Initialize error_p as boolean variable.
13351 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13353         * store-motion.c (remove_reachable_equiv_notes): Reformat long
13354         lines.  Use for (;;).
13356 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13358         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
13359         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
13360         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
13361         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
13362         VF=2 that require versioning.
13364 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13366         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
13367         int.
13369 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13371         * diagnostic.h (diagnostic_override_option_index): Convert from
13372         macro to inline function.
13374 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13376         * diagnostic.c (last_module_changed_p): New function.
13377         (set_last_module): New function.
13378         (diagnostic_report_current_module): Convert macro usage to
13379         the above functions.
13380         * diagnostic.h (diagnostic_context::last_module): Strengthen
13381         from const line_map * to const line_map_ordinary *.
13382         (diagnostic_last_module_changed): Delete macro.
13383         (diagnostic_set_last_module): Delete macro.
13385 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13387         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
13388         with diagnostic_report_diagnostic.
13389         (diagnostic_n_impl_richloc): Likewise.
13390         * diagnostic.h (report_diagnostic): Delete macro.
13391         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
13392         with diagnostic_report_diagnostic.
13393         * substring-locations.c (format_warning_va): Likewise.
13395 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13397         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
13398         save/restor of format_spec.  Move option-printing code to...
13399         (print_option_information): ...this new function, and
13400         reimplement by simply printing to the pretty_printer,
13401         rather than appending to the format string.
13403 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13405         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
13406         handling logic into...
13407         (update_effective_level_from_pragmas): ...this new function.
13409 2017-05-04  Andrew Waterman  <andrew@sifive.com>
13411         * config/riscv/riscv.opt (mstrict-align): New option.
13412         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
13413         (SLOW_UNALIGNED_ACCESS): Define.
13414         (riscv_slow_unaligned_access): Declare.
13415         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
13416         field.
13417         (riscv_slow_unaligned_access): New variable.
13418         (rocket_tune_info): Set slow_unaligned_access to true.
13419         (optimize_size_tune_info): Set slow_unaligned_access to false.
13420         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
13421         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
13422         (riscv_option_override): Set riscv_slow_unaligned_access.
13423         * doc/invoke.texi: Add -mstrict-align to RISC-V.
13425 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
13427         * config/riscv/riscv.md: Unify indentation.
13429 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
13431         PR target/79038
13432         PR target/79202
13433         PR target/79203
13434         * config/rs6000/rs6000.md (u code attribute): Add FIX and
13435         UNSIGNED_FIX.
13436         (extendsi<mode>2): Add support for doing sign extension via
13437         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
13438         don't have ISA 3.0 instructions.
13439         (extendsi<mode>2 splitter): Likewise.
13440         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
13441         generate the normal insns since SImode can now go in vector
13442         registers.  Disallow the special UNSPECs needed for previous
13443         machines to hide SImode being used.  Add new insns
13444         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
13445         (fix_trunc<mode>si2_stfiwx): Likewise.
13446         (fix_trunc<mode>si2_internal): Likewise.
13447         (fixuns_trunc<mode>si2): Likewise.
13448         (fixuns_trunc<mode>si2_stfiwx): Likewise.
13449         (fctiw<u>z_<mode>_smallint): Likewise.
13450         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
13451         of floating point to 32-bit integer from doing a direct move to
13452         the GPR registers to do a store.
13453         (fctiwz_<mode>): Break long line.
13455 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
13457         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
13458         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
13459         (addr_list, addr_offset_valid_p): New.
13460         (split_address_groups): Check offset validity with above function.
13461         (gt-tree-ssa-loop-ivopts.h): Include header file.
13463 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13465         * config.gcc (arm*-*-*): Add missing 'fi'.
13467 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
13469         * doc/invoke.texi (-fopt-info): Explicitly say order of options
13470         included in -fopt-info does not matter.
13471         * doc/optinfo.texi (-fopt-info): Fix description of default
13472         behavour. Explicitly say order of options included in -fopt-info
13473         does not matter.
13475 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13477         * config.gcc: Allow combinations of aprofile and rmprofile values for
13478         --with-multilib-list.
13479         * config/arm/t-multilib: New file.
13480         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
13481         variables.  Remove setting of ISA and floating-point ABI in
13482         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
13483         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
13484         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
13485         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
13486         CPU options.
13487         * config/arm/t-rmprofile: Likewise except for the matches changes.
13488         * doc/install.texi (--with-multilib-list): Document the combination of
13489         aprofile and rmprofile values and warn about pitfalls in doing that.
13491 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13493         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
13494         (movdi_aarch64): Likewise.
13496 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13498         PR tree-optimization/80632
13499         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
13500         field.
13501         (build_arrays): Initialize it for virtual phis.
13502         (fix_phi_nodes): Use it for virtual phis.
13504         PR tree-optimization/80558
13505         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
13506         [x, y] op z into [x op, y op z] for op & or | if conditions
13507         are met.
13509 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
13510             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13512         PR target/71607
13513         * config/arm/arm.md (use_literal_pool): Remove.
13514         (64-bit immediate split): No longer takes cost into consideration
13515         if arm_disable_literal_pool is enabled.
13516         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
13517         used when arm_disable_literal_pool is enabled.
13518         (arm_max_const_double_inline_cost): Remove use of
13519         arm_disable_literal_pool.
13520         (push_minipool_fix): Add assert.
13521         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
13522         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
13523         (no_literal_pool_sf_immediate): New.
13525 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13527         PR tree-optimization/80613
13528         * tree-ssa-dce.c (propagate_necessity): Remove cases for
13529         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
13531 2017-05-05  Richard Biener  <rguenther@suse.de>
13533         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
13535 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
13537         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
13538         of this flag from insn conditions due to removal from r247495.
13540 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13542         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
13543         New function.
13544         (arm_early_store_addr_dep_ptr): Likewise.
13545         * config/arm/aarch-common-protos.h
13546         (arm_early_load_addr_dep_ptr): Add prototype.
13547         (arm_early_store_addr_dep_ptr): Likewise.
13548         * config/arm/cortex-a53.md: Add new bypasses.
13550 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13552         * tree.c (next_type_uid): Change type to unsigned.
13553         (type_hash_canon): Decrement back next_type_uid if
13554         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
13555         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
13556         if possible.
13558 2017-05-04  Martin Sebor  <msebor@redhat.com>
13560         * builtins.c: Fix a trivial typo in a comment.
13562         PR middle-end/79234
13563         * builtins.c (check_sizes): Adjust to handle reading past the end.
13564         Avoid printing excessive upper bound of ranges.  Use %E to print
13565         tree nodes instead of converting them to %wu.
13566         (expand_builtin_memchr): New function.
13567         (compute_dest_size): Rename...
13568         (compute_objsize): ...to this.
13569         (expand_builtin_memcpy): Adjust.
13570         (expand_builtin_mempcpy): Adjust.
13571         (expand_builtin_strcat): Adjust.
13572         (expand_builtin_strcpy): Adjust.
13573         (check_strncat_sizes): Adjust.
13574         (expand_builtin_strncat): Adjust.
13575         (expand_builtin_strncpy): Adjust and simplify.
13576         (expand_builtin_memset): Adjust.
13577         (expand_builtin_bzero): Adjust.
13578         (expand_builtin_memcmp): Adjust.
13579         (expand_builtin): Handle memcmp.
13580         (maybe_emit_chk_warning): Check strncat just once.
13582 2017-05-04  Martin Sebor  <msebor@redhat.com>
13584         PR preprocessor/79214
13585         PR middle-end/79222
13586         PR middle-end/79223
13587         * builtins.c (check_sizes): Add inlining context and issue
13588         warnings even when -Wno-system-headers is set.
13589         (check_strncat_sizes): Same.
13590         (expand_builtin_strncat): Same.
13591         (expand_builtin_memmove): New function.
13592         (expand_builtin_stpncpy): Same.
13593         (expand_builtin): Handle memmove and stpncpy.
13595 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
13597         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
13598         which is not used any more.
13600 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13602         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
13604 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13606         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
13607         (cortexa53_tunings): Likewise.
13608         (cortexa57_tunings): Likewise.
13609         (cortexa72_tunings): Likewise.
13610         (cortexa73_tunings): Likewise.
13612 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13614         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
13615         Set loop alignment to 8.
13617 2017-05-04  Martin Sebor  <msebor@redhat.com>
13619         PR translation/80280
13620         * builtins.c (expand_builtin_object_size): Add missing quoting to
13621         %D and like directives.
13622         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
13623         (hsa_type_for_tree_type): Same.
13624         (verify_function_arguments): Same.
13625         * symtab.c (symbol_table::change_decl_assembler_name): Same.
13626         * varasm.c (get_section): Same.
13627         (mark_weak): Same.
13629 2017-05-04  Martin Sebor  <msebor@redhat.com>
13631         PR translation/80280
13632         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
13634 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13636         * config/aarch64/aarch64.c (generic_addrcost_table):
13637         Change HI/TI mode setting.
13639 2017-05-04  Martin Jambor  <mjambor@suse.cz>
13641         PR tree-optimization/80622
13642         * tree-sra.c (comes_initialized_p): New function.
13643         (build_accesses_from_assign): Only set write lazily when
13644         comes_initialized_p is false.
13645         (analyze_access_subtree): Use comes_initialized_p.
13646         (propagate_subaccesses_across_link): Assert !comes_initialized_p
13647         instead of testing for PARM_DECL.
13649 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13651         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
13652         constraint on operand 0 to allow more general addressing modes.
13653         Adjust output template.
13654         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
13655         New function.
13656         * config/aarch64/aarch64-protos.h
13657         (aarch64_address_valid_for_prefetch_p): Declare prototype.
13658         * config/aarch64/constraints.md (Dp): New address constraint.
13659         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
13660         predicate.
13662 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
13664         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
13665         update use of estimate_ipcp_clone_size_and_time.
13666         (estimate_local_effects): Update use of
13667         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
13668         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
13669         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
13670         Return nonspecialized time.
13672 2017-05-04  Richard Biener  <rguenther@suse.de>
13674         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
13675         for the last VUSE which def dominates the PHI.  Directly call
13676         maybe_skip_until.
13677         (get_continuation_for_phi_1): Remove.
13679 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
13681         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
13682         to explain the use of truncating division.  Cap the number of
13683         iterations to the maximum given by nb_iterations_upper_bound,
13684         if defined.
13686 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13688         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
13689         * configure: Regenerate.
13690         * config.in: Regenerate.
13691         * config/i386/driver-mingw32.c: new file.
13692         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
13693         * config.host: Link driver-mingw32.o on MinGW host.
13694         * doc/install.texi: Document new --enable-mingw-wildcard configure
13695         option.
13697 2017-05-04  Marek Polacek  <polacek@redhat.com>
13699         PR tree-optimization/80612
13700         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
13702 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13703             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
13705         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
13706         (movt splitter): Likewise.
13707         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
13708         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
13709         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
13710         block for Thumb-1 with MOVT.
13711         (thumb2_legitimate_address_p): Move code block ...
13712         (can_avoid_literal_pool_for_label_p): ... into this new function.
13713         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
13714         literal pool.
13715         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
13716         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
13717         "M-profile targets with the MOVT instruction".
13719 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13721         * config/arm/arm-builtins.c (arm_init_builtins): Rename
13722         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
13723         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
13725 2017-05-04  Martin Liska  <mliska@suse.cz>
13727         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
13728         variable cond_code.
13730 2017-05-04  Richard Biener  <rguenther@suse.de>
13732         * tree.c (array_at_struct_end_p): Handle arrays at struct
13733         end with flexarrays more conservatively.  Refactor and treat
13734         arrays of arrays or aggregates more strict.  Fix
13735         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
13736         * tree.c (array_at_struct_end_p): Adjust prototype.
13737         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
13738         * gimple-fold.c (get_range_strlen): Likewise.
13739         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
13741 2017-05-04  Richard Biener  <rguenther@suse.de>
13743         PR tree-optimization/31130
13744         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
13745         false.
13746         (supports_overflow_infinity): Likewise.
13747         (is_negative_overflow_infinity): Likewise.
13748         (is_positive_overflow_infinity): Likewise.
13749         (is_overflow_infinity): Likewise.
13750         (stmt_overflow_infinity): Likewise.
13751         (overflow_infinity_range_p): Likewise.
13752         (usable_range_p): Remove as always returning true.
13753         (make_overflow_infinity): Remove.
13754         (negative_overflow_infinity): Likewise.
13755         (positive_overflow_infinity): Likewise.
13756         (avoid_overflow_infinity): Likewise.
13757         (set_value_range): Adjust accordingly.
13758         (set_value_range_to_nonnegative): Likewise, remove now unused
13759         overflow_infinity arg.
13760         (vrp_operand_equal_p): Adjust.
13761         (update_value_range): Likewise.
13762         (range_int_cst_singleton_p): Likewise.
13763         (operand_less_p): Likewise.
13764         (compare_values_warnv): Likewise.
13765         (extract_range_for_var_from_comparison_expr): Likewise.
13766         (vrp_int_const_binop): Likewise.
13767         (zero_nonzero_bits_from_vr): Likewise.
13768         (extract_range_from_multiplicative_op_1): Likewise.
13769         (extract_range_from_binary_expr_1): Likewise.
13770         (extract_range_from_unary_expr): Likewise.
13771         (extract_range_from_comparison): Likewise.
13772         (extract_range_basic): Likewise.
13773         (adjust_range_with_scev): Likewise.
13774         (compare_ranges): Likewise.
13775         (compare_range_with_value): Likewise.
13776         (dump_value_range): Likewise.
13777         (test_for_singularity): Likewise, remove strict_overflow_p parameter
13778         never used.
13779         (simplify_cond_using_ranges): Adjust.
13781 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
13783         * brig-builtins.def: Added a builtin for class_f64.
13784         * builtin-types.def: Added a builtin type needed by class_f64.
13786 2017-05-03  Jason Merrill  <jason@redhat.com>
13788         * timevar.def: Add TV_CONSTEXPR.
13790 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13792         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
13794 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13796         * ipa-prop.c (ipa_update_after_lto_read): Removed.
13797         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
13798         * ipa-cp.c (ipcp_propagate_stage): Do not call
13799         ipa_update_after_lto_read.
13800         * ipa-inline.c (ipa_inline): Likewise.
13802 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13804         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
13805         tag.  Added a default constructor and a destructor.
13806         (ipa_edge_args_sum_t): New class;
13807         (ipa_edge_args_sum): Declare.
13808         (ipa_edge_args_vector): Remove declaration.
13809         (IPA_EDGE_REF): Use ipa_edge_args_sum.
13810         (ipa_free_edge_args_substructures): Remove declaration.
13811         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
13812         (ipa_edge_args_info_available_for_edge_p): Likewise.
13813         * ipa-prop.c (ipa_edge_args_vector): Removed.
13814         (edge_removal_hook_holder): Likewise.
13815         (edge_duplication_hook_holder): Likewise.
13816         (ipa_edge_args_sum): New variable.
13817         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
13818         ipa_edge_args_vector.
13819         (ipa_free_edge_args_substructures): Likewise.
13820         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
13821         ipa_edge_args_vector.
13822         (ipa_edge_removal_hook): Turned into method
13823         ipa_edge_args_sum_t::remove.
13824         (ipa_edge_duplication_hook): Turned into method
13825         ipa_edge_args_sum_t::duplicate.
13826         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
13827         registering edge hooks.
13828         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
13829         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
13830         ipa_edge_args_sum instead of ipa_edge_args_vector.
13831         * ipa-profile.c (ipa_profile): Likewise.
13833 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13835         * symbol-summary.h (function_summary): New method exists.
13836         (function_summary::symtab_removal): Deallocate through release.
13837         (call_summary): New class.
13838         (gt_ggc_mx): New overload.
13839         (gt_pch_nx): Likewise.
13840         (gt_pch_nx): Likewise.
13842 2017-05-03  Jeff Law  <law@redhat.com>
13844         PR tree-optimization/78496
13845         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
13846         from simplify_cond_using_ranges.  Split off code to walk
13847         backwards through casts into ...
13848         (simplify_cond_using_ranges_2): New function.
13849         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
13850         (execute_vrp): After identifying jump threads, call
13851         simplify_cond_using_ranges_2.
13853 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
13855         PR bootstrap/80609
13856         * ipa-inline.h (inline_summary): Add ctor.
13857         (create_ggc): Do not use ggc_cleared_alloc.
13859 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
13860             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13862         * gcc.c (handle_braces): Support escaping in switch matching
13863         text.
13864         * doc/invoke.texi (Spec Files): Document it.
13865         Remove superfluous @code markup in items.
13867 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13869         * diagnostic-show-locus.c (struct column_range): New struct.
13870         (get_affected_columns): New function.
13871         (get_printed_columns): New function.
13872         (struct correction): New struct.
13873         (correction::ensure_capacity): New function.
13874         (correction::ensure_terminated): New function.
13875         (struct line_corrections): New struct.
13876         (line_corrections::~line_corrections): New dtor.
13877         (line_corrections::add_hint): New function.
13878         (layout::print_trailing_fixits): Reimplement in terms of the new
13879         classes.
13880         (selftest::test_overlapped_fixit_printing): New function.
13881         (selftest::diagnostic_show_locus_c_tests): Call it.
13883 2017-05-03  Nathan Sidwell  <nathan@acm.org>
13885         Canonicalize canonical type hashing
13886         * tree.h (type_hash_canon_hash): Declare.
13887         * tree.c (type_hash_list, attribute_hash_list): Move into
13888         type_hash_canon_hash.
13889         (build_type_attribute_qual_variant): Break out hash code calc into
13890         type_hash_canon_hash.
13891         (type_hash_canon_hash): New.  Generic type hash computation.
13892         (build_range_type_1, build_array_type_1, build_function_type,
13893         build_method_type_directly, build_offset_type, build_complex_type,
13894         make_vector_type): Call it.
13896 2017-05-03  Richard Biener  <rguenther@suse.de>
13898         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
13899         When all DRs have unknown misaligned do not always peel
13900         when there is a store but apply the same costing model as if
13901         there were only loads.
13903 2017-05-03  Richard Biener  <rguenther@suse.de>
13905         Revert
13906         PR tree-optimization/80492
13907         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
13908         compare_base_decls returning dont-know properly.
13910 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13912         * config/arm/iterators.md (CCSI): New mode iterator.
13913         (arch): New mode attribute.
13914         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
13915         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
13916         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
13917         code iterator for success result mode.
13918         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
13919         the corresponding new insn generators.
13921 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
13923         Revert r247509
13924         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13925         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13927 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
13929         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
13930         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
13931         (DDR_A): Wrap DDR argument in brackets.
13932         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
13933         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
13934         (DDR_REVERSED_P): Likewise.
13936 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
13938         PR tree-optimization/79472
13939         * tree-switch-conversion.c (struct switch_conv_info): Add
13940         contiguous_range and default_case_nonstandard fields.
13941         (collect_switch_conv_info): Compute contiguous_range and
13942         default_case_nonstandard fields, don't clear final_bb if
13943         contiguous_range and only the default case doesn't have the required
13944         structure.
13945         (check_all_empty_except_final): Set default_case_nonstandard instead
13946         of failing if contiguous_range and the default case doesn't have empty
13947         block.
13948         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
13949         and only the default case doesn't have the required constants.  Skip
13950         virtual phis.
13951         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
13952         if default_case_nonstandard.
13953         (build_constructors): Build constant 1 just once.  Assert that default
13954         values aren't inserted in between cases if contiguous_range.  Skip
13955         virtual phis.
13956         (build_arrays): Skip virtual phis.
13957         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
13958         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
13959         Handle virtual phis.
13960         (gen_inbound_check): Handle default_case_nonstandard case.
13961         (process_switch): Adjust check_final_bb caller.  Call
13962         gather_default_values with the first non-default case instead of
13963         default case if default_case_nonstandard.
13965 2017-05-02  Nathan Sidwell  <nathan@acm.org>
13967         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
13968         check.  Fix formatting.
13970 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
13972         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
13973         errors when comparing specialized and unspecialized times.
13975 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
13977         * diagnostic-show-locus.c
13978         (layout::should_print_annotation_line_p): Make private.
13979         (layout::print_annotation_line): Make private.
13980         (layout::annotation_line_showed_range_p): Make private.
13981         (layout::show_ruler): Make private.
13982         (layout::print_source_line): Make private.  Pass in line and
13983         line_width, rather than calling location_get_source_line.  Drop
13984         returned value.
13985         (layout::print_leading_fixits): New method.
13986         (layout::print_any_fixits): Rename to...
13987         (layout::print_trailing_fixits): ...this, and make private.
13988         Don't print newline fixits.
13989         (diagnostic_show_locus): Move logic for printing one row into...
13990         (layout::print_line): ...this new function.  Move the
13991         location_get_source_line call and error-handling from
13992         print_source_line to here.  Call print_leading_fixits, and rename
13993         print_any_fixits to print_trailing_fixits.
13994         (selftest::test_fixit_insert_containing_newline): Update now that
13995         newlines are partially supported.
13996         (selftest::test_fixit_insert_containing_newline_2): New test.
13997         (selftest::test_fixit_replace_containing_newline): Update comments.
13998         (selftest::diagnostic_show_locus_c_tests): Call the new test.
13999         * edit-context.c (class added_line): New class.
14000         (class edited_line): Describe newline handling in comment.
14001         (edited_line::actually_edited_p): New method.
14002         (edited_line::print_content): Delete redundant decl.
14003         (edited_line::m_predecessors): New field.
14004         (edited_file::print_content): Call edited_line::print_content.
14005         (edited_file::print_diff): Update to support newlines.
14006         (edited_file::print_diff_hunk): Likewise.
14007         (edited_file::print_run_of_changed_lines): New function.
14008         (edited_file::print_diff_line): Convert to...
14009         (print_diff_line): ...this.
14010         (edited_file::get_effective_line_count): New function.
14011         (edited_line::edited_line): Initialize new field m_predecessors.
14012         (edited_line::~edited_line): Clean up m_predecessors.
14013         (edited_line::apply_fixit): Handle newlines.
14014         (edited_line::get_effective_line_count): New function.
14015         (edited_line::print_content): New function.
14016         (edited_line::print_diff_lines): New function.
14017         (selftest::test_applying_fixits_insert_containing_newline): New
14018         test.
14019         (selftest::test_applying_fixits_replace_containing_newline): New
14020         test.
14021         (selftest::insert_line): New function.
14022         (selftest::test_applying_fixits_multiple_lines): Add example of
14023         inserting a line.
14024         (selftest::edit_context_c_tests): Call the new tests.
14026 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14028         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
14029         parameter cand.  Update dump information.
14030         (get_computation_cost): Update uses.
14032 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14034         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
14035         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
14036         (get_computation_at, rewrite_use_address): Update use of
14037         get_computation_aff.
14039 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14041         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
14042         (get_computation): Delete.
14043         (get_computation_cost): Implement like get_computation_cost_at.
14044         Use get_computation_at.
14045         (get_computation_cost_at): Delete.
14046         (rewrite_use_nonlinear_expr): Use get_computation_at.
14047         (rewrite_use_compare, remove_unused_ivs): Ditto.
14049 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14051         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
14053 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14055         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
14056         (ivopts_global_cost_for_size): Rename parameter and update uses.
14057         (iv_ca_recount_cost): Update uses.
14058         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
14059         candidates seperately in n_invs and n_cands.
14060         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
14062 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14064         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
14065         (find_inv_vars_cb): New.
14066         (find_depends): Renamed to ...
14067         (find_inv_vars): ... this.
14068         (add_candidate_1, force_var_cost): Call find_inv_vars.
14069         (split_address_cost, determine_group_iv_cost_cond): Ditto.
14071 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14073         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
14074         inv_vars.  Add inv_exprs.
14075         (struct iv_cand): Rename depends_on to inv_vars.
14076         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
14077         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
14078         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
14079         (dump_cand): Dump inv_vars.
14080         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
14081         (record_invariant, find_depends, add_candidate_1): Ditto.
14082         (set_group_iv_cost, force_var_cost): Ditto.
14083         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
14084         (get_computation_cost_at, get_computation_cost): Ditto.
14085         (determine_group_iv_cost_generic): Ditto.
14086         (determine_group_iv_cost_address): Ditto.
14087         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
14088         (determine_group_iv_costs): Ditto.
14089         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
14090         (iv_ca_set_remove_invariants): Renamed to ...
14091         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
14092         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
14093         (iv_ca_set_add_invariants):  Renamed to ...
14094         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
14095         (iv_ca_set_cp): Use iv_ca_set_add_invs.
14096         (iv_ca_has_deps): Support inv_vars and inv_exprs.
14097         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
14098         (create_new_ivs): Remove useless dump.
14100 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14102         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
14103         iv_cand code.
14104         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
14105         (iv_ca_set_no_cp, create_new_iv): Ditto.
14107 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14109         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
14111 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
14113         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
14114         function tree_check2.
14116 2017-05-02  Martin Liska  <mliska@suse.cz>
14118         * doc/gcov.texi: Add missing preposition.
14119         * gcov.c (function_info::function_info): Properly fill up
14120         all member variables.
14122 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
14124         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
14126 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
14128         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
14130 2017-05-02  Martin Liska  <mliska@suse.cz>
14132         PR lto/77954.
14133         * lto-streamer-in.c (lto_read_tree_1): Remove
14134         LTO_STREAMER_DEBUG.
14135         * lto-streamer.c (struct tree_hash_entry): Likewise.
14136         (struct tree_entry_hasher): Likewise.
14137         (tree_entry_hasher::hash): Likewise.
14138         (tree_entry_hasher::equal): Likewise.
14139         (lto_streamer_init): Likewise.
14140         (lto_orig_address_map): Likewise.
14141         (lto_orig_address_get): Likewise.
14142         (lto_orig_address_remove): Likewise.
14143         * lto-streamer.h: Likewise.
14144         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
14145         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
14147 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
14149         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
14150         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
14151         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
14152         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
14153         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
14154         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
14155         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
14156         (mm_maskz_sub_ss): New intrinsics.
14157         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14158         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
14159         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
14160         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
14161         (__builtin_ia32_subss_mask_round): New builtins.
14162         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14163         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
14164         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
14165         Renamed to ...
14166         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
14167         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
14168         Changed to ...
14169         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
14170         ... this.
14172 2017-05-02  Martin Jambor  <mjambor@suse.cz>
14174         PR tree-optimization/78687
14175         * tree-sra.c (access): New field parent.
14176         (process_subtree_disqualification): New function.
14177         (disqualify_candidate): Call it.
14178         (build_accesses_from_assign): Reset write flag if creating an
14179         assighnment link.
14180         (build_access_subtree): Fill in parent field and also prpagate
14181         down grp_write flag.
14182         (create_artificial_child_access): New parameter set_grp_write, set
14183         grp_write to its value.
14184         (propagate_subaccesses_across_link): Also propagate grp_write flag
14185         values.
14186         (propagate_all_subaccesses): Push the closest parent back to work
14187         queue if add_access_to_work_queue returned true.
14189 2017-05-02  Richard Biener  <rguenther@suse.de>
14191         * common.opt (fstrict-overflow): Alias negative to fwrapv.
14192         * doc/invoke.texi (fstrict-overflow): Remove all traces of
14193         -fstrict-overflow documentation.
14194         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
14195         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
14196         flag_strict_overflow.
14197         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
14198         * lto-opts.c (lto_write_options): Do not stream it.
14199         * lto-wrapper.c (merge_and_complain): Do not handle it.
14200         * opts.c (default_options_table): Do not set -fstrict-overflow.
14201         (finish_options): Likewise do not clear it when sanitizing.
14202         * simplify-rtx.c (simplify_const_relational_operation): Do not
14203         test flag_strict_overflow.
14205 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14207         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
14208         using enabled attribute.
14209         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
14210         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
14211         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
14212         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
14213         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
14214         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
14215         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
14216         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
14217         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
14218         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
14220 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14222         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
14224 2017-05-02  Richard Biener  <rguenther@suse.de>
14226         PR tree-optimization/80591
14227         Revert
14228         2017-04-10  Richard Biener  <rguenther@suse.de>
14230         * tree-ssa-structalias.c (find_func_aliases): Properly handle
14231         asm inputs.
14233 2017-05-02  Richard Biener  <rguenther@suse.de>
14235         PR tree-optimization/80549
14236         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
14237         (cleanup_tree_cfg_noloop): Create forwarders to known loop
14238         headers if they do not have a preheader.
14240 2017-05-02  Martin Liska  <mliska@suse.cz>
14242         PR other/80589
14243         * common.opt: Fix typo.
14244         * doc/invoke.texi: Likewise.
14246 2017-05-01  Jan Beulich  <jbeulich@suse.com>
14248         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
14249         swapping, add (x,x,m,x,n) alternative.
14251 2017-05-01  Nathan Sidwell  <nathan@acm.org>
14253         * calls.c (combine_pending_stack_adjustment_and_call): Remove
14254         unnecessary unadjusted_alignment check.
14256 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
14258         PR c++/80038
14259         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
14260         operations here.
14261         * gimplify.c (gimplify_cilk_detach): New function.
14262         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
14263         * tree-core.h: Document EXPR_CILK_SPAWN.
14264         * tree.h (EXPR_CILK_SPAWN): Define.
14266 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
14268         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
14269         to use new fixit_hint representation, using the "replace" logic.
14270         (get_line_span_for_fixit_hint): Likewise.
14271         (layout::print_any_fixits): Likewise.
14272         (selftest::test_one_liner_many_fixits): Rename to...
14273         (selftest::test_one_liner_many_fixits_1): ...this, and update
14274         comment and expected output to reflect that the multiple fix-it
14275         hints are now consolidated into one insertion.
14276         (selftest::test_one_liner_many_fixits_2): New test.
14277         (selftest::test_diagnostic_show_locus_one_liner): Update for
14278         above.
14279         (selftest::test_fixit_consolidation): Update for fix-it API
14280         change.
14281         * diagnostic.c (print_parseable_fixits): Likewise.
14282         * edit-context.c (edited_line::m_line_events): Convert from
14283         auto_vec <line_event *> to auto_vec <line_event>.
14284         (class line_event): Convert from abstract base class to a concrete
14285         class, taking over the role of replace_event.
14286         (class insert_event): Delete.
14287         (class replace_event): Rename to class line_event.  Convert to
14288         half-open range.
14289         (edit_context::add_fixits): Reimplement.
14290         (edit_context::apply_insert): Delete.
14291         (edit_context::apply_replace): Rename to...
14292         (edit_context::apply_fixit): ...this.  Convert to half-open range.
14293         (edited_file::apply_insert): Delete.
14294         (edited_file::apply_replace): Rename to...
14295         (edited_file::apply_fixit): ...this.
14296         (edited_line::~edited_line): Drop deletion of events.
14297         (edited_line::apply_insert): Delete.
14298         (edited_line::apply_replace): Rename to...
14299         (edited_line::apply_fixit): ...this.  Convert to half-open range.
14300         Update for change to type of m_line_events.
14301         * edit-context.h (edit_context::apply_insert): Delete.
14302         (edit_context::apply_replace): Rename to...
14303         (edit_context::apply_fixit): ...this.
14305 2017-05-01  Martin Sebor  <msebor@redhat.com>
14307         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
14308         known.
14310 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
14312         PR target/68491
14313         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
14314         __get_cpuid_max returns 0.
14315         (__get_cpuid_count): Ditto.
14317 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
14319         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
14320         replacement expression is another instance of one of its arguments.
14322 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
14324         PR target/79430
14325         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
14326         check for stack push/pop autoinc.
14327         * config/i386/i386.c (ix86_agi_dependent): Return false
14328         if the only reason why modified_in_p returned true is that
14329         addr is SP based and set_insn is a push or pop.
14331 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14333         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
14334         overflow check.
14336 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14338         PR ipa/79224
14339         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
14340         (account_size_time): Use two predicates - exec_pred and
14341         nonconst_pred_ptr.
14342         (evaluate_conditions_for_known_args): Compute both clause and
14343         nonspec_clause.
14344         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
14345         (inline_summary_t::duplicate): Update.
14346         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
14347         separately.
14348         (compute_inline_parameters): Likewise.
14349         (estimate_edge_size_and_time): Update caluclation of time.
14350         (estimate_node_size_and_time): Compute both time and nonspecialized
14351         time.
14352         (estimate_ipcp_clone_size_and_time): Update.
14353         (inline_merge_summary): Update.
14354         (do_estimate_edge_time): Update.
14355         (do_estimate_edge_size): Update.
14356         (do_estimate_edge_hints): Update.
14357         (inline_read_section, inline_write_summary): Stream both new predicates.
14358         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
14359         as argument.
14360         (compute_inlined_call_time): Cleanup.
14361         (big_speedup_p): Update.
14362         (edge_badness): Update.
14363         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
14364         (size_time_entry): Replace predicate by exec_predicate and
14365         nonconst_predicate.
14366         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
14367         (estimate_edge_time): Return also nonspec_time.
14368         (reset_edge_growth_cache): Update.
14370 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
14372         PR rtl-optimization/80491
14373         * ifcvt.c (noce_process_if_block): When looking for x setter
14374         with missing else_bb, don't check only the insn right before
14375         cond_earliest, but look for the last insn that x is modified in
14376         within the same bb.
14378         PR rtl-optimization/80491
14379         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
14381 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
14383         PR tree-optimization/80487
14384         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
14386 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14388         PR tree-optimization/79697
14389         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
14390         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
14391         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
14392         BUILT_IN_STRNDUP.
14393         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
14394         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
14396 2017-04-28  Martin Sebor  <msebor@redhat.com>
14398         PR tree-optimization/80523
14399         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
14400         (init_target_to_host_charmap, target_to_host, target_strtol10): New
14401         functions.
14402         (maybe_warn, format_directive, parse_directive): Use new functions.
14403         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
14405 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
14407         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
14409 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14411         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
14412         target_header_dir): Set correctly.
14413         * configure: Regenerated.
14414         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
14415         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
14416         instead of SYSTEM_HEADER_DIR.
14418 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
14420         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
14421         (estimate_local_effects): Likewise.
14422         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
14423         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
14424         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
14425         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
14426         do_estimate_edge_time, estimate_edge_time): Likewise.
14427         * ipa-inline-analysis.c (estimate_node_size_and_time,
14428         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
14429         (estimate_time_after_inlining): Remove.
14431 2017-04-28  Martin Liska  <mliska@suse.cz>
14433         * doc/gcov.texi: Enhance documentation of gcov.
14435 2017-04-28  Martin Liska  <mliska@suse.cz>
14437         * doc/gcov.texi: Sort options in alphabetic order.
14438         * doc/gcov-dump.texi: Likewise.
14439         * doc/gcov-tool.texi: Likewise.
14440         * gcov.c (print_usage): Likewise.
14441         * gcov-dump.c (print_usage): Likewise.
14442         * gcov-tool.c (print_merge_usage_message): Likewise.
14443         (print_rewrite_usage_message): Likewise.
14444         (print_overlap_usage_message): Likewise.
14446 2017-04-28  Martin Liska  <mliska@suse.cz>
14448         PR gcov-profile/53915
14449         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
14451 2017-04-28  Martin Liska  <mliska@suse.cz>
14453         PR gcov-profile/79891
14454         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
14455         is marked by compiler as living on a line.
14456         (get_cycles_count): Remove usage of the union.
14457         (output_intermediate_file): Likewise.
14458         (find_source): Fix GNU coding style.
14459         (accumulate_line_counts): Remove old non-all block mode.
14460         (output_lines): Remove usage of the union.
14461         * profile.c (output_location): Include all BBs, even if
14462         belonging to a same line (and file) as a previous BB.
14464 2017-04-28  Martin Liska  <mliska@suse.cz>
14466         * gcov.c (process_args): Handle new argument 'w'.
14467         (read_graph_file): Assign ID to BBs.
14468         (output_branch_count): Display BB # if verbose flag is set.
14469         (output_lines): Likewise for arcs.
14470         (print_usage): Add '--verbose' option help.
14471         * doc/gcov.texi: Document --verbose (-w) option.
14473 2017-04-28  Martin Liska  <mliska@suse.cz>
14475         * gcov.c (struct block_location_info): New struct.
14476         (process_file): Fill up the new structure.
14477         (read_graph_file): Replace usage of encoding by the newly added
14478         struct.
14479         (add_line_counts): Likewise.
14480         (accumulate_line_counts): Remove usage of the union.
14481         (function_info::function_info): New function.
14482         (function_info::~function_info): Likewise.
14483         (process_file): Call delete instead of release_function.
14484         (release_function): Release the function.
14485         (release_structures): Call delete instead of release_function.
14486         (solve_flow_graph): Replace usage of num_blocks.
14487         (find_exception_blocks): Likewise.
14488         (output_lines): Fix GNU coding style.
14490 2017-04-28  Martin Liska  <mliska@suse.cz>
14492         PR driver/56469
14493         * coverage.c (coverage_remove_note_file): New function.
14494         * coverage.h: Declare the function.
14495         * toplev.c (finalize): Clean if an error has been seen.
14497 2017-04-28  Martin Liska  <mliska@suse.cz>
14499         PR gcov-profile/80031
14500         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
14501         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
14502         * gcov.c (read_graph_file): Read just number of blocks.
14503         * profile.c (branch_prob): Do not stream 0 flags per a basic
14504         block.
14506 2017-04-28  Martin Liska  <mliska@suse.cz>
14508         * gcov-dump.c (tag_*): Add new argument to declarations.
14509         (dump_gcov_file): Likewise.
14510         (tag_blocks): Add and use new argument depth.
14511         (tag_arcs): Likewise.
14512         (tag_lines): Likewise.
14513         (tag_counters): Likewise.
14514         (tag_summary): Likewise.
14515         (dump_working_sets): Use depth to do a proper indentation.
14517 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
14519         PR bootstrap/80531
14520         * cgraph.h (symtab_node::debug_symtab): No longer inline.
14521         * symtab.c (symtab_node::debug_symtab): Move definition here.
14523 2017-04-28  Richard Biener  <rguenther@suse.de>
14525         * lto-streamer.h (LTO_major_version): Bump to 7.
14527 2017-04-28  Richard Biener  <rguenther@suse.de>
14529         * tree-vrp.c (assert_info): New struct.
14530         (add_assert_info): New helper.
14531         (register_edge_assert_for_2): Refactor to add asserts to a vector
14532         of assert_info.
14533         (register_edge_assert_for_1): Likewise.
14534         (register_edge_assert_for): Likewise.
14535         (finish_register_edge_assert_for): New helper actually registering
14536         asserts where live on edge.
14537         (find_conditional_asserts): Adjust.
14538         (find_switch_asserts): Likewise.
14539         (evrp_dom_walker::try_find_new_range): Generalize.
14540         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
14542 2017-04-27  Marek Polacek  <polacek@redhat.com>
14544         PR sanitizer/80349
14545         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
14546         arg10 and arg11 to itype.
14548 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
14550         * doc/extend.texi (Object Size Checking): Improve grammar.
14552 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
14554         PR target/80530
14555         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
14556         that the logic for permitting reciprocal estimates matches that
14557         in use_rsqrt_p.
14559 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14561         PR c++/80534
14562         * tree.c (type_cache_hasher::equal): Only compare
14563         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
14564         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
14565         non-aggregate element types.
14566         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
14567         about the flag on ARRAY_TYPEs in the comment, formatting fix.
14569 2017-04-27  Richard Biener  <rguenther@suse.de>
14571         PR middle-end/80533
14572         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
14573         stripping ARRAY_REFs from MEM_EXPR make sure we're not
14574         keeping a reference to a trailing array.
14576 2017-04-27  Richard Biener  <rguenther@suse.de>
14578         PR middle-end/80539
14579         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
14580         being in loop-closed SSA form conservatively.
14581         (chrec_fold_multiply_poly_poly): Likewise.
14583 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
14585         PR middle-end/79665
14586         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
14587         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
14589 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14591         PR target/77728
14592         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
14593         (aarch64_function_arg_alignment): Return unsigned int again, but still
14594         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
14595         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14596         Don't emit -Wpsabi note.
14597         (aarch64_function_arg_boundary): Likewise.
14598         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14599         caller.
14601 2017-04-26  Nathan Sidwell  <nathan@acm.org>
14603         * tree.h (crc32_unsigned_n): Declare.
14604         (crc32_unsigned, crc32_unsigned): Make inline.
14605         * tree.c (crc32_unsigned_bits): Replace with ...
14606         (crc32_unsigned_n): ... this.
14607         (crc32_unsigned, crc32_byte): Remove.
14608         (crc32_string): Remove unnecessary braces.
14610 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14612         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
14613         * ipa-inline-analysis.c (MAX_TIME): Remove.
14614         (account_size_time): Use sreal for time.
14615         (dump_inline_summary): Update.
14616         (estimate_function_body_sizes): Update.
14617         (estimate_edge_size_and_time): Update.
14618         (estimate_calls_size_and_time): Update.
14619         (estimate_node_size_and_time): Update.
14620         (inline_merge_summary): Update.
14621         (inline_update_overall_summary): Update.
14622         (estimate_time_after_inlining): Update.
14623         (inline_read_section): Update.
14624         (inline_write_summary): Update.
14625         * ipa-inline.c (compute_uninlined_call_time): Update.
14626         (compute_inlined_call_time): Update.
14627         (recursive_inlining): Update.
14628         (inline_small_functions): Update.
14629         (dump_overall_stats): Update.
14630         * ipa-inline.h: Include sreal.h.
14631         (size_time_entry): Turn time to sreal.
14632         (inline_summary): Turn self_time nad time to sreal.
14634 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14636         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
14637         data-streamer.h
14638         (sreal::stream_out, sreal::stream_in): New.
14639         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
14641 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14643         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
14644         environment.
14646 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
14648         PR target/70799
14649         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
14650         Handle ASHIFTRT.
14651         (dimode_scalar_chain::compute_convert_gain): Ditto.
14652         (dimode_scalar_chain::make_vector_copies): Ditto.
14653         (dimode_scalar_chain::convert_reg): Ditto.
14654         (dimode_scalar_chain::convert_insn): Ditto.
14655         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
14656         (VI248_AVX512BW_1): New mode iterator.
14657         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
14658         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
14659         mode iterator.
14661 2017-04-25  Martin Sebor  <msebor@redhat.com>
14663         PR tree-optimization/80497
14664         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
14665         constants are representable in HOST_WIDE_INT.
14666         (parse_directive): Ditto.
14668 2017-04-25  Martin Sebor  <msebor@redhat.com>
14670         PR bootstrap/80486
14671         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
14672         (new_zero_array): Adjust signature.
14673         (dom_info::dom_init): Used unsigned rather that size_t.
14674         (dom_info::dom_info): Same.
14676 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14677             Jakub Jelinek  <jakub@redhat.com>
14679         PR target/77728
14680         * config/arm/arm.c: Include gimple.h.
14681         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14682         returns negative, increment ncrn only if it returned positive.
14683         (arm_needs_doubleword_align): Return int instead of bool,
14684         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
14685         members, but if there is any such non-FIELD_DECL
14686         > PARM_BOUNDARY aligned decl, return -1 instead of false.
14687         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14688         returns negative, increment nregs only if it returned positive.
14689         (arm_setup_incoming_varargs): Likewise.
14690         (arm_function_arg_boundary): Emit -Wpsabi note if
14691         arm_needs_doubleword_align returns negative, return
14692         DOUBLEWORD_ALIGNMENT only if it returned positive.
14694 2017-04-25  Marek Polacek  <polacek@redhat.com>
14696         PR sanitizer/80349
14697         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
14698         first argument to type.
14700 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
14702         PR target/80482
14703         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
14704         type checks to test for compatibility instead of equality.
14706 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14707             Jakub Jelinek  <jakub@redhat.com>
14709         PR target/77728
14710         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
14711         type.
14712         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
14713         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
14714         the alignment computation, but return their maximum in warn_alignment.
14715         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14716         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
14717         is smaller.
14718         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
14719         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14720         caller.
14722 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14724         * config/arc/simdext.md (dmpyh): Fix typo.
14726 2017-04-25  Richard Biener  <rguenther@suse.de>
14728         PR tree-optimization/80492
14729         * alias.c (compare_base_decls): Handle registers with asm
14730         specification conservatively.
14731         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
14732         compare_base_decls returning dont-know properly.
14734 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14736         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
14737         (legitimate_offset_address_p): New function.
14738         (arc_legitimate_address_p): Use above function.
14740 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14742         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
14744 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14746         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
14747         ACCH registers whenever they are available.
14749 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14751         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
14752         double regs fix when not used.
14754 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14756         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
14757         core registers.
14758         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
14759         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
14761 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14763         * config/arc/arc.c (arc_output_addsi): Check for h-register class
14764         when emitting short ADD instructions.
14766 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14768         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
14769         constraint.
14770         (cmpsi_cc_c_insn): Likewise.
14771         (cbranchsi4_scratch): Compute proper instruction length using
14772         compact_hreg_operand.
14773         * config/arc/predicates.md (compact_hreg_operand): New predicate.
14775 2017-04-25  Richard Biener  <rguenther@suse.de>
14777         PR middle-end/80509
14778         * passes.c (pass_manager::pass_manager): Initialize
14779         m_name_to_pass_map.
14781 2017-04-25  Richard Biener  <rguenther@suse.de>
14783         PR tree-optimization/79201
14784         * tree-ssa-sink.c (statement_sink_location): Handle calls.
14786 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14788         PR target/80464
14789         * config/s390/vector.md: Split MEM->GPR vector moves for
14790         non-s_operand addresses.
14792 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14794         PR target/79895
14795         * config/s390/predicates.md (reload_const_wide_int_operand): New
14796         predicate.
14797         * config/s390/s390.md ("movti"): Remove d/P alternative.
14798         ("movti_bigconst"): New pattern definition.
14800 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14802         PR target/80080
14803         * s390-protos.h (s390_expand_cs_hqi): Removed.
14804         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
14805         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
14806         modes as well as CCZ1mode and CCZmode.
14807         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
14808         signature of s390_emit_compare_and_swap.
14809         (s390_expand_cs_hqi): Likewise, make static.
14810         (s390_expand_cs_tdsi): Generate an explicit compare before trying
14811         compare-and-swap, in some cases.
14812         (s390_expand_cs): Wrapper function.
14813         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
14814         atomic_exchange.
14815         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
14816         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
14817         patterns for small and large integers.  Forbid symref memory operands.
14818         Move expander to s390.c.  Require cc register.
14819         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
14820         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
14821         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
14822         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
14823         symref memory operands.  Remove CC mode and call s390_match_ccmode
14824         instead.
14825         ("atomic_exchange<mode>"): Allow and implement all integer modes.
14827 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14829         * config/s390/s390.md (define_peephole2): New peephole to help
14830         combining the load-and-test pattern with volatile memory.
14832 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14834         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
14835         with CCZmode for TARGET_Z196.
14837 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14839         PR rtl-optimization/80501
14840         * combine.c (make_compound_operation_int): Set subreg_code to SET
14841         even for AND with mask of the sign bit of mode.
14843         PR rtl-optimization/80500
14844         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
14845         sum's initial value.
14847 2017-04-25  Julian Brown  <julian@codesourcery.com>
14848             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14850         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
14852 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
14854         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
14856 2017-04-25  Julian Brown  <julian@codesourcery.com>
14857             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14859         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
14860         (thunderx2t99_sha): New Reservation.
14862 2017-04-25  Julian Brown  <julian@codesourcery.com>
14863             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14865         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
14866         type for 1-element load.
14868 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
14870         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
14872 2017-04-24  Martin Jambor  <mjambor@suse.cz>
14874         PR tree-optimization/80293
14875         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
14876         char arrays not totally scalarizable if it is false.
14877         (analyze_all_variable_accesses): Pass correct value in the new
14878         parameter.  Add a statistics counter.
14880 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
14882         PR middle-end/79931
14883         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
14885 2017-04-24  Richard Biener  <rguenther@suse.de>
14887         PR tree-optimization/80494
14888         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
14889         out for complex types.
14891 2017-04-24  Richard Biener  <rguenther@suse.de>
14893         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
14894         * tree-ssa-sccvn.c (print_scc): Print SCC size.
14895         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
14896         (DFS): Adjust and never fail.
14897         (sccvn_dom_walker::fail): Remove.
14898         (sccvn_dom_walker::before_dom_children): Adjust.
14899         (run_scc_vn): Likewise and never fail.
14900         * tree-ssa-pre.c (pass_pre::execute): Adjust.
14901         (pass_fre::execute): Likewise.
14903 2017-04-24  Richard Biener  <rguenther@suse.de>
14905         PR tree-optimization/79725
14906         * tree-ssa-sink.c (statement_sink_location): Return whether
14907         failure reason was zero uses.  Move that check later.
14908         (sink_code_in_bb): Deal with zero uses by removing the stmt
14909         if possible.
14911 2017-04-24  Richard Biener  <rguenther@suse.de>
14913         PR c++/2972
14914         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
14915         pointer-based references.
14917 2017-04-24  Richard Biener  <rguenther@suse.de>
14919         PR bootstrap/79814
14920         * pass_manager.h (pass_manager::operator new): Remove.
14921         (pass_manager::operator delete): Likewise.
14922         * passes.c (pass_manager::operator new): Remove.
14923         (pass_manager::operator delete): Likewise.
14924         (pass_manager::pass_manager): Zero individual pass members.
14926 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
14928         PR target/70799
14929         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
14930         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
14931         Check "XEXP (src, 1)" operand here.
14932         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
14933         Check "XEXP (src, 1)" operand here.
14934         (dimode_scalar_chain::make_vector_copies): Detect count register
14935         of a shift instruction.  Zero extend count register from QImode
14936         to DImode to satisfy vector shift pattern count operand predicate.
14937         Substitute vector shift count operand with a DImode copy.
14938         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
14939         vector register.
14941 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
14943         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
14944         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14945         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
14946         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14947         (UNSPEC_NOREX_MEM): Remove definition.
14949 2017-04-21  Richard Biener  <rguenther@suse.de>
14951         PR tree-optimization/79547
14952         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
14953         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
14954         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
14955         without any constraints.
14957 2017-04-21  Richard Biener  <rguenther@suse.de>
14959         PR tree-optimization/78847
14960         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
14962 2017-04-21  Richard Biener  <rguenther@suse.de>
14964         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
14965         (build_distinct_type_copy): Likewise.
14966         (build_variant_type_copy): Likewise.
14967         * tree.c (build_qualified_type): Pass down mem-stat info.
14968         (build_distinct_type_copy): Likewise.
14969         (build_variant_type_copy): Likewise.
14971 2017-04-21  Richard Biener  <rguenther@suse.de>
14973         PR tree-optimization/80237
14974         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
14975         defaulted to NULL.
14976         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
14977         for a simplified result.
14979 2016-04-21  Richard Biener  <rguenther@suse.de>
14981         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
14982         sth as strict as a simple_iv but a chrec without symbols and an
14983         operand defined in the loop we are peeling (and not some subloop).
14984         (propagate_constants_for_unrolling): Propagate all constants.
14986 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14988         PR target/79804
14989         * config/i386/i386.c (print_reg): Remove assert for disalowed
14990         regno values, call output_operand_lossage instead.
14992 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14994         PR target/78090
14995         * config/i386/constraints.md (Yc): New register constraint.
14996         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
14997         Use Yc constraint for alternative 2 of operand 0.  Remove
14998         preferred_for_speed attribute.
15000 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
15002         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
15003         lastprivate clauses in SIMT case.
15005 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
15007         * doc/invoke.texi (-Wextra-semi): Document new warning option.
15009 2017-04-20  Richard Biener  <rguenther@suse.de>
15011         PR tree-optimization/57796
15012         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
15013         as N scalar stores.
15014         (vect_model_load_cost): Cost gathers as N scalar loads.
15016 2017-04-20  Richard Biener  <rguenther@suse.de>
15018         * ggc-page.c (ggc_allocated_p): Rename to ...
15019         (safe_lookup_page_table_entry): ... this and return the lookup
15020         result.
15021         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
15023 2017-04-20  Richard Biener  <rguenther@suse.de>
15025         PR tree-optimization/80453
15026         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
15027         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
15028         from the conditions.
15029         (vn_phi_eq): Pass them down.
15030         (vn_phi_lookup): Record them.
15031         (vn_phi_insert): Likewise.
15033 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
15035         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
15036         uninitialized variable warning to avoid buffer overrun.
15038 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
15040         PR other/71250
15041         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
15042         is suppressed for '{ 0 }' in C.
15044 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
15046         * BASE-VER: Set to 8.0.0.
15048 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15050         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
15051         priority .init_array and .fini_array section with SECTION_NOTYPE
15052         flag.
15054 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
15056         PR middle-end/80423
15057         * tree.h (build_array_type): Add typeless_storage default argument.
15058         * tree.c (type_cache_hasher::equal): Also compare
15059         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
15060         (build_array_type): Add typeless_storage argument, set
15061         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
15062         recursive call.
15063         (build_nonshared_array_type): Adjust build_array_type_1 caller.
15064         (build_array_type): Likewise.  Add typeless_storage argument.
15066 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
15067             Jakub Jelinek  <jakub@redhat.com>
15069         PR tree-optimization/80426
15070         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
15071         operation on symbolic operands, also compute the overflow for the
15072         invariant part when the operation degenerates into a negation.
15074 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
15076         PR debug/80461
15077         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
15078         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
15080         PR debug/80436
15081         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
15083 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
15085         PR target/80462
15086         * config/avr/avr.c (tree.h): Include it.
15087         (cgraph.h): Include it.
15088         (avr_encode_section_info): Don't warn for uninitialized progmem
15089         variable if it's just an alias.
15091 2017-04-19  Richard Biener  <rguenther@suse.de>
15093         PR ipa/65972
15094         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
15095         when needed by AutoPGO.
15097 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
15099         PR lto/50345
15100         * doc/lto.texi: Remove an extra 'that'.
15102 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
15104         PR rtl-optimization/80429
15105         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
15106         are only used in debug insns.
15108 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
15109             Vladimir Makarov  <vmakarov@redhat.com>
15111         * config/sparc/predicates.md (input_operand): Add comment.  Return
15112         true for any memory operand when LRA is in progress.
15113         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
15115 2017-04-18  Jeff Law  <law@redhat.com>
15117         PR target/74563
15118         * mips.md ({return,simple_return}_internal): Do not overwrite
15119         operands[0].
15121 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15123         PR tree-optimization/80443
15124         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
15125         instead of adding 1, subtract -1 and similarly instead of subtracting
15126         1 add -1.
15128 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
15130         PR rtl-optimization/80357
15131         * haifa-sched.c (tmp_bitmap): New variable.
15132         (model_recompute): Handle duplicate use records.
15133         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
15134         (free_global_sched_pressure_data): Free it.
15136 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15138         Revert:
15139         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15140         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
15141         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
15142         instead of SYSTEM_HEADER_DIR.
15144 2017-04-18  Jeff Law  <law@redhat.com>
15146         PR middle-end/80422
15147         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
15148         predecessors after walking up the insn chain.
15150 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15152         PR debug/80263
15153         * dwarf2out.c (modified_type_die): Try harder not to emit internal
15154         sizetype type into debug info.
15156 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15158         PR target/80099
15159         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
15160         unneeded test for TARGET_UPPER_REGS_SF.
15161         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
15163 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15165         PR sanitizer/80444
15166         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
15167         instead of gsi_after_labels.
15169 2017-04-18  Jeff Law  <law@redhat.com>
15171         * regcprop.c (maybe_mode_change): Avoid creating copies of the
15172         stack pointer.
15174         Revert:
15175         2017-04-13  Jeff Law  <law@redhat.com>
15176         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15177         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15179 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
15181         PR target/79453
15182         * config/avr/avr.c (intl.h): Include it.
15183         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
15185 2017-04-18  Martin Liska  <mliska@suse.cz>
15187         PR gcov-profile/78783
15188         * gcov-tool.c (gcov_output_files): Validate that destination
15189         file is either removed by the tool or by a user.
15191 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15192             Guy Benyei  <guybe@mellanox.com>
15194         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
15195         block, and do not negate it, the stored id is already negative.
15197 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15199         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
15201 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15203         PR target/80098
15204         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
15205         masks of options that should be turned off if the VSX vector
15206         options are turned off.
15207         (OTHER_P8_VECTOR_MASKS): Likewise.
15208         (OTHER_VSX_VECTOR_MASKS): Likewise.
15209         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
15210         rs6000_disable_incompatible_switches to validate no type switches
15211         like -mvsx.
15212         (rs6000_incompatible_switch): New function to disallow turning on
15213         other vector options if -mno-vsx, -mno-power8-vector, or
15214         -mno-power9-vector are specified.
15216 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15218         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
15220 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15222         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
15223         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
15224         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
15225         (ARG_POINTER_CFA_OFFSET): Likewise.
15227 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15229         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
15230         conditions to take advantage of various optimizations.
15232 2017-04-13  Jeff Law  <law@redhat.com>
15234         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15235         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15236         (zero_extendsidi2_dext): Likewise.
15238 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15240         PR sanitizer/80403
15241         * fold-const.c (fold_ternary_loc): Revert
15242         use op0 instead of fold_convert_loc (loc, type, arg0) part of
15243         2017-04-12 change.
15245 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
15247         PR rtl-optimization/80343
15248         * lra-remat.c (update_scratch_ops): Assign original hard reg to
15249         new scratch pseudo.
15251 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
15253         PR sanitizer/80414
15254         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
15255         to ubsan_encode_value.
15257 2017-04-13  Jeff Law  <law@redhat.com>
15259         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
15260         appearing in DEBUG_INSNs.
15262 2017-04-13  Martin Liska  <mliska@suse.cz>
15264         PR gcov-profile/80413
15265         * gcov-io.c (gcov_write_string): Copy to buffer just when
15266         allocated size is greater than zero.
15268 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15270         PR debug/80321
15271         * dwarf2out.c (decls_for_scope): Ignore declarations of
15272         current_function_decl in BLOCK_NONLOCALIZED_VARS.
15274 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
15276         PR lto/69953
15277         * ipa-visibility.c (non_local_p): Fix typos.
15278         (localize_node): When localizing symbol in same comdat group,
15279         dissolve the group only when we know external symbols are going
15280         to be privatized.
15281         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
15283 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15285         PR tree-optimization/79390
15286         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
15287         order does not result in usable sequence, retry with reversed operand
15288         order.
15290         PR sanitizer/80403
15291         PR sanitizer/80404
15292         PR sanitizer/80405
15293         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
15294         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
15295         op0 instead of fold_convert_loc (loc, type, arg0).
15297 2017-04-12  Jeff Law  <law@redhat.com>
15299         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
15300         has a delay slot in the generated code.
15302         * config/cris/cris.md (cris_preferred_reload_class): Return
15303         GENNONACR_REGS rather than GENERAL_REGS.
15305 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15307         PR c/80163
15308         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
15309         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
15310         signedness of the result type.
15312 2017-04-12  Richard Biener  <rguenther@suse.de>
15313             Jeff Law  <law@redhat.com>
15315         PR tree-optimization/80359
15316         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
15317         trim stores to TARGET_MEM_REFs.
15319 2017-04-12  Richard Biener  <rguenther@suse.de>
15321         PR tree-optimization/79390
15322         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
15323         threading case even more.
15325 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
15327         PR target/80382
15328         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
15329         for quad_address_p for TImode, instead of just not indexed_address.
15331 2017-04-12  Richard Biener  <rguenther@suse.de>
15332             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15334         PR middle-end/79671
15335         * alias.c (component_uses_parent_alias_set_from): Handle
15336         TYPE_TYPELESS_STORAGE.
15337         (get_alias_set): Likewise.
15338         * tree-core.h (tree_type_common): Add typeless_storage flag.
15339         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
15340         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
15341         for types containing members with TYPE_TYPELESS_STORAGE.
15342         (place_field): Likewise.
15343         (layout_type): Likewise for ARRAY_TYPE.
15344         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
15345         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
15346         TYPE_TYPELESS_STORAGE.
15347         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
15349 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15351         PR sanitizer/80349
15352         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
15353         first argument to type.
15355 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15357         PR target/80376
15358         PR target/80315
15359         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
15360         CONST0_RTX (mode) rather than const0_rtx where appropriate.
15361         (rs6000_expand_binop_builtin): Likewise.
15362         (rs6000_expand_ternop_builtin): Likewise; also add missing
15363         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
15364         vshasigma built-ins.
15365         * doc/extend.texi: Document that vec_xxpermdi's third argument
15366         must be a constant.
15368 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
15370         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
15371         Use shift_const cost parameter when calculating gain of STV shifts.
15373 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
15375         PR rtl-optimization/70478
15376         * lra-constraints.c (process_alt_operands): Check memory for
15377         disfavoring memory insn operand.
15379 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15381         PR middle-end/80100
15382         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
15383         left shift in unsigned HOST_WIDE_INT type.
15385         PR rtl-optimization/80385
15386         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
15387         (not (neg X)) into (plus X -1) for complex or non-integral modes.
15389         PR libgomp/80394
15390         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
15391         if they have any depend clauses.
15393 2017-04-11  Martin Liska  <mliska@suse.cz>
15395         PR ipa/80212
15396         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
15397         * ipa-split.c (split_function): Create a local comdat symbol
15398         if caller is in a comdat group.
15400 2017-04-11  Martin Liska  <mliska@suse.cz>
15402         PR ipa/80212
15403         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
15404         flags.
15406 2017-04-11  Martin Sebor  <msebor@redhat.com>
15408         PR middle-end/80364
15409         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
15410         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
15411         for INTEGER_TYPE.
15412         (directive::set_width, directive::set_precision, format_character):
15413         Adjust.
15414         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
15415         INTEGER_TYPE.
15417 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
15419         PR target/80389
15420         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
15421         conflict, set target->arch_name instead of target->cpu_name.
15423 2017-04-11  Richard Biener  <rguenther@suse.de>
15425         PR tree-optimization/80374
15426         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
15427         build_zero_cst, remove fold_convertible_p check again.
15429 2017-04-11  Martin Liska  <mliska@suse.cz>
15431         PR sanitizer/70878
15432         * ubsan.c (instrument_object_size): Do not instrument register
15433         variables.
15435 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15437         PR target/80381
15438         * config/i386/i386-builtin-types.def
15439         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
15440         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
15441         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
15442         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
15443         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
15444         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
15445         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
15446         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
15447         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
15448         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
15449         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
15450         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
15451         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
15452         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
15453         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
15454         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
15455         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
15456         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
15457         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
15458         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
15459         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
15460         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
15461         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
15462         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
15463         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
15464         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
15465         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
15466         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
15467         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
15468         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
15469         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
15470         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
15471         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
15472         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
15473         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
15474         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
15475         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
15476         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
15477         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
15478         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
15479         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
15480         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
15481         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
15482         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
15483         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
15484         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
15485         aliases.
15486         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
15487         flag to second_arg_count, handle 4 argument function type _COUNT
15488         aliases, handle second_arg_count on second argument rather than last.
15490 2017-04-10  Jeff Law  <law@redhat.com>
15492         PR tree-optimization/80374
15493         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
15494         record anything if we can not convert integer_zero_node to the
15495         desired type.
15497 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15499         PR target/80108
15500         * config/rs6000/rs6000.c (rs6000_option_override_internal):
15501         Enhance special handling given to the TARGET_P9_MINMAX option in
15502         relation to certain other options.
15504 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
15506         PR tree-optimization/80153
15507         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
15508         remove POINTER_PLUS_EXPR's base part directly, rather than through
15509         aff_tree.
15511 2017-04-10  Richard Biener  <rguenther@suse.de>
15512             Bin Cheng  <bin.cheng@arm.com>
15514         PR tree-optimization/80153
15515         * tree-affine.c (aff_combination_to_tree): Get base pointer from
15516         the first element of pointer type aff_tree.  Build result expr in
15517         aff_tree's type.
15518         (add_elt_to_tree): Convert to type unconditionally.  Remove other
15519         fold_convert calls.
15520         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
15521         (rewrite_use_nonlinear_expr): Check invariant using iv information.
15523 2017-04-10  Richard Biener  <rguenther@suse.de>
15525         * tree-ssa-structalias.c (find_func_aliases): Properly handle
15526         asm inputs.
15528 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
15530         PR rtl-optimization/70478
15531         * lra-constraints.c (curr_small_class_check): New.
15532         (update_and_check_small_class_inputs): New.
15533         (process_alt_operands): Update curr_small_class_check.  Disfavor
15534         alternative insn memory operands.  Check available regs for small
15535         class operands.
15537 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15539         PR target/80057
15540         * config/mips/mips.opt (-mvirt): Update description.
15541         * doc/invoke.texi (-mvirt): Likewise.
15543 2017-04-10  Richard Biener  <rguenther@suse.de>
15545         PR middle-end/80362
15546         * fold-const.c (fold_binary_loc): Look at unstripped ops when
15547         looking for NEGATE_EXPR in -A / -B to A / B folding.
15549 2017-04-10  Martin Liska  <mliska@suse.cz>
15551         PR gcov-profile/80224
15552         * gcov.c (print_usage): Fix usage string.
15553         (get_gcov_intermediate_filename): Remove.
15554         (output_gcov_file): Use both for normal and intermediate format.
15555         (generate_results): Do not initialize special file for
15556         intermediate format.
15558 2017-04-10  Richard Biener  <rguenther@suse.de>
15560         PR tree-optimization/80304
15561         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
15562         for safelen.
15564 2017-04-10  Nathan Sidwell  <nathan@acm.org>
15566         PR target/79905
15567         * config/rs6000/rs6000.c (rs6000_vector_type): New.
15568         (rs6000_init_builtins): Use it.
15570 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15572         * config/arm/arm.md (<mrc>): Add mode to SET source.
15573         (<mrrc>): Likewise.
15575 2017-04-10  Richard Biener  <rguenther@suse.de>
15577         PR middle-end/80344
15578         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
15580 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
15582         PR target/80324
15583         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
15584         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
15585         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
15586         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
15587         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
15588         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
15589         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
15590         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
15591         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
15592         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
15593         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
15594         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
15595         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
15596         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
15597         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
15598         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
15599         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
15600         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
15601         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
15602         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
15603         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
15604         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
15605         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
15607 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
15609         PR rtl-optimization/70478
15610         * lra-constraints.c: Reverse the last patch.
15612 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
15614         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
15615         Add comment for WCHAR_T.
15617 2017-04-08  Martin Liska  <mliska@suse.cz>
15619         Revert:
15620         2017-04-07  Martin Liska  <mliska@suse.cz>
15622         PR ipa/80212
15623         * ipa-split.c (split_function): Add function part to a same comdat
15624         group.
15626 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15628         PR target/80358
15629         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
15631 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
15633         * rs6000/rs6000.c (vec_load_pendulum): Rename...
15634         (vec_pairing): ...to this.
15635         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
15636         (rs6000_sched_init): Adjust for name change.
15637         (struct rs6000_sched_context): Likewise.
15638         (rs6000_init_sched_context): Likewise.
15639         (rs6000_set_sched_context): Likewise.
15641 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
15643         PR target/80322
15644         PR target/80323
15645         PR target/80325
15646         PR target/80326
15647         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
15648         intrinsics.
15649         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
15650         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
15651         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
15653 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
15655         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
15657 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15659         PR rtl-optimization/70703
15660         * ira-color.c (update_conflict_hard_regno_costs): Use
15661         int64_t instead of HOST_WIDE_INT.
15663 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15665         PR rtl-optimization/70478
15666         * lra-constraints.c (process_alt_operands): Disfavor alternative
15667         insn memory operands.
15669 2017-04-07  Jeff Law  <law@redhat.com>
15671         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
15672         CALL and NOTE_INSN_CALL_ARG_LOCATION.
15674 2017-04-07  Martin Liska  <mliska@suse.cz>
15676         PR target/79889
15677         * config/aarch64/aarch64.c (aarch64_process_target_attr):
15678         Show error message instead of an ICE.
15680 2017-04-07  Martin Liska  <mliska@suse.cz>
15682         PR ipa/80212
15683         * ipa-split.c (split_function): Add function part to a same comdat
15684         group.
15686 2017-04-07  Richard Biener  <rguenther@suse.de>
15688         PR middle-end/80341
15689         * tree.c (get_unwidened): Also handle ! for_type case for
15690         INTEGER_CSTs.
15691         * convert.c (do_narrow): Split out from ...
15692         (convert_to_integer_1): ... here.  Do not pass final truncation
15693         type to get_unwidened for TRUNC_DIV_EXPR.
15695 2017-04-07  Richard Biener  <rguenther@suse.de>
15697         * tree-affine.c (wide_int_ext_for_comb): Take type rather
15698         than aff_tree.
15699         (aff_combination_const): Adjust.
15700         (aff_combination_scale): Likewise.
15701         (aff_combination_add_elt): Likewise.
15702         (aff_combination_add_cst): Likewise.
15703         (aff_combination_convert): Likewise.
15704         (add_elt_to_tree): Likewise.  Remove unused argument.
15705         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
15707 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
15709         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
15710         definition.
15711         * config/arm/arm.c (arm_default_short_enums): Use
15712         ARM_DEFAULT_SHORT_ENUMS.
15713         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
15715 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
15717         PR debug/80234
15718         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
15719         members with redundant out-of-class redeclaration.
15721 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15723         PR target/80286
15724         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
15725         * config/i386/i386.md (*zero_extendsidi2):
15726         Add (?*x,*x) and (?*v,*v) alternatives.
15728 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15730         PR target/79733
15731         * config/i386/i386.c (ix86_expand_builtin)
15732         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
15733         mode from insn data. Convert operands to insn operand mode.
15734         Copy operands that don't satisfy insn predicate to a register.
15736 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
15738         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
15739         Update comments.
15741 2017-04-06  Richard Biener  <rguenther@suse.de>
15743         PR tree-optimization/80334
15744         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
15745         preserve alignment of accesses.
15747 2017-04-06  Richard Biener  <rguenther@suse.de>
15749         PR tree-optimization/80262
15750         * tree-sra.c (build_ref_for_offset): Preserve address-space
15751         information.
15752         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
15753         Drop useless address-space information on MEM_REF offsets.
15755 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
15757         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
15759 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15761         PR rtl-optimization/70703
15762         * ira-color.c (update_conflict_hard_regno_costs): Use
15763         HOST_WIDE_INT instead of long.
15765 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
15767         PR target/80298
15768         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
15769         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
15770         is not defined.
15771         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
15772         for x86_64 target.  Handle -m3dnowa option.
15774 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15776         PR rtl-optimization/70703
15777         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
15778         (update_conflict_hard_regno_costs): Use long instead of unsigned
15779         arithmetic for cost calculation.
15781 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15782             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15784         PR sanitizer/80308
15785         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
15786         for big endian.
15788 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
15790         PR target/78002
15791         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
15792         ptr_mode with Pmode throughout.
15793         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
15794         into probe_stack_range and use DImode.
15796 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15798         PR target/79890
15799         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
15800         call_eh_return is true.
15802 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15804         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
15805         Initialize last_match_fntype_index.
15807 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15809         PR target/80310
15810         * tree-nvr.c: Include internal-fn.h.
15811         (pass_return_slot::execute): Ignore internal calls without
15812         direct optab.
15814 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15815             Richard Biener  <rguenther@suse.de>
15817         PR c++/80297
15818         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
15819         captures used multiple times, except for the last use.
15820         * generic-match-head.c: Include gimplify.h.
15822 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15824         PR tree-optimization/79390
15825         * target.h (struct noce_if_info): Declare.
15826         * targhooks.h (default_noce_conversion_profitable_p): Declare.
15827         * target.def (noce_conversion_profitable_p): New target hook.
15828         * ifcvt.h (struct noce_if_info): New type, moved from ...
15829         * ifcvt.c (struct noce_if_info): ... here.
15830         (noce_conversion_profitable_p): Renamed to ...
15831         (default_noce_conversion_profitable_p): ... this.  No longer
15832         static nor inline.
15833         (noce_try_store_flag_constants, noce_try_addcc,
15834         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
15835         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
15836         instead of noce_conversion_profitable_p.
15837         * config/i386/i386.c: Include ifcvt.h.
15838         (ix86_option_override_internal): Don't override
15839         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
15840         (ix86_noce_conversion_profitable_p): New function.
15841         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
15842         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
15843         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
15844         * doc/tm.texi: Regenerated.
15846 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15848         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
15849         correction.
15851 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15853         PR target/80307
15854         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
15855         instructions for small multiply cores.
15857 2017-04-04  Jeff Law  <law@redhat.com>
15859         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
15860         added member.
15861         (mips_expand_vec_perm_const): Initialize elements in orig_perm
15862         that are not set by the loop over the elements.
15864 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15866         PR target/80286
15867         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
15868         int mode, convert_modes it to mode as unsigned, otherwise use
15869         lowpart_subreg to mode rather than SImode.
15870         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
15871         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
15872         Use DImode instead of SImode for the shift count operand.
15873         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
15874         Likewise.
15876 2017-04-04  Richard Biener  <rguenther@suse.de>
15878         PR middle-end/80281
15879         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
15880         arithmetic done for the negate or the plus.  Simplify.
15881         (A - (-B) -> A + B): Likewise.
15882         * fold-const.c (split_tree): Make sure to not negate pointers.
15884 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
15886         PR rtl-optimization/60818
15887         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
15888         a compare of comparisons with the thing compared if this results
15889         in a different machine mode.
15891 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
15893         * alias.c (base_alias_check): Fix typo in comment.
15894         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
15895         * cgraphunit.c (symbol_table::compile): Likewise.
15896         * collect2.c (maybe_run_lto_and_relink): Likewise.
15897         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
15898         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
15899         * config/avr/avr.c (avr_map_op_t): Likewise.
15900         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
15901         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
15902         * config/epiphany/epiphany.md (movcc): Likewise.
15903         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
15904         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
15905         Likewise.
15906         * config/mips/mips.c (mips_save_restore_reg): Likewise.
15907         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
15908         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
15909         * config/sh/sh.c (sh_rtx_costs): Likewise.
15910         * fold-const.c (fold_truth_andor): Likewise.
15911         * genautomata.c (collapse_flag): Likewise.
15912         * gengtype.h (struct type::u::s): Likewise.
15913         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
15914         * input.c (FORMAT_AMOUNT): Likewise.
15915         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
15916         (known_aggs_to_agg_replacement_list): Likewise.
15917         * ipa-inline-analysis.c: Likewise.
15918         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
15919         * ipa-polymorphic-call.c
15920         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
15921         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
15922         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
15923         Likewise.
15924         * modulo-sched.c (apply_reg_moves): Likewise.
15925         * omp-expand.c (build_omp_regions_1): Likewise.
15926         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
15927         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
15928         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
15929         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
15930         * value-prof.c: Likewise.
15931         * var-tracking.c (val_reset): Likewise.
15933 2017-04-03  Richard Biener  <rguenther@suse.de>
15935         PR tree-optimization/80275
15936         * fold-const.c (split_address_to_core_and_offset): Handle
15937         POINTER_PLUS_EXPR.
15939 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
15941         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
15942         descriptors is at least equal to that of functions.
15944 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15946         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
15948 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15950         PR target/80250
15951         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
15952         (mov<IMOD4:mode>): New expander.
15953         (*mov<IMOD4:mode>_internal): New insn and split pattern.
15955 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
15957         PR rtl-optimization/79405
15958         * fwprop.c (propagations_left): New variable.
15959         (forward_propagate_into): Decrement it.
15960         (fwprop_init): Initialize it.
15961         (fw_prop): If the variable has reached zero, stop propagating.
15962         (fwprop_addr): Ditto.
15964 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15966         PR debug/79255
15967         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
15968         a FUNCTION_DECL, pass it as decl instead of origin to
15969         process_scope_var.
15971 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
15973         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
15974         string.
15976 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
15978         PR target/80107
15979         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
15980         TARGET_VSX_SMALL_INTEGER.
15982 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15984         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
15985         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
15987 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15989         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
15990         extraction from odd-numbered MSA register.
15992 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15994         PR middle-end/80173
15995         * expmed.c (store_bit_field_1): Don't attempt to create
15996         a word subreg out of hard registers wider than word if they
15997         have HARD_REGNO_NREGS of 1 for their mode.
15999         PR middle-end/80163
16000         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
16001         conversions to integer types wider than word and pointer.
16003         PR debug/80025
16004         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
16005         (rtx_equal_for_cselib_p): Pass 0 to it.
16006         * cselib.c (cselib_hasher::equal): Likewise.
16007         (rtx_equal_for_cselib_1): Add depth argument.  If depth
16008         is 128, don't look up VALUE locs and punt.  Increment
16009         depth in recursive calls when walking VALUE locs.
16011 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
16013         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
16014         (make_gcov_file_name): Use the canonical path name for generating
16015         the MD5 value.
16016         (read_line): Fix handling of files with ascii null bytes.
16018 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
16020         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
16021         to initialise a vector register instead
16022         of using a const_int.
16024 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
16026         PR translation/80189
16027         * gimplify.c (omp_default_clause): Use %qs instead of %s in
16028         diagnostic messages.
16030 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
16032         PR target/80246
16033         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
16034         (dfp_diex_<mode>): Update mode of operand 1.
16035         * doc/extend.texi (dxex, dxexq): Document change to return type.
16036         (diex, diexq): Document change to argument type.
16038 2017-03-30  Martin Jambor  <mjambor@suse.cz>
16040         PR ipa/77333
16041         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
16042         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
16043         it reflects the signature changes performed at the callee side.
16044         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
16045         to cgraph_build_function_type_skip_args.
16046         (build_function_decl_skip_args): Adjust call to the above function.
16048 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
16050         PR target/80206
16051         * config/i386/sse.md
16052         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
16053         register as dest whenever it is a MEM not rtx_equal_p to the
16054         corresponding dup operand, and when forcing into reg move the
16055         reg into the memory afterwards.
16056         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
16057         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
16058         for the force_reg mode.
16059         (avx512vl_vextractf128<mode>): Use register as dest either
16060         always when a MEM, or when it is a MEM not rtx_equal_p to the
16061         corresponding dup operand, or even not when it is a CONST_VECTOR
16062         depending on the mode and lo vs. hi.
16063         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
16064         parens.
16065         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
16066         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
16067         Likewise.  Require that operands[2] is even.
16068         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
16069         Remove extraneous parens.  Require that operands[2] is a multiple
16070         of 4.
16071         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
16072         operands[0] is a MEM if <mask_applied>, the predicates/constraints
16073         disallow memory then.
16075 2017-03-30  Richard Biener  <rguenther@suse.de>
16077         PR tree-optimization/77498
16078         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
16079         to non-constants over backedges.
16081 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
16083         PR rtl-optimization/80233
16084         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
16085         as last_combined_insn.  Do not test for BARRIER_P separately.
16087 2017-03-29  Andreas Schwab  <schwab@suse.de>
16089         PR ada/80146
16090         * calls.c (prepare_call_address): Convert funexp to Pmode before
16091         copying to temp reg.
16093 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16095         PR tree-optimization/80158
16096         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
16097         Handle possible future case of more than one alternate
16098         interpretation.
16099         (replace_rhs_if_not_dup): Likewise.
16100         (replace_one_candidate): Likewise.
16102 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
16104         PR rtl-optimization/80193
16105         * ira.c (ira): Do not check allocation for LRA.
16107 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
16109         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
16110         (nvptx_output_simt_exit): Declare.
16111         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
16112         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
16113         (init_softstack_frame): Move initialization of crtl->is_leaf to...
16114         (nvptx_declare_function_name): ...here.  Emit declaration of local
16115         memory space buffer for omp_simt_enter insn.
16116         (nvptx_output_unisimt_switch): New.
16117         (nvptx_output_softstack_switch): New.
16118         (nvptx_output_simt_enter): New.
16119         (nvptx_output_simt_exit): New.
16120         * config/nvptx/nvptx.h (struct machine_function): New fields
16121         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
16122         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
16123         (UNSPECV_SIMT_EXIT): Ditto.
16124         (omp_simt_enter_insn): New insn.
16125         (omp_simt_enter): New expansion.
16126         (omp_simt_exit): New insn.
16127         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
16129         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
16130         (expand_GOMP_SIMT_ENTER_ALLOC): New.
16131         (expand_GOMP_SIMT_EXIT): New.
16132         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
16133         (GOMP_SIMT_ENTER_ALLOC): Ditto.
16134         (GOMP_SIMT_EXIT): Ditto.
16135         * target-insns.def (omp_simt_enter): New insn.
16136         (omp_simt_exit): Ditto.
16137         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
16138         simt_dlist.
16139         (lower_rec_simd_input_clauses): Implement SIMT privatization.
16140         (lower_rec_input_clauses): Likewise.
16141         (lower_lastprivate_clauses): Handle SIMT privatization.
16143         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
16144         (ompdevlow_adjust_simt_enter): New.
16145         (find_simtpriv_var_op): New.
16146         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
16147         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
16149         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
16150         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
16151         (copy_decl_for_dup_finish): Ditto.
16153         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
16155 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
16157         PR target/53383
16158         * config/i386/i386.c (ix86_option_override_internal): Always
16159         allow -mpreferred-stack-boundary=3 for 64-bit targets.
16161 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16163         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
16165 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16167         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
16168         mark new edge's irreducible flag accordign to it.
16169         (vect_do_peeling): Check loop preheader edge's irreducible flag
16170         and pass it to function slpeel_add_loop_guard.
16172 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
16174         PR tree-optimization/80218
16175         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
16176         Update block frequencies and counts.
16178 2017-03-28  Richard Biener  <rguenther@suse.de>
16180         PR tree-optimization/78644
16181         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
16182         of a simplification result we may not use it at all.
16184 2017-03-28  Richard Biener  <rguenther@suse.de>
16186         PR ipa/80205
16187         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
16188         without arguments, generate default definition of a SSA name.
16190 2017-03-28  Richard Biener  <rguenther@suse.de>
16192         PR middle-end/80222
16193         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
16194         TYPE_REF_CAN_ALIAS_ALL references.
16195         * fold-const.c (fold_indirect_ref_1): Likewise.
16197 2017-03-28  Martin Liska  <mliska@suse.cz>
16199         PR ipa/80104
16200         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
16201         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
16203 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16204             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
16206         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
16207         (EXTRA_SPECS): Define.
16208         (SUBTARGET_EXTRA_SPECS): Likewise.
16209         (SUBTARGET_CPP_SPEC): Likewise.
16210         * config/arc/elf.h (EXTRA_SPECS): Renamed to
16211         SUBTARGET_EXTRA_SPECS.
16212         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
16214 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16216         * config/arc/simdext.md (vst64_insn): Update pattern.
16217         (vld32wh_insn): Likewise.
16218         (vld32wl_insn): Likewise.
16219         (vld64_insn): Likewise.
16220         (vld32_insn): Likewise.
16222 2017-03-28  Marek Polacek  <polacek@redhat.com>
16224         PR sanitizer/80067
16225         * fold-const.c (fold_comparison): Use protected_set_expr_location
16226         instead of SET_EXPR_LOCATION.
16228 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
16230         * tree.c (add_expr): Avoid name lookup warning.
16232 2017-03-27  Jeff Law  <law@redhat.com>
16234         PR tree-optimization/80216
16235         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
16236         function name.  Limit recursion depth.
16237         (record_temporary_equivalences): Corresponding changes.
16239 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
16241         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
16242         covered first.
16244 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16246         PR target/80102
16247         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
16248         notes.
16249         * cfgcleanup.c (reg_note_cfa_p): New array.
16250         (insns_have_identical_cfa_notes): New function.
16251         (old_insns_match_p): Don't cross-jump in between /f
16252         and non-/f instructions.  If both i1 and i2 are frame related,
16253         verify all CFA notes, their order and content.
16255 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
16257         PR target/78543
16258         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
16259         HImode and SImode with zero extend to DImode to one insn.
16260         (bswap<mode>2_extenddi): Likewise.
16261         (bswapsi2_extenddi): Likewise.
16262         (bswaphi2_extendsi): Likewise.
16263         (bswaphi2): Combine bswap HImode and SImode into one insn.
16264         Separate memory insns from swapping register.
16265         (bswapsi2): Likewise.
16266         (bswap<mode>2): Likewise.
16267         (bswaphi2_internal): Delete, no longer used.
16268         (bswapsi2_internal): Likewise.
16269         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
16270         store, and gpr<-gpr swap insns.
16271         (bswap<mode>2_store): Likewise.
16272         (bswaphi2_reg): Register only splitter, combine with the splitter.
16273         (bswaphi2 splitter): Likewise.
16274         (bswapsi2_reg): Likewise.
16275         (bswapsi2 splitter): Likewise.
16276         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
16277         the insns into load, store, and register/register insns.
16278         (bswapdi2_ldbrx): Likewise.
16279         (bswapdi2_load): Likewise.
16280         (bswapdi2_store): Likewise.
16281         (bswapdi2_reg): Likewise.
16283 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
16285         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
16286         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
16288 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16290         PR target/80103
16291         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
16292         add comments.
16293         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16294         special handling for target option conflicts between dform
16295         options (-mpower9-dform, -mpower9-dform-vector,
16296         -mpower9-dform-scalar) and -mno-direct-move.
16298 2017-03-27  Richard Biener  <rguenther@suse.de>
16300         PR tree-optimization/80181
16301         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
16303 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16305         * config/arc/predicates.md (move_double_src_operand): Replace the
16306         call to move_double_src_operand with a call to address_operand.
16308 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16310         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
16311         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
16312         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
16314 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16316         * config/arc/predicates.md (long_immediate_loadstore_operand):
16317         Consider scaled addresses cases.
16319 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16321         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
16322         restored when in interrupt.
16323         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
16324         doesn't have delay slot.
16326 2017-03-27  Richard Biener  <rguenther@suse.de>
16328         PR ipa/79776
16329         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
16330         inlined thunk clones.
16332 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16334         PR sanitizer/80168
16335         * asan.c (instrument_derefs): Copy over last operand from
16336         original COMPONENT_REF to the new COMPONENT_REF with
16337         DECL_BIT_FIELD_REPRESENTATIVE.
16338         * ubsan.c (instrument_object_size): Likewise.
16340 2017-03-27  Richard Biener  <rguenther@suse.de>
16342         PR tree-optimization/80170
16343         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
16344         sure DR/SCEV didnt fold in constants we do not see when looking
16345         at the reference base alignment.
16347 2017-03-27  Richard Biener  <rguenther@suse.de>
16349         PR middle-end/80171
16350         * gimple-fold.c (fold_ctor_reference): Properly guard against
16351         NULL return value from canonicalize_constructor_val.
16353 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
16355         PR target/80180
16356         * config/i386/i386.c (ix86_expand_builtin)
16357         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
16358         flags reg setting and flags reg using instructions.
16359         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
16360         clobbering instructions to zero extend op2.
16362 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
16364         * doc/install.texi (Configuration) <--with-aix-soname>:
16365         Update link to AIX ld.
16367 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
16369         PR rtl-optimization/80160
16370         PR rtl-optimization/80159
16371         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
16372         reg_alternate_class into account.
16374 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
16376         PR target/80148
16377         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
16378         to consider in curr_insn_transform.
16380 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16382         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
16383         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
16384         and emit_mode_inner.
16386 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16388         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
16389         argument to the overloaded builtin variants.  Use the new flag to
16390         deprecate certain builtin variants.
16391         * config/s390/s390-builtin-types.def: Add new builtin types.
16392         * config/s390/s390-builtins.h: Support new flags field for
16393         overloaded builtins.
16394         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
16395         (s390_macro_to_expand): Enable vector float data type.
16396         (s390_cpu_cpp_builtins_internal): Indicate support of the new
16397         builtins by incrementing the __VEC__ version number.
16398         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
16399         vec_xst.
16400         (s390_resolve_overloaded_builtin): Emit error messages depending
16401         on the builtin flags.
16402         * config/s390/s390.c (s390_expand_builtin): Support additional
16403         flags argument.  Change error message to match the messages
16404         emitted in s390-c.c.
16405         * config/s390/s390.md: New UNSPEC_* constants.
16406         (op_type): Add new instruction types.
16407         * config/s390/vecintrin.h: Add new builtins and test data class
16408         constants.
16409         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
16410         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
16411         (VEC_INEXACT, VEC_NOINEXACT): New constants.
16412         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
16413         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
16414         ("vec_mergel<mode>"): V_HW -> VEC_HW.
16416         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
16417         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
16418         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
16419         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
16421         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
16422         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
16423         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
16424         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
16426         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
16427         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
16428         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
16429         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
16430         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
16431         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
16432         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
16434         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
16435         ("vec_scatter_element<V_HW_4:mode>_DI")
16436         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
16437         ("vec_fpint<mode>", "vflls")
16438         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
16439         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
16440         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
16441         ("*vec_cmphe<mode>_cc"): ... these.
16443         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
16444         mode constant instead of magic value.
16446 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16448         * config/s390/s390.c (s390_expand_vec_compare): Support other
16449         vector floating point modes than just V2DF.
16450         (s390_expand_vcond): Likewise.
16451         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
16452         (s390_cannot_change_mode_class): Prevent mode changes between TF
16453         and V1TF in vector registers.
16454         * config/s390/s390.md (DF, SF): New mode attributes.
16455         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
16456         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
16457         SFmode support for VRs.
16458         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
16459         vector fp modes.
16460         (VFT, VF_HW): New mode iterators.
16461         (vw, sdx): New mode attributes.
16462         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
16463         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
16464         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
16465         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
16466         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
16467         also the new vector floating point modes.  Renaming to ...
16469         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
16470         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
16471         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
16472         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
16473         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
16474         ("vec_unordered<mode>"): ... these.
16476         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
16477         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
16478         ("*vec_extendv2df"): New insn definitions.
16480 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16482         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
16483         ("mulditi3_2", "*muldi3_sign"): New patterns.
16484         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
16485         rename the pattern definition.
16487 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16489         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
16490         expander.
16491         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
16493 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16495         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
16496         instruction if possible.
16497         * config/s390/vector.md (vec_halfnumelts): New mode
16498         attribute.
16499         ("*vec_vllezlf<mode>"): New pattern.
16501 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16503         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
16504         ("popcountv4si2", "popcountv2di2"): Rename to ...
16505         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
16506         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
16507         condition.
16508         ("popcount<mode>2_vxe"): New pattern.
16510 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16512         * common/config/s390/s390-common.c (processor_flags_table): Add
16513         arch12.
16514         * config.gcc: Add arch12.
16515         * config/s390/driver-native.c (s390_host_detect_local_cpu):
16516         Default to arch12 for unknown CPU model numbers.
16517         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
16518         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
16519         PROCESSOR_max sanity check.
16520         * config/s390/s390-opts.h (enum processor_type): Add
16521         PROCESSOR_ARCH12.
16522         * config/s390/s390.c (processor_table): Add arch12.
16523         (s390_expand_builtin): Add check for B_VXE flag.
16524         (s390_issue_rate): Add PROCESSOR_ARCH12.
16525         (s390_get_sched_attrmask): Likewise.
16526         (s390_get_unit_mask): Likewise.
16527         (s390_sched_score): Enable z13 scheduling for arch12.
16528         (s390_sched_reorder): Likewise.
16529         (s390_sched_variable_issue): Likewise.
16530         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
16531         PF_VXE.
16532         (s390_tune_attr): Use z13 scheduling also for arch12.
16533         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
16534         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
16535         (TARGET_VXE_P): New macros.
16536         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
16537         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
16538         * config/s390/s390.opt: Add arch12 as processor_type.
16540 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16542         * config/s390/s390.md
16543         ("fixuns_truncdddi2", "fixuns_trunctddi2")
16544         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
16545         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
16547         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
16548         Rename expanders to ...
16550         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
16551         ("fixuns_truncdddi2_emu"): ... these.
16553         ("fixuns_trunc<mode>si2_emu"): New expander.
16555         ("*fixuns_truncdfdi2_z13"): Rename to ...
16556         ("*fixuns_truncdfdi2_vx"): ... this.
16558 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16560         * config/s390/2964.md: Remove the single element vector compare
16561         instructions which are no longer used.
16562         * config/s390/s390.c (s390_select_ccmode): Remove handling of
16563         vector CCmodes.
16564         (s390_canonicalize_comparison): Remove handling of DFmode
16565         compares.
16566         (s390_expand_vec_compare_scalar): Remove function.
16567         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
16568         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
16569         pattern.
16570         ("*cmp<mode>_ccs"): Add wfcdb instruction.
16572 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16574         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
16575         FP zero.
16576         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
16577         will anyway by matched by mov<mode>_64dfp.
16579 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16581         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
16582         vlef/vstef.  Add missing operand to vleif.
16584 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16586         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
16587         pair for all vector types with 64 bit elements.
16588         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
16589         * config/s390/vector.md (V_HW_64): ... here.
16590         (V_128_NOSINGLE): New mode iterator.
16591         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
16592         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
16593         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
16594         ("*vec_load_pairv2di"): Change to ...
16595         ("*vec_load_pair<mode>"): ... this one.
16597 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16599         * config/s390/constraints.md: Add comments.
16600         (jKK): Reject element sizes > 8 bytes.
16601         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
16602         s_operands.
16603         * config/s390/s390.md: Add the s_operand checks formerly in
16604         s390_split_ok_p to various splitters where they are still
16605         required.
16606         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
16607         for 128 bit vectors.  Plus two splitters.
16609 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16611         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
16612         the file.
16614 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16616         PR target/79893
16617         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
16618         error if the boundary argument is not constant.
16620 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16622         PR rtl-optimization/80112
16623         * loop-doloop.c (doloop_condition_get): Don't check condition
16624         if cmp isn't SET with IF_THEN_ELSE src.
16626 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16628         PR tree-optimization/80158
16629         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
16630         replacing a candidate statement, also replace it for the
16631         candidate's alternate interpretation.
16632         (replace_rhs_if_not_dup): Likewise.
16633         (replace_one_candidate): Likewise.
16635 2017-03-24  Richard Biener  <rguenther@suse.de>
16637         PR tree-optimization/80167
16638         * graphite-isl-ast-to-gimple.c
16639         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
16640         properly.
16641         (translate_isl_ast_to_gimple::get_rename): Likewise.
16643 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16645         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
16646         handling of certain combinations of target options, including the
16647         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
16648         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
16650 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16652         PR target/71436
16653         * config/arm/arm.md (*load_multiple): Add reload_completed to
16654         matching condition.
16656 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16657             Richard Biener  <rguenth@suse.de>
16659         PR tree-optimization/79908
16660         PR tree-optimization/80136
16661         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16662         been cast away, gimplify_and_add suffices.
16664 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
16666         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
16668 2017-03-23  Richard Biener  <rguenther@suse.de>
16670         PR tree-optimization/80032
16671         * gimplify.c (gimple_push_cleanup): Forced unconditional
16672         cleanups still have to go to the conditional_cleanups
16673         sequence.
16675 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
16677         PR tree-optimization/80072
16678         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
16679         to unsigned int.
16680         (next_operand_entry_id): Change type to unsigned int.
16681         (sort_by_operand_rank): Make sure to return the right return value
16682         even if unsigned fields are bigger than INT_MAX.
16683         (struct oecount): Change cnt and id type to unsigned int.
16684         (oecount_hasher::equal): Formatting fix.
16685         (oecount_cmp): Make sure to return the right return value
16686         even if unsigned fields are bigger than INT_MAX.
16687         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
16689         PR c++/80129
16690         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
16691         TREE_READONLY on result if writing it more than once.
16693         PR sanitizer/80110
16694         * doc/invoke.texi (-fsanitize=thread): Document that with
16695         -fnon-call-exceptions atomics are not able to throw
16696         exceptions.
16698         PR sanitizer/80110
16699         * tsan.c: Include tree-eh.h.
16700         (instrument_builtin_call): Call maybe_clean_eh_stmt or
16701         maybe_clean_or_replace_eh_stmt where needed.
16702         (instrument_memory_accesses): Add cfg_changed argument.
16703         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
16704         if it returned true.
16705         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
16707         PR rtl-optimization/63191
16708         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
16709         wrapper function, moved the whole old content into ...
16710         (ix86_delegitimize_address_1): ... this.  New inline function.
16711         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
16712         true as last argument instead of ix86_delegitimize_address.
16714 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16716         * config/aarch64/aarch64.c (generic_branch_cost): Copy
16717         cortexa57_branch_cost.
16719 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16721         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
16723 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16725         PR target/80123
16726         * doc/md.texi (Constraints): Document wA constraint.
16727         * config/rs6000/constraints.md (wA): New.
16728         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
16729         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
16730         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
16731         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
16733 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
16735         PR c++/80029
16736         * gimplify.c (is_oacc_declared): New function.
16737         (oacc_default_clause): Use it to set default flags for acc declared
16738         variables inside parallel regions.
16739         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
16740         declared variables.
16741         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
16742         declare attribute to any decl as necessary.
16744 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16746         PR target/80082
16747         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
16748         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
16749         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
16750         (arm_arch_lpae): This.
16751         * config/arm/arm.c (arm_arch7ve): Rename into ...
16752         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
16753         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
16754         arm_arch_lpae.
16756 2017-03-22  Martin Liska  <mliska@suse.cz>
16758         PR target/79906
16759         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
16760         error message instead of an ICE.
16762 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16764         * doc/extend.texi (6.11 Additional Floating Types): Revise.
16766 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16768         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
16769         comments.
16770         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16771         comments.
16773 2017-03-21  Martin Sebor  <msebor@redhat.com>
16775         * doc/extend.texi: Use "cannot" instead of "can't."
16776         * doc/hostconfig.texi: Same.
16777         * doc/install.texi: Same.
16778         * doc/invoke.texi: Same.
16779         * doc/loop.texi: Same.
16780         * doc/md.texi: Same.
16781         * doc/objc.texi: Same.
16782         * doc/rtl.texi: Same.
16783         * doc/tm.texi: Same.
16784         * doc/tm.texi.in: Same.
16785         * doc/trouble.texi: Same.
16787 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
16789         PR debug/63238
16790         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
16791         (collect_checksum_attributes): Set it.
16792         (die_checksum_ordered): Use it.
16794 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16796         PR tree-optimization/79908
16797         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
16798         change: For a VA_ARG whose LHS has been cast away, use
16799         force_gimple_operand to construct the side effects.
16801 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
16803         PR translation/80001
16804         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
16805         more amenable to translation.
16806         (oacc_loop_auto_partitions): Likewise.
16808 2017-03-21  Marek Polacek  <polacek@redhat.com>
16809             Martin Sebor  <msebor@redhat.com>
16811         PR tree-optimization/80109
16812         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
16813         on INTEGRAL_TYPE_P.
16815 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16816             Segher Boessenkool  <segher@kernel.crashing.org>
16818         PR target/80125
16819         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
16820         check reg_used_between_p between insn and one of succ or succ2
16821         depending on if succ is artificial insn not inserted into insn
16822         stream.
16824 2017-03-21  Martin Liska  <mliska@suse.cz>
16826         PR gcov-profile/80081
16827         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
16828         * doc/gcc.texi: Include gcov-dump stuff.
16829         * doc/gcov-dump.texi: New file.
16831 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
16833         PR rtl-optimization/79150
16834         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
16835         conditional jump, if the jump is the last insn of the loop.
16837 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16838             Richard Biener  <rguenth@suse.de>
16840         PR tree-optimization/79908
16841         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16842         been cast away, use force_gimple_operand to construct the side
16843         effects.
16845 2017-03-21  Martin Liska  <mliska@suse.cz>
16847         PR libfortran/79956
16848         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
16849         to NULL.
16851 2017-03-21  Brad Spengler <spender@grsecurity.net>
16853         PR plugins/80094
16854         * plugin.c (htab_hash_plugin): New function.
16855         (add_new_plugin): Use it and adjust.
16856         (parse_plugin_arg_opt): Adjust.
16857         (init_one_plugin): Likewise.
16859 2017-03-21  Richard Biener  <rguenther@suse.de>
16861         PR tree-optimization/80032
16862         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
16863         if set force the cleanup to happen unconditionally.
16864         (gimplify_target_expr): Push inserted clobbers with force_uncond
16865         to avoid them being removed by control-dependent DCE.
16867 2017-03-21  Richard Biener  <rguenther@suse.de>
16869         PR tree-optimization/80122
16870         * tree-inline.c (copy_bb): Do not expans va-arg packs or
16871         va_arg_pack_len when the inlined call stmt requires pack
16872         expansion itself.
16873         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
16875 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16877         PR sanitizer/78158
16878         * tsan.c (instrument_builtin_call): If the memory model argument
16879         is not a constant, assume it is valid.
16881         PR c/67338
16882         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
16883         avoid UB.
16885 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16887         PR rtl-optimization/79910
16888         * combine.c (can_combine_p): Do not allow combining an I0 or I1
16889         if its dest is used by an insn before I2 (other than the combined
16890         insns themselves, which are properly handled already).
16892 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16894         Revert:
16895         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
16897         * combine.c (record_used_regs): New static function.
16898         (try_combine): Handle situations where there is an additional
16899         instruction between I2 and I3 which needs to have a LOG_LINK
16900         updated.
16902         Revert:
16903         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
16905         * combine.c (try_combine): Delete redundant i1 test.  Call
16906         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16908 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16910         PR target/80083
16911         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
16912         alternatives 13/14.
16914 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16916         PR tree-optimization/80054
16917         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
16918         the optimization if a PHI or any of its arguments is not dominated
16919         by the candidate's basis.  Use gphi* rather than gimple* as
16920         appropriate.
16921         (replace_profitable_candidates): Clean up a gimple* variable that
16922         should be a gphi* variable.
16924 2017-03-20  Martin Sebor  <msebor@redhat.com>
16926         PR c++/52477
16927         * doc/extend.texi (attribute constructor): Document present limitation.
16929 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16931         PR target/79963
16932         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
16933         __POWER9_VECTOR__ #ifdef control, change template definition to
16934         use Power9-specific built-in function.
16935         (vec_any_eq): Likewise.
16936         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
16937         to control outcomes from this test.
16938         (vector_ae_<mode>p): For VEC_F modes, likewise.
16940 2017-03-20  Ian Lance Taylor  <iant@google.com>
16942         * config/i386/i386.c (ix86_function_regparm): Save an extra
16943         register for -fsplit-stack with DECL_STATIC_CHAIN.
16945 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16947         PR target/79912
16948         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
16949         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
16951 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16953         * config/riscv/riscv.c (riscv_print_operand): Use "fence
16954         iorw,ow".
16955         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
16956         iorw,iorw".
16958 2017-03-20  Marek Polacek  <polacek@redhat.com>
16960         PR sanitizer/80063
16961         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
16963 2017-03-20  Richard Biener  <rguenther@suse.de>
16965         PR tree-optimization/80113
16966         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
16967         allocate extra SSA name for PHI def.
16968         (add_close_phis_to_outer_loops): Likewise.
16969         (add_close_phis_to_merge_points): Likewise.
16970         (copy_loop_close_phi_args): Likewise.
16971         (copy_cond_phi_nodes): Likewise.
16973 2017-03-20  Martin Liska  <mliska@suse.cz>
16975         PR middle-end/79753
16976         * tree-chkp.c (chkp_build_returned_bound): Do not build
16977         returned bounds for a LHS that's not a BOUNDED_P type.
16979 2017-03-20  Martin Liska  <mliska@suse.cz>
16981         PR target/79769
16982         PR target/79770
16983         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
16984         COMPLEX_CST and VECTOR_CST.
16986 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16988         PR target/78857
16989         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
16990         target operand.  A new splitter adds the clobber statement in case
16991         the target operand is dead anyway.
16993 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
16995         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
16996         to age-old versions of binutils and glibc.
16998 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
17000         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
17002 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
17004         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
17006 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
17008         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
17009         requirement for binutils 2.13.
17011 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
17013         * combine.c (try_combine): Delete redundant i1 test.  Call
17014         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
17016 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
17018         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
17019         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
17020         contents.
17021         <riscv64-*-elf>: Re-arrange section
17022         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
17023         <riscv32-*-linux>: Likewise.
17024         <riscv64-*-elf>: Likewise
17025         <riscv64-*-linux>: Likewise.
17027 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
17029         PR target/80052
17030         * aarch64.opt(verbose-cost-dump): Fix typo.
17032 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
17034         PR target/79951
17035         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
17036         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
17038 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
17040         * reload.c (find_reloads): When reloading a nonoffsettable address,
17041         use RELOAD_OTHER for it and its address reloads.
17043         PR rtl-optimization/79910
17044         * combine.c (record_used_regs): New static function.
17045         (try_combine): Handle situations where there is an additional
17046         instruction between I2 and I3 which needs to have a LOG_LINK
17047         updated.
17049 2017-03-17  Jeff Law  <law@redhat.com>
17051         PR tree-optimization/71437
17052         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
17053         conditional in the hash table first.
17054         (vrp_dom_walker::before_dom_children): Extract condition from
17055         ASSERT_EXPR.  Record condition, its inverion and any implied
17056         conditions as well.
17058 2017-03-17  Marek Polacek  <polacek@redhat.com>
17059             Markus Trippelsdorf  <markus@trippelsdorf.de>
17061         PR tree-optimization/80079
17062         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
17063         m_stores_head.
17065 2017-03-17  Richard Biener  <rguenther@suse.de>
17067         PR middle-end/80075
17068         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
17069         Properly verify the LHS before the RHS possibly claims to be
17070         handled.
17071         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
17072         do not throw.
17074 2017-03-17  Martin Jambor  <mjambor@suse.cz>
17076         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
17077         (List of -O2 options): Likewise.
17078         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
17079         (-fipa-vrp) New.
17081 2017-03-17  Tom de Vries  <tom@codesourcery.com>
17083         * gcov-dump.c (print_usage): Print bug_report_url.
17085 2017-03-17  Richard Biener  <rguenther@suse.de>
17087         PR middle-end/80050
17088         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
17089         (parser::peek): Likewise.
17091 2017-03-17  Richard Biener  <rguenther@suse.de>
17093         PR tree-optimization/80048
17094         * sese.c (free_sese_info): Properly release rename_map and
17095         copied_bb_map elements.
17097 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
17099         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
17100         Add linked-list forward and backlinks.  Insert on
17101         construction, remove on destruction.
17102         (class pass_store_merging): Add m_stores_head field.
17103         (pass_store_merging::terminate_and_process_all_chains):
17104         Iterate over m_stores_head list.
17105         (pass_store_merging::terminate_all_aliasing_chains):
17106         Likewise.
17107         (pass_store_merging::execute): Check for debug stmts first.
17108         Push new chains onto the m_stores_head stack.
17110 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
17112         PR target/71294
17113         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
17114         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
17115         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
17117 2017-03-16  Jeff Law  <law@redhat.com>
17119         PR tree-optimization/71437
17120         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
17121         member function.  Implementation moved into after_dom_children
17122         member function and into the threader's thread_outgoing_edges
17123         function.
17124         (dom_opt_dom_walker::after_dom_children): Simplify by moving
17125         some code into new thread_outgoing_edges.
17126         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
17127         definition.  Simplify marker handling (do it here).   Assume we always
17128         have the available expression and the const/copies tables.
17129         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
17130         and tree-vrp.c
17131         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
17132         * tree-vrp.c (equiv_stack): No longer file scoped.
17133         (vrp_dom_walker): New class.
17134         (vrp_dom_walker::before_dom_children): New member function.
17135         (vrp_dom_walker::after_dom_children): Likewise.
17136         (identify_jump_threads):  Setup domwalker.  Use it rather than
17137         walking edges in a random order by hand.  Simplify setup/finalization.
17138         (finalize_jump_threads): Remove.
17139         (vrp_finalize): Do not call identify_jump_threads here.
17140         (execute_vrp): Do it here instead and call thread_through_all_blocks
17141         here too.
17143         PR tree-optimization/71437
17144         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
17145         callers changed.
17146         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
17147         callers changed.
17148         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
17149         (dom_opt_dom_walker::thread_across_edge): Remove
17150         handle_dominating_asserts argument.  All callers changed.
17151         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
17152         changes.  Remove calls to lhs_of_dominating_assert.  Other
17153         uses of handle_dominating_asserts turn into unconditional code
17154         (simplify_control_stmt_condition_1): Likewise.
17155         (simplify_control_stmt_condition): Likewise.
17156         (thread_through_normal_block, thread_across_edge): Likewise.
17157         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
17158         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
17159         object if it is not an SSA_NAME.
17160         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
17161         before calling into the VRP specific simplifiers.
17162         (identify_jump_threads): Remove handle_dominating_asserts
17163         argument.
17165 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
17167         PR fortran/79886
17168         * tree-diagnostic.c (default_tree_printer): No longer static.
17169         * tree-diagnostic.h (default_tree_printer): New prototype.
17171 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
17173         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
17174         Change ins into fmov.
17176 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17178         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
17179         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
17180         Use h_con constraint for operand 1.
17181         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
17182         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
17184 2017-03-15  Jeff Law  <law@redhat.com>
17186         PR tree-optimization/71437
17187         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
17188         (record_temporary_equivalences): Use it.
17190         PR tree-optimization/71437
17191         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
17192         tree-ssa-scopedtables.
17193         (lookup_avail_expr, build_and_record_new_cond): Likewise.
17194         (record_conditions, record_cond, vuse_eq): Likewise.
17195         (record_edge_info): Adjust to API tweak of record_conditions.
17196         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
17197         (record_temporary_equivalences, optimize_stmt): Likewise.
17198         (eliminate_redundant_computations): Likewise.
17199         (record_equivalences_from_stmt): Likewise.
17200         * tree-ssa-scopedtables.c: Include options.h and params.h.
17201         (vuse_eq): New function, moved from tree-ssa-dom.c
17202         (build_and_record_new_cond): Likewise.
17203         (record_conditions): Likewise.  Accept vector of conditions rather
17204         than edge_equivalence structure for first argument.
17205         for the first argument.
17206         (avail_exprs_stack::lookup_avail_expr): New member function, moved
17207         from tree-ssa-dom.c.
17208         (avail_exprs_stack::record_cond): Likewise.
17209         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
17210         from tree-ssa-dom.c.
17211         (avail_exprs_stack): Add new member functions lookup_avail_expr
17212         and record_cond.
17213         (record_conditions): Declare.
17215 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
17217         PR target/80017
17218         * lra-constraints.c (process_alt_operands): Increase reject for
17219         reloading an input/output operand.
17221 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
17223         PR target/79038
17224         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
17225         insns to convert from signed/unsigned char/short to IEEE 128-bit
17226         floating point.
17227         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
17229 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
17231         PR target/80019
17232         * config/i386/i386.c (ix86_vector_duplicate_value): Create
17233         subreg of inner mode for values already in registers.
17235 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
17237         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
17238         iteration reg is used after the loop.
17240 2017-03-14  Martin Sebor  <msebor@redhat.com>
17242         PR tree-optimization/79800
17243         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
17244         precision in negative-positive range.
17245         (format_floating): Call non-const overload with adjusted precision.
17247 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
17249         PR target/79947
17250         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
17251         -mpowerpc-gfxopt.
17253 2017-03-14  Martin Sebor  <msebor@redhat.com>
17255         PR middle-end/80020
17256         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
17257         * builtins.def (aligned_alloc): Use it.
17259         PR c/79936
17260         * Makefile.in (GTFILES): Add calls.c.
17261         * calls.c: Include "gt-calls.h".
17263 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
17265         PR rtl-optimization/79728
17266         * regs.h (struct target_regs): New field
17267         x_contains_allocatable_regs_of_mode.
17268         (contains_allocatable_regs_of_mode): New macro.
17269         * reginfo.c (init_reg_sets_1): Initialize it, and change
17270         contains_reg_of_mode so it includes global regs as well.
17271         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
17272         rather than contains_regs_of_mode.
17274 2017-03-14  Martin Liska  <mliska@suse.cz>
17276         * doc/invoke.texi: Document options that can't be combined with
17277         -fcheck-pointer-bounds.
17279 2017-03-14  Martin Liska  <mliska@suse.cz>
17281         PR middle-end/79831
17282         * doc/invoke.texi (-Wchkp): Document the option.
17284 2017-03-14  Martin Liska  <mliska@suse.cz>
17286         * Makefile.in: Install gcov-dump.
17288 2017-03-14  Martin Liska  <mliska@suse.cz>
17290         * multiple_target.c (expand_target_clones): Bail out for
17291         an invalid attribute.
17293 2017-03-14  Richard Biener  <rguenther@suse.de>
17295         * alias.c (struct alias_set_entry): Pack properly.
17296         * cfgloop.h (struct loop): Likewise.
17297         * cse.c (struct set): Likewise.
17298         * ipa-utils.c (struct searchc_env): Likewise.
17299         * loop-invariant.c (struct invariant): Likewise.
17300         * lra-remat.c (struct cand): Likewise.
17301         * recog.c (struct change_t): Likewise.
17302         * rtl.h (struct address_info): Likewise.
17303         * symbol-summary.h (function_summary): Likewise.
17304         * tree-loop-distribution.c (struct partition): Likewise.
17305         * tree-object-size.c (struct object_size_info): Likewise.
17306         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
17307         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
17308         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
17309         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
17310         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
17311         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
17312         (struct _stmt_vec_info): Likewise.
17314 2017-03-14  Martin Liska  <mliska@suse.cz>
17316         PR target/79892
17317         * multiple_target.c (create_dispatcher_calls): Check that
17318         a target can create a function dispatcher.
17320 2017-03-14  Martin Liska  <mliska@suse.cz>
17322         PR lto/66295
17323         * multiple_target.c (expand_target_clones): Drop local.local
17324         flag for default implementation.
17326 2017-03-14  Richard Biener  <rguenther@suse.de>
17328         PR tree-optimization/80030
17329         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
17331 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
17333         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
17334         gcc_fallthrough() instead of __attribute__((fallthrough));
17336 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17338         * doc/gcc.texi: Remove "up" link to (DIR).
17339         * doc/gccint.texi: Ditto.
17341 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17343         * doc/install.texi (Specific) <avr>: Remove reference to
17344         binutils 2.13.
17346 2017-03-13  Jeff Law  <law@redhat.com>
17348         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
17349         attribute rather than comments.
17351         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
17352         match_scratch operand is highest.
17354 2017-03-13  Martin Liska  <mliska@suse.cz>
17356         PR middle-end/78339
17357         * ipa-pure-const.c (warn_function_noreturn): If the declarations
17358         is a CHKP clone, use original declaration.
17360 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17362         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
17363         (arc_conditional_register_usage): Use a different allocation order
17364         when optimizing for size.
17365         * common/config/arc/arc-common.c (arc_option_optimization_table):
17366         Section anchors default on when optimizing for size.
17368 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17370         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
17372 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17374         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
17375         * config/arc/arc.md (cpu_facility): Add cd variant.
17376         (*movqi_insn): Add code density variant.
17377         (*movhi_insn): Likewise.
17378         (*movqi_insn): Likewise.
17379         (*addsi3_mixed): Likewise.
17380         (subsi3_insn): Likewise.
17382 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17384         * config/arc/arc.md (movsi_cond_exec): Update constraint.
17386 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17388         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
17389         expressions with MINUS and UNARY ops.
17391 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17393         PR target/79911
17394         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
17395         Rename to...
17396         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
17397         between vec_select and vector argument.
17398         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
17399         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
17400         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
17401         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
17402         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
17403         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
17405 2017-03-13  Richard Biener  <rguenther@suse.de>
17407         PR other/79991
17408         * params.def (vect-max-peeling-for-alignment): Fix typo.
17410 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17412         * doc/install.texi (Specific) <mips-*-*>: Remove description of
17413         issue that only occurred with binutils below 2.18.
17415 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17417         * doc/install.texi (Specific) <cris-axis-elf>: No longer
17418         refer to binutils 2.11/2.12 minimum.
17420 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17422         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
17423         ftp.kernel.org and simplify binutils requirement.
17425 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
17427         * doc/invoke.texi (Warning Options): Fix spelling of link-time
17428         optimization.
17429         (Optimize Options): Ditto.  Also remove redundancy.
17431 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17433         PR translation/79848
17434         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
17435         "%qs".
17436         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
17437         to G_ to avoid double translation.
17439 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17441         PR translation/79923
17442         * auto-profile.c (get_combined_location): Convert leading
17443         character of diagnostics to lower case and remove trailing period.
17444         (read_profile): Likewise for various diagnostics.
17445         * config/arm/arm.c (arm_option_override): Remove trailing period
17446         from various diagnostics.
17447         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
17448         (msp430_expand_delay_cycles): Likewise.
17450 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17452         PR target/79925
17453         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
17454         full command-line argument, rather than just "str".
17455         (aarch64_validate_march): Likewise.
17456         (aarch64_validate_mtune): Likewise.
17458 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
17460         PR rtl-optimization/78911
17461         * lra-assigns.c (must_not_spill_p): New function.
17462         (spill_for): Use it.
17464 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17466         PR tree-optimization/79981
17467         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
17468         ATOMIC_COMPARE_EXCHANGE ifn result.
17469         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
17470         IFN_ATOMIC_COMPARE_EXCHANGE.
17472 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17474         PR driver/79875
17475         * opts.c (parse_sanitizer_options): Add missing question mark to
17476         "did you mean" message.
17478 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17480         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
17481         built-in.
17482         (VMULEUH_UNS): Likewise.
17483         (VMULOUB_UNS): Likewise.
17484         (VMULOUH_UNS): Likewise.
17485         * config/rs6000/rs6000.c (builtin_function_type): Remove
17486         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
17488 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17490         PR bootstrap/79952
17491         * read-rtl-function.c (function_reader::read_rtx_operand): Update
17492         x with result of extra_parsing_for_operand_code_0.
17493         (function_reader::extra_parsing_for_operand_code_0): Convert
17494         return type from void to rtx, returning x.  When reading
17495         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
17496         larger size containing struct block_symbol.
17498 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
17500         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
17501         -mfloat128-hardware without -m64.
17503 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
17505         PR target/79941
17506         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
17507         entries to the case statement that marks unsigned arguments to
17508         overloaded functions.
17510 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17512         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
17513         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
17515 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
17517         PR target/79907
17518         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
17519         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
17521 2017-03-10  Martin Liska  <mliska@suse.cz>
17523         PR target/65705
17524         PR target/69804
17525         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
17526         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
17527         FIELD != NULL.
17529 2017-03-10  Olivier Hainque  <hainque@adacore.com>
17531         * tree-switch-conversion (array_value_type): Start by resetting
17532         candidate type to it's main variant.
17534 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17536         PR rtl-optimization/79909
17537         * combine.c (try_combine): Use simplify_replace_rtx on individual
17538         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
17539         of the whole CALL_INSN_FUNCTION_USAGE.
17541         PR tree-optimization/79972
17542         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
17543         get_range_info on SSA_NAMEs.  Formatting fixes.
17545 2017-03-10  Richard Biener  <rguenther@suse.de>
17546             Jakub Jelinek  <jakub@redhat.com>
17548         PR tree-optimization/77975
17549         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
17550         edge to be constant.
17551         (get_val_for): For constant x return it.  Formatting fix.
17552         (loop_niter_by_eval): Avoid pointless looping if the next iteration
17553         would use the same bases as the current one.
17555 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17557         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
17558         instead of vec_select for V1TImode.
17559         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
17560         longer needed.
17561         (VSX_LE_128): Add V1TI to this mode iterator.
17562         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
17563         (*vsx_le_perm_store_<mode>): Likewise.
17564         (pre-reload splitter for VSX stores): Likewise.
17565         (post-reload splitter for VSX stores): Likewise.
17566         (*vsx_xxpermdi2_le_<mode>): Likewise.
17567         (*vsx_lxvd2x2_le_<mode>): Likewise.
17568         (*vsx_stxvd2x2_le_<mode>): Likewise.
17570 2017-03-09  Michael Eager  <eager@eagercon.com>
17572         Correct failures with --enable-checking=yes,rtl.
17574         * config/microblaze/microblaze.c (microblaze_expand_shift):
17575         Replace GET_CODE test with CONST_INT_P and INTVAL test with
17576         test for const0_rtx.
17577         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
17578         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
17580 2017-03-09  Richard Biener  <rguenther@suse.de>
17582         PR tree-optimization/79977
17583         * graphite-scop-detection.c (scop_detection::merge_sese):
17584         Handle the case of extra exits to blocks dominating the entry.
17586 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
17588         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
17589         Document rdynamic.
17591 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
17593         PR rtl-optimization/79949
17594         * lra-constraints.c (process_alt_operands): Check memory when
17595         trying to predict a cycle.  Print about the overall increase.
17597 2017-03-09  Richard Biener  <rguenther@suse.de>
17599         PR middle-end/79971
17600         * gimple-expr.c (useless_type_conversion_p): Preserve
17601         TYPE_SATURATING for fixed-point types.
17603 2017-03-09  Richard Biener  <rguenther@suse.de>
17605         PR ipa/79970
17606         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
17607         alignment of BLKmode params.
17609 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17611         PR target/79913
17612         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
17613         (VALL_NO_V2Q): Likewise.
17614         (VDQF_DF): Delete.
17615         * config/aarch64/aarch64-simd.md
17616         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
17617         iterator.
17618         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
17619         VALL_NO_V2Q mode iterator.
17620         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
17622 2017-03-09  Martin Liska  <mliska@suse.cz>
17624         PR tree-optimization/79631
17625         * tree-chkp-opt.c (chkp_is_constant_addr): Call
17626         tree_int_cst_sign_bit just for INTEGER constants.
17628 2017-03-09  Martin Liska  <mliska@suse.cz>
17630         PR target/65705
17631         PR target/69804
17632         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
17633         sanitizers.
17635 2017-03-09  Marek Polacek  <polacek@redhat.com>
17637         PR c++/79672
17638         * tree.c (inchash::add_expr): Handle TREE_VEC.
17640 2017-03-09  Martin Liska  <mliska@suse.cz>
17642         PR ipa/79764
17643         (chkp_narrow_size_and_offset): New function.
17644         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
17645         (void chkp_parse_bit_field_ref): New function.
17646         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
17647         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
17649 2017-03-09  Martin Liska  <mliska@suse.cz>
17651         PR ipa/79761
17652         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
17653         (chkp_find_bounds_1): Remove gcc_unreachable.
17655 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
17657         PR sanitizer/79944
17658         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
17659         BUILT_IN_SYNC*, determine the access type from the size suffix and
17660         always build a MEM_REF with that type.  Handle forgotten
17661         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
17663         PR target/79932
17664         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
17665         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
17666         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
17667         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
17668         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
17669         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
17670         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
17671         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
17672         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
17673         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
17674         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
17675         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
17676         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
17677         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
17678         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
17679         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
17680         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
17681         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
17682         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
17683         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
17684         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
17685         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
17686         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
17687         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
17688         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
17689         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
17690         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
17691         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
17692         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
17693         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
17694         definitions outside of __OPTIMIZE__ guarded section.
17696         PR target/79932
17697         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
17698         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
17699         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
17700         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
17701         guarded section.
17703 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17705         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
17706         ("vfenez<mode>"): Add missing constraints.
17708 2017-03-08  Martin Sebor  <msebor@redhat.com>
17710         PR target/79928
17711         * config/nds32/nds32.c (nds32_option_override):
17712         Fix misspelled diagnostic.
17714 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17716         PR c/79940
17717         * gimplify.c (gimplify_omp_for): Replace index var in outer
17718         taskloop statement with an artificial variable and add
17719         OMP_CLAUSE_PRIVATE clause for it.
17721 2017-03-08  Richard Biener  <rguenther@suse.de>
17723         PR tree-optimization/79955
17724         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
17725         for accesses that are completely outside of the variable.
17727 2017-03-08  Andrew Haley  <aph@redhat.com>
17729         PR tree-optimization/79943
17730         * tree-ssa-loop-split.c (compute_new_first_bound): When
17731         calculating the new upper bound, (END-BEG) should be added, not
17732         subtracted.
17734 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17736         * config/avr/avr.md (setmemhi): Make sure match_dup
17737         operand number comes before match_scratch.
17739 2017-03-08  Richard Biener  <rguenther@suse.de>
17741         PR tree-optimization/79920
17742         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
17743         with ncopies == 1 to ...
17744         (vect_transform_slp_perm_load): ... here.  Properly compute
17745         all element loads by iterating VF times over the group.  Do
17746         not handle ncopies (computed in a broken way) in
17747         vect_create_mask_and_perm.
17749 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17751         PR sanitizer/79904
17752         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
17753         is a uniform vector, use uniform_vector_p return value instead of
17754         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
17756 2017-03-07  Marek Polacek  <polacek@redhat.com>
17758         PR middle-end/79809
17759         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
17760         (alloca_call_type): Likewise.
17762 2017-03-07  Martin Liska  <mliska@suse.cz>
17764         * gcov.c (process_args): Put comment to correct location.
17766 2017-03-07  Martin Liska  <mliska@suse.cz>
17768         PR middle-end/68270
17769         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
17770         Use array_at_struct_end_p instead of DECL_CHAIN (field).
17771         (chkp_narrow_bounds_for_field): Likewise.
17772         (chkp_parse_array_and_component_ref): Pass one more argument to
17773         call.
17775 2017-03-07  Richard Biener  <rguenther@suse.de>
17777         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
17778         preheaders.
17780 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
17782         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
17783         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
17785 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17787         PR c/79855
17788         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
17789         to end of description.
17790         (PARAM_MAX_STORES_TO_MERGE): Likewise.
17792 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
17794         PR rtl-optimization/79901
17795         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
17796         ...
17797         (*avx512f_<code><mode>3<mask_name>): ... this.
17798         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
17799         iterator instead of VI8_AVX2_AVX512BW.
17801         PR rtl-optimization/79901
17802         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
17803         min/max expander, expand it using expand_vec_cond_expr.
17805         PR sanitizer/79897
17806         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
17807         temporary.
17809 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17811         PR c++/79821
17812         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
17813         to void * for PCH reasons.
17814         * dwarf2out.c (output_loc_operands, output_die): Cast
17815         v.val_vec.array to unsigned char *.
17817 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
17819         PR target/77850
17820         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
17821         vector types.
17823 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
17825         PR rtl-optimization/79571
17826         * lra-constraints.c (process_alt_operands): Calculate static
17827         reject and subtract it from overall when only addresses will be
17828         reloaded.
17830 2017-03-06  Julia Koval  <julia.koval@intel.com>
17832         PR target/79793
17833         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
17834         incoming stack boundary to 128 for 64-bit targets.
17836 2017-03-06  Richard Biener  <rguenther@suse.de>
17838         PR tree-optimization/79894
17839         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
17840         to NULL after folding it.
17842 2017-03-06  Richard Biener  <rguenther@suse.de>
17844         PR tree-optimization/79824
17845         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
17846         check disabling peeling for gaps.
17848 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
17850         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
17851         attributes): Document gettimeofday.
17853 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17855         * config/s390/s390.c (s390_option_override_internal): Set
17856         PARAM_MIN_VECT_LOOP_BOUND
17858 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17860         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
17861         * config/s390/s390.md: Likewise.
17863 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17865         PR target/79812
17866         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
17867         (<avx2_avx512>_perm<mode>): Rename to ...
17868         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
17869         of VI8F_256_512.
17870         (<avx512>_perm<mode>_mask): Rename to ...
17871         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
17872         of VI8F_256_512.
17873         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
17874         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
17875         instead of VI8F_256_512.
17876         (avx512f_perm<mode>): New define_expand.
17877         (avx512f_perm<mode>_mask): Likewise.
17878         (avx512f_perm<mode>_1<mask_name>): New define_insn.
17879         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
17881 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17883         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
17884         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
17885         if_then_else.
17886         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
17888 2017-03-06  Martin Liska  <mliska@suse.cz>
17890         PR sanitize/79783
17891         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
17892         when having a SSA NAME w/o VAR_DECL assigned to it.
17894 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17896         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
17897         msa_dpsub_<su>_d): Fix MODE for vec_select.
17899 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17901         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
17902         argument.
17903         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
17905 2017-03-06  Richard Biener  <rguenther@suse.de>
17907         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
17908         * plugin.c (register_plugin_info): Likewise.
17909         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
17911 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
17913         * config/i386/sse.md (sse_storehps, sse_storelps,
17914         avx_<castmode><avxsizesuffix>_<castmode>,
17915         avx512f_<castmode><avxsizesuffix>_<castmode>,
17916         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
17917         in condition that at least one operand is not a MEM.
17919 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17921         PR middle-end/79805
17922         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
17923         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
17924         ECF_NOTHROW.
17925         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
17926         gimple_call_nothrow_p flag based on whether original builtin can throw.
17927         If it can, emit following stmts on the fallthrough edge.
17928         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
17929         don't create new bb if inserting just debug stmts on the edge, try to
17930         insert them on the fallthru bb or just reset debug stmts.
17932 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
17934         PR target/43763
17935         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
17936         restore recog_data (including the operand rtxes inside it) around
17937         the call to get_insn_template.
17939 2017-03-03  Martin Sebor  <msebor@redhat.com>
17941         PR tree-optimization/79699
17942         * context.c (context::~context): Free MPFR caches to avoid
17943         a memory leak on program exit.
17945 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17947         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
17948         Use wide_int::ulow () instead of .elt (0).
17950 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
17952         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
17953         (*pushxf): Limit oF constraint to 32bit targets and add oC
17954         constraint for 64bit targets.
17955         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
17956         (*pushdf): Change rmF constraint to rmC.
17958 2017-03-03  Martin Liska  <mliska@suse.cz>
17960         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
17961         Remove unused variable.
17963 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17965         PR target/79807
17966         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
17967         is a memory operand, increase num_memory.
17968         (ix86_expand_args_builtin): Likewise.
17970 2017-03-03  Jan Hubicka  <jh@suse.cz>
17972         PR lto/79760
17973         * ipa-devirt.c (maybe_record_node): Properly handle
17974         __cxa_pure_virtual visibility.
17976 2017-03-03  Martin Liska  <mliska@suse.cz>
17978         PR tree-optimization/79803
17979         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
17980         assert.
17981         (pass_loop_prefetch::execute): Disabled optimization if an
17982         assumption about L1 cache size is not met.
17984 2017-03-03  Martin Liska  <mliska@suse.cz>
17986         PR rtl-optimization/79574
17987         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
17988         (hash_scan_set): Likewise.
17989         (dump_hash_table): Likewise.
17990         (hoist_code): Likewise.
17992 2017-03-03  Richard Biener  <rguenther@suse.de>
17994         * fixed-value.c (fixed_from_string): Restore use of elt (1)
17995         in place of uhigh ().
17996         (fixed_convert_from_real): Likewise.
17998 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
18000         PR target/79514
18001         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
18003 2017-03-03  Richard Biener  <rguenther@suse.de>
18005         PR middle-end/79818
18006         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
18007         TYPE_OVERFLOW_UNDEFINED check.
18009 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18011         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
18012         numbers.
18013         (vector_ae_<mode>_p): Likewise.
18014         (vector_nez_<mode>_p): Likewise.
18015         (vector_ne_v2di_p): Likewise.
18016         (vector_ae_v2di_p): Likewise.
18017         (vector_ne_<mode>_p): Likewise.
18018         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
18019         numbers.
18020         (vsx_tsqrt<mode>2_fe): Likewise.
18022 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
18024         PR target/79514
18025         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
18027 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
18029         PR rtl-optimization/79780
18030         * cprop.c (one_cprop_pass): When second and further conditional trap
18031         in a single basic block is turned into an unconditional trap, turn it
18032         into a deleted note to avoid RTL verification failures.
18034 2017-03-02  Richard Biener  <rguenther@suse.de>
18036         * fold-const.c (const_binop): Use ulow () instead of elt (0).
18038 2017-03-02  Richard Biener  <rguenther@suse.de>
18040         PR tree-optimization/79345
18041         PR c++/42000
18042         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
18043         param and abort the walk, returning -1 if it is hit.
18044         (walk_aliased_vdefs): Take a limit param and pass it on.
18045         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
18046         defaulting to 0 and return a signed int.
18047         * tree-ssa-uninit.c (struct check_defs_data): New struct.
18048         (check_defs): New helper.
18049         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
18050         about uninitialized memory.
18051         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
18052         bogus uninitialized warning.
18053         (fixed_convert_from_real): Likewise.
18055 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
18057         PR tree-optimization/66768
18058         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
18059         iv_use if base object can't be determined.
18061 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
18063         PR tree-optimization/79345
18064         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
18065         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
18066         (get_pattern_stats): Initialize it.
18067         * genemit.c (gen_expand): Verify match_scratch numbers come after
18068         match_operand/match_dup numbers.
18069         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
18070         match_scratch numbers.
18071         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
18072         Likewise.
18073         * config/s390/s390.md (trunctdsd2): Likewise.
18075 2017-03-02  Richard Biener  <rguenther@suse.de>
18077         * wide-int.h (wide_int_storage::operator=): Implement in terms
18078         of wi::copy.
18080 2017-03-02  Richard Biener  <rguenther@suse.de>
18082         PR tree-optimization/79777
18083         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
18084         the to insert expression to sth existing.
18086 2017-03-01  Martin Sebor  <msebor@redhat.com>
18088         PR middle-end/79692
18089         * gimple-ssa-sprintf.c
18090         (directive::known_width_and_precision): New function.
18091         (format_integer): Use it.
18092         (get_mpfr_format_length): Consider the full range of precision
18093         when computing %g output with the # flag.  Set the likely byte
18094         count to 3 rather than 1 when precision is indeterminate.
18095         (format_floating): Correct the lower bound of precision.
18097 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18099         * doc/invoke.texi: Document default code model for 64-bit Linux.
18101 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
18103         PR target/79752
18104         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
18105         udiv rather than div since input pattern is unsigned.
18107 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
18109         * config/i386/i386.c (print_reg): Warn for values of
18110         unsupported size in integer register.
18112 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
18114         PR target/79439
18115         * config/rs6000/predicates.md (current_file_function_operand): Do
18116         not allow self calls to be local if the function is replaceable.
18118 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18120         PR target/79395
18121         * config/rs6000/altivec.h (vec_ctz and others): Change the
18122         preprocessor macro that controls conditional compilation from
18123         _ARCH_PWR9 to __POWER9_VECTOR__.
18124         (vec_all_ne): Change parameterization of __altivec_scalar_pred
18125         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
18126         control (instead of _ARCH_PWR9 control) so that template
18127         definition uses power9-specific function.
18128         (vec_any_eq): Likewise.
18129         (vec_all_ne): Change macro definition to use a power9-specific
18130         expansion under #ifdef __POWER9_VECTOR__ control (instead of
18131         _ARCH_PWR9 control).
18132         (vec_any_eq) Likewise.
18133         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
18134         expansion for CMPNEF to remove support for xvcmpnesp instruction.
18135         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
18136         support for xvcmpnedp instruction.
18137         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
18138         macro expansion so that Power9 implementation of vec_all_ne does
18139         not use the AltiVec predicate framework.
18140         (VCMPNEH_P): Likewise.
18141         (VCMPNEW_P): Likewise.
18142         (VCMPNED_P): Likewise.
18143         (VCMPNEFP_P): Likewise.
18144         (VCMPNEDP_P): Likewise.
18145         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
18146         implementation of vec_any_eq to not use AltiVec predicate
18147         framework.
18148         (VCMPAEH_P): Likewise.
18149         (VCMPAEW_P): Likewise.
18150         (VCMPAED_P): Likewise.
18151         (VCMPAEFP_P): Likewise.
18152         (VCMPAEDP_P): Likewise.
18153         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
18154         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
18155         not use the AltiVec predicate framework.
18156         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
18157         of vec_any_eq to not use AltiVec predicate framework.
18158         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
18159         support for predefined __POWER9_VECTOR__ macro to indicate that
18160         Power9 instruction selection is enabled.
18161         (altivec_overloaded_builtins): Remove extraneous
18162         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
18163         function argument types RS6000_BTI_bool_V16QI and
18164         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
18165         entry for overloaded function argument types RS6000_BTI_bool_V4SI
18166         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
18167         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
18168         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
18169         Power9 for implementations of vec_cmpne.  Change the signature for
18170         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
18171         (representing vec_all_ne) to remove the previously described first
18172         argument of type RS6000_BTI_INTSI, as this was an artifact of
18173         reliance on the AltiVec predicate framework, which is no longer
18174         used in the implementation of these functions.  Add
18175         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
18176         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
18177         since, unlike the AltiVec predicate framework implementation, we
18178         do not share function descriptors between vec_alle and vec_anyeq.
18179         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
18180         set of modes that receive special treatment even when
18181         TARGET_P9_VECTOR is true.  The special treatment emits code that
18182         does not depend on Power9 instructions.
18183         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
18184         define_expand to not rely on AltiVec predicate framework.
18185         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18186         function.
18187         (vector_ne_v2di_p): Change this define_expand to not rely on
18188         AltiVec predicate framework.
18189         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
18190         function.
18191         (vector_ne_<mode>_p): Change this define_expand to not rely on
18192         AltiVec predicate framework.
18193         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18194         function.
18195         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
18196         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
18197         define_insn pattern.
18198         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
18199         define_insn pattern because the xvcmpne<VSs>. instruction is not
18200         supported.
18201         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
18202         instruction is not supported.
18204 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18206         * config/nvptx/nvptx.c: Include intl.h.
18208 2017-03-01  Martin Jambor  <mjambor@suse.cz>
18210         PR lto/78140
18211         * ipa-prop.h (ipa_bits): Removed field known.
18212         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
18213         to pointers.  Adjusted their comments to warn about their sharing.
18214         (ipcp_transformation_summary): Change bits to a vector of pointers.
18215         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
18216         (ipa_get_ipa_bits_for_value): Declare.
18217         * tree-vrp.h (value_range): Mark as GTY((for_user)).
18218         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
18219         (ipa_bits_hash_table): Likewise.
18220         (ipa_vr_ggc_hash_traits): Likewise.
18221         (ipa_vr_hash_table): Likewise.
18222         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
18223         being pointers and vr_known being removed.
18224         (ipa_set_jf_unknown): Likewise.
18225         (ipa_get_ipa_bits_for_value): New function.
18226         (ipa_set_jfunc_bits): Likewise.
18227         (ipa_get_value_range): New overloaded functions.
18228         (ipa_set_jfunc_vr): Likewise.
18229         (ipa_compute_jump_functions_for_edge): Use the above functions to
18230         construct bits and vr parts of jump functions.
18231         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
18232         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18233         exist.
18234         (ipcp_grow_transformations_if_necessary): Also allocate
18235         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18236         exist.
18237         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
18238         them.  Fix too long lines.
18239         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
18240         vr_known being removed.
18241         (ipa_read_jump_function): Use new setter functions to construct bits
18242         and vr parts of jump functions or set them to NULL.
18243         (write_ipcp_transformation_info): Adjust for bits being pointers.
18244         (read_ipcp_transformation_info): Likewise.
18245         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
18246         space.
18247         Include gt-ipa-prop.h.
18248         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
18249         being pointers.
18250         (ipcp_store_bits_results): Likewise.
18251         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
18252         Do not write to existing jump functions but use a temporary instead.
18254 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18256         PR c++/79681
18257         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
18258         attempt to use its first operand as BIT_FIELD_REF base.
18260 2017-03-01  Richard Biener  <rguenther@suse.de>
18262         PR middle-end/79721
18263         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
18264         interpolating formula in wrapping arithmetic.
18265         (chrec_apply): Convert chrec_evaluate return value to wanted type.
18267 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18269         PR tree-optimization/79734
18270         * tree-vect-generic.c (expand_vector_condition): Optimize
18271         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
18272         Handle VEC_COND_EXPR where comparison has different inner width from
18273         type's inner width.
18275 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
18277         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
18278         markup, and similar issues.  Remove @opindex entries for things
18279         that aren't options.  Add missing -mmpy-option entries.
18281 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18283         PR tree-optimization/79737
18284         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
18285         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
18286         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
18287         instead of byte_size.  Formatting fix.
18288         (shift_bytes_in_array_right): Formatting fix.
18290 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
18292         PR target/79749
18293         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
18294         condition on optimize for the leaf function test.
18296 2017-02-28  Martin Liska  <mliska@suse.cz>
18298         PR lto/79625
18299         * read-rtl-function.c (function_reader::handle_unknown_directive):
18300         Bail out when one uses -flto.
18302 2017-02-28  Martin Liska  <mliska@suse.cz>
18304         * common.opt: Replace space with tabular for options of <number>
18305         type.
18306         * config/i386/i386.opt: Show <number> value for
18307         -mlarge-data-threshold.
18308         * opts.c (print_filtered_help): Do not display number in hexadecimal
18309         format.
18311 2017-02-28  Martin Liska  <mliska@suse.cz>
18313         * common.opt: Fix --help=option -Q for options which are of
18314         an enum type.
18316 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
18318         * config/i386/i386.c (print_reg): Error out for values
18319         of 8-bit size in invalid integer register.
18321 2017-02-28  Martin Sebor  <msebor@redhat.com>
18323         PR tree-optimization/79691
18324         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
18326 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18328         PR target/79729
18329         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
18330         gcc_unreachable with output_operand_lossage.
18332 2017-02-28  Richard Biener  <rguenther@suse.de>
18334         PR tree-optimization/79740
18335         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
18336         inserts.
18337         (visit_nary_op): Insert the nary into the hashtable if we
18338         pattern-matched sth.
18339         * tree-ssa-pre.c (eliminate_insert): Robustify.
18341 2017-02-28  Richard Biener  <rguenther@suse.de>
18343         PR middle-end/79731
18344         * fold-const.c (decode_field_reference): Reject out-of-bound
18345         accesses.
18347 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18349         * config/i386/i386.c: Include intl.h.
18350         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
18351         instead of just cond ? "..." : "...".
18352         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
18353         * coverage.c (read_counts_file): Likewise.
18354         * omp-offload.c: Include intl.h.
18355         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
18356         of just cond ? "..." : "...".
18357         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
18358         of just cond ? "..." : "...".
18360 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
18362         PR target/79742
18363         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
18364         entry, if present.
18365         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
18366         'tune for' CPU name.
18367         * config/arm/arm-cpu-data.h: Regenerated.
18369 2017-02-28  Richard Biener  <rguenther@suse.de>
18371         PR tree-optimization/79732
18372         * tree-inline.c (expand_call_inline): Do not shadow var.
18374 2017-02-28  Richard Biener  <rguenther@suse.de>
18376         PR tree-optimization/79723
18377         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
18378         address-space properly.
18380 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
18382         * doc/optinfo.texi (Optimization groups): Fix option used for
18383         OPTGROUP_ALL.
18384         * doc/invoke.texi (-fopt-info): Document "omp".
18385         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
18386         (OPTGROUP_ALL): Add OPTGROUP_OMP.
18387         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
18388         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
18389         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
18391         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
18392         all users.
18393         * dumpfile.c (optgroup_options): Instead of "openmp", associate
18394         OPTGROUP_OMP with "omp".
18396 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
18398         PR target/79544
18399         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
18400         for arithmetic shift of unsigned V2DI.
18402 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
18404         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
18405         arc/linux.h headers.
18406         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
18407         (LINK_SPEC): Likewise.
18408         (ARC_TLS_EXTRA_START_SPEC): Likewise.
18409         (EXTRA_SPECS): Likewise.
18410         (STARTFILE_SPEC): Likewise.
18411         (ENDFILE_SPEC): Likewise.
18412         (LIB_SPEC): Likewise.
18413         (TARGET_SDATA_DEFAULT): Likewise.
18414         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
18415         (MULTILIB_DEFAULTS): Likewise.
18416         (DWARF2_UNWIND_INFO): Likewise.
18417         * config/arc/big.h: New file.
18418         * config/arc/elf.h: Likewise.
18419         * config/arc/linux.h: Likewise.
18420         * config/arc/t-uClibc: Remove.
18422 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
18424         PR tree-optimization/77536
18425         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
18426         (tree_transform_and_unroll_loop): Use above function to compute the
18427         estimated niter of unrolled loop and use it when scaling profile.
18428         Also use count info rather than frequency if it's non-zero.
18429         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
18430         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
18431         (vect_transform_loop): Call above function.
18433 2017-02-27  Richard Biener  <rguenther@suse.de>
18435         PR tree-optimization/45397
18436         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
18437         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
18438         (visit_nary_op): Add pattern matching for CSEing sign-changed
18439         or truncated operations with wider ones.
18441 2017-02-27  Richard Biener  <rguenther@suse.de>
18443         PR tree-optimization/79690
18444         * tree-vect-stmts.c (vectorizable_store): Use vector type
18445         built from the DR with address-space.
18447 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
18449         * doc/invoke.texi (Optimize Options): Refine the description
18450         of asan-use-after-return.
18452 2017-02-25  Alan Modra  <amodra@gmail.com>
18454         PR rtl-optimization/79584
18455         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
18456         base, not ad->base_term, the reg within base.  Remove assertion
18457         that ad->base == ad->base_term.  Replace gen_int_mode using
18458         bogus mode with const0_rtx.
18460 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
18462         PR middle-end/79396
18463         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
18464         FMA_EXPR like tcc_binary or tcc_unary.
18466         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
18468         PR debug/77589
18469         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
18470         bitfield.
18471         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
18472         (output_loc_operands): Handle DW_OP_call_ref and
18473         DW_OP_GNU_variable_value.
18474         (struct variable_value_struct): New type.
18475         (struct variable_value_hasher): Likewise.
18476         (variable_value_hash): New variable.
18477         (string_types): Remove.
18478         (copy_loc_descr): New function.
18479         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
18480         (prepend_loc_descr_to_each): New function.
18481         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
18482         instead of add_loc_descr_to_each if the first argument is single
18483         location list and the second has multiple.
18484         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
18485         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
18486         when looking for variable value which doesn't have other location info.
18487         (loc_list_from_tree): Formatting fix.
18488         (gen_array_type_die): Simplify DW_AT_string_length handling.
18489         (adjust_string_types): Remove.
18490         (gen_subprogram_die): Don't call adjust_string_types nor test/set
18491         string_types.  Call resolve_variable_values.
18492         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
18493         (resolve_addr_in_expr): Likewise.  Add A argument.
18494         (copy_deref_exprloc): Remove deref argument.  Adjust for the
18495         original expression being DW_OP_GNU_variable_value with optionally
18496         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
18497         optionally after it.
18498         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
18499         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
18500         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
18501         (variable_value_hasher::hash, variable_value_hasher::equal): New
18502         methods.
18503         (resolve_variable_value_in_expr, resolve_variable_value,
18504         resolve_variable_values, note_variable_value_in_expr,
18505         note_variable_value): New functions.
18506         (dwarf2out_early_finish): Call note_variable_value on all toplevel
18507         DIEs.
18509 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
18511         PR c/79677
18512         * opts.h (handle_generated_option): Add GENERATED_P argument.
18513         * opts-common.c (handle_option): Adjust function comment.
18514         (handle_generated_option): Add GENERATED_P argument, pass it to
18515         handle_option.
18516         (control_warning_option): Pass false to handle_generated_option
18517         GENERATED_P.
18518         * opts.c (maybe_default_option): Pass true to handle_generated_option
18519         GENERATED_P.
18520         * optc-gen.awk: Likewise.
18522 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18524         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
18525         a REG, look at the REG it is a SUBREG of.
18526         (splitter for cmpeqsi_t): Ditto.
18528 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18530         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
18531         the special USEs with the pattern of the insn, not the insn itself.
18533 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
18535         PR target/79473
18536         * doc/invoke.texi: Document -mload-store-pairs.
18538 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18539             Sandra Loosemore  <sandra@codesourcery.com>
18541         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
18542         argument isn't a CONST_INT.
18543         (nios2_alternate_compare_const): Assert op is a CONST_INT.
18544         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
18545         (nios2_validate_compare): Bypass alternate compare logic if *op2
18546         is not a CONST_INT.
18547         (ldstwm_operation_p): Return false if first_base is not a REG or
18548         if first_offset is not a CONST_INT.
18550 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18552         * config/cris/cris.md: Use correct operand in a define_peephole2.
18554 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18556         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
18558 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18560         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
18561         this_insn if it is an INSN or JUMP_INSN.
18562         (force_offsettable): Look at base, not at addr.
18563         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
18564         on things that aren't necessarily CONST_INTs.
18566 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
18568         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
18569         -mfpmath=sse is the default also for x86-32 targets with SSE2
18570         instruction set when @option{-ffast-math} is enabled
18572 2017-02-24  Jeff Law  <law@redhat.com>
18574         PR rtl-optimizatoin/79286
18575         * ira.c (update_equiv_regs): Drop may_trap_p exception to
18576         dominance test.
18578 2017-02-24  Richard Biener  <rguenther@suse.de>
18580         PR tree-optimization/79389
18581         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
18582         debug insns.
18584 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
18586         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
18587         function comment to reflect reality.
18588         (loop_exits_before_overflow): Fix typo in function description.
18590 2017-02-24  Richard Biener  <rguenther@suse.de>
18592         PR tree-optimization/79389
18593         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
18594         properly that a threading opportunity exists.  Detect conditional
18595         copy/constant propagation opportunities.
18597 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
18599         * config/visium/visium.md (type): Add trap.
18600         (b): New mode attribute.
18601         (*btst): Rename into...
18602         (*btst<mode>): ...this and adjust.
18603         (*cbranchsi4_btst_insn): Rename into...
18604         (*cbranch<mode>4_btst_insn): ...this and adjust.
18605         (trap): New define_insn.
18607 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18609         PR tree-optimization/79389
18610         * ifcvt.c (struct noce_if_info): Add rev_cond field.
18611         (noce_reversed_cond_code): New function.
18612         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
18613         reversed_comparison_code.  Formatting fix.
18614         (noce_try_store_flag): Test rev_cond != NULL in addition to
18615         reversed_comparison_code.
18616         (noce_try_store_flag_constants): Likewise.
18617         (noce_try_store_flag_mask): Likewise.
18618         (noce_try_addcc): Use rev_cond if non-NULL instead of
18619         reversed_comparison_code.
18620         (noce_try_cmove_arith): Likewise.  Formatting fixes.
18621         (noce_try_minmax, noce_try_abs): Clear rev_cond.
18622         (noce_find_if_block): Initialize rev_cond.
18623         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
18624         instead of false as last argument never attempt to reverse it
18625         afterwards.
18627 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
18629         PR tree-optimization/79663
18630         * tree-predcom.c (combine_chains): Process refs in reverse order
18631         only for ZERO length chains, and add explaining comment.
18633 2017-02-23  Jeff Law  <law@redhat.com>
18635         PR tree-optimization/79578
18636         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
18637         in call to operand_equal_p.
18639 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
18641         PR target/71017
18642         * config/i386/cpuid.h: Fix another undefined behavior.
18644 2017-02-23  Richard Biener  <rguenther@suse.de>
18646         PR tree-optimization/79683
18647         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
18648         vector types for data-refs.
18650 2017-02-23  Martin Liska  <mliska@suse.cz>
18652         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
18654 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18656         PR middle-end/79665
18657         * internal-fn.c (get_range_pos_neg): Moved to ...
18658         * tree.c (get_range_pos_neg): ... here.  No longer static.
18659         * tree.h (get_range_pos_neg): New prototype.
18660         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
18661         are known to be in between 0 and signed maximum inclusive, try to
18662         expand both unsigned and signed divmod and use the cheaper one from
18663         those.
18665 2017-02-22  Jeff Law  <law@redhat.com>
18667         PR tree-optimization/79578
18668         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
18669         to compare base operands.
18671 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
18673         PR target/79211
18674         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
18675         gpc_reg_operand instead of fpr_reg_operand.
18677 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
18679         * config/mips/mips.c (mips_return_in_memory): Force FP
18680         vector types to be returned in memory for o32 ABI.
18682 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18684         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
18685         instead of DW_TAG_member for static data member declarations and don't
18686         set no_linkage_name for static inline data members.
18687         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
18688         to DW_TAG_member.
18690 2017-02-22  Martin Liska  <mliska@suse.cz>
18692         * doc/invoke.texi: Replace inequality signs with square brackets
18693         for -Wnormalized.
18695 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18697         PR tree-optimization/68644
18698         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
18700 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
18702         PR target/78660
18703         * lra-constraints.c (simplify_operand_subreg): Handle
18704         WORD_REGISTER_OPERATIONS targets.
18706 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18708         PR target/70465
18709         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
18710         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
18711         elimination by swapping fld*.
18713 2017-02-22  Richard Biener  <rguenther@suse.de>
18715         PR tree-optimization/79673
18716         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
18717         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
18718         irrelevant address-space qualifiers and avoiding a
18719         ADDR_SPACE_CONVERT_EXPR from fold_convert.
18721 2017-02-22  Richard Biener  <rguenther@suse.de>
18723         PR tree-optimization/79666
18724         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
18725         to not symbolically negate if that may introduce undefined
18726         overflow.
18728 2017-02-22  Martin Liska  <mliska@suse.cz>
18730         PR lto/79587
18731         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
18732         * data-streamer-out.c (streamer_write_gcov_count_stream):
18733         Likewise.
18734         * value-prof.c (stream_out_histogram_value): Make assert more
18735         precise based on type of counter.
18737 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
18739         PR target/79593
18740         * config/i386/i386.md (standard_x87sse_constant_load splitter):
18741         Use nonimmediate_operand instead of memory_operand for operand 1.
18742         (float-extend standard_x87sse_constant_load splitter): Ditto.
18744 2017-02-21  Jeff Law  <law@redhat.com>
18746         PR tree-optimization/79621
18747         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
18748         blocks with edges to themselves.
18750 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18752         PR target/79633
18753         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
18754         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
18755         Use gimple_call_builtin_p.
18757         PR target/79570
18758         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
18759         on temporarily removed DEBUG_INSNs.
18761         PR tree-optimization/79649
18762         * tree-loop-distribution.c (classify_partition): Give up on
18763         non-generic address space loads/stores.
18765 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
18767         * doc/loop.texi (Loop manipulation): Remove nonexistent
18768         tree_ssa_loop_version from the documentation.
18769         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
18771 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18773         PR target/79494
18774         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
18775         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
18776         * config/rs6000/rs6000.c: Include except.h.
18777         (rs6000_expand_split_stack_prologue): Call
18778         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
18780 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18782         PR lto/79579
18783         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
18784         have been analyzed.
18786 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18788         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
18789         for backward compatibility only.
18790         * doc/invoke.texi (Option Summary): Remove all references to
18791         -fipa-cp-alignment.
18793 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
18795         PR target/78660
18796         Revert:
18797         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18799         * lra-constraints.c (curr_insn_transform): Handle
18800         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18802 2017-02-21  Martin Liska  <mliska@suse.cz>
18804         * config/i386/i386.opt: Replace -masm-dialect with -masm.
18806 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
18808         PR translation/79638
18809         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
18811 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
18813         PR ada/67205
18814         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
18815         (arm_function_ok_for_sibcall): Return false for an indirect call by
18816         descriptor if all the argument registers are used.
18817         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
18818         alignment of the function.
18820 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18822         PR tree-optimization/61441
18823         * simplify-rtx.c (simplify_const_unary_operation): For
18824         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
18825         the sNaN unmodified.
18827 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18829         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
18830         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
18831         instead of SYSTEM_HEADER_DIR.
18833 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
18834             Martin LiÅ¡ka  <mliska@suse.cz>
18836         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
18837         Fix typos and grammar, use active voice, and clarify.
18839 2017-02-20  Marek Polacek  <polacek@redhat.com>
18841         PR middle-end/79537
18842         * gimplify.c (gimplify_expr): Handle unused *&&L;.
18844         PR sanitizer/79558
18845         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
18847 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
18849         PR target/79568
18850         * config/i386/i386.c (ix86_expand_builtin): Handle
18851         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
18852         ix86_builtins_isa[fcode].isa as a requirement of those
18853         flags and any other flag in the bitmask.
18854         (ix86_init_mmx_sse_builtins): Use 0 instead of
18855         ~OPTION_MASK_ISA_64BIT as mask.
18856         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
18857         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
18858         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
18859         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
18861 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18863         PR target/78012
18864         * lra-constraints.c (split_reg): Check requested split mode
18865         is supported by the register.
18867 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18869         * lra-constraints.c (simplify_operand_subreg): Remove early
18870         return false.
18872 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18874         PR target/78660
18875         * lra-constraints.c (curr_insn_transform): Tighten condition
18876         for converting SUBREG reloads from OP_OUT to OP_INOUT.
18878 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18880         PR target/78660
18881         * lra-constraints.c (curr_insn_transform): Handle
18882         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18884 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
18886         Revert:
18887         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
18889         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
18891 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
18893         PR c++/69523
18894         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
18895         description.
18897 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
18899         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
18900         for FMA_EXPR.
18902 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
18904         * final.c (last_columnnum, override_columnnum): New variables.
18905         (final_start_function): Set last_columnnum, pass it to begin_prologue
18906         hook and pass 0 to dwarf2out_begin_prologue.
18907         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
18908         to source_line debug hook.
18909         (notice_source_line): Compute last_columnnum and for debug_column_info
18910         return true on column changes.
18911         * debug.h (struct gcc_debug_hooks): Add column argument to
18912         source_line and begin_prologue hooks.
18913         (debug_nothing_int_charstar_int_bool): Remove prototype.
18914         (debug_nothing_int_int_charstar,
18915         debug_nothing_int_int_charstar_int_bool): New prototypes.
18916         (dwarf2out_begin_prologue): Add column argument.
18917         * debug.c (do_nothing_debug_hooks): Adjust source_line and
18918         begin_prologue hooks.
18919         (debug_nothing_int_charstar_int_bool): Remove.
18920         (debug_nothing_int_int_charstar,
18921         debug_nothing_int_int_charstar_int_bool): New functions.
18922         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
18923         through to dwarf2out_source_line.
18924         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
18925         (dwarf2out_source_line): Add column argument, emit it if requested.
18926         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
18927         arguments.
18928         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18929         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18930         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
18931         through to dwarf2out_begin_prologue.
18932         (vmsdbgout_source_line): Add column argument, pass it through to
18933         dwarf2out_source_line.
18934         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
18935         dbxout_source_line caller.
18936         (dbxout_source_line): Add column argument.
18938         * common.opt (gno-column-info, gcolumn-info): New options.
18939         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
18940         (check_die): Also test for multiple DW_AT_decl_column attributes.
18941         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
18942         DW_AT_decl_column if requested.
18943         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
18944         if requested.
18945         (gen_variable_die): Likewise.
18946         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
18947         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
18949         PR target/79569
18950         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
18951         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
18952         (ix86_handle_option): Handle OPT_m3dnowa.
18953         * doc/invoke.texi (-m3dnowa): Document.
18954         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
18955         -m3dnowa instead of -m3dnow -march=athlon.
18957         PR target/79559
18958         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
18959         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
18961 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18963         PR target/79261
18964         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
18965         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
18966         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
18967         generator for vsx_xxpermdi_<mode>_be.
18968         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
18969         force big-endian semantics.
18970         (vsx_xxpermdi_<mode>_be): New define_expand with same
18971         implementation as previous version of vsx_xxpermdi_<mode>.
18973 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
18975         PR tree-optimization/79327
18976         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
18977         variable, its initialization and use.
18979 2017-02-17  Julia Koval  <julia.koval@intel.com>
18981         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
18982         (OPTION_MASK_ISA_PKU_UNSET): New.
18983         (ix86_handle_option): Handle -mrdpid.
18984         * config/i386/cpuid.h (bit_RDPID): New.
18985         * config/i386/driver-i386.c (host_detect_local_cpu):
18986         Detect RDPID feature.
18987         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
18988         * config/i386/i386-c.c (ix86_target_macros_internal):
18989         Handle RDPID flag.
18990         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
18991         (ix86_valid_target_attribute_inner_p): Add "rdpid".
18992         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
18993         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
18994         * config/i386/i386.md (define_insn "rdpid"): New.
18995         * config/i386/i386.opt Add -mrdpid.
18996         * config/i386/immintrin.h (_rdpid_u32): New.
18998 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
19000         PR rtl-optimization/79541
19001         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
19002         instead of transforming it into USE.
19004 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
19006         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
19007         If HONOR_SNANS (SFmode) force the input to a register.
19008         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
19009         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
19010         an frsp or similar insn.
19012 2017-02-17  Martin Liska  <mliska@suse.cz>
19014         PR rtl-optimization/79577
19015         * params.def (selsched-max-sched-times): Increase minimum to 1.
19017 2017-02-17  Martin Liska  <mliska@suse.cz>
19019         PR rtl-optimization/79574
19020         * gcse.c (want_to_gcse_p): Prevent integer overflow.
19022 2017-02-17  Martin Liska  <mliska@suse.cz>
19024         PR tree-optimization/79529
19025         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
19026         ssa_defined_default_def_p to handle cases which are implicitly
19027         defined.
19028         * tree-ssa.c (ssa_defined_default_def_p): New function.
19029         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
19030         which are implicitly defined.
19031         * tree-ssa.h (ssa_defined_default_def_p): Declare.
19033 2017-02-17  Richard Biener  <rguenther@suse.de>
19035         PR middle-end/79576
19036         * params.def (max-ssa-name-query-depth): Limit to 10.
19038 2017-02-17  Richard Biener  <rguenther@suse.de>
19040         PR tree-optimization/79552
19041         * tree-ssa-structalias.c (visit_loadstore): Properly verify
19042         default defs.
19044 2017-02-17  Richard Biener  <rguenther@suse.de>
19046         PR bootstrap/79567
19047         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
19049 2017-02-17  Marek Polacek  <polacek@redhat.com>
19051         PR middle-end/79536
19052         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
19053         (fold_negate_expr): New wrapper.
19055 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
19057         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
19058         Correct terminology and de-emphasize pre-standard behavior.
19060 2017-02-16  Alan Modra  <amodra@gmail.com>
19062         PR rtl-optimization/79286
19063         * ira.c (def_dominates_uses): New function.
19064         (update_equiv_regs): Don't create an equivalence for insns that
19065         may trap where the register def does not dominate the use.
19067 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
19069         PR rtl-optimization/78127
19070         * lra.c (lra): Call lra_eliminate before finish the loop after
19071         lra_constraint.
19073 2017-02-16  Richard Biener  <rguenther@suse.de>
19075         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
19076         isl/isl_val.h.
19077         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
19078         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
19079         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
19080         (isl_val_int_from_wi): New function.
19081         (extract_affine_gmp): Rename to ...
19082         (extract_affine_wi): ... this, take a widest_int.
19083         (extract_affine_int): Just wrap extract_affine_wi.
19084         (add_param_constraints): Use isl_val_int_from_wi.
19085         (add_loop_constraints): Likewise, and extract_affine_wi.
19087 2017-02-15  Jeff Law  <law@redhat.com>
19089         PR middle-end/79521
19090         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
19091         ira_init_register_move_cost_if_necessary.
19093 2017-02-15  Martin Sebor  <msebor@redhat.com>
19095         PR middle-end/32003
19096         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
19097         removed in a prior commit.
19099 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
19101         PR tree-optimization/79347
19102         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
19103         counters during peeling.
19105 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
19107         * Makefile.in (site.exp): Remove "set ISLVER".
19109 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
19111         PR target/79487
19112         * real.c (real_from_integer): Call real_convert even for decimal.
19114 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19116         PR target/79421
19117         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
19119 2017-02-14  Andrew Pinski  <apinski@cavium.com>
19121         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
19122         cores and change the partno/implementer to be correct.
19123         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
19124         the 'B" as the implementer.
19125         * config/aarch64/aarch64-tune.md: Regenerate.
19127 2017-02-14  Carl Love  <cel@us.ibm.com>
19129         * config/rs6000/rs6000.c: Add case statement entry to make the
19130         xvcvuxdsp built-in argument unsigned.
19131         * config/rs6000/vsx.md: Fix the source and return operand types so they
19132         match the instruction definitions from the ISA document.  Fix typo
19133         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
19134         statement.
19136 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
19138         PR target/79282
19139         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
19140         member early_clobber_alts.
19141         * lra-lives.c (reg_early_clobber_p): New.
19142         (process_bb_lives): Use it.
19143         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
19144         (debug_operand_data): Initialize early_clobber_alts.
19145         (setup_operand_alternative): Set up early_clobber_alts.
19146         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
19147         alternatives to new_insn_reg.
19148         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
19149         it.
19150         (lra_update_insn_regno_info): Pass the new arg.
19152 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19154         PR middle-end/79505
19155         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
19156         (new_oacc_loop_raw): Don't clear already cleared fields.
19158         PR target/79481
19159         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
19160         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
19161         _mm512_prefetch_i64gather_ps): New inline functions and macros.
19163 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
19165         PR target/79495
19166         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
19168 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
19170         PR target/79498
19171         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
19172         the extra instruction to the right place to store 128-bit constant
19173         when needed.
19175 2017-02-14  Martin Sebor  <msebor@redhat.com>
19177         PR middle-end/79448
19178         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
19179           warning for strings of unknown length.
19181 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
19183         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
19185 2017-02-14  Jeff Law  <law@redhat.com>
19187         PR target/79404
19188         * ira-costs.c (scan_one_insn): Initialize register move costs
19189         for pseudos seen in USE/CLOBBER insns.
19191         PR tree-optimization/79095
19192         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
19193         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
19194         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
19195         if the operands are known to be not equal, then the resulting range
19196         is ~[0,0].
19197         (intersect_ranges): If the new range is ~[0,0] and the old range is
19198         wide, then prefer ~[0,0].
19199         * tree-vrp.c (overflow_comparison_p_1): New function.
19200         (overflow_comparison_p): New function.
19201         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
19202         if NAME is used in an overflow test.
19203         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
19204         overflow check that can be expressed as an equality test, then adjust
19205         ops to be that equality test.
19207 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19209         * config/s390/s390-builtin-types.def: Remove flags argument.
19210         * config/s390/s390.c (s390_init_builtins): Likewise.
19212 2017-02-14  Martin Liska  <mliska@suse.cz>
19214         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
19215         vector.  Fix trailing white spaces.
19217 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
19219         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
19220         HFmode.
19222 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19224         PR rtl-optimization/68664
19225         * config/arm/arm.c (arm_sched_can_speculate_insn):
19226         New function.  Declare prototype.
19227         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19229 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19231         PR rtl-optimization/68664
19232         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
19233         New function.
19234         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19236 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
19238         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
19239         max skip bytes for function, loop and jump.
19241 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19243         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
19244         ABS_EXPR for gimple dump.
19246 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19248         PR target/79462
19249         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
19251         PR tree-optimization/79408
19252         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
19253         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
19254         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
19255         also if rhs1 is INTEGER_CST.
19257 2017-02-14  Richard Biener  <rguenther@suse.de>
19259         PR middle-end/79432
19260         * tree-into-ssa.c (insert_phi_nodes): When the function can
19261         have abnormal edges rewrite SSA names with broken use-def
19262         dominance out of SSA and register them for PHI insertion.
19264 2017-02-13  Martin Sebor  <msebor@redhat.com>
19266         PR middle-end/79496
19267         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
19268         clearing info.nowrite flag when snprintf size argument is a range.
19270 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19272         * cprop.c (cprop_jump): Add missing space in string literal.
19273         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
19274         (get_constraint_for_component_ref): Likewise.
19275         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
19276         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
19277         * lra-constraints.c (process_alt_operands): Likewise.
19278         * ipa-inline.c (inline_small_functions): Likewise.
19279         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
19280         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
19281         * trans-mem.c (diagnose_tm_1_op): Likewise.
19282         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
19283         (grid_parallel_clauses_gridifiable): Likewise.
19285         * config/nvptx/mkoffload.c (process): Add space in between
19286         , and %d.
19288         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
19289         "MOD4_SSE_REGS" and "ALL_REGS".
19291         * spellcheck.c (test_data): Add , in between "foo" and "food".
19293 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19295         PR target/79449
19296         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
19297         boundary crossing check and subsequent code generation agree.
19299 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19301         * config/aarch64/aarch64.c (has_memory_op): Delete.
19302         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
19303         has_memory_op.
19305 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19307         PR rtl-optimization/79388
19308         PR rtl-optimization/79450
19309         * combine.c (distribute_notes): When removing TEM_INSN for which
19310         corresponding dest has last value recorded, invalidate that last
19311         value.
19313 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19315         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
19316         of explicit '@'.  Add missing assembly comment marker on branch costs
19317         printout.
19319 2017-02-13  Nathan Sidwell  <nathan@acm.org>
19321         * gengtype-lex.l (<in_struct>): Add '/'.
19323 2017-02-13  Martin Liska  <mliska@suse.cz>
19325         PR c/79471
19326         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
19328 2017-02-13  Richard Biener  <rguenther@suse.de>
19330         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
19331         Remove.
19332         * configure: Re-generate.
19333         * config.in: Likewise.
19334         * graphite-dependences.c: Simplify as if
19335         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
19336         * graphite-isl-ast-to-gimple.c: Likewise.
19337         * graphite-optimize-isl.c: Likewise.
19338         * graphite-poly.c: Likewise.
19339         * graphite-sese-to-poly.c: Likewise.
19340         * graphite.h: Likewise.
19341         * toplev.c: Include isl/version.h and use isl_version () for
19342         printing the ISL version.
19343         * doc/install.texi: Update ISL requirement.
19345 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19347         * doc/standards.texi (Standards): Update reference to
19348         Objective-C 2.0.
19350 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19352         * doc/extend.texi (Named Address Spaces): sourceware.org now
19353         defaults to https.
19354         * doc/install.texi (Binaries): Ditto.
19355         (Specific): Ditto.
19357 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19359         * doc/cpp.texi: Replace "stringify"/"stringification" with C
19360         standard terminology "stringize"/"stringizing" throughout.
19361         * doc/cppinternals.texi: Likewise.
19363 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19365         * doc/extend.texi: Fix some spelling mistakes and typos.
19366         * doc/invoke.texi: Likewise.
19368 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19370         PR ipa/79224
19371         * params.def (inline-min-speedup) Change from 10 to 8.
19373 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19375         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
19376         4.5.
19378 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19380         PR ipa/79224
19381         * ipa-inline-analysis.c (get_minimal_bb): New function.
19382         (record_modified): Use it.
19383         (remap_edge_change_prob): Handle also ancestor functions.
19385 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
19387         * doc/contrib.texi (Contributors): Remove broken link into
19388         the Mauve CVS repository.
19390 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19392         PR middle-end/79454
19393         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
19394         result computation whenever lhs doesn't have vector mode, not
19395         just when it has BLKmode.
19397 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19399         * doc/makefile.texi (profiledbootstrap): Refer to the
19400         installation instructions only in textual form.
19402 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19404         PR target/79295
19405         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
19407 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19409         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
19410         (Specific): Update mingw-w64 reference.
19411         (Binaries): Ditto.
19412         (Specific): Remove broken link to Renesas RX processor.
19414 2017-02-10  Richard Biener  <rguenther@suse.de>
19416         * toplev.c (process_options): Do not mention obsolete graphite
19417         options when printing sorry message about missing graphite support.
19418         Mention -floop-nest-optimize.
19420 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
19422         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
19423         (vtst_p16): Likewise.
19424         (vtstq_p8): Likewise.
19425         (vtstq_p16): Likewise.
19426         (vtst_p64): New.
19427         (vtstq_p64): Likewise.
19428         * config/arm/arm_neon.h (vgetq_lane_p64): New.
19429         (vset_lane_p64): New.
19430         (vsetq_lane_p64): New.
19432 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
19434         PR tree-optimization/79411
19435         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
19436         stmt operands are SSA_NAMEs used in abnormal phis.
19437         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
19438         phis.
19440 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19442         PR ipa/70795
19443         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
19444         flag if needed.
19446 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19448         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
19450 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
19452         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
19453         to avoid warning.
19455         PR c/79413
19456         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
19457         not arbitrary TREE_CONSTANT.
19459         PR c/79431
19460         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
19461         "omp declare target link" attribute unless is_global_var.
19462         * omp-offload.c (find_link_var_op): Likewise.
19464 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
19465             Chung-Lin Tang  <cltang@codesourcery.com>
19467         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
19468         OMP_CLAUSE_TILE.
19469         (gimplify_adjust_omp_clauses): Don't delete TILE.
19470         (gimplify_omp_for): Deal with TILE.
19471         * internal-fn.c (expand_GOACC_TILE): New function.
19472         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
19473         (GOACC_TILE): New.
19474         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
19475         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
19476         element fields.
19477         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
19478         avoid DIV for outermost collapse var.
19479         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
19480         Remove out of date comments, fix whitespace.
19481         * omp-general.c (omp_extract_for_data): Deal with tiling.
19482         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
19483         adjust OLF_DIM_BASE value.
19484         (struct omp_for_data): Add tiling field.
19485         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
19486         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
19487         for auto loops.  Remove default auto determining, moved to
19488         oacc_loop_fixed_partitions.
19489         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
19490         stmts, add e_mask field.
19491         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
19492         (oacc_thread_numbers): Use oacc_dim_call.
19493         (oacc_xform_tile): New.
19494         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
19495         (finish_oacc_loop): Adjust for ifns vector.
19496         (oacc_loop_discover_walk): Append loop abstraction sites to list,
19497         add case for GOACC_TILE fns.
19498         (oacc_loop_xform_loop): Delete.
19499         (oacc_loop_process): Iterate over call list directly, and add
19500         handling for GOACC_TILE fns.
19501         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
19502         dump partitioning.
19503         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
19504         vector partitioning to outer loops.  Assign 2 partitions to loops
19505         when available. Add TILE handling.
19506         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
19507         (execite_oacc_device_lower): Process GOACC_TILE fns,
19508         ignore unknown specs.
19509         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
19510         * tree.c (omp_clause_num_ops): Adjust TILE ops.
19511         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
19513 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
19515         * configure.ac (ACX_BUGURL): Update.
19516         * configure: Regenerate.
19518 2017-02-09  Richard Biener  <rguenther@suse.de>
19520         PR tree-optimization/69823
19521         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
19522         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
19524 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19526         * config/arc/arc-c.def: Add __NPS400__ definition.
19527         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
19528         (TARGET_NPS400): Define.
19530 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19532         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
19533         file.
19534         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
19535         pointer, arch_info.
19536         (arc_cpu_types): Fill the arch_info field with a pointer into the
19537         arc_arch_types table.
19538         (arc_selected_cpu): Declare.
19539         * config/arc/arc.c (arc_selected_cpu): Make global.
19540         (arc_selected_arch): Delete.
19541         (arc_base_cpu): Delete.
19542         (arc_override_options): Remove references to deleted variables,
19543         update access to arch information.
19544         (ARC_OPT): Update access to arch information.
19545         (ARC_OPTX): Likewise.
19546         * config/arc/arc.h (arc_base_cpu): Remove declaration.
19547         (TARGET_ARC600): Update access to arch information.
19548         (TARGET_ARC601): Likewise.
19549         (TARGET_ARC700): Likewise.
19550         (TARGET_EM): Likewise.
19551         (TARGET_HS): Likewise.
19552         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
19553         information.
19555 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
19557         PR target/78604
19558         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
19559         condition/operands for integer GE/LE/GEU/LEU operations.
19561 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
19563         PR translation/79397
19564         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
19565         of AltiVec.
19567 2017-02-08  Martin Jambor  <mjambor@suse.cz>
19569         PR ipa/79375
19570         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
19571         whether allocation happened.
19572         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
19573         nothing was allocated.
19575 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
19577         PR tree-optimization/79408
19578         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
19579         constant, but SSA_NAME with a known integer range, use the minimum
19580         of that range instead of op1 to determine if modulo can be replaced
19581         with its first operand.
19583 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19585         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
19587 2017-02-08  Richard Biener  <rguenther@suse.de>
19589         PR tree-optimization/71824
19590         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
19591         Check all loops contained in the merged region.
19593 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19595         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
19597 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19599         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
19600         (thunderxt88): Likewise.
19601         (thunderxt81): Disable LSE and change v8.1 to v8.
19602         (thunderxt83): Likewise.
19604 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19605             Richard Biener  <rguenther@suse.de>
19607         PR middle-end/79399
19608         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
19609         type from int to size_t.
19610         * ira-costs.c (struct_costs_size): Change type from int to size_t.
19612 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19614         PR rtl-optimization/79386
19615         * cprop.c (bypass_conditional_jumps): Initialize
19616         bypass_last_basic_block already before splitting bbs after
19617         unconditional traps...
19618         (bypass_conditional_jumps): ... rather than here.
19620         PR target/79299
19621         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
19622         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
19623         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
19624         fix -masm=intel patterns.
19626 2017-02-07  Richard Biener  <rguenther@suse.de>
19628         PR tree-optimization/79256
19629         PR middle-end/79278
19630         * builtins.c (get_object_alignment_2): Use min_align_of_type
19631         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
19632         and ADJUST_FIELD_ALIGN.
19634         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
19635         type parameter.
19636         * doc/tm.texi: Regenerate.
19637         * stor-layout.c (layout_decl): Adjust.
19638         (update_alignment_for_field): Likewise.
19639         (place_field): Likewise.
19640         (min_align_of_type): Likewise.
19641         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
19642         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
19643         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
19644         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
19645         * config/frv/frv.c (frv_adjust_field_align): Likewise.
19646         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
19647         * config/i386/i386.c (x86_field_alignment): Likewise.
19648         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
19649         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
19650         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
19651         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
19652         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
19653         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
19654          Likewise.
19656         Revert
19657         2017-01-30  Richard Biener  <rguenther@suse.de>
19659         PR tree-optimization/79256
19660         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
19661         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
19662         alignment on TYPE.
19664 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
19666         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
19667         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
19668         builtins to SImode and emit a zero-extend, if necessary.
19670 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19672         * docs/invoke.texi (RISC-V Options): Alphabetize.
19674 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19676         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
19677         options.
19679 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19681         * config/riscv/riscv.c: New file.
19682         * common/config/riscv/riscv-common.c: Likewise.
19683         * config.gcc: Likewise.
19684         * config/riscv/constraints.md: Likewise.
19685         * config/riscv/elf.h: Likewise.
19686         * config/riscv/generic.md: Likewise.
19687         * config/riscv/linux.h: Likewise.
19688         * config/riscv/multilib-generator: Likewise.
19689         * config/riscv/peephole.md: Likewise.
19690         * config/riscv/pic.md: Likewise.
19691         * config/riscv/predicates.md: Likewise.
19692         * config/riscv/riscv-builtins.c: Likewise.
19693         * config/riscv/riscv-c.c: Likewise.
19694         * config/riscv/riscv-ftypes.def: Likewise.
19695         * config/riscv/riscv-modes.def: Likewise.
19696         * config/riscv/riscv-opts.h: Likewise.
19697         * config/riscv/riscv-protos.h: Likewise.
19698         * config/riscv/riscv.h: Likewise.
19699         * config/riscv/riscv.md: Likewise.
19700         * config/riscv/riscv.opt: Likewise.
19701         * config/riscv/sync.md: Likewise.
19702         * config/riscv/t-elf-multilib: Likewise.
19703         * config/riscv/t-linux: Likewise.
19704         * config/riscv/t-linux-multilib: Likewise.
19705         * config/riscv/t-riscv: Likewise.
19706         * configure.ac: Likewise.
19707         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
19708         Waterman as RISC-V maintainers.
19709         * doc/install.texi: Add RISC-V entries.
19710         * doc/invoke.texi: Add RISC-V options section.
19711         * doc/md.texi: Add RISC-V constraints section.
19712         * configure: Regenerated.
19714 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
19716         PR target/66144
19717         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
19718         false values to be constant vectors with all 0 or all 1 bits set.
19719         (vcondu<mode><mode>): Likewise.
19720         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
19721         predicate.
19722         (fpmask_comparison_operator): Update comment.
19723         (vecint_comparison_operator): New predicate.
19724         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
19725         vector conditionals when the true and false values are constant
19726         vectors with all 0 bits or all 1 bits set.
19728 2017-02-06  Martin Sebor  <msebor@redhat.com>
19730         PR  tree-optimization/79376
19731         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
19733 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
19735         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
19736         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
19737         to simplify split condition.
19739 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19741         * omp-expand.c (oxpand_omp_atomic_fetch_op,
19742         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
19743         false.
19745 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
19747         PR rtl-optimization/68664
19748         * target.def (can_speculate_insn): New hook.
19749         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
19750         * doc/tm.texi: Regenerate.
19751         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
19752         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
19753         (rs6000_sched_can_speculate_insn): New function.
19755 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19757         PR tree-optimization/79284
19758         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
19759         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
19760         vectorizable_mask_load_store, vectorizable_operation,
19761         vect_is_simple_cond, get_same_sized_vectype): Use it instead
19762         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
19763         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
19764         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
19765         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
19766         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
19767         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
19768         is_gimple_assign (stmt).  Replace another such test with
19769         is_gimple_assign (stmt).
19771 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19773         PR target/78883
19774         * config/avr/avr.c (rtl-iter.h): Include it.
19775         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
19776         (avr_legitimate_combined_insn): ...and implementation.
19778 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19780         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
19781         * config/s390/s390.c (s390_const_operand_ok)
19782         (s390_canonicalize_comparison, s390_extract_part)
19783         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
19784         (s390_contiguous_bitmask_p, s390_rtx_costs)
19785         (legitimize_pic_address): Likewise.
19786         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
19787         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
19788         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
19789         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
19790         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
19792 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19794         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
19795         REGNO($0) == REGNO($1).
19797 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19799         * config/s390/linux.h(SIZE_TYPE): Add comment.
19801 2017-02-06  Julian Brown  <julian@codesourcery.com>
19802             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19803             Virendra Pathak  <virendra.pathak@broadcom.com>
19805         * config/aarch64/aarch64-cores.def: Change the scheduler
19806         to Thunderx2t99.
19807         * config/aarch64/aarch64.md: Include thunderx2t99.md.
19808         * config/aarch64/thunderx2t99.md: New file.
19810 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19812         * doc/standards.texi (Go Language): Update link to language
19813         standard.
19815 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19817         * tree-eh.c (lower_resx): Sanitize profile.
19818         (cleanup_empty_eh_move_lp): Likewise.
19820 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19822         PR tree-ssa/79347
19823         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
19824         ELSE_PROB.
19825         * cfgloopmanip.h (loop_version): Update prototype.
19826         * modulo-sched.c (sms_schedule): Update call of loop_version.
19827         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
19828         * tree-parloops.c (gen_parallel_loop): Likewise.
19829         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
19830         * tree-ssa-loop-split.c (split_loop): Likewise.
19831         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
19832         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
19834 2017-02-05  Martin Liska  <mliska@suse.cz>
19836         PR bootstrap/78985
19837         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
19838         variable to NULL.
19839         (print_operand_address): Initialize a struct to zero.
19841 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19843         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
19844         garbage collector only in textual form.
19846 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19848         * doc/extend.texi (x86 specific memory model extensions for
19849         transactional memory): Simplify a phrase.
19851 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
19853         PR target/79353
19854         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
19855         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
19856         (atomic_storedi_1): Likewise.
19858 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
19860         PR tree-optimization/79338
19861         * tree-parloops.c (gather_scalar_reductions): Don't call
19862         vect_analyze_loop_form for loop->inner before destroying loop's
19863         loop_vinfo.
19865 2017-02-03  Martin Sebor  <msebor@redhat.com>
19867         PR tree-optimization/79327
19868         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
19869         when precision has resulted in leading zeros.
19870         (format_integer): Adjust the likely counter to assume an unknown
19871         argument that may be zero is non-zero.
19873 2017-02-03  Jason Merrill  <jason@redhat.com>
19875         PR c++/78689
19876         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
19877         avoid copying non-taken branch.
19879 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19881         PR tree-optimization/79340
19882         * tree-vect-loop.c (vectorizable_reduction): Release
19883         vec_defs elements after safe_splicing them into other vectors.
19884         Formatting fixes.
19886         PR tree-optimization/79327
19887         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
19888         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
19889         dirtype.
19890         (format_integer): Use wide_int_to_tree instead of build_int_cst
19891         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
19892         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
19893         of shortest and longest sequence.
19895 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
19897         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
19898         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
19900 2017-02-03  Walter Lee  <walt@tilera.com>
19902         PR target/78862
19903         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
19904         after initial stackframe link reg save.
19905         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
19907 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19909         PR target/79354
19910         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
19911         wu for stxssp alternative.
19913 2017-02-03  Martin Sebor  <msebor@redhat.com>
19915         PR tree-optimization/79352
19916         * gimple-fold.c (get_range_strlen): Add argument.
19917         (get_range_strlen): Change return type to bool.
19918         (get_maxval_strlen): Pass in a dummy argument.
19919         * gimple-fold.h (get_range_strlen): Change return type to bool.
19920         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
19921         * tree.h (array_at_struct_end_p): Add argument.
19922         * tree.c (array_at_struct_end_p): Handle it.
19924 2017-02-03  Martin Liska  <mliska@suse.cz>
19926         PR lto/66295
19927         * multiple_target.c (create_dispatcher_calls): Redirect edge
19928         from a caller of a dispatcher.
19929         (expand_target_clones): Make the clones local.
19930         (ipa_target_clone): Do both target clones and resolvers.
19931         (ipa_dispatcher_calls): Remove the pass.
19932         (pass_dispatcher_calls::gate): Likewise.
19933         (make_pass_dispatcher_calls): Likewise.
19934         * passes.def (pass_target_clone): Put as very first IPA early
19935         pass.
19937 2017-02-03  Martin Liska  <mliska@suse.cz>
19939         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
19940         in case of a function with ifunc attribute.
19942 2017-02-03  Martin Liska  <mliska@suse.cz>
19944         * cgraph.c (cgraph_node::dump): Dump function version info.
19945         * symtab.c (symtab_node::dump_base): Add missing new line.
19947 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
19949         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
19950         (ifcombine_ifandif): Use it.
19952 2017-02-03  Martin Liska  <mliska@suse.cz>
19954         * doc/invoke.texi: Document default value for
19955         use-after-scope-direct-emission-threshold.
19957 2017-02-03  Martin Liska  <mliska@suse.cz>
19959         PR tree-optimization/79339
19960         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
19961         (format_floating): Likewise.
19963 2017-02-03  Martin Liska  <mliska@suse.cz>
19965         PR ipa/79337
19966         * ipa-prop.c (ipa_node_params_t::insert): Remove current
19967         implementation.
19968         (ipa_node_params_t::remove): Likewise.
19969         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
19970         initialization from removed ipa_node_params_t::insert.
19971         (ipa_node_params::~ipa_node_params): Move from removed
19972         ipa_node_params_t::release.
19973         * symbol-summary.h (symbol_summary::m_released): New member.
19974         Do not release a summary twice.  Do not allow to call finalizer
19975         for types of a summary that live in GGC memory.
19977 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19979         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
19980         cmp_branch fusion.
19982 2017-02-02  Martin Sebor  <msebor@redhat.com>
19984         PR middle-end/79275
19985         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
19986         (format_string): Tighten up the range of output for non-constant
19987         strings and correct the expected range for wide non-constant strings.
19989 2017-02-02  Martin Sebor  <msebor@redhat.com>
19991         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
19993         PR middle-end/32003
19994         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
19995         index.
19996         (-fdump-tree-@var): Add to index and document how to come up
19997         with pass-specific option and dump file names.
19998         (-fdump-passes): Clarify where to look for output.
20000 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
20002         PR middle-end/77445
20003         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
20004         statistics of the analyzed path; allow threading for speed when
20005         any of BBs along the path are optimized for speed.
20007 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
20009         PR middle-end/78468
20010         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
20011         settings of the virtual registers.
20013         Revert again
20014         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20016         * explow.c (get_dynamic_stack_size): Take known alignment of stack
20017         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
20018         needed.
20020 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20022         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
20023         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
20025 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20027         * config/s390/s390.md: Add missing comments with the expanded
20028         mnemonics.
20029         * config/s390/vector.md: Likewise.
20030         * config/s390/vx-builtins.md: Likewise.
20032 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
20034         PR target/79197
20035         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
20036         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
20037         conditions on a single line.
20039 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20041         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
20042         __S390_VX__ to __VX__.
20044 2017-02-01  Andrew Pinski  <apinski@cavium.com>
20046         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
20047         stmt_info to record_stmt_cost.
20048         (vect_get_known_peeling_cost): Pass stmt_info if known to
20049         record_stmt_cost.
20050         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
20051         cpu_vector_cost field into
20052         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
20053         field into vec_int_stmt_cost and vec_fp_stmt_cost.
20054         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
20055         splitting of scalar_stmt_cost and vec_stmt_cost.
20056         (thunderx_vector_cost): Likewise.
20057         (cortexa57_vector_cost): LIkewise.
20058         (exynosm1_vector_cost): Likewise.
20059         (xgene1_vector_cost): Likewise.
20060         (thunderx2t99_vector_cost): Improve after the splitting of the two
20061         fields.
20062         (aarch64_builtin_vectorization_cost): Update for the splitting of
20063         scalar_stmt_cost and vec_stmt_cost.
20065 2017-02-01  Torvald Riegel  <triegel@redhat.com>
20066             Richard Henderson  <rth@redhat.com>
20068         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
20069         conditional on existance of a fast atomic load.
20070         * optabs-query.c (can_atomic_load_p): New function.
20071         * optabs-query.h (can_atomic_load_p): Declare it.
20072         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
20073         no fast atomic load is available for the particular size of access.
20074         (expand_atomic_compare_and_swap): Likewise.
20075         (expand_atomic_load): Likewise.
20076         (expand_atomic_store): Likewise.
20077         (expand_atomic_fetch_op): Likewise.
20078         * testsuite/lib/target-supports.exp
20079         (check_effective_target_sync_int_128): Remove x86 because it provides
20080         no fast atomic load.
20081         (check_effective_target_sync_int_128_runtime): Likewise.
20083 2017-02-01  Richard Biener  <rguenther@suse.de>
20085         * graphite.c: Include tree-vectorizer.h for find_loop_location.
20086         (graphite_transform_loops): Provide opt-info for optimized nests.
20087         * tree-parloop.c (parallelize_loops): Provide opt-info for
20088         parallelized loops.
20090 2017-02-01  Richard Biener  <rguenther@suse.de>
20092         PR middle-end/79315
20093         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
20094         was not set before.
20096 2017-02-01  Richard Biener  <rguenther@suse.de>
20098         PR tree-optimization/71824
20099         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
20100         Verify the loops are valid in the merged SESE region.
20101         (scop_detection::can_represent_loop_1): Check analyzing the
20102         evolution of the number of iterations in the region succeeds.
20104 2017-01-31  Ian Lance Taylor  <iant@golang.org>
20106         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
20107         REG_ARGS_SIZE note to 32-bit push insns and call insn.
20109 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
20111         PR preprocessor/79210
20112         * input.c (get_substring_ranges_for_loc): Replace line_width
20113         assertion with error-handling.
20115 2017-01-31  Richard Biener  <rguenther@suse.de>
20117         PR tree-optimization/77318
20118         * graphite-sese-to-poly.c (extract_affine): Fix assert.
20119         (create_pw_aff_from_tree): Take loop parameter.
20120         (add_condition_to_pbb): Pass loop of the condition to
20121         create_pw_aff_from_tree.
20123 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
20125         * config/s390/s390.c (s390_asan_shadow_offset): New function.
20126         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
20128 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
20130         PR target/78597
20131         PR target/79038
20132         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
20133         no longer used.
20134         (convert_int_to_float128): Likewise.
20135         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
20136         (convert_int_to_float128): Likewise.
20137         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
20138         (UNSPEC_IEEE128_CONVERT): Likewise.
20139         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
20140         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
20141         Use local variables for IBM extended format.
20142         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
20143         (fix_trunc<mode>si2_fprs): Likewise.
20144         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
20145         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
20146         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
20147         to know that we can now have integers of all sizes in vector
20148         registers.
20149         (fix<uns>_<mode>di2_hw): Likewise.
20150         (float<uns>_<mode>si2_hw): Likewise.
20151         (fix_<mode>si2_hw): Likewise.
20152         (fixuns_<mode>si2_hw): Likewise.
20153         (float<uns>_<mode>di2_hw): Likewise.
20154         (float_<mode>di2_hw): Likewise.
20155         (float_<mode>si2_hw): Likewise.
20156         (floatuns_<mode>di2_hw): Likewise.
20157         (floatuns_<mode>si2_hw): Likewise.
20158         (xscvqp<su>wz_<mode>): Delete, no longer used.
20159         (xscvqp<su>dz_<mode>): Likewise.
20160         (xscv<su>dqp_<mode>): Likewise.
20161         (ieee128_mfvsrd_64bit): Likewise.
20162         (ieee128_mfvsrd_32bit): Likewise.
20163         (ieee128_mfvsrwz): Likewise.
20164         (ieee128_mtvsrw): Likewise.
20165         (ieee128_mtvsrd_64bit): Likewise.
20166         (ieee128_mtvsrd_32bit): Likewise.
20168 2017-01-31  Martin Liska  <mliska@suse.cz>
20170         PR ipa/79285
20171         * ipa-prop.c (ipa_free_all_node_params): Call release method
20172         instead of ~sumbol_summary to not to trigger double times
20173         dtor of hash_map.
20175 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
20177         PR tree-optimization/71691
20178         * bitmap.h (class auto_bitmap): New.
20179         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
20180         is_maybe_undefined instead of ssa_undefined_value_p.
20182 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20184         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
20185         __S390_ARCH_LEVEL__ to __ARCH__.
20187 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
20189         PR tree-optimization/79267
20190         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
20191         if should_remove_lhs_p is true.
20193 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
20195         PR debug/63238
20196         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
20197         (add_alignment_attribute): New.
20198         (base_type_die): Add alignment attribute.
20199         (subrange_type_die): Likewise.
20200         (modified_type_die): Likewise.
20201         (gen_array_type_die): Likewise.
20202         (gen_descr_array_type_die: Likewise.
20203         (gen_enumeration_type_die): Likewise.
20204         (gen_subprogram_die): Likewise.
20205         (gen_variable_die): Likewise.
20206         (gen_field_die): Likewise.
20207         (gen_ptr_to_mbr_type_die): Likewise.
20208         (gen_struct_or_union_type_die): Likewise.
20209         (gen_subroutine_type_die): Likewise.
20210         (gen_typedef_die): Likewise.
20211         (base_type_cmp): Compare alignment attribute.
20213 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
20215         PR target/79170
20216         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
20217         (setb_unsigned) New pattern for setb with CCUNS.
20218         * config/rs6000/rs6000.c (expand_block_compare): Use a different
20219         subfc./subfe sequence to avoid overflow problems.  Generate a
20220         shorter sequence with cmpld/setb for power9.
20221         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
20222         for generating subfc. instruction.
20223         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
20224         now uses this instruction.
20226 2017-01-30  Ian Lance Taylor  <iant@google.com>
20228         PR debug/79289
20229         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
20230         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
20232 2017-01-30  Martin Sebor  <msebor@redhat.com>
20234         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
20235         Move constant to the right of a relational operator.
20236         (get_mpfr_format_length, format_character, format_string): Ditto.
20237         (should_warn_p, maybe_warn): Same.
20239         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
20241 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
20243         PR lto/79061
20244         * asan.c (get_translation_unit_decl): Remove function.
20245         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
20247 2017-01-30  Martin Liska  <mliska@suse.cz>
20249         PR gcov-profile/79259
20250         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
20251         -fprofile-generate.
20253 2017-01-30  Martin Liska  <mliska@suse.cz>
20255         PR bootstrap/78985
20256         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
20257         Initialize variables with NULL value.
20259 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
20261         PR target/79260
20262         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
20263         tm_p_file.
20264         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
20266 2017-01-30  Richard Biener  <rguenther@suse.de>
20268         PR tree-optimization/79276
20269         * tree-vrp.c (process_assert_insertions): Properly adjust common
20270         when removing a duplicate.
20272         * gcc.dg/torture/pr79276.c: New testcase.
20274 2017-01-30  Richard Biener  <rguenther@suse.de>
20276         PR tree-optimization/79256
20277         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
20278         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
20279         alignment on TYPE.
20280         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
20282 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20284         PR target/79240
20285         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
20286         ("*r<noxa>sbg_<mode>_sll_bitmask")
20287         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
20288         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
20289         Use contiguous_bitmask_nowrap_operand.
20291 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20293         PR target/79268
20294         * config/rs6000/altivec.h (vec_xl): Revise #define.
20295         (vec_xst): Likewise.
20297 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
20299         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
20301 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
20303         PR rtl-optimization/79194
20304         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
20305         traps before call to bypass_conditional_jumps.
20307 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20309         PR tree-optimization/71374
20310         * lra-constraints.c (check_conflict_input_operands): New.
20311         (match_reload): Use it.
20313 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20315         PR target/79131
20316         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
20317         account to calculate conflict_set.
20319 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
20321         PR rtl-optimization/78559
20322         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
20323         other_insn in combine.
20325 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
20327         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
20328         uint16_type_node for BT_UINT16.
20330 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
20332         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
20333         "RTL Tests" to menu.
20334         (GIMPLE Tests): New node.
20335         (RTL Tests): New node.
20337 2017-01-27  Richard Biener  <rguenther@suse.de>
20339         PR tree-optimization/79245
20340         * tree-loop-distribution.c (distribute_loop): Apply cost
20341         modeling also to detected patterns.
20343 2017-01-27  Richard Biener  <rguenther@suse.de>
20345         PR tree-optimization/71433
20346         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
20347         (compare_assert_loc): New function.
20348         (process_assert_insertions): Sort and optimize assert locations
20349         to remove duplicates and push down identical assertions on
20350         edges to their destination block.
20352 2017-01-27  Richard Biener  <rguenther@suse.de>
20354         PR tree-optimization/79244
20355         * tree-vrp.c (remove_range_assertions): Forcefully propagate
20356         out SSA names even if abnormal.
20358 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
20360         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
20361         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
20362         instead of MPFR_RNDN.
20364 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
20366         PR target/79239
20367         * arm.c (arm_option_override): Don't call build_target_option_node
20368         until after doing all option overrides.
20369         (arm_valid_target_attribute_tree): Likewise.
20371 2017-01-27  Martin Liska  <mliska@suse.cz>
20373         * doc/invoke.texi (-fprofile-arcs): Document profiling support
20374         for {cd}tors and C++ {cd}tors.
20376 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20378         * config/s390/s390.md ("*setmem_long_and")
20379         ("*setmem_long_and_31z"): Use zero_extend instead of and.
20381 2017-01-26  Martin Sebor  <msebor@redhat.com>
20383         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
20384         of precision.
20386 2017-01-26  Martin Sebor  <msebor@redhat.com>
20388         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
20389         HAVE_DFmode before using XFmode or DFmode.
20390         (parse_directive): Avoid using the z length modifier to avoid
20391         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
20393         PR middle-end/78703
20394         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
20395         to accept adjustment as an array.
20396         (get_int_range): New function.
20397         (struct directive): Make width and prec arrays.
20398         (directive::set_width, directive::set_precision): Call get_int_range.
20399         (format_integer, format_floating): Handle width and precision ranges.
20400         (format_string, parse_directive): Same.
20402 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20404         PR debug/79129
20405         * dwarf2out.c (generate_skeleton_bottom_up): For children with
20406         comdat_type_p set, just clone them, but keep the children in the
20407         original DIE.
20409         PR debug/78835
20410         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
20411         which have direct callers with -fvar-tracking-assignments enabled
20412         in the current TU.
20413         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
20414         inside of type units.
20416 2017-01-26  Martin Sebor  <msebor@redhat.com>
20418         PR middle-end/78703
20419         * gimple-ssa-sprintf.c (struct result_range): Add likely and
20420         unlikely counters.
20421         (struct format_result): Replace number_chars, number_chars_min,
20422         and number_chars_max with a single member of struct result_range.
20423         Remove bounded.
20424         (format_result::operator+=): Adjust.
20425         (struct fmtresult): Remove bounded.  Handle likely and unlikely
20426         counters.
20427         (fmtresult::adjust_for_width_or_precision): New function.
20428         (fmtresult:type_max_digits): New function.
20429         (bytes_remaining): Handle likely and unlikely counters.
20430         (min_bytes_remaining): Remove.
20431         (format_percent): Simplify.
20432         (format_integer, format_floating): Set likely and unlikely counters.
20433         (get_string_length, format_character, format_string): Same.
20434         (format_plain, should_warn_p): New function.
20435         (maybe_warn): Call should_warn_p.  Update diagnostic messages
20436         and handle those for all directives, including plain strings.
20437         (format_directive): Handle likely and unlikely counters.
20438         Remove unnecessary quoting from diagnostics.  Add an informational
20439         note.
20440         (add_bytes): Remove.
20441         (pass_sprintf_length::compute_format_length): Simplify.
20442         (try_substitute_return_value): Handle likely and unlikely counters.
20444 2017-01-26  Carl Love  <cel@us.ibm.com>
20446         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
20447         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
20449 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
20451         PR target/79131
20452         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
20453         endianess for subregs into account.
20454         * lra-constraints.c (lra_constraints): Do risky transformations
20455         always on the first iteration.
20456         * lra-lives.c (check_pseudos_live_through_calls): Add arg
20457         last_call_used_reg_set.
20458         (process_bb_lives): Define and use last_call_used_reg_set.
20459         * lra.c (lra): Always continue after lra_constraints on the first
20460         iteration.
20462 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
20464         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
20465         constant.
20466         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
20468 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20470         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
20471         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
20472         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
20473         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
20474         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
20475         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
20476         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
20477         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
20478         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
20480 2017-01-26  Marek Polacek  <polacek@redhat.com>
20482         PR c/79199
20483         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
20484         for the third operand.
20486 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20488         PR middle-end/79236
20489         * omp-low.c (struct omp_context): Add simt_stmt field.
20490         (scan_omp_for): Return omp_context *.
20491         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
20492         context to the _simt_ SIMD stmt.
20493         (lower_omp_for): For combined SIMD with sibling _simt_
20494         SIMD, make sure to use the same decls in _looptemp_
20495         clauses as in the sibling.
20497 2017-01-26  David Sherwood  <david.sherwood@arm.com>
20499         PR middle-end/79212
20500         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
20501         all contexts.
20503 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20505         PR target/70465
20506         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
20507         emit fld b; fld a; if possible.
20509         * brig-builtins.def: Update copyright years.
20510         * config/arm/arm_acle_builtins.def: Update copyright years.
20512 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
20514         PR target/79179
20515         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
20516         constraint instead of o for the stxsd instruction.
20518 2017-01-25  Carl Love  <cel@us.ibm.com>
20520         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
20521         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
20523 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
20525         * doc/invoke.texi (C++ Dialect Options): Fix typo.
20527 2017-01-25  Richard Biener  <rguenther@suse.de>
20529         PR tree-optimization/69264
20530         * target.def (vector_alignment_reachable): Improve documentation.
20531         * doc/tm.texi: Regenerate.
20532         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
20533         and add a comment.
20534         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
20535         earlier changes with respect to TYPE_USER_ALIGN.
20536         (vector_alignment_reachable_p): Likewise.  Improve dumping.
20538 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20540         PR target/79145
20541         * config/arm/arm.md (xordi3): Force constant operand into a register
20542         for TARGET_IWMMXT.
20544 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20546         * doc/invoke.texi (-fstore-merging): Correct default optimization
20547         levels at which it is enabled.
20548         (-O): Move -fstore-merging from list to...
20549         (-O2): ... Here.
20551 2017-01-25  Richard Biener  <rguenther@suse.de>
20553         PR debug/78363
20554         * omp-expand.c: Include debug.h.
20555         (expand_omp_taskreg): Make sure to generate early debug before
20556         outlining anything from a function.
20557         (expand_omp_target): Likewise.
20558         (grid_expand_target_grid_body): Likewise.
20560 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
20562         PR lto/79061
20563         * asan.c (get_translation_unit_decl): New function.
20564         (asan_add_global): Extract modules file name from globals
20565         TRANSLATION_UNIT_DECL name.
20567 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
20569         PR target/77439
20570         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
20571         for long calls with APCS frame and VFP.
20573 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
20575         * cfg.c (original_copy_tables_initialized_p): New function.
20576         * cfg.h (original_copy_tables_initialized_p): New decl.
20577         * cfgrtl.c (relink_block_chain): Guard the call to
20578         free_original_copy_tables with a call to
20579         original_copy_tables_initialized_p.
20580         * cgraph.h (symtab_node::native_rtl_p): New decl.
20581         * cgraphunit.c (symtab_node::native_rtl_p): New function.
20582         (symtab_node::needed_p): Don't assert for early assembly output
20583         for __RTL functions.
20584         (cgraph_node::finalize_function): Set "force_output" for __RTL
20585         functions.
20586         (cgraph_node::analyze): Bail out early for __RTL functions.
20587         (analyze_functions): Update assertion to support __RTL functions.
20588         (cgraph_node::expand): Bail out early for __RTL functions.
20589         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
20590         __RTL functions.
20591         * function.h (struct function): Update comment for field
20592         "pass_startwith".
20593         * gimple-expr.c: Include "tree-pass.h".
20594         (gimple_has_body_p): Return false for __RTL functions.
20595         * Makefile.in (OBJS): Add run-rtl-passes.o.
20596         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
20597         accessor.
20598         (gcc::pass_manager::get_clean_slate): New accessor.
20599         * passes.c: Include "insn-addr.h".
20600         (should_skip_pass_p): Add logging.  Update logic for running
20601         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
20602         property-provider override so it is only done for gimple passes.
20603         Don't skip dfinit.
20604         (skip_pass): New function.
20605         (execute_one_pass): Call skip_pass when skipping passes.
20606         * read-md.c (md_reader::read_char): Support filtering
20607         the input to a subset of line numbers.
20608         (md_reader::md_reader): Initialize fields
20609         m_first_line and m_last_line.
20610         (md_reader::read_file_fragment): New function.
20611         * read-md.h (md_reader::read_file_fragment): New decl.
20612         (md_reader::m_first_line): New field.
20613         (md_reader::m_last_line): New field.
20614         * read-rtl-function.c (function_reader::create_function): Only
20615         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
20616         curr_properties.  Set DECL_INITIAL to a dummy block.
20617         (read_rtl_function_body_from_file_range): New function.
20618         * read-rtl-function.h (read_rtl_function_body_from_file_range):
20619         New decl.
20620         * run-rtl-passes.c: New file.
20621         * run-rtl-passes.h: New file.
20623 2017-01-24  Jeff Law  <law@redhat.com>
20625         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
20626         buffer size.
20628 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
20630         PR tree-optimization/79159
20631         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
20632         (record_nonwrapping_iv): Improve boundary using above function if no
20633         value range information.
20635 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
20636             Martin Jambor  <mjambor@suse.cz>
20638         * brig-builtins.def: New file.
20639         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
20640         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
20641         (DEF_HSAIL_SAT_BUILTIN): Likewise.
20642         (DEF_HSAIL_INTR_BUILTIN): Likewise.
20643         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
20644         * builtin-types.def (BT_INT8): New.
20645         (BT_INT16): Likewise.
20646         (BT_UINT8): Likewise.
20647         (BT_UINT16): Likewise.
20648         (BT_FN_ULONG): Likewise.
20649         (BT_FN_UINT_INT): Likewise.
20650         (BT_FN_UINT_ULONG): Likewise.
20651         (BT_FN_UINT_LONG): Likewise.
20652         (BT_FN_UINT_PTR): Likewise.
20653         (BT_FN_ULONG_PTR): Likewise.
20654         (BT_FN_INT8_FLOAT): Likewise.
20655         (BT_FN_INT16_FLOAT): Likewise.
20656         (BT_FN_UINT32_FLOAT): Likewise.
20657         (BT_FN_UINT16_FLOAT): Likewise.
20658         (BT_FN_UINT8_FLOAT): Likewise.
20659         (BT_FN_UINT64_FLOAT): Likewise.
20660         (BT_FN_UINT16_UINT32): Likewise.
20661         (BT_FN_UINT32_UINT16): Likewise.
20662         (BT_FN_UINT16_UINT16_UINT16): Likewise.
20663         (BT_FN_INT_PTR_INT): Likewise.
20664         (BT_FN_UINT_PTR_UINT): Likewise.
20665         (BT_FN_LONG_PTR_LONG): Likewise.
20666         (BT_FN_ULONG_PTR_ULONG): Likewise.
20667         (BT_FN_VOID_UINT64_UINT64): Likewise.
20668         (BT_FN_UINT8_UINT8_UINT8): Likewise.
20669         (BT_FN_INT8_INT8_INT8): Likewise.
20670         (BT_FN_INT16_INT16_INT16): Likewise.
20671         (BT_FN_INT_INT_INT): Likewise.
20672         (BT_FN_UINT_FLOAT_UINT): Likewise.
20673         (BT_FN_FLOAT_UINT_UINT): Likewise.
20674         (BT_FN_ULONG_UINT_UINT): Likewise.
20675         (BT_FN_ULONG_UINT_PTR): Likewise.
20676         (BT_FN_ULONG_ULONG_ULONG): Likewise.
20677         (BT_FN_UINT_UINT_UINT): Likewise.
20678         (BT_FN_VOID_UINT_PTR): Likewise.
20679         (BT_FN_UINT_UINT_PTR: Likewise.
20680         (BT_FN_UINT32_UINT64_PTR): Likewise.
20681         (BT_FN_INT_INT_UINT_UINT): Likewise.
20682         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
20683         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
20684         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
20685         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
20686         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
20687         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
20688         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
20689         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
20690         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
20691         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
20692         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
20693         * doc/frontends.texi: List BRIG FE.
20694         * doc/install.texi (Testing): Add BRIG tesring requirements.
20695         * doc/invoke.texi (Overall Options): Mention BRIG.
20696         * doc/standards.texi (Standards): Doucment BRIG HSA version.
20698 2017-01-24  Richard Biener  <rguenther@suse.de>
20700         PR translation/79208
20701         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
20703 2017-01-24  Martin Jambor  <mjambor@suse.cz>
20705         PR bootstrap/79198
20706         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
20707         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
20708         and known_contexts.
20710 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
20712         PR middle-end/79123
20713         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
20714         casts from signed to unsigned really don't have a range.
20716 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
20718         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
20719         GMP_RNDx for compatiblity.
20721 2017-01-24  Martin Liska  <mliska@suse.cz>
20723         PR bootstrap/79132
20724         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
20725         that would prevent us to call alloca with -1 as argument.
20727 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
20729         * dwarf2out.c (output_compilation_unit_header, output_file_names):
20730         Avoid -Wformat-security warning.
20732 2017-01-23  Andrew Pinski  <apinski@cavium.com>
20734         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
20735         cost table.
20737 2017-01-23  Martin Sebor  <msebor@redhat.com>
20739         PR middle-end/78703
20740         * gimple-ssa-sprintf.c (warn_level): New global.
20741         (format_integer): Use it here and throughout the rest of the file.
20742         Use the same switch to compute sign as base.
20743         (maybe_warn): New function.
20744         (format_directive): Factor out warnings into maybe_warn.
20745         Add debugging output.  Use warn_level.
20746         (add_bytes): Use warn_level.
20747         (pass_sprintf_length::compute_format_length): Add debugging output.
20748         (try_substitute_return_value): Same.
20749         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
20751         PR middle-end/78703
20752         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
20753         (struct fmtresult, format_integer, format_floating): Adjust.
20754         (fmtresult::fmtresult): Set max correctly in two argument ctor.
20755         (get_string_length, format_string,format_directive): Same.
20756         (pass_sprintf_length::compute_format_length): Same.
20757         (try_substitute_return_value): Simplify slightly.
20759         PR middle-end/78703
20760         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
20761         (fmtresult::operator+=): Outlined.
20762         (struct fmtresult): Add ctors.
20763         (struct conversion_spec): Rename...
20764         (struct directive): ...to this.  Add and remove data members.
20765         (directive::set_width, directive::set_precision): New functions.
20766         (format_percent): Use fmtresult ctor.
20767         (get_width_and_precision): Remove.
20768         (format_integer): Make naming changes.  Avoid computing width and
20769         precision.
20770         (format_floating): Same.  Adjust indentation.
20771         (format_character, format_none): New functions.
20772         (format_string): Moved character handling to format_character.
20773         (format_directive): Remove arguments, change return type.
20774         (parse_directive): New function.
20775         (pass_sprintf_length::compute_format_length): Move directive
20776         parsing to parse_directive.
20778 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20780         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
20781         (assign_assembler_name_if_needed): ... this.
20782         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
20783         (assign_assembler_name_if_needed): ... this.
20784         (free_lang_data_in_cgraph): Adjust callers.
20785         * cgraphunit.c (cgraph_node::analyze): Likewise.
20786         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
20787         Likewise.
20789 2017-01-23  Richard Biener  <rguenther@suse.de>
20791         PR tree-optimization/79088
20792         PR tree-optimization/79188
20793         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
20794         resetting loop bounds after last path deletion.  Reset loop
20795         bounds of the target loop, make code match the comments.
20796         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
20797         Make sure loops need no fixups.
20799 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20801         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
20802         exponent support with double type for first argument.
20803         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
20804         type returned by __builtin_vec_extract_sig,
20805         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
20806         functions from "vector int" to "vector unsigned int" or from
20807         "vector long long int" to "vector unsigned long long int".
20808         Changed type returned by __builtin_vec_extract_exp,
20809         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
20810         functions from "vector int" to "vector unsigned int" or from
20811         "vector long long int" to "vector unsigned long long int".
20812         Changed return type of __builtin_vec_test_data_class,
20813         __builtin_vec_test_data_class_sp, and
20814         __builtin_vec_test_data_class_dp from "vector int" to
20815         "vector bool int" or from "vector long long int" to "vector bool
20816         long long int" and changed second argument type from "unsigned
20817         int" to "int".  Added new overloaded function forms "vector float
20818         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
20819         "vector float __builtin_vec_insert_exp_sp (vector float, vector
20820         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
20821         double, vector unsigned long long int)" and "vector double
20822         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
20823         long int)".  Changed return type of
20824         __builtin_scalar_test_data_class and
20825         __builtin_scalar_test_data_class_sp and
20826         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
20827         int" and changed second argument from "unsigned int" to "int".
20828         Changed type returned by __builtin_scalar_test_neg,
20829         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
20830         from "int" to "bool int".  Added new overloaded function form
20831         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
20832         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
20833         exponent double-precision with floating point first argument.
20834         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
20835         documentation of scalar_test_data_class, scalar_test_neg,
20836         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
20837         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
20838         vec_test_data_class built-in functions to reflect refinements in
20839         their type signatures.
20841 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
20843         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
20844         size of buf.
20845         (aarch64_elf_asm_destructor): Likewise.
20847 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
20849         PR rtl-optimization/78634
20850         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
20851         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
20852         * ifcvt.c (noce_try_cmove): Add missing cost check.
20854         PR rtl-optimization/71724
20855         * combine.c (if_then_else_cond): Look for situations where it is
20856         beneficial to undo the work of one of the recursive calls.
20858 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
20860         PR tree-optimization/70754
20861         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
20862         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
20863         combined stmt before it if not NULL.
20864         (combine_chains): Process refs reversely and compute dominance point
20865         for root ref.
20867 2017-01-23  Martin Liska  <mliska@suse.cz>
20869         PR tree-optimization/79196
20870         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
20871         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
20872         instead of memcmp.
20873         (strlen_optimize_stmt): Call the renamed function.
20875 2017-01-23  Michael Matz  <matz@suse.de>
20877         PR tree-optimization/78384
20878         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
20880 2017-01-23  Richard Biener  <rguenther@suse.de>
20882         PR tree-optimization/79186
20883         * tree-vrp.c (register_new_assert_for): Make sure we've seen
20884         both incoming edges before moving an assert.
20886 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20888         * ipa-prop.c (load_from_param_1): Removed.
20889         (load_from_unmodified_param): Bits from load_from_param_1 put back
20890         here.
20891         (load_from_param): Removed.
20892         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
20893         with stmt.  Reverted back to use of load_from_unmodified_param.
20895 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20897         PR ipa/79108
20898         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
20899         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
20900         field a pointer to garbage collected vector, mark lattices and
20901         ipcp_orig_node with GTY((skip)).
20902         (ipa_get_param_count): Adjust to descriptors being a pointer.
20903         (ipa_get_param): Likewise.
20904         (ipa_get_type): Likewise.
20905         (ipa_get_param_move_cost): Likewise.
20906         (ipa_set_param_used): Likewise.
20907         (ipa_get_controlled_uses): Likewise.
20908         (ipa_set_controlled_uses): Likewise.
20909         (ipa_is_param_used): Likewise.
20910         (ipa_node_params_t): Move into garbage collector.  New methods insert
20911         and remove.
20912         (ipa_node_params_sum): Annotate wth GTY(()).
20913         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
20914         garbage collected.
20915         (ipa_load_from_parm_agg): Adjust declaration.
20916         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
20917         * ipa-profile.c (ipa_profile): Likewise.
20918         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
20919         (ipa_populate_param_decls): Make descriptors parameter garbage
20920         collected.
20921         (ipa_dump_param): Adjust to descriptors being a pointer.
20922         (ipa_alloc_node_params): Likewise.
20923         (ipa_initialize_node_params): Likewise.
20924         (load_from_param_1): Make descriptors parameter garbage collected.
20925         (load_from_unmodified_param): Likewise.
20926         (load_from_param): Likewise.
20927         (ipa_load_from_parm_agg): Likewise.
20928         (ipa_node_params::~ipa_node_params): Removed.
20929         (ipa_free_all_node_params): Remove call to delete operator.
20930         (ipa_node_params_t::insert): New.
20931         (ipa_node_params_t::remove): Likewise.
20932         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
20933         copy known_csts and known_contexts vectors.
20934         (ipa_read_node_info): Adjust to descriptors being a pointer.
20935         (ipcp_modif_dom_walker): Make m_descriptors field garbage
20936         collected.
20937         (ipcp_transform_function): Make descriptors variable garbage
20938         collected.
20940 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
20942         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
20943         * config/i386/avx512dqintrin.h: Ditto.
20944         * config/i386/avx512fintrin.h: Ditto.
20945         * config/i386/i386.c: Handle new builtins.
20946         * config/i386/i386-builtin.def: Add new builtins.
20947         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
20948         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
20950 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20951             Martin Liska  <mliska@suse.cz>
20953         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
20954         * asan.c (asan_expand_poison_ifn): Support stores and use
20955         appropriate ASAN report function.
20956         * internal-fn.c (expand_ASAN_POISON_USE): New function.
20957         * internal-fn.def (ASAN_POISON_USE): Declare.
20958         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
20959         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
20960         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
20961         ASAN_POISON calls w/o LHS.
20962         * tree-ssa.c (execute_update_addresses_taken): Create clobber
20963         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
20964         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
20965         * gimplify.c (asan_poison_variables): Add attribute
20966         use_after_scope_memory to variables that really needs to live
20967         in memory.
20968         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
20969         having the attribute.
20971 2017-01-23  Martin Liska  <mliska@suse.cz>
20973         * asan.c (create_asan_shadow_var): New function.
20974         (asan_expand_poison_ifn): Likewise.
20975         * asan.h (asan_expand_poison_ifn): New declaration.
20976         * internal-fn.c (expand_ASAN_POISON): Likewise.
20977         * internal-fn.def (ASAN_POISON): New builtin.
20978         * sanopt.c (pass_sanopt::execute): Expand
20979         asan_expand_poison_ifn.
20980         * tree-inline.c (copy_decl_for_dup_finish): Make function
20981         external.
20982         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
20983         * tree-ssa.c (is_asan_mark_p): New function.
20984         (execute_update_addresses_taken): Rewrite local variables
20985         (identified just by use-after-scope as addressable) into SSA.
20987 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20989         * doc/install.texi (Specific): opensource.apple.com uses https
20990         now. Remove trailing slash.
20992 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20994         * README.Portability: Remove note on an Irix compatibility issue.
20996 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
20998         * gcov.c (INCLUDE_ALGORITHM): Define.
20999         (INCLUDE_VECTOR): Define.
21000         No longer include <vector> and <algorithm> directly.
21002 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
21004         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
21005         to https.
21006         * doc/invoke.texi (Code Gen Options): Ditto.
21008 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
21010         PR lto/78407
21011         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
21013 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
21015         rtl-optimization/79125
21016         * cprop.c (local_cprop_pass): Handle cases where we make an
21017         unconditional trap.
21019 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
21021         PR target/61729
21022         PR target/77850
21023         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
21024         read from, for big endian.
21026 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
21028         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
21029         register pauth builtins for LP64 only.
21031 2017-01-20  Marek Polacek  <polacek@redhat.com>
21033         PR c/79152
21034         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
21035         non-case labels.
21037 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
21039         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
21040         of safelen status.
21041         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
21042         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
21043         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
21045 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21047         PR target/71270
21048         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
21049         in big-endian mode when they are not a single duplicated value.
21051 2017-01-20  Richard Biener  <rguenther@suse.de>
21053         * BASE-VER: Bump to 7.0.1.
21055 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
21057         * omp-low.c (omplow_simd_context): New struct.  Use it...
21058         (lower_rec_simd_input_clauses): ...here and...
21059         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
21060         references to idx, lane, max_vf, is_simt.
21062 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
21064         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
21065         mcpu=nps400.
21067 2017-01-20  Martin Jambor  <mjambor@suse.cz>
21069         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
21070         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
21071         gt-hsa-common.h.
21072         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
21073         (GTFILES): Rename hsa.c to hsa-common.c.
21074         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
21075         * hsa-dump.c: Likewise.
21076         * hsa-gen.c: Likewise.
21077         * hsa-regalloc.c: Likewise.
21078         * ipa-hsa.c: Likewise.
21079         * omp-expand.c: Likewise.
21080         * omp-low.c: Likewise.
21081         * toplev.c: Likewise.
21083 2017-01-20  Marek Polacek  <polacek@redhat.com>
21085         PR c/64279
21086         * doc/invoke.texi: Document -Wduplicated-branches.
21087         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
21088         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
21089         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
21090         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
21091         return 0 only when not OEP_LEXICOGRAPHIC.
21092         (fold_build_cleanup_point_expr): Use the expression
21093         location when building CLEANUP_POINT_EXPR.
21094         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
21095         * tree.c (add_expr): Handle error_mark_node.
21097 2017-01-20  Martin Liska  <mliska@suse.cz>
21099         PR lto/69188
21100         * tree-profile.c (init_ic_make_global_vars): Do not call
21101         finalize_decl.
21102         (gimple_init_gcov_profiler): Likewise.
21104 2017-01-20  Martin Liska  <mliska@suse.cz>
21106         PR ipa/71190
21107         * cgraph.h (maybe_create_reference): Remove argument and
21108         update comment.
21109         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
21110         argument.
21111         * ipa-cp.c (create_specialized_node): Likewise.
21112         * symtab.c (symtab_node::maybe_create_reference): Handle
21113         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
21115 2017-01-20  Martin Liska  <mliska@suse.cz>
21117         * read-rtl-function.c (function_reader::create_function): Use
21118         build_decl instread of build_decl_stat.
21120 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
21122         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
21123         * config/i386/avx512dqintrin.h: Ditto.
21124         * config/i386/avx512fintrin.h: Ditto.
21125         * config/i386/i386-builtin-types.def: Add new types.
21126         * config/i386/i386.c: Handle new types.
21127         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
21128         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
21129         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
21130         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
21131         (__builtin_ia32_kshiftridi): New.
21132         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
21134 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
21136         PR target/78875
21137         PR target/79140
21138         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
21139         define to rs6000_init_stack_protect_guard.
21140         (rs6000_init_stack_protect_guard): New function.
21142 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
21143             Yunqiang Su  <yunqiang.su@imgtec.com>
21145         * config.gcc (supported_defaults): Add madd4.
21146         (with_madd4): Add validation.
21147         (all_defaults): Add madd4.
21148         * config/mips/mips.opt (mmadd4): New option.
21149         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21150         mmadd4.
21151         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21152         __mips_no_madd4.
21153         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
21154         (ISA_HAS_FUSED_MADD4): Likewise.
21155         * doc/invoke.texi (-mmadd4): Document the new option.
21156         * doc/install.texi (--with-madd4): Document the new option.
21158 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21160         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
21161         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
21162         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
21163         (aarch64_init_pauth_hint_builtins): New.
21164         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
21165         (aarch64_expand_builtin): Expand new builtins.
21167 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21169         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
21170         * combine-stack-adj.c (no_unhandled_cfa): Handle
21171         REG_CFA_TOGGLE_RA_MANGLE.
21172         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
21173         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
21174         info for return address signing.
21175         (aarch64_expand_epilogue): Likewise.
21177 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21179         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
21180         * config/aarch64/aarch64-protos.h
21181         (aarch64_return_address_signing_enabled): New declaration.
21182         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
21183         New function.
21184         (aarch64_expand_prologue): Sign return address before it's pushed onto
21185         stack.
21186         (aarch64_expand_epilogue): Authenticate return address fetched from
21187         stack.
21188         (aarch64_override_options): Sanity check for ILP32 and ISA level.
21189         (aarch64_attributes): New function attributes for "sign-return-address".
21190         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
21191         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
21192         ("*do_return"): Generate combined instructions according to key index.
21193         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
21194         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
21195         iterators.
21196         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
21197         * config/aarch64/aarch64.opt (msign-return-address=): New.
21198         * doc/extend.texi (AArch64 Function Attributes): Documents
21199         "sign-return-address=".
21200         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
21202 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
21204         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
21205         overall option summary.
21207 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21209         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
21210         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
21211         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
21212         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
21214 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
21216         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
21217         -mpower9-minmax by default for -mcpu=power9.
21218         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
21219         128-bit floating point.
21221 2017-01-20  Alan Modra  <amodra@gmail.com>
21223         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
21224         optimizing for size.
21226 2017-01-20  Alan Modra  <amodra@gmail.com>
21228         PR target/79144
21229         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
21230         for strcmp and strncmp from corresponding builtin decl.
21232 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21234         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
21235         instead of i386/rtems-64.h.
21236         * config/i386/rtems-64.h: Remove.
21238 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21240         PR target/78478
21241         Revert:
21242         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
21244         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
21246 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
21248         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
21249         Change int to HOST_WIDE_INT.
21250         * config/aarch64/aarch64-protos.h
21251         (aarch64_simd_gen_const_vector_dup): Likewise.
21252         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
21254 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
21256         * langhooks-def.h (lhd_type_for_size): New decl.
21257         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
21258         * langhooks.c (lhd_type_for_size): New function, taken from
21259         lto_type_for_size.
21261 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
21263         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
21264         define_bypass for CR latency.
21265         (power9-cracked-alu): Update bypass latency and remove power9-branch.
21266         (power9-alu2): Add define_bypass for CR latency.
21267         (power9-cmp): New.
21268         (power9-mul): Update insn latency.
21269         (power9-mul-compare): Update insn latency, bypass latency and remove
21270         power9-branch.
21272 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21274         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
21275         Delete.
21276         * config/aarch64/aarch64.md
21277         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
21278         aarch64_nopcrelative_literal_loads.
21279         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
21281 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
21283         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
21284         TARGET_LOONGSON_3A.
21285         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
21287 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
21289         PR target/78176
21290         * config.gcc (supported_defaults): Add lxc1-sxc1.
21291         (with_lxc1_sxc1): Add validation.
21292         (all_defaults): Add lxc1-sxc1.
21293         * config/mips/mips.opt (mlxc1-sxc1): New option.
21294         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21295         mlxc1-sxc1.
21296         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21297         __mips_no_lxc1_sxc1.
21298         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
21299         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
21300         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
21302 2017-01-19  Richard Biener  <rguenther@suse.de>
21304         PR tree-optimization/72488
21305         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
21306         sure to restore SSA info.
21307         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
21309 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
21311         PR rtl-optimization/79121
21312         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
21313         of the inner type when shifting an extended value.
21315 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21317         PR lto/78407
21318         * symtab.c (symtab_node::equal_address_to): Fix comparing of
21319         interposable aliases.
21321 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
21323         PR target/78516
21324         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
21325         Use the evmergelohi instruction.
21326         (mov_si<mode>_e500_subreg4_2_le): Likewise.
21327         (mov_sitf_e500_subreg8_2_be): Likewise.
21328         (mov_sitf_e500_subreg12_2_le): Likewise.
21329         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
21330         (mov_si<mode>_e500_subreg4_2_be): Likewise.
21331         (mov_sitf_e500_subreg8_2_le): Likewise.
21332         (mov_sitf_e500_subreg12_2_be): Likewise.
21334 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21336         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
21337         attribute from vecsimple to vecperm.
21338         (altivec_vbpermq2): Likewise.
21340 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21342         PR target/79040
21343         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
21345 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
21346         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
21347         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
21348         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
21349         case where N arg is SIZE_MAX.
21350         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
21351         (cmpstrsi): Add pattern.
21353 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
21355         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21356         __builtin_vec_revb builtins.
21357         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
21358         built-in functions to support generation of the ISA 3.0 XXBR<x>
21359         vector byte reverse instructions.
21360         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
21361         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
21362         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
21363         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
21364         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
21365         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
21366         (P9V_BUILTIN_VEC_REVB): Likewise.
21367         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
21368         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
21369         (p9_xxbrq_v16qi): Likewise.
21370         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
21371         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
21372         (p9_xxbrh_v8hi): Likewise.
21373         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
21374         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
21375         vec_revb built-in functions.
21377 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
21379         PR rtl-optimization/78952
21380         * config/i386/i386.md (any_extract): New code iterator.
21381         (*insvqi_2): Use any_extract for source operand.
21382         (*insvqi_3): Use any_shiftrt for source operand.
21384 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
21386         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
21387         New function.
21388         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
21390 2017-01-18  Matthias Klose  <doko@ubuntu.com>
21392         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
21394 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21396         * config/rs6000/altivec.h (vec_bperm): Change #define.
21397         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
21398         (altivec_vbpermq2): New define_insn.
21399         (altivec_vbpermd): Likewise.
21400         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
21401         function interface.
21402         (VBPERMD): Likewise.
21403         (VBPERM): New polymorphic function interface.
21404         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
21405         Add entries for P9V_BUILTIN_VEC_VBPERM.
21406         * doc/extend.texi: Add interfaces for vec_bperm.
21408 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21410         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
21411         first letter of error messages.
21412         (s390_resolve_overloaded_builtin): Likewise.
21413         * config/s390/s390.c (s390_expand_builtin): Likewise.
21414         (s390_invalid_arg_for_unprototyped_fn): Likewise.
21415         (s390_valid_target_attribute_inner_p): Likewise.
21416         * config/s390/s390.md ("tabort"): Likewise.
21418 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
21420         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
21421         (ISA_AVOID_DIV_HILO): New macro.
21422         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
21423         (ISA_HAS_DDIV): Likewise.
21425 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21427         * doc/invoke.texi (fabi-version): Correct number of occurrences.
21429 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21431         * doc/invoke.texi (fabi-version): Spelling fix.
21433 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21435         PR c++/70182
21436         * doc/invoke.texi (fabi-version): Mention mangling fix for
21437         operator names.
21439 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21441         PR c++/77489
21442         * doc/invoke.texi (fabi-version): Document discriminator mangling.
21444 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
21446         PR target/78875
21447         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
21448         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
21449         the new options.
21450         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
21451         flexible settings.
21452         (stack_protect_test): Ditto.
21453         * config/rs6000/rs6000.opt (mstack-protector-guard=,
21454         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
21455         options.
21456         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
21457         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
21458         -mstack-protector-guard-offset=.
21459         (RS/6000 and PowerPC Options): Ditto.
21461 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21463         * config/i386/i386.h (MASK_CLASS_P): New define.
21464         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
21465         there are no registers from different register sets also when
21466         mask registers are used.  Update function comment.
21467         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
21468         to (*k/*r) and (*k/*km) alternatives.
21470 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
21472         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
21473         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
21474         (EH_RETURN_HANDLER_RTX): New define.
21475         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
21476         Force frame pointer in EH return functions.
21477         (aarch64_expand_epilogue): Add barrier for eh_return.
21478         (aarch64_final_eh_return_addr): Remove.
21479         (aarch64_eh_return_handler_rtx): New function.
21480         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
21481         Remove.
21482         (aarch64_eh_return_handler_rtx): New prototype.
21484 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21486         * config/rs6000/altivec.h (vec_rlmi): New #define.
21487         (vec_vrlnm): Likewise.
21488         (vec_rlnm): Likewise.
21489         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
21490         (UNSPEC_VRLNM): Likewise.
21491         (VIlong): New mode iterator.
21492         (altivec_vrl<VI_char>mi): New define_insn.
21493         (altivec_vrl<VI_char>nm): Likewise.
21494         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
21495         function entry.
21496         (VRLDNM): Likewise.
21497         (RLNM): New polymorphic function entry.
21498         (VRLWMI): New monomorphic function entry.
21499         (VRLDMI): Likewise.
21500         (RLMI): New polymorphic function entry.
21501         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
21502         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
21503         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
21504         vec_vrlnm.
21506 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21508         PR debug/78839
21509         * dwarf2out.c (field_byte_offset): Restore the
21510         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
21511         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
21512         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
21513         of build2 + fold.
21515 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21517         PR ada/67205
21518         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
21520 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21522         PR debug/71669
21523         * dwarf2out.c (add_data_member_location_attribute): For constant
21524         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
21525         instead of DW_AT_data_member_location, DW_AT_bit_offset and
21526         DW_AT_byte_size attributes.
21528 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21530         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
21531         after forcing to constant memory when the code model is medium.
21533 2017-01-17  Julia Koval  <julia.koval@intel.com>
21535         PR target/76731
21536         * config/i386/avx512fintrin.h
21537         (_mm512_i32gather_ps): Change __addr type to void const*.
21538         (_mm512_mask_i32gather_ps): Ditto.
21539         (_mm512_i32gather_pd): Ditto.
21540         (_mm512_mask_i32gather_pd): Ditto.
21541         (_mm512_i64gather_ps): Ditto.
21542         (_mm512_mask_i64gather_ps): Ditto.
21543         (_mm512_i64gather_pd): Ditto.
21544         (_mm512_mask_i64gather_pd): Ditto.
21545         (_mm512_i32gather_epi32): Ditto.
21546         (_mm512_mask_i32gather_epi32): Ditto.
21547         (_mm512_i32gather_epi64): Ditto.
21548         (_mm512_mask_i32gather_epi64): Ditto.
21549         (_mm512_i64gather_epi32): Ditto.
21550         (_mm512_mask_i64gather_epi32): Ditto.
21551         (_mm512_i64gather_epi64): Ditto.
21552         (_mm512_mask_i64gather_epi64): Ditto.
21553         (_mm512_i32scatter_ps): Change __addr type to void*.
21554         (_mm512_mask_i32scatter_ps): Ditto.
21555         (_mm512_i32scatter_pd): Ditto.
21556         (_mm512_mask_i32scatter_pd): Ditto.
21557         (_mm512_i64scatter_ps): Ditto.
21558         (_mm512_mask_i64scatter_ps): Ditto.
21559         (_mm512_i64scatter_pd): Ditto.
21560         (_mm512_mask_i64scatter_pd): Ditto.
21561         (_mm512_i32scatter_epi32): Ditto.
21562         (_mm512_mask_i32scatter_epi32): Ditto.
21563         (_mm512_i32scatter_epi64): Ditto.
21564         (_mm512_mask_i32scatter_epi64): Ditto.
21565         (_mm512_i64scatter_epi32): Ditto.
21566         (_mm512_mask_i64scatter_epi32): Ditto.
21567         (_mm512_i64scatter_epi64): Ditto.
21568         (_mm512_mask_i64scatter_epi64): Ditto.
21569         * config/i386/avx512pfintrin.h
21570         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
21571         (_mm512_mask_prefetch_i32gather_ps): Ditto.
21572         (_mm512_mask_prefetch_i64gather_pd): Ditto.
21573         (_mm512_mask_prefetch_i64gather_ps): Ditto.
21574         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
21575         (_mm512_prefetch_i32scatter_ps): Ditto.
21576         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
21577         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
21578         (_mm512_prefetch_i64scatter_pd): Ditto.
21579         (_mm512_prefetch_i64scatter_ps): Ditto.
21580         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
21581         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
21582         * config/i386/avx512vlintrin.h
21583         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
21584         (_mm_mmask_i32gather_ps): Ditto.
21585         (_mm256_mmask_i32gather_pd): Ditto.
21586         (_mm_mmask_i32gather_pd): Ditto.
21587         (_mm256_mmask_i64gather_ps): Ditto.
21588         (_mm_mmask_i64gather_ps): Ditto.
21589         (_mm256_mmask_i64gather_pd): Ditto.
21590         (_mm_mmask_i64gather_pd): Ditto.
21591         (_mm256_mmask_i32gather_epi32): Ditto.
21592         (_mm_mmask_i32gather_epi32): Ditto.
21593         (_mm256_mmask_i32gather_epi64): Ditto.
21594         (_mm_mmask_i32gather_epi64): Ditto.
21595         (_mm256_mmask_i64gather_epi32): Ditto.
21596         (_mm_mmask_i64gather_epi32): Ditto.
21597         (_mm256_mmask_i64gather_epi64): Ditto.
21598         (_mm_mmask_i64gather_epi64): Ditto.
21599         (_mm256_i32scatter_ps): Change __addr type to void*.
21600         (_mm256_mask_i32scatter_ps): Ditto.
21601         (_mm_i32scatter_ps): Ditto.
21602         (_mm_mask_i32scatter_ps): Ditto.
21603         (_mm256_i32scatter_pd): Ditto.
21604         (_mm256_mask_i32scatter_pd): Ditto.
21605         (_mm_i32scatter_pd): Ditto.
21606         (_mm_mask_i32scatter_pd): Ditto.
21607         (_mm256_i64scatter_ps): Ditto.
21608         (_mm256_mask_i64scatter_ps): Ditto.
21609         (_mm_i64scatter_ps): Ditto.
21610         (_mm_mask_i64scatter_ps): Ditto.
21611         (_mm256_i64scatter_pd): Ditto.
21612         (_mm256_mask_i64scatter_pd): Ditto.
21613         (_mm_i64scatter_pd): Ditto.
21614         (_mm_mask_i64scatter_pd): Ditto.
21615         (_mm256_i32scatter_epi32): Ditto.
21616         (_mm256_mask_i32scatter_epi32): Ditto.
21617         (_mm_i32scatter_epi32): Ditto.
21618         (_mm_mask_i32scatter_epi32): Ditto.
21619         (_mm256_i32scatter_epi64): Ditto.
21620         (_mm256_mask_i32scatter_epi64): Ditto.
21621         (_mm_i32scatter_epi64): Ditto.
21622         (_mm_mask_i32scatter_epi64): Ditto.
21623         (_mm256_i64scatter_epi32): Ditto.
21624         (_mm256_mask_i64scatter_epi32): Ditto.
21625         (_mm_i64scatter_epi32): Ditto.
21626         (_mm_mask_i64scatter_epi32): Ditto.
21627         (_mm256_i64scatter_epi64): Ditto.
21628         (_mm256_mask_i64scatter_epi64): Ditto.
21629         (_mm_i64scatter_epi64): Ditto.
21630         (_mm_mask_i64scatter_epi64): Ditto.
21631         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
21632         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
21633         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
21634         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
21635         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
21636         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
21637         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
21638         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
21639         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
21640         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
21641         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
21642         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
21643         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
21644         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
21645         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
21646         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
21647         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
21648         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
21649         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
21650         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
21651         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
21652         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
21653         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
21654         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
21655         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
21656         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
21657         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
21658         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
21659         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
21660         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
21661         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
21662         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
21663         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
21664         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
21665         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
21666         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
21667         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
21668         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
21669         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
21670         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
21671         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
21672         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
21673         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
21674         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
21675         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
21676         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
21677         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
21678         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
21679         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
21680         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
21681         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
21682         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
21683         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
21684         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
21685         definitions accordingly.
21687 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
21688             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
21690         PR target/79079
21691         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
21692         gen_lowpart.
21694 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
21696         PR target/79058
21697         * ira-conflicts.c (ira_build_conflicts): Update total conflict
21698         hard regs for inner regno.
21700 2017-01-17  Martin Liska  <mliska@suse.cz>
21702         PR ipa/71207
21703         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
21704         assumption and add comment.
21706 2017-01-17  Nathan Sidwell  <nathan@acm.org>
21708         * ipa-visibility.c (localize_node): New function, broken out of ...
21709         (function_and_variable_visibility): ... here. Call it.
21711 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21713         PR middle-end/77445
21714         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
21715         correctly set frequency of oudgoing edge.
21716         (duplicate_thread_path): Fix profile updating.
21718 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21720         PR other/79046
21721         * configure.ac: Add GCC_BASE_VER.
21722         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
21723         version from BASE-VER file.
21724         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
21725         (gcc.o): Depend on $(BASEVER).
21726         * common.opt (dumpfullversion): New option.
21727         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
21728         * doc/invoke.texi: Document -dumpfullversion.
21729         * doc/install.texi: Document --with-gcc-major-version-only.
21730         * configure: Regenerated.
21732 2017-01-17  Richard Biener  <rguenther@suse.de>
21734         PR tree-optimization/71433
21735         * tree-vrp.c (register_new_assert_for): Merge same asserts
21736         on all incoming edges.
21737         (process_assert_insertions_for): Handle insertions at the
21738         beginning of BBs.
21740 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
21742         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
21743         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
21745 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
21747         PR target/78633
21748         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
21749         RTL sharing.
21751 2017-01-17  Alan Modra  <amodra@gmail.com>
21753         PR target/79066
21754         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
21755         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
21756         symbolic stack limit when pic.
21758 2017-01-16  Martin Sebor  <msebor@redhat.com>
21760         PR tree-optimization/78608
21761         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
21763 2017-01-16  Jeff Law  <law@redhat.com>
21765         Revert:
21766         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
21767         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
21768         for several include directories that may be relative to sysroot.
21769         * config/i386/x-mingw32 (gplus_includedir): Define.
21770         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
21771         (native_system_includedir): Likewise.
21772         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
21773         override if TARGET_SYSTEM_ROOT is defined.
21774         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
21776         PR tree-optimization/79090
21777         PR tree-optimization/33562
21778         PR tree-optimization/61912
21779         PR tree-optimization/77485
21780         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
21781         and computed trims into the dump file.
21783 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21785         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
21787 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
21789         PR c/79089
21790         * gimplify.c (gimplify_init_constructor): If want_value and
21791         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
21792         fix.
21794         PR target/79080
21795         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
21796         sequence.  Formatting fixes.
21797         (doloop_optimize): Formatting fixes.
21799         PR driver/49726
21800         * gcc.c (debug_level_greater_than_spec_func): New function.
21801         (static_spec_functions): Add debug-level-gt spec function.
21802         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
21803         !g0.
21804         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21805         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21806         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
21807         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
21808         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
21809         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
21811 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
21813         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
21814         QImode fixups to general and mask registers only.
21816 2017-01-16  Carl Love  <cel@us.ibm.com>
21818         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
21819         for built-in functions
21820         vector signed char vec_nabs (vector signed char)
21821         vector signed short vec_nabs (vector signed short)
21822         vector signed int vec_nabs (vector signed int)
21823         vector signed long long vec_nabs (vector signed long long)
21824         vector float vec_nabs (vector float)
21825         vector double vec_nabs (vector double)
21826         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
21827         and NABS overload.
21828         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
21829         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
21830         * doc/extend.texi: Update the documentation file for the new built-in
21831         functions.
21833 2017-01-16  Martin Sebor  <msebor@redhat.com>
21835         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
21836         message.
21838 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21840         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
21841         UNSPEC_VSX__XXSPLTD to require special splat handling.
21843 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
21845         PR bootstrap/78616
21846         * system.h: Poison strndup.
21848 2017-01-16  Alan Modra  <amodra@gmail.com>
21850         PR target/79098
21851         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
21852         use a switch.
21854 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
21856         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
21858 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
21860         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
21861         call recog here.  Assert that INSN_CODE (insn) is non-negative.
21863 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21865         PR target/72749
21866         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
21867         fallthrough.
21868         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
21869         in the currently scheduled RTL fragment.
21871 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21873         PR rtl-optimization/78751
21874         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
21875         give up.
21877 2017-01-14  Jeff Law  <law@redhat.com>
21879         PR tree-optimization/79090
21880         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
21881         variable length stores.
21882         (compute_trims): Delete dead assignment to *trim_tail.
21883         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
21884         zero length.
21886 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
21888         PR rtl-optimization/78626
21889         PR rtl-optimization/78727
21890         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
21891         of a block, and split such blocks after everything else is finished.
21893 2017-01-14  Alan Modra  <amodra@gmail.com>
21895         PR target/72749
21896         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
21897         target legitimate_combined_insn.
21898         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
21899         (rs6000_legitimate_combined_insn): New function.
21900         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
21901         all uses.
21902         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
21903         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
21904         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
21906 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
21908         * doc/frontends.texi (G++ and GCC): Remove references to Java.
21910 2017-01-13  Jeff Law  <law@redhat.com>
21912         PR tree-optimization/33562
21913         PR tree-optimization/61912
21914         PR tree-optimization/77485
21915         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
21916         a statement.
21917         (delete_dead_assignment): Likewise.
21918         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
21919         statement to delete_dead_call and delete_dead_assignment.
21921 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
21923         PR c/78304
21924         * substring-locations.c (format_warning_va): Strengthen case 1 so
21925         that both endpoints of the substring must be within the format
21926         range for just the substring to be printed.
21928 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
21930         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
21931         * config/i386/i386.c (ix86_target_string): Add missing options
21932         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
21933         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
21934         flags_other and ix86_target_other to flags2_other.  Display unknown
21935         isa2 options.
21936         (ix86_valid_target_attribute_inner_p): Add missing options and
21937         reorder options by implied ISAs, as in ix86_target_string.
21939 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21941         * hash-table.h (hash_table::too_empty_p): New function.
21942         (hash_table::expand): Use it.
21943         (hash_table::traverse): Likewise.
21944         (hash_table::empty_slot): Use sizeof (value_type) instead of
21945         sizeof (PTR) to convert bytes to elements.  Shrink the table
21946         if the current size is excessive for the current number of
21947         elements.
21949 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21951         * ira-costs.c (record_reg_classes): Break from the inner loop
21952         early once alt_fail is known to be true.  Update outer loop
21953         handling accordingly.
21955 2017-01-13  Jeff Law  <law@redhat.com>
21957         * tree-ssa-dse.c (decrement_count): New function.
21958         (increment_start_addr, maybe_trim_memstar_call): Likewise.
21959         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
21960         when we know the partially dead statement is a mem* function.
21962         PR tree-optimization/61912
21963         PR tree-optimization/77485
21964         * tree-ssa-dse.c: Include expr.h.
21965         (maybe_trim_constructor_store): New function.
21966         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
21968         PR tree-optimization/33562
21969         PR tree-optimization/61912
21970         PR tree-optimization/77485
21971         * doc/invoke.texi: Document new dse-max-object-size param.
21972         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
21973         * tree-ssa-dse.c: Include params.h.
21974         (dse_store_status): New enum.
21975         (initialize_ao_ref_for_dse): New, partially extracted from
21976         dse_optimize_stmt.
21977         (valid_ao_ref_for_dse, normalize_ref): New.
21978         (setup_live_bytes_from_ref, compute_trims): Likewise.
21979         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
21980         (maybe_trim_partially_dead_store): Likewise.
21981         (maybe_trim_complex_store): Likewise.
21982         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
21983         Track what bytes live from the original store.  Return tri-state
21984         for dead, partially dead or live.
21985         (dse_dom_walker): Add constructor, destructor and new private members.
21986         (delete_dead_call, delete_dead_assignment): New extracted from
21987         dse_optimize_stmt.
21988         (dse_optimize_stmt): Make a member of dse_dom_walker.
21989         Use initialize_ao_ref_for_dse.
21991         PR tree-optimization/33562
21992         PR tree-optimization/61912
21993         PR tree-optimization/77485
21994         * sbitmap.h (bitmap_count_bits): Prototype.
21995         (bitmap_clear_range, bitmap_set_range): Likewise.
21996         * sbitmap.c (bitmap_clear_range): New function.
21997         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
21999 2017-01-13  Martin Liska  <mliska@suse.cz>
22001         PR ipa/79043
22002         * function.c (set_cfun): Add new argument force.
22003         * function.h (set_cfun): Likewise.
22004         * ipa-inline-transform.c (inline_call): Use the function when
22005         strict alising from is dropped for function we inline to.
22007 2017-01-13  Richard Biener  <rguenther@suse.de>
22009         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
22010         for dumping GIMPLE INTEGER_CSTs.
22012 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
22014         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
22015         to 201112L since C++17.
22017 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
22019         PR sanitizer/78887
22020         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
22021         if -fsanitize=kernel-address is present.
22023 2017-01-13  Richard Biener  <rguenther@suse.de>
22025         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
22026         as _Literal ( type ) number in case usual suffixes do not
22027         preserve all information.
22029 2017-01-13  Richard Biener  <rguenther@suse.de>
22031         PR tree-optimization/77283
22032         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
22033         and ssa-iterators.h.
22034         (is_feasible_trace): Implement a cost model based on joiner
22035         PHI node uses.
22037 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
22039         PR target/79004
22040         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
22041         char or short to __float128/_Float128 directly.
22043 2017-01-12  Martin Sebor  <msebor@redhat.com>
22045         to -Wformat-overflow.
22046         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
22047         (min_bytes_remaining): Same.
22048         (get_string_length): Same.
22049         (format_string): Same.
22050         (format_directive): Same.
22051         (add_bytes): Same.
22052         (pass_sprintf_length::handle_gimple_call): Same.
22054 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
22056         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
22057         info.nowrite calls with no lhs that can't throw.  Return bool
22058         whether gsi_remove has been called or not.
22059         (pass_sprintf_length::handle_gimple_call): Return bool whether
22060         try_substitute_return_value called gsi_remove.  Formatting fix.
22061         (pass_sprintf_length::execute): Don't use gsi_remove if
22062         handle_gimple_call returned true.
22064         PR bootstrap/79069
22065         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
22066         be removed due to side-effects, don't remove following barrier nor
22067         turn the successor edge into fallthru edge.
22069 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22071         PR target/79044
22072         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
22073         element-reversing loads and stores as not swappable.
22075 2017-01-12  Nathan Sidwell  <nathan@acm.org>
22076             Nicolai Stange  <nicstange@gmail.com>
22078         * combine.c (try_combine): Don't ignore result of overlap checking
22079         loop.  Combine overlap & asm check into single loop.
22081 2017-01-12  Richard Biener  <rguenther@suse.de>
22083         * tree-pretty-print.c (dump_generic_node): Provide -gimple
22084         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
22086 2017-01-12  Richard Biener  <rguenther@suse.de>
22088         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
22089         and TS_TARGET_OPTION directly derive from TS_BASE.
22090         * tree-core.h (tree_optimization_option): Derive from tree_base.
22091         (tree_target_option): Likewise.
22093 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
22095         * config/i386/i386.c (memory_address_length): Increase len
22096         only when rip_relative_addr_p returns false.
22098 2017-01-11  Julia Koval  <julia.koval@intel.com>
22100         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
22101         (OPTION_MASK_ISA_SGX_SET): New.
22102         (ix86_handle_option): Handle OPT_msgx.
22103         * config.gcc: Added sgxintrin.h.
22104         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
22105         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
22106         * config/i386/i386.c (ix86_target_string): Add -msgx.
22107         (PTA_SGX): New.
22108         (ix86_option_override_internal): Handle new options.
22109         (ix86_valid_target_attribute_inner_p): Add sgx.
22110         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
22111         * config/i386/i386.opt: Add msgx.
22112         * config/i386/sgxintrin.h: New file.
22113         * config/i386/x86intrin.h: Add sgxintrin.h.
22115 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
22117         PR c++/71537
22118         * fold-const.c (maybe_nonzero_address): Return 1 for function
22119         local objects.
22120         (tree_single_nonzero_warnv_p): Don't handle function local objects
22121         here.
22123         PR c++/72813
22124         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
22125         of c-header.
22127 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
22129         PR driver/78877
22130         * opts.c: Include "spellcheck.h"
22131         (struct string_fragment): New struct.
22132         (struct edit_distance_traits<const string_fragment &>): New
22133         struct.
22134         (get_closest_sanitizer_option): New function.
22135         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
22137 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
22139         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
22140         by 12.
22141         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
22142         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
22143         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
22144         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
22145         for initial die_offset if dwarf_split_debug_info.
22146         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
22147         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
22148         fields.
22149         (output_skeleton_debug_sections): Formatting fix.  Use
22150         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
22151         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
22153 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
22155         * config/arm/cortex-a53.md: Add bypasses for
22156         cortex_a53_r2f_cvt.
22157         (cortex_a53_r2f): Only use for transfers.
22158         (cortex_a53_f2r): Likewise.
22159         (cortex_a53_r2f_cvt): Add reservation for conversions.
22160         (cortex_a53_f2r_cvt): Likewise.
22162 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
22164         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
22165         to all inlined functions, change static to extern.
22167 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
22169         PR target/78253
22170         * config/arm/arm.c (legitimize_pic_address): Handle reference to
22171         weak symbol.
22172         (arm_assemble_integer): Likewise.
22174 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
22176         * config.gcc: Use new awk script to check CPU, FPU and architecture
22177         parameters for --with-... options.
22178         * config/arm/parsecpu.awk: New file
22179         * config/arm/arm-cpus.in: New file.
22180         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
22181         files.
22182         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
22183         files.
22184         * config/arm/t-arm: Update dependency rules.
22185         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
22186         of processing .def files.
22187         * config/arm/genopt.sh: Deleted.
22188         * config/arm/gentune.sh: Deleted.
22189         * config/arm/arm-cores.def: Deleted.
22190         * config/arm/arm-arches.def: Deleted.
22191         * config/arm/arm-fpus.def: Deleted.
22192         * config/arm/arm-tune.md: Regenerated.
22193         * config/arm/arm-tables.opt: Regenerated.
22194         * config/arm/arm-cpu.h: New generated file.
22195         * config/arm/arm-cpu-data.h: New generated file.
22196         * config/arm/arm-cpu-cdata.h: New generated file.
22198 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
22200         PR lto/79042
22201         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
22202         bit.
22203         (input_varpool_node): Unpack dynamically_initialized bit.
22205 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
22207         PR rtl-optimization/79032
22208         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
22209         the alignment of the adjusted memory reference against that of MODE,
22210         instead of the alignment of the original memory reference.
22212 2017-01-11  Martin Jambor  <mjambor@suse.cz>
22214         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
22215         test.
22216         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
22217         decorated functions.
22219 2017-01-11  Richard Biener  <rguenther@suse.de>
22221         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
22222         set range/nonnull info for PHI results.  Do not set it on
22223         stmts marked for removal.
22225 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
22227         * expr.c (store_field): In the bitfield case, fetch the return value
22228         from the registers before applying a single big-endian adjustment.
22229         Always do a final load for a BLKmode value not larger than a word.
22231 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
22233         PR c++/77949
22234         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22235         that we correctly handle column numbers greater than
22236         LINE_MAP_MAX_COLUMN_NUMBER.
22238 2017-01-10  Martin Sebor  <msebor@redhat.com>
22240         PR middle-end/78245
22241         * gimple-ssa-sprintf.c (get_destination_size): Call
22242         {init,fini}object_sizes.
22243         * tree-object-size.c (addr_object_size): Adjust.
22244         (pass_through_call): Adjust.
22245         (pass_object_sizes::execute): Adjust.
22246         * tree-object-size.h (fini_object_sizes): Declare.
22248 2017-01-10  Martin Sebor  <msebor@redhat.com>
22250         PR tree-optimization/78775
22251         * builtins.c (get_size_range): Move...
22252         * calls.c: ...to here.
22253         (alloc_max_size): Accept zero argument.
22254         (operand_signed_p): Remove.
22255         (maybe_warn_alloc_args_overflow): Call get_size_range.
22256         * calls.h (get_size_range): Declare.
22258 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
22260         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
22261         from TI's devices.csv file as of September 2016.
22262         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
22264 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
22266         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
22267         * doc/invoke.texi: Likewise.
22268         * doc/md.texi: Likewise.
22269         * doc/objc.texi: Likewise.
22271 2017-01-10  Joshua Conner  <joshconner@google.com>
22273         * config/arm/fuchsia-elf.h: New file.
22274         * config/fuchsia.h: New file.
22275         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
22276         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
22277         targets.
22278         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
22280 2016-01-10  Richard Biener  <rguenther@suse.de>
22282         PR tree-optimization/79034
22283         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
22284         Propagate out degenerate PHIs in the joiner.
22286 2017-01-10  Martin Liska  <mliska@suse.cz>
22288         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
22289         (sort_congruence_classes_by_decl_uid): Likewise.
22290         (sort_congruence_class_groups_by_decl_uid): Likewise.
22291         (sem_item_optimizer::merge_classes): Sort class, groups in these
22292         classes and members in the groups by DECL_UID of declarations.
22293         This would make merge operations stable.
22295 2017-01-10  Martin Liska  <mliska@suse.cz>
22297         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
22298         usage of m_classes_vec.
22299         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
22300         (sem_item_optimizer::get_group_by_hash): Likewise.
22301         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
22302         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
22303         (sem_item_optimizer::verify_classes): Likewise.
22304         (sem_item_optimizer::process_cong_reduction): Likewise.
22305         (sem_item_optimizer::dump_cong_classes): Likewise.
22306         (sem_item_optimizer::merge_classes): Likewise.
22307         * ipa-icf.h (congruence_class_hash): Rename from
22308         congruence_class_group_hash.  Remove declaration of m_classes_vec.
22310 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
22312         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
22313         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
22314         * config.gcc: Add avx512vpopcntdqintrin.h.
22315         * config/i386/avx512vpopcntdqintrin.h: New.
22316         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
22317         * config/i386/i386-builtin-types.def: Add new types.
22318         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
22319         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
22320         __builtin_ia32_vpopcountq_v8di_mask): New.
22321         * config/i386/i386-c.c (ix86_target_macros_internal): Define
22322         __AVX512VPOPCNTDQ__.
22323         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
22324         (PTA_AVX512VPOPCNTDQ): Define.
22325         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
22326         TARGET_AVX512VPOPCNTDQ_P): Define.
22327         * config/i386/i386.opt: Add mavx512vpopcntdq.
22328         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
22329         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
22331 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22333         PR middle-end/77484
22334         * predict.def (PRED_CALL): Set to 67.
22336 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
22338         * expr.c (store_field): In the bitfield case, if the value comes from
22339         a function call and is of an aggregate type returned in registers, do
22340         not modify the field mode; extract the value in all cases if the mode
22341         is BLKmode and the size is not larger than a word.
22343 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
22345         PR target/71017
22346         * config/i386/cpuid.h: Fix undefined behavior.
22348 2017-01-04  Jeff Law  <law@redhat.com>
22350         PR tree-optimization/79007
22351         PR tree-optimization/67955
22352         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
22353         conservative for pt.null when flag_non_call_exceptions is on.
22355 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22357         PR translation/79019
22358         PR translation/79020
22359         * params.def (PARAM_INLINE_MIN_SPEEDUP,
22360         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
22361         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
22362         in descriptions.
22363         * config/avr/avr.opt (maccumulate-args): Likewise.
22364         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
22365         * common.opt (freport-bug): Likewise.
22366         * cif-code.def (CIF_FINAL_ERROR): Likewise.
22367         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
22368         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
22369         translatable string.
22370         * config/i386/i386.c (function_value_32): Likewise.
22371         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
22372         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
22373         Likewise.
22374         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
22375         * common/config/msp430/msp430-common.c (msp430_handle_option):
22376         Likewise.
22377         * symtab.c (symtab_node::verify_base): Likewise.
22378         * opts.c (set_debug_level): Likewise.
22379         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
22380         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
22381         missing whitespace to translatable strings.
22382         * config/avr/avr.md (bswapsi2): Fix typo in comment.
22383         * config/sh/superh.h: Likewise.
22384         * config/i386/xopintrin.h: Likewise.
22385         * config/i386/znver1.md: Likewise.
22386         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
22387         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
22388         * double-int.h (struct double_int): Likewise.
22389         * double-int.c (div_and_round_double): Likewise.
22390         * wide-int.cc: Likewise.
22391         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
22392         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
22393         * cfgcleanup.c (crossjumps_occured): Renamed to ...
22394         (crossjumps_occurred): ... this.
22395         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
22396         Adjust all uses.
22398         PR tree-optimization/78899
22399         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
22400         returning bool return struct loop *, NULL for failure and the new
22401         loop on success.
22402         (versionable_outer_loop_p): Don't version outer loop if it has
22403         dont_vectorized bit set.
22404         (tree_if_conversion): When versioning outer loop, ensure
22405         tree_if_conversion is performed also on the inner loop of the
22406         non-vectorizable outer loop copy.
22407         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
22408         LOOP_VECTORIZED in inner loop of the scalar outer loop and
22409         prevent vectorization of it.
22410         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
22411         the outer loop vectorization of the non-scalar version is attempted
22412         before vectorization of the inner loop in scalar version.  If
22413         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
22414         vectorization of its inner loop.
22415         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
22416         has 2 inner loops, rename also on edges from bb whose single pred
22417         is outer_loop->header.  Fix typo in function comment.
22419 2017-01-09  Martin Sebor  <msebor@redhat.com>
22421         PR bootstrap/79033
22422         * asan.c (asan_emit_stack_protection): Increase local buffer size
22423         to avoid snprintf truncation warning.
22425 2017-01-09  Andrew Pinski  <apinski@cavium.com>
22427         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
22428         to reference thunderx2t99 for the tuning structure
22429         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
22430         Rename to ...
22431         (thunderx2t99_extra_costs): This.
22432         * config/aarch64/aarch64-tune.md: Regenerate.
22433         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
22434         (vulcan_addrcost_table): This.
22435         (vulcan_regmove_cost): Rename to ...
22436         (thunderx2t99_regmove_cost): This.
22437         (vulcan_vector_cost): Rename to ...
22438         (thunderx2t99_vector_cost): this.
22439         (vulcan_branch_cost): Rename to ...
22440         (thunderx2t99_branch_cost): This.
22441         (vulcan_tunings): Rename to ...
22442         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
22443         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
22445 2017-01-09  Martin Jambor  <mjambor@suse.cz>
22447         PR ipa/78365
22448         PR ipa/78599
22449         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
22450         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
22451         (propagate_vr_accross_jump_function): Use the above function for all
22452         value range computations for pass-through jump functions and type
22453         converasion from explicit value range values.
22454         (ipcp_propagate_stage): Do not attempt to deduce types of formal
22455         parameters from TYPE_ARG_TYPES.
22456         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
22457         (ipa_write_node_info): Stream type of the actual argument.
22458         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
22460 2017-01-09  Martin Liska  <mliska@suse.cz>
22462         PR pch/78970
22463         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
22464         (lookup_compiler): Do not show error message with have_E.
22466 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22468         PR tree-optimization/78938
22469         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
22470         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
22471         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
22472         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
22473         fixes.
22475 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22477         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
22478         is const0_rtx.
22480 2017-01-09  Richard Biener  <rguenther@suse.de>
22482         PR tree-optimization/78997
22483         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
22484         name condition properly.
22486 2017-01-09  Richard Biener  <rguenther@suse.de>
22488         PR debug/79000
22489         * dwarf2out.c (is_cxx): New overload with context.
22490         (is_naming_typedef_decl): Use it.
22492 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22494         * invoke.texi (Option Summary): Correct spacing in option lists
22495         and add line breaks to fix over-long lines.
22497 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22499         PR middle-end/17660
22501         * extend.texi (Common Variable Attributes): Add xref to GCC
22502         Internals manual to explain mode attribute keywords.
22504 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22506         PR other/16519
22507         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
22508         and Preprocessor Options.
22509         (Options for Linking): Document -pthread here....
22510         (RS/6000 and PowerPC Options): ...not here.
22511         (Solaris 2 Options): ...or here.
22512         * doc/cppopts.texi: Document -pthread.
22514 2017-01-08  Martin Sebor  <msebor@redhat.com>
22516         PR middle-end/77708
22517         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
22518         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
22519         New member functions.
22520         (format_directive): Used them.
22521         (add_bytes): Same.
22522         (pass_sprintf_length::handle_gimple_call): Same.
22523         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
22524         to avoid truncation for any argument.
22525         (extract_affine_mul): Same.
22526         * tree.c (get_file_function_name): Same.
22528 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22530         PR middle-end/77484
22531         * predict.def (PRED_INDIR_CALL): Set to 86.
22533 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22535         PR preprocessor/54124
22536         * doc/cppopts.texi: Reformat -d subtable to list the full name
22537         of the options.  Add cross-reference to the docs for the general
22538         compiler -d options.
22539         * doc/invoke.texi (Developer Options): Add cross-reference to the
22540         preprocessor-specific -d option documentation.
22542 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22544         PR preprocessor/13498
22545         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
22546         redudant material, and reflect new command-line options.
22547         (System Headers): Likewise.
22549 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22551         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
22552         -isystem, and -idirafter.  Copy-edit.
22553         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
22554         default for -ftrack-macro-expansion.  Delete obsolete and
22555         badly-formatted implementation details about -fdebug-cpp output.
22556         * doc/cppwarnopts.texi: Copy-edit.
22558 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
22560         PR c++/72803
22561         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22562         that the transition from a max line width >= 1<<10 to narrower
22563         lines works correctly.
22565 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
22567         * doc/options.texi (PerFunction): New.
22568         * opt-functions.awk (switch_flags): Map both Optimization and
22569         PerFunction to CL_OPTIMIZATION.
22570         * opth-gen.awk: Test for PerFunction flag along with
22571         Optimization.
22572         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
22573         it only when the latter is present.  Skip those that don't in
22574         the hash function generator.
22575         * common.opt (fvar-tracking): Mark as PerFunction instead of
22576         Optimization.
22577         (fvar-tracking-assignments): Likewise.
22578         (fvar-tracking-assignments-toggle): Likewise.
22579         (fvar-tracking-uninit): Likewise.
22581 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
22583         PR translation/79018
22584         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
22585         the and store.
22587 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
22589         PR target/57583
22590         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
22591         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
22592         TARGET_LONG_JUMP_TABLE_OFFSETS.
22593         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
22594         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
22595         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
22596         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
22597         * config/m68k/m68k.md (tablejump expander): Likewise.
22598         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
22599         TARGET_LONG_JUMP_TABLE_OFFSETS.
22600         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
22601         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
22603 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
22604             David Holsgrove <david.holsgrove@xilinx.com>
22606         * common/config/microblaze/microblaze-common.c
22607         (TARGET_EXCEPT_UNWIND_INFO): Remove.
22608         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
22609         New prototype.
22610         * config/microblaze/microblaze.c (microblaze_must_save_register)
22611         (microblaze_expand_epilogue, microblaze_return_addr): Handle
22612         calls_eh_return.
22613         (microblaze_eh_return): New function.
22614         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
22615         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
22616         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
22617         * config/microblaze/microblaze.md (eh_return): New pattern.
22619 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
22621         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
22622         GCC_DIAGNOSTIC_STRINGIFY): Define.
22624         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
22626 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22628         * config/arm/arm.md (<mcrr>): New.
22629         (<mrrc>): New.
22630         * config/arm/arm.c (arm_arch5te): New.
22631         (arm_option_override): Set arm_arch5te.
22632         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
22633         and mrrc2.
22634         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
22635         (arm_mcrr_qualifiers): ... this. New.
22636         (MRRC_QUALIFIERS): Define to...
22637         (arm_mrrc_qualifiers): ... this. New.
22638         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
22639         __arm_mrrc2): New.
22640         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
22641         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
22642         (MRRCI, mrrc, MRRC): New.
22643         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
22644         VUNSPEC_MRRC2): New.
22646 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22648         * config/arm/arm.md (<mcr>): New.
22649         (<mrc>): New.
22650         * config/arm/arm.c (arm_coproc_builtin_available): Add
22651         support for mcr, mrc, mcr2 and mrc2.
22652         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
22653         (arm_mcr_qualifiers): ... this. New.
22654         (MRC_QUALIFIERS): Define to ...
22655         (arm_mrc_qualifiers): ... this. New.
22656         (MCR_QUALIFIERS): Define to ...
22657         (arm_mcr_qualifiers): ... this. New.
22658         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
22659         __arm_mrc2): New.
22660         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
22661         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
22662         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
22663         VUNSPEC_MRC2): New.
22665 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22667         * config/arm/arm.md (*ldc): New.
22668         (*stc): New.
22669         (<ldc>): New.
22670         (<stc>): New.
22671         * config/arm/arm.c (arm_coproc_builtin_available): Add
22672         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
22673         (arm_coproc_ldc_stc_legitimate_address): New.
22674         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
22675         'qualifier_const_pointer'.
22676         (LDC_QUALIFIERS): Define to...
22677         (arm_ldc_qualifiers): ... this. New.
22678         (STC_QUALIFIERS): Define to...
22679         (arm_stc_qualifiers): ... this. New.
22680         * config/arm/arm-protos.h
22681         (arm_coproc_ldc_stc_legitimate_address): New.
22682         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
22683         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
22684         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
22685         stc2, stcl, stc2l): New.
22686         * config/arm/constraints.md (Uz): New.
22687         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
22688         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
22689         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
22690         VUNSPEC_STC2L): New.
22692 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22694         * config/arm/arm.md (<cdp>): New.
22695         * config/arm/arm.c (neon_const_bounds): Rename this ...
22696         (arm_const_bounds): ... this.
22697         (arm_coproc_builtin_available): New.
22698         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
22699         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
22700         (CDP_QUALIFIERS): Define to...
22701         (arm_cdp_qualifiers): ... this. New.
22702         (void_UP): Define.
22703         (arm_expand_builtin_args): Add case for 6 arguments.
22704         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
22705         (arm_const_bounds): ... this.
22706         (arm_coproc_builtin_available): New.
22707         * config/arm/arm_acle.h (__arm_cdp): New.
22708         (__arm_cdp2): New.
22709         * config/arm/arm_acle_builtins.def (cdp): New.
22710         (cdp2): New.
22711         * config/arm/iterators.md (CDPI,CDP,cdp): New.
22712         * config/arm/neon.md: Rename all 'neon_const_bounds' to
22713         'arm_const_bounds'.
22714         * config/arm/types.md (coproc): New.
22715         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
22716         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
22717         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
22718         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
22720 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22722         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
22723         (UBINOP_QUALIFIERS): New.
22724         (si_UP): Define.
22725         (acle_builtin_data): New. Change comment.
22726         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
22727         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
22728         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
22729         arm_acle_builtins.def.
22730         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
22731         (arm_init_acle_builtins): New.
22732         (CRC32_BUILTIN): Remove.
22733         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
22734         crc32cb, crc32ch and crc32cw.
22735         (arm_init_crc32_builtins): Remove.
22736         (arm_init_builtins): Use arm_init_acle_builtins rather
22737         than arm_init_crc32_builtins.
22738         (arm_expand_acle_builtin): New.
22739         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
22740         * config/arm/arm_acle_builtins.def: New.
22742 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22744         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
22745         (arm_builtin_datum): ... this.
22746         (arm_init_neon_builtin): Rename to ...
22747         (arm_init_builtin): ... this. Add a new parameters PREFIX
22748         and USE_SIG_IN_NAME.
22749         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
22750         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
22751         'arm_builtin_datum'.
22752         (arm_init_vfp_builtins): Likewise.
22753         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
22754         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
22755         (arm_expand_neon_args): Rename to ...
22756         (arm_expand_builtin_args): ... this. Rename builtin_arg
22757         enum values and differentiate between ARG_BUILTIN_MEMORY
22758         and ARG_BUILTIN_NEON_MEMORY.
22759         (arm_expand_neon_builtin_1): Rename to ...
22760         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
22761         values, arm_expand_builtin_args and add bool parameter NEON.
22762         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
22763         (arm_expand_vfp_builtin): Likewise.
22764         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
22766 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22768         PR middle-end/77484
22769         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
22770         * predict.c (tree_estimate_probability_bb): Reverse direction of
22771         polymorphic call predictor.
22773 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
22775         * passes.c (execute_one_pass): Split out pass-skipping logic into...
22776         (determine_pass_name_match): ...this new function and...
22777         (should_skip_pass_p): ...this new function.
22779 2017-01-06  Nathan Sidwell  <nathan@acm.org>
22781         * ipa-visibility.c (function_and_variable_visibility): Reformat
22782         comments and long lines.  Remove extrneous if.
22783         * symtab.c (symtab_node::make_decl_local): Fix code format.
22784         (symtab_node::set_section_for_node): Fix comment typo.
22786 2017-01-06  Martin Liska  <mliska@suse.cz>
22788         PR bootstrap/79003
22789         * lra-constraints.c: Rename invariant to lra_invariant.
22790         * predict.c (set_even_probabilities): Initialize e to NULL.
22792 2017-01-05  Martin Sebor  <msebor@redhat.com>
22794         PR tree-optimization/78910
22795         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
22796         (format_integer): Correct off-by-one error in the handling
22797         of precision with negative numbers in signed conversions..
22799 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
22801         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
22803 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22805         PR tree-optimization/71016
22806         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
22807         factor_out_conditional_conversion.  Formatting fix.
22808         (factor_out_conditional_conversion): Add cond_stmt argument.
22809         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
22810         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
22811         Formatting fix.
22813 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
22815         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
22816         read-rtl-function.o, and selftest-rtl.o.
22817         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
22818         (selftest::aarch64_test_loading_full_dump): New function.
22819         (selftest::aarch64_run_selftests): New function.
22820         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
22821         selftest::aarch64_run_selftests.
22822         * config/i386/i386.c
22823         (selftest::ix86_test_loading_dump_fragment_1): New function.
22824         (selftest::ix86_test_loading_call_insn): New function.
22825         (selftest::ix86_test_loading_full_dump): New function.
22826         (selftest::ix86_test_loading_unspec): New function.
22827         (selftest::ix86_run_selftests): Call the new functions.
22828         * emit-rtl.c (maybe_set_max_label_num): New function.
22829         * emit-rtl.h (maybe_set_max_label_num): New decl.
22830         * function.c (instantiate_decls): Guard call to
22831         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
22832         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
22833         "static".
22834         * gensupport.c (gen_reader::gen_reader): Pass "false"
22835         for new "compact" param of rtx_reader.
22836         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
22837         rather than an empty string for NULL strings.
22838         * read-md.c: Potentially include config.h rather than bconfig.h.
22839         Wrap include of errors.h with #ifdef GENERATOR_FILE.
22840         (have_error): New global, copied from errors.c.
22841         (md_reader::read_name): Rename to...
22842         (md_reader::read_name_1): ...this, adding "out_loc" param,
22843         and converting "missing name or number" to returning false, rather
22844         than failing.
22845         (md_reader::read_name): Reimplement in terms of read_name_1.
22846         (md_reader::read_name_or_nil): New function.
22847         (md_reader::read_string): Handle "(nil)" by returning NULL.
22848         (md_reader::md_reader): Add new param "compact".
22849         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
22850         (md_reader::read_file): New method.
22851         * read-md.h (md_reader::md_reader): Add new param "compact".
22852         (md_reader::read_file): New method.
22853         (md_reader::is_compact): New accessor.
22854         (md_reader::read_name): Convert return type from void to file_location.
22855         (md_reader::read_name_or_nil): New decl.
22856         (md_reader::read_name_1): New decl.
22857         (md_reader::m_compact): New field.
22858         (noop_reader::noop_reader): Pass "false" for new "compact" param
22859         of rtx_reader.
22860         (rtx_reader::rtx_reader): Add new "compact" param.
22861         (rtx_reader::read_rtx_operand): Make virtual and convert return
22862         type from void to rtx.
22863         (rtx_reader::read_until): New decl.
22864         (rtx_reader::handle_any_trailing_information): New virtual function.
22865         (rtx_reader::postprocess): New virtual function.
22866         (rtx_reader::finalize_string): New virtual function.
22867         (rtx_reader::m_in_call_function_usage): New field.
22868         (rtx_reader::m_reuse_rtx_by_id): New field.
22869         * read-rtl-function.c: New file.
22870         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
22871         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
22872         (selftest::verify_three_block_rtl_cfg): New decl.
22873         * read-rtl-function.h: New file.
22874         * read-rtl.c: Potentially include config.h rather than bconfig.h.
22875         For host, include function.h, memmodel.h, and emit-rtl.h.
22876         (one_time_initialization): New function.
22877         (struct compact_insn_name): New struct.
22878         (compact_insn_names): New array.
22879         (find_code): Handle insn codes in compact dumps.
22880         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
22881         (bind_subst_iter_and_attr): Likewise.
22882         (add_condition_to_string): Likewise.
22883         (add_condition_to_rtx): Likewise.
22884         (apply_attribute_uses): Likewise.
22885         (add_current_iterators): Likewise.
22886         (apply_iterators): Likewise.
22887         (initialize_iterators): Guard usage of apply_subst_iterator with
22888         #ifdef GENERATOR_FILE.
22889         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
22890         (md_reader::read_mapping): Likewise.
22891         (add_define_attr_for_define_subst): Likewise.
22892         (add_define_subst_attr): Likewise.
22893         (read_subst_mapping): Likewise.
22894         (check_code_iterator): Likewise.
22895         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
22896         logic to...
22897         (one_time_initialization): New function.
22898         (rtx_reader::read_until): New method.
22899         (read_flags): New function.
22900         (parse_reg_note_name): New function.
22901         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
22902         Handle reuse_rtx ids.
22903         Wrap iterator lookup within #ifdef GENERATOR_FILE.
22904         Add parsing support for RTL dumps, mirroring the special-cases in
22905         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
22906         values, and calling handle_any_trailing_information.
22907         (rtx_reader::read_rtx_operand): Convert return type from void
22908         to rtx, returning return_rtx.  Handle case 'e'.  Call
22909         finalize_string on XSTR and XTMPL fields.
22910         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
22911          "(nil)" values were omitted.  Call the postprocess vfunc on the
22912         return_rtx.
22913         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
22914         class ctor.  Initialize m_in_call_function_usage.  Call
22915         one_time_initialization.
22916         * rtl-tests.c (selftest::test_uncond_jump): Call
22917         set_new_first_and_last_insn.
22918         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
22919         * selftest-rtl.c: New file.
22920         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
22921         (selftest::get_insn_by_uid): New decl.
22922         * selftest-run-tests.c (selftest::run_tests): Call
22923         read_rtl_function_c_tests.
22924         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
22925         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
22926         dumps.
22928 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
22930         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
22931         operands in a special way.  Assert that pos+len <= mode precision.
22933 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22935         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
22936         3 argument Alias with unlimited for the negative form.
22937         (fno-vect-cost-model): Removed.
22939 2017-01-05  Martin Liska  <mliska@suse.cz>
22941         * hsa-gen.c (gen_hsa_divmod): New function.
22942         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
22944 2017-01-05  Martin Liska  <mliska@suse.cz>
22946         PR pch/78970
22947         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
22948         header.
22950 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22952         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
22953         small constant length operands.
22955 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22957         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
22958         between loop iterations.
22960 2017-01-05  Martin Liska  <mliska@suse.cz>
22962         PR sanitizer/78815
22963         * gimplify.c (gimplify_decl_expr): Compare to
22964         asan_poisoned_variables instread of checking flags.
22965         (gimplify_target_expr): Likewise.
22966         (gimplify_expr): Likewise.
22967         (gimplify_function_tree): Conditionally initialize
22968         asan_poisoned_variables.
22970 2017-01-04  Jeff Law  <law@redhat.com>
22972         PR tree-optimizatin/78812
22973         * rtl.h (contains_mem_rtx_p): Prototype.
22974         * ifcvt.c (containts_mem_rtx_p): Move from here to...
22975         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
22976         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
22977         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
22978         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
22980 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22982         * input.c (assert_char_at_range): Default-initialize actual_range.
22984 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22986         * df-scan.c (df_ref_create_structure): Make regno unsigned,
22987         to match the caller.
22989 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22991         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
22992         insns after final jump in test to emit dummy move.
22994 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22996         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
22997         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
22999 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
23001         * multiple_target.c (create_dispatcher_calls): Init e_next.
23002         * tree-ssa-loop-split.c (split_loop): Init border.
23003         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
23004         scalar_type.
23006 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
23008         PR target/71977
23009         PR target/70568
23010         PR target/78823
23011         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
23012         (altivec_register_operand): Do not return true if the operand
23013         contains a SUBREG mixing SImode and SFmode.
23014         (vsx_register_operand): Likewise.
23015         (vsx_reg_sfsubreg_ok): New predicate.
23016         (vfloat_operand): Do not return true if the operand contains a
23017         SUBREG mixing SImode and SFmode.
23018         (vint_operand): Likewise.
23019         (vlogical_operand): Likewise.
23020         (gpc_reg_operand): Likewise.
23021         (int_reg_operand): Likewise.
23022         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
23023         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
23024         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
23025         SImode and SFmode.
23026         (rs6000_emit_move_si_sf_subreg): New helper function.
23027         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
23028         fixup SUBREGs involving SImode and SFmode.
23029         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
23030         numbers for the new peephole2 optimization.
23031         (peephole2 for SFmode unions): New peephole2 to optimize cases in
23032         the GLIBC math library that do AND/IOR/XOR operations on single
23033         precision floating point.
23034         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
23035         target macros to say whether we need to avoid SUBREGs mixing
23036         SImode and SFmode.
23037         (TARGET_ALLOW_SF_SUBREG): Likewise.
23038         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
23039         (UNSPEC_SI_FROM_SF): Likewise.
23040         (iorxor): Change spacing.
23041         (and_ior_xor): New iterator for AND, IOR, and XOR.
23042         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
23043         (movdi_from_sf_zero_ext): Likewise.
23044         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
23045         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
23046         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
23047         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
23048         (fms<mode>4): Likewise.
23049         (fnma<mode>4): Likewise.
23050         (fnms<mode>4): Likewise.
23051         (nfma<mode>4): Likewise.
23052         (nfms<mode>4): Likewise.
23054 2017-01-04  Marek Polacek  <polacek@redhat.com>
23056         PR c++/64767
23057         * doc/invoke.texi: Document -Wpointer-compare.
23059 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
23061         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
23062         RejectNegative.
23064         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
23065         descriptions for -gdwarf-5 and emit them as uleb128 instead of
23066         2-byte data.
23068 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
23070         PR target/78056
23071         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
23072         documentation of the powerpc_popcntb_ok attribute.
23073         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
23074         code to issue warning messages if a requested CPU configuration is
23075         not supported by the binary (assembler and loader) toolchain.
23076         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
23077         made to define a built-in function that has been disabled.
23078         (paired_init_builtins): Add assertion to prevent ICE if attempt is
23079         made to define a built-in function that has been disabled.
23080         (altivec_init_builtins): Add comment explaining why definition
23081         of the DST built-in functions is not preceded by an assertion
23082         check.  Add assertions to prevent ICE if attempts are made to
23083         define an altivec predicate or an abs* built-in function that has
23084         been disabled.
23085         (htm_init_builtins): Add comment explaining why definition of the
23086         htm built-in functions is not preceded by an assertion check.
23088 2017-01-04  Jeff Law  <law@redhat.com>
23090         PR tree-optimizatin/67955
23091         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
23092         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
23093         the points-to solution does not include pt_null.  Use DECL_PT_UID
23094         unconditionally.
23096 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
23098         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
23099         Use gen_int_mode instead of gen_lopwart for const_int operands.
23101 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
23103         PR tree-optimization/71563
23104         * match.pd: Simplify X << Y into X if Y is known to be 0 or
23105         out of range value - has low bits known to be zero.
23107 2017-01-04  Alan Modra  <amodra@gmail.com>
23109         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
23110         * configure: Regenerate.
23111         * config.in: Regenerate.
23113 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
23115         PR bootstrap/77569
23116         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
23117         a substring of the message, but strcmp with the whole message.  Ifdef
23118         ENABLE_NLS, translate the message first using dgettext.
23120 2017-01-03  Jeff Law  <law@redhat.com>
23122         PR tree-optimizatin/78856
23123         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
23124         (mark_threaded_blocks): Remove code to truncate thread paths that
23125         cross multiple loop headers.  Instead invalidate the cached loop
23126         iteration information and handle case of a thread path walking
23127         into an irreducible region.
23129 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
23131         PR target/78900
23132         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
23133         assertions.  Add support for doing the signbit if the IEEE 128-bit
23134         floating point value is in a GPR.
23135         * config/rs6000/rs6000.md (Fsignbit): Delete.
23136         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
23137         Update the length attribute if the value is in a GPR.
23138         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
23139         the sign or zero extension instruction, since the value is always 0/1.
23140         (signbit<mode>2_dm2): Delete using <Fsignbit>.
23142         PR target/78953
23143         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
23144         extracting SImode to a GPR register so that we can generate a
23145         store, limit the vector to be in a traditional Altivec register
23146         for the vextuwrx instruction.
23148 2017-01-03  Ian Lance Taylor  <iant@google.com>
23150         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
23152 2017-01-03  Martin Sebor  <msebor@redhat.com>
23154         PR tree-optimization/78696
23155         * gimple-ssa-sprintf.c (format_floating): Correct handling of
23156         precision.  Use MPFR for %f for greater fidelity.  Correct handling
23157         of %g.
23158         (pass_sprintf_length::compute_format_length): Set width and precision
23159         specified by asrerisk to void_node for vararg functions.
23160         (try_substitute_return_value): Adjust dump output.
23162 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
23164         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
23166 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
23168         * doc/invoke.texi (SPARC options): Document -mlra as the default.
23169         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
23170         -mlra/-mno-lra was passed to the compiler.
23172 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
23174         PR rtl-optimization/65618
23175         * emit-rtl.c (try_split): Move initialization of "before" and
23176         "after" to just before the call to emit_insn_after_setloc.
23178 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
23180         * doc/md.texi (Standard Names): Remove reference to Java frontend.
23182 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
23184         * dwarf2out.c (gen_enumeration_type_die): When
23185         -gno-strict-dwarf, add a DW_AT_encoding attribute.
23187 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
23189         PR tree-optimization/78965
23190         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
23191         Change first argument from const call_info & to call_info &.  For %n
23192         set info.nowrite to false.
23194         PR middle-end/78901
23195         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
23196         possibly throwing calls.
23198         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
23199         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
23200         and fns handling, rather than in a separate case SSA_NAME.
23202 2017-01-02  Jeff Law  <law@redhat.com>
23204         * config/darwin-driver.c (darwin_driver_init): Const-correctness
23205         fixes for first_period and second_period variables.
23207 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
23209         PR target/78967
23210         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
23211         (*insvqi_1): New insn pattern.
23212         (*insvqi_1_mem_rex64): Ditto.
23213         (*insvqi_2): Ditto.
23214         (*insvqi_3): Rename from *insvqi.
23216         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
23218 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
23220         * doc/cfg.texi (Edges): Remove reference to Java.
23221         (Maintaining the CFG): Ditto.
23223 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23225         PR middle-end/77674
23226         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
23227         transparent aliases.
23229 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23231         PR middle-end/77484
23232         * predict.def (PRED_CALL): Update hitrate.
23233         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
23234         * predict.c (tree_estimate_probability_bb): Split CALL predictor
23235         into direct/indirect/polymorphic variants.
23237 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
23239         Update copyright years.
23241         * gcc.c (process_command): Update copyright notice dates.
23242         * gcov-dump.c (print_version): Ditto.
23243         * gcov.c (print_version): Ditto.
23244         * gcov-tool.c (print_version): Ditto.
23245         * gengtype.c (create_file): Ditto.
23246         * doc/cpp.texi: Bump @copying's copyright year.
23247         * doc/cppinternals.texi: Ditto.
23248         * doc/gcc.texi: Ditto.
23249         * doc/gccint.texi: Ditto.
23250         * doc/gcov.texi: Ditto.
23251         * doc/install.texi: Ditto.
23252         * doc/invoke.texi: Ditto.
23254 Copyright (C) 2017 Free Software Foundation, Inc.
23256 Copying and distribution of this file, with or without modification,
23257 are permitted in any medium without royalty provided the copyright
23258 notice and this notice are preserved.