[27/77] Use is_a <scalar_int_mode> before LOAD_EXTEND_OP
[official-gcc.git] / gcc / ChangeLog
blob0500339a0ddc28b58a1db629165fcf99003e7579
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         * cse.c (cse_insn): Add is_a <scalar_int_mode> checks.
6         * reload.c (push_reload): Likewise.
7         (find_reloads): Likewise.
9 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
10             Alan Hayward  <alan.hayward@arm.com>
11             David Sherwood  <david.sherwood@arm.com>
13         * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
14         (make_compound_operation_int): Likewise.
15         (change_zero_ext): Likewise.
16         * expr.c (convert_move): Likewise.
17         (convert_modes): Likewise.
18         * fwprop.c (forward_propagate_subreg): Likewise.
19         * loop-iv.c (get_biv_step_1): Likewise.
20         * optabs.c (widen_operand): Likewise.
21         * postreload.c (move2add_valid_value_p): Likewise.
22         * recog.c (simplify_while_replacing): Likewise.
23         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
24         (simplify_binary_operation_1): Likewise.  Remove redundant
25         mode equality check.
27 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
28             Alan Hayward  <alan.hayward@arm.com>
29             David Sherwood  <david.sherwood@arm.com>
31         * combine.c (combine_simplify_rtx): Add checks for
32         is_a <scalar_int_mode>.
33         (simplify_if_then_else): Likewise.
34         (make_field_assignment): Likewise.
35         (simplify_comparison): Likewise.
36         * ifcvt.c (noce_try_bitop): Likewise.
37         * loop-invariant.c (canonicalize_address_mult): Likewise.
38         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
40 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
41             Alan Hayward  <alan.hayward@arm.com>
42             David Sherwood  <david.sherwood@arm.com>
44         * simplify-rtx.c (simplify_binary_operation_1): Use
45         is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
47 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
48             Alan Hayward  <alan.hayward@arm.com>
49             David Sherwood  <david.sherwood@arm.com>
51         * wide-int.h (int_traits<unsigned char>) New class.
52         (int_traits<unsigned short>) Likewise.
53         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
54         Use GET_MODE_UNIT_PRECISION and remove redundant test for
55         SCALAR_INT_MODE_P.
56         * combine.c (set_nonzero_bits_and_sign_copies): Use
57         is_a <scalar_int_mode>.
58         (find_split_point): Likewise.
59         (combine_simplify_rtx): Likewise.
60         (simplify_logical): Likewise.
61         (expand_compound_operation): Likewise.
62         (expand_field_assignment): Likewise.
63         (make_compound_operation): Likewise.
64         (extended_count): Likewise.
65         (change_zero_ext): Likewise.
66         (simplify_comparison): Likewise.
67         * dwarf2out.c (scompare_loc_descriptor): Likewise.
68         (ucompare_loc_descriptor): Likewise.
69         (minmax_loc_descriptor): Likewise.
70         (mem_loc_descriptor): Likewise.
71         (loc_descriptor): Likewise.
72         * expmed.c (init_expmed_one_mode): Likewise.
73         * lra-constraints.c (lra_constraint_offset): Likewise.
74         * optabs.c (prepare_libcall_arg): Likewise.
75         * postreload.c (move2add_note_store): Likewise.
76         * reload.c (operands_match_p): Likewise.
77         * rtl.h (load_extend_op): Likewise.
78         * rtlhooks.c (gen_lowpart_general): Likewise.
79         * simplify-rtx.c (simplify_truncation): Likewise.
80         (simplify_unary_operation_1): Likewise.
81         (simplify_binary_operation_1): Likewise.
82         (simplify_const_binary_operation): Likewise.
83         (simplify_const_relational_operation): Likewise.
84         (simplify_subreg): Likewise.
85         * stor-layout.c (bitwise_mode_for_mode): Likewise.
86         * var-tracking.c (adjust_mems): Likewise.
87         (prepare_call_arguments): Likewise.
89 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
90             Alan Hayward  <alan.hayward@arm.com>
91             David Sherwood  <david.sherwood@arm.com>
93         * machmode.h (is_int_mode): New fuction.
94         * combine.c (find_split_point): Use it.
95         (combine_simplify_rtx): Likewise.
96         (simplify_if_then_else): Likewise.
97         (simplify_set): Likewise.
98         (simplify_shift_const_1): Likewise.
99         (simplify_comparison): Likewise.
100         * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
101         * cse.c (notreg_cost): Likewise.
102         (cse_insn): Likewise.
103         * cselib.c (cselib_lookup_1): Likewise.
104         * dojump.c (do_jump_1): Likewise.
105         (do_compare_rtx_and_jump): Likewise.
106         * dse.c (get_call_args): Likewise.
107         * dwarf2out.c (rtl_for_decl_init): Likewise.
108         (native_encode_initializer): Likewise.
109         * expmed.c (emit_store_flag_1): Likewise.
110         (emit_store_flag): Likewise.
111         * expr.c (convert_modes): Likewise.
112         (store_field): Likewise.
113         (expand_expr_real_1): Likewise.
114         * fold-const.c (fold_read_from_constant_string): Likewise.
115         * gimple-ssa-sprintf.c (get_format_string): Likewise.
116         * optabs-libfuncs.c (gen_int_libfunc): Likewise.
117         * optabs.c (expand_binop): Likewise.
118         (expand_unop): Likewise.
119         (expand_abs_nojump): Likewise.
120         (expand_one_cmpl_abs_nojump): Likewise.
121         * simplify-rtx.c (mode_signbit_p): Likewise.
122         (val_signbit_p): Likewise.
123         (val_signbit_known_set_p): Likewise.
124         (val_signbit_known_clear_p): Likewise.
125         (simplify_relational_operation_1): Likewise.
126         * tree.c (vector_type_mode): Likewise.
128 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
129             Alan Hayward  <alan.hayward@arm.com>
130             David Sherwood  <david.sherwood@arm.com>
132         * machmode.h (smallest_mode_for_size): Fix formatting.
133         (smallest_int_mode_for_size): New function.
134         * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
135         instead of smallest_mode_for_size.
136         * combine.c (make_extraction): Likewise.
137         * config/arc/arc.c (arc_expand_movmem): Likewise.
138         * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
139         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
140         * config/s390/s390.c (s390_expand_insv): Likewise.
141         * config/sparc/sparc.c (assign_int_registers): Likewise.
142         * config/spu/spu.c (spu_function_value): Likewise.
143         (spu_function_arg): Likewise.
144         * coverage.c (get_gcov_type): Likewise.
145         (get_gcov_unsigned_t): Likewise.
146         * dse.c (find_shift_sequence): Likewise.
147         * expmed.c (store_bit_field_1): Likewise.
148         * expr.c (convert_move): Likewise.
149         (store_field): Likewise.
150         * internal-fn.c (expand_arith_overflow): Likewise.
151         * optabs-query.c (get_best_extraction_insn): Likewise.
152         * optabs.c (expand_twoval_binop_libfunc): Likewise.
153         * stor-layout.c (layout_type): Likewise.
154         (initialize_sizetypes): Likewise.
155         * targhooks.c (default_get_mask_mode): Likewise.
156         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
158 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
159             Alan Hayward  <alan.hayward@arm.com>
160             David Sherwood  <david.sherwood@arm.com>
162         * machmode.h (opt_mode::else_blk): New function.
163         (int_mode_for_mode): Declare.
164         * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
165         * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
166         return type.
167         * cfgexpand.c (expand_debug_expr): Likewise.
168         * combine.c (gen_lowpart_or_truncate): Likewise.
169         (gen_lowpart_for_combine): Likewise.
170         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
171         * config/avr/avr.c (avr_to_int_mode): Likewise.
172         (avr_out_plus_1): Likewise.
173         (avr_out_plus): Likewise.
174         (avr_out_round): Likewise.
175         * config/i386/i386.c (ix86_split_to_parts): Likewise.
176         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
177         (s390_expand_vcond): Likewise.
178         * config/spu/spu.c (spu_split_immediate): Likewise.
179         (spu_expand_mov): Likewise.
180         * dse.c (get_stored_val): Likewise.
181         * expmed.c (store_bit_field_1): Likewise.
182         (convert_extracted_bit_field): Use int_mode_for_mode instead of
183         int_mode_for_size.
184         (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
185         (extract_low_bits): Likewise.
186         * expr.c (emit_group_load_1): Likewise.  Separate out the BLKmode
187         handling rather than repeating the check.
188         (emit_group_store): Likewise.
189         (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
190         * optabs.c (expand_absneg_bit): Likewise.
191         (expand_copysign_absneg): Likewise.
192         (expand_copysign_bit): Likewise.
193         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
194         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
195         * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
196         * var-tracking.c (prepare_call_arguments):  Likewise.
197         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
198         int_mode_for_mode instead of mode_for_size.
199         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
201 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
202             Alan Hayward  <alan.hayward@arm.com>
203             David Sherwood  <david.sherwood@arm.com>
205         * machmode.h (int_mode_for_size): New function.
206         * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
207         instead of mode_for_size.
208         * calls.c (save_fixed_argument_area): Likewise.  Make use of BLKmode
209         explicit.
210         * combine.c (expand_field_assignment): Use int_mode_for_size
211         instead of mode_for_size.
212         (make_extraction): Likewise.
213         (simplify_shift_const_1): Likewise.
214         (simplify_comparison): Likewise.
215         * dojump.c (do_jump): Likewise.
216         * dwarf2out.c (mem_loc_descriptor): Likewise.
217         * emit-rtl.c (init_derived_machine_modes): Likewise.
218         * expmed.c (flip_storage_order): Likewise.
219         (convert_extracted_bit_field): Likewise.
220         * expr.c (copy_blkmode_from_reg): Likewise.
221         * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
222         * internal-fn.c (expand_mul_overflow): Likewise.
223         * lower-subreg.c (simple_move): Likewise.
224         * optabs-libfuncs.c (init_optabs): Likewise.
225         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
226         * tree.c (vector_type_mode): Likewise.
227         * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
228         * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
229         * tree-vect-generic.c (expand_vector_parallel): Likewise.
230         * tree-vect-stmts.c (vectorizable_load): Likewise.
231         (vectorizable_store): Likewise.
233 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
234             Alan Hayward  <alan.hayward@arm.com>
235             David Sherwood  <david.sherwood@arm.com>
237         * coretypes.h (pod_mode): New type.
238         (scalar_int_mode_pod): New typedef.
239         * machmode.h (pod_mode): New class.
240         (int_n_data_t::m): Change type to scalar_int_mode_pod.
241         * genmodes.c (emit_mode_int_n): Update accordingly.
242         * lower-subreg.h (target_lower_subreg): Change type to
243         scalar_int_mode_pod.
244         * gdbhooks.py (build_pretty_printer): Handle pod_mode and
245         scalar_int_mode_pod.
247 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
248             Alan Hayward  <alan.hayward@arm.com>
249             David Sherwood  <david.sherwood@arm.com>
251         * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
252         machine_mode to scalar_int_mode.
253         * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
254         (rs6000_option_override_internal): Remove cast to int.
255         * config/rs6000/rs6000.h (rs6000_pmode): Change type from
256         machine_mode to scalar_int_mode.
257         * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
258         (rs6000_option_override_internal): Remove cast to int.
259         * config/s390/s390.h (Pmode): Remove cast to machine_mode.
260         * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
261         to machine_mode.
262         * config/s390/s390.c (s390_expand_builtin): Likewise.
263         * coretypes.h (scalar_int_mode): New type.
264         (opt_scalar_int_mode): New typedef.
265         * machmode.h (scalar_int_mode): New class.
266         (scalar_int_mode::includes_p): New function.
267         (byte_mode): Change type to scalar_int_mode.
268         (word_mode): Likewise.
269         (ptr_mode): Likewise.
270         * emit-rtl.c (byte_mode): Likewise.
271         (word_mode): Likewise.
272         (ptr_mode): Likewise.
273         (init_derived_machine_modes): Update accordingly.
274         * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
275         and MODE_PARTIAL_INT.
276         * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
277         opt_scalar_int_mode.
279 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
280             Alan Hayward  <alan.hayward@arm.com>
281             David Sherwood  <david.sherwood@arm.com>
283         * target.def (libgcc_floating_mode_supported_p): Take a
284         scalar_float_mode.
285         * doc/tm.texi: Regenerate.
286         * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
287         scalar_float_mode.
288         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
289         * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
290         Likewise.
292 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
293             Alan Hayward  <alan.hayward@arm.com>
294             David Sherwood  <david.sherwood@arm.com>
296         * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
297         * doc/tm.texi: Regenerate.
298         * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
299         * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
300         * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
301         * targhooks.h (default_floatn_mode): Likewise.
302         * targhooks.c (default_floatn_mode): Likewise.
303         * tree.c (build_common_tree_nodes): Update accordingly.
305 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
306             Alan Hayward  <alan.hayward@arm.com>
307             David Sherwood  <david.sherwood@arm.com>
309         * machmode.h (mode_iterator::start): Provide overload for opt_modes.
310         (mode_iterator::iterate_p): Likewise.
311         (mode_iterator::get_wider): Likewise.
312         * expr.c (init_expr_target): Use opt_scalar_float_mode.
314 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
315             Alan Hayward  <alan.hayward@arm.com>
316             David Sherwood  <david.sherwood@arm.com>
318         * coretypes.h (opt_scalar_float_mode): New typedef.
319         * machmode.h (float_mode_for_size): New function.
320         * emit-rtl.c (double_mode): Delete.
321         (init_emit_once): Use float_mode_for_size.
322         * stor-layout.c (layout_type): Likewise.
323         * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
325 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
326             Alan Hayward  <alan.hayward@arm.com>
327             David Sherwood  <david.sherwood@arm.com>
329         * output.h (assemble_real): Take a scalar_float_mode.
330         * config/arm/arm.c (arm_assemble_integer): Update accordingly.
331         * config/arm/arm.md (consttable_4): Likewise.
332         (consttable_8): Likewise.
333         (consttable_16): Likewise.
334         * config/mips/mips.md (consttable_float): Likewise.
335         * config/s390/s390.c (s390_output_pool_entry): Likewise.
336         * varasm.c (assemble_real): Take a scalar_float_mode.
337         (output_constant_pool_2): Update accordingly.
338         (output_constant): Likewise.
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         * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
345         * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
346         * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
347         (native_encode_real): Likewise.
348         (native_interpret_real): Likewise.
349         * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
350         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
352 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
353             Alan Hayward  <alan.hayward@arm.com>
354             David Sherwood  <david.sherwood@arm.com>
356         * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
357         <scalar_float_mode>.  Simplify.
358         (gen_extend_conv_libfunc): Likewise.
360 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
361             Alan Hayward  <alan.hayward@arm.com>
362             David Sherwood  <david.sherwood@arm.com>
364         * coretypes.h (scalar_float_mode): New type.
365         * machmode.h (mode_traits::from_int): Use machine_mode if
366         USE_ENUM_MODES is defined.
367         (is_a): New function.
368         (as_a): Likewise.
369         (dyn_cast): Likewise.
370         (scalar_float_mode): New class.
371         (scalar_float_mode::includes_p): New function.
372         (is_float_mode): Likewise.
373         * gdbhooks.py (MachineModePrinter): New class.
374         (build_pretty_printer): Use it for scalar_float_mode.
375         * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
376         (format_helper::format_helper): Turn into a template.
377         * genmodes.c (get_mode_class): New function.
378         (emit_insn_modes_h): Give modes the class returned by get_mode_class,
379         or machine_mode if none.
380         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
381         as_a <scalar_float_mode>.
382         * dwarf2out.c (mem_loc_descriptor): Likewise.
383         (insert_float): Likewise.
384         (add_const_value_attribute): Likewise.
385         * simplify-rtx.c (simplify_immed_subreg): Likewise.
386         * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
387         (expand_unop): Update accordingly.
388         (expand_abs_nojump): Likewise.
389         (expand_copysign_absneg): Take a scalar_float_mode.
390         (expand_copysign_bit): Likewise.
391         (expand_copysign): Update accordingly.
393 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
394             Alan Hayward  <alan.hayward@arm.com>
395             David Sherwood  <david.sherwood@arm.com>
397         * coretypes.h (opt_mode): New class.
398         * machmode.h (opt_mode): Likewise.
399         (opt_mode::else_void): New function.
400         (opt_mode::require): Likewise.
401         (opt_mode::exists): Likewise.
402         (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
403         (GET_MODE_2XWIDER_MODE): Likewise.
404         (mode_iterator::get_wider): Update accordingly.
405         (mode_iterator::get_2xwider): Likewise.
406         (mode_iterator::get_known_wider): Likewise, turning into a template.
407         * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
408         forcing a wider mode to exist.
409         * config/cr16/cr16.h (LONG_REG_P): Likewise.
410         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
411         * config/c6x/c6x.c (c6x_rtx_costs): Update use of
412         GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
413         * lower-subreg.c (init_lower_subreg): Likewise.
414         * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
415         on the final iteration.
416         * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
417         a wider mode exists before asking for a move pattern.
418         (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
419         forcing a wider mode to exist.
420         (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
421         returning false if no such mode exists.
422         * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
423         * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
424         * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
425         Avoid checking for a MODE_INT if we already know the mode is not a
426         SCALAR_INT_MODE_P.
427         (extract_high_half): Update use of GET_MODE_WIDER_MODE,
428         forcing a wider mode to exist.
429         (expmed_mult_highpart_optab): Likewise.
430         (expmed_mult_highpart): Likewise.
431         * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
432         using else_void.
433         * lto-streamer-in.c (lto_input_mode_table): Likewise.
434         * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
435         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
436         * internal-fn.c (expand_mul_overflow): Update use of
437         GET_MODE_2XWIDER_MODE.
438         * omp-low.c (omp_clause_aligned_alignment): Likewise.
439         * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
440         GET_MODE_WIDER_MODE.
441         (convert_plusminus_to_widen): Likewise.
442         * tree-switch-conversion.c (array_value_type): Likewise.
443         * var-tracking.c (emit_note_insn_var_location): Likewise.
444         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
445         Return false inside rather than outside the loop if no wider mode
446         exists
447         * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
448         and GET_MODE_2XWIDER_MODE
449         (can_compare_p): Use else_void.
450         * gdbhooks.py (OptMachineModePrinter): New class.
451         (build_pretty_printer): Use it for opt_mode.
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         * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
458         once.  Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
460 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
461             Alan Hayward  <alan.hayward@arm.com>
462             David Sherwood  <david.sherwood@arm.com>
464         * machmode.h (mode_traits): New structure.
465         (get_narrowest_mode): New function.
466         (mode_iterator::start): Likewise.
467         (mode_iterator::iterate_p): Likewise.
468         (mode_iterator::get_wider): Likewise.
469         (mode_iterator::get_known_wider): Likewise.
470         (mode_iterator::get_2xwider): Likewise.
471         (FOR_EACH_MODE_IN_CLASS): New mode iterator.
472         (FOR_EACH_MODE): Likewise.
473         (FOR_EACH_MODE_FROM): Likewise.
474         (FOR_EACH_MODE_UNTIL): Likewise.
475         (FOR_EACH_WIDER_MODE): Likewise.
476         (FOR_EACH_2XWIDER_MODE): Likewise.
477         * builtins.c (expand_builtin_strlen): Use new mode iterators.
478         * combine.c (simplify_comparison): Likewise
479         * config/i386/i386.c (type_natural_mode): Likewise.
480         * cse.c (cse_insn): Likewise.
481         * dse.c (find_shift_sequence): Likewise.
482         * emit-rtl.c (init_derived_machine_modes): Likewise.
483         (init_emit_once): Likewise.
484         * explow.c (hard_function_value): Likewise.
485         * expmed.c (extract_fixed_bit_field_1): Likewise.
486         (extract_bit_field_1): Likewise.
487         (expand_divmod): Likewise.
488         (emit_store_flag_1): Likewise.
489         * expr.c (init_expr_target): Likewise.
490         (convert_move): Likewise.
491         (alignment_for_piecewise_move): Likewise.
492         (widest_int_mode_for_size): Likewise.
493         (emit_block_move_via_movmem): Likewise.
494         (copy_blkmode_to_reg): Likewise.
495         (set_storage_via_setmem): Likewise.
496         (compress_float_constant): Likewise.
497         * omp-low.c (omp_clause_aligned_alignment): Likewise.
498         * optabs-query.c (get_best_extraction_insn): Likewise.
499         * optabs.c (expand_binop): Likewise.
500         (expand_twoval_unop): Likewise.
501         (expand_twoval_binop): Likewise.
502         (widen_leading): Likewise.
503         (widen_bswap): Likewise.
504         (expand_parity): Likewise.
505         (expand_unop): Likewise.
506         (prepare_cmp_insn): Likewise.
507         (prepare_float_lib_cmp): Likewise.
508         (expand_float): Likewise.
509         (expand_fix): Likewise.
510         (expand_sfix_optab): Likewise.
511         * postreload.c (move2add_use_add2_insn): Likewise.
512         * reg-stack.c (reg_to_stack): Likewise.
513         * reginfo.c (choose_hard_reg_mode): Likewise.
514         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
515         * stor-layout.c (mode_for_size): Likewise.
516         (smallest_mode_for_size): Likewise.
517         (mode_for_vector): Likewise.
518         (finish_bitfield_representative): Likewise.
519         * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
520         * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
521         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
522         * var-tracking.c (prepare_call_arguments): Likewise.
524 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
525             Alan Hayward  <alan.hayward@arm.com>
526             David Sherwood  <david.sherwood@arm.com>
528         * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
529         * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
530         USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
531         * machmode.h (mode_size): Move earlier in file.
532         (mode_precision): Likewise.
533         (mode_inner): Likewise.
534         (mode_nunits): Likewise.
535         (mode_unit_size): Likewise.
536         (unit_unit_precision): Likewise.
537         (mode_wider): Likewise.
538         (mode_2xwider): Likewise.
539         (machine_mode): New class.
540         (mode_to_bytes): New function.
541         (mode_to_bits): Likewise.
542         (mode_to_precision): Likewise.
543         (mode_to_inner): Likewise.
544         (mode_to_unit_size): Likewise.
545         (mode_to_unit_precision): Likewise.
546         (mode_to_nunits): Likewise.
547         (GET_MODE_SIZE): Use mode_to_bytes.
548         (GET_MODE_BITSIZE): Use mode_to_bits.
549         (GET_MODE_PRECISION): Use mode_to_precision.
550         (GET_MODE_INNER): Use mode_to_inner.
551         (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
552         (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
553         (GET_MODE_NUNITS): Use mode_to_nunits.
554         * system.h (ALWAYS_INLINE): New macro.
555         * config/powerpcspe/powerpcspe-c.c
556         (altivec_resolve_overloaded_builtin): Use machine_mode instead of
557         int for arg1_mode and arg2_mode.
559 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
560             Alan Hayward  <alan.hayward@arm.com>
561             David Sherwood  <david.sherwood@arm.com>
563         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
564         Prefix mode names with E_ in case statements.
565         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
566         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
567         (aarch64_split_simd_move): Likewise.
568         (aarch64_gen_storewb_pair): Likewise.
569         (aarch64_gen_loadwb_pair): Likewise.
570         (aarch64_gen_store_pair): Likewise.
571         (aarch64_gen_load_pair): Likewise.
572         (aarch64_get_condition_code_1): Likewise.
573         (aarch64_constant_pool_reload_icode): Likewise.
574         (get_rsqrte_type): Likewise.
575         (get_rsqrts_type): Likewise.
576         (get_recpe_type): Likewise.
577         (get_recps_type): Likewise.
578         (aarch64_gimplify_va_arg_expr): Likewise.
579         (aarch64_simd_container_mode): Likewise.
580         (aarch64_emit_load_exclusive): Likewise.
581         (aarch64_emit_store_exclusive): Likewise.
582         (aarch64_expand_compare_and_swap): Likewise.
583         (aarch64_gen_atomic_cas): Likewise.
584         (aarch64_emit_bic): Likewise.
585         (aarch64_emit_atomic_swap): Likewise.
586         (aarch64_emit_atomic_load_op): Likewise.
587         (aarch64_evpc_trn): Likewise.
588         (aarch64_evpc_uzp): Likewise.
589         (aarch64_evpc_zip): Likewise.
590         (aarch64_evpc_ext): Likewise.
591         (aarch64_evpc_rev): Likewise.
592         (aarch64_evpc_dup): Likewise.
593         (aarch64_gen_ccmp_first): Likewise.
594         (aarch64_gen_ccmp_next): Likewise.
595         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
596         (alpha_emit_xfloating_libcall): Likewise.
597         (emit_insxl): Likewise.
598         (alpha_arg_type): Likewise.
599         * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
600         (arc_preferred_simd_mode): Likewise.
601         (arc_secondary_reload): Likewise.
602         (get_arc_condition_code): Likewise.
603         (arc_print_operand): Likewise.
604         (arc_legitimate_constant_p): Likewise.
605         * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
606         * config/arc/arc.md (casesi_load): Likewise.
607         (casesi_compact_jump): Likewise.
608         * config/arc/predicates.md (proper_comparison_operator): Likewise.
609         (cc_use_register): Likewise.
610         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
611         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
612         (arm_init_iwmmxt_builtins): Likewise.
613         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
614         (neon_expand_vector_init): Likewise.
615         (arm_attr_length_move_neon): Likewise.
616         (maybe_get_arm_condition_code): Likewise.
617         (arm_emit_vector_const): Likewise.
618         (arm_preferred_simd_mode): Likewise.
619         (arm_output_iwmmxt_tinsr): Likewise.
620         (thumb1_output_casesi): Likewise.
621         (thumb2_output_casesi): Likewise.
622         (arm_emit_load_exclusive): Likewise.
623         (arm_emit_store_exclusive): Likewise.
624         (arm_expand_compare_and_swap): Likewise.
625         (arm_evpc_neon_vuzp): Likewise.
626         (arm_evpc_neon_vzip): Likewise.
627         (arm_evpc_neon_vrev): Likewise.
628         (arm_evpc_neon_vtrn): Likewise.
629         (arm_evpc_neon_vext): Likewise.
630         (arm_validize_comparison): Likewise.
631         * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
632         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
633         * config/avr/avr.c (avr_rtx_costs_1): Likewise.
634         * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
635         (c6x_preferred_simd_mode): Likewise.
636         * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
637         (epiphany_rtx_costs): Likewise.
638         * config/epiphany/predicates.md (proper_comparison_operator):
639         Likewise.
640         * config/frv/frv.c (condexec_memory_operand): Likewise.
641         (frv_emit_move): Likewise.
642         (output_move_single): Likewise.
643         (output_condmove_single): Likewise.
644         (frv_hard_regno_mode_ok): Likewise.
645         (frv_matching_accg_mode): Likewise.
646         * config/h8300/h8300.c (split_adds_subs): Likewise.
647         (h8300_rtx_costs): Likewise.
648         (h8300_print_operand): Likewise.
649         (compute_mov_length): Likewise.
650         (output_logical_op): Likewise.
651         (compute_logical_op_length): Likewise.
652         (compute_logical_op_cc): Likewise.
653         (h8300_shift_needs_scratch_p): Likewise.
654         (output_a_shift): Likewise.
655         (compute_a_shift_length): Likewise.
656         (compute_a_shift_cc): Likewise.
657         (expand_a_rotate): Likewise.
658         (output_a_rotate): Likewise.
659         * config/i386/i386.c (classify_argument): Likewise.
660         (function_arg_advance_32): Likewise.
661         (function_arg_32): Likewise.
662         (function_arg_64): Likewise.
663         (function_value_64): Likewise.
664         (ix86_gimplify_va_arg): Likewise.
665         (ix86_legitimate_constant_p): Likewise.
666         (put_condition_code): Likewise.
667         (split_double_mode): Likewise.
668         (ix86_avx256_split_vector_move_misalign): Likewise.
669         (ix86_expand_vector_logical_operator): Likewise.
670         (ix86_split_idivmod): Likewise.
671         (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
672         (ix86_build_const_vector): Likewise.
673         (ix86_build_signbit_mask): Likewise.
674         (ix86_match_ccmode): Likewise.
675         (ix86_cc_modes_compatible): Likewise.
676         (ix86_expand_branch): Likewise.
677         (ix86_expand_sse_cmp): Likewise.
678         (ix86_expand_sse_movcc): Likewise.
679         (ix86_expand_int_sse_cmp): Likewise.
680         (ix86_expand_vec_perm_vpermi2): Likewise.
681         (ix86_expand_vec_perm): Likewise.
682         (ix86_expand_sse_unpack): Likewise.
683         (ix86_expand_int_addcc): Likewise.
684         (ix86_split_to_parts): Likewise.
685         (ix86_vectorize_builtin_gather): Likewise.
686         (ix86_vectorize_builtin_scatter): Likewise.
687         (avx_vpermilp_parallel): Likewise.
688         (inline_memory_move_cost): Likewise.
689         (ix86_tieable_integer_mode_p): Likewise.
690         (x86_maybe_negate_const_int): Likewise.
691         (ix86_expand_vector_init_duplicate): Likewise.
692         (ix86_expand_vector_init_one_nonzero): Likewise.
693         (ix86_expand_vector_init_one_var): Likewise.
694         (ix86_expand_vector_init_concat): Likewise.
695         (ix86_expand_vector_init_interleave): Likewise.
696         (ix86_expand_vector_init_general): Likewise.
697         (ix86_expand_vector_set): Likewise.
698         (ix86_expand_vector_extract): Likewise.
699         (emit_reduc_half): Likewise.
700         (ix86_emit_i387_round): Likewise.
701         (ix86_mangle_type): Likewise.
702         (ix86_expand_round_sse4): Likewise.
703         (expand_vec_perm_blend): Likewise.
704         (canonicalize_vector_int_perm): Likewise.
705         (ix86_expand_vec_one_operand_perm_avx512): Likewise.
706         (expand_vec_perm_1): Likewise.
707         (expand_vec_perm_interleave3): Likewise.
708         (expand_vec_perm_even_odd_pack): Likewise.
709         (expand_vec_perm_even_odd_1): Likewise.
710         (expand_vec_perm_broadcast_1): Likewise.
711         (ix86_vectorize_vec_perm_const_ok): Likewise.
712         (ix86_expand_vecop_qihi): Likewise.
713         (ix86_expand_mul_widen_hilo): Likewise.
714         (ix86_expand_sse2_abs): Likewise.
715         (ix86_expand_pextr): Likewise.
716         (ix86_expand_pinsr): Likewise.
717         (ix86_preferred_simd_mode): Likewise.
718         (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
719         * config/i386/sse.md (*andnot<mode>3): Likewise.
720         (<mask_codefor><code><mode>3<mask_name>): Likewise.
721         (*<code><mode>3): Likewise.
722         * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
723         (ia64_expand_atomic_op): Likewise.
724         (ia64_arg_type): Likewise.
725         (ia64_mode_to_int): Likewise.
726         (ia64_scalar_mode_supported_p): Likewise.
727         (ia64_vector_mode_supported_p): Likewise.
728         (expand_vec_perm_broadcast): Likewise.
729         * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
730         (iq2000_function_arg_advance): Likewise.
731         (iq2000_function_arg): Likewise.
732         * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
733         * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
734         (m68k_libcall_value): Likewise.
735         (m68k_function_value): Likewise.
736         (sched_attr_op_type): Likewise.
737         * config/mcore/mcore.c (mcore_output_move): Likewise.
738         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
739         Likewise.
740         (microblaze_function_arg): Likewise.
741         * config/mips/mips.c (mips16_build_call_stub): Likewise.
742         (mips_print_operand): Likewise.
743         (mips_mode_ok_for_mov_fmt_p): Likewise.
744         (mips_vector_mode_supported_p): Likewise.
745         (mips_preferred_simd_mode): Likewise.
746         (mips_expand_vpc_loongson_even_odd): Likewise.
747         (mips_expand_vec_unpack): Likewise.
748         (mips_expand_vi_broadcast): Likewise.
749         (mips_expand_vector_init): Likewise.
750         (mips_expand_vec_reduc): Likewise.
751         (mips_expand_msa_cmp): Likewise.
752         * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
753         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
754         (cc_flags_for_mode): Likewise.
755         * config/msp430/msp430.c (msp430_print_operand): Likewise.
756         * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
757         (nds32_output_casesi_pc_relative): Likewise.
758         * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
759         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
760         (nvptx_gen_unpack): Likewise.
761         (nvptx_gen_pack): Likewise.
762         (nvptx_gen_shuffle): Likewise.
763         (nvptx_gen_wcast): Likewise.
764         (nvptx_preferred_simd_mode): Likewise.
765         * config/pa/pa.c (pa_secondary_reload): Likewise.
766         * config/pa/predicates.md (base14_operand): Likewise.
767         * config/powerpcspe/powerpcspe-c.c
768         (altivec_resolve_overloaded_builtin): Likewise.
769         * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
770         Likewise.
771         (rs6000_preferred_simd_mode): Likewise.
772         (output_vec_const_move): Likewise.
773         (rs6000_expand_vector_extract): Likewise.
774         (rs6000_split_vec_extract_var): Likewise.
775         (reg_offset_addressing_ok_p): Likewise.
776         (rs6000_legitimate_offset_address_p): Likewise.
777         (rs6000_legitimize_address): Likewise.
778         (rs6000_emit_set_const): Likewise.
779         (rs6000_const_vec): Likewise.
780         (rs6000_emit_move): Likewise.
781         (spe_build_register_parallel): Likewise.
782         (rs6000_darwin64_record_arg_recurse): Likewise.
783         (swap_selector_for_mode): Likewise.
784         (spe_init_builtins): Likewise.
785         (paired_init_builtins): Likewise.
786         (altivec_init_builtins): Likewise.
787         (do_load_for_compare): Likewise.
788         (rs6000_generate_compare): Likewise.
789         (rs6000_expand_float128_convert): Likewise.
790         (emit_load_locked): Likewise.
791         (emit_store_conditional): Likewise.
792         (rs6000_output_function_epilogue): Likewise.
793         (rs6000_handle_altivec_attribute): Likewise.
794         (rs6000_function_value): Likewise.
795         (emit_fusion_gpr_load): Likewise.
796         (emit_fusion_p9_load): Likewise.
797         (emit_fusion_p9_store): Likewise.
798         * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
799         (fusion_gpr_mem_load): Likewise.
800         (fusion_addis_mem_combo_load): Likewise.
801         (fusion_addis_mem_combo_store): Likewise.
802         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
803         (fusion_gpr_mem_load): Likewise.
804         (fusion_addis_mem_combo_load): Likewise.
805         (fusion_addis_mem_combo_store): Likewise.
806         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
807         Likewise.
808         * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
809         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
810         (rs6000_preferred_simd_mode): Likewise.
811         (output_vec_const_move): Likewise.
812         (rs6000_expand_vector_extract): Likewise.
813         (rs6000_split_vec_extract_var): Likewise.
814         (reg_offset_addressing_ok_p): Likewise.
815         (rs6000_legitimate_offset_address_p): Likewise.
816         (rs6000_legitimize_address): Likewise.
817         (rs6000_emit_set_const): Likewise.
818         (rs6000_const_vec): Likewise.
819         (rs6000_emit_move): Likewise.
820         (rs6000_darwin64_record_arg_recurse): Likewise.
821         (swap_selector_for_mode): Likewise.
822         (paired_init_builtins): Likewise.
823         (altivec_init_builtins): Likewise.
824         (rs6000_expand_float128_convert): Likewise.
825         (emit_load_locked): Likewise.
826         (emit_store_conditional): Likewise.
827         (rs6000_output_function_epilogue): Likewise.
828         (rs6000_handle_altivec_attribute): Likewise.
829         (rs6000_function_value): Likewise.
830         (emit_fusion_gpr_load): Likewise.
831         (emit_fusion_p9_load): Likewise.
832         (emit_fusion_p9_store): Likewise.
833         * config/rx/rx.c (rx_gen_move_template): Likewise.
834         (flags_from_mode): Likewise.
835         * config/s390/predicates.md (s390_alc_comparison): Likewise.
836         (s390_slb_comparison): Likewise.
837         * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
838         (s390_vector_mode_supported_p): Likewise.
839         (s390_cc_modes_compatible): Likewise.
840         (s390_match_ccmode_set): Likewise.
841         (s390_canonicalize_comparison): Likewise.
842         (s390_emit_compare_and_swap): Likewise.
843         (s390_branch_condition_mask): Likewise.
844         (s390_rtx_costs): Likewise.
845         (s390_secondary_reload): Likewise.
846         (__SECONDARY_RELOAD_CASE): Likewise.
847         (s390_expand_cs): Likewise.
848         (s390_preferred_simd_mode): Likewise.
849         * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
850         * config/sh/sh.c (sh_print_operand): Likewise.
851         (dump_table): Likewise.
852         (sh_secondary_reload): Likewise.
853         * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
854         * config/sh/sh.md (casesi_worker_1): Likewise.
855         (casesi_worker_2): Likewise.
856         * config/sparc/predicates.md (icc_comparison_operator): Likewise.
857         (fcc_comparison_operator): Likewise.
858         * config/sparc/sparc.c (sparc_expand_move): Likewise.
859         (emit_soft_tfmode_cvt): Likewise.
860         (sparc_preferred_simd_mode): Likewise.
861         (output_cbranch): Likewise.
862         (sparc_print_operand): Likewise.
863         (sparc_expand_vec_perm_bmask): Likewise.
864         (vector_init_bshuffle): Likewise.
865         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
866         (spu_vector_mode_supported_p): Likewise.
867         (spu_expand_insv): Likewise.
868         (spu_emit_branch_or_set): Likewise.
869         (spu_handle_vector_attribute): Likewise.
870         (spu_builtin_splats): Likewise.
871         (spu_builtin_extract): Likewise.
872         (spu_builtin_promote): Likewise.
873         (spu_expand_sign_extend): Likewise.
874         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
875         (tilegx_simd_int): Likewise.
876         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
877         (tilepro_simd_int): Likewise.
878         * config/v850/v850.c (const_double_split): Likewise.
879         (v850_print_operand): Likewise.
880         (ep_memory_offset): Likewise.
881         * config/vax/vax.c (vax_rtx_costs): Likewise.
882         (vax_output_int_move): Likewise.
883         (vax_output_int_add): Likewise.
884         (vax_output_int_subtract): Likewise.
885         * config/visium/predicates.md (visium_branch_operator): Likewise.
886         * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
887         (visium_print_operand_address): Likewise.
888         * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
889         * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
890         (xtensa_expand_conditional_branch): Likewise.
891         (xtensa_copy_incoming_a7): Likewise.
892         (xtensa_output_literal): Likewise.
893         * dfp.c (decimal_real_maxval): Likewise.
894         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
896 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
897             Alan Hayward  <alan.hayward@arm.com>
898             David Sherwood  <david.sherwood@arm.com>
900         * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
901         (mode_nunits_inline): Likewise.
902         (mode_inner_inline): Likewise.
903         (mode_unit_size_inline): Likewise.
904         (mode_unit_precision_inline): Likewise.
905         (emit_insn_modes_h): Likewise.  Also emit a #define of the
906         unprefixed name.
907         (emit_mode_wider): Add an E_ prefix to mode names.
908         (emit_mode_complex): Likewise.
909         (emit_mode_inner): Likewise.
910         (emit_mode_adjustments): Likewise.
911         (emit_mode_int_n): Likewise.
912         * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
913         (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
914         (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
915         (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
916         (CRC32_BUILTIN, ENTRY): Likewise.
917         * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
918         (aarch64_pop_regs): Likewise.
919         (aarch64_process_components): Likewise.
920         * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
921         * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
922         (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
923         (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
924         * config/arm/arm.c (arm_init_libfuncs): Likewise.
925         * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
926         Likewise.
927         * config/i386/i386-builtin.def (pcmpestr): Likewise.
928         (pcmpistr): Likewise.
929         * config/microblaze/microblaze.c (double_memory_operand): Likewise.
930         * config/mmix/mmix.c (mmix_output_condition): Likewise.
931         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
932         Likewise.
933         * config/rl78/rl78.c (mduc_regs): Likewise.
934         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
935         (htm_expand_builtin): Likewise.
936         * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
937         * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
938         * config/xtensa/xtensa.c (print_operand): Likewise.
939         * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
940         (NUM_MODE_VECTOR_INT): Likewise.
941         * genoutput.c (null_operand): Likewise.
942         (output_operand_data): Likewise.
943         * genrecog.c (print_parameter_value): Likewise.
944         * lra.c (debug_operand_data): Likewise.
946 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
948         * dwarf2out.c (scompare_loc_descriptor_wide)
949         (scompare_loc_descriptor_narrow): New functions, split out from...
950         (scompare_loc_descriptor): ...here.
951         * expmed.c (emit_store_flag_int): New function, split out from...
952         (emit_store_flag): ...here.
954 2017-08-30  Richard Biener  <rguenther@suse.de>
956         * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
957         (dwarf2out_early_finish): Move setting of AT_pubnames from
958         early debug output to early finish.
960 2017-08-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
962         * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
963         and -mdata-region to the assembler.
965 2017-08-30  Richard Biener  <rguenther@suse.de>
967         * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
968         attributes.
969         (gen_subprogram_die): Add DW_AT_object_pointer only early.
970         (dwarf2out_early_global_decl): Only generate a DIE for the
971         abstract origin if it doesn't already exist or is a declaration DIE.
972         (resolve_addr): Do not add the linkage name twice when
973         generating a stub DIE for the DW_TAG_GNU_call_site target.
975 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
977         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
978         Use machine_mode rather than int for arg1_mode.
980 2017-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
982         PR target/82015
983         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
984         that the second argument of the built-in functions to unpack
985         128-bit scalar types to 64-bit values is 0 or 1.  Change to use a
986         switch statement instead a lot of if statements.
987         * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
988         Allow 64-bit values to be in Altivec registers as well as
989         traditional floating point registers.
990         (pack<mode>, FMOVE128_VSX iterator): Likewise.
992 2017-08-29  Alexander Monakov  <amonakov@ispras.ru>
994         * ira-costs.c (record_address_regs): Handle both operands of PLUS for
995         MAX_REGS_PER_ADDRESS == 1.
997 2017-08-29  Uros Bizjak  <ubizjak@gmail.com>
999         * config/i386/i386.opt (flag_fentry): Do not init to -1.
1000         * config/i386/i386.c (ix86_option_override_internal): Simplify
1001         setting of opts->x_flag_entry.
1003 2017-08-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1004             Jakub Jelinek  <jakub@redhat.com>
1005             Richard Biener  <rguenther@suse.de>
1007         PR tree-optimization/81503
1008         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
1009         folded constant fits in the target type; reorder tests for clarity.
1011 2017-08-29  Martin Liska  <mliska@suse.cz>
1013         * passes.def: Include pass_lower_switch.
1014         * stmt.c (dump_case_nodes): Remove and move to
1015         tree-switch-conversion.
1016         (case_values_threshold): Likewise.
1017         (expand_switch_as_decision_tree_p): Likewise.
1018         (emit_case_decision_tree): Likewise.
1019         (expand_case): Likewise.
1020         (balance_case_nodes): Likewise.
1021         (node_has_low_bound): Likewise.
1022         (node_has_high_bound): Likewise.
1023         (node_is_bounded): Likewise.
1024         (emit_case_nodes): Likewise.
1025         (struct simple_case_node): New struct.
1026         (add_case_node): Remove.
1027         (emit_case_dispatch_table): Use vector instead of case_list.
1028         (reset_out_edges_aux): Remove.
1029         (compute_cases_per_edge): Likewise.
1030         (expand_case): Build list of simple_case_node.
1031         (expand_sjlj_dispatch_table): Use it.
1032         * tree-switch-conversion.c (struct case_node): Moved from
1033         stmt.c and adjusted.
1034         (emit_case_nodes): Likewise.
1035         (node_has_low_bound): Likewise.
1036         (node_has_high_bound): Likewise.
1037         (node_is_bounded): Likewise.
1038         (case_values_threshold): Likewise.
1039         (reset_out_edges_aux): Likewise.
1040         (compute_cases_per_edge): Likewise.
1041         (add_case_node): Likewise.
1042         (dump_case_nodes): Likewise.
1043         (balance_case_nodes): Likewise.
1044         (expand_switch_as_decision_tree_p): Likewise.
1045         (emit_jump): Likewise.
1046         (emit_case_decision_tree): Likewise.
1047         (try_switch_expansion): Likewise.
1048         (do_jump_if_equal): Likewise.
1049         (emit_cmp_and_jump_insns): Likewise.
1050         (fix_phi_operands_for_edge): New function.
1051         (record_phi_operand_mapping): Likewise.
1052         (class pass_lower_switch): New pass.
1053         (pass_lower_switch::execute): New function.
1054         (make_pass_lower_switch): Likewise.
1055         (conditional_probability):
1056         * timevar.def: Add TV_TREE_SWITCH_LOWERING.
1057         * tree-pass.h: Add make_pass_lower_switch.
1059 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
1061         PR target/80993
1062         * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
1063         handlers as used.
1065 2017-08-29  Richard Biener  <rguenther@suse.de>
1067         * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
1068         we do not add a DW_AT_inline attribute twice.
1069         (gen_subprogram_die): Remove code setting DW_AT_inline on
1070         DECL_ABSTRACT_P nodes.
1072 2017-08-29  Richard Sandiford  <richard.sandiford@linaro.org>
1074         * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
1075         calls to internal functions.
1076         (gimplify_modify_expr): Likewise.
1077         * tree-call-cdce.c (use_internal_fn): Likewise.
1078         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
1079         (convert_to_divmod): Set the nothrow flag.
1080         * tree-if-conv.c (predicate_mem_writes):  Likewise.
1081         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
1082         (vectorizable_call): Likewise.
1083         (vectorizable_store): Likewise.
1084         (vectorizable_load): Likewise.
1085         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
1086         (vect_recog_mask_conversion_pattern): Likewise.
1088 2017-08-29  Martin Liska  <mliska@suse.cz>
1090         PR other/39851
1091         * gcc.c (driver_handle_option): Add new argument.
1092         * opts-common.c (handle_option): Pass
1093         target_option_override_hook.
1094         * opts-global.c (lang_handle_option): Add new option.
1095         (set_default_handlers):  Add new argument.
1096         (decode_options): Likewise.
1097         * opts.c (target_handle_option): Likewise.
1098         (common_handle_option): Call target_option_override_hook.
1099         * opts.h (struct cl_option_handler_func): Add hook for
1100         target option override.
1101         (struct cl_option_handlers): Likewise.
1102         (set_default_handlers): Add new argument.
1103         (decode_options): Likewise.
1104         (common_handle_option): Likewise.
1105         (target_handle_option): Likewise.
1106         * toplev.c (toplev::main): Pass targetm.target_option.override
1107         hook.
1109 2017-08-29  Richard Biener  <rguenther@suse.de>
1110         Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
1112         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
1113         life to the active subtree.
1115 2017-08-28  Jeff Law  <law@redhat.com>
1117         * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
1118         derive_equivalences.
1119         (derive_equivalences_from_bit_ior, record_temporary_equivalences):
1120         Code moved into....
1121         (edge_info::derive_equivalences): New private member function
1123         * tree-ssa-dom.c (class edge_info): Changed from a struct
1124         to a class.  Add ctor/dtor, methods and data members.
1125         (edge_info::edge_info): Renamed from allocate_edge_info.
1126         Initialize additional members.
1127         (edge_info::~edge_info): New.
1128         (free_dom_edge_info): Delete the edge info.
1129         (record_edge_info): Use new class & associated member functions.
1130         Tighten forms for testing for edge equivalences.
1131         (record_temporary_equivalences): Iterate over the simple
1132         equivalences rather than assuming there's only one per edge.
1133         (cprop_into_successor_phis): Iterate over the simple
1134         equivalences rather than assuming there's only one per edge.
1135         (optimize_stmt): Use operand_equal_p rather than pointer
1136         equality for mini-DSE code.
1138 2017-08-28  Nathan Sidwell  <nathan@acm.org>
1140         * gcc.c (execute): Fold SIGPIPE handling into switch
1141         statement.  Adjust internal error message.
1143 2017-08-28  Richard Biener  <rguenther@suse.de>
1145         PR debug/81993
1146         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
1147         Do nothing for removed DIEs.
1149 2017-08-28  Richard Biener  <rguenther@suse.de>
1151         PR tree-optimization/81977
1152         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
1153         memcpy.
1155 2017-08-28  Alexander Monakov  <amonakov@ispras.ru>
1157         PR target/80640
1158         * doc/md.texi (mem_thread_fence): Remove mention of mode.  Rewrite.
1159         * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
1160         using targetm.gen_mem_thread_fence.
1162 2017-08-27  Uros Bizjak  <ubizjak@gmail.com>
1164         PR target/81995
1165         * config/i386/i386.md (*<btsc><mode>): Change operand 2
1166         predicate to register_operand.  Reorder operands.
1167         (*btr<mode>): Ditto.
1168         (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
1169         (*btr<mode>_mask): Ditto.
1171 2017-08-25  Steven Munroe  <munroesj@gcc.gnu.org>
1173         * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
1174         * config/rs6000/xmmintrin.h: New file.
1175         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
1177 2017-08-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1179         PR target/81504
1180         * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
1181         parameter and_insn and return it.
1182         (recombine_lvx_pattern): Insert a copy to ensure availability of
1183         the base register of the copied masking operation at the point of
1184         the instruction replacement.
1185         (recombine_stvx_pattern): Likewise.
1187 2017-08-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
1189         * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
1190         undocumented switches.
1191         (-mpower9-dform-vector): Likewise.
1192         (-mpower9-dform): Likewise.
1193         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
1194         comments to delete references to -mpower9-dform* switches.
1195         * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
1196         Delete reference to -mpower9-dform* switches, test for
1197         -mpower9-vector instead.
1198         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
1199         (OTHER_P9_VECTOR_MASKS): Likewise.
1200         (POWERPC_MASKS): Likewise.
1201         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
1202         tests against -mpower9-dform* to -mpower9-vector.  Delete code
1203         that checked for -mpower9-dform* consistancy with other options.
1204         Add test for -mpower9-misc to enable other power9 switches.
1205         (rs6000_init_hard_regno_mode_ok): Likewise.
1206         (rs6000_option_override_internal): Likewise.
1207         (rs6000_emit_prologue): Likewise.
1208         (rs6000_emit_epilogue): Likewise.
1209         (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
1210         (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
1211         (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
1212         -mpower9-vector.
1213         (emit_fusion_p9_store): Likewise.
1214         * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
1215         resetting these macros if the assembler does not support ISA 3.0
1216         instructions.
1217         (TARGET_P9_DFORM_VECTOR): Likewise.
1218         * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
1219         Change to use -mpower9-vector instead of -mpower9-dform-scalar.
1221 2017-08-25  Alan Modra  <amodra@gmail.com>
1223         PR rtl-optimization/81747
1224         * cse.c (cse_extended_basic_block): Don't attempt to record
1225         equivalences for degenerate conditional branches that branch
1226         to their fall-through.
1228 2017-08-24  Martin Sebor  <msebor@redhat.com>
1230         PR middle-end/81908
1231         * gimple-fold.c (size_must_be_zero_p): New function.
1232         (gimple_fold_builtin_memory_op): Call it.
1234 2017-08-24  Steven Munroe  <munroesj@gcc.gnu.org>
1236         * config/rs6000/mm_malloc.h: New file.
1238 2017-08-24  Bin Cheng  <bin.cheng@arm.com>
1240         PR tree-optimization/81913
1241         * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
1242         analysis when either IVs in condition can wrap.
1244 2017-08-24  Uros Bizjak  <ubizjak@gmail.com>
1246         * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
1247         * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
1249 2017-08-24  Richard Biener  <rguenther@suse.de>
1251         PR target/81921
1252         * targhooks.c (default_target_can_inline_p): Properly
1253         use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
1254         is present and always compare.
1255         * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
1256         infer -mfpmath=sse from TARGET_SSE_P.
1257         (ix86_can_inline_p): Properly use target_option_default_node when
1258         no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
1260 2017-08-24  Richard Biener  <rguenther@suse.de>
1262         PR debug/81936
1263         * dwarf2out.c (output_die): Handle flag_generate_offload like
1264         flag_generate_lto.
1265         (output_comp_unit): Likewise.
1266         (gen_array_type_die): Likewise.
1267         (dwarf2out_early_finish): Likewise.
1268         (note_variable_value_in_expr): Likewise.
1269         (dwarf2out_finish): Likewise.  Adjust assert.
1270         * cgraphunit.c (symbol_table::compile): Move setting of
1271         flag_generate_offload earlier ...
1272         (symbol_table::finalize_compilation_unit): ... here, before
1273         early debug finalization.
1275 2017-08-24  Richard Biener  <rguenther@suse.de>
1277         * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
1278         and ipa-fnsummary.h.
1279         (ix86_can_inline_p): When ix86_fpmath flags do not match
1280         check whether the callee uses FP math at all.
1282 2017-08-24  Aldy Hernandez  <aldyh@redhat.com>
1284         PR middle-end/81931
1285         * tree-ssanames.c (get_nonzero_bits): Use element_precision
1286         instead of TYPE_PRECISION.
1288 2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
1289             Alan Hayward  <alan.hayward@arm.com>
1290             David Sherwood  <david.sherwood@arm.com>
1292         * combine.c (make_extraction): Use subreg_offset_from_lsb.
1294 2017-08-23  Daniel Santos  <daniel.santos@pobox.com>
1296         * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
1297         Remove field.
1298         (ix86_frame::stack_realign_allocate): New field.
1299         (struct machine_frame_state): Modify comments.
1300         (machine_frame_state::sp_realigned_fp_end): New field.
1301         * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
1302         layout calculation.
1303         (sp_valid_at): Add assertion to assure no attempt to access invalid
1304         offset of a realigned stack.
1305         (fp_valid_at): Likewise.
1306         (choose_baseaddr): Modify comments.
1307         (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
1308         ix86_expand_prologue.
1309         (ix86_expand_prologue): Modify stack realignment and allocation.
1310         (ix86_expand_epilogue): Modify comments.
1311         * doc/sourcebuild.texi: Add documentation for target selectors avx2,
1312         avx2_runtime, avx512f, and avx512f_runtime.
1314 2017-08-23  Uros Bizjak  <ubizjak@gmail.com>
1316         * config/i386/i386.opt: Remove unneeded Init(0) initializations.
1317         (mstackrealign): Do not init to -1.
1318         * config/i386/i386.c (ix86_option_override_internal):
1319         Check opts_set, not opts when setting default value of
1320         opts->x_ix86_force_align_arg_pointer.
1322 2017-08-23  Richard Biener  <rguenther@suse.de>
1324         * function.c (fndecl_name): Use verbosity 1 (no arguments) for
1325         lang_hooks.decl_printable_name.
1326         * print-rtl-function.c (print_rtx_function): Likewise.
1327         * tree-pretty-print.c (dump_function_header): Likewise.
1329 2017-08-23  Richard Biener  <rguenther@suse.de>
1331         PR lto/81940
1332         * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
1333         -g0 at compile-time.
1335 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1337         PR middle-end/19706
1338         * doc/sourcebuild.texi (Other hardware attributes):
1339         Document xorsign.
1341 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1343         PR middle-end/19706
1344         * tree-ssa-math-opts.c (convert_expand_mult_copysign):
1345         Fix single-use check.
1347 2017-08-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1349         * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
1351 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1353         * doc/install.texi: Modify to add more details on running selected
1354         tests.
1356 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1358         * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
1359         is combined with -mabi=ms.
1360         (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
1361         ms_abi.
1363 2017-08-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1365         PR tree-optimization/81488
1366         * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
1367         and cached_basis fields.
1368         (MAX_SPREAD): New constant.
1369         (alloc_cand_and_find_basis): Initialize new fields.
1370         (clear_visited): New function.
1371         (create_phi_basis_1): Rename from create_phi_basis, set visited
1372         and cached_basis fields.
1373         (create_phi_basis): New wrapper function.
1374         (phi_add_costs_1): Rename from phi_add_costs, add spread
1375         parameter, set visited field, short-circuit when limits reached.
1376         (phi_add_costs): New wrapper function.
1377         (record_phi_increments_1): Rename from record_phi_increments, set
1378         visited field.
1379         (record_phi_increments): New wrapper function.
1380         (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
1381         (phi_incr_cost): New wrapper function.
1382         (all_phi_incrs_profitable_1): Rename from
1383         all_phi_incrs_profitable, set visited field.
1384         (all_phi_incrs_profitable): New wrapper function.
1386 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1387             Alan Hayward  <alan.hayward@arm.com>
1388             David Sherwood  <david.sherwood@arm.com>
1390         * rtl.h (paradoxical_subreg_p): Define inline, and add a version
1391         that takes the outer and inner modes.
1392         * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
1393         comparison as the canonical test for a paradoxical subreg.
1394         * combine.c (simplify_set): Use paradoxical_subreg_p.
1395         (make_extraction): Likewise.
1396         (force_to_mode): Likewise.
1397         (rtx_equal_for_field_assignment_p): Likewise.
1398         (gen_lowpart_for_combine): Likewise.
1399         (simplify_comparison): Likewise.
1400         * cse.c (equiv_constant): Likewise.
1401         * expmed.c (store_bit_field_1): Likewise.
1402         * final.c (alter_subreg): Likewise.
1403         * fwprop.c (propagate_rtx): Likewise.
1404         (forward_propagate_subreg): Likewise.
1405         * ira-conflicts.c (ira_build_conflicts): Likewise.
1406         * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
1407         * lra-constraints.c (curr_insn_transform): Likewise.
1408         (split_reg): Likewise.
1409         * lra-eliminations.c (move_plus_up): Likewise.
1410         (lra_eliminate_regs_1): Likewise.
1411         * recog.c (general_operand): Likewise.
1412         * ree.c (combine_reaching_defs): Likewise.
1413         * reload.c (push_reload): Likewise.
1414         (find_reloads): Likewise.
1415         * reload1.c (elimination_effects): Likewise.
1416         (compute_reload_subreg_offset): Likewise.
1417         (choose_reload_regs): Likewise.
1418         * rtlanal.c (subreg_lsb_1): Likewise.
1419         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
1420         (simplify_subreg): Likewise.
1421         * var-tracking.c (track_loc_p): Likewise.
1422         * emit-rtl.c (byte_lowpart_offset): Likewise.
1423         (paradoxical_subreg_p): Delete out-of-line definition.
1425 2017-08-22  Jeff Law  <law@redhat.com>
1427         PR tree-optimization/81741
1428         PR tree-optimization/71947
1429         * tree-ssa-dom.c: Include tree-inline.h.
1430         (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
1431         equivalences if one is more expensive to compute than the other.
1432         * tree-ssa-scopedtables.h (class const_or_copies): Make
1433         record_const_or_copy_raw method private.
1434         (class avail_exprs_stack): New method simplify_binary_operation.
1435         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
1436         avail_exprs_stack::simplify_binary_operation as needed.
1437         (avail_exprs_stack::simplify_binary_operation): New function.
1439 2017-08-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1441         * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
1442         * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
1443         (DOT_SYMBOLS): Likewise.
1444         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
1445         (RELOCATABLE_NEEDS_FIXUP): Likewise.
1446         (RS6000_ABI_NAME): Likewise.
1447         (TARGET_CMODEL): Likewise.
1448         (TOC_SECTION_ASM_OP): Likewise.
1449         (SET_CMODEL): New macro.
1450         (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
1452 2017-08-22  Richard Biener  <rguenther@suse.de>
1454         * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
1455         to allow for free-lang-data replacements similar to verify_type_variant.
1457 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1458             Alan Hayward  <alan.hayward@arm.com>
1459             David Sherwood  <david.sherwood@arm.com>
1461         * config/aarch64/aarch64.md (casesi): Use DImode rather than
1462         VOIDmode for the LABEL_REF.
1464 2017-08-22  Richard Biener  <rguenther@suse.de>
1466         * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
1468 2017-08-22  Richard Biener  <rguenther@suse.de>
1470         * common.opt (feliminate-dwarf2-dups): Ignore.
1471         * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
1472         * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
1473         same_die_p_wrap, compute_section_prefix,
1474         is_symbol_die, assign_symbol_names, break_out_includes): Remove.
1475         (comdat_symbol_id, comdat_symbol_number): Likewise.
1476         (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
1477         Likewise.
1478         (check_duplicate_cu, record_comdat_symbol_number): Likewise.
1479         (output_die): Mark unreachable path unreachable.
1480         (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
1481         (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
1482         (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
1483         (dwarf2out_early_finish): Likewise.
1485 2017-08-22  Aldy Hernandez  <aldyh@redhat.com>
1487         * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
1489 2017-08-22  Georg-Johann Lay  <avr@gjlay.de>
1491         PR target/81910
1492         * config/avr/avr.c (avr_handle_addr_attribute): Early return if
1493         not VAR_P. Filter attribute warnings with OPT_Wattributes.
1494         (avr_attribute_table) <io, io_low, address>: Initialize
1495         .decl_required with true.
1497 2017-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
1499         * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
1500         undocumented debugging options.
1501         (-mvsx-scalar-double): Likewise.
1502         (-mallow-df-permute): Likewise.
1503         (-mvectorize-builtins): Likewise.
1504         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1505         (rs6000_builtin_vectorized_function): Likewise.
1506         (rs6000_builtin_md_vectorized_function): Likewise.
1507         (rs6000_opt_vars): Likewise.
1509 2017-08-21  Uros Bizjak  <ubizjak@gmail.com>
1511         PR target/46091
1512         * config/i386/i386.md (*btsq_imm): Rename from *btsq.
1513         (*btrq_imm): Rename from *btrq.
1514         (*btcq_imm): Rename from *btcq.
1515         (btsc): New code attribute.
1516         (*<btsc><mode>): New insn pattern.
1517         (*btr<mode>): Ditto.
1518         (*<btsc><mode>_mask): New insn_and_split pattern.
1519         (*btr<mode>_mask): Ditto.
1521 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1522             Alan Hayward  <alan.hayward@arm.com>
1523             David Sherwood  <david.sherwood@arm.com>
1525         * function.c (pad_below): Simplify padding calculation.
1527 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1528             Alan Hayward  <alan.hayward@arm.com>
1529             David Sherwood  <david.sherwood@arm.com>
1531         * target.def (function_prologue): Remove frame size argument.
1532         (function_epilogue): Likewise.
1533         * doc/tm.texi: Regenerate.
1534         * final.c (final_start_function): Update call to function_prologue.
1535         (final_end_function): Update call to function_epilogue.
1536         (default_function_pro_epilogue): Remove frame size argument.
1537         * output.h (default_function_pro_epilogue): Likewise.
1538         * config/arm/arm.c (arm_output_function_epilogue): Likewise.
1539         (arm_output_function_prologue): Likewise.
1540         * config/frv/frv.c (frv_function_prologue): Likewise.
1541         (frv_function_epilogue): Likewise.
1542         * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
1543         * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
1544         (ia64_output_function_epilogue): Likewise.
1545         * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
1546         (m32r_output_function_epilogue): Likewise.
1547         * config/microblaze/microblaze.c (microblaze_function_prologue)
1548         (microblaze_function_epilogue): Likewise.
1549         * config/mips/mips.c (mips_output_function_prologue): Likewise.
1550         (mips_output_function_epilogue): Likewise.
1551         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
1552         (mmix_target_asm_function_epilogue): Likewise.
1553         * config/msp430/msp430.c (msp430_start_function): Likewise.
1554         * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
1555         (nds32_asm_function_epilogue): Likewise.
1556         * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
1557         * config/pa/pa.c (pa_output_function_prologue): Likewise.
1558         (pa_output_function_epilogue): Likewise.
1559         * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
1560         (rs6000_output_function_epilogue): Likewise.
1561         * config/rl78/rl78.c (rl78_start_function): Likewise.
1562         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
1563         (rs6000_output_function_epilogue): Likewise.
1564         * config/rx/rx.c (rx_output_function_prologue): Likewise.
1565         * config/sh/sh.c (sh_output_function_epilogue): Likewise.
1566         * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
1567         (sparc_asm_function_epilogue): Likewise.
1569 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1571         * tree.h (type_has_mode_precision_p): New function.
1572         * convert.c (convert_to_integer_1): Use it.
1573         * expr.c (expand_expr_real_2): Likewise.
1574         (expand_expr_real_1): Likewise.
1575         * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
1576         * match.pd: Likewise.
1577         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
1578         * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
1579         * tree-tailcall.c (process_assignment): Likewise.
1580         * tree-vect-loop.c (vectorizable_reduction): Likewise.
1581         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
1582         (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
1583         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
1584         (vectorizable_assignment): Likewise.
1585         (vectorizable_shift): Likewise.
1586         (vectorizable_operation): Likewise.
1587         * tree-vrp.c (register_edge_assert_for_2): Likewise.
1589 2017-08-21  Wilco Dijkstra  <wdijkstr@arm.com>
1591         * match.pd: Add pow (C, x) simplification.
1593 2017-08-21  Richard Biener  <rguenther@suse.de>
1595         PR tree-optimization/81900
1596         * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
1597         for blocks with abnormal predecessors.
1598         (compute_antic): Do not set visited flag prematurely.
1600 2017-08-21  Georg-Johann Lay  <avr@gjlay.de>
1602         PR target/79883
1603         * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
1605 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1607         * stor-layout.h (vector_type_mode): Move to...
1608         * tree.h (vector_type_mode): ...here.
1609         * stor-layout.c (vector_type_mode): Move to...
1610         * tree.c (vector_type_mode): ...here.  Include rtl.h and regs.h.
1612 2017-08-21  Richard Biener  <rguenther@suse.de>
1614         * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
1615         register_external_die hooks.
1616         (debug_false_tree_charstarstar_uhwistar): Declare.
1617         (debug_nothing_tree_charstar_uhwi): Likewise.
1618         * debug.c (do_nothing_debug_hooks): Adjust.
1619         (debug_false_tree_charstarstar_uhwistar): New do nothing.
1620         (debug_nothing_tree_charstar_uhwi): Likewise.
1621         * dbxout.c (dbx_debug_hooks): Adjust.
1622         (xcoff_debug_hooks): Likewise.
1623         * sdbout.c (sdb_debug_hooks): Likewise.
1624         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
1625         * dwarf2out.c (macinfo_label_base): New global.
1626         (dwarf2out_register_external_die): New function for the
1627         register_external_die hook.
1628         (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
1629         (dwarf2_debug_hooks): Use them.
1630         (dwarf2_lineno_debug_hooks): Adjust.
1631         (struct die_struct): Add with_offset flag.
1632         (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
1633         DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
1634         DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
1635         DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
1636         DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
1637         DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
1638         defining section names for the early LTO debug variants.
1639         (reset_indirect_string): New helper.
1640         (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
1641         (print_dw_val): Add support for offsetted symbol references.
1642         (get_ultimate_context): Split out from is_cxx.
1643         (is_cxx): Use get_ultimate_context.
1644         (is_fortran): Add decl overload.
1645         (compute_comp_unit_symbol): Split out worker from
1646         compute_section_prefix.
1647         (compute_section_prefix): Call compute_comp_unit_symbol and
1648         set comdat_type_p here.
1649         (output_die): Skip DIE symbol output for the LTO added one.
1650         Handle DIE symbol references with offset.
1651         (output_comp_unit): Guard section name mangling properly.
1652         For LTO debug sections emit a symbol at the section beginning
1653         which we use to refer to its DIEs.
1654         (add_abstract_origin_attribute): For DIEs registered via
1655         dwarf2out_register_external_die directly refer to the early
1656         DIE rather than indirectly through the shadow one we created.
1657         Remove obsolete call to dwarf2out_abstract_function for
1658         non-function/block origins.
1659         (gen_array_type_die): When generating early LTO debug do
1660         not emit DW_AT_string_length.
1661         (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
1662         late when in LTO.  As suggested place a gcc_unreachable for
1663         the DECL_ABSTRACT_P case.
1664         (gen_subprogram_die): Avoid another specification DIE
1665         for early built declarations/definitions for the late LTO case.
1666         (gen_variable_die): Add type references for late duplicated VLA dies
1667         when in late LTO.
1668         (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
1669         we have the abstract instance already.
1670         (process_scope_var): Adjust decl DIE contexts in LTO which
1671         first puts them in limbo.
1672         (gen_decl_die): Do not generate type DIEs late apart from
1673         types for VLAs or for decls we do not yet have a DIE.  Do not
1674         call dwarf2out_abstract_function late.
1675         (dwarf2out_early_global_decl): Make sure to create DIEs
1676         for abstract instances of a decl first.
1677         (dwarf2out_late_global_decl): Adjust comment.
1678         (output_macinfo_op): With multiple macro sections use
1679         macinfo_label_base to distinguish labels.
1680         (output_macinfo): Likewise.  Update macinfo_label_base.
1681         Pass in the line info label.
1682         (note_variable_value_in_expr): When generating LTO resolve
1683         all variable values here by generating DIEs as needed.
1684         (init_sections_and_labels): Add early LTO debug flag parameter
1685         and generate different sections and names if set.  Add generation
1686         counter for the labels so we can have multiple of them.
1687         (reset_dies): Helper to allow DIEs to be output multiple times.
1688         (dwarf2out_finish): When outputting DIEs to the fat part of an
1689         LTO object first reset DIEs.
1690         (dwarf2out_early_finish): Output early DIEs when generating LTO.
1691         (modified_type_die): Check for decl_ultimate_origin being self
1692         before recursing.
1693         (gen_type_die_with_usage): Likewise.
1694         (gen_typedef_die): Allow decl_ultimate_origin being self.
1695         (set_decl_abstract_flags): Remove.
1696         (set_block_abstract_flags): Likewise.
1697         (dwarf2out_abstract_function): Treat the early generated DIEs
1698         as the abstract copy and only add DW_AT_inline and
1699         DW_AT_artificial here and call set_decl_origin_self.
1700         If the DIE has an abstract origin don't do anything.
1701         * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
1702         if we have none yet (Go fails to build one, PR78628).
1703         (variably_modified_type_p): Prevent endless recursion for Ada
1704         cyclic pointer types.
1705         * lto-streamer-in.c: Include debug.h.
1706         (dref_queue): New global.
1707         (lto_read_tree_1): Stream in DIE references.
1708         (lto_input_tree): Register DIE references.
1709         (input_function): Stream DECL_DEBUG_ARGS.
1710         * lto-streamer-out.c: Include debug.h.
1711         (lto_write_tree_1): Output DIE references.
1712         (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
1713         Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
1714         (output_function): Stream DECL_DEBUG_ARGS.
1715         * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
1716         Stream DECL_ABSTRACT_ORIGIN.
1717         * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
1718         (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
1719         DECL_CONTEXT for file-scope decls.
1720         * lto-streamer.h (struct dref_entry): Declare.
1721         (dref_queue): Likewise.
1722         * cfgexpand.c (pass_expand::execute): Do not call the
1723         outlining_inline_function hook here.
1724         * lto-wrapper.c (debug_obj): New global.
1725         (tool_cleanup): Unlink it if required.
1726         (debug_objcopy): New function.
1727         (run_gcc): Handle early debug sections in the IL files by
1728         extracting them to separate files, partially linkin them and
1729         feeding the result back as result to the linker.
1730         * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
1731         DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
1732         DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
1733         sections into a separate segment.
1734         * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
1735         segments.
1736         (darwin_asm_dwarf_section): Likewise.
1737         (darwin_asm_output_dwarf_offset): Likewise.
1738         * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
1740 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1741             Alan Hayward  <alan.hayward@arm.com>
1742             David Sherwood  <david.sherwood@arm.com>
1744         * read-md.h (md_reader::record_potential_iterator_use): Replace
1745         pointer argument with an rtx and an index.
1746         * read-rtl.c (iterator_group::apply_iterator): Likewise.
1747         (apply_mode_iterator): Likewise.
1748         (apply_code_iterator): Likewise.
1749         (apply_int_iterator): Likewise.
1750         (apply_subst_iterator): Likewise.
1751         (record_iterator_use): Likewise.
1752         (record_attribute_use): Likewise.
1753         (md_reader::record_potential_iterator_use): Likewise.  Update calls
1754         to record_iterator_use and apply_iterator.
1755         (iterator_use): Replace ptr with x and index.
1756         (attribute_use): Likewise.
1757         (apply_attribute_uses): Update calls to apply_iterator.
1758         (apply_iterators): Likewise.  Update initialization of iterator_use.
1759         (rtx_reader::read_rtx_code): Update calls to record_iterator_use
1760         and record_potential_iterator_use.
1761         (rtx_reader::read_rtx_operand): Likewise.
1763 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1764             Alan Hayward  <alan.hayward@arm.com>
1765             David Sherwood  <david.sherwood@arm.com>
1767         * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
1768         CONST_WIDE_INT.
1770 2017-08-21  Richard Biener  <rguenther@suse.de>
1772         PR middle-end/81884
1773         * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
1774         at struct end conservatively when comparing common bases.
1776 2017-08-21  Richard Biener  <rguenther@suse.de>
1778         * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
1779         (mem_ref_in_stmt): Remove.
1780         (determine_max_movement): Use ref index to get at the reference.
1781         (invariantness_dom_walker::before_dom_children): Deal with
1782         lim data already initialized.
1783         (gather_mem_refs_stmt): Initialize lim data and record ref index.
1785 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1787         * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
1788         (TARGET_ISA_ROUND): Ditto.
1789         (TARGET_ROUND): Ditto.
1790         * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
1791         * config/i386/i386.md: Ditto.
1792         * config/i386/sse.md: Ditto.
1793         * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
1794         with OPTION_MASK_ISA_SSE4_1.
1796 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1798         PR target/81894
1799         * doc/extend.texi (x86 Built-in Functions): Correct the name of
1800         __builtin_ia32_lzcnt_u16.
1802 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
1804         PR target/80210
1805         * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
1806         (rs6000_set_current_function): Rewrite function to use it.
1808 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
1810         PR c/53037
1811         * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
1812         and TYPE_WARN_IF_NOT_ALIGN.
1813         * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
1814         (handle_warn_if_not_align): New.
1815         (place_union_field): Call handle_warn_if_not_align.
1816         (place_field): Call handle_warn_if_not_align.
1817         Copy TYPE_WARN_IF_NOT_ALIGN.
1818         (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
1819         (layout_type): Likewise.
1820         * tree-core.h (tree_type_common): Add warn_if_not_align.  Set
1821         spare to 18.
1822         (tree_decl_common): Add warn_if_not_align.
1823         * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
1824         * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
1825         (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
1826         (DECL_WARN_IF_NOT_ALIGN): Likewise.
1827         (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
1828         * doc/extend.texi: Document warn_if_not_aligned attribute.
1829         * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
1831 2017-08-17  Martin Liska  <mliska@suse.cz>
1833         PR bootstrap/81864
1834         * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
1835         (get_data_dependence): Use it as pointer type.
1836         (distribute_loop): Likewise.
1838 2017-08-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1840         * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
1841         (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
1842         (p8_vmrgow_<mode>_direct): New define_insn.
1843         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
1844         handle endianness for vmrgew and vmrgow permute patterns.
1846 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
1848         * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
1849         * config/rs6000/rs6000-cpus.def: Remove comment.
1850         (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
1851         (POWERPC_MASKS): Likewise.
1852         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
1853         use of TARGET_VSX_TIMODE.
1854         (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
1855         (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
1856         TARGET_VSX_TIMODE.  Change use of TARGET_VSX_TIMODE to TARGET_VSX.
1857         (rs6000_option_override_internal): Remove dead code.
1858         (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
1859         (rs6000_legitimize_reload_address): Likewise.
1860         (rs6000_legitimate_address_p): Likewise.
1861         (rs6000_opt_masks): Delete "vsx-timode".
1862         (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
1863         from function comment.
1864         * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
1865         * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
1866         (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
1867         condition.
1868         * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
1869         * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
1870         * config/rs6000/vsx.md (VSX_LE_128): Likewise.
1871         (VSX_TI): Likewise.
1872         (VSX_M): Likewise.
1873         (define_peephole2): Likewise.
1875 2017-08-17  Martin Sebor  <msebor@redhat.com>
1877         PR c/81859
1878         * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
1879         past the end of an array.
1880         (test_pp_format): Add test cases.
1882 2017-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
1884         * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
1885         missing ECF_NOTHROW flags.
1887 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
1889         PR target/72804
1890         * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
1891         operands residing in integer registers.
1892         (*vsx_le_perm_load_<mode>): Likewise.
1893         (*vsx_le_perm_store_<mode>): Likewise.
1894         (define_peephole2): Add peepholes to optimize the above.
1896 2017-08-17  Marek Polacek  <polacek@redhat.com>
1898         PR middle-end/81814
1899         * fold-const.c (operand_equal_for_comparison_p): Remove code that used
1900         to mimic what shorten_compare did.  Change the return type to bool.
1901         (fold_cond_expr_with_comparison): Update call to
1902         operand_equal_for_comparison_p.
1903         (fold_ternary_loc): Likewise.
1905 2017-08-17  Jackson Woodruff  <jackson.woodruff@arm.com>
1907         * aarch64-simd.md (mov<mode>): No longer force zero immediate into
1908         register.
1909         (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
1911 2017-08-17  Richard Biener  <rguenther@suse.de>
1913         * tree-ssa-structalias.c (solve_graph): When propagating
1914         to successors update the graphs succ edges and avoid duplicate work.
1916 2017-08-17  Maxim Ostapenko  <m.ostapenko@samsung.com>
1918         PR target/81861
1919         * config/i386/i386.c (ix86_option_override_internal): Save target
1920         specific options after ix86_stack_protector_guard_reg was changed.
1922 2017-08-17  Richard Biener  <rguenther@suse.de>
1924         PR tree-optimization/81827
1925         * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
1926         (new_var_info): Initialize it conservatively.
1927         (get_call_vi): Mark register vars.
1928         (new_scalar_tmp_constraint_exp): Likewise.
1929         (handle_rhs_call): Likewise.
1930         (handle_const_call): Likewise.
1931         (create_function_info_for): Likewise.
1932         (solve_constraints): Sort varinfos to separate register from
1933         non-register vars to pack points-to solution bitmaps during
1934         iteration.
1936 2017-08-17  Marek Polacek  <polacek@redhat.com>
1938         * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
1940 2017-08-17  Richard Biener  <rguenther@suse.de>
1942         * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
1943         to true when overflow is undefined and we saturated the result.
1945 2017-08-17  Alan Modra  <amodra@gmail.com>
1947         PR target/80938
1948         * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
1949         Don't use store multiple if only one reg needs saving.
1950         (interesting_frame_related_regno): New function.
1951         (rs6000_frame_related): Don't emit frame info for regs that
1952         don't need saving.
1953         (rs6000_emit_epilogue): Likewise.
1955 2017-08-16  Nathan Sidwell  <nathan@acm.org>
1957         * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
1958         * tree.h (TYPE_BINFO): Use type_non_common.maxval.
1959         (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
1960         * tree.c (free_lang_data_in_type): Use else-if chain.  Always
1961         clear TYPE_LANG_1.  Remove obsolete member-function stripping.
1962         (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
1963         (verify_type): Adjust for TYPE_BINFO move.
1964         * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
1965         process TYPE_BINFO directly.
1966         (hash_tree): Likewise.
1967         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
1968         Likewise.
1969         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
1970         Likewise.
1972 2017-08-16  David Malcolm  <dmalcolm@redhat.com>
1974         * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
1976 2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
1978         PR target/46091
1979         * config/i386/i386.md (*anddi_1_btr): Change predicates of
1980         operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
1981         Add ix86_binary_operator_ok to insn constraint.
1982         (*iordi_1_bts): Ditto.
1983         (*xordi_1_btc): Ditto.
1984         (*btsq): Change predicate of operand 0 to nonimmediate_operand.
1985         Update corresponding peephole2 pattern.
1986         (*btrq): Ditto.
1987         (*btcq): Ditto.
1989 2017-08-16  Bin Cheng  <bin.cheng@arm.com>
1991         PR tree-optimization/81832
1992         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
1993         copy loop header which has IFN_LOOP_DIST_ALIAS call.
1995 2017-08-16  Marek Polacek  <polacek@redhat.com>
1997         PR middle/81695
1998         * fold-const.c (fold_indirect_ref_1): Restore original behavior
1999         regarding size_zero_node.
2001 2017-08-16  Martin Liska  <mliska@suse.cz>
2003         PR target/81753
2004         * config.gcc: Respect previously set extra_objs in case
2005         of darwin target.
2007 2017-08-16  Richard Sandiford  <richard.sandiford@linaro.org>
2009         PR tree-optimization/81835
2010         * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
2011         the phi SSA_NAME.  Check that the condition in a COND_EXPR does
2012         not depend on the phi.
2014 2017-08-16  Alan Modra  <amodra@gmail.com>
2016         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
2017         dead code.
2019 2017-08-16  Alan Modra  <amodra@gmail.com>
2021         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
2022         (save_reg_p): ..into this.  Update all callers.
2023         (first_reg_to_save): Simplify.
2025 2017-08-16  Alan Modra  <amodra@gmail.com>
2027         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
2028         fixed regs.
2030 2017-08-15  Joseph Myers  <joseph@codesourcery.com>
2032         PR target/78460
2033         PR target/67712
2034         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
2035         constant count if that count is less than 32.
2037 2017-08-15  Nathan Sidwell  <nathan@acm.org>
2039         * gcc.c (execute): Emit friendlier message if inferior is killed
2040         by an external cause.
2042 2017-08-15  Richard Biener  <rguenther@suse.de>
2044         PR tree-optimization/81790
2045         * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
2046         CONSTRUCTORs from simplifying and VN.
2048 2017-08-14  Martin Sebor  <msebor@redhat.com>
2050         * builtin-attrs.def: Add comments.
2052 2017-08-14  Martin Sebor  <msebor@redhat.com>
2054         PR c/81117
2055         * doc/extend.texi (attribute nonstring): Document new attribute.
2057 2017-08-14  Martin Sebor  <msebor@redhat.com>
2059         PR c/81117
2060         * tree-diagnostic.c (default_tree_printer): Handle %G.
2061         * gimple-pretty-print.h (percent_G_format): Declare new function.
2062         * gimple-pretty-print.c (percent_G_format): Define.
2063         * tree-pretty-print.c (percent_K_format): Add argument.
2065 2017-08-14  Martin Sebor  <msebor@redhat.com>
2067         PR translation/79998
2068         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
2069         Remove a stray space.
2071 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
2073         PR target/46091
2074         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
2075         (*iordi_1_bts): Ditto.
2076         (*xordi_1_btc): Ditto.
2078 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2080         PR target/79845
2081         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
2082         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2083         Likewise.
2084         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
2085         quoted strings, and make more translator-friendly.
2086         (darwin_rs6000_override_options): Likewise.
2087         (rs6000_option_override_internal): Likewise.
2088         (rs6000_return_in_memory): Fix overlong line.
2089         (init_cmulative_args): Use quoted strings, and make more
2090         translator-friendly.
2091         (rs6000_pass_by_reference): Fix overlong line.
2092         (def_builtin): Use quoted strings.
2093         (altivec_expand_predicate_builtin): Use quoted strings, and make
2094         more translator-friendly.
2095         (htm_expand_builtin): Use quoted strings.
2096         (cpu_expand_builtin): Use quoted strings, and make more
2097         translator-friendly.
2098         (altivec_expand_builtin): Likewise.
2099         (paired_expand_predicate_builtin): Likewise.
2100         (rs6000_invalid_builtin): Likewise.
2101         (builtin_function_type): Use quoted strings.
2102         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
2103         more translator-friendly.
2104         (rs6000_trampoline_init): Likewise.
2105         (rs6000_handle_altivec_attribute): Likewise.
2106         (rs6000_inner_target_options): Use quoted strings.
2107         (rs6000_disable_incompatible_switches): Likewise.
2108         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
2109         strings, and make more translator-friendly.
2110         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
2112 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
2114         PR tree-optimization/81799
2115         * tree-loop-distribution.c (version_loop_by_alias_check): Force
2116         cond_expr to simple gimple operand.
2118 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
2120         PR middle-end/46932
2121         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
2123 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
2125         PR target/81754
2126         PR target/81268
2127         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
2128         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
2129         TARGET_GASISR_PROLOGUES.
2130         * config/avr/avr.c (avr_option_override): Same.
2131         (avr_pass_pre_proep::execute): Same.
2133 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
2135         PR target/81820
2136         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
2137         frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
2139 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
2141         * config/i386/i386.md (*load_tp_<mode>): Redefine as
2142         define_insn_and_split.  Split to a memory load from 0 in
2143         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
2144         using PTR mode iterator.
2145         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
2146         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
2147         (*add_tp_<mode>): Redefine as define_insn_and_split.
2148         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
2149         address space.  Merge with *add_tp_x32 using PTR mode iterator.
2150         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
2151         Split to an add with a  memory load from 0 in
2152         DEFAULT_TLS_SEG_REG address space.
2154 2017-08-12  Andrew Pinski  <apinski@cavium.com>
2156         * config/aarch64/aarch64-option-extensions.def (rdma):
2157         Fix feature string to what Linux prints out in /proc/cpuinfo.
2159 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
2161         PR ada/79542
2162         * dwarf2out.c (modified_type_die): For C typedef types that have
2163         an ultimate origin, process the ultimate origin instead of the
2164         input type.
2165         (gen_typedef_die): Assert that input DECLs have no ultimate
2166         origin.
2167         (gen_type_die_with_usage): For typedef variants that have an
2168         ultimate origin, just call gen_decl_die on the original DECL.
2169         (process_scope_var): Avoid creating DIEs for local typedefs and
2170         concrete static variables.
2172 2017-08-12  Alan Modra  <amodra@gmail.com>
2174         PR target/81170
2175         PR target/81295
2176         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
2177         match gnu-user.h startfile.
2178         (ENDFILE_LINUX_SPEC): Similarly.
2180 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
2182         PR lto/81430
2183         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
2184         Remove function.
2185         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
2187 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
2188         * config/aarch64/aarch64.md (mov<mode>): Change.
2189         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
2190         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
2191         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
2193 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
2195         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
2196         for storage order barriers.
2198 2017-08-11  Martin Liska  <mliska@suse.cz>
2200         PR tree-opt/79987
2201         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
2202         variables of void type.
2204 2017-08-11  Martin Liska  <mliska@suse.cz>
2206         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
2207         TARGET_SUPPORTS_ALIASES.
2208         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
2209         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
2210         (optimize_weakref): Likewise.
2211         * symtab.c (symtab_node::noninterposable_alias): Likewise.
2212         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
2213         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
2215 2017-08-11  Martin Liska  <mliska@suse.cz>
2217         PR ipa/81213
2218         * config/i386/i386.c (make_resolver_func): Do complete
2219         refactoring of the function.
2221 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2223         PR target/81708
2224         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
2225         * config/i386/i386.c (ix86_stack_protect_guard): Use
2226         ix86_stack_protect_guard_symbol_str to generate varible declaration.
2227         * doc/invoke.texi (x86 Options): Document
2228         -mstack-protector-guard-symbol= option.
2230 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2232         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
2233         * config/i386/i386.c (ix86_split_stack_guard): New function.
2234         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
2235         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
2236         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
2237         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
2238         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
2239         (split_stack_space_check): Call ix86_split_stack_guard.
2241 2017-08-10  Martin Sebor  <msebor@redhat.com>
2243         * print-tree.c (print_node): Print location using the established
2244         format %s:%i%i.
2245         Replace spaces with colons.
2246         (debug_raw, debug): Ditto.
2248 2017-08-10  Martin Sebor  <msebor@redhat.com>
2250         PR c++/81586
2251         * pretty-print.c (pp_format): Correct the handling of %s precision.
2253 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
2255         PR target/81736
2256         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2257         to ...
2258         (ix86_finalize_stack_frame_flags): This.  Also clear
2259         frame_pointer_needed if -fno-omit-frame-pointer is used without
2260         stack access.
2261         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2262         with ix86_finalize_stack_frame_flags.
2263         (ix86_expand_epilogue): Likewise.
2264         (ix86_expand_split_stack_prologue): Likewise.
2265         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
2267 2017-08-10  Martin Liska  <mliska@suse.cz>
2269         PR c++/81355
2270         * c-attribs.c (handle_target_attribute):
2271         Report warning for an empty string argument of target attribute.
2273 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
2275         PR c/81687
2276         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
2277         LABEL_DECLs.
2278         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
2279         or DECL_NONLOCAL labels.
2280         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
2281         or DECL_NONLOCAL labels here.
2283 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
2285         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
2286         to indicate when early gimple folding has been disabled.
2287         (rs6000_gimple_fold_builtin): Add debug content.
2288         (rs6000_invalid_builtin): Fix whitespace.
2289         (rs6000_expand_builtin): Fix whitespace.
2290         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
2292 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
2294         PR target/80938
2295         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
2296         SAVE_MULTIPLE if not all the registers that saves, should be saved.
2298 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
2300         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
2301         (qdf24xx): Likewise.
2302         * config/aarch64/aarch64.md: Include falkor.md.
2303         * config/aarch64/falkor.md: New.
2305 2017-08-09  Marek Polacek  <polacek@redhat.com>
2307         PR c/81233
2308         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
2309         * diagnostic.c (emit_diagnostic): Add a comment.
2310         (emit_diagnostic_valist): New function.
2312 2017-08-09  Marek Polacek  <polacek@redhat.com>
2314         PR c/81417
2315         * input.c (make_location): New overload.
2316         * input.h (make_location): Declare.
2318 2017-08-08  Alan Modra  <amodra@gmail.com>
2319             H.J. Lu  <hongjiu.lu@intel.com>
2321         PR driver/81523
2322         * gcc.c (NO_PIE_SPEC): Delete.
2323         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
2324         exclusion..
2325         (LINK_PIE_SPEC): ..to here.
2326         (LINK_COMMAND_SPEC): Support -no-pie.
2327         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
2328         chain of crtbegin*.o selection, update for PIE_SPEC changes and
2329         format.
2330         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
2331         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
2332         (ENDFILE_CRTEND_SPEC): Similarly.
2334 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
2336         PR target/81708
2337         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
2338         (mstack-protector-guard-offset=): Ditto.
2339         * config/i386/i386.c (ix86_option_override): Handle
2340         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
2341         options.
2342         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
2343         ix86_stack_protect_guard_offset variables.
2344         (TARGET_STACK_PROTECT_GUARD): Always define.
2345         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
2346         and -mstack-protector-guard-offset= options.
2348 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2350         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
2351         boundary case for the last candidate.
2353 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2355         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
2356         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
2358 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2360         PR middle-end/19706
2361         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
2362         * config/aarch64/aarch64-builtins.c
2363         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
2364         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
2365         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
2367 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2368             Andrew Pinski <pinskia@gmail.com>
2370         PR middle-end/19706
2371         * internal-fn.def (XORSIGN): New.
2372         * optabs.def (xorsign_optab): New.
2373         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
2374         (convert_expand_mult_copysign): New.
2375         (pass_optimize_widening_mul::execute): Call
2376         convert_expand_mult_copysign.
2378 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2380         PR tree-optimization/81354
2381         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
2382         Insert on edges rather than explicitly creating landing pads.
2383         (analyze_candidates_and_replace): Commit edge inserts.
2385 2017-08-08  Richard Biener  <rguenther@suse.de>
2387         PR middle-end/81719
2388         * tree-ssa-loop-niter.c: Include tree-dfa.h.
2389         (expand_simple_operations): Also look through ADDR_EXPRs with
2390         MEM_REF bases treating them as POINTER_PLUS_EXPR.
2392 2017-08-08  Richard Biener  <rguenther@suse.de>
2394         PR tree-optimization/81723
2395         * tree-vect-slp.c (struct bst_traits): New hash traits.
2396         (bst_fail): New global.
2397         (vect_build_slp_tree_2): New worker, split out from ...
2398         (vect_build_slp_tree): ... this now wrapping it with using
2399         bst_fail set to cache SLP tree build fails.  Properly handle
2400         max_tree_size.
2401         (vect_analyze_slp_instance): Allocate and free bst_fail.
2403 2017-08-08  Martin Liska  <mliska@suse.cz>
2405         PR tree-opt/81696
2406         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
2407         LABEL_DECLs that can be from a different function.
2409 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2411         PR tree-optimization/81744
2412         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
2413         loop's number of iterations.
2415 2017-08-08  Martin Liska  <mliska@suse.cz>
2417         * asan.c: Include header files.
2418         * attribs.c (build_decl_attribute_variant): New function moved
2419         from tree.[ch].
2420         (build_type_attribute_qual_variant): Likewise.
2421         (cmp_attrib_identifiers): Likewise.
2422         (simple_cst_list_equal): Likewise.
2423         (omp_declare_simd_clauses_equal): Likewise.
2424         (attribute_value_equal): Likewise.
2425         (comp_type_attributes): Likewise.
2426         (build_type_attribute_variant): Likewise.
2427         (lookup_ident_attribute): Likewise.
2428         (remove_attribute): Likewise.
2429         (merge_attributes): Likewise.
2430         (merge_type_attributes): Likewise.
2431         (merge_decl_attributes): Likewise.
2432         (merge_dllimport_decl_attributes): Likewise.
2433         (handle_dll_attribute): Likewise.
2434         (attribute_list_equal): Likewise.
2435         (attribute_list_contained): Likewise.
2436         * attribs.h (lookup_attribute): New function moved from tree.[ch].
2437         (lookup_attribute_by_prefix): Likewise.
2438         * bb-reorder.c: Include header files.
2439         * builtins.c: Likewise.
2440         * calls.c: Likewise.
2441         * cfgexpand.c: Likewise.
2442         * cgraph.c: Likewise.
2443         * cgraphunit.c: Likewise.
2444         * convert.c: Likewise.
2445         * dwarf2out.c: Likewise.
2446         * final.c: Likewise.
2447         * fold-const.c: Likewise.
2448         * function.c: Likewise.
2449         * gimple-expr.c: Likewise.
2450         * gimple-fold.c: Likewise.
2451         * gimple-pretty-print.c: Likewise.
2452         * gimple.c: Likewise.
2453         * gimplify.c: Likewise.
2454         * hsa-common.c: Likewise.
2455         * hsa-gen.c: Likewise.
2456         * internal-fn.c: Likewise.
2457         * ipa-chkp.c: Likewise.
2458         * ipa-cp.c: Likewise.
2459         * ipa-devirt.c: Likewise.
2460         * ipa-fnsummary.c: Likewise.
2461         * ipa-inline.c: Likewise.
2462         * ipa-visibility.c: Likewise.
2463         * ipa.c: Likewise.
2464         * lto-cgraph.c: Likewise.
2465         * omp-expand.c: Likewise.
2466         * omp-general.c: Likewise.
2467         * omp-low.c: Likewise.
2468         * omp-offload.c: Likewise.
2469         * omp-simd-clone.c: Likewise.
2470         * opts-global.c: Likewise.
2471         * passes.c: Likewise.
2472         * predict.c: Likewise.
2473         * sancov.c: Likewise.
2474         * sanopt.c: Likewise.
2475         * symtab.c: Likewise.
2476         * toplev.c: Likewise.
2477         * trans-mem.c: Likewise.
2478         * tree-chkp.c: Likewise.
2479         * tree-eh.c: Likewise.
2480         * tree-into-ssa.c: Likewise.
2481         * tree-object-size.c: Likewise.
2482         * tree-parloops.c: Likewise.
2483         * tree-profile.c: Likewise.
2484         * tree-ssa-ccp.c: Likewise.
2485         * tree-ssa-live.c: Likewise.
2486         * tree-ssa-loop.c: Likewise.
2487         * tree-ssa-sccvn.c: Likewise.
2488         * tree-ssa-structalias.c: Likewise.
2489         * tree-ssa.c: Likewise.
2490         * tree-streamer-in.c: Likewise.
2491         * tree-vectorizer.c: Likewise.
2492         * tree-vrp.c: Likewise.
2493         * tsan.c: Likewise.
2494         * ubsan.c: Likewise.
2495         * varasm.c: Likewise.
2496         * varpool.c: Likewise.
2497         * tree.c: Remove functions moved to attribs.[ch].
2498         * tree.h: Likewise.
2499         * config/aarch64/aarch64.c: Add attrs.h header file.
2500         * config/alpha/alpha.c: Likewise.
2501         * config/arc/arc.c: Likewise.
2502         * config/arm/arm.c: Likewise.
2503         * config/avr/avr.c: Likewise.
2504         * config/bfin/bfin.c: Likewise.
2505         * config/c6x/c6x.c: Likewise.
2506         * config/cr16/cr16.c: Likewise.
2507         * config/cris/cris.c: Likewise.
2508         * config/darwin.c: Likewise.
2509         * config/epiphany/epiphany.c: Likewise.
2510         * config/fr30/fr30.c: Likewise.
2511         * config/frv/frv.c: Likewise.
2512         * config/ft32/ft32.c: Likewise.
2513         * config/h8300/h8300.c: Likewise.
2514         * config/i386/winnt.c: Likewise.
2515         * config/ia64/ia64.c: Likewise.
2516         * config/iq2000/iq2000.c: Likewise.
2517         * config/lm32/lm32.c: Likewise.
2518         * config/m32c/m32c.c: Likewise.
2519         * config/m32r/m32r.c: Likewise.
2520         * config/m68k/m68k.c: Likewise.
2521         * config/mcore/mcore.c: Likewise.
2522         * config/microblaze/microblaze.c: Likewise.
2523         * config/mips/mips.c: Likewise.
2524         * config/mmix/mmix.c: Likewise.
2525         * config/mn10300/mn10300.c: Likewise.
2526         * config/moxie/moxie.c: Likewise.
2527         * config/msp430/msp430.c: Likewise.
2528         * config/nds32/nds32-isr.c: Likewise.
2529         * config/nds32/nds32.c: Likewise.
2530         * config/nios2/nios2.c: Likewise.
2531         * config/nvptx/nvptx.c: Likewise.
2532         * config/pa/pa.c: Likewise.
2533         * config/pdp11/pdp11.c: Likewise.
2534         * config/powerpcspe/powerpcspe.c: Likewise.
2535         * config/riscv/riscv.c: Likewise.
2536         * config/rl78/rl78.c: Likewise.
2537         * config/rx/rx.c: Likewise.
2538         * config/s390/s390.c: Likewise.
2539         * config/sh/sh.c: Likewise.
2540         * config/sol2.c: Likewise.
2541         * config/sparc/sparc.c: Likewise.
2542         * config/spu/spu.c: Likewise.
2543         * config/stormy16/stormy16.c: Likewise.
2544         * config/tilegx/tilegx.c: Likewise.
2545         * config/tilepro/tilepro.c: Likewise.
2546         * config/v850/v850.c: Likewise.
2547         * config/vax/vax.c: Likewise.
2548         * config/visium/visium.c: Likewise.
2549         * config/xtensa/xtensa.c: Likewise.
2551 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
2553         PR target/81593
2554         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
2555         constraints since the -mupper-regs-* switches have been
2556         eliminated.
2557         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
2558         into a vector from a double word element that was extracted from
2559         another vector, and eliminate extra XXPERMDI instructions.
2560         (vsx_concat_<mode>_2): Likewise.
2561         (vsx_concat_<mode>_3): Likewise.
2562         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
2563         concat to allow optimizing inserts from previous extracts.
2565 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
2567         * config/i386/i386.c (ix86_stack_protect_guard): Generate
2568         memory reference to a SSP offset in TLS address space.
2569         (ix86_print_operand) <case '@'>: Remove.
2570         (ix86_print_operand_punct_valid_p): Remove '@' code.
2571         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
2572         UNSPEC_SP_TLS_TEST.
2573         (stack_tls_protect_set_<mode>): Remove.
2574         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
2575         (stack_tls_protect_test_<mode>): Remove.
2576         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
2578 2017-08-07  Olivier Hainque  <hainque@adacore.com>
2580         PR target/81755
2581         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
2583 2017-08-07  Douglas Rupp  <rupp@adacore.com>
2585         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
2586         variable was referenced as multidir in command.
2588 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2590         PR c/69389
2591         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
2592         BIT_FIELD_REF.
2594 2017-08-07  Martin Liska  <mliska@suse.cz>
2596         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
2597         * config/rl78/rl78.c: Add include of attribs.h.
2598         * config/sh/sh.c: Likewise.
2599         * config/v850/v850.c: Likewise.
2601 2017-08-07  Tom de Vries  <tom@codesourcery.com>
2603         PR middle-end/78266
2604         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
2606 2017-08-07  Martin Liska  <mliska@suse.cz>
2608         * config/mips/mips.c: Include attribs.h.
2610 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
2612         PR fortran/68829
2613         * doc/invoke.texi: Document change in behvaior for -Ofast for
2614         Fortran.
2616 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
2618         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
2619         Use gen_frame_mem.
2620         (aarch64_pop_regs): Likewise.
2621         (aarch64_gen_load_pair): Likewise.
2622         (aarch64_save_callee_saves): Likewise.
2623         (aarch64_restore_callee_saves): Likewise.
2625 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2627         * config/i386/i386.c: Revert the last change.
2629 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2631         PR target/81736
2632         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2633         to ...
2634         (ix86_finalize_stack_frame_flags): This.  Also clear
2635         frame_pointer_needed if -fno-omit-frame-pointer is used without
2636         stack access.
2637         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2638         with ix86_finalize_stack_frame_flags.
2639         (ix86_expand_epilogue): Likewise.
2640         (ix86_expand_split_stack_prologue): Likewise.
2642 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2644         PR target/81743
2645         * config/i386/i386.c (get_builtin_code_for_version): Set priority
2646         to P_AES for Westmere.
2648 2017-08-07  Jonathan Yong  <10walls@gmail.com>
2650         * config/i386/mingw.opt (fset-stack-executable): Removed.
2651         * config/i386/cygming.opt (fset-stack-executable): Moved
2652         from mingw.opt.
2653         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
2655 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
2657         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
2659 2017-08-07  Marek Polacek  <polacek@redhat.com>
2661         PR middle-end/81737
2662         * fold-const.c (fold_indirect_ref_1): Check type_domain.
2664 2017-08-07  Martin Liska  <mliska@suse.cz>
2666         * attribs.h (canonicalize_attr_name): New function.
2667         (cmp_attribs): Move from c-format.c and adjusted.
2668         (is_attribute_p): Moved from tree.h.
2669         * tree-inline.c: Add new includes.
2670         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
2671         (private_is_attribute_p): Remove.
2672         (private_lookup_attribute): Likewise.
2673         (private_lookup_attribute_by_prefix): Simplify.
2674         (remove_attribute): Use is_attribute_p.
2675         * tree.h: Remove removed declarations.
2677 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2679         PR middle-end/81698
2680         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
2681         instead of computing it in the function.  Formatting fix.
2682         (expand_case): Don't rely on default_edge being the first edge,
2683         clear it if removing it, pass default_edge to
2684         emit_case_dispatch_table.
2685         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
2686         fix.
2688 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
2690         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
2691         insn in the function, emit NOP after the insn.
2693 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2695         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
2696         and element loops.
2698 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2700         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
2701         loop.
2703 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
2705         PR tree-optimization/57371
2706         * match.pd: New pattern.
2708 2017-08-04  Marek Polacek  <polacek@redhat.com>
2710         PR middle-end/81695
2711         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
2712         perform the computation in offset_int.
2714 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2716         PR tree-optimization/81136
2717         * tree-vectorizer.h: Include tree-hash-traits.h.
2718         (vec_base_alignments): New typedef.
2719         (vec_info): Add a base_alignments field.
2720         (vect_record_base_alignments): Declare.
2721         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
2722         field.
2723         (DR_IS_CONDITIONAL_IN_STMT): New macro.
2724         (create_data_ref): Add an is_conditional_in_stmt argument.
2725         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
2726         the is_conditional_in_stmt field.
2727         (data_ref_loc): Add an is_conditional_in_stmt field.
2728         (get_references_in_stmt): Set the is_conditional_in_stmt field.
2729         (find_data_references_in_stmt): Update call to create_data_ref.
2730         (graphite_find_data_references_in_stmt): Likewise.
2731         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
2732         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
2733         (vect_record_base_alignment): New function.
2734         (vect_record_base_alignments): Likewise.
2735         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
2736         for nested statements even if we fail to compute a misalignment.
2737         Use pooled base alignments for unconditional references.
2738         (vect_find_same_alignment_drs): Compare base addresses instead
2739         of base objects.
2740         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
2741         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
2743 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2745         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
2746         Add an explicit name for the enum.  Use auto_vec for slp_instances
2747         and grouped_stores.
2748         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
2749         for all vectors.
2750         (_bb_vec_info): Add a constructor and destructor.
2751         (vinfo_for_stmt): Return NULL for uids of -1 as well.
2752         (destroy_loop_vec_info): Delete.
2753         (vect_destroy_datarefs): Likewise.
2754         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
2755         (vec_info::vec_info): New function.
2756         (vec_info::~vec_info): Likewise.
2757         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
2758         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
2759         destroy_loop_vec_info.
2760         * tree-vect-loop.c (new_loop_vec_info): Replace with...
2761         (_loop_vec_info::_loop_vec_info): ...this.
2762         (destroy_loop_vec_info): Replace with...
2763         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
2764         the stmt_vec_infos.  Leave handling of vec_info information to its
2765         destructor.  Remove explicit vector releases.
2766         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
2767         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
2768         * tree-vect-slp.c (new_bb_vec_info): Replace with...
2769         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
2770         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
2771         (destroy_bb_vec_info): Replace with...
2772         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
2773         information to its destructor.
2774         (vect_slp_analyze_bb_1): Use new and delete instead of
2775         new_bb_vec_info and destroy_bb_vec_info.
2776         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
2777         single delete.
2779 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2781         * tree-data-ref.h (subscript): Add access_fn field.
2782         (data_dependence_relation): Add could_be_independent_p.
2783         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
2784         (same_access_functions): Move to tree-data-ref.c.
2785         * tree-data-ref.c (ref_contains_union_access_p): New function.
2786         (access_fn_component_p): Likewise.
2787         (access_fn_components_comparable_p): Likewise.
2788         (dr_analyze_indices): Add a reference to access_fn_component_p.
2789         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
2790         DR_ACCESS_FN.
2791         (constant_access_functions): Likewise.
2792         (add_other_self_distances): Likewise.
2793         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
2794         (initialize_data_dependence_relation): Use XCNEW and remove
2795         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
2796         of access functions that have the same type.  Allow the
2797         subsequence to end with different bases in some circumstances.
2798         Record the chosen access functions in SUB_ACCESS_FN.
2799         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
2800         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
2801         (subscript_dependence_tester_1): Likewise dra and drb.
2802         (build_classic_dist_vector): Update calls accordingly.
2803         (subscript_dependence_tester): Likewise.
2804         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
2805         DDR_COULD_BE_INDEPENDENT_P.
2806         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
2807         comp_alias_ddrs instead of may_alias_ddrs.
2808         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
2809         New function.
2810         (vect_analyze_data_ref_dependence): Use it if
2811         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
2812         distance vectors if that fails.
2813         (dependence_distance_ge_vf): New function.
2814         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
2815         LOOP_VINFO_MAY_ALIAS_DDRS.
2817 2017-08-04  Richard Biener  <rguenther@suse.de>
2819         PR middle-end/81705
2820         * fold-const.c (fold_binary_loc): Properly restrict
2821         minus_var0 && minus_var1 case when associating undefined overflow
2822         entities.
2824 2017-08-04  Tom de Vries  <tom@codesourcery.com>
2826         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
2828 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2830         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2831         Don't start diagnostic messages with a capital letter.
2832         * config/rs6000/rs6000.c (rs6000_option_override_internal):
2833         Likewise.
2834         (rs6000_invalid_builtin): Likewise.
2835         (rs6000_trampoline_init): Likewise.
2837 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
2839         PR target/81621
2840         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
2841         after setting changeable df flags.
2843 2017-08-03  Richard Biener  <rguenther@suse.de>
2845         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
2846         up if the use is in USE - X.
2848 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
2850         * toplev.c (dumpfile.h): New include.
2851         (internal_error_reentered): New static function.  Use it...
2852         (internal_error_function): ...here to handle reentered internal_error.
2854 2017-08-03  Richard Biener  <rguenther@suse.de>
2856         PR middle-end/81148
2857         * fold-const.c (split_tree): Add minus_var and minus_con
2858         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
2859         here but always use minus_*.
2860         (associate_trees): Assert we never associate with MINUS_EXPR
2861         and NULL first operand.  Do not recurse for PLUS_EXPR operands
2862         when associating as MINUS_EXPR either.
2863         (fold_binary_loc): Track minus_var and minus_con.
2865 2017-08-03  Tom de Vries  <tom@codesourcery.com>
2867         PR lto/81430
2868         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
2869         ACCEL_COMPILER, apply finish_options on
2870         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
2872 2017-08-03  Tom de Vries  <tom@codesourcery.com>
2874         PR target/81662
2875         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
2876         function_entry_patch_area_size > 0.
2878 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
2880         PR driver/81650
2881         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
2882         instead of 10??LU, perform unit multiplication in wide_int,
2883         don't change alloc_object_size_limit if the limit is larger
2884         than SSIZE_MAX.
2886         PR tree-optimization/81655
2887         PR tree-optimization/81588
2888         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
2889         the case when ranges[i].low and high are 1 for unsigned type with
2890         precision 1.
2892         PR middle-end/81052
2893         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
2894         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
2896 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2898         * tree-vrp.h: Add include guard.
2900 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
2902         PR target/81644
2903         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
2904         (ud2): New insn pattern.
2905         * config/i386/i386.c (ix86_expand_epilogue):
2906         For naked functions, generate ud2 instead of trap insn.
2908 2017-08-02  Marek Polacek  <polacek@redhat.com>
2910         PR other/81667
2911         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
2913 2017-08-02  Tom de Vries  <tom@codesourcery.com>
2914             Cesar Philippidis  <cesar@codesourcery.com>
2916         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
2917         Add missing edge probabilities.
2919 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
2921         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
2922         Correct endianness.
2924 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
2926         PR middle-end/79499
2927         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
2928         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
2929         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
2930         prologue_seq sequences - if any.
2932 2017-08-02  Richard Biener  <rguenther@suse.de>
2934         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
2935         via vectors if supported, integer extracts via punning if supported
2936         or otherwise vector extracts.
2938 2017-08-02  Richard Biener  <rguenther@suse.de>
2940         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
2941         into ...
2942         (bitmap_insert_into_set): ... this.
2944 2017-08-02  Richard Biener  <rguenther@suse.de>
2946         PR tree-optimization/81633
2947         Revert
2948         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
2950         PR tree-optimization/71752
2951         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
2953 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
2955         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
2956         (machine_function::call_ms2sysv_pad_out): Remove field.
2957         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
2958         (ix86_compute_frame_layout): Likewise.
2960 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2962         PR target/81654
2963         * config/i386/i386.c (ix86_set_func_type): Disallow naked
2964         attribute with interrupt attribute.
2966 2017-08-01  Andrew Pinski  <apinski@cavium.com>
2968         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
2969         BIT_INSERT_EXPR's operand 1
2970         to see if the types precision matches.
2972 2017-08-01  Martin Liska  <mliska@suse.cz>
2974         PR middle-end/70140
2975         * builtins.c (expand_builtin_memcpy_args): Remove.
2976         (expand_builtin_memcpy): Call newly added function
2977         expand_builtin_memory_copy_args.
2978         (expand_builtin_memcpy_with_bounds): Likewise.
2979         (expand_builtin_mempcpy): Remove last argument.
2980         (expand_builtin_mempcpy_with_bounds): Likewise.
2981         (expand_builtin_memory_copy_args): New function created from
2982         expand_builtin_mempcpy_args with small modifications.
2983         (expand_builtin_mempcpy_args): Remove.
2984         (expand_builtin_stpcpy): Remove unused argument.
2985         (expand_builtin): Likewise.
2986         (expand_builtin_with_bounds): Likewise.
2988 2017-08-01  Martin Liska  <mliska@suse.cz>
2990         Revert r250771
2991         Make mempcpy more optimal (PR middle-end/70140).
2993 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
2995         PR target/81622
2996         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
2997         __builtin_vec_cmpne verify both arguments are compatible vectors
2998         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
2999         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
3000         move computation of aligned to after checking the argument types.
3001         Formatting fixes.
3003         PR target/80846
3004         * config/rs6000/vsx.md (vextract_fp_from_shorth,
3005         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
3006         calls.
3008 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
3009             Doug Rupp  <rupp@adacore.com>
3010             Olivier Hainque  <hainque@adacore.com>
3012         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
3013         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
3014         arm8 (arch v4).
3015         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
3016         for TARGET_OS_CPP_BUILTIN.
3017         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
3018         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
3019         arm_arch7.
3020         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
3021         passing required abi options to the assembler for EABI configurations.
3022         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
3023         of .text.hot and .text.unlikely sections for kernel modules when
3024         using ARM style exceptions.
3025         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
3026         options. Add EXTRA_CC1_SPEC.
3027         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
3028         toolchain options.
3029         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
3030         transition.
3031         (ARM_TARGET2_DWARF_FORMAT): Define.
3032         * config/arm/t-vxworks: Adjust multilib control to removal of the
3033         Diab command line options.
3035 2017-08-01  Martin Liska  <mliska@suse.cz>
3037         PR gcov-profile/81561
3038         * gcov.c (unblock): Make unblocking safe as we need to preserve
3039         index correspondence of blocks and block_lists.
3041 2017-08-01  Richard Biener  <rguenther@suse.de>
3043         PR tree-optimization/81181
3044         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
3045         (compute_antic): ... end of iteration here.
3047 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
3049         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
3050         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
3051         (ftree-slp-vectorize): Likewise.
3052         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
3053         can no longer be set independent of flag_tree_loop_vectorize.
3054         * omp-general.c (emp_max_vf): Likewise.
3055         * opts.c (enable_fdo_optimizations): Remove references to
3056         flag_tree_vectorize, these are now implicit.
3057         (common_handle_option): Remove handling for OPT_ftree_vectorize,
3058         and leave it for the options machinery.
3060 2017-08-01  Martin Liska  <mliska@suse.cz>
3062         PR middle-end/70140
3063         * builtins.c (expand_builtin_memcpy_args): Remove.
3064         (expand_builtin_memcpy): Call newly added function
3065         expand_builtin_memory_copy_args.
3066         (expand_builtin_memcpy_with_bounds): Likewise.
3067         (expand_builtin_mempcpy): Remove last argument.
3068         (expand_builtin_mempcpy_with_bounds): Likewise.
3069         (expand_builtin_memory_copy_args): New function created from
3070         expand_builtin_mempcpy_args with small modifications.
3071         (expand_builtin_mempcpy_args): Remove.
3072         (expand_builtin_stpcpy): Remove unused argument.
3073         (expand_builtin): Likewise.
3074         (expand_builtin_with_bounds): Likewise.
3076 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3078         PR target/81641
3079         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
3080         print "ds:" only for immediates in generic address space.
3082 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3084         PR target/81639
3085         * config/i386/i386.c (ix86_funciton_naked): New prototype.
3086         (ix86_function_ok_for_sibcall): Return false for naked functions.
3088 2017-08-01  Richard Biener  <rguenther@suse.de>
3090         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
3091         (compute_antic): Seed worklist with exit block predecessors.
3092         * cfganal.c (dfs_find_deadend): For a cycle return the source
3093         of the edge closing it.
3095 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
3097         * config/aarch64/aarch64.c
3098         (aarch64_can_const_movi_rtx_p): Move 0 check.
3100 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3102         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
3103         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
3104         above macro.
3105         * match.pd: Ditto in address comparison pattern.
3107 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3109         PR tree-optimization/81627
3110         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
3111         closed ssa form for store-store chain.
3113 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3115         PR tree-optimization/81620
3116         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
3117         for store-store chain.
3119 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
3121         PR tree-optimization/81588
3122         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
3123         ranges[i].in_p, invert comparison code ccode.  For >/>=,
3124         swap rhs1 and rhs2 and comparison code unconditionally,
3125         for </<= don't do that.  Don't swap rhs1/rhs2 again if
3126         ranges[i].in_p, instead invert comparison code ccode if
3127         opcode or oe->rank is BIT_IOR_EXPR.
3129         PR target/80846
3130         * optabs.def (vec_extract_optab, vec_init_optab): Change from
3131         a direct optab to conversion optab.
3132         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
3133         with GET_MODE_INNER as last argument instead of optab_handler.
3134         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
3135         vector extraction if possible and optab is available.
3136         * expr.c (store_constructor): Use convert_optab_handler instead
3137         of optab_handler.  Use vector initialization from smaller
3138         vectors if possible and optab is available.
3139         * tree-vect-stmts.c (vectorizable_load): Likewise.
3140         * doc/md.texi (vec_extract, vec_init): Document that the optabs
3141         now have two modes.
3142         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
3143         of vec_init from half-sized vectors with the same element mode.
3144         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
3145         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
3146         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
3147         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
3148         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
3149         after mode in gen_vec_extract* calls.
3150         (vec_extract<mode>): Renamed to ...
3151         (vec_extract<mode><ssescalarmodelower>): ... this.
3152         (vec_extract<mode><ssehalfvecmodelower>): New expander.
3153         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
3154         element mode after mode in gen_vec_init* calls.
3155         (VEC_INIT_HALF_MODE): New mode iterator.
3156         (vec_init<mode>): Renamed to ...
3157         (vec_init<mode><ssescalarmodelower>): ... this.
3158         (vec_init<mode><ssehalfvecmodelower>): New expander.
3159         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
3160         (vec_extractv2sfsf): ... this.
3161         (vec_initv2sf): Renamed to ...
3162         (vec_initv2sfsf): ... this.
3163         (vec_extractv2si): Renamed to ...
3164         (vec_extractv2sisi): ... this.
3165         (vec_initv2si): Renamed to ...
3166         (vec_initv2sisi): ... this.
3167         (vec_extractv4hi): Renamed to ...
3168         (vec_extractv4hihi): ... this.
3169         (vec_initv4hi): Renamed to ...
3170         (vec_initv4hihi): ... this.
3171         (vec_extractv8qi): Renamed to ...
3172         (vec_extractv8qiqi): ... this.
3173         (vec_initv8qi): Renamed to ...
3174         (vec_initv8qiqi): ... this.
3175         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
3176         (vec_init<mode>): Renamed to ...
3177         (vec_init<mode><VEC_base_l>): ... this.
3178         (vec_extract<mode>): Renamed to ...
3179         (vec_extract<mode><VEC_base_l>): ... this.
3180         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
3181         (vec_initv2sfsf): ... this.
3182         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
3183         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3184         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
3185         element mode after mode in gen_vec_init* calls.
3186         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
3187         (vec_init<mode><Vel>): ... this.
3188         (vec_extract<mode>): Renamed to ...
3189         (vec_extract<mode><Vel>): ... this.
3190         * config/aarch64/iterators.md (Vel): New mode attribute.
3191         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
3192         Add element mode after mode in gen_vec_extract* calls.
3193         * config/s390/vector.md (non_vec_l): New mode attribute.
3194         (vec_extract<mode>): Renamed to ...
3195         (vec_extract<mode><non_vec_l>): ... this.
3196         (vec_init<mode>): Renamed to ...
3197         (vec_init<mode><non_vec_l>): ... this.
3198         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
3199         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
3200         vec_extract mode.
3201         * config/arm/iterators.md (V_elem_l): New mode attribute.
3202         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
3203         (vec_extract<mode><V_elem_l>): ... this.
3204         (vec_extractv2di): Renamed to ...
3205         (vec_extractv2didi): ... this.
3206         (vec_init<mode>): Renamed to ...
3207         (vec_init<mode><V_elem_l>): ... this.
3208         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
3209         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
3210         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
3211         Add element mode after gen_vec_extract* calls.
3212         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
3213         (vec_init<mode><unitmode>): ... this.
3214         (vec_extract<mode>): Renamed to ...
3215         (vec_extract<mode><unitmode>): ... this.
3216         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
3217         (vec_init<mode><unitmode>): ... this.
3218         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
3219         (vec_initv2sfsf): ... this.
3220         (vec_extractv2sf): Renamed to ...
3221         (vec_extractv2sfsf): ... this.
3222         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
3223         Add element mode after gen_vec_extract* calls.
3224         * config/mips/mips.md (unitmode): New mode iterator.
3225         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
3226         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
3227         * config/spu/spu.md (inner_l): New mode attribute.
3228         (vec_init<mode>): Renamed to ...
3229         (vec_init<mode><inner_l>): ... this.
3230         (vec_extract<mode>): Renamed to ...
3231         (vec_extract<mode><inner_l>): ... this.
3232         * config/sparc/sparc.md (veltmode): New mode iterator.
3233         (vec_init<VMALL:mode>): Renamed to ...
3234         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
3235         * config/ia64/vect.md (vec_initv2si): Renamed to ...
3236         (vec_initv2sisi): ... this.
3237         (vec_initv2sf): Renamed to ...
3238         (vec_initv2sfsf): ... this.
3239         (vec_extractv2sf): Renamed to ...
3240         (vec_extractv2sfsf): ... this.
3241         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
3242         (vec_init<mode>): Renamed to ...
3243         (vec_init<mode><VEC_base_l>): ... this.
3244         (vec_extract<mode>): Renamed to ...
3245         (vec_extract<mode><VEC_base_l>): ... this.
3246         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
3247         (vec_initv2sfsf): ... this.
3248         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
3249         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3250         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
3251         gen_vec_init* calls.
3253 2017-08-01  Richard Biener  <rguenther@suse.de>
3255         PR tree-optimization/81297
3256         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
3257         TREE_OVERFLOW from INTEGER_CSTs.
3259 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
3261         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
3263 2017-07-31  Carl Love  <cel@us.ibm.com>
3265         * config/rs6000/rs6000-c: Add support for built-in functions
3266         vector signed char vec_xl_be (signed long long, signed char *);
3267         vector unsigned char vec_xl_be (signed long long, unsigned char *);
3268         vector signed int vec_xl_be (signed long long, signed int *);
3269         vector unsigned int vec_xl_be (signed long long, unsigned int *);
3270         vector signed long long vec_xl_be (signed long long, signed long long *);
3271         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
3272         vector signed short vec_xl_be (signed long long, signed short *);
3273         vector unsigned short vec_xl_be (signed long long, unsigned short *);
3274         vector double vec_xl_be (signed long long, double *);
3275         vector float vec_xl_be (signed long long, float *);
3276         * config/rs6000/altivec.h (vec_xl_be): Add #define.
3277         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
3278         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
3279         for the builtins.
3280         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
3281         (altivec_expand_builtin): Add switch statement to call
3282         altivec_expand_xl_be for each builtin.
3283         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
3284         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
3285         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
3286         __builtin_vsx_le_be_v16qi.
3287         * doc/extend.texi: Update the built-in documentation file for the
3288         new built-in functions.
3290 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3292         PR target/25967
3293         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
3294         New function.
3295         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
3297 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3299         * config.gcc: Add z14.
3300         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
3301         CPU model numbers for z13s and z14.
3302         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
3303         arch12 with z14.
3304         * config/s390/s390-opts.h (enum processor_type): Rename
3305         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3306         * config/s390/s390.c (processor_table): Add field for CPU name to
3307         be passed to Binutils.
3308         (s390_asm_output_machine_for_arch): Use the new field in
3309         processor_table for Binutils.
3310         (s390_expand_builtin): Replace arch12 with z14.
3311         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3312         (s390_get_sched_attrmask): Likewise.
3313         (s390_get_unit_mask): Likewise.
3314         * config/s390/s390.opt: Add z14 to processor_type enum.
3316 2017-07-31  Martin Jambor  <mjambor@suse.cz>
3318         PR hsa/81477
3319         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
3320         regardless of optimization level.
3322 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
3323             Martin Liska  <mliska@suse.cz>
3325         * predict.def: Remove old comment and adjust probability.
3326         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
3327         PREDICT statements.
3329 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3331         PR target/25967
3332         * config/i386/i386.c (ix86_function_naked): New function.
3333         (ix86_can_use_return_insn_p): Return false for naked functions.
3334         (ix86_expand_prologue): Skip prologue for naked functions.
3335         (ix86_expand_epilogue): Skip epilogue for naked functions
3336         and emit trap instruction.
3337         (ix86_warn_func_return): New function.
3338         (ix86_attribute_table): Add "naked" attribute specification.
3339         (TARGET_WARN_FUNC_RETURN): Define.
3340         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
3342 2017-07-31  Martin Liska  <mliska@suse.cz>
3344         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
3345         (dump_gimple_bb_header): Always dump BB info.
3346         (pp_cfg_jump): Do not append info about BB when dumping a jump.
3348 2017-07-31  Martin Liska  <mliska@suse.cz>
3350         PR sanitize/81530
3351         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
3352         also with current_function_decl non-null equality.
3354 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
3356         PR sanitizer/81604
3357         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
3358         change type to the element type, instead add eltype variable and
3359         use it where we are interested in the element type.
3361         PR tree-optimization/81603
3362         * ipa-polymorphic-call.c
3363         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
3364         offset arithmetic in offset_int, bail out if the resulting bit offset
3365         doesn't fit into shwi.
3367 2017-07-31  Martin Liska  <mliska@suse.cz>
3369         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
3370         (gimplify_save_expr): Fix comment.
3372 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
3374         PR target/79793
3375         * config/i386/i386.c (ix86_function_arg): Update arguments for
3376         exception handler.
3377         (ix86_compute_frame_layout): Set the initial stack offset to
3378         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
3379         INCOMING_FRAME_SP_OFFSET.
3380         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
3381         stack before exception handler returns.
3382         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
3383         the 'ERROR_CODE' for exception handler.
3385 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
3387         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
3388         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
3389         (ASM_OUTPUT_REG_POP): Ditto.
3390         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
3391         instead of asm_fprintf to output pure string.
3393 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
3395         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
3396         to imported_module_or_decl hook.
3397         (debug_nothing_tree_tree_tree_bool): Remove.
3398         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
3399         * debug.c (do_nothing_debug_hooks): Use
3400         debug_nothing_tree_tree_tree_bool_bool instead of
3401         debug_nothing_tree_tree_tree_bool.
3402         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
3403         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
3404         * sdbout.c (sdb_debug_hooks): Likewise.
3405         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
3406         (gen_namespace_die): Add DW_AT_export_symbols attribute if
3407         langhook wants it.
3408         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
3409         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
3410         attribute, don't add anything.
3412 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3414         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
3415         (fold_build2_stat_loc): Likewise.
3416         (fold_build3_stat_loc): Likewise.
3417         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
3418         (fold_build1_loc): Remove macro.
3419         (fold_build2_loc): Likewise.
3420         (fold_build3_loc): Likewise.
3422 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3424         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
3425         (gimple_build_debug_bind_source_stat): Likewise.
3426         * gimple.h (gimple_build_debug_bind): Remove macro.
3427         (gimple_build_debug_bind_source): Likewise.
3429 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3431         * bitmap.c (bitmap_alloc): Adjust.
3432         (bitmap_gc_alloc): Likewise.
3433         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
3435 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3437         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
3438         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
3439         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
3440         (bitmap_gc_alloc_stat): Likewise.
3441         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
3443 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3445         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
3446         * rtl.h (shallow_copy_rtx): Remove macro.
3448 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3450         * emit-rtl.c (gen_raw_REG): Adjust.
3451         * gengenrtl.c (gendef): Likewise.
3452         * rtl.c (rtx_alloc_stat): Remove _stat from name.
3453         * rtl.h (rtx_alloc): Remove macro.
3455 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3457         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
3458         (build_tree_list_stat): Likewise.
3459         * tree.h (build_tree_list): Remove macro.
3460         (build_tree_list_vec): Likewise.
3462 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3464         * tree.c (make_vector_stat): Remove _stat from name.
3465         (build_vector_stat): Likewise.
3466         * tree.h (make_vector_stat): Remove macro.
3467         (build_vector_stat): Likewise.
3469 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3471         * tree.h (build_var_debug_value): Remove prototype.
3473 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3475         * tree.c (tree_cons_stat): Remove _stat from name.
3476         * tree.h (tree_cons): Remove macro.
3478 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3480         * tree.c (build_vl_exp_stat): Remove _stat from name.
3481         * tree.h (build_vl_exp): Remove macro.
3483 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3485         * tree.c (build_decl_stat): Remove _stat from name.
3486         * tree.h (build_decl): Remove macro.
3488 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3490         * gimple.c (gimple_build_with_ops_stat): Adjust.
3491         (gimple_alloc_stat): Remove _stat from name.
3492         * gimple.h (gimple_alloc): Remove macro.
3494 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3496         * tree.c (make_tree_vec_stat): Remove _stat from name.
3497         (grow_tree_vec_stat): Likewise.
3498         * tree.h (make_tree_vec_stat): Adjust prototype.
3499         (grow_tree_vec_stat): Likewise.
3500         (make_tree_vec): Remove macro.
3501         (grow_tree_vec): Likewise.
3503 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3505         * fold-const.c (fold_build1_stat_loc): Adjust.
3506         (fold_build2_stat_loc): Likewise.
3507         (fold_build3_stat_loc): Likewise.
3508         * tree.c (build0_stat): Remove _stat from name.
3509         (build1_stat): Likewise.
3510         (build2_stat): Likewise.
3511         (build3_stat): Likewise.
3512         (build4_stat): Likewise.
3513         (build5_stat): Likewise.
3514         * tree.h (build1_loc): Remove macro, and rename _stat function
3515         to this.
3516         (build2_loc): Likewise.
3517         (build3_loc): Likewise.
3518         (build4_loc): Likewise.
3519         (build5_loc): Likewise.
3521 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3523         * tree.c (make_int_cst_stat): Remove _stat from name.
3524         * tree.h (make_int_cst_stat): Adjust prototype.
3525         (make_int_cst): Remove macro.
3527 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3529         * tree.c (make_tre_binfo_stat): Remove _stat from name.
3530         * tree.h (make_tree_binfo_stat): Adjust prototype.
3531         (make_tree_binfo): Remove.
3533 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3535         * tree.c (copy_node_stat): Rename to copy_node.
3536         (build_distinct_type_copy): Adjust.
3537         * tree.h (copy_node_stat): Adjust prototype.
3538         (copy_node): Remove macro.
3540 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3542         * tree.c (make_node_stat): rename to make_node.
3543         (build_tree_list_stat): Adjust.
3544         (build0_stat): Likewise.
3545         (build2_stat): Likewise.
3546         (build3_stat): Likewise.
3547         (build4_stat): Likewise.
3548         (build5_stat): Likewise.
3549         (build_decl_stat): Likewise.
3550         * tree.h (make_node_stat): Adjust prototype.
3551         (make_node): remove macro.
3553 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
3555         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
3556         (PPC_FEATURE2_SCV): Likewise.
3557         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
3559 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3561         * config/aarch64/aarch64.c
3562         (aarch64_internal_mov_immediate): Add new special pattern.
3563         * config/aarch64/aarch64.md (*movdi_aarch64):
3564         Add reg/32bit const mov case.
3566 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3567             Richard Sandiford <richard.sandiford@linaro.org>
3569         * config/aarch64/aarch64.md (mov<mode>): Generalize.
3570         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
3571         Add integer and movi cases.
3572         (movi-split-hf-df-sf split, fp16): New.
3573         (enabled): Added TARGET_FP_F16INST.
3574         * config/aarch64/iterators.md (GPF_HF): New.
3575         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
3577 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3579         * config/aarch64/aarch64.c
3580         (aarch64_simd_container_mode): Add prototype.
3581         (aarch64_expand_mov_immediate): Add HI support.
3582         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
3583         (aarch64_can_const_movi_rtx_p): New.
3584         (aarch64_preferred_reload_class):
3585         Remove restrictions of using FP registers for certain SIMD operations.
3586         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
3587         (aarch64_valid_floating_const): Add integer move validation.
3588         (aarch64_simd_imm_scalar_p): Remove.
3589         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
3590         (aarch64_legitimate_constant_p): Expand list of supported cases.
3591         * config/aarch64/aarch64-protos.h
3592         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
3593         (aarch64_reinterpret_float_as_int): New.
3594         (aarch64_simd_imm_scalar_p): Remove.
3595         * config/aarch64/constraints.md (Uvi): New.
3596         (Dd): Split into Ds and new Dd.
3597         * config/aarch64/aarch64.md (*movsi_aarch64):
3598         Add SIMD mov case.
3599         (*movdi_aarch64): Add SIMD mov case.
3601 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3603         * tree-predcom.c: (struct chain): Handle store-store chain in which
3604         stores for elimination only store loop invariant values.
3605         (execute_pred_commoning_chain): Ditto.
3606         (prepare_initializers_chain_store_elim): Ditto.
3607         (prepare_finalizers): Ditto.
3608         (is_inv_store_elimination_chain): New function.
3609         (initialize_root_vars_store_elim_1): New function.
3611 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3613         * tree-predcom.c: Revise general description of the pass.
3614         (enum chain_type): New enum type for store elimination.
3615         (struct chain): New field supporting store elimination.
3616         (struct component): Ditto.
3617         (dump_chain): Dump store-stores chain.
3618         (release_chain): Release resources.
3619         (split_data_refs_to_components): Compute and create component
3620         contains only stores for elimination.
3621         (get_chain_last_ref_at): New function.
3622         (make_invariant_chain): Initialization.
3623         (make_rooted_chain): Specify chain type in parameter and record it.
3624         (add_looparound_copies): Skip for store-stores chain.
3625         (determine_roots_comp): Compute type of chain and pass it to
3626         make_rooted_chain.
3627         (initialize_root_vars_store_elim_2): New function.
3628         (finalize_eliminated_stores): New function.
3629         (remove_stmt): Handle store for elimination.
3630         (execute_pred_commoning_chain): Execute predictive commoning on
3631         store-store chains.
3632         (determine_unroll_factor): Skip unroll for store-stores chain.
3633         (prepare_initializers_chain_store_elim): New function.
3634         (prepare_initializers_chain): Hanlde store-store chain.
3635         (prepare_finalizers_chain, prepare_finalizers): New function.
3636         (tree_predictive_commoning_loop): Return integer value indicating
3637         if loop is unrolled or lcssa form is corrupted.
3638         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
3640 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3642         * tree-predcom.c (initialize_root): Delete.
3643         (execute_pred_commoning_chain): Initialize root vars and replace
3644         reference of non-combined chain directly, rather than call above
3645         function.
3647 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3649         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
3650         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
3652 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3654         * tree-predcom.c (struct chain): New field init_seq.
3655         (release_chain): Release init_seq.
3656         (prepare_initializers_chain): Record intialization stmts in above
3657         field.
3658         (insert_init_seqs): New function.
3659         (tree_predictive_commoning_loop): Call insert_init_seqs.
3661 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3663         * tree-predcom.c (determine_roots_comp): Skip trivial components.
3665 2017-07-28  Richard Biener  <rguenther@suse.de>
3667         * match.pd: Remove superfluous :c.
3668         * genmatch.c (simplify::id): Add member.
3669         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
3670         Copy id.
3671         (current_id): New global.
3672         (dt_node::parent): Move from ...
3673         (dt_operand::parent): ... here.  Add for_id member.
3674         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
3675         (decision_tree::find_node): Relax order requirement when
3676         merging DT_TRUE nodes to ones inbetween the current simplify
3677         and the one we try to merge with.  Add diagnostic whenever
3678         we need to enforce pattern order by not merging.
3679         (decision_tree::insert): Set current_id.
3680         (decision_tree::print_node): Dump parent node and for_id.
3681         (parser::last_id): Add member.
3682         (parser::push_simplify): Assign unique id.
3683         (parser::parser): Initialize last_id.
3685 2017-07-28  Martin Liska  <mliska@suse.cz>
3687         PR sanitizer/81340
3688         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
3689         gimple_build_debug_bind.
3691 2017-07-28  Richard Biener  <rguenther@suse.de>
3693         PR tree-optimization/81502
3694         * match.pd: Add pattern combining BIT_INSERT_EXPR with
3695         BIT_FIELD_REF.
3696         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
3697         size/pos operands.
3698         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
3699         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
3700         for BIT_FIELD_REF args.
3701         * fold-const.c (make_bit_field_ref): Likewise.
3702         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
3704 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3706         PR sanitizer/80998
3707         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
3708         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
3709         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
3710         Or it into SANITIZER_UNDEFINED.
3711         * ubsan.c: Include gimple-fold.h and varasm.h.
3712         (ubsan_expand_ptr_ifn): New function.
3713         (instrument_pointer_overflow): New function.
3714         (maybe_instrument_pointer_overflow): New function.
3715         (instrument_object_size): Formatting fix.
3716         (pass_ubsan::execute): Call instrument_pointer_overflow
3717         and maybe_instrument_pointer_overflow.
3718         * internal-fn.c (expand_UBSAN_PTR): New function.
3719         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
3720         * sanitizer.def (__ubsan_handle_pointer_overflow,
3721         __ubsan_handle_pointer_overflow_abort): New builtins.
3722         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
3723         * internal-fn.def (UBSAN_PTR): New internal function.
3724         * opts.c (sanitizer_opts): Add pointer-overflow.
3725         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
3726         * fold-const.c (build_range_check): Compute pointer range check in
3727         integral type if pointer arithmetics would be needed.  Formatting
3728         fixes.
3730 2017-07-28  Martin Liska  <mliska@suse.cz>
3732         PR sanitizer/81460
3733         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
3734         parameters that are of a variable-length.
3736 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3738         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
3739         rs6000/biarch64.h.
3740         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
3741         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3742         (CRT_CALL_STATIC_FUNCTION): Likewise.
3743         (ASM_DEFAULT_SPEC): New define.
3744         (ASM_SPEC32): Likewise.
3745         (ASM_SPEC64): Likewise.
3746         (ASM_SPEC_COMMON): Likewise.
3747         (ASM_SPEC): Likewise.
3748         (INVALID_64BIT): Likewise.
3749         (LINK_OS_DEFAULT_SPEC): Likewise.
3750         (LINK_OS_SPEC32): Likewise.
3751         (LINK_OS_SPEC64): Likewise.
3752         (POWERPC_LINUX): Likewise.
3753         (PTRDIFF_TYPE): Likewise.
3754         (RESTORE_FP_PREFIX): Likewise.
3755         (RESTORE_FP_SUFFIX): Likewise.
3756         (SAVE_FP_PREFIX): Likewise.
3757         (SAVE_FP_SUFFIX): Likewise.
3758         (SIZE_TYPE): Likewise.
3759         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
3760         (TARGET_64BIT): Likewise.
3761         (TARGET_64BIT): Likewise.
3762         (TARGET_AIX): Likewise.
3763         (WCHAR_TYPE_SIZE): Likewise.
3764         (WCHAR_TYPE): Undefine.
3765         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
3766         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
3767         (CPP_OS_RTEMS_SPEC): Delete.
3768         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
3769         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
3770         link_os_spec64.
3771         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
3773 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3775         PR tree-optimization/81578
3776         * tree-parloops.c (build_new_reduction): Bail out if
3777         reduction_code isn't one of the standard OpenMP reductions.
3778         Move the details printing after that decision.
3780 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3782         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
3783         related to reload_in_progress.
3784         (splat_input_operand): Likewise.
3785         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
3786         Delete prototype.
3787         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
3788         field.
3789         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
3790         (TARGET_INSTANTIATE_DECLS): Likewise.
3791         (legitimate_indexed_address_p): Delete reload_in_progress code.
3792         (rs6000_debug_legitimate_address_p): Likewise.
3793         (rs6000_eliminate_indexed_memrefs): Likewise.
3794         (rs6000_emit_le_vsx_store): Likewise.
3795         (rs6000_emit_move_si_sf_subreg): Likewise.
3796         (rs6000_emit_move): Likewise.
3797         (register_to_reg_type): Likewise.
3798         (rs6000_pre_atomic_barrier): Likewise.
3799         (rs6000_machopic_legitimize_pic_address): Likewise.
3800         (rs6000_allocate_stack_temp): Likewise.
3801         (rs6000_address_for_fpconvert): Likewise.
3802         (rs6000_address_for_altivec): Likewise.
3803         (rs6000_secondary_memory_needed_rtx): Delete function.
3804         (rs6000_check_sdmode): Likewise.
3805         (rs6000_alloc_sdmode_stack_slot): Likewise.
3806         (rs6000_instantiate_decls): Likewise.
3807         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
3808         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
3809         Delete reload_in_progress.
3810         (*vec_reload_and_plus_<mptrsize>): Likewise.
3811         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
3812         (vsx_div_v2di): Likewise.
3813         (vsx_udiv_v2di): Likewise.
3815 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3817         * config/rs6000/rs6000.opt (mlra): Replace with stub.
3818         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
3819         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
3820         (rs6000_debug_reg_global): Delete print of LRA status.
3821         (rs6000_option_override_internal): Delete dead LRA related code.
3822         (rs6000_lra_p): Delete function.
3823         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
3825 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3827         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
3828         * config/riscv/rtems.h: New file.
3830 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3831             Sudakshina Das  <sudi.das@arm.com>
3833         * config/aarch64/aarch64.md
3834         (define_split for and<mode>3nr_compare): Move
3835         non aarch64_logical_operand to a register.
3836         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
3837         register immediate operand to a register.
3838         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
3840 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3842         PR middle-end/81564
3843         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
3845 2017-07-27  Richard Biener  <rguenther@suse.de>
3847         PR tree-optimization/81573
3848         PR tree-optimization/81494
3849         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
3850         multi defuse cycle case.
3852 2017-07-27  Richard Biener  <rguenther@suse.de>
3854         PR tree-optimization/81571
3855         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
3856         PHIs.
3858 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
3860         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
3861         earlier and only if MASK_FPU is set.  Adjust formatting.
3863 2017-07-27  Martin Liska  <mliska@suse.cz>
3865         * opt-functions.awk: Add validation of value of Init.
3866         * optc-gen.awk: Pass new argument.
3868 2017-07-27  Martin Liska  <mliska@suse.cz>
3870         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
3871         Fix wrong condition.
3873 2017-07-27  Martin Liska  <mliska@suse.cz>
3875         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
3876         BBs and edges seen by autoFDO.
3878 2017-07-27  Richard Biener  <rguenther@suse.de>
3880         PR tree-optimization/81502
3881         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
3882         with incompatible but same sized type.
3883         (execute_update_addresses_taken): Likewise.
3885 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
3887         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
3888         flag_tree_loop_vectorize rather than flag_tree_vectorize.
3890 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3892         PR target/81534
3893         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
3894         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
3895         Change s_operand to memory_operand.
3897 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
3899         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
3900         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
3901         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
3902         Emit instructions rather than returning an expression.  Handle TFmode
3903         and KFmode by casting to TImode.
3904         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
3905         (rs6000_emit_le_vsx_store): Likewise.
3906         * config/rs6000/vsx.md (VSX_TI): New iterator.
3907         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
3908         (*vsx_le_undo_permute_<mode>): Likewise.
3909         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
3910         emit the split sequence.
3911         (*vsx_le_perm_store_<mode>): Likewise.
3913 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
3915         PR tree-optimization/81555
3916         PR tree-optimization/81556
3917         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
3918         if true, force CHANGED for the recursive invocation.
3919         (reassociate_bb): Remember original length of ops array, pass
3920         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
3922         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
3923         attributes for noipa attribute.  For naked attribute use
3924         lookup_attribute first before lookup_attribute_spec.
3925         * final.c (rest_of_handle_final): Disable IPA RA for functions with
3926         noipa attribute.
3927         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
3928         for functions with noipa attribute.
3929         (cgraph_externally_visible_p): Return true for functions with noipa
3930         attribute.
3931         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
3932         for functions with noipa attribute.
3933         * doc/extend.texi: Document noipa function attribute.
3934         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
3935         also for functions with noipa attribute.
3936         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
3938 2017-07-26  Andrew Pinski  <apinski@cavium.com>
3940         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
3941         vec_unalign_load_cost and vec_unalign_store_cost.
3943 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
3945         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
3946         -mvsx-small-integer option.
3947         (ISA_3_0_MASKS_IEEE): Likewise.
3948         (OTHER_VSX_VECTOR_MASKS): Likewise.
3949         (POWERPC_MASKS): Likewise.
3950         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
3951         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
3952         code, only testing for DImode being allowed in non-VSX floating
3953         point registers.
3954         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
3955         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
3956         another VSX test.
3957         (rs6000_option_override_internal): Delete -mvsx-small-integer.
3958         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
3959         TARGET_P8_VECTOR test.
3960         (rs6000_secondary_reload_simple_move): Likewise.
3961         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
3962         since TARGET_P9_VECTOR was already tested.
3963         (rs6000_opt_masks): Remove -mvsx-small-integer.
3964         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
3965         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
3966         used.
3967         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
3968         test for TARGET_VEXTRACTUB was used, and that uses
3969         TARGET_P9_VECTOR.
3970         (p9 extract splitter): Likewise.
3971         (vsx_extract_<mode>_di_p9): Likewise.
3972         (vsx_extract_<mode>_store_p9): Likewise.
3973         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
3974         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
3975         the elimination of TARGET_VSX_SMALL_INTEGER.
3976         (vsx_extract_<mode>_p8): Likewise.
3977         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
3978         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
3979         (vsx_set_<mode>_p9): Likewise.
3980         (vsx_set_v4sf_p9): Likewise.
3981         (vsx_set_v4sf_p9_zero): Likewise.
3982         (vsx_insert_extract_v4sf_p9): Likewise.
3983         (vsx_insert_extract_v4sf_p9_2): Likewise.
3984         * config/rs6000/rs6000.md (sign extend splitter): Change
3985         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
3986         (floatsi<mode>2_lfiwax_mem): Likewise.
3987         (floatunssi<mode>2_lfiwzx_mem): Likewise.
3988         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
3989         since a test for TARGET_P9_VECTOR was used.
3990         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
3991         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
3992         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
3993         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
3994         TARGET_P8_VECTOR test.
3995         (fix_trunc<mode>si2_stfiwx): Likewise.
3996         (fix_trunc<mode>si2_internal): Likewise.
3997         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
3998         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
3999         used.
4000         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4001         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
4002         TARGET_P8_VECTOR test.
4003         (fixuns_trunc<mode>si2_stfiwx): Likewise.
4004         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
4005         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4006         used.
4007         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4008         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
4009         since a test for TARGET_P9_VECTOR was used.
4010         (splitter for loading small constants): Likewise.
4012 2017-07-26  Andrew Pinski  <apinski@cavium.com>
4014         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
4015         vec_fp_stmt_cost.
4017 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
4019         PR target/81563
4020         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
4021         (fp_valid_at): Likewise.
4023 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4025         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
4026         (qdf24xx_addrcost_table): Likewise.
4027         (cortexa57_tunings): Update to use generic_branch_cost.
4028         (cortexa72_tunings): Likewise.
4029         (cortexa73_tunings): Likewise.
4030         (qdf24xx_tunings): Likewise.
4032 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4034         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
4035         (thunderx2t99_branch_cost): Likewise.
4036         (cortexa35_tunings): Update to use generic_branch_cost.
4037         (cortexa53_tunings): Likewise.
4038         (cortexa57_tunings): Likewise.
4039         (cortexa72_tunings): Likewise.
4040         (cortexa73_tunings): Likewise.
4041         (thunderx2t99_tunings): Likewise.
4043 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4045         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
4046         (sparc_option_override): Honour MASK_FSMULD.
4047         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
4048         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
4049         * config/sparc/sparc.opt (mfsmuld): New option.
4050         * doc/invoke.texi (mfsmuld): Document option.
4052 2017-07-26  Marek Polacek  <polacek@redhat.com>
4054         PR middle-end/70992
4055         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
4057 2017-07-26  Richard Biener  <rguenther@suse.de>
4059         * gimple-match-head.c (do_valueize): Return OP if valueize
4060         returns NULL_TREE.
4061         (get_def): New helper to get at the def stmt of a SSA name
4062         if valueize allows.
4063         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
4064         do_valueize to get at the def stmt.
4065         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
4067 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
4069         PR middle-end/46932
4070         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
4072 2017-07-26  Martin Liska  <mliska@suse.cz>
4074         PR sanitize/81186
4075         * function.c (expand_function_start): Make expansion of
4076         nonlocal_goto_save_area after parm_birth_insn.
4078 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4080         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
4081         from all CPU target flags enable members.
4083 2017-07-26  Richard Biener  <rguenther@suse.de>
4085         * genmatch.c (dt_simplify::gen): Make iterator vars const.
4086         (decision_tree::gen): Make 'type' const.
4087         (write_predicate): Likewise.
4089 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4091         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
4092         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
4093         (rs6000_option_override_internal): Likewise.
4094         (rs6000_expand_vector_set): Likewise.
4095         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
4096         (TARGET_UPPER_REGS_SF): Likewise.
4097         (TARGET_UPPER_REGS_DI): Likewise.
4098         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
4099         (TARGET_DIRECT_MOVE_64BIT): Likewise.
4100         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
4101         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4102         (Splitters for DI constants in Altivec registers): Likewise.
4103         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
4104         (vsx_set_v4sf_p9): Likewise.
4105         (vsx_set_v4sf_p9_zero): Likewise.
4106         (vsx_insert_extract_v4sf_p9): Likewise.
4107         (vsx_insert_extract_v4sf_p9_2): Likewise.
4109 2017-07-25  Carl Love  <cel@us.ibm.com>
4111         * doc/extend.texi: Update the built-in documentation file for the
4112         existing built-in functions
4113         vector signed char vec_cnttz (vector signed char);
4114         vector unsigned char vec_cnttz (vector unsigned char);
4115         vector signed short vec_cnttz (vector signed short);
4116         vector unsigned short vec_cnttz (vector unsigned short);
4117         vector signed int vec_cnttz (vector signed int);
4118         vector unsigned int vec_cnttz (vector unsigned int);
4119         vector signed long long vec_cnttz (vector signed long long);
4120         vector unsigned long long vec_cnttz (vector unsigned long long);
4122 2017-07-25  Andrew Pinski  <apinski@cavium.com>
4124         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
4125         accesses where the use is for the first operand of a BIT_INSERT.
4127 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4129         PR bootstrap/81521
4130         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4131         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4133 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4135         * config/i386/gstabs.h: Delete.
4136         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
4138 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
4140         * config/i386/i386.c (ix86_decompose_address): Do not check for
4141         register RTX when looking at index_reg or base_reg.
4142         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
4144 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
4146         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
4147         to update EH info here.
4149 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4151         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
4153 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4155         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
4157 2017-07-25  Torsten Duwe  <duwe@suse.de>
4159         * common.opt: Introduce -fpatchable-function-entry
4160         command line option, and its variables function_entry_patch_area_size
4161         and function_entry_patch_area_start.
4162         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
4163         including a two-value parser.
4164         * target.def (print_patchable_function_entry): New target hook.
4165         * targhooks.h (default_print_patchable_function_entry): New function.
4166         * targhooks.c (default_print_patchable_function_entry): Likewise.
4167         * toplev.c (process_options): Switch off IPA-RA if
4168         patchable function entries are being generated.
4169         * varasm.c (assemble_start_function): Look at the
4170         patchable-function-entry command line switch and current
4171         function attributes and maybe generate NOP instructions by
4172         calling the print_patchable_function_entry hook.
4173         * doc/extend.texi: Document patchable_function_entry attribute.
4174         * doc/invoke.texi: Document -fpatchable_function_entry
4175         command line option.
4176         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
4177         New target hook.
4178         * doc/tm.texi: Re-generate.
4180 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
4182         PR target/81532
4183         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
4184         TARGET_AVX512DQ rather than TARGET_AVX512BW.
4186 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
4188         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
4190 2017-07-25  Richard Biener  <rguenther@suse.de>
4192         PR tree-optimization/81455
4193         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
4194         not walk in cycles when looking for guards.
4196 2017-07-25  Richard Biener  <rguenther@suse.de>
4198         PR tree-optimization/81529
4199         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
4200         when optimizing backedge uses.
4202 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
4204         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
4205         character for AIX.
4206         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
4207         to dl_section_ref.  On AIX, append an expression to subtract
4208         the size of the section length to dl_section_ref.
4210 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
4212         * configure.ac: If any of the config.* scripts fail, exit 1.
4213         * configure: Regenerate.
4215 2017-07-25  Richard Biener  <rguenther@suse.de>
4217         PR middle-end/81546
4218         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
4219         of immediate uses, be more verbose on errors.
4221 2017-07-25  Richard Biener  <rguenther@suse.de>
4223         PR tree-optimization/81510
4224         * tree-vect-loop.c (vect_is_simple_reduction): When the
4225         reduction stmt is not inside the loop bail out.
4227 2017-07-25  Richard Biener  <rguenther@suse.de>
4229         PR tree-optimization/81303
4230         * tree-vect-loop-manip.c (vect_loop_versioning): Build
4231         profitability check against LOOP_VINFO_NITERSM1.
4233 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4235         * domwalk.c (cmp_bb_postorder): Simplify.
4236         (sort_bbs_postorder): New function.  Use it...
4237         (dom_walker::walk): ...here to optimize common cases.
4239 2017-07-25  Martin Liska  <mliska@suse.cz>
4241         PR ipa/81520
4242         * ipa-visibility.c (function_and_variable_visibility): Make the
4243         redirection just on target that supports aliasing.
4244         Fix GNU coding style.
4246 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4248         PR libgcc/61152
4249         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
4250         Format changes.
4251         * config/arm/rtems.h: Likewise.
4252         * config/bfin/rtems.h: Likewise.
4253         * config/i386/rtemself.h: Likewise.
4254         * config/lm32/rtems.h: Likewise.
4255         * config/m32c/rtems.h: Likewise.
4256         * config/m68k/rtemself.h: Likewise.
4257         * config/microblaze/rtems.h: Likewise.
4258         * config/mips/rtems.h: Likewise.
4259         * config/moxie/rtems.h: Likewise.
4260         * config/nios2/rtems.h: Likewise.
4261         * config/powerpcspe/rtems.h: Likewise.
4262         * config/rs6000/rtems.h: Likewise.
4263         * config/rtems.h: Likewise.
4264         * config/sh/rtems.h: Likewise.
4265         * config/sh/rtemself.h: Likewise.
4266         * config/sparc/rtemself.h: Likewise.
4268 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4270         PR 81487
4271         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
4272         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
4273         * tree-ssa-structalias.c (alias_get_name): Same.
4275 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
4277         PR target/81414
4278         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
4279         instructions if no du chain is found.
4281 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4283         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
4285 2017-07-25  Richard Biener  <rguenther@suse.de>
4287         PR middle-end/81505
4288         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
4289         sticky.
4291 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4293         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
4294         upper-regs options.
4295         (ISA_2_7_MASKS_SERVER): Likewise.
4296         (ISA_3_0_MASKS_IEEE): Likewise.
4297         (OTHER_P8_VECTOR_MASKS): Likewise.
4298         (OTHER_VSX_VECTOR_MASKS): Likewise.
4299         (POWERPC_MASKS): Likewise.
4300         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
4301         duplicate list of options.
4302         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
4303         explicit -mupper-regs options.
4304         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
4305         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
4306         alias for -mupper-regs-df.
4307         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
4308         (rs6000_init_hard_regno_mode_ok): Likewise.
4309         (rs6000_option_override_internal): Likewise.
4310         (rs6000_opt_masks): Likewise.
4311         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
4312         options in terms of whether -mvsx or -mpower8-vector was used.
4313         (TARGET_UPPER_REGS_DI): Likewise.
4314         (TARGET_UPPER_REGS_SF): Likewise.
4315         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
4316         -mupper-regs-* options.
4318 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4320         * passes.c (emergency_dump_function): Print some empty lines and a
4321         header before the RTL dump.
4323 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4325         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
4327 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
4329         PR target/79041
4330         * config/aarch64/aarch64.c (aarch64_classify_symbol):
4331         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
4333 2017-07-24  Carl Love  <cel@us.ibm.com>
4335         * config/rs6000/rs6000-c.c: Add support for built-in functions
4336         vector float vec_extract_fp32_from_shorth (vector unsigned short);
4337         vector float vec_extract_fp32_from_shortl (vector unsigned short);
4338         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
4339         vec_extract_fp_from_shortl): Add defines for the two builtins.
4340         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
4341         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
4342         new builtins.
4343         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
4344         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
4345         * doc/extend.texi: Update the built-in documentation file for the
4346         new built-in function.
4348 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
4350         PR bootstrap/81521
4351         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
4352         documentation.
4353         * doc/generic.texi: Likewise.
4354         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4355         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4357 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
4359         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
4360         (aarch64_mls_elt_merge<mode>): Likewise.
4362 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
4364         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
4365         having __cxa_atexit.
4367 2017-07-23  Michael Collison  <michael.collison@arm.com>
4369         * config/arm/arm.c (arm_option_override): Deprecate
4370         use of -mstructure-size-boundary.
4371         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
4372         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
4374 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4376         PR target/80695
4377         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
4378         Reduce cost estimate for direct moves.
4380 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
4382         PR target/80569
4383         * config/i386/i386.c (ix86_option_override_internal): Disable
4384         BMI, BMI2 and TBM instructions for -m16.
4386 2017-07-21  Carl Love  <cel@us.ibm.com>
4388         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4389         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4390         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4391         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4392         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4393         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4394         VMULOSW): New enum "unspec" values.
4395         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4396         altivec_vmulosw): New patterns.
4397         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4398         VMULOSW): Add definitions.
4400 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
4402         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
4403         (qdf24xx): Likewise.
4404         * config/aarch64/aarch64-options-extensions.def (rdma); New.
4405         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
4406         (AARCH64_FL_V8_1): Renumber.
4407         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
4408         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
4409         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
4410         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
4411         rdma to feature modifiers list.
4413 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
4415         PR middle-end/56727
4416         * ipa-visibility (function_and_variable_visibility): Convert
4417         recursive PLT call to direct call if appropriate.
4419 2017-07-21  Andrew Pinski  <apinski@cavium.com>
4421         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
4422         operand 1 to see if the types precision matches.
4423         * fold-const.c (operand_equal_p): Likewise.
4425 2017-07-21  Richard Biener  <rguenther@suse.de>
4427         PR tree-optimization/81303
4428         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
4429         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
4430         (vect_peeling_hash_get_lowest_cost): Adjust.
4431         (vect_enhance_data_refs_alignment): Likewise.  Use
4432         vect_get_peeling_costs_all_drs to compute the penalty for no
4433         peeling to match up costs.
4435 2017-07-21  Richard Biener  <rguenther@suse.de>
4437         PR tree-optimization/81500
4438         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
4439         we didn't identify a reduction path.
4441 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4442             Cesar Philippidis  <cesar@codesourcery.com>
4444         PR gcov-profile/81442
4445         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
4446         probabilities.
4448 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4450         PR lto/81430
4451         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
4452         function.
4453         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
4454         nvptx_override_options_after_change.
4456 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
4458         * dwarf2out.c (output_file_names): Avoid double testing for
4459         dwarf_version >= 5.
4461 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
4463         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
4465 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4467         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
4468         hot/cold regions.
4469         (try_crossjump_to_edge): Do not punt on partitioned functions.
4471 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4473         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
4474         Put all BBs reachable only via paths crossing cold region to cold
4475         region.
4476         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
4478 2016-07-21  Richard Biener  <rguenther@suse.de>
4480         PR tree-optimization/81303
4481         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
4482         into account prologue and epilogue iterations when raising
4483         min_profitable_iters to sth at least covering one vector iteration.
4485 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
4487         * config/arm/arm.c (arm_test_cpu_arch_dat):
4488         Check for overlap.
4490 2017-07-20  Nathan Sidwell  <nathan@acm.org>
4492         Remove TYPE_METHODS.
4493         * tree.h (TYPE_METHODS): Delete.
4494         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
4495         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
4496         (dbxout_type_methods): Scan TYPE_FIELDS.
4497         (dbxout_type): Don't check TYPE_METHODS here.
4498         * function.c (use_register_for_decl): Always ignore register for
4499         class types when not optimizing.
4500         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
4501         * tree.c (free_lang_data_in_type): Stitch out member functions and
4502         templates from TYPE_FIELDS.
4503         (build_distinct_type_copy, verify_type_variant,
4504         verify_type): Member fns are on TYPE_FIELDS.
4505         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
4506         * tree-pretty-print.c (dump_generic_node): Likewise.
4508 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
4510         PR target/80846
4511         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
4512         V2TImode and V4TImode.
4513         (ix86_expand_vector_extract): Likewise.
4514         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
4515         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
4516         (ssescalarmode): Handle V4TImode and V2TImode.
4517         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
4518         (*vec_extractv2ti, *vec_extractv4ti): New insns.
4519         (VEXTRACTI128_MODE): New mode iterator.
4520         (splitter for *vec_extractv?ti first element): New.
4521         (VEC_INIT_MODE): New mode iterator.
4522         (vec_init<mode>): Consolidate 3 expanders into one using
4523         VEC_INIT_MODE mode iterator.
4525 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4527         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
4528         non_spilled_static_chain_regno_p.
4530 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4532         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
4534 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
4536         * bb-reorder.c (connect_traces): Allow copying of blocks within
4537         single partition.
4539 2017-07-20  Richard Biener  <rguenther@suse.de>
4541         * gimple.h (gimple_phi_result): Add gphi * overload.
4542         (gimple_phi_result_ptr): Likewise.
4543         (gimple_phi_arg): Likewise.  Adjust index assert to only
4544         allow actual argument accesses rather than all slots available
4545         by capacity.
4546         (gimple_phi_arg_def): Add gphi * overload.
4547         * tree-phinodes.c (make_phi_node): Initialize only actual
4548         arguments.
4549         (resize_phi_node): Clear memory not covered by old node,
4550         do not initialize excess argument slots.
4551         (reserve_phi_args_for_new_edge): Initialize new argument slot
4552         completely.
4554 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
4556         PR tree-optimization/81388
4557         Revert r238585:
4558         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4560         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
4561         by removing computation of may_be_zero.
4563 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4564             Tom de Vries  <tom@codesourcery.com>
4566         PR middle-end/81030
4567         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
4568         when gimple level profile disagrees with what RTL expander did.
4570 2017-07-20  Richard Biener  <rguenther@suse.de>
4572         PR tree-optimization/61171
4573         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
4574         (vect_analyze_stmt): Add slp instance parameter.
4575         (vectorizable_reduction): Likewise.
4576         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
4577         (vect_is_simple_reduction): Deal with chains not detected
4578         as SLP reduction chain, specifically not properly associated
4579         chains containing a mix of plus/minus.
4580         (get_reduction_op): Remove.
4581         (get_initial_defs_for_reduction): Simplify, pass in whether
4582         this is a reduction chain, pass in the SLP node for the PHIs.
4583         (vect_create_epilog_for_reduction): Get the SLP instance as
4584         arg and adjust.
4585         (vectorizable_reduction): Get the SLP instance as arg.
4586         During analysis remember the SLP node with the PHIs in the
4587         instance.  Simplify getting at the vectorized reduction PHIs.
4588         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
4589         through SLP instance.
4590         (vect_slp_analyze_operations): Likewise.
4591         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
4592         (vect_transform_stmt): Likewise.
4594 2017-07-20  Tom de Vries  <tom@codesourcery.com>
4596         PR tree-optimization/81489
4597         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
4598         read of phi arg location to before loop that modifies phi.
4600 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4602         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
4603         New pattern.
4605 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4607         PR middle-end/81331
4608         * except.c (execute): Fix ordering issue.
4610 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4612         PR rtl-optimization/81423
4613         * combine.c (make_compound_operation_int): Don't try to optimize
4614         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
4616 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4618         PR rtl-optimization/81423
4619         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
4620         with a constant that is -1 in the truncated to mode.
4622 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4624         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
4625         (determine_unlikely_bbs): ... here.
4626         * predict.h (propagate_unlikely_bbs_forward): Declare.
4627         * cfgexpand.c (pass_expand::execute): Use it.
4628         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
4629         unlikely edges.
4630         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
4631         propagate_unlikely_bbs_forward.
4633 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4635         PR middle-end/81331
4636         * except.c (maybe_add_nop_after_section_switch): New function.
4637         (execute): Use it.
4639 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4641         * gimple.h (gimple_phi_set_arg): Make assert more strict.
4643 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4645         * gimple.h (gimple_phi_arg): Make assert more strict.
4647 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
4649         * config.gcc (powerpc*-*-*): Add mmintrin.h.
4650         * config/rs6000/mmintrin.h: New file.
4651         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
4653 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4655         PR tree-optimization/81346
4656         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
4658 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4660         * config/nvptx/nvptx.md (VECIM): Add V2DI.
4662 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4664         * config/nvptx/nvptx-modes.def: Add V2DImode.
4665         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
4666         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
4667         (nvptx_output_mov_insn): Handle lack of mov.b128.
4668         (nvptx_print_operand): Handle 'H' and 'L' codes.
4669         (nvptx_vector_mode_supported): Allow V2DImode.
4670         (nvptx_preferred_simd_mode): New function.
4671         (nvptx_data_alignment): New function.
4672         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
4673         nvptx_preferred_simd_mode.
4674         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
4675         64 to 128 bits.
4676         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
4678 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4680         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
4681         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
4682         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
4683         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
4684         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
4685         (mov<VECIM>_insn): New define_insn.
4686         (define_expand "mov<VECIM>): New define_expand.
4688 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4690         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
4692 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4694         PR tree-optimization/81346
4695         * fold-const.h (fold_div_compare, range_check_type): Declare.
4696         * fold-const.c (range_check_type): New function.
4697         (build_range_check): Use range_check_type.
4698         (fold_div_compare): No longer static, rewritten into
4699         a match.pd helper function.
4700         (fold_comparison): Don't call fold_div_compare here.
4701         * match.pd (X / C1 op C2): New optimization using fold_div_compare
4702         as helper function.
4704 2017-07-19  Nathan Sidwell  <nathan@acm.org>
4706         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
4707         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
4708         * tree.c (find_decls_types_r, verify_type): Use
4709         TYPE_{MIN,MAX}_VALUE_RAW.
4710         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
4711         (hash_tree): Likewise.
4712         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
4713         Likewise.
4714         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
4715         Likewise.
4717 2017-07-18  Tom de Vries  <tom@codesourcery.com>
4719         PR middle-end/81464
4720         * omp-expand.c (expand_omp_for_static_chunk): Handle
4721         equal-argument loop exit phi.
4723 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
4725         PR target/81471
4726         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
4727         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
4728         operand 2 predicate.
4729         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
4730         operand 2 predicate.
4731         (ror,rol -> rorx splitters): Use const_int_operand as
4732         operand 2 predicate.
4734 2017-06-18  Richard Biener  <rguenther@suse.de>
4736         PR tree-optimization/81410
4737         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
4738         the gap in the ! slp_perm SLP case after each group.
4740 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4742         PR middle-end/81463
4743         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
4744         again.
4746 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4748         PR middle-end/81462
4749         * predict.c (set_even_probabilities): Cleanup; do not affect
4750         probabilities that are already known.
4751         (combine_predictions_for_bb): Call even when count is set.
4753 2017-07-18  Nathan Sidwell  <nathan@acm.org>
4755         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4756         TYPE_MAX_VALUE.
4758 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4760         PR target/81408
4761         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
4762         optimization for loop niter analysis.
4764 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
4766         PR target/81473
4767         * config/avr/avr.c (avr_optimize_casesi): Don't use
4768         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
4770 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4772         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
4773         body_cost_vec from _vect_peel_extended_info.
4774         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
4775         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
4776         npeel.
4778 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4780         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
4782 2017-07-18  Richard Biener  <rguenther@suse.de>
4784         PR tree-optimization/80620
4785         PR tree-optimization/81403
4786         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
4787         info when re-using a VN table entry.
4789 2017-07-18  Richard Biener  <rguenther@suse.de>
4791         PR tree-optimization/81418
4792         * tree-vect-loop.c (vectorizable_reduction): Properly compute
4793         vectype_in.  Verify that with lane-reducing reduction operations
4794         we have a single def-use cycle.
4796 2017-07-17  Carl Love  <cel@us.ibm.com>
4798         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
4800         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4801         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4802         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4803         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4804         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4805         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4806         VMULOSW): New enum "unspec" values.
4807         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
4808         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
4809         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4810         altivec_vmulosw): New patterns.
4811         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4812         VMULOSW): Add definitions.
4813 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
4815         * config/alpha/alpha.c: Include predict.h.
4817 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
4819         * tree-vrp.c (compare_assert_loc): Fix comparison function
4820         to return predictable results.
4822 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4824         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
4825         option.
4826         (subdi3): Likewise.
4827         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
4828         * doc/invoke.texi (mexpand-adddi): Update text.
4830 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4832         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
4833         that also clobbers the CC register. The old expand code is moved
4834         to ...
4835         (*arc_clzsi2): ... here.
4836         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
4837         the CC register. The old expand code is moved to ...
4838         (arc_ctzsi2): ... here.
4840 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4842         * config/arc/arc.opt (mindexed-loads): Use initial value
4843         TARGET_INDEXED_LOADS_DEFAULT.
4844         (mauto-modify-reg): Use initial value
4845         TARGET_AUTO_MODIFY_REG_DEFAULT.
4846         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4847         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4848         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4849         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4851 2017-07-17  Martin Liska  <mliska@suse.cz>
4853         PR sanitizer/81302
4854         * opts.c (finish_options): Do not allow -fgnu-tm
4855         w/ -fsanitize={kernel-,}address.  Say sorry.
4857 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4859         PR target/81369
4860         * tree-loop-distribution.c (classify_partition): Only assert on
4861         numer of iterations.
4862         (merge_dep_scc_partitions): Delete prameter.  Update function call.
4863         (distribute_loop): Remove code handling loop with unknown niters.
4864         (pass_loop_distribution::execute): Skip loop with unknown niters.
4866 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4868         PR target/81369
4869         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
4870         function sort_partitions_by_post_order.
4872 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4874         PR tree-optimization/81374
4875         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
4876         the max index of basic blocks, rather than number of basic blocks.
4878 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4880         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
4881         proto.
4882         (arc_legitimate_pic_operand_p): Likewise.
4883         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
4884         function.
4885         (arc_needs_pcl_p): Likewise.
4886         (arc_legitimate_pc_offset_p): Likewise.
4887         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
4888         function is also used in constrains.md.
4889         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
4890         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
4891         PLUS.  Only return true/false in known cases, otherwise assert.
4892         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
4893         is already called in arc_legitimate_constant_p.
4894         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
4895         pic addresses.
4896         (LEGITIMATE_PIC_OPERAND_P): Use
4897         arc_raw_symbolic_reference_mentioned_p function.
4898         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
4899         function.
4900         (Cal): Likewise.
4901         (C32): Likewise.
4903 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4904         Andrew Burgess  <andrew.burgess@embecosm.com>
4906         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
4907         (arc_return_address_register): New function.
4908         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
4909         (arc_handle_fndecl_attribute): Add naked attribute.
4910         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
4911         (TARGET_WARN_FUNC_RETURN): Likewise.
4912         (arc_allocate_stack_slots_for_args): New function.
4913         (arc_warn_func_return): Likewise.
4914         (machine_function): Change type fn_type.
4915         (arc_compute_function_type): Consider new naked function type,
4916         change function return type.
4917         (arc_must_save_register): Adapt to handle new
4918         arc_compute_function_type's return type.
4919         (arc_expand_prologue): Likewise.
4920         (arc_expand_epilogue): Likewise.
4921         (arc_return_address_regs): Delete.
4922         (arc_return_address_register): New function.
4923         (arc_epilogue_uses): Use above function.
4924         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
4925         (arc_function_type): Change encoding, add naked type.
4926         (ARC_INTERRUPT_P): Change to handle the new encoding.
4927         (ARC_FAST_INTERRUPT_P): Likewise.
4928         (ARC_NORMAL_P): Define.
4929         (ARC_NAKED_P): Likewise.
4930         (arc_compute_function_type): Delete prototype.
4931         * config/arc/arc.md (in_ret_delay_slot): Use
4932         arc_return_address_register function.
4933         (simple_return): Likewise.
4934         (p_return_i): Likewise.
4936 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
4938         PR tree-optimization/81428
4939         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
4940         can't be built for those types.
4942 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
4944         Remove stuff dead since r239246.
4946         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
4947         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
4948         (avr_inform_devices): Remove dead stuff.
4950 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
4952         * config/arm/arm_neon.h: Fix softp typo.
4954 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
4956         PR tree-optimization/81365
4957         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
4958         aggregate moves onto bb predecessor edges, make sure there are no
4959         loads that could alias the lhs in between the start of bb and the
4960         loads from *phi.
4962 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
4964         PR 80929
4965         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
4966         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
4967         [LSHIFTRT, outer_code = TRUNCATE]: Same.
4969 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
4971         PR tree-optimization/81396
4972         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
4973         (init_symbolic_number): Initialize it to 1.
4974         (perform_symbolic_merge): Add n_ops from both operands into the new
4975         n_ops.
4976         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
4977         without base_addr as useless if they need more than one operation.
4978         (bswap_replace): Handle !bswap case for NULL base_addr.
4980 2017-07-17  Tom de Vries  <tom@codesourcery.com>
4982         PR target/81069
4983         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
4984         as possible.
4986 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4988         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
4989         conditional builtin define __FIX_LEON3FT_B2BST.
4991 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
4993         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
4994         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
4995         with -mfix-ut700.
4997 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
4999         PR rtl-optimization/81424
5000         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
5001         to remove potential trapping from operands if -fnon-call-exceptions.
5003 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5005         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
5006         profile_proability for scalling.
5007         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
5009 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5011         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
5013 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5015         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
5016         fixpoint arithmetics.
5018 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5020         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
5021         fixpoint arithmetics.
5023 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5025         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
5026         fixpoint arithmetics.
5028 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5030         * profile-count.h (profile_probability::from_reg_br_prob_note,
5031         profile_probability::to_reg_br_prob_note): New functions.
5032         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
5033         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
5034         * predict.c (probability_reliable_p): Update.
5035         (edge_probability_reliable_p): Update.
5036         (br_prob_note_reliable_p): Update.
5037         (invert_br_probabilities): Update.
5038         (add_reg_br_prob_note): New function.
5039         (combine_predictions_for_insn): Update.
5040         * asan.c (asan_clear_shadow): Update.
5041         * cfgbuild.c (compute_outgoing_frequencies): Update.
5042         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
5043         (update_br_prob_note): Update.
5044         (rtl_verify_edges): Update.
5045         (purge_dead_edges): Update.
5046         (fixup_reorder_chain): Update.
5047         * emit-rtl.c (try_split): Update.
5048         * ifcvt.c (cond_exec_process_insns): Update.
5049         (cond_exec_process_if_block): Update.
5050         (dead_or_predicable): Update.
5051         * internal-fn.c (expand_addsub_overflow): Update.
5052         (expand_neg_overflow): Update.
5053         (expand_mul_overflow): Update.
5054         * loop-doloop.c (doloop_modify): Update.
5055         * loop-unroll.c (compare_and_jump_seq): Update.
5056         * optabs.c (emit_cmp_and_jump_insn_1): Update.
5057         * predict.h: Update.
5058         * reorg.c (mostly_true_jump): Update.
5059         * rtl.h: Update.
5060         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
5061         * config/alpha/alpha.c (emit_unlikely_jump): Update.
5062         * config/arc/arc.c: (emit_unlikely_jump): Update.
5063         * config/arm/arm.c: (emit_unlikely_jump): Update.
5064         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
5065         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
5066         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
5067         (ix86_print_operand): Update.
5068         (ix86_split_fp_branch): Update.
5069         (predict_jump): Update.
5070         * config/ia64/ia64.c (ia64_print_operand): Update.
5071         * config/mmix/mmix.c (mmix_print_operand): Update.
5072         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
5073         (rs6000_expand_split_stack_prologue): Update.
5074         * config/rs6000/rs6000.c: Update.
5075         * config/s390/s390.c (s390_expand_vec_strlen): Update.
5076         (s390_expand_vec_movstr): Update.
5077         (s390_expand_cs_tdsi): Update.
5078         (s390_expand_split_stack_prologue): Update.
5079         * config/sh/sh.c (sh_print_operand): Update.
5080         (expand_cbranchsi4): Update.
5081         (expand_cbranchdi4): Update.
5082         * config/sparc/sparc.c (output_v9branch): Update.
5083         * config/spu/spu.c (get_branch_target): Update.
5084         (ea_load_store_inline): Update.
5085         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
5086         * config/tilepro/tilepro.c: Update.
5088 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
5090         * gimplify.c (mostly_copy_tree_r): Revert latest change.
5091         (gimplify_save_expr): Likewise.
5093 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5095         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
5097 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5099         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
5100         TV_IPA_FNSUMMARY.
5101         * timevar.def (TV_IPA_FNSUMMARY): Define.
5103 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
5105         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
5106         to back store errata sensitive sequence from being generated.
5107         (sqrtdf2_fix): Likewise.
5109 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5111         * tree-ssa-threadupdate.c (compute_path_counts,
5112         update_joiner_offpath_counts): Use profile_probability.
5114 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5116         Revert:
5117         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5119         * config/arm/arm-c.c (arm_cpu_builtins): Define
5120         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5122 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5124         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5125         array entries to represent __ieee128 versions of the
5126         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
5127         scalar_extract_sig, and scalar_insert_exp built-in functions.
5128         (altivec_resolve_overloaded_builtin): Add special case handling
5129         for the __builtin_scalar_insert_exp function, as represented by
5130         the P9V_BUILTIN_VEC_VSIEDP constant.
5131         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
5132         exponent support for __ieee128 argument.
5133         (VSESQP): Add scalar extract signature support for __ieee128
5134         argument.
5135         (VSTDCNQP): Add scalar test negative support for __ieee128
5136         argument.
5137         (VSIEQP): Add scalar insert exponent support for __int128 argument
5138         with __ieee128 result.
5139         (VSIEQPF): Add scalar insert exponent support for __ieee128
5140         argument with __ieee128 result.
5141         (VSTDCQP): Add scalar test data class support for __ieee128
5142         argument.
5143         (VSTDCNQP): Add overload support for scalar test negative with
5144         __ieee128 argument.
5145         (VSTDCQP): Add overload support for scalar test data class
5146         __ieee128 argument.
5147         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
5148         UNSPEC_VSX_SXSIGDP.
5149         (UNSPEC_VSX_SIEXPQP): New constant.
5150         (xsxexpqp): New insn for VSX scalar extract exponent quad
5151         precision.
5152         (xsxsigqp): New insn for VSX scalar extract significand quad
5153         precision.
5154         (xsiexpqpf): New insn for VSX scalar insert exponent quad
5155         precision with floating point argument.
5156         (xststdcqp): New expand for VSX scalar test data class quad
5157         precision.
5158         (xststdcnegqp): New expand for VSX scalar test negative quad
5159         precision.
5160         (xststdcqp): New insn to match expansions for VSX scalar test data
5161         class quad precision and VSX scalar test negative quad precision.
5162         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
5163         special case operand checking to enforce that second operand of
5164         VSX scalar test data class with quad precision argument is a 7-bit
5165         unsigned literal.
5166         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5167         prototypes and descriptions of __ieee128 versions of
5168         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
5169         scalar_test_data_class, and scalar_test_neg built-in functions.
5171 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5173         PR tree-optimization/81162
5174         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
5175         replace a negate with an add.
5177 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
5179         * doc/invoke.texi (arm/-mcpu): Document +crypto.
5181 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5183         * config/arm/arm-c.c (arm_cpu_builtins): Define
5184         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5186 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5188         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
5189         (armv8-r): Set ARM Cortex-R52 as default CPU.
5190         * config/arm/arm-tables.opt: Regenerate.
5191         * config/arm/arm-tune.md: Regenerate.
5192         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
5193         Cortex-R52.
5194         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
5195         extension for -mcpu=cortex-r52.
5197 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5199         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
5200         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
5201         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
5202         (fp-armv8): Define it as FP_ARMv8 only.
5203         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
5204         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
5205         TARGET_FPU_ARMV8.
5206         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
5207         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
5208         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
5209         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
5210         than TARGET_FPU_ARMV8.
5211         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
5212         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
5213         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
5214         TARGET_FPU_ARMV8.
5215         * config/arm/neon.md (neon_vrint): Likewise.
5216         (neon_vcvt): Likewise.
5217         (neon_<fmaxmin_op><mode>): Likewise.
5218         (<fmaxmin><mode>3): Likewise.
5219         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
5220         * config/arm/predicates.md (arm_cond_move_operator): Check against
5221         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
5223 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
5225         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
5226         to top of function.
5228 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5230         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
5231         loop in comment with memset.
5233 2017-07-14  Martin Liska  <mliska@suse.cz>
5235         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
5236         * dwarf2out.c (is_java): Remove the function.
5237         (output_pubname): Remove usage of the function.
5238         (lower_bound_default): Remove usage of DW_LANG_Java.
5239         (gen_compile_unit_die): Likewise.
5240         * gcc.c: Remove compiler defaults for .java and .zip files.
5241         * gimple-expr.c (remove_suffix): Change as there's no longer
5242         extension than 4-letter one.
5243         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
5244         (gimplify_save_expr): Likewise.
5245         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
5246         as it's possible even for other languages than Java.
5247         * langhooks.h (struct lang_hooks): Remove Java from a comment.
5248         * lto-opts.c (lto_write_options): Remove reference to Java.
5249         * opts.c (strip_off_ending): Update file extension handling.
5250         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
5251         * tree-eh.c (lower_resx): Likewise.
5252         * tree.c (free_lang_data_in_type): Remove dead code.
5253         (find_decls_types_r): Likewise.
5254         (build_common_builtin_nodes): Remove Java from a comment.
5255         (verify_type): Remove dead code.
5256         * varasm.c (assemble_external): Remove Java from a comment.
5258 2017-07-14  Martin Liska  <mliska@suse.cz>
5260         * opts.c (finish_options): Add quotes.
5261         (common_handle_option): Likewise.
5263 2017-07-14  Martin Liska  <mliska@suse.cz>
5265         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
5266         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
5267         Remove N_SO_PASCAL.
5268         * dwarf2out.c (lower_bound_default): Do not handle
5269         DW_LANG_Pascal83.
5270         (gen_compile_unit_die): Likewise.
5271         * gcc.c: Remove default extension binding for GNU Pascal.
5272         * stmt.c: Remove Pascal language from a comment.
5273         * xcoffout.c: Likewise.
5275 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
5277         PR c/81405
5278         * diagnostic-show-locus.c (fixit_cmp): New function.
5279         (layout::layout): Sort m_fixit_hints.
5280         (column_range::column_range): Assert that the values are valid.
5281         (struct char_span): New struct.
5282         (correction::overwrite): New method.
5283         (struct source_line): New struct.
5284         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
5285         calls in terms of classes source_line and char_span, and
5286         correction::overwrite.
5287         (selftest::test_overlapped_fixit_printing_2): New function.
5288         (selftest::diagnostic_show_locus_c_tests): Call it.
5290 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
5292         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
5293         early if there is no lhs.
5295 2017-07-13  Martin Liska  <mliska@suse.cz>
5297         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
5298         (gen_reference_type_die): Likewise.
5299         * stor-layout.c: Remove Pascal-related comment.
5301 2017-07-13  Martin Liska  <mliska@suse.cz>
5303         * opts.c (finish_options): Add quotes to error messages.
5304         (parse_sanitizer_options): Likewise.
5306 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5308         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
5310 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
5312         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
5314 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
5316         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
5317         during expansion.
5318         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
5320 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
5322         PR target/81193
5323         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
5324         provides the hardware capability bits, define the macro
5325         __BUILTIN_CPU_SUPPORTS__.
5326         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
5327         if GLIBC does not provide the hardware capability bits.  Add a
5328         gcc_unreachable call if the built-in cpu function is neither
5329         __builtin_cpu_is nor __builtin_cpu_supports.
5330         (rs6000_get_function_versions_dispatcher): Change the warning
5331         that an old GLIBC is used which does not export the capability
5332         bits to be an error.
5333         * doc/extend.texi (target_clones attribute): Document the
5334         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
5335         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
5336         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
5337         the macros defined by GCC if the newer GLIBC is available.
5339 2017-07-12  Jeff Law  <law@redhat.com>
5341         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
5342         remaining includes slightly.
5343         * config/riscv/riscv-builtins.c: Include profile-count.h.
5345 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5347         PR target/79883
5348         * config/avr/avr.c (avr_set_current_function): In diagnostic
5349         messages: Quote keywords and (parts of) identifiers.
5350         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
5351         "INTERUPT".
5353 2017-07-12  Carl Love  <cel@us.ibm.com>
5355         * config/rs6000/rs6000-c.c: Add support for built-in functions
5356         vector bool char vec_revb (vector bool char);
5357         vector bool short vec_revb (vector short char);
5358         vector bool int vec_revb (vector bool int);
5359         vector bool long long vec_revb (vector bool long long);
5360         * doc/extend.texi: Update the built-in documentation file for the
5361         new built-in functions.
5363 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5365         * config/s390/s390.md: Remove movcc splitter.
5367 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5369         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
5370         load/store on condition.
5372 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5374         PR target/81407
5375         * config/avr/avr.c (avr_encode_section_info)
5376         [progmem && !TREE_READONLY]: Error if progmem object needs
5377         constructing.
5379 2017-07-11  Michael Collison  <michael.collison@arm.com>
5381         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
5382         New pattern.
5384 2017-07-11  Carl Love  <cel@us.ibm.com>
5386         * config/rs6000/rs6000-c.c: Add support for builtins
5387         vector unsigned int vec_parity_lsbb (vector signed int);
5388         vector unsigned int vec_parity_lsbb (vector unsigned int);
5389         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
5390         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
5391         vector unsigned long long vec_parity_lsbb (vector signed long long);
5392         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
5393         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
5394         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
5395         * doc/extend.texi: Update the built-in documentation file for the
5396         new built-in functions.
5398 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
5400         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
5401         (layout::m_primary_loc): New field.
5402         (layout::layout): Initialize new field.  Move location filtering
5403         logic from here to...
5404         (layout::maybe_add_location_range): ...this new method.  Add
5405         support for filtering to just the lines already specified by other
5406         locations.
5407         (layout::will_show_line_p): New method.
5408         (gcc_rich_location::add_location_if_nearby): New method.
5409         (selftest::test_add_location_if_nearby): New test function.
5410         (selftest::diagnostic_show_locus_c_tests): Call it.
5411         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
5412         New method.
5414 2017-07-11  Tom de Vries  <tom@codesourcery.com>
5416         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
5417         (bb_first_real_insn): New function.
5418         (nvptx_single): Add extra initialization of broadcasted condition
5419         variables.
5421 2017-07-11  Nathan Sidwell  <nathan@acm.org>
5423         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
5425 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
5427         * doc/extend.texi (AVR Function Attributes): Remove weblink to
5428         Binutils doc as TEXI will mess them up.
5429         * doc/invoke.texi (AVR Options): Same here.
5431 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
5433         * config/sparc/sparc.opt (mfix-ut700): New option.
5434         (mfix-gr712rc): Likewise.
5435         (sparc_fix_b2bst): New variable.
5436         * doc/invoke.texi (SPARC options): Document them.
5437         (ARM options): Fix warnings.
5438         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
5439         instructions to prevent sequences that can trigger the store-store
5440         errata for certain LEON3FT processors.
5441         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
5442         (sparc_option_override): Set sparc_fix_b2bst appropriately.
5443         * config/sparc/sparc.md (fix_b2bst): New attribute.
5444         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
5446 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
5448         PR target/81375
5449         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
5450         (rcpps): Ditto.
5451         (*rsqrtsf2_sse): Ditto.
5452         (rsqrtsf2): Ditto.
5453         (div<mode>3): Macroize insn from divdf3 and divsf3
5454         using MODEF mode iterator.
5456 2017-07-10  Martin Sebor  <msebor@redhat.com>
5458         PR tree-optimization/80397
5459         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
5460         instead of testing for equality to INTEGER_TYPE.
5462 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
5464         * config.gcc: Remove uclibc from arc target spec.
5466 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
5468         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
5470 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5472         PR lto/80838
5473         * lto-wrapper.c (remove_option): New function.
5474         (merge_and_complain): Merge PIC/PIE options more realistically.
5476 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5478         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
5480         PR target/20296
5481         PR target/81268
5482         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
5483         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
5484         * config.in: Regenerate.
5485         * configure: Regenerate.
5486         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
5487         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
5488         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
5489         (TARGET_GASISR_PROLOGUES): ...target mask.
5490         * common/config/avr/avr-common.c
5491         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
5492         Set -mgas-isr-prologues.
5493         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
5494         INSERT_PASS_BEFORE for it.
5495         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
5496         * config/avr/avr.c (avr_option_override)
5497         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
5498         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
5499         (avr_attribute_table) <no_gccisr>: Add new function attribute.
5500         (avr_set_current_function) <is_no_gccisr>: Init machine field.
5501         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
5502         and rtl_opt_pass.
5503         (make_avr_pass_pre_proep): New function.
5504         (emit_push_sfr) <treg>: Add argument to function and use it
5505         instead of TMP_REG.
5506         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
5507         and set machine->gasisr.yes.
5508         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
5509         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
5510         __gcc_isr.n_pushed to .L__stack_usage.
5511         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
5512         (avr_asm_final_postscan_insn): ...this new static function.
5513         * config/avr/avr.h (machine_function)
5514         <is_no_gccisr, use_L__stack_usage>: New fields.
5515         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
5516         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
5517         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
5518         (gasisr, *gasisr): New expander and insn.
5519         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
5520         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
5521         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
5523 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
5525         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
5526         in quoted strings.
5528 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5530         Move jump-tables out of .text again.
5532         PR target/81075
5533         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
5534         (ASM_OUTPUT_ADDR_VEC): New function.
5535         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
5536         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
5537         INSN_ADDRESSes as asm comment.
5538         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
5539         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
5540         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
5541         * config/avr/avr.md (*tablejump): Adjust comment.
5542         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
5543         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
5544         New detail.
5545         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
5546         (avr_output_addr_vec): New proto.
5547         (avr_log_t) <insn_addresses>: New field.
5549 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
5551         PR target/81313
5552         * config/i386/i386.c (ix86_function_arg_advance): Set
5553         outgoing_args_on_stack to true if there are outgoing arguments
5554         on stack.
5555         (ix86_function_arg): Likewise.
5556         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
5557         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
5558         * config/i386/i386.h (machine_function): Add
5559         outgoing_args_on_stack.
5561 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
5563         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
5564         supporting pthreds.
5565         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
5567 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
5569         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
5570         (REAL_H): Remove $(MACHMODE_H).
5571         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
5572         double-int.h.
5573         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
5574         $(MACHMODE_H) and double-int.h.
5575         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
5576         $(MACHMODE_H).
5577         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
5578         double-int.h.
5580 2017-07-07  Andrew Pinski  <apinski@cavium.com>
5582         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
5583         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
5585 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
5587         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
5588         Add warning if GCC was not configured to link against a GLIBC that
5589         exports the hardware capability bits.
5590         (make_resolver_func): Make resolver function private and not a
5591         COMDAT function.  Create the name with clone_function_name instead
5592         of make_unique_name.
5594         PR target/81348
5595         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
5596         correct operand in doing the split.
5598 2017-07-07 Carl Love  <cel@us.ibm.com>
5600         * config/rs6000/rs6000-c: Add support for built-in function
5601         vector unsigned short vec_pack_to_short_fp32 (vector float,
5602                                                       vector float).
5603         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
5604         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
5605         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
5606         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
5607         (convert_4f32_8i16): Add define_expand.
5608         * doc/extend.texi: Update the built-in documentation file for the
5609         new built-in function.
5611 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5613         * config/sparc/m8.md: New file.
5614         * config/sparc/sparc.md: Include m8.md.
5616 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5618         * config/sparc/sparc.opt: New option -mvis4b.
5619         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
5620         (sparc_option_override): Handle VIS4B.
5621         (enum sparc_builtins): Define
5622         SPARC_BUILTIN_DICTUNPACK{8,16,32},
5623         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
5624         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
5625         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
5626         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
5627         (check_constant_argument): New function.
5628         (sparc_vis_init_builtins): Define builtins
5629         __builtin_vis_dictunpack{8,16,32},
5630         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
5631         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
5632         __builtin_vis_fpcmpde{8,16,32}shl and
5633         __builtin_vis_fpcmpur{8,16,32}shl.
5634         (sparc_expand_builtin): Check that the constant operands to
5635         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
5636         constant and in range.
5637         * config/sparc/sparc-c.c (sparc_target_macros): Handle
5638         TARGET_VIS4B.
5639         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
5640         (SPARC_IMM5_P): Likewise.
5641         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
5642         (enabled): Handle vis4b.
5643         (UNSPEC_DICTUNPACK): New unspec.
5644         (UNSPEC_FPCMPSHL): Likewise.
5645         (UNSPEC_FPUCMPSHL): Likewise.
5646         (UNSPEC_FPCMPDESHL): Likewise.
5647         (UNSPEC_FPCMPURSHL): Likewise.
5648         (cpu_feature): New CPU feature `vis4b'.
5649         (dictunpack{8,16,32}): New insns.
5650         (FPCSMODE): New mode iterator.
5651         (fpcscond): New code iterator.
5652         (fpcsucond): Likewise.
5653         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
5654         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
5655         (fpcmpde{8,16,32}{si,di}shl): Likewise.
5656         (fpcmpur{8,16,32}{si,di}shl): Likewise.
5657         * config/sparc/constraints.md: Define constraints `q' for unsigned
5658         2-bit integer constants and `t' for unsigned 5-bit integer
5659         constants.
5660         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
5661         predicate.
5662         (imm5_operand_dictunpack16): Likewise.
5663         (imm5_operand_dictunpack32): Likewise.
5664         (imm2_operand): Likewise.
5665         * doc/invoke.texi (SPARC Options): Document -mvis4b.
5666         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
5667         ditunpack* and fpcmp*shl builtins.
5669 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5671         * config.gcc: Handle m8 in --with-{cpu,tune} options.
5672         * config.in: Add HAVE_AS_SPARC6 define.
5673         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
5674         M8.
5675         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
5676         TARGET_CPU_m8.
5677         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
5678         (CPP_CPU_SPEC): Handle m8.
5679         (ASM_CPU_SPEC): Likewise.
5680         * config/sparc/sparc-opts.h (enum processor_type): Add
5681         PROCESSOR_M8.
5682         * config/sparc/sparc.c (m8_costs): New struct.
5683         (sparc_option_override): Handle TARGET_CPU_m8.
5684         (sparc32_initialize_trampoline): Likewise.
5685         (sparc64_initialize_trampoline): Likewise.
5686         (sparc_issue_rate): Likewise.
5687         (sparc_register_move_cost): Likewise.
5688         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
5689         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
5690         (ASM_CPU64_DEFAULT_SPEC): Likewise.
5691         (CPP_CPU_SPEC): Handle M8.
5692         (ASM_CPU_SPEC): Likewise.
5693         (AS_M8_FLAG): Define.
5694         * config/sparc/sparc.md: Add m8 to the cpu attribute.
5695         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
5696         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
5697         M8 instructions.
5698         * configure: Regenerate.
5699         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
5700         -mtune=m8.
5702 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5704         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
5705         subtypes.
5706         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
5707         ("*movdi_insn_sp32"): Do not set v3pipe.
5708         ("*movsi_insn"): Likewise.
5709         ("*movdi_insn_sp64"): Likewise.
5710         ("*movsf_insn"): Likewise.
5711         ("*movdf_insn_sp32"): Likewise.
5712         ("*movdf_insn_sp64"): Likewise.
5713         ("*zero_extendsidi2_insn_sp64"): Likewise.
5714         ("*sign_extendsidi2_insn"): Likewise.
5715         ("*mov<VM32:mode>_insn"): Likewise.
5716         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5717         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5718         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5719         ("<vlop:code><VL:mode>3"): Likewise.
5720         ("*not_<vlop:code><VL:mode>3"): Likewise.
5721         ("*nand<VL:mode>_vis"): Likewise.
5722         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
5723         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
5724         ("one_cmpl<VL:mode>2"): Likewise.
5725         ("faligndata<VM64:mode>_vis"): Likewise.
5726         ("alignaddrsi_vis"): Likewise.
5727         ("alignaddrdi_vis"): Likweise.
5728         ("alignaddrlsi_vis"): Likewise.
5729         ("alignaddrldi_vis"): Likewise.
5730         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5731         ("bmaskdi_vis"): Likewise.
5732         ("bmasksi_vis"): Likewise.
5733         ("bshuffle<VM64:mode>_vis"): Likewise.
5734         ("cmask8<P:mode>_vis"): Likewise.
5735         ("cmask16<P:mode>_vis"): Likewise.
5736         ("cmask32<P:mode>_vis"): Likewise.
5737         ("pdistn<P:mode>_vis"): Likewise.
5738         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5740 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5742         * config/sparc/sparc.md ("subtype"): New insn attribute.
5743         ("*wrgsr_sp64"): Set insn subtype.
5744         ("*rdgsr_sp64"): Likewise.
5745         ("alignaddrsi_vis"): Likewise.
5746         ("alignaddrdi_vis"): Likewise.
5747         ("alignaddrlsi_vis"): Likewise.
5748         ("alignaddrldi_vis"): Likewise.
5749         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5750         ("fexpand_vis"): Likewise.
5751         ("fpmerge_vis"): Likewise.
5752         ("faligndata<VM64:mode>_vis"): Likewise.
5753         ("bshuffle<VM64:mode>_vis"): Likewise.
5754         ("cmask8<P:mode>_vis"): Likewise.
5755         ("cmask16<P:mode>_vis"): Likewise.
5756         ("cmask32<P:mode>_vis"): Likewise.
5757         ("fchksm16_vis"): Likewise.
5758         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
5759         ("fmean16_vis"): Likewise.
5760         ("fp<plusminus_insn>64_vis"): Likewise.
5761         ("<plusminus_insn>v8qi3"): Likewise.
5762         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5763         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
5764         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
5765         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
5766         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
5767         ("*movqi_insn"): Likewise.
5768         ("*movhi_insn"): Likewise.
5769         ("*movsi_insn"): Likewise.
5770         ("movsi_pic_gotdata_op"): Likewise.
5771         ("*movdi_insn_sp32"): Likewise.
5772         ("*movdi_insn_sp64"): Likewise.
5773         ("movdi_pic_gotdata_op"): Likewise.
5774         ("*movsf_insn"): Likewise.
5775         ("*movdf_insn_sp32"): Likewise.
5776         ("*movdf_insn_sp64"): Likewise.
5777         ("*zero_extendhisi2_insn"): Likewise.
5778         ("*zero_extendqihi2_insn"): Likewise.
5779         ("*zero_extendqisi2_insn"): Likewise.
5780         ("*zero_extendqidi2_insn"): Likewise.
5781         ("*zero_extendhidi2_insn"): Likewise.
5782         ("*zero_extendsidi2_insn_sp64"): Likewise.
5783         ("ldfsr"): Likewise.
5784         ("prefetch_64"): Likewise.
5785         ("prefetch_32"): Likewise.
5786         ("tie_ld32"): Likewise.
5787         ("tie_ld64"): Likewise.
5788         ("*tldo_ldub_sp32"): Likewise.
5789         ("*tldo_ldub1_sp32"): Likewise.
5790         ("*tldo_ldub2_sp32"): Likewise.
5791         ("*tldo_ldub_sp64"): Likewise.
5792         ("*tldo_ldub1_sp64"): Likewise.
5793         ("*tldo_ldub2_sp64"): Likewise.
5794         ("*tldo_ldub3_sp64"): Likewise.
5795         ("*tldo_lduh_sp32"): Likewise.
5796         ("*tldo_lduh1_sp32"): Likewise.
5797         ("*tldo_lduh_sp64"): Likewise.
5798         ("*tldo_lduh1_sp64"): Likewise.
5799         ("*tldo_lduh2_sp64"): Likewise.
5800         ("*tldo_lduw_sp32"): Likewise.
5801         ("*tldo_lduw_sp64"): Likewise.
5802         ("*tldo_lduw1_sp64"): Likewise.
5803         ("*tldo_ldx_sp64"): Likewise.
5804         ("*mov<VM32:mode>_insn"): Likewise.
5805         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5806         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5808 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5810         * config/sparc/sparc.md ("type"): New insn type viscmp.
5811         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
5812         viscmp.
5813         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
5814         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
5815         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5816         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
5817         viscmp.
5818         ("n7_vis_logical_11cycle"): Likewise.
5819         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
5820         * config/sparc/niagara2.md ("niag3_vis": Likewise.
5821         * config/sparc/niagara.md ("niag_vis"): Likewise.
5822         * config/sparc/ultra3.md ("us3_fga"): Likewise.
5823         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
5825 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5827         * config/sparc/sparc.md: New instruction type `bmask'.
5828         (bmaskdi_vis): Use the `bmask' type.
5829         (bmasksi_vis): Likewise.
5830         * config/sparc/ultra3.md (us3_array): Likewise.
5831         * config/sparc/niagara7.md (n7_array): Likewise.
5832         * config/sparc/niagara4.md (n4_array): Likewise.
5833         * config/sparc/niagara2.md (niag2_vis): Likewise.
5834         (niag3_vis): Likewise.
5835         * config/sparc/niagara.md (niag_vis): Likewise.
5837 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5839         * ipa-comdats.c: Remove optimize check from gate.
5840         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
5841         for functions not optimized.
5842         (ipa_fn_summary_read): Skip optimize check.
5843         (ipa_fn_summary_write): Likewise.
5844         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
5845         is optimized.
5846         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
5847         uninlinable.
5848         (can_inline_edge_p): Check flag_pcc_struct_return for match.
5849         (check_callers): Give up on caller which is not optimized.
5850         (inline_small_functions): Likewise.
5851         (ipa_inline): Do not give up when not optimizing.
5852         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
5853         away unoptimizes cdtors.
5854         (whole_program_function_and_variable_visibility): Do
5855         ipa_discover_readonly_nonaddressable_vars in LTO mode.
5856         * ipa.c (process_references): Do not check optimize.
5857         (symbol_table::remove_unreachable_nodes): Update optimize check.
5858         (set_writeonly_bit): Update optimize check.
5859         (pass_ipa_cdtor_merge::gate): Do not check optimize.
5860         (pass_ipa_single_use::gate): Remove.
5862 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
5864         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
5865         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
5866         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
5867         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
5868         permute_load, permute_store, adjust_extract, adjust_splat,
5869         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
5870         replace_swap_with_copy, dump_swap_insn_table,
5871         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
5872         recombine_lvx_pattern, recombine_stvx_pattern,
5873         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
5874         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
5875         to file rs6000-p8swap.c.
5876         * config/rs6000/rs6000-p8swap.c: New file.
5877         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
5878         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
5879         and rs6000*-*-* targets.
5881 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
5883         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
5885 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5887         * lto-wrapper.c (merge_and_complain): Do not merge
5888         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
5889         fsigned_zeros, ftrapping_math, fwrapv.
5890         (append_compiler_options): Do not track these options.
5891         (append_linker_options): Likewie
5893 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5895         * cgraphunit.c (cgraph_node::finalize_function): When
5896         !flag_toplevel_reorde set no_reorder flag.
5897         (varpool_node::finalize_decl): Likewise.
5898         (symbol_table::compile): Drop no toplevel reorder path.
5900 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5902         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
5903         edges; zero probability is not better than uninitialized.
5905 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
5907         * asan.h (asan_sanitize_allocas_p): Declare.
5908         * asan.c (asan_sanitize_allocas_p): New function.
5909         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
5910         (handle_builtin_alloca): Likewise.
5911         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
5912         if !asan_sanitize_allocas_p.
5913         * params.def (asan-instrument-allocas): Add new option.
5914         * params.h (ASAN_PROTECT_ALLOCAS): Define.
5915         * opts.c (common_handle_option): Disable allocas sanitization for
5916         KASan by default.
5918 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
5920         * asan.c: Include gimple-fold.h.
5921         (get_last_alloca_addr): New function.
5922         (handle_builtin_stackrestore): Likewise.
5923         (handle_builtin_alloca): Likewise.
5924         (asan_emit_allocas_unpoison): Likewise.
5925         (get_mem_refs_of_builtin_call): Add new parameter, remove const
5926         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
5927         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
5928         (instrument_builtin_call): Pass gimple iterator to
5929         get_mem_refs_of_builtin_call.
5930         (last_alloca_addr): New global.
5931         * asan.h (asan_emit_allocas_unpoison): Declare.
5932         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
5933         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
5934         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
5935         if function calls alloca.
5936         * gimple-fold.c (replace_call_with_value): Remove static keyword.
5937         * gimple-fold.h (replace_call_with_value): Declare.
5938         * internal-fn.c: Include asan.h.
5939         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
5940         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
5942 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
5944         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
5945         (C_SELFTEST_FLAGS): New.
5946         (CPP_SELFTEST_FLAGS): New.
5947         (SELFTEST_DEPS): New, from deps of s-selftest.
5948         (C_SELFTEST_DEPS): New, from deps of s-selftest.
5949         (CPP_SELFTEST_DEPS): New.
5950         (selftest): Add dependency on s-selftest-c++.
5951         (s-selftest): Rename to...
5952         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
5953         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
5954         than SELFTEST_FLAGS.
5955         (selftest-gdb): Rename to...
5956         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
5957         C_SELFTEST_FLAGS.
5958         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
5959         (selftest-valgrind): Rename to...
5960         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
5961         C_SELFTEST_FLAGS.
5962         (selftest-valgrind): Reintroduce as an alias for
5963         selftest-c-valgrind.
5964         (s-selftest-c++): New.
5965         (selftest-c++-gdb): New.
5966         (selftest-c++-valgrind): New.
5968 2017-07-06  Olivier Hainque  <hainque@adacore.com>
5970         * gcc.c (process_command): When deciding if undefined variables
5971         should be ignored when processing specs, accept "gcc -v" as well.
5973 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5975         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
5976         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
5978 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5980         * config/arm/arm-cpus.in (armv8-r): Add new entry.
5981         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
5982         * config/arm/arm-tables.opt: Regenerate.
5983         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
5984         enumerator.
5985         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
5987 2017-07-06  Carl Love  <cel@us.ibm.com>
5989         * ChangeLog: Clean up from mid air collision
5991 2017-07-06  Carl Love  <cel@us.ibm.com>
5993         * config/rs6000/rs6000-c.c: Add support for built-in functions
5994         vector signed int vec_subc (vector signed int, vector signed int);
5995         vector signed __int128 vec_subc (vector signed __int128,
5996                                          vector signed __int128);
5997         vector unsigned __int128 vec_subc (vector unsigned __int128,
5998                                            vector unsigned __int128);
5999         vector signed int vec_sube (vector signed int, vector signed int,
6000                                     vector signed int);
6001         vector unsigned int vec_sube (vector unsigned int,
6002                                       vector unsigned int,
6003                                       vector unsigned int);
6004         vector signed __int128 vec_sube (vector signed __int128,
6005                                          vector signed __int128,
6006                                          vector signed__int128);
6007         vector unsigned __int128 vec_sube (vector unsigned __int128,
6008                                            vector unsigned __int128,
6009                                            vector unsigned __int128);
6010         vector signed int vec_subec (vector signed int, vector signed int,
6011                                      vector signed int);
6012         vector unsigned int vec_subec (vector unsigned int,
6013                                        vector unsigned int,
6014                                        vector unsigned int);
6015         vector signed __int128 vec_subec (vector signed __int128,
6016                                           vector signed __int128,
6017                                           vector signed__int128);
6018         vector unsigned __int128 vec_subec (vector unsigned __int128,
6019                                             vector unsigned __int128,
6020                                             vector unsigned __int128);
6021         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
6022         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
6023         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
6024         BU_ALTIVEC_OVERLOAD_X definitions.
6025         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
6026         * doc/extend.texi: Update the built-in documentation file for the new
6027         built-in functions.
6029 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
6031         PR c++/79300
6032         * diagnostic-show-locus.c (layout::layout): Use start and finish
6033         spelling location for the start and finish of each range.
6034         * genmatch.c (linemap_client_expand_location_to_spelling_point):
6035         Add unused aspect param.
6036         * input.c (expand_location_1): Add "aspect" param, and use it
6037         to access the correct part of the location.
6038         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
6039         expand_location_1.
6040         (expand_location_to_spelling_point): Likewise.
6041         (linemap_client_expand_location_to_spelling_point): Add "aspect"
6042         param, and pass it to expand_location_1.
6044 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
6046         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
6047         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
6048         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
6049         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
6050         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
6051         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
6052         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
6053         _mm_maskz_getmant_ss): New intrinsics.
6054         (__builtin_ia32_getexpss128_mask): Changed to ...
6055         __builtin_ia32_getexpss128_round ... this.
6056         (__builtin_ia32_getexpsd128_mask): Changed to ...
6057         __builtin_ia32_getexpsd128_round ... this.
6058         * config/i386/i386-builtin-types.def
6059         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
6060         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
6061         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
6062         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
6063         __builtin_ia32_getmantss_mask_round): New builtins.
6064         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
6065         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
6066         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
6067         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
6068         * config/i386/sse.md
6069         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
6070         avx512f_sgetexp<mode><mask_scalar_name>
6071         <round_saeonly_scalar_name> ... this.
6072         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
6073         %0, %1, %2<round_saeonly_op3>}): Changed to ...
6074         vgetexp<ssescalarmodesuffix>
6075         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6076         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
6077         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
6078         avx512f_vgetmant<mode><mask_scalar_name>
6079         <round_saeonly_scalar_name> ... this.
6080         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
6081         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
6082         vgetmant<ssescalarmodesuffix>
6083         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
6084         %0<mask_scalar_operand4>, %1, %2
6085         <round_saeonly_scalar_mask_op4>, %3} ... this.
6086         * config/i386/subst.md (mask_scalar_operand4,
6087         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
6088         round_saeonly_scalar_nimm_predicate): New subst attributes.
6090 2017-07-06  Julia Koval  <julia.koval@intel.com>
6092         * config/i386/i386.c (ix86_erase_embedded_rounding):
6093         Remove code for old rounding pattern.
6095 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
6097         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
6099 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
6101         * doc/sourcebuild.texi (Test Directives, Variants of
6102         dg-require-support): Add documentation for dg-require-stack-check.
6104 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
6106         * config/i386/subst.md (mask_scalar, round_scalar,
6107         round_saeonly_scalar): New meta-templates.
6108         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
6109         round_scalar_mask_operand3, round_scalar_mask_op3,
6110         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
6111         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
6112         round_saeonly_scalar_constraint,
6113         round_saeonly_scalar_prefix): New subst attribute.
6114         * config/i386/sse.md
6115         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
6116         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
6117         <round_scalar_name> ... this.
6118         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
6119         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
6120         <round_scalar_name> ... this.
6121         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
6122         <sse>_vm<code><mode>3<mask_scalar_name>
6123         <round_saeonly_scalar_name> ... this.
6124         (v<plusminus_mnemonic><ssescalarmodesuffix>
6125         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6126         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6127         v<plusminus_mnemonic><ssescalarmodesuffix>
6128         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6129         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6130         (v<multdiv_mnemonic><ssescalarmodesuffix>
6131         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6132         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6133         v<multdiv_mnemonic><ssescalarmodesuffix>
6134         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6135         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6136         (v<maxmin_float><ssescalarmodesuffix>
6137         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
6138         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
6139         v<maxmin_float><ssescalarmodesuffix>
6140         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6141         %0<mask_scalar_operand3>, %1, %<iptr>2
6142         <round_saeonly_scalar_mask_op3>} ... this.
6144 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
6146         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
6147         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
6149 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
6150             Alan Hayward  <alan.hayward@arm.com>
6151             David Sherwood  <david.sherwood@arm.com>
6153         * combine.c (simplify_if_then_else): Remove "enum" before
6154         "machine_mode".
6155         * compare-elim.c (can_eliminate_compare): Likewise.
6156         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
6157         Likewise.
6158         (aarch64_lookup_simd_builtin_type): Likewise.
6159         (aarch64_simd_builtin_type): Likewise.
6160         (aarch64_init_simd_builtin_types): Likewise.
6161         (aarch64_simd_expand_args): Likewise.
6162         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
6163         Likewise.
6164         (aarch64_reverse_mask): Likewise.
6165         (aarch64_simd_emit_reg_reg_move): Likewise.
6166         (aarch64_gen_adjusted_ldpstp): Likewise.
6167         (aarch64_ccmp_mode_to_code): Likewise.
6168         (aarch64_operands_ok_for_ldpstp): Likewise.
6169         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6170         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
6171         Likewise.
6172         (aarch64_min_divisions_for_recip_mul): Likewise.
6173         (aarch64_reassociation_width): Likewise.
6174         (aarch64_get_condition_code_1): Likewise.
6175         (aarch64_simd_emit_reg_reg_move): Likewise.
6176         (aarch64_simd_attr_length_rglist): Likewise.
6177         (aarch64_reverse_mask): Likewise.
6178         (aarch64_operands_ok_for_ldpstp): Likewise.
6179         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6180         (aarch64_gen_adjusted_ldpstp): Likewise.
6181         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
6182         Likewise.
6183         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
6184         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
6185         (arm_lookup_simd_builtin_type): Likewise.
6186         (arm_simd_builtin_type): Likewise.
6187         (arm_init_simd_builtin_types): Likewise.
6188         (arm_expand_builtin_args): Likewise.
6189         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
6190         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
6191         (ft32_setup_incoming_varargs): Likewise.
6192         (ft32_function_arg): Likewise.
6193         (ft32_function_arg_advance): Likewise.
6194         (ft32_pass_by_reference): Likewise.
6195         (ft32_arg_partial_bytes): Likewise.
6196         (ft32_valid_pointer_mode): Likewise.
6197         (ft32_addr_space_pointer_mode): Likewise.
6198         (ft32_addr_space_legitimate_address_p): Likewise.
6199         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
6200         Likewise.
6201         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
6202         (ix86_emit_outlined_ms2sysv_restore): Likewise.
6203         (iamcu_alignment): Likewise.
6204         (canonicalize_vector_int_perm): Likewise.
6205         (ix86_noce_conversion_profitable_p): Likewise.
6206         (ix86_mpx_bound_mode): Likewise.
6207         (ix86_operands_ok_for_move_multiple): Likewise.
6208         * config/microblaze/microblaze-protos.h
6209         (microblaze_expand_conditional_branch_reg): Likewise.
6210         * config/microblaze/microblaze.c
6211         (microblaze_expand_conditional_branch_reg): Likewise.
6212         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
6213         Likewise.
6214         (rs6000_reassociation_width): Likewise.
6215         (rs6000_invalid_binary_op): Likewise.
6216         (fusion_p9_p): Likewise.
6217         (emit_fusion_p9_load): Likewise.
6218         (emit_fusion_p9_store): Likewise.
6219         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
6220         Likewise.
6221         (riscv_hard_regno_mode_ok_p): Likewise.
6222         (riscv_address_insns): Likewise.
6223         (riscv_split_symbol): Likewise.
6224         (riscv_legitimize_move): Likewise.
6225         (riscv_function_value): Likewise.
6226         (riscv_hard_regno_nregs): Likewise.
6227         (riscv_expand_builtin): Likewise.
6228         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
6229         (riscv_build_integer): Likewise.
6230         (riscv_split_integer): Likewise.
6231         (riscv_legitimate_constant_p): Likewise.
6232         (riscv_cannot_force_const_mem): Likewise.
6233         (riscv_regno_mode_ok_for_base_p): Likewise.
6234         (riscv_valid_base_register_p): Likewise.
6235         (riscv_valid_offset_p): Likewise.
6236         (riscv_valid_lo_sum_p): Likewise.
6237         (riscv_classify_address): Likewise.
6238         (riscv_legitimate_address_p): Likewise.
6239         (riscv_address_insns): Likewise.
6240         (riscv_load_store_insns): Likewise.
6241         (riscv_force_binary): Likewise.
6242         (riscv_split_symbol): Likewise.
6243         (riscv_force_address): Likewise.
6244         (riscv_legitimize_address): Likewise.
6245         (riscv_move_integer): Likewise.
6246         (riscv_legitimize_const_move): Likewise.
6247         (riscv_legitimize_move): Likewise.
6248         (riscv_address_cost): Likewise.
6249         (riscv_subword): Likewise.
6250         (riscv_output_move): Likewise.
6251         (riscv_canonicalize_int_order_test): Likewise.
6252         (riscv_emit_int_order_test): Likewise.
6253         (riscv_function_arg_boundary): Likewise.
6254         (riscv_pass_mode_in_fpr_p): Likewise.
6255         (riscv_pass_fpr_single): Likewise.
6256         (riscv_pass_fpr_pair): Likewise.
6257         (riscv_get_arg_info): Likewise.
6258         (riscv_function_arg): Likewise.
6259         (riscv_function_arg_advance): Likewise.
6260         (riscv_arg_partial_bytes): Likewise.
6261         (riscv_function_value): Likewise.
6262         (riscv_pass_by_reference): Likewise.
6263         (riscv_setup_incoming_varargs): Likewise.
6264         (riscv_print_operand): Likewise.
6265         (riscv_elf_select_rtx_section): Likewise.
6266         (riscv_save_restore_reg): Likewise.
6267         (riscv_for_each_saved_reg): Likewise.
6268         (riscv_register_move_cost): Likewise.
6269         (riscv_hard_regno_mode_ok_p): Likewise.
6270         (riscv_hard_regno_nregs): Likewise.
6271         (riscv_class_max_nregs): Likewise.
6272         (riscv_memory_move_cost): Likewise.
6273         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
6274         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
6275         (rl78_addr_space_address_mode): Likewise.
6276         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6277         Likewise.
6278         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
6279         (rs6000_reassociation_width): Likewise.
6280         (rs6000_invalid_binary_op): Likewise.
6281         (fusion_p9_p): Likewise.
6282         (emit_fusion_p9_load): Likewise.
6283         (emit_fusion_p9_store): Likewise.
6284         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
6285         (ok_for_simple_move_operands): Likewise.
6286         (ok_for_simple_move_strict_operands): Likewise.
6287         (ok_for_simple_arith_logic_operands): Likewise.
6288         (visium_legitimize_reload_address): Likewise.
6289         (visium_select_cc_mode): Likewise.
6290         (output_cbranch): Likewise.
6291         (visium_split_double_move): Likewise.
6292         (visium_expand_copysign): Likewise.
6293         (visium_expand_int_cstore): Likewise.
6294         (visium_expand_fp_cstore): Likewise.
6295         * config/visium/visium.c (visium_pass_by_reference): Likewise.
6296         (visium_function_arg): Likewise.
6297         (visium_function_arg_advance): Likewise.
6298         (visium_libcall_value): Likewise.
6299         (visium_setup_incoming_varargs): Likewise.
6300         (visium_legitimate_constant_p): Likewise.
6301         (visium_legitimate_address_p): Likewise.
6302         (visium_legitimize_address): Likewise.
6303         (visium_secondary_reload): Likewise.
6304         (visium_register_move_cost): Likewise.
6305         (visium_memory_move_cost): Likewise.
6306         (prepare_move_operands): Likewise.
6307         (ok_for_simple_move_operands): Likewise.
6308         (ok_for_simple_move_strict_operands): Likewise.
6309         (ok_for_simple_arith_logic_operands): Likewise.
6310         (visium_function_value_1): Likewise.
6311         (rtx_ok_for_offset_p): Likewise.
6312         (visium_legitimize_reload_address): Likewise.
6313         (visium_split_double_move): Likewise.
6314         (visium_expand_copysign): Likewise.
6315         (visium_expand_int_cstore): Likewise.
6316         (visium_expand_fp_cstore): Likewise.
6317         (visium_split_cstore): Likewise.
6318         (visium_select_cc_mode): Likewise.
6319         (visium_split_cbranch): Likewise.
6320         (output_cbranch): Likewise.
6321         (visium_print_operand_address): Likewise.
6322         * expmed.c (flip_storage_order): Likewise.
6323         * expmed.h (emit_cstore): Likewise.
6324         (flip_storage_order): Likewise.
6325         * genrecog.c (validate_pattern): Likewise.
6326         * hsa-gen.c (gen_hsa_addr): Likewise.
6327         * internal-fn.c (expand_arith_overflow): Likewise.
6328         * ira-color.c (allocno_copy_cost_saving): Likewise.
6329         * lra-assigns.c (find_hard_regno_for_1): Likewise.
6330         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
6331         (process_invariant_for_inheritance): Likewise.
6332         * lra-eliminations.c (move_plus_up): Likewise.
6333         * omp-low.c (lower_oacc_reductions): Likewise.
6334         * simplify-rtx.c (simplify_subreg): Likewise.
6335         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
6336         (TARGET_CHKP_BOUND_MODE): Likewise..
6337         * targhooks.c (default_chkp_bound_mode): Likewise.
6338         (default_setup_incoming_vararg_bounds): Likewise.
6339         * targhooks.h (default_chkp_bound_mode): Likewise.
6340         (default_setup_incoming_vararg_bounds): Likewise.
6341         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
6342         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
6343         (have_whole_vector_shift): Likewise.
6344         * tree-vect-stmts.c (vectorizable_load): Likewise.
6345         * doc/tm.texi: Regenerate.
6347 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6349         Graceful degrade if Binutils PR21472 is not available.
6351         PR target/81072
6352         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
6353         .rodata in flash test fails.
6354         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
6355         * confgure: Regenerate.
6356         * config.in: Regenerate.
6357         * config/avr/avr.c (avr_asm_named_section)
6358         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
6359         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
6360         (avr_asm_init_sections): Same.
6362 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6364         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
6365         (fma<VH:mode>4_intrinsic): Likewise.
6366         (*fmsub<VCVTF:mode>4): Likewise.
6367         (*fmsub<VH:mode>4_intrinsic): Likewise.
6369 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6371         PR target/81305
6372         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
6373         Don't depend on "optimize > 0".
6374         (out_movhi_r_mr, out_movqi_mr_r): Same.
6375         (out_movhi_mr_r, out_movqi_r_mr): Same.
6376         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
6377         io_address_operand on "optimize > 0".
6379 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6381         * tree-loop-distribution.c: Add general explanantion on the pass.
6382         (generate_loops_for_partition): Mark distributed loop.
6383         (pg_add_dependence_edges): New parameter.  Handle alias data
6384         dependence specially and record it in the parameter if asked.
6385         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
6386         (init_partition_graph_vertices, add_partition_graph_edge): New.
6387         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
6388         (free_partition_graph_vdata, build_partition_graph): New.
6389         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
6390         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
6391         (data_ref_segment_size, latch_dominated_by_data_ref): New.
6392         (compute_alias_check_pairs, version_loop_by_alias_check): New.
6393         (version_for_distribution_p, finalize_partitions): New.
6394         (distribute_loop): Handle alias data dependence specially.  Factor
6395         out loop fusion code as functions and call these functions.
6397 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6399         * tree-loop-distribution.c (classify_partition): New parameter and
6400         better handle reduction statement.
6401         (rdg_build_partitions): Revise comment.
6402         (distribute_loop): Compute statements in all partitions and pass it
6403         to classify_partition.
6405 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6407         * tree-loop-distribution.c (enum partition_type): New.
6408         (struct partition): New field type.
6409         (partition_merge_into): Add parameter.  Update partition type.
6410         (data_dep_in_cycle_p, update_type_for_merge): New functions.
6411         (build_rdg_partition_for_vertex): Compute partition type.
6412         (rdg_build_partitions): Dump partition type.
6413         (distribute_loop): Update calls to partition_merge_into.
6415 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6417         * tree-loop-distribution.c (struct ddr_hasher): New.
6418         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
6419         (ddrs_table): New.
6420         (classify_partition): Call get_data_dependence.
6421         (pg_add_dependence_edges): Ditto.
6422         (distribute_loop): Release data dependence hash table.
6424 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6426         * tree-loop-distribution.c (ref_base_address): Delete.
6427         (similar_memory_accesses): Rename ...
6428         (share_memory_accesses): ... to this.  Check if partitions access
6429         the same memory reference.
6430         (distribute_loop): Call share_memory_accesses.
6432 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6434         * tree-loop-distribution.c (struct partition): New field recording
6435         its data reference.
6436         (partition_alloc, partition_free): Init and release data refs.
6437         (partition_merge_into): Merge data refs.
6438         (build_rdg_partition_for_vertex): Collect data refs for partition.
6439         (pg_add_dependence_edges): Change parameters from vector to bitmap.
6440         Update uses.
6441         (distribute_loop): Remve data refs from vertice data of partition
6442         graph.
6444 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6446         * tree-loop-distribution.c (params.h): Include header file.
6447         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
6448         (datarefs_vec): New global var.
6449         (create_rdg_vertices): Use datarefs_vec directly.
6450         (free_rdg): Don't free data references.
6451         (build_rdg): Update use.  Don't free data references.
6452         (distribute_loop): Compute global variable for data references.
6453         Bail out if there are too many data references.
6455 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6457         * tree-loop-distribution.c (loop_nest): New global var.
6458         (build_rdg): Use loop directly, rather than loop nest.
6459         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
6460         variable directly.
6461         (distribute_loop): Compute global variable loop nest.  Update use.
6463 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6465         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
6466         (partition_merge_into): New parameter.  Dump reason for fusion.
6467         (distribute_loop): Update use of partition_merge_into.
6469 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6471         * tree-loop-distribution.c (bb_top_order_index): New.
6472         (bb_top_order_index_size, bb_top_order_cmp): New.
6473         (stmts_from_loop): Use topological order.
6474         (pass_loop_distribution::execute): Compute and release topological
6475         order for basic blocks.
6477 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6479         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
6480         if no loops.
6482 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6484         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
6485         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
6486         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
6487         * internal-fn.def (LOOP_DIST_ALIAS): New.
6488         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
6489         (fold_loop_internal_call): ... this.
6490         (vect_loop_dist_alias_call): New function.
6491         (set_uid_loop_bbs): Call fold_loop_internal_call.
6492         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
6493         internal calls.
6495 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6497         PR target/81300
6498         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
6499         Require dead FLAGS_REG at the beginning of a peephole.
6501 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6503         PR target/81294
6504         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
6505         arguments in the call to __builtin_ia32_sbb_u32.
6506         (_subborrow_u64): Swap _X and _Y arguments in the call to
6507         __builtin_ia32_sbb_u64.
6509 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
6511         PR debug/81278
6512         * tree-vrp.c (compare_assert_loc): Turn into a function template
6513         with stable template parameter.  Only test if a->e is NULL,
6514         !a->e == !b->e has been verified already.  Use e == NULL or
6515         e != NULL instead of e or ! e tests.  If stable is true, don't use
6516         iterative_hash_expr, on the other side allow a or b or both NULL
6517         and sort the NULLs last.
6518         (process_assert_insertions): Sort using compare_assert_loc<false>
6519         instead of compare_assert_loc, later sort using
6520         compare_assert_loc<true> before calling process_assert_insertions_for
6521         in a loop.  Use break instead of continue once seen NULL pointer.
6523 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6525         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
6526         Cortex-R7 and Cortex-R8 processors.
6528 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6530         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
6531         uninitialized while src is not.
6533 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
6535         * common/config/arm/arm-common.c: Adjust include path for
6536         arm-cpu-cdata.h
6537         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
6538         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
6539         (arm-cpu-data.h): Likewise.
6540         (arm-cpu-cdata.h): Likewise.
6541         * config/arm/arm-cpu.h: Delete.
6542         * config/arm/arm-cpu-cdata.h: Delete.
6543         * config/arm/arm-cpu-data.h: Delete.
6545 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
6547         * config/arm/arm-cpus.in (cortex-a55): New.
6548         (cortex-a75): Likewise.
6549         (cortex-a75.cortex-a55): Likewise.
6550         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
6551         cortex-a75.
6552         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
6553         * config/arm/arm-cpu-cdata.h: Regenerate.
6554         * config/arm/arm-cpu-data.h: Regenerate.
6555         * config/arm/arm-cpu.h: Regenerate.
6556         * config/arm/arm-tables.opt: Regenerate.
6557         * config/arm/arm-tune.md: Regenerate.
6559 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6561         * haifa-sched.c (sched_create_recovery_edges): Update profile.
6563 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6565         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
6566         probability.
6568 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
6570         PR tree-optimization/81292
6571         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
6572         full_string_p, also call adjust_related_strinfos if the adjustment
6573         is simple, otherwise invalidate related strinfos.
6575 2017-07-04  Martin Liska  <mliska@suse.cz>
6577         PR sanitizer/81040
6578         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
6579         newly created variable as DECL_IGNORED_P.
6581 2017-07-04  Martin Liska  <mliska@suse.cz>
6583         PR ipa/81293
6584         * ipa-inline.c (inline_small_functions):
6585         Use xstrdup_for_dump.
6587 2017-07-04  Tom de Vries  <tom@codesourcery.com>
6589         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
6591 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6593         PR target/81033
6594         * config/darwin.c (darwin_function_switched_text_sections):
6595         Fix spaces.
6597 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
6599         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
6601 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6603         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
6605 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6607         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
6608         min_profitable_iters, and th as inclusive lower bounds.
6609         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
6610         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
6611         for min_profitable_iters and min_profitable_estimate.
6612         (vect_transform_loop): Treat th as an inclusive lower bound.
6613         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
6615 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6617         PR target/81033
6618         * config/darwin.c (darwin_function_switched_text_sections):
6619         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
6620         in two pieces, and suppress the use of buf.
6622 2017-07-03  Nathan Sidwell  <nathan@acm.org>
6624         * hash-table.h (hash_table_mod1): Fix indentation.
6626 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6628         PR middle-end/81290
6629         * predict.c (force_edge_cold): Be more careful about propagation
6630         backward.
6631         * profile-count.h (profile_probability::guessed,
6632         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
6633         New.
6634         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
6636 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
6638         * doc/invoke.texi (rcpc architecture extension): Document it.
6640 2017-07-03  Richard Biener  <rguenther@suse.de>
6642         PR tree-optimization/60510
6643         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
6644         the scalar reduction PHI and use it.
6645         (vectorizable_reduction): Properly guard the single_defuse_cycle
6646         path for non-SLP reduction chains where we cannot use it.
6647         Rework reduc_def/index and vector type deduction.  Rework
6648         vector operand gathering during reduction op code-gen.
6649         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
6650         chains dissolve the chain and leave it to non-SLP reduction
6651         handling.
6653 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6655         * tree-data-ref.h (dr_alignment): Declare.
6656         * tree-data-ref.c (dr_alignment): New function.
6657         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
6658         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
6659         set it.
6660         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
6662 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6664         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
6665         and base_misalignment fields.
6666         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
6667         * tree-data-ref.c: Include builtins.h.
6668         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
6669         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
6670         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
6671         * tree-vect-data-refs.c: Include tree-cfg.h.
6672         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
6673         fields instead of calculating an alignment here.
6674         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
6675         innermost_loop_behavior fields.
6677 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6679         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
6680         field.
6681         (DR_STEP_ALIGNMENT): New macro.
6682         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
6683         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
6684         (create_data_ref): Print it.
6685         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
6686         to tell whether the step preserves vector (mis)alignment.
6687         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6688         Move the check for an integer step and generalise to all INTEGER_CST.
6689         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
6690         Print the outer step alignment.
6692 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6694         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
6695         with offset_alignment.
6696         (DR_ALIGNED_TO): Delete.
6697         (DR_OFFSET_ALIGNMENT): New macro.
6698         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
6699         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
6700         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
6701         (create_data_ref): Likewise.
6702         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6703         (vect_analyze_data_refs): Likewise.
6704         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
6705         creating dummy innermost behavior.
6707 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6709         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
6710         with a "innermost_loop_behavior *" and refeence tree.
6711         * tree-data-ref.c (dr_analyze_innermost): Likewise.
6712         (create_data_ref): Update call accordingly.
6713         * tree-predcom.c (find_looparound_phi): Likewise.
6715 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6717         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
6718         fields with dr_wrt_vec_loop.
6719         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
6720         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
6721         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
6722         (vect_dr_behavior): New function.
6723         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6724         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
6725         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
6726         track whether the step preserves the misalignment.
6727         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6728         Use vect_dr_behavior.
6729         (vect_setup_realignment): Update call accordingly.
6730         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
6731         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
6732         call to vect_create_addr_base_for_vector_ref.
6733         (vect_create_cond_for_align_checks): Likewise.
6734         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
6735         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
6736         (vect_recog_mask_conversion_pattern): Likewise.
6737         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
6738         (new_stmt_vec_info): Remove redundant zeroing.
6740 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6742         * common/config/arm/arm-common.c (arm_be8_option): New function.
6743         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
6744         (ISA_ARMv6): Add isa_bit_be8.
6745         * config/arm/arm.h (arm_be8_option): Add prototype.
6746         (BE8_SPEC_FUNCTION): New define.
6747         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
6748         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
6749         (mlittle-endian): Similarly.
6750         (mbe8, mbe32): New options.
6751         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
6752         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
6754 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6756         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
6758 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6760         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
6761         (cleanup_tree_cfg_bb): Use it.
6762         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
6763         New functions.
6764         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
6766 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6768         PR bootstrap/81285
6769         * loop-doloop.c (add_test): Update profile.
6771 2017-07-03  Martin Liska  <mliska@suse.cz>
6773         PR sanitize/81040
6774         * sanopt.c (rewrite_usage_of_param): New function.
6775         (sanitize_rewrite_addressable_params): Likewise.
6776         (pass_sanopt::execute): Call rewrite_usage_of_param.
6778 2017-07-03  Richard Biener  <rguenther@suse.de>
6780         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
6781         back to using VIEW_CONVERT_EXPR.
6783 2017-07-03  Martin Liska  <mliska@suse.cz>
6785         PR other/78366
6786         * doc/extend.texi: Document when a resolver function is
6787         generated for target_clones.
6789 2017-07-03  Martin Liska  <mliska@suse.cz>
6791         * asan.c (asan_emit_stack_protection): Unpoison just red zones
6792         and shadow memory of auto variables which are subject of
6793         use-after-scope sanitization.
6794         (asan_expand_mark_ifn): Add do set only when is_poison.
6796 2016-07-03  Richard Biener  <rguenther@suse.de>
6798         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
6799         reduction PHIs.
6800         (vect_force_simple_reduction): Record reduction def -> phi mapping.
6801         (vectorizable_reduction): Perform reduction PHI creation when
6802         visiting a reduction PHI and adjust and simplify code generation
6803         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
6804         (vect_transform_loop): Visit reduction PHIs.
6805         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
6806         defs into the SLP tree.
6807         (vect_build_slp_tree): Reduction defs terminate the recursion.
6808         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
6809         of reduction defs.
6810         (vect_get_vec_defs_for_stmt_copy): Export.
6811         (vect_get_vec_defs): Likewise.
6812         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
6813         purpose.
6814         (vect_get_vec_defs_for_stmt_copy): Declare.
6815         (vect_get_vec_defs): Likewise.
6817 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6819         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
6820         parameter with a "loop" parameter and use it instead of the
6821         loop containing DR_STMT.  Don't check simple_iv when doing
6822         BB analysis.  Describe the two analysis modes in the comment.
6824 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6826         PR tree-optimization/69468
6827         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
6828         (find_same_succ_bb): Handle ignore_edge_flags.
6830 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6832         PR tree-optimization/81192
6833         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
6834         hash.
6835         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
6836         differs.
6837         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
6839 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6841         PR tree-optimization/81192
6842         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
6843         BB_SAME_SUCC (bb) == NULL.
6845 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6847         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
6848         consistency.
6850 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6852         * dumpfile.c: Include profile-count.h
6853         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
6854         update profile.
6855         (insert_cond_bb): Update profile.
6856         * tree-cfg.h (insert_cond_bb): Update prototype.
6857         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
6858         * tree-dump.c: Do not include tree-cfg.
6860 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6862         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
6864 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6866         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
6867         bb.
6869 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6871         * tree-complex.c (expand_complex_div_wide): update profile.
6873 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6874             Alan Hayward  <alan.hayward@arm.com>
6875             David Sherwood  <david.sherwood@arm.com>
6877         * Makefile.in (MACHMODE_H): Remove insn-modes.h
6878         (CORETYPES_H): New define.
6879         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
6880         (insn-modes-inline.h, s-modes-inline-h): New rules.
6881         (generated_files): Add insn-modes-inline.h.
6882         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
6883         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
6884         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
6885         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
6886         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
6887         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
6888         (build/gencodes.o, build/genconditions.o): Likewise.
6889         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
6890         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
6891         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
6892         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
6893         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
6894         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
6895         * coretypes.h: Include everything up to real.h for generators.
6896         Include insn-modes.h first.  Include wide-int-print.h after
6897         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
6898         * machmode.h: Don't include insn-modes.h here.
6899         * function-tests.c: Remove includes of signop.h, machmode.h,
6900         double-int.h and wide-int.h.
6901         * rtl.h: Likewise.
6902         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
6903         and wide-int.h.
6904         * optc-save-gen.awk: Likewise.
6905         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
6906         * godump.c: Remove include of wide-int-print.h.
6907         * pretty-print.h: Likewise.
6908         * wide-int-print.cc: Likewise.
6909         * wide-int.cc: Likewise.
6910         * hash-map-tests.c: Remove include of signop.h.
6911         * hash-set-tests.c: Likewise.
6912         * rtl-tests.c: Likewise.
6913         * mkconfig.sh: Remove include of machmode.h.
6914         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
6915         into...
6916         (emit_insn_modes_inline_h): ...this new function.  Emit the code
6917         into an insn-modes-inline.h header file, adding appropriate
6918         include guards and end comments.
6919         (emit_insn_modes_c_header): Remove include of machmode.h.
6920         (emit_min_insn_modes_c_header): Include coretypes.h rather than
6921         machmode.h.
6922         (main): Handle -i flag and call emit_insn_modes_inline_h when
6923         it is passed.
6925 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6927         * tree-ssa-strlen.c (strinfo): Rename the length field to
6928         nonzero_chars.  Add a full_string_p field.
6929         (compare_nonzero_chars, zero_length_string_p): New functions.
6930         (get_addr_stridx): Add an offset_out parameter.
6931         Use compare_nonzero_chars.
6932         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
6933         (new_strinfo): Update after above changes to strinfo.
6934         (set_endptr_and_length): Set full_string_p.
6935         (get_string_length): Update after above changes to strinfo.
6936         (unshare_strinfo): Update call to new_strinfo.
6937         (maybe_invalidate): Likewise.
6938         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
6939         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
6940         as a uhwi instead of an shwi.  Update after above changes to
6941         strinfo and new_strinfo.
6942         (zero_length_string): Assert that chainsi contains full strings.
6943         Use zero_length_string_p.  Update call to new_strinfo.
6944         (adjust_related_strinfos): Update after above changes to strinfo.
6945         Copy full_string_p from origsi.
6946         (adjust_last_stmt): Use zero_length_string_p.
6947         (handle_builtin_strlen): Update after above changes to strinfo and
6948         new_strinfo.  Install the lhs as the string length if the previous
6949         entry didn't describe a full string.
6950         (handle_builtin_strchr): Update after above changes to strinfo
6951         and new_strinfo.
6952         (handle_builtin_strcpy): Likewise.
6953         (handle_builtin_strcat): Likewise.
6954         (handle_builtin_malloc): Likewise.
6955         (handle_pointer_plus): Likewise.
6956         (handle_builtin_memcpy): Likewise.  Track nonzero characters
6957         that aren't necessarily followed by a nul terminator.
6958         (handle_char_store): Likewise.
6960 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6962         PR tree-optimization/80769
6963         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
6964         for malloc and calloc.  Document the new invariant that all related
6965         strinfos have delayed lengths or none do.
6966         (verify_related_strinfos): Move earlier in file.
6967         (set_endptr_and_length): New function, split out from...
6968         (get_string_length): ...here.  Also set the lengths of related
6969         strinfos.
6970         (zero_length_string): Assert that chainsi has known (rather than
6971         delayed) lengths.
6972         (adjust_related_strinfos): Likewise.
6974 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6976         PR tree-optimization/81136
6977         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
6978         assert that two references with the same misalignment have the same
6979         compile-time misalignment if those compile-time misalignments
6980         are known.
6982 2017-07-01  Andi Kleen  <ak@linux.intel.com>
6984         * print-tree.c (print_node): Print all attributes.
6986 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
6988         * cfg.c (scale_bbs_frequencies): New function.
6989         * cfg.h (scale_bbs_frequencies): Declare it.
6990         * cfgloopanal.c (single_likely_exit): Cleanup.
6991         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
6992         as parameter.
6993         (scale_loop_profile): Likewise.
6994         (loop_version): Likewise.
6995         (create_empty_loop_on_edge): Update.
6996         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
6997         scale_loop_frequencies, scale_loop_profile, loopify,
6998         loop_version): Update prototypes.
6999         * modulo-sched.c (sms_schedule): Update.
7000         * predict.c (unlikely_executed_edge_p): Also check probability.
7001         (probably_never_executed_edge_p): Fix typo.
7002         * tree-if-conv.c (version_loop_for_if_conversion): Update.
7003         * tree-parloops.c (gen_parallel_loop): Update.
7004         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
7005         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7006         * tree-ssa-loop-split.c (split_loop): Update.
7007         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7008         * tree-vect-loop-manip.c (vect_do_peeling): Update.
7009         (vect_loop_versioning): Update.
7010         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7012 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7014         * trans-mem.c (split_bb_make_tm_edge): Update profile.
7016 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7018         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
7019         to keep profile consistent.
7021 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7023         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
7024         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
7025         * profile-count.h (max_safe_multiplier): Make unsigned.
7026         (profile_count::guessed_zero): New.
7028 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7030         * bb-reorder.c (fix_up_crossing_landing_pad,
7031         fix_crossing_conditional_branches): Use make_single_succ_edge
7032         to keep profile consistent.
7034 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7036         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
7037         to update profile.
7039 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
7041         PR sanitizer/81262
7042         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
7043         the right scopes, make sure cond_jump isn't preserved between multiple
7044         iterations.  Search for fallthru edge whenever there are 3+ edges and
7045         use find_fallthru_edge for it.
7047 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7049         Patch by Alexander Monakov <amonakov@ispras.ru>
7050         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
7051         probabilities consistently.
7053 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7055         * pa.c (pa_expand_compare_and_swap_loop): Update call of
7056         emit_cmp_and_jump_insns.
7058 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7060         PR ipa/81261
7061         * tree-inline.c (expand_call_inline): Combine profile statuses.
7063 2017-06-30  Andrew Pinski  <apinski@cavium.com>
7065         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
7066         fold_stmt returned true.
7068 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7070         * ggc.h (empty_string): Delete.
7071         * cfgexpand.c (expand_asm_stmt): Use plain "".
7072         * optabs.c (expand_asm_memory_barrier): Likewise.
7073         * stringpool.c (empty_string): Delete.
7074         (digit_vector, digit_string): Delete.
7075         (ggc_alloc_string): Use plain "", don't optimize single digit
7076         strings.  Use ggc_alloc_atomic.
7078 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
7080         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
7081         comparison set and one other set, use the cost of the non-comparison
7082         set.
7084 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7086         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
7087         some formatting.
7089 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
7091         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
7092         loops.  Remove now unneeded calls to gimple_switch_set_label() that
7093         just set removed labels to NULL_TREE.
7095 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
7097         * tree-ssanames.c (set_range_info_raw): Abstract from ...
7098         (set_range_info): ...here.  Only call set_range_info_raw if domain
7099         is useful.
7100         (set_nonzero_bits): Call set_range_info_raw.
7101         * tree-ssanames.h (set_range_info_raw): New.
7103 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
7105         PR target/81225
7106         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
7107         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
7108         of nonimmediate_operand and <store_mask_constraint> instead of m
7109         for the input operand.  For V8FI iterator, always split if input
7110         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
7111         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
7112         <store_mask_predicate> instead of register_operand and
7113         <store_mask_constraint> instead of v for the input operand.  Make
7114         sure both operands aren't MEMs for if not <mask_applied>.
7116 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
7118         * lto-wrapper.c (copy_file) Close both file descriptors before
7119         exiting normally.
7121 2017-06-30  Martin Liska  <mliska@suse.cz>
7123         PR ipa/81214
7124         * multiple_target.c (create_dispatcher_calls): Make ifunc
7125         also for function that don't have calls or are not referenced.
7127 2017-06-30  Richard Biener  <rguenther@suse.de>
7129         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
7130         analyze the first scalar stmt.  Move vector type computation
7131         for the BB case here from ...
7132         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
7133         live operation processing in the SLP case properly.
7135 2017-06-30  Richard Biener  <rguenther@suse.de>
7137         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
7139 2017-06-30  Martin Liska  <mliska@suse.cz>
7141         PR sanitizer/81021
7142         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
7143         before BUILT_IN_UNWIND_RESUME when ASAN is used.
7145 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
7147         * doc/invoke.texi (AArch64): Add missing options and remove redundant
7148         ones.
7150 2017-06-30  Richard Biener  <rguenther@suse.de>
7152         PR tree-optimization/81249
7153         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
7154         condition reduction result to original scalar type.
7156 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7158         * profile-count.h (enum profile_quality): Fix typos and whitespace
7159         issues.
7161 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7163         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
7164         type for branch probabilities.
7166 2017-06-29  Julian Brown  <julian@codesourcery.com>
7167             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7169         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
7170         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
7171         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
7172         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
7174 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7176         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
7177         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
7178         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
7179         CC usage from generic code to here.
7180         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
7181         CC usage into the target macros.
7183 2017-06-29  Maya Rashish  <coypu@sdf.org>
7185         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
7186         objects.
7188 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7190         * arm/arm-builtins.c: Include profile-count.h
7191         * except.c (sjlj_emit_function_enter): Use
7192         profile_probability::unlikely.
7194 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
7196         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
7197         and tocrel_offset be pointer args rather than implicitly using
7198         static versions.
7199         (legitimate_constant_pool_address_p, rs6000_emit_move,
7200         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
7201         tocrel_offset and use in toc_relative_expr_p call.
7202         (print_operand, print_operand_address): Use static tocrel_base_oac
7203         and tocrel_offset_oac.
7204         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
7205         tocrel_offset_oac.
7207 2017-06-29  Maya Rashish  <coypu@sdf.org>
7209         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
7211 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
7213         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
7214         objects, take into account only the alignment of 'op0' and 'mode1' if
7215         'op0' is a MEM.
7217 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
7219         * ccmp.c (ccmp_tree_comparison_p): New function.
7220         (ccmp_candidate_p): Update to use above function.
7221         (get_compare_parts): New function.
7222         (expand_ccmp_next): Update to use new functions.
7223         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
7224         new functions.
7225         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
7226         take mode as argument.
7227         * ccmp.h (expand_ccmp_expr): Add mode as argument.
7228         * expr.c (expand_expr_real_1): Pass mode as argument.
7230 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
7232         * combine.c (combine_instructions): Print insns to dump_file, together
7233         with their costs.
7235 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7237         * asan.c (asan_emit_stack_protection): Update.
7238         (create_cond_insert_point): Update.
7239         * auto-profile.c (afdo_propagate_circuit): Update.
7240         * basic-block.h (struct edge_def): Turn probability to
7241         profile_probability.
7242         (EDGE_FREQUENCY): Update.
7243         * bb-reorder.c (find_traces_1_round): Update.
7244         (better_edge_p): Update.
7245         (sanitize_hot_paths): Update.
7246         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
7247         (make_single_succ_edge): Update.
7248         (check_bb_profile): Update.
7249         (dump_edge_info): Update.
7250         (update_bb_profile_for_threading): Update.
7251         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
7252         probabilitycount to 0.
7253         * cfgbuild.c (compute_outgoing_frequencies): Update.
7254         * cfgcleanup.c (try_forward_edges): Update.
7255         (outgoing_edges_match): Update.
7256         (try_crossjump_to_edge): Update.
7257         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
7258         (expand_gimple_tailcall): Update.
7259         (construct_init_block): Use make_single_succ_edge.
7260         (construct_exit_block): Use make_single_succ_edge.
7261         * cfghooks.c (verify_flow_info): Update.
7262         (redirect_edge_succ_nodup): Update.
7263         (split_edge): Update.
7264         (account_profile_record): Update.
7265         * cfgloopanal.c (single_likely_exit): Update.
7266         * cfgloopmanip.c (scale_loop_profile): Update.
7267         (set_zero_probability): Remove.
7268         (duplicate_loop_to_header_edge): Update.
7269         * cfgloopmanip.h (loop_version): Update prototype.
7270         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
7271         (force_nonfallthru_and_redirect): Update.
7272         (update_br_prob_note): Update.
7273         (rtl_verify_edges): Update.
7274         (purge_dead_edges): Update.
7275         (rtl_lv_add_condition_to_bb): Update.
7276         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
7277         * cgraphunit.c (init_lowered_empty_function): Update.
7278         (cgraph_node::expand_thunk): Update.
7279         * cilk-common.c: Include profile-count.h
7280         * dojump.c (inv): Remove.
7281         (jumpifnot): Update.
7282         (jumpifnot_1): Update.
7283         (do_jump_1): Update.
7284         (do_jump): Update.
7285         (do_jump_by_parts_greater_rtx): Update.
7286         (do_compare_rtx_and_jump): Update.
7287         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
7288         do_jump_1. do_compare_rtx_and_jump): Update prototype.
7289         * dwarf2cfi.c: Include profile-count.h
7290         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
7291         (sjlj_emit_dispatch_table): Likewise.
7292         * explow.c: Include profile-count.h
7293         * expmed.c (emit_store_flag_force): Update.
7294         (do_cmp_and_jump): Update.
7295         * expr.c (compare_by_pieces_d::generate): Update.
7296         (compare_by_pieces_d::finish_mode): Update.
7297         (emit_block_move_via_loop): Update.
7298         (store_expr_with_bounds): Update.
7299         (store_constructor): Update.
7300         (expand_expr_real_2): Update.
7301         (expand_expr_real_1): Update.
7302         * expr.h (try_casesi, try_tablejump): Update prototypes.
7303         * gimple-pretty-print.c (dump_probability): Update.
7304         (dump_profile): New.
7305         (dump_gimple_label): Update.
7306         (dump_gimple_bb_header): Update.
7307         * graph.c (draw_cfg_node_succ_edges): Update.
7308         * hsa-gen.c (convert_switch_statements): Update.
7309         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
7310         (find_if_case_1): Update.
7311         (find_if_case_2): Update.
7312         * internal-fn.c (expand_arith_overflow_result_store): Update.
7313         (expand_addsub_overflow): Update.
7314         (expand_neg_overflow): Update.
7315         (expand_mul_overflow): Update.
7316         (expand_vector_ubsan_overflow): Update.
7317         * ipa-cp.c (good_cloning_opportunity_p): Update.
7318         * ipa-split.c (split_function): Use make_single_succ_edge.
7319         * ipa-utils.c (ipa_merge_profiles): Update.
7320         * loop-doloop.c (add_test): Update.
7321         (doloop_modify): Update.
7322         * loop-unroll.c (compare_and_jump_seq): Update.
7323         (unroll_loop_runtime_iterations): Update.
7324         * lra-constraints.c (lra_inheritance): Update.
7325         * lto-streamer-in.c (input_cfg): Update.
7326         * lto-streamer-out.c (output_cfg): Update.
7327         * mcf.c (adjust_cfg_counts): Update.
7328         * modulo-sched.c (sms_schedule): Update.
7329         * omp-expand.c (expand_omp_for_init_counts): Update.
7330         (extract_omp_for_update_vars): Update.
7331         (expand_omp_ordered_sink): Update.
7332         (expand_omp_for_ordered_loops): Update.
7333         (expand_omp_for_generic): Update.
7334         (expand_omp_for_static_nochunk): Update.
7335         (expand_omp_for_static_chunk): Update.
7336         (expand_cilk_for): Update.
7337         (expand_omp_simd): Update.
7338         (expand_omp_taskloop_for_outer): Update.
7339         (expand_omp_taskloop_for_inner): Update.
7340         * omp-simd-clone.c (simd_clone_adjust): Update.
7341         * optabs.c (expand_doubleword_shift): Update.
7342         (expand_abs): Update.
7343         (emit_cmp_and_jump_insn_1): Update.
7344         (expand_compare_and_swap_loop): Update.
7345         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
7346         * predict.c (predictable_edge_p): Update.
7347         (edge_probability_reliable_p): Update.
7348         (set_even_probabilities): Update.
7349         (combine_predictions_for_insn): Update.
7350         (combine_predictions_for_bb): Update.
7351         (propagate_freq): Update.
7352         (estimate_bb_frequencies): Update.
7353         (force_edge_cold): Update.
7354         * profile-count.c (profile_count::dump): Add missing space into dump.
7355         (profile_count::debug): Add newline.
7356         (profile_count::differs_from_p): Explicitly convert to unsigned.
7357         (profile_count::stream_in): Update.
7358         (profile_probability::dump): New member function.
7359         (profile_probability::debug): New member function.
7360         (profile_probability::differs_from_p): New member function.
7361         (profile_probability::differs_lot_from_p): New member function.
7362         (profile_probability::stream_in): New member function.
7363         (profile_probability::stream_out): New member function.
7364         * profile-count.h (profile_count_quality): Rename to ...
7365         (profile_quality): ... this one.
7366         (profile_probability): New.
7367         (profile_count): Update.
7368         * profile.c (compute_branch_probabilities): Update.
7369         * recog.c (peep2_attempt): Update.
7370         * sched-ebb.c (schedule_ebbs): Update.
7371         * sched-rgn.c (find_single_block_region): Update.
7372         (compute_dom_prob_ps): Update.
7373         (schedule_region): Update.
7374         * sel-sched-ir.c (compute_succs_info): Update.
7375         * stmt.c (struct case_node): Update.
7376         (do_jump_if_equal): Update.
7377         (get_outgoing_edge_probs): Update.
7378         (conditional_probability): Update.
7379         (emit_case_dispatch_table): Update.
7380         (expand_case): Update.
7381         (expand_sjlj_dispatch_table): Update.
7382         (emit_case_nodes): Update.
7383         * targhooks.c: Update.
7384         * tracer.c (better_p): Update.
7385         (find_best_successor): Update.
7386         * trans-mem.c (expand_transaction): Update.
7387         * tree-call-cdce.c: Update.
7388         * tree-cfg.c (gimple_split_edge): Upate.
7389         (move_sese_region_to_fn): Upate.
7390         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
7391         * tree-eh.c (lower_resx): Upate.
7392         (cleanup_empty_eh_move_lp): Upate.
7393         * tree-if-conv.c (version_loop_for_if_conversion): Update.
7394         * tree-inline.c (copy_edges_for_bb): Update.
7395         (copy_cfg_body): Update.
7396         * tree-parloops.c (gen_parallel_loop): Update.
7397         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
7398         (gimple_gen_time_profiler): Update.
7399         * tree-ssa-dce.c (remove_dead_stmt): Update.
7400         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
7401         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
7402         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
7403         (unloop_loops): Update.
7404         (try_peel_loop): Update.
7405         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7406         * tree-ssa-loop-split.c (connect_loops): Update.
7407         (split_loop): Update.
7408         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7409         (hoist_guard): Update.
7410         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
7411         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
7412         (value_replacement): Update.
7413         * tree-ssa-reassoc.c (branch_fixup): Update.
7414         * tree-ssa-tail-merge.c (replace_block_by): Update.
7415         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
7416         (create_edge_and_update_destination_phis): Update.
7417         (compute_path_counts): Update.
7418         (recompute_probabilities): Update.
7419         (update_joiner_offpath_counts): Update.
7420         (freqs_to_counts_path): Update.
7421         (duplicate_thread_path): Update.
7422         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
7423         (struct switch_conv_info): Update.
7424         (gen_inbound_check): Update.
7425         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
7426         (vect_do_peeling): Update.
7427         (vect_loop_versioning): Update.
7428         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7429         (optimize_mask_stores): Update.
7430         * ubsan.c (ubsan_expand_null_ifn): Update.
7431         * value-prof.c (gimple_divmod_fixed_value): Update.
7432         (gimple_divmod_fixed_value_transform): Update.
7433         (gimple_mod_pow2): Update.
7434         (gimple_mod_pow2_value_transform): Update.
7435         (gimple_mod_subtract): Update.
7436         (gimple_mod_subtract_transform): Update.
7437         (gimple_ic): Update.
7438         (gimple_stringop_fixed_value): Update.
7439         (gimple_stringops_transform): Update.
7440         * value-prof.h: Update.
7442 2017-06-29  Carl Love  <cel@us.ibm.com>
7444         * config/rs6000/rs6000-c.c: Add support for built-in functions
7445         vector signed int vec_signed (vector float);
7446         vector signed long long vec_signed (vector double);
7447         vector signed int vec_signed2 (vector double, vector double);
7448         vector signed int vec_signede (vector double);
7449         vector signed int vec_signedo (vector double);
7450         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
7451         instruction generator.
7452         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7453         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
7454         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
7455         Add define_insn.
7456         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
7457         vunsignede_v2df): Add define_expands.
7458         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
7459         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
7460         VEC_UNSIGNEDO): Add definitions.
7461         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7462         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
7463         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
7464         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
7465         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
7466         * config/rs6000/altivec.h (vec_signed, vec_signed2,
7467         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
7468         vec_unsignede, vec_unsignedo): Add builtin defines.
7469         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
7470         declaration.
7471         * doc/extend.texi: Update the built-in documentation file for the
7472         new built-in functions.
7474 2017-06-29  Richard Biener  <rguenther@suse.de>
7476         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
7477         reduction chains to LOOP_VINFO_REDUCTIONS.
7478         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
7479         SLP reductions after processing reduction chains.
7481 2017-06-29  Nathan Sidwell  <nathan@acm.org>
7483         * builtins.c (fold_builtin_FUNCTION): Use
7484         lang_hooks.decl_printable_name.
7486 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
7488         PR middle-end/81194
7489         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
7490         with only one label.
7491         * stmt.c (expand_case): Assert NCASES is greater than one.
7493 2017-06-29  Richard Biener  <rguenther@suse.de>
7495         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
7496         anything.
7497         (group_case_labels): Likewise.
7498         (find_taken_edge): Push sanity checking on val to workers...
7499         (find_taken_edge_cond_expr): ... here
7500         (find_taken_edge_switch_expr): ... and here, handle cases
7501         with just a default label.
7502         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
7503         (group_case_labels): Likewise.
7504         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
7505         group_case_labels does anything cleanup the CFG again.
7507 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
7509         PR tree-optimization/81196
7510         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
7511         exit condition comparing two IVs.
7513 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
7515         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
7516         profile to the dummy entry at the end of the list of architectures.
7517         * config/arm/arm-cpu-cdata.h: Regenerated.
7519 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7520             Michael Collison <michael.collison@arm.com>
7522         PR target/70119
7523         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
7524         New pattern.
7525         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
7526         (*aarch64_reg_<mode>3_minus_mask): New pattern.
7527         (*aarch64_<optab>_reg_di3_mask2): New pattern.
7528         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
7529         of shift when the shift amount is masked with constant equal to
7530         the size of the mode.
7531         * config/aarch64/predicates.md (subreg_lowpart_operator): New
7532         predicate.
7534 2017-06-29  Martin Liska  <mliska@suse.cz>
7536         * config/i386/i386.opt: Change range from [1,5] to [0,5].
7538 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
7540         PR bootstrap/80565
7541         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
7542         code.
7543         * ipa-inline.h
7544         (edge_growth_cache_entry::edge_growth_cache_entry): New
7545         function.
7546         (reset_edge_growth_cache): Update to use constructor.
7548 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7550         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
7551         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7552         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7554 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
7556         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
7557         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
7559 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7561         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
7562         (*-linux-uclibc*): Add t-uclibc tmake_file.
7563         * config/t-musl: New.
7564         * config/t-uclibc: New.
7566 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
7568         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
7569         context.
7570         (gen_comm_data): Emit architectural setting of arch_prof.
7571         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
7572         profile.
7573         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
7574         (armv8-m.base, armv8-m.main): Likewise.
7575         * arm-protos.h (arm_build_target): Add profile field.
7576         (arch_option): Likewise.
7577         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
7578         the active target.
7579         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
7580         arm_active_target.profile.
7582 2017-06-28  Richard Biener  <rguenther@suse.de>
7584         PR middle-end/81227
7585         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
7586         TYPE_OVERFLOW_WRAPS.
7587         * match.pd (negate_expr_p): Likewise.
7588         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
7589         fold_build2, not fold_binary.
7591 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7593         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
7594         Convert memory address to Pmode.
7595         (aarch64_print_operand): Assert MEM operands are always Pmode.
7597 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7599         PR target/79665
7600         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
7601         Remove redundant if.
7602         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
7603         * config/arm/aarch-common-protos.h
7604         (aarch_forward_to_shift_is_not_shifted_re): Remove.
7605         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
7607 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
7609         PR ipa/81238
7610         * multiple_target.c (create_dispatcher_calls): Set the default
7611         clone to be static, not public.
7613 2017-06-28  Richard Biener  <rguenther@suse.de>
7615         * tree-vect-loop.c (vectorizable_reduction): Move special
7616         cond reduction IV var creation ...
7617         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
7618         parameter.  Use STMT_VINFO_VECTYPE.
7619         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
7620         constant_p.
7622 2017-06-28  Martin Liska  <mliska@suse.cz>
7624         PR ipa/81128
7625         * ipa-visibility.c (non_local_p): Handle visibility.
7627 2017-06-28  Martin Liska  <mliska@suse.cz>
7629         PR driver/79659
7630         * common.opt: Add IntegerRange to various options.
7631         * opt-functions.awk (integer_range_info): New function.
7632         * optc-gen.awk: Add integer_range_info to cl_options struct.
7633         * opts-common.c (decode_cmdline_option): Handle
7634         CL_ERR_INT_RANGE_ARG.
7635         (cmdline_handle_error): Likewise.
7636         * opts.c (print_filtered_help): Show valid interval in
7637         when --help is provided.
7638         * opts.h (struct cl_option): Add range_min and range_max fields.
7639         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
7641 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
7643         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
7644         (x * C EQ/NE y * C): New transformation.
7646 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
7648         * genmultilib (combination_space): Accept '+' in option names.
7650 2017-06-28  Martin Liska  <mliska@suse.cz>
7652         PR sanitizer/81224
7653         * asan.c (instrument_derefs): Bail out inner references
7654         that are hard register variables.
7656 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
7658         PR target/81175
7659         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
7660         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
7662 2017-06-28  Richard Biener  <rguenther@suse.de>
7664         * tree-vectorizer.h (vect_get_vec_defs): Remove.
7665         (vect_get_slp_defs): Adjust.
7666         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
7667         out from ...
7668         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
7669         simplify.
7670         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
7671         get_initial_defs_for_reduction instead of vect_get_vec_defs.
7672         (vectorizable_reduction): Adjust.
7673         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
7674         handling.
7675         (vect_get_slp_defs): Likewise.
7676         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
7677         (vectorizable_bswap): Adjust.
7678         (vectorizable_call): Likewise.
7679         (vectorizable_conversion): Likewise.
7680         (vectorizable_assignment): Likewise.
7681         (vectorizable_shift): Likewise.
7682         (vectorizable_operation): Likewise.
7683         (vectorizable_store): Likewise.
7684         (vectorizable_condition): Likewise.
7685         (vectorizable_comparison): Likewise.
7687 2017-06-28  Michael Collison  <michael.collison@arm.com>
7689         PR target/68535
7690         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
7691         set of base_reg
7692         (arm_gen_movmemqi): Removed unused variable 'i'.
7693         Convert 'for' loop into 'while' loop.
7694         (arm_expand_prologue): Remove last unnecessary set of insn.
7695         (thumb_pop): Remove unused variable 'pushed_words'.
7696         (thumb_exit): Remove last unnecessary set of regs_to_pop.
7698 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7700         * config/s390/predicates.md: Use s390_rel_address_ok_p.
7701         * config/s390/s390-protos.h: Add prototype of
7702         s390_rel_address_ok_p.
7703         * config/s390/s390.c (s390_got_symbol): New function.
7704         (s390_rel_address_ok_p): New function.
7705         (legitimize_pic_address): Use s390_rel_address_ok_p.
7706         (s390_load_got): Use s390_got_symbol.
7707         (s390_option_override): Issue error if
7708         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
7709         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
7710         New macro.
7711         * config/s390/s390.opt: New option mpic-data-is-text-relative.
7713 2017-06-27  Andrew Pinski  <apinski@cavium.com>
7715         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
7716         (X * copysign (1.0, X)): New pattern.
7717         (X * copysign (1.0, -X)): New pattern.
7718         (copysign (-1.0, CST)): New pattern.
7720 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
7722         * genmultilib (combination_space): Remove variable.
7723         Validate reuse rules against regular expression for any sequence
7724         of multilib options in any order.
7726 2017-06-27  Michael Collison  <michael.collison@arm.com>
7728         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
7729         call aarch64_split_simd_combine.
7730         * (aarch64_combine_internal<mode>): Delete pattern.
7731         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
7732         Allow register and subreg operands.
7734 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7736         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
7737         specific need, just fallback on defaults.
7738         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
7740 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7741             Olivier Hainque  <hainque@adacore.com>
7743         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
7744         map for 64bits.
7745         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
7746         targets. Pick a default if no particular attempt applied.
7747         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
7748         larger contexts.
7750 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7752         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
7753         (x86_64-wrs-vxworks7): Likewise.
7755 2017-06-27  Marek Polacek  <polacek@redhat.com>
7757         PR sanitizer/81223
7758         * ubsan.c (instrument_null): Check get_base_address's result for null.
7760 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7762         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
7764 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7766         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
7767         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
7768         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
7769         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
7770         New function types.
7771         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
7772         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
7773         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
7774         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
7775         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
7776         BUILT_IN_FEUPDATEENV): New builtins.
7777         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
7778         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
7779         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
7780         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
7781         macros.
7782         (builtin_structptr_types): Adjust size.
7783         * tree.c (builtin_structptr_types): Add four entries.
7785 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7786             Olivier Hainque  <hainque@adacore.com>
7788         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
7789         (TLS_SYM): New local macro, forcing reference to __tls__ on
7790         link command lines for VxWorks 7 RTPs, triggering initialization
7791         of tlsLib.
7792         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
7793         OS features TLS support, true for RTPs on VxWorks 7.
7794         * config/vxworks.c (vxworks_override_options): Setup emutls
7795         accordingly.
7797 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7799         * predict.c (test_prediction_value_range): Use -1U instead of -1
7800         to avoid narrowing conversion warning.
7801         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
7802         to avoid narrowing conversion warning.
7803         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
7804         -1.
7805         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
7807 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7809         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
7810         64bit configurations.
7811         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
7812         (SIZE_TYPE): Likewise.
7813         * config/vxworks.c (vxworks_emutls_var_fields): Use
7814         long_unsigned_type_node instead of unsigned_type_node as the offset
7815         field type, which is "pointer" mode in emutls.c.
7817 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7819         PR sanitizer/81209
7820         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
7822         PR middle-end/81207
7823         * gimple-fold.c (replace_call_with_call_and_fold): Handle
7824         gimple_vuse copying separately from gimple_vdef copying.
7826 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7828         * value-prof.c (free_hist): Remove call to memset and the enclosing if
7829         condition.
7831 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7832             Olivier Hainque  <hainque@adacore.com>
7834         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
7835         for all vxworks7 targets.
7836         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
7837         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
7838         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
7839         variations for VX6/VX7 and 32/64bits later on in ...
7840         (VXWORKS_LIB_SPEC): Leverage new macros.
7841         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
7842         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
7844 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7846         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
7847         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
7849 2017-06-26  Carl Love  <cel@us.ibm.com>
7851         * config/rs6000/rs6000-c.c: Add support for built-in functions
7852         vector bool char vec_reve (vector bool char);
7853         vector signed char vec_reve (vector signed char);
7854         vector unsigned char vec_reve (vector unsigned char);
7855         vector bool int vec_reve (vector bool int);
7856         vector signed int vec_reve (vector signed int);
7857         vector unsigned int vec_reve (vector unsigned int);
7858         vector bool long long vec_reve (vector bool long long);
7859         vector signed long long vec_reve (vector signed long long);
7860         vector unsigned long long vec_reve (vector unsigned long long);
7861         vector bool short vec_reve (vector bool short);
7862         vector signed short vec_reve (vector signed short);
7863         vector double vec_reve (vector double);
7864         vector float vec_reve (vector float);
7865         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
7866         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
7867         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
7868         (altivec_vreve): New pattern.
7869         * config/rs6000/altivec.h (vec_reve): New define.
7870         * doc/extend.texi (vec_rev): Update the built-in documentation file
7871         for the new built-in functions.
7873 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7875         PR tree-optimization/71815
7876         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
7877         function.
7878         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
7879         has_single_use.
7880         (slsr_process_phi): Likewise.
7881         (replace_uncond_cands_and_profitable_phis): Don't replace a
7882         multiply candidate with a stride of 1 (copy or cast).
7883         (phi_incr_cost): Call uses_consumed_by_stmt rather than
7884         has_single_use.
7885         (lowest_cost_path): Likewise.
7886         (total_savings): Likewise.
7888 2017-06-26  Richard Biener  <rguenther@suse.de>
7890         PR target/81175
7891         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
7892         Use def_builtin_pure for all gather builtins.
7894 2017-06-26  Richard Biener  <rguenther@suse.de>
7896         PR tree-optimization/81203
7897         * tree-tailcall.c (find_tail_calls): Do not move stmts into
7898         non-dominating BBs.
7900 2017-06-26  Marek Polacek  <polacek@redhat.com>
7902         PR c/80116
7903         * doc/invoke.texi: Document -Wmultistatement-macros.
7905 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
7907         * doc/sourcebuild.texi (ARM-specific attributes): Document new
7908         arm_neon_ok_no_float_abi effective target.
7910 2017-06-26  Richard Biener  <rguenther@suse.de>
7912         PR tree-optimization/80928
7913         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
7914         (copy_bbs): Set BB_DUPLICATED flag early.
7915         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
7916         marked blocks.
7917         (execute_on_shrinking_pred): Likewise.
7918         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
7919         BB_DUPLICATED blocks.
7920         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
7921         iterate over all PHIs considering removal of *gsi.
7923 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
7925         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
7926         qdf24xx.
7928 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
7930         * config/rs6000/rs6000-string.c: (expand_block_clear,
7931         do_load_for_compare, select_block_compare_mode,
7932         compute_current_alignment, expand_block_compare,
7933         expand_strncmp_align_check, expand_strn_compare,
7934         expand_block_move, rs6000_output_load_multiple)
7935         Move functions related to string/block move/compare
7936         to a separate file.
7937         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
7938         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
7939         for this function which is now used in two files.
7940         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
7941         * config.gcc: Add rs6000-string.o to extra_objs for
7942         targets powerpc*-*-* and rs6000*-*-*.
7944 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
7946         PR target/80510
7947         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
7948         32-bit, since indexed is not valid for DImode.
7949         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
7950         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
7951         (define_peephole2 for Altivec d-form load): Add 32-bit support.
7952         (define_peephole2 for Altivec d-form store): Likewise.
7954         PR ipa/81185
7955         * multiple_target.c (create_dispatcher_calls): Only create the
7956         dispatcher call if the function is the default clone of a
7957         versioned function.
7959 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
7961         PR middle-end/80902
7962         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
7963         a call, force the call to not be a tail call.
7965 2017-06-23  Jeff Law  <law@redhat.com>
7967         * doc/contrib.texi: Add entry for Steven Pemberton's work on
7968         enquire.
7970 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
7972         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
7973         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
7974         handling for early expansion of vector shifts (sl,sr,sra,rl).
7975         (builtin_function_type): Add vector shift right instructions
7976         to the unsigned argument list.
7978 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7980         rtl-optimizatoin/79286
7981         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
7982         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
7983         trap.  PIC register plus a const unspec without offset can never trap.
7985 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
7987         * tree.h (builtin_structptr_type): New type.
7988         (builtin_structptr_types): Declare new array.
7989         * tree.c (builtin_structptr_types): New array.
7990         (free_lang_data, build_common_tree_nodes): Use it.
7992 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
7994         PR c++/81187
7995         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
7996         -Wnoexcept.
7998 2017-06-22  Matt Turner  <mattst88@gmail.com>
8000         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
8001         Lake models to skylake case.  Assume skylake for unknown
8002         models with clflushopt.
8004 2017-06-22  Jeff Law  <law@redhat.com>
8006         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
8007         frame sizes that do not satisfy aarch64_uimm12_shift.
8009 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
8011         * profile-count.h (apply_probability,
8012         apply_scale, probability_in): Fix checks for zero.
8014 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8016         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
8017         * doc/cppdiropts.texi (-I @var{dir}): Document it.
8019 2016-06-22  Richard Biener  <rguenther@suse.de>
8021         * tree-vect-loop.c (vect_model_reduction_cost): Handle
8022         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
8023         REDUC_MAX_EXPR support.
8024         (vectorizable_reduction): Likewise.
8025         (vect_create_epilog_for_reduction): Likewise.
8027 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
8029         * match.pd (A / (1 << B) -> A >> B): New.
8030         * generic-match-head.c: Include optabs-tree.h.
8031         * gimple-match-head.c: Likewise.
8032         * optabs-tree.h (target_supports_op_p): New.
8033         * optabs-tree.c (target_supports_op_p): New.
8035 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8037         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
8038         $gcc_cv_ld --help output.
8039         (gcc_cv_ld_demangle): Likewise.
8040         (gcc_cv_ld_eh_frame_hdr): Likewise.
8041         (gcc_cv_ld_pie): Likewise.
8042         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
8043         (gcc_cv_ld_buildid): Likewise.
8044         (gcc_cv_ld_sysroot): Likewise.
8045         (ld_bndplt_support): Likewise.
8046         (ld_pushpopstate_support): Likewise.
8047         * configure: Regenerate.
8048         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
8050 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8052         PR target/81151
8053         * config/i386/sse.md (round<mode>2): Renumber match_dup and
8054         operands indexes to avoid gap between operands and match_dups.
8056 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8058         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
8059         Increment Arith_shift and Arith_shift_reg by 1.
8060         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
8061         New tuning flag.
8062         * config/aarch64/aarch64.c (thunderx_tunings): Enable
8063         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
8064         (aarch64_strip_extend): Add new argument and test for it.
8065         (aarch64_cheap_mult_shift_p): New function.
8066         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
8067         add a cost if it is true.
8068         Update calls to aarch64_strip_extend.
8069         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
8071 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8073         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
8074         tunings.
8075         (thunderxt88): Likewise.
8076         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
8077         (thunderx_prefetch_tune): New variable.
8078         (thunderx2t99_prefetch_tune): Update for the correct values.
8079         (thunderxt88_tunings): New variable.
8080         (thunderx_tunings): Use thunderx_prefetch_tune instead of
8081         generic_prefetch_tune.
8082         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
8084 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8086         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
8087         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
8088         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
8089         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
8090         (aarch64_atomic_cas<mode>, GPI): Likewise.
8092 2017-06-21  Martin Liska  <mliska@suse.cz>
8094         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
8095         statements on cold and hot labels.
8096         * predict.c (tree_estimate_probability_bb): Remove the
8097         prediction from this place.
8099 2017-06-21  Martin Liska  <mliska@suse.cz>
8101         PR tree-optimization/79489
8102         * gimplify.c (maybe_add_early_return_predict_stmt): New
8103         function.
8104         (gimplify_return_expr): Call the function.
8105         * predict.c (tree_estimate_probability_bb): Remove handling
8106         of early return.
8107         * predict.def: Update comment about early return predictor.
8108         * gimple-predict.h (is_gimple_predict): New function.
8109         * predict.def: Change default value of early return to 66.
8110         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
8111         statements.
8112         * passes.def: Put pass_strip_predict_hints to the beginning of
8113         IPA passes.
8115 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
8117         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
8118         FUNCTION_DECL declarations.
8119         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
8120         declarations.
8121         (dwaf2out_decl): Likewise.
8122         * godump.c (go_early_global_decl): Skip call to the real debug hook
8123         for FUNCTION_DECL declarations.
8124         * passes.c (rest_of_decl_compilation): Skip call to the
8125         early_global_decl debug hook for FUNCTION_DECL declarations, unless
8126         -fdump-go-spec is passed.
8128 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8130         * config/i386/i386.c (struct builtin_isa): New field pure_p.
8131         Reorder for compactness.
8132         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
8133         (def_builtin_pure, def_builtin_pure2): New functions.
8134         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
8136 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8138         * match.pd (nop_convert): New predicate.
8139         ((A +- CST1) +- CST2): Allow some NOP conversions.
8141 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8143         PR c++/81130
8144         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
8145         with ctors/dtors if GOVD_SHARED is set.
8147 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8149         * config/aarch64/aarch64.md (movti_aarch64):
8150         Emit mov rather than orr.
8151         (movtf_aarch64): Likewise.
8152         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
8153         Emit mov rather than orr.
8155 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8157         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
8158         Swap alternatives, make integer dup more expensive.
8160 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8162         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
8163         Return true for non-tls symbols.
8165 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
8167         * config/aarch64/aarch64-cores.def (cortex-a55): New.
8168         (cortex-a75): Likewise.
8169         (cortex-a75.cortex-a55): Likewise.
8170         * config/aarch64/aarch64-tune.md: Regenerate.
8171         * doc/invoke.texi (-mtune): Document new values for -mtune.
8173 2017-06-21  Tom de Vries  <tom@codesourcery.com>
8175         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
8176         stack_size feature.
8177         (Effective-Target Keywords, Other attributes): Suggest using
8178         dg-add-options stack_size feature to get stack limit in stack_size
8179         effective target documentation.
8181 2017-06-21  Julian Brown  <julian@codesourcery.com>
8182             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8184         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
8185         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
8186         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
8187         reservation.
8188         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
8189         attribute type list for neon_multiply.
8190         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
8191         attribute type list for neon_multiply.
8192         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
8193         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
8194         attribute type list for neon_multiply.
8195         * config/arm/types.md (crypto_pmull): Add.
8196         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
8197         attribute type list.
8199 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
8201         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
8202         arm1176jzf-s.
8204 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8206         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
8207         to make sure not to dereference a NULL cost_classes_ptr pointer.
8209 2017-06-20  Carl Love  <cel@us.ibm.com>
8211         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8212         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
8213         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
8214         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
8215         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
8216         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
8217         VMULOSW): New enum "unspec" values.
8218         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
8219         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
8220         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
8221         altivec_vmulosw): New patterns.
8222         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
8223         VMULOSW): Add definitions.
8225 2017-06-20  Julia Koval  <julia.koval@intel.com>
8227         * config/i386/i386.c: Fix rounding expand for new pattern.
8228         * config/i386/subst.md: Fix pattern (parallel -> unspec).
8230 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8232         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
8233         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
8235 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8237         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
8238         feature string.
8240 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8242         * config/aarch64/aarch64-cores.def: Rearrange to sort by
8243         architecture, then by implementer ID.
8244         * config/aarch64/aarch64-tune.md: Regenerate.
8246 2017-06-20  Richard Biener  <rguenther@suse.de>
8248         PR middle-end/81097
8249         * fold-const.c (split_tree): Fold to type before negating.
8251 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
8253         * diagnostic-show-locus.c
8254         (selftest::test_fixit_deletion_affecting_newline): New function.
8255         (selftest::diagnostic_show_locus_c_tests): Call it.
8257 2017-06-20  Andreas Schwab  <schwab@suse.de>
8259         PR target/80970
8260         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
8261         instead of "+d".
8263 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
8265         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
8266         __ARM_FEATURE_COPROC according to support.
8268 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8270         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
8271         Rewritten to avoid overflow for > 32-bit pointers.
8273         PR sanitizer/81125
8274         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
8275         by removing enum keyword.
8276         (ubsan_type_descriptor): Likewise.  Formatting fix.
8278         PR target/81121
8279         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
8280         splitter): Require TARGET_SSE2 in the condition.
8282 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
8284         PR target/79799
8285         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
8286         for doing vector set of SFmode on ISA 3.0.
8287         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
8288         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
8289         element.
8290         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
8291         SFmode value into a V4SF variable that was extracted from another
8292         V4SF variable without converting the element to double precision
8293         and back to single precision vector format.
8294         (vsx_insert_extract_v4sf_p9_2): Likewise.
8296 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
8298         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
8299         in UWHI to avoid undefined overflow.
8301         PR sanitizer/81125
8302         * ubsan.h (enum ubsan_encode_value_phase): New.
8303         (ubsan_encode_value): Change second argument to
8304         enum ubsan_encode_value_phase with default value of
8305         UBSAN_ENCODE_VALUE_GENERIC.
8306         * ubsan.c (ubsan_encode_value): Change second argument to
8307         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
8308         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
8309         create_tmp_var_raw instead of create_tmp_var and use a
8310         TARGET_EXPR.
8311         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
8312         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
8313         ubsan_encode_value callers.
8315         PR sanitizer/81111
8316         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
8317         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
8318         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
8320 2017-06-19  Richard Biener  <rguenther@suse.de>
8322         PR middle-end/81118
8323         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
8324         estimates if we changed anything.
8326 2017-06-19  Richard Biener  <rguenther@suse.de>
8328         PR tree-optimization/80887
8329         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
8330         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
8331         simplified lookups, then reset mprts_hook.
8332         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
8333         simplifying.
8334         (try_to_simplify): Likewise.
8336 2017-06-19  Martin Liska  <mliska@suse.cz>
8338         PR sanitizer/80879
8339         * gimplify.c (gimplify_switch_expr):
8340         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
8342 2017-06-19  Martin Liska  <mliska@suse.cz>
8344         * doc/install.texi: Document that PGO runs in 4 stages.
8346 2017-06-19  Martin Liska  <mliska@suse.cz>
8348         PR ipa/80732
8349         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
8350         to dispatcher function name.
8351         * multiple_target.c (replace_function_decl): New function.
8352         (create_dispatcher_calls): Redirect both edges and references.
8354 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
8356         * profile-count.c (profile_count::dump): Dump quality.
8357         (profile_count::differs_from_p): Update for unsigned val.
8358         * profile-count.h (profile_count_quality): New enum.
8359         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
8361 2017-06-19  Richard Biener  <rguenther@suse.de>
8363         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
8364         struct function as arg.
8365         (estimate_numbers_of_iterations): Export overload with loop arg.
8366         (free_numbers_of_iterations_estimates_loop): Use an overload of
8367         free_numbers_of_iterations_estimates instead.
8368         * tree-cfg.c (remove_bb): Adjust.
8369         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
8370         * tree-parloops.c (gen_parallel_loop): Likewise.
8371         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
8372         Likewise.
8373         (tree_unroll_loops_completely): Likewise.
8374         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8375         Use an overload instead and export.
8376         (estimated_loop_iterations): Adjust.
8377         (max_loop_iterations): Likewise.
8378         (likely_max_loop_iterations): Likewise.
8379         (estimate_numbers_of_iterations): Take struct function as arg
8380         and adjust.
8381         (loop_exits_before_overflow): Adjust.
8382         (free_numbers_of_iterations_estimates_loop): Use an overload.
8383         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
8384         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
8386 2017-06-19  Richard Biener  <rguenther@suse.de>
8388         PR ipa/81112
8389         * ipa-prop.c (find_constructor_constant_at_offset): Handle
8390         RANGE_EXPR conservatively.
8392 2017-06-16  Carl Love  <cel@us.ibm.com>
8394         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8395         definitions for vec_float, vec_float2, vec_floato,
8396         vec_floate built-ins.
8397         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
8398         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
8399         floate.
8400         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
8401         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
8402         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
8403         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
8404         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
8405         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
8406         vec_floato): Add builtin defines.
8407         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
8408         Update the built-in documentation file for the new built-in
8409         functions.
8411 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8413         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
8414         (mthumb): Mark as the negative of -marm.
8416 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8418         * doc/invoke.texi (ARM Options, -mcpu): Document supported
8419         extension options.
8420         (ARM Options, -mtune): Document that this accepts the same
8421         extension options as -mcpu.
8422         (ARM Options, -mfpu): Document addition of -mfpu=auto.
8424 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8426         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
8427         permitted extensions.
8429 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8431         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
8432         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
8433         (armv8-m.main): Add option +nodsp.
8434         * config/arm/arm-cpu-cdata.h: Regenerated.
8436 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8438         * config/arm/t-fuchsia: New file.
8439         * config.gcc (arm*-*-fuchsia*): Use it.
8441 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8443         * config/arm/t-symbian: Rewrite for new option infrastructure.
8445 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8447         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
8448         (MULTILIB_REQUIRED): Likewise.
8450 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8452         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
8453         (MULTILIB_RESUE): Likewise.
8454         (MULTILIB_MATCHES): Likewise.
8455         (MULTLIB_REQUIRED): Likewise.
8457 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8459         * config/arm/t-rtems: Rewrite for new option framework.
8461 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8463         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
8464         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
8465         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
8466         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
8467         * config/arm/t-multilib: ... here.
8468         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
8469         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
8470         armv7-a and armv8*-a when A-profile libraries have not been built.
8471         * config/arm/t-rmprofile: Rewrite.
8473 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8475         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
8476         with a backslash.  Remove the backslash after substituting unescaped
8477         periods.
8478         * doc/fragments.texi (MULTILIB_REUSE): Document it.
8480 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8482         * config.gcc: (arm*-*-*): When building a-profile libraries, force
8483         the driver to pass through the default setting of -mfloat-abi.
8484         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
8485         rather than NULL.
8486         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
8487         (all_feat_combs): New rule.
8488         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
8489         default libraries.
8490         * config/arm/t-aprofile: Rewrite.
8492 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8494         * config/arm/arm.h (FPUTYPE_AUTO): Define.
8495         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
8496         fpu is not specified by the user/command-line.
8497         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
8498         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
8499         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
8500         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
8501         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
8502         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
8504 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8506         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
8507         * config/arm/t-arm-elf: Rewritten.
8509 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8511         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
8512         have some floating-point instructions.
8513         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
8514         (TARGET_MAYBE_HARD_FLOAT): New macro.
8515         * config/arm/arm-builtins.c (arm_init_builtins): Use
8516         TARGET_MAYBE_HARD_FLOAT.
8517         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
8519 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8521         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
8522         (configargs.h): Include it.
8523         (arm_print_hint_for_fpu_option): New function.
8524         (arm_parse_fpu_option): New function.
8525         (candidate_extension): New class.
8526         (arm_canon_for_multilib): New function.
8527         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
8528         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
8529         (ARCH_CANONICAL_SPECS): New macro.
8530         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
8532 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8534         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
8535         are set after handling multilib fragments.  Set target_cpu_default2
8536         from with_cpu.
8538 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8540         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
8541         cpu name.
8542         (arm*-*-*): Set target_cpu_default2 to a quoted string.
8543         * config/arm/parsecpu.awk (check_cpu): Validate any extension
8544         options.
8545         (check_arch): Likewise.
8546         * config/arm/arm.c (arm_configure_build_target): Handle
8547         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
8548         options in the default.
8550 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8552         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
8553         when an option is an alias of another.
8554         * config/arm/parsecpu.awk (optalias): New parser token.
8555         (gen_comm_data): Mark non-alias options as such.  Emit entries
8556         for extension aliases.
8557         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
8558         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
8559         (armv6kz, armv6zk, armv6t2): Likewise.
8560         (armv7): Make vfpv3-d16 an alias.
8561         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
8562         canonical order.
8563         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
8564         Sort in canonical order.
8565         (armv8-a): Sort in canonical order.
8566         (armv8.1-a, armv8.2-a):  Likewise.
8567         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
8568         canonical order.
8569         (cortex-a9): Sort in canonical order.
8570         * config/arm/arm.c (selftests.h): Include it.
8571         (arm_test_cpu_arch_data): New function.
8572         (arm_run_self_tests): New function.
8573         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
8574         (targetm): Move declaration to the end of the file.
8575         * arm-cpu-cdata.h: Regenerated.
8577 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8579         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
8580         call to target_mode_check describing the type of option passed.
8581         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
8582         (arm_target_thumb_only): Use arm_parse_arch_option_name or
8583         arm_parse_cpu_option_name to match parameters against list of
8584         available targets.
8585         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
8586         arm_arch_core_flags data structure.
8587         * config/arm/arm-cpu_cdata.h: Regenerated.
8589 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8591         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
8592         config/arm/arm.c.
8593         (arm_print_hint_for_cpu_option): Likewise.
8594         (arm_print_hint_for_arch_option): Likewise.
8595         (arm_parse_cpu_option_name): Likewise.
8596         (arm_parse_arch_option_name): Likewise.
8597         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
8598         of entries in the all_fpus list.
8599         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
8600         (arm_parse_cpu_option_name): Declare.
8601         (arm_parse_arch_option_name): Declare.
8602         (arm_parse_option_features): Declare.
8603         (arm_intialize_isa): Declare.
8604         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
8605         data tables to ...
8606         (gen_comm_data): ... here.  Make definitions non-static.
8607         * config/arm/arm-cpu-data.h: Regenerated.
8608         * config/arm/arm-cpu-cdata.h: Regenerated.
8610 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8612         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
8613         (cpu_arch_extension): New structure.
8614         (cpu_arch_option, arch_option, cpu_option): New structures.
8615         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
8616         architecture types.
8617         (gen_data): Generate new format data tables.
8618         * config/arm/arm.c (cpu_tune): New structure.
8619         (cpu_option, processors): Delete.
8620         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
8621         (arm_print_hint_for_cpu_option): ... this and ...
8622         (arm_print_hint_for_arch_option): ... this.
8623         (arm_parse_arch_cpu_name): Delete.  Replace with ...
8624         (arm_parse_cpu_option_name): ... this and ...
8625         (arm_parse_arch_option_name): ... this.
8626         (arm_unrecognized_feature): Change type of target parameter to
8627         cpu_arch_option.
8628         (arm_parse_arch_cpu_features): Delete.  Replace with ...
8629         (arm_parse_option_features): ... this.
8630         (arm_configure_build_target): Rework to use new configuration data
8631         tables.
8632         (arm_print_tune_info): Rework for new configuration data tables.
8633         * config/arm/arm-cpu-data.h: Regenerated.
8634         * config/arm/arm-cpu.h: Regenerated.
8636 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8638         * Makefile.in (OBJS): Move sbitmap.o from here ...
8639         (OBJS-libcommon): ... to here.
8641 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8643         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
8644         (ISA_ALL_CRYPTO): New macro.
8645         (ISA_ALL_SIMD): New macro
8646         (ISA_ALL_FP): New macro.
8647         * config/arm/arm.c (fpu_bitlist): Update initializer.
8648         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
8649         simd or fp.
8650         (arm9e): Add fpu.  Add option for nofp
8651         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
8652         (arm926ej-s, arm1026ej-s): Likewise.
8653         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
8654         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
8655         neon-fp16, neon-vfpv4, nofp and nosimd.
8656         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
8657         (cortex-a8): Add fpu.  Add option for nofp.
8658         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
8659         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
8660         (cortex-r4f): Add fpu.
8661         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
8662         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
8663         for nofp.
8664         (cortex-r8): Likewise.
8665         (cortex-m4): Add fpu.  Add option for nofp.
8666         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
8667         (cortex-a17.cortex-a7): Likewise.
8668         (cortex-a32): Add fpu.  Add options for crypto and nofp.
8669         (cortex-a35, cortex-a53): Likewise.
8670         (cortex-a57): Add fpu.  Add option for crypto.
8671         (cortex-a72, cortex-a73): Likewise.
8672         (exynos-m1): Likewise.
8673         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
8674         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
8675         (cortex-m33): Add fpu.  Add option for nofp.
8676         * config/arm/arm-cpu-cdata.h: Regenerated
8677         * config/arm/arm-cpu-data.h: Regenerated.
8679 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8681         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
8682         (armv5te, armv5tej): Likewise.
8683         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
8684         (armv7): Add options fp and vfpv3-d16.
8685         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
8686         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
8687         nofp and nosimd.
8688         (armv7ve): Likewise.
8689         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
8690         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
8691         (armv8-a): Add nocrypto option.
8692         (armv8.1-a, armv8.2-a): Likewise.
8693         (armv8-m.main): add options fp, fp.dp and nofp.
8695 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8697         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
8698         nofp.
8699         (armv8-a+crc): Delete.
8700         (armv8.1-a): Add options simd, crypto and nofp.
8701         (armv8.2-a): Add options fp16, simd, crypto and nofp.
8702         (armv8.2-a+fp16): Delete.
8703         (armv8-m.main): Add option dsp.
8704         (armv8-m.main+dsp): Delete.
8705         (cortex-a8): Add fpu.  Add nofp option.
8706         (cortex-a9): Add fpu.  Add nofp and nosimd options.
8707         * config/arm/parsecpu.awk (gen_data): Generate option tables and
8708         link to main cpu and architecture data structures.
8709         (gen_comm_data): Only put isa attributes from the main architecture
8710         in common tables.
8711         (option): New statement for architecture and CPU entries.
8712         * arm.c (struct cpu_option): New structure.
8713         (struct processors): Add entry for options.
8714         (arm_unrecognized_feature): New function.
8715         (arm_parse_arch_cpu_name): Ignore any characters after the first
8716         '+' character.
8717         (arm_parse_arch_cpu_feature): New function.
8718         (arm_configure_build_target): Separate out any CPU and architecture
8719         features and parse separately.  Don't error out if -mfpu=auto is
8720         used with only an architecture string.
8721         (arm_print_asm_arch_directives): New function.
8722         (arm_file_start): Call it.
8723         * config/arm/arm-cpu-cdata.h: Regenerated.
8724         * config/arm/arm-cpu-data.h: Likewise.
8725         * config/arm/arm-tables.opt: Likewise.
8727 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8729         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
8730         assembler when it is not -mfpu=auto.
8732 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8734         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
8735         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
8736         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
8737         (ASM_CPU_SPEC): Rewrite.
8738         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
8739         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
8740         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
8741         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
8742         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
8743         copied string is NUL-terminated.  Also strip any characters prefixed
8744         by '+'.
8745         (arm_rewrite_selected_arch): New function.
8746         (arm_rewrite_march): New function.
8748 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8750         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
8751         (x_arm_cpu_string, x_arm_tune_string): Likewise.
8752         (march, mcpu, mtune): Convert to string-based options.
8753         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
8754         (arm_parse_arch_cpu_name): New function.
8755         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
8756         identify selected architecture or CPU.
8757         (arm_option_save): New function.
8758         (TARGET_OPTION_SAVE): Redefine.
8759         (arm_option_restore): Restore string options.
8760         (arm_option_print): Print string options.
8762 2017-06-16  Martin Sebor  <msebor@redhat.com>
8764         PR tree-optimization/80933
8765         PR tree-optimization/80934
8766         * builtins.c (fold_builtin_3): Do not handle bcmp here.
8767         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
8768         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
8769         (gimple_fold_builtin): Call them.
8771 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8773         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
8774         as unlikely; update profile.
8776 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8778         * predict.c (force_edge_cold): Handle declaring edges impossible
8779         more aggresively.
8781 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8783         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
8784         profile.
8785         (try_unroll_loop_completely): Fix reporting.
8787 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8789         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
8791 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
8793         PR target/71778
8794         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
8795         if given a non-constant argument for an intrinsic which requires a
8796         constant.
8798 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8800         * profile.c (compare_freqs): New function.
8801         (branch_prob): Sort edge list.
8802         (find_spanning_tree): Assume that the list is priority sorted.
8804 2017-06-16  Richard Biener  <rguenther@suse.de>
8806         PR tree-optimization/81090
8807         * passes.def (pass_record_bounds): Remove.
8808         * tree-pass.h (make_pass_record_bounds): Likewise.
8809         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
8810         make_pass_record_bounds): Likewise.
8811         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
8812         not free niter estimates at the beginning but at the end.
8813         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
8815 2017-06-16  Richard Biener  <rguenther@suse.de>
8817         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
8818         initializer to workaround ICE in host GCC 4.8.
8820 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8822         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
8823         counts.
8824         (clone_inlined_nodes): Update.
8826 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8828         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
8829         prefetch settings, and enable prefetching by default at -O3.
8831 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8833         * config/aarch64/aarch64.c (aarch64_override_options_internal):
8834         Set flag_prefetch_loop_arrays according to tuning data.
8836 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8838         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
8839         New tune structure.
8840         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
8841         [Unrelated to main purpose of the patch] Place the pointer field last
8842         to enable type checking errors when tune structure are wrongly merged.
8843         * config/aarch64/aarch64.c (generic_prefetch_tune,)
8844         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
8845         (thunderx2t99_prefetch_tune): New tune constants.
8846         (tune_params *_tunings): Update all tunings (no functional change).
8847         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
8848         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
8849         from tunings structures.
8851 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
8853         PR sanitizer/81094
8854         * ubsan.c (instrument_null): Add T argument, use it instead
8855         of computing it based on IS_LHS.
8856         (instrument_object_size): Likewise.
8857         (pass_ubsan::execute): Adjust instrument_null and
8858         instrument_object_size callers to pass gimple_get_lhs or
8859         gimple_assign_rhs1 result to it.  Use instrument_null instead of
8860         calling get_base_address and instrument_mem_ref.  Handle
8861         aggregate call arguments for object-size sanitization.
8863 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
8865         PR tree-optimization/81089
8866         * tree-vrp.c (is_masked_range_test): Validate operands of
8867         subexpression.
8869 2017-06-15  Martin Sebor  <msebor@redhat.com>
8871         PR c++/80560
8872         * dumpfile.c (dump_register): Avoid calling memset to initialize
8873         a class with a default ctor.
8874         * gcc.c (struct compiler): Remove const qualification.
8875         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
8876         * hash-table.h: Ditto.
8877         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
8878           assignment.
8879         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
8880         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
8881         default ctor.
8882         * params.h (struct param_info): Make struct members non-const.
8883         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
8884         with default initialization.
8885         * vec.h (vec_copy_construct, vec_default_construct): New helper
8886         functions.
8887         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
8888         with vec_copy_construct.
8889         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
8890         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
8891         * doc/invoke.texi (-Wclass-memaccess): Document.
8893 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8895         * emit-rtl.h (is_leaf): Update comment about local
8896         register allocator.
8898 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
8900         PR target/78818
8901         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
8902         for a variable to have a section before checking if the section has a
8903         name.
8904         Set section to.persistent if persistent attribute is set.
8905         Warn if .persistent attribute is used on an automatic variable.
8907 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
8909         PR rtl-optimization/80474
8910         * reorg.c (update_block): Do not ignore instructions in a delay slot.
8912 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
8914         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
8915         of REGNO.
8917 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
8919         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
8920         (casesi): Emit bounds checking as RTL.
8921         (casesi_internal_mips16_<mode>): Remove bounds checking.
8923 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
8925         * config/xtensa/xtensa.c (xtensa_option_override): Append
8926         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
8927         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
8928          xtensa_doloop_hooks): Define unconditionally.
8929         (xtensa_reorg_loops): Only call reorg_loops in the presence of
8930         TARGET_LOOPS.
8931         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
8932         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
8933         for it in xtensa_option_override.
8934         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
8935          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
8937 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
8939         * doc/cppopts.texi: Document '-' special value to -MF.
8941 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
8943         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
8944         (cortex_a53_fconst): Likewise.
8945         (cortex_a53_fpmul): Likewise.
8946         (cortex_a53_f_load_64): Likewise.
8947         (cortex_a53_f_load_many): Likewise.
8948         (cortex_a53_advsimd_alu): Likewise.
8949         (cortex_a53_advsimd_alu_q): Likewise.
8950         (cortex_a53_advsimd_mul): Likewise.
8951         (cortex_a53_advsimd_mul_q): Likewise.
8952         (fpmac bypass): Add new bypass for fpmac-fpmac case.
8953         Add missing fmul, r2f_cvt and fconst cases.
8955 2017-06-14  Richard Biener  <rguenther@suse.de>
8957         PR middle-end/81088
8958         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
8959         literal constants.
8960         (fold_binary_loc): When associating do not treat pre-existing
8961         TREE_OVERFLOW on literal constants as a reason to allow
8962         TREE_OVERFLOW on associated literal constants.
8964 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
8966         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
8967         (MASK_FEATURES): New macro.
8968         * config/sparc/sparc.c (sparc_option_override): Remove the special
8969         handling of -mfpu and generalize it to all MASK_FEATURES switches.
8971 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
8973         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
8974         a division of 0 if non-call exceptions are enabled.
8976 2017-06-14  Andrew Pinski  <apinski@cavium.com>
8977             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8979         PR target/71663
8980         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
8981         Improve vector initialization code gen for only variable case.
8983 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
8985         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
8987 2017-06-14  Richard Biener  <rguenther@suse.de>
8989         PR tree-optimization/81083
8990         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
8991         as values.
8993 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
8995         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
8996         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
8997         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
8998         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
8999         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
9000         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
9002 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9004         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
9005         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
9007 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9009         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
9011 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9013         * config/rs6000/t-rtems: Don't handle SPE.
9015 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9017         * config/rs6000/t-linux: Don't handle SPE.
9019 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9021         * config/rs6000/eabispe.h: Delete file.
9023 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9025         * config/rs6000/t-spe: Delete file.
9027 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9029         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
9030         (rs6000_legitimate_offset_address_p): Return false for anything in
9031         V2SImode or V2SFmode.
9033 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9035         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
9036         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
9037         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
9038         and V4HImode.
9039         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
9040         (rs6000_legitimate_offset_address_p): Ditto.
9041         (rs6000_emit_move): Ditto.
9042         (rs6000_init_builtins): Remove V4HI_type_node.
9044 2017-06-13  Martin Liska  <mliska@suse.cz>
9046         PR sanitize/78204
9047         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
9048         (gate_asan): Likewise.
9049         * asan.h (asan_no_sanitize_address_p): Remove the function.
9050         (sanitize_flags_p): New function.
9051         * builtins.def: Fix coding style.
9052         * common.opt: Use renamed enum value.
9053         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
9054         * doc/extend.texi: Document no_sanitize attribute.
9055         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
9056         to SANITIZE_UNDEFINED_NONDEFAULT.
9057         * gcc.c (sanitize_spec_function): Use the renamed enum value.
9058         * gimple-fold.c (optimize_atomic_compare_exchange_p):
9059         Use sanitize_flags_p.
9060         * gimplify.c (gimplify_function_tree): Likewise.
9061         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
9062         * opts.c (parse_no_sanitize_attribute): New function.
9063         (common_handle_option): Use renamed enum value.
9064         * opts.h (parse_no_sanitize_attribute): Declare.
9065         * tree.c (sanitize_flags_p): New function.
9066         * tree.h: Declared here.
9067         * tsan.c: Use sanitize_flags_p.
9068         * ubsan.c (ubsan_expand_null_ifn): Likewise.
9069         (instrument_mem_ref): Likewise.
9070         (instrument_bool_enum_load): Likewise.
9071         (do_ubsan_in_current_function): Remove the function.
9072         (pass_ubsan::execute): Use sanitize_flags_p.
9073         * ubsan.h: Remove do_ubsan_in_current_function
9074         * tree-cfg.c (print_no_sanitize_attr_value): New function.
9075         (dump_function_to_file): Use it here.
9077 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9079         PR tree-optimization/80803
9080         PR tree-optimization/81063
9081         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
9082         (propagate_subaccesses_across_link): Enqueue subtree whenever
9083         necessary instead of relying on the caller.
9085 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9087         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
9088         that have a first_link.
9089         (sort_and_splice_var_accesses): Do not check first_link before
9090         enquing.
9091         (subtree_mark_written_and_enqueue): Likewise.
9092         (propagate_all_subaccesses): Likewise and do not stop at first
9093         parent with a first_link.
9095 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9097         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
9098         instead of f.
9100 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9102         * match.pd: New pattern.
9104 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9106         * tree-vrp.c (is_masked_range_test): New function.
9107         (register_edge_assert_for): Determine ranges for
9108         some bit tests.
9110 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9112         PR tree-optimization/67328
9113         * fold-const.c (maskable_range_p): New function.
9114         (build_range_check): Generate bittests if possible.
9116 2017-06-13  Martin Liska  <mliska@suse.cz>
9118         * gimple-pretty-print.c (dump_probability): Add new argument.
9119         (dump_edge_probability): Dump both probability and count.
9120         (dump_gimple_label): Likewise.
9121         (dump_gimple_bb_header): Likewise.
9123 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
9125         PR target/81072
9126         * config/avr/avr-devices.c: Fix indentation.
9127         * config/avr/gen-avr-mmcu-specs.c: Dito.
9129 2017-06-13  Richard Biener  <rguenther@suse.de>
9131         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
9132         instead get vector type from stmt_info.
9133         (vectorizable_reduction): Adjust.  Remove dead code.
9135 2017-06-13  Richard Biener  <rguenther@suse.de>
9137         PR middle-end/81065
9138         * fold-const.c (extract_muldiv_1): Remove bogus distribution
9139         case of C * (x * C2 + C3).
9140         (fold_addr_of_array_ref_difference): Properly fold index difference.
9142 2017-06-12  David S. Miller  <davem@davemloft.net>
9144         PR target/80968
9145         * config/sparc/sparc.md (return expander): Emit frame blockage if
9146         function uses alloca.
9148 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
9150         * combine.c (make_field_assignment): Check len rather than the mode
9151         precision when calling force_to_mode.
9153 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
9155         Support multilibs and devices that see flash in RAM address range.
9157         PR target/81072
9158         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
9159         (avr_mcu_t) <flash_pm_offset>: New field.
9160         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
9161         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
9162         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
9163         (AVR_TINY_PM_OFFSET): Remove macro.
9164         * config/avr/avr.opt (-mshort-calls): New option.
9165         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
9166         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
9167         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
9168         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
9169         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
9170         instead of avr_arch->have_jmp_call.
9171         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
9172         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
9173         avr_arch->flash_pm_offset to define.
9174         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
9175         new field flash_pm_offset.  Add entry for avrxmega3.
9176         (avr_texinfo): Add entry for avrxmega3.
9177         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
9178         attiny212, attiny214,
9179         attiny412, attiny414, attiny416, attiny417,
9180         attiny814, attiny816, attiny817,
9181         attiny1614, attiny1616, attiny1617,
9182         attiny3214, attiny3216, attiny3217.
9183         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
9184         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
9185         (avr_print_operand_address) [AVR_TINY]: Same.
9186         (avr_asm_init_sections) <readonly_data_section>: Only patch
9187         callback if avr_arch->flash_pm_offset = 0.
9188         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
9189         for rodata if avr_arch->flash_pm_offset != 0.
9190         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
9191         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
9192         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
9193         (m_options): Append opt_rcall.
9194         (m_dirnames): Append dir_rcall.
9195         * config/avr/t-multilib: Regenerate.
9197         * configure.ac [target=avr]: Check whether avrxmega3 default
9198         linker description file works as needed.
9199         * configure: Regenerate.
9200         * doc/avr-mmcu.texi: Regenerate.
9201         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
9202         <__AVR_ARCH__>: Document avrxmega3 and 103.
9203         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
9204         <__AVR_SHORT_CALLS__>: Document it.
9205         <__AVR_PM_BASE_ADDRESS__>: Document it.
9206         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
9207         (AVR Variable Attributes) <progmem>: Document this is
9208         not needed for avrxmega3.
9209         (AVR Named Address Spaces) <__flash>: Dito.
9211 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
9213         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
9215 2017-06-12  Doug Rupp  <rupp@adacore.com>
9217         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
9218         Append vxworks-stdint.h to the tm_file list.
9219         * config/vxworks-stdint.h: New file.
9221 2017-06-12  Martin Liska  <mliska@suse.cz>
9223         PR tree-optimization/81041
9224         * tree-profile.c (gimple_gen_ic_func_profiler):
9225         Create an extra BB in profile-generate
9226         (gimple_gen_time_profiler): Likewise.
9228 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
9230         PR tree-optimization/81003
9231         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
9232         (update_range_test): Use it instead of force_gimple_operand_gsi.
9234 2017-06-12  Richard Biener  <rguenther@suse.de>
9236         PR tree-optimization/81053
9237         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
9238         with backedge value not defined in loop.  Simplify def stmt
9239         compute.
9241 2017-06-11  Tom de Vries  <tom@codesourcery.com>
9243         PR target/79939
9244         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
9245         Return true.
9246         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
9247         nvptx_cannot_force_const_mem.
9249 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9251         * opts.c (finish_options): Move test for flag_split_stack after
9252         it has been initialized.
9254 2017-06-11  Jason Merrill  <jason@redhat.com>
9256         * tree.h (id_equal): New.
9257         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
9258         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
9259         instead of strcmp of IDENTIFIER_POINTER.
9261 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9263         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
9264         (mark_all_inlined_calls_cdtor): Fix formating.
9265         (inline_transform): Rescale profile before inlining.
9267 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9269         * cgraph.h (cgraph_edge::clone): Update prototype.
9270         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
9271         (cgraph_node::create_clone): Update.
9272         (cgraph_node::create_version_clone): Update.
9273         * tree-inline.c (copy_bb): Update.
9274         (expand_call_inline): Update.
9276 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9278         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
9279         factored out from ...
9280         (rs6000_emit_prologue): ... here.
9282 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9284         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
9285         factored out from ...
9286         (rs6000_emit_prologue): ... here.
9288 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9290         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
9291         edge counts.
9292         (handle_missing_profiles): Fix computation of tp_first_run.
9293         (counts_to_freqs): Do not touch freqs when count is 0.
9295 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9297         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
9298         profile.
9300 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9302         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
9303         attributes): Document signal effective target.
9305 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9307         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
9308         Document effective target stack_size.
9310 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
9312         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
9313         to the edit_context if they can be auto-applied.
9315 2017-06-9  Ian Lance Taylor  <iant@golang.org>
9317         * opts.c (finish_options): If -fsplit-stack, disable implicit
9318         -forder-blocks-and-partition.
9319         * doc/invoke.texi (Optimize Options): Document that when using
9320         -fsplit-stack -forder-blocks-and-partition is not implicitly
9321         enabled.
9323 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9325         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
9326         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
9327         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
9328         * builtins.def (abort, trap, unreachable): Declare cold.
9329         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
9330         * tree-core.h (ECF_COLD): New.
9331         * tree.c (set_call_expr_flags): Handle ECF_COLD.
9332         (build_common_builtin_nodes): Mark unreachable and abort as cold.
9334 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9336         * predict.c (unlikely_executed_stmt_p): Cleanup.
9338 2017-06-09  Richard Biener  <rguenther@suse.de>
9340         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
9341         model if the ref is always written to.
9343 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9345         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
9347 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9349         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
9350         than udiv.
9352 2017-06-09  Tom de Vries  <tom@codesourcery.com>
9354         PR target/80855
9355         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
9356         "target cannot support label values" when encountering LABEL_REF.
9358 2017-06-09  Martin Liska  <mliska@suse.cz>
9360         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
9361         (gimple_gen_ic_func_profiler): Emit direct comparison
9362         of __gcov_indirect_call_callee with NULL.
9363         (gimple_gen_time_profiler): Change probability from
9364         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
9366 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9368         * profile.c (edge_gcov_counts): Turn to pointer.
9369         (compute_branch_probabilities, compute_branch_probabilities): Update.
9370         (branch_prob): Do not clear edge_gcov_count.
9371         * profile.h (edge_gcov_counts): Turn to pointer.
9372         (edge_gcov_count): Update.
9374 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9376         * gimple.h (gimple_check_failed): Mark cold.
9378 2017-06-09  Richard Biener  <rguenther@suse.de>
9380         PR tree-optimization/66623
9381         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
9382         refactor check_reduction into two parts, properly computing
9383         whether we have to check reduction validity for outer loop
9384         vectorization.
9386 2017-06-09  Richard Biener  <rguenther@suse.de>
9388         PR tree-optimization/79483
9389         * graphite-scop-detection.c (order): New global.
9390         (get_order): Compute bb to order mapping that satisfies code
9391         generation constraints.
9392         (cmp_pbbs): New helper.
9393         (build_scops): Start domwalk at entry block, sort generated
9394         pbbs.
9396 2017-06-09  Richard Biener  <rguenther@suse.de>
9398         PR middle-end/81007
9399         * ipa-polymorphic-call.c
9400         (ipa_polymorphic_call_context::restrict_to_inner_class):
9401         Skip FIELD_DECLs with error_mark_node type.
9402         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
9403         last again.
9405 2017-06-09  Martin Liska  <mliska@suse.cz>
9407         * predict.c (struct branch_predictor): New struct.
9408         (test_prediction_value_range): New test.
9409         (predict_c_tests): New function.
9410         * selftest-run-tests.c (selftest::run_tests): Run the function.
9411         * selftest.h: Declare new tests.
9413 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
9415         PR target/80966
9416         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
9417         gen_add3_insn did not fail.
9418         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
9419         r0, construct that number in a temporary reg and add that reg to r0.
9420         If asked to put the result in r0 as well, fail.
9422 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
9424         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
9425         for early expansion of vec_eqv.
9427 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
9429         PR middle-end/81005
9430         * ubsan.c (instrument_null): Avoid pointless code temporary.
9431         (pass_ubsan::execute): Instrument aggregate arguments of calls.
9433 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
9435         PR target/81015
9436         Revert:
9437         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
9439         PR target/59874
9440         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
9441         (*clzhi2): Ditto.
9443 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9445         * predict.c (unlikely_executed_edge_p): Move ahead.
9446         (probably_never_executed_edge_p): Use it.
9448 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9450         PR middle-end/79988
9451         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
9452         gimple_call_builtin_p call.
9454 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9456         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
9457         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
9458         rtl_check_failed_type2, rtl_check_failed_code1,
9459         rtl_check_failed_code2, rtl_check_failed_code_mode,
9460         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
9461         rtvec_check_failed_bounds, rtl_check_failed_flag,
9462         _fatal_insn_not_found, _fatal_insn): Likewise.
9463         * tree.h (tree_contains_struct_check_failed,
9464         tree_check_failed, tree_not_check_failed,
9465         tree_class_check_failed, tree_range_check_failed,
9466         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
9467         tree_vec_elt_check_failed, phi_node_elt_check_failed,
9468         tree_operand_check_failed, omp_clause_check_failed,
9469         omp_clause_operand_check_failed, omp_clause_range_check_failed):
9470         Likewise.
9472 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9474         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
9475         flag_branch_probabilities.
9476         * ipa-inline.c (edge_badness): Likewise.
9477         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
9478         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
9479         * predict.c (maybe_hot_frequency_p): Likewise.
9480         (probably_never_executed): Likewise.
9481         * sched-ebb.c (schedule_ebbs): Likewise.
9482         * sched-rgn.c (find_single_block_region): Likewise.
9483         * tracer.c (tail_duplicate): Likewise.
9485 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9487         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
9488         longer requires x_flag_profile_use.
9490 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9492         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
9493         instead of flag_reorder_blocks_and_partition.
9494         * dbxout.c (dbxout_function_end): Likewise.
9495         * dwarf2out.c (gen_subprogram_die): Likewise.
9496         * haifa-sched.c (sched_create_recovery_edges): Likewise.
9497         * hw-doloop.c (reorg_loops): Likewise.
9498         * varasm.c (assemble_start_function,
9499         assemble_end_function): Likewise.
9500         (decide_function_section): Do not check for
9501         flag_reorder_blocks_and_partition.
9503 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9505         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
9506         New function.
9507         (chkp_get_hard_register_fake_addr_expr): Ditto.
9508         (chkp_build_addr_expr): Add check for hard reg case.
9509         (chkp_parse_array_and_component_ref): Ditto.
9510         (chkp_find_bounds_1): Ditto.
9511         (chkp_process_stmt): Don't generate bounds store for
9512         hard reg case.
9514 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9516         * predict.c (maybe_hot_bb_p): Do not check profile status.
9517         (maybe_hot_edge_p): Likewise.
9518         (probably_never_executed): Check for zero counts even if profile
9519         is not read.
9520         (unlikely_executed_edge_p): New function.
9521         (unlikely_executed_stmt_p): New function.
9522         (unlikely_executed_bb_p): New function.
9523         (set_even_probabilities): Use unlikely predicates.
9524         (combine_predictions_for_bb): Likewise.
9525         (predict_paths_for_bb): Likewise.
9526         (predict_paths_leading_to_edge): Likewise.
9527         (determine_unlikely_bbs): New function.
9528         (estimate_bb_frequencies): Use it.
9529         (compute_function_frequency): Use zero counts even if profile is
9530         not read.
9531         * profile-count.h: Fix typo.
9533 2017-08-08  Julia Koval  <julia.koval@intel.com>
9535         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
9536         _mm512_mask_cvtsepi16_storeu_epi8,
9537         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
9538         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
9539         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
9540         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
9541         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
9542         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
9543         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
9544         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
9545         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
9546         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
9547         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
9548         __builtin_ia32_pmovuswb256mem_mask,
9549         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
9550         __builtin_ia32_pmovwb512mem_mask): New builtins.
9552 2017-08-08  Julia Koval  <julia.koval@intel.com>
9554         PR target/73350,80862
9555         * config/i386/subst.md (round): Fix round pattern.
9556         * config/i386/i386.c (ix86_erase_embedded_rounding):
9557         Fix erasing rounding for the fixed pattern.
9559 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9561         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
9563 2017-06-08  Martin Liska  <mliska@suse.cz>
9565         PR gcov-profile/80911
9566         * gcov.c (block_info::block_info): New constructor.
9568 2017-06-07  Carl Love  <cel@us.ibm.com>
9570         * config/rs6000/rs6000-c: The return type of the following
9571         built-in functions was implemented as int not long long.  Fix sign
9572         of return value for the unsigned version of vec_mulo and vec_mule.
9573         vector unsigned long long vec_bperm (vector unsigned long long,
9574                                              vector unsigned char)
9575         vector signed long long vec_mule (vector signed int,
9576                                           vector signed int)
9577         vector unsigned long long vec_mule (vector unsigned int,
9578                                             vector unsigned int)
9579         vector signed long long vec_mulo (vector signed int,
9580                                           vector signed int)
9581         vector unsigned long long vec_mulo (vector unsigned int,
9582                                             vector unsigned int)
9583         * doc/extend.texi: Fix the documentation for the built-in
9584         functions.
9586 2017-06-07  Carl Love  <cel@us.ibm.com>
9588         PR target/80982
9589         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
9590         for BE.
9592 2017-06-07  Carl Love  <cel@us.ibm.com>
9594         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
9595         support, Generate       doublehv for signed int/float for BE case only.
9597 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
9599         * doc/invoke.texi (mcx16): Rewrite.
9601 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9603         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
9604         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
9605         *mov<mode>_softfloat, and an anonymous splitter): Use
9606         nonimmediate_operand instead of rs6000_nonimmediate_operand.
9608 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9610         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
9611         SPEFSCR registers.
9612         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9613         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
9614         (rs6000_debug_reg_global): Adjust.
9615         (rs6000_init_hard_regno_mode_ok): Adjust.
9616         (rs6000_dbx_register_number): Adjust.
9617         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
9618         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9619         Remove SPE_ACC and SPEFSCR.
9620         (REG_ALLOC_ORDER): Ditto.
9621         (FRAME_POINTER_REGNUM): Change to 111.
9622         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
9623         (REG_CLASS_NAMES): Ditto.
9624         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
9625         (REGISTER_NAMES): Ditto.
9626         (ADDITIONAL_REG_NAMES): Ditto.
9627         (rs6000_reg_names): Ditto.
9628         * config/rs6000/rs6000.md: Renumber some register number
9629         define_constants.
9631 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9633         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
9634         registers.
9635         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9636         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
9637         to 117.
9638         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
9639         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9640         Delete the SPE high registers.
9641         (REG_ALLOC_ORDER): Ditto.
9642         (enum reg_class): Remove SPE_HIGH_REGS.
9643         (REG_CLASS_NAMES): Ditto.
9644         (REG_CLASS_CONTENTS): Delete the SPE high registers.
9645         (REGISTER_NAMES): Ditto.
9646         (rs6000_reg_names): Ditto.
9647         * doc/tm.texi.in: Remove SPE as example.
9648         * doc/tm.texi: Regenerate.
9650 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9652         * config/rs6000/8540.md (ppc8540_brinc): Delete.
9653         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
9654         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
9655         * config/rs6000/rs6000.md (type): Remove "brinc".
9657 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9659         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
9660         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
9661         * config/rs6000/linuxspe.h: Delete file.
9662         * config/rs6000/rs6000.md: Don't include spe.md.
9663         * config/rs6000/spe.h: Delete file.
9664         * config/rs6000/spe.md: Delete file.
9665         * config/rs6000/t-rs6000: Remove spe.md.
9667 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9669         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
9670         (reg_or_none500mem_operand): Delete.
9671         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
9672         instead of reg_or_none500mem_operand.
9674 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9676         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
9677         handling of SPE flags.
9678         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
9680 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9682         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
9683         SPE ABI handling.
9684         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
9685         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
9686         paired_divv2sf3): Similar.
9687         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
9688         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
9689         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
9690         RS6000_BUILTIN_S.
9691         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
9692         Rename the paired_* instruction patterns.
9693         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
9694         define __SPE__.
9695         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
9696         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
9697         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
9698         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
9699         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
9700         PAIRED_VECTOR_MODE.
9701         (struct machine_function): Delete field spe_insn_chain_scanned_p.
9702         (spe_func_has_64bit_regs_p): Delete.
9703         (spe_expand_predicate_builtin): Delete.
9704         (spe_expand_evsel_builtin): Delete.
9705         (TARGET_DWARF_REGISTER_SPAN): Do not define.
9706         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
9707         (invalid_e500_subreg): Delete.
9708         (rs6000_legitimize_address): Always force_reg op2 as well, for
9709         paired single memory accesses.
9710         (rs6000_member_type_forces_blk): Delete.
9711         (rs6000_spe_function_arg): Delete.
9712         (rs6000_expand_unop_builtin): Delete SPE handling.
9713         (rs6000_expand_binop_builtin): Ditto.
9714         (spe_expand_stv_builtin): Delete.
9715         (bdesc_2arg_spe): Delete.
9716         (spe_expand_builtin): Delete.
9717         (spe_expand_predicate_builtin): Delete.
9718         (spe_expand_evsel_builtin): Delete.
9719         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
9720         (spe_init_builtins): Delete.
9721         (spe_func_has_64bit_regs_p): Delete.
9722         (savres_routine_name): Delete "info" parameter.  Adjust callers.
9723         (rs6000_emit_stack_reset): Ditto.
9724         (rs6000_dwarf_register_span): Delete.
9725         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
9726         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
9727         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
9728         Delete.
9729         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
9730         Delete.
9731         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
9732         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
9733         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
9734         mulv2sf3, divv2sf3): Delete expanders.
9736 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9738         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
9740 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9742         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
9743         * config/rs6000/rs6000.c: Ditto.
9745 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9747         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
9748         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
9749         comparison_operator.
9751 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9753         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
9754         * config/rs6000/rs6000.opt: Ditto.
9755         * config/rs6000/t-rtems: Ditto.
9757 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9759         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
9760         TARGET_E500_SINGLE by 0, simplify.
9761         * config/rs6000/rs6000.c: Ditto.
9762         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
9763         (spe_build_register_parallel): Delete.
9764         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
9765         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
9766         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
9767         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
9768         (E500_CONVERT): Delete.
9769         * config/rs6000/spe.md: Remove many patterns and all define_constants.
9771 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9773         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
9774         * config/rs6000/dfp.md: Ditto.
9775         (negdd2, *negdd2_fpr): Merge.
9776         (absdd2, *absdd2_fpr): Merge.
9777         (negtd2, *negtd2_fpr): Merge.
9778         (abstd2, *abstd2_fpr): Merge.
9779         * config/rs6000/e500.h: Delete file.
9780         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
9781         TARGET_FPRS by 1 and simplify.
9782         * config/rs6000/rs6000-c.c: Ditto.
9783         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
9784         TARGET_DF_SPE by 0.
9785         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
9786         TARGET_DF_SPE.
9787         * config/rs6000/rs6000.md: Ditto.
9788         (floatdidf2, *floatdidf2_fpr): Merge.
9789         (move_from_CR_gt_bit): Delete.
9790         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
9791         (E500_CR_IOR_COMPARE): Delete.
9792         (All patterns that require !TARGET_FPRS): Delete.
9793         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
9795 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9797         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
9799 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9801         * graphds.c (add_edge): Intitialize edge's attached data.
9802         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
9803         pointer parameter.  Call pointed function on each edge during
9804         graph traversing.  Skip traversing the edge when the function
9805         returns true.
9806         (graphds_dfs, graphds_scc): Ditto.
9807         (for_each_edge): New parameter.  Pass the new parameter to callback
9808         function.
9809         * graphds.h (skip_edge_callback): New function pointer type.
9810         (graphds_dfs, graphds_scc): New function pointer parameter.
9811         (graphds_edge_callback, for_each_edge): New parameter.
9813 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9815         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
9816         out code checking if runtime alias check is possible to below ...
9817         Call the new function.
9818         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
9819         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
9821 2017-06-07  Marek Polacek  <polacek@redhat.com>
9823         PR sanitizer/80932
9824         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
9825         TYPE_OVERFLOW_WRAPS check.
9827 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9829         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
9830         if versioning is required.
9831         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
9832         peeling with the check for versioning.
9834 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9836         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
9837         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
9838         Set true to new parameter if new ssa variable is defined.
9839         (vect_gen_vector_loop_niters): Refactor.  Set range information
9840         for the new vector loop bound variable.
9841         (vect_do_peeling): Ditto.
9843 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9845         * tree-affine.c (ssa.h): Include header file.
9846         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
9847         has wrapping overflow behavior.
9849 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9851         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
9853 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9855         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
9856         (tree_to_aff_combination): ... here.
9858 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9860         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
9861         reg_pressure model function.
9862         (ivopts_global_cost_for_size): Delete.
9863         (determine_set_costs, iv_ca_recount_cost): Call new model function
9864         ivopts_estimate_reg_pressure.
9866 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9868         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
9869         expensive than udiv.  Remove floating point cases from mod.
9871 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9873         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
9874         Increase idiv cost.
9876 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9878         * config/aarch64/aarch64.md
9879         (copysignsf3): Fix mask generation.
9881 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
9883         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
9884         TDI_gimple.
9885         (class dump_manager): Add register_dumps method.
9886         * dumpfile.c: Include langhooks.h.
9887         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
9888         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
9889         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
9890         (dump_manager::dump_register): Start with 512 entries instead of 32.
9891         (dump_manager::register_dumps): New method.
9892         * toplev.c (general_init): Instead of invoking register_dumps
9893         langhook, invoke register_dumps method on the dump manager.
9894         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
9895         TDI_generic.
9897 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
9899         * doc/md.texi: Clarify the restrictions on a define_insn condition.
9900         Say that # requires an associated define_split to exist, and that
9901         the define_split must be suitable for use after register allocation.
9903 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
9905         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
9906         (compute_outgoing_frequencies): Also initialize zero counts.
9907         (find_many_sub_basic_blocks): Do not produce uninitialized profile
9908         around loops; preserve more of profile when nothing changes.
9910 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
9912         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
9913         here.
9914         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
9915         * config/arm/arm-cpu-cdata.h: Regenerate.
9916         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
9917         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
9918         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
9919         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
9920         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
9921         support.
9922         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
9923         support.
9924         * config/arm/t-rmprofile: Likewise.
9925         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
9927 2017-06-06  David S. Miller  <davem@davemloft.net>
9929         PR target/80968
9930         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
9931         blockage if function uses alloca.
9933 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
9935         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
9936         New "uid" fields to hold pretty-print IDs of group and ref.
9937         Memory references are now identified as <group_id>:<ref_id>
9938         instead of using [random] addresses.
9939         (dump_mem_details): Simplify, no functional change.
9940         (dump_mem_ref): Simplify and make output more concise.
9941         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
9942         (find_or_create_group): Initialize group uid.
9943         (record_ref): Initialize ref uid.  Improve debug output.
9944         (prune_group_by_reuse, should_issue_prefetch_p,)
9945         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
9946         (mark_nontemporal_store, determine_loop_nest_reuse):
9947         Improve debug output.
9949 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
9951         * dbgcnt.def (prefetch): New debug counter.
9952         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
9953         (schedule_prefetches): Stop issueing prefetches if debug counter
9954         tripped.
9956 2017-06-06  Tom de Vries  <tom@codesourcery.com>
9958         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
9959         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
9961 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9963         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
9964         Use aarch64_reg_or_zero predicate for operand 4.
9965         (aarch64_compare_and_swap<mode> define_insn_and_split):
9966         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
9967         (aarch64_store_exclusive<mode>): Likewise for operand 2.
9969 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9971         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
9972         (arm_compute_save_core_reg_mask): This.
9973         (thumb1_compute_save_reg_mask): Rename into ...
9974         (thumb1_compute_save_core_reg_mask): This.
9975         (arm_compute_save_reg0_reg12_mask): Adapt comment.
9976         (arm_compute_frame_layout): Likewise.
9978 2017-06-06  Richard Biener  <rguenther@suse.de>
9980         PR tree-optimization/80974
9981         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
9982         keep or clear leaders SSA info.
9984 2017-06-06  Tom de Vries  <tom@codesourcery.com>
9986         * config/nvptx/nvptx.c (split_mode_p): New function.
9987         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
9989 2017-06-06  Tom de Vries  <tom@codesourcery.com>
9991         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
9993 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
9995         PR bootstrap/80978
9996         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
9997         profile.
9999 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10001         * shrink-wrap.c (handle_simple_exit): Update profile.
10002         (try_shrink_wrapping): Upate profile.
10004 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10006         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
10007         (tree_guess_outgoing_edge_probabilities): New.
10008         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
10009         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
10011 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10013         * ipa-split.c (split_function): Initialize return bb profile.
10015 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10017         * profile.c (compute_branch_probabilities): Also initialize
10018         EXIT_BLOCK profile.
10020 2017-06-06  Richard Biener  <rguenther@suse.de>
10022         PR tree-optimization/80928
10023         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
10024         (vect_analyze_loop_operations): Properly guard analysis for
10025         pure SLP case.
10026         (vect_transform_loop): Likewise.
10027         (vect_analyze_loop_2): Also reset SLP type on PHIs.
10028         (vect_model_induction_cost): Do not cost for pure SLP.
10029         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
10030         of induction in inner loop vectorization.
10031         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
10032         (vect_get_and_check_slp_defs): Handle vect_induction_def.
10033         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
10034         recursion.
10035         (vect_analyze_slp_cost_1): Cost induction.
10036         (vect_detect_hybrid_slp_stmts): Handle PHIs.
10037         (vect_get_slp_vect_defs): Likewise.
10038         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
10039         (vect_transform_stmt): Handle SLP reductions.
10040         * tree-vectorizer.h (vectorizable_induction): Adjust.
10042 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10044         * config/rs6000/rs6000.c (make_resolver_func): Update
10045         init_lowered_empty_function call.
10047 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10049         * doc/invoke.texi: Document the -fprofile-abs-path option.
10050         * common.opt (fprofile-abs-path): New option.
10051         * gcov-io.h (gcov_write_filename): Declare.
10052         * gcov-io.c (gcov_write_filename): New function.
10053         * coverage.c (coverage_begin_function): Use gcov_write_filename.
10054         * profile.c (output_location): Likewise.
10056 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10058         * shring-wrap.c: Revert accidental commit.
10060 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
10062         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
10064 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10066         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
10067         new edge.
10068         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
10069         profile in callgraph edge.
10070         * profile-count.h (apply_probability): If THIS is 0, then result is 0
10071         (apply_scale): Likewise.
10072         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
10073         Also scale profile when inlining function with zero profile.
10074         (initialize_cfun): Update exit block profile even when it is zero.
10075         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
10076         when profile is read.
10078 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10080         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
10081         (CLONE_*): New constants to define the processors we can generate
10082         code for with the target_clone attribute.
10083         (rs6000_clone_map): New array to identify which clone processors
10084         the current program is running on.
10085         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
10086         target_clone attribute.
10087         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
10088         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
10089         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
10090         (cpu_expand_builtin): Add support for target_clone attribute.
10091         (rs6000_valid_attribute_p): Allow "default" attribute.
10092         (get_decl_name): New debug function to simplify printing the
10093         current function name in debugging statements.
10094         (rs6000_clone_priority): New functions to support the target_clone
10095         attribute, and be able to generate code to switch between ISA 2.05
10096         through ISA 3.0 (power6 through power9).
10097         (rs6000_compare_version_priority): Likewise.
10098         (rs6000_get_function_versions_dispatcher): Likewise.
10099         (make_resolver_func): Likewise.
10100         (add_condition_to_bb): Likewise.
10101         (dispatch_function_versions): Likewise.
10102         (rs6000_generate_version_dispatcher_body): Likewise.
10103         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
10104         (fusion_gpr_load_p): Fix a spacing issue.
10105         * doc/extend.texi (Common Function Attributes): Document that the
10106         PowerPC supports the target_clone attribute.
10108 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10110         * config/arm/arm.h: explain F symbol found in description of ARM
10111         register allocation in its legend.
10113 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10115         * config/mips/frame-header-opt.c: Include profile-count.h.
10116         * config/riscv/riscv.c: Include profile-count.h
10118 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10120         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
10121         update profile.
10122         (sm_set_flag_if_changed): Add bbs field.
10123         (execute_sm_if_changed_flag_set): Pass BBS.
10124         (execute_sm): Update.
10126 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10128         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
10129         New pattern.
10131 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10133         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
10134         (peephole2): New peephole2 to emit the above.
10135         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
10137 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10139         * config/aarch64/aarch64.c (define_peephole2 above
10140         *sub_<shift>_<mode>): New peephole.
10142 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
10144         * config/i386/i386.c (make_resolver_func): Update.
10145         * Makefile.in: Add profile-count.h and profile-count.o
10146         * auto-profile.c (afdo_indirect_call): Update to new API.
10147         (afdo_set_bb_count): Update.
10148         (afdo_propagate_edge): Update.
10149         (afdo_propagate_circuit): Update.
10150         (afdo_calculate_branch_prob): Update.
10151         (afdo_annotate_cfg): Update.
10152         * basic-block.h: Include profile-count.h
10153         (struct edge_def): Turn count to profile_count.
10154         (struct basic_block_def): Likewie.
10155         (REG_BR_PROB_BASE): Move to profile-count.h
10156         (RDIV): Move to profile-count.h
10157         * bb-reorder.c (max_entry_count): Turn to profile_count.
10158         (find_traces): Update.
10159         (rotate_loop):Update.
10160         (connect_traces):Update.
10161         (sanitize_hot_paths):Update.
10162         * bt-load.c (migrate_btr_defs): Update.
10163         * cfg.c (RDIV): Remove.
10164         (init_flow): Use alloc_block.
10165         (alloc_block): Uninitialize count.
10166         (unchecked_make_edge): Uninitialize count.
10167         (check_bb_profile): Update.
10168         (dump_edge_info): Update.
10169         (dump_bb_info): Update.
10170         (update_bb_profile_for_threading): Update.
10171         (scale_bbs_frequencies_int): Update.
10172         (scale_bbs_frequencies_gcov_type): Update.
10173         (scale_bbs_frequencies_profile_count): New.
10174         * cfg.h (update_bb_profile_for_threading): Update.
10175         (scale_bbs_frequencies_profile_count): Declare.
10176         * cfgbuild.c (compute_outgoing_frequencies): Update.
10177         (find_many_sub_basic_blocks): Update.
10178         * cfgcleanup.c (try_forward_edges): Update.
10179         (try_crossjump_to_edge): Update.
10180         * cfgexpand.c (expand_gimple_tailcall): Update.
10181         (construct_exit_block): Update.
10182         * cfghooks.c (verify_flow_info): Update.
10183         (dump_bb_for_graph): Update.
10184         (split_edge): Update.
10185         (make_forwarder_block): Update.
10186         (duplicate_block): Update.
10187         (account_profile_record): Update.
10188         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
10189         (get_estimated_loop_iterations): Update.
10190         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
10191         (single_likely_exit): Update.
10192         * cfgloopmanip.c (scale_loop_profile): Update.
10193         (loopify): Update.
10194         (set_zero_probability): Update.
10195         (lv_adjust_loop_entry_edge): Update.
10196         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
10197         (purge_dead_edges): Update.
10198         (rtl_account_profile_record): Update.
10199         * cgraph.c (cgraph_node::create): Uninitialize count.
10200         (symbol_table::create_edge): Uninitialize count.
10201         (cgraph_update_edges_for_call_stmt_node): Update.
10202         (cgraph_edge::dump_edge_flags): Update.
10203         (cgraph_node::dump): Update.
10204         (cgraph_edge::maybe_hot_p): Update.
10205         * cgraph.h: Include profile-count.h
10206         (create_clone), create_edge, create_indirect_edge): Update.
10207         (cgraph_node): Turn count to profile_count.
10208         (cgraph_edge0: Likewise.
10209         (make_speculative, clone): Update.
10210         (create_edge): Update.
10211         (init_lowered_empty_function): Update.
10212         * cgraphclones.c (cgraph_edge::clone): Update.
10213         (duplicate_thunk_for_node): Update.
10214         (cgraph_node::create_clone): Update.
10215         * cgraphunit.c (cgraph_node::analyze): Update.
10216         (cgraph_node::expand_thunk): Update.
10217         * final.c (dump_basic_block_info): Update.
10218         * gimple-streamer-in.c (input_bb): Update.
10219         * gimple-streamer-out.c (output_bb): Update.
10220         * graphite.c (print_global_statistics): Update.
10221         (print_graphite_scop_statistics): Update.
10222         * hsa-brig.c: Include basic-block.h.
10223         * hsa-dump.c: Include basic-block.h.
10224         * hsa-gen.c (T sum_slice): Update.
10225         (convert_switch_statements):Update.
10226         * hsa-regalloc.c: Include basic-block.h.
10227         * ipa-chkp.c (chkp_produce_thunks): Update.
10228         * ipa-cp.c (struct caller_statistics): Update.
10229         (init_caller_stats): Update.
10230         (gather_caller_stats): Update.
10231         (ipcp_cloning_candidate_p): Update.
10232         (good_cloning_opportunity_p): Update.
10233         (get_info_about_necessary_edges): Update.
10234         (dump_profile_updates): Update.
10235         (update_profiling_info): Update.
10236         (update_specialized_profile): Update.
10237         (perhaps_add_new_callers): Update.
10238         (decide_about_value): Update.
10239         (ipa_cp_c_finalize): Update.
10240         * ipa-devirt.c (struct odr_type_warn_count): Update.
10241         (struct decl_warn_count): Update.
10242         (struct final_warning_record): Update.
10243         (possible_polymorphic_call_targets): Update.
10244         (ipa_devirt): Update.
10245         * ipa-fnsummary.c (redirect_to_unreachable): Update.
10246         * ipa-icf.c (sem_function::merge): Update.
10247         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
10248         * ipa-inline.c (compute_uninlined_call_time): Update.
10249         (compute_inlined_call_time): Update.
10250         (want_inline_small_function_p): Update.
10251         (want_inline_self_recursive_call_p): Update.
10252         (edge_badness): Update.
10253         (lookup_recursive_calls): Update.
10254         (recursive_inlining): Update.
10255         (inline_small_functions): Update.
10256         (dump_overall_stats): Update.
10257         (dump_inline_stats): Update.
10258         * ipa-profile.c (ipa_profile_generate_summary): Update.
10259         (ipa_propagate_frequency): Update.
10260         (ipa_profile): Update.
10261         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
10262         * ipa-utils.c (ipa_merge_profiles): Update.
10263         * loop-doloop.c (doloop_modify): Update.
10264         * loop-unroll.c (report_unroll): Update.
10265         (unroll_loop_runtime_iterations): Update.
10266         * lto-cgraph.c (lto_output_edge): Update.
10267         (lto_output_node): Update.
10268         (input_node): Update.
10269         (input_edge): Update.
10270         (merge_profile_summaries): Update.
10271         * lto-streamer-in.c (input_cfg): Update.
10272         * lto-streamer-out.c (output_cfg): Update.
10273         * mcf.c (create_fixup_graph): Update.
10274         (adjust_cfg_counts): Update.
10275         (sum_edge_counts): Update.
10276         * modulo-sched.c (sms_schedule): Update.
10277         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
10278         * predict.c (maybe_hot_count_p): Update.
10279         (probably_never_executed): Update.
10280         (dump_prediction): Update.
10281         (combine_predictions_for_bb): Update.
10282         (propagate_freq): Update.
10283         (handle_missing_profiles): Update.
10284         (counts_to_freqs): Update.
10285         (rebuild_frequencies): Update.
10286         (force_edge_cold): Update.
10287         * predict.h: Include profile-count.h
10288         (maybe_hot_count_p, counts_to_freqs): UPdate.
10289         * print-rtl-function.c: Do not include cfg.h
10290         * print-rtl.c: Include basic-block.h
10291         * profile-count.c: New file.
10292         * profile-count.h: New file.
10293         * profile.c (is_edge_inconsistent): Update.
10294         (correct_negative_edge_counts): Update.
10295         (is_inconsistent): Update.
10296         (set_bb_counts): Update.
10297         (read_profile_edge_counts): Update.
10298         (compute_frequency_overlap): Update.
10299         (compute_branch_probabilities): Update; Initialize and deinitialize
10300         gcov_count tables.
10301         (branch_prob): Update.
10302         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
10303         (edge_gcov_count): New.
10304         (bb_gcov_count): New.
10305         * shrink-wrap.c (try_shrink_wrapping): Update.
10306         * tracer.c (better_p): Update.
10307         * trans-mem.c (expand_transaction): Update.
10308         (ipa_tm_insert_irr_call): Update.
10309         (ipa_tm_insert_gettmclone_call): Update.
10310         * tree-call-cdce.c: Update.
10311         * tree-cfg.c (gimple_duplicate_sese_region): Update.
10312         (gimple_duplicate_sese_tail): Update.
10313         (gimple_account_profile_record): Update.
10314         (execute_fixup_cfg): Update.
10315         * tree-inline.c (copy_bb): Update.
10316         (copy_edges_for_bb): Update.
10317         (initialize_cfun): Update.
10318         (freqs_to_counts): Update.
10319         (copy_cfg_body): Update.
10320         (expand_call_inline): Update.
10321         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
10322         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
10323         (try_unroll_loop_completely): Update.
10324         (try_peel_loop): Update.
10325         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
10326         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
10327         * tree-ssa-loop-split.c (connect_loops): Update.
10328         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
10329         * tree-ssa-reassoc.c (branch_fixup): Update.
10330         * tree-ssa-tail-merge.c (replace_block_by): Update.
10331         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
10332         (compute_path_counts): Update.
10333         (update_profile): Update.
10334         (recompute_probabilities): Update.
10335         (update_joiner_offpath_counts): Update.
10336         (estimated_freqs_path): Update.
10337         (freqs_to_counts_path): Update.
10338         (clear_counts_path): Update.
10339         (ssa_fix_duplicate_block_edges): Update.
10340         (duplicate_thread_path): Update.
10341         * tree-switch-conversion.c (case_bit_test_cmp): Update.
10342         (struct switch_conv_info): Update.
10343         * tree-tailcall.c (decrease_profile): Update.
10344         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
10345         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
10346         * value-prof.c (check_counter): Update.
10347         (gimple_divmod_fixed_value): Update.
10348         (gimple_mod_pow2): Update.
10349         (gimple_mod_subtract): Update.
10350         (gimple_ic_transform): Update.
10351         (gimple_stringop_fixed_value): Update.
10352         * value-prof.h (gimple_ic): Update.
10354 2017-06-02  Carl Love  <cel@us.ibm.com>
10356         * config/rs6000/rs6000-c: Add support for built-in functions
10357         vector double vec_doublee (vector signed int);
10358         vector double vec_doublee (vector unsigned int);
10359         vector double vec_doublee (vector float);
10360         vector double vec_doubleh (vector signed int);
10361         vector double vec_doubleh (vector unsigned int);
10362         vector double vec_doubleh (vector float);
10363         vector double vec_doublel (vector signed int);
10364         vector double vec_doublel (vector unsigned int);
10365         vector double vec_doublel (vector float);
10366         vector double vec_doubleo (vector signed int);
10367         vector double vec_doubleo (vector unsigned int);
10368         vector double vec_doubleo (vector float);.
10369         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
10370         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
10371         UNS_DOUBLEL.
10372         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
10373         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
10374         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
10375         VS_sxwsp.
10376         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
10377         vec_doublel, vec_doubleh.
10378         * doc/extend.texi: Update the built-in documentation file for the
10379         new built-in functions.
10381 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
10383         PR jit/80954
10384         * ipa-inline-analysis.c (free_growth_caches): Set
10385         edge_removal_hook_holder to NULL after removing it.
10387 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
10389         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
10390         comparision with zero.
10392 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10393         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10394         for early expansion of vec_min and vec_max builtins.
10395         (builtin_function_type): Add min/max unsigned variants to those
10396         identified as having unsigned arguments.
10398 2017-06-02  Olivier Hainque  <hainque@adacore.com>
10400         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
10402 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10404         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
10405         Use VALL_F16 iterator rather than VALL.
10407 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10409         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
10410         Emit CBNZ inside loop when doing a strong exchange and comparing
10411         against zero.  Generate the CC flags after the loop.
10413 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
10415         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
10416         (dl_section_ref): New.
10417         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
10418         On AIX, append an expression to subtract the size of the
10419         section length to dl_section_ref.
10421 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10423         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10424         for early expansion of vector absolute builtins.
10426 2017-06-02  Richard Biener  <rguenther@suse.de>
10428         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
10429         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
10431 2017-06-02  Richard Biener  <rguenther@suse.de>
10433         PR tree-optimization/80948
10434         * tree-tailcall.c (find_tail_calls): Track stmts to move in
10435         stmt order as well.
10437 2017-06-02  Richard Biener  <rguenther@suse.de>
10439         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
10440         PHIs are ok.
10441         * tree-vect-stmts.c (process_use): Do not mark backedge defs
10442         for inductions as relevant.
10444 2017-06-02  Richard Biener  <rguenther@suse.de>
10446         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
10447         (vectorizable_induction): ... this.  Remove dead code.
10449 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
10451         * builtins. (expand_builtin_alloca): Remove second parameter and
10452         infer its value from the first parameter instead.
10453         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
10455 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
10457         PR rtl-optimization/80903
10458         * loop-doloop.c (add_test): Unshare sequence.
10460 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10462         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
10464 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10466         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
10467         static.
10468         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
10469         xlogue_layout::get_instance, logue_layout::xlogue_layout,
10470         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
10471         (xlogue_layout::get_stub_rtx): Make static.
10472         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
10473         (xlogue_layout::compute_stub_managed_regs): Rename to...
10474         (xlogue_layout::count_stub_managed_regs): ...this.
10475         (xlogue_layout::is_stub_managed_reg): New function.
10476         (xlogue_layout::m_stub_names): Rename to...
10477         (xlogue_layout::s_stub_names): ...this, make static.
10478         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
10479         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
10480         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
10481         xlogue_layout::s_stub_names): Instantiate statics.
10482         (stub_managed_regs): Remove.
10483         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
10484         (disable_call_ms2sysv_xlogues): Rename to...
10485         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
10486         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
10487         warning logic.
10488         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
10489         change after reload_completed.
10490         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
10491         directly.
10492         (ix86_expand_prologue): Likewise.
10493         (ix86_expand_epilogue): Likewise.
10494         (ix86_expand_split_stack_prologue): Likewise.
10495         (ix86_compute_frame_layout): Remove frame parameter ...
10496         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
10497         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
10498         only if necessary.
10499         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
10500         (ix86_frame): Move from here ...
10501         * config/i386/i386.h (ix86_frame): ... to here.
10502         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
10503         complete ix86_frame data structure instead.  Remove some_ld_name.
10505 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10507         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
10508         symbols that hold a DECL_VALUE_EXPR.
10510 2017-06-01  Martin Jambor  <mjambor@suse.cz>
10512         PR tree-optimization/80898
10513         * tree-sra.c (process_subtree_disqualification): Removed.
10514         (disqualify_candidate): Do not acll
10515         process_subtree_disqualification.
10516         (subtree_mark_written_and_enqueue): New function.
10517         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
10518         RHS has been disqualified and re-queue LHS if necessary.  Apart
10519         from that, ignore disqualified RHS.
10521 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10523         * config/s390/s390.c (s390_emit_epilogue): Disable early return
10524         address fetch for z10 or later.
10526 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10528         * config/arc/arc.md (tst_movb): Add guard when splitting.
10530 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10532         * config/arc/arc.c (arc_can_eliminate): Test against
10533         arc_frame_pointer_needed.
10535 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10537         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
10538         to prevent store reordering.
10539         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
10540         (type): Add block type.
10541         (stack_tie): Define special instruction to be used in
10542         expand_prologue.
10544 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10546         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
10547         constraint. It is not valid for the pattern.
10548         (noncommutative_binary_comparison): Likewise.
10550 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10552         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
10553         scaled addresses.
10555 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10557         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
10558         be used by the reg-alloc.
10560 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10562         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
10563         reg-alloc when having mul64 or mul32x16 instructions.
10564         (mulsidi3): Likewise.
10565         (umulsidi3): Likewise.
10566         (mulsi32x16): New pattern.
10567         (mulsi64): Likewise.
10568         (mulsidi64): Likewise.
10569         (umulsidi64): Likewise.
10570         (MUL32x16_REG): Define.
10571         (mul64_600): Use MUL32x16_REG.
10572         (mac64_600): Likewise.
10573         (umul64_600): Likewise.
10574         (umac64_600): Likewise.
10576 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10578         * config/arc/arc.md (mulsi3_700): Make it commutative.
10580 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
10582         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
10583         type for movstouw.
10584         (*sign_extendsidi2_insn): Likewise for movstosw.
10586 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10588         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
10589         the type of the input discriminant value.  Convert the
10590         discriminant value of signedness vary.
10592 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
10594         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
10595         Add to -Wall section.
10597 2017-06-01  Richard Biener  <rguenther@suse.de>
10599         PR middle-end/66313
10600         * fold-const.c (fold_plusminus_mult_expr): If the factored
10601         factor may be zero use a wrapping type for the inner operation.
10602         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
10603         and handle moved defs.
10604         (process_assignment): Properly guard the unary op case.  Return a
10605         tri-state indicating that moving the stmt before the call may allow
10606         to continue.  Pass through to_move.
10607         (find_tail_calls): Handle moving unrelated defs before
10608         the call.
10610 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
10612         PR target/80618
10613         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
10614         splitter result in the canonical way.
10616 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
10618         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
10619         also for 32bit target.  Update insn attributes.
10620         (zero-extendsidi2 splitter): Allow all registers for operand 1.
10622 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
10624         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
10625         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
10626         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
10627         (_mm_maskz_min_ss): New intrinsics.
10629 2017-05-31  Martin Liska  <mliska@suse.cz>
10631         * tree-vect-loop.c (vect_create_epilog_for_reduction):
10632         Change comment style to one we normally use.
10633         (vectorizable_reduction): Likewise.
10634         (vectorizable_induction): Likewise.
10635         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
10636         (vectorizable_call): Likewise.
10637         (vectorizable_simd_clone_call): Likewise.
10638         (vectorizable_conversion): Likewise.
10639         (vectorizable_assignment): Likewise.
10640         (vectorizable_shift): Likewise.
10641         (vectorizable_operation): Likewise.
10642         (vectorizable_store): Likewise.
10643         (vectorizable_load): Likewise.
10644         * tree-vectorizer.h: Likewise.
10646 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
10648         * passes.c (emergency_dump_function): New.
10649         * tree-pass.h (emergency_dump_function): Declare.
10650         * plugin.c (plugins_internal_error_function): Remove.
10651         * plugin.h (plugins_internal_error_function): Remove declaration.
10652         * toplev.c (internal_error_function): New static function.  Use it...
10653         (general_init): ...here.
10655 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
10657         * config/arc/arc.c (arc_print_operand): Handle constant operands.
10658         (arc_rtx_costs): Add costs for new patterns.
10659         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
10660         * config/arc/predicates.md: Add _1_2_3_operand predicate.
10662 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10664         * tree-ssa-strlen.c (get_next_strinfo): New function.
10665         (get_stridx_plus_constant): Use it.
10666         (zero_length_string): Likewise.
10667         (adjust_related_strinfos): Likewise.
10668         (adjust_last_stmt): Likewise.
10670 2017-05-31  Richard Biener  <rguenther@suse.de>
10672         PR target/80880
10673         * config/i386/i386.c (ix86_expand_builtin): Remove assert
10674         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
10676 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10678         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
10679         loop_vinfo argument and use of dependence distance vectors.
10680         Check instead whether the two references differ only in their
10681         initial value and assume that they have the same alignment if the
10682         difference is a multiple of the vector alignment.
10683         (vect_analyze_data_refs_alignment): Update call accordingly.
10685 2017-05-31  Martin Liska  <mliska@suse.cz>
10687         PR target/79155
10688         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
10690 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10692         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
10693         (create_intersect_range_checks): Move from ...
10694         * tree-data-ref.c (create_intersect_range_checks_index)
10695         (create_intersect_range_checks): ... to here.
10696         (create_runtime_alias_checks): New function factored from ...
10697         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
10698         here.  Call above function.
10699         * tree-data-ref.h (create_runtime_alias_checks): New function.
10701 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10703         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
10704         segment length for dr_b and compute it in wide_int.
10706 2017-05-31  Richard Biener  <rguenther@suse.de>
10708         PR tree-optimization/80906
10709         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
10710         and pass through iv_map.
10711         (copy_bb_and_scalar_dependences): Adjust.
10712         (translate_pending_phi_nodes): Likewise.
10713         (copy_loop_close_phi_args): Handle code-generating IVs instead
10714         of ICEing.
10716 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
10718         * diagnostic-color.c (color_dict): Add "type-diff".
10719         (parse_gcc_colors): Update comment.
10720         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
10721         -fdiagnostics-show-template-tree and -fno-elide-type.
10722         (GCC_COLORS): Add type-diff to example.
10723         (type-diff=): New.
10724         (-fdiagnostics-show-template-tree): New.
10725         (-fno-elide-type): New.
10726         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
10727         the pp_format_decoder callback.  Call any m_format_postprocessor's
10728         "handle" method.
10729         (pretty_printer::pretty_printer): Initialize
10730         m_format_postprocessor.
10731         (pretty_printer::~pretty_printer): Delete any
10732         m_format_postprocessor.
10733         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
10734         (class format_postprocessor): New class.
10735         (struct pretty_printer::format_decoder): Document the new parameters.
10736         (struct pretty_printer::m_format_postprocessor): New field.
10737         * tree-diagnostic.c (default_tree_printer): Update for new
10738         bool and const char ** params.
10739         * tree-diagnostic.h (default_tree_printer): Likewise.
10741 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
10743         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
10744         (lwa_operand): Delete rs6000_gen_cell_microcode test.
10745         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
10746         rs6000_gen_cell_microcode code.
10747         (rs6000_final_prescan_insn): Delete.
10748         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
10749         "warn-cell-microcode" entries.
10750         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
10751         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
10752         throughout.  Change cc_reg_not_micro_cr0_operand to
10753         cc_reg_not_cr0_operand throughout.
10754         (*extendhi<mode>2_noload): Delete.
10755         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
10756         (mwarn-cell-microcode): Delete.
10757         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
10758         -mgen-cell-microcode and -mwarn-cell-microcode.
10760 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
10762         PR target/80833
10763         * config/i386/constraints.md (Yd): New constraint.
10764         (Ye): Ditto.
10765         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
10766         and (?Yd, r) alternatives.  Update insn attributes.
10767         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
10768         and (?*Yd, r) alternatives.  Update insn attributes.
10769         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
10771 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
10773         * gimplify.c (gimplify_modify_expr): Don't create a
10774         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
10775         function.
10777 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
10779         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
10781 2017-05-30  Richard Biener  <rguenther@suse.de>
10783         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
10784         and reduc_def fields.
10785         (STMT_VINFO_REDUC_TYPE): New define.
10786         (STMT_VINFO_REDUC_DEF): Likewise.
10787         (vect_force_simple_reduction): Adjust prototype.
10788         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
10789         (vect_is_simple_reduction): Remove check_reduction argument.
10790         (vect_force_simple_reduction): Adjust and set
10791         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10792         (vectorizable_reduction): Do not re-do reduction analysis
10793         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10794         * tree-parloops.c (gather_scalar_reductions): Adjust.
10796 2017-05-30  Richard Biener  <rguenther@suse.de>
10798         PR middle-end/80901
10799         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
10800         split_edge code.
10802 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10804         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
10805         Introduce unknown_misalignment parameter and remove vf.
10806         (vect_peeling_hash_get_lowest_cost):
10807         Pass unknown_misalignment parameter.
10808         (vect_enhance_data_refs_alignment):
10809         Fix unsupportable data ref treatment.
10811 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10813         * tree-vect-data-refs.c (vect_get_data_access_cost):
10814         Workaround for SLP handling.
10815         (vect_enhance_data_refs_alignment):
10816         Compute costs for doing no peeling at all, compare to the best
10817         peeling costs so far and avoid peeling if cheaper.
10819 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10821         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
10822         Return peeling info and set costs to zero for unlimited cost
10823         model.
10824         (vect_enhance_data_refs_alignment): Also inspect all datarefs
10825         with unknown misalignment. Compute and costs for unknown
10826         misalignment, compare them to the costs for known misalignment
10827         and choose the cheapest for peeling.
10829 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10831         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
10832         (vect_get_peeling_costs_all_drs): Create function.
10833         (vect_peeling_hash_get_lowest_cost):
10834         Use vect_get_peeling_costs_all_drs.
10835         (vect_peeling_supportable): Create function.
10836         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
10838 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10840         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
10841         DR_HAS_NEGATIVE_STEP.
10842         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
10843         (vect_enhance_data_refs_alignment): Use.
10844         (vect_duplicate_ssa_name_ptr_info): Use.
10845         * tree-vectorizer.h (dr_misalignment): Use.
10846         (known_alignment_for_access_p): Use.
10848 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
10850         PR target/78838
10851         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
10852         .lowtext.
10853         (has_section_name): New function.
10855 2017-05-30  Martin Liska  <mliska@suse.cz>
10857         PR other/80909
10858         * auto-profile.c (get_function_decl_from_block): Fix
10859         parenthesis.
10861 2017-05-30  Richard Biener  <rguenther@suse.de>
10863         PR middle-end/80876
10864         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
10866 2017-05-30  Martin Liska  <mliska@suse.cz>
10868         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
10869         * dumpfile.h (struct dump_file_info): Remove ctors.
10871 2017-05-30  Martin Liska  <mliska@suse.cz>
10873         * predict.def: Fix GNU coding style.
10875 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
10877         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
10878         Mark 'to' argument with ATTRIBUTE_UNUSED.
10880 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
10882         * config/xtensa/xtensa.c (xtensa_emit_call): Use
10883         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
10884         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
10885         format string.
10887 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
10889         * doc/install.texi (Options specification): Restore entry of
10890         --enable-sjlj-exceptions.
10892 2017-05-27  Michael Eager  <eager@eagercon.com>
10894         Revert:
10895         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
10897         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
10899         * config/microblaze/microblaze.h
10900         (FIXED_REGISTERS): Update in macro.
10901         (CALL_USED_REGISTERS): Update in macro.
10903 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
10905         * doc/install.texi: Add links to macOS binary distributions.
10907 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
10909         PR bootstrap/80887
10910         Revert:
10911         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
10913         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
10915 2017-05-26  Martin Liska  <mliska@suse.cz>
10917         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
10919 2017-05-26  Martin Liska  <mliska@suse.cz>
10921         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
10922         always leading ';; '.
10923         (dump_bb_info): Likewise.
10924         (brief_dump_cfg): Likewise.
10925         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
10926         * dumpfile.c: Remove usage of TDF_VERBOSE.
10927         * dumpfile.h (enum dump_kind): Likewise.
10928         (dump_gimple_bb_header): Do not use TDF_COMMENT.
10929         * print-tree.c (debug_verbose): Remove.
10930         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
10931         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
10932         * tree-diagnostic.c (default_tree_printer): Replace
10933         TDF_DIAGNOSTIC with TDF_SLIM.
10935 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10937         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
10938         in parameter loop, rather than loop_vinfo.
10939         (create_intersect_range_checks): Ditto.
10940         (vect_create_cond_for_alias_checks): Update call to above functions.
10942 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10944         PR tree-optimization/80815
10945         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
10946         for merging runtime alias checks.  Handle negative DR_STEPs.
10948 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10950         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
10951         Move from ...
10952         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
10953         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
10954         out code pruning runtime alias checks.
10955         * tree-data-ref.c (prune_runtime_alias_test_list): New function
10956         factored out from above.
10957         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
10958         Move from ...
10959         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
10960         ... to here.
10961         (prune_runtime_alias_test_list): New decalaration.
10963 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10965         * tree-vect-data-refs.c (compare_tree): Rename and move ...
10966         * tree-data-ref.c (data_ref_compare_tree): ... to here.
10967         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
10968         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
10969         (operator==, comp_dr_with_seg_len_pair): Ditto.
10970         (vect_prune_runtime_alias_test_list): Ditto.
10972 2017-05-26  Martin Liska  <mliska@suse.cz>
10974         PR ipa/80663
10975         * params.def: Bound partial-inlining-entry-probability param.
10977 2017-05-26  Marek Polacek  <polacek@redhat.com>
10979         PR sanitizer/80875
10980         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
10981         can be negated.
10983 2017-05-26  Richard Biener  <rguenther@suse.de>
10985         PR tree-optimization/80842
10986         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
10987         value.
10989 2017-05-26  Richard Biener  <rguenther@suse.de>
10991         PR tree-optimization/80844
10992         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
10994 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
10996         * doc/md.texi (Machine Constraints): Update x86 family
10997         machine constraints section to match 'config/i386/constraints.md'.
10999 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
11001         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
11003 2017-05-25  Nathan Sidwell  <nathan@acm.org>
11005         * doc/invoke.texi (--enable-languages): Update documentation.
11007 2017-05-25  Martin Liska  <mliska@suse.cz>
11009         * dumpfile.c: Add TDF_FOLDING.
11010         * dumpfile.h (enum dump_kind): Likewise.
11011         * genmatch.c (dt_simplify::gen_1): Use it.
11013 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11015         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
11017 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11019         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11020         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
11022 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11024         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
11025         * match.pd (X == C): Rewrite it here.
11026         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
11027         with_certain_nonzero_bits2): New predicates.
11028         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
11030 2017-05-24  Nathan Sidwell  <nathan@acm.org>
11032         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
11033         avoid warning.
11035         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
11036         warning.
11038 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11040         * config/powerpcspe: New port.  Files are copied from the rs6000
11041         port, with "rs6000" in filenames replaced by "powerpcspe".
11043 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
11045         PR rtl-optimization/80754
11046         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
11048 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
11050         * config/sparc/sparc.md (length): Return the correct value for -mflat
11051         sibcalls to match output_sibcall.
11053 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11055         PR bootstrap/80860
11056         PR bootstrap/80843
11057         * config/rs6000/rs6000.c (struct machine_function): Add new field
11058         n_components.
11059         (rs6000_get_separate_components): Init that field, use it.
11060         (rs6000_components_for_bb): Use the field.
11062 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11064         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
11066 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
11068         PR middle-end/80823
11069         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
11071 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11073         PR target/80725
11074         * config/s390/s390.c (s390_check_qrst_address): Check incoming
11075         address against address_operand predicate.
11076         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
11078 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
11080         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
11081         parameters passed indirectly.
11083 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
11085         * config/i386/i386.md (*movdi_internal): Remove SSE4
11086         alternative 18 (?r, *v).  Update insn attributes.
11087         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
11088         Update insn attributes.
11089         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
11090         Update insn attributes.
11091         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
11092         alternative 1 (r, v). Remove isa attribute.
11093         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
11094         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
11095         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
11097 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11099         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
11100         dg-line directive.
11102 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11104         * cgraphunit.c (symbol_table::process_new_functions): Update.
11105         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
11106         (inline_generate_summary): Rename to ...
11107         (ipa_fn_summary_generate): ... this one.
11108         (inline_read_summary): Rename to ...
11109         (ipa_fn_summary_read): ... this one.
11110         (inline_write_summary): Rename to ...
11111         (ipa_fn_summary_write): ... this one.
11112         (inline_free_summary): Rename to ...
11113         (ipa_free_fn_summary): ... this one.
11114         (pass_data_local_fn_summary, pass_local_fn_summary,
11115         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
11116         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
11117         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
11118         make_pass_ipa_fn_summary): New.
11119         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
11120         inline_write_summary, inline_free_summary): Remove.
11121         (ipa_free_fn_summary) : New.
11122         * ipa-inline.c (ipa_inline): Update.
11123         (pass_ipa_inline): Do not generate summaries.
11124         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
11125         Remove.
11126         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
11127         and add pass_ipa_fn_summary.
11128         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
11129         New.
11130         (make_pass_inline_parameters): Remove.
11132 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
11134         * omp-low.c (struct omp_context): Remove "default_kind" member.
11135         Adjust all users.
11137         * omp-offload.c (execute_oacc_device_lower): Remove the
11138         parallelism dimensions function attributes for unparallelized
11139         OpenACC kernels constructs.
11141 2017-05-23  Martin Liska  <mliska@suse.cz>
11143         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
11144         functions.
11145         (cgraph_edge::make_speculative): Likewise.
11146         (cgraph_edge::resolve_speculation): Likewise.
11147         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
11148         (cgraph_node::dump): Likewise.
11149         * cgraph.h: Likewise.
11150         * cgraphunit.c (analyze_functions): Likewise.
11151         (symbol_table::compile): Likewise.
11152         * ipa-cp.c (print_all_lattices): Likewise.
11153         (determine_versionability): Likewise.
11154         (initialize_node_lattices): Likewise.
11155         (ipcp_verify_propagated_values): Likewise.
11156         (estimate_local_effects): Likewise.
11157         (update_profiling_info): Likewise.
11158         (create_specialized_node): Likewise.
11159         (perhaps_add_new_callers): Likewise.
11160         (decide_about_value): Likewise.
11161         (decide_whether_version_node): Likewise.
11162         (identify_dead_nodes): Likewise.
11163         (ipcp_store_bits_results): Likewise.
11164         * ipa-devirt.c (dump_targets): Likewise.
11165         (ipa_devirt): Likewise.
11166         * ipa-icf.c (sem_item::dump): Likewise.
11167         (sem_function::equals): Likewise.
11168         (sem_variable::equals): Likewise.
11169         (sem_item_optimizer::read_section): Likewise.
11170         (sem_item_optimizer::execute): Likewise.
11171         (congruence_class::dump): Likewise.
11172         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
11173         (dump_inline_summary): Likewise.
11174         (estimate_node_size_and_time): Likewise.
11175         (inline_analyze_function): Likewise.
11176         * ipa-inline-transform.c (inline_call): Likewise.
11177         * ipa-inline.c (report_inline_failed_reason): Likewise.
11178         (want_early_inline_function_p): Likewise.
11179         (edge_badness): Likewise.
11180         (update_edge_key): Likewise.
11181         (inline_small_functions): Likewise.
11182         * ipa-profile.c (ipa_profile): Likewise.
11183         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
11184         (ipa_make_edge_direct_to_target): Likewise.
11185         (remove_described_reference): Likewise.
11186         (ipa_impossible_devirt_target): Likewise.
11187         (propagate_controlled_uses): Likewise.
11188         (ipa_print_node_params): Likewise.
11189         (ipcp_transform_function): Likewise.
11190         * ipa-pure-const.c (pure_const_read_summary): Likewise.
11191         (propagate_pure_const): Likewise.
11192         * ipa-reference.c (generate_summary): Likewise.
11193         (read_write_all_from_decl): Likewise.
11194         (propagate): Likewise.
11195         (ipa_reference_read_optimization_summary): Likewise.
11196         * ipa-utils.c (ipa_merge_profiles): Likewise.
11197         * ipa.c (walk_polymorphic_call_targets): Likewise.
11198         (symbol_table::remove_unreachable_nodes): Likewise.
11199         (ipa_single_use): Likewise.
11200         * passes.c (execute_todo): Likewise.
11201         * predict.c (drop_profile): Likewise.
11202         * symtab.c (symtab_node::get_dump_name): New function.
11203         (symtab_node::dump_name): Likewise.
11204         (symtab_node::dump_asm_name): Likewise.
11205         (symtab_node::dump_references): Likewise.
11206         (symtab_node::dump_referring): Likewise.
11207         (symtab_node::dump_base): Likewise.
11208         (symtab_node::debug_symtab): Likewise.
11209         * tree-sra.c (convert_callers_for_node): Likewise.
11210         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
11211         * value-prof.c (init_node_map): Likewise.
11213 2017-05-23  Martin Liska  <mliska@suse.cz>
11215         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
11216         and symtab_node::debug_symtab to symbol_table::debug.
11217         * cgraphunit.c (analyze_functions): Use the renamed function.
11218         (symbol_table::compile): Likewise.
11219         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
11220         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
11221         * passes.c (execute_todo): Likewise.
11222         * symtab.c (symbol_table::dump): New function.
11223         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
11225 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11227         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
11228         that nonconst implies exec.
11230 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11232         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11233         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11234         (inline_edge_summary_vec): Turn into ...
11235         (ipa_call_summaries): ... this one.
11236         (redirect_to_unreachable, edge_set_predicate,
11237         evaluate_properties_for_edge, inline_summary_alloc,
11238         reset_ipa_call_summary, reset_inline_summary,
11239         inline_summary_t::duplicate): Update.
11240         (inline_edge_duplication_hook): Turn to ...
11241         (ipa_call_summary_t::duplicate): ... this one.
11242         (inline_edge_removal_hook): Turn to ...
11243         (ipa_call_summary_t::remove): ... this one.
11244         (dump_inline_edge_summary): Turn to ...
11245         (dump_ipa_call_summary): ... this one.
11246         (estimate_function_body_sizes): Update.
11247         (inline_update_callee_summaries): Update.
11248         (remap_edge_change_prob): Update.
11249         (remap_edge_summaries): Update.
11250         (inline_merge_summary): Update.
11251         (do_estimate_edge_time): Update.
11252         (inline_generate_summary): Update.
11253         (inline_read_section): Update.
11254         (inline_read_summary): Update.
11255         (inline_free_summary): Update.
11256         * ipa-inline.c (can_inline_edge_p): Update.
11257         (compute_inlined_call_time): Update.
11258         (want_inline_small_function_p): Update.
11259         (edge_badness): Update.
11260         (early_inliner): Update.
11261         * ipa-inline.h (inline_edge_summary): Turn to ...
11262         (ipa_call_summary): ... this one.
11263         (ipa_call_summary_t): New class.
11264         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11265         (ipa_call_summaries): New.
11266         (inline_edge_summary): Remove.
11267         (estimate_edge_growth): Update.
11268         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11269         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11270         * ipa-split.c (execute_split_functions): Update.
11271         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11273 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11275         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11276         attributes): Document rdrand effective target.
11278 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11280         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11281         attributes): Sort alphabetically.
11283 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
11285         * config/avr/genmultilib.awk: Use gsub instead of gensub.
11287 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
11289         PR target/80718
11290         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
11291         V2DF/V2DI splat into two separate patterns, one that handles
11292         registers, and the other that only handles memory.  Drop support
11293         for splatting from a GPR on ISA 2.07 and then splitting the
11294         splat into direct move and splat.
11295         (vsx_splat_<mode>_reg): Likewise.
11296         (vsx_splat_<mode>_mem): Likewise.
11298 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
11300         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
11302 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
11304         PR middle-end/80809
11305         * omp-low.c (finish_taskreg_remap): New function.
11306         (finish_taskreg_scan): If unit size of ctx->record_type
11307         is non-constant, unshare the size expression and replace
11308         decls in it with possible outer var refs.
11310         PR middle-end/80809
11311         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
11312         GOVD_SHARED rather than GOVD_PRIVATE with it.
11313         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
11314         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
11316         PR middle-end/80853
11317         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
11318         as last argument to build_outer_var_ref for pointer bases of array
11319         section reductions.
11321 2017-05-19  Martin Sebor  <msebor@redhat.com>
11323         * print-tree.c (print_node): Print DECL_READ_P flag.
11325 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11327         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
11328         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
11329         * cgraph.c: Likewise.
11330         * cgraphunit.c: Likewise.
11331         * gengtype.c: Likewise.
11332         * ipa-cp.c: Likewise.
11333         * ipa-devirt.c: Likewise.
11334         * ipa-icf.c: Likewise.
11335         * ipa-predicate.c: Likewise.
11336         * ipa-profile.c: Likewise.
11337         * ipa-prop.c: Likewise.
11338         * ipa-split.c: Likewise.
11339         * ipa.c: Likewise.
11340         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
11341         edge_predicate_pool, dump_inline_hints,
11342         inline_summary::account_size_time, redirect_to_unreachable,
11343         edge_set_predicate, set_hint_predicate,
11344         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
11345         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
11346         inline_summary_t::remove, remap_hint_predicate_after_duplication,
11347         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
11348         ipa_call_summary_t::remove, initialize_growth_caches,
11349         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
11350         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
11351         mark_modified, unmodified_parm_1, unmodified_parm,
11352         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
11353         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
11354         compute_bb_predicates, will_be_nonconstant_expr_predicate,
11355         will_be_nonconstant_predicate, record_modified_bb_info,
11356         get_minimal_bb, record_modified, param_change_prob,
11357         phi_result_unknown_predicate, predicate_for_phi_result,
11358         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
11359         estimate_function_body_sizes, compute_inline_parameters,
11360         compute_inline_parameters_for_curren, pass_data_inline_parameters,
11361         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
11362         inline_update_callee_summaries, remap_edge_change_prob,
11363         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
11364         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
11365         inline_analyze_function, inline_summary_t::insert,
11366         inline_generate_summary, read_ipa_call_summary, inline_read_section,
11367         inline_read_summary, write_ipa_call_summary, inline_write_summary,
11368         inline_free_summary): Move to ipa-fnsummary.h
11369         (predicate_t): Remove.
11370         * ipa-fnsummary.c: New file.
11371         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
11372         (enum inline_hints_vals, inline_hints, agg_position_info,
11373         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
11374         inline_summaries, ipa_call_summary, ipa_call_summary_t,
11375         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
11376         dump_inline_summary, dump_inline_hints, inline_generate_summary,
11377         inline_read_summary, inline_write_summary, inline_free_summary,
11378         inline_analyze_function, initialize_inline_failed,
11379         inline_merge_summary, inline_update_overall_summary,
11380         compute_inline_parameters): Move to ipa-fnsummary.h
11381         * ipa-fnsummary.h: New file.
11382         * ipa-inline-transform.h: Include ipa-inline.h.
11383         * ipa-inline.c: LIkewise.
11385 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11387         * ipa-inline.c (edge_badness): Use inlined_time instead of
11388         inline_summaries->get.
11390 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11392         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
11394 2017-05-22  Nathan Sidwell  <nathan@acm.org>
11396         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
11397         (fdump-lang): Document 'raw' option.
11398         * dumpfile.h (TDI_tu): Delete.
11399         * dumpfile.c (dump_files): Remove translation-unit.
11400         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
11402 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
11404         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
11405         command option from $(AWK) call.
11406         * config/avr/genmultilib.awk: Simplify and rewrite so that it
11407         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
11408         [FORMAT]: Remove handling of variable.
11409         * config/avr/t-multilib: Regenerate.
11411 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11413         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
11414         self_time.
11415         (dump_inline_summary): Do not print self_time.
11416         (estimate_function_body_sizes): Do not set self_time.
11417         (compute_inline_parameters): Likewise.
11418         (inline_read_section, inline_write_summary): Do not stream self_time.
11419         * ipa-inline.h (inline_summary): Drop self_time.
11421 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11423         * ipa-inline-analysis.c (account_size_time): Rename to ...
11424         (inline_summary::account_size_time): ... this one.
11425         (reset_ipa_call_summary): Turn to ...
11426         (ipa_call_summary::reset): ... this one.
11427         (reset_inline_summary): Turn to ...
11428         (inline_summary::reset): ... this one.
11429         (inline_summary_t::remove): Update.
11430         (inline_summary_t::duplicate): Update.
11431         (ipa_call_summary_t::remove): Update.
11432         (dump_inline_summary): Update.
11433         (estimate_function_body_sizes): Update.
11434         (compute_inline_parameters): Update.
11435         (estimate_node_size_and_time): Update.
11436         (inline_merge_summary): Update.
11437         (inline_update_overall_summary): Update.
11438         (inline_read_section): Update.
11439         (inline_write_summary): Update.
11440         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
11441         add account_size_time and reset member functions.
11442         (ipa_call_summary): Add reset function.
11443         * ipa-predicate.h (predicate::operator &): Constify.
11445 2017-05-22  Richard Biener  <rguenther@suse.de>
11447         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
11449 2017-05-19  Jason Merrill  <jason@redhat.com>
11451         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
11453 2017-05-19  Marek Polacek  <polacek@redhat.com>
11455         PR sanitizer/80800
11456         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
11457         TYPE_OVERFLOW_WRAPS checks.
11459 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
11461         * tree-core.h (enum omp_clause_default_kind): Add
11462         "OMP_CLAUSE_DEFAULT_PRESENT".
11463         * tree-pretty-print.c (dump_omp_clause): Handle it.
11464         * gimplify.c (enum gimplify_omp_var_data): Add
11465         "GOVD_MAP_FORCE_PRESENT".
11466         (gimplify_adjust_omp_clauses_1): Map it to
11467         "GOMP_MAP_FORCE_PRESENT".
11468         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
11470         * gimplify.c (oacc_default_clause): Clarify.
11472 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11474         LANG_HOOK_REGISTER_DUMPS
11475         * toplev.c (general_init): Call register dump lang hook.
11476         * doc/invoke.texi: Document -fdump-lang option family.
11477         * dumpfile.c (dump_files): Remove class dump here.
11478         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
11479         * dumpfile.h (tree_dump_index): Remove TDI_class.
11480         * langhooks-def.h (lhd_register_dumps): Declare.
11481         (LANG_HOOKS_REGISTER_DUMPS): Define.
11482         (LANG_HOOKS_INITIALIZER): Add it.
11483         * langhooks.c (lhd_register_dumps): Define.
11484         * langhooks.h (struct lang_hooks): Add register_dumps.
11486 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11488         * context.h (context::set_passes): New.
11489         * context.c (context::context): Do not create pass manager.
11490         * toplev.c (general_init): Create pass manager here.
11492 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
11494         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
11495         use this splitter if two add or or instructions would also work for
11496         the constant we want to generate.
11498 2017-05-19  Richard Biener  <rguenther@suse.de>
11500         PR build/80821
11501         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
11502         predicate evaluation.
11504 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11506         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
11507         add ctor.
11508         * ipa-inline.c (want_inline_small_function_p): Do not cast to
11509         unsigned.
11511 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11513         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11514         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11515         (inline_edge_summary_vec): Turn into ...
11516         (ipa_call_summaries): ... this one.
11517         (redirect_to_unreachable, edge_set_predicate,
11518         evaluate_properties_for_edge, inline_summary_alloc,
11519         reset_ipa_call_summary, reset_inline_summary,
11520         inline_summary_t::duplicate): Update.
11521         (inline_edge_duplication_hook): Turn to ...
11522         (ipa_call_summary_t::duplicate): ... this one.
11523         (inline_edge_removal_hook): Turn to ...
11524         (ipa_call_summary_t::remove): ... this one.
11525         (dump_inline_edge_summary): Turn to ...
11526         (dump_ipa_call_summary): ... this one.
11527         (estimate_function_body_sizes): Update.
11528         (inline_update_callee_summaries): Update.
11529         (remap_edge_change_prob): Update.
11530         (remap_edge_summaries): Update.
11531         (inline_merge_summary): Update.
11532         (do_estimate_edge_time): Update.
11533         (inline_generate_summary): Update.
11534         (inline_read_section): Update.
11535         (inline_read_summary): Update.
11536         (inline_free_summary): Update.
11537         * ipa-inline.c (can_inline_edge_p): Update.
11538         (compute_inlined_call_time): Update.
11539         (want_inline_small_function_p): Update.
11540         (edge_badness): Update.
11541         (early_inliner): Update.
11542         * ipa-inline.h (inline_edge_summary): Turn to ...
11543         (ipa_call_summary): ... this one.
11544         (ipa_call_summary_t): New class.
11545         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11546         (ipa_call_summaries): New.
11547         (inline_edge_summary): Remove.
11548         (estimate_edge_growth): Update.
11549         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11550         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11551         * ipa-split.c (execute_split_functions): Update.
11552         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11554 2017-05-19  Richard Biener  <rguenther@suse.de>
11556         PR middle-end/80764
11557         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
11559 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11561         * config/rs6000/rs6000.c (struct machine_function): Add field
11562         fpr_is_wrapped_separately.
11563         (rs6000_get_separate_components): Use 64 components.  Handle the
11564         new FPR components.
11565         (rs6000_components_for_bb): Handle the FPR components.
11566         (rs6000_emit_prologue_components): Handle the FPR components.
11567         (rs6000_emit_epilogue_components): Handle the FPR components.
11568         (rs6000_set_handled_components): Handle the FPR components.
11569         (rs6000_emit_prologue): Don't output prologue code for those FPRs
11570         that are already separately shrink-wrapped.
11571         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
11572         that are already separately shrink-wrapped.
11574 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11576         PR target/80510
11577         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
11578         New predicate.
11580         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
11581         (define_peephole2 for Altivec d-form load): Add peepholes to catch
11582         cases where the register allocator uses a move and an offsettable
11583         memory operation to/from a FPR register on ISA 2.06/2.07.
11584         (define_peephole2 for Altivec d-form store): Likewise.
11586 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
11588         PR target/80799
11589         * config/i386/mmx.md (*mov<mode>_internal): Enable
11590         alternatives 11, 12, 13 and 14 also for 32bit targets.
11591         Remove alternatives 15, 16, 17 and 18.
11592         * config/i386/sse.md (vec_concatv2di): Change
11593         alternative (!x, *y) to (x, ?!*Yn).
11595 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
11597         * dumpfile.h (enum dump_kind): Remove stray comma.
11599 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11601         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
11602         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
11603         predicate::num_conditions
11604         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
11605         (CHANGED): turn into predicate::changed.
11606         (agg_position_info): Move to ipa-predicate.h
11607         (add_condition, predicate::add_clause, predicate::operator &=,
11608         predicate::or_with, predicate::evaluate, predicate::probability,
11609         dump_condition, dump_clause, predicate::dump,
11610         predicate::remap_after_duplication, predicate::remap_after_inlining,
11611         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
11612         (evaluate_conditions_for_known_args): Update.
11613         (set_cond_stmt_execution_predicate): Update.
11614         * ipa-inline.h: Include ipa-predicate.h
11615         (condition, inline_param_summary, conditions, agg_position_info,
11616         predicate): Move to ipa-predicate.h
11617         * ipa-predicate.c: New file.
11618         * ipa-predicate.h: New file.
11620 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
11622         * final.c (leaf_function_p): Check we are not in a sequence.
11624 2017-05-18  Martin Liska  <mliska@suse.cz>
11626         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
11627         * dumpfile.c (dump_register): Use new enum dump_kind.
11628         (get_dump_file_name): Likewise.
11629         (dump_enable_all): Likewise.
11630         (dump_switch_p_1): Likewise.
11631         (enable_rtl_dump_file): Remove usage of TDF_RTL.
11632         * dumpfile.h (enum dump_kind): New enum type.
11633         (struct dump_file_info): Create constructor and
11634         format fields and comments.
11635         * passes.c (pass_manager::register_one_dump_file):
11636         Use num dump_kind.
11637         * statistics.c (statistics_early_init): Likewise.
11638         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
11639         TDF_TREE with TDF_SLIM.
11640         (gather_memory_references_ref): Likewise.
11642 2017-05-18  Martin Liska  <mliska@suse.cz>
11644         * vec.h (struct vnull): Use it.
11646 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11648         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
11649         (true_predicate, false_predicate, true_predicate_p,
11650         false_predicate_p): Remove.
11651         (single_cond_predicate, not_inlined_predicate): Turn to member function
11652         in ipa-inline.h
11653         (add_condition): Update.
11654         (add_clause): Turn to...
11655         (predicate::add_clause): ... this one; update; allow passing NULL
11656         as parameter.
11657         (and_predicates): Turn to ...
11658         (predicate::operator &=): ... this one.
11659         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
11660         (or_predicates): Turn to ...
11661         (predicate::or_with): ... this one.
11662         (evaluate_predicate): Turn to ...
11663         (predicate::evaluate): ... this one.
11664         (predicate_probability): Turn to ...
11665         (predicate::probability): ... this one.
11666         (dump_condition): Update.
11667         (dump_predicate): Turn to ...
11668         (predicate::dump): ... this one.
11669         (account_size_time): Update.
11670         (edge_set_predicate): Update.
11671         (set_hint_predicate): UPdate.
11672         (evaluate_conditions_for_known_args): Update.
11673         (evaluate_properties_for_edge): Update.
11674         (remap_predicate_after_duplication): Turn to...
11675         (predicate::remap_after_duplication): ... this one.
11676         (remap_hint_predicate_after_duplication): Update.
11677         (inline_summary_t::duplicate): UPdate.
11678         (dump_inline_edge_summary): Update.
11679         (dump_inline_summary): Update.
11680         (set_cond_stmt_execution_predicate): Update.
11681         (set_switch_stmt_execution_predicate): Update.
11682         (compute_bb_predicates): Update.
11683         (will_be_nonconstant_expr_predicate): Update.
11684         (will_be_nonconstant_predicate): Update.
11685         (phi_result_unknown_predicate): Update.
11686         (predicate_for_phi_result): Update.
11687         (array_index_predicate): Update.
11688         (estimate_function_body_sizes): Update.
11689         (estimate_node_size_and_time): Update.
11690         (estimate_ipcp_clone_size_and_time): Update.
11691         (remap_predicate): Rename to ...
11692         (predicate::remap_after_inlining): ... this one.
11693         (remap_hint_predicate): Update.
11694         (inline_merge_summary): Update.
11695         (inline_update_overall_summary): Update.
11696         (estimate_size_after_inlining): Update.
11697         (read_predicate): Rename to ...
11698         (predicate::stream_in): ... this one.
11699         (read_inline_edge_summary): Update.
11700         (write_predicate): Rename to ...
11701         (predicate::stream_out): ... this one.
11702         (write_inline_edge_summary): Update.
11703         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
11704         (clause_t): Turn to uint32_t
11705         (predicate): Turn to class; implement constructor and operators
11706         ==, !=, &
11707         (size_time_entry): Update.
11708         (inline_summary): Update.
11709         (inline_edge_summary): Update.
11711 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
11713         * fold-const.c (fold_binary_loc): Move transformation...
11714         * match.pd (C - X CMP X): ... here.
11716 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
11718         * config/sparc/sparc.c (sparc_option_override): Set function
11719         alignment for -mcpu=niagara7 to 64 to match the I$ line.
11720         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
11721         latency to 1.
11722         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
11723         latency to 2.
11724         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
11726 2017-05-18  Marek Polacek  <polacek@redhat.com>
11728         PR sanitizer/80797
11729         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
11730         (pass_ubsan::execute): Call gimple_assign_single_p instead of
11731         gimple_assign_load_p.
11733 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
11735         PR middle-end/80692
11736         * real.c (do_compare): Give decimal_do_compare preference over
11737         comparing just the signs.
11739 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
11741         * doc/md.texi (Canonicalization of Instructions): Describe the
11742         canonical form of instructions that inherently set a condition
11743         code register.
11745 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
11747         PR middle-end/80775
11748         * tree-cfg.c: Move deletion of unreachable case statements to after
11749         the merging of consecutive case labels.
11751 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11753         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
11754         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
11755         restoring of callee-saved registers.
11757 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
11759         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
11760         * config/visium/visium.c (single_set_and_flags): Likewise.
11761         * config/visium/visium.md (Substitutions): Likewise.
11763 2017-05-17  Martin Liska  <mliska@suse.cz>
11765         * cfg.c: Introduce dump_flags_t type and
11766         use it instead of int type.
11767         * cfg.h: Likewise.
11768         * cfghooks.c: Likewise.
11769         * cfghooks.h (struct cfg_hooks): Likewise.
11770         * cfgrtl.c: Likewise.
11771         * cfgrtl.h: Likewise.
11772         * cgraph.c (cgraph_node::get_body): Likewise.
11773         * coretypes.h: Likewise.
11774         * domwalk.c: Likewise.
11775         * domwalk.h: Likewise.
11776         * dumpfile.c (struct dump_option_value_info): Likewise.
11777         (dump_enable_all): Likewise.
11778         (dump_switch_p_1): Likewise.
11779         (opt_info_switch_p): Likewise.
11780         * dumpfile.h (enum tree_dump_index): Likewise.
11781         (struct dump_file_info): Likewise.
11782         * genemit.c: Likewise.
11783         * generic-match-head.c: Likewise.
11784         * gengtype.c (open_base_files): Likewise.
11785         * gimple-pretty-print.c: Likewise.
11786         * gimple-pretty-print.h: Likewise.
11787         * graph.c (print_graph_cfg): Likewise.
11788         * graphite-scop-detection.c (dot_all_sese): Likewise.
11789         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
11790         * loop-unroll.c (report_unroll): Likewise.
11791         * passes.c (pass_manager::register_one_dump_file): Likewise.
11792         * print-tree.c: Likewise.
11793         * statistics.c: Likewise.
11794         * tree-cfg.c: Likewise.
11795         * tree-cfg.h: Likewise.
11796         * tree-dfa.c: Likewise.
11797         * tree-dfa.h: Likewise.
11798         * tree-dump.c (dump_function): Likewise.
11799         * tree-dump.h (struct dump_info): Likewise.
11800         * tree-pretty-print.c: Likewise.
11801         * tree-pretty-print.h: Likewise.
11802         * tree-ssa-live.c: Likewise.
11803         * tree-ssa-live.h: Likewise.
11804         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
11805         * tree-vect-loop.c: Likewise.
11806         * tree-vect-slp.c: Likewise.
11808 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
11809             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11811         PR tree-optimization/80457
11812         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
11813         of all arguments to a statement as scalar_to_vec operations.
11814         (vectorizable_call): Adjust call to vect_model_simple_cost for
11815         new parameter.
11816         (vectorizable_conversion): Likewise.
11817         (vectorizable_assignment): Likewise.
11818         (vectorizable_shift): Likewise.
11819         (vectorizable_operation): Likewise.
11820         (vectorizable_comparison): Likewise.
11821         (vect_is_simple_cond): Record the def types for operands.
11822         (vectorizable_condition): Likewise, call vect_model_simple_cost.
11823         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
11824         for statement argument count.
11826 2017-05-16  Carl Love  <cel@us.ibm.com>
11828         * config/rs6000/rs6000-c: Add support for built-in functions
11829         vector unsigned long long vec_bperm (vector unsigned long long,
11830                                              vector unsigned char)
11831         vector signed long long vec_mule (vector signed int,
11832                                           vector signed int)
11833         vector unsigned long long vec_mule (vector unsigned int,
11834                                             vector unsigned int)
11835         vector signed long long vec_mulo (vector signed int,
11836                                           vector signed int)
11837         vector unsigned long long vec_mulo (vector unsigned int,
11838                                             vector unsigned int)
11839         vector signed char vec_sldw (vector signed char,
11840                                      vector signed char,
11841                                      const int)
11842         vector unsigned char vec_sldw (vector unsigned char,
11843                                        vector unsigned char,
11844                                        const int)
11845         vector signed short vec_sldw (vector signed short,
11846                                       vector signed short,
11847                                       const int)
11848         vector unsigned short vec_sldw (vector unsigned short,
11849                                         vector unsigned short,
11850                                         const int)
11851         vector signed int vec_sldw (vector signed int,
11852                                     vector signed int,
11853                                     const int)
11854         vector unsigned int vec_sldw (vector unsigned int,
11855                                       vector unsigned int,
11856                                       const int)
11857         vector signed long long vec_sldw (vector signed long long,
11858                                           vector signed long long,
11859                                           const int)
11860         vector unsigned long long vec_sldw (vector unsigned long long,
11861                                             vector unsigned long long,
11862                                             const int)
11863         * config/rs6000/rs6000-c: Add support for built-in functions
11864         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
11865         * config/rs6000/altivec.h: Add defintion for vec_sldw.
11866         * doc/extend.texi: Update the built-in documentation for the
11867         new built-in functions.
11869 2017-05-16  Marek Polacek  <polacek@redhat.com>
11871         PR sanitizer/80536
11872         PR sanitizer/80386
11873         * tree.c (save_expr): Don't fold the expression.
11875 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
11877         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
11878         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
11879         and (?*y,m).  Update insn attributes.
11881 2017-05-16  Martin Liska  <mliska@suse.cz>
11883         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
11884         flags argument of print_gimple_stmt, print_gimple_expr,
11885         print_generic_stmt and print_generic_expr.
11886         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
11887         * coretypes.h: Likewise.
11888         * except.c (dump_eh_tree): Likewise.
11889         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
11890         * gimple-pretty-print.h: Likewise.
11891         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
11892         (backprop::push_to_worklist): Likewise.
11893         (backprop::pop_from_worklist): Likewise.
11894         (backprop::process_use): Likewise.
11895         (backprop::intersect_uses): Likewise.
11896         (note_replacement): Likewise.
11897         * gimple-ssa-store-merging.c
11898         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
11899         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
11900         (pass_store_merging::execute): Likewise.
11901         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
11902         (ssa_base_cand_dump_callback): Likewise.
11903         (dump_incr_vec): Likewise.
11904         (replace_refs): Likewise.
11905         (replace_mult_candidate): Likewise.
11906         (create_add_on_incoming_edge): Likewise.
11907         (create_phi_basis): Likewise.
11908         (insert_initializers): Likewise.
11909         (all_phi_incrs_profitable): Likewise.
11910         (introduce_cast_before_cand): Likewise.
11911         (replace_one_candidate): Likewise.
11912         * gimplify.c (gimplify_expr): Likewise.
11913         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
11914         (set_rename): Likewise.
11915         (rename_uses): Likewise.
11916         (copy_loop_phi_nodes): Likewise.
11917         (add_close_phis_to_merge_points): Likewise.
11918         (copy_loop_close_phi_args): Likewise.
11919         (copy_cond_phi_args): Likewise.
11920         (graphite_copy_stmts_from_block): Likewise.
11921         (translate_pending_phi_nodes): Likewise.
11922         * graphite-poly.c (print_pdr): Likewise.
11923         (dump_gbb_cases): Likewise.
11924         (dump_gbb_conditions): Likewise.
11925         (print_scop_params): Likewise.
11926         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
11927         (build_cross_bb_scalars_use): Likewise.
11928         (gather_bbs::before_dom_children): Likewise.
11929         * hsa-dump.c (dump_hsa_immed): Likewise.
11930         * ipa-cp.c (print_ipcp_constant_value): Likewise.
11931         (get_replacement_map): Likewise.
11932         * ipa-inline-analysis.c (dump_condition): Likewise.
11933         (estimate_function_body_sizes): Likewise.
11934         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
11935         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
11936         * ipa-prop.c (ipa_dump_param): Likewise.
11937         (ipa_print_node_jump_functions_for_edge): Likewise.
11938         (ipa_modify_call_arguments): Likewise.
11939         (ipa_modify_expr): Likewise.
11940         (ipa_dump_param_adjustments): Likewise.
11941         (ipa_dump_agg_replacement_values): Likewise.
11942         (ipcp_modif_dom_walker::before_dom_children): Likewise.
11943         * ipa-pure-const.c (check_stmt): Likewise.
11944         (pass_nothrow::execute): Likewise.
11945         * ipa-split.c (execute_split_functions): Likewise.
11946         * omp-offload.c (dump_oacc_loop_part): Likewise.
11947         (dump_oacc_loop): Likewise.
11948         * trans-mem.c (tm_log_emit): Likewise.
11949         (tm_memopt_accumulate_memops): Likewise.
11950         (dump_tm_memopt_set): Likewise.
11951         (dump_tm_memopt_transform): Likewise.
11952         * tree-cfg.c (gimple_verify_flow_info): Likewise.
11953         (print_loop): Likewise.
11954         * tree-chkp-opt.c (chkp_print_addr): Likewise.
11955         (chkp_gather_checks_info): Likewise.
11956         (chkp_get_check_result): Likewise.
11957         (chkp_remove_check_if_pass): Likewise.
11958         (chkp_use_outer_bounds_if_possible): Likewise.
11959         (chkp_reduce_bounds_lifetime): Likewise.
11960         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
11961         (chkp_mark_completed_bounds): Likewise.
11962         (chkp_register_incomplete_bounds): Likewise.
11963         (chkp_mark_invalid_bounds): Likewise.
11964         (chkp_maybe_copy_and_register_bounds): Likewise.
11965         (chkp_build_returned_bound): Likewise.
11966         (chkp_get_bound_for_parm): Likewise.
11967         (chkp_build_bndldx): Likewise.
11968         (chkp_get_bounds_by_definition): Likewise.
11969         (chkp_generate_extern_var_bounds): Likewise.
11970         (chkp_get_bounds_for_decl_addr): Likewise.
11971         * tree-chrec.c (chrec_apply): Likewise.
11972         * tree-data-ref.c (dump_data_reference): Likewise.
11973         (dump_subscript): Likewise.
11974         (dump_data_dependence_relation): Likewise.
11975         (analyze_overlapping_iterations): Likewise.
11976         * tree-inline.c (expand_call_inline): Likewise.
11977         (tree_function_versioning): Likewise.
11978         * tree-into-ssa.c (dump_defs_stack): Likewise.
11979         (dump_currdefs): Likewise.
11980         (dump_names_replaced_by): Likewise.
11981         (dump_update_ssa): Likewise.
11982         (update_ssa): Likewise.
11983         * tree-object-size.c (pass_object_sizes::execute): Likewise.
11984         * tree-parloops.c (build_new_reduction): Likewise.
11985         (try_create_reduction_list): Likewise.
11986         (ref_conflicts_with_region): Likewise.
11987         (oacc_entry_exit_ok_1): Likewise.
11988         (oacc_entry_exit_single_gang): Likewise.
11989         * tree-pretty-print.h: Likewise.
11990         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
11991         (get_scalar_evolution): Likewise.
11992         (add_to_evolution): Likewise.
11993         (get_loop_exit_condition): Likewise.
11994         (analyze_evolution_in_loop): Likewise.
11995         (analyze_initial_condition): Likewise.
11996         (analyze_scalar_evolution): Likewise.
11997         (instantiate_scev): Likewise.
11998         (number_of_latch_executions): Likewise.
11999         (gather_chrec_stats): Likewise.
12000         (final_value_replacement_loop): Likewise.
12001         (scev_const_prop): Likewise.
12002         * tree-sra.c (dump_access): Likewise.
12003         (disqualify_candidate): Likewise.
12004         (create_access): Likewise.
12005         (reject): Likewise.
12006         (maybe_add_sra_candidate): Likewise.
12007         (create_access_replacement): Likewise.
12008         (analyze_access_subtree): Likewise.
12009         (analyze_all_variable_accesses): Likewise.
12010         (sra_modify_assign): Likewise.
12011         (initialize_constant_pool_replacements): Likewise.
12012         (find_param_candidates): Likewise.
12013         (decide_one_param_reduction): Likewise.
12014         (replace_removed_params_ssa_names): Likewise.
12015         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
12016         * tree-ssa-copy.c (dump_copy_of): Likewise.
12017         (copy_prop_visit_cond_stmt): Likewise.
12018         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
12019         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
12020         (record_equivalences_from_stmt): Likewise.
12021         * tree-ssa-dse.c (compute_trims): Likewise.
12022         (delete_dead_call): Likewise.
12023         (delete_dead_assignment): Likewise.
12024         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
12025         (forward_propagate_into_cond): Likewise.
12026         (pass_forwprop::execute): Likewise.
12027         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
12028         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
12029         Likewise.
12030         (move_computations_worker): Likewise.
12031         (execute_sm): Likewise.
12032         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
12033         (remove_exits_and_undefined_stmts): Likewise.
12034         (remove_redundant_iv_tests): Likewise.
12035         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
12036         (adjust_iv_update_pos): Likewise.
12037         * tree-ssa-math-opts.c (bswap_replace): Likewise.
12038         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
12039         (value_replacement): Likewise.
12040         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
12041         * tree-ssa-pre.c (print_pre_expr): Likewise.
12042         (get_representative_for): Likewise.
12043         (create_expression_by_pieces): Likewise.
12044         (insert_into_preds_of_block): Likewise.
12045         (eliminate_insert): Likewise.
12046         (eliminate_dom_walker::before_dom_children): Likewise.
12047         (eliminate): Likewise.
12048         (remove_dead_inserted_code): Likewise.
12049         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
12050         * tree-ssa-reassoc.c (get_rank): Likewise.
12051         (eliminate_duplicate_pair): Likewise.
12052         (eliminate_plus_minus_pair): Likewise.
12053         (eliminate_not_pairs): Likewise.
12054         (undistribute_ops_list): Likewise.
12055         (eliminate_redundant_comparison): Likewise.
12056         (update_range_test): Likewise.
12057         (optimize_range_tests_var_bound): Likewise.
12058         (optimize_vec_cond_expr): Likewise.
12059         (rewrite_expr_tree): Likewise.
12060         (rewrite_expr_tree_parallel): Likewise.
12061         (linearize_expr): Likewise.
12062         (break_up_subtract): Likewise.
12063         (linearize_expr_tree): Likewise.
12064         (attempt_builtin_powi): Likewise.
12065         (attempt_builtin_copysign): Likewise.
12066         (transform_stmt_to_copy): Likewise.
12067         (transform_stmt_to_multiply): Likewise.
12068         (dump_ops_vector): Likewise.
12069         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
12070         (print_scc): Likewise.
12071         (set_ssa_val_to): Likewise.
12072         (visit_reference_op_store): Likewise.
12073         (visit_use): Likewise.
12074         (sccvn_dom_walker::before_dom_children): Likewise.
12075         (run_scc_vn): Likewise.
12076         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
12077         Likewise.
12078         (expr_hash_elt::print): Likewise.
12079         (const_and_copies::pop_to_marker): Likewise.
12080         (const_and_copies::record_const_or_copy_raw): Likewise.
12081         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
12082         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
12083         (dump_predicates): Likewise.
12084         (find_uninit_use): Likewise.
12085         (warn_uninitialized_phi): Likewise.
12086         (pass_late_warn_uninitialized::execute): Likewise.
12087         * tree-ssa.c (verify_vssa): Likewise.
12088         (verify_ssa): Likewise.
12089         (maybe_optimize_var): Likewise.
12090         * tree-vrp.c (dump_value_range): Likewise.
12091         (dump_all_value_ranges): Likewise.
12092         (dump_asserts_for): Likewise.
12093         (register_edge_assert_for_2): Likewise.
12094         (vrp_visit_cond_stmt): Likewise.
12095         (vrp_visit_switch_stmt): Likewise.
12096         (vrp_visit_stmt): Likewise.
12097         (vrp_visit_phi_node): Likewise.
12098         (simplify_cond_using_ranges_1): Likewise.
12099         (fold_predicate_in): Likewise.
12100         (evrp_dom_walker::before_dom_children): Likewise.
12101         (evrp_dom_walker::push_value_range): Likewise.
12102         (evrp_dom_walker::pop_value_range): Likewise.
12103         (execute_early_vrp): Likewise.
12105 2017-05-16  Richard Biener  <rguenther@suse.de>
12107         * dwarf2out.c (loc_list_from_tree_1): Do not create
12108         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
12110 2017-05-16  Richard Biener  <rguenther@suse.de>
12112         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
12113         just generated.
12114         (note_variable_value_in_expr): If we resolved the decl ref
12115         do not push to the stack.
12117 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
12119         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
12120         operations in fast-math mode.
12121         (vaddq_f16): Likewise.
12122         (vmul_f16): Likewise.
12123         (vmulq_f16): Likewise.
12124         (vsub_f16): Likewise.
12125         (vsubq_f16): Likewise.
12126         * config/arm/neon.md (add<mode>3): New.
12127         (sub<mode>3): New.
12128         (fma:<VH:mode>3): New.  Also remove outdated comment.
12129         (mul<mode>3): New.
12131 2017-05-16  Martin Liska  <mliska@suse.cz>
12133         PR ipa/79849.
12134         PR ipa/79850.
12135         * ipa-devirt.c (warn_types_mismatch): Fix typo.
12136         (odr_types_equivalent_p): Likewise.
12138 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
12140         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
12142 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
12144         PR target/80425
12145         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
12146         non-interunit SSE move alternatives with '?'.
12147         (zero-extendsidi peephole2): New peephole to skip intermediate
12148         general register in SSE zero-extend sequence.
12150 2017-05-15  Jeff Law  <law@redhat.com>
12152         * reorg.c (relax_delay_slots): Create a new variable to hold
12153         the temporary target rather than clobbering TARGET_LABEL.
12155         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
12156         missing argument to extract_bit_field call.
12157         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
12159 2017-05-15  Martin Liska  <mliska@suse.cz>
12161         PR driver/31468
12162         * gcc.c (process_command): Do not allow empty argument of -o option.
12164 2017-05-15  Renlin Li  <renlin.li@arm.com>
12166         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
12167         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
12168         * config/aarch64/constraints.md (Usf): Add long call check.
12169         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
12170         (call_value): Likewise.
12171         (sibcall): Likewise.
12172         (sibcall_value): Likewise.
12173         (call_insn): New.
12174         (call_value_insn): New.
12175         (sibcall_insn): Update rtx pattern.
12176         (sibcall_value_insn): Likewise.
12177         (call_internal): Remove.
12178         (call_value_internal): Likewise.
12179         (sibcall_internal): Likewise.
12180         (sibcall_value_internal): Likewise.
12181         (call_reg): Likewise.
12182         (call_symbol): Likewise.
12183         (call_value_reg): Likewise.
12184         (call_value_symbol): Likewise.
12186 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
12188         PR target/80600
12189         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
12191 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
12193         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
12194         compatible with CCGOCmode and with CCZmode.
12196 2017-05-14  Martin Sebor  <msebor@redhat.com>
12198         PR middle-end/77671
12199         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
12200         (gimple_fold_builtin_snprintf): Same.
12201         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
12202         (gimple_fold_builtin_snprintf): Same.
12203         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
12204         of character types.
12205         (is_call_safe): New function.
12206         (try_substitute_return_value): Call it.
12207         (try_simplify_call): New function.
12208         (pass_sprintf_length::handle_gimple_call): Call it.
12210 2017-05-14  Martin Sebor  <msebor@redhat.com>
12212         PR middle-end/80669
12213         * builtins.c (expand_builtin_stpncpy): Simplify.
12215 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
12217         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
12218         * config/i386/i386.h
12219         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
12220         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
12221         (struct machine_function): Add new members call_ms2sysv,
12222         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
12223         (struct machine_frame_state): New fields sp_realigned and
12224         sp_realigned_offset.
12225         * config/i386/i386.c
12226         (enum xlogue_stub): New enum.
12227         (enum xlogue_stub_sets): New enum.
12228         (class xlogue_layout): New class.
12229         (struct ix86_frame): New fields stack_realign_allocate_offset,
12230         stack_realign_offset and outlined_save_offset.  Modify comments to
12231         detail stack layout when using out-of-line stubs.
12232         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
12233         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
12234         -mcall-ms2sysv-xlogues.
12235         (stub_managed_regs): New static variable.
12236         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
12237         registers managed by out-of-line stub.
12238         (disable_call_ms2sysv_xlogues): New function.
12239         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
12240         m->call_ms2sysv when appropriate and compute frame layout for
12241         out-of-line stubs.
12242         (sp_valid_at, fp_valid_at): New inline functions.
12243         (choose_basereg): New function.
12244         (choose_baseaddr): Add align parameter, use choose_basereg and modify
12245         all callers.
12246         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
12247         Use align parameter of choose_baseaddr to generated aligned SSE movs
12248         when possible.
12249         (pro_epilogue_adjust_stack): Modify to track
12250         machine_frame_state::sp_realigned.
12251         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
12252         (ix86_nsaved_sseregs): Likewise.
12253         (ix86_emit_save_regs): Likewise.
12254         (ix86_emit_save_regs_using_mov): Likewise.
12255         (ix86_emit_save_sse_regs_using_mov): Likewise.
12256         (get_scratch_register_on_entry): Likewise.
12257         (gen_frame_set): New function.
12258         (gen_frame_load): Likewise.
12259         (gen_frame_store): Likewise.
12260         (emit_outlined_ms2sysv_save): Likewise.
12261         (emit_outlined_ms2sysv_restore): Likewise.
12262         (ix86_expand_prologue): Modify stack re-alignment code and call
12263         emit_outlined_ms2sysv_save when appropriate.
12264         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
12265         parameter rtx_insn *insn, which allows the function to be used to only
12266         generate the notes.
12267         (ix86_expand_epilogue): Modify validity checks of frame and stack
12268         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
12269         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
12270         * config/i386/predicates.md
12271         (save_multiple): New predicate.
12272         (restore_multiple): Likewise.
12273         * config/i386/sse.md
12274         (save_multiple<mode>): New pattern.
12275         (save_multiple_realign<mode>): Likewise.
12276         (restore_multiple<mode>): Likewise.
12277         (restore_multiple_and_return<mode>): Likewise.
12278         (restore_multiple_leave_return<mode>): Likewise.
12279         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
12281 2017-05-14  Julia Koval  <julia.koval@intel.com>
12283         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
12284         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
12285         (__builtin_ia32_xsetbv): New builtins.
12286         * config/i386/i386.c (ix86_expand_special_args_builtin):
12287         Process new types.
12288         (ix86_expand_builtin): Special expand for new intrinsics.
12289         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
12290         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
12291         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
12293 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12295         * cfganal.c (inverted_post_order_compute): Change argument type
12296         to vec *.
12297         * cfganal.h (inverted_post_order_compute): Adjust prototype.
12298         * df-core.c (rest_of_handle_df_initialize): Adjust.
12299         (rest_of_handle_df_finish): Likewise.
12300         (df_analyze_1): Likewise.
12301         (df_analyze): Likewise.
12302         (loop_inverted_post_order_compute): Change argument to be a vec *.
12303         (df_analyze_loop): Adjust.
12304         (df_get_n_blocks): Likewise.
12305         (df_get_postorder): Likewise.
12306         * df.h (struct df_d): Change field to be a vec.
12307         * lcm.c (compute_laterin): Adjust.
12308         (compute_available): Likewise.
12309         * lra-lives.c (lra_create_live_ranges_1): Likewise.
12310         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
12311         * tree-ssa-pre.c (compute_antic): Likewise.
12313 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12315         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
12316         (depth_first_search::depth_first_search): Change structure init
12317         function to this constructor.
12318         (depth_first_search::add_bb): Rename function to this member.
12319         (depth_first_search::execute): Likewise.
12320         (flow_dfs_compute_reverse_finish): Adjust.
12322 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12324         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
12325         (longest_simple_path): Likewise.
12326         * shrink-wrap.c (spread_components): Likewise.
12327         (disqualify_problematic_components): Likewise.
12328         (emit_common_heads_for_components): Likewise.
12329         (emit_common_tails_for_components): Likewise.
12330         (insert_prologue_epilogue_for_components): Likewise.
12332 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12334         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
12335         auto_sbitmap.
12337 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12339         * df-core.c (df_set_blocks): Start using auto_bitmap.
12340         (df_compact_blocks): Likewise.
12341         * df-problems.c (df_rd_confluence_n): Likewise.
12342         * df-scan.c (df_insn_rescan_all): Likewise.
12343         (df_process_deferred_rescans): Likewise.
12344         (df_update_entry_block_defs): Likewise.
12345         (df_update_exit_block_uses): Likewise.
12346         (df_entry_block_bitmap_verify): Likewise.
12347         (df_exit_block_bitmap_verify): Likewise.
12348         (df_scan_verify): Likewise.
12349         * lra-constraints.c (lra_constraints): Likewise.
12350         (undo_optional_reloads): Likewise.
12351         (lra_undo_inheritance): Likewise.
12352         * lra-remat.c (calculate_gen_cands): Likewise.
12353         (do_remat): Likewise.
12354         * lra-spills.c (assign_spill_hard_regs): Likewise.
12355         (spill_pseudos): Likewise.
12356         * tree-ssa-pre.c (bitmap_set_and): Likewise.
12357         (bitmap_set_subtract_values): Likewise.
12359 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12361         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
12362         management with auto_bitmap.
12363         (fix_inter_tick): Likewise.
12364         (fix_recovery_deps): Likewise.
12365         * ira.c (add_store_equivs): Likewise.
12366         (find_moveable_pseudos): Likewise.
12367         (split_live_ranges_for_shrink_wrap): Likewise.
12368         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
12369         (rtx_reuse_manager::seen_def_p): Likewise.
12370         (rtx_reuse_manager::set_seen_def): Likewise.
12371         * print-rtl.h (class rtx_reuse_manager): Likewise.
12373 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12375         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
12376         lifetime.
12377         (migrate_btr_def): Likewise.
12378         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
12379         * df-core.c (loop_post_order_compute): Likewise.
12380         (loop_inverted_post_order_compute): Likewise.
12381         * hsa-common.h: Likewise.
12382         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
12383         * init-regs.c (initialize_uninitialized_regs): Likewise.
12384         * ipa-inline.c (resolve_noninline_speculation): Likewise.
12385         (inline_small_functions): Likewise.
12386         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
12387         * ira.c (combine_and_move_insns): Likewise.
12388         (build_insn_chain): Likewise.
12389         * loop-invariant.c (find_invariants): Likewise.
12390         * lower-subreg.c (propagate_pseudo_copies): Likewise.
12391         * predict.c (tree_predict_by_opcode): Likewise.
12392         (predict_paths_leading_to): Likewise.
12393         (predict_paths_leading_to_edge): Likewise.
12394         (estimate_loops_at_level): Likewise.
12395         (estimate_loops): Likewise.
12396         * shrink-wrap.c (try_shrink_wrapping): Likewise.
12397         (spread_components): Likewise.
12398         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
12399         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
12400         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
12401         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
12402         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
12403         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
12404         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
12405         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
12406         (mark_threaded_blocks): Likewise.
12407         (thread_through_all_blocks): Likewise.
12408         * tree-ssa.c (verify_ssa): Likewise.
12409         (execute_update_addresses_taken): Likewise.
12410         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
12412 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12414         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
12415         auto_vec.
12416         (post_order_compute): Likewise.
12417         (inverted_post_order_compute): Likewise.
12418         (pre_and_rev_post_order_compute_fn): Likewise.
12420 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12422         * genrecog.c (int_set::int_set): Explicitly construct our
12423         auto_vec base class.
12424         * vec.h (auto_vec::auto_vec): New constructor.
12426 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12428         * bitmap.h (class auto_bitmap): New constructor taking
12429         bitmap_obstack * argument.
12431 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12433         * bitmap.h (class auto_bitmap): Change type of m_bits to
12434         bitmap_head, and adjust ctor / dtor and member operators.
12436 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
12438         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
12439         when returned register mode doesn't match original mode.
12441 2017-05-12  Jeff Law  <law@redhat.com>
12442             Jakub Jelinek  <jakub@redhat.com>
12444         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
12445         we look for cc setter after the compare-elim changes.
12446         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
12447         within the vector to match what compare-elim now expects.
12448         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
12449         (xorsi3_flags, one_cmplsi2_flags): Likewise.
12451         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
12452         after the compare-elim changes.
12453         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
12454         the vector to match what compare-elim now expects.
12455         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
12456         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
12457         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
12458         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
12459         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
12461         * config/visium/visium.c (single_set_and_flags): Fix where
12462         we look for cc setter after the compare-elim changes.
12463         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
12464         with the vector to match what compare-elim now expects.
12465         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
12466         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
12467         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
12468         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
12469         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
12470         (neg<mode>2_insn_set_overflow): Likewise.
12472 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
12474         PR middle-end/79794
12475         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
12476         maybe_expand_insn call, set ops[0].target.  If still set after call,
12477         set alt_rtl.  Add extra arg to recursive calls.
12478         (extract_bit_field): Add alt_rtl argument.  Pass to
12479         extract_bit_field.
12480         * expmed.h (extract_bit_field): Fix prototype.
12481         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
12482         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
12483         to extract_bit_field_calls.
12484         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
12485         Pass alt_rtl to extract_bit_field calls.
12486         * calls.c (store_unaligned_arguments_into_psuedos)
12487         load_register_parameters): Pass extra NULL to extract_bit_field calls.
12488         * optabs.c (maybe_legitimize_operand): Clear op->target when call
12489         gen_reg_rtx.
12490         * optabs.h (struct expand_operand): Add target bitfield.
12492 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12494         * compare-elim.c (try_eliminate_compare): Canonicalize
12495         operation with embedded compare to
12496         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
12497          (set (reg) (operation)].
12499         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
12501 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12503         PR target/80723
12504         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
12505         cost of adding a carry flag for ADC instruction.
12506         [case MINUS]: Ignore the cost of subtracting a carry flag
12507         for SBB instruction.
12509 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
12511         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
12512         and x86intrin.h
12513         * config/rs6000/bmiintrin.h: New file.
12514         * config/rs6000/bmi2intrin.h: New file.
12515         * config/rs6000/x86intrin.h: New file.
12517 2017-05-12  Jeff Law  <law@redhat.com>
12519         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
12520         markers.
12522 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
12524         PR middle-end/80707
12525         * tree-cfg.c: Remove cfg edges of unreachable case statements.
12527 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12529         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12530         early expansion of vector divide builtins.
12531         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
12532         builtins identified as having unsigned arguments.
12534 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12536         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
12537         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
12538         expansion of vector logical operations (and, andc, or, xor,
12539         nor, orc, nand).
12541 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12543         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
12544         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
12546 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12548         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12549         early GIMPLE expansion of vector multiplies.
12551 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
12553         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
12554         TARGET_HAVE_MOVT conditional.
12555         (movt splitter): Likewise.
12557 2017-05-12  Richard Biener  <rguenther@suse.de>
12559         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
12560         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12561         Fold all stmts not inplace.
12563 2017-05-12  Richard Biener  <rguenther@suse.de>
12565         PR tree-optimization/80713
12566         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
12567         inserted_exprs bit for not removed stmts.
12569 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
12571         PR middle-end/69921
12572         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
12573         parallelized" attribute for parallelized OpenACC kernels.
12574         * omp-offload.c (execute_oacc_device_lower): Use it.
12576         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
12577         Set "oacc kernels" attribute.
12578         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
12579         parameter.  Adjust all users.
12580         (oacc_fn_attrib_kernels_p): Remove function.
12581         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
12582         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
12583         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
12584         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
12585         assert "oacc kernels" attribute is set.
12587 2017-05-11  Carl Love  <cel@us.ibm.com>
12589         * config/rs6000/rs6000-c: Add support for built-in functions
12590         vector unsigned char vec_popcnt (vector signed char)
12591         vector unsigned char vec_popcnt (vector unsigned char)
12592         vector unsigned short vec_popcnt (vector signed short)
12593         vector unsigned short vec_popcnt (vector unsigned short)
12594         vector unsigned int vec_popcnt (vector signed int)
12595         vector unsigned int vec_popcnt (vector unsigned int)
12596         vector unsigned long long vec_popcnt (vector signed long long)
12597         vector unsigned long long vec_popcnt (vector unsigned long long)
12598         vector signed long long vec_slo (vector signed long long,
12599                                          vector signed char)
12600         vector signed long long vec_slo (vector signed long long,
12601                                          vector unsigned char)
12602         vector unsigned long long vec_slo (vector unsigned long long,
12603                                            vector signed char)
12604         vector unsigned long long vec_slo (vector unsigned long long,
12605                                            vector unsigned char)
12606         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
12607         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
12608         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
12609         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
12610         * doc/extend.texi: Update the built-in documentation file for the
12611         new built-in functions.
12613 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
12615         * attribs.h (sorted_attr_string): Move machine independent
12616         functions for target clone support from the i386 port to common
12617         code.  Rename ix86_function_versions to common_function_versions.
12618         Rename make_name to make_unique_name.
12619         (common_function_versions): Likewise.
12620         (make_unique_name): Likewise.
12621         (make_dispatcher_decl): Likewise.
12622         (is_function_default_version): Likewise.
12623         * attribs.c (attr_strcmp): Likewise.
12624         (sorted_attr_string): Likewise.
12625         (common_function_versions): Likewise.
12626         (make_unique_name): Likewise.
12627         (make_dispatcher_decl): Likewise.
12628         (is_function_default_version): Likewise.
12629         * config/i386/i386.c (attr_strcmp): Likewise.
12630         (sorted_attr_string): Likewise.
12631         (ix86_function_versions): Likewise.
12632         (make_name): Likewise.
12633         (make_dispatcher_decl): Likewise.
12634         (is_function_default_version): Likewise.
12635         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
12637 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12639         PR target/80695
12640         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
12641         Account for direct move costs for vec_construct of integer
12642         vectors.
12644 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
12646         PR target/80706
12647         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
12648         (UNSPEC_STX_ATOMIC): Ditto.
12649         (loaddi_via_sse): New insn.
12650         (storedi_via_sse): Ditto.
12651         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
12652         Update corresponding peephole2 patterns.
12653         (atomic_storedi_fpu): Ditto.
12655 2017-05-11  Julia Koval  <julia.koval@intel.com>
12657         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
12658         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
12659         New intrinsics.
12660         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
12661         (__builtin_ia32_rsqrt14ss_mask): New builtins.
12662         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
12664 2017-05-11  Nathan Sidwell  <nathan@acm.org>
12666         * graphite-poly.c: Include dumpfile.h.
12668         * dumpfle.h (dump_function): Declare here ...
12669         * tree-dump.h (dump_function): ... not here.
12670         * dumpfile.c: #include tree-cfg.h.
12671         (dump_function): Move here from ...
12672         * tree-dump.c (dump_function): ... here.
12673         * gimplify.c: #include splay-tree.h, not tree-dump.h.
12674         * graphite-poly.c: Don't include tree-dump.h.
12675         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
12676         * print-tree.c: Likewise.
12677         * stor-layout.c: Likewise.
12678         * tree-nested.c: Likewise.
12680         * dumpfile.c (dump_start): Use TDF_FLAGS.
12681         (dump_enable_all): Fix TDF_KIND check thinko.
12683 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12685         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12686         array entries to represent two legal parameterizations of the
12687         overloaded __builtin_cmpb function, as represented by the
12688         P6_OV_BUILTIN_CMPB constant.
12689         (altivec_resolve_overloaded_builtin): Add special case handling
12690         for the __builtin_cmpb function, as represented by the
12691         P6_OV_BUILTIN_CMPB constant.
12692         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
12693         (BU_P6_64BIT_2): New macro.
12694         (BU_P6_OVERLOAD_2): New macro
12695         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
12696         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
12697         (CMPB): Add overload support to represent both 32-bit and 64-bit
12698         compare-bytes function.
12699         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
12700         support for TARGET_CMPB.
12701         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
12702         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
12703         documentation of the __builtin_cmpb overloaded built-in function.
12705 2017-05-11  Richard Biener  <rguenther@suse.de>
12707         PR tree-optimization/80705
12708         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
12709         bases are not vectorizable.
12711 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12713         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
12714         when counting register pressure.
12716 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12718         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
12719         (iv_ca_more_deps): Renamed to ...
12720         (iv_ca_compare_deps): ... this.
12721         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
12723 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12725         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
12726         to ...
12727         (determine_group_iv_costs): ... here.
12728         (find_inv_vars_cb): Record inv var if it's not recorded before.
12730 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12732         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
12733         (get_shiftadd_cost): Ditto.
12735 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12737         * tree-ssa-address.c: Include header file.
12738         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
12739         address.
12740         (add_to_parts): Refactor.
12741         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
12742         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
12743         in new order.
12745 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12747         PR tree-optimization/53090
12748         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
12749         COMP_IV_EXPR_2.
12750         (extract_cond_operands): Detect condition with IV on both sides
12751         and return COMP_IV_EXPR_2.
12752         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
12753         (rewrite_use_compare): Simplify by removing call to function
12754         extract_cond_operands.
12756 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12758         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
12759         (extract_cond_operands): Detect condition comparing against non-
12760         invariant bound and return appropriate enum value.
12761         (find_interesting_uses_cond): Update use of extract_cond_operands.
12762         Handle its return value accordingly.
12763         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
12765 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12767         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
12768         nonlinear iv_use computation in loop invariant sensitive way.
12770 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12772         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
12773         (find_iv_candidates): Call relate_compare_use_with_all_cands.
12775 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12777         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
12778         (dump_cand): Support iv_cand.inv_exprs.
12779         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
12780         for candidates.
12781         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
12782         iv_cand.inv_exprs.
12784 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12786         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
12787         from ...
12788         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
12789         as local function.  Include necessary header files.
12790         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
12792 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12794         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
12796 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12798         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
12799         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
12800         RSHIFT_EXPR and BIT_NOT_EXPR.
12802 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12804         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
12805         (adjust_setup_cost): New parameter supporting round up adjustment.
12806         (struct address_cost_data): Delete.
12807         (force_expr_to_var_cost): Don't bound cost with spill_cost.
12808         (split_address_cost, ptr_difference_cost): Delete.
12809         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
12810         (struct ainc_cost_data): New struct.
12811         (get_address_cost_ainc): New function.
12812         (get_address_cost, get_computation_cost): Reimplement.
12813         (determine_group_iv_cost_address): Record inv_expr for all uses of
12814         a group.
12815         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
12816         (iv_ca_has_deps): Reimplemented to ...
12817         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
12818         than OLD_CP.
12819         (iv_ca_extend): Call iv_ca_more_deps.
12821 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12823         * tree-ssa-address.c (struct mem_address): Move to header file.
12824         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
12825         * tree-ssa-address.h (struct mem_address): Move from C file.
12826         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
12828 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12830         * tree-affine.h (aff_combination_type): New interface.
12831         (aff_combination_zero_p): Remove static.
12832         (aff_combination_const_p): New interface.
12833         (aff_combination_singleton_var_p): New interfaces.
12835 2017-05-11  Richard Biener  <rguenther@suse.de>
12837         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12838         Skip unreachable blocks and destinations.
12839         (eliminate): Move stmt removal and fixup ...
12840         (fini_eliminate): ... here.  Skip inserted exprs.
12841         (pass_pre::execute): Move fini_pre after fini_eliminate.
12842         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
12843         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
12844         PRE to get rid of dead code that has invalid SSA form and
12845         split critical edges again.
12847 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12849         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
12851 2017-05-11  Richard Biener  <rguenther@suse.de>
12853         * passes.c (execute_function_todo): Verify loops if they are
12854         said to be up-to-date.
12855         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
12856         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
12858 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
12860         PR target/80090
12861         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
12862         handle calling assemble_external ourself.
12864         PR target/79027
12865         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
12866         modes with zero size.  Enhance comment.
12868 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12870         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
12871         built-ins for vec_xl and vec_xst with short and char pointer
12872         arguments.
12874 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
12876         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
12877         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
12878         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
12879         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
12880         (_mm_maskz_min_round_ss): New intrinsics.
12881         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
12882         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
12883         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
12884         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
12885         (__builtin_ia32_minss_mask_round): New builtins.
12886         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12887         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
12888         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
12889         Rename to ...
12890         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
12891         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
12892         Change to ...
12893         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
12894         ... this.
12896 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
12898         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
12899         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
12900         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
12901         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
12902         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
12903         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
12904         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
12905         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12906         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
12907         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
12908         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
12909         (__builtin_ia32_mulss_mask_round): New builtins.
12910         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12911         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
12912         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
12913         Rename to ...
12914         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
12915         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
12916         Change to ...
12917         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
12918         ... this.
12920 2017-05-10  Julia Koval  <julia.koval@intel.com>
12922         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
12923         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
12924         (_mm256_setr_m128i): New intrinsics.
12926 2017-05-10  Julia Koval  <julia.koval@intel.com>
12928         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
12929         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
12930         (_mm_maskz_rcp14_ss): New intrinsics.
12931         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
12932         (__builtin_ia32_rcp14ss_mask): New builtins.
12933         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
12935 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
12937         PR tree-optimization/51513
12938         * tree-cfg.c (gimple_seq_unreachable_p): New function.
12939         (assert_unreachable_fallthru_edge_p): Use it.
12940         (group_case_labels_stmt): Likewise.
12941         * tree-cfg.h: Prototype it.
12942         * stmt.c: Include cfghooks.h and tree-cfg.h.
12943         (emit_case_dispatch_table) <gap_label>: New local variable.
12944         Use it to fill dispatch table gaps.
12945         Test for default_label before updating probabilities.
12946         (expand_case) <default_label>: Remove unneeded initialization.
12947         Test for unreachable default case statement and remove its edge.
12948         Set default_label accordingly.
12949         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
12951 2017-05-10  Carl Love  <cel@us.ibm.com>
12953         * config/rs6000/rs6000-c: Add support for built-in functions
12954         vector signed char      vec_neg (vector signed char)
12955         vector signed short int vec_neg (vector short int)
12956         vector signed int       vec_neg (vector signed int)
12957         vector signed long long vec_neg (vector signed long long)
12958         vector float            vec_neg (vector float)
12959         vector double           vec_neg (vector double)
12960         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
12961         overload.
12962         * config/rs6000/altivec.h: Add define for vec_neg
12963         * doc/extend.texi: Update the built-in documentation for the
12964         new built-in functions.
12966 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12968         PR tree-optimization/77644
12969         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
12971 2017-05-10  Nathan Sidwell  <nathan@acm.org>
12973         * dumpfile.h (TDI_lang_all): New.
12974         (TDF_KIND): New. Renumber others
12975         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
12976         than bits.
12977         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
12978         lang-all.
12979         (get_dump_file_name): Adjust suffix generation.
12980         (dump_enable_all): Use TDF_KIND.
12981         * doc/invoke.texi (-fdump-lang-all): Document.
12983         * dumpfile.h: Tabify.
12985 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
12987         PR target/80671
12988         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
12989         Move member access before delete.
12991 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
12993         * tree-inline.c (expand_call_inline): Split block at stmt
12994         before the call.
12996 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
12998         PR target/68163
12999         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
13000         are now unused after splitting mov{sf,sd}_hardfloat.
13001         (f32_lr2): Likewise.
13002         (f32_lm): Likewise.
13003         (f32_lm2): Likewise.
13004         (f32_li): Likewise.
13005         (f32_li2): Likewise.
13006         (f32_lv): Likewise.
13007         (f32_sr): Likewise.
13008         (f32_sr2): Likewise.
13009         (f32_sm): Likewise.
13010         (f32_sm2): Likewise.
13011         (f32_si): Likewise.
13012         (f32_si2): Likewise.
13013         (f32_sv): Likewise.
13014         (f32_dm): Likewise.
13015         (f32_vsx): Likewise.
13016         (f32_av): Likewise.
13017         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
13018         For movsf, order stores so the VSX stores occur before the GPR
13019         store which encourages the register allocator to use a traditional
13020         FPR instead of a GPR.  For movsd, order the stores so that the GPR
13021         store comes before the VSX stores to allow the power6 to work.
13022         This is due to the power6 not having a 32-bit integer store
13023         instruction from a FPR.
13024         (movsf_hardfloat): Likewise.
13025         (movsd_hardfloat): Likewise.
13027 2017-05-09  Martin Sebor  <msebor@redhat.com>
13029         PR translation/80280
13030         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
13031         added in r247778.
13033         PR translation/80280
13034         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
13035         data member added in r247778.
13036         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
13038 2017-05-09  Nathan Sidwell  <nathan@acm.org>
13040         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
13042         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
13043         typedefs.
13045 2017-05-09  Marek Polacek  <polacek@redhat.com>
13047         * doc/invoke.texi: Fix typo.
13049 2017-05-09  Richard Biener  <rguenther@suse.de>
13051         * tree-vrp.c (vrp_val_is_max): Adjust comment.
13052         (vrp_val_is_min): Likewise.
13053         (set_value_range_to_value): Likewise.
13054         (set_value_range_to_nonnegative): Likewise.
13055         (gimple_assign_nonzero_p): Likewise.
13056         (gimple_stmt_nonzero_p): Likewise.
13057         (vrp_int_const_binop): Likewise.  Remove unreachable case.
13058         (adjust_range_with_scev): Adjust comments.
13059         (compare_range_with_value): Likewise.
13060         (extract_range_from_phi_node): Likewise.
13061         (test_for_singularity): Likewise.
13063 2017-05-09  Richard Biener  <rguenther@suse.de>
13065         * tree-vrp.c (get_single_symbol): Add assert that we don't
13066         get overflowed constants as invariant part.
13067         (compare_values_warnv): Add comment before the TREE_NO_WARNING
13068         checks.  Use wi::cmp instead of recursing for integer constants.
13069         (compare_values): Just ignore whether we assumed undefined
13070         overflow instead of failing the compare.
13071         (extract_range_for_var_from_comparison_expr): Add comment before the
13072         TREE_NO_WARNING sets.
13073         (test_for_singularity): Likewise.
13074         (extract_range_from_comparison): Do not disable optimization
13075         when we assumed undefined overflow.
13076         (extract_range_basic): Remove init of unused var.
13078 2017-05-09  Richard Biener  <rguenther@suse.de>
13080         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
13081         (extract_range_from_multiplicative_op_1): Adjust.
13082         (extract_range_from_binary_expr_1): Use int_const_binop.
13084 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13086         PR target/80101
13087         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
13088         rs6000_store_data_bypass_p in seven define_bypass directives and
13089         in several comments.
13090         * config/rs6000/rs6000-protos.h: Add prototype for
13091         rs6000_store_data_bypass_p function.
13092         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
13093         function implements slightly different (rs6000-specific) semantics
13094         than store_data_bypass_p, returning false rather than aborting
13095         with assertion error when arguments do not satisfy the
13096         requirements of store data bypass.
13097         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
13098         rs6000_store_data_bypass_p.
13100 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
13102         * config/xtensa/xtensa-protos.h
13103         (xtensa_initial_elimination_offset): New declaration.
13104         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
13105         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
13106         macro definition, add case for FRAME_POINTER_REGNUM when
13107         FRAME_GROWS_DOWNWARD.
13108         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
13109         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
13110         xtensa_initial_elimination_offset.
13112 2017-05-08  Nathan Sidwell  <nathan@acm.org>
13114         * doc/invoke.texi: Alphabetize -fdump options.
13116 2017-05-08  Martin Sebor  <msebor@redhat.com>
13118         PR translation/80280
13119         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
13121 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13123         * target.def (compute_frame_layout): New optional target hook.
13124         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
13125         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
13126         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
13127         target hook.
13128         * reload1.c (verify_initial_elim_offsets): Likewise.
13129         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
13130         (use_simple_return_p): Call arm_compute_frame_layout if needed.
13131         (arm_get_frame_offsets): Split up into this ...
13132         (arm_compute_frame_layout): ... and this function.
13134 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
13136         * config/aarch64/constraints.md (Usa): New constraint.
13137         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
13139 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13141         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
13142         with_multilib_list after it has been checked.
13144 2017-05-08  Richard Biener  <rguenther@suse.de>
13146         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
13147         (bitmap_set_subtract_values): Likewise.
13149 2017-05-08  Richard Biener  <rguenther@suse.de>
13151         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
13152         (gimple_assign_nonzero): ... this and remove strict_overflow_p
13153         argument.
13154         (gimple_stmt_nonzero_warnv_p): Rename to ...
13155         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
13156         argument.
13157         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
13158         (extract_range_basic): Adjust, do not disable propagation on
13159         strict overflow sensitive simplification.
13160         (vrp_visit_cond_stmt): Likewise.
13162 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
13164         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
13165         body size unconditionally.
13167 2017-05-07  Jeff Law  <law@redhat.com>
13169         Revert:
13170         2017-05-06  Jeff Law  <law@redhat.com>
13171         PR tree-optimization/78496
13172         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13173         code.
13175         PR tree-optimization/78496
13176         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13177         (simplify_stmt_using_ranges): Call it.
13178         (vrp_dom_walker::before_dom_children): Extract equivalences
13179         from an ASSERT_EXPR with an equality comparison against a
13180         constant.
13182 2017-05-06  Jeff Law  <law@redhat.com>
13184         PR tree-optimization/78496
13185         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13186         code.
13188         PR tree-optimization/78496
13189         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13190         (simplify_stmt_using_ranges): Call it.
13191         (vrp_dom_walker::before_dom_children): Extract equivalences
13192         from an ASSERT_EXPR with an equality comparison against a
13193         constant.
13195 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13197         * lra-constraints.c (lra_copy_reg_equiv): New function.
13198         (split_reg): Use it to copy equivalence information from the
13199         original register to the spill register.
13201 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13203         PR rtl-optimization/75964
13204         * simplify-rtx.c (simplify_const_relational_operation): Remove
13205         invalid handling of comparisons of integer ABS.
13207 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
13209         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
13210         initialize to zero.
13211         (init_regs): Remove declaration.
13212         (function_arg_advance_32): Initialize error_p as boolean variable.
13214 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13216         * store-motion.c (remove_reachable_equiv_notes): Reformat long
13217         lines.  Use for (;;).
13219 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13221         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
13222         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
13223         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
13224         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
13225         VF=2 that require versioning.
13227 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13229         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
13230         int.
13232 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13234         * diagnostic.h (diagnostic_override_option_index): Convert from
13235         macro to inline function.
13237 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13239         * diagnostic.c (last_module_changed_p): New function.
13240         (set_last_module): New function.
13241         (diagnostic_report_current_module): Convert macro usage to
13242         the above functions.
13243         * diagnostic.h (diagnostic_context::last_module): Strengthen
13244         from const line_map * to const line_map_ordinary *.
13245         (diagnostic_last_module_changed): Delete macro.
13246         (diagnostic_set_last_module): Delete macro.
13248 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13250         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
13251         with diagnostic_report_diagnostic.
13252         (diagnostic_n_impl_richloc): Likewise.
13253         * diagnostic.h (report_diagnostic): Delete macro.
13254         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
13255         with diagnostic_report_diagnostic.
13256         * substring-locations.c (format_warning_va): Likewise.
13258 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13260         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
13261         save/restor of format_spec.  Move option-printing code to...
13262         (print_option_information): ...this new function, and
13263         reimplement by simply printing to the pretty_printer,
13264         rather than appending to the format string.
13266 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13268         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
13269         handling logic into...
13270         (update_effective_level_from_pragmas): ...this new function.
13272 2017-05-04  Andrew Waterman  <andrew@sifive.com>
13274         * config/riscv/riscv.opt (mstrict-align): New option.
13275         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
13276         (SLOW_UNALIGNED_ACCESS): Define.
13277         (riscv_slow_unaligned_access): Declare.
13278         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
13279         field.
13280         (riscv_slow_unaligned_access): New variable.
13281         (rocket_tune_info): Set slow_unaligned_access to true.
13282         (optimize_size_tune_info): Set slow_unaligned_access to false.
13283         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
13284         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
13285         (riscv_option_override): Set riscv_slow_unaligned_access.
13286         * doc/invoke.texi: Add -mstrict-align to RISC-V.
13288 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
13290         * config/riscv/riscv.md: Unify indentation.
13292 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
13294         PR target/79038
13295         PR target/79202
13296         PR target/79203
13297         * config/rs6000/rs6000.md (u code attribute): Add FIX and
13298         UNSIGNED_FIX.
13299         (extendsi<mode>2): Add support for doing sign extension via
13300         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
13301         don't have ISA 3.0 instructions.
13302         (extendsi<mode>2 splitter): Likewise.
13303         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
13304         generate the normal insns since SImode can now go in vector
13305         registers.  Disallow the special UNSPECs needed for previous
13306         machines to hide SImode being used.  Add new insns
13307         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
13308         (fix_trunc<mode>si2_stfiwx): Likewise.
13309         (fix_trunc<mode>si2_internal): Likewise.
13310         (fixuns_trunc<mode>si2): Likewise.
13311         (fixuns_trunc<mode>si2_stfiwx): Likewise.
13312         (fctiw<u>z_<mode>_smallint): Likewise.
13313         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
13314         of floating point to 32-bit integer from doing a direct move to
13315         the GPR registers to do a store.
13316         (fctiwz_<mode>): Break long line.
13318 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
13320         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
13321         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
13322         (addr_list, addr_offset_valid_p): New.
13323         (split_address_groups): Check offset validity with above function.
13324         (gt-tree-ssa-loop-ivopts.h): Include header file.
13326 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13328         * config.gcc (arm*-*-*): Add missing 'fi'.
13330 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
13332         * doc/invoke.texi (-fopt-info): Explicitly say order of options
13333         included in -fopt-info does not matter.
13334         * doc/optinfo.texi (-fopt-info): Fix description of default
13335         behavour. Explicitly say order of options included in -fopt-info
13336         does not matter.
13338 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13340         * config.gcc: Allow combinations of aprofile and rmprofile values for
13341         --with-multilib-list.
13342         * config/arm/t-multilib: New file.
13343         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
13344         variables.  Remove setting of ISA and floating-point ABI in
13345         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
13346         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
13347         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
13348         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
13349         CPU options.
13350         * config/arm/t-rmprofile: Likewise except for the matches changes.
13351         * doc/install.texi (--with-multilib-list): Document the combination of
13352         aprofile and rmprofile values and warn about pitfalls in doing that.
13354 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13356         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
13357         (movdi_aarch64): Likewise.
13359 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13361         PR tree-optimization/80632
13362         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
13363         field.
13364         (build_arrays): Initialize it for virtual phis.
13365         (fix_phi_nodes): Use it for virtual phis.
13367         PR tree-optimization/80558
13368         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
13369         [x, y] op z into [x op, y op z] for op & or | if conditions
13370         are met.
13372 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
13373             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13375         PR target/71607
13376         * config/arm/arm.md (use_literal_pool): Remove.
13377         (64-bit immediate split): No longer takes cost into consideration
13378         if arm_disable_literal_pool is enabled.
13379         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
13380         used when arm_disable_literal_pool is enabled.
13381         (arm_max_const_double_inline_cost): Remove use of
13382         arm_disable_literal_pool.
13383         (push_minipool_fix): Add assert.
13384         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
13385         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
13386         (no_literal_pool_sf_immediate): New.
13388 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13390         PR tree-optimization/80613
13391         * tree-ssa-dce.c (propagate_necessity): Remove cases for
13392         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
13394 2017-05-05  Richard Biener  <rguenther@suse.de>
13396         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
13398 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
13400         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
13401         of this flag from insn conditions due to removal from r247495.
13403 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13405         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
13406         New function.
13407         (arm_early_store_addr_dep_ptr): Likewise.
13408         * config/arm/aarch-common-protos.h
13409         (arm_early_load_addr_dep_ptr): Add prototype.
13410         (arm_early_store_addr_dep_ptr): Likewise.
13411         * config/arm/cortex-a53.md: Add new bypasses.
13413 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13415         * tree.c (next_type_uid): Change type to unsigned.
13416         (type_hash_canon): Decrement back next_type_uid if
13417         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
13418         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
13419         if possible.
13421 2017-05-04  Martin Sebor  <msebor@redhat.com>
13423         * builtins.c: Fix a trivial typo in a comment.
13425         PR middle-end/79234
13426         * builtins.c (check_sizes): Adjust to handle reading past the end.
13427         Avoid printing excessive upper bound of ranges.  Use %E to print
13428         tree nodes instead of converting them to %wu.
13429         (expand_builtin_memchr): New function.
13430         (compute_dest_size): Rename...
13431         (compute_objsize): ...to this.
13432         (expand_builtin_memcpy): Adjust.
13433         (expand_builtin_mempcpy): Adjust.
13434         (expand_builtin_strcat): Adjust.
13435         (expand_builtin_strcpy): Adjust.
13436         (check_strncat_sizes): Adjust.
13437         (expand_builtin_strncat): Adjust.
13438         (expand_builtin_strncpy): Adjust and simplify.
13439         (expand_builtin_memset): Adjust.
13440         (expand_builtin_bzero): Adjust.
13441         (expand_builtin_memcmp): Adjust.
13442         (expand_builtin): Handle memcmp.
13443         (maybe_emit_chk_warning): Check strncat just once.
13445 2017-05-04  Martin Sebor  <msebor@redhat.com>
13447         PR preprocessor/79214
13448         PR middle-end/79222
13449         PR middle-end/79223
13450         * builtins.c (check_sizes): Add inlining context and issue
13451         warnings even when -Wno-system-headers is set.
13452         (check_strncat_sizes): Same.
13453         (expand_builtin_strncat): Same.
13454         (expand_builtin_memmove): New function.
13455         (expand_builtin_stpncpy): Same.
13456         (expand_builtin): Handle memmove and stpncpy.
13458 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
13460         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
13461         which is not used any more.
13463 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13465         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
13467 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13469         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
13470         (cortexa53_tunings): Likewise.
13471         (cortexa57_tunings): Likewise.
13472         (cortexa72_tunings): Likewise.
13473         (cortexa73_tunings): Likewise.
13475 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13477         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
13478         Set loop alignment to 8.
13480 2017-05-04  Martin Sebor  <msebor@redhat.com>
13482         PR translation/80280
13483         * builtins.c (expand_builtin_object_size): Add missing quoting to
13484         %D and like directives.
13485         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
13486         (hsa_type_for_tree_type): Same.
13487         (verify_function_arguments): Same.
13488         * symtab.c (symbol_table::change_decl_assembler_name): Same.
13489         * varasm.c (get_section): Same.
13490         (mark_weak): Same.
13492 2017-05-04  Martin Sebor  <msebor@redhat.com>
13494         PR translation/80280
13495         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
13497 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13499         * config/aarch64/aarch64.c (generic_addrcost_table):
13500         Change HI/TI mode setting.
13502 2017-05-04  Martin Jambor  <mjambor@suse.cz>
13504         PR tree-optimization/80622
13505         * tree-sra.c (comes_initialized_p): New function.
13506         (build_accesses_from_assign): Only set write lazily when
13507         comes_initialized_p is false.
13508         (analyze_access_subtree): Use comes_initialized_p.
13509         (propagate_subaccesses_across_link): Assert !comes_initialized_p
13510         instead of testing for PARM_DECL.
13512 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13514         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
13515         constraint on operand 0 to allow more general addressing modes.
13516         Adjust output template.
13517         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
13518         New function.
13519         * config/aarch64/aarch64-protos.h
13520         (aarch64_address_valid_for_prefetch_p): Declare prototype.
13521         * config/aarch64/constraints.md (Dp): New address constraint.
13522         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
13523         predicate.
13525 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
13527         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
13528         update use of estimate_ipcp_clone_size_and_time.
13529         (estimate_local_effects): Update use of
13530         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
13531         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
13532         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
13533         Return nonspecialized time.
13535 2017-05-04  Richard Biener  <rguenther@suse.de>
13537         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
13538         for the last VUSE which def dominates the PHI.  Directly call
13539         maybe_skip_until.
13540         (get_continuation_for_phi_1): Remove.
13542 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
13544         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
13545         to explain the use of truncating division.  Cap the number of
13546         iterations to the maximum given by nb_iterations_upper_bound,
13547         if defined.
13549 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13551         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
13552         * configure: Regenerate.
13553         * config.in: Regenerate.
13554         * config/i386/driver-mingw32.c: new file.
13555         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
13556         * config.host: Link driver-mingw32.o on MinGW host.
13557         * doc/install.texi: Document new --enable-mingw-wildcard configure
13558         option.
13560 2017-05-04  Marek Polacek  <polacek@redhat.com>
13562         PR tree-optimization/80612
13563         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
13565 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13566             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
13568         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
13569         (movt splitter): Likewise.
13570         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
13571         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
13572         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
13573         block for Thumb-1 with MOVT.
13574         (thumb2_legitimate_address_p): Move code block ...
13575         (can_avoid_literal_pool_for_label_p): ... into this new function.
13576         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
13577         literal pool.
13578         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
13579         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
13580         "M-profile targets with the MOVT instruction".
13582 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13584         * config/arm/arm-builtins.c (arm_init_builtins): Rename
13585         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
13586         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
13588 2017-05-04  Martin Liska  <mliska@suse.cz>
13590         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
13591         variable cond_code.
13593 2017-05-04  Richard Biener  <rguenther@suse.de>
13595         * tree.c (array_at_struct_end_p): Handle arrays at struct
13596         end with flexarrays more conservatively.  Refactor and treat
13597         arrays of arrays or aggregates more strict.  Fix
13598         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
13599         * tree.c (array_at_struct_end_p): Adjust prototype.
13600         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
13601         * gimple-fold.c (get_range_strlen): Likewise.
13602         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
13604 2017-05-04  Richard Biener  <rguenther@suse.de>
13606         PR tree-optimization/31130
13607         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
13608         false.
13609         (supports_overflow_infinity): Likewise.
13610         (is_negative_overflow_infinity): Likewise.
13611         (is_positive_overflow_infinity): Likewise.
13612         (is_overflow_infinity): Likewise.
13613         (stmt_overflow_infinity): Likewise.
13614         (overflow_infinity_range_p): Likewise.
13615         (usable_range_p): Remove as always returning true.
13616         (make_overflow_infinity): Remove.
13617         (negative_overflow_infinity): Likewise.
13618         (positive_overflow_infinity): Likewise.
13619         (avoid_overflow_infinity): Likewise.
13620         (set_value_range): Adjust accordingly.
13621         (set_value_range_to_nonnegative): Likewise, remove now unused
13622         overflow_infinity arg.
13623         (vrp_operand_equal_p): Adjust.
13624         (update_value_range): Likewise.
13625         (range_int_cst_singleton_p): Likewise.
13626         (operand_less_p): Likewise.
13627         (compare_values_warnv): Likewise.
13628         (extract_range_for_var_from_comparison_expr): Likewise.
13629         (vrp_int_const_binop): Likewise.
13630         (zero_nonzero_bits_from_vr): Likewise.
13631         (extract_range_from_multiplicative_op_1): Likewise.
13632         (extract_range_from_binary_expr_1): Likewise.
13633         (extract_range_from_unary_expr): Likewise.
13634         (extract_range_from_comparison): Likewise.
13635         (extract_range_basic): Likewise.
13636         (adjust_range_with_scev): Likewise.
13637         (compare_ranges): Likewise.
13638         (compare_range_with_value): Likewise.
13639         (dump_value_range): Likewise.
13640         (test_for_singularity): Likewise, remove strict_overflow_p parameter
13641         never used.
13642         (simplify_cond_using_ranges): Adjust.
13644 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
13646         * brig-builtins.def: Added a builtin for class_f64.
13647         * builtin-types.def: Added a builtin type needed by class_f64.
13649 2017-05-03  Jason Merrill  <jason@redhat.com>
13651         * timevar.def: Add TV_CONSTEXPR.
13653 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13655         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
13657 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13659         * ipa-prop.c (ipa_update_after_lto_read): Removed.
13660         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
13661         * ipa-cp.c (ipcp_propagate_stage): Do not call
13662         ipa_update_after_lto_read.
13663         * ipa-inline.c (ipa_inline): Likewise.
13665 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13667         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
13668         tag.  Added a default constructor and a destructor.
13669         (ipa_edge_args_sum_t): New class;
13670         (ipa_edge_args_sum): Declare.
13671         (ipa_edge_args_vector): Remove declaration.
13672         (IPA_EDGE_REF): Use ipa_edge_args_sum.
13673         (ipa_free_edge_args_substructures): Remove declaration.
13674         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
13675         (ipa_edge_args_info_available_for_edge_p): Likewise.
13676         * ipa-prop.c (ipa_edge_args_vector): Removed.
13677         (edge_removal_hook_holder): Likewise.
13678         (edge_duplication_hook_holder): Likewise.
13679         (ipa_edge_args_sum): New variable.
13680         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
13681         ipa_edge_args_vector.
13682         (ipa_free_edge_args_substructures): Likewise.
13683         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
13684         ipa_edge_args_vector.
13685         (ipa_edge_removal_hook): Turned into method
13686         ipa_edge_args_sum_t::remove.
13687         (ipa_edge_duplication_hook): Turned into method
13688         ipa_edge_args_sum_t::duplicate.
13689         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
13690         registering edge hooks.
13691         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
13692         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
13693         ipa_edge_args_sum instead of ipa_edge_args_vector.
13694         * ipa-profile.c (ipa_profile): Likewise.
13696 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13698         * symbol-summary.h (function_summary): New method exists.
13699         (function_summary::symtab_removal): Deallocate through release.
13700         (call_summary): New class.
13701         (gt_ggc_mx): New overload.
13702         (gt_pch_nx): Likewise.
13703         (gt_pch_nx): Likewise.
13705 2017-05-03  Jeff Law  <law@redhat.com>
13707         PR tree-optimization/78496
13708         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
13709         from simplify_cond_using_ranges.  Split off code to walk
13710         backwards through casts into ...
13711         (simplify_cond_using_ranges_2): New function.
13712         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
13713         (execute_vrp): After identifying jump threads, call
13714         simplify_cond_using_ranges_2.
13716 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
13718         PR bootstrap/80609
13719         * ipa-inline.h (inline_summary): Add ctor.
13720         (create_ggc): Do not use ggc_cleared_alloc.
13722 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
13723             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13725         * gcc.c (handle_braces): Support escaping in switch matching
13726         text.
13727         * doc/invoke.texi (Spec Files): Document it.
13728         Remove superfluous @code markup in items.
13730 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13732         * diagnostic-show-locus.c (struct column_range): New struct.
13733         (get_affected_columns): New function.
13734         (get_printed_columns): New function.
13735         (struct correction): New struct.
13736         (correction::ensure_capacity): New function.
13737         (correction::ensure_terminated): New function.
13738         (struct line_corrections): New struct.
13739         (line_corrections::~line_corrections): New dtor.
13740         (line_corrections::add_hint): New function.
13741         (layout::print_trailing_fixits): Reimplement in terms of the new
13742         classes.
13743         (selftest::test_overlapped_fixit_printing): New function.
13744         (selftest::diagnostic_show_locus_c_tests): Call it.
13746 2017-05-03  Nathan Sidwell  <nathan@acm.org>
13748         Canonicalize canonical type hashing
13749         * tree.h (type_hash_canon_hash): Declare.
13750         * tree.c (type_hash_list, attribute_hash_list): Move into
13751         type_hash_canon_hash.
13752         (build_type_attribute_qual_variant): Break out hash code calc into
13753         type_hash_canon_hash.
13754         (type_hash_canon_hash): New.  Generic type hash computation.
13755         (build_range_type_1, build_array_type_1, build_function_type,
13756         build_method_type_directly, build_offset_type, build_complex_type,
13757         make_vector_type): Call it.
13759 2017-05-03  Richard Biener  <rguenther@suse.de>
13761         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
13762         When all DRs have unknown misaligned do not always peel
13763         when there is a store but apply the same costing model as if
13764         there were only loads.
13766 2017-05-03  Richard Biener  <rguenther@suse.de>
13768         Revert
13769         PR tree-optimization/80492
13770         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
13771         compare_base_decls returning dont-know properly.
13773 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13775         * config/arm/iterators.md (CCSI): New mode iterator.
13776         (arch): New mode attribute.
13777         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
13778         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
13779         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
13780         code iterator for success result mode.
13781         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
13782         the corresponding new insn generators.
13784 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
13786         Revert r247509
13787         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13788         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13790 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
13792         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
13793         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
13794         (DDR_A): Wrap DDR argument in brackets.
13795         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
13796         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
13797         (DDR_REVERSED_P): Likewise.
13799 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
13801         PR tree-optimization/79472
13802         * tree-switch-conversion.c (struct switch_conv_info): Add
13803         contiguous_range and default_case_nonstandard fields.
13804         (collect_switch_conv_info): Compute contiguous_range and
13805         default_case_nonstandard fields, don't clear final_bb if
13806         contiguous_range and only the default case doesn't have the required
13807         structure.
13808         (check_all_empty_except_final): Set default_case_nonstandard instead
13809         of failing if contiguous_range and the default case doesn't have empty
13810         block.
13811         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
13812         and only the default case doesn't have the required constants.  Skip
13813         virtual phis.
13814         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
13815         if default_case_nonstandard.
13816         (build_constructors): Build constant 1 just once.  Assert that default
13817         values aren't inserted in between cases if contiguous_range.  Skip
13818         virtual phis.
13819         (build_arrays): Skip virtual phis.
13820         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
13821         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
13822         Handle virtual phis.
13823         (gen_inbound_check): Handle default_case_nonstandard case.
13824         (process_switch): Adjust check_final_bb caller.  Call
13825         gather_default_values with the first non-default case instead of
13826         default case if default_case_nonstandard.
13828 2017-05-02  Nathan Sidwell  <nathan@acm.org>
13830         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
13831         check.  Fix formatting.
13833 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
13835         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
13836         errors when comparing specialized and unspecialized times.
13838 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
13840         * diagnostic-show-locus.c
13841         (layout::should_print_annotation_line_p): Make private.
13842         (layout::print_annotation_line): Make private.
13843         (layout::annotation_line_showed_range_p): Make private.
13844         (layout::show_ruler): Make private.
13845         (layout::print_source_line): Make private.  Pass in line and
13846         line_width, rather than calling location_get_source_line.  Drop
13847         returned value.
13848         (layout::print_leading_fixits): New method.
13849         (layout::print_any_fixits): Rename to...
13850         (layout::print_trailing_fixits): ...this, and make private.
13851         Don't print newline fixits.
13852         (diagnostic_show_locus): Move logic for printing one row into...
13853         (layout::print_line): ...this new function.  Move the
13854         location_get_source_line call and error-handling from
13855         print_source_line to here.  Call print_leading_fixits, and rename
13856         print_any_fixits to print_trailing_fixits.
13857         (selftest::test_fixit_insert_containing_newline): Update now that
13858         newlines are partially supported.
13859         (selftest::test_fixit_insert_containing_newline_2): New test.
13860         (selftest::test_fixit_replace_containing_newline): Update comments.
13861         (selftest::diagnostic_show_locus_c_tests): Call the new test.
13862         * edit-context.c (class added_line): New class.
13863         (class edited_line): Describe newline handling in comment.
13864         (edited_line::actually_edited_p): New method.
13865         (edited_line::print_content): Delete redundant decl.
13866         (edited_line::m_predecessors): New field.
13867         (edited_file::print_content): Call edited_line::print_content.
13868         (edited_file::print_diff): Update to support newlines.
13869         (edited_file::print_diff_hunk): Likewise.
13870         (edited_file::print_run_of_changed_lines): New function.
13871         (edited_file::print_diff_line): Convert to...
13872         (print_diff_line): ...this.
13873         (edited_file::get_effective_line_count): New function.
13874         (edited_line::edited_line): Initialize new field m_predecessors.
13875         (edited_line::~edited_line): Clean up m_predecessors.
13876         (edited_line::apply_fixit): Handle newlines.
13877         (edited_line::get_effective_line_count): New function.
13878         (edited_line::print_content): New function.
13879         (edited_line::print_diff_lines): New function.
13880         (selftest::test_applying_fixits_insert_containing_newline): New
13881         test.
13882         (selftest::test_applying_fixits_replace_containing_newline): New
13883         test.
13884         (selftest::insert_line): New function.
13885         (selftest::test_applying_fixits_multiple_lines): Add example of
13886         inserting a line.
13887         (selftest::edit_context_c_tests): Call the new tests.
13889 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13891         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
13892         parameter cand.  Update dump information.
13893         (get_computation_cost): Update uses.
13895 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13897         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
13898         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
13899         (get_computation_at, rewrite_use_address): Update use of
13900         get_computation_aff.
13902 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13904         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
13905         (get_computation): Delete.
13906         (get_computation_cost): Implement like get_computation_cost_at.
13907         Use get_computation_at.
13908         (get_computation_cost_at): Delete.
13909         (rewrite_use_nonlinear_expr): Use get_computation_at.
13910         (rewrite_use_compare, remove_unused_ivs): Ditto.
13912 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13914         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
13916 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13918         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
13919         (ivopts_global_cost_for_size): Rename parameter and update uses.
13920         (iv_ca_recount_cost): Update uses.
13921         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
13922         candidates seperately in n_invs and n_cands.
13923         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
13925 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13927         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
13928         (find_inv_vars_cb): New.
13929         (find_depends): Renamed to ...
13930         (find_inv_vars): ... this.
13931         (add_candidate_1, force_var_cost): Call find_inv_vars.
13932         (split_address_cost, determine_group_iv_cost_cond): Ditto.
13934 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13936         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
13937         inv_vars.  Add inv_exprs.
13938         (struct iv_cand): Rename depends_on to inv_vars.
13939         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
13940         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
13941         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
13942         (dump_cand): Dump inv_vars.
13943         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
13944         (record_invariant, find_depends, add_candidate_1): Ditto.
13945         (set_group_iv_cost, force_var_cost): Ditto.
13946         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
13947         (get_computation_cost_at, get_computation_cost): Ditto.
13948         (determine_group_iv_cost_generic): Ditto.
13949         (determine_group_iv_cost_address): Ditto.
13950         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
13951         (determine_group_iv_costs): Ditto.
13952         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
13953         (iv_ca_set_remove_invariants): Renamed to ...
13954         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
13955         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
13956         (iv_ca_set_add_invariants):  Renamed to ...
13957         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
13958         (iv_ca_set_cp): Use iv_ca_set_add_invs.
13959         (iv_ca_has_deps): Support inv_vars and inv_exprs.
13960         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
13961         (create_new_ivs): Remove useless dump.
13963 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13965         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
13966         iv_cand code.
13967         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
13968         (iv_ca_set_no_cp, create_new_iv): Ditto.
13970 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13972         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13974 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
13976         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
13977         function tree_check2.
13979 2017-05-02  Martin Liska  <mliska@suse.cz>
13981         * doc/gcov.texi: Add missing preposition.
13982         * gcov.c (function_info::function_info): Properly fill up
13983         all member variables.
13985 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
13987         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
13989 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
13991         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
13993 2017-05-02  Martin Liska  <mliska@suse.cz>
13995         PR lto/77954.
13996         * lto-streamer-in.c (lto_read_tree_1): Remove
13997         LTO_STREAMER_DEBUG.
13998         * lto-streamer.c (struct tree_hash_entry): Likewise.
13999         (struct tree_entry_hasher): Likewise.
14000         (tree_entry_hasher::hash): Likewise.
14001         (tree_entry_hasher::equal): Likewise.
14002         (lto_streamer_init): Likewise.
14003         (lto_orig_address_map): Likewise.
14004         (lto_orig_address_get): Likewise.
14005         (lto_orig_address_remove): Likewise.
14006         * lto-streamer.h: Likewise.
14007         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
14008         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
14010 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
14012         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
14013         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
14014         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
14015         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
14016         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
14017         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
14018         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
14019         (mm_maskz_sub_ss): New intrinsics.
14020         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14021         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
14022         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
14023         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
14024         (__builtin_ia32_subss_mask_round): New builtins.
14025         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14026         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
14027         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
14028         Renamed to ...
14029         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
14030         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
14031         Changed to ...
14032         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
14033         ... this.
14035 2017-05-02  Martin Jambor  <mjambor@suse.cz>
14037         PR tree-optimization/78687
14038         * tree-sra.c (access): New field parent.
14039         (process_subtree_disqualification): New function.
14040         (disqualify_candidate): Call it.
14041         (build_accesses_from_assign): Reset write flag if creating an
14042         assighnment link.
14043         (build_access_subtree): Fill in parent field and also prpagate
14044         down grp_write flag.
14045         (create_artificial_child_access): New parameter set_grp_write, set
14046         grp_write to its value.
14047         (propagate_subaccesses_across_link): Also propagate grp_write flag
14048         values.
14049         (propagate_all_subaccesses): Push the closest parent back to work
14050         queue if add_access_to_work_queue returned true.
14052 2017-05-02  Richard Biener  <rguenther@suse.de>
14054         * common.opt (fstrict-overflow): Alias negative to fwrapv.
14055         * doc/invoke.texi (fstrict-overflow): Remove all traces of
14056         -fstrict-overflow documentation.
14057         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
14058         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
14059         flag_strict_overflow.
14060         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
14061         * lto-opts.c (lto_write_options): Do not stream it.
14062         * lto-wrapper.c (merge_and_complain): Do not handle it.
14063         * opts.c (default_options_table): Do not set -fstrict-overflow.
14064         (finish_options): Likewise do not clear it when sanitizing.
14065         * simplify-rtx.c (simplify_const_relational_operation): Do not
14066         test flag_strict_overflow.
14068 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14070         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
14071         using enabled attribute.
14072         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
14073         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
14074         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
14075         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
14076         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
14077         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
14078         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
14079         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
14080         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
14081         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
14083 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14085         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
14087 2017-05-02  Richard Biener  <rguenther@suse.de>
14089         PR tree-optimization/80591
14090         Revert
14091         2017-04-10  Richard Biener  <rguenther@suse.de>
14093         * tree-ssa-structalias.c (find_func_aliases): Properly handle
14094         asm inputs.
14096 2017-05-02  Richard Biener  <rguenther@suse.de>
14098         PR tree-optimization/80549
14099         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
14100         (cleanup_tree_cfg_noloop): Create forwarders to known loop
14101         headers if they do not have a preheader.
14103 2017-05-02  Martin Liska  <mliska@suse.cz>
14105         PR other/80589
14106         * common.opt: Fix typo.
14107         * doc/invoke.texi: Likewise.
14109 2017-05-01  Jan Beulich  <jbeulich@suse.com>
14111         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
14112         swapping, add (x,x,m,x,n) alternative.
14114 2017-05-01  Nathan Sidwell  <nathan@acm.org>
14116         * calls.c (combine_pending_stack_adjustment_and_call): Remove
14117         unnecessary unadjusted_alignment check.
14119 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
14121         PR c++/80038
14122         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
14123         operations here.
14124         * gimplify.c (gimplify_cilk_detach): New function.
14125         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
14126         * tree-core.h: Document EXPR_CILK_SPAWN.
14127         * tree.h (EXPR_CILK_SPAWN): Define.
14129 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
14131         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
14132         to use new fixit_hint representation, using the "replace" logic.
14133         (get_line_span_for_fixit_hint): Likewise.
14134         (layout::print_any_fixits): Likewise.
14135         (selftest::test_one_liner_many_fixits): Rename to...
14136         (selftest::test_one_liner_many_fixits_1): ...this, and update
14137         comment and expected output to reflect that the multiple fix-it
14138         hints are now consolidated into one insertion.
14139         (selftest::test_one_liner_many_fixits_2): New test.
14140         (selftest::test_diagnostic_show_locus_one_liner): Update for
14141         above.
14142         (selftest::test_fixit_consolidation): Update for fix-it API
14143         change.
14144         * diagnostic.c (print_parseable_fixits): Likewise.
14145         * edit-context.c (edited_line::m_line_events): Convert from
14146         auto_vec <line_event *> to auto_vec <line_event>.
14147         (class line_event): Convert from abstract base class to a concrete
14148         class, taking over the role of replace_event.
14149         (class insert_event): Delete.
14150         (class replace_event): Rename to class line_event.  Convert to
14151         half-open range.
14152         (edit_context::add_fixits): Reimplement.
14153         (edit_context::apply_insert): Delete.
14154         (edit_context::apply_replace): Rename to...
14155         (edit_context::apply_fixit): ...this.  Convert to half-open range.
14156         (edited_file::apply_insert): Delete.
14157         (edited_file::apply_replace): Rename to...
14158         (edited_file::apply_fixit): ...this.
14159         (edited_line::~edited_line): Drop deletion of events.
14160         (edited_line::apply_insert): Delete.
14161         (edited_line::apply_replace): Rename to...
14162         (edited_line::apply_fixit): ...this.  Convert to half-open range.
14163         Update for change to type of m_line_events.
14164         * edit-context.h (edit_context::apply_insert): Delete.
14165         (edit_context::apply_replace): Rename to...
14166         (edit_context::apply_fixit): ...this.
14168 2017-05-01  Martin Sebor  <msebor@redhat.com>
14170         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
14171         known.
14173 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
14175         PR target/68491
14176         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
14177         __get_cpuid_max returns 0.
14178         (__get_cpuid_count): Ditto.
14180 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
14182         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
14183         replacement expression is another instance of one of its arguments.
14185 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
14187         PR target/79430
14188         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
14189         check for stack push/pop autoinc.
14190         * config/i386/i386.c (ix86_agi_dependent): Return false
14191         if the only reason why modified_in_p returned true is that
14192         addr is SP based and set_insn is a push or pop.
14194 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14196         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
14197         overflow check.
14199 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14201         PR ipa/79224
14202         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
14203         (account_size_time): Use two predicates - exec_pred and
14204         nonconst_pred_ptr.
14205         (evaluate_conditions_for_known_args): Compute both clause and
14206         nonspec_clause.
14207         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
14208         (inline_summary_t::duplicate): Update.
14209         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
14210         separately.
14211         (compute_inline_parameters): Likewise.
14212         (estimate_edge_size_and_time): Update caluclation of time.
14213         (estimate_node_size_and_time): Compute both time and nonspecialized
14214         time.
14215         (estimate_ipcp_clone_size_and_time): Update.
14216         (inline_merge_summary): Update.
14217         (do_estimate_edge_time): Update.
14218         (do_estimate_edge_size): Update.
14219         (do_estimate_edge_hints): Update.
14220         (inline_read_section, inline_write_summary): Stream both new predicates.
14221         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
14222         as argument.
14223         (compute_inlined_call_time): Cleanup.
14224         (big_speedup_p): Update.
14225         (edge_badness): Update.
14226         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
14227         (size_time_entry): Replace predicate by exec_predicate and
14228         nonconst_predicate.
14229         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
14230         (estimate_edge_time): Return also nonspec_time.
14231         (reset_edge_growth_cache): Update.
14233 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
14235         PR rtl-optimization/80491
14236         * ifcvt.c (noce_process_if_block): When looking for x setter
14237         with missing else_bb, don't check only the insn right before
14238         cond_earliest, but look for the last insn that x is modified in
14239         within the same bb.
14241         PR rtl-optimization/80491
14242         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
14244 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
14246         PR tree-optimization/80487
14247         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
14249 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14251         PR tree-optimization/79697
14252         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
14253         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
14254         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
14255         BUILT_IN_STRNDUP.
14256         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
14257         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
14259 2017-04-28  Martin Sebor  <msebor@redhat.com>
14261         PR tree-optimization/80523
14262         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
14263         (init_target_to_host_charmap, target_to_host, target_strtol10): New
14264         functions.
14265         (maybe_warn, format_directive, parse_directive): Use new functions.
14266         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
14268 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
14270         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
14272 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14274         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
14275         target_header_dir): Set correctly.
14276         * configure: Regenerated.
14277         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
14278         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
14279         instead of SYSTEM_HEADER_DIR.
14281 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
14283         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
14284         (estimate_local_effects): Likewise.
14285         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
14286         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
14287         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
14288         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
14289         do_estimate_edge_time, estimate_edge_time): Likewise.
14290         * ipa-inline-analysis.c (estimate_node_size_and_time,
14291         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
14292         (estimate_time_after_inlining): Remove.
14294 2017-04-28  Martin Liska  <mliska@suse.cz>
14296         * doc/gcov.texi: Enhance documentation of gcov.
14298 2017-04-28  Martin Liska  <mliska@suse.cz>
14300         * doc/gcov.texi: Sort options in alphabetic order.
14301         * doc/gcov-dump.texi: Likewise.
14302         * doc/gcov-tool.texi: Likewise.
14303         * gcov.c (print_usage): Likewise.
14304         * gcov-dump.c (print_usage): Likewise.
14305         * gcov-tool.c (print_merge_usage_message): Likewise.
14306         (print_rewrite_usage_message): Likewise.
14307         (print_overlap_usage_message): Likewise.
14309 2017-04-28  Martin Liska  <mliska@suse.cz>
14311         PR gcov-profile/53915
14312         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
14314 2017-04-28  Martin Liska  <mliska@suse.cz>
14316         PR gcov-profile/79891
14317         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
14318         is marked by compiler as living on a line.
14319         (get_cycles_count): Remove usage of the union.
14320         (output_intermediate_file): Likewise.
14321         (find_source): Fix GNU coding style.
14322         (accumulate_line_counts): Remove old non-all block mode.
14323         (output_lines): Remove usage of the union.
14324         * profile.c (output_location): Include all BBs, even if
14325         belonging to a same line (and file) as a previous BB.
14327 2017-04-28  Martin Liska  <mliska@suse.cz>
14329         * gcov.c (process_args): Handle new argument 'w'.
14330         (read_graph_file): Assign ID to BBs.
14331         (output_branch_count): Display BB # if verbose flag is set.
14332         (output_lines): Likewise for arcs.
14333         (print_usage): Add '--verbose' option help.
14334         * doc/gcov.texi: Document --verbose (-w) option.
14336 2017-04-28  Martin Liska  <mliska@suse.cz>
14338         * gcov.c (struct block_location_info): New struct.
14339         (process_file): Fill up the new structure.
14340         (read_graph_file): Replace usage of encoding by the newly added
14341         struct.
14342         (add_line_counts): Likewise.
14343         (accumulate_line_counts): Remove usage of the union.
14344         (function_info::function_info): New function.
14345         (function_info::~function_info): Likewise.
14346         (process_file): Call delete instead of release_function.
14347         (release_function): Release the function.
14348         (release_structures): Call delete instead of release_function.
14349         (solve_flow_graph): Replace usage of num_blocks.
14350         (find_exception_blocks): Likewise.
14351         (output_lines): Fix GNU coding style.
14353 2017-04-28  Martin Liska  <mliska@suse.cz>
14355         PR driver/56469
14356         * coverage.c (coverage_remove_note_file): New function.
14357         * coverage.h: Declare the function.
14358         * toplev.c (finalize): Clean if an error has been seen.
14360 2017-04-28  Martin Liska  <mliska@suse.cz>
14362         PR gcov-profile/80031
14363         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
14364         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
14365         * gcov.c (read_graph_file): Read just number of blocks.
14366         * profile.c (branch_prob): Do not stream 0 flags per a basic
14367         block.
14369 2017-04-28  Martin Liska  <mliska@suse.cz>
14371         * gcov-dump.c (tag_*): Add new argument to declarations.
14372         (dump_gcov_file): Likewise.
14373         (tag_blocks): Add and use new argument depth.
14374         (tag_arcs): Likewise.
14375         (tag_lines): Likewise.
14376         (tag_counters): Likewise.
14377         (tag_summary): Likewise.
14378         (dump_working_sets): Use depth to do a proper indentation.
14380 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
14382         PR bootstrap/80531
14383         * cgraph.h (symtab_node::debug_symtab): No longer inline.
14384         * symtab.c (symtab_node::debug_symtab): Move definition here.
14386 2017-04-28  Richard Biener  <rguenther@suse.de>
14388         * lto-streamer.h (LTO_major_version): Bump to 7.
14390 2017-04-28  Richard Biener  <rguenther@suse.de>
14392         * tree-vrp.c (assert_info): New struct.
14393         (add_assert_info): New helper.
14394         (register_edge_assert_for_2): Refactor to add asserts to a vector
14395         of assert_info.
14396         (register_edge_assert_for_1): Likewise.
14397         (register_edge_assert_for): Likewise.
14398         (finish_register_edge_assert_for): New helper actually registering
14399         asserts where live on edge.
14400         (find_conditional_asserts): Adjust.
14401         (find_switch_asserts): Likewise.
14402         (evrp_dom_walker::try_find_new_range): Generalize.
14403         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
14405 2017-04-27  Marek Polacek  <polacek@redhat.com>
14407         PR sanitizer/80349
14408         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
14409         arg10 and arg11 to itype.
14411 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
14413         * doc/extend.texi (Object Size Checking): Improve grammar.
14415 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
14417         PR target/80530
14418         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
14419         that the logic for permitting reciprocal estimates matches that
14420         in use_rsqrt_p.
14422 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14424         PR c++/80534
14425         * tree.c (type_cache_hasher::equal): Only compare
14426         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
14427         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
14428         non-aggregate element types.
14429         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
14430         about the flag on ARRAY_TYPEs in the comment, formatting fix.
14432 2017-04-27  Richard Biener  <rguenther@suse.de>
14434         PR middle-end/80533
14435         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
14436         stripping ARRAY_REFs from MEM_EXPR make sure we're not
14437         keeping a reference to a trailing array.
14439 2017-04-27  Richard Biener  <rguenther@suse.de>
14441         PR middle-end/80539
14442         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
14443         being in loop-closed SSA form conservatively.
14444         (chrec_fold_multiply_poly_poly): Likewise.
14446 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
14448         PR middle-end/79665
14449         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
14450         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
14452 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14454         PR target/77728
14455         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
14456         (aarch64_function_arg_alignment): Return unsigned int again, but still
14457         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
14458         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14459         Don't emit -Wpsabi note.
14460         (aarch64_function_arg_boundary): Likewise.
14461         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14462         caller.
14464 2017-04-26  Nathan Sidwell  <nathan@acm.org>
14466         * tree.h (crc32_unsigned_n): Declare.
14467         (crc32_unsigned, crc32_unsigned): Make inline.
14468         * tree.c (crc32_unsigned_bits): Replace with ...
14469         (crc32_unsigned_n): ... this.
14470         (crc32_unsigned, crc32_byte): Remove.
14471         (crc32_string): Remove unnecessary braces.
14473 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14475         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
14476         * ipa-inline-analysis.c (MAX_TIME): Remove.
14477         (account_size_time): Use sreal for time.
14478         (dump_inline_summary): Update.
14479         (estimate_function_body_sizes): Update.
14480         (estimate_edge_size_and_time): Update.
14481         (estimate_calls_size_and_time): Update.
14482         (estimate_node_size_and_time): Update.
14483         (inline_merge_summary): Update.
14484         (inline_update_overall_summary): Update.
14485         (estimate_time_after_inlining): Update.
14486         (inline_read_section): Update.
14487         (inline_write_summary): Update.
14488         * ipa-inline.c (compute_uninlined_call_time): Update.
14489         (compute_inlined_call_time): Update.
14490         (recursive_inlining): Update.
14491         (inline_small_functions): Update.
14492         (dump_overall_stats): Update.
14493         * ipa-inline.h: Include sreal.h.
14494         (size_time_entry): Turn time to sreal.
14495         (inline_summary): Turn self_time nad time to sreal.
14497 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14499         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
14500         data-streamer.h
14501         (sreal::stream_out, sreal::stream_in): New.
14502         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
14504 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14506         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
14507         environment.
14509 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
14511         PR target/70799
14512         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
14513         Handle ASHIFTRT.
14514         (dimode_scalar_chain::compute_convert_gain): Ditto.
14515         (dimode_scalar_chain::make_vector_copies): Ditto.
14516         (dimode_scalar_chain::convert_reg): Ditto.
14517         (dimode_scalar_chain::convert_insn): Ditto.
14518         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
14519         (VI248_AVX512BW_1): New mode iterator.
14520         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
14521         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
14522         mode iterator.
14524 2017-04-25  Martin Sebor  <msebor@redhat.com>
14526         PR tree-optimization/80497
14527         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
14528         constants are representable in HOST_WIDE_INT.
14529         (parse_directive): Ditto.
14531 2017-04-25  Martin Sebor  <msebor@redhat.com>
14533         PR bootstrap/80486
14534         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
14535         (new_zero_array): Adjust signature.
14536         (dom_info::dom_init): Used unsigned rather that size_t.
14537         (dom_info::dom_info): Same.
14539 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14540             Jakub Jelinek  <jakub@redhat.com>
14542         PR target/77728
14543         * config/arm/arm.c: Include gimple.h.
14544         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14545         returns negative, increment ncrn only if it returned positive.
14546         (arm_needs_doubleword_align): Return int instead of bool,
14547         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
14548         members, but if there is any such non-FIELD_DECL
14549         > PARM_BOUNDARY aligned decl, return -1 instead of false.
14550         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14551         returns negative, increment nregs only if it returned positive.
14552         (arm_setup_incoming_varargs): Likewise.
14553         (arm_function_arg_boundary): Emit -Wpsabi note if
14554         arm_needs_doubleword_align returns negative, return
14555         DOUBLEWORD_ALIGNMENT only if it returned positive.
14557 2017-04-25  Marek Polacek  <polacek@redhat.com>
14559         PR sanitizer/80349
14560         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
14561         first argument to type.
14563 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
14565         PR target/80482
14566         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
14567         type checks to test for compatibility instead of equality.
14569 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14570             Jakub Jelinek  <jakub@redhat.com>
14572         PR target/77728
14573         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
14574         type.
14575         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
14576         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
14577         the alignment computation, but return their maximum in warn_alignment.
14578         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14579         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
14580         is smaller.
14581         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
14582         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14583         caller.
14585 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14587         * config/arc/simdext.md (dmpyh): Fix typo.
14589 2017-04-25  Richard Biener  <rguenther@suse.de>
14591         PR tree-optimization/80492
14592         * alias.c (compare_base_decls): Handle registers with asm
14593         specification conservatively.
14594         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
14595         compare_base_decls returning dont-know properly.
14597 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14599         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
14600         (legitimate_offset_address_p): New function.
14601         (arc_legitimate_address_p): Use above function.
14603 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14605         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
14607 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14609         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
14610         ACCH registers whenever they are available.
14612 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14614         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
14615         double regs fix when not used.
14617 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14619         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
14620         core registers.
14621         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
14622         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
14624 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14626         * config/arc/arc.c (arc_output_addsi): Check for h-register class
14627         when emitting short ADD instructions.
14629 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14631         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
14632         constraint.
14633         (cmpsi_cc_c_insn): Likewise.
14634         (cbranchsi4_scratch): Compute proper instruction length using
14635         compact_hreg_operand.
14636         * config/arc/predicates.md (compact_hreg_operand): New predicate.
14638 2017-04-25  Richard Biener  <rguenther@suse.de>
14640         PR middle-end/80509
14641         * passes.c (pass_manager::pass_manager): Initialize
14642         m_name_to_pass_map.
14644 2017-04-25  Richard Biener  <rguenther@suse.de>
14646         PR tree-optimization/79201
14647         * tree-ssa-sink.c (statement_sink_location): Handle calls.
14649 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14651         PR target/80464
14652         * config/s390/vector.md: Split MEM->GPR vector moves for
14653         non-s_operand addresses.
14655 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14657         PR target/79895
14658         * config/s390/predicates.md (reload_const_wide_int_operand): New
14659         predicate.
14660         * config/s390/s390.md ("movti"): Remove d/P alternative.
14661         ("movti_bigconst"): New pattern definition.
14663 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14665         PR target/80080
14666         * s390-protos.h (s390_expand_cs_hqi): Removed.
14667         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
14668         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
14669         modes as well as CCZ1mode and CCZmode.
14670         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
14671         signature of s390_emit_compare_and_swap.
14672         (s390_expand_cs_hqi): Likewise, make static.
14673         (s390_expand_cs_tdsi): Generate an explicit compare before trying
14674         compare-and-swap, in some cases.
14675         (s390_expand_cs): Wrapper function.
14676         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
14677         atomic_exchange.
14678         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
14679         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
14680         patterns for small and large integers.  Forbid symref memory operands.
14681         Move expander to s390.c.  Require cc register.
14682         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
14683         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
14684         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
14685         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
14686         symref memory operands.  Remove CC mode and call s390_match_ccmode
14687         instead.
14688         ("atomic_exchange<mode>"): Allow and implement all integer modes.
14690 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14692         * config/s390/s390.md (define_peephole2): New peephole to help
14693         combining the load-and-test pattern with volatile memory.
14695 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14697         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
14698         with CCZmode for TARGET_Z196.
14700 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14702         PR rtl-optimization/80501
14703         * combine.c (make_compound_operation_int): Set subreg_code to SET
14704         even for AND with mask of the sign bit of mode.
14706         PR rtl-optimization/80500
14707         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
14708         sum's initial value.
14710 2017-04-25  Julian Brown  <julian@codesourcery.com>
14711             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14713         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
14715 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
14717         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
14719 2017-04-25  Julian Brown  <julian@codesourcery.com>
14720             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14722         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
14723         (thunderx2t99_sha): New Reservation.
14725 2017-04-25  Julian Brown  <julian@codesourcery.com>
14726             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14728         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
14729         type for 1-element load.
14731 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
14733         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
14735 2017-04-24  Martin Jambor  <mjambor@suse.cz>
14737         PR tree-optimization/80293
14738         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
14739         char arrays not totally scalarizable if it is false.
14740         (analyze_all_variable_accesses): Pass correct value in the new
14741         parameter.  Add a statistics counter.
14743 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
14745         PR middle-end/79931
14746         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
14748 2017-04-24  Richard Biener  <rguenther@suse.de>
14750         PR tree-optimization/80494
14751         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
14752         out for complex types.
14754 2017-04-24  Richard Biener  <rguenther@suse.de>
14756         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
14757         * tree-ssa-sccvn.c (print_scc): Print SCC size.
14758         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
14759         (DFS): Adjust and never fail.
14760         (sccvn_dom_walker::fail): Remove.
14761         (sccvn_dom_walker::before_dom_children): Adjust.
14762         (run_scc_vn): Likewise and never fail.
14763         * tree-ssa-pre.c (pass_pre::execute): Adjust.
14764         (pass_fre::execute): Likewise.
14766 2017-04-24  Richard Biener  <rguenther@suse.de>
14768         PR tree-optimization/79725
14769         * tree-ssa-sink.c (statement_sink_location): Return whether
14770         failure reason was zero uses.  Move that check later.
14771         (sink_code_in_bb): Deal with zero uses by removing the stmt
14772         if possible.
14774 2017-04-24  Richard Biener  <rguenther@suse.de>
14776         PR c++/2972
14777         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
14778         pointer-based references.
14780 2017-04-24  Richard Biener  <rguenther@suse.de>
14782         PR bootstrap/79814
14783         * pass_manager.h (pass_manager::operator new): Remove.
14784         (pass_manager::operator delete): Likewise.
14785         * passes.c (pass_manager::operator new): Remove.
14786         (pass_manager::operator delete): Likewise.
14787         (pass_manager::pass_manager): Zero individual pass members.
14789 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
14791         PR target/70799
14792         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
14793         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
14794         Check "XEXP (src, 1)" operand here.
14795         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
14796         Check "XEXP (src, 1)" operand here.
14797         (dimode_scalar_chain::make_vector_copies): Detect count register
14798         of a shift instruction.  Zero extend count register from QImode
14799         to DImode to satisfy vector shift pattern count operand predicate.
14800         Substitute vector shift count operand with a DImode copy.
14801         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
14802         vector register.
14804 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
14806         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
14807         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14808         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
14809         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14810         (UNSPEC_NOREX_MEM): Remove definition.
14812 2017-04-21  Richard Biener  <rguenther@suse.de>
14814         PR tree-optimization/79547
14815         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
14816         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
14817         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
14818         without any constraints.
14820 2017-04-21  Richard Biener  <rguenther@suse.de>
14822         PR tree-optimization/78847
14823         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
14825 2017-04-21  Richard Biener  <rguenther@suse.de>
14827         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
14828         (build_distinct_type_copy): Likewise.
14829         (build_variant_type_copy): Likewise.
14830         * tree.c (build_qualified_type): Pass down mem-stat info.
14831         (build_distinct_type_copy): Likewise.
14832         (build_variant_type_copy): Likewise.
14834 2017-04-21  Richard Biener  <rguenther@suse.de>
14836         PR tree-optimization/80237
14837         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
14838         defaulted to NULL.
14839         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
14840         for a simplified result.
14842 2016-04-21  Richard Biener  <rguenther@suse.de>
14844         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
14845         sth as strict as a simple_iv but a chrec without symbols and an
14846         operand defined in the loop we are peeling (and not some subloop).
14847         (propagate_constants_for_unrolling): Propagate all constants.
14849 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14851         PR target/79804
14852         * config/i386/i386.c (print_reg): Remove assert for disalowed
14853         regno values, call output_operand_lossage instead.
14855 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14857         PR target/78090
14858         * config/i386/constraints.md (Yc): New register constraint.
14859         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
14860         Use Yc constraint for alternative 2 of operand 0.  Remove
14861         preferred_for_speed attribute.
14863 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
14865         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
14866         lastprivate clauses in SIMT case.
14868 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
14870         * doc/invoke.texi (-Wextra-semi): Document new warning option.
14872 2017-04-20  Richard Biener  <rguenther@suse.de>
14874         PR tree-optimization/57796
14875         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
14876         as N scalar stores.
14877         (vect_model_load_cost): Cost gathers as N scalar loads.
14879 2017-04-20  Richard Biener  <rguenther@suse.de>
14881         * ggc-page.c (ggc_allocated_p): Rename to ...
14882         (safe_lookup_page_table_entry): ... this and return the lookup
14883         result.
14884         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
14886 2017-04-20  Richard Biener  <rguenther@suse.de>
14888         PR tree-optimization/80453
14889         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
14890         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
14891         from the conditions.
14892         (vn_phi_eq): Pass them down.
14893         (vn_phi_lookup): Record them.
14894         (vn_phi_insert): Likewise.
14896 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
14898         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
14899         uninitialized variable warning to avoid buffer overrun.
14901 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
14903         PR other/71250
14904         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
14905         is suppressed for '{ 0 }' in C.
14907 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
14909         * BASE-VER: Set to 8.0.0.
14911 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14913         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
14914         priority .init_array and .fini_array section with SECTION_NOTYPE
14915         flag.
14917 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
14919         PR middle-end/80423
14920         * tree.h (build_array_type): Add typeless_storage default argument.
14921         * tree.c (type_cache_hasher::equal): Also compare
14922         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
14923         (build_array_type): Add typeless_storage argument, set
14924         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
14925         recursive call.
14926         (build_nonshared_array_type): Adjust build_array_type_1 caller.
14927         (build_array_type): Likewise.  Add typeless_storage argument.
14929 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
14930             Jakub Jelinek  <jakub@redhat.com>
14932         PR tree-optimization/80426
14933         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
14934         operation on symbolic operands, also compute the overflow for the
14935         invariant part when the operation degenerates into a negation.
14937 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
14939         PR debug/80461
14940         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
14941         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
14943         PR debug/80436
14944         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
14946 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
14948         PR target/80462
14949         * config/avr/avr.c (tree.h): Include it.
14950         (cgraph.h): Include it.
14951         (avr_encode_section_info): Don't warn for uninitialized progmem
14952         variable if it's just an alias.
14954 2017-04-19  Richard Biener  <rguenther@suse.de>
14956         PR ipa/65972
14957         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
14958         when needed by AutoPGO.
14960 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
14962         PR lto/50345
14963         * doc/lto.texi: Remove an extra 'that'.
14965 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
14967         PR rtl-optimization/80429
14968         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
14969         are only used in debug insns.
14971 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
14972             Vladimir Makarov  <vmakarov@redhat.com>
14974         * config/sparc/predicates.md (input_operand): Add comment.  Return
14975         true for any memory operand when LRA is in progress.
14976         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
14978 2017-04-18  Jeff Law  <law@redhat.com>
14980         PR target/74563
14981         * mips.md ({return,simple_return}_internal): Do not overwrite
14982         operands[0].
14984 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
14986         PR tree-optimization/80443
14987         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
14988         instead of adding 1, subtract -1 and similarly instead of subtracting
14989         1 add -1.
14991 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
14993         PR rtl-optimization/80357
14994         * haifa-sched.c (tmp_bitmap): New variable.
14995         (model_recompute): Handle duplicate use records.
14996         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
14997         (free_global_sched_pressure_data): Free it.
14999 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15001         Revert:
15002         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15003         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
15004         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
15005         instead of SYSTEM_HEADER_DIR.
15007 2017-04-18  Jeff Law  <law@redhat.com>
15009         PR middle-end/80422
15010         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
15011         predecessors after walking up the insn chain.
15013 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15015         PR debug/80263
15016         * dwarf2out.c (modified_type_die): Try harder not to emit internal
15017         sizetype type into debug info.
15019 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15021         PR target/80099
15022         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
15023         unneeded test for TARGET_UPPER_REGS_SF.
15024         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
15026 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15028         PR sanitizer/80444
15029         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
15030         instead of gsi_after_labels.
15032 2017-04-18  Jeff Law  <law@redhat.com>
15034         * regcprop.c (maybe_mode_change): Avoid creating copies of the
15035         stack pointer.
15037         Revert:
15038         2017-04-13  Jeff Law  <law@redhat.com>
15039         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15040         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15042 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
15044         PR target/79453
15045         * config/avr/avr.c (intl.h): Include it.
15046         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
15048 2017-04-18  Martin Liska  <mliska@suse.cz>
15050         PR gcov-profile/78783
15051         * gcov-tool.c (gcov_output_files): Validate that destination
15052         file is either removed by the tool or by a user.
15054 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15055             Guy Benyei  <guybe@mellanox.com>
15057         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
15058         block, and do not negate it, the stored id is already negative.
15060 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15062         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
15064 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15066         PR target/80098
15067         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
15068         masks of options that should be turned off if the VSX vector
15069         options are turned off.
15070         (OTHER_P8_VECTOR_MASKS): Likewise.
15071         (OTHER_VSX_VECTOR_MASKS): Likewise.
15072         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
15073         rs6000_disable_incompatible_switches to validate no type switches
15074         like -mvsx.
15075         (rs6000_incompatible_switch): New function to disallow turning on
15076         other vector options if -mno-vsx, -mno-power8-vector, or
15077         -mno-power9-vector are specified.
15079 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15081         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
15083 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15085         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
15086         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
15087         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
15088         (ARG_POINTER_CFA_OFFSET): Likewise.
15090 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15092         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
15093         conditions to take advantage of various optimizations.
15095 2017-04-13  Jeff Law  <law@redhat.com>
15097         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15098         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15099         (zero_extendsidi2_dext): Likewise.
15101 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15103         PR sanitizer/80403
15104         * fold-const.c (fold_ternary_loc): Revert
15105         use op0 instead of fold_convert_loc (loc, type, arg0) part of
15106         2017-04-12 change.
15108 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
15110         PR rtl-optimization/80343
15111         * lra-remat.c (update_scratch_ops): Assign original hard reg to
15112         new scratch pseudo.
15114 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
15116         PR sanitizer/80414
15117         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
15118         to ubsan_encode_value.
15120 2017-04-13  Jeff Law  <law@redhat.com>
15122         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
15123         appearing in DEBUG_INSNs.
15125 2017-04-13  Martin Liska  <mliska@suse.cz>
15127         PR gcov-profile/80413
15128         * gcov-io.c (gcov_write_string): Copy to buffer just when
15129         allocated size is greater than zero.
15131 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15133         PR debug/80321
15134         * dwarf2out.c (decls_for_scope): Ignore declarations of
15135         current_function_decl in BLOCK_NONLOCALIZED_VARS.
15137 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
15139         PR lto/69953
15140         * ipa-visibility.c (non_local_p): Fix typos.
15141         (localize_node): When localizing symbol in same comdat group,
15142         dissolve the group only when we know external symbols are going
15143         to be privatized.
15144         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
15146 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15148         PR tree-optimization/79390
15149         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
15150         order does not result in usable sequence, retry with reversed operand
15151         order.
15153         PR sanitizer/80403
15154         PR sanitizer/80404
15155         PR sanitizer/80405
15156         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
15157         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
15158         op0 instead of fold_convert_loc (loc, type, arg0).
15160 2017-04-12  Jeff Law  <law@redhat.com>
15162         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
15163         has a delay slot in the generated code.
15165         * config/cris/cris.md (cris_preferred_reload_class): Return
15166         GENNONACR_REGS rather than GENERAL_REGS.
15168 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15170         PR c/80163
15171         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
15172         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
15173         signedness of the result type.
15175 2017-04-12  Richard Biener  <rguenther@suse.de>
15176             Jeff Law  <law@redhat.com>
15178         PR tree-optimization/80359
15179         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
15180         trim stores to TARGET_MEM_REFs.
15182 2017-04-12  Richard Biener  <rguenther@suse.de>
15184         PR tree-optimization/79390
15185         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
15186         threading case even more.
15188 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
15190         PR target/80382
15191         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
15192         for quad_address_p for TImode, instead of just not indexed_address.
15194 2017-04-12  Richard Biener  <rguenther@suse.de>
15195             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15197         PR middle-end/79671
15198         * alias.c (component_uses_parent_alias_set_from): Handle
15199         TYPE_TYPELESS_STORAGE.
15200         (get_alias_set): Likewise.
15201         * tree-core.h (tree_type_common): Add typeless_storage flag.
15202         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
15203         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
15204         for types containing members with TYPE_TYPELESS_STORAGE.
15205         (place_field): Likewise.
15206         (layout_type): Likewise for ARRAY_TYPE.
15207         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
15208         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
15209         TYPE_TYPELESS_STORAGE.
15210         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
15212 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15214         PR sanitizer/80349
15215         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
15216         first argument to type.
15218 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15220         PR target/80376
15221         PR target/80315
15222         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
15223         CONST0_RTX (mode) rather than const0_rtx where appropriate.
15224         (rs6000_expand_binop_builtin): Likewise.
15225         (rs6000_expand_ternop_builtin): Likewise; also add missing
15226         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
15227         vshasigma built-ins.
15228         * doc/extend.texi: Document that vec_xxpermdi's third argument
15229         must be a constant.
15231 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
15233         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
15234         Use shift_const cost parameter when calculating gain of STV shifts.
15236 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
15238         PR rtl-optimization/70478
15239         * lra-constraints.c (process_alt_operands): Check memory for
15240         disfavoring memory insn operand.
15242 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15244         PR middle-end/80100
15245         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
15246         left shift in unsigned HOST_WIDE_INT type.
15248         PR rtl-optimization/80385
15249         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
15250         (not (neg X)) into (plus X -1) for complex or non-integral modes.
15252         PR libgomp/80394
15253         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
15254         if they have any depend clauses.
15256 2017-04-11  Martin Liska  <mliska@suse.cz>
15258         PR ipa/80212
15259         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
15260         * ipa-split.c (split_function): Create a local comdat symbol
15261         if caller is in a comdat group.
15263 2017-04-11  Martin Liska  <mliska@suse.cz>
15265         PR ipa/80212
15266         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
15267         flags.
15269 2017-04-11  Martin Sebor  <msebor@redhat.com>
15271         PR middle-end/80364
15272         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
15273         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
15274         for INTEGER_TYPE.
15275         (directive::set_width, directive::set_precision, format_character):
15276         Adjust.
15277         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
15278         INTEGER_TYPE.
15280 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
15282         PR target/80389
15283         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
15284         conflict, set target->arch_name instead of target->cpu_name.
15286 2017-04-11  Richard Biener  <rguenther@suse.de>
15288         PR tree-optimization/80374
15289         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
15290         build_zero_cst, remove fold_convertible_p check again.
15292 2017-04-11  Martin Liska  <mliska@suse.cz>
15294         PR sanitizer/70878
15295         * ubsan.c (instrument_object_size): Do not instrument register
15296         variables.
15298 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15300         PR target/80381
15301         * config/i386/i386-builtin-types.def
15302         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
15303         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
15304         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
15305         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
15306         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
15307         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
15308         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
15309         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
15310         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
15311         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
15312         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
15313         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
15314         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
15315         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
15316         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
15317         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
15318         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
15319         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
15320         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
15321         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
15322         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
15323         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
15324         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
15325         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
15326         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
15327         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
15328         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
15329         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
15330         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
15331         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
15332         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
15333         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
15334         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
15335         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
15336         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
15337         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
15338         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
15339         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
15340         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
15341         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
15342         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
15343         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
15344         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
15345         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
15346         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
15347         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
15348         aliases.
15349         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
15350         flag to second_arg_count, handle 4 argument function type _COUNT
15351         aliases, handle second_arg_count on second argument rather than last.
15353 2017-04-10  Jeff Law  <law@redhat.com>
15355         PR tree-optimization/80374
15356         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
15357         record anything if we can not convert integer_zero_node to the
15358         desired type.
15360 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15362         PR target/80108
15363         * config/rs6000/rs6000.c (rs6000_option_override_internal):
15364         Enhance special handling given to the TARGET_P9_MINMAX option in
15365         relation to certain other options.
15367 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
15369         PR tree-optimization/80153
15370         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
15371         remove POINTER_PLUS_EXPR's base part directly, rather than through
15372         aff_tree.
15374 2017-04-10  Richard Biener  <rguenther@suse.de>
15375             Bin Cheng  <bin.cheng@arm.com>
15377         PR tree-optimization/80153
15378         * tree-affine.c (aff_combination_to_tree): Get base pointer from
15379         the first element of pointer type aff_tree.  Build result expr in
15380         aff_tree's type.
15381         (add_elt_to_tree): Convert to type unconditionally.  Remove other
15382         fold_convert calls.
15383         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
15384         (rewrite_use_nonlinear_expr): Check invariant using iv information.
15386 2017-04-10  Richard Biener  <rguenther@suse.de>
15388         * tree-ssa-structalias.c (find_func_aliases): Properly handle
15389         asm inputs.
15391 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
15393         PR rtl-optimization/70478
15394         * lra-constraints.c (curr_small_class_check): New.
15395         (update_and_check_small_class_inputs): New.
15396         (process_alt_operands): Update curr_small_class_check.  Disfavor
15397         alternative insn memory operands.  Check available regs for small
15398         class operands.
15400 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15402         PR target/80057
15403         * config/mips/mips.opt (-mvirt): Update description.
15404         * doc/invoke.texi (-mvirt): Likewise.
15406 2017-04-10  Richard Biener  <rguenther@suse.de>
15408         PR middle-end/80362
15409         * fold-const.c (fold_binary_loc): Look at unstripped ops when
15410         looking for NEGATE_EXPR in -A / -B to A / B folding.
15412 2017-04-10  Martin Liska  <mliska@suse.cz>
15414         PR gcov-profile/80224
15415         * gcov.c (print_usage): Fix usage string.
15416         (get_gcov_intermediate_filename): Remove.
15417         (output_gcov_file): Use both for normal and intermediate format.
15418         (generate_results): Do not initialize special file for
15419         intermediate format.
15421 2017-04-10  Richard Biener  <rguenther@suse.de>
15423         PR tree-optimization/80304
15424         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
15425         for safelen.
15427 2017-04-10  Nathan Sidwell  <nathan@acm.org>
15429         PR target/79905
15430         * config/rs6000/rs6000.c (rs6000_vector_type): New.
15431         (rs6000_init_builtins): Use it.
15433 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15435         * config/arm/arm.md (<mrc>): Add mode to SET source.
15436         (<mrrc>): Likewise.
15438 2017-04-10  Richard Biener  <rguenther@suse.de>
15440         PR middle-end/80344
15441         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
15443 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
15445         PR target/80324
15446         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
15447         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
15448         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
15449         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
15450         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
15451         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
15452         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
15453         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
15454         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
15455         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
15456         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
15457         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
15458         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
15459         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
15460         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
15461         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
15462         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
15463         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
15464         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
15465         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
15466         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
15467         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
15468         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
15470 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
15472         PR rtl-optimization/70478
15473         * lra-constraints.c: Reverse the last patch.
15475 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
15477         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
15478         Add comment for WCHAR_T.
15480 2017-04-08  Martin Liska  <mliska@suse.cz>
15482         Revert:
15483         2017-04-07  Martin Liska  <mliska@suse.cz>
15485         PR ipa/80212
15486         * ipa-split.c (split_function): Add function part to a same comdat
15487         group.
15489 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15491         PR target/80358
15492         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
15494 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
15496         * rs6000/rs6000.c (vec_load_pendulum): Rename...
15497         (vec_pairing): ...to this.
15498         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
15499         (rs6000_sched_init): Adjust for name change.
15500         (struct rs6000_sched_context): Likewise.
15501         (rs6000_init_sched_context): Likewise.
15502         (rs6000_set_sched_context): Likewise.
15504 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
15506         PR target/80322
15507         PR target/80323
15508         PR target/80325
15509         PR target/80326
15510         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
15511         intrinsics.
15512         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
15513         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
15514         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
15516 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
15518         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
15520 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15522         PR rtl-optimization/70703
15523         * ira-color.c (update_conflict_hard_regno_costs): Use
15524         int64_t instead of HOST_WIDE_INT.
15526 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15528         PR rtl-optimization/70478
15529         * lra-constraints.c (process_alt_operands): Disfavor alternative
15530         insn memory operands.
15532 2017-04-07  Jeff Law  <law@redhat.com>
15534         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
15535         CALL and NOTE_INSN_CALL_ARG_LOCATION.
15537 2017-04-07  Martin Liska  <mliska@suse.cz>
15539         PR target/79889
15540         * config/aarch64/aarch64.c (aarch64_process_target_attr):
15541         Show error message instead of an ICE.
15543 2017-04-07  Martin Liska  <mliska@suse.cz>
15545         PR ipa/80212
15546         * ipa-split.c (split_function): Add function part to a same comdat
15547         group.
15549 2017-04-07  Richard Biener  <rguenther@suse.de>
15551         PR middle-end/80341
15552         * tree.c (get_unwidened): Also handle ! for_type case for
15553         INTEGER_CSTs.
15554         * convert.c (do_narrow): Split out from ...
15555         (convert_to_integer_1): ... here.  Do not pass final truncation
15556         type to get_unwidened for TRUNC_DIV_EXPR.
15558 2017-04-07  Richard Biener  <rguenther@suse.de>
15560         * tree-affine.c (wide_int_ext_for_comb): Take type rather
15561         than aff_tree.
15562         (aff_combination_const): Adjust.
15563         (aff_combination_scale): Likewise.
15564         (aff_combination_add_elt): Likewise.
15565         (aff_combination_add_cst): Likewise.
15566         (aff_combination_convert): Likewise.
15567         (add_elt_to_tree): Likewise.  Remove unused argument.
15568         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
15570 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
15572         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
15573         definition.
15574         * config/arm/arm.c (arm_default_short_enums): Use
15575         ARM_DEFAULT_SHORT_ENUMS.
15576         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
15578 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
15580         PR debug/80234
15581         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
15582         members with redundant out-of-class redeclaration.
15584 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15586         PR target/80286
15587         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
15588         * config/i386/i386.md (*zero_extendsidi2):
15589         Add (?*x,*x) and (?*v,*v) alternatives.
15591 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15593         PR target/79733
15594         * config/i386/i386.c (ix86_expand_builtin)
15595         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
15596         mode from insn data. Convert operands to insn operand mode.
15597         Copy operands that don't satisfy insn predicate to a register.
15599 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
15601         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
15602         Update comments.
15604 2017-04-06  Richard Biener  <rguenther@suse.de>
15606         PR tree-optimization/80334
15607         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
15608         preserve alignment of accesses.
15610 2017-04-06  Richard Biener  <rguenther@suse.de>
15612         PR tree-optimization/80262
15613         * tree-sra.c (build_ref_for_offset): Preserve address-space
15614         information.
15615         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
15616         Drop useless address-space information on MEM_REF offsets.
15618 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
15620         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
15622 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15624         PR rtl-optimization/70703
15625         * ira-color.c (update_conflict_hard_regno_costs): Use
15626         HOST_WIDE_INT instead of long.
15628 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
15630         PR target/80298
15631         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
15632         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
15633         is not defined.
15634         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
15635         for x86_64 target.  Handle -m3dnowa option.
15637 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15639         PR rtl-optimization/70703
15640         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
15641         (update_conflict_hard_regno_costs): Use long instead of unsigned
15642         arithmetic for cost calculation.
15644 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15645             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15647         PR sanitizer/80308
15648         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
15649         for big endian.
15651 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
15653         PR target/78002
15654         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
15655         ptr_mode with Pmode throughout.
15656         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
15657         into probe_stack_range and use DImode.
15659 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15661         PR target/79890
15662         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
15663         call_eh_return is true.
15665 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15667         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
15668         Initialize last_match_fntype_index.
15670 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15672         PR target/80310
15673         * tree-nvr.c: Include internal-fn.h.
15674         (pass_return_slot::execute): Ignore internal calls without
15675         direct optab.
15677 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15678             Richard Biener  <rguenther@suse.de>
15680         PR c++/80297
15681         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
15682         captures used multiple times, except for the last use.
15683         * generic-match-head.c: Include gimplify.h.
15685 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15687         PR tree-optimization/79390
15688         * target.h (struct noce_if_info): Declare.
15689         * targhooks.h (default_noce_conversion_profitable_p): Declare.
15690         * target.def (noce_conversion_profitable_p): New target hook.
15691         * ifcvt.h (struct noce_if_info): New type, moved from ...
15692         * ifcvt.c (struct noce_if_info): ... here.
15693         (noce_conversion_profitable_p): Renamed to ...
15694         (default_noce_conversion_profitable_p): ... this.  No longer
15695         static nor inline.
15696         (noce_try_store_flag_constants, noce_try_addcc,
15697         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
15698         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
15699         instead of noce_conversion_profitable_p.
15700         * config/i386/i386.c: Include ifcvt.h.
15701         (ix86_option_override_internal): Don't override
15702         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
15703         (ix86_noce_conversion_profitable_p): New function.
15704         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
15705         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
15706         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
15707         * doc/tm.texi: Regenerated.
15709 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15711         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
15712         correction.
15714 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15716         PR target/80307
15717         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
15718         instructions for small multiply cores.
15720 2017-04-04  Jeff Law  <law@redhat.com>
15722         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
15723         added member.
15724         (mips_expand_vec_perm_const): Initialize elements in orig_perm
15725         that are not set by the loop over the elements.
15727 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15729         PR target/80286
15730         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
15731         int mode, convert_modes it to mode as unsigned, otherwise use
15732         lowpart_subreg to mode rather than SImode.
15733         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
15734         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
15735         Use DImode instead of SImode for the shift count operand.
15736         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
15737         Likewise.
15739 2017-04-04  Richard Biener  <rguenther@suse.de>
15741         PR middle-end/80281
15742         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
15743         arithmetic done for the negate or the plus.  Simplify.
15744         (A - (-B) -> A + B): Likewise.
15745         * fold-const.c (split_tree): Make sure to not negate pointers.
15747 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
15749         PR rtl-optimization/60818
15750         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
15751         a compare of comparisons with the thing compared if this results
15752         in a different machine mode.
15754 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
15756         * alias.c (base_alias_check): Fix typo in comment.
15757         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
15758         * cgraphunit.c (symbol_table::compile): Likewise.
15759         * collect2.c (maybe_run_lto_and_relink): Likewise.
15760         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
15761         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
15762         * config/avr/avr.c (avr_map_op_t): Likewise.
15763         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
15764         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
15765         * config/epiphany/epiphany.md (movcc): Likewise.
15766         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
15767         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
15768         Likewise.
15769         * config/mips/mips.c (mips_save_restore_reg): Likewise.
15770         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
15771         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
15772         * config/sh/sh.c (sh_rtx_costs): Likewise.
15773         * fold-const.c (fold_truth_andor): Likewise.
15774         * genautomata.c (collapse_flag): Likewise.
15775         * gengtype.h (struct type::u::s): Likewise.
15776         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
15777         * input.c (FORMAT_AMOUNT): Likewise.
15778         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
15779         (known_aggs_to_agg_replacement_list): Likewise.
15780         * ipa-inline-analysis.c: Likewise.
15781         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
15782         * ipa-polymorphic-call.c
15783         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
15784         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
15785         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
15786         Likewise.
15787         * modulo-sched.c (apply_reg_moves): Likewise.
15788         * omp-expand.c (build_omp_regions_1): Likewise.
15789         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
15790         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
15791         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
15792         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
15793         * value-prof.c: Likewise.
15794         * var-tracking.c (val_reset): Likewise.
15796 2017-04-03  Richard Biener  <rguenther@suse.de>
15798         PR tree-optimization/80275
15799         * fold-const.c (split_address_to_core_and_offset): Handle
15800         POINTER_PLUS_EXPR.
15802 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
15804         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
15805         descriptors is at least equal to that of functions.
15807 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15809         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
15811 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15813         PR target/80250
15814         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
15815         (mov<IMOD4:mode>): New expander.
15816         (*mov<IMOD4:mode>_internal): New insn and split pattern.
15818 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
15820         PR rtl-optimization/79405
15821         * fwprop.c (propagations_left): New variable.
15822         (forward_propagate_into): Decrement it.
15823         (fwprop_init): Initialize it.
15824         (fw_prop): If the variable has reached zero, stop propagating.
15825         (fwprop_addr): Ditto.
15827 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15829         PR debug/79255
15830         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
15831         a FUNCTION_DECL, pass it as decl instead of origin to
15832         process_scope_var.
15834 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
15836         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
15837         string.
15839 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
15841         PR target/80107
15842         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
15843         TARGET_VSX_SMALL_INTEGER.
15845 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15847         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
15848         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
15850 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15852         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
15853         extraction from odd-numbered MSA register.
15855 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15857         PR middle-end/80173
15858         * expmed.c (store_bit_field_1): Don't attempt to create
15859         a word subreg out of hard registers wider than word if they
15860         have HARD_REGNO_NREGS of 1 for their mode.
15862         PR middle-end/80163
15863         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
15864         conversions to integer types wider than word and pointer.
15866         PR debug/80025
15867         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
15868         (rtx_equal_for_cselib_p): Pass 0 to it.
15869         * cselib.c (cselib_hasher::equal): Likewise.
15870         (rtx_equal_for_cselib_1): Add depth argument.  If depth
15871         is 128, don't look up VALUE locs and punt.  Increment
15872         depth in recursive calls when walking VALUE locs.
15874 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15876         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
15877         (make_gcov_file_name): Use the canonical path name for generating
15878         the MD5 value.
15879         (read_line): Fix handling of files with ascii null bytes.
15881 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
15883         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
15884         to initialise a vector register instead
15885         of using a const_int.
15887 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
15889         PR translation/80189
15890         * gimplify.c (omp_default_clause): Use %qs instead of %s in
15891         diagnostic messages.
15893 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
15895         PR target/80246
15896         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
15897         (dfp_diex_<mode>): Update mode of operand 1.
15898         * doc/extend.texi (dxex, dxexq): Document change to return type.
15899         (diex, diexq): Document change to argument type.
15901 2017-03-30  Martin Jambor  <mjambor@suse.cz>
15903         PR ipa/77333
15904         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
15905         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
15906         it reflects the signature changes performed at the callee side.
15907         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
15908         to cgraph_build_function_type_skip_args.
15909         (build_function_decl_skip_args): Adjust call to the above function.
15911 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
15913         PR target/80206
15914         * config/i386/sse.md
15915         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
15916         register as dest whenever it is a MEM not rtx_equal_p to the
15917         corresponding dup operand, and when forcing into reg move the
15918         reg into the memory afterwards.
15919         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
15920         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
15921         for the force_reg mode.
15922         (avx512vl_vextractf128<mode>): Use register as dest either
15923         always when a MEM, or when it is a MEM not rtx_equal_p to the
15924         corresponding dup operand, or even not when it is a CONST_VECTOR
15925         depending on the mode and lo vs. hi.
15926         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
15927         parens.
15928         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
15929         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
15930         Likewise.  Require that operands[2] is even.
15931         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
15932         Remove extraneous parens.  Require that operands[2] is a multiple
15933         of 4.
15934         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
15935         operands[0] is a MEM if <mask_applied>, the predicates/constraints
15936         disallow memory then.
15938 2017-03-30  Richard Biener  <rguenther@suse.de>
15940         PR tree-optimization/77498
15941         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
15942         to non-constants over backedges.
15944 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
15946         PR rtl-optimization/80233
15947         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
15948         as last_combined_insn.  Do not test for BARRIER_P separately.
15950 2017-03-29  Andreas Schwab  <schwab@suse.de>
15952         PR ada/80146
15953         * calls.c (prepare_call_address): Convert funexp to Pmode before
15954         copying to temp reg.
15956 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15958         PR tree-optimization/80158
15959         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
15960         Handle possible future case of more than one alternate
15961         interpretation.
15962         (replace_rhs_if_not_dup): Likewise.
15963         (replace_one_candidate): Likewise.
15965 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
15967         PR rtl-optimization/80193
15968         * ira.c (ira): Do not check allocation for LRA.
15970 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
15972         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
15973         (nvptx_output_simt_exit): Declare.
15974         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
15975         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
15976         (init_softstack_frame): Move initialization of crtl->is_leaf to...
15977         (nvptx_declare_function_name): ...here.  Emit declaration of local
15978         memory space buffer for omp_simt_enter insn.
15979         (nvptx_output_unisimt_switch): New.
15980         (nvptx_output_softstack_switch): New.
15981         (nvptx_output_simt_enter): New.
15982         (nvptx_output_simt_exit): New.
15983         * config/nvptx/nvptx.h (struct machine_function): New fields
15984         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
15985         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
15986         (UNSPECV_SIMT_EXIT): Ditto.
15987         (omp_simt_enter_insn): New insn.
15988         (omp_simt_enter): New expansion.
15989         (omp_simt_exit): New insn.
15990         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
15992         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
15993         (expand_GOMP_SIMT_ENTER_ALLOC): New.
15994         (expand_GOMP_SIMT_EXIT): New.
15995         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
15996         (GOMP_SIMT_ENTER_ALLOC): Ditto.
15997         (GOMP_SIMT_EXIT): Ditto.
15998         * target-insns.def (omp_simt_enter): New insn.
15999         (omp_simt_exit): Ditto.
16000         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
16001         simt_dlist.
16002         (lower_rec_simd_input_clauses): Implement SIMT privatization.
16003         (lower_rec_input_clauses): Likewise.
16004         (lower_lastprivate_clauses): Handle SIMT privatization.
16006         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
16007         (ompdevlow_adjust_simt_enter): New.
16008         (find_simtpriv_var_op): New.
16009         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
16010         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
16012         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
16013         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
16014         (copy_decl_for_dup_finish): Ditto.
16016         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
16018 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
16020         PR target/53383
16021         * config/i386/i386.c (ix86_option_override_internal): Always
16022         allow -mpreferred-stack-boundary=3 for 64-bit targets.
16024 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16026         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
16028 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16030         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
16031         mark new edge's irreducible flag accordign to it.
16032         (vect_do_peeling): Check loop preheader edge's irreducible flag
16033         and pass it to function slpeel_add_loop_guard.
16035 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
16037         PR tree-optimization/80218
16038         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
16039         Update block frequencies and counts.
16041 2017-03-28  Richard Biener  <rguenther@suse.de>
16043         PR tree-optimization/78644
16044         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
16045         of a simplification result we may not use it at all.
16047 2017-03-28  Richard Biener  <rguenther@suse.de>
16049         PR ipa/80205
16050         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
16051         without arguments, generate default definition of a SSA name.
16053 2017-03-28  Richard Biener  <rguenther@suse.de>
16055         PR middle-end/80222
16056         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
16057         TYPE_REF_CAN_ALIAS_ALL references.
16058         * fold-const.c (fold_indirect_ref_1): Likewise.
16060 2017-03-28  Martin Liska  <mliska@suse.cz>
16062         PR ipa/80104
16063         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
16064         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
16066 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16067             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
16069         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
16070         (EXTRA_SPECS): Define.
16071         (SUBTARGET_EXTRA_SPECS): Likewise.
16072         (SUBTARGET_CPP_SPEC): Likewise.
16073         * config/arc/elf.h (EXTRA_SPECS): Renamed to
16074         SUBTARGET_EXTRA_SPECS.
16075         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
16077 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16079         * config/arc/simdext.md (vst64_insn): Update pattern.
16080         (vld32wh_insn): Likewise.
16081         (vld32wl_insn): Likewise.
16082         (vld64_insn): Likewise.
16083         (vld32_insn): Likewise.
16085 2017-03-28  Marek Polacek  <polacek@redhat.com>
16087         PR sanitizer/80067
16088         * fold-const.c (fold_comparison): Use protected_set_expr_location
16089         instead of SET_EXPR_LOCATION.
16091 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
16093         * tree.c (add_expr): Avoid name lookup warning.
16095 2017-03-27  Jeff Law  <law@redhat.com>
16097         PR tree-optimization/80216
16098         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
16099         function name.  Limit recursion depth.
16100         (record_temporary_equivalences): Corresponding changes.
16102 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
16104         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
16105         covered first.
16107 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16109         PR target/80102
16110         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
16111         notes.
16112         * cfgcleanup.c (reg_note_cfa_p): New array.
16113         (insns_have_identical_cfa_notes): New function.
16114         (old_insns_match_p): Don't cross-jump in between /f
16115         and non-/f instructions.  If both i1 and i2 are frame related,
16116         verify all CFA notes, their order and content.
16118 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
16120         PR target/78543
16121         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
16122         HImode and SImode with zero extend to DImode to one insn.
16123         (bswap<mode>2_extenddi): Likewise.
16124         (bswapsi2_extenddi): Likewise.
16125         (bswaphi2_extendsi): Likewise.
16126         (bswaphi2): Combine bswap HImode and SImode into one insn.
16127         Separate memory insns from swapping register.
16128         (bswapsi2): Likewise.
16129         (bswap<mode>2): Likewise.
16130         (bswaphi2_internal): Delete, no longer used.
16131         (bswapsi2_internal): Likewise.
16132         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
16133         store, and gpr<-gpr swap insns.
16134         (bswap<mode>2_store): Likewise.
16135         (bswaphi2_reg): Register only splitter, combine with the splitter.
16136         (bswaphi2 splitter): Likewise.
16137         (bswapsi2_reg): Likewise.
16138         (bswapsi2 splitter): Likewise.
16139         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
16140         the insns into load, store, and register/register insns.
16141         (bswapdi2_ldbrx): Likewise.
16142         (bswapdi2_load): Likewise.
16143         (bswapdi2_store): Likewise.
16144         (bswapdi2_reg): Likewise.
16146 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
16148         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
16149         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
16151 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16153         PR target/80103
16154         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
16155         add comments.
16156         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16157         special handling for target option conflicts between dform
16158         options (-mpower9-dform, -mpower9-dform-vector,
16159         -mpower9-dform-scalar) and -mno-direct-move.
16161 2017-03-27  Richard Biener  <rguenther@suse.de>
16163         PR tree-optimization/80181
16164         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
16166 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16168         * config/arc/predicates.md (move_double_src_operand): Replace the
16169         call to move_double_src_operand with a call to address_operand.
16171 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16173         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
16174         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
16175         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
16177 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16179         * config/arc/predicates.md (long_immediate_loadstore_operand):
16180         Consider scaled addresses cases.
16182 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16184         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
16185         restored when in interrupt.
16186         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
16187         doesn't have delay slot.
16189 2017-03-27  Richard Biener  <rguenther@suse.de>
16191         PR ipa/79776
16192         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
16193         inlined thunk clones.
16195 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16197         PR sanitizer/80168
16198         * asan.c (instrument_derefs): Copy over last operand from
16199         original COMPONENT_REF to the new COMPONENT_REF with
16200         DECL_BIT_FIELD_REPRESENTATIVE.
16201         * ubsan.c (instrument_object_size): Likewise.
16203 2017-03-27  Richard Biener  <rguenther@suse.de>
16205         PR tree-optimization/80170
16206         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
16207         sure DR/SCEV didnt fold in constants we do not see when looking
16208         at the reference base alignment.
16210 2017-03-27  Richard Biener  <rguenther@suse.de>
16212         PR middle-end/80171
16213         * gimple-fold.c (fold_ctor_reference): Properly guard against
16214         NULL return value from canonicalize_constructor_val.
16216 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
16218         PR target/80180
16219         * config/i386/i386.c (ix86_expand_builtin)
16220         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
16221         flags reg setting and flags reg using instructions.
16222         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
16223         clobbering instructions to zero extend op2.
16225 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
16227         * doc/install.texi (Configuration) <--with-aix-soname>:
16228         Update link to AIX ld.
16230 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
16232         PR rtl-optimization/80160
16233         PR rtl-optimization/80159
16234         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
16235         reg_alternate_class into account.
16237 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
16239         PR target/80148
16240         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
16241         to consider in curr_insn_transform.
16243 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16245         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
16246         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
16247         and emit_mode_inner.
16249 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16251         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
16252         argument to the overloaded builtin variants.  Use the new flag to
16253         deprecate certain builtin variants.
16254         * config/s390/s390-builtin-types.def: Add new builtin types.
16255         * config/s390/s390-builtins.h: Support new flags field for
16256         overloaded builtins.
16257         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
16258         (s390_macro_to_expand): Enable vector float data type.
16259         (s390_cpu_cpp_builtins_internal): Indicate support of the new
16260         builtins by incrementing the __VEC__ version number.
16261         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
16262         vec_xst.
16263         (s390_resolve_overloaded_builtin): Emit error messages depending
16264         on the builtin flags.
16265         * config/s390/s390.c (s390_expand_builtin): Support additional
16266         flags argument.  Change error message to match the messages
16267         emitted in s390-c.c.
16268         * config/s390/s390.md: New UNSPEC_* constants.
16269         (op_type): Add new instruction types.
16270         * config/s390/vecintrin.h: Add new builtins and test data class
16271         constants.
16272         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
16273         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
16274         (VEC_INEXACT, VEC_NOINEXACT): New constants.
16275         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
16276         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
16277         ("vec_mergel<mode>"): V_HW -> VEC_HW.
16279         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
16280         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
16281         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
16282         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
16284         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
16285         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
16286         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
16287         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
16289         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
16290         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
16291         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
16292         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
16293         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
16294         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
16295         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
16297         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
16298         ("vec_scatter_element<V_HW_4:mode>_DI")
16299         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
16300         ("vec_fpint<mode>", "vflls")
16301         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
16302         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
16303         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
16304         ("*vec_cmphe<mode>_cc"): ... these.
16306         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
16307         mode constant instead of magic value.
16309 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16311         * config/s390/s390.c (s390_expand_vec_compare): Support other
16312         vector floating point modes than just V2DF.
16313         (s390_expand_vcond): Likewise.
16314         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
16315         (s390_cannot_change_mode_class): Prevent mode changes between TF
16316         and V1TF in vector registers.
16317         * config/s390/s390.md (DF, SF): New mode attributes.
16318         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
16319         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
16320         SFmode support for VRs.
16321         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
16322         vector fp modes.
16323         (VFT, VF_HW): New mode iterators.
16324         (vw, sdx): New mode attributes.
16325         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
16326         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
16327         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
16328         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
16329         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
16330         also the new vector floating point modes.  Renaming to ...
16332         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
16333         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
16334         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
16335         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
16336         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
16337         ("vec_unordered<mode>"): ... these.
16339         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
16340         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
16341         ("*vec_extendv2df"): New insn definitions.
16343 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16345         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
16346         ("mulditi3_2", "*muldi3_sign"): New patterns.
16347         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
16348         rename the pattern definition.
16350 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16352         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
16353         expander.
16354         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
16356 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16358         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
16359         instruction if possible.
16360         * config/s390/vector.md (vec_halfnumelts): New mode
16361         attribute.
16362         ("*vec_vllezlf<mode>"): New pattern.
16364 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16366         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
16367         ("popcountv4si2", "popcountv2di2"): Rename to ...
16368         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
16369         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
16370         condition.
16371         ("popcount<mode>2_vxe"): New pattern.
16373 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16375         * common/config/s390/s390-common.c (processor_flags_table): Add
16376         arch12.
16377         * config.gcc: Add arch12.
16378         * config/s390/driver-native.c (s390_host_detect_local_cpu):
16379         Default to arch12 for unknown CPU model numbers.
16380         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
16381         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
16382         PROCESSOR_max sanity check.
16383         * config/s390/s390-opts.h (enum processor_type): Add
16384         PROCESSOR_ARCH12.
16385         * config/s390/s390.c (processor_table): Add arch12.
16386         (s390_expand_builtin): Add check for B_VXE flag.
16387         (s390_issue_rate): Add PROCESSOR_ARCH12.
16388         (s390_get_sched_attrmask): Likewise.
16389         (s390_get_unit_mask): Likewise.
16390         (s390_sched_score): Enable z13 scheduling for arch12.
16391         (s390_sched_reorder): Likewise.
16392         (s390_sched_variable_issue): Likewise.
16393         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
16394         PF_VXE.
16395         (s390_tune_attr): Use z13 scheduling also for arch12.
16396         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
16397         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
16398         (TARGET_VXE_P): New macros.
16399         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
16400         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
16401         * config/s390/s390.opt: Add arch12 as processor_type.
16403 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16405         * config/s390/s390.md
16406         ("fixuns_truncdddi2", "fixuns_trunctddi2")
16407         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
16408         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
16410         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
16411         Rename expanders to ...
16413         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
16414         ("fixuns_truncdddi2_emu"): ... these.
16416         ("fixuns_trunc<mode>si2_emu"): New expander.
16418         ("*fixuns_truncdfdi2_z13"): Rename to ...
16419         ("*fixuns_truncdfdi2_vx"): ... this.
16421 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16423         * config/s390/2964.md: Remove the single element vector compare
16424         instructions which are no longer used.
16425         * config/s390/s390.c (s390_select_ccmode): Remove handling of
16426         vector CCmodes.
16427         (s390_canonicalize_comparison): Remove handling of DFmode
16428         compares.
16429         (s390_expand_vec_compare_scalar): Remove function.
16430         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
16431         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
16432         pattern.
16433         ("*cmp<mode>_ccs"): Add wfcdb instruction.
16435 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16437         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
16438         FP zero.
16439         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
16440         will anyway by matched by mov<mode>_64dfp.
16442 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16444         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
16445         vlef/vstef.  Add missing operand to vleif.
16447 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16449         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
16450         pair for all vector types with 64 bit elements.
16451         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
16452         * config/s390/vector.md (V_HW_64): ... here.
16453         (V_128_NOSINGLE): New mode iterator.
16454         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
16455         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
16456         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
16457         ("*vec_load_pairv2di"): Change to ...
16458         ("*vec_load_pair<mode>"): ... this one.
16460 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16462         * config/s390/constraints.md: Add comments.
16463         (jKK): Reject element sizes > 8 bytes.
16464         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
16465         s_operands.
16466         * config/s390/s390.md: Add the s_operand checks formerly in
16467         s390_split_ok_p to various splitters where they are still
16468         required.
16469         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
16470         for 128 bit vectors.  Plus two splitters.
16472 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16474         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
16475         the file.
16477 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16479         PR target/79893
16480         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
16481         error if the boundary argument is not constant.
16483 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16485         PR rtl-optimization/80112
16486         * loop-doloop.c (doloop_condition_get): Don't check condition
16487         if cmp isn't SET with IF_THEN_ELSE src.
16489 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16491         PR tree-optimization/80158
16492         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
16493         replacing a candidate statement, also replace it for the
16494         candidate's alternate interpretation.
16495         (replace_rhs_if_not_dup): Likewise.
16496         (replace_one_candidate): Likewise.
16498 2017-03-24  Richard Biener  <rguenther@suse.de>
16500         PR tree-optimization/80167
16501         * graphite-isl-ast-to-gimple.c
16502         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
16503         properly.
16504         (translate_isl_ast_to_gimple::get_rename): Likewise.
16506 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16508         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
16509         handling of certain combinations of target options, including the
16510         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
16511         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
16513 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16515         PR target/71436
16516         * config/arm/arm.md (*load_multiple): Add reload_completed to
16517         matching condition.
16519 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16520             Richard Biener  <rguenth@suse.de>
16522         PR tree-optimization/79908
16523         PR tree-optimization/80136
16524         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16525         been cast away, gimplify_and_add suffices.
16527 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
16529         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
16531 2017-03-23  Richard Biener  <rguenther@suse.de>
16533         PR tree-optimization/80032
16534         * gimplify.c (gimple_push_cleanup): Forced unconditional
16535         cleanups still have to go to the conditional_cleanups
16536         sequence.
16538 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
16540         PR tree-optimization/80072
16541         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
16542         to unsigned int.
16543         (next_operand_entry_id): Change type to unsigned int.
16544         (sort_by_operand_rank): Make sure to return the right return value
16545         even if unsigned fields are bigger than INT_MAX.
16546         (struct oecount): Change cnt and id type to unsigned int.
16547         (oecount_hasher::equal): Formatting fix.
16548         (oecount_cmp): Make sure to return the right return value
16549         even if unsigned fields are bigger than INT_MAX.
16550         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
16552         PR c++/80129
16553         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
16554         TREE_READONLY on result if writing it more than once.
16556         PR sanitizer/80110
16557         * doc/invoke.texi (-fsanitize=thread): Document that with
16558         -fnon-call-exceptions atomics are not able to throw
16559         exceptions.
16561         PR sanitizer/80110
16562         * tsan.c: Include tree-eh.h.
16563         (instrument_builtin_call): Call maybe_clean_eh_stmt or
16564         maybe_clean_or_replace_eh_stmt where needed.
16565         (instrument_memory_accesses): Add cfg_changed argument.
16566         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
16567         if it returned true.
16568         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
16570         PR rtl-optimization/63191
16571         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
16572         wrapper function, moved the whole old content into ...
16573         (ix86_delegitimize_address_1): ... this.  New inline function.
16574         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
16575         true as last argument instead of ix86_delegitimize_address.
16577 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16579         * config/aarch64/aarch64.c (generic_branch_cost): Copy
16580         cortexa57_branch_cost.
16582 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16584         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
16586 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16588         PR target/80123
16589         * doc/md.texi (Constraints): Document wA constraint.
16590         * config/rs6000/constraints.md (wA): New.
16591         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
16592         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
16593         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
16594         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
16596 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
16598         PR c++/80029
16599         * gimplify.c (is_oacc_declared): New function.
16600         (oacc_default_clause): Use it to set default flags for acc declared
16601         variables inside parallel regions.
16602         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
16603         declared variables.
16604         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
16605         declare attribute to any decl as necessary.
16607 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16609         PR target/80082
16610         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
16611         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
16612         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
16613         (arm_arch_lpae): This.
16614         * config/arm/arm.c (arm_arch7ve): Rename into ...
16615         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
16616         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
16617         arm_arch_lpae.
16619 2017-03-22  Martin Liska  <mliska@suse.cz>
16621         PR target/79906
16622         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
16623         error message instead of an ICE.
16625 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16627         * doc/extend.texi (6.11 Additional Floating Types): Revise.
16629 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16631         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
16632         comments.
16633         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16634         comments.
16636 2017-03-21  Martin Sebor  <msebor@redhat.com>
16638         * doc/extend.texi: Use "cannot" instead of "can't."
16639         * doc/hostconfig.texi: Same.
16640         * doc/install.texi: Same.
16641         * doc/invoke.texi: Same.
16642         * doc/loop.texi: Same.
16643         * doc/md.texi: Same.
16644         * doc/objc.texi: Same.
16645         * doc/rtl.texi: Same.
16646         * doc/tm.texi: Same.
16647         * doc/tm.texi.in: Same.
16648         * doc/trouble.texi: Same.
16650 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
16652         PR debug/63238
16653         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
16654         (collect_checksum_attributes): Set it.
16655         (die_checksum_ordered): Use it.
16657 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16659         PR tree-optimization/79908
16660         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
16661         change: For a VA_ARG whose LHS has been cast away, use
16662         force_gimple_operand to construct the side effects.
16664 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
16666         PR translation/80001
16667         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
16668         more amenable to translation.
16669         (oacc_loop_auto_partitions): Likewise.
16671 2017-03-21  Marek Polacek  <polacek@redhat.com>
16672             Martin Sebor  <msebor@redhat.com>
16674         PR tree-optimization/80109
16675         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
16676         on INTEGRAL_TYPE_P.
16678 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16679             Segher Boessenkool  <segher@kernel.crashing.org>
16681         PR target/80125
16682         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
16683         check reg_used_between_p between insn and one of succ or succ2
16684         depending on if succ is artificial insn not inserted into insn
16685         stream.
16687 2017-03-21  Martin Liska  <mliska@suse.cz>
16689         PR gcov-profile/80081
16690         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
16691         * doc/gcc.texi: Include gcov-dump stuff.
16692         * doc/gcov-dump.texi: New file.
16694 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
16696         PR rtl-optimization/79150
16697         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
16698         conditional jump, if the jump is the last insn of the loop.
16700 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16701             Richard Biener  <rguenth@suse.de>
16703         PR tree-optimization/79908
16704         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16705         been cast away, use force_gimple_operand to construct the side
16706         effects.
16708 2017-03-21  Martin Liska  <mliska@suse.cz>
16710         PR libfortran/79956
16711         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
16712         to NULL.
16714 2017-03-21  Brad Spengler <spender@grsecurity.net>
16716         PR plugins/80094
16717         * plugin.c (htab_hash_plugin): New function.
16718         (add_new_plugin): Use it and adjust.
16719         (parse_plugin_arg_opt): Adjust.
16720         (init_one_plugin): Likewise.
16722 2017-03-21  Richard Biener  <rguenther@suse.de>
16724         PR tree-optimization/80032
16725         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
16726         if set force the cleanup to happen unconditionally.
16727         (gimplify_target_expr): Push inserted clobbers with force_uncond
16728         to avoid them being removed by control-dependent DCE.
16730 2017-03-21  Richard Biener  <rguenther@suse.de>
16732         PR tree-optimization/80122
16733         * tree-inline.c (copy_bb): Do not expans va-arg packs or
16734         va_arg_pack_len when the inlined call stmt requires pack
16735         expansion itself.
16736         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
16738 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16740         PR sanitizer/78158
16741         * tsan.c (instrument_builtin_call): If the memory model argument
16742         is not a constant, assume it is valid.
16744         PR c/67338
16745         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
16746         avoid UB.
16748 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16750         PR rtl-optimization/79910
16751         * combine.c (can_combine_p): Do not allow combining an I0 or I1
16752         if its dest is used by an insn before I2 (other than the combined
16753         insns themselves, which are properly handled already).
16755 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16757         Revert:
16758         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
16760         * combine.c (record_used_regs): New static function.
16761         (try_combine): Handle situations where there is an additional
16762         instruction between I2 and I3 which needs to have a LOG_LINK
16763         updated.
16765         Revert:
16766         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
16768         * combine.c (try_combine): Delete redundant i1 test.  Call
16769         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16771 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16773         PR target/80083
16774         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
16775         alternatives 13/14.
16777 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16779         PR tree-optimization/80054
16780         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
16781         the optimization if a PHI or any of its arguments is not dominated
16782         by the candidate's basis.  Use gphi* rather than gimple* as
16783         appropriate.
16784         (replace_profitable_candidates): Clean up a gimple* variable that
16785         should be a gphi* variable.
16787 2017-03-20  Martin Sebor  <msebor@redhat.com>
16789         PR c++/52477
16790         * doc/extend.texi (attribute constructor): Document present limitation.
16792 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16794         PR target/79963
16795         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
16796         __POWER9_VECTOR__ #ifdef control, change template definition to
16797         use Power9-specific built-in function.
16798         (vec_any_eq): Likewise.
16799         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
16800         to control outcomes from this test.
16801         (vector_ae_<mode>p): For VEC_F modes, likewise.
16803 2017-03-20  Ian Lance Taylor  <iant@google.com>
16805         * config/i386/i386.c (ix86_function_regparm): Save an extra
16806         register for -fsplit-stack with DECL_STATIC_CHAIN.
16808 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16810         PR target/79912
16811         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
16812         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
16814 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16816         * config/riscv/riscv.c (riscv_print_operand): Use "fence
16817         iorw,ow".
16818         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
16819         iorw,iorw".
16821 2017-03-20  Marek Polacek  <polacek@redhat.com>
16823         PR sanitizer/80063
16824         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
16826 2017-03-20  Richard Biener  <rguenther@suse.de>
16828         PR tree-optimization/80113
16829         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
16830         allocate extra SSA name for PHI def.
16831         (add_close_phis_to_outer_loops): Likewise.
16832         (add_close_phis_to_merge_points): Likewise.
16833         (copy_loop_close_phi_args): Likewise.
16834         (copy_cond_phi_nodes): Likewise.
16836 2017-03-20  Martin Liska  <mliska@suse.cz>
16838         PR middle-end/79753
16839         * tree-chkp.c (chkp_build_returned_bound): Do not build
16840         returned bounds for a LHS that's not a BOUNDED_P type.
16842 2017-03-20  Martin Liska  <mliska@suse.cz>
16844         PR target/79769
16845         PR target/79770
16846         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
16847         COMPLEX_CST and VECTOR_CST.
16849 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16851         PR target/78857
16852         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
16853         target operand.  A new splitter adds the clobber statement in case
16854         the target operand is dead anyway.
16856 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
16858         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
16859         to age-old versions of binutils and glibc.
16861 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
16863         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
16865 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
16867         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
16869 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
16871         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
16872         requirement for binutils 2.13.
16874 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
16876         * combine.c (try_combine): Delete redundant i1 test.  Call
16877         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16879 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
16881         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
16882         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
16883         contents.
16884         <riscv64-*-elf>: Re-arrange section
16885         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
16886         <riscv32-*-linux>: Likewise.
16887         <riscv64-*-elf>: Likewise
16888         <riscv64-*-linux>: Likewise.
16890 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
16892         PR target/80052
16893         * aarch64.opt(verbose-cost-dump): Fix typo.
16895 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
16897         PR target/79951
16898         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
16899         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
16901 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
16903         * reload.c (find_reloads): When reloading a nonoffsettable address,
16904         use RELOAD_OTHER for it and its address reloads.
16906         PR rtl-optimization/79910
16907         * combine.c (record_used_regs): New static function.
16908         (try_combine): Handle situations where there is an additional
16909         instruction between I2 and I3 which needs to have a LOG_LINK
16910         updated.
16912 2017-03-17  Jeff Law  <law@redhat.com>
16914         PR tree-optimization/71437
16915         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
16916         conditional in the hash table first.
16917         (vrp_dom_walker::before_dom_children): Extract condition from
16918         ASSERT_EXPR.  Record condition, its inverion and any implied
16919         conditions as well.
16921 2017-03-17  Marek Polacek  <polacek@redhat.com>
16922             Markus Trippelsdorf  <markus@trippelsdorf.de>
16924         PR tree-optimization/80079
16925         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
16926         m_stores_head.
16928 2017-03-17  Richard Biener  <rguenther@suse.de>
16930         PR middle-end/80075
16931         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
16932         Properly verify the LHS before the RHS possibly claims to be
16933         handled.
16934         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
16935         do not throw.
16937 2017-03-17  Martin Jambor  <mjambor@suse.cz>
16939         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
16940         (List of -O2 options): Likewise.
16941         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
16942         (-fipa-vrp) New.
16944 2017-03-17  Tom de Vries  <tom@codesourcery.com>
16946         * gcov-dump.c (print_usage): Print bug_report_url.
16948 2017-03-17  Richard Biener  <rguenther@suse.de>
16950         PR middle-end/80050
16951         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
16952         (parser::peek): Likewise.
16954 2017-03-17  Richard Biener  <rguenther@suse.de>
16956         PR tree-optimization/80048
16957         * sese.c (free_sese_info): Properly release rename_map and
16958         copied_bb_map elements.
16960 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
16962         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
16963         Add linked-list forward and backlinks.  Insert on
16964         construction, remove on destruction.
16965         (class pass_store_merging): Add m_stores_head field.
16966         (pass_store_merging::terminate_and_process_all_chains):
16967         Iterate over m_stores_head list.
16968         (pass_store_merging::terminate_all_aliasing_chains):
16969         Likewise.
16970         (pass_store_merging::execute): Check for debug stmts first.
16971         Push new chains onto the m_stores_head stack.
16973 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
16975         PR target/71294
16976         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
16977         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
16978         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
16980 2017-03-16  Jeff Law  <law@redhat.com>
16982         PR tree-optimization/71437
16983         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
16984         member function.  Implementation moved into after_dom_children
16985         member function and into the threader's thread_outgoing_edges
16986         function.
16987         (dom_opt_dom_walker::after_dom_children): Simplify by moving
16988         some code into new thread_outgoing_edges.
16989         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
16990         definition.  Simplify marker handling (do it here).   Assume we always
16991         have the available expression and the const/copies tables.
16992         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
16993         and tree-vrp.c
16994         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
16995         * tree-vrp.c (equiv_stack): No longer file scoped.
16996         (vrp_dom_walker): New class.
16997         (vrp_dom_walker::before_dom_children): New member function.
16998         (vrp_dom_walker::after_dom_children): Likewise.
16999         (identify_jump_threads):  Setup domwalker.  Use it rather than
17000         walking edges in a random order by hand.  Simplify setup/finalization.
17001         (finalize_jump_threads): Remove.
17002         (vrp_finalize): Do not call identify_jump_threads here.
17003         (execute_vrp): Do it here instead and call thread_through_all_blocks
17004         here too.
17006         PR tree-optimization/71437
17007         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
17008         callers changed.
17009         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
17010         callers changed.
17011         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
17012         (dom_opt_dom_walker::thread_across_edge): Remove
17013         handle_dominating_asserts argument.  All callers changed.
17014         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
17015         changes.  Remove calls to lhs_of_dominating_assert.  Other
17016         uses of handle_dominating_asserts turn into unconditional code
17017         (simplify_control_stmt_condition_1): Likewise.
17018         (simplify_control_stmt_condition): Likewise.
17019         (thread_through_normal_block, thread_across_edge): Likewise.
17020         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
17021         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
17022         object if it is not an SSA_NAME.
17023         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
17024         before calling into the VRP specific simplifiers.
17025         (identify_jump_threads): Remove handle_dominating_asserts
17026         argument.
17028 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
17030         PR fortran/79886
17031         * tree-diagnostic.c (default_tree_printer): No longer static.
17032         * tree-diagnostic.h (default_tree_printer): New prototype.
17034 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
17036         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
17037         Change ins into fmov.
17039 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17041         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
17042         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
17043         Use h_con constraint for operand 1.
17044         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
17045         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
17047 2017-03-15  Jeff Law  <law@redhat.com>
17049         PR tree-optimization/71437
17050         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
17051         (record_temporary_equivalences): Use it.
17053         PR tree-optimization/71437
17054         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
17055         tree-ssa-scopedtables.
17056         (lookup_avail_expr, build_and_record_new_cond): Likewise.
17057         (record_conditions, record_cond, vuse_eq): Likewise.
17058         (record_edge_info): Adjust to API tweak of record_conditions.
17059         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
17060         (record_temporary_equivalences, optimize_stmt): Likewise.
17061         (eliminate_redundant_computations): Likewise.
17062         (record_equivalences_from_stmt): Likewise.
17063         * tree-ssa-scopedtables.c: Include options.h and params.h.
17064         (vuse_eq): New function, moved from tree-ssa-dom.c
17065         (build_and_record_new_cond): Likewise.
17066         (record_conditions): Likewise.  Accept vector of conditions rather
17067         than edge_equivalence structure for first argument.
17068         for the first argument.
17069         (avail_exprs_stack::lookup_avail_expr): New member function, moved
17070         from tree-ssa-dom.c.
17071         (avail_exprs_stack::record_cond): Likewise.
17072         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
17073         from tree-ssa-dom.c.
17074         (avail_exprs_stack): Add new member functions lookup_avail_expr
17075         and record_cond.
17076         (record_conditions): Declare.
17078 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
17080         PR target/80017
17081         * lra-constraints.c (process_alt_operands): Increase reject for
17082         reloading an input/output operand.
17084 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
17086         PR target/79038
17087         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
17088         insns to convert from signed/unsigned char/short to IEEE 128-bit
17089         floating point.
17090         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
17092 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
17094         PR target/80019
17095         * config/i386/i386.c (ix86_vector_duplicate_value): Create
17096         subreg of inner mode for values already in registers.
17098 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
17100         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
17101         iteration reg is used after the loop.
17103 2017-03-14  Martin Sebor  <msebor@redhat.com>
17105         PR tree-optimization/79800
17106         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
17107         precision in negative-positive range.
17108         (format_floating): Call non-const overload with adjusted precision.
17110 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
17112         PR target/79947
17113         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
17114         -mpowerpc-gfxopt.
17116 2017-03-14  Martin Sebor  <msebor@redhat.com>
17118         PR middle-end/80020
17119         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
17120         * builtins.def (aligned_alloc): Use it.
17122         PR c/79936
17123         * Makefile.in (GTFILES): Add calls.c.
17124         * calls.c: Include "gt-calls.h".
17126 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
17128         PR rtl-optimization/79728
17129         * regs.h (struct target_regs): New field
17130         x_contains_allocatable_regs_of_mode.
17131         (contains_allocatable_regs_of_mode): New macro.
17132         * reginfo.c (init_reg_sets_1): Initialize it, and change
17133         contains_reg_of_mode so it includes global regs as well.
17134         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
17135         rather than contains_regs_of_mode.
17137 2017-03-14  Martin Liska  <mliska@suse.cz>
17139         * doc/invoke.texi: Document options that can't be combined with
17140         -fcheck-pointer-bounds.
17142 2017-03-14  Martin Liska  <mliska@suse.cz>
17144         PR middle-end/79831
17145         * doc/invoke.texi (-Wchkp): Document the option.
17147 2017-03-14  Martin Liska  <mliska@suse.cz>
17149         * Makefile.in: Install gcov-dump.
17151 2017-03-14  Martin Liska  <mliska@suse.cz>
17153         * multiple_target.c (expand_target_clones): Bail out for
17154         an invalid attribute.
17156 2017-03-14  Richard Biener  <rguenther@suse.de>
17158         * alias.c (struct alias_set_entry): Pack properly.
17159         * cfgloop.h (struct loop): Likewise.
17160         * cse.c (struct set): Likewise.
17161         * ipa-utils.c (struct searchc_env): Likewise.
17162         * loop-invariant.c (struct invariant): Likewise.
17163         * lra-remat.c (struct cand): Likewise.
17164         * recog.c (struct change_t): Likewise.
17165         * rtl.h (struct address_info): Likewise.
17166         * symbol-summary.h (function_summary): Likewise.
17167         * tree-loop-distribution.c (struct partition): Likewise.
17168         * tree-object-size.c (struct object_size_info): Likewise.
17169         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
17170         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
17171         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
17172         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
17173         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
17174         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
17175         (struct _stmt_vec_info): Likewise.
17177 2017-03-14  Martin Liska  <mliska@suse.cz>
17179         PR target/79892
17180         * multiple_target.c (create_dispatcher_calls): Check that
17181         a target can create a function dispatcher.
17183 2017-03-14  Martin Liska  <mliska@suse.cz>
17185         PR lto/66295
17186         * multiple_target.c (expand_target_clones): Drop local.local
17187         flag for default implementation.
17189 2017-03-14  Richard Biener  <rguenther@suse.de>
17191         PR tree-optimization/80030
17192         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
17194 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
17196         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
17197         gcc_fallthrough() instead of __attribute__((fallthrough));
17199 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17201         * doc/gcc.texi: Remove "up" link to (DIR).
17202         * doc/gccint.texi: Ditto.
17204 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17206         * doc/install.texi (Specific) <avr>: Remove reference to
17207         binutils 2.13.
17209 2017-03-13  Jeff Law  <law@redhat.com>
17211         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
17212         attribute rather than comments.
17214         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
17215         match_scratch operand is highest.
17217 2017-03-13  Martin Liska  <mliska@suse.cz>
17219         PR middle-end/78339
17220         * ipa-pure-const.c (warn_function_noreturn): If the declarations
17221         is a CHKP clone, use original declaration.
17223 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17225         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
17226         (arc_conditional_register_usage): Use a different allocation order
17227         when optimizing for size.
17228         * common/config/arc/arc-common.c (arc_option_optimization_table):
17229         Section anchors default on when optimizing for size.
17231 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17233         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
17235 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17237         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
17238         * config/arc/arc.md (cpu_facility): Add cd variant.
17239         (*movqi_insn): Add code density variant.
17240         (*movhi_insn): Likewise.
17241         (*movqi_insn): Likewise.
17242         (*addsi3_mixed): Likewise.
17243         (subsi3_insn): Likewise.
17245 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17247         * config/arc/arc.md (movsi_cond_exec): Update constraint.
17249 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17251         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
17252         expressions with MINUS and UNARY ops.
17254 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17256         PR target/79911
17257         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
17258         Rename to...
17259         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
17260         between vec_select and vector argument.
17261         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
17262         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
17263         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
17264         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
17265         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
17266         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
17268 2017-03-13  Richard Biener  <rguenther@suse.de>
17270         PR other/79991
17271         * params.def (vect-max-peeling-for-alignment): Fix typo.
17273 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17275         * doc/install.texi (Specific) <mips-*-*>: Remove description of
17276         issue that only occurred with binutils below 2.18.
17278 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17280         * doc/install.texi (Specific) <cris-axis-elf>: No longer
17281         refer to binutils 2.11/2.12 minimum.
17283 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17285         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
17286         ftp.kernel.org and simplify binutils requirement.
17288 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
17290         * doc/invoke.texi (Warning Options): Fix spelling of link-time
17291         optimization.
17292         (Optimize Options): Ditto.  Also remove redundancy.
17294 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17296         PR translation/79848
17297         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
17298         "%qs".
17299         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
17300         to G_ to avoid double translation.
17302 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17304         PR translation/79923
17305         * auto-profile.c (get_combined_location): Convert leading
17306         character of diagnostics to lower case and remove trailing period.
17307         (read_profile): Likewise for various diagnostics.
17308         * config/arm/arm.c (arm_option_override): Remove trailing period
17309         from various diagnostics.
17310         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
17311         (msp430_expand_delay_cycles): Likewise.
17313 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17315         PR target/79925
17316         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
17317         full command-line argument, rather than just "str".
17318         (aarch64_validate_march): Likewise.
17319         (aarch64_validate_mtune): Likewise.
17321 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
17323         PR rtl-optimization/78911
17324         * lra-assigns.c (must_not_spill_p): New function.
17325         (spill_for): Use it.
17327 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17329         PR tree-optimization/79981
17330         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
17331         ATOMIC_COMPARE_EXCHANGE ifn result.
17332         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
17333         IFN_ATOMIC_COMPARE_EXCHANGE.
17335 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17337         PR driver/79875
17338         * opts.c (parse_sanitizer_options): Add missing question mark to
17339         "did you mean" message.
17341 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17343         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
17344         built-in.
17345         (VMULEUH_UNS): Likewise.
17346         (VMULOUB_UNS): Likewise.
17347         (VMULOUH_UNS): Likewise.
17348         * config/rs6000/rs6000.c (builtin_function_type): Remove
17349         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
17351 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17353         PR bootstrap/79952
17354         * read-rtl-function.c (function_reader::read_rtx_operand): Update
17355         x with result of extra_parsing_for_operand_code_0.
17356         (function_reader::extra_parsing_for_operand_code_0): Convert
17357         return type from void to rtx, returning x.  When reading
17358         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
17359         larger size containing struct block_symbol.
17361 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
17363         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
17364         -mfloat128-hardware without -m64.
17366 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
17368         PR target/79941
17369         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
17370         entries to the case statement that marks unsigned arguments to
17371         overloaded functions.
17373 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17375         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
17376         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
17378 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
17380         PR target/79907
17381         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
17382         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
17384 2017-03-10  Martin Liska  <mliska@suse.cz>
17386         PR target/65705
17387         PR target/69804
17388         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
17389         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
17390         FIELD != NULL.
17392 2017-03-10  Olivier Hainque  <hainque@adacore.com>
17394         * tree-switch-conversion (array_value_type): Start by resetting
17395         candidate type to it's main variant.
17397 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17399         PR rtl-optimization/79909
17400         * combine.c (try_combine): Use simplify_replace_rtx on individual
17401         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
17402         of the whole CALL_INSN_FUNCTION_USAGE.
17404         PR tree-optimization/79972
17405         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
17406         get_range_info on SSA_NAMEs.  Formatting fixes.
17408 2017-03-10  Richard Biener  <rguenther@suse.de>
17409             Jakub Jelinek  <jakub@redhat.com>
17411         PR tree-optimization/77975
17412         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
17413         edge to be constant.
17414         (get_val_for): For constant x return it.  Formatting fix.
17415         (loop_niter_by_eval): Avoid pointless looping if the next iteration
17416         would use the same bases as the current one.
17418 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17420         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
17421         instead of vec_select for V1TImode.
17422         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
17423         longer needed.
17424         (VSX_LE_128): Add V1TI to this mode iterator.
17425         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
17426         (*vsx_le_perm_store_<mode>): Likewise.
17427         (pre-reload splitter for VSX stores): Likewise.
17428         (post-reload splitter for VSX stores): Likewise.
17429         (*vsx_xxpermdi2_le_<mode>): Likewise.
17430         (*vsx_lxvd2x2_le_<mode>): Likewise.
17431         (*vsx_stxvd2x2_le_<mode>): Likewise.
17433 2017-03-09  Michael Eager  <eager@eagercon.com>
17435         Correct failures with --enable-checking=yes,rtl.
17437         * config/microblaze/microblaze.c (microblaze_expand_shift):
17438         Replace GET_CODE test with CONST_INT_P and INTVAL test with
17439         test for const0_rtx.
17440         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
17441         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
17443 2017-03-09  Richard Biener  <rguenther@suse.de>
17445         PR tree-optimization/79977
17446         * graphite-scop-detection.c (scop_detection::merge_sese):
17447         Handle the case of extra exits to blocks dominating the entry.
17449 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
17451         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
17452         Document rdynamic.
17454 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
17456         PR rtl-optimization/79949
17457         * lra-constraints.c (process_alt_operands): Check memory when
17458         trying to predict a cycle.  Print about the overall increase.
17460 2017-03-09  Richard Biener  <rguenther@suse.de>
17462         PR middle-end/79971
17463         * gimple-expr.c (useless_type_conversion_p): Preserve
17464         TYPE_SATURATING for fixed-point types.
17466 2017-03-09  Richard Biener  <rguenther@suse.de>
17468         PR ipa/79970
17469         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
17470         alignment of BLKmode params.
17472 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17474         PR target/79913
17475         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
17476         (VALL_NO_V2Q): Likewise.
17477         (VDQF_DF): Delete.
17478         * config/aarch64/aarch64-simd.md
17479         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
17480         iterator.
17481         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
17482         VALL_NO_V2Q mode iterator.
17483         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
17485 2017-03-09  Martin Liska  <mliska@suse.cz>
17487         PR tree-optimization/79631
17488         * tree-chkp-opt.c (chkp_is_constant_addr): Call
17489         tree_int_cst_sign_bit just for INTEGER constants.
17491 2017-03-09  Martin Liska  <mliska@suse.cz>
17493         PR target/65705
17494         PR target/69804
17495         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
17496         sanitizers.
17498 2017-03-09  Marek Polacek  <polacek@redhat.com>
17500         PR c++/79672
17501         * tree.c (inchash::add_expr): Handle TREE_VEC.
17503 2017-03-09  Martin Liska  <mliska@suse.cz>
17505         PR ipa/79764
17506         (chkp_narrow_size_and_offset): New function.
17507         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
17508         (void chkp_parse_bit_field_ref): New function.
17509         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
17510         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
17512 2017-03-09  Martin Liska  <mliska@suse.cz>
17514         PR ipa/79761
17515         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
17516         (chkp_find_bounds_1): Remove gcc_unreachable.
17518 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
17520         PR sanitizer/79944
17521         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
17522         BUILT_IN_SYNC*, determine the access type from the size suffix and
17523         always build a MEM_REF with that type.  Handle forgotten
17524         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
17526         PR target/79932
17527         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
17528         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
17529         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
17530         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
17531         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
17532         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
17533         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
17534         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
17535         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
17536         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
17537         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
17538         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
17539         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
17540         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
17541         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
17542         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
17543         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
17544         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
17545         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
17546         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
17547         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
17548         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
17549         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
17550         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
17551         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
17552         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
17553         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
17554         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
17555         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
17556         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
17557         definitions outside of __OPTIMIZE__ guarded section.
17559         PR target/79932
17560         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
17561         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
17562         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
17563         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
17564         guarded section.
17566 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17568         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
17569         ("vfenez<mode>"): Add missing constraints.
17571 2017-03-08  Martin Sebor  <msebor@redhat.com>
17573         PR target/79928
17574         * config/nds32/nds32.c (nds32_option_override):
17575         Fix misspelled diagnostic.
17577 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17579         PR c/79940
17580         * gimplify.c (gimplify_omp_for): Replace index var in outer
17581         taskloop statement with an artificial variable and add
17582         OMP_CLAUSE_PRIVATE clause for it.
17584 2017-03-08  Richard Biener  <rguenther@suse.de>
17586         PR tree-optimization/79955
17587         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
17588         for accesses that are completely outside of the variable.
17590 2017-03-08  Andrew Haley  <aph@redhat.com>
17592         PR tree-optimization/79943
17593         * tree-ssa-loop-split.c (compute_new_first_bound): When
17594         calculating the new upper bound, (END-BEG) should be added, not
17595         subtracted.
17597 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17599         * config/avr/avr.md (setmemhi): Make sure match_dup
17600         operand number comes before match_scratch.
17602 2017-03-08  Richard Biener  <rguenther@suse.de>
17604         PR tree-optimization/79920
17605         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
17606         with ncopies == 1 to ...
17607         (vect_transform_slp_perm_load): ... here.  Properly compute
17608         all element loads by iterating VF times over the group.  Do
17609         not handle ncopies (computed in a broken way) in
17610         vect_create_mask_and_perm.
17612 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17614         PR sanitizer/79904
17615         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
17616         is a uniform vector, use uniform_vector_p return value instead of
17617         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
17619 2017-03-07  Marek Polacek  <polacek@redhat.com>
17621         PR middle-end/79809
17622         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
17623         (alloca_call_type): Likewise.
17625 2017-03-07  Martin Liska  <mliska@suse.cz>
17627         * gcov.c (process_args): Put comment to correct location.
17629 2017-03-07  Martin Liska  <mliska@suse.cz>
17631         PR middle-end/68270
17632         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
17633         Use array_at_struct_end_p instead of DECL_CHAIN (field).
17634         (chkp_narrow_bounds_for_field): Likewise.
17635         (chkp_parse_array_and_component_ref): Pass one more argument to
17636         call.
17638 2017-03-07  Richard Biener  <rguenther@suse.de>
17640         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
17641         preheaders.
17643 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
17645         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
17646         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
17648 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17650         PR c/79855
17651         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
17652         to end of description.
17653         (PARAM_MAX_STORES_TO_MERGE): Likewise.
17655 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
17657         PR rtl-optimization/79901
17658         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
17659         ...
17660         (*avx512f_<code><mode>3<mask_name>): ... this.
17661         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
17662         iterator instead of VI8_AVX2_AVX512BW.
17664         PR rtl-optimization/79901
17665         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
17666         min/max expander, expand it using expand_vec_cond_expr.
17668         PR sanitizer/79897
17669         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
17670         temporary.
17672 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17674         PR c++/79821
17675         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
17676         to void * for PCH reasons.
17677         * dwarf2out.c (output_loc_operands, output_die): Cast
17678         v.val_vec.array to unsigned char *.
17680 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
17682         PR target/77850
17683         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
17684         vector types.
17686 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
17688         PR rtl-optimization/79571
17689         * lra-constraints.c (process_alt_operands): Calculate static
17690         reject and subtract it from overall when only addresses will be
17691         reloaded.
17693 2017-03-06  Julia Koval  <julia.koval@intel.com>
17695         PR target/79793
17696         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
17697         incoming stack boundary to 128 for 64-bit targets.
17699 2017-03-06  Richard Biener  <rguenther@suse.de>
17701         PR tree-optimization/79894
17702         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
17703         to NULL after folding it.
17705 2017-03-06  Richard Biener  <rguenther@suse.de>
17707         PR tree-optimization/79824
17708         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
17709         check disabling peeling for gaps.
17711 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
17713         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
17714         attributes): Document gettimeofday.
17716 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17718         * config/s390/s390.c (s390_option_override_internal): Set
17719         PARAM_MIN_VECT_LOOP_BOUND
17721 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17723         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
17724         * config/s390/s390.md: Likewise.
17726 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17728         PR target/79812
17729         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
17730         (<avx2_avx512>_perm<mode>): Rename to ...
17731         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
17732         of VI8F_256_512.
17733         (<avx512>_perm<mode>_mask): Rename to ...
17734         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
17735         of VI8F_256_512.
17736         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
17737         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
17738         instead of VI8F_256_512.
17739         (avx512f_perm<mode>): New define_expand.
17740         (avx512f_perm<mode>_mask): Likewise.
17741         (avx512f_perm<mode>_1<mask_name>): New define_insn.
17742         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
17744 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17746         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
17747         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
17748         if_then_else.
17749         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
17751 2017-03-06  Martin Liska  <mliska@suse.cz>
17753         PR sanitize/79783
17754         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
17755         when having a SSA NAME w/o VAR_DECL assigned to it.
17757 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17759         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
17760         msa_dpsub_<su>_d): Fix MODE for vec_select.
17762 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17764         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
17765         argument.
17766         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
17768 2017-03-06  Richard Biener  <rguenther@suse.de>
17770         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
17771         * plugin.c (register_plugin_info): Likewise.
17772         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
17774 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
17776         * config/i386/sse.md (sse_storehps, sse_storelps,
17777         avx_<castmode><avxsizesuffix>_<castmode>,
17778         avx512f_<castmode><avxsizesuffix>_<castmode>,
17779         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
17780         in condition that at least one operand is not a MEM.
17782 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17784         PR middle-end/79805
17785         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
17786         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
17787         ECF_NOTHROW.
17788         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
17789         gimple_call_nothrow_p flag based on whether original builtin can throw.
17790         If it can, emit following stmts on the fallthrough edge.
17791         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
17792         don't create new bb if inserting just debug stmts on the edge, try to
17793         insert them on the fallthru bb or just reset debug stmts.
17795 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
17797         PR target/43763
17798         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
17799         restore recog_data (including the operand rtxes inside it) around
17800         the call to get_insn_template.
17802 2017-03-03  Martin Sebor  <msebor@redhat.com>
17804         PR tree-optimization/79699
17805         * context.c (context::~context): Free MPFR caches to avoid
17806         a memory leak on program exit.
17808 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17810         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
17811         Use wide_int::ulow () instead of .elt (0).
17813 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
17815         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
17816         (*pushxf): Limit oF constraint to 32bit targets and add oC
17817         constraint for 64bit targets.
17818         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
17819         (*pushdf): Change rmF constraint to rmC.
17821 2017-03-03  Martin Liska  <mliska@suse.cz>
17823         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
17824         Remove unused variable.
17826 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17828         PR target/79807
17829         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
17830         is a memory operand, increase num_memory.
17831         (ix86_expand_args_builtin): Likewise.
17833 2017-03-03  Jan Hubicka  <jh@suse.cz>
17835         PR lto/79760
17836         * ipa-devirt.c (maybe_record_node): Properly handle
17837         __cxa_pure_virtual visibility.
17839 2017-03-03  Martin Liska  <mliska@suse.cz>
17841         PR tree-optimization/79803
17842         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
17843         assert.
17844         (pass_loop_prefetch::execute): Disabled optimization if an
17845         assumption about L1 cache size is not met.
17847 2017-03-03  Martin Liska  <mliska@suse.cz>
17849         PR rtl-optimization/79574
17850         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
17851         (hash_scan_set): Likewise.
17852         (dump_hash_table): Likewise.
17853         (hoist_code): Likewise.
17855 2017-03-03  Richard Biener  <rguenther@suse.de>
17857         * fixed-value.c (fixed_from_string): Restore use of elt (1)
17858         in place of uhigh ().
17859         (fixed_convert_from_real): Likewise.
17861 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
17863         PR target/79514
17864         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
17866 2017-03-03  Richard Biener  <rguenther@suse.de>
17868         PR middle-end/79818
17869         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
17870         TYPE_OVERFLOW_UNDEFINED check.
17872 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17874         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
17875         numbers.
17876         (vector_ae_<mode>_p): Likewise.
17877         (vector_nez_<mode>_p): Likewise.
17878         (vector_ne_v2di_p): Likewise.
17879         (vector_ae_v2di_p): Likewise.
17880         (vector_ne_<mode>_p): Likewise.
17881         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
17882         numbers.
17883         (vsx_tsqrt<mode>2_fe): Likewise.
17885 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
17887         PR target/79514
17888         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
17890 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
17892         PR rtl-optimization/79780
17893         * cprop.c (one_cprop_pass): When second and further conditional trap
17894         in a single basic block is turned into an unconditional trap, turn it
17895         into a deleted note to avoid RTL verification failures.
17897 2017-03-02  Richard Biener  <rguenther@suse.de>
17899         * fold-const.c (const_binop): Use ulow () instead of elt (0).
17901 2017-03-02  Richard Biener  <rguenther@suse.de>
17903         PR tree-optimization/79345
17904         PR c++/42000
17905         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
17906         param and abort the walk, returning -1 if it is hit.
17907         (walk_aliased_vdefs): Take a limit param and pass it on.
17908         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
17909         defaulting to 0 and return a signed int.
17910         * tree-ssa-uninit.c (struct check_defs_data): New struct.
17911         (check_defs): New helper.
17912         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
17913         about uninitialized memory.
17914         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
17915         bogus uninitialized warning.
17916         (fixed_convert_from_real): Likewise.
17918 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
17920         PR tree-optimization/66768
17921         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
17922         iv_use if base object can't be determined.
17924 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
17926         PR tree-optimization/79345
17927         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
17928         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
17929         (get_pattern_stats): Initialize it.
17930         * genemit.c (gen_expand): Verify match_scratch numbers come after
17931         match_operand/match_dup numbers.
17932         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
17933         match_scratch numbers.
17934         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
17935         Likewise.
17936         * config/s390/s390.md (trunctdsd2): Likewise.
17938 2017-03-02  Richard Biener  <rguenther@suse.de>
17940         * wide-int.h (wide_int_storage::operator=): Implement in terms
17941         of wi::copy.
17943 2017-03-02  Richard Biener  <rguenther@suse.de>
17945         PR tree-optimization/79777
17946         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
17947         the to insert expression to sth existing.
17949 2017-03-01  Martin Sebor  <msebor@redhat.com>
17951         PR middle-end/79692
17952         * gimple-ssa-sprintf.c
17953         (directive::known_width_and_precision): New function.
17954         (format_integer): Use it.
17955         (get_mpfr_format_length): Consider the full range of precision
17956         when computing %g output with the # flag.  Set the likely byte
17957         count to 3 rather than 1 when precision is indeterminate.
17958         (format_floating): Correct the lower bound of precision.
17960 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17962         * doc/invoke.texi: Document default code model for 64-bit Linux.
17964 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
17966         PR target/79752
17967         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
17968         udiv rather than div since input pattern is unsigned.
17970 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
17972         * config/i386/i386.c (print_reg): Warn for values of
17973         unsupported size in integer register.
17975 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
17977         PR target/79439
17978         * config/rs6000/predicates.md (current_file_function_operand): Do
17979         not allow self calls to be local if the function is replaceable.
17981 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17983         PR target/79395
17984         * config/rs6000/altivec.h (vec_ctz and others): Change the
17985         preprocessor macro that controls conditional compilation from
17986         _ARCH_PWR9 to __POWER9_VECTOR__.
17987         (vec_all_ne): Change parameterization of __altivec_scalar_pred
17988         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
17989         control (instead of _ARCH_PWR9 control) so that template
17990         definition uses power9-specific function.
17991         (vec_any_eq): Likewise.
17992         (vec_all_ne): Change macro definition to use a power9-specific
17993         expansion under #ifdef __POWER9_VECTOR__ control (instead of
17994         _ARCH_PWR9 control).
17995         (vec_any_eq) Likewise.
17996         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
17997         expansion for CMPNEF to remove support for xvcmpnesp instruction.
17998         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
17999         support for xvcmpnedp instruction.
18000         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
18001         macro expansion so that Power9 implementation of vec_all_ne does
18002         not use the AltiVec predicate framework.
18003         (VCMPNEH_P): Likewise.
18004         (VCMPNEW_P): Likewise.
18005         (VCMPNED_P): Likewise.
18006         (VCMPNEFP_P): Likewise.
18007         (VCMPNEDP_P): Likewise.
18008         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
18009         implementation of vec_any_eq to not use AltiVec predicate
18010         framework.
18011         (VCMPAEH_P): Likewise.
18012         (VCMPAEW_P): Likewise.
18013         (VCMPAED_P): Likewise.
18014         (VCMPAEFP_P): Likewise.
18015         (VCMPAEDP_P): Likewise.
18016         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
18017         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
18018         not use the AltiVec predicate framework.
18019         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
18020         of vec_any_eq to not use AltiVec predicate framework.
18021         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
18022         support for predefined __POWER9_VECTOR__ macro to indicate that
18023         Power9 instruction selection is enabled.
18024         (altivec_overloaded_builtins): Remove extraneous
18025         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
18026         function argument types RS6000_BTI_bool_V16QI and
18027         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
18028         entry for overloaded function argument types RS6000_BTI_bool_V4SI
18029         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
18030         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
18031         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
18032         Power9 for implementations of vec_cmpne.  Change the signature for
18033         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
18034         (representing vec_all_ne) to remove the previously described first
18035         argument of type RS6000_BTI_INTSI, as this was an artifact of
18036         reliance on the AltiVec predicate framework, which is no longer
18037         used in the implementation of these functions.  Add
18038         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
18039         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
18040         since, unlike the AltiVec predicate framework implementation, we
18041         do not share function descriptors between vec_alle and vec_anyeq.
18042         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
18043         set of modes that receive special treatment even when
18044         TARGET_P9_VECTOR is true.  The special treatment emits code that
18045         does not depend on Power9 instructions.
18046         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
18047         define_expand to not rely on AltiVec predicate framework.
18048         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18049         function.
18050         (vector_ne_v2di_p): Change this define_expand to not rely on
18051         AltiVec predicate framework.
18052         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
18053         function.
18054         (vector_ne_<mode>_p): Change this define_expand to not rely on
18055         AltiVec predicate framework.
18056         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18057         function.
18058         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
18059         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
18060         define_insn pattern.
18061         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
18062         define_insn pattern because the xvcmpne<VSs>. instruction is not
18063         supported.
18064         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
18065         instruction is not supported.
18067 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18069         * config/nvptx/nvptx.c: Include intl.h.
18071 2017-03-01  Martin Jambor  <mjambor@suse.cz>
18073         PR lto/78140
18074         * ipa-prop.h (ipa_bits): Removed field known.
18075         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
18076         to pointers.  Adjusted their comments to warn about their sharing.
18077         (ipcp_transformation_summary): Change bits to a vector of pointers.
18078         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
18079         (ipa_get_ipa_bits_for_value): Declare.
18080         * tree-vrp.h (value_range): Mark as GTY((for_user)).
18081         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
18082         (ipa_bits_hash_table): Likewise.
18083         (ipa_vr_ggc_hash_traits): Likewise.
18084         (ipa_vr_hash_table): Likewise.
18085         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
18086         being pointers and vr_known being removed.
18087         (ipa_set_jf_unknown): Likewise.
18088         (ipa_get_ipa_bits_for_value): New function.
18089         (ipa_set_jfunc_bits): Likewise.
18090         (ipa_get_value_range): New overloaded functions.
18091         (ipa_set_jfunc_vr): Likewise.
18092         (ipa_compute_jump_functions_for_edge): Use the above functions to
18093         construct bits and vr parts of jump functions.
18094         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
18095         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18096         exist.
18097         (ipcp_grow_transformations_if_necessary): Also allocate
18098         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18099         exist.
18100         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
18101         them.  Fix too long lines.
18102         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
18103         vr_known being removed.
18104         (ipa_read_jump_function): Use new setter functions to construct bits
18105         and vr parts of jump functions or set them to NULL.
18106         (write_ipcp_transformation_info): Adjust for bits being pointers.
18107         (read_ipcp_transformation_info): Likewise.
18108         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
18109         space.
18110         Include gt-ipa-prop.h.
18111         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
18112         being pointers.
18113         (ipcp_store_bits_results): Likewise.
18114         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
18115         Do not write to existing jump functions but use a temporary instead.
18117 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18119         PR c++/79681
18120         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
18121         attempt to use its first operand as BIT_FIELD_REF base.
18123 2017-03-01  Richard Biener  <rguenther@suse.de>
18125         PR middle-end/79721
18126         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
18127         interpolating formula in wrapping arithmetic.
18128         (chrec_apply): Convert chrec_evaluate return value to wanted type.
18130 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18132         PR tree-optimization/79734
18133         * tree-vect-generic.c (expand_vector_condition): Optimize
18134         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
18135         Handle VEC_COND_EXPR where comparison has different inner width from
18136         type's inner width.
18138 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
18140         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
18141         markup, and similar issues.  Remove @opindex entries for things
18142         that aren't options.  Add missing -mmpy-option entries.
18144 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18146         PR tree-optimization/79737
18147         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
18148         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
18149         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
18150         instead of byte_size.  Formatting fix.
18151         (shift_bytes_in_array_right): Formatting fix.
18153 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
18155         PR target/79749
18156         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
18157         condition on optimize for the leaf function test.
18159 2017-02-28  Martin Liska  <mliska@suse.cz>
18161         PR lto/79625
18162         * read-rtl-function.c (function_reader::handle_unknown_directive):
18163         Bail out when one uses -flto.
18165 2017-02-28  Martin Liska  <mliska@suse.cz>
18167         * common.opt: Replace space with tabular for options of <number>
18168         type.
18169         * config/i386/i386.opt: Show <number> value for
18170         -mlarge-data-threshold.
18171         * opts.c (print_filtered_help): Do not display number in hexadecimal
18172         format.
18174 2017-02-28  Martin Liska  <mliska@suse.cz>
18176         * common.opt: Fix --help=option -Q for options which are of
18177         an enum type.
18179 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
18181         * config/i386/i386.c (print_reg): Error out for values
18182         of 8-bit size in invalid integer register.
18184 2017-02-28  Martin Sebor  <msebor@redhat.com>
18186         PR tree-optimization/79691
18187         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
18189 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18191         PR target/79729
18192         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
18193         gcc_unreachable with output_operand_lossage.
18195 2017-02-28  Richard Biener  <rguenther@suse.de>
18197         PR tree-optimization/79740
18198         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
18199         inserts.
18200         (visit_nary_op): Insert the nary into the hashtable if we
18201         pattern-matched sth.
18202         * tree-ssa-pre.c (eliminate_insert): Robustify.
18204 2017-02-28  Richard Biener  <rguenther@suse.de>
18206         PR middle-end/79731
18207         * fold-const.c (decode_field_reference): Reject out-of-bound
18208         accesses.
18210 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18212         * config/i386/i386.c: Include intl.h.
18213         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
18214         instead of just cond ? "..." : "...".
18215         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
18216         * coverage.c (read_counts_file): Likewise.
18217         * omp-offload.c: Include intl.h.
18218         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
18219         of just cond ? "..." : "...".
18220         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
18221         of just cond ? "..." : "...".
18223 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
18225         PR target/79742
18226         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
18227         entry, if present.
18228         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
18229         'tune for' CPU name.
18230         * config/arm/arm-cpu-data.h: Regenerated.
18232 2017-02-28  Richard Biener  <rguenther@suse.de>
18234         PR tree-optimization/79732
18235         * tree-inline.c (expand_call_inline): Do not shadow var.
18237 2017-02-28  Richard Biener  <rguenther@suse.de>
18239         PR tree-optimization/79723
18240         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
18241         address-space properly.
18243 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
18245         * doc/optinfo.texi (Optimization groups): Fix option used for
18246         OPTGROUP_ALL.
18247         * doc/invoke.texi (-fopt-info): Document "omp".
18248         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
18249         (OPTGROUP_ALL): Add OPTGROUP_OMP.
18250         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
18251         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
18252         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
18254         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
18255         all users.
18256         * dumpfile.c (optgroup_options): Instead of "openmp", associate
18257         OPTGROUP_OMP with "omp".
18259 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
18261         PR target/79544
18262         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
18263         for arithmetic shift of unsigned V2DI.
18265 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
18267         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
18268         arc/linux.h headers.
18269         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
18270         (LINK_SPEC): Likewise.
18271         (ARC_TLS_EXTRA_START_SPEC): Likewise.
18272         (EXTRA_SPECS): Likewise.
18273         (STARTFILE_SPEC): Likewise.
18274         (ENDFILE_SPEC): Likewise.
18275         (LIB_SPEC): Likewise.
18276         (TARGET_SDATA_DEFAULT): Likewise.
18277         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
18278         (MULTILIB_DEFAULTS): Likewise.
18279         (DWARF2_UNWIND_INFO): Likewise.
18280         * config/arc/big.h: New file.
18281         * config/arc/elf.h: Likewise.
18282         * config/arc/linux.h: Likewise.
18283         * config/arc/t-uClibc: Remove.
18285 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
18287         PR tree-optimization/77536
18288         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
18289         (tree_transform_and_unroll_loop): Use above function to compute the
18290         estimated niter of unrolled loop and use it when scaling profile.
18291         Also use count info rather than frequency if it's non-zero.
18292         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
18293         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
18294         (vect_transform_loop): Call above function.
18296 2017-02-27  Richard Biener  <rguenther@suse.de>
18298         PR tree-optimization/45397
18299         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
18300         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
18301         (visit_nary_op): Add pattern matching for CSEing sign-changed
18302         or truncated operations with wider ones.
18304 2017-02-27  Richard Biener  <rguenther@suse.de>
18306         PR tree-optimization/79690
18307         * tree-vect-stmts.c (vectorizable_store): Use vector type
18308         built from the DR with address-space.
18310 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
18312         * doc/invoke.texi (Optimize Options): Refine the description
18313         of asan-use-after-return.
18315 2017-02-25  Alan Modra  <amodra@gmail.com>
18317         PR rtl-optimization/79584
18318         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
18319         base, not ad->base_term, the reg within base.  Remove assertion
18320         that ad->base == ad->base_term.  Replace gen_int_mode using
18321         bogus mode with const0_rtx.
18323 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
18325         PR middle-end/79396
18326         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
18327         FMA_EXPR like tcc_binary or tcc_unary.
18329         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
18331         PR debug/77589
18332         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
18333         bitfield.
18334         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
18335         (output_loc_operands): Handle DW_OP_call_ref and
18336         DW_OP_GNU_variable_value.
18337         (struct variable_value_struct): New type.
18338         (struct variable_value_hasher): Likewise.
18339         (variable_value_hash): New variable.
18340         (string_types): Remove.
18341         (copy_loc_descr): New function.
18342         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
18343         (prepend_loc_descr_to_each): New function.
18344         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
18345         instead of add_loc_descr_to_each if the first argument is single
18346         location list and the second has multiple.
18347         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
18348         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
18349         when looking for variable value which doesn't have other location info.
18350         (loc_list_from_tree): Formatting fix.
18351         (gen_array_type_die): Simplify DW_AT_string_length handling.
18352         (adjust_string_types): Remove.
18353         (gen_subprogram_die): Don't call adjust_string_types nor test/set
18354         string_types.  Call resolve_variable_values.
18355         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
18356         (resolve_addr_in_expr): Likewise.  Add A argument.
18357         (copy_deref_exprloc): Remove deref argument.  Adjust for the
18358         original expression being DW_OP_GNU_variable_value with optionally
18359         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
18360         optionally after it.
18361         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
18362         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
18363         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
18364         (variable_value_hasher::hash, variable_value_hasher::equal): New
18365         methods.
18366         (resolve_variable_value_in_expr, resolve_variable_value,
18367         resolve_variable_values, note_variable_value_in_expr,
18368         note_variable_value): New functions.
18369         (dwarf2out_early_finish): Call note_variable_value on all toplevel
18370         DIEs.
18372 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
18374         PR c/79677
18375         * opts.h (handle_generated_option): Add GENERATED_P argument.
18376         * opts-common.c (handle_option): Adjust function comment.
18377         (handle_generated_option): Add GENERATED_P argument, pass it to
18378         handle_option.
18379         (control_warning_option): Pass false to handle_generated_option
18380         GENERATED_P.
18381         * opts.c (maybe_default_option): Pass true to handle_generated_option
18382         GENERATED_P.
18383         * optc-gen.awk: Likewise.
18385 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18387         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
18388         a REG, look at the REG it is a SUBREG of.
18389         (splitter for cmpeqsi_t): Ditto.
18391 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18393         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
18394         the special USEs with the pattern of the insn, not the insn itself.
18396 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
18398         PR target/79473
18399         * doc/invoke.texi: Document -mload-store-pairs.
18401 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18402             Sandra Loosemore  <sandra@codesourcery.com>
18404         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
18405         argument isn't a CONST_INT.
18406         (nios2_alternate_compare_const): Assert op is a CONST_INT.
18407         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
18408         (nios2_validate_compare): Bypass alternate compare logic if *op2
18409         is not a CONST_INT.
18410         (ldstwm_operation_p): Return false if first_base is not a REG or
18411         if first_offset is not a CONST_INT.
18413 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18415         * config/cris/cris.md: Use correct operand in a define_peephole2.
18417 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18419         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
18421 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18423         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
18424         this_insn if it is an INSN or JUMP_INSN.
18425         (force_offsettable): Look at base, not at addr.
18426         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
18427         on things that aren't necessarily CONST_INTs.
18429 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
18431         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
18432         -mfpmath=sse is the default also for x86-32 targets with SSE2
18433         instruction set when @option{-ffast-math} is enabled
18435 2017-02-24  Jeff Law  <law@redhat.com>
18437         PR rtl-optimizatoin/79286
18438         * ira.c (update_equiv_regs): Drop may_trap_p exception to
18439         dominance test.
18441 2017-02-24  Richard Biener  <rguenther@suse.de>
18443         PR tree-optimization/79389
18444         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
18445         debug insns.
18447 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
18449         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
18450         function comment to reflect reality.
18451         (loop_exits_before_overflow): Fix typo in function description.
18453 2017-02-24  Richard Biener  <rguenther@suse.de>
18455         PR tree-optimization/79389
18456         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
18457         properly that a threading opportunity exists.  Detect conditional
18458         copy/constant propagation opportunities.
18460 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
18462         * config/visium/visium.md (type): Add trap.
18463         (b): New mode attribute.
18464         (*btst): Rename into...
18465         (*btst<mode>): ...this and adjust.
18466         (*cbranchsi4_btst_insn): Rename into...
18467         (*cbranch<mode>4_btst_insn): ...this and adjust.
18468         (trap): New define_insn.
18470 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18472         PR tree-optimization/79389
18473         * ifcvt.c (struct noce_if_info): Add rev_cond field.
18474         (noce_reversed_cond_code): New function.
18475         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
18476         reversed_comparison_code.  Formatting fix.
18477         (noce_try_store_flag): Test rev_cond != NULL in addition to
18478         reversed_comparison_code.
18479         (noce_try_store_flag_constants): Likewise.
18480         (noce_try_store_flag_mask): Likewise.
18481         (noce_try_addcc): Use rev_cond if non-NULL instead of
18482         reversed_comparison_code.
18483         (noce_try_cmove_arith): Likewise.  Formatting fixes.
18484         (noce_try_minmax, noce_try_abs): Clear rev_cond.
18485         (noce_find_if_block): Initialize rev_cond.
18486         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
18487         instead of false as last argument never attempt to reverse it
18488         afterwards.
18490 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
18492         PR tree-optimization/79663
18493         * tree-predcom.c (combine_chains): Process refs in reverse order
18494         only for ZERO length chains, and add explaining comment.
18496 2017-02-23  Jeff Law  <law@redhat.com>
18498         PR tree-optimization/79578
18499         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
18500         in call to operand_equal_p.
18502 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
18504         PR target/71017
18505         * config/i386/cpuid.h: Fix another undefined behavior.
18507 2017-02-23  Richard Biener  <rguenther@suse.de>
18509         PR tree-optimization/79683
18510         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
18511         vector types for data-refs.
18513 2017-02-23  Martin Liska  <mliska@suse.cz>
18515         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
18517 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18519         PR middle-end/79665
18520         * internal-fn.c (get_range_pos_neg): Moved to ...
18521         * tree.c (get_range_pos_neg): ... here.  No longer static.
18522         * tree.h (get_range_pos_neg): New prototype.
18523         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
18524         are known to be in between 0 and signed maximum inclusive, try to
18525         expand both unsigned and signed divmod and use the cheaper one from
18526         those.
18528 2017-02-22  Jeff Law  <law@redhat.com>
18530         PR tree-optimization/79578
18531         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
18532         to compare base operands.
18534 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
18536         PR target/79211
18537         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
18538         gpc_reg_operand instead of fpr_reg_operand.
18540 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
18542         * config/mips/mips.c (mips_return_in_memory): Force FP
18543         vector types to be returned in memory for o32 ABI.
18545 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18547         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
18548         instead of DW_TAG_member for static data member declarations and don't
18549         set no_linkage_name for static inline data members.
18550         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
18551         to DW_TAG_member.
18553 2017-02-22  Martin Liska  <mliska@suse.cz>
18555         * doc/invoke.texi: Replace inequality signs with square brackets
18556         for -Wnormalized.
18558 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18560         PR tree-optimization/68644
18561         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
18563 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
18565         PR target/78660
18566         * lra-constraints.c (simplify_operand_subreg): Handle
18567         WORD_REGISTER_OPERATIONS targets.
18569 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18571         PR target/70465
18572         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
18573         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
18574         elimination by swapping fld*.
18576 2017-02-22  Richard Biener  <rguenther@suse.de>
18578         PR tree-optimization/79673
18579         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
18580         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
18581         irrelevant address-space qualifiers and avoiding a
18582         ADDR_SPACE_CONVERT_EXPR from fold_convert.
18584 2017-02-22  Richard Biener  <rguenther@suse.de>
18586         PR tree-optimization/79666
18587         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
18588         to not symbolically negate if that may introduce undefined
18589         overflow.
18591 2017-02-22  Martin Liska  <mliska@suse.cz>
18593         PR lto/79587
18594         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
18595         * data-streamer-out.c (streamer_write_gcov_count_stream):
18596         Likewise.
18597         * value-prof.c (stream_out_histogram_value): Make assert more
18598         precise based on type of counter.
18600 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
18602         PR target/79593
18603         * config/i386/i386.md (standard_x87sse_constant_load splitter):
18604         Use nonimmediate_operand instead of memory_operand for operand 1.
18605         (float-extend standard_x87sse_constant_load splitter): Ditto.
18607 2017-02-21  Jeff Law  <law@redhat.com>
18609         PR tree-optimization/79621
18610         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
18611         blocks with edges to themselves.
18613 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18615         PR target/79633
18616         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
18617         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
18618         Use gimple_call_builtin_p.
18620         PR target/79570
18621         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
18622         on temporarily removed DEBUG_INSNs.
18624         PR tree-optimization/79649
18625         * tree-loop-distribution.c (classify_partition): Give up on
18626         non-generic address space loads/stores.
18628 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
18630         * doc/loop.texi (Loop manipulation): Remove nonexistent
18631         tree_ssa_loop_version from the documentation.
18632         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
18634 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18636         PR target/79494
18637         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
18638         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
18639         * config/rs6000/rs6000.c: Include except.h.
18640         (rs6000_expand_split_stack_prologue): Call
18641         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
18643 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18645         PR lto/79579
18646         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
18647         have been analyzed.
18649 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18651         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
18652         for backward compatibility only.
18653         * doc/invoke.texi (Option Summary): Remove all references to
18654         -fipa-cp-alignment.
18656 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
18658         PR target/78660
18659         Revert:
18660         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18662         * lra-constraints.c (curr_insn_transform): Handle
18663         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18665 2017-02-21  Martin Liska  <mliska@suse.cz>
18667         * config/i386/i386.opt: Replace -masm-dialect with -masm.
18669 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
18671         PR translation/79638
18672         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
18674 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
18676         PR ada/67205
18677         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
18678         (arm_function_ok_for_sibcall): Return false for an indirect call by
18679         descriptor if all the argument registers are used.
18680         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
18681         alignment of the function.
18683 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18685         PR tree-optimization/61441
18686         * simplify-rtx.c (simplify_const_unary_operation): For
18687         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
18688         the sNaN unmodified.
18690 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18692         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
18693         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
18694         instead of SYSTEM_HEADER_DIR.
18696 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
18697             Martin LiÅ¡ka  <mliska@suse.cz>
18699         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
18700         Fix typos and grammar, use active voice, and clarify.
18702 2017-02-20  Marek Polacek  <polacek@redhat.com>
18704         PR middle-end/79537
18705         * gimplify.c (gimplify_expr): Handle unused *&&L;.
18707         PR sanitizer/79558
18708         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
18710 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
18712         PR target/79568
18713         * config/i386/i386.c (ix86_expand_builtin): Handle
18714         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
18715         ix86_builtins_isa[fcode].isa as a requirement of those
18716         flags and any other flag in the bitmask.
18717         (ix86_init_mmx_sse_builtins): Use 0 instead of
18718         ~OPTION_MASK_ISA_64BIT as mask.
18719         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
18720         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
18721         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
18722         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
18724 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18726         PR target/78012
18727         * lra-constraints.c (split_reg): Check requested split mode
18728         is supported by the register.
18730 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18732         * lra-constraints.c (simplify_operand_subreg): Remove early
18733         return false.
18735 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18737         PR target/78660
18738         * lra-constraints.c (curr_insn_transform): Tighten condition
18739         for converting SUBREG reloads from OP_OUT to OP_INOUT.
18741 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18743         PR target/78660
18744         * lra-constraints.c (curr_insn_transform): Handle
18745         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18747 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
18749         Revert:
18750         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
18752         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
18754 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
18756         PR c++/69523
18757         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
18758         description.
18760 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
18762         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
18763         for FMA_EXPR.
18765 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
18767         * final.c (last_columnnum, override_columnnum): New variables.
18768         (final_start_function): Set last_columnnum, pass it to begin_prologue
18769         hook and pass 0 to dwarf2out_begin_prologue.
18770         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
18771         to source_line debug hook.
18772         (notice_source_line): Compute last_columnnum and for debug_column_info
18773         return true on column changes.
18774         * debug.h (struct gcc_debug_hooks): Add column argument to
18775         source_line and begin_prologue hooks.
18776         (debug_nothing_int_charstar_int_bool): Remove prototype.
18777         (debug_nothing_int_int_charstar,
18778         debug_nothing_int_int_charstar_int_bool): New prototypes.
18779         (dwarf2out_begin_prologue): Add column argument.
18780         * debug.c (do_nothing_debug_hooks): Adjust source_line and
18781         begin_prologue hooks.
18782         (debug_nothing_int_charstar_int_bool): Remove.
18783         (debug_nothing_int_int_charstar,
18784         debug_nothing_int_int_charstar_int_bool): New functions.
18785         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
18786         through to dwarf2out_source_line.
18787         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
18788         (dwarf2out_source_line): Add column argument, emit it if requested.
18789         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
18790         arguments.
18791         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18792         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18793         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
18794         through to dwarf2out_begin_prologue.
18795         (vmsdbgout_source_line): Add column argument, pass it through to
18796         dwarf2out_source_line.
18797         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
18798         dbxout_source_line caller.
18799         (dbxout_source_line): Add column argument.
18801         * common.opt (gno-column-info, gcolumn-info): New options.
18802         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
18803         (check_die): Also test for multiple DW_AT_decl_column attributes.
18804         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
18805         DW_AT_decl_column if requested.
18806         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
18807         if requested.
18808         (gen_variable_die): Likewise.
18809         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
18810         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
18812         PR target/79569
18813         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
18814         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
18815         (ix86_handle_option): Handle OPT_m3dnowa.
18816         * doc/invoke.texi (-m3dnowa): Document.
18817         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
18818         -m3dnowa instead of -m3dnow -march=athlon.
18820         PR target/79559
18821         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
18822         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
18824 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18826         PR target/79261
18827         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
18828         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
18829         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
18830         generator for vsx_xxpermdi_<mode>_be.
18831         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
18832         force big-endian semantics.
18833         (vsx_xxpermdi_<mode>_be): New define_expand with same
18834         implementation as previous version of vsx_xxpermdi_<mode>.
18836 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
18838         PR tree-optimization/79327
18839         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
18840         variable, its initialization and use.
18842 2017-02-17  Julia Koval  <julia.koval@intel.com>
18844         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
18845         (OPTION_MASK_ISA_PKU_UNSET): New.
18846         (ix86_handle_option): Handle -mrdpid.
18847         * config/i386/cpuid.h (bit_RDPID): New.
18848         * config/i386/driver-i386.c (host_detect_local_cpu):
18849         Detect RDPID feature.
18850         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
18851         * config/i386/i386-c.c (ix86_target_macros_internal):
18852         Handle RDPID flag.
18853         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
18854         (ix86_valid_target_attribute_inner_p): Add "rdpid".
18855         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
18856         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
18857         * config/i386/i386.md (define_insn "rdpid"): New.
18858         * config/i386/i386.opt Add -mrdpid.
18859         * config/i386/immintrin.h (_rdpid_u32): New.
18861 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
18863         PR rtl-optimization/79541
18864         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
18865         instead of transforming it into USE.
18867 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
18869         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
18870         If HONOR_SNANS (SFmode) force the input to a register.
18871         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
18872         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
18873         an frsp or similar insn.
18875 2017-02-17  Martin Liska  <mliska@suse.cz>
18877         PR rtl-optimization/79577
18878         * params.def (selsched-max-sched-times): Increase minimum to 1.
18880 2017-02-17  Martin Liska  <mliska@suse.cz>
18882         PR rtl-optimization/79574
18883         * gcse.c (want_to_gcse_p): Prevent integer overflow.
18885 2017-02-17  Martin Liska  <mliska@suse.cz>
18887         PR tree-optimization/79529
18888         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
18889         ssa_defined_default_def_p to handle cases which are implicitly
18890         defined.
18891         * tree-ssa.c (ssa_defined_default_def_p): New function.
18892         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
18893         which are implicitly defined.
18894         * tree-ssa.h (ssa_defined_default_def_p): Declare.
18896 2017-02-17  Richard Biener  <rguenther@suse.de>
18898         PR middle-end/79576
18899         * params.def (max-ssa-name-query-depth): Limit to 10.
18901 2017-02-17  Richard Biener  <rguenther@suse.de>
18903         PR tree-optimization/79552
18904         * tree-ssa-structalias.c (visit_loadstore): Properly verify
18905         default defs.
18907 2017-02-17  Richard Biener  <rguenther@suse.de>
18909         PR bootstrap/79567
18910         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
18912 2017-02-17  Marek Polacek  <polacek@redhat.com>
18914         PR middle-end/79536
18915         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
18916         (fold_negate_expr): New wrapper.
18918 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
18920         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
18921         Correct terminology and de-emphasize pre-standard behavior.
18923 2017-02-16  Alan Modra  <amodra@gmail.com>
18925         PR rtl-optimization/79286
18926         * ira.c (def_dominates_uses): New function.
18927         (update_equiv_regs): Don't create an equivalence for insns that
18928         may trap where the register def does not dominate the use.
18930 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
18932         PR rtl-optimization/78127
18933         * lra.c (lra): Call lra_eliminate before finish the loop after
18934         lra_constraint.
18936 2017-02-16  Richard Biener  <rguenther@suse.de>
18938         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
18939         isl/isl_val.h.
18940         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
18941         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
18942         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
18943         (isl_val_int_from_wi): New function.
18944         (extract_affine_gmp): Rename to ...
18945         (extract_affine_wi): ... this, take a widest_int.
18946         (extract_affine_int): Just wrap extract_affine_wi.
18947         (add_param_constraints): Use isl_val_int_from_wi.
18948         (add_loop_constraints): Likewise, and extract_affine_wi.
18950 2017-02-15  Jeff Law  <law@redhat.com>
18952         PR middle-end/79521
18953         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
18954         ira_init_register_move_cost_if_necessary.
18956 2017-02-15  Martin Sebor  <msebor@redhat.com>
18958         PR middle-end/32003
18959         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
18960         removed in a prior commit.
18962 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
18964         PR tree-optimization/79347
18965         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
18966         counters during peeling.
18968 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
18970         * Makefile.in (site.exp): Remove "set ISLVER".
18972 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
18974         PR target/79487
18975         * real.c (real_from_integer): Call real_convert even for decimal.
18977 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18979         PR target/79421
18980         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
18982 2017-02-14  Andrew Pinski  <apinski@cavium.com>
18984         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
18985         cores and change the partno/implementer to be correct.
18986         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
18987         the 'B" as the implementer.
18988         * config/aarch64/aarch64-tune.md: Regenerate.
18990 2017-02-14  Carl Love  <cel@us.ibm.com>
18992         * config/rs6000/rs6000.c: Add case statement entry to make the
18993         xvcvuxdsp built-in argument unsigned.
18994         * config/rs6000/vsx.md: Fix the source and return operand types so they
18995         match the instruction definitions from the ISA document.  Fix typo
18996         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
18997         statement.
18999 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
19001         PR target/79282
19002         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
19003         member early_clobber_alts.
19004         * lra-lives.c (reg_early_clobber_p): New.
19005         (process_bb_lives): Use it.
19006         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
19007         (debug_operand_data): Initialize early_clobber_alts.
19008         (setup_operand_alternative): Set up early_clobber_alts.
19009         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
19010         alternatives to new_insn_reg.
19011         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
19012         it.
19013         (lra_update_insn_regno_info): Pass the new arg.
19015 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19017         PR middle-end/79505
19018         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
19019         (new_oacc_loop_raw): Don't clear already cleared fields.
19021         PR target/79481
19022         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
19023         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
19024         _mm512_prefetch_i64gather_ps): New inline functions and macros.
19026 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
19028         PR target/79495
19029         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
19031 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
19033         PR target/79498
19034         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
19035         the extra instruction to the right place to store 128-bit constant
19036         when needed.
19038 2017-02-14  Martin Sebor  <msebor@redhat.com>
19040         PR middle-end/79448
19041         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
19042           warning for strings of unknown length.
19044 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
19046         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
19048 2017-02-14  Jeff Law  <law@redhat.com>
19050         PR target/79404
19051         * ira-costs.c (scan_one_insn): Initialize register move costs
19052         for pseudos seen in USE/CLOBBER insns.
19054         PR tree-optimization/79095
19055         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
19056         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
19057         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
19058         if the operands are known to be not equal, then the resulting range
19059         is ~[0,0].
19060         (intersect_ranges): If the new range is ~[0,0] and the old range is
19061         wide, then prefer ~[0,0].
19062         * tree-vrp.c (overflow_comparison_p_1): New function.
19063         (overflow_comparison_p): New function.
19064         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
19065         if NAME is used in an overflow test.
19066         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
19067         overflow check that can be expressed as an equality test, then adjust
19068         ops to be that equality test.
19070 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19072         * config/s390/s390-builtin-types.def: Remove flags argument.
19073         * config/s390/s390.c (s390_init_builtins): Likewise.
19075 2017-02-14  Martin Liska  <mliska@suse.cz>
19077         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
19078         vector.  Fix trailing white spaces.
19080 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
19082         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
19083         HFmode.
19085 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19087         PR rtl-optimization/68664
19088         * config/arm/arm.c (arm_sched_can_speculate_insn):
19089         New function.  Declare prototype.
19090         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19092 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19094         PR rtl-optimization/68664
19095         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
19096         New function.
19097         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19099 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
19101         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
19102         max skip bytes for function, loop and jump.
19104 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19106         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
19107         ABS_EXPR for gimple dump.
19109 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19111         PR target/79462
19112         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
19114         PR tree-optimization/79408
19115         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
19116         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
19117         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
19118         also if rhs1 is INTEGER_CST.
19120 2017-02-14  Richard Biener  <rguenther@suse.de>
19122         PR middle-end/79432
19123         * tree-into-ssa.c (insert_phi_nodes): When the function can
19124         have abnormal edges rewrite SSA names with broken use-def
19125         dominance out of SSA and register them for PHI insertion.
19127 2017-02-13  Martin Sebor  <msebor@redhat.com>
19129         PR middle-end/79496
19130         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
19131         clearing info.nowrite flag when snprintf size argument is a range.
19133 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19135         * cprop.c (cprop_jump): Add missing space in string literal.
19136         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
19137         (get_constraint_for_component_ref): Likewise.
19138         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
19139         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
19140         * lra-constraints.c (process_alt_operands): Likewise.
19141         * ipa-inline.c (inline_small_functions): Likewise.
19142         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
19143         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
19144         * trans-mem.c (diagnose_tm_1_op): Likewise.
19145         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
19146         (grid_parallel_clauses_gridifiable): Likewise.
19148         * config/nvptx/mkoffload.c (process): Add space in between
19149         , and %d.
19151         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
19152         "MOD4_SSE_REGS" and "ALL_REGS".
19154         * spellcheck.c (test_data): Add , in between "foo" and "food".
19156 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19158         PR target/79449
19159         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
19160         boundary crossing check and subsequent code generation agree.
19162 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19164         * config/aarch64/aarch64.c (has_memory_op): Delete.
19165         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
19166         has_memory_op.
19168 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19170         PR rtl-optimization/79388
19171         PR rtl-optimization/79450
19172         * combine.c (distribute_notes): When removing TEM_INSN for which
19173         corresponding dest has last value recorded, invalidate that last
19174         value.
19176 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19178         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
19179         of explicit '@'.  Add missing assembly comment marker on branch costs
19180         printout.
19182 2017-02-13  Nathan Sidwell  <nathan@acm.org>
19184         * gengtype-lex.l (<in_struct>): Add '/'.
19186 2017-02-13  Martin Liska  <mliska@suse.cz>
19188         PR c/79471
19189         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
19191 2017-02-13  Richard Biener  <rguenther@suse.de>
19193         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
19194         Remove.
19195         * configure: Re-generate.
19196         * config.in: Likewise.
19197         * graphite-dependences.c: Simplify as if
19198         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
19199         * graphite-isl-ast-to-gimple.c: Likewise.
19200         * graphite-optimize-isl.c: Likewise.
19201         * graphite-poly.c: Likewise.
19202         * graphite-sese-to-poly.c: Likewise.
19203         * graphite.h: Likewise.
19204         * toplev.c: Include isl/version.h and use isl_version () for
19205         printing the ISL version.
19206         * doc/install.texi: Update ISL requirement.
19208 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19210         * doc/standards.texi (Standards): Update reference to
19211         Objective-C 2.0.
19213 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19215         * doc/extend.texi (Named Address Spaces): sourceware.org now
19216         defaults to https.
19217         * doc/install.texi (Binaries): Ditto.
19218         (Specific): Ditto.
19220 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19222         * doc/cpp.texi: Replace "stringify"/"stringification" with C
19223         standard terminology "stringize"/"stringizing" throughout.
19224         * doc/cppinternals.texi: Likewise.
19226 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19228         * doc/extend.texi: Fix some spelling mistakes and typos.
19229         * doc/invoke.texi: Likewise.
19231 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19233         PR ipa/79224
19234         * params.def (inline-min-speedup) Change from 10 to 8.
19236 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19238         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
19239         4.5.
19241 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19243         PR ipa/79224
19244         * ipa-inline-analysis.c (get_minimal_bb): New function.
19245         (record_modified): Use it.
19246         (remap_edge_change_prob): Handle also ancestor functions.
19248 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
19250         * doc/contrib.texi (Contributors): Remove broken link into
19251         the Mauve CVS repository.
19253 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19255         PR middle-end/79454
19256         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
19257         result computation whenever lhs doesn't have vector mode, not
19258         just when it has BLKmode.
19260 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19262         * doc/makefile.texi (profiledbootstrap): Refer to the
19263         installation instructions only in textual form.
19265 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19267         PR target/79295
19268         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
19270 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19272         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
19273         (Specific): Update mingw-w64 reference.
19274         (Binaries): Ditto.
19275         (Specific): Remove broken link to Renesas RX processor.
19277 2017-02-10  Richard Biener  <rguenther@suse.de>
19279         * toplev.c (process_options): Do not mention obsolete graphite
19280         options when printing sorry message about missing graphite support.
19281         Mention -floop-nest-optimize.
19283 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
19285         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
19286         (vtst_p16): Likewise.
19287         (vtstq_p8): Likewise.
19288         (vtstq_p16): Likewise.
19289         (vtst_p64): New.
19290         (vtstq_p64): Likewise.
19291         * config/arm/arm_neon.h (vgetq_lane_p64): New.
19292         (vset_lane_p64): New.
19293         (vsetq_lane_p64): New.
19295 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
19297         PR tree-optimization/79411
19298         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
19299         stmt operands are SSA_NAMEs used in abnormal phis.
19300         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
19301         phis.
19303 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19305         PR ipa/70795
19306         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
19307         flag if needed.
19309 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19311         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
19313 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
19315         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
19316         to avoid warning.
19318         PR c/79413
19319         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
19320         not arbitrary TREE_CONSTANT.
19322         PR c/79431
19323         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
19324         "omp declare target link" attribute unless is_global_var.
19325         * omp-offload.c (find_link_var_op): Likewise.
19327 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
19328             Chung-Lin Tang  <cltang@codesourcery.com>
19330         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
19331         OMP_CLAUSE_TILE.
19332         (gimplify_adjust_omp_clauses): Don't delete TILE.
19333         (gimplify_omp_for): Deal with TILE.
19334         * internal-fn.c (expand_GOACC_TILE): New function.
19335         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
19336         (GOACC_TILE): New.
19337         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
19338         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
19339         element fields.
19340         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
19341         avoid DIV for outermost collapse var.
19342         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
19343         Remove out of date comments, fix whitespace.
19344         * omp-general.c (omp_extract_for_data): Deal with tiling.
19345         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
19346         adjust OLF_DIM_BASE value.
19347         (struct omp_for_data): Add tiling field.
19348         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
19349         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
19350         for auto loops.  Remove default auto determining, moved to
19351         oacc_loop_fixed_partitions.
19352         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
19353         stmts, add e_mask field.
19354         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
19355         (oacc_thread_numbers): Use oacc_dim_call.
19356         (oacc_xform_tile): New.
19357         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
19358         (finish_oacc_loop): Adjust for ifns vector.
19359         (oacc_loop_discover_walk): Append loop abstraction sites to list,
19360         add case for GOACC_TILE fns.
19361         (oacc_loop_xform_loop): Delete.
19362         (oacc_loop_process): Iterate over call list directly, and add
19363         handling for GOACC_TILE fns.
19364         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
19365         dump partitioning.
19366         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
19367         vector partitioning to outer loops.  Assign 2 partitions to loops
19368         when available. Add TILE handling.
19369         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
19370         (execite_oacc_device_lower): Process GOACC_TILE fns,
19371         ignore unknown specs.
19372         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
19373         * tree.c (omp_clause_num_ops): Adjust TILE ops.
19374         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
19376 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
19378         * configure.ac (ACX_BUGURL): Update.
19379         * configure: Regenerate.
19381 2017-02-09  Richard Biener  <rguenther@suse.de>
19383         PR tree-optimization/69823
19384         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
19385         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
19387 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19389         * config/arc/arc-c.def: Add __NPS400__ definition.
19390         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
19391         (TARGET_NPS400): Define.
19393 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19395         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
19396         file.
19397         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
19398         pointer, arch_info.
19399         (arc_cpu_types): Fill the arch_info field with a pointer into the
19400         arc_arch_types table.
19401         (arc_selected_cpu): Declare.
19402         * config/arc/arc.c (arc_selected_cpu): Make global.
19403         (arc_selected_arch): Delete.
19404         (arc_base_cpu): Delete.
19405         (arc_override_options): Remove references to deleted variables,
19406         update access to arch information.
19407         (ARC_OPT): Update access to arch information.
19408         (ARC_OPTX): Likewise.
19409         * config/arc/arc.h (arc_base_cpu): Remove declaration.
19410         (TARGET_ARC600): Update access to arch information.
19411         (TARGET_ARC601): Likewise.
19412         (TARGET_ARC700): Likewise.
19413         (TARGET_EM): Likewise.
19414         (TARGET_HS): Likewise.
19415         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
19416         information.
19418 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
19420         PR target/78604
19421         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
19422         condition/operands for integer GE/LE/GEU/LEU operations.
19424 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
19426         PR translation/79397
19427         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
19428         of AltiVec.
19430 2017-02-08  Martin Jambor  <mjambor@suse.cz>
19432         PR ipa/79375
19433         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
19434         whether allocation happened.
19435         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
19436         nothing was allocated.
19438 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
19440         PR tree-optimization/79408
19441         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
19442         constant, but SSA_NAME with a known integer range, use the minimum
19443         of that range instead of op1 to determine if modulo can be replaced
19444         with its first operand.
19446 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19448         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
19450 2017-02-08  Richard Biener  <rguenther@suse.de>
19452         PR tree-optimization/71824
19453         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
19454         Check all loops contained in the merged region.
19456 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19458         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
19460 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19462         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
19463         (thunderxt88): Likewise.
19464         (thunderxt81): Disable LSE and change v8.1 to v8.
19465         (thunderxt83): Likewise.
19467 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19468             Richard Biener  <rguenther@suse.de>
19470         PR middle-end/79399
19471         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
19472         type from int to size_t.
19473         * ira-costs.c (struct_costs_size): Change type from int to size_t.
19475 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19477         PR rtl-optimization/79386
19478         * cprop.c (bypass_conditional_jumps): Initialize
19479         bypass_last_basic_block already before splitting bbs after
19480         unconditional traps...
19481         (bypass_conditional_jumps): ... rather than here.
19483         PR target/79299
19484         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
19485         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
19486         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
19487         fix -masm=intel patterns.
19489 2017-02-07  Richard Biener  <rguenther@suse.de>
19491         PR tree-optimization/79256
19492         PR middle-end/79278
19493         * builtins.c (get_object_alignment_2): Use min_align_of_type
19494         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
19495         and ADJUST_FIELD_ALIGN.
19497         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
19498         type parameter.
19499         * doc/tm.texi: Regenerate.
19500         * stor-layout.c (layout_decl): Adjust.
19501         (update_alignment_for_field): Likewise.
19502         (place_field): Likewise.
19503         (min_align_of_type): Likewise.
19504         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
19505         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
19506         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
19507         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
19508         * config/frv/frv.c (frv_adjust_field_align): Likewise.
19509         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
19510         * config/i386/i386.c (x86_field_alignment): Likewise.
19511         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
19512         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
19513         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
19514         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
19515         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
19516         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
19517          Likewise.
19519         Revert
19520         2017-01-30  Richard Biener  <rguenther@suse.de>
19522         PR tree-optimization/79256
19523         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
19524         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
19525         alignment on TYPE.
19527 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
19529         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
19530         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
19531         builtins to SImode and emit a zero-extend, if necessary.
19533 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19535         * docs/invoke.texi (RISC-V Options): Alphabetize.
19537 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19539         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
19540         options.
19542 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19544         * config/riscv/riscv.c: New file.
19545         * common/config/riscv/riscv-common.c: Likewise.
19546         * config.gcc: Likewise.
19547         * config/riscv/constraints.md: Likewise.
19548         * config/riscv/elf.h: Likewise.
19549         * config/riscv/generic.md: Likewise.
19550         * config/riscv/linux.h: Likewise.
19551         * config/riscv/multilib-generator: Likewise.
19552         * config/riscv/peephole.md: Likewise.
19553         * config/riscv/pic.md: Likewise.
19554         * config/riscv/predicates.md: Likewise.
19555         * config/riscv/riscv-builtins.c: Likewise.
19556         * config/riscv/riscv-c.c: Likewise.
19557         * config/riscv/riscv-ftypes.def: Likewise.
19558         * config/riscv/riscv-modes.def: Likewise.
19559         * config/riscv/riscv-opts.h: Likewise.
19560         * config/riscv/riscv-protos.h: Likewise.
19561         * config/riscv/riscv.h: Likewise.
19562         * config/riscv/riscv.md: Likewise.
19563         * config/riscv/riscv.opt: Likewise.
19564         * config/riscv/sync.md: Likewise.
19565         * config/riscv/t-elf-multilib: Likewise.
19566         * config/riscv/t-linux: Likewise.
19567         * config/riscv/t-linux-multilib: Likewise.
19568         * config/riscv/t-riscv: Likewise.
19569         * configure.ac: Likewise.
19570         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
19571         Waterman as RISC-V maintainers.
19572         * doc/install.texi: Add RISC-V entries.
19573         * doc/invoke.texi: Add RISC-V options section.
19574         * doc/md.texi: Add RISC-V constraints section.
19575         * configure: Regenerated.
19577 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
19579         PR target/66144
19580         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
19581         false values to be constant vectors with all 0 or all 1 bits set.
19582         (vcondu<mode><mode>): Likewise.
19583         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
19584         predicate.
19585         (fpmask_comparison_operator): Update comment.
19586         (vecint_comparison_operator): New predicate.
19587         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
19588         vector conditionals when the true and false values are constant
19589         vectors with all 0 bits or all 1 bits set.
19591 2017-02-06  Martin Sebor  <msebor@redhat.com>
19593         PR  tree-optimization/79376
19594         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
19596 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
19598         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
19599         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
19600         to simplify split condition.
19602 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19604         * omp-expand.c (oxpand_omp_atomic_fetch_op,
19605         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
19606         false.
19608 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
19610         PR rtl-optimization/68664
19611         * target.def (can_speculate_insn): New hook.
19612         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
19613         * doc/tm.texi: Regenerate.
19614         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
19615         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
19616         (rs6000_sched_can_speculate_insn): New function.
19618 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19620         PR tree-optimization/79284
19621         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
19622         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
19623         vectorizable_mask_load_store, vectorizable_operation,
19624         vect_is_simple_cond, get_same_sized_vectype): Use it instead
19625         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
19626         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
19627         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
19628         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
19629         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
19630         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
19631         is_gimple_assign (stmt).  Replace another such test with
19632         is_gimple_assign (stmt).
19634 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19636         PR target/78883
19637         * config/avr/avr.c (rtl-iter.h): Include it.
19638         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
19639         (avr_legitimate_combined_insn): ...and implementation.
19641 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19643         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
19644         * config/s390/s390.c (s390_const_operand_ok)
19645         (s390_canonicalize_comparison, s390_extract_part)
19646         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
19647         (s390_contiguous_bitmask_p, s390_rtx_costs)
19648         (legitimize_pic_address): Likewise.
19649         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
19650         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
19651         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
19652         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
19653         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
19655 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19657         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
19658         REGNO($0) == REGNO($1).
19660 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19662         * config/s390/linux.h(SIZE_TYPE): Add comment.
19664 2017-02-06  Julian Brown  <julian@codesourcery.com>
19665             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19666             Virendra Pathak  <virendra.pathak@broadcom.com>
19668         * config/aarch64/aarch64-cores.def: Change the scheduler
19669         to Thunderx2t99.
19670         * config/aarch64/aarch64.md: Include thunderx2t99.md.
19671         * config/aarch64/thunderx2t99.md: New file.
19673 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19675         * doc/standards.texi (Go Language): Update link to language
19676         standard.
19678 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19680         * tree-eh.c (lower_resx): Sanitize profile.
19681         (cleanup_empty_eh_move_lp): Likewise.
19683 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19685         PR tree-ssa/79347
19686         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
19687         ELSE_PROB.
19688         * cfgloopmanip.h (loop_version): Update prototype.
19689         * modulo-sched.c (sms_schedule): Update call of loop_version.
19690         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
19691         * tree-parloops.c (gen_parallel_loop): Likewise.
19692         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
19693         * tree-ssa-loop-split.c (split_loop): Likewise.
19694         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
19695         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
19697 2017-02-05  Martin Liska  <mliska@suse.cz>
19699         PR bootstrap/78985
19700         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
19701         variable to NULL.
19702         (print_operand_address): Initialize a struct to zero.
19704 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19706         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
19707         garbage collector only in textual form.
19709 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19711         * doc/extend.texi (x86 specific memory model extensions for
19712         transactional memory): Simplify a phrase.
19714 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
19716         PR target/79353
19717         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
19718         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
19719         (atomic_storedi_1): Likewise.
19721 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
19723         PR tree-optimization/79338
19724         * tree-parloops.c (gather_scalar_reductions): Don't call
19725         vect_analyze_loop_form for loop->inner before destroying loop's
19726         loop_vinfo.
19728 2017-02-03  Martin Sebor  <msebor@redhat.com>
19730         PR tree-optimization/79327
19731         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
19732         when precision has resulted in leading zeros.
19733         (format_integer): Adjust the likely counter to assume an unknown
19734         argument that may be zero is non-zero.
19736 2017-02-03  Jason Merrill  <jason@redhat.com>
19738         PR c++/78689
19739         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
19740         avoid copying non-taken branch.
19742 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19744         PR tree-optimization/79340
19745         * tree-vect-loop.c (vectorizable_reduction): Release
19746         vec_defs elements after safe_splicing them into other vectors.
19747         Formatting fixes.
19749         PR tree-optimization/79327
19750         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
19751         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
19752         dirtype.
19753         (format_integer): Use wide_int_to_tree instead of build_int_cst
19754         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
19755         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
19756         of shortest and longest sequence.
19758 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
19760         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
19761         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
19763 2017-02-03  Walter Lee  <walt@tilera.com>
19765         PR target/78862
19766         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
19767         after initial stackframe link reg save.
19768         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
19770 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19772         PR target/79354
19773         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
19774         wu for stxssp alternative.
19776 2017-02-03  Martin Sebor  <msebor@redhat.com>
19778         PR tree-optimization/79352
19779         * gimple-fold.c (get_range_strlen): Add argument.
19780         (get_range_strlen): Change return type to bool.
19781         (get_maxval_strlen): Pass in a dummy argument.
19782         * gimple-fold.h (get_range_strlen): Change return type to bool.
19783         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
19784         * tree.h (array_at_struct_end_p): Add argument.
19785         * tree.c (array_at_struct_end_p): Handle it.
19787 2017-02-03  Martin Liska  <mliska@suse.cz>
19789         PR lto/66295
19790         * multiple_target.c (create_dispatcher_calls): Redirect edge
19791         from a caller of a dispatcher.
19792         (expand_target_clones): Make the clones local.
19793         (ipa_target_clone): Do both target clones and resolvers.
19794         (ipa_dispatcher_calls): Remove the pass.
19795         (pass_dispatcher_calls::gate): Likewise.
19796         (make_pass_dispatcher_calls): Likewise.
19797         * passes.def (pass_target_clone): Put as very first IPA early
19798         pass.
19800 2017-02-03  Martin Liska  <mliska@suse.cz>
19802         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
19803         in case of a function with ifunc attribute.
19805 2017-02-03  Martin Liska  <mliska@suse.cz>
19807         * cgraph.c (cgraph_node::dump): Dump function version info.
19808         * symtab.c (symtab_node::dump_base): Add missing new line.
19810 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
19812         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
19813         (ifcombine_ifandif): Use it.
19815 2017-02-03  Martin Liska  <mliska@suse.cz>
19817         * doc/invoke.texi: Document default value for
19818         use-after-scope-direct-emission-threshold.
19820 2017-02-03  Martin Liska  <mliska@suse.cz>
19822         PR tree-optimization/79339
19823         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
19824         (format_floating): Likewise.
19826 2017-02-03  Martin Liska  <mliska@suse.cz>
19828         PR ipa/79337
19829         * ipa-prop.c (ipa_node_params_t::insert): Remove current
19830         implementation.
19831         (ipa_node_params_t::remove): Likewise.
19832         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
19833         initialization from removed ipa_node_params_t::insert.
19834         (ipa_node_params::~ipa_node_params): Move from removed
19835         ipa_node_params_t::release.
19836         * symbol-summary.h (symbol_summary::m_released): New member.
19837         Do not release a summary twice.  Do not allow to call finalizer
19838         for types of a summary that live in GGC memory.
19840 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19842         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
19843         cmp_branch fusion.
19845 2017-02-02  Martin Sebor  <msebor@redhat.com>
19847         PR middle-end/79275
19848         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
19849         (format_string): Tighten up the range of output for non-constant
19850         strings and correct the expected range for wide non-constant strings.
19852 2017-02-02  Martin Sebor  <msebor@redhat.com>
19854         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
19856         PR middle-end/32003
19857         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
19858         index.
19859         (-fdump-tree-@var): Add to index and document how to come up
19860         with pass-specific option and dump file names.
19861         (-fdump-passes): Clarify where to look for output.
19863 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
19865         PR middle-end/77445
19866         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
19867         statistics of the analyzed path; allow threading for speed when
19868         any of BBs along the path are optimized for speed.
19870 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
19872         PR middle-end/78468
19873         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
19874         settings of the virtual registers.
19876         Revert again
19877         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19879         * explow.c (get_dynamic_stack_size): Take known alignment of stack
19880         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
19881         needed.
19883 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19885         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
19886         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
19888 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19890         * config/s390/s390.md: Add missing comments with the expanded
19891         mnemonics.
19892         * config/s390/vector.md: Likewise.
19893         * config/s390/vx-builtins.md: Likewise.
19895 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
19897         PR target/79197
19898         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
19899         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
19900         conditions on a single line.
19902 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19904         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
19905         __S390_VX__ to __VX__.
19907 2017-02-01  Andrew Pinski  <apinski@cavium.com>
19909         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
19910         stmt_info to record_stmt_cost.
19911         (vect_get_known_peeling_cost): Pass stmt_info if known to
19912         record_stmt_cost.
19913         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
19914         cpu_vector_cost field into
19915         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
19916         field into vec_int_stmt_cost and vec_fp_stmt_cost.
19917         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
19918         splitting of scalar_stmt_cost and vec_stmt_cost.
19919         (thunderx_vector_cost): Likewise.
19920         (cortexa57_vector_cost): LIkewise.
19921         (exynosm1_vector_cost): Likewise.
19922         (xgene1_vector_cost): Likewise.
19923         (thunderx2t99_vector_cost): Improve after the splitting of the two
19924         fields.
19925         (aarch64_builtin_vectorization_cost): Update for the splitting of
19926         scalar_stmt_cost and vec_stmt_cost.
19928 2017-02-01  Torvald Riegel  <triegel@redhat.com>
19929             Richard Henderson  <rth@redhat.com>
19931         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
19932         conditional on existance of a fast atomic load.
19933         * optabs-query.c (can_atomic_load_p): New function.
19934         * optabs-query.h (can_atomic_load_p): Declare it.
19935         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
19936         no fast atomic load is available for the particular size of access.
19937         (expand_atomic_compare_and_swap): Likewise.
19938         (expand_atomic_load): Likewise.
19939         (expand_atomic_store): Likewise.
19940         (expand_atomic_fetch_op): Likewise.
19941         * testsuite/lib/target-supports.exp
19942         (check_effective_target_sync_int_128): Remove x86 because it provides
19943         no fast atomic load.
19944         (check_effective_target_sync_int_128_runtime): Likewise.
19946 2017-02-01  Richard Biener  <rguenther@suse.de>
19948         * graphite.c: Include tree-vectorizer.h for find_loop_location.
19949         (graphite_transform_loops): Provide opt-info for optimized nests.
19950         * tree-parloop.c (parallelize_loops): Provide opt-info for
19951         parallelized loops.
19953 2017-02-01  Richard Biener  <rguenther@suse.de>
19955         PR middle-end/79315
19956         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
19957         was not set before.
19959 2017-02-01  Richard Biener  <rguenther@suse.de>
19961         PR tree-optimization/71824
19962         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
19963         Verify the loops are valid in the merged SESE region.
19964         (scop_detection::can_represent_loop_1): Check analyzing the
19965         evolution of the number of iterations in the region succeeds.
19967 2017-01-31  Ian Lance Taylor  <iant@golang.org>
19969         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
19970         REG_ARGS_SIZE note to 32-bit push insns and call insn.
19972 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
19974         PR preprocessor/79210
19975         * input.c (get_substring_ranges_for_loc): Replace line_width
19976         assertion with error-handling.
19978 2017-01-31  Richard Biener  <rguenther@suse.de>
19980         PR tree-optimization/77318
19981         * graphite-sese-to-poly.c (extract_affine): Fix assert.
19982         (create_pw_aff_from_tree): Take loop parameter.
19983         (add_condition_to_pbb): Pass loop of the condition to
19984         create_pw_aff_from_tree.
19986 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
19988         * config/s390/s390.c (s390_asan_shadow_offset): New function.
19989         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
19991 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
19993         PR target/78597
19994         PR target/79038
19995         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
19996         no longer used.
19997         (convert_int_to_float128): Likewise.
19998         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
19999         (convert_int_to_float128): Likewise.
20000         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
20001         (UNSPEC_IEEE128_CONVERT): Likewise.
20002         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
20003         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
20004         Use local variables for IBM extended format.
20005         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
20006         (fix_trunc<mode>si2_fprs): Likewise.
20007         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
20008         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
20009         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
20010         to know that we can now have integers of all sizes in vector
20011         registers.
20012         (fix<uns>_<mode>di2_hw): Likewise.
20013         (float<uns>_<mode>si2_hw): Likewise.
20014         (fix_<mode>si2_hw): Likewise.
20015         (fixuns_<mode>si2_hw): Likewise.
20016         (float<uns>_<mode>di2_hw): Likewise.
20017         (float_<mode>di2_hw): Likewise.
20018         (float_<mode>si2_hw): Likewise.
20019         (floatuns_<mode>di2_hw): Likewise.
20020         (floatuns_<mode>si2_hw): Likewise.
20021         (xscvqp<su>wz_<mode>): Delete, no longer used.
20022         (xscvqp<su>dz_<mode>): Likewise.
20023         (xscv<su>dqp_<mode>): Likewise.
20024         (ieee128_mfvsrd_64bit): Likewise.
20025         (ieee128_mfvsrd_32bit): Likewise.
20026         (ieee128_mfvsrwz): Likewise.
20027         (ieee128_mtvsrw): Likewise.
20028         (ieee128_mtvsrd_64bit): Likewise.
20029         (ieee128_mtvsrd_32bit): Likewise.
20031 2017-01-31  Martin Liska  <mliska@suse.cz>
20033         PR ipa/79285
20034         * ipa-prop.c (ipa_free_all_node_params): Call release method
20035         instead of ~sumbol_summary to not to trigger double times
20036         dtor of hash_map.
20038 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
20040         PR tree-optimization/71691
20041         * bitmap.h (class auto_bitmap): New.
20042         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
20043         is_maybe_undefined instead of ssa_undefined_value_p.
20045 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20047         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
20048         __S390_ARCH_LEVEL__ to __ARCH__.
20050 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
20052         PR tree-optimization/79267
20053         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
20054         if should_remove_lhs_p is true.
20056 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
20058         PR debug/63238
20059         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
20060         (add_alignment_attribute): New.
20061         (base_type_die): Add alignment attribute.
20062         (subrange_type_die): Likewise.
20063         (modified_type_die): Likewise.
20064         (gen_array_type_die): Likewise.
20065         (gen_descr_array_type_die: Likewise.
20066         (gen_enumeration_type_die): Likewise.
20067         (gen_subprogram_die): Likewise.
20068         (gen_variable_die): Likewise.
20069         (gen_field_die): Likewise.
20070         (gen_ptr_to_mbr_type_die): Likewise.
20071         (gen_struct_or_union_type_die): Likewise.
20072         (gen_subroutine_type_die): Likewise.
20073         (gen_typedef_die): Likewise.
20074         (base_type_cmp): Compare alignment attribute.
20076 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
20078         PR target/79170
20079         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
20080         (setb_unsigned) New pattern for setb with CCUNS.
20081         * config/rs6000/rs6000.c (expand_block_compare): Use a different
20082         subfc./subfe sequence to avoid overflow problems.  Generate a
20083         shorter sequence with cmpld/setb for power9.
20084         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
20085         for generating subfc. instruction.
20086         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
20087         now uses this instruction.
20089 2017-01-30  Ian Lance Taylor  <iant@google.com>
20091         PR debug/79289
20092         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
20093         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
20095 2017-01-30  Martin Sebor  <msebor@redhat.com>
20097         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
20098         Move constant to the right of a relational operator.
20099         (get_mpfr_format_length, format_character, format_string): Ditto.
20100         (should_warn_p, maybe_warn): Same.
20102         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
20104 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
20106         PR lto/79061
20107         * asan.c (get_translation_unit_decl): Remove function.
20108         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
20110 2017-01-30  Martin Liska  <mliska@suse.cz>
20112         PR gcov-profile/79259
20113         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
20114         -fprofile-generate.
20116 2017-01-30  Martin Liska  <mliska@suse.cz>
20118         PR bootstrap/78985
20119         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
20120         Initialize variables with NULL value.
20122 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
20124         PR target/79260
20125         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
20126         tm_p_file.
20127         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
20129 2017-01-30  Richard Biener  <rguenther@suse.de>
20131         PR tree-optimization/79276
20132         * tree-vrp.c (process_assert_insertions): Properly adjust common
20133         when removing a duplicate.
20135         * gcc.dg/torture/pr79276.c: New testcase.
20137 2017-01-30  Richard Biener  <rguenther@suse.de>
20139         PR tree-optimization/79256
20140         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
20141         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
20142         alignment on TYPE.
20143         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
20145 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20147         PR target/79240
20148         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
20149         ("*r<noxa>sbg_<mode>_sll_bitmask")
20150         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
20151         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
20152         Use contiguous_bitmask_nowrap_operand.
20154 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20156         PR target/79268
20157         * config/rs6000/altivec.h (vec_xl): Revise #define.
20158         (vec_xst): Likewise.
20160 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
20162         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
20164 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
20166         PR rtl-optimization/79194
20167         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
20168         traps before call to bypass_conditional_jumps.
20170 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20172         PR tree-optimization/71374
20173         * lra-constraints.c (check_conflict_input_operands): New.
20174         (match_reload): Use it.
20176 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20178         PR target/79131
20179         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
20180         account to calculate conflict_set.
20182 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
20184         PR rtl-optimization/78559
20185         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
20186         other_insn in combine.
20188 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
20190         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
20191         uint16_type_node for BT_UINT16.
20193 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
20195         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
20196         "RTL Tests" to menu.
20197         (GIMPLE Tests): New node.
20198         (RTL Tests): New node.
20200 2017-01-27  Richard Biener  <rguenther@suse.de>
20202         PR tree-optimization/79245
20203         * tree-loop-distribution.c (distribute_loop): Apply cost
20204         modeling also to detected patterns.
20206 2017-01-27  Richard Biener  <rguenther@suse.de>
20208         PR tree-optimization/71433
20209         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
20210         (compare_assert_loc): New function.
20211         (process_assert_insertions): Sort and optimize assert locations
20212         to remove duplicates and push down identical assertions on
20213         edges to their destination block.
20215 2017-01-27  Richard Biener  <rguenther@suse.de>
20217         PR tree-optimization/79244
20218         * tree-vrp.c (remove_range_assertions): Forcefully propagate
20219         out SSA names even if abnormal.
20221 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
20223         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
20224         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
20225         instead of MPFR_RNDN.
20227 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
20229         PR target/79239
20230         * arm.c (arm_option_override): Don't call build_target_option_node
20231         until after doing all option overrides.
20232         (arm_valid_target_attribute_tree): Likewise.
20234 2017-01-27  Martin Liska  <mliska@suse.cz>
20236         * doc/invoke.texi (-fprofile-arcs): Document profiling support
20237         for {cd}tors and C++ {cd}tors.
20239 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20241         * config/s390/s390.md ("*setmem_long_and")
20242         ("*setmem_long_and_31z"): Use zero_extend instead of and.
20244 2017-01-26  Martin Sebor  <msebor@redhat.com>
20246         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
20247         of precision.
20249 2017-01-26  Martin Sebor  <msebor@redhat.com>
20251         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
20252         HAVE_DFmode before using XFmode or DFmode.
20253         (parse_directive): Avoid using the z length modifier to avoid
20254         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
20256         PR middle-end/78703
20257         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
20258         to accept adjustment as an array.
20259         (get_int_range): New function.
20260         (struct directive): Make width and prec arrays.
20261         (directive::set_width, directive::set_precision): Call get_int_range.
20262         (format_integer, format_floating): Handle width and precision ranges.
20263         (format_string, parse_directive): Same.
20265 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20267         PR debug/79129
20268         * dwarf2out.c (generate_skeleton_bottom_up): For children with
20269         comdat_type_p set, just clone them, but keep the children in the
20270         original DIE.
20272         PR debug/78835
20273         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
20274         which have direct callers with -fvar-tracking-assignments enabled
20275         in the current TU.
20276         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
20277         inside of type units.
20279 2017-01-26  Martin Sebor  <msebor@redhat.com>
20281         PR middle-end/78703
20282         * gimple-ssa-sprintf.c (struct result_range): Add likely and
20283         unlikely counters.
20284         (struct format_result): Replace number_chars, number_chars_min,
20285         and number_chars_max with a single member of struct result_range.
20286         Remove bounded.
20287         (format_result::operator+=): Adjust.
20288         (struct fmtresult): Remove bounded.  Handle likely and unlikely
20289         counters.
20290         (fmtresult::adjust_for_width_or_precision): New function.
20291         (fmtresult:type_max_digits): New function.
20292         (bytes_remaining): Handle likely and unlikely counters.
20293         (min_bytes_remaining): Remove.
20294         (format_percent): Simplify.
20295         (format_integer, format_floating): Set likely and unlikely counters.
20296         (get_string_length, format_character, format_string): Same.
20297         (format_plain, should_warn_p): New function.
20298         (maybe_warn): Call should_warn_p.  Update diagnostic messages
20299         and handle those for all directives, including plain strings.
20300         (format_directive): Handle likely and unlikely counters.
20301         Remove unnecessary quoting from diagnostics.  Add an informational
20302         note.
20303         (add_bytes): Remove.
20304         (pass_sprintf_length::compute_format_length): Simplify.
20305         (try_substitute_return_value): Handle likely and unlikely counters.
20307 2017-01-26  Carl Love  <cel@us.ibm.com>
20309         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
20310         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
20312 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
20314         PR target/79131
20315         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
20316         endianess for subregs into account.
20317         * lra-constraints.c (lra_constraints): Do risky transformations
20318         always on the first iteration.
20319         * lra-lives.c (check_pseudos_live_through_calls): Add arg
20320         last_call_used_reg_set.
20321         (process_bb_lives): Define and use last_call_used_reg_set.
20322         * lra.c (lra): Always continue after lra_constraints on the first
20323         iteration.
20325 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
20327         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
20328         constant.
20329         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
20331 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20333         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
20334         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
20335         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
20336         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
20337         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
20338         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
20339         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
20340         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
20341         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
20343 2017-01-26  Marek Polacek  <polacek@redhat.com>
20345         PR c/79199
20346         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
20347         for the third operand.
20349 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20351         PR middle-end/79236
20352         * omp-low.c (struct omp_context): Add simt_stmt field.
20353         (scan_omp_for): Return omp_context *.
20354         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
20355         context to the _simt_ SIMD stmt.
20356         (lower_omp_for): For combined SIMD with sibling _simt_
20357         SIMD, make sure to use the same decls in _looptemp_
20358         clauses as in the sibling.
20360 2017-01-26  David Sherwood  <david.sherwood@arm.com>
20362         PR middle-end/79212
20363         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
20364         all contexts.
20366 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20368         PR target/70465
20369         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
20370         emit fld b; fld a; if possible.
20372         * brig-builtins.def: Update copyright years.
20373         * config/arm/arm_acle_builtins.def: Update copyright years.
20375 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
20377         PR target/79179
20378         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
20379         constraint instead of o for the stxsd instruction.
20381 2017-01-25  Carl Love  <cel@us.ibm.com>
20383         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
20384         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
20386 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
20388         * doc/invoke.texi (C++ Dialect Options): Fix typo.
20390 2017-01-25  Richard Biener  <rguenther@suse.de>
20392         PR tree-optimization/69264
20393         * target.def (vector_alignment_reachable): Improve documentation.
20394         * doc/tm.texi: Regenerate.
20395         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
20396         and add a comment.
20397         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
20398         earlier changes with respect to TYPE_USER_ALIGN.
20399         (vector_alignment_reachable_p): Likewise.  Improve dumping.
20401 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20403         PR target/79145
20404         * config/arm/arm.md (xordi3): Force constant operand into a register
20405         for TARGET_IWMMXT.
20407 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20409         * doc/invoke.texi (-fstore-merging): Correct default optimization
20410         levels at which it is enabled.
20411         (-O): Move -fstore-merging from list to...
20412         (-O2): ... Here.
20414 2017-01-25  Richard Biener  <rguenther@suse.de>
20416         PR debug/78363
20417         * omp-expand.c: Include debug.h.
20418         (expand_omp_taskreg): Make sure to generate early debug before
20419         outlining anything from a function.
20420         (expand_omp_target): Likewise.
20421         (grid_expand_target_grid_body): Likewise.
20423 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
20425         PR lto/79061
20426         * asan.c (get_translation_unit_decl): New function.
20427         (asan_add_global): Extract modules file name from globals
20428         TRANSLATION_UNIT_DECL name.
20430 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
20432         PR target/77439
20433         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
20434         for long calls with APCS frame and VFP.
20436 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
20438         * cfg.c (original_copy_tables_initialized_p): New function.
20439         * cfg.h (original_copy_tables_initialized_p): New decl.
20440         * cfgrtl.c (relink_block_chain): Guard the call to
20441         free_original_copy_tables with a call to
20442         original_copy_tables_initialized_p.
20443         * cgraph.h (symtab_node::native_rtl_p): New decl.
20444         * cgraphunit.c (symtab_node::native_rtl_p): New function.
20445         (symtab_node::needed_p): Don't assert for early assembly output
20446         for __RTL functions.
20447         (cgraph_node::finalize_function): Set "force_output" for __RTL
20448         functions.
20449         (cgraph_node::analyze): Bail out early for __RTL functions.
20450         (analyze_functions): Update assertion to support __RTL functions.
20451         (cgraph_node::expand): Bail out early for __RTL functions.
20452         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
20453         __RTL functions.
20454         * function.h (struct function): Update comment for field
20455         "pass_startwith".
20456         * gimple-expr.c: Include "tree-pass.h".
20457         (gimple_has_body_p): Return false for __RTL functions.
20458         * Makefile.in (OBJS): Add run-rtl-passes.o.
20459         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
20460         accessor.
20461         (gcc::pass_manager::get_clean_slate): New accessor.
20462         * passes.c: Include "insn-addr.h".
20463         (should_skip_pass_p): Add logging.  Update logic for running
20464         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
20465         property-provider override so it is only done for gimple passes.
20466         Don't skip dfinit.
20467         (skip_pass): New function.
20468         (execute_one_pass): Call skip_pass when skipping passes.
20469         * read-md.c (md_reader::read_char): Support filtering
20470         the input to a subset of line numbers.
20471         (md_reader::md_reader): Initialize fields
20472         m_first_line and m_last_line.
20473         (md_reader::read_file_fragment): New function.
20474         * read-md.h (md_reader::read_file_fragment): New decl.
20475         (md_reader::m_first_line): New field.
20476         (md_reader::m_last_line): New field.
20477         * read-rtl-function.c (function_reader::create_function): Only
20478         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
20479         curr_properties.  Set DECL_INITIAL to a dummy block.
20480         (read_rtl_function_body_from_file_range): New function.
20481         * read-rtl-function.h (read_rtl_function_body_from_file_range):
20482         New decl.
20483         * run-rtl-passes.c: New file.
20484         * run-rtl-passes.h: New file.
20486 2017-01-24  Jeff Law  <law@redhat.com>
20488         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
20489         buffer size.
20491 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
20493         PR tree-optimization/79159
20494         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
20495         (record_nonwrapping_iv): Improve boundary using above function if no
20496         value range information.
20498 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
20499             Martin Jambor  <mjambor@suse.cz>
20501         * brig-builtins.def: New file.
20502         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
20503         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
20504         (DEF_HSAIL_SAT_BUILTIN): Likewise.
20505         (DEF_HSAIL_INTR_BUILTIN): Likewise.
20506         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
20507         * builtin-types.def (BT_INT8): New.
20508         (BT_INT16): Likewise.
20509         (BT_UINT8): Likewise.
20510         (BT_UINT16): Likewise.
20511         (BT_FN_ULONG): Likewise.
20512         (BT_FN_UINT_INT): Likewise.
20513         (BT_FN_UINT_ULONG): Likewise.
20514         (BT_FN_UINT_LONG): Likewise.
20515         (BT_FN_UINT_PTR): Likewise.
20516         (BT_FN_ULONG_PTR): Likewise.
20517         (BT_FN_INT8_FLOAT): Likewise.
20518         (BT_FN_INT16_FLOAT): Likewise.
20519         (BT_FN_UINT32_FLOAT): Likewise.
20520         (BT_FN_UINT16_FLOAT): Likewise.
20521         (BT_FN_UINT8_FLOAT): Likewise.
20522         (BT_FN_UINT64_FLOAT): Likewise.
20523         (BT_FN_UINT16_UINT32): Likewise.
20524         (BT_FN_UINT32_UINT16): Likewise.
20525         (BT_FN_UINT16_UINT16_UINT16): Likewise.
20526         (BT_FN_INT_PTR_INT): Likewise.
20527         (BT_FN_UINT_PTR_UINT): Likewise.
20528         (BT_FN_LONG_PTR_LONG): Likewise.
20529         (BT_FN_ULONG_PTR_ULONG): Likewise.
20530         (BT_FN_VOID_UINT64_UINT64): Likewise.
20531         (BT_FN_UINT8_UINT8_UINT8): Likewise.
20532         (BT_FN_INT8_INT8_INT8): Likewise.
20533         (BT_FN_INT16_INT16_INT16): Likewise.
20534         (BT_FN_INT_INT_INT): Likewise.
20535         (BT_FN_UINT_FLOAT_UINT): Likewise.
20536         (BT_FN_FLOAT_UINT_UINT): Likewise.
20537         (BT_FN_ULONG_UINT_UINT): Likewise.
20538         (BT_FN_ULONG_UINT_PTR): Likewise.
20539         (BT_FN_ULONG_ULONG_ULONG): Likewise.
20540         (BT_FN_UINT_UINT_UINT): Likewise.
20541         (BT_FN_VOID_UINT_PTR): Likewise.
20542         (BT_FN_UINT_UINT_PTR: Likewise.
20543         (BT_FN_UINT32_UINT64_PTR): Likewise.
20544         (BT_FN_INT_INT_UINT_UINT): Likewise.
20545         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
20546         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
20547         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
20548         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
20549         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
20550         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
20551         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
20552         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
20553         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
20554         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
20555         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
20556         * doc/frontends.texi: List BRIG FE.
20557         * doc/install.texi (Testing): Add BRIG tesring requirements.
20558         * doc/invoke.texi (Overall Options): Mention BRIG.
20559         * doc/standards.texi (Standards): Doucment BRIG HSA version.
20561 2017-01-24  Richard Biener  <rguenther@suse.de>
20563         PR translation/79208
20564         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
20566 2017-01-24  Martin Jambor  <mjambor@suse.cz>
20568         PR bootstrap/79198
20569         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
20570         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
20571         and known_contexts.
20573 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
20575         PR middle-end/79123
20576         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
20577         casts from signed to unsigned really don't have a range.
20579 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
20581         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
20582         GMP_RNDx for compatiblity.
20584 2017-01-24  Martin Liska  <mliska@suse.cz>
20586         PR bootstrap/79132
20587         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
20588         that would prevent us to call alloca with -1 as argument.
20590 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
20592         * dwarf2out.c (output_compilation_unit_header, output_file_names):
20593         Avoid -Wformat-security warning.
20595 2017-01-23  Andrew Pinski  <apinski@cavium.com>
20597         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
20598         cost table.
20600 2017-01-23  Martin Sebor  <msebor@redhat.com>
20602         PR middle-end/78703
20603         * gimple-ssa-sprintf.c (warn_level): New global.
20604         (format_integer): Use it here and throughout the rest of the file.
20605         Use the same switch to compute sign as base.
20606         (maybe_warn): New function.
20607         (format_directive): Factor out warnings into maybe_warn.
20608         Add debugging output.  Use warn_level.
20609         (add_bytes): Use warn_level.
20610         (pass_sprintf_length::compute_format_length): Add debugging output.
20611         (try_substitute_return_value): Same.
20612         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
20614         PR middle-end/78703
20615         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
20616         (struct fmtresult, format_integer, format_floating): Adjust.
20617         (fmtresult::fmtresult): Set max correctly in two argument ctor.
20618         (get_string_length, format_string,format_directive): Same.
20619         (pass_sprintf_length::compute_format_length): Same.
20620         (try_substitute_return_value): Simplify slightly.
20622         PR middle-end/78703
20623         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
20624         (fmtresult::operator+=): Outlined.
20625         (struct fmtresult): Add ctors.
20626         (struct conversion_spec): Rename...
20627         (struct directive): ...to this.  Add and remove data members.
20628         (directive::set_width, directive::set_precision): New functions.
20629         (format_percent): Use fmtresult ctor.
20630         (get_width_and_precision): Remove.
20631         (format_integer): Make naming changes.  Avoid computing width and
20632         precision.
20633         (format_floating): Same.  Adjust indentation.
20634         (format_character, format_none): New functions.
20635         (format_string): Moved character handling to format_character.
20636         (format_directive): Remove arguments, change return type.
20637         (parse_directive): New function.
20638         (pass_sprintf_length::compute_format_length): Move directive
20639         parsing to parse_directive.
20641 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20643         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
20644         (assign_assembler_name_if_needed): ... this.
20645         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
20646         (assign_assembler_name_if_needed): ... this.
20647         (free_lang_data_in_cgraph): Adjust callers.
20648         * cgraphunit.c (cgraph_node::analyze): Likewise.
20649         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
20650         Likewise.
20652 2017-01-23  Richard Biener  <rguenther@suse.de>
20654         PR tree-optimization/79088
20655         PR tree-optimization/79188
20656         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
20657         resetting loop bounds after last path deletion.  Reset loop
20658         bounds of the target loop, make code match the comments.
20659         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
20660         Make sure loops need no fixups.
20662 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20664         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
20665         exponent support with double type for first argument.
20666         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
20667         type returned by __builtin_vec_extract_sig,
20668         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
20669         functions from "vector int" to "vector unsigned int" or from
20670         "vector long long int" to "vector unsigned long long int".
20671         Changed type returned by __builtin_vec_extract_exp,
20672         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
20673         functions from "vector int" to "vector unsigned int" or from
20674         "vector long long int" to "vector unsigned long long int".
20675         Changed return type of __builtin_vec_test_data_class,
20676         __builtin_vec_test_data_class_sp, and
20677         __builtin_vec_test_data_class_dp from "vector int" to
20678         "vector bool int" or from "vector long long int" to "vector bool
20679         long long int" and changed second argument type from "unsigned
20680         int" to "int".  Added new overloaded function forms "vector float
20681         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
20682         "vector float __builtin_vec_insert_exp_sp (vector float, vector
20683         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
20684         double, vector unsigned long long int)" and "vector double
20685         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
20686         long int)".  Changed return type of
20687         __builtin_scalar_test_data_class and
20688         __builtin_scalar_test_data_class_sp and
20689         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
20690         int" and changed second argument from "unsigned int" to "int".
20691         Changed type returned by __builtin_scalar_test_neg,
20692         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
20693         from "int" to "bool int".  Added new overloaded function form
20694         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
20695         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
20696         exponent double-precision with floating point first argument.
20697         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
20698         documentation of scalar_test_data_class, scalar_test_neg,
20699         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
20700         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
20701         vec_test_data_class built-in functions to reflect refinements in
20702         their type signatures.
20704 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
20706         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
20707         size of buf.
20708         (aarch64_elf_asm_destructor): Likewise.
20710 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
20712         PR rtl-optimization/78634
20713         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
20714         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
20715         * ifcvt.c (noce_try_cmove): Add missing cost check.
20717         PR rtl-optimization/71724
20718         * combine.c (if_then_else_cond): Look for situations where it is
20719         beneficial to undo the work of one of the recursive calls.
20721 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
20723         PR tree-optimization/70754
20724         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
20725         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
20726         combined stmt before it if not NULL.
20727         (combine_chains): Process refs reversely and compute dominance point
20728         for root ref.
20730 2017-01-23  Martin Liska  <mliska@suse.cz>
20732         PR tree-optimization/79196
20733         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
20734         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
20735         instead of memcmp.
20736         (strlen_optimize_stmt): Call the renamed function.
20738 2017-01-23  Michael Matz  <matz@suse.de>
20740         PR tree-optimization/78384
20741         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
20743 2017-01-23  Richard Biener  <rguenther@suse.de>
20745         PR tree-optimization/79186
20746         * tree-vrp.c (register_new_assert_for): Make sure we've seen
20747         both incoming edges before moving an assert.
20749 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20751         * ipa-prop.c (load_from_param_1): Removed.
20752         (load_from_unmodified_param): Bits from load_from_param_1 put back
20753         here.
20754         (load_from_param): Removed.
20755         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
20756         with stmt.  Reverted back to use of load_from_unmodified_param.
20758 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20760         PR ipa/79108
20761         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
20762         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
20763         field a pointer to garbage collected vector, mark lattices and
20764         ipcp_orig_node with GTY((skip)).
20765         (ipa_get_param_count): Adjust to descriptors being a pointer.
20766         (ipa_get_param): Likewise.
20767         (ipa_get_type): Likewise.
20768         (ipa_get_param_move_cost): Likewise.
20769         (ipa_set_param_used): Likewise.
20770         (ipa_get_controlled_uses): Likewise.
20771         (ipa_set_controlled_uses): Likewise.
20772         (ipa_is_param_used): Likewise.
20773         (ipa_node_params_t): Move into garbage collector.  New methods insert
20774         and remove.
20775         (ipa_node_params_sum): Annotate wth GTY(()).
20776         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
20777         garbage collected.
20778         (ipa_load_from_parm_agg): Adjust declaration.
20779         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
20780         * ipa-profile.c (ipa_profile): Likewise.
20781         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
20782         (ipa_populate_param_decls): Make descriptors parameter garbage
20783         collected.
20784         (ipa_dump_param): Adjust to descriptors being a pointer.
20785         (ipa_alloc_node_params): Likewise.
20786         (ipa_initialize_node_params): Likewise.
20787         (load_from_param_1): Make descriptors parameter garbage collected.
20788         (load_from_unmodified_param): Likewise.
20789         (load_from_param): Likewise.
20790         (ipa_load_from_parm_agg): Likewise.
20791         (ipa_node_params::~ipa_node_params): Removed.
20792         (ipa_free_all_node_params): Remove call to delete operator.
20793         (ipa_node_params_t::insert): New.
20794         (ipa_node_params_t::remove): Likewise.
20795         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
20796         copy known_csts and known_contexts vectors.
20797         (ipa_read_node_info): Adjust to descriptors being a pointer.
20798         (ipcp_modif_dom_walker): Make m_descriptors field garbage
20799         collected.
20800         (ipcp_transform_function): Make descriptors variable garbage
20801         collected.
20803 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
20805         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
20806         * config/i386/avx512dqintrin.h: Ditto.
20807         * config/i386/avx512fintrin.h: Ditto.
20808         * config/i386/i386.c: Handle new builtins.
20809         * config/i386/i386-builtin.def: Add new builtins.
20810         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
20811         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
20813 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20814             Martin Liska  <mliska@suse.cz>
20816         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
20817         * asan.c (asan_expand_poison_ifn): Support stores and use
20818         appropriate ASAN report function.
20819         * internal-fn.c (expand_ASAN_POISON_USE): New function.
20820         * internal-fn.def (ASAN_POISON_USE): Declare.
20821         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
20822         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
20823         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
20824         ASAN_POISON calls w/o LHS.
20825         * tree-ssa.c (execute_update_addresses_taken): Create clobber
20826         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
20827         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
20828         * gimplify.c (asan_poison_variables): Add attribute
20829         use_after_scope_memory to variables that really needs to live
20830         in memory.
20831         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
20832         having the attribute.
20834 2017-01-23  Martin Liska  <mliska@suse.cz>
20836         * asan.c (create_asan_shadow_var): New function.
20837         (asan_expand_poison_ifn): Likewise.
20838         * asan.h (asan_expand_poison_ifn): New declaration.
20839         * internal-fn.c (expand_ASAN_POISON): Likewise.
20840         * internal-fn.def (ASAN_POISON): New builtin.
20841         * sanopt.c (pass_sanopt::execute): Expand
20842         asan_expand_poison_ifn.
20843         * tree-inline.c (copy_decl_for_dup_finish): Make function
20844         external.
20845         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
20846         * tree-ssa.c (is_asan_mark_p): New function.
20847         (execute_update_addresses_taken): Rewrite local variables
20848         (identified just by use-after-scope as addressable) into SSA.
20850 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20852         * doc/install.texi (Specific): opensource.apple.com uses https
20853         now. Remove trailing slash.
20855 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20857         * README.Portability: Remove note on an Irix compatibility issue.
20859 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
20861         * gcov.c (INCLUDE_ALGORITHM): Define.
20862         (INCLUDE_VECTOR): Define.
20863         No longer include <vector> and <algorithm> directly.
20865 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
20867         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
20868         to https.
20869         * doc/invoke.texi (Code Gen Options): Ditto.
20871 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
20873         PR lto/78407
20874         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
20876 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
20878         rtl-optimization/79125
20879         * cprop.c (local_cprop_pass): Handle cases where we make an
20880         unconditional trap.
20882 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
20884         PR target/61729
20885         PR target/77850
20886         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
20887         read from, for big endian.
20889 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
20891         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
20892         register pauth builtins for LP64 only.
20894 2017-01-20  Marek Polacek  <polacek@redhat.com>
20896         PR c/79152
20897         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
20898         non-case labels.
20900 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
20902         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
20903         of safelen status.
20904         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
20905         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
20906         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
20908 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20910         PR target/71270
20911         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
20912         in big-endian mode when they are not a single duplicated value.
20914 2017-01-20  Richard Biener  <rguenther@suse.de>
20916         * BASE-VER: Bump to 7.0.1.
20918 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
20920         * omp-low.c (omplow_simd_context): New struct.  Use it...
20921         (lower_rec_simd_input_clauses): ...here and...
20922         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
20923         references to idx, lane, max_vf, is_simt.
20925 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
20927         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
20928         mcpu=nps400.
20930 2017-01-20  Martin Jambor  <mjambor@suse.cz>
20932         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
20933         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
20934         gt-hsa-common.h.
20935         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
20936         (GTFILES): Rename hsa.c to hsa-common.c.
20937         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
20938         * hsa-dump.c: Likewise.
20939         * hsa-gen.c: Likewise.
20940         * hsa-regalloc.c: Likewise.
20941         * ipa-hsa.c: Likewise.
20942         * omp-expand.c: Likewise.
20943         * omp-low.c: Likewise.
20944         * toplev.c: Likewise.
20946 2017-01-20  Marek Polacek  <polacek@redhat.com>
20948         PR c/64279
20949         * doc/invoke.texi: Document -Wduplicated-branches.
20950         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
20951         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
20952         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
20953         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
20954         return 0 only when not OEP_LEXICOGRAPHIC.
20955         (fold_build_cleanup_point_expr): Use the expression
20956         location when building CLEANUP_POINT_EXPR.
20957         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
20958         * tree.c (add_expr): Handle error_mark_node.
20960 2017-01-20  Martin Liska  <mliska@suse.cz>
20962         PR lto/69188
20963         * tree-profile.c (init_ic_make_global_vars): Do not call
20964         finalize_decl.
20965         (gimple_init_gcov_profiler): Likewise.
20967 2017-01-20  Martin Liska  <mliska@suse.cz>
20969         PR ipa/71190
20970         * cgraph.h (maybe_create_reference): Remove argument and
20971         update comment.
20972         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
20973         argument.
20974         * ipa-cp.c (create_specialized_node): Likewise.
20975         * symtab.c (symtab_node::maybe_create_reference): Handle
20976         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
20978 2017-01-20  Martin Liska  <mliska@suse.cz>
20980         * read-rtl-function.c (function_reader::create_function): Use
20981         build_decl instread of build_decl_stat.
20983 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
20985         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
20986         * config/i386/avx512dqintrin.h: Ditto.
20987         * config/i386/avx512fintrin.h: Ditto.
20988         * config/i386/i386-builtin-types.def: Add new types.
20989         * config/i386/i386.c: Handle new types.
20990         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
20991         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
20992         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
20993         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
20994         (__builtin_ia32_kshiftridi): New.
20995         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
20997 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
20999         PR target/78875
21000         PR target/79140
21001         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
21002         define to rs6000_init_stack_protect_guard.
21003         (rs6000_init_stack_protect_guard): New function.
21005 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
21006             Yunqiang Su  <yunqiang.su@imgtec.com>
21008         * config.gcc (supported_defaults): Add madd4.
21009         (with_madd4): Add validation.
21010         (all_defaults): Add madd4.
21011         * config/mips/mips.opt (mmadd4): New option.
21012         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21013         mmadd4.
21014         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21015         __mips_no_madd4.
21016         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
21017         (ISA_HAS_FUSED_MADD4): Likewise.
21018         * doc/invoke.texi (-mmadd4): Document the new option.
21019         * doc/install.texi (--with-madd4): Document the new option.
21021 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21023         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
21024         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
21025         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
21026         (aarch64_init_pauth_hint_builtins): New.
21027         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
21028         (aarch64_expand_builtin): Expand new builtins.
21030 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21032         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
21033         * combine-stack-adj.c (no_unhandled_cfa): Handle
21034         REG_CFA_TOGGLE_RA_MANGLE.
21035         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
21036         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
21037         info for return address signing.
21038         (aarch64_expand_epilogue): Likewise.
21040 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21042         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
21043         * config/aarch64/aarch64-protos.h
21044         (aarch64_return_address_signing_enabled): New declaration.
21045         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
21046         New function.
21047         (aarch64_expand_prologue): Sign return address before it's pushed onto
21048         stack.
21049         (aarch64_expand_epilogue): Authenticate return address fetched from
21050         stack.
21051         (aarch64_override_options): Sanity check for ILP32 and ISA level.
21052         (aarch64_attributes): New function attributes for "sign-return-address".
21053         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
21054         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
21055         ("*do_return"): Generate combined instructions according to key index.
21056         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
21057         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
21058         iterators.
21059         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
21060         * config/aarch64/aarch64.opt (msign-return-address=): New.
21061         * doc/extend.texi (AArch64 Function Attributes): Documents
21062         "sign-return-address=".
21063         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
21065 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
21067         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
21068         overall option summary.
21070 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21072         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
21073         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
21074         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
21075         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
21077 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
21079         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
21080         -mpower9-minmax by default for -mcpu=power9.
21081         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
21082         128-bit floating point.
21084 2017-01-20  Alan Modra  <amodra@gmail.com>
21086         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
21087         optimizing for size.
21089 2017-01-20  Alan Modra  <amodra@gmail.com>
21091         PR target/79144
21092         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
21093         for strcmp and strncmp from corresponding builtin decl.
21095 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21097         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
21098         instead of i386/rtems-64.h.
21099         * config/i386/rtems-64.h: Remove.
21101 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21103         PR target/78478
21104         Revert:
21105         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
21107         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
21109 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
21111         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
21112         Change int to HOST_WIDE_INT.
21113         * config/aarch64/aarch64-protos.h
21114         (aarch64_simd_gen_const_vector_dup): Likewise.
21115         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
21117 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
21119         * langhooks-def.h (lhd_type_for_size): New decl.
21120         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
21121         * langhooks.c (lhd_type_for_size): New function, taken from
21122         lto_type_for_size.
21124 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
21126         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
21127         define_bypass for CR latency.
21128         (power9-cracked-alu): Update bypass latency and remove power9-branch.
21129         (power9-alu2): Add define_bypass for CR latency.
21130         (power9-cmp): New.
21131         (power9-mul): Update insn latency.
21132         (power9-mul-compare): Update insn latency, bypass latency and remove
21133         power9-branch.
21135 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21137         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
21138         Delete.
21139         * config/aarch64/aarch64.md
21140         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
21141         aarch64_nopcrelative_literal_loads.
21142         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
21144 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
21146         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
21147         TARGET_LOONGSON_3A.
21148         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
21150 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
21152         PR target/78176
21153         * config.gcc (supported_defaults): Add lxc1-sxc1.
21154         (with_lxc1_sxc1): Add validation.
21155         (all_defaults): Add lxc1-sxc1.
21156         * config/mips/mips.opt (mlxc1-sxc1): New option.
21157         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21158         mlxc1-sxc1.
21159         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21160         __mips_no_lxc1_sxc1.
21161         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
21162         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
21163         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
21165 2017-01-19  Richard Biener  <rguenther@suse.de>
21167         PR tree-optimization/72488
21168         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
21169         sure to restore SSA info.
21170         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
21172 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
21174         PR rtl-optimization/79121
21175         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
21176         of the inner type when shifting an extended value.
21178 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21180         PR lto/78407
21181         * symtab.c (symtab_node::equal_address_to): Fix comparing of
21182         interposable aliases.
21184 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
21186         PR target/78516
21187         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
21188         Use the evmergelohi instruction.
21189         (mov_si<mode>_e500_subreg4_2_le): Likewise.
21190         (mov_sitf_e500_subreg8_2_be): Likewise.
21191         (mov_sitf_e500_subreg12_2_le): Likewise.
21192         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
21193         (mov_si<mode>_e500_subreg4_2_be): Likewise.
21194         (mov_sitf_e500_subreg8_2_le): Likewise.
21195         (mov_sitf_e500_subreg12_2_be): Likewise.
21197 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21199         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
21200         attribute from vecsimple to vecperm.
21201         (altivec_vbpermq2): Likewise.
21203 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21205         PR target/79040
21206         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
21208 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
21209         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
21210         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
21211         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
21212         case where N arg is SIZE_MAX.
21213         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
21214         (cmpstrsi): Add pattern.
21216 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
21218         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21219         __builtin_vec_revb builtins.
21220         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
21221         built-in functions to support generation of the ISA 3.0 XXBR<x>
21222         vector byte reverse instructions.
21223         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
21224         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
21225         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
21226         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
21227         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
21228         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
21229         (P9V_BUILTIN_VEC_REVB): Likewise.
21230         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
21231         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
21232         (p9_xxbrq_v16qi): Likewise.
21233         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
21234         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
21235         (p9_xxbrh_v8hi): Likewise.
21236         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
21237         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
21238         vec_revb built-in functions.
21240 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
21242         PR rtl-optimization/78952
21243         * config/i386/i386.md (any_extract): New code iterator.
21244         (*insvqi_2): Use any_extract for source operand.
21245         (*insvqi_3): Use any_shiftrt for source operand.
21247 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
21249         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
21250         New function.
21251         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
21253 2017-01-18  Matthias Klose  <doko@ubuntu.com>
21255         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
21257 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21259         * config/rs6000/altivec.h (vec_bperm): Change #define.
21260         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
21261         (altivec_vbpermq2): New define_insn.
21262         (altivec_vbpermd): Likewise.
21263         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
21264         function interface.
21265         (VBPERMD): Likewise.
21266         (VBPERM): New polymorphic function interface.
21267         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
21268         Add entries for P9V_BUILTIN_VEC_VBPERM.
21269         * doc/extend.texi: Add interfaces for vec_bperm.
21271 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21273         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
21274         first letter of error messages.
21275         (s390_resolve_overloaded_builtin): Likewise.
21276         * config/s390/s390.c (s390_expand_builtin): Likewise.
21277         (s390_invalid_arg_for_unprototyped_fn): Likewise.
21278         (s390_valid_target_attribute_inner_p): Likewise.
21279         * config/s390/s390.md ("tabort"): Likewise.
21281 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
21283         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
21284         (ISA_AVOID_DIV_HILO): New macro.
21285         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
21286         (ISA_HAS_DDIV): Likewise.
21288 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21290         * doc/invoke.texi (fabi-version): Correct number of occurrences.
21292 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21294         * doc/invoke.texi (fabi-version): Spelling fix.
21296 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21298         PR c++/70182
21299         * doc/invoke.texi (fabi-version): Mention mangling fix for
21300         operator names.
21302 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21304         PR c++/77489
21305         * doc/invoke.texi (fabi-version): Document discriminator mangling.
21307 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
21309         PR target/78875
21310         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
21311         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
21312         the new options.
21313         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
21314         flexible settings.
21315         (stack_protect_test): Ditto.
21316         * config/rs6000/rs6000.opt (mstack-protector-guard=,
21317         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
21318         options.
21319         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
21320         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
21321         -mstack-protector-guard-offset=.
21322         (RS/6000 and PowerPC Options): Ditto.
21324 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21326         * config/i386/i386.h (MASK_CLASS_P): New define.
21327         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
21328         there are no registers from different register sets also when
21329         mask registers are used.  Update function comment.
21330         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
21331         to (*k/*r) and (*k/*km) alternatives.
21333 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
21335         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
21336         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
21337         (EH_RETURN_HANDLER_RTX): New define.
21338         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
21339         Force frame pointer in EH return functions.
21340         (aarch64_expand_epilogue): Add barrier for eh_return.
21341         (aarch64_final_eh_return_addr): Remove.
21342         (aarch64_eh_return_handler_rtx): New function.
21343         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
21344         Remove.
21345         (aarch64_eh_return_handler_rtx): New prototype.
21347 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21349         * config/rs6000/altivec.h (vec_rlmi): New #define.
21350         (vec_vrlnm): Likewise.
21351         (vec_rlnm): Likewise.
21352         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
21353         (UNSPEC_VRLNM): Likewise.
21354         (VIlong): New mode iterator.
21355         (altivec_vrl<VI_char>mi): New define_insn.
21356         (altivec_vrl<VI_char>nm): Likewise.
21357         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
21358         function entry.
21359         (VRLDNM): Likewise.
21360         (RLNM): New polymorphic function entry.
21361         (VRLWMI): New monomorphic function entry.
21362         (VRLDMI): Likewise.
21363         (RLMI): New polymorphic function entry.
21364         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
21365         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
21366         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
21367         vec_vrlnm.
21369 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21371         PR debug/78839
21372         * dwarf2out.c (field_byte_offset): Restore the
21373         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
21374         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
21375         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
21376         of build2 + fold.
21378 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21380         PR ada/67205
21381         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
21383 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21385         PR debug/71669
21386         * dwarf2out.c (add_data_member_location_attribute): For constant
21387         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
21388         instead of DW_AT_data_member_location, DW_AT_bit_offset and
21389         DW_AT_byte_size attributes.
21391 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21393         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
21394         after forcing to constant memory when the code model is medium.
21396 2017-01-17  Julia Koval  <julia.koval@intel.com>
21398         PR target/76731
21399         * config/i386/avx512fintrin.h
21400         (_mm512_i32gather_ps): Change __addr type to void const*.
21401         (_mm512_mask_i32gather_ps): Ditto.
21402         (_mm512_i32gather_pd): Ditto.
21403         (_mm512_mask_i32gather_pd): Ditto.
21404         (_mm512_i64gather_ps): Ditto.
21405         (_mm512_mask_i64gather_ps): Ditto.
21406         (_mm512_i64gather_pd): Ditto.
21407         (_mm512_mask_i64gather_pd): Ditto.
21408         (_mm512_i32gather_epi32): Ditto.
21409         (_mm512_mask_i32gather_epi32): Ditto.
21410         (_mm512_i32gather_epi64): Ditto.
21411         (_mm512_mask_i32gather_epi64): Ditto.
21412         (_mm512_i64gather_epi32): Ditto.
21413         (_mm512_mask_i64gather_epi32): Ditto.
21414         (_mm512_i64gather_epi64): Ditto.
21415         (_mm512_mask_i64gather_epi64): Ditto.
21416         (_mm512_i32scatter_ps): Change __addr type to void*.
21417         (_mm512_mask_i32scatter_ps): Ditto.
21418         (_mm512_i32scatter_pd): Ditto.
21419         (_mm512_mask_i32scatter_pd): Ditto.
21420         (_mm512_i64scatter_ps): Ditto.
21421         (_mm512_mask_i64scatter_ps): Ditto.
21422         (_mm512_i64scatter_pd): Ditto.
21423         (_mm512_mask_i64scatter_pd): Ditto.
21424         (_mm512_i32scatter_epi32): Ditto.
21425         (_mm512_mask_i32scatter_epi32): Ditto.
21426         (_mm512_i32scatter_epi64): Ditto.
21427         (_mm512_mask_i32scatter_epi64): Ditto.
21428         (_mm512_i64scatter_epi32): Ditto.
21429         (_mm512_mask_i64scatter_epi32): Ditto.
21430         (_mm512_i64scatter_epi64): Ditto.
21431         (_mm512_mask_i64scatter_epi64): Ditto.
21432         * config/i386/avx512pfintrin.h
21433         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
21434         (_mm512_mask_prefetch_i32gather_ps): Ditto.
21435         (_mm512_mask_prefetch_i64gather_pd): Ditto.
21436         (_mm512_mask_prefetch_i64gather_ps): Ditto.
21437         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
21438         (_mm512_prefetch_i32scatter_ps): Ditto.
21439         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
21440         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
21441         (_mm512_prefetch_i64scatter_pd): Ditto.
21442         (_mm512_prefetch_i64scatter_ps): Ditto.
21443         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
21444         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
21445         * config/i386/avx512vlintrin.h
21446         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
21447         (_mm_mmask_i32gather_ps): Ditto.
21448         (_mm256_mmask_i32gather_pd): Ditto.
21449         (_mm_mmask_i32gather_pd): Ditto.
21450         (_mm256_mmask_i64gather_ps): Ditto.
21451         (_mm_mmask_i64gather_ps): Ditto.
21452         (_mm256_mmask_i64gather_pd): Ditto.
21453         (_mm_mmask_i64gather_pd): Ditto.
21454         (_mm256_mmask_i32gather_epi32): Ditto.
21455         (_mm_mmask_i32gather_epi32): Ditto.
21456         (_mm256_mmask_i32gather_epi64): Ditto.
21457         (_mm_mmask_i32gather_epi64): Ditto.
21458         (_mm256_mmask_i64gather_epi32): Ditto.
21459         (_mm_mmask_i64gather_epi32): Ditto.
21460         (_mm256_mmask_i64gather_epi64): Ditto.
21461         (_mm_mmask_i64gather_epi64): Ditto.
21462         (_mm256_i32scatter_ps): Change __addr type to void*.
21463         (_mm256_mask_i32scatter_ps): Ditto.
21464         (_mm_i32scatter_ps): Ditto.
21465         (_mm_mask_i32scatter_ps): Ditto.
21466         (_mm256_i32scatter_pd): Ditto.
21467         (_mm256_mask_i32scatter_pd): Ditto.
21468         (_mm_i32scatter_pd): Ditto.
21469         (_mm_mask_i32scatter_pd): Ditto.
21470         (_mm256_i64scatter_ps): Ditto.
21471         (_mm256_mask_i64scatter_ps): Ditto.
21472         (_mm_i64scatter_ps): Ditto.
21473         (_mm_mask_i64scatter_ps): Ditto.
21474         (_mm256_i64scatter_pd): Ditto.
21475         (_mm256_mask_i64scatter_pd): Ditto.
21476         (_mm_i64scatter_pd): Ditto.
21477         (_mm_mask_i64scatter_pd): Ditto.
21478         (_mm256_i32scatter_epi32): Ditto.
21479         (_mm256_mask_i32scatter_epi32): Ditto.
21480         (_mm_i32scatter_epi32): Ditto.
21481         (_mm_mask_i32scatter_epi32): Ditto.
21482         (_mm256_i32scatter_epi64): Ditto.
21483         (_mm256_mask_i32scatter_epi64): Ditto.
21484         (_mm_i32scatter_epi64): Ditto.
21485         (_mm_mask_i32scatter_epi64): Ditto.
21486         (_mm256_i64scatter_epi32): Ditto.
21487         (_mm256_mask_i64scatter_epi32): Ditto.
21488         (_mm_i64scatter_epi32): Ditto.
21489         (_mm_mask_i64scatter_epi32): Ditto.
21490         (_mm256_i64scatter_epi64): Ditto.
21491         (_mm256_mask_i64scatter_epi64): Ditto.
21492         (_mm_i64scatter_epi64): Ditto.
21493         (_mm_mask_i64scatter_epi64): Ditto.
21494         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
21495         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
21496         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
21497         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
21498         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
21499         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
21500         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
21501         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
21502         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
21503         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
21504         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
21505         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
21506         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
21507         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
21508         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
21509         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
21510         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
21511         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
21512         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
21513         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
21514         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
21515         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
21516         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
21517         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
21518         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
21519         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
21520         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
21521         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
21522         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
21523         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
21524         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
21525         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
21526         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
21527         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
21528         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
21529         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
21530         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
21531         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
21532         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
21533         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
21534         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
21535         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
21536         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
21537         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
21538         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
21539         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
21540         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
21541         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
21542         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
21543         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
21544         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
21545         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
21546         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
21547         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
21548         definitions accordingly.
21550 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
21551             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
21553         PR target/79079
21554         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
21555         gen_lowpart.
21557 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
21559         PR target/79058
21560         * ira-conflicts.c (ira_build_conflicts): Update total conflict
21561         hard regs for inner regno.
21563 2017-01-17  Martin Liska  <mliska@suse.cz>
21565         PR ipa/71207
21566         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
21567         assumption and add comment.
21569 2017-01-17  Nathan Sidwell  <nathan@acm.org>
21571         * ipa-visibility.c (localize_node): New function, broken out of ...
21572         (function_and_variable_visibility): ... here. Call it.
21574 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21576         PR middle-end/77445
21577         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
21578         correctly set frequency of oudgoing edge.
21579         (duplicate_thread_path): Fix profile updating.
21581 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21583         PR other/79046
21584         * configure.ac: Add GCC_BASE_VER.
21585         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
21586         version from BASE-VER file.
21587         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
21588         (gcc.o): Depend on $(BASEVER).
21589         * common.opt (dumpfullversion): New option.
21590         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
21591         * doc/invoke.texi: Document -dumpfullversion.
21592         * doc/install.texi: Document --with-gcc-major-version-only.
21593         * configure: Regenerated.
21595 2017-01-17  Richard Biener  <rguenther@suse.de>
21597         PR tree-optimization/71433
21598         * tree-vrp.c (register_new_assert_for): Merge same asserts
21599         on all incoming edges.
21600         (process_assert_insertions_for): Handle insertions at the
21601         beginning of BBs.
21603 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
21605         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
21606         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
21608 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
21610         PR target/78633
21611         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
21612         RTL sharing.
21614 2017-01-17  Alan Modra  <amodra@gmail.com>
21616         PR target/79066
21617         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
21618         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
21619         symbolic stack limit when pic.
21621 2017-01-16  Martin Sebor  <msebor@redhat.com>
21623         PR tree-optimization/78608
21624         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
21626 2017-01-16  Jeff Law  <law@redhat.com>
21628         Revert:
21629         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
21630         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
21631         for several include directories that may be relative to sysroot.
21632         * config/i386/x-mingw32 (gplus_includedir): Define.
21633         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
21634         (native_system_includedir): Likewise.
21635         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
21636         override if TARGET_SYSTEM_ROOT is defined.
21637         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
21639         PR tree-optimization/79090
21640         PR tree-optimization/33562
21641         PR tree-optimization/61912
21642         PR tree-optimization/77485
21643         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
21644         and computed trims into the dump file.
21646 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21648         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
21650 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
21652         PR c/79089
21653         * gimplify.c (gimplify_init_constructor): If want_value and
21654         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
21655         fix.
21657         PR target/79080
21658         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
21659         sequence.  Formatting fixes.
21660         (doloop_optimize): Formatting fixes.
21662         PR driver/49726
21663         * gcc.c (debug_level_greater_than_spec_func): New function.
21664         (static_spec_functions): Add debug-level-gt spec function.
21665         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
21666         !g0.
21667         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21668         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21669         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
21670         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
21671         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
21672         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
21674 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
21676         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
21677         QImode fixups to general and mask registers only.
21679 2017-01-16  Carl Love  <cel@us.ibm.com>
21681         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
21682         for built-in functions
21683         vector signed char vec_nabs (vector signed char)
21684         vector signed short vec_nabs (vector signed short)
21685         vector signed int vec_nabs (vector signed int)
21686         vector signed long long vec_nabs (vector signed long long)
21687         vector float vec_nabs (vector float)
21688         vector double vec_nabs (vector double)
21689         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
21690         and NABS overload.
21691         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
21692         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
21693         * doc/extend.texi: Update the documentation file for the new built-in
21694         functions.
21696 2017-01-16  Martin Sebor  <msebor@redhat.com>
21698         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
21699         message.
21701 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21703         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
21704         UNSPEC_VSX__XXSPLTD to require special splat handling.
21706 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
21708         PR bootstrap/78616
21709         * system.h: Poison strndup.
21711 2017-01-16  Alan Modra  <amodra@gmail.com>
21713         PR target/79098
21714         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
21715         use a switch.
21717 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
21719         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
21721 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
21723         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
21724         call recog here.  Assert that INSN_CODE (insn) is non-negative.
21726 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21728         PR target/72749
21729         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
21730         fallthrough.
21731         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
21732         in the currently scheduled RTL fragment.
21734 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21736         PR rtl-optimization/78751
21737         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
21738         give up.
21740 2017-01-14  Jeff Law  <law@redhat.com>
21742         PR tree-optimization/79090
21743         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
21744         variable length stores.
21745         (compute_trims): Delete dead assignment to *trim_tail.
21746         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
21747         zero length.
21749 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
21751         PR rtl-optimization/78626
21752         PR rtl-optimization/78727
21753         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
21754         of a block, and split such blocks after everything else is finished.
21756 2017-01-14  Alan Modra  <amodra@gmail.com>
21758         PR target/72749
21759         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
21760         target legitimate_combined_insn.
21761         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
21762         (rs6000_legitimate_combined_insn): New function.
21763         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
21764         all uses.
21765         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
21766         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
21767         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
21769 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
21771         * doc/frontends.texi (G++ and GCC): Remove references to Java.
21773 2017-01-13  Jeff Law  <law@redhat.com>
21775         PR tree-optimization/33562
21776         PR tree-optimization/61912
21777         PR tree-optimization/77485
21778         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
21779         a statement.
21780         (delete_dead_assignment): Likewise.
21781         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
21782         statement to delete_dead_call and delete_dead_assignment.
21784 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
21786         PR c/78304
21787         * substring-locations.c (format_warning_va): Strengthen case 1 so
21788         that both endpoints of the substring must be within the format
21789         range for just the substring to be printed.
21791 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
21793         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
21794         * config/i386/i386.c (ix86_target_string): Add missing options
21795         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
21796         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
21797         flags_other and ix86_target_other to flags2_other.  Display unknown
21798         isa2 options.
21799         (ix86_valid_target_attribute_inner_p): Add missing options and
21800         reorder options by implied ISAs, as in ix86_target_string.
21802 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21804         * hash-table.h (hash_table::too_empty_p): New function.
21805         (hash_table::expand): Use it.
21806         (hash_table::traverse): Likewise.
21807         (hash_table::empty_slot): Use sizeof (value_type) instead of
21808         sizeof (PTR) to convert bytes to elements.  Shrink the table
21809         if the current size is excessive for the current number of
21810         elements.
21812 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21814         * ira-costs.c (record_reg_classes): Break from the inner loop
21815         early once alt_fail is known to be true.  Update outer loop
21816         handling accordingly.
21818 2017-01-13  Jeff Law  <law@redhat.com>
21820         * tree-ssa-dse.c (decrement_count): New function.
21821         (increment_start_addr, maybe_trim_memstar_call): Likewise.
21822         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
21823         when we know the partially dead statement is a mem* function.
21825         PR tree-optimization/61912
21826         PR tree-optimization/77485
21827         * tree-ssa-dse.c: Include expr.h.
21828         (maybe_trim_constructor_store): New function.
21829         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
21831         PR tree-optimization/33562
21832         PR tree-optimization/61912
21833         PR tree-optimization/77485
21834         * doc/invoke.texi: Document new dse-max-object-size param.
21835         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
21836         * tree-ssa-dse.c: Include params.h.
21837         (dse_store_status): New enum.
21838         (initialize_ao_ref_for_dse): New, partially extracted from
21839         dse_optimize_stmt.
21840         (valid_ao_ref_for_dse, normalize_ref): New.
21841         (setup_live_bytes_from_ref, compute_trims): Likewise.
21842         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
21843         (maybe_trim_partially_dead_store): Likewise.
21844         (maybe_trim_complex_store): Likewise.
21845         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
21846         Track what bytes live from the original store.  Return tri-state
21847         for dead, partially dead or live.
21848         (dse_dom_walker): Add constructor, destructor and new private members.
21849         (delete_dead_call, delete_dead_assignment): New extracted from
21850         dse_optimize_stmt.
21851         (dse_optimize_stmt): Make a member of dse_dom_walker.
21852         Use initialize_ao_ref_for_dse.
21854         PR tree-optimization/33562
21855         PR tree-optimization/61912
21856         PR tree-optimization/77485
21857         * sbitmap.h (bitmap_count_bits): Prototype.
21858         (bitmap_clear_range, bitmap_set_range): Likewise.
21859         * sbitmap.c (bitmap_clear_range): New function.
21860         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
21862 2017-01-13  Martin Liska  <mliska@suse.cz>
21864         PR ipa/79043
21865         * function.c (set_cfun): Add new argument force.
21866         * function.h (set_cfun): Likewise.
21867         * ipa-inline-transform.c (inline_call): Use the function when
21868         strict alising from is dropped for function we inline to.
21870 2017-01-13  Richard Biener  <rguenther@suse.de>
21872         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
21873         for dumping GIMPLE INTEGER_CSTs.
21875 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21877         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
21878         to 201112L since C++17.
21880 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
21882         PR sanitizer/78887
21883         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
21884         if -fsanitize=kernel-address is present.
21886 2017-01-13  Richard Biener  <rguenther@suse.de>
21888         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
21889         as _Literal ( type ) number in case usual suffixes do not
21890         preserve all information.
21892 2017-01-13  Richard Biener  <rguenther@suse.de>
21894         PR tree-optimization/77283
21895         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
21896         and ssa-iterators.h.
21897         (is_feasible_trace): Implement a cost model based on joiner
21898         PHI node uses.
21900 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
21902         PR target/79004
21903         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
21904         char or short to __float128/_Float128 directly.
21906 2017-01-12  Martin Sebor  <msebor@redhat.com>
21908         to -Wformat-overflow.
21909         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
21910         (min_bytes_remaining): Same.
21911         (get_string_length): Same.
21912         (format_string): Same.
21913         (format_directive): Same.
21914         (add_bytes): Same.
21915         (pass_sprintf_length::handle_gimple_call): Same.
21917 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
21919         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
21920         info.nowrite calls with no lhs that can't throw.  Return bool
21921         whether gsi_remove has been called or not.
21922         (pass_sprintf_length::handle_gimple_call): Return bool whether
21923         try_substitute_return_value called gsi_remove.  Formatting fix.
21924         (pass_sprintf_length::execute): Don't use gsi_remove if
21925         handle_gimple_call returned true.
21927         PR bootstrap/79069
21928         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
21929         be removed due to side-effects, don't remove following barrier nor
21930         turn the successor edge into fallthru edge.
21932 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21934         PR target/79044
21935         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
21936         element-reversing loads and stores as not swappable.
21938 2017-01-12  Nathan Sidwell  <nathan@acm.org>
21939             Nicolai Stange  <nicstange@gmail.com>
21941         * combine.c (try_combine): Don't ignore result of overlap checking
21942         loop.  Combine overlap & asm check into single loop.
21944 2017-01-12  Richard Biener  <rguenther@suse.de>
21946         * tree-pretty-print.c (dump_generic_node): Provide -gimple
21947         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
21949 2017-01-12  Richard Biener  <rguenther@suse.de>
21951         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
21952         and TS_TARGET_OPTION directly derive from TS_BASE.
21953         * tree-core.h (tree_optimization_option): Derive from tree_base.
21954         (tree_target_option): Likewise.
21956 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
21958         * config/i386/i386.c (memory_address_length): Increase len
21959         only when rip_relative_addr_p returns false.
21961 2017-01-11  Julia Koval  <julia.koval@intel.com>
21963         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
21964         (OPTION_MASK_ISA_SGX_SET): New.
21965         (ix86_handle_option): Handle OPT_msgx.
21966         * config.gcc: Added sgxintrin.h.
21967         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
21968         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
21969         * config/i386/i386.c (ix86_target_string): Add -msgx.
21970         (PTA_SGX): New.
21971         (ix86_option_override_internal): Handle new options.
21972         (ix86_valid_target_attribute_inner_p): Add sgx.
21973         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
21974         * config/i386/i386.opt: Add msgx.
21975         * config/i386/sgxintrin.h: New file.
21976         * config/i386/x86intrin.h: Add sgxintrin.h.
21978 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
21980         PR c++/71537
21981         * fold-const.c (maybe_nonzero_address): Return 1 for function
21982         local objects.
21983         (tree_single_nonzero_warnv_p): Don't handle function local objects
21984         here.
21986         PR c++/72813
21987         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
21988         of c-header.
21990 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
21992         PR driver/78877
21993         * opts.c: Include "spellcheck.h"
21994         (struct string_fragment): New struct.
21995         (struct edit_distance_traits<const string_fragment &>): New
21996         struct.
21997         (get_closest_sanitizer_option): New function.
21998         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
22000 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
22002         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
22003         by 12.
22004         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
22005         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
22006         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
22007         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
22008         for initial die_offset if dwarf_split_debug_info.
22009         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
22010         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
22011         fields.
22012         (output_skeleton_debug_sections): Formatting fix.  Use
22013         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
22014         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
22016 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
22018         * config/arm/cortex-a53.md: Add bypasses for
22019         cortex_a53_r2f_cvt.
22020         (cortex_a53_r2f): Only use for transfers.
22021         (cortex_a53_f2r): Likewise.
22022         (cortex_a53_r2f_cvt): Add reservation for conversions.
22023         (cortex_a53_f2r_cvt): Likewise.
22025 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
22027         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
22028         to all inlined functions, change static to extern.
22030 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
22032         PR target/78253
22033         * config/arm/arm.c (legitimize_pic_address): Handle reference to
22034         weak symbol.
22035         (arm_assemble_integer): Likewise.
22037 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
22039         * config.gcc: Use new awk script to check CPU, FPU and architecture
22040         parameters for --with-... options.
22041         * config/arm/parsecpu.awk: New file
22042         * config/arm/arm-cpus.in: New file.
22043         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
22044         files.
22045         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
22046         files.
22047         * config/arm/t-arm: Update dependency rules.
22048         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
22049         of processing .def files.
22050         * config/arm/genopt.sh: Deleted.
22051         * config/arm/gentune.sh: Deleted.
22052         * config/arm/arm-cores.def: Deleted.
22053         * config/arm/arm-arches.def: Deleted.
22054         * config/arm/arm-fpus.def: Deleted.
22055         * config/arm/arm-tune.md: Regenerated.
22056         * config/arm/arm-tables.opt: Regenerated.
22057         * config/arm/arm-cpu.h: New generated file.
22058         * config/arm/arm-cpu-data.h: New generated file.
22059         * config/arm/arm-cpu-cdata.h: New generated file.
22061 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
22063         PR lto/79042
22064         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
22065         bit.
22066         (input_varpool_node): Unpack dynamically_initialized bit.
22068 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
22070         PR rtl-optimization/79032
22071         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
22072         the alignment of the adjusted memory reference against that of MODE,
22073         instead of the alignment of the original memory reference.
22075 2017-01-11  Martin Jambor  <mjambor@suse.cz>
22077         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
22078         test.
22079         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
22080         decorated functions.
22082 2017-01-11  Richard Biener  <rguenther@suse.de>
22084         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
22085         set range/nonnull info for PHI results.  Do not set it on
22086         stmts marked for removal.
22088 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
22090         * expr.c (store_field): In the bitfield case, fetch the return value
22091         from the registers before applying a single big-endian adjustment.
22092         Always do a final load for a BLKmode value not larger than a word.
22094 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
22096         PR c++/77949
22097         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22098         that we correctly handle column numbers greater than
22099         LINE_MAP_MAX_COLUMN_NUMBER.
22101 2017-01-10  Martin Sebor  <msebor@redhat.com>
22103         PR middle-end/78245
22104         * gimple-ssa-sprintf.c (get_destination_size): Call
22105         {init,fini}object_sizes.
22106         * tree-object-size.c (addr_object_size): Adjust.
22107         (pass_through_call): Adjust.
22108         (pass_object_sizes::execute): Adjust.
22109         * tree-object-size.h (fini_object_sizes): Declare.
22111 2017-01-10  Martin Sebor  <msebor@redhat.com>
22113         PR tree-optimization/78775
22114         * builtins.c (get_size_range): Move...
22115         * calls.c: ...to here.
22116         (alloc_max_size): Accept zero argument.
22117         (operand_signed_p): Remove.
22118         (maybe_warn_alloc_args_overflow): Call get_size_range.
22119         * calls.h (get_size_range): Declare.
22121 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
22123         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
22124         from TI's devices.csv file as of September 2016.
22125         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
22127 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
22129         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
22130         * doc/invoke.texi: Likewise.
22131         * doc/md.texi: Likewise.
22132         * doc/objc.texi: Likewise.
22134 2017-01-10  Joshua Conner  <joshconner@google.com>
22136         * config/arm/fuchsia-elf.h: New file.
22137         * config/fuchsia.h: New file.
22138         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
22139         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
22140         targets.
22141         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
22143 2016-01-10  Richard Biener  <rguenther@suse.de>
22145         PR tree-optimization/79034
22146         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
22147         Propagate out degenerate PHIs in the joiner.
22149 2017-01-10  Martin Liska  <mliska@suse.cz>
22151         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
22152         (sort_congruence_classes_by_decl_uid): Likewise.
22153         (sort_congruence_class_groups_by_decl_uid): Likewise.
22154         (sem_item_optimizer::merge_classes): Sort class, groups in these
22155         classes and members in the groups by DECL_UID of declarations.
22156         This would make merge operations stable.
22158 2017-01-10  Martin Liska  <mliska@suse.cz>
22160         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
22161         usage of m_classes_vec.
22162         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
22163         (sem_item_optimizer::get_group_by_hash): Likewise.
22164         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
22165         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
22166         (sem_item_optimizer::verify_classes): Likewise.
22167         (sem_item_optimizer::process_cong_reduction): Likewise.
22168         (sem_item_optimizer::dump_cong_classes): Likewise.
22169         (sem_item_optimizer::merge_classes): Likewise.
22170         * ipa-icf.h (congruence_class_hash): Rename from
22171         congruence_class_group_hash.  Remove declaration of m_classes_vec.
22173 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
22175         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
22176         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
22177         * config.gcc: Add avx512vpopcntdqintrin.h.
22178         * config/i386/avx512vpopcntdqintrin.h: New.
22179         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
22180         * config/i386/i386-builtin-types.def: Add new types.
22181         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
22182         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
22183         __builtin_ia32_vpopcountq_v8di_mask): New.
22184         * config/i386/i386-c.c (ix86_target_macros_internal): Define
22185         __AVX512VPOPCNTDQ__.
22186         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
22187         (PTA_AVX512VPOPCNTDQ): Define.
22188         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
22189         TARGET_AVX512VPOPCNTDQ_P): Define.
22190         * config/i386/i386.opt: Add mavx512vpopcntdq.
22191         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
22192         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
22194 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22196         PR middle-end/77484
22197         * predict.def (PRED_CALL): Set to 67.
22199 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
22201         * expr.c (store_field): In the bitfield case, if the value comes from
22202         a function call and is of an aggregate type returned in registers, do
22203         not modify the field mode; extract the value in all cases if the mode
22204         is BLKmode and the size is not larger than a word.
22206 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
22208         PR target/71017
22209         * config/i386/cpuid.h: Fix undefined behavior.
22211 2017-01-04  Jeff Law  <law@redhat.com>
22213         PR tree-optimization/79007
22214         PR tree-optimization/67955
22215         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
22216         conservative for pt.null when flag_non_call_exceptions is on.
22218 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22220         PR translation/79019
22221         PR translation/79020
22222         * params.def (PARAM_INLINE_MIN_SPEEDUP,
22223         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
22224         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
22225         in descriptions.
22226         * config/avr/avr.opt (maccumulate-args): Likewise.
22227         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
22228         * common.opt (freport-bug): Likewise.
22229         * cif-code.def (CIF_FINAL_ERROR): Likewise.
22230         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
22231         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
22232         translatable string.
22233         * config/i386/i386.c (function_value_32): Likewise.
22234         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
22235         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
22236         Likewise.
22237         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
22238         * common/config/msp430/msp430-common.c (msp430_handle_option):
22239         Likewise.
22240         * symtab.c (symtab_node::verify_base): Likewise.
22241         * opts.c (set_debug_level): Likewise.
22242         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
22243         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
22244         missing whitespace to translatable strings.
22245         * config/avr/avr.md (bswapsi2): Fix typo in comment.
22246         * config/sh/superh.h: Likewise.
22247         * config/i386/xopintrin.h: Likewise.
22248         * config/i386/znver1.md: Likewise.
22249         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
22250         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
22251         * double-int.h (struct double_int): Likewise.
22252         * double-int.c (div_and_round_double): Likewise.
22253         * wide-int.cc: Likewise.
22254         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
22255         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
22256         * cfgcleanup.c (crossjumps_occured): Renamed to ...
22257         (crossjumps_occurred): ... this.
22258         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
22259         Adjust all uses.
22261         PR tree-optimization/78899
22262         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
22263         returning bool return struct loop *, NULL for failure and the new
22264         loop on success.
22265         (versionable_outer_loop_p): Don't version outer loop if it has
22266         dont_vectorized bit set.
22267         (tree_if_conversion): When versioning outer loop, ensure
22268         tree_if_conversion is performed also on the inner loop of the
22269         non-vectorizable outer loop copy.
22270         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
22271         LOOP_VECTORIZED in inner loop of the scalar outer loop and
22272         prevent vectorization of it.
22273         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
22274         the outer loop vectorization of the non-scalar version is attempted
22275         before vectorization of the inner loop in scalar version.  If
22276         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
22277         vectorization of its inner loop.
22278         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
22279         has 2 inner loops, rename also on edges from bb whose single pred
22280         is outer_loop->header.  Fix typo in function comment.
22282 2017-01-09  Martin Sebor  <msebor@redhat.com>
22284         PR bootstrap/79033
22285         * asan.c (asan_emit_stack_protection): Increase local buffer size
22286         to avoid snprintf truncation warning.
22288 2017-01-09  Andrew Pinski  <apinski@cavium.com>
22290         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
22291         to reference thunderx2t99 for the tuning structure
22292         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
22293         Rename to ...
22294         (thunderx2t99_extra_costs): This.
22295         * config/aarch64/aarch64-tune.md: Regenerate.
22296         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
22297         (vulcan_addrcost_table): This.
22298         (vulcan_regmove_cost): Rename to ...
22299         (thunderx2t99_regmove_cost): This.
22300         (vulcan_vector_cost): Rename to ...
22301         (thunderx2t99_vector_cost): this.
22302         (vulcan_branch_cost): Rename to ...
22303         (thunderx2t99_branch_cost): This.
22304         (vulcan_tunings): Rename to ...
22305         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
22306         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
22308 2017-01-09  Martin Jambor  <mjambor@suse.cz>
22310         PR ipa/78365
22311         PR ipa/78599
22312         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
22313         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
22314         (propagate_vr_accross_jump_function): Use the above function for all
22315         value range computations for pass-through jump functions and type
22316         converasion from explicit value range values.
22317         (ipcp_propagate_stage): Do not attempt to deduce types of formal
22318         parameters from TYPE_ARG_TYPES.
22319         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
22320         (ipa_write_node_info): Stream type of the actual argument.
22321         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
22323 2017-01-09  Martin Liska  <mliska@suse.cz>
22325         PR pch/78970
22326         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
22327         (lookup_compiler): Do not show error message with have_E.
22329 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22331         PR tree-optimization/78938
22332         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
22333         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
22334         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
22335         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
22336         fixes.
22338 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22340         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
22341         is const0_rtx.
22343 2017-01-09  Richard Biener  <rguenther@suse.de>
22345         PR tree-optimization/78997
22346         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
22347         name condition properly.
22349 2017-01-09  Richard Biener  <rguenther@suse.de>
22351         PR debug/79000
22352         * dwarf2out.c (is_cxx): New overload with context.
22353         (is_naming_typedef_decl): Use it.
22355 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22357         * invoke.texi (Option Summary): Correct spacing in option lists
22358         and add line breaks to fix over-long lines.
22360 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22362         PR middle-end/17660
22364         * extend.texi (Common Variable Attributes): Add xref to GCC
22365         Internals manual to explain mode attribute keywords.
22367 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22369         PR other/16519
22370         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
22371         and Preprocessor Options.
22372         (Options for Linking): Document -pthread here....
22373         (RS/6000 and PowerPC Options): ...not here.
22374         (Solaris 2 Options): ...or here.
22375         * doc/cppopts.texi: Document -pthread.
22377 2017-01-08  Martin Sebor  <msebor@redhat.com>
22379         PR middle-end/77708
22380         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
22381         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
22382         New member functions.
22383         (format_directive): Used them.
22384         (add_bytes): Same.
22385         (pass_sprintf_length::handle_gimple_call): Same.
22386         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
22387         to avoid truncation for any argument.
22388         (extract_affine_mul): Same.
22389         * tree.c (get_file_function_name): Same.
22391 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22393         PR middle-end/77484
22394         * predict.def (PRED_INDIR_CALL): Set to 86.
22396 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22398         PR preprocessor/54124
22399         * doc/cppopts.texi: Reformat -d subtable to list the full name
22400         of the options.  Add cross-reference to the docs for the general
22401         compiler -d options.
22402         * doc/invoke.texi (Developer Options): Add cross-reference to the
22403         preprocessor-specific -d option documentation.
22405 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22407         PR preprocessor/13498
22408         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
22409         redudant material, and reflect new command-line options.
22410         (System Headers): Likewise.
22412 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22414         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
22415         -isystem, and -idirafter.  Copy-edit.
22416         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
22417         default for -ftrack-macro-expansion.  Delete obsolete and
22418         badly-formatted implementation details about -fdebug-cpp output.
22419         * doc/cppwarnopts.texi: Copy-edit.
22421 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
22423         PR c++/72803
22424         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22425         that the transition from a max line width >= 1<<10 to narrower
22426         lines works correctly.
22428 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
22430         * doc/options.texi (PerFunction): New.
22431         * opt-functions.awk (switch_flags): Map both Optimization and
22432         PerFunction to CL_OPTIMIZATION.
22433         * opth-gen.awk: Test for PerFunction flag along with
22434         Optimization.
22435         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
22436         it only when the latter is present.  Skip those that don't in
22437         the hash function generator.
22438         * common.opt (fvar-tracking): Mark as PerFunction instead of
22439         Optimization.
22440         (fvar-tracking-assignments): Likewise.
22441         (fvar-tracking-assignments-toggle): Likewise.
22442         (fvar-tracking-uninit): Likewise.
22444 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
22446         PR translation/79018
22447         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
22448         the and store.
22450 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
22452         PR target/57583
22453         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
22454         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
22455         TARGET_LONG_JUMP_TABLE_OFFSETS.
22456         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
22457         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
22458         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
22459         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
22460         * config/m68k/m68k.md (tablejump expander): Likewise.
22461         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
22462         TARGET_LONG_JUMP_TABLE_OFFSETS.
22463         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
22464         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
22466 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
22467             David Holsgrove <david.holsgrove@xilinx.com>
22469         * common/config/microblaze/microblaze-common.c
22470         (TARGET_EXCEPT_UNWIND_INFO): Remove.
22471         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
22472         New prototype.
22473         * config/microblaze/microblaze.c (microblaze_must_save_register)
22474         (microblaze_expand_epilogue, microblaze_return_addr): Handle
22475         calls_eh_return.
22476         (microblaze_eh_return): New function.
22477         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
22478         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
22479         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
22480         * config/microblaze/microblaze.md (eh_return): New pattern.
22482 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
22484         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
22485         GCC_DIAGNOSTIC_STRINGIFY): Define.
22487         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
22489 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22491         * config/arm/arm.md (<mcrr>): New.
22492         (<mrrc>): New.
22493         * config/arm/arm.c (arm_arch5te): New.
22494         (arm_option_override): Set arm_arch5te.
22495         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
22496         and mrrc2.
22497         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
22498         (arm_mcrr_qualifiers): ... this. New.
22499         (MRRC_QUALIFIERS): Define to...
22500         (arm_mrrc_qualifiers): ... this. New.
22501         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
22502         __arm_mrrc2): New.
22503         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
22504         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
22505         (MRRCI, mrrc, MRRC): New.
22506         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
22507         VUNSPEC_MRRC2): New.
22509 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22511         * config/arm/arm.md (<mcr>): New.
22512         (<mrc>): New.
22513         * config/arm/arm.c (arm_coproc_builtin_available): Add
22514         support for mcr, mrc, mcr2 and mrc2.
22515         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
22516         (arm_mcr_qualifiers): ... this. New.
22517         (MRC_QUALIFIERS): Define to ...
22518         (arm_mrc_qualifiers): ... this. New.
22519         (MCR_QUALIFIERS): Define to ...
22520         (arm_mcr_qualifiers): ... this. New.
22521         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
22522         __arm_mrc2): New.
22523         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
22524         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
22525         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
22526         VUNSPEC_MRC2): New.
22528 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22530         * config/arm/arm.md (*ldc): New.
22531         (*stc): New.
22532         (<ldc>): New.
22533         (<stc>): New.
22534         * config/arm/arm.c (arm_coproc_builtin_available): Add
22535         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
22536         (arm_coproc_ldc_stc_legitimate_address): New.
22537         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
22538         'qualifier_const_pointer'.
22539         (LDC_QUALIFIERS): Define to...
22540         (arm_ldc_qualifiers): ... this. New.
22541         (STC_QUALIFIERS): Define to...
22542         (arm_stc_qualifiers): ... this. New.
22543         * config/arm/arm-protos.h
22544         (arm_coproc_ldc_stc_legitimate_address): New.
22545         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
22546         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
22547         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
22548         stc2, stcl, stc2l): New.
22549         * config/arm/constraints.md (Uz): New.
22550         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
22551         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
22552         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
22553         VUNSPEC_STC2L): New.
22555 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22557         * config/arm/arm.md (<cdp>): New.
22558         * config/arm/arm.c (neon_const_bounds): Rename this ...
22559         (arm_const_bounds): ... this.
22560         (arm_coproc_builtin_available): New.
22561         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
22562         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
22563         (CDP_QUALIFIERS): Define to...
22564         (arm_cdp_qualifiers): ... this. New.
22565         (void_UP): Define.
22566         (arm_expand_builtin_args): Add case for 6 arguments.
22567         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
22568         (arm_const_bounds): ... this.
22569         (arm_coproc_builtin_available): New.
22570         * config/arm/arm_acle.h (__arm_cdp): New.
22571         (__arm_cdp2): New.
22572         * config/arm/arm_acle_builtins.def (cdp): New.
22573         (cdp2): New.
22574         * config/arm/iterators.md (CDPI,CDP,cdp): New.
22575         * config/arm/neon.md: Rename all 'neon_const_bounds' to
22576         'arm_const_bounds'.
22577         * config/arm/types.md (coproc): New.
22578         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
22579         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
22580         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
22581         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
22583 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22585         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
22586         (UBINOP_QUALIFIERS): New.
22587         (si_UP): Define.
22588         (acle_builtin_data): New. Change comment.
22589         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
22590         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
22591         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
22592         arm_acle_builtins.def.
22593         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
22594         (arm_init_acle_builtins): New.
22595         (CRC32_BUILTIN): Remove.
22596         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
22597         crc32cb, crc32ch and crc32cw.
22598         (arm_init_crc32_builtins): Remove.
22599         (arm_init_builtins): Use arm_init_acle_builtins rather
22600         than arm_init_crc32_builtins.
22601         (arm_expand_acle_builtin): New.
22602         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
22603         * config/arm/arm_acle_builtins.def: New.
22605 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22607         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
22608         (arm_builtin_datum): ... this.
22609         (arm_init_neon_builtin): Rename to ...
22610         (arm_init_builtin): ... this. Add a new parameters PREFIX
22611         and USE_SIG_IN_NAME.
22612         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
22613         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
22614         'arm_builtin_datum'.
22615         (arm_init_vfp_builtins): Likewise.
22616         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
22617         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
22618         (arm_expand_neon_args): Rename to ...
22619         (arm_expand_builtin_args): ... this. Rename builtin_arg
22620         enum values and differentiate between ARG_BUILTIN_MEMORY
22621         and ARG_BUILTIN_NEON_MEMORY.
22622         (arm_expand_neon_builtin_1): Rename to ...
22623         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
22624         values, arm_expand_builtin_args and add bool parameter NEON.
22625         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
22626         (arm_expand_vfp_builtin): Likewise.
22627         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
22629 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22631         PR middle-end/77484
22632         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
22633         * predict.c (tree_estimate_probability_bb): Reverse direction of
22634         polymorphic call predictor.
22636 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
22638         * passes.c (execute_one_pass): Split out pass-skipping logic into...
22639         (determine_pass_name_match): ...this new function and...
22640         (should_skip_pass_p): ...this new function.
22642 2017-01-06  Nathan Sidwell  <nathan@acm.org>
22644         * ipa-visibility.c (function_and_variable_visibility): Reformat
22645         comments and long lines.  Remove extrneous if.
22646         * symtab.c (symtab_node::make_decl_local): Fix code format.
22647         (symtab_node::set_section_for_node): Fix comment typo.
22649 2017-01-06  Martin Liska  <mliska@suse.cz>
22651         PR bootstrap/79003
22652         * lra-constraints.c: Rename invariant to lra_invariant.
22653         * predict.c (set_even_probabilities): Initialize e to NULL.
22655 2017-01-05  Martin Sebor  <msebor@redhat.com>
22657         PR tree-optimization/78910
22658         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
22659         (format_integer): Correct off-by-one error in the handling
22660         of precision with negative numbers in signed conversions..
22662 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
22664         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
22666 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22668         PR tree-optimization/71016
22669         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
22670         factor_out_conditional_conversion.  Formatting fix.
22671         (factor_out_conditional_conversion): Add cond_stmt argument.
22672         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
22673         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
22674         Formatting fix.
22676 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
22678         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
22679         read-rtl-function.o, and selftest-rtl.o.
22680         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
22681         (selftest::aarch64_test_loading_full_dump): New function.
22682         (selftest::aarch64_run_selftests): New function.
22683         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
22684         selftest::aarch64_run_selftests.
22685         * config/i386/i386.c
22686         (selftest::ix86_test_loading_dump_fragment_1): New function.
22687         (selftest::ix86_test_loading_call_insn): New function.
22688         (selftest::ix86_test_loading_full_dump): New function.
22689         (selftest::ix86_test_loading_unspec): New function.
22690         (selftest::ix86_run_selftests): Call the new functions.
22691         * emit-rtl.c (maybe_set_max_label_num): New function.
22692         * emit-rtl.h (maybe_set_max_label_num): New decl.
22693         * function.c (instantiate_decls): Guard call to
22694         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
22695         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
22696         "static".
22697         * gensupport.c (gen_reader::gen_reader): Pass "false"
22698         for new "compact" param of rtx_reader.
22699         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
22700         rather than an empty string for NULL strings.
22701         * read-md.c: Potentially include config.h rather than bconfig.h.
22702         Wrap include of errors.h with #ifdef GENERATOR_FILE.
22703         (have_error): New global, copied from errors.c.
22704         (md_reader::read_name): Rename to...
22705         (md_reader::read_name_1): ...this, adding "out_loc" param,
22706         and converting "missing name or number" to returning false, rather
22707         than failing.
22708         (md_reader::read_name): Reimplement in terms of read_name_1.
22709         (md_reader::read_name_or_nil): New function.
22710         (md_reader::read_string): Handle "(nil)" by returning NULL.
22711         (md_reader::md_reader): Add new param "compact".
22712         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
22713         (md_reader::read_file): New method.
22714         * read-md.h (md_reader::md_reader): Add new param "compact".
22715         (md_reader::read_file): New method.
22716         (md_reader::is_compact): New accessor.
22717         (md_reader::read_name): Convert return type from void to file_location.
22718         (md_reader::read_name_or_nil): New decl.
22719         (md_reader::read_name_1): New decl.
22720         (md_reader::m_compact): New field.
22721         (noop_reader::noop_reader): Pass "false" for new "compact" param
22722         of rtx_reader.
22723         (rtx_reader::rtx_reader): Add new "compact" param.
22724         (rtx_reader::read_rtx_operand): Make virtual and convert return
22725         type from void to rtx.
22726         (rtx_reader::read_until): New decl.
22727         (rtx_reader::handle_any_trailing_information): New virtual function.
22728         (rtx_reader::postprocess): New virtual function.
22729         (rtx_reader::finalize_string): New virtual function.
22730         (rtx_reader::m_in_call_function_usage): New field.
22731         (rtx_reader::m_reuse_rtx_by_id): New field.
22732         * read-rtl-function.c: New file.
22733         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
22734         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
22735         (selftest::verify_three_block_rtl_cfg): New decl.
22736         * read-rtl-function.h: New file.
22737         * read-rtl.c: Potentially include config.h rather than bconfig.h.
22738         For host, include function.h, memmodel.h, and emit-rtl.h.
22739         (one_time_initialization): New function.
22740         (struct compact_insn_name): New struct.
22741         (compact_insn_names): New array.
22742         (find_code): Handle insn codes in compact dumps.
22743         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
22744         (bind_subst_iter_and_attr): Likewise.
22745         (add_condition_to_string): Likewise.
22746         (add_condition_to_rtx): Likewise.
22747         (apply_attribute_uses): Likewise.
22748         (add_current_iterators): Likewise.
22749         (apply_iterators): Likewise.
22750         (initialize_iterators): Guard usage of apply_subst_iterator with
22751         #ifdef GENERATOR_FILE.
22752         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
22753         (md_reader::read_mapping): Likewise.
22754         (add_define_attr_for_define_subst): Likewise.
22755         (add_define_subst_attr): Likewise.
22756         (read_subst_mapping): Likewise.
22757         (check_code_iterator): Likewise.
22758         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
22759         logic to...
22760         (one_time_initialization): New function.
22761         (rtx_reader::read_until): New method.
22762         (read_flags): New function.
22763         (parse_reg_note_name): New function.
22764         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
22765         Handle reuse_rtx ids.
22766         Wrap iterator lookup within #ifdef GENERATOR_FILE.
22767         Add parsing support for RTL dumps, mirroring the special-cases in
22768         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
22769         values, and calling handle_any_trailing_information.
22770         (rtx_reader::read_rtx_operand): Convert return type from void
22771         to rtx, returning return_rtx.  Handle case 'e'.  Call
22772         finalize_string on XSTR and XTMPL fields.
22773         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
22774          "(nil)" values were omitted.  Call the postprocess vfunc on the
22775         return_rtx.
22776         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
22777         class ctor.  Initialize m_in_call_function_usage.  Call
22778         one_time_initialization.
22779         * rtl-tests.c (selftest::test_uncond_jump): Call
22780         set_new_first_and_last_insn.
22781         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
22782         * selftest-rtl.c: New file.
22783         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
22784         (selftest::get_insn_by_uid): New decl.
22785         * selftest-run-tests.c (selftest::run_tests): Call
22786         read_rtl_function_c_tests.
22787         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
22788         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
22789         dumps.
22791 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
22793         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
22794         operands in a special way.  Assert that pos+len <= mode precision.
22796 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22798         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
22799         3 argument Alias with unlimited for the negative form.
22800         (fno-vect-cost-model): Removed.
22802 2017-01-05  Martin Liska  <mliska@suse.cz>
22804         * hsa-gen.c (gen_hsa_divmod): New function.
22805         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
22807 2017-01-05  Martin Liska  <mliska@suse.cz>
22809         PR pch/78970
22810         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
22811         header.
22813 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22815         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
22816         small constant length operands.
22818 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22820         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
22821         between loop iterations.
22823 2017-01-05  Martin Liska  <mliska@suse.cz>
22825         PR sanitizer/78815
22826         * gimplify.c (gimplify_decl_expr): Compare to
22827         asan_poisoned_variables instread of checking flags.
22828         (gimplify_target_expr): Likewise.
22829         (gimplify_expr): Likewise.
22830         (gimplify_function_tree): Conditionally initialize
22831         asan_poisoned_variables.
22833 2017-01-04  Jeff Law  <law@redhat.com>
22835         PR tree-optimizatin/78812
22836         * rtl.h (contains_mem_rtx_p): Prototype.
22837         * ifcvt.c (containts_mem_rtx_p): Move from here to...
22838         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
22839         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
22840         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
22841         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
22843 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22845         * input.c (assert_char_at_range): Default-initialize actual_range.
22847 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22849         * df-scan.c (df_ref_create_structure): Make regno unsigned,
22850         to match the caller.
22852 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22854         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
22855         insns after final jump in test to emit dummy move.
22857 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22859         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
22860         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
22862 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22864         * multiple_target.c (create_dispatcher_calls): Init e_next.
22865         * tree-ssa-loop-split.c (split_loop): Init border.
22866         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
22867         scalar_type.
22869 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
22871         PR target/71977
22872         PR target/70568
22873         PR target/78823
22874         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
22875         (altivec_register_operand): Do not return true if the operand
22876         contains a SUBREG mixing SImode and SFmode.
22877         (vsx_register_operand): Likewise.
22878         (vsx_reg_sfsubreg_ok): New predicate.
22879         (vfloat_operand): Do not return true if the operand contains a
22880         SUBREG mixing SImode and SFmode.
22881         (vint_operand): Likewise.
22882         (vlogical_operand): Likewise.
22883         (gpc_reg_operand): Likewise.
22884         (int_reg_operand): Likewise.
22885         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
22886         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
22887         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
22888         SImode and SFmode.
22889         (rs6000_emit_move_si_sf_subreg): New helper function.
22890         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
22891         fixup SUBREGs involving SImode and SFmode.
22892         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
22893         numbers for the new peephole2 optimization.
22894         (peephole2 for SFmode unions): New peephole2 to optimize cases in
22895         the GLIBC math library that do AND/IOR/XOR operations on single
22896         precision floating point.
22897         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
22898         target macros to say whether we need to avoid SUBREGs mixing
22899         SImode and SFmode.
22900         (TARGET_ALLOW_SF_SUBREG): Likewise.
22901         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
22902         (UNSPEC_SI_FROM_SF): Likewise.
22903         (iorxor): Change spacing.
22904         (and_ior_xor): New iterator for AND, IOR, and XOR.
22905         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
22906         (movdi_from_sf_zero_ext): Likewise.
22907         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
22908         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
22909         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
22910         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
22911         (fms<mode>4): Likewise.
22912         (fnma<mode>4): Likewise.
22913         (fnms<mode>4): Likewise.
22914         (nfma<mode>4): Likewise.
22915         (nfms<mode>4): Likewise.
22917 2017-01-04  Marek Polacek  <polacek@redhat.com>
22919         PR c++/64767
22920         * doc/invoke.texi: Document -Wpointer-compare.
22922 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
22924         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
22925         RejectNegative.
22927         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
22928         descriptions for -gdwarf-5 and emit them as uleb128 instead of
22929         2-byte data.
22931 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
22933         PR target/78056
22934         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
22935         documentation of the powerpc_popcntb_ok attribute.
22936         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
22937         code to issue warning messages if a requested CPU configuration is
22938         not supported by the binary (assembler and loader) toolchain.
22939         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
22940         made to define a built-in function that has been disabled.
22941         (paired_init_builtins): Add assertion to prevent ICE if attempt is
22942         made to define a built-in function that has been disabled.
22943         (altivec_init_builtins): Add comment explaining why definition
22944         of the DST built-in functions is not preceded by an assertion
22945         check.  Add assertions to prevent ICE if attempts are made to
22946         define an altivec predicate or an abs* built-in function that has
22947         been disabled.
22948         (htm_init_builtins): Add comment explaining why definition of the
22949         htm built-in functions is not preceded by an assertion check.
22951 2017-01-04  Jeff Law  <law@redhat.com>
22953         PR tree-optimizatin/67955
22954         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
22955         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
22956         the points-to solution does not include pt_null.  Use DECL_PT_UID
22957         unconditionally.
22959 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
22961         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
22962         Use gen_int_mode instead of gen_lopwart for const_int operands.
22964 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
22966         PR tree-optimization/71563
22967         * match.pd: Simplify X << Y into X if Y is known to be 0 or
22968         out of range value - has low bits known to be zero.
22970 2017-01-04  Alan Modra  <amodra@gmail.com>
22972         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
22973         * configure: Regenerate.
22974         * config.in: Regenerate.
22976 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
22978         PR bootstrap/77569
22979         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
22980         a substring of the message, but strcmp with the whole message.  Ifdef
22981         ENABLE_NLS, translate the message first using dgettext.
22983 2017-01-03  Jeff Law  <law@redhat.com>
22985         PR tree-optimizatin/78856
22986         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
22987         (mark_threaded_blocks): Remove code to truncate thread paths that
22988         cross multiple loop headers.  Instead invalidate the cached loop
22989         iteration information and handle case of a thread path walking
22990         into an irreducible region.
22992 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
22994         PR target/78900
22995         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
22996         assertions.  Add support for doing the signbit if the IEEE 128-bit
22997         floating point value is in a GPR.
22998         * config/rs6000/rs6000.md (Fsignbit): Delete.
22999         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
23000         Update the length attribute if the value is in a GPR.
23001         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
23002         the sign or zero extension instruction, since the value is always 0/1.
23003         (signbit<mode>2_dm2): Delete using <Fsignbit>.
23005         PR target/78953
23006         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
23007         extracting SImode to a GPR register so that we can generate a
23008         store, limit the vector to be in a traditional Altivec register
23009         for the vextuwrx instruction.
23011 2017-01-03  Ian Lance Taylor  <iant@google.com>
23013         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
23015 2017-01-03  Martin Sebor  <msebor@redhat.com>
23017         PR tree-optimization/78696
23018         * gimple-ssa-sprintf.c (format_floating): Correct handling of
23019         precision.  Use MPFR for %f for greater fidelity.  Correct handling
23020         of %g.
23021         (pass_sprintf_length::compute_format_length): Set width and precision
23022         specified by asrerisk to void_node for vararg functions.
23023         (try_substitute_return_value): Adjust dump output.
23025 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
23027         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
23029 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
23031         * doc/invoke.texi (SPARC options): Document -mlra as the default.
23032         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
23033         -mlra/-mno-lra was passed to the compiler.
23035 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
23037         PR rtl-optimization/65618
23038         * emit-rtl.c (try_split): Move initialization of "before" and
23039         "after" to just before the call to emit_insn_after_setloc.
23041 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
23043         * doc/md.texi (Standard Names): Remove reference to Java frontend.
23045 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
23047         * dwarf2out.c (gen_enumeration_type_die): When
23048         -gno-strict-dwarf, add a DW_AT_encoding attribute.
23050 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
23052         PR tree-optimization/78965
23053         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
23054         Change first argument from const call_info & to call_info &.  For %n
23055         set info.nowrite to false.
23057         PR middle-end/78901
23058         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
23059         possibly throwing calls.
23061         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
23062         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
23063         and fns handling, rather than in a separate case SSA_NAME.
23065 2017-01-02  Jeff Law  <law@redhat.com>
23067         * config/darwin-driver.c (darwin_driver_init): Const-correctness
23068         fixes for first_period and second_period variables.
23070 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
23072         PR target/78967
23073         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
23074         (*insvqi_1): New insn pattern.
23075         (*insvqi_1_mem_rex64): Ditto.
23076         (*insvqi_2): Ditto.
23077         (*insvqi_3): Rename from *insvqi.
23079         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
23081 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
23083         * doc/cfg.texi (Edges): Remove reference to Java.
23084         (Maintaining the CFG): Ditto.
23086 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23088         PR middle-end/77674
23089         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
23090         transparent aliases.
23092 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23094         PR middle-end/77484
23095         * predict.def (PRED_CALL): Update hitrate.
23096         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
23097         * predict.c (tree_estimate_probability_bb): Split CALL predictor
23098         into direct/indirect/polymorphic variants.
23100 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
23102         Update copyright years.
23104         * gcc.c (process_command): Update copyright notice dates.
23105         * gcov-dump.c (print_version): Ditto.
23106         * gcov.c (print_version): Ditto.
23107         * gcov-tool.c (print_version): Ditto.
23108         * gengtype.c (create_file): Ditto.
23109         * doc/cpp.texi: Bump @copying's copyright year.
23110         * doc/cppinternals.texi: Ditto.
23111         * doc/gcc.texi: Ditto.
23112         * doc/gccint.texi: Ditto.
23113         * doc/gcov.texi: Ditto.
23114         * doc/install.texi: Ditto.
23115         * doc/invoke.texi: Ditto.
23117 Copyright (C) 2017 Free Software Foundation, Inc.
23119 Copying and distribution of this file, with or without modification,
23120 are permitted in any medium without royalty provided the copyright
23121 notice and this notice are preserved.