[34/77] Add a SCALAR_INT_TYPE_MODE macro
[official-gcc.git] / gcc / ChangeLog
blob37e7b70d20224a3251628ffce183636b08e379d1
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         * tree.h (SCALAR_INT_TYPE_MODE): New macro.
6         * builtins.c (expand_builtin_signbit): Use it.
7         * cfgexpand.c (expand_debug_expr): Likewise.
8         * dojump.c (do_jump): Likewise.
9         (do_compare_and_jump): Likewise.
10         * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Likewise.
11         * expmed.c (make_tree): Likewise.
12         * expr.c (expand_expr_real_2): Likewise.
13         (expand_expr_real_1): Likewise.
14         (try_casesi): Likewise.
15         * fold-const-call.c (fold_const_call_ss): Likewise.
16         * fold-const.c (unextend): Likewise.
17         (extract_muldiv_1): Likewise.
18         (fold_single_bit_test): Likewise.
19         (native_encode_int): Likewise.
20         (native_encode_string): Likewise.
21         (native_interpret_int): Likewise.
22         * gimple-fold.c (gimple_fold_builtin_memset): Likewise.
23         * internal-fn.c (expand_addsub_overflow): Likewise.
24         (expand_neg_overflow): Likewise.
25         (expand_mul_overflow): Likewise.
26         (expand_arith_overflow): Likewise.
27         * match.pd: Likewise.
28         * stor-layout.c (layout_type): Likewise.
29         * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
30         * tree-ssa-math-opts.c (convert_mult_to_widen): Likewise.
31         * tree-ssanames.c (get_range_info): Likewise.
32         * tree-switch-conversion.c (array_value_type) Likewise.
33         * tree-vect-patterns.c (vect_recog_rotate_pattern): Likewise.
34         (vect_recog_divmod_pattern): Likewise.
35         (vect_recog_mixed_size_cond_pattern): Likewise.
36         * tree-vrp.c (extract_range_basic): Likewise.
37         (simplify_float_conversion_using_ranges): Likewise.
38         * tree.c (int_fits_type_p): Likewise.
39         * ubsan.c (instrument_bool_enum_load): Likewise.
40         * varasm.c (mergeable_string_section): Likewise.
41         (narrowing_initializer_constant_valid_p): Likewise.
42         (output_constant): Likewise.
44 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
45             Alan Hayward  <alan.hayward@arm.com>
46             David Sherwood  <david.sherwood@arm.com>
48         * machmode.h (NARROWEST_INT_MODE): New macro.
49         * expr.c (alignment_for_piecewise_move): Use it instead of
50         GET_CLASS_NARROWEST_MODE (MODE_INT).
51         (push_block): Likewise.
52         * stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator):
53         Likewise.
54         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
56 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
57             Alan Hayward  <alan.hayward@arm.com>
58             David Sherwood  <david.sherwood@arm.com>
60         * expr.c (expand_expr_real_2): Use scalar_int_mode for the
61         double-word mode.
62         * lower-subreg.c (resolve_shift_zext): Use is_a <scalar_int_mode>.
63         * optabs.c (expand_unop): Likewise.
65 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
66             Alan Hayward  <alan.hayward@arm.com>
67             David Sherwood  <david.sherwood@arm.com>
69         * dwarf2out.c (typed_binop): Change mode parameter to scalar_int_mode.
70         (clz_loc_descriptor): Likewise.  Remove SCALAR_INT_MODE_P check.
71         (popcount_loc_descriptor): Likewise.
72         (bswap_loc_descriptor): Likewise.
73         (rotate_loc_descriptor): Likewise.
74         (mem_loc_descriptor): Add is_a <scalar_int_mode> checks before
75         calling the functions above.
77 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
78             Alan Hayward  <alan.hayward@arm.com>
79             David Sherwood  <david.sherwood@arm.com>
81         * combine.c (sign_extend_short_imm): Add is_a <scalar_int_mode>
82         checks.
83         (try_combine): Likewise.
84         (simplify_if_then_else): Likewise.
85         * cse.c (cse_insn): Likewise.
86         * dwarf2out.c (mem_loc_descriptor): Likewise.
87         * emit-rtl.c (gen_lowpart_common): Likewise.
88         * simplify-rtx.c (simplify_truncation): Likewise.
89         (simplify_binary_operation_1): Likewise.
90         (simplify_const_relational_operation): Likewise.
91         (simplify_ternary_operation): Likewise.
92         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
94 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
95             Alan Hayward  <alan.hayward@arm.com>
96             David Sherwood  <david.sherwood@arm.com>
98         * cse.c (cse_insn): Add is_a <scalar_int_mode> checks.
99         * reload.c (push_reload): Likewise.
100         (find_reloads): Likewise.
102 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
103             Alan Hayward  <alan.hayward@arm.com>
104             David Sherwood  <david.sherwood@arm.com>
106         * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
107         (make_compound_operation_int): Likewise.
108         (change_zero_ext): Likewise.
109         * expr.c (convert_move): Likewise.
110         (convert_modes): Likewise.
111         * fwprop.c (forward_propagate_subreg): Likewise.
112         * loop-iv.c (get_biv_step_1): Likewise.
113         * optabs.c (widen_operand): Likewise.
114         * postreload.c (move2add_valid_value_p): Likewise.
115         * recog.c (simplify_while_replacing): Likewise.
116         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
117         (simplify_binary_operation_1): Likewise.  Remove redundant
118         mode equality check.
120 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
121             Alan Hayward  <alan.hayward@arm.com>
122             David Sherwood  <david.sherwood@arm.com>
124         * combine.c (combine_simplify_rtx): Add checks for
125         is_a <scalar_int_mode>.
126         (simplify_if_then_else): Likewise.
127         (make_field_assignment): Likewise.
128         (simplify_comparison): Likewise.
129         * ifcvt.c (noce_try_bitop): Likewise.
130         * loop-invariant.c (canonicalize_address_mult): Likewise.
131         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
133 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
134             Alan Hayward  <alan.hayward@arm.com>
135             David Sherwood  <david.sherwood@arm.com>
137         * simplify-rtx.c (simplify_binary_operation_1): Use
138         is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
140 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
141             Alan Hayward  <alan.hayward@arm.com>
142             David Sherwood  <david.sherwood@arm.com>
144         * wide-int.h (int_traits<unsigned char>) New class.
145         (int_traits<unsigned short>) Likewise.
146         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
147         Use GET_MODE_UNIT_PRECISION and remove redundant test for
148         SCALAR_INT_MODE_P.
149         * combine.c (set_nonzero_bits_and_sign_copies): Use
150         is_a <scalar_int_mode>.
151         (find_split_point): Likewise.
152         (combine_simplify_rtx): Likewise.
153         (simplify_logical): Likewise.
154         (expand_compound_operation): Likewise.
155         (expand_field_assignment): Likewise.
156         (make_compound_operation): Likewise.
157         (extended_count): Likewise.
158         (change_zero_ext): Likewise.
159         (simplify_comparison): Likewise.
160         * dwarf2out.c (scompare_loc_descriptor): Likewise.
161         (ucompare_loc_descriptor): Likewise.
162         (minmax_loc_descriptor): Likewise.
163         (mem_loc_descriptor): Likewise.
164         (loc_descriptor): Likewise.
165         * expmed.c (init_expmed_one_mode): Likewise.
166         * lra-constraints.c (lra_constraint_offset): Likewise.
167         * optabs.c (prepare_libcall_arg): Likewise.
168         * postreload.c (move2add_note_store): Likewise.
169         * reload.c (operands_match_p): Likewise.
170         * rtl.h (load_extend_op): Likewise.
171         * rtlhooks.c (gen_lowpart_general): Likewise.
172         * simplify-rtx.c (simplify_truncation): Likewise.
173         (simplify_unary_operation_1): Likewise.
174         (simplify_binary_operation_1): Likewise.
175         (simplify_const_binary_operation): Likewise.
176         (simplify_const_relational_operation): Likewise.
177         (simplify_subreg): Likewise.
178         * stor-layout.c (bitwise_mode_for_mode): Likewise.
179         * var-tracking.c (adjust_mems): Likewise.
180         (prepare_call_arguments): Likewise.
182 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
183             Alan Hayward  <alan.hayward@arm.com>
184             David Sherwood  <david.sherwood@arm.com>
186         * machmode.h (is_int_mode): New fuction.
187         * combine.c (find_split_point): Use it.
188         (combine_simplify_rtx): Likewise.
189         (simplify_if_then_else): Likewise.
190         (simplify_set): Likewise.
191         (simplify_shift_const_1): Likewise.
192         (simplify_comparison): Likewise.
193         * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
194         * cse.c (notreg_cost): Likewise.
195         (cse_insn): Likewise.
196         * cselib.c (cselib_lookup_1): Likewise.
197         * dojump.c (do_jump_1): Likewise.
198         (do_compare_rtx_and_jump): Likewise.
199         * dse.c (get_call_args): Likewise.
200         * dwarf2out.c (rtl_for_decl_init): Likewise.
201         (native_encode_initializer): Likewise.
202         * expmed.c (emit_store_flag_1): Likewise.
203         (emit_store_flag): Likewise.
204         * expr.c (convert_modes): Likewise.
205         (store_field): Likewise.
206         (expand_expr_real_1): Likewise.
207         * fold-const.c (fold_read_from_constant_string): Likewise.
208         * gimple-ssa-sprintf.c (get_format_string): Likewise.
209         * optabs-libfuncs.c (gen_int_libfunc): Likewise.
210         * optabs.c (expand_binop): Likewise.
211         (expand_unop): Likewise.
212         (expand_abs_nojump): Likewise.
213         (expand_one_cmpl_abs_nojump): Likewise.
214         * simplify-rtx.c (mode_signbit_p): Likewise.
215         (val_signbit_p): Likewise.
216         (val_signbit_known_set_p): Likewise.
217         (val_signbit_known_clear_p): Likewise.
218         (simplify_relational_operation_1): Likewise.
219         * tree.c (vector_type_mode): Likewise.
221 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
222             Alan Hayward  <alan.hayward@arm.com>
223             David Sherwood  <david.sherwood@arm.com>
225         * machmode.h (smallest_mode_for_size): Fix formatting.
226         (smallest_int_mode_for_size): New function.
227         * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
228         instead of smallest_mode_for_size.
229         * combine.c (make_extraction): Likewise.
230         * config/arc/arc.c (arc_expand_movmem): Likewise.
231         * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
232         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
233         * config/s390/s390.c (s390_expand_insv): Likewise.
234         * config/sparc/sparc.c (assign_int_registers): Likewise.
235         * config/spu/spu.c (spu_function_value): Likewise.
236         (spu_function_arg): Likewise.
237         * coverage.c (get_gcov_type): Likewise.
238         (get_gcov_unsigned_t): Likewise.
239         * dse.c (find_shift_sequence): Likewise.
240         * expmed.c (store_bit_field_1): Likewise.
241         * expr.c (convert_move): Likewise.
242         (store_field): Likewise.
243         * internal-fn.c (expand_arith_overflow): Likewise.
244         * optabs-query.c (get_best_extraction_insn): Likewise.
245         * optabs.c (expand_twoval_binop_libfunc): Likewise.
246         * stor-layout.c (layout_type): Likewise.
247         (initialize_sizetypes): Likewise.
248         * targhooks.c (default_get_mask_mode): Likewise.
249         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
251 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
252             Alan Hayward  <alan.hayward@arm.com>
253             David Sherwood  <david.sherwood@arm.com>
255         * machmode.h (opt_mode::else_blk): New function.
256         (int_mode_for_mode): Declare.
257         * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
258         * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
259         return type.
260         * cfgexpand.c (expand_debug_expr): Likewise.
261         * combine.c (gen_lowpart_or_truncate): Likewise.
262         (gen_lowpart_for_combine): Likewise.
263         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
264         * config/avr/avr.c (avr_to_int_mode): Likewise.
265         (avr_out_plus_1): Likewise.
266         (avr_out_plus): Likewise.
267         (avr_out_round): Likewise.
268         * config/i386/i386.c (ix86_split_to_parts): Likewise.
269         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
270         (s390_expand_vcond): Likewise.
271         * config/spu/spu.c (spu_split_immediate): Likewise.
272         (spu_expand_mov): Likewise.
273         * dse.c (get_stored_val): Likewise.
274         * expmed.c (store_bit_field_1): Likewise.
275         (convert_extracted_bit_field): Use int_mode_for_mode instead of
276         int_mode_for_size.
277         (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
278         (extract_low_bits): Likewise.
279         * expr.c (emit_group_load_1): Likewise.  Separate out the BLKmode
280         handling rather than repeating the check.
281         (emit_group_store): Likewise.
282         (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
283         * optabs.c (expand_absneg_bit): Likewise.
284         (expand_copysign_absneg): Likewise.
285         (expand_copysign_bit): Likewise.
286         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
287         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
288         * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
289         * var-tracking.c (prepare_call_arguments):  Likewise.
290         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
291         int_mode_for_mode instead of mode_for_size.
292         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
294 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
295             Alan Hayward  <alan.hayward@arm.com>
296             David Sherwood  <david.sherwood@arm.com>
298         * machmode.h (int_mode_for_size): New function.
299         * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
300         instead of mode_for_size.
301         * calls.c (save_fixed_argument_area): Likewise.  Make use of BLKmode
302         explicit.
303         * combine.c (expand_field_assignment): Use int_mode_for_size
304         instead of mode_for_size.
305         (make_extraction): Likewise.
306         (simplify_shift_const_1): Likewise.
307         (simplify_comparison): Likewise.
308         * dojump.c (do_jump): Likewise.
309         * dwarf2out.c (mem_loc_descriptor): Likewise.
310         * emit-rtl.c (init_derived_machine_modes): Likewise.
311         * expmed.c (flip_storage_order): Likewise.
312         (convert_extracted_bit_field): Likewise.
313         * expr.c (copy_blkmode_from_reg): Likewise.
314         * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
315         * internal-fn.c (expand_mul_overflow): Likewise.
316         * lower-subreg.c (simple_move): Likewise.
317         * optabs-libfuncs.c (init_optabs): Likewise.
318         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
319         * tree.c (vector_type_mode): Likewise.
320         * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
321         * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
322         * tree-vect-generic.c (expand_vector_parallel): Likewise.
323         * tree-vect-stmts.c (vectorizable_load): Likewise.
324         (vectorizable_store): Likewise.
326 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
327             Alan Hayward  <alan.hayward@arm.com>
328             David Sherwood  <david.sherwood@arm.com>
330         * coretypes.h (pod_mode): New type.
331         (scalar_int_mode_pod): New typedef.
332         * machmode.h (pod_mode): New class.
333         (int_n_data_t::m): Change type to scalar_int_mode_pod.
334         * genmodes.c (emit_mode_int_n): Update accordingly.
335         * lower-subreg.h (target_lower_subreg): Change type to
336         scalar_int_mode_pod.
337         * gdbhooks.py (build_pretty_printer): Handle pod_mode and
338         scalar_int_mode_pod.
340 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
341             Alan Hayward  <alan.hayward@arm.com>
342             David Sherwood  <david.sherwood@arm.com>
344         * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
345         machine_mode to scalar_int_mode.
346         * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
347         (rs6000_option_override_internal): Remove cast to int.
348         * config/rs6000/rs6000.h (rs6000_pmode): Change type from
349         machine_mode to scalar_int_mode.
350         * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
351         (rs6000_option_override_internal): Remove cast to int.
352         * config/s390/s390.h (Pmode): Remove cast to machine_mode.
353         * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
354         to machine_mode.
355         * config/s390/s390.c (s390_expand_builtin): Likewise.
356         * coretypes.h (scalar_int_mode): New type.
357         (opt_scalar_int_mode): New typedef.
358         * machmode.h (scalar_int_mode): New class.
359         (scalar_int_mode::includes_p): New function.
360         (byte_mode): Change type to scalar_int_mode.
361         (word_mode): Likewise.
362         (ptr_mode): Likewise.
363         * emit-rtl.c (byte_mode): Likewise.
364         (word_mode): Likewise.
365         (ptr_mode): Likewise.
366         (init_derived_machine_modes): Update accordingly.
367         * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
368         and MODE_PARTIAL_INT.
369         * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
370         opt_scalar_int_mode.
372 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
373             Alan Hayward  <alan.hayward@arm.com>
374             David Sherwood  <david.sherwood@arm.com>
376         * target.def (libgcc_floating_mode_supported_p): Take a
377         scalar_float_mode.
378         * doc/tm.texi: Regenerate.
379         * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
380         scalar_float_mode.
381         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
382         * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
383         Likewise.
385 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
386             Alan Hayward  <alan.hayward@arm.com>
387             David Sherwood  <david.sherwood@arm.com>
389         * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
390         * doc/tm.texi: Regenerate.
391         * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
392         * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
393         * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
394         * targhooks.h (default_floatn_mode): Likewise.
395         * targhooks.c (default_floatn_mode): Likewise.
396         * tree.c (build_common_tree_nodes): Update accordingly.
398 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
399             Alan Hayward  <alan.hayward@arm.com>
400             David Sherwood  <david.sherwood@arm.com>
402         * machmode.h (mode_iterator::start): Provide overload for opt_modes.
403         (mode_iterator::iterate_p): Likewise.
404         (mode_iterator::get_wider): Likewise.
405         * expr.c (init_expr_target): Use opt_scalar_float_mode.
407 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
408             Alan Hayward  <alan.hayward@arm.com>
409             David Sherwood  <david.sherwood@arm.com>
411         * coretypes.h (opt_scalar_float_mode): New typedef.
412         * machmode.h (float_mode_for_size): New function.
413         * emit-rtl.c (double_mode): Delete.
414         (init_emit_once): Use float_mode_for_size.
415         * stor-layout.c (layout_type): Likewise.
416         * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
418 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
419             Alan Hayward  <alan.hayward@arm.com>
420             David Sherwood  <david.sherwood@arm.com>
422         * output.h (assemble_real): Take a scalar_float_mode.
423         * config/arm/arm.c (arm_assemble_integer): Update accordingly.
424         * config/arm/arm.md (consttable_4): Likewise.
425         (consttable_8): Likewise.
426         (consttable_16): Likewise.
427         * config/mips/mips.md (consttable_float): Likewise.
428         * config/s390/s390.c (s390_output_pool_entry): Likewise.
429         * varasm.c (assemble_real): Take a scalar_float_mode.
430         (output_constant_pool_2): Update accordingly.
431         (output_constant): Likewise.
433 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
434             Alan Hayward  <alan.hayward@arm.com>
435             David Sherwood  <david.sherwood@arm.com>
437         * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
438         * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
439         * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
440         (native_encode_real): Likewise.
441         (native_interpret_real): Likewise.
442         * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
443         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
445 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
446             Alan Hayward  <alan.hayward@arm.com>
447             David Sherwood  <david.sherwood@arm.com>
449         * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
450         <scalar_float_mode>.  Simplify.
451         (gen_extend_conv_libfunc): Likewise.
453 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
454             Alan Hayward  <alan.hayward@arm.com>
455             David Sherwood  <david.sherwood@arm.com>
457         * coretypes.h (scalar_float_mode): New type.
458         * machmode.h (mode_traits::from_int): Use machine_mode if
459         USE_ENUM_MODES is defined.
460         (is_a): New function.
461         (as_a): Likewise.
462         (dyn_cast): Likewise.
463         (scalar_float_mode): New class.
464         (scalar_float_mode::includes_p): New function.
465         (is_float_mode): Likewise.
466         * gdbhooks.py (MachineModePrinter): New class.
467         (build_pretty_printer): Use it for scalar_float_mode.
468         * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
469         (format_helper::format_helper): Turn into a template.
470         * genmodes.c (get_mode_class): New function.
471         (emit_insn_modes_h): Give modes the class returned by get_mode_class,
472         or machine_mode if none.
473         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
474         as_a <scalar_float_mode>.
475         * dwarf2out.c (mem_loc_descriptor): Likewise.
476         (insert_float): Likewise.
477         (add_const_value_attribute): Likewise.
478         * simplify-rtx.c (simplify_immed_subreg): Likewise.
479         * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
480         (expand_unop): Update accordingly.
481         (expand_abs_nojump): Likewise.
482         (expand_copysign_absneg): Take a scalar_float_mode.
483         (expand_copysign_bit): Likewise.
484         (expand_copysign): Update accordingly.
486 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
487             Alan Hayward  <alan.hayward@arm.com>
488             David Sherwood  <david.sherwood@arm.com>
490         * coretypes.h (opt_mode): New class.
491         * machmode.h (opt_mode): Likewise.
492         (opt_mode::else_void): New function.
493         (opt_mode::require): Likewise.
494         (opt_mode::exists): Likewise.
495         (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
496         (GET_MODE_2XWIDER_MODE): Likewise.
497         (mode_iterator::get_wider): Update accordingly.
498         (mode_iterator::get_2xwider): Likewise.
499         (mode_iterator::get_known_wider): Likewise, turning into a template.
500         * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
501         forcing a wider mode to exist.
502         * config/cr16/cr16.h (LONG_REG_P): Likewise.
503         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
504         * config/c6x/c6x.c (c6x_rtx_costs): Update use of
505         GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
506         * lower-subreg.c (init_lower_subreg): Likewise.
507         * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
508         on the final iteration.
509         * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
510         a wider mode exists before asking for a move pattern.
511         (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
512         forcing a wider mode to exist.
513         (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
514         returning false if no such mode exists.
515         * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
516         * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
517         * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
518         Avoid checking for a MODE_INT if we already know the mode is not a
519         SCALAR_INT_MODE_P.
520         (extract_high_half): Update use of GET_MODE_WIDER_MODE,
521         forcing a wider mode to exist.
522         (expmed_mult_highpart_optab): Likewise.
523         (expmed_mult_highpart): Likewise.
524         * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
525         using else_void.
526         * lto-streamer-in.c (lto_input_mode_table): Likewise.
527         * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
528         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
529         * internal-fn.c (expand_mul_overflow): Update use of
530         GET_MODE_2XWIDER_MODE.
531         * omp-low.c (omp_clause_aligned_alignment): Likewise.
532         * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
533         GET_MODE_WIDER_MODE.
534         (convert_plusminus_to_widen): Likewise.
535         * tree-switch-conversion.c (array_value_type): Likewise.
536         * var-tracking.c (emit_note_insn_var_location): Likewise.
537         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
538         Return false inside rather than outside the loop if no wider mode
539         exists
540         * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
541         and GET_MODE_2XWIDER_MODE
542         (can_compare_p): Use else_void.
543         * gdbhooks.py (OptMachineModePrinter): New class.
544         (build_pretty_printer): Use it for opt_mode.
546 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
547             Alan Hayward  <alan.hayward@arm.com>
548             David Sherwood  <david.sherwood@arm.com>
550         * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
551         once.  Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
553 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
554             Alan Hayward  <alan.hayward@arm.com>
555             David Sherwood  <david.sherwood@arm.com>
557         * machmode.h (mode_traits): New structure.
558         (get_narrowest_mode): New function.
559         (mode_iterator::start): Likewise.
560         (mode_iterator::iterate_p): Likewise.
561         (mode_iterator::get_wider): Likewise.
562         (mode_iterator::get_known_wider): Likewise.
563         (mode_iterator::get_2xwider): Likewise.
564         (FOR_EACH_MODE_IN_CLASS): New mode iterator.
565         (FOR_EACH_MODE): Likewise.
566         (FOR_EACH_MODE_FROM): Likewise.
567         (FOR_EACH_MODE_UNTIL): Likewise.
568         (FOR_EACH_WIDER_MODE): Likewise.
569         (FOR_EACH_2XWIDER_MODE): Likewise.
570         * builtins.c (expand_builtin_strlen): Use new mode iterators.
571         * combine.c (simplify_comparison): Likewise
572         * config/i386/i386.c (type_natural_mode): Likewise.
573         * cse.c (cse_insn): Likewise.
574         * dse.c (find_shift_sequence): Likewise.
575         * emit-rtl.c (init_derived_machine_modes): Likewise.
576         (init_emit_once): Likewise.
577         * explow.c (hard_function_value): Likewise.
578         * expmed.c (extract_fixed_bit_field_1): Likewise.
579         (extract_bit_field_1): Likewise.
580         (expand_divmod): Likewise.
581         (emit_store_flag_1): Likewise.
582         * expr.c (init_expr_target): Likewise.
583         (convert_move): Likewise.
584         (alignment_for_piecewise_move): Likewise.
585         (widest_int_mode_for_size): Likewise.
586         (emit_block_move_via_movmem): Likewise.
587         (copy_blkmode_to_reg): Likewise.
588         (set_storage_via_setmem): Likewise.
589         (compress_float_constant): Likewise.
590         * omp-low.c (omp_clause_aligned_alignment): Likewise.
591         * optabs-query.c (get_best_extraction_insn): Likewise.
592         * optabs.c (expand_binop): Likewise.
593         (expand_twoval_unop): Likewise.
594         (expand_twoval_binop): Likewise.
595         (widen_leading): Likewise.
596         (widen_bswap): Likewise.
597         (expand_parity): Likewise.
598         (expand_unop): Likewise.
599         (prepare_cmp_insn): Likewise.
600         (prepare_float_lib_cmp): Likewise.
601         (expand_float): Likewise.
602         (expand_fix): Likewise.
603         (expand_sfix_optab): Likewise.
604         * postreload.c (move2add_use_add2_insn): Likewise.
605         * reg-stack.c (reg_to_stack): Likewise.
606         * reginfo.c (choose_hard_reg_mode): Likewise.
607         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
608         * stor-layout.c (mode_for_size): Likewise.
609         (smallest_mode_for_size): Likewise.
610         (mode_for_vector): Likewise.
611         (finish_bitfield_representative): Likewise.
612         * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
613         * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
614         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
615         * var-tracking.c (prepare_call_arguments): Likewise.
617 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
618             Alan Hayward  <alan.hayward@arm.com>
619             David Sherwood  <david.sherwood@arm.com>
621         * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
622         * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
623         USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
624         * machmode.h (mode_size): Move earlier in file.
625         (mode_precision): Likewise.
626         (mode_inner): Likewise.
627         (mode_nunits): Likewise.
628         (mode_unit_size): Likewise.
629         (unit_unit_precision): Likewise.
630         (mode_wider): Likewise.
631         (mode_2xwider): Likewise.
632         (machine_mode): New class.
633         (mode_to_bytes): New function.
634         (mode_to_bits): Likewise.
635         (mode_to_precision): Likewise.
636         (mode_to_inner): Likewise.
637         (mode_to_unit_size): Likewise.
638         (mode_to_unit_precision): Likewise.
639         (mode_to_nunits): Likewise.
640         (GET_MODE_SIZE): Use mode_to_bytes.
641         (GET_MODE_BITSIZE): Use mode_to_bits.
642         (GET_MODE_PRECISION): Use mode_to_precision.
643         (GET_MODE_INNER): Use mode_to_inner.
644         (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
645         (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
646         (GET_MODE_NUNITS): Use mode_to_nunits.
647         * system.h (ALWAYS_INLINE): New macro.
648         * config/powerpcspe/powerpcspe-c.c
649         (altivec_resolve_overloaded_builtin): Use machine_mode instead of
650         int for arg1_mode and arg2_mode.
652 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
653             Alan Hayward  <alan.hayward@arm.com>
654             David Sherwood  <david.sherwood@arm.com>
656         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
657         Prefix mode names with E_ in case statements.
658         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
659         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
660         (aarch64_split_simd_move): Likewise.
661         (aarch64_gen_storewb_pair): Likewise.
662         (aarch64_gen_loadwb_pair): Likewise.
663         (aarch64_gen_store_pair): Likewise.
664         (aarch64_gen_load_pair): Likewise.
665         (aarch64_get_condition_code_1): Likewise.
666         (aarch64_constant_pool_reload_icode): Likewise.
667         (get_rsqrte_type): Likewise.
668         (get_rsqrts_type): Likewise.
669         (get_recpe_type): Likewise.
670         (get_recps_type): Likewise.
671         (aarch64_gimplify_va_arg_expr): Likewise.
672         (aarch64_simd_container_mode): Likewise.
673         (aarch64_emit_load_exclusive): Likewise.
674         (aarch64_emit_store_exclusive): Likewise.
675         (aarch64_expand_compare_and_swap): Likewise.
676         (aarch64_gen_atomic_cas): Likewise.
677         (aarch64_emit_bic): Likewise.
678         (aarch64_emit_atomic_swap): Likewise.
679         (aarch64_emit_atomic_load_op): Likewise.
680         (aarch64_evpc_trn): Likewise.
681         (aarch64_evpc_uzp): Likewise.
682         (aarch64_evpc_zip): Likewise.
683         (aarch64_evpc_ext): Likewise.
684         (aarch64_evpc_rev): Likewise.
685         (aarch64_evpc_dup): Likewise.
686         (aarch64_gen_ccmp_first): Likewise.
687         (aarch64_gen_ccmp_next): Likewise.
688         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
689         (alpha_emit_xfloating_libcall): Likewise.
690         (emit_insxl): Likewise.
691         (alpha_arg_type): Likewise.
692         * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
693         (arc_preferred_simd_mode): Likewise.
694         (arc_secondary_reload): Likewise.
695         (get_arc_condition_code): Likewise.
696         (arc_print_operand): Likewise.
697         (arc_legitimate_constant_p): Likewise.
698         * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
699         * config/arc/arc.md (casesi_load): Likewise.
700         (casesi_compact_jump): Likewise.
701         * config/arc/predicates.md (proper_comparison_operator): Likewise.
702         (cc_use_register): Likewise.
703         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
704         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
705         (arm_init_iwmmxt_builtins): Likewise.
706         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
707         (neon_expand_vector_init): Likewise.
708         (arm_attr_length_move_neon): Likewise.
709         (maybe_get_arm_condition_code): Likewise.
710         (arm_emit_vector_const): Likewise.
711         (arm_preferred_simd_mode): Likewise.
712         (arm_output_iwmmxt_tinsr): Likewise.
713         (thumb1_output_casesi): Likewise.
714         (thumb2_output_casesi): Likewise.
715         (arm_emit_load_exclusive): Likewise.
716         (arm_emit_store_exclusive): Likewise.
717         (arm_expand_compare_and_swap): Likewise.
718         (arm_evpc_neon_vuzp): Likewise.
719         (arm_evpc_neon_vzip): Likewise.
720         (arm_evpc_neon_vrev): Likewise.
721         (arm_evpc_neon_vtrn): Likewise.
722         (arm_evpc_neon_vext): Likewise.
723         (arm_validize_comparison): Likewise.
724         * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
725         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
726         * config/avr/avr.c (avr_rtx_costs_1): Likewise.
727         * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
728         (c6x_preferred_simd_mode): Likewise.
729         * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
730         (epiphany_rtx_costs): Likewise.
731         * config/epiphany/predicates.md (proper_comparison_operator):
732         Likewise.
733         * config/frv/frv.c (condexec_memory_operand): Likewise.
734         (frv_emit_move): Likewise.
735         (output_move_single): Likewise.
736         (output_condmove_single): Likewise.
737         (frv_hard_regno_mode_ok): Likewise.
738         (frv_matching_accg_mode): Likewise.
739         * config/h8300/h8300.c (split_adds_subs): Likewise.
740         (h8300_rtx_costs): Likewise.
741         (h8300_print_operand): Likewise.
742         (compute_mov_length): Likewise.
743         (output_logical_op): Likewise.
744         (compute_logical_op_length): Likewise.
745         (compute_logical_op_cc): Likewise.
746         (h8300_shift_needs_scratch_p): Likewise.
747         (output_a_shift): Likewise.
748         (compute_a_shift_length): Likewise.
749         (compute_a_shift_cc): Likewise.
750         (expand_a_rotate): Likewise.
751         (output_a_rotate): Likewise.
752         * config/i386/i386.c (classify_argument): Likewise.
753         (function_arg_advance_32): Likewise.
754         (function_arg_32): Likewise.
755         (function_arg_64): Likewise.
756         (function_value_64): Likewise.
757         (ix86_gimplify_va_arg): Likewise.
758         (ix86_legitimate_constant_p): Likewise.
759         (put_condition_code): Likewise.
760         (split_double_mode): Likewise.
761         (ix86_avx256_split_vector_move_misalign): Likewise.
762         (ix86_expand_vector_logical_operator): Likewise.
763         (ix86_split_idivmod): Likewise.
764         (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
765         (ix86_build_const_vector): Likewise.
766         (ix86_build_signbit_mask): Likewise.
767         (ix86_match_ccmode): Likewise.
768         (ix86_cc_modes_compatible): Likewise.
769         (ix86_expand_branch): Likewise.
770         (ix86_expand_sse_cmp): Likewise.
771         (ix86_expand_sse_movcc): Likewise.
772         (ix86_expand_int_sse_cmp): Likewise.
773         (ix86_expand_vec_perm_vpermi2): Likewise.
774         (ix86_expand_vec_perm): Likewise.
775         (ix86_expand_sse_unpack): Likewise.
776         (ix86_expand_int_addcc): Likewise.
777         (ix86_split_to_parts): Likewise.
778         (ix86_vectorize_builtin_gather): Likewise.
779         (ix86_vectorize_builtin_scatter): Likewise.
780         (avx_vpermilp_parallel): Likewise.
781         (inline_memory_move_cost): Likewise.
782         (ix86_tieable_integer_mode_p): Likewise.
783         (x86_maybe_negate_const_int): Likewise.
784         (ix86_expand_vector_init_duplicate): Likewise.
785         (ix86_expand_vector_init_one_nonzero): Likewise.
786         (ix86_expand_vector_init_one_var): Likewise.
787         (ix86_expand_vector_init_concat): Likewise.
788         (ix86_expand_vector_init_interleave): Likewise.
789         (ix86_expand_vector_init_general): Likewise.
790         (ix86_expand_vector_set): Likewise.
791         (ix86_expand_vector_extract): Likewise.
792         (emit_reduc_half): Likewise.
793         (ix86_emit_i387_round): Likewise.
794         (ix86_mangle_type): Likewise.
795         (ix86_expand_round_sse4): Likewise.
796         (expand_vec_perm_blend): Likewise.
797         (canonicalize_vector_int_perm): Likewise.
798         (ix86_expand_vec_one_operand_perm_avx512): Likewise.
799         (expand_vec_perm_1): Likewise.
800         (expand_vec_perm_interleave3): Likewise.
801         (expand_vec_perm_even_odd_pack): Likewise.
802         (expand_vec_perm_even_odd_1): Likewise.
803         (expand_vec_perm_broadcast_1): Likewise.
804         (ix86_vectorize_vec_perm_const_ok): Likewise.
805         (ix86_expand_vecop_qihi): Likewise.
806         (ix86_expand_mul_widen_hilo): Likewise.
807         (ix86_expand_sse2_abs): Likewise.
808         (ix86_expand_pextr): Likewise.
809         (ix86_expand_pinsr): Likewise.
810         (ix86_preferred_simd_mode): Likewise.
811         (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
812         * config/i386/sse.md (*andnot<mode>3): Likewise.
813         (<mask_codefor><code><mode>3<mask_name>): Likewise.
814         (*<code><mode>3): Likewise.
815         * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
816         (ia64_expand_atomic_op): Likewise.
817         (ia64_arg_type): Likewise.
818         (ia64_mode_to_int): Likewise.
819         (ia64_scalar_mode_supported_p): Likewise.
820         (ia64_vector_mode_supported_p): Likewise.
821         (expand_vec_perm_broadcast): Likewise.
822         * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
823         (iq2000_function_arg_advance): Likewise.
824         (iq2000_function_arg): Likewise.
825         * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
826         * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
827         (m68k_libcall_value): Likewise.
828         (m68k_function_value): Likewise.
829         (sched_attr_op_type): Likewise.
830         * config/mcore/mcore.c (mcore_output_move): Likewise.
831         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
832         Likewise.
833         (microblaze_function_arg): Likewise.
834         * config/mips/mips.c (mips16_build_call_stub): Likewise.
835         (mips_print_operand): Likewise.
836         (mips_mode_ok_for_mov_fmt_p): Likewise.
837         (mips_vector_mode_supported_p): Likewise.
838         (mips_preferred_simd_mode): Likewise.
839         (mips_expand_vpc_loongson_even_odd): Likewise.
840         (mips_expand_vec_unpack): Likewise.
841         (mips_expand_vi_broadcast): Likewise.
842         (mips_expand_vector_init): Likewise.
843         (mips_expand_vec_reduc): Likewise.
844         (mips_expand_msa_cmp): Likewise.
845         * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
846         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
847         (cc_flags_for_mode): Likewise.
848         * config/msp430/msp430.c (msp430_print_operand): Likewise.
849         * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
850         (nds32_output_casesi_pc_relative): Likewise.
851         * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
852         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
853         (nvptx_gen_unpack): Likewise.
854         (nvptx_gen_pack): Likewise.
855         (nvptx_gen_shuffle): Likewise.
856         (nvptx_gen_wcast): Likewise.
857         (nvptx_preferred_simd_mode): Likewise.
858         * config/pa/pa.c (pa_secondary_reload): Likewise.
859         * config/pa/predicates.md (base14_operand): Likewise.
860         * config/powerpcspe/powerpcspe-c.c
861         (altivec_resolve_overloaded_builtin): Likewise.
862         * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
863         Likewise.
864         (rs6000_preferred_simd_mode): Likewise.
865         (output_vec_const_move): Likewise.
866         (rs6000_expand_vector_extract): Likewise.
867         (rs6000_split_vec_extract_var): Likewise.
868         (reg_offset_addressing_ok_p): Likewise.
869         (rs6000_legitimate_offset_address_p): Likewise.
870         (rs6000_legitimize_address): Likewise.
871         (rs6000_emit_set_const): Likewise.
872         (rs6000_const_vec): Likewise.
873         (rs6000_emit_move): Likewise.
874         (spe_build_register_parallel): Likewise.
875         (rs6000_darwin64_record_arg_recurse): Likewise.
876         (swap_selector_for_mode): Likewise.
877         (spe_init_builtins): Likewise.
878         (paired_init_builtins): Likewise.
879         (altivec_init_builtins): Likewise.
880         (do_load_for_compare): Likewise.
881         (rs6000_generate_compare): Likewise.
882         (rs6000_expand_float128_convert): Likewise.
883         (emit_load_locked): Likewise.
884         (emit_store_conditional): Likewise.
885         (rs6000_output_function_epilogue): Likewise.
886         (rs6000_handle_altivec_attribute): Likewise.
887         (rs6000_function_value): Likewise.
888         (emit_fusion_gpr_load): Likewise.
889         (emit_fusion_p9_load): Likewise.
890         (emit_fusion_p9_store): Likewise.
891         * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
892         (fusion_gpr_mem_load): Likewise.
893         (fusion_addis_mem_combo_load): Likewise.
894         (fusion_addis_mem_combo_store): Likewise.
895         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
896         (fusion_gpr_mem_load): Likewise.
897         (fusion_addis_mem_combo_load): Likewise.
898         (fusion_addis_mem_combo_store): Likewise.
899         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
900         Likewise.
901         * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
902         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
903         (rs6000_preferred_simd_mode): Likewise.
904         (output_vec_const_move): Likewise.
905         (rs6000_expand_vector_extract): Likewise.
906         (rs6000_split_vec_extract_var): Likewise.
907         (reg_offset_addressing_ok_p): Likewise.
908         (rs6000_legitimate_offset_address_p): Likewise.
909         (rs6000_legitimize_address): Likewise.
910         (rs6000_emit_set_const): Likewise.
911         (rs6000_const_vec): Likewise.
912         (rs6000_emit_move): Likewise.
913         (rs6000_darwin64_record_arg_recurse): Likewise.
914         (swap_selector_for_mode): Likewise.
915         (paired_init_builtins): Likewise.
916         (altivec_init_builtins): Likewise.
917         (rs6000_expand_float128_convert): Likewise.
918         (emit_load_locked): Likewise.
919         (emit_store_conditional): Likewise.
920         (rs6000_output_function_epilogue): Likewise.
921         (rs6000_handle_altivec_attribute): Likewise.
922         (rs6000_function_value): Likewise.
923         (emit_fusion_gpr_load): Likewise.
924         (emit_fusion_p9_load): Likewise.
925         (emit_fusion_p9_store): Likewise.
926         * config/rx/rx.c (rx_gen_move_template): Likewise.
927         (flags_from_mode): Likewise.
928         * config/s390/predicates.md (s390_alc_comparison): Likewise.
929         (s390_slb_comparison): Likewise.
930         * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
931         (s390_vector_mode_supported_p): Likewise.
932         (s390_cc_modes_compatible): Likewise.
933         (s390_match_ccmode_set): Likewise.
934         (s390_canonicalize_comparison): Likewise.
935         (s390_emit_compare_and_swap): Likewise.
936         (s390_branch_condition_mask): Likewise.
937         (s390_rtx_costs): Likewise.
938         (s390_secondary_reload): Likewise.
939         (__SECONDARY_RELOAD_CASE): Likewise.
940         (s390_expand_cs): Likewise.
941         (s390_preferred_simd_mode): Likewise.
942         * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
943         * config/sh/sh.c (sh_print_operand): Likewise.
944         (dump_table): Likewise.
945         (sh_secondary_reload): Likewise.
946         * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
947         * config/sh/sh.md (casesi_worker_1): Likewise.
948         (casesi_worker_2): Likewise.
949         * config/sparc/predicates.md (icc_comparison_operator): Likewise.
950         (fcc_comparison_operator): Likewise.
951         * config/sparc/sparc.c (sparc_expand_move): Likewise.
952         (emit_soft_tfmode_cvt): Likewise.
953         (sparc_preferred_simd_mode): Likewise.
954         (output_cbranch): Likewise.
955         (sparc_print_operand): Likewise.
956         (sparc_expand_vec_perm_bmask): Likewise.
957         (vector_init_bshuffle): Likewise.
958         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
959         (spu_vector_mode_supported_p): Likewise.
960         (spu_expand_insv): Likewise.
961         (spu_emit_branch_or_set): Likewise.
962         (spu_handle_vector_attribute): Likewise.
963         (spu_builtin_splats): Likewise.
964         (spu_builtin_extract): Likewise.
965         (spu_builtin_promote): Likewise.
966         (spu_expand_sign_extend): Likewise.
967         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
968         (tilegx_simd_int): Likewise.
969         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
970         (tilepro_simd_int): Likewise.
971         * config/v850/v850.c (const_double_split): Likewise.
972         (v850_print_operand): Likewise.
973         (ep_memory_offset): Likewise.
974         * config/vax/vax.c (vax_rtx_costs): Likewise.
975         (vax_output_int_move): Likewise.
976         (vax_output_int_add): Likewise.
977         (vax_output_int_subtract): Likewise.
978         * config/visium/predicates.md (visium_branch_operator): Likewise.
979         * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
980         (visium_print_operand_address): Likewise.
981         * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
982         * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
983         (xtensa_expand_conditional_branch): Likewise.
984         (xtensa_copy_incoming_a7): Likewise.
985         (xtensa_output_literal): Likewise.
986         * dfp.c (decimal_real_maxval): Likewise.
987         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
989 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
990             Alan Hayward  <alan.hayward@arm.com>
991             David Sherwood  <david.sherwood@arm.com>
993         * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
994         (mode_nunits_inline): Likewise.
995         (mode_inner_inline): Likewise.
996         (mode_unit_size_inline): Likewise.
997         (mode_unit_precision_inline): Likewise.
998         (emit_insn_modes_h): Likewise.  Also emit a #define of the
999         unprefixed name.
1000         (emit_mode_wider): Add an E_ prefix to mode names.
1001         (emit_mode_complex): Likewise.
1002         (emit_mode_inner): Likewise.
1003         (emit_mode_adjustments): Likewise.
1004         (emit_mode_int_n): Likewise.
1005         * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
1006         (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
1007         (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
1008         (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
1009         (CRC32_BUILTIN, ENTRY): Likewise.
1010         * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
1011         (aarch64_pop_regs): Likewise.
1012         (aarch64_process_components): Likewise.
1013         * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
1014         * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
1015         (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
1016         (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
1017         * config/arm/arm.c (arm_init_libfuncs): Likewise.
1018         * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
1019         Likewise.
1020         * config/i386/i386-builtin.def (pcmpestr): Likewise.
1021         (pcmpistr): Likewise.
1022         * config/microblaze/microblaze.c (double_memory_operand): Likewise.
1023         * config/mmix/mmix.c (mmix_output_condition): Likewise.
1024         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
1025         Likewise.
1026         * config/rl78/rl78.c (mduc_regs): Likewise.
1027         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1028         (htm_expand_builtin): Likewise.
1029         * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
1030         * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
1031         * config/xtensa/xtensa.c (print_operand): Likewise.
1032         * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
1033         (NUM_MODE_VECTOR_INT): Likewise.
1034         * genoutput.c (null_operand): Likewise.
1035         (output_operand_data): Likewise.
1036         * genrecog.c (print_parameter_value): Likewise.
1037         * lra.c (debug_operand_data): Likewise.
1039 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
1041         * dwarf2out.c (scompare_loc_descriptor_wide)
1042         (scompare_loc_descriptor_narrow): New functions, split out from...
1043         (scompare_loc_descriptor): ...here.
1044         * expmed.c (emit_store_flag_int): New function, split out from...
1045         (emit_store_flag): ...here.
1047 2017-08-30  Richard Biener  <rguenther@suse.de>
1049         * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
1050         (dwarf2out_early_finish): Move setting of AT_pubnames from
1051         early debug output to early finish.
1053 2017-08-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
1055         * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
1056         and -mdata-region to the assembler.
1058 2017-08-30  Richard Biener  <rguenther@suse.de>
1060         * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
1061         attributes.
1062         (gen_subprogram_die): Add DW_AT_object_pointer only early.
1063         (dwarf2out_early_global_decl): Only generate a DIE for the
1064         abstract origin if it doesn't already exist or is a declaration DIE.
1065         (resolve_addr): Do not add the linkage name twice when
1066         generating a stub DIE for the DW_TAG_GNU_call_site target.
1068 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
1070         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
1071         Use machine_mode rather than int for arg1_mode.
1073 2017-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
1075         PR target/82015
1076         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
1077         that the second argument of the built-in functions to unpack
1078         128-bit scalar types to 64-bit values is 0 or 1.  Change to use a
1079         switch statement instead a lot of if statements.
1080         * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
1081         Allow 64-bit values to be in Altivec registers as well as
1082         traditional floating point registers.
1083         (pack<mode>, FMOVE128_VSX iterator): Likewise.
1085 2017-08-29  Alexander Monakov  <amonakov@ispras.ru>
1087         * ira-costs.c (record_address_regs): Handle both operands of PLUS for
1088         MAX_REGS_PER_ADDRESS == 1.
1090 2017-08-29  Uros Bizjak  <ubizjak@gmail.com>
1092         * config/i386/i386.opt (flag_fentry): Do not init to -1.
1093         * config/i386/i386.c (ix86_option_override_internal): Simplify
1094         setting of opts->x_flag_entry.
1096 2017-08-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1097             Jakub Jelinek  <jakub@redhat.com>
1098             Richard Biener  <rguenther@suse.de>
1100         PR tree-optimization/81503
1101         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
1102         folded constant fits in the target type; reorder tests for clarity.
1104 2017-08-29  Martin Liska  <mliska@suse.cz>
1106         * passes.def: Include pass_lower_switch.
1107         * stmt.c (dump_case_nodes): Remove and move to
1108         tree-switch-conversion.
1109         (case_values_threshold): Likewise.
1110         (expand_switch_as_decision_tree_p): Likewise.
1111         (emit_case_decision_tree): Likewise.
1112         (expand_case): Likewise.
1113         (balance_case_nodes): Likewise.
1114         (node_has_low_bound): Likewise.
1115         (node_has_high_bound): Likewise.
1116         (node_is_bounded): Likewise.
1117         (emit_case_nodes): Likewise.
1118         (struct simple_case_node): New struct.
1119         (add_case_node): Remove.
1120         (emit_case_dispatch_table): Use vector instead of case_list.
1121         (reset_out_edges_aux): Remove.
1122         (compute_cases_per_edge): Likewise.
1123         (expand_case): Build list of simple_case_node.
1124         (expand_sjlj_dispatch_table): Use it.
1125         * tree-switch-conversion.c (struct case_node): Moved from
1126         stmt.c and adjusted.
1127         (emit_case_nodes): Likewise.
1128         (node_has_low_bound): Likewise.
1129         (node_has_high_bound): Likewise.
1130         (node_is_bounded): Likewise.
1131         (case_values_threshold): Likewise.
1132         (reset_out_edges_aux): Likewise.
1133         (compute_cases_per_edge): Likewise.
1134         (add_case_node): Likewise.
1135         (dump_case_nodes): Likewise.
1136         (balance_case_nodes): Likewise.
1137         (expand_switch_as_decision_tree_p): Likewise.
1138         (emit_jump): Likewise.
1139         (emit_case_decision_tree): Likewise.
1140         (try_switch_expansion): Likewise.
1141         (do_jump_if_equal): Likewise.
1142         (emit_cmp_and_jump_insns): Likewise.
1143         (fix_phi_operands_for_edge): New function.
1144         (record_phi_operand_mapping): Likewise.
1145         (class pass_lower_switch): New pass.
1146         (pass_lower_switch::execute): New function.
1147         (make_pass_lower_switch): Likewise.
1148         (conditional_probability):
1149         * timevar.def: Add TV_TREE_SWITCH_LOWERING.
1150         * tree-pass.h: Add make_pass_lower_switch.
1152 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
1154         PR target/80993
1155         * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
1156         handlers as used.
1158 2017-08-29  Richard Biener  <rguenther@suse.de>
1160         * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
1161         we do not add a DW_AT_inline attribute twice.
1162         (gen_subprogram_die): Remove code setting DW_AT_inline on
1163         DECL_ABSTRACT_P nodes.
1165 2017-08-29  Richard Sandiford  <richard.sandiford@linaro.org>
1167         * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
1168         calls to internal functions.
1169         (gimplify_modify_expr): Likewise.
1170         * tree-call-cdce.c (use_internal_fn): Likewise.
1171         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
1172         (convert_to_divmod): Set the nothrow flag.
1173         * tree-if-conv.c (predicate_mem_writes):  Likewise.
1174         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
1175         (vectorizable_call): Likewise.
1176         (vectorizable_store): Likewise.
1177         (vectorizable_load): Likewise.
1178         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
1179         (vect_recog_mask_conversion_pattern): Likewise.
1181 2017-08-29  Martin Liska  <mliska@suse.cz>
1183         PR other/39851
1184         * gcc.c (driver_handle_option): Add new argument.
1185         * opts-common.c (handle_option): Pass
1186         target_option_override_hook.
1187         * opts-global.c (lang_handle_option): Add new option.
1188         (set_default_handlers):  Add new argument.
1189         (decode_options): Likewise.
1190         * opts.c (target_handle_option): Likewise.
1191         (common_handle_option): Call target_option_override_hook.
1192         * opts.h (struct cl_option_handler_func): Add hook for
1193         target option override.
1194         (struct cl_option_handlers): Likewise.
1195         (set_default_handlers): Add new argument.
1196         (decode_options): Likewise.
1197         (common_handle_option): Likewise.
1198         (target_handle_option): Likewise.
1199         * toplev.c (toplev::main): Pass targetm.target_option.override
1200         hook.
1202 2017-08-29  Richard Biener  <rguenther@suse.de>
1203         Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
1205         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
1206         life to the active subtree.
1208 2017-08-28  Jeff Law  <law@redhat.com>
1210         * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
1211         derive_equivalences.
1212         (derive_equivalences_from_bit_ior, record_temporary_equivalences):
1213         Code moved into....
1214         (edge_info::derive_equivalences): New private member function
1216         * tree-ssa-dom.c (class edge_info): Changed from a struct
1217         to a class.  Add ctor/dtor, methods and data members.
1218         (edge_info::edge_info): Renamed from allocate_edge_info.
1219         Initialize additional members.
1220         (edge_info::~edge_info): New.
1221         (free_dom_edge_info): Delete the edge info.
1222         (record_edge_info): Use new class & associated member functions.
1223         Tighten forms for testing for edge equivalences.
1224         (record_temporary_equivalences): Iterate over the simple
1225         equivalences rather than assuming there's only one per edge.
1226         (cprop_into_successor_phis): Iterate over the simple
1227         equivalences rather than assuming there's only one per edge.
1228         (optimize_stmt): Use operand_equal_p rather than pointer
1229         equality for mini-DSE code.
1231 2017-08-28  Nathan Sidwell  <nathan@acm.org>
1233         * gcc.c (execute): Fold SIGPIPE handling into switch
1234         statement.  Adjust internal error message.
1236 2017-08-28  Richard Biener  <rguenther@suse.de>
1238         PR debug/81993
1239         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
1240         Do nothing for removed DIEs.
1242 2017-08-28  Richard Biener  <rguenther@suse.de>
1244         PR tree-optimization/81977
1245         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
1246         memcpy.
1248 2017-08-28  Alexander Monakov  <amonakov@ispras.ru>
1250         PR target/80640
1251         * doc/md.texi (mem_thread_fence): Remove mention of mode.  Rewrite.
1252         * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
1253         using targetm.gen_mem_thread_fence.
1255 2017-08-27  Uros Bizjak  <ubizjak@gmail.com>
1257         PR target/81995
1258         * config/i386/i386.md (*<btsc><mode>): Change operand 2
1259         predicate to register_operand.  Reorder operands.
1260         (*btr<mode>): Ditto.
1261         (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
1262         (*btr<mode>_mask): Ditto.
1264 2017-08-25  Steven Munroe  <munroesj@gcc.gnu.org>
1266         * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
1267         * config/rs6000/xmmintrin.h: New file.
1268         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
1270 2017-08-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1272         PR target/81504
1273         * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
1274         parameter and_insn and return it.
1275         (recombine_lvx_pattern): Insert a copy to ensure availability of
1276         the base register of the copied masking operation at the point of
1277         the instruction replacement.
1278         (recombine_stvx_pattern): Likewise.
1280 2017-08-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
1282         * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
1283         undocumented switches.
1284         (-mpower9-dform-vector): Likewise.
1285         (-mpower9-dform): Likewise.
1286         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
1287         comments to delete references to -mpower9-dform* switches.
1288         * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
1289         Delete reference to -mpower9-dform* switches, test for
1290         -mpower9-vector instead.
1291         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
1292         (OTHER_P9_VECTOR_MASKS): Likewise.
1293         (POWERPC_MASKS): Likewise.
1294         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
1295         tests against -mpower9-dform* to -mpower9-vector.  Delete code
1296         that checked for -mpower9-dform* consistancy with other options.
1297         Add test for -mpower9-misc to enable other power9 switches.
1298         (rs6000_init_hard_regno_mode_ok): Likewise.
1299         (rs6000_option_override_internal): Likewise.
1300         (rs6000_emit_prologue): Likewise.
1301         (rs6000_emit_epilogue): Likewise.
1302         (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
1303         (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
1304         (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
1305         -mpower9-vector.
1306         (emit_fusion_p9_store): Likewise.
1307         * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
1308         resetting these macros if the assembler does not support ISA 3.0
1309         instructions.
1310         (TARGET_P9_DFORM_VECTOR): Likewise.
1311         * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
1312         Change to use -mpower9-vector instead of -mpower9-dform-scalar.
1314 2017-08-25  Alan Modra  <amodra@gmail.com>
1316         PR rtl-optimization/81747
1317         * cse.c (cse_extended_basic_block): Don't attempt to record
1318         equivalences for degenerate conditional branches that branch
1319         to their fall-through.
1321 2017-08-24  Martin Sebor  <msebor@redhat.com>
1323         PR middle-end/81908
1324         * gimple-fold.c (size_must_be_zero_p): New function.
1325         (gimple_fold_builtin_memory_op): Call it.
1327 2017-08-24  Steven Munroe  <munroesj@gcc.gnu.org>
1329         * config/rs6000/mm_malloc.h: New file.
1331 2017-08-24  Bin Cheng  <bin.cheng@arm.com>
1333         PR tree-optimization/81913
1334         * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
1335         analysis when either IVs in condition can wrap.
1337 2017-08-24  Uros Bizjak  <ubizjak@gmail.com>
1339         * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
1340         * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
1342 2017-08-24  Richard Biener  <rguenther@suse.de>
1344         PR target/81921
1345         * targhooks.c (default_target_can_inline_p): Properly
1346         use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
1347         is present and always compare.
1348         * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
1349         infer -mfpmath=sse from TARGET_SSE_P.
1350         (ix86_can_inline_p): Properly use target_option_default_node when
1351         no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
1353 2017-08-24  Richard Biener  <rguenther@suse.de>
1355         PR debug/81936
1356         * dwarf2out.c (output_die): Handle flag_generate_offload like
1357         flag_generate_lto.
1358         (output_comp_unit): Likewise.
1359         (gen_array_type_die): Likewise.
1360         (dwarf2out_early_finish): Likewise.
1361         (note_variable_value_in_expr): Likewise.
1362         (dwarf2out_finish): Likewise.  Adjust assert.
1363         * cgraphunit.c (symbol_table::compile): Move setting of
1364         flag_generate_offload earlier ...
1365         (symbol_table::finalize_compilation_unit): ... here, before
1366         early debug finalization.
1368 2017-08-24  Richard Biener  <rguenther@suse.de>
1370         * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
1371         and ipa-fnsummary.h.
1372         (ix86_can_inline_p): When ix86_fpmath flags do not match
1373         check whether the callee uses FP math at all.
1375 2017-08-24  Aldy Hernandez  <aldyh@redhat.com>
1377         PR middle-end/81931
1378         * tree-ssanames.c (get_nonzero_bits): Use element_precision
1379         instead of TYPE_PRECISION.
1381 2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
1382             Alan Hayward  <alan.hayward@arm.com>
1383             David Sherwood  <david.sherwood@arm.com>
1385         * combine.c (make_extraction): Use subreg_offset_from_lsb.
1387 2017-08-23  Daniel Santos  <daniel.santos@pobox.com>
1389         * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
1390         Remove field.
1391         (ix86_frame::stack_realign_allocate): New field.
1392         (struct machine_frame_state): Modify comments.
1393         (machine_frame_state::sp_realigned_fp_end): New field.
1394         * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
1395         layout calculation.
1396         (sp_valid_at): Add assertion to assure no attempt to access invalid
1397         offset of a realigned stack.
1398         (fp_valid_at): Likewise.
1399         (choose_baseaddr): Modify comments.
1400         (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
1401         ix86_expand_prologue.
1402         (ix86_expand_prologue): Modify stack realignment and allocation.
1403         (ix86_expand_epilogue): Modify comments.
1404         * doc/sourcebuild.texi: Add documentation for target selectors avx2,
1405         avx2_runtime, avx512f, and avx512f_runtime.
1407 2017-08-23  Uros Bizjak  <ubizjak@gmail.com>
1409         * config/i386/i386.opt: Remove unneeded Init(0) initializations.
1410         (mstackrealign): Do not init to -1.
1411         * config/i386/i386.c (ix86_option_override_internal):
1412         Check opts_set, not opts when setting default value of
1413         opts->x_ix86_force_align_arg_pointer.
1415 2017-08-23  Richard Biener  <rguenther@suse.de>
1417         * function.c (fndecl_name): Use verbosity 1 (no arguments) for
1418         lang_hooks.decl_printable_name.
1419         * print-rtl-function.c (print_rtx_function): Likewise.
1420         * tree-pretty-print.c (dump_function_header): Likewise.
1422 2017-08-23  Richard Biener  <rguenther@suse.de>
1424         PR lto/81940
1425         * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
1426         -g0 at compile-time.
1428 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1430         PR middle-end/19706
1431         * doc/sourcebuild.texi (Other hardware attributes):
1432         Document xorsign.
1434 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1436         PR middle-end/19706
1437         * tree-ssa-math-opts.c (convert_expand_mult_copysign):
1438         Fix single-use check.
1440 2017-08-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1442         * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
1444 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1446         * doc/install.texi: Modify to add more details on running selected
1447         tests.
1449 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1451         * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
1452         is combined with -mabi=ms.
1453         (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
1454         ms_abi.
1456 2017-08-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1458         PR tree-optimization/81488
1459         * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
1460         and cached_basis fields.
1461         (MAX_SPREAD): New constant.
1462         (alloc_cand_and_find_basis): Initialize new fields.
1463         (clear_visited): New function.
1464         (create_phi_basis_1): Rename from create_phi_basis, set visited
1465         and cached_basis fields.
1466         (create_phi_basis): New wrapper function.
1467         (phi_add_costs_1): Rename from phi_add_costs, add spread
1468         parameter, set visited field, short-circuit when limits reached.
1469         (phi_add_costs): New wrapper function.
1470         (record_phi_increments_1): Rename from record_phi_increments, set
1471         visited field.
1472         (record_phi_increments): New wrapper function.
1473         (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
1474         (phi_incr_cost): New wrapper function.
1475         (all_phi_incrs_profitable_1): Rename from
1476         all_phi_incrs_profitable, set visited field.
1477         (all_phi_incrs_profitable): New wrapper function.
1479 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1480             Alan Hayward  <alan.hayward@arm.com>
1481             David Sherwood  <david.sherwood@arm.com>
1483         * rtl.h (paradoxical_subreg_p): Define inline, and add a version
1484         that takes the outer and inner modes.
1485         * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
1486         comparison as the canonical test for a paradoxical subreg.
1487         * combine.c (simplify_set): Use paradoxical_subreg_p.
1488         (make_extraction): Likewise.
1489         (force_to_mode): Likewise.
1490         (rtx_equal_for_field_assignment_p): Likewise.
1491         (gen_lowpart_for_combine): Likewise.
1492         (simplify_comparison): Likewise.
1493         * cse.c (equiv_constant): Likewise.
1494         * expmed.c (store_bit_field_1): Likewise.
1495         * final.c (alter_subreg): Likewise.
1496         * fwprop.c (propagate_rtx): Likewise.
1497         (forward_propagate_subreg): Likewise.
1498         * ira-conflicts.c (ira_build_conflicts): Likewise.
1499         * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
1500         * lra-constraints.c (curr_insn_transform): Likewise.
1501         (split_reg): Likewise.
1502         * lra-eliminations.c (move_plus_up): Likewise.
1503         (lra_eliminate_regs_1): Likewise.
1504         * recog.c (general_operand): Likewise.
1505         * ree.c (combine_reaching_defs): Likewise.
1506         * reload.c (push_reload): Likewise.
1507         (find_reloads): Likewise.
1508         * reload1.c (elimination_effects): Likewise.
1509         (compute_reload_subreg_offset): Likewise.
1510         (choose_reload_regs): Likewise.
1511         * rtlanal.c (subreg_lsb_1): Likewise.
1512         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
1513         (simplify_subreg): Likewise.
1514         * var-tracking.c (track_loc_p): Likewise.
1515         * emit-rtl.c (byte_lowpart_offset): Likewise.
1516         (paradoxical_subreg_p): Delete out-of-line definition.
1518 2017-08-22  Jeff Law  <law@redhat.com>
1520         PR tree-optimization/81741
1521         PR tree-optimization/71947
1522         * tree-ssa-dom.c: Include tree-inline.h.
1523         (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
1524         equivalences if one is more expensive to compute than the other.
1525         * tree-ssa-scopedtables.h (class const_or_copies): Make
1526         record_const_or_copy_raw method private.
1527         (class avail_exprs_stack): New method simplify_binary_operation.
1528         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
1529         avail_exprs_stack::simplify_binary_operation as needed.
1530         (avail_exprs_stack::simplify_binary_operation): New function.
1532 2017-08-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1534         * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
1535         * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
1536         (DOT_SYMBOLS): Likewise.
1537         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
1538         (RELOCATABLE_NEEDS_FIXUP): Likewise.
1539         (RS6000_ABI_NAME): Likewise.
1540         (TARGET_CMODEL): Likewise.
1541         (TOC_SECTION_ASM_OP): Likewise.
1542         (SET_CMODEL): New macro.
1543         (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
1545 2017-08-22  Richard Biener  <rguenther@suse.de>
1547         * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
1548         to allow for free-lang-data replacements similar to verify_type_variant.
1550 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1551             Alan Hayward  <alan.hayward@arm.com>
1552             David Sherwood  <david.sherwood@arm.com>
1554         * config/aarch64/aarch64.md (casesi): Use DImode rather than
1555         VOIDmode for the LABEL_REF.
1557 2017-08-22  Richard Biener  <rguenther@suse.de>
1559         * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
1561 2017-08-22  Richard Biener  <rguenther@suse.de>
1563         * common.opt (feliminate-dwarf2-dups): Ignore.
1564         * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
1565         * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
1566         same_die_p_wrap, compute_section_prefix,
1567         is_symbol_die, assign_symbol_names, break_out_includes): Remove.
1568         (comdat_symbol_id, comdat_symbol_number): Likewise.
1569         (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
1570         Likewise.
1571         (check_duplicate_cu, record_comdat_symbol_number): Likewise.
1572         (output_die): Mark unreachable path unreachable.
1573         (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
1574         (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
1575         (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
1576         (dwarf2out_early_finish): Likewise.
1578 2017-08-22  Aldy Hernandez  <aldyh@redhat.com>
1580         * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
1582 2017-08-22  Georg-Johann Lay  <avr@gjlay.de>
1584         PR target/81910
1585         * config/avr/avr.c (avr_handle_addr_attribute): Early return if
1586         not VAR_P. Filter attribute warnings with OPT_Wattributes.
1587         (avr_attribute_table) <io, io_low, address>: Initialize
1588         .decl_required with true.
1590 2017-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
1592         * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
1593         undocumented debugging options.
1594         (-mvsx-scalar-double): Likewise.
1595         (-mallow-df-permute): Likewise.
1596         (-mvectorize-builtins): Likewise.
1597         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1598         (rs6000_builtin_vectorized_function): Likewise.
1599         (rs6000_builtin_md_vectorized_function): Likewise.
1600         (rs6000_opt_vars): Likewise.
1602 2017-08-21  Uros Bizjak  <ubizjak@gmail.com>
1604         PR target/46091
1605         * config/i386/i386.md (*btsq_imm): Rename from *btsq.
1606         (*btrq_imm): Rename from *btrq.
1607         (*btcq_imm): Rename from *btcq.
1608         (btsc): New code attribute.
1609         (*<btsc><mode>): New insn pattern.
1610         (*btr<mode>): Ditto.
1611         (*<btsc><mode>_mask): New insn_and_split pattern.
1612         (*btr<mode>_mask): Ditto.
1614 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1615             Alan Hayward  <alan.hayward@arm.com>
1616             David Sherwood  <david.sherwood@arm.com>
1618         * function.c (pad_below): Simplify padding calculation.
1620 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1621             Alan Hayward  <alan.hayward@arm.com>
1622             David Sherwood  <david.sherwood@arm.com>
1624         * target.def (function_prologue): Remove frame size argument.
1625         (function_epilogue): Likewise.
1626         * doc/tm.texi: Regenerate.
1627         * final.c (final_start_function): Update call to function_prologue.
1628         (final_end_function): Update call to function_epilogue.
1629         (default_function_pro_epilogue): Remove frame size argument.
1630         * output.h (default_function_pro_epilogue): Likewise.
1631         * config/arm/arm.c (arm_output_function_epilogue): Likewise.
1632         (arm_output_function_prologue): Likewise.
1633         * config/frv/frv.c (frv_function_prologue): Likewise.
1634         (frv_function_epilogue): Likewise.
1635         * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
1636         * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
1637         (ia64_output_function_epilogue): Likewise.
1638         * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
1639         (m32r_output_function_epilogue): Likewise.
1640         * config/microblaze/microblaze.c (microblaze_function_prologue)
1641         (microblaze_function_epilogue): Likewise.
1642         * config/mips/mips.c (mips_output_function_prologue): Likewise.
1643         (mips_output_function_epilogue): Likewise.
1644         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
1645         (mmix_target_asm_function_epilogue): Likewise.
1646         * config/msp430/msp430.c (msp430_start_function): Likewise.
1647         * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
1648         (nds32_asm_function_epilogue): Likewise.
1649         * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
1650         * config/pa/pa.c (pa_output_function_prologue): Likewise.
1651         (pa_output_function_epilogue): Likewise.
1652         * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
1653         (rs6000_output_function_epilogue): Likewise.
1654         * config/rl78/rl78.c (rl78_start_function): Likewise.
1655         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
1656         (rs6000_output_function_epilogue): Likewise.
1657         * config/rx/rx.c (rx_output_function_prologue): Likewise.
1658         * config/sh/sh.c (sh_output_function_epilogue): Likewise.
1659         * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
1660         (sparc_asm_function_epilogue): Likewise.
1662 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1664         * tree.h (type_has_mode_precision_p): New function.
1665         * convert.c (convert_to_integer_1): Use it.
1666         * expr.c (expand_expr_real_2): Likewise.
1667         (expand_expr_real_1): Likewise.
1668         * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
1669         * match.pd: Likewise.
1670         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
1671         * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
1672         * tree-tailcall.c (process_assignment): Likewise.
1673         * tree-vect-loop.c (vectorizable_reduction): Likewise.
1674         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
1675         (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
1676         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
1677         (vectorizable_assignment): Likewise.
1678         (vectorizable_shift): Likewise.
1679         (vectorizable_operation): Likewise.
1680         * tree-vrp.c (register_edge_assert_for_2): Likewise.
1682 2017-08-21  Wilco Dijkstra  <wdijkstr@arm.com>
1684         * match.pd: Add pow (C, x) simplification.
1686 2017-08-21  Richard Biener  <rguenther@suse.de>
1688         PR tree-optimization/81900
1689         * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
1690         for blocks with abnormal predecessors.
1691         (compute_antic): Do not set visited flag prematurely.
1693 2017-08-21  Georg-Johann Lay  <avr@gjlay.de>
1695         PR target/79883
1696         * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
1698 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1700         * stor-layout.h (vector_type_mode): Move to...
1701         * tree.h (vector_type_mode): ...here.
1702         * stor-layout.c (vector_type_mode): Move to...
1703         * tree.c (vector_type_mode): ...here.  Include rtl.h and regs.h.
1705 2017-08-21  Richard Biener  <rguenther@suse.de>
1707         * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
1708         register_external_die hooks.
1709         (debug_false_tree_charstarstar_uhwistar): Declare.
1710         (debug_nothing_tree_charstar_uhwi): Likewise.
1711         * debug.c (do_nothing_debug_hooks): Adjust.
1712         (debug_false_tree_charstarstar_uhwistar): New do nothing.
1713         (debug_nothing_tree_charstar_uhwi): Likewise.
1714         * dbxout.c (dbx_debug_hooks): Adjust.
1715         (xcoff_debug_hooks): Likewise.
1716         * sdbout.c (sdb_debug_hooks): Likewise.
1717         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
1718         * dwarf2out.c (macinfo_label_base): New global.
1719         (dwarf2out_register_external_die): New function for the
1720         register_external_die hook.
1721         (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
1722         (dwarf2_debug_hooks): Use them.
1723         (dwarf2_lineno_debug_hooks): Adjust.
1724         (struct die_struct): Add with_offset flag.
1725         (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
1726         DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
1727         DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
1728         DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
1729         DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
1730         DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
1731         defining section names for the early LTO debug variants.
1732         (reset_indirect_string): New helper.
1733         (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
1734         (print_dw_val): Add support for offsetted symbol references.
1735         (get_ultimate_context): Split out from is_cxx.
1736         (is_cxx): Use get_ultimate_context.
1737         (is_fortran): Add decl overload.
1738         (compute_comp_unit_symbol): Split out worker from
1739         compute_section_prefix.
1740         (compute_section_prefix): Call compute_comp_unit_symbol and
1741         set comdat_type_p here.
1742         (output_die): Skip DIE symbol output for the LTO added one.
1743         Handle DIE symbol references with offset.
1744         (output_comp_unit): Guard section name mangling properly.
1745         For LTO debug sections emit a symbol at the section beginning
1746         which we use to refer to its DIEs.
1747         (add_abstract_origin_attribute): For DIEs registered via
1748         dwarf2out_register_external_die directly refer to the early
1749         DIE rather than indirectly through the shadow one we created.
1750         Remove obsolete call to dwarf2out_abstract_function for
1751         non-function/block origins.
1752         (gen_array_type_die): When generating early LTO debug do
1753         not emit DW_AT_string_length.
1754         (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
1755         late when in LTO.  As suggested place a gcc_unreachable for
1756         the DECL_ABSTRACT_P case.
1757         (gen_subprogram_die): Avoid another specification DIE
1758         for early built declarations/definitions for the late LTO case.
1759         (gen_variable_die): Add type references for late duplicated VLA dies
1760         when in late LTO.
1761         (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
1762         we have the abstract instance already.
1763         (process_scope_var): Adjust decl DIE contexts in LTO which
1764         first puts them in limbo.
1765         (gen_decl_die): Do not generate type DIEs late apart from
1766         types for VLAs or for decls we do not yet have a DIE.  Do not
1767         call dwarf2out_abstract_function late.
1768         (dwarf2out_early_global_decl): Make sure to create DIEs
1769         for abstract instances of a decl first.
1770         (dwarf2out_late_global_decl): Adjust comment.
1771         (output_macinfo_op): With multiple macro sections use
1772         macinfo_label_base to distinguish labels.
1773         (output_macinfo): Likewise.  Update macinfo_label_base.
1774         Pass in the line info label.
1775         (note_variable_value_in_expr): When generating LTO resolve
1776         all variable values here by generating DIEs as needed.
1777         (init_sections_and_labels): Add early LTO debug flag parameter
1778         and generate different sections and names if set.  Add generation
1779         counter for the labels so we can have multiple of them.
1780         (reset_dies): Helper to allow DIEs to be output multiple times.
1781         (dwarf2out_finish): When outputting DIEs to the fat part of an
1782         LTO object first reset DIEs.
1783         (dwarf2out_early_finish): Output early DIEs when generating LTO.
1784         (modified_type_die): Check for decl_ultimate_origin being self
1785         before recursing.
1786         (gen_type_die_with_usage): Likewise.
1787         (gen_typedef_die): Allow decl_ultimate_origin being self.
1788         (set_decl_abstract_flags): Remove.
1789         (set_block_abstract_flags): Likewise.
1790         (dwarf2out_abstract_function): Treat the early generated DIEs
1791         as the abstract copy and only add DW_AT_inline and
1792         DW_AT_artificial here and call set_decl_origin_self.
1793         If the DIE has an abstract origin don't do anything.
1794         * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
1795         if we have none yet (Go fails to build one, PR78628).
1796         (variably_modified_type_p): Prevent endless recursion for Ada
1797         cyclic pointer types.
1798         * lto-streamer-in.c: Include debug.h.
1799         (dref_queue): New global.
1800         (lto_read_tree_1): Stream in DIE references.
1801         (lto_input_tree): Register DIE references.
1802         (input_function): Stream DECL_DEBUG_ARGS.
1803         * lto-streamer-out.c: Include debug.h.
1804         (lto_write_tree_1): Output DIE references.
1805         (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
1806         Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
1807         (output_function): Stream DECL_DEBUG_ARGS.
1808         * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
1809         Stream DECL_ABSTRACT_ORIGIN.
1810         * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
1811         (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
1812         DECL_CONTEXT for file-scope decls.
1813         * lto-streamer.h (struct dref_entry): Declare.
1814         (dref_queue): Likewise.
1815         * cfgexpand.c (pass_expand::execute): Do not call the
1816         outlining_inline_function hook here.
1817         * lto-wrapper.c (debug_obj): New global.
1818         (tool_cleanup): Unlink it if required.
1819         (debug_objcopy): New function.
1820         (run_gcc): Handle early debug sections in the IL files by
1821         extracting them to separate files, partially linkin them and
1822         feeding the result back as result to the linker.
1823         * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
1824         DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
1825         DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
1826         sections into a separate segment.
1827         * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
1828         segments.
1829         (darwin_asm_dwarf_section): Likewise.
1830         (darwin_asm_output_dwarf_offset): Likewise.
1831         * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
1833 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1834             Alan Hayward  <alan.hayward@arm.com>
1835             David Sherwood  <david.sherwood@arm.com>
1837         * read-md.h (md_reader::record_potential_iterator_use): Replace
1838         pointer argument with an rtx and an index.
1839         * read-rtl.c (iterator_group::apply_iterator): Likewise.
1840         (apply_mode_iterator): Likewise.
1841         (apply_code_iterator): Likewise.
1842         (apply_int_iterator): Likewise.
1843         (apply_subst_iterator): Likewise.
1844         (record_iterator_use): Likewise.
1845         (record_attribute_use): Likewise.
1846         (md_reader::record_potential_iterator_use): Likewise.  Update calls
1847         to record_iterator_use and apply_iterator.
1848         (iterator_use): Replace ptr with x and index.
1849         (attribute_use): Likewise.
1850         (apply_attribute_uses): Update calls to apply_iterator.
1851         (apply_iterators): Likewise.  Update initialization of iterator_use.
1852         (rtx_reader::read_rtx_code): Update calls to record_iterator_use
1853         and record_potential_iterator_use.
1854         (rtx_reader::read_rtx_operand): Likewise.
1856 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1857             Alan Hayward  <alan.hayward@arm.com>
1858             David Sherwood  <david.sherwood@arm.com>
1860         * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
1861         CONST_WIDE_INT.
1863 2017-08-21  Richard Biener  <rguenther@suse.de>
1865         PR middle-end/81884
1866         * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
1867         at struct end conservatively when comparing common bases.
1869 2017-08-21  Richard Biener  <rguenther@suse.de>
1871         * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
1872         (mem_ref_in_stmt): Remove.
1873         (determine_max_movement): Use ref index to get at the reference.
1874         (invariantness_dom_walker::before_dom_children): Deal with
1875         lim data already initialized.
1876         (gather_mem_refs_stmt): Initialize lim data and record ref index.
1878 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1880         * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
1881         (TARGET_ISA_ROUND): Ditto.
1882         (TARGET_ROUND): Ditto.
1883         * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
1884         * config/i386/i386.md: Ditto.
1885         * config/i386/sse.md: Ditto.
1886         * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
1887         with OPTION_MASK_ISA_SSE4_1.
1889 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1891         PR target/81894
1892         * doc/extend.texi (x86 Built-in Functions): Correct the name of
1893         __builtin_ia32_lzcnt_u16.
1895 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
1897         PR target/80210
1898         * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
1899         (rs6000_set_current_function): Rewrite function to use it.
1901 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
1903         PR c/53037
1904         * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
1905         and TYPE_WARN_IF_NOT_ALIGN.
1906         * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
1907         (handle_warn_if_not_align): New.
1908         (place_union_field): Call handle_warn_if_not_align.
1909         (place_field): Call handle_warn_if_not_align.
1910         Copy TYPE_WARN_IF_NOT_ALIGN.
1911         (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
1912         (layout_type): Likewise.
1913         * tree-core.h (tree_type_common): Add warn_if_not_align.  Set
1914         spare to 18.
1915         (tree_decl_common): Add warn_if_not_align.
1916         * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
1917         * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
1918         (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
1919         (DECL_WARN_IF_NOT_ALIGN): Likewise.
1920         (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
1921         * doc/extend.texi: Document warn_if_not_aligned attribute.
1922         * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
1924 2017-08-17  Martin Liska  <mliska@suse.cz>
1926         PR bootstrap/81864
1927         * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
1928         (get_data_dependence): Use it as pointer type.
1929         (distribute_loop): Likewise.
1931 2017-08-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1933         * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
1934         (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
1935         (p8_vmrgow_<mode>_direct): New define_insn.
1936         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
1937         handle endianness for vmrgew and vmrgow permute patterns.
1939 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
1941         * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
1942         * config/rs6000/rs6000-cpus.def: Remove comment.
1943         (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
1944         (POWERPC_MASKS): Likewise.
1945         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
1946         use of TARGET_VSX_TIMODE.
1947         (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
1948         (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
1949         TARGET_VSX_TIMODE.  Change use of TARGET_VSX_TIMODE to TARGET_VSX.
1950         (rs6000_option_override_internal): Remove dead code.
1951         (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
1952         (rs6000_legitimize_reload_address): Likewise.
1953         (rs6000_legitimate_address_p): Likewise.
1954         (rs6000_opt_masks): Delete "vsx-timode".
1955         (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
1956         from function comment.
1957         * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
1958         * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
1959         (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
1960         condition.
1961         * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
1962         * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
1963         * config/rs6000/vsx.md (VSX_LE_128): Likewise.
1964         (VSX_TI): Likewise.
1965         (VSX_M): Likewise.
1966         (define_peephole2): Likewise.
1968 2017-08-17  Martin Sebor  <msebor@redhat.com>
1970         PR c/81859
1971         * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
1972         past the end of an array.
1973         (test_pp_format): Add test cases.
1975 2017-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
1977         * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
1978         missing ECF_NOTHROW flags.
1980 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
1982         PR target/72804
1983         * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
1984         operands residing in integer registers.
1985         (*vsx_le_perm_load_<mode>): Likewise.
1986         (*vsx_le_perm_store_<mode>): Likewise.
1987         (define_peephole2): Add peepholes to optimize the above.
1989 2017-08-17  Marek Polacek  <polacek@redhat.com>
1991         PR middle-end/81814
1992         * fold-const.c (operand_equal_for_comparison_p): Remove code that used
1993         to mimic what shorten_compare did.  Change the return type to bool.
1994         (fold_cond_expr_with_comparison): Update call to
1995         operand_equal_for_comparison_p.
1996         (fold_ternary_loc): Likewise.
1998 2017-08-17  Jackson Woodruff  <jackson.woodruff@arm.com>
2000         * aarch64-simd.md (mov<mode>): No longer force zero immediate into
2001         register.
2002         (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
2004 2017-08-17  Richard Biener  <rguenther@suse.de>
2006         * tree-ssa-structalias.c (solve_graph): When propagating
2007         to successors update the graphs succ edges and avoid duplicate work.
2009 2017-08-17  Maxim Ostapenko  <m.ostapenko@samsung.com>
2011         PR target/81861
2012         * config/i386/i386.c (ix86_option_override_internal): Save target
2013         specific options after ix86_stack_protector_guard_reg was changed.
2015 2017-08-17  Richard Biener  <rguenther@suse.de>
2017         PR tree-optimization/81827
2018         * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
2019         (new_var_info): Initialize it conservatively.
2020         (get_call_vi): Mark register vars.
2021         (new_scalar_tmp_constraint_exp): Likewise.
2022         (handle_rhs_call): Likewise.
2023         (handle_const_call): Likewise.
2024         (create_function_info_for): Likewise.
2025         (solve_constraints): Sort varinfos to separate register from
2026         non-register vars to pack points-to solution bitmaps during
2027         iteration.
2029 2017-08-17  Marek Polacek  <polacek@redhat.com>
2031         * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
2033 2017-08-17  Richard Biener  <rguenther@suse.de>
2035         * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
2036         to true when overflow is undefined and we saturated the result.
2038 2017-08-17  Alan Modra  <amodra@gmail.com>
2040         PR target/80938
2041         * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
2042         Don't use store multiple if only one reg needs saving.
2043         (interesting_frame_related_regno): New function.
2044         (rs6000_frame_related): Don't emit frame info for regs that
2045         don't need saving.
2046         (rs6000_emit_epilogue): Likewise.
2048 2017-08-16  Nathan Sidwell  <nathan@acm.org>
2050         * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
2051         * tree.h (TYPE_BINFO): Use type_non_common.maxval.
2052         (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
2053         * tree.c (free_lang_data_in_type): Use else-if chain.  Always
2054         clear TYPE_LANG_1.  Remove obsolete member-function stripping.
2055         (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
2056         (verify_type): Adjust for TYPE_BINFO move.
2057         * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
2058         process TYPE_BINFO directly.
2059         (hash_tree): Likewise.
2060         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
2061         Likewise.
2062         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
2063         Likewise.
2065 2017-08-16  David Malcolm  <dmalcolm@redhat.com>
2067         * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
2069 2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
2071         PR target/46091
2072         * config/i386/i386.md (*anddi_1_btr): Change predicates of
2073         operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
2074         Add ix86_binary_operator_ok to insn constraint.
2075         (*iordi_1_bts): Ditto.
2076         (*xordi_1_btc): Ditto.
2077         (*btsq): Change predicate of operand 0 to nonimmediate_operand.
2078         Update corresponding peephole2 pattern.
2079         (*btrq): Ditto.
2080         (*btcq): Ditto.
2082 2017-08-16  Bin Cheng  <bin.cheng@arm.com>
2084         PR tree-optimization/81832
2085         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
2086         copy loop header which has IFN_LOOP_DIST_ALIAS call.
2088 2017-08-16  Marek Polacek  <polacek@redhat.com>
2090         PR middle/81695
2091         * fold-const.c (fold_indirect_ref_1): Restore original behavior
2092         regarding size_zero_node.
2094 2017-08-16  Martin Liska  <mliska@suse.cz>
2096         PR target/81753
2097         * config.gcc: Respect previously set extra_objs in case
2098         of darwin target.
2100 2017-08-16  Richard Sandiford  <richard.sandiford@linaro.org>
2102         PR tree-optimization/81835
2103         * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
2104         the phi SSA_NAME.  Check that the condition in a COND_EXPR does
2105         not depend on the phi.
2107 2017-08-16  Alan Modra  <amodra@gmail.com>
2109         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
2110         dead code.
2112 2017-08-16  Alan Modra  <amodra@gmail.com>
2114         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
2115         (save_reg_p): ..into this.  Update all callers.
2116         (first_reg_to_save): Simplify.
2118 2017-08-16  Alan Modra  <amodra@gmail.com>
2120         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
2121         fixed regs.
2123 2017-08-15  Joseph Myers  <joseph@codesourcery.com>
2125         PR target/78460
2126         PR target/67712
2127         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
2128         constant count if that count is less than 32.
2130 2017-08-15  Nathan Sidwell  <nathan@acm.org>
2132         * gcc.c (execute): Emit friendlier message if inferior is killed
2133         by an external cause.
2135 2017-08-15  Richard Biener  <rguenther@suse.de>
2137         PR tree-optimization/81790
2138         * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
2139         CONSTRUCTORs from simplifying and VN.
2141 2017-08-14  Martin Sebor  <msebor@redhat.com>
2143         * builtin-attrs.def: Add comments.
2145 2017-08-14  Martin Sebor  <msebor@redhat.com>
2147         PR c/81117
2148         * doc/extend.texi (attribute nonstring): Document new attribute.
2150 2017-08-14  Martin Sebor  <msebor@redhat.com>
2152         PR c/81117
2153         * tree-diagnostic.c (default_tree_printer): Handle %G.
2154         * gimple-pretty-print.h (percent_G_format): Declare new function.
2155         * gimple-pretty-print.c (percent_G_format): Define.
2156         * tree-pretty-print.c (percent_K_format): Add argument.
2158 2017-08-14  Martin Sebor  <msebor@redhat.com>
2160         PR translation/79998
2161         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
2162         Remove a stray space.
2164 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
2166         PR target/46091
2167         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
2168         (*iordi_1_bts): Ditto.
2169         (*xordi_1_btc): Ditto.
2171 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2173         PR target/79845
2174         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
2175         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2176         Likewise.
2177         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
2178         quoted strings, and make more translator-friendly.
2179         (darwin_rs6000_override_options): Likewise.
2180         (rs6000_option_override_internal): Likewise.
2181         (rs6000_return_in_memory): Fix overlong line.
2182         (init_cmulative_args): Use quoted strings, and make more
2183         translator-friendly.
2184         (rs6000_pass_by_reference): Fix overlong line.
2185         (def_builtin): Use quoted strings.
2186         (altivec_expand_predicate_builtin): Use quoted strings, and make
2187         more translator-friendly.
2188         (htm_expand_builtin): Use quoted strings.
2189         (cpu_expand_builtin): Use quoted strings, and make more
2190         translator-friendly.
2191         (altivec_expand_builtin): Likewise.
2192         (paired_expand_predicate_builtin): Likewise.
2193         (rs6000_invalid_builtin): Likewise.
2194         (builtin_function_type): Use quoted strings.
2195         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
2196         more translator-friendly.
2197         (rs6000_trampoline_init): Likewise.
2198         (rs6000_handle_altivec_attribute): Likewise.
2199         (rs6000_inner_target_options): Use quoted strings.
2200         (rs6000_disable_incompatible_switches): Likewise.
2201         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
2202         strings, and make more translator-friendly.
2203         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
2205 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
2207         PR tree-optimization/81799
2208         * tree-loop-distribution.c (version_loop_by_alias_check): Force
2209         cond_expr to simple gimple operand.
2211 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
2213         PR middle-end/46932
2214         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
2216 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
2218         PR target/81754
2219         PR target/81268
2220         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
2221         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
2222         TARGET_GASISR_PROLOGUES.
2223         * config/avr/avr.c (avr_option_override): Same.
2224         (avr_pass_pre_proep::execute): Same.
2226 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
2228         PR target/81820
2229         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
2230         frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
2232 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
2234         * config/i386/i386.md (*load_tp_<mode>): Redefine as
2235         define_insn_and_split.  Split to a memory load from 0 in
2236         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
2237         using PTR mode iterator.
2238         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
2239         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
2240         (*add_tp_<mode>): Redefine as define_insn_and_split.
2241         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
2242         address space.  Merge with *add_tp_x32 using PTR mode iterator.
2243         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
2244         Split to an add with a  memory load from 0 in
2245         DEFAULT_TLS_SEG_REG address space.
2247 2017-08-12  Andrew Pinski  <apinski@cavium.com>
2249         * config/aarch64/aarch64-option-extensions.def (rdma):
2250         Fix feature string to what Linux prints out in /proc/cpuinfo.
2252 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
2254         PR ada/79542
2255         * dwarf2out.c (modified_type_die): For C typedef types that have
2256         an ultimate origin, process the ultimate origin instead of the
2257         input type.
2258         (gen_typedef_die): Assert that input DECLs have no ultimate
2259         origin.
2260         (gen_type_die_with_usage): For typedef variants that have an
2261         ultimate origin, just call gen_decl_die on the original DECL.
2262         (process_scope_var): Avoid creating DIEs for local typedefs and
2263         concrete static variables.
2265 2017-08-12  Alan Modra  <amodra@gmail.com>
2267         PR target/81170
2268         PR target/81295
2269         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
2270         match gnu-user.h startfile.
2271         (ENDFILE_LINUX_SPEC): Similarly.
2273 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
2275         PR lto/81430
2276         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
2277         Remove function.
2278         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
2280 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
2281         * config/aarch64/aarch64.md (mov<mode>): Change.
2282         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
2283         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
2284         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
2286 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
2288         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
2289         for storage order barriers.
2291 2017-08-11  Martin Liska  <mliska@suse.cz>
2293         PR tree-opt/79987
2294         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
2295         variables of void type.
2297 2017-08-11  Martin Liska  <mliska@suse.cz>
2299         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
2300         TARGET_SUPPORTS_ALIASES.
2301         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
2302         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
2303         (optimize_weakref): Likewise.
2304         * symtab.c (symtab_node::noninterposable_alias): Likewise.
2305         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
2306         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
2308 2017-08-11  Martin Liska  <mliska@suse.cz>
2310         PR ipa/81213
2311         * config/i386/i386.c (make_resolver_func): Do complete
2312         refactoring of the function.
2314 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2316         PR target/81708
2317         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
2318         * config/i386/i386.c (ix86_stack_protect_guard): Use
2319         ix86_stack_protect_guard_symbol_str to generate varible declaration.
2320         * doc/invoke.texi (x86 Options): Document
2321         -mstack-protector-guard-symbol= option.
2323 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2325         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
2326         * config/i386/i386.c (ix86_split_stack_guard): New function.
2327         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
2328         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
2329         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
2330         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
2331         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
2332         (split_stack_space_check): Call ix86_split_stack_guard.
2334 2017-08-10  Martin Sebor  <msebor@redhat.com>
2336         * print-tree.c (print_node): Print location using the established
2337         format %s:%i%i.
2338         Replace spaces with colons.
2339         (debug_raw, debug): Ditto.
2341 2017-08-10  Martin Sebor  <msebor@redhat.com>
2343         PR c++/81586
2344         * pretty-print.c (pp_format): Correct the handling of %s precision.
2346 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
2348         PR target/81736
2349         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2350         to ...
2351         (ix86_finalize_stack_frame_flags): This.  Also clear
2352         frame_pointer_needed if -fno-omit-frame-pointer is used without
2353         stack access.
2354         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2355         with ix86_finalize_stack_frame_flags.
2356         (ix86_expand_epilogue): Likewise.
2357         (ix86_expand_split_stack_prologue): Likewise.
2358         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
2360 2017-08-10  Martin Liska  <mliska@suse.cz>
2362         PR c++/81355
2363         * c-attribs.c (handle_target_attribute):
2364         Report warning for an empty string argument of target attribute.
2366 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
2368         PR c/81687
2369         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
2370         LABEL_DECLs.
2371         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
2372         or DECL_NONLOCAL labels.
2373         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
2374         or DECL_NONLOCAL labels here.
2376 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
2378         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
2379         to indicate when early gimple folding has been disabled.
2380         (rs6000_gimple_fold_builtin): Add debug content.
2381         (rs6000_invalid_builtin): Fix whitespace.
2382         (rs6000_expand_builtin): Fix whitespace.
2383         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
2385 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
2387         PR target/80938
2388         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
2389         SAVE_MULTIPLE if not all the registers that saves, should be saved.
2391 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
2393         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
2394         (qdf24xx): Likewise.
2395         * config/aarch64/aarch64.md: Include falkor.md.
2396         * config/aarch64/falkor.md: New.
2398 2017-08-09  Marek Polacek  <polacek@redhat.com>
2400         PR c/81233
2401         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
2402         * diagnostic.c (emit_diagnostic): Add a comment.
2403         (emit_diagnostic_valist): New function.
2405 2017-08-09  Marek Polacek  <polacek@redhat.com>
2407         PR c/81417
2408         * input.c (make_location): New overload.
2409         * input.h (make_location): Declare.
2411 2017-08-08  Alan Modra  <amodra@gmail.com>
2412             H.J. Lu  <hongjiu.lu@intel.com>
2414         PR driver/81523
2415         * gcc.c (NO_PIE_SPEC): Delete.
2416         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
2417         exclusion..
2418         (LINK_PIE_SPEC): ..to here.
2419         (LINK_COMMAND_SPEC): Support -no-pie.
2420         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
2421         chain of crtbegin*.o selection, update for PIE_SPEC changes and
2422         format.
2423         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
2424         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
2425         (ENDFILE_CRTEND_SPEC): Similarly.
2427 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
2429         PR target/81708
2430         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
2431         (mstack-protector-guard-offset=): Ditto.
2432         * config/i386/i386.c (ix86_option_override): Handle
2433         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
2434         options.
2435         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
2436         ix86_stack_protect_guard_offset variables.
2437         (TARGET_STACK_PROTECT_GUARD): Always define.
2438         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
2439         and -mstack-protector-guard-offset= options.
2441 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2443         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
2444         boundary case for the last candidate.
2446 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2448         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
2449         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
2451 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2453         PR middle-end/19706
2454         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
2455         * config/aarch64/aarch64-builtins.c
2456         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
2457         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
2458         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
2460 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2461             Andrew Pinski <pinskia@gmail.com>
2463         PR middle-end/19706
2464         * internal-fn.def (XORSIGN): New.
2465         * optabs.def (xorsign_optab): New.
2466         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
2467         (convert_expand_mult_copysign): New.
2468         (pass_optimize_widening_mul::execute): Call
2469         convert_expand_mult_copysign.
2471 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2473         PR tree-optimization/81354
2474         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
2475         Insert on edges rather than explicitly creating landing pads.
2476         (analyze_candidates_and_replace): Commit edge inserts.
2478 2017-08-08  Richard Biener  <rguenther@suse.de>
2480         PR middle-end/81719
2481         * tree-ssa-loop-niter.c: Include tree-dfa.h.
2482         (expand_simple_operations): Also look through ADDR_EXPRs with
2483         MEM_REF bases treating them as POINTER_PLUS_EXPR.
2485 2017-08-08  Richard Biener  <rguenther@suse.de>
2487         PR tree-optimization/81723
2488         * tree-vect-slp.c (struct bst_traits): New hash traits.
2489         (bst_fail): New global.
2490         (vect_build_slp_tree_2): New worker, split out from ...
2491         (vect_build_slp_tree): ... this now wrapping it with using
2492         bst_fail set to cache SLP tree build fails.  Properly handle
2493         max_tree_size.
2494         (vect_analyze_slp_instance): Allocate and free bst_fail.
2496 2017-08-08  Martin Liska  <mliska@suse.cz>
2498         PR tree-opt/81696
2499         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
2500         LABEL_DECLs that can be from a different function.
2502 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2504         PR tree-optimization/81744
2505         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
2506         loop's number of iterations.
2508 2017-08-08  Martin Liska  <mliska@suse.cz>
2510         * asan.c: Include header files.
2511         * attribs.c (build_decl_attribute_variant): New function moved
2512         from tree.[ch].
2513         (build_type_attribute_qual_variant): Likewise.
2514         (cmp_attrib_identifiers): Likewise.
2515         (simple_cst_list_equal): Likewise.
2516         (omp_declare_simd_clauses_equal): Likewise.
2517         (attribute_value_equal): Likewise.
2518         (comp_type_attributes): Likewise.
2519         (build_type_attribute_variant): Likewise.
2520         (lookup_ident_attribute): Likewise.
2521         (remove_attribute): Likewise.
2522         (merge_attributes): Likewise.
2523         (merge_type_attributes): Likewise.
2524         (merge_decl_attributes): Likewise.
2525         (merge_dllimport_decl_attributes): Likewise.
2526         (handle_dll_attribute): Likewise.
2527         (attribute_list_equal): Likewise.
2528         (attribute_list_contained): Likewise.
2529         * attribs.h (lookup_attribute): New function moved from tree.[ch].
2530         (lookup_attribute_by_prefix): Likewise.
2531         * bb-reorder.c: Include header files.
2532         * builtins.c: Likewise.
2533         * calls.c: Likewise.
2534         * cfgexpand.c: Likewise.
2535         * cgraph.c: Likewise.
2536         * cgraphunit.c: Likewise.
2537         * convert.c: Likewise.
2538         * dwarf2out.c: Likewise.
2539         * final.c: Likewise.
2540         * fold-const.c: Likewise.
2541         * function.c: Likewise.
2542         * gimple-expr.c: Likewise.
2543         * gimple-fold.c: Likewise.
2544         * gimple-pretty-print.c: Likewise.
2545         * gimple.c: Likewise.
2546         * gimplify.c: Likewise.
2547         * hsa-common.c: Likewise.
2548         * hsa-gen.c: Likewise.
2549         * internal-fn.c: Likewise.
2550         * ipa-chkp.c: Likewise.
2551         * ipa-cp.c: Likewise.
2552         * ipa-devirt.c: Likewise.
2553         * ipa-fnsummary.c: Likewise.
2554         * ipa-inline.c: Likewise.
2555         * ipa-visibility.c: Likewise.
2556         * ipa.c: Likewise.
2557         * lto-cgraph.c: Likewise.
2558         * omp-expand.c: Likewise.
2559         * omp-general.c: Likewise.
2560         * omp-low.c: Likewise.
2561         * omp-offload.c: Likewise.
2562         * omp-simd-clone.c: Likewise.
2563         * opts-global.c: Likewise.
2564         * passes.c: Likewise.
2565         * predict.c: Likewise.
2566         * sancov.c: Likewise.
2567         * sanopt.c: Likewise.
2568         * symtab.c: Likewise.
2569         * toplev.c: Likewise.
2570         * trans-mem.c: Likewise.
2571         * tree-chkp.c: Likewise.
2572         * tree-eh.c: Likewise.
2573         * tree-into-ssa.c: Likewise.
2574         * tree-object-size.c: Likewise.
2575         * tree-parloops.c: Likewise.
2576         * tree-profile.c: Likewise.
2577         * tree-ssa-ccp.c: Likewise.
2578         * tree-ssa-live.c: Likewise.
2579         * tree-ssa-loop.c: Likewise.
2580         * tree-ssa-sccvn.c: Likewise.
2581         * tree-ssa-structalias.c: Likewise.
2582         * tree-ssa.c: Likewise.
2583         * tree-streamer-in.c: Likewise.
2584         * tree-vectorizer.c: Likewise.
2585         * tree-vrp.c: Likewise.
2586         * tsan.c: Likewise.
2587         * ubsan.c: Likewise.
2588         * varasm.c: Likewise.
2589         * varpool.c: Likewise.
2590         * tree.c: Remove functions moved to attribs.[ch].
2591         * tree.h: Likewise.
2592         * config/aarch64/aarch64.c: Add attrs.h header file.
2593         * config/alpha/alpha.c: Likewise.
2594         * config/arc/arc.c: Likewise.
2595         * config/arm/arm.c: Likewise.
2596         * config/avr/avr.c: Likewise.
2597         * config/bfin/bfin.c: Likewise.
2598         * config/c6x/c6x.c: Likewise.
2599         * config/cr16/cr16.c: Likewise.
2600         * config/cris/cris.c: Likewise.
2601         * config/darwin.c: Likewise.
2602         * config/epiphany/epiphany.c: Likewise.
2603         * config/fr30/fr30.c: Likewise.
2604         * config/frv/frv.c: Likewise.
2605         * config/ft32/ft32.c: Likewise.
2606         * config/h8300/h8300.c: Likewise.
2607         * config/i386/winnt.c: Likewise.
2608         * config/ia64/ia64.c: Likewise.
2609         * config/iq2000/iq2000.c: Likewise.
2610         * config/lm32/lm32.c: Likewise.
2611         * config/m32c/m32c.c: Likewise.
2612         * config/m32r/m32r.c: Likewise.
2613         * config/m68k/m68k.c: Likewise.
2614         * config/mcore/mcore.c: Likewise.
2615         * config/microblaze/microblaze.c: Likewise.
2616         * config/mips/mips.c: Likewise.
2617         * config/mmix/mmix.c: Likewise.
2618         * config/mn10300/mn10300.c: Likewise.
2619         * config/moxie/moxie.c: Likewise.
2620         * config/msp430/msp430.c: Likewise.
2621         * config/nds32/nds32-isr.c: Likewise.
2622         * config/nds32/nds32.c: Likewise.
2623         * config/nios2/nios2.c: Likewise.
2624         * config/nvptx/nvptx.c: Likewise.
2625         * config/pa/pa.c: Likewise.
2626         * config/pdp11/pdp11.c: Likewise.
2627         * config/powerpcspe/powerpcspe.c: Likewise.
2628         * config/riscv/riscv.c: Likewise.
2629         * config/rl78/rl78.c: Likewise.
2630         * config/rx/rx.c: Likewise.
2631         * config/s390/s390.c: Likewise.
2632         * config/sh/sh.c: Likewise.
2633         * config/sol2.c: Likewise.
2634         * config/sparc/sparc.c: Likewise.
2635         * config/spu/spu.c: Likewise.
2636         * config/stormy16/stormy16.c: Likewise.
2637         * config/tilegx/tilegx.c: Likewise.
2638         * config/tilepro/tilepro.c: Likewise.
2639         * config/v850/v850.c: Likewise.
2640         * config/vax/vax.c: Likewise.
2641         * config/visium/visium.c: Likewise.
2642         * config/xtensa/xtensa.c: Likewise.
2644 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
2646         PR target/81593
2647         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
2648         constraints since the -mupper-regs-* switches have been
2649         eliminated.
2650         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
2651         into a vector from a double word element that was extracted from
2652         another vector, and eliminate extra XXPERMDI instructions.
2653         (vsx_concat_<mode>_2): Likewise.
2654         (vsx_concat_<mode>_3): Likewise.
2655         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
2656         concat to allow optimizing inserts from previous extracts.
2658 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
2660         * config/i386/i386.c (ix86_stack_protect_guard): Generate
2661         memory reference to a SSP offset in TLS address space.
2662         (ix86_print_operand) <case '@'>: Remove.
2663         (ix86_print_operand_punct_valid_p): Remove '@' code.
2664         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
2665         UNSPEC_SP_TLS_TEST.
2666         (stack_tls_protect_set_<mode>): Remove.
2667         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
2668         (stack_tls_protect_test_<mode>): Remove.
2669         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
2671 2017-08-07  Olivier Hainque  <hainque@adacore.com>
2673         PR target/81755
2674         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
2676 2017-08-07  Douglas Rupp  <rupp@adacore.com>
2678         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
2679         variable was referenced as multidir in command.
2681 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2683         PR c/69389
2684         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
2685         BIT_FIELD_REF.
2687 2017-08-07  Martin Liska  <mliska@suse.cz>
2689         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
2690         * config/rl78/rl78.c: Add include of attribs.h.
2691         * config/sh/sh.c: Likewise.
2692         * config/v850/v850.c: Likewise.
2694 2017-08-07  Tom de Vries  <tom@codesourcery.com>
2696         PR middle-end/78266
2697         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
2699 2017-08-07  Martin Liska  <mliska@suse.cz>
2701         * config/mips/mips.c: Include attribs.h.
2703 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
2705         PR fortran/68829
2706         * doc/invoke.texi: Document change in behvaior for -Ofast for
2707         Fortran.
2709 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
2711         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
2712         Use gen_frame_mem.
2713         (aarch64_pop_regs): Likewise.
2714         (aarch64_gen_load_pair): Likewise.
2715         (aarch64_save_callee_saves): Likewise.
2716         (aarch64_restore_callee_saves): Likewise.
2718 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2720         * config/i386/i386.c: Revert the last change.
2722 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2724         PR target/81736
2725         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2726         to ...
2727         (ix86_finalize_stack_frame_flags): This.  Also clear
2728         frame_pointer_needed if -fno-omit-frame-pointer is used without
2729         stack access.
2730         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2731         with ix86_finalize_stack_frame_flags.
2732         (ix86_expand_epilogue): Likewise.
2733         (ix86_expand_split_stack_prologue): Likewise.
2735 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2737         PR target/81743
2738         * config/i386/i386.c (get_builtin_code_for_version): Set priority
2739         to P_AES for Westmere.
2741 2017-08-07  Jonathan Yong  <10walls@gmail.com>
2743         * config/i386/mingw.opt (fset-stack-executable): Removed.
2744         * config/i386/cygming.opt (fset-stack-executable): Moved
2745         from mingw.opt.
2746         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
2748 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
2750         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
2752 2017-08-07  Marek Polacek  <polacek@redhat.com>
2754         PR middle-end/81737
2755         * fold-const.c (fold_indirect_ref_1): Check type_domain.
2757 2017-08-07  Martin Liska  <mliska@suse.cz>
2759         * attribs.h (canonicalize_attr_name): New function.
2760         (cmp_attribs): Move from c-format.c and adjusted.
2761         (is_attribute_p): Moved from tree.h.
2762         * tree-inline.c: Add new includes.
2763         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
2764         (private_is_attribute_p): Remove.
2765         (private_lookup_attribute): Likewise.
2766         (private_lookup_attribute_by_prefix): Simplify.
2767         (remove_attribute): Use is_attribute_p.
2768         * tree.h: Remove removed declarations.
2770 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2772         PR middle-end/81698
2773         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
2774         instead of computing it in the function.  Formatting fix.
2775         (expand_case): Don't rely on default_edge being the first edge,
2776         clear it if removing it, pass default_edge to
2777         emit_case_dispatch_table.
2778         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
2779         fix.
2781 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
2783         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
2784         insn in the function, emit NOP after the insn.
2786 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2788         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
2789         and element loops.
2791 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2793         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
2794         loop.
2796 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
2798         PR tree-optimization/57371
2799         * match.pd: New pattern.
2801 2017-08-04  Marek Polacek  <polacek@redhat.com>
2803         PR middle-end/81695
2804         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
2805         perform the computation in offset_int.
2807 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2809         PR tree-optimization/81136
2810         * tree-vectorizer.h: Include tree-hash-traits.h.
2811         (vec_base_alignments): New typedef.
2812         (vec_info): Add a base_alignments field.
2813         (vect_record_base_alignments): Declare.
2814         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
2815         field.
2816         (DR_IS_CONDITIONAL_IN_STMT): New macro.
2817         (create_data_ref): Add an is_conditional_in_stmt argument.
2818         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
2819         the is_conditional_in_stmt field.
2820         (data_ref_loc): Add an is_conditional_in_stmt field.
2821         (get_references_in_stmt): Set the is_conditional_in_stmt field.
2822         (find_data_references_in_stmt): Update call to create_data_ref.
2823         (graphite_find_data_references_in_stmt): Likewise.
2824         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
2825         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
2826         (vect_record_base_alignment): New function.
2827         (vect_record_base_alignments): Likewise.
2828         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
2829         for nested statements even if we fail to compute a misalignment.
2830         Use pooled base alignments for unconditional references.
2831         (vect_find_same_alignment_drs): Compare base addresses instead
2832         of base objects.
2833         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
2834         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
2836 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2838         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
2839         Add an explicit name for the enum.  Use auto_vec for slp_instances
2840         and grouped_stores.
2841         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
2842         for all vectors.
2843         (_bb_vec_info): Add a constructor and destructor.
2844         (vinfo_for_stmt): Return NULL for uids of -1 as well.
2845         (destroy_loop_vec_info): Delete.
2846         (vect_destroy_datarefs): Likewise.
2847         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
2848         (vec_info::vec_info): New function.
2849         (vec_info::~vec_info): Likewise.
2850         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
2851         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
2852         destroy_loop_vec_info.
2853         * tree-vect-loop.c (new_loop_vec_info): Replace with...
2854         (_loop_vec_info::_loop_vec_info): ...this.
2855         (destroy_loop_vec_info): Replace with...
2856         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
2857         the stmt_vec_infos.  Leave handling of vec_info information to its
2858         destructor.  Remove explicit vector releases.
2859         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
2860         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
2861         * tree-vect-slp.c (new_bb_vec_info): Replace with...
2862         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
2863         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
2864         (destroy_bb_vec_info): Replace with...
2865         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
2866         information to its destructor.
2867         (vect_slp_analyze_bb_1): Use new and delete instead of
2868         new_bb_vec_info and destroy_bb_vec_info.
2869         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
2870         single delete.
2872 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2874         * tree-data-ref.h (subscript): Add access_fn field.
2875         (data_dependence_relation): Add could_be_independent_p.
2876         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
2877         (same_access_functions): Move to tree-data-ref.c.
2878         * tree-data-ref.c (ref_contains_union_access_p): New function.
2879         (access_fn_component_p): Likewise.
2880         (access_fn_components_comparable_p): Likewise.
2881         (dr_analyze_indices): Add a reference to access_fn_component_p.
2882         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
2883         DR_ACCESS_FN.
2884         (constant_access_functions): Likewise.
2885         (add_other_self_distances): Likewise.
2886         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
2887         (initialize_data_dependence_relation): Use XCNEW and remove
2888         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
2889         of access functions that have the same type.  Allow the
2890         subsequence to end with different bases in some circumstances.
2891         Record the chosen access functions in SUB_ACCESS_FN.
2892         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
2893         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
2894         (subscript_dependence_tester_1): Likewise dra and drb.
2895         (build_classic_dist_vector): Update calls accordingly.
2896         (subscript_dependence_tester): Likewise.
2897         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
2898         DDR_COULD_BE_INDEPENDENT_P.
2899         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
2900         comp_alias_ddrs instead of may_alias_ddrs.
2901         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
2902         New function.
2903         (vect_analyze_data_ref_dependence): Use it if
2904         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
2905         distance vectors if that fails.
2906         (dependence_distance_ge_vf): New function.
2907         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
2908         LOOP_VINFO_MAY_ALIAS_DDRS.
2910 2017-08-04  Richard Biener  <rguenther@suse.de>
2912         PR middle-end/81705
2913         * fold-const.c (fold_binary_loc): Properly restrict
2914         minus_var0 && minus_var1 case when associating undefined overflow
2915         entities.
2917 2017-08-04  Tom de Vries  <tom@codesourcery.com>
2919         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
2921 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2923         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2924         Don't start diagnostic messages with a capital letter.
2925         * config/rs6000/rs6000.c (rs6000_option_override_internal):
2926         Likewise.
2927         (rs6000_invalid_builtin): Likewise.
2928         (rs6000_trampoline_init): Likewise.
2930 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
2932         PR target/81621
2933         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
2934         after setting changeable df flags.
2936 2017-08-03  Richard Biener  <rguenther@suse.de>
2938         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
2939         up if the use is in USE - X.
2941 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
2943         * toplev.c (dumpfile.h): New include.
2944         (internal_error_reentered): New static function.  Use it...
2945         (internal_error_function): ...here to handle reentered internal_error.
2947 2017-08-03  Richard Biener  <rguenther@suse.de>
2949         PR middle-end/81148
2950         * fold-const.c (split_tree): Add minus_var and minus_con
2951         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
2952         here but always use minus_*.
2953         (associate_trees): Assert we never associate with MINUS_EXPR
2954         and NULL first operand.  Do not recurse for PLUS_EXPR operands
2955         when associating as MINUS_EXPR either.
2956         (fold_binary_loc): Track minus_var and minus_con.
2958 2017-08-03  Tom de Vries  <tom@codesourcery.com>
2960         PR lto/81430
2961         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
2962         ACCEL_COMPILER, apply finish_options on
2963         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
2965 2017-08-03  Tom de Vries  <tom@codesourcery.com>
2967         PR target/81662
2968         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
2969         function_entry_patch_area_size > 0.
2971 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
2973         PR driver/81650
2974         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
2975         instead of 10??LU, perform unit multiplication in wide_int,
2976         don't change alloc_object_size_limit if the limit is larger
2977         than SSIZE_MAX.
2979         PR tree-optimization/81655
2980         PR tree-optimization/81588
2981         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
2982         the case when ranges[i].low and high are 1 for unsigned type with
2983         precision 1.
2985         PR middle-end/81052
2986         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
2987         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
2989 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2991         * tree-vrp.h: Add include guard.
2993 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
2995         PR target/81644
2996         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
2997         (ud2): New insn pattern.
2998         * config/i386/i386.c (ix86_expand_epilogue):
2999         For naked functions, generate ud2 instead of trap insn.
3001 2017-08-02  Marek Polacek  <polacek@redhat.com>
3003         PR other/81667
3004         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
3006 2017-08-02  Tom de Vries  <tom@codesourcery.com>
3007             Cesar Philippidis  <cesar@codesourcery.com>
3009         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
3010         Add missing edge probabilities.
3012 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
3014         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
3015         Correct endianness.
3017 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
3019         PR middle-end/79499
3020         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
3021         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
3022         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
3023         prologue_seq sequences - if any.
3025 2017-08-02  Richard Biener  <rguenther@suse.de>
3027         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
3028         via vectors if supported, integer extracts via punning if supported
3029         or otherwise vector extracts.
3031 2017-08-02  Richard Biener  <rguenther@suse.de>
3033         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
3034         into ...
3035         (bitmap_insert_into_set): ... this.
3037 2017-08-02  Richard Biener  <rguenther@suse.de>
3039         PR tree-optimization/81633
3040         Revert
3041         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
3043         PR tree-optimization/71752
3044         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
3046 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
3048         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
3049         (machine_function::call_ms2sysv_pad_out): Remove field.
3050         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
3051         (ix86_compute_frame_layout): Likewise.
3053 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
3055         PR target/81654
3056         * config/i386/i386.c (ix86_set_func_type): Disallow naked
3057         attribute with interrupt attribute.
3059 2017-08-01  Andrew Pinski  <apinski@cavium.com>
3061         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
3062         BIT_INSERT_EXPR's operand 1
3063         to see if the types precision matches.
3065 2017-08-01  Martin Liska  <mliska@suse.cz>
3067         PR middle-end/70140
3068         * builtins.c (expand_builtin_memcpy_args): Remove.
3069         (expand_builtin_memcpy): Call newly added function
3070         expand_builtin_memory_copy_args.
3071         (expand_builtin_memcpy_with_bounds): Likewise.
3072         (expand_builtin_mempcpy): Remove last argument.
3073         (expand_builtin_mempcpy_with_bounds): Likewise.
3074         (expand_builtin_memory_copy_args): New function created from
3075         expand_builtin_mempcpy_args with small modifications.
3076         (expand_builtin_mempcpy_args): Remove.
3077         (expand_builtin_stpcpy): Remove unused argument.
3078         (expand_builtin): Likewise.
3079         (expand_builtin_with_bounds): Likewise.
3081 2017-08-01  Martin Liska  <mliska@suse.cz>
3083         Revert r250771
3084         Make mempcpy more optimal (PR middle-end/70140).
3086 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
3088         PR target/81622
3089         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
3090         __builtin_vec_cmpne verify both arguments are compatible vectors
3091         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
3092         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
3093         move computation of aligned to after checking the argument types.
3094         Formatting fixes.
3096         PR target/80846
3097         * config/rs6000/vsx.md (vextract_fp_from_shorth,
3098         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
3099         calls.
3101 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
3102             Doug Rupp  <rupp@adacore.com>
3103             Olivier Hainque  <hainque@adacore.com>
3105         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
3106         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
3107         arm8 (arch v4).
3108         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
3109         for TARGET_OS_CPP_BUILTIN.
3110         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
3111         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
3112         arm_arch7.
3113         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
3114         passing required abi options to the assembler for EABI configurations.
3115         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
3116         of .text.hot and .text.unlikely sections for kernel modules when
3117         using ARM style exceptions.
3118         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
3119         options. Add EXTRA_CC1_SPEC.
3120         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
3121         toolchain options.
3122         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
3123         transition.
3124         (ARM_TARGET2_DWARF_FORMAT): Define.
3125         * config/arm/t-vxworks: Adjust multilib control to removal of the
3126         Diab command line options.
3128 2017-08-01  Martin Liska  <mliska@suse.cz>
3130         PR gcov-profile/81561
3131         * gcov.c (unblock): Make unblocking safe as we need to preserve
3132         index correspondence of blocks and block_lists.
3134 2017-08-01  Richard Biener  <rguenther@suse.de>
3136         PR tree-optimization/81181
3137         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
3138         (compute_antic): ... end of iteration here.
3140 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
3142         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
3143         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
3144         (ftree-slp-vectorize): Likewise.
3145         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
3146         can no longer be set independent of flag_tree_loop_vectorize.
3147         * omp-general.c (emp_max_vf): Likewise.
3148         * opts.c (enable_fdo_optimizations): Remove references to
3149         flag_tree_vectorize, these are now implicit.
3150         (common_handle_option): Remove handling for OPT_ftree_vectorize,
3151         and leave it for the options machinery.
3153 2017-08-01  Martin Liska  <mliska@suse.cz>
3155         PR middle-end/70140
3156         * builtins.c (expand_builtin_memcpy_args): Remove.
3157         (expand_builtin_memcpy): Call newly added function
3158         expand_builtin_memory_copy_args.
3159         (expand_builtin_memcpy_with_bounds): Likewise.
3160         (expand_builtin_mempcpy): Remove last argument.
3161         (expand_builtin_mempcpy_with_bounds): Likewise.
3162         (expand_builtin_memory_copy_args): New function created from
3163         expand_builtin_mempcpy_args with small modifications.
3164         (expand_builtin_mempcpy_args): Remove.
3165         (expand_builtin_stpcpy): Remove unused argument.
3166         (expand_builtin): Likewise.
3167         (expand_builtin_with_bounds): Likewise.
3169 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3171         PR target/81641
3172         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
3173         print "ds:" only for immediates in generic address space.
3175 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3177         PR target/81639
3178         * config/i386/i386.c (ix86_funciton_naked): New prototype.
3179         (ix86_function_ok_for_sibcall): Return false for naked functions.
3181 2017-08-01  Richard Biener  <rguenther@suse.de>
3183         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
3184         (compute_antic): Seed worklist with exit block predecessors.
3185         * cfganal.c (dfs_find_deadend): For a cycle return the source
3186         of the edge closing it.
3188 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
3190         * config/aarch64/aarch64.c
3191         (aarch64_can_const_movi_rtx_p): Move 0 check.
3193 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3195         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
3196         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
3197         above macro.
3198         * match.pd: Ditto in address comparison pattern.
3200 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3202         PR tree-optimization/81627
3203         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
3204         closed ssa form for store-store chain.
3206 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3208         PR tree-optimization/81620
3209         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
3210         for store-store chain.
3212 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
3214         PR tree-optimization/81588
3215         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
3216         ranges[i].in_p, invert comparison code ccode.  For >/>=,
3217         swap rhs1 and rhs2 and comparison code unconditionally,
3218         for </<= don't do that.  Don't swap rhs1/rhs2 again if
3219         ranges[i].in_p, instead invert comparison code ccode if
3220         opcode or oe->rank is BIT_IOR_EXPR.
3222         PR target/80846
3223         * optabs.def (vec_extract_optab, vec_init_optab): Change from
3224         a direct optab to conversion optab.
3225         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
3226         with GET_MODE_INNER as last argument instead of optab_handler.
3227         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
3228         vector extraction if possible and optab is available.
3229         * expr.c (store_constructor): Use convert_optab_handler instead
3230         of optab_handler.  Use vector initialization from smaller
3231         vectors if possible and optab is available.
3232         * tree-vect-stmts.c (vectorizable_load): Likewise.
3233         * doc/md.texi (vec_extract, vec_init): Document that the optabs
3234         now have two modes.
3235         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
3236         of vec_init from half-sized vectors with the same element mode.
3237         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
3238         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
3239         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
3240         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
3241         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
3242         after mode in gen_vec_extract* calls.
3243         (vec_extract<mode>): Renamed to ...
3244         (vec_extract<mode><ssescalarmodelower>): ... this.
3245         (vec_extract<mode><ssehalfvecmodelower>): New expander.
3246         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
3247         element mode after mode in gen_vec_init* calls.
3248         (VEC_INIT_HALF_MODE): New mode iterator.
3249         (vec_init<mode>): Renamed to ...
3250         (vec_init<mode><ssescalarmodelower>): ... this.
3251         (vec_init<mode><ssehalfvecmodelower>): New expander.
3252         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
3253         (vec_extractv2sfsf): ... this.
3254         (vec_initv2sf): Renamed to ...
3255         (vec_initv2sfsf): ... this.
3256         (vec_extractv2si): Renamed to ...
3257         (vec_extractv2sisi): ... this.
3258         (vec_initv2si): Renamed to ...
3259         (vec_initv2sisi): ... this.
3260         (vec_extractv4hi): Renamed to ...
3261         (vec_extractv4hihi): ... this.
3262         (vec_initv4hi): Renamed to ...
3263         (vec_initv4hihi): ... this.
3264         (vec_extractv8qi): Renamed to ...
3265         (vec_extractv8qiqi): ... this.
3266         (vec_initv8qi): Renamed to ...
3267         (vec_initv8qiqi): ... this.
3268         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
3269         (vec_init<mode>): Renamed to ...
3270         (vec_init<mode><VEC_base_l>): ... this.
3271         (vec_extract<mode>): Renamed to ...
3272         (vec_extract<mode><VEC_base_l>): ... this.
3273         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
3274         (vec_initv2sfsf): ... this.
3275         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
3276         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3277         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
3278         element mode after mode in gen_vec_init* calls.
3279         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
3280         (vec_init<mode><Vel>): ... this.
3281         (vec_extract<mode>): Renamed to ...
3282         (vec_extract<mode><Vel>): ... this.
3283         * config/aarch64/iterators.md (Vel): New mode attribute.
3284         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
3285         Add element mode after mode in gen_vec_extract* calls.
3286         * config/s390/vector.md (non_vec_l): New mode attribute.
3287         (vec_extract<mode>): Renamed to ...
3288         (vec_extract<mode><non_vec_l>): ... this.
3289         (vec_init<mode>): Renamed to ...
3290         (vec_init<mode><non_vec_l>): ... this.
3291         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
3292         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
3293         vec_extract mode.
3294         * config/arm/iterators.md (V_elem_l): New mode attribute.
3295         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
3296         (vec_extract<mode><V_elem_l>): ... this.
3297         (vec_extractv2di): Renamed to ...
3298         (vec_extractv2didi): ... this.
3299         (vec_init<mode>): Renamed to ...
3300         (vec_init<mode><V_elem_l>): ... this.
3301         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
3302         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
3303         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
3304         Add element mode after gen_vec_extract* calls.
3305         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
3306         (vec_init<mode><unitmode>): ... this.
3307         (vec_extract<mode>): Renamed to ...
3308         (vec_extract<mode><unitmode>): ... this.
3309         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
3310         (vec_init<mode><unitmode>): ... this.
3311         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
3312         (vec_initv2sfsf): ... this.
3313         (vec_extractv2sf): Renamed to ...
3314         (vec_extractv2sfsf): ... this.
3315         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
3316         Add element mode after gen_vec_extract* calls.
3317         * config/mips/mips.md (unitmode): New mode iterator.
3318         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
3319         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
3320         * config/spu/spu.md (inner_l): New mode attribute.
3321         (vec_init<mode>): Renamed to ...
3322         (vec_init<mode><inner_l>): ... this.
3323         (vec_extract<mode>): Renamed to ...
3324         (vec_extract<mode><inner_l>): ... this.
3325         * config/sparc/sparc.md (veltmode): New mode iterator.
3326         (vec_init<VMALL:mode>): Renamed to ...
3327         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
3328         * config/ia64/vect.md (vec_initv2si): Renamed to ...
3329         (vec_initv2sisi): ... this.
3330         (vec_initv2sf): Renamed to ...
3331         (vec_initv2sfsf): ... this.
3332         (vec_extractv2sf): Renamed to ...
3333         (vec_extractv2sfsf): ... this.
3334         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
3335         (vec_init<mode>): Renamed to ...
3336         (vec_init<mode><VEC_base_l>): ... this.
3337         (vec_extract<mode>): Renamed to ...
3338         (vec_extract<mode><VEC_base_l>): ... this.
3339         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
3340         (vec_initv2sfsf): ... this.
3341         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
3342         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3343         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
3344         gen_vec_init* calls.
3346 2017-08-01  Richard Biener  <rguenther@suse.de>
3348         PR tree-optimization/81297
3349         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
3350         TREE_OVERFLOW from INTEGER_CSTs.
3352 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
3354         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
3356 2017-07-31  Carl Love  <cel@us.ibm.com>
3358         * config/rs6000/rs6000-c: Add support for built-in functions
3359         vector signed char vec_xl_be (signed long long, signed char *);
3360         vector unsigned char vec_xl_be (signed long long, unsigned char *);
3361         vector signed int vec_xl_be (signed long long, signed int *);
3362         vector unsigned int vec_xl_be (signed long long, unsigned int *);
3363         vector signed long long vec_xl_be (signed long long, signed long long *);
3364         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
3365         vector signed short vec_xl_be (signed long long, signed short *);
3366         vector unsigned short vec_xl_be (signed long long, unsigned short *);
3367         vector double vec_xl_be (signed long long, double *);
3368         vector float vec_xl_be (signed long long, float *);
3369         * config/rs6000/altivec.h (vec_xl_be): Add #define.
3370         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
3371         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
3372         for the builtins.
3373         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
3374         (altivec_expand_builtin): Add switch statement to call
3375         altivec_expand_xl_be for each builtin.
3376         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
3377         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
3378         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
3379         __builtin_vsx_le_be_v16qi.
3380         * doc/extend.texi: Update the built-in documentation file for the
3381         new built-in functions.
3383 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3385         PR target/25967
3386         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
3387         New function.
3388         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
3390 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3392         * config.gcc: Add z14.
3393         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
3394         CPU model numbers for z13s and z14.
3395         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
3396         arch12 with z14.
3397         * config/s390/s390-opts.h (enum processor_type): Rename
3398         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3399         * config/s390/s390.c (processor_table): Add field for CPU name to
3400         be passed to Binutils.
3401         (s390_asm_output_machine_for_arch): Use the new field in
3402         processor_table for Binutils.
3403         (s390_expand_builtin): Replace arch12 with z14.
3404         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3405         (s390_get_sched_attrmask): Likewise.
3406         (s390_get_unit_mask): Likewise.
3407         * config/s390/s390.opt: Add z14 to processor_type enum.
3409 2017-07-31  Martin Jambor  <mjambor@suse.cz>
3411         PR hsa/81477
3412         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
3413         regardless of optimization level.
3415 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
3416             Martin Liska  <mliska@suse.cz>
3418         * predict.def: Remove old comment and adjust probability.
3419         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
3420         PREDICT statements.
3422 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3424         PR target/25967
3425         * config/i386/i386.c (ix86_function_naked): New function.
3426         (ix86_can_use_return_insn_p): Return false for naked functions.
3427         (ix86_expand_prologue): Skip prologue for naked functions.
3428         (ix86_expand_epilogue): Skip epilogue for naked functions
3429         and emit trap instruction.
3430         (ix86_warn_func_return): New function.
3431         (ix86_attribute_table): Add "naked" attribute specification.
3432         (TARGET_WARN_FUNC_RETURN): Define.
3433         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
3435 2017-07-31  Martin Liska  <mliska@suse.cz>
3437         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
3438         (dump_gimple_bb_header): Always dump BB info.
3439         (pp_cfg_jump): Do not append info about BB when dumping a jump.
3441 2017-07-31  Martin Liska  <mliska@suse.cz>
3443         PR sanitize/81530
3444         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
3445         also with current_function_decl non-null equality.
3447 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
3449         PR sanitizer/81604
3450         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
3451         change type to the element type, instead add eltype variable and
3452         use it where we are interested in the element type.
3454         PR tree-optimization/81603
3455         * ipa-polymorphic-call.c
3456         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
3457         offset arithmetic in offset_int, bail out if the resulting bit offset
3458         doesn't fit into shwi.
3460 2017-07-31  Martin Liska  <mliska@suse.cz>
3462         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
3463         (gimplify_save_expr): Fix comment.
3465 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
3467         PR target/79793
3468         * config/i386/i386.c (ix86_function_arg): Update arguments for
3469         exception handler.
3470         (ix86_compute_frame_layout): Set the initial stack offset to
3471         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
3472         INCOMING_FRAME_SP_OFFSET.
3473         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
3474         stack before exception handler returns.
3475         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
3476         the 'ERROR_CODE' for exception handler.
3478 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
3480         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
3481         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
3482         (ASM_OUTPUT_REG_POP): Ditto.
3483         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
3484         instead of asm_fprintf to output pure string.
3486 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
3488         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
3489         to imported_module_or_decl hook.
3490         (debug_nothing_tree_tree_tree_bool): Remove.
3491         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
3492         * debug.c (do_nothing_debug_hooks): Use
3493         debug_nothing_tree_tree_tree_bool_bool instead of
3494         debug_nothing_tree_tree_tree_bool.
3495         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
3496         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
3497         * sdbout.c (sdb_debug_hooks): Likewise.
3498         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
3499         (gen_namespace_die): Add DW_AT_export_symbols attribute if
3500         langhook wants it.
3501         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
3502         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
3503         attribute, don't add anything.
3505 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3507         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
3508         (fold_build2_stat_loc): Likewise.
3509         (fold_build3_stat_loc): Likewise.
3510         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
3511         (fold_build1_loc): Remove macro.
3512         (fold_build2_loc): Likewise.
3513         (fold_build3_loc): Likewise.
3515 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3517         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
3518         (gimple_build_debug_bind_source_stat): Likewise.
3519         * gimple.h (gimple_build_debug_bind): Remove macro.
3520         (gimple_build_debug_bind_source): Likewise.
3522 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3524         * bitmap.c (bitmap_alloc): Adjust.
3525         (bitmap_gc_alloc): Likewise.
3526         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
3528 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3530         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
3531         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
3532         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
3533         (bitmap_gc_alloc_stat): Likewise.
3534         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
3536 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3538         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
3539         * rtl.h (shallow_copy_rtx): Remove macro.
3541 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3543         * emit-rtl.c (gen_raw_REG): Adjust.
3544         * gengenrtl.c (gendef): Likewise.
3545         * rtl.c (rtx_alloc_stat): Remove _stat from name.
3546         * rtl.h (rtx_alloc): Remove macro.
3548 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3550         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
3551         (build_tree_list_stat): Likewise.
3552         * tree.h (build_tree_list): Remove macro.
3553         (build_tree_list_vec): Likewise.
3555 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3557         * tree.c (make_vector_stat): Remove _stat from name.
3558         (build_vector_stat): Likewise.
3559         * tree.h (make_vector_stat): Remove macro.
3560         (build_vector_stat): Likewise.
3562 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3564         * tree.h (build_var_debug_value): Remove prototype.
3566 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3568         * tree.c (tree_cons_stat): Remove _stat from name.
3569         * tree.h (tree_cons): Remove macro.
3571 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3573         * tree.c (build_vl_exp_stat): Remove _stat from name.
3574         * tree.h (build_vl_exp): Remove macro.
3576 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3578         * tree.c (build_decl_stat): Remove _stat from name.
3579         * tree.h (build_decl): Remove macro.
3581 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3583         * gimple.c (gimple_build_with_ops_stat): Adjust.
3584         (gimple_alloc_stat): Remove _stat from name.
3585         * gimple.h (gimple_alloc): Remove macro.
3587 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3589         * tree.c (make_tree_vec_stat): Remove _stat from name.
3590         (grow_tree_vec_stat): Likewise.
3591         * tree.h (make_tree_vec_stat): Adjust prototype.
3592         (grow_tree_vec_stat): Likewise.
3593         (make_tree_vec): Remove macro.
3594         (grow_tree_vec): Likewise.
3596 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3598         * fold-const.c (fold_build1_stat_loc): Adjust.
3599         (fold_build2_stat_loc): Likewise.
3600         (fold_build3_stat_loc): Likewise.
3601         * tree.c (build0_stat): Remove _stat from name.
3602         (build1_stat): Likewise.
3603         (build2_stat): Likewise.
3604         (build3_stat): Likewise.
3605         (build4_stat): Likewise.
3606         (build5_stat): Likewise.
3607         * tree.h (build1_loc): Remove macro, and rename _stat function
3608         to this.
3609         (build2_loc): Likewise.
3610         (build3_loc): Likewise.
3611         (build4_loc): Likewise.
3612         (build5_loc): Likewise.
3614 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3616         * tree.c (make_int_cst_stat): Remove _stat from name.
3617         * tree.h (make_int_cst_stat): Adjust prototype.
3618         (make_int_cst): Remove macro.
3620 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3622         * tree.c (make_tre_binfo_stat): Remove _stat from name.
3623         * tree.h (make_tree_binfo_stat): Adjust prototype.
3624         (make_tree_binfo): Remove.
3626 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3628         * tree.c (copy_node_stat): Rename to copy_node.
3629         (build_distinct_type_copy): Adjust.
3630         * tree.h (copy_node_stat): Adjust prototype.
3631         (copy_node): Remove macro.
3633 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3635         * tree.c (make_node_stat): rename to make_node.
3636         (build_tree_list_stat): Adjust.
3637         (build0_stat): Likewise.
3638         (build2_stat): Likewise.
3639         (build3_stat): Likewise.
3640         (build4_stat): Likewise.
3641         (build5_stat): Likewise.
3642         (build_decl_stat): Likewise.
3643         * tree.h (make_node_stat): Adjust prototype.
3644         (make_node): remove macro.
3646 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
3648         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
3649         (PPC_FEATURE2_SCV): Likewise.
3650         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
3652 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3654         * config/aarch64/aarch64.c
3655         (aarch64_internal_mov_immediate): Add new special pattern.
3656         * config/aarch64/aarch64.md (*movdi_aarch64):
3657         Add reg/32bit const mov case.
3659 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3660             Richard Sandiford <richard.sandiford@linaro.org>
3662         * config/aarch64/aarch64.md (mov<mode>): Generalize.
3663         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
3664         Add integer and movi cases.
3665         (movi-split-hf-df-sf split, fp16): New.
3666         (enabled): Added TARGET_FP_F16INST.
3667         * config/aarch64/iterators.md (GPF_HF): New.
3668         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
3670 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3672         * config/aarch64/aarch64.c
3673         (aarch64_simd_container_mode): Add prototype.
3674         (aarch64_expand_mov_immediate): Add HI support.
3675         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
3676         (aarch64_can_const_movi_rtx_p): New.
3677         (aarch64_preferred_reload_class):
3678         Remove restrictions of using FP registers for certain SIMD operations.
3679         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
3680         (aarch64_valid_floating_const): Add integer move validation.
3681         (aarch64_simd_imm_scalar_p): Remove.
3682         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
3683         (aarch64_legitimate_constant_p): Expand list of supported cases.
3684         * config/aarch64/aarch64-protos.h
3685         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
3686         (aarch64_reinterpret_float_as_int): New.
3687         (aarch64_simd_imm_scalar_p): Remove.
3688         * config/aarch64/constraints.md (Uvi): New.
3689         (Dd): Split into Ds and new Dd.
3690         * config/aarch64/aarch64.md (*movsi_aarch64):
3691         Add SIMD mov case.
3692         (*movdi_aarch64): Add SIMD mov case.
3694 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3696         * tree-predcom.c: (struct chain): Handle store-store chain in which
3697         stores for elimination only store loop invariant values.
3698         (execute_pred_commoning_chain): Ditto.
3699         (prepare_initializers_chain_store_elim): Ditto.
3700         (prepare_finalizers): Ditto.
3701         (is_inv_store_elimination_chain): New function.
3702         (initialize_root_vars_store_elim_1): New function.
3704 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3706         * tree-predcom.c: Revise general description of the pass.
3707         (enum chain_type): New enum type for store elimination.
3708         (struct chain): New field supporting store elimination.
3709         (struct component): Ditto.
3710         (dump_chain): Dump store-stores chain.
3711         (release_chain): Release resources.
3712         (split_data_refs_to_components): Compute and create component
3713         contains only stores for elimination.
3714         (get_chain_last_ref_at): New function.
3715         (make_invariant_chain): Initialization.
3716         (make_rooted_chain): Specify chain type in parameter and record it.
3717         (add_looparound_copies): Skip for store-stores chain.
3718         (determine_roots_comp): Compute type of chain and pass it to
3719         make_rooted_chain.
3720         (initialize_root_vars_store_elim_2): New function.
3721         (finalize_eliminated_stores): New function.
3722         (remove_stmt): Handle store for elimination.
3723         (execute_pred_commoning_chain): Execute predictive commoning on
3724         store-store chains.
3725         (determine_unroll_factor): Skip unroll for store-stores chain.
3726         (prepare_initializers_chain_store_elim): New function.
3727         (prepare_initializers_chain): Hanlde store-store chain.
3728         (prepare_finalizers_chain, prepare_finalizers): New function.
3729         (tree_predictive_commoning_loop): Return integer value indicating
3730         if loop is unrolled or lcssa form is corrupted.
3731         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
3733 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3735         * tree-predcom.c (initialize_root): Delete.
3736         (execute_pred_commoning_chain): Initialize root vars and replace
3737         reference of non-combined chain directly, rather than call above
3738         function.
3740 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3742         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
3743         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
3745 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3747         * tree-predcom.c (struct chain): New field init_seq.
3748         (release_chain): Release init_seq.
3749         (prepare_initializers_chain): Record intialization stmts in above
3750         field.
3751         (insert_init_seqs): New function.
3752         (tree_predictive_commoning_loop): Call insert_init_seqs.
3754 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3756         * tree-predcom.c (determine_roots_comp): Skip trivial components.
3758 2017-07-28  Richard Biener  <rguenther@suse.de>
3760         * match.pd: Remove superfluous :c.
3761         * genmatch.c (simplify::id): Add member.
3762         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
3763         Copy id.
3764         (current_id): New global.
3765         (dt_node::parent): Move from ...
3766         (dt_operand::parent): ... here.  Add for_id member.
3767         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
3768         (decision_tree::find_node): Relax order requirement when
3769         merging DT_TRUE nodes to ones inbetween the current simplify
3770         and the one we try to merge with.  Add diagnostic whenever
3771         we need to enforce pattern order by not merging.
3772         (decision_tree::insert): Set current_id.
3773         (decision_tree::print_node): Dump parent node and for_id.
3774         (parser::last_id): Add member.
3775         (parser::push_simplify): Assign unique id.
3776         (parser::parser): Initialize last_id.
3778 2017-07-28  Martin Liska  <mliska@suse.cz>
3780         PR sanitizer/81340
3781         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
3782         gimple_build_debug_bind.
3784 2017-07-28  Richard Biener  <rguenther@suse.de>
3786         PR tree-optimization/81502
3787         * match.pd: Add pattern combining BIT_INSERT_EXPR with
3788         BIT_FIELD_REF.
3789         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
3790         size/pos operands.
3791         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
3792         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
3793         for BIT_FIELD_REF args.
3794         * fold-const.c (make_bit_field_ref): Likewise.
3795         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
3797 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3799         PR sanitizer/80998
3800         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
3801         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
3802         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
3803         Or it into SANITIZER_UNDEFINED.
3804         * ubsan.c: Include gimple-fold.h and varasm.h.
3805         (ubsan_expand_ptr_ifn): New function.
3806         (instrument_pointer_overflow): New function.
3807         (maybe_instrument_pointer_overflow): New function.
3808         (instrument_object_size): Formatting fix.
3809         (pass_ubsan::execute): Call instrument_pointer_overflow
3810         and maybe_instrument_pointer_overflow.
3811         * internal-fn.c (expand_UBSAN_PTR): New function.
3812         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
3813         * sanitizer.def (__ubsan_handle_pointer_overflow,
3814         __ubsan_handle_pointer_overflow_abort): New builtins.
3815         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
3816         * internal-fn.def (UBSAN_PTR): New internal function.
3817         * opts.c (sanitizer_opts): Add pointer-overflow.
3818         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
3819         * fold-const.c (build_range_check): Compute pointer range check in
3820         integral type if pointer arithmetics would be needed.  Formatting
3821         fixes.
3823 2017-07-28  Martin Liska  <mliska@suse.cz>
3825         PR sanitizer/81460
3826         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
3827         parameters that are of a variable-length.
3829 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3831         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
3832         rs6000/biarch64.h.
3833         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
3834         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3835         (CRT_CALL_STATIC_FUNCTION): Likewise.
3836         (ASM_DEFAULT_SPEC): New define.
3837         (ASM_SPEC32): Likewise.
3838         (ASM_SPEC64): Likewise.
3839         (ASM_SPEC_COMMON): Likewise.
3840         (ASM_SPEC): Likewise.
3841         (INVALID_64BIT): Likewise.
3842         (LINK_OS_DEFAULT_SPEC): Likewise.
3843         (LINK_OS_SPEC32): Likewise.
3844         (LINK_OS_SPEC64): Likewise.
3845         (POWERPC_LINUX): Likewise.
3846         (PTRDIFF_TYPE): Likewise.
3847         (RESTORE_FP_PREFIX): Likewise.
3848         (RESTORE_FP_SUFFIX): Likewise.
3849         (SAVE_FP_PREFIX): Likewise.
3850         (SAVE_FP_SUFFIX): Likewise.
3851         (SIZE_TYPE): Likewise.
3852         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
3853         (TARGET_64BIT): Likewise.
3854         (TARGET_64BIT): Likewise.
3855         (TARGET_AIX): Likewise.
3856         (WCHAR_TYPE_SIZE): Likewise.
3857         (WCHAR_TYPE): Undefine.
3858         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
3859         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
3860         (CPP_OS_RTEMS_SPEC): Delete.
3861         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
3862         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
3863         link_os_spec64.
3864         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
3866 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3868         PR tree-optimization/81578
3869         * tree-parloops.c (build_new_reduction): Bail out if
3870         reduction_code isn't one of the standard OpenMP reductions.
3871         Move the details printing after that decision.
3873 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3875         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
3876         related to reload_in_progress.
3877         (splat_input_operand): Likewise.
3878         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
3879         Delete prototype.
3880         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
3881         field.
3882         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
3883         (TARGET_INSTANTIATE_DECLS): Likewise.
3884         (legitimate_indexed_address_p): Delete reload_in_progress code.
3885         (rs6000_debug_legitimate_address_p): Likewise.
3886         (rs6000_eliminate_indexed_memrefs): Likewise.
3887         (rs6000_emit_le_vsx_store): Likewise.
3888         (rs6000_emit_move_si_sf_subreg): Likewise.
3889         (rs6000_emit_move): Likewise.
3890         (register_to_reg_type): Likewise.
3891         (rs6000_pre_atomic_barrier): Likewise.
3892         (rs6000_machopic_legitimize_pic_address): Likewise.
3893         (rs6000_allocate_stack_temp): Likewise.
3894         (rs6000_address_for_fpconvert): Likewise.
3895         (rs6000_address_for_altivec): Likewise.
3896         (rs6000_secondary_memory_needed_rtx): Delete function.
3897         (rs6000_check_sdmode): Likewise.
3898         (rs6000_alloc_sdmode_stack_slot): Likewise.
3899         (rs6000_instantiate_decls): Likewise.
3900         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
3901         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
3902         Delete reload_in_progress.
3903         (*vec_reload_and_plus_<mptrsize>): Likewise.
3904         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
3905         (vsx_div_v2di): Likewise.
3906         (vsx_udiv_v2di): Likewise.
3908 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3910         * config/rs6000/rs6000.opt (mlra): Replace with stub.
3911         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
3912         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
3913         (rs6000_debug_reg_global): Delete print of LRA status.
3914         (rs6000_option_override_internal): Delete dead LRA related code.
3915         (rs6000_lra_p): Delete function.
3916         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
3918 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3920         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
3921         * config/riscv/rtems.h: New file.
3923 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3924             Sudakshina Das  <sudi.das@arm.com>
3926         * config/aarch64/aarch64.md
3927         (define_split for and<mode>3nr_compare): Move
3928         non aarch64_logical_operand to a register.
3929         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
3930         register immediate operand to a register.
3931         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
3933 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3935         PR middle-end/81564
3936         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
3938 2017-07-27  Richard Biener  <rguenther@suse.de>
3940         PR tree-optimization/81573
3941         PR tree-optimization/81494
3942         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
3943         multi defuse cycle case.
3945 2017-07-27  Richard Biener  <rguenther@suse.de>
3947         PR tree-optimization/81571
3948         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
3949         PHIs.
3951 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
3953         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
3954         earlier and only if MASK_FPU is set.  Adjust formatting.
3956 2017-07-27  Martin Liska  <mliska@suse.cz>
3958         * opt-functions.awk: Add validation of value of Init.
3959         * optc-gen.awk: Pass new argument.
3961 2017-07-27  Martin Liska  <mliska@suse.cz>
3963         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
3964         Fix wrong condition.
3966 2017-07-27  Martin Liska  <mliska@suse.cz>
3968         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
3969         BBs and edges seen by autoFDO.
3971 2017-07-27  Richard Biener  <rguenther@suse.de>
3973         PR tree-optimization/81502
3974         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
3975         with incompatible but same sized type.
3976         (execute_update_addresses_taken): Likewise.
3978 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
3980         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
3981         flag_tree_loop_vectorize rather than flag_tree_vectorize.
3983 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3985         PR target/81534
3986         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
3987         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
3988         Change s_operand to memory_operand.
3990 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
3992         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
3993         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
3994         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
3995         Emit instructions rather than returning an expression.  Handle TFmode
3996         and KFmode by casting to TImode.
3997         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
3998         (rs6000_emit_le_vsx_store): Likewise.
3999         * config/rs6000/vsx.md (VSX_TI): New iterator.
4000         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
4001         (*vsx_le_undo_permute_<mode>): Likewise.
4002         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
4003         emit the split sequence.
4004         (*vsx_le_perm_store_<mode>): Likewise.
4006 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
4008         PR tree-optimization/81555
4009         PR tree-optimization/81556
4010         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
4011         if true, force CHANGED for the recursive invocation.
4012         (reassociate_bb): Remember original length of ops array, pass
4013         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
4015         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
4016         attributes for noipa attribute.  For naked attribute use
4017         lookup_attribute first before lookup_attribute_spec.
4018         * final.c (rest_of_handle_final): Disable IPA RA for functions with
4019         noipa attribute.
4020         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
4021         for functions with noipa attribute.
4022         (cgraph_externally_visible_p): Return true for functions with noipa
4023         attribute.
4024         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
4025         for functions with noipa attribute.
4026         * doc/extend.texi: Document noipa function attribute.
4027         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
4028         also for functions with noipa attribute.
4029         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
4031 2017-07-26  Andrew Pinski  <apinski@cavium.com>
4033         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
4034         vec_unalign_load_cost and vec_unalign_store_cost.
4036 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
4038         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
4039         -mvsx-small-integer option.
4040         (ISA_3_0_MASKS_IEEE): Likewise.
4041         (OTHER_VSX_VECTOR_MASKS): Likewise.
4042         (POWERPC_MASKS): Likewise.
4043         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
4044         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
4045         code, only testing for DImode being allowed in non-VSX floating
4046         point registers.
4047         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
4048         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
4049         another VSX test.
4050         (rs6000_option_override_internal): Delete -mvsx-small-integer.
4051         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
4052         TARGET_P8_VECTOR test.
4053         (rs6000_secondary_reload_simple_move): Likewise.
4054         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
4055         since TARGET_P9_VECTOR was already tested.
4056         (rs6000_opt_masks): Remove -mvsx-small-integer.
4057         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
4058         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4059         used.
4060         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
4061         test for TARGET_VEXTRACTUB was used, and that uses
4062         TARGET_P9_VECTOR.
4063         (p9 extract splitter): Likewise.
4064         (vsx_extract_<mode>_di_p9): Likewise.
4065         (vsx_extract_<mode>_store_p9): Likewise.
4066         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
4067         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
4068         the elimination of TARGET_VSX_SMALL_INTEGER.
4069         (vsx_extract_<mode>_p8): Likewise.
4070         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
4071         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
4072         (vsx_set_<mode>_p9): Likewise.
4073         (vsx_set_v4sf_p9): Likewise.
4074         (vsx_set_v4sf_p9_zero): Likewise.
4075         (vsx_insert_extract_v4sf_p9): Likewise.
4076         (vsx_insert_extract_v4sf_p9_2): Likewise.
4077         * config/rs6000/rs6000.md (sign extend splitter): Change
4078         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
4079         (floatsi<mode>2_lfiwax_mem): Likewise.
4080         (floatunssi<mode>2_lfiwzx_mem): Likewise.
4081         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
4082         since a test for TARGET_P9_VECTOR was used.
4083         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4084         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
4085         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4086         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
4087         TARGET_P8_VECTOR test.
4088         (fix_trunc<mode>si2_stfiwx): Likewise.
4089         (fix_trunc<mode>si2_internal): Likewise.
4090         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
4091         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4092         used.
4093         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4094         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
4095         TARGET_P8_VECTOR test.
4096         (fixuns_trunc<mode>si2_stfiwx): Likewise.
4097         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
4098         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4099         used.
4100         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4101         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
4102         since a test for TARGET_P9_VECTOR was used.
4103         (splitter for loading small constants): Likewise.
4105 2017-07-26  Andrew Pinski  <apinski@cavium.com>
4107         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
4108         vec_fp_stmt_cost.
4110 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
4112         PR target/81563
4113         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
4114         (fp_valid_at): Likewise.
4116 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4118         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
4119         (qdf24xx_addrcost_table): Likewise.
4120         (cortexa57_tunings): Update to use generic_branch_cost.
4121         (cortexa72_tunings): Likewise.
4122         (cortexa73_tunings): Likewise.
4123         (qdf24xx_tunings): Likewise.
4125 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4127         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
4128         (thunderx2t99_branch_cost): Likewise.
4129         (cortexa35_tunings): Update to use generic_branch_cost.
4130         (cortexa53_tunings): Likewise.
4131         (cortexa57_tunings): Likewise.
4132         (cortexa72_tunings): Likewise.
4133         (cortexa73_tunings): Likewise.
4134         (thunderx2t99_tunings): Likewise.
4136 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4138         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
4139         (sparc_option_override): Honour MASK_FSMULD.
4140         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
4141         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
4142         * config/sparc/sparc.opt (mfsmuld): New option.
4143         * doc/invoke.texi (mfsmuld): Document option.
4145 2017-07-26  Marek Polacek  <polacek@redhat.com>
4147         PR middle-end/70992
4148         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
4150 2017-07-26  Richard Biener  <rguenther@suse.de>
4152         * gimple-match-head.c (do_valueize): Return OP if valueize
4153         returns NULL_TREE.
4154         (get_def): New helper to get at the def stmt of a SSA name
4155         if valueize allows.
4156         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
4157         do_valueize to get at the def stmt.
4158         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
4160 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
4162         PR middle-end/46932
4163         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
4165 2017-07-26  Martin Liska  <mliska@suse.cz>
4167         PR sanitize/81186
4168         * function.c (expand_function_start): Make expansion of
4169         nonlocal_goto_save_area after parm_birth_insn.
4171 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4173         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
4174         from all CPU target flags enable members.
4176 2017-07-26  Richard Biener  <rguenther@suse.de>
4178         * genmatch.c (dt_simplify::gen): Make iterator vars const.
4179         (decision_tree::gen): Make 'type' const.
4180         (write_predicate): Likewise.
4182 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4184         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
4185         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
4186         (rs6000_option_override_internal): Likewise.
4187         (rs6000_expand_vector_set): Likewise.
4188         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
4189         (TARGET_UPPER_REGS_SF): Likewise.
4190         (TARGET_UPPER_REGS_DI): Likewise.
4191         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
4192         (TARGET_DIRECT_MOVE_64BIT): Likewise.
4193         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
4194         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4195         (Splitters for DI constants in Altivec registers): Likewise.
4196         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
4197         (vsx_set_v4sf_p9): Likewise.
4198         (vsx_set_v4sf_p9_zero): Likewise.
4199         (vsx_insert_extract_v4sf_p9): Likewise.
4200         (vsx_insert_extract_v4sf_p9_2): Likewise.
4202 2017-07-25  Carl Love  <cel@us.ibm.com>
4204         * doc/extend.texi: Update the built-in documentation file for the
4205         existing built-in functions
4206         vector signed char vec_cnttz (vector signed char);
4207         vector unsigned char vec_cnttz (vector unsigned char);
4208         vector signed short vec_cnttz (vector signed short);
4209         vector unsigned short vec_cnttz (vector unsigned short);
4210         vector signed int vec_cnttz (vector signed int);
4211         vector unsigned int vec_cnttz (vector unsigned int);
4212         vector signed long long vec_cnttz (vector signed long long);
4213         vector unsigned long long vec_cnttz (vector unsigned long long);
4215 2017-07-25  Andrew Pinski  <apinski@cavium.com>
4217         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
4218         accesses where the use is for the first operand of a BIT_INSERT.
4220 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4222         PR bootstrap/81521
4223         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4224         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4226 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4228         * config/i386/gstabs.h: Delete.
4229         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
4231 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
4233         * config/i386/i386.c (ix86_decompose_address): Do not check for
4234         register RTX when looking at index_reg or base_reg.
4235         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
4237 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
4239         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
4240         to update EH info here.
4242 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4244         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
4246 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4248         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
4250 2017-07-25  Torsten Duwe  <duwe@suse.de>
4252         * common.opt: Introduce -fpatchable-function-entry
4253         command line option, and its variables function_entry_patch_area_size
4254         and function_entry_patch_area_start.
4255         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
4256         including a two-value parser.
4257         * target.def (print_patchable_function_entry): New target hook.
4258         * targhooks.h (default_print_patchable_function_entry): New function.
4259         * targhooks.c (default_print_patchable_function_entry): Likewise.
4260         * toplev.c (process_options): Switch off IPA-RA if
4261         patchable function entries are being generated.
4262         * varasm.c (assemble_start_function): Look at the
4263         patchable-function-entry command line switch and current
4264         function attributes and maybe generate NOP instructions by
4265         calling the print_patchable_function_entry hook.
4266         * doc/extend.texi: Document patchable_function_entry attribute.
4267         * doc/invoke.texi: Document -fpatchable_function_entry
4268         command line option.
4269         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
4270         New target hook.
4271         * doc/tm.texi: Re-generate.
4273 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
4275         PR target/81532
4276         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
4277         TARGET_AVX512DQ rather than TARGET_AVX512BW.
4279 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
4281         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
4283 2017-07-25  Richard Biener  <rguenther@suse.de>
4285         PR tree-optimization/81455
4286         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
4287         not walk in cycles when looking for guards.
4289 2017-07-25  Richard Biener  <rguenther@suse.de>
4291         PR tree-optimization/81529
4292         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
4293         when optimizing backedge uses.
4295 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
4297         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
4298         character for AIX.
4299         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
4300         to dl_section_ref.  On AIX, append an expression to subtract
4301         the size of the section length to dl_section_ref.
4303 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
4305         * configure.ac: If any of the config.* scripts fail, exit 1.
4306         * configure: Regenerate.
4308 2017-07-25  Richard Biener  <rguenther@suse.de>
4310         PR middle-end/81546
4311         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
4312         of immediate uses, be more verbose on errors.
4314 2017-07-25  Richard Biener  <rguenther@suse.de>
4316         PR tree-optimization/81510
4317         * tree-vect-loop.c (vect_is_simple_reduction): When the
4318         reduction stmt is not inside the loop bail out.
4320 2017-07-25  Richard Biener  <rguenther@suse.de>
4322         PR tree-optimization/81303
4323         * tree-vect-loop-manip.c (vect_loop_versioning): Build
4324         profitability check against LOOP_VINFO_NITERSM1.
4326 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4328         * domwalk.c (cmp_bb_postorder): Simplify.
4329         (sort_bbs_postorder): New function.  Use it...
4330         (dom_walker::walk): ...here to optimize common cases.
4332 2017-07-25  Martin Liska  <mliska@suse.cz>
4334         PR ipa/81520
4335         * ipa-visibility.c (function_and_variable_visibility): Make the
4336         redirection just on target that supports aliasing.
4337         Fix GNU coding style.
4339 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4341         PR libgcc/61152
4342         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
4343         Format changes.
4344         * config/arm/rtems.h: Likewise.
4345         * config/bfin/rtems.h: Likewise.
4346         * config/i386/rtemself.h: Likewise.
4347         * config/lm32/rtems.h: Likewise.
4348         * config/m32c/rtems.h: Likewise.
4349         * config/m68k/rtemself.h: Likewise.
4350         * config/microblaze/rtems.h: Likewise.
4351         * config/mips/rtems.h: Likewise.
4352         * config/moxie/rtems.h: Likewise.
4353         * config/nios2/rtems.h: Likewise.
4354         * config/powerpcspe/rtems.h: Likewise.
4355         * config/rs6000/rtems.h: Likewise.
4356         * config/rtems.h: Likewise.
4357         * config/sh/rtems.h: Likewise.
4358         * config/sh/rtemself.h: Likewise.
4359         * config/sparc/rtemself.h: Likewise.
4361 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4363         PR 81487
4364         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
4365         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
4366         * tree-ssa-structalias.c (alias_get_name): Same.
4368 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
4370         PR target/81414
4371         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
4372         instructions if no du chain is found.
4374 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4376         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
4378 2017-07-25  Richard Biener  <rguenther@suse.de>
4380         PR middle-end/81505
4381         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
4382         sticky.
4384 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4386         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
4387         upper-regs options.
4388         (ISA_2_7_MASKS_SERVER): Likewise.
4389         (ISA_3_0_MASKS_IEEE): Likewise.
4390         (OTHER_P8_VECTOR_MASKS): Likewise.
4391         (OTHER_VSX_VECTOR_MASKS): Likewise.
4392         (POWERPC_MASKS): Likewise.
4393         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
4394         duplicate list of options.
4395         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
4396         explicit -mupper-regs options.
4397         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
4398         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
4399         alias for -mupper-regs-df.
4400         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
4401         (rs6000_init_hard_regno_mode_ok): Likewise.
4402         (rs6000_option_override_internal): Likewise.
4403         (rs6000_opt_masks): Likewise.
4404         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
4405         options in terms of whether -mvsx or -mpower8-vector was used.
4406         (TARGET_UPPER_REGS_DI): Likewise.
4407         (TARGET_UPPER_REGS_SF): Likewise.
4408         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
4409         -mupper-regs-* options.
4411 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4413         * passes.c (emergency_dump_function): Print some empty lines and a
4414         header before the RTL dump.
4416 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4418         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
4420 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
4422         PR target/79041
4423         * config/aarch64/aarch64.c (aarch64_classify_symbol):
4424         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
4426 2017-07-24  Carl Love  <cel@us.ibm.com>
4428         * config/rs6000/rs6000-c.c: Add support for built-in functions
4429         vector float vec_extract_fp32_from_shorth (vector unsigned short);
4430         vector float vec_extract_fp32_from_shortl (vector unsigned short);
4431         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
4432         vec_extract_fp_from_shortl): Add defines for the two builtins.
4433         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
4434         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
4435         new builtins.
4436         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
4437         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
4438         * doc/extend.texi: Update the built-in documentation file for the
4439         new built-in function.
4441 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
4443         PR bootstrap/81521
4444         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
4445         documentation.
4446         * doc/generic.texi: Likewise.
4447         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4448         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4450 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
4452         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
4453         (aarch64_mls_elt_merge<mode>): Likewise.
4455 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
4457         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
4458         having __cxa_atexit.
4460 2017-07-23  Michael Collison  <michael.collison@arm.com>
4462         * config/arm/arm.c (arm_option_override): Deprecate
4463         use of -mstructure-size-boundary.
4464         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
4465         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
4467 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4469         PR target/80695
4470         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
4471         Reduce cost estimate for direct moves.
4473 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
4475         PR target/80569
4476         * config/i386/i386.c (ix86_option_override_internal): Disable
4477         BMI, BMI2 and TBM instructions for -m16.
4479 2017-07-21  Carl Love  <cel@us.ibm.com>
4481         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4482         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4483         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4484         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4485         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4486         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4487         VMULOSW): New enum "unspec" values.
4488         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4489         altivec_vmulosw): New patterns.
4490         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4491         VMULOSW): Add definitions.
4493 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
4495         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
4496         (qdf24xx): Likewise.
4497         * config/aarch64/aarch64-options-extensions.def (rdma); New.
4498         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
4499         (AARCH64_FL_V8_1): Renumber.
4500         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
4501         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
4502         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
4503         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
4504         rdma to feature modifiers list.
4506 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
4508         PR middle-end/56727
4509         * ipa-visibility (function_and_variable_visibility): Convert
4510         recursive PLT call to direct call if appropriate.
4512 2017-07-21  Andrew Pinski  <apinski@cavium.com>
4514         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
4515         operand 1 to see if the types precision matches.
4516         * fold-const.c (operand_equal_p): Likewise.
4518 2017-07-21  Richard Biener  <rguenther@suse.de>
4520         PR tree-optimization/81303
4521         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
4522         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
4523         (vect_peeling_hash_get_lowest_cost): Adjust.
4524         (vect_enhance_data_refs_alignment): Likewise.  Use
4525         vect_get_peeling_costs_all_drs to compute the penalty for no
4526         peeling to match up costs.
4528 2017-07-21  Richard Biener  <rguenther@suse.de>
4530         PR tree-optimization/81500
4531         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
4532         we didn't identify a reduction path.
4534 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4535             Cesar Philippidis  <cesar@codesourcery.com>
4537         PR gcov-profile/81442
4538         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
4539         probabilities.
4541 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4543         PR lto/81430
4544         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
4545         function.
4546         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
4547         nvptx_override_options_after_change.
4549 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
4551         * dwarf2out.c (output_file_names): Avoid double testing for
4552         dwarf_version >= 5.
4554 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
4556         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
4558 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4560         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
4561         hot/cold regions.
4562         (try_crossjump_to_edge): Do not punt on partitioned functions.
4564 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4566         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
4567         Put all BBs reachable only via paths crossing cold region to cold
4568         region.
4569         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
4571 2016-07-21  Richard Biener  <rguenther@suse.de>
4573         PR tree-optimization/81303
4574         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
4575         into account prologue and epilogue iterations when raising
4576         min_profitable_iters to sth at least covering one vector iteration.
4578 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
4580         * config/arm/arm.c (arm_test_cpu_arch_dat):
4581         Check for overlap.
4583 2017-07-20  Nathan Sidwell  <nathan@acm.org>
4585         Remove TYPE_METHODS.
4586         * tree.h (TYPE_METHODS): Delete.
4587         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
4588         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
4589         (dbxout_type_methods): Scan TYPE_FIELDS.
4590         (dbxout_type): Don't check TYPE_METHODS here.
4591         * function.c (use_register_for_decl): Always ignore register for
4592         class types when not optimizing.
4593         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
4594         * tree.c (free_lang_data_in_type): Stitch out member functions and
4595         templates from TYPE_FIELDS.
4596         (build_distinct_type_copy, verify_type_variant,
4597         verify_type): Member fns are on TYPE_FIELDS.
4598         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
4599         * tree-pretty-print.c (dump_generic_node): Likewise.
4601 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
4603         PR target/80846
4604         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
4605         V2TImode and V4TImode.
4606         (ix86_expand_vector_extract): Likewise.
4607         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
4608         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
4609         (ssescalarmode): Handle V4TImode and V2TImode.
4610         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
4611         (*vec_extractv2ti, *vec_extractv4ti): New insns.
4612         (VEXTRACTI128_MODE): New mode iterator.
4613         (splitter for *vec_extractv?ti first element): New.
4614         (VEC_INIT_MODE): New mode iterator.
4615         (vec_init<mode>): Consolidate 3 expanders into one using
4616         VEC_INIT_MODE mode iterator.
4618 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4620         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
4621         non_spilled_static_chain_regno_p.
4623 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4625         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
4627 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
4629         * bb-reorder.c (connect_traces): Allow copying of blocks within
4630         single partition.
4632 2017-07-20  Richard Biener  <rguenther@suse.de>
4634         * gimple.h (gimple_phi_result): Add gphi * overload.
4635         (gimple_phi_result_ptr): Likewise.
4636         (gimple_phi_arg): Likewise.  Adjust index assert to only
4637         allow actual argument accesses rather than all slots available
4638         by capacity.
4639         (gimple_phi_arg_def): Add gphi * overload.
4640         * tree-phinodes.c (make_phi_node): Initialize only actual
4641         arguments.
4642         (resize_phi_node): Clear memory not covered by old node,
4643         do not initialize excess argument slots.
4644         (reserve_phi_args_for_new_edge): Initialize new argument slot
4645         completely.
4647 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
4649         PR tree-optimization/81388
4650         Revert r238585:
4651         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4653         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
4654         by removing computation of may_be_zero.
4656 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4657             Tom de Vries  <tom@codesourcery.com>
4659         PR middle-end/81030
4660         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
4661         when gimple level profile disagrees with what RTL expander did.
4663 2017-07-20  Richard Biener  <rguenther@suse.de>
4665         PR tree-optimization/61171
4666         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
4667         (vect_analyze_stmt): Add slp instance parameter.
4668         (vectorizable_reduction): Likewise.
4669         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
4670         (vect_is_simple_reduction): Deal with chains not detected
4671         as SLP reduction chain, specifically not properly associated
4672         chains containing a mix of plus/minus.
4673         (get_reduction_op): Remove.
4674         (get_initial_defs_for_reduction): Simplify, pass in whether
4675         this is a reduction chain, pass in the SLP node for the PHIs.
4676         (vect_create_epilog_for_reduction): Get the SLP instance as
4677         arg and adjust.
4678         (vectorizable_reduction): Get the SLP instance as arg.
4679         During analysis remember the SLP node with the PHIs in the
4680         instance.  Simplify getting at the vectorized reduction PHIs.
4681         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
4682         through SLP instance.
4683         (vect_slp_analyze_operations): Likewise.
4684         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
4685         (vect_transform_stmt): Likewise.
4687 2017-07-20  Tom de Vries  <tom@codesourcery.com>
4689         PR tree-optimization/81489
4690         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
4691         read of phi arg location to before loop that modifies phi.
4693 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4695         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
4696         New pattern.
4698 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4700         PR middle-end/81331
4701         * except.c (execute): Fix ordering issue.
4703 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4705         PR rtl-optimization/81423
4706         * combine.c (make_compound_operation_int): Don't try to optimize
4707         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
4709 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4711         PR rtl-optimization/81423
4712         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
4713         with a constant that is -1 in the truncated to mode.
4715 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4717         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
4718         (determine_unlikely_bbs): ... here.
4719         * predict.h (propagate_unlikely_bbs_forward): Declare.
4720         * cfgexpand.c (pass_expand::execute): Use it.
4721         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
4722         unlikely edges.
4723         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
4724         propagate_unlikely_bbs_forward.
4726 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4728         PR middle-end/81331
4729         * except.c (maybe_add_nop_after_section_switch): New function.
4730         (execute): Use it.
4732 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4734         * gimple.h (gimple_phi_set_arg): Make assert more strict.
4736 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4738         * gimple.h (gimple_phi_arg): Make assert more strict.
4740 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
4742         * config.gcc (powerpc*-*-*): Add mmintrin.h.
4743         * config/rs6000/mmintrin.h: New file.
4744         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
4746 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4748         PR tree-optimization/81346
4749         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
4751 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4753         * config/nvptx/nvptx.md (VECIM): Add V2DI.
4755 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4757         * config/nvptx/nvptx-modes.def: Add V2DImode.
4758         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
4759         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
4760         (nvptx_output_mov_insn): Handle lack of mov.b128.
4761         (nvptx_print_operand): Handle 'H' and 'L' codes.
4762         (nvptx_vector_mode_supported): Allow V2DImode.
4763         (nvptx_preferred_simd_mode): New function.
4764         (nvptx_data_alignment): New function.
4765         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
4766         nvptx_preferred_simd_mode.
4767         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
4768         64 to 128 bits.
4769         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
4771 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4773         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
4774         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
4775         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
4776         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
4777         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
4778         (mov<VECIM>_insn): New define_insn.
4779         (define_expand "mov<VECIM>): New define_expand.
4781 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4783         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
4785 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4787         PR tree-optimization/81346
4788         * fold-const.h (fold_div_compare, range_check_type): Declare.
4789         * fold-const.c (range_check_type): New function.
4790         (build_range_check): Use range_check_type.
4791         (fold_div_compare): No longer static, rewritten into
4792         a match.pd helper function.
4793         (fold_comparison): Don't call fold_div_compare here.
4794         * match.pd (X / C1 op C2): New optimization using fold_div_compare
4795         as helper function.
4797 2017-07-19  Nathan Sidwell  <nathan@acm.org>
4799         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
4800         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
4801         * tree.c (find_decls_types_r, verify_type): Use
4802         TYPE_{MIN,MAX}_VALUE_RAW.
4803         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
4804         (hash_tree): Likewise.
4805         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
4806         Likewise.
4807         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
4808         Likewise.
4810 2017-07-18  Tom de Vries  <tom@codesourcery.com>
4812         PR middle-end/81464
4813         * omp-expand.c (expand_omp_for_static_chunk): Handle
4814         equal-argument loop exit phi.
4816 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
4818         PR target/81471
4819         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
4820         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
4821         operand 2 predicate.
4822         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
4823         operand 2 predicate.
4824         (ror,rol -> rorx splitters): Use const_int_operand as
4825         operand 2 predicate.
4827 2017-06-18  Richard Biener  <rguenther@suse.de>
4829         PR tree-optimization/81410
4830         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
4831         the gap in the ! slp_perm SLP case after each group.
4833 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4835         PR middle-end/81463
4836         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
4837         again.
4839 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4841         PR middle-end/81462
4842         * predict.c (set_even_probabilities): Cleanup; do not affect
4843         probabilities that are already known.
4844         (combine_predictions_for_bb): Call even when count is set.
4846 2017-07-18  Nathan Sidwell  <nathan@acm.org>
4848         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4849         TYPE_MAX_VALUE.
4851 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4853         PR target/81408
4854         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
4855         optimization for loop niter analysis.
4857 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
4859         PR target/81473
4860         * config/avr/avr.c (avr_optimize_casesi): Don't use
4861         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
4863 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4865         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
4866         body_cost_vec from _vect_peel_extended_info.
4867         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
4868         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
4869         npeel.
4871 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4873         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
4875 2017-07-18  Richard Biener  <rguenther@suse.de>
4877         PR tree-optimization/80620
4878         PR tree-optimization/81403
4879         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
4880         info when re-using a VN table entry.
4882 2017-07-18  Richard Biener  <rguenther@suse.de>
4884         PR tree-optimization/81418
4885         * tree-vect-loop.c (vectorizable_reduction): Properly compute
4886         vectype_in.  Verify that with lane-reducing reduction operations
4887         we have a single def-use cycle.
4889 2017-07-17  Carl Love  <cel@us.ibm.com>
4891         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
4893         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4894         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4895         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4896         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4897         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4898         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4899         VMULOSW): New enum "unspec" values.
4900         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
4901         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
4902         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4903         altivec_vmulosw): New patterns.
4904         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4905         VMULOSW): Add definitions.
4906 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
4908         * config/alpha/alpha.c: Include predict.h.
4910 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
4912         * tree-vrp.c (compare_assert_loc): Fix comparison function
4913         to return predictable results.
4915 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4917         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
4918         option.
4919         (subdi3): Likewise.
4920         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
4921         * doc/invoke.texi (mexpand-adddi): Update text.
4923 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4925         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
4926         that also clobbers the CC register. The old expand code is moved
4927         to ...
4928         (*arc_clzsi2): ... here.
4929         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
4930         the CC register. The old expand code is moved to ...
4931         (arc_ctzsi2): ... here.
4933 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4935         * config/arc/arc.opt (mindexed-loads): Use initial value
4936         TARGET_INDEXED_LOADS_DEFAULT.
4937         (mauto-modify-reg): Use initial value
4938         TARGET_AUTO_MODIFY_REG_DEFAULT.
4939         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4940         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4941         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4942         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4944 2017-07-17  Martin Liska  <mliska@suse.cz>
4946         PR sanitizer/81302
4947         * opts.c (finish_options): Do not allow -fgnu-tm
4948         w/ -fsanitize={kernel-,}address.  Say sorry.
4950 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4952         PR target/81369
4953         * tree-loop-distribution.c (classify_partition): Only assert on
4954         numer of iterations.
4955         (merge_dep_scc_partitions): Delete prameter.  Update function call.
4956         (distribute_loop): Remove code handling loop with unknown niters.
4957         (pass_loop_distribution::execute): Skip loop with unknown niters.
4959 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4961         PR target/81369
4962         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
4963         function sort_partitions_by_post_order.
4965 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4967         PR tree-optimization/81374
4968         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
4969         the max index of basic blocks, rather than number of basic blocks.
4971 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4973         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
4974         proto.
4975         (arc_legitimate_pic_operand_p): Likewise.
4976         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
4977         function.
4978         (arc_needs_pcl_p): Likewise.
4979         (arc_legitimate_pc_offset_p): Likewise.
4980         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
4981         function is also used in constrains.md.
4982         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
4983         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
4984         PLUS.  Only return true/false in known cases, otherwise assert.
4985         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
4986         is already called in arc_legitimate_constant_p.
4987         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
4988         pic addresses.
4989         (LEGITIMATE_PIC_OPERAND_P): Use
4990         arc_raw_symbolic_reference_mentioned_p function.
4991         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
4992         function.
4993         (Cal): Likewise.
4994         (C32): Likewise.
4996 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4997         Andrew Burgess  <andrew.burgess@embecosm.com>
4999         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
5000         (arc_return_address_register): New function.
5001         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
5002         (arc_handle_fndecl_attribute): Add naked attribute.
5003         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
5004         (TARGET_WARN_FUNC_RETURN): Likewise.
5005         (arc_allocate_stack_slots_for_args): New function.
5006         (arc_warn_func_return): Likewise.
5007         (machine_function): Change type fn_type.
5008         (arc_compute_function_type): Consider new naked function type,
5009         change function return type.
5010         (arc_must_save_register): Adapt to handle new
5011         arc_compute_function_type's return type.
5012         (arc_expand_prologue): Likewise.
5013         (arc_expand_epilogue): Likewise.
5014         (arc_return_address_regs): Delete.
5015         (arc_return_address_register): New function.
5016         (arc_epilogue_uses): Use above function.
5017         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
5018         (arc_function_type): Change encoding, add naked type.
5019         (ARC_INTERRUPT_P): Change to handle the new encoding.
5020         (ARC_FAST_INTERRUPT_P): Likewise.
5021         (ARC_NORMAL_P): Define.
5022         (ARC_NAKED_P): Likewise.
5023         (arc_compute_function_type): Delete prototype.
5024         * config/arc/arc.md (in_ret_delay_slot): Use
5025         arc_return_address_register function.
5026         (simple_return): Likewise.
5027         (p_return_i): Likewise.
5029 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
5031         PR tree-optimization/81428
5032         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
5033         can't be built for those types.
5035 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
5037         Remove stuff dead since r239246.
5039         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
5040         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
5041         (avr_inform_devices): Remove dead stuff.
5043 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
5045         * config/arm/arm_neon.h: Fix softp typo.
5047 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
5049         PR tree-optimization/81365
5050         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
5051         aggregate moves onto bb predecessor edges, make sure there are no
5052         loads that could alias the lhs in between the start of bb and the
5053         loads from *phi.
5055 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
5057         PR 80929
5058         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
5059         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
5060         [LSHIFTRT, outer_code = TRUNCATE]: Same.
5062 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
5064         PR tree-optimization/81396
5065         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
5066         (init_symbolic_number): Initialize it to 1.
5067         (perform_symbolic_merge): Add n_ops from both operands into the new
5068         n_ops.
5069         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
5070         without base_addr as useless if they need more than one operation.
5071         (bswap_replace): Handle !bswap case for NULL base_addr.
5073 2017-07-17  Tom de Vries  <tom@codesourcery.com>
5075         PR target/81069
5076         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
5077         as possible.
5079 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
5081         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
5082         conditional builtin define __FIX_LEON3FT_B2BST.
5084 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
5086         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
5087         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
5088         with -mfix-ut700.
5090 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
5092         PR rtl-optimization/81424
5093         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
5094         to remove potential trapping from operands if -fnon-call-exceptions.
5096 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5098         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
5099         profile_proability for scalling.
5100         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
5102 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5104         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
5106 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5108         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
5109         fixpoint arithmetics.
5111 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5113         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
5114         fixpoint arithmetics.
5116 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5118         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
5119         fixpoint arithmetics.
5121 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5123         * profile-count.h (profile_probability::from_reg_br_prob_note,
5124         profile_probability::to_reg_br_prob_note): New functions.
5125         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
5126         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
5127         * predict.c (probability_reliable_p): Update.
5128         (edge_probability_reliable_p): Update.
5129         (br_prob_note_reliable_p): Update.
5130         (invert_br_probabilities): Update.
5131         (add_reg_br_prob_note): New function.
5132         (combine_predictions_for_insn): Update.
5133         * asan.c (asan_clear_shadow): Update.
5134         * cfgbuild.c (compute_outgoing_frequencies): Update.
5135         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
5136         (update_br_prob_note): Update.
5137         (rtl_verify_edges): Update.
5138         (purge_dead_edges): Update.
5139         (fixup_reorder_chain): Update.
5140         * emit-rtl.c (try_split): Update.
5141         * ifcvt.c (cond_exec_process_insns): Update.
5142         (cond_exec_process_if_block): Update.
5143         (dead_or_predicable): Update.
5144         * internal-fn.c (expand_addsub_overflow): Update.
5145         (expand_neg_overflow): Update.
5146         (expand_mul_overflow): Update.
5147         * loop-doloop.c (doloop_modify): Update.
5148         * loop-unroll.c (compare_and_jump_seq): Update.
5149         * optabs.c (emit_cmp_and_jump_insn_1): Update.
5150         * predict.h: Update.
5151         * reorg.c (mostly_true_jump): Update.
5152         * rtl.h: Update.
5153         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
5154         * config/alpha/alpha.c (emit_unlikely_jump): Update.
5155         * config/arc/arc.c: (emit_unlikely_jump): Update.
5156         * config/arm/arm.c: (emit_unlikely_jump): Update.
5157         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
5158         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
5159         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
5160         (ix86_print_operand): Update.
5161         (ix86_split_fp_branch): Update.
5162         (predict_jump): Update.
5163         * config/ia64/ia64.c (ia64_print_operand): Update.
5164         * config/mmix/mmix.c (mmix_print_operand): Update.
5165         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
5166         (rs6000_expand_split_stack_prologue): Update.
5167         * config/rs6000/rs6000.c: Update.
5168         * config/s390/s390.c (s390_expand_vec_strlen): Update.
5169         (s390_expand_vec_movstr): Update.
5170         (s390_expand_cs_tdsi): Update.
5171         (s390_expand_split_stack_prologue): Update.
5172         * config/sh/sh.c (sh_print_operand): Update.
5173         (expand_cbranchsi4): Update.
5174         (expand_cbranchdi4): Update.
5175         * config/sparc/sparc.c (output_v9branch): Update.
5176         * config/spu/spu.c (get_branch_target): Update.
5177         (ea_load_store_inline): Update.
5178         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
5179         * config/tilepro/tilepro.c: Update.
5181 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
5183         * gimplify.c (mostly_copy_tree_r): Revert latest change.
5184         (gimplify_save_expr): Likewise.
5186 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5188         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
5190 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5192         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
5193         TV_IPA_FNSUMMARY.
5194         * timevar.def (TV_IPA_FNSUMMARY): Define.
5196 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
5198         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
5199         to back store errata sensitive sequence from being generated.
5200         (sqrtdf2_fix): Likewise.
5202 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5204         * tree-ssa-threadupdate.c (compute_path_counts,
5205         update_joiner_offpath_counts): Use profile_probability.
5207 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5209         Revert:
5210         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5212         * config/arm/arm-c.c (arm_cpu_builtins): Define
5213         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5215 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5217         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5218         array entries to represent __ieee128 versions of the
5219         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
5220         scalar_extract_sig, and scalar_insert_exp built-in functions.
5221         (altivec_resolve_overloaded_builtin): Add special case handling
5222         for the __builtin_scalar_insert_exp function, as represented by
5223         the P9V_BUILTIN_VEC_VSIEDP constant.
5224         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
5225         exponent support for __ieee128 argument.
5226         (VSESQP): Add scalar extract signature support for __ieee128
5227         argument.
5228         (VSTDCNQP): Add scalar test negative support for __ieee128
5229         argument.
5230         (VSIEQP): Add scalar insert exponent support for __int128 argument
5231         with __ieee128 result.
5232         (VSIEQPF): Add scalar insert exponent support for __ieee128
5233         argument with __ieee128 result.
5234         (VSTDCQP): Add scalar test data class support for __ieee128
5235         argument.
5236         (VSTDCNQP): Add overload support for scalar test negative with
5237         __ieee128 argument.
5238         (VSTDCQP): Add overload support for scalar test data class
5239         __ieee128 argument.
5240         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
5241         UNSPEC_VSX_SXSIGDP.
5242         (UNSPEC_VSX_SIEXPQP): New constant.
5243         (xsxexpqp): New insn for VSX scalar extract exponent quad
5244         precision.
5245         (xsxsigqp): New insn for VSX scalar extract significand quad
5246         precision.
5247         (xsiexpqpf): New insn for VSX scalar insert exponent quad
5248         precision with floating point argument.
5249         (xststdcqp): New expand for VSX scalar test data class quad
5250         precision.
5251         (xststdcnegqp): New expand for VSX scalar test negative quad
5252         precision.
5253         (xststdcqp): New insn to match expansions for VSX scalar test data
5254         class quad precision and VSX scalar test negative quad precision.
5255         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
5256         special case operand checking to enforce that second operand of
5257         VSX scalar test data class with quad precision argument is a 7-bit
5258         unsigned literal.
5259         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5260         prototypes and descriptions of __ieee128 versions of
5261         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
5262         scalar_test_data_class, and scalar_test_neg built-in functions.
5264 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5266         PR tree-optimization/81162
5267         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
5268         replace a negate with an add.
5270 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
5272         * doc/invoke.texi (arm/-mcpu): Document +crypto.
5274 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5276         * config/arm/arm-c.c (arm_cpu_builtins): Define
5277         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5279 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5281         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
5282         (armv8-r): Set ARM Cortex-R52 as default CPU.
5283         * config/arm/arm-tables.opt: Regenerate.
5284         * config/arm/arm-tune.md: Regenerate.
5285         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
5286         Cortex-R52.
5287         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
5288         extension for -mcpu=cortex-r52.
5290 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5292         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
5293         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
5294         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
5295         (fp-armv8): Define it as FP_ARMv8 only.
5296         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
5297         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
5298         TARGET_FPU_ARMV8.
5299         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
5300         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
5301         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
5302         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
5303         than TARGET_FPU_ARMV8.
5304         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
5305         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
5306         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
5307         TARGET_FPU_ARMV8.
5308         * config/arm/neon.md (neon_vrint): Likewise.
5309         (neon_vcvt): Likewise.
5310         (neon_<fmaxmin_op><mode>): Likewise.
5311         (<fmaxmin><mode>3): Likewise.
5312         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
5313         * config/arm/predicates.md (arm_cond_move_operator): Check against
5314         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
5316 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
5318         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
5319         to top of function.
5321 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5323         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
5324         loop in comment with memset.
5326 2017-07-14  Martin Liska  <mliska@suse.cz>
5328         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
5329         * dwarf2out.c (is_java): Remove the function.
5330         (output_pubname): Remove usage of the function.
5331         (lower_bound_default): Remove usage of DW_LANG_Java.
5332         (gen_compile_unit_die): Likewise.
5333         * gcc.c: Remove compiler defaults for .java and .zip files.
5334         * gimple-expr.c (remove_suffix): Change as there's no longer
5335         extension than 4-letter one.
5336         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
5337         (gimplify_save_expr): Likewise.
5338         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
5339         as it's possible even for other languages than Java.
5340         * langhooks.h (struct lang_hooks): Remove Java from a comment.
5341         * lto-opts.c (lto_write_options): Remove reference to Java.
5342         * opts.c (strip_off_ending): Update file extension handling.
5343         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
5344         * tree-eh.c (lower_resx): Likewise.
5345         * tree.c (free_lang_data_in_type): Remove dead code.
5346         (find_decls_types_r): Likewise.
5347         (build_common_builtin_nodes): Remove Java from a comment.
5348         (verify_type): Remove dead code.
5349         * varasm.c (assemble_external): Remove Java from a comment.
5351 2017-07-14  Martin Liska  <mliska@suse.cz>
5353         * opts.c (finish_options): Add quotes.
5354         (common_handle_option): Likewise.
5356 2017-07-14  Martin Liska  <mliska@suse.cz>
5358         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
5359         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
5360         Remove N_SO_PASCAL.
5361         * dwarf2out.c (lower_bound_default): Do not handle
5362         DW_LANG_Pascal83.
5363         (gen_compile_unit_die): Likewise.
5364         * gcc.c: Remove default extension binding for GNU Pascal.
5365         * stmt.c: Remove Pascal language from a comment.
5366         * xcoffout.c: Likewise.
5368 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
5370         PR c/81405
5371         * diagnostic-show-locus.c (fixit_cmp): New function.
5372         (layout::layout): Sort m_fixit_hints.
5373         (column_range::column_range): Assert that the values are valid.
5374         (struct char_span): New struct.
5375         (correction::overwrite): New method.
5376         (struct source_line): New struct.
5377         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
5378         calls in terms of classes source_line and char_span, and
5379         correction::overwrite.
5380         (selftest::test_overlapped_fixit_printing_2): New function.
5381         (selftest::diagnostic_show_locus_c_tests): Call it.
5383 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
5385         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
5386         early if there is no lhs.
5388 2017-07-13  Martin Liska  <mliska@suse.cz>
5390         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
5391         (gen_reference_type_die): Likewise.
5392         * stor-layout.c: Remove Pascal-related comment.
5394 2017-07-13  Martin Liska  <mliska@suse.cz>
5396         * opts.c (finish_options): Add quotes to error messages.
5397         (parse_sanitizer_options): Likewise.
5399 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5401         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
5403 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
5405         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
5407 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
5409         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
5410         during expansion.
5411         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
5413 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
5415         PR target/81193
5416         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
5417         provides the hardware capability bits, define the macro
5418         __BUILTIN_CPU_SUPPORTS__.
5419         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
5420         if GLIBC does not provide the hardware capability bits.  Add a
5421         gcc_unreachable call if the built-in cpu function is neither
5422         __builtin_cpu_is nor __builtin_cpu_supports.
5423         (rs6000_get_function_versions_dispatcher): Change the warning
5424         that an old GLIBC is used which does not export the capability
5425         bits to be an error.
5426         * doc/extend.texi (target_clones attribute): Document the
5427         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
5428         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
5429         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
5430         the macros defined by GCC if the newer GLIBC is available.
5432 2017-07-12  Jeff Law  <law@redhat.com>
5434         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
5435         remaining includes slightly.
5436         * config/riscv/riscv-builtins.c: Include profile-count.h.
5438 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5440         PR target/79883
5441         * config/avr/avr.c (avr_set_current_function): In diagnostic
5442         messages: Quote keywords and (parts of) identifiers.
5443         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
5444         "INTERUPT".
5446 2017-07-12  Carl Love  <cel@us.ibm.com>
5448         * config/rs6000/rs6000-c.c: Add support for built-in functions
5449         vector bool char vec_revb (vector bool char);
5450         vector bool short vec_revb (vector short char);
5451         vector bool int vec_revb (vector bool int);
5452         vector bool long long vec_revb (vector bool long long);
5453         * doc/extend.texi: Update the built-in documentation file for the
5454         new built-in functions.
5456 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5458         * config/s390/s390.md: Remove movcc splitter.
5460 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5462         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
5463         load/store on condition.
5465 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5467         PR target/81407
5468         * config/avr/avr.c (avr_encode_section_info)
5469         [progmem && !TREE_READONLY]: Error if progmem object needs
5470         constructing.
5472 2017-07-11  Michael Collison  <michael.collison@arm.com>
5474         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
5475         New pattern.
5477 2017-07-11  Carl Love  <cel@us.ibm.com>
5479         * config/rs6000/rs6000-c.c: Add support for builtins
5480         vector unsigned int vec_parity_lsbb (vector signed int);
5481         vector unsigned int vec_parity_lsbb (vector unsigned int);
5482         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
5483         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
5484         vector unsigned long long vec_parity_lsbb (vector signed long long);
5485         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
5486         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
5487         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
5488         * doc/extend.texi: Update the built-in documentation file for the
5489         new built-in functions.
5491 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
5493         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
5494         (layout::m_primary_loc): New field.
5495         (layout::layout): Initialize new field.  Move location filtering
5496         logic from here to...
5497         (layout::maybe_add_location_range): ...this new method.  Add
5498         support for filtering to just the lines already specified by other
5499         locations.
5500         (layout::will_show_line_p): New method.
5501         (gcc_rich_location::add_location_if_nearby): New method.
5502         (selftest::test_add_location_if_nearby): New test function.
5503         (selftest::diagnostic_show_locus_c_tests): Call it.
5504         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
5505         New method.
5507 2017-07-11  Tom de Vries  <tom@codesourcery.com>
5509         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
5510         (bb_first_real_insn): New function.
5511         (nvptx_single): Add extra initialization of broadcasted condition
5512         variables.
5514 2017-07-11  Nathan Sidwell  <nathan@acm.org>
5516         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
5518 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
5520         * doc/extend.texi (AVR Function Attributes): Remove weblink to
5521         Binutils doc as TEXI will mess them up.
5522         * doc/invoke.texi (AVR Options): Same here.
5524 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
5526         * config/sparc/sparc.opt (mfix-ut700): New option.
5527         (mfix-gr712rc): Likewise.
5528         (sparc_fix_b2bst): New variable.
5529         * doc/invoke.texi (SPARC options): Document them.
5530         (ARM options): Fix warnings.
5531         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
5532         instructions to prevent sequences that can trigger the store-store
5533         errata for certain LEON3FT processors.
5534         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
5535         (sparc_option_override): Set sparc_fix_b2bst appropriately.
5536         * config/sparc/sparc.md (fix_b2bst): New attribute.
5537         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
5539 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
5541         PR target/81375
5542         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
5543         (rcpps): Ditto.
5544         (*rsqrtsf2_sse): Ditto.
5545         (rsqrtsf2): Ditto.
5546         (div<mode>3): Macroize insn from divdf3 and divsf3
5547         using MODEF mode iterator.
5549 2017-07-10  Martin Sebor  <msebor@redhat.com>
5551         PR tree-optimization/80397
5552         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
5553         instead of testing for equality to INTEGER_TYPE.
5555 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
5557         * config.gcc: Remove uclibc from arc target spec.
5559 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
5561         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
5563 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5565         PR lto/80838
5566         * lto-wrapper.c (remove_option): New function.
5567         (merge_and_complain): Merge PIC/PIE options more realistically.
5569 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5571         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
5573         PR target/20296
5574         PR target/81268
5575         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
5576         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
5577         * config.in: Regenerate.
5578         * configure: Regenerate.
5579         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
5580         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
5581         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
5582         (TARGET_GASISR_PROLOGUES): ...target mask.
5583         * common/config/avr/avr-common.c
5584         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
5585         Set -mgas-isr-prologues.
5586         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
5587         INSERT_PASS_BEFORE for it.
5588         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
5589         * config/avr/avr.c (avr_option_override)
5590         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
5591         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
5592         (avr_attribute_table) <no_gccisr>: Add new function attribute.
5593         (avr_set_current_function) <is_no_gccisr>: Init machine field.
5594         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
5595         and rtl_opt_pass.
5596         (make_avr_pass_pre_proep): New function.
5597         (emit_push_sfr) <treg>: Add argument to function and use it
5598         instead of TMP_REG.
5599         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
5600         and set machine->gasisr.yes.
5601         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
5602         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
5603         __gcc_isr.n_pushed to .L__stack_usage.
5604         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
5605         (avr_asm_final_postscan_insn): ...this new static function.
5606         * config/avr/avr.h (machine_function)
5607         <is_no_gccisr, use_L__stack_usage>: New fields.
5608         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
5609         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
5610         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
5611         (gasisr, *gasisr): New expander and insn.
5612         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
5613         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
5614         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
5616 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
5618         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
5619         in quoted strings.
5621 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5623         Move jump-tables out of .text again.
5625         PR target/81075
5626         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
5627         (ASM_OUTPUT_ADDR_VEC): New function.
5628         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
5629         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
5630         INSN_ADDRESSes as asm comment.
5631         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
5632         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
5633         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
5634         * config/avr/avr.md (*tablejump): Adjust comment.
5635         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
5636         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
5637         New detail.
5638         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
5639         (avr_output_addr_vec): New proto.
5640         (avr_log_t) <insn_addresses>: New field.
5642 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
5644         PR target/81313
5645         * config/i386/i386.c (ix86_function_arg_advance): Set
5646         outgoing_args_on_stack to true if there are outgoing arguments
5647         on stack.
5648         (ix86_function_arg): Likewise.
5649         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
5650         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
5651         * config/i386/i386.h (machine_function): Add
5652         outgoing_args_on_stack.
5654 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
5656         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
5657         supporting pthreds.
5658         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
5660 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
5662         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
5663         (REAL_H): Remove $(MACHMODE_H).
5664         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
5665         double-int.h.
5666         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
5667         $(MACHMODE_H) and double-int.h.
5668         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
5669         $(MACHMODE_H).
5670         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
5671         double-int.h.
5673 2017-07-07  Andrew Pinski  <apinski@cavium.com>
5675         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
5676         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
5678 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
5680         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
5681         Add warning if GCC was not configured to link against a GLIBC that
5682         exports the hardware capability bits.
5683         (make_resolver_func): Make resolver function private and not a
5684         COMDAT function.  Create the name with clone_function_name instead
5685         of make_unique_name.
5687         PR target/81348
5688         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
5689         correct operand in doing the split.
5691 2017-07-07 Carl Love  <cel@us.ibm.com>
5693         * config/rs6000/rs6000-c: Add support for built-in function
5694         vector unsigned short vec_pack_to_short_fp32 (vector float,
5695                                                       vector float).
5696         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
5697         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
5698         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
5699         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
5700         (convert_4f32_8i16): Add define_expand.
5701         * doc/extend.texi: Update the built-in documentation file for the
5702         new built-in function.
5704 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5706         * config/sparc/m8.md: New file.
5707         * config/sparc/sparc.md: Include m8.md.
5709 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5711         * config/sparc/sparc.opt: New option -mvis4b.
5712         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
5713         (sparc_option_override): Handle VIS4B.
5714         (enum sparc_builtins): Define
5715         SPARC_BUILTIN_DICTUNPACK{8,16,32},
5716         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
5717         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
5718         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
5719         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
5720         (check_constant_argument): New function.
5721         (sparc_vis_init_builtins): Define builtins
5722         __builtin_vis_dictunpack{8,16,32},
5723         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
5724         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
5725         __builtin_vis_fpcmpde{8,16,32}shl and
5726         __builtin_vis_fpcmpur{8,16,32}shl.
5727         (sparc_expand_builtin): Check that the constant operands to
5728         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
5729         constant and in range.
5730         * config/sparc/sparc-c.c (sparc_target_macros): Handle
5731         TARGET_VIS4B.
5732         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
5733         (SPARC_IMM5_P): Likewise.
5734         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
5735         (enabled): Handle vis4b.
5736         (UNSPEC_DICTUNPACK): New unspec.
5737         (UNSPEC_FPCMPSHL): Likewise.
5738         (UNSPEC_FPUCMPSHL): Likewise.
5739         (UNSPEC_FPCMPDESHL): Likewise.
5740         (UNSPEC_FPCMPURSHL): Likewise.
5741         (cpu_feature): New CPU feature `vis4b'.
5742         (dictunpack{8,16,32}): New insns.
5743         (FPCSMODE): New mode iterator.
5744         (fpcscond): New code iterator.
5745         (fpcsucond): Likewise.
5746         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
5747         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
5748         (fpcmpde{8,16,32}{si,di}shl): Likewise.
5749         (fpcmpur{8,16,32}{si,di}shl): Likewise.
5750         * config/sparc/constraints.md: Define constraints `q' for unsigned
5751         2-bit integer constants and `t' for unsigned 5-bit integer
5752         constants.
5753         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
5754         predicate.
5755         (imm5_operand_dictunpack16): Likewise.
5756         (imm5_operand_dictunpack32): Likewise.
5757         (imm2_operand): Likewise.
5758         * doc/invoke.texi (SPARC Options): Document -mvis4b.
5759         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
5760         ditunpack* and fpcmp*shl builtins.
5762 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5764         * config.gcc: Handle m8 in --with-{cpu,tune} options.
5765         * config.in: Add HAVE_AS_SPARC6 define.
5766         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
5767         M8.
5768         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
5769         TARGET_CPU_m8.
5770         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
5771         (CPP_CPU_SPEC): Handle m8.
5772         (ASM_CPU_SPEC): Likewise.
5773         * config/sparc/sparc-opts.h (enum processor_type): Add
5774         PROCESSOR_M8.
5775         * config/sparc/sparc.c (m8_costs): New struct.
5776         (sparc_option_override): Handle TARGET_CPU_m8.
5777         (sparc32_initialize_trampoline): Likewise.
5778         (sparc64_initialize_trampoline): Likewise.
5779         (sparc_issue_rate): Likewise.
5780         (sparc_register_move_cost): Likewise.
5781         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
5782         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
5783         (ASM_CPU64_DEFAULT_SPEC): Likewise.
5784         (CPP_CPU_SPEC): Handle M8.
5785         (ASM_CPU_SPEC): Likewise.
5786         (AS_M8_FLAG): Define.
5787         * config/sparc/sparc.md: Add m8 to the cpu attribute.
5788         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
5789         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
5790         M8 instructions.
5791         * configure: Regenerate.
5792         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
5793         -mtune=m8.
5795 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5797         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
5798         subtypes.
5799         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
5800         ("*movdi_insn_sp32"): Do not set v3pipe.
5801         ("*movsi_insn"): Likewise.
5802         ("*movdi_insn_sp64"): Likewise.
5803         ("*movsf_insn"): Likewise.
5804         ("*movdf_insn_sp32"): Likewise.
5805         ("*movdf_insn_sp64"): Likewise.
5806         ("*zero_extendsidi2_insn_sp64"): Likewise.
5807         ("*sign_extendsidi2_insn"): Likewise.
5808         ("*mov<VM32:mode>_insn"): Likewise.
5809         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5810         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5811         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5812         ("<vlop:code><VL:mode>3"): Likewise.
5813         ("*not_<vlop:code><VL:mode>3"): Likewise.
5814         ("*nand<VL:mode>_vis"): Likewise.
5815         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
5816         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
5817         ("one_cmpl<VL:mode>2"): Likewise.
5818         ("faligndata<VM64:mode>_vis"): Likewise.
5819         ("alignaddrsi_vis"): Likewise.
5820         ("alignaddrdi_vis"): Likweise.
5821         ("alignaddrlsi_vis"): Likewise.
5822         ("alignaddrldi_vis"): Likewise.
5823         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5824         ("bmaskdi_vis"): Likewise.
5825         ("bmasksi_vis"): Likewise.
5826         ("bshuffle<VM64:mode>_vis"): Likewise.
5827         ("cmask8<P:mode>_vis"): Likewise.
5828         ("cmask16<P:mode>_vis"): Likewise.
5829         ("cmask32<P:mode>_vis"): Likewise.
5830         ("pdistn<P:mode>_vis"): Likewise.
5831         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5833 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5835         * config/sparc/sparc.md ("subtype"): New insn attribute.
5836         ("*wrgsr_sp64"): Set insn subtype.
5837         ("*rdgsr_sp64"): Likewise.
5838         ("alignaddrsi_vis"): Likewise.
5839         ("alignaddrdi_vis"): Likewise.
5840         ("alignaddrlsi_vis"): Likewise.
5841         ("alignaddrldi_vis"): Likewise.
5842         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5843         ("fexpand_vis"): Likewise.
5844         ("fpmerge_vis"): Likewise.
5845         ("faligndata<VM64:mode>_vis"): Likewise.
5846         ("bshuffle<VM64:mode>_vis"): Likewise.
5847         ("cmask8<P:mode>_vis"): Likewise.
5848         ("cmask16<P:mode>_vis"): Likewise.
5849         ("cmask32<P:mode>_vis"): Likewise.
5850         ("fchksm16_vis"): Likewise.
5851         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
5852         ("fmean16_vis"): Likewise.
5853         ("fp<plusminus_insn>64_vis"): Likewise.
5854         ("<plusminus_insn>v8qi3"): Likewise.
5855         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5856         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
5857         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
5858         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
5859         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
5860         ("*movqi_insn"): Likewise.
5861         ("*movhi_insn"): Likewise.
5862         ("*movsi_insn"): Likewise.
5863         ("movsi_pic_gotdata_op"): Likewise.
5864         ("*movdi_insn_sp32"): Likewise.
5865         ("*movdi_insn_sp64"): Likewise.
5866         ("movdi_pic_gotdata_op"): Likewise.
5867         ("*movsf_insn"): Likewise.
5868         ("*movdf_insn_sp32"): Likewise.
5869         ("*movdf_insn_sp64"): Likewise.
5870         ("*zero_extendhisi2_insn"): Likewise.
5871         ("*zero_extendqihi2_insn"): Likewise.
5872         ("*zero_extendqisi2_insn"): Likewise.
5873         ("*zero_extendqidi2_insn"): Likewise.
5874         ("*zero_extendhidi2_insn"): Likewise.
5875         ("*zero_extendsidi2_insn_sp64"): Likewise.
5876         ("ldfsr"): Likewise.
5877         ("prefetch_64"): Likewise.
5878         ("prefetch_32"): Likewise.
5879         ("tie_ld32"): Likewise.
5880         ("tie_ld64"): Likewise.
5881         ("*tldo_ldub_sp32"): Likewise.
5882         ("*tldo_ldub1_sp32"): Likewise.
5883         ("*tldo_ldub2_sp32"): Likewise.
5884         ("*tldo_ldub_sp64"): Likewise.
5885         ("*tldo_ldub1_sp64"): Likewise.
5886         ("*tldo_ldub2_sp64"): Likewise.
5887         ("*tldo_ldub3_sp64"): Likewise.
5888         ("*tldo_lduh_sp32"): Likewise.
5889         ("*tldo_lduh1_sp32"): Likewise.
5890         ("*tldo_lduh_sp64"): Likewise.
5891         ("*tldo_lduh1_sp64"): Likewise.
5892         ("*tldo_lduh2_sp64"): Likewise.
5893         ("*tldo_lduw_sp32"): Likewise.
5894         ("*tldo_lduw_sp64"): Likewise.
5895         ("*tldo_lduw1_sp64"): Likewise.
5896         ("*tldo_ldx_sp64"): Likewise.
5897         ("*mov<VM32:mode>_insn"): Likewise.
5898         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5899         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5901 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5903         * config/sparc/sparc.md ("type"): New insn type viscmp.
5904         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
5905         viscmp.
5906         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
5907         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
5908         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5909         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
5910         viscmp.
5911         ("n7_vis_logical_11cycle"): Likewise.
5912         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
5913         * config/sparc/niagara2.md ("niag3_vis": Likewise.
5914         * config/sparc/niagara.md ("niag_vis"): Likewise.
5915         * config/sparc/ultra3.md ("us3_fga"): Likewise.
5916         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
5918 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5920         * config/sparc/sparc.md: New instruction type `bmask'.
5921         (bmaskdi_vis): Use the `bmask' type.
5922         (bmasksi_vis): Likewise.
5923         * config/sparc/ultra3.md (us3_array): Likewise.
5924         * config/sparc/niagara7.md (n7_array): Likewise.
5925         * config/sparc/niagara4.md (n4_array): Likewise.
5926         * config/sparc/niagara2.md (niag2_vis): Likewise.
5927         (niag3_vis): Likewise.
5928         * config/sparc/niagara.md (niag_vis): Likewise.
5930 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5932         * ipa-comdats.c: Remove optimize check from gate.
5933         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
5934         for functions not optimized.
5935         (ipa_fn_summary_read): Skip optimize check.
5936         (ipa_fn_summary_write): Likewise.
5937         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
5938         is optimized.
5939         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
5940         uninlinable.
5941         (can_inline_edge_p): Check flag_pcc_struct_return for match.
5942         (check_callers): Give up on caller which is not optimized.
5943         (inline_small_functions): Likewise.
5944         (ipa_inline): Do not give up when not optimizing.
5945         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
5946         away unoptimizes cdtors.
5947         (whole_program_function_and_variable_visibility): Do
5948         ipa_discover_readonly_nonaddressable_vars in LTO mode.
5949         * ipa.c (process_references): Do not check optimize.
5950         (symbol_table::remove_unreachable_nodes): Update optimize check.
5951         (set_writeonly_bit): Update optimize check.
5952         (pass_ipa_cdtor_merge::gate): Do not check optimize.
5953         (pass_ipa_single_use::gate): Remove.
5955 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
5957         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
5958         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
5959         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
5960         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
5961         permute_load, permute_store, adjust_extract, adjust_splat,
5962         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
5963         replace_swap_with_copy, dump_swap_insn_table,
5964         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
5965         recombine_lvx_pattern, recombine_stvx_pattern,
5966         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
5967         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
5968         to file rs6000-p8swap.c.
5969         * config/rs6000/rs6000-p8swap.c: New file.
5970         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
5971         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
5972         and rs6000*-*-* targets.
5974 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
5976         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
5978 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5980         * lto-wrapper.c (merge_and_complain): Do not merge
5981         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
5982         fsigned_zeros, ftrapping_math, fwrapv.
5983         (append_compiler_options): Do not track these options.
5984         (append_linker_options): Likewie
5986 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5988         * cgraphunit.c (cgraph_node::finalize_function): When
5989         !flag_toplevel_reorde set no_reorder flag.
5990         (varpool_node::finalize_decl): Likewise.
5991         (symbol_table::compile): Drop no toplevel reorder path.
5993 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5995         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
5996         edges; zero probability is not better than uninitialized.
5998 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
6000         * asan.h (asan_sanitize_allocas_p): Declare.
6001         * asan.c (asan_sanitize_allocas_p): New function.
6002         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
6003         (handle_builtin_alloca): Likewise.
6004         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
6005         if !asan_sanitize_allocas_p.
6006         * params.def (asan-instrument-allocas): Add new option.
6007         * params.h (ASAN_PROTECT_ALLOCAS): Define.
6008         * opts.c (common_handle_option): Disable allocas sanitization for
6009         KASan by default.
6011 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
6013         * asan.c: Include gimple-fold.h.
6014         (get_last_alloca_addr): New function.
6015         (handle_builtin_stackrestore): Likewise.
6016         (handle_builtin_alloca): Likewise.
6017         (asan_emit_allocas_unpoison): Likewise.
6018         (get_mem_refs_of_builtin_call): Add new parameter, remove const
6019         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
6020         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
6021         (instrument_builtin_call): Pass gimple iterator to
6022         get_mem_refs_of_builtin_call.
6023         (last_alloca_addr): New global.
6024         * asan.h (asan_emit_allocas_unpoison): Declare.
6025         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
6026         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
6027         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
6028         if function calls alloca.
6029         * gimple-fold.c (replace_call_with_value): Remove static keyword.
6030         * gimple-fold.h (replace_call_with_value): Declare.
6031         * internal-fn.c: Include asan.h.
6032         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
6033         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
6035 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
6037         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
6038         (C_SELFTEST_FLAGS): New.
6039         (CPP_SELFTEST_FLAGS): New.
6040         (SELFTEST_DEPS): New, from deps of s-selftest.
6041         (C_SELFTEST_DEPS): New, from deps of s-selftest.
6042         (CPP_SELFTEST_DEPS): New.
6043         (selftest): Add dependency on s-selftest-c++.
6044         (s-selftest): Rename to...
6045         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
6046         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
6047         than SELFTEST_FLAGS.
6048         (selftest-gdb): Rename to...
6049         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
6050         C_SELFTEST_FLAGS.
6051         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
6052         (selftest-valgrind): Rename to...
6053         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
6054         C_SELFTEST_FLAGS.
6055         (selftest-valgrind): Reintroduce as an alias for
6056         selftest-c-valgrind.
6057         (s-selftest-c++): New.
6058         (selftest-c++-gdb): New.
6059         (selftest-c++-valgrind): New.
6061 2017-07-06  Olivier Hainque  <hainque@adacore.com>
6063         * gcc.c (process_command): When deciding if undefined variables
6064         should be ignored when processing specs, accept "gcc -v" as well.
6066 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
6068         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
6069         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
6071 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6073         * config/arm/arm-cpus.in (armv8-r): Add new entry.
6074         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
6075         * config/arm/arm-tables.opt: Regenerate.
6076         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
6077         enumerator.
6078         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
6080 2017-07-06  Carl Love  <cel@us.ibm.com>
6082         * ChangeLog: Clean up from mid air collision
6084 2017-07-06  Carl Love  <cel@us.ibm.com>
6086         * config/rs6000/rs6000-c.c: Add support for built-in functions
6087         vector signed int vec_subc (vector signed int, vector signed int);
6088         vector signed __int128 vec_subc (vector signed __int128,
6089                                          vector signed __int128);
6090         vector unsigned __int128 vec_subc (vector unsigned __int128,
6091                                            vector unsigned __int128);
6092         vector signed int vec_sube (vector signed int, vector signed int,
6093                                     vector signed int);
6094         vector unsigned int vec_sube (vector unsigned int,
6095                                       vector unsigned int,
6096                                       vector unsigned int);
6097         vector signed __int128 vec_sube (vector signed __int128,
6098                                          vector signed __int128,
6099                                          vector signed__int128);
6100         vector unsigned __int128 vec_sube (vector unsigned __int128,
6101                                            vector unsigned __int128,
6102                                            vector unsigned __int128);
6103         vector signed int vec_subec (vector signed int, vector signed int,
6104                                      vector signed int);
6105         vector unsigned int vec_subec (vector unsigned int,
6106                                        vector unsigned int,
6107                                        vector unsigned int);
6108         vector signed __int128 vec_subec (vector signed __int128,
6109                                           vector signed __int128,
6110                                           vector signed__int128);
6111         vector unsigned __int128 vec_subec (vector unsigned __int128,
6112                                             vector unsigned __int128,
6113                                             vector unsigned __int128);
6114         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
6115         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
6116         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
6117         BU_ALTIVEC_OVERLOAD_X definitions.
6118         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
6119         * doc/extend.texi: Update the built-in documentation file for the new
6120         built-in functions.
6122 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
6124         PR c++/79300
6125         * diagnostic-show-locus.c (layout::layout): Use start and finish
6126         spelling location for the start and finish of each range.
6127         * genmatch.c (linemap_client_expand_location_to_spelling_point):
6128         Add unused aspect param.
6129         * input.c (expand_location_1): Add "aspect" param, and use it
6130         to access the correct part of the location.
6131         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
6132         expand_location_1.
6133         (expand_location_to_spelling_point): Likewise.
6134         (linemap_client_expand_location_to_spelling_point): Add "aspect"
6135         param, and pass it to expand_location_1.
6137 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
6139         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
6140         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
6141         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
6142         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
6143         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
6144         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
6145         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
6146         _mm_maskz_getmant_ss): New intrinsics.
6147         (__builtin_ia32_getexpss128_mask): Changed to ...
6148         __builtin_ia32_getexpss128_round ... this.
6149         (__builtin_ia32_getexpsd128_mask): Changed to ...
6150         __builtin_ia32_getexpsd128_round ... this.
6151         * config/i386/i386-builtin-types.def
6152         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
6153         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
6154         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
6155         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
6156         __builtin_ia32_getmantss_mask_round): New builtins.
6157         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
6158         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
6159         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
6160         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
6161         * config/i386/sse.md
6162         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
6163         avx512f_sgetexp<mode><mask_scalar_name>
6164         <round_saeonly_scalar_name> ... this.
6165         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
6166         %0, %1, %2<round_saeonly_op3>}): Changed to ...
6167         vgetexp<ssescalarmodesuffix>
6168         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6169         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
6170         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
6171         avx512f_vgetmant<mode><mask_scalar_name>
6172         <round_saeonly_scalar_name> ... this.
6173         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
6174         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
6175         vgetmant<ssescalarmodesuffix>
6176         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
6177         %0<mask_scalar_operand4>, %1, %2
6178         <round_saeonly_scalar_mask_op4>, %3} ... this.
6179         * config/i386/subst.md (mask_scalar_operand4,
6180         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
6181         round_saeonly_scalar_nimm_predicate): New subst attributes.
6183 2017-07-06  Julia Koval  <julia.koval@intel.com>
6185         * config/i386/i386.c (ix86_erase_embedded_rounding):
6186         Remove code for old rounding pattern.
6188 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
6190         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
6192 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
6194         * doc/sourcebuild.texi (Test Directives, Variants of
6195         dg-require-support): Add documentation for dg-require-stack-check.
6197 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
6199         * config/i386/subst.md (mask_scalar, round_scalar,
6200         round_saeonly_scalar): New meta-templates.
6201         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
6202         round_scalar_mask_operand3, round_scalar_mask_op3,
6203         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
6204         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
6205         round_saeonly_scalar_constraint,
6206         round_saeonly_scalar_prefix): New subst attribute.
6207         * config/i386/sse.md
6208         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
6209         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
6210         <round_scalar_name> ... this.
6211         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
6212         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
6213         <round_scalar_name> ... this.
6214         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
6215         <sse>_vm<code><mode>3<mask_scalar_name>
6216         <round_saeonly_scalar_name> ... this.
6217         (v<plusminus_mnemonic><ssescalarmodesuffix>
6218         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6219         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6220         v<plusminus_mnemonic><ssescalarmodesuffix>
6221         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6222         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6223         (v<multdiv_mnemonic><ssescalarmodesuffix>
6224         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6225         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6226         v<multdiv_mnemonic><ssescalarmodesuffix>
6227         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6228         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6229         (v<maxmin_float><ssescalarmodesuffix>
6230         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
6231         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
6232         v<maxmin_float><ssescalarmodesuffix>
6233         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6234         %0<mask_scalar_operand3>, %1, %<iptr>2
6235         <round_saeonly_scalar_mask_op3>} ... this.
6237 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
6239         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
6240         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
6242 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
6243             Alan Hayward  <alan.hayward@arm.com>
6244             David Sherwood  <david.sherwood@arm.com>
6246         * combine.c (simplify_if_then_else): Remove "enum" before
6247         "machine_mode".
6248         * compare-elim.c (can_eliminate_compare): Likewise.
6249         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
6250         Likewise.
6251         (aarch64_lookup_simd_builtin_type): Likewise.
6252         (aarch64_simd_builtin_type): Likewise.
6253         (aarch64_init_simd_builtin_types): Likewise.
6254         (aarch64_simd_expand_args): Likewise.
6255         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
6256         Likewise.
6257         (aarch64_reverse_mask): Likewise.
6258         (aarch64_simd_emit_reg_reg_move): Likewise.
6259         (aarch64_gen_adjusted_ldpstp): Likewise.
6260         (aarch64_ccmp_mode_to_code): Likewise.
6261         (aarch64_operands_ok_for_ldpstp): Likewise.
6262         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6263         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
6264         Likewise.
6265         (aarch64_min_divisions_for_recip_mul): Likewise.
6266         (aarch64_reassociation_width): Likewise.
6267         (aarch64_get_condition_code_1): Likewise.
6268         (aarch64_simd_emit_reg_reg_move): Likewise.
6269         (aarch64_simd_attr_length_rglist): Likewise.
6270         (aarch64_reverse_mask): Likewise.
6271         (aarch64_operands_ok_for_ldpstp): Likewise.
6272         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6273         (aarch64_gen_adjusted_ldpstp): Likewise.
6274         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
6275         Likewise.
6276         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
6277         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
6278         (arm_lookup_simd_builtin_type): Likewise.
6279         (arm_simd_builtin_type): Likewise.
6280         (arm_init_simd_builtin_types): Likewise.
6281         (arm_expand_builtin_args): Likewise.
6282         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
6283         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
6284         (ft32_setup_incoming_varargs): Likewise.
6285         (ft32_function_arg): Likewise.
6286         (ft32_function_arg_advance): Likewise.
6287         (ft32_pass_by_reference): Likewise.
6288         (ft32_arg_partial_bytes): Likewise.
6289         (ft32_valid_pointer_mode): Likewise.
6290         (ft32_addr_space_pointer_mode): Likewise.
6291         (ft32_addr_space_legitimate_address_p): Likewise.
6292         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
6293         Likewise.
6294         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
6295         (ix86_emit_outlined_ms2sysv_restore): Likewise.
6296         (iamcu_alignment): Likewise.
6297         (canonicalize_vector_int_perm): Likewise.
6298         (ix86_noce_conversion_profitable_p): Likewise.
6299         (ix86_mpx_bound_mode): Likewise.
6300         (ix86_operands_ok_for_move_multiple): Likewise.
6301         * config/microblaze/microblaze-protos.h
6302         (microblaze_expand_conditional_branch_reg): Likewise.
6303         * config/microblaze/microblaze.c
6304         (microblaze_expand_conditional_branch_reg): Likewise.
6305         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
6306         Likewise.
6307         (rs6000_reassociation_width): Likewise.
6308         (rs6000_invalid_binary_op): Likewise.
6309         (fusion_p9_p): Likewise.
6310         (emit_fusion_p9_load): Likewise.
6311         (emit_fusion_p9_store): Likewise.
6312         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
6313         Likewise.
6314         (riscv_hard_regno_mode_ok_p): Likewise.
6315         (riscv_address_insns): Likewise.
6316         (riscv_split_symbol): Likewise.
6317         (riscv_legitimize_move): Likewise.
6318         (riscv_function_value): Likewise.
6319         (riscv_hard_regno_nregs): Likewise.
6320         (riscv_expand_builtin): Likewise.
6321         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
6322         (riscv_build_integer): Likewise.
6323         (riscv_split_integer): Likewise.
6324         (riscv_legitimate_constant_p): Likewise.
6325         (riscv_cannot_force_const_mem): Likewise.
6326         (riscv_regno_mode_ok_for_base_p): Likewise.
6327         (riscv_valid_base_register_p): Likewise.
6328         (riscv_valid_offset_p): Likewise.
6329         (riscv_valid_lo_sum_p): Likewise.
6330         (riscv_classify_address): Likewise.
6331         (riscv_legitimate_address_p): Likewise.
6332         (riscv_address_insns): Likewise.
6333         (riscv_load_store_insns): Likewise.
6334         (riscv_force_binary): Likewise.
6335         (riscv_split_symbol): Likewise.
6336         (riscv_force_address): Likewise.
6337         (riscv_legitimize_address): Likewise.
6338         (riscv_move_integer): Likewise.
6339         (riscv_legitimize_const_move): Likewise.
6340         (riscv_legitimize_move): Likewise.
6341         (riscv_address_cost): Likewise.
6342         (riscv_subword): Likewise.
6343         (riscv_output_move): Likewise.
6344         (riscv_canonicalize_int_order_test): Likewise.
6345         (riscv_emit_int_order_test): Likewise.
6346         (riscv_function_arg_boundary): Likewise.
6347         (riscv_pass_mode_in_fpr_p): Likewise.
6348         (riscv_pass_fpr_single): Likewise.
6349         (riscv_pass_fpr_pair): Likewise.
6350         (riscv_get_arg_info): Likewise.
6351         (riscv_function_arg): Likewise.
6352         (riscv_function_arg_advance): Likewise.
6353         (riscv_arg_partial_bytes): Likewise.
6354         (riscv_function_value): Likewise.
6355         (riscv_pass_by_reference): Likewise.
6356         (riscv_setup_incoming_varargs): Likewise.
6357         (riscv_print_operand): Likewise.
6358         (riscv_elf_select_rtx_section): Likewise.
6359         (riscv_save_restore_reg): Likewise.
6360         (riscv_for_each_saved_reg): Likewise.
6361         (riscv_register_move_cost): Likewise.
6362         (riscv_hard_regno_mode_ok_p): Likewise.
6363         (riscv_hard_regno_nregs): Likewise.
6364         (riscv_class_max_nregs): Likewise.
6365         (riscv_memory_move_cost): Likewise.
6366         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
6367         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
6368         (rl78_addr_space_address_mode): Likewise.
6369         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6370         Likewise.
6371         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
6372         (rs6000_reassociation_width): Likewise.
6373         (rs6000_invalid_binary_op): Likewise.
6374         (fusion_p9_p): Likewise.
6375         (emit_fusion_p9_load): Likewise.
6376         (emit_fusion_p9_store): Likewise.
6377         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
6378         (ok_for_simple_move_operands): Likewise.
6379         (ok_for_simple_move_strict_operands): Likewise.
6380         (ok_for_simple_arith_logic_operands): Likewise.
6381         (visium_legitimize_reload_address): Likewise.
6382         (visium_select_cc_mode): Likewise.
6383         (output_cbranch): Likewise.
6384         (visium_split_double_move): Likewise.
6385         (visium_expand_copysign): Likewise.
6386         (visium_expand_int_cstore): Likewise.
6387         (visium_expand_fp_cstore): Likewise.
6388         * config/visium/visium.c (visium_pass_by_reference): Likewise.
6389         (visium_function_arg): Likewise.
6390         (visium_function_arg_advance): Likewise.
6391         (visium_libcall_value): Likewise.
6392         (visium_setup_incoming_varargs): Likewise.
6393         (visium_legitimate_constant_p): Likewise.
6394         (visium_legitimate_address_p): Likewise.
6395         (visium_legitimize_address): Likewise.
6396         (visium_secondary_reload): Likewise.
6397         (visium_register_move_cost): Likewise.
6398         (visium_memory_move_cost): Likewise.
6399         (prepare_move_operands): Likewise.
6400         (ok_for_simple_move_operands): Likewise.
6401         (ok_for_simple_move_strict_operands): Likewise.
6402         (ok_for_simple_arith_logic_operands): Likewise.
6403         (visium_function_value_1): Likewise.
6404         (rtx_ok_for_offset_p): Likewise.
6405         (visium_legitimize_reload_address): Likewise.
6406         (visium_split_double_move): Likewise.
6407         (visium_expand_copysign): Likewise.
6408         (visium_expand_int_cstore): Likewise.
6409         (visium_expand_fp_cstore): Likewise.
6410         (visium_split_cstore): Likewise.
6411         (visium_select_cc_mode): Likewise.
6412         (visium_split_cbranch): Likewise.
6413         (output_cbranch): Likewise.
6414         (visium_print_operand_address): Likewise.
6415         * expmed.c (flip_storage_order): Likewise.
6416         * expmed.h (emit_cstore): Likewise.
6417         (flip_storage_order): Likewise.
6418         * genrecog.c (validate_pattern): Likewise.
6419         * hsa-gen.c (gen_hsa_addr): Likewise.
6420         * internal-fn.c (expand_arith_overflow): Likewise.
6421         * ira-color.c (allocno_copy_cost_saving): Likewise.
6422         * lra-assigns.c (find_hard_regno_for_1): Likewise.
6423         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
6424         (process_invariant_for_inheritance): Likewise.
6425         * lra-eliminations.c (move_plus_up): Likewise.
6426         * omp-low.c (lower_oacc_reductions): Likewise.
6427         * simplify-rtx.c (simplify_subreg): Likewise.
6428         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
6429         (TARGET_CHKP_BOUND_MODE): Likewise..
6430         * targhooks.c (default_chkp_bound_mode): Likewise.
6431         (default_setup_incoming_vararg_bounds): Likewise.
6432         * targhooks.h (default_chkp_bound_mode): Likewise.
6433         (default_setup_incoming_vararg_bounds): Likewise.
6434         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
6435         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
6436         (have_whole_vector_shift): Likewise.
6437         * tree-vect-stmts.c (vectorizable_load): Likewise.
6438         * doc/tm.texi: Regenerate.
6440 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6442         Graceful degrade if Binutils PR21472 is not available.
6444         PR target/81072
6445         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
6446         .rodata in flash test fails.
6447         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
6448         * confgure: Regenerate.
6449         * config.in: Regenerate.
6450         * config/avr/avr.c (avr_asm_named_section)
6451         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
6452         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
6453         (avr_asm_init_sections): Same.
6455 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6457         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
6458         (fma<VH:mode>4_intrinsic): Likewise.
6459         (*fmsub<VCVTF:mode>4): Likewise.
6460         (*fmsub<VH:mode>4_intrinsic): Likewise.
6462 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6464         PR target/81305
6465         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
6466         Don't depend on "optimize > 0".
6467         (out_movhi_r_mr, out_movqi_mr_r): Same.
6468         (out_movhi_mr_r, out_movqi_r_mr): Same.
6469         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
6470         io_address_operand on "optimize > 0".
6472 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6474         * tree-loop-distribution.c: Add general explanantion on the pass.
6475         (generate_loops_for_partition): Mark distributed loop.
6476         (pg_add_dependence_edges): New parameter.  Handle alias data
6477         dependence specially and record it in the parameter if asked.
6478         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
6479         (init_partition_graph_vertices, add_partition_graph_edge): New.
6480         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
6481         (free_partition_graph_vdata, build_partition_graph): New.
6482         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
6483         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
6484         (data_ref_segment_size, latch_dominated_by_data_ref): New.
6485         (compute_alias_check_pairs, version_loop_by_alias_check): New.
6486         (version_for_distribution_p, finalize_partitions): New.
6487         (distribute_loop): Handle alias data dependence specially.  Factor
6488         out loop fusion code as functions and call these functions.
6490 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6492         * tree-loop-distribution.c (classify_partition): New parameter and
6493         better handle reduction statement.
6494         (rdg_build_partitions): Revise comment.
6495         (distribute_loop): Compute statements in all partitions and pass it
6496         to classify_partition.
6498 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6500         * tree-loop-distribution.c (enum partition_type): New.
6501         (struct partition): New field type.
6502         (partition_merge_into): Add parameter.  Update partition type.
6503         (data_dep_in_cycle_p, update_type_for_merge): New functions.
6504         (build_rdg_partition_for_vertex): Compute partition type.
6505         (rdg_build_partitions): Dump partition type.
6506         (distribute_loop): Update calls to partition_merge_into.
6508 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6510         * tree-loop-distribution.c (struct ddr_hasher): New.
6511         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
6512         (ddrs_table): New.
6513         (classify_partition): Call get_data_dependence.
6514         (pg_add_dependence_edges): Ditto.
6515         (distribute_loop): Release data dependence hash table.
6517 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6519         * tree-loop-distribution.c (ref_base_address): Delete.
6520         (similar_memory_accesses): Rename ...
6521         (share_memory_accesses): ... to this.  Check if partitions access
6522         the same memory reference.
6523         (distribute_loop): Call share_memory_accesses.
6525 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6527         * tree-loop-distribution.c (struct partition): New field recording
6528         its data reference.
6529         (partition_alloc, partition_free): Init and release data refs.
6530         (partition_merge_into): Merge data refs.
6531         (build_rdg_partition_for_vertex): Collect data refs for partition.
6532         (pg_add_dependence_edges): Change parameters from vector to bitmap.
6533         Update uses.
6534         (distribute_loop): Remve data refs from vertice data of partition
6535         graph.
6537 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6539         * tree-loop-distribution.c (params.h): Include header file.
6540         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
6541         (datarefs_vec): New global var.
6542         (create_rdg_vertices): Use datarefs_vec directly.
6543         (free_rdg): Don't free data references.
6544         (build_rdg): Update use.  Don't free data references.
6545         (distribute_loop): Compute global variable for data references.
6546         Bail out if there are too many data references.
6548 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6550         * tree-loop-distribution.c (loop_nest): New global var.
6551         (build_rdg): Use loop directly, rather than loop nest.
6552         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
6553         variable directly.
6554         (distribute_loop): Compute global variable loop nest.  Update use.
6556 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6558         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
6559         (partition_merge_into): New parameter.  Dump reason for fusion.
6560         (distribute_loop): Update use of partition_merge_into.
6562 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6564         * tree-loop-distribution.c (bb_top_order_index): New.
6565         (bb_top_order_index_size, bb_top_order_cmp): New.
6566         (stmts_from_loop): Use topological order.
6567         (pass_loop_distribution::execute): Compute and release topological
6568         order for basic blocks.
6570 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6572         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
6573         if no loops.
6575 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6577         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
6578         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
6579         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
6580         * internal-fn.def (LOOP_DIST_ALIAS): New.
6581         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
6582         (fold_loop_internal_call): ... this.
6583         (vect_loop_dist_alias_call): New function.
6584         (set_uid_loop_bbs): Call fold_loop_internal_call.
6585         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
6586         internal calls.
6588 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6590         PR target/81300
6591         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
6592         Require dead FLAGS_REG at the beginning of a peephole.
6594 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6596         PR target/81294
6597         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
6598         arguments in the call to __builtin_ia32_sbb_u32.
6599         (_subborrow_u64): Swap _X and _Y arguments in the call to
6600         __builtin_ia32_sbb_u64.
6602 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
6604         PR debug/81278
6605         * tree-vrp.c (compare_assert_loc): Turn into a function template
6606         with stable template parameter.  Only test if a->e is NULL,
6607         !a->e == !b->e has been verified already.  Use e == NULL or
6608         e != NULL instead of e or ! e tests.  If stable is true, don't use
6609         iterative_hash_expr, on the other side allow a or b or both NULL
6610         and sort the NULLs last.
6611         (process_assert_insertions): Sort using compare_assert_loc<false>
6612         instead of compare_assert_loc, later sort using
6613         compare_assert_loc<true> before calling process_assert_insertions_for
6614         in a loop.  Use break instead of continue once seen NULL pointer.
6616 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6618         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
6619         Cortex-R7 and Cortex-R8 processors.
6621 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6623         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
6624         uninitialized while src is not.
6626 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
6628         * common/config/arm/arm-common.c: Adjust include path for
6629         arm-cpu-cdata.h
6630         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
6631         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
6632         (arm-cpu-data.h): Likewise.
6633         (arm-cpu-cdata.h): Likewise.
6634         * config/arm/arm-cpu.h: Delete.
6635         * config/arm/arm-cpu-cdata.h: Delete.
6636         * config/arm/arm-cpu-data.h: Delete.
6638 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
6640         * config/arm/arm-cpus.in (cortex-a55): New.
6641         (cortex-a75): Likewise.
6642         (cortex-a75.cortex-a55): Likewise.
6643         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
6644         cortex-a75.
6645         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
6646         * config/arm/arm-cpu-cdata.h: Regenerate.
6647         * config/arm/arm-cpu-data.h: Regenerate.
6648         * config/arm/arm-cpu.h: Regenerate.
6649         * config/arm/arm-tables.opt: Regenerate.
6650         * config/arm/arm-tune.md: Regenerate.
6652 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6654         * haifa-sched.c (sched_create_recovery_edges): Update profile.
6656 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6658         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
6659         probability.
6661 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
6663         PR tree-optimization/81292
6664         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
6665         full_string_p, also call adjust_related_strinfos if the adjustment
6666         is simple, otherwise invalidate related strinfos.
6668 2017-07-04  Martin Liska  <mliska@suse.cz>
6670         PR sanitizer/81040
6671         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
6672         newly created variable as DECL_IGNORED_P.
6674 2017-07-04  Martin Liska  <mliska@suse.cz>
6676         PR ipa/81293
6677         * ipa-inline.c (inline_small_functions):
6678         Use xstrdup_for_dump.
6680 2017-07-04  Tom de Vries  <tom@codesourcery.com>
6682         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
6684 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6686         PR target/81033
6687         * config/darwin.c (darwin_function_switched_text_sections):
6688         Fix spaces.
6690 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
6692         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
6694 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6696         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
6698 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6700         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
6701         min_profitable_iters, and th as inclusive lower bounds.
6702         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
6703         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
6704         for min_profitable_iters and min_profitable_estimate.
6705         (vect_transform_loop): Treat th as an inclusive lower bound.
6706         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
6708 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6710         PR target/81033
6711         * config/darwin.c (darwin_function_switched_text_sections):
6712         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
6713         in two pieces, and suppress the use of buf.
6715 2017-07-03  Nathan Sidwell  <nathan@acm.org>
6717         * hash-table.h (hash_table_mod1): Fix indentation.
6719 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6721         PR middle-end/81290
6722         * predict.c (force_edge_cold): Be more careful about propagation
6723         backward.
6724         * profile-count.h (profile_probability::guessed,
6725         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
6726         New.
6727         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
6729 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
6731         * doc/invoke.texi (rcpc architecture extension): Document it.
6733 2017-07-03  Richard Biener  <rguenther@suse.de>
6735         PR tree-optimization/60510
6736         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
6737         the scalar reduction PHI and use it.
6738         (vectorizable_reduction): Properly guard the single_defuse_cycle
6739         path for non-SLP reduction chains where we cannot use it.
6740         Rework reduc_def/index and vector type deduction.  Rework
6741         vector operand gathering during reduction op code-gen.
6742         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
6743         chains dissolve the chain and leave it to non-SLP reduction
6744         handling.
6746 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6748         * tree-data-ref.h (dr_alignment): Declare.
6749         * tree-data-ref.c (dr_alignment): New function.
6750         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
6751         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
6752         set it.
6753         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
6755 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6757         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
6758         and base_misalignment fields.
6759         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
6760         * tree-data-ref.c: Include builtins.h.
6761         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
6762         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
6763         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
6764         * tree-vect-data-refs.c: Include tree-cfg.h.
6765         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
6766         fields instead of calculating an alignment here.
6767         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
6768         innermost_loop_behavior fields.
6770 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6772         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
6773         field.
6774         (DR_STEP_ALIGNMENT): New macro.
6775         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
6776         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
6777         (create_data_ref): Print it.
6778         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
6779         to tell whether the step preserves vector (mis)alignment.
6780         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6781         Move the check for an integer step and generalise to all INTEGER_CST.
6782         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
6783         Print the outer step alignment.
6785 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6787         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
6788         with offset_alignment.
6789         (DR_ALIGNED_TO): Delete.
6790         (DR_OFFSET_ALIGNMENT): New macro.
6791         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
6792         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
6793         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
6794         (create_data_ref): Likewise.
6795         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6796         (vect_analyze_data_refs): Likewise.
6797         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
6798         creating dummy innermost behavior.
6800 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6802         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
6803         with a "innermost_loop_behavior *" and refeence tree.
6804         * tree-data-ref.c (dr_analyze_innermost): Likewise.
6805         (create_data_ref): Update call accordingly.
6806         * tree-predcom.c (find_looparound_phi): Likewise.
6808 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6810         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
6811         fields with dr_wrt_vec_loop.
6812         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
6813         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
6814         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
6815         (vect_dr_behavior): New function.
6816         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6817         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
6818         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
6819         track whether the step preserves the misalignment.
6820         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6821         Use vect_dr_behavior.
6822         (vect_setup_realignment): Update call accordingly.
6823         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
6824         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
6825         call to vect_create_addr_base_for_vector_ref.
6826         (vect_create_cond_for_align_checks): Likewise.
6827         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
6828         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
6829         (vect_recog_mask_conversion_pattern): Likewise.
6830         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
6831         (new_stmt_vec_info): Remove redundant zeroing.
6833 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6835         * common/config/arm/arm-common.c (arm_be8_option): New function.
6836         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
6837         (ISA_ARMv6): Add isa_bit_be8.
6838         * config/arm/arm.h (arm_be8_option): Add prototype.
6839         (BE8_SPEC_FUNCTION): New define.
6840         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
6841         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
6842         (mlittle-endian): Similarly.
6843         (mbe8, mbe32): New options.
6844         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
6845         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
6847 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6849         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
6851 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6853         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
6854         (cleanup_tree_cfg_bb): Use it.
6855         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
6856         New functions.
6857         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
6859 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6861         PR bootstrap/81285
6862         * loop-doloop.c (add_test): Update profile.
6864 2017-07-03  Martin Liska  <mliska@suse.cz>
6866         PR sanitize/81040
6867         * sanopt.c (rewrite_usage_of_param): New function.
6868         (sanitize_rewrite_addressable_params): Likewise.
6869         (pass_sanopt::execute): Call rewrite_usage_of_param.
6871 2017-07-03  Richard Biener  <rguenther@suse.de>
6873         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
6874         back to using VIEW_CONVERT_EXPR.
6876 2017-07-03  Martin Liska  <mliska@suse.cz>
6878         PR other/78366
6879         * doc/extend.texi: Document when a resolver function is
6880         generated for target_clones.
6882 2017-07-03  Martin Liska  <mliska@suse.cz>
6884         * asan.c (asan_emit_stack_protection): Unpoison just red zones
6885         and shadow memory of auto variables which are subject of
6886         use-after-scope sanitization.
6887         (asan_expand_mark_ifn): Add do set only when is_poison.
6889 2016-07-03  Richard Biener  <rguenther@suse.de>
6891         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
6892         reduction PHIs.
6893         (vect_force_simple_reduction): Record reduction def -> phi mapping.
6894         (vectorizable_reduction): Perform reduction PHI creation when
6895         visiting a reduction PHI and adjust and simplify code generation
6896         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
6897         (vect_transform_loop): Visit reduction PHIs.
6898         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
6899         defs into the SLP tree.
6900         (vect_build_slp_tree): Reduction defs terminate the recursion.
6901         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
6902         of reduction defs.
6903         (vect_get_vec_defs_for_stmt_copy): Export.
6904         (vect_get_vec_defs): Likewise.
6905         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
6906         purpose.
6907         (vect_get_vec_defs_for_stmt_copy): Declare.
6908         (vect_get_vec_defs): Likewise.
6910 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6912         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
6913         parameter with a "loop" parameter and use it instead of the
6914         loop containing DR_STMT.  Don't check simple_iv when doing
6915         BB analysis.  Describe the two analysis modes in the comment.
6917 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6919         PR tree-optimization/69468
6920         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
6921         (find_same_succ_bb): Handle ignore_edge_flags.
6923 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6925         PR tree-optimization/81192
6926         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
6927         hash.
6928         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
6929         differs.
6930         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
6932 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6934         PR tree-optimization/81192
6935         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
6936         BB_SAME_SUCC (bb) == NULL.
6938 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6940         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
6941         consistency.
6943 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6945         * dumpfile.c: Include profile-count.h
6946         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
6947         update profile.
6948         (insert_cond_bb): Update profile.
6949         * tree-cfg.h (insert_cond_bb): Update prototype.
6950         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
6951         * tree-dump.c: Do not include tree-cfg.
6953 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6955         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
6957 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6959         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
6960         bb.
6962 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6964         * tree-complex.c (expand_complex_div_wide): update profile.
6966 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6967             Alan Hayward  <alan.hayward@arm.com>
6968             David Sherwood  <david.sherwood@arm.com>
6970         * Makefile.in (MACHMODE_H): Remove insn-modes.h
6971         (CORETYPES_H): New define.
6972         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
6973         (insn-modes-inline.h, s-modes-inline-h): New rules.
6974         (generated_files): Add insn-modes-inline.h.
6975         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
6976         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
6977         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
6978         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
6979         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
6980         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
6981         (build/gencodes.o, build/genconditions.o): Likewise.
6982         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
6983         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
6984         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
6985         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
6986         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
6987         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
6988         * coretypes.h: Include everything up to real.h for generators.
6989         Include insn-modes.h first.  Include wide-int-print.h after
6990         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
6991         * machmode.h: Don't include insn-modes.h here.
6992         * function-tests.c: Remove includes of signop.h, machmode.h,
6993         double-int.h and wide-int.h.
6994         * rtl.h: Likewise.
6995         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
6996         and wide-int.h.
6997         * optc-save-gen.awk: Likewise.
6998         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
6999         * godump.c: Remove include of wide-int-print.h.
7000         * pretty-print.h: Likewise.
7001         * wide-int-print.cc: Likewise.
7002         * wide-int.cc: Likewise.
7003         * hash-map-tests.c: Remove include of signop.h.
7004         * hash-set-tests.c: Likewise.
7005         * rtl-tests.c: Likewise.
7006         * mkconfig.sh: Remove include of machmode.h.
7007         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
7008         into...
7009         (emit_insn_modes_inline_h): ...this new function.  Emit the code
7010         into an insn-modes-inline.h header file, adding appropriate
7011         include guards and end comments.
7012         (emit_insn_modes_c_header): Remove include of machmode.h.
7013         (emit_min_insn_modes_c_header): Include coretypes.h rather than
7014         machmode.h.
7015         (main): Handle -i flag and call emit_insn_modes_inline_h when
7016         it is passed.
7018 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
7020         * tree-ssa-strlen.c (strinfo): Rename the length field to
7021         nonzero_chars.  Add a full_string_p field.
7022         (compare_nonzero_chars, zero_length_string_p): New functions.
7023         (get_addr_stridx): Add an offset_out parameter.
7024         Use compare_nonzero_chars.
7025         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
7026         (new_strinfo): Update after above changes to strinfo.
7027         (set_endptr_and_length): Set full_string_p.
7028         (get_string_length): Update after above changes to strinfo.
7029         (unshare_strinfo): Update call to new_strinfo.
7030         (maybe_invalidate): Likewise.
7031         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
7032         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
7033         as a uhwi instead of an shwi.  Update after above changes to
7034         strinfo and new_strinfo.
7035         (zero_length_string): Assert that chainsi contains full strings.
7036         Use zero_length_string_p.  Update call to new_strinfo.
7037         (adjust_related_strinfos): Update after above changes to strinfo.
7038         Copy full_string_p from origsi.
7039         (adjust_last_stmt): Use zero_length_string_p.
7040         (handle_builtin_strlen): Update after above changes to strinfo and
7041         new_strinfo.  Install the lhs as the string length if the previous
7042         entry didn't describe a full string.
7043         (handle_builtin_strchr): Update after above changes to strinfo
7044         and new_strinfo.
7045         (handle_builtin_strcpy): Likewise.
7046         (handle_builtin_strcat): Likewise.
7047         (handle_builtin_malloc): Likewise.
7048         (handle_pointer_plus): Likewise.
7049         (handle_builtin_memcpy): Likewise.  Track nonzero characters
7050         that aren't necessarily followed by a nul terminator.
7051         (handle_char_store): Likewise.
7053 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
7055         PR tree-optimization/80769
7056         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
7057         for malloc and calloc.  Document the new invariant that all related
7058         strinfos have delayed lengths or none do.
7059         (verify_related_strinfos): Move earlier in file.
7060         (set_endptr_and_length): New function, split out from...
7061         (get_string_length): ...here.  Also set the lengths of related
7062         strinfos.
7063         (zero_length_string): Assert that chainsi has known (rather than
7064         delayed) lengths.
7065         (adjust_related_strinfos): Likewise.
7067 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
7069         PR tree-optimization/81136
7070         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
7071         assert that two references with the same misalignment have the same
7072         compile-time misalignment if those compile-time misalignments
7073         are known.
7075 2017-07-01  Andi Kleen  <ak@linux.intel.com>
7077         * print-tree.c (print_node): Print all attributes.
7079 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7081         * cfg.c (scale_bbs_frequencies): New function.
7082         * cfg.h (scale_bbs_frequencies): Declare it.
7083         * cfgloopanal.c (single_likely_exit): Cleanup.
7084         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
7085         as parameter.
7086         (scale_loop_profile): Likewise.
7087         (loop_version): Likewise.
7088         (create_empty_loop_on_edge): Update.
7089         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
7090         scale_loop_frequencies, scale_loop_profile, loopify,
7091         loop_version): Update prototypes.
7092         * modulo-sched.c (sms_schedule): Update.
7093         * predict.c (unlikely_executed_edge_p): Also check probability.
7094         (probably_never_executed_edge_p): Fix typo.
7095         * tree-if-conv.c (version_loop_for_if_conversion): Update.
7096         * tree-parloops.c (gen_parallel_loop): Update.
7097         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
7098         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7099         * tree-ssa-loop-split.c (split_loop): Update.
7100         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7101         * tree-vect-loop-manip.c (vect_do_peeling): Update.
7102         (vect_loop_versioning): Update.
7103         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7105 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7107         * trans-mem.c (split_bb_make_tm_edge): Update profile.
7109 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7111         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
7112         to keep profile consistent.
7114 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7116         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
7117         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
7118         * profile-count.h (max_safe_multiplier): Make unsigned.
7119         (profile_count::guessed_zero): New.
7121 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7123         * bb-reorder.c (fix_up_crossing_landing_pad,
7124         fix_crossing_conditional_branches): Use make_single_succ_edge
7125         to keep profile consistent.
7127 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7129         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
7130         to update profile.
7132 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
7134         PR sanitizer/81262
7135         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
7136         the right scopes, make sure cond_jump isn't preserved between multiple
7137         iterations.  Search for fallthru edge whenever there are 3+ edges and
7138         use find_fallthru_edge for it.
7140 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7142         Patch by Alexander Monakov <amonakov@ispras.ru>
7143         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
7144         probabilities consistently.
7146 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7148         * pa.c (pa_expand_compare_and_swap_loop): Update call of
7149         emit_cmp_and_jump_insns.
7151 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7153         PR ipa/81261
7154         * tree-inline.c (expand_call_inline): Combine profile statuses.
7156 2017-06-30  Andrew Pinski  <apinski@cavium.com>
7158         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
7159         fold_stmt returned true.
7161 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7163         * ggc.h (empty_string): Delete.
7164         * cfgexpand.c (expand_asm_stmt): Use plain "".
7165         * optabs.c (expand_asm_memory_barrier): Likewise.
7166         * stringpool.c (empty_string): Delete.
7167         (digit_vector, digit_string): Delete.
7168         (ggc_alloc_string): Use plain "", don't optimize single digit
7169         strings.  Use ggc_alloc_atomic.
7171 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
7173         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
7174         comparison set and one other set, use the cost of the non-comparison
7175         set.
7177 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7179         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
7180         some formatting.
7182 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
7184         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
7185         loops.  Remove now unneeded calls to gimple_switch_set_label() that
7186         just set removed labels to NULL_TREE.
7188 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
7190         * tree-ssanames.c (set_range_info_raw): Abstract from ...
7191         (set_range_info): ...here.  Only call set_range_info_raw if domain
7192         is useful.
7193         (set_nonzero_bits): Call set_range_info_raw.
7194         * tree-ssanames.h (set_range_info_raw): New.
7196 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
7198         PR target/81225
7199         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
7200         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
7201         of nonimmediate_operand and <store_mask_constraint> instead of m
7202         for the input operand.  For V8FI iterator, always split if input
7203         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
7204         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
7205         <store_mask_predicate> instead of register_operand and
7206         <store_mask_constraint> instead of v for the input operand.  Make
7207         sure both operands aren't MEMs for if not <mask_applied>.
7209 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
7211         * lto-wrapper.c (copy_file) Close both file descriptors before
7212         exiting normally.
7214 2017-06-30  Martin Liska  <mliska@suse.cz>
7216         PR ipa/81214
7217         * multiple_target.c (create_dispatcher_calls): Make ifunc
7218         also for function that don't have calls or are not referenced.
7220 2017-06-30  Richard Biener  <rguenther@suse.de>
7222         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
7223         analyze the first scalar stmt.  Move vector type computation
7224         for the BB case here from ...
7225         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
7226         live operation processing in the SLP case properly.
7228 2017-06-30  Richard Biener  <rguenther@suse.de>
7230         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
7232 2017-06-30  Martin Liska  <mliska@suse.cz>
7234         PR sanitizer/81021
7235         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
7236         before BUILT_IN_UNWIND_RESUME when ASAN is used.
7238 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
7240         * doc/invoke.texi (AArch64): Add missing options and remove redundant
7241         ones.
7243 2017-06-30  Richard Biener  <rguenther@suse.de>
7245         PR tree-optimization/81249
7246         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
7247         condition reduction result to original scalar type.
7249 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7251         * profile-count.h (enum profile_quality): Fix typos and whitespace
7252         issues.
7254 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7256         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
7257         type for branch probabilities.
7259 2017-06-29  Julian Brown  <julian@codesourcery.com>
7260             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7262         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
7263         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
7264         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
7265         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
7267 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7269         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
7270         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
7271         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
7272         CC usage from generic code to here.
7273         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
7274         CC usage into the target macros.
7276 2017-06-29  Maya Rashish  <coypu@sdf.org>
7278         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
7279         objects.
7281 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7283         * arm/arm-builtins.c: Include profile-count.h
7284         * except.c (sjlj_emit_function_enter): Use
7285         profile_probability::unlikely.
7287 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
7289         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
7290         and tocrel_offset be pointer args rather than implicitly using
7291         static versions.
7292         (legitimate_constant_pool_address_p, rs6000_emit_move,
7293         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
7294         tocrel_offset and use in toc_relative_expr_p call.
7295         (print_operand, print_operand_address): Use static tocrel_base_oac
7296         and tocrel_offset_oac.
7297         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
7298         tocrel_offset_oac.
7300 2017-06-29  Maya Rashish  <coypu@sdf.org>
7302         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
7304 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
7306         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
7307         objects, take into account only the alignment of 'op0' and 'mode1' if
7308         'op0' is a MEM.
7310 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
7312         * ccmp.c (ccmp_tree_comparison_p): New function.
7313         (ccmp_candidate_p): Update to use above function.
7314         (get_compare_parts): New function.
7315         (expand_ccmp_next): Update to use new functions.
7316         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
7317         new functions.
7318         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
7319         take mode as argument.
7320         * ccmp.h (expand_ccmp_expr): Add mode as argument.
7321         * expr.c (expand_expr_real_1): Pass mode as argument.
7323 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
7325         * combine.c (combine_instructions): Print insns to dump_file, together
7326         with their costs.
7328 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7330         * asan.c (asan_emit_stack_protection): Update.
7331         (create_cond_insert_point): Update.
7332         * auto-profile.c (afdo_propagate_circuit): Update.
7333         * basic-block.h (struct edge_def): Turn probability to
7334         profile_probability.
7335         (EDGE_FREQUENCY): Update.
7336         * bb-reorder.c (find_traces_1_round): Update.
7337         (better_edge_p): Update.
7338         (sanitize_hot_paths): Update.
7339         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
7340         (make_single_succ_edge): Update.
7341         (check_bb_profile): Update.
7342         (dump_edge_info): Update.
7343         (update_bb_profile_for_threading): Update.
7344         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
7345         probabilitycount to 0.
7346         * cfgbuild.c (compute_outgoing_frequencies): Update.
7347         * cfgcleanup.c (try_forward_edges): Update.
7348         (outgoing_edges_match): Update.
7349         (try_crossjump_to_edge): Update.
7350         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
7351         (expand_gimple_tailcall): Update.
7352         (construct_init_block): Use make_single_succ_edge.
7353         (construct_exit_block): Use make_single_succ_edge.
7354         * cfghooks.c (verify_flow_info): Update.
7355         (redirect_edge_succ_nodup): Update.
7356         (split_edge): Update.
7357         (account_profile_record): Update.
7358         * cfgloopanal.c (single_likely_exit): Update.
7359         * cfgloopmanip.c (scale_loop_profile): Update.
7360         (set_zero_probability): Remove.
7361         (duplicate_loop_to_header_edge): Update.
7362         * cfgloopmanip.h (loop_version): Update prototype.
7363         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
7364         (force_nonfallthru_and_redirect): Update.
7365         (update_br_prob_note): Update.
7366         (rtl_verify_edges): Update.
7367         (purge_dead_edges): Update.
7368         (rtl_lv_add_condition_to_bb): Update.
7369         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
7370         * cgraphunit.c (init_lowered_empty_function): Update.
7371         (cgraph_node::expand_thunk): Update.
7372         * cilk-common.c: Include profile-count.h
7373         * dojump.c (inv): Remove.
7374         (jumpifnot): Update.
7375         (jumpifnot_1): Update.
7376         (do_jump_1): Update.
7377         (do_jump): Update.
7378         (do_jump_by_parts_greater_rtx): Update.
7379         (do_compare_rtx_and_jump): Update.
7380         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
7381         do_jump_1. do_compare_rtx_and_jump): Update prototype.
7382         * dwarf2cfi.c: Include profile-count.h
7383         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
7384         (sjlj_emit_dispatch_table): Likewise.
7385         * explow.c: Include profile-count.h
7386         * expmed.c (emit_store_flag_force): Update.
7387         (do_cmp_and_jump): Update.
7388         * expr.c (compare_by_pieces_d::generate): Update.
7389         (compare_by_pieces_d::finish_mode): Update.
7390         (emit_block_move_via_loop): Update.
7391         (store_expr_with_bounds): Update.
7392         (store_constructor): Update.
7393         (expand_expr_real_2): Update.
7394         (expand_expr_real_1): Update.
7395         * expr.h (try_casesi, try_tablejump): Update prototypes.
7396         * gimple-pretty-print.c (dump_probability): Update.
7397         (dump_profile): New.
7398         (dump_gimple_label): Update.
7399         (dump_gimple_bb_header): Update.
7400         * graph.c (draw_cfg_node_succ_edges): Update.
7401         * hsa-gen.c (convert_switch_statements): Update.
7402         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
7403         (find_if_case_1): Update.
7404         (find_if_case_2): Update.
7405         * internal-fn.c (expand_arith_overflow_result_store): Update.
7406         (expand_addsub_overflow): Update.
7407         (expand_neg_overflow): Update.
7408         (expand_mul_overflow): Update.
7409         (expand_vector_ubsan_overflow): Update.
7410         * ipa-cp.c (good_cloning_opportunity_p): Update.
7411         * ipa-split.c (split_function): Use make_single_succ_edge.
7412         * ipa-utils.c (ipa_merge_profiles): Update.
7413         * loop-doloop.c (add_test): Update.
7414         (doloop_modify): Update.
7415         * loop-unroll.c (compare_and_jump_seq): Update.
7416         (unroll_loop_runtime_iterations): Update.
7417         * lra-constraints.c (lra_inheritance): Update.
7418         * lto-streamer-in.c (input_cfg): Update.
7419         * lto-streamer-out.c (output_cfg): Update.
7420         * mcf.c (adjust_cfg_counts): Update.
7421         * modulo-sched.c (sms_schedule): Update.
7422         * omp-expand.c (expand_omp_for_init_counts): Update.
7423         (extract_omp_for_update_vars): Update.
7424         (expand_omp_ordered_sink): Update.
7425         (expand_omp_for_ordered_loops): Update.
7426         (expand_omp_for_generic): Update.
7427         (expand_omp_for_static_nochunk): Update.
7428         (expand_omp_for_static_chunk): Update.
7429         (expand_cilk_for): Update.
7430         (expand_omp_simd): Update.
7431         (expand_omp_taskloop_for_outer): Update.
7432         (expand_omp_taskloop_for_inner): Update.
7433         * omp-simd-clone.c (simd_clone_adjust): Update.
7434         * optabs.c (expand_doubleword_shift): Update.
7435         (expand_abs): Update.
7436         (emit_cmp_and_jump_insn_1): Update.
7437         (expand_compare_and_swap_loop): Update.
7438         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
7439         * predict.c (predictable_edge_p): Update.
7440         (edge_probability_reliable_p): Update.
7441         (set_even_probabilities): Update.
7442         (combine_predictions_for_insn): Update.
7443         (combine_predictions_for_bb): Update.
7444         (propagate_freq): Update.
7445         (estimate_bb_frequencies): Update.
7446         (force_edge_cold): Update.
7447         * profile-count.c (profile_count::dump): Add missing space into dump.
7448         (profile_count::debug): Add newline.
7449         (profile_count::differs_from_p): Explicitly convert to unsigned.
7450         (profile_count::stream_in): Update.
7451         (profile_probability::dump): New member function.
7452         (profile_probability::debug): New member function.
7453         (profile_probability::differs_from_p): New member function.
7454         (profile_probability::differs_lot_from_p): New member function.
7455         (profile_probability::stream_in): New member function.
7456         (profile_probability::stream_out): New member function.
7457         * profile-count.h (profile_count_quality): Rename to ...
7458         (profile_quality): ... this one.
7459         (profile_probability): New.
7460         (profile_count): Update.
7461         * profile.c (compute_branch_probabilities): Update.
7462         * recog.c (peep2_attempt): Update.
7463         * sched-ebb.c (schedule_ebbs): Update.
7464         * sched-rgn.c (find_single_block_region): Update.
7465         (compute_dom_prob_ps): Update.
7466         (schedule_region): Update.
7467         * sel-sched-ir.c (compute_succs_info): Update.
7468         * stmt.c (struct case_node): Update.
7469         (do_jump_if_equal): Update.
7470         (get_outgoing_edge_probs): Update.
7471         (conditional_probability): Update.
7472         (emit_case_dispatch_table): Update.
7473         (expand_case): Update.
7474         (expand_sjlj_dispatch_table): Update.
7475         (emit_case_nodes): Update.
7476         * targhooks.c: Update.
7477         * tracer.c (better_p): Update.
7478         (find_best_successor): Update.
7479         * trans-mem.c (expand_transaction): Update.
7480         * tree-call-cdce.c: Update.
7481         * tree-cfg.c (gimple_split_edge): Upate.
7482         (move_sese_region_to_fn): Upate.
7483         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
7484         * tree-eh.c (lower_resx): Upate.
7485         (cleanup_empty_eh_move_lp): Upate.
7486         * tree-if-conv.c (version_loop_for_if_conversion): Update.
7487         * tree-inline.c (copy_edges_for_bb): Update.
7488         (copy_cfg_body): Update.
7489         * tree-parloops.c (gen_parallel_loop): Update.
7490         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
7491         (gimple_gen_time_profiler): Update.
7492         * tree-ssa-dce.c (remove_dead_stmt): Update.
7493         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
7494         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
7495         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
7496         (unloop_loops): Update.
7497         (try_peel_loop): Update.
7498         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7499         * tree-ssa-loop-split.c (connect_loops): Update.
7500         (split_loop): Update.
7501         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7502         (hoist_guard): Update.
7503         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
7504         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
7505         (value_replacement): Update.
7506         * tree-ssa-reassoc.c (branch_fixup): Update.
7507         * tree-ssa-tail-merge.c (replace_block_by): Update.
7508         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
7509         (create_edge_and_update_destination_phis): Update.
7510         (compute_path_counts): Update.
7511         (recompute_probabilities): Update.
7512         (update_joiner_offpath_counts): Update.
7513         (freqs_to_counts_path): Update.
7514         (duplicate_thread_path): Update.
7515         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
7516         (struct switch_conv_info): Update.
7517         (gen_inbound_check): Update.
7518         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
7519         (vect_do_peeling): Update.
7520         (vect_loop_versioning): Update.
7521         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7522         (optimize_mask_stores): Update.
7523         * ubsan.c (ubsan_expand_null_ifn): Update.
7524         * value-prof.c (gimple_divmod_fixed_value): Update.
7525         (gimple_divmod_fixed_value_transform): Update.
7526         (gimple_mod_pow2): Update.
7527         (gimple_mod_pow2_value_transform): Update.
7528         (gimple_mod_subtract): Update.
7529         (gimple_mod_subtract_transform): Update.
7530         (gimple_ic): Update.
7531         (gimple_stringop_fixed_value): Update.
7532         (gimple_stringops_transform): Update.
7533         * value-prof.h: Update.
7535 2017-06-29  Carl Love  <cel@us.ibm.com>
7537         * config/rs6000/rs6000-c.c: Add support for built-in functions
7538         vector signed int vec_signed (vector float);
7539         vector signed long long vec_signed (vector double);
7540         vector signed int vec_signed2 (vector double, vector double);
7541         vector signed int vec_signede (vector double);
7542         vector signed int vec_signedo (vector double);
7543         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
7544         instruction generator.
7545         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7546         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
7547         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
7548         Add define_insn.
7549         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
7550         vunsignede_v2df): Add define_expands.
7551         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
7552         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
7553         VEC_UNSIGNEDO): Add definitions.
7554         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7555         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
7556         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
7557         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
7558         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
7559         * config/rs6000/altivec.h (vec_signed, vec_signed2,
7560         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
7561         vec_unsignede, vec_unsignedo): Add builtin defines.
7562         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
7563         declaration.
7564         * doc/extend.texi: Update the built-in documentation file for the
7565         new built-in functions.
7567 2017-06-29  Richard Biener  <rguenther@suse.de>
7569         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
7570         reduction chains to LOOP_VINFO_REDUCTIONS.
7571         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
7572         SLP reductions after processing reduction chains.
7574 2017-06-29  Nathan Sidwell  <nathan@acm.org>
7576         * builtins.c (fold_builtin_FUNCTION): Use
7577         lang_hooks.decl_printable_name.
7579 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
7581         PR middle-end/81194
7582         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
7583         with only one label.
7584         * stmt.c (expand_case): Assert NCASES is greater than one.
7586 2017-06-29  Richard Biener  <rguenther@suse.de>
7588         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
7589         anything.
7590         (group_case_labels): Likewise.
7591         (find_taken_edge): Push sanity checking on val to workers...
7592         (find_taken_edge_cond_expr): ... here
7593         (find_taken_edge_switch_expr): ... and here, handle cases
7594         with just a default label.
7595         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
7596         (group_case_labels): Likewise.
7597         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
7598         group_case_labels does anything cleanup the CFG again.
7600 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
7602         PR tree-optimization/81196
7603         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
7604         exit condition comparing two IVs.
7606 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
7608         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
7609         profile to the dummy entry at the end of the list of architectures.
7610         * config/arm/arm-cpu-cdata.h: Regenerated.
7612 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7613             Michael Collison <michael.collison@arm.com>
7615         PR target/70119
7616         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
7617         New pattern.
7618         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
7619         (*aarch64_reg_<mode>3_minus_mask): New pattern.
7620         (*aarch64_<optab>_reg_di3_mask2): New pattern.
7621         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
7622         of shift when the shift amount is masked with constant equal to
7623         the size of the mode.
7624         * config/aarch64/predicates.md (subreg_lowpart_operator): New
7625         predicate.
7627 2017-06-29  Martin Liska  <mliska@suse.cz>
7629         * config/i386/i386.opt: Change range from [1,5] to [0,5].
7631 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
7633         PR bootstrap/80565
7634         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
7635         code.
7636         * ipa-inline.h
7637         (edge_growth_cache_entry::edge_growth_cache_entry): New
7638         function.
7639         (reset_edge_growth_cache): Update to use constructor.
7641 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7643         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
7644         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7645         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7647 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
7649         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
7650         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
7652 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7654         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
7655         (*-linux-uclibc*): Add t-uclibc tmake_file.
7656         * config/t-musl: New.
7657         * config/t-uclibc: New.
7659 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
7661         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
7662         context.
7663         (gen_comm_data): Emit architectural setting of arch_prof.
7664         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
7665         profile.
7666         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
7667         (armv8-m.base, armv8-m.main): Likewise.
7668         * arm-protos.h (arm_build_target): Add profile field.
7669         (arch_option): Likewise.
7670         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
7671         the active target.
7672         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
7673         arm_active_target.profile.
7675 2017-06-28  Richard Biener  <rguenther@suse.de>
7677         PR middle-end/81227
7678         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
7679         TYPE_OVERFLOW_WRAPS.
7680         * match.pd (negate_expr_p): Likewise.
7681         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
7682         fold_build2, not fold_binary.
7684 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7686         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
7687         Convert memory address to Pmode.
7688         (aarch64_print_operand): Assert MEM operands are always Pmode.
7690 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7692         PR target/79665
7693         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
7694         Remove redundant if.
7695         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
7696         * config/arm/aarch-common-protos.h
7697         (aarch_forward_to_shift_is_not_shifted_re): Remove.
7698         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
7700 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
7702         PR ipa/81238
7703         * multiple_target.c (create_dispatcher_calls): Set the default
7704         clone to be static, not public.
7706 2017-06-28  Richard Biener  <rguenther@suse.de>
7708         * tree-vect-loop.c (vectorizable_reduction): Move special
7709         cond reduction IV var creation ...
7710         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
7711         parameter.  Use STMT_VINFO_VECTYPE.
7712         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
7713         constant_p.
7715 2017-06-28  Martin Liska  <mliska@suse.cz>
7717         PR ipa/81128
7718         * ipa-visibility.c (non_local_p): Handle visibility.
7720 2017-06-28  Martin Liska  <mliska@suse.cz>
7722         PR driver/79659
7723         * common.opt: Add IntegerRange to various options.
7724         * opt-functions.awk (integer_range_info): New function.
7725         * optc-gen.awk: Add integer_range_info to cl_options struct.
7726         * opts-common.c (decode_cmdline_option): Handle
7727         CL_ERR_INT_RANGE_ARG.
7728         (cmdline_handle_error): Likewise.
7729         * opts.c (print_filtered_help): Show valid interval in
7730         when --help is provided.
7731         * opts.h (struct cl_option): Add range_min and range_max fields.
7732         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
7734 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
7736         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
7737         (x * C EQ/NE y * C): New transformation.
7739 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
7741         * genmultilib (combination_space): Accept '+' in option names.
7743 2017-06-28  Martin Liska  <mliska@suse.cz>
7745         PR sanitizer/81224
7746         * asan.c (instrument_derefs): Bail out inner references
7747         that are hard register variables.
7749 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
7751         PR target/81175
7752         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
7753         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
7755 2017-06-28  Richard Biener  <rguenther@suse.de>
7757         * tree-vectorizer.h (vect_get_vec_defs): Remove.
7758         (vect_get_slp_defs): Adjust.
7759         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
7760         out from ...
7761         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
7762         simplify.
7763         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
7764         get_initial_defs_for_reduction instead of vect_get_vec_defs.
7765         (vectorizable_reduction): Adjust.
7766         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
7767         handling.
7768         (vect_get_slp_defs): Likewise.
7769         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
7770         (vectorizable_bswap): Adjust.
7771         (vectorizable_call): Likewise.
7772         (vectorizable_conversion): Likewise.
7773         (vectorizable_assignment): Likewise.
7774         (vectorizable_shift): Likewise.
7775         (vectorizable_operation): Likewise.
7776         (vectorizable_store): Likewise.
7777         (vectorizable_condition): Likewise.
7778         (vectorizable_comparison): Likewise.
7780 2017-06-28  Michael Collison  <michael.collison@arm.com>
7782         PR target/68535
7783         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
7784         set of base_reg
7785         (arm_gen_movmemqi): Removed unused variable 'i'.
7786         Convert 'for' loop into 'while' loop.
7787         (arm_expand_prologue): Remove last unnecessary set of insn.
7788         (thumb_pop): Remove unused variable 'pushed_words'.
7789         (thumb_exit): Remove last unnecessary set of regs_to_pop.
7791 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7793         * config/s390/predicates.md: Use s390_rel_address_ok_p.
7794         * config/s390/s390-protos.h: Add prototype of
7795         s390_rel_address_ok_p.
7796         * config/s390/s390.c (s390_got_symbol): New function.
7797         (s390_rel_address_ok_p): New function.
7798         (legitimize_pic_address): Use s390_rel_address_ok_p.
7799         (s390_load_got): Use s390_got_symbol.
7800         (s390_option_override): Issue error if
7801         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
7802         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
7803         New macro.
7804         * config/s390/s390.opt: New option mpic-data-is-text-relative.
7806 2017-06-27  Andrew Pinski  <apinski@cavium.com>
7808         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
7809         (X * copysign (1.0, X)): New pattern.
7810         (X * copysign (1.0, -X)): New pattern.
7811         (copysign (-1.0, CST)): New pattern.
7813 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
7815         * genmultilib (combination_space): Remove variable.
7816         Validate reuse rules against regular expression for any sequence
7817         of multilib options in any order.
7819 2017-06-27  Michael Collison  <michael.collison@arm.com>
7821         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
7822         call aarch64_split_simd_combine.
7823         * (aarch64_combine_internal<mode>): Delete pattern.
7824         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
7825         Allow register and subreg operands.
7827 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7829         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
7830         specific need, just fallback on defaults.
7831         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
7833 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7834             Olivier Hainque  <hainque@adacore.com>
7836         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
7837         map for 64bits.
7838         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
7839         targets. Pick a default if no particular attempt applied.
7840         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
7841         larger contexts.
7843 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7845         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
7846         (x86_64-wrs-vxworks7): Likewise.
7848 2017-06-27  Marek Polacek  <polacek@redhat.com>
7850         PR sanitizer/81223
7851         * ubsan.c (instrument_null): Check get_base_address's result for null.
7853 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7855         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
7857 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7859         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
7860         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
7861         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
7862         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
7863         New function types.
7864         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
7865         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
7866         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
7867         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
7868         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
7869         BUILT_IN_FEUPDATEENV): New builtins.
7870         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
7871         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
7872         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
7873         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
7874         macros.
7875         (builtin_structptr_types): Adjust size.
7876         * tree.c (builtin_structptr_types): Add four entries.
7878 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7879             Olivier Hainque  <hainque@adacore.com>
7881         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
7882         (TLS_SYM): New local macro, forcing reference to __tls__ on
7883         link command lines for VxWorks 7 RTPs, triggering initialization
7884         of tlsLib.
7885         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
7886         OS features TLS support, true for RTPs on VxWorks 7.
7887         * config/vxworks.c (vxworks_override_options): Setup emutls
7888         accordingly.
7890 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7892         * predict.c (test_prediction_value_range): Use -1U instead of -1
7893         to avoid narrowing conversion warning.
7894         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
7895         to avoid narrowing conversion warning.
7896         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
7897         -1.
7898         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
7900 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7902         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
7903         64bit configurations.
7904         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
7905         (SIZE_TYPE): Likewise.
7906         * config/vxworks.c (vxworks_emutls_var_fields): Use
7907         long_unsigned_type_node instead of unsigned_type_node as the offset
7908         field type, which is "pointer" mode in emutls.c.
7910 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7912         PR sanitizer/81209
7913         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
7915         PR middle-end/81207
7916         * gimple-fold.c (replace_call_with_call_and_fold): Handle
7917         gimple_vuse copying separately from gimple_vdef copying.
7919 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7921         * value-prof.c (free_hist): Remove call to memset and the enclosing if
7922         condition.
7924 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7925             Olivier Hainque  <hainque@adacore.com>
7927         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
7928         for all vxworks7 targets.
7929         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
7930         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
7931         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
7932         variations for VX6/VX7 and 32/64bits later on in ...
7933         (VXWORKS_LIB_SPEC): Leverage new macros.
7934         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
7935         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
7937 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7939         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
7940         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
7942 2017-06-26  Carl Love  <cel@us.ibm.com>
7944         * config/rs6000/rs6000-c.c: Add support for built-in functions
7945         vector bool char vec_reve (vector bool char);
7946         vector signed char vec_reve (vector signed char);
7947         vector unsigned char vec_reve (vector unsigned char);
7948         vector bool int vec_reve (vector bool int);
7949         vector signed int vec_reve (vector signed int);
7950         vector unsigned int vec_reve (vector unsigned int);
7951         vector bool long long vec_reve (vector bool long long);
7952         vector signed long long vec_reve (vector signed long long);
7953         vector unsigned long long vec_reve (vector unsigned long long);
7954         vector bool short vec_reve (vector bool short);
7955         vector signed short vec_reve (vector signed short);
7956         vector double vec_reve (vector double);
7957         vector float vec_reve (vector float);
7958         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
7959         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
7960         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
7961         (altivec_vreve): New pattern.
7962         * config/rs6000/altivec.h (vec_reve): New define.
7963         * doc/extend.texi (vec_rev): Update the built-in documentation file
7964         for the new built-in functions.
7966 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7968         PR tree-optimization/71815
7969         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
7970         function.
7971         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
7972         has_single_use.
7973         (slsr_process_phi): Likewise.
7974         (replace_uncond_cands_and_profitable_phis): Don't replace a
7975         multiply candidate with a stride of 1 (copy or cast).
7976         (phi_incr_cost): Call uses_consumed_by_stmt rather than
7977         has_single_use.
7978         (lowest_cost_path): Likewise.
7979         (total_savings): Likewise.
7981 2017-06-26  Richard Biener  <rguenther@suse.de>
7983         PR target/81175
7984         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
7985         Use def_builtin_pure for all gather builtins.
7987 2017-06-26  Richard Biener  <rguenther@suse.de>
7989         PR tree-optimization/81203
7990         * tree-tailcall.c (find_tail_calls): Do not move stmts into
7991         non-dominating BBs.
7993 2017-06-26  Marek Polacek  <polacek@redhat.com>
7995         PR c/80116
7996         * doc/invoke.texi: Document -Wmultistatement-macros.
7998 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
8000         * doc/sourcebuild.texi (ARM-specific attributes): Document new
8001         arm_neon_ok_no_float_abi effective target.
8003 2017-06-26  Richard Biener  <rguenther@suse.de>
8005         PR tree-optimization/80928
8006         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
8007         (copy_bbs): Set BB_DUPLICATED flag early.
8008         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
8009         marked blocks.
8010         (execute_on_shrinking_pred): Likewise.
8011         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
8012         BB_DUPLICATED blocks.
8013         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
8014         iterate over all PHIs considering removal of *gsi.
8016 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
8018         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
8019         qdf24xx.
8021 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
8023         * config/rs6000/rs6000-string.c: (expand_block_clear,
8024         do_load_for_compare, select_block_compare_mode,
8025         compute_current_alignment, expand_block_compare,
8026         expand_strncmp_align_check, expand_strn_compare,
8027         expand_block_move, rs6000_output_load_multiple)
8028         Move functions related to string/block move/compare
8029         to a separate file.
8030         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
8031         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
8032         for this function which is now used in two files.
8033         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
8034         * config.gcc: Add rs6000-string.o to extra_objs for
8035         targets powerpc*-*-* and rs6000*-*-*.
8037 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
8039         PR target/80510
8040         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
8041         32-bit, since indexed is not valid for DImode.
8042         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
8043         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
8044         (define_peephole2 for Altivec d-form load): Add 32-bit support.
8045         (define_peephole2 for Altivec d-form store): Likewise.
8047         PR ipa/81185
8048         * multiple_target.c (create_dispatcher_calls): Only create the
8049         dispatcher call if the function is the default clone of a
8050         versioned function.
8052 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
8054         PR middle-end/80902
8055         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
8056         a call, force the call to not be a tail call.
8058 2017-06-23  Jeff Law  <law@redhat.com>
8060         * doc/contrib.texi: Add entry for Steven Pemberton's work on
8061         enquire.
8063 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
8065         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
8066         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
8067         handling for early expansion of vector shifts (sl,sr,sra,rl).
8068         (builtin_function_type): Add vector shift right instructions
8069         to the unsigned argument list.
8071 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
8073         rtl-optimizatoin/79286
8074         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
8075         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
8076         trap.  PIC register plus a const unspec without offset can never trap.
8078 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
8080         * tree.h (builtin_structptr_type): New type.
8081         (builtin_structptr_types): Declare new array.
8082         * tree.c (builtin_structptr_types): New array.
8083         (free_lang_data, build_common_tree_nodes): Use it.
8085 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
8087         PR c++/81187
8088         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
8089         -Wnoexcept.
8091 2017-06-22  Matt Turner  <mattst88@gmail.com>
8093         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
8094         Lake models to skylake case.  Assume skylake for unknown
8095         models with clflushopt.
8097 2017-06-22  Jeff Law  <law@redhat.com>
8099         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
8100         frame sizes that do not satisfy aarch64_uimm12_shift.
8102 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
8104         * profile-count.h (apply_probability,
8105         apply_scale, probability_in): Fix checks for zero.
8107 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8109         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
8110         * doc/cppdiropts.texi (-I @var{dir}): Document it.
8112 2016-06-22  Richard Biener  <rguenther@suse.de>
8114         * tree-vect-loop.c (vect_model_reduction_cost): Handle
8115         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
8116         REDUC_MAX_EXPR support.
8117         (vectorizable_reduction): Likewise.
8118         (vect_create_epilog_for_reduction): Likewise.
8120 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
8122         * match.pd (A / (1 << B) -> A >> B): New.
8123         * generic-match-head.c: Include optabs-tree.h.
8124         * gimple-match-head.c: Likewise.
8125         * optabs-tree.h (target_supports_op_p): New.
8126         * optabs-tree.c (target_supports_op_p): New.
8128 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8130         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
8131         $gcc_cv_ld --help output.
8132         (gcc_cv_ld_demangle): Likewise.
8133         (gcc_cv_ld_eh_frame_hdr): Likewise.
8134         (gcc_cv_ld_pie): Likewise.
8135         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
8136         (gcc_cv_ld_buildid): Likewise.
8137         (gcc_cv_ld_sysroot): Likewise.
8138         (ld_bndplt_support): Likewise.
8139         (ld_pushpopstate_support): Likewise.
8140         * configure: Regenerate.
8141         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
8143 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8145         PR target/81151
8146         * config/i386/sse.md (round<mode>2): Renumber match_dup and
8147         operands indexes to avoid gap between operands and match_dups.
8149 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8151         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
8152         Increment Arith_shift and Arith_shift_reg by 1.
8153         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
8154         New tuning flag.
8155         * config/aarch64/aarch64.c (thunderx_tunings): Enable
8156         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
8157         (aarch64_strip_extend): Add new argument and test for it.
8158         (aarch64_cheap_mult_shift_p): New function.
8159         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
8160         add a cost if it is true.
8161         Update calls to aarch64_strip_extend.
8162         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
8164 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8166         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
8167         tunings.
8168         (thunderxt88): Likewise.
8169         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
8170         (thunderx_prefetch_tune): New variable.
8171         (thunderx2t99_prefetch_tune): Update for the correct values.
8172         (thunderxt88_tunings): New variable.
8173         (thunderx_tunings): Use thunderx_prefetch_tune instead of
8174         generic_prefetch_tune.
8175         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
8177 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8179         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
8180         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
8181         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
8182         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
8183         (aarch64_atomic_cas<mode>, GPI): Likewise.
8185 2017-06-21  Martin Liska  <mliska@suse.cz>
8187         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
8188         statements on cold and hot labels.
8189         * predict.c (tree_estimate_probability_bb): Remove the
8190         prediction from this place.
8192 2017-06-21  Martin Liska  <mliska@suse.cz>
8194         PR tree-optimization/79489
8195         * gimplify.c (maybe_add_early_return_predict_stmt): New
8196         function.
8197         (gimplify_return_expr): Call the function.
8198         * predict.c (tree_estimate_probability_bb): Remove handling
8199         of early return.
8200         * predict.def: Update comment about early return predictor.
8201         * gimple-predict.h (is_gimple_predict): New function.
8202         * predict.def: Change default value of early return to 66.
8203         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
8204         statements.
8205         * passes.def: Put pass_strip_predict_hints to the beginning of
8206         IPA passes.
8208 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
8210         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
8211         FUNCTION_DECL declarations.
8212         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
8213         declarations.
8214         (dwaf2out_decl): Likewise.
8215         * godump.c (go_early_global_decl): Skip call to the real debug hook
8216         for FUNCTION_DECL declarations.
8217         * passes.c (rest_of_decl_compilation): Skip call to the
8218         early_global_decl debug hook for FUNCTION_DECL declarations, unless
8219         -fdump-go-spec is passed.
8221 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8223         * config/i386/i386.c (struct builtin_isa): New field pure_p.
8224         Reorder for compactness.
8225         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
8226         (def_builtin_pure, def_builtin_pure2): New functions.
8227         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
8229 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8231         * match.pd (nop_convert): New predicate.
8232         ((A +- CST1) +- CST2): Allow some NOP conversions.
8234 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8236         PR c++/81130
8237         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
8238         with ctors/dtors if GOVD_SHARED is set.
8240 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8242         * config/aarch64/aarch64.md (movti_aarch64):
8243         Emit mov rather than orr.
8244         (movtf_aarch64): Likewise.
8245         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
8246         Emit mov rather than orr.
8248 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8250         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
8251         Swap alternatives, make integer dup more expensive.
8253 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8255         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
8256         Return true for non-tls symbols.
8258 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
8260         * config/aarch64/aarch64-cores.def (cortex-a55): New.
8261         (cortex-a75): Likewise.
8262         (cortex-a75.cortex-a55): Likewise.
8263         * config/aarch64/aarch64-tune.md: Regenerate.
8264         * doc/invoke.texi (-mtune): Document new values for -mtune.
8266 2017-06-21  Tom de Vries  <tom@codesourcery.com>
8268         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
8269         stack_size feature.
8270         (Effective-Target Keywords, Other attributes): Suggest using
8271         dg-add-options stack_size feature to get stack limit in stack_size
8272         effective target documentation.
8274 2017-06-21  Julian Brown  <julian@codesourcery.com>
8275             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8277         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
8278         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
8279         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
8280         reservation.
8281         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
8282         attribute type list for neon_multiply.
8283         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
8284         attribute type list for neon_multiply.
8285         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
8286         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
8287         attribute type list for neon_multiply.
8288         * config/arm/types.md (crypto_pmull): Add.
8289         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
8290         attribute type list.
8292 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
8294         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
8295         arm1176jzf-s.
8297 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8299         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
8300         to make sure not to dereference a NULL cost_classes_ptr pointer.
8302 2017-06-20  Carl Love  <cel@us.ibm.com>
8304         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8305         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
8306         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
8307         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
8308         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
8309         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
8310         VMULOSW): New enum "unspec" values.
8311         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
8312         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
8313         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
8314         altivec_vmulosw): New patterns.
8315         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
8316         VMULOSW): Add definitions.
8318 2017-06-20  Julia Koval  <julia.koval@intel.com>
8320         * config/i386/i386.c: Fix rounding expand for new pattern.
8321         * config/i386/subst.md: Fix pattern (parallel -> unspec).
8323 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8325         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
8326         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
8328 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8330         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
8331         feature string.
8333 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8335         * config/aarch64/aarch64-cores.def: Rearrange to sort by
8336         architecture, then by implementer ID.
8337         * config/aarch64/aarch64-tune.md: Regenerate.
8339 2017-06-20  Richard Biener  <rguenther@suse.de>
8341         PR middle-end/81097
8342         * fold-const.c (split_tree): Fold to type before negating.
8344 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
8346         * diagnostic-show-locus.c
8347         (selftest::test_fixit_deletion_affecting_newline): New function.
8348         (selftest::diagnostic_show_locus_c_tests): Call it.
8350 2017-06-20  Andreas Schwab  <schwab@suse.de>
8352         PR target/80970
8353         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
8354         instead of "+d".
8356 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
8358         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
8359         __ARM_FEATURE_COPROC according to support.
8361 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8363         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
8364         Rewritten to avoid overflow for > 32-bit pointers.
8366         PR sanitizer/81125
8367         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
8368         by removing enum keyword.
8369         (ubsan_type_descriptor): Likewise.  Formatting fix.
8371         PR target/81121
8372         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
8373         splitter): Require TARGET_SSE2 in the condition.
8375 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
8377         PR target/79799
8378         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
8379         for doing vector set of SFmode on ISA 3.0.
8380         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
8381         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
8382         element.
8383         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
8384         SFmode value into a V4SF variable that was extracted from another
8385         V4SF variable without converting the element to double precision
8386         and back to single precision vector format.
8387         (vsx_insert_extract_v4sf_p9_2): Likewise.
8389 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
8391         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
8392         in UWHI to avoid undefined overflow.
8394         PR sanitizer/81125
8395         * ubsan.h (enum ubsan_encode_value_phase): New.
8396         (ubsan_encode_value): Change second argument to
8397         enum ubsan_encode_value_phase with default value of
8398         UBSAN_ENCODE_VALUE_GENERIC.
8399         * ubsan.c (ubsan_encode_value): Change second argument to
8400         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
8401         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
8402         create_tmp_var_raw instead of create_tmp_var and use a
8403         TARGET_EXPR.
8404         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
8405         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
8406         ubsan_encode_value callers.
8408         PR sanitizer/81111
8409         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
8410         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
8411         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
8413 2017-06-19  Richard Biener  <rguenther@suse.de>
8415         PR middle-end/81118
8416         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
8417         estimates if we changed anything.
8419 2017-06-19  Richard Biener  <rguenther@suse.de>
8421         PR tree-optimization/80887
8422         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
8423         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
8424         simplified lookups, then reset mprts_hook.
8425         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
8426         simplifying.
8427         (try_to_simplify): Likewise.
8429 2017-06-19  Martin Liska  <mliska@suse.cz>
8431         PR sanitizer/80879
8432         * gimplify.c (gimplify_switch_expr):
8433         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
8435 2017-06-19  Martin Liska  <mliska@suse.cz>
8437         * doc/install.texi: Document that PGO runs in 4 stages.
8439 2017-06-19  Martin Liska  <mliska@suse.cz>
8441         PR ipa/80732
8442         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
8443         to dispatcher function name.
8444         * multiple_target.c (replace_function_decl): New function.
8445         (create_dispatcher_calls): Redirect both edges and references.
8447 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
8449         * profile-count.c (profile_count::dump): Dump quality.
8450         (profile_count::differs_from_p): Update for unsigned val.
8451         * profile-count.h (profile_count_quality): New enum.
8452         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
8454 2017-06-19  Richard Biener  <rguenther@suse.de>
8456         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
8457         struct function as arg.
8458         (estimate_numbers_of_iterations): Export overload with loop arg.
8459         (free_numbers_of_iterations_estimates_loop): Use an overload of
8460         free_numbers_of_iterations_estimates instead.
8461         * tree-cfg.c (remove_bb): Adjust.
8462         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
8463         * tree-parloops.c (gen_parallel_loop): Likewise.
8464         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
8465         Likewise.
8466         (tree_unroll_loops_completely): Likewise.
8467         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8468         Use an overload instead and export.
8469         (estimated_loop_iterations): Adjust.
8470         (max_loop_iterations): Likewise.
8471         (likely_max_loop_iterations): Likewise.
8472         (estimate_numbers_of_iterations): Take struct function as arg
8473         and adjust.
8474         (loop_exits_before_overflow): Adjust.
8475         (free_numbers_of_iterations_estimates_loop): Use an overload.
8476         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
8477         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
8479 2017-06-19  Richard Biener  <rguenther@suse.de>
8481         PR ipa/81112
8482         * ipa-prop.c (find_constructor_constant_at_offset): Handle
8483         RANGE_EXPR conservatively.
8485 2017-06-16  Carl Love  <cel@us.ibm.com>
8487         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8488         definitions for vec_float, vec_float2, vec_floato,
8489         vec_floate built-ins.
8490         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
8491         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
8492         floate.
8493         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
8494         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
8495         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
8496         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
8497         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
8498         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
8499         vec_floato): Add builtin defines.
8500         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
8501         Update the built-in documentation file for the new built-in
8502         functions.
8504 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8506         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
8507         (mthumb): Mark as the negative of -marm.
8509 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8511         * doc/invoke.texi (ARM Options, -mcpu): Document supported
8512         extension options.
8513         (ARM Options, -mtune): Document that this accepts the same
8514         extension options as -mcpu.
8515         (ARM Options, -mfpu): Document addition of -mfpu=auto.
8517 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8519         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
8520         permitted extensions.
8522 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8524         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
8525         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
8526         (armv8-m.main): Add option +nodsp.
8527         * config/arm/arm-cpu-cdata.h: Regenerated.
8529 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8531         * config/arm/t-fuchsia: New file.
8532         * config.gcc (arm*-*-fuchsia*): Use it.
8534 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8536         * config/arm/t-symbian: Rewrite for new option infrastructure.
8538 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8540         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
8541         (MULTILIB_REQUIRED): Likewise.
8543 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8545         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
8546         (MULTILIB_RESUE): Likewise.
8547         (MULTILIB_MATCHES): Likewise.
8548         (MULTLIB_REQUIRED): Likewise.
8550 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8552         * config/arm/t-rtems: Rewrite for new option framework.
8554 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8556         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
8557         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
8558         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
8559         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
8560         * config/arm/t-multilib: ... here.
8561         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
8562         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
8563         armv7-a and armv8*-a when A-profile libraries have not been built.
8564         * config/arm/t-rmprofile: Rewrite.
8566 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8568         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
8569         with a backslash.  Remove the backslash after substituting unescaped
8570         periods.
8571         * doc/fragments.texi (MULTILIB_REUSE): Document it.
8573 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8575         * config.gcc: (arm*-*-*): When building a-profile libraries, force
8576         the driver to pass through the default setting of -mfloat-abi.
8577         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
8578         rather than NULL.
8579         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
8580         (all_feat_combs): New rule.
8581         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
8582         default libraries.
8583         * config/arm/t-aprofile: Rewrite.
8585 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8587         * config/arm/arm.h (FPUTYPE_AUTO): Define.
8588         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
8589         fpu is not specified by the user/command-line.
8590         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
8591         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
8592         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
8593         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
8594         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
8595         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
8597 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8599         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
8600         * config/arm/t-arm-elf: Rewritten.
8602 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8604         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
8605         have some floating-point instructions.
8606         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
8607         (TARGET_MAYBE_HARD_FLOAT): New macro.
8608         * config/arm/arm-builtins.c (arm_init_builtins): Use
8609         TARGET_MAYBE_HARD_FLOAT.
8610         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
8612 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8614         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
8615         (configargs.h): Include it.
8616         (arm_print_hint_for_fpu_option): New function.
8617         (arm_parse_fpu_option): New function.
8618         (candidate_extension): New class.
8619         (arm_canon_for_multilib): New function.
8620         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
8621         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
8622         (ARCH_CANONICAL_SPECS): New macro.
8623         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
8625 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8627         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
8628         are set after handling multilib fragments.  Set target_cpu_default2
8629         from with_cpu.
8631 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8633         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
8634         cpu name.
8635         (arm*-*-*): Set target_cpu_default2 to a quoted string.
8636         * config/arm/parsecpu.awk (check_cpu): Validate any extension
8637         options.
8638         (check_arch): Likewise.
8639         * config/arm/arm.c (arm_configure_build_target): Handle
8640         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
8641         options in the default.
8643 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8645         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
8646         when an option is an alias of another.
8647         * config/arm/parsecpu.awk (optalias): New parser token.
8648         (gen_comm_data): Mark non-alias options as such.  Emit entries
8649         for extension aliases.
8650         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
8651         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
8652         (armv6kz, armv6zk, armv6t2): Likewise.
8653         (armv7): Make vfpv3-d16 an alias.
8654         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
8655         canonical order.
8656         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
8657         Sort in canonical order.
8658         (armv8-a): Sort in canonical order.
8659         (armv8.1-a, armv8.2-a):  Likewise.
8660         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
8661         canonical order.
8662         (cortex-a9): Sort in canonical order.
8663         * config/arm/arm.c (selftests.h): Include it.
8664         (arm_test_cpu_arch_data): New function.
8665         (arm_run_self_tests): New function.
8666         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
8667         (targetm): Move declaration to the end of the file.
8668         * arm-cpu-cdata.h: Regenerated.
8670 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8672         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
8673         call to target_mode_check describing the type of option passed.
8674         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
8675         (arm_target_thumb_only): Use arm_parse_arch_option_name or
8676         arm_parse_cpu_option_name to match parameters against list of
8677         available targets.
8678         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
8679         arm_arch_core_flags data structure.
8680         * config/arm/arm-cpu_cdata.h: Regenerated.
8682 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8684         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
8685         config/arm/arm.c.
8686         (arm_print_hint_for_cpu_option): Likewise.
8687         (arm_print_hint_for_arch_option): Likewise.
8688         (arm_parse_cpu_option_name): Likewise.
8689         (arm_parse_arch_option_name): Likewise.
8690         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
8691         of entries in the all_fpus list.
8692         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
8693         (arm_parse_cpu_option_name): Declare.
8694         (arm_parse_arch_option_name): Declare.
8695         (arm_parse_option_features): Declare.
8696         (arm_intialize_isa): Declare.
8697         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
8698         data tables to ...
8699         (gen_comm_data): ... here.  Make definitions non-static.
8700         * config/arm/arm-cpu-data.h: Regenerated.
8701         * config/arm/arm-cpu-cdata.h: Regenerated.
8703 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8705         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
8706         (cpu_arch_extension): New structure.
8707         (cpu_arch_option, arch_option, cpu_option): New structures.
8708         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
8709         architecture types.
8710         (gen_data): Generate new format data tables.
8711         * config/arm/arm.c (cpu_tune): New structure.
8712         (cpu_option, processors): Delete.
8713         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
8714         (arm_print_hint_for_cpu_option): ... this and ...
8715         (arm_print_hint_for_arch_option): ... this.
8716         (arm_parse_arch_cpu_name): Delete.  Replace with ...
8717         (arm_parse_cpu_option_name): ... this and ...
8718         (arm_parse_arch_option_name): ... this.
8719         (arm_unrecognized_feature): Change type of target parameter to
8720         cpu_arch_option.
8721         (arm_parse_arch_cpu_features): Delete.  Replace with ...
8722         (arm_parse_option_features): ... this.
8723         (arm_configure_build_target): Rework to use new configuration data
8724         tables.
8725         (arm_print_tune_info): Rework for new configuration data tables.
8726         * config/arm/arm-cpu-data.h: Regenerated.
8727         * config/arm/arm-cpu.h: Regenerated.
8729 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8731         * Makefile.in (OBJS): Move sbitmap.o from here ...
8732         (OBJS-libcommon): ... to here.
8734 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8736         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
8737         (ISA_ALL_CRYPTO): New macro.
8738         (ISA_ALL_SIMD): New macro
8739         (ISA_ALL_FP): New macro.
8740         * config/arm/arm.c (fpu_bitlist): Update initializer.
8741         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
8742         simd or fp.
8743         (arm9e): Add fpu.  Add option for nofp
8744         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
8745         (arm926ej-s, arm1026ej-s): Likewise.
8746         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
8747         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
8748         neon-fp16, neon-vfpv4, nofp and nosimd.
8749         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
8750         (cortex-a8): Add fpu.  Add option for nofp.
8751         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
8752         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
8753         (cortex-r4f): Add fpu.
8754         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
8755         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
8756         for nofp.
8757         (cortex-r8): Likewise.
8758         (cortex-m4): Add fpu.  Add option for nofp.
8759         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
8760         (cortex-a17.cortex-a7): Likewise.
8761         (cortex-a32): Add fpu.  Add options for crypto and nofp.
8762         (cortex-a35, cortex-a53): Likewise.
8763         (cortex-a57): Add fpu.  Add option for crypto.
8764         (cortex-a72, cortex-a73): Likewise.
8765         (exynos-m1): Likewise.
8766         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
8767         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
8768         (cortex-m33): Add fpu.  Add option for nofp.
8769         * config/arm/arm-cpu-cdata.h: Regenerated
8770         * config/arm/arm-cpu-data.h: Regenerated.
8772 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8774         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
8775         (armv5te, armv5tej): Likewise.
8776         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
8777         (armv7): Add options fp and vfpv3-d16.
8778         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
8779         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
8780         nofp and nosimd.
8781         (armv7ve): Likewise.
8782         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
8783         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
8784         (armv8-a): Add nocrypto option.
8785         (armv8.1-a, armv8.2-a): Likewise.
8786         (armv8-m.main): add options fp, fp.dp and nofp.
8788 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8790         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
8791         nofp.
8792         (armv8-a+crc): Delete.
8793         (armv8.1-a): Add options simd, crypto and nofp.
8794         (armv8.2-a): Add options fp16, simd, crypto and nofp.
8795         (armv8.2-a+fp16): Delete.
8796         (armv8-m.main): Add option dsp.
8797         (armv8-m.main+dsp): Delete.
8798         (cortex-a8): Add fpu.  Add nofp option.
8799         (cortex-a9): Add fpu.  Add nofp and nosimd options.
8800         * config/arm/parsecpu.awk (gen_data): Generate option tables and
8801         link to main cpu and architecture data structures.
8802         (gen_comm_data): Only put isa attributes from the main architecture
8803         in common tables.
8804         (option): New statement for architecture and CPU entries.
8805         * arm.c (struct cpu_option): New structure.
8806         (struct processors): Add entry for options.
8807         (arm_unrecognized_feature): New function.
8808         (arm_parse_arch_cpu_name): Ignore any characters after the first
8809         '+' character.
8810         (arm_parse_arch_cpu_feature): New function.
8811         (arm_configure_build_target): Separate out any CPU and architecture
8812         features and parse separately.  Don't error out if -mfpu=auto is
8813         used with only an architecture string.
8814         (arm_print_asm_arch_directives): New function.
8815         (arm_file_start): Call it.
8816         * config/arm/arm-cpu-cdata.h: Regenerated.
8817         * config/arm/arm-cpu-data.h: Likewise.
8818         * config/arm/arm-tables.opt: Likewise.
8820 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8822         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
8823         assembler when it is not -mfpu=auto.
8825 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8827         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
8828         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
8829         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
8830         (ASM_CPU_SPEC): Rewrite.
8831         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
8832         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
8833         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
8834         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
8835         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
8836         copied string is NUL-terminated.  Also strip any characters prefixed
8837         by '+'.
8838         (arm_rewrite_selected_arch): New function.
8839         (arm_rewrite_march): New function.
8841 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8843         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
8844         (x_arm_cpu_string, x_arm_tune_string): Likewise.
8845         (march, mcpu, mtune): Convert to string-based options.
8846         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
8847         (arm_parse_arch_cpu_name): New function.
8848         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
8849         identify selected architecture or CPU.
8850         (arm_option_save): New function.
8851         (TARGET_OPTION_SAVE): Redefine.
8852         (arm_option_restore): Restore string options.
8853         (arm_option_print): Print string options.
8855 2017-06-16  Martin Sebor  <msebor@redhat.com>
8857         PR tree-optimization/80933
8858         PR tree-optimization/80934
8859         * builtins.c (fold_builtin_3): Do not handle bcmp here.
8860         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
8861         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
8862         (gimple_fold_builtin): Call them.
8864 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8866         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
8867         as unlikely; update profile.
8869 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8871         * predict.c (force_edge_cold): Handle declaring edges impossible
8872         more aggresively.
8874 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8876         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
8877         profile.
8878         (try_unroll_loop_completely): Fix reporting.
8880 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8882         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
8884 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
8886         PR target/71778
8887         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
8888         if given a non-constant argument for an intrinsic which requires a
8889         constant.
8891 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8893         * profile.c (compare_freqs): New function.
8894         (branch_prob): Sort edge list.
8895         (find_spanning_tree): Assume that the list is priority sorted.
8897 2017-06-16  Richard Biener  <rguenther@suse.de>
8899         PR tree-optimization/81090
8900         * passes.def (pass_record_bounds): Remove.
8901         * tree-pass.h (make_pass_record_bounds): Likewise.
8902         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
8903         make_pass_record_bounds): Likewise.
8904         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
8905         not free niter estimates at the beginning but at the end.
8906         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
8908 2017-06-16  Richard Biener  <rguenther@suse.de>
8910         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
8911         initializer to workaround ICE in host GCC 4.8.
8913 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8915         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
8916         counts.
8917         (clone_inlined_nodes): Update.
8919 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8921         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
8922         prefetch settings, and enable prefetching by default at -O3.
8924 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8926         * config/aarch64/aarch64.c (aarch64_override_options_internal):
8927         Set flag_prefetch_loop_arrays according to tuning data.
8929 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8931         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
8932         New tune structure.
8933         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
8934         [Unrelated to main purpose of the patch] Place the pointer field last
8935         to enable type checking errors when tune structure are wrongly merged.
8936         * config/aarch64/aarch64.c (generic_prefetch_tune,)
8937         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
8938         (thunderx2t99_prefetch_tune): New tune constants.
8939         (tune_params *_tunings): Update all tunings (no functional change).
8940         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
8941         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
8942         from tunings structures.
8944 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
8946         PR sanitizer/81094
8947         * ubsan.c (instrument_null): Add T argument, use it instead
8948         of computing it based on IS_LHS.
8949         (instrument_object_size): Likewise.
8950         (pass_ubsan::execute): Adjust instrument_null and
8951         instrument_object_size callers to pass gimple_get_lhs or
8952         gimple_assign_rhs1 result to it.  Use instrument_null instead of
8953         calling get_base_address and instrument_mem_ref.  Handle
8954         aggregate call arguments for object-size sanitization.
8956 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
8958         PR tree-optimization/81089
8959         * tree-vrp.c (is_masked_range_test): Validate operands of
8960         subexpression.
8962 2017-06-15  Martin Sebor  <msebor@redhat.com>
8964         PR c++/80560
8965         * dumpfile.c (dump_register): Avoid calling memset to initialize
8966         a class with a default ctor.
8967         * gcc.c (struct compiler): Remove const qualification.
8968         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
8969         * hash-table.h: Ditto.
8970         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
8971           assignment.
8972         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
8973         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
8974         default ctor.
8975         * params.h (struct param_info): Make struct members non-const.
8976         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
8977         with default initialization.
8978         * vec.h (vec_copy_construct, vec_default_construct): New helper
8979         functions.
8980         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
8981         with vec_copy_construct.
8982         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
8983         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
8984         * doc/invoke.texi (-Wclass-memaccess): Document.
8986 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8988         * emit-rtl.h (is_leaf): Update comment about local
8989         register allocator.
8991 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
8993         PR target/78818
8994         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
8995         for a variable to have a section before checking if the section has a
8996         name.
8997         Set section to.persistent if persistent attribute is set.
8998         Warn if .persistent attribute is used on an automatic variable.
9000 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
9002         PR rtl-optimization/80474
9003         * reorg.c (update_block): Do not ignore instructions in a delay slot.
9005 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
9007         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
9008         of REGNO.
9010 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
9012         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
9013         (casesi): Emit bounds checking as RTL.
9014         (casesi_internal_mips16_<mode>): Remove bounds checking.
9016 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
9018         * config/xtensa/xtensa.c (xtensa_option_override): Append
9019         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
9020         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
9021          xtensa_doloop_hooks): Define unconditionally.
9022         (xtensa_reorg_loops): Only call reorg_loops in the presence of
9023         TARGET_LOOPS.
9024         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
9025         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
9026         for it in xtensa_option_override.
9027         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
9028          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
9030 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
9032         * doc/cppopts.texi: Document '-' special value to -MF.
9034 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
9036         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
9037         (cortex_a53_fconst): Likewise.
9038         (cortex_a53_fpmul): Likewise.
9039         (cortex_a53_f_load_64): Likewise.
9040         (cortex_a53_f_load_many): Likewise.
9041         (cortex_a53_advsimd_alu): Likewise.
9042         (cortex_a53_advsimd_alu_q): Likewise.
9043         (cortex_a53_advsimd_mul): Likewise.
9044         (cortex_a53_advsimd_mul_q): Likewise.
9045         (fpmac bypass): Add new bypass for fpmac-fpmac case.
9046         Add missing fmul, r2f_cvt and fconst cases.
9048 2017-06-14  Richard Biener  <rguenther@suse.de>
9050         PR middle-end/81088
9051         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
9052         literal constants.
9053         (fold_binary_loc): When associating do not treat pre-existing
9054         TREE_OVERFLOW on literal constants as a reason to allow
9055         TREE_OVERFLOW on associated literal constants.
9057 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
9059         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
9060         (MASK_FEATURES): New macro.
9061         * config/sparc/sparc.c (sparc_option_override): Remove the special
9062         handling of -mfpu and generalize it to all MASK_FEATURES switches.
9064 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
9066         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
9067         a division of 0 if non-call exceptions are enabled.
9069 2017-06-14  Andrew Pinski  <apinski@cavium.com>
9070             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
9072         PR target/71663
9073         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
9074         Improve vector initialization code gen for only variable case.
9076 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
9078         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
9080 2017-06-14  Richard Biener  <rguenther@suse.de>
9082         PR tree-optimization/81083
9083         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
9084         as values.
9086 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9088         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
9089         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
9090         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
9091         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
9092         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
9093         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
9095 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9097         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
9098         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
9100 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9102         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
9104 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9106         * config/rs6000/t-rtems: Don't handle SPE.
9108 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9110         * config/rs6000/t-linux: Don't handle SPE.
9112 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9114         * config/rs6000/eabispe.h: Delete file.
9116 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9118         * config/rs6000/t-spe: Delete file.
9120 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9122         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
9123         (rs6000_legitimate_offset_address_p): Return false for anything in
9124         V2SImode or V2SFmode.
9126 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9128         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
9129         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
9130         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
9131         and V4HImode.
9132         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
9133         (rs6000_legitimate_offset_address_p): Ditto.
9134         (rs6000_emit_move): Ditto.
9135         (rs6000_init_builtins): Remove V4HI_type_node.
9137 2017-06-13  Martin Liska  <mliska@suse.cz>
9139         PR sanitize/78204
9140         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
9141         (gate_asan): Likewise.
9142         * asan.h (asan_no_sanitize_address_p): Remove the function.
9143         (sanitize_flags_p): New function.
9144         * builtins.def: Fix coding style.
9145         * common.opt: Use renamed enum value.
9146         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
9147         * doc/extend.texi: Document no_sanitize attribute.
9148         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
9149         to SANITIZE_UNDEFINED_NONDEFAULT.
9150         * gcc.c (sanitize_spec_function): Use the renamed enum value.
9151         * gimple-fold.c (optimize_atomic_compare_exchange_p):
9152         Use sanitize_flags_p.
9153         * gimplify.c (gimplify_function_tree): Likewise.
9154         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
9155         * opts.c (parse_no_sanitize_attribute): New function.
9156         (common_handle_option): Use renamed enum value.
9157         * opts.h (parse_no_sanitize_attribute): Declare.
9158         * tree.c (sanitize_flags_p): New function.
9159         * tree.h: Declared here.
9160         * tsan.c: Use sanitize_flags_p.
9161         * ubsan.c (ubsan_expand_null_ifn): Likewise.
9162         (instrument_mem_ref): Likewise.
9163         (instrument_bool_enum_load): Likewise.
9164         (do_ubsan_in_current_function): Remove the function.
9165         (pass_ubsan::execute): Use sanitize_flags_p.
9166         * ubsan.h: Remove do_ubsan_in_current_function
9167         * tree-cfg.c (print_no_sanitize_attr_value): New function.
9168         (dump_function_to_file): Use it here.
9170 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9172         PR tree-optimization/80803
9173         PR tree-optimization/81063
9174         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
9175         (propagate_subaccesses_across_link): Enqueue subtree whenever
9176         necessary instead of relying on the caller.
9178 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9180         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
9181         that have a first_link.
9182         (sort_and_splice_var_accesses): Do not check first_link before
9183         enquing.
9184         (subtree_mark_written_and_enqueue): Likewise.
9185         (propagate_all_subaccesses): Likewise and do not stop at first
9186         parent with a first_link.
9188 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9190         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
9191         instead of f.
9193 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9195         * match.pd: New pattern.
9197 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9199         * tree-vrp.c (is_masked_range_test): New function.
9200         (register_edge_assert_for): Determine ranges for
9201         some bit tests.
9203 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9205         PR tree-optimization/67328
9206         * fold-const.c (maskable_range_p): New function.
9207         (build_range_check): Generate bittests if possible.
9209 2017-06-13  Martin Liska  <mliska@suse.cz>
9211         * gimple-pretty-print.c (dump_probability): Add new argument.
9212         (dump_edge_probability): Dump both probability and count.
9213         (dump_gimple_label): Likewise.
9214         (dump_gimple_bb_header): Likewise.
9216 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
9218         PR target/81072
9219         * config/avr/avr-devices.c: Fix indentation.
9220         * config/avr/gen-avr-mmcu-specs.c: Dito.
9222 2017-06-13  Richard Biener  <rguenther@suse.de>
9224         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
9225         instead get vector type from stmt_info.
9226         (vectorizable_reduction): Adjust.  Remove dead code.
9228 2017-06-13  Richard Biener  <rguenther@suse.de>
9230         PR middle-end/81065
9231         * fold-const.c (extract_muldiv_1): Remove bogus distribution
9232         case of C * (x * C2 + C3).
9233         (fold_addr_of_array_ref_difference): Properly fold index difference.
9235 2017-06-12  David S. Miller  <davem@davemloft.net>
9237         PR target/80968
9238         * config/sparc/sparc.md (return expander): Emit frame blockage if
9239         function uses alloca.
9241 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
9243         * combine.c (make_field_assignment): Check len rather than the mode
9244         precision when calling force_to_mode.
9246 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
9248         Support multilibs and devices that see flash in RAM address range.
9250         PR target/81072
9251         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
9252         (avr_mcu_t) <flash_pm_offset>: New field.
9253         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
9254         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
9255         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
9256         (AVR_TINY_PM_OFFSET): Remove macro.
9257         * config/avr/avr.opt (-mshort-calls): New option.
9258         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
9259         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
9260         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
9261         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
9262         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
9263         instead of avr_arch->have_jmp_call.
9264         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
9265         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
9266         avr_arch->flash_pm_offset to define.
9267         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
9268         new field flash_pm_offset.  Add entry for avrxmega3.
9269         (avr_texinfo): Add entry for avrxmega3.
9270         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
9271         attiny212, attiny214,
9272         attiny412, attiny414, attiny416, attiny417,
9273         attiny814, attiny816, attiny817,
9274         attiny1614, attiny1616, attiny1617,
9275         attiny3214, attiny3216, attiny3217.
9276         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
9277         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
9278         (avr_print_operand_address) [AVR_TINY]: Same.
9279         (avr_asm_init_sections) <readonly_data_section>: Only patch
9280         callback if avr_arch->flash_pm_offset = 0.
9281         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
9282         for rodata if avr_arch->flash_pm_offset != 0.
9283         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
9284         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
9285         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
9286         (m_options): Append opt_rcall.
9287         (m_dirnames): Append dir_rcall.
9288         * config/avr/t-multilib: Regenerate.
9290         * configure.ac [target=avr]: Check whether avrxmega3 default
9291         linker description file works as needed.
9292         * configure: Regenerate.
9293         * doc/avr-mmcu.texi: Regenerate.
9294         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
9295         <__AVR_ARCH__>: Document avrxmega3 and 103.
9296         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
9297         <__AVR_SHORT_CALLS__>: Document it.
9298         <__AVR_PM_BASE_ADDRESS__>: Document it.
9299         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
9300         (AVR Variable Attributes) <progmem>: Document this is
9301         not needed for avrxmega3.
9302         (AVR Named Address Spaces) <__flash>: Dito.
9304 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
9306         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
9308 2017-06-12  Doug Rupp  <rupp@adacore.com>
9310         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
9311         Append vxworks-stdint.h to the tm_file list.
9312         * config/vxworks-stdint.h: New file.
9314 2017-06-12  Martin Liska  <mliska@suse.cz>
9316         PR tree-optimization/81041
9317         * tree-profile.c (gimple_gen_ic_func_profiler):
9318         Create an extra BB in profile-generate
9319         (gimple_gen_time_profiler): Likewise.
9321 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
9323         PR tree-optimization/81003
9324         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
9325         (update_range_test): Use it instead of force_gimple_operand_gsi.
9327 2017-06-12  Richard Biener  <rguenther@suse.de>
9329         PR tree-optimization/81053
9330         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
9331         with backedge value not defined in loop.  Simplify def stmt
9332         compute.
9334 2017-06-11  Tom de Vries  <tom@codesourcery.com>
9336         PR target/79939
9337         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
9338         Return true.
9339         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
9340         nvptx_cannot_force_const_mem.
9342 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9344         * opts.c (finish_options): Move test for flag_split_stack after
9345         it has been initialized.
9347 2017-06-11  Jason Merrill  <jason@redhat.com>
9349         * tree.h (id_equal): New.
9350         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
9351         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
9352         instead of strcmp of IDENTIFIER_POINTER.
9354 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9356         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
9357         (mark_all_inlined_calls_cdtor): Fix formating.
9358         (inline_transform): Rescale profile before inlining.
9360 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9362         * cgraph.h (cgraph_edge::clone): Update prototype.
9363         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
9364         (cgraph_node::create_clone): Update.
9365         (cgraph_node::create_version_clone): Update.
9366         * tree-inline.c (copy_bb): Update.
9367         (expand_call_inline): Update.
9369 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9371         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
9372         factored out from ...
9373         (rs6000_emit_prologue): ... here.
9375 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9377         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
9378         factored out from ...
9379         (rs6000_emit_prologue): ... here.
9381 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9383         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
9384         edge counts.
9385         (handle_missing_profiles): Fix computation of tp_first_run.
9386         (counts_to_freqs): Do not touch freqs when count is 0.
9388 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9390         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
9391         profile.
9393 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9395         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
9396         attributes): Document signal effective target.
9398 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9400         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
9401         Document effective target stack_size.
9403 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
9405         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
9406         to the edit_context if they can be auto-applied.
9408 2017-06-9  Ian Lance Taylor  <iant@golang.org>
9410         * opts.c (finish_options): If -fsplit-stack, disable implicit
9411         -forder-blocks-and-partition.
9412         * doc/invoke.texi (Optimize Options): Document that when using
9413         -fsplit-stack -forder-blocks-and-partition is not implicitly
9414         enabled.
9416 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9418         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
9419         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
9420         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
9421         * builtins.def (abort, trap, unreachable): Declare cold.
9422         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
9423         * tree-core.h (ECF_COLD): New.
9424         * tree.c (set_call_expr_flags): Handle ECF_COLD.
9425         (build_common_builtin_nodes): Mark unreachable and abort as cold.
9427 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9429         * predict.c (unlikely_executed_stmt_p): Cleanup.
9431 2017-06-09  Richard Biener  <rguenther@suse.de>
9433         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
9434         model if the ref is always written to.
9436 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9438         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
9440 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9442         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
9443         than udiv.
9445 2017-06-09  Tom de Vries  <tom@codesourcery.com>
9447         PR target/80855
9448         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
9449         "target cannot support label values" when encountering LABEL_REF.
9451 2017-06-09  Martin Liska  <mliska@suse.cz>
9453         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
9454         (gimple_gen_ic_func_profiler): Emit direct comparison
9455         of __gcov_indirect_call_callee with NULL.
9456         (gimple_gen_time_profiler): Change probability from
9457         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
9459 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9461         * profile.c (edge_gcov_counts): Turn to pointer.
9462         (compute_branch_probabilities, compute_branch_probabilities): Update.
9463         (branch_prob): Do not clear edge_gcov_count.
9464         * profile.h (edge_gcov_counts): Turn to pointer.
9465         (edge_gcov_count): Update.
9467 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9469         * gimple.h (gimple_check_failed): Mark cold.
9471 2017-06-09  Richard Biener  <rguenther@suse.de>
9473         PR tree-optimization/66623
9474         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
9475         refactor check_reduction into two parts, properly computing
9476         whether we have to check reduction validity for outer loop
9477         vectorization.
9479 2017-06-09  Richard Biener  <rguenther@suse.de>
9481         PR tree-optimization/79483
9482         * graphite-scop-detection.c (order): New global.
9483         (get_order): Compute bb to order mapping that satisfies code
9484         generation constraints.
9485         (cmp_pbbs): New helper.
9486         (build_scops): Start domwalk at entry block, sort generated
9487         pbbs.
9489 2017-06-09  Richard Biener  <rguenther@suse.de>
9491         PR middle-end/81007
9492         * ipa-polymorphic-call.c
9493         (ipa_polymorphic_call_context::restrict_to_inner_class):
9494         Skip FIELD_DECLs with error_mark_node type.
9495         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
9496         last again.
9498 2017-06-09  Martin Liska  <mliska@suse.cz>
9500         * predict.c (struct branch_predictor): New struct.
9501         (test_prediction_value_range): New test.
9502         (predict_c_tests): New function.
9503         * selftest-run-tests.c (selftest::run_tests): Run the function.
9504         * selftest.h: Declare new tests.
9506 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
9508         PR target/80966
9509         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
9510         gen_add3_insn did not fail.
9511         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
9512         r0, construct that number in a temporary reg and add that reg to r0.
9513         If asked to put the result in r0 as well, fail.
9515 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
9517         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
9518         for early expansion of vec_eqv.
9520 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
9522         PR middle-end/81005
9523         * ubsan.c (instrument_null): Avoid pointless code temporary.
9524         (pass_ubsan::execute): Instrument aggregate arguments of calls.
9526 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
9528         PR target/81015
9529         Revert:
9530         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
9532         PR target/59874
9533         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
9534         (*clzhi2): Ditto.
9536 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9538         * predict.c (unlikely_executed_edge_p): Move ahead.
9539         (probably_never_executed_edge_p): Use it.
9541 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9543         PR middle-end/79988
9544         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
9545         gimple_call_builtin_p call.
9547 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9549         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
9550         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
9551         rtl_check_failed_type2, rtl_check_failed_code1,
9552         rtl_check_failed_code2, rtl_check_failed_code_mode,
9553         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
9554         rtvec_check_failed_bounds, rtl_check_failed_flag,
9555         _fatal_insn_not_found, _fatal_insn): Likewise.
9556         * tree.h (tree_contains_struct_check_failed,
9557         tree_check_failed, tree_not_check_failed,
9558         tree_class_check_failed, tree_range_check_failed,
9559         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
9560         tree_vec_elt_check_failed, phi_node_elt_check_failed,
9561         tree_operand_check_failed, omp_clause_check_failed,
9562         omp_clause_operand_check_failed, omp_clause_range_check_failed):
9563         Likewise.
9565 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9567         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
9568         flag_branch_probabilities.
9569         * ipa-inline.c (edge_badness): Likewise.
9570         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
9571         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
9572         * predict.c (maybe_hot_frequency_p): Likewise.
9573         (probably_never_executed): Likewise.
9574         * sched-ebb.c (schedule_ebbs): Likewise.
9575         * sched-rgn.c (find_single_block_region): Likewise.
9576         * tracer.c (tail_duplicate): Likewise.
9578 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9580         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
9581         longer requires x_flag_profile_use.
9583 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9585         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
9586         instead of flag_reorder_blocks_and_partition.
9587         * dbxout.c (dbxout_function_end): Likewise.
9588         * dwarf2out.c (gen_subprogram_die): Likewise.
9589         * haifa-sched.c (sched_create_recovery_edges): Likewise.
9590         * hw-doloop.c (reorg_loops): Likewise.
9591         * varasm.c (assemble_start_function,
9592         assemble_end_function): Likewise.
9593         (decide_function_section): Do not check for
9594         flag_reorder_blocks_and_partition.
9596 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9598         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
9599         New function.
9600         (chkp_get_hard_register_fake_addr_expr): Ditto.
9601         (chkp_build_addr_expr): Add check for hard reg case.
9602         (chkp_parse_array_and_component_ref): Ditto.
9603         (chkp_find_bounds_1): Ditto.
9604         (chkp_process_stmt): Don't generate bounds store for
9605         hard reg case.
9607 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9609         * predict.c (maybe_hot_bb_p): Do not check profile status.
9610         (maybe_hot_edge_p): Likewise.
9611         (probably_never_executed): Check for zero counts even if profile
9612         is not read.
9613         (unlikely_executed_edge_p): New function.
9614         (unlikely_executed_stmt_p): New function.
9615         (unlikely_executed_bb_p): New function.
9616         (set_even_probabilities): Use unlikely predicates.
9617         (combine_predictions_for_bb): Likewise.
9618         (predict_paths_for_bb): Likewise.
9619         (predict_paths_leading_to_edge): Likewise.
9620         (determine_unlikely_bbs): New function.
9621         (estimate_bb_frequencies): Use it.
9622         (compute_function_frequency): Use zero counts even if profile is
9623         not read.
9624         * profile-count.h: Fix typo.
9626 2017-08-08  Julia Koval  <julia.koval@intel.com>
9628         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
9629         _mm512_mask_cvtsepi16_storeu_epi8,
9630         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
9631         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
9632         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
9633         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
9634         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
9635         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
9636         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
9637         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
9638         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
9639         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
9640         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
9641         __builtin_ia32_pmovuswb256mem_mask,
9642         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
9643         __builtin_ia32_pmovwb512mem_mask): New builtins.
9645 2017-08-08  Julia Koval  <julia.koval@intel.com>
9647         PR target/73350,80862
9648         * config/i386/subst.md (round): Fix round pattern.
9649         * config/i386/i386.c (ix86_erase_embedded_rounding):
9650         Fix erasing rounding for the fixed pattern.
9652 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9654         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
9656 2017-06-08  Martin Liska  <mliska@suse.cz>
9658         PR gcov-profile/80911
9659         * gcov.c (block_info::block_info): New constructor.
9661 2017-06-07  Carl Love  <cel@us.ibm.com>
9663         * config/rs6000/rs6000-c: The return type of the following
9664         built-in functions was implemented as int not long long.  Fix sign
9665         of return value for the unsigned version of vec_mulo and vec_mule.
9666         vector unsigned long long vec_bperm (vector unsigned long long,
9667                                              vector unsigned char)
9668         vector signed long long vec_mule (vector signed int,
9669                                           vector signed int)
9670         vector unsigned long long vec_mule (vector unsigned int,
9671                                             vector unsigned int)
9672         vector signed long long vec_mulo (vector signed int,
9673                                           vector signed int)
9674         vector unsigned long long vec_mulo (vector unsigned int,
9675                                             vector unsigned int)
9676         * doc/extend.texi: Fix the documentation for the built-in
9677         functions.
9679 2017-06-07  Carl Love  <cel@us.ibm.com>
9681         PR target/80982
9682         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
9683         for BE.
9685 2017-06-07  Carl Love  <cel@us.ibm.com>
9687         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
9688         support, Generate       doublehv for signed int/float for BE case only.
9690 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
9692         * doc/invoke.texi (mcx16): Rewrite.
9694 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9696         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
9697         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
9698         *mov<mode>_softfloat, and an anonymous splitter): Use
9699         nonimmediate_operand instead of rs6000_nonimmediate_operand.
9701 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9703         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
9704         SPEFSCR registers.
9705         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9706         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
9707         (rs6000_debug_reg_global): Adjust.
9708         (rs6000_init_hard_regno_mode_ok): Adjust.
9709         (rs6000_dbx_register_number): Adjust.
9710         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
9711         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9712         Remove SPE_ACC and SPEFSCR.
9713         (REG_ALLOC_ORDER): Ditto.
9714         (FRAME_POINTER_REGNUM): Change to 111.
9715         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
9716         (REG_CLASS_NAMES): Ditto.
9717         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
9718         (REGISTER_NAMES): Ditto.
9719         (ADDITIONAL_REG_NAMES): Ditto.
9720         (rs6000_reg_names): Ditto.
9721         * config/rs6000/rs6000.md: Renumber some register number
9722         define_constants.
9724 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9726         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
9727         registers.
9728         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9729         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
9730         to 117.
9731         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
9732         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9733         Delete the SPE high registers.
9734         (REG_ALLOC_ORDER): Ditto.
9735         (enum reg_class): Remove SPE_HIGH_REGS.
9736         (REG_CLASS_NAMES): Ditto.
9737         (REG_CLASS_CONTENTS): Delete the SPE high registers.
9738         (REGISTER_NAMES): Ditto.
9739         (rs6000_reg_names): Ditto.
9740         * doc/tm.texi.in: Remove SPE as example.
9741         * doc/tm.texi: Regenerate.
9743 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9745         * config/rs6000/8540.md (ppc8540_brinc): Delete.
9746         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
9747         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
9748         * config/rs6000/rs6000.md (type): Remove "brinc".
9750 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9752         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
9753         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
9754         * config/rs6000/linuxspe.h: Delete file.
9755         * config/rs6000/rs6000.md: Don't include spe.md.
9756         * config/rs6000/spe.h: Delete file.
9757         * config/rs6000/spe.md: Delete file.
9758         * config/rs6000/t-rs6000: Remove spe.md.
9760 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9762         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
9763         (reg_or_none500mem_operand): Delete.
9764         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
9765         instead of reg_or_none500mem_operand.
9767 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9769         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
9770         handling of SPE flags.
9771         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
9773 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9775         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
9776         SPE ABI handling.
9777         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
9778         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
9779         paired_divv2sf3): Similar.
9780         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
9781         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
9782         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
9783         RS6000_BUILTIN_S.
9784         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
9785         Rename the paired_* instruction patterns.
9786         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
9787         define __SPE__.
9788         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
9789         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
9790         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
9791         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
9792         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
9793         PAIRED_VECTOR_MODE.
9794         (struct machine_function): Delete field spe_insn_chain_scanned_p.
9795         (spe_func_has_64bit_regs_p): Delete.
9796         (spe_expand_predicate_builtin): Delete.
9797         (spe_expand_evsel_builtin): Delete.
9798         (TARGET_DWARF_REGISTER_SPAN): Do not define.
9799         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
9800         (invalid_e500_subreg): Delete.
9801         (rs6000_legitimize_address): Always force_reg op2 as well, for
9802         paired single memory accesses.
9803         (rs6000_member_type_forces_blk): Delete.
9804         (rs6000_spe_function_arg): Delete.
9805         (rs6000_expand_unop_builtin): Delete SPE handling.
9806         (rs6000_expand_binop_builtin): Ditto.
9807         (spe_expand_stv_builtin): Delete.
9808         (bdesc_2arg_spe): Delete.
9809         (spe_expand_builtin): Delete.
9810         (spe_expand_predicate_builtin): Delete.
9811         (spe_expand_evsel_builtin): Delete.
9812         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
9813         (spe_init_builtins): Delete.
9814         (spe_func_has_64bit_regs_p): Delete.
9815         (savres_routine_name): Delete "info" parameter.  Adjust callers.
9816         (rs6000_emit_stack_reset): Ditto.
9817         (rs6000_dwarf_register_span): Delete.
9818         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
9819         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
9820         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
9821         Delete.
9822         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
9823         Delete.
9824         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
9825         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
9826         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
9827         mulv2sf3, divv2sf3): Delete expanders.
9829 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9831         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
9833 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9835         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
9836         * config/rs6000/rs6000.c: Ditto.
9838 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9840         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
9841         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
9842         comparison_operator.
9844 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9846         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
9847         * config/rs6000/rs6000.opt: Ditto.
9848         * config/rs6000/t-rtems: Ditto.
9850 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9852         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
9853         TARGET_E500_SINGLE by 0, simplify.
9854         * config/rs6000/rs6000.c: Ditto.
9855         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
9856         (spe_build_register_parallel): Delete.
9857         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
9858         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
9859         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
9860         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
9861         (E500_CONVERT): Delete.
9862         * config/rs6000/spe.md: Remove many patterns and all define_constants.
9864 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9866         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
9867         * config/rs6000/dfp.md: Ditto.
9868         (negdd2, *negdd2_fpr): Merge.
9869         (absdd2, *absdd2_fpr): Merge.
9870         (negtd2, *negtd2_fpr): Merge.
9871         (abstd2, *abstd2_fpr): Merge.
9872         * config/rs6000/e500.h: Delete file.
9873         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
9874         TARGET_FPRS by 1 and simplify.
9875         * config/rs6000/rs6000-c.c: Ditto.
9876         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
9877         TARGET_DF_SPE by 0.
9878         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
9879         TARGET_DF_SPE.
9880         * config/rs6000/rs6000.md: Ditto.
9881         (floatdidf2, *floatdidf2_fpr): Merge.
9882         (move_from_CR_gt_bit): Delete.
9883         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
9884         (E500_CR_IOR_COMPARE): Delete.
9885         (All patterns that require !TARGET_FPRS): Delete.
9886         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
9888 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9890         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
9892 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9894         * graphds.c (add_edge): Intitialize edge's attached data.
9895         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
9896         pointer parameter.  Call pointed function on each edge during
9897         graph traversing.  Skip traversing the edge when the function
9898         returns true.
9899         (graphds_dfs, graphds_scc): Ditto.
9900         (for_each_edge): New parameter.  Pass the new parameter to callback
9901         function.
9902         * graphds.h (skip_edge_callback): New function pointer type.
9903         (graphds_dfs, graphds_scc): New function pointer parameter.
9904         (graphds_edge_callback, for_each_edge): New parameter.
9906 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9908         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
9909         out code checking if runtime alias check is possible to below ...
9910         Call the new function.
9911         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
9912         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
9914 2017-06-07  Marek Polacek  <polacek@redhat.com>
9916         PR sanitizer/80932
9917         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
9918         TYPE_OVERFLOW_WRAPS check.
9920 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9922         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
9923         if versioning is required.
9924         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
9925         peeling with the check for versioning.
9927 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9929         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
9930         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
9931         Set true to new parameter if new ssa variable is defined.
9932         (vect_gen_vector_loop_niters): Refactor.  Set range information
9933         for the new vector loop bound variable.
9934         (vect_do_peeling): Ditto.
9936 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9938         * tree-affine.c (ssa.h): Include header file.
9939         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
9940         has wrapping overflow behavior.
9942 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9944         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
9946 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9948         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
9949         (tree_to_aff_combination): ... here.
9951 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9953         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
9954         reg_pressure model function.
9955         (ivopts_global_cost_for_size): Delete.
9956         (determine_set_costs, iv_ca_recount_cost): Call new model function
9957         ivopts_estimate_reg_pressure.
9959 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9961         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
9962         expensive than udiv.  Remove floating point cases from mod.
9964 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9966         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
9967         Increase idiv cost.
9969 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9971         * config/aarch64/aarch64.md
9972         (copysignsf3): Fix mask generation.
9974 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
9976         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
9977         TDI_gimple.
9978         (class dump_manager): Add register_dumps method.
9979         * dumpfile.c: Include langhooks.h.
9980         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
9981         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
9982         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
9983         (dump_manager::dump_register): Start with 512 entries instead of 32.
9984         (dump_manager::register_dumps): New method.
9985         * toplev.c (general_init): Instead of invoking register_dumps
9986         langhook, invoke register_dumps method on the dump manager.
9987         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
9988         TDI_generic.
9990 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
9992         * doc/md.texi: Clarify the restrictions on a define_insn condition.
9993         Say that # requires an associated define_split to exist, and that
9994         the define_split must be suitable for use after register allocation.
9996 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
9998         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
9999         (compute_outgoing_frequencies): Also initialize zero counts.
10000         (find_many_sub_basic_blocks): Do not produce uninitialized profile
10001         around loops; preserve more of profile when nothing changes.
10003 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
10005         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
10006         here.
10007         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
10008         * config/arm/arm-cpu-cdata.h: Regenerate.
10009         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
10010         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
10011         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
10012         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
10013         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
10014         support.
10015         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
10016         support.
10017         * config/arm/t-rmprofile: Likewise.
10018         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
10020 2017-06-06  David S. Miller  <davem@davemloft.net>
10022         PR target/80968
10023         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
10024         blockage if function uses alloca.
10026 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
10028         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
10029         New "uid" fields to hold pretty-print IDs of group and ref.
10030         Memory references are now identified as <group_id>:<ref_id>
10031         instead of using [random] addresses.
10032         (dump_mem_details): Simplify, no functional change.
10033         (dump_mem_ref): Simplify and make output more concise.
10034         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
10035         (find_or_create_group): Initialize group uid.
10036         (record_ref): Initialize ref uid.  Improve debug output.
10037         (prune_group_by_reuse, should_issue_prefetch_p,)
10038         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
10039         (mark_nontemporal_store, determine_loop_nest_reuse):
10040         Improve debug output.
10042 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
10044         * dbgcnt.def (prefetch): New debug counter.
10045         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
10046         (schedule_prefetches): Stop issueing prefetches if debug counter
10047         tripped.
10049 2017-06-06  Tom de Vries  <tom@codesourcery.com>
10051         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
10052         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
10054 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10056         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
10057         Use aarch64_reg_or_zero predicate for operand 4.
10058         (aarch64_compare_and_swap<mode> define_insn_and_split):
10059         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
10060         (aarch64_store_exclusive<mode>): Likewise for operand 2.
10062 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10064         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
10065         (arm_compute_save_core_reg_mask): This.
10066         (thumb1_compute_save_reg_mask): Rename into ...
10067         (thumb1_compute_save_core_reg_mask): This.
10068         (arm_compute_save_reg0_reg12_mask): Adapt comment.
10069         (arm_compute_frame_layout): Likewise.
10071 2017-06-06  Richard Biener  <rguenther@suse.de>
10073         PR tree-optimization/80974
10074         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
10075         keep or clear leaders SSA info.
10077 2017-06-06  Tom de Vries  <tom@codesourcery.com>
10079         * config/nvptx/nvptx.c (split_mode_p): New function.
10080         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
10082 2017-06-06  Tom de Vries  <tom@codesourcery.com>
10084         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
10086 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10088         PR bootstrap/80978
10089         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
10090         profile.
10092 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10094         * shrink-wrap.c (handle_simple_exit): Update profile.
10095         (try_shrink_wrapping): Upate profile.
10097 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10099         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
10100         (tree_guess_outgoing_edge_probabilities): New.
10101         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
10102         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
10104 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10106         * ipa-split.c (split_function): Initialize return bb profile.
10108 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10110         * profile.c (compute_branch_probabilities): Also initialize
10111         EXIT_BLOCK profile.
10113 2017-06-06  Richard Biener  <rguenther@suse.de>
10115         PR tree-optimization/80928
10116         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
10117         (vect_analyze_loop_operations): Properly guard analysis for
10118         pure SLP case.
10119         (vect_transform_loop): Likewise.
10120         (vect_analyze_loop_2): Also reset SLP type on PHIs.
10121         (vect_model_induction_cost): Do not cost for pure SLP.
10122         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
10123         of induction in inner loop vectorization.
10124         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
10125         (vect_get_and_check_slp_defs): Handle vect_induction_def.
10126         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
10127         recursion.
10128         (vect_analyze_slp_cost_1): Cost induction.
10129         (vect_detect_hybrid_slp_stmts): Handle PHIs.
10130         (vect_get_slp_vect_defs): Likewise.
10131         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
10132         (vect_transform_stmt): Handle SLP reductions.
10133         * tree-vectorizer.h (vectorizable_induction): Adjust.
10135 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10137         * config/rs6000/rs6000.c (make_resolver_func): Update
10138         init_lowered_empty_function call.
10140 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10142         * doc/invoke.texi: Document the -fprofile-abs-path option.
10143         * common.opt (fprofile-abs-path): New option.
10144         * gcov-io.h (gcov_write_filename): Declare.
10145         * gcov-io.c (gcov_write_filename): New function.
10146         * coverage.c (coverage_begin_function): Use gcov_write_filename.
10147         * profile.c (output_location): Likewise.
10149 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10151         * shring-wrap.c: Revert accidental commit.
10153 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
10155         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
10157 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10159         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
10160         new edge.
10161         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
10162         profile in callgraph edge.
10163         * profile-count.h (apply_probability): If THIS is 0, then result is 0
10164         (apply_scale): Likewise.
10165         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
10166         Also scale profile when inlining function with zero profile.
10167         (initialize_cfun): Update exit block profile even when it is zero.
10168         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
10169         when profile is read.
10171 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10173         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
10174         (CLONE_*): New constants to define the processors we can generate
10175         code for with the target_clone attribute.
10176         (rs6000_clone_map): New array to identify which clone processors
10177         the current program is running on.
10178         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
10179         target_clone attribute.
10180         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
10181         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
10182         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
10183         (cpu_expand_builtin): Add support for target_clone attribute.
10184         (rs6000_valid_attribute_p): Allow "default" attribute.
10185         (get_decl_name): New debug function to simplify printing the
10186         current function name in debugging statements.
10187         (rs6000_clone_priority): New functions to support the target_clone
10188         attribute, and be able to generate code to switch between ISA 2.05
10189         through ISA 3.0 (power6 through power9).
10190         (rs6000_compare_version_priority): Likewise.
10191         (rs6000_get_function_versions_dispatcher): Likewise.
10192         (make_resolver_func): Likewise.
10193         (add_condition_to_bb): Likewise.
10194         (dispatch_function_versions): Likewise.
10195         (rs6000_generate_version_dispatcher_body): Likewise.
10196         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
10197         (fusion_gpr_load_p): Fix a spacing issue.
10198         * doc/extend.texi (Common Function Attributes): Document that the
10199         PowerPC supports the target_clone attribute.
10201 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10203         * config/arm/arm.h: explain F symbol found in description of ARM
10204         register allocation in its legend.
10206 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10208         * config/mips/frame-header-opt.c: Include profile-count.h.
10209         * config/riscv/riscv.c: Include profile-count.h
10211 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10213         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
10214         update profile.
10215         (sm_set_flag_if_changed): Add bbs field.
10216         (execute_sm_if_changed_flag_set): Pass BBS.
10217         (execute_sm): Update.
10219 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10221         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
10222         New pattern.
10224 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10226         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
10227         (peephole2): New peephole2 to emit the above.
10228         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
10230 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10232         * config/aarch64/aarch64.c (define_peephole2 above
10233         *sub_<shift>_<mode>): New peephole.
10235 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
10237         * config/i386/i386.c (make_resolver_func): Update.
10238         * Makefile.in: Add profile-count.h and profile-count.o
10239         * auto-profile.c (afdo_indirect_call): Update to new API.
10240         (afdo_set_bb_count): Update.
10241         (afdo_propagate_edge): Update.
10242         (afdo_propagate_circuit): Update.
10243         (afdo_calculate_branch_prob): Update.
10244         (afdo_annotate_cfg): Update.
10245         * basic-block.h: Include profile-count.h
10246         (struct edge_def): Turn count to profile_count.
10247         (struct basic_block_def): Likewie.
10248         (REG_BR_PROB_BASE): Move to profile-count.h
10249         (RDIV): Move to profile-count.h
10250         * bb-reorder.c (max_entry_count): Turn to profile_count.
10251         (find_traces): Update.
10252         (rotate_loop):Update.
10253         (connect_traces):Update.
10254         (sanitize_hot_paths):Update.
10255         * bt-load.c (migrate_btr_defs): Update.
10256         * cfg.c (RDIV): Remove.
10257         (init_flow): Use alloc_block.
10258         (alloc_block): Uninitialize count.
10259         (unchecked_make_edge): Uninitialize count.
10260         (check_bb_profile): Update.
10261         (dump_edge_info): Update.
10262         (dump_bb_info): Update.
10263         (update_bb_profile_for_threading): Update.
10264         (scale_bbs_frequencies_int): Update.
10265         (scale_bbs_frequencies_gcov_type): Update.
10266         (scale_bbs_frequencies_profile_count): New.
10267         * cfg.h (update_bb_profile_for_threading): Update.
10268         (scale_bbs_frequencies_profile_count): Declare.
10269         * cfgbuild.c (compute_outgoing_frequencies): Update.
10270         (find_many_sub_basic_blocks): Update.
10271         * cfgcleanup.c (try_forward_edges): Update.
10272         (try_crossjump_to_edge): Update.
10273         * cfgexpand.c (expand_gimple_tailcall): Update.
10274         (construct_exit_block): Update.
10275         * cfghooks.c (verify_flow_info): Update.
10276         (dump_bb_for_graph): Update.
10277         (split_edge): Update.
10278         (make_forwarder_block): Update.
10279         (duplicate_block): Update.
10280         (account_profile_record): Update.
10281         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
10282         (get_estimated_loop_iterations): Update.
10283         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
10284         (single_likely_exit): Update.
10285         * cfgloopmanip.c (scale_loop_profile): Update.
10286         (loopify): Update.
10287         (set_zero_probability): Update.
10288         (lv_adjust_loop_entry_edge): Update.
10289         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
10290         (purge_dead_edges): Update.
10291         (rtl_account_profile_record): Update.
10292         * cgraph.c (cgraph_node::create): Uninitialize count.
10293         (symbol_table::create_edge): Uninitialize count.
10294         (cgraph_update_edges_for_call_stmt_node): Update.
10295         (cgraph_edge::dump_edge_flags): Update.
10296         (cgraph_node::dump): Update.
10297         (cgraph_edge::maybe_hot_p): Update.
10298         * cgraph.h: Include profile-count.h
10299         (create_clone), create_edge, create_indirect_edge): Update.
10300         (cgraph_node): Turn count to profile_count.
10301         (cgraph_edge0: Likewise.
10302         (make_speculative, clone): Update.
10303         (create_edge): Update.
10304         (init_lowered_empty_function): Update.
10305         * cgraphclones.c (cgraph_edge::clone): Update.
10306         (duplicate_thunk_for_node): Update.
10307         (cgraph_node::create_clone): Update.
10308         * cgraphunit.c (cgraph_node::analyze): Update.
10309         (cgraph_node::expand_thunk): Update.
10310         * final.c (dump_basic_block_info): Update.
10311         * gimple-streamer-in.c (input_bb): Update.
10312         * gimple-streamer-out.c (output_bb): Update.
10313         * graphite.c (print_global_statistics): Update.
10314         (print_graphite_scop_statistics): Update.
10315         * hsa-brig.c: Include basic-block.h.
10316         * hsa-dump.c: Include basic-block.h.
10317         * hsa-gen.c (T sum_slice): Update.
10318         (convert_switch_statements):Update.
10319         * hsa-regalloc.c: Include basic-block.h.
10320         * ipa-chkp.c (chkp_produce_thunks): Update.
10321         * ipa-cp.c (struct caller_statistics): Update.
10322         (init_caller_stats): Update.
10323         (gather_caller_stats): Update.
10324         (ipcp_cloning_candidate_p): Update.
10325         (good_cloning_opportunity_p): Update.
10326         (get_info_about_necessary_edges): Update.
10327         (dump_profile_updates): Update.
10328         (update_profiling_info): Update.
10329         (update_specialized_profile): Update.
10330         (perhaps_add_new_callers): Update.
10331         (decide_about_value): Update.
10332         (ipa_cp_c_finalize): Update.
10333         * ipa-devirt.c (struct odr_type_warn_count): Update.
10334         (struct decl_warn_count): Update.
10335         (struct final_warning_record): Update.
10336         (possible_polymorphic_call_targets): Update.
10337         (ipa_devirt): Update.
10338         * ipa-fnsummary.c (redirect_to_unreachable): Update.
10339         * ipa-icf.c (sem_function::merge): Update.
10340         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
10341         * ipa-inline.c (compute_uninlined_call_time): Update.
10342         (compute_inlined_call_time): Update.
10343         (want_inline_small_function_p): Update.
10344         (want_inline_self_recursive_call_p): Update.
10345         (edge_badness): Update.
10346         (lookup_recursive_calls): Update.
10347         (recursive_inlining): Update.
10348         (inline_small_functions): Update.
10349         (dump_overall_stats): Update.
10350         (dump_inline_stats): Update.
10351         * ipa-profile.c (ipa_profile_generate_summary): Update.
10352         (ipa_propagate_frequency): Update.
10353         (ipa_profile): Update.
10354         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
10355         * ipa-utils.c (ipa_merge_profiles): Update.
10356         * loop-doloop.c (doloop_modify): Update.
10357         * loop-unroll.c (report_unroll): Update.
10358         (unroll_loop_runtime_iterations): Update.
10359         * lto-cgraph.c (lto_output_edge): Update.
10360         (lto_output_node): Update.
10361         (input_node): Update.
10362         (input_edge): Update.
10363         (merge_profile_summaries): Update.
10364         * lto-streamer-in.c (input_cfg): Update.
10365         * lto-streamer-out.c (output_cfg): Update.
10366         * mcf.c (create_fixup_graph): Update.
10367         (adjust_cfg_counts): Update.
10368         (sum_edge_counts): Update.
10369         * modulo-sched.c (sms_schedule): Update.
10370         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
10371         * predict.c (maybe_hot_count_p): Update.
10372         (probably_never_executed): Update.
10373         (dump_prediction): Update.
10374         (combine_predictions_for_bb): Update.
10375         (propagate_freq): Update.
10376         (handle_missing_profiles): Update.
10377         (counts_to_freqs): Update.
10378         (rebuild_frequencies): Update.
10379         (force_edge_cold): Update.
10380         * predict.h: Include profile-count.h
10381         (maybe_hot_count_p, counts_to_freqs): UPdate.
10382         * print-rtl-function.c: Do not include cfg.h
10383         * print-rtl.c: Include basic-block.h
10384         * profile-count.c: New file.
10385         * profile-count.h: New file.
10386         * profile.c (is_edge_inconsistent): Update.
10387         (correct_negative_edge_counts): Update.
10388         (is_inconsistent): Update.
10389         (set_bb_counts): Update.
10390         (read_profile_edge_counts): Update.
10391         (compute_frequency_overlap): Update.
10392         (compute_branch_probabilities): Update; Initialize and deinitialize
10393         gcov_count tables.
10394         (branch_prob): Update.
10395         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
10396         (edge_gcov_count): New.
10397         (bb_gcov_count): New.
10398         * shrink-wrap.c (try_shrink_wrapping): Update.
10399         * tracer.c (better_p): Update.
10400         * trans-mem.c (expand_transaction): Update.
10401         (ipa_tm_insert_irr_call): Update.
10402         (ipa_tm_insert_gettmclone_call): Update.
10403         * tree-call-cdce.c: Update.
10404         * tree-cfg.c (gimple_duplicate_sese_region): Update.
10405         (gimple_duplicate_sese_tail): Update.
10406         (gimple_account_profile_record): Update.
10407         (execute_fixup_cfg): Update.
10408         * tree-inline.c (copy_bb): Update.
10409         (copy_edges_for_bb): Update.
10410         (initialize_cfun): Update.
10411         (freqs_to_counts): Update.
10412         (copy_cfg_body): Update.
10413         (expand_call_inline): Update.
10414         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
10415         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
10416         (try_unroll_loop_completely): Update.
10417         (try_peel_loop): Update.
10418         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
10419         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
10420         * tree-ssa-loop-split.c (connect_loops): Update.
10421         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
10422         * tree-ssa-reassoc.c (branch_fixup): Update.
10423         * tree-ssa-tail-merge.c (replace_block_by): Update.
10424         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
10425         (compute_path_counts): Update.
10426         (update_profile): Update.
10427         (recompute_probabilities): Update.
10428         (update_joiner_offpath_counts): Update.
10429         (estimated_freqs_path): Update.
10430         (freqs_to_counts_path): Update.
10431         (clear_counts_path): Update.
10432         (ssa_fix_duplicate_block_edges): Update.
10433         (duplicate_thread_path): Update.
10434         * tree-switch-conversion.c (case_bit_test_cmp): Update.
10435         (struct switch_conv_info): Update.
10436         * tree-tailcall.c (decrease_profile): Update.
10437         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
10438         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
10439         * value-prof.c (check_counter): Update.
10440         (gimple_divmod_fixed_value): Update.
10441         (gimple_mod_pow2): Update.
10442         (gimple_mod_subtract): Update.
10443         (gimple_ic_transform): Update.
10444         (gimple_stringop_fixed_value): Update.
10445         * value-prof.h (gimple_ic): Update.
10447 2017-06-02  Carl Love  <cel@us.ibm.com>
10449         * config/rs6000/rs6000-c: Add support for built-in functions
10450         vector double vec_doublee (vector signed int);
10451         vector double vec_doublee (vector unsigned int);
10452         vector double vec_doublee (vector float);
10453         vector double vec_doubleh (vector signed int);
10454         vector double vec_doubleh (vector unsigned int);
10455         vector double vec_doubleh (vector float);
10456         vector double vec_doublel (vector signed int);
10457         vector double vec_doublel (vector unsigned int);
10458         vector double vec_doublel (vector float);
10459         vector double vec_doubleo (vector signed int);
10460         vector double vec_doubleo (vector unsigned int);
10461         vector double vec_doubleo (vector float);.
10462         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
10463         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
10464         UNS_DOUBLEL.
10465         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
10466         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
10467         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
10468         VS_sxwsp.
10469         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
10470         vec_doublel, vec_doubleh.
10471         * doc/extend.texi: Update the built-in documentation file for the
10472         new built-in functions.
10474 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
10476         PR jit/80954
10477         * ipa-inline-analysis.c (free_growth_caches): Set
10478         edge_removal_hook_holder to NULL after removing it.
10480 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
10482         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
10483         comparision with zero.
10485 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10486         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10487         for early expansion of vec_min and vec_max builtins.
10488         (builtin_function_type): Add min/max unsigned variants to those
10489         identified as having unsigned arguments.
10491 2017-06-02  Olivier Hainque  <hainque@adacore.com>
10493         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
10495 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10497         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
10498         Use VALL_F16 iterator rather than VALL.
10500 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10502         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
10503         Emit CBNZ inside loop when doing a strong exchange and comparing
10504         against zero.  Generate the CC flags after the loop.
10506 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
10508         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
10509         (dl_section_ref): New.
10510         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
10511         On AIX, append an expression to subtract the size of the
10512         section length to dl_section_ref.
10514 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10516         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10517         for early expansion of vector absolute builtins.
10519 2017-06-02  Richard Biener  <rguenther@suse.de>
10521         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
10522         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
10524 2017-06-02  Richard Biener  <rguenther@suse.de>
10526         PR tree-optimization/80948
10527         * tree-tailcall.c (find_tail_calls): Track stmts to move in
10528         stmt order as well.
10530 2017-06-02  Richard Biener  <rguenther@suse.de>
10532         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
10533         PHIs are ok.
10534         * tree-vect-stmts.c (process_use): Do not mark backedge defs
10535         for inductions as relevant.
10537 2017-06-02  Richard Biener  <rguenther@suse.de>
10539         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
10540         (vectorizable_induction): ... this.  Remove dead code.
10542 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
10544         * builtins. (expand_builtin_alloca): Remove second parameter and
10545         infer its value from the first parameter instead.
10546         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
10548 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
10550         PR rtl-optimization/80903
10551         * loop-doloop.c (add_test): Unshare sequence.
10553 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10555         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
10557 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10559         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
10560         static.
10561         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
10562         xlogue_layout::get_instance, logue_layout::xlogue_layout,
10563         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
10564         (xlogue_layout::get_stub_rtx): Make static.
10565         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
10566         (xlogue_layout::compute_stub_managed_regs): Rename to...
10567         (xlogue_layout::count_stub_managed_regs): ...this.
10568         (xlogue_layout::is_stub_managed_reg): New function.
10569         (xlogue_layout::m_stub_names): Rename to...
10570         (xlogue_layout::s_stub_names): ...this, make static.
10571         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
10572         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
10573         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
10574         xlogue_layout::s_stub_names): Instantiate statics.
10575         (stub_managed_regs): Remove.
10576         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
10577         (disable_call_ms2sysv_xlogues): Rename to...
10578         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
10579         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
10580         warning logic.
10581         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
10582         change after reload_completed.
10583         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
10584         directly.
10585         (ix86_expand_prologue): Likewise.
10586         (ix86_expand_epilogue): Likewise.
10587         (ix86_expand_split_stack_prologue): Likewise.
10588         (ix86_compute_frame_layout): Remove frame parameter ...
10589         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
10590         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
10591         only if necessary.
10592         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
10593         (ix86_frame): Move from here ...
10594         * config/i386/i386.h (ix86_frame): ... to here.
10595         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
10596         complete ix86_frame data structure instead.  Remove some_ld_name.
10598 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10600         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
10601         symbols that hold a DECL_VALUE_EXPR.
10603 2017-06-01  Martin Jambor  <mjambor@suse.cz>
10605         PR tree-optimization/80898
10606         * tree-sra.c (process_subtree_disqualification): Removed.
10607         (disqualify_candidate): Do not acll
10608         process_subtree_disqualification.
10609         (subtree_mark_written_and_enqueue): New function.
10610         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
10611         RHS has been disqualified and re-queue LHS if necessary.  Apart
10612         from that, ignore disqualified RHS.
10614 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10616         * config/s390/s390.c (s390_emit_epilogue): Disable early return
10617         address fetch for z10 or later.
10619 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10621         * config/arc/arc.md (tst_movb): Add guard when splitting.
10623 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10625         * config/arc/arc.c (arc_can_eliminate): Test against
10626         arc_frame_pointer_needed.
10628 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10630         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
10631         to prevent store reordering.
10632         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
10633         (type): Add block type.
10634         (stack_tie): Define special instruction to be used in
10635         expand_prologue.
10637 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10639         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
10640         constraint. It is not valid for the pattern.
10641         (noncommutative_binary_comparison): Likewise.
10643 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10645         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
10646         scaled addresses.
10648 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10650         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
10651         be used by the reg-alloc.
10653 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10655         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
10656         reg-alloc when having mul64 or mul32x16 instructions.
10657         (mulsidi3): Likewise.
10658         (umulsidi3): Likewise.
10659         (mulsi32x16): New pattern.
10660         (mulsi64): Likewise.
10661         (mulsidi64): Likewise.
10662         (umulsidi64): Likewise.
10663         (MUL32x16_REG): Define.
10664         (mul64_600): Use MUL32x16_REG.
10665         (mac64_600): Likewise.
10666         (umul64_600): Likewise.
10667         (umac64_600): Likewise.
10669 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10671         * config/arc/arc.md (mulsi3_700): Make it commutative.
10673 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
10675         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
10676         type for movstouw.
10677         (*sign_extendsidi2_insn): Likewise for movstosw.
10679 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10681         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
10682         the type of the input discriminant value.  Convert the
10683         discriminant value of signedness vary.
10685 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
10687         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
10688         Add to -Wall section.
10690 2017-06-01  Richard Biener  <rguenther@suse.de>
10692         PR middle-end/66313
10693         * fold-const.c (fold_plusminus_mult_expr): If the factored
10694         factor may be zero use a wrapping type for the inner operation.
10695         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
10696         and handle moved defs.
10697         (process_assignment): Properly guard the unary op case.  Return a
10698         tri-state indicating that moving the stmt before the call may allow
10699         to continue.  Pass through to_move.
10700         (find_tail_calls): Handle moving unrelated defs before
10701         the call.
10703 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
10705         PR target/80618
10706         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
10707         splitter result in the canonical way.
10709 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
10711         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
10712         also for 32bit target.  Update insn attributes.
10713         (zero-extendsidi2 splitter): Allow all registers for operand 1.
10715 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
10717         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
10718         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
10719         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
10720         (_mm_maskz_min_ss): New intrinsics.
10722 2017-05-31  Martin Liska  <mliska@suse.cz>
10724         * tree-vect-loop.c (vect_create_epilog_for_reduction):
10725         Change comment style to one we normally use.
10726         (vectorizable_reduction): Likewise.
10727         (vectorizable_induction): Likewise.
10728         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
10729         (vectorizable_call): Likewise.
10730         (vectorizable_simd_clone_call): Likewise.
10731         (vectorizable_conversion): Likewise.
10732         (vectorizable_assignment): Likewise.
10733         (vectorizable_shift): Likewise.
10734         (vectorizable_operation): Likewise.
10735         (vectorizable_store): Likewise.
10736         (vectorizable_load): Likewise.
10737         * tree-vectorizer.h: Likewise.
10739 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
10741         * passes.c (emergency_dump_function): New.
10742         * tree-pass.h (emergency_dump_function): Declare.
10743         * plugin.c (plugins_internal_error_function): Remove.
10744         * plugin.h (plugins_internal_error_function): Remove declaration.
10745         * toplev.c (internal_error_function): New static function.  Use it...
10746         (general_init): ...here.
10748 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
10750         * config/arc/arc.c (arc_print_operand): Handle constant operands.
10751         (arc_rtx_costs): Add costs for new patterns.
10752         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
10753         * config/arc/predicates.md: Add _1_2_3_operand predicate.
10755 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10757         * tree-ssa-strlen.c (get_next_strinfo): New function.
10758         (get_stridx_plus_constant): Use it.
10759         (zero_length_string): Likewise.
10760         (adjust_related_strinfos): Likewise.
10761         (adjust_last_stmt): Likewise.
10763 2017-05-31  Richard Biener  <rguenther@suse.de>
10765         PR target/80880
10766         * config/i386/i386.c (ix86_expand_builtin): Remove assert
10767         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
10769 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10771         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
10772         loop_vinfo argument and use of dependence distance vectors.
10773         Check instead whether the two references differ only in their
10774         initial value and assume that they have the same alignment if the
10775         difference is a multiple of the vector alignment.
10776         (vect_analyze_data_refs_alignment): Update call accordingly.
10778 2017-05-31  Martin Liska  <mliska@suse.cz>
10780         PR target/79155
10781         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
10783 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10785         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
10786         (create_intersect_range_checks): Move from ...
10787         * tree-data-ref.c (create_intersect_range_checks_index)
10788         (create_intersect_range_checks): ... to here.
10789         (create_runtime_alias_checks): New function factored from ...
10790         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
10791         here.  Call above function.
10792         * tree-data-ref.h (create_runtime_alias_checks): New function.
10794 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10796         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
10797         segment length for dr_b and compute it in wide_int.
10799 2017-05-31  Richard Biener  <rguenther@suse.de>
10801         PR tree-optimization/80906
10802         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
10803         and pass through iv_map.
10804         (copy_bb_and_scalar_dependences): Adjust.
10805         (translate_pending_phi_nodes): Likewise.
10806         (copy_loop_close_phi_args): Handle code-generating IVs instead
10807         of ICEing.
10809 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
10811         * diagnostic-color.c (color_dict): Add "type-diff".
10812         (parse_gcc_colors): Update comment.
10813         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
10814         -fdiagnostics-show-template-tree and -fno-elide-type.
10815         (GCC_COLORS): Add type-diff to example.
10816         (type-diff=): New.
10817         (-fdiagnostics-show-template-tree): New.
10818         (-fno-elide-type): New.
10819         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
10820         the pp_format_decoder callback.  Call any m_format_postprocessor's
10821         "handle" method.
10822         (pretty_printer::pretty_printer): Initialize
10823         m_format_postprocessor.
10824         (pretty_printer::~pretty_printer): Delete any
10825         m_format_postprocessor.
10826         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
10827         (class format_postprocessor): New class.
10828         (struct pretty_printer::format_decoder): Document the new parameters.
10829         (struct pretty_printer::m_format_postprocessor): New field.
10830         * tree-diagnostic.c (default_tree_printer): Update for new
10831         bool and const char ** params.
10832         * tree-diagnostic.h (default_tree_printer): Likewise.
10834 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
10836         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
10837         (lwa_operand): Delete rs6000_gen_cell_microcode test.
10838         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
10839         rs6000_gen_cell_microcode code.
10840         (rs6000_final_prescan_insn): Delete.
10841         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
10842         "warn-cell-microcode" entries.
10843         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
10844         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
10845         throughout.  Change cc_reg_not_micro_cr0_operand to
10846         cc_reg_not_cr0_operand throughout.
10847         (*extendhi<mode>2_noload): Delete.
10848         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
10849         (mwarn-cell-microcode): Delete.
10850         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
10851         -mgen-cell-microcode and -mwarn-cell-microcode.
10853 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
10855         PR target/80833
10856         * config/i386/constraints.md (Yd): New constraint.
10857         (Ye): Ditto.
10858         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
10859         and (?Yd, r) alternatives.  Update insn attributes.
10860         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
10861         and (?*Yd, r) alternatives.  Update insn attributes.
10862         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
10864 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
10866         * gimplify.c (gimplify_modify_expr): Don't create a
10867         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
10868         function.
10870 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
10872         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
10874 2017-05-30  Richard Biener  <rguenther@suse.de>
10876         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
10877         and reduc_def fields.
10878         (STMT_VINFO_REDUC_TYPE): New define.
10879         (STMT_VINFO_REDUC_DEF): Likewise.
10880         (vect_force_simple_reduction): Adjust prototype.
10881         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
10882         (vect_is_simple_reduction): Remove check_reduction argument.
10883         (vect_force_simple_reduction): Adjust and set
10884         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10885         (vectorizable_reduction): Do not re-do reduction analysis
10886         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10887         * tree-parloops.c (gather_scalar_reductions): Adjust.
10889 2017-05-30  Richard Biener  <rguenther@suse.de>
10891         PR middle-end/80901
10892         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
10893         split_edge code.
10895 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10897         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
10898         Introduce unknown_misalignment parameter and remove vf.
10899         (vect_peeling_hash_get_lowest_cost):
10900         Pass unknown_misalignment parameter.
10901         (vect_enhance_data_refs_alignment):
10902         Fix unsupportable data ref treatment.
10904 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10906         * tree-vect-data-refs.c (vect_get_data_access_cost):
10907         Workaround for SLP handling.
10908         (vect_enhance_data_refs_alignment):
10909         Compute costs for doing no peeling at all, compare to the best
10910         peeling costs so far and avoid peeling if cheaper.
10912 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10914         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
10915         Return peeling info and set costs to zero for unlimited cost
10916         model.
10917         (vect_enhance_data_refs_alignment): Also inspect all datarefs
10918         with unknown misalignment. Compute and costs for unknown
10919         misalignment, compare them to the costs for known misalignment
10920         and choose the cheapest for peeling.
10922 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10924         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
10925         (vect_get_peeling_costs_all_drs): Create function.
10926         (vect_peeling_hash_get_lowest_cost):
10927         Use vect_get_peeling_costs_all_drs.
10928         (vect_peeling_supportable): Create function.
10929         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
10931 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10933         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
10934         DR_HAS_NEGATIVE_STEP.
10935         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
10936         (vect_enhance_data_refs_alignment): Use.
10937         (vect_duplicate_ssa_name_ptr_info): Use.
10938         * tree-vectorizer.h (dr_misalignment): Use.
10939         (known_alignment_for_access_p): Use.
10941 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
10943         PR target/78838
10944         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
10945         .lowtext.
10946         (has_section_name): New function.
10948 2017-05-30  Martin Liska  <mliska@suse.cz>
10950         PR other/80909
10951         * auto-profile.c (get_function_decl_from_block): Fix
10952         parenthesis.
10954 2017-05-30  Richard Biener  <rguenther@suse.de>
10956         PR middle-end/80876
10957         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
10959 2017-05-30  Martin Liska  <mliska@suse.cz>
10961         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
10962         * dumpfile.h (struct dump_file_info): Remove ctors.
10964 2017-05-30  Martin Liska  <mliska@suse.cz>
10966         * predict.def: Fix GNU coding style.
10968 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
10970         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
10971         Mark 'to' argument with ATTRIBUTE_UNUSED.
10973 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
10975         * config/xtensa/xtensa.c (xtensa_emit_call): Use
10976         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
10977         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
10978         format string.
10980 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
10982         * doc/install.texi (Options specification): Restore entry of
10983         --enable-sjlj-exceptions.
10985 2017-05-27  Michael Eager  <eager@eagercon.com>
10987         Revert:
10988         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
10990         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
10992         * config/microblaze/microblaze.h
10993         (FIXED_REGISTERS): Update in macro.
10994         (CALL_USED_REGISTERS): Update in macro.
10996 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
10998         * doc/install.texi: Add links to macOS binary distributions.
11000 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
11002         PR bootstrap/80887
11003         Revert:
11004         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11006         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11008 2017-05-26  Martin Liska  <mliska@suse.cz>
11010         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
11012 2017-05-26  Martin Liska  <mliska@suse.cz>
11014         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
11015         always leading ';; '.
11016         (dump_bb_info): Likewise.
11017         (brief_dump_cfg): Likewise.
11018         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
11019         * dumpfile.c: Remove usage of TDF_VERBOSE.
11020         * dumpfile.h (enum dump_kind): Likewise.
11021         (dump_gimple_bb_header): Do not use TDF_COMMENT.
11022         * print-tree.c (debug_verbose): Remove.
11023         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
11024         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
11025         * tree-diagnostic.c (default_tree_printer): Replace
11026         TDF_DIAGNOSTIC with TDF_SLIM.
11028 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11030         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
11031         in parameter loop, rather than loop_vinfo.
11032         (create_intersect_range_checks): Ditto.
11033         (vect_create_cond_for_alias_checks): Update call to above functions.
11035 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11037         PR tree-optimization/80815
11038         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
11039         for merging runtime alias checks.  Handle negative DR_STEPs.
11041 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11043         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
11044         Move from ...
11045         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
11046         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
11047         out code pruning runtime alias checks.
11048         * tree-data-ref.c (prune_runtime_alias_test_list): New function
11049         factored out from above.
11050         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
11051         Move from ...
11052         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
11053         ... to here.
11054         (prune_runtime_alias_test_list): New decalaration.
11056 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
11058         * tree-vect-data-refs.c (compare_tree): Rename and move ...
11059         * tree-data-ref.c (data_ref_compare_tree): ... to here.
11060         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
11061         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
11062         (operator==, comp_dr_with_seg_len_pair): Ditto.
11063         (vect_prune_runtime_alias_test_list): Ditto.
11065 2017-05-26  Martin Liska  <mliska@suse.cz>
11067         PR ipa/80663
11068         * params.def: Bound partial-inlining-entry-probability param.
11070 2017-05-26  Marek Polacek  <polacek@redhat.com>
11072         PR sanitizer/80875
11073         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
11074         can be negated.
11076 2017-05-26  Richard Biener  <rguenther@suse.de>
11078         PR tree-optimization/80842
11079         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
11080         value.
11082 2017-05-26  Richard Biener  <rguenther@suse.de>
11084         PR tree-optimization/80844
11085         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
11087 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
11089         * doc/md.texi (Machine Constraints): Update x86 family
11090         machine constraints section to match 'config/i386/constraints.md'.
11092 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
11094         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
11096 2017-05-25  Nathan Sidwell  <nathan@acm.org>
11098         * doc/invoke.texi (--enable-languages): Update documentation.
11100 2017-05-25  Martin Liska  <mliska@suse.cz>
11102         * dumpfile.c: Add TDF_FOLDING.
11103         * dumpfile.h (enum dump_kind): Likewise.
11104         * genmatch.c (dt_simplify::gen_1): Use it.
11106 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11108         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
11110 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11112         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11113         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
11115 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11117         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
11118         * match.pd (X == C): Rewrite it here.
11119         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
11120         with_certain_nonzero_bits2): New predicates.
11121         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
11123 2017-05-24  Nathan Sidwell  <nathan@acm.org>
11125         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
11126         avoid warning.
11128         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
11129         warning.
11131 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11133         * config/powerpcspe: New port.  Files are copied from the rs6000
11134         port, with "rs6000" in filenames replaced by "powerpcspe".
11136 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
11138         PR rtl-optimization/80754
11139         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
11141 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
11143         * config/sparc/sparc.md (length): Return the correct value for -mflat
11144         sibcalls to match output_sibcall.
11146 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11148         PR bootstrap/80860
11149         PR bootstrap/80843
11150         * config/rs6000/rs6000.c (struct machine_function): Add new field
11151         n_components.
11152         (rs6000_get_separate_components): Init that field, use it.
11153         (rs6000_components_for_bb): Use the field.
11155 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11157         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
11159 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
11161         PR middle-end/80823
11162         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
11164 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11166         PR target/80725
11167         * config/s390/s390.c (s390_check_qrst_address): Check incoming
11168         address against address_operand predicate.
11169         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
11171 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
11173         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
11174         parameters passed indirectly.
11176 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
11178         * config/i386/i386.md (*movdi_internal): Remove SSE4
11179         alternative 18 (?r, *v).  Update insn attributes.
11180         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
11181         Update insn attributes.
11182         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
11183         Update insn attributes.
11184         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
11185         alternative 1 (r, v). Remove isa attribute.
11186         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
11187         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
11188         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
11190 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11192         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
11193         dg-line directive.
11195 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11197         * cgraphunit.c (symbol_table::process_new_functions): Update.
11198         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
11199         (inline_generate_summary): Rename to ...
11200         (ipa_fn_summary_generate): ... this one.
11201         (inline_read_summary): Rename to ...
11202         (ipa_fn_summary_read): ... this one.
11203         (inline_write_summary): Rename to ...
11204         (ipa_fn_summary_write): ... this one.
11205         (inline_free_summary): Rename to ...
11206         (ipa_free_fn_summary): ... this one.
11207         (pass_data_local_fn_summary, pass_local_fn_summary,
11208         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
11209         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
11210         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
11211         make_pass_ipa_fn_summary): New.
11212         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
11213         inline_write_summary, inline_free_summary): Remove.
11214         (ipa_free_fn_summary) : New.
11215         * ipa-inline.c (ipa_inline): Update.
11216         (pass_ipa_inline): Do not generate summaries.
11217         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
11218         Remove.
11219         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
11220         and add pass_ipa_fn_summary.
11221         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
11222         New.
11223         (make_pass_inline_parameters): Remove.
11225 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
11227         * omp-low.c (struct omp_context): Remove "default_kind" member.
11228         Adjust all users.
11230         * omp-offload.c (execute_oacc_device_lower): Remove the
11231         parallelism dimensions function attributes for unparallelized
11232         OpenACC kernels constructs.
11234 2017-05-23  Martin Liska  <mliska@suse.cz>
11236         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
11237         functions.
11238         (cgraph_edge::make_speculative): Likewise.
11239         (cgraph_edge::resolve_speculation): Likewise.
11240         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
11241         (cgraph_node::dump): Likewise.
11242         * cgraph.h: Likewise.
11243         * cgraphunit.c (analyze_functions): Likewise.
11244         (symbol_table::compile): Likewise.
11245         * ipa-cp.c (print_all_lattices): Likewise.
11246         (determine_versionability): Likewise.
11247         (initialize_node_lattices): Likewise.
11248         (ipcp_verify_propagated_values): Likewise.
11249         (estimate_local_effects): Likewise.
11250         (update_profiling_info): Likewise.
11251         (create_specialized_node): Likewise.
11252         (perhaps_add_new_callers): Likewise.
11253         (decide_about_value): Likewise.
11254         (decide_whether_version_node): Likewise.
11255         (identify_dead_nodes): Likewise.
11256         (ipcp_store_bits_results): Likewise.
11257         * ipa-devirt.c (dump_targets): Likewise.
11258         (ipa_devirt): Likewise.
11259         * ipa-icf.c (sem_item::dump): Likewise.
11260         (sem_function::equals): Likewise.
11261         (sem_variable::equals): Likewise.
11262         (sem_item_optimizer::read_section): Likewise.
11263         (sem_item_optimizer::execute): Likewise.
11264         (congruence_class::dump): Likewise.
11265         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
11266         (dump_inline_summary): Likewise.
11267         (estimate_node_size_and_time): Likewise.
11268         (inline_analyze_function): Likewise.
11269         * ipa-inline-transform.c (inline_call): Likewise.
11270         * ipa-inline.c (report_inline_failed_reason): Likewise.
11271         (want_early_inline_function_p): Likewise.
11272         (edge_badness): Likewise.
11273         (update_edge_key): Likewise.
11274         (inline_small_functions): Likewise.
11275         * ipa-profile.c (ipa_profile): Likewise.
11276         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
11277         (ipa_make_edge_direct_to_target): Likewise.
11278         (remove_described_reference): Likewise.
11279         (ipa_impossible_devirt_target): Likewise.
11280         (propagate_controlled_uses): Likewise.
11281         (ipa_print_node_params): Likewise.
11282         (ipcp_transform_function): Likewise.
11283         * ipa-pure-const.c (pure_const_read_summary): Likewise.
11284         (propagate_pure_const): Likewise.
11285         * ipa-reference.c (generate_summary): Likewise.
11286         (read_write_all_from_decl): Likewise.
11287         (propagate): Likewise.
11288         (ipa_reference_read_optimization_summary): Likewise.
11289         * ipa-utils.c (ipa_merge_profiles): Likewise.
11290         * ipa.c (walk_polymorphic_call_targets): Likewise.
11291         (symbol_table::remove_unreachable_nodes): Likewise.
11292         (ipa_single_use): Likewise.
11293         * passes.c (execute_todo): Likewise.
11294         * predict.c (drop_profile): Likewise.
11295         * symtab.c (symtab_node::get_dump_name): New function.
11296         (symtab_node::dump_name): Likewise.
11297         (symtab_node::dump_asm_name): Likewise.
11298         (symtab_node::dump_references): Likewise.
11299         (symtab_node::dump_referring): Likewise.
11300         (symtab_node::dump_base): Likewise.
11301         (symtab_node::debug_symtab): Likewise.
11302         * tree-sra.c (convert_callers_for_node): Likewise.
11303         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
11304         * value-prof.c (init_node_map): Likewise.
11306 2017-05-23  Martin Liska  <mliska@suse.cz>
11308         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
11309         and symtab_node::debug_symtab to symbol_table::debug.
11310         * cgraphunit.c (analyze_functions): Use the renamed function.
11311         (symbol_table::compile): Likewise.
11312         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
11313         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
11314         * passes.c (execute_todo): Likewise.
11315         * symtab.c (symbol_table::dump): New function.
11316         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
11318 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11320         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
11321         that nonconst implies exec.
11323 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11325         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11326         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11327         (inline_edge_summary_vec): Turn into ...
11328         (ipa_call_summaries): ... this one.
11329         (redirect_to_unreachable, edge_set_predicate,
11330         evaluate_properties_for_edge, inline_summary_alloc,
11331         reset_ipa_call_summary, reset_inline_summary,
11332         inline_summary_t::duplicate): Update.
11333         (inline_edge_duplication_hook): Turn to ...
11334         (ipa_call_summary_t::duplicate): ... this one.
11335         (inline_edge_removal_hook): Turn to ...
11336         (ipa_call_summary_t::remove): ... this one.
11337         (dump_inline_edge_summary): Turn to ...
11338         (dump_ipa_call_summary): ... this one.
11339         (estimate_function_body_sizes): Update.
11340         (inline_update_callee_summaries): Update.
11341         (remap_edge_change_prob): Update.
11342         (remap_edge_summaries): Update.
11343         (inline_merge_summary): Update.
11344         (do_estimate_edge_time): Update.
11345         (inline_generate_summary): Update.
11346         (inline_read_section): Update.
11347         (inline_read_summary): Update.
11348         (inline_free_summary): Update.
11349         * ipa-inline.c (can_inline_edge_p): Update.
11350         (compute_inlined_call_time): Update.
11351         (want_inline_small_function_p): Update.
11352         (edge_badness): Update.
11353         (early_inliner): Update.
11354         * ipa-inline.h (inline_edge_summary): Turn to ...
11355         (ipa_call_summary): ... this one.
11356         (ipa_call_summary_t): New class.
11357         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11358         (ipa_call_summaries): New.
11359         (inline_edge_summary): Remove.
11360         (estimate_edge_growth): Update.
11361         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11362         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11363         * ipa-split.c (execute_split_functions): Update.
11364         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11366 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11368         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11369         attributes): Document rdrand effective target.
11371 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11373         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11374         attributes): Sort alphabetically.
11376 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
11378         * config/avr/genmultilib.awk: Use gsub instead of gensub.
11380 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
11382         PR target/80718
11383         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
11384         V2DF/V2DI splat into two separate patterns, one that handles
11385         registers, and the other that only handles memory.  Drop support
11386         for splatting from a GPR on ISA 2.07 and then splitting the
11387         splat into direct move and splat.
11388         (vsx_splat_<mode>_reg): Likewise.
11389         (vsx_splat_<mode>_mem): Likewise.
11391 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
11393         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
11395 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
11397         PR middle-end/80809
11398         * omp-low.c (finish_taskreg_remap): New function.
11399         (finish_taskreg_scan): If unit size of ctx->record_type
11400         is non-constant, unshare the size expression and replace
11401         decls in it with possible outer var refs.
11403         PR middle-end/80809
11404         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
11405         GOVD_SHARED rather than GOVD_PRIVATE with it.
11406         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
11407         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
11409         PR middle-end/80853
11410         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
11411         as last argument to build_outer_var_ref for pointer bases of array
11412         section reductions.
11414 2017-05-19  Martin Sebor  <msebor@redhat.com>
11416         * print-tree.c (print_node): Print DECL_READ_P flag.
11418 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11420         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
11421         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
11422         * cgraph.c: Likewise.
11423         * cgraphunit.c: Likewise.
11424         * gengtype.c: Likewise.
11425         * ipa-cp.c: Likewise.
11426         * ipa-devirt.c: Likewise.
11427         * ipa-icf.c: Likewise.
11428         * ipa-predicate.c: Likewise.
11429         * ipa-profile.c: Likewise.
11430         * ipa-prop.c: Likewise.
11431         * ipa-split.c: Likewise.
11432         * ipa.c: Likewise.
11433         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
11434         edge_predicate_pool, dump_inline_hints,
11435         inline_summary::account_size_time, redirect_to_unreachable,
11436         edge_set_predicate, set_hint_predicate,
11437         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
11438         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
11439         inline_summary_t::remove, remap_hint_predicate_after_duplication,
11440         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
11441         ipa_call_summary_t::remove, initialize_growth_caches,
11442         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
11443         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
11444         mark_modified, unmodified_parm_1, unmodified_parm,
11445         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
11446         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
11447         compute_bb_predicates, will_be_nonconstant_expr_predicate,
11448         will_be_nonconstant_predicate, record_modified_bb_info,
11449         get_minimal_bb, record_modified, param_change_prob,
11450         phi_result_unknown_predicate, predicate_for_phi_result,
11451         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
11452         estimate_function_body_sizes, compute_inline_parameters,
11453         compute_inline_parameters_for_curren, pass_data_inline_parameters,
11454         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
11455         inline_update_callee_summaries, remap_edge_change_prob,
11456         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
11457         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
11458         inline_analyze_function, inline_summary_t::insert,
11459         inline_generate_summary, read_ipa_call_summary, inline_read_section,
11460         inline_read_summary, write_ipa_call_summary, inline_write_summary,
11461         inline_free_summary): Move to ipa-fnsummary.h
11462         (predicate_t): Remove.
11463         * ipa-fnsummary.c: New file.
11464         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
11465         (enum inline_hints_vals, inline_hints, agg_position_info,
11466         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
11467         inline_summaries, ipa_call_summary, ipa_call_summary_t,
11468         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
11469         dump_inline_summary, dump_inline_hints, inline_generate_summary,
11470         inline_read_summary, inline_write_summary, inline_free_summary,
11471         inline_analyze_function, initialize_inline_failed,
11472         inline_merge_summary, inline_update_overall_summary,
11473         compute_inline_parameters): Move to ipa-fnsummary.h
11474         * ipa-fnsummary.h: New file.
11475         * ipa-inline-transform.h: Include ipa-inline.h.
11476         * ipa-inline.c: LIkewise.
11478 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11480         * ipa-inline.c (edge_badness): Use inlined_time instead of
11481         inline_summaries->get.
11483 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11485         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
11487 2017-05-22  Nathan Sidwell  <nathan@acm.org>
11489         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
11490         (fdump-lang): Document 'raw' option.
11491         * dumpfile.h (TDI_tu): Delete.
11492         * dumpfile.c (dump_files): Remove translation-unit.
11493         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
11495 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
11497         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
11498         command option from $(AWK) call.
11499         * config/avr/genmultilib.awk: Simplify and rewrite so that it
11500         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
11501         [FORMAT]: Remove handling of variable.
11502         * config/avr/t-multilib: Regenerate.
11504 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11506         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
11507         self_time.
11508         (dump_inline_summary): Do not print self_time.
11509         (estimate_function_body_sizes): Do not set self_time.
11510         (compute_inline_parameters): Likewise.
11511         (inline_read_section, inline_write_summary): Do not stream self_time.
11512         * ipa-inline.h (inline_summary): Drop self_time.
11514 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11516         * ipa-inline-analysis.c (account_size_time): Rename to ...
11517         (inline_summary::account_size_time): ... this one.
11518         (reset_ipa_call_summary): Turn to ...
11519         (ipa_call_summary::reset): ... this one.
11520         (reset_inline_summary): Turn to ...
11521         (inline_summary::reset): ... this one.
11522         (inline_summary_t::remove): Update.
11523         (inline_summary_t::duplicate): Update.
11524         (ipa_call_summary_t::remove): Update.
11525         (dump_inline_summary): Update.
11526         (estimate_function_body_sizes): Update.
11527         (compute_inline_parameters): Update.
11528         (estimate_node_size_and_time): Update.
11529         (inline_merge_summary): Update.
11530         (inline_update_overall_summary): Update.
11531         (inline_read_section): Update.
11532         (inline_write_summary): Update.
11533         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
11534         add account_size_time and reset member functions.
11535         (ipa_call_summary): Add reset function.
11536         * ipa-predicate.h (predicate::operator &): Constify.
11538 2017-05-22  Richard Biener  <rguenther@suse.de>
11540         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
11542 2017-05-19  Jason Merrill  <jason@redhat.com>
11544         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
11546 2017-05-19  Marek Polacek  <polacek@redhat.com>
11548         PR sanitizer/80800
11549         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
11550         TYPE_OVERFLOW_WRAPS checks.
11552 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
11554         * tree-core.h (enum omp_clause_default_kind): Add
11555         "OMP_CLAUSE_DEFAULT_PRESENT".
11556         * tree-pretty-print.c (dump_omp_clause): Handle it.
11557         * gimplify.c (enum gimplify_omp_var_data): Add
11558         "GOVD_MAP_FORCE_PRESENT".
11559         (gimplify_adjust_omp_clauses_1): Map it to
11560         "GOMP_MAP_FORCE_PRESENT".
11561         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
11563         * gimplify.c (oacc_default_clause): Clarify.
11565 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11567         LANG_HOOK_REGISTER_DUMPS
11568         * toplev.c (general_init): Call register dump lang hook.
11569         * doc/invoke.texi: Document -fdump-lang option family.
11570         * dumpfile.c (dump_files): Remove class dump here.
11571         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
11572         * dumpfile.h (tree_dump_index): Remove TDI_class.
11573         * langhooks-def.h (lhd_register_dumps): Declare.
11574         (LANG_HOOKS_REGISTER_DUMPS): Define.
11575         (LANG_HOOKS_INITIALIZER): Add it.
11576         * langhooks.c (lhd_register_dumps): Define.
11577         * langhooks.h (struct lang_hooks): Add register_dumps.
11579 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11581         * context.h (context::set_passes): New.
11582         * context.c (context::context): Do not create pass manager.
11583         * toplev.c (general_init): Create pass manager here.
11585 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
11587         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
11588         use this splitter if two add or or instructions would also work for
11589         the constant we want to generate.
11591 2017-05-19  Richard Biener  <rguenther@suse.de>
11593         PR build/80821
11594         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
11595         predicate evaluation.
11597 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11599         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
11600         add ctor.
11601         * ipa-inline.c (want_inline_small_function_p): Do not cast to
11602         unsigned.
11604 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11606         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11607         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11608         (inline_edge_summary_vec): Turn into ...
11609         (ipa_call_summaries): ... this one.
11610         (redirect_to_unreachable, edge_set_predicate,
11611         evaluate_properties_for_edge, inline_summary_alloc,
11612         reset_ipa_call_summary, reset_inline_summary,
11613         inline_summary_t::duplicate): Update.
11614         (inline_edge_duplication_hook): Turn to ...
11615         (ipa_call_summary_t::duplicate): ... this one.
11616         (inline_edge_removal_hook): Turn to ...
11617         (ipa_call_summary_t::remove): ... this one.
11618         (dump_inline_edge_summary): Turn to ...
11619         (dump_ipa_call_summary): ... this one.
11620         (estimate_function_body_sizes): Update.
11621         (inline_update_callee_summaries): Update.
11622         (remap_edge_change_prob): Update.
11623         (remap_edge_summaries): Update.
11624         (inline_merge_summary): Update.
11625         (do_estimate_edge_time): Update.
11626         (inline_generate_summary): Update.
11627         (inline_read_section): Update.
11628         (inline_read_summary): Update.
11629         (inline_free_summary): Update.
11630         * ipa-inline.c (can_inline_edge_p): Update.
11631         (compute_inlined_call_time): Update.
11632         (want_inline_small_function_p): Update.
11633         (edge_badness): Update.
11634         (early_inliner): Update.
11635         * ipa-inline.h (inline_edge_summary): Turn to ...
11636         (ipa_call_summary): ... this one.
11637         (ipa_call_summary_t): New class.
11638         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11639         (ipa_call_summaries): New.
11640         (inline_edge_summary): Remove.
11641         (estimate_edge_growth): Update.
11642         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11643         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11644         * ipa-split.c (execute_split_functions): Update.
11645         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11647 2017-05-19  Richard Biener  <rguenther@suse.de>
11649         PR middle-end/80764
11650         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
11652 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11654         * config/rs6000/rs6000.c (struct machine_function): Add field
11655         fpr_is_wrapped_separately.
11656         (rs6000_get_separate_components): Use 64 components.  Handle the
11657         new FPR components.
11658         (rs6000_components_for_bb): Handle the FPR components.
11659         (rs6000_emit_prologue_components): Handle the FPR components.
11660         (rs6000_emit_epilogue_components): Handle the FPR components.
11661         (rs6000_set_handled_components): Handle the FPR components.
11662         (rs6000_emit_prologue): Don't output prologue code for those FPRs
11663         that are already separately shrink-wrapped.
11664         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
11665         that are already separately shrink-wrapped.
11667 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11669         PR target/80510
11670         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
11671         New predicate.
11673         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
11674         (define_peephole2 for Altivec d-form load): Add peepholes to catch
11675         cases where the register allocator uses a move and an offsettable
11676         memory operation to/from a FPR register on ISA 2.06/2.07.
11677         (define_peephole2 for Altivec d-form store): Likewise.
11679 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
11681         PR target/80799
11682         * config/i386/mmx.md (*mov<mode>_internal): Enable
11683         alternatives 11, 12, 13 and 14 also for 32bit targets.
11684         Remove alternatives 15, 16, 17 and 18.
11685         * config/i386/sse.md (vec_concatv2di): Change
11686         alternative (!x, *y) to (x, ?!*Yn).
11688 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
11690         * dumpfile.h (enum dump_kind): Remove stray comma.
11692 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11694         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
11695         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
11696         predicate::num_conditions
11697         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
11698         (CHANGED): turn into predicate::changed.
11699         (agg_position_info): Move to ipa-predicate.h
11700         (add_condition, predicate::add_clause, predicate::operator &=,
11701         predicate::or_with, predicate::evaluate, predicate::probability,
11702         dump_condition, dump_clause, predicate::dump,
11703         predicate::remap_after_duplication, predicate::remap_after_inlining,
11704         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
11705         (evaluate_conditions_for_known_args): Update.
11706         (set_cond_stmt_execution_predicate): Update.
11707         * ipa-inline.h: Include ipa-predicate.h
11708         (condition, inline_param_summary, conditions, agg_position_info,
11709         predicate): Move to ipa-predicate.h
11710         * ipa-predicate.c: New file.
11711         * ipa-predicate.h: New file.
11713 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
11715         * final.c (leaf_function_p): Check we are not in a sequence.
11717 2017-05-18  Martin Liska  <mliska@suse.cz>
11719         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
11720         * dumpfile.c (dump_register): Use new enum dump_kind.
11721         (get_dump_file_name): Likewise.
11722         (dump_enable_all): Likewise.
11723         (dump_switch_p_1): Likewise.
11724         (enable_rtl_dump_file): Remove usage of TDF_RTL.
11725         * dumpfile.h (enum dump_kind): New enum type.
11726         (struct dump_file_info): Create constructor and
11727         format fields and comments.
11728         * passes.c (pass_manager::register_one_dump_file):
11729         Use num dump_kind.
11730         * statistics.c (statistics_early_init): Likewise.
11731         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
11732         TDF_TREE with TDF_SLIM.
11733         (gather_memory_references_ref): Likewise.
11735 2017-05-18  Martin Liska  <mliska@suse.cz>
11737         * vec.h (struct vnull): Use it.
11739 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11741         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
11742         (true_predicate, false_predicate, true_predicate_p,
11743         false_predicate_p): Remove.
11744         (single_cond_predicate, not_inlined_predicate): Turn to member function
11745         in ipa-inline.h
11746         (add_condition): Update.
11747         (add_clause): Turn to...
11748         (predicate::add_clause): ... this one; update; allow passing NULL
11749         as parameter.
11750         (and_predicates): Turn to ...
11751         (predicate::operator &=): ... this one.
11752         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
11753         (or_predicates): Turn to ...
11754         (predicate::or_with): ... this one.
11755         (evaluate_predicate): Turn to ...
11756         (predicate::evaluate): ... this one.
11757         (predicate_probability): Turn to ...
11758         (predicate::probability): ... this one.
11759         (dump_condition): Update.
11760         (dump_predicate): Turn to ...
11761         (predicate::dump): ... this one.
11762         (account_size_time): Update.
11763         (edge_set_predicate): Update.
11764         (set_hint_predicate): UPdate.
11765         (evaluate_conditions_for_known_args): Update.
11766         (evaluate_properties_for_edge): Update.
11767         (remap_predicate_after_duplication): Turn to...
11768         (predicate::remap_after_duplication): ... this one.
11769         (remap_hint_predicate_after_duplication): Update.
11770         (inline_summary_t::duplicate): UPdate.
11771         (dump_inline_edge_summary): Update.
11772         (dump_inline_summary): Update.
11773         (set_cond_stmt_execution_predicate): Update.
11774         (set_switch_stmt_execution_predicate): Update.
11775         (compute_bb_predicates): Update.
11776         (will_be_nonconstant_expr_predicate): Update.
11777         (will_be_nonconstant_predicate): Update.
11778         (phi_result_unknown_predicate): Update.
11779         (predicate_for_phi_result): Update.
11780         (array_index_predicate): Update.
11781         (estimate_function_body_sizes): Update.
11782         (estimate_node_size_and_time): Update.
11783         (estimate_ipcp_clone_size_and_time): Update.
11784         (remap_predicate): Rename to ...
11785         (predicate::remap_after_inlining): ... this one.
11786         (remap_hint_predicate): Update.
11787         (inline_merge_summary): Update.
11788         (inline_update_overall_summary): Update.
11789         (estimate_size_after_inlining): Update.
11790         (read_predicate): Rename to ...
11791         (predicate::stream_in): ... this one.
11792         (read_inline_edge_summary): Update.
11793         (write_predicate): Rename to ...
11794         (predicate::stream_out): ... this one.
11795         (write_inline_edge_summary): Update.
11796         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
11797         (clause_t): Turn to uint32_t
11798         (predicate): Turn to class; implement constructor and operators
11799         ==, !=, &
11800         (size_time_entry): Update.
11801         (inline_summary): Update.
11802         (inline_edge_summary): Update.
11804 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
11806         * fold-const.c (fold_binary_loc): Move transformation...
11807         * match.pd (C - X CMP X): ... here.
11809 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
11811         * config/sparc/sparc.c (sparc_option_override): Set function
11812         alignment for -mcpu=niagara7 to 64 to match the I$ line.
11813         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
11814         latency to 1.
11815         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
11816         latency to 2.
11817         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
11819 2017-05-18  Marek Polacek  <polacek@redhat.com>
11821         PR sanitizer/80797
11822         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
11823         (pass_ubsan::execute): Call gimple_assign_single_p instead of
11824         gimple_assign_load_p.
11826 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
11828         PR middle-end/80692
11829         * real.c (do_compare): Give decimal_do_compare preference over
11830         comparing just the signs.
11832 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
11834         * doc/md.texi (Canonicalization of Instructions): Describe the
11835         canonical form of instructions that inherently set a condition
11836         code register.
11838 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
11840         PR middle-end/80775
11841         * tree-cfg.c: Move deletion of unreachable case statements to after
11842         the merging of consecutive case labels.
11844 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11846         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
11847         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
11848         restoring of callee-saved registers.
11850 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
11852         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
11853         * config/visium/visium.c (single_set_and_flags): Likewise.
11854         * config/visium/visium.md (Substitutions): Likewise.
11856 2017-05-17  Martin Liska  <mliska@suse.cz>
11858         * cfg.c: Introduce dump_flags_t type and
11859         use it instead of int type.
11860         * cfg.h: Likewise.
11861         * cfghooks.c: Likewise.
11862         * cfghooks.h (struct cfg_hooks): Likewise.
11863         * cfgrtl.c: Likewise.
11864         * cfgrtl.h: Likewise.
11865         * cgraph.c (cgraph_node::get_body): Likewise.
11866         * coretypes.h: Likewise.
11867         * domwalk.c: Likewise.
11868         * domwalk.h: Likewise.
11869         * dumpfile.c (struct dump_option_value_info): Likewise.
11870         (dump_enable_all): Likewise.
11871         (dump_switch_p_1): Likewise.
11872         (opt_info_switch_p): Likewise.
11873         * dumpfile.h (enum tree_dump_index): Likewise.
11874         (struct dump_file_info): Likewise.
11875         * genemit.c: Likewise.
11876         * generic-match-head.c: Likewise.
11877         * gengtype.c (open_base_files): Likewise.
11878         * gimple-pretty-print.c: Likewise.
11879         * gimple-pretty-print.h: Likewise.
11880         * graph.c (print_graph_cfg): Likewise.
11881         * graphite-scop-detection.c (dot_all_sese): Likewise.
11882         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
11883         * loop-unroll.c (report_unroll): Likewise.
11884         * passes.c (pass_manager::register_one_dump_file): Likewise.
11885         * print-tree.c: Likewise.
11886         * statistics.c: Likewise.
11887         * tree-cfg.c: Likewise.
11888         * tree-cfg.h: Likewise.
11889         * tree-dfa.c: Likewise.
11890         * tree-dfa.h: Likewise.
11891         * tree-dump.c (dump_function): Likewise.
11892         * tree-dump.h (struct dump_info): Likewise.
11893         * tree-pretty-print.c: Likewise.
11894         * tree-pretty-print.h: Likewise.
11895         * tree-ssa-live.c: Likewise.
11896         * tree-ssa-live.h: Likewise.
11897         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
11898         * tree-vect-loop.c: Likewise.
11899         * tree-vect-slp.c: Likewise.
11901 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
11902             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11904         PR tree-optimization/80457
11905         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
11906         of all arguments to a statement as scalar_to_vec operations.
11907         (vectorizable_call): Adjust call to vect_model_simple_cost for
11908         new parameter.
11909         (vectorizable_conversion): Likewise.
11910         (vectorizable_assignment): Likewise.
11911         (vectorizable_shift): Likewise.
11912         (vectorizable_operation): Likewise.
11913         (vectorizable_comparison): Likewise.
11914         (vect_is_simple_cond): Record the def types for operands.
11915         (vectorizable_condition): Likewise, call vect_model_simple_cost.
11916         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
11917         for statement argument count.
11919 2017-05-16  Carl Love  <cel@us.ibm.com>
11921         * config/rs6000/rs6000-c: Add support for built-in functions
11922         vector unsigned long long vec_bperm (vector unsigned long long,
11923                                              vector unsigned char)
11924         vector signed long long vec_mule (vector signed int,
11925                                           vector signed int)
11926         vector unsigned long long vec_mule (vector unsigned int,
11927                                             vector unsigned int)
11928         vector signed long long vec_mulo (vector signed int,
11929                                           vector signed int)
11930         vector unsigned long long vec_mulo (vector unsigned int,
11931                                             vector unsigned int)
11932         vector signed char vec_sldw (vector signed char,
11933                                      vector signed char,
11934                                      const int)
11935         vector unsigned char vec_sldw (vector unsigned char,
11936                                        vector unsigned char,
11937                                        const int)
11938         vector signed short vec_sldw (vector signed short,
11939                                       vector signed short,
11940                                       const int)
11941         vector unsigned short vec_sldw (vector unsigned short,
11942                                         vector unsigned short,
11943                                         const int)
11944         vector signed int vec_sldw (vector signed int,
11945                                     vector signed int,
11946                                     const int)
11947         vector unsigned int vec_sldw (vector unsigned int,
11948                                       vector unsigned int,
11949                                       const int)
11950         vector signed long long vec_sldw (vector signed long long,
11951                                           vector signed long long,
11952                                           const int)
11953         vector unsigned long long vec_sldw (vector unsigned long long,
11954                                             vector unsigned long long,
11955                                             const int)
11956         * config/rs6000/rs6000-c: Add support for built-in functions
11957         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
11958         * config/rs6000/altivec.h: Add defintion for vec_sldw.
11959         * doc/extend.texi: Update the built-in documentation for the
11960         new built-in functions.
11962 2017-05-16  Marek Polacek  <polacek@redhat.com>
11964         PR sanitizer/80536
11965         PR sanitizer/80386
11966         * tree.c (save_expr): Don't fold the expression.
11968 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
11970         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
11971         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
11972         and (?*y,m).  Update insn attributes.
11974 2017-05-16  Martin Liska  <mliska@suse.cz>
11976         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
11977         flags argument of print_gimple_stmt, print_gimple_expr,
11978         print_generic_stmt and print_generic_expr.
11979         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
11980         * coretypes.h: Likewise.
11981         * except.c (dump_eh_tree): Likewise.
11982         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
11983         * gimple-pretty-print.h: Likewise.
11984         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
11985         (backprop::push_to_worklist): Likewise.
11986         (backprop::pop_from_worklist): Likewise.
11987         (backprop::process_use): Likewise.
11988         (backprop::intersect_uses): Likewise.
11989         (note_replacement): Likewise.
11990         * gimple-ssa-store-merging.c
11991         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
11992         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
11993         (pass_store_merging::execute): Likewise.
11994         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
11995         (ssa_base_cand_dump_callback): Likewise.
11996         (dump_incr_vec): Likewise.
11997         (replace_refs): Likewise.
11998         (replace_mult_candidate): Likewise.
11999         (create_add_on_incoming_edge): Likewise.
12000         (create_phi_basis): Likewise.
12001         (insert_initializers): Likewise.
12002         (all_phi_incrs_profitable): Likewise.
12003         (introduce_cast_before_cand): Likewise.
12004         (replace_one_candidate): Likewise.
12005         * gimplify.c (gimplify_expr): Likewise.
12006         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
12007         (set_rename): Likewise.
12008         (rename_uses): Likewise.
12009         (copy_loop_phi_nodes): Likewise.
12010         (add_close_phis_to_merge_points): Likewise.
12011         (copy_loop_close_phi_args): Likewise.
12012         (copy_cond_phi_args): Likewise.
12013         (graphite_copy_stmts_from_block): Likewise.
12014         (translate_pending_phi_nodes): Likewise.
12015         * graphite-poly.c (print_pdr): Likewise.
12016         (dump_gbb_cases): Likewise.
12017         (dump_gbb_conditions): Likewise.
12018         (print_scop_params): Likewise.
12019         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
12020         (build_cross_bb_scalars_use): Likewise.
12021         (gather_bbs::before_dom_children): Likewise.
12022         * hsa-dump.c (dump_hsa_immed): Likewise.
12023         * ipa-cp.c (print_ipcp_constant_value): Likewise.
12024         (get_replacement_map): Likewise.
12025         * ipa-inline-analysis.c (dump_condition): Likewise.
12026         (estimate_function_body_sizes): Likewise.
12027         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
12028         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
12029         * ipa-prop.c (ipa_dump_param): Likewise.
12030         (ipa_print_node_jump_functions_for_edge): Likewise.
12031         (ipa_modify_call_arguments): Likewise.
12032         (ipa_modify_expr): Likewise.
12033         (ipa_dump_param_adjustments): Likewise.
12034         (ipa_dump_agg_replacement_values): Likewise.
12035         (ipcp_modif_dom_walker::before_dom_children): Likewise.
12036         * ipa-pure-const.c (check_stmt): Likewise.
12037         (pass_nothrow::execute): Likewise.
12038         * ipa-split.c (execute_split_functions): Likewise.
12039         * omp-offload.c (dump_oacc_loop_part): Likewise.
12040         (dump_oacc_loop): Likewise.
12041         * trans-mem.c (tm_log_emit): Likewise.
12042         (tm_memopt_accumulate_memops): Likewise.
12043         (dump_tm_memopt_set): Likewise.
12044         (dump_tm_memopt_transform): Likewise.
12045         * tree-cfg.c (gimple_verify_flow_info): Likewise.
12046         (print_loop): Likewise.
12047         * tree-chkp-opt.c (chkp_print_addr): Likewise.
12048         (chkp_gather_checks_info): Likewise.
12049         (chkp_get_check_result): Likewise.
12050         (chkp_remove_check_if_pass): Likewise.
12051         (chkp_use_outer_bounds_if_possible): Likewise.
12052         (chkp_reduce_bounds_lifetime): Likewise.
12053         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
12054         (chkp_mark_completed_bounds): Likewise.
12055         (chkp_register_incomplete_bounds): Likewise.
12056         (chkp_mark_invalid_bounds): Likewise.
12057         (chkp_maybe_copy_and_register_bounds): Likewise.
12058         (chkp_build_returned_bound): Likewise.
12059         (chkp_get_bound_for_parm): Likewise.
12060         (chkp_build_bndldx): Likewise.
12061         (chkp_get_bounds_by_definition): Likewise.
12062         (chkp_generate_extern_var_bounds): Likewise.
12063         (chkp_get_bounds_for_decl_addr): Likewise.
12064         * tree-chrec.c (chrec_apply): Likewise.
12065         * tree-data-ref.c (dump_data_reference): Likewise.
12066         (dump_subscript): Likewise.
12067         (dump_data_dependence_relation): Likewise.
12068         (analyze_overlapping_iterations): Likewise.
12069         * tree-inline.c (expand_call_inline): Likewise.
12070         (tree_function_versioning): Likewise.
12071         * tree-into-ssa.c (dump_defs_stack): Likewise.
12072         (dump_currdefs): Likewise.
12073         (dump_names_replaced_by): Likewise.
12074         (dump_update_ssa): Likewise.
12075         (update_ssa): Likewise.
12076         * tree-object-size.c (pass_object_sizes::execute): Likewise.
12077         * tree-parloops.c (build_new_reduction): Likewise.
12078         (try_create_reduction_list): Likewise.
12079         (ref_conflicts_with_region): Likewise.
12080         (oacc_entry_exit_ok_1): Likewise.
12081         (oacc_entry_exit_single_gang): Likewise.
12082         * tree-pretty-print.h: Likewise.
12083         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
12084         (get_scalar_evolution): Likewise.
12085         (add_to_evolution): Likewise.
12086         (get_loop_exit_condition): Likewise.
12087         (analyze_evolution_in_loop): Likewise.
12088         (analyze_initial_condition): Likewise.
12089         (analyze_scalar_evolution): Likewise.
12090         (instantiate_scev): Likewise.
12091         (number_of_latch_executions): Likewise.
12092         (gather_chrec_stats): Likewise.
12093         (final_value_replacement_loop): Likewise.
12094         (scev_const_prop): Likewise.
12095         * tree-sra.c (dump_access): Likewise.
12096         (disqualify_candidate): Likewise.
12097         (create_access): Likewise.
12098         (reject): Likewise.
12099         (maybe_add_sra_candidate): Likewise.
12100         (create_access_replacement): Likewise.
12101         (analyze_access_subtree): Likewise.
12102         (analyze_all_variable_accesses): Likewise.
12103         (sra_modify_assign): Likewise.
12104         (initialize_constant_pool_replacements): Likewise.
12105         (find_param_candidates): Likewise.
12106         (decide_one_param_reduction): Likewise.
12107         (replace_removed_params_ssa_names): Likewise.
12108         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
12109         * tree-ssa-copy.c (dump_copy_of): Likewise.
12110         (copy_prop_visit_cond_stmt): Likewise.
12111         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
12112         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
12113         (record_equivalences_from_stmt): Likewise.
12114         * tree-ssa-dse.c (compute_trims): Likewise.
12115         (delete_dead_call): Likewise.
12116         (delete_dead_assignment): Likewise.
12117         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
12118         (forward_propagate_into_cond): Likewise.
12119         (pass_forwprop::execute): Likewise.
12120         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
12121         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
12122         Likewise.
12123         (move_computations_worker): Likewise.
12124         (execute_sm): Likewise.
12125         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
12126         (remove_exits_and_undefined_stmts): Likewise.
12127         (remove_redundant_iv_tests): Likewise.
12128         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
12129         (adjust_iv_update_pos): Likewise.
12130         * tree-ssa-math-opts.c (bswap_replace): Likewise.
12131         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
12132         (value_replacement): Likewise.
12133         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
12134         * tree-ssa-pre.c (print_pre_expr): Likewise.
12135         (get_representative_for): Likewise.
12136         (create_expression_by_pieces): Likewise.
12137         (insert_into_preds_of_block): Likewise.
12138         (eliminate_insert): Likewise.
12139         (eliminate_dom_walker::before_dom_children): Likewise.
12140         (eliminate): Likewise.
12141         (remove_dead_inserted_code): Likewise.
12142         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
12143         * tree-ssa-reassoc.c (get_rank): Likewise.
12144         (eliminate_duplicate_pair): Likewise.
12145         (eliminate_plus_minus_pair): Likewise.
12146         (eliminate_not_pairs): Likewise.
12147         (undistribute_ops_list): Likewise.
12148         (eliminate_redundant_comparison): Likewise.
12149         (update_range_test): Likewise.
12150         (optimize_range_tests_var_bound): Likewise.
12151         (optimize_vec_cond_expr): Likewise.
12152         (rewrite_expr_tree): Likewise.
12153         (rewrite_expr_tree_parallel): Likewise.
12154         (linearize_expr): Likewise.
12155         (break_up_subtract): Likewise.
12156         (linearize_expr_tree): Likewise.
12157         (attempt_builtin_powi): Likewise.
12158         (attempt_builtin_copysign): Likewise.
12159         (transform_stmt_to_copy): Likewise.
12160         (transform_stmt_to_multiply): Likewise.
12161         (dump_ops_vector): Likewise.
12162         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
12163         (print_scc): Likewise.
12164         (set_ssa_val_to): Likewise.
12165         (visit_reference_op_store): Likewise.
12166         (visit_use): Likewise.
12167         (sccvn_dom_walker::before_dom_children): Likewise.
12168         (run_scc_vn): Likewise.
12169         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
12170         Likewise.
12171         (expr_hash_elt::print): Likewise.
12172         (const_and_copies::pop_to_marker): Likewise.
12173         (const_and_copies::record_const_or_copy_raw): Likewise.
12174         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
12175         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
12176         (dump_predicates): Likewise.
12177         (find_uninit_use): Likewise.
12178         (warn_uninitialized_phi): Likewise.
12179         (pass_late_warn_uninitialized::execute): Likewise.
12180         * tree-ssa.c (verify_vssa): Likewise.
12181         (verify_ssa): Likewise.
12182         (maybe_optimize_var): Likewise.
12183         * tree-vrp.c (dump_value_range): Likewise.
12184         (dump_all_value_ranges): Likewise.
12185         (dump_asserts_for): Likewise.
12186         (register_edge_assert_for_2): Likewise.
12187         (vrp_visit_cond_stmt): Likewise.
12188         (vrp_visit_switch_stmt): Likewise.
12189         (vrp_visit_stmt): Likewise.
12190         (vrp_visit_phi_node): Likewise.
12191         (simplify_cond_using_ranges_1): Likewise.
12192         (fold_predicate_in): Likewise.
12193         (evrp_dom_walker::before_dom_children): Likewise.
12194         (evrp_dom_walker::push_value_range): Likewise.
12195         (evrp_dom_walker::pop_value_range): Likewise.
12196         (execute_early_vrp): Likewise.
12198 2017-05-16  Richard Biener  <rguenther@suse.de>
12200         * dwarf2out.c (loc_list_from_tree_1): Do not create
12201         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
12203 2017-05-16  Richard Biener  <rguenther@suse.de>
12205         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
12206         just generated.
12207         (note_variable_value_in_expr): If we resolved the decl ref
12208         do not push to the stack.
12210 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
12212         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
12213         operations in fast-math mode.
12214         (vaddq_f16): Likewise.
12215         (vmul_f16): Likewise.
12216         (vmulq_f16): Likewise.
12217         (vsub_f16): Likewise.
12218         (vsubq_f16): Likewise.
12219         * config/arm/neon.md (add<mode>3): New.
12220         (sub<mode>3): New.
12221         (fma:<VH:mode>3): New.  Also remove outdated comment.
12222         (mul<mode>3): New.
12224 2017-05-16  Martin Liska  <mliska@suse.cz>
12226         PR ipa/79849.
12227         PR ipa/79850.
12228         * ipa-devirt.c (warn_types_mismatch): Fix typo.
12229         (odr_types_equivalent_p): Likewise.
12231 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
12233         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
12235 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
12237         PR target/80425
12238         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
12239         non-interunit SSE move alternatives with '?'.
12240         (zero-extendsidi peephole2): New peephole to skip intermediate
12241         general register in SSE zero-extend sequence.
12243 2017-05-15  Jeff Law  <law@redhat.com>
12245         * reorg.c (relax_delay_slots): Create a new variable to hold
12246         the temporary target rather than clobbering TARGET_LABEL.
12248         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
12249         missing argument to extract_bit_field call.
12250         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
12252 2017-05-15  Martin Liska  <mliska@suse.cz>
12254         PR driver/31468
12255         * gcc.c (process_command): Do not allow empty argument of -o option.
12257 2017-05-15  Renlin Li  <renlin.li@arm.com>
12259         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
12260         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
12261         * config/aarch64/constraints.md (Usf): Add long call check.
12262         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
12263         (call_value): Likewise.
12264         (sibcall): Likewise.
12265         (sibcall_value): Likewise.
12266         (call_insn): New.
12267         (call_value_insn): New.
12268         (sibcall_insn): Update rtx pattern.
12269         (sibcall_value_insn): Likewise.
12270         (call_internal): Remove.
12271         (call_value_internal): Likewise.
12272         (sibcall_internal): Likewise.
12273         (sibcall_value_internal): Likewise.
12274         (call_reg): Likewise.
12275         (call_symbol): Likewise.
12276         (call_value_reg): Likewise.
12277         (call_value_symbol): Likewise.
12279 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
12281         PR target/80600
12282         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
12284 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
12286         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
12287         compatible with CCGOCmode and with CCZmode.
12289 2017-05-14  Martin Sebor  <msebor@redhat.com>
12291         PR middle-end/77671
12292         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
12293         (gimple_fold_builtin_snprintf): Same.
12294         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
12295         (gimple_fold_builtin_snprintf): Same.
12296         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
12297         of character types.
12298         (is_call_safe): New function.
12299         (try_substitute_return_value): Call it.
12300         (try_simplify_call): New function.
12301         (pass_sprintf_length::handle_gimple_call): Call it.
12303 2017-05-14  Martin Sebor  <msebor@redhat.com>
12305         PR middle-end/80669
12306         * builtins.c (expand_builtin_stpncpy): Simplify.
12308 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
12310         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
12311         * config/i386/i386.h
12312         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
12313         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
12314         (struct machine_function): Add new members call_ms2sysv,
12315         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
12316         (struct machine_frame_state): New fields sp_realigned and
12317         sp_realigned_offset.
12318         * config/i386/i386.c
12319         (enum xlogue_stub): New enum.
12320         (enum xlogue_stub_sets): New enum.
12321         (class xlogue_layout): New class.
12322         (struct ix86_frame): New fields stack_realign_allocate_offset,
12323         stack_realign_offset and outlined_save_offset.  Modify comments to
12324         detail stack layout when using out-of-line stubs.
12325         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
12326         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
12327         -mcall-ms2sysv-xlogues.
12328         (stub_managed_regs): New static variable.
12329         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
12330         registers managed by out-of-line stub.
12331         (disable_call_ms2sysv_xlogues): New function.
12332         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
12333         m->call_ms2sysv when appropriate and compute frame layout for
12334         out-of-line stubs.
12335         (sp_valid_at, fp_valid_at): New inline functions.
12336         (choose_basereg): New function.
12337         (choose_baseaddr): Add align parameter, use choose_basereg and modify
12338         all callers.
12339         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
12340         Use align parameter of choose_baseaddr to generated aligned SSE movs
12341         when possible.
12342         (pro_epilogue_adjust_stack): Modify to track
12343         machine_frame_state::sp_realigned.
12344         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
12345         (ix86_nsaved_sseregs): Likewise.
12346         (ix86_emit_save_regs): Likewise.
12347         (ix86_emit_save_regs_using_mov): Likewise.
12348         (ix86_emit_save_sse_regs_using_mov): Likewise.
12349         (get_scratch_register_on_entry): Likewise.
12350         (gen_frame_set): New function.
12351         (gen_frame_load): Likewise.
12352         (gen_frame_store): Likewise.
12353         (emit_outlined_ms2sysv_save): Likewise.
12354         (emit_outlined_ms2sysv_restore): Likewise.
12355         (ix86_expand_prologue): Modify stack re-alignment code and call
12356         emit_outlined_ms2sysv_save when appropriate.
12357         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
12358         parameter rtx_insn *insn, which allows the function to be used to only
12359         generate the notes.
12360         (ix86_expand_epilogue): Modify validity checks of frame and stack
12361         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
12362         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
12363         * config/i386/predicates.md
12364         (save_multiple): New predicate.
12365         (restore_multiple): Likewise.
12366         * config/i386/sse.md
12367         (save_multiple<mode>): New pattern.
12368         (save_multiple_realign<mode>): Likewise.
12369         (restore_multiple<mode>): Likewise.
12370         (restore_multiple_and_return<mode>): Likewise.
12371         (restore_multiple_leave_return<mode>): Likewise.
12372         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
12374 2017-05-14  Julia Koval  <julia.koval@intel.com>
12376         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
12377         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
12378         (__builtin_ia32_xsetbv): New builtins.
12379         * config/i386/i386.c (ix86_expand_special_args_builtin):
12380         Process new types.
12381         (ix86_expand_builtin): Special expand for new intrinsics.
12382         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
12383         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
12384         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
12386 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12388         * cfganal.c (inverted_post_order_compute): Change argument type
12389         to vec *.
12390         * cfganal.h (inverted_post_order_compute): Adjust prototype.
12391         * df-core.c (rest_of_handle_df_initialize): Adjust.
12392         (rest_of_handle_df_finish): Likewise.
12393         (df_analyze_1): Likewise.
12394         (df_analyze): Likewise.
12395         (loop_inverted_post_order_compute): Change argument to be a vec *.
12396         (df_analyze_loop): Adjust.
12397         (df_get_n_blocks): Likewise.
12398         (df_get_postorder): Likewise.
12399         * df.h (struct df_d): Change field to be a vec.
12400         * lcm.c (compute_laterin): Adjust.
12401         (compute_available): Likewise.
12402         * lra-lives.c (lra_create_live_ranges_1): Likewise.
12403         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
12404         * tree-ssa-pre.c (compute_antic): Likewise.
12406 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12408         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
12409         (depth_first_search::depth_first_search): Change structure init
12410         function to this constructor.
12411         (depth_first_search::add_bb): Rename function to this member.
12412         (depth_first_search::execute): Likewise.
12413         (flow_dfs_compute_reverse_finish): Adjust.
12415 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12417         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
12418         (longest_simple_path): Likewise.
12419         * shrink-wrap.c (spread_components): Likewise.
12420         (disqualify_problematic_components): Likewise.
12421         (emit_common_heads_for_components): Likewise.
12422         (emit_common_tails_for_components): Likewise.
12423         (insert_prologue_epilogue_for_components): Likewise.
12425 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12427         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
12428         auto_sbitmap.
12430 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12432         * df-core.c (df_set_blocks): Start using auto_bitmap.
12433         (df_compact_blocks): Likewise.
12434         * df-problems.c (df_rd_confluence_n): Likewise.
12435         * df-scan.c (df_insn_rescan_all): Likewise.
12436         (df_process_deferred_rescans): Likewise.
12437         (df_update_entry_block_defs): Likewise.
12438         (df_update_exit_block_uses): Likewise.
12439         (df_entry_block_bitmap_verify): Likewise.
12440         (df_exit_block_bitmap_verify): Likewise.
12441         (df_scan_verify): Likewise.
12442         * lra-constraints.c (lra_constraints): Likewise.
12443         (undo_optional_reloads): Likewise.
12444         (lra_undo_inheritance): Likewise.
12445         * lra-remat.c (calculate_gen_cands): Likewise.
12446         (do_remat): Likewise.
12447         * lra-spills.c (assign_spill_hard_regs): Likewise.
12448         (spill_pseudos): Likewise.
12449         * tree-ssa-pre.c (bitmap_set_and): Likewise.
12450         (bitmap_set_subtract_values): Likewise.
12452 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12454         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
12455         management with auto_bitmap.
12456         (fix_inter_tick): Likewise.
12457         (fix_recovery_deps): Likewise.
12458         * ira.c (add_store_equivs): Likewise.
12459         (find_moveable_pseudos): Likewise.
12460         (split_live_ranges_for_shrink_wrap): Likewise.
12461         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
12462         (rtx_reuse_manager::seen_def_p): Likewise.
12463         (rtx_reuse_manager::set_seen_def): Likewise.
12464         * print-rtl.h (class rtx_reuse_manager): Likewise.
12466 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12468         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
12469         lifetime.
12470         (migrate_btr_def): Likewise.
12471         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
12472         * df-core.c (loop_post_order_compute): Likewise.
12473         (loop_inverted_post_order_compute): Likewise.
12474         * hsa-common.h: Likewise.
12475         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
12476         * init-regs.c (initialize_uninitialized_regs): Likewise.
12477         * ipa-inline.c (resolve_noninline_speculation): Likewise.
12478         (inline_small_functions): Likewise.
12479         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
12480         * ira.c (combine_and_move_insns): Likewise.
12481         (build_insn_chain): Likewise.
12482         * loop-invariant.c (find_invariants): Likewise.
12483         * lower-subreg.c (propagate_pseudo_copies): Likewise.
12484         * predict.c (tree_predict_by_opcode): Likewise.
12485         (predict_paths_leading_to): Likewise.
12486         (predict_paths_leading_to_edge): Likewise.
12487         (estimate_loops_at_level): Likewise.
12488         (estimate_loops): Likewise.
12489         * shrink-wrap.c (try_shrink_wrapping): Likewise.
12490         (spread_components): Likewise.
12491         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
12492         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
12493         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
12494         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
12495         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
12496         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
12497         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
12498         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
12499         (mark_threaded_blocks): Likewise.
12500         (thread_through_all_blocks): Likewise.
12501         * tree-ssa.c (verify_ssa): Likewise.
12502         (execute_update_addresses_taken): Likewise.
12503         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
12505 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12507         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
12508         auto_vec.
12509         (post_order_compute): Likewise.
12510         (inverted_post_order_compute): Likewise.
12511         (pre_and_rev_post_order_compute_fn): Likewise.
12513 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12515         * genrecog.c (int_set::int_set): Explicitly construct our
12516         auto_vec base class.
12517         * vec.h (auto_vec::auto_vec): New constructor.
12519 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12521         * bitmap.h (class auto_bitmap): New constructor taking
12522         bitmap_obstack * argument.
12524 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12526         * bitmap.h (class auto_bitmap): Change type of m_bits to
12527         bitmap_head, and adjust ctor / dtor and member operators.
12529 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
12531         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
12532         when returned register mode doesn't match original mode.
12534 2017-05-12  Jeff Law  <law@redhat.com>
12535             Jakub Jelinek  <jakub@redhat.com>
12537         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
12538         we look for cc setter after the compare-elim changes.
12539         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
12540         within the vector to match what compare-elim now expects.
12541         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
12542         (xorsi3_flags, one_cmplsi2_flags): Likewise.
12544         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
12545         after the compare-elim changes.
12546         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
12547         the vector to match what compare-elim now expects.
12548         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
12549         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
12550         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
12551         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
12552         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
12554         * config/visium/visium.c (single_set_and_flags): Fix where
12555         we look for cc setter after the compare-elim changes.
12556         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
12557         with the vector to match what compare-elim now expects.
12558         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
12559         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
12560         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
12561         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
12562         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
12563         (neg<mode>2_insn_set_overflow): Likewise.
12565 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
12567         PR middle-end/79794
12568         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
12569         maybe_expand_insn call, set ops[0].target.  If still set after call,
12570         set alt_rtl.  Add extra arg to recursive calls.
12571         (extract_bit_field): Add alt_rtl argument.  Pass to
12572         extract_bit_field.
12573         * expmed.h (extract_bit_field): Fix prototype.
12574         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
12575         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
12576         to extract_bit_field_calls.
12577         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
12578         Pass alt_rtl to extract_bit_field calls.
12579         * calls.c (store_unaligned_arguments_into_psuedos)
12580         load_register_parameters): Pass extra NULL to extract_bit_field calls.
12581         * optabs.c (maybe_legitimize_operand): Clear op->target when call
12582         gen_reg_rtx.
12583         * optabs.h (struct expand_operand): Add target bitfield.
12585 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12587         * compare-elim.c (try_eliminate_compare): Canonicalize
12588         operation with embedded compare to
12589         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
12590          (set (reg) (operation)].
12592         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
12594 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12596         PR target/80723
12597         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
12598         cost of adding a carry flag for ADC instruction.
12599         [case MINUS]: Ignore the cost of subtracting a carry flag
12600         for SBB instruction.
12602 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
12604         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
12605         and x86intrin.h
12606         * config/rs6000/bmiintrin.h: New file.
12607         * config/rs6000/bmi2intrin.h: New file.
12608         * config/rs6000/x86intrin.h: New file.
12610 2017-05-12  Jeff Law  <law@redhat.com>
12612         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
12613         markers.
12615 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
12617         PR middle-end/80707
12618         * tree-cfg.c: Remove cfg edges of unreachable case statements.
12620 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12622         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12623         early expansion of vector divide builtins.
12624         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
12625         builtins identified as having unsigned arguments.
12627 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12629         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
12630         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
12631         expansion of vector logical operations (and, andc, or, xor,
12632         nor, orc, nand).
12634 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12636         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
12637         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
12639 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12641         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12642         early GIMPLE expansion of vector multiplies.
12644 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
12646         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
12647         TARGET_HAVE_MOVT conditional.
12648         (movt splitter): Likewise.
12650 2017-05-12  Richard Biener  <rguenther@suse.de>
12652         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
12653         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12654         Fold all stmts not inplace.
12656 2017-05-12  Richard Biener  <rguenther@suse.de>
12658         PR tree-optimization/80713
12659         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
12660         inserted_exprs bit for not removed stmts.
12662 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
12664         PR middle-end/69921
12665         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
12666         parallelized" attribute for parallelized OpenACC kernels.
12667         * omp-offload.c (execute_oacc_device_lower): Use it.
12669         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
12670         Set "oacc kernels" attribute.
12671         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
12672         parameter.  Adjust all users.
12673         (oacc_fn_attrib_kernels_p): Remove function.
12674         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
12675         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
12676         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
12677         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
12678         assert "oacc kernels" attribute is set.
12680 2017-05-11  Carl Love  <cel@us.ibm.com>
12682         * config/rs6000/rs6000-c: Add support for built-in functions
12683         vector unsigned char vec_popcnt (vector signed char)
12684         vector unsigned char vec_popcnt (vector unsigned char)
12685         vector unsigned short vec_popcnt (vector signed short)
12686         vector unsigned short vec_popcnt (vector unsigned short)
12687         vector unsigned int vec_popcnt (vector signed int)
12688         vector unsigned int vec_popcnt (vector unsigned int)
12689         vector unsigned long long vec_popcnt (vector signed long long)
12690         vector unsigned long long vec_popcnt (vector unsigned long long)
12691         vector signed long long vec_slo (vector signed long long,
12692                                          vector signed char)
12693         vector signed long long vec_slo (vector signed long long,
12694                                          vector unsigned char)
12695         vector unsigned long long vec_slo (vector unsigned long long,
12696                                            vector signed char)
12697         vector unsigned long long vec_slo (vector unsigned long long,
12698                                            vector unsigned char)
12699         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
12700         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
12701         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
12702         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
12703         * doc/extend.texi: Update the built-in documentation file for the
12704         new built-in functions.
12706 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
12708         * attribs.h (sorted_attr_string): Move machine independent
12709         functions for target clone support from the i386 port to common
12710         code.  Rename ix86_function_versions to common_function_versions.
12711         Rename make_name to make_unique_name.
12712         (common_function_versions): Likewise.
12713         (make_unique_name): Likewise.
12714         (make_dispatcher_decl): Likewise.
12715         (is_function_default_version): Likewise.
12716         * attribs.c (attr_strcmp): Likewise.
12717         (sorted_attr_string): Likewise.
12718         (common_function_versions): Likewise.
12719         (make_unique_name): Likewise.
12720         (make_dispatcher_decl): Likewise.
12721         (is_function_default_version): Likewise.
12722         * config/i386/i386.c (attr_strcmp): Likewise.
12723         (sorted_attr_string): Likewise.
12724         (ix86_function_versions): Likewise.
12725         (make_name): Likewise.
12726         (make_dispatcher_decl): Likewise.
12727         (is_function_default_version): Likewise.
12728         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
12730 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12732         PR target/80695
12733         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
12734         Account for direct move costs for vec_construct of integer
12735         vectors.
12737 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
12739         PR target/80706
12740         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
12741         (UNSPEC_STX_ATOMIC): Ditto.
12742         (loaddi_via_sse): New insn.
12743         (storedi_via_sse): Ditto.
12744         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
12745         Update corresponding peephole2 patterns.
12746         (atomic_storedi_fpu): Ditto.
12748 2017-05-11  Julia Koval  <julia.koval@intel.com>
12750         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
12751         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
12752         New intrinsics.
12753         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
12754         (__builtin_ia32_rsqrt14ss_mask): New builtins.
12755         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
12757 2017-05-11  Nathan Sidwell  <nathan@acm.org>
12759         * graphite-poly.c: Include dumpfile.h.
12761         * dumpfle.h (dump_function): Declare here ...
12762         * tree-dump.h (dump_function): ... not here.
12763         * dumpfile.c: #include tree-cfg.h.
12764         (dump_function): Move here from ...
12765         * tree-dump.c (dump_function): ... here.
12766         * gimplify.c: #include splay-tree.h, not tree-dump.h.
12767         * graphite-poly.c: Don't include tree-dump.h.
12768         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
12769         * print-tree.c: Likewise.
12770         * stor-layout.c: Likewise.
12771         * tree-nested.c: Likewise.
12773         * dumpfile.c (dump_start): Use TDF_FLAGS.
12774         (dump_enable_all): Fix TDF_KIND check thinko.
12776 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12778         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12779         array entries to represent two legal parameterizations of the
12780         overloaded __builtin_cmpb function, as represented by the
12781         P6_OV_BUILTIN_CMPB constant.
12782         (altivec_resolve_overloaded_builtin): Add special case handling
12783         for the __builtin_cmpb function, as represented by the
12784         P6_OV_BUILTIN_CMPB constant.
12785         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
12786         (BU_P6_64BIT_2): New macro.
12787         (BU_P6_OVERLOAD_2): New macro
12788         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
12789         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
12790         (CMPB): Add overload support to represent both 32-bit and 64-bit
12791         compare-bytes function.
12792         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
12793         support for TARGET_CMPB.
12794         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
12795         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
12796         documentation of the __builtin_cmpb overloaded built-in function.
12798 2017-05-11  Richard Biener  <rguenther@suse.de>
12800         PR tree-optimization/80705
12801         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
12802         bases are not vectorizable.
12804 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12806         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
12807         when counting register pressure.
12809 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12811         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
12812         (iv_ca_more_deps): Renamed to ...
12813         (iv_ca_compare_deps): ... this.
12814         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
12816 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12818         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
12819         to ...
12820         (determine_group_iv_costs): ... here.
12821         (find_inv_vars_cb): Record inv var if it's not recorded before.
12823 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12825         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
12826         (get_shiftadd_cost): Ditto.
12828 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12830         * tree-ssa-address.c: Include header file.
12831         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
12832         address.
12833         (add_to_parts): Refactor.
12834         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
12835         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
12836         in new order.
12838 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12840         PR tree-optimization/53090
12841         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
12842         COMP_IV_EXPR_2.
12843         (extract_cond_operands): Detect condition with IV on both sides
12844         and return COMP_IV_EXPR_2.
12845         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
12846         (rewrite_use_compare): Simplify by removing call to function
12847         extract_cond_operands.
12849 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12851         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
12852         (extract_cond_operands): Detect condition comparing against non-
12853         invariant bound and return appropriate enum value.
12854         (find_interesting_uses_cond): Update use of extract_cond_operands.
12855         Handle its return value accordingly.
12856         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
12858 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12860         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
12861         nonlinear iv_use computation in loop invariant sensitive way.
12863 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12865         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
12866         (find_iv_candidates): Call relate_compare_use_with_all_cands.
12868 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12870         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
12871         (dump_cand): Support iv_cand.inv_exprs.
12872         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
12873         for candidates.
12874         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
12875         iv_cand.inv_exprs.
12877 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12879         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
12880         from ...
12881         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
12882         as local function.  Include necessary header files.
12883         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
12885 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12887         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
12889 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12891         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
12892         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
12893         RSHIFT_EXPR and BIT_NOT_EXPR.
12895 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12897         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
12898         (adjust_setup_cost): New parameter supporting round up adjustment.
12899         (struct address_cost_data): Delete.
12900         (force_expr_to_var_cost): Don't bound cost with spill_cost.
12901         (split_address_cost, ptr_difference_cost): Delete.
12902         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
12903         (struct ainc_cost_data): New struct.
12904         (get_address_cost_ainc): New function.
12905         (get_address_cost, get_computation_cost): Reimplement.
12906         (determine_group_iv_cost_address): Record inv_expr for all uses of
12907         a group.
12908         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
12909         (iv_ca_has_deps): Reimplemented to ...
12910         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
12911         than OLD_CP.
12912         (iv_ca_extend): Call iv_ca_more_deps.
12914 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12916         * tree-ssa-address.c (struct mem_address): Move to header file.
12917         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
12918         * tree-ssa-address.h (struct mem_address): Move from C file.
12919         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
12921 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12923         * tree-affine.h (aff_combination_type): New interface.
12924         (aff_combination_zero_p): Remove static.
12925         (aff_combination_const_p): New interface.
12926         (aff_combination_singleton_var_p): New interfaces.
12928 2017-05-11  Richard Biener  <rguenther@suse.de>
12930         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12931         Skip unreachable blocks and destinations.
12932         (eliminate): Move stmt removal and fixup ...
12933         (fini_eliminate): ... here.  Skip inserted exprs.
12934         (pass_pre::execute): Move fini_pre after fini_eliminate.
12935         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
12936         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
12937         PRE to get rid of dead code that has invalid SSA form and
12938         split critical edges again.
12940 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12942         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
12944 2017-05-11  Richard Biener  <rguenther@suse.de>
12946         * passes.c (execute_function_todo): Verify loops if they are
12947         said to be up-to-date.
12948         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
12949         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
12951 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
12953         PR target/80090
12954         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
12955         handle calling assemble_external ourself.
12957         PR target/79027
12958         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
12959         modes with zero size.  Enhance comment.
12961 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12963         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
12964         built-ins for vec_xl and vec_xst with short and char pointer
12965         arguments.
12967 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
12969         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
12970         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
12971         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
12972         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
12973         (_mm_maskz_min_round_ss): New intrinsics.
12974         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
12975         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
12976         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
12977         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
12978         (__builtin_ia32_minss_mask_round): New builtins.
12979         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12980         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
12981         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
12982         Rename to ...
12983         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
12984         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
12985         Change to ...
12986         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
12987         ... this.
12989 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
12991         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
12992         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
12993         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
12994         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
12995         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
12996         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
12997         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
12998         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12999         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
13000         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
13001         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
13002         (__builtin_ia32_mulss_mask_round): New builtins.
13003         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
13004         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
13005         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
13006         Rename to ...
13007         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
13008         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
13009         Change to ...
13010         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
13011         ... this.
13013 2017-05-10  Julia Koval  <julia.koval@intel.com>
13015         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
13016         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
13017         (_mm256_setr_m128i): New intrinsics.
13019 2017-05-10  Julia Koval  <julia.koval@intel.com>
13021         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
13022         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
13023         (_mm_maskz_rcp14_ss): New intrinsics.
13024         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
13025         (__builtin_ia32_rcp14ss_mask): New builtins.
13026         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
13028 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
13030         PR tree-optimization/51513
13031         * tree-cfg.c (gimple_seq_unreachable_p): New function.
13032         (assert_unreachable_fallthru_edge_p): Use it.
13033         (group_case_labels_stmt): Likewise.
13034         * tree-cfg.h: Prototype it.
13035         * stmt.c: Include cfghooks.h and tree-cfg.h.
13036         (emit_case_dispatch_table) <gap_label>: New local variable.
13037         Use it to fill dispatch table gaps.
13038         Test for default_label before updating probabilities.
13039         (expand_case) <default_label>: Remove unneeded initialization.
13040         Test for unreachable default case statement and remove its edge.
13041         Set default_label accordingly.
13042         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
13044 2017-05-10  Carl Love  <cel@us.ibm.com>
13046         * config/rs6000/rs6000-c: Add support for built-in functions
13047         vector signed char      vec_neg (vector signed char)
13048         vector signed short int vec_neg (vector short int)
13049         vector signed int       vec_neg (vector signed int)
13050         vector signed long long vec_neg (vector signed long long)
13051         vector float            vec_neg (vector float)
13052         vector double           vec_neg (vector double)
13053         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
13054         overload.
13055         * config/rs6000/altivec.h: Add define for vec_neg
13056         * doc/extend.texi: Update the built-in documentation for the
13057         new built-in functions.
13059 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13061         PR tree-optimization/77644
13062         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
13064 2017-05-10  Nathan Sidwell  <nathan@acm.org>
13066         * dumpfile.h (TDI_lang_all): New.
13067         (TDF_KIND): New. Renumber others
13068         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
13069         than bits.
13070         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
13071         lang-all.
13072         (get_dump_file_name): Adjust suffix generation.
13073         (dump_enable_all): Use TDF_KIND.
13074         * doc/invoke.texi (-fdump-lang-all): Document.
13076         * dumpfile.h: Tabify.
13078 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
13080         PR target/80671
13081         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
13082         Move member access before delete.
13084 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
13086         * tree-inline.c (expand_call_inline): Split block at stmt
13087         before the call.
13089 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
13091         PR target/68163
13092         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
13093         are now unused after splitting mov{sf,sd}_hardfloat.
13094         (f32_lr2): Likewise.
13095         (f32_lm): Likewise.
13096         (f32_lm2): Likewise.
13097         (f32_li): Likewise.
13098         (f32_li2): Likewise.
13099         (f32_lv): Likewise.
13100         (f32_sr): Likewise.
13101         (f32_sr2): Likewise.
13102         (f32_sm): Likewise.
13103         (f32_sm2): Likewise.
13104         (f32_si): Likewise.
13105         (f32_si2): Likewise.
13106         (f32_sv): Likewise.
13107         (f32_dm): Likewise.
13108         (f32_vsx): Likewise.
13109         (f32_av): Likewise.
13110         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
13111         For movsf, order stores so the VSX stores occur before the GPR
13112         store which encourages the register allocator to use a traditional
13113         FPR instead of a GPR.  For movsd, order the stores so that the GPR
13114         store comes before the VSX stores to allow the power6 to work.
13115         This is due to the power6 not having a 32-bit integer store
13116         instruction from a FPR.
13117         (movsf_hardfloat): Likewise.
13118         (movsd_hardfloat): Likewise.
13120 2017-05-09  Martin Sebor  <msebor@redhat.com>
13122         PR translation/80280
13123         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
13124         added in r247778.
13126         PR translation/80280
13127         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
13128         data member added in r247778.
13129         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
13131 2017-05-09  Nathan Sidwell  <nathan@acm.org>
13133         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
13135         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
13136         typedefs.
13138 2017-05-09  Marek Polacek  <polacek@redhat.com>
13140         * doc/invoke.texi: Fix typo.
13142 2017-05-09  Richard Biener  <rguenther@suse.de>
13144         * tree-vrp.c (vrp_val_is_max): Adjust comment.
13145         (vrp_val_is_min): Likewise.
13146         (set_value_range_to_value): Likewise.
13147         (set_value_range_to_nonnegative): Likewise.
13148         (gimple_assign_nonzero_p): Likewise.
13149         (gimple_stmt_nonzero_p): Likewise.
13150         (vrp_int_const_binop): Likewise.  Remove unreachable case.
13151         (adjust_range_with_scev): Adjust comments.
13152         (compare_range_with_value): Likewise.
13153         (extract_range_from_phi_node): Likewise.
13154         (test_for_singularity): Likewise.
13156 2017-05-09  Richard Biener  <rguenther@suse.de>
13158         * tree-vrp.c (get_single_symbol): Add assert that we don't
13159         get overflowed constants as invariant part.
13160         (compare_values_warnv): Add comment before the TREE_NO_WARNING
13161         checks.  Use wi::cmp instead of recursing for integer constants.
13162         (compare_values): Just ignore whether we assumed undefined
13163         overflow instead of failing the compare.
13164         (extract_range_for_var_from_comparison_expr): Add comment before the
13165         TREE_NO_WARNING sets.
13166         (test_for_singularity): Likewise.
13167         (extract_range_from_comparison): Do not disable optimization
13168         when we assumed undefined overflow.
13169         (extract_range_basic): Remove init of unused var.
13171 2017-05-09  Richard Biener  <rguenther@suse.de>
13173         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
13174         (extract_range_from_multiplicative_op_1): Adjust.
13175         (extract_range_from_binary_expr_1): Use int_const_binop.
13177 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13179         PR target/80101
13180         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
13181         rs6000_store_data_bypass_p in seven define_bypass directives and
13182         in several comments.
13183         * config/rs6000/rs6000-protos.h: Add prototype for
13184         rs6000_store_data_bypass_p function.
13185         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
13186         function implements slightly different (rs6000-specific) semantics
13187         than store_data_bypass_p, returning false rather than aborting
13188         with assertion error when arguments do not satisfy the
13189         requirements of store data bypass.
13190         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
13191         rs6000_store_data_bypass_p.
13193 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
13195         * config/xtensa/xtensa-protos.h
13196         (xtensa_initial_elimination_offset): New declaration.
13197         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
13198         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
13199         macro definition, add case for FRAME_POINTER_REGNUM when
13200         FRAME_GROWS_DOWNWARD.
13201         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
13202         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
13203         xtensa_initial_elimination_offset.
13205 2017-05-08  Nathan Sidwell  <nathan@acm.org>
13207         * doc/invoke.texi: Alphabetize -fdump options.
13209 2017-05-08  Martin Sebor  <msebor@redhat.com>
13211         PR translation/80280
13212         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
13214 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13216         * target.def (compute_frame_layout): New optional target hook.
13217         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
13218         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
13219         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
13220         target hook.
13221         * reload1.c (verify_initial_elim_offsets): Likewise.
13222         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
13223         (use_simple_return_p): Call arm_compute_frame_layout if needed.
13224         (arm_get_frame_offsets): Split up into this ...
13225         (arm_compute_frame_layout): ... and this function.
13227 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
13229         * config/aarch64/constraints.md (Usa): New constraint.
13230         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
13232 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13234         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
13235         with_multilib_list after it has been checked.
13237 2017-05-08  Richard Biener  <rguenther@suse.de>
13239         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
13240         (bitmap_set_subtract_values): Likewise.
13242 2017-05-08  Richard Biener  <rguenther@suse.de>
13244         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
13245         (gimple_assign_nonzero): ... this and remove strict_overflow_p
13246         argument.
13247         (gimple_stmt_nonzero_warnv_p): Rename to ...
13248         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
13249         argument.
13250         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
13251         (extract_range_basic): Adjust, do not disable propagation on
13252         strict overflow sensitive simplification.
13253         (vrp_visit_cond_stmt): Likewise.
13255 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
13257         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
13258         body size unconditionally.
13260 2017-05-07  Jeff Law  <law@redhat.com>
13262         Revert:
13263         2017-05-06  Jeff Law  <law@redhat.com>
13264         PR tree-optimization/78496
13265         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13266         code.
13268         PR tree-optimization/78496
13269         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13270         (simplify_stmt_using_ranges): Call it.
13271         (vrp_dom_walker::before_dom_children): Extract equivalences
13272         from an ASSERT_EXPR with an equality comparison against a
13273         constant.
13275 2017-05-06  Jeff Law  <law@redhat.com>
13277         PR tree-optimization/78496
13278         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13279         code.
13281         PR tree-optimization/78496
13282         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13283         (simplify_stmt_using_ranges): Call it.
13284         (vrp_dom_walker::before_dom_children): Extract equivalences
13285         from an ASSERT_EXPR with an equality comparison against a
13286         constant.
13288 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13290         * lra-constraints.c (lra_copy_reg_equiv): New function.
13291         (split_reg): Use it to copy equivalence information from the
13292         original register to the spill register.
13294 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13296         PR rtl-optimization/75964
13297         * simplify-rtx.c (simplify_const_relational_operation): Remove
13298         invalid handling of comparisons of integer ABS.
13300 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
13302         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
13303         initialize to zero.
13304         (init_regs): Remove declaration.
13305         (function_arg_advance_32): Initialize error_p as boolean variable.
13307 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13309         * store-motion.c (remove_reachable_equiv_notes): Reformat long
13310         lines.  Use for (;;).
13312 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13314         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
13315         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
13316         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
13317         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
13318         VF=2 that require versioning.
13320 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13322         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
13323         int.
13325 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13327         * diagnostic.h (diagnostic_override_option_index): Convert from
13328         macro to inline function.
13330 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13332         * diagnostic.c (last_module_changed_p): New function.
13333         (set_last_module): New function.
13334         (diagnostic_report_current_module): Convert macro usage to
13335         the above functions.
13336         * diagnostic.h (diagnostic_context::last_module): Strengthen
13337         from const line_map * to const line_map_ordinary *.
13338         (diagnostic_last_module_changed): Delete macro.
13339         (diagnostic_set_last_module): Delete macro.
13341 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13343         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
13344         with diagnostic_report_diagnostic.
13345         (diagnostic_n_impl_richloc): Likewise.
13346         * diagnostic.h (report_diagnostic): Delete macro.
13347         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
13348         with diagnostic_report_diagnostic.
13349         * substring-locations.c (format_warning_va): Likewise.
13351 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13353         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
13354         save/restor of format_spec.  Move option-printing code to...
13355         (print_option_information): ...this new function, and
13356         reimplement by simply printing to the pretty_printer,
13357         rather than appending to the format string.
13359 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13361         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
13362         handling logic into...
13363         (update_effective_level_from_pragmas): ...this new function.
13365 2017-05-04  Andrew Waterman  <andrew@sifive.com>
13367         * config/riscv/riscv.opt (mstrict-align): New option.
13368         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
13369         (SLOW_UNALIGNED_ACCESS): Define.
13370         (riscv_slow_unaligned_access): Declare.
13371         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
13372         field.
13373         (riscv_slow_unaligned_access): New variable.
13374         (rocket_tune_info): Set slow_unaligned_access to true.
13375         (optimize_size_tune_info): Set slow_unaligned_access to false.
13376         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
13377         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
13378         (riscv_option_override): Set riscv_slow_unaligned_access.
13379         * doc/invoke.texi: Add -mstrict-align to RISC-V.
13381 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
13383         * config/riscv/riscv.md: Unify indentation.
13385 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
13387         PR target/79038
13388         PR target/79202
13389         PR target/79203
13390         * config/rs6000/rs6000.md (u code attribute): Add FIX and
13391         UNSIGNED_FIX.
13392         (extendsi<mode>2): Add support for doing sign extension via
13393         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
13394         don't have ISA 3.0 instructions.
13395         (extendsi<mode>2 splitter): Likewise.
13396         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
13397         generate the normal insns since SImode can now go in vector
13398         registers.  Disallow the special UNSPECs needed for previous
13399         machines to hide SImode being used.  Add new insns
13400         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
13401         (fix_trunc<mode>si2_stfiwx): Likewise.
13402         (fix_trunc<mode>si2_internal): Likewise.
13403         (fixuns_trunc<mode>si2): Likewise.
13404         (fixuns_trunc<mode>si2_stfiwx): Likewise.
13405         (fctiw<u>z_<mode>_smallint): Likewise.
13406         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
13407         of floating point to 32-bit integer from doing a direct move to
13408         the GPR registers to do a store.
13409         (fctiwz_<mode>): Break long line.
13411 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
13413         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
13414         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
13415         (addr_list, addr_offset_valid_p): New.
13416         (split_address_groups): Check offset validity with above function.
13417         (gt-tree-ssa-loop-ivopts.h): Include header file.
13419 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13421         * config.gcc (arm*-*-*): Add missing 'fi'.
13423 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
13425         * doc/invoke.texi (-fopt-info): Explicitly say order of options
13426         included in -fopt-info does not matter.
13427         * doc/optinfo.texi (-fopt-info): Fix description of default
13428         behavour. Explicitly say order of options included in -fopt-info
13429         does not matter.
13431 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13433         * config.gcc: Allow combinations of aprofile and rmprofile values for
13434         --with-multilib-list.
13435         * config/arm/t-multilib: New file.
13436         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
13437         variables.  Remove setting of ISA and floating-point ABI in
13438         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
13439         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
13440         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
13441         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
13442         CPU options.
13443         * config/arm/t-rmprofile: Likewise except for the matches changes.
13444         * doc/install.texi (--with-multilib-list): Document the combination of
13445         aprofile and rmprofile values and warn about pitfalls in doing that.
13447 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13449         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
13450         (movdi_aarch64): Likewise.
13452 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13454         PR tree-optimization/80632
13455         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
13456         field.
13457         (build_arrays): Initialize it for virtual phis.
13458         (fix_phi_nodes): Use it for virtual phis.
13460         PR tree-optimization/80558
13461         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
13462         [x, y] op z into [x op, y op z] for op & or | if conditions
13463         are met.
13465 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
13466             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13468         PR target/71607
13469         * config/arm/arm.md (use_literal_pool): Remove.
13470         (64-bit immediate split): No longer takes cost into consideration
13471         if arm_disable_literal_pool is enabled.
13472         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
13473         used when arm_disable_literal_pool is enabled.
13474         (arm_max_const_double_inline_cost): Remove use of
13475         arm_disable_literal_pool.
13476         (push_minipool_fix): Add assert.
13477         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
13478         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
13479         (no_literal_pool_sf_immediate): New.
13481 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13483         PR tree-optimization/80613
13484         * tree-ssa-dce.c (propagate_necessity): Remove cases for
13485         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
13487 2017-05-05  Richard Biener  <rguenther@suse.de>
13489         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
13491 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
13493         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
13494         of this flag from insn conditions due to removal from r247495.
13496 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13498         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
13499         New function.
13500         (arm_early_store_addr_dep_ptr): Likewise.
13501         * config/arm/aarch-common-protos.h
13502         (arm_early_load_addr_dep_ptr): Add prototype.
13503         (arm_early_store_addr_dep_ptr): Likewise.
13504         * config/arm/cortex-a53.md: Add new bypasses.
13506 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13508         * tree.c (next_type_uid): Change type to unsigned.
13509         (type_hash_canon): Decrement back next_type_uid if
13510         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
13511         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
13512         if possible.
13514 2017-05-04  Martin Sebor  <msebor@redhat.com>
13516         * builtins.c: Fix a trivial typo in a comment.
13518         PR middle-end/79234
13519         * builtins.c (check_sizes): Adjust to handle reading past the end.
13520         Avoid printing excessive upper bound of ranges.  Use %E to print
13521         tree nodes instead of converting them to %wu.
13522         (expand_builtin_memchr): New function.
13523         (compute_dest_size): Rename...
13524         (compute_objsize): ...to this.
13525         (expand_builtin_memcpy): Adjust.
13526         (expand_builtin_mempcpy): Adjust.
13527         (expand_builtin_strcat): Adjust.
13528         (expand_builtin_strcpy): Adjust.
13529         (check_strncat_sizes): Adjust.
13530         (expand_builtin_strncat): Adjust.
13531         (expand_builtin_strncpy): Adjust and simplify.
13532         (expand_builtin_memset): Adjust.
13533         (expand_builtin_bzero): Adjust.
13534         (expand_builtin_memcmp): Adjust.
13535         (expand_builtin): Handle memcmp.
13536         (maybe_emit_chk_warning): Check strncat just once.
13538 2017-05-04  Martin Sebor  <msebor@redhat.com>
13540         PR preprocessor/79214
13541         PR middle-end/79222
13542         PR middle-end/79223
13543         * builtins.c (check_sizes): Add inlining context and issue
13544         warnings even when -Wno-system-headers is set.
13545         (check_strncat_sizes): Same.
13546         (expand_builtin_strncat): Same.
13547         (expand_builtin_memmove): New function.
13548         (expand_builtin_stpncpy): Same.
13549         (expand_builtin): Handle memmove and stpncpy.
13551 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
13553         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
13554         which is not used any more.
13556 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13558         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
13560 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13562         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
13563         (cortexa53_tunings): Likewise.
13564         (cortexa57_tunings): Likewise.
13565         (cortexa72_tunings): Likewise.
13566         (cortexa73_tunings): Likewise.
13568 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13570         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
13571         Set loop alignment to 8.
13573 2017-05-04  Martin Sebor  <msebor@redhat.com>
13575         PR translation/80280
13576         * builtins.c (expand_builtin_object_size): Add missing quoting to
13577         %D and like directives.
13578         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
13579         (hsa_type_for_tree_type): Same.
13580         (verify_function_arguments): Same.
13581         * symtab.c (symbol_table::change_decl_assembler_name): Same.
13582         * varasm.c (get_section): Same.
13583         (mark_weak): Same.
13585 2017-05-04  Martin Sebor  <msebor@redhat.com>
13587         PR translation/80280
13588         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
13590 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13592         * config/aarch64/aarch64.c (generic_addrcost_table):
13593         Change HI/TI mode setting.
13595 2017-05-04  Martin Jambor  <mjambor@suse.cz>
13597         PR tree-optimization/80622
13598         * tree-sra.c (comes_initialized_p): New function.
13599         (build_accesses_from_assign): Only set write lazily when
13600         comes_initialized_p is false.
13601         (analyze_access_subtree): Use comes_initialized_p.
13602         (propagate_subaccesses_across_link): Assert !comes_initialized_p
13603         instead of testing for PARM_DECL.
13605 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13607         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
13608         constraint on operand 0 to allow more general addressing modes.
13609         Adjust output template.
13610         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
13611         New function.
13612         * config/aarch64/aarch64-protos.h
13613         (aarch64_address_valid_for_prefetch_p): Declare prototype.
13614         * config/aarch64/constraints.md (Dp): New address constraint.
13615         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
13616         predicate.
13618 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
13620         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
13621         update use of estimate_ipcp_clone_size_and_time.
13622         (estimate_local_effects): Update use of
13623         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
13624         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
13625         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
13626         Return nonspecialized time.
13628 2017-05-04  Richard Biener  <rguenther@suse.de>
13630         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
13631         for the last VUSE which def dominates the PHI.  Directly call
13632         maybe_skip_until.
13633         (get_continuation_for_phi_1): Remove.
13635 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
13637         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
13638         to explain the use of truncating division.  Cap the number of
13639         iterations to the maximum given by nb_iterations_upper_bound,
13640         if defined.
13642 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13644         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
13645         * configure: Regenerate.
13646         * config.in: Regenerate.
13647         * config/i386/driver-mingw32.c: new file.
13648         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
13649         * config.host: Link driver-mingw32.o on MinGW host.
13650         * doc/install.texi: Document new --enable-mingw-wildcard configure
13651         option.
13653 2017-05-04  Marek Polacek  <polacek@redhat.com>
13655         PR tree-optimization/80612
13656         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
13658 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13659             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
13661         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
13662         (movt splitter): Likewise.
13663         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
13664         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
13665         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
13666         block for Thumb-1 with MOVT.
13667         (thumb2_legitimate_address_p): Move code block ...
13668         (can_avoid_literal_pool_for_label_p): ... into this new function.
13669         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
13670         literal pool.
13671         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
13672         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
13673         "M-profile targets with the MOVT instruction".
13675 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13677         * config/arm/arm-builtins.c (arm_init_builtins): Rename
13678         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
13679         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
13681 2017-05-04  Martin Liska  <mliska@suse.cz>
13683         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
13684         variable cond_code.
13686 2017-05-04  Richard Biener  <rguenther@suse.de>
13688         * tree.c (array_at_struct_end_p): Handle arrays at struct
13689         end with flexarrays more conservatively.  Refactor and treat
13690         arrays of arrays or aggregates more strict.  Fix
13691         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
13692         * tree.c (array_at_struct_end_p): Adjust prototype.
13693         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
13694         * gimple-fold.c (get_range_strlen): Likewise.
13695         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
13697 2017-05-04  Richard Biener  <rguenther@suse.de>
13699         PR tree-optimization/31130
13700         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
13701         false.
13702         (supports_overflow_infinity): Likewise.
13703         (is_negative_overflow_infinity): Likewise.
13704         (is_positive_overflow_infinity): Likewise.
13705         (is_overflow_infinity): Likewise.
13706         (stmt_overflow_infinity): Likewise.
13707         (overflow_infinity_range_p): Likewise.
13708         (usable_range_p): Remove as always returning true.
13709         (make_overflow_infinity): Remove.
13710         (negative_overflow_infinity): Likewise.
13711         (positive_overflow_infinity): Likewise.
13712         (avoid_overflow_infinity): Likewise.
13713         (set_value_range): Adjust accordingly.
13714         (set_value_range_to_nonnegative): Likewise, remove now unused
13715         overflow_infinity arg.
13716         (vrp_operand_equal_p): Adjust.
13717         (update_value_range): Likewise.
13718         (range_int_cst_singleton_p): Likewise.
13719         (operand_less_p): Likewise.
13720         (compare_values_warnv): Likewise.
13721         (extract_range_for_var_from_comparison_expr): Likewise.
13722         (vrp_int_const_binop): Likewise.
13723         (zero_nonzero_bits_from_vr): Likewise.
13724         (extract_range_from_multiplicative_op_1): Likewise.
13725         (extract_range_from_binary_expr_1): Likewise.
13726         (extract_range_from_unary_expr): Likewise.
13727         (extract_range_from_comparison): Likewise.
13728         (extract_range_basic): Likewise.
13729         (adjust_range_with_scev): Likewise.
13730         (compare_ranges): Likewise.
13731         (compare_range_with_value): Likewise.
13732         (dump_value_range): Likewise.
13733         (test_for_singularity): Likewise, remove strict_overflow_p parameter
13734         never used.
13735         (simplify_cond_using_ranges): Adjust.
13737 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
13739         * brig-builtins.def: Added a builtin for class_f64.
13740         * builtin-types.def: Added a builtin type needed by class_f64.
13742 2017-05-03  Jason Merrill  <jason@redhat.com>
13744         * timevar.def: Add TV_CONSTEXPR.
13746 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13748         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
13750 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13752         * ipa-prop.c (ipa_update_after_lto_read): Removed.
13753         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
13754         * ipa-cp.c (ipcp_propagate_stage): Do not call
13755         ipa_update_after_lto_read.
13756         * ipa-inline.c (ipa_inline): Likewise.
13758 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13760         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
13761         tag.  Added a default constructor and a destructor.
13762         (ipa_edge_args_sum_t): New class;
13763         (ipa_edge_args_sum): Declare.
13764         (ipa_edge_args_vector): Remove declaration.
13765         (IPA_EDGE_REF): Use ipa_edge_args_sum.
13766         (ipa_free_edge_args_substructures): Remove declaration.
13767         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
13768         (ipa_edge_args_info_available_for_edge_p): Likewise.
13769         * ipa-prop.c (ipa_edge_args_vector): Removed.
13770         (edge_removal_hook_holder): Likewise.
13771         (edge_duplication_hook_holder): Likewise.
13772         (ipa_edge_args_sum): New variable.
13773         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
13774         ipa_edge_args_vector.
13775         (ipa_free_edge_args_substructures): Likewise.
13776         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
13777         ipa_edge_args_vector.
13778         (ipa_edge_removal_hook): Turned into method
13779         ipa_edge_args_sum_t::remove.
13780         (ipa_edge_duplication_hook): Turned into method
13781         ipa_edge_args_sum_t::duplicate.
13782         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
13783         registering edge hooks.
13784         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
13785         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
13786         ipa_edge_args_sum instead of ipa_edge_args_vector.
13787         * ipa-profile.c (ipa_profile): Likewise.
13789 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13791         * symbol-summary.h (function_summary): New method exists.
13792         (function_summary::symtab_removal): Deallocate through release.
13793         (call_summary): New class.
13794         (gt_ggc_mx): New overload.
13795         (gt_pch_nx): Likewise.
13796         (gt_pch_nx): Likewise.
13798 2017-05-03  Jeff Law  <law@redhat.com>
13800         PR tree-optimization/78496
13801         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
13802         from simplify_cond_using_ranges.  Split off code to walk
13803         backwards through casts into ...
13804         (simplify_cond_using_ranges_2): New function.
13805         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
13806         (execute_vrp): After identifying jump threads, call
13807         simplify_cond_using_ranges_2.
13809 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
13811         PR bootstrap/80609
13812         * ipa-inline.h (inline_summary): Add ctor.
13813         (create_ggc): Do not use ggc_cleared_alloc.
13815 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
13816             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13818         * gcc.c (handle_braces): Support escaping in switch matching
13819         text.
13820         * doc/invoke.texi (Spec Files): Document it.
13821         Remove superfluous @code markup in items.
13823 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13825         * diagnostic-show-locus.c (struct column_range): New struct.
13826         (get_affected_columns): New function.
13827         (get_printed_columns): New function.
13828         (struct correction): New struct.
13829         (correction::ensure_capacity): New function.
13830         (correction::ensure_terminated): New function.
13831         (struct line_corrections): New struct.
13832         (line_corrections::~line_corrections): New dtor.
13833         (line_corrections::add_hint): New function.
13834         (layout::print_trailing_fixits): Reimplement in terms of the new
13835         classes.
13836         (selftest::test_overlapped_fixit_printing): New function.
13837         (selftest::diagnostic_show_locus_c_tests): Call it.
13839 2017-05-03  Nathan Sidwell  <nathan@acm.org>
13841         Canonicalize canonical type hashing
13842         * tree.h (type_hash_canon_hash): Declare.
13843         * tree.c (type_hash_list, attribute_hash_list): Move into
13844         type_hash_canon_hash.
13845         (build_type_attribute_qual_variant): Break out hash code calc into
13846         type_hash_canon_hash.
13847         (type_hash_canon_hash): New.  Generic type hash computation.
13848         (build_range_type_1, build_array_type_1, build_function_type,
13849         build_method_type_directly, build_offset_type, build_complex_type,
13850         make_vector_type): Call it.
13852 2017-05-03  Richard Biener  <rguenther@suse.de>
13854         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
13855         When all DRs have unknown misaligned do not always peel
13856         when there is a store but apply the same costing model as if
13857         there were only loads.
13859 2017-05-03  Richard Biener  <rguenther@suse.de>
13861         Revert
13862         PR tree-optimization/80492
13863         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
13864         compare_base_decls returning dont-know properly.
13866 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13868         * config/arm/iterators.md (CCSI): New mode iterator.
13869         (arch): New mode attribute.
13870         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
13871         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
13872         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
13873         code iterator for success result mode.
13874         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
13875         the corresponding new insn generators.
13877 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
13879         Revert r247509
13880         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13881         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13883 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
13885         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
13886         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
13887         (DDR_A): Wrap DDR argument in brackets.
13888         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
13889         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
13890         (DDR_REVERSED_P): Likewise.
13892 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
13894         PR tree-optimization/79472
13895         * tree-switch-conversion.c (struct switch_conv_info): Add
13896         contiguous_range and default_case_nonstandard fields.
13897         (collect_switch_conv_info): Compute contiguous_range and
13898         default_case_nonstandard fields, don't clear final_bb if
13899         contiguous_range and only the default case doesn't have the required
13900         structure.
13901         (check_all_empty_except_final): Set default_case_nonstandard instead
13902         of failing if contiguous_range and the default case doesn't have empty
13903         block.
13904         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
13905         and only the default case doesn't have the required constants.  Skip
13906         virtual phis.
13907         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
13908         if default_case_nonstandard.
13909         (build_constructors): Build constant 1 just once.  Assert that default
13910         values aren't inserted in between cases if contiguous_range.  Skip
13911         virtual phis.
13912         (build_arrays): Skip virtual phis.
13913         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
13914         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
13915         Handle virtual phis.
13916         (gen_inbound_check): Handle default_case_nonstandard case.
13917         (process_switch): Adjust check_final_bb caller.  Call
13918         gather_default_values with the first non-default case instead of
13919         default case if default_case_nonstandard.
13921 2017-05-02  Nathan Sidwell  <nathan@acm.org>
13923         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
13924         check.  Fix formatting.
13926 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
13928         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
13929         errors when comparing specialized and unspecialized times.
13931 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
13933         * diagnostic-show-locus.c
13934         (layout::should_print_annotation_line_p): Make private.
13935         (layout::print_annotation_line): Make private.
13936         (layout::annotation_line_showed_range_p): Make private.
13937         (layout::show_ruler): Make private.
13938         (layout::print_source_line): Make private.  Pass in line and
13939         line_width, rather than calling location_get_source_line.  Drop
13940         returned value.
13941         (layout::print_leading_fixits): New method.
13942         (layout::print_any_fixits): Rename to...
13943         (layout::print_trailing_fixits): ...this, and make private.
13944         Don't print newline fixits.
13945         (diagnostic_show_locus): Move logic for printing one row into...
13946         (layout::print_line): ...this new function.  Move the
13947         location_get_source_line call and error-handling from
13948         print_source_line to here.  Call print_leading_fixits, and rename
13949         print_any_fixits to print_trailing_fixits.
13950         (selftest::test_fixit_insert_containing_newline): Update now that
13951         newlines are partially supported.
13952         (selftest::test_fixit_insert_containing_newline_2): New test.
13953         (selftest::test_fixit_replace_containing_newline): Update comments.
13954         (selftest::diagnostic_show_locus_c_tests): Call the new test.
13955         * edit-context.c (class added_line): New class.
13956         (class edited_line): Describe newline handling in comment.
13957         (edited_line::actually_edited_p): New method.
13958         (edited_line::print_content): Delete redundant decl.
13959         (edited_line::m_predecessors): New field.
13960         (edited_file::print_content): Call edited_line::print_content.
13961         (edited_file::print_diff): Update to support newlines.
13962         (edited_file::print_diff_hunk): Likewise.
13963         (edited_file::print_run_of_changed_lines): New function.
13964         (edited_file::print_diff_line): Convert to...
13965         (print_diff_line): ...this.
13966         (edited_file::get_effective_line_count): New function.
13967         (edited_line::edited_line): Initialize new field m_predecessors.
13968         (edited_line::~edited_line): Clean up m_predecessors.
13969         (edited_line::apply_fixit): Handle newlines.
13970         (edited_line::get_effective_line_count): New function.
13971         (edited_line::print_content): New function.
13972         (edited_line::print_diff_lines): New function.
13973         (selftest::test_applying_fixits_insert_containing_newline): New
13974         test.
13975         (selftest::test_applying_fixits_replace_containing_newline): New
13976         test.
13977         (selftest::insert_line): New function.
13978         (selftest::test_applying_fixits_multiple_lines): Add example of
13979         inserting a line.
13980         (selftest::edit_context_c_tests): Call the new tests.
13982 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13984         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
13985         parameter cand.  Update dump information.
13986         (get_computation_cost): Update uses.
13988 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13990         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
13991         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
13992         (get_computation_at, rewrite_use_address): Update use of
13993         get_computation_aff.
13995 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13997         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
13998         (get_computation): Delete.
13999         (get_computation_cost): Implement like get_computation_cost_at.
14000         Use get_computation_at.
14001         (get_computation_cost_at): Delete.
14002         (rewrite_use_nonlinear_expr): Use get_computation_at.
14003         (rewrite_use_compare, remove_unused_ivs): Ditto.
14005 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14007         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
14009 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14011         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
14012         (ivopts_global_cost_for_size): Rename parameter and update uses.
14013         (iv_ca_recount_cost): Update uses.
14014         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
14015         candidates seperately in n_invs and n_cands.
14016         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
14018 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14020         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
14021         (find_inv_vars_cb): New.
14022         (find_depends): Renamed to ...
14023         (find_inv_vars): ... this.
14024         (add_candidate_1, force_var_cost): Call find_inv_vars.
14025         (split_address_cost, determine_group_iv_cost_cond): Ditto.
14027 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14029         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
14030         inv_vars.  Add inv_exprs.
14031         (struct iv_cand): Rename depends_on to inv_vars.
14032         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
14033         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
14034         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
14035         (dump_cand): Dump inv_vars.
14036         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
14037         (record_invariant, find_depends, add_candidate_1): Ditto.
14038         (set_group_iv_cost, force_var_cost): Ditto.
14039         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
14040         (get_computation_cost_at, get_computation_cost): Ditto.
14041         (determine_group_iv_cost_generic): Ditto.
14042         (determine_group_iv_cost_address): Ditto.
14043         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
14044         (determine_group_iv_costs): Ditto.
14045         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
14046         (iv_ca_set_remove_invariants): Renamed to ...
14047         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
14048         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
14049         (iv_ca_set_add_invariants):  Renamed to ...
14050         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
14051         (iv_ca_set_cp): Use iv_ca_set_add_invs.
14052         (iv_ca_has_deps): Support inv_vars and inv_exprs.
14053         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
14054         (create_new_ivs): Remove useless dump.
14056 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14058         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
14059         iv_cand code.
14060         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
14061         (iv_ca_set_no_cp, create_new_iv): Ditto.
14063 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
14065         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
14067 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
14069         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
14070         function tree_check2.
14072 2017-05-02  Martin Liska  <mliska@suse.cz>
14074         * doc/gcov.texi: Add missing preposition.
14075         * gcov.c (function_info::function_info): Properly fill up
14076         all member variables.
14078 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
14080         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
14082 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
14084         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
14086 2017-05-02  Martin Liska  <mliska@suse.cz>
14088         PR lto/77954.
14089         * lto-streamer-in.c (lto_read_tree_1): Remove
14090         LTO_STREAMER_DEBUG.
14091         * lto-streamer.c (struct tree_hash_entry): Likewise.
14092         (struct tree_entry_hasher): Likewise.
14093         (tree_entry_hasher::hash): Likewise.
14094         (tree_entry_hasher::equal): Likewise.
14095         (lto_streamer_init): Likewise.
14096         (lto_orig_address_map): Likewise.
14097         (lto_orig_address_get): Likewise.
14098         (lto_orig_address_remove): Likewise.
14099         * lto-streamer.h: Likewise.
14100         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
14101         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
14103 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
14105         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
14106         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
14107         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
14108         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
14109         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
14110         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
14111         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
14112         (mm_maskz_sub_ss): New intrinsics.
14113         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14114         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
14115         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
14116         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
14117         (__builtin_ia32_subss_mask_round): New builtins.
14118         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14119         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
14120         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
14121         Renamed to ...
14122         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
14123         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
14124         Changed to ...
14125         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
14126         ... this.
14128 2017-05-02  Martin Jambor  <mjambor@suse.cz>
14130         PR tree-optimization/78687
14131         * tree-sra.c (access): New field parent.
14132         (process_subtree_disqualification): New function.
14133         (disqualify_candidate): Call it.
14134         (build_accesses_from_assign): Reset write flag if creating an
14135         assighnment link.
14136         (build_access_subtree): Fill in parent field and also prpagate
14137         down grp_write flag.
14138         (create_artificial_child_access): New parameter set_grp_write, set
14139         grp_write to its value.
14140         (propagate_subaccesses_across_link): Also propagate grp_write flag
14141         values.
14142         (propagate_all_subaccesses): Push the closest parent back to work
14143         queue if add_access_to_work_queue returned true.
14145 2017-05-02  Richard Biener  <rguenther@suse.de>
14147         * common.opt (fstrict-overflow): Alias negative to fwrapv.
14148         * doc/invoke.texi (fstrict-overflow): Remove all traces of
14149         -fstrict-overflow documentation.
14150         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
14151         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
14152         flag_strict_overflow.
14153         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
14154         * lto-opts.c (lto_write_options): Do not stream it.
14155         * lto-wrapper.c (merge_and_complain): Do not handle it.
14156         * opts.c (default_options_table): Do not set -fstrict-overflow.
14157         (finish_options): Likewise do not clear it when sanitizing.
14158         * simplify-rtx.c (simplify_const_relational_operation): Do not
14159         test flag_strict_overflow.
14161 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14163         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
14164         using enabled attribute.
14165         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
14166         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
14167         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
14168         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
14169         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
14170         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
14171         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
14172         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
14173         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
14174         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
14176 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14178         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
14180 2017-05-02  Richard Biener  <rguenther@suse.de>
14182         PR tree-optimization/80591
14183         Revert
14184         2017-04-10  Richard Biener  <rguenther@suse.de>
14186         * tree-ssa-structalias.c (find_func_aliases): Properly handle
14187         asm inputs.
14189 2017-05-02  Richard Biener  <rguenther@suse.de>
14191         PR tree-optimization/80549
14192         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
14193         (cleanup_tree_cfg_noloop): Create forwarders to known loop
14194         headers if they do not have a preheader.
14196 2017-05-02  Martin Liska  <mliska@suse.cz>
14198         PR other/80589
14199         * common.opt: Fix typo.
14200         * doc/invoke.texi: Likewise.
14202 2017-05-01  Jan Beulich  <jbeulich@suse.com>
14204         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
14205         swapping, add (x,x,m,x,n) alternative.
14207 2017-05-01  Nathan Sidwell  <nathan@acm.org>
14209         * calls.c (combine_pending_stack_adjustment_and_call): Remove
14210         unnecessary unadjusted_alignment check.
14212 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
14214         PR c++/80038
14215         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
14216         operations here.
14217         * gimplify.c (gimplify_cilk_detach): New function.
14218         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
14219         * tree-core.h: Document EXPR_CILK_SPAWN.
14220         * tree.h (EXPR_CILK_SPAWN): Define.
14222 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
14224         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
14225         to use new fixit_hint representation, using the "replace" logic.
14226         (get_line_span_for_fixit_hint): Likewise.
14227         (layout::print_any_fixits): Likewise.
14228         (selftest::test_one_liner_many_fixits): Rename to...
14229         (selftest::test_one_liner_many_fixits_1): ...this, and update
14230         comment and expected output to reflect that the multiple fix-it
14231         hints are now consolidated into one insertion.
14232         (selftest::test_one_liner_many_fixits_2): New test.
14233         (selftest::test_diagnostic_show_locus_one_liner): Update for
14234         above.
14235         (selftest::test_fixit_consolidation): Update for fix-it API
14236         change.
14237         * diagnostic.c (print_parseable_fixits): Likewise.
14238         * edit-context.c (edited_line::m_line_events): Convert from
14239         auto_vec <line_event *> to auto_vec <line_event>.
14240         (class line_event): Convert from abstract base class to a concrete
14241         class, taking over the role of replace_event.
14242         (class insert_event): Delete.
14243         (class replace_event): Rename to class line_event.  Convert to
14244         half-open range.
14245         (edit_context::add_fixits): Reimplement.
14246         (edit_context::apply_insert): Delete.
14247         (edit_context::apply_replace): Rename to...
14248         (edit_context::apply_fixit): ...this.  Convert to half-open range.
14249         (edited_file::apply_insert): Delete.
14250         (edited_file::apply_replace): Rename to...
14251         (edited_file::apply_fixit): ...this.
14252         (edited_line::~edited_line): Drop deletion of events.
14253         (edited_line::apply_insert): Delete.
14254         (edited_line::apply_replace): Rename to...
14255         (edited_line::apply_fixit): ...this.  Convert to half-open range.
14256         Update for change to type of m_line_events.
14257         * edit-context.h (edit_context::apply_insert): Delete.
14258         (edit_context::apply_replace): Rename to...
14259         (edit_context::apply_fixit): ...this.
14261 2017-05-01  Martin Sebor  <msebor@redhat.com>
14263         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
14264         known.
14266 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
14268         PR target/68491
14269         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
14270         __get_cpuid_max returns 0.
14271         (__get_cpuid_count): Ditto.
14273 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
14275         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
14276         replacement expression is another instance of one of its arguments.
14278 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
14280         PR target/79430
14281         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
14282         check for stack push/pop autoinc.
14283         * config/i386/i386.c (ix86_agi_dependent): Return false
14284         if the only reason why modified_in_p returned true is that
14285         addr is SP based and set_insn is a push or pop.
14287 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14289         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
14290         overflow check.
14292 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14294         PR ipa/79224
14295         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
14296         (account_size_time): Use two predicates - exec_pred and
14297         nonconst_pred_ptr.
14298         (evaluate_conditions_for_known_args): Compute both clause and
14299         nonspec_clause.
14300         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
14301         (inline_summary_t::duplicate): Update.
14302         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
14303         separately.
14304         (compute_inline_parameters): Likewise.
14305         (estimate_edge_size_and_time): Update caluclation of time.
14306         (estimate_node_size_and_time): Compute both time and nonspecialized
14307         time.
14308         (estimate_ipcp_clone_size_and_time): Update.
14309         (inline_merge_summary): Update.
14310         (do_estimate_edge_time): Update.
14311         (do_estimate_edge_size): Update.
14312         (do_estimate_edge_hints): Update.
14313         (inline_read_section, inline_write_summary): Stream both new predicates.
14314         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
14315         as argument.
14316         (compute_inlined_call_time): Cleanup.
14317         (big_speedup_p): Update.
14318         (edge_badness): Update.
14319         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
14320         (size_time_entry): Replace predicate by exec_predicate and
14321         nonconst_predicate.
14322         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
14323         (estimate_edge_time): Return also nonspec_time.
14324         (reset_edge_growth_cache): Update.
14326 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
14328         PR rtl-optimization/80491
14329         * ifcvt.c (noce_process_if_block): When looking for x setter
14330         with missing else_bb, don't check only the insn right before
14331         cond_earliest, but look for the last insn that x is modified in
14332         within the same bb.
14334         PR rtl-optimization/80491
14335         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
14337 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
14339         PR tree-optimization/80487
14340         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
14342 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14344         PR tree-optimization/79697
14345         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
14346         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
14347         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
14348         BUILT_IN_STRNDUP.
14349         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
14350         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
14352 2017-04-28  Martin Sebor  <msebor@redhat.com>
14354         PR tree-optimization/80523
14355         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
14356         (init_target_to_host_charmap, target_to_host, target_strtol10): New
14357         functions.
14358         (maybe_warn, format_directive, parse_directive): Use new functions.
14359         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
14361 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
14363         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
14365 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14367         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
14368         target_header_dir): Set correctly.
14369         * configure: Regenerated.
14370         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
14371         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
14372         instead of SYSTEM_HEADER_DIR.
14374 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
14376         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
14377         (estimate_local_effects): Likewise.
14378         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
14379         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
14380         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
14381         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
14382         do_estimate_edge_time, estimate_edge_time): Likewise.
14383         * ipa-inline-analysis.c (estimate_node_size_and_time,
14384         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
14385         (estimate_time_after_inlining): Remove.
14387 2017-04-28  Martin Liska  <mliska@suse.cz>
14389         * doc/gcov.texi: Enhance documentation of gcov.
14391 2017-04-28  Martin Liska  <mliska@suse.cz>
14393         * doc/gcov.texi: Sort options in alphabetic order.
14394         * doc/gcov-dump.texi: Likewise.
14395         * doc/gcov-tool.texi: Likewise.
14396         * gcov.c (print_usage): Likewise.
14397         * gcov-dump.c (print_usage): Likewise.
14398         * gcov-tool.c (print_merge_usage_message): Likewise.
14399         (print_rewrite_usage_message): Likewise.
14400         (print_overlap_usage_message): Likewise.
14402 2017-04-28  Martin Liska  <mliska@suse.cz>
14404         PR gcov-profile/53915
14405         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
14407 2017-04-28  Martin Liska  <mliska@suse.cz>
14409         PR gcov-profile/79891
14410         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
14411         is marked by compiler as living on a line.
14412         (get_cycles_count): Remove usage of the union.
14413         (output_intermediate_file): Likewise.
14414         (find_source): Fix GNU coding style.
14415         (accumulate_line_counts): Remove old non-all block mode.
14416         (output_lines): Remove usage of the union.
14417         * profile.c (output_location): Include all BBs, even if
14418         belonging to a same line (and file) as a previous BB.
14420 2017-04-28  Martin Liska  <mliska@suse.cz>
14422         * gcov.c (process_args): Handle new argument 'w'.
14423         (read_graph_file): Assign ID to BBs.
14424         (output_branch_count): Display BB # if verbose flag is set.
14425         (output_lines): Likewise for arcs.
14426         (print_usage): Add '--verbose' option help.
14427         * doc/gcov.texi: Document --verbose (-w) option.
14429 2017-04-28  Martin Liska  <mliska@suse.cz>
14431         * gcov.c (struct block_location_info): New struct.
14432         (process_file): Fill up the new structure.
14433         (read_graph_file): Replace usage of encoding by the newly added
14434         struct.
14435         (add_line_counts): Likewise.
14436         (accumulate_line_counts): Remove usage of the union.
14437         (function_info::function_info): New function.
14438         (function_info::~function_info): Likewise.
14439         (process_file): Call delete instead of release_function.
14440         (release_function): Release the function.
14441         (release_structures): Call delete instead of release_function.
14442         (solve_flow_graph): Replace usage of num_blocks.
14443         (find_exception_blocks): Likewise.
14444         (output_lines): Fix GNU coding style.
14446 2017-04-28  Martin Liska  <mliska@suse.cz>
14448         PR driver/56469
14449         * coverage.c (coverage_remove_note_file): New function.
14450         * coverage.h: Declare the function.
14451         * toplev.c (finalize): Clean if an error has been seen.
14453 2017-04-28  Martin Liska  <mliska@suse.cz>
14455         PR gcov-profile/80031
14456         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
14457         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
14458         * gcov.c (read_graph_file): Read just number of blocks.
14459         * profile.c (branch_prob): Do not stream 0 flags per a basic
14460         block.
14462 2017-04-28  Martin Liska  <mliska@suse.cz>
14464         * gcov-dump.c (tag_*): Add new argument to declarations.
14465         (dump_gcov_file): Likewise.
14466         (tag_blocks): Add and use new argument depth.
14467         (tag_arcs): Likewise.
14468         (tag_lines): Likewise.
14469         (tag_counters): Likewise.
14470         (tag_summary): Likewise.
14471         (dump_working_sets): Use depth to do a proper indentation.
14473 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
14475         PR bootstrap/80531
14476         * cgraph.h (symtab_node::debug_symtab): No longer inline.
14477         * symtab.c (symtab_node::debug_symtab): Move definition here.
14479 2017-04-28  Richard Biener  <rguenther@suse.de>
14481         * lto-streamer.h (LTO_major_version): Bump to 7.
14483 2017-04-28  Richard Biener  <rguenther@suse.de>
14485         * tree-vrp.c (assert_info): New struct.
14486         (add_assert_info): New helper.
14487         (register_edge_assert_for_2): Refactor to add asserts to a vector
14488         of assert_info.
14489         (register_edge_assert_for_1): Likewise.
14490         (register_edge_assert_for): Likewise.
14491         (finish_register_edge_assert_for): New helper actually registering
14492         asserts where live on edge.
14493         (find_conditional_asserts): Adjust.
14494         (find_switch_asserts): Likewise.
14495         (evrp_dom_walker::try_find_new_range): Generalize.
14496         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
14498 2017-04-27  Marek Polacek  <polacek@redhat.com>
14500         PR sanitizer/80349
14501         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
14502         arg10 and arg11 to itype.
14504 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
14506         * doc/extend.texi (Object Size Checking): Improve grammar.
14508 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
14510         PR target/80530
14511         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
14512         that the logic for permitting reciprocal estimates matches that
14513         in use_rsqrt_p.
14515 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14517         PR c++/80534
14518         * tree.c (type_cache_hasher::equal): Only compare
14519         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
14520         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
14521         non-aggregate element types.
14522         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
14523         about the flag on ARRAY_TYPEs in the comment, formatting fix.
14525 2017-04-27  Richard Biener  <rguenther@suse.de>
14527         PR middle-end/80533
14528         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
14529         stripping ARRAY_REFs from MEM_EXPR make sure we're not
14530         keeping a reference to a trailing array.
14532 2017-04-27  Richard Biener  <rguenther@suse.de>
14534         PR middle-end/80539
14535         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
14536         being in loop-closed SSA form conservatively.
14537         (chrec_fold_multiply_poly_poly): Likewise.
14539 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
14541         PR middle-end/79665
14542         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
14543         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
14545 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14547         PR target/77728
14548         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
14549         (aarch64_function_arg_alignment): Return unsigned int again, but still
14550         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
14551         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14552         Don't emit -Wpsabi note.
14553         (aarch64_function_arg_boundary): Likewise.
14554         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14555         caller.
14557 2017-04-26  Nathan Sidwell  <nathan@acm.org>
14559         * tree.h (crc32_unsigned_n): Declare.
14560         (crc32_unsigned, crc32_unsigned): Make inline.
14561         * tree.c (crc32_unsigned_bits): Replace with ...
14562         (crc32_unsigned_n): ... this.
14563         (crc32_unsigned, crc32_byte): Remove.
14564         (crc32_string): Remove unnecessary braces.
14566 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14568         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
14569         * ipa-inline-analysis.c (MAX_TIME): Remove.
14570         (account_size_time): Use sreal for time.
14571         (dump_inline_summary): Update.
14572         (estimate_function_body_sizes): Update.
14573         (estimate_edge_size_and_time): Update.
14574         (estimate_calls_size_and_time): Update.
14575         (estimate_node_size_and_time): Update.
14576         (inline_merge_summary): Update.
14577         (inline_update_overall_summary): Update.
14578         (estimate_time_after_inlining): Update.
14579         (inline_read_section): Update.
14580         (inline_write_summary): Update.
14581         * ipa-inline.c (compute_uninlined_call_time): Update.
14582         (compute_inlined_call_time): Update.
14583         (recursive_inlining): Update.
14584         (inline_small_functions): Update.
14585         (dump_overall_stats): Update.
14586         * ipa-inline.h: Include sreal.h.
14587         (size_time_entry): Turn time to sreal.
14588         (inline_summary): Turn self_time nad time to sreal.
14590 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14592         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
14593         data-streamer.h
14594         (sreal::stream_out, sreal::stream_in): New.
14595         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
14597 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14599         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
14600         environment.
14602 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
14604         PR target/70799
14605         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
14606         Handle ASHIFTRT.
14607         (dimode_scalar_chain::compute_convert_gain): Ditto.
14608         (dimode_scalar_chain::make_vector_copies): Ditto.
14609         (dimode_scalar_chain::convert_reg): Ditto.
14610         (dimode_scalar_chain::convert_insn): Ditto.
14611         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
14612         (VI248_AVX512BW_1): New mode iterator.
14613         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
14614         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
14615         mode iterator.
14617 2017-04-25  Martin Sebor  <msebor@redhat.com>
14619         PR tree-optimization/80497
14620         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
14621         constants are representable in HOST_WIDE_INT.
14622         (parse_directive): Ditto.
14624 2017-04-25  Martin Sebor  <msebor@redhat.com>
14626         PR bootstrap/80486
14627         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
14628         (new_zero_array): Adjust signature.
14629         (dom_info::dom_init): Used unsigned rather that size_t.
14630         (dom_info::dom_info): Same.
14632 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14633             Jakub Jelinek  <jakub@redhat.com>
14635         PR target/77728
14636         * config/arm/arm.c: Include gimple.h.
14637         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14638         returns negative, increment ncrn only if it returned positive.
14639         (arm_needs_doubleword_align): Return int instead of bool,
14640         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
14641         members, but if there is any such non-FIELD_DECL
14642         > PARM_BOUNDARY aligned decl, return -1 instead of false.
14643         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14644         returns negative, increment nregs only if it returned positive.
14645         (arm_setup_incoming_varargs): Likewise.
14646         (arm_function_arg_boundary): Emit -Wpsabi note if
14647         arm_needs_doubleword_align returns negative, return
14648         DOUBLEWORD_ALIGNMENT only if it returned positive.
14650 2017-04-25  Marek Polacek  <polacek@redhat.com>
14652         PR sanitizer/80349
14653         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
14654         first argument to type.
14656 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
14658         PR target/80482
14659         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
14660         type checks to test for compatibility instead of equality.
14662 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14663             Jakub Jelinek  <jakub@redhat.com>
14665         PR target/77728
14666         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
14667         type.
14668         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
14669         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
14670         the alignment computation, but return their maximum in warn_alignment.
14671         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14672         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
14673         is smaller.
14674         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
14675         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14676         caller.
14678 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14680         * config/arc/simdext.md (dmpyh): Fix typo.
14682 2017-04-25  Richard Biener  <rguenther@suse.de>
14684         PR tree-optimization/80492
14685         * alias.c (compare_base_decls): Handle registers with asm
14686         specification conservatively.
14687         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
14688         compare_base_decls returning dont-know properly.
14690 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14692         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
14693         (legitimate_offset_address_p): New function.
14694         (arc_legitimate_address_p): Use above function.
14696 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14698         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
14700 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14702         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
14703         ACCH registers whenever they are available.
14705 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14707         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
14708         double regs fix when not used.
14710 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14712         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
14713         core registers.
14714         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
14715         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
14717 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14719         * config/arc/arc.c (arc_output_addsi): Check for h-register class
14720         when emitting short ADD instructions.
14722 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14724         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
14725         constraint.
14726         (cmpsi_cc_c_insn): Likewise.
14727         (cbranchsi4_scratch): Compute proper instruction length using
14728         compact_hreg_operand.
14729         * config/arc/predicates.md (compact_hreg_operand): New predicate.
14731 2017-04-25  Richard Biener  <rguenther@suse.de>
14733         PR middle-end/80509
14734         * passes.c (pass_manager::pass_manager): Initialize
14735         m_name_to_pass_map.
14737 2017-04-25  Richard Biener  <rguenther@suse.de>
14739         PR tree-optimization/79201
14740         * tree-ssa-sink.c (statement_sink_location): Handle calls.
14742 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14744         PR target/80464
14745         * config/s390/vector.md: Split MEM->GPR vector moves for
14746         non-s_operand addresses.
14748 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14750         PR target/79895
14751         * config/s390/predicates.md (reload_const_wide_int_operand): New
14752         predicate.
14753         * config/s390/s390.md ("movti"): Remove d/P alternative.
14754         ("movti_bigconst"): New pattern definition.
14756 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14758         PR target/80080
14759         * s390-protos.h (s390_expand_cs_hqi): Removed.
14760         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
14761         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
14762         modes as well as CCZ1mode and CCZmode.
14763         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
14764         signature of s390_emit_compare_and_swap.
14765         (s390_expand_cs_hqi): Likewise, make static.
14766         (s390_expand_cs_tdsi): Generate an explicit compare before trying
14767         compare-and-swap, in some cases.
14768         (s390_expand_cs): Wrapper function.
14769         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
14770         atomic_exchange.
14771         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
14772         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
14773         patterns for small and large integers.  Forbid symref memory operands.
14774         Move expander to s390.c.  Require cc register.
14775         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
14776         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
14777         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
14778         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
14779         symref memory operands.  Remove CC mode and call s390_match_ccmode
14780         instead.
14781         ("atomic_exchange<mode>"): Allow and implement all integer modes.
14783 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14785         * config/s390/s390.md (define_peephole2): New peephole to help
14786         combining the load-and-test pattern with volatile memory.
14788 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14790         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
14791         with CCZmode for TARGET_Z196.
14793 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14795         PR rtl-optimization/80501
14796         * combine.c (make_compound_operation_int): Set subreg_code to SET
14797         even for AND with mask of the sign bit of mode.
14799         PR rtl-optimization/80500
14800         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
14801         sum's initial value.
14803 2017-04-25  Julian Brown  <julian@codesourcery.com>
14804             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14806         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
14808 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
14810         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
14812 2017-04-25  Julian Brown  <julian@codesourcery.com>
14813             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14815         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
14816         (thunderx2t99_sha): New Reservation.
14818 2017-04-25  Julian Brown  <julian@codesourcery.com>
14819             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14821         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
14822         type for 1-element load.
14824 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
14826         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
14828 2017-04-24  Martin Jambor  <mjambor@suse.cz>
14830         PR tree-optimization/80293
14831         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
14832         char arrays not totally scalarizable if it is false.
14833         (analyze_all_variable_accesses): Pass correct value in the new
14834         parameter.  Add a statistics counter.
14836 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
14838         PR middle-end/79931
14839         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
14841 2017-04-24  Richard Biener  <rguenther@suse.de>
14843         PR tree-optimization/80494
14844         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
14845         out for complex types.
14847 2017-04-24  Richard Biener  <rguenther@suse.de>
14849         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
14850         * tree-ssa-sccvn.c (print_scc): Print SCC size.
14851         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
14852         (DFS): Adjust and never fail.
14853         (sccvn_dom_walker::fail): Remove.
14854         (sccvn_dom_walker::before_dom_children): Adjust.
14855         (run_scc_vn): Likewise and never fail.
14856         * tree-ssa-pre.c (pass_pre::execute): Adjust.
14857         (pass_fre::execute): Likewise.
14859 2017-04-24  Richard Biener  <rguenther@suse.de>
14861         PR tree-optimization/79725
14862         * tree-ssa-sink.c (statement_sink_location): Return whether
14863         failure reason was zero uses.  Move that check later.
14864         (sink_code_in_bb): Deal with zero uses by removing the stmt
14865         if possible.
14867 2017-04-24  Richard Biener  <rguenther@suse.de>
14869         PR c++/2972
14870         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
14871         pointer-based references.
14873 2017-04-24  Richard Biener  <rguenther@suse.de>
14875         PR bootstrap/79814
14876         * pass_manager.h (pass_manager::operator new): Remove.
14877         (pass_manager::operator delete): Likewise.
14878         * passes.c (pass_manager::operator new): Remove.
14879         (pass_manager::operator delete): Likewise.
14880         (pass_manager::pass_manager): Zero individual pass members.
14882 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
14884         PR target/70799
14885         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
14886         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
14887         Check "XEXP (src, 1)" operand here.
14888         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
14889         Check "XEXP (src, 1)" operand here.
14890         (dimode_scalar_chain::make_vector_copies): Detect count register
14891         of a shift instruction.  Zero extend count register from QImode
14892         to DImode to satisfy vector shift pattern count operand predicate.
14893         Substitute vector shift count operand with a DImode copy.
14894         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
14895         vector register.
14897 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
14899         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
14900         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14901         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
14902         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14903         (UNSPEC_NOREX_MEM): Remove definition.
14905 2017-04-21  Richard Biener  <rguenther@suse.de>
14907         PR tree-optimization/79547
14908         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
14909         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
14910         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
14911         without any constraints.
14913 2017-04-21  Richard Biener  <rguenther@suse.de>
14915         PR tree-optimization/78847
14916         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
14918 2017-04-21  Richard Biener  <rguenther@suse.de>
14920         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
14921         (build_distinct_type_copy): Likewise.
14922         (build_variant_type_copy): Likewise.
14923         * tree.c (build_qualified_type): Pass down mem-stat info.
14924         (build_distinct_type_copy): Likewise.
14925         (build_variant_type_copy): Likewise.
14927 2017-04-21  Richard Biener  <rguenther@suse.de>
14929         PR tree-optimization/80237
14930         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
14931         defaulted to NULL.
14932         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
14933         for a simplified result.
14935 2016-04-21  Richard Biener  <rguenther@suse.de>
14937         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
14938         sth as strict as a simple_iv but a chrec without symbols and an
14939         operand defined in the loop we are peeling (and not some subloop).
14940         (propagate_constants_for_unrolling): Propagate all constants.
14942 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14944         PR target/79804
14945         * config/i386/i386.c (print_reg): Remove assert for disalowed
14946         regno values, call output_operand_lossage instead.
14948 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14950         PR target/78090
14951         * config/i386/constraints.md (Yc): New register constraint.
14952         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
14953         Use Yc constraint for alternative 2 of operand 0.  Remove
14954         preferred_for_speed attribute.
14956 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
14958         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
14959         lastprivate clauses in SIMT case.
14961 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
14963         * doc/invoke.texi (-Wextra-semi): Document new warning option.
14965 2017-04-20  Richard Biener  <rguenther@suse.de>
14967         PR tree-optimization/57796
14968         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
14969         as N scalar stores.
14970         (vect_model_load_cost): Cost gathers as N scalar loads.
14972 2017-04-20  Richard Biener  <rguenther@suse.de>
14974         * ggc-page.c (ggc_allocated_p): Rename to ...
14975         (safe_lookup_page_table_entry): ... this and return the lookup
14976         result.
14977         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
14979 2017-04-20  Richard Biener  <rguenther@suse.de>
14981         PR tree-optimization/80453
14982         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
14983         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
14984         from the conditions.
14985         (vn_phi_eq): Pass them down.
14986         (vn_phi_lookup): Record them.
14987         (vn_phi_insert): Likewise.
14989 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
14991         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
14992         uninitialized variable warning to avoid buffer overrun.
14994 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
14996         PR other/71250
14997         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
14998         is suppressed for '{ 0 }' in C.
15000 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
15002         * BASE-VER: Set to 8.0.0.
15004 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15006         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
15007         priority .init_array and .fini_array section with SECTION_NOTYPE
15008         flag.
15010 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
15012         PR middle-end/80423
15013         * tree.h (build_array_type): Add typeless_storage default argument.
15014         * tree.c (type_cache_hasher::equal): Also compare
15015         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
15016         (build_array_type): Add typeless_storage argument, set
15017         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
15018         recursive call.
15019         (build_nonshared_array_type): Adjust build_array_type_1 caller.
15020         (build_array_type): Likewise.  Add typeless_storage argument.
15022 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
15023             Jakub Jelinek  <jakub@redhat.com>
15025         PR tree-optimization/80426
15026         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
15027         operation on symbolic operands, also compute the overflow for the
15028         invariant part when the operation degenerates into a negation.
15030 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
15032         PR debug/80461
15033         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
15034         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
15036         PR debug/80436
15037         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
15039 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
15041         PR target/80462
15042         * config/avr/avr.c (tree.h): Include it.
15043         (cgraph.h): Include it.
15044         (avr_encode_section_info): Don't warn for uninitialized progmem
15045         variable if it's just an alias.
15047 2017-04-19  Richard Biener  <rguenther@suse.de>
15049         PR ipa/65972
15050         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
15051         when needed by AutoPGO.
15053 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
15055         PR lto/50345
15056         * doc/lto.texi: Remove an extra 'that'.
15058 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
15060         PR rtl-optimization/80429
15061         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
15062         are only used in debug insns.
15064 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
15065             Vladimir Makarov  <vmakarov@redhat.com>
15067         * config/sparc/predicates.md (input_operand): Add comment.  Return
15068         true for any memory operand when LRA is in progress.
15069         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
15071 2017-04-18  Jeff Law  <law@redhat.com>
15073         PR target/74563
15074         * mips.md ({return,simple_return}_internal): Do not overwrite
15075         operands[0].
15077 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15079         PR tree-optimization/80443
15080         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
15081         instead of adding 1, subtract -1 and similarly instead of subtracting
15082         1 add -1.
15084 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
15086         PR rtl-optimization/80357
15087         * haifa-sched.c (tmp_bitmap): New variable.
15088         (model_recompute): Handle duplicate use records.
15089         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
15090         (free_global_sched_pressure_data): Free it.
15092 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15094         Revert:
15095         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15096         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
15097         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
15098         instead of SYSTEM_HEADER_DIR.
15100 2017-04-18  Jeff Law  <law@redhat.com>
15102         PR middle-end/80422
15103         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
15104         predecessors after walking up the insn chain.
15106 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15108         PR debug/80263
15109         * dwarf2out.c (modified_type_die): Try harder not to emit internal
15110         sizetype type into debug info.
15112 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15114         PR target/80099
15115         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
15116         unneeded test for TARGET_UPPER_REGS_SF.
15117         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
15119 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15121         PR sanitizer/80444
15122         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
15123         instead of gsi_after_labels.
15125 2017-04-18  Jeff Law  <law@redhat.com>
15127         * regcprop.c (maybe_mode_change): Avoid creating copies of the
15128         stack pointer.
15130         Revert:
15131         2017-04-13  Jeff Law  <law@redhat.com>
15132         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15133         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15135 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
15137         PR target/79453
15138         * config/avr/avr.c (intl.h): Include it.
15139         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
15141 2017-04-18  Martin Liska  <mliska@suse.cz>
15143         PR gcov-profile/78783
15144         * gcov-tool.c (gcov_output_files): Validate that destination
15145         file is either removed by the tool or by a user.
15147 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15148             Guy Benyei  <guybe@mellanox.com>
15150         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
15151         block, and do not negate it, the stored id is already negative.
15153 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15155         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
15157 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15159         PR target/80098
15160         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
15161         masks of options that should be turned off if the VSX vector
15162         options are turned off.
15163         (OTHER_P8_VECTOR_MASKS): Likewise.
15164         (OTHER_VSX_VECTOR_MASKS): Likewise.
15165         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
15166         rs6000_disable_incompatible_switches to validate no type switches
15167         like -mvsx.
15168         (rs6000_incompatible_switch): New function to disallow turning on
15169         other vector options if -mno-vsx, -mno-power8-vector, or
15170         -mno-power9-vector are specified.
15172 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15174         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
15176 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15178         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
15179         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
15180         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
15181         (ARG_POINTER_CFA_OFFSET): Likewise.
15183 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15185         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
15186         conditions to take advantage of various optimizations.
15188 2017-04-13  Jeff Law  <law@redhat.com>
15190         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15191         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15192         (zero_extendsidi2_dext): Likewise.
15194 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15196         PR sanitizer/80403
15197         * fold-const.c (fold_ternary_loc): Revert
15198         use op0 instead of fold_convert_loc (loc, type, arg0) part of
15199         2017-04-12 change.
15201 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
15203         PR rtl-optimization/80343
15204         * lra-remat.c (update_scratch_ops): Assign original hard reg to
15205         new scratch pseudo.
15207 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
15209         PR sanitizer/80414
15210         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
15211         to ubsan_encode_value.
15213 2017-04-13  Jeff Law  <law@redhat.com>
15215         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
15216         appearing in DEBUG_INSNs.
15218 2017-04-13  Martin Liska  <mliska@suse.cz>
15220         PR gcov-profile/80413
15221         * gcov-io.c (gcov_write_string): Copy to buffer just when
15222         allocated size is greater than zero.
15224 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15226         PR debug/80321
15227         * dwarf2out.c (decls_for_scope): Ignore declarations of
15228         current_function_decl in BLOCK_NONLOCALIZED_VARS.
15230 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
15232         PR lto/69953
15233         * ipa-visibility.c (non_local_p): Fix typos.
15234         (localize_node): When localizing symbol in same comdat group,
15235         dissolve the group only when we know external symbols are going
15236         to be privatized.
15237         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
15239 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15241         PR tree-optimization/79390
15242         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
15243         order does not result in usable sequence, retry with reversed operand
15244         order.
15246         PR sanitizer/80403
15247         PR sanitizer/80404
15248         PR sanitizer/80405
15249         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
15250         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
15251         op0 instead of fold_convert_loc (loc, type, arg0).
15253 2017-04-12  Jeff Law  <law@redhat.com>
15255         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
15256         has a delay slot in the generated code.
15258         * config/cris/cris.md (cris_preferred_reload_class): Return
15259         GENNONACR_REGS rather than GENERAL_REGS.
15261 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15263         PR c/80163
15264         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
15265         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
15266         signedness of the result type.
15268 2017-04-12  Richard Biener  <rguenther@suse.de>
15269             Jeff Law  <law@redhat.com>
15271         PR tree-optimization/80359
15272         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
15273         trim stores to TARGET_MEM_REFs.
15275 2017-04-12  Richard Biener  <rguenther@suse.de>
15277         PR tree-optimization/79390
15278         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
15279         threading case even more.
15281 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
15283         PR target/80382
15284         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
15285         for quad_address_p for TImode, instead of just not indexed_address.
15287 2017-04-12  Richard Biener  <rguenther@suse.de>
15288             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15290         PR middle-end/79671
15291         * alias.c (component_uses_parent_alias_set_from): Handle
15292         TYPE_TYPELESS_STORAGE.
15293         (get_alias_set): Likewise.
15294         * tree-core.h (tree_type_common): Add typeless_storage flag.
15295         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
15296         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
15297         for types containing members with TYPE_TYPELESS_STORAGE.
15298         (place_field): Likewise.
15299         (layout_type): Likewise for ARRAY_TYPE.
15300         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
15301         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
15302         TYPE_TYPELESS_STORAGE.
15303         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
15305 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15307         PR sanitizer/80349
15308         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
15309         first argument to type.
15311 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15313         PR target/80376
15314         PR target/80315
15315         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
15316         CONST0_RTX (mode) rather than const0_rtx where appropriate.
15317         (rs6000_expand_binop_builtin): Likewise.
15318         (rs6000_expand_ternop_builtin): Likewise; also add missing
15319         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
15320         vshasigma built-ins.
15321         * doc/extend.texi: Document that vec_xxpermdi's third argument
15322         must be a constant.
15324 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
15326         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
15327         Use shift_const cost parameter when calculating gain of STV shifts.
15329 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
15331         PR rtl-optimization/70478
15332         * lra-constraints.c (process_alt_operands): Check memory for
15333         disfavoring memory insn operand.
15335 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15337         PR middle-end/80100
15338         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
15339         left shift in unsigned HOST_WIDE_INT type.
15341         PR rtl-optimization/80385
15342         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
15343         (not (neg X)) into (plus X -1) for complex or non-integral modes.
15345         PR libgomp/80394
15346         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
15347         if they have any depend clauses.
15349 2017-04-11  Martin Liska  <mliska@suse.cz>
15351         PR ipa/80212
15352         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
15353         * ipa-split.c (split_function): Create a local comdat symbol
15354         if caller is in a comdat group.
15356 2017-04-11  Martin Liska  <mliska@suse.cz>
15358         PR ipa/80212
15359         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
15360         flags.
15362 2017-04-11  Martin Sebor  <msebor@redhat.com>
15364         PR middle-end/80364
15365         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
15366         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
15367         for INTEGER_TYPE.
15368         (directive::set_width, directive::set_precision, format_character):
15369         Adjust.
15370         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
15371         INTEGER_TYPE.
15373 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
15375         PR target/80389
15376         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
15377         conflict, set target->arch_name instead of target->cpu_name.
15379 2017-04-11  Richard Biener  <rguenther@suse.de>
15381         PR tree-optimization/80374
15382         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
15383         build_zero_cst, remove fold_convertible_p check again.
15385 2017-04-11  Martin Liska  <mliska@suse.cz>
15387         PR sanitizer/70878
15388         * ubsan.c (instrument_object_size): Do not instrument register
15389         variables.
15391 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15393         PR target/80381
15394         * config/i386/i386-builtin-types.def
15395         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
15396         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
15397         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
15398         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
15399         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
15400         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
15401         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
15402         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
15403         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
15404         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
15405         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
15406         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
15407         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
15408         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
15409         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
15410         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
15411         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
15412         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
15413         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
15414         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
15415         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
15416         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
15417         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
15418         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
15419         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
15420         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
15421         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
15422         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
15423         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
15424         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
15425         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
15426         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
15427         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
15428         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
15429         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
15430         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
15431         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
15432         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
15433         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
15434         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
15435         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
15436         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
15437         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
15438         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
15439         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
15440         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
15441         aliases.
15442         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
15443         flag to second_arg_count, handle 4 argument function type _COUNT
15444         aliases, handle second_arg_count on second argument rather than last.
15446 2017-04-10  Jeff Law  <law@redhat.com>
15448         PR tree-optimization/80374
15449         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
15450         record anything if we can not convert integer_zero_node to the
15451         desired type.
15453 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15455         PR target/80108
15456         * config/rs6000/rs6000.c (rs6000_option_override_internal):
15457         Enhance special handling given to the TARGET_P9_MINMAX option in
15458         relation to certain other options.
15460 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
15462         PR tree-optimization/80153
15463         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
15464         remove POINTER_PLUS_EXPR's base part directly, rather than through
15465         aff_tree.
15467 2017-04-10  Richard Biener  <rguenther@suse.de>
15468             Bin Cheng  <bin.cheng@arm.com>
15470         PR tree-optimization/80153
15471         * tree-affine.c (aff_combination_to_tree): Get base pointer from
15472         the first element of pointer type aff_tree.  Build result expr in
15473         aff_tree's type.
15474         (add_elt_to_tree): Convert to type unconditionally.  Remove other
15475         fold_convert calls.
15476         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
15477         (rewrite_use_nonlinear_expr): Check invariant using iv information.
15479 2017-04-10  Richard Biener  <rguenther@suse.de>
15481         * tree-ssa-structalias.c (find_func_aliases): Properly handle
15482         asm inputs.
15484 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
15486         PR rtl-optimization/70478
15487         * lra-constraints.c (curr_small_class_check): New.
15488         (update_and_check_small_class_inputs): New.
15489         (process_alt_operands): Update curr_small_class_check.  Disfavor
15490         alternative insn memory operands.  Check available regs for small
15491         class operands.
15493 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15495         PR target/80057
15496         * config/mips/mips.opt (-mvirt): Update description.
15497         * doc/invoke.texi (-mvirt): Likewise.
15499 2017-04-10  Richard Biener  <rguenther@suse.de>
15501         PR middle-end/80362
15502         * fold-const.c (fold_binary_loc): Look at unstripped ops when
15503         looking for NEGATE_EXPR in -A / -B to A / B folding.
15505 2017-04-10  Martin Liska  <mliska@suse.cz>
15507         PR gcov-profile/80224
15508         * gcov.c (print_usage): Fix usage string.
15509         (get_gcov_intermediate_filename): Remove.
15510         (output_gcov_file): Use both for normal and intermediate format.
15511         (generate_results): Do not initialize special file for
15512         intermediate format.
15514 2017-04-10  Richard Biener  <rguenther@suse.de>
15516         PR tree-optimization/80304
15517         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
15518         for safelen.
15520 2017-04-10  Nathan Sidwell  <nathan@acm.org>
15522         PR target/79905
15523         * config/rs6000/rs6000.c (rs6000_vector_type): New.
15524         (rs6000_init_builtins): Use it.
15526 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15528         * config/arm/arm.md (<mrc>): Add mode to SET source.
15529         (<mrrc>): Likewise.
15531 2017-04-10  Richard Biener  <rguenther@suse.de>
15533         PR middle-end/80344
15534         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
15536 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
15538         PR target/80324
15539         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
15540         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
15541         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
15542         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
15543         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
15544         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
15545         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
15546         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
15547         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
15548         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
15549         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
15550         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
15551         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
15552         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
15553         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
15554         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
15555         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
15556         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
15557         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
15558         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
15559         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
15560         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
15561         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
15563 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
15565         PR rtl-optimization/70478
15566         * lra-constraints.c: Reverse the last patch.
15568 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
15570         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
15571         Add comment for WCHAR_T.
15573 2017-04-08  Martin Liska  <mliska@suse.cz>
15575         Revert:
15576         2017-04-07  Martin Liska  <mliska@suse.cz>
15578         PR ipa/80212
15579         * ipa-split.c (split_function): Add function part to a same comdat
15580         group.
15582 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15584         PR target/80358
15585         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
15587 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
15589         * rs6000/rs6000.c (vec_load_pendulum): Rename...
15590         (vec_pairing): ...to this.
15591         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
15592         (rs6000_sched_init): Adjust for name change.
15593         (struct rs6000_sched_context): Likewise.
15594         (rs6000_init_sched_context): Likewise.
15595         (rs6000_set_sched_context): Likewise.
15597 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
15599         PR target/80322
15600         PR target/80323
15601         PR target/80325
15602         PR target/80326
15603         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
15604         intrinsics.
15605         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
15606         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
15607         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
15609 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
15611         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
15613 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15615         PR rtl-optimization/70703
15616         * ira-color.c (update_conflict_hard_regno_costs): Use
15617         int64_t instead of HOST_WIDE_INT.
15619 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15621         PR rtl-optimization/70478
15622         * lra-constraints.c (process_alt_operands): Disfavor alternative
15623         insn memory operands.
15625 2017-04-07  Jeff Law  <law@redhat.com>
15627         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
15628         CALL and NOTE_INSN_CALL_ARG_LOCATION.
15630 2017-04-07  Martin Liska  <mliska@suse.cz>
15632         PR target/79889
15633         * config/aarch64/aarch64.c (aarch64_process_target_attr):
15634         Show error message instead of an ICE.
15636 2017-04-07  Martin Liska  <mliska@suse.cz>
15638         PR ipa/80212
15639         * ipa-split.c (split_function): Add function part to a same comdat
15640         group.
15642 2017-04-07  Richard Biener  <rguenther@suse.de>
15644         PR middle-end/80341
15645         * tree.c (get_unwidened): Also handle ! for_type case for
15646         INTEGER_CSTs.
15647         * convert.c (do_narrow): Split out from ...
15648         (convert_to_integer_1): ... here.  Do not pass final truncation
15649         type to get_unwidened for TRUNC_DIV_EXPR.
15651 2017-04-07  Richard Biener  <rguenther@suse.de>
15653         * tree-affine.c (wide_int_ext_for_comb): Take type rather
15654         than aff_tree.
15655         (aff_combination_const): Adjust.
15656         (aff_combination_scale): Likewise.
15657         (aff_combination_add_elt): Likewise.
15658         (aff_combination_add_cst): Likewise.
15659         (aff_combination_convert): Likewise.
15660         (add_elt_to_tree): Likewise.  Remove unused argument.
15661         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
15663 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
15665         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
15666         definition.
15667         * config/arm/arm.c (arm_default_short_enums): Use
15668         ARM_DEFAULT_SHORT_ENUMS.
15669         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
15671 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
15673         PR debug/80234
15674         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
15675         members with redundant out-of-class redeclaration.
15677 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15679         PR target/80286
15680         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
15681         * config/i386/i386.md (*zero_extendsidi2):
15682         Add (?*x,*x) and (?*v,*v) alternatives.
15684 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15686         PR target/79733
15687         * config/i386/i386.c (ix86_expand_builtin)
15688         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
15689         mode from insn data. Convert operands to insn operand mode.
15690         Copy operands that don't satisfy insn predicate to a register.
15692 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
15694         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
15695         Update comments.
15697 2017-04-06  Richard Biener  <rguenther@suse.de>
15699         PR tree-optimization/80334
15700         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
15701         preserve alignment of accesses.
15703 2017-04-06  Richard Biener  <rguenther@suse.de>
15705         PR tree-optimization/80262
15706         * tree-sra.c (build_ref_for_offset): Preserve address-space
15707         information.
15708         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
15709         Drop useless address-space information on MEM_REF offsets.
15711 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
15713         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
15715 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15717         PR rtl-optimization/70703
15718         * ira-color.c (update_conflict_hard_regno_costs): Use
15719         HOST_WIDE_INT instead of long.
15721 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
15723         PR target/80298
15724         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
15725         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
15726         is not defined.
15727         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
15728         for x86_64 target.  Handle -m3dnowa option.
15730 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15732         PR rtl-optimization/70703
15733         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
15734         (update_conflict_hard_regno_costs): Use long instead of unsigned
15735         arithmetic for cost calculation.
15737 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15738             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15740         PR sanitizer/80308
15741         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
15742         for big endian.
15744 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
15746         PR target/78002
15747         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
15748         ptr_mode with Pmode throughout.
15749         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
15750         into probe_stack_range and use DImode.
15752 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15754         PR target/79890
15755         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
15756         call_eh_return is true.
15758 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15760         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
15761         Initialize last_match_fntype_index.
15763 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15765         PR target/80310
15766         * tree-nvr.c: Include internal-fn.h.
15767         (pass_return_slot::execute): Ignore internal calls without
15768         direct optab.
15770 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15771             Richard Biener  <rguenther@suse.de>
15773         PR c++/80297
15774         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
15775         captures used multiple times, except for the last use.
15776         * generic-match-head.c: Include gimplify.h.
15778 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15780         PR tree-optimization/79390
15781         * target.h (struct noce_if_info): Declare.
15782         * targhooks.h (default_noce_conversion_profitable_p): Declare.
15783         * target.def (noce_conversion_profitable_p): New target hook.
15784         * ifcvt.h (struct noce_if_info): New type, moved from ...
15785         * ifcvt.c (struct noce_if_info): ... here.
15786         (noce_conversion_profitable_p): Renamed to ...
15787         (default_noce_conversion_profitable_p): ... this.  No longer
15788         static nor inline.
15789         (noce_try_store_flag_constants, noce_try_addcc,
15790         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
15791         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
15792         instead of noce_conversion_profitable_p.
15793         * config/i386/i386.c: Include ifcvt.h.
15794         (ix86_option_override_internal): Don't override
15795         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
15796         (ix86_noce_conversion_profitable_p): New function.
15797         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
15798         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
15799         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
15800         * doc/tm.texi: Regenerated.
15802 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15804         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
15805         correction.
15807 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15809         PR target/80307
15810         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
15811         instructions for small multiply cores.
15813 2017-04-04  Jeff Law  <law@redhat.com>
15815         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
15816         added member.
15817         (mips_expand_vec_perm_const): Initialize elements in orig_perm
15818         that are not set by the loop over the elements.
15820 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15822         PR target/80286
15823         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
15824         int mode, convert_modes it to mode as unsigned, otherwise use
15825         lowpart_subreg to mode rather than SImode.
15826         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
15827         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
15828         Use DImode instead of SImode for the shift count operand.
15829         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
15830         Likewise.
15832 2017-04-04  Richard Biener  <rguenther@suse.de>
15834         PR middle-end/80281
15835         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
15836         arithmetic done for the negate or the plus.  Simplify.
15837         (A - (-B) -> A + B): Likewise.
15838         * fold-const.c (split_tree): Make sure to not negate pointers.
15840 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
15842         PR rtl-optimization/60818
15843         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
15844         a compare of comparisons with the thing compared if this results
15845         in a different machine mode.
15847 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
15849         * alias.c (base_alias_check): Fix typo in comment.
15850         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
15851         * cgraphunit.c (symbol_table::compile): Likewise.
15852         * collect2.c (maybe_run_lto_and_relink): Likewise.
15853         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
15854         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
15855         * config/avr/avr.c (avr_map_op_t): Likewise.
15856         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
15857         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
15858         * config/epiphany/epiphany.md (movcc): Likewise.
15859         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
15860         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
15861         Likewise.
15862         * config/mips/mips.c (mips_save_restore_reg): Likewise.
15863         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
15864         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
15865         * config/sh/sh.c (sh_rtx_costs): Likewise.
15866         * fold-const.c (fold_truth_andor): Likewise.
15867         * genautomata.c (collapse_flag): Likewise.
15868         * gengtype.h (struct type::u::s): Likewise.
15869         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
15870         * input.c (FORMAT_AMOUNT): Likewise.
15871         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
15872         (known_aggs_to_agg_replacement_list): Likewise.
15873         * ipa-inline-analysis.c: Likewise.
15874         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
15875         * ipa-polymorphic-call.c
15876         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
15877         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
15878         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
15879         Likewise.
15880         * modulo-sched.c (apply_reg_moves): Likewise.
15881         * omp-expand.c (build_omp_regions_1): Likewise.
15882         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
15883         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
15884         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
15885         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
15886         * value-prof.c: Likewise.
15887         * var-tracking.c (val_reset): Likewise.
15889 2017-04-03  Richard Biener  <rguenther@suse.de>
15891         PR tree-optimization/80275
15892         * fold-const.c (split_address_to_core_and_offset): Handle
15893         POINTER_PLUS_EXPR.
15895 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
15897         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
15898         descriptors is at least equal to that of functions.
15900 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15902         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
15904 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15906         PR target/80250
15907         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
15908         (mov<IMOD4:mode>): New expander.
15909         (*mov<IMOD4:mode>_internal): New insn and split pattern.
15911 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
15913         PR rtl-optimization/79405
15914         * fwprop.c (propagations_left): New variable.
15915         (forward_propagate_into): Decrement it.
15916         (fwprop_init): Initialize it.
15917         (fw_prop): If the variable has reached zero, stop propagating.
15918         (fwprop_addr): Ditto.
15920 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15922         PR debug/79255
15923         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
15924         a FUNCTION_DECL, pass it as decl instead of origin to
15925         process_scope_var.
15927 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
15929         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
15930         string.
15932 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
15934         PR target/80107
15935         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
15936         TARGET_VSX_SMALL_INTEGER.
15938 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15940         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
15941         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
15943 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15945         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
15946         extraction from odd-numbered MSA register.
15948 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15950         PR middle-end/80173
15951         * expmed.c (store_bit_field_1): Don't attempt to create
15952         a word subreg out of hard registers wider than word if they
15953         have HARD_REGNO_NREGS of 1 for their mode.
15955         PR middle-end/80163
15956         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
15957         conversions to integer types wider than word and pointer.
15959         PR debug/80025
15960         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
15961         (rtx_equal_for_cselib_p): Pass 0 to it.
15962         * cselib.c (cselib_hasher::equal): Likewise.
15963         (rtx_equal_for_cselib_1): Add depth argument.  If depth
15964         is 128, don't look up VALUE locs and punt.  Increment
15965         depth in recursive calls when walking VALUE locs.
15967 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15969         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
15970         (make_gcov_file_name): Use the canonical path name for generating
15971         the MD5 value.
15972         (read_line): Fix handling of files with ascii null bytes.
15974 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
15976         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
15977         to initialise a vector register instead
15978         of using a const_int.
15980 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
15982         PR translation/80189
15983         * gimplify.c (omp_default_clause): Use %qs instead of %s in
15984         diagnostic messages.
15986 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
15988         PR target/80246
15989         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
15990         (dfp_diex_<mode>): Update mode of operand 1.
15991         * doc/extend.texi (dxex, dxexq): Document change to return type.
15992         (diex, diexq): Document change to argument type.
15994 2017-03-30  Martin Jambor  <mjambor@suse.cz>
15996         PR ipa/77333
15997         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
15998         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
15999         it reflects the signature changes performed at the callee side.
16000         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
16001         to cgraph_build_function_type_skip_args.
16002         (build_function_decl_skip_args): Adjust call to the above function.
16004 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
16006         PR target/80206
16007         * config/i386/sse.md
16008         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
16009         register as dest whenever it is a MEM not rtx_equal_p to the
16010         corresponding dup operand, and when forcing into reg move the
16011         reg into the memory afterwards.
16012         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
16013         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
16014         for the force_reg mode.
16015         (avx512vl_vextractf128<mode>): Use register as dest either
16016         always when a MEM, or when it is a MEM not rtx_equal_p to the
16017         corresponding dup operand, or even not when it is a CONST_VECTOR
16018         depending on the mode and lo vs. hi.
16019         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
16020         parens.
16021         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
16022         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
16023         Likewise.  Require that operands[2] is even.
16024         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
16025         Remove extraneous parens.  Require that operands[2] is a multiple
16026         of 4.
16027         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
16028         operands[0] is a MEM if <mask_applied>, the predicates/constraints
16029         disallow memory then.
16031 2017-03-30  Richard Biener  <rguenther@suse.de>
16033         PR tree-optimization/77498
16034         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
16035         to non-constants over backedges.
16037 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
16039         PR rtl-optimization/80233
16040         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
16041         as last_combined_insn.  Do not test for BARRIER_P separately.
16043 2017-03-29  Andreas Schwab  <schwab@suse.de>
16045         PR ada/80146
16046         * calls.c (prepare_call_address): Convert funexp to Pmode before
16047         copying to temp reg.
16049 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16051         PR tree-optimization/80158
16052         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
16053         Handle possible future case of more than one alternate
16054         interpretation.
16055         (replace_rhs_if_not_dup): Likewise.
16056         (replace_one_candidate): Likewise.
16058 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
16060         PR rtl-optimization/80193
16061         * ira.c (ira): Do not check allocation for LRA.
16063 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
16065         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
16066         (nvptx_output_simt_exit): Declare.
16067         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
16068         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
16069         (init_softstack_frame): Move initialization of crtl->is_leaf to...
16070         (nvptx_declare_function_name): ...here.  Emit declaration of local
16071         memory space buffer for omp_simt_enter insn.
16072         (nvptx_output_unisimt_switch): New.
16073         (nvptx_output_softstack_switch): New.
16074         (nvptx_output_simt_enter): New.
16075         (nvptx_output_simt_exit): New.
16076         * config/nvptx/nvptx.h (struct machine_function): New fields
16077         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
16078         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
16079         (UNSPECV_SIMT_EXIT): Ditto.
16080         (omp_simt_enter_insn): New insn.
16081         (omp_simt_enter): New expansion.
16082         (omp_simt_exit): New insn.
16083         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
16085         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
16086         (expand_GOMP_SIMT_ENTER_ALLOC): New.
16087         (expand_GOMP_SIMT_EXIT): New.
16088         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
16089         (GOMP_SIMT_ENTER_ALLOC): Ditto.
16090         (GOMP_SIMT_EXIT): Ditto.
16091         * target-insns.def (omp_simt_enter): New insn.
16092         (omp_simt_exit): Ditto.
16093         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
16094         simt_dlist.
16095         (lower_rec_simd_input_clauses): Implement SIMT privatization.
16096         (lower_rec_input_clauses): Likewise.
16097         (lower_lastprivate_clauses): Handle SIMT privatization.
16099         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
16100         (ompdevlow_adjust_simt_enter): New.
16101         (find_simtpriv_var_op): New.
16102         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
16103         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
16105         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
16106         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
16107         (copy_decl_for_dup_finish): Ditto.
16109         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
16111 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
16113         PR target/53383
16114         * config/i386/i386.c (ix86_option_override_internal): Always
16115         allow -mpreferred-stack-boundary=3 for 64-bit targets.
16117 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16119         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
16121 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16123         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
16124         mark new edge's irreducible flag accordign to it.
16125         (vect_do_peeling): Check loop preheader edge's irreducible flag
16126         and pass it to function slpeel_add_loop_guard.
16128 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
16130         PR tree-optimization/80218
16131         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
16132         Update block frequencies and counts.
16134 2017-03-28  Richard Biener  <rguenther@suse.de>
16136         PR tree-optimization/78644
16137         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
16138         of a simplification result we may not use it at all.
16140 2017-03-28  Richard Biener  <rguenther@suse.de>
16142         PR ipa/80205
16143         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
16144         without arguments, generate default definition of a SSA name.
16146 2017-03-28  Richard Biener  <rguenther@suse.de>
16148         PR middle-end/80222
16149         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
16150         TYPE_REF_CAN_ALIAS_ALL references.
16151         * fold-const.c (fold_indirect_ref_1): Likewise.
16153 2017-03-28  Martin Liska  <mliska@suse.cz>
16155         PR ipa/80104
16156         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
16157         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
16159 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16160             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
16162         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
16163         (EXTRA_SPECS): Define.
16164         (SUBTARGET_EXTRA_SPECS): Likewise.
16165         (SUBTARGET_CPP_SPEC): Likewise.
16166         * config/arc/elf.h (EXTRA_SPECS): Renamed to
16167         SUBTARGET_EXTRA_SPECS.
16168         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
16170 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16172         * config/arc/simdext.md (vst64_insn): Update pattern.
16173         (vld32wh_insn): Likewise.
16174         (vld32wl_insn): Likewise.
16175         (vld64_insn): Likewise.
16176         (vld32_insn): Likewise.
16178 2017-03-28  Marek Polacek  <polacek@redhat.com>
16180         PR sanitizer/80067
16181         * fold-const.c (fold_comparison): Use protected_set_expr_location
16182         instead of SET_EXPR_LOCATION.
16184 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
16186         * tree.c (add_expr): Avoid name lookup warning.
16188 2017-03-27  Jeff Law  <law@redhat.com>
16190         PR tree-optimization/80216
16191         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
16192         function name.  Limit recursion depth.
16193         (record_temporary_equivalences): Corresponding changes.
16195 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
16197         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
16198         covered first.
16200 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16202         PR target/80102
16203         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
16204         notes.
16205         * cfgcleanup.c (reg_note_cfa_p): New array.
16206         (insns_have_identical_cfa_notes): New function.
16207         (old_insns_match_p): Don't cross-jump in between /f
16208         and non-/f instructions.  If both i1 and i2 are frame related,
16209         verify all CFA notes, their order and content.
16211 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
16213         PR target/78543
16214         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
16215         HImode and SImode with zero extend to DImode to one insn.
16216         (bswap<mode>2_extenddi): Likewise.
16217         (bswapsi2_extenddi): Likewise.
16218         (bswaphi2_extendsi): Likewise.
16219         (bswaphi2): Combine bswap HImode and SImode into one insn.
16220         Separate memory insns from swapping register.
16221         (bswapsi2): Likewise.
16222         (bswap<mode>2): Likewise.
16223         (bswaphi2_internal): Delete, no longer used.
16224         (bswapsi2_internal): Likewise.
16225         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
16226         store, and gpr<-gpr swap insns.
16227         (bswap<mode>2_store): Likewise.
16228         (bswaphi2_reg): Register only splitter, combine with the splitter.
16229         (bswaphi2 splitter): Likewise.
16230         (bswapsi2_reg): Likewise.
16231         (bswapsi2 splitter): Likewise.
16232         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
16233         the insns into load, store, and register/register insns.
16234         (bswapdi2_ldbrx): Likewise.
16235         (bswapdi2_load): Likewise.
16236         (bswapdi2_store): Likewise.
16237         (bswapdi2_reg): Likewise.
16239 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
16241         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
16242         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
16244 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16246         PR target/80103
16247         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
16248         add comments.
16249         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16250         special handling for target option conflicts between dform
16251         options (-mpower9-dform, -mpower9-dform-vector,
16252         -mpower9-dform-scalar) and -mno-direct-move.
16254 2017-03-27  Richard Biener  <rguenther@suse.de>
16256         PR tree-optimization/80181
16257         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
16259 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16261         * config/arc/predicates.md (move_double_src_operand): Replace the
16262         call to move_double_src_operand with a call to address_operand.
16264 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16266         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
16267         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
16268         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
16270 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16272         * config/arc/predicates.md (long_immediate_loadstore_operand):
16273         Consider scaled addresses cases.
16275 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16277         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
16278         restored when in interrupt.
16279         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
16280         doesn't have delay slot.
16282 2017-03-27  Richard Biener  <rguenther@suse.de>
16284         PR ipa/79776
16285         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
16286         inlined thunk clones.
16288 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16290         PR sanitizer/80168
16291         * asan.c (instrument_derefs): Copy over last operand from
16292         original COMPONENT_REF to the new COMPONENT_REF with
16293         DECL_BIT_FIELD_REPRESENTATIVE.
16294         * ubsan.c (instrument_object_size): Likewise.
16296 2017-03-27  Richard Biener  <rguenther@suse.de>
16298         PR tree-optimization/80170
16299         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
16300         sure DR/SCEV didnt fold in constants we do not see when looking
16301         at the reference base alignment.
16303 2017-03-27  Richard Biener  <rguenther@suse.de>
16305         PR middle-end/80171
16306         * gimple-fold.c (fold_ctor_reference): Properly guard against
16307         NULL return value from canonicalize_constructor_val.
16309 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
16311         PR target/80180
16312         * config/i386/i386.c (ix86_expand_builtin)
16313         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
16314         flags reg setting and flags reg using instructions.
16315         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
16316         clobbering instructions to zero extend op2.
16318 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
16320         * doc/install.texi (Configuration) <--with-aix-soname>:
16321         Update link to AIX ld.
16323 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
16325         PR rtl-optimization/80160
16326         PR rtl-optimization/80159
16327         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
16328         reg_alternate_class into account.
16330 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
16332         PR target/80148
16333         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
16334         to consider in curr_insn_transform.
16336 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16338         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
16339         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
16340         and emit_mode_inner.
16342 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16344         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
16345         argument to the overloaded builtin variants.  Use the new flag to
16346         deprecate certain builtin variants.
16347         * config/s390/s390-builtin-types.def: Add new builtin types.
16348         * config/s390/s390-builtins.h: Support new flags field for
16349         overloaded builtins.
16350         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
16351         (s390_macro_to_expand): Enable vector float data type.
16352         (s390_cpu_cpp_builtins_internal): Indicate support of the new
16353         builtins by incrementing the __VEC__ version number.
16354         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
16355         vec_xst.
16356         (s390_resolve_overloaded_builtin): Emit error messages depending
16357         on the builtin flags.
16358         * config/s390/s390.c (s390_expand_builtin): Support additional
16359         flags argument.  Change error message to match the messages
16360         emitted in s390-c.c.
16361         * config/s390/s390.md: New UNSPEC_* constants.
16362         (op_type): Add new instruction types.
16363         * config/s390/vecintrin.h: Add new builtins and test data class
16364         constants.
16365         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
16366         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
16367         (VEC_INEXACT, VEC_NOINEXACT): New constants.
16368         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
16369         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
16370         ("vec_mergel<mode>"): V_HW -> VEC_HW.
16372         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
16373         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
16374         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
16375         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
16377         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
16378         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
16379         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
16380         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
16382         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
16383         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
16384         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
16385         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
16386         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
16387         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
16388         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
16390         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
16391         ("vec_scatter_element<V_HW_4:mode>_DI")
16392         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
16393         ("vec_fpint<mode>", "vflls")
16394         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
16395         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
16396         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
16397         ("*vec_cmphe<mode>_cc"): ... these.
16399         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
16400         mode constant instead of magic value.
16402 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16404         * config/s390/s390.c (s390_expand_vec_compare): Support other
16405         vector floating point modes than just V2DF.
16406         (s390_expand_vcond): Likewise.
16407         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
16408         (s390_cannot_change_mode_class): Prevent mode changes between TF
16409         and V1TF in vector registers.
16410         * config/s390/s390.md (DF, SF): New mode attributes.
16411         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
16412         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
16413         SFmode support for VRs.
16414         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
16415         vector fp modes.
16416         (VFT, VF_HW): New mode iterators.
16417         (vw, sdx): New mode attributes.
16418         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
16419         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
16420         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
16421         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
16422         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
16423         also the new vector floating point modes.  Renaming to ...
16425         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
16426         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
16427         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
16428         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
16429         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
16430         ("vec_unordered<mode>"): ... these.
16432         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
16433         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
16434         ("*vec_extendv2df"): New insn definitions.
16436 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16438         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
16439         ("mulditi3_2", "*muldi3_sign"): New patterns.
16440         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
16441         rename the pattern definition.
16443 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16445         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
16446         expander.
16447         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
16449 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16451         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
16452         instruction if possible.
16453         * config/s390/vector.md (vec_halfnumelts): New mode
16454         attribute.
16455         ("*vec_vllezlf<mode>"): New pattern.
16457 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16459         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
16460         ("popcountv4si2", "popcountv2di2"): Rename to ...
16461         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
16462         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
16463         condition.
16464         ("popcount<mode>2_vxe"): New pattern.
16466 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16468         * common/config/s390/s390-common.c (processor_flags_table): Add
16469         arch12.
16470         * config.gcc: Add arch12.
16471         * config/s390/driver-native.c (s390_host_detect_local_cpu):
16472         Default to arch12 for unknown CPU model numbers.
16473         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
16474         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
16475         PROCESSOR_max sanity check.
16476         * config/s390/s390-opts.h (enum processor_type): Add
16477         PROCESSOR_ARCH12.
16478         * config/s390/s390.c (processor_table): Add arch12.
16479         (s390_expand_builtin): Add check for B_VXE flag.
16480         (s390_issue_rate): Add PROCESSOR_ARCH12.
16481         (s390_get_sched_attrmask): Likewise.
16482         (s390_get_unit_mask): Likewise.
16483         (s390_sched_score): Enable z13 scheduling for arch12.
16484         (s390_sched_reorder): Likewise.
16485         (s390_sched_variable_issue): Likewise.
16486         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
16487         PF_VXE.
16488         (s390_tune_attr): Use z13 scheduling also for arch12.
16489         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
16490         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
16491         (TARGET_VXE_P): New macros.
16492         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
16493         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
16494         * config/s390/s390.opt: Add arch12 as processor_type.
16496 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16498         * config/s390/s390.md
16499         ("fixuns_truncdddi2", "fixuns_trunctddi2")
16500         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
16501         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
16503         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
16504         Rename expanders to ...
16506         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
16507         ("fixuns_truncdddi2_emu"): ... these.
16509         ("fixuns_trunc<mode>si2_emu"): New expander.
16511         ("*fixuns_truncdfdi2_z13"): Rename to ...
16512         ("*fixuns_truncdfdi2_vx"): ... this.
16514 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16516         * config/s390/2964.md: Remove the single element vector compare
16517         instructions which are no longer used.
16518         * config/s390/s390.c (s390_select_ccmode): Remove handling of
16519         vector CCmodes.
16520         (s390_canonicalize_comparison): Remove handling of DFmode
16521         compares.
16522         (s390_expand_vec_compare_scalar): Remove function.
16523         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
16524         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
16525         pattern.
16526         ("*cmp<mode>_ccs"): Add wfcdb instruction.
16528 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16530         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
16531         FP zero.
16532         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
16533         will anyway by matched by mov<mode>_64dfp.
16535 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16537         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
16538         vlef/vstef.  Add missing operand to vleif.
16540 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16542         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
16543         pair for all vector types with 64 bit elements.
16544         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
16545         * config/s390/vector.md (V_HW_64): ... here.
16546         (V_128_NOSINGLE): New mode iterator.
16547         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
16548         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
16549         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
16550         ("*vec_load_pairv2di"): Change to ...
16551         ("*vec_load_pair<mode>"): ... this one.
16553 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16555         * config/s390/constraints.md: Add comments.
16556         (jKK): Reject element sizes > 8 bytes.
16557         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
16558         s_operands.
16559         * config/s390/s390.md: Add the s_operand checks formerly in
16560         s390_split_ok_p to various splitters where they are still
16561         required.
16562         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
16563         for 128 bit vectors.  Plus two splitters.
16565 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16567         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
16568         the file.
16570 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16572         PR target/79893
16573         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
16574         error if the boundary argument is not constant.
16576 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16578         PR rtl-optimization/80112
16579         * loop-doloop.c (doloop_condition_get): Don't check condition
16580         if cmp isn't SET with IF_THEN_ELSE src.
16582 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16584         PR tree-optimization/80158
16585         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
16586         replacing a candidate statement, also replace it for the
16587         candidate's alternate interpretation.
16588         (replace_rhs_if_not_dup): Likewise.
16589         (replace_one_candidate): Likewise.
16591 2017-03-24  Richard Biener  <rguenther@suse.de>
16593         PR tree-optimization/80167
16594         * graphite-isl-ast-to-gimple.c
16595         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
16596         properly.
16597         (translate_isl_ast_to_gimple::get_rename): Likewise.
16599 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16601         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
16602         handling of certain combinations of target options, including the
16603         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
16604         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
16606 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16608         PR target/71436
16609         * config/arm/arm.md (*load_multiple): Add reload_completed to
16610         matching condition.
16612 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16613             Richard Biener  <rguenth@suse.de>
16615         PR tree-optimization/79908
16616         PR tree-optimization/80136
16617         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16618         been cast away, gimplify_and_add suffices.
16620 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
16622         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
16624 2017-03-23  Richard Biener  <rguenther@suse.de>
16626         PR tree-optimization/80032
16627         * gimplify.c (gimple_push_cleanup): Forced unconditional
16628         cleanups still have to go to the conditional_cleanups
16629         sequence.
16631 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
16633         PR tree-optimization/80072
16634         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
16635         to unsigned int.
16636         (next_operand_entry_id): Change type to unsigned int.
16637         (sort_by_operand_rank): Make sure to return the right return value
16638         even if unsigned fields are bigger than INT_MAX.
16639         (struct oecount): Change cnt and id type to unsigned int.
16640         (oecount_hasher::equal): Formatting fix.
16641         (oecount_cmp): Make sure to return the right return value
16642         even if unsigned fields are bigger than INT_MAX.
16643         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
16645         PR c++/80129
16646         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
16647         TREE_READONLY on result if writing it more than once.
16649         PR sanitizer/80110
16650         * doc/invoke.texi (-fsanitize=thread): Document that with
16651         -fnon-call-exceptions atomics are not able to throw
16652         exceptions.
16654         PR sanitizer/80110
16655         * tsan.c: Include tree-eh.h.
16656         (instrument_builtin_call): Call maybe_clean_eh_stmt or
16657         maybe_clean_or_replace_eh_stmt where needed.
16658         (instrument_memory_accesses): Add cfg_changed argument.
16659         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
16660         if it returned true.
16661         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
16663         PR rtl-optimization/63191
16664         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
16665         wrapper function, moved the whole old content into ...
16666         (ix86_delegitimize_address_1): ... this.  New inline function.
16667         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
16668         true as last argument instead of ix86_delegitimize_address.
16670 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16672         * config/aarch64/aarch64.c (generic_branch_cost): Copy
16673         cortexa57_branch_cost.
16675 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16677         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
16679 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16681         PR target/80123
16682         * doc/md.texi (Constraints): Document wA constraint.
16683         * config/rs6000/constraints.md (wA): New.
16684         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
16685         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
16686         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
16687         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
16689 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
16691         PR c++/80029
16692         * gimplify.c (is_oacc_declared): New function.
16693         (oacc_default_clause): Use it to set default flags for acc declared
16694         variables inside parallel regions.
16695         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
16696         declared variables.
16697         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
16698         declare attribute to any decl as necessary.
16700 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16702         PR target/80082
16703         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
16704         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
16705         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
16706         (arm_arch_lpae): This.
16707         * config/arm/arm.c (arm_arch7ve): Rename into ...
16708         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
16709         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
16710         arm_arch_lpae.
16712 2017-03-22  Martin Liska  <mliska@suse.cz>
16714         PR target/79906
16715         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
16716         error message instead of an ICE.
16718 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16720         * doc/extend.texi (6.11 Additional Floating Types): Revise.
16722 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16724         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
16725         comments.
16726         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16727         comments.
16729 2017-03-21  Martin Sebor  <msebor@redhat.com>
16731         * doc/extend.texi: Use "cannot" instead of "can't."
16732         * doc/hostconfig.texi: Same.
16733         * doc/install.texi: Same.
16734         * doc/invoke.texi: Same.
16735         * doc/loop.texi: Same.
16736         * doc/md.texi: Same.
16737         * doc/objc.texi: Same.
16738         * doc/rtl.texi: Same.
16739         * doc/tm.texi: Same.
16740         * doc/tm.texi.in: Same.
16741         * doc/trouble.texi: Same.
16743 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
16745         PR debug/63238
16746         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
16747         (collect_checksum_attributes): Set it.
16748         (die_checksum_ordered): Use it.
16750 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16752         PR tree-optimization/79908
16753         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
16754         change: For a VA_ARG whose LHS has been cast away, use
16755         force_gimple_operand to construct the side effects.
16757 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
16759         PR translation/80001
16760         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
16761         more amenable to translation.
16762         (oacc_loop_auto_partitions): Likewise.
16764 2017-03-21  Marek Polacek  <polacek@redhat.com>
16765             Martin Sebor  <msebor@redhat.com>
16767         PR tree-optimization/80109
16768         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
16769         on INTEGRAL_TYPE_P.
16771 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16772             Segher Boessenkool  <segher@kernel.crashing.org>
16774         PR target/80125
16775         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
16776         check reg_used_between_p between insn and one of succ or succ2
16777         depending on if succ is artificial insn not inserted into insn
16778         stream.
16780 2017-03-21  Martin Liska  <mliska@suse.cz>
16782         PR gcov-profile/80081
16783         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
16784         * doc/gcc.texi: Include gcov-dump stuff.
16785         * doc/gcov-dump.texi: New file.
16787 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
16789         PR rtl-optimization/79150
16790         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
16791         conditional jump, if the jump is the last insn of the loop.
16793 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16794             Richard Biener  <rguenth@suse.de>
16796         PR tree-optimization/79908
16797         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16798         been cast away, use force_gimple_operand to construct the side
16799         effects.
16801 2017-03-21  Martin Liska  <mliska@suse.cz>
16803         PR libfortran/79956
16804         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
16805         to NULL.
16807 2017-03-21  Brad Spengler <spender@grsecurity.net>
16809         PR plugins/80094
16810         * plugin.c (htab_hash_plugin): New function.
16811         (add_new_plugin): Use it and adjust.
16812         (parse_plugin_arg_opt): Adjust.
16813         (init_one_plugin): Likewise.
16815 2017-03-21  Richard Biener  <rguenther@suse.de>
16817         PR tree-optimization/80032
16818         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
16819         if set force the cleanup to happen unconditionally.
16820         (gimplify_target_expr): Push inserted clobbers with force_uncond
16821         to avoid them being removed by control-dependent DCE.
16823 2017-03-21  Richard Biener  <rguenther@suse.de>
16825         PR tree-optimization/80122
16826         * tree-inline.c (copy_bb): Do not expans va-arg packs or
16827         va_arg_pack_len when the inlined call stmt requires pack
16828         expansion itself.
16829         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
16831 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16833         PR sanitizer/78158
16834         * tsan.c (instrument_builtin_call): If the memory model argument
16835         is not a constant, assume it is valid.
16837         PR c/67338
16838         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
16839         avoid UB.
16841 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16843         PR rtl-optimization/79910
16844         * combine.c (can_combine_p): Do not allow combining an I0 or I1
16845         if its dest is used by an insn before I2 (other than the combined
16846         insns themselves, which are properly handled already).
16848 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16850         Revert:
16851         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
16853         * combine.c (record_used_regs): New static function.
16854         (try_combine): Handle situations where there is an additional
16855         instruction between I2 and I3 which needs to have a LOG_LINK
16856         updated.
16858         Revert:
16859         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
16861         * combine.c (try_combine): Delete redundant i1 test.  Call
16862         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16864 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16866         PR target/80083
16867         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
16868         alternatives 13/14.
16870 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16872         PR tree-optimization/80054
16873         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
16874         the optimization if a PHI or any of its arguments is not dominated
16875         by the candidate's basis.  Use gphi* rather than gimple* as
16876         appropriate.
16877         (replace_profitable_candidates): Clean up a gimple* variable that
16878         should be a gphi* variable.
16880 2017-03-20  Martin Sebor  <msebor@redhat.com>
16882         PR c++/52477
16883         * doc/extend.texi (attribute constructor): Document present limitation.
16885 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16887         PR target/79963
16888         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
16889         __POWER9_VECTOR__ #ifdef control, change template definition to
16890         use Power9-specific built-in function.
16891         (vec_any_eq): Likewise.
16892         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
16893         to control outcomes from this test.
16894         (vector_ae_<mode>p): For VEC_F modes, likewise.
16896 2017-03-20  Ian Lance Taylor  <iant@google.com>
16898         * config/i386/i386.c (ix86_function_regparm): Save an extra
16899         register for -fsplit-stack with DECL_STATIC_CHAIN.
16901 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16903         PR target/79912
16904         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
16905         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
16907 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16909         * config/riscv/riscv.c (riscv_print_operand): Use "fence
16910         iorw,ow".
16911         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
16912         iorw,iorw".
16914 2017-03-20  Marek Polacek  <polacek@redhat.com>
16916         PR sanitizer/80063
16917         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
16919 2017-03-20  Richard Biener  <rguenther@suse.de>
16921         PR tree-optimization/80113
16922         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
16923         allocate extra SSA name for PHI def.
16924         (add_close_phis_to_outer_loops): Likewise.
16925         (add_close_phis_to_merge_points): Likewise.
16926         (copy_loop_close_phi_args): Likewise.
16927         (copy_cond_phi_nodes): Likewise.
16929 2017-03-20  Martin Liska  <mliska@suse.cz>
16931         PR middle-end/79753
16932         * tree-chkp.c (chkp_build_returned_bound): Do not build
16933         returned bounds for a LHS that's not a BOUNDED_P type.
16935 2017-03-20  Martin Liska  <mliska@suse.cz>
16937         PR target/79769
16938         PR target/79770
16939         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
16940         COMPLEX_CST and VECTOR_CST.
16942 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16944         PR target/78857
16945         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
16946         target operand.  A new splitter adds the clobber statement in case
16947         the target operand is dead anyway.
16949 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
16951         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
16952         to age-old versions of binutils and glibc.
16954 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
16956         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
16958 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
16960         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
16962 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
16964         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
16965         requirement for binutils 2.13.
16967 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
16969         * combine.c (try_combine): Delete redundant i1 test.  Call
16970         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16972 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
16974         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
16975         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
16976         contents.
16977         <riscv64-*-elf>: Re-arrange section
16978         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
16979         <riscv32-*-linux>: Likewise.
16980         <riscv64-*-elf>: Likewise
16981         <riscv64-*-linux>: Likewise.
16983 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
16985         PR target/80052
16986         * aarch64.opt(verbose-cost-dump): Fix typo.
16988 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
16990         PR target/79951
16991         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
16992         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
16994 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
16996         * reload.c (find_reloads): When reloading a nonoffsettable address,
16997         use RELOAD_OTHER for it and its address reloads.
16999         PR rtl-optimization/79910
17000         * combine.c (record_used_regs): New static function.
17001         (try_combine): Handle situations where there is an additional
17002         instruction between I2 and I3 which needs to have a LOG_LINK
17003         updated.
17005 2017-03-17  Jeff Law  <law@redhat.com>
17007         PR tree-optimization/71437
17008         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
17009         conditional in the hash table first.
17010         (vrp_dom_walker::before_dom_children): Extract condition from
17011         ASSERT_EXPR.  Record condition, its inverion and any implied
17012         conditions as well.
17014 2017-03-17  Marek Polacek  <polacek@redhat.com>
17015             Markus Trippelsdorf  <markus@trippelsdorf.de>
17017         PR tree-optimization/80079
17018         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
17019         m_stores_head.
17021 2017-03-17  Richard Biener  <rguenther@suse.de>
17023         PR middle-end/80075
17024         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
17025         Properly verify the LHS before the RHS possibly claims to be
17026         handled.
17027         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
17028         do not throw.
17030 2017-03-17  Martin Jambor  <mjambor@suse.cz>
17032         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
17033         (List of -O2 options): Likewise.
17034         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
17035         (-fipa-vrp) New.
17037 2017-03-17  Tom de Vries  <tom@codesourcery.com>
17039         * gcov-dump.c (print_usage): Print bug_report_url.
17041 2017-03-17  Richard Biener  <rguenther@suse.de>
17043         PR middle-end/80050
17044         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
17045         (parser::peek): Likewise.
17047 2017-03-17  Richard Biener  <rguenther@suse.de>
17049         PR tree-optimization/80048
17050         * sese.c (free_sese_info): Properly release rename_map and
17051         copied_bb_map elements.
17053 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
17055         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
17056         Add linked-list forward and backlinks.  Insert on
17057         construction, remove on destruction.
17058         (class pass_store_merging): Add m_stores_head field.
17059         (pass_store_merging::terminate_and_process_all_chains):
17060         Iterate over m_stores_head list.
17061         (pass_store_merging::terminate_all_aliasing_chains):
17062         Likewise.
17063         (pass_store_merging::execute): Check for debug stmts first.
17064         Push new chains onto the m_stores_head stack.
17066 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
17068         PR target/71294
17069         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
17070         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
17071         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
17073 2017-03-16  Jeff Law  <law@redhat.com>
17075         PR tree-optimization/71437
17076         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
17077         member function.  Implementation moved into after_dom_children
17078         member function and into the threader's thread_outgoing_edges
17079         function.
17080         (dom_opt_dom_walker::after_dom_children): Simplify by moving
17081         some code into new thread_outgoing_edges.
17082         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
17083         definition.  Simplify marker handling (do it here).   Assume we always
17084         have the available expression and the const/copies tables.
17085         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
17086         and tree-vrp.c
17087         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
17088         * tree-vrp.c (equiv_stack): No longer file scoped.
17089         (vrp_dom_walker): New class.
17090         (vrp_dom_walker::before_dom_children): New member function.
17091         (vrp_dom_walker::after_dom_children): Likewise.
17092         (identify_jump_threads):  Setup domwalker.  Use it rather than
17093         walking edges in a random order by hand.  Simplify setup/finalization.
17094         (finalize_jump_threads): Remove.
17095         (vrp_finalize): Do not call identify_jump_threads here.
17096         (execute_vrp): Do it here instead and call thread_through_all_blocks
17097         here too.
17099         PR tree-optimization/71437
17100         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
17101         callers changed.
17102         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
17103         callers changed.
17104         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
17105         (dom_opt_dom_walker::thread_across_edge): Remove
17106         handle_dominating_asserts argument.  All callers changed.
17107         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
17108         changes.  Remove calls to lhs_of_dominating_assert.  Other
17109         uses of handle_dominating_asserts turn into unconditional code
17110         (simplify_control_stmt_condition_1): Likewise.
17111         (simplify_control_stmt_condition): Likewise.
17112         (thread_through_normal_block, thread_across_edge): Likewise.
17113         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
17114         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
17115         object if it is not an SSA_NAME.
17116         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
17117         before calling into the VRP specific simplifiers.
17118         (identify_jump_threads): Remove handle_dominating_asserts
17119         argument.
17121 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
17123         PR fortran/79886
17124         * tree-diagnostic.c (default_tree_printer): No longer static.
17125         * tree-diagnostic.h (default_tree_printer): New prototype.
17127 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
17129         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
17130         Change ins into fmov.
17132 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17134         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
17135         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
17136         Use h_con constraint for operand 1.
17137         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
17138         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
17140 2017-03-15  Jeff Law  <law@redhat.com>
17142         PR tree-optimization/71437
17143         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
17144         (record_temporary_equivalences): Use it.
17146         PR tree-optimization/71437
17147         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
17148         tree-ssa-scopedtables.
17149         (lookup_avail_expr, build_and_record_new_cond): Likewise.
17150         (record_conditions, record_cond, vuse_eq): Likewise.
17151         (record_edge_info): Adjust to API tweak of record_conditions.
17152         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
17153         (record_temporary_equivalences, optimize_stmt): Likewise.
17154         (eliminate_redundant_computations): Likewise.
17155         (record_equivalences_from_stmt): Likewise.
17156         * tree-ssa-scopedtables.c: Include options.h and params.h.
17157         (vuse_eq): New function, moved from tree-ssa-dom.c
17158         (build_and_record_new_cond): Likewise.
17159         (record_conditions): Likewise.  Accept vector of conditions rather
17160         than edge_equivalence structure for first argument.
17161         for the first argument.
17162         (avail_exprs_stack::lookup_avail_expr): New member function, moved
17163         from tree-ssa-dom.c.
17164         (avail_exprs_stack::record_cond): Likewise.
17165         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
17166         from tree-ssa-dom.c.
17167         (avail_exprs_stack): Add new member functions lookup_avail_expr
17168         and record_cond.
17169         (record_conditions): Declare.
17171 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
17173         PR target/80017
17174         * lra-constraints.c (process_alt_operands): Increase reject for
17175         reloading an input/output operand.
17177 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
17179         PR target/79038
17180         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
17181         insns to convert from signed/unsigned char/short to IEEE 128-bit
17182         floating point.
17183         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
17185 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
17187         PR target/80019
17188         * config/i386/i386.c (ix86_vector_duplicate_value): Create
17189         subreg of inner mode for values already in registers.
17191 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
17193         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
17194         iteration reg is used after the loop.
17196 2017-03-14  Martin Sebor  <msebor@redhat.com>
17198         PR tree-optimization/79800
17199         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
17200         precision in negative-positive range.
17201         (format_floating): Call non-const overload with adjusted precision.
17203 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
17205         PR target/79947
17206         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
17207         -mpowerpc-gfxopt.
17209 2017-03-14  Martin Sebor  <msebor@redhat.com>
17211         PR middle-end/80020
17212         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
17213         * builtins.def (aligned_alloc): Use it.
17215         PR c/79936
17216         * Makefile.in (GTFILES): Add calls.c.
17217         * calls.c: Include "gt-calls.h".
17219 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
17221         PR rtl-optimization/79728
17222         * regs.h (struct target_regs): New field
17223         x_contains_allocatable_regs_of_mode.
17224         (contains_allocatable_regs_of_mode): New macro.
17225         * reginfo.c (init_reg_sets_1): Initialize it, and change
17226         contains_reg_of_mode so it includes global regs as well.
17227         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
17228         rather than contains_regs_of_mode.
17230 2017-03-14  Martin Liska  <mliska@suse.cz>
17232         * doc/invoke.texi: Document options that can't be combined with
17233         -fcheck-pointer-bounds.
17235 2017-03-14  Martin Liska  <mliska@suse.cz>
17237         PR middle-end/79831
17238         * doc/invoke.texi (-Wchkp): Document the option.
17240 2017-03-14  Martin Liska  <mliska@suse.cz>
17242         * Makefile.in: Install gcov-dump.
17244 2017-03-14  Martin Liska  <mliska@suse.cz>
17246         * multiple_target.c (expand_target_clones): Bail out for
17247         an invalid attribute.
17249 2017-03-14  Richard Biener  <rguenther@suse.de>
17251         * alias.c (struct alias_set_entry): Pack properly.
17252         * cfgloop.h (struct loop): Likewise.
17253         * cse.c (struct set): Likewise.
17254         * ipa-utils.c (struct searchc_env): Likewise.
17255         * loop-invariant.c (struct invariant): Likewise.
17256         * lra-remat.c (struct cand): Likewise.
17257         * recog.c (struct change_t): Likewise.
17258         * rtl.h (struct address_info): Likewise.
17259         * symbol-summary.h (function_summary): Likewise.
17260         * tree-loop-distribution.c (struct partition): Likewise.
17261         * tree-object-size.c (struct object_size_info): Likewise.
17262         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
17263         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
17264         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
17265         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
17266         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
17267         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
17268         (struct _stmt_vec_info): Likewise.
17270 2017-03-14  Martin Liska  <mliska@suse.cz>
17272         PR target/79892
17273         * multiple_target.c (create_dispatcher_calls): Check that
17274         a target can create a function dispatcher.
17276 2017-03-14  Martin Liska  <mliska@suse.cz>
17278         PR lto/66295
17279         * multiple_target.c (expand_target_clones): Drop local.local
17280         flag for default implementation.
17282 2017-03-14  Richard Biener  <rguenther@suse.de>
17284         PR tree-optimization/80030
17285         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
17287 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
17289         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
17290         gcc_fallthrough() instead of __attribute__((fallthrough));
17292 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17294         * doc/gcc.texi: Remove "up" link to (DIR).
17295         * doc/gccint.texi: Ditto.
17297 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17299         * doc/install.texi (Specific) <avr>: Remove reference to
17300         binutils 2.13.
17302 2017-03-13  Jeff Law  <law@redhat.com>
17304         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
17305         attribute rather than comments.
17307         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
17308         match_scratch operand is highest.
17310 2017-03-13  Martin Liska  <mliska@suse.cz>
17312         PR middle-end/78339
17313         * ipa-pure-const.c (warn_function_noreturn): If the declarations
17314         is a CHKP clone, use original declaration.
17316 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17318         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
17319         (arc_conditional_register_usage): Use a different allocation order
17320         when optimizing for size.
17321         * common/config/arc/arc-common.c (arc_option_optimization_table):
17322         Section anchors default on when optimizing for size.
17324 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17326         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
17328 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17330         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
17331         * config/arc/arc.md (cpu_facility): Add cd variant.
17332         (*movqi_insn): Add code density variant.
17333         (*movhi_insn): Likewise.
17334         (*movqi_insn): Likewise.
17335         (*addsi3_mixed): Likewise.
17336         (subsi3_insn): Likewise.
17338 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17340         * config/arc/arc.md (movsi_cond_exec): Update constraint.
17342 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17344         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
17345         expressions with MINUS and UNARY ops.
17347 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17349         PR target/79911
17350         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
17351         Rename to...
17352         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
17353         between vec_select and vector argument.
17354         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
17355         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
17356         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
17357         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
17358         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
17359         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
17361 2017-03-13  Richard Biener  <rguenther@suse.de>
17363         PR other/79991
17364         * params.def (vect-max-peeling-for-alignment): Fix typo.
17366 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17368         * doc/install.texi (Specific) <mips-*-*>: Remove description of
17369         issue that only occurred with binutils below 2.18.
17371 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17373         * doc/install.texi (Specific) <cris-axis-elf>: No longer
17374         refer to binutils 2.11/2.12 minimum.
17376 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17378         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
17379         ftp.kernel.org and simplify binutils requirement.
17381 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
17383         * doc/invoke.texi (Warning Options): Fix spelling of link-time
17384         optimization.
17385         (Optimize Options): Ditto.  Also remove redundancy.
17387 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17389         PR translation/79848
17390         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
17391         "%qs".
17392         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
17393         to G_ to avoid double translation.
17395 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17397         PR translation/79923
17398         * auto-profile.c (get_combined_location): Convert leading
17399         character of diagnostics to lower case and remove trailing period.
17400         (read_profile): Likewise for various diagnostics.
17401         * config/arm/arm.c (arm_option_override): Remove trailing period
17402         from various diagnostics.
17403         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
17404         (msp430_expand_delay_cycles): Likewise.
17406 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17408         PR target/79925
17409         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
17410         full command-line argument, rather than just "str".
17411         (aarch64_validate_march): Likewise.
17412         (aarch64_validate_mtune): Likewise.
17414 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
17416         PR rtl-optimization/78911
17417         * lra-assigns.c (must_not_spill_p): New function.
17418         (spill_for): Use it.
17420 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17422         PR tree-optimization/79981
17423         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
17424         ATOMIC_COMPARE_EXCHANGE ifn result.
17425         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
17426         IFN_ATOMIC_COMPARE_EXCHANGE.
17428 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17430         PR driver/79875
17431         * opts.c (parse_sanitizer_options): Add missing question mark to
17432         "did you mean" message.
17434 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17436         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
17437         built-in.
17438         (VMULEUH_UNS): Likewise.
17439         (VMULOUB_UNS): Likewise.
17440         (VMULOUH_UNS): Likewise.
17441         * config/rs6000/rs6000.c (builtin_function_type): Remove
17442         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
17444 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17446         PR bootstrap/79952
17447         * read-rtl-function.c (function_reader::read_rtx_operand): Update
17448         x with result of extra_parsing_for_operand_code_0.
17449         (function_reader::extra_parsing_for_operand_code_0): Convert
17450         return type from void to rtx, returning x.  When reading
17451         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
17452         larger size containing struct block_symbol.
17454 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
17456         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
17457         -mfloat128-hardware without -m64.
17459 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
17461         PR target/79941
17462         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
17463         entries to the case statement that marks unsigned arguments to
17464         overloaded functions.
17466 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17468         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
17469         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
17471 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
17473         PR target/79907
17474         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
17475         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
17477 2017-03-10  Martin Liska  <mliska@suse.cz>
17479         PR target/65705
17480         PR target/69804
17481         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
17482         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
17483         FIELD != NULL.
17485 2017-03-10  Olivier Hainque  <hainque@adacore.com>
17487         * tree-switch-conversion (array_value_type): Start by resetting
17488         candidate type to it's main variant.
17490 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17492         PR rtl-optimization/79909
17493         * combine.c (try_combine): Use simplify_replace_rtx on individual
17494         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
17495         of the whole CALL_INSN_FUNCTION_USAGE.
17497         PR tree-optimization/79972
17498         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
17499         get_range_info on SSA_NAMEs.  Formatting fixes.
17501 2017-03-10  Richard Biener  <rguenther@suse.de>
17502             Jakub Jelinek  <jakub@redhat.com>
17504         PR tree-optimization/77975
17505         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
17506         edge to be constant.
17507         (get_val_for): For constant x return it.  Formatting fix.
17508         (loop_niter_by_eval): Avoid pointless looping if the next iteration
17509         would use the same bases as the current one.
17511 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17513         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
17514         instead of vec_select for V1TImode.
17515         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
17516         longer needed.
17517         (VSX_LE_128): Add V1TI to this mode iterator.
17518         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
17519         (*vsx_le_perm_store_<mode>): Likewise.
17520         (pre-reload splitter for VSX stores): Likewise.
17521         (post-reload splitter for VSX stores): Likewise.
17522         (*vsx_xxpermdi2_le_<mode>): Likewise.
17523         (*vsx_lxvd2x2_le_<mode>): Likewise.
17524         (*vsx_stxvd2x2_le_<mode>): Likewise.
17526 2017-03-09  Michael Eager  <eager@eagercon.com>
17528         Correct failures with --enable-checking=yes,rtl.
17530         * config/microblaze/microblaze.c (microblaze_expand_shift):
17531         Replace GET_CODE test with CONST_INT_P and INTVAL test with
17532         test for const0_rtx.
17533         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
17534         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
17536 2017-03-09  Richard Biener  <rguenther@suse.de>
17538         PR tree-optimization/79977
17539         * graphite-scop-detection.c (scop_detection::merge_sese):
17540         Handle the case of extra exits to blocks dominating the entry.
17542 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
17544         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
17545         Document rdynamic.
17547 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
17549         PR rtl-optimization/79949
17550         * lra-constraints.c (process_alt_operands): Check memory when
17551         trying to predict a cycle.  Print about the overall increase.
17553 2017-03-09  Richard Biener  <rguenther@suse.de>
17555         PR middle-end/79971
17556         * gimple-expr.c (useless_type_conversion_p): Preserve
17557         TYPE_SATURATING for fixed-point types.
17559 2017-03-09  Richard Biener  <rguenther@suse.de>
17561         PR ipa/79970
17562         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
17563         alignment of BLKmode params.
17565 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17567         PR target/79913
17568         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
17569         (VALL_NO_V2Q): Likewise.
17570         (VDQF_DF): Delete.
17571         * config/aarch64/aarch64-simd.md
17572         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
17573         iterator.
17574         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
17575         VALL_NO_V2Q mode iterator.
17576         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
17578 2017-03-09  Martin Liska  <mliska@suse.cz>
17580         PR tree-optimization/79631
17581         * tree-chkp-opt.c (chkp_is_constant_addr): Call
17582         tree_int_cst_sign_bit just for INTEGER constants.
17584 2017-03-09  Martin Liska  <mliska@suse.cz>
17586         PR target/65705
17587         PR target/69804
17588         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
17589         sanitizers.
17591 2017-03-09  Marek Polacek  <polacek@redhat.com>
17593         PR c++/79672
17594         * tree.c (inchash::add_expr): Handle TREE_VEC.
17596 2017-03-09  Martin Liska  <mliska@suse.cz>
17598         PR ipa/79764
17599         (chkp_narrow_size_and_offset): New function.
17600         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
17601         (void chkp_parse_bit_field_ref): New function.
17602         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
17603         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
17605 2017-03-09  Martin Liska  <mliska@suse.cz>
17607         PR ipa/79761
17608         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
17609         (chkp_find_bounds_1): Remove gcc_unreachable.
17611 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
17613         PR sanitizer/79944
17614         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
17615         BUILT_IN_SYNC*, determine the access type from the size suffix and
17616         always build a MEM_REF with that type.  Handle forgotten
17617         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
17619         PR target/79932
17620         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
17621         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
17622         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
17623         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
17624         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
17625         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
17626         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
17627         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
17628         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
17629         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
17630         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
17631         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
17632         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
17633         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
17634         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
17635         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
17636         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
17637         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
17638         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
17639         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
17640         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
17641         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
17642         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
17643         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
17644         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
17645         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
17646         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
17647         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
17648         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
17649         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
17650         definitions outside of __OPTIMIZE__ guarded section.
17652         PR target/79932
17653         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
17654         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
17655         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
17656         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
17657         guarded section.
17659 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17661         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
17662         ("vfenez<mode>"): Add missing constraints.
17664 2017-03-08  Martin Sebor  <msebor@redhat.com>
17666         PR target/79928
17667         * config/nds32/nds32.c (nds32_option_override):
17668         Fix misspelled diagnostic.
17670 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17672         PR c/79940
17673         * gimplify.c (gimplify_omp_for): Replace index var in outer
17674         taskloop statement with an artificial variable and add
17675         OMP_CLAUSE_PRIVATE clause for it.
17677 2017-03-08  Richard Biener  <rguenther@suse.de>
17679         PR tree-optimization/79955
17680         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
17681         for accesses that are completely outside of the variable.
17683 2017-03-08  Andrew Haley  <aph@redhat.com>
17685         PR tree-optimization/79943
17686         * tree-ssa-loop-split.c (compute_new_first_bound): When
17687         calculating the new upper bound, (END-BEG) should be added, not
17688         subtracted.
17690 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17692         * config/avr/avr.md (setmemhi): Make sure match_dup
17693         operand number comes before match_scratch.
17695 2017-03-08  Richard Biener  <rguenther@suse.de>
17697         PR tree-optimization/79920
17698         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
17699         with ncopies == 1 to ...
17700         (vect_transform_slp_perm_load): ... here.  Properly compute
17701         all element loads by iterating VF times over the group.  Do
17702         not handle ncopies (computed in a broken way) in
17703         vect_create_mask_and_perm.
17705 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17707         PR sanitizer/79904
17708         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
17709         is a uniform vector, use uniform_vector_p return value instead of
17710         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
17712 2017-03-07  Marek Polacek  <polacek@redhat.com>
17714         PR middle-end/79809
17715         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
17716         (alloca_call_type): Likewise.
17718 2017-03-07  Martin Liska  <mliska@suse.cz>
17720         * gcov.c (process_args): Put comment to correct location.
17722 2017-03-07  Martin Liska  <mliska@suse.cz>
17724         PR middle-end/68270
17725         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
17726         Use array_at_struct_end_p instead of DECL_CHAIN (field).
17727         (chkp_narrow_bounds_for_field): Likewise.
17728         (chkp_parse_array_and_component_ref): Pass one more argument to
17729         call.
17731 2017-03-07  Richard Biener  <rguenther@suse.de>
17733         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
17734         preheaders.
17736 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
17738         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
17739         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
17741 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17743         PR c/79855
17744         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
17745         to end of description.
17746         (PARAM_MAX_STORES_TO_MERGE): Likewise.
17748 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
17750         PR rtl-optimization/79901
17751         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
17752         ...
17753         (*avx512f_<code><mode>3<mask_name>): ... this.
17754         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
17755         iterator instead of VI8_AVX2_AVX512BW.
17757         PR rtl-optimization/79901
17758         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
17759         min/max expander, expand it using expand_vec_cond_expr.
17761         PR sanitizer/79897
17762         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
17763         temporary.
17765 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17767         PR c++/79821
17768         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
17769         to void * for PCH reasons.
17770         * dwarf2out.c (output_loc_operands, output_die): Cast
17771         v.val_vec.array to unsigned char *.
17773 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
17775         PR target/77850
17776         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
17777         vector types.
17779 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
17781         PR rtl-optimization/79571
17782         * lra-constraints.c (process_alt_operands): Calculate static
17783         reject and subtract it from overall when only addresses will be
17784         reloaded.
17786 2017-03-06  Julia Koval  <julia.koval@intel.com>
17788         PR target/79793
17789         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
17790         incoming stack boundary to 128 for 64-bit targets.
17792 2017-03-06  Richard Biener  <rguenther@suse.de>
17794         PR tree-optimization/79894
17795         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
17796         to NULL after folding it.
17798 2017-03-06  Richard Biener  <rguenther@suse.de>
17800         PR tree-optimization/79824
17801         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
17802         check disabling peeling for gaps.
17804 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
17806         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
17807         attributes): Document gettimeofday.
17809 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17811         * config/s390/s390.c (s390_option_override_internal): Set
17812         PARAM_MIN_VECT_LOOP_BOUND
17814 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17816         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
17817         * config/s390/s390.md: Likewise.
17819 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17821         PR target/79812
17822         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
17823         (<avx2_avx512>_perm<mode>): Rename to ...
17824         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
17825         of VI8F_256_512.
17826         (<avx512>_perm<mode>_mask): Rename to ...
17827         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
17828         of VI8F_256_512.
17829         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
17830         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
17831         instead of VI8F_256_512.
17832         (avx512f_perm<mode>): New define_expand.
17833         (avx512f_perm<mode>_mask): Likewise.
17834         (avx512f_perm<mode>_1<mask_name>): New define_insn.
17835         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
17837 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17839         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
17840         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
17841         if_then_else.
17842         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
17844 2017-03-06  Martin Liska  <mliska@suse.cz>
17846         PR sanitize/79783
17847         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
17848         when having a SSA NAME w/o VAR_DECL assigned to it.
17850 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17852         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
17853         msa_dpsub_<su>_d): Fix MODE for vec_select.
17855 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17857         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
17858         argument.
17859         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
17861 2017-03-06  Richard Biener  <rguenther@suse.de>
17863         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
17864         * plugin.c (register_plugin_info): Likewise.
17865         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
17867 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
17869         * config/i386/sse.md (sse_storehps, sse_storelps,
17870         avx_<castmode><avxsizesuffix>_<castmode>,
17871         avx512f_<castmode><avxsizesuffix>_<castmode>,
17872         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
17873         in condition that at least one operand is not a MEM.
17875 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17877         PR middle-end/79805
17878         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
17879         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
17880         ECF_NOTHROW.
17881         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
17882         gimple_call_nothrow_p flag based on whether original builtin can throw.
17883         If it can, emit following stmts on the fallthrough edge.
17884         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
17885         don't create new bb if inserting just debug stmts on the edge, try to
17886         insert them on the fallthru bb or just reset debug stmts.
17888 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
17890         PR target/43763
17891         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
17892         restore recog_data (including the operand rtxes inside it) around
17893         the call to get_insn_template.
17895 2017-03-03  Martin Sebor  <msebor@redhat.com>
17897         PR tree-optimization/79699
17898         * context.c (context::~context): Free MPFR caches to avoid
17899         a memory leak on program exit.
17901 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17903         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
17904         Use wide_int::ulow () instead of .elt (0).
17906 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
17908         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
17909         (*pushxf): Limit oF constraint to 32bit targets and add oC
17910         constraint for 64bit targets.
17911         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
17912         (*pushdf): Change rmF constraint to rmC.
17914 2017-03-03  Martin Liska  <mliska@suse.cz>
17916         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
17917         Remove unused variable.
17919 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17921         PR target/79807
17922         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
17923         is a memory operand, increase num_memory.
17924         (ix86_expand_args_builtin): Likewise.
17926 2017-03-03  Jan Hubicka  <jh@suse.cz>
17928         PR lto/79760
17929         * ipa-devirt.c (maybe_record_node): Properly handle
17930         __cxa_pure_virtual visibility.
17932 2017-03-03  Martin Liska  <mliska@suse.cz>
17934         PR tree-optimization/79803
17935         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
17936         assert.
17937         (pass_loop_prefetch::execute): Disabled optimization if an
17938         assumption about L1 cache size is not met.
17940 2017-03-03  Martin Liska  <mliska@suse.cz>
17942         PR rtl-optimization/79574
17943         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
17944         (hash_scan_set): Likewise.
17945         (dump_hash_table): Likewise.
17946         (hoist_code): Likewise.
17948 2017-03-03  Richard Biener  <rguenther@suse.de>
17950         * fixed-value.c (fixed_from_string): Restore use of elt (1)
17951         in place of uhigh ().
17952         (fixed_convert_from_real): Likewise.
17954 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
17956         PR target/79514
17957         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
17959 2017-03-03  Richard Biener  <rguenther@suse.de>
17961         PR middle-end/79818
17962         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
17963         TYPE_OVERFLOW_UNDEFINED check.
17965 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17967         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
17968         numbers.
17969         (vector_ae_<mode>_p): Likewise.
17970         (vector_nez_<mode>_p): Likewise.
17971         (vector_ne_v2di_p): Likewise.
17972         (vector_ae_v2di_p): Likewise.
17973         (vector_ne_<mode>_p): Likewise.
17974         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
17975         numbers.
17976         (vsx_tsqrt<mode>2_fe): Likewise.
17978 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
17980         PR target/79514
17981         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
17983 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
17985         PR rtl-optimization/79780
17986         * cprop.c (one_cprop_pass): When second and further conditional trap
17987         in a single basic block is turned into an unconditional trap, turn it
17988         into a deleted note to avoid RTL verification failures.
17990 2017-03-02  Richard Biener  <rguenther@suse.de>
17992         * fold-const.c (const_binop): Use ulow () instead of elt (0).
17994 2017-03-02  Richard Biener  <rguenther@suse.de>
17996         PR tree-optimization/79345
17997         PR c++/42000
17998         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
17999         param and abort the walk, returning -1 if it is hit.
18000         (walk_aliased_vdefs): Take a limit param and pass it on.
18001         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
18002         defaulting to 0 and return a signed int.
18003         * tree-ssa-uninit.c (struct check_defs_data): New struct.
18004         (check_defs): New helper.
18005         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
18006         about uninitialized memory.
18007         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
18008         bogus uninitialized warning.
18009         (fixed_convert_from_real): Likewise.
18011 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
18013         PR tree-optimization/66768
18014         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
18015         iv_use if base object can't be determined.
18017 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
18019         PR tree-optimization/79345
18020         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
18021         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
18022         (get_pattern_stats): Initialize it.
18023         * genemit.c (gen_expand): Verify match_scratch numbers come after
18024         match_operand/match_dup numbers.
18025         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
18026         match_scratch numbers.
18027         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
18028         Likewise.
18029         * config/s390/s390.md (trunctdsd2): Likewise.
18031 2017-03-02  Richard Biener  <rguenther@suse.de>
18033         * wide-int.h (wide_int_storage::operator=): Implement in terms
18034         of wi::copy.
18036 2017-03-02  Richard Biener  <rguenther@suse.de>
18038         PR tree-optimization/79777
18039         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
18040         the to insert expression to sth existing.
18042 2017-03-01  Martin Sebor  <msebor@redhat.com>
18044         PR middle-end/79692
18045         * gimple-ssa-sprintf.c
18046         (directive::known_width_and_precision): New function.
18047         (format_integer): Use it.
18048         (get_mpfr_format_length): Consider the full range of precision
18049         when computing %g output with the # flag.  Set the likely byte
18050         count to 3 rather than 1 when precision is indeterminate.
18051         (format_floating): Correct the lower bound of precision.
18053 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18055         * doc/invoke.texi: Document default code model for 64-bit Linux.
18057 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
18059         PR target/79752
18060         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
18061         udiv rather than div since input pattern is unsigned.
18063 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
18065         * config/i386/i386.c (print_reg): Warn for values of
18066         unsupported size in integer register.
18068 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
18070         PR target/79439
18071         * config/rs6000/predicates.md (current_file_function_operand): Do
18072         not allow self calls to be local if the function is replaceable.
18074 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
18076         PR target/79395
18077         * config/rs6000/altivec.h (vec_ctz and others): Change the
18078         preprocessor macro that controls conditional compilation from
18079         _ARCH_PWR9 to __POWER9_VECTOR__.
18080         (vec_all_ne): Change parameterization of __altivec_scalar_pred
18081         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
18082         control (instead of _ARCH_PWR9 control) so that template
18083         definition uses power9-specific function.
18084         (vec_any_eq): Likewise.
18085         (vec_all_ne): Change macro definition to use a power9-specific
18086         expansion under #ifdef __POWER9_VECTOR__ control (instead of
18087         _ARCH_PWR9 control).
18088         (vec_any_eq) Likewise.
18089         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
18090         expansion for CMPNEF to remove support for xvcmpnesp instruction.
18091         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
18092         support for xvcmpnedp instruction.
18093         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
18094         macro expansion so that Power9 implementation of vec_all_ne does
18095         not use the AltiVec predicate framework.
18096         (VCMPNEH_P): Likewise.
18097         (VCMPNEW_P): Likewise.
18098         (VCMPNED_P): Likewise.
18099         (VCMPNEFP_P): Likewise.
18100         (VCMPNEDP_P): Likewise.
18101         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
18102         implementation of vec_any_eq to not use AltiVec predicate
18103         framework.
18104         (VCMPAEH_P): Likewise.
18105         (VCMPAEW_P): Likewise.
18106         (VCMPAED_P): Likewise.
18107         (VCMPAEFP_P): Likewise.
18108         (VCMPAEDP_P): Likewise.
18109         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
18110         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
18111         not use the AltiVec predicate framework.
18112         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
18113         of vec_any_eq to not use AltiVec predicate framework.
18114         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
18115         support for predefined __POWER9_VECTOR__ macro to indicate that
18116         Power9 instruction selection is enabled.
18117         (altivec_overloaded_builtins): Remove extraneous
18118         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
18119         function argument types RS6000_BTI_bool_V16QI and
18120         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
18121         entry for overloaded function argument types RS6000_BTI_bool_V4SI
18122         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
18123         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
18124         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
18125         Power9 for implementations of vec_cmpne.  Change the signature for
18126         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
18127         (representing vec_all_ne) to remove the previously described first
18128         argument of type RS6000_BTI_INTSI, as this was an artifact of
18129         reliance on the AltiVec predicate framework, which is no longer
18130         used in the implementation of these functions.  Add
18131         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
18132         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
18133         since, unlike the AltiVec predicate framework implementation, we
18134         do not share function descriptors between vec_alle and vec_anyeq.
18135         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
18136         set of modes that receive special treatment even when
18137         TARGET_P9_VECTOR is true.  The special treatment emits code that
18138         does not depend on Power9 instructions.
18139         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
18140         define_expand to not rely on AltiVec predicate framework.
18141         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18142         function.
18143         (vector_ne_v2di_p): Change this define_expand to not rely on
18144         AltiVec predicate framework.
18145         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
18146         function.
18147         (vector_ne_<mode>_p): Change this define_expand to not rely on
18148         AltiVec predicate framework.
18149         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18150         function.
18151         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
18152         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
18153         define_insn pattern.
18154         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
18155         define_insn pattern because the xvcmpne<VSs>. instruction is not
18156         supported.
18157         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
18158         instruction is not supported.
18160 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18162         * config/nvptx/nvptx.c: Include intl.h.
18164 2017-03-01  Martin Jambor  <mjambor@suse.cz>
18166         PR lto/78140
18167         * ipa-prop.h (ipa_bits): Removed field known.
18168         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
18169         to pointers.  Adjusted their comments to warn about their sharing.
18170         (ipcp_transformation_summary): Change bits to a vector of pointers.
18171         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
18172         (ipa_get_ipa_bits_for_value): Declare.
18173         * tree-vrp.h (value_range): Mark as GTY((for_user)).
18174         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
18175         (ipa_bits_hash_table): Likewise.
18176         (ipa_vr_ggc_hash_traits): Likewise.
18177         (ipa_vr_hash_table): Likewise.
18178         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
18179         being pointers and vr_known being removed.
18180         (ipa_set_jf_unknown): Likewise.
18181         (ipa_get_ipa_bits_for_value): New function.
18182         (ipa_set_jfunc_bits): Likewise.
18183         (ipa_get_value_range): New overloaded functions.
18184         (ipa_set_jfunc_vr): Likewise.
18185         (ipa_compute_jump_functions_for_edge): Use the above functions to
18186         construct bits and vr parts of jump functions.
18187         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
18188         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18189         exist.
18190         (ipcp_grow_transformations_if_necessary): Also allocate
18191         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18192         exist.
18193         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
18194         them.  Fix too long lines.
18195         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
18196         vr_known being removed.
18197         (ipa_read_jump_function): Use new setter functions to construct bits
18198         and vr parts of jump functions or set them to NULL.
18199         (write_ipcp_transformation_info): Adjust for bits being pointers.
18200         (read_ipcp_transformation_info): Likewise.
18201         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
18202         space.
18203         Include gt-ipa-prop.h.
18204         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
18205         being pointers.
18206         (ipcp_store_bits_results): Likewise.
18207         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
18208         Do not write to existing jump functions but use a temporary instead.
18210 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18212         PR c++/79681
18213         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
18214         attempt to use its first operand as BIT_FIELD_REF base.
18216 2017-03-01  Richard Biener  <rguenther@suse.de>
18218         PR middle-end/79721
18219         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
18220         interpolating formula in wrapping arithmetic.
18221         (chrec_apply): Convert chrec_evaluate return value to wanted type.
18223 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18225         PR tree-optimization/79734
18226         * tree-vect-generic.c (expand_vector_condition): Optimize
18227         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
18228         Handle VEC_COND_EXPR where comparison has different inner width from
18229         type's inner width.
18231 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
18233         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
18234         markup, and similar issues.  Remove @opindex entries for things
18235         that aren't options.  Add missing -mmpy-option entries.
18237 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18239         PR tree-optimization/79737
18240         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
18241         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
18242         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
18243         instead of byte_size.  Formatting fix.
18244         (shift_bytes_in_array_right): Formatting fix.
18246 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
18248         PR target/79749
18249         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
18250         condition on optimize for the leaf function test.
18252 2017-02-28  Martin Liska  <mliska@suse.cz>
18254         PR lto/79625
18255         * read-rtl-function.c (function_reader::handle_unknown_directive):
18256         Bail out when one uses -flto.
18258 2017-02-28  Martin Liska  <mliska@suse.cz>
18260         * common.opt: Replace space with tabular for options of <number>
18261         type.
18262         * config/i386/i386.opt: Show <number> value for
18263         -mlarge-data-threshold.
18264         * opts.c (print_filtered_help): Do not display number in hexadecimal
18265         format.
18267 2017-02-28  Martin Liska  <mliska@suse.cz>
18269         * common.opt: Fix --help=option -Q for options which are of
18270         an enum type.
18272 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
18274         * config/i386/i386.c (print_reg): Error out for values
18275         of 8-bit size in invalid integer register.
18277 2017-02-28  Martin Sebor  <msebor@redhat.com>
18279         PR tree-optimization/79691
18280         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
18282 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18284         PR target/79729
18285         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
18286         gcc_unreachable with output_operand_lossage.
18288 2017-02-28  Richard Biener  <rguenther@suse.de>
18290         PR tree-optimization/79740
18291         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
18292         inserts.
18293         (visit_nary_op): Insert the nary into the hashtable if we
18294         pattern-matched sth.
18295         * tree-ssa-pre.c (eliminate_insert): Robustify.
18297 2017-02-28  Richard Biener  <rguenther@suse.de>
18299         PR middle-end/79731
18300         * fold-const.c (decode_field_reference): Reject out-of-bound
18301         accesses.
18303 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18305         * config/i386/i386.c: Include intl.h.
18306         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
18307         instead of just cond ? "..." : "...".
18308         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
18309         * coverage.c (read_counts_file): Likewise.
18310         * omp-offload.c: Include intl.h.
18311         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
18312         of just cond ? "..." : "...".
18313         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
18314         of just cond ? "..." : "...".
18316 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
18318         PR target/79742
18319         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
18320         entry, if present.
18321         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
18322         'tune for' CPU name.
18323         * config/arm/arm-cpu-data.h: Regenerated.
18325 2017-02-28  Richard Biener  <rguenther@suse.de>
18327         PR tree-optimization/79732
18328         * tree-inline.c (expand_call_inline): Do not shadow var.
18330 2017-02-28  Richard Biener  <rguenther@suse.de>
18332         PR tree-optimization/79723
18333         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
18334         address-space properly.
18336 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
18338         * doc/optinfo.texi (Optimization groups): Fix option used for
18339         OPTGROUP_ALL.
18340         * doc/invoke.texi (-fopt-info): Document "omp".
18341         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
18342         (OPTGROUP_ALL): Add OPTGROUP_OMP.
18343         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
18344         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
18345         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
18347         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
18348         all users.
18349         * dumpfile.c (optgroup_options): Instead of "openmp", associate
18350         OPTGROUP_OMP with "omp".
18352 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
18354         PR target/79544
18355         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
18356         for arithmetic shift of unsigned V2DI.
18358 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
18360         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
18361         arc/linux.h headers.
18362         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
18363         (LINK_SPEC): Likewise.
18364         (ARC_TLS_EXTRA_START_SPEC): Likewise.
18365         (EXTRA_SPECS): Likewise.
18366         (STARTFILE_SPEC): Likewise.
18367         (ENDFILE_SPEC): Likewise.
18368         (LIB_SPEC): Likewise.
18369         (TARGET_SDATA_DEFAULT): Likewise.
18370         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
18371         (MULTILIB_DEFAULTS): Likewise.
18372         (DWARF2_UNWIND_INFO): Likewise.
18373         * config/arc/big.h: New file.
18374         * config/arc/elf.h: Likewise.
18375         * config/arc/linux.h: Likewise.
18376         * config/arc/t-uClibc: Remove.
18378 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
18380         PR tree-optimization/77536
18381         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
18382         (tree_transform_and_unroll_loop): Use above function to compute the
18383         estimated niter of unrolled loop and use it when scaling profile.
18384         Also use count info rather than frequency if it's non-zero.
18385         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
18386         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
18387         (vect_transform_loop): Call above function.
18389 2017-02-27  Richard Biener  <rguenther@suse.de>
18391         PR tree-optimization/45397
18392         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
18393         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
18394         (visit_nary_op): Add pattern matching for CSEing sign-changed
18395         or truncated operations with wider ones.
18397 2017-02-27  Richard Biener  <rguenther@suse.de>
18399         PR tree-optimization/79690
18400         * tree-vect-stmts.c (vectorizable_store): Use vector type
18401         built from the DR with address-space.
18403 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
18405         * doc/invoke.texi (Optimize Options): Refine the description
18406         of asan-use-after-return.
18408 2017-02-25  Alan Modra  <amodra@gmail.com>
18410         PR rtl-optimization/79584
18411         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
18412         base, not ad->base_term, the reg within base.  Remove assertion
18413         that ad->base == ad->base_term.  Replace gen_int_mode using
18414         bogus mode with const0_rtx.
18416 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
18418         PR middle-end/79396
18419         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
18420         FMA_EXPR like tcc_binary or tcc_unary.
18422         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
18424         PR debug/77589
18425         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
18426         bitfield.
18427         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
18428         (output_loc_operands): Handle DW_OP_call_ref and
18429         DW_OP_GNU_variable_value.
18430         (struct variable_value_struct): New type.
18431         (struct variable_value_hasher): Likewise.
18432         (variable_value_hash): New variable.
18433         (string_types): Remove.
18434         (copy_loc_descr): New function.
18435         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
18436         (prepend_loc_descr_to_each): New function.
18437         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
18438         instead of add_loc_descr_to_each if the first argument is single
18439         location list and the second has multiple.
18440         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
18441         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
18442         when looking for variable value which doesn't have other location info.
18443         (loc_list_from_tree): Formatting fix.
18444         (gen_array_type_die): Simplify DW_AT_string_length handling.
18445         (adjust_string_types): Remove.
18446         (gen_subprogram_die): Don't call adjust_string_types nor test/set
18447         string_types.  Call resolve_variable_values.
18448         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
18449         (resolve_addr_in_expr): Likewise.  Add A argument.
18450         (copy_deref_exprloc): Remove deref argument.  Adjust for the
18451         original expression being DW_OP_GNU_variable_value with optionally
18452         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
18453         optionally after it.
18454         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
18455         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
18456         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
18457         (variable_value_hasher::hash, variable_value_hasher::equal): New
18458         methods.
18459         (resolve_variable_value_in_expr, resolve_variable_value,
18460         resolve_variable_values, note_variable_value_in_expr,
18461         note_variable_value): New functions.
18462         (dwarf2out_early_finish): Call note_variable_value on all toplevel
18463         DIEs.
18465 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
18467         PR c/79677
18468         * opts.h (handle_generated_option): Add GENERATED_P argument.
18469         * opts-common.c (handle_option): Adjust function comment.
18470         (handle_generated_option): Add GENERATED_P argument, pass it to
18471         handle_option.
18472         (control_warning_option): Pass false to handle_generated_option
18473         GENERATED_P.
18474         * opts.c (maybe_default_option): Pass true to handle_generated_option
18475         GENERATED_P.
18476         * optc-gen.awk: Likewise.
18478 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18480         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
18481         a REG, look at the REG it is a SUBREG of.
18482         (splitter for cmpeqsi_t): Ditto.
18484 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18486         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
18487         the special USEs with the pattern of the insn, not the insn itself.
18489 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
18491         PR target/79473
18492         * doc/invoke.texi: Document -mload-store-pairs.
18494 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18495             Sandra Loosemore  <sandra@codesourcery.com>
18497         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
18498         argument isn't a CONST_INT.
18499         (nios2_alternate_compare_const): Assert op is a CONST_INT.
18500         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
18501         (nios2_validate_compare): Bypass alternate compare logic if *op2
18502         is not a CONST_INT.
18503         (ldstwm_operation_p): Return false if first_base is not a REG or
18504         if first_offset is not a CONST_INT.
18506 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18508         * config/cris/cris.md: Use correct operand in a define_peephole2.
18510 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18512         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
18514 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18516         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
18517         this_insn if it is an INSN or JUMP_INSN.
18518         (force_offsettable): Look at base, not at addr.
18519         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
18520         on things that aren't necessarily CONST_INTs.
18522 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
18524         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
18525         -mfpmath=sse is the default also for x86-32 targets with SSE2
18526         instruction set when @option{-ffast-math} is enabled
18528 2017-02-24  Jeff Law  <law@redhat.com>
18530         PR rtl-optimizatoin/79286
18531         * ira.c (update_equiv_regs): Drop may_trap_p exception to
18532         dominance test.
18534 2017-02-24  Richard Biener  <rguenther@suse.de>
18536         PR tree-optimization/79389
18537         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
18538         debug insns.
18540 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
18542         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
18543         function comment to reflect reality.
18544         (loop_exits_before_overflow): Fix typo in function description.
18546 2017-02-24  Richard Biener  <rguenther@suse.de>
18548         PR tree-optimization/79389
18549         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
18550         properly that a threading opportunity exists.  Detect conditional
18551         copy/constant propagation opportunities.
18553 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
18555         * config/visium/visium.md (type): Add trap.
18556         (b): New mode attribute.
18557         (*btst): Rename into...
18558         (*btst<mode>): ...this and adjust.
18559         (*cbranchsi4_btst_insn): Rename into...
18560         (*cbranch<mode>4_btst_insn): ...this and adjust.
18561         (trap): New define_insn.
18563 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18565         PR tree-optimization/79389
18566         * ifcvt.c (struct noce_if_info): Add rev_cond field.
18567         (noce_reversed_cond_code): New function.
18568         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
18569         reversed_comparison_code.  Formatting fix.
18570         (noce_try_store_flag): Test rev_cond != NULL in addition to
18571         reversed_comparison_code.
18572         (noce_try_store_flag_constants): Likewise.
18573         (noce_try_store_flag_mask): Likewise.
18574         (noce_try_addcc): Use rev_cond if non-NULL instead of
18575         reversed_comparison_code.
18576         (noce_try_cmove_arith): Likewise.  Formatting fixes.
18577         (noce_try_minmax, noce_try_abs): Clear rev_cond.
18578         (noce_find_if_block): Initialize rev_cond.
18579         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
18580         instead of false as last argument never attempt to reverse it
18581         afterwards.
18583 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
18585         PR tree-optimization/79663
18586         * tree-predcom.c (combine_chains): Process refs in reverse order
18587         only for ZERO length chains, and add explaining comment.
18589 2017-02-23  Jeff Law  <law@redhat.com>
18591         PR tree-optimization/79578
18592         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
18593         in call to operand_equal_p.
18595 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
18597         PR target/71017
18598         * config/i386/cpuid.h: Fix another undefined behavior.
18600 2017-02-23  Richard Biener  <rguenther@suse.de>
18602         PR tree-optimization/79683
18603         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
18604         vector types for data-refs.
18606 2017-02-23  Martin Liska  <mliska@suse.cz>
18608         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
18610 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18612         PR middle-end/79665
18613         * internal-fn.c (get_range_pos_neg): Moved to ...
18614         * tree.c (get_range_pos_neg): ... here.  No longer static.
18615         * tree.h (get_range_pos_neg): New prototype.
18616         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
18617         are known to be in between 0 and signed maximum inclusive, try to
18618         expand both unsigned and signed divmod and use the cheaper one from
18619         those.
18621 2017-02-22  Jeff Law  <law@redhat.com>
18623         PR tree-optimization/79578
18624         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
18625         to compare base operands.
18627 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
18629         PR target/79211
18630         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
18631         gpc_reg_operand instead of fpr_reg_operand.
18633 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
18635         * config/mips/mips.c (mips_return_in_memory): Force FP
18636         vector types to be returned in memory for o32 ABI.
18638 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18640         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
18641         instead of DW_TAG_member for static data member declarations and don't
18642         set no_linkage_name for static inline data members.
18643         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
18644         to DW_TAG_member.
18646 2017-02-22  Martin Liska  <mliska@suse.cz>
18648         * doc/invoke.texi: Replace inequality signs with square brackets
18649         for -Wnormalized.
18651 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18653         PR tree-optimization/68644
18654         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
18656 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
18658         PR target/78660
18659         * lra-constraints.c (simplify_operand_subreg): Handle
18660         WORD_REGISTER_OPERATIONS targets.
18662 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18664         PR target/70465
18665         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
18666         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
18667         elimination by swapping fld*.
18669 2017-02-22  Richard Biener  <rguenther@suse.de>
18671         PR tree-optimization/79673
18672         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
18673         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
18674         irrelevant address-space qualifiers and avoiding a
18675         ADDR_SPACE_CONVERT_EXPR from fold_convert.
18677 2017-02-22  Richard Biener  <rguenther@suse.de>
18679         PR tree-optimization/79666
18680         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
18681         to not symbolically negate if that may introduce undefined
18682         overflow.
18684 2017-02-22  Martin Liska  <mliska@suse.cz>
18686         PR lto/79587
18687         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
18688         * data-streamer-out.c (streamer_write_gcov_count_stream):
18689         Likewise.
18690         * value-prof.c (stream_out_histogram_value): Make assert more
18691         precise based on type of counter.
18693 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
18695         PR target/79593
18696         * config/i386/i386.md (standard_x87sse_constant_load splitter):
18697         Use nonimmediate_operand instead of memory_operand for operand 1.
18698         (float-extend standard_x87sse_constant_load splitter): Ditto.
18700 2017-02-21  Jeff Law  <law@redhat.com>
18702         PR tree-optimization/79621
18703         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
18704         blocks with edges to themselves.
18706 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18708         PR target/79633
18709         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
18710         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
18711         Use gimple_call_builtin_p.
18713         PR target/79570
18714         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
18715         on temporarily removed DEBUG_INSNs.
18717         PR tree-optimization/79649
18718         * tree-loop-distribution.c (classify_partition): Give up on
18719         non-generic address space loads/stores.
18721 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
18723         * doc/loop.texi (Loop manipulation): Remove nonexistent
18724         tree_ssa_loop_version from the documentation.
18725         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
18727 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18729         PR target/79494
18730         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
18731         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
18732         * config/rs6000/rs6000.c: Include except.h.
18733         (rs6000_expand_split_stack_prologue): Call
18734         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
18736 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18738         PR lto/79579
18739         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
18740         have been analyzed.
18742 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18744         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
18745         for backward compatibility only.
18746         * doc/invoke.texi (Option Summary): Remove all references to
18747         -fipa-cp-alignment.
18749 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
18751         PR target/78660
18752         Revert:
18753         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18755         * lra-constraints.c (curr_insn_transform): Handle
18756         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18758 2017-02-21  Martin Liska  <mliska@suse.cz>
18760         * config/i386/i386.opt: Replace -masm-dialect with -masm.
18762 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
18764         PR translation/79638
18765         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
18767 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
18769         PR ada/67205
18770         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
18771         (arm_function_ok_for_sibcall): Return false for an indirect call by
18772         descriptor if all the argument registers are used.
18773         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
18774         alignment of the function.
18776 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18778         PR tree-optimization/61441
18779         * simplify-rtx.c (simplify_const_unary_operation): For
18780         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
18781         the sNaN unmodified.
18783 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18785         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
18786         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
18787         instead of SYSTEM_HEADER_DIR.
18789 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
18790             Martin LiÅ¡ka  <mliska@suse.cz>
18792         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
18793         Fix typos and grammar, use active voice, and clarify.
18795 2017-02-20  Marek Polacek  <polacek@redhat.com>
18797         PR middle-end/79537
18798         * gimplify.c (gimplify_expr): Handle unused *&&L;.
18800         PR sanitizer/79558
18801         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
18803 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
18805         PR target/79568
18806         * config/i386/i386.c (ix86_expand_builtin): Handle
18807         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
18808         ix86_builtins_isa[fcode].isa as a requirement of those
18809         flags and any other flag in the bitmask.
18810         (ix86_init_mmx_sse_builtins): Use 0 instead of
18811         ~OPTION_MASK_ISA_64BIT as mask.
18812         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
18813         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
18814         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
18815         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
18817 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18819         PR target/78012
18820         * lra-constraints.c (split_reg): Check requested split mode
18821         is supported by the register.
18823 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18825         * lra-constraints.c (simplify_operand_subreg): Remove early
18826         return false.
18828 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18830         PR target/78660
18831         * lra-constraints.c (curr_insn_transform): Tighten condition
18832         for converting SUBREG reloads from OP_OUT to OP_INOUT.
18834 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18836         PR target/78660
18837         * lra-constraints.c (curr_insn_transform): Handle
18838         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18840 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
18842         Revert:
18843         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
18845         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
18847 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
18849         PR c++/69523
18850         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
18851         description.
18853 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
18855         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
18856         for FMA_EXPR.
18858 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
18860         * final.c (last_columnnum, override_columnnum): New variables.
18861         (final_start_function): Set last_columnnum, pass it to begin_prologue
18862         hook and pass 0 to dwarf2out_begin_prologue.
18863         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
18864         to source_line debug hook.
18865         (notice_source_line): Compute last_columnnum and for debug_column_info
18866         return true on column changes.
18867         * debug.h (struct gcc_debug_hooks): Add column argument to
18868         source_line and begin_prologue hooks.
18869         (debug_nothing_int_charstar_int_bool): Remove prototype.
18870         (debug_nothing_int_int_charstar,
18871         debug_nothing_int_int_charstar_int_bool): New prototypes.
18872         (dwarf2out_begin_prologue): Add column argument.
18873         * debug.c (do_nothing_debug_hooks): Adjust source_line and
18874         begin_prologue hooks.
18875         (debug_nothing_int_charstar_int_bool): Remove.
18876         (debug_nothing_int_int_charstar,
18877         debug_nothing_int_int_charstar_int_bool): New functions.
18878         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
18879         through to dwarf2out_source_line.
18880         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
18881         (dwarf2out_source_line): Add column argument, emit it if requested.
18882         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
18883         arguments.
18884         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18885         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18886         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
18887         through to dwarf2out_begin_prologue.
18888         (vmsdbgout_source_line): Add column argument, pass it through to
18889         dwarf2out_source_line.
18890         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
18891         dbxout_source_line caller.
18892         (dbxout_source_line): Add column argument.
18894         * common.opt (gno-column-info, gcolumn-info): New options.
18895         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
18896         (check_die): Also test for multiple DW_AT_decl_column attributes.
18897         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
18898         DW_AT_decl_column if requested.
18899         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
18900         if requested.
18901         (gen_variable_die): Likewise.
18902         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
18903         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
18905         PR target/79569
18906         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
18907         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
18908         (ix86_handle_option): Handle OPT_m3dnowa.
18909         * doc/invoke.texi (-m3dnowa): Document.
18910         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
18911         -m3dnowa instead of -m3dnow -march=athlon.
18913         PR target/79559
18914         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
18915         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
18917 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18919         PR target/79261
18920         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
18921         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
18922         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
18923         generator for vsx_xxpermdi_<mode>_be.
18924         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
18925         force big-endian semantics.
18926         (vsx_xxpermdi_<mode>_be): New define_expand with same
18927         implementation as previous version of vsx_xxpermdi_<mode>.
18929 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
18931         PR tree-optimization/79327
18932         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
18933         variable, its initialization and use.
18935 2017-02-17  Julia Koval  <julia.koval@intel.com>
18937         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
18938         (OPTION_MASK_ISA_PKU_UNSET): New.
18939         (ix86_handle_option): Handle -mrdpid.
18940         * config/i386/cpuid.h (bit_RDPID): New.
18941         * config/i386/driver-i386.c (host_detect_local_cpu):
18942         Detect RDPID feature.
18943         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
18944         * config/i386/i386-c.c (ix86_target_macros_internal):
18945         Handle RDPID flag.
18946         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
18947         (ix86_valid_target_attribute_inner_p): Add "rdpid".
18948         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
18949         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
18950         * config/i386/i386.md (define_insn "rdpid"): New.
18951         * config/i386/i386.opt Add -mrdpid.
18952         * config/i386/immintrin.h (_rdpid_u32): New.
18954 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
18956         PR rtl-optimization/79541
18957         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
18958         instead of transforming it into USE.
18960 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
18962         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
18963         If HONOR_SNANS (SFmode) force the input to a register.
18964         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
18965         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
18966         an frsp or similar insn.
18968 2017-02-17  Martin Liska  <mliska@suse.cz>
18970         PR rtl-optimization/79577
18971         * params.def (selsched-max-sched-times): Increase minimum to 1.
18973 2017-02-17  Martin Liska  <mliska@suse.cz>
18975         PR rtl-optimization/79574
18976         * gcse.c (want_to_gcse_p): Prevent integer overflow.
18978 2017-02-17  Martin Liska  <mliska@suse.cz>
18980         PR tree-optimization/79529
18981         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
18982         ssa_defined_default_def_p to handle cases which are implicitly
18983         defined.
18984         * tree-ssa.c (ssa_defined_default_def_p): New function.
18985         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
18986         which are implicitly defined.
18987         * tree-ssa.h (ssa_defined_default_def_p): Declare.
18989 2017-02-17  Richard Biener  <rguenther@suse.de>
18991         PR middle-end/79576
18992         * params.def (max-ssa-name-query-depth): Limit to 10.
18994 2017-02-17  Richard Biener  <rguenther@suse.de>
18996         PR tree-optimization/79552
18997         * tree-ssa-structalias.c (visit_loadstore): Properly verify
18998         default defs.
19000 2017-02-17  Richard Biener  <rguenther@suse.de>
19002         PR bootstrap/79567
19003         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
19005 2017-02-17  Marek Polacek  <polacek@redhat.com>
19007         PR middle-end/79536
19008         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
19009         (fold_negate_expr): New wrapper.
19011 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
19013         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
19014         Correct terminology and de-emphasize pre-standard behavior.
19016 2017-02-16  Alan Modra  <amodra@gmail.com>
19018         PR rtl-optimization/79286
19019         * ira.c (def_dominates_uses): New function.
19020         (update_equiv_regs): Don't create an equivalence for insns that
19021         may trap where the register def does not dominate the use.
19023 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
19025         PR rtl-optimization/78127
19026         * lra.c (lra): Call lra_eliminate before finish the loop after
19027         lra_constraint.
19029 2017-02-16  Richard Biener  <rguenther@suse.de>
19031         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
19032         isl/isl_val.h.
19033         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
19034         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
19035         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
19036         (isl_val_int_from_wi): New function.
19037         (extract_affine_gmp): Rename to ...
19038         (extract_affine_wi): ... this, take a widest_int.
19039         (extract_affine_int): Just wrap extract_affine_wi.
19040         (add_param_constraints): Use isl_val_int_from_wi.
19041         (add_loop_constraints): Likewise, and extract_affine_wi.
19043 2017-02-15  Jeff Law  <law@redhat.com>
19045         PR middle-end/79521
19046         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
19047         ira_init_register_move_cost_if_necessary.
19049 2017-02-15  Martin Sebor  <msebor@redhat.com>
19051         PR middle-end/32003
19052         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
19053         removed in a prior commit.
19055 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
19057         PR tree-optimization/79347
19058         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
19059         counters during peeling.
19061 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
19063         * Makefile.in (site.exp): Remove "set ISLVER".
19065 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
19067         PR target/79487
19068         * real.c (real_from_integer): Call real_convert even for decimal.
19070 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19072         PR target/79421
19073         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
19075 2017-02-14  Andrew Pinski  <apinski@cavium.com>
19077         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
19078         cores and change the partno/implementer to be correct.
19079         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
19080         the 'B" as the implementer.
19081         * config/aarch64/aarch64-tune.md: Regenerate.
19083 2017-02-14  Carl Love  <cel@us.ibm.com>
19085         * config/rs6000/rs6000.c: Add case statement entry to make the
19086         xvcvuxdsp built-in argument unsigned.
19087         * config/rs6000/vsx.md: Fix the source and return operand types so they
19088         match the instruction definitions from the ISA document.  Fix typo
19089         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
19090         statement.
19092 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
19094         PR target/79282
19095         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
19096         member early_clobber_alts.
19097         * lra-lives.c (reg_early_clobber_p): New.
19098         (process_bb_lives): Use it.
19099         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
19100         (debug_operand_data): Initialize early_clobber_alts.
19101         (setup_operand_alternative): Set up early_clobber_alts.
19102         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
19103         alternatives to new_insn_reg.
19104         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
19105         it.
19106         (lra_update_insn_regno_info): Pass the new arg.
19108 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19110         PR middle-end/79505
19111         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
19112         (new_oacc_loop_raw): Don't clear already cleared fields.
19114         PR target/79481
19115         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
19116         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
19117         _mm512_prefetch_i64gather_ps): New inline functions and macros.
19119 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
19121         PR target/79495
19122         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
19124 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
19126         PR target/79498
19127         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
19128         the extra instruction to the right place to store 128-bit constant
19129         when needed.
19131 2017-02-14  Martin Sebor  <msebor@redhat.com>
19133         PR middle-end/79448
19134         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
19135           warning for strings of unknown length.
19137 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
19139         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
19141 2017-02-14  Jeff Law  <law@redhat.com>
19143         PR target/79404
19144         * ira-costs.c (scan_one_insn): Initialize register move costs
19145         for pseudos seen in USE/CLOBBER insns.
19147         PR tree-optimization/79095
19148         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
19149         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
19150         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
19151         if the operands are known to be not equal, then the resulting range
19152         is ~[0,0].
19153         (intersect_ranges): If the new range is ~[0,0] and the old range is
19154         wide, then prefer ~[0,0].
19155         * tree-vrp.c (overflow_comparison_p_1): New function.
19156         (overflow_comparison_p): New function.
19157         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
19158         if NAME is used in an overflow test.
19159         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
19160         overflow check that can be expressed as an equality test, then adjust
19161         ops to be that equality test.
19163 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19165         * config/s390/s390-builtin-types.def: Remove flags argument.
19166         * config/s390/s390.c (s390_init_builtins): Likewise.
19168 2017-02-14  Martin Liska  <mliska@suse.cz>
19170         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
19171         vector.  Fix trailing white spaces.
19173 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
19175         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
19176         HFmode.
19178 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19180         PR rtl-optimization/68664
19181         * config/arm/arm.c (arm_sched_can_speculate_insn):
19182         New function.  Declare prototype.
19183         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19185 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19187         PR rtl-optimization/68664
19188         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
19189         New function.
19190         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19192 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
19194         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
19195         max skip bytes for function, loop and jump.
19197 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19199         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
19200         ABS_EXPR for gimple dump.
19202 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19204         PR target/79462
19205         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
19207         PR tree-optimization/79408
19208         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
19209         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
19210         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
19211         also if rhs1 is INTEGER_CST.
19213 2017-02-14  Richard Biener  <rguenther@suse.de>
19215         PR middle-end/79432
19216         * tree-into-ssa.c (insert_phi_nodes): When the function can
19217         have abnormal edges rewrite SSA names with broken use-def
19218         dominance out of SSA and register them for PHI insertion.
19220 2017-02-13  Martin Sebor  <msebor@redhat.com>
19222         PR middle-end/79496
19223         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
19224         clearing info.nowrite flag when snprintf size argument is a range.
19226 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19228         * cprop.c (cprop_jump): Add missing space in string literal.
19229         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
19230         (get_constraint_for_component_ref): Likewise.
19231         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
19232         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
19233         * lra-constraints.c (process_alt_operands): Likewise.
19234         * ipa-inline.c (inline_small_functions): Likewise.
19235         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
19236         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
19237         * trans-mem.c (diagnose_tm_1_op): Likewise.
19238         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
19239         (grid_parallel_clauses_gridifiable): Likewise.
19241         * config/nvptx/mkoffload.c (process): Add space in between
19242         , and %d.
19244         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
19245         "MOD4_SSE_REGS" and "ALL_REGS".
19247         * spellcheck.c (test_data): Add , in between "foo" and "food".
19249 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19251         PR target/79449
19252         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
19253         boundary crossing check and subsequent code generation agree.
19255 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19257         * config/aarch64/aarch64.c (has_memory_op): Delete.
19258         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
19259         has_memory_op.
19261 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19263         PR rtl-optimization/79388
19264         PR rtl-optimization/79450
19265         * combine.c (distribute_notes): When removing TEM_INSN for which
19266         corresponding dest has last value recorded, invalidate that last
19267         value.
19269 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19271         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
19272         of explicit '@'.  Add missing assembly comment marker on branch costs
19273         printout.
19275 2017-02-13  Nathan Sidwell  <nathan@acm.org>
19277         * gengtype-lex.l (<in_struct>): Add '/'.
19279 2017-02-13  Martin Liska  <mliska@suse.cz>
19281         PR c/79471
19282         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
19284 2017-02-13  Richard Biener  <rguenther@suse.de>
19286         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
19287         Remove.
19288         * configure: Re-generate.
19289         * config.in: Likewise.
19290         * graphite-dependences.c: Simplify as if
19291         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
19292         * graphite-isl-ast-to-gimple.c: Likewise.
19293         * graphite-optimize-isl.c: Likewise.
19294         * graphite-poly.c: Likewise.
19295         * graphite-sese-to-poly.c: Likewise.
19296         * graphite.h: Likewise.
19297         * toplev.c: Include isl/version.h and use isl_version () for
19298         printing the ISL version.
19299         * doc/install.texi: Update ISL requirement.
19301 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19303         * doc/standards.texi (Standards): Update reference to
19304         Objective-C 2.0.
19306 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19308         * doc/extend.texi (Named Address Spaces): sourceware.org now
19309         defaults to https.
19310         * doc/install.texi (Binaries): Ditto.
19311         (Specific): Ditto.
19313 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19315         * doc/cpp.texi: Replace "stringify"/"stringification" with C
19316         standard terminology "stringize"/"stringizing" throughout.
19317         * doc/cppinternals.texi: Likewise.
19319 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19321         * doc/extend.texi: Fix some spelling mistakes and typos.
19322         * doc/invoke.texi: Likewise.
19324 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19326         PR ipa/79224
19327         * params.def (inline-min-speedup) Change from 10 to 8.
19329 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19331         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
19332         4.5.
19334 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19336         PR ipa/79224
19337         * ipa-inline-analysis.c (get_minimal_bb): New function.
19338         (record_modified): Use it.
19339         (remap_edge_change_prob): Handle also ancestor functions.
19341 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
19343         * doc/contrib.texi (Contributors): Remove broken link into
19344         the Mauve CVS repository.
19346 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19348         PR middle-end/79454
19349         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
19350         result computation whenever lhs doesn't have vector mode, not
19351         just when it has BLKmode.
19353 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19355         * doc/makefile.texi (profiledbootstrap): Refer to the
19356         installation instructions only in textual form.
19358 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19360         PR target/79295
19361         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
19363 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19365         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
19366         (Specific): Update mingw-w64 reference.
19367         (Binaries): Ditto.
19368         (Specific): Remove broken link to Renesas RX processor.
19370 2017-02-10  Richard Biener  <rguenther@suse.de>
19372         * toplev.c (process_options): Do not mention obsolete graphite
19373         options when printing sorry message about missing graphite support.
19374         Mention -floop-nest-optimize.
19376 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
19378         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
19379         (vtst_p16): Likewise.
19380         (vtstq_p8): Likewise.
19381         (vtstq_p16): Likewise.
19382         (vtst_p64): New.
19383         (vtstq_p64): Likewise.
19384         * config/arm/arm_neon.h (vgetq_lane_p64): New.
19385         (vset_lane_p64): New.
19386         (vsetq_lane_p64): New.
19388 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
19390         PR tree-optimization/79411
19391         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
19392         stmt operands are SSA_NAMEs used in abnormal phis.
19393         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
19394         phis.
19396 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19398         PR ipa/70795
19399         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
19400         flag if needed.
19402 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19404         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
19406 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
19408         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
19409         to avoid warning.
19411         PR c/79413
19412         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
19413         not arbitrary TREE_CONSTANT.
19415         PR c/79431
19416         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
19417         "omp declare target link" attribute unless is_global_var.
19418         * omp-offload.c (find_link_var_op): Likewise.
19420 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
19421             Chung-Lin Tang  <cltang@codesourcery.com>
19423         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
19424         OMP_CLAUSE_TILE.
19425         (gimplify_adjust_omp_clauses): Don't delete TILE.
19426         (gimplify_omp_for): Deal with TILE.
19427         * internal-fn.c (expand_GOACC_TILE): New function.
19428         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
19429         (GOACC_TILE): New.
19430         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
19431         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
19432         element fields.
19433         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
19434         avoid DIV for outermost collapse var.
19435         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
19436         Remove out of date comments, fix whitespace.
19437         * omp-general.c (omp_extract_for_data): Deal with tiling.
19438         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
19439         adjust OLF_DIM_BASE value.
19440         (struct omp_for_data): Add tiling field.
19441         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
19442         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
19443         for auto loops.  Remove default auto determining, moved to
19444         oacc_loop_fixed_partitions.
19445         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
19446         stmts, add e_mask field.
19447         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
19448         (oacc_thread_numbers): Use oacc_dim_call.
19449         (oacc_xform_tile): New.
19450         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
19451         (finish_oacc_loop): Adjust for ifns vector.
19452         (oacc_loop_discover_walk): Append loop abstraction sites to list,
19453         add case for GOACC_TILE fns.
19454         (oacc_loop_xform_loop): Delete.
19455         (oacc_loop_process): Iterate over call list directly, and add
19456         handling for GOACC_TILE fns.
19457         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
19458         dump partitioning.
19459         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
19460         vector partitioning to outer loops.  Assign 2 partitions to loops
19461         when available. Add TILE handling.
19462         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
19463         (execite_oacc_device_lower): Process GOACC_TILE fns,
19464         ignore unknown specs.
19465         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
19466         * tree.c (omp_clause_num_ops): Adjust TILE ops.
19467         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
19469 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
19471         * configure.ac (ACX_BUGURL): Update.
19472         * configure: Regenerate.
19474 2017-02-09  Richard Biener  <rguenther@suse.de>
19476         PR tree-optimization/69823
19477         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
19478         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
19480 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19482         * config/arc/arc-c.def: Add __NPS400__ definition.
19483         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
19484         (TARGET_NPS400): Define.
19486 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19488         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
19489         file.
19490         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
19491         pointer, arch_info.
19492         (arc_cpu_types): Fill the arch_info field with a pointer into the
19493         arc_arch_types table.
19494         (arc_selected_cpu): Declare.
19495         * config/arc/arc.c (arc_selected_cpu): Make global.
19496         (arc_selected_arch): Delete.
19497         (arc_base_cpu): Delete.
19498         (arc_override_options): Remove references to deleted variables,
19499         update access to arch information.
19500         (ARC_OPT): Update access to arch information.
19501         (ARC_OPTX): Likewise.
19502         * config/arc/arc.h (arc_base_cpu): Remove declaration.
19503         (TARGET_ARC600): Update access to arch information.
19504         (TARGET_ARC601): Likewise.
19505         (TARGET_ARC700): Likewise.
19506         (TARGET_EM): Likewise.
19507         (TARGET_HS): Likewise.
19508         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
19509         information.
19511 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
19513         PR target/78604
19514         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
19515         condition/operands for integer GE/LE/GEU/LEU operations.
19517 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
19519         PR translation/79397
19520         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
19521         of AltiVec.
19523 2017-02-08  Martin Jambor  <mjambor@suse.cz>
19525         PR ipa/79375
19526         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
19527         whether allocation happened.
19528         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
19529         nothing was allocated.
19531 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
19533         PR tree-optimization/79408
19534         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
19535         constant, but SSA_NAME with a known integer range, use the minimum
19536         of that range instead of op1 to determine if modulo can be replaced
19537         with its first operand.
19539 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19541         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
19543 2017-02-08  Richard Biener  <rguenther@suse.de>
19545         PR tree-optimization/71824
19546         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
19547         Check all loops contained in the merged region.
19549 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19551         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
19553 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19555         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
19556         (thunderxt88): Likewise.
19557         (thunderxt81): Disable LSE and change v8.1 to v8.
19558         (thunderxt83): Likewise.
19560 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19561             Richard Biener  <rguenther@suse.de>
19563         PR middle-end/79399
19564         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
19565         type from int to size_t.
19566         * ira-costs.c (struct_costs_size): Change type from int to size_t.
19568 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19570         PR rtl-optimization/79386
19571         * cprop.c (bypass_conditional_jumps): Initialize
19572         bypass_last_basic_block already before splitting bbs after
19573         unconditional traps...
19574         (bypass_conditional_jumps): ... rather than here.
19576         PR target/79299
19577         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
19578         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
19579         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
19580         fix -masm=intel patterns.
19582 2017-02-07  Richard Biener  <rguenther@suse.de>
19584         PR tree-optimization/79256
19585         PR middle-end/79278
19586         * builtins.c (get_object_alignment_2): Use min_align_of_type
19587         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
19588         and ADJUST_FIELD_ALIGN.
19590         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
19591         type parameter.
19592         * doc/tm.texi: Regenerate.
19593         * stor-layout.c (layout_decl): Adjust.
19594         (update_alignment_for_field): Likewise.
19595         (place_field): Likewise.
19596         (min_align_of_type): Likewise.
19597         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
19598         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
19599         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
19600         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
19601         * config/frv/frv.c (frv_adjust_field_align): Likewise.
19602         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
19603         * config/i386/i386.c (x86_field_alignment): Likewise.
19604         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
19605         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
19606         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
19607         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
19608         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
19609         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
19610          Likewise.
19612         Revert
19613         2017-01-30  Richard Biener  <rguenther@suse.de>
19615         PR tree-optimization/79256
19616         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
19617         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
19618         alignment on TYPE.
19620 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
19622         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
19623         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
19624         builtins to SImode and emit a zero-extend, if necessary.
19626 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19628         * docs/invoke.texi (RISC-V Options): Alphabetize.
19630 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19632         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
19633         options.
19635 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19637         * config/riscv/riscv.c: New file.
19638         * common/config/riscv/riscv-common.c: Likewise.
19639         * config.gcc: Likewise.
19640         * config/riscv/constraints.md: Likewise.
19641         * config/riscv/elf.h: Likewise.
19642         * config/riscv/generic.md: Likewise.
19643         * config/riscv/linux.h: Likewise.
19644         * config/riscv/multilib-generator: Likewise.
19645         * config/riscv/peephole.md: Likewise.
19646         * config/riscv/pic.md: Likewise.
19647         * config/riscv/predicates.md: Likewise.
19648         * config/riscv/riscv-builtins.c: Likewise.
19649         * config/riscv/riscv-c.c: Likewise.
19650         * config/riscv/riscv-ftypes.def: Likewise.
19651         * config/riscv/riscv-modes.def: Likewise.
19652         * config/riscv/riscv-opts.h: Likewise.
19653         * config/riscv/riscv-protos.h: Likewise.
19654         * config/riscv/riscv.h: Likewise.
19655         * config/riscv/riscv.md: Likewise.
19656         * config/riscv/riscv.opt: Likewise.
19657         * config/riscv/sync.md: Likewise.
19658         * config/riscv/t-elf-multilib: Likewise.
19659         * config/riscv/t-linux: Likewise.
19660         * config/riscv/t-linux-multilib: Likewise.
19661         * config/riscv/t-riscv: Likewise.
19662         * configure.ac: Likewise.
19663         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
19664         Waterman as RISC-V maintainers.
19665         * doc/install.texi: Add RISC-V entries.
19666         * doc/invoke.texi: Add RISC-V options section.
19667         * doc/md.texi: Add RISC-V constraints section.
19668         * configure: Regenerated.
19670 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
19672         PR target/66144
19673         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
19674         false values to be constant vectors with all 0 or all 1 bits set.
19675         (vcondu<mode><mode>): Likewise.
19676         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
19677         predicate.
19678         (fpmask_comparison_operator): Update comment.
19679         (vecint_comparison_operator): New predicate.
19680         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
19681         vector conditionals when the true and false values are constant
19682         vectors with all 0 bits or all 1 bits set.
19684 2017-02-06  Martin Sebor  <msebor@redhat.com>
19686         PR  tree-optimization/79376
19687         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
19689 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
19691         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
19692         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
19693         to simplify split condition.
19695 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19697         * omp-expand.c (oxpand_omp_atomic_fetch_op,
19698         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
19699         false.
19701 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
19703         PR rtl-optimization/68664
19704         * target.def (can_speculate_insn): New hook.
19705         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
19706         * doc/tm.texi: Regenerate.
19707         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
19708         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
19709         (rs6000_sched_can_speculate_insn): New function.
19711 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19713         PR tree-optimization/79284
19714         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
19715         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
19716         vectorizable_mask_load_store, vectorizable_operation,
19717         vect_is_simple_cond, get_same_sized_vectype): Use it instead
19718         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
19719         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
19720         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
19721         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
19722         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
19723         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
19724         is_gimple_assign (stmt).  Replace another such test with
19725         is_gimple_assign (stmt).
19727 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19729         PR target/78883
19730         * config/avr/avr.c (rtl-iter.h): Include it.
19731         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
19732         (avr_legitimate_combined_insn): ...and implementation.
19734 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19736         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
19737         * config/s390/s390.c (s390_const_operand_ok)
19738         (s390_canonicalize_comparison, s390_extract_part)
19739         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
19740         (s390_contiguous_bitmask_p, s390_rtx_costs)
19741         (legitimize_pic_address): Likewise.
19742         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
19743         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
19744         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
19745         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
19746         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
19748 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19750         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
19751         REGNO($0) == REGNO($1).
19753 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19755         * config/s390/linux.h(SIZE_TYPE): Add comment.
19757 2017-02-06  Julian Brown  <julian@codesourcery.com>
19758             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19759             Virendra Pathak  <virendra.pathak@broadcom.com>
19761         * config/aarch64/aarch64-cores.def: Change the scheduler
19762         to Thunderx2t99.
19763         * config/aarch64/aarch64.md: Include thunderx2t99.md.
19764         * config/aarch64/thunderx2t99.md: New file.
19766 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19768         * doc/standards.texi (Go Language): Update link to language
19769         standard.
19771 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19773         * tree-eh.c (lower_resx): Sanitize profile.
19774         (cleanup_empty_eh_move_lp): Likewise.
19776 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19778         PR tree-ssa/79347
19779         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
19780         ELSE_PROB.
19781         * cfgloopmanip.h (loop_version): Update prototype.
19782         * modulo-sched.c (sms_schedule): Update call of loop_version.
19783         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
19784         * tree-parloops.c (gen_parallel_loop): Likewise.
19785         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
19786         * tree-ssa-loop-split.c (split_loop): Likewise.
19787         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
19788         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
19790 2017-02-05  Martin Liska  <mliska@suse.cz>
19792         PR bootstrap/78985
19793         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
19794         variable to NULL.
19795         (print_operand_address): Initialize a struct to zero.
19797 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19799         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
19800         garbage collector only in textual form.
19802 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19804         * doc/extend.texi (x86 specific memory model extensions for
19805         transactional memory): Simplify a phrase.
19807 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
19809         PR target/79353
19810         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
19811         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
19812         (atomic_storedi_1): Likewise.
19814 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
19816         PR tree-optimization/79338
19817         * tree-parloops.c (gather_scalar_reductions): Don't call
19818         vect_analyze_loop_form for loop->inner before destroying loop's
19819         loop_vinfo.
19821 2017-02-03  Martin Sebor  <msebor@redhat.com>
19823         PR tree-optimization/79327
19824         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
19825         when precision has resulted in leading zeros.
19826         (format_integer): Adjust the likely counter to assume an unknown
19827         argument that may be zero is non-zero.
19829 2017-02-03  Jason Merrill  <jason@redhat.com>
19831         PR c++/78689
19832         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
19833         avoid copying non-taken branch.
19835 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19837         PR tree-optimization/79340
19838         * tree-vect-loop.c (vectorizable_reduction): Release
19839         vec_defs elements after safe_splicing them into other vectors.
19840         Formatting fixes.
19842         PR tree-optimization/79327
19843         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
19844         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
19845         dirtype.
19846         (format_integer): Use wide_int_to_tree instead of build_int_cst
19847         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
19848         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
19849         of shortest and longest sequence.
19851 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
19853         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
19854         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
19856 2017-02-03  Walter Lee  <walt@tilera.com>
19858         PR target/78862
19859         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
19860         after initial stackframe link reg save.
19861         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
19863 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19865         PR target/79354
19866         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
19867         wu for stxssp alternative.
19869 2017-02-03  Martin Sebor  <msebor@redhat.com>
19871         PR tree-optimization/79352
19872         * gimple-fold.c (get_range_strlen): Add argument.
19873         (get_range_strlen): Change return type to bool.
19874         (get_maxval_strlen): Pass in a dummy argument.
19875         * gimple-fold.h (get_range_strlen): Change return type to bool.
19876         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
19877         * tree.h (array_at_struct_end_p): Add argument.
19878         * tree.c (array_at_struct_end_p): Handle it.
19880 2017-02-03  Martin Liska  <mliska@suse.cz>
19882         PR lto/66295
19883         * multiple_target.c (create_dispatcher_calls): Redirect edge
19884         from a caller of a dispatcher.
19885         (expand_target_clones): Make the clones local.
19886         (ipa_target_clone): Do both target clones and resolvers.
19887         (ipa_dispatcher_calls): Remove the pass.
19888         (pass_dispatcher_calls::gate): Likewise.
19889         (make_pass_dispatcher_calls): Likewise.
19890         * passes.def (pass_target_clone): Put as very first IPA early
19891         pass.
19893 2017-02-03  Martin Liska  <mliska@suse.cz>
19895         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
19896         in case of a function with ifunc attribute.
19898 2017-02-03  Martin Liska  <mliska@suse.cz>
19900         * cgraph.c (cgraph_node::dump): Dump function version info.
19901         * symtab.c (symtab_node::dump_base): Add missing new line.
19903 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
19905         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
19906         (ifcombine_ifandif): Use it.
19908 2017-02-03  Martin Liska  <mliska@suse.cz>
19910         * doc/invoke.texi: Document default value for
19911         use-after-scope-direct-emission-threshold.
19913 2017-02-03  Martin Liska  <mliska@suse.cz>
19915         PR tree-optimization/79339
19916         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
19917         (format_floating): Likewise.
19919 2017-02-03  Martin Liska  <mliska@suse.cz>
19921         PR ipa/79337
19922         * ipa-prop.c (ipa_node_params_t::insert): Remove current
19923         implementation.
19924         (ipa_node_params_t::remove): Likewise.
19925         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
19926         initialization from removed ipa_node_params_t::insert.
19927         (ipa_node_params::~ipa_node_params): Move from removed
19928         ipa_node_params_t::release.
19929         * symbol-summary.h (symbol_summary::m_released): New member.
19930         Do not release a summary twice.  Do not allow to call finalizer
19931         for types of a summary that live in GGC memory.
19933 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19935         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
19936         cmp_branch fusion.
19938 2017-02-02  Martin Sebor  <msebor@redhat.com>
19940         PR middle-end/79275
19941         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
19942         (format_string): Tighten up the range of output for non-constant
19943         strings and correct the expected range for wide non-constant strings.
19945 2017-02-02  Martin Sebor  <msebor@redhat.com>
19947         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
19949         PR middle-end/32003
19950         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
19951         index.
19952         (-fdump-tree-@var): Add to index and document how to come up
19953         with pass-specific option and dump file names.
19954         (-fdump-passes): Clarify where to look for output.
19956 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
19958         PR middle-end/77445
19959         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
19960         statistics of the analyzed path; allow threading for speed when
19961         any of BBs along the path are optimized for speed.
19963 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
19965         PR middle-end/78468
19966         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
19967         settings of the virtual registers.
19969         Revert again
19970         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19972         * explow.c (get_dynamic_stack_size): Take known alignment of stack
19973         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
19974         needed.
19976 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19978         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
19979         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
19981 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19983         * config/s390/s390.md: Add missing comments with the expanded
19984         mnemonics.
19985         * config/s390/vector.md: Likewise.
19986         * config/s390/vx-builtins.md: Likewise.
19988 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
19990         PR target/79197
19991         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
19992         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
19993         conditions on a single line.
19995 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19997         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
19998         __S390_VX__ to __VX__.
20000 2017-02-01  Andrew Pinski  <apinski@cavium.com>
20002         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
20003         stmt_info to record_stmt_cost.
20004         (vect_get_known_peeling_cost): Pass stmt_info if known to
20005         record_stmt_cost.
20006         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
20007         cpu_vector_cost field into
20008         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
20009         field into vec_int_stmt_cost and vec_fp_stmt_cost.
20010         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
20011         splitting of scalar_stmt_cost and vec_stmt_cost.
20012         (thunderx_vector_cost): Likewise.
20013         (cortexa57_vector_cost): LIkewise.
20014         (exynosm1_vector_cost): Likewise.
20015         (xgene1_vector_cost): Likewise.
20016         (thunderx2t99_vector_cost): Improve after the splitting of the two
20017         fields.
20018         (aarch64_builtin_vectorization_cost): Update for the splitting of
20019         scalar_stmt_cost and vec_stmt_cost.
20021 2017-02-01  Torvald Riegel  <triegel@redhat.com>
20022             Richard Henderson  <rth@redhat.com>
20024         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
20025         conditional on existance of a fast atomic load.
20026         * optabs-query.c (can_atomic_load_p): New function.
20027         * optabs-query.h (can_atomic_load_p): Declare it.
20028         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
20029         no fast atomic load is available for the particular size of access.
20030         (expand_atomic_compare_and_swap): Likewise.
20031         (expand_atomic_load): Likewise.
20032         (expand_atomic_store): Likewise.
20033         (expand_atomic_fetch_op): Likewise.
20034         * testsuite/lib/target-supports.exp
20035         (check_effective_target_sync_int_128): Remove x86 because it provides
20036         no fast atomic load.
20037         (check_effective_target_sync_int_128_runtime): Likewise.
20039 2017-02-01  Richard Biener  <rguenther@suse.de>
20041         * graphite.c: Include tree-vectorizer.h for find_loop_location.
20042         (graphite_transform_loops): Provide opt-info for optimized nests.
20043         * tree-parloop.c (parallelize_loops): Provide opt-info for
20044         parallelized loops.
20046 2017-02-01  Richard Biener  <rguenther@suse.de>
20048         PR middle-end/79315
20049         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
20050         was not set before.
20052 2017-02-01  Richard Biener  <rguenther@suse.de>
20054         PR tree-optimization/71824
20055         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
20056         Verify the loops are valid in the merged SESE region.
20057         (scop_detection::can_represent_loop_1): Check analyzing the
20058         evolution of the number of iterations in the region succeeds.
20060 2017-01-31  Ian Lance Taylor  <iant@golang.org>
20062         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
20063         REG_ARGS_SIZE note to 32-bit push insns and call insn.
20065 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
20067         PR preprocessor/79210
20068         * input.c (get_substring_ranges_for_loc): Replace line_width
20069         assertion with error-handling.
20071 2017-01-31  Richard Biener  <rguenther@suse.de>
20073         PR tree-optimization/77318
20074         * graphite-sese-to-poly.c (extract_affine): Fix assert.
20075         (create_pw_aff_from_tree): Take loop parameter.
20076         (add_condition_to_pbb): Pass loop of the condition to
20077         create_pw_aff_from_tree.
20079 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
20081         * config/s390/s390.c (s390_asan_shadow_offset): New function.
20082         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
20084 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
20086         PR target/78597
20087         PR target/79038
20088         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
20089         no longer used.
20090         (convert_int_to_float128): Likewise.
20091         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
20092         (convert_int_to_float128): Likewise.
20093         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
20094         (UNSPEC_IEEE128_CONVERT): Likewise.
20095         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
20096         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
20097         Use local variables for IBM extended format.
20098         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
20099         (fix_trunc<mode>si2_fprs): Likewise.
20100         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
20101         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
20102         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
20103         to know that we can now have integers of all sizes in vector
20104         registers.
20105         (fix<uns>_<mode>di2_hw): Likewise.
20106         (float<uns>_<mode>si2_hw): Likewise.
20107         (fix_<mode>si2_hw): Likewise.
20108         (fixuns_<mode>si2_hw): Likewise.
20109         (float<uns>_<mode>di2_hw): Likewise.
20110         (float_<mode>di2_hw): Likewise.
20111         (float_<mode>si2_hw): Likewise.
20112         (floatuns_<mode>di2_hw): Likewise.
20113         (floatuns_<mode>si2_hw): Likewise.
20114         (xscvqp<su>wz_<mode>): Delete, no longer used.
20115         (xscvqp<su>dz_<mode>): Likewise.
20116         (xscv<su>dqp_<mode>): Likewise.
20117         (ieee128_mfvsrd_64bit): Likewise.
20118         (ieee128_mfvsrd_32bit): Likewise.
20119         (ieee128_mfvsrwz): Likewise.
20120         (ieee128_mtvsrw): Likewise.
20121         (ieee128_mtvsrd_64bit): Likewise.
20122         (ieee128_mtvsrd_32bit): Likewise.
20124 2017-01-31  Martin Liska  <mliska@suse.cz>
20126         PR ipa/79285
20127         * ipa-prop.c (ipa_free_all_node_params): Call release method
20128         instead of ~sumbol_summary to not to trigger double times
20129         dtor of hash_map.
20131 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
20133         PR tree-optimization/71691
20134         * bitmap.h (class auto_bitmap): New.
20135         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
20136         is_maybe_undefined instead of ssa_undefined_value_p.
20138 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20140         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
20141         __S390_ARCH_LEVEL__ to __ARCH__.
20143 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
20145         PR tree-optimization/79267
20146         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
20147         if should_remove_lhs_p is true.
20149 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
20151         PR debug/63238
20152         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
20153         (add_alignment_attribute): New.
20154         (base_type_die): Add alignment attribute.
20155         (subrange_type_die): Likewise.
20156         (modified_type_die): Likewise.
20157         (gen_array_type_die): Likewise.
20158         (gen_descr_array_type_die: Likewise.
20159         (gen_enumeration_type_die): Likewise.
20160         (gen_subprogram_die): Likewise.
20161         (gen_variable_die): Likewise.
20162         (gen_field_die): Likewise.
20163         (gen_ptr_to_mbr_type_die): Likewise.
20164         (gen_struct_or_union_type_die): Likewise.
20165         (gen_subroutine_type_die): Likewise.
20166         (gen_typedef_die): Likewise.
20167         (base_type_cmp): Compare alignment attribute.
20169 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
20171         PR target/79170
20172         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
20173         (setb_unsigned) New pattern for setb with CCUNS.
20174         * config/rs6000/rs6000.c (expand_block_compare): Use a different
20175         subfc./subfe sequence to avoid overflow problems.  Generate a
20176         shorter sequence with cmpld/setb for power9.
20177         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
20178         for generating subfc. instruction.
20179         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
20180         now uses this instruction.
20182 2017-01-30  Ian Lance Taylor  <iant@google.com>
20184         PR debug/79289
20185         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
20186         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
20188 2017-01-30  Martin Sebor  <msebor@redhat.com>
20190         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
20191         Move constant to the right of a relational operator.
20192         (get_mpfr_format_length, format_character, format_string): Ditto.
20193         (should_warn_p, maybe_warn): Same.
20195         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
20197 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
20199         PR lto/79061
20200         * asan.c (get_translation_unit_decl): Remove function.
20201         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
20203 2017-01-30  Martin Liska  <mliska@suse.cz>
20205         PR gcov-profile/79259
20206         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
20207         -fprofile-generate.
20209 2017-01-30  Martin Liska  <mliska@suse.cz>
20211         PR bootstrap/78985
20212         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
20213         Initialize variables with NULL value.
20215 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
20217         PR target/79260
20218         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
20219         tm_p_file.
20220         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
20222 2017-01-30  Richard Biener  <rguenther@suse.de>
20224         PR tree-optimization/79276
20225         * tree-vrp.c (process_assert_insertions): Properly adjust common
20226         when removing a duplicate.
20228         * gcc.dg/torture/pr79276.c: New testcase.
20230 2017-01-30  Richard Biener  <rguenther@suse.de>
20232         PR tree-optimization/79256
20233         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
20234         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
20235         alignment on TYPE.
20236         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
20238 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20240         PR target/79240
20241         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
20242         ("*r<noxa>sbg_<mode>_sll_bitmask")
20243         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
20244         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
20245         Use contiguous_bitmask_nowrap_operand.
20247 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20249         PR target/79268
20250         * config/rs6000/altivec.h (vec_xl): Revise #define.
20251         (vec_xst): Likewise.
20253 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
20255         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
20257 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
20259         PR rtl-optimization/79194
20260         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
20261         traps before call to bypass_conditional_jumps.
20263 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20265         PR tree-optimization/71374
20266         * lra-constraints.c (check_conflict_input_operands): New.
20267         (match_reload): Use it.
20269 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20271         PR target/79131
20272         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
20273         account to calculate conflict_set.
20275 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
20277         PR rtl-optimization/78559
20278         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
20279         other_insn in combine.
20281 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
20283         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
20284         uint16_type_node for BT_UINT16.
20286 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
20288         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
20289         "RTL Tests" to menu.
20290         (GIMPLE Tests): New node.
20291         (RTL Tests): New node.
20293 2017-01-27  Richard Biener  <rguenther@suse.de>
20295         PR tree-optimization/79245
20296         * tree-loop-distribution.c (distribute_loop): Apply cost
20297         modeling also to detected patterns.
20299 2017-01-27  Richard Biener  <rguenther@suse.de>
20301         PR tree-optimization/71433
20302         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
20303         (compare_assert_loc): New function.
20304         (process_assert_insertions): Sort and optimize assert locations
20305         to remove duplicates and push down identical assertions on
20306         edges to their destination block.
20308 2017-01-27  Richard Biener  <rguenther@suse.de>
20310         PR tree-optimization/79244
20311         * tree-vrp.c (remove_range_assertions): Forcefully propagate
20312         out SSA names even if abnormal.
20314 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
20316         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
20317         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
20318         instead of MPFR_RNDN.
20320 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
20322         PR target/79239
20323         * arm.c (arm_option_override): Don't call build_target_option_node
20324         until after doing all option overrides.
20325         (arm_valid_target_attribute_tree): Likewise.
20327 2017-01-27  Martin Liska  <mliska@suse.cz>
20329         * doc/invoke.texi (-fprofile-arcs): Document profiling support
20330         for {cd}tors and C++ {cd}tors.
20332 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20334         * config/s390/s390.md ("*setmem_long_and")
20335         ("*setmem_long_and_31z"): Use zero_extend instead of and.
20337 2017-01-26  Martin Sebor  <msebor@redhat.com>
20339         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
20340         of precision.
20342 2017-01-26  Martin Sebor  <msebor@redhat.com>
20344         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
20345         HAVE_DFmode before using XFmode or DFmode.
20346         (parse_directive): Avoid using the z length modifier to avoid
20347         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
20349         PR middle-end/78703
20350         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
20351         to accept adjustment as an array.
20352         (get_int_range): New function.
20353         (struct directive): Make width and prec arrays.
20354         (directive::set_width, directive::set_precision): Call get_int_range.
20355         (format_integer, format_floating): Handle width and precision ranges.
20356         (format_string, parse_directive): Same.
20358 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20360         PR debug/79129
20361         * dwarf2out.c (generate_skeleton_bottom_up): For children with
20362         comdat_type_p set, just clone them, but keep the children in the
20363         original DIE.
20365         PR debug/78835
20366         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
20367         which have direct callers with -fvar-tracking-assignments enabled
20368         in the current TU.
20369         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
20370         inside of type units.
20372 2017-01-26  Martin Sebor  <msebor@redhat.com>
20374         PR middle-end/78703
20375         * gimple-ssa-sprintf.c (struct result_range): Add likely and
20376         unlikely counters.
20377         (struct format_result): Replace number_chars, number_chars_min,
20378         and number_chars_max with a single member of struct result_range.
20379         Remove bounded.
20380         (format_result::operator+=): Adjust.
20381         (struct fmtresult): Remove bounded.  Handle likely and unlikely
20382         counters.
20383         (fmtresult::adjust_for_width_or_precision): New function.
20384         (fmtresult:type_max_digits): New function.
20385         (bytes_remaining): Handle likely and unlikely counters.
20386         (min_bytes_remaining): Remove.
20387         (format_percent): Simplify.
20388         (format_integer, format_floating): Set likely and unlikely counters.
20389         (get_string_length, format_character, format_string): Same.
20390         (format_plain, should_warn_p): New function.
20391         (maybe_warn): Call should_warn_p.  Update diagnostic messages
20392         and handle those for all directives, including plain strings.
20393         (format_directive): Handle likely and unlikely counters.
20394         Remove unnecessary quoting from diagnostics.  Add an informational
20395         note.
20396         (add_bytes): Remove.
20397         (pass_sprintf_length::compute_format_length): Simplify.
20398         (try_substitute_return_value): Handle likely and unlikely counters.
20400 2017-01-26  Carl Love  <cel@us.ibm.com>
20402         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
20403         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
20405 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
20407         PR target/79131
20408         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
20409         endianess for subregs into account.
20410         * lra-constraints.c (lra_constraints): Do risky transformations
20411         always on the first iteration.
20412         * lra-lives.c (check_pseudos_live_through_calls): Add arg
20413         last_call_used_reg_set.
20414         (process_bb_lives): Define and use last_call_used_reg_set.
20415         * lra.c (lra): Always continue after lra_constraints on the first
20416         iteration.
20418 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
20420         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
20421         constant.
20422         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
20424 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20426         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
20427         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
20428         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
20429         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
20430         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
20431         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
20432         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
20433         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
20434         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
20436 2017-01-26  Marek Polacek  <polacek@redhat.com>
20438         PR c/79199
20439         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
20440         for the third operand.
20442 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20444         PR middle-end/79236
20445         * omp-low.c (struct omp_context): Add simt_stmt field.
20446         (scan_omp_for): Return omp_context *.
20447         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
20448         context to the _simt_ SIMD stmt.
20449         (lower_omp_for): For combined SIMD with sibling _simt_
20450         SIMD, make sure to use the same decls in _looptemp_
20451         clauses as in the sibling.
20453 2017-01-26  David Sherwood  <david.sherwood@arm.com>
20455         PR middle-end/79212
20456         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
20457         all contexts.
20459 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20461         PR target/70465
20462         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
20463         emit fld b; fld a; if possible.
20465         * brig-builtins.def: Update copyright years.
20466         * config/arm/arm_acle_builtins.def: Update copyright years.
20468 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
20470         PR target/79179
20471         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
20472         constraint instead of o for the stxsd instruction.
20474 2017-01-25  Carl Love  <cel@us.ibm.com>
20476         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
20477         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
20479 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
20481         * doc/invoke.texi (C++ Dialect Options): Fix typo.
20483 2017-01-25  Richard Biener  <rguenther@suse.de>
20485         PR tree-optimization/69264
20486         * target.def (vector_alignment_reachable): Improve documentation.
20487         * doc/tm.texi: Regenerate.
20488         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
20489         and add a comment.
20490         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
20491         earlier changes with respect to TYPE_USER_ALIGN.
20492         (vector_alignment_reachable_p): Likewise.  Improve dumping.
20494 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20496         PR target/79145
20497         * config/arm/arm.md (xordi3): Force constant operand into a register
20498         for TARGET_IWMMXT.
20500 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20502         * doc/invoke.texi (-fstore-merging): Correct default optimization
20503         levels at which it is enabled.
20504         (-O): Move -fstore-merging from list to...
20505         (-O2): ... Here.
20507 2017-01-25  Richard Biener  <rguenther@suse.de>
20509         PR debug/78363
20510         * omp-expand.c: Include debug.h.
20511         (expand_omp_taskreg): Make sure to generate early debug before
20512         outlining anything from a function.
20513         (expand_omp_target): Likewise.
20514         (grid_expand_target_grid_body): Likewise.
20516 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
20518         PR lto/79061
20519         * asan.c (get_translation_unit_decl): New function.
20520         (asan_add_global): Extract modules file name from globals
20521         TRANSLATION_UNIT_DECL name.
20523 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
20525         PR target/77439
20526         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
20527         for long calls with APCS frame and VFP.
20529 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
20531         * cfg.c (original_copy_tables_initialized_p): New function.
20532         * cfg.h (original_copy_tables_initialized_p): New decl.
20533         * cfgrtl.c (relink_block_chain): Guard the call to
20534         free_original_copy_tables with a call to
20535         original_copy_tables_initialized_p.
20536         * cgraph.h (symtab_node::native_rtl_p): New decl.
20537         * cgraphunit.c (symtab_node::native_rtl_p): New function.
20538         (symtab_node::needed_p): Don't assert for early assembly output
20539         for __RTL functions.
20540         (cgraph_node::finalize_function): Set "force_output" for __RTL
20541         functions.
20542         (cgraph_node::analyze): Bail out early for __RTL functions.
20543         (analyze_functions): Update assertion to support __RTL functions.
20544         (cgraph_node::expand): Bail out early for __RTL functions.
20545         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
20546         __RTL functions.
20547         * function.h (struct function): Update comment for field
20548         "pass_startwith".
20549         * gimple-expr.c: Include "tree-pass.h".
20550         (gimple_has_body_p): Return false for __RTL functions.
20551         * Makefile.in (OBJS): Add run-rtl-passes.o.
20552         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
20553         accessor.
20554         (gcc::pass_manager::get_clean_slate): New accessor.
20555         * passes.c: Include "insn-addr.h".
20556         (should_skip_pass_p): Add logging.  Update logic for running
20557         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
20558         property-provider override so it is only done for gimple passes.
20559         Don't skip dfinit.
20560         (skip_pass): New function.
20561         (execute_one_pass): Call skip_pass when skipping passes.
20562         * read-md.c (md_reader::read_char): Support filtering
20563         the input to a subset of line numbers.
20564         (md_reader::md_reader): Initialize fields
20565         m_first_line and m_last_line.
20566         (md_reader::read_file_fragment): New function.
20567         * read-md.h (md_reader::read_file_fragment): New decl.
20568         (md_reader::m_first_line): New field.
20569         (md_reader::m_last_line): New field.
20570         * read-rtl-function.c (function_reader::create_function): Only
20571         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
20572         curr_properties.  Set DECL_INITIAL to a dummy block.
20573         (read_rtl_function_body_from_file_range): New function.
20574         * read-rtl-function.h (read_rtl_function_body_from_file_range):
20575         New decl.
20576         * run-rtl-passes.c: New file.
20577         * run-rtl-passes.h: New file.
20579 2017-01-24  Jeff Law  <law@redhat.com>
20581         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
20582         buffer size.
20584 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
20586         PR tree-optimization/79159
20587         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
20588         (record_nonwrapping_iv): Improve boundary using above function if no
20589         value range information.
20591 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
20592             Martin Jambor  <mjambor@suse.cz>
20594         * brig-builtins.def: New file.
20595         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
20596         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
20597         (DEF_HSAIL_SAT_BUILTIN): Likewise.
20598         (DEF_HSAIL_INTR_BUILTIN): Likewise.
20599         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
20600         * builtin-types.def (BT_INT8): New.
20601         (BT_INT16): Likewise.
20602         (BT_UINT8): Likewise.
20603         (BT_UINT16): Likewise.
20604         (BT_FN_ULONG): Likewise.
20605         (BT_FN_UINT_INT): Likewise.
20606         (BT_FN_UINT_ULONG): Likewise.
20607         (BT_FN_UINT_LONG): Likewise.
20608         (BT_FN_UINT_PTR): Likewise.
20609         (BT_FN_ULONG_PTR): Likewise.
20610         (BT_FN_INT8_FLOAT): Likewise.
20611         (BT_FN_INT16_FLOAT): Likewise.
20612         (BT_FN_UINT32_FLOAT): Likewise.
20613         (BT_FN_UINT16_FLOAT): Likewise.
20614         (BT_FN_UINT8_FLOAT): Likewise.
20615         (BT_FN_UINT64_FLOAT): Likewise.
20616         (BT_FN_UINT16_UINT32): Likewise.
20617         (BT_FN_UINT32_UINT16): Likewise.
20618         (BT_FN_UINT16_UINT16_UINT16): Likewise.
20619         (BT_FN_INT_PTR_INT): Likewise.
20620         (BT_FN_UINT_PTR_UINT): Likewise.
20621         (BT_FN_LONG_PTR_LONG): Likewise.
20622         (BT_FN_ULONG_PTR_ULONG): Likewise.
20623         (BT_FN_VOID_UINT64_UINT64): Likewise.
20624         (BT_FN_UINT8_UINT8_UINT8): Likewise.
20625         (BT_FN_INT8_INT8_INT8): Likewise.
20626         (BT_FN_INT16_INT16_INT16): Likewise.
20627         (BT_FN_INT_INT_INT): Likewise.
20628         (BT_FN_UINT_FLOAT_UINT): Likewise.
20629         (BT_FN_FLOAT_UINT_UINT): Likewise.
20630         (BT_FN_ULONG_UINT_UINT): Likewise.
20631         (BT_FN_ULONG_UINT_PTR): Likewise.
20632         (BT_FN_ULONG_ULONG_ULONG): Likewise.
20633         (BT_FN_UINT_UINT_UINT): Likewise.
20634         (BT_FN_VOID_UINT_PTR): Likewise.
20635         (BT_FN_UINT_UINT_PTR: Likewise.
20636         (BT_FN_UINT32_UINT64_PTR): Likewise.
20637         (BT_FN_INT_INT_UINT_UINT): Likewise.
20638         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
20639         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
20640         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
20641         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
20642         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
20643         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
20644         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
20645         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
20646         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
20647         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
20648         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
20649         * doc/frontends.texi: List BRIG FE.
20650         * doc/install.texi (Testing): Add BRIG tesring requirements.
20651         * doc/invoke.texi (Overall Options): Mention BRIG.
20652         * doc/standards.texi (Standards): Doucment BRIG HSA version.
20654 2017-01-24  Richard Biener  <rguenther@suse.de>
20656         PR translation/79208
20657         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
20659 2017-01-24  Martin Jambor  <mjambor@suse.cz>
20661         PR bootstrap/79198
20662         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
20663         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
20664         and known_contexts.
20666 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
20668         PR middle-end/79123
20669         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
20670         casts from signed to unsigned really don't have a range.
20672 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
20674         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
20675         GMP_RNDx for compatiblity.
20677 2017-01-24  Martin Liska  <mliska@suse.cz>
20679         PR bootstrap/79132
20680         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
20681         that would prevent us to call alloca with -1 as argument.
20683 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
20685         * dwarf2out.c (output_compilation_unit_header, output_file_names):
20686         Avoid -Wformat-security warning.
20688 2017-01-23  Andrew Pinski  <apinski@cavium.com>
20690         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
20691         cost table.
20693 2017-01-23  Martin Sebor  <msebor@redhat.com>
20695         PR middle-end/78703
20696         * gimple-ssa-sprintf.c (warn_level): New global.
20697         (format_integer): Use it here and throughout the rest of the file.
20698         Use the same switch to compute sign as base.
20699         (maybe_warn): New function.
20700         (format_directive): Factor out warnings into maybe_warn.
20701         Add debugging output.  Use warn_level.
20702         (add_bytes): Use warn_level.
20703         (pass_sprintf_length::compute_format_length): Add debugging output.
20704         (try_substitute_return_value): Same.
20705         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
20707         PR middle-end/78703
20708         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
20709         (struct fmtresult, format_integer, format_floating): Adjust.
20710         (fmtresult::fmtresult): Set max correctly in two argument ctor.
20711         (get_string_length, format_string,format_directive): Same.
20712         (pass_sprintf_length::compute_format_length): Same.
20713         (try_substitute_return_value): Simplify slightly.
20715         PR middle-end/78703
20716         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
20717         (fmtresult::operator+=): Outlined.
20718         (struct fmtresult): Add ctors.
20719         (struct conversion_spec): Rename...
20720         (struct directive): ...to this.  Add and remove data members.
20721         (directive::set_width, directive::set_precision): New functions.
20722         (format_percent): Use fmtresult ctor.
20723         (get_width_and_precision): Remove.
20724         (format_integer): Make naming changes.  Avoid computing width and
20725         precision.
20726         (format_floating): Same.  Adjust indentation.
20727         (format_character, format_none): New functions.
20728         (format_string): Moved character handling to format_character.
20729         (format_directive): Remove arguments, change return type.
20730         (parse_directive): New function.
20731         (pass_sprintf_length::compute_format_length): Move directive
20732         parsing to parse_directive.
20734 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20736         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
20737         (assign_assembler_name_if_needed): ... this.
20738         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
20739         (assign_assembler_name_if_needed): ... this.
20740         (free_lang_data_in_cgraph): Adjust callers.
20741         * cgraphunit.c (cgraph_node::analyze): Likewise.
20742         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
20743         Likewise.
20745 2017-01-23  Richard Biener  <rguenther@suse.de>
20747         PR tree-optimization/79088
20748         PR tree-optimization/79188
20749         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
20750         resetting loop bounds after last path deletion.  Reset loop
20751         bounds of the target loop, make code match the comments.
20752         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
20753         Make sure loops need no fixups.
20755 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20757         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
20758         exponent support with double type for first argument.
20759         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
20760         type returned by __builtin_vec_extract_sig,
20761         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
20762         functions from "vector int" to "vector unsigned int" or from
20763         "vector long long int" to "vector unsigned long long int".
20764         Changed type returned by __builtin_vec_extract_exp,
20765         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
20766         functions from "vector int" to "vector unsigned int" or from
20767         "vector long long int" to "vector unsigned long long int".
20768         Changed return type of __builtin_vec_test_data_class,
20769         __builtin_vec_test_data_class_sp, and
20770         __builtin_vec_test_data_class_dp from "vector int" to
20771         "vector bool int" or from "vector long long int" to "vector bool
20772         long long int" and changed second argument type from "unsigned
20773         int" to "int".  Added new overloaded function forms "vector float
20774         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
20775         "vector float __builtin_vec_insert_exp_sp (vector float, vector
20776         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
20777         double, vector unsigned long long int)" and "vector double
20778         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
20779         long int)".  Changed return type of
20780         __builtin_scalar_test_data_class and
20781         __builtin_scalar_test_data_class_sp and
20782         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
20783         int" and changed second argument from "unsigned int" to "int".
20784         Changed type returned by __builtin_scalar_test_neg,
20785         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
20786         from "int" to "bool int".  Added new overloaded function form
20787         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
20788         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
20789         exponent double-precision with floating point first argument.
20790         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
20791         documentation of scalar_test_data_class, scalar_test_neg,
20792         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
20793         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
20794         vec_test_data_class built-in functions to reflect refinements in
20795         their type signatures.
20797 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
20799         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
20800         size of buf.
20801         (aarch64_elf_asm_destructor): Likewise.
20803 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
20805         PR rtl-optimization/78634
20806         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
20807         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
20808         * ifcvt.c (noce_try_cmove): Add missing cost check.
20810         PR rtl-optimization/71724
20811         * combine.c (if_then_else_cond): Look for situations where it is
20812         beneficial to undo the work of one of the recursive calls.
20814 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
20816         PR tree-optimization/70754
20817         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
20818         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
20819         combined stmt before it if not NULL.
20820         (combine_chains): Process refs reversely and compute dominance point
20821         for root ref.
20823 2017-01-23  Martin Liska  <mliska@suse.cz>
20825         PR tree-optimization/79196
20826         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
20827         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
20828         instead of memcmp.
20829         (strlen_optimize_stmt): Call the renamed function.
20831 2017-01-23  Michael Matz  <matz@suse.de>
20833         PR tree-optimization/78384
20834         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
20836 2017-01-23  Richard Biener  <rguenther@suse.de>
20838         PR tree-optimization/79186
20839         * tree-vrp.c (register_new_assert_for): Make sure we've seen
20840         both incoming edges before moving an assert.
20842 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20844         * ipa-prop.c (load_from_param_1): Removed.
20845         (load_from_unmodified_param): Bits from load_from_param_1 put back
20846         here.
20847         (load_from_param): Removed.
20848         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
20849         with stmt.  Reverted back to use of load_from_unmodified_param.
20851 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20853         PR ipa/79108
20854         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
20855         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
20856         field a pointer to garbage collected vector, mark lattices and
20857         ipcp_orig_node with GTY((skip)).
20858         (ipa_get_param_count): Adjust to descriptors being a pointer.
20859         (ipa_get_param): Likewise.
20860         (ipa_get_type): Likewise.
20861         (ipa_get_param_move_cost): Likewise.
20862         (ipa_set_param_used): Likewise.
20863         (ipa_get_controlled_uses): Likewise.
20864         (ipa_set_controlled_uses): Likewise.
20865         (ipa_is_param_used): Likewise.
20866         (ipa_node_params_t): Move into garbage collector.  New methods insert
20867         and remove.
20868         (ipa_node_params_sum): Annotate wth GTY(()).
20869         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
20870         garbage collected.
20871         (ipa_load_from_parm_agg): Adjust declaration.
20872         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
20873         * ipa-profile.c (ipa_profile): Likewise.
20874         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
20875         (ipa_populate_param_decls): Make descriptors parameter garbage
20876         collected.
20877         (ipa_dump_param): Adjust to descriptors being a pointer.
20878         (ipa_alloc_node_params): Likewise.
20879         (ipa_initialize_node_params): Likewise.
20880         (load_from_param_1): Make descriptors parameter garbage collected.
20881         (load_from_unmodified_param): Likewise.
20882         (load_from_param): Likewise.
20883         (ipa_load_from_parm_agg): Likewise.
20884         (ipa_node_params::~ipa_node_params): Removed.
20885         (ipa_free_all_node_params): Remove call to delete operator.
20886         (ipa_node_params_t::insert): New.
20887         (ipa_node_params_t::remove): Likewise.
20888         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
20889         copy known_csts and known_contexts vectors.
20890         (ipa_read_node_info): Adjust to descriptors being a pointer.
20891         (ipcp_modif_dom_walker): Make m_descriptors field garbage
20892         collected.
20893         (ipcp_transform_function): Make descriptors variable garbage
20894         collected.
20896 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
20898         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
20899         * config/i386/avx512dqintrin.h: Ditto.
20900         * config/i386/avx512fintrin.h: Ditto.
20901         * config/i386/i386.c: Handle new builtins.
20902         * config/i386/i386-builtin.def: Add new builtins.
20903         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
20904         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
20906 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20907             Martin Liska  <mliska@suse.cz>
20909         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
20910         * asan.c (asan_expand_poison_ifn): Support stores and use
20911         appropriate ASAN report function.
20912         * internal-fn.c (expand_ASAN_POISON_USE): New function.
20913         * internal-fn.def (ASAN_POISON_USE): Declare.
20914         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
20915         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
20916         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
20917         ASAN_POISON calls w/o LHS.
20918         * tree-ssa.c (execute_update_addresses_taken): Create clobber
20919         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
20920         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
20921         * gimplify.c (asan_poison_variables): Add attribute
20922         use_after_scope_memory to variables that really needs to live
20923         in memory.
20924         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
20925         having the attribute.
20927 2017-01-23  Martin Liska  <mliska@suse.cz>
20929         * asan.c (create_asan_shadow_var): New function.
20930         (asan_expand_poison_ifn): Likewise.
20931         * asan.h (asan_expand_poison_ifn): New declaration.
20932         * internal-fn.c (expand_ASAN_POISON): Likewise.
20933         * internal-fn.def (ASAN_POISON): New builtin.
20934         * sanopt.c (pass_sanopt::execute): Expand
20935         asan_expand_poison_ifn.
20936         * tree-inline.c (copy_decl_for_dup_finish): Make function
20937         external.
20938         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
20939         * tree-ssa.c (is_asan_mark_p): New function.
20940         (execute_update_addresses_taken): Rewrite local variables
20941         (identified just by use-after-scope as addressable) into SSA.
20943 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20945         * doc/install.texi (Specific): opensource.apple.com uses https
20946         now. Remove trailing slash.
20948 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20950         * README.Portability: Remove note on an Irix compatibility issue.
20952 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
20954         * gcov.c (INCLUDE_ALGORITHM): Define.
20955         (INCLUDE_VECTOR): Define.
20956         No longer include <vector> and <algorithm> directly.
20958 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
20960         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
20961         to https.
20962         * doc/invoke.texi (Code Gen Options): Ditto.
20964 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
20966         PR lto/78407
20967         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
20969 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
20971         rtl-optimization/79125
20972         * cprop.c (local_cprop_pass): Handle cases where we make an
20973         unconditional trap.
20975 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
20977         PR target/61729
20978         PR target/77850
20979         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
20980         read from, for big endian.
20982 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
20984         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
20985         register pauth builtins for LP64 only.
20987 2017-01-20  Marek Polacek  <polacek@redhat.com>
20989         PR c/79152
20990         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
20991         non-case labels.
20993 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
20995         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
20996         of safelen status.
20997         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
20998         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
20999         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
21001 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21003         PR target/71270
21004         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
21005         in big-endian mode when they are not a single duplicated value.
21007 2017-01-20  Richard Biener  <rguenther@suse.de>
21009         * BASE-VER: Bump to 7.0.1.
21011 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
21013         * omp-low.c (omplow_simd_context): New struct.  Use it...
21014         (lower_rec_simd_input_clauses): ...here and...
21015         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
21016         references to idx, lane, max_vf, is_simt.
21018 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
21020         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
21021         mcpu=nps400.
21023 2017-01-20  Martin Jambor  <mjambor@suse.cz>
21025         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
21026         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
21027         gt-hsa-common.h.
21028         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
21029         (GTFILES): Rename hsa.c to hsa-common.c.
21030         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
21031         * hsa-dump.c: Likewise.
21032         * hsa-gen.c: Likewise.
21033         * hsa-regalloc.c: Likewise.
21034         * ipa-hsa.c: Likewise.
21035         * omp-expand.c: Likewise.
21036         * omp-low.c: Likewise.
21037         * toplev.c: Likewise.
21039 2017-01-20  Marek Polacek  <polacek@redhat.com>
21041         PR c/64279
21042         * doc/invoke.texi: Document -Wduplicated-branches.
21043         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
21044         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
21045         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
21046         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
21047         return 0 only when not OEP_LEXICOGRAPHIC.
21048         (fold_build_cleanup_point_expr): Use the expression
21049         location when building CLEANUP_POINT_EXPR.
21050         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
21051         * tree.c (add_expr): Handle error_mark_node.
21053 2017-01-20  Martin Liska  <mliska@suse.cz>
21055         PR lto/69188
21056         * tree-profile.c (init_ic_make_global_vars): Do not call
21057         finalize_decl.
21058         (gimple_init_gcov_profiler): Likewise.
21060 2017-01-20  Martin Liska  <mliska@suse.cz>
21062         PR ipa/71190
21063         * cgraph.h (maybe_create_reference): Remove argument and
21064         update comment.
21065         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
21066         argument.
21067         * ipa-cp.c (create_specialized_node): Likewise.
21068         * symtab.c (symtab_node::maybe_create_reference): Handle
21069         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
21071 2017-01-20  Martin Liska  <mliska@suse.cz>
21073         * read-rtl-function.c (function_reader::create_function): Use
21074         build_decl instread of build_decl_stat.
21076 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
21078         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
21079         * config/i386/avx512dqintrin.h: Ditto.
21080         * config/i386/avx512fintrin.h: Ditto.
21081         * config/i386/i386-builtin-types.def: Add new types.
21082         * config/i386/i386.c: Handle new types.
21083         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
21084         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
21085         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
21086         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
21087         (__builtin_ia32_kshiftridi): New.
21088         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
21090 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
21092         PR target/78875
21093         PR target/79140
21094         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
21095         define to rs6000_init_stack_protect_guard.
21096         (rs6000_init_stack_protect_guard): New function.
21098 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
21099             Yunqiang Su  <yunqiang.su@imgtec.com>
21101         * config.gcc (supported_defaults): Add madd4.
21102         (with_madd4): Add validation.
21103         (all_defaults): Add madd4.
21104         * config/mips/mips.opt (mmadd4): New option.
21105         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21106         mmadd4.
21107         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21108         __mips_no_madd4.
21109         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
21110         (ISA_HAS_FUSED_MADD4): Likewise.
21111         * doc/invoke.texi (-mmadd4): Document the new option.
21112         * doc/install.texi (--with-madd4): Document the new option.
21114 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21116         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
21117         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
21118         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
21119         (aarch64_init_pauth_hint_builtins): New.
21120         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
21121         (aarch64_expand_builtin): Expand new builtins.
21123 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21125         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
21126         * combine-stack-adj.c (no_unhandled_cfa): Handle
21127         REG_CFA_TOGGLE_RA_MANGLE.
21128         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
21129         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
21130         info for return address signing.
21131         (aarch64_expand_epilogue): Likewise.
21133 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21135         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
21136         * config/aarch64/aarch64-protos.h
21137         (aarch64_return_address_signing_enabled): New declaration.
21138         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
21139         New function.
21140         (aarch64_expand_prologue): Sign return address before it's pushed onto
21141         stack.
21142         (aarch64_expand_epilogue): Authenticate return address fetched from
21143         stack.
21144         (aarch64_override_options): Sanity check for ILP32 and ISA level.
21145         (aarch64_attributes): New function attributes for "sign-return-address".
21146         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
21147         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
21148         ("*do_return"): Generate combined instructions according to key index.
21149         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
21150         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
21151         iterators.
21152         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
21153         * config/aarch64/aarch64.opt (msign-return-address=): New.
21154         * doc/extend.texi (AArch64 Function Attributes): Documents
21155         "sign-return-address=".
21156         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
21158 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
21160         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
21161         overall option summary.
21163 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21165         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
21166         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
21167         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
21168         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
21170 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
21172         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
21173         -mpower9-minmax by default for -mcpu=power9.
21174         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
21175         128-bit floating point.
21177 2017-01-20  Alan Modra  <amodra@gmail.com>
21179         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
21180         optimizing for size.
21182 2017-01-20  Alan Modra  <amodra@gmail.com>
21184         PR target/79144
21185         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
21186         for strcmp and strncmp from corresponding builtin decl.
21188 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21190         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
21191         instead of i386/rtems-64.h.
21192         * config/i386/rtems-64.h: Remove.
21194 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21196         PR target/78478
21197         Revert:
21198         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
21200         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
21202 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
21204         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
21205         Change int to HOST_WIDE_INT.
21206         * config/aarch64/aarch64-protos.h
21207         (aarch64_simd_gen_const_vector_dup): Likewise.
21208         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
21210 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
21212         * langhooks-def.h (lhd_type_for_size): New decl.
21213         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
21214         * langhooks.c (lhd_type_for_size): New function, taken from
21215         lto_type_for_size.
21217 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
21219         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
21220         define_bypass for CR latency.
21221         (power9-cracked-alu): Update bypass latency and remove power9-branch.
21222         (power9-alu2): Add define_bypass for CR latency.
21223         (power9-cmp): New.
21224         (power9-mul): Update insn latency.
21225         (power9-mul-compare): Update insn latency, bypass latency and remove
21226         power9-branch.
21228 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21230         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
21231         Delete.
21232         * config/aarch64/aarch64.md
21233         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
21234         aarch64_nopcrelative_literal_loads.
21235         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
21237 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
21239         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
21240         TARGET_LOONGSON_3A.
21241         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
21243 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
21245         PR target/78176
21246         * config.gcc (supported_defaults): Add lxc1-sxc1.
21247         (with_lxc1_sxc1): Add validation.
21248         (all_defaults): Add lxc1-sxc1.
21249         * config/mips/mips.opt (mlxc1-sxc1): New option.
21250         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21251         mlxc1-sxc1.
21252         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21253         __mips_no_lxc1_sxc1.
21254         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
21255         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
21256         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
21258 2017-01-19  Richard Biener  <rguenther@suse.de>
21260         PR tree-optimization/72488
21261         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
21262         sure to restore SSA info.
21263         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
21265 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
21267         PR rtl-optimization/79121
21268         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
21269         of the inner type when shifting an extended value.
21271 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21273         PR lto/78407
21274         * symtab.c (symtab_node::equal_address_to): Fix comparing of
21275         interposable aliases.
21277 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
21279         PR target/78516
21280         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
21281         Use the evmergelohi instruction.
21282         (mov_si<mode>_e500_subreg4_2_le): Likewise.
21283         (mov_sitf_e500_subreg8_2_be): Likewise.
21284         (mov_sitf_e500_subreg12_2_le): Likewise.
21285         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
21286         (mov_si<mode>_e500_subreg4_2_be): Likewise.
21287         (mov_sitf_e500_subreg8_2_le): Likewise.
21288         (mov_sitf_e500_subreg12_2_be): Likewise.
21290 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21292         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
21293         attribute from vecsimple to vecperm.
21294         (altivec_vbpermq2): Likewise.
21296 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21298         PR target/79040
21299         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
21301 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
21302         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
21303         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
21304         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
21305         case where N arg is SIZE_MAX.
21306         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
21307         (cmpstrsi): Add pattern.
21309 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
21311         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21312         __builtin_vec_revb builtins.
21313         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
21314         built-in functions to support generation of the ISA 3.0 XXBR<x>
21315         vector byte reverse instructions.
21316         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
21317         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
21318         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
21319         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
21320         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
21321         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
21322         (P9V_BUILTIN_VEC_REVB): Likewise.
21323         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
21324         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
21325         (p9_xxbrq_v16qi): Likewise.
21326         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
21327         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
21328         (p9_xxbrh_v8hi): Likewise.
21329         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
21330         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
21331         vec_revb built-in functions.
21333 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
21335         PR rtl-optimization/78952
21336         * config/i386/i386.md (any_extract): New code iterator.
21337         (*insvqi_2): Use any_extract for source operand.
21338         (*insvqi_3): Use any_shiftrt for source operand.
21340 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
21342         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
21343         New function.
21344         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
21346 2017-01-18  Matthias Klose  <doko@ubuntu.com>
21348         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
21350 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21352         * config/rs6000/altivec.h (vec_bperm): Change #define.
21353         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
21354         (altivec_vbpermq2): New define_insn.
21355         (altivec_vbpermd): Likewise.
21356         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
21357         function interface.
21358         (VBPERMD): Likewise.
21359         (VBPERM): New polymorphic function interface.
21360         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
21361         Add entries for P9V_BUILTIN_VEC_VBPERM.
21362         * doc/extend.texi: Add interfaces for vec_bperm.
21364 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21366         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
21367         first letter of error messages.
21368         (s390_resolve_overloaded_builtin): Likewise.
21369         * config/s390/s390.c (s390_expand_builtin): Likewise.
21370         (s390_invalid_arg_for_unprototyped_fn): Likewise.
21371         (s390_valid_target_attribute_inner_p): Likewise.
21372         * config/s390/s390.md ("tabort"): Likewise.
21374 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
21376         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
21377         (ISA_AVOID_DIV_HILO): New macro.
21378         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
21379         (ISA_HAS_DDIV): Likewise.
21381 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21383         * doc/invoke.texi (fabi-version): Correct number of occurrences.
21385 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21387         * doc/invoke.texi (fabi-version): Spelling fix.
21389 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21391         PR c++/70182
21392         * doc/invoke.texi (fabi-version): Mention mangling fix for
21393         operator names.
21395 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21397         PR c++/77489
21398         * doc/invoke.texi (fabi-version): Document discriminator mangling.
21400 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
21402         PR target/78875
21403         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
21404         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
21405         the new options.
21406         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
21407         flexible settings.
21408         (stack_protect_test): Ditto.
21409         * config/rs6000/rs6000.opt (mstack-protector-guard=,
21410         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
21411         options.
21412         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
21413         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
21414         -mstack-protector-guard-offset=.
21415         (RS/6000 and PowerPC Options): Ditto.
21417 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21419         * config/i386/i386.h (MASK_CLASS_P): New define.
21420         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
21421         there are no registers from different register sets also when
21422         mask registers are used.  Update function comment.
21423         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
21424         to (*k/*r) and (*k/*km) alternatives.
21426 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
21428         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
21429         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
21430         (EH_RETURN_HANDLER_RTX): New define.
21431         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
21432         Force frame pointer in EH return functions.
21433         (aarch64_expand_epilogue): Add barrier for eh_return.
21434         (aarch64_final_eh_return_addr): Remove.
21435         (aarch64_eh_return_handler_rtx): New function.
21436         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
21437         Remove.
21438         (aarch64_eh_return_handler_rtx): New prototype.
21440 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21442         * config/rs6000/altivec.h (vec_rlmi): New #define.
21443         (vec_vrlnm): Likewise.
21444         (vec_rlnm): Likewise.
21445         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
21446         (UNSPEC_VRLNM): Likewise.
21447         (VIlong): New mode iterator.
21448         (altivec_vrl<VI_char>mi): New define_insn.
21449         (altivec_vrl<VI_char>nm): Likewise.
21450         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
21451         function entry.
21452         (VRLDNM): Likewise.
21453         (RLNM): New polymorphic function entry.
21454         (VRLWMI): New monomorphic function entry.
21455         (VRLDMI): Likewise.
21456         (RLMI): New polymorphic function entry.
21457         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
21458         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
21459         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
21460         vec_vrlnm.
21462 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21464         PR debug/78839
21465         * dwarf2out.c (field_byte_offset): Restore the
21466         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
21467         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
21468         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
21469         of build2 + fold.
21471 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21473         PR ada/67205
21474         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
21476 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21478         PR debug/71669
21479         * dwarf2out.c (add_data_member_location_attribute): For constant
21480         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
21481         instead of DW_AT_data_member_location, DW_AT_bit_offset and
21482         DW_AT_byte_size attributes.
21484 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21486         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
21487         after forcing to constant memory when the code model is medium.
21489 2017-01-17  Julia Koval  <julia.koval@intel.com>
21491         PR target/76731
21492         * config/i386/avx512fintrin.h
21493         (_mm512_i32gather_ps): Change __addr type to void const*.
21494         (_mm512_mask_i32gather_ps): Ditto.
21495         (_mm512_i32gather_pd): Ditto.
21496         (_mm512_mask_i32gather_pd): Ditto.
21497         (_mm512_i64gather_ps): Ditto.
21498         (_mm512_mask_i64gather_ps): Ditto.
21499         (_mm512_i64gather_pd): Ditto.
21500         (_mm512_mask_i64gather_pd): Ditto.
21501         (_mm512_i32gather_epi32): Ditto.
21502         (_mm512_mask_i32gather_epi32): Ditto.
21503         (_mm512_i32gather_epi64): Ditto.
21504         (_mm512_mask_i32gather_epi64): Ditto.
21505         (_mm512_i64gather_epi32): Ditto.
21506         (_mm512_mask_i64gather_epi32): Ditto.
21507         (_mm512_i64gather_epi64): Ditto.
21508         (_mm512_mask_i64gather_epi64): Ditto.
21509         (_mm512_i32scatter_ps): Change __addr type to void*.
21510         (_mm512_mask_i32scatter_ps): Ditto.
21511         (_mm512_i32scatter_pd): Ditto.
21512         (_mm512_mask_i32scatter_pd): Ditto.
21513         (_mm512_i64scatter_ps): Ditto.
21514         (_mm512_mask_i64scatter_ps): Ditto.
21515         (_mm512_i64scatter_pd): Ditto.
21516         (_mm512_mask_i64scatter_pd): Ditto.
21517         (_mm512_i32scatter_epi32): Ditto.
21518         (_mm512_mask_i32scatter_epi32): Ditto.
21519         (_mm512_i32scatter_epi64): Ditto.
21520         (_mm512_mask_i32scatter_epi64): Ditto.
21521         (_mm512_i64scatter_epi32): Ditto.
21522         (_mm512_mask_i64scatter_epi32): Ditto.
21523         (_mm512_i64scatter_epi64): Ditto.
21524         (_mm512_mask_i64scatter_epi64): Ditto.
21525         * config/i386/avx512pfintrin.h
21526         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
21527         (_mm512_mask_prefetch_i32gather_ps): Ditto.
21528         (_mm512_mask_prefetch_i64gather_pd): Ditto.
21529         (_mm512_mask_prefetch_i64gather_ps): Ditto.
21530         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
21531         (_mm512_prefetch_i32scatter_ps): Ditto.
21532         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
21533         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
21534         (_mm512_prefetch_i64scatter_pd): Ditto.
21535         (_mm512_prefetch_i64scatter_ps): Ditto.
21536         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
21537         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
21538         * config/i386/avx512vlintrin.h
21539         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
21540         (_mm_mmask_i32gather_ps): Ditto.
21541         (_mm256_mmask_i32gather_pd): Ditto.
21542         (_mm_mmask_i32gather_pd): Ditto.
21543         (_mm256_mmask_i64gather_ps): Ditto.
21544         (_mm_mmask_i64gather_ps): Ditto.
21545         (_mm256_mmask_i64gather_pd): Ditto.
21546         (_mm_mmask_i64gather_pd): Ditto.
21547         (_mm256_mmask_i32gather_epi32): Ditto.
21548         (_mm_mmask_i32gather_epi32): Ditto.
21549         (_mm256_mmask_i32gather_epi64): Ditto.
21550         (_mm_mmask_i32gather_epi64): Ditto.
21551         (_mm256_mmask_i64gather_epi32): Ditto.
21552         (_mm_mmask_i64gather_epi32): Ditto.
21553         (_mm256_mmask_i64gather_epi64): Ditto.
21554         (_mm_mmask_i64gather_epi64): Ditto.
21555         (_mm256_i32scatter_ps): Change __addr type to void*.
21556         (_mm256_mask_i32scatter_ps): Ditto.
21557         (_mm_i32scatter_ps): Ditto.
21558         (_mm_mask_i32scatter_ps): Ditto.
21559         (_mm256_i32scatter_pd): Ditto.
21560         (_mm256_mask_i32scatter_pd): Ditto.
21561         (_mm_i32scatter_pd): Ditto.
21562         (_mm_mask_i32scatter_pd): Ditto.
21563         (_mm256_i64scatter_ps): Ditto.
21564         (_mm256_mask_i64scatter_ps): Ditto.
21565         (_mm_i64scatter_ps): Ditto.
21566         (_mm_mask_i64scatter_ps): Ditto.
21567         (_mm256_i64scatter_pd): Ditto.
21568         (_mm256_mask_i64scatter_pd): Ditto.
21569         (_mm_i64scatter_pd): Ditto.
21570         (_mm_mask_i64scatter_pd): Ditto.
21571         (_mm256_i32scatter_epi32): Ditto.
21572         (_mm256_mask_i32scatter_epi32): Ditto.
21573         (_mm_i32scatter_epi32): Ditto.
21574         (_mm_mask_i32scatter_epi32): Ditto.
21575         (_mm256_i32scatter_epi64): Ditto.
21576         (_mm256_mask_i32scatter_epi64): Ditto.
21577         (_mm_i32scatter_epi64): Ditto.
21578         (_mm_mask_i32scatter_epi64): Ditto.
21579         (_mm256_i64scatter_epi32): Ditto.
21580         (_mm256_mask_i64scatter_epi32): Ditto.
21581         (_mm_i64scatter_epi32): Ditto.
21582         (_mm_mask_i64scatter_epi32): Ditto.
21583         (_mm256_i64scatter_epi64): Ditto.
21584         (_mm256_mask_i64scatter_epi64): Ditto.
21585         (_mm_i64scatter_epi64): Ditto.
21586         (_mm_mask_i64scatter_epi64): Ditto.
21587         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
21588         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
21589         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
21590         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
21591         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
21592         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
21593         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
21594         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
21595         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
21596         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
21597         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
21598         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
21599         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
21600         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
21601         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
21602         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
21603         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
21604         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
21605         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
21606         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
21607         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
21608         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
21609         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
21610         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
21611         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
21612         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
21613         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
21614         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
21615         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
21616         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
21617         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
21618         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
21619         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
21620         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
21621         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
21622         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
21623         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
21624         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
21625         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
21626         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
21627         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
21628         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
21629         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
21630         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
21631         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
21632         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
21633         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
21634         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
21635         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
21636         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
21637         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
21638         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
21639         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
21640         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
21641         definitions accordingly.
21643 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
21644             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
21646         PR target/79079
21647         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
21648         gen_lowpart.
21650 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
21652         PR target/79058
21653         * ira-conflicts.c (ira_build_conflicts): Update total conflict
21654         hard regs for inner regno.
21656 2017-01-17  Martin Liska  <mliska@suse.cz>
21658         PR ipa/71207
21659         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
21660         assumption and add comment.
21662 2017-01-17  Nathan Sidwell  <nathan@acm.org>
21664         * ipa-visibility.c (localize_node): New function, broken out of ...
21665         (function_and_variable_visibility): ... here. Call it.
21667 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21669         PR middle-end/77445
21670         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
21671         correctly set frequency of oudgoing edge.
21672         (duplicate_thread_path): Fix profile updating.
21674 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21676         PR other/79046
21677         * configure.ac: Add GCC_BASE_VER.
21678         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
21679         version from BASE-VER file.
21680         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
21681         (gcc.o): Depend on $(BASEVER).
21682         * common.opt (dumpfullversion): New option.
21683         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
21684         * doc/invoke.texi: Document -dumpfullversion.
21685         * doc/install.texi: Document --with-gcc-major-version-only.
21686         * configure: Regenerated.
21688 2017-01-17  Richard Biener  <rguenther@suse.de>
21690         PR tree-optimization/71433
21691         * tree-vrp.c (register_new_assert_for): Merge same asserts
21692         on all incoming edges.
21693         (process_assert_insertions_for): Handle insertions at the
21694         beginning of BBs.
21696 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
21698         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
21699         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
21701 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
21703         PR target/78633
21704         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
21705         RTL sharing.
21707 2017-01-17  Alan Modra  <amodra@gmail.com>
21709         PR target/79066
21710         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
21711         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
21712         symbolic stack limit when pic.
21714 2017-01-16  Martin Sebor  <msebor@redhat.com>
21716         PR tree-optimization/78608
21717         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
21719 2017-01-16  Jeff Law  <law@redhat.com>
21721         Revert:
21722         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
21723         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
21724         for several include directories that may be relative to sysroot.
21725         * config/i386/x-mingw32 (gplus_includedir): Define.
21726         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
21727         (native_system_includedir): Likewise.
21728         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
21729         override if TARGET_SYSTEM_ROOT is defined.
21730         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
21732         PR tree-optimization/79090
21733         PR tree-optimization/33562
21734         PR tree-optimization/61912
21735         PR tree-optimization/77485
21736         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
21737         and computed trims into the dump file.
21739 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21741         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
21743 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
21745         PR c/79089
21746         * gimplify.c (gimplify_init_constructor): If want_value and
21747         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
21748         fix.
21750         PR target/79080
21751         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
21752         sequence.  Formatting fixes.
21753         (doloop_optimize): Formatting fixes.
21755         PR driver/49726
21756         * gcc.c (debug_level_greater_than_spec_func): New function.
21757         (static_spec_functions): Add debug-level-gt spec function.
21758         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
21759         !g0.
21760         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21761         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21762         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
21763         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
21764         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
21765         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
21767 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
21769         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
21770         QImode fixups to general and mask registers only.
21772 2017-01-16  Carl Love  <cel@us.ibm.com>
21774         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
21775         for built-in functions
21776         vector signed char vec_nabs (vector signed char)
21777         vector signed short vec_nabs (vector signed short)
21778         vector signed int vec_nabs (vector signed int)
21779         vector signed long long vec_nabs (vector signed long long)
21780         vector float vec_nabs (vector float)
21781         vector double vec_nabs (vector double)
21782         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
21783         and NABS overload.
21784         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
21785         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
21786         * doc/extend.texi: Update the documentation file for the new built-in
21787         functions.
21789 2017-01-16  Martin Sebor  <msebor@redhat.com>
21791         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
21792         message.
21794 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21796         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
21797         UNSPEC_VSX__XXSPLTD to require special splat handling.
21799 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
21801         PR bootstrap/78616
21802         * system.h: Poison strndup.
21804 2017-01-16  Alan Modra  <amodra@gmail.com>
21806         PR target/79098
21807         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
21808         use a switch.
21810 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
21812         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
21814 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
21816         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
21817         call recog here.  Assert that INSN_CODE (insn) is non-negative.
21819 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21821         PR target/72749
21822         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
21823         fallthrough.
21824         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
21825         in the currently scheduled RTL fragment.
21827 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21829         PR rtl-optimization/78751
21830         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
21831         give up.
21833 2017-01-14  Jeff Law  <law@redhat.com>
21835         PR tree-optimization/79090
21836         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
21837         variable length stores.
21838         (compute_trims): Delete dead assignment to *trim_tail.
21839         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
21840         zero length.
21842 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
21844         PR rtl-optimization/78626
21845         PR rtl-optimization/78727
21846         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
21847         of a block, and split such blocks after everything else is finished.
21849 2017-01-14  Alan Modra  <amodra@gmail.com>
21851         PR target/72749
21852         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
21853         target legitimate_combined_insn.
21854         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
21855         (rs6000_legitimate_combined_insn): New function.
21856         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
21857         all uses.
21858         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
21859         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
21860         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
21862 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
21864         * doc/frontends.texi (G++ and GCC): Remove references to Java.
21866 2017-01-13  Jeff Law  <law@redhat.com>
21868         PR tree-optimization/33562
21869         PR tree-optimization/61912
21870         PR tree-optimization/77485
21871         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
21872         a statement.
21873         (delete_dead_assignment): Likewise.
21874         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
21875         statement to delete_dead_call and delete_dead_assignment.
21877 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
21879         PR c/78304
21880         * substring-locations.c (format_warning_va): Strengthen case 1 so
21881         that both endpoints of the substring must be within the format
21882         range for just the substring to be printed.
21884 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
21886         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
21887         * config/i386/i386.c (ix86_target_string): Add missing options
21888         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
21889         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
21890         flags_other and ix86_target_other to flags2_other.  Display unknown
21891         isa2 options.
21892         (ix86_valid_target_attribute_inner_p): Add missing options and
21893         reorder options by implied ISAs, as in ix86_target_string.
21895 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21897         * hash-table.h (hash_table::too_empty_p): New function.
21898         (hash_table::expand): Use it.
21899         (hash_table::traverse): Likewise.
21900         (hash_table::empty_slot): Use sizeof (value_type) instead of
21901         sizeof (PTR) to convert bytes to elements.  Shrink the table
21902         if the current size is excessive for the current number of
21903         elements.
21905 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21907         * ira-costs.c (record_reg_classes): Break from the inner loop
21908         early once alt_fail is known to be true.  Update outer loop
21909         handling accordingly.
21911 2017-01-13  Jeff Law  <law@redhat.com>
21913         * tree-ssa-dse.c (decrement_count): New function.
21914         (increment_start_addr, maybe_trim_memstar_call): Likewise.
21915         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
21916         when we know the partially dead statement is a mem* function.
21918         PR tree-optimization/61912
21919         PR tree-optimization/77485
21920         * tree-ssa-dse.c: Include expr.h.
21921         (maybe_trim_constructor_store): New function.
21922         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
21924         PR tree-optimization/33562
21925         PR tree-optimization/61912
21926         PR tree-optimization/77485
21927         * doc/invoke.texi: Document new dse-max-object-size param.
21928         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
21929         * tree-ssa-dse.c: Include params.h.
21930         (dse_store_status): New enum.
21931         (initialize_ao_ref_for_dse): New, partially extracted from
21932         dse_optimize_stmt.
21933         (valid_ao_ref_for_dse, normalize_ref): New.
21934         (setup_live_bytes_from_ref, compute_trims): Likewise.
21935         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
21936         (maybe_trim_partially_dead_store): Likewise.
21937         (maybe_trim_complex_store): Likewise.
21938         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
21939         Track what bytes live from the original store.  Return tri-state
21940         for dead, partially dead or live.
21941         (dse_dom_walker): Add constructor, destructor and new private members.
21942         (delete_dead_call, delete_dead_assignment): New extracted from
21943         dse_optimize_stmt.
21944         (dse_optimize_stmt): Make a member of dse_dom_walker.
21945         Use initialize_ao_ref_for_dse.
21947         PR tree-optimization/33562
21948         PR tree-optimization/61912
21949         PR tree-optimization/77485
21950         * sbitmap.h (bitmap_count_bits): Prototype.
21951         (bitmap_clear_range, bitmap_set_range): Likewise.
21952         * sbitmap.c (bitmap_clear_range): New function.
21953         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
21955 2017-01-13  Martin Liska  <mliska@suse.cz>
21957         PR ipa/79043
21958         * function.c (set_cfun): Add new argument force.
21959         * function.h (set_cfun): Likewise.
21960         * ipa-inline-transform.c (inline_call): Use the function when
21961         strict alising from is dropped for function we inline to.
21963 2017-01-13  Richard Biener  <rguenther@suse.de>
21965         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
21966         for dumping GIMPLE INTEGER_CSTs.
21968 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21970         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
21971         to 201112L since C++17.
21973 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
21975         PR sanitizer/78887
21976         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
21977         if -fsanitize=kernel-address is present.
21979 2017-01-13  Richard Biener  <rguenther@suse.de>
21981         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
21982         as _Literal ( type ) number in case usual suffixes do not
21983         preserve all information.
21985 2017-01-13  Richard Biener  <rguenther@suse.de>
21987         PR tree-optimization/77283
21988         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
21989         and ssa-iterators.h.
21990         (is_feasible_trace): Implement a cost model based on joiner
21991         PHI node uses.
21993 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
21995         PR target/79004
21996         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
21997         char or short to __float128/_Float128 directly.
21999 2017-01-12  Martin Sebor  <msebor@redhat.com>
22001         to -Wformat-overflow.
22002         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
22003         (min_bytes_remaining): Same.
22004         (get_string_length): Same.
22005         (format_string): Same.
22006         (format_directive): Same.
22007         (add_bytes): Same.
22008         (pass_sprintf_length::handle_gimple_call): Same.
22010 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
22012         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
22013         info.nowrite calls with no lhs that can't throw.  Return bool
22014         whether gsi_remove has been called or not.
22015         (pass_sprintf_length::handle_gimple_call): Return bool whether
22016         try_substitute_return_value called gsi_remove.  Formatting fix.
22017         (pass_sprintf_length::execute): Don't use gsi_remove if
22018         handle_gimple_call returned true.
22020         PR bootstrap/79069
22021         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
22022         be removed due to side-effects, don't remove following barrier nor
22023         turn the successor edge into fallthru edge.
22025 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
22027         PR target/79044
22028         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
22029         element-reversing loads and stores as not swappable.
22031 2017-01-12  Nathan Sidwell  <nathan@acm.org>
22032             Nicolai Stange  <nicstange@gmail.com>
22034         * combine.c (try_combine): Don't ignore result of overlap checking
22035         loop.  Combine overlap & asm check into single loop.
22037 2017-01-12  Richard Biener  <rguenther@suse.de>
22039         * tree-pretty-print.c (dump_generic_node): Provide -gimple
22040         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
22042 2017-01-12  Richard Biener  <rguenther@suse.de>
22044         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
22045         and TS_TARGET_OPTION directly derive from TS_BASE.
22046         * tree-core.h (tree_optimization_option): Derive from tree_base.
22047         (tree_target_option): Likewise.
22049 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
22051         * config/i386/i386.c (memory_address_length): Increase len
22052         only when rip_relative_addr_p returns false.
22054 2017-01-11  Julia Koval  <julia.koval@intel.com>
22056         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
22057         (OPTION_MASK_ISA_SGX_SET): New.
22058         (ix86_handle_option): Handle OPT_msgx.
22059         * config.gcc: Added sgxintrin.h.
22060         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
22061         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
22062         * config/i386/i386.c (ix86_target_string): Add -msgx.
22063         (PTA_SGX): New.
22064         (ix86_option_override_internal): Handle new options.
22065         (ix86_valid_target_attribute_inner_p): Add sgx.
22066         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
22067         * config/i386/i386.opt: Add msgx.
22068         * config/i386/sgxintrin.h: New file.
22069         * config/i386/x86intrin.h: Add sgxintrin.h.
22071 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
22073         PR c++/71537
22074         * fold-const.c (maybe_nonzero_address): Return 1 for function
22075         local objects.
22076         (tree_single_nonzero_warnv_p): Don't handle function local objects
22077         here.
22079         PR c++/72813
22080         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
22081         of c-header.
22083 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
22085         PR driver/78877
22086         * opts.c: Include "spellcheck.h"
22087         (struct string_fragment): New struct.
22088         (struct edit_distance_traits<const string_fragment &>): New
22089         struct.
22090         (get_closest_sanitizer_option): New function.
22091         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
22093 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
22095         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
22096         by 12.
22097         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
22098         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
22099         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
22100         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
22101         for initial die_offset if dwarf_split_debug_info.
22102         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
22103         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
22104         fields.
22105         (output_skeleton_debug_sections): Formatting fix.  Use
22106         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
22107         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
22109 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
22111         * config/arm/cortex-a53.md: Add bypasses for
22112         cortex_a53_r2f_cvt.
22113         (cortex_a53_r2f): Only use for transfers.
22114         (cortex_a53_f2r): Likewise.
22115         (cortex_a53_r2f_cvt): Add reservation for conversions.
22116         (cortex_a53_f2r_cvt): Likewise.
22118 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
22120         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
22121         to all inlined functions, change static to extern.
22123 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
22125         PR target/78253
22126         * config/arm/arm.c (legitimize_pic_address): Handle reference to
22127         weak symbol.
22128         (arm_assemble_integer): Likewise.
22130 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
22132         * config.gcc: Use new awk script to check CPU, FPU and architecture
22133         parameters for --with-... options.
22134         * config/arm/parsecpu.awk: New file
22135         * config/arm/arm-cpus.in: New file.
22136         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
22137         files.
22138         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
22139         files.
22140         * config/arm/t-arm: Update dependency rules.
22141         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
22142         of processing .def files.
22143         * config/arm/genopt.sh: Deleted.
22144         * config/arm/gentune.sh: Deleted.
22145         * config/arm/arm-cores.def: Deleted.
22146         * config/arm/arm-arches.def: Deleted.
22147         * config/arm/arm-fpus.def: Deleted.
22148         * config/arm/arm-tune.md: Regenerated.
22149         * config/arm/arm-tables.opt: Regenerated.
22150         * config/arm/arm-cpu.h: New generated file.
22151         * config/arm/arm-cpu-data.h: New generated file.
22152         * config/arm/arm-cpu-cdata.h: New generated file.
22154 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
22156         PR lto/79042
22157         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
22158         bit.
22159         (input_varpool_node): Unpack dynamically_initialized bit.
22161 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
22163         PR rtl-optimization/79032
22164         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
22165         the alignment of the adjusted memory reference against that of MODE,
22166         instead of the alignment of the original memory reference.
22168 2017-01-11  Martin Jambor  <mjambor@suse.cz>
22170         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
22171         test.
22172         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
22173         decorated functions.
22175 2017-01-11  Richard Biener  <rguenther@suse.de>
22177         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
22178         set range/nonnull info for PHI results.  Do not set it on
22179         stmts marked for removal.
22181 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
22183         * expr.c (store_field): In the bitfield case, fetch the return value
22184         from the registers before applying a single big-endian adjustment.
22185         Always do a final load for a BLKmode value not larger than a word.
22187 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
22189         PR c++/77949
22190         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22191         that we correctly handle column numbers greater than
22192         LINE_MAP_MAX_COLUMN_NUMBER.
22194 2017-01-10  Martin Sebor  <msebor@redhat.com>
22196         PR middle-end/78245
22197         * gimple-ssa-sprintf.c (get_destination_size): Call
22198         {init,fini}object_sizes.
22199         * tree-object-size.c (addr_object_size): Adjust.
22200         (pass_through_call): Adjust.
22201         (pass_object_sizes::execute): Adjust.
22202         * tree-object-size.h (fini_object_sizes): Declare.
22204 2017-01-10  Martin Sebor  <msebor@redhat.com>
22206         PR tree-optimization/78775
22207         * builtins.c (get_size_range): Move...
22208         * calls.c: ...to here.
22209         (alloc_max_size): Accept zero argument.
22210         (operand_signed_p): Remove.
22211         (maybe_warn_alloc_args_overflow): Call get_size_range.
22212         * calls.h (get_size_range): Declare.
22214 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
22216         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
22217         from TI's devices.csv file as of September 2016.
22218         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
22220 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
22222         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
22223         * doc/invoke.texi: Likewise.
22224         * doc/md.texi: Likewise.
22225         * doc/objc.texi: Likewise.
22227 2017-01-10  Joshua Conner  <joshconner@google.com>
22229         * config/arm/fuchsia-elf.h: New file.
22230         * config/fuchsia.h: New file.
22231         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
22232         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
22233         targets.
22234         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
22236 2016-01-10  Richard Biener  <rguenther@suse.de>
22238         PR tree-optimization/79034
22239         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
22240         Propagate out degenerate PHIs in the joiner.
22242 2017-01-10  Martin Liska  <mliska@suse.cz>
22244         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
22245         (sort_congruence_classes_by_decl_uid): Likewise.
22246         (sort_congruence_class_groups_by_decl_uid): Likewise.
22247         (sem_item_optimizer::merge_classes): Sort class, groups in these
22248         classes and members in the groups by DECL_UID of declarations.
22249         This would make merge operations stable.
22251 2017-01-10  Martin Liska  <mliska@suse.cz>
22253         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
22254         usage of m_classes_vec.
22255         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
22256         (sem_item_optimizer::get_group_by_hash): Likewise.
22257         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
22258         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
22259         (sem_item_optimizer::verify_classes): Likewise.
22260         (sem_item_optimizer::process_cong_reduction): Likewise.
22261         (sem_item_optimizer::dump_cong_classes): Likewise.
22262         (sem_item_optimizer::merge_classes): Likewise.
22263         * ipa-icf.h (congruence_class_hash): Rename from
22264         congruence_class_group_hash.  Remove declaration of m_classes_vec.
22266 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
22268         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
22269         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
22270         * config.gcc: Add avx512vpopcntdqintrin.h.
22271         * config/i386/avx512vpopcntdqintrin.h: New.
22272         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
22273         * config/i386/i386-builtin-types.def: Add new types.
22274         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
22275         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
22276         __builtin_ia32_vpopcountq_v8di_mask): New.
22277         * config/i386/i386-c.c (ix86_target_macros_internal): Define
22278         __AVX512VPOPCNTDQ__.
22279         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
22280         (PTA_AVX512VPOPCNTDQ): Define.
22281         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
22282         TARGET_AVX512VPOPCNTDQ_P): Define.
22283         * config/i386/i386.opt: Add mavx512vpopcntdq.
22284         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
22285         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
22287 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22289         PR middle-end/77484
22290         * predict.def (PRED_CALL): Set to 67.
22292 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
22294         * expr.c (store_field): In the bitfield case, if the value comes from
22295         a function call and is of an aggregate type returned in registers, do
22296         not modify the field mode; extract the value in all cases if the mode
22297         is BLKmode and the size is not larger than a word.
22299 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
22301         PR target/71017
22302         * config/i386/cpuid.h: Fix undefined behavior.
22304 2017-01-04  Jeff Law  <law@redhat.com>
22306         PR tree-optimization/79007
22307         PR tree-optimization/67955
22308         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
22309         conservative for pt.null when flag_non_call_exceptions is on.
22311 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22313         PR translation/79019
22314         PR translation/79020
22315         * params.def (PARAM_INLINE_MIN_SPEEDUP,
22316         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
22317         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
22318         in descriptions.
22319         * config/avr/avr.opt (maccumulate-args): Likewise.
22320         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
22321         * common.opt (freport-bug): Likewise.
22322         * cif-code.def (CIF_FINAL_ERROR): Likewise.
22323         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
22324         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
22325         translatable string.
22326         * config/i386/i386.c (function_value_32): Likewise.
22327         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
22328         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
22329         Likewise.
22330         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
22331         * common/config/msp430/msp430-common.c (msp430_handle_option):
22332         Likewise.
22333         * symtab.c (symtab_node::verify_base): Likewise.
22334         * opts.c (set_debug_level): Likewise.
22335         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
22336         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
22337         missing whitespace to translatable strings.
22338         * config/avr/avr.md (bswapsi2): Fix typo in comment.
22339         * config/sh/superh.h: Likewise.
22340         * config/i386/xopintrin.h: Likewise.
22341         * config/i386/znver1.md: Likewise.
22342         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
22343         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
22344         * double-int.h (struct double_int): Likewise.
22345         * double-int.c (div_and_round_double): Likewise.
22346         * wide-int.cc: Likewise.
22347         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
22348         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
22349         * cfgcleanup.c (crossjumps_occured): Renamed to ...
22350         (crossjumps_occurred): ... this.
22351         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
22352         Adjust all uses.
22354         PR tree-optimization/78899
22355         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
22356         returning bool return struct loop *, NULL for failure and the new
22357         loop on success.
22358         (versionable_outer_loop_p): Don't version outer loop if it has
22359         dont_vectorized bit set.
22360         (tree_if_conversion): When versioning outer loop, ensure
22361         tree_if_conversion is performed also on the inner loop of the
22362         non-vectorizable outer loop copy.
22363         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
22364         LOOP_VECTORIZED in inner loop of the scalar outer loop and
22365         prevent vectorization of it.
22366         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
22367         the outer loop vectorization of the non-scalar version is attempted
22368         before vectorization of the inner loop in scalar version.  If
22369         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
22370         vectorization of its inner loop.
22371         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
22372         has 2 inner loops, rename also on edges from bb whose single pred
22373         is outer_loop->header.  Fix typo in function comment.
22375 2017-01-09  Martin Sebor  <msebor@redhat.com>
22377         PR bootstrap/79033
22378         * asan.c (asan_emit_stack_protection): Increase local buffer size
22379         to avoid snprintf truncation warning.
22381 2017-01-09  Andrew Pinski  <apinski@cavium.com>
22383         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
22384         to reference thunderx2t99 for the tuning structure
22385         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
22386         Rename to ...
22387         (thunderx2t99_extra_costs): This.
22388         * config/aarch64/aarch64-tune.md: Regenerate.
22389         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
22390         (vulcan_addrcost_table): This.
22391         (vulcan_regmove_cost): Rename to ...
22392         (thunderx2t99_regmove_cost): This.
22393         (vulcan_vector_cost): Rename to ...
22394         (thunderx2t99_vector_cost): this.
22395         (vulcan_branch_cost): Rename to ...
22396         (thunderx2t99_branch_cost): This.
22397         (vulcan_tunings): Rename to ...
22398         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
22399         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
22401 2017-01-09  Martin Jambor  <mjambor@suse.cz>
22403         PR ipa/78365
22404         PR ipa/78599
22405         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
22406         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
22407         (propagate_vr_accross_jump_function): Use the above function for all
22408         value range computations for pass-through jump functions and type
22409         converasion from explicit value range values.
22410         (ipcp_propagate_stage): Do not attempt to deduce types of formal
22411         parameters from TYPE_ARG_TYPES.
22412         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
22413         (ipa_write_node_info): Stream type of the actual argument.
22414         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
22416 2017-01-09  Martin Liska  <mliska@suse.cz>
22418         PR pch/78970
22419         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
22420         (lookup_compiler): Do not show error message with have_E.
22422 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22424         PR tree-optimization/78938
22425         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
22426         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
22427         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
22428         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
22429         fixes.
22431 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22433         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
22434         is const0_rtx.
22436 2017-01-09  Richard Biener  <rguenther@suse.de>
22438         PR tree-optimization/78997
22439         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
22440         name condition properly.
22442 2017-01-09  Richard Biener  <rguenther@suse.de>
22444         PR debug/79000
22445         * dwarf2out.c (is_cxx): New overload with context.
22446         (is_naming_typedef_decl): Use it.
22448 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22450         * invoke.texi (Option Summary): Correct spacing in option lists
22451         and add line breaks to fix over-long lines.
22453 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22455         PR middle-end/17660
22457         * extend.texi (Common Variable Attributes): Add xref to GCC
22458         Internals manual to explain mode attribute keywords.
22460 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22462         PR other/16519
22463         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
22464         and Preprocessor Options.
22465         (Options for Linking): Document -pthread here....
22466         (RS/6000 and PowerPC Options): ...not here.
22467         (Solaris 2 Options): ...or here.
22468         * doc/cppopts.texi: Document -pthread.
22470 2017-01-08  Martin Sebor  <msebor@redhat.com>
22472         PR middle-end/77708
22473         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
22474         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
22475         New member functions.
22476         (format_directive): Used them.
22477         (add_bytes): Same.
22478         (pass_sprintf_length::handle_gimple_call): Same.
22479         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
22480         to avoid truncation for any argument.
22481         (extract_affine_mul): Same.
22482         * tree.c (get_file_function_name): Same.
22484 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22486         PR middle-end/77484
22487         * predict.def (PRED_INDIR_CALL): Set to 86.
22489 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22491         PR preprocessor/54124
22492         * doc/cppopts.texi: Reformat -d subtable to list the full name
22493         of the options.  Add cross-reference to the docs for the general
22494         compiler -d options.
22495         * doc/invoke.texi (Developer Options): Add cross-reference to the
22496         preprocessor-specific -d option documentation.
22498 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22500         PR preprocessor/13498
22501         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
22502         redudant material, and reflect new command-line options.
22503         (System Headers): Likewise.
22505 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22507         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
22508         -isystem, and -idirafter.  Copy-edit.
22509         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
22510         default for -ftrack-macro-expansion.  Delete obsolete and
22511         badly-formatted implementation details about -fdebug-cpp output.
22512         * doc/cppwarnopts.texi: Copy-edit.
22514 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
22516         PR c++/72803
22517         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22518         that the transition from a max line width >= 1<<10 to narrower
22519         lines works correctly.
22521 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
22523         * doc/options.texi (PerFunction): New.
22524         * opt-functions.awk (switch_flags): Map both Optimization and
22525         PerFunction to CL_OPTIMIZATION.
22526         * opth-gen.awk: Test for PerFunction flag along with
22527         Optimization.
22528         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
22529         it only when the latter is present.  Skip those that don't in
22530         the hash function generator.
22531         * common.opt (fvar-tracking): Mark as PerFunction instead of
22532         Optimization.
22533         (fvar-tracking-assignments): Likewise.
22534         (fvar-tracking-assignments-toggle): Likewise.
22535         (fvar-tracking-uninit): Likewise.
22537 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
22539         PR translation/79018
22540         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
22541         the and store.
22543 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
22545         PR target/57583
22546         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
22547         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
22548         TARGET_LONG_JUMP_TABLE_OFFSETS.
22549         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
22550         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
22551         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
22552         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
22553         * config/m68k/m68k.md (tablejump expander): Likewise.
22554         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
22555         TARGET_LONG_JUMP_TABLE_OFFSETS.
22556         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
22557         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
22559 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
22560             David Holsgrove <david.holsgrove@xilinx.com>
22562         * common/config/microblaze/microblaze-common.c
22563         (TARGET_EXCEPT_UNWIND_INFO): Remove.
22564         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
22565         New prototype.
22566         * config/microblaze/microblaze.c (microblaze_must_save_register)
22567         (microblaze_expand_epilogue, microblaze_return_addr): Handle
22568         calls_eh_return.
22569         (microblaze_eh_return): New function.
22570         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
22571         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
22572         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
22573         * config/microblaze/microblaze.md (eh_return): New pattern.
22575 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
22577         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
22578         GCC_DIAGNOSTIC_STRINGIFY): Define.
22580         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
22582 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22584         * config/arm/arm.md (<mcrr>): New.
22585         (<mrrc>): New.
22586         * config/arm/arm.c (arm_arch5te): New.
22587         (arm_option_override): Set arm_arch5te.
22588         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
22589         and mrrc2.
22590         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
22591         (arm_mcrr_qualifiers): ... this. New.
22592         (MRRC_QUALIFIERS): Define to...
22593         (arm_mrrc_qualifiers): ... this. New.
22594         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
22595         __arm_mrrc2): New.
22596         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
22597         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
22598         (MRRCI, mrrc, MRRC): New.
22599         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
22600         VUNSPEC_MRRC2): New.
22602 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22604         * config/arm/arm.md (<mcr>): New.
22605         (<mrc>): New.
22606         * config/arm/arm.c (arm_coproc_builtin_available): Add
22607         support for mcr, mrc, mcr2 and mrc2.
22608         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
22609         (arm_mcr_qualifiers): ... this. New.
22610         (MRC_QUALIFIERS): Define to ...
22611         (arm_mrc_qualifiers): ... this. New.
22612         (MCR_QUALIFIERS): Define to ...
22613         (arm_mcr_qualifiers): ... this. New.
22614         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
22615         __arm_mrc2): New.
22616         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
22617         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
22618         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
22619         VUNSPEC_MRC2): New.
22621 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22623         * config/arm/arm.md (*ldc): New.
22624         (*stc): New.
22625         (<ldc>): New.
22626         (<stc>): New.
22627         * config/arm/arm.c (arm_coproc_builtin_available): Add
22628         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
22629         (arm_coproc_ldc_stc_legitimate_address): New.
22630         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
22631         'qualifier_const_pointer'.
22632         (LDC_QUALIFIERS): Define to...
22633         (arm_ldc_qualifiers): ... this. New.
22634         (STC_QUALIFIERS): Define to...
22635         (arm_stc_qualifiers): ... this. New.
22636         * config/arm/arm-protos.h
22637         (arm_coproc_ldc_stc_legitimate_address): New.
22638         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
22639         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
22640         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
22641         stc2, stcl, stc2l): New.
22642         * config/arm/constraints.md (Uz): New.
22643         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
22644         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
22645         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
22646         VUNSPEC_STC2L): New.
22648 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22650         * config/arm/arm.md (<cdp>): New.
22651         * config/arm/arm.c (neon_const_bounds): Rename this ...
22652         (arm_const_bounds): ... this.
22653         (arm_coproc_builtin_available): New.
22654         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
22655         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
22656         (CDP_QUALIFIERS): Define to...
22657         (arm_cdp_qualifiers): ... this. New.
22658         (void_UP): Define.
22659         (arm_expand_builtin_args): Add case for 6 arguments.
22660         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
22661         (arm_const_bounds): ... this.
22662         (arm_coproc_builtin_available): New.
22663         * config/arm/arm_acle.h (__arm_cdp): New.
22664         (__arm_cdp2): New.
22665         * config/arm/arm_acle_builtins.def (cdp): New.
22666         (cdp2): New.
22667         * config/arm/iterators.md (CDPI,CDP,cdp): New.
22668         * config/arm/neon.md: Rename all 'neon_const_bounds' to
22669         'arm_const_bounds'.
22670         * config/arm/types.md (coproc): New.
22671         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
22672         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
22673         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
22674         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
22676 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22678         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
22679         (UBINOP_QUALIFIERS): New.
22680         (si_UP): Define.
22681         (acle_builtin_data): New. Change comment.
22682         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
22683         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
22684         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
22685         arm_acle_builtins.def.
22686         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
22687         (arm_init_acle_builtins): New.
22688         (CRC32_BUILTIN): Remove.
22689         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
22690         crc32cb, crc32ch and crc32cw.
22691         (arm_init_crc32_builtins): Remove.
22692         (arm_init_builtins): Use arm_init_acle_builtins rather
22693         than arm_init_crc32_builtins.
22694         (arm_expand_acle_builtin): New.
22695         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
22696         * config/arm/arm_acle_builtins.def: New.
22698 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22700         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
22701         (arm_builtin_datum): ... this.
22702         (arm_init_neon_builtin): Rename to ...
22703         (arm_init_builtin): ... this. Add a new parameters PREFIX
22704         and USE_SIG_IN_NAME.
22705         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
22706         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
22707         'arm_builtin_datum'.
22708         (arm_init_vfp_builtins): Likewise.
22709         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
22710         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
22711         (arm_expand_neon_args): Rename to ...
22712         (arm_expand_builtin_args): ... this. Rename builtin_arg
22713         enum values and differentiate between ARG_BUILTIN_MEMORY
22714         and ARG_BUILTIN_NEON_MEMORY.
22715         (arm_expand_neon_builtin_1): Rename to ...
22716         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
22717         values, arm_expand_builtin_args and add bool parameter NEON.
22718         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
22719         (arm_expand_vfp_builtin): Likewise.
22720         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
22722 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22724         PR middle-end/77484
22725         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
22726         * predict.c (tree_estimate_probability_bb): Reverse direction of
22727         polymorphic call predictor.
22729 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
22731         * passes.c (execute_one_pass): Split out pass-skipping logic into...
22732         (determine_pass_name_match): ...this new function and...
22733         (should_skip_pass_p): ...this new function.
22735 2017-01-06  Nathan Sidwell  <nathan@acm.org>
22737         * ipa-visibility.c (function_and_variable_visibility): Reformat
22738         comments and long lines.  Remove extrneous if.
22739         * symtab.c (symtab_node::make_decl_local): Fix code format.
22740         (symtab_node::set_section_for_node): Fix comment typo.
22742 2017-01-06  Martin Liska  <mliska@suse.cz>
22744         PR bootstrap/79003
22745         * lra-constraints.c: Rename invariant to lra_invariant.
22746         * predict.c (set_even_probabilities): Initialize e to NULL.
22748 2017-01-05  Martin Sebor  <msebor@redhat.com>
22750         PR tree-optimization/78910
22751         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
22752         (format_integer): Correct off-by-one error in the handling
22753         of precision with negative numbers in signed conversions..
22755 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
22757         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
22759 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22761         PR tree-optimization/71016
22762         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
22763         factor_out_conditional_conversion.  Formatting fix.
22764         (factor_out_conditional_conversion): Add cond_stmt argument.
22765         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
22766         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
22767         Formatting fix.
22769 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
22771         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
22772         read-rtl-function.o, and selftest-rtl.o.
22773         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
22774         (selftest::aarch64_test_loading_full_dump): New function.
22775         (selftest::aarch64_run_selftests): New function.
22776         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
22777         selftest::aarch64_run_selftests.
22778         * config/i386/i386.c
22779         (selftest::ix86_test_loading_dump_fragment_1): New function.
22780         (selftest::ix86_test_loading_call_insn): New function.
22781         (selftest::ix86_test_loading_full_dump): New function.
22782         (selftest::ix86_test_loading_unspec): New function.
22783         (selftest::ix86_run_selftests): Call the new functions.
22784         * emit-rtl.c (maybe_set_max_label_num): New function.
22785         * emit-rtl.h (maybe_set_max_label_num): New decl.
22786         * function.c (instantiate_decls): Guard call to
22787         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
22788         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
22789         "static".
22790         * gensupport.c (gen_reader::gen_reader): Pass "false"
22791         for new "compact" param of rtx_reader.
22792         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
22793         rather than an empty string for NULL strings.
22794         * read-md.c: Potentially include config.h rather than bconfig.h.
22795         Wrap include of errors.h with #ifdef GENERATOR_FILE.
22796         (have_error): New global, copied from errors.c.
22797         (md_reader::read_name): Rename to...
22798         (md_reader::read_name_1): ...this, adding "out_loc" param,
22799         and converting "missing name or number" to returning false, rather
22800         than failing.
22801         (md_reader::read_name): Reimplement in terms of read_name_1.
22802         (md_reader::read_name_or_nil): New function.
22803         (md_reader::read_string): Handle "(nil)" by returning NULL.
22804         (md_reader::md_reader): Add new param "compact".
22805         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
22806         (md_reader::read_file): New method.
22807         * read-md.h (md_reader::md_reader): Add new param "compact".
22808         (md_reader::read_file): New method.
22809         (md_reader::is_compact): New accessor.
22810         (md_reader::read_name): Convert return type from void to file_location.
22811         (md_reader::read_name_or_nil): New decl.
22812         (md_reader::read_name_1): New decl.
22813         (md_reader::m_compact): New field.
22814         (noop_reader::noop_reader): Pass "false" for new "compact" param
22815         of rtx_reader.
22816         (rtx_reader::rtx_reader): Add new "compact" param.
22817         (rtx_reader::read_rtx_operand): Make virtual and convert return
22818         type from void to rtx.
22819         (rtx_reader::read_until): New decl.
22820         (rtx_reader::handle_any_trailing_information): New virtual function.
22821         (rtx_reader::postprocess): New virtual function.
22822         (rtx_reader::finalize_string): New virtual function.
22823         (rtx_reader::m_in_call_function_usage): New field.
22824         (rtx_reader::m_reuse_rtx_by_id): New field.
22825         * read-rtl-function.c: New file.
22826         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
22827         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
22828         (selftest::verify_three_block_rtl_cfg): New decl.
22829         * read-rtl-function.h: New file.
22830         * read-rtl.c: Potentially include config.h rather than bconfig.h.
22831         For host, include function.h, memmodel.h, and emit-rtl.h.
22832         (one_time_initialization): New function.
22833         (struct compact_insn_name): New struct.
22834         (compact_insn_names): New array.
22835         (find_code): Handle insn codes in compact dumps.
22836         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
22837         (bind_subst_iter_and_attr): Likewise.
22838         (add_condition_to_string): Likewise.
22839         (add_condition_to_rtx): Likewise.
22840         (apply_attribute_uses): Likewise.
22841         (add_current_iterators): Likewise.
22842         (apply_iterators): Likewise.
22843         (initialize_iterators): Guard usage of apply_subst_iterator with
22844         #ifdef GENERATOR_FILE.
22845         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
22846         (md_reader::read_mapping): Likewise.
22847         (add_define_attr_for_define_subst): Likewise.
22848         (add_define_subst_attr): Likewise.
22849         (read_subst_mapping): Likewise.
22850         (check_code_iterator): Likewise.
22851         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
22852         logic to...
22853         (one_time_initialization): New function.
22854         (rtx_reader::read_until): New method.
22855         (read_flags): New function.
22856         (parse_reg_note_name): New function.
22857         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
22858         Handle reuse_rtx ids.
22859         Wrap iterator lookup within #ifdef GENERATOR_FILE.
22860         Add parsing support for RTL dumps, mirroring the special-cases in
22861         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
22862         values, and calling handle_any_trailing_information.
22863         (rtx_reader::read_rtx_operand): Convert return type from void
22864         to rtx, returning return_rtx.  Handle case 'e'.  Call
22865         finalize_string on XSTR and XTMPL fields.
22866         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
22867          "(nil)" values were omitted.  Call the postprocess vfunc on the
22868         return_rtx.
22869         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
22870         class ctor.  Initialize m_in_call_function_usage.  Call
22871         one_time_initialization.
22872         * rtl-tests.c (selftest::test_uncond_jump): Call
22873         set_new_first_and_last_insn.
22874         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
22875         * selftest-rtl.c: New file.
22876         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
22877         (selftest::get_insn_by_uid): New decl.
22878         * selftest-run-tests.c (selftest::run_tests): Call
22879         read_rtl_function_c_tests.
22880         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
22881         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
22882         dumps.
22884 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
22886         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
22887         operands in a special way.  Assert that pos+len <= mode precision.
22889 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22891         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
22892         3 argument Alias with unlimited for the negative form.
22893         (fno-vect-cost-model): Removed.
22895 2017-01-05  Martin Liska  <mliska@suse.cz>
22897         * hsa-gen.c (gen_hsa_divmod): New function.
22898         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
22900 2017-01-05  Martin Liska  <mliska@suse.cz>
22902         PR pch/78970
22903         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
22904         header.
22906 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22908         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
22909         small constant length operands.
22911 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22913         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
22914         between loop iterations.
22916 2017-01-05  Martin Liska  <mliska@suse.cz>
22918         PR sanitizer/78815
22919         * gimplify.c (gimplify_decl_expr): Compare to
22920         asan_poisoned_variables instread of checking flags.
22921         (gimplify_target_expr): Likewise.
22922         (gimplify_expr): Likewise.
22923         (gimplify_function_tree): Conditionally initialize
22924         asan_poisoned_variables.
22926 2017-01-04  Jeff Law  <law@redhat.com>
22928         PR tree-optimizatin/78812
22929         * rtl.h (contains_mem_rtx_p): Prototype.
22930         * ifcvt.c (containts_mem_rtx_p): Move from here to...
22931         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
22932         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
22933         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
22934         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
22936 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22938         * input.c (assert_char_at_range): Default-initialize actual_range.
22940 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22942         * df-scan.c (df_ref_create_structure): Make regno unsigned,
22943         to match the caller.
22945 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22947         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
22948         insns after final jump in test to emit dummy move.
22950 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22952         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
22953         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
22955 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22957         * multiple_target.c (create_dispatcher_calls): Init e_next.
22958         * tree-ssa-loop-split.c (split_loop): Init border.
22959         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
22960         scalar_type.
22962 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
22964         PR target/71977
22965         PR target/70568
22966         PR target/78823
22967         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
22968         (altivec_register_operand): Do not return true if the operand
22969         contains a SUBREG mixing SImode and SFmode.
22970         (vsx_register_operand): Likewise.
22971         (vsx_reg_sfsubreg_ok): New predicate.
22972         (vfloat_operand): Do not return true if the operand contains a
22973         SUBREG mixing SImode and SFmode.
22974         (vint_operand): Likewise.
22975         (vlogical_operand): Likewise.
22976         (gpc_reg_operand): Likewise.
22977         (int_reg_operand): Likewise.
22978         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
22979         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
22980         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
22981         SImode and SFmode.
22982         (rs6000_emit_move_si_sf_subreg): New helper function.
22983         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
22984         fixup SUBREGs involving SImode and SFmode.
22985         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
22986         numbers for the new peephole2 optimization.
22987         (peephole2 for SFmode unions): New peephole2 to optimize cases in
22988         the GLIBC math library that do AND/IOR/XOR operations on single
22989         precision floating point.
22990         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
22991         target macros to say whether we need to avoid SUBREGs mixing
22992         SImode and SFmode.
22993         (TARGET_ALLOW_SF_SUBREG): Likewise.
22994         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
22995         (UNSPEC_SI_FROM_SF): Likewise.
22996         (iorxor): Change spacing.
22997         (and_ior_xor): New iterator for AND, IOR, and XOR.
22998         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
22999         (movdi_from_sf_zero_ext): Likewise.
23000         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
23001         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
23002         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
23003         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
23004         (fms<mode>4): Likewise.
23005         (fnma<mode>4): Likewise.
23006         (fnms<mode>4): Likewise.
23007         (nfma<mode>4): Likewise.
23008         (nfms<mode>4): Likewise.
23010 2017-01-04  Marek Polacek  <polacek@redhat.com>
23012         PR c++/64767
23013         * doc/invoke.texi: Document -Wpointer-compare.
23015 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
23017         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
23018         RejectNegative.
23020         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
23021         descriptions for -gdwarf-5 and emit them as uleb128 instead of
23022         2-byte data.
23024 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
23026         PR target/78056
23027         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
23028         documentation of the powerpc_popcntb_ok attribute.
23029         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
23030         code to issue warning messages if a requested CPU configuration is
23031         not supported by the binary (assembler and loader) toolchain.
23032         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
23033         made to define a built-in function that has been disabled.
23034         (paired_init_builtins): Add assertion to prevent ICE if attempt is
23035         made to define a built-in function that has been disabled.
23036         (altivec_init_builtins): Add comment explaining why definition
23037         of the DST built-in functions is not preceded by an assertion
23038         check.  Add assertions to prevent ICE if attempts are made to
23039         define an altivec predicate or an abs* built-in function that has
23040         been disabled.
23041         (htm_init_builtins): Add comment explaining why definition of the
23042         htm built-in functions is not preceded by an assertion check.
23044 2017-01-04  Jeff Law  <law@redhat.com>
23046         PR tree-optimizatin/67955
23047         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
23048         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
23049         the points-to solution does not include pt_null.  Use DECL_PT_UID
23050         unconditionally.
23052 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
23054         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
23055         Use gen_int_mode instead of gen_lopwart for const_int operands.
23057 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
23059         PR tree-optimization/71563
23060         * match.pd: Simplify X << Y into X if Y is known to be 0 or
23061         out of range value - has low bits known to be zero.
23063 2017-01-04  Alan Modra  <amodra@gmail.com>
23065         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
23066         * configure: Regenerate.
23067         * config.in: Regenerate.
23069 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
23071         PR bootstrap/77569
23072         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
23073         a substring of the message, but strcmp with the whole message.  Ifdef
23074         ENABLE_NLS, translate the message first using dgettext.
23076 2017-01-03  Jeff Law  <law@redhat.com>
23078         PR tree-optimizatin/78856
23079         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
23080         (mark_threaded_blocks): Remove code to truncate thread paths that
23081         cross multiple loop headers.  Instead invalidate the cached loop
23082         iteration information and handle case of a thread path walking
23083         into an irreducible region.
23085 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
23087         PR target/78900
23088         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
23089         assertions.  Add support for doing the signbit if the IEEE 128-bit
23090         floating point value is in a GPR.
23091         * config/rs6000/rs6000.md (Fsignbit): Delete.
23092         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
23093         Update the length attribute if the value is in a GPR.
23094         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
23095         the sign or zero extension instruction, since the value is always 0/1.
23096         (signbit<mode>2_dm2): Delete using <Fsignbit>.
23098         PR target/78953
23099         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
23100         extracting SImode to a GPR register so that we can generate a
23101         store, limit the vector to be in a traditional Altivec register
23102         for the vextuwrx instruction.
23104 2017-01-03  Ian Lance Taylor  <iant@google.com>
23106         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
23108 2017-01-03  Martin Sebor  <msebor@redhat.com>
23110         PR tree-optimization/78696
23111         * gimple-ssa-sprintf.c (format_floating): Correct handling of
23112         precision.  Use MPFR for %f for greater fidelity.  Correct handling
23113         of %g.
23114         (pass_sprintf_length::compute_format_length): Set width and precision
23115         specified by asrerisk to void_node for vararg functions.
23116         (try_substitute_return_value): Adjust dump output.
23118 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
23120         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
23122 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
23124         * doc/invoke.texi (SPARC options): Document -mlra as the default.
23125         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
23126         -mlra/-mno-lra was passed to the compiler.
23128 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
23130         PR rtl-optimization/65618
23131         * emit-rtl.c (try_split): Move initialization of "before" and
23132         "after" to just before the call to emit_insn_after_setloc.
23134 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
23136         * doc/md.texi (Standard Names): Remove reference to Java frontend.
23138 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
23140         * dwarf2out.c (gen_enumeration_type_die): When
23141         -gno-strict-dwarf, add a DW_AT_encoding attribute.
23143 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
23145         PR tree-optimization/78965
23146         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
23147         Change first argument from const call_info & to call_info &.  For %n
23148         set info.nowrite to false.
23150         PR middle-end/78901
23151         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
23152         possibly throwing calls.
23154         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
23155         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
23156         and fns handling, rather than in a separate case SSA_NAME.
23158 2017-01-02  Jeff Law  <law@redhat.com>
23160         * config/darwin-driver.c (darwin_driver_init): Const-correctness
23161         fixes for first_period and second_period variables.
23163 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
23165         PR target/78967
23166         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
23167         (*insvqi_1): New insn pattern.
23168         (*insvqi_1_mem_rex64): Ditto.
23169         (*insvqi_2): Ditto.
23170         (*insvqi_3): Rename from *insvqi.
23172         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
23174 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
23176         * doc/cfg.texi (Edges): Remove reference to Java.
23177         (Maintaining the CFG): Ditto.
23179 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23181         PR middle-end/77674
23182         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
23183         transparent aliases.
23185 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23187         PR middle-end/77484
23188         * predict.def (PRED_CALL): Update hitrate.
23189         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
23190         * predict.c (tree_estimate_probability_bb): Split CALL predictor
23191         into direct/indirect/polymorphic variants.
23193 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
23195         Update copyright years.
23197         * gcc.c (process_command): Update copyright notice dates.
23198         * gcov-dump.c (print_version): Ditto.
23199         * gcov.c (print_version): Ditto.
23200         * gcov-tool.c (print_version): Ditto.
23201         * gengtype.c (create_file): Ditto.
23202         * doc/cpp.texi: Bump @copying's copyright year.
23203         * doc/cppinternals.texi: Ditto.
23204         * doc/gcc.texi: Ditto.
23205         * doc/gccint.texi: Ditto.
23206         * doc/gcov.texi: Ditto.
23207         * doc/install.texi: Ditto.
23208         * doc/invoke.texi: Ditto.
23210 Copyright (C) 2017 Free Software Foundation, Inc.
23212 Copying and distribution of this file, with or without modification,
23213 are permitted in any medium without royalty provided the copyright
23214 notice and this notice are preserved.