[26/77] Use is_a <scalar_int_mode> in subreg/extract simplifications
[official-gcc.git] / gcc / ChangeLog
blob54a4cf995c42278e803216bf4aa626bab0aaeaba
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         * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
6         (make_compound_operation_int): Likewise.
7         (change_zero_ext): Likewise.
8         * expr.c (convert_move): Likewise.
9         (convert_modes): Likewise.
10         * fwprop.c (forward_propagate_subreg): Likewise.
11         * loop-iv.c (get_biv_step_1): Likewise.
12         * optabs.c (widen_operand): Likewise.
13         * postreload.c (move2add_valid_value_p): Likewise.
14         * recog.c (simplify_while_replacing): Likewise.
15         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
16         (simplify_binary_operation_1): Likewise.  Remove redundant
17         mode equality check.
19 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
20             Alan Hayward  <alan.hayward@arm.com>
21             David Sherwood  <david.sherwood@arm.com>
23         * combine.c (combine_simplify_rtx): Add checks for
24         is_a <scalar_int_mode>.
25         (simplify_if_then_else): Likewise.
26         (make_field_assignment): Likewise.
27         (simplify_comparison): Likewise.
28         * ifcvt.c (noce_try_bitop): Likewise.
29         * loop-invariant.c (canonicalize_address_mult): Likewise.
30         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
32 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
33             Alan Hayward  <alan.hayward@arm.com>
34             David Sherwood  <david.sherwood@arm.com>
36         * simplify-rtx.c (simplify_binary_operation_1): Use
37         is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
39 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
40             Alan Hayward  <alan.hayward@arm.com>
41             David Sherwood  <david.sherwood@arm.com>
43         * wide-int.h (int_traits<unsigned char>) New class.
44         (int_traits<unsigned short>) Likewise.
45         * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
46         Use GET_MODE_UNIT_PRECISION and remove redundant test for
47         SCALAR_INT_MODE_P.
48         * combine.c (set_nonzero_bits_and_sign_copies): Use
49         is_a <scalar_int_mode>.
50         (find_split_point): Likewise.
51         (combine_simplify_rtx): Likewise.
52         (simplify_logical): Likewise.
53         (expand_compound_operation): Likewise.
54         (expand_field_assignment): Likewise.
55         (make_compound_operation): Likewise.
56         (extended_count): Likewise.
57         (change_zero_ext): Likewise.
58         (simplify_comparison): Likewise.
59         * dwarf2out.c (scompare_loc_descriptor): Likewise.
60         (ucompare_loc_descriptor): Likewise.
61         (minmax_loc_descriptor): Likewise.
62         (mem_loc_descriptor): Likewise.
63         (loc_descriptor): Likewise.
64         * expmed.c (init_expmed_one_mode): Likewise.
65         * lra-constraints.c (lra_constraint_offset): Likewise.
66         * optabs.c (prepare_libcall_arg): Likewise.
67         * postreload.c (move2add_note_store): Likewise.
68         * reload.c (operands_match_p): Likewise.
69         * rtl.h (load_extend_op): Likewise.
70         * rtlhooks.c (gen_lowpart_general): Likewise.
71         * simplify-rtx.c (simplify_truncation): Likewise.
72         (simplify_unary_operation_1): Likewise.
73         (simplify_binary_operation_1): Likewise.
74         (simplify_const_binary_operation): Likewise.
75         (simplify_const_relational_operation): Likewise.
76         (simplify_subreg): Likewise.
77         * stor-layout.c (bitwise_mode_for_mode): Likewise.
78         * var-tracking.c (adjust_mems): Likewise.
79         (prepare_call_arguments): Likewise.
81 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
82             Alan Hayward  <alan.hayward@arm.com>
83             David Sherwood  <david.sherwood@arm.com>
85         * machmode.h (is_int_mode): New fuction.
86         * combine.c (find_split_point): Use it.
87         (combine_simplify_rtx): Likewise.
88         (simplify_if_then_else): Likewise.
89         (simplify_set): Likewise.
90         (simplify_shift_const_1): Likewise.
91         (simplify_comparison): Likewise.
92         * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
93         * cse.c (notreg_cost): Likewise.
94         (cse_insn): Likewise.
95         * cselib.c (cselib_lookup_1): Likewise.
96         * dojump.c (do_jump_1): Likewise.
97         (do_compare_rtx_and_jump): Likewise.
98         * dse.c (get_call_args): Likewise.
99         * dwarf2out.c (rtl_for_decl_init): Likewise.
100         (native_encode_initializer): Likewise.
101         * expmed.c (emit_store_flag_1): Likewise.
102         (emit_store_flag): Likewise.
103         * expr.c (convert_modes): Likewise.
104         (store_field): Likewise.
105         (expand_expr_real_1): Likewise.
106         * fold-const.c (fold_read_from_constant_string): Likewise.
107         * gimple-ssa-sprintf.c (get_format_string): Likewise.
108         * optabs-libfuncs.c (gen_int_libfunc): Likewise.
109         * optabs.c (expand_binop): Likewise.
110         (expand_unop): Likewise.
111         (expand_abs_nojump): Likewise.
112         (expand_one_cmpl_abs_nojump): Likewise.
113         * simplify-rtx.c (mode_signbit_p): Likewise.
114         (val_signbit_p): Likewise.
115         (val_signbit_known_set_p): Likewise.
116         (val_signbit_known_clear_p): Likewise.
117         (simplify_relational_operation_1): Likewise.
118         * tree.c (vector_type_mode): Likewise.
120 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
121             Alan Hayward  <alan.hayward@arm.com>
122             David Sherwood  <david.sherwood@arm.com>
124         * machmode.h (smallest_mode_for_size): Fix formatting.
125         (smallest_int_mode_for_size): New function.
126         * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
127         instead of smallest_mode_for_size.
128         * combine.c (make_extraction): Likewise.
129         * config/arc/arc.c (arc_expand_movmem): Likewise.
130         * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
131         * config/i386/i386.c (ix86_get_mask_mode): Likewise.
132         * config/s390/s390.c (s390_expand_insv): Likewise.
133         * config/sparc/sparc.c (assign_int_registers): Likewise.
134         * config/spu/spu.c (spu_function_value): Likewise.
135         (spu_function_arg): Likewise.
136         * coverage.c (get_gcov_type): Likewise.
137         (get_gcov_unsigned_t): Likewise.
138         * dse.c (find_shift_sequence): Likewise.
139         * expmed.c (store_bit_field_1): Likewise.
140         * expr.c (convert_move): Likewise.
141         (store_field): Likewise.
142         * internal-fn.c (expand_arith_overflow): Likewise.
143         * optabs-query.c (get_best_extraction_insn): Likewise.
144         * optabs.c (expand_twoval_binop_libfunc): Likewise.
145         * stor-layout.c (layout_type): Likewise.
146         (initialize_sizetypes): Likewise.
147         * targhooks.c (default_get_mask_mode): Likewise.
148         * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
150 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
151             Alan Hayward  <alan.hayward@arm.com>
152             David Sherwood  <david.sherwood@arm.com>
154         * machmode.h (opt_mode::else_blk): New function.
155         (int_mode_for_mode): Declare.
156         * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
157         * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
158         return type.
159         * cfgexpand.c (expand_debug_expr): Likewise.
160         * combine.c (gen_lowpart_or_truncate): Likewise.
161         (gen_lowpart_for_combine): Likewise.
162         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
163         * config/avr/avr.c (avr_to_int_mode): Likewise.
164         (avr_out_plus_1): Likewise.
165         (avr_out_plus): Likewise.
166         (avr_out_round): Likewise.
167         * config/i386/i386.c (ix86_split_to_parts): Likewise.
168         * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
169         (s390_expand_vcond): Likewise.
170         * config/spu/spu.c (spu_split_immediate): Likewise.
171         (spu_expand_mov): Likewise.
172         * dse.c (get_stored_val): Likewise.
173         * expmed.c (store_bit_field_1): Likewise.
174         (convert_extracted_bit_field): Use int_mode_for_mode instead of
175         int_mode_for_size.
176         (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
177         (extract_low_bits): Likewise.
178         * expr.c (emit_group_load_1): Likewise.  Separate out the BLKmode
179         handling rather than repeating the check.
180         (emit_group_store): Likewise.
181         (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
182         * optabs.c (expand_absneg_bit): Likewise.
183         (expand_copysign_absneg): Likewise.
184         (expand_copysign_bit): Likewise.
185         * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
186         * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
187         * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
188         * var-tracking.c (prepare_call_arguments):  Likewise.
189         * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
190         int_mode_for_mode instead of mode_for_size.
191         * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
193 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
194             Alan Hayward  <alan.hayward@arm.com>
195             David Sherwood  <david.sherwood@arm.com>
197         * machmode.h (int_mode_for_size): New function.
198         * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
199         instead of mode_for_size.
200         * calls.c (save_fixed_argument_area): Likewise.  Make use of BLKmode
201         explicit.
202         * combine.c (expand_field_assignment): Use int_mode_for_size
203         instead of mode_for_size.
204         (make_extraction): Likewise.
205         (simplify_shift_const_1): Likewise.
206         (simplify_comparison): Likewise.
207         * dojump.c (do_jump): Likewise.
208         * dwarf2out.c (mem_loc_descriptor): Likewise.
209         * emit-rtl.c (init_derived_machine_modes): Likewise.
210         * expmed.c (flip_storage_order): Likewise.
211         (convert_extracted_bit_field): Likewise.
212         * expr.c (copy_blkmode_from_reg): Likewise.
213         * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
214         * internal-fn.c (expand_mul_overflow): Likewise.
215         * lower-subreg.c (simple_move): Likewise.
216         * optabs-libfuncs.c (init_optabs): Likewise.
217         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
218         * tree.c (vector_type_mode): Likewise.
219         * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
220         * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
221         * tree-vect-generic.c (expand_vector_parallel): Likewise.
222         * tree-vect-stmts.c (vectorizable_load): Likewise.
223         (vectorizable_store): Likewise.
225 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
226             Alan Hayward  <alan.hayward@arm.com>
227             David Sherwood  <david.sherwood@arm.com>
229         * coretypes.h (pod_mode): New type.
230         (scalar_int_mode_pod): New typedef.
231         * machmode.h (pod_mode): New class.
232         (int_n_data_t::m): Change type to scalar_int_mode_pod.
233         * genmodes.c (emit_mode_int_n): Update accordingly.
234         * lower-subreg.h (target_lower_subreg): Change type to
235         scalar_int_mode_pod.
236         * gdbhooks.py (build_pretty_printer): Handle pod_mode and
237         scalar_int_mode_pod.
239 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
240             Alan Hayward  <alan.hayward@arm.com>
241             David Sherwood  <david.sherwood@arm.com>
243         * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
244         machine_mode to scalar_int_mode.
245         * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
246         (rs6000_option_override_internal): Remove cast to int.
247         * config/rs6000/rs6000.h (rs6000_pmode): Change type from
248         machine_mode to scalar_int_mode.
249         * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
250         (rs6000_option_override_internal): Remove cast to int.
251         * config/s390/s390.h (Pmode): Remove cast to machine_mode.
252         * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
253         to machine_mode.
254         * config/s390/s390.c (s390_expand_builtin): Likewise.
255         * coretypes.h (scalar_int_mode): New type.
256         (opt_scalar_int_mode): New typedef.
257         * machmode.h (scalar_int_mode): New class.
258         (scalar_int_mode::includes_p): New function.
259         (byte_mode): Change type to scalar_int_mode.
260         (word_mode): Likewise.
261         (ptr_mode): Likewise.
262         * emit-rtl.c (byte_mode): Likewise.
263         (word_mode): Likewise.
264         (ptr_mode): Likewise.
265         (init_derived_machine_modes): Update accordingly.
266         * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
267         and MODE_PARTIAL_INT.
268         * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
269         opt_scalar_int_mode.
271 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
272             Alan Hayward  <alan.hayward@arm.com>
273             David Sherwood  <david.sherwood@arm.com>
275         * target.def (libgcc_floating_mode_supported_p): Take a
276         scalar_float_mode.
277         * doc/tm.texi: Regenerate.
278         * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
279         scalar_float_mode.
280         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
281         * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
282         Likewise.
284 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
285             Alan Hayward  <alan.hayward@arm.com>
286             David Sherwood  <david.sherwood@arm.com>
288         * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
289         * doc/tm.texi: Regenerate.
290         * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
291         * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
292         * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
293         * targhooks.h (default_floatn_mode): Likewise.
294         * targhooks.c (default_floatn_mode): Likewise.
295         * tree.c (build_common_tree_nodes): Update accordingly.
297 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
298             Alan Hayward  <alan.hayward@arm.com>
299             David Sherwood  <david.sherwood@arm.com>
301         * machmode.h (mode_iterator::start): Provide overload for opt_modes.
302         (mode_iterator::iterate_p): Likewise.
303         (mode_iterator::get_wider): Likewise.
304         * expr.c (init_expr_target): Use opt_scalar_float_mode.
306 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
307             Alan Hayward  <alan.hayward@arm.com>
308             David Sherwood  <david.sherwood@arm.com>
310         * coretypes.h (opt_scalar_float_mode): New typedef.
311         * machmode.h (float_mode_for_size): New function.
312         * emit-rtl.c (double_mode): Delete.
313         (init_emit_once): Use float_mode_for_size.
314         * stor-layout.c (layout_type): Likewise.
315         * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
317 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
318             Alan Hayward  <alan.hayward@arm.com>
319             David Sherwood  <david.sherwood@arm.com>
321         * output.h (assemble_real): Take a scalar_float_mode.
322         * config/arm/arm.c (arm_assemble_integer): Update accordingly.
323         * config/arm/arm.md (consttable_4): Likewise.
324         (consttable_8): Likewise.
325         (consttable_16): Likewise.
326         * config/mips/mips.md (consttable_float): Likewise.
327         * config/s390/s390.c (s390_output_pool_entry): Likewise.
328         * varasm.c (assemble_real): Take a scalar_float_mode.
329         (output_constant_pool_2): Update accordingly.
330         (output_constant): Likewise.
332 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
333             Alan Hayward  <alan.hayward@arm.com>
334             David Sherwood  <david.sherwood@arm.com>
336         * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
337         * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
338         * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
339         (native_encode_real): Likewise.
340         (native_interpret_real): Likewise.
341         * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
342         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
344 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
345             Alan Hayward  <alan.hayward@arm.com>
346             David Sherwood  <david.sherwood@arm.com>
348         * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
349         <scalar_float_mode>.  Simplify.
350         (gen_extend_conv_libfunc): 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         * coretypes.h (scalar_float_mode): New type.
357         * machmode.h (mode_traits::from_int): Use machine_mode if
358         USE_ENUM_MODES is defined.
359         (is_a): New function.
360         (as_a): Likewise.
361         (dyn_cast): Likewise.
362         (scalar_float_mode): New class.
363         (scalar_float_mode::includes_p): New function.
364         (is_float_mode): Likewise.
365         * gdbhooks.py (MachineModePrinter): New class.
366         (build_pretty_printer): Use it for scalar_float_mode.
367         * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
368         (format_helper::format_helper): Turn into a template.
369         * genmodes.c (get_mode_class): New function.
370         (emit_insn_modes_h): Give modes the class returned by get_mode_class,
371         or machine_mode if none.
372         * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
373         as_a <scalar_float_mode>.
374         * dwarf2out.c (mem_loc_descriptor): Likewise.
375         (insert_float): Likewise.
376         (add_const_value_attribute): Likewise.
377         * simplify-rtx.c (simplify_immed_subreg): Likewise.
378         * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
379         (expand_unop): Update accordingly.
380         (expand_abs_nojump): Likewise.
381         (expand_copysign_absneg): Take a scalar_float_mode.
382         (expand_copysign_bit): Likewise.
383         (expand_copysign): Update accordingly.
385 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
386             Alan Hayward  <alan.hayward@arm.com>
387             David Sherwood  <david.sherwood@arm.com>
389         * coretypes.h (opt_mode): New class.
390         * machmode.h (opt_mode): Likewise.
391         (opt_mode::else_void): New function.
392         (opt_mode::require): Likewise.
393         (opt_mode::exists): Likewise.
394         (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
395         (GET_MODE_2XWIDER_MODE): Likewise.
396         (mode_iterator::get_wider): Update accordingly.
397         (mode_iterator::get_2xwider): Likewise.
398         (mode_iterator::get_known_wider): Likewise, turning into a template.
399         * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
400         forcing a wider mode to exist.
401         * config/cr16/cr16.h (LONG_REG_P): Likewise.
402         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
403         * config/c6x/c6x.c (c6x_rtx_costs): Update use of
404         GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
405         * lower-subreg.c (init_lower_subreg): Likewise.
406         * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
407         on the final iteration.
408         * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
409         a wider mode exists before asking for a move pattern.
410         (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
411         forcing a wider mode to exist.
412         (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
413         returning false if no such mode exists.
414         * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
415         * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
416         * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
417         Avoid checking for a MODE_INT if we already know the mode is not a
418         SCALAR_INT_MODE_P.
419         (extract_high_half): Update use of GET_MODE_WIDER_MODE,
420         forcing a wider mode to exist.
421         (expmed_mult_highpart_optab): Likewise.
422         (expmed_mult_highpart): Likewise.
423         * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
424         using else_void.
425         * lto-streamer-in.c (lto_input_mode_table): Likewise.
426         * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
427         * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
428         * internal-fn.c (expand_mul_overflow): Update use of
429         GET_MODE_2XWIDER_MODE.
430         * omp-low.c (omp_clause_aligned_alignment): Likewise.
431         * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
432         GET_MODE_WIDER_MODE.
433         (convert_plusminus_to_widen): Likewise.
434         * tree-switch-conversion.c (array_value_type): Likewise.
435         * var-tracking.c (emit_note_insn_var_location): Likewise.
436         * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
437         Return false inside rather than outside the loop if no wider mode
438         exists
439         * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
440         and GET_MODE_2XWIDER_MODE
441         (can_compare_p): Use else_void.
442         * gdbhooks.py (OptMachineModePrinter): New class.
443         (build_pretty_printer): Use it for opt_mode.
445 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
446             Alan Hayward  <alan.hayward@arm.com>
447             David Sherwood  <david.sherwood@arm.com>
449         * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
450         once.  Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
452 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
453             Alan Hayward  <alan.hayward@arm.com>
454             David Sherwood  <david.sherwood@arm.com>
456         * machmode.h (mode_traits): New structure.
457         (get_narrowest_mode): New function.
458         (mode_iterator::start): Likewise.
459         (mode_iterator::iterate_p): Likewise.
460         (mode_iterator::get_wider): Likewise.
461         (mode_iterator::get_known_wider): Likewise.
462         (mode_iterator::get_2xwider): Likewise.
463         (FOR_EACH_MODE_IN_CLASS): New mode iterator.
464         (FOR_EACH_MODE): Likewise.
465         (FOR_EACH_MODE_FROM): Likewise.
466         (FOR_EACH_MODE_UNTIL): Likewise.
467         (FOR_EACH_WIDER_MODE): Likewise.
468         (FOR_EACH_2XWIDER_MODE): Likewise.
469         * builtins.c (expand_builtin_strlen): Use new mode iterators.
470         * combine.c (simplify_comparison): Likewise
471         * config/i386/i386.c (type_natural_mode): Likewise.
472         * cse.c (cse_insn): Likewise.
473         * dse.c (find_shift_sequence): Likewise.
474         * emit-rtl.c (init_derived_machine_modes): Likewise.
475         (init_emit_once): Likewise.
476         * explow.c (hard_function_value): Likewise.
477         * expmed.c (extract_fixed_bit_field_1): Likewise.
478         (extract_bit_field_1): Likewise.
479         (expand_divmod): Likewise.
480         (emit_store_flag_1): Likewise.
481         * expr.c (init_expr_target): Likewise.
482         (convert_move): Likewise.
483         (alignment_for_piecewise_move): Likewise.
484         (widest_int_mode_for_size): Likewise.
485         (emit_block_move_via_movmem): Likewise.
486         (copy_blkmode_to_reg): Likewise.
487         (set_storage_via_setmem): Likewise.
488         (compress_float_constant): Likewise.
489         * omp-low.c (omp_clause_aligned_alignment): Likewise.
490         * optabs-query.c (get_best_extraction_insn): Likewise.
491         * optabs.c (expand_binop): Likewise.
492         (expand_twoval_unop): Likewise.
493         (expand_twoval_binop): Likewise.
494         (widen_leading): Likewise.
495         (widen_bswap): Likewise.
496         (expand_parity): Likewise.
497         (expand_unop): Likewise.
498         (prepare_cmp_insn): Likewise.
499         (prepare_float_lib_cmp): Likewise.
500         (expand_float): Likewise.
501         (expand_fix): Likewise.
502         (expand_sfix_optab): Likewise.
503         * postreload.c (move2add_use_add2_insn): Likewise.
504         * reg-stack.c (reg_to_stack): Likewise.
505         * reginfo.c (choose_hard_reg_mode): Likewise.
506         * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
507         * stor-layout.c (mode_for_size): Likewise.
508         (smallest_mode_for_size): Likewise.
509         (mode_for_vector): Likewise.
510         (finish_bitfield_representative): Likewise.
511         * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
512         * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
513         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
514         * var-tracking.c (prepare_call_arguments): Likewise.
516 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
517             Alan Hayward  <alan.hayward@arm.com>
518             David Sherwood  <david.sherwood@arm.com>
520         * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
521         * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
522         USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
523         * machmode.h (mode_size): Move earlier in file.
524         (mode_precision): Likewise.
525         (mode_inner): Likewise.
526         (mode_nunits): Likewise.
527         (mode_unit_size): Likewise.
528         (unit_unit_precision): Likewise.
529         (mode_wider): Likewise.
530         (mode_2xwider): Likewise.
531         (machine_mode): New class.
532         (mode_to_bytes): New function.
533         (mode_to_bits): Likewise.
534         (mode_to_precision): Likewise.
535         (mode_to_inner): Likewise.
536         (mode_to_unit_size): Likewise.
537         (mode_to_unit_precision): Likewise.
538         (mode_to_nunits): Likewise.
539         (GET_MODE_SIZE): Use mode_to_bytes.
540         (GET_MODE_BITSIZE): Use mode_to_bits.
541         (GET_MODE_PRECISION): Use mode_to_precision.
542         (GET_MODE_INNER): Use mode_to_inner.
543         (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
544         (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
545         (GET_MODE_NUNITS): Use mode_to_nunits.
546         * system.h (ALWAYS_INLINE): New macro.
547         * config/powerpcspe/powerpcspe-c.c
548         (altivec_resolve_overloaded_builtin): Use machine_mode instead of
549         int for arg1_mode and arg2_mode.
551 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
552             Alan Hayward  <alan.hayward@arm.com>
553             David Sherwood  <david.sherwood@arm.com>
555         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
556         Prefix mode names with E_ in case statements.
557         * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
558         * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
559         (aarch64_split_simd_move): Likewise.
560         (aarch64_gen_storewb_pair): Likewise.
561         (aarch64_gen_loadwb_pair): Likewise.
562         (aarch64_gen_store_pair): Likewise.
563         (aarch64_gen_load_pair): Likewise.
564         (aarch64_get_condition_code_1): Likewise.
565         (aarch64_constant_pool_reload_icode): Likewise.
566         (get_rsqrte_type): Likewise.
567         (get_rsqrts_type): Likewise.
568         (get_recpe_type): Likewise.
569         (get_recps_type): Likewise.
570         (aarch64_gimplify_va_arg_expr): Likewise.
571         (aarch64_simd_container_mode): Likewise.
572         (aarch64_emit_load_exclusive): Likewise.
573         (aarch64_emit_store_exclusive): Likewise.
574         (aarch64_expand_compare_and_swap): Likewise.
575         (aarch64_gen_atomic_cas): Likewise.
576         (aarch64_emit_bic): Likewise.
577         (aarch64_emit_atomic_swap): Likewise.
578         (aarch64_emit_atomic_load_op): Likewise.
579         (aarch64_evpc_trn): Likewise.
580         (aarch64_evpc_uzp): Likewise.
581         (aarch64_evpc_zip): Likewise.
582         (aarch64_evpc_ext): Likewise.
583         (aarch64_evpc_rev): Likewise.
584         (aarch64_evpc_dup): Likewise.
585         (aarch64_gen_ccmp_first): Likewise.
586         (aarch64_gen_ccmp_next): Likewise.
587         * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
588         (alpha_emit_xfloating_libcall): Likewise.
589         (emit_insxl): Likewise.
590         (alpha_arg_type): Likewise.
591         * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
592         (arc_preferred_simd_mode): Likewise.
593         (arc_secondary_reload): Likewise.
594         (get_arc_condition_code): Likewise.
595         (arc_print_operand): Likewise.
596         (arc_legitimate_constant_p): Likewise.
597         * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
598         * config/arc/arc.md (casesi_load): Likewise.
599         (casesi_compact_jump): Likewise.
600         * config/arc/predicates.md (proper_comparison_operator): Likewise.
601         (cc_use_register): Likewise.
602         * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
603         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
604         (arm_init_iwmmxt_builtins): Likewise.
605         * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
606         (neon_expand_vector_init): Likewise.
607         (arm_attr_length_move_neon): Likewise.
608         (maybe_get_arm_condition_code): Likewise.
609         (arm_emit_vector_const): Likewise.
610         (arm_preferred_simd_mode): Likewise.
611         (arm_output_iwmmxt_tinsr): Likewise.
612         (thumb1_output_casesi): Likewise.
613         (thumb2_output_casesi): Likewise.
614         (arm_emit_load_exclusive): Likewise.
615         (arm_emit_store_exclusive): Likewise.
616         (arm_expand_compare_and_swap): Likewise.
617         (arm_evpc_neon_vuzp): Likewise.
618         (arm_evpc_neon_vzip): Likewise.
619         (arm_evpc_neon_vrev): Likewise.
620         (arm_evpc_neon_vtrn): Likewise.
621         (arm_evpc_neon_vext): Likewise.
622         (arm_validize_comparison): Likewise.
623         * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
624         * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
625         * config/avr/avr.c (avr_rtx_costs_1): Likewise.
626         * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
627         (c6x_preferred_simd_mode): Likewise.
628         * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
629         (epiphany_rtx_costs): Likewise.
630         * config/epiphany/predicates.md (proper_comparison_operator):
631         Likewise.
632         * config/frv/frv.c (condexec_memory_operand): Likewise.
633         (frv_emit_move): Likewise.
634         (output_move_single): Likewise.
635         (output_condmove_single): Likewise.
636         (frv_hard_regno_mode_ok): Likewise.
637         (frv_matching_accg_mode): Likewise.
638         * config/h8300/h8300.c (split_adds_subs): Likewise.
639         (h8300_rtx_costs): Likewise.
640         (h8300_print_operand): Likewise.
641         (compute_mov_length): Likewise.
642         (output_logical_op): Likewise.
643         (compute_logical_op_length): Likewise.
644         (compute_logical_op_cc): Likewise.
645         (h8300_shift_needs_scratch_p): Likewise.
646         (output_a_shift): Likewise.
647         (compute_a_shift_length): Likewise.
648         (compute_a_shift_cc): Likewise.
649         (expand_a_rotate): Likewise.
650         (output_a_rotate): Likewise.
651         * config/i386/i386.c (classify_argument): Likewise.
652         (function_arg_advance_32): Likewise.
653         (function_arg_32): Likewise.
654         (function_arg_64): Likewise.
655         (function_value_64): Likewise.
656         (ix86_gimplify_va_arg): Likewise.
657         (ix86_legitimate_constant_p): Likewise.
658         (put_condition_code): Likewise.
659         (split_double_mode): Likewise.
660         (ix86_avx256_split_vector_move_misalign): Likewise.
661         (ix86_expand_vector_logical_operator): Likewise.
662         (ix86_split_idivmod): Likewise.
663         (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
664         (ix86_build_const_vector): Likewise.
665         (ix86_build_signbit_mask): Likewise.
666         (ix86_match_ccmode): Likewise.
667         (ix86_cc_modes_compatible): Likewise.
668         (ix86_expand_branch): Likewise.
669         (ix86_expand_sse_cmp): Likewise.
670         (ix86_expand_sse_movcc): Likewise.
671         (ix86_expand_int_sse_cmp): Likewise.
672         (ix86_expand_vec_perm_vpermi2): Likewise.
673         (ix86_expand_vec_perm): Likewise.
674         (ix86_expand_sse_unpack): Likewise.
675         (ix86_expand_int_addcc): Likewise.
676         (ix86_split_to_parts): Likewise.
677         (ix86_vectorize_builtin_gather): Likewise.
678         (ix86_vectorize_builtin_scatter): Likewise.
679         (avx_vpermilp_parallel): Likewise.
680         (inline_memory_move_cost): Likewise.
681         (ix86_tieable_integer_mode_p): Likewise.
682         (x86_maybe_negate_const_int): Likewise.
683         (ix86_expand_vector_init_duplicate): Likewise.
684         (ix86_expand_vector_init_one_nonzero): Likewise.
685         (ix86_expand_vector_init_one_var): Likewise.
686         (ix86_expand_vector_init_concat): Likewise.
687         (ix86_expand_vector_init_interleave): Likewise.
688         (ix86_expand_vector_init_general): Likewise.
689         (ix86_expand_vector_set): Likewise.
690         (ix86_expand_vector_extract): Likewise.
691         (emit_reduc_half): Likewise.
692         (ix86_emit_i387_round): Likewise.
693         (ix86_mangle_type): Likewise.
694         (ix86_expand_round_sse4): Likewise.
695         (expand_vec_perm_blend): Likewise.
696         (canonicalize_vector_int_perm): Likewise.
697         (ix86_expand_vec_one_operand_perm_avx512): Likewise.
698         (expand_vec_perm_1): Likewise.
699         (expand_vec_perm_interleave3): Likewise.
700         (expand_vec_perm_even_odd_pack): Likewise.
701         (expand_vec_perm_even_odd_1): Likewise.
702         (expand_vec_perm_broadcast_1): Likewise.
703         (ix86_vectorize_vec_perm_const_ok): Likewise.
704         (ix86_expand_vecop_qihi): Likewise.
705         (ix86_expand_mul_widen_hilo): Likewise.
706         (ix86_expand_sse2_abs): Likewise.
707         (ix86_expand_pextr): Likewise.
708         (ix86_expand_pinsr): Likewise.
709         (ix86_preferred_simd_mode): Likewise.
710         (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
711         * config/i386/sse.md (*andnot<mode>3): Likewise.
712         (<mask_codefor><code><mode>3<mask_name>): Likewise.
713         (*<code><mode>3): Likewise.
714         * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
715         (ia64_expand_atomic_op): Likewise.
716         (ia64_arg_type): Likewise.
717         (ia64_mode_to_int): Likewise.
718         (ia64_scalar_mode_supported_p): Likewise.
719         (ia64_vector_mode_supported_p): Likewise.
720         (expand_vec_perm_broadcast): Likewise.
721         * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
722         (iq2000_function_arg_advance): Likewise.
723         (iq2000_function_arg): Likewise.
724         * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
725         * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
726         (m68k_libcall_value): Likewise.
727         (m68k_function_value): Likewise.
728         (sched_attr_op_type): Likewise.
729         * config/mcore/mcore.c (mcore_output_move): Likewise.
730         * config/microblaze/microblaze.c (microblaze_function_arg_advance):
731         Likewise.
732         (microblaze_function_arg): Likewise.
733         * config/mips/mips.c (mips16_build_call_stub): Likewise.
734         (mips_print_operand): Likewise.
735         (mips_mode_ok_for_mov_fmt_p): Likewise.
736         (mips_vector_mode_supported_p): Likewise.
737         (mips_preferred_simd_mode): Likewise.
738         (mips_expand_vpc_loongson_even_odd): Likewise.
739         (mips_expand_vec_unpack): Likewise.
740         (mips_expand_vi_broadcast): Likewise.
741         (mips_expand_vector_init): Likewise.
742         (mips_expand_vec_reduc): Likewise.
743         (mips_expand_msa_cmp): Likewise.
744         * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
745         * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
746         (cc_flags_for_mode): Likewise.
747         * config/msp430/msp430.c (msp430_print_operand): Likewise.
748         * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
749         (nds32_output_casesi_pc_relative): Likewise.
750         * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
751         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
752         (nvptx_gen_unpack): Likewise.
753         (nvptx_gen_pack): Likewise.
754         (nvptx_gen_shuffle): Likewise.
755         (nvptx_gen_wcast): Likewise.
756         (nvptx_preferred_simd_mode): Likewise.
757         * config/pa/pa.c (pa_secondary_reload): Likewise.
758         * config/pa/predicates.md (base14_operand): Likewise.
759         * config/powerpcspe/powerpcspe-c.c
760         (altivec_resolve_overloaded_builtin): Likewise.
761         * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
762         Likewise.
763         (rs6000_preferred_simd_mode): Likewise.
764         (output_vec_const_move): Likewise.
765         (rs6000_expand_vector_extract): Likewise.
766         (rs6000_split_vec_extract_var): Likewise.
767         (reg_offset_addressing_ok_p): Likewise.
768         (rs6000_legitimate_offset_address_p): Likewise.
769         (rs6000_legitimize_address): Likewise.
770         (rs6000_emit_set_const): Likewise.
771         (rs6000_const_vec): Likewise.
772         (rs6000_emit_move): Likewise.
773         (spe_build_register_parallel): Likewise.
774         (rs6000_darwin64_record_arg_recurse): Likewise.
775         (swap_selector_for_mode): Likewise.
776         (spe_init_builtins): Likewise.
777         (paired_init_builtins): Likewise.
778         (altivec_init_builtins): Likewise.
779         (do_load_for_compare): Likewise.
780         (rs6000_generate_compare): Likewise.
781         (rs6000_expand_float128_convert): Likewise.
782         (emit_load_locked): Likewise.
783         (emit_store_conditional): Likewise.
784         (rs6000_output_function_epilogue): Likewise.
785         (rs6000_handle_altivec_attribute): Likewise.
786         (rs6000_function_value): Likewise.
787         (emit_fusion_gpr_load): Likewise.
788         (emit_fusion_p9_load): Likewise.
789         (emit_fusion_p9_store): Likewise.
790         * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
791         (fusion_gpr_mem_load): Likewise.
792         (fusion_addis_mem_combo_load): Likewise.
793         (fusion_addis_mem_combo_store): Likewise.
794         * config/rs6000/predicates.md (easy_fp_constant): Likewise.
795         (fusion_gpr_mem_load): Likewise.
796         (fusion_addis_mem_combo_load): Likewise.
797         (fusion_addis_mem_combo_store): Likewise.
798         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
799         Likewise.
800         * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
801         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
802         (rs6000_preferred_simd_mode): Likewise.
803         (output_vec_const_move): Likewise.
804         (rs6000_expand_vector_extract): Likewise.
805         (rs6000_split_vec_extract_var): Likewise.
806         (reg_offset_addressing_ok_p): Likewise.
807         (rs6000_legitimate_offset_address_p): Likewise.
808         (rs6000_legitimize_address): Likewise.
809         (rs6000_emit_set_const): Likewise.
810         (rs6000_const_vec): Likewise.
811         (rs6000_emit_move): Likewise.
812         (rs6000_darwin64_record_arg_recurse): Likewise.
813         (swap_selector_for_mode): Likewise.
814         (paired_init_builtins): Likewise.
815         (altivec_init_builtins): Likewise.
816         (rs6000_expand_float128_convert): Likewise.
817         (emit_load_locked): Likewise.
818         (emit_store_conditional): Likewise.
819         (rs6000_output_function_epilogue): Likewise.
820         (rs6000_handle_altivec_attribute): Likewise.
821         (rs6000_function_value): Likewise.
822         (emit_fusion_gpr_load): Likewise.
823         (emit_fusion_p9_load): Likewise.
824         (emit_fusion_p9_store): Likewise.
825         * config/rx/rx.c (rx_gen_move_template): Likewise.
826         (flags_from_mode): Likewise.
827         * config/s390/predicates.md (s390_alc_comparison): Likewise.
828         (s390_slb_comparison): Likewise.
829         * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
830         (s390_vector_mode_supported_p): Likewise.
831         (s390_cc_modes_compatible): Likewise.
832         (s390_match_ccmode_set): Likewise.
833         (s390_canonicalize_comparison): Likewise.
834         (s390_emit_compare_and_swap): Likewise.
835         (s390_branch_condition_mask): Likewise.
836         (s390_rtx_costs): Likewise.
837         (s390_secondary_reload): Likewise.
838         (__SECONDARY_RELOAD_CASE): Likewise.
839         (s390_expand_cs): Likewise.
840         (s390_preferred_simd_mode): Likewise.
841         * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
842         * config/sh/sh.c (sh_print_operand): Likewise.
843         (dump_table): Likewise.
844         (sh_secondary_reload): Likewise.
845         * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
846         * config/sh/sh.md (casesi_worker_1): Likewise.
847         (casesi_worker_2): Likewise.
848         * config/sparc/predicates.md (icc_comparison_operator): Likewise.
849         (fcc_comparison_operator): Likewise.
850         * config/sparc/sparc.c (sparc_expand_move): Likewise.
851         (emit_soft_tfmode_cvt): Likewise.
852         (sparc_preferred_simd_mode): Likewise.
853         (output_cbranch): Likewise.
854         (sparc_print_operand): Likewise.
855         (sparc_expand_vec_perm_bmask): Likewise.
856         (vector_init_bshuffle): Likewise.
857         * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
858         (spu_vector_mode_supported_p): Likewise.
859         (spu_expand_insv): Likewise.
860         (spu_emit_branch_or_set): Likewise.
861         (spu_handle_vector_attribute): Likewise.
862         (spu_builtin_splats): Likewise.
863         (spu_builtin_extract): Likewise.
864         (spu_builtin_promote): Likewise.
865         (spu_expand_sign_extend): Likewise.
866         * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
867         (tilegx_simd_int): Likewise.
868         * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
869         (tilepro_simd_int): Likewise.
870         * config/v850/v850.c (const_double_split): Likewise.
871         (v850_print_operand): Likewise.
872         (ep_memory_offset): Likewise.
873         * config/vax/vax.c (vax_rtx_costs): Likewise.
874         (vax_output_int_move): Likewise.
875         (vax_output_int_add): Likewise.
876         (vax_output_int_subtract): Likewise.
877         * config/visium/predicates.md (visium_branch_operator): Likewise.
878         * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
879         (visium_print_operand_address): Likewise.
880         * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
881         * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
882         (xtensa_expand_conditional_branch): Likewise.
883         (xtensa_copy_incoming_a7): Likewise.
884         (xtensa_output_literal): Likewise.
885         * dfp.c (decimal_real_maxval): Likewise.
886         * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
888 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
889             Alan Hayward  <alan.hayward@arm.com>
890             David Sherwood  <david.sherwood@arm.com>
892         * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
893         (mode_nunits_inline): Likewise.
894         (mode_inner_inline): Likewise.
895         (mode_unit_size_inline): Likewise.
896         (mode_unit_precision_inline): Likewise.
897         (emit_insn_modes_h): Likewise.  Also emit a #define of the
898         unprefixed name.
899         (emit_mode_wider): Add an E_ prefix to mode names.
900         (emit_mode_complex): Likewise.
901         (emit_mode_inner): Likewise.
902         (emit_mode_adjustments): Likewise.
903         (emit_mode_int_n): Likewise.
904         * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
905         (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
906         (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
907         (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
908         (CRC32_BUILTIN, ENTRY): Likewise.
909         * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
910         (aarch64_pop_regs): Likewise.
911         (aarch64_process_components): Likewise.
912         * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
913         * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
914         (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
915         (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
916         * config/arm/arm.c (arm_init_libfuncs): Likewise.
917         * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
918         Likewise.
919         * config/i386/i386-builtin.def (pcmpestr): Likewise.
920         (pcmpistr): Likewise.
921         * config/microblaze/microblaze.c (double_memory_operand): Likewise.
922         * config/mmix/mmix.c (mmix_output_condition): Likewise.
923         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
924         Likewise.
925         * config/rl78/rl78.c (mduc_regs): Likewise.
926         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
927         (htm_expand_builtin): Likewise.
928         * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
929         * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
930         * config/xtensa/xtensa.c (print_operand): Likewise.
931         * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
932         (NUM_MODE_VECTOR_INT): Likewise.
933         * genoutput.c (null_operand): Likewise.
934         (output_operand_data): Likewise.
935         * genrecog.c (print_parameter_value): Likewise.
936         * lra.c (debug_operand_data): Likewise.
938 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
940         * dwarf2out.c (scompare_loc_descriptor_wide)
941         (scompare_loc_descriptor_narrow): New functions, split out from...
942         (scompare_loc_descriptor): ...here.
943         * expmed.c (emit_store_flag_int): New function, split out from...
944         (emit_store_flag): ...here.
946 2017-08-30  Richard Biener  <rguenther@suse.de>
948         * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
949         (dwarf2out_early_finish): Move setting of AT_pubnames from
950         early debug output to early finish.
952 2017-08-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
954         * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
955         and -mdata-region to the assembler.
957 2017-08-30  Richard Biener  <rguenther@suse.de>
959         * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
960         attributes.
961         (gen_subprogram_die): Add DW_AT_object_pointer only early.
962         (dwarf2out_early_global_decl): Only generate a DIE for the
963         abstract origin if it doesn't already exist or is a declaration DIE.
964         (resolve_addr): Do not add the linkage name twice when
965         generating a stub DIE for the DW_TAG_GNU_call_site target.
967 2017-08-30  Richard Sandiford  <richard.sandiford@linaro.org>
969         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
970         Use machine_mode rather than int for arg1_mode.
972 2017-08-29  Michael Meissner  <meissner@linux.vnet.ibm.com>
974         PR target/82015
975         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
976         that the second argument of the built-in functions to unpack
977         128-bit scalar types to 64-bit values is 0 or 1.  Change to use a
978         switch statement instead a lot of if statements.
979         * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
980         Allow 64-bit values to be in Altivec registers as well as
981         traditional floating point registers.
982         (pack<mode>, FMOVE128_VSX iterator): Likewise.
984 2017-08-29  Alexander Monakov  <amonakov@ispras.ru>
986         * ira-costs.c (record_address_regs): Handle both operands of PLUS for
987         MAX_REGS_PER_ADDRESS == 1.
989 2017-08-29  Uros Bizjak  <ubizjak@gmail.com>
991         * config/i386/i386.opt (flag_fentry): Do not init to -1.
992         * config/i386/i386.c (ix86_option_override_internal): Simplify
993         setting of opts->x_flag_entry.
995 2017-08-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
996             Jakub Jelinek  <jakub@redhat.com>
997             Richard Biener  <rguenther@suse.de>
999         PR tree-optimization/81503
1000         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
1001         folded constant fits in the target type; reorder tests for clarity.
1003 2017-08-29  Martin Liska  <mliska@suse.cz>
1005         * passes.def: Include pass_lower_switch.
1006         * stmt.c (dump_case_nodes): Remove and move to
1007         tree-switch-conversion.
1008         (case_values_threshold): Likewise.
1009         (expand_switch_as_decision_tree_p): Likewise.
1010         (emit_case_decision_tree): Likewise.
1011         (expand_case): Likewise.
1012         (balance_case_nodes): Likewise.
1013         (node_has_low_bound): Likewise.
1014         (node_has_high_bound): Likewise.
1015         (node_is_bounded): Likewise.
1016         (emit_case_nodes): Likewise.
1017         (struct simple_case_node): New struct.
1018         (add_case_node): Remove.
1019         (emit_case_dispatch_table): Use vector instead of case_list.
1020         (reset_out_edges_aux): Remove.
1021         (compute_cases_per_edge): Likewise.
1022         (expand_case): Build list of simple_case_node.
1023         (expand_sjlj_dispatch_table): Use it.
1024         * tree-switch-conversion.c (struct case_node): Moved from
1025         stmt.c and adjusted.
1026         (emit_case_nodes): Likewise.
1027         (node_has_low_bound): Likewise.
1028         (node_has_high_bound): Likewise.
1029         (node_is_bounded): Likewise.
1030         (case_values_threshold): Likewise.
1031         (reset_out_edges_aux): Likewise.
1032         (compute_cases_per_edge): Likewise.
1033         (add_case_node): Likewise.
1034         (dump_case_nodes): Likewise.
1035         (balance_case_nodes): Likewise.
1036         (expand_switch_as_decision_tree_p): Likewise.
1037         (emit_jump): Likewise.
1038         (emit_case_decision_tree): Likewise.
1039         (try_switch_expansion): Likewise.
1040         (do_jump_if_equal): Likewise.
1041         (emit_cmp_and_jump_insns): Likewise.
1042         (fix_phi_operands_for_edge): New function.
1043         (record_phi_operand_mapping): Likewise.
1044         (class pass_lower_switch): New pass.
1045         (pass_lower_switch::execute): New function.
1046         (make_pass_lower_switch): Likewise.
1047         (conditional_probability):
1048         * timevar.def: Add TV_TREE_SWITCH_LOWERING.
1049         * tree-pass.h: Add make_pass_lower_switch.
1051 2017-08-29  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
1053         PR target/80993
1054         * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
1055         handlers as used.
1057 2017-08-29  Richard Biener  <rguenther@suse.de>
1059         * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
1060         we do not add a DW_AT_inline attribute twice.
1061         (gen_subprogram_die): Remove code setting DW_AT_inline on
1062         DECL_ABSTRACT_P nodes.
1064 2017-08-29  Richard Sandiford  <richard.sandiford@linaro.org>
1066         * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
1067         calls to internal functions.
1068         (gimplify_modify_expr): Likewise.
1069         * tree-call-cdce.c (use_internal_fn): Likewise.
1070         * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
1071         (convert_to_divmod): Set the nothrow flag.
1072         * tree-if-conv.c (predicate_mem_writes):  Likewise.
1073         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
1074         (vectorizable_call): Likewise.
1075         (vectorizable_store): Likewise.
1076         (vectorizable_load): Likewise.
1077         * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
1078         (vect_recog_mask_conversion_pattern): Likewise.
1080 2017-08-29  Martin Liska  <mliska@suse.cz>
1082         PR other/39851
1083         * gcc.c (driver_handle_option): Add new argument.
1084         * opts-common.c (handle_option): Pass
1085         target_option_override_hook.
1086         * opts-global.c (lang_handle_option): Add new option.
1087         (set_default_handlers):  Add new argument.
1088         (decode_options): Likewise.
1089         * opts.c (target_handle_option): Likewise.
1090         (common_handle_option): Call target_option_override_hook.
1091         * opts.h (struct cl_option_handler_func): Add hook for
1092         target option override.
1093         (struct cl_option_handlers): Likewise.
1094         (set_default_handlers): Add new argument.
1095         (decode_options): Likewise.
1096         (common_handle_option): Likewise.
1097         (target_handle_option): Likewise.
1098         * toplev.c (toplev::main): Pass targetm.target_option.override
1099         hook.
1101 2017-08-29  Richard Biener  <rguenther@suse.de>
1102         Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
1104         * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
1105         life to the active subtree.
1107 2017-08-28  Jeff Law  <law@redhat.com>
1109         * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
1110         derive_equivalences.
1111         (derive_equivalences_from_bit_ior, record_temporary_equivalences):
1112         Code moved into....
1113         (edge_info::derive_equivalences): New private member function
1115         * tree-ssa-dom.c (class edge_info): Changed from a struct
1116         to a class.  Add ctor/dtor, methods and data members.
1117         (edge_info::edge_info): Renamed from allocate_edge_info.
1118         Initialize additional members.
1119         (edge_info::~edge_info): New.
1120         (free_dom_edge_info): Delete the edge info.
1121         (record_edge_info): Use new class & associated member functions.
1122         Tighten forms for testing for edge equivalences.
1123         (record_temporary_equivalences): Iterate over the simple
1124         equivalences rather than assuming there's only one per edge.
1125         (cprop_into_successor_phis): Iterate over the simple
1126         equivalences rather than assuming there's only one per edge.
1127         (optimize_stmt): Use operand_equal_p rather than pointer
1128         equality for mini-DSE code.
1130 2017-08-28  Nathan Sidwell  <nathan@acm.org>
1132         * gcc.c (execute): Fold SIGPIPE handling into switch
1133         statement.  Adjust internal error message.
1135 2017-08-28  Richard Biener  <rguenther@suse.de>
1137         PR debug/81993
1138         * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
1139         Do nothing for removed DIEs.
1141 2017-08-28  Richard Biener  <rguenther@suse.de>
1143         PR tree-optimization/81977
1144         * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
1145         memcpy.
1147 2017-08-28  Alexander Monakov  <amonakov@ispras.ru>
1149         PR target/80640
1150         * doc/md.texi (mem_thread_fence): Remove mention of mode.  Rewrite.
1151         * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
1152         using targetm.gen_mem_thread_fence.
1154 2017-08-27  Uros Bizjak  <ubizjak@gmail.com>
1156         PR target/81995
1157         * config/i386/i386.md (*<btsc><mode>): Change operand 2
1158         predicate to register_operand.  Reorder operands.
1159         (*btr<mode>): Ditto.
1160         (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
1161         (*btr<mode>_mask): Ditto.
1163 2017-08-25  Steven Munroe  <munroesj@gcc.gnu.org>
1165         * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
1166         * config/rs6000/xmmintrin.h: New file.
1167         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
1169 2017-08-25  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1171         PR target/81504
1172         * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
1173         parameter and_insn and return it.
1174         (recombine_lvx_pattern): Insert a copy to ensure availability of
1175         the base register of the copied masking operation at the point of
1176         the instruction replacement.
1177         (recombine_stvx_pattern): Likewise.
1179 2017-08-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
1181         * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
1182         undocumented switches.
1183         (-mpower9-dform-vector): Likewise.
1184         (-mpower9-dform): Likewise.
1185         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
1186         comments to delete references to -mpower9-dform* switches.
1187         * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
1188         Delete reference to -mpower9-dform* switches, test for
1189         -mpower9-vector instead.
1190         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
1191         (OTHER_P9_VECTOR_MASKS): Likewise.
1192         (POWERPC_MASKS): Likewise.
1193         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
1194         tests against -mpower9-dform* to -mpower9-vector.  Delete code
1195         that checked for -mpower9-dform* consistancy with other options.
1196         Add test for -mpower9-misc to enable other power9 switches.
1197         (rs6000_init_hard_regno_mode_ok): Likewise.
1198         (rs6000_option_override_internal): Likewise.
1199         (rs6000_emit_prologue): Likewise.
1200         (rs6000_emit_epilogue): Likewise.
1201         (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
1202         (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
1203         (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
1204         -mpower9-vector.
1205         (emit_fusion_p9_store): Likewise.
1206         * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
1207         resetting these macros if the assembler does not support ISA 3.0
1208         instructions.
1209         (TARGET_P9_DFORM_VECTOR): Likewise.
1210         * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
1211         Change to use -mpower9-vector instead of -mpower9-dform-scalar.
1213 2017-08-25  Alan Modra  <amodra@gmail.com>
1215         PR rtl-optimization/81747
1216         * cse.c (cse_extended_basic_block): Don't attempt to record
1217         equivalences for degenerate conditional branches that branch
1218         to their fall-through.
1220 2017-08-24  Martin Sebor  <msebor@redhat.com>
1222         PR middle-end/81908
1223         * gimple-fold.c (size_must_be_zero_p): New function.
1224         (gimple_fold_builtin_memory_op): Call it.
1226 2017-08-24  Steven Munroe  <munroesj@gcc.gnu.org>
1228         * config/rs6000/mm_malloc.h: New file.
1230 2017-08-24  Bin Cheng  <bin.cheng@arm.com>
1232         PR tree-optimization/81913
1233         * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
1234         analysis when either IVs in condition can wrap.
1236 2017-08-24  Uros Bizjak  <ubizjak@gmail.com>
1238         * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
1239         * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
1241 2017-08-24  Richard Biener  <rguenther@suse.de>
1243         PR target/81921
1244         * targhooks.c (default_target_can_inline_p): Properly
1245         use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
1246         is present and always compare.
1247         * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
1248         infer -mfpmath=sse from TARGET_SSE_P.
1249         (ix86_can_inline_p): Properly use target_option_default_node when
1250         no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
1252 2017-08-24  Richard Biener  <rguenther@suse.de>
1254         PR debug/81936
1255         * dwarf2out.c (output_die): Handle flag_generate_offload like
1256         flag_generate_lto.
1257         (output_comp_unit): Likewise.
1258         (gen_array_type_die): Likewise.
1259         (dwarf2out_early_finish): Likewise.
1260         (note_variable_value_in_expr): Likewise.
1261         (dwarf2out_finish): Likewise.  Adjust assert.
1262         * cgraphunit.c (symbol_table::compile): Move setting of
1263         flag_generate_offload earlier ...
1264         (symbol_table::finalize_compilation_unit): ... here, before
1265         early debug finalization.
1267 2017-08-24  Richard Biener  <rguenther@suse.de>
1269         * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
1270         and ipa-fnsummary.h.
1271         (ix86_can_inline_p): When ix86_fpmath flags do not match
1272         check whether the callee uses FP math at all.
1274 2017-08-24  Aldy Hernandez  <aldyh@redhat.com>
1276         PR middle-end/81931
1277         * tree-ssanames.c (get_nonzero_bits): Use element_precision
1278         instead of TYPE_PRECISION.
1280 2017-08-24  Richard Sandiford  <richard.sandiford@linaro.org>
1281             Alan Hayward  <alan.hayward@arm.com>
1282             David Sherwood  <david.sherwood@arm.com>
1284         * combine.c (make_extraction): Use subreg_offset_from_lsb.
1286 2017-08-23  Daniel Santos  <daniel.santos@pobox.com>
1288         * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
1289         Remove field.
1290         (ix86_frame::stack_realign_allocate): New field.
1291         (struct machine_frame_state): Modify comments.
1292         (machine_frame_state::sp_realigned_fp_end): New field.
1293         * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
1294         layout calculation.
1295         (sp_valid_at): Add assertion to assure no attempt to access invalid
1296         offset of a realigned stack.
1297         (fp_valid_at): Likewise.
1298         (choose_baseaddr): Modify comments.
1299         (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
1300         ix86_expand_prologue.
1301         (ix86_expand_prologue): Modify stack realignment and allocation.
1302         (ix86_expand_epilogue): Modify comments.
1303         * doc/sourcebuild.texi: Add documentation for target selectors avx2,
1304         avx2_runtime, avx512f, and avx512f_runtime.
1306 2017-08-23  Uros Bizjak  <ubizjak@gmail.com>
1308         * config/i386/i386.opt: Remove unneeded Init(0) initializations.
1309         (mstackrealign): Do not init to -1.
1310         * config/i386/i386.c (ix86_option_override_internal):
1311         Check opts_set, not opts when setting default value of
1312         opts->x_ix86_force_align_arg_pointer.
1314 2017-08-23  Richard Biener  <rguenther@suse.de>
1316         * function.c (fndecl_name): Use verbosity 1 (no arguments) for
1317         lang_hooks.decl_printable_name.
1318         * print-rtl-function.c (print_rtx_function): Likewise.
1319         * tree-pretty-print.c (dump_function_header): Likewise.
1321 2017-08-23  Richard Biener  <rguenther@suse.de>
1323         PR lto/81940
1324         * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
1325         -g0 at compile-time.
1327 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1329         PR middle-end/19706
1330         * doc/sourcebuild.texi (Other hardware attributes):
1331         Document xorsign.
1333 2017-08-23  Tamar Christina  <tamar.christina@arm.com>
1335         PR middle-end/19706
1336         * tree-ssa-math-opts.c (convert_expand_mult_copysign):
1337         Fix single-use check.
1339 2017-08-23  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1341         * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
1343 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1345         * doc/install.texi: Modify to add more details on running selected
1346         tests.
1348 2017-08-22  Daniel Santos  <daniel.santos@pobox.com>
1350         * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
1351         is combined with -mabi=ms.
1352         (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
1353         ms_abi.
1355 2017-08-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1357         PR tree-optimization/81488
1358         * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
1359         and cached_basis fields.
1360         (MAX_SPREAD): New constant.
1361         (alloc_cand_and_find_basis): Initialize new fields.
1362         (clear_visited): New function.
1363         (create_phi_basis_1): Rename from create_phi_basis, set visited
1364         and cached_basis fields.
1365         (create_phi_basis): New wrapper function.
1366         (phi_add_costs_1): Rename from phi_add_costs, add spread
1367         parameter, set visited field, short-circuit when limits reached.
1368         (phi_add_costs): New wrapper function.
1369         (record_phi_increments_1): Rename from record_phi_increments, set
1370         visited field.
1371         (record_phi_increments): New wrapper function.
1372         (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
1373         (phi_incr_cost): New wrapper function.
1374         (all_phi_incrs_profitable_1): Rename from
1375         all_phi_incrs_profitable, set visited field.
1376         (all_phi_incrs_profitable): New wrapper function.
1378 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1379             Alan Hayward  <alan.hayward@arm.com>
1380             David Sherwood  <david.sherwood@arm.com>
1382         * rtl.h (paradoxical_subreg_p): Define inline, and add a version
1383         that takes the outer and inner modes.
1384         * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
1385         comparison as the canonical test for a paradoxical subreg.
1386         * combine.c (simplify_set): Use paradoxical_subreg_p.
1387         (make_extraction): Likewise.
1388         (force_to_mode): Likewise.
1389         (rtx_equal_for_field_assignment_p): Likewise.
1390         (gen_lowpart_for_combine): Likewise.
1391         (simplify_comparison): Likewise.
1392         * cse.c (equiv_constant): Likewise.
1393         * expmed.c (store_bit_field_1): Likewise.
1394         * final.c (alter_subreg): Likewise.
1395         * fwprop.c (propagate_rtx): Likewise.
1396         (forward_propagate_subreg): Likewise.
1397         * ira-conflicts.c (ira_build_conflicts): Likewise.
1398         * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
1399         * lra-constraints.c (curr_insn_transform): Likewise.
1400         (split_reg): Likewise.
1401         * lra-eliminations.c (move_plus_up): Likewise.
1402         (lra_eliminate_regs_1): Likewise.
1403         * recog.c (general_operand): Likewise.
1404         * ree.c (combine_reaching_defs): Likewise.
1405         * reload.c (push_reload): Likewise.
1406         (find_reloads): Likewise.
1407         * reload1.c (elimination_effects): Likewise.
1408         (compute_reload_subreg_offset): Likewise.
1409         (choose_reload_regs): Likewise.
1410         * rtlanal.c (subreg_lsb_1): Likewise.
1411         * simplify-rtx.c (simplify_unary_operation_1): Likewise.
1412         (simplify_subreg): Likewise.
1413         * var-tracking.c (track_loc_p): Likewise.
1414         * emit-rtl.c (byte_lowpart_offset): Likewise.
1415         (paradoxical_subreg_p): Delete out-of-line definition.
1417 2017-08-22  Jeff Law  <law@redhat.com>
1419         PR tree-optimization/81741
1420         PR tree-optimization/71947
1421         * tree-ssa-dom.c: Include tree-inline.h.
1422         (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
1423         equivalences if one is more expensive to compute than the other.
1424         * tree-ssa-scopedtables.h (class const_or_copies): Make
1425         record_const_or_copy_raw method private.
1426         (class avail_exprs_stack): New method simplify_binary_operation.
1427         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
1428         avail_exprs_stack::simplify_binary_operation as needed.
1429         (avail_exprs_stack::simplify_binary_operation): New function.
1431 2017-08-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1433         * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
1434         * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
1435         (DOT_SYMBOLS): Likewise.
1436         (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
1437         (RELOCATABLE_NEEDS_FIXUP): Likewise.
1438         (RS6000_ABI_NAME): Likewise.
1439         (TARGET_CMODEL): Likewise.
1440         (TOC_SECTION_ASM_OP): Likewise.
1441         (SET_CMODEL): New macro.
1442         (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
1444 2017-08-22  Richard Biener  <rguenther@suse.de>
1446         * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
1447         to allow for free-lang-data replacements similar to verify_type_variant.
1449 2017-08-22  Richard Sandiford  <richard.sandiford@linaro.org>
1450             Alan Hayward  <alan.hayward@arm.com>
1451             David Sherwood  <david.sherwood@arm.com>
1453         * config/aarch64/aarch64.md (casesi): Use DImode rather than
1454         VOIDmode for the LABEL_REF.
1456 2017-08-22  Richard Biener  <rguenther@suse.de>
1458         * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
1460 2017-08-22  Richard Biener  <rguenther@suse.de>
1462         * common.opt (feliminate-dwarf2-dups): Ignore.
1463         * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
1464         * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
1465         same_die_p_wrap, compute_section_prefix,
1466         is_symbol_die, assign_symbol_names, break_out_includes): Remove.
1467         (comdat_symbol_id, comdat_symbol_number): Likewise.
1468         (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
1469         Likewise.
1470         (check_duplicate_cu, record_comdat_symbol_number): Likewise.
1471         (output_die): Mark unreachable path unreachable.
1472         (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
1473         (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
1474         (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
1475         (dwarf2out_early_finish): Likewise.
1477 2017-08-22  Aldy Hernandez  <aldyh@redhat.com>
1479         * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
1481 2017-08-22  Georg-Johann Lay  <avr@gjlay.de>
1483         PR target/81910
1484         * config/avr/avr.c (avr_handle_addr_attribute): Early return if
1485         not VAR_P. Filter attribute warnings with OPT_Wattributes.
1486         (avr_attribute_table) <io, io_low, address>: Initialize
1487         .decl_required with true.
1489 2017-08-21  Michael Meissner  <meissner@linux.vnet.ibm.com>
1491         * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
1492         undocumented debugging options.
1493         (-mvsx-scalar-double): Likewise.
1494         (-mallow-df-permute): Likewise.
1495         (-mvectorize-builtins): Likewise.
1496         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1497         (rs6000_builtin_vectorized_function): Likewise.
1498         (rs6000_builtin_md_vectorized_function): Likewise.
1499         (rs6000_opt_vars): Likewise.
1501 2017-08-21  Uros Bizjak  <ubizjak@gmail.com>
1503         PR target/46091
1504         * config/i386/i386.md (*btsq_imm): Rename from *btsq.
1505         (*btrq_imm): Rename from *btrq.
1506         (*btcq_imm): Rename from *btcq.
1507         (btsc): New code attribute.
1508         (*<btsc><mode>): New insn pattern.
1509         (*btr<mode>): Ditto.
1510         (*<btsc><mode>_mask): New insn_and_split pattern.
1511         (*btr<mode>_mask): Ditto.
1513 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1514             Alan Hayward  <alan.hayward@arm.com>
1515             David Sherwood  <david.sherwood@arm.com>
1517         * function.c (pad_below): Simplify padding calculation.
1519 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1520             Alan Hayward  <alan.hayward@arm.com>
1521             David Sherwood  <david.sherwood@arm.com>
1523         * target.def (function_prologue): Remove frame size argument.
1524         (function_epilogue): Likewise.
1525         * doc/tm.texi: Regenerate.
1526         * final.c (final_start_function): Update call to function_prologue.
1527         (final_end_function): Update call to function_epilogue.
1528         (default_function_pro_epilogue): Remove frame size argument.
1529         * output.h (default_function_pro_epilogue): Likewise.
1530         * config/arm/arm.c (arm_output_function_epilogue): Likewise.
1531         (arm_output_function_prologue): Likewise.
1532         * config/frv/frv.c (frv_function_prologue): Likewise.
1533         (frv_function_epilogue): Likewise.
1534         * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
1535         * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
1536         (ia64_output_function_epilogue): Likewise.
1537         * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
1538         (m32r_output_function_epilogue): Likewise.
1539         * config/microblaze/microblaze.c (microblaze_function_prologue)
1540         (microblaze_function_epilogue): Likewise.
1541         * config/mips/mips.c (mips_output_function_prologue): Likewise.
1542         (mips_output_function_epilogue): Likewise.
1543         * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
1544         (mmix_target_asm_function_epilogue): Likewise.
1545         * config/msp430/msp430.c (msp430_start_function): Likewise.
1546         * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
1547         (nds32_asm_function_epilogue): Likewise.
1548         * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
1549         * config/pa/pa.c (pa_output_function_prologue): Likewise.
1550         (pa_output_function_epilogue): Likewise.
1551         * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
1552         (rs6000_output_function_epilogue): Likewise.
1553         * config/rl78/rl78.c (rl78_start_function): Likewise.
1554         * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
1555         (rs6000_output_function_epilogue): Likewise.
1556         * config/rx/rx.c (rx_output_function_prologue): Likewise.
1557         * config/sh/sh.c (sh_output_function_epilogue): Likewise.
1558         * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
1559         (sparc_asm_function_epilogue): Likewise.
1561 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1563         * tree.h (type_has_mode_precision_p): New function.
1564         * convert.c (convert_to_integer_1): Use it.
1565         * expr.c (expand_expr_real_2): Likewise.
1566         (expand_expr_real_1): Likewise.
1567         * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
1568         * match.pd: Likewise.
1569         * tree-ssa-forwprop.c (simplify_rotate): Likewise.
1570         * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
1571         * tree-tailcall.c (process_assignment): Likewise.
1572         * tree-vect-loop.c (vectorizable_reduction): Likewise.
1573         * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
1574         (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
1575         * tree-vect-stmts.c (vectorizable_conversion): Likewise.
1576         (vectorizable_assignment): Likewise.
1577         (vectorizable_shift): Likewise.
1578         (vectorizable_operation): Likewise.
1579         * tree-vrp.c (register_edge_assert_for_2): Likewise.
1581 2017-08-21  Wilco Dijkstra  <wdijkstr@arm.com>
1583         * match.pd: Add pow (C, x) simplification.
1585 2017-08-21  Richard Biener  <rguenther@suse.de>
1587         PR tree-optimization/81900
1588         * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
1589         for blocks with abnormal predecessors.
1590         (compute_antic): Do not set visited flag prematurely.
1592 2017-08-21  Georg-Johann Lay  <avr@gjlay.de>
1594         PR target/79883
1595         * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
1597 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1599         * stor-layout.h (vector_type_mode): Move to...
1600         * tree.h (vector_type_mode): ...here.
1601         * stor-layout.c (vector_type_mode): Move to...
1602         * tree.c (vector_type_mode): ...here.  Include rtl.h and regs.h.
1604 2017-08-21  Richard Biener  <rguenther@suse.de>
1606         * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
1607         register_external_die hooks.
1608         (debug_false_tree_charstarstar_uhwistar): Declare.
1609         (debug_nothing_tree_charstar_uhwi): Likewise.
1610         * debug.c (do_nothing_debug_hooks): Adjust.
1611         (debug_false_tree_charstarstar_uhwistar): New do nothing.
1612         (debug_nothing_tree_charstar_uhwi): Likewise.
1613         * dbxout.c (dbx_debug_hooks): Adjust.
1614         (xcoff_debug_hooks): Likewise.
1615         * sdbout.c (sdb_debug_hooks): Likewise.
1616         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
1617         * dwarf2out.c (macinfo_label_base): New global.
1618         (dwarf2out_register_external_die): New function for the
1619         register_external_die hook.
1620         (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
1621         (dwarf2_debug_hooks): Use them.
1622         (dwarf2_lineno_debug_hooks): Adjust.
1623         (struct die_struct): Add with_offset flag.
1624         (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
1625         DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
1626         DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
1627         DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
1628         DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
1629         DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
1630         defining section names for the early LTO debug variants.
1631         (reset_indirect_string): New helper.
1632         (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
1633         (print_dw_val): Add support for offsetted symbol references.
1634         (get_ultimate_context): Split out from is_cxx.
1635         (is_cxx): Use get_ultimate_context.
1636         (is_fortran): Add decl overload.
1637         (compute_comp_unit_symbol): Split out worker from
1638         compute_section_prefix.
1639         (compute_section_prefix): Call compute_comp_unit_symbol and
1640         set comdat_type_p here.
1641         (output_die): Skip DIE symbol output for the LTO added one.
1642         Handle DIE symbol references with offset.
1643         (output_comp_unit): Guard section name mangling properly.
1644         For LTO debug sections emit a symbol at the section beginning
1645         which we use to refer to its DIEs.
1646         (add_abstract_origin_attribute): For DIEs registered via
1647         dwarf2out_register_external_die directly refer to the early
1648         DIE rather than indirectly through the shadow one we created.
1649         Remove obsolete call to dwarf2out_abstract_function for
1650         non-function/block origins.
1651         (gen_array_type_die): When generating early LTO debug do
1652         not emit DW_AT_string_length.
1653         (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
1654         late when in LTO.  As suggested place a gcc_unreachable for
1655         the DECL_ABSTRACT_P case.
1656         (gen_subprogram_die): Avoid another specification DIE
1657         for early built declarations/definitions for the late LTO case.
1658         (gen_variable_die): Add type references for late duplicated VLA dies
1659         when in late LTO.
1660         (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
1661         we have the abstract instance already.
1662         (process_scope_var): Adjust decl DIE contexts in LTO which
1663         first puts them in limbo.
1664         (gen_decl_die): Do not generate type DIEs late apart from
1665         types for VLAs or for decls we do not yet have a DIE.  Do not
1666         call dwarf2out_abstract_function late.
1667         (dwarf2out_early_global_decl): Make sure to create DIEs
1668         for abstract instances of a decl first.
1669         (dwarf2out_late_global_decl): Adjust comment.
1670         (output_macinfo_op): With multiple macro sections use
1671         macinfo_label_base to distinguish labels.
1672         (output_macinfo): Likewise.  Update macinfo_label_base.
1673         Pass in the line info label.
1674         (note_variable_value_in_expr): When generating LTO resolve
1675         all variable values here by generating DIEs as needed.
1676         (init_sections_and_labels): Add early LTO debug flag parameter
1677         and generate different sections and names if set.  Add generation
1678         counter for the labels so we can have multiple of them.
1679         (reset_dies): Helper to allow DIEs to be output multiple times.
1680         (dwarf2out_finish): When outputting DIEs to the fat part of an
1681         LTO object first reset DIEs.
1682         (dwarf2out_early_finish): Output early DIEs when generating LTO.
1683         (modified_type_die): Check for decl_ultimate_origin being self
1684         before recursing.
1685         (gen_type_die_with_usage): Likewise.
1686         (gen_typedef_die): Allow decl_ultimate_origin being self.
1687         (set_decl_abstract_flags): Remove.
1688         (set_block_abstract_flags): Likewise.
1689         (dwarf2out_abstract_function): Treat the early generated DIEs
1690         as the abstract copy and only add DW_AT_inline and
1691         DW_AT_artificial here and call set_decl_origin_self.
1692         If the DIE has an abstract origin don't do anything.
1693         * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
1694         if we have none yet (Go fails to build one, PR78628).
1695         (variably_modified_type_p): Prevent endless recursion for Ada
1696         cyclic pointer types.
1697         * lto-streamer-in.c: Include debug.h.
1698         (dref_queue): New global.
1699         (lto_read_tree_1): Stream in DIE references.
1700         (lto_input_tree): Register DIE references.
1701         (input_function): Stream DECL_DEBUG_ARGS.
1702         * lto-streamer-out.c: Include debug.h.
1703         (lto_write_tree_1): Output DIE references.
1704         (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
1705         Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
1706         (output_function): Stream DECL_DEBUG_ARGS.
1707         * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
1708         Stream DECL_ABSTRACT_ORIGIN.
1709         * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
1710         (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
1711         DECL_CONTEXT for file-scope decls.
1712         * lto-streamer.h (struct dref_entry): Declare.
1713         (dref_queue): Likewise.
1714         * cfgexpand.c (pass_expand::execute): Do not call the
1715         outlining_inline_function hook here.
1716         * lto-wrapper.c (debug_obj): New global.
1717         (tool_cleanup): Unlink it if required.
1718         (debug_objcopy): New function.
1719         (run_gcc): Handle early debug sections in the IL files by
1720         extracting them to separate files, partially linkin them and
1721         feeding the result back as result to the linker.
1722         * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
1723         DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
1724         DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
1725         sections into a separate segment.
1726         * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
1727         segments.
1728         (darwin_asm_dwarf_section): Likewise.
1729         (darwin_asm_output_dwarf_offset): Likewise.
1730         * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
1732 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1733             Alan Hayward  <alan.hayward@arm.com>
1734             David Sherwood  <david.sherwood@arm.com>
1736         * read-md.h (md_reader::record_potential_iterator_use): Replace
1737         pointer argument with an rtx and an index.
1738         * read-rtl.c (iterator_group::apply_iterator): Likewise.
1739         (apply_mode_iterator): Likewise.
1740         (apply_code_iterator): Likewise.
1741         (apply_int_iterator): Likewise.
1742         (apply_subst_iterator): Likewise.
1743         (record_iterator_use): Likewise.
1744         (record_attribute_use): Likewise.
1745         (md_reader::record_potential_iterator_use): Likewise.  Update calls
1746         to record_iterator_use and apply_iterator.
1747         (iterator_use): Replace ptr with x and index.
1748         (attribute_use): Likewise.
1749         (apply_attribute_uses): Update calls to apply_iterator.
1750         (apply_iterators): Likewise.  Update initialization of iterator_use.
1751         (rtx_reader::read_rtx_code): Update calls to record_iterator_use
1752         and record_potential_iterator_use.
1753         (rtx_reader::read_rtx_operand): Likewise.
1755 2017-08-21  Richard Sandiford  <richard.sandiford@linaro.org>
1756             Alan Hayward  <alan.hayward@arm.com>
1757             David Sherwood  <david.sherwood@arm.com>
1759         * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
1760         CONST_WIDE_INT.
1762 2017-08-21  Richard Biener  <rguenther@suse.de>
1764         PR middle-end/81884
1765         * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
1766         at struct end conservatively when comparing common bases.
1768 2017-08-21  Richard Biener  <rguenther@suse.de>
1770         * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
1771         (mem_ref_in_stmt): Remove.
1772         (determine_max_movement): Use ref index to get at the reference.
1773         (invariantness_dom_walker::before_dom_children): Deal with
1774         lim data already initialized.
1775         (gather_mem_refs_stmt): Initialize lim data and record ref index.
1777 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1779         * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
1780         (TARGET_ISA_ROUND): Ditto.
1781         (TARGET_ROUND): Ditto.
1782         * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
1783         * config/i386/i386.md: Ditto.
1784         * config/i386/sse.md: Ditto.
1785         * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
1786         with OPTION_MASK_ISA_SSE4_1.
1788 2017-08-19  Uros Bizjak  <ubizjak@gmail.com>
1790         PR target/81894
1791         * doc/extend.texi (x86 Built-in Functions): Correct the name of
1792         __builtin_ia32_lzcnt_u16.
1794 2017-08-18  Peter Bergner  <bergner@vnet.ibm.com>
1796         PR target/80210
1797         * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
1798         (rs6000_set_current_function): Rewrite function to use it.
1800 2017-08-18  H.J. Lu  <hongjiu.lu@intel.com>
1802         PR c/53037
1803         * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
1804         and TYPE_WARN_IF_NOT_ALIGN.
1805         * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
1806         (handle_warn_if_not_align): New.
1807         (place_union_field): Call handle_warn_if_not_align.
1808         (place_field): Call handle_warn_if_not_align.
1809         Copy TYPE_WARN_IF_NOT_ALIGN.
1810         (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
1811         (layout_type): Likewise.
1812         * tree-core.h (tree_type_common): Add warn_if_not_align.  Set
1813         spare to 18.
1814         (tree_decl_common): Add warn_if_not_align.
1815         * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
1816         * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
1817         (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
1818         (DECL_WARN_IF_NOT_ALIGN): Likewise.
1819         (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
1820         * doc/extend.texi: Document warn_if_not_aligned attribute.
1821         * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
1823 2017-08-17  Martin Liska  <mliska@suse.cz>
1825         PR bootstrap/81864
1826         * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
1827         (get_data_dependence): Use it as pointer type.
1828         (distribute_loop): Likewise.
1830 2017-08-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
1832         * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
1833         (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
1834         (p8_vmrgow_<mode>_direct): New define_insn.
1835         * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
1836         handle endianness for vmrgew and vmrgow permute patterns.
1838 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
1840         * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
1841         * config/rs6000/rs6000-cpus.def: Remove comment.
1842         (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
1843         (POWERPC_MASKS): Likewise.
1844         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
1845         use of TARGET_VSX_TIMODE.
1846         (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
1847         (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
1848         TARGET_VSX_TIMODE.  Change use of TARGET_VSX_TIMODE to TARGET_VSX.
1849         (rs6000_option_override_internal): Remove dead code.
1850         (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
1851         (rs6000_legitimize_reload_address): Likewise.
1852         (rs6000_legitimate_address_p): Likewise.
1853         (rs6000_opt_masks): Delete "vsx-timode".
1854         (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
1855         from function comment.
1856         * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
1857         * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
1858         (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
1859         condition.
1860         * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
1861         * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
1862         * config/rs6000/vsx.md (VSX_LE_128): Likewise.
1863         (VSX_TI): Likewise.
1864         (VSX_M): Likewise.
1865         (define_peephole2): Likewise.
1867 2017-08-17  Martin Sebor  <msebor@redhat.com>
1869         PR c/81859
1870         * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
1871         past the end of an array.
1872         (test_pp_format): Add test cases.
1874 2017-08-17  Richard Sandiford  <richard.sandiford@linaro.org>
1876         * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
1877         missing ECF_NOTHROW flags.
1879 2017-08-17  Peter Bergner  <bergner@vnet.ibm.com>
1881         PR target/72804
1882         * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
1883         operands residing in integer registers.
1884         (*vsx_le_perm_load_<mode>): Likewise.
1885         (*vsx_le_perm_store_<mode>): Likewise.
1886         (define_peephole2): Add peepholes to optimize the above.
1888 2017-08-17  Marek Polacek  <polacek@redhat.com>
1890         PR middle-end/81814
1891         * fold-const.c (operand_equal_for_comparison_p): Remove code that used
1892         to mimic what shorten_compare did.  Change the return type to bool.
1893         (fold_cond_expr_with_comparison): Update call to
1894         operand_equal_for_comparison_p.
1895         (fold_ternary_loc): Likewise.
1897 2017-08-17  Jackson Woodruff  <jackson.woodruff@arm.com>
1899         * aarch64-simd.md (mov<mode>): No longer force zero immediate into
1900         register.
1901         (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
1903 2017-08-17  Richard Biener  <rguenther@suse.de>
1905         * tree-ssa-structalias.c (solve_graph): When propagating
1906         to successors update the graphs succ edges and avoid duplicate work.
1908 2017-08-17  Maxim Ostapenko  <m.ostapenko@samsung.com>
1910         PR target/81861
1911         * config/i386/i386.c (ix86_option_override_internal): Save target
1912         specific options after ix86_stack_protector_guard_reg was changed.
1914 2017-08-17  Richard Biener  <rguenther@suse.de>
1916         PR tree-optimization/81827
1917         * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
1918         (new_var_info): Initialize it conservatively.
1919         (get_call_vi): Mark register vars.
1920         (new_scalar_tmp_constraint_exp): Likewise.
1921         (handle_rhs_call): Likewise.
1922         (handle_const_call): Likewise.
1923         (create_function_info_for): Likewise.
1924         (solve_constraints): Sort varinfos to separate register from
1925         non-register vars to pack points-to solution bitmaps during
1926         iteration.
1928 2017-08-17  Marek Polacek  <polacek@redhat.com>
1930         * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
1932 2017-08-17  Richard Biener  <rguenther@suse.de>
1934         * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
1935         to true when overflow is undefined and we saturated the result.
1937 2017-08-17  Alan Modra  <amodra@gmail.com>
1939         PR target/80938
1940         * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
1941         Don't use store multiple if only one reg needs saving.
1942         (interesting_frame_related_regno): New function.
1943         (rs6000_frame_related): Don't emit frame info for regs that
1944         don't need saving.
1945         (rs6000_emit_epilogue): Likewise.
1947 2017-08-16  Nathan Sidwell  <nathan@acm.org>
1949         * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
1950         * tree.h (TYPE_BINFO): Use type_non_common.maxval.
1951         (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
1952         * tree.c (free_lang_data_in_type): Use else-if chain.  Always
1953         clear TYPE_LANG_1.  Remove obsolete member-function stripping.
1954         (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
1955         (verify_type): Adjust for TYPE_BINFO move.
1956         * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
1957         process TYPE_BINFO directly.
1958         (hash_tree): Likewise.
1959         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
1960         Likewise.
1961         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
1962         Likewise.
1964 2017-08-16  David Malcolm  <dmalcolm@redhat.com>
1966         * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
1968 2017-08-16  Uros Bizjak  <ubizjak@gmail.com>
1970         PR target/46091
1971         * config/i386/i386.md (*anddi_1_btr): Change predicates of
1972         operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
1973         Add ix86_binary_operator_ok to insn constraint.
1974         (*iordi_1_bts): Ditto.
1975         (*xordi_1_btc): Ditto.
1976         (*btsq): Change predicate of operand 0 to nonimmediate_operand.
1977         Update corresponding peephole2 pattern.
1978         (*btrq): Ditto.
1979         (*btcq): Ditto.
1981 2017-08-16  Bin Cheng  <bin.cheng@arm.com>
1983         PR tree-optimization/81832
1984         * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
1985         copy loop header which has IFN_LOOP_DIST_ALIAS call.
1987 2017-08-16  Marek Polacek  <polacek@redhat.com>
1989         PR middle/81695
1990         * fold-const.c (fold_indirect_ref_1): Restore original behavior
1991         regarding size_zero_node.
1993 2017-08-16  Martin Liska  <mliska@suse.cz>
1995         PR target/81753
1996         * config.gcc: Respect previously set extra_objs in case
1997         of darwin target.
1999 2017-08-16  Richard Sandiford  <richard.sandiford@linaro.org>
2001         PR tree-optimization/81835
2002         * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
2003         the phi SSA_NAME.  Check that the condition in a COND_EXPR does
2004         not depend on the phi.
2006 2017-08-16  Alan Modra  <amodra@gmail.com>
2008         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
2009         dead code.
2011 2017-08-16  Alan Modra  <amodra@gmail.com>
2013         * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
2014         (save_reg_p): ..into this.  Update all callers.
2015         (first_reg_to_save): Simplify.
2017 2017-08-16  Alan Modra  <amodra@gmail.com>
2019         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
2020         fixed regs.
2022 2017-08-15  Joseph Myers  <joseph@codesourcery.com>
2024         PR target/78460
2025         PR target/67712
2026         * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
2027         constant count if that count is less than 32.
2029 2017-08-15  Nathan Sidwell  <nathan@acm.org>
2031         * gcc.c (execute): Emit friendlier message if inferior is killed
2032         by an external cause.
2034 2017-08-15  Richard Biener  <rguenther@suse.de>
2036         PR tree-optimization/81790
2037         * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
2038         CONSTRUCTORs from simplifying and VN.
2040 2017-08-14  Martin Sebor  <msebor@redhat.com>
2042         * builtin-attrs.def: Add comments.
2044 2017-08-14  Martin Sebor  <msebor@redhat.com>
2046         PR c/81117
2047         * doc/extend.texi (attribute nonstring): Document new attribute.
2049 2017-08-14  Martin Sebor  <msebor@redhat.com>
2051         PR c/81117
2052         * tree-diagnostic.c (default_tree_printer): Handle %G.
2053         * gimple-pretty-print.h (percent_G_format): Declare new function.
2054         * gimple-pretty-print.c (percent_G_format): Define.
2055         * tree-pretty-print.c (percent_K_format): Add argument.
2057 2017-08-14  Martin Sebor  <msebor@redhat.com>
2059         PR translation/79998
2060         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
2061         Remove a stray space.
2063 2017-08-14  Uros Bizjak  <ubizjak@gmail.com>
2065         PR target/46091
2066         * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
2067         (*iordi_1_bts): Ditto.
2068         (*xordi_1_btc): Ditto.
2070 2017-08-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2072         PR target/79845
2073         * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
2074         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2075         Likewise.
2076         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
2077         quoted strings, and make more translator-friendly.
2078         (darwin_rs6000_override_options): Likewise.
2079         (rs6000_option_override_internal): Likewise.
2080         (rs6000_return_in_memory): Fix overlong line.
2081         (init_cmulative_args): Use quoted strings, and make more
2082         translator-friendly.
2083         (rs6000_pass_by_reference): Fix overlong line.
2084         (def_builtin): Use quoted strings.
2085         (altivec_expand_predicate_builtin): Use quoted strings, and make
2086         more translator-friendly.
2087         (htm_expand_builtin): Use quoted strings.
2088         (cpu_expand_builtin): Use quoted strings, and make more
2089         translator-friendly.
2090         (altivec_expand_builtin): Likewise.
2091         (paired_expand_predicate_builtin): Likewise.
2092         (rs6000_invalid_builtin): Likewise.
2093         (builtin_function_type): Use quoted strings.
2094         (rs6000_expand_split_stack_prologue): Use quoted strings, and make
2095         more translator-friendly.
2096         (rs6000_trampoline_init): Likewise.
2097         (rs6000_handle_altivec_attribute): Likewise.
2098         (rs6000_inner_target_options): Use quoted strings.
2099         (rs6000_disable_incompatible_switches): Likewise.
2100         * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
2101         strings, and make more translator-friendly.
2102         (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
2104 2017-08-14  Bin Cheng  <bin.cheng@arm.com>
2106         PR tree-optimization/81799
2107         * tree-loop-distribution.c (version_loop_by_alias_check): Force
2108         cond_expr to simple gimple operand.
2110 2017-08-14  Wilco Dijkstra  <wdijkstr@arm.com>
2112         PR middle-end/46932
2113         * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
2115 2017-08-14  Georg-Johann Lay  <avr@gjlay.de>
2117         PR target/81754
2118         PR target/81268
2119         * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
2120         * config/avr/avr.md (gasisr, *gasisr): Use it instead of
2121         TARGET_GASISR_PROLOGUES.
2122         * config/avr/avr.c (avr_option_override): Same.
2123         (avr_pass_pre_proep::execute): Same.
2125 2017-08-13  H.J. Lu  <hongjiu.lu@intel.com>
2127         PR target/81820
2128         * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
2129         frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
2131 2017-08-13  Uros Bizjak  <ubizjak@gmail.com>
2133         * config/i386/i386.md (*load_tp_<mode>): Redefine as
2134         define_insn_and_split.  Split to a memory load from 0 in
2135         DEFAULT_TLS_SEG_REG address space.  Merge with *load_tp_x32
2136         using PTR mode iterator.
2137         (*load_tp_x32_zext"): Redefine as define_insn_and_split.
2138         Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
2139         (*add_tp_<mode>): Redefine as define_insn_and_split.
2140         Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
2141         address space.  Merge with *add_tp_x32 using PTR mode iterator.
2142         (*add_tp_x32_zext"): Redefine as define_insn_and_split.
2143         Split to an add with a  memory load from 0 in
2144         DEFAULT_TLS_SEG_REG address space.
2146 2017-08-12  Andrew Pinski  <apinski@cavium.com>
2148         * config/aarch64/aarch64-option-extensions.def (rdma):
2149         Fix feature string to what Linux prints out in /proc/cpuinfo.
2151 2017-08-12  Pierre-Marie de Rodat  <derodat@adacore.com>
2153         PR ada/79542
2154         * dwarf2out.c (modified_type_die): For C typedef types that have
2155         an ultimate origin, process the ultimate origin instead of the
2156         input type.
2157         (gen_typedef_die): Assert that input DECLs have no ultimate
2158         origin.
2159         (gen_type_die_with_usage): For typedef variants that have an
2160         ultimate origin, just call gen_decl_die on the original DECL.
2161         (process_scope_var): Avoid creating DIEs for local typedefs and
2162         concrete static variables.
2164 2017-08-12  Alan Modra  <amodra@gmail.com>
2166         PR target/81170
2167         PR target/81295
2168         * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
2169         match gnu-user.h startfile.
2170         (ENDFILE_LINUX_SPEC): Similarly.
2172 2017-08-11  Thomas Schwinge  <thomas@codesourcery.com>
2174         PR lto/81430
2175         * config/nvptx/nvptx.c (nvptx_override_options_after_change):
2176         Remove function.
2177         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
2179 2017-08-11  Tamar Christina  <tamar.christina@arm.com>
2180         * config/aarch64/aarch64.md (mov<mode>): Change.
2181         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
2182         aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
2183         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
2185 2017-08-11  Eric Botcazou  <ebotcazou@adacore.com>
2187         * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
2188         for storage order barriers.
2190 2017-08-11  Martin Liska  <mliska@suse.cz>
2192         PR tree-opt/79987
2193         * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
2194         variables of void type.
2196 2017-08-11  Martin Liska  <mliska@suse.cz>
2198         * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
2199         TARGET_SUPPORTS_ALIASES.
2200         * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
2201         * ipa-visibility.c (can_replace_by_local_alias): Likewise.
2202         (optimize_weakref): Likewise.
2203         * symtab.c (symtab_node::noninterposable_alias): Likewise.
2204         * varpool.c (varpool_node::create_extra_name_alias): Likewise.
2205         * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
2207 2017-08-11  Martin Liska  <mliska@suse.cz>
2209         PR ipa/81213
2210         * config/i386/i386.c (make_resolver_func): Do complete
2211         refactoring of the function.
2213 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2215         PR target/81708
2216         * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
2217         * config/i386/i386.c (ix86_stack_protect_guard): Use
2218         ix86_stack_protect_guard_symbol_str to generate varible declaration.
2219         * doc/invoke.texi (x86 Options): Document
2220         -mstack-protector-guard-symbol= option.
2222 2017-08-10  Uros Bizjak  <ubizjak@gmail.com>
2224         * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
2225         * config/i386/i386.c (ix86_split_stack_guard): New function.
2226         (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
2227         (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
2228         (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
2229         (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
2230         * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
2231         (split_stack_space_check): Call ix86_split_stack_guard.
2233 2017-08-10  Martin Sebor  <msebor@redhat.com>
2235         * print-tree.c (print_node): Print location using the established
2236         format %s:%i%i.
2237         Replace spaces with colons.
2238         (debug_raw, debug): Ditto.
2240 2017-08-10  Martin Sebor  <msebor@redhat.com>
2242         PR c++/81586
2243         * pretty-print.c (pp_format): Correct the handling of %s precision.
2245 2017-08-10  H.J. Lu  <hongjiu.lu@intel.com>
2247         PR target/81736
2248         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2249         to ...
2250         (ix86_finalize_stack_frame_flags): This.  Also clear
2251         frame_pointer_needed if -fno-omit-frame-pointer is used without
2252         stack access.
2253         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2254         with ix86_finalize_stack_frame_flags.
2255         (ix86_expand_epilogue): Likewise.
2256         (ix86_expand_split_stack_prologue): Likewise.
2257         * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
2259 2017-08-10  Martin Liska  <mliska@suse.cz>
2261         PR c++/81355
2262         * c-attribs.c (handle_target_attribute):
2263         Report warning for an empty string argument of target attribute.
2265 2017-08-09  Jakub Jelinek  <jakub@redhat.com>
2267         PR c/81687
2268         * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
2269         LABEL_DECLs.
2270         * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
2271         or DECL_NONLOCAL labels.
2272         (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
2273         or DECL_NONLOCAL labels here.
2275 2017-08-09  Will Schmidt  <will_schmidt@vnet.ibm.com>
2277         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
2278         to indicate when early gimple folding has been disabled.
2279         (rs6000_gimple_fold_builtin): Add debug content.
2280         (rs6000_invalid_builtin): Fix whitespace.
2281         (rs6000_expand_builtin): Fix whitespace.
2282         * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
2284 2017-08-09  Segher Boessenkool  <segher@kernel.crashing.org>
2286         PR target/80938
2287         * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
2288         SAVE_MULTIPLE if not all the registers that saves, should be saved.
2290 2017-08-09  Jim Wilson  <jim.wilson@linaro.org>
2292         * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
2293         (qdf24xx): Likewise.
2294         * config/aarch64/aarch64.md: Include falkor.md.
2295         * config/aarch64/falkor.md: New.
2297 2017-08-09  Marek Polacek  <polacek@redhat.com>
2299         PR c/81233
2300         * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
2301         * diagnostic.c (emit_diagnostic): Add a comment.
2302         (emit_diagnostic_valist): New function.
2304 2017-08-09  Marek Polacek  <polacek@redhat.com>
2306         PR c/81417
2307         * input.c (make_location): New overload.
2308         * input.h (make_location): Declare.
2310 2017-08-08  Alan Modra  <amodra@gmail.com>
2311             H.J. Lu  <hongjiu.lu@intel.com>
2313         PR driver/81523
2314         * gcc.c (NO_PIE_SPEC): Delete.
2315         (PIE_SPEC): Define as !no-pie/pie.  Move static|shared|r
2316         exclusion..
2317         (LINK_PIE_SPEC): ..to here.
2318         (LINK_COMMAND_SPEC): Support -no-pie.
2319         * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
2320         chain of crtbegin*.o selection, update for PIE_SPEC changes and
2321         format.
2322         (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
2323         * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
2324         (ENDFILE_CRTEND_SPEC): Similarly.
2326 2017-08-08  Uros Bizjak  <ubizjak@gmail.com>
2328         PR target/81708
2329         * config/i386/i386.opt (mstack-protector-guard-reg=): New option
2330         (mstack-protector-guard-offset=): Ditto.
2331         * config/i386/i386.c (ix86_option_override): Handle
2332         -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
2333         options.
2334         (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
2335         ix86_stack_protect_guard_offset variables.
2336         (TARGET_STACK_PROTECT_GUARD): Always define.
2337         * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
2338         and -mstack-protector-guard-offset= options.
2340 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2342         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
2343         boundary case for the last candidate.
2345 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2347         * doc/invoke.texi: Document -ftree-loop-distribution for O3.
2348         * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
2350 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2352         PR middle-end/19706
2353         * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
2354         * config/aarch64/aarch64-builtins.c
2355         (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
2356         * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
2357         * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
2359 2017-08-08  Tamar Christina  <tamar.christina@arm.com>
2360             Andrew Pinski <pinskia@gmail.com>
2362         PR middle-end/19706
2363         * internal-fn.def (XORSIGN): New.
2364         * optabs.def (xorsign_optab): New.
2365         * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
2366         (convert_expand_mult_copysign): New.
2367         (pass_optimize_widening_mul::execute): Call
2368         convert_expand_mult_copysign.
2370 2017-08-08  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2372         PR tree-optimization/81354
2373         * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
2374         Insert on edges rather than explicitly creating landing pads.
2375         (analyze_candidates_and_replace): Commit edge inserts.
2377 2017-08-08  Richard Biener  <rguenther@suse.de>
2379         PR middle-end/81719
2380         * tree-ssa-loop-niter.c: Include tree-dfa.h.
2381         (expand_simple_operations): Also look through ADDR_EXPRs with
2382         MEM_REF bases treating them as POINTER_PLUS_EXPR.
2384 2017-08-08  Richard Biener  <rguenther@suse.de>
2386         PR tree-optimization/81723
2387         * tree-vect-slp.c (struct bst_traits): New hash traits.
2388         (bst_fail): New global.
2389         (vect_build_slp_tree_2): New worker, split out from ...
2390         (vect_build_slp_tree): ... this now wrapping it with using
2391         bst_fail set to cache SLP tree build fails.  Properly handle
2392         max_tree_size.
2393         (vect_analyze_slp_instance): Allocate and free bst_fail.
2395 2017-08-08  Martin Liska  <mliska@suse.cz>
2397         PR tree-opt/81696
2398         * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
2399         LABEL_DECLs that can be from a different function.
2401 2017-08-08  Bin Cheng  <bin.cheng@arm.com>
2403         PR tree-optimization/81744
2404         * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
2405         loop's number of iterations.
2407 2017-08-08  Martin Liska  <mliska@suse.cz>
2409         * asan.c: Include header files.
2410         * attribs.c (build_decl_attribute_variant): New function moved
2411         from tree.[ch].
2412         (build_type_attribute_qual_variant): Likewise.
2413         (cmp_attrib_identifiers): Likewise.
2414         (simple_cst_list_equal): Likewise.
2415         (omp_declare_simd_clauses_equal): Likewise.
2416         (attribute_value_equal): Likewise.
2417         (comp_type_attributes): Likewise.
2418         (build_type_attribute_variant): Likewise.
2419         (lookup_ident_attribute): Likewise.
2420         (remove_attribute): Likewise.
2421         (merge_attributes): Likewise.
2422         (merge_type_attributes): Likewise.
2423         (merge_decl_attributes): Likewise.
2424         (merge_dllimport_decl_attributes): Likewise.
2425         (handle_dll_attribute): Likewise.
2426         (attribute_list_equal): Likewise.
2427         (attribute_list_contained): Likewise.
2428         * attribs.h (lookup_attribute): New function moved from tree.[ch].
2429         (lookup_attribute_by_prefix): Likewise.
2430         * bb-reorder.c: Include header files.
2431         * builtins.c: Likewise.
2432         * calls.c: Likewise.
2433         * cfgexpand.c: Likewise.
2434         * cgraph.c: Likewise.
2435         * cgraphunit.c: Likewise.
2436         * convert.c: Likewise.
2437         * dwarf2out.c: Likewise.
2438         * final.c: Likewise.
2439         * fold-const.c: Likewise.
2440         * function.c: Likewise.
2441         * gimple-expr.c: Likewise.
2442         * gimple-fold.c: Likewise.
2443         * gimple-pretty-print.c: Likewise.
2444         * gimple.c: Likewise.
2445         * gimplify.c: Likewise.
2446         * hsa-common.c: Likewise.
2447         * hsa-gen.c: Likewise.
2448         * internal-fn.c: Likewise.
2449         * ipa-chkp.c: Likewise.
2450         * ipa-cp.c: Likewise.
2451         * ipa-devirt.c: Likewise.
2452         * ipa-fnsummary.c: Likewise.
2453         * ipa-inline.c: Likewise.
2454         * ipa-visibility.c: Likewise.
2455         * ipa.c: Likewise.
2456         * lto-cgraph.c: Likewise.
2457         * omp-expand.c: Likewise.
2458         * omp-general.c: Likewise.
2459         * omp-low.c: Likewise.
2460         * omp-offload.c: Likewise.
2461         * omp-simd-clone.c: Likewise.
2462         * opts-global.c: Likewise.
2463         * passes.c: Likewise.
2464         * predict.c: Likewise.
2465         * sancov.c: Likewise.
2466         * sanopt.c: Likewise.
2467         * symtab.c: Likewise.
2468         * toplev.c: Likewise.
2469         * trans-mem.c: Likewise.
2470         * tree-chkp.c: Likewise.
2471         * tree-eh.c: Likewise.
2472         * tree-into-ssa.c: Likewise.
2473         * tree-object-size.c: Likewise.
2474         * tree-parloops.c: Likewise.
2475         * tree-profile.c: Likewise.
2476         * tree-ssa-ccp.c: Likewise.
2477         * tree-ssa-live.c: Likewise.
2478         * tree-ssa-loop.c: Likewise.
2479         * tree-ssa-sccvn.c: Likewise.
2480         * tree-ssa-structalias.c: Likewise.
2481         * tree-ssa.c: Likewise.
2482         * tree-streamer-in.c: Likewise.
2483         * tree-vectorizer.c: Likewise.
2484         * tree-vrp.c: Likewise.
2485         * tsan.c: Likewise.
2486         * ubsan.c: Likewise.
2487         * varasm.c: Likewise.
2488         * varpool.c: Likewise.
2489         * tree.c: Remove functions moved to attribs.[ch].
2490         * tree.h: Likewise.
2491         * config/aarch64/aarch64.c: Add attrs.h header file.
2492         * config/alpha/alpha.c: Likewise.
2493         * config/arc/arc.c: Likewise.
2494         * config/arm/arm.c: Likewise.
2495         * config/avr/avr.c: Likewise.
2496         * config/bfin/bfin.c: Likewise.
2497         * config/c6x/c6x.c: Likewise.
2498         * config/cr16/cr16.c: Likewise.
2499         * config/cris/cris.c: Likewise.
2500         * config/darwin.c: Likewise.
2501         * config/epiphany/epiphany.c: Likewise.
2502         * config/fr30/fr30.c: Likewise.
2503         * config/frv/frv.c: Likewise.
2504         * config/ft32/ft32.c: Likewise.
2505         * config/h8300/h8300.c: Likewise.
2506         * config/i386/winnt.c: Likewise.
2507         * config/ia64/ia64.c: Likewise.
2508         * config/iq2000/iq2000.c: Likewise.
2509         * config/lm32/lm32.c: Likewise.
2510         * config/m32c/m32c.c: Likewise.
2511         * config/m32r/m32r.c: Likewise.
2512         * config/m68k/m68k.c: Likewise.
2513         * config/mcore/mcore.c: Likewise.
2514         * config/microblaze/microblaze.c: Likewise.
2515         * config/mips/mips.c: Likewise.
2516         * config/mmix/mmix.c: Likewise.
2517         * config/mn10300/mn10300.c: Likewise.
2518         * config/moxie/moxie.c: Likewise.
2519         * config/msp430/msp430.c: Likewise.
2520         * config/nds32/nds32-isr.c: Likewise.
2521         * config/nds32/nds32.c: Likewise.
2522         * config/nios2/nios2.c: Likewise.
2523         * config/nvptx/nvptx.c: Likewise.
2524         * config/pa/pa.c: Likewise.
2525         * config/pdp11/pdp11.c: Likewise.
2526         * config/powerpcspe/powerpcspe.c: Likewise.
2527         * config/riscv/riscv.c: Likewise.
2528         * config/rl78/rl78.c: Likewise.
2529         * config/rx/rx.c: Likewise.
2530         * config/s390/s390.c: Likewise.
2531         * config/sh/sh.c: Likewise.
2532         * config/sol2.c: Likewise.
2533         * config/sparc/sparc.c: Likewise.
2534         * config/spu/spu.c: Likewise.
2535         * config/stormy16/stormy16.c: Likewise.
2536         * config/tilegx/tilegx.c: Likewise.
2537         * config/tilepro/tilepro.c: Likewise.
2538         * config/v850/v850.c: Likewise.
2539         * config/vax/vax.c: Likewise.
2540         * config/visium/visium.c: Likewise.
2541         * config/xtensa/xtensa.c: Likewise.
2543 2017-08-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
2545         PR target/81593
2546         * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
2547         constraints since the -mupper-regs-* switches have been
2548         eliminated.
2549         (vsx_concat_<mode>_1): New combiner insns to recognize inserting
2550         into a vector from a double word element that was extracted from
2551         another vector, and eliminate extra XXPERMDI instructions.
2552         (vsx_concat_<mode>_2): Likewise.
2553         (vsx_concat_<mode>_3): Likewise.
2554         (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
2555         concat to allow optimizing inserts from previous extracts.
2557 2017-08-07  Uros Bizjak  <ubizjak@gmail.com>
2559         * config/i386/i386.c (ix86_stack_protect_guard): Generate
2560         memory reference to a SSP offset in TLS address space.
2561         (ix86_print_operand) <case '@'>: Remove.
2562         (ix86_print_operand_punct_valid_p): Remove '@' code.
2563         * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
2564         UNSPEC_SP_TLS_TEST.
2565         (stack_tls_protect_set_<mode>): Remove.
2566         (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
2567         (stack_tls_protect_test_<mode>): Remove.
2568         (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
2570 2017-08-07  Olivier Hainque  <hainque@adacore.com>
2572         PR target/81755
2573         * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
2575 2017-08-07  Douglas Rupp  <rupp@adacore.com>
2577         * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
2578         variable was referenced as multidir in command.
2580 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2582         PR c/69389
2583         * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
2584         BIT_FIELD_REF.
2586 2017-08-07  Martin Liska  <mliska@suse.cz>
2588         * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
2589         * config/rl78/rl78.c: Add include of attribs.h.
2590         * config/sh/sh.c: Likewise.
2591         * config/v850/v850.c: Likewise.
2593 2017-08-07  Tom de Vries  <tom@codesourcery.com>
2595         PR middle-end/78266
2596         * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
2598 2017-08-07  Martin Liska  <mliska@suse.cz>
2600         * config/mips/mips.c: Include attribs.h.
2602 2017-08-07  Thomas Koenig  <tkoenig@gcc.gnu.org>
2604         PR fortran/68829
2605         * doc/invoke.texi: Document change in behvaior for -Ofast for
2606         Fortran.
2608 2017-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
2610         * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
2611         Use gen_frame_mem.
2612         (aarch64_pop_regs): Likewise.
2613         (aarch64_gen_load_pair): Likewise.
2614         (aarch64_save_callee_saves): Likewise.
2615         (aarch64_restore_callee_saves): Likewise.
2617 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2619         * config/i386/i386.c: Revert the last change.
2621 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2623         PR target/81736
2624         * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2625         to ...
2626         (ix86_finalize_stack_frame_flags): This.  Also clear
2627         frame_pointer_needed if -fno-omit-frame-pointer is used without
2628         stack access.
2629         (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2630         with ix86_finalize_stack_frame_flags.
2631         (ix86_expand_epilogue): Likewise.
2632         (ix86_expand_split_stack_prologue): Likewise.
2634 2017-08-07  H.J. Lu  <hongjiu.lu@intel.com>
2636         PR target/81743
2637         * config/i386/i386.c (get_builtin_code_for_version): Set priority
2638         to P_AES for Westmere.
2640 2017-08-07  Jonathan Yong  <10walls@gmail.com>
2642         * config/i386/mingw.opt (fset-stack-executable): Removed.
2643         * config/i386/cygming.opt (fset-stack-executable): Moved
2644         from mingw.opt.
2645         * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
2647 2017-08-07  Segher Boessenkool  <segher@kernel.crashing.org>
2649         * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
2651 2017-08-07  Marek Polacek  <polacek@redhat.com>
2653         PR middle-end/81737
2654         * fold-const.c (fold_indirect_ref_1): Check type_domain.
2656 2017-08-07  Martin Liska  <mliska@suse.cz>
2658         * attribs.h (canonicalize_attr_name): New function.
2659         (cmp_attribs): Move from c-format.c and adjusted.
2660         (is_attribute_p): Moved from tree.h.
2661         * tree-inline.c: Add new includes.
2662         * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
2663         (private_is_attribute_p): Remove.
2664         (private_lookup_attribute): Likewise.
2665         (private_lookup_attribute_by_prefix): Simplify.
2666         (remove_attribute): Use is_attribute_p.
2667         * tree.h: Remove removed declarations.
2669 2017-08-07  Jakub Jelinek  <jakub@redhat.com>
2671         PR middle-end/81698
2672         * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
2673         instead of computing it in the function.  Formatting fix.
2674         (expand_case): Don't rely on default_edge being the first edge,
2675         clear it if removing it, pass default_edge to
2676         emit_case_dispatch_table.
2677         (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
2678         fix.
2680 2017-08-06  Uros Bizjak  <ubizjak@gmail.com>
2682         * config/alpha/alpha.c (alpha_reorg): If trap is the last active
2683         insn in the function, emit NOP after the insn.
2685 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2687         * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
2688         and element loops.
2690 2017-08-06  Tom de Vries  <tom@codesourcery.com>
2692         * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
2693         loop.
2695 2017-08-04  Yury Gribov  <tetra2005@gmail.com>
2697         PR tree-optimization/57371
2698         * match.pd: New pattern.
2700 2017-08-04  Marek Polacek  <polacek@redhat.com>
2702         PR middle-end/81695
2703         * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
2704         perform the computation in offset_int.
2706 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2708         PR tree-optimization/81136
2709         * tree-vectorizer.h: Include tree-hash-traits.h.
2710         (vec_base_alignments): New typedef.
2711         (vec_info): Add a base_alignments field.
2712         (vect_record_base_alignments): Declare.
2713         * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
2714         field.
2715         (DR_IS_CONDITIONAL_IN_STMT): New macro.
2716         (create_data_ref): Add an is_conditional_in_stmt argument.
2717         * tree-data-ref.c (create_data_ref): Likewise.  Use it to initialize
2718         the is_conditional_in_stmt field.
2719         (data_ref_loc): Add an is_conditional_in_stmt field.
2720         (get_references_in_stmt): Set the is_conditional_in_stmt field.
2721         (find_data_references_in_stmt): Update call to create_data_ref.
2722         (graphite_find_data_references_in_stmt): Likewise.
2723         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
2724         * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
2725         (vect_record_base_alignment): New function.
2726         (vect_record_base_alignments): Likewise.
2727         (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
2728         for nested statements even if we fail to compute a misalignment.
2729         Use pooled base alignments for unconditional references.
2730         (vect_find_same_alignment_drs): Compare base addresses instead
2731         of base objects.
2732         (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
2733         * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
2735 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2737         * tree-vectorizer.h (vec_info): Add a constructor and destructor.
2738         Add an explicit name for the enum.  Use auto_vec for slp_instances
2739         and grouped_stores.
2740         (_loop_vec_info): Add a constructor and destructor.  Use auto_vec
2741         for all vectors.
2742         (_bb_vec_info): Add a constructor and destructor.
2743         (vinfo_for_stmt): Return NULL for uids of -1 as well.
2744         (destroy_loop_vec_info): Delete.
2745         (vect_destroy_datarefs): Likewise.
2746         * tree-vectorizer.c (vect_destroy_datarefs): Delete.
2747         (vec_info::vec_info): New function.
2748         (vec_info::~vec_info): Likewise.
2749         (vectorize_loops): Use delete instead of destroy_loop_vec_info.
2750         * tree-parloops.c (gather_scalar_reductions): Use delete instead of
2751         destroy_loop_vec_info.
2752         * tree-vect-loop.c (new_loop_vec_info): Replace with...
2753         (_loop_vec_info::_loop_vec_info): ...this.
2754         (destroy_loop_vec_info): Replace with...
2755         (_loop_vec_info::~_loop_vec_info): ...this.  Unconditionally delete
2756         the stmt_vec_infos.  Leave handling of vec_info information to its
2757         destructor.  Remove explicit vector releases.
2758         (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
2759         (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
2760         * tree-vect-slp.c (new_bb_vec_info): Replace with...
2761         (_bb_vec_info::_bb_vec_info): ...this.  Don't reserve space in
2762         BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
2763         (destroy_bb_vec_info): Replace with...
2764         (_bb_vec_info::~_bb_vec_info): ...this.  Leave handling of vec_info
2765         information to its destructor.
2766         (vect_slp_analyze_bb_1): Use new and delete instead of
2767         new_bb_vec_info and destroy_bb_vec_info.
2768         (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
2769         single delete.
2771 2017-08-04  Richard Sandiford  <richard.sandiford@linaro.org>
2773         * tree-data-ref.h (subscript): Add access_fn field.
2774         (data_dependence_relation): Add could_be_independent_p.
2775         (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
2776         (same_access_functions): Move to tree-data-ref.c.
2777         * tree-data-ref.c (ref_contains_union_access_p): New function.
2778         (access_fn_component_p): Likewise.
2779         (access_fn_components_comparable_p): Likewise.
2780         (dr_analyze_indices): Add a reference to access_fn_component_p.
2781         (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
2782         DR_ACCESS_FN.
2783         (constant_access_functions): Likewise.
2784         (add_other_self_distances): Likewise.
2785         (same_access_functions): Likewise.  (Moved from tree-data-ref.h.)
2786         (initialize_data_dependence_relation): Use XCNEW and remove
2787         explicit zeroing of DDR_REVERSED_P.  Look for a subsequence
2788         of access functions that have the same type.  Allow the
2789         subsequence to end with different bases in some circumstances.
2790         Record the chosen access functions in SUB_ACCESS_FN.
2791         (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
2792         a_index and b_index.  Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
2793         (subscript_dependence_tester_1): Likewise dra and drb.
2794         (build_classic_dist_vector): Update calls accordingly.
2795         (subscript_dependence_tester): Likewise.
2796         * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
2797         DDR_COULD_BE_INDEPENDENT_P.
2798         * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
2799         comp_alias_ddrs instead of may_alias_ddrs.
2800         * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
2801         New function.
2802         (vect_analyze_data_ref_dependence): Use it if
2803         DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
2804         distance vectors if that fails.
2805         (dependence_distance_ge_vf): New function.
2806         (vect_prune_runtime_alias_test_list): Use it.  Don't clear
2807         LOOP_VINFO_MAY_ALIAS_DDRS.
2809 2017-08-04  Richard Biener  <rguenther@suse.de>
2811         PR middle-end/81705
2812         * fold-const.c (fold_binary_loc): Properly restrict
2813         minus_var0 && minus_var1 case when associating undefined overflow
2814         entities.
2816 2017-08-04  Tom de Vries  <tom@codesourcery.com>
2818         * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
2820 2017-08-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2822         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2823         Don't start diagnostic messages with a capital letter.
2824         * config/rs6000/rs6000.c (rs6000_option_override_internal):
2825         Likewise.
2826         (rs6000_invalid_builtin): Likewise.
2827         (rs6000_trampoline_init): Likewise.
2829 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
2831         PR target/81621
2832         * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
2833         after setting changeable df flags.
2835 2017-08-03  Richard Biener  <rguenther@suse.de>
2837         * tree-ssa-reassoc.c (should_break_up_subtract): Also break
2838         up if the use is in USE - X.
2840 2017-08-03  Alexander Monakov  <amonakov@ispras.ru>
2842         * toplev.c (dumpfile.h): New include.
2843         (internal_error_reentered): New static function.  Use it...
2844         (internal_error_function): ...here to handle reentered internal_error.
2846 2017-08-03  Richard Biener  <rguenther@suse.de>
2848         PR middle-end/81148
2849         * fold-const.c (split_tree): Add minus_var and minus_con
2850         arguments, remove unused loc arg.  Never generate NEGATE_EXPRs
2851         here but always use minus_*.
2852         (associate_trees): Assert we never associate with MINUS_EXPR
2853         and NULL first operand.  Do not recurse for PLUS_EXPR operands
2854         when associating as MINUS_EXPR either.
2855         (fold_binary_loc): Track minus_var and minus_con.
2857 2017-08-03  Tom de Vries  <tom@codesourcery.com>
2859         PR lto/81430
2860         * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
2861         ACCEL_COMPILER, apply finish_options on
2862         DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
2864 2017-08-03  Tom de Vries  <tom@codesourcery.com>
2866         PR target/81662
2867         * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
2868         function_entry_patch_area_size > 0.
2870 2017-08-03  Jakub Jelinek  <jakub@redhat.com>
2872         PR driver/81650
2873         * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
2874         instead of 10??LU, perform unit multiplication in wide_int,
2875         don't change alloc_object_size_limit if the limit is larger
2876         than SSIZE_MAX.
2878         PR tree-optimization/81655
2879         PR tree-optimization/81588
2880         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
2881         the case when ranges[i].low and high are 1 for unsigned type with
2882         precision 1.
2884         PR middle-end/81052
2885         * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
2886         (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
2888 2017-08-03  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
2890         * tree-vrp.h: Add include guard.
2892 2017-08-02  Uros Bizjak  <ubizjak@gmail.com>
2894         PR target/81644
2895         * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
2896         (ud2): New insn pattern.
2897         * config/i386/i386.c (ix86_expand_epilogue):
2898         For naked functions, generate ud2 instead of trap insn.
2900 2017-08-02  Marek Polacek  <polacek@redhat.com>
2902         PR other/81667
2903         * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
2905 2017-08-02  Tom de Vries  <tom@codesourcery.com>
2906             Cesar Philippidis  <cesar@codesourcery.com>
2908         * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
2909         Add missing edge probabilities.
2911 2017-08-02  Tamar Christina  <tamar.christina@arm.com>
2913         * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
2914         Correct endianness.
2916 2017-08-02  Jakub Jelinek  <jakub@redhat.com>
2918         PR middle-end/79499
2919         * function.c (thread_prologue_and_epilogue_insns): Determine blocks
2920         for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
2921         of first NONDEBUG_INSN_P in each of the split_prologue_seq and
2922         prologue_seq sequences - if any.
2924 2017-08-02  Richard Biener  <rguenther@suse.de>
2926         * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
2927         via vectors if supported, integer extracts via punning if supported
2928         or otherwise vector extracts.
2930 2017-08-02  Richard Biener  <rguenther@suse.de>
2932         * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
2933         into ...
2934         (bitmap_insert_into_set): ... this.
2936 2017-08-02  Richard Biener  <rguenther@suse.de>
2938         PR tree-optimization/81633
2939         Revert
2940         2015-08-17  Alan Hayward  <alan.hayward@arm.com>
2942         PR tree-optimization/71752
2943         * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
2945 2017-08-01  Daniel Santos  <daniel.santos@pobox.com>
2947         * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
2948         (machine_function::call_ms2sysv_pad_out): Remove field.
2949         * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
2950         (ix86_compute_frame_layout): Likewise.
2952 2017-08-01  H.J. Lu  <hongjiu.lu@intel.com>
2954         PR target/81654
2955         * config/i386/i386.c (ix86_set_func_type): Disallow naked
2956         attribute with interrupt attribute.
2958 2017-08-01  Andrew Pinski  <apinski@cavium.com>
2960         * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
2961         BIT_INSERT_EXPR's operand 1
2962         to see if the types precision matches.
2964 2017-08-01  Martin Liska  <mliska@suse.cz>
2966         PR middle-end/70140
2967         * builtins.c (expand_builtin_memcpy_args): Remove.
2968         (expand_builtin_memcpy): Call newly added function
2969         expand_builtin_memory_copy_args.
2970         (expand_builtin_memcpy_with_bounds): Likewise.
2971         (expand_builtin_mempcpy): Remove last argument.
2972         (expand_builtin_mempcpy_with_bounds): Likewise.
2973         (expand_builtin_memory_copy_args): New function created from
2974         expand_builtin_mempcpy_args with small modifications.
2975         (expand_builtin_mempcpy_args): Remove.
2976         (expand_builtin_stpcpy): Remove unused argument.
2977         (expand_builtin): Likewise.
2978         (expand_builtin_with_bounds): Likewise.
2980 2017-08-01  Martin Liska  <mliska@suse.cz>
2982         Revert r250771
2983         Make mempcpy more optimal (PR middle-end/70140).
2985 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
2987         PR target/81622
2988         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
2989         __builtin_vec_cmpne verify both arguments are compatible vectors
2990         before looking at TYPE_MODE on the element type.  For __builtin_vec_ld
2991         verify arg1_type is a pointer or array type.  For __builtin_vec_st,
2992         move computation of aligned to after checking the argument types.
2993         Formatting fixes.
2995         PR target/80846
2996         * config/rs6000/vsx.md (vextract_fp_from_shorth,
2997         vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
2998         calls.
3000 2017-08-01  Jerome Lambourg  <lambourg@adacore.com>
3001             Doug Rupp  <rupp@adacore.com>
3002             Olivier Hainque  <hainque@adacore.com>
3004         * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
3005         well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
3006         arm8 (arch v4).
3007         * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
3008         for TARGET_OS_CPP_BUILTIN.
3009         (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
3010         refine CPU definitions for arm_arch5 and add those for arm_arch6 and
3011         arm_arch7.
3012         (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
3013         passing required abi options to the assembler for EABI configurations.
3014         (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
3015         of .text.hot and .text.unlikely sections for kernel modules when
3016         using ARM style exceptions.
3017         (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
3018         options. Add EXTRA_CC1_SPEC.
3019         (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
3020         toolchain options.
3021         (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
3022         transition.
3023         (ARM_TARGET2_DWARF_FORMAT): Define.
3024         * config/arm/t-vxworks: Adjust multilib control to removal of the
3025         Diab command line options.
3027 2017-08-01  Martin Liska  <mliska@suse.cz>
3029         PR gcov-profile/81561
3030         * gcov.c (unblock): Make unblocking safe as we need to preserve
3031         index correspondence of blocks and block_lists.
3033 2017-08-01  Richard Biener  <rguenther@suse.de>
3035         PR tree-optimization/81181
3036         * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
3037         (compute_antic): ... end of iteration here.
3039 2017-08-01  James Greenhalgh  <james.greenhalgh@arm.com>
3041         * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
3042         (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
3043         (ftree-slp-vectorize): Likewise.
3044         * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
3045         can no longer be set independent of flag_tree_loop_vectorize.
3046         * omp-general.c (emp_max_vf): Likewise.
3047         * opts.c (enable_fdo_optimizations): Remove references to
3048         flag_tree_vectorize, these are now implicit.
3049         (common_handle_option): Remove handling for OPT_ftree_vectorize,
3050         and leave it for the options machinery.
3052 2017-08-01  Martin Liska  <mliska@suse.cz>
3054         PR middle-end/70140
3055         * builtins.c (expand_builtin_memcpy_args): Remove.
3056         (expand_builtin_memcpy): Call newly added function
3057         expand_builtin_memory_copy_args.
3058         (expand_builtin_memcpy_with_bounds): Likewise.
3059         (expand_builtin_mempcpy): Remove last argument.
3060         (expand_builtin_mempcpy_with_bounds): Likewise.
3061         (expand_builtin_memory_copy_args): New function created from
3062         expand_builtin_mempcpy_args with small modifications.
3063         (expand_builtin_mempcpy_args): Remove.
3064         (expand_builtin_stpcpy): Remove unused argument.
3065         (expand_builtin): Likewise.
3066         (expand_builtin_with_bounds): Likewise.
3068 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3070         PR target/81641
3071         * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
3072         print "ds:" only for immediates in generic address space.
3074 2017-08-01  Uros Bizjak  <ubizjak@gmail.com>
3076         PR target/81639
3077         * config/i386/i386.c (ix86_funciton_naked): New prototype.
3078         (ix86_function_ok_for_sibcall): Return false for naked functions.
3080 2017-08-01  Richard Biener  <rguenther@suse.de>
3082         * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
3083         (compute_antic): Seed worklist with exit block predecessors.
3084         * cfganal.c (dfs_find_deadend): For a cycle return the source
3085         of the edge closing it.
3087 2017-08-01  Tamar Christina  <tamar.christina@arm.com>
3089         * config/aarch64/aarch64.c
3090         (aarch64_can_const_movi_rtx_p): Move 0 check.
3092 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3094         * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
3095         * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
3096         above macro.
3097         * match.pd: Ditto in address comparison pattern.
3099 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3101         PR tree-optimization/81627
3102         * tree-predcom.c (prepare_finalizers): Always rewrite into loop
3103         closed ssa form for store-store chain.
3105 2017-08-01  Bin Cheng  <bin.cheng@arm.com>
3107         PR tree-optimization/81620
3108         * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
3109         for store-store chain.
3111 2017-08-01  Jakub Jelinek  <jakub@redhat.com>
3113         PR tree-optimization/81588
3114         * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
3115         ranges[i].in_p, invert comparison code ccode.  For >/>=,
3116         swap rhs1 and rhs2 and comparison code unconditionally,
3117         for </<= don't do that.  Don't swap rhs1/rhs2 again if
3118         ranges[i].in_p, instead invert comparison code ccode if
3119         opcode or oe->rank is BIT_IOR_EXPR.
3121         PR target/80846
3122         * optabs.def (vec_extract_optab, vec_init_optab): Change from
3123         a direct optab to conversion optab.
3124         * optabs.c (expand_vector_broadcast): Use convert_optab_handler
3125         with GET_MODE_INNER as last argument instead of optab_handler.
3126         * expmed.c (extract_bit_field_1): Likewise.  Use vector from
3127         vector extraction if possible and optab is available.
3128         * expr.c (store_constructor): Use convert_optab_handler instead
3129         of optab_handler.  Use vector initialization from smaller
3130         vectors if possible and optab is available.
3131         * tree-vect-stmts.c (vectorizable_load): Likewise.
3132         * doc/md.texi (vec_extract, vec_init): Document that the optabs
3133         now have two modes.
3134         * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
3135         of vec_init from half-sized vectors with the same element mode.
3136         * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
3137         (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
3138         (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
3139         reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
3140         reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
3141         after mode in gen_vec_extract* calls.
3142         (vec_extract<mode>): Renamed to ...
3143         (vec_extract<mode><ssescalarmodelower>): ... this.
3144         (vec_extract<mode><ssehalfvecmodelower>): New expander.
3145         (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
3146         element mode after mode in gen_vec_init* calls.
3147         (VEC_INIT_HALF_MODE): New mode iterator.
3148         (vec_init<mode>): Renamed to ...
3149         (vec_init<mode><ssescalarmodelower>): ... this.
3150         (vec_init<mode><ssehalfvecmodelower>): New expander.
3151         * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
3152         (vec_extractv2sfsf): ... this.
3153         (vec_initv2sf): Renamed to ...
3154         (vec_initv2sfsf): ... this.
3155         (vec_extractv2si): Renamed to ...
3156         (vec_extractv2sisi): ... this.
3157         (vec_initv2si): Renamed to ...
3158         (vec_initv2sisi): ... this.
3159         (vec_extractv4hi): Renamed to ...
3160         (vec_extractv4hihi): ... this.
3161         (vec_initv4hi): Renamed to ...
3162         (vec_initv4hihi): ... this.
3163         (vec_extractv8qi): Renamed to ...
3164         (vec_extractv8qiqi): ... this.
3165         (vec_initv8qi): Renamed to ...
3166         (vec_initv8qiqi): ... this.
3167         * config/rs6000/vector.md (VEC_base_l): New mode attribute.
3168         (vec_init<mode>): Renamed to ...
3169         (vec_init<mode><VEC_base_l>): ... this.
3170         (vec_extract<mode>): Renamed to ...
3171         (vec_extract<mode><VEC_base_l>): ... this.
3172         * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
3173         (vec_initv2sfsf): ... this.
3174         * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
3175         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3176         vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
3177         element mode after mode in gen_vec_init* calls.
3178         * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
3179         (vec_init<mode><Vel>): ... this.
3180         (vec_extract<mode>): Renamed to ...
3181         (vec_extract<mode><Vel>): ... this.
3182         * config/aarch64/iterators.md (Vel): New mode attribute.
3183         * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
3184         Add element mode after mode in gen_vec_extract* calls.
3185         * config/s390/vector.md (non_vec_l): New mode attribute.
3186         (vec_extract<mode>): Renamed to ...
3187         (vec_extract<mode><non_vec_l>): ... this.
3188         (vec_init<mode>): Renamed to ...
3189         (vec_init<mode><non_vec_l>): ... this.
3190         * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
3191         s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
3192         vec_extract mode.
3193         * config/arm/iterators.md (V_elem_l): New mode attribute.
3194         * config/arm/neon.md (vec_extract<mode>): Renamed to ...
3195         (vec_extract<mode><V_elem_l>): ... this.
3196         (vec_extractv2di): Renamed to ...
3197         (vec_extractv2didi): ... this.
3198         (vec_init<mode>): Renamed to ...
3199         (vec_init<mode><V_elem_l>): ... this.
3200         (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
3201         reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
3202         reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
3203         Add element mode after gen_vec_extract* calls.
3204         * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
3205         (vec_init<mode><unitmode>): ... this.
3206         (vec_extract<mode>): Renamed to ...
3207         (vec_extract<mode><unitmode>): ... this.
3208         * config/mips/loongson.md (vec_init<mode>): Renamed to ...
3209         (vec_init<mode><unitmode>): ... this.
3210         * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
3211         (vec_initv2sfsf): ... this.
3212         (vec_extractv2sf): Renamed to ...
3213         (vec_extractv2sfsf): ... this.
3214         (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
3215         Add element mode after gen_vec_extract* calls.
3216         * config/mips/mips.md (unitmode): New mode iterator.
3217         * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
3218         spu_builtin_extract): Add element mode after gen_vec_extract* calls.
3219         * config/spu/spu.md (inner_l): New mode attribute.
3220         (vec_init<mode>): Renamed to ...
3221         (vec_init<mode><inner_l>): ... this.
3222         (vec_extract<mode>): Renamed to ...
3223         (vec_extract<mode><inner_l>): ... this.
3224         * config/sparc/sparc.md (veltmode): New mode iterator.
3225         (vec_init<VMALL:mode>): Renamed to ...
3226         (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
3227         * config/ia64/vect.md (vec_initv2si): Renamed to ...
3228         (vec_initv2sisi): ... this.
3229         (vec_initv2sf): Renamed to ...
3230         (vec_initv2sfsf): ... this.
3231         (vec_extractv2sf): Renamed to ...
3232         (vec_extractv2sfsf): ... this.
3233         * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
3234         (vec_init<mode>): Renamed to ...
3235         (vec_init<mode><VEC_base_l>): ... this.
3236         (vec_extract<mode>): Renamed to ...
3237         (vec_extract<mode><VEC_base_l>): ... this.
3238         * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
3239         (vec_initv2sfsf): ... this.
3240         * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
3241         vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3242         vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
3243         gen_vec_init* calls.
3245 2017-08-01  Richard Biener  <rguenther@suse.de>
3247         PR tree-optimization/81297
3248         * tree-vrp.c (get_single_symbol): Remove assert, instead drop
3249         TREE_OVERFLOW from INTEGER_CSTs.
3251 2017-07-31  Segher Boessenkool  <segher@kernel.crashing.org>
3253         * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
3255 2017-07-31  Carl Love  <cel@us.ibm.com>
3257         * config/rs6000/rs6000-c: Add support for built-in functions
3258         vector signed char vec_xl_be (signed long long, signed char *);
3259         vector unsigned char vec_xl_be (signed long long, unsigned char *);
3260         vector signed int vec_xl_be (signed long long, signed int *);
3261         vector unsigned int vec_xl_be (signed long long, unsigned int *);
3262         vector signed long long vec_xl_be (signed long long, signed long long *);
3263         vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
3264         vector signed short vec_xl_be (signed long long, signed short *);
3265         vector unsigned short vec_xl_be (signed long long, unsigned short *);
3266         vector double vec_xl_be (signed long long, double *);
3267         vector float vec_xl_be (signed long long, float *);
3268         * config/rs6000/altivec.h (vec_xl_be): Add #define.
3269         * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
3270         XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
3271         for the builtins.
3272         * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
3273         (altivec_expand_builtin): Add switch statement to call
3274         altivec_expand_xl_be for each builtin.
3275         (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
3276         __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
3277         __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
3278         __builtin_vsx_le_be_v16qi.
3279         * doc/extend.texi: Update the built-in documentation file for the
3280         new built-in functions.
3282 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3284         PR target/25967
3285         * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
3286         New function.
3287         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
3289 2017-07-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3291         * config.gcc: Add z14.
3292         * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
3293         CPU model numbers for z13s and z14.
3294         * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
3295         arch12 with z14.
3296         * config/s390/s390-opts.h (enum processor_type): Rename
3297         PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3298         * config/s390/s390.c (processor_table): Add field for CPU name to
3299         be passed to Binutils.
3300         (s390_asm_output_machine_for_arch): Use the new field in
3301         processor_table for Binutils.
3302         (s390_expand_builtin): Replace arch12 with z14.
3303         (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3304         (s390_get_sched_attrmask): Likewise.
3305         (s390_get_unit_mask): Likewise.
3306         * config/s390/s390.opt: Add z14 to processor_type enum.
3308 2017-07-31  Martin Jambor  <mjambor@suse.cz>
3310         PR hsa/81477
3311         * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
3312         regardless of optimization level.
3314 2017-07-31  Jan Hubicka <hubicka@ucw.cz>
3315             Martin Liska  <mliska@suse.cz>
3317         * predict.def: Remove old comment and adjust probability.
3318         * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
3319         PREDICT statements.
3321 2017-07-31  Uros Bizjak  <ubizjak@gmail.com>
3323         PR target/25967
3324         * config/i386/i386.c (ix86_function_naked): New function.
3325         (ix86_can_use_return_insn_p): Return false for naked functions.
3326         (ix86_expand_prologue): Skip prologue for naked functions.
3327         (ix86_expand_epilogue): Skip epilogue for naked functions
3328         and emit trap instruction.
3329         (ix86_warn_func_return): New function.
3330         (ix86_attribute_table): Add "naked" attribute specification.
3331         (TARGET_WARN_FUNC_RETURN): Define.
3332         * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
3334 2017-07-31  Martin Liska  <mliska@suse.cz>
3336         * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
3337         (dump_gimple_bb_header): Always dump BB info.
3338         (pp_cfg_jump): Do not append info about BB when dumping a jump.
3340 2017-07-31  Martin Liska  <mliska@suse.cz>
3342         PR sanitize/81530
3343         * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
3344         also with current_function_decl non-null equality.
3346 2017-07-31  Jakub Jelinek  <jakub@redhat.com>
3348         PR sanitizer/81604
3349         * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
3350         change type to the element type, instead add eltype variable and
3351         use it where we are interested in the element type.
3353         PR tree-optimization/81603
3354         * ipa-polymorphic-call.c
3355         (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
3356         offset arithmetic in offset_int, bail out if the resulting bit offset
3357         doesn't fit into shwi.
3359 2017-07-31  Martin Liska  <mliska@suse.cz>
3361         * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
3362         (gimplify_save_expr): Fix comment.
3364 2017-07-30  H.J. Lu  <hongjiu.lu@intel.com>
3366         PR target/79793
3367         * config/i386/i386.c (ix86_function_arg): Update arguments for
3368         exception handler.
3369         (ix86_compute_frame_layout): Set the initial stack offset to
3370         INCOMING_FRAME_SP_OFFSET.  Update red-zone offset with
3371         INCOMING_FRAME_SP_OFFSET.
3372         (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
3373         stack before exception handler returns.
3374         * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
3375         the 'ERROR_CODE' for exception handler.
3377 2017-07-30  Uros Bizjak  <ubizjak@gmail.com>
3379         * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
3380         (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
3381         (ASM_OUTPUT_REG_POP): Ditto.
3382         * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
3383         instead of asm_fprintf to output pure string.
3385 2017-07-29  Jakub Jelinek  <jakub@redhat.com>
3387         * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
3388         to imported_module_or_decl hook.
3389         (debug_nothing_tree_tree_tree_bool): Remove.
3390         (debug_nothing_tree_tree_tree_bool_bool): New declaration.
3391         * debug.c (do_nothing_debug_hooks): Use
3392         debug_nothing_tree_tree_tree_bool_bool instead of
3393         debug_nothing_tree_tree_tree_bool.
3394         * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
3395         * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
3396         * sdbout.c (sdb_debug_hooks): Likewise.
3397         * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
3398         (gen_namespace_die): Add DW_AT_export_symbols attribute if
3399         langhook wants it.
3400         (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
3401         if true, -gdwarf-5 and decl will have DW_AT_export_symbols
3402         attribute, don't add anything.
3404 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3406         * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
3407         (fold_build2_stat_loc): Likewise.
3408         (fold_build3_stat_loc): Likewise.
3409         * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
3410         (fold_build1_loc): Remove macro.
3411         (fold_build2_loc): Likewise.
3412         (fold_build3_loc): Likewise.
3414 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3416         * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
3417         (gimple_build_debug_bind_source_stat): Likewise.
3418         * gimple.h (gimple_build_debug_bind): Remove macro.
3419         (gimple_build_debug_bind_source): Likewise.
3421 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3423         * bitmap.c (bitmap_alloc): Adjust.
3424         (bitmap_gc_alloc): Likewise.
3425         * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
3427 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3429         * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
3430         (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
3431         * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
3432         (bitmap_gc_alloc_stat): Likewise.
3433         (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
3435 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3437         * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
3438         * rtl.h (shallow_copy_rtx): Remove macro.
3440 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3442         * emit-rtl.c (gen_raw_REG): Adjust.
3443         * gengenrtl.c (gendef): Likewise.
3444         * rtl.c (rtx_alloc_stat): Remove _stat from name.
3445         * rtl.h (rtx_alloc): Remove macro.
3447 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3449         * tree.c (build_tree_list_vec_stat): Remove _stat from name.
3450         (build_tree_list_stat): Likewise.
3451         * tree.h (build_tree_list): Remove macro.
3452         (build_tree_list_vec): Likewise.
3454 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3456         * tree.c (make_vector_stat): Remove _stat from name.
3457         (build_vector_stat): Likewise.
3458         * tree.h (make_vector_stat): Remove macro.
3459         (build_vector_stat): Likewise.
3461 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3463         * tree.h (build_var_debug_value): Remove prototype.
3465 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3467         * tree.c (tree_cons_stat): Remove _stat from name.
3468         * tree.h (tree_cons): Remove macro.
3470 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3472         * tree.c (build_vl_exp_stat): Remove _stat from name.
3473         * tree.h (build_vl_exp): Remove macro.
3475 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3477         * tree.c (build_decl_stat): Remove _stat from name.
3478         * tree.h (build_decl): Remove macro.
3480 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3482         * gimple.c (gimple_build_with_ops_stat): Adjust.
3483         (gimple_alloc_stat): Remove _stat from name.
3484         * gimple.h (gimple_alloc): Remove macro.
3486 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3488         * tree.c (make_tree_vec_stat): Remove _stat from name.
3489         (grow_tree_vec_stat): Likewise.
3490         * tree.h (make_tree_vec_stat): Adjust prototype.
3491         (grow_tree_vec_stat): Likewise.
3492         (make_tree_vec): Remove macro.
3493         (grow_tree_vec): Likewise.
3495 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3497         * fold-const.c (fold_build1_stat_loc): Adjust.
3498         (fold_build2_stat_loc): Likewise.
3499         (fold_build3_stat_loc): Likewise.
3500         * tree.c (build0_stat): Remove _stat from name.
3501         (build1_stat): Likewise.
3502         (build2_stat): Likewise.
3503         (build3_stat): Likewise.
3504         (build4_stat): Likewise.
3505         (build5_stat): Likewise.
3506         * tree.h (build1_loc): Remove macro, and rename _stat function
3507         to this.
3508         (build2_loc): Likewise.
3509         (build3_loc): Likewise.
3510         (build4_loc): Likewise.
3511         (build5_loc): Likewise.
3513 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3515         * tree.c (make_int_cst_stat): Remove _stat from name.
3516         * tree.h (make_int_cst_stat): Adjust prototype.
3517         (make_int_cst): Remove macro.
3519 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3521         * tree.c (make_tre_binfo_stat): Remove _stat from name.
3522         * tree.h (make_tree_binfo_stat): Adjust prototype.
3523         (make_tree_binfo): Remove.
3525 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3527         * tree.c (copy_node_stat): Rename to copy_node.
3528         (build_distinct_type_copy): Adjust.
3529         * tree.h (copy_node_stat): Adjust prototype.
3530         (copy_node): Remove macro.
3532 2017-07-28  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
3534         * tree.c (make_node_stat): rename to make_node.
3535         (build_tree_list_stat): Adjust.
3536         (build0_stat): Likewise.
3537         (build2_stat): Likewise.
3538         (build3_stat): Likewise.
3539         (build4_stat): Likewise.
3540         (build5_stat): Likewise.
3541         (build_decl_stat): Likewise.
3542         * tree.h (make_node_stat): Adjust prototype.
3543         (make_node): remove macro.
3545 2017-07-28  Peter Bergner  <bergner@vnet.ibm.com>
3547         * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
3548         (PPC_FEATURE2_SCV): Likewise.
3549         * config/rs6000/rs6000.c (cpu_supports_info): Use them.
3551 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3553         * config/aarch64/aarch64.c
3554         (aarch64_internal_mov_immediate): Add new special pattern.
3555         * config/aarch64/aarch64.md (*movdi_aarch64):
3556         Add reg/32bit const mov case.
3558 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3559             Richard Sandiford <richard.sandiford@linaro.org>
3561         * config/aarch64/aarch64.md (mov<mode>): Generalize.
3562         (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
3563         Add integer and movi cases.
3564         (movi-split-hf-df-sf split, fp16): New.
3565         (enabled): Added TARGET_FP_F16INST.
3566         * config/aarch64/iterators.md (GPF_HF): New.
3567         * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
3569 2017-07-28  Tamar Christina  <tamar.christina@arm.com>
3571         * config/aarch64/aarch64.c
3572         (aarch64_simd_container_mode): Add prototype.
3573         (aarch64_expand_mov_immediate): Add HI support.
3574         (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
3575         (aarch64_can_const_movi_rtx_p): New.
3576         (aarch64_preferred_reload_class):
3577         Remove restrictions of using FP registers for certain SIMD operations.
3578         (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
3579         (aarch64_valid_floating_const): Add integer move validation.
3580         (aarch64_simd_imm_scalar_p): Remove.
3581         (aarch64_output_scalar_simd_mov_immediate): Generalize function.
3582         (aarch64_legitimate_constant_p): Expand list of supported cases.
3583         * config/aarch64/aarch64-protos.h
3584         (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
3585         (aarch64_reinterpret_float_as_int): New.
3586         (aarch64_simd_imm_scalar_p): Remove.
3587         * config/aarch64/constraints.md (Uvi): New.
3588         (Dd): Split into Ds and new Dd.
3589         * config/aarch64/aarch64.md (*movsi_aarch64):
3590         Add SIMD mov case.
3591         (*movdi_aarch64): Add SIMD mov case.
3593 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3595         * tree-predcom.c: (struct chain): Handle store-store chain in which
3596         stores for elimination only store loop invariant values.
3597         (execute_pred_commoning_chain): Ditto.
3598         (prepare_initializers_chain_store_elim): Ditto.
3599         (prepare_finalizers): Ditto.
3600         (is_inv_store_elimination_chain): New function.
3601         (initialize_root_vars_store_elim_1): New function.
3603 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3605         * tree-predcom.c: Revise general description of the pass.
3606         (enum chain_type): New enum type for store elimination.
3607         (struct chain): New field supporting store elimination.
3608         (struct component): Ditto.
3609         (dump_chain): Dump store-stores chain.
3610         (release_chain): Release resources.
3611         (split_data_refs_to_components): Compute and create component
3612         contains only stores for elimination.
3613         (get_chain_last_ref_at): New function.
3614         (make_invariant_chain): Initialization.
3615         (make_rooted_chain): Specify chain type in parameter and record it.
3616         (add_looparound_copies): Skip for store-stores chain.
3617         (determine_roots_comp): Compute type of chain and pass it to
3618         make_rooted_chain.
3619         (initialize_root_vars_store_elim_2): New function.
3620         (finalize_eliminated_stores): New function.
3621         (remove_stmt): Handle store for elimination.
3622         (execute_pred_commoning_chain): Execute predictive commoning on
3623         store-store chains.
3624         (determine_unroll_factor): Skip unroll for store-stores chain.
3625         (prepare_initializers_chain_store_elim): New function.
3626         (prepare_initializers_chain): Hanlde store-store chain.
3627         (prepare_finalizers_chain, prepare_finalizers): New function.
3628         (tree_predictive_commoning_loop): Return integer value indicating
3629         if loop is unrolled or lcssa form is corrupted.
3630         (tree_predictive_commoning): Rewrite for lcssa form if necessary.
3632 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3634         * tree-predcom.c (initialize_root): Delete.
3635         (execute_pred_commoning_chain): Initialize root vars and replace
3636         reference of non-combined chain directly, rather than call above
3637         function.
3639 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3641         * tree-predcom.c (ref_at_iteration): Add parameter NITERS.  Compute
3642         memory reference to DR at (NITERS + ITERS)-th iteration of loop.
3644 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3646         * tree-predcom.c (struct chain): New field init_seq.
3647         (release_chain): Release init_seq.
3648         (prepare_initializers_chain): Record intialization stmts in above
3649         field.
3650         (insert_init_seqs): New function.
3651         (tree_predictive_commoning_loop): Call insert_init_seqs.
3653 2017-07-28  Bin Cheng  <bin.cheng@arm.com>
3655         * tree-predcom.c (determine_roots_comp): Skip trivial components.
3657 2017-07-28  Richard Biener  <rguenther@suse.de>
3659         * match.pd: Remove superfluous :c.
3660         * genmatch.c (simplify::id): Add member.
3661         (lower_commutative, lower_opt_convert, lower_cond, lower_for):
3662         Copy id.
3663         (current_id): New global.
3664         (dt_node::parent): Move from ...
3665         (dt_operand::parent): ... here.  Add for_id member.
3666         (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
3667         (decision_tree::find_node): Relax order requirement when
3668         merging DT_TRUE nodes to ones inbetween the current simplify
3669         and the one we try to merge with.  Add diagnostic whenever
3670         we need to enforce pattern order by not merging.
3671         (decision_tree::insert): Set current_id.
3672         (decision_tree::print_node): Dump parent node and for_id.
3673         (parser::last_id): Add member.
3674         (parser::push_simplify): Assign unique id.
3675         (parser::parser): Initialize last_id.
3677 2017-07-28  Martin Liska  <mliska@suse.cz>
3679         PR sanitizer/81340
3680         * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
3681         gimple_build_debug_bind.
3683 2017-07-28  Richard Biener  <rguenther@suse.de>
3685         PR tree-optimization/81502
3686         * match.pd: Add pattern combining BIT_INSERT_EXPR with
3687         BIT_FIELD_REF.
3688         * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
3689         size/pos operands.
3690         (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
3691         * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
3692         for BIT_FIELD_REF args.
3693         * fold-const.c (make_bit_field_ref): Likewise.
3694         * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
3696 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3698         PR sanitizer/80998
3699         * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
3700         * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
3701         * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
3702         Or it into SANITIZER_UNDEFINED.
3703         * ubsan.c: Include gimple-fold.h and varasm.h.
3704         (ubsan_expand_ptr_ifn): New function.
3705         (instrument_pointer_overflow): New function.
3706         (maybe_instrument_pointer_overflow): New function.
3707         (instrument_object_size): Formatting fix.
3708         (pass_ubsan::execute): Call instrument_pointer_overflow
3709         and maybe_instrument_pointer_overflow.
3710         * internal-fn.c (expand_UBSAN_PTR): New function.
3711         * ubsan.h (ubsan_expand_ptr_ifn): Declare.
3712         * sanitizer.def (__ubsan_handle_pointer_overflow,
3713         __ubsan_handle_pointer_overflow_abort): New builtins.
3714         * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
3715         * internal-fn.def (UBSAN_PTR): New internal function.
3716         * opts.c (sanitizer_opts): Add pointer-overflow.
3717         * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
3718         * fold-const.c (build_range_check): Compute pointer range check in
3719         integral type if pointer arithmetics would be needed.  Formatting
3720         fixes.
3722 2017-07-28  Martin Liska  <mliska@suse.cz>
3724         PR sanitizer/81460
3725         * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
3726         parameters that are of a variable-length.
3728 2017-07-28  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3730         * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h.  Add
3731         rs6000/biarch64.h.
3732         * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
3733         (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3734         (CRT_CALL_STATIC_FUNCTION): Likewise.
3735         (ASM_DEFAULT_SPEC): New define.
3736         (ASM_SPEC32): Likewise.
3737         (ASM_SPEC64): Likewise.
3738         (ASM_SPEC_COMMON): Likewise.
3739         (ASM_SPEC): Likewise.
3740         (INVALID_64BIT): Likewise.
3741         (LINK_OS_DEFAULT_SPEC): Likewise.
3742         (LINK_OS_SPEC32): Likewise.
3743         (LINK_OS_SPEC64): Likewise.
3744         (POWERPC_LINUX): Likewise.
3745         (PTRDIFF_TYPE): Likewise.
3746         (RESTORE_FP_PREFIX): Likewise.
3747         (RESTORE_FP_SUFFIX): Likewise.
3748         (SAVE_FP_PREFIX): Likewise.
3749         (SAVE_FP_SUFFIX): Likewise.
3750         (SIZE_TYPE): Likewise.
3751         (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
3752         (TARGET_64BIT): Likewise.
3753         (TARGET_64BIT): Likewise.
3754         (TARGET_AIX): Likewise.
3755         (WCHAR_TYPE_SIZE): Likewise.
3756         (WCHAR_TYPE): Undefine.
3757         (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
3758         (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
3759         (CPP_OS_RTEMS_SPEC): Delete.
3760         (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems.  Add
3761         asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
3762         link_os_spec64.
3763         * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
3765 2017-07-28  Jakub Jelinek  <jakub@redhat.com>
3767         PR tree-optimization/81578
3768         * tree-parloops.c (build_new_reduction): Bail out if
3769         reduction_code isn't one of the standard OpenMP reductions.
3770         Move the details printing after that decision.
3772 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3774         * config/rs6000/predicates.md (volatile_mem_operand): Remove code
3775         related to reload_in_progress.
3776         (splat_input_operand): Likewise.
3777         * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
3778         Delete prototype.
3779         * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
3780         field.
3781         (TARGET_EXPAND_TO_RTL_HOOK): Delete.
3782         (TARGET_INSTANTIATE_DECLS): Likewise.
3783         (legitimate_indexed_address_p): Delete reload_in_progress code.
3784         (rs6000_debug_legitimate_address_p): Likewise.
3785         (rs6000_eliminate_indexed_memrefs): Likewise.
3786         (rs6000_emit_le_vsx_store): Likewise.
3787         (rs6000_emit_move_si_sf_subreg): Likewise.
3788         (rs6000_emit_move): Likewise.
3789         (register_to_reg_type): Likewise.
3790         (rs6000_pre_atomic_barrier): Likewise.
3791         (rs6000_machopic_legitimize_pic_address): Likewise.
3792         (rs6000_allocate_stack_temp): Likewise.
3793         (rs6000_address_for_fpconvert): Likewise.
3794         (rs6000_address_for_altivec): Likewise.
3795         (rs6000_secondary_memory_needed_rtx): Delete function.
3796         (rs6000_check_sdmode): Likewise.
3797         (rs6000_alloc_sdmode_stack_slot): Likewise.
3798         (rs6000_instantiate_decls): Likewise.
3799         * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
3800         * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
3801         Delete reload_in_progress.
3802         (*vec_reload_and_plus_<mptrsize>): Likewise.
3803         * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
3804         (vsx_div_v2di): Likewise.
3805         (vsx_udiv_v2di): Likewise.
3807 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3809         * config/rs6000/rs6000.opt (mlra): Replace with stub.
3810         * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
3811         * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
3812         (rs6000_debug_reg_global): Delete print of LRA status.
3813         (rs6000_option_override_internal): Delete dead LRA related code.
3814         (rs6000_lra_p): Delete function.
3815         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
3817 2017-07-27  Sebastian Huber  <sebastian.huber@embedded-brains.de>
3819         * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
3820         * config/riscv/rtems.h: New file.
3822 2017-07-27  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
3823             Sudakshina Das  <sudi.das@arm.com>
3825         * config/aarch64/aarch64.md
3826         (define_split for and<mode>3nr_compare): Move
3827         non aarch64_logical_operand to a register.
3828         (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
3829         register immediate operand to a register.
3830         * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
3832 2017-07-27  Peter Bergner  <bergner@vnet.ibm.com>
3834         PR middle-end/81564
3835         * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
3837 2017-07-27  Richard Biener  <rguenther@suse.de>
3839         PR tree-optimization/81573
3840         PR tree-optimization/81494
3841         * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
3842         multi defuse cycle case.
3844 2017-07-27  Richard Biener  <rguenther@suse.de>
3846         PR tree-optimization/81571
3847         * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
3848         PHIs.
3850 2017-07-27  Eric Botcazou  <ebotcazou@adacore.com>
3852         * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
3853         earlier and only if MASK_FPU is set.  Adjust formatting.
3855 2017-07-27  Martin Liska  <mliska@suse.cz>
3857         * opt-functions.awk: Add validation of value of Init.
3858         * optc-gen.awk: Pass new argument.
3860 2017-07-27  Martin Liska  <mliska@suse.cz>
3862         * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
3863         Fix wrong condition.
3865 2017-07-27  Martin Liska  <mliska@suse.cz>
3867         * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
3868         BBs and edges seen by autoFDO.
3870 2017-07-27  Richard Biener  <rguenther@suse.de>
3872         PR tree-optimization/81502
3873         * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
3874         with incompatible but same sized type.
3875         (execute_update_addresses_taken): Likewise.
3877 2017-07-27  James Greenhalgh  <james.greenhalgh@arm.com>
3879         * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
3880         flag_tree_loop_vectorize rather than flag_tree_vectorize.
3882 2017-07-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
3884         PR target/81534
3885         * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
3886         ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
3887         Change s_operand to memory_operand.
3889 2017-07-27  Richard Sandiford  <richard.sandiford@linaro.org>
3891         * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
3892         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
3893         (rs6000_emit_le_vsx_permute): ...this.  Take the destination as input.
3894         Emit instructions rather than returning an expression.  Handle TFmode
3895         and KFmode by casting to TImode.
3896         (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
3897         (rs6000_emit_le_vsx_store): Likewise.
3898         * config/rs6000/vsx.md (VSX_TI): New iterator.
3899         (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
3900         (*vsx_le_undo_permute_<mode>): Likewise.
3901         (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
3902         emit the split sequence.
3903         (*vsx_le_perm_store_<mode>): Likewise.
3905 2017-07-27  Jakub Jelinek  <jakub@redhat.com>
3907         PR tree-optimization/81555
3908         PR tree-optimization/81556
3909         * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
3910         if true, force CHANGED for the recursive invocation.
3911         (reassociate_bb): Remember original length of ops array, pass
3912         len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
3914         * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
3915         attributes for noipa attribute.  For naked attribute use
3916         lookup_attribute first before lookup_attribute_spec.
3917         * final.c (rest_of_handle_final): Disable IPA RA for functions with
3918         noipa attribute.
3919         * ipa-visibility.c (non_local_p): Fix comment typos.  Return true
3920         for functions with noipa attribute.
3921         (cgraph_externally_visible_p): Return true for functions with noipa
3922         attribute.
3923         * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
3924         for functions with noipa attribute.
3925         * doc/extend.texi: Document noipa function attribute.
3926         * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
3927         also for functions with noipa attribute.
3928         (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
3930 2017-07-26  Andrew Pinski  <apinski@cavium.com>
3932         * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
3933         vec_unalign_load_cost and vec_unalign_store_cost.
3935 2017-07-26  Michael Meissner  <meissner@linux.vnet.ibm.com>
3937         * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
3938         -mvsx-small-integer option.
3939         (ISA_3_0_MASKS_IEEE): Likewise.
3940         (OTHER_VSX_VECTOR_MASKS): Likewise.
3941         (POWERPC_MASKS): Likewise.
3942         * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
3943         * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
3944         code, only testing for DImode being allowed in non-VSX floating
3945         point registers.
3946         (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
3947         to TARGET_P8_VECTOR test.  Remove redundant VSX test inside of
3948         another VSX test.
3949         (rs6000_option_override_internal): Delete -mvsx-small-integer.
3950         (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
3951         TARGET_P8_VECTOR test.
3952         (rs6000_secondary_reload_simple_move): Likewise.
3953         (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
3954         since TARGET_P9_VECTOR was already tested.
3955         (rs6000_opt_masks): Remove -mvsx-small-integer.
3956         * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
3957         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
3958         used.
3959         (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
3960         test for TARGET_VEXTRACTUB was used, and that uses
3961         TARGET_P9_VECTOR.
3962         (p9 extract splitter): Likewise.
3963         (vsx_extract_<mode>_di_p9): Likewise.
3964         (vsx_extract_<mode>_store_p9): Likewise.
3965         (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
3966         for TARGET_P9_VECTOR was used.  Delete code that is now dead with
3967         the elimination of TARGET_VSX_SMALL_INTEGER.
3968         (vsx_extract_<mode>_p8): Likewise.
3969         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
3970         (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
3971         (vsx_set_<mode>_p9): Likewise.
3972         (vsx_set_v4sf_p9): Likewise.
3973         (vsx_set_v4sf_p9_zero): Likewise.
3974         (vsx_insert_extract_v4sf_p9): Likewise.
3975         (vsx_insert_extract_v4sf_p9_2): Likewise.
3976         * config/rs6000/rs6000.md (sign extend splitter): Change
3977         TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
3978         (floatsi<mode>2_lfiwax_mem): Likewise.
3979         (floatunssi<mode>2_lfiwzx_mem): Likewise.
3980         (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
3981         since a test for TARGET_P9_VECTOR was used.
3982         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
3983         (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
3984         (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
3985         (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
3986         TARGET_P8_VECTOR test.
3987         (fix_trunc<mode>si2_stfiwx): Likewise.
3988         (fix_trunc<mode>si2_internal): Likewise.
3989         (fix_trunc<SFDF:mode><QHI:mode>2): Delete
3990         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
3991         used.
3992         (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
3993         (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
3994         TARGET_P8_VECTOR test.
3995         (fixuns_trunc<mode>si2_stfiwx): Likewise.
3996         (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
3997         TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
3998         used.
3999         (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4000         (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
4001         since a test for TARGET_P9_VECTOR was used.
4002         (splitter for loading small constants): Likewise.
4004 2017-07-26  Andrew Pinski  <apinski@cavium.com>
4006         * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
4007         vec_fp_stmt_cost.
4009 2017-07-26  H.J. Lu  <hongjiu.lu@intel.com>
4011         PR target/81563
4012         * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
4013         (fp_valid_at): Likewise.
4015 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4017         * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
4018         (qdf24xx_addrcost_table): Likewise.
4019         (cortexa57_tunings): Update to use generic_branch_cost.
4020         (cortexa72_tunings): Likewise.
4021         (cortexa73_tunings): Likewise.
4022         (qdf24xx_tunings): Likewise.
4024 2017-07-26  James Greenhalgh  <james.greenhalgh@arm.com>
4026         * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
4027         (thunderx2t99_branch_cost): Likewise.
4028         (cortexa35_tunings): Update to use generic_branch_cost.
4029         (cortexa53_tunings): Likewise.
4030         (cortexa57_tunings): Likewise.
4031         (cortexa72_tunings): Likewise.
4032         (cortexa73_tunings): Likewise.
4033         (thunderx2t99_tunings): Likewise.
4035 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4037         * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
4038         (sparc_option_override): Honour MASK_FSMULD.
4039         * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
4040         * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
4041         * config/sparc/sparc.opt (mfsmuld): New option.
4042         * doc/invoke.texi (mfsmuld): Document option.
4044 2017-07-26  Marek Polacek  <polacek@redhat.com>
4046         PR middle-end/70992
4047         * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
4049 2017-07-26  Richard Biener  <rguenther@suse.de>
4051         * gimple-match-head.c (do_valueize): Return OP if valueize
4052         returns NULL_TREE.
4053         (get_def): New helper to get at the def stmt of a SSA name
4054         if valueize allows.
4055         * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
4056         do_valueize to get at the def stmt.
4057         (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
4059 2017-07-26  Wilco Dijkstra  <wdijkstr@arm.com>
4061         PR middle-end/46932
4062         * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
4064 2017-07-26  Martin Liska  <mliska@suse.cz>
4066         PR sanitize/81186
4067         * function.c (expand_function_start): Make expansion of
4068         nonlocal_goto_save_area after parm_birth_insn.
4070 2017-07-26  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4072         * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
4073         from all CPU target flags enable members.
4075 2017-07-26  Richard Biener  <rguenther@suse.de>
4077         * genmatch.c (dt_simplify::gen): Make iterator vars const.
4078         (decision_tree::gen): Make 'type' const.
4079         (write_predicate): Likewise.
4081 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4083         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
4084         Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
4085         (rs6000_option_override_internal): Likewise.
4086         (rs6000_expand_vector_set): Likewise.
4087         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
4088         (TARGET_UPPER_REGS_SF): Likewise.
4089         (TARGET_UPPER_REGS_DI): Likewise.
4090         (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
4091         (TARGET_DIRECT_MOVE_64BIT): Likewise.
4092         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
4093         (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4094         (Splitters for DI constants in Altivec registers): Likewise.
4095         * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
4096         (vsx_set_v4sf_p9): Likewise.
4097         (vsx_set_v4sf_p9_zero): Likewise.
4098         (vsx_insert_extract_v4sf_p9): Likewise.
4099         (vsx_insert_extract_v4sf_p9_2): Likewise.
4101 2017-07-25  Carl Love  <cel@us.ibm.com>
4103         * doc/extend.texi: Update the built-in documentation file for the
4104         existing built-in functions
4105         vector signed char vec_cnttz (vector signed char);
4106         vector unsigned char vec_cnttz (vector unsigned char);
4107         vector signed short vec_cnttz (vector signed short);
4108         vector unsigned short vec_cnttz (vector unsigned short);
4109         vector signed int vec_cnttz (vector signed int);
4110         vector unsigned int vec_cnttz (vector unsigned int);
4111         vector signed long long vec_cnttz (vector signed long long);
4112         vector unsigned long long vec_cnttz (vector unsigned long long);
4114 2017-07-25  Andrew Pinski  <apinski@cavium.com>
4116         * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
4117         accesses where the use is for the first operand of a BIT_INSERT.
4119 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4121         PR bootstrap/81521
4122         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4123         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4125 2017-07-25  Jim Wilson  <jim.wilson@linaro.org>
4127         * config/i386/gstabs.h: Delete.
4128         * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
4130 2017-07-25  Uros Bizjak  <ubizjak@gmail.com>
4132         * config/i386/i386.c (ix86_decompose_address): Do not check for
4133         register RTX when looking at index_reg or base_reg.
4134         * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
4136 2017-07-25  Eric Botcazou  <ebotcazou@adacore.com>
4138         * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
4139         to update EH info here.
4141 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4143         * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
4145 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4147         * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
4149 2017-07-25  Torsten Duwe  <duwe@suse.de>
4151         * common.opt: Introduce -fpatchable-function-entry
4152         command line option, and its variables function_entry_patch_area_size
4153         and function_entry_patch_area_start.
4154         * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
4155         including a two-value parser.
4156         * target.def (print_patchable_function_entry): New target hook.
4157         * targhooks.h (default_print_patchable_function_entry): New function.
4158         * targhooks.c (default_print_patchable_function_entry): Likewise.
4159         * toplev.c (process_options): Switch off IPA-RA if
4160         patchable function entries are being generated.
4161         * varasm.c (assemble_start_function): Look at the
4162         patchable-function-entry command line switch and current
4163         function attributes and maybe generate NOP instructions by
4164         calling the print_patchable_function_entry hook.
4165         * doc/extend.texi: Document patchable_function_entry attribute.
4166         * doc/invoke.texi: Document -fpatchable_function_entry
4167         command line option.
4168         * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
4169         New target hook.
4170         * doc/tm.texi: Re-generate.
4172 2017-07-25  Jakub Jelinek  <jakub@redhat.com>
4174         PR target/81532
4175         * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
4176         TARGET_AVX512DQ rather than TARGET_AVX512BW.
4178 2017-07-25  Tamar Christina  <tamar.christina@arm.com>
4180         * config/arm/parsecpu.awk (all_cores): Remove duplicates.
4182 2017-07-25  Richard Biener  <rguenther@suse.de>
4184         PR tree-optimization/81455
4185         * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
4186         not walk in cycles when looking for guards.
4188 2017-07-25  Richard Biener  <rguenther@suse.de>
4190         PR tree-optimization/81529
4191         * tree-vect-stmts.c (process_use): Disregard live induction PHIs
4192         when optimizing backedge uses.
4194 2017-07-25  David Edelsohn  <dje.gcc@gmail.com>
4196         * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
4197         character for AIX.
4198         * dwarf2out.c (output_macinfo): Copy debug_line_section_label
4199         to dl_section_ref.  On AIX, append an expression to subtract
4200         the size of the section length to dl_section_ref.
4202 2017-07-25  Segher Boessenkool  <segher@kernel.crashing.org>
4204         * configure.ac: If any of the config.* scripts fail, exit 1.
4205         * configure: Regenerate.
4207 2017-07-25  Richard Biener  <rguenther@suse.de>
4209         PR middle-end/81546
4210         * tree-ssa-operands.c (verify_imm_links): Remove cap on number
4211         of immediate uses, be more verbose on errors.
4213 2017-07-25  Richard Biener  <rguenther@suse.de>
4215         PR tree-optimization/81510
4216         * tree-vect-loop.c (vect_is_simple_reduction): When the
4217         reduction stmt is not inside the loop bail out.
4219 2017-07-25  Richard Biener  <rguenther@suse.de>
4221         PR tree-optimization/81303
4222         * tree-vect-loop-manip.c (vect_loop_versioning): Build
4223         profitability check against LOOP_VINFO_NITERSM1.
4225 2017-07-25  Alexander Monakov  <amonakov@ispras.ru>
4227         * domwalk.c (cmp_bb_postorder): Simplify.
4228         (sort_bbs_postorder): New function.  Use it...
4229         (dom_walker::walk): ...here to optimize common cases.
4231 2017-07-25  Martin Liska  <mliska@suse.cz>
4233         PR ipa/81520
4234         * ipa-visibility.c (function_and_variable_visibility): Make the
4235         redirection just on target that supports aliasing.
4236         Fix GNU coding style.
4238 2017-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4240         PR libgcc/61152
4241         * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
4242         Format changes.
4243         * config/arm/rtems.h: Likewise.
4244         * config/bfin/rtems.h: Likewise.
4245         * config/i386/rtemself.h: Likewise.
4246         * config/lm32/rtems.h: Likewise.
4247         * config/m32c/rtems.h: Likewise.
4248         * config/m68k/rtemself.h: Likewise.
4249         * config/microblaze/rtems.h: Likewise.
4250         * config/mips/rtems.h: Likewise.
4251         * config/moxie/rtems.h: Likewise.
4252         * config/nios2/rtems.h: Likewise.
4253         * config/powerpcspe/rtems.h: Likewise.
4254         * config/rs6000/rtems.h: Likewise.
4255         * config/rtems.h: Likewise.
4256         * config/sh/rtems.h: Likewise.
4257         * config/sh/rtemself.h: Likewise.
4258         * config/sparc/rtemself.h: Likewise.
4260 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4262         PR 81487
4263         * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
4264         * gimple-pretty-print.c (dump_profile, dump_probability): Same.
4265         * tree-ssa-structalias.c (alias_get_name): Same.
4267 2017-07-25  Bin Cheng  <bin.cheng@arm.com>
4269         PR target/81414
4270         * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
4271         instructions if no du chain is found.
4273 2017-07-25  Georg-Johann Lay  <avr@gjlay.de>
4275         * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
4277 2017-07-25  Richard Biener  <rguenther@suse.de>
4279         PR middle-end/81505
4280         * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
4281         sticky.
4283 2017-07-24  Michael Meissner  <meissner@linux.vnet.ibm.com>
4285         * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
4286         upper-regs options.
4287         (ISA_2_7_MASKS_SERVER): Likewise.
4288         (ISA_3_0_MASKS_IEEE): Likewise.
4289         (OTHER_P8_VECTOR_MASKS): Likewise.
4290         (OTHER_VSX_VECTOR_MASKS): Likewise.
4291         (POWERPC_MASKS): Likewise.
4292         (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
4293         duplicate list of options.
4294         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
4295         explicit -mupper-regs options.
4296         * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
4297         -mupper-regs* options.  Delete -mvsx-scalar-memory, which was an
4298         alias for -mupper-regs-df.
4299         * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
4300         (rs6000_init_hard_regno_mode_ok): Likewise.
4301         (rs6000_option_override_internal): Likewise.
4302         (rs6000_opt_masks): Likewise.
4303         * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
4304         options in terms of whether -mvsx or -mpower8-vector was used.
4305         (TARGET_UPPER_REGS_DI): Likewise.
4306         (TARGET_UPPER_REGS_SF): Likewise.
4307         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
4308         -mupper-regs-* options.
4310 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4312         * passes.c (emergency_dump_function): Print some empty lines and a
4313         header before the RTL dump.
4315 2017-07-24  Segher Boessenkool  <segher@kernel.crashing.org>
4317         * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
4319 2017-07-24  Wilco Dijkstra  <wdijkstr@arm.com>
4321         PR target/79041
4322         * config/aarch64/aarch64.c (aarch64_classify_symbol):
4323         Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
4325 2017-07-24  Carl Love  <cel@us.ibm.com>
4327         * config/rs6000/rs6000-c.c: Add support for built-in functions
4328         vector float vec_extract_fp32_from_shorth (vector unsigned short);
4329         vector float vec_extract_fp32_from_shortl (vector unsigned short);
4330         * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
4331         vec_extract_fp_from_shortl): Add defines for the two builtins.
4332         * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
4333         VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
4334         new builtins.
4335         * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
4336         (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
4337         * doc/extend.texi: Update the built-in documentation file for the
4338         new built-in function.
4340 2017-07-24  Jakub Jelinek  <jakub@redhat.com>
4342         PR bootstrap/81521
4343         * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
4344         documentation.
4345         * doc/generic.texi: Likewise.
4346         * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4347         for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4349 2017-07-24  Jackson Woodruff  <jackson.woodruff@arm.com>
4351         * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
4352         (aarch64_mls_elt_merge<mode>): Likewise.
4354 2017-07-23  Krister Walfridsson  <krister.walfridsson@gmail.com>
4356         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
4357         having __cxa_atexit.
4359 2017-07-23  Michael Collison  <michael.collison@arm.com>
4361         * config/arm/arm.c (arm_option_override): Deprecate
4362         use of -mstructure-size-boundary.
4363         * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
4364         * doc/invoke.texi: Deprecate -mstructure-size-boundary.
4366 2017-07-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
4368         PR target/80695
4369         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
4370         Reduce cost estimate for direct moves.
4372 2017-07-23  Uros Bizjak  <ubizjak@gmail.com>
4374         PR target/80569
4375         * config/i386/i386.c (ix86_option_override_internal): Disable
4376         BMI, BMI2 and TBM instructions for -m16.
4378 2017-07-21  Carl Love  <cel@us.ibm.com>
4380         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4381         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4382         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4383         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4384         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4385         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4386         VMULOSW): New enum "unspec" values.
4387         (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4388         altivec_vmulosw): New patterns.
4389         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4390         VMULOSW): Add definitions.
4392 2017-07-21  Jim Wilson  <jim.wilson@linaro.org>
4394         * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
4395         (qdf24xx): Likewise.
4396         * config/aarch64/aarch64-options-extensions.def (rdma); New.
4397         * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
4398         (AARCH64_FL_V8_1): Renumber.
4399         (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
4400         (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
4401         * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
4402         * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs.  Add
4403         rdma to feature modifiers list.
4405 2017-07-21  Yury Gribov  <tetra2005@gmail.com>
4407         PR middle-end/56727
4408         * ipa-visibility (function_and_variable_visibility): Convert
4409         recursive PLT call to direct call if appropriate.
4411 2017-07-21  Andrew Pinski  <apinski@cavium.com>
4413         * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
4414         operand 1 to see if the types precision matches.
4415         * fold-const.c (operand_equal_p): Likewise.
4417 2017-07-21  Richard Biener  <rguenther@suse.de>
4419         PR tree-optimization/81303
4420         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
4421         in datarefs vector.  Allow NULL dr0 for no peeling cost estimate.
4422         (vect_peeling_hash_get_lowest_cost): Adjust.
4423         (vect_enhance_data_refs_alignment): Likewise.  Use
4424         vect_get_peeling_costs_all_drs to compute the penalty for no
4425         peeling to match up costs.
4427 2017-07-21  Richard Biener  <rguenther@suse.de>
4429         PR tree-optimization/81500
4430         * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
4431         we didn't identify a reduction path.
4433 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4434             Cesar Philippidis  <cesar@codesourcery.com>
4436         PR gcov-profile/81442
4437         * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
4438         probabilities.
4440 2017-07-21  Tom de Vries  <tom@codesourcery.com>
4442         PR lto/81430
4443         * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
4444         function.
4445         (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
4446         nvptx_override_options_after_change.
4448 2017-07-21  Ulrich Drepper  <drepper@redhat.com>
4450         * dwarf2out.c (output_file_names): Avoid double testing for
4451         dwarf_version >= 5.
4453 2017-07-21  Georg-Johann Lay  <avr@gjlay.de>
4455         * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
4457 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4459         * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
4460         hot/cold regions.
4461         (try_crossjump_to_edge): Do not punt on partitioned functions.
4463 2016-07-21  Jan Hubicka  <hubicka@ucw.cz>
4465         * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
4466         Put all BBs reachable only via paths crossing cold region to cold
4467         region.
4468         * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
4470 2016-07-21  Richard Biener  <rguenther@suse.de>
4472         PR tree-optimization/81303
4473         * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
4474         into account prologue and epilogue iterations when raising
4475         min_profitable_iters to sth at least covering one vector iteration.
4477 2017-07-21  Tamar Christina  <tamar.christina@arm.com>
4479         * config/arm/arm.c (arm_test_cpu_arch_dat):
4480         Check for overlap.
4482 2017-07-20  Nathan Sidwell  <nathan@acm.org>
4484         Remove TYPE_METHODS.
4485         * tree.h (TYPE_METHODS): Delete.
4486         * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
4487         * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
4488         (dbxout_type_methods): Scan TYPE_FIELDS.
4489         (dbxout_type): Don't check TYPE_METHODS here.
4490         * function.c (use_register_for_decl): Always ignore register for
4491         class types when not optimizing.
4492         * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
4493         * tree.c (free_lang_data_in_type): Stitch out member functions and
4494         templates from TYPE_FIELDS.
4495         (build_distinct_type_copy, verify_type_variant,
4496         verify_type): Member fns are on TYPE_FIELDS.
4497         * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
4498         * tree-pretty-print.c (dump_generic_node): Likewise.
4500 2017-07-20  Jakub Jelinek  <jakub@redhat.com>
4502         PR target/80846
4503         * config/i386/i386.c (ix86_expand_vector_init_general): Handle
4504         V2TImode and V4TImode.
4505         (ix86_expand_vector_extract): Likewise.
4506         * config/i386/sse.md (VMOVE): Enable V4TImode even for just
4507         TARGET_AVX512F, instead of only for TARGET_AVX512BW.
4508         (ssescalarmode): Handle V4TImode and V2TImode.
4509         (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
4510         (*vec_extractv2ti, *vec_extractv4ti): New insns.
4511         (VEXTRACTI128_MODE): New mode iterator.
4512         (splitter for *vec_extractv?ti first element): New.
4513         (VEC_INIT_MODE): New mode iterator.
4514         (vec_init<mode>): Consolidate 3 expanders into one using
4515         VEC_INIT_MODE mode iterator.
4517 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4519         * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
4520         non_spilled_static_chain_regno_p.
4522 2017-07-20  Alexander Monakov  <amonakov@ispras.ru>
4524         * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
4526 2017-07-20  Jan Hubicka  <hubicka@ucw.cz>
4528         * bb-reorder.c (connect_traces): Allow copying of blocks within
4529         single partition.
4531 2017-07-20  Richard Biener  <rguenther@suse.de>
4533         * gimple.h (gimple_phi_result): Add gphi * overload.
4534         (gimple_phi_result_ptr): Likewise.
4535         (gimple_phi_arg): Likewise.  Adjust index assert to only
4536         allow actual argument accesses rather than all slots available
4537         by capacity.
4538         (gimple_phi_arg_def): Add gphi * overload.
4539         * tree-phinodes.c (make_phi_node): Initialize only actual
4540         arguments.
4541         (resize_phi_node): Clear memory not covered by old node,
4542         do not initialize excess argument slots.
4543         (reserve_phi_args_for_new_edge): Initialize new argument slot
4544         completely.
4546 2017-07-20  Bin Cheng  <bin.cheng@arm.com>
4548         PR tree-optimization/81388
4549         Revert r238585:
4550         2016-07-21  Bin Cheng  <bin.cheng@arm.com>
4552         * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
4553         by removing computation of may_be_zero.
4555 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4556             Tom de Vries  <tom@codesourcery.com>
4558         PR middle-end/81030
4559         * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
4560         when gimple level profile disagrees with what RTL expander did.
4562 2017-07-20  Richard Biener  <rguenther@suse.de>
4564         PR tree-optimization/61171
4565         * tree-vectorizer.h (slp_instance): Add reduc_phis member.
4566         (vect_analyze_stmt): Add slp instance parameter.
4567         (vectorizable_reduction): Likewise.
4568         * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
4569         (vect_is_simple_reduction): Deal with chains not detected
4570         as SLP reduction chain, specifically not properly associated
4571         chains containing a mix of plus/minus.
4572         (get_reduction_op): Remove.
4573         (get_initial_defs_for_reduction): Simplify, pass in whether
4574         this is a reduction chain, pass in the SLP node for the PHIs.
4575         (vect_create_epilog_for_reduction): Get the SLP instance as
4576         arg and adjust.
4577         (vectorizable_reduction): Get the SLP instance as arg.
4578         During analysis remember the SLP node with the PHIs in the
4579         instance.  Simplify getting at the vectorized reduction PHIs.
4580         * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
4581         through SLP instance.
4582         (vect_slp_analyze_operations): Likewise.
4583         * tree-vect-stms.c (vect_analyze_stmt): Likewise.
4584         (vect_transform_stmt): Likewise.
4586 2017-07-20  Tom de Vries  <tom@codesourcery.com>
4588         PR tree-optimization/81489
4589         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
4590         read of phi arg location to before loop that modifies phi.
4592 2017-07-20  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
4594         * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
4595         New pattern.
4597 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4599         PR middle-end/81331
4600         * except.c (execute): Fix ordering issue.
4602 2018-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4604         PR rtl-optimization/81423
4605         * combine.c (make_compound_operation_int): Don't try to optimize
4606         the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
4608 2017-07-19  Segher Boessenkool  <segher@kernel.crashing.org>
4610         PR rtl-optimization/81423
4611         * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
4612         with a constant that is -1 in the truncated to mode.
4614 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4616         * predict.c (propagate_unlikely_bbs_forward): Break out from ...
4617         (determine_unlikely_bbs): ... here.
4618         * predict.h (propagate_unlikely_bbs_forward): Declare.
4619         * cfgexpand.c (pass_expand::execute): Use it.
4620         * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
4621         unlikely edges.
4622         (find_rarely_executed_basic_blocks_and_crossing_edges): Use
4623         propagate_unlikely_bbs_forward.
4625 2017-07-19  Jan Hubicka  <hubicka@ucw.cz>
4627         PR middle-end/81331
4628         * except.c (maybe_add_nop_after_section_switch): New function.
4629         (execute): Use it.
4631 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4633         * gimple.h (gimple_phi_set_arg): Make assert more strict.
4635 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4637         * gimple.h (gimple_phi_arg): Make assert more strict.
4639 2017-07-19  Steven Munroe  <munroesj@gcc.gnu.org>
4641         * config.gcc (powerpc*-*-*): Add mmintrin.h.
4642         * config/rs6000/mmintrin.h: New file.
4643         * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
4645 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4647         PR tree-optimization/81346
4648         * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
4650 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4652         * config/nvptx/nvptx.md (VECIM): Add V2DI.
4654 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4656         * config/nvptx/nvptx-modes.def: Add V2DImode.
4657         * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
4658         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
4659         (nvptx_output_mov_insn): Handle lack of mov.b128.
4660         (nvptx_print_operand): Handle 'H' and 'L' codes.
4661         (nvptx_vector_mode_supported): Allow V2DImode.
4662         (nvptx_preferred_simd_mode): New function.
4663         (nvptx_data_alignment): New function.
4664         (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
4665         nvptx_preferred_simd_mode.
4666         * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
4667         64 to 128 bits.
4668         (DATA_ALIGNMENT): Define.  Set to nvptx_data_alignment.
4670 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4672         * config/nvptx/nvptx-modes.def: New file.  Add V2SImode.
4673         * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
4674         (nvptx_vector_mode_supported): New function.  Allow V2SImode.
4675         (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
4676         * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
4677         (mov<VECIM>_insn): New define_insn.
4678         (define_expand "mov<VECIM>): New define_expand.
4680 2017-07-19  Tom de Vries  <tom@codesourcery.com>
4682         * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
4684 2017-07-19  Jakub Jelinek  <jakub@redhat.com>
4686         PR tree-optimization/81346
4687         * fold-const.h (fold_div_compare, range_check_type): Declare.
4688         * fold-const.c (range_check_type): New function.
4689         (build_range_check): Use range_check_type.
4690         (fold_div_compare): No longer static, rewritten into
4691         a match.pd helper function.
4692         (fold_comparison): Don't call fold_div_compare here.
4693         * match.pd (X / C1 op C2): New optimization using fold_div_compare
4694         as helper function.
4696 2017-07-19  Nathan Sidwell  <nathan@acm.org>
4698         * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
4699         (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
4700         * tree.c (find_decls_types_r, verify_type): Use
4701         TYPE_{MIN,MAX}_VALUE_RAW.
4702         * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
4703         (hash_tree): Likewise.
4704         * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
4705         Likewise.
4706         * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
4707         Likewise.
4709 2017-07-18  Tom de Vries  <tom@codesourcery.com>
4711         PR middle-end/81464
4712         * omp-expand.c (expand_omp_for_static_chunk): Handle
4713         equal-argument loop exit phi.
4715 2017-07-18  Uros Bizjak  <ubizjak@gmail.com>
4717         PR target/81471
4718         * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
4719         (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
4720         operand 2 predicate.
4721         (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
4722         operand 2 predicate.
4723         (ror,rol -> rorx splitters): Use const_int_operand as
4724         operand 2 predicate.
4726 2017-06-18  Richard Biener  <rguenther@suse.de>
4728         PR tree-optimization/81410
4729         * tree-vect-stmts.c (vectorizable_load): Properly adjust for
4730         the gap in the ! slp_perm SLP case after each group.
4732 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4734         PR middle-end/81463
4735         * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
4736         again.
4738 2017-07-18  Jan Hubicka  <hubicka@ucw.cz>
4740         PR middle-end/81462
4741         * predict.c (set_even_probabilities): Cleanup; do not affect
4742         probabilities that are already known.
4743         (combine_predictions_for_bb): Call even when count is set.
4745 2017-07-18  Nathan Sidwell  <nathan@acm.org>
4747         * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4748         TYPE_MAX_VALUE.
4750 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4752         PR target/81408
4753         * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
4754         optimization for loop niter analysis.
4756 2017-07-18  Georg-Johann Lay  <avr@gjlay.de>
4758         PR target/81473
4759         * config/avr/avr.c (avr_optimize_casesi): Don't use
4760         INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
4762 2017-07-18  Robin Dapp  <rdapp@linux.vnet.ibm.com>
4764         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
4765         body_cost_vec from _vect_peel_extended_info.
4766         (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
4767         (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
4768         npeel.
4770 2017-07-18  Bin Cheng  <bin.cheng@arm.com>
4772         * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
4774 2017-07-18  Richard Biener  <rguenther@suse.de>
4776         PR tree-optimization/80620
4777         PR tree-optimization/81403
4778         * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
4779         info when re-using a VN table entry.
4781 2017-07-18  Richard Biener  <rguenther@suse.de>
4783         PR tree-optimization/81418
4784         * tree-vect-loop.c (vectorizable_reduction): Properly compute
4785         vectype_in.  Verify that with lane-reducing reduction operations
4786         we have a single def-use cycle.
4788 2017-07-17  Carl Love  <cel@us.ibm.com>
4790         Revert commit r249424   2017-06-20  Carl Love  <cel@us.ibm.com>
4792         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4793         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4794         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4795         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4796         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4797         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4798         VMULOSW): New enum "unspec" values.
4799         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
4800         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
4801         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4802         altivec_vmulosw): New patterns.
4803         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4804         VMULOSW): Add definitions.
4805 2017-07-17  Uros Bizjak  <ubizjak@gmail.com>
4807         * config/alpha/alpha.c: Include predict.h.
4809 2017-07-17  Yury Gribov  <tetra2005@gmail.com>
4811         * tree-vrp.c (compare_assert_loc): Fix comparison function
4812         to return predictable results.
4814 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4816         * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
4817         option.
4818         (subdi3): Likewise.
4819         * config/arc/arc.opt (mexpand-adddi): Deprecate it.
4820         * doc/invoke.texi (mexpand-adddi): Update text.
4822 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4824         * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
4825         that also clobbers the CC register. The old expand code is moved
4826         to ...
4827         (*arc_clzsi2): ... here.
4828         (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
4829         the CC register. The old expand code is moved to ...
4830         (arc_ctzsi2): ... here.
4832 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4834         * config/arc/arc.opt (mindexed-loads): Use initial value
4835         TARGET_INDEXED_LOADS_DEFAULT.
4836         (mauto-modify-reg): Use initial value
4837         TARGET_AUTO_MODIFY_REG_DEFAULT.
4838         * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4839         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4840         * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4841         (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
4843 2017-07-17  Martin Liska  <mliska@suse.cz>
4845         PR sanitizer/81302
4846         * opts.c (finish_options): Do not allow -fgnu-tm
4847         w/ -fsanitize={kernel-,}address.  Say sorry.
4849 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4851         PR target/81369
4852         * tree-loop-distribution.c (classify_partition): Only assert on
4853         numer of iterations.
4854         (merge_dep_scc_partitions): Delete prameter.  Update function call.
4855         (distribute_loop): Remove code handling loop with unknown niters.
4856         (pass_loop_distribution::execute): Skip loop with unknown niters.
4858 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4860         PR target/81369
4861         * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
4862         function sort_partitions_by_post_order.
4864 2017-07-17  Bin Cheng  <bin.cheng@arm.com>
4866         PR tree-optimization/81374
4867         * tree-loop-distribution.c (pass_loop_distribution::execute): Record
4868         the max index of basic blocks, rather than number of basic blocks.
4870 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4872         * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
4873         proto.
4874         (arc_legitimate_pic_operand_p): Likewise.
4875         * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
4876         function.
4877         (arc_needs_pcl_p): Likewise.
4878         (arc_legitimate_pc_offset_p): Likewise.
4879         (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
4880         function is also used in constrains.md.
4881         (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
4882         validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
4883         PLUS.  Only return true/false in known cases, otherwise assert.
4884         (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
4885         is already called in arc_legitimate_constant_p.
4886         * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
4887         pic addresses.
4888         (LEGITIMATE_PIC_OPERAND_P): Use
4889         arc_raw_symbolic_reference_mentioned_p function.
4890         * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
4891         function.
4892         (Cal): Likewise.
4893         (C32): Likewise.
4895 2017-07-17  Claudiu Zissulescu  <claziss@synopsys.com>
4896         Andrew Burgess  <andrew.burgess@embecosm.com>
4898         * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
4899         (arc_return_address_register): New function.
4900         * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
4901         (arc_handle_fndecl_attribute): Add naked attribute.
4902         (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
4903         (TARGET_WARN_FUNC_RETURN): Likewise.
4904         (arc_allocate_stack_slots_for_args): New function.
4905         (arc_warn_func_return): Likewise.
4906         (machine_function): Change type fn_type.
4907         (arc_compute_function_type): Consider new naked function type,
4908         change function return type.
4909         (arc_must_save_register): Adapt to handle new
4910         arc_compute_function_type's return type.
4911         (arc_expand_prologue): Likewise.
4912         (arc_expand_epilogue): Likewise.
4913         (arc_return_address_regs): Delete.
4914         (arc_return_address_register): New function.
4915         (arc_epilogue_uses): Use above function.
4916         * config/arc/arc.h (arc_return_address_regs): Delete prototype.
4917         (arc_function_type): Change encoding, add naked type.
4918         (ARC_INTERRUPT_P): Change to handle the new encoding.
4919         (ARC_FAST_INTERRUPT_P): Likewise.
4920         (ARC_NORMAL_P): Define.
4921         (ARC_NAKED_P): Likewise.
4922         (arc_compute_function_type): Delete prototype.
4923         * config/arc/arc.md (in_ret_delay_slot): Use
4924         arc_return_address_register function.
4925         (simple_return): Likewise.
4926         (p_return_i): Likewise.
4928 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
4930         PR tree-optimization/81428
4931         * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
4932         can't be built for those types.
4934 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
4936         Remove stuff dead since r239246.
4938         * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
4939         * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
4940         (avr_inform_devices): Remove dead stuff.
4942 2017-07-17  Tamar Christina  <tamar.christina@arm.com>
4944         * config/arm/arm_neon.h: Fix softp typo.
4946 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
4948         PR tree-optimization/81365
4949         * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
4950         aggregate moves onto bb predecessor edges, make sure there are no
4951         loads that could alias the lhs in between the start of bb and the
4952         loads from *phi.
4954 2017-07-17  Georg-Johann Lay  <avr@gjlay.de>
4956         PR 80929
4957         * config/avr/avr.c (avr_mul_highpart_cost): New static function.
4958         (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
4959         [LSHIFTRT, outer_code = TRUNCATE]: Same.
4961 2017-07-17  Jakub Jelinek  <jakub@redhat.com>
4963         PR tree-optimization/81396
4964         * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
4965         (init_symbolic_number): Initialize it to 1.
4966         (perform_symbolic_merge): Add n_ops from both operands into the new
4967         n_ops.
4968         (find_bswap_or_nop): Don't consider n->n == cmpnop computations
4969         without base_addr as useless if they need more than one operation.
4970         (bswap_replace): Handle !bswap case for NULL base_addr.
4972 2017-07-17  Tom de Vries  <tom@codesourcery.com>
4974         PR target/81069
4975         * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
4976         as possible.
4978 2017-07-17  Sebastian Huber  <sebastian.huber@embedded-brains.de>
4980         * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
4981         conditional builtin define __FIX_LEON3FT_B2BST.
4983 2017-07-17  Daniel Cederman  <cederman@gaisler.com>
4985         * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
4986         MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
4987         with -mfix-ut700.
4989 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
4991         PR rtl-optimization/81424
4992         * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
4993         to remove potential trapping from operands if -fnon-call-exceptions.
4995 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
4997         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
4998         profile_proability for scalling.
4999         * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
5001 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5003         * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
5005 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5007         * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
5008         fixpoint arithmetics.
5010 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5012         * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
5013         fixpoint arithmetics.
5015 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5017         * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
5018         fixpoint arithmetics.
5020 2017-07-16  Jan Hubicka  <hubicka@ucw.cz>
5022         * profile-count.h (profile_probability::from_reg_br_prob_note,
5023         profile_probability::to_reg_br_prob_note): New functions.
5024         * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
5025         * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
5026         * predict.c (probability_reliable_p): Update.
5027         (edge_probability_reliable_p): Update.
5028         (br_prob_note_reliable_p): Update.
5029         (invert_br_probabilities): Update.
5030         (add_reg_br_prob_note): New function.
5031         (combine_predictions_for_insn): Update.
5032         * asan.c (asan_clear_shadow): Update.
5033         * cfgbuild.c (compute_outgoing_frequencies): Update.
5034         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
5035         (update_br_prob_note): Update.
5036         (rtl_verify_edges): Update.
5037         (purge_dead_edges): Update.
5038         (fixup_reorder_chain): Update.
5039         * emit-rtl.c (try_split): Update.
5040         * ifcvt.c (cond_exec_process_insns): Update.
5041         (cond_exec_process_if_block): Update.
5042         (dead_or_predicable): Update.
5043         * internal-fn.c (expand_addsub_overflow): Update.
5044         (expand_neg_overflow): Update.
5045         (expand_mul_overflow): Update.
5046         * loop-doloop.c (doloop_modify): Update.
5047         * loop-unroll.c (compare_and_jump_seq): Update.
5048         * optabs.c (emit_cmp_and_jump_insn_1): Update.
5049         * predict.h: Update.
5050         * reorg.c (mostly_true_jump): Update.
5051         * rtl.h: Update.
5052         * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
5053         * config/alpha/alpha.c (emit_unlikely_jump): Update.
5054         * config/arc/arc.c: (emit_unlikely_jump): Update.
5055         * config/arm/arm.c: (emit_unlikely_jump): Update.
5056         * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
5057         * config/frv/frv.c (frv_print_operand_jump_hint): Update.
5058         * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
5059         (ix86_print_operand): Update.
5060         (ix86_split_fp_branch): Update.
5061         (predict_jump): Update.
5062         * config/ia64/ia64.c (ia64_print_operand): Update.
5063         * config/mmix/mmix.c (mmix_print_operand): Update.
5064         * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
5065         (rs6000_expand_split_stack_prologue): Update.
5066         * config/rs6000/rs6000.c: Update.
5067         * config/s390/s390.c (s390_expand_vec_strlen): Update.
5068         (s390_expand_vec_movstr): Update.
5069         (s390_expand_cs_tdsi): Update.
5070         (s390_expand_split_stack_prologue): Update.
5071         * config/sh/sh.c (sh_print_operand): Update.
5072         (expand_cbranchsi4): Update.
5073         (expand_cbranchdi4): Update.
5074         * config/sparc/sparc.c (output_v9branch): Update.
5075         * config/spu/spu.c (get_branch_target): Update.
5076         (ea_load_store_inline): Update.
5077         * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
5078         * config/tilepro/tilepro.c: Update.
5080 2017-07-16  Eric Botcazou  <ebotcazou@adacore.com>
5082         * gimplify.c (mostly_copy_tree_r): Revert latest change.
5083         (gimplify_save_expr): Likewise.
5085 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5087         * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
5089 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5091         * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
5092         TV_IPA_FNSUMMARY.
5093         * timevar.def (TV_IPA_FNSUMMARY): Define.
5095 2017-07-16  Daniel Cederman  <cederman@gaisler.com>
5097         * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
5098         to back store errata sensitive sequence from being generated.
5099         (sqrtdf2_fix): Likewise.
5101 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5103         * tree-ssa-threadupdate.c (compute_path_counts,
5104         update_joiner_offpath_counts): Use profile_probability.
5106 2017-07-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5108         Revert:
5109         2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5111         * config/arm/arm-c.c (arm_cpu_builtins): Define
5112         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5114 2017-07-14  Kelvin Nilsen  <kelvin@gcc.gnu.org>
5116         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5117         array entries to represent __ieee128 versions of the
5118         scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
5119         scalar_extract_sig, and scalar_insert_exp built-in functions.
5120         (altivec_resolve_overloaded_builtin): Add special case handling
5121         for the __builtin_scalar_insert_exp function, as represented by
5122         the P9V_BUILTIN_VEC_VSIEDP constant.
5123         * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
5124         exponent support for __ieee128 argument.
5125         (VSESQP): Add scalar extract signature support for __ieee128
5126         argument.
5127         (VSTDCNQP): Add scalar test negative support for __ieee128
5128         argument.
5129         (VSIEQP): Add scalar insert exponent support for __int128 argument
5130         with __ieee128 result.
5131         (VSIEQPF): Add scalar insert exponent support for __ieee128
5132         argument with __ieee128 result.
5133         (VSTDCQP): Add scalar test data class support for __ieee128
5134         argument.
5135         (VSTDCNQP): Add overload support for scalar test negative with
5136         __ieee128 argument.
5137         (VSTDCQP): Add overload support for scalar test data class
5138         __ieee128 argument.
5139         * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
5140         UNSPEC_VSX_SXSIGDP.
5141         (UNSPEC_VSX_SIEXPQP): New constant.
5142         (xsxexpqp): New insn for VSX scalar extract exponent quad
5143         precision.
5144         (xsxsigqp): New insn for VSX scalar extract significand quad
5145         precision.
5146         (xsiexpqpf): New insn for VSX scalar insert exponent quad
5147         precision with floating point argument.
5148         (xststdcqp): New expand for VSX scalar test data class quad
5149         precision.
5150         (xststdcnegqp): New expand for VSX scalar test negative quad
5151         precision.
5152         (xststdcqp): New insn to match expansions for VSX scalar test data
5153         class quad precision and VSX scalar test negative quad precision.
5154         * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
5155         special case operand checking to enforce that second operand of
5156         VSX scalar test data class with quad precision argument is a 7-bit
5157         unsigned literal.
5158         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5159         prototypes and descriptions of __ieee128 versions of
5160         scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
5161         scalar_test_data_class, and scalar_test_neg built-in functions.
5163 2016-07-14  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
5165         PR tree-optimization/81162
5166         * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
5167         replace a negate with an add.
5169 2017-07-14  James Greenhalgh  <james.greenhalgh@arm.com>
5171         * doc/invoke.texi (arm/-mcpu): Document +crypto.
5173 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5175         * config/arm/arm-c.c (arm_cpu_builtins): Define
5176         __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5178 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5180         * config/arm/arm-cpus.in (cortex-r52): Add new entry.
5181         (armv8-r): Set ARM Cortex-R52 as default CPU.
5182         * config/arm/arm-tables.opt: Regenerate.
5183         * config/arm/arm-tune.md: Regenerate.
5184         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
5185         Cortex-R52.
5186         * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
5187         extension for -mcpu=cortex-r52.
5189 2017-07-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5191         * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
5192         (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
5193         * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
5194         (fp-armv8): Define it as FP_ARMv8 only.
5195         config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
5196         (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
5197         TARGET_FPU_ARMV8.
5198         config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
5199         TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
5200         * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
5201         first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
5202         than TARGET_FPU_ARMV8.
5203         * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
5204         __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
5205         * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
5206         TARGET_FPU_ARMV8.
5207         * config/arm/neon.md (neon_vrint): Likewise.
5208         (neon_vcvt): Likewise.
5209         (neon_<fmaxmin_op><mode>): Likewise.
5210         (<fmaxmin><mode>3): Likewise.
5211         * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
5212         * config/arm/predicates.md (arm_cond_move_operator): Check against
5213         TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
5215 2017-07-14  Jackson Woodruff  <jackson.woodruff@arm.com>
5217         * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
5218         to top of function.
5220 2017-07-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
5222         * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
5223         loop in comment with memset.
5225 2017-07-14  Martin Liska  <mliska@suse.cz>
5227         * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
5228         * dwarf2out.c (is_java): Remove the function.
5229         (output_pubname): Remove usage of the function.
5230         (lower_bound_default): Remove usage of DW_LANG_Java.
5231         (gen_compile_unit_die): Likewise.
5232         * gcc.c: Remove compiler defaults for .java and .zip files.
5233         * gimple-expr.c (remove_suffix): Change as there's no longer
5234         extension than 4-letter one.
5235         * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
5236         (gimplify_save_expr): Likewise.
5237         * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
5238         as it's possible even for other languages than Java.
5239         * langhooks.h (struct lang_hooks): Remove Java from a comment.
5240         * lto-opts.c (lto_write_options): Remove reference to Java.
5241         * opts.c (strip_off_ending): Update file extension handling.
5242         * tree-cfg.c (verify_gimple_call): Remove comment with Java.
5243         * tree-eh.c (lower_resx): Likewise.
5244         * tree.c (free_lang_data_in_type): Remove dead code.
5245         (find_decls_types_r): Likewise.
5246         (build_common_builtin_nodes): Remove Java from a comment.
5247         (verify_type): Remove dead code.
5248         * varasm.c (assemble_external): Remove Java from a comment.
5250 2017-07-14  Martin Liska  <mliska@suse.cz>
5252         * opts.c (finish_options): Add quotes.
5253         (common_handle_option): Likewise.
5255 2017-07-14  Martin Liska  <mliska@suse.cz>
5257         * dbxout.c (get_lang_number): Do not handle GNU Pascal.
5258         * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
5259         Remove N_SO_PASCAL.
5260         * dwarf2out.c (lower_bound_default): Do not handle
5261         DW_LANG_Pascal83.
5262         (gen_compile_unit_die): Likewise.
5263         * gcc.c: Remove default extension binding for GNU Pascal.
5264         * stmt.c: Remove Pascal language from a comment.
5265         * xcoffout.c: Likewise.
5267 2017-07-13  David Malcolm  <dmalcolm@redhat.com>
5269         PR c/81405
5270         * diagnostic-show-locus.c (fixit_cmp): New function.
5271         (layout::layout): Sort m_fixit_hints.
5272         (column_range::column_range): Assert that the values are valid.
5273         (struct char_span): New struct.
5274         (correction::overwrite): New method.
5275         (struct source_line): New struct.
5276         (line_corrections::add_hint): Add assertions.  Reimplement memcpy
5277         calls in terms of classes source_line and char_span, and
5278         correction::overwrite.
5279         (selftest::test_overlapped_fixit_printing_2): New function.
5280         (selftest::diagnostic_show_locus_c_tests): Call it.
5282 2017-07-13  Will Schmidt  <will_schmidt@vnet.ibm.com>
5284         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
5285         early if there is no lhs.
5287 2017-07-13  Martin Liska  <mliska@suse.cz>
5289         * dwarf2out.c (gen_pointer_type_die): Remove dead code.
5290         (gen_reference_type_die): Likewise.
5291         * stor-layout.c: Remove Pascal-related comment.
5293 2017-07-13  Martin Liska  <mliska@suse.cz>
5295         * opts.c (finish_options): Add quotes to error messages.
5296         (parse_sanitizer_options): Likewise.
5298 2017-07-13  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5300         * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
5302 2017-07-13  Richard Earnshaw  <rearnsha@arm.com>
5304         * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
5306 2017-07-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
5308         * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
5309         during expansion.
5310         * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
5312 2017-07-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
5314         PR target/81193
5315         * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
5316         provides the hardware capability bits, define the macro
5317         __BUILTIN_CPU_SUPPORTS__.
5318         * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
5319         if GLIBC does not provide the hardware capability bits.  Add a
5320         gcc_unreachable call if the built-in cpu function is neither
5321         __builtin_cpu_is nor __builtin_cpu_supports.
5322         (rs6000_get_function_versions_dispatcher): Change the warning
5323         that an old GLIBC is used which does not export the capability
5324         bits to be an error.
5325         * doc/extend.texi (target_clones attribute): Document the
5326         restriction that GLIBC 2.23 or newer is needed on the PowerPC.
5327         (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
5328         needed by __builtin_cpu_is and __builtin_cpu_supports.  Document
5329         the macros defined by GCC if the newer GLIBC is available.
5331 2017-07-12  Jeff Law  <law@redhat.com>
5333         * config/riscv/riscv.c: Remove unnecessary includes.  Reorder
5334         remaining includes slightly.
5335         * config/riscv/riscv-builtins.c: Include profile-count.h.
5337 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5339         PR target/79883
5340         * config/avr/avr.c (avr_set_current_function): In diagnostic
5341         messages: Quote keywords and (parts of) identifiers.
5342         [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
5343         "INTERUPT".
5345 2017-07-12  Carl Love  <cel@us.ibm.com>
5347         * config/rs6000/rs6000-c.c: Add support for built-in functions
5348         vector bool char vec_revb (vector bool char);
5349         vector bool short vec_revb (vector short char);
5350         vector bool int vec_revb (vector bool int);
5351         vector bool long long vec_revb (vector bool long long);
5352         * doc/extend.texi: Update the built-in documentation file for the
5353         new built-in functions.
5355 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5357         * config/s390/s390.md: Remove movcc splitter.
5359 2017-07-12  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
5361         * config/s390/s390.c (s390_rtx_costs): Return proper costs for
5362         load/store on condition.
5364 2017-07-12  Georg-Johann Lay  <avr@gjlay.de>
5366         PR target/81407
5367         * config/avr/avr.c (avr_encode_section_info)
5368         [progmem && !TREE_READONLY]: Error if progmem object needs
5369         constructing.
5371 2017-07-11  Michael Collison  <michael.collison@arm.com>
5373         * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
5374         New pattern.
5376 2017-07-11  Carl Love  <cel@us.ibm.com>
5378         * config/rs6000/rs6000-c.c: Add support for builtins
5379         vector unsigned int vec_parity_lsbb (vector signed int);
5380         vector unsigned int vec_parity_lsbb (vector unsigned int);
5381         vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
5382         vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
5383         vector unsigned long long vec_parity_lsbb (vector signed long long);
5384         vector unsigned long long vec_parity_lsbb (vector unsigned long long);
5385         * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
5386         * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
5387         * doc/extend.texi: Update the built-in documentation file for the
5388         new built-in functions.
5390 2017-07-11  David Malcolm  <dmalcolm@redhat.com>
5392         * diagnostic-show-locus.c: Include "gcc-rich-location.h".
5393         (layout::m_primary_loc): New field.
5394         (layout::layout): Initialize new field.  Move location filtering
5395         logic from here to...
5396         (layout::maybe_add_location_range): ...this new method.  Add
5397         support for filtering to just the lines already specified by other
5398         locations.
5399         (layout::will_show_line_p): New method.
5400         (gcc_rich_location::add_location_if_nearby): New method.
5401         (selftest::test_add_location_if_nearby): New test function.
5402         (selftest::diagnostic_show_locus_c_tests): Call it.
5403         * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
5404         New method.
5406 2017-07-11  Tom de Vries  <tom@codesourcery.com>
5408         * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
5409         (bb_first_real_insn): New function.
5410         (nvptx_single): Add extra initialization of broadcasted condition
5411         variables.
5413 2017-07-11  Nathan Sidwell  <nathan@acm.org>
5415         * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
5417 2017-07-11  Georg-Johann Lay  <avr@gjlay.de>
5419         * doc/extend.texi (AVR Function Attributes): Remove weblink to
5420         Binutils doc as TEXI will mess them up.
5421         * doc/invoke.texi (AVR Options): Same here.
5423 2017-07-11  Daniel Cederman  <cederman@gaisler.com>
5425         * config/sparc/sparc.opt (mfix-ut700): New option.
5426         (mfix-gr712rc): Likewise.
5427         (sparc_fix_b2bst): New variable.
5428         * doc/invoke.texi (SPARC options): Document them.
5429         (ARM options): Fix warnings.
5430         * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
5431         instructions to prevent sequences that can trigger the store-store
5432         errata for certain LEON3FT processors.
5433         (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
5434         (sparc_option_override): Set sparc_fix_b2bst appropriately.
5435         * config/sparc/sparc.md (fix_b2bst): New attribute.
5436         (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
5438 2017-07-10  Uros Bizjak  <ubizjak@gmail.com>
5440         PR target/81375
5441         * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
5442         (rcpps): Ditto.
5443         (*rsqrtsf2_sse): Ditto.
5444         (rsqrtsf2): Ditto.
5445         (div<mode>3): Macroize insn from divdf3 and divsf3
5446         using MODEF mode iterator.
5448 2017-07-10  Martin Sebor  <msebor@redhat.com>
5450         PR tree-optimization/80397
5451         * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
5452         instead of testing for equality to INTEGER_TYPE.
5454 2017-07-10  Vineet Gupta <vgupta@synopsys.com>
5456         * config.gcc: Remove uclibc from arc target spec.
5458 2017-07-10  Claudiu Zissulescu  <claziss@synopsys.com>
5460         * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
5462 2017-07-07  Jan Hubicka  <hubicka@ucw.cz>
5464         PR lto/80838
5465         * lto-wrapper.c (remove_option): New function.
5466         (merge_and_complain): Merge PIC/PIE options more realistically.
5468 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5470         Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
5472         PR target/20296
5473         PR target/81268
5474         * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
5475         (HAVE_AS_AVR_MGCCISR_OPTION):  If so, AC_DEFINE it.
5476         * config.in: Regenerate.
5477         * configure: Regenerate.
5478         * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
5479         * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
5480         * config/avr/avr.opt (-mgas-isr-prologues): New option and...
5481         (TARGET_GASISR_PROLOGUES): ...target mask.
5482         * common/config/avr/avr-common.c
5483         (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
5484         Set -mgas-isr-prologues.
5485         * config/avr/avr-passes.def (avr_pass_pre_proep): Add
5486         INSERT_PASS_BEFORE for it.
5487         * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
5488         * config/avr/avr.c (avr_option_override)
5489         [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
5490         (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
5491         (avr_attribute_table) <no_gccisr>: Add new function attribute.
5492         (avr_set_current_function) <is_no_gccisr>: Init machine field.
5493         (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
5494         and rtl_opt_pass.
5495         (make_avr_pass_pre_proep): New function.
5496         (emit_push_sfr) <treg>: Add argument to function and use it
5497         instead of TMP_REG.
5498         (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
5499         and set machine->gasisr.yes.
5500         (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
5501         (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
5502         __gcc_isr.n_pushed to .L__stack_usage.
5503         (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
5504         (avr_asm_final_postscan_insn): ...this new static function.
5505         * config/avr/avr.h (machine_function)
5506         <is_no_gccisr, use_L__stack_usage>: New fields.
5507         <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
5508         * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
5509         (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
5510         (gasisr, *gasisr): New expander and insn.
5511         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
5512         [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
5513         * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
5515 2017-07-10  Richard Earnshaw  <rearnsha@arm.com>
5517         * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
5518         in quoted strings.
5520 2017-07-10  Georg-Johann Lay  <avr@gjlay.de>
5522         Move jump-tables out of .text again.
5524         PR target/81075
5525         * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
5526         (ASM_OUTPUT_ADDR_VEC): New function.
5527         (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
5528         (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
5529         INSN_ADDRESSes as asm comment.
5530         * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
5531         (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
5532         (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
5533         * config/avr/avr.md (*tablejump): Adjust comment.
5534         * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
5535         * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
5536         New detail.
5537         * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
5538         (avr_output_addr_vec): New proto.
5539         (avr_log_t) <insn_addresses>: New field.
5541 2017-07-09  H.J. Lu  <hongjiu.lu@intel.com>
5543         PR target/81313
5544         * config/i386/i386.c (ix86_function_arg_advance): Set
5545         outgoing_args_on_stack to true if there are outgoing arguments
5546         on stack.
5547         (ix86_function_arg): Likewise.
5548         (ix86_get_drap_rtx): Use DRAP only if there are outgoing
5549         arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
5550         * config/i386/i386.h (machine_function): Add
5551         outgoing_args_on_stack.
5553 2017-07-09  Krister Walfridsson  <krister.walfridsson@gmail.com>
5555         * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
5556         supporting pthreds.
5557         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
5559 2017-07-08  Richard Sandiford  <richard.sandiford@linaro.org>
5561         * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
5562         (REAL_H): Remove $(MACHMODE_H).
5563         (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
5564         double-int.h.
5565         (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
5566         $(MACHMODE_H) and double-int.h.
5567         (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
5568         $(MACHMODE_H).
5569         (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
5570         double-int.h.
5572 2017-07-07  Andrew Pinski  <apinski@cavium.com>
5574         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
5575         prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
5577 2017-07-07  Michael Meissner  <meissner@linux.vnet.ibm.com>
5579         * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
5580         Add warning if GCC was not configured to link against a GLIBC that
5581         exports the hardware capability bits.
5582         (make_resolver_func): Make resolver function private and not a
5583         COMDAT function.  Create the name with clone_function_name instead
5584         of make_unique_name.
5586         PR target/81348
5587         * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
5588         correct operand in doing the split.
5590 2017-07-07 Carl Love  <cel@us.ibm.com>
5592         * config/rs6000/rs6000-c: Add support for built-in function
5593         vector unsigned short vec_pack_to_short_fp32 (vector float,
5594                                                       vector float).
5595         * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
5596         BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
5597         * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
5598         * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
5599         (convert_4f32_8i16): Add define_expand.
5600         * doc/extend.texi: Update the built-in documentation file for the
5601         new built-in function.
5603 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5605         * config/sparc/m8.md: New file.
5606         * config/sparc/sparc.md: Include m8.md.
5608 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5610         * config/sparc/sparc.opt: New option -mvis4b.
5611         * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
5612         (sparc_option_override): Handle VIS4B.
5613         (enum sparc_builtins): Define
5614         SPARC_BUILTIN_DICTUNPACK{8,16,32},
5615         SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
5616         SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
5617         SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
5618         SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
5619         (check_constant_argument): New function.
5620         (sparc_vis_init_builtins): Define builtins
5621         __builtin_vis_dictunpack{8,16,32},
5622         __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
5623         __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
5624         __builtin_vis_fpcmpde{8,16,32}shl and
5625         __builtin_vis_fpcmpur{8,16,32}shl.
5626         (sparc_expand_builtin): Check that the constant operands to
5627         __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
5628         constant and in range.
5629         * config/sparc/sparc-c.c (sparc_target_macros): Handle
5630         TARGET_VIS4B.
5631         * config/sparc/sparc.h (SPARC_IMM2_P): Define.
5632         (SPARC_IMM5_P): Likewise.
5633         * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
5634         (enabled): Handle vis4b.
5635         (UNSPEC_DICTUNPACK): New unspec.
5636         (UNSPEC_FPCMPSHL): Likewise.
5637         (UNSPEC_FPUCMPSHL): Likewise.
5638         (UNSPEC_FPCMPDESHL): Likewise.
5639         (UNSPEC_FPCMPURSHL): Likewise.
5640         (cpu_feature): New CPU feature `vis4b'.
5641         (dictunpack{8,16,32}): New insns.
5642         (FPCSMODE): New mode iterator.
5643         (fpcscond): New code iterator.
5644         (fpcsucond): Likewise.
5645         (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
5646         (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
5647         (fpcmpde{8,16,32}{si,di}shl): Likewise.
5648         (fpcmpur{8,16,32}{si,di}shl): Likewise.
5649         * config/sparc/constraints.md: Define constraints `q' for unsigned
5650         2-bit integer constants and `t' for unsigned 5-bit integer
5651         constants.
5652         * config/sparc/predicates.md (imm5_operand_dictunpack8): New
5653         predicate.
5654         (imm5_operand_dictunpack16): Likewise.
5655         (imm5_operand_dictunpack32): Likewise.
5656         (imm2_operand): Likewise.
5657         * doc/invoke.texi (SPARC Options): Document -mvis4b.
5658         * doc/extend.texi (SPARC VIS Built-in Functions): Document the
5659         ditunpack* and fpcmp*shl builtins.
5661 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5663         * config.gcc: Handle m8 in --with-{cpu,tune} options.
5664         * config.in: Add HAVE_AS_SPARC6 define.
5665         * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
5666         M8.
5667         * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
5668         TARGET_CPU_m8.
5669         (ASM_CPU32_DEFAUILT_SPEC): Likewise.
5670         (CPP_CPU_SPEC): Handle m8.
5671         (ASM_CPU_SPEC): Likewise.
5672         * config/sparc/sparc-opts.h (enum processor_type): Add
5673         PROCESSOR_M8.
5674         * config/sparc/sparc.c (m8_costs): New struct.
5675         (sparc_option_override): Handle TARGET_CPU_m8.
5676         (sparc32_initialize_trampoline): Likewise.
5677         (sparc64_initialize_trampoline): Likewise.
5678         (sparc_issue_rate): Likewise.
5679         (sparc_register_move_cost): Likewise.
5680         * config/sparc/sparc.h (TARGET_CPU_m8): Define.
5681         (CPP_CPU64_DEFAULT_SPEC): Define for M8.
5682         (ASM_CPU64_DEFAULT_SPEC): Likewise.
5683         (CPP_CPU_SPEC): Handle M8.
5684         (ASM_CPU_SPEC): Likewise.
5685         (AS_M8_FLAG): Define.
5686         * config/sparc/sparc.md: Add m8 to the cpu attribute.
5687         * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
5688         * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
5689         M8 instructions.
5690         * configure: Regenerate.
5691         * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
5692         -mtune=m8.
5694 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5696         * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
5697         subtypes.
5698         * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
5699         ("*movdi_insn_sp32"): Do not set v3pipe.
5700         ("*movsi_insn"): Likewise.
5701         ("*movdi_insn_sp64"): Likewise.
5702         ("*movsf_insn"): Likewise.
5703         ("*movdf_insn_sp32"): Likewise.
5704         ("*movdf_insn_sp64"): Likewise.
5705         ("*zero_extendsidi2_insn_sp64"): Likewise.
5706         ("*sign_extendsidi2_insn"): Likewise.
5707         ("*mov<VM32:mode>_insn"): Likewise.
5708         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5709         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5710         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5711         ("<vlop:code><VL:mode>3"): Likewise.
5712         ("*not_<vlop:code><VL:mode>3"): Likewise.
5713         ("*nand<VL:mode>_vis"): Likewise.
5714         ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
5715         ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
5716         ("one_cmpl<VL:mode>2"): Likewise.
5717         ("faligndata<VM64:mode>_vis"): Likewise.
5718         ("alignaddrsi_vis"): Likewise.
5719         ("alignaddrdi_vis"): Likweise.
5720         ("alignaddrlsi_vis"): Likewise.
5721         ("alignaddrldi_vis"): Likewise.
5722         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5723         ("bmaskdi_vis"): Likewise.
5724         ("bmasksi_vis"): Likewise.
5725         ("bshuffle<VM64:mode>_vis"): Likewise.
5726         ("cmask8<P:mode>_vis"): Likewise.
5727         ("cmask16<P:mode>_vis"): Likewise.
5728         ("cmask32<P:mode>_vis"): Likewise.
5729         ("pdistn<P:mode>_vis"): Likewise.
5730         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5732 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5734         * config/sparc/sparc.md ("subtype"): New insn attribute.
5735         ("*wrgsr_sp64"): Set insn subtype.
5736         ("*rdgsr_sp64"): Likewise.
5737         ("alignaddrsi_vis"): Likewise.
5738         ("alignaddrdi_vis"): Likewise.
5739         ("alignaddrlsi_vis"): Likewise.
5740         ("alignaddrldi_vis"): Likewise.
5741         ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5742         ("fexpand_vis"): Likewise.
5743         ("fpmerge_vis"): Likewise.
5744         ("faligndata<VM64:mode>_vis"): Likewise.
5745         ("bshuffle<VM64:mode>_vis"): Likewise.
5746         ("cmask8<P:mode>_vis"): Likewise.
5747         ("cmask16<P:mode>_vis"): Likewise.
5748         ("cmask32<P:mode>_vis"): Likewise.
5749         ("fchksm16_vis"): Likewise.
5750         ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
5751         ("fmean16_vis"): Likewise.
5752         ("fp<plusminus_insn>64_vis"): Likewise.
5753         ("<plusminus_insn>v8qi3"): Likewise.
5754         ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5755         ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
5756         ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
5757         ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
5758         ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
5759         ("*movqi_insn"): Likewise.
5760         ("*movhi_insn"): Likewise.
5761         ("*movsi_insn"): Likewise.
5762         ("movsi_pic_gotdata_op"): Likewise.
5763         ("*movdi_insn_sp32"): Likewise.
5764         ("*movdi_insn_sp64"): Likewise.
5765         ("movdi_pic_gotdata_op"): Likewise.
5766         ("*movsf_insn"): Likewise.
5767         ("*movdf_insn_sp32"): Likewise.
5768         ("*movdf_insn_sp64"): Likewise.
5769         ("*zero_extendhisi2_insn"): Likewise.
5770         ("*zero_extendqihi2_insn"): Likewise.
5771         ("*zero_extendqisi2_insn"): Likewise.
5772         ("*zero_extendqidi2_insn"): Likewise.
5773         ("*zero_extendhidi2_insn"): Likewise.
5774         ("*zero_extendsidi2_insn_sp64"): Likewise.
5775         ("ldfsr"): Likewise.
5776         ("prefetch_64"): Likewise.
5777         ("prefetch_32"): Likewise.
5778         ("tie_ld32"): Likewise.
5779         ("tie_ld64"): Likewise.
5780         ("*tldo_ldub_sp32"): Likewise.
5781         ("*tldo_ldub1_sp32"): Likewise.
5782         ("*tldo_ldub2_sp32"): Likewise.
5783         ("*tldo_ldub_sp64"): Likewise.
5784         ("*tldo_ldub1_sp64"): Likewise.
5785         ("*tldo_ldub2_sp64"): Likewise.
5786         ("*tldo_ldub3_sp64"): Likewise.
5787         ("*tldo_lduh_sp32"): Likewise.
5788         ("*tldo_lduh1_sp32"): Likewise.
5789         ("*tldo_lduh_sp64"): Likewise.
5790         ("*tldo_lduh1_sp64"): Likewise.
5791         ("*tldo_lduh2_sp64"): Likewise.
5792         ("*tldo_lduw_sp32"): Likewise.
5793         ("*tldo_lduw_sp64"): Likewise.
5794         ("*tldo_lduw1_sp64"): Likewise.
5795         ("*tldo_ldx_sp64"): Likewise.
5796         ("*mov<VM32:mode>_insn"): Likewise.
5797         ("*mov<VM64:mode>_insn_sp64"): Likewise.
5798         ("*mov<VM64:mode>_insn_sp32"): Likewise.
5800 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5802         * config/sparc/sparc.md ("type"): New insn type viscmp.
5803         ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
5804         viscmp.
5805         ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
5806         ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
5807         ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5808         * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
5809         viscmp.
5810         ("n7_vis_logical_11cycle"): Likewise.
5811         * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
5812         * config/sparc/niagara2.md ("niag3_vis": Likewise.
5813         * config/sparc/niagara.md ("niag_vis"): Likewise.
5814         * config/sparc/ultra3.md ("us3_fga"): Likewise.
5815         * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
5817 2017-07-07  Jose E. Marchesi  <jose.marchesi@oracle.com>
5819         * config/sparc/sparc.md: New instruction type `bmask'.
5820         (bmaskdi_vis): Use the `bmask' type.
5821         (bmasksi_vis): Likewise.
5822         * config/sparc/ultra3.md (us3_array): Likewise.
5823         * config/sparc/niagara7.md (n7_array): Likewise.
5824         * config/sparc/niagara4.md (n4_array): Likewise.
5825         * config/sparc/niagara2.md (niag2_vis): Likewise.
5826         (niag3_vis): Likewise.
5827         * config/sparc/niagara.md (niag_vis): Likewise.
5829 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5831         * ipa-comdats.c: Remove optimize check from gate.
5832         * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
5833         for functions not optimized.
5834         (ipa_fn_summary_read): Skip optimize check.
5835         (ipa_fn_summary_write): Likewise.
5836         * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
5837         is optimized.
5838         * ipa-inline.c (can_inline_edge_p): Not optimized functions are
5839         uninlinable.
5840         (can_inline_edge_p): Check flag_pcc_struct_return for match.
5841         (check_callers): Give up on caller which is not optimized.
5842         (inline_small_functions): Likewise.
5843         (ipa_inline): Do not give up when not optimizing.
5844         * ipa-visbility.c (function_and_variable_visibility): Do not optimize
5845         away unoptimizes cdtors.
5846         (whole_program_function_and_variable_visibility): Do
5847         ipa_discover_readonly_nonaddressable_vars in LTO mode.
5848         * ipa.c (process_references): Do not check optimize.
5849         (symbol_table::remove_unreachable_nodes): Update optimize check.
5850         (set_writeonly_bit): Update optimize check.
5851         (pass_ipa_cdtor_merge::gate): Do not check optimize.
5852         (pass_ipa_single_use::gate): Remove.
5854 2017-07-06  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
5856         * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
5857         insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
5858         rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
5859         mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
5860         permute_load, permute_store, adjust_extract, adjust_splat,
5861         adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
5862         replace_swap_with_copy, dump_swap_insn_table,
5863         alignment_with_canonical_addr, alignment_mask, find_alignment_op,
5864         recombine_lvx_pattern, recombine_stvx_pattern,
5865         recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
5866         make_pass_analyze_swaps): Move all code related to p8 swap optimizations
5867         to file rs6000-p8swap.c.
5868         * config/rs6000/rs6000-p8swap.c: New file.
5869         * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
5870         * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
5871         and rs6000*-*-* targets.
5873 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
5875         * Makefile.in (selftest): Remove dependency on s-selftest-c++.
5877 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5879         * lto-wrapper.c (merge_and_complain): Do not merge
5880         fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
5881         fsigned_zeros, ftrapping_math, fwrapv.
5882         (append_compiler_options): Do not track these options.
5883         (append_linker_options): Likewie
5885 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5887         * cgraphunit.c (cgraph_node::finalize_function): When
5888         !flag_toplevel_reorde set no_reorder flag.
5889         (varpool_node::finalize_decl): Likewise.
5890         (symbol_table::compile): Drop no toplevel reorder path.
5892 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5894         * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
5895         edges; zero probability is not better than uninitialized.
5897 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
5899         * asan.h (asan_sanitize_allocas_p): Declare.
5900         * asan.c (asan_sanitize_allocas_p): New function.
5901         (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
5902         (handle_builtin_alloca): Likewise.
5903         * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
5904         if !asan_sanitize_allocas_p.
5905         * params.def (asan-instrument-allocas): Add new option.
5906         * params.h (ASAN_PROTECT_ALLOCAS): Define.
5907         * opts.c (common_handle_option): Disable allocas sanitization for
5908         KASan by default.
5910 2017-07-06  Maxim Ostapenko  <m.ostapenko@samsung.com>
5912         * asan.c: Include gimple-fold.h.
5913         (get_last_alloca_addr): New function.
5914         (handle_builtin_stackrestore): Likewise.
5915         (handle_builtin_alloca): Likewise.
5916         (asan_emit_allocas_unpoison): Likewise.
5917         (get_mem_refs_of_builtin_call): Add new parameter, remove const
5918         quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
5919         BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
5920         (instrument_builtin_call): Pass gimple iterator to
5921         get_mem_refs_of_builtin_call.
5922         (last_alloca_addr): New global.
5923         * asan.h (asan_emit_allocas_unpoison): Declare.
5924         * builtins.c (expand_asan_emit_allocas_unpoison): New function.
5925         (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
5926         * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
5927         if function calls alloca.
5928         * gimple-fold.c (replace_call_with_value): Remove static keyword.
5929         * gimple-fold.h (replace_call_with_value): Declare.
5930         * internal-fn.c: Include asan.h.
5931         * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
5932         BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
5934 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
5936         * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
5937         (C_SELFTEST_FLAGS): New.
5938         (CPP_SELFTEST_FLAGS): New.
5939         (SELFTEST_DEPS): New, from deps of s-selftest.
5940         (C_SELFTEST_DEPS): New, from deps of s-selftest.
5941         (CPP_SELFTEST_DEPS): New.
5942         (selftest): Add dependency on s-selftest-c++.
5943         (s-selftest): Rename to...
5944         (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
5945         and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
5946         than SELFTEST_FLAGS.
5947         (selftest-gdb): Rename to...
5948         (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
5949         C_SELFTEST_FLAGS.
5950         (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
5951         (selftest-valgrind): Rename to...
5952         (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
5953         C_SELFTEST_FLAGS.
5954         (selftest-valgrind): Reintroduce as an alias for
5955         selftest-c-valgrind.
5956         (s-selftest-c++): New.
5957         (selftest-c++-gdb): New.
5958         (selftest-c++-valgrind): New.
5960 2017-07-06  Olivier Hainque  <hainque@adacore.com>
5962         * gcc.c (process_command): When deciding if undefined variables
5963         should be ignored when processing specs, accept "gcc -v" as well.
5965 2017-07-06  Jan Hubicka  <hubicka@ucw.cz>
5967         * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
5968         afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
5970 2017-07-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
5972         * config/arm/arm-cpus.in (armv8-r): Add new entry.
5973         * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
5974         * config/arm/arm-tables.opt: Regenerate.
5975         * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
5976         enumerator.
5977         * doc/invoke.texi: Mention -march=armv8-r and its extensions.
5979 2017-07-06  Carl Love  <cel@us.ibm.com>
5981         * ChangeLog: Clean up from mid air collision
5983 2017-07-06  Carl Love  <cel@us.ibm.com>
5985         * config/rs6000/rs6000-c.c: Add support for built-in functions
5986         vector signed int vec_subc (vector signed int, vector signed int);
5987         vector signed __int128 vec_subc (vector signed __int128,
5988                                          vector signed __int128);
5989         vector unsigned __int128 vec_subc (vector unsigned __int128,
5990                                            vector unsigned __int128);
5991         vector signed int vec_sube (vector signed int, vector signed int,
5992                                     vector signed int);
5993         vector unsigned int vec_sube (vector unsigned int,
5994                                       vector unsigned int,
5995                                       vector unsigned int);
5996         vector signed __int128 vec_sube (vector signed __int128,
5997                                          vector signed __int128,
5998                                          vector signed__int128);
5999         vector unsigned __int128 vec_sube (vector unsigned __int128,
6000                                            vector unsigned __int128,
6001                                            vector unsigned __int128);
6002         vector signed int vec_subec (vector signed int, vector signed int,
6003                                      vector signed int);
6004         vector unsigned int vec_subec (vector unsigned int,
6005                                        vector unsigned int,
6006                                        vector unsigned int);
6007         vector signed __int128 vec_subec (vector signed __int128,
6008                                           vector signed __int128,
6009                                           vector signed__int128);
6010         vector unsigned __int128 vec_subec (vector unsigned __int128,
6011                                             vector unsigned __int128,
6012                                             vector unsigned __int128);
6013         * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
6014         ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
6015         * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
6016         BU_ALTIVEC_OVERLOAD_X definitions.
6017         * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
6018         * doc/extend.texi: Update the built-in documentation file for the new
6019         built-in functions.
6021 2017-07-06  David Malcolm  <dmalcolm@redhat.com>
6023         PR c++/79300
6024         * diagnostic-show-locus.c (layout::layout): Use start and finish
6025         spelling location for the start and finish of each range.
6026         * genmatch.c (linemap_client_expand_location_to_spelling_point):
6027         Add unused aspect param.
6028         * input.c (expand_location_1): Add "aspect" param, and use it
6029         to access the correct part of the location.
6030         (expand_location): Pass LOCATION_ASPECT_CARET to new param of
6031         expand_location_1.
6032         (expand_location_to_spelling_point): Likewise.
6033         (linemap_client_expand_location_to_spelling_point): Add "aspect"
6034         param, and pass it to expand_location_1.
6036 2017-07-06  Sebastian Peryt  <sebastian.peryt@intel.com>
6038         * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
6039         _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
6040         _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
6041         _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
6042         _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
6043         _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
6044         _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
6045         _mm_maskz_getmant_ss): New intrinsics.
6046         (__builtin_ia32_getexpss128_mask): Changed to ...
6047         __builtin_ia32_getexpss128_round ... this.
6048         (__builtin_ia32_getexpsd128_mask): Changed to ...
6049         __builtin_ia32_getexpsd128_round ... this.
6050         * config/i386/i386-builtin-types.def
6051         ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
6052         (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
6053         * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
6054         __builtin_ia32_getexpss_mask_round,     __builtin_ia32_getmantsd_mask_round,
6055         __builtin_ia32_getmantss_mask_round): New builtins.
6056         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
6057         V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
6058         (CODE_FOR_avx512f_vgetmantv2df_mask_round,
6059         CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
6060         * config/i386/sse.md
6061         (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
6062         avx512f_sgetexp<mode><mask_scalar_name>
6063         <round_saeonly_scalar_name> ... this.
6064         (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
6065         %0, %1, %2<round_saeonly_op3>}): Changed to ...
6066         vgetexp<ssescalarmodesuffix>
6067         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6068         %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
6069         (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
6070         avx512f_vgetmant<mode><mask_scalar_name>
6071         <round_saeonly_scalar_name> ... this.
6072         (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
6073         %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
6074         vgetmant<ssescalarmodesuffix>
6075         \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
6076         %0<mask_scalar_operand4>, %1, %2
6077         <round_saeonly_scalar_mask_op4>, %3} ... this.
6078         * config/i386/subst.md (mask_scalar_operand4,
6079         round_saeonly_scalar_mask_operand4,     round_saeonly_scalar_mask_op4,
6080         round_saeonly_scalar_nimm_predicate): New subst attributes.
6082 2017-07-06  Julia Koval  <julia.koval@intel.com>
6084         * config/i386/i386.c (ix86_erase_embedded_rounding):
6085         Remove code for old rounding pattern.
6087 2017-07-06  Richard Earnshaw  <rearnsha@arm.com>
6089         * config/arm/t-arm (GTM_H): Add arm-cpu.h.
6091 2017-07-06  Christophe Lyon  <christophe.lyon@linaro.org>
6093         * doc/sourcebuild.texi (Test Directives, Variants of
6094         dg-require-support): Add documentation for dg-require-stack-check.
6096 2017-07-05  Sebastian Peryt  <sebastian.peryt@intel.com>
6098         * config/i386/subst.md (mask_scalar, round_scalar,
6099         round_saeonly_scalar): New meta-templates.
6100         (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
6101         round_scalar_mask_operand3, round_scalar_mask_op3,
6102         round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
6103         round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
6104         round_saeonly_scalar_constraint,
6105         round_saeonly_scalar_prefix): New subst attribute.
6106         * config/i386/sse.md
6107         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
6108         <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
6109         <round_scalar_name> ... this.
6110         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
6111         <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
6112         <round_scalar_name> ... this.
6113         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
6114         <sse>_vm<code><mode>3<mask_scalar_name>
6115         <round_saeonly_scalar_name> ... this.
6116         (v<plusminus_mnemonic><ssescalarmodesuffix>
6117         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6118         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6119         v<plusminus_mnemonic><ssescalarmodesuffix>
6120         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6121         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6122         (v<multdiv_mnemonic><ssescalarmodesuffix>
6123         \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6124         %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6125         v<multdiv_mnemonic><ssescalarmodesuffix>
6126         \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6127         %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6128         (v<maxmin_float><ssescalarmodesuffix>
6129         \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
6130         %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
6131         v<maxmin_float><ssescalarmodesuffix>
6132         \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6133         %0<mask_scalar_operand3>, %1, %<iptr>2
6134         <round_saeonly_scalar_mask_op3>} ... this.
6136 2017-07-05  Richard Earnshaw  <rearnsha@arm.com>
6138         * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
6139         (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
6141 2017-07-05  Richard Sandiford  <richard.sandiford@linaro.org>
6142             Alan Hayward  <alan.hayward@arm.com>
6143             David Sherwood  <david.sherwood@arm.com>
6145         * combine.c (simplify_if_then_else): Remove "enum" before
6146         "machine_mode".
6147         * compare-elim.c (can_eliminate_compare): Likewise.
6148         * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
6149         Likewise.
6150         (aarch64_lookup_simd_builtin_type): Likewise.
6151         (aarch64_simd_builtin_type): Likewise.
6152         (aarch64_init_simd_builtin_types): Likewise.
6153         (aarch64_simd_expand_args): Likewise.
6154         * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
6155         Likewise.
6156         (aarch64_reverse_mask): Likewise.
6157         (aarch64_simd_emit_reg_reg_move): Likewise.
6158         (aarch64_gen_adjusted_ldpstp): Likewise.
6159         (aarch64_ccmp_mode_to_code): Likewise.
6160         (aarch64_operands_ok_for_ldpstp): Likewise.
6161         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6162         * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
6163         Likewise.
6164         (aarch64_min_divisions_for_recip_mul): Likewise.
6165         (aarch64_reassociation_width): Likewise.
6166         (aarch64_get_condition_code_1): Likewise.
6167         (aarch64_simd_emit_reg_reg_move): Likewise.
6168         (aarch64_simd_attr_length_rglist): Likewise.
6169         (aarch64_reverse_mask): Likewise.
6170         (aarch64_operands_ok_for_ldpstp): Likewise.
6171         (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6172         (aarch64_gen_adjusted_ldpstp): Likewise.
6173         * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
6174         Likewise.
6175         * config/arc/arc.c (legitimate_offset_address_p): Likewise.
6176         * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
6177         (arm_lookup_simd_builtin_type): Likewise.
6178         (arm_simd_builtin_type): Likewise.
6179         (arm_init_simd_builtin_types): Likewise.
6180         (arm_expand_builtin_args): Likewise.
6181         * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
6182         * config/ft32/ft32.c (ft32_libcall_value): Likewise.
6183         (ft32_setup_incoming_varargs): Likewise.
6184         (ft32_function_arg): Likewise.
6185         (ft32_function_arg_advance): Likewise.
6186         (ft32_pass_by_reference): Likewise.
6187         (ft32_arg_partial_bytes): Likewise.
6188         (ft32_valid_pointer_mode): Likewise.
6189         (ft32_addr_space_pointer_mode): Likewise.
6190         (ft32_addr_space_legitimate_address_p): Likewise.
6191         * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
6192         Likewise.
6193         * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
6194         (ix86_emit_outlined_ms2sysv_restore): Likewise.
6195         (iamcu_alignment): Likewise.
6196         (canonicalize_vector_int_perm): Likewise.
6197         (ix86_noce_conversion_profitable_p): Likewise.
6198         (ix86_mpx_bound_mode): Likewise.
6199         (ix86_operands_ok_for_move_multiple): Likewise.
6200         * config/microblaze/microblaze-protos.h
6201         (microblaze_expand_conditional_branch_reg): Likewise.
6202         * config/microblaze/microblaze.c
6203         (microblaze_expand_conditional_branch_reg): Likewise.
6204         * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
6205         Likewise.
6206         (rs6000_reassociation_width): Likewise.
6207         (rs6000_invalid_binary_op): Likewise.
6208         (fusion_p9_p): Likewise.
6209         (emit_fusion_p9_load): Likewise.
6210         (emit_fusion_p9_store): Likewise.
6211         * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
6212         Likewise.
6213         (riscv_hard_regno_mode_ok_p): Likewise.
6214         (riscv_address_insns): Likewise.
6215         (riscv_split_symbol): Likewise.
6216         (riscv_legitimize_move): Likewise.
6217         (riscv_function_value): Likewise.
6218         (riscv_hard_regno_nregs): Likewise.
6219         (riscv_expand_builtin): Likewise.
6220         * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
6221         (riscv_build_integer): Likewise.
6222         (riscv_split_integer): Likewise.
6223         (riscv_legitimate_constant_p): Likewise.
6224         (riscv_cannot_force_const_mem): Likewise.
6225         (riscv_regno_mode_ok_for_base_p): Likewise.
6226         (riscv_valid_base_register_p): Likewise.
6227         (riscv_valid_offset_p): Likewise.
6228         (riscv_valid_lo_sum_p): Likewise.
6229         (riscv_classify_address): Likewise.
6230         (riscv_legitimate_address_p): Likewise.
6231         (riscv_address_insns): Likewise.
6232         (riscv_load_store_insns): Likewise.
6233         (riscv_force_binary): Likewise.
6234         (riscv_split_symbol): Likewise.
6235         (riscv_force_address): Likewise.
6236         (riscv_legitimize_address): Likewise.
6237         (riscv_move_integer): Likewise.
6238         (riscv_legitimize_const_move): Likewise.
6239         (riscv_legitimize_move): Likewise.
6240         (riscv_address_cost): Likewise.
6241         (riscv_subword): Likewise.
6242         (riscv_output_move): Likewise.
6243         (riscv_canonicalize_int_order_test): Likewise.
6244         (riscv_emit_int_order_test): Likewise.
6245         (riscv_function_arg_boundary): Likewise.
6246         (riscv_pass_mode_in_fpr_p): Likewise.
6247         (riscv_pass_fpr_single): Likewise.
6248         (riscv_pass_fpr_pair): Likewise.
6249         (riscv_get_arg_info): Likewise.
6250         (riscv_function_arg): Likewise.
6251         (riscv_function_arg_advance): Likewise.
6252         (riscv_arg_partial_bytes): Likewise.
6253         (riscv_function_value): Likewise.
6254         (riscv_pass_by_reference): Likewise.
6255         (riscv_setup_incoming_varargs): Likewise.
6256         (riscv_print_operand): Likewise.
6257         (riscv_elf_select_rtx_section): Likewise.
6258         (riscv_save_restore_reg): Likewise.
6259         (riscv_for_each_saved_reg): Likewise.
6260         (riscv_register_move_cost): Likewise.
6261         (riscv_hard_regno_mode_ok_p): Likewise.
6262         (riscv_hard_regno_nregs): Likewise.
6263         (riscv_class_max_nregs): Likewise.
6264         (riscv_memory_move_cost): Likewise.
6265         * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
6266         * config/rl78/rl78.c (rl78_split_movsi): Likewise.
6267         (rl78_addr_space_address_mode): Likewise.
6268         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6269         Likewise.
6270         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
6271         (rs6000_reassociation_width): Likewise.
6272         (rs6000_invalid_binary_op): Likewise.
6273         (fusion_p9_p): Likewise.
6274         (emit_fusion_p9_load): Likewise.
6275         (emit_fusion_p9_store): Likewise.
6276         * config/visium/visium-protos.h (prepare_move_operands): Likewise.
6277         (ok_for_simple_move_operands): Likewise.
6278         (ok_for_simple_move_strict_operands): Likewise.
6279         (ok_for_simple_arith_logic_operands): Likewise.
6280         (visium_legitimize_reload_address): Likewise.
6281         (visium_select_cc_mode): Likewise.
6282         (output_cbranch): Likewise.
6283         (visium_split_double_move): Likewise.
6284         (visium_expand_copysign): Likewise.
6285         (visium_expand_int_cstore): Likewise.
6286         (visium_expand_fp_cstore): Likewise.
6287         * config/visium/visium.c (visium_pass_by_reference): Likewise.
6288         (visium_function_arg): Likewise.
6289         (visium_function_arg_advance): Likewise.
6290         (visium_libcall_value): Likewise.
6291         (visium_setup_incoming_varargs): Likewise.
6292         (visium_legitimate_constant_p): Likewise.
6293         (visium_legitimate_address_p): Likewise.
6294         (visium_legitimize_address): Likewise.
6295         (visium_secondary_reload): Likewise.
6296         (visium_register_move_cost): Likewise.
6297         (visium_memory_move_cost): Likewise.
6298         (prepare_move_operands): Likewise.
6299         (ok_for_simple_move_operands): Likewise.
6300         (ok_for_simple_move_strict_operands): Likewise.
6301         (ok_for_simple_arith_logic_operands): Likewise.
6302         (visium_function_value_1): Likewise.
6303         (rtx_ok_for_offset_p): Likewise.
6304         (visium_legitimize_reload_address): Likewise.
6305         (visium_split_double_move): Likewise.
6306         (visium_expand_copysign): Likewise.
6307         (visium_expand_int_cstore): Likewise.
6308         (visium_expand_fp_cstore): Likewise.
6309         (visium_split_cstore): Likewise.
6310         (visium_select_cc_mode): Likewise.
6311         (visium_split_cbranch): Likewise.
6312         (output_cbranch): Likewise.
6313         (visium_print_operand_address): Likewise.
6314         * expmed.c (flip_storage_order): Likewise.
6315         * expmed.h (emit_cstore): Likewise.
6316         (flip_storage_order): Likewise.
6317         * genrecog.c (validate_pattern): Likewise.
6318         * hsa-gen.c (gen_hsa_addr): Likewise.
6319         * internal-fn.c (expand_arith_overflow): Likewise.
6320         * ira-color.c (allocno_copy_cost_saving): Likewise.
6321         * lra-assigns.c (find_hard_regno_for_1): Likewise.
6322         * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
6323         (process_invariant_for_inheritance): Likewise.
6324         * lra-eliminations.c (move_plus_up): Likewise.
6325         * omp-low.c (lower_oacc_reductions): Likewise.
6326         * simplify-rtx.c (simplify_subreg): Likewise.
6327         * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
6328         (TARGET_CHKP_BOUND_MODE): Likewise..
6329         * targhooks.c (default_chkp_bound_mode): Likewise.
6330         (default_setup_incoming_vararg_bounds): Likewise.
6331         * targhooks.h (default_chkp_bound_mode): Likewise.
6332         (default_setup_incoming_vararg_bounds): Likewise.
6333         * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
6334         * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
6335         (have_whole_vector_shift): Likewise.
6336         * tree-vect-stmts.c (vectorizable_load): Likewise.
6337         * doc/tm.texi: Regenerate.
6339 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6341         Graceful degrade if Binutils PR21472 is not available.
6343         PR target/81072
6344         * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
6345         .rodata in flash test fails.
6346         (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
6347         * confgure: Regenerate.
6348         * config.in: Regenerate.
6349         * config/avr/avr.c (avr_asm_named_section)
6350         [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
6351         __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
6352         (avr_asm_init_sections): Same.
6354 2017-07-05  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
6356         * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
6357         (fma<VH:mode>4_intrinsic): Likewise.
6358         (*fmsub<VCVTF:mode>4): Likewise.
6359         (*fmsub<VH:mode>4_intrinsic): Likewise.
6361 2017-07-05  Georg-Johann Lay  <avr@gjlay.de>
6363         PR target/81305
6364         * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
6365         Don't depend on "optimize > 0".
6366         (out_movhi_r_mr, out_movqi_mr_r): Same.
6367         (out_movhi_mr_r, out_movqi_r_mr): Same.
6368         (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
6369         io_address_operand on "optimize > 0".
6371 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6373         * tree-loop-distribution.c: Add general explanantion on the pass.
6374         (generate_loops_for_partition): Mark distributed loop.
6375         (pg_add_dependence_edges): New parameter.  Handle alias data
6376         dependence specially and record it in the parameter if asked.
6377         (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
6378         (init_partition_graph_vertices, add_partition_graph_edge): New.
6379         (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
6380         (free_partition_graph_vdata, build_partition_graph): New.
6381         (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
6382         (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
6383         (data_ref_segment_size, latch_dominated_by_data_ref): New.
6384         (compute_alias_check_pairs, version_loop_by_alias_check): New.
6385         (version_for_distribution_p, finalize_partitions): New.
6386         (distribute_loop): Handle alias data dependence specially.  Factor
6387         out loop fusion code as functions and call these functions.
6389 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6391         * tree-loop-distribution.c (classify_partition): New parameter and
6392         better handle reduction statement.
6393         (rdg_build_partitions): Revise comment.
6394         (distribute_loop): Compute statements in all partitions and pass it
6395         to classify_partition.
6397 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6399         * tree-loop-distribution.c (enum partition_type): New.
6400         (struct partition): New field type.
6401         (partition_merge_into): Add parameter.  Update partition type.
6402         (data_dep_in_cycle_p, update_type_for_merge): New functions.
6403         (build_rdg_partition_for_vertex): Compute partition type.
6404         (rdg_build_partitions): Dump partition type.
6405         (distribute_loop): Update calls to partition_merge_into.
6407 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6409         * tree-loop-distribution.c (struct ddr_hasher): New.
6410         (ddr_hasher::hash, ::equal, get_data_dependence): New function.
6411         (ddrs_table): New.
6412         (classify_partition): Call get_data_dependence.
6413         (pg_add_dependence_edges): Ditto.
6414         (distribute_loop): Release data dependence hash table.
6416 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6418         * tree-loop-distribution.c (ref_base_address): Delete.
6419         (similar_memory_accesses): Rename ...
6420         (share_memory_accesses): ... to this.  Check if partitions access
6421         the same memory reference.
6422         (distribute_loop): Call share_memory_accesses.
6424 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6426         * tree-loop-distribution.c (struct partition): New field recording
6427         its data reference.
6428         (partition_alloc, partition_free): Init and release data refs.
6429         (partition_merge_into): Merge data refs.
6430         (build_rdg_partition_for_vertex): Collect data refs for partition.
6431         (pg_add_dependence_edges): Change parameters from vector to bitmap.
6432         Update uses.
6433         (distribute_loop): Remve data refs from vertice data of partition
6434         graph.
6436 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6438         * tree-loop-distribution.c (params.h): Include header file.
6439         (MAX_DATAREFS_NUM, DR_INDEX): New macro.
6440         (datarefs_vec): New global var.
6441         (create_rdg_vertices): Use datarefs_vec directly.
6442         (free_rdg): Don't free data references.
6443         (build_rdg): Update use.  Don't free data references.
6444         (distribute_loop): Compute global variable for data references.
6445         Bail out if there are too many data references.
6447 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6449         * tree-loop-distribution.c (loop_nest): New global var.
6450         (build_rdg): Use loop directly, rather than loop nest.
6451         (pg_add_dependence_edges): Remove loop nest parameter.  Use global
6452         variable directly.
6453         (distribute_loop): Compute global variable loop nest.  Update use.
6455 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6457         * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
6458         (partition_merge_into): New parameter.  Dump reason for fusion.
6459         (distribute_loop): Update use of partition_merge_into.
6461 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6463         * tree-loop-distribution.c (bb_top_order_index): New.
6464         (bb_top_order_index_size, bb_top_order_cmp): New.
6465         (stmts_from_loop): Use topological order.
6466         (pass_loop_distribution::execute): Compute and release topological
6467         order for basic blocks.
6469 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6471         * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
6472         if no loops.
6474 2017-07-05  Bin Cheng  <bin.cheng@arm.com>
6476         * cfgloop.h (struct loop): Add comment.  New field orig_loop_num.
6477         * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
6478         * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
6479         * internal-fn.def (LOOP_DIST_ALIAS): New.
6480         * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
6481         (fold_loop_internal_call): ... this.
6482         (vect_loop_dist_alias_call): New function.
6483         (set_uid_loop_bbs): Call fold_loop_internal_call.
6484         (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
6485         internal calls.
6487 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6489         PR target/81300
6490         * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
6491         Require dead FLAGS_REG at the beginning of a peephole.
6493 2017-07-04  Uros Bizjak  <ubizjak@gmail.com>
6495         PR target/81294
6496         * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
6497         arguments in the call to __builtin_ia32_sbb_u32.
6498         (_subborrow_u64): Swap _X and _Y arguments in the call to
6499         __builtin_ia32_sbb_u64.
6501 2017-07-04  Jakub Jelinek  <jakub@redhat.com>
6503         PR debug/81278
6504         * tree-vrp.c (compare_assert_loc): Turn into a function template
6505         with stable template parameter.  Only test if a->e is NULL,
6506         !a->e == !b->e has been verified already.  Use e == NULL or
6507         e != NULL instead of e or ! e tests.  If stable is true, don't use
6508         iterative_hash_expr, on the other side allow a or b or both NULL
6509         and sort the NULLs last.
6510         (process_assert_insertions): Sort using compare_assert_loc<false>
6511         instead of compare_assert_loc, later sort using
6512         compare_assert_loc<true> before calling process_assert_insertions_for
6513         in a loop.  Use break instead of continue once seen NULL pointer.
6515 2017-07-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
6517         * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
6518         Cortex-R7 and Cortex-R8 processors.
6520 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6522         * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
6523         uninitialized while src is not.
6525 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
6527         * common/config/arm/arm-common.c: Adjust include path for
6528         arm-cpu-cdata.h
6529         * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
6530         (arm-cpu.h): Create in build directory.  Adjust dependency rules.
6531         (arm-cpu-data.h): Likewise.
6532         (arm-cpu-cdata.h): Likewise.
6533         * config/arm/arm-cpu.h: Delete.
6534         * config/arm/arm-cpu-cdata.h: Delete.
6535         * config/arm/arm-cpu-data.h: Delete.
6537 2017-07-04  James Greenhalgh  <james.greenhalgh@arm.com>
6539         * config/arm/arm-cpus.in (cortex-a55): New.
6540         (cortex-a75): Likewise.
6541         (cortex-a75.cortex-a55): Likewise.
6542         * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
6543         cortex-a75.
6544         * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
6545         * config/arm/arm-cpu-cdata.h: Regenerate.
6546         * config/arm/arm-cpu-data.h: Regenerate.
6547         * config/arm/arm-cpu.h: Regenerate.
6548         * config/arm/arm-tables.opt: Regenerate.
6549         * config/arm/arm-tune.md: Regenerate.
6551 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6553         * haifa-sched.c (sched_create_recovery_edges): Update profile.
6555 2017-07-04  Jan Hubicka  <hubicka@ucw.cz>
6557         * bb-reorder.c (better_edge_p): Fix handling of uninitialized
6558         probability.
6560 2017-07-04  Richard Sandiford  <richard.sandiford@linaro.org>
6562         PR tree-optimization/81292
6563         * tree-ssa-strlen.c (handle_builtin_strlen): When setting
6564         full_string_p, also call adjust_related_strinfos if the adjustment
6565         is simple, otherwise invalidate related strinfos.
6567 2017-07-04  Martin Liska  <mliska@suse.cz>
6569         PR sanitizer/81040
6570         * sanopt.c (sanitize_rewrite_addressable_params): Mark the
6571         newly created variable as DECL_IGNORED_P.
6573 2017-07-04  Martin Liska  <mliska@suse.cz>
6575         PR ipa/81293
6576         * ipa-inline.c (inline_small_functions):
6577         Use xstrdup_for_dump.
6579 2017-07-04  Tom de Vries  <tom@codesourcery.com>
6581         * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
6583 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6585         PR target/81033
6586         * config/darwin.c (darwin_function_switched_text_sections):
6587         Fix spaces.
6589 2017-07-03  Jan Hubicka  <hubicka@ucw.cz>
6591         * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
6593 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6595         * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
6597 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6599         * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
6600         min_profitable_iters, and th as inclusive lower bounds.
6601         Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
6602         (vect_estimate_min_profitable_iters): Return inclusive lower bounds
6603         for min_profitable_iters and min_profitable_estimate.
6604         (vect_transform_loop): Treat th as an inclusive lower bound.
6605         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
6607 2017-07-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
6609         PR target/81033
6610         * config/darwin.c (darwin_function_switched_text_sections):
6611         Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
6612         in two pieces, and suppress the use of buf.
6614 2017-07-03  Nathan Sidwell  <nathan@acm.org>
6616         * hash-table.h (hash_table_mod1): Fix indentation.
6618 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6620         PR middle-end/81290
6621         * predict.c (force_edge_cold): Be more careful about propagation
6622         backward.
6623         * profile-count.h (profile_probability::guessed,
6624         profile_probability::fdo, profile_count::guessed, profile_count::fdo):
6625         New.
6626         * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
6628 2017-07-03  James Greenhalgh  <james.greenhalgh@arm.com>
6630         * doc/invoke.texi (rcpc architecture extension): Document it.
6632 2017-07-03  Richard Biener  <rguenther@suse.de>
6634         PR tree-optimization/60510
6635         * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
6636         the scalar reduction PHI and use it.
6637         (vectorizable_reduction): Properly guard the single_defuse_cycle
6638         path for non-SLP reduction chains where we cannot use it.
6639         Rework reduc_def/index and vector type deduction.  Rework
6640         vector operand gathering during reduction op code-gen.
6641         * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
6642         chains dissolve the chain and leave it to non-SLP reduction
6643         handling.
6645 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6647         * tree-data-ref.h (dr_alignment): Declare.
6648         * tree-data-ref.c (dr_alignment): New function.
6649         * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
6650         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
6651         set it.
6652         * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
6654 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6656         * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
6657         and base_misalignment fields.
6658         (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
6659         * tree-data-ref.c: Include builtins.h.
6660         (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
6661         * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
6662         (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
6663         * tree-vect-data-refs.c: Include tree-cfg.h.
6664         (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
6665         fields instead of calculating an alignment here.
6666         (vect_analyze_data_refs): Use dr_analyze_innermost.  Dump the new
6667         innermost_loop_behavior fields.
6669 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6671         * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
6672         field.
6673         (DR_STEP_ALIGNMENT): New macro.
6674         * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
6675         * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
6676         (create_data_ref): Print it.
6677         * tree-vect-stmts.c (vectorizable_load): Use the step alignment
6678         to tell whether the step preserves vector (mis)alignment.
6679         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6680         Move the check for an integer step and generalise to all INTEGER_CST.
6681         (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
6682         Print the outer step alignment.
6684 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6686         * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
6687         with offset_alignment.
6688         (DR_ALIGNED_TO): Delete.
6689         (DR_OFFSET_ALIGNMENT): New macro.
6690         * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
6691         (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
6692         * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
6693         (create_data_ref): Likewise.
6694         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6695         (vect_analyze_data_refs): Likewise.
6696         * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
6697         creating dummy innermost behavior.
6699 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6701         * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
6702         with a "innermost_loop_behavior *" and refeence tree.
6703         * tree-data-ref.c (dr_analyze_innermost): Likewise.
6704         (create_data_ref): Update call accordingly.
6705         * tree-predcom.c (find_looparound_phi): Likewise.
6707 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6709         * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
6710         fields with dr_wrt_vec_loop.
6711         (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
6712         (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
6713         (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
6714         (vect_dr_behavior): New function.
6715         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6716         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
6717         vect_dr_behavior.  Use a step_preserves_misalignment_p boolean to
6718         track whether the step preserves the misalignment.
6719         (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6720         Use vect_dr_behavior.
6721         (vect_setup_realignment): Update call accordingly.
6722         (vect_create_data_ref_ptr): Likewise.  Use vect_dr_behavior.
6723         * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
6724         call to vect_create_addr_base_for_vector_ref.
6725         (vect_create_cond_for_align_checks): Likewise.
6726         * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
6727         STMT_VINFO_DR_WRT_VEC_LOOP as a block.
6728         (vect_recog_mask_conversion_pattern): Likewise.
6729         * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
6730         (new_stmt_vec_info): Remove redundant zeroing.
6732 2017-07-03  Richard Earnshaw  <rearnsha@arm.com>
6734         * common/config/arm/arm-common.c (arm_be8_option): New function.
6735         * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
6736         (ISA_ARMv6): Add isa_bit_be8.
6737         * config/arm/arm.h (arm_be8_option): Add prototype.
6738         (BE8_SPEC_FUNCTION): New define.
6739         (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
6740         * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
6741         (mlittle-endian): Similarly.
6742         (mbe8, mbe32): New options.
6743         * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
6744         * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
6746 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6748         * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
6750 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6752         * tree-cfgcleanup.c (want_merge_blocks_p): New function.
6753         (cleanup_tree_cfg_bb): Use it.
6754         * profile-count.h (profile_count::of_for_merging, profile_count::merge):
6755         New functions.
6756         * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
6758 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6760         PR bootstrap/81285
6761         * loop-doloop.c (add_test): Update profile.
6763 2017-07-03  Martin Liska  <mliska@suse.cz>
6765         PR sanitize/81040
6766         * sanopt.c (rewrite_usage_of_param): New function.
6767         (sanitize_rewrite_addressable_params): Likewise.
6768         (pass_sanopt::execute): Call rewrite_usage_of_param.
6770 2017-07-03  Richard Biener  <rguenther@suse.de>
6772         * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
6773         back to using VIEW_CONVERT_EXPR.
6775 2017-07-03  Martin Liska  <mliska@suse.cz>
6777         PR other/78366
6778         * doc/extend.texi: Document when a resolver function is
6779         generated for target_clones.
6781 2017-07-03  Martin Liska  <mliska@suse.cz>
6783         * asan.c (asan_emit_stack_protection): Unpoison just red zones
6784         and shadow memory of auto variables which are subject of
6785         use-after-scope sanitization.
6786         (asan_expand_mark_ifn): Add do set only when is_poison.
6788 2016-07-03  Richard Biener  <rguenther@suse.de>
6790         * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
6791         reduction PHIs.
6792         (vect_force_simple_reduction): Record reduction def -> phi mapping.
6793         (vectorizable_reduction): Perform reduction PHI creation when
6794         visiting a reduction PHI and adjust and simplify code generation
6795         phase of the reduction op.  Cache dts, use fold_binary, not fold_build2.
6796         (vect_transform_loop): Visit reduction PHIs.
6797         * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
6798         defs into the SLP tree.
6799         (vect_build_slp_tree): Reduction defs terminate the recursion.
6800         * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
6801         of reduction defs.
6802         (vect_get_vec_defs_for_stmt_copy): Export.
6803         (vect_get_vec_defs): Likewise.
6804         * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
6805         purpose.
6806         (vect_get_vec_defs_for_stmt_copy): Declare.
6807         (vect_get_vec_defs): Likewise.
6809 2017-07-03  Richard Sandiford  <richard.sandiford@linaro.org>
6811         * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
6812         parameter with a "loop" parameter and use it instead of the
6813         loop containing DR_STMT.  Don't check simple_iv when doing
6814         BB analysis.  Describe the two analysis modes in the comment.
6816 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6818         PR tree-optimization/69468
6819         * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
6820         (find_same_succ_bb): Handle ignore_edge_flags.
6822 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6824         PR tree-optimization/81192
6825         * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
6826         hash.
6827         (same_succ::equal): Don't find bbs to be equal if bb->loop_father
6828         differs.
6829         (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
6831 2017-07-03  Tom de Vries  <tom@codesourcery.com>
6833         PR tree-optimization/81192
6834         * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
6835         BB_SAME_SUCC (bb) == NULL.
6837 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6839         * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
6840         consistency.
6842 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6844         * dumpfile.c: Include profile-count.h
6845         * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
6846         update profile.
6847         (insert_cond_bb): Update profile.
6848         * tree-cfg.h (insert_cond_bb): Update prototype.
6849         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
6850         * tree-dump.c: Do not include tree-cfg.
6852 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6854         * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
6856 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6858         * expect.c (dw2_build_landing_pads): Update profile of the landing pad
6859         bb.
6861 2017-07-02  Jan Hubicka  <hubicka@ucw.cz>
6863         * tree-complex.c (expand_complex_div_wide): update profile.
6865 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6866             Alan Hayward  <alan.hayward@arm.com>
6867             David Sherwood  <david.sherwood@arm.com>
6869         * Makefile.in (MACHMODE_H): Remove insn-modes.h
6870         (CORETYPES_H): New define.
6871         (MOSTLYCLEANFILES): Add insn-modes-inline.h.
6872         (insn-modes-inline.h, s-modes-inline-h): New rules.
6873         (generated_files): Add insn-modes-inline.h.
6874         (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
6875         (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
6876         (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
6877         (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
6878         (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
6879         (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
6880         (build/gencodes.o, build/genconditions.o): Likewise.
6881         (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
6882         (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
6883         (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
6884         (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
6885         (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
6886         (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
6887         * coretypes.h: Include everything up to real.h for generators.
6888         Include insn-modes.h first.  Include wide-int-print.h after
6889         wide-int.h.  Include insn-modes-inline.h and then machmode.h.
6890         * machmode.h: Don't include insn-modes.h here.
6891         * function-tests.c: Remove includes of signop.h, machmode.h,
6892         double-int.h and wide-int.h.
6893         * rtl.h: Likewise.
6894         * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
6895         and wide-int.h.
6896         * optc-save-gen.awk: Likewise.
6897         * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
6898         * godump.c: Remove include of wide-int-print.h.
6899         * pretty-print.h: Likewise.
6900         * wide-int-print.cc: Likewise.
6901         * wide-int.cc: Likewise.
6902         * hash-map-tests.c: Remove include of signop.h.
6903         * hash-set-tests.c: Likewise.
6904         * rtl-tests.c: Likewise.
6905         * mkconfig.sh: Remove include of machmode.h.
6906         * genmodes.c (emit_insn_modes_h): Split emission of inline functions
6907         into...
6908         (emit_insn_modes_inline_h): ...this new function.  Emit the code
6909         into an insn-modes-inline.h header file, adding appropriate
6910         include guards and end comments.
6911         (emit_insn_modes_c_header): Remove include of machmode.h.
6912         (emit_min_insn_modes_c_header): Include coretypes.h rather than
6913         machmode.h.
6914         (main): Handle -i flag and call emit_insn_modes_inline_h when
6915         it is passed.
6917 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6919         * tree-ssa-strlen.c (strinfo): Rename the length field to
6920         nonzero_chars.  Add a full_string_p field.
6921         (compare_nonzero_chars, zero_length_string_p): New functions.
6922         (get_addr_stridx): Add an offset_out parameter.
6923         Use compare_nonzero_chars.
6924         (get_stridx): Update accordingly.  Use compare_nonzero_chars.
6925         (new_strinfo): Update after above changes to strinfo.
6926         (set_endptr_and_length): Set full_string_p.
6927         (get_string_length): Update after above changes to strinfo.
6928         (unshare_strinfo): Update call to new_strinfo.
6929         (maybe_invalidate): Likewise.
6930         (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
6931         Use compare_nonzero_chars and zero_string_p.  Treat nonzero_chars
6932         as a uhwi instead of an shwi.  Update after above changes to
6933         strinfo and new_strinfo.
6934         (zero_length_string): Assert that chainsi contains full strings.
6935         Use zero_length_string_p.  Update call to new_strinfo.
6936         (adjust_related_strinfos): Update after above changes to strinfo.
6937         Copy full_string_p from origsi.
6938         (adjust_last_stmt): Use zero_length_string_p.
6939         (handle_builtin_strlen): Update after above changes to strinfo and
6940         new_strinfo.  Install the lhs as the string length if the previous
6941         entry didn't describe a full string.
6942         (handle_builtin_strchr): Update after above changes to strinfo
6943         and new_strinfo.
6944         (handle_builtin_strcpy): Likewise.
6945         (handle_builtin_strcat): Likewise.
6946         (handle_builtin_malloc): Likewise.
6947         (handle_pointer_plus): Likewise.
6948         (handle_builtin_memcpy): Likewise.  Track nonzero characters
6949         that aren't necessarily followed by a nul terminator.
6950         (handle_char_store): Likewise.
6952 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6954         PR tree-optimization/80769
6955         * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
6956         for malloc and calloc.  Document the new invariant that all related
6957         strinfos have delayed lengths or none do.
6958         (verify_related_strinfos): Move earlier in file.
6959         (set_endptr_and_length): New function, split out from...
6960         (get_string_length): ...here.  Also set the lengths of related
6961         strinfos.
6962         (zero_length_string): Assert that chainsi has known (rather than
6963         delayed) lengths.
6964         (adjust_related_strinfos): Likewise.
6966 2017-07-02  Richard Sandiford  <richard.sandiford@linaro.org>
6968         PR tree-optimization/81136
6969         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
6970         assert that two references with the same misalignment have the same
6971         compile-time misalignment if those compile-time misalignments
6972         are known.
6974 2017-07-01  Andi Kleen  <ak@linux.intel.com>
6976         * print-tree.c (print_node): Print all attributes.
6978 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
6980         * cfg.c (scale_bbs_frequencies): New function.
6981         * cfg.h (scale_bbs_frequencies): Declare it.
6982         * cfgloopanal.c (single_likely_exit): Cleanup.
6983         * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
6984         as parameter.
6985         (scale_loop_profile): Likewise.
6986         (loop_version): Likewise.
6987         (create_empty_loop_on_edge): Update.
6988         * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
6989         scale_loop_frequencies, scale_loop_profile, loopify,
6990         loop_version): Update prototypes.
6991         * modulo-sched.c (sms_schedule): Update.
6992         * predict.c (unlikely_executed_edge_p): Also check probability.
6993         (probably_never_executed_edge_p): Fix typo.
6994         * tree-if-conv.c (version_loop_for_if_conversion): Update.
6995         * tree-parloops.c (gen_parallel_loop): Update.
6996         * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
6997         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
6998         * tree-ssa-loop-split.c (split_loop): Update.
6999         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7000         * tree-vect-loop-manip.c (vect_do_peeling): Update.
7001         (vect_loop_versioning): Update.
7002         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7004 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7006         * trans-mem.c (split_bb_make_tm_edge): Update profile.
7008 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7010         * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
7011         to keep profile consistent.
7013 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7015         * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
7016         * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
7017         * profile-count.h (max_safe_multiplier): Make unsigned.
7018         (profile_count::guessed_zero): New.
7020 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7022         * bb-reorder.c (fix_up_crossing_landing_pad,
7023         fix_crossing_conditional_branches): Use make_single_succ_edge
7024         to keep profile consistent.
7026 2017-07-01  Jan Hubicka  <hubicka@ucw.cz>
7028         * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
7029         to update profile.
7031 2017-07-01  Jakub Jelinek  <jakub@redhat.com>
7033         PR sanitizer/81262
7034         * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
7035         the right scopes, make sure cond_jump isn't preserved between multiple
7036         iterations.  Search for fallthru edge whenever there are 3+ edges and
7037         use find_fallthru_edge for it.
7039 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7041         Patch by Alexander Monakov <amonakov@ispras.ru>
7042         * sel-sched-ir.c (compute_succs_info): Handle uninitialized
7043         probabilities consistently.
7045 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7047         * pa.c (pa_expand_compare_and_swap_loop): Update call of
7048         emit_cmp_and_jump_insns.
7050 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7052         PR ipa/81261
7053         * tree-inline.c (expand_call_inline): Combine profile statuses.
7055 2017-06-30  Andrew Pinski  <apinski@cavium.com>
7057         * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
7058         fold_stmt returned true.
7060 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7062         * ggc.h (empty_string): Delete.
7063         * cfgexpand.c (expand_asm_stmt): Use plain "".
7064         * optabs.c (expand_asm_memory_barrier): Likewise.
7065         * stringpool.c (empty_string): Delete.
7066         (digit_vector, digit_string): Delete.
7067         (ggc_alloc_string): Use plain "", don't optimize single digit
7068         strings.  Use ggc_alloc_atomic.
7070 2017-06-30  Richard Earnshaw  <rearnsha@arm.com>
7072         * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
7073         comparison set and one other set, use the cost of the non-comparison
7074         set.
7076 2017-06-30  Nathan Sidwell  <nathan@acm.org>
7078         * ggc.h: Replace all 'static inline' with plain 'inline'.  Fix
7079         some formatting.
7081 2017-06-30  Peter Bergner  <bergner@vnet.ibm.com>
7083         * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
7084         loops.  Remove now unneeded calls to gimple_switch_set_label() that
7085         just set removed labels to NULL_TREE.
7087 2017-06-30  Aldy Hernandez  <aldyh@redhat.com>
7089         * tree-ssanames.c (set_range_info_raw): Abstract from ...
7090         (set_range_info): ...here.  Only call set_range_info_raw if domain
7091         is useful.
7092         (set_nonzero_bits): Call set_range_info_raw.
7093         * tree-ssanames.h (set_range_info_raw): New.
7095 2017-06-30  Jakub Jelinek  <jakub@redhat.com>
7097         PR target/81225
7098         * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
7099         V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
7100         of nonimmediate_operand and <store_mask_constraint> instead of m
7101         for the input operand.  For V8FI iterator, always split if input
7102         is a MEM.  For V16FI and V8SF_256 iterators, don't test if both
7103         operands are MEM if <mask_applied>.  For VI4F_256 iterator, use
7104         <store_mask_predicate> instead of register_operand and
7105         <store_mask_constraint> instead of v for the input operand.  Make
7106         sure both operands aren't MEMs for if not <mask_applied>.
7108 2017-06-30  Sylvestre Ledru  <sylvestre@debian.org>
7110         * lto-wrapper.c (copy_file) Close both file descriptors before
7111         exiting normally.
7113 2017-06-30  Martin Liska  <mliska@suse.cz>
7115         PR ipa/81214
7116         * multiple_target.c (create_dispatcher_calls): Make ifunc
7117         also for function that don't have calls or are not referenced.
7119 2017-06-30  Richard Biener  <rguenther@suse.de>
7121         * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
7122         analyze the first scalar stmt.  Move vector type computation
7123         for the BB case here from ...
7124         * tree-vect-stmts.c (vect_analyze_stmt): ... here.  Guard
7125         live operation processing in the SLP case properly.
7127 2017-06-30  Richard Biener  <rguenther@suse.de>
7129         * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
7131 2017-06-30  Martin Liska  <mliska@suse.cz>
7133         PR sanitizer/81021
7134         * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
7135         before BUILT_IN_UNWIND_RESUME when ASAN is used.
7137 2017-06-30  Yvan Roux  <yvan.roux@linaro.org>
7139         * doc/invoke.texi (AArch64): Add missing options and remove redundant
7140         ones.
7142 2017-06-30  Richard Biener  <rguenther@suse.de>
7144         PR tree-optimization/81249
7145         * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
7146         condition reduction result to original scalar type.
7148 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7150         * profile-count.h (enum profile_quality): Fix typos and whitespace
7151         issues.
7153 2017-06-30  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7155         * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
7156         type for branch probabilities.
7158 2017-06-29  Julian Brown  <julian@codesourcery.com>
7159             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7161         * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
7162         * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
7163         (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
7164         (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
7166 2017-06-29  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
7168         * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
7169         check for CC usage into AARCH64_FUSE_CMP_BRANCH.
7170         * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
7171         CC usage from generic code to here.
7172         * sched-deps.c (sched_macro_fuse_insns): Move the condition for
7173         CC usage into the target macros.
7175 2017-06-29  Maya Rashish  <coypu@sdf.org>
7177         * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
7178         objects.
7180 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7182         * arm/arm-builtins.c: Include profile-count.h
7183         * except.c (sjlj_emit_function_enter): Use
7184         profile_probability::unlikely.
7186 2017-06-29  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
7188         * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
7189         and tocrel_offset be pointer args rather than implicitly using
7190         static versions.
7191         (legitimate_constant_pool_address_p, rs6000_emit_move,
7192         const_load_sequence_p, adjust_vperm): Add local tocrel_base and
7193         tocrel_offset and use in toc_relative_expr_p call.
7194         (print_operand, print_operand_address): Use static tocrel_base_oac
7195         and tocrel_offset_oac.
7196         (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
7197         tocrel_offset_oac.
7199 2017-06-29  Maya Rashish  <coypu@sdf.org>
7201         * config/vax/builtins.md (ffssi2_internal): Correct constraint.
7203 2017-06-29  Eric Botcazou  <ebotcazou@adacore.com>
7205         * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
7206         objects, take into account only the alignment of 'op0' and 'mode1' if
7207         'op0' is a MEM.
7209 2017-06-29  Steve Ellcey  <sellcey@cavium.com>
7211         * ccmp.c (ccmp_tree_comparison_p): New function.
7212         (ccmp_candidate_p): Update to use above function.
7213         (get_compare_parts): New function.
7214         (expand_ccmp_next): Update to use new functions.
7215         (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
7216         new functions.
7217         (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
7218         take mode as argument.
7219         * ccmp.h (expand_ccmp_expr): Add mode as argument.
7220         * expr.c (expand_expr_real_1): Pass mode as argument.
7222 2017-06-29  Segher Boessenkool  <segher@kernel.crashing.org>
7224         * combine.c (combine_instructions): Print insns to dump_file, together
7225         with their costs.
7227 2017-06-29  Jan Hubicka  <hubicka@ucw.cz>
7229         * asan.c (asan_emit_stack_protection): Update.
7230         (create_cond_insert_point): Update.
7231         * auto-profile.c (afdo_propagate_circuit): Update.
7232         * basic-block.h (struct edge_def): Turn probability to
7233         profile_probability.
7234         (EDGE_FREQUENCY): Update.
7235         * bb-reorder.c (find_traces_1_round): Update.
7236         (better_edge_p): Update.
7237         (sanitize_hot_paths): Update.
7238         * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
7239         (make_single_succ_edge): Update.
7240         (check_bb_profile): Update.
7241         (dump_edge_info): Update.
7242         (update_bb_profile_for_threading): Update.
7243         * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
7244         probabilitycount to 0.
7245         * cfgbuild.c (compute_outgoing_frequencies): Update.
7246         * cfgcleanup.c (try_forward_edges): Update.
7247         (outgoing_edges_match): Update.
7248         (try_crossjump_to_edge): Update.
7249         * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
7250         (expand_gimple_tailcall): Update.
7251         (construct_init_block): Use make_single_succ_edge.
7252         (construct_exit_block): Use make_single_succ_edge.
7253         * cfghooks.c (verify_flow_info): Update.
7254         (redirect_edge_succ_nodup): Update.
7255         (split_edge): Update.
7256         (account_profile_record): Update.
7257         * cfgloopanal.c (single_likely_exit): Update.
7258         * cfgloopmanip.c (scale_loop_profile): Update.
7259         (set_zero_probability): Remove.
7260         (duplicate_loop_to_header_edge): Update.
7261         * cfgloopmanip.h (loop_version): Update prototype.
7262         * cfgrtl.c (try_redirect_by_replacing_jump): Update.
7263         (force_nonfallthru_and_redirect): Update.
7264         (update_br_prob_note): Update.
7265         (rtl_verify_edges): Update.
7266         (purge_dead_edges): Update.
7267         (rtl_lv_add_condition_to_bb): Update.
7268         * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
7269         * cgraphunit.c (init_lowered_empty_function): Update.
7270         (cgraph_node::expand_thunk): Update.
7271         * cilk-common.c: Include profile-count.h
7272         * dojump.c (inv): Remove.
7273         (jumpifnot): Update.
7274         (jumpifnot_1): Update.
7275         (do_jump_1): Update.
7276         (do_jump): Update.
7277         (do_jump_by_parts_greater_rtx): Update.
7278         (do_compare_rtx_and_jump): Update.
7279         * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
7280         do_jump_1. do_compare_rtx_and_jump): Update prototype.
7281         * dwarf2cfi.c: Include profile-count.h
7282         * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
7283         (sjlj_emit_dispatch_table): Likewise.
7284         * explow.c: Include profile-count.h
7285         * expmed.c (emit_store_flag_force): Update.
7286         (do_cmp_and_jump): Update.
7287         * expr.c (compare_by_pieces_d::generate): Update.
7288         (compare_by_pieces_d::finish_mode): Update.
7289         (emit_block_move_via_loop): Update.
7290         (store_expr_with_bounds): Update.
7291         (store_constructor): Update.
7292         (expand_expr_real_2): Update.
7293         (expand_expr_real_1): Update.
7294         * expr.h (try_casesi, try_tablejump): Update prototypes.
7295         * gimple-pretty-print.c (dump_probability): Update.
7296         (dump_profile): New.
7297         (dump_gimple_label): Update.
7298         (dump_gimple_bb_header): Update.
7299         * graph.c (draw_cfg_node_succ_edges): Update.
7300         * hsa-gen.c (convert_switch_statements): Update.
7301         * ifcvt.c (cheap_bb_rtx_cost_p): Update.
7302         (find_if_case_1): Update.
7303         (find_if_case_2): Update.
7304         * internal-fn.c (expand_arith_overflow_result_store): Update.
7305         (expand_addsub_overflow): Update.
7306         (expand_neg_overflow): Update.
7307         (expand_mul_overflow): Update.
7308         (expand_vector_ubsan_overflow): Update.
7309         * ipa-cp.c (good_cloning_opportunity_p): Update.
7310         * ipa-split.c (split_function): Use make_single_succ_edge.
7311         * ipa-utils.c (ipa_merge_profiles): Update.
7312         * loop-doloop.c (add_test): Update.
7313         (doloop_modify): Update.
7314         * loop-unroll.c (compare_and_jump_seq): Update.
7315         (unroll_loop_runtime_iterations): Update.
7316         * lra-constraints.c (lra_inheritance): Update.
7317         * lto-streamer-in.c (input_cfg): Update.
7318         * lto-streamer-out.c (output_cfg): Update.
7319         * mcf.c (adjust_cfg_counts): Update.
7320         * modulo-sched.c (sms_schedule): Update.
7321         * omp-expand.c (expand_omp_for_init_counts): Update.
7322         (extract_omp_for_update_vars): Update.
7323         (expand_omp_ordered_sink): Update.
7324         (expand_omp_for_ordered_loops): Update.
7325         (expand_omp_for_generic): Update.
7326         (expand_omp_for_static_nochunk): Update.
7327         (expand_omp_for_static_chunk): Update.
7328         (expand_cilk_for): Update.
7329         (expand_omp_simd): Update.
7330         (expand_omp_taskloop_for_outer): Update.
7331         (expand_omp_taskloop_for_inner): Update.
7332         * omp-simd-clone.c (simd_clone_adjust): Update.
7333         * optabs.c (expand_doubleword_shift): Update.
7334         (expand_abs): Update.
7335         (emit_cmp_and_jump_insn_1): Update.
7336         (expand_compare_and_swap_loop): Update.
7337         * optabs.h (emit_cmp_and_jump_insns): Update prototype.
7338         * predict.c (predictable_edge_p): Update.
7339         (edge_probability_reliable_p): Update.
7340         (set_even_probabilities): Update.
7341         (combine_predictions_for_insn): Update.
7342         (combine_predictions_for_bb): Update.
7343         (propagate_freq): Update.
7344         (estimate_bb_frequencies): Update.
7345         (force_edge_cold): Update.
7346         * profile-count.c (profile_count::dump): Add missing space into dump.
7347         (profile_count::debug): Add newline.
7348         (profile_count::differs_from_p): Explicitly convert to unsigned.
7349         (profile_count::stream_in): Update.
7350         (profile_probability::dump): New member function.
7351         (profile_probability::debug): New member function.
7352         (profile_probability::differs_from_p): New member function.
7353         (profile_probability::differs_lot_from_p): New member function.
7354         (profile_probability::stream_in): New member function.
7355         (profile_probability::stream_out): New member function.
7356         * profile-count.h (profile_count_quality): Rename to ...
7357         (profile_quality): ... this one.
7358         (profile_probability): New.
7359         (profile_count): Update.
7360         * profile.c (compute_branch_probabilities): Update.
7361         * recog.c (peep2_attempt): Update.
7362         * sched-ebb.c (schedule_ebbs): Update.
7363         * sched-rgn.c (find_single_block_region): Update.
7364         (compute_dom_prob_ps): Update.
7365         (schedule_region): Update.
7366         * sel-sched-ir.c (compute_succs_info): Update.
7367         * stmt.c (struct case_node): Update.
7368         (do_jump_if_equal): Update.
7369         (get_outgoing_edge_probs): Update.
7370         (conditional_probability): Update.
7371         (emit_case_dispatch_table): Update.
7372         (expand_case): Update.
7373         (expand_sjlj_dispatch_table): Update.
7374         (emit_case_nodes): Update.
7375         * targhooks.c: Update.
7376         * tracer.c (better_p): Update.
7377         (find_best_successor): Update.
7378         * trans-mem.c (expand_transaction): Update.
7379         * tree-call-cdce.c: Update.
7380         * tree-cfg.c (gimple_split_edge): Upate.
7381         (move_sese_region_to_fn): Upate.
7382         * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
7383         * tree-eh.c (lower_resx): Upate.
7384         (cleanup_empty_eh_move_lp): Upate.
7385         * tree-if-conv.c (version_loop_for_if_conversion): Update.
7386         * tree-inline.c (copy_edges_for_bb): Update.
7387         (copy_cfg_body): Update.
7388         * tree-parloops.c (gen_parallel_loop): Update.
7389         * tree-profile.c (gimple_gen_ic_func_profiler): Update.
7390         (gimple_gen_time_profiler): Update.
7391         * tree-ssa-dce.c (remove_dead_stmt): Update.
7392         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
7393         * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
7394         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
7395         (unloop_loops): Update.
7396         (try_peel_loop): Update.
7397         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7398         * tree-ssa-loop-split.c (connect_loops): Update.
7399         (split_loop): Update.
7400         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7401         (hoist_guard): Update.
7402         * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
7403         * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
7404         (value_replacement): Update.
7405         * tree-ssa-reassoc.c (branch_fixup): Update.
7406         * tree-ssa-tail-merge.c (replace_block_by): Update.
7407         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
7408         (create_edge_and_update_destination_phis): Update.
7409         (compute_path_counts): Update.
7410         (recompute_probabilities): Update.
7411         (update_joiner_offpath_counts): Update.
7412         (freqs_to_counts_path): Update.
7413         (duplicate_thread_path): Update.
7414         * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
7415         (struct switch_conv_info): Update.
7416         (gen_inbound_check): Update.
7417         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
7418         (vect_do_peeling): Update.
7419         (vect_loop_versioning): Update.
7420         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7421         (optimize_mask_stores): Update.
7422         * ubsan.c (ubsan_expand_null_ifn): Update.
7423         * value-prof.c (gimple_divmod_fixed_value): Update.
7424         (gimple_divmod_fixed_value_transform): Update.
7425         (gimple_mod_pow2): Update.
7426         (gimple_mod_pow2_value_transform): Update.
7427         (gimple_mod_subtract): Update.
7428         (gimple_mod_subtract_transform): Update.
7429         (gimple_ic): Update.
7430         (gimple_stringop_fixed_value): Update.
7431         (gimple_stringops_transform): Update.
7432         * value-prof.h: Update.
7434 2017-06-29  Carl Love  <cel@us.ibm.com>
7436         * config/rs6000/rs6000-c.c: Add support for built-in functions
7437         vector signed int vec_signed (vector float);
7438         vector signed long long vec_signed (vector double);
7439         vector signed int vec_signed2 (vector double, vector double);
7440         vector signed int vec_signede (vector double);
7441         vector signed int vec_signedo (vector double);
7442         * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
7443         instruction generator.
7444         * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7445         UNSPEC_VSX_VSIGNED2): Add UNSPECS.
7446         (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
7447         Add define_insn.
7448         (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
7449         vunsignede_v2df): Add define_expands.
7450         * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
7451         VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
7452         VEC_UNSIGNEDO): Add definitions.
7453         * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7454         UNSPEC_VSX_VSIGNED2): Add UNSPECs.
7455         (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
7456         (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
7457         vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
7458         * config/rs6000/altivec.h (vec_signed, vec_signed2,
7459         vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
7460         vec_unsignede, vec_unsignedo): Add builtin defines.
7461         * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
7462         declaration.
7463         * doc/extend.texi: Update the built-in documentation file for the
7464         new built-in functions.
7466 2017-06-29  Richard Biener  <rguenther@suse.de>
7468         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
7469         reduction chains to LOOP_VINFO_REDUCTIONS.
7470         * tree-vect-slp.c (vect_analyze_slp): Continue looking for
7471         SLP reductions after processing reduction chains.
7473 2017-06-29  Nathan Sidwell  <nathan@acm.org>
7475         * builtins.c (fold_builtin_FUNCTION): Use
7476         lang_hooks.decl_printable_name.
7478 2017-06-29  Peter Bergner  <bergner@vnet.ibm.com>
7480         PR middle-end/81194
7481         * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
7482         with only one label.
7483         * stmt.c (expand_case): Assert NCASES is greater than one.
7485 2017-06-29  Richard Biener  <rguenther@suse.de>
7487         * tree-cfg.c (group_case_labels_stmt): Return whether we changed
7488         anything.
7489         (group_case_labels): Likewise.
7490         (find_taken_edge): Push sanity checking on val to workers...
7491         (find_taken_edge_cond_expr): ... here
7492         (find_taken_edge_switch_expr): ... and here, handle cases
7493         with just a default label.
7494         * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
7495         (group_case_labels): Likewise.
7496         * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
7497         group_case_labels does anything cleanup the CFG again.
7499 2017-06-29  Bin Cheng  <bin.cheng@arm.com>
7501         PR tree-optimization/81196
7502         * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
7503         exit condition comparing two IVs.
7505 2017-06-29  Richard Earnshaw  <rearnsha@arm.com>
7507         * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
7508         profile to the dummy entry at the end of the list of architectures.
7509         * config/arm/arm-cpu-cdata.h: Regenerated.
7511 2017-06-29  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
7512             Michael Collison <michael.collison@arm.com>
7514         PR target/70119
7515         * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
7516         New pattern.
7517         (*aarch64_reg_<mode>3_neg_mask2): New pattern.
7518         (*aarch64_reg_<mode>3_minus_mask): New pattern.
7519         (*aarch64_<optab>_reg_di3_mask2): New pattern.
7520         * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
7521         of shift when the shift amount is masked with constant equal to
7522         the size of the mode.
7523         * config/aarch64/predicates.md (subreg_lowpart_operator): New
7524         predicate.
7526 2017-06-29  Martin Liska  <mliska@suse.cz>
7528         * config/i386/i386.opt: Change range from [1,5] to [0,5].
7530 2017-06-29  Yury Gribov  <tetra2005@gmail.com>
7532         PR bootstrap/80565
7533         * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
7534         code.
7535         * ipa-inline.h
7536         (edge_growth_cache_entry::edge_growth_cache_entry): New
7537         function.
7538         (reset_edge_growth_cache): Update to use constructor.
7540 2017-06-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
7542         * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
7543         (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7544         (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7546 2017-06-28  Sebastian Peryt  <sebastian.peryt@intel.com>
7548         * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
7549         (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
7551 2017-06-28  Szabolcs Nagy  <szabolcs.nagy@arm.com>
7553         * config.gcc (*-linux-musl*): Add t-musl tmake_file.
7554         (*-linux-uclibc*): Add t-uclibc tmake_file.
7555         * config/t-musl: New.
7556         * config/t-uclibc: New.
7558 2017-06-28  Richard Earnshaw  <rearnsha@arm.com>
7560         * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
7561         context.
7562         (gen_comm_data): Emit architectural setting of arch_prof.
7563         * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
7564         profile.
7565         (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
7566         (armv8-m.base, armv8-m.main): Likewise.
7567         * arm-protos.h (arm_build_target): Add profile field.
7568         (arch_option): Likewise.
7569         * config/arm/arm.c (arm_configure_build_target): Copy the profile to
7570         the active target.
7571         * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
7572         arm_active_target.profile.
7574 2017-06-28  Richard Biener  <rguenther@suse.de>
7576         PR middle-end/81227
7577         * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
7578         TYPE_OVERFLOW_WRAPS.
7579         * match.pd (negate_expr_p): Likewise.
7580         * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
7581         fold_build2, not fold_binary.
7583 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7585         * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
7586         Convert memory address to Pmode.
7587         (aarch64_print_operand): Assert MEM operands are always Pmode.
7589 2017-06-28  Wilco Dijkstra  <wdijkstr@arm.com>
7591         PR target/79665
7592         * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
7593         Remove redundant if.
7594         (aarch_forward_to_shift_is_not_shifted_reg): Remove.
7595         * config/arm/aarch-common-protos.h
7596         (aarch_forward_to_shift_is_not_shifted_re): Remove.
7597         * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
7599 2017-06-28  Michael Meissner  <meissner@linux.vnet.ibm.com>
7601         PR ipa/81238
7602         * multiple_target.c (create_dispatcher_calls): Set the default
7603         clone to be static, not public.
7605 2017-06-28  Richard Biener  <rguenther@suse.de>
7607         * tree-vect-loop.c (vectorizable_reduction): Move special
7608         cond reduction IV var creation ...
7609         (vect_create_epilog_for_reduction): ... here.  Remove induction_index
7610         parameter.  Use STMT_VINFO_VECTYPE.
7611         * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
7612         constant_p.
7614 2017-06-28  Martin Liska  <mliska@suse.cz>
7616         PR ipa/81128
7617         * ipa-visibility.c (non_local_p): Handle visibility.
7619 2017-06-28  Martin Liska  <mliska@suse.cz>
7621         PR driver/79659
7622         * common.opt: Add IntegerRange to various options.
7623         * opt-functions.awk (integer_range_info): New function.
7624         * optc-gen.awk: Add integer_range_info to cl_options struct.
7625         * opts-common.c (decode_cmdline_option): Handle
7626         CL_ERR_INT_RANGE_ARG.
7627         (cmdline_handle_error): Likewise.
7628         * opts.c (print_filtered_help): Show valid interval in
7629         when --help is provided.
7630         * opts.h (struct cl_option): Add range_min and range_max fields.
7631         * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
7633 2017-06-28  Marc Glisse  <marc.glisse@inria.fr>
7635         * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
7636         (x * C EQ/NE y * C): New transformation.
7638 2017-06-28  Christophe Lyon  <christophe.lyon@linaro.org>
7640         * genmultilib (combination_space): Accept '+' in option names.
7642 2017-06-28  Martin Liska  <mliska@suse.cz>
7644         PR sanitizer/81224
7645         * asan.c (instrument_derefs): Bail out inner references
7646         that are hard register variables.
7648 2017-06-28  Jakub Jelinek  <jakub@redhat.com>
7650         PR target/81175
7651         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
7652         rather than def_builtin_pure for __builtin_ia32_gatherpf*.
7654 2017-06-28  Richard Biener  <rguenther@suse.de>
7656         * tree-vectorizer.h (vect_get_vec_defs): Remove.
7657         (vect_get_slp_defs): Adjust.
7658         * tree-vect-loop.c (get_initial_defs_for_reduction): Split
7659         out from ...
7660         * tree-vect-slp.c (vect_get_constant_vectors): ... here and
7661         simplify.
7662         * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
7663         get_initial_defs_for_reduction instead of vect_get_vec_defs.
7664         (vectorizable_reduction): Adjust.
7665         * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
7666         handling.
7667         (vect_get_slp_defs): Likewise.
7668         * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
7669         (vectorizable_bswap): Adjust.
7670         (vectorizable_call): Likewise.
7671         (vectorizable_conversion): Likewise.
7672         (vectorizable_assignment): Likewise.
7673         (vectorizable_shift): Likewise.
7674         (vectorizable_operation): Likewise.
7675         (vectorizable_store): Likewise.
7676         (vectorizable_condition): Likewise.
7677         (vectorizable_comparison): Likewise.
7679 2017-06-28  Michael Collison  <michael.collison@arm.com>
7681         PR target/68535
7682         * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
7683         set of base_reg
7684         (arm_gen_movmemqi): Removed unused variable 'i'.
7685         Convert 'for' loop into 'while' loop.
7686         (arm_expand_prologue): Remove last unnecessary set of insn.
7687         (thumb_pop): Remove unused variable 'pushed_words'.
7688         (thumb_exit): Remove last unnecessary set of regs_to_pop.
7690 2017-06-28  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
7692         * config/s390/predicates.md: Use s390_rel_address_ok_p.
7693         * config/s390/s390-protos.h: Add prototype of
7694         s390_rel_address_ok_p.
7695         * config/s390/s390.c (s390_got_symbol): New function.
7696         (s390_rel_address_ok_p): New function.
7697         (legitimize_pic_address): Use s390_rel_address_ok_p.
7698         (s390_load_got): Use s390_got_symbol.
7699         (s390_option_override): Issue error if
7700         -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
7701         * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
7702         New macro.
7703         * config/s390/s390.opt: New option mpic-data-is-text-relative.
7705 2017-06-27  Andrew Pinski  <apinski@cavium.com>
7707         * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
7708         (X * copysign (1.0, X)): New pattern.
7709         (X * copysign (1.0, -X)): New pattern.
7710         (copysign (-1.0, CST)): New pattern.
7712 2017-06-27  Joseph Myers  <joseph@codesourcery.com>
7714         * genmultilib (combination_space): Remove variable.
7715         Validate reuse rules against regular expression for any sequence
7716         of multilib options in any order.
7718 2017-06-27  Michael Collison  <michael.collison@arm.com>
7720         * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
7721         call aarch64_split_simd_combine.
7722         * (aarch64_combine_internal<mode>): Delete pattern.
7723         * config/aarch64/aarch64.c (aarch64_split_simd_combine):
7724         Allow register and subreg operands.
7726 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7728         * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
7729         specific need, just fallback on defaults.
7730         (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
7732 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7733             Olivier Hainque  <hainque@adacore.com>
7735         * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
7736         map for 64bits.
7737         (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
7738         targets. Pick a default if no particular attempt applied.
7739         (STACK_CHECK_PROTECT): Double for 64bit targets, which have
7740         larger contexts.
7742 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7744         * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
7745         (x86_64-wrs-vxworks7): Likewise.
7747 2017-06-27  Marek Polacek  <polacek@redhat.com>
7749         PR sanitizer/81223
7750         * ubsan.c (instrument_null): Check get_base_address's result for null.
7752 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7754         * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
7756 2017-06-27  Marc Glisse  <marc.glisse@inria.fr>
7758         * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
7759         BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
7760         (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
7761         BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
7762         New function types.
7763         * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
7764         BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
7765         BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
7766         BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
7767         BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
7768         BUILT_IN_FEUPDATEENV): New builtins.
7769         * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
7770         TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
7771         * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
7772         fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
7773         macros.
7774         (builtin_structptr_types): Adjust size.
7775         * tree.c (builtin_structptr_types): Add four entries.
7777 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7778             Olivier Hainque  <hainque@adacore.com>
7780         * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
7781         (TLS_SYM): New local macro, forcing reference to __tls__ on
7782         link command lines for VxWorks 7 RTPs, triggering initialization
7783         of tlsLib.
7784         (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
7785         OS features TLS support, true for RTPs on VxWorks 7.
7786         * config/vxworks.c (vxworks_override_options): Setup emutls
7787         accordingly.
7789 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7791         * predict.c (test_prediction_value_range): Use -1U instead of -1
7792         to avoid narrowing conversion warning.
7793         * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
7794         to avoid narrowing conversion warning.
7795         * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
7796         -1.
7797         * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
7799 2017-06-27  Jerome Lambourg  <lambourg@adacore.com>
7801         * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
7802         64bit configurations.
7803         (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
7804         (SIZE_TYPE): Likewise.
7805         * config/vxworks.c (vxworks_emutls_var_fields): Use
7806         long_unsigned_type_node instead of unsigned_type_node as the offset
7807         field type, which is "pointer" mode in emutls.c.
7809 2017-06-27  Jakub Jelinek  <jakub@redhat.com>
7811         PR sanitizer/81209
7812         * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
7814         PR middle-end/81207
7815         * gimple-fold.c (replace_call_with_call_and_fold): Handle
7816         gimple_vuse copying separately from gimple_vdef copying.
7818 2017-06-27  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
7820         * value-prof.c (free_hist): Remove call to memset and the enclosing if
7821         condition.
7823 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7824             Olivier Hainque  <hainque@adacore.com>
7826         * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
7827         for all vxworks7 targets.
7828         * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
7829         (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
7830         (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
7831         variations for VX6/VX7 and 32/64bits later on in ...
7832         (VXWORKS_LIB_SPEC): Leverage new macros.
7833         (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
7834         as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
7836 2017-06-26  Jerome Lambourg  <lambourg@adacore.com>
7838         * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
7839         _VX_TOOL_FAMILY and _VX_TOOL to gnu.
7841 2017-06-26  Carl Love  <cel@us.ibm.com>
7843         * config/rs6000/rs6000-c.c: Add support for built-in functions
7844         vector bool char vec_reve (vector bool char);
7845         vector signed char vec_reve (vector signed char);
7846         vector unsigned char vec_reve (vector unsigned char);
7847         vector bool int vec_reve (vector bool int);
7848         vector signed int vec_reve (vector signed int);
7849         vector unsigned int vec_reve (vector unsigned int);
7850         vector bool long long vec_reve (vector bool long long);
7851         vector signed long long vec_reve (vector signed long long);
7852         vector unsigned long long vec_reve (vector unsigned long long);
7853         vector bool short vec_reve (vector bool short);
7854         vector signed short vec_reve (vector signed short);
7855         vector double vec_reve (vector double);
7856         vector float vec_reve (vector float);
7857         * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
7858         VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
7859         * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
7860         (altivec_vreve): New pattern.
7861         * config/rs6000/altivec.h (vec_reve): New define.
7862         * doc/extend.texi (vec_rev): Update the built-in documentation file
7863         for the new built-in functions.
7865 2016-06-26  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
7867         PR tree-optimization/71815
7868         * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
7869         function.
7870         (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
7871         has_single_use.
7872         (slsr_process_phi): Likewise.
7873         (replace_uncond_cands_and_profitable_phis): Don't replace a
7874         multiply candidate with a stride of 1 (copy or cast).
7875         (phi_incr_cost): Call uses_consumed_by_stmt rather than
7876         has_single_use.
7877         (lowest_cost_path): Likewise.
7878         (total_savings): Likewise.
7880 2017-06-26  Richard Biener  <rguenther@suse.de>
7882         PR target/81175
7883         * config/i386/i386.c (ix86_init_mmx_sse_builtins):
7884         Use def_builtin_pure for all gather builtins.
7886 2017-06-26  Richard Biener  <rguenther@suse.de>
7888         PR tree-optimization/81203
7889         * tree-tailcall.c (find_tail_calls): Do not move stmts into
7890         non-dominating BBs.
7892 2017-06-26  Marek Polacek  <polacek@redhat.com>
7894         PR c/80116
7895         * doc/invoke.texi: Document -Wmultistatement-macros.
7897 2017-06-26  Christophe Lyon  <christophe.lyon@linaro.org>
7899         * doc/sourcebuild.texi (ARM-specific attributes): Document new
7900         arm_neon_ok_no_float_abi effective target.
7902 2017-06-26  Richard Biener  <rguenther@suse.de>
7904         PR tree-optimization/80928
7905         * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
7906         (copy_bbs): Set BB_DUPLICATED flag early.
7907         (execute_on_growing_pred): Do not execute for BB_DUPLICATED
7908         marked blocks.
7909         (execute_on_shrinking_pred): Likewise.
7910         * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
7911         BB_DUPLICATED blocks.
7912         * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
7913         iterate over all PHIs considering removal of *gsi.
7915 2017-06-23  Jim Wilson  <jim.wilson@linaro.org>
7917         * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
7918         qdf24xx.
7920 2017-06-23  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
7922         * config/rs6000/rs6000-string.c: (expand_block_clear,
7923         do_load_for_compare, select_block_compare_mode,
7924         compute_current_alignment, expand_block_compare,
7925         expand_strncmp_align_check, expand_strn_compare,
7926         expand_block_move, rs6000_output_load_multiple)
7927         Move functions related to string/block move/compare
7928         to a separate file.
7929         * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
7930         * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
7931         for this function which is now used in two files.
7932         * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
7933         * config.gcc: Add rs6000-string.o to extra_objs for
7934         targets powerpc*-*-* and rs6000*-*-*.
7936 2017-06-23  Michael Meissner  <meissner@linux.vnet.ibm.com>
7938         PR target/80510
7939         * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
7940         32-bit, since indexed is not valid for DImode.
7941         (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
7942         3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
7943         (define_peephole2 for Altivec d-form load): Add 32-bit support.
7944         (define_peephole2 for Altivec d-form store): Likewise.
7946         PR ipa/81185
7947         * multiple_target.c (create_dispatcher_calls): Only create the
7948         dispatcher call if the function is the default clone of a
7949         versioned function.
7951 2017-06-23  Segher Boessenkool  <segher@kernel.crashing.org>
7953         PR middle-end/80902
7954         * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
7955         a call, force the call to not be a tail call.
7957 2017-06-23  Jeff Law  <law@redhat.com>
7959         * doc/contrib.texi: Add entry for Steven Pemberton's work on
7960         enquire.
7962 2017-06-23  Will Schmidt  <will_schmidt@vnet.ibm.com>
7964         * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
7965         update_call_from_tree().  (rs6000_gimple_fold_builtin): Add
7966         handling for early expansion of vector shifts (sl,sr,sra,rl).
7967         (builtin_function_type): Add vector shift right instructions
7968         to the unsigned argument list.
7970 2017-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
7972         rtl-optimizatoin/79286
7973         * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
7974         * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
7975         trap.  PIC register plus a const unspec without offset can never trap.
7977 2017-06-23  Marc Glisse  <marc.glisse@inria.fr>
7979         * tree.h (builtin_structptr_type): New type.
7980         (builtin_structptr_types): Declare new array.
7981         * tree.c (builtin_structptr_types): New array.
7982         (free_lang_data, build_common_tree_nodes): Use it.
7984 2017-06-23  Jonathan Wakely  <jwakely@redhat.com>
7986         PR c++/81187
7987         * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
7988         -Wnoexcept.
7990 2017-06-22  Matt Turner  <mattst88@gmail.com>
7992         * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
7993         Lake models to skylake case.  Assume skylake for unknown
7994         models with clflushopt.
7996 2017-06-22  Jeff Law  <law@redhat.com>
7998         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
7999         frame sizes that do not satisfy aarch64_uimm12_shift.
8001 2017-06-22  Jan Hubicka <hubicka@ucw.cz>
8003         * profile-count.h (apply_probability,
8004         apply_scale, probability_in): Fix checks for zero.
8006 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8008         * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
8009         * doc/cppdiropts.texi (-I @var{dir}): Document it.
8011 2016-06-22  Richard Biener  <rguenther@suse.de>
8013         * tree-vect-loop.c (vect_model_reduction_cost): Handle
8014         COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
8015         REDUC_MAX_EXPR support.
8016         (vectorizable_reduction): Likewise.
8017         (vect_create_epilog_for_reduction): Likewise.
8019 2017-06-22  James Greenhalgh  <james.greenhalgh@arm.com>
8021         * match.pd (A / (1 << B) -> A >> B): New.
8022         * generic-match-head.c: Include optabs-tree.h.
8023         * gimple-match-head.c: Likewise.
8024         * optabs-tree.h (target_supports_op_p): New.
8025         * optabs-tree.c (target_supports_op_p): New.
8027 2017-06-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
8029         * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
8030         $gcc_cv_ld --help output.
8031         (gcc_cv_ld_demangle): Likewise.
8032         (gcc_cv_ld_eh_frame_hdr): Likewise.
8033         (gcc_cv_ld_pie): Likewise.
8034         (gcc_cv_ld_as_needed): Likewise.  Prefer native forms unless $gnu_ld.
8035         (gcc_cv_ld_buildid): Likewise.
8036         (gcc_cv_ld_sysroot): Likewise.
8037         (ld_bndplt_support): Likewise.
8038         (ld_pushpopstate_support): Likewise.
8039         * configure: Regenerate.
8040         * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
8042 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8044         PR target/81151
8045         * config/i386/sse.md (round<mode>2): Renumber match_dup and
8046         operands indexes to avoid gap between operands and match_dups.
8048 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8050         * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
8051         Increment Arith_shift and Arith_shift_reg by 1.
8052         * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
8053         New tuning flag.
8054         * config/aarch64/aarch64.c (thunderx_tunings): Enable
8055         AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
8056         (aarch64_strip_extend): Add new argument and test for it.
8057         (aarch64_cheap_mult_shift_p): New function.
8058         (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
8059         add a cost if it is true.
8060         Update calls to aarch64_strip_extend.
8061         (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
8063 2017-06-21  Andrew Pinski  <apinski@cavium.com>
8065         * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
8066         tunings.
8067         (thunderxt88): Likewise.
8068         * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
8069         (thunderx_prefetch_tune): New variable.
8070         (thunderx2t99_prefetch_tune): Update for the correct values.
8071         (thunderxt88_tunings): New variable.
8072         (thunderx_tunings): Use thunderx_prefetch_tune instead of
8073         generic_prefetch_tune.
8074         (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
8076 2017-06-21  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
8078         * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
8079         SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
8080         (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
8081         (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
8082         (aarch64_atomic_cas<mode>, GPI): Likewise.
8084 2017-06-21  Martin Liska  <mliska@suse.cz>
8086         * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
8087         statements on cold and hot labels.
8088         * predict.c (tree_estimate_probability_bb): Remove the
8089         prediction from this place.
8091 2017-06-21  Martin Liska  <mliska@suse.cz>
8093         PR tree-optimization/79489
8094         * gimplify.c (maybe_add_early_return_predict_stmt): New
8095         function.
8096         (gimplify_return_expr): Call the function.
8097         * predict.c (tree_estimate_probability_bb): Remove handling
8098         of early return.
8099         * predict.def: Update comment about early return predictor.
8100         * gimple-predict.h (is_gimple_predict): New function.
8101         * predict.def: Change default value of early return to 66.
8102         * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
8103         statements.
8104         * passes.def: Put pass_strip_predict_hints to the beginning of
8105         IPA passes.
8107 2017-06-21  Pierre-Marie de Rodat  <derodat@adacore.com>
8109         * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
8110         FUNCTION_DECL declarations.
8111         (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
8112         declarations.
8113         (dwaf2out_decl): Likewise.
8114         * godump.c (go_early_global_decl): Skip call to the real debug hook
8115         for FUNCTION_DECL declarations.
8116         * passes.c (rest_of_decl_compilation): Skip call to the
8117         early_global_decl debug hook for FUNCTION_DECL declarations, unless
8118         -fdump-go-spec is passed.
8120 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8122         * config/i386/i386.c (struct builtin_isa): New field pure_p.
8123         Reorder for compactness.
8124         (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
8125         (def_builtin_pure, def_builtin_pure2): New functions.
8126         (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
8128 2017-06-21  Marc Glisse  <marc.glisse@inria.fr>
8130         * match.pd (nop_convert): New predicate.
8131         ((A +- CST1) +- CST2): Allow some NOP conversions.
8133 2017-06-21  Jakub Jelinek  <jakub@redhat.com>
8135         PR c++/81130
8136         * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
8137         with ctors/dtors if GOVD_SHARED is set.
8139 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8141         * config/aarch64/aarch64.md (movti_aarch64):
8142         Emit mov rather than orr.
8143         (movtf_aarch64): Likewise.
8144         * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
8145         Emit mov rather than orr.
8147 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8149         * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
8150         Swap alternatives, make integer dup more expensive.
8152 2017-06-21  Wilco Dijkstra  <wdijkstr@arm.com>
8154         * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
8155         Return true for non-tls symbols.
8157 2017-06-21  James Greenhalgh  <james.greenhalgh@arm.com>
8159         * config/aarch64/aarch64-cores.def (cortex-a55): New.
8160         (cortex-a75): Likewise.
8161         (cortex-a75.cortex-a55): Likewise.
8162         * config/aarch64/aarch64-tune.md: Regenerate.
8163         * doc/invoke.texi (-mtune): Document new values for -mtune.
8165 2017-06-21  Tom de Vries  <tom@codesourcery.com>
8167         * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
8168         stack_size feature.
8169         (Effective-Target Keywords, Other attributes): Suggest using
8170         dg-add-options stack_size feature to get stack limit in stack_size
8171         effective target documentation.
8173 2017-06-21  Julian Brown  <julian@codesourcery.com>
8174             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8176         * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
8177         (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
8178         * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
8179         reservation.
8180         * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
8181         attribute type list for neon_multiply.
8182         * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
8183         attribute type list for neon_multiply.
8184         * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
8185         * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
8186         attribute type list for neon_multiply.
8187         * config/arm/types.md (crypto_pmull): Add.
8188         * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
8189         attribute type list.
8191 2017-06-20  Andreas Tobler  <andreast@gcc.gnu.org>
8193         * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
8194         arm1176jzf-s.
8196 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8198         * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
8199         to make sure not to dereference a NULL cost_classes_ptr pointer.
8201 2017-06-20  Carl Love  <cel@us.ibm.com>
8203         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8204         ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
8205         ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
8206         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
8207         builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
8208         * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
8209         VMULOSW): New enum "unspec" values.
8210         (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
8211         vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
8212         altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
8213         altivec_vmulosw): New patterns.
8214         * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
8215         VMULOSW): Add definitions.
8217 2017-06-20  Julia Koval  <julia.koval@intel.com>
8219         * config/i386/i386.c: Fix rounding expand for new pattern.
8220         * config/i386/subst.md: Fix pattern (parallel -> unspec).
8222 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8224         * config/aarch64/aarch64-option-extensions.def (rcpc): New.
8225         * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
8227 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8229         * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
8230         feature string.
8232 2017-06-20  James Greenhalgh  <james.greenhalgh@arm.com>
8234         * config/aarch64/aarch64-cores.def: Rearrange to sort by
8235         architecture, then by implementer ID.
8236         * config/aarch64/aarch64-tune.md: Regenerate.
8238 2017-06-20  Richard Biener  <rguenther@suse.de>
8240         PR middle-end/81097
8241         * fold-const.c (split_tree): Fold to type before negating.
8243 2017-06-20  David Malcolm  <dmalcolm@redhat.com>
8245         * diagnostic-show-locus.c
8246         (selftest::test_fixit_deletion_affecting_newline): New function.
8247         (selftest::diagnostic_show_locus_c_tests): Call it.
8249 2017-06-20  Andreas Schwab  <schwab@suse.de>
8251         PR target/80970
8252         * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
8253         instead of "+d".
8255 2017-06-20  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
8257         * config/arm/arm-c.c (arm_cpu_builtins): New block to define
8258         __ARM_FEATURE_COPROC according to support.
8260 2017-06-20  Jakub Jelinek  <jakub@redhat.com>
8262         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
8263         Rewritten to avoid overflow for > 32-bit pointers.
8265         PR sanitizer/81125
8266         * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
8267         by removing enum keyword.
8268         (ubsan_type_descriptor): Likewise.  Formatting fix.
8270         PR target/81121
8271         * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
8272         splitter): Require TARGET_SSE2 in the condition.
8274 2017-06-20  Michael Meissner  <meissner@linux.vnet.ibm.com>
8276         PR target/79799
8277         * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
8278         for doing vector set of SFmode on ISA 3.0.
8279         * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
8280         (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
8281         element.
8282         (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
8283         SFmode value into a V4SF variable that was extracted from another
8284         V4SF variable without converting the element to double precision
8285         and back to single precision vector format.
8286         (vsx_insert_extract_v4sf_p9_2): Likewise.
8288 2017-06-19  Jakub Jelinek  <jakub@redhat.com>
8290         * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
8291         in UWHI to avoid undefined overflow.
8293         PR sanitizer/81125
8294         * ubsan.h (enum ubsan_encode_value_phase): New.
8295         (ubsan_encode_value): Change second argument to
8296         enum ubsan_encode_value_phase with default value of
8297         UBSAN_ENCODE_VALUE_GENERIC.
8298         * ubsan.c (ubsan_encode_value): Change second argument to
8299         enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
8300         adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
8301         create_tmp_var_raw instead of create_tmp_var and use a
8302         TARGET_EXPR.
8303         (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
8304         instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
8305         ubsan_encode_value callers.
8307         PR sanitizer/81111
8308         * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
8309         use create_tmp_var_raw instead of create_tmp_var, mark it addressable
8310         just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
8312 2017-06-19  Richard Biener  <rguenther@suse.de>
8314         PR middle-end/81118
8315         * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
8316         estimates if we changed anything.
8318 2017-06-19  Richard Biener  <rguenther@suse.de>
8320         PR tree-optimization/80887
8321         * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
8322         (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
8323         simplified lookups, then reset mprts_hook.
8324         (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
8325         simplifying.
8326         (try_to_simplify): Likewise.
8328 2017-06-19  Martin Liska  <mliska@suse.cz>
8330         PR sanitizer/80879
8331         * gimplify.c (gimplify_switch_expr):
8332         Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
8334 2017-06-19  Martin Liska  <mliska@suse.cz>
8336         * doc/install.texi: Document that PGO runs in 4 stages.
8338 2017-06-19  Martin Liska  <mliska@suse.cz>
8340         PR ipa/80732
8341         * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
8342         to dispatcher function name.
8343         * multiple_target.c (replace_function_decl): New function.
8344         (create_dispatcher_calls): Redirect both edges and references.
8346 2017-06-19  Jan Hubicka <hubicka@ucw.cz>
8348         * profile-count.c (profile_count::dump): Dump quality.
8349         (profile_count::differs_from_p): Update for unsigned val.
8350         * profile-count.h (profile_count_quality): New enum.
8351         (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
8353 2017-06-19  Richard Biener  <rguenther@suse.de>
8355         * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
8356         struct function as arg.
8357         (estimate_numbers_of_iterations): Export overload with loop arg.
8358         (free_numbers_of_iterations_estimates_loop): Use an overload of
8359         free_numbers_of_iterations_estimates instead.
8360         * tree-cfg.c (remove_bb): Adjust.
8361         * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
8362         * tree-parloops.c (gen_parallel_loop): Likewise.
8363         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
8364         Likewise.
8365         (tree_unroll_loops_completely): Likewise.
8366         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8367         Use an overload instead and export.
8368         (estimated_loop_iterations): Adjust.
8369         (max_loop_iterations): Likewise.
8370         (likely_max_loop_iterations): Likewise.
8371         (estimate_numbers_of_iterations): Take struct function as arg
8372         and adjust.
8373         (loop_exits_before_overflow): Adjust.
8374         (free_numbers_of_iterations_estimates_loop): Use an overload.
8375         * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
8376         * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
8378 2017-06-19  Richard Biener  <rguenther@suse.de>
8380         PR ipa/81112
8381         * ipa-prop.c (find_constructor_constant_at_offset): Handle
8382         RANGE_EXPR conservatively.
8384 2017-06-16  Carl Love  <cel@us.ibm.com>
8386         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8387         definitions for vec_float, vec_float2, vec_floato,
8388         vec_floate built-ins.
8389         * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
8390         for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
8391         floate.
8392         * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
8393         FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
8394         UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
8395         * config/altivec.md (define_insn "p8_vmrgew_<mode>",
8396         define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
8397         * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
8398         vec_floato): Add builtin defines.
8399         * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
8400         Update the built-in documentation file for the new built-in
8401         functions.
8403 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8405         * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
8406         (mthumb): Mark as the negative of -marm.
8408 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8410         * doc/invoke.texi (ARM Options, -mcpu): Document supported
8411         extension options.
8412         (ARM Options, -mtune): Document that this accepts the same
8413         extension options as -mcpu.
8414         (ARM Options, -mfpu): Document addition of -mfpu=auto.
8416 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8418         * doc/invoke.texi (ARM Options, -march=): Document new syntax and
8419         permitted extensions.
8421 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8423         * config/arm/arm-cpus.in (armv7): Add extension +nofp.
8424         (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
8425         (armv8-m.main): Add option +nodsp.
8426         * config/arm/arm-cpu-cdata.h: Regenerated.
8428 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8430         * config/arm/t-fuchsia: New file.
8431         * config.gcc (arm*-*-fuchsia*): Use it.
8433 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8435         * config/arm/t-symbian: Rewrite for new option infrastructure.
8437 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8439         * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
8440         (MULTILIB_REQUIRED): Likewise.
8442 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8444         * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
8445         (MULTILIB_RESUE): Likewise.
8446         (MULTILIB_MATCHES): Likewise.
8447         (MULTLIB_REQUIRED): Likewise.
8449 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8451         * config/arm/t-rtems: Rewrite for new option framework.
8453 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8455         * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
8456         (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
8457         (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
8458         (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
8459         * config/arm/t-multilib: ... here.
8460         (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
8461         (MULTILIB_MATCHES): Use armv7 libraries for armv7-r.  Also use for
8462         armv7-a and armv8*-a when A-profile libraries have not been built.
8463         * config/arm/t-rmprofile: Rewrite.
8465 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8467         * genmultilib (multilib_reuse): Allow an explicit period to be escaped
8468         with a backslash.  Remove the backslash after substituting unescaped
8469         periods.
8470         * doc/fragments.texi (MULTILIB_REUSE): Document it.
8472 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8474         * config.gcc: (arm*-*-*): When building a-profile libraries, force
8475         the driver to pass through the default setting of -mfloat-abi.
8476         * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
8477         rather than NULL.
8478         * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
8479         (all_feat_combs): New rule.
8480         (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories.  Rework
8481         default libraries.
8482         * config/arm/t-aprofile: Rewrite.
8484 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8486         * config/arm/arm.h (FPUTYPE_AUTO): Define.
8487         * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
8488         fpu is not specified by the user/command-line.
8489         * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
8490         * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
8491         * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
8492         * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
8493         * common/config/arm/arm-common.c (arm_canon_arch_option): Use
8494         FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
8496 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8498         * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
8499         * config/arm/t-arm-elf: Rewritten.
8501 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8503         * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
8504         have some floating-point instructions.
8505         (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
8506         (TARGET_MAYBE_HARD_FLOAT): New macro.
8507         * config/arm/arm-builtins.c (arm_init_builtins): Use
8508         TARGET_MAYBE_HARD_FLOAT.
8509         * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
8511 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8513         * common/config/arm/arm-common.c: Define INCLUDE_LIST.
8514         (configargs.h): Include it.
8515         (arm_print_hint_for_fpu_option): New function.
8516         (arm_parse_fpu_option): New function.
8517         (candidate_extension): New class.
8518         (arm_canon_for_multilib): New function.
8519         * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
8520         (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
8521         (ARCH_CANONICAL_SPECS): New macro.
8522         (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
8524 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8526         * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
8527         are set after handling multilib fragments.  Set target_cpu_default2
8528         from with_cpu.
8530 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8532         * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
8533         cpu name.
8534         (arm*-*-*): Set target_cpu_default2 to a quoted string.
8535         * config/arm/parsecpu.awk (check_cpu): Validate any extension
8536         options.
8537         (check_arch): Likewise.
8538         * config/arm/arm.c (arm_configure_build_target): Handle
8539         TARGET_CPU_DEFAULT being a string constant.  Scan any feature
8540         options in the default.
8542 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8544         * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
8545         when an option is an alias of another.
8546         * config/arm/parsecpu.awk (optalias): New parser token.
8547         (gen_comm_data): Mark non-alias options as such.  Emit entries
8548         for extension aliases.
8549         * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
8550         (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
8551         (armv6kz, armv6zk, armv6t2): Likewise.
8552         (armv7): Make vfpv3-d16 an alias.
8553         (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases.  Sort in
8554         canonical order.
8555         (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
8556         Sort in canonical order.
8557         (armv8-a): Sort in canonical order.
8558         (armv8.1-a, armv8.2-a):  Likewise.
8559         (generic-armv7-a): Make neon and neon-vfpv3 aliases.  Sort in
8560         canonical order.
8561         (cortex-a9): Sort in canonical order.
8562         * config/arm/arm.c (selftests.h): Include it.
8563         (arm_test_cpu_arch_data): New function.
8564         (arm_run_self_tests): New function.
8565         (TARGET_RUN_TARGET_SELFTESTS): Redefine.
8566         (targetm): Move declaration to the end of the file.
8567         * arm-cpu-cdata.h: Regenerated.
8569 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8571         * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
8572         call to target_mode_check describing the type of option passed.
8573         * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
8574         (arm_target_thumb_only): Use arm_parse_arch_option_name or
8575         arm_parse_cpu_option_name to match parameters against list of
8576         available targets.
8577         * config/arm/parsecpu.awk (gen_comm_data): Don't generate
8578         arm_arch_core_flags data structure.
8579         * config/arm/arm-cpu_cdata.h: Regenerated.
8581 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8583         * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
8584         config/arm/arm.c.
8585         (arm_print_hint_for_cpu_option): Likewise.
8586         (arm_print_hint_for_arch_option): Likewise.
8587         (arm_parse_cpu_option_name): Likewise.
8588         (arm_parse_arch_option_name): Likewise.
8589         * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
8590         of entries in the all_fpus list.
8591         * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
8592         (arm_parse_cpu_option_name): Declare.
8593         (arm_parse_arch_option_name): Declare.
8594         (arm_parse_option_features): Declare.
8595         (arm_intialize_isa): Declare.
8596         * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
8597         data tables to ...
8598         (gen_comm_data): ... here.  Make definitions non-static.
8599         * config/arm/arm-cpu-data.h: Regenerated.
8600         * config/arm/arm-cpu-cdata.h: Regenerated.
8602 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8604         * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
8605         (cpu_arch_extension): New structure.
8606         (cpu_arch_option, arch_option, cpu_option): New structures.
8607         * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
8608         architecture types.
8609         (gen_data): Generate new format data tables.
8610         * config/arm/arm.c (cpu_tune): New structure.
8611         (cpu_option, processors): Delete.
8612         (arm_print_hint_for_core_or_arch): Delete.  Replace with ...
8613         (arm_print_hint_for_cpu_option): ... this and ...
8614         (arm_print_hint_for_arch_option): ... this.
8615         (arm_parse_arch_cpu_name): Delete.  Replace with ...
8616         (arm_parse_cpu_option_name): ... this and ...
8617         (arm_parse_arch_option_name): ... this.
8618         (arm_unrecognized_feature): Change type of target parameter to
8619         cpu_arch_option.
8620         (arm_parse_arch_cpu_features): Delete.  Replace with ...
8621         (arm_parse_option_features): ... this.
8622         (arm_configure_build_target): Rework to use new configuration data
8623         tables.
8624         (arm_print_tune_info): Rework for new configuration data tables.
8625         * config/arm/arm-cpu-data.h: Regenerated.
8626         * config/arm/arm-cpu.h: Regenerated.
8628 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8630         * Makefile.in (OBJS): Move sbitmap.o from here ...
8631         (OBJS-libcommon): ... to here.
8633 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8635         * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
8636         (ISA_ALL_CRYPTO): New macro.
8637         (ISA_ALL_SIMD): New macro
8638         (ISA_ALL_FP): New macro.
8639         * config/arm/arm.c (fpu_bitlist): Update initializer.
8640         * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
8641         simd or fp.
8642         (arm9e): Add fpu.  Add option for nofp
8643         (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
8644         (arm926ej-s, arm1026ej-s): Likewise.
8645         (generic-armv7-a): Add fpu.  Add options for simd, vfpv3, vfpv3-d16,
8646         vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
8647         neon-fp16, neon-vfpv4, nofp and nosimd.
8648         (cortex-a5, cortex-a7): Add fpu.  Add options for nosimd and nofp.
8649         (cortex-a8): Add fpu.  Add option for nofp.
8650         (cortex-a9): Add fpu.  Add options for nosimd and nofp.
8651         (cortex-a12, cortex-a15, cortex-a17): Add fpu.  Add option for nofp.
8652         (cortex-r4f): Add fpu.
8653         (cortex-r5): Add fpu.  Add options for nofp.dp and nofp.
8654         (cortex-r7): Use idiv option from architecture.  Add fpu.  Add option
8655         for nofp.
8656         (cortex-r8): Likewise.
8657         (cortex-m4): Add fpu.  Add option for nofp.
8658         (cortex-a15.cortex-a7): Add fpu.  Add option for nofp.
8659         (cortex-a17.cortex-a7): Likewise.
8660         (cortex-a32): Add fpu.  Add options for crypto and nofp.
8661         (cortex-a35, cortex-a53): Likewise.
8662         (cortex-a57): Add fpu.  Add option for crypto.
8663         (cortex-a72, cortex-a73): Likewise.
8664         (exynos-m1): Likewise.
8665         (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
8666         (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
8667         (cortex-m33): Add fpu.  Add option for nofp.
8668         * config/arm/arm-cpu-cdata.h: Regenerated
8669         * config/arm/arm-cpu-data.h: Regenerated.
8671 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8673         * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
8674         (armv5te, armv5tej): Likewise.
8675         (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
8676         (armv7): Add options fp and vfpv3-d16.
8677         (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
8678         vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
8679         nofp and nosimd.
8680         (armv7ve): Likewise.
8681         (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
8682         (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
8683         (armv8-a): Add nocrypto option.
8684         (armv8.1-a, armv8.2-a): Likewise.
8685         (armv8-m.main): add options fp, fp.dp and nofp.
8687 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8689         * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
8690         nofp.
8691         (armv8-a+crc): Delete.
8692         (armv8.1-a): Add options simd, crypto and nofp.
8693         (armv8.2-a): Add options fp16, simd, crypto and nofp.
8694         (armv8.2-a+fp16): Delete.
8695         (armv8-m.main): Add option dsp.
8696         (armv8-m.main+dsp): Delete.
8697         (cortex-a8): Add fpu.  Add nofp option.
8698         (cortex-a9): Add fpu.  Add nofp and nosimd options.
8699         * config/arm/parsecpu.awk (gen_data): Generate option tables and
8700         link to main cpu and architecture data structures.
8701         (gen_comm_data): Only put isa attributes from the main architecture
8702         in common tables.
8703         (option): New statement for architecture and CPU entries.
8704         * arm.c (struct cpu_option): New structure.
8705         (struct processors): Add entry for options.
8706         (arm_unrecognized_feature): New function.
8707         (arm_parse_arch_cpu_name): Ignore any characters after the first
8708         '+' character.
8709         (arm_parse_arch_cpu_feature): New function.
8710         (arm_configure_build_target): Separate out any CPU and architecture
8711         features and parse separately.  Don't error out if -mfpu=auto is
8712         used with only an architecture string.
8713         (arm_print_asm_arch_directives): New function.
8714         (arm_file_start): Call it.
8715         * config/arm/arm-cpu-cdata.h: Regenerated.
8716         * config/arm/arm-cpu-data.h: Likewise.
8717         * config/arm/arm-tables.opt: Likewise.
8719 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8721         * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
8722         assembler when it is not -mfpu=auto.
8724 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8726         * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
8727         (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
8728         (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
8729         (ASM_CPU_SPEC): Rewrite.
8730         (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
8731         (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef.  Use
8732         MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS.  Remove
8733         reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
8734         * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
8735         copied string is NUL-terminated.  Also strip any characters prefixed
8736         by '+'.
8737         (arm_rewrite_selected_arch): New function.
8738         (arm_rewrite_march): New function.
8740 2017-06-16  Richard Earnshaw  <rearnsha@arm.com>
8742         * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
8743         (x_arm_cpu_string, x_arm_tune_string): Likewise.
8744         (march, mcpu, mtune): Convert to string-based options.
8745         * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
8746         (arm_parse_arch_cpu_name): New function.
8747         (arm_configure_build_target): Use arm_parse_arch_cpu_name to
8748         identify selected architecture or CPU.
8749         (arm_option_save): New function.
8750         (TARGET_OPTION_SAVE): Redefine.
8751         (arm_option_restore): Restore string options.
8752         (arm_option_print): Print string options.
8754 2017-06-16  Martin Sebor  <msebor@redhat.com>
8756         PR tree-optimization/80933
8757         PR tree-optimization/80934
8758         * builtins.c (fold_builtin_3): Do not handle bcmp here.
8759         * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
8760         (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
8761         (gimple_fold_builtin): Call them.
8763 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8765         * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
8766         as unlikely; update profile.
8768 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8770         * predict.c (force_edge_cold): Handle declaring edges impossible
8771         more aggresively.
8773 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8775         * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
8776         profile.
8777         (try_unroll_loop_completely): Fix reporting.
8779 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8781         * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
8783 2017-06-16  James Greenhalgh  <james.greenhalgh@arm.com>
8785         PR target/71778
8786         * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
8787         if given a non-constant argument for an intrinsic which requires a
8788         constant.
8790 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8792         * profile.c (compare_freqs): New function.
8793         (branch_prob): Sort edge list.
8794         (find_spanning_tree): Assume that the list is priority sorted.
8796 2017-06-16  Richard Biener  <rguenther@suse.de>
8798         PR tree-optimization/81090
8799         * passes.def (pass_record_bounds): Remove.
8800         * tree-pass.h (make_pass_record_bounds): Likewise.
8801         * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
8802         make_pass_record_bounds): Likewise.
8803         * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
8804         not free niter estimates at the beginning but at the end.
8805         * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
8807 2017-06-16  Richard Biener  <rguenther@suse.de>
8809         * tree-switch-conversion.c (emit_case_bit_tests): Adjust
8810         initializer to workaround ICE in host GCC 4.8.
8812 2017-06-16  Jan Hubicka  <hubicka@ucw.cz>
8814         * ipa-inline-transform.c (update_noncloned_frequencies): Update also
8815         counts.
8816         (clone_inlined_nodes): Update.
8818 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8820         * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
8821         prefetch settings, and enable prefetching by default at -O3.
8823 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8825         * config/aarch64/aarch64.c (aarch64_override_options_internal):
8826         Set flag_prefetch_loop_arrays according to tuning data.
8828 2017-06-16  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
8830         * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
8831         New tune structure.
8832         (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
8833         [Unrelated to main purpose of the patch] Place the pointer field last
8834         to enable type checking errors when tune structure are wrongly merged.
8835         * config/aarch64/aarch64.c (generic_prefetch_tune,)
8836         (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
8837         (thunderx2t99_prefetch_tune): New tune constants.
8838         (tune_params *_tunings): Update all tunings (no functional change).
8839         (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
8840         PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
8841         from tunings structures.
8843 2017-06-16  Jakub Jelinek  <jakub@redhat.com>
8845         PR sanitizer/81094
8846         * ubsan.c (instrument_null): Add T argument, use it instead
8847         of computing it based on IS_LHS.
8848         (instrument_object_size): Likewise.
8849         (pass_ubsan::execute): Adjust instrument_null and
8850         instrument_object_size callers to pass gimple_get_lhs or
8851         gimple_assign_rhs1 result to it.  Use instrument_null instead of
8852         calling get_base_address and instrument_mem_ref.  Handle
8853         aggregate call arguments for object-size sanitization.
8855 2017-06-16  Yury Gribov  <tetra2005@gmail.com>
8857         PR tree-optimization/81089
8858         * tree-vrp.c (is_masked_range_test): Validate operands of
8859         subexpression.
8861 2017-06-15  Martin Sebor  <msebor@redhat.com>
8863         PR c++/80560
8864         * dumpfile.c (dump_register): Avoid calling memset to initialize
8865         a class with a default ctor.
8866         * gcc.c (struct compiler): Remove const qualification.
8867         * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
8868         * hash-table.h: Ditto.
8869         * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
8870           assignment.
8871         * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
8872         * omp-low.c (lower_omp_ordered_clauses): Replace memset with
8873         default ctor.
8874         * params.h (struct param_info): Make struct members non-const.
8875         * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
8876         with default initialization.
8877         * vec.h (vec_copy_construct, vec_default_construct): New helper
8878         functions.
8879         (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
8880         with vec_copy_construct.
8881         (vect<T>::quick_grow_cleared): Replace memset with default ctor.
8882         (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
8883         * doc/invoke.texi (-Wclass-memaccess): Document.
8885 2017-06-15  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
8887         * emit-rtl.h (is_leaf): Update comment about local
8888         register allocator.
8890 2017-06-15  Jozef Lawrynowicz   <jozef.l@somniumtech.com>
8892         PR target/78818
8893         * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
8894         for a variable to have a section before checking if the section has a
8895         name.
8896         Set section to.persistent if persistent attribute is set.
8897         Warn if .persistent attribute is used on an automatic variable.
8899 2017-06-15  Eric Botcazou  <ebotcazou@adacore.com>
8901         PR rtl-optimization/80474
8902         * reorg.c (update_block): Do not ignore instructions in a delay slot.
8904 2017-06-15  Segher Boessenkool  <segher@kernel.crashing.org>
8906         * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
8907         of REGNO.
8909 2017-06-14  Maciej W. Rozycki  <macro@imgtec.com>
8911         * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
8912         (casesi): Emit bounds checking as RTL.
8913         (casesi_internal_mips16_<mode>): Remove bounds checking.
8915 2017-06-14  Max Filippov  <jcmvbkbc@gmail.com>
8917         * config/xtensa/xtensa.c (xtensa_option_override): Append
8918         MASK_CONST16 to target_flags in the absence of TARGET_L32R.
8919         (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
8920          xtensa_doloop_hooks): Define unconditionally.
8921         (xtensa_reorg_loops): Only call reorg_loops in the presence of
8922         TARGET_LOOPS.
8923         * config/xtensa/xtensa.h (TARGET_L32R): New definition.
8924         (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
8925         for it in xtensa_option_override.
8926         (HARD_FRAME_POINTER_IS_FRAME_POINTER,
8927          HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
8929 2017-06-14  Boris Kolpackov  <boris@codesynthesis.com>
8931         * doc/cppopts.texi: Document '-' special value to -MF.
8933 2017-06-14  Wilco Dijkstra  <wdijkstr@arm.com>
8935         * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
8936         (cortex_a53_fconst): Likewise.
8937         (cortex_a53_fpmul): Likewise.
8938         (cortex_a53_f_load_64): Likewise.
8939         (cortex_a53_f_load_many): Likewise.
8940         (cortex_a53_advsimd_alu): Likewise.
8941         (cortex_a53_advsimd_alu_q): Likewise.
8942         (cortex_a53_advsimd_mul): Likewise.
8943         (cortex_a53_advsimd_mul_q): Likewise.
8944         (fpmac bypass): Add new bypass for fpmac-fpmac case.
8945         Add missing fmul, r2f_cvt and fconst cases.
8947 2017-06-14  Richard Biener  <rguenther@suse.de>
8949         PR middle-end/81088
8950         * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
8951         literal constants.
8952         (fold_binary_loc): When associating do not treat pre-existing
8953         TREE_OVERFLOW on literal constants as a reason to allow
8954         TREE_OVERFLOW on associated literal constants.
8956 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
8958         * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
8959         (MASK_FEATURES): New macro.
8960         * config/sparc/sparc.c (sparc_option_override): Remove the special
8961         handling of -mfpu and generalize it to all MASK_FEATURES switches.
8963 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
8965         * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
8966         a division of 0 if non-call exceptions are enabled.
8968 2017-06-14  Andrew Pinski  <apinski@cavium.com>
8969             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
8971         PR target/71663
8972         * config/aarch64/aarch64.c (aarch64_expand_vector_init):
8973         Improve vector initialization code gen for only variable case.
8975 2017-06-14  Eric Botcazou  <ebotcazou@adacore.com>
8977         * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
8979 2017-06-14  Richard Biener  <rguenther@suse.de>
8981         PR tree-optimization/81083
8982         * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
8983         as values.
8985 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
8987         * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
8988         (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
8989         * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
8990         * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete.  Adjust former use.
8991         * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
8992         * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
8994 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
8996         * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
8997         * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
8999 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9001         * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
9003 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9005         * config/rs6000/t-rtems: Don't handle SPE.
9007 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9009         * config/rs6000/t-linux: Don't handle SPE.
9011 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9013         * config/rs6000/eabispe.h: Delete file.
9015 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9017         * config/rs6000/t-spe: Delete file.
9019 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9021         * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
9022         (rs6000_legitimate_offset_address_p): Return false for anything in
9023         V2SImode or V2SFmode.
9025 2017-06-13  Segher Boessenkool  <segher@kernel.crashing.org>
9027         * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
9028         except V2SF and V2SI.  Rearrange the vector modes, and add comments.
9029         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
9030         and V4HImode.
9031         (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
9032         (rs6000_legitimate_offset_address_p): Ditto.
9033         (rs6000_emit_move): Ditto.
9034         (rs6000_init_builtins): Remove V4HI_type_node.
9036 2017-06-13  Martin Liska  <mliska@suse.cz>
9038         PR sanitize/78204
9039         * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
9040         (gate_asan): Likewise.
9041         * asan.h (asan_no_sanitize_address_p): Remove the function.
9042         (sanitize_flags_p): New function.
9043         * builtins.def: Fix coding style.
9044         * common.opt: Use renamed enum value.
9045         * convert.c (convert_to_integer_1): Use sanitize_flags_p.
9046         * doc/extend.texi: Document no_sanitize attribute.
9047         * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
9048         to SANITIZE_UNDEFINED_NONDEFAULT.
9049         * gcc.c (sanitize_spec_function): Use the renamed enum value.
9050         * gimple-fold.c (optimize_atomic_compare_exchange_p):
9051         Use sanitize_flags_p.
9052         * gimplify.c (gimplify_function_tree): Likewise.
9053         * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
9054         * opts.c (parse_no_sanitize_attribute): New function.
9055         (common_handle_option): Use renamed enum value.
9056         * opts.h (parse_no_sanitize_attribute): Declare.
9057         * tree.c (sanitize_flags_p): New function.
9058         * tree.h: Declared here.
9059         * tsan.c: Use sanitize_flags_p.
9060         * ubsan.c (ubsan_expand_null_ifn): Likewise.
9061         (instrument_mem_ref): Likewise.
9062         (instrument_bool_enum_load): Likewise.
9063         (do_ubsan_in_current_function): Remove the function.
9064         (pass_ubsan::execute): Use sanitize_flags_p.
9065         * ubsan.h: Remove do_ubsan_in_current_function
9066         * tree-cfg.c (print_no_sanitize_attr_value): New function.
9067         (dump_function_to_file): Use it here.
9069 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9071         PR tree-optimization/80803
9072         PR tree-optimization/81063
9073         * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
9074         (propagate_subaccesses_across_link): Enqueue subtree whenever
9075         necessary instead of relying on the caller.
9077 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9079         * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
9080         that have a first_link.
9081         (sort_and_splice_var_accesses): Do not check first_link before
9082         enquing.
9083         (subtree_mark_written_and_enqueue): Likewise.
9084         (propagate_all_subaccesses): Likewise and do not stop at first
9085         parent with a first_link.
9087 2017-06-13  Martin Jambor  <mjambor@suse.cz>
9089         * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
9090         instead of f.
9092 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9094         * match.pd: New pattern.
9096 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9098         * tree-vrp.c (is_masked_range_test): New function.
9099         (register_edge_assert_for): Determine ranges for
9100         some bit tests.
9102 2017-06-13  Yury Gribov  <tetra2005@gmail.com>
9104         PR tree-optimization/67328
9105         * fold-const.c (maskable_range_p): New function.
9106         (build_range_check): Generate bittests if possible.
9108 2017-06-13  Martin Liska  <mliska@suse.cz>
9110         * gimple-pretty-print.c (dump_probability): Add new argument.
9111         (dump_edge_probability): Dump both probability and count.
9112         (dump_gimple_label): Likewise.
9113         (dump_gimple_bb_header): Likewise.
9115 2017-06-13  Georg-Johann Lay  <avr@gjlay.de>
9117         PR target/81072
9118         * config/avr/avr-devices.c: Fix indentation.
9119         * config/avr/gen-avr-mmcu-specs.c: Dito.
9121 2017-06-13  Richard Biener  <rguenther@suse.de>
9123         * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
9124         instead get vector type from stmt_info.
9125         (vectorizable_reduction): Adjust.  Remove dead code.
9127 2017-06-13  Richard Biener  <rguenther@suse.de>
9129         PR middle-end/81065
9130         * fold-const.c (extract_muldiv_1): Remove bogus distribution
9131         case of C * (x * C2 + C3).
9132         (fold_addr_of_array_ref_difference): Properly fold index difference.
9134 2017-06-12  David S. Miller  <davem@davemloft.net>
9136         PR target/80968
9137         * config/sparc/sparc.md (return expander): Emit frame blockage if
9138         function uses alloca.
9140 2017-06-12  Richard Sandiford  <richard.sandiford@linaro.org>
9142         * combine.c (make_field_assignment): Check len rather than the mode
9143         precision when calling force_to_mode.
9145 2017-06-12  Georg-Johann Lay  <avr@gjlay.de>
9147         Support multilibs and devices that see flash in RAM address range.
9149         PR target/81072
9150         * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
9151         (avr_mcu_t) <flash_pm_offset>: New field.
9152         (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
9153         * config/avr/avr.h (AVR_SHORT_CALLS): New define.
9154         (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
9155         (AVR_TINY_PM_OFFSET): Remove macro.
9156         * config/avr/avr.opt (-mshort-calls): New option.
9157         * config/avr/gen-avr-mmcu-specs.c (print_mcu)
9158         [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
9159         * config/avr/avr-c.c (avr_cpu_cpp_builtins)
9160         <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
9161         <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
9162         instead of avr_arch->have_jmp_call.
9163         <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
9164         [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
9165         avr_arch->flash_pm_offset to define.
9166         * config/avr/avr-devices.c (avr_arch_types): Add initializers for
9167         new field flash_pm_offset.  Add entry for avrxmega3.
9168         (avr_texinfo): Add entry for avrxmega3.
9169         * config/avr/avr-mcus.def: Add entries for: avrxmega3,
9170         attiny212, attiny214,
9171         attiny412, attiny414, attiny416, attiny417,
9172         attiny814, attiny816, attiny817,
9173         attiny1614, attiny1616, attiny1617,
9174         attiny3214, attiny3216, attiny3217.
9175         * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
9176         avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
9177         (avr_print_operand_address) [AVR_TINY]: Same.
9178         (avr_asm_init_sections) <readonly_data_section>: Only patch
9179         callback if avr_arch->flash_pm_offset = 0.
9180         (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
9181         for rodata if avr_arch->flash_pm_offset != 0.
9182         (avr_encode_section_info) [AVR_TINY]: Adjust comment.
9183         * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
9184         (opts) [AVR_ISA_RCALL]: Append opt_rcall.
9185         (m_options): Append opt_rcall.
9186         (m_dirnames): Append dir_rcall.
9187         * config/avr/t-multilib: Regenerate.
9189         * configure.ac [target=avr]: Check whether avrxmega3 default
9190         linker description file works as needed.
9191         * configure: Regenerate.
9192         * doc/avr-mmcu.texi: Regenerate.
9193         * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
9194         <__AVR_ARCH__>: Document avrxmega3 and 103.
9195         <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
9196         <__AVR_SHORT_CALLS__>: Document it.
9197         <__AVR_PM_BASE_ADDRESS__>: Document it.
9198         * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
9199         (AVR Variable Attributes) <progmem>: Document this is
9200         not needed for avrxmega3.
9201         (AVR Named Address Spaces) <__flash>: Dito.
9203 2017-06-12  Jan Hubicka  <hubicka@ucw.cz>
9205         * cgraph.c (cgraph_node::dump): Complain about profile insanities.
9207 2017-06-12  Doug Rupp  <rupp@adacore.com>
9209         * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
9210         Append vxworks-stdint.h to the tm_file list.
9211         * config/vxworks-stdint.h: New file.
9213 2017-06-12  Martin Liska  <mliska@suse.cz>
9215         PR tree-optimization/81041
9216         * tree-profile.c (gimple_gen_ic_func_profiler):
9217         Create an extra BB in profile-generate
9218         (gimple_gen_time_profiler): Likewise.
9220 2017-06-12  Jakub Jelinek  <jakub@redhat.com>
9222         PR tree-optimization/81003
9223         * tree-ssa-reassoc.c (force_into_ssa_name): New function.
9224         (update_range_test): Use it instead of force_gimple_operand_gsi.
9226 2017-06-12  Richard Biener  <rguenther@suse.de>
9228         PR tree-optimization/81053
9229         * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
9230         with backedge value not defined in loop.  Simplify def stmt
9231         compute.
9233 2017-06-11  Tom de Vries  <tom@codesourcery.com>
9235         PR target/79939
9236         * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
9237         Return true.
9238         (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
9239         nvptx_cannot_force_const_mem.
9241 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9243         * opts.c (finish_options): Move test for flag_split_stack after
9244         it has been initialized.
9246 2017-06-11  Jason Merrill  <jason@redhat.com>
9248         * tree.h (id_equal): New.
9249         * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
9250         omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
9251         instead of strcmp of IDENTIFIER_POINTER.
9253 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9255         * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
9256         (mark_all_inlined_calls_cdtor): Fix formating.
9257         (inline_transform): Rescale profile before inlining.
9259 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9261         * cgraph.h (cgraph_edge::clone): Update prototype.
9262         * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
9263         (cgraph_node::create_clone): Update.
9264         (cgraph_node::create_version_clone): Update.
9265         * tree-inline.c (copy_bb): Update.
9266         (expand_call_inline): Update.
9268 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9270         * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
9271         factored out from ...
9272         (rs6000_emit_prologue): ... here.
9274 2017-06-10  Segher Boessenkool  <segher@kernel.crashing.org>
9276         * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
9277         factored out from ...
9278         (rs6000_emit_prologue): ... here.
9280 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9282         * predict.c (drop_profile): Also drop individual bb/edge and cgraph
9283         edge counts.
9284         (handle_missing_profiles): Fix computation of tp_first_run.
9285         (counts_to_freqs): Do not touch freqs when count is 0.
9287 2017-06-10  Jan Hubicka  <hubicka@ucw.cz>
9289         * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
9290         profile.
9292 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9294         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
9295         attributes): Document signal effective target.
9297 2017-06-10  Tom de Vries  <tom@codesourcery.com>
9299         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
9300         Document effective target stack_size.
9302 2017-06-09  David Malcolm  <dmalcolm@redhat.com>
9304         * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
9305         to the edit_context if they can be auto-applied.
9307 2017-06-9  Ian Lance Taylor  <iant@golang.org>
9309         * opts.c (finish_options): If -fsplit-stack, disable implicit
9310         -forder-blocks-and-partition.
9311         * doc/invoke.texi (Optimize Options): Document that when using
9312         -fsplit-stack -forder-blocks-and-partition is not implicitly
9313         enabled.
9315 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9317         * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
9318         ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
9319         ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
9320         * builtins.def (abort, trap, unreachable): Declare cold.
9321         * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
9322         * tree-core.h (ECF_COLD): New.
9323         * tree.c (set_call_expr_flags): Handle ECF_COLD.
9324         (build_common_builtin_nodes): Mark unreachable and abort as cold.
9326 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9328         * predict.c (unlikely_executed_stmt_p): Cleanup.
9330 2017-06-09  Richard Biener  <rguenther@suse.de>
9332         * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
9333         model if the ref is always written to.
9335 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9337         * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
9339 2017-06-09  Tamar Christina  <tamar.christina@arm.com>
9341         * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
9342         than udiv.
9344 2017-06-09  Tom de Vries  <tom@codesourcery.com>
9346         PR target/80855
9347         * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
9348         "target cannot support label values" when encountering LABEL_REF.
9350 2017-06-09  Martin Liska  <mliska@suse.cz>
9352         * tree-profile.c (gimple_gen_ic_profiler): Update comment.
9353         (gimple_gen_ic_func_profiler): Emit direct comparison
9354         of __gcov_indirect_call_callee with NULL.
9355         (gimple_gen_time_profiler): Change probability from
9356         PROB_VERY_UNLIKELY to PROB_UNLIKELY.
9358 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9360         * profile.c (edge_gcov_counts): Turn to pointer.
9361         (compute_branch_probabilities, compute_branch_probabilities): Update.
9362         (branch_prob): Do not clear edge_gcov_count.
9363         * profile.h (edge_gcov_counts): Turn to pointer.
9364         (edge_gcov_count): Update.
9366 2017-06-09  Jan Hubicka  <hubicka@ucw.cz>
9368         * gimple.h (gimple_check_failed): Mark cold.
9370 2017-06-09  Richard Biener  <rguenther@suse.de>
9372         PR tree-optimization/66623
9373         * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
9374         refactor check_reduction into two parts, properly computing
9375         whether we have to check reduction validity for outer loop
9376         vectorization.
9378 2017-06-09  Richard Biener  <rguenther@suse.de>
9380         PR tree-optimization/79483
9381         * graphite-scop-detection.c (order): New global.
9382         (get_order): Compute bb to order mapping that satisfies code
9383         generation constraints.
9384         (cmp_pbbs): New helper.
9385         (build_scops): Start domwalk at entry block, sort generated
9386         pbbs.
9388 2017-06-09  Richard Biener  <rguenther@suse.de>
9390         PR middle-end/81007
9391         * ipa-polymorphic-call.c
9392         (ipa_polymorphic_call_context::restrict_to_inner_class):
9393         Skip FIELD_DECLs with error_mark_node type.
9394         * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
9395         last again.
9397 2017-06-09  Martin Liska  <mliska@suse.cz>
9399         * predict.c (struct branch_predictor): New struct.
9400         (test_prediction_value_range): New test.
9401         (predict_c_tests): New function.
9402         * selftest-run-tests.c (selftest::run_tests): Run the function.
9403         * selftest.h: Declare new tests.
9405 2017-06-09  Segher Boessenkool  <segher@kernel.crashing.org>
9407         PR target/80966
9408         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
9409         gen_add3_insn did not fail.
9410         * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
9411         r0, construct that number in a temporary reg and add that reg to r0.
9412         If asked to put the result in r0 as well, fail.
9414 2017-06-08  Will Schmidt  <will_schmidt@vnet.ibm.com>
9416         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
9417         for early expansion of vec_eqv.
9419 2017-06-08  Jakub Jelinek  <jakub@redhat.com>
9421         PR middle-end/81005
9422         * ubsan.c (instrument_null): Avoid pointless code temporary.
9423         (pass_ubsan::execute): Instrument aggregate arguments of calls.
9425 2017-06-08  Uros Bizjak  <ubizjak@gmail.com>
9427         PR target/81015
9428         Revert:
9429         2016-12-14  Uros Bizjak  <ubizjak@gmail.com>
9431         PR target/59874
9432         * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
9433         (*clzhi2): Ditto.
9435 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9437         * predict.c (unlikely_executed_edge_p): Move ahead.
9438         (probably_never_executed_edge_p): Use it.
9440 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9442         PR middle-end/79988
9443         * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
9444         gimple_call_builtin_p call.
9446 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9448         * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
9449         * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
9450         rtl_check_failed_type2, rtl_check_failed_code1,
9451         rtl_check_failed_code2, rtl_check_failed_code_mode,
9452         rtl_check_failed_block_symbol, cwi_check_failed_bounds,
9453         rtvec_check_failed_bounds, rtl_check_failed_flag,
9454         _fatal_insn_not_found, _fatal_insn): Likewise.
9455         * tree.h (tree_contains_struct_check_failed,
9456         tree_check_failed, tree_not_check_failed,
9457         tree_class_check_failed, tree_range_check_failed,
9458         tree_not_class_check_failed, tree_int_cst_elt_check_failed,
9459         tree_vec_elt_check_failed, phi_node_elt_check_failed,
9460         tree_operand_check_failed, omp_clause_check_failed,
9461         omp_clause_operand_check_failed, omp_clause_range_check_failed):
9462         Likewise.
9464 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9466         * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
9467         flag_branch_probabilities.
9468         * ipa-inline.c (edge_badness): Likewise.
9469         * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
9470         * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
9471         * predict.c (maybe_hot_frequency_p): Likewise.
9472         (probably_never_executed): Likewise.
9473         * sched-ebb.c (schedule_ebbs): Likewise.
9474         * sched-rgn.c (find_single_block_region): Likewise.
9475         * tracer.c (tail_duplicate): Likewise.
9477 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9479         * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
9480         longer requires x_flag_profile_use.
9482 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9484         * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
9485         instead of flag_reorder_blocks_and_partition.
9486         * dbxout.c (dbxout_function_end): Likewise.
9487         * dwarf2out.c (gen_subprogram_die): Likewise.
9488         * haifa-sched.c (sched_create_recovery_edges): Likewise.
9489         * hw-doloop.c (reorg_loops): Likewise.
9490         * varasm.c (assemble_start_function,
9491         assemble_end_function): Likewise.
9492         (decide_function_section): Do not check for
9493         flag_reorder_blocks_and_partition.
9495 2017-06-08  Alexander Ivchenko  <alexander.ivchenko@intel.com>
9497         * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
9498         New function.
9499         (chkp_get_hard_register_fake_addr_expr): Ditto.
9500         (chkp_build_addr_expr): Add check for hard reg case.
9501         (chkp_parse_array_and_component_ref): Ditto.
9502         (chkp_find_bounds_1): Ditto.
9503         (chkp_process_stmt): Don't generate bounds store for
9504         hard reg case.
9506 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9508         * predict.c (maybe_hot_bb_p): Do not check profile status.
9509         (maybe_hot_edge_p): Likewise.
9510         (probably_never_executed): Check for zero counts even if profile
9511         is not read.
9512         (unlikely_executed_edge_p): New function.
9513         (unlikely_executed_stmt_p): New function.
9514         (unlikely_executed_bb_p): New function.
9515         (set_even_probabilities): Use unlikely predicates.
9516         (combine_predictions_for_bb): Likewise.
9517         (predict_paths_for_bb): Likewise.
9518         (predict_paths_leading_to_edge): Likewise.
9519         (determine_unlikely_bbs): New function.
9520         (estimate_bb_frequencies): Use it.
9521         (compute_function_frequency): Use zero counts even if profile is
9522         not read.
9523         * profile-count.h: Fix typo.
9525 2017-08-08  Julia Koval  <julia.koval@intel.com>
9527         * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
9528         _mm512_mask_cvtsepi16_storeu_epi8,
9529         _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
9530         * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
9531         _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
9532         _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
9533         _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
9534         * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
9535         (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
9536         VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
9537         * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
9538         __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
9539         __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
9540         __builtin_ia32_pmovuswb256mem_mask,
9541         __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
9542         __builtin_ia32_pmovwb512mem_mask): New builtins.
9544 2017-08-08  Julia Koval  <julia.koval@intel.com>
9546         PR target/73350,80862
9547         * config/i386/subst.md (round): Fix round pattern.
9548         * config/i386/i386.c (ix86_erase_embedded_rounding):
9549         Fix erasing rounding for the fixed pattern.
9551 2017-06-08  Jan Hubicka  <hubicka@ucw.cz>
9553         * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
9555 2017-06-08  Martin Liska  <mliska@suse.cz>
9557         PR gcov-profile/80911
9558         * gcov.c (block_info::block_info): New constructor.
9560 2017-06-07  Carl Love  <cel@us.ibm.com>
9562         * config/rs6000/rs6000-c: The return type of the following
9563         built-in functions was implemented as int not long long.  Fix sign
9564         of return value for the unsigned version of vec_mulo and vec_mule.
9565         vector unsigned long long vec_bperm (vector unsigned long long,
9566                                              vector unsigned char)
9567         vector signed long long vec_mule (vector signed int,
9568                                           vector signed int)
9569         vector unsigned long long vec_mule (vector unsigned int,
9570                                             vector unsigned int)
9571         vector signed long long vec_mulo (vector signed int,
9572                                           vector signed int)
9573         vector unsigned long long vec_mulo (vector unsigned int,
9574                                             vector unsigned int)
9575         * doc/extend.texi: Fix the documentation for the built-in
9576         functions.
9578 2017-06-07  Carl Love  <cel@us.ibm.com>
9580         PR target/80982
9581         * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
9582         for BE.
9584 2017-06-07  Carl Love  <cel@us.ibm.com>
9586         * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
9587         support, Generate       doublehv for signed int/float for BE case only.
9589 2017-06-07  Alexander Monakov  <amonakov@ispras.ru>
9591         * doc/invoke.texi (mcx16): Rewrite.
9593 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9595         * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
9596         * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
9597         *mov<mode>_softfloat, and an anonymous splitter): Use
9598         nonimmediate_operand instead of rs6000_nonimmediate_operand.
9600 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9602         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
9603         SPEFSCR registers.
9604         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9605         (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
9606         (rs6000_debug_reg_global): Adjust.
9607         (rs6000_init_hard_regno_mode_ok): Adjust.
9608         (rs6000_dbx_register_number): Adjust.
9609         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
9610         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9611         Remove SPE_ACC and SPEFSCR.
9612         (REG_ALLOC_ORDER): Ditto.
9613         (FRAME_POINTER_REGNUM): Change to 111.
9614         (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
9615         (REG_CLASS_NAMES): Ditto.
9616         (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
9617         (REGISTER_NAMES): Ditto.
9618         (ADDITIONAL_REG_NAMES): Ditto.
9619         (rs6000_reg_names): Ditto.
9620         * config/rs6000/rs6000.md: Renumber some register number
9621         define_constants.
9623 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9625         * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
9626         registers.
9627         * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9628         * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
9629         to 117.
9630         (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
9631         (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9632         Delete the SPE high registers.
9633         (REG_ALLOC_ORDER): Ditto.
9634         (enum reg_class): Remove SPE_HIGH_REGS.
9635         (REG_CLASS_NAMES): Ditto.
9636         (REG_CLASS_CONTENTS): Delete the SPE high registers.
9637         (REGISTER_NAMES): Ditto.
9638         (rs6000_reg_names): Ditto.
9639         * doc/tm.texi.in: Remove SPE as example.
9640         * doc/tm.texi: Regenerate.
9642 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9644         * config/rs6000/8540.md (ppc8540_brinc): Delete.
9645         * config/rs6000/e500mc.md (e500mc_brinc): Delete.
9646         * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
9647         * config/rs6000/rs6000.md (type): Remove "brinc".
9649 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9651         * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
9652         (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
9653         * config/rs6000/linuxspe.h: Delete file.
9654         * config/rs6000/rs6000.md: Don't include spe.md.
9655         * config/rs6000/spe.h: Delete file.
9656         * config/rs6000/spe.md: Delete file.
9657         * config/rs6000/t-rs6000: Remove spe.md.
9659 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9661         * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
9662         (reg_or_none500mem_operand): Delete.
9663         * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
9664         instead of reg_or_none500mem_operand.
9666 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9668         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
9669         handling of SPE flags.
9670         * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
9672 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9674         * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
9675         SPE ABI handling.
9676         * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
9677         (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
9678         paired_divv2sf3): Similar.
9679         * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
9680         SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
9681         * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
9682         RS6000_BUILTIN_S.
9683         Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
9684         Rename the paired_* instruction patterns.
9685         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
9686         define __SPE__.
9687         * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
9688         * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
9689         (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
9690         spe_padding_size, and spe_64bit_regs_used.  Replace TARGET_SPE and
9691         TARGET_SPE_ABI with 0, simplify.  Replace SPE_VECTOR_MODE with
9692         PAIRED_VECTOR_MODE.
9693         (struct machine_function): Delete field spe_insn_chain_scanned_p.
9694         (spe_func_has_64bit_regs_p): Delete.
9695         (spe_expand_predicate_builtin): Delete.
9696         (spe_expand_evsel_builtin): Delete.
9697         (TARGET_DWARF_REGISTER_SPAN): Do not define.
9698         (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
9699         (invalid_e500_subreg): Delete.
9700         (rs6000_legitimize_address): Always force_reg op2 as well, for
9701         paired single memory accesses.
9702         (rs6000_member_type_forces_blk): Delete.
9703         (rs6000_spe_function_arg): Delete.
9704         (rs6000_expand_unop_builtin): Delete SPE handling.
9705         (rs6000_expand_binop_builtin): Ditto.
9706         (spe_expand_stv_builtin): Delete.
9707         (bdesc_2arg_spe): Delete.
9708         (spe_expand_builtin): Delete.
9709         (spe_expand_predicate_builtin): Delete.
9710         (spe_expand_evsel_builtin): Delete.
9711         (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
9712         (spe_init_builtins): Delete.
9713         (spe_func_has_64bit_regs_p): Delete.
9714         (savres_routine_name): Delete "info" parameter.  Adjust callers.
9715         (rs6000_emit_stack_reset): Ditto.
9716         (rs6000_dwarf_register_span): Delete.
9717         * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
9718         UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
9719         SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
9720         Delete.
9721         * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
9722         Delete.
9723         * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
9724         * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
9725         * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
9726         mulv2sf3, divv2sf3): Delete expanders.
9728 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9730         config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
9732 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9734         * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
9735         * config/rs6000/rs6000.c: Ditto.
9737 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9739         * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
9740         * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
9741         comparison_operator.
9743 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9745         * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
9746         * config/rs6000/rs6000.opt: Ditto.
9747         * config/rs6000/t-rtems: Ditto.
9749 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9751         * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
9752         TARGET_E500_SINGLE by 0, simplify.
9753         * config/rs6000/rs6000.c: Ditto.
9754         (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
9755         (spe_build_register_parallel): Delete.
9756         * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
9757         TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
9758         * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
9759         TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
9760         (E500_CONVERT): Delete.
9761         * config/rs6000/spe.md: Remove many patterns and all define_constants.
9763 2017-06-07  Segher Boessenkool  <segher@kernel.crashing.org>
9765         * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
9766         * config/rs6000/dfp.md: Ditto.
9767         (negdd2, *negdd2_fpr): Merge.
9768         (absdd2, *absdd2_fpr): Merge.
9769         (negtd2, *negtd2_fpr): Merge.
9770         (abstd2, *abstd2_fpr): Merge.
9771         * config/rs6000/e500.h: Delete file.
9772         * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
9773         TARGET_FPRS by 1 and simplify.
9774         * config/rs6000/rs6000-c.c: Ditto.
9775         * config/rs6000/rs6000.c: Ditto.  Also replace TARGET_SF_SPE and
9776         TARGET_DF_SPE by 0.
9777         * config/rs6000/rs6000.h: Ditto.  Delete TARGET_SF_SPE and
9778         TARGET_DF_SPE.
9779         * config/rs6000/rs6000.md: Ditto.
9780         (floatdidf2, *floatdidf2_fpr): Merge.
9781         (move_from_CR_gt_bit): Delete.
9782         * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
9783         (E500_CR_IOR_COMPARE): Delete.
9784         (All patterns that require !TARGET_FPRS): Delete.
9785         * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
9787 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9789         * passes.def (pass_iv_canon): Move before pass_loop_distribution.
9791 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9793         * graphds.c (add_edge): Intitialize edge's attached data.
9794         (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
9795         pointer parameter.  Call pointed function on each edge during
9796         graph traversing.  Skip traversing the edge when the function
9797         returns true.
9798         (graphds_dfs, graphds_scc): Ditto.
9799         (for_each_edge): New parameter.  Pass the new parameter to callback
9800         function.
9801         * graphds.h (skip_edge_callback): New function pointer type.
9802         (graphds_dfs, graphds_scc): New function pointer parameter.
9803         (graphds_edge_callback, for_each_edge): New parameter.
9805 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9807         * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
9808         out code checking if runtime alias check is possible to below ...
9809         Call the new function.
9810         * tree-data-ref.c (runtime_alias_check_p): ... to new function.
9811         * tree-data-ref.h (runtime_alias_check_p): New decalaration.
9813 2017-06-07  Marek Polacek  <polacek@redhat.com>
9815         PR sanitizer/80932
9816         * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
9817         TYPE_OVERFLOW_WRAPS check.
9819 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9821         * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
9822         if versioning is required.
9823         * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
9824         peeling with the check for versioning.
9826 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9828         * tree-vectorizer.h (vect_build_loop_niters): New parameter.
9829         * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
9830         Set true to new parameter if new ssa variable is defined.
9831         (vect_gen_vector_loop_niters): Refactor.  Set range information
9832         for the new vector loop bound variable.
9833         (vect_do_peeling): Ditto.
9835 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9837         * tree-affine.c (ssa.h): Include header file.
9838         (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
9839         has wrapping overflow behavior.
9841 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9843         * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
9845 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9847         (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
9848         (tree_to_aff_combination): ... here.
9850 2017-06-07  Bin Cheng  <bin.cheng@arm.com>
9852         * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
9853         reg_pressure model function.
9854         (ivopts_global_cost_for_size): Delete.
9855         (determine_set_costs, iv_ca_recount_cost): Call new model function
9856         ivopts_estimate_reg_pressure.
9858 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9860         * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
9861         expensive than udiv.  Remove floating point cases from mod.
9863 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9865         * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
9866         Increase idiv cost.
9868 2017-06-07  Tamar Christina  <tamar.christina@arm.com>
9870         * config/aarch64/aarch64.md
9871         (copysignsf3): Fix mask generation.
9873 2017-06-07  Jakub Jelinek  <jakub@redhat.com>
9875         * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
9876         TDI_gimple.
9877         (class dump_manager): Add register_dumps method.
9878         * dumpfile.c: Include langhooks.h.
9879         (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
9880         (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
9881         (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
9882         (dump_manager::dump_register): Start with 512 entries instead of 32.
9883         (dump_manager::register_dumps): New method.
9884         * toplev.c (general_init): Instead of invoking register_dumps
9885         langhook, invoke register_dumps method on the dump manager.
9886         * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
9887         TDI_generic.
9889 2017-06-07  Richard Sandiford  <richard.sandiford@linaro.org>
9891         * doc/md.texi: Clarify the restrictions on a define_insn condition.
9892         Say that # requires an associated define_split to exist, and that
9893         the define_split must be suitable for use after register allocation.
9895 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
9897         * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
9898         (compute_outgoing_frequencies): Also initialize zero counts.
9899         (find_many_sub_basic_blocks): Do not produce uninitialized profile
9900         around loops; preserve more of profile when nothing changes.
9902 2017-06-06  Jim Wilson  <jim.wilson@linaro.org>
9904         * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
9905         here.
9906         * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
9907         * config/arm/arm-cpu-cdata.h: Regenerate.
9908         * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
9909         * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
9910         * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
9911         * config/arm/arm.c (arm_qdf24xx_tune): Delete.
9912         * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
9913         support.
9914         * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
9915         support.
9916         * config/arm/t-rmprofile: Likewise.
9917         * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
9919 2017-06-06  David S. Miller  <davem@davemloft.net>
9921         PR target/80968
9922         * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
9923         blockage if function uses alloca.
9925 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
9927         * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
9928         New "uid" fields to hold pretty-print IDs of group and ref.
9929         Memory references are now identified as <group_id>:<ref_id>
9930         instead of using [random] addresses.
9931         (dump_mem_details): Simplify, no functional change.
9932         (dump_mem_ref): Simplify and make output more concise.
9933         Replace couple of fprintf's throughout code with calls to dump_mem_ref.
9934         (find_or_create_group): Initialize group uid.
9935         (record_ref): Initialize ref uid.  Improve debug output.
9936         (prune_group_by_reuse, should_issue_prefetch_p,)
9937         (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
9938         (mark_nontemporal_store, determine_loop_nest_reuse):
9939         Improve debug output.
9941 2017-06-06  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
9943         * dbgcnt.def (prefetch): New debug counter.
9944         * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
9945         (schedule_prefetches): Stop issueing prefetches if debug counter
9946         tripped.
9948 2017-06-06  Tom de Vries  <tom@codesourcery.com>
9950         * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
9951         gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
9953 2017-06-06  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
9955         * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
9956         Use aarch64_reg_or_zero predicate for operand 4.
9957         (aarch64_compare_and_swap<mode> define_insn_and_split):
9958         Use aarch64_reg_or_zero predicate for operand 3.  Add 'Z' constraint.
9959         (aarch64_store_exclusive<mode>): Likewise for operand 2.
9961 2017-06-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
9963         * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
9964         (arm_compute_save_core_reg_mask): This.
9965         (thumb1_compute_save_reg_mask): Rename into ...
9966         (thumb1_compute_save_core_reg_mask): This.
9967         (arm_compute_save_reg0_reg12_mask): Adapt comment.
9968         (arm_compute_frame_layout): Likewise.
9970 2017-06-06  Richard Biener  <rguenther@suse.de>
9972         PR tree-optimization/80974
9973         * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
9974         keep or clear leaders SSA info.
9976 2017-06-06  Tom de Vries  <tom@codesourcery.com>
9978         * config/nvptx/nvptx.c (split_mode_p): New function.
9979         (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
9981 2017-06-06  Tom de Vries  <tom@codesourcery.com>
9983         * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
9985 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
9987         PR bootstrap/80978
9988         * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
9989         profile.
9991 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
9993         * shrink-wrap.c (handle_simple_exit): Update profile.
9994         (try_shrink_wrapping): Upate profile.
9996 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
9998         * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
9999         (tree_guess_outgoing_edge_probabilities): New.
10000         * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
10001         * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
10003 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10005         * ipa-split.c (split_function): Initialize return bb profile.
10007 2017-06-06  Jan Hubicka  <hubicka@ucw.cz>
10009         * profile.c (compute_branch_probabilities): Also initialize
10010         EXIT_BLOCK profile.
10012 2017-06-06  Richard Biener  <rguenther@suse.de>
10014         PR tree-optimization/80928
10015         * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
10016         (vect_analyze_loop_operations): Properly guard analysis for
10017         pure SLP case.
10018         (vect_transform_loop): Likewise.
10019         (vect_analyze_loop_2): Also reset SLP type on PHIs.
10020         (vect_model_induction_cost): Do not cost for pure SLP.
10021         (vectorizable_induction): Pass in SLP node, implement SLP vectorization
10022         of induction in inner loop vectorization.
10023         * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
10024         (vect_get_and_check_slp_defs): Handle vect_induction_def.
10025         (vect_build_slp_tree): Likewise.  Handle PHIs as terminating the
10026         recursion.
10027         (vect_analyze_slp_cost_1): Cost induction.
10028         (vect_detect_hybrid_slp_stmts): Handle PHIs.
10029         (vect_get_slp_vect_defs): Likewise.
10030         * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
10031         (vect_transform_stmt): Handle SLP reductions.
10032         * tree-vectorizer.h (vectorizable_induction): Adjust.
10034 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10036         * config/rs6000/rs6000.c (make_resolver_func): Update
10037         init_lowered_empty_function call.
10039 2017-06-05  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10041         * doc/invoke.texi: Document the -fprofile-abs-path option.
10042         * common.opt (fprofile-abs-path): New option.
10043         * gcov-io.h (gcov_write_filename): Declare.
10044         * gcov-io.c (gcov_write_filename): New function.
10045         * coverage.c (coverage_begin_function): Use gcov_write_filename.
10046         * profile.c (output_location): Likewise.
10048 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10050         * shring-wrap.c: Revert accidental commit.
10052 2017-06-05  Volker Reichelt  <v.reichelt@netcologne.de>
10054         * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
10056 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10058         * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
10059         new edge.
10060         * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
10061         profile in callgraph edge.
10062         * profile-count.h (apply_probability): If THIS is 0, then result is 0
10063         (apply_scale): Likewise.
10064         * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
10065         Also scale profile when inlining function with zero profile.
10066         (initialize_cfun): Update exit block profile even when it is zero.
10067         * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
10068         when profile is read.
10070 2017-06-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
10072         * config/rs6000/rs6000.c (toplevel): Include attribs.h.
10073         (CLONE_*): New constants to define the processors we can generate
10074         code for with the target_clone attribute.
10075         (rs6000_clone_map): New array to identify which clone processors
10076         the current program is running on.
10077         (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
10078         target_clone attribute.
10079         (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
10080         (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
10081         (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
10082         (cpu_expand_builtin): Add support for target_clone attribute.
10083         (rs6000_valid_attribute_p): Allow "default" attribute.
10084         (get_decl_name): New debug function to simplify printing the
10085         current function name in debugging statements.
10086         (rs6000_clone_priority): New functions to support the target_clone
10087         attribute, and be able to generate code to switch between ISA 2.05
10088         through ISA 3.0 (power6 through power9).
10089         (rs6000_compare_version_priority): Likewise.
10090         (rs6000_get_function_versions_dispatcher): Likewise.
10091         (make_resolver_func): Likewise.
10092         (add_condition_to_bb): Likewise.
10093         (dispatch_function_versions): Likewise.
10094         (rs6000_generate_version_dispatcher_body): Likewise.
10095         (rs6000_can_inline_p): Call get_decl_name for debugging usage.
10096         (fusion_gpr_load_p): Fix a spacing issue.
10097         * doc/extend.texi (Common Function Attributes): Document that the
10098         PowerPC supports the target_clone attribute.
10100 2017-06-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
10102         * config/arm/arm.h: explain F symbol found in description of ARM
10103         register allocation in its legend.
10105 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10107         * config/mips/frame-header-opt.c: Include profile-count.h.
10108         * config/riscv/riscv.c: Include profile-count.h
10110 2017-06-05  Jan Hubicka  <hubicka@ucw.cz>
10112         * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
10113         update profile.
10114         (sm_set_flag_if_changed): Add bbs field.
10115         (execute_sm_if_changed_flag_set): Pass BBS.
10116         (execute_sm): Update.
10118 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10120         * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
10121         New pattern.
10123 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10125         * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
10126         (peephole2): New peephole2 to emit the above.
10127         * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
10129 2017-06-05  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10131         * config/aarch64/aarch64.c (define_peephole2 above
10132         *sub_<shift>_<mode>): New peephole.
10134 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
10136         * config/i386/i386.c (make_resolver_func): Update.
10137         * Makefile.in: Add profile-count.h and profile-count.o
10138         * auto-profile.c (afdo_indirect_call): Update to new API.
10139         (afdo_set_bb_count): Update.
10140         (afdo_propagate_edge): Update.
10141         (afdo_propagate_circuit): Update.
10142         (afdo_calculate_branch_prob): Update.
10143         (afdo_annotate_cfg): Update.
10144         * basic-block.h: Include profile-count.h
10145         (struct edge_def): Turn count to profile_count.
10146         (struct basic_block_def): Likewie.
10147         (REG_BR_PROB_BASE): Move to profile-count.h
10148         (RDIV): Move to profile-count.h
10149         * bb-reorder.c (max_entry_count): Turn to profile_count.
10150         (find_traces): Update.
10151         (rotate_loop):Update.
10152         (connect_traces):Update.
10153         (sanitize_hot_paths):Update.
10154         * bt-load.c (migrate_btr_defs): Update.
10155         * cfg.c (RDIV): Remove.
10156         (init_flow): Use alloc_block.
10157         (alloc_block): Uninitialize count.
10158         (unchecked_make_edge): Uninitialize count.
10159         (check_bb_profile): Update.
10160         (dump_edge_info): Update.
10161         (dump_bb_info): Update.
10162         (update_bb_profile_for_threading): Update.
10163         (scale_bbs_frequencies_int): Update.
10164         (scale_bbs_frequencies_gcov_type): Update.
10165         (scale_bbs_frequencies_profile_count): New.
10166         * cfg.h (update_bb_profile_for_threading): Update.
10167         (scale_bbs_frequencies_profile_count): Declare.
10168         * cfgbuild.c (compute_outgoing_frequencies): Update.
10169         (find_many_sub_basic_blocks): Update.
10170         * cfgcleanup.c (try_forward_edges): Update.
10171         (try_crossjump_to_edge): Update.
10172         * cfgexpand.c (expand_gimple_tailcall): Update.
10173         (construct_exit_block): Update.
10174         * cfghooks.c (verify_flow_info): Update.
10175         (dump_bb_for_graph): Update.
10176         (split_edge): Update.
10177         (make_forwarder_block): Update.
10178         (duplicate_block): Update.
10179         (account_profile_record): Update.
10180         * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
10181         (get_estimated_loop_iterations): Update.
10182         * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
10183         (single_likely_exit): Update.
10184         * cfgloopmanip.c (scale_loop_profile): Update.
10185         (loopify): Update.
10186         (set_zero_probability): Update.
10187         (lv_adjust_loop_entry_edge): Update.
10188         * cfgrtl.c (force_nonfallthru_and_redirect): Update.
10189         (purge_dead_edges): Update.
10190         (rtl_account_profile_record): Update.
10191         * cgraph.c (cgraph_node::create): Uninitialize count.
10192         (symbol_table::create_edge): Uninitialize count.
10193         (cgraph_update_edges_for_call_stmt_node): Update.
10194         (cgraph_edge::dump_edge_flags): Update.
10195         (cgraph_node::dump): Update.
10196         (cgraph_edge::maybe_hot_p): Update.
10197         * cgraph.h: Include profile-count.h
10198         (create_clone), create_edge, create_indirect_edge): Update.
10199         (cgraph_node): Turn count to profile_count.
10200         (cgraph_edge0: Likewise.
10201         (make_speculative, clone): Update.
10202         (create_edge): Update.
10203         (init_lowered_empty_function): Update.
10204         * cgraphclones.c (cgraph_edge::clone): Update.
10205         (duplicate_thunk_for_node): Update.
10206         (cgraph_node::create_clone): Update.
10207         * cgraphunit.c (cgraph_node::analyze): Update.
10208         (cgraph_node::expand_thunk): Update.
10209         * final.c (dump_basic_block_info): Update.
10210         * gimple-streamer-in.c (input_bb): Update.
10211         * gimple-streamer-out.c (output_bb): Update.
10212         * graphite.c (print_global_statistics): Update.
10213         (print_graphite_scop_statistics): Update.
10214         * hsa-brig.c: Include basic-block.h.
10215         * hsa-dump.c: Include basic-block.h.
10216         * hsa-gen.c (T sum_slice): Update.
10217         (convert_switch_statements):Update.
10218         * hsa-regalloc.c: Include basic-block.h.
10219         * ipa-chkp.c (chkp_produce_thunks): Update.
10220         * ipa-cp.c (struct caller_statistics): Update.
10221         (init_caller_stats): Update.
10222         (gather_caller_stats): Update.
10223         (ipcp_cloning_candidate_p): Update.
10224         (good_cloning_opportunity_p): Update.
10225         (get_info_about_necessary_edges): Update.
10226         (dump_profile_updates): Update.
10227         (update_profiling_info): Update.
10228         (update_specialized_profile): Update.
10229         (perhaps_add_new_callers): Update.
10230         (decide_about_value): Update.
10231         (ipa_cp_c_finalize): Update.
10232         * ipa-devirt.c (struct odr_type_warn_count): Update.
10233         (struct decl_warn_count): Update.
10234         (struct final_warning_record): Update.
10235         (possible_polymorphic_call_targets): Update.
10236         (ipa_devirt): Update.
10237         * ipa-fnsummary.c (redirect_to_unreachable): Update.
10238         * ipa-icf.c (sem_function::merge): Update.
10239         * ipa-inline-analysis.c (do_estimate_edge_time): Update.
10240         * ipa-inline.c (compute_uninlined_call_time): Update.
10241         (compute_inlined_call_time): Update.
10242         (want_inline_small_function_p): Update.
10243         (want_inline_self_recursive_call_p): Update.
10244         (edge_badness): Update.
10245         (lookup_recursive_calls): Update.
10246         (recursive_inlining): Update.
10247         (inline_small_functions): Update.
10248         (dump_overall_stats): Update.
10249         (dump_inline_stats): Update.
10250         * ipa-profile.c (ipa_profile_generate_summary): Update.
10251         (ipa_propagate_frequency): Update.
10252         (ipa_profile): Update.
10253         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
10254         * ipa-utils.c (ipa_merge_profiles): Update.
10255         * loop-doloop.c (doloop_modify): Update.
10256         * loop-unroll.c (report_unroll): Update.
10257         (unroll_loop_runtime_iterations): Update.
10258         * lto-cgraph.c (lto_output_edge): Update.
10259         (lto_output_node): Update.
10260         (input_node): Update.
10261         (input_edge): Update.
10262         (merge_profile_summaries): Update.
10263         * lto-streamer-in.c (input_cfg): Update.
10264         * lto-streamer-out.c (output_cfg): Update.
10265         * mcf.c (create_fixup_graph): Update.
10266         (adjust_cfg_counts): Update.
10267         (sum_edge_counts): Update.
10268         * modulo-sched.c (sms_schedule): Update.
10269         * postreload-gcse.c (eliminate_partially_redundant_load): Update.
10270         * predict.c (maybe_hot_count_p): Update.
10271         (probably_never_executed): Update.
10272         (dump_prediction): Update.
10273         (combine_predictions_for_bb): Update.
10274         (propagate_freq): Update.
10275         (handle_missing_profiles): Update.
10276         (counts_to_freqs): Update.
10277         (rebuild_frequencies): Update.
10278         (force_edge_cold): Update.
10279         * predict.h: Include profile-count.h
10280         (maybe_hot_count_p, counts_to_freqs): UPdate.
10281         * print-rtl-function.c: Do not include cfg.h
10282         * print-rtl.c: Include basic-block.h
10283         * profile-count.c: New file.
10284         * profile-count.h: New file.
10285         * profile.c (is_edge_inconsistent): Update.
10286         (correct_negative_edge_counts): Update.
10287         (is_inconsistent): Update.
10288         (set_bb_counts): Update.
10289         (read_profile_edge_counts): Update.
10290         (compute_frequency_overlap): Update.
10291         (compute_branch_probabilities): Update; Initialize and deinitialize
10292         gcov_count tables.
10293         (branch_prob): Update.
10294         * profile.h (bb_gcov_counts, edge_gcov_counts): New.
10295         (edge_gcov_count): New.
10296         (bb_gcov_count): New.
10297         * shrink-wrap.c (try_shrink_wrapping): Update.
10298         * tracer.c (better_p): Update.
10299         * trans-mem.c (expand_transaction): Update.
10300         (ipa_tm_insert_irr_call): Update.
10301         (ipa_tm_insert_gettmclone_call): Update.
10302         * tree-call-cdce.c: Update.
10303         * tree-cfg.c (gimple_duplicate_sese_region): Update.
10304         (gimple_duplicate_sese_tail): Update.
10305         (gimple_account_profile_record): Update.
10306         (execute_fixup_cfg): Update.
10307         * tree-inline.c (copy_bb): Update.
10308         (copy_edges_for_bb): Update.
10309         (initialize_cfun): Update.
10310         (freqs_to_counts): Update.
10311         (copy_cfg_body): Update.
10312         (expand_call_inline): Update.
10313         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
10314         * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
10315         (try_unroll_loop_completely): Update.
10316         (try_peel_loop): Update.
10317         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
10318         * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
10319         * tree-ssa-loop-split.c (connect_loops): Update.
10320         * tree-ssa-loop-unswitch.c (hoist_guard): Update.
10321         * tree-ssa-reassoc.c (branch_fixup): Update.
10322         * tree-ssa-tail-merge.c (replace_block_by): Update.
10323         * tree-ssa-threadupdate.c (create_block_for_threading): Update.
10324         (compute_path_counts): Update.
10325         (update_profile): Update.
10326         (recompute_probabilities): Update.
10327         (update_joiner_offpath_counts): Update.
10328         (estimated_freqs_path): Update.
10329         (freqs_to_counts_path): Update.
10330         (clear_counts_path): Update.
10331         (ssa_fix_duplicate_block_edges): Update.
10332         (duplicate_thread_path): Update.
10333         * tree-switch-conversion.c (case_bit_test_cmp): Update.
10334         (struct switch_conv_info): Update.
10335         * tree-tailcall.c (decrease_profile): Update.
10336         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
10337         * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
10338         * value-prof.c (check_counter): Update.
10339         (gimple_divmod_fixed_value): Update.
10340         (gimple_mod_pow2): Update.
10341         (gimple_mod_subtract): Update.
10342         (gimple_ic_transform): Update.
10343         (gimple_stringop_fixed_value): Update.
10344         * value-prof.h (gimple_ic): Update.
10346 2017-06-02  Carl Love  <cel@us.ibm.com>
10348         * config/rs6000/rs6000-c: Add support for built-in functions
10349         vector double vec_doublee (vector signed int);
10350         vector double vec_doublee (vector unsigned int);
10351         vector double vec_doublee (vector float);
10352         vector double vec_doubleh (vector signed int);
10353         vector double vec_doubleh (vector unsigned int);
10354         vector double vec_doubleh (vector float);
10355         vector double vec_doublel (vector signed int);
10356         vector double vec_doublel (vector unsigned int);
10357         vector double vec_doublel (vector float);
10358         vector double vec_doubleo (vector signed int);
10359         vector double vec_doubleo (vector unsigned int);
10360         vector double vec_doubleo (vector float);.
10361         * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
10362         DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
10363         UNS_DOUBLEL.
10364         * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
10365         unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
10366         unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
10367         VS_sxwsp.
10368         * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
10369         vec_doublel, vec_doubleh.
10370         * doc/extend.texi: Update the built-in documentation file for the
10371         new built-in functions.
10373 2017-06-02  David Malcolm  <dmalcolm@redhat.com>
10375         PR jit/80954
10376         * ipa-inline-analysis.c (free_growth_caches): Set
10377         edge_removal_hook_holder to NULL after removing it.
10379 2017-06-02  Sudakshina Das  <sudi.das@arm.com>
10381         * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
10382         comparision with zero.
10384 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10385         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10386         for early expansion of vec_min and vec_max builtins.
10387         (builtin_function_type): Add min/max unsigned variants to those
10388         identified as having unsigned arguments.
10390 2017-06-02  Olivier Hainque  <hainque@adacore.com>
10392         * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
10394 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10396         * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
10397         Use VALL_F16 iterator rather than VALL.
10399 2017-06-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
10401         * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
10402         Emit CBNZ inside loop when doing a strong exchange and comparing
10403         against zero.  Generate the CC flags after the loop.
10405 2017-06-02  David Edelsohn  <dje.gcc@gmail.com>
10407         * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
10408         (dl_section_ref): New.
10409         (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
10410         On AIX, append an expression to subtract the size of the
10411         section length to dl_section_ref.
10413 2017-06-02  Will Schmidt  <will_schmidt@vnet.ibm.com>
10415         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10416         for early expansion of vector absolute builtins.
10418 2017-06-02  Richard Biener  <rguenther@suse.de>
10420         * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
10421         what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
10423 2017-06-02  Richard Biener  <rguenther@suse.de>
10425         PR tree-optimization/80948
10426         * tree-tailcall.c (find_tail_calls): Track stmts to move in
10427         stmt order as well.
10429 2017-06-02  Richard Biener  <rguenther@suse.de>
10431         * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
10432         PHIs are ok.
10433         * tree-vect-stmts.c (process_use): Do not mark backedge defs
10434         for inductions as relevant.
10436 2017-06-02  Richard Biener  <rguenther@suse.de>
10438         * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
10439         (vectorizable_induction): ... this.  Remove dead code.
10441 2017-06-02  Eric Botcazou  <ebotcazou@adacore.com>
10443         * builtins. (expand_builtin_alloca): Remove second parameter and
10444         infer its value from the first parameter instead.
10445         (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
10447 2017-06-02  Jakub Jelinek  <jakub@redhat.com>
10449         PR rtl-optimization/80903
10450         * loop-doloop.c (add_test): Unshare sequence.
10452 2017-06-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10454         * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
10456 2017-06-01  Bernd Edlinger  <bernd.edlinger@hotmail.de>
10458         * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
10459         static.
10460         (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
10461         xlogue_layout::get_instance, logue_layout::xlogue_layout,
10462         sp_valid_at, fp_valid_at, choose_basereg): Formatting.
10463         (xlogue_layout::get_stub_rtx): Make static.
10464         (xlogue_layout::get_stub_name): Avoid const-cast, make static.
10465         (xlogue_layout::compute_stub_managed_regs): Rename to...
10466         (xlogue_layout::count_stub_managed_regs): ...this.
10467         (xlogue_layout::is_stub_managed_reg): New function.
10468         (xlogue_layout::m_stub_names): Rename to...
10469         (xlogue_layout::s_stub_names): ...this, make static.
10470         (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
10471         xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
10472         xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
10473         xlogue_layout::s_stub_names): Instantiate statics.
10474         (stub_managed_regs): Remove.
10475         (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
10476         (disable_call_ms2sysv_xlogues): Rename to...
10477         (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
10478         (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
10479         warning logic.
10480         (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
10481         change after reload_completed.
10482         (ix86_can_use_return_insn_p): Use the ix86_frame data structure
10483         directly.
10484         (ix86_expand_prologue): Likewise.
10485         (ix86_expand_epilogue): Likewise.
10486         (ix86_expand_split_stack_prologue): Likewise.
10487         (ix86_compute_frame_layout): Remove frame parameter ...
10488         (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
10489         (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
10490         only if necessary.
10491         (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
10492         (ix86_frame): Move from here ...
10493         * config/i386/i386.h (ix86_frame): ... to here.
10494         (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
10495         complete ix86_frame data structure instead.  Remove some_ld_name.
10497 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10499         * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
10500         symbols that hold a DECL_VALUE_EXPR.
10502 2017-06-01  Martin Jambor  <mjambor@suse.cz>
10504         PR tree-optimization/80898
10505         * tree-sra.c (process_subtree_disqualification): Removed.
10506         (disqualify_candidate): Do not acll
10507         process_subtree_disqualification.
10508         (subtree_mark_written_and_enqueue): New function.
10509         (propagate_all_subaccesses): Set grp_write of LHS subtree if the
10510         RHS has been disqualified and re-queue LHS if necessary.  Apart
10511         from that, ignore disqualified RHS.
10513 2017-06-01  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
10515         * config/s390/s390.c (s390_emit_epilogue): Disable early return
10516         address fetch for z10 or later.
10518 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10520         * config/arc/arc.md (tst_movb): Add guard when splitting.
10522 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10524         * config/arc/arc.c (arc_can_eliminate): Test against
10525         arc_frame_pointer_needed.
10527 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10529         * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
10530         to prevent store reordering.
10531         * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
10532         (type): Add block type.
10533         (stack_tie): Define special instruction to be used in
10534         expand_prologue.
10536 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10538         * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
10539         constraint. It is not valid for the pattern.
10540         (noncommutative_binary_comparison): Likewise.
10542 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10544         * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
10545         scaled addresses.
10547 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10549         * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
10550         be used by the reg-alloc.
10552 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10554         * config/arc/arc.md (mulsi3): Avoid use of hard registers before
10555         reg-alloc when having mul64 or mul32x16 instructions.
10556         (mulsidi3): Likewise.
10557         (umulsidi3): Likewise.
10558         (mulsi32x16): New pattern.
10559         (mulsi64): Likewise.
10560         (mulsidi64): Likewise.
10561         (umulsidi64): Likewise.
10562         (MUL32x16_REG): Define.
10563         (mul64_600): Use MUL32x16_REG.
10564         (mac64_600): Likewise.
10565         (umul64_600): Likewise.
10566         (umac64_600): Likewise.
10568 2017-06-01  Claudiu Zissulescu  <claziss@synopsys.com>
10570         * config/arc/arc.md (mulsi3_700): Make it commutative.
10572 2017-06-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
10574         * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
10575         type for movstouw.
10576         (*sign_extendsidi2_insn): Likewise for movstosw.
10578 2017-06-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10580         * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
10581         the type of the input discriminant value.  Convert the
10582         discriminant value of signedness vary.
10584 2017-06-01  Volker Reichelt  <v.reichelt@netcologne.de>
10586         * doc/invoke.texi (-Wcatch-value): Document new shortcut.
10587         Add to -Wall section.
10589 2017-06-01  Richard Biener  <rguenther@suse.de>
10591         PR middle-end/66313
10592         * fold-const.c (fold_plusminus_mult_expr): If the factored
10593         factor may be zero use a wrapping type for the inner operation.
10594         * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
10595         and handle moved defs.
10596         (process_assignment): Properly guard the unary op case.  Return a
10597         tri-state indicating that moving the stmt before the call may allow
10598         to continue.  Pass through to_move.
10599         (find_tail_calls): Handle moving unrelated defs before
10600         the call.
10602 2017-05-31  Segher Boessenkool  <segher@kernel.crashing.org>
10604         PR target/80618
10605         * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
10606         splitter result in the canonical way.
10608 2017-05-31  Uros Bizjak  <ubizjak@gmail.com>
10610         * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
10611         also for 32bit target.  Update insn attributes.
10612         (zero-extendsidi2 splitter): Allow all registers for operand 1.
10614 2017-05-31  Sebastian Peryt  <sebastian.peryt@intel.com>
10616         * config/i386/avx512fintrin.h (_mm_mask_max_sd)
10617         (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
10618         (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
10619         (_mm_maskz_min_ss): New intrinsics.
10621 2017-05-31  Martin Liska  <mliska@suse.cz>
10623         * tree-vect-loop.c (vect_create_epilog_for_reduction):
10624         Change comment style to one we normally use.
10625         (vectorizable_reduction): Likewise.
10626         (vectorizable_induction): Likewise.
10627         * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
10628         (vectorizable_call): Likewise.
10629         (vectorizable_simd_clone_call): Likewise.
10630         (vectorizable_conversion): Likewise.
10631         (vectorizable_assignment): Likewise.
10632         (vectorizable_shift): Likewise.
10633         (vectorizable_operation): Likewise.
10634         (vectorizable_store): Likewise.
10635         (vectorizable_load): Likewise.
10636         * tree-vectorizer.h: Likewise.
10638 2017-05-31  Alexander Monakov  <amonakov@ispras.ru>
10640         * passes.c (emergency_dump_function): New.
10641         * tree-pass.h (emergency_dump_function): Declare.
10642         * plugin.c (plugins_internal_error_function): Remove.
10643         * plugin.h (plugins_internal_error_function): Remove declaration.
10644         * toplev.c (internal_error_function): New static function.  Use it...
10645         (general_init): ...here.
10647 2017-05-31  Graham Markall  <graham.markall@embecosm.com>
10649         * config/arc/arc.c (arc_print_operand): Handle constant operands.
10650         (arc_rtx_costs): Add costs for new patterns.
10651         * config/arc/arc.md: Additional *add_n and *sub_n patterns.
10652         * config/arc/predicates.md: Add _1_2_3_operand predicate.
10654 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10656         * tree-ssa-strlen.c (get_next_strinfo): New function.
10657         (get_stridx_plus_constant): Use it.
10658         (zero_length_string): Likewise.
10659         (adjust_related_strinfos): Likewise.
10660         (adjust_last_stmt): Likewise.
10662 2017-05-31  Richard Biener  <rguenther@suse.de>
10664         PR target/80880
10665         * config/i386/i386.c (ix86_expand_builtin): Remove assert
10666         for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
10668 2017-05-31  Richard Sandiford  <richard.sandiford@linaro.org>
10670         * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
10671         loop_vinfo argument and use of dependence distance vectors.
10672         Check instead whether the two references differ only in their
10673         initial value and assume that they have the same alignment if the
10674         difference is a multiple of the vector alignment.
10675         (vect_analyze_data_refs_alignment): Update call accordingly.
10677 2017-05-31  Martin Liska  <mliska@suse.cz>
10679         PR target/79155
10680         * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
10682 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10684         * tree-vect-loop-manip.c (create_intersect_range_checks_index)
10685         (create_intersect_range_checks): Move from ...
10686         * tree-data-ref.c (create_intersect_range_checks_index)
10687         (create_intersect_range_checks): ... to here.
10688         (create_runtime_alias_checks): New function factored from ...
10689         * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
10690         here.  Call above function.
10691         * tree-data-ref.h (create_runtime_alias_checks): New function.
10693 2017-05-31  Bin Cheng  <bin.cheng@arm.com>
10695         * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
10696         segment length for dr_b and compute it in wide_int.
10698 2017-05-31  Richard Biener  <rguenther@suse.de>
10700         PR tree-optimization/80906
10701         * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
10702         and pass through iv_map.
10703         (copy_bb_and_scalar_dependences): Adjust.
10704         (translate_pending_phi_nodes): Likewise.
10705         (copy_loop_close_phi_args): Handle code-generating IVs instead
10706         of ICEing.
10708 2017-05-30  David Malcolm  <dmalcolm@redhat.com>
10710         * diagnostic-color.c (color_dict): Add "type-diff".
10711         (parse_gcc_colors): Update comment.
10712         * doc/invoke.texi (Diagnostic Message Formatting Options): Add
10713         -fdiagnostics-show-template-tree and -fno-elide-type.
10714         (GCC_COLORS): Add type-diff to example.
10715         (type-diff=): New.
10716         (-fdiagnostics-show-template-tree): New.
10717         (-fno-elide-type): New.
10718         * pretty-print.c (pp_format): Pass quote and formatters[argno] to
10719         the pp_format_decoder callback.  Call any m_format_postprocessor's
10720         "handle" method.
10721         (pretty_printer::pretty_printer): Initialize
10722         m_format_postprocessor.
10723         (pretty_printer::~pretty_printer): Delete any
10724         m_format_postprocessor.
10725         * pretty-print.h (printer_fn): Add bool and const char ** parameters.
10726         (class format_postprocessor): New class.
10727         (struct pretty_printer::format_decoder): Document the new parameters.
10728         (struct pretty_printer::m_format_postprocessor): New field.
10729         * tree-diagnostic.c (default_tree_printer): Update for new
10730         bool and const char ** params.
10731         * tree-diagnostic.h (default_tree_printer): Likewise.
10733 2017-05-30  Segher Boessenkool  <segher@kernel.crashing.org>
10735         * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
10736         (lwa_operand): Delete rs6000_gen_cell_microcode test.
10737         * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
10738         rs6000_gen_cell_microcode code.
10739         (rs6000_final_prescan_insn): Delete.
10740         (rs6000_opt_vars): Delete the "gen-cell-microcode" and
10741         "warn-cell-microcode" entries.
10742         * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
10743         * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
10744         throughout.  Change cc_reg_not_micro_cr0_operand to
10745         cc_reg_not_cr0_operand throughout.
10746         (*extendhi<mode>2_noload): Delete.
10747         * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
10748         (mwarn-cell-microcode): Delete.
10749         * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
10750         -mgen-cell-microcode and -mwarn-cell-microcode.
10752 2017-05-30  Uros Bizjak  <ubizjak@gmail.com>
10754         PR target/80833
10755         * config/i386/constraints.md (Yd): New constraint.
10756         (Ye): Ditto.
10757         * config/i386/i386.md (*movti_internal): Add (?r, Ye)
10758         and (?Yd, r) alternatives.  Update insn attributes.
10759         * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
10760         and (?*Yd, r) alternatives.  Update insn attributes.
10761         (double-mode inter-unit splitters): Add new GR<->XMM splitters.
10763 2017-05-30  Pierre-Marie de Rodat  <derodat@adacore.com>
10765         * gimplify.c (gimplify_modify_expr): Don't create a
10766         DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
10767         function.
10769 2017-05-30  Wilco Dijkstra  <wdijkstr@arm.com>
10771         * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
10773 2017-05-30  Richard Biener  <rguenther@suse.de>
10775         * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
10776         and reduc_def fields.
10777         (STMT_VINFO_REDUC_TYPE): New define.
10778         (STMT_VINFO_REDUC_DEF): Likewise.
10779         (vect_force_simple_reduction): Adjust prototype.
10780         * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
10781         (vect_is_simple_reduction): Remove check_reduction argument.
10782         (vect_force_simple_reduction): Adjust and set
10783         STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10784         (vectorizable_reduction): Do not re-do reduction analysis
10785         but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10786         * tree-parloops.c (gather_scalar_reductions): Adjust.
10788 2017-05-30  Richard Biener  <rguenther@suse.de>
10790         PR middle-end/80901
10791         * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
10792         split_edge code.
10794 2017-05-24  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10796         * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
10797         Introduce unknown_misalignment parameter and remove vf.
10798         (vect_peeling_hash_get_lowest_cost):
10799         Pass unknown_misalignment parameter.
10800         (vect_enhance_data_refs_alignment):
10801         Fix unsupportable data ref treatment.
10803 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10805         * tree-vect-data-refs.c (vect_get_data_access_cost):
10806         Workaround for SLP handling.
10807         (vect_enhance_data_refs_alignment):
10808         Compute costs for doing no peeling at all, compare to the best
10809         peeling costs so far and avoid peeling if cheaper.
10811 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10813         * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
10814         Return peeling info and set costs to zero for unlimited cost
10815         model.
10816         (vect_enhance_data_refs_alignment): Also inspect all datarefs
10817         with unknown misalignment. Compute and costs for unknown
10818         misalignment, compare them to the costs for known misalignment
10819         and choose the cheapest for peeling.
10821 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10823         * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
10824         (vect_get_peeling_costs_all_drs): Create function.
10825         (vect_peeling_hash_get_lowest_cost):
10826         Use vect_get_peeling_costs_all_drs.
10827         (vect_peeling_supportable): Create function.
10828         (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
10830 2017-05-30  Robin Dapp  <rdapp@linux.vnet.ibm.com>
10832         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
10833         DR_HAS_NEGATIVE_STEP.
10834         (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
10835         (vect_enhance_data_refs_alignment): Use.
10836         (vect_duplicate_ssa_name_ptr_info): Use.
10837         * tree-vectorizer.h (dr_misalignment): Use.
10838         (known_alignment_for_access_p): Use.
10840 2017-05-30  Jozef Lawrynowicz  <jozef.l@somniumtech.com>
10842         PR target/78838
10843         * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
10844         .lowtext.
10845         (has_section_name): New function.
10847 2017-05-30  Martin Liska  <mliska@suse.cz>
10849         PR other/80909
10850         * auto-profile.c (get_function_decl_from_block): Fix
10851         parenthesis.
10853 2017-05-30  Richard Biener  <rguenther@suse.de>
10855         PR middle-end/80876
10856         * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
10858 2017-05-30  Martin Liska  <mliska@suse.cz>
10860         * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
10861         * dumpfile.h (struct dump_file_info): Remove ctors.
10863 2017-05-30  Martin Liska  <mliska@suse.cz>
10865         * predict.def: Fix GNU coding style.
10867 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
10869         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
10870         Mark 'to' argument with ATTRIBUTE_UNUSED.
10872 2017-05-29  Max Filippov  <jcmvbkbc@gmail.com>
10874         * config/xtensa/xtensa.c (xtensa_emit_call): Use
10875         HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
10876         (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
10877         format string.
10879 2017-05-29  Eric Botcazou  <ebotcazou@adacore.com>
10881         * doc/install.texi (Options specification): Restore entry of
10882         --enable-sjlj-exceptions.
10884 2017-05-27  Michael Eager  <eager@eagercon.com>
10886         Revert:
10887         2016-01-21  Ajit Agarwal  <ajitkum@xilinx.com>
10889         See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
10891         * config/microblaze/microblaze.h
10892         (FIXED_REGISTERS): Update in macro.
10893         (CALL_USED_REGISTERS): Update in macro.
10895 2017-05-27  François-Xavier Coudett  <fxcoudert@gcc.gnu.org>
10897         * doc/install.texi: Add links to macOS binary distributions.
10899 2017-05-27  Jakub Jelinek  <jakub@redhat.com>
10901         PR bootstrap/80887
10902         Revert:
10903         2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
10905         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
10907 2017-05-26  Martin Liska  <mliska@suse.cz>
10909         * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
10911 2017-05-26  Martin Liska  <mliska@suse.cz>
10913         * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
10914         always leading ';; '.
10915         (dump_bb_info): Likewise.
10916         (brief_dump_cfg): Likewise.
10917         * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
10918         * dumpfile.c: Remove usage of TDF_VERBOSE.
10919         * dumpfile.h (enum dump_kind): Likewise.
10920         (dump_gimple_bb_header): Do not use TDF_COMMENT.
10921         * print-tree.c (debug_verbose): Remove.
10922         * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
10923         (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
10924         * tree-diagnostic.c (default_tree_printer): Replace
10925         TDF_DIAGNOSTIC with TDF_SLIM.
10927 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10929         * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
10930         in parameter loop, rather than loop_vinfo.
10931         (create_intersect_range_checks): Ditto.
10932         (vect_create_cond_for_alias_checks): Update call to above functions.
10934 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10936         PR tree-optimization/80815
10937         * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
10938         for merging runtime alias checks.  Handle negative DR_STEPs.
10940 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10942         * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
10943         Move from ...
10944         * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
10945         * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
10946         out code pruning runtime alias checks.
10947         * tree-data-ref.c (prune_runtime_alias_test_list): New function
10948         factored out from above.
10949         * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
10950         Move from ...
10951         * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
10952         ... to here.
10953         (prune_runtime_alias_test_list): New decalaration.
10955 2017-05-26  Bin Cheng  <bin.cheng@arm.com>
10957         * tree-vect-data-refs.c (compare_tree): Rename and move ...
10958         * tree-data-ref.c (data_ref_compare_tree): ... to here.
10959         * tree-data-ref.h (data_ref_compare_tree): New decalaration.
10960         * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
10961         (operator==, comp_dr_with_seg_len_pair): Ditto.
10962         (vect_prune_runtime_alias_test_list): Ditto.
10964 2017-05-26  Martin Liska  <mliska@suse.cz>
10966         PR ipa/80663
10967         * params.def: Bound partial-inlining-entry-probability param.
10969 2017-05-26  Marek Polacek  <polacek@redhat.com>
10971         PR sanitizer/80875
10972         * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
10973         can be negated.
10975 2017-05-26  Richard Biener  <rguenther@suse.de>
10977         PR tree-optimization/80842
10978         * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
10979         value.
10981 2017-05-26  Richard Biener  <rguenther@suse.de>
10983         PR tree-optimization/80844
10984         * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
10986 2017-05-25  Sebastian Peryt  <sebastian.peryt@intel.com>
10988         * doc/md.texi (Machine Constraints): Update x86 family
10989         machine constraints section to match 'config/i386/constraints.md'.
10991 2017-05-25  Volker Reichelt  <v.reichelt@netcologne.de>
10993         * doc/invoke.texi (-Wcatch-value=): Document new warning option.
10995 2017-05-25  Nathan Sidwell  <nathan@acm.org>
10997         * doc/invoke.texi (--enable-languages): Update documentation.
10999 2017-05-25  Martin Liska  <mliska@suse.cz>
11001         * dumpfile.c: Add TDF_FOLDING.
11002         * dumpfile.h (enum dump_kind): Likewise.
11003         * genmatch.c (dt_simplify::gen_1): Use it.
11005 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11007         * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
11009 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11011         * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11012         * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
11014 2017-05-25  Marc Glisse  <marc.glisse@inria.fr>
11016         * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
11017         * match.pd (X == C): Rewrite it here.
11018         (with_possible_nonzero_bits, with_possible_nonzero_bits2,
11019         with_certain_nonzero_bits2): New predicates.
11020         * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
11022 2017-05-24  Nathan Sidwell  <nathan@acm.org>
11024         * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
11025         avoid warning.
11027         * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
11028         warning.
11030 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11032         * config/powerpcspe: New port.  Files are copied from the rs6000
11033         port, with "rs6000" in filenames replaced by "powerpcspe".
11035 2017-05-24  Wilco Dijkstra  <wdijkstr@arm.com>
11037         PR rtl-optimization/80754
11038         * lra-remat.c (do_remat): Add overlap checks for dst_regno.
11040 2017-05-24  Sheldon Lobo  <smlobo@sheldon.us.oracle.com>
11042         * config/sparc/sparc.md (length): Return the correct value for -mflat
11043         sibcalls to match output_sibcall.
11045 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
11047         PR bootstrap/80860
11048         PR bootstrap/80843
11049         * config/rs6000/rs6000.c (struct machine_function): Add new field
11050         n_components.
11051         (rs6000_get_separate_components): Init that field, use it.
11052         (rs6000_components_for_bb): Use the field.
11054 2017-05-24  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11056         * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
11058 2017-05-24  Peter Bergner  <bergner@vnet.ibm.com>
11060         PR middle-end/80823
11061         * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
11063 2017-05-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
11065         PR target/80725
11066         * config/s390/s390.c (s390_check_qrst_address): Check incoming
11067         address against address_operand predicate.
11068         * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
11070 2017-05-24  Eric Botcazou  <ebotcazou@adacore.com>
11072         * var-tracking.c (track_expr_p): Do not return 0 for tracked record
11073         parameters passed indirectly.
11075 2017-05-23  Uros Bizjak  <ubizjak@gmail.com>
11077         * config/i386/i386.md (*movdi_internal): Remove SSE4
11078         alternative 18 (?r, *v).  Update insn attributes.
11079         (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
11080         Update insn attributes.
11081         (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
11082         Update insn attributes.
11083         * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
11084         alternative 1 (r, v). Remove isa attribute.
11085         * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
11086         Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
11087         and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
11089 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11091         * doc/sourcebuild.texi (Directives, Verify compiler message): Document
11092         dg-line directive.
11094 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11096         * cgraphunit.c (symbol_table::process_new_functions): Update.
11097         * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
11098         (inline_generate_summary): Rename to ...
11099         (ipa_fn_summary_generate): ... this one.
11100         (inline_read_summary): Rename to ...
11101         (ipa_fn_summary_read): ... this one.
11102         (inline_write_summary): Rename to ...
11103         (ipa_fn_summary_write): ... this one.
11104         (inline_free_summary): Rename to ...
11105         (ipa_free_fn_summary): ... this one.
11106         (pass_data_local_fn_summary, pass_local_fn_summary,
11107         make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
11108         pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
11109         pass_data_ipa_fn_summary, pass_ipa_fn_summary,
11110         make_pass_ipa_fn_summary): New.
11111         * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
11112         inline_write_summary, inline_free_summary): Remove.
11113         (ipa_free_fn_summary) : New.
11114         * ipa-inline.c (ipa_inline): Update.
11115         (pass_ipa_inline): Do not generate summaries.
11116         * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
11117         Remove.
11118         * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
11119         and add pass_ipa_fn_summary.
11120         * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
11121         New.
11122         (make_pass_inline_parameters): Remove.
11124 2017-05-23  Thomas Schwinge  <thomas@codesourcery.com>
11126         * omp-low.c (struct omp_context): Remove "default_kind" member.
11127         Adjust all users.
11129         * omp-offload.c (execute_oacc_device_lower): Remove the
11130         parallelism dimensions function attributes for unparallelized
11131         OpenACC kernels constructs.
11133 2017-05-23  Martin Liska  <mliska@suse.cz>
11135         * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
11136         functions.
11137         (cgraph_edge::make_speculative): Likewise.
11138         (cgraph_edge::resolve_speculation): Likewise.
11139         (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
11140         (cgraph_node::dump): Likewise.
11141         * cgraph.h: Likewise.
11142         * cgraphunit.c (analyze_functions): Likewise.
11143         (symbol_table::compile): Likewise.
11144         * ipa-cp.c (print_all_lattices): Likewise.
11145         (determine_versionability): Likewise.
11146         (initialize_node_lattices): Likewise.
11147         (ipcp_verify_propagated_values): Likewise.
11148         (estimate_local_effects): Likewise.
11149         (update_profiling_info): Likewise.
11150         (create_specialized_node): Likewise.
11151         (perhaps_add_new_callers): Likewise.
11152         (decide_about_value): Likewise.
11153         (decide_whether_version_node): Likewise.
11154         (identify_dead_nodes): Likewise.
11155         (ipcp_store_bits_results): Likewise.
11156         * ipa-devirt.c (dump_targets): Likewise.
11157         (ipa_devirt): Likewise.
11158         * ipa-icf.c (sem_item::dump): Likewise.
11159         (sem_function::equals): Likewise.
11160         (sem_variable::equals): Likewise.
11161         (sem_item_optimizer::read_section): Likewise.
11162         (sem_item_optimizer::execute): Likewise.
11163         (congruence_class::dump): Likewise.
11164         * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
11165         (dump_inline_summary): Likewise.
11166         (estimate_node_size_and_time): Likewise.
11167         (inline_analyze_function): Likewise.
11168         * ipa-inline-transform.c (inline_call): Likewise.
11169         * ipa-inline.c (report_inline_failed_reason): Likewise.
11170         (want_early_inline_function_p): Likewise.
11171         (edge_badness): Likewise.
11172         (update_edge_key): Likewise.
11173         (inline_small_functions): Likewise.
11174         * ipa-profile.c (ipa_profile): Likewise.
11175         * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
11176         (ipa_make_edge_direct_to_target): Likewise.
11177         (remove_described_reference): Likewise.
11178         (ipa_impossible_devirt_target): Likewise.
11179         (propagate_controlled_uses): Likewise.
11180         (ipa_print_node_params): Likewise.
11181         (ipcp_transform_function): Likewise.
11182         * ipa-pure-const.c (pure_const_read_summary): Likewise.
11183         (propagate_pure_const): Likewise.
11184         * ipa-reference.c (generate_summary): Likewise.
11185         (read_write_all_from_decl): Likewise.
11186         (propagate): Likewise.
11187         (ipa_reference_read_optimization_summary): Likewise.
11188         * ipa-utils.c (ipa_merge_profiles): Likewise.
11189         * ipa.c (walk_polymorphic_call_targets): Likewise.
11190         (symbol_table::remove_unreachable_nodes): Likewise.
11191         (ipa_single_use): Likewise.
11192         * passes.c (execute_todo): Likewise.
11193         * predict.c (drop_profile): Likewise.
11194         * symtab.c (symtab_node::get_dump_name): New function.
11195         (symtab_node::dump_name): Likewise.
11196         (symtab_node::dump_asm_name): Likewise.
11197         (symtab_node::dump_references): Likewise.
11198         (symtab_node::dump_referring): Likewise.
11199         (symtab_node::dump_base): Likewise.
11200         (symtab_node::debug_symtab): Likewise.
11201         * tree-sra.c (convert_callers_for_node): Likewise.
11202         * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
11203         * value-prof.c (init_node_map): Likewise.
11205 2017-05-23  Martin Liska  <mliska@suse.cz>
11207         * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
11208         and symtab_node::debug_symtab to symbol_table::debug.
11209         * cgraphunit.c (analyze_functions): Use the renamed function.
11210         (symbol_table::compile): Likewise.
11211         * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
11212         * ipa-icf.c (sem_item_optimizer::execute): Likewise.
11213         * passes.c (execute_todo): Likewise.
11214         * symtab.c (symbol_table::dump): New function.
11215         * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
11217 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11219         * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
11220         that nonconst implies exec.
11222 2017-05-23  Jan Hubicka  <hubicka@ucw.cz>
11224         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11225         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11226         (inline_edge_summary_vec): Turn into ...
11227         (ipa_call_summaries): ... this one.
11228         (redirect_to_unreachable, edge_set_predicate,
11229         evaluate_properties_for_edge, inline_summary_alloc,
11230         reset_ipa_call_summary, reset_inline_summary,
11231         inline_summary_t::duplicate): Update.
11232         (inline_edge_duplication_hook): Turn to ...
11233         (ipa_call_summary_t::duplicate): ... this one.
11234         (inline_edge_removal_hook): Turn to ...
11235         (ipa_call_summary_t::remove): ... this one.
11236         (dump_inline_edge_summary): Turn to ...
11237         (dump_ipa_call_summary): ... this one.
11238         (estimate_function_body_sizes): Update.
11239         (inline_update_callee_summaries): Update.
11240         (remap_edge_change_prob): Update.
11241         (remap_edge_summaries): Update.
11242         (inline_merge_summary): Update.
11243         (do_estimate_edge_time): Update.
11244         (inline_generate_summary): Update.
11245         (inline_read_section): Update.
11246         (inline_read_summary): Update.
11247         (inline_free_summary): Update.
11248         * ipa-inline.c (can_inline_edge_p): Update.
11249         (compute_inlined_call_time): Update.
11250         (want_inline_small_function_p): Update.
11251         (edge_badness): Update.
11252         (early_inliner): Update.
11253         * ipa-inline.h (inline_edge_summary): Turn to ...
11254         (ipa_call_summary): ... this one.
11255         (ipa_call_summary_t): New class.
11256         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11257         (ipa_call_summaries): New.
11258         (inline_edge_summary): Remove.
11259         (estimate_edge_growth): Update.
11260         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11261         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11262         * ipa-split.c (execute_split_functions): Update.
11263         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11265 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11267         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11268         attributes): Document rdrand effective target.
11270 2017-05-23  Tom de Vries  <tom@codesourcery.com>
11272         * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11273         attributes): Sort alphabetically.
11275 2017-05-23  Georg-Johann Lay  <avr@gjlay.de>
11277         * config/avr/genmultilib.awk: Use gsub instead of gensub.
11279 2017-05-22  Michael Meissner  <meissner@linux.vnet.ibm.com>
11281         PR target/80718
11282         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
11283         V2DF/V2DI splat into two separate patterns, one that handles
11284         registers, and the other that only handles memory.  Drop support
11285         for splatting from a GPR on ISA 2.07 and then splitting the
11286         splat into direct move and splat.
11287         (vsx_splat_<mode>_reg): Likewise.
11288         (vsx_splat_<mode>_mem): Likewise.
11290 2017-05-22  Segher Boessenkool  <segher@kernel.crashing.org>
11292         * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
11294 2017-05-22  Jakub Jelinek  <jakub@redhat.com>
11296         PR middle-end/80809
11297         * omp-low.c (finish_taskreg_remap): New function.
11298         (finish_taskreg_scan): If unit size of ctx->record_type
11299         is non-constant, unshare the size expression and replace
11300         decls in it with possible outer var refs.
11302         PR middle-end/80809
11303         * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
11304         GOVD_SHARED rather than GOVD_PRIVATE with it.
11305         (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
11306         GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
11308         PR middle-end/80853
11309         * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
11310         as last argument to build_outer_var_ref for pointer bases of array
11311         section reductions.
11313 2017-05-19  Martin Sebor  <msebor@redhat.com>
11315         * print-tree.c (print_node): Print DECL_READ_P flag.
11317 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11319         * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
11320         * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
11321         * cgraph.c: Likewise.
11322         * cgraphunit.c: Likewise.
11323         * gengtype.c: Likewise.
11324         * ipa-cp.c: Likewise.
11325         * ipa-devirt.c: Likewise.
11326         * ipa-icf.c: Likewise.
11327         * ipa-predicate.c: Likewise.
11328         * ipa-profile.c: Likewise.
11329         * ipa-prop.c: Likewise.
11330         * ipa-split.c: Likewise.
11331         * ipa.c: Likewise.
11332         * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
11333         edge_predicate_pool, dump_inline_hints,
11334         inline_summary::account_size_time, redirect_to_unreachable,
11335         edge_set_predicate, set_hint_predicate,
11336         evaluate_conditions_for_known_args, evaluate_properties_for_edge,
11337         inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
11338         inline_summary_t::remove, remap_hint_predicate_after_duplication,
11339         inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
11340         ipa_call_summary_t::remove, initialize_growth_caches,
11341         free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
11342         debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
11343         mark_modified, unmodified_parm_1, unmodified_parm,
11344         unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
11345         set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
11346         compute_bb_predicates, will_be_nonconstant_expr_predicate,
11347         will_be_nonconstant_predicate, record_modified_bb_info,
11348         get_minimal_bb, record_modified, param_change_prob,
11349         phi_result_unknown_predicate, predicate_for_phi_result,
11350         array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
11351         estimate_function_body_sizes, compute_inline_parameters,
11352         compute_inline_parameters_for_curren, pass_data_inline_parameters,
11353         estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
11354         inline_update_callee_summaries, remap_edge_change_prob,
11355         remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
11356         inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
11357         inline_analyze_function, inline_summary_t::insert,
11358         inline_generate_summary, read_ipa_call_summary, inline_read_section,
11359         inline_read_summary, write_ipa_call_summary, inline_write_summary,
11360         inline_free_summary): Move to ipa-fnsummary.h
11361         (predicate_t): Remove.
11362         * ipa-fnsummary.c: New file.
11363         * ipa-inline.h:  Do not include sreal.h and ipa-predicate.h
11364         (enum inline_hints_vals, inline_hints, agg_position_info,
11365         INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
11366         inline_summaries, ipa_call_summary, ipa_call_summary_t,
11367         ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
11368         dump_inline_summary, dump_inline_hints, inline_generate_summary,
11369         inline_read_summary, inline_write_summary, inline_free_summary,
11370         inline_analyze_function, initialize_inline_failed,
11371         inline_merge_summary, inline_update_overall_summary,
11372         compute_inline_parameters): Move to ipa-fnsummary.h
11373         * ipa-fnsummary.h: New file.
11374         * ipa-inline-transform.h: Include ipa-inline.h.
11375         * ipa-inline.c: LIkewise.
11377 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11379         * ipa-inline.c (edge_badness): Use inlined_time instead of
11380         inline_summaries->get.
11382 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11384         * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
11386 2017-05-22  Nathan Sidwell  <nathan@acm.org>
11388         * doc/invoke.texi (fdump-translation-unit): Delete documentation.
11389         (fdump-lang): Document 'raw' option.
11390         * dumpfile.h (TDI_tu): Delete.
11391         * dumpfile.c (dump_files): Remove translation-unit.
11392         (FIRST_AUTO_NUMBERED_DUMP): Decrement.
11394 2017-05-22  Georg-Johann Lay  <avr@gjlay.de>
11396         * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
11397         command option from $(AWK) call.
11398         * config/avr/genmultilib.awk: Simplify and rewrite so that it
11399         generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
11400         [FORMAT]: Remove handling of variable.
11401         * config/avr/t-multilib: Regenerate.
11403 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11405         * ipa-inline-analysis.c (inline_summary::reset): Do not reset
11406         self_time.
11407         (dump_inline_summary): Do not print self_time.
11408         (estimate_function_body_sizes): Do not set self_time.
11409         (compute_inline_parameters): Likewise.
11410         (inline_read_section, inline_write_summary): Do not stream self_time.
11411         * ipa-inline.h (inline_summary): Drop self_time.
11413 2017-05-22  Jan Hubicka  <hubicka@ucw.cz>
11415         * ipa-inline-analysis.c (account_size_time): Rename to ...
11416         (inline_summary::account_size_time): ... this one.
11417         (reset_ipa_call_summary): Turn to ...
11418         (ipa_call_summary::reset): ... this one.
11419         (reset_inline_summary): Turn to ...
11420         (inline_summary::reset): ... this one.
11421         (inline_summary_t::remove): Update.
11422         (inline_summary_t::duplicate): Update.
11423         (ipa_call_summary_t::remove): Update.
11424         (dump_inline_summary): Update.
11425         (estimate_function_body_sizes): Update.
11426         (compute_inline_parameters): Update.
11427         (estimate_node_size_and_time): Update.
11428         (inline_merge_summary): Update.
11429         (inline_update_overall_summary): Update.
11430         (inline_read_section): Update.
11431         (inline_write_summary): Update.
11432         * ipa-inline.h (inline_summary): Rename entry to size_time_table;
11433         add account_size_time and reset member functions.
11434         (ipa_call_summary): Add reset function.
11435         * ipa-predicate.h (predicate::operator &): Constify.
11437 2017-05-22  Richard Biener  <rguenther@suse.de>
11439         * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
11441 2017-05-19  Jason Merrill  <jason@redhat.com>
11443         * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
11445 2017-05-19  Marek Polacek  <polacek@redhat.com>
11447         PR sanitizer/80800
11448         * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
11449         TYPE_OVERFLOW_WRAPS checks.
11451 2017-05-19  Thomas Schwinge  <thomas@codesourcery.com>
11453         * tree-core.h (enum omp_clause_default_kind): Add
11454         "OMP_CLAUSE_DEFAULT_PRESENT".
11455         * tree-pretty-print.c (dump_omp_clause): Handle it.
11456         * gimplify.c (enum gimplify_omp_var_data): Add
11457         "GOVD_MAP_FORCE_PRESENT".
11458         (gimplify_adjust_omp_clauses_1): Map it to
11459         "GOMP_MAP_FORCE_PRESENT".
11460         (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
11462         * gimplify.c (oacc_default_clause): Clarify.
11464 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11466         LANG_HOOK_REGISTER_DUMPS
11467         * toplev.c (general_init): Call register dump lang hook.
11468         * doc/invoke.texi: Document -fdump-lang option family.
11469         * dumpfile.c (dump_files): Remove class dump here.
11470         (FIRST_AUTO_NUMBERED_DUMP): Adjust.
11471         * dumpfile.h (tree_dump_index): Remove TDI_class.
11472         * langhooks-def.h (lhd_register_dumps): Declare.
11473         (LANG_HOOKS_REGISTER_DUMPS): Define.
11474         (LANG_HOOKS_INITIALIZER): Add it.
11475         * langhooks.c (lhd_register_dumps): Define.
11476         * langhooks.h (struct lang_hooks): Add register_dumps.
11478 2017-05-19  Nathan Sidwell  <nathan@acm.org>
11480         * context.h (context::set_passes): New.
11481         * context.c (context::context): Do not create pass manager.
11482         * toplev.c (general_init): Create pass manager here.
11484 2017-05-19  Segher Boessenkool  <segher@kernel.crashing.org>
11486         * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
11487         use this splitter if two add or or instructions would also work for
11488         the constant we want to generate.
11490 2017-05-19  Richard Biener  <rguenther@suse.de>
11492         PR build/80821
11493         * genmatch.c (dt_node::gen_kids_1): Add missing scope around
11494         predicate evaluation.
11496 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11498         * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
11499         add ctor.
11500         * ipa-inline.c (want_inline_small_function_p): Do not cast to
11501         unsigned.
11503 2017-05-19  Jan Hubicka  <hubicka@ucw.cz>
11505         * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11506         inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11507         (inline_edge_summary_vec): Turn into ...
11508         (ipa_call_summaries): ... this one.
11509         (redirect_to_unreachable, edge_set_predicate,
11510         evaluate_properties_for_edge, inline_summary_alloc,
11511         reset_ipa_call_summary, reset_inline_summary,
11512         inline_summary_t::duplicate): Update.
11513         (inline_edge_duplication_hook): Turn to ...
11514         (ipa_call_summary_t::duplicate): ... this one.
11515         (inline_edge_removal_hook): Turn to ...
11516         (ipa_call_summary_t::remove): ... this one.
11517         (dump_inline_edge_summary): Turn to ...
11518         (dump_ipa_call_summary): ... this one.
11519         (estimate_function_body_sizes): Update.
11520         (inline_update_callee_summaries): Update.
11521         (remap_edge_change_prob): Update.
11522         (remap_edge_summaries): Update.
11523         (inline_merge_summary): Update.
11524         (do_estimate_edge_time): Update.
11525         (inline_generate_summary): Update.
11526         (inline_read_section): Update.
11527         (inline_read_summary): Update.
11528         (inline_free_summary): Update.
11529         * ipa-inline.c (can_inline_edge_p): Update.
11530         (compute_inlined_call_time): Update.
11531         (want_inline_small_function_p): Update.
11532         (edge_badness): Update.
11533         (early_inliner): Update.
11534         * ipa-inline.h (inline_edge_summary): Turn to ...
11535         (ipa_call_summary): ... this one.
11536         (ipa_call_summary_t): New class.
11537         (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11538         (ipa_call_summaries): New.
11539         (inline_edge_summary): Remove.
11540         (estimate_edge_growth): Update.
11541         * ipa-profile.c (ipa_propagate_frequency_1): Update.
11542         * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11543         * ipa-split.c (execute_split_functions): Update.
11544         * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11546 2017-05-19  Richard Biener  <rguenther@suse.de>
11548         PR middle-end/80764
11549         * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
11551 2017-05-18  Segher Boessenkool  <segher@kernel.crashing.org>
11553         * config/rs6000/rs6000.c (struct machine_function): Add field
11554         fpr_is_wrapped_separately.
11555         (rs6000_get_separate_components): Use 64 components.  Handle the
11556         new FPR components.
11557         (rs6000_components_for_bb): Handle the FPR components.
11558         (rs6000_emit_prologue_components): Handle the FPR components.
11559         (rs6000_emit_epilogue_components): Handle the FPR components.
11560         (rs6000_set_handled_components): Handle the FPR components.
11561         (rs6000_emit_prologue): Don't output prologue code for those FPRs
11562         that are already separately shrink-wrapped.
11563         (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
11564         that are already separately shrink-wrapped.
11566 2017-05-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
11568         PR target/80510
11569         * config/rs6000/predicates.md (simple_offsettable_mem_operand):
11570         New predicate.
11572         * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
11573         (define_peephole2 for Altivec d-form load): Add peepholes to catch
11574         cases where the register allocator uses a move and an offsettable
11575         memory operation to/from a FPR register on ISA 2.06/2.07.
11576         (define_peephole2 for Altivec d-form store): Likewise.
11578 2017-05-18  Uros Bizjak  <ubizjak@gmail.com>
11580         PR target/80799
11581         * config/i386/mmx.md (*mov<mode>_internal): Enable
11582         alternatives 11, 12, 13 and 14 also for 32bit targets.
11583         Remove alternatives 15, 16, 17 and 18.
11584         * config/i386/sse.md (vec_concatv2di): Change
11585         alternative (!x, *y) to (x, ?!*Yn).
11587 2017-05-18  Paolo Carlini  <paolo.carlini@oracle.com>
11589         * dumpfile.h (enum dump_kind): Remove stray comma.
11591 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11593         * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
11594         * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
11595         predicate::num_conditions
11596         (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
11597         (CHANGED): turn into predicate::changed.
11598         (agg_position_info): Move to ipa-predicate.h
11599         (add_condition, predicate::add_clause, predicate::operator &=,
11600         predicate::or_with, predicate::evaluate, predicate::probability,
11601         dump_condition, dump_clause, predicate::dump,
11602         predicate::remap_after_duplication, predicate::remap_after_inlining,
11603         predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
11604         (evaluate_conditions_for_known_args): Update.
11605         (set_cond_stmt_execution_predicate): Update.
11606         * ipa-inline.h: Include ipa-predicate.h
11607         (condition, inline_param_summary, conditions, agg_position_info,
11608         predicate): Move to ipa-predicate.h
11609         * ipa-predicate.c: New file.
11610         * ipa-predicate.h: New file.
11612 2017-05-18  Wilco Dijkstra  <wdijkstr@arm.com>
11614         * final.c (leaf_function_p): Check we are not in a sequence.
11616 2017-05-18  Martin Liska  <mliska@suse.cz>
11618         * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
11619         * dumpfile.c (dump_register): Use new enum dump_kind.
11620         (get_dump_file_name): Likewise.
11621         (dump_enable_all): Likewise.
11622         (dump_switch_p_1): Likewise.
11623         (enable_rtl_dump_file): Remove usage of TDF_RTL.
11624         * dumpfile.h (enum dump_kind): New enum type.
11625         (struct dump_file_info): Create constructor and
11626         format fields and comments.
11627         * passes.c (pass_manager::register_one_dump_file):
11628         Use num dump_kind.
11629         * statistics.c (statistics_early_init): Likewise.
11630         * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
11631         TDF_TREE with TDF_SLIM.
11632         (gather_memory_references_ref): Likewise.
11634 2017-05-18  Martin Liska  <mliska@suse.cz>
11636         * vec.h (struct vnull): Use it.
11638 2017-05-18  Jan Hubicka  <hubicka@ucw.cz>
11640         * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
11641         (true_predicate, false_predicate, true_predicate_p,
11642         false_predicate_p): Remove.
11643         (single_cond_predicate, not_inlined_predicate): Turn to member function
11644         in ipa-inline.h
11645         (add_condition): Update.
11646         (add_clause): Turn to...
11647         (predicate::add_clause): ... this one; update; allow passing NULL
11648         as parameter.
11649         (and_predicates): Turn to ...
11650         (predicate::operator &=): ... this one.
11651         (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
11652         (or_predicates): Turn to ...
11653         (predicate::or_with): ... this one.
11654         (evaluate_predicate): Turn to ...
11655         (predicate::evaluate): ... this one.
11656         (predicate_probability): Turn to ...
11657         (predicate::probability): ... this one.
11658         (dump_condition): Update.
11659         (dump_predicate): Turn to ...
11660         (predicate::dump): ... this one.
11661         (account_size_time): Update.
11662         (edge_set_predicate): Update.
11663         (set_hint_predicate): UPdate.
11664         (evaluate_conditions_for_known_args): Update.
11665         (evaluate_properties_for_edge): Update.
11666         (remap_predicate_after_duplication): Turn to...
11667         (predicate::remap_after_duplication): ... this one.
11668         (remap_hint_predicate_after_duplication): Update.
11669         (inline_summary_t::duplicate): UPdate.
11670         (dump_inline_edge_summary): Update.
11671         (dump_inline_summary): Update.
11672         (set_cond_stmt_execution_predicate): Update.
11673         (set_switch_stmt_execution_predicate): Update.
11674         (compute_bb_predicates): Update.
11675         (will_be_nonconstant_expr_predicate): Update.
11676         (will_be_nonconstant_predicate): Update.
11677         (phi_result_unknown_predicate): Update.
11678         (predicate_for_phi_result): Update.
11679         (array_index_predicate): Update.
11680         (estimate_function_body_sizes): Update.
11681         (estimate_node_size_and_time): Update.
11682         (estimate_ipcp_clone_size_and_time): Update.
11683         (remap_predicate): Rename to ...
11684         (predicate::remap_after_inlining): ... this one.
11685         (remap_hint_predicate): Update.
11686         (inline_merge_summary): Update.
11687         (inline_update_overall_summary): Update.
11688         (estimate_size_after_inlining): Update.
11689         (read_predicate): Rename to ...
11690         (predicate::stream_in): ... this one.
11691         (read_inline_edge_summary): Update.
11692         (write_predicate): Rename to ...
11693         (predicate::stream_out): ... this one.
11694         (write_inline_edge_summary): Update.
11695         * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
11696         (clause_t): Turn to uint32_t
11697         (predicate): Turn to class; implement constructor and operators
11698         ==, !=, &
11699         (size_time_entry): Update.
11700         (inline_summary): Update.
11701         (inline_edge_summary): Update.
11703 2017-05-18  Marc Glisse  <marc.glisse@inria.fr>
11705         * fold-const.c (fold_binary_loc): Move transformation...
11706         * match.pd (C - X CMP X): ... here.
11708 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
11710         * config/sparc/sparc.c (sparc_option_override): Set function
11711         alignment for -mcpu=niagara7 to 64 to match the I$ line.
11712         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
11713         latency to 1.
11714         * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
11715         latency to 2.
11716         * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
11718 2017-05-18  Marek Polacek  <polacek@redhat.com>
11720         PR sanitizer/80797
11721         * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
11722         (pass_ubsan::execute): Call gimple_assign_single_p instead of
11723         gimple_assign_load_p.
11725 2017-05-17  Segher Boessenkool  <segher@kernel.crashing.org>
11727         PR middle-end/80692
11728         * real.c (do_compare): Give decimal_do_compare preference over
11729         comparing just the signs.
11731 2017-05-17  Uros Bizjak  <ubizjak@gmail.com>
11733         * doc/md.texi (Canonicalization of Instructions): Describe the
11734         canonical form of instructions that inherently set a condition
11735         code register.
11737 2017-05-17  Peter Bergner  <bergner@vnet.ibm.com>
11739         PR middle-end/80775
11740         * tree-cfg.c: Move deletion of unreachable case statements to after
11741         the merging of consecutive case labels.
11743 2017-05-17  Thomas Preud'homme  <thomas.preudhomme@arm.com>
11745         * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
11746         readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
11747         restoring of callee-saved registers.
11749 2017-05-17  Eric Botcazou  <ebotcazou@adacore.com>
11751         * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
11752         * config/visium/visium.c (single_set_and_flags): Likewise.
11753         * config/visium/visium.md (Substitutions): Likewise.
11755 2017-05-17  Martin Liska  <mliska@suse.cz>
11757         * cfg.c: Introduce dump_flags_t type and
11758         use it instead of int type.
11759         * cfg.h: Likewise.
11760         * cfghooks.c: Likewise.
11761         * cfghooks.h (struct cfg_hooks): Likewise.
11762         * cfgrtl.c: Likewise.
11763         * cfgrtl.h: Likewise.
11764         * cgraph.c (cgraph_node::get_body): Likewise.
11765         * coretypes.h: Likewise.
11766         * domwalk.c: Likewise.
11767         * domwalk.h: Likewise.
11768         * dumpfile.c (struct dump_option_value_info): Likewise.
11769         (dump_enable_all): Likewise.
11770         (dump_switch_p_1): Likewise.
11771         (opt_info_switch_p): Likewise.
11772         * dumpfile.h (enum tree_dump_index): Likewise.
11773         (struct dump_file_info): Likewise.
11774         * genemit.c: Likewise.
11775         * generic-match-head.c: Likewise.
11776         * gengtype.c (open_base_files): Likewise.
11777         * gimple-pretty-print.c: Likewise.
11778         * gimple-pretty-print.h: Likewise.
11779         * graph.c (print_graph_cfg): Likewise.
11780         * graphite-scop-detection.c (dot_all_sese): Likewise.
11781         * ipa-devirt.c (build_type_inheritance_graph): Likewise.
11782         * loop-unroll.c (report_unroll): Likewise.
11783         * passes.c (pass_manager::register_one_dump_file): Likewise.
11784         * print-tree.c: Likewise.
11785         * statistics.c: Likewise.
11786         * tree-cfg.c: Likewise.
11787         * tree-cfg.h: Likewise.
11788         * tree-dfa.c: Likewise.
11789         * tree-dfa.h: Likewise.
11790         * tree-dump.c (dump_function): Likewise.
11791         * tree-dump.h (struct dump_info): Likewise.
11792         * tree-pretty-print.c: Likewise.
11793         * tree-pretty-print.h: Likewise.
11794         * tree-ssa-live.c: Likewise.
11795         * tree-ssa-live.h: Likewise.
11796         * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
11797         * tree-vect-loop.c: Likewise.
11798         * tree-vect-slp.c: Likewise.
11800 2017-05-16  James Greenhalgh  <james.greenhalgh@arm.com>
11801             Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
11803         PR tree-optimization/80457
11804         * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
11805         of all arguments to a statement as scalar_to_vec operations.
11806         (vectorizable_call): Adjust call to vect_model_simple_cost for
11807         new parameter.
11808         (vectorizable_conversion): Likewise.
11809         (vectorizable_assignment): Likewise.
11810         (vectorizable_shift): Likewise.
11811         (vectorizable_operation): Likewise.
11812         (vectorizable_comparison): Likewise.
11813         (vect_is_simple_cond): Record the def types for operands.
11814         (vectorizable_condition): Likewise, call vect_model_simple_cost.
11815         * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
11816         for statement argument count.
11818 2017-05-16  Carl Love  <cel@us.ibm.com>
11820         * config/rs6000/rs6000-c: Add support for built-in functions
11821         vector unsigned long long vec_bperm (vector unsigned long long,
11822                                              vector unsigned char)
11823         vector signed long long vec_mule (vector signed int,
11824                                           vector signed int)
11825         vector unsigned long long vec_mule (vector unsigned int,
11826                                             vector unsigned int)
11827         vector signed long long vec_mulo (vector signed int,
11828                                           vector signed int)
11829         vector unsigned long long vec_mulo (vector unsigned int,
11830                                             vector unsigned int)
11831         vector signed char vec_sldw (vector signed char,
11832                                      vector signed char,
11833                                      const int)
11834         vector unsigned char vec_sldw (vector unsigned char,
11835                                        vector unsigned char,
11836                                        const int)
11837         vector signed short vec_sldw (vector signed short,
11838                                       vector signed short,
11839                                       const int)
11840         vector unsigned short vec_sldw (vector unsigned short,
11841                                         vector unsigned short,
11842                                         const int)
11843         vector signed int vec_sldw (vector signed int,
11844                                     vector signed int,
11845                                     const int)
11846         vector unsigned int vec_sldw (vector unsigned int,
11847                                       vector unsigned int,
11848                                       const int)
11849         vector signed long long vec_sldw (vector signed long long,
11850                                           vector signed long long,
11851                                           const int)
11852         vector unsigned long long vec_sldw (vector unsigned long long,
11853                                             vector unsigned long long,
11854                                             const int)
11855         * config/rs6000/rs6000-c: Add support for built-in functions
11856         * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
11857         * config/rs6000/altivec.h: Add defintion for vec_sldw.
11858         * doc/extend.texi: Update the built-in documentation for the
11859         new built-in functions.
11861 2017-05-16  Marek Polacek  <polacek@redhat.com>
11863         PR sanitizer/80536
11864         PR sanitizer/80386
11865         * tree.c (save_expr): Don't fold the expression.
11867 2017-05-16  Uros Bizjak  <ubizjak@gmail.com>
11869         * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
11870         to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
11871         and (?*y,m).  Update insn attributes.
11873 2017-05-16  Martin Liska  <mliska@suse.cz>
11875         * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
11876         flags argument of print_gimple_stmt, print_gimple_expr,
11877         print_generic_stmt and print_generic_expr.
11878         * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
11879         * coretypes.h: Likewise.
11880         * except.c (dump_eh_tree): Likewise.
11881         * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
11882         * gimple-pretty-print.h: Likewise.
11883         * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
11884         (backprop::push_to_worklist): Likewise.
11885         (backprop::pop_from_worklist): Likewise.
11886         (backprop::process_use): Likewise.
11887         (backprop::intersect_uses): Likewise.
11888         (note_replacement): Likewise.
11889         * gimple-ssa-store-merging.c
11890         (pass_store_merging::terminate_all_aliasing_chains): Likewise.
11891         (imm_store_chain_info::coalesce_immediate_stores): Likewise.
11892         (pass_store_merging::execute): Likewise.
11893         * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
11894         (ssa_base_cand_dump_callback): Likewise.
11895         (dump_incr_vec): Likewise.
11896         (replace_refs): Likewise.
11897         (replace_mult_candidate): Likewise.
11898         (create_add_on_incoming_edge): Likewise.
11899         (create_phi_basis): Likewise.
11900         (insert_initializers): Likewise.
11901         (all_phi_incrs_profitable): Likewise.
11902         (introduce_cast_before_cand): Likewise.
11903         (replace_one_candidate): Likewise.
11904         * gimplify.c (gimplify_expr): Likewise.
11905         * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
11906         (set_rename): Likewise.
11907         (rename_uses): Likewise.
11908         (copy_loop_phi_nodes): Likewise.
11909         (add_close_phis_to_merge_points): Likewise.
11910         (copy_loop_close_phi_args): Likewise.
11911         (copy_cond_phi_args): Likewise.
11912         (graphite_copy_stmts_from_block): Likewise.
11913         (translate_pending_phi_nodes): Likewise.
11914         * graphite-poly.c (print_pdr): Likewise.
11915         (dump_gbb_cases): Likewise.
11916         (dump_gbb_conditions): Likewise.
11917         (print_scop_params): Likewise.
11918         * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
11919         (build_cross_bb_scalars_use): Likewise.
11920         (gather_bbs::before_dom_children): Likewise.
11921         * hsa-dump.c (dump_hsa_immed): Likewise.
11922         * ipa-cp.c (print_ipcp_constant_value): Likewise.
11923         (get_replacement_map): Likewise.
11924         * ipa-inline-analysis.c (dump_condition): Likewise.
11925         (estimate_function_body_sizes): Likewise.
11926         * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
11927         (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
11928         * ipa-prop.c (ipa_dump_param): Likewise.
11929         (ipa_print_node_jump_functions_for_edge): Likewise.
11930         (ipa_modify_call_arguments): Likewise.
11931         (ipa_modify_expr): Likewise.
11932         (ipa_dump_param_adjustments): Likewise.
11933         (ipa_dump_agg_replacement_values): Likewise.
11934         (ipcp_modif_dom_walker::before_dom_children): Likewise.
11935         * ipa-pure-const.c (check_stmt): Likewise.
11936         (pass_nothrow::execute): Likewise.
11937         * ipa-split.c (execute_split_functions): Likewise.
11938         * omp-offload.c (dump_oacc_loop_part): Likewise.
11939         (dump_oacc_loop): Likewise.
11940         * trans-mem.c (tm_log_emit): Likewise.
11941         (tm_memopt_accumulate_memops): Likewise.
11942         (dump_tm_memopt_set): Likewise.
11943         (dump_tm_memopt_transform): Likewise.
11944         * tree-cfg.c (gimple_verify_flow_info): Likewise.
11945         (print_loop): Likewise.
11946         * tree-chkp-opt.c (chkp_print_addr): Likewise.
11947         (chkp_gather_checks_info): Likewise.
11948         (chkp_get_check_result): Likewise.
11949         (chkp_remove_check_if_pass): Likewise.
11950         (chkp_use_outer_bounds_if_possible): Likewise.
11951         (chkp_reduce_bounds_lifetime): Likewise.
11952         * tree-chkp.c (chkp_register_addr_bounds): Likewise.
11953         (chkp_mark_completed_bounds): Likewise.
11954         (chkp_register_incomplete_bounds): Likewise.
11955         (chkp_mark_invalid_bounds): Likewise.
11956         (chkp_maybe_copy_and_register_bounds): Likewise.
11957         (chkp_build_returned_bound): Likewise.
11958         (chkp_get_bound_for_parm): Likewise.
11959         (chkp_build_bndldx): Likewise.
11960         (chkp_get_bounds_by_definition): Likewise.
11961         (chkp_generate_extern_var_bounds): Likewise.
11962         (chkp_get_bounds_for_decl_addr): Likewise.
11963         * tree-chrec.c (chrec_apply): Likewise.
11964         * tree-data-ref.c (dump_data_reference): Likewise.
11965         (dump_subscript): Likewise.
11966         (dump_data_dependence_relation): Likewise.
11967         (analyze_overlapping_iterations): Likewise.
11968         * tree-inline.c (expand_call_inline): Likewise.
11969         (tree_function_versioning): Likewise.
11970         * tree-into-ssa.c (dump_defs_stack): Likewise.
11971         (dump_currdefs): Likewise.
11972         (dump_names_replaced_by): Likewise.
11973         (dump_update_ssa): Likewise.
11974         (update_ssa): Likewise.
11975         * tree-object-size.c (pass_object_sizes::execute): Likewise.
11976         * tree-parloops.c (build_new_reduction): Likewise.
11977         (try_create_reduction_list): Likewise.
11978         (ref_conflicts_with_region): Likewise.
11979         (oacc_entry_exit_ok_1): Likewise.
11980         (oacc_entry_exit_single_gang): Likewise.
11981         * tree-pretty-print.h: Likewise.
11982         * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
11983         (get_scalar_evolution): Likewise.
11984         (add_to_evolution): Likewise.
11985         (get_loop_exit_condition): Likewise.
11986         (analyze_evolution_in_loop): Likewise.
11987         (analyze_initial_condition): Likewise.
11988         (analyze_scalar_evolution): Likewise.
11989         (instantiate_scev): Likewise.
11990         (number_of_latch_executions): Likewise.
11991         (gather_chrec_stats): Likewise.
11992         (final_value_replacement_loop): Likewise.
11993         (scev_const_prop): Likewise.
11994         * tree-sra.c (dump_access): Likewise.
11995         (disqualify_candidate): Likewise.
11996         (create_access): Likewise.
11997         (reject): Likewise.
11998         (maybe_add_sra_candidate): Likewise.
11999         (create_access_replacement): Likewise.
12000         (analyze_access_subtree): Likewise.
12001         (analyze_all_variable_accesses): Likewise.
12002         (sra_modify_assign): Likewise.
12003         (initialize_constant_pool_replacements): Likewise.
12004         (find_param_candidates): Likewise.
12005         (decide_one_param_reduction): Likewise.
12006         (replace_removed_params_ssa_names): Likewise.
12007         * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
12008         * tree-ssa-copy.c (dump_copy_of): Likewise.
12009         (copy_prop_visit_cond_stmt): Likewise.
12010         * tree-ssa-dce.c (mark_operand_necessary): Likewise.
12011         * tree-ssa-dom.c (pass_dominator::execute): Likewise.
12012         (record_equivalences_from_stmt): Likewise.
12013         * tree-ssa-dse.c (compute_trims): Likewise.
12014         (delete_dead_call): Likewise.
12015         (delete_dead_assignment): Likewise.
12016         * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
12017         (forward_propagate_into_cond): Likewise.
12018         (pass_forwprop::execute): Likewise.
12019         * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
12020         * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
12021         Likewise.
12022         (move_computations_worker): Likewise.
12023         (execute_sm): Likewise.
12024         * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
12025         (remove_exits_and_undefined_stmts): Likewise.
12026         (remove_redundant_iv_tests): Likewise.
12027         * tree-ssa-loop-ivopts.c (dump_use): Likewise.
12028         (adjust_iv_update_pos): Likewise.
12029         * tree-ssa-math-opts.c (bswap_replace): Likewise.
12030         * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
12031         (value_replacement): Likewise.
12032         * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
12033         * tree-ssa-pre.c (print_pre_expr): Likewise.
12034         (get_representative_for): Likewise.
12035         (create_expression_by_pieces): Likewise.
12036         (insert_into_preds_of_block): Likewise.
12037         (eliminate_insert): Likewise.
12038         (eliminate_dom_walker::before_dom_children): Likewise.
12039         (eliminate): Likewise.
12040         (remove_dead_inserted_code): Likewise.
12041         * tree-ssa-propagate.c (substitute_and_fold): Likewise.
12042         * tree-ssa-reassoc.c (get_rank): Likewise.
12043         (eliminate_duplicate_pair): Likewise.
12044         (eliminate_plus_minus_pair): Likewise.
12045         (eliminate_not_pairs): Likewise.
12046         (undistribute_ops_list): Likewise.
12047         (eliminate_redundant_comparison): Likewise.
12048         (update_range_test): Likewise.
12049         (optimize_range_tests_var_bound): Likewise.
12050         (optimize_vec_cond_expr): Likewise.
12051         (rewrite_expr_tree): Likewise.
12052         (rewrite_expr_tree_parallel): Likewise.
12053         (linearize_expr): Likewise.
12054         (break_up_subtract): Likewise.
12055         (linearize_expr_tree): Likewise.
12056         (attempt_builtin_powi): Likewise.
12057         (attempt_builtin_copysign): Likewise.
12058         (transform_stmt_to_copy): Likewise.
12059         (transform_stmt_to_multiply): Likewise.
12060         (dump_ops_vector): Likewise.
12061         * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
12062         (print_scc): Likewise.
12063         (set_ssa_val_to): Likewise.
12064         (visit_reference_op_store): Likewise.
12065         (visit_use): Likewise.
12066         (sccvn_dom_walker::before_dom_children): Likewise.
12067         (run_scc_vn): Likewise.
12068         * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
12069         Likewise.
12070         (expr_hash_elt::print): Likewise.
12071         (const_and_copies::pop_to_marker): Likewise.
12072         (const_and_copies::record_const_or_copy_raw): Likewise.
12073         * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
12074         * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
12075         (dump_predicates): Likewise.
12076         (find_uninit_use): Likewise.
12077         (warn_uninitialized_phi): Likewise.
12078         (pass_late_warn_uninitialized::execute): Likewise.
12079         * tree-ssa.c (verify_vssa): Likewise.
12080         (verify_ssa): Likewise.
12081         (maybe_optimize_var): Likewise.
12082         * tree-vrp.c (dump_value_range): Likewise.
12083         (dump_all_value_ranges): Likewise.
12084         (dump_asserts_for): Likewise.
12085         (register_edge_assert_for_2): Likewise.
12086         (vrp_visit_cond_stmt): Likewise.
12087         (vrp_visit_switch_stmt): Likewise.
12088         (vrp_visit_stmt): Likewise.
12089         (vrp_visit_phi_node): Likewise.
12090         (simplify_cond_using_ranges_1): Likewise.
12091         (fold_predicate_in): Likewise.
12092         (evrp_dom_walker::before_dom_children): Likewise.
12093         (evrp_dom_walker::push_value_range): Likewise.
12094         (evrp_dom_walker::pop_value_range): Likewise.
12095         (execute_early_vrp): Likewise.
12097 2017-05-16  Richard Biener  <rguenther@suse.de>
12099         * dwarf2out.c (loc_list_from_tree_1): Do not create
12100         DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
12102 2017-05-16  Richard Biener  <rguenther@suse.de>
12104         * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
12105         just generated.
12106         (note_variable_value_in_expr): If we resolved the decl ref
12107         do not push to the stack.
12109 2017-05-16  Matthew Wahab  <matthew.wahab@arm.com>
12111         * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
12112         operations in fast-math mode.
12113         (vaddq_f16): Likewise.
12114         (vmul_f16): Likewise.
12115         (vmulq_f16): Likewise.
12116         (vsub_f16): Likewise.
12117         (vsubq_f16): Likewise.
12118         * config/arm/neon.md (add<mode>3): New.
12119         (sub<mode>3): New.
12120         (fma:<VH:mode>3): New.  Also remove outdated comment.
12121         (mul<mode>3): New.
12123 2017-05-16  Martin Liska  <mliska@suse.cz>
12125         PR ipa/79849.
12126         PR ipa/79850.
12127         * ipa-devirt.c (warn_types_mismatch): Fix typo.
12128         (odr_types_equivalent_p): Likewise.
12130 2017-05-15  Sylvestre Ledru  <sylvestre@debian.org>
12132         * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
12134 2017-05-15  Uros Bizjak  <ubizjak@gmail.com>
12136         PR target/80425
12137         * config/i386.i386.md (*zero_extendsidi2): Do not penalize
12138         non-interunit SSE move alternatives with '?'.
12139         (zero-extendsidi peephole2): New peephole to skip intermediate
12140         general register in SSE zero-extend sequence.
12142 2017-05-15  Jeff Law  <law@redhat.com>
12144         * reorg.c (relax_delay_slots): Create a new variable to hold
12145         the temporary target rather than clobbering TARGET_LABEL.
12147         * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
12148         missing argument to extract_bit_field call.
12149         * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
12151 2017-05-15  Martin Liska  <mliska@suse.cz>
12153         PR driver/31468
12154         * gcc.c (process_command): Do not allow empty argument of -o option.
12156 2017-05-15  Renlin Li  <renlin.li@arm.com>
12158         * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
12159         * config/aarch64/aarch64.c (aarch64_expand_call): Define.
12160         * config/aarch64/constraints.md (Usf): Add long call check.
12161         * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
12162         (call_value): Likewise.
12163         (sibcall): Likewise.
12164         (sibcall_value): Likewise.
12165         (call_insn): New.
12166         (call_value_insn): New.
12167         (sibcall_insn): Update rtx pattern.
12168         (sibcall_value_insn): Likewise.
12169         (call_internal): Remove.
12170         (call_value_internal): Likewise.
12171         (sibcall_internal): Likewise.
12172         (sibcall_value_internal): Likewise.
12173         (call_reg): Likewise.
12174         (call_symbol): Likewise.
12175         (call_value_reg): Likewise.
12176         (call_value_symbol): Likewise.
12178 2017-05-14  Krister Walfridsson  <krister.walfridsson@gmail.com>
12180         PR target/80600
12181         * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
12183 2017-05-14  Uros Bizjak  <ubizjak@gmail.com>
12185         * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
12186         compatible with CCGOCmode and with CCZmode.
12188 2017-05-14  Martin Sebor  <msebor@redhat.com>
12190         PR middle-end/77671
12191         * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
12192         (gimple_fold_builtin_snprintf): Same.
12193         * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
12194         (gimple_fold_builtin_snprintf): Same.
12195         * gimple-ssa-sprintf.c (get_format_string): Correct the detection
12196         of character types.
12197         (is_call_safe): New function.
12198         (try_substitute_return_value): Call it.
12199         (try_simplify_call): New function.
12200         (pass_sprintf_length::handle_gimple_call): Call it.
12202 2017-05-14  Martin Sebor  <msebor@redhat.com>
12204         PR middle-end/80669
12205         * builtins.c (expand_builtin_stpncpy): Simplify.
12207 2017-05-14  Daniel Santos  <daniel.santos@pobox.com>
12209         * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
12210         * config/i386/i386.h
12211         (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
12212         (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
12213         (struct machine_function): Add new members call_ms2sysv,
12214         call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
12215         (struct machine_frame_state): New fields sp_realigned and
12216         sp_realigned_offset.
12217         * config/i386/i386.c
12218         (enum xlogue_stub): New enum.
12219         (enum xlogue_stub_sets): New enum.
12220         (class xlogue_layout): New class.
12221         (struct ix86_frame): New fields stack_realign_allocate_offset,
12222         stack_realign_offset and outlined_save_offset.  Modify comments to
12223         detail stack layout when using out-of-line stubs.
12224         (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
12225         (ix86_option_override_internal): Add sorry() for TARGET_SEH and
12226         -mcall-ms2sysv-xlogues.
12227         (stub_managed_regs): New static variable.
12228         (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
12229         registers managed by out-of-line stub.
12230         (disable_call_ms2sysv_xlogues): New function.
12231         (ix86_compute_frame_layout): Modify re-alignment calculations, disable
12232         m->call_ms2sysv when appropriate and compute frame layout for
12233         out-of-line stubs.
12234         (sp_valid_at, fp_valid_at): New inline functions.
12235         (choose_basereg): New function.
12236         (choose_baseaddr): Add align parameter, use choose_basereg and modify
12237         all callers.
12238         (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
12239         Use align parameter of choose_baseaddr to generated aligned SSE movs
12240         when possible.
12241         (pro_epilogue_adjust_stack): Modify to track
12242         machine_frame_state::sp_realigned.
12243         (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
12244         (ix86_nsaved_sseregs): Likewise.
12245         (ix86_emit_save_regs): Likewise.
12246         (ix86_emit_save_regs_using_mov): Likewise.
12247         (ix86_emit_save_sse_regs_using_mov): Likewise.
12248         (get_scratch_register_on_entry): Likewise.
12249         (gen_frame_set): New function.
12250         (gen_frame_load): Likewise.
12251         (gen_frame_store): Likewise.
12252         (emit_outlined_ms2sysv_save): Likewise.
12253         (emit_outlined_ms2sysv_restore): Likewise.
12254         (ix86_expand_prologue): Modify stack re-alignment code and call
12255         emit_outlined_ms2sysv_save when appropriate.
12256         (ix86_emit_leave): Clear machine_frame_state::sp_realigned.  Add
12257         parameter rtx_insn *insn, which allows the function to be used to only
12258         generate the notes.
12259         (ix86_expand_epilogue): Modify validity checks of frame and stack
12260         pointers, and call emit_outlined_ms2sysv_restore when appropriate.
12261         (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
12262         * config/i386/predicates.md
12263         (save_multiple): New predicate.
12264         (restore_multiple): Likewise.
12265         * config/i386/sse.md
12266         (save_multiple<mode>): New pattern.
12267         (save_multiple_realign<mode>): Likewise.
12268         (restore_multiple<mode>): Likewise.
12269         (restore_multiple_and_return<mode>): Likewise.
12270         (restore_multiple_leave_return<mode>): Likewise.
12271         * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
12273 2017-05-14  Julia Koval  <julia.koval@intel.com>
12275         * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
12276         * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
12277         (__builtin_ia32_xsetbv): New builtins.
12278         * config/i386/i386.c (ix86_expand_special_args_builtin):
12279         Process new types.
12280         (ix86_expand_builtin): Special expand for new intrinsics.
12281         * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
12282         (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
12283         * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
12285 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12287         * cfganal.c (inverted_post_order_compute): Change argument type
12288         to vec *.
12289         * cfganal.h (inverted_post_order_compute): Adjust prototype.
12290         * df-core.c (rest_of_handle_df_initialize): Adjust.
12291         (rest_of_handle_df_finish): Likewise.
12292         (df_analyze_1): Likewise.
12293         (df_analyze): Likewise.
12294         (loop_inverted_post_order_compute): Change argument to be a vec *.
12295         (df_analyze_loop): Adjust.
12296         (df_get_n_blocks): Likewise.
12297         (df_get_postorder): Likewise.
12298         * df.h (struct df_d): Change field to be a vec.
12299         * lcm.c (compute_laterin): Adjust.
12300         (compute_available): Likewise.
12301         * lra-lives.c (lra_create_live_ranges_1): Likewise.
12302         * tree-ssa-dce.c (remove_dead_stmt): Likewise.
12303         * tree-ssa-pre.c (compute_antic): Likewise.
12305 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12307         * cfganal.c (connect_infinite_loops_to_exit): Adjust.
12308         (depth_first_search::depth_first_search): Change structure init
12309         function to this constructor.
12310         (depth_first_search::add_bb): Rename function to this member.
12311         (depth_first_search::execute): Likewise.
12312         (flow_dfs_compute_reverse_finish): Adjust.
12314 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12316         * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
12317         (longest_simple_path): Likewise.
12318         * shrink-wrap.c (spread_components): Likewise.
12319         (disqualify_problematic_components): Likewise.
12320         (emit_common_heads_for_components): Likewise.
12321         (emit_common_tails_for_components): Likewise.
12322         (insert_prologue_epilogue_for_components): Likewise.
12324 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12326         * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
12327         auto_sbitmap.
12329 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12331         * df-core.c (df_set_blocks): Start using auto_bitmap.
12332         (df_compact_blocks): Likewise.
12333         * df-problems.c (df_rd_confluence_n): Likewise.
12334         * df-scan.c (df_insn_rescan_all): Likewise.
12335         (df_process_deferred_rescans): Likewise.
12336         (df_update_entry_block_defs): Likewise.
12337         (df_update_exit_block_uses): Likewise.
12338         (df_entry_block_bitmap_verify): Likewise.
12339         (df_exit_block_bitmap_verify): Likewise.
12340         (df_scan_verify): Likewise.
12341         * lra-constraints.c (lra_constraints): Likewise.
12342         (undo_optional_reloads): Likewise.
12343         (lra_undo_inheritance): Likewise.
12344         * lra-remat.c (calculate_gen_cands): Likewise.
12345         (do_remat): Likewise.
12346         * lra-spills.c (assign_spill_hard_regs): Likewise.
12347         (spill_pseudos): Likewise.
12348         * tree-ssa-pre.c (bitmap_set_and): Likewise.
12349         (bitmap_set_subtract_values): Likewise.
12351 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12353         * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
12354         management with auto_bitmap.
12355         (fix_inter_tick): Likewise.
12356         (fix_recovery_deps): Likewise.
12357         * ira.c (add_store_equivs): Likewise.
12358         (find_moveable_pseudos): Likewise.
12359         (split_live_ranges_for_shrink_wrap): Likewise.
12360         * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
12361         (rtx_reuse_manager::seen_def_p): Likewise.
12362         (rtx_reuse_manager::set_seen_def): Likewise.
12363         * print-rtl.h (class rtx_reuse_manager): Likewise.
12365 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12367         * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
12368         lifetime.
12369         (migrate_btr_def): Likewise.
12370         * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
12371         * df-core.c (loop_post_order_compute): Likewise.
12372         (loop_inverted_post_order_compute): Likewise.
12373         * hsa-common.h: Likewise.
12374         * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
12375         * init-regs.c (initialize_uninitialized_regs): Likewise.
12376         * ipa-inline.c (resolve_noninline_speculation): Likewise.
12377         (inline_small_functions): Likewise.
12378         * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
12379         * ira.c (combine_and_move_insns): Likewise.
12380         (build_insn_chain): Likewise.
12381         * loop-invariant.c (find_invariants): Likewise.
12382         * lower-subreg.c (propagate_pseudo_copies): Likewise.
12383         * predict.c (tree_predict_by_opcode): Likewise.
12384         (predict_paths_leading_to): Likewise.
12385         (predict_paths_leading_to_edge): Likewise.
12386         (estimate_loops_at_level): Likewise.
12387         (estimate_loops): Likewise.
12388         * shrink-wrap.c (try_shrink_wrapping): Likewise.
12389         (spread_components): Likewise.
12390         * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
12391         * tree-loop-distribution.c (rdg_build_partitions): Likewise.
12392         * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
12393         * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
12394         * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
12395         * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
12396         * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
12397         * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
12398         (mark_threaded_blocks): Likewise.
12399         (thread_through_all_blocks): Likewise.
12400         * tree-ssa.c (verify_ssa): Likewise.
12401         (execute_update_addresses_taken): Likewise.
12402         * tree-ssanames.c (verify_ssaname_freelists): Likewise.
12404 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12406         * cfganal.c (mark_dfs_back_edges): Replace manual stack with
12407         auto_vec.
12408         (post_order_compute): Likewise.
12409         (inverted_post_order_compute): Likewise.
12410         (pre_and_rev_post_order_compute_fn): Likewise.
12412 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12414         * genrecog.c (int_set::int_set): Explicitly construct our
12415         auto_vec base class.
12416         * vec.h (auto_vec::auto_vec): New constructor.
12418 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12420         * bitmap.h (class auto_bitmap): New constructor taking
12421         bitmap_obstack * argument.
12423 2017-05-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
12425         * bitmap.h (class auto_bitmap): Change type of m_bits to
12426         bitmap_head, and adjust ctor / dtor and member operators.
12428 2017-05-13  Uros Bizjak  <ubizjak@gmail.com>
12430         * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
12431         when returned register mode doesn't match original mode.
12433 2017-05-12  Jeff Law  <law@redhat.com>
12434             Jakub Jelinek  <jakub@redhat.com>
12436         * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
12437         we look for cc setter after the compare-elim changes.
12438         * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
12439         within the vector to match what compare-elim now expects.
12440         (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
12441         (xorsi3_flags, one_cmplsi2_flags): Likewise.
12443         * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
12444         after the compare-elim changes.
12445         * config/rx/rx.md (abssi2_flags): Fix order of patterns within
12446         the vector to match what compare-elim now expects.
12447         (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
12448         (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
12449         (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
12450         (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
12451         (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
12453         * config/visium/visium.c (single_set_and_flags): Fix where
12454         we look for cc setter after the compare-elim changes.
12455         * config/visium/visium.md (flags_subst_logic): Fix order of patterns
12456         with the vector to match what compare-elim now expects.
12457         (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
12458         (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
12459         (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
12460         (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
12461         (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
12462         (neg<mode>2_insn_set_overflow): Likewise.
12464 2017-05-12  Jim Wilson  <jim.wilson@linaro.org>
12466         PR middle-end/79794
12467         * expmed.c (extract_bit_field_1): Add alt_rtl argument.  Before
12468         maybe_expand_insn call, set ops[0].target.  If still set after call,
12469         set alt_rtl.  Add extra arg to recursive calls.
12470         (extract_bit_field): Add alt_rtl argument.  Pass to
12471         extract_bit_field.
12472         * expmed.h (extract_bit_field): Fix prototype.
12473         * expr.c (emit_group_load_1, copy_blkmode_from_reg)
12474         (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
12475         to extract_bit_field_calls.
12476         (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
12477         Pass alt_rtl to extract_bit_field calls.
12478         * calls.c (store_unaligned_arguments_into_psuedos)
12479         load_register_parameters): Pass extra NULL to extract_bit_field calls.
12480         * optabs.c (maybe_legitimize_operand): Clear op->target when call
12481         gen_reg_rtx.
12482         * optabs.h (struct expand_operand): Add target bitfield.
12484 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12486         * compare-elim.c (try_eliminate_compare): Canonicalize
12487         operation with embedded compare to
12488         [(set (reg:CCM) (compare:CCM (operation) (immediate)))
12489          (set (reg) (operation)].
12491         * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
12493 2017-05-12  Uros Bizjak  <ubizjak@gmail.com>
12495         PR target/80723
12496         * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
12497         cost of adding a carry flag for ADC instruction.
12498         [case MINUS]: Ignore the cost of subtracting a carry flag
12499         for SBB instruction.
12501 2017-05-12  Steven Munroe  <munroesj@gcc.gnu.org>
12503         * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
12504         and x86intrin.h
12505         * config/rs6000/bmiintrin.h: New file.
12506         * config/rs6000/bmi2intrin.h: New file.
12507         * config/rs6000/x86intrin.h: New file.
12509 2017-05-12  Jeff Law  <law@redhat.com>
12511         * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
12512         markers.
12514 2017-05-12  Peter Bergner  <bergner@vnet.ibm.com>
12516         PR middle-end/80707
12517         * tree-cfg.c: Remove cfg edges of unreachable case statements.
12519 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12521         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12522         early expansion of vector divide builtins.
12523         (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
12524         builtins identified as having unsigned arguments.
12526 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12528         * config/rs6000/rs6000.c (gimple-fold.h): New #include.
12529         (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
12530         expansion of vector logical operations (and, andc, or, xor,
12531         nor, orc, nand).
12533 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12535         * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
12536         * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
12538 2017-05-12  Will Schmidt  <will_schmidt@vnet.ibm.com>
12540         * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12541         early GIMPLE expansion of vector multiplies.
12543 2017-05-12  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
12545         * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
12546         TARGET_HAVE_MOVT conditional.
12547         (movt splitter): Likewise.
12549 2017-05-12  Richard Biener  <rguenther@suse.de>
12551         * tree-ssa-sccvn.h (has_VN_INFO): Declare.
12552         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12553         Fold all stmts not inplace.
12555 2017-05-12  Richard Biener  <rguenther@suse.de>
12557         PR tree-optimization/80713
12558         * tree-ssa-pre.c (remove_dead_inserted_code): Clear
12559         inserted_exprs bit for not removed stmts.
12561 2017-05-12  Thomas Schwinge  <thomas@codesourcery.com>
12563         PR middle-end/69921
12564         * tree-parloops.c (create_parallel_loop): Set "oacc kernels
12565         parallelized" attribute for parallelized OpenACC kernels.
12566         * omp-offload.c (execute_oacc_device_lower): Use it.
12568         * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
12569         Set "oacc kernels" attribute.
12570         * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
12571         parameter.  Adjust all users.
12572         (oacc_fn_attrib_kernels_p): Remove function.
12573         * omp-offload.c (execute_oacc_device_lower): Look for "oacc
12574         kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
12575         * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
12576         * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
12577         assert "oacc kernels" attribute is set.
12579 2017-05-11  Carl Love  <cel@us.ibm.com>
12581         * config/rs6000/rs6000-c: Add support for built-in functions
12582         vector unsigned char vec_popcnt (vector signed char)
12583         vector unsigned char vec_popcnt (vector unsigned char)
12584         vector unsigned short vec_popcnt (vector signed short)
12585         vector unsigned short vec_popcnt (vector unsigned short)
12586         vector unsigned int vec_popcnt (vector signed int)
12587         vector unsigned int vec_popcnt (vector unsigned int)
12588         vector unsigned long long vec_popcnt (vector signed long long)
12589         vector unsigned long long vec_popcnt (vector unsigned long long)
12590         vector signed long long vec_slo (vector signed long long,
12591                                          vector signed char)
12592         vector signed long long vec_slo (vector signed long long,
12593                                          vector unsigned char)
12594         vector unsigned long long vec_slo (vector unsigned long long,
12595                                            vector signed char)
12596         vector unsigned long long vec_slo (vector unsigned long long,
12597                                            vector unsigned char)
12598         * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
12599         VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
12600         * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
12601         vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
12602         * doc/extend.texi: Update the built-in documentation file for the
12603         new built-in functions.
12605 2017-05-11  Michael Meissner  <meissner@linux.vnet.ibm.com>
12607         * attribs.h (sorted_attr_string): Move machine independent
12608         functions for target clone support from the i386 port to common
12609         code.  Rename ix86_function_versions to common_function_versions.
12610         Rename make_name to make_unique_name.
12611         (common_function_versions): Likewise.
12612         (make_unique_name): Likewise.
12613         (make_dispatcher_decl): Likewise.
12614         (is_function_default_version): Likewise.
12615         * attribs.c (attr_strcmp): Likewise.
12616         (sorted_attr_string): Likewise.
12617         (common_function_versions): Likewise.
12618         (make_unique_name): Likewise.
12619         (make_dispatcher_decl): Likewise.
12620         (is_function_default_version): Likewise.
12621         * config/i386/i386.c (attr_strcmp): Likewise.
12622         (sorted_attr_string): Likewise.
12623         (ix86_function_versions): Likewise.
12624         (make_name): Likewise.
12625         (make_dispatcher_decl): Likewise.
12626         (is_function_default_version): Likewise.
12627         (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
12629 2017-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12631         PR target/80695
12632         * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
12633         Account for direct move costs for vec_construct of integer
12634         vectors.
12636 2017-05-11  Uros Bizjak  <ubizjak@gmail.com>
12638         PR target/80706
12639         * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
12640         (UNSPEC_STX_ATOMIC): Ditto.
12641         (loaddi_via_sse): New insn.
12642         (storedi_via_sse): Ditto.
12643         (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
12644         Update corresponding peephole2 patterns.
12645         (atomic_storedi_fpu): Ditto.
12647 2017-05-11  Julia Koval  <julia.koval@intel.com>
12649         * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
12650         (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
12651         New intrinsics.
12652         * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
12653         (__builtin_ia32_rsqrt14ss_mask): New builtins.
12654         * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
12656 2017-05-11  Nathan Sidwell  <nathan@acm.org>
12658         * graphite-poly.c: Include dumpfile.h.
12660         * dumpfle.h (dump_function): Declare here ...
12661         * tree-dump.h (dump_function): ... not here.
12662         * dumpfile.c: #include tree-cfg.h.
12663         (dump_function): Move here from ...
12664         * tree-dump.c (dump_function): ... here.
12665         * gimplify.c: #include splay-tree.h, not tree-dump.h.
12666         * graphite-poly.c: Don't include tree-dump.h.
12667         * cgraphclones.c: Include dumpfile.h not tree-dump.h.
12668         * print-tree.c: Likewise.
12669         * stor-layout.c: Likewise.
12670         * tree-nested.c: Likewise.
12672         * dumpfile.c (dump_start): Use TDF_FLAGS.
12673         (dump_enable_all): Fix TDF_KIND check thinko.
12675 2017-05-11  Kelvin Nilsen  <kelvin@gcc.gnu.org>
12677         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12678         array entries to represent two legal parameterizations of the
12679         overloaded __builtin_cmpb function, as represented by the
12680         P6_OV_BUILTIN_CMPB constant.
12681         (altivec_resolve_overloaded_builtin): Add special case handling
12682         for the __builtin_cmpb function, as represented by the
12683         P6_OV_BUILTIN_CMPB constant.
12684         * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
12685         (BU_P6_64BIT_2): New macro.
12686         (BU_P6_OVERLOAD_2): New macro
12687         (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
12688         (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
12689         (CMPB): Add overload support to represent both 32-bit and 64-bit
12690         compare-bytes function.
12691         * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
12692         support for TARGET_CMPB.
12693         * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
12694         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
12695         documentation of the __builtin_cmpb overloaded built-in function.
12697 2017-05-11  Richard Biener  <rguenther@suse.de>
12699         PR tree-optimization/80705
12700         * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
12701         bases are not vectorizable.
12703 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12705         * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
12706         when counting register pressure.
12708 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12710         * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
12711         (iv_ca_more_deps): Renamed to ...
12712         (iv_ca_compare_deps): ... this.
12713         (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
12715 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12717         * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
12718         to ...
12719         (determine_group_iv_costs): ... here.
12720         (find_inv_vars_cb): Record inv var if it's not recorded before.
12722 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12724         * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
12725         (get_shiftadd_cost): Ditto.
12727 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12729         * tree-ssa-address.c: Include header file.
12730         (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
12731         address.
12732         (add_to_parts): Refactor.
12733         (addr_to_parts): New parameter.  Update use of move_hint_to_base.
12734         (create_mem_ref): Update use of addr_to_parts.  Re-associate addr
12735         in new order.
12737 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12739         PR tree-optimization/53090
12740         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
12741         COMP_IV_EXPR_2.
12742         (extract_cond_operands): Detect condition with IV on both sides
12743         and return COMP_IV_EXPR_2.
12744         (find_interesting_uses_cond): Add iv_use for both IVs in condition.
12745         (rewrite_use_compare): Simplify by removing call to function
12746         extract_cond_operands.
12748 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12750         * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
12751         (extract_cond_operands): Detect condition comparing against non-
12752         invariant bound and return appropriate enum value.
12753         (find_interesting_uses_cond): Update use of extract_cond_operands.
12754         Handle its return value accordingly.
12755         (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
12757 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12759         * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
12760         nonlinear iv_use computation in loop invariant sensitive way.
12762 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12764         * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
12765         (find_iv_candidates): Call relate_compare_use_with_all_cands.
12767 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12769         * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
12770         (dump_cand): Support iv_cand.inv_exprs.
12771         (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
12772         for candidates.
12773         (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
12774         iv_cand.inv_exprs.
12776 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12778         * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
12779         from ...
12780         * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
12781         as local function.  Include necessary header files.
12782         * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
12784 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12786         * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
12788 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12790         * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
12791         operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
12792         RSHIFT_EXPR and BIT_NOT_EXPR.
12794 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12796         * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
12797         (adjust_setup_cost): New parameter supporting round up adjustment.
12798         (struct address_cost_data): Delete.
12799         (force_expr_to_var_cost): Don't bound cost with spill_cost.
12800         (split_address_cost, ptr_difference_cost): Delete.
12801         (difference_cost, compare_aff_trees, record_inv_expr): Delete.
12802         (struct ainc_cost_data): New struct.
12803         (get_address_cost_ainc): New function.
12804         (get_address_cost, get_computation_cost): Reimplement.
12805         (determine_group_iv_cost_address): Record inv_expr for all uses of
12806         a group.
12807         (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
12808         (iv_ca_has_deps): Reimplemented to ...
12809         (iv_ca_more_deps): ... this.  Check if NEW_CP introduces more deps
12810         than OLD_CP.
12811         (iv_ca_extend): Call iv_ca_more_deps.
12813 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12815         * tree-ssa-address.c (struct mem_address): Move to header file.
12816         (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
12817         * tree-ssa-address.h (struct mem_address): Move from C file.
12818         (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
12820 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12822         * tree-affine.h (aff_combination_type): New interface.
12823         (aff_combination_zero_p): Remove static.
12824         (aff_combination_const_p): New interface.
12825         (aff_combination_singleton_var_p): New interfaces.
12827 2017-05-11  Richard Biener  <rguenther@suse.de>
12829         * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12830         Skip unreachable blocks and destinations.
12831         (eliminate): Move stmt removal and fixup ...
12832         (fini_eliminate): ... here.  Skip inserted exprs.
12833         (pass_pre::execute): Move fini_pre after fini_eliminate.
12834         * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
12835         (tail_merge_optimize): Run cleanup_tree_cfg if requested by
12836         PRE to get rid of dead code that has invalid SSA form and
12837         split critical edges again.
12839 2017-05-11  Bin Cheng  <bin.cheng@arm.com>
12841         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
12843 2017-05-11  Richard Biener  <rguenther@suse.de>
12845         * passes.c (execute_function_todo): Verify loops if they are
12846         said to be up-to-date.
12847         * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
12848         * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
12850 2017-05-10  John David Anglin  <danglin@gcc.gnu.org>
12852         PR target/80090
12853         * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
12854         handle calling assemble_external ourself.
12856         PR target/79027
12857         * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
12858         modes with zero size.  Enhance comment.
12860 2017-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
12862         * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
12863         built-ins for vec_xl and vec_xst with short and char pointer
12864         arguments.
12866 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
12868         * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
12869         (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
12870         (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
12871         (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
12872         (_mm_maskz_min_round_ss): New intrinsics.
12873         * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
12874         (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
12875         * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
12876         (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
12877         (__builtin_ia32_minss_mask_round): New builtins.
12878         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12879         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
12880         * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
12881         Rename to ...
12882         (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
12883         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
12884         Change to ...
12885         (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
12886         ... this.
12888 2017-05-10  Sebastian Peryt  <sebastian.peryt@intel.com>
12890         * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
12891         (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
12892         (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
12893         (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
12894         (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
12895         (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
12896         (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
12897         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12898         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
12899         * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
12900         (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
12901         (__builtin_ia32_mulss_mask_round): New builtins.
12902         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
12903         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
12904         * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
12905         Rename to ...
12906         (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
12907         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
12908         Change to ...
12909         (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
12910         ... this.
12912 2017-05-10  Julia Koval  <julia.koval@intel.com>
12914         * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
12915         (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
12916         (_mm256_setr_m128i): New intrinsics.
12918 2017-05-10  Julia Koval  <julia.koval@intel.com>
12920         * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
12921         (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
12922         (_mm_maskz_rcp14_ss): New intrinsics.
12923         * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
12924         (__builtin_ia32_rcp14ss_mask): New builtins.
12925         * config/i386/sse.md (srcp14<mode>_mask): New pattern.
12927 2017-05-10  Peter Bergner  <bergner@vnet.ibm.com>
12929         PR tree-optimization/51513
12930         * tree-cfg.c (gimple_seq_unreachable_p): New function.
12931         (assert_unreachable_fallthru_edge_p): Use it.
12932         (group_case_labels_stmt): Likewise.
12933         * tree-cfg.h: Prototype it.
12934         * stmt.c: Include cfghooks.h and tree-cfg.h.
12935         (emit_case_dispatch_table) <gap_label>: New local variable.
12936         Use it to fill dispatch table gaps.
12937         Test for default_label before updating probabilities.
12938         (expand_case) <default_label>: Remove unneeded initialization.
12939         Test for unreachable default case statement and remove its edge.
12940         Set default_label accordingly.
12941         * tree-ssa-ccp.c (optimize_unreachable): Update comment.
12943 2017-05-10  Carl Love  <cel@us.ibm.com>
12945         * config/rs6000/rs6000-c: Add support for built-in functions
12946         vector signed char      vec_neg (vector signed char)
12947         vector signed short int vec_neg (vector short int)
12948         vector signed int       vec_neg (vector signed int)
12949         vector signed long long vec_neg (vector signed long long)
12950         vector float            vec_neg (vector float)
12951         vector double           vec_neg (vector double)
12952         * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
12953         overload.
12954         * config/rs6000/altivec.h: Add define for vec_neg
12955         * doc/extend.texi: Update the built-in documentation for the
12956         new built-in functions.
12958 2017-05-10  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
12960         PR tree-optimization/77644
12961         * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
12963 2017-05-10  Nathan Sidwell  <nathan@acm.org>
12965         * dumpfile.h (TDI_lang_all): New.
12966         (TDF_KIND): New. Renumber others
12967         (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
12968         than bits.
12969         * dumpfile.c (dump_files): Mark language dumps as TDF_LANG.  add
12970         lang-all.
12971         (get_dump_file_name): Adjust suffix generation.
12972         (dump_enable_all): Use TDF_KIND.
12973         * doc/invoke.texi (-fdump-lang-all): Document.
12975         * dumpfile.h: Tabify.
12977 2017-05-10  Wilco Dijkstra  <wdijkstr@arm.com>
12979         PR target/80671
12980         * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
12981         Move member access before delete.
12983 2017-05-10  Alexandre Oliva <aoliva@redhat.com>
12985         * tree-inline.c (expand_call_inline): Split block at stmt
12986         before the call.
12988 2017-05-09  Michael Meissner  <meissner@linux.vnet.ibm.com>
12990         PR target/68163
12991         * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
12992         are now unused after splitting mov{sf,sd}_hardfloat.
12993         (f32_lr2): Likewise.
12994         (f32_lm): Likewise.
12995         (f32_lm2): Likewise.
12996         (f32_li): Likewise.
12997         (f32_li2): Likewise.
12998         (f32_lv): Likewise.
12999         (f32_sr): Likewise.
13000         (f32_sr2): Likewise.
13001         (f32_sm): Likewise.
13002         (f32_sm2): Likewise.
13003         (f32_si): Likewise.
13004         (f32_si2): Likewise.
13005         (f32_sv): Likewise.
13006         (f32_dm): Likewise.
13007         (f32_vsx): Likewise.
13008         (f32_av): Likewise.
13009         (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
13010         For movsf, order stores so the VSX stores occur before the GPR
13011         store which encourages the register allocator to use a traditional
13012         FPR instead of a GPR.  For movsd, order the stores so that the GPR
13013         store comes before the VSX stores to allow the power6 to work.
13014         This is due to the power6 not having a 32-bit integer store
13015         instruction from a FPR.
13016         (movsf_hardfloat): Likewise.
13017         (movsd_hardfloat): Likewise.
13019 2017-05-09  Martin Sebor  <msebor@redhat.com>
13021         PR translation/80280
13022         * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
13023         added in r247778.
13025         PR translation/80280
13026         * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
13027         data member added in r247778.
13028         (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
13030 2017-05-09  Nathan Sidwell  <nathan@acm.org>
13032         * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
13034         * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
13035         typedefs.
13037 2017-05-09  Marek Polacek  <polacek@redhat.com>
13039         * doc/invoke.texi: Fix typo.
13041 2017-05-09  Richard Biener  <rguenther@suse.de>
13043         * tree-vrp.c (vrp_val_is_max): Adjust comment.
13044         (vrp_val_is_min): Likewise.
13045         (set_value_range_to_value): Likewise.
13046         (set_value_range_to_nonnegative): Likewise.
13047         (gimple_assign_nonzero_p): Likewise.
13048         (gimple_stmt_nonzero_p): Likewise.
13049         (vrp_int_const_binop): Likewise.  Remove unreachable case.
13050         (adjust_range_with_scev): Adjust comments.
13051         (compare_range_with_value): Likewise.
13052         (extract_range_from_phi_node): Likewise.
13053         (test_for_singularity): Likewise.
13055 2017-05-09  Richard Biener  <rguenther@suse.de>
13057         * tree-vrp.c (get_single_symbol): Add assert that we don't
13058         get overflowed constants as invariant part.
13059         (compare_values_warnv): Add comment before the TREE_NO_WARNING
13060         checks.  Use wi::cmp instead of recursing for integer constants.
13061         (compare_values): Just ignore whether we assumed undefined
13062         overflow instead of failing the compare.
13063         (extract_range_for_var_from_comparison_expr): Add comment before the
13064         TREE_NO_WARNING sets.
13065         (test_for_singularity): Likewise.
13066         (extract_range_from_comparison): Do not disable optimization
13067         when we assumed undefined overflow.
13068         (extract_range_basic): Remove init of unused var.
13070 2017-05-09  Richard Biener  <rguenther@suse.de>
13072         * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
13073         (extract_range_from_multiplicative_op_1): Adjust.
13074         (extract_range_from_binary_expr_1): Use int_const_binop.
13076 2017-05-08  Kelvin Nilsen  <kelvin@gcc.gnu.org>
13078         PR target/80101
13079         * config/rs6000/power6.md: Replace store_data_bypass_p calls with
13080         rs6000_store_data_bypass_p in seven define_bypass directives and
13081         in several comments.
13082         * config/rs6000/rs6000-protos.h: Add prototype for
13083         rs6000_store_data_bypass_p function.
13084         * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
13085         function implements slightly different (rs6000-specific) semantics
13086         than store_data_bypass_p, returning false rather than aborting
13087         with assertion error when arguments do not satisfy the
13088         requirements of store data bypass.
13089         (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
13090         rs6000_store_data_bypass_p.
13092 2017-05-08  Max Filippov  <jcmvbkbc@gmail.com>
13094         * config/xtensa/xtensa-protos.h
13095         (xtensa_initial_elimination_offset): New declaration.
13096         * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
13097         New function. Move its body from the INITIAL_ELIMINATION_OFFSET
13098         macro definition, add case for FRAME_POINTER_REGNUM when
13099         FRAME_GROWS_DOWNWARD.
13100         * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
13101         (INITIAL_ELIMINATION_OFFSET): Replace body with call to
13102         xtensa_initial_elimination_offset.
13104 2017-05-08  Nathan Sidwell  <nathan@acm.org>
13106         * doc/invoke.texi: Alphabetize -fdump options.
13108 2017-05-08  Martin Sebor  <msebor@redhat.com>
13110         PR translation/80280
13111         * config/sol2-c.c (solaris_pragma_align): Correct quoting.
13113 2017-05-08  Bernd Edlinger  <bernd.edlinger@hotmail.de>
13115         * target.def (compute_frame_layout): New optional target hook.
13116         * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
13117         * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
13118         * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
13119         target hook.
13120         * reload1.c (verify_initial_elim_offsets): Likewise.
13121         * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
13122         (use_simple_return_p): Call arm_compute_frame_layout if needed.
13123         (arm_get_frame_offsets): Split up into this ...
13124         (arm_compute_frame_layout): ... and this function.
13126 2017-05-08  Richard Sandiford  <richard.sandiford@arm.com>
13128         * config/aarch64/constraints.md (Usa): New constraint.
13129         * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
13131 2017-05-08  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13133         * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
13134         with_multilib_list after it has been checked.
13136 2017-05-08  Richard Biener  <rguenther@suse.de>
13138         * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
13139         (bitmap_set_subtract_values): Likewise.
13141 2017-05-08  Richard Biener  <rguenther@suse.de>
13143         * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
13144         (gimple_assign_nonzero): ... this and remove strict_overflow_p
13145         argument.
13146         (gimple_stmt_nonzero_warnv_p): Rename to ...
13147         (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
13148         argument.
13149         (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
13150         (extract_range_basic): Adjust, do not disable propagation on
13151         strict overflow sensitive simplification.
13152         (vrp_visit_cond_stmt): Likewise.
13154 2017-05-05  Jan Hubicka  <hubicka@ucw.cz>
13156         * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
13157         body size unconditionally.
13159 2017-05-07  Jeff Law  <law@redhat.com>
13161         Revert:
13162         2017-05-06  Jeff Law  <law@redhat.com>
13163         PR tree-optimization/78496
13164         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13165         code.
13167         PR tree-optimization/78496
13168         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13169         (simplify_stmt_using_ranges): Call it.
13170         (vrp_dom_walker::before_dom_children): Extract equivalences
13171         from an ASSERT_EXPR with an equality comparison against a
13172         constant.
13174 2017-05-06  Jeff Law  <law@redhat.com>
13176         PR tree-optimization/78496
13177         * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13178         code.
13180         PR tree-optimization/78496
13181         * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13182         (simplify_stmt_using_ranges): Call it.
13183         (vrp_dom_walker::before_dom_children): Extract equivalences
13184         from an ASSERT_EXPR with an equality comparison against a
13185         constant.
13187 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13189         * lra-constraints.c (lra_copy_reg_equiv): New function.
13190         (split_reg): Use it to copy equivalence information from the
13191         original register to the spill register.
13193 2017-05-06  Richard Sandiford  <richard.sandiford@linaro.org>
13195         PR rtl-optimization/75964
13196         * simplify-rtx.c (simplify_const_relational_operation): Remove
13197         invalid handling of comparisons of integer ABS.
13199 2017-05-06  Uros Bizjak  <ubizjak@gmail.com>
13201         * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
13202         initialize to zero.
13203         (init_regs): Remove declaration.
13204         (function_arg_advance_32): Initialize error_p as boolean variable.
13206 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13208         * store-motion.c (remove_reachable_equiv_notes): Reformat long
13209         lines.  Use for (;;).
13211 2017-05-05  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
13213         * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
13214         (rs6000_init_cost): Initialize rs6000_vect_nonmem.
13215         (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
13216         (rs6000_finish_cost): Avoid vectorizing simple copy loops with
13217         VF=2 that require versioning.
13219 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13221         * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
13222         int.
13224 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13226         * diagnostic.h (diagnostic_override_option_index): Convert from
13227         macro to inline function.
13229 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13231         * diagnostic.c (last_module_changed_p): New function.
13232         (set_last_module): New function.
13233         (diagnostic_report_current_module): Convert macro usage to
13234         the above functions.
13235         * diagnostic.h (diagnostic_context::last_module): Strengthen
13236         from const line_map * to const line_map_ordinary *.
13237         (diagnostic_last_module_changed): Delete macro.
13238         (diagnostic_set_last_module): Delete macro.
13240 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13242         * diagnostic.c (diagnostic_impl): Replace report_diagnostic
13243         with diagnostic_report_diagnostic.
13244         (diagnostic_n_impl_richloc): Likewise.
13245         * diagnostic.h (report_diagnostic): Delete macro.
13246         * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
13247         with diagnostic_report_diagnostic.
13248         * substring-locations.c (format_warning_va): Likewise.
13250 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13252         * diagnostic.c (diagnostic_report_diagnostic): Eliminate
13253         save/restor of format_spec.  Move option-printing code to...
13254         (print_option_information): ...this new function, and
13255         reimplement by simply printing to the pretty_printer,
13256         rather than appending to the format string.
13258 2017-05-05  David Malcolm  <dmalcolm@redhat.com>
13260         * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
13261         handling logic into...
13262         (update_effective_level_from_pragmas): ...this new function.
13264 2017-05-04  Andrew Waterman  <andrew@sifive.com>
13266         * config/riscv/riscv.opt (mstrict-align): New option.
13267         * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it.  Update comment.
13268         (SLOW_UNALIGNED_ACCESS): Define.
13269         (riscv_slow_unaligned_access): Declare.
13270         * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
13271         field.
13272         (riscv_slow_unaligned_access): New variable.
13273         (rocket_tune_info): Set slow_unaligned_access to true.
13274         (optimize_size_tune_info): Set slow_unaligned_access to false.
13275         (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
13276         (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
13277         (riscv_option_override): Set riscv_slow_unaligned_access.
13278         * doc/invoke.texi: Add -mstrict-align to RISC-V.
13280 2017-05-04  Kito Cheng  <kito.cheng@gmail.com>
13282         * config/riscv/riscv.md: Unify indentation.
13284 2017-05-05  Michael Meissner  <meissner@linux.vnet.ibm.com>
13286         PR target/79038
13287         PR target/79202
13288         PR target/79203
13289         * config/rs6000/rs6000.md (u code attribute): Add FIX and
13290         UNSIGNED_FIX.
13291         (extendsi<mode>2): Add support for doing sign extension via
13292         VUPKHSW and XXPERMDI if the value is in Altivec registers and we
13293         don't have ISA 3.0 instructions.
13294         (extendsi<mode>2 splitter): Likewise.
13295         (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
13296         generate the normal insns since SImode can now go in vector
13297         registers.  Disallow the special UNSPECs needed for previous
13298         machines to hide SImode being used.  Add new insns
13299         fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
13300         (fix_trunc<mode>si2_stfiwx): Likewise.
13301         (fix_trunc<mode>si2_internal): Likewise.
13302         (fixuns_trunc<mode>si2): Likewise.
13303         (fixuns_trunc<mode>si2_stfiwx): Likewise.
13304         (fctiw<u>z_<mode>_smallint): Likewise.
13305         (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
13306         of floating point to 32-bit integer from doing a direct move to
13307         the GPR registers to do a store.
13308         (fctiwz_<mode>): Break long line.
13310 2017-05-05  Bin Cheng  <bin.cheng@arm.com>
13312         * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
13313         * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
13314         (addr_list, addr_offset_valid_p): New.
13315         (split_address_groups): Check offset validity with above function.
13316         (gt-tree-ssa-loop-ivopts.h): Include header file.
13318 2017-05-05  Nathan Sidwell  <nathan@acm.org>
13320         * config.gcc (arm*-*-*): Add missing 'fi'.
13322 2017-05-05  Steve Ellcey  <sellcey@cavium.com>
13324         * doc/invoke.texi (-fopt-info): Explicitly say order of options
13325         included in -fopt-info does not matter.
13326         * doc/optinfo.texi (-fopt-info): Fix description of default
13327         behavour. Explicitly say order of options included in -fopt-info
13328         does not matter.
13330 2017-05-05  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13332         * config.gcc: Allow combinations of aprofile and rmprofile values for
13333         --with-multilib-list.
13334         * config/arm/t-multilib: New file.
13335         * config/arm/t-aprofile: Remove initialization of MULTILIB_*
13336         variables.  Remove setting of ISA and floating-point ABI in
13337         MULTILIB_OPTIONS and MULTILIB_DIRNAMES.  Set architecture and FPU in
13338         MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
13339         and MULTILIB_DIRNAMES respectively.  Add comment to introduce all
13340         matches.  Add architecture matches for marvel-pj4 and generic-armv7-a
13341         CPU options.
13342         * config/arm/t-rmprofile: Likewise except for the matches changes.
13343         * doc/install.texi (--with-multilib-list): Document the combination of
13344         aprofile and rmprofile values and warn about pitfalls in doing that.
13346 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13348         * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
13349         (movdi_aarch64): Likewise.
13351 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13353         PR tree-optimization/80632
13354         * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
13355         field.
13356         (build_arrays): Initialize it for virtual phis.
13357         (fix_phi_nodes): Use it for virtual phis.
13359         PR tree-optimization/80558
13360         * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
13361         [x, y] op z into [x op, y op z] for op & or | if conditions
13362         are met.
13364 2017-05-05  Andre Vieira  <andre.simoesdiasvieira@arm.com>
13365             Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13367         PR target/71607
13368         * config/arm/arm.md (use_literal_pool): Remove.
13369         (64-bit immediate split): No longer takes cost into consideration
13370         if arm_disable_literal_pool is enabled.
13371         * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
13372         used when arm_disable_literal_pool is enabled.
13373         (arm_max_const_double_inline_cost): Remove use of
13374         arm_disable_literal_pool.
13375         (push_minipool_fix): Add assert.
13376         (arm_reorg): Add return if arm_disable_literal_pool is enabled.
13377         * config/arm/vfp.md (no_literal_pool_df_immediate): New.
13378         (no_literal_pool_sf_immediate): New.
13380 2017-05-05  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
13382         PR tree-optimization/80613
13383         * tree-ssa-dce.c (propagate_necessity): Remove cases for
13384         BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
13386 2017-05-05  Richard Biener  <rguenther@suse.de>
13388         * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
13390 2017-05-05  Georg-Johann Lay  <avr@gjlay.de>
13392         * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
13393         of this flag from insn conditions due to removal from r247495.
13395 2017-05-05  Wilco Dijkstra  <wdijkstr@arm.com>
13397         * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
13398         New function.
13399         (arm_early_store_addr_dep_ptr): Likewise.
13400         * config/arm/aarch-common-protos.h
13401         (arm_early_load_addr_dep_ptr): Add prototype.
13402         (arm_early_store_addr_dep_ptr): Likewise.
13403         * config/arm/cortex-a53.md: Add new bypasses.
13405 2017-05-05  Jakub Jelinek  <jakub@redhat.com>
13407         * tree.c (next_type_uid): Change type to unsigned.
13408         (type_hash_canon): Decrement back next_type_uid if
13409         freeing a type node with the highest TYPE_UID.  For INTEGER_TYPEs
13410         also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
13411         if possible.
13413 2017-05-04  Martin Sebor  <msebor@redhat.com>
13415         * builtins.c: Fix a trivial typo in a comment.
13417         PR middle-end/79234
13418         * builtins.c (check_sizes): Adjust to handle reading past the end.
13419         Avoid printing excessive upper bound of ranges.  Use %E to print
13420         tree nodes instead of converting them to %wu.
13421         (expand_builtin_memchr): New function.
13422         (compute_dest_size): Rename...
13423         (compute_objsize): ...to this.
13424         (expand_builtin_memcpy): Adjust.
13425         (expand_builtin_mempcpy): Adjust.
13426         (expand_builtin_strcat): Adjust.
13427         (expand_builtin_strcpy): Adjust.
13428         (check_strncat_sizes): Adjust.
13429         (expand_builtin_strncat): Adjust.
13430         (expand_builtin_strncpy): Adjust and simplify.
13431         (expand_builtin_memset): Adjust.
13432         (expand_builtin_bzero): Adjust.
13433         (expand_builtin_memcmp): Adjust.
13434         (expand_builtin): Handle memcmp.
13435         (maybe_emit_chk_warning): Check strncat just once.
13437 2017-05-04  Martin Sebor  <msebor@redhat.com>
13439         PR preprocessor/79214
13440         PR middle-end/79222
13441         PR middle-end/79223
13442         * builtins.c (check_sizes): Add inlining context and issue
13443         warnings even when -Wno-system-headers is set.
13444         (check_strncat_sizes): Same.
13445         (expand_builtin_strncat): Same.
13446         (expand_builtin_memmove): New function.
13447         (expand_builtin_stpncpy): Same.
13448         (expand_builtin): Handle memmove and stpncpy.
13450 2017-05-04  Bin Cheng  <bin.cheng@arm.com>
13452         * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
13453         which is not used any more.
13455 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13457         * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
13459 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13461         * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
13462         (cortexa53_tunings): Likewise.
13463         (cortexa57_tunings): Likewise.
13464         (cortexa72_tunings): Likewise.
13465         (cortexa73_tunings): Likewise.
13467 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13469         * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
13470         Set loop alignment to 8.
13472 2017-05-04  Martin Sebor  <msebor@redhat.com>
13474         PR translation/80280
13475         * builtins.c (expand_builtin_object_size): Add missing quoting to
13476         %D and like directives.
13477         * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
13478         (hsa_type_for_tree_type): Same.
13479         (verify_function_arguments): Same.
13480         * symtab.c (symbol_table::change_decl_assembler_name): Same.
13481         * varasm.c (get_section): Same.
13482         (mark_weak): Same.
13484 2017-05-04  Martin Sebor  <msebor@redhat.com>
13486         PR translation/80280
13487         * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
13489 2017-05-04  Wilco Dijkstra  <wdijkstr@arm.com>
13491         * config/aarch64/aarch64.c (generic_addrcost_table):
13492         Change HI/TI mode setting.
13494 2017-05-04  Martin Jambor  <mjambor@suse.cz>
13496         PR tree-optimization/80622
13497         * tree-sra.c (comes_initialized_p): New function.
13498         (build_accesses_from_assign): Only set write lazily when
13499         comes_initialized_p is false.
13500         (analyze_access_subtree): Use comes_initialized_p.
13501         (propagate_subaccesses_across_link): Assert !comes_initialized_p
13502         instead of testing for PARM_DECL.
13504 2017-05-04  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
13506         * config/aarch64/aarch64.md (prefetch); Adjust predicate and
13507         constraint on operand 0 to allow more general addressing modes.
13508         Adjust output template.
13509         * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
13510         New function.
13511         * config/aarch64/aarch64-protos.h
13512         (aarch64_address_valid_for_prefetch_p): Declare prototype.
13513         * config/aarch64/constraints.md (Dp): New address constraint.
13514         * config/aarch64/predicates.md (aarch64_prefetch_operand): New
13515         predicate.
13517 2017-05-04  Jan Hubicka  <hubicka@ucw.cz>
13519         * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
13520         update use of estimate_ipcp_clone_size_and_time.
13521         (estimate_local_effects): Update use of
13522         estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
13523         * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
13524         * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
13525         Return nonspecialized time.
13527 2017-05-04  Richard Biener  <rguenther@suse.de>
13529         * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
13530         for the last VUSE which def dominates the PHI.  Directly call
13531         maybe_skip_until.
13532         (get_continuation_for_phi_1): Remove.
13534 2017-05-04  Richard Sandiford  <richard.sandiford@linaro.org>
13536         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
13537         to explain the use of truncating division.  Cap the number of
13538         iterations to the maximum given by nb_iterations_upper_bound,
13539         if defined.
13541 2017-05-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13543         * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
13544         * configure: Regenerate.
13545         * config.in: Regenerate.
13546         * config/i386/driver-mingw32.c: new file.
13547         * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
13548         * config.host: Link driver-mingw32.o on MinGW host.
13549         * doc/install.texi: Document new --enable-mingw-wildcard configure
13550         option.
13552 2017-05-04  Marek Polacek  <polacek@redhat.com>
13554         PR tree-optimization/80612
13555         * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
13557 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13558             Andre Simoes Dias Vieira  <andre.simoesdiasvieira@arm.com>
13560         * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
13561         (movt splitter): Likewise.
13562         * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
13563         to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
13564         (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
13565         block for Thumb-1 with MOVT.
13566         (thumb2_legitimate_address_p): Move code block ...
13567         (can_avoid_literal_pool_for_label_p): ... into this new function.
13568         (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
13569         literal pool.
13570         (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
13571         * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
13572         "M-profile targets with the MOVT instruction".
13574 2017-05-04  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
13576         * config/arm/arm-builtins.c (arm_init_builtins): Rename
13577         __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
13578         __builtin_arm_stfscr to __builtin_arm_set_fpscr.
13580 2017-05-04  Martin Liska  <mliska@suse.cz>
13582         * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
13583         variable cond_code.
13585 2017-05-04  Richard Biener  <rguenther@suse.de>
13587         * tree.c (array_at_struct_end_p): Handle arrays at struct
13588         end with flexarrays more conservatively.  Refactor and treat
13589         arrays of arrays or aggregates more strict.  Fix
13590         VIEW_CONVERT_EXPR handling.  Remove allow_compref argument.
13591         * tree.c (array_at_struct_end_p): Adjust prototype.
13592         * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
13593         * gimple-fold.c (get_range_strlen): Likewise.
13594         * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
13596 2017-05-04  Richard Biener  <rguenther@suse.de>
13598         PR tree-optimization/31130
13599         * tree-vrp.c (needs_overflow_infinity): Remove as always returning
13600         false.
13601         (supports_overflow_infinity): Likewise.
13602         (is_negative_overflow_infinity): Likewise.
13603         (is_positive_overflow_infinity): Likewise.
13604         (is_overflow_infinity): Likewise.
13605         (stmt_overflow_infinity): Likewise.
13606         (overflow_infinity_range_p): Likewise.
13607         (usable_range_p): Remove as always returning true.
13608         (make_overflow_infinity): Remove.
13609         (negative_overflow_infinity): Likewise.
13610         (positive_overflow_infinity): Likewise.
13611         (avoid_overflow_infinity): Likewise.
13612         (set_value_range): Adjust accordingly.
13613         (set_value_range_to_nonnegative): Likewise, remove now unused
13614         overflow_infinity arg.
13615         (vrp_operand_equal_p): Adjust.
13616         (update_value_range): Likewise.
13617         (range_int_cst_singleton_p): Likewise.
13618         (operand_less_p): Likewise.
13619         (compare_values_warnv): Likewise.
13620         (extract_range_for_var_from_comparison_expr): Likewise.
13621         (vrp_int_const_binop): Likewise.
13622         (zero_nonzero_bits_from_vr): Likewise.
13623         (extract_range_from_multiplicative_op_1): Likewise.
13624         (extract_range_from_binary_expr_1): Likewise.
13625         (extract_range_from_unary_expr): Likewise.
13626         (extract_range_from_comparison): Likewise.
13627         (extract_range_basic): Likewise.
13628         (adjust_range_with_scev): Likewise.
13629         (compare_ranges): Likewise.
13630         (compare_range_with_value): Likewise.
13631         (dump_value_range): Likewise.
13632         (test_for_singularity): Likewise, remove strict_overflow_p parameter
13633         never used.
13634         (simplify_cond_using_ranges): Adjust.
13636 2017-05-04  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
13638         * brig-builtins.def: Added a builtin for class_f64.
13639         * builtin-types.def: Added a builtin type needed by class_f64.
13641 2017-05-03  Jason Merrill  <jason@redhat.com>
13643         * timevar.def: Add TV_CONSTEXPR.
13645 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13647         * common.opt (fdiagnostics-parseable-fixits): Fix typo.
13649 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13651         * ipa-prop.c (ipa_update_after_lto_read): Removed.
13652         * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
13653         * ipa-cp.c (ipcp_propagate_stage): Do not call
13654         ipa_update_after_lto_read.
13655         * ipa-inline.c (ipa_inline): Likewise.
13657 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13659         * ipa-prop.h (ipa_edge_args): Make a class.  Mark with for_user GTY
13660         tag.  Added a default constructor and a destructor.
13661         (ipa_edge_args_sum_t): New class;
13662         (ipa_edge_args_sum): Declare.
13663         (ipa_edge_args_vector): Remove declaration.
13664         (IPA_EDGE_REF): Use ipa_edge_args_sum.
13665         (ipa_free_edge_args_substructures): Remove declaration.
13666         (ipa_check_create_edge_args): Use ipa_edge_args_sum.
13667         (ipa_edge_args_info_available_for_edge_p): Likewise.
13668         * ipa-prop.c (ipa_edge_args_vector): Removed.
13669         (edge_removal_hook_holder): Likewise.
13670         (edge_duplication_hook_holder): Likewise.
13671         (ipa_edge_args_sum): New variable.
13672         (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
13673         ipa_edge_args_vector.
13674         (ipa_free_edge_args_substructures): Likewise.
13675         (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
13676         ipa_edge_args_vector.
13677         (ipa_edge_removal_hook): Turned into method
13678         ipa_edge_args_sum_t::remove.
13679         (ipa_edge_duplication_hook): Turned into method
13680         ipa_edge_args_sum_t::duplicate.
13681         (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
13682         registering edge hooks.
13683         (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
13684         * ipa-inline-analysis.c (estimate_function_body_sizes): Test
13685         ipa_edge_args_sum instead of ipa_edge_args_vector.
13686         * ipa-profile.c (ipa_profile): Likewise.
13688 2017-05-03  Martin Jambor  <mjambor@suse.cz>
13690         * symbol-summary.h (function_summary): New method exists.
13691         (function_summary::symtab_removal): Deallocate through release.
13692         (call_summary): New class.
13693         (gt_ggc_mx): New overload.
13694         (gt_pch_nx): Likewise.
13695         (gt_pch_nx): Likewise.
13697 2017-05-03  Jeff Law  <law@redhat.com>
13699         PR tree-optimization/78496
13700         * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
13701         from simplify_cond_using_ranges.  Split off code to walk
13702         backwards through casts into ...
13703         (simplify_cond_using_ranges_2): New function.
13704         (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
13705         (execute_vrp): After identifying jump threads, call
13706         simplify_cond_using_ranges_2.
13708 2017-05-03  Jan Hubicka  <hubicka@ucw.cz>
13710         PR bootstrap/80609
13711         * ipa-inline.h (inline_summary): Add ctor.
13712         (create_ggc): Do not use ggc_cleared_alloc.
13714 2017-05-03  Jeff Downs  <heydowns@somuchpressure.net>
13715             Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
13717         * gcc.c (handle_braces): Support escaping in switch matching
13718         text.
13719         * doc/invoke.texi (Spec Files): Document it.
13720         Remove superfluous @code markup in items.
13722 2017-05-03  David Malcolm  <dmalcolm@redhat.com>
13724         * diagnostic-show-locus.c (struct column_range): New struct.
13725         (get_affected_columns): New function.
13726         (get_printed_columns): New function.
13727         (struct correction): New struct.
13728         (correction::ensure_capacity): New function.
13729         (correction::ensure_terminated): New function.
13730         (struct line_corrections): New struct.
13731         (line_corrections::~line_corrections): New dtor.
13732         (line_corrections::add_hint): New function.
13733         (layout::print_trailing_fixits): Reimplement in terms of the new
13734         classes.
13735         (selftest::test_overlapped_fixit_printing): New function.
13736         (selftest::diagnostic_show_locus_c_tests): Call it.
13738 2017-05-03  Nathan Sidwell  <nathan@acm.org>
13740         Canonicalize canonical type hashing
13741         * tree.h (type_hash_canon_hash): Declare.
13742         * tree.c (type_hash_list, attribute_hash_list): Move into
13743         type_hash_canon_hash.
13744         (build_type_attribute_qual_variant): Break out hash code calc into
13745         type_hash_canon_hash.
13746         (type_hash_canon_hash): New.  Generic type hash computation.
13747         (build_range_type_1, build_array_type_1, build_function_type,
13748         build_method_type_directly, build_offset_type, build_complex_type,
13749         make_vector_type): Call it.
13751 2017-05-03  Richard Biener  <rguenther@suse.de>
13753         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
13754         When all DRs have unknown misaligned do not always peel
13755         when there is a store but apply the same costing model as if
13756         there were only loads.
13758 2017-05-03  Richard Biener  <rguenther@suse.de>
13760         Revert
13761         PR tree-optimization/80492
13762         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
13763         compare_base_decls returning dont-know properly.
13765 2017-05-03  Thomas Preud'homme  <thomas.preudhomme@arm.com>
13767         * config/arm/iterators.md (CCSI): New mode iterator.
13768         (arch): New mode attribute.
13769         * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
13770         (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
13771         (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This.  Use CCSI
13772         code iterator for success result mode.
13773         * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
13774         the corresponding new insn generators.
13776 2017-05-03  Bin Cheng  <bin.cheng@arm.com>
13778         Revert r247509
13779         2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13780         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13782 2017-05-03  Richard Sandiford  <richard.sandiford@linaro.org>
13784         * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
13785         (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
13786         (DDR_A): Wrap DDR argument in brackets.
13787         (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
13788         (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
13789         (DDR_REVERSED_P): Likewise.
13791 2017-05-03  Jakub Jelinek  <jakub@redhat.com>
13793         PR tree-optimization/79472
13794         * tree-switch-conversion.c (struct switch_conv_info): Add
13795         contiguous_range and default_case_nonstandard fields.
13796         (collect_switch_conv_info): Compute contiguous_range and
13797         default_case_nonstandard fields, don't clear final_bb if
13798         contiguous_range and only the default case doesn't have the required
13799         structure.
13800         (check_all_empty_except_final): Set default_case_nonstandard instead
13801         of failing if contiguous_range and the default case doesn't have empty
13802         block.
13803         (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
13804         and only the default case doesn't have the required constants.  Skip
13805         virtual phis.
13806         (gather_default_values): Skip virtual phis.  Allow non-NULL CASE_LOW
13807         if default_case_nonstandard.
13808         (build_constructors): Build constant 1 just once.  Assert that default
13809         values aren't inserted in between cases if contiguous_range.  Skip
13810         virtual phis.
13811         (build_arrays): Skip virtual phis.
13812         (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
13813         (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
13814         Handle virtual phis.
13815         (gen_inbound_check): Handle default_case_nonstandard case.
13816         (process_switch): Adjust check_final_bb caller.  Call
13817         gather_default_values with the first non-default case instead of
13818         default case if default_case_nonstandard.
13820 2017-05-02  Nathan Sidwell  <nathan@acm.org>
13822         * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
13823         check.  Fix formatting.
13825 2017-05-02  Jan Hubicka  <hubicka@ucw.cz>
13827         * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
13828         errors when comparing specialized and unspecialized times.
13830 2017-05-02  David Malcolm  <dmalcolm@redhat.com>
13832         * diagnostic-show-locus.c
13833         (layout::should_print_annotation_line_p): Make private.
13834         (layout::print_annotation_line): Make private.
13835         (layout::annotation_line_showed_range_p): Make private.
13836         (layout::show_ruler): Make private.
13837         (layout::print_source_line): Make private.  Pass in line and
13838         line_width, rather than calling location_get_source_line.  Drop
13839         returned value.
13840         (layout::print_leading_fixits): New method.
13841         (layout::print_any_fixits): Rename to...
13842         (layout::print_trailing_fixits): ...this, and make private.
13843         Don't print newline fixits.
13844         (diagnostic_show_locus): Move logic for printing one row into...
13845         (layout::print_line): ...this new function.  Move the
13846         location_get_source_line call and error-handling from
13847         print_source_line to here.  Call print_leading_fixits, and rename
13848         print_any_fixits to print_trailing_fixits.
13849         (selftest::test_fixit_insert_containing_newline): Update now that
13850         newlines are partially supported.
13851         (selftest::test_fixit_insert_containing_newline_2): New test.
13852         (selftest::test_fixit_replace_containing_newline): Update comments.
13853         (selftest::diagnostic_show_locus_c_tests): Call the new test.
13854         * edit-context.c (class added_line): New class.
13855         (class edited_line): Describe newline handling in comment.
13856         (edited_line::actually_edited_p): New method.
13857         (edited_line::print_content): Delete redundant decl.
13858         (edited_line::m_predecessors): New field.
13859         (edited_file::print_content): Call edited_line::print_content.
13860         (edited_file::print_diff): Update to support newlines.
13861         (edited_file::print_diff_hunk): Likewise.
13862         (edited_file::print_run_of_changed_lines): New function.
13863         (edited_file::print_diff_line): Convert to...
13864         (print_diff_line): ...this.
13865         (edited_file::get_effective_line_count): New function.
13866         (edited_line::edited_line): Initialize new field m_predecessors.
13867         (edited_line::~edited_line): Clean up m_predecessors.
13868         (edited_line::apply_fixit): Handle newlines.
13869         (edited_line::get_effective_line_count): New function.
13870         (edited_line::print_content): New function.
13871         (edited_line::print_diff_lines): New function.
13872         (selftest::test_applying_fixits_insert_containing_newline): New
13873         test.
13874         (selftest::test_applying_fixits_replace_containing_newline): New
13875         test.
13876         (selftest::insert_line): New function.
13877         (selftest::test_applying_fixits_multiple_lines): Add example of
13878         inserting a line.
13879         (selftest::edit_context_c_tests): Call the new tests.
13881 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13883         * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
13884         parameter cand.  Update dump information.
13885         (get_computation_cost): Update uses.
13887 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13889         * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
13890         (get_computation_aff): Reorder parameters.  Use get_computation_aff_1.
13891         (get_computation_at, rewrite_use_address): Update use of
13892         get_computation_aff.
13894 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13896         * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
13897         (get_computation): Delete.
13898         (get_computation_cost): Implement like get_computation_cost_at.
13899         Use get_computation_at.
13900         (get_computation_cost_at): Delete.
13901         (rewrite_use_nonlinear_expr): Use get_computation_at.
13902         (rewrite_use_compare, remove_unused_ivs): Ditto.
13904 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13906         * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
13908 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13910         * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
13911         (ivopts_global_cost_for_size): Rename parameter and update uses.
13912         (iv_ca_recount_cost): Update uses.
13913         (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
13914         candidates seperately in n_invs and n_cands.
13915         (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
13917 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13919         * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
13920         (find_inv_vars_cb): New.
13921         (find_depends): Renamed to ...
13922         (find_inv_vars): ... this.
13923         (add_candidate_1, force_var_cost): Call find_inv_vars.
13924         (split_address_cost, determine_group_iv_cost_cond): Ditto.
13926 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13928         * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
13929         inv_vars.  Add inv_exprs.
13930         (struct iv_cand): Rename depends_on to inv_vars.
13931         (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
13932         max_inv_var_id/n_inv_var_uses.  Move max_inv_expr_id around.
13933         Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
13934         (dump_cand): Dump inv_vars.
13935         (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
13936         (record_invariant, find_depends, add_candidate_1): Ditto.
13937         (set_group_iv_cost, force_var_cost): Ditto.
13938         (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
13939         (get_computation_cost_at, get_computation_cost): Ditto.
13940         (determine_group_iv_cost_generic): Ditto.
13941         (determine_group_iv_cost_address): Ditto.
13942         (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
13943         (determine_group_iv_costs): Ditto.
13944         (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
13945         (iv_ca_set_remove_invariants): Renamed to ...
13946         (iv_ca_set_remove_invs): ... this.  Support inv_vars and inv_exprs.
13947         (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
13948         (iv_ca_set_add_invariants):  Renamed to ...
13949         (iv_ca_set_add_invs): ... this.  Support inv_vars and inv_exprs.
13950         (iv_ca_set_cp): Use iv_ca_set_add_invs.
13951         (iv_ca_has_deps): Support inv_vars and inv_exprs.
13952         (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
13953         (create_new_ivs): Remove useless dump.
13955 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13957         * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
13958         iv_cand code.
13959         (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
13960         (iv_ca_set_no_cp, create_new_iv): Ditto.
13962 2017-05-02  Bin Cheng  <bin.cheng@arm.com>
13964         * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13966 2017-05-02  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
13968         * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
13969         function tree_check2.
13971 2017-05-02  Martin Liska  <mliska@suse.cz>
13973         * doc/gcov.texi: Add missing preposition.
13974         * gcov.c (function_info::function_info): Properly fill up
13975         all member variables.
13977 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
13979         * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
13981 2017-05-02  Tamar Christina  <tamar.christina@arm.com>
13983         * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
13985 2017-05-02  Martin Liska  <mliska@suse.cz>
13987         PR lto/77954.
13988         * lto-streamer-in.c (lto_read_tree_1): Remove
13989         LTO_STREAMER_DEBUG.
13990         * lto-streamer.c (struct tree_hash_entry): Likewise.
13991         (struct tree_entry_hasher): Likewise.
13992         (tree_entry_hasher::hash): Likewise.
13993         (tree_entry_hasher::equal): Likewise.
13994         (lto_streamer_init): Likewise.
13995         (lto_orig_address_map): Likewise.
13996         (lto_orig_address_get): Likewise.
13997         (lto_orig_address_remove): Likewise.
13998         * lto-streamer.h: Likewise.
13999         * tree-streamer-in.c (streamer_alloc_tree): Likewise.
14000         * tree-streamer-out.c (streamer_write_tree_header): Likewise.
14002 2017-05-02  Sebastian Peryt  <sebastian.peryt@intel.com>
14004         * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
14005         (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
14006         (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
14007         (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
14008         (mm_maskz_sub_round_ss, _mm_mask_add_sd)
14009         (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
14010         (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
14011         (mm_maskz_sub_ss): New intrinsics.
14012         * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14013         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
14014         * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
14015         (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
14016         (__builtin_ia32_subss_mask_round): New builtins.
14017         * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14018         (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
14019         * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
14020         Renamed to ...
14021         (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
14022         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
14023         Changed to ...
14024         (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
14025         ... this.
14027 2017-05-02  Martin Jambor  <mjambor@suse.cz>
14029         PR tree-optimization/78687
14030         * tree-sra.c (access): New field parent.
14031         (process_subtree_disqualification): New function.
14032         (disqualify_candidate): Call it.
14033         (build_accesses_from_assign): Reset write flag if creating an
14034         assighnment link.
14035         (build_access_subtree): Fill in parent field and also prpagate
14036         down grp_write flag.
14037         (create_artificial_child_access): New parameter set_grp_write, set
14038         grp_write to its value.
14039         (propagate_subaccesses_across_link): Also propagate grp_write flag
14040         values.
14041         (propagate_all_subaccesses): Push the closest parent back to work
14042         queue if add_access_to_work_queue returned true.
14044 2017-05-02  Richard Biener  <rguenther@suse.de>
14046         * common.opt (fstrict-overflow): Alias negative to fwrapv.
14047         * doc/invoke.texi (fstrict-overflow): Remove all traces of
14048         -fstrict-overflow documentation.
14049         * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
14050         (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
14051         flag_strict_overflow.
14052         * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
14053         * lto-opts.c (lto_write_options): Do not stream it.
14054         * lto-wrapper.c (merge_and_complain): Do not handle it.
14055         * opts.c (default_options_table): Do not set -fstrict-overflow.
14056         (finish_options): Likewise do not clear it when sanitizing.
14057         * simplify-rtx.c (simplify_const_relational_operation): Do not
14058         test flag_strict_overflow.
14060 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14062         * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
14063         using enabled attribute.
14064         (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
14065         (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
14066         (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
14067         (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
14068         (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
14069         (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
14070         (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
14071         (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
14072         (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
14073         (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
14075 2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
14077         * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
14079 2017-05-02  Richard Biener  <rguenther@suse.de>
14081         PR tree-optimization/80591
14082         Revert
14083         2017-04-10  Richard Biener  <rguenther@suse.de>
14085         * tree-ssa-structalias.c (find_func_aliases): Properly handle
14086         asm inputs.
14088 2017-05-02  Richard Biener  <rguenther@suse.de>
14090         PR tree-optimization/80549
14091         * tree-cfgcleanup.c (mfb_keep_latches): New helper.
14092         (cleanup_tree_cfg_noloop): Create forwarders to known loop
14093         headers if they do not have a preheader.
14095 2017-05-02  Martin Liska  <mliska@suse.cz>
14097         PR other/80589
14098         * common.opt: Fix typo.
14099         * doc/invoke.texi: Likewise.
14101 2017-05-01  Jan Beulich  <jbeulich@suse.com>
14103         * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
14104         swapping, add (x,x,m,x,n) alternative.
14106 2017-05-01  Nathan Sidwell  <nathan@acm.org>
14108         * calls.c (combine_pending_stack_adjustment_and_call): Remove
14109         unnecessary unadjusted_alignment check.
14111 2017-05-01  Xi Ruoyao  <ryxi@stu.xidian.edu.cn>
14113         PR c++/80038
14114         * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
14115         operations here.
14116         * gimplify.c (gimplify_cilk_detach): New function.
14117         (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
14118         * tree-core.h: Document EXPR_CILK_SPAWN.
14119         * tree.h (EXPR_CILK_SPAWN): Define.
14121 2017-05-01  David Malcolm  <dmalcolm@redhat.com>
14123         * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
14124         to use new fixit_hint representation, using the "replace" logic.
14125         (get_line_span_for_fixit_hint): Likewise.
14126         (layout::print_any_fixits): Likewise.
14127         (selftest::test_one_liner_many_fixits): Rename to...
14128         (selftest::test_one_liner_many_fixits_1): ...this, and update
14129         comment and expected output to reflect that the multiple fix-it
14130         hints are now consolidated into one insertion.
14131         (selftest::test_one_liner_many_fixits_2): New test.
14132         (selftest::test_diagnostic_show_locus_one_liner): Update for
14133         above.
14134         (selftest::test_fixit_consolidation): Update for fix-it API
14135         change.
14136         * diagnostic.c (print_parseable_fixits): Likewise.
14137         * edit-context.c (edited_line::m_line_events): Convert from
14138         auto_vec <line_event *> to auto_vec <line_event>.
14139         (class line_event): Convert from abstract base class to a concrete
14140         class, taking over the role of replace_event.
14141         (class insert_event): Delete.
14142         (class replace_event): Rename to class line_event.  Convert to
14143         half-open range.
14144         (edit_context::add_fixits): Reimplement.
14145         (edit_context::apply_insert): Delete.
14146         (edit_context::apply_replace): Rename to...
14147         (edit_context::apply_fixit): ...this.  Convert to half-open range.
14148         (edited_file::apply_insert): Delete.
14149         (edited_file::apply_replace): Rename to...
14150         (edited_file::apply_fixit): ...this.
14151         (edited_line::~edited_line): Drop deletion of events.
14152         (edited_line::apply_insert): Delete.
14153         (edited_line::apply_replace): Rename to...
14154         (edited_line::apply_fixit): ...this.  Convert to half-open range.
14155         Update for change to type of m_line_events.
14156         * edit-context.h (edit_context::apply_insert): Delete.
14157         (edit_context::apply_replace): Rename to...
14158         (edit_context::apply_fixit): ...this.
14160 2017-05-01  Martin Sebor  <msebor@redhat.com>
14162         * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
14163         known.
14165 2017-05-01  Uros Bizjak  <ubizjak@gmail.com>
14167         PR target/68491
14168         * config/i386/cpuid.h (__get_cpuid): Always return 0 when
14169         __get_cpuid_max returns 0.
14170         (__get_cpuid_count): Ditto.
14172 2017-05-01  Eric Botcazou  <ebotcazou@adacore.com>
14174         * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
14175         replacement expression is another instance of one of its arguments.
14177 2017-05-01  Jakub Jelinek  <jakub@redhat.com>
14179         PR target/79430
14180         * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
14181         check for stack push/pop autoinc.
14182         * config/i386/i386.c (ix86_agi_dependent): Return false
14183         if the only reason why modified_in_p returned true is that
14184         addr is SP based and set_insn is a push or pop.
14186 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14188         * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
14189         overflow check.
14191 2017-04-29  Jan Hubicka  <hubicka@ucw.cz>
14193         PR ipa/79224
14194         * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
14195         (account_size_time): Use two predicates - exec_pred and
14196         nonconst_pred_ptr.
14197         (evaluate_conditions_for_known_args): Compute both clause and
14198         nonspec_clause.
14199         (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
14200         (inline_summary_t::duplicate): Update.
14201         (estimate_function_body_sizes): Caluculate exec and nonconst predicates
14202         separately.
14203         (compute_inline_parameters): Likewise.
14204         (estimate_edge_size_and_time): Update caluclation of time.
14205         (estimate_node_size_and_time): Compute both time and nonspecialized
14206         time.
14207         (estimate_ipcp_clone_size_and_time): Update.
14208         (inline_merge_summary): Update.
14209         (do_estimate_edge_time): Update.
14210         (do_estimate_edge_size): Update.
14211         (do_estimate_edge_hints): Update.
14212         (inline_read_section, inline_write_summary): Stream both new predicates.
14213         * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
14214         as argument.
14215         (compute_inlined_call_time): Cleanup.
14216         (big_speedup_p): Update.
14217         (edge_badness): Update.
14218         * ipa-inline.h (INLINE_TIME_SCALE): Remove.
14219         (size_time_entry): Replace predicate by exec_predicate and
14220         nonconst_predicate.
14221         (edge_growth_cache_entry): Cache both time nad nonspecialized time.
14222         (estimate_edge_time): Return also nonspec_time.
14223         (reset_edge_growth_cache): Update.
14225 2017-04-29  Jakub Jelinek  <jakub@redhat.com>
14227         PR rtl-optimization/80491
14228         * ifcvt.c (noce_process_if_block): When looking for x setter
14229         with missing else_bb, don't check only the insn right before
14230         cond_earliest, but look for the last insn that x is modified in
14231         within the same bb.
14233         PR rtl-optimization/80491
14234         * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
14236 2017-04-29  Marc Glisse  <marc.glisse@inria.fr>
14238         PR tree-optimization/80487
14239         * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
14241 2017-04-29  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
14243         PR tree-optimization/79697
14244         * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
14245         is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
14246         (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
14247         BUILT_IN_STRNDUP.
14248         * gimple-fold.c (gimple_fold_builtin_realloc): New function.
14249         (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
14251 2017-04-28  Martin Sebor  <msebor@redhat.com>
14253         PR tree-optimization/80523
14254         * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
14255         (init_target_to_host_charmap, target_to_host, target_strtol10): New
14256         functions.
14257         (maybe_warn, format_directive, parse_directive): Use new functions.
14258         (pass_sprintf_length::execute): Call init_target_to_host_charmap.
14260 2017-04-28  Marc Glisse  <marc.glisse@inria.fr>
14262         * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
14264 2017-04-28  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14266         * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
14267         target_header_dir): Set correctly.
14268         * configure: Regenerated.
14269         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
14270         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
14271         instead of SYSTEM_HEADER_DIR.
14273 2017-04-28  Jan Hubicka  <hubicka@ucw.cz>
14275         * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
14276         (estimate_local_effects): Likewise.
14277         * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
14278         edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
14279         * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
14280         estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
14281         do_estimate_edge_time, estimate_edge_time): Likewise.
14282         * ipa-inline-analysis.c (estimate_node_size_and_time,
14283         estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
14284         (estimate_time_after_inlining): Remove.
14286 2017-04-28  Martin Liska  <mliska@suse.cz>
14288         * doc/gcov.texi: Enhance documentation of gcov.
14290 2017-04-28  Martin Liska  <mliska@suse.cz>
14292         * doc/gcov.texi: Sort options in alphabetic order.
14293         * doc/gcov-dump.texi: Likewise.
14294         * doc/gcov-tool.texi: Likewise.
14295         * gcov.c (print_usage): Likewise.
14296         * gcov-dump.c (print_usage): Likewise.
14297         * gcov-tool.c (print_merge_usage_message): Likewise.
14298         (print_rewrite_usage_message): Likewise.
14299         (print_overlap_usage_message): Likewise.
14301 2017-04-28  Martin Liska  <mliska@suse.cz>
14303         PR gcov-profile/53915
14304         * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
14306 2017-04-28  Martin Liska  <mliska@suse.cz>
14308         PR gcov-profile/79891
14309         * gcov.c (add_line_counts): Assign BBs to lines just if the BB
14310         is marked by compiler as living on a line.
14311         (get_cycles_count): Remove usage of the union.
14312         (output_intermediate_file): Likewise.
14313         (find_source): Fix GNU coding style.
14314         (accumulate_line_counts): Remove old non-all block mode.
14315         (output_lines): Remove usage of the union.
14316         * profile.c (output_location): Include all BBs, even if
14317         belonging to a same line (and file) as a previous BB.
14319 2017-04-28  Martin Liska  <mliska@suse.cz>
14321         * gcov.c (process_args): Handle new argument 'w'.
14322         (read_graph_file): Assign ID to BBs.
14323         (output_branch_count): Display BB # if verbose flag is set.
14324         (output_lines): Likewise for arcs.
14325         (print_usage): Add '--verbose' option help.
14326         * doc/gcov.texi: Document --verbose (-w) option.
14328 2017-04-28  Martin Liska  <mliska@suse.cz>
14330         * gcov.c (struct block_location_info): New struct.
14331         (process_file): Fill up the new structure.
14332         (read_graph_file): Replace usage of encoding by the newly added
14333         struct.
14334         (add_line_counts): Likewise.
14335         (accumulate_line_counts): Remove usage of the union.
14336         (function_info::function_info): New function.
14337         (function_info::~function_info): Likewise.
14338         (process_file): Call delete instead of release_function.
14339         (release_function): Release the function.
14340         (release_structures): Call delete instead of release_function.
14341         (solve_flow_graph): Replace usage of num_blocks.
14342         (find_exception_blocks): Likewise.
14343         (output_lines): Fix GNU coding style.
14345 2017-04-28  Martin Liska  <mliska@suse.cz>
14347         PR driver/56469
14348         * coverage.c (coverage_remove_note_file): New function.
14349         * coverage.h: Declare the function.
14350         * toplev.c (finalize): Clean if an error has been seen.
14352 2017-04-28  Martin Liska  <mliska@suse.cz>
14354         PR gcov-profile/80031
14355         * gcov-dump.c (tag_blocks): Just print number of basic blocks.
14356         * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
14357         * gcov.c (read_graph_file): Read just number of blocks.
14358         * profile.c (branch_prob): Do not stream 0 flags per a basic
14359         block.
14361 2017-04-28  Martin Liska  <mliska@suse.cz>
14363         * gcov-dump.c (tag_*): Add new argument to declarations.
14364         (dump_gcov_file): Likewise.
14365         (tag_blocks): Add and use new argument depth.
14366         (tag_arcs): Likewise.
14367         (tag_lines): Likewise.
14368         (tag_counters): Likewise.
14369         (tag_summary): Likewise.
14370         (dump_working_sets): Use depth to do a proper indentation.
14372 2017-04-28  Jakub Jelinek  <jakub@redhat.com>
14374         PR bootstrap/80531
14375         * cgraph.h (symtab_node::debug_symtab): No longer inline.
14376         * symtab.c (symtab_node::debug_symtab): Move definition here.
14378 2017-04-28  Richard Biener  <rguenther@suse.de>
14380         * lto-streamer.h (LTO_major_version): Bump to 7.
14382 2017-04-28  Richard Biener  <rguenther@suse.de>
14384         * tree-vrp.c (assert_info): New struct.
14385         (add_assert_info): New helper.
14386         (register_edge_assert_for_2): Refactor to add asserts to a vector
14387         of assert_info.
14388         (register_edge_assert_for_1): Likewise.
14389         (register_edge_assert_for): Likewise.
14390         (finish_register_edge_assert_for): New helper actually registering
14391         asserts where live on edge.
14392         (find_conditional_asserts): Adjust.
14393         (find_switch_asserts): Likewise.
14394         (evrp_dom_walker::try_find_new_range): Generalize.
14395         (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
14397 2017-04-27  Marek Polacek  <polacek@redhat.com>
14399         PR sanitizer/80349
14400         * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
14401         arg10 and arg11 to itype.
14403 2017-04-27  Jonathan Wakely  <jwakely@redhat.com>
14405         * doc/extend.texi (Object Size Checking): Improve grammar.
14407 2017-04-27  Richard Earnshaw  <rearnsha@arm.com>
14409         PR target/80530
14410         * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
14411         that the logic for permitting reciprocal estimates matches that
14412         in use_rsqrt_p.
14414 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14416         PR c++/80534
14417         * tree.c (type_cache_hasher::equal): Only compare
14418         TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
14419         (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
14420         non-aggregate element types.
14421         * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
14422         about the flag on ARRAY_TYPEs in the comment, formatting fix.
14424 2017-04-27  Richard Biener  <rguenther@suse.de>
14426         PR middle-end/80533
14427         * emit-rtl.c (set_mem_attributes_minus_bitpos): When
14428         stripping ARRAY_REFs from MEM_EXPR make sure we're not
14429         keeping a reference to a trailing array.
14431 2017-04-27  Richard Biener  <rguenther@suse.de>
14433         PR middle-end/80539
14434         * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
14435         being in loop-closed SSA form conservatively.
14436         (chrec_fold_multiply_poly_poly): Likewise.
14438 2017-04-27  Tamar Christina  <tamar.christina@arm.com>
14440         PR middle-end/79665
14441         * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
14442         CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
14444 2017-04-27  Jakub Jelinek  <jakub@redhat.com>
14446         PR target/77728
14447         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
14448         (aarch64_function_arg_alignment): Return unsigned int again, but still
14449         ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
14450         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14451         Don't emit -Wpsabi note.
14452         (aarch64_function_arg_boundary): Likewise.
14453         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14454         caller.
14456 2017-04-26  Nathan Sidwell  <nathan@acm.org>
14458         * tree.h (crc32_unsigned_n): Declare.
14459         (crc32_unsigned, crc32_unsigned): Make inline.
14460         * tree.c (crc32_unsigned_bits): Replace with ...
14461         (crc32_unsigned_n): ... this.
14462         (crc32_unsigned, crc32_byte): Remove.
14463         (crc32_string): Remove unnecessary braces.
14465 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14467         * ipa-cp.c (estimate_local_effects): Convert sreal to int.
14468         * ipa-inline-analysis.c (MAX_TIME): Remove.
14469         (account_size_time): Use sreal for time.
14470         (dump_inline_summary): Update.
14471         (estimate_function_body_sizes): Update.
14472         (estimate_edge_size_and_time): Update.
14473         (estimate_calls_size_and_time): Update.
14474         (estimate_node_size_and_time): Update.
14475         (inline_merge_summary): Update.
14476         (inline_update_overall_summary): Update.
14477         (estimate_time_after_inlining): Update.
14478         (inline_read_section): Update.
14479         (inline_write_summary): Update.
14480         * ipa-inline.c (compute_uninlined_call_time): Update.
14481         (compute_inlined_call_time): Update.
14482         (recursive_inlining): Update.
14483         (inline_small_functions): Update.
14484         (dump_overall_stats): Update.
14485         * ipa-inline.h: Include sreal.h.
14486         (size_time_entry): Turn time to sreal.
14487         (inline_summary): Turn self_time nad time to sreal.
14489 2017-04-25  Jan Hubicka  <hubicka@ucw.cz>
14491         * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
14492         data-streamer.h
14493         (sreal::stream_out, sreal::stream_in): New.
14494         * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
14496 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14498         * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
14499         environment.
14501 2017-04-25  Uros Bizjak  <ubizjak@gmail.com>
14503         PR target/70799
14504         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
14505         Handle ASHIFTRT.
14506         (dimode_scalar_chain::compute_convert_gain): Ditto.
14507         (dimode_scalar_chain::make_vector_copies): Ditto.
14508         (dimode_scalar_chain::convert_reg): Ditto.
14509         (dimode_scalar_chain::convert_insn): Ditto.
14510         * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
14511         (VI248_AVX512BW_1): New mode iterator.
14512         (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
14513         <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
14514         mode iterator.
14516 2017-04-25  Martin Sebor  <msebor@redhat.com>
14518         PR tree-optimization/80497
14519         * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
14520         constants are representable in HOST_WIDE_INT.
14521         (parse_directive): Ditto.
14523 2017-04-25  Martin Sebor  <msebor@redhat.com>
14525         PR bootstrap/80486
14526         * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
14527         (new_zero_array): Adjust signature.
14528         (dom_info::dom_init): Used unsigned rather that size_t.
14529         (dom_info::dom_info): Same.
14531 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14532             Jakub Jelinek  <jakub@redhat.com>
14534         PR target/77728
14535         * config/arm/arm.c: Include gimple.h.
14536         (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14537         returns negative, increment ncrn only if it returned positive.
14538         (arm_needs_doubleword_align): Return int instead of bool,
14539         ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
14540         members, but if there is any such non-FIELD_DECL
14541         > PARM_BOUNDARY aligned decl, return -1 instead of false.
14542         (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14543         returns negative, increment nregs only if it returned positive.
14544         (arm_setup_incoming_varargs): Likewise.
14545         (arm_function_arg_boundary): Emit -Wpsabi note if
14546         arm_needs_doubleword_align returns negative, return
14547         DOUBLEWORD_ALIGNMENT only if it returned positive.
14549 2017-04-25  Marek Polacek  <polacek@redhat.com>
14551         PR sanitizer/80349
14552         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
14553         first argument to type.
14555 2017-04-25  Bill Seurer  <seurer@linux.vnet.ibm.com>
14557         PR target/80482
14558         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
14559         type checks to test for compatibility instead of equality.
14561 2017-04-25  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
14562             Jakub Jelinek  <jakub@redhat.com>
14564         PR target/77728
14565         * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
14566         type.
14567         (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
14568         struct.  Ignore DECL_ALIGN of decls other than FIELD_DECL for
14569         the alignment computation, but return their maximum in warn_alignment.
14570         (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14571         Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
14572         is smaller.
14573         (aarch64_function_arg_boundary): Likewise.  Simplify using MIN/MAX.
14574         (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14575         caller.
14577 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14579         * config/arc/simdext.md (dmpyh): Fix typo.
14581 2017-04-25  Richard Biener  <rguenther@suse.de>
14583         PR tree-optimization/80492
14584         * alias.c (compare_base_decls): Handle registers with asm
14585         specification conservatively.
14586         * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
14587         compare_base_decls returning dont-know properly.
14589 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14591         * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
14592         (legitimate_offset_address_p): New function.
14593         (arc_legitimate_address_p): Use above function.
14595 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14597         * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
14599 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14601         * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
14602         ACCH registers whenever they are available.
14604 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14606         * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
14607         double regs fix when not used.
14609 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14611         * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
14612         core registers.
14613         (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
14614         (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
14616 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14618         * config/arc/arc.c (arc_output_addsi): Check for h-register class
14619         when emitting short ADD instructions.
14621 2017-04-25  Claudiu Zissulescu  <claziss@synopsys.com>
14623         * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
14624         constraint.
14625         (cmpsi_cc_c_insn): Likewise.
14626         (cbranchsi4_scratch): Compute proper instruction length using
14627         compact_hreg_operand.
14628         * config/arc/predicates.md (compact_hreg_operand): New predicate.
14630 2017-04-25  Richard Biener  <rguenther@suse.de>
14632         PR middle-end/80509
14633         * passes.c (pass_manager::pass_manager): Initialize
14634         m_name_to_pass_map.
14636 2017-04-25  Richard Biener  <rguenther@suse.de>
14638         PR tree-optimization/79201
14639         * tree-ssa-sink.c (statement_sink_location): Handle calls.
14641 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14643         PR target/80464
14644         * config/s390/vector.md: Split MEM->GPR vector moves for
14645         non-s_operand addresses.
14647 2017-04-25  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
14649         PR target/79895
14650         * config/s390/predicates.md (reload_const_wide_int_operand): New
14651         predicate.
14652         * config/s390/s390.md ("movti"): Remove d/P alternative.
14653         ("movti_bigconst"): New pattern definition.
14655 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14657         PR target/80080
14658         * s390-protos.h (s390_expand_cs_hqi): Removed.
14659         (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
14660         * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
14661         modes as well as CCZ1mode and CCZmode.
14662         (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
14663         signature of s390_emit_compare_and_swap.
14664         (s390_expand_cs_hqi): Likewise, make static.
14665         (s390_expand_cs_tdsi): Generate an explicit compare before trying
14666         compare-and-swap, in some cases.
14667         (s390_expand_cs): Wrapper function.
14668         (s390_expand_atomic_exchange_tdsi): New backend specific expander for
14669         atomic_exchange.
14670         (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
14671         * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
14672         patterns for small and large integers.  Forbid symref memory operands.
14673         Move expander to s390.c.  Require cc register.
14674         ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
14675         ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
14676         ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
14677         ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
14678         symref memory operands.  Remove CC mode and call s390_match_ccmode
14679         instead.
14680         ("atomic_exchange<mode>"): Allow and implement all integer modes.
14682 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14684         * config/s390/s390.md (define_peephole2): New peephole to help
14685         combining the load-and-test pattern with volatile memory.
14687 2017-04-25  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14689         * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
14690         with CCZmode for TARGET_Z196.
14692 2017-04-25  Jakub Jelinek  <jakub@redhat.com>
14694         PR rtl-optimization/80501
14695         * combine.c (make_compound_operation_int): Set subreg_code to SET
14696         even for AND with mask of the sign bit of mode.
14698         PR rtl-optimization/80500
14699         * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
14700         sum's initial value.
14702 2017-04-25  Julian Brown  <julian@codesourcery.com>
14703             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14705         * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
14707 2017-04-25  Marc Glisse  <marc.glisse@inria.fr>
14709         * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
14711 2017-04-25  Julian Brown  <julian@codesourcery.com>
14712             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14714         * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
14715         (thunderx2t99_sha): New Reservation.
14717 2017-04-25  Julian Brown  <julian@codesourcery.com>
14718             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
14720         * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
14721         type for 1-element load.
14723 2017-04-24  Marc Glisse  <marc.glisse@inria.fr>
14725         * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
14727 2017-04-24  Martin Jambor  <mjambor@suse.cz>
14729         PR tree-optimization/80293
14730         * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
14731         char arrays not totally scalarizable if it is false.
14732         (analyze_all_variable_accesses): Pass correct value in the new
14733         parameter.  Add a statistics counter.
14735 2017-04-24  Jan Hubicka  <hubicka@ucw.cz>
14737         PR middle-end/79931
14738         * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
14740 2017-04-24  Richard Biener  <rguenther@suse.de>
14742         PR tree-optimization/80494
14743         * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
14744         out for complex types.
14746 2017-04-24  Richard Biener  <rguenther@suse.de>
14748         * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
14749         * tree-ssa-sccvn.c (print_scc): Print SCC size.
14750         (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
14751         (DFS): Adjust and never fail.
14752         (sccvn_dom_walker::fail): Remove.
14753         (sccvn_dom_walker::before_dom_children): Adjust.
14754         (run_scc_vn): Likewise and never fail.
14755         * tree-ssa-pre.c (pass_pre::execute): Adjust.
14756         (pass_fre::execute): Likewise.
14758 2017-04-24  Richard Biener  <rguenther@suse.de>
14760         PR tree-optimization/79725
14761         * tree-ssa-sink.c (statement_sink_location): Return whether
14762         failure reason was zero uses.  Move that check later.
14763         (sink_code_in_bb): Deal with zero uses by removing the stmt
14764         if possible.
14766 2017-04-24  Richard Biener  <rguenther@suse.de>
14768         PR c++/2972
14769         * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
14770         pointer-based references.
14772 2017-04-24  Richard Biener  <rguenther@suse.de>
14774         PR bootstrap/79814
14775         * pass_manager.h (pass_manager::operator new): Remove.
14776         (pass_manager::operator delete): Likewise.
14777         * passes.c (pass_manager::operator new): Remove.
14778         (pass_manager::operator delete): Likewise.
14779         (pass_manager::pass_manager): Zero individual pass members.
14781 2017-04-23  Uros Bizjak  <ubizjak@gmail.com>
14783         PR target/70799
14784         * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
14785         <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
14786         Check "XEXP (src, 1)" operand here.
14787         <case PLUS, case MINUS, case IOR, case XOR, case AND>:
14788         Check "XEXP (src, 1)" operand here.
14789         (dimode_scalar_chain::make_vector_copies): Detect count register
14790         of a shift instruction.  Zero extend count register from QImode
14791         to DImode to satisfy vector shift pattern count operand predicate.
14792         Substitute vector shift count operand with a DImode copy.
14793         (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
14794         vector register.
14796 2017-04-21  Uros Bizjak  <ubizjak@gmail.com>
14798         * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
14799         Remove UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14800         (*insvqi_1_mem_rex64): Move above insv<mode>_1.  Remove
14801         UNSPEC_NOREX_MEM tag.  Update corresponding peephole2 pattern.
14802         (UNSPEC_NOREX_MEM): Remove definition.
14804 2017-04-21  Richard Biener  <rguenther@suse.de>
14806         PR tree-optimization/79547
14807         * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
14808         Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
14809         bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
14810         without any constraints.
14812 2017-04-21  Richard Biener  <rguenther@suse.de>
14814         PR tree-optimization/78847
14815         * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
14817 2017-04-21  Richard Biener  <rguenther@suse.de>
14819         * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
14820         (build_distinct_type_copy): Likewise.
14821         (build_variant_type_copy): Likewise.
14822         * tree.c (build_qualified_type): Pass down mem-stat info.
14823         (build_distinct_type_copy): Likewise.
14824         (build_variant_type_copy): Likewise.
14826 2017-04-21  Richard Biener  <rguenther@suse.de>
14828         PR tree-optimization/80237
14829         * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
14830         defaulted to NULL.
14831         (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
14832         for a simplified result.
14834 2016-04-21  Richard Biener  <rguenther@suse.de>
14836         * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
14837         sth as strict as a simple_iv but a chrec without symbols and an
14838         operand defined in the loop we are peeling (and not some subloop).
14839         (propagate_constants_for_unrolling): Propagate all constants.
14841 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14843         PR target/79804
14844         * config/i386/i386.c (print_reg): Remove assert for disalowed
14845         regno values, call output_operand_lossage instead.
14847 2017-04-20  Uros Bizjak  <ubizjak@gmail.com>
14849         PR target/78090
14850         * config/i386/constraints.md (Yc): New register constraint.
14851         * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
14852         Use Yc constraint for alternative 2 of operand 0.  Remove
14853         preferred_for_speed attribute.
14855 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
14857         * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
14858         lastprivate clauses in SIMT case.
14860 2017-04-20  Volker Reichelt  <v.reichelt@netcologne.de>
14862         * doc/invoke.texi (-Wextra-semi): Document new warning option.
14864 2017-04-20  Richard Biener  <rguenther@suse.de>
14866         PR tree-optimization/57796
14867         * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
14868         as N scalar stores.
14869         (vect_model_load_cost): Cost gathers as N scalar loads.
14871 2017-04-20  Richard Biener  <rguenther@suse.de>
14873         * ggc-page.c (ggc_allocated_p): Rename to ...
14874         (safe_lookup_page_table_entry): ... this and return the lookup
14875         result.
14876         (gt_ggc_m_S): Use safe_lookup_page_table_entry.
14878 2017-04-20  Richard Biener  <rguenther@suse.de>
14880         PR tree-optimization/80453
14881         * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
14882         * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
14883         from the conditions.
14884         (vn_phi_eq): Pass them down.
14885         (vn_phi_lookup): Record them.
14886         (vn_phi_insert): Likewise.
14888 2017-04-20  Matthew Fortune  <matthew.fortune@imgtec.com>
14890         * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
14891         uninitialized variable warning to avoid buffer overrun.
14893 2017-04-20  Alexander Monakov  <amonakov@ispras.ru>
14895         PR other/71250
14896         * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
14897         is suppressed for '{ 0 }' in C.
14899 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
14901         * BASE-VER: Set to 8.0.0.
14903 2017-04-20  Thomas Preud'homme  <thomas.preudhomme@arm.com>
14905         * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
14906         priority .init_array and .fini_array section with SECTION_NOTYPE
14907         flag.
14909 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
14911         PR middle-end/80423
14912         * tree.h (build_array_type): Add typeless_storage default argument.
14913         * tree.c (type_cache_hasher::equal): Also compare
14914         TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
14915         (build_array_type): Add typeless_storage argument, set
14916         TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
14917         recursive call.
14918         (build_nonshared_array_type): Adjust build_array_type_1 caller.
14919         (build_array_type): Likewise.  Add typeless_storage argument.
14921 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
14922             Jakub Jelinek  <jakub@redhat.com>
14924         PR tree-optimization/80426
14925         * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
14926         operation on symbolic operands, also compute the overflow for the
14927         invariant part when the operation degenerates into a negation.
14929 2017-04-19  Jakub Jelinek  <jakub@redhat.com>
14931         PR debug/80461
14932         * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
14933         Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
14935         PR debug/80436
14936         * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
14938 2017-04-19  Georg-Johann Lay  <avr@gjlay.de>
14940         PR target/80462
14941         * config/avr/avr.c (tree.h): Include it.
14942         (cgraph.h): Include it.
14943         (avr_encode_section_info): Don't warn for uninitialized progmem
14944         variable if it's just an alias.
14946 2017-04-19  Richard Biener  <rguenther@suse.de>
14948         PR ipa/65972
14949         * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
14950         when needed by AutoPGO.
14952 2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>
14954         PR lto/50345
14955         * doc/lto.texi: Remove an extra 'that'.
14957 2017-04-19  Segher Boessenkool  <segher@kernel.crashing.org>
14959         PR rtl-optimization/80429
14960         * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
14961         are only used in debug insns.
14963 2017-04-19  Eric Botcazou  <ebotcazou@adacore.com>
14964             Vladimir Makarov  <vmakarov@redhat.com>
14966         * config/sparc/predicates.md (input_operand): Add comment.  Return
14967         true for any memory operand when LRA is in progress.
14968         * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
14970 2017-04-18  Jeff Law  <law@redhat.com>
14972         PR target/74563
14973         * mips.md ({return,simple_return}_internal): Do not overwrite
14974         operands[0].
14976 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
14978         PR tree-optimization/80443
14979         * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
14980         instead of adding 1, subtract -1 and similarly instead of subtracting
14981         1 add -1.
14983 2017-04-18  Richard Sandiford  <richard.sandiford@arm.com>
14985         PR rtl-optimization/80357
14986         * haifa-sched.c (tmp_bitmap): New variable.
14987         (model_recompute): Handle duplicate use records.
14988         (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
14989         (free_global_sched_pressure_data): Free it.
14991 2017-04-18  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14993         Revert:
14994         2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
14995         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
14996         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
14997         instead of SYSTEM_HEADER_DIR.
14999 2017-04-18  Jeff Law  <law@redhat.com>
15001         PR middle-end/80422
15002         * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
15003         predecessors after walking up the insn chain.
15005 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15007         PR debug/80263
15008         * dwarf2out.c (modified_type_die): Try harder not to emit internal
15009         sizetype type into debug info.
15011 2017-04-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
15013         PR target/80099
15014         * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
15015         unneeded test for TARGET_UPPER_REGS_SF.
15016         * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
15018 2017-04-18  Jakub Jelinek  <jakub@redhat.com>
15020         PR sanitizer/80444
15021         * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
15022         instead of gsi_after_labels.
15024 2017-04-18  Jeff Law  <law@redhat.com>
15026         * regcprop.c (maybe_mode_change): Avoid creating copies of the
15027         stack pointer.
15029         Revert:
15030         2017-04-13  Jeff Law  <law@redhat.com>
15031         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15032         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15034 2017-04-18  Georg-Johann Lay  <avr@gjlay.de>
15036         PR target/79453
15037         * config/avr/avr.c (intl.h): Include it.
15038         (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
15040 2017-04-18  Martin Liska  <mliska@suse.cz>
15042         PR gcov-profile/78783
15043         * gcov-tool.c (gcov_output_files): Validate that destination
15044         file is either removed by the tool or by a user.
15046 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15047             Guy Benyei  <guybe@mellanox.com>
15049         * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
15050         block, and do not negate it, the stored id is already negative.
15052 2017-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
15054         * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
15056 2017-04-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
15058         PR target/80098
15059         * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
15060         masks of options that should be turned off if the VSX vector
15061         options are turned off.
15062         (OTHER_P8_VECTOR_MASKS): Likewise.
15063         (OTHER_VSX_VECTOR_MASKS): Likewise.
15064         * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
15065         rs6000_disable_incompatible_switches to validate no type switches
15066         like -mvsx.
15067         (rs6000_incompatible_switch): New function to disallow turning on
15068         other vector options if -mno-vsx, -mno-power8-vector, or
15069         -mno-power9-vector are specified.
15071 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15073         * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
15075 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15077         * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
15078         * config/arc/arc.c (arc_decl_pretend_args): Likewise.
15079         * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
15080         (ARG_POINTER_CFA_OFFSET): Likewise.
15082 2017-04-14  Claudiu Zissulescu  <claziss@synopsys.com>
15084         * config/arc/arc.c (arc_mode_dependent_address_p): Relax
15085         conditions to take advantage of various optimizations.
15087 2017-04-13  Jeff Law  <law@redhat.com>
15089         * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15090         in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15091         (zero_extendsidi2_dext): Likewise.
15093 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15095         PR sanitizer/80403
15096         * fold-const.c (fold_ternary_loc): Revert
15097         use op0 instead of fold_convert_loc (loc, type, arg0) part of
15098         2017-04-12 change.
15100 2017-04-13  Vladimir Makarov  <vmakarov@redhat.com>
15102         PR rtl-optimization/80343
15103         * lra-remat.c (update_scratch_ops): Assign original hard reg to
15104         new scratch pseudo.
15106 2017-04-13  Denis Khalikov <d.khalikov@partner.samsung.com>
15108         PR sanitizer/80414
15109         * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
15110         to ubsan_encode_value.
15112 2017-04-13  Jeff Law  <law@redhat.com>
15114         * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
15115         appearing in DEBUG_INSNs.
15117 2017-04-13  Martin Liska  <mliska@suse.cz>
15119         PR gcov-profile/80413
15120         * gcov-io.c (gcov_write_string): Copy to buffer just when
15121         allocated size is greater than zero.
15123 2017-04-13  Jakub Jelinek  <jakub@redhat.com>
15125         PR debug/80321
15126         * dwarf2out.c (decls_for_scope): Ignore declarations of
15127         current_function_decl in BLOCK_NONLOCALIZED_VARS.
15129 2017-04-12  Jan Hubicka  <hubicka@ucw.cz>
15131         PR lto/69953
15132         * ipa-visibility.c (non_local_p): Fix typos.
15133         (localize_node): When localizing symbol in same comdat group,
15134         dissolve the group only when we know external symbols are going
15135         to be privatized.
15136         (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
15138 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15140         PR tree-optimization/79390
15141         * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
15142         order does not result in usable sequence, retry with reversed operand
15143         order.
15145         PR sanitizer/80403
15146         PR sanitizer/80404
15147         PR sanitizer/80405
15148         * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
15149         to fold_build2_loc.  Convert TREE_OPERAND (tem, 0) to type.  Use
15150         op0 instead of fold_convert_loc (loc, type, arg0).
15152 2017-04-12  Jeff Law  <law@redhat.com>
15154         * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
15155         has a delay slot in the generated code.
15157         * config/cris/cris.md (cris_preferred_reload_class): Return
15158         GENNONACR_REGS rather than GENERAL_REGS.
15160 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15162         PR c/80163
15163         * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
15164         vs. ZERO_EXTEND based on signedness of treeop0's type rather than
15165         signedness of the result type.
15167 2017-04-12  Richard Biener  <rguenther@suse.de>
15168             Jeff Law  <law@redhat.com>
15170         PR tree-optimization/80359
15171         * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
15172         trim stores to TARGET_MEM_REFs.
15174 2017-04-12  Richard Biener  <rguenther@suse.de>
15176         PR tree-optimization/79390
15177         * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
15178         threading case even more.
15180 2017-04-12  Segher Boessenkool  <segher@kernel.crashing.org>
15182         PR target/80382
15183         * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
15184         for quad_address_p for TImode, instead of just not indexed_address.
15186 2017-04-12  Richard Biener  <rguenther@suse.de>
15187             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15189         PR middle-end/79671
15190         * alias.c (component_uses_parent_alias_set_from): Handle
15191         TYPE_TYPELESS_STORAGE.
15192         (get_alias_set): Likewise.
15193         * tree-core.h (tree_type_common): Add typeless_storage flag.
15194         * tree.h (TYPE_TYPELESS_STORAGE): New macro.
15195         * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
15196         for types containing members with TYPE_TYPELESS_STORAGE.
15197         (place_field): Likewise.
15198         (layout_type): Likewise for ARRAY_TYPE.
15199         * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
15200         * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
15201         TYPE_TYPELESS_STORAGE.
15202         * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
15204 2017-04-12  Jakub Jelinek  <jakub@redhat.com>
15206         PR sanitizer/80349
15207         * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
15208         first argument to type.
15210 2017-04-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15212         PR target/80376
15213         PR target/80315
15214         * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
15215         CONST0_RTX (mode) rather than const0_rtx where appropriate.
15216         (rs6000_expand_binop_builtin): Likewise.
15217         (rs6000_expand_ternop_builtin): Likewise; also add missing
15218         vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
15219         vshasigma built-ins.
15220         * doc/extend.texi: Document that vec_xxpermdi's third argument
15221         must be a constant.
15223 2017-04-11  Uros Bizjak  <ubizjak@gmail.com>
15225         * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
15226         Use shift_const cost parameter when calculating gain of STV shifts.
15228 2017-04-11  Vladimir Makarov  <vmakarov@redhat.com>
15230         PR rtl-optimization/70478
15231         * lra-constraints.c (process_alt_operands): Check memory for
15232         disfavoring memory insn operand.
15234 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15236         PR middle-end/80100
15237         * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
15238         left shift in unsigned HOST_WIDE_INT type.
15240         PR rtl-optimization/80385
15241         * simplify-rtx.c (simplify_unary_operation_1): Don't transform
15242         (not (neg X)) into (plus X -1) for complex or non-integral modes.
15244         PR libgomp/80394
15245         * omp-low.c (scan_omp_task): Don't optimize away empty tasks
15246         if they have any depend clauses.
15248 2017-04-11  Martin Liska  <mliska@suse.cz>
15250         PR ipa/80212
15251         * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
15252         * ipa-split.c (split_function): Create a local comdat symbol
15253         if caller is in a comdat group.
15255 2017-04-11  Martin Liska  <mliska@suse.cz>
15257         PR ipa/80212
15258         * ipa-cp.c (determine_versionability): Handle calls_comdat_local
15259         flags.
15261 2017-04-11  Martin Sebor  <msebor@redhat.com>
15263         PR middle-end/80364
15264         * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
15265         always use the int type.  Use INTEGRAL_TYPE_P() rather than testing
15266         for INTEGER_TYPE.
15267         (directive::set_width, directive::set_precision, format_character):
15268         Adjust.
15269         (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
15270         INTEGER_TYPE.
15272 2017-04-11  Richard Earnshaw  <rearnsha@arm.com>
15274         PR target/80389
15275         * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
15276         conflict, set target->arch_name instead of target->cpu_name.
15278 2017-04-11  Richard Biener  <rguenther@suse.de>
15280         PR tree-optimization/80374
15281         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
15282         build_zero_cst, remove fold_convertible_p check again.
15284 2017-04-11  Martin Liska  <mliska@suse.cz>
15286         PR sanitizer/70878
15287         * ubsan.c (instrument_object_size): Do not instrument register
15288         variables.
15290 2017-04-11  Jakub Jelinek  <jakub@redhat.com>
15292         PR target/80381
15293         * config/i386/i386-builtin-types.def
15294         (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
15295         V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
15296         V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
15297         V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
15298         V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
15299         V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
15300         V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
15301         V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
15302         V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
15303         V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
15304         V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
15305         V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
15306         V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
15307         V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
15308         V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
15309         V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
15310         V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
15311         V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
15312         * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
15313         __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
15314         __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
15315         __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
15316         __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
15317         __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
15318         __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
15319         __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
15320         __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
15321         __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
15322         __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
15323         __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
15324         __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
15325         __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
15326         __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
15327         __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
15328         __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
15329         __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
15330         __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
15331         __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
15332         __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
15333         __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
15334         __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
15335         __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
15336         __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
15337         __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
15338         __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
15339         __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
15340         aliases.
15341         * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
15342         flag to second_arg_count, handle 4 argument function type _COUNT
15343         aliases, handle second_arg_count on second argument rather than last.
15345 2017-04-10  Jeff Law  <law@redhat.com>
15347         PR tree-optimization/80374
15348         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
15349         record anything if we can not convert integer_zero_node to the
15350         desired type.
15352 2017-04-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
15354         PR target/80108
15355         * config/rs6000/rs6000.c (rs6000_option_override_internal):
15356         Enhance special handling given to the TARGET_P9_MINMAX option in
15357         relation to certain other options.
15359 2017-04-10  Bin Cheng  <bin.cheng@arm.com>
15361         PR tree-optimization/80153
15362         * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
15363         remove POINTER_PLUS_EXPR's base part directly, rather than through
15364         aff_tree.
15366 2017-04-10  Richard Biener  <rguenther@suse.de>
15367             Bin Cheng  <bin.cheng@arm.com>
15369         PR tree-optimization/80153
15370         * tree-affine.c (aff_combination_to_tree): Get base pointer from
15371         the first element of pointer type aff_tree.  Build result expr in
15372         aff_tree's type.
15373         (add_elt_to_tree): Convert to type unconditionally.  Remove other
15374         fold_convert calls.
15375         * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
15376         (rewrite_use_nonlinear_expr): Check invariant using iv information.
15378 2017-04-10  Richard Biener  <rguenther@suse.de>
15380         * tree-ssa-structalias.c (find_func_aliases): Properly handle
15381         asm inputs.
15383 2017-04-10  Vladimir Makarov  <vmakarov@redhat.com>
15385         PR rtl-optimization/70478
15386         * lra-constraints.c (curr_small_class_check): New.
15387         (update_and_check_small_class_inputs): New.
15388         (process_alt_operands): Update curr_small_class_check.  Disfavor
15389         alternative insn memory operands.  Check available regs for small
15390         class operands.
15392 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15394         PR target/80057
15395         * config/mips/mips.opt (-mvirt): Update description.
15396         * doc/invoke.texi (-mvirt): Likewise.
15398 2017-04-10  Richard Biener  <rguenther@suse.de>
15400         PR middle-end/80362
15401         * fold-const.c (fold_binary_loc): Look at unstripped ops when
15402         looking for NEGATE_EXPR in -A / -B to A / B folding.
15404 2017-04-10  Martin Liska  <mliska@suse.cz>
15406         PR gcov-profile/80224
15407         * gcov.c (print_usage): Fix usage string.
15408         (get_gcov_intermediate_filename): Remove.
15409         (output_gcov_file): Use both for normal and intermediate format.
15410         (generate_results): Do not initialize special file for
15411         intermediate format.
15413 2017-04-10  Richard Biener  <rguenther@suse.de>
15415         PR tree-optimization/80304
15416         * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
15417         for safelen.
15419 2017-04-10  Nathan Sidwell  <nathan@acm.org>
15421         PR target/79905
15422         * config/rs6000/rs6000.c (rs6000_vector_type): New.
15423         (rs6000_init_builtins): Use it.
15425 2016-04-10  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
15427         * config/arm/arm.md (<mrc>): Add mode to SET source.
15428         (<mrrc>): Likewise.
15430 2017-04-10  Richard Biener  <rguenther@suse.de>
15432         PR middle-end/80344
15433         * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
15435 2017-04-10  Jakub Jelinek  <jakub@redhat.com>
15437         PR target/80324
15438         * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
15439         _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
15440         _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
15441         _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
15442         _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
15443         _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
15444         _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
15445         _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
15446         _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
15447         _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
15448         _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
15449         _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
15450         _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
15451         _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
15452         _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
15453         _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
15454         _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
15455         _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
15456         _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
15457         _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
15458         _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
15459         _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
15460         _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
15462 2017-04-08  Vladimir Makarov  <vmakarov@redhat.com>
15464         PR rtl-optimization/70478
15465         * lra-constraints.c: Reverse the last patch.
15467 2017-04-08  Andreas Tobler  <andreast@gcc.gnu.org>
15469         * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
15470         Add comment for WCHAR_T.
15472 2017-04-08  Martin Liska  <mliska@suse.cz>
15474         Revert:
15475         2017-04-07  Martin Liska  <mliska@suse.cz>
15477         PR ipa/80212
15478         * ipa-split.c (split_function): Add function part to a same comdat
15479         group.
15481 2017-04-08  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
15483         PR target/80358
15484         * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
15486 2017-04-07  Pat Haugen  <pthaugen@us.ibm.com>
15488         * rs6000/rs6000.c (vec_load_pendulum): Rename...
15489         (vec_pairing): ...to this.
15490         (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
15491         (rs6000_sched_init): Adjust for name change.
15492         (struct rs6000_sched_context): Likewise.
15493         (rs6000_init_sched_context): Likewise.
15494         (rs6000_set_sched_context): Likewise.
15496 2017-04-07  Jakub Jelinek  <jakub@redhat.com>
15498         PR target/80322
15499         PR target/80323
15500         PR target/80325
15501         PR target/80326
15502         * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
15503         intrinsics.
15504         * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
15505         _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
15506         _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
15508 2017-04-07  Andreas Tobler  <andreast@gcc.gnu.org>
15510         * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
15512 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15514         PR rtl-optimization/70703
15515         * ira-color.c (update_conflict_hard_regno_costs): Use
15516         int64_t instead of HOST_WIDE_INT.
15518 2017-04-07  Vladimir Makarov  <vmakarov@redhat.com>
15520         PR rtl-optimization/70478
15521         * lra-constraints.c (process_alt_operands): Disfavor alternative
15522         insn memory operands.
15524 2017-04-07  Jeff Law  <law@redhat.com>
15526         * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
15527         CALL and NOTE_INSN_CALL_ARG_LOCATION.
15529 2017-04-07  Martin Liska  <mliska@suse.cz>
15531         PR target/79889
15532         * config/aarch64/aarch64.c (aarch64_process_target_attr):
15533         Show error message instead of an ICE.
15535 2017-04-07  Martin Liska  <mliska@suse.cz>
15537         PR ipa/80212
15538         * ipa-split.c (split_function): Add function part to a same comdat
15539         group.
15541 2017-04-07  Richard Biener  <rguenther@suse.de>
15543         PR middle-end/80341
15544         * tree.c (get_unwidened): Also handle ! for_type case for
15545         INTEGER_CSTs.
15546         * convert.c (do_narrow): Split out from ...
15547         (convert_to_integer_1): ... here.  Do not pass final truncation
15548         type to get_unwidened for TRUNC_DIV_EXPR.
15550 2017-04-07  Richard Biener  <rguenther@suse.de>
15552         * tree-affine.c (wide_int_ext_for_comb): Take type rather
15553         than aff_tree.
15554         (aff_combination_const): Adjust.
15555         (aff_combination_scale): Likewise.
15556         (aff_combination_add_elt): Likewise.
15557         (aff_combination_add_cst): Likewise.
15558         (aff_combination_convert): Likewise.
15559         (add_elt_to_tree): Likewise.  Remove unused argument.
15560         (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
15562 2017-04-07  Sebastian Huber  <sebastian.huber@embedded-brains.de>
15564         * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
15565         definition.
15566         * config/arm/arm.c (arm_default_short_enums): Use
15567         ARM_DEFAULT_SHORT_ENUMS.
15568         * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
15570 2017-04-06  Jakub Jelinek  <jakub@redhat.com>
15572         PR debug/80234
15573         * dwarf2out.c (gen_member_die): Handle C++17 inline static data
15574         members with redundant out-of-class redeclaration.
15576 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15578         PR target/80286
15579         * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
15580         * config/i386/i386.md (*zero_extendsidi2):
15581         Add (?*x,*x) and (?*v,*v) alternatives.
15583 2017-04-06  Uros Bizjak  <ubizjak@gmail.com>
15585         PR target/79733
15586         * config/i386/i386.c (ix86_expand_builtin)
15587         <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
15588         mode from insn data. Convert operands to insn operand mode.
15589         Copy operands that don't satisfy insn predicate to a register.
15591 2017-04-06  Sam Thursfield  <sam.thursfield@codethink.co.uk>
15593         * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
15594         Update comments.
15596 2017-04-06  Richard Biener  <rguenther@suse.de>
15598         PR tree-optimization/80334
15599         * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
15600         preserve alignment of accesses.
15602 2017-04-06  Richard Biener  <rguenther@suse.de>
15604         PR tree-optimization/80262
15605         * tree-sra.c (build_ref_for_offset): Preserve address-space
15606         information.
15607         * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
15608         Drop useless address-space information on MEM_REF offsets.
15610 2017-04-05  Andreas Schwab  <schwab@linux-m68k.org>
15612         * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
15614 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15616         PR rtl-optimization/70703
15617         * ira-color.c (update_conflict_hard_regno_costs): Use
15618         HOST_WIDE_INT instead of long.
15620 2017-04-05  Uros Bizjak  <ubizjak@gmail.com>
15622         PR target/80298
15623         * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
15624         not defined for x86_64 target.  Add -mmmx target option when __SSE2__
15625         is not defined.
15626         * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
15627         for x86_64 target.  Handle -m3dnowa option.
15629 2017-04-05  Vladimir Makarov  <vmakarov@redhat.com>
15631         PR rtl-optimization/70703
15632         * ira-color.c (update_costs_from_allocno): Use the smallest mode.
15633         (update_conflict_hard_regno_costs): Use long instead of unsigned
15634         arithmetic for cost calculation.
15636 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15637             Bernd Edlinger  <bernd.edlinger@hotmail.de>
15639         PR sanitizer/80308
15640         * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
15641         for big endian.
15643 2017-04-05  Eric Botcazou  <ebotcazou@adacore.com>
15645         PR target/78002
15646         * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
15647         ptr_mode with Pmode throughout.
15648         * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
15649         into probe_stack_range and use DImode.
15651 2017-04-05  Dominik Vogt  <vogt@linux.vnet.ibm.com>
15653         PR target/79890
15654         * config/s390/s390.c (s390_register_info_gprtofpr): Return if
15655         call_eh_return is true.
15657 2017-04-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
15659         * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
15660         Initialize last_match_fntype_index.
15662 2017-04-05  Jakub Jelinek  <jakub@redhat.com>
15664         PR target/80310
15665         * tree-nvr.c: Include internal-fn.h.
15666         (pass_return_slot::execute): Ignore internal calls without
15667         direct optab.
15669 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15670             Richard Biener  <rguenther@suse.de>
15672         PR c++/80297
15673         * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
15674         captures used multiple times, except for the last use.
15675         * generic-match-head.c: Include gimplify.h.
15677 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15679         PR tree-optimization/79390
15680         * target.h (struct noce_if_info): Declare.
15681         * targhooks.h (default_noce_conversion_profitable_p): Declare.
15682         * target.def (noce_conversion_profitable_p): New target hook.
15683         * ifcvt.h (struct noce_if_info): New type, moved from ...
15684         * ifcvt.c (struct noce_if_info): ... here.
15685         (noce_conversion_profitable_p): Renamed to ...
15686         (default_noce_conversion_profitable_p): ... this.  No longer
15687         static nor inline.
15688         (noce_try_store_flag_constants, noce_try_addcc,
15689         noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
15690         noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
15691         instead of noce_conversion_profitable_p.
15692         * config/i386/i386.c: Include ifcvt.h.
15693         (ix86_option_override_internal): Don't override
15694         PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
15695         (ix86_noce_conversion_profitable_p): New function.
15696         (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
15697         * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
15698         * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
15699         * doc/tm.texi: Regenerated.
15701 2017-04-04  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15703         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
15704         correction.
15706 2017-04-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
15708         PR target/80307
15709         * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
15710         instructions for small multiply cores.
15712 2017-04-04  Jeff Law  <law@redhat.com>
15714         * config/mips/mips.c (mips_multi_add): Zero initialize the newly
15715         added member.
15716         (mips_expand_vec_perm_const): Initialize elements in orig_perm
15717         that are not set by the loop over the elements.
15719 2017-04-04  Jakub Jelinek  <jakub@redhat.com>
15721         PR target/80286
15722         * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
15723         int mode, convert_modes it to mode as unsigned, otherwise use
15724         lowpart_subreg to mode rather than SImode.
15725         * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
15726         ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
15727         Use DImode instead of SImode for the shift count operand.
15728         * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
15729         Likewise.
15731 2017-04-04  Richard Biener  <rguenther@suse.de>
15733         PR middle-end/80281
15734         * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
15735         arithmetic done for the negate or the plus.  Simplify.
15736         (A - (-B) -> A + B): Likewise.
15737         * fold-const.c (split_tree): Make sure to not negate pointers.
15739 2017-04-04  Segher Boessenkool  <segher@kernel.crashing.org>
15741         PR rtl-optimization/60818
15742         * simplify-rtx.c (simplify_binary_operation_1): Do not replace
15743         a compare of comparisons with the thing compared if this results
15744         in a different machine mode.
15746 2017-04-03  Jonathan Wakely  <jwakely@redhat.com>
15748         * alias.c (base_alias_check): Fix typo in comment.
15749         * cgraph.h (class ipa_polymorphic_call_context): Likewise.
15750         * cgraphunit.c (symbol_table::compile): Likewise.
15751         * collect2.c (maybe_run_lto_and_relink): Likewise.
15752         * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
15753         * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
15754         * config/avr/avr.c (avr_map_op_t): Likewise.
15755         * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
15756         * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
15757         * config/epiphany/epiphany.md (movcc): Likewise.
15758         * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
15759         * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
15760         Likewise.
15761         * config/mips/mips.c (mips_save_restore_reg): Likewise.
15762         * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
15763         * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
15764         * config/sh/sh.c (sh_rtx_costs): Likewise.
15765         * fold-const.c (fold_truth_andor): Likewise.
15766         * genautomata.c (collapse_flag): Likewise.
15767         * gengtype.h (struct type::u::s): Likewise.
15768         * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
15769         * input.c (FORMAT_AMOUNT): Likewise.
15770         * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
15771         (known_aggs_to_agg_replacement_list): Likewise.
15772         * ipa-inline-analysis.c: Likewise.
15773         * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
15774         * ipa-polymorphic-call.c
15775         (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
15776         * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
15777         * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
15778         Likewise.
15779         * modulo-sched.c (apply_reg_moves): Likewise.
15780         * omp-expand.c (build_omp_regions_1): Likewise.
15781         * trans-mem.c (struct tm_wrapper_hasher): Likewise.
15782         * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
15783         * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
15784         * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
15785         * value-prof.c: Likewise.
15786         * var-tracking.c (val_reset): Likewise.
15788 2017-04-03  Richard Biener  <rguenther@suse.de>
15790         PR tree-optimization/80275
15791         * fold-const.c (split_address_to_core_and_offset): Handle
15792         POINTER_PLUS_EXPR.
15794 2017-04-03  Eric Botcazou  <ebotcazou@adacore.com>
15796         * tree-nested.c (get_descriptor_type): Make sure that the alignment of
15797         descriptors is at least equal to that of functions.
15799 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15801         * config/i386/sse.md (movdi_to_sse): Add missing DONE.
15803 2017-04-02  Uros Bizjak  <ubizjak@gmail.com>
15805         PR target/80250
15806         * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
15807         (mov<IMOD4:mode>): New expander.
15808         (*mov<IMOD4:mode>_internal): New insn and split pattern.
15810 2017-03-31  Segher Boessenkool  <segher@kernel.crashing.org>
15812         PR rtl-optimization/79405
15813         * fwprop.c (propagations_left): New variable.
15814         (forward_propagate_into): Decrement it.
15815         (fwprop_init): Initialize it.
15816         (fw_prop): If the variable has reached zero, stop propagating.
15817         (fwprop_addr): Ditto.
15819 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15821         PR debug/79255
15822         * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
15823         a FUNCTION_DECL, pass it as decl instead of origin to
15824         process_scope_var.
15826 2017-03-31  Alexander Monakov  <amonakov@ispras.ru>
15828         * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
15829         string.
15831 2017-03-31  Pat Haugen  <pthaugen@us.ibm.com>
15833         PR target/80107
15834         * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
15835         TARGET_VSX_SMALL_INTEGER.
15837 2017-03-31  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15839         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
15840         reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
15842 2017-03-31  Matthew Fortune  <matthew.fortune@imgtec.com>
15844         * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
15845         extraction from odd-numbered MSA register.
15847 2017-03-31  Jakub Jelinek  <jakub@redhat.com>
15849         PR middle-end/80173
15850         * expmed.c (store_bit_field_1): Don't attempt to create
15851         a word subreg out of hard registers wider than word if they
15852         have HARD_REGNO_NREGS of 1 for their mode.
15854         PR middle-end/80163
15855         * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
15856         conversions to integer types wider than word and pointer.
15858         PR debug/80025
15859         * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
15860         (rtx_equal_for_cselib_p): Pass 0 to it.
15861         * cselib.c (cselib_hasher::equal): Likewise.
15862         (rtx_equal_for_cselib_1): Add depth argument.  If depth
15863         is 128, don't look up VALUE locs and punt.  Increment
15864         depth in recursive calls when walking VALUE locs.
15866 2017-03-31  Bernd Edlinger  <bernd.edlinger@hotmail.de>
15868         * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
15869         (make_gcov_file_name): Use the canonical path name for generating
15870         the MD5 value.
15871         (read_line): Fix handling of files with ascii null bytes.
15873 2017-03-30  Matthew Fortune  <matthew.fortune@imgtec.com>
15875         * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
15876         to initialise a vector register instead
15877         of using a const_int.
15879 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
15881         PR translation/80189
15882         * gimplify.c (omp_default_clause): Use %qs instead of %s in
15883         diagnostic messages.
15885 2017-03-30  Peter Bergner  <bergner@vnet.ibm.com>
15887         PR target/80246
15888         * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
15889         (dfp_diex_<mode>): Update mode of operand 1.
15890         * doc/extend.texi (dxex, dxexq): Document change to return type.
15891         (diex, diexq): Document change to argument type.
15893 2017-03-30  Martin Jambor  <mjambor@suse.cz>
15895         PR ipa/77333
15896         * cgraph.h (cgraph_build_function_type_skip_args): Declare.
15897         * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
15898         it reflects the signature changes performed at the callee side.
15899         * cgraphclones.c (build_function_type_skip_args): Make public, renamed
15900         to cgraph_build_function_type_skip_args.
15901         (build_function_decl_skip_args): Adjust call to the above function.
15903 2017-03-30  Jakub Jelinek  <jakub@redhat.com>
15905         PR target/80206
15906         * config/i386/sse.md
15907         (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
15908         register as dest whenever it is a MEM not rtx_equal_p to the
15909         corresponding dup operand, and when forcing into reg move the
15910         reg into the memory afterwards.
15911         (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
15912         Likewise.  Use <ssehalfvecmode> instead of <ssequartermode>
15913         for the force_reg mode.
15914         (avx512vl_vextractf128<mode>): Use register as dest either
15915         always when a MEM, or when it is a MEM not rtx_equal_p to the
15916         corresponding dup operand, or even not when it is a CONST_VECTOR
15917         depending on the mode and lo vs. hi.
15918         (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
15919         parens.
15920         (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
15921         (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
15922         Likewise.  Require that operands[2] is even.
15923         (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
15924         Remove extraneous parens.  Require that operands[2] is a multiple
15925         of 4.
15926         (vec_extract_lo_<mode><mask_name>): Don't bother testing if
15927         operands[0] is a MEM if <mask_applied>, the predicates/constraints
15928         disallow memory then.
15930 2017-03-30  Richard Biener  <rguenther@suse.de>
15932         PR tree-optimization/77498
15933         * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
15934         to non-constants over backedges.
15936 2017-03-29  Segher Boessenkool  <segher@kernel.crashing.org>
15938         PR rtl-optimization/80233
15939         * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
15940         as last_combined_insn.  Do not test for BARRIER_P separately.
15942 2017-03-29  Andreas Schwab  <schwab@suse.de>
15944         PR ada/80146
15945         * calls.c (prepare_call_address): Convert funexp to Pmode before
15946         copying to temp reg.
15948 2017-03-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
15950         PR tree-optimization/80158
15951         * gimple-ssa-strength-reduction.c (replace_mult_candidate):
15952         Handle possible future case of more than one alternate
15953         interpretation.
15954         (replace_rhs_if_not_dup): Likewise.
15955         (replace_one_candidate): Likewise.
15957 2017-03-28  Vladimir Makarov  <vmakarov@redhat.com>
15959         PR rtl-optimization/80193
15960         * ira.c (ira): Do not check allocation for LRA.
15962 2017-03-28  Alexander Monakov  <amonakov@ispras.ru>
15964         * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
15965         (nvptx_output_simt_exit): Declare.
15966         * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
15967         cfun->machine->unisimt_location.  Handle NULL unisimt_predicate.
15968         (init_softstack_frame): Move initialization of crtl->is_leaf to...
15969         (nvptx_declare_function_name): ...here.  Emit declaration of local
15970         memory space buffer for omp_simt_enter insn.
15971         (nvptx_output_unisimt_switch): New.
15972         (nvptx_output_softstack_switch): New.
15973         (nvptx_output_simt_enter): New.
15974         (nvptx_output_simt_exit): New.
15975         * config/nvptx/nvptx.h (struct machine_function): New fields
15976         has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
15977         * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
15978         (UNSPECV_SIMT_EXIT): Ditto.
15979         (omp_simt_enter_insn): New insn.
15980         (omp_simt_enter): New expansion.
15981         (omp_simt_exit): New insn.
15982         * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
15984         * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
15985         (expand_GOMP_SIMT_ENTER_ALLOC): New.
15986         (expand_GOMP_SIMT_EXIT): New.
15987         * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
15988         (GOMP_SIMT_ENTER_ALLOC): Ditto.
15989         (GOMP_SIMT_EXIT): Ditto.
15990         * target-insns.def (omp_simt_enter): New insn.
15991         (omp_simt_exit): Ditto.
15992         * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
15993         simt_dlist.
15994         (lower_rec_simd_input_clauses): Implement SIMT privatization.
15995         (lower_rec_input_clauses): Likewise.
15996         (lower_lastprivate_clauses): Handle SIMT privatization.
15998         * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
15999         (ompdevlow_adjust_simt_enter): New.
16000         (find_simtpriv_var_op): New.
16001         (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
16002         IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
16004         * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
16005         * tree-inline.c (expand_call_inline): Handle SIMT privatization.
16006         (copy_decl_for_dup_finish): Ditto.
16008         * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
16010 2017-03-28  Uros Bizjak  <ubizjak@gmail.com>
16012         PR target/53383
16013         * config/i386/i386.c (ix86_option_override_internal): Always
16014         allow -mpreferred-stack-boundary=3 for 64-bit targets.
16016 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16018         * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
16020 2017-03-28  Bin Cheng  <bin.cheng@arm.com>
16022         * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
16023         mark new edge's irreducible flag accordign to it.
16024         (vect_do_peeling): Check loop preheader edge's irreducible flag
16025         and pass it to function slpeel_add_loop_guard.
16027 2017-03-28  Richard Sandiford  <richard.sandiford@arm.com>
16029         PR tree-optimization/80218
16030         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
16031         Update block frequencies and counts.
16033 2017-03-28  Richard Biener  <rguenther@suse.de>
16035         PR tree-optimization/78644
16036         * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
16037         of a simplification result we may not use it at all.
16039 2017-03-28  Richard Biener  <rguenther@suse.de>
16041         PR ipa/80205
16042         * tree-inline.c (copy_phis_for_bb): Do not create PHI node
16043         without arguments, generate default definition of a SSA name.
16045 2017-03-28  Richard Biener  <rguenther@suse.de>
16047         PR middle-end/80222
16048         * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
16049         TYPE_REF_CAN_ALIAS_ALL references.
16050         * fold-const.c (fold_indirect_ref_1): Likewise.
16052 2017-03-28  Martin Liska  <mliska@suse.cz>
16054         PR ipa/80104
16055         * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
16056         thunk call as DECL_GIMPLE_REG_P when vector or complex type.
16058 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16059             Thomas Petazzoni  <thomas.petazzoni@free-electrons.com>
16061         * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
16062         (EXTRA_SPECS): Define.
16063         (SUBTARGET_EXTRA_SPECS): Likewise.
16064         (SUBTARGET_CPP_SPEC): Likewise.
16065         * config/arc/elf.h (EXTRA_SPECS): Renamed to
16066         SUBTARGET_EXTRA_SPECS.
16067         * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
16069 2017-03-28  Claudiu Zissulescu  <claziss@synopsys.com>
16071         * config/arc/simdext.md (vst64_insn): Update pattern.
16072         (vld32wh_insn): Likewise.
16073         (vld32wl_insn): Likewise.
16074         (vld64_insn): Likewise.
16075         (vld32_insn): Likewise.
16077 2017-03-28  Marek Polacek  <polacek@redhat.com>
16079         PR sanitizer/80067
16080         * fold-const.c (fold_comparison): Use protected_set_expr_location
16081         instead of SET_EXPR_LOCATION.
16083 2017-03-28  Markus Trippelsdorf  <markus@trippelsdorf.de>
16085         * tree.c (add_expr): Avoid name lookup warning.
16087 2017-03-27  Jeff Law  <law@redhat.com>
16089         PR tree-optimization/80216
16090         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
16091         function name.  Limit recursion depth.
16092         (record_temporary_equivalences): Corresponding changes.
16094 2017-03-27  Jonathan Wakely  <jwakely@redhat.com>
16096         * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
16097         covered first.
16099 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16101         PR target/80102
16102         * reg-notes.def (REG_CFA_NOTE): Define.  Use it for CFA related
16103         notes.
16104         * cfgcleanup.c (reg_note_cfa_p): New array.
16105         (insns_have_identical_cfa_notes): New function.
16106         (old_insns_match_p): Don't cross-jump in between /f
16107         and non-/f instructions.  If both i1 and i2 are frame related,
16108         verify all CFA notes, their order and content.
16110 2017-03-27  Michael Meissner  <meissner@linux.vnet.ibm.com>
16112         PR target/78543
16113         * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
16114         HImode and SImode with zero extend to DImode to one insn.
16115         (bswap<mode>2_extenddi): Likewise.
16116         (bswapsi2_extenddi): Likewise.
16117         (bswaphi2_extendsi): Likewise.
16118         (bswaphi2): Combine bswap HImode and SImode into one insn.
16119         Separate memory insns from swapping register.
16120         (bswapsi2): Likewise.
16121         (bswap<mode>2): Likewise.
16122         (bswaphi2_internal): Delete, no longer used.
16123         (bswapsi2_internal): Likewise.
16124         (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
16125         store, and gpr<-gpr swap insns.
16126         (bswap<mode>2_store): Likewise.
16127         (bswaphi2_reg): Register only splitter, combine with the splitter.
16128         (bswaphi2 splitter): Likewise.
16129         (bswapsi2_reg): Likewise.
16130         (bswapsi2 splitter): Likewise.
16131         (bswapdi2): If we have the LDBRX and STDBRX instructions, split
16132         the insns into load, store, and register/register insns.
16133         (bswapdi2_ldbrx): Likewise.
16134         (bswapdi2_load): Likewise.
16135         (bswapdi2_store): Likewise.
16136         (bswapdi2_reg): Likewise.
16138 2017-03-27  Gunther Nikl  <gnikl@users.sourceforge.net>
16140         * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
16141         (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
16143 2017-03-27  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16145         PR target/80103
16146         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
16147         add comments.
16148         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16149         special handling for target option conflicts between dform
16150         options (-mpower9-dform, -mpower9-dform-vector,
16151         -mpower9-dform-scalar) and -mno-direct-move.
16153 2017-03-27  Richard Biener  <rguenther@suse.de>
16155         PR tree-optimization/80181
16156         * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
16158 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16160         * config/arc/predicates.md (move_double_src_operand): Replace the
16161         call to move_double_src_operand with a call to address_operand.
16163 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16165         * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
16166         * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
16167         * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
16169 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16171         * config/arc/predicates.md (long_immediate_loadstore_operand):
16172         Consider scaled addresses cases.
16174 2017-03-27  Claudiu Zissulescu  <claziss@synopsys.com>
16176         * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
16177         restored when in interrupt.
16178         * config/arc/arc.md (simple_return): ARCv2 rtie instruction
16179         doesn't have delay slot.
16181 2017-03-27  Richard Biener  <rguenther@suse.de>
16183         PR ipa/79776
16184         * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
16185         inlined thunk clones.
16187 2017-03-27  Jakub Jelinek  <jakub@redhat.com>
16189         PR sanitizer/80168
16190         * asan.c (instrument_derefs): Copy over last operand from
16191         original COMPONENT_REF to the new COMPONENT_REF with
16192         DECL_BIT_FIELD_REPRESENTATIVE.
16193         * ubsan.c (instrument_object_size): Likewise.
16195 2017-03-27  Richard Biener  <rguenther@suse.de>
16197         PR tree-optimization/80170
16198         * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
16199         sure DR/SCEV didnt fold in constants we do not see when looking
16200         at the reference base alignment.
16202 2017-03-27  Richard Biener  <rguenther@suse.de>
16204         PR middle-end/80171
16205         * gimple-fold.c (fold_ctor_reference): Properly guard against
16206         NULL return value from canonicalize_constructor_val.
16208 2017-03-25  Uros Bizjak  <ubizjak@gmail.com>
16210         PR target/80180
16211         * config/i386/i386.c (ix86_expand_builtin)
16212         <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
16213         flags reg setting and flags reg using instructions.
16214         <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto.  Use non-flags reg
16215         clobbering instructions to zero extend op2.
16217 2017-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
16219         * doc/install.texi (Configuration) <--with-aix-soname>:
16220         Update link to AIX ld.
16222 2017-03-25  Bernd Schmidt  <bschmidt@redhat.com>
16224         PR rtl-optimization/80160
16225         PR rtl-optimization/80159
16226         * lra-assigns.c (must_not_spill_p): Tighten new test to also take
16227         reg_alternate_class into account.
16229 2017-03-24  Vladimir Makarov  <vmakarov@redhat.com>
16231         PR target/80148
16232         * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
16233         to consider in curr_insn_transform.
16235 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16237         * genrecog.c (validate_pattern): Add VEC_SELECT validation.
16238         * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
16239         and emit_mode_inner.
16241 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16243         * config/s390/s390-builtins.def: Add VXE builtins.  Add a flags
16244         argument to the overloaded builtin variants.  Use the new flag to
16245         deprecate certain builtin variants.
16246         * config/s390/s390-builtin-types.def: Add new builtin types.
16247         * config/s390/s390-builtins.h: Support new flags field for
16248         overloaded builtins.
16249         * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
16250         (s390_macro_to_expand): Enable vector float data type.
16251         (s390_cpu_cpp_builtins_internal): Indicate support of the new
16252         builtins by incrementing the __VEC__ version number.
16253         (s390_expand_overloaded_builtin): Support expansion of vec_xl and
16254         vec_xst.
16255         (s390_resolve_overloaded_builtin): Emit error messages depending
16256         on the builtin flags.
16257         * config/s390/s390.c (s390_expand_builtin): Support additional
16258         flags argument.  Change error message to match the messages
16259         emitted in s390-c.c.
16260         * config/s390/s390.md: New UNSPEC_* constants.
16261         (op_type): Add new instruction types.
16262         * config/s390/vecintrin.h: Add new builtins and test data class
16263         constants.
16264         * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
16265         (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
16266         (VEC_INEXACT, VEC_NOINEXACT): New constants.
16267         ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
16268         ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
16269         ("vec_mergel<mode>"): V_HW -> VEC_HW.
16271         ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
16272         ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
16273         ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
16274         ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
16276         ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
16277         ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
16278         ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
16279         ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
16281         ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
16282         ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
16283         ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
16284         ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
16285         ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
16286         ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
16287         ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
16289         ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
16290         ("vec_scatter_element<V_HW_4:mode>_DI")
16291         ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
16292         ("vec_fpint<mode>", "vflls")
16293         ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
16294         ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
16295         ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
16296         ("*vec_cmphe<mode>_cc"): ... these.
16298         ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
16299         mode constant instead of magic value.
16301 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16303         * config/s390/s390.c (s390_expand_vec_compare): Support other
16304         vector floating point modes than just V2DF.
16305         (s390_expand_vcond): Likewise.
16306         (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
16307         (s390_cannot_change_mode_class): Prevent mode changes between TF
16308         and V1TF in vector registers.
16309         * config/s390/s390.md (DF, SF): New mode attributes.
16310         ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
16311         ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
16312         SFmode support for VRs.
16313         * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
16314         vector fp modes.
16315         (VFT, VF_HW): New mode iterators.
16316         (vw, sdx): New mode attributes.
16317         ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
16318         ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
16319         ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
16320         ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
16321         ("vec_unorderedv2df"): Adjust the v2df only patterns to support
16322         also the new vector floating point modes.  Renaming to ...
16324         ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
16325         ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
16326         ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
16327         ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
16328         ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
16329         ("vec_unordered<mode>"): ... these.
16331         ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
16332         ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
16333         ("*vec_extendv2df"): New insn definitions.
16335 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16337         * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
16338         ("mulditi3_2", "*muldi3_sign"): New patterns.
16339         ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
16340         rename the pattern definition.
16342 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16344         * config/s390/s390.md ("indirect_jump"): Turn insn definition into
16345         expander.
16346         ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
16348 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16350         * config/s390/s390.c (s390_expand_vec_init): Use vllezl
16351         instruction if possible.
16352         * config/s390/vector.md (vec_halfnumelts): New mode
16353         attribute.
16354         ("*vec_vllezlf<mode>"): New pattern.
16356 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16358         * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
16359         ("popcountv4si2", "popcountv2di2"): Rename to ...
16360         ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
16361         ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
16362         condition.
16363         ("popcount<mode>2_vxe"): New pattern.
16365 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16367         * common/config/s390/s390-common.c (processor_flags_table): Add
16368         arch12.
16369         * config.gcc: Add arch12.
16370         * config/s390/driver-native.c (s390_host_detect_local_cpu):
16371         Default to arch12 for unknown CPU model numbers.
16372         * config/s390/s390-builtins.def: Add B_VXE builtin flag.
16373         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
16374         PROCESSOR_max sanity check.
16375         * config/s390/s390-opts.h (enum processor_type): Add
16376         PROCESSOR_ARCH12.
16377         * config/s390/s390.c (processor_table): Add arch12.
16378         (s390_expand_builtin): Add check for B_VXE flag.
16379         (s390_issue_rate): Add PROCESSOR_ARCH12.
16380         (s390_get_sched_attrmask): Likewise.
16381         (s390_get_unit_mask): Likewise.
16382         (s390_sched_score): Enable z13 scheduling for arch12.
16383         (s390_sched_reorder): Likewise.
16384         (s390_sched_variable_issue): Likewise.
16385         * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
16386         PF_VXE.
16387         (s390_tune_attr): Use z13 scheduling also for arch12.
16388         (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
16389         (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
16390         (TARGET_VXE_P): New macros.
16391         * config/s390/s390.md: Add arch12 to cpu attribute.  Add arch12
16392         and vxe to cpu_facility.  Add arch12 and vxe to enabled attribute.
16393         * config/s390/s390.opt: Add arch12 as processor_type.
16395 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16397         * config/s390/s390.md
16398         ("fixuns_truncdddi2", "fixuns_trunctddi2")
16399         ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
16400         ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
16402         ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
16403         Rename expanders to ...
16405         ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
16406         ("fixuns_truncdddi2_emu"): ... these.
16408         ("fixuns_trunc<mode>si2_emu"): New expander.
16410         ("*fixuns_truncdfdi2_z13"): Rename to ...
16411         ("*fixuns_truncdfdi2_vx"): ... this.
16413 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16415         * config/s390/2964.md: Remove the single element vector compare
16416         instructions which are no longer used.
16417         * config/s390/s390.c (s390_select_ccmode): Remove handling of
16418         vector CCmodes.
16419         (s390_canonicalize_comparison): Remove handling of DFmode
16420         compares.
16421         (s390_expand_vec_compare_scalar): Remove function.
16422         (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
16423         * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
16424         pattern.
16425         ("*cmp<mode>_ccs"): Add wfcdb instruction.
16427 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16429         * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
16430         FP zero.
16431         ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
16432         will anyway by matched by mov<mode>_64dfp.
16434 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16436         * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
16437         vlef/vstef.  Add missing operand to vleif.
16439 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16441         * config/s390/s390.c (s390_expand_vec_init): Enable vector load
16442         pair for all vector types with 64 bit elements.
16443         * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
16444         * config/s390/vector.md (V_HW_64): ... here.
16445         (V_128_NOSINGLE): New mode iterator.
16446         ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
16447         ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
16448         ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
16449         ("*vec_load_pairv2di"): Change to ...
16450         ("*vec_load_pair<mode>"): ... this one.
16452 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16454         * config/s390/constraints.md: Add comments.
16455         (jKK): Reject element sizes > 8 bytes.
16456         * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
16457         s_operands.
16458         * config/s390/s390.md: Add the s_operand checks formerly in
16459         s390_split_ok_p to various splitters where they are still
16460         required.
16461         * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
16462         for 128 bit vectors.  Plus two splitters.
16464 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16466         * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
16467         the file.
16469 2017-03-24  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16471         PR target/79893
16472         * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
16473         error if the boundary argument is not constant.
16475 2017-03-24  Jakub Jelinek  <jakub@redhat.com>
16477         PR rtl-optimization/80112
16478         * loop-doloop.c (doloop_condition_get): Don't check condition
16479         if cmp isn't SET with IF_THEN_ELSE src.
16481 2017-03-24  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16483         PR tree-optimization/80158
16484         * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
16485         replacing a candidate statement, also replace it for the
16486         candidate's alternate interpretation.
16487         (replace_rhs_if_not_dup): Likewise.
16488         (replace_one_candidate): Likewise.
16490 2017-03-24  Richard Biener  <rguenther@suse.de>
16492         PR tree-optimization/80167
16493         * graphite-isl-ast-to-gimple.c
16494         (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
16495         properly.
16496         (translate_isl_ast_to_gimple::get_rename): Likewise.
16498 2017-03-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16500         * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
16501         handling of certain combinations of target options, including the
16502         combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
16503         -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
16505 2017-03-23  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
16507         PR target/71436
16508         * config/arm/arm.md (*load_multiple): Add reload_completed to
16509         matching condition.
16511 2017-03-23  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16512             Richard Biener  <rguenth@suse.de>
16514         PR tree-optimization/79908
16515         PR tree-optimization/80136
16516         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16517         been cast away, gimplify_and_add suffices.
16519 2017-03-23  Markus Trippelsdorf  <markus@trippelsdorf.de>
16521         * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
16523 2017-03-23  Richard Biener  <rguenther@suse.de>
16525         PR tree-optimization/80032
16526         * gimplify.c (gimple_push_cleanup): Forced unconditional
16527         cleanups still have to go to the conditional_cleanups
16528         sequence.
16530 2017-03-22  Jakub Jelinek  <jakub@redhat.com>
16532         PR tree-optimization/80072
16533         * tree-ssa-reassoc.c (struct operand_entry): Change id field type
16534         to unsigned int.
16535         (next_operand_entry_id): Change type to unsigned int.
16536         (sort_by_operand_rank): Make sure to return the right return value
16537         even if unsigned fields are bigger than INT_MAX.
16538         (struct oecount): Change cnt and id type to unsigned int.
16539         (oecount_hasher::equal): Formatting fix.
16540         (oecount_cmp): Make sure to return the right return value
16541         even if unsigned fields are bigger than INT_MAX.
16542         (undistribute_ops_list): Change next_oecount_id type to unsigned int.
16544         PR c++/80129
16545         * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
16546         TREE_READONLY on result if writing it more than once.
16548         PR sanitizer/80110
16549         * doc/invoke.texi (-fsanitize=thread): Document that with
16550         -fnon-call-exceptions atomics are not able to throw
16551         exceptions.
16553         PR sanitizer/80110
16554         * tsan.c: Include tree-eh.h.
16555         (instrument_builtin_call): Call maybe_clean_eh_stmt or
16556         maybe_clean_or_replace_eh_stmt where needed.
16557         (instrument_memory_accesses): Add cfg_changed argument.
16558         Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
16559         if it returned true.
16560         (tsan_pass): Adjust caller.  Return TODO_cleanup_cfg if cfg_changed.
16562         PR rtl-optimization/63191
16563         * config/i386/i386.c (ix86_delegitimize_address): Turn into small
16564         wrapper function, moved the whole old content into ...
16565         (ix86_delegitimize_address_1): ... this.  New inline function.
16566         (ix86_find_base_term): Use ix86_delegitimize_address_1 with
16567         true as last argument instead of ix86_delegitimize_address.
16569 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16571         * config/aarch64/aarch64.c (generic_branch_cost): Copy
16572         cortexa57_branch_cost.
16574 2017-03-22  Wilco Dijkstra  <wdijkstr@arm.com>
16576         * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
16578 2017-03-21  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16580         PR target/80123
16581         * doc/md.texi (Constraints): Document wA constraint.
16582         * config/rs6000/constraints.md (wA): New.
16583         * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
16584         (rs6000_init_hard_regno_mode_ok): Init wA constraint.
16585         * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
16586         * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
16588 2017-03-22  Cesar Philippidis  <cesar@codesourcery.com>
16590         PR c++/80029
16591         * gimplify.c (is_oacc_declared): New function.
16592         (oacc_default_clause): Use it to set default flags for acc declared
16593         variables inside parallel regions.
16594         (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
16595         declared variables.
16596         (gimplify_oacc_declare): Gimplify the declare clauses.  Add the
16597         declare attribute to any decl as necessary.
16599 2017-03-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
16601         PR target/80082
16602         * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
16603         (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
16604         * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
16605         (arm_arch_lpae): This.
16606         * config/arm/arm.c (arm_arch7ve): Rename into ...
16607         (arm_arch_lpae): This.  Define it in term of isa_bit_lpae.
16608         * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
16609         arm_arch_lpae.
16611 2017-03-22  Martin Liska  <mliska@suse.cz>
16613         PR target/79906
16614         * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
16615         error message instead of an ICE.
16617 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16619         * doc/extend.texi (6.11 Additional Floating Types): Revise.
16621 2017-03-21  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16623         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
16624         comments.
16625         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16626         comments.
16628 2017-03-21  Martin Sebor  <msebor@redhat.com>
16630         * doc/extend.texi: Use "cannot" instead of "can't."
16631         * doc/hostconfig.texi: Same.
16632         * doc/install.texi: Same.
16633         * doc/invoke.texi: Same.
16634         * doc/loop.texi: Same.
16635         * doc/md.texi: Same.
16636         * doc/objc.texi: Same.
16637         * doc/rtl.texi: Same.
16638         * doc/tm.texi: Same.
16639         * doc/tm.texi.in: Same.
16640         * doc/trouble.texi: Same.
16642 2017-03-21  Alexandre Oliva <aoliva@redhat.com>
16644         PR debug/63238
16645         * dwarf2out.c (struct checksum_attributes): Add at_alignment.
16646         (collect_checksum_attributes): Set it.
16647         (die_checksum_ordered): Use it.
16649 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16651         PR tree-optimization/79908
16652         * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
16653         change: For a VA_ARG whose LHS has been cast away, use
16654         force_gimple_operand to construct the side effects.
16656 2017-03-21  David Malcolm  <dmalcolm@redhat.com>
16658         PR translation/80001
16659         * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
16660         more amenable to translation.
16661         (oacc_loop_auto_partitions): Likewise.
16663 2017-03-21  Marek Polacek  <polacek@redhat.com>
16664             Martin Sebor  <msebor@redhat.com>
16666         PR tree-optimization/80109
16667         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
16668         on INTEGRAL_TYPE_P.
16670 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16671             Segher Boessenkool  <segher@kernel.crashing.org>
16673         PR target/80125
16674         * combine.c (can_combine_p): Revert the 2017-03-20 change, only
16675         check reg_used_between_p between insn and one of succ or succ2
16676         depending on if succ is artificial insn not inserted into insn
16677         stream.
16679 2017-03-21  Martin Liska  <mliska@suse.cz>
16681         PR gcov-profile/80081
16682         * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
16683         * doc/gcc.texi: Include gcov-dump stuff.
16684         * doc/gcov-dump.texi: New file.
16686 2017-03-21  Toma Tabacu  <toma.tabacu@imgtec.com>
16688         PR rtl-optimization/79150
16689         * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
16690         conditional jump, if the jump is the last insn of the loop.
16692 2017-03-21  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16693             Richard Biener  <rguenth@suse.de>
16695         PR tree-optimization/79908
16696         * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16697         been cast away, use force_gimple_operand to construct the side
16698         effects.
16700 2017-03-21  Martin Liska  <mliska@suse.cz>
16702         PR libfortran/79956
16703         * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
16704         to NULL.
16706 2017-03-21  Brad Spengler <spender@grsecurity.net>
16708         PR plugins/80094
16709         * plugin.c (htab_hash_plugin): New function.
16710         (add_new_plugin): Use it and adjust.
16711         (parse_plugin_arg_opt): Adjust.
16712         (init_one_plugin): Likewise.
16714 2017-03-21  Richard Biener  <rguenther@suse.de>
16716         PR tree-optimization/80032
16717         * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
16718         if set force the cleanup to happen unconditionally.
16719         (gimplify_target_expr): Push inserted clobbers with force_uncond
16720         to avoid them being removed by control-dependent DCE.
16722 2017-03-21  Richard Biener  <rguenther@suse.de>
16724         PR tree-optimization/80122
16725         * tree-inline.c (copy_bb): Do not expans va-arg packs or
16726         va_arg_pack_len when the inlined call stmt requires pack
16727         expansion itself.
16728         * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
16730 2017-03-21  Jakub Jelinek  <jakub@redhat.com>
16732         PR sanitizer/78158
16733         * tsan.c (instrument_builtin_call): If the memory model argument
16734         is not a constant, assume it is valid.
16736         PR c/67338
16737         * fold-const.c (round_up_loc): Negate divisor in unsigned type to
16738         avoid UB.
16740 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16742         PR rtl-optimization/79910
16743         * combine.c (can_combine_p): Do not allow combining an I0 or I1
16744         if its dest is used by an insn before I2 (other than the combined
16745         insns themselves, which are properly handled already).
16747 2017-03-20  Segher Boessenkool  <segher@kernel.crashing.org>
16749         Revert:
16750         2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
16752         * combine.c (record_used_regs): New static function.
16753         (try_combine): Handle situations where there is an additional
16754         instruction between I2 and I3 which needs to have a LOG_LINK
16755         updated.
16757         Revert:
16758         2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
16760         * combine.c (try_combine): Delete redundant i1 test.  Call
16761         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16763 2017-03-20  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
16765         PR target/80083
16766         * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
16767         alternatives 13/14.
16769 2017-03-20  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
16771         PR tree-optimization/80054
16772         * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
16773         the optimization if a PHI or any of its arguments is not dominated
16774         by the candidate's basis.  Use gphi* rather than gimple* as
16775         appropriate.
16776         (replace_profitable_candidates): Clean up a gimple* variable that
16777         should be a gphi* variable.
16779 2017-03-20  Martin Sebor  <msebor@redhat.com>
16781         PR c++/52477
16782         * doc/extend.texi (attribute constructor): Document present limitation.
16784 2017-03-20  Kelvin Nilsen  <kelvin@gcc.gnu.org>
16786         PR target/79963
16787         * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
16788         __POWER9_VECTOR__ #ifdef control, change template definition to
16789         use Power9-specific built-in function.
16790         (vec_any_eq): Likewise.
16791         * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
16792         to control outcomes from this test.
16793         (vector_ae_<mode>p): For VEC_F modes, likewise.
16795 2017-03-20  Ian Lance Taylor  <iant@google.com>
16797         * config/i386/i386.c (ix86_function_regparm): Save an extra
16798         register for -fsplit-stack with DECL_STATIC_CHAIN.
16800 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16802         PR target/79912
16803         * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
16804         (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
16806 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com>
16808         * config/riscv/riscv.c (riscv_print_operand): Use "fence
16809         iorw,ow".
16810         * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
16811         iorw,iorw".
16813 2017-03-20  Marek Polacek  <polacek@redhat.com>
16815         PR sanitizer/80063
16816         * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
16818 2017-03-20  Richard Biener  <rguenther@suse.de>
16820         PR tree-optimization/80113
16821         * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
16822         allocate extra SSA name for PHI def.
16823         (add_close_phis_to_outer_loops): Likewise.
16824         (add_close_phis_to_merge_points): Likewise.
16825         (copy_loop_close_phi_args): Likewise.
16826         (copy_cond_phi_nodes): Likewise.
16828 2017-03-20  Martin Liska  <mliska@suse.cz>
16830         PR middle-end/79753
16831         * tree-chkp.c (chkp_build_returned_bound): Do not build
16832         returned bounds for a LHS that's not a BOUNDED_P type.
16834 2017-03-20  Martin Liska  <mliska@suse.cz>
16836         PR target/79769
16837         PR target/79770
16838         * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
16839         COMPLEX_CST and VECTOR_CST.
16841 2017-03-20  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
16843         PR target/78857
16844         * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
16845         target operand.  A new splitter adds the clobber statement in case
16846         the target operand is dead anyway.
16848 2017-03-19  Gerald Pfeifer  <gerald@pfeifer.com>
16850         * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
16851         to age-old versions of binutils and glibc.
16853 2017-03-18  Segher Boessenkool  <segher@kernel.crashing.org>
16855         * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
16857 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
16859         * doc/contrib.texi (Contributors): Add Segher Boessenkool.
16861 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
16863         * doc/install.texi (Specific) <arm-*-eabi>: Remove old
16864         requirement for binutils 2.13.
16866 2017-03-17  Jim Wilson  <jim.wilson@linaro.org>
16868         * combine.c (try_combine): Delete redundant i1 test.  Call
16869         prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16871 2017-03-17  Palmer Dabbelt  <palmer@dabbelt.com
16873         * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
16874         riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
16875         contents.
16876         <riscv64-*-elf>: Re-arrange section
16877         <riscv32-*-elf>: Add a note about requiring binutils 2.28.
16878         <riscv32-*-linux>: Likewise.
16879         <riscv64-*-elf>: Likewise
16880         <riscv64-*-linux>: Likewise.
16882 2017-03-17  Richard Earnshaw  <rearnsha@arm.com>
16884         PR target/80052
16885         * aarch64.opt(verbose-cost-dump): Fix typo.
16887 2017-03-17  Pat Haugen  <pthaugen@us.ibm.com>
16889         PR target/79951
16890         * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
16891         for VECTOR_UNIT_VSX_P (<MODE>mode) too.
16893 2017-03-17  Bernd Schmidt  <bschmidt@redhat.com>
16895         * reload.c (find_reloads): When reloading a nonoffsettable address,
16896         use RELOAD_OTHER for it and its address reloads.
16898         PR rtl-optimization/79910
16899         * combine.c (record_used_regs): New static function.
16900         (try_combine): Handle situations where there is an additional
16901         instruction between I2 and I3 which needs to have a LOG_LINK
16902         updated.
16904 2017-03-17  Jeff Law  <law@redhat.com>
16906         PR tree-optimization/71437
16907         * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
16908         conditional in the hash table first.
16909         (vrp_dom_walker::before_dom_children): Extract condition from
16910         ASSERT_EXPR.  Record condition, its inverion and any implied
16911         conditions as well.
16913 2017-03-17  Marek Polacek  <polacek@redhat.com>
16914             Markus Trippelsdorf  <markus@trippelsdorf.de>
16916         PR tree-optimization/80079
16917         * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
16918         m_stores_head.
16920 2017-03-17  Richard Biener  <rguenther@suse.de>
16922         PR middle-end/80075
16923         * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
16924         Properly verify the LHS before the RHS possibly claims to be
16925         handled.
16926         (stmt_could_throw_p): Hande gimple conds fully here.  Clobbers
16927         do not throw.
16929 2017-03-17  Martin Jambor  <mjambor@suse.cz>
16931         * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
16932         (List of -O2 options): Likewise.
16933         (-fipa-bit-cp): Replace "ipa" with "interprocedural."
16934         (-fipa-vrp) New.
16936 2017-03-17  Tom de Vries  <tom@codesourcery.com>
16938         * gcov-dump.c (print_usage): Print bug_report_url.
16940 2017-03-17  Richard Biener  <rguenther@suse.de>
16942         PR middle-end/80050
16943         * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
16944         (parser::peek): Likewise.
16946 2017-03-17  Richard Biener  <rguenther@suse.de>
16948         PR tree-optimization/80048
16949         * sese.c (free_sese_info): Properly release rename_map and
16950         copied_bb_map elements.
16952 2017-03-16  Alexandre Oliva <aoliva@redhat.com>
16954         * gimple-ssa-store-merging.c (struct imm_store_chain_info):
16955         Add linked-list forward and backlinks.  Insert on
16956         construction, remove on destruction.
16957         (class pass_store_merging): Add m_stores_head field.
16958         (pass_store_merging::terminate_and_process_all_chains):
16959         Iterate over m_stores_head list.
16960         (pass_store_merging::terminate_all_aliasing_chains):
16961         Likewise.
16962         (pass_store_merging::execute): Check for debug stmts first.
16963         Push new chains onto the m_stores_head stack.
16965 2017-03-16  Michael Meissner  <meissner@linux.vnet.ibm.com>
16967         PR target/71294
16968         * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
16969         SPLAT operation on ISA 2.07 64-bit systems that have direct move,
16970         but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
16972 2017-03-16  Jeff Law  <law@redhat.com>
16974         PR tree-optimization/71437
16975         * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
16976         member function.  Implementation moved into after_dom_children
16977         member function and into the threader's thread_outgoing_edges
16978         function.
16979         (dom_opt_dom_walker::after_dom_children): Simplify by moving
16980         some code into new thread_outgoing_edges.
16981         * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
16982         definition.  Simplify marker handling (do it here).   Assume we always
16983         have the available expression and the const/copies tables.
16984         (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
16985         and tree-vrp.c
16986         * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
16987         * tree-vrp.c (equiv_stack): No longer file scoped.
16988         (vrp_dom_walker): New class.
16989         (vrp_dom_walker::before_dom_children): New member function.
16990         (vrp_dom_walker::after_dom_children): Likewise.
16991         (identify_jump_threads):  Setup domwalker.  Use it rather than
16992         walking edges in a random order by hand.  Simplify setup/finalization.
16993         (finalize_jump_threads): Remove.
16994         (vrp_finalize): Do not call identify_jump_threads here.
16995         (execute_vrp): Do it here instead and call thread_through_all_blocks
16996         here too.
16998         PR tree-optimization/71437
16999         * tree-ssa-dom.c (pfn_simplify): Add basic_block argument.  All
17000         callers changed.
17001         (simplify_stmt_for_jump_threading): Add basic_block argument.  All
17002         callers changed.
17003         (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
17004         (dom_opt_dom_walker::thread_across_edge): Remove
17005         handle_dominating_asserts argument.  All callers changed.
17006         (record_temporary_equivalences_from_stmts_at_dest): Corresponding
17007         changes.  Remove calls to lhs_of_dominating_assert.  Other
17008         uses of handle_dominating_asserts turn into unconditional code
17009         (simplify_control_stmt_condition_1): Likewise.
17010         (simplify_control_stmt_condition): Likewise.
17011         (thread_through_normal_block, thread_across_edge): Likewise.
17012         * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
17013         * tree-vrp.c (lhs_of_dominating_assert): Move here.  Return original
17014         object if it is not an SSA_NAME.
17015         (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
17016         before calling into the VRP specific simplifiers.
17017         (identify_jump_threads): Remove handle_dominating_asserts
17018         argument.
17020 2017-03-16  Jakub Jelinek  <jakub@redhat.com>
17022         PR fortran/79886
17023         * tree-diagnostic.c (default_tree_printer): No longer static.
17024         * tree-diagnostic.h (default_tree_printer): New prototype.
17026 2017-03-16  Tamar Christina  <tamar.christina@arm.com>
17028         * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
17029         Change ins into fmov.
17031 2017-03-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17033         * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
17034         * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
17035         Use h_con constraint for operand 1.
17036         (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
17037         (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
17039 2017-03-15  Jeff Law  <law@redhat.com>
17041         PR tree-optimization/71437
17042         * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
17043         (record_temporary_equivalences): Use it.
17045         PR tree-optimization/71437
17046         * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
17047         tree-ssa-scopedtables.
17048         (lookup_avail_expr, build_and_record_new_cond): Likewise.
17049         (record_conditions, record_cond, vuse_eq): Likewise.
17050         (record_edge_info): Adjust to API tweak of record_conditions.
17051         (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
17052         (record_temporary_equivalences, optimize_stmt): Likewise.
17053         (eliminate_redundant_computations): Likewise.
17054         (record_equivalences_from_stmt): Likewise.
17055         * tree-ssa-scopedtables.c: Include options.h and params.h.
17056         (vuse_eq): New function, moved from tree-ssa-dom.c
17057         (build_and_record_new_cond): Likewise.
17058         (record_conditions): Likewise.  Accept vector of conditions rather
17059         than edge_equivalence structure for first argument.
17060         for the first argument.
17061         (avail_exprs_stack::lookup_avail_expr): New member function, moved
17062         from tree-ssa-dom.c.
17063         (avail_exprs_stack::record_cond): Likewise.
17064         * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
17065         from tree-ssa-dom.c.
17066         (avail_exprs_stack): Add new member functions lookup_avail_expr
17067         and record_cond.
17068         (record_conditions): Declare.
17070 2017-03-15  Vladimir Makarov  <vmakarov@redhat.com>
17072         PR target/80017
17073         * lra-constraints.c (process_alt_operands): Increase reject for
17074         reloading an input/output operand.
17076 2017-03-15  Michael Meissner  <meissner@linux.vnet.ibm.com>
17078         PR target/79038
17079         * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
17080         insns to convert from signed/unsigned char/short to IEEE 128-bit
17081         floating point.
17082         (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
17084 2017-03-15  Uros Bizjak  <ubizjak@gmail.com>
17086         PR target/80019
17087         * config/i386/i386.c (ix86_vector_duplicate_value): Create
17088         subreg of inner mode for values already in registers.
17090 2017-03-15  Bernd Schmidt  <bschmidt@redhat.com>
17092         * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
17093         iteration reg is used after the loop.
17095 2017-03-14  Martin Sebor  <msebor@redhat.com>
17097         PR tree-optimization/79800
17098         * gimple-ssa-sprintf.c (format_floating: Add argument.  Handle
17099         precision in negative-positive range.
17100         (format_floating): Call non-const overload with adjusted precision.
17102 2017-03-14  Michael Meissner  <meissner@linux.vnet.ibm.com>
17104         PR target/79947
17105         * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
17106         -mpowerpc-gfxopt.
17108 2017-03-14  Martin Sebor  <msebor@redhat.com>
17110         PR middle-end/80020
17111         * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
17112         * builtins.def (aligned_alloc): Use it.
17114         PR c/79936
17115         * Makefile.in (GTFILES): Add calls.c.
17116         * calls.c: Include "gt-calls.h".
17118 2017-03-14  Bernd Schmidt  <bschmidt@redhat.com>
17120         PR rtl-optimization/79728
17121         * regs.h (struct target_regs): New field
17122         x_contains_allocatable_regs_of_mode.
17123         (contains_allocatable_regs_of_mode): New macro.
17124         * reginfo.c (init_reg_sets_1): Initialize it, and change
17125         contains_reg_of_mode so it includes global regs as well.
17126         * reload.c (push_reload): Use contains_allocatable_regs_of_mode
17127         rather than contains_regs_of_mode.
17129 2017-03-14  Martin Liska  <mliska@suse.cz>
17131         * doc/invoke.texi: Document options that can't be combined with
17132         -fcheck-pointer-bounds.
17134 2017-03-14  Martin Liska  <mliska@suse.cz>
17136         PR middle-end/79831
17137         * doc/invoke.texi (-Wchkp): Document the option.
17139 2017-03-14  Martin Liska  <mliska@suse.cz>
17141         * Makefile.in: Install gcov-dump.
17143 2017-03-14  Martin Liska  <mliska@suse.cz>
17145         * multiple_target.c (expand_target_clones): Bail out for
17146         an invalid attribute.
17148 2017-03-14  Richard Biener  <rguenther@suse.de>
17150         * alias.c (struct alias_set_entry): Pack properly.
17151         * cfgloop.h (struct loop): Likewise.
17152         * cse.c (struct set): Likewise.
17153         * ipa-utils.c (struct searchc_env): Likewise.
17154         * loop-invariant.c (struct invariant): Likewise.
17155         * lra-remat.c (struct cand): Likewise.
17156         * recog.c (struct change_t): Likewise.
17157         * rtl.h (struct address_info): Likewise.
17158         * symbol-summary.h (function_summary): Likewise.
17159         * tree-loop-distribution.c (struct partition): Likewise.
17160         * tree-object-size.c (struct object_size_info): Likewise.
17161         * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
17162         * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
17163         * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
17164         * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
17165         * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
17166         * tree-vectorizer.h (struct _loop_vec_info): Likewise.
17167         (struct _stmt_vec_info): Likewise.
17169 2017-03-14  Martin Liska  <mliska@suse.cz>
17171         PR target/79892
17172         * multiple_target.c (create_dispatcher_calls): Check that
17173         a target can create a function dispatcher.
17175 2017-03-14  Martin Liska  <mliska@suse.cz>
17177         PR lto/66295
17178         * multiple_target.c (expand_target_clones): Drop local.local
17179         flag for default implementation.
17181 2017-03-14  Richard Biener  <rguenther@suse.de>
17183         PR tree-optimization/80030
17184         * tree-vect-stmts.c (vectorizable_store): Plug memleak.
17186 2017-03-13  Kito Cheng  <kito.cheng@gmail.com>
17188         * config/riscv/riscv.c (riscv_emit_float_compare>: Use
17189         gcc_fallthrough() instead of __attribute__((fallthrough));
17191 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17193         * doc/gcc.texi: Remove "up" link to (DIR).
17194         * doc/gccint.texi: Ditto.
17196 2017-03-13  Gerald Pfeifer  <gerald@pfeifer.com>
17198         * doc/install.texi (Specific) <avr>: Remove reference to
17199         binutils 2.13.
17201 2017-03-13  Jeff Law  <law@redhat.com>
17203         * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
17204         attribute rather than comments.
17206         * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
17207         match_scratch operand is highest.
17209 2017-03-13  Martin Liska  <mliska@suse.cz>
17211         PR middle-end/78339
17212         * ipa-pure-const.c (warn_function_noreturn): If the declarations
17213         is a CHKP clone, use original declaration.
17215 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17217         * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
17218         (arc_conditional_register_usage): Use a different allocation order
17219         when optimizing for size.
17220         * common/config/arc/arc-common.c (arc_option_optimization_table):
17221         Section anchors default on when optimizing for size.
17223 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17225         * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
17227 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17229         * config/arc/arc.c (arc_output_addsi): Emit code density adds.
17230         * config/arc/arc.md (cpu_facility): Add cd variant.
17231         (*movqi_insn): Add code density variant.
17232         (*movhi_insn): Likewise.
17233         (*movqi_insn): Likewise.
17234         (*addsi3_mixed): Likewise.
17235         (subsi3_insn): Likewise.
17237 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17239         * config/arc/arc.md (movsi_cond_exec): Update constraint.
17241 2017-03-13  Claudiu Zissulescu  <claziss@synopsys.com>
17243         * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
17244         expressions with MINUS and UNARY ops.
17246 2017-03-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17248         PR target/79911
17249         * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
17250         Rename to...
17251         (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
17252         between vec_select and vector argument.
17253         (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
17254         (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
17255         (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
17256         (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
17257         (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
17258         (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
17260 2017-03-13  Richard Biener  <rguenther@suse.de>
17262         PR other/79991
17263         * params.def (vect-max-peeling-for-alignment): Fix typo.
17265 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17267         * doc/install.texi (Specific) <mips-*-*>: Remove description of
17268         issue that only occurred with binutils below 2.18.
17270 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17272         * doc/install.texi (Specific) <cris-axis-elf>: No longer
17273         refer to binutils 2.11/2.12 minimum.
17275 2017-03-12  Gerald Pfeifer  <gerald@pfeifer.com>
17277         * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
17278         ftp.kernel.org and simplify binutils requirement.
17280 2017-03-11  Gerald Pfeifer  <gerald@pfeifer.com>
17282         * doc/invoke.texi (Warning Options): Fix spelling of link-time
17283         optimization.
17284         (Optimize Options): Ditto.  Also remove redundancy.
17286 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17288         PR translation/79848
17289         * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
17290         "%qs".
17291         * ipa-pure-const.c (suggest_attribute): Likewise.  Convert _
17292         to G_ to avoid double translation.
17294 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17296         PR translation/79923
17297         * auto-profile.c (get_combined_location): Convert leading
17298         character of diagnostics to lower case and remove trailing period.
17299         (read_profile): Likewise for various diagnostics.
17300         * config/arm/arm.c (arm_option_override): Remove trailing period
17301         from various diagnostics.
17302         * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
17303         (msp430_expand_delay_cycles): Likewise.
17305 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17307         PR target/79925
17308         * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
17309         full command-line argument, rather than just "str".
17310         (aarch64_validate_march): Likewise.
17311         (aarch64_validate_mtune): Likewise.
17313 2017-03-10  Bernd Schmidt  <bschmidt@redhat.com>
17315         PR rtl-optimization/78911
17316         * lra-assigns.c (must_not_spill_p): New function.
17317         (spill_for): Use it.
17319 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17321         PR tree-optimization/79981
17322         * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
17323         ATOMIC_COMPARE_EXCHANGE ifn result.
17324         (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
17325         IFN_ATOMIC_COMPARE_EXCHANGE.
17327 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17329         PR driver/79875
17330         * opts.c (parse_sanitizer_options): Add missing question mark to
17331         "did you mean" message.
17333 2017-03-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17335         * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
17336         built-in.
17337         (VMULEUH_UNS): Likewise.
17338         (VMULOUB_UNS): Likewise.
17339         (VMULOUH_UNS): Likewise.
17340         * config/rs6000/rs6000.c (builtin_function_type): Remove
17341         references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
17343 2017-03-10  David Malcolm  <dmalcolm@redhat.com>
17345         PR bootstrap/79952
17346         * read-rtl-function.c (function_reader::read_rtx_operand): Update
17347         x with result of extra_parsing_for_operand_code_0.
17348         (function_reader::extra_parsing_for_operand_code_0): Convert
17349         return type from void to rtx, returning x.  When reading
17350         SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
17351         larger size containing struct block_symbol.
17353 2017-03-10  Segher Boessenkool  <segher@kernel.crashing.org>
17355         * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
17356         -mfloat128-hardware without -m64.
17358 2017-03-10  Will Schmidt <will_schmidt@vnet.ibm.com>
17360         PR target/79941
17361         * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
17362         entries to the case statement that marks unsigned arguments to
17363         overloaded functions.
17365 2017-03-10  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17367         * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
17368         two typographic errors in the handling of TARGET_UPPER_REGS_DI.
17370 2017-03-10  Pat Haugen  <pthaugen@us.ibm.com>
17372         PR target/79907
17373         * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
17374         TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
17376 2017-03-10  Martin Liska  <mliska@suse.cz>
17378         PR target/65705
17379         PR target/69804
17380         * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
17381         * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
17382         FIELD != NULL.
17384 2017-03-10  Olivier Hainque  <hainque@adacore.com>
17386         * tree-switch-conversion (array_value_type): Start by resetting
17387         candidate type to it's main variant.
17389 2017-03-10  Jakub Jelinek  <jakub@redhat.com>
17391         PR rtl-optimization/79909
17392         * combine.c (try_combine): Use simplify_replace_rtx on individual
17393         CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
17394         of the whole CALL_INSN_FUNCTION_USAGE.
17396         PR tree-optimization/79972
17397         * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
17398         get_range_info on SSA_NAMEs.  Formatting fixes.
17400 2017-03-10  Richard Biener  <rguenther@suse.de>
17401             Jakub Jelinek  <jakub@redhat.com>
17403         PR tree-optimization/77975
17404         * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
17405         edge to be constant.
17406         (get_val_for): For constant x return it.  Formatting fix.
17407         (loop_niter_by_eval): Avoid pointless looping if the next iteration
17408         would use the same bases as the current one.
17410 2017-03-09  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17412         * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
17413         instead of vec_select for V1TImode.
17414         * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
17415         longer needed.
17416         (VSX_LE_128): Add V1TI to this mode iterator.
17417         (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
17418         (*vsx_le_perm_store_<mode>): Likewise.
17419         (pre-reload splitter for VSX stores): Likewise.
17420         (post-reload splitter for VSX stores): Likewise.
17421         (*vsx_xxpermdi2_le_<mode>): Likewise.
17422         (*vsx_lxvd2x2_le_<mode>): Likewise.
17423         (*vsx_stxvd2x2_le_<mode>): Likewise.
17425 2017-03-09  Michael Eager  <eager@eagercon.com>
17427         Correct failures with --enable-checking=yes,rtl.
17429         * config/microblaze/microblaze.c (microblaze_expand_shift):
17430         Replace GET_CODE test with CONST_INT_P and INTVAL test with
17431         test for const0_rtx.
17432         * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
17433         lshrsi3_byone): Replace INTVAL with test for const1_rtx.
17435 2017-03-09  Richard Biener  <rguenther@suse.de>
17437         PR tree-optimization/79977
17438         * graphite-scop-detection.c (scop_detection::merge_sese):
17439         Handle the case of extra exits to blocks dominating the entry.
17441 2017-03-09  Toma Tabacu  <toma.tabacu@imgtec.com>
17443         * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
17444         Document rdynamic.
17446 2017-03-09  Vladimir Makarov  <vmakarov@redhat.com>
17448         PR rtl-optimization/79949
17449         * lra-constraints.c (process_alt_operands): Check memory when
17450         trying to predict a cycle.  Print about the overall increase.
17452 2017-03-09  Richard Biener  <rguenther@suse.de>
17454         PR middle-end/79971
17455         * gimple-expr.c (useless_type_conversion_p): Preserve
17456         TYPE_SATURATING for fixed-point types.
17458 2017-03-09  Richard Biener  <rguenther@suse.de>
17460         PR ipa/79970
17461         * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
17462         alignment of BLKmode params.
17464 2017-03-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17466         PR target/79913
17467         * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
17468         (VALL_NO_V2Q): Likewise.
17469         (VDQF_DF): Delete.
17470         * config/aarch64/aarch64-simd.md
17471         (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
17472         iterator.
17473         (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
17474         VALL_NO_V2Q mode iterator.
17475         (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
17477 2017-03-09  Martin Liska  <mliska@suse.cz>
17479         PR tree-optimization/79631
17480         * tree-chkp-opt.c (chkp_is_constant_addr): Call
17481         tree_int_cst_sign_bit just for INTEGER constants.
17483 2017-03-09  Martin Liska  <mliska@suse.cz>
17485         PR target/65705
17486         PR target/69804
17487         * toplev.c (process_options): Disable -fcheck-pointer-bounds with
17488         sanitizers.
17490 2017-03-09  Marek Polacek  <polacek@redhat.com>
17492         PR c++/79672
17493         * tree.c (inchash::add_expr): Handle TREE_VEC.
17495 2017-03-09  Martin Liska  <mliska@suse.cz>
17497         PR ipa/79764
17498         (chkp_narrow_size_and_offset): New function.
17499         (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
17500         (void chkp_parse_bit_field_ref): New function.
17501         (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
17502         (chkp_process_stmt): Use chkp_parse_bit_field_ref.
17504 2017-03-09  Martin Liska  <mliska@suse.cz>
17506         PR ipa/79761
17507         * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
17508         (chkp_find_bounds_1): Remove gcc_unreachable.
17510 2017-03-09  Jakub Jelinek  <jakub@redhat.com>
17512         PR sanitizer/79944
17513         * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
17514         BUILT_IN_SYNC*, determine the access type from the size suffix and
17515         always build a MEM_REF with that type.  Handle forgotten
17516         BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
17518         PR target/79932
17519         * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
17520         _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
17521         _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
17522         _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
17523         _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
17524         _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
17525         _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
17526         _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
17527         _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
17528         _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
17529         _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
17530         _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
17531         _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
17532         _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
17533         _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
17534         _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
17535         _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
17536         _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
17537         _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
17538         _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
17539         _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
17540         _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
17541         _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
17542         _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
17543         _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
17544         _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
17545         _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
17546         _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
17547         _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
17548         _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
17549         definitions outside of __OPTIMIZE__ guarded section.
17551         PR target/79932
17552         * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
17553         _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
17554         _mm512_packus_epi32, _mm512_maskz_packus_epi32,
17555         _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
17556         guarded section.
17558 2017-03-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
17560         * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
17561         ("vfenez<mode>"): Add missing constraints.
17563 2017-03-08  Martin Sebor  <msebor@redhat.com>
17565         PR target/79928
17566         * config/nds32/nds32.c (nds32_option_override):
17567         Fix misspelled diagnostic.
17569 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17571         PR c/79940
17572         * gimplify.c (gimplify_omp_for): Replace index var in outer
17573         taskloop statement with an artificial variable and add
17574         OMP_CLAUSE_PRIVATE clause for it.
17576 2017-03-08  Richard Biener  <rguenther@suse.de>
17578         PR tree-optimization/79955
17579         * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
17580         for accesses that are completely outside of the variable.
17582 2017-03-08  Andrew Haley  <aph@redhat.com>
17584         PR tree-optimization/79943
17585         * tree-ssa-loop-split.c (compute_new_first_bound): When
17586         calculating the new upper bound, (END-BEG) should be added, not
17587         subtracted.
17589 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17591         * config/avr/avr.md (setmemhi): Make sure match_dup
17592         operand number comes before match_scratch.
17594 2017-03-08  Richard Biener  <rguenther@suse.de>
17596         PR tree-optimization/79920
17597         * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
17598         with ncopies == 1 to ...
17599         (vect_transform_slp_perm_load): ... here.  Properly compute
17600         all element loads by iterating VF times over the group.  Do
17601         not handle ncopies (computed in a broken way) in
17602         vect_create_mask_and_perm.
17604 2017-03-08  Jakub Jelinek  <jakub@redhat.com>
17606         PR sanitizer/79904
17607         * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
17608         is a uniform vector, use uniform_vector_p return value instead of
17609         building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
17611 2017-03-07  Marek Polacek  <polacek@redhat.com>
17613         PR middle-end/79809
17614         * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
17615         (alloca_call_type): Likewise.
17617 2017-03-07  Martin Liska  <mliska@suse.cz>
17619         * gcov.c (process_args): Put comment to correct location.
17621 2017-03-07  Martin Liska  <mliska@suse.cz>
17623         PR middle-end/68270
17624         * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
17625         Use array_at_struct_end_p instead of DECL_CHAIN (field).
17626         (chkp_narrow_bounds_for_field): Likewise.
17627         (chkp_parse_array_and_component_ref): Pass one more argument to
17628         call.
17630 2017-03-07  Richard Biener  <rguenther@suse.de>
17632         * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
17633         preheaders.
17635 2017-03-07  Segher Boessenkool  <segher@kernel.crashing.org>
17637         * config/i386/i386.c (ix86_local_alignment): Align most aggregates
17638         of 16 bytes and more to 16 bytes, not those of 16 bits and more.
17640 2017-03-07  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17642         PR c/79855
17643         * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
17644         to end of description.
17645         (PARAM_MAX_STORES_TO_MERGE): Likewise.
17647 2017-03-07  Jakub Jelinek  <jakub@redhat.com>
17649         PR rtl-optimization/79901
17650         * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
17651         ...
17652         (*avx512f_<code><mode>3<mask_name>): ... this.
17653         (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
17654         iterator instead of VI8_AVX2_AVX512BW.
17656         PR rtl-optimization/79901
17657         * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
17658         min/max expander, expand it using expand_vec_cond_expr.
17660         PR sanitizer/79897
17661         * ubsan.c (ubsan_encode_value): Call mark_addressable on the
17662         temporary.
17664 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17666         PR c++/79821
17667         * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
17668         to void * for PCH reasons.
17669         * dwarf2out.c (output_loc_operands, output_die): Cast
17670         v.val_vec.array to unsigned char *.
17672 2017-03-06  John David Anglin  <danglin@gcc.gnu.org>
17674         PR target/77850
17675         * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
17676         vector types.
17678 2017-03-06  Vladimir Makarov  <vmakarov@redhat.com>
17680         PR rtl-optimization/79571
17681         * lra-constraints.c (process_alt_operands): Calculate static
17682         reject and subtract it from overall when only addresses will be
17683         reloaded.
17685 2017-03-06  Julia Koval  <julia.koval@intel.com>
17687         PR target/79793
17688         * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
17689         incoming stack boundary to 128 for 64-bit targets.
17691 2017-03-06  Richard Biener  <rguenther@suse.de>
17693         PR tree-optimization/79894
17694         * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
17695         to NULL after folding it.
17697 2017-03-06  Richard Biener  <rguenther@suse.de>
17699         PR tree-optimization/79824
17700         * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
17701         check disabling peeling for gaps.
17703 2017-03-06  Toma Tabacu  <toma.tabacu@imgtec.com>
17705         * doc/sourcebuild.texi (Effective-Target Keywords, Environment
17706         attributes): Document gettimeofday.
17708 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17710         * config/s390/s390.c (s390_option_override_internal): Set
17711         PARAM_MIN_VECT_LOOP_BOUND
17713 2017-03-06  Robin Dapp  <rdapp@linux.vnet.ibm.com>
17715         * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
17716         * config/s390/s390.md: Likewise.
17718 2017-03-06  Jakub Jelinek  <jakub@redhat.com>
17720         PR target/79812
17721         * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
17722         (<avx2_avx512>_perm<mode>): Rename to ...
17723         (avx2_perm<mode>): ... this.  Use VI8F_256 iterator instead
17724         of VI8F_256_512.
17725         (<avx512>_perm<mode>_mask): Rename to ...
17726         (avx512vl_perm<mode>_mask): ... this.  Use VI8F_256 iterator instead
17727         of VI8F_256_512.
17728         (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
17729         (avx2_perm<mode>_1<mask_name): ... this.  Use VI8F_256 iterator
17730         instead of VI8F_256_512.
17731         (avx512f_perm<mode>): New define_expand.
17732         (avx512f_perm<mode>_mask): Likewise.
17733         (avx512f_perm<mode>_1<mask_name>): New define_insn.
17734         (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
17736 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17738         * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
17739         msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
17740         if_then_else.
17741         (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
17743 2017-03-06  Martin Liska  <mliska@suse.cz>
17745         PR sanitize/79783
17746         * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
17747         when having a SSA NAME w/o VAR_DECL assigned to it.
17749 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17751         * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
17752         msa_dpsub_<su>_d): Fix MODE for vec_select.
17754 2017-03-06  Prachi Godbole  <prachi.godbole@imgtec.com>
17756         * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
17757         argument.
17758         * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
17760 2017-03-06  Richard Biener  <rguenther@suse.de>
17762         * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
17763         * plugin.c (register_plugin_info): Likewise.
17764         * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
17766 2017-03-05  Jakub Jelinek  <jakub@redhat.com>
17768         * config/i386/sse.md (sse_storehps, sse_storelps,
17769         avx_<castmode><avxsizesuffix>_<castmode>,
17770         avx512f_<castmode><avxsizesuffix>_<castmode>,
17771         avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
17772         in condition that at least one operand is not a MEM.
17774 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17776         PR middle-end/79805
17777         * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
17778         ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
17779         ECF_NOTHROW.
17780         * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
17781         gimple_call_nothrow_p flag based on whether original builtin can throw.
17782         If it can, emit following stmts on the fallthrough edge.
17783         * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
17784         don't create new bb if inserting just debug stmts on the edge, try to
17785         insert them on the fallthru bb or just reset debug stmts.
17787 2017-03-03  Segher Boesssenkool  <segher@kernel.crashing.org>
17789         PR target/43763
17790         * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
17791         restore recog_data (including the operand rtxes inside it) around
17792         the call to get_insn_template.
17794 2017-03-03  Martin Sebor  <msebor@redhat.com>
17796         PR tree-optimization/79699
17797         * context.c (context::~context): Free MPFR caches to avoid
17798         a memory leak on program exit.
17800 2017-03-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
17802         * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
17803         Use wide_int::ulow () instead of .elt (0).
17805 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
17807         * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
17808         (*pushxf): Limit oF constraint to 32bit targets and add oC
17809         constraint for 64bit targets.
17810         (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
17811         (*pushdf): Change rmF constraint to rmC.
17813 2017-03-03  Martin Liska  <mliska@suse.cz>
17815         * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
17816         Remove unused variable.
17818 2017-03-03  Jakub Jelinek  <jakub@redhat.com>
17820         PR target/79807
17821         * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
17822         is a memory operand, increase num_memory.
17823         (ix86_expand_args_builtin): Likewise.
17825 2017-03-03  Jan Hubicka  <jh@suse.cz>
17827         PR lto/79760
17828         * ipa-devirt.c (maybe_record_node): Properly handle
17829         __cxa_pure_virtual visibility.
17831 2017-03-03  Martin Liska  <mliska@suse.cz>
17833         PR tree-optimization/79803
17834         * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
17835         assert.
17836         (pass_loop_prefetch::execute): Disabled optimization if an
17837         assumption about L1 cache size is not met.
17839 2017-03-03  Martin Liska  <mliska@suse.cz>
17841         PR rtl-optimization/79574
17842         * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
17843         (hash_scan_set): Likewise.
17844         (dump_hash_table): Likewise.
17845         (hoist_code): Likewise.
17847 2017-03-03  Richard Biener  <rguenther@suse.de>
17849         * fixed-value.c (fixed_from_string): Restore use of elt (1)
17850         in place of uhigh ().
17851         (fixed_convert_from_real): Likewise.
17853 2017-03-03  Uros Bizjak  <ubizjak@gmail.com>
17855         PR target/79514
17856         * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
17858 2017-03-03  Richard Biener  <rguenther@suse.de>
17860         PR middle-end/79818
17861         * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
17862         TYPE_OVERFLOW_UNDEFINED check.
17864 2017-03-02  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17866         * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
17867         numbers.
17868         (vector_ae_<mode>_p): Likewise.
17869         (vector_nez_<mode>_p): Likewise.
17870         (vector_ne_v2di_p): Likewise.
17871         (vector_ae_v2di_p): Likewise.
17872         (vector_ne_<mode>_p): Likewise.
17873         * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
17874         numbers.
17875         (vsx_tsqrt<mode>2_fe): Likewise.
17877 2017-03-02  Uros Bizjak  <ubizjak@gmail.com>
17879         PR target/79514
17880         * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
17882 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
17884         PR rtl-optimization/79780
17885         * cprop.c (one_cprop_pass): When second and further conditional trap
17886         in a single basic block is turned into an unconditional trap, turn it
17887         into a deleted note to avoid RTL verification failures.
17889 2017-03-02  Richard Biener  <rguenther@suse.de>
17891         * fold-const.c (const_binop): Use ulow () instead of elt (0).
17893 2017-03-02  Richard Biener  <rguenther@suse.de>
17895         PR tree-optimization/79345
17896         PR c++/42000
17897         * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
17898         param and abort the walk, returning -1 if it is hit.
17899         (walk_aliased_vdefs): Take a limit param and pass it on.
17900         * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
17901         defaulting to 0 and return a signed int.
17902         * tree-ssa-uninit.c (struct check_defs_data): New struct.
17903         (check_defs): New helper.
17904         (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
17905         about uninitialized memory.
17906         * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
17907         bogus uninitialized warning.
17908         (fixed_convert_from_real): Likewise.
17910 2017-03-02  Bin Cheng  <bin.cheng@arm.com>
17912         PR tree-optimization/66768
17913         * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
17914         iv_use if base object can't be determined.
17916 2017-03-02  Jakub Jelinek  <jakub@redhat.com>
17918         PR tree-optimization/79345
17919         * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
17920         * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
17921         (get_pattern_stats): Initialize it.
17922         * genemit.c (gen_expand): Verify match_scratch numbers come after
17923         match_operand/match_dup numbers.
17924         * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
17925         match_scratch numbers.
17926         * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
17927         Likewise.
17928         * config/s390/s390.md (trunctdsd2): Likewise.
17930 2017-03-02  Richard Biener  <rguenther@suse.de>
17932         * wide-int.h (wide_int_storage::operator=): Implement in terms
17933         of wi::copy.
17935 2017-03-02  Richard Biener  <rguenther@suse.de>
17937         PR tree-optimization/79777
17938         * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
17939         the to insert expression to sth existing.
17941 2017-03-01  Martin Sebor  <msebor@redhat.com>
17943         PR middle-end/79692
17944         * gimple-ssa-sprintf.c
17945         (directive::known_width_and_precision): New function.
17946         (format_integer): Use it.
17947         (get_mpfr_format_length): Consider the full range of precision
17948         when computing %g output with the # flag.  Set the likely byte
17949         count to 3 rather than 1 when precision is indeterminate.
17950         (format_floating): Correct the lower bound of precision.
17952 2017-03-01  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
17954         * doc/invoke.texi: Document default code model for 64-bit Linux.
17956 2017-03-01  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
17958         PR target/79752
17959         * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
17960         udiv rather than div since input pattern is unsigned.
17962 2017-03-01  Uros Bizjak  <ubizjak@gmail.com>
17964         * config/i386/i386.c (print_reg): Warn for values of
17965         unsupported size in integer register.
17967 2017-03-01  Michael Meissner  <meissner@linux.vnet.ibm.com>
17969         PR target/79439
17970         * config/rs6000/predicates.md (current_file_function_operand): Do
17971         not allow self calls to be local if the function is replaceable.
17973 2017-03-01  Kelvin Nilsen  <kelvin@gcc.gnu.org>
17975         PR target/79395
17976         * config/rs6000/altivec.h (vec_ctz and others): Change the
17977         preprocessor macro that controls conditional compilation from
17978         _ARCH_PWR9 to __POWER9_VECTOR__.
17979         (vec_all_ne): Change parameterization of __altivec_scalar_pred
17980         macro expansion under preprocessor #ifdef __POWER9_VECTOR__
17981         control (instead of _ARCH_PWR9 control) so that template
17982         definition uses power9-specific function.
17983         (vec_any_eq): Likewise.
17984         (vec_all_ne): Change macro definition to use a power9-specific
17985         expansion under #ifdef __POWER9_VECTOR__ control (instead of
17986         _ARCH_PWR9 control).
17987         (vec_any_eq) Likewise.
17988         * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
17989         expansion for CMPNEF to remove support for xvcmpnesp instruction.
17990         (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
17991         support for xvcmpnedp instruction.
17992         (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
17993         macro expansion so that Power9 implementation of vec_all_ne does
17994         not use the AltiVec predicate framework.
17995         (VCMPNEH_P): Likewise.
17996         (VCMPNEW_P): Likewise.
17997         (VCMPNED_P): Likewise.
17998         (VCMPNEFP_P): Likewise.
17999         (VCMPNEDP_P): Likewise.
18000         (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
18001         implementation of vec_any_eq to not use AltiVec predicate
18002         framework.
18003         (VCMPAEH_P): Likewise.
18004         (VCMPAEW_P): Likewise.
18005         (VCMPAED_P): Likewise.
18006         (VCMPAEFP_P): Likewise.
18007         (VCMPAEDP_P): Likewise.
18008         (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
18009         BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
18010         not use the AltiVec predicate framework.
18011         (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
18012         of vec_any_eq to not use AltiVec predicate framework.
18013         * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
18014         support for predefined __POWER9_VECTOR__ macro to indicate that
18015         Power9 instruction selection is enabled.
18016         (altivec_overloaded_builtins): Remove extraneous
18017         ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
18018         function argument types RS6000_BTI_bool_V16QI and
18019         RS6000_BTI_bool_V16QI.  Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
18020         entry for overloaded function argument types RS6000_BTI_bool_V4SI
18021         andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB.  Remove
18022         two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
18023         P9V_BUILTIN_CMPNEF to force use of instructions not specific to
18024         Power9 for implementations of vec_cmpne.  Change the signature for
18025         all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
18026         (representing vec_all_ne) to remove the previously described first
18027         argument of type RS6000_BTI_INTSI, as this was an artifact of
18028         reliance on the AltiVec predicate framework, which is no longer
18029         used in the implementation of these functions.  Add
18030         P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
18031         function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
18032         since, unlike the AltiVec predicate framework implementation, we
18033         do not share function descriptors between vec_alle and vec_anyeq.
18034         (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
18035         set of modes that receive special treatment even when
18036         TARGET_P9_VECTOR is true.  The special treatment emits code that
18037         does not depend on Power9 instructions.
18038         * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
18039         define_expand to not rely on AltiVec predicate framework.
18040         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18041         function.
18042         (vector_ne_v2di_p): Change this define_expand to not rely on
18043         AltiVec predicate framework.
18044         (vector_ae_v2di_p): New define_expand to represent vec_any_eq
18045         function.
18046         (vector_ne_<mode>_p): Change this define_expand to not rely on
18047         AltiVec predicate framework.
18048         (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18049         function.
18050         * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
18051         (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
18052         define_insn pattern.
18053         (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
18054         define_insn pattern because the xvcmpne<VSs>. instruction is not
18055         supported.
18056         (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
18057         instruction is not supported.
18059 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18061         * config/nvptx/nvptx.c: Include intl.h.
18063 2017-03-01  Martin Jambor  <mjambor@suse.cz>
18065         PR lto/78140
18066         * ipa-prop.h (ipa_bits): Removed field known.
18067         (ipa_jump_func): Removed field vr_known.  Changed fields bits and m_vr
18068         to pointers.  Adjusted their comments to warn about their sharing.
18069         (ipcp_transformation_summary): Change bits to a vector of pointers.
18070         (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
18071         (ipa_get_ipa_bits_for_value): Declare.
18072         * tree-vrp.h (value_range): Mark as GTY((for_user)).
18073         * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
18074         (ipa_bits_hash_table): Likewise.
18075         (ipa_vr_ggc_hash_traits): Likewise.
18076         (ipa_vr_hash_table): Likewise.
18077         (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
18078         being pointers and vr_known being removed.
18079         (ipa_set_jf_unknown): Likewise.
18080         (ipa_get_ipa_bits_for_value): New function.
18081         (ipa_set_jfunc_bits): Likewise.
18082         (ipa_get_value_range): New overloaded functions.
18083         (ipa_set_jfunc_vr): Likewise.
18084         (ipa_compute_jump_functions_for_edge): Use the above functions to
18085         construct bits and vr parts of jump functions.
18086         (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
18087         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18088         exist.
18089         (ipcp_grow_transformations_if_necessary): Also allocate
18090         ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18091         exist.
18092         (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
18093         them.  Fix too long lines.
18094         (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
18095         vr_known being removed.
18096         (ipa_read_jump_function): Use new setter functions to construct bits
18097         and vr parts of jump functions or set them to NULL.
18098         (write_ipcp_transformation_info): Adjust for bits being pointers.
18099         (read_ipcp_transformation_info): Likewise.
18100         (ipcp_update_bits): Likewise.  Fix excessively long lines a trailing
18101         space.
18102         Include gt-ipa-prop.h.
18103         * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
18104         being pointers.
18105         (ipcp_store_bits_results): Likewise.
18106         (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
18107         Do not write to existing jump functions but use a temporary instead.
18109 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18111         PR c++/79681
18112         * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
18113         attempt to use its first operand as BIT_FIELD_REF base.
18115 2017-03-01  Richard Biener  <rguenther@suse.de>
18117         PR middle-end/79721
18118         * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
18119         interpolating formula in wrapping arithmetic.
18120         (chrec_apply): Convert chrec_evaluate return value to wanted type.
18122 2017-03-01  Jakub Jelinek  <jakub@redhat.com>
18124         PR tree-optimization/79734
18125         * tree-vect-generic.c (expand_vector_condition): Optimize
18126         AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
18127         Handle VEC_COND_EXPR where comparison has different inner width from
18128         type's inner width.
18130 2017-02-28  Sandra Loosemore  <sandra@codesourcery.com>
18132         * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
18133         markup, and similar issues.  Remove @opindex entries for things
18134         that aren't options.  Add missing -mmpy-option entries.
18136 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18138         PR tree-optimization/79737
18139         * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
18140         a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
18141         tmpbuf[byte_size - 1].  Call natice_encode_expr with byte_size - 1
18142         instead of byte_size.  Formatting fix.
18143         (shift_bytes_in_array_right): Formatting fix.
18145 2017-02-28  Eric Botcazou  <ebotcazou@adacore.com>
18147         PR target/79749
18148         * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
18149         condition on optimize for the leaf function test.
18151 2017-02-28  Martin Liska  <mliska@suse.cz>
18153         PR lto/79625
18154         * read-rtl-function.c (function_reader::handle_unknown_directive):
18155         Bail out when one uses -flto.
18157 2017-02-28  Martin Liska  <mliska@suse.cz>
18159         * common.opt: Replace space with tabular for options of <number>
18160         type.
18161         * config/i386/i386.opt: Show <number> value for
18162         -mlarge-data-threshold.
18163         * opts.c (print_filtered_help): Do not display number in hexadecimal
18164         format.
18166 2017-02-28  Martin Liska  <mliska@suse.cz>
18168         * common.opt: Fix --help=option -Q for options which are of
18169         an enum type.
18171 2017-02-28  Uros Bizjak  <ubizjak@gmail.com>
18173         * config/i386/i386.c (print_reg): Error out for values
18174         of 8-bit size in invalid integer register.
18176 2017-02-28  Martin Sebor  <msebor@redhat.com>
18178         PR tree-optimization/79691
18179         * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
18181 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18183         PR target/79729
18184         * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
18185         gcc_unreachable with output_operand_lossage.
18187 2017-02-28  Richard Biener  <rguenther@suse.de>
18189         PR tree-optimization/79740
18190         * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
18191         inserts.
18192         (visit_nary_op): Insert the nary into the hashtable if we
18193         pattern-matched sth.
18194         * tree-ssa-pre.c (eliminate_insert): Robustify.
18196 2017-02-28  Richard Biener  <rguenther@suse.de>
18198         PR middle-end/79731
18199         * fold-const.c (decode_field_reference): Reject out-of-bound
18200         accesses.
18202 2017-02-28  Jakub Jelinek  <jakub@redhat.com>
18204         * config/i386/i386.c: Include intl.h.
18205         (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
18206         instead of just cond ? "..." : "...".
18207         * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
18208         * coverage.c (read_counts_file): Likewise.
18209         * omp-offload.c: Include intl.h.
18210         (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
18211         of just cond ? "..." : "...".
18212         * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
18213         of just cond ? "..." : "...".
18215 2017-02-28  Richard Earnshaw  <rearnsha@arm.com>
18217         PR target/79742
18218         * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
18219         entry, if present.
18220         * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
18221         'tune for' CPU name.
18222         * config/arm/arm-cpu-data.h: Regenerated.
18224 2017-02-28  Richard Biener  <rguenther@suse.de>
18226         PR tree-optimization/79732
18227         * tree-inline.c (expand_call_inline): Do not shadow var.
18229 2017-02-28  Richard Biener  <rguenther@suse.de>
18231         PR tree-optimization/79723
18232         * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
18233         address-space properly.
18235 2017-02-28  Thomas Schwinge  <thomas@codesourcery.com>
18237         * doc/optinfo.texi (Optimization groups): Fix option used for
18238         OPTGROUP_ALL.
18239         * doc/invoke.texi (-fopt-info): Document "omp".
18240         * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
18241         (OPTGROUP_ALL): Add OPTGROUP_OMP.
18242         * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
18243         * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
18244         * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
18246         * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP.  Adjust
18247         all users.
18248         * dumpfile.c (optgroup_options): Instead of "openmp", associate
18249         OPTGROUP_OMP with "omp".
18251 2017-02-27  Pat Haugen  <pthaugen@us.ibm.com>
18253         PR target/79544
18254         * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
18255         for arithmetic shift of unsigned V2DI.
18257 2017-02-27  Claudiu Zissulescu  <claziss@synopsys.com>
18259         * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
18260         arc/linux.h headers.
18261         * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
18262         (LINK_SPEC): Likewise.
18263         (ARC_TLS_EXTRA_START_SPEC): Likewise.
18264         (EXTRA_SPECS): Likewise.
18265         (STARTFILE_SPEC): Likewise.
18266         (ENDFILE_SPEC): Likewise.
18267         (LIB_SPEC): Likewise.
18268         (TARGET_SDATA_DEFAULT): Likewise.
18269         (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
18270         (MULTILIB_DEFAULTS): Likewise.
18271         (DWARF2_UNWIND_INFO): Likewise.
18272         * config/arc/big.h: New file.
18273         * config/arc/elf.h: Likewise.
18274         * config/arc/linux.h: Likewise.
18275         * config/arc/t-uClibc: Remove.
18277 2017-02-27  Bin Cheng  <bin.cheng@arm.com>
18279         PR tree-optimization/77536
18280         * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
18281         (tree_transform_and_unroll_loop): Use above function to compute the
18282         estimated niter of unrolled loop and use it when scaling profile.
18283         Also use count info rather than frequency if it's non-zero.
18284         * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
18285         * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
18286         (vect_transform_loop): Call above function.
18288 2017-02-27  Richard Biener  <rguenther@suse.de>
18290         PR tree-optimization/45397
18291         * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
18292         * tree-ssa-sccvn.c (valueized_wider_op): New helper.
18293         (visit_nary_op): Add pattern matching for CSEing sign-changed
18294         or truncated operations with wider ones.
18296 2017-02-27  Richard Biener  <rguenther@suse.de>
18298         PR tree-optimization/79690
18299         * tree-vect-stmts.c (vectorizable_store): Use vector type
18300         built from the DR with address-space.
18302 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
18304         * doc/invoke.texi (Optimize Options): Refine the description
18305         of asan-use-after-return.
18307 2017-02-25  Alan Modra  <amodra@gmail.com>
18309         PR rtl-optimization/79584
18310         * lra-constraints.c (base_to_reg): Reload ad->base, the entire
18311         base, not ad->base_term, the reg within base.  Remove assertion
18312         that ad->base == ad->base_term.  Replace gen_int_mode using
18313         bogus mode with const0_rtx.
18315 2017-02-25  Jakub Jelinek  <jakub@redhat.com>
18317         PR middle-end/79396
18318         * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
18319         FMA_EXPR like tcc_binary or tcc_unary.
18321         * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
18323         PR debug/77589
18324         * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
18325         bitfield.
18326         (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
18327         (output_loc_operands): Handle DW_OP_call_ref and
18328         DW_OP_GNU_variable_value.
18329         (struct variable_value_struct): New type.
18330         (struct variable_value_hasher): Likewise.
18331         (variable_value_hash): New variable.
18332         (string_types): Remove.
18333         (copy_loc_descr): New function.
18334         (add_loc_descr_to_each): Clarify comment.  Use copy_loc_descr.
18335         (prepend_loc_descr_to_each): New function.
18336         (add_loc_list): Fix comment typo.  Use prepend_loc_descr_to_each
18337         instead of add_loc_descr_to_each if the first argument is single
18338         location list and the second has multiple.
18339         (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
18340         (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
18341         when looking for variable value which doesn't have other location info.
18342         (loc_list_from_tree): Formatting fix.
18343         (gen_array_type_die): Simplify DW_AT_string_length handling.
18344         (adjust_string_types): Remove.
18345         (gen_subprogram_die): Don't call adjust_string_types nor test/set
18346         string_types.  Call resolve_variable_values.
18347         (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
18348         (resolve_addr_in_expr): Likewise.  Add A argument.
18349         (copy_deref_exprloc): Remove deref argument.  Adjust for the
18350         original expression being DW_OP_GNU_variable_value with optionally
18351         DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
18352         optionally after it.
18353         (optimize_string_length): Rework for DW_OP_GNU_variable_value.
18354         (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
18355         callers.  Set remove_AT_byte_size if removing DW_AT_string_length.
18356         (variable_value_hasher::hash, variable_value_hasher::equal): New
18357         methods.
18358         (resolve_variable_value_in_expr, resolve_variable_value,
18359         resolve_variable_values, note_variable_value_in_expr,
18360         note_variable_value): New functions.
18361         (dwarf2out_early_finish): Call note_variable_value on all toplevel
18362         DIEs.
18364 2017-02-24  Jakub Jelinek  <jakub@redhat.com>
18366         PR c/79677
18367         * opts.h (handle_generated_option): Add GENERATED_P argument.
18368         * opts-common.c (handle_option): Adjust function comment.
18369         (handle_generated_option): Add GENERATED_P argument, pass it to
18370         handle_option.
18371         (control_warning_option): Pass false to handle_generated_option
18372         GENERATED_P.
18373         * opts.c (maybe_default_option): Pass true to handle_generated_option
18374         GENERATED_P.
18375         * optc-gen.awk: Likewise.
18377 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18379         * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
18380         a REG, look at the REG it is a SUBREG of.
18381         (splitter for cmpeqsi_t): Ditto.
18383 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18385         * config/pa/pa.c (pa_combine_instructions): Do not share RTL.  Make
18386         the special USEs with the pattern of the insn, not the insn itself.
18388 2017-02-24  Matthew Fortune  <matthew.fortune@imgtec.com>
18390         PR target/79473
18391         * doc/invoke.texi: Document -mload-store-pairs.
18393 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18394             Sandra Loosemore  <sandra@codesourcery.com>
18396         * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
18397         argument isn't a CONST_INT.
18398         (nios2_alternate_compare_const): Assert op is a CONST_INT.
18399         (nios2_valid_compare_const_p): Assert op is a CONST_INT.
18400         (nios2_validate_compare): Bypass alternate compare logic if *op2
18401         is not a CONST_INT.
18402         (ldstwm_operation_p): Return false if first_base is not a REG or
18403         if first_offset is not a CONST_INT.
18405 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18407         * config/cris/cris.md: Use correct operand in a define_peephole2.
18409 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18411         * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
18413 2017-02-24  Segher Boessenkool  <segher@kernel.crashing.org>
18415         * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
18416         this_insn if it is an INSN or JUMP_INSN.
18417         (force_offsettable): Look at base, not at addr.
18418         * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
18419         on things that aren't necessarily CONST_INTs.
18421 2017-02-24  Uros Bizjak  <ubizjak@gmail.com>
18423         * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
18424         -mfpmath=sse is the default also for x86-32 targets with SSE2
18425         instruction set when @option{-ffast-math} is enabled
18427 2017-02-24  Jeff Law  <law@redhat.com>
18429         PR rtl-optimizatoin/79286
18430         * ira.c (update_equiv_regs): Drop may_trap_p exception to
18431         dominance test.
18433 2017-02-24  Richard Biener  <rguenther@suse.de>
18435         PR tree-optimization/79389
18436         * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
18437         debug insns.
18439 2017-02-24  Aldy Hernandez  <aldyh@redhat.com>
18441         * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
18442         function comment to reflect reality.
18443         (loop_exits_before_overflow): Fix typo in function description.
18445 2017-02-24  Richard Biener  <rguenther@suse.de>
18447         PR tree-optimization/79389
18448         * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
18449         properly that a threading opportunity exists.  Detect conditional
18450         copy/constant propagation opportunities.
18452 2017-02-23  Eric Botcazou  <ebotcazou@adacore.com>
18454         * config/visium/visium.md (type): Add trap.
18455         (b): New mode attribute.
18456         (*btst): Rename into...
18457         (*btst<mode>): ...this and adjust.
18458         (*cbranchsi4_btst_insn): Rename into...
18459         (*cbranch<mode>4_btst_insn): ...this and adjust.
18460         (trap): New define_insn.
18462 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18464         PR tree-optimization/79389
18465         * ifcvt.c (struct noce_if_info): Add rev_cond field.
18466         (noce_reversed_cond_code): New function.
18467         (noce_emit_store_flag): Use rev_cond if non-NULL instead of
18468         reversed_comparison_code.  Formatting fix.
18469         (noce_try_store_flag): Test rev_cond != NULL in addition to
18470         reversed_comparison_code.
18471         (noce_try_store_flag_constants): Likewise.
18472         (noce_try_store_flag_mask): Likewise.
18473         (noce_try_addcc): Use rev_cond if non-NULL instead of
18474         reversed_comparison_code.
18475         (noce_try_cmove_arith): Likewise.  Formatting fixes.
18476         (noce_try_minmax, noce_try_abs): Clear rev_cond.
18477         (noce_find_if_block): Initialize rev_cond.
18478         (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
18479         instead of false as last argument never attempt to reverse it
18480         afterwards.
18482 2017-02-23  Bin Cheng  <bin.cheng@arm.com>
18484         PR tree-optimization/79663
18485         * tree-predcom.c (combine_chains): Process refs in reverse order
18486         only for ZERO length chains, and add explaining comment.
18488 2017-02-23  Jeff Law  <law@redhat.com>
18490         PR tree-optimization/79578
18491         * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
18492         in call to operand_equal_p.
18494 2017-01-23  Dominique d'Humieres  <dominiq@lps.ens.fr>
18496         PR target/71017
18497         * config/i386/cpuid.h: Fix another undefined behavior.
18499 2017-02-23  Richard Biener  <rguenther@suse.de>
18501         PR tree-optimization/79683
18502         * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
18503         vector types for data-refs.
18505 2017-02-23  Martin Liska  <mliska@suse.cz>
18507         * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
18509 2017-02-23  Jakub Jelinek  <jakub@redhat.com>
18511         PR middle-end/79665
18512         * internal-fn.c (get_range_pos_neg): Moved to ...
18513         * tree.c (get_range_pos_neg): ... here.  No longer static.
18514         * tree.h (get_range_pos_neg): New prototype.
18515         * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
18516         are known to be in between 0 and signed maximum inclusive, try to
18517         expand both unsigned and signed divmod and use the cheaper one from
18518         those.
18520 2017-02-22  Jeff Law  <law@redhat.com>
18522         PR tree-optimization/79578
18523         * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
18524         to compare base operands.
18526 2017-02-22  Segher Boessenkool  <segher@kernel.crashing.org>
18528         PR target/79211
18529         * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
18530         gpc_reg_operand instead of fpr_reg_operand.
18532 2017-02-22  Sameera Deshpande  <sameera.deshpande@imgtec.com>
18534         * config/mips/mips.c (mips_return_in_memory): Force FP
18535         vector types to be returned in memory for o32 ABI.
18537 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18539         * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
18540         instead of DW_TAG_member for static data member declarations and don't
18541         set no_linkage_name for static inline data members.
18542         (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
18543         to DW_TAG_member.
18545 2017-02-22  Martin Liska  <mliska@suse.cz>
18547         * doc/invoke.texi: Replace inequality signs with square brackets
18548         for -Wnormalized.
18550 2017-02-22  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18552         PR tree-optimization/68644
18553         * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
18555 2017-02-22  Matthew Fortune  <matthew.fortune@imgtec.com>
18557         PR target/78660
18558         * lra-constraints.c (simplify_operand_subreg): Handle
18559         WORD_REGISTER_OPERATIONS targets.
18561 2017-02-22  Jakub Jelinek  <jakub@redhat.com>
18563         PR target/70465
18564         * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
18565         and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
18566         elimination by swapping fld*.
18568 2017-02-22  Richard Biener  <rguenther@suse.de>
18570         PR tree-optimization/79673
18571         * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
18572         convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
18573         irrelevant address-space qualifiers and avoiding a
18574         ADDR_SPACE_CONVERT_EXPR from fold_convert.
18576 2017-02-22  Richard Biener  <rguenther@suse.de>
18578         PR tree-optimization/79666
18579         * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
18580         to not symbolically negate if that may introduce undefined
18581         overflow.
18583 2017-02-22  Martin Liska  <mliska@suse.cz>
18585         PR lto/79587
18586         * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
18587         * data-streamer-out.c (streamer_write_gcov_count_stream):
18588         Likewise.
18589         * value-prof.c (stream_out_histogram_value): Make assert more
18590         precise based on type of counter.
18592 2017-02-21  Uros Bizjak  <ubizjak@gmail.com>
18594         PR target/79593
18595         * config/i386/i386.md (standard_x87sse_constant_load splitter):
18596         Use nonimmediate_operand instead of memory_operand for operand 1.
18597         (float-extend standard_x87sse_constant_load splitter): Ditto.
18599 2017-02-21  Jeff Law  <law@redhat.com>
18601         PR tree-optimization/79621
18602         * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
18603         blocks with edges to themselves.
18605 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18607         PR target/79633
18608         * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
18609         is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
18610         Use gimple_call_builtin_p.
18612         PR target/79570
18613         * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
18614         on temporarily removed DEBUG_INSNs.
18616         PR tree-optimization/79649
18617         * tree-loop-distribution.c (classify_partition): Give up on
18618         non-generic address space loads/stores.
18620 2017-02-21  Aldy Hernandez  <aldyh@redhat.com>
18622         * doc/loop.texi (Loop manipulation): Remove nonexistent
18623         tree_ssa_loop_version from the documentation.
18624         * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
18626 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18628         PR target/79494
18629         * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
18630         make_reg_eh_region_note_nothrow_nononlocal on call_insn.
18631         * config/rs6000/rs6000.c: Include except.h.
18632         (rs6000_expand_split_stack_prologue): Call
18633         make_reg_eh_region_note_nothrow_nononlocal on the call insn.
18635 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18637         PR lto/79579
18638         * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
18639         have been analyzed.
18641 2017-02-21  Martin Jambor  <mjambor@suse.cz>
18643         * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
18644         for backward compatibility only.
18645         * doc/invoke.texi (Option Summary): Remove all references to
18646         -fipa-cp-alignment.
18648 2017-02-21  Matthew Fortune  <matthew.fortune@imgtec.com>
18650         PR target/78660
18651         Revert:
18652         2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18654         * lra-constraints.c (curr_insn_transform): Handle
18655         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18657 2017-02-21  Martin Liska  <mliska@suse.cz>
18659         * config/i386/i386.opt: Replace -masm-dialect with -masm.
18661 2017-02-21  Thomas Schwinge  <thomas@codesourcery.com>
18663         PR translation/79638
18664         * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
18666 2017-02-21  Eric Botcazou  <ebotcazou@adacore.com>
18668         PR ada/67205
18669         * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
18670         (arm_function_ok_for_sibcall): Return false for an indirect call by
18671         descriptor if all the argument registers are used.
18672         (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
18673         alignment of the function.
18675 2017-02-21  Jakub Jelinek  <jakub@redhat.com>
18677         PR tree-optimization/61441
18678         * simplify-rtx.c (simplify_const_unary_operation): For
18679         -fsignaling-nans and sNaN operand, return NULL_RTX rather than
18680         the sNaN unmodified.
18682 2017-02-20  Bernd Edlinger  <bernd.edlinger@hotmail.de>
18684         * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
18685         (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
18686         instead of SYSTEM_HEADER_DIR.
18688 2017-02-20  Gerald Pfeifer  <gerald@pfeifer.com>
18689             Martin LiÅ¡ka  <mliska@suse.cz>
18691         * doc/invoke.texi (use-after-scope-direct-emission-threshold):
18692         Fix typos and grammar, use active voice, and clarify.
18694 2017-02-20  Marek Polacek  <polacek@redhat.com>
18696         PR middle-end/79537
18697         * gimplify.c (gimplify_expr): Handle unused *&&L;.
18699         PR sanitizer/79558
18700         * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
18702 2017-02-20  Jakub Jelinek  <jakub@redhat.com>
18704         PR target/79568
18705         * config/i386/i386.c (ix86_expand_builtin): Handle
18706         OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
18707         ix86_builtins_isa[fcode].isa as a requirement of those
18708         flags and any other flag in the bitmask.
18709         (ix86_init_mmx_sse_builtins): Use 0 instead of
18710         ~OPTION_MASK_ISA_64BIT as mask.
18711         * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
18712         __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
18713         __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
18714         __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
18716 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18718         PR target/78012
18719         * lra-constraints.c (split_reg): Check requested split mode
18720         is supported by the register.
18722 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18724         * lra-constraints.c (simplify_operand_subreg): Remove early
18725         return false.
18727 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18729         PR target/78660
18730         * lra-constraints.c (curr_insn_transform): Tighten condition
18731         for converting SUBREG reloads from OP_OUT to OP_INOUT.
18733 2017-02-20  Matthew Fortune  <matthew.fortune@imgtec.com>
18735         PR target/78660
18736         * lra-constraints.c (curr_insn_transform): Handle
18737         WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18739 2017-02-19  Uros Bizjak  <ubizjak@gmail.com>
18741         Revert:
18742         2016-05-30  Uros Bizjak  <ubizjak@gmail.com>
18744         * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
18746 2017-02-19  Jonathan Wakely  <jwakely@redhat.com>
18748         PR c++/69523
18749         * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
18750         description.
18752 2017-02-19  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
18754         * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
18755         for FMA_EXPR.
18757 2017-02-18  Jakub Jelinek  <jakub@redhat.com>
18759         * final.c (last_columnnum, override_columnnum): New variables.
18760         (final_start_function): Set last_columnnum, pass it to begin_prologue
18761         hook and pass 0 to dwarf2out_begin_prologue.
18762         (final_scan_insn): Update override_columnnum.  Pass last_columnnum
18763         to source_line debug hook.
18764         (notice_source_line): Compute last_columnnum and for debug_column_info
18765         return true on column changes.
18766         * debug.h (struct gcc_debug_hooks): Add column argument to
18767         source_line and begin_prologue hooks.
18768         (debug_nothing_int_charstar_int_bool): Remove prototype.
18769         (debug_nothing_int_int_charstar,
18770         debug_nothing_int_int_charstar_int_bool): New prototypes.
18771         (dwarf2out_begin_prologue): Add column argument.
18772         * debug.c (do_nothing_debug_hooks): Adjust source_line and
18773         begin_prologue hooks.
18774         (debug_nothing_int_charstar_int_bool): Remove.
18775         (debug_nothing_int_int_charstar,
18776         debug_nothing_int_int_charstar_int_bool): New functions.
18777         * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
18778         through to dwarf2out_source_line.
18779         (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
18780         (dwarf2out_source_line): Add column argument, emit it if requested.
18781         * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
18782         arguments.
18783         * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18784         * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18785         * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
18786         through to dwarf2out_begin_prologue.
18787         (vmsdbgout_source_line): Add column argument, pass it through to
18788         dwarf2out_source_line.
18789         * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
18790         dbxout_source_line caller.
18791         (dbxout_source_line): Add column argument.
18793         * common.opt (gno-column-info, gcolumn-info): New options.
18794         * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
18795         (check_die): Also test for multiple DW_AT_decl_column attributes.
18796         (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
18797         DW_AT_decl_column if requested.
18798         (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
18799         if requested.
18800         (gen_variable_die): Likewise.
18801         (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
18802         * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
18804         PR target/79569
18805         * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
18806         * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
18807         (ix86_handle_option): Handle OPT_m3dnowa.
18808         * doc/invoke.texi (-m3dnowa): Document.
18809         * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
18810         -m3dnowa instead of -m3dnow -march=athlon.
18812         PR target/79559
18813         * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
18814         instead of gcc_assert for K, r and R code checks.  Formatting fixes.
18816 2017-02-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
18818         PR target/79261
18819         * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
18820         support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
18821         * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
18822         generator for vsx_xxpermdi_<mode>_be.
18823         * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
18824         force big-endian semantics.
18825         (vsx_xxpermdi_<mode>_be): New define_expand with same
18826         implementation as previous version of vsx_xxpermdi_<mode>.
18828 2017-02-17  Jakub Jelinek  <jakub@redhat.com>
18830         PR tree-optimization/79327
18831         * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
18832         variable, its initialization and use.
18834 2017-02-17  Julia Koval  <julia.koval@intel.com>
18836         * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
18837         (OPTION_MASK_ISA_PKU_UNSET): New.
18838         (ix86_handle_option): Handle -mrdpid.
18839         * config/i386/cpuid.h (bit_RDPID): New.
18840         * config/i386/driver-i386.c (host_detect_local_cpu):
18841         Detect RDPID feature.
18842         * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
18843         * config/i386/i386-c.c (ix86_target_macros_internal):
18844         Handle RDPID flag.
18845         * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
18846         (ix86_valid_target_attribute_inner_p): Add "rdpid".
18847         (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
18848         * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
18849         * config/i386/i386.md (define_insn "rdpid"): New.
18850         * config/i386/i386.opt Add -mrdpid.
18851         * config/i386/immintrin.h (_rdpid_u32): New.
18853 2017-02-17  Vladimir Makarov  <vmakarov@redhat.com>
18855         PR rtl-optimization/79541
18856         * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
18857         instead of transforming it into USE.
18859 2017-02-17  Segher Boessenkool  <segher@kernel.crashing.org>
18861         * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
18862         If HONOR_SNANS (SFmode) force the input to a register.
18863         (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
18864         (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
18865         an frsp or similar insn.
18867 2017-02-17  Martin Liska  <mliska@suse.cz>
18869         PR rtl-optimization/79577
18870         * params.def (selsched-max-sched-times): Increase minimum to 1.
18872 2017-02-17  Martin Liska  <mliska@suse.cz>
18874         PR rtl-optimization/79574
18875         * gcse.c (want_to_gcse_p): Prevent integer overflow.
18877 2017-02-17  Martin Liska  <mliska@suse.cz>
18879         PR tree-optimization/79529
18880         * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
18881         ssa_defined_default_def_p to handle cases which are implicitly
18882         defined.
18883         * tree-ssa.c (ssa_defined_default_def_p): New function.
18884         (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
18885         which are implicitly defined.
18886         * tree-ssa.h (ssa_defined_default_def_p): Declare.
18888 2017-02-17  Richard Biener  <rguenther@suse.de>
18890         PR middle-end/79576
18891         * params.def (max-ssa-name-query-depth): Limit to 10.
18893 2017-02-17  Richard Biener  <rguenther@suse.de>
18895         PR tree-optimization/79552
18896         * tree-ssa-structalias.c (visit_loadstore): Properly verify
18897         default defs.
18899 2017-02-17  Richard Biener  <rguenther@suse.de>
18901         PR bootstrap/79567
18902         * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
18904 2017-02-17  Marek Polacek  <polacek@redhat.com>
18906         PR middle-end/79536
18907         * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
18908         (fold_negate_expr): New wrapper.
18910 2017-02-16  Sandra Loosemore  <sandra@codesourcery.com>
18912         * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]: 
18913         Correct terminology and de-emphasize pre-standard behavior.
18915 2017-02-16  Alan Modra  <amodra@gmail.com>
18917         PR rtl-optimization/79286
18918         * ira.c (def_dominates_uses): New function.
18919         (update_equiv_regs): Don't create an equivalence for insns that
18920         may trap where the register def does not dominate the use.
18922 2017-02-16  Vladimir Makarov  <vmakarov@redhat.com>
18924         PR rtl-optimization/78127
18925         * lra.c (lra): Call lra_eliminate before finish the loop after
18926         lra_constraint.
18928 2017-02-16  Richard Biener  <rguenther@suse.de>
18930         * graphite.h: Do not include isl/isl_val_gmp.h, instead include
18931         isl/isl_val.h.
18932         * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
18933         (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
18934         * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
18935         (isl_val_int_from_wi): New function.
18936         (extract_affine_gmp): Rename to ...
18937         (extract_affine_wi): ... this, take a widest_int.
18938         (extract_affine_int): Just wrap extract_affine_wi.
18939         (add_param_constraints): Use isl_val_int_from_wi.
18940         (add_loop_constraints): Likewise, and extract_affine_wi.
18942 2017-02-15  Jeff Law  <law@redhat.com>
18944         PR middle-end/79521
18945         * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
18946         ira_init_register_move_cost_if_necessary.
18948 2017-02-15  Martin Sebor  <msebor@redhat.com>
18950         PR middle-end/32003
18951         * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
18952         removed in a prior commit.
18954 2017-02-15  Bin Cheng  <bin.cheng@arm.com>
18956         PR tree-optimization/79347
18957         * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
18958         counters during peeling.
18960 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
18962         * Makefile.in (site.exp): Remove "set ISLVER".
18964 2017-02-15  Jakub Jelinek  <jakub@redhat.com>
18966         PR target/79487
18967         * real.c (real_from_integer): Call real_convert even for decimal.
18969 2017-02-15  Dominik Vogt  <vogt@linux.vnet.ibm.com>
18971         PR target/79421
18972         * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
18974 2017-02-14  Andrew Pinski  <apinski@cavium.com>
18976         * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
18977         cores and change the partno/implementer to be correct.
18978         (thunderx2t99p1): New core which replaces thunderx2t99 and still has
18979         the 'B" as the implementer.
18980         * config/aarch64/aarch64-tune.md: Regenerate.
18982 2017-02-14  Carl Love  <cel@us.ibm.com>
18984         * config/rs6000/rs6000.c: Add case statement entry to make the
18985         xvcvuxdsp built-in argument unsigned.
18986         * config/rs6000/vsx.md: Fix the source and return operand types so they
18987         match the instruction definitions from the ISA document.  Fix typo
18988         in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
18989         statement.
18991 2017-02-14  Vladimir Makarov  <vmakarov@redhat.com>
18993         PR target/79282
18994         * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
18995         member early_clobber_alts.
18996         * lra-lives.c (reg_early_clobber_p): New.
18997         (process_bb_lives): Use it.
18998         * lra.c (new_insn_reg): New arg early_clobber_alts.  Use it.
18999         (debug_operand_data): Initialize early_clobber_alts.
19000         (setup_operand_alternative): Set up early_clobber_alts.
19001         (collect_non_operand_hard_regs): Ditto.  Pass early clobber
19002         alternatives to new_insn_reg.
19003         (add_regs_to_insn_regno_info): Add arg early_clobber_alts.  Use
19004         it.
19005         (lra_update_insn_regno_info): Pass the new arg.
19007 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19009         PR middle-end/79505
19010         * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
19011         (new_oacc_loop_raw): Don't clear already cleared fields.
19013         PR target/79481
19014         * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
19015         _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
19016         _mm512_prefetch_i64gather_ps): New inline functions and macros.
19018 2017-02-14  Uros Bizjak  <ubizjak@gmail.com>
19020         PR target/79495
19021         * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
19023 2017-02-14  H.J. Lu  <hongjiu.lu@intel.com>
19025         PR target/79498
19026         * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
19027         the extra instruction to the right place to store 128-bit constant
19028         when needed.
19030 2017-02-14  Martin Sebor  <msebor@redhat.com>
19032         PR middle-end/79448
19033         * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
19034           warning for strings of unknown length.
19036 2017-02-13  Segher Boessenkool  <segher@kernel.crashing.org>
19038         * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
19040 2017-02-14  Jeff Law  <law@redhat.com>
19042         PR target/79404
19043         * ira-costs.c (scan_one_insn): Initialize register move costs
19044         for pseudos seen in USE/CLOBBER insns.
19046         PR tree-optimization/79095
19047         * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
19048         if the numerator has the range ~[0,0] make the resultant range ~[0,0].
19049         (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
19050         if the operands are known to be not equal, then the resulting range
19051         is ~[0,0].
19052         (intersect_ranges): If the new range is ~[0,0] and the old range is
19053         wide, then prefer ~[0,0].
19054         * tree-vrp.c (overflow_comparison_p_1): New function.
19055         (overflow_comparison_p): New function.
19056         * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
19057         if NAME is used in an overflow test.
19058         (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
19059         overflow check that can be expressed as an equality test, then adjust
19060         ops to be that equality test.
19062 2017-02-14  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19064         * config/s390/s390-builtin-types.def: Remove flags argument.
19065         * config/s390/s390.c (s390_init_builtins): Likewise.
19067 2017-02-14  Martin Liska  <mliska@suse.cz>
19069         * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
19070         vector.  Fix trailing white spaces.
19072 2017-02-14  James Greenhalgh  <james.greenhalgh@arm.com>
19074         * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
19075         HFmode.
19077 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19079         PR rtl-optimization/68664
19080         * config/arm/arm.c (arm_sched_can_speculate_insn):
19081         New function.  Declare prototype.
19082         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19084 2017-02-14  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19086         PR rtl-optimization/68664
19087         * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
19088         New function.
19089         (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19091 2017-02-14  Amit Pawar  <amit.pawar@amd.com>
19093         * config/i386/i386.c (znver1_cost): Fix the alignment for function and
19094         max skip bytes for function, loop and jump.
19096 2017-02-14  Prathamesh Kulkarni  <prathamesh.kulkarni@linaro.org>
19098         * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
19099         ABS_EXPR for gimple dump.
19101 2017-02-14  Jakub Jelinek  <jakub@redhat.com>
19103         PR target/79462
19104         * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
19106         PR tree-optimization/79408
19107         * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
19108         case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
19109         (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
19110         also if rhs1 is INTEGER_CST.
19112 2017-02-14  Richard Biener  <rguenther@suse.de>
19114         PR middle-end/79432
19115         * tree-into-ssa.c (insert_phi_nodes): When the function can
19116         have abnormal edges rewrite SSA names with broken use-def
19117         dominance out of SSA and register them for PHI insertion.
19119 2017-02-13  Martin Sebor  <msebor@redhat.com>
19121         PR middle-end/79496
19122         * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
19123         clearing info.nowrite flag when snprintf size argument is a range.
19125 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19127         * cprop.c (cprop_jump): Add missing space in string literal.
19128         * tree-ssa-structalias.c (rewrite_constraints): Likewise.
19129         (get_constraint_for_component_ref): Likewise.
19130         * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
19131         * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
19132         * lra-constraints.c (process_alt_operands): Likewise.
19133         * ipa-inline.c (inline_small_functions): Likewise.
19134         * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
19135         * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
19136         * trans-mem.c (diagnose_tm_1_op): Likewise.
19137         * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
19138         (grid_parallel_clauses_gridifiable): Likewise.
19140         * config/nvptx/mkoffload.c (process): Add space in between
19141         , and %d.
19143         * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
19144         "MOD4_SSE_REGS" and "ALL_REGS".
19146         * spellcheck.c (test_data): Add , in between "foo" and "food".
19148 2017-02-13  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19150         PR target/79449
19151         * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
19152         boundary crossing check and subsequent code generation agree.
19154 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19156         * config/aarch64/aarch64.c (has_memory_op): Delete.
19157         (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
19158         has_memory_op.
19160 2017-02-13  Jakub Jelinek  <jakub@redhat.com>
19162         PR rtl-optimization/79388
19163         PR rtl-optimization/79450
19164         * combine.c (distribute_notes): When removing TEM_INSN for which
19165         corresponding dest has last value recorded, invalidate that last
19166         value.
19168 2017-02-13  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19170         * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
19171         of explicit '@'.  Add missing assembly comment marker on branch costs
19172         printout.
19174 2017-02-13  Nathan Sidwell  <nathan@acm.org>
19176         * gengtype-lex.l (<in_struct>): Add '/'.
19178 2017-02-13  Martin Liska  <mliska@suse.cz>
19180         PR c/79471
19181         * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
19183 2017-02-13  Richard Biener  <rguenther@suse.de>
19185         * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
19186         Remove.
19187         * configure: Re-generate.
19188         * config.in: Likewise.
19189         * graphite-dependences.c: Simplify as if
19190         HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
19191         * graphite-isl-ast-to-gimple.c: Likewise.
19192         * graphite-optimize-isl.c: Likewise.
19193         * graphite-poly.c: Likewise.
19194         * graphite-sese-to-poly.c: Likewise.
19195         * graphite.h: Likewise.
19196         * toplev.c: Include isl/version.h and use isl_version () for
19197         printing the ISL version.
19198         * doc/install.texi: Update ISL requirement.
19200 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19202         * doc/standards.texi (Standards): Update reference to
19203         Objective-C 2.0.
19205 2017-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
19207         * doc/extend.texi (Named Address Spaces): sourceware.org now
19208         defaults to https.
19209         * doc/install.texi (Binaries): Ditto.
19210         (Specific): Ditto.
19212 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19214         * doc/cpp.texi: Replace "stringify"/"stringification" with C
19215         standard terminology "stringize"/"stringizing" throughout.
19216         * doc/cppinternals.texi: Likewise.
19218 2017-02-11  Sandra Loosemore  <sandra@codesourcery.com>
19220         * doc/extend.texi: Fix some spelling mistakes and typos.
19221         * doc/invoke.texi: Likewise.
19223 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19225         PR ipa/79224
19226         * params.def (inline-min-speedup) Change from 10 to 8.
19228 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19230         * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
19231         4.5.
19233 2017-02-11  Jan Hubicka  <hubicka@ucw.cz>
19235         PR ipa/79224
19236         * ipa-inline-analysis.c (get_minimal_bb): New function.
19237         (record_modified): Use it.
19238         (remap_edge_change_prob): Handle also ancestor functions.
19240 2017-02-11  Gerald Pfeifer  <gerald@pfeifer.com>
19242         * doc/contrib.texi (Contributors): Remove broken link into
19243         the Mauve CVS repository.
19245 2017-02-11  Jakub Jelinek  <jakub@redhat.com>
19247         PR middle-end/79454
19248         * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
19249         result computation whenever lhs doesn't have vector mode, not
19250         just when it has BLKmode.
19252 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19254         * doc/makefile.texi (profiledbootstrap): Refer to the
19255         installation instructions only in textual form.
19257 2017-02-10  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
19259         PR target/79295
19260         * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
19262 2017-02-10  Gerald Pfeifer  <gerald@pfeifer.com>
19264         * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
19265         (Specific): Update mingw-w64 reference.
19266         (Binaries): Ditto.
19267         (Specific): Remove broken link to Renesas RX processor.
19269 2017-02-10  Richard Biener  <rguenther@suse.de>
19271         * toplev.c (process_options): Do not mention obsolete graphite
19272         options when printing sorry message about missing graphite support.
19273         Mention -floop-nest-optimize.
19275 2017-02-10  Christophe Lyon  <christophe.lyon@linaro.org>
19277         * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
19278         (vtst_p16): Likewise.
19279         (vtstq_p8): Likewise.
19280         (vtstq_p16): Likewise.
19281         (vtst_p64): New.
19282         (vtstq_p64): Likewise.
19283         * config/arm/arm_neon.h (vgetq_lane_p64): New.
19284         (vset_lane_p64): New.
19285         (vsetq_lane_p64): New.
19287 2017-02-10  Jakub Jelinek  <jakub@redhat.com>
19289         PR tree-optimization/79411
19290         * tree-ssa-reassoc.c (is_reassociable_op): Return false if
19291         stmt operands are SSA_NAMEs used in abnormal phis.
19292         (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
19293         phis.
19295 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19297         PR ipa/70795
19298         * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
19299         flag if needed.
19301 2017-02-09  Jan Hubicka  <hubicka@ucw.cz>
19303         * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
19305 2017-02-09  Jakub Jelinek  <jakub@redhat.com>
19307         * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
19308         to avoid warning.
19310         PR c/79413
19311         * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
19312         not arbitrary TREE_CONSTANT.
19314         PR c/79431
19315         * gimplify.c (gimplify_adjust_omp_clauses): Ignore
19316         "omp declare target link" attribute unless is_global_var.
19317         * omp-offload.c (find_link_var_op): Likewise.
19319 2017-02-09  Nathan Sidwell  <nathan@codesourcery.com>
19320             Chung-Lin Tang  <cltang@codesourcery.com>
19322         * gimplify.c (gimplify_scan_omp_clauses): No special handling for
19323         OMP_CLAUSE_TILE.
19324         (gimplify_adjust_omp_clauses): Don't delete TILE.
19325         (gimplify_omp_for): Deal with TILE.
19326         * internal-fn.c (expand_GOACC_TILE): New function.
19327         * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
19328         (GOACC_TILE): New.
19329         * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
19330         (expand_oacc_collapse_init): Add LOC paramter.  Initialize tile
19331         element fields.
19332         (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
19333         avoid DIV for outermost collapse var.
19334         (expand_oacc_for): Insert tile element loop as needed.  Adjust.
19335         Remove out of date comments, fix whitespace.
19336         * omp-general.c (omp_extract_for_data): Deal with tiling.
19337         * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
19338         adjust OLF_DIM_BASE value.
19339         (struct omp_for_data): Add tiling field.
19340         * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
19341         (lower_oacc_head_mark): Add OLF_TILE as appropriate.  Ensure 2 levels
19342         for auto loops.  Remove default auto determining, moved to
19343         oacc_loop_fixed_partitions.
19344         * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
19345         stmts, add e_mask field.
19346         (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
19347         (oacc_thread_numbers): Use oacc_dim_call.
19348         (oacc_xform_tile): New.
19349         (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
19350         (finish_oacc_loop): Adjust for ifns vector.
19351         (oacc_loop_discover_walk): Append loop abstraction sites to list,
19352         add case for GOACC_TILE fns.
19353         (oacc_loop_xform_loop): Delete.
19354         (oacc_loop_process): Iterate over call list directly, and add
19355         handling for GOACC_TILE fns.
19356         (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
19357         dump partitioning.
19358         (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
19359         vector partitioning to outer loops.  Assign 2 partitions to loops
19360         when available. Add TILE handling.
19361         (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
19362         (execite_oacc_device_lower): Process GOACC_TILE fns,
19363         ignore unknown specs.
19364         * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
19365         * tree.c (omp_clause_num_ops): Adjust TILE ops.
19366         * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
19368 2017-02-09  Gerald Pfeifer  <gerald@pfeifer.com>
19370         * configure.ac (ACX_BUGURL): Update.
19371         * configure: Regenerate.
19373 2017-02-09  Richard Biener  <rguenther@suse.de>
19375         PR tree-optimization/69823
19376         * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
19377         Properly enumerate all BBs in the region.  Use auto_vec/auto_bitmap.
19379 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19381         * config/arc/arc-c.def: Add __NPS400__ definition.
19382         * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
19383         (TARGET_NPS400): Define.
19385 2017-02-09  Andrew Burgess  <andrew.burgess@embecosm.com>
19387         * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
19388         file.
19389         (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
19390         pointer, arch_info.
19391         (arc_cpu_types): Fill the arch_info field with a pointer into the
19392         arc_arch_types table.
19393         (arc_selected_cpu): Declare.
19394         * config/arc/arc.c (arc_selected_cpu): Make global.
19395         (arc_selected_arch): Delete.
19396         (arc_base_cpu): Delete.
19397         (arc_override_options): Remove references to deleted variables,
19398         update access to arch information.
19399         (ARC_OPT): Update access to arch information.
19400         (ARC_OPTX): Likewise.
19401         * config/arc/arc.h (arc_base_cpu): Remove declaration.
19402         (TARGET_ARC600): Update access to arch information.
19403         (TARGET_ARC601): Likewise.
19404         (TARGET_ARC700): Likewise.
19405         (TARGET_EM): Likewise.
19406         (TARGET_HS): Likewise.
19407         * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
19408         information.
19410 2017-02-08  Pat Haugen  <pthaugen@us.ibm.com>
19412         PR target/78604
19413         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
19414         condition/operands for integer GE/LE/GEU/LEU operations.
19416 2017-02-08  Segher Boessenkool  <segher@kernel.crashing.org>
19418         PR translation/79397
19419         * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
19420         of AltiVec.
19422 2017-02-08  Martin Jambor  <mjambor@suse.cz>
19424         PR ipa/79375
19425         * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
19426         whether allocation happened.
19427         (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
19428         nothing was allocated.
19430 2017-02-08  Jakub Jelinek  <jakub@redhat.com>
19432         PR tree-optimization/79408
19433         * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
19434         constant, but SSA_NAME with a known integer range, use the minimum
19435         of that range instead of op1 to determine if modulo can be replaced
19436         with its first operand.
19438 2016-02-08  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
19440         * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
19442 2017-02-08  Richard Biener  <rguenther@suse.de>
19444         PR tree-optimization/71824
19445         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
19446         Check all loops contained in the merged region.
19448 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19450         * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
19452 2017-02-07  Andrew Pinski  <apinski@cavium.com>
19454         * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
19455         (thunderxt88): Likewise.
19456         (thunderxt81): Disable LSE and change v8.1 to v8.
19457         (thunderxt83): Likewise.
19459 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19460             Richard Biener  <rguenther@suse.de>
19462         PR middle-end/79399
19463         * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
19464         type from int to size_t.
19465         * ira-costs.c (struct_costs_size): Change type from int to size_t.
19467 2017-02-07  Jakub Jelinek  <jakub@redhat.com>
19469         PR rtl-optimization/79386
19470         * cprop.c (bypass_conditional_jumps): Initialize
19471         bypass_last_basic_block already before splitting bbs after
19472         unconditional traps...
19473         (bypass_conditional_jumps): ... rather than here.
19475         PR target/79299
19476         * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
19477         (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
19478         *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
19479         fix -masm=intel patterns.
19481 2017-02-07  Richard Biener  <rguenther@suse.de>
19483         PR tree-optimization/79256
19484         PR middle-end/79278
19485         * builtins.c (get_object_alignment_2): Use min_align_of_type
19486         to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
19487         and ADJUST_FIELD_ALIGN.
19489         * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
19490         type parameter.
19491         * doc/tm.texi: Regenerate.
19492         * stor-layout.c (layout_decl): Adjust.
19493         (update_alignment_for_field): Likewise.
19494         (place_field): Likewise.
19495         (min_align_of_type): Likewise.
19496         * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
19497         * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
19498         * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
19499         * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
19500         * config/frv/frv.c (frv_adjust_field_align): Likewise.
19501         * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
19502         * config/i386/i386.c (x86_field_alignment): Likewise.
19503         * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
19504         * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
19505         * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
19506         * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
19507         * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
19508         * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
19509          Likewise.
19511         Revert
19512         2017-01-30  Richard Biener  <rguenther@suse.de>
19514         PR tree-optimization/79256
19515         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
19516         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
19517         alignment on TYPE.
19519 2017-02-07  Toma Tabacu  <toma.tabacu@imgtec.com>
19521         * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
19522         argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
19523         builtins to SImode and emit a zero-extend, if necessary.
19525 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19527         * docs/invoke.texi (RISC-V Options): Alphabetize.
19529 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19531         * doc/invoke.texi (RISC-V Options): Use two spaces to separate
19532         options.
19534 2017-02-06  Palmer Dabbelt  <palmer@dabbelt.com>
19536         * config/riscv/riscv.c: New file.
19537         * common/config/riscv/riscv-common.c: Likewise.
19538         * config.gcc: Likewise.
19539         * config/riscv/constraints.md: Likewise.
19540         * config/riscv/elf.h: Likewise.
19541         * config/riscv/generic.md: Likewise.
19542         * config/riscv/linux.h: Likewise.
19543         * config/riscv/multilib-generator: Likewise.
19544         * config/riscv/peephole.md: Likewise.
19545         * config/riscv/pic.md: Likewise.
19546         * config/riscv/predicates.md: Likewise.
19547         * config/riscv/riscv-builtins.c: Likewise.
19548         * config/riscv/riscv-c.c: Likewise.
19549         * config/riscv/riscv-ftypes.def: Likewise.
19550         * config/riscv/riscv-modes.def: Likewise.
19551         * config/riscv/riscv-opts.h: Likewise.
19552         * config/riscv/riscv-protos.h: Likewise.
19553         * config/riscv/riscv.h: Likewise.
19554         * config/riscv/riscv.md: Likewise.
19555         * config/riscv/riscv.opt: Likewise.
19556         * config/riscv/sync.md: Likewise.
19557         * config/riscv/t-elf-multilib: Likewise.
19558         * config/riscv/t-linux: Likewise.
19559         * config/riscv/t-linux-multilib: Likewise.
19560         * config/riscv/t-riscv: Likewise.
19561         * configure.ac: Likewise.
19562         * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
19563         Waterman as RISC-V maintainers.
19564         * doc/install.texi: Add RISC-V entries.
19565         * doc/invoke.texi: Add RISC-V options section.
19566         * doc/md.texi: Add RISC-V constraints section.
19567         * configure: Regenerated.
19569 2017-02-06  Michael Meissner  <meissner@linux.vnet.ibm.com>
19571         PR target/66144
19572         * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
19573         false values to be constant vectors with all 0 or all 1 bits set.
19574         (vcondu<mode><mode>): Likewise.
19575         * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
19576         predicate.
19577         (fpmask_comparison_operator): Update comment.
19578         (vecint_comparison_operator): New predicate.
19579         * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
19580         vector conditionals when the true and false values are constant
19581         vectors with all 0 bits or all 1 bits set.
19583 2017-02-06  Martin Sebor  <msebor@redhat.com>
19585         PR  tree-optimization/79376
19586         * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
19588 2017-02-06  Uros Bizjak  <ubizjak@gmail.com>
19590         * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
19591         explicit subreg RTX with operand 1.  Use VECTOR_MODE_P predicate
19592         to simplify split condition.
19594 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19596         * omp-expand.c (oxpand_omp_atomic_fetch_op,
19597         expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
19598         false.
19600 2017-02-06  Segher Boessenkool  <segher@kernel.crashing.org>
19602         PR rtl-optimization/68664
19603         * target.def (can_speculate_insn): New hook.
19604         * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
19605         * doc/tm.texi: Regenerate.
19606         * sched-rgn.c (can_schedule_ready_p): Use the new hook.
19607         * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
19608         (rs6000_sched_can_speculate_insn): New function.
19610 2017-02-06  Jakub Jelinek  <jakub@redhat.com>
19612         PR tree-optimization/79284
19613         * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
19614         * tree-vect-stmts.c (vect_get_vec_def_for_operand,
19615         vectorizable_mask_load_store, vectorizable_operation,
19616         vect_is_simple_cond, get_same_sized_vectype): Use it instead
19617         of comparing TREE_CODE of a type against BOOLEAN_TYPE.
19618         * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
19619         vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
19620         * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
19621         * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
19622         Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
19623         is_gimple_assign (stmt).  Replace another such test with
19624         is_gimple_assign (stmt).
19626 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19628         PR target/78883
19629         * config/avr/avr.c (rtl-iter.h): Include it.
19630         (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
19631         (avr_legitimate_combined_insn): ...and implementation.
19633 2017-02-06  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19635         * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
19636         * config/s390/s390.c (s390_const_operand_ok)
19637         (s390_canonicalize_comparison, s390_extract_part)
19638         (s390_single_part, s390_contiguous_bitmask_nowrap_p)
19639         (s390_contiguous_bitmask_p, s390_rtx_costs)
19640         (legitimize_pic_address): Likewise.
19641         * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
19642         * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
19643         ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
19644         ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
19645         * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
19647 2017-02-06  Georg-Johann Lay  <avr@gjlay.de>
19649         * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
19650         REGNO($0) == REGNO($1).
19652 2017-02-06  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19654         * config/s390/linux.h(SIZE_TYPE): Add comment.
19656 2017-02-06  Julian Brown  <julian@codesourcery.com>
19657             Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19658             Virendra Pathak  <virendra.pathak@broadcom.com>
19660         * config/aarch64/aarch64-cores.def: Change the scheduler
19661         to Thunderx2t99.
19662         * config/aarch64/aarch64.md: Include thunderx2t99.md.
19663         * config/aarch64/thunderx2t99.md: New file.
19665 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19667         * doc/standards.texi (Go Language): Update link to language
19668         standard.
19670 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19672         * tree-eh.c (lower_resx): Sanitize profile.
19673         (cleanup_empty_eh_move_lp): Likewise.
19675 2017-02-05  Jan Hubicka  <hubicka@ucw.cz>
19677         PR tree-ssa/79347
19678         * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
19679         ELSE_PROB.
19680         * cfgloopmanip.h (loop_version): Update prototype.
19681         * modulo-sched.c (sms_schedule): Update call of loop_version.
19682         * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
19683         * tree-parloops.c (gen_parallel_loop): Likewise.
19684         * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
19685         * tree-ssa-loop-split.c (split_loop): Likewise.
19686         * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
19687         * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
19689 2017-02-05  Martin Liska  <mliska@suse.cz>
19691         PR bootstrap/78985
19692         * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
19693         variable to NULL.
19694         (print_operand_address): Initialize a struct to zero.
19696 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19698         * doc/contrib.texi (Contributors): Refer to Hans Boehm's
19699         garbage collector only in textual form.
19701 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
19703         * doc/extend.texi (x86 specific memory model extensions for
19704         transactional memory): Simplify a phrase.
19706 2017-02-05  Eric Botcazou  <ebotcazou@adacore.com>
19708         PR target/79353
19709         * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
19710         'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
19711         (atomic_storedi_1): Likewise.
19713 2017-02-04  Jakub Jelinek  <jakub@redhat.com>
19715         PR tree-optimization/79338
19716         * tree-parloops.c (gather_scalar_reductions): Don't call
19717         vect_analyze_loop_form for loop->inner before destroying loop's
19718         loop_vinfo.
19720 2017-02-03  Martin Sebor  <msebor@redhat.com>
19722         PR tree-optimization/79327
19723         * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
19724         when precision has resulted in leading zeros.
19725         (format_integer): Adjust the likely counter to assume an unknown
19726         argument that may be zero is non-zero.
19728 2017-02-03  Jason Merrill  <jason@redhat.com>
19730         PR c++/78689
19731         * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
19732         avoid copying non-taken branch.
19734 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19736         PR tree-optimization/79340
19737         * tree-vect-loop.c (vectorizable_reduction): Release
19738         vec_defs elements after safe_splicing them into other vectors.
19739         Formatting fixes.
19741         PR tree-optimization/79327
19742         * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
19743         true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
19744         dirtype.
19745         (format_integer): Use wide_int_to_tree instead of build_int_cst
19746         + to_?hwi.  If argmin is NULL, just set argmin and argmax to
19747         TYPE_{MIN,MAX}_VALUE of argtype.  Simplify and fix computation
19748         of shortest and longest sequence.
19750 2017-02-03  Uros Bizjak  <ubizjak@gmail.com>
19752         * config/i386/i386.c (dimode_scalar_chain::convert_reg):
19753         Use pextrd for TARGET_SSE4_1 when creating scalar copy.
19755 2017-02-03  Walter Lee  <walt@tilera.com>
19757         PR target/78862
19758         * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
19759         after initial stackframe link reg save.
19760         * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
19762 2017-02-03  Jakub Jelinek  <jakub@redhat.com>
19764         PR target/79354
19765         * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
19766         wu for stxssp alternative.
19768 2017-02-03  Martin Sebor  <msebor@redhat.com>
19770         PR tree-optimization/79352
19771         * gimple-fold.c (get_range_strlen): Add argument.
19772         (get_range_strlen): Change return type to bool.
19773         (get_maxval_strlen): Pass in a dummy argument.
19774         * gimple-fold.h (get_range_strlen): Change return type to bool.
19775         * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
19776         * tree.h (array_at_struct_end_p): Add argument.
19777         * tree.c (array_at_struct_end_p): Handle it.
19779 2017-02-03  Martin Liska  <mliska@suse.cz>
19781         PR lto/66295
19782         * multiple_target.c (create_dispatcher_calls): Redirect edge
19783         from a caller of a dispatcher.
19784         (expand_target_clones): Make the clones local.
19785         (ipa_target_clone): Do both target clones and resolvers.
19786         (ipa_dispatcher_calls): Remove the pass.
19787         (pass_dispatcher_calls::gate): Likewise.
19788         (make_pass_dispatcher_calls): Likewise.
19789         * passes.def (pass_target_clone): Put as very first IPA early
19790         pass.
19792 2017-02-03  Martin Liska  <mliska@suse.cz>
19794         * symtab.c (symtab_node::binds_to_current_def_p): Bail out
19795         in case of a function with ifunc attribute.
19797 2017-02-03  Martin Liska  <mliska@suse.cz>
19799         * cgraph.c (cgraph_node::dump): Dump function version info.
19800         * symtab.c (symtab_node::dump_base): Add missing new line.
19802 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
19804         * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
19805         (ifcombine_ifandif): Use it.
19807 2017-02-03  Martin Liska  <mliska@suse.cz>
19809         * doc/invoke.texi: Document default value for
19810         use-after-scope-direct-emission-threshold.
19812 2017-02-03  Martin Liska  <mliska@suse.cz>
19814         PR tree-optimization/79339
19815         * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
19816         (format_floating): Likewise.
19818 2017-02-03  Martin Liska  <mliska@suse.cz>
19820         PR ipa/79337
19821         * ipa-prop.c (ipa_node_params_t::insert): Remove current
19822         implementation.
19823         (ipa_node_params_t::remove): Likewise.
19824         * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
19825         initialization from removed ipa_node_params_t::insert.
19826         (ipa_node_params::~ipa_node_params): Move from removed
19827         ipa_node_params_t::release.
19828         * symbol-summary.h (symbol_summary::m_released): New member.
19829         Do not release a summary twice.  Do not allow to call finalizer
19830         for types of a summary that live in GGC memory.
19832 2017-02-02  Naveen H.S  <Naveen.Hurugalawadi@cavium.com>
19834         * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
19835         cmp_branch fusion.
19837 2017-02-02  Martin Sebor  <msebor@redhat.com>
19839         PR middle-end/79275
19840         * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
19841         (format_string): Tighten up the range of output for non-constant
19842         strings and correct the expected range for wide non-constant strings.
19844 2017-02-02  Martin Sebor  <msebor@redhat.com>
19846         * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
19848         PR middle-end/32003
19849         * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
19850         index.
19851         (-fdump-tree-@var): Add to index and document how to come up
19852         with pass-specific option and dump file names.
19853         (-fdump-passes): Clarify where to look for output.
19855 2017-02-02  Jan Hubicka  <hubicka@ucw.cz>
19857         PR middle-end/77445
19858         * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
19859         statistics of the analyzed path; allow threading for speed when
19860         any of BBs along the path are optimized for speed.
19862 2017-02-02  Eric Botcazou  <ebotcazou@adacore.com>
19864         PR middle-end/78468
19865         * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
19866         settings of the virtual registers.
19868         Revert again
19869         2016-08-23  Dominik Vogt  <vogt@linux.vnet.ibm.com>
19871         * explow.c (get_dynamic_stack_size): Take known alignment of stack
19872         pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
19873         needed.
19875 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19877         * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
19878         ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
19880 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19882         * config/s390/s390.md: Add missing comments with the expanded
19883         mnemonics.
19884         * config/s390/vector.md: Likewise.
19885         * config/s390/vx-builtins.md: Likewise.
19887 2017-02-02  Jakub Jelinek  <jakub@redhat.com>
19889         PR target/79197
19890         * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
19891         (fixuns_trunc<mode>di2): ... this, remove previous expander.  Put all
19892         conditions on a single line.
19894 2017-02-02  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
19896         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
19897         __S390_VX__ to __VX__.
19899 2017-02-01  Andrew Pinski  <apinski@cavium.com>
19901         * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
19902         stmt_info to record_stmt_cost.
19903         (vect_get_known_peeling_cost): Pass stmt_info if known to
19904         record_stmt_cost.
19905         * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
19906         cpu_vector_cost field into
19907         scalar_int_stmt_cost and scalar_fp_stmt_cost.  Split vec_stmt_cost
19908         field into vec_int_stmt_cost and vec_fp_stmt_cost.
19909         * config/aarch64/aarch64.c (generic_vector_cost): Update for the
19910         splitting of scalar_stmt_cost and vec_stmt_cost.
19911         (thunderx_vector_cost): Likewise.
19912         (cortexa57_vector_cost): LIkewise.
19913         (exynosm1_vector_cost): Likewise.
19914         (xgene1_vector_cost): Likewise.
19915         (thunderx2t99_vector_cost): Improve after the splitting of the two
19916         fields.
19917         (aarch64_builtin_vectorization_cost): Update for the splitting of
19918         scalar_stmt_cost and vec_stmt_cost.
19920 2017-02-01  Torvald Riegel  <triegel@redhat.com>
19921             Richard Henderson  <rth@redhat.com>
19923         * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
19924         conditional on existance of a fast atomic load.
19925         * optabs-query.c (can_atomic_load_p): New function.
19926         * optabs-query.h (can_atomic_load_p): Declare it.
19927         * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
19928         no fast atomic load is available for the particular size of access.
19929         (expand_atomic_compare_and_swap): Likewise.
19930         (expand_atomic_load): Likewise.
19931         (expand_atomic_store): Likewise.
19932         (expand_atomic_fetch_op): Likewise.
19933         * testsuite/lib/target-supports.exp
19934         (check_effective_target_sync_int_128): Remove x86 because it provides
19935         no fast atomic load.
19936         (check_effective_target_sync_int_128_runtime): Likewise.
19938 2017-02-01  Richard Biener  <rguenther@suse.de>
19940         * graphite.c: Include tree-vectorizer.h for find_loop_location.
19941         (graphite_transform_loops): Provide opt-info for optimized nests.
19942         * tree-parloop.c (parallelize_loops): Provide opt-info for
19943         parallelized loops.
19945 2017-02-01  Richard Biener  <rguenther@suse.de>
19947         PR middle-end/79315
19948         * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
19949         was not set before.
19951 2017-02-01  Richard Biener  <rguenther@suse.de>
19953         PR tree-optimization/71824
19954         * graphite-scop-detection.c (scop_detection::build_scop_breadth):
19955         Verify the loops are valid in the merged SESE region.
19956         (scop_detection::can_represent_loop_1): Check analyzing the
19957         evolution of the number of iterations in the region succeeds.
19959 2017-01-31  Ian Lance Taylor  <iant@golang.org>
19961         * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
19962         REG_ARGS_SIZE note to 32-bit push insns and call insn.
19964 2017-01-31  David Malcolm  <dmalcolm@redhat.com>
19966         PR preprocessor/79210
19967         * input.c (get_substring_ranges_for_loc): Replace line_width
19968         assertion with error-handling.
19970 2017-01-31  Richard Biener  <rguenther@suse.de>
19972         PR tree-optimization/77318
19973         * graphite-sese-to-poly.c (extract_affine): Fix assert.
19974         (create_pw_aff_from_tree): Take loop parameter.
19975         (add_condition_to_pbb): Pass loop of the condition to
19976         create_pw_aff_from_tree.
19978 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
19980         * config/s390/s390.c (s390_asan_shadow_offset): New function.
19981         (TARGET_ASAN_SHADOW_OFFSET): Redefine.
19983 2017-01-31  Michael Meissner  <meissner@linux.vnet.ibm.com>
19985         PR target/78597
19986         PR target/79038
19987         * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
19988         no longer used.
19989         (convert_int_to_float128): Likewise.
19990         * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
19991         (convert_int_to_float128): Likewise.
19992         * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
19993         (UNSPEC_IEEE128_CONVERT): Likewise.
19994         (floatsi<mode>2, FLOAT128 iterator): Bypass calling
19995         rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
19996         Use local variables for IBM extended format.
19997         (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
19998         (fix_trunc<mode>si2_fprs): Likewise.
19999         (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
20000         (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
20001         (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
20002         to know that we can now have integers of all sizes in vector
20003         registers.
20004         (fix<uns>_<mode>di2_hw): Likewise.
20005         (float<uns>_<mode>si2_hw): Likewise.
20006         (fix_<mode>si2_hw): Likewise.
20007         (fixuns_<mode>si2_hw): Likewise.
20008         (float<uns>_<mode>di2_hw): Likewise.
20009         (float_<mode>di2_hw): Likewise.
20010         (float_<mode>si2_hw): Likewise.
20011         (floatuns_<mode>di2_hw): Likewise.
20012         (floatuns_<mode>si2_hw): Likewise.
20013         (xscvqp<su>wz_<mode>): Delete, no longer used.
20014         (xscvqp<su>dz_<mode>): Likewise.
20015         (xscv<su>dqp_<mode>): Likewise.
20016         (ieee128_mfvsrd_64bit): Likewise.
20017         (ieee128_mfvsrd_32bit): Likewise.
20018         (ieee128_mfvsrwz): Likewise.
20019         (ieee128_mtvsrw): Likewise.
20020         (ieee128_mtvsrd_64bit): Likewise.
20021         (ieee128_mtvsrd_32bit): Likewise.
20023 2017-01-31  Martin Liska  <mliska@suse.cz>
20025         PR ipa/79285
20026         * ipa-prop.c (ipa_free_all_node_params): Call release method
20027         instead of ~sumbol_summary to not to trigger double times
20028         dtor of hash_map.
20030 2017-01-31  Aldy Hernandez  <aldyh@redhat.com>
20032         PR tree-optimization/71691
20033         * bitmap.h (class auto_bitmap): New.
20034         * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
20035         is_maybe_undefined instead of ssa_undefined_value_p.
20037 2017-01-31  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
20039         * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
20040         __S390_ARCH_LEVEL__ to __ARCH__.
20042 2017-01-31  Jakub Jelinek  <jakub@redhat.com>
20044         PR tree-optimization/79267
20045         * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
20046         if should_remove_lhs_p is true.
20048 2017-01-30  Alexandre Oliva <aoliva@redhat.com>
20050         PR debug/63238
20051         * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
20052         (add_alignment_attribute): New.
20053         (base_type_die): Add alignment attribute.
20054         (subrange_type_die): Likewise.
20055         (modified_type_die): Likewise.
20056         (gen_array_type_die): Likewise.
20057         (gen_descr_array_type_die: Likewise.
20058         (gen_enumeration_type_die): Likewise.
20059         (gen_subprogram_die): Likewise.
20060         (gen_variable_die): Likewise.
20061         (gen_field_die): Likewise.
20062         (gen_ptr_to_mbr_type_die): Likewise.
20063         (gen_struct_or_union_type_die): Likewise.
20064         (gen_subroutine_type_die): Likewise.
20065         (gen_typedef_die): Likewise.
20066         (base_type_cmp): Compare alignment attribute.
20068 2017-01-30  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
20070         PR target/79170
20071         * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
20072         (setb_unsigned) New pattern for setb with CCUNS.
20073         * config/rs6000/rs6000.c (expand_block_compare): Use a different
20074         subfc./subfe sequence to avoid overflow problems.  Generate a
20075         shorter sequence with cmpld/setb for power9.
20076         * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
20077         for generating subfc. instruction.
20078         (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
20079         now uses this instruction.
20081 2017-01-30  Ian Lance Taylor  <iant@google.com>
20083         PR debug/79289
20084         * dwarf2out.c (gen_type_die_with_usage): When picking a variant
20085         for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
20087 2017-01-30  Martin Sebor  <msebor@redhat.com>
20089         * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
20090         Move constant to the right of a relational operator.
20091         (get_mpfr_format_length, format_character, format_string): Ditto.
20092         (should_warn_p, maybe_warn): Same.
20094         * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
20096 2017-01-30  Maxim Ostapenko  <m.ostapenko@samsung.com>
20098         PR lto/79061
20099         * asan.c (get_translation_unit_decl): Remove function.
20100         (asan_add_global): Force has_dynamic_init to zero in LTO mode.
20102 2017-01-30  Martin Liska  <mliska@suse.cz>
20104         PR gcov-profile/79259
20105         * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
20106         -fprofile-generate.
20108 2017-01-30  Martin Liska  <mliska@suse.cz>
20110         PR bootstrap/78985
20111         * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
20112         Initialize variables with NULL value.
20114 2017-01-30  Richard Earnshaw  <rearnsh@arm.com>
20116         PR target/79260
20117         * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
20118         tm_p_file.
20119         * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
20121 2017-01-30  Richard Biener  <rguenther@suse.de>
20123         PR tree-optimization/79276
20124         * tree-vrp.c (process_assert_insertions): Properly adjust common
20125         when removing a duplicate.
20127         * gcc.dg/torture/pr79276.c: New testcase.
20129 2017-01-30  Richard Biener  <rguenther@suse.de>
20131         PR tree-optimization/79256
20132         * targhooks.c (default_builtin_vector_alignment_reachable): Honor
20133         BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
20134         alignment on TYPE.
20135         * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
20137 2017-01-30  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20139         PR target/79240
20140         * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
20141         ("*r<noxa>sbg_<mode>_sll_bitmask")
20142         ("*extzv_<mode>_srl<clobbercc_or_nocc>")
20143         ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
20144         Use contiguous_bitmask_nowrap_operand.
20146 2017-01-29  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
20148         PR target/79268
20149         * config/rs6000/altivec.h (vec_xl): Revise #define.
20150         (vec_xst): Likewise.
20152 2017-01-27  Uros Bizjak  <ubizjak@gmail.com>
20154         * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
20156 2017-01-27  Bernd Schmidt  <bschmidt@redhat.com>
20158         PR rtl-optimization/79194
20159         * cprop.c (one_cprop_pass): Move deletion of code after unconditional
20160         traps before call to bypass_conditional_jumps.
20162 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20164         PR tree-optimization/71374
20165         * lra-constraints.c (check_conflict_input_operands): New.
20166         (match_reload): Use it.
20168 2017-01-27  Vladimir Makarov  <vmakarov@redhat.com>
20170         PR target/79131
20171         * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
20172         account to calculate conflict_set.
20174 2017-01-27  Bin Cheng  <bin.cheng@arm.com>
20176         PR rtl-optimization/78559
20177         * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
20178         other_insn in combine.
20180 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
20182         * builtin-types.def: Use unsigned_char_type_node for BT_UINT8.  Use
20183         uint16_type_node for BT_UINT16.
20185 2017-01-27  David Malcolm  <dmalcolm@redhat.com>
20187         * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
20188         "RTL Tests" to menu.
20189         (GIMPLE Tests): New node.
20190         (RTL Tests): New node.
20192 2017-01-27  Richard Biener  <rguenther@suse.de>
20194         PR tree-optimization/79245
20195         * tree-loop-distribution.c (distribute_loop): Apply cost
20196         modeling also to detected patterns.
20198 2017-01-27  Richard Biener  <rguenther@suse.de>
20200         PR tree-optimization/71433
20201         * tree-vrp.c (register_new_assert_for): Revert earlier changes.
20202         (compare_assert_loc): New function.
20203         (process_assert_insertions): Sort and optimize assert locations
20204         to remove duplicates and push down identical assertions on
20205         edges to their destination block.
20207 2017-01-27  Richard Biener  <rguenther@suse.de>
20209         PR tree-optimization/79244
20210         * tree-vrp.c (remove_range_assertions): Forcefully propagate
20211         out SSA names even if abnormal.
20213 2017-01-27  Jakub Jelinek  <jakub@redhat.com>
20215         * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
20216         * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
20217         instead of MPFR_RNDN.
20219 2017-01-27  Richard Earnshaw  <rearnsha@arm.com>
20221         PR target/79239
20222         * arm.c (arm_option_override): Don't call build_target_option_node
20223         until after doing all option overrides.
20224         (arm_valid_target_attribute_tree): Likewise.
20226 2017-01-27  Martin Liska  <mliska@suse.cz>
20228         * doc/invoke.texi (-fprofile-arcs): Document profiling support
20229         for {cd}tors and C++ {cd}tors.
20231 2017-01-27  Dominik Vogt  <vogt@linux.vnet.ibm.com>
20233         * config/s390/s390.md ("*setmem_long_and")
20234         ("*setmem_long_and_31z"): Use zero_extend instead of and.
20236 2017-01-26  Martin Sebor  <msebor@redhat.com>
20238         * gimple-ssa-sprintf.c (format_floating): Simplify the computation
20239         of precision.
20241 2017-01-26  Martin Sebor  <msebor@redhat.com>
20243         * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
20244         HAVE_DFmode before using XFmode or DFmode.
20245         (parse_directive): Avoid using the z length modifier to avoid
20246         the ISO C++98 does not support the â€˜z’ gnu_printf length modifier.
20248         PR middle-end/78703
20249         * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
20250         to accept adjustment as an array.
20251         (get_int_range): New function.
20252         (struct directive): Make width and prec arrays.
20253         (directive::set_width, directive::set_precision): Call get_int_range.
20254         (format_integer, format_floating): Handle width and precision ranges.
20255         (format_string, parse_directive): Same.
20257 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20259         PR debug/79129
20260         * dwarf2out.c (generate_skeleton_bottom_up): For children with
20261         comdat_type_p set, just clone them, but keep the children in the
20262         original DIE.
20264         PR debug/78835
20265         * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
20266         which have direct callers with -fvar-tracking-assignments enabled
20267         in the current TU.
20268         (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
20269         inside of type units.
20271 2017-01-26  Martin Sebor  <msebor@redhat.com>
20273         PR middle-end/78703
20274         * gimple-ssa-sprintf.c (struct result_range): Add likely and
20275         unlikely counters.
20276         (struct format_result): Replace number_chars, number_chars_min,
20277         and number_chars_max with a single member of struct result_range.
20278         Remove bounded.
20279         (format_result::operator+=): Adjust.
20280         (struct fmtresult): Remove bounded.  Handle likely and unlikely
20281         counters.
20282         (fmtresult::adjust_for_width_or_precision): New function.
20283         (fmtresult:type_max_digits): New function.
20284         (bytes_remaining): Handle likely and unlikely counters.
20285         (min_bytes_remaining): Remove.
20286         (format_percent): Simplify.
20287         (format_integer, format_floating): Set likely and unlikely counters.
20288         (get_string_length, format_character, format_string): Same.
20289         (format_plain, should_warn_p): New function.
20290         (maybe_warn): Call should_warn_p.  Update diagnostic messages
20291         and handle those for all directives, including plain strings.
20292         (format_directive): Handle likely and unlikely counters.
20293         Remove unnecessary quoting from diagnostics.  Add an informational
20294         note.
20295         (add_bytes): Remove.
20296         (pass_sprintf_length::compute_format_length): Simplify.
20297         (try_substitute_return_value): Handle likely and unlikely counters.
20299 2017-01-26  Carl Love  <cel@us.ibm.com>
20301         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
20302         bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
20304 2017-01-26  Vladimir Makarov  <vmakarov@redhat.com>
20306         PR target/79131
20307         * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
20308         endianess for subregs into account.
20309         * lra-constraints.c (lra_constraints): Do risky transformations
20310         always on the first iteration.
20311         * lra-lives.c (check_pseudos_live_through_calls): Add arg
20312         last_call_used_reg_set.
20313         (process_bb_lives): Define and use last_call_used_reg_set.
20314         * lra.c (lra): Always continue after lra_constraints on the first
20315         iteration.
20317 2017-01-26  Kirill Yukhin  <kirill.yukhin@gmail.com>
20319         * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
20320         constant.
20321         * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
20323 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20325         * config/i386/avx512fintrin.h (_ktest_mask16_u8,
20326         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
20327         * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
20328         _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
20329         * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
20330         __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
20331         OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
20332         * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
20333         (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
20335 2017-01-26  Marek Polacek  <polacek@redhat.com>
20337         PR c/79199
20338         * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
20339         for the third operand.
20341 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20343         PR middle-end/79236
20344         * omp-low.c (struct omp_context): Add simt_stmt field.
20345         (scan_omp_for): Return omp_context *.
20346         (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
20347         context to the _simt_ SIMD stmt.
20348         (lower_omp_for): For combined SIMD with sibling _simt_
20349         SIMD, make sure to use the same decls in _looptemp_
20350         clauses as in the sibling.
20352 2017-01-26  David Sherwood  <david.sherwood@arm.com>
20354         PR middle-end/79212
20355         * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
20356         all contexts.
20358 2017-01-26  Jakub Jelinek  <jakub@redhat.com>
20360         PR target/70465
20361         * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
20362         emit fld b; fld a; if possible.
20364         * brig-builtins.def: Update copyright years.
20365         * config/arm/arm_acle_builtins.def: Update copyright years.
20367 2017-01-25  Michael Meissner  <meissner@linux.vnet.ibm.com>
20369         PR target/79179
20370         * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
20371         constraint instead of o for the stxsd instruction.
20373 2017-01-25  Carl Love  <cel@us.ibm.com>
20375         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
20376         of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
20378 2017-01-25  Jonathan Wakely  <jwakely@redhat.com>
20380         * doc/invoke.texi (C++ Dialect Options): Fix typo.
20382 2017-01-25  Richard Biener  <rguenther@suse.de>
20384         PR tree-optimization/69264
20385         * target.def (vector_alignment_reachable): Improve documentation.
20386         * doc/tm.texi: Regenerate.
20387         * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
20388         and add a comment.
20389         * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
20390         earlier changes with respect to TYPE_USER_ALIGN.
20391         (vector_alignment_reachable_p): Likewise.  Improve dumping.
20393 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20395         PR target/79145
20396         * config/arm/arm.md (xordi3): Force constant operand into a register
20397         for TARGET_IWMMXT.
20399 2016-01-25  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20401         * doc/invoke.texi (-fstore-merging): Correct default optimization
20402         levels at which it is enabled.
20403         (-O): Move -fstore-merging from list to...
20404         (-O2): ... Here.
20406 2017-01-25  Richard Biener  <rguenther@suse.de>
20408         PR debug/78363
20409         * omp-expand.c: Include debug.h.
20410         (expand_omp_taskreg): Make sure to generate early debug before
20411         outlining anything from a function.
20412         (expand_omp_target): Likewise.
20413         (grid_expand_target_grid_body): Likewise.
20415 2017-01-25  Maxim Ostapenko  <m.ostapenko@samsung.com>
20417         PR lto/79061
20418         * asan.c (get_translation_unit_decl): New function.
20419         (asan_add_global): Extract modules file name from globals
20420         TRANSLATION_UNIT_DECL name.
20422 2017-01-24  Eric Botcazou  <ebotcazou@adacore.com>
20424         PR target/77439
20425         * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
20426         for long calls with APCS frame and VFP.
20428 2017-01-24  David Malcolm  <dmalcolm@redhat.com>
20430         * cfg.c (original_copy_tables_initialized_p): New function.
20431         * cfg.h (original_copy_tables_initialized_p): New decl.
20432         * cfgrtl.c (relink_block_chain): Guard the call to
20433         free_original_copy_tables with a call to
20434         original_copy_tables_initialized_p.
20435         * cgraph.h (symtab_node::native_rtl_p): New decl.
20436         * cgraphunit.c (symtab_node::native_rtl_p): New function.
20437         (symtab_node::needed_p): Don't assert for early assembly output
20438         for __RTL functions.
20439         (cgraph_node::finalize_function): Set "force_output" for __RTL
20440         functions.
20441         (cgraph_node::analyze): Bail out early for __RTL functions.
20442         (analyze_functions): Update assertion to support __RTL functions.
20443         (cgraph_node::expand): Bail out early for __RTL functions.
20444         * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
20445         __RTL functions.
20446         * function.h (struct function): Update comment for field
20447         "pass_startwith".
20448         * gimple-expr.c: Include "tree-pass.h".
20449         (gimple_has_body_p): Return false for __RTL functions.
20450         * Makefile.in (OBJS): Add run-rtl-passes.o.
20451         * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
20452         accessor.
20453         (gcc::pass_manager::get_clean_slate): New accessor.
20454         * passes.c: Include "insn-addr.h".
20455         (should_skip_pass_p): Add logging.  Update logic for running
20456         "expand" to be compatible with both __GIMPLE and __RTL.  Guard
20457         property-provider override so it is only done for gimple passes.
20458         Don't skip dfinit.
20459         (skip_pass): New function.
20460         (execute_one_pass): Call skip_pass when skipping passes.
20461         * read-md.c (md_reader::read_char): Support filtering
20462         the input to a subset of line numbers.
20463         (md_reader::md_reader): Initialize fields
20464         m_first_line and m_last_line.
20465         (md_reader::read_file_fragment): New function.
20466         * read-md.h (md_reader::read_file_fragment): New decl.
20467         (md_reader::m_first_line): New field.
20468         (md_reader::m_last_line): New field.
20469         * read-rtl-function.c (function_reader::create_function): Only
20470         create cfun if it doesn't already exist.  Set PROP_rtl on cfun's
20471         curr_properties.  Set DECL_INITIAL to a dummy block.
20472         (read_rtl_function_body_from_file_range): New function.
20473         * read-rtl-function.h (read_rtl_function_body_from_file_range):
20474         New decl.
20475         * run-rtl-passes.c: New file.
20476         * run-rtl-passes.h: New file.
20478 2017-01-24  Jeff Law  <law@redhat.com>
20480         * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
20481         buffer size.
20483 2017-01-24  Bin Cheng  <bin.cheng@arm.com>
20485         PR tree-optimization/79159
20486         * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
20487         (record_nonwrapping_iv): Improve boundary using above function if no
20488         value range information.
20490 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
20491             Martin Jambor  <mjambor@suse.cz>
20493         * brig-builtins.def: New file.
20494         * builtins.def (DEF_HSAIL_BUILTIN): New macro.
20495         (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
20496         (DEF_HSAIL_SAT_BUILTIN): Likewise.
20497         (DEF_HSAIL_INTR_BUILTIN): Likewise.
20498         (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
20499         * builtin-types.def (BT_INT8): New.
20500         (BT_INT16): Likewise.
20501         (BT_UINT8): Likewise.
20502         (BT_UINT16): Likewise.
20503         (BT_FN_ULONG): Likewise.
20504         (BT_FN_UINT_INT): Likewise.
20505         (BT_FN_UINT_ULONG): Likewise.
20506         (BT_FN_UINT_LONG): Likewise.
20507         (BT_FN_UINT_PTR): Likewise.
20508         (BT_FN_ULONG_PTR): Likewise.
20509         (BT_FN_INT8_FLOAT): Likewise.
20510         (BT_FN_INT16_FLOAT): Likewise.
20511         (BT_FN_UINT32_FLOAT): Likewise.
20512         (BT_FN_UINT16_FLOAT): Likewise.
20513         (BT_FN_UINT8_FLOAT): Likewise.
20514         (BT_FN_UINT64_FLOAT): Likewise.
20515         (BT_FN_UINT16_UINT32): Likewise.
20516         (BT_FN_UINT32_UINT16): Likewise.
20517         (BT_FN_UINT16_UINT16_UINT16): Likewise.
20518         (BT_FN_INT_PTR_INT): Likewise.
20519         (BT_FN_UINT_PTR_UINT): Likewise.
20520         (BT_FN_LONG_PTR_LONG): Likewise.
20521         (BT_FN_ULONG_PTR_ULONG): Likewise.
20522         (BT_FN_VOID_UINT64_UINT64): Likewise.
20523         (BT_FN_UINT8_UINT8_UINT8): Likewise.
20524         (BT_FN_INT8_INT8_INT8): Likewise.
20525         (BT_FN_INT16_INT16_INT16): Likewise.
20526         (BT_FN_INT_INT_INT): Likewise.
20527         (BT_FN_UINT_FLOAT_UINT): Likewise.
20528         (BT_FN_FLOAT_UINT_UINT): Likewise.
20529         (BT_FN_ULONG_UINT_UINT): Likewise.
20530         (BT_FN_ULONG_UINT_PTR): Likewise.
20531         (BT_FN_ULONG_ULONG_ULONG): Likewise.
20532         (BT_FN_UINT_UINT_UINT): Likewise.
20533         (BT_FN_VOID_UINT_PTR): Likewise.
20534         (BT_FN_UINT_UINT_PTR: Likewise.
20535         (BT_FN_UINT32_UINT64_PTR): Likewise.
20536         (BT_FN_INT_INT_UINT_UINT): Likewise.
20537         (BT_FN_UINT_UINT_UINT_UINT): Likewise.
20538         (BT_FN_UINT_UINT_UINT_PTR): Likewise.
20539         (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
20540         (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
20541         (BT_FN_LONG_LONG_UINT_UINT): Likewise.
20542         (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
20543         (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
20544         (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
20545         (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
20546         (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
20547         (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
20548         * doc/frontends.texi: List BRIG FE.
20549         * doc/install.texi (Testing): Add BRIG tesring requirements.
20550         * doc/invoke.texi (Overall Options): Mention BRIG.
20551         * doc/standards.texi (Standards): Doucment BRIG HSA version.
20553 2017-01-24  Richard Biener  <rguenther@suse.de>
20555         PR translation/79208
20556         * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
20558 2017-01-24  Martin Jambor  <mjambor@suse.cz>
20560         PR bootstrap/79198
20561         * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
20562         * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
20563         and known_contexts.
20565 2017-01-24  Aldy Hernandez  <aldyh@redhat.com>
20567         PR middle-end/79123
20568         * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
20569         casts from signed to unsigned really don't have a range.
20571 2017-01-24  Markus Trippelsdorf  <markus@trippelsdorf.de>
20573         * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
20574         GMP_RNDx for compatiblity.
20576 2017-01-24  Martin Liska  <mliska@suse.cz>
20578         PR bootstrap/79132
20579         * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
20580         that would prevent us to call alloca with -1 as argument.
20582 2017-01-24  Jakub Jelinek  <jakub@redhat.com>
20584         * dwarf2out.c (output_compilation_unit_header, output_file_names):
20585         Avoid -Wformat-security warning.
20587 2017-01-23  Andrew Pinski  <apinski@cavium.com>
20589         * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
20590         cost table.
20592 2017-01-23  Martin Sebor  <msebor@redhat.com>
20594         PR middle-end/78703
20595         * gimple-ssa-sprintf.c (warn_level): New global.
20596         (format_integer): Use it here and throughout the rest of the file.
20597         Use the same switch to compute sign as base.
20598         (maybe_warn): New function.
20599         (format_directive): Factor out warnings into maybe_warn.
20600         Add debugging output.  Use warn_level.
20601         (add_bytes): Use warn_level.
20602         (pass_sprintf_length::compute_format_length): Add debugging output.
20603         (try_substitute_return_value): Same.
20604         (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
20606         PR middle-end/78703
20607         * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
20608         (struct fmtresult, format_integer, format_floating): Adjust.
20609         (fmtresult::fmtresult): Set max correctly in two argument ctor.
20610         (get_string_length, format_string,format_directive): Same.
20611         (pass_sprintf_length::compute_format_length): Same.
20612         (try_substitute_return_value): Simplify slightly.
20614         PR middle-end/78703
20615         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
20616         (fmtresult::operator+=): Outlined.
20617         (struct fmtresult): Add ctors.
20618         (struct conversion_spec): Rename...
20619         (struct directive): ...to this.  Add and remove data members.
20620         (directive::set_width, directive::set_precision): New functions.
20621         (format_percent): Use fmtresult ctor.
20622         (get_width_and_precision): Remove.
20623         (format_integer): Make naming changes.  Avoid computing width and
20624         precision.
20625         (format_floating): Same.  Adjust indentation.
20626         (format_character, format_none): New functions.
20627         (format_string): Moved character handling to format_character.
20628         (format_directive): Remove arguments, change return type.
20629         (parse_directive): New function.
20630         (pass_sprintf_length::compute_format_length): Move directive
20631         parsing to parse_directive.
20633 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20635         * tree.h (assign_assembler_name_if_neeeded): Rename to ...
20636         (assign_assembler_name_if_needed): ... this.
20637         * tree.c (assign_assembler_name_if_neeeded): Rename to ...
20638         (assign_assembler_name_if_needed): ... this.
20639         (free_lang_data_in_cgraph): Adjust callers.
20640         * cgraphunit.c (cgraph_node::analyze): Likewise.
20641         * omp-expand.c (expand_omp_taskreg, expand_omp_target):
20642         Likewise.
20644 2017-01-23  Richard Biener  <rguenther@suse.de>
20646         PR tree-optimization/79088
20647         PR tree-optimization/79188
20648         * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
20649         resetting loop bounds after last path deletion.  Reset loop
20650         bounds of the target loop, make code match the comments.
20651         * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
20652         Make sure loops need no fixups.
20654 2017-01-23  Kelvin Nilsen  <kelvin@gcc.gnu.org>
20656         * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
20657         exponent support with double type for first argument.
20658         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
20659         type returned by __builtin_vec_extract_sig,
20660         __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
20661         functions from "vector int" to "vector unsigned int" or from
20662         "vector long long int" to "vector unsigned long long int".
20663         Changed type returned by __builtin_vec_extract_exp,
20664         __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
20665         functions from "vector int" to "vector unsigned int" or from
20666         "vector long long int" to "vector unsigned long long int".
20667         Changed return type of __builtin_vec_test_data_class,
20668         __builtin_vec_test_data_class_sp, and
20669         __builtin_vec_test_data_class_dp from "vector int" to
20670         "vector bool int" or from "vector long long int" to "vector bool
20671         long long int" and changed second argument type from "unsigned
20672         int" to "int".  Added new overloaded function forms "vector float
20673         __builtin_vec_insert_exp (vector float, vector unsigned int)" and
20674         "vector float __builtin_vec_insert_exp_sp (vector float, vector
20675         unsigned int)" and "vector double __builtin_vec_insert_exp (vector
20676         double, vector unsigned long long int)" and "vector double
20677         __builtin_vec_insert_exp_dp (vector double, vector unsigned long
20678         long int)".  Changed return type of
20679         __builtin_scalar_test_data_class and
20680         __builtin_scalar_test_data_class_sp and
20681         __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
20682         int" and changed second argument from "unsigned int" to "int".
20683         Changed type returned by __builtin_scalar_test_neg,
20684         __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
20685         from "int" to "bool int".  Added new overloaded function form
20686         "double __builtin_scalar_insert_exp (double, unsigned long long int)".
20687         * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
20688         exponent double-precision with floating point first argument.
20689         * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
20690         documentation of scalar_test_data_class, scalar_test_neg,
20691         scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
20692         vector_extract_exp, vec_extract_sig, vec_insert_exp, and
20693         vec_test_data_class built-in functions to reflect refinements in
20694         their type signatures.
20696 2017-01-23  Andreas Tobler  <andreast@gcc.gnu.org>
20698         * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
20699         size of buf.
20700         (aarch64_elf_asm_destructor): Likewise.
20702 2017-01-23  Bernd Schmidt  <bschmidt@redhat.com>
20704         PR rtl-optimization/78634
20705         * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
20706         (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
20707         * ifcvt.c (noce_try_cmove): Add missing cost check.
20709         PR rtl-optimization/71724
20710         * combine.c (if_then_else_cond): Look for situations where it is
20711         beneficial to undo the work of one of the recursive calls.
20713 2017-01-23  Bin Cheng  <bin.cheng@arm.com>
20715         PR tree-optimization/70754
20716         * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
20717         (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE.  Insert
20718         combined stmt before it if not NULL.
20719         (combine_chains): Process refs reversely and compute dominance point
20720         for root ref.
20722 2017-01-23  Martin Liska  <mliska@suse.cz>
20724         PR tree-optimization/79196
20725         * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
20726         (fold_strstr_to_strncmp): ... this.  Fold the pattern to strncmp
20727         instead of memcmp.
20728         (strlen_optimize_stmt): Call the renamed function.
20730 2017-01-23  Michael Matz  <matz@suse.de>
20732         PR tree-optimization/78384
20733         * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
20735 2017-01-23  Richard Biener  <rguenther@suse.de>
20737         PR tree-optimization/79186
20738         * tree-vrp.c (register_new_assert_for): Make sure we've seen
20739         both incoming edges before moving an assert.
20741 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20743         * ipa-prop.c (load_from_param_1): Removed.
20744         (load_from_unmodified_param): Bits from load_from_param_1 put back
20745         here.
20746         (load_from_param): Removed.
20747         (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
20748         with stmt.  Reverted back to use of load_from_unmodified_param.
20750 2017-01-23  Martin Jambor  <mjambor@suse.cz>
20752         PR ipa/79108
20753         * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
20754         (ipa_node_params): Annotate with GTY((for_user)).  Make descriptors
20755         field a pointer to garbage collected vector, mark lattices and
20756         ipcp_orig_node with GTY((skip)).
20757         (ipa_get_param_count): Adjust to descriptors being a pointer.
20758         (ipa_get_param): Likewise.
20759         (ipa_get_type): Likewise.
20760         (ipa_get_param_move_cost): Likewise.
20761         (ipa_set_param_used): Likewise.
20762         (ipa_get_controlled_uses): Likewise.
20763         (ipa_set_controlled_uses): Likewise.
20764         (ipa_is_param_used): Likewise.
20765         (ipa_node_params_t): Move into garbage collector.  New methods insert
20766         and remove.
20767         (ipa_node_params_sum): Annotate wth GTY(()).
20768         (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
20769         garbage collected.
20770         (ipa_load_from_parm_agg): Adjust declaration.
20771         * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
20772         * ipa-profile.c (ipa_profile): Likewise.
20773         * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
20774         (ipa_populate_param_decls): Make descriptors parameter garbage
20775         collected.
20776         (ipa_dump_param): Adjust to descriptors being a pointer.
20777         (ipa_alloc_node_params): Likewise.
20778         (ipa_initialize_node_params): Likewise.
20779         (load_from_param_1): Make descriptors parameter garbage collected.
20780         (load_from_unmodified_param): Likewise.
20781         (load_from_param): Likewise.
20782         (ipa_load_from_parm_agg): Likewise.
20783         (ipa_node_params::~ipa_node_params): Removed.
20784         (ipa_free_all_node_params): Remove call to delete operator.
20785         (ipa_node_params_t::insert): New.
20786         (ipa_node_params_t::remove): Likewise.
20787         (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
20788         copy known_csts and known_contexts vectors.
20789         (ipa_read_node_info): Adjust to descriptors being a pointer.
20790         (ipcp_modif_dom_walker): Make m_descriptors field garbage
20791         collected.
20792         (ipcp_transform_function): Make descriptors variable garbage
20793         collected.
20795 2017-01-23  Andrew Senkevich  <andrew.senkevich@intel.com>
20797         * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
20798         * config/i386/avx512dqintrin.h: Ditto.
20799         * config/i386/avx512fintrin.h: Ditto.
20800         * config/i386/i386.c: Handle new builtins.
20801         * config/i386/i386-builtin.def: Add new builtins.
20802         * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
20803         (UNSPEC_KORTEST, UNSPEC_KTEST): New.
20805 2017-01-23  Jakub Jelinek  <jakub@redhat.com>
20806             Martin Liska  <mliska@suse.cz>
20808         * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
20809         * asan.c (asan_expand_poison_ifn): Support stores and use
20810         appropriate ASAN report function.
20811         * internal-fn.c (expand_ASAN_POISON_USE): New function.
20812         * internal-fn.def (ASAN_POISON_USE): Declare.
20813         * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
20814         (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
20815         * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
20816         ASAN_POISON calls w/o LHS.
20817         * tree-ssa.c (execute_update_addresses_taken): Create clobber
20818         for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
20819         from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
20820         * gimplify.c (asan_poison_variables): Add attribute
20821         use_after_scope_memory to variables that really needs to live
20822         in memory.
20823         * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
20824         having the attribute.
20826 2017-01-23  Martin Liska  <mliska@suse.cz>
20828         * asan.c (create_asan_shadow_var): New function.
20829         (asan_expand_poison_ifn): Likewise.
20830         * asan.h (asan_expand_poison_ifn): New declaration.
20831         * internal-fn.c (expand_ASAN_POISON): Likewise.
20832         * internal-fn.def (ASAN_POISON): New builtin.
20833         * sanopt.c (pass_sanopt::execute): Expand
20834         asan_expand_poison_ifn.
20835         * tree-inline.c (copy_decl_for_dup_finish): Make function
20836         external.
20837         * tree-inline.h (copy_decl_for_dup_finish): Likewise.
20838         * tree-ssa.c (is_asan_mark_p): New function.
20839         (execute_update_addresses_taken): Rewrite local variables
20840         (identified just by use-after-scope as addressable) into SSA.
20842 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20844         * doc/install.texi (Specific): opensource.apple.com uses https
20845         now. Remove trailing slash.
20847 2017-01-22  Gerald Pfeifer  <gerald@pfeifer.com>
20849         * README.Portability: Remove note on an Irix compatibility issue.
20851 2017-01-22  Dimitry Andric <dim@FreeBSD.org>
20853         * gcov.c (INCLUDE_ALGORITHM): Define.
20854         (INCLUDE_VECTOR): Define.
20855         No longer include <vector> and <algorithm> directly.
20857 2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
20859         * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
20860         to https.
20861         * doc/invoke.texi (Code Gen Options): Ditto.
20863 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
20865         PR lto/78407
20866         * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
20868 2017-01-21  Bernd Schmidt  <bschmidt@redhat.com>
20870         rtl-optimization/79125
20871         * cprop.c (local_cprop_pass): Handle cases where we make an
20872         unconditional trap.
20874 2017-01-20  Segher Boessenkool  <segher@kernel.crashing.org>
20876         PR target/61729
20877         PR target/77850
20878         * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
20879         read from, for big endian.
20881 2017-01-20  Jiong Wang  <jiong.wang@arm.com>
20883         * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
20884         register pauth builtins for LP64 only.
20886 2017-01-20  Marek Polacek  <polacek@redhat.com>
20888         PR c/79152
20889         * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
20890         non-case labels.
20892 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
20894         * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
20895         of safelen status.
20896         * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
20897         * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
20898         * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
20900 2017-01-20  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
20902         PR target/71270
20903         * config/arm/arm.c (neon_valid_immediate): Reject vector constants
20904         in big-endian mode when they are not a single duplicated value.
20906 2017-01-20  Richard Biener  <rguenther@suse.de>
20908         * BASE-VER: Bump to 7.0.1.
20910 2017-01-20  Alexander Monakov  <amonakov@ispras.ru>
20912         * omp-low.c (omplow_simd_context): New struct.  Use it...
20913         (lower_rec_simd_input_clauses): ...here and...
20914         (lower_rec_input_clauses): ...here to hold common data.  Adjust all
20915         references to idx, lane, max_vf, is_simt.
20917 2017-01-20  Graham Markall  <graham.markall@embecosm.com>
20919         * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
20920         mcpu=nps400.
20922 2017-01-20  Martin Jambor  <mjambor@suse.cz>
20924         * hsa.h: Renaed to hsa-common.h.  Adjusted a comment.
20925         * hsa.c: Renaed to hsa-common.c.  Change include of gt-hsa.h to
20926         gt-hsa-common.h.
20927         * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
20928         (GTFILES): Rename hsa.c to hsa-common.c.
20929         * hsa-brig.c: Change include of hsa.h to hsa-common.h.
20930         * hsa-dump.c: Likewise.
20931         * hsa-gen.c: Likewise.
20932         * hsa-regalloc.c: Likewise.
20933         * ipa-hsa.c: Likewise.
20934         * omp-expand.c: Likewise.
20935         * omp-low.c: Likewise.
20936         * toplev.c: Likewise.
20938 2017-01-20  Marek Polacek  <polacek@redhat.com>
20940         PR c/64279
20941         * doc/invoke.texi: Document -Wduplicated-branches.
20942         * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
20943         COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
20944         POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
20945         STATEMENT_LIST, and RETURN_EXPR.  For non-pure non-const functions
20946         return 0 only when not OEP_LEXICOGRAPHIC.
20947         (fold_build_cleanup_point_expr): Use the expression
20948         location when building CLEANUP_POINT_EXPR.
20949         * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
20950         * tree.c (add_expr): Handle error_mark_node.
20952 2017-01-20  Martin Liska  <mliska@suse.cz>
20954         PR lto/69188
20955         * tree-profile.c (init_ic_make_global_vars): Do not call
20956         finalize_decl.
20957         (gimple_init_gcov_profiler): Likewise.
20959 2017-01-20  Martin Liska  <mliska@suse.cz>
20961         PR ipa/71190
20962         * cgraph.h (maybe_create_reference): Remove argument and
20963         update comment.
20964         * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
20965         argument.
20966         * ipa-cp.c (create_specialized_node): Likewise.
20967         * symtab.c (symtab_node::maybe_create_reference): Handle
20968         VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
20970 2017-01-20  Martin Liska  <mliska@suse.cz>
20972         * read-rtl-function.c (function_reader::create_function): Use
20973         build_decl instread of build_decl_stat.
20975 2017-01-20  Andrew Senkevich  <andrew.senkevich@intel.com>
20977         * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
20978         * config/i386/avx512dqintrin.h: Ditto.
20979         * config/i386/avx512fintrin.h: Ditto.
20980         * config/i386/i386-builtin-types.def: Add new types.
20981         * config/i386/i386.c: Handle new types.
20982         * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
20983         (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
20984         (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
20985         (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
20986         (__builtin_ia32_kshiftridi): New.
20987         * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
20989 2017-01-19  Segher Boessenkool  <segher@kernel.crashing.org>
20991         PR target/78875
20992         PR target/79140
20993         * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
20994         define to rs6000_init_stack_protect_guard.
20995         (rs6000_init_stack_protect_guard): New function.
20997 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
20998             Yunqiang Su  <yunqiang.su@imgtec.com>
21000         * config.gcc (supported_defaults): Add madd4.
21001         (with_madd4): Add validation.
21002         (all_defaults): Add madd4.
21003         * config/mips/mips.opt (mmadd4): New option.
21004         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21005         mmadd4.
21006         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21007         __mips_no_madd4.
21008         (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
21009         (ISA_HAS_FUSED_MADD4): Likewise.
21010         * doc/invoke.texi (-mmadd4): Document the new option.
21011         * doc/install.texi (--with-madd4): Document the new option.
21013 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21015         * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
21016         entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
21017         AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
21018         (aarch64_init_pauth_hint_builtins): New.
21019         (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
21020         (aarch64_expand_builtin): Expand new builtins.
21022 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21024         * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
21025         * combine-stack-adj.c (no_unhandled_cfa): Handle
21026         REG_CFA_TOGGLE_RA_MANGLE.
21027         * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
21028         * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
21029         info for return address signing.
21030         (aarch64_expand_epilogue): Likewise.
21032 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21034         * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
21035         * config/aarch64/aarch64-protos.h
21036         (aarch64_return_address_signing_enabled): New declaration.
21037         * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
21038         New function.
21039         (aarch64_expand_prologue): Sign return address before it's pushed onto
21040         stack.
21041         (aarch64_expand_epilogue): Authenticate return address fetched from
21042         stack.
21043         (aarch64_override_options): Sanity check for ILP32 and ISA level.
21044         (aarch64_attributes): New function attributes for "sign-return-address".
21045         * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
21046         UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
21047         ("*do_return"): Generate combined instructions according to key index.
21048         ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
21049         * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
21050         iterators.
21051         (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
21052         * config/aarch64/aarch64.opt (msign-return-address=): New.
21053         * doc/extend.texi (AArch64 Function Attributes): Documents
21054         "sign-return-address=".
21055         * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
21057 2017-01-19  Matthew Fortune  <matthew.fortune@imgtec.com>
21059         * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
21060         overall option summary.
21062 2017-01-19  Jiong Wang  <jiong.wang@arm.com>
21064         * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
21065         * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
21066         AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
21067         * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
21069 2017-01-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
21071         * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
21072         -mpower9-minmax by default for -mcpu=power9.
21073         (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
21074         128-bit floating point.
21076 2017-01-20  Alan Modra  <amodra@gmail.com>
21078         * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
21079         optimizing for size.
21081 2017-01-20  Alan Modra  <amodra@gmail.com>
21083         PR target/79144
21084         * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
21085         for strcmp and strncmp from corresponding builtin decl.
21087 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21089         * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
21090         instead of i386/rtems-64.h.
21091         * config/i386/rtems-64.h: Remove.
21093 2017-01-19  Uros Bizjak  <ubizjak@gmail.com>
21095         PR target/78478
21096         Revert:
21097         2013-11-05  Uros Bizjak  <ubizjak@gmail.com>
21099         * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
21101 2017-01-19  Tamar Christina  <tamar.christina@arm.com>
21103         * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
21104         Change int to HOST_WIDE_INT.
21105         * config/aarch64/aarch64-protos.h
21106         (aarch64_simd_gen_const_vector_dup): Likewise.
21107         * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
21109 2017-01-19  David Malcolm  <dmalcolm@redhat.com>
21111         * langhooks-def.h (lhd_type_for_size): New decl.
21112         (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
21113         * langhooks.c (lhd_type_for_size): New function, taken from
21114         lto_type_for_size.
21116 2017-01-19  Pat Haugen  <pthaugen@us.ibm.com>
21118         * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
21119         define_bypass for CR latency.
21120         (power9-cracked-alu): Update bypass latency and remove power9-branch.
21121         (power9-alu2): Add define_bypass for CR latency.
21122         (power9-cmp): New.
21123         (power9-mul): Update insn latency.
21124         (power9-mul-compare): Update insn latency, bypass latency and remove
21125         power9-branch.
21127 2016-01-19  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
21129         * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
21130         Delete.
21131         * config/aarch64/aarch64.md
21132         (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
21133         aarch64_nopcrelative_literal_loads.
21134         (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
21136 2017-01-19  Chenghua Xu  <paul.hua.gm@gmail.com>
21138         * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
21139         TARGET_LOONGSON_3A.
21140         (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
21142 2017-01-19  Doug Gilmore  <doug.gilmore@imgtec.com>
21144         PR target/78176
21145         * config.gcc (supported_defaults): Add lxc1-sxc1.
21146         (with_lxc1_sxc1): Add validation.
21147         (all_defaults): Add lxc1-sxc1.
21148         * config/mips/mips.opt (mlxc1-sxc1): New option.
21149         * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21150         mlxc1-sxc1.
21151         (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21152         __mips_no_lxc1_sxc1.
21153         (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
21154         * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
21155         * doc/install.texi (--with-lxc1-sxc1): Document the new option.
21157 2017-01-19  Richard Biener  <rguenther@suse.de>
21159         PR tree-optimization/72488
21160         * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
21161         sure to restore SSA info.
21162         * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
21164 2017-01-19  Richard Earnshaw  <rearnsha@arm.com>
21166         PR rtl-optimization/79121
21167         * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
21168         of the inner type when shifting an extended value.
21170 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21172         PR lto/78407
21173         * symtab.c (symtab_node::equal_address_to): Fix comparing of
21174         interposable aliases.
21176 2017-01-18  Peter Bergner  <bergner@vnet.ibm.com>
21178         PR target/78516
21179         * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
21180         Use the evmergelohi instruction.
21181         (mov_si<mode>_e500_subreg4_2_le): Likewise.
21182         (mov_sitf_e500_subreg8_2_be): Likewise.
21183         (mov_sitf_e500_subreg12_2_le): Likewise.
21184         (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
21185         (mov_si<mode>_e500_subreg4_2_be): Likewise.
21186         (mov_sitf_e500_subreg8_2_le): Likewise.
21187         (mov_sitf_e500_subreg12_2_be): Likewise.
21189 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21191         * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
21192         attribute from vecsimple to vecperm.
21193         (altivec_vbpermq2): Likewise.
21195 2017-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21197         PR target/79040
21198         * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
21200 2017-01-18  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
21201         * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
21202         * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
21203         strcmp. Fix bug where comparison didn't stop with zero byte. Fix
21204         case where N arg is SIZE_MAX.
21205         * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
21206         (cmpstrsi): Add pattern.
21208 2017-01-18  Michael Meissner  <meissner@linux.vnet.ibm.com>
21210         * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21211         __builtin_vec_revb builtins.
21212         * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
21213         built-in functions to support generation of the ISA 3.0 XXBR<x>
21214         vector byte reverse instructions.
21215         (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
21216         (P9V_BUILTIN_XXBRD_V2DI): Likewise.
21217         (P9V_BUILTIN_XXBRD_V2DF): Likewise.
21218         (P9V_BUILTIN_XXBGW_V4SI): Likewise.
21219         (P9V_BUILTIN_XXBGW_V4SF): Likewise.
21220         (P9V_BUILTIN_XXBGH_V8HI): Likewise.
21221         (P9V_BUILTIN_VEC_REVB): Likewise.
21222         * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
21223         generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
21224         (p9_xxbrq_v16qi): Likewise.
21225         (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
21226         (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
21227         (p9_xxbrh_v8hi): Likewise.
21228         * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
21229         * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
21230         vec_revb built-in functions.
21232 2017-01-18  Uros Bizjak  <ubizjak@gmail.com>
21234         PR rtl-optimization/78952
21235         * config/i386/i386.md (any_extract): New code iterator.
21236         (*insvqi_2): Use any_extract for source operand.
21237         (*insvqi_3): Use any_shiftrt for source operand.
21239 2017-01-18  Wilco Dijkstra  <wdijkstr@arm.com>
21241         * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
21242         New function.
21243         (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
21245 2017-01-18  Matthias Klose  <doko@ubuntu.com>
21247         * doc/install.texi: Allow default for --with-target-bdw-gc-include.
21249 2016-01-18  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21251         * config/rs6000/altivec.h (vec_bperm): Change #define.
21252         * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
21253         (altivec_vbpermq2): New define_insn.
21254         (altivec_vbpermd): Likewise.
21255         * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
21256         function interface.
21257         (VBPERMD): Likewise.
21258         (VBPERM): New polymorphic function interface.
21259         * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
21260         Add entries for P9V_BUILTIN_VEC_VBPERM.
21261         * doc/extend.texi: Add interfaces for vec_bperm.
21263 2017-01-18  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
21265         * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
21266         first letter of error messages.
21267         (s390_resolve_overloaded_builtin): Likewise.
21268         * config/s390/s390.c (s390_expand_builtin): Likewise.
21269         (s390_invalid_arg_for_unprototyped_fn): Likewise.
21270         (s390_valid_target_attribute_inner_p): Likewise.
21271         * config/s390/s390.md ("tabort"): Likewise.
21273 2017-01-18  Toma Tabacu  <toma.tabacu@imgtec.com>
21275         * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
21276         (ISA_AVOID_DIV_HILO): New macro.
21277         (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
21278         (ISA_HAS_DDIV): Likewise.
21280 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21282         * doc/invoke.texi (fabi-version): Correct number of occurrences.
21284 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21286         * doc/invoke.texi (fabi-version): Spelling fix.
21288 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21290         PR c++/70182
21291         * doc/invoke.texi (fabi-version): Mention mangling fix for
21292         operator names.
21294 2017-01-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
21296         PR c++/77489
21297         * doc/invoke.texi (fabi-version): Document discriminator mangling.
21299 2017-01-17  Segher Boessenkool  <segher@kernel.crashing.org>
21301         PR target/78875
21302         * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
21303         * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
21304         the new options.
21305         * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
21306         flexible settings.
21307         (stack_protect_test): Ditto.
21308         * config/rs6000/rs6000.opt (mstack-protector-guard=,
21309         mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
21310         options.
21311         * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
21312         Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
21313         -mstack-protector-guard-offset=.
21314         (RS/6000 and PowerPC Options): Ditto.
21316 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21318         * config/i386/i386.h (MASK_CLASS_P): New define.
21319         * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
21320         there are no registers from different register sets also when
21321         mask registers are used.  Update function comment.
21322         * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
21323         to (*k/*r) and (*k/*km) alternatives.
21325 2017-01-17  Wilco Dijkstra  <wdijkstr@arm.com>
21327         * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
21328         * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
21329         (EH_RETURN_HANDLER_RTX): New define.
21330         * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
21331         Force frame pointer in EH return functions.
21332         (aarch64_expand_epilogue): Add barrier for eh_return.
21333         (aarch64_final_eh_return_addr): Remove.
21334         (aarch64_eh_return_handler_rtx): New function.
21335         * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
21336         Remove.
21337         (aarch64_eh_return_handler_rtx): New prototype.
21339 2017-01-17  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21341         * config/rs6000/altivec.h (vec_rlmi): New #define.
21342         (vec_vrlnm): Likewise.
21343         (vec_rlnm): Likewise.
21344         * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
21345         (UNSPEC_VRLNM): Likewise.
21346         (VIlong): New mode iterator.
21347         (altivec_vrl<VI_char>mi): New define_insn.
21348         (altivec_vrl<VI_char>nm): Likewise.
21349         * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
21350         function entry.
21351         (VRLDNM): Likewise.
21352         (RLNM): New polymorphic function entry.
21353         (VRLWMI): New monomorphic function entry.
21354         (VRLDMI): Likewise.
21355         (RLMI): New polymorphic function entry.
21356         * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
21357         new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
21358         * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
21359         vec_vrlnm.
21361 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21363         PR debug/78839
21364         * dwarf2out.c (field_byte_offset): Restore the
21365         PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
21366         and DECL_FIELD_BIT_OFFSET.  Use fold_build2 instead of build2 + fold.
21367         (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
21368         of build2 + fold.
21370 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21372         PR ada/67205
21373         * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
21375 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21377         PR debug/71669
21378         * dwarf2out.c (add_data_member_location_attribute): For constant
21379         offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
21380         instead of DW_AT_data_member_location, DW_AT_bit_offset and
21381         DW_AT_byte_size attributes.
21383 2017-01-17  Eric Botcazou  <ebotcazou@adacore.com>
21385         * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
21386         after forcing to constant memory when the code model is medium.
21388 2017-01-17  Julia Koval  <julia.koval@intel.com>
21390         PR target/76731
21391         * config/i386/avx512fintrin.h
21392         (_mm512_i32gather_ps): Change __addr type to void const*.
21393         (_mm512_mask_i32gather_ps): Ditto.
21394         (_mm512_i32gather_pd): Ditto.
21395         (_mm512_mask_i32gather_pd): Ditto.
21396         (_mm512_i64gather_ps): Ditto.
21397         (_mm512_mask_i64gather_ps): Ditto.
21398         (_mm512_i64gather_pd): Ditto.
21399         (_mm512_mask_i64gather_pd): Ditto.
21400         (_mm512_i32gather_epi32): Ditto.
21401         (_mm512_mask_i32gather_epi32): Ditto.
21402         (_mm512_i32gather_epi64): Ditto.
21403         (_mm512_mask_i32gather_epi64): Ditto.
21404         (_mm512_i64gather_epi32): Ditto.
21405         (_mm512_mask_i64gather_epi32): Ditto.
21406         (_mm512_i64gather_epi64): Ditto.
21407         (_mm512_mask_i64gather_epi64): Ditto.
21408         (_mm512_i32scatter_ps): Change __addr type to void*.
21409         (_mm512_mask_i32scatter_ps): Ditto.
21410         (_mm512_i32scatter_pd): Ditto.
21411         (_mm512_mask_i32scatter_pd): Ditto.
21412         (_mm512_i64scatter_ps): Ditto.
21413         (_mm512_mask_i64scatter_ps): Ditto.
21414         (_mm512_i64scatter_pd): Ditto.
21415         (_mm512_mask_i64scatter_pd): Ditto.
21416         (_mm512_i32scatter_epi32): Ditto.
21417         (_mm512_mask_i32scatter_epi32): Ditto.
21418         (_mm512_i32scatter_epi64): Ditto.
21419         (_mm512_mask_i32scatter_epi64): Ditto.
21420         (_mm512_i64scatter_epi32): Ditto.
21421         (_mm512_mask_i64scatter_epi32): Ditto.
21422         (_mm512_i64scatter_epi64): Ditto.
21423         (_mm512_mask_i64scatter_epi64): Ditto.
21424         * config/i386/avx512pfintrin.h
21425         (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
21426         (_mm512_mask_prefetch_i32gather_ps): Ditto.
21427         (_mm512_mask_prefetch_i64gather_pd): Ditto.
21428         (_mm512_mask_prefetch_i64gather_ps): Ditto.
21429         (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
21430         (_mm512_prefetch_i32scatter_ps): Ditto.
21431         (_mm512_mask_prefetch_i32scatter_pd): Ditto.
21432         (_mm512_mask_prefetch_i32scatter_ps): Ditto.
21433         (_mm512_prefetch_i64scatter_pd): Ditto.
21434         (_mm512_prefetch_i64scatter_ps): Ditto.
21435         (_mm512_mask_prefetch_i64scatter_pd): Ditto.
21436         (_mm512_mask_prefetch_i64scatter_ps): Ditto.
21437         * config/i386/avx512vlintrin.h
21438         (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
21439         (_mm_mmask_i32gather_ps): Ditto.
21440         (_mm256_mmask_i32gather_pd): Ditto.
21441         (_mm_mmask_i32gather_pd): Ditto.
21442         (_mm256_mmask_i64gather_ps): Ditto.
21443         (_mm_mmask_i64gather_ps): Ditto.
21444         (_mm256_mmask_i64gather_pd): Ditto.
21445         (_mm_mmask_i64gather_pd): Ditto.
21446         (_mm256_mmask_i32gather_epi32): Ditto.
21447         (_mm_mmask_i32gather_epi32): Ditto.
21448         (_mm256_mmask_i32gather_epi64): Ditto.
21449         (_mm_mmask_i32gather_epi64): Ditto.
21450         (_mm256_mmask_i64gather_epi32): Ditto.
21451         (_mm_mmask_i64gather_epi32): Ditto.
21452         (_mm256_mmask_i64gather_epi64): Ditto.
21453         (_mm_mmask_i64gather_epi64): Ditto.
21454         (_mm256_i32scatter_ps): Change __addr type to void*.
21455         (_mm256_mask_i32scatter_ps): Ditto.
21456         (_mm_i32scatter_ps): Ditto.
21457         (_mm_mask_i32scatter_ps): Ditto.
21458         (_mm256_i32scatter_pd): Ditto.
21459         (_mm256_mask_i32scatter_pd): Ditto.
21460         (_mm_i32scatter_pd): Ditto.
21461         (_mm_mask_i32scatter_pd): Ditto.
21462         (_mm256_i64scatter_ps): Ditto.
21463         (_mm256_mask_i64scatter_ps): Ditto.
21464         (_mm_i64scatter_ps): Ditto.
21465         (_mm_mask_i64scatter_ps): Ditto.
21466         (_mm256_i64scatter_pd): Ditto.
21467         (_mm256_mask_i64scatter_pd): Ditto.
21468         (_mm_i64scatter_pd): Ditto.
21469         (_mm_mask_i64scatter_pd): Ditto.
21470         (_mm256_i32scatter_epi32): Ditto.
21471         (_mm256_mask_i32scatter_epi32): Ditto.
21472         (_mm_i32scatter_epi32): Ditto.
21473         (_mm_mask_i32scatter_epi32): Ditto.
21474         (_mm256_i32scatter_epi64): Ditto.
21475         (_mm256_mask_i32scatter_epi64): Ditto.
21476         (_mm_i32scatter_epi64): Ditto.
21477         (_mm_mask_i32scatter_epi64): Ditto.
21478         (_mm256_i64scatter_epi32): Ditto.
21479         (_mm256_mask_i64scatter_epi32): Ditto.
21480         (_mm_i64scatter_epi32): Ditto.
21481         (_mm_mask_i64scatter_epi32): Ditto.
21482         (_mm256_i64scatter_epi64): Ditto.
21483         (_mm256_mask_i64scatter_epi64): Ditto.
21484         (_mm_i64scatter_epi64): Ditto.
21485         (_mm_mask_i64scatter_epi64): Ditto.
21486         * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
21487         (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
21488         (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
21489         (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
21490         (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
21491         (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
21492         (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
21493         (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
21494         (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
21495         (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
21496         (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
21497         (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
21498         (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
21499         (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
21500         (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
21501         (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
21502         (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
21503         (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
21504         (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
21505         (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
21506         (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
21507         (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
21508         (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
21509         (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
21510         (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
21511         (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
21512         (VOID_QI_V8DI_PCINT_INT_INT): Remove.
21513         (V16SF_V16SF_PCVOID_V16SI_HI_INT,  V8DF_V8DF_PCVOID_V8SI_QI_INT)
21514         (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
21515         (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
21516         (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
21517         (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
21518         (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
21519         (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
21520         (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
21521         (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
21522         (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
21523         (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
21524         (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
21525         (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
21526         (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
21527         (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
21528         (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
21529         (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
21530         (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
21531         (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
21532         (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
21533         (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
21534         (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
21535         (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
21536         (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
21537         (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
21538         (VOID_QI_V8DI_PCVOID_INT_INT): Add.
21539         * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
21540         definitions accordingly.
21542 2017-01-17  Kito Cheng  <kito.cheng@gmail.com>
21543             Kuan-Lin Chen  <kuanlinchentw@gmail.com>
21545         PR target/79079
21546         * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
21547         gen_lowpart.
21549 2017-01-17  Vladimir Makarov  <vmakarov@redhat.com>
21551         PR target/79058
21552         * ira-conflicts.c (ira_build_conflicts): Update total conflict
21553         hard regs for inner regno.
21555 2017-01-17  Martin Liska  <mliska@suse.cz>
21557         PR ipa/71207
21558         * ipa-polymorphic-call.c (contains_type_p): Fix wrong
21559         assumption and add comment.
21561 2017-01-17  Nathan Sidwell  <nathan@acm.org>
21563         * ipa-visibility.c (localize_node): New function, broken out of ...
21564         (function_and_variable_visibility): ... here. Call it.
21566 2017-01-17  Jan Hubicka  <hubicka@ucw.cz>
21568         PR middle-end/77445
21569         * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
21570         correctly set frequency of oudgoing edge.
21571         (duplicate_thread_path): Fix profile updating.
21573 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
21575         PR other/79046
21576         * configure.ac: Add GCC_BASE_VER.
21577         * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
21578         version from BASE-VER file.
21579         (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
21580         (gcc.o): Depend on $(BASEVER).
21581         * common.opt (dumpfullversion): New option.
21582         * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
21583         * doc/invoke.texi: Document -dumpfullversion.
21584         * doc/install.texi: Document --with-gcc-major-version-only.
21585         * configure: Regenerated.
21587 2017-01-17  Richard Biener  <rguenther@suse.de>
21589         PR tree-optimization/71433
21590         * tree-vrp.c (register_new_assert_for): Merge same asserts
21591         on all incoming edges.
21592         (process_assert_insertions_for): Handle insertions at the
21593         beginning of BBs.
21595 2017-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
21597         * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
21598         * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
21600 2017-01-17  Kaz Kojima  <kkojima@gcc.gnu.org>
21602         PR target/78633
21603         * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
21604         RTL sharing.
21606 2017-01-17  Alan Modra  <amodra@gmail.com>
21608         PR target/79066
21609         * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
21610         * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
21611         symbolic stack limit when pic.
21613 2017-01-16  Martin Sebor  <msebor@redhat.com>
21615         PR tree-optimization/78608
21616         * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
21618 2017-01-16  Jeff Law  <law@redhat.com>
21620         Revert:
21621         2016-12-02  Tadek Kijkowski  <tkijkowski@gmail.com>
21622         * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
21623         for several include directories that may be relative to sysroot.
21624         * config/i386/x-mingw32 (gplus_includedir): Define.
21625         (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
21626         (native_system_includedir): Likewise.
21627         * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
21628         override if TARGET_SYSTEM_ROOT is defined.
21629         (NATIVE_SYSTEM_HEADER_DIR): Likewise.
21631         PR tree-optimization/79090
21632         PR tree-optimization/33562
21633         PR tree-optimization/61912
21634         PR tree-optimization/77485
21635         * tree-ssa-dse.c (compute_trims): Accept STMT argument.  Dump STMT
21636         and computed trims into the dump file.
21638 2017-01-17  Uros Bizjak  <ubizjak@gmail.com>
21640         * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
21642 2017-01-16  Jakub Jelinek  <jakub@redhat.com>
21644         PR c/79089
21645         * gimplify.c (gimplify_init_constructor): If want_value and
21646         object == lhs, unshare lhs to avoid invalid tree sharing.  Formatting
21647         fix.
21649         PR target/79080
21650         * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
21651         sequence.  Formatting fixes.
21652         (doloop_optimize): Formatting fixes.
21654         PR driver/49726
21655         * gcc.c (debug_level_greater_than_spec_func): New function.
21656         (static_spec_functions): Add debug-level-gt spec function.
21657         (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
21658         !g0.
21659         * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21660         * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21661         * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
21662         gpubnames, ggnu-pubnames, gno-record-gcc-switches,
21663         grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
21664         gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
21666 2017-01-16  Uros Bizjak  <ubizjak@gmail.com>
21668         * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
21669         QImode fixups to general and mask registers only.
21671 2017-01-16  Carl Love  <cel@us.ibm.com>
21673         * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
21674         for built-in functions
21675         vector signed char vec_nabs (vector signed char)
21676         vector signed short vec_nabs (vector signed short)
21677         vector signed int vec_nabs (vector signed int)
21678         vector signed long long vec_nabs (vector signed long long)
21679         vector float vec_nabs (vector float)
21680         vector double vec_nabs (vector double)
21681         * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
21682         and NABS overload.
21683         * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
21684         * config/rs6000/altivec.h: New define for vec_nabs built-in function.
21685         * doc/extend.texi: Update the documentation file for the new built-in
21686         functions.
21688 2017-01-16  Martin Sebor  <msebor@redhat.com>
21690         * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
21691         message.
21693 2017-01-16  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21695         * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
21696         UNSPEC_VSX__XXSPLTD to require special splat handling.
21698 2017-01-16  David Malcolm  <dmalcolm@redhat.com>
21700         PR bootstrap/78616
21701         * system.h: Poison strndup.
21703 2017-01-16  Alan Modra  <amodra@gmail.com>
21705         PR target/79098
21706         * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
21707         use a switch.
21709 2017-01-16  Georg-Johann Lay  <avr@gjlay.de>
21711         * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
21713 2017-01-15  Uros Bizjak  <ubizjak@gmail.com>
21715         * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
21716         call recog here.  Assert that INSN_CODE (insn) is non-negative.
21718 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21720         PR target/72749
21721         * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
21722         fallthrough.
21723         * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
21724         in the currently scheduled RTL fragment.
21726 2017-01-15  Segher Boessenkool  <segher@kernel.crashing.org>
21728         PR rtl-optimization/78751
21729         * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
21730         give up.
21732 2017-01-14  Jeff Law  <law@redhat.com>
21734         PR tree-optimization/79090
21735         * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
21736         variable length stores.
21737         (compute_trims): Delete dead assignment to *trim_tail.
21738         (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
21739         zero length.
21741 2017-01-14  Bernd Schmidt  <bschmidt@redhat.com>
21743         PR rtl-optimization/78626
21744         PR rtl-optimization/78727
21745         * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
21746         of a block, and split such blocks after everything else is finished.
21748 2017-01-14  Alan Modra  <amodra@gmail.com>
21750         PR target/72749
21751         * combine.c (recog_for_combine_1): Set INSN_CODE before calling
21752         target legitimate_combined_insn.
21753         * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
21754         (rs6000_legitimate_combined_insn): New function.
21755         * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
21756         all uses.
21757         (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
21758         (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
21759         (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
21761 2017-01-14  Gerald Pfeifer  <gerald@pfeifer.com>
21763         * doc/frontends.texi (G++ and GCC): Remove references to Java.
21765 2017-01-13  Jeff Law  <law@redhat.com>
21767         PR tree-optimization/33562
21768         PR tree-optimization/61912
21769         PR tree-optimization/77485
21770         * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
21771         a statement.
21772         (delete_dead_assignment): Likewise.
21773         (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
21774         statement to delete_dead_call and delete_dead_assignment.
21776 2017-01-13  David Malcolm  <dmalcolm@redhat.com>
21778         PR c/78304
21779         * substring-locations.c (format_warning_va): Strengthen case 1 so
21780         that both endpoints of the substring must be within the format
21781         range for just the substring to be printed.
21783 2017-01-13  Uros Bizjak  <ubizjak@gmail.com>
21785         * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
21786         * config/i386/i386.c (ix86_target_string): Add missing options
21787         to isa_opts and reorder options by implied ISAs.  Rename isa_opts2 to
21788         isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
21789         flags_other and ix86_target_other to flags2_other.  Display unknown
21790         isa2 options.
21791         (ix86_valid_target_attribute_inner_p): Add missing options and
21792         reorder options by implied ISAs, as in ix86_target_string.
21794 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21796         * hash-table.h (hash_table::too_empty_p): New function.
21797         (hash_table::expand): Use it.
21798         (hash_table::traverse): Likewise.
21799         (hash_table::empty_slot): Use sizeof (value_type) instead of
21800         sizeof (PTR) to convert bytes to elements.  Shrink the table
21801         if the current size is excessive for the current number of
21802         elements.
21804 2017-01-13  Richard Sandiford  <richard.sandiford@arm.com>
21806         * ira-costs.c (record_reg_classes): Break from the inner loop
21807         early once alt_fail is known to be true.  Update outer loop
21808         handling accordingly.
21810 2017-01-13  Jeff Law  <law@redhat.com>
21812         * tree-ssa-dse.c (decrement_count): New function.
21813         (increment_start_addr, maybe_trim_memstar_call): Likewise.
21814         (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
21815         when we know the partially dead statement is a mem* function.
21817         PR tree-optimization/61912
21818         PR tree-optimization/77485
21819         * tree-ssa-dse.c: Include expr.h.
21820         (maybe_trim_constructor_store): New function.
21821         (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
21823         PR tree-optimization/33562
21824         PR tree-optimization/61912
21825         PR tree-optimization/77485
21826         * doc/invoke.texi: Document new dse-max-object-size param.
21827         * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
21828         * tree-ssa-dse.c: Include params.h.
21829         (dse_store_status): New enum.
21830         (initialize_ao_ref_for_dse): New, partially extracted from
21831         dse_optimize_stmt.
21832         (valid_ao_ref_for_dse, normalize_ref): New.
21833         (setup_live_bytes_from_ref, compute_trims): Likewise.
21834         (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
21835         (maybe_trim_partially_dead_store): Likewise.
21836         (maybe_trim_complex_store): Likewise.
21837         (dse_classify_store): Renamed from dse_possibly_dead_store_p.
21838         Track what bytes live from the original store.  Return tri-state
21839         for dead, partially dead or live.
21840         (dse_dom_walker): Add constructor, destructor and new private members.
21841         (delete_dead_call, delete_dead_assignment): New extracted from
21842         dse_optimize_stmt.
21843         (dse_optimize_stmt): Make a member of dse_dom_walker.
21844         Use initialize_ao_ref_for_dse.
21846         PR tree-optimization/33562
21847         PR tree-optimization/61912
21848         PR tree-optimization/77485
21849         * sbitmap.h (bitmap_count_bits): Prototype.
21850         (bitmap_clear_range, bitmap_set_range): Likewise.
21851         * sbitmap.c (bitmap_clear_range): New function.
21852         (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
21854 2017-01-13  Martin Liska  <mliska@suse.cz>
21856         PR ipa/79043
21857         * function.c (set_cfun): Add new argument force.
21858         * function.h (set_cfun): Likewise.
21859         * ipa-inline-transform.c (inline_call): Use the function when
21860         strict alising from is dropped for function we inline to.
21862 2017-01-13  Richard Biener  <rguenther@suse.de>
21864         * tree-pretty-print.c (dump_generic_node): Fix inverted condition
21865         for dumping GIMPLE INTEGER_CSTs.
21867 2017-01-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
21869         * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
21870         to 201112L since C++17.
21872 2017-01-13  Maxim Ostapenko  <m.ostapenko@samsung.com>
21874         PR sanitizer/78887
21875         * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
21876         if -fsanitize=kernel-address is present.
21878 2017-01-13  Richard Biener  <rguenther@suse.de>
21880         * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
21881         as _Literal ( type ) number in case usual suffixes do not
21882         preserve all information.
21884 2017-01-13  Richard Biener  <rguenther@suse.de>
21886         PR tree-optimization/77283
21887         * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
21888         and ssa-iterators.h.
21889         (is_feasible_trace): Implement a cost model based on joiner
21890         PHI node uses.
21892 2017-01-12  Michael Meissner  <meissner@linux.vnet.ibm.com>
21894         PR target/79004
21895         * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
21896         char or short to __float128/_Float128 directly.
21898 2017-01-12  Martin Sebor  <msebor@redhat.com>
21900         to -Wformat-overflow.
21901         * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
21902         (min_bytes_remaining): Same.
21903         (get_string_length): Same.
21904         (format_string): Same.
21905         (format_directive): Same.
21906         (add_bytes): Same.
21907         (pass_sprintf_length::handle_gimple_call): Same.
21909 2017-01-12  Jakub Jelinek  <jakub@redhat.com>
21911         * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
21912         info.nowrite calls with no lhs that can't throw.  Return bool
21913         whether gsi_remove has been called or not.
21914         (pass_sprintf_length::handle_gimple_call): Return bool whether
21915         try_substitute_return_value called gsi_remove.  Formatting fix.
21916         (pass_sprintf_length::execute): Don't use gsi_remove if
21917         handle_gimple_call returned true.
21919         PR bootstrap/79069
21920         * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
21921         be removed due to side-effects, don't remove following barrier nor
21922         turn the successor edge into fallthru edge.
21924 2017-01-12  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
21926         PR target/79044
21927         * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
21928         element-reversing loads and stores as not swappable.
21930 2017-01-12  Nathan Sidwell  <nathan@acm.org>
21931             Nicolai Stange  <nicstange@gmail.com>
21933         * combine.c (try_combine): Don't ignore result of overlap checking
21934         loop.  Combine overlap & asm check into single loop.
21936 2017-01-12  Richard Biener  <rguenther@suse.de>
21938         * tree-pretty-print.c (dump_generic_node): Provide -gimple
21939         variant for MEM_REF.  Sanitize INTEGER_CST for -gimple.
21941 2017-01-12  Richard Biener  <rguenther@suse.de>
21943         * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
21944         and TS_TARGET_OPTION directly derive from TS_BASE.
21945         * tree-core.h (tree_optimization_option): Derive from tree_base.
21946         (tree_target_option): Likewise.
21948 2017-01-11  Uros Bizjak  <ubizjak@gmail.com>
21950         * config/i386/i386.c (memory_address_length): Increase len
21951         only when rip_relative_addr_p returns false.
21953 2017-01-11  Julia Koval  <julia.koval@intel.com>
21955         * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
21956         (OPTION_MASK_ISA_SGX_SET): New.
21957         (ix86_handle_option): Handle OPT_msgx.
21958         * config.gcc: Added sgxintrin.h.
21959         * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
21960         * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
21961         * config/i386/i386.c (ix86_target_string): Add -msgx.
21962         (PTA_SGX): New.
21963         (ix86_option_override_internal): Handle new options.
21964         (ix86_valid_target_attribute_inner_p): Add sgx.
21965         * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
21966         * config/i386/i386.opt: Add msgx.
21967         * config/i386/sgxintrin.h: New file.
21968         * config/i386/x86intrin.h: Add sgxintrin.h.
21970 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
21972         PR c++/71537
21973         * fold-const.c (maybe_nonzero_address): Return 1 for function
21974         local objects.
21975         (tree_single_nonzero_warnv_p): Don't handle function local objects
21976         here.
21978         PR c++/72813
21979         * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
21980         of c-header.
21982 2017-01-11  David Malcolm  <dmalcolm@redhat.com>
21984         PR driver/78877
21985         * opts.c: Include "spellcheck.h"
21986         (struct string_fragment): New struct.
21987         (struct edit_distance_traits<const string_fragment &>): New
21988         struct.
21989         (get_closest_sanitizer_option): New function.
21990         (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
21992 2017-01-11  Jakub Jelinek  <jakub@redhat.com>
21994         * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
21995         by 12.
21996         (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
21997         DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
21998         (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
21999         (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
22000         for initial die_offset if dwarf_split_debug_info.
22001         (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
22002         initial next_die_offset if dwo_id is non-NULL.  Don't emit padding
22003         fields.
22004         (output_skeleton_debug_sections): Formatting fix.  Use
22005         DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
22006         DWARF_COMPILE_UNIT_HEADER_SIZE.  Don't emit padding.
22008 2017-01-11  Wilco Dijkstra  <wdijkstr@arm.com>
22010         * config/arm/cortex-a53.md: Add bypasses for
22011         cortex_a53_r2f_cvt.
22012         (cortex_a53_r2f): Only use for transfers.
22013         (cortex_a53_f2r): Likewise.
22014         (cortex_a53_r2f_cvt): Add reservation for conversions.
22015         (cortex_a53_f2r_cvt): Likewise.
22017 2017-01-11  Tamar Christina  <tamar.christina@arm.com>
22019         * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
22020         to all inlined functions, change static to extern.
22022 2017-01-11  Christophe Lyon  <christophe.lyon@linaro.org>
22024         PR target/78253
22025         * config/arm/arm.c (legitimize_pic_address): Handle reference to
22026         weak symbol.
22027         (arm_assemble_integer): Likewise.
22029 2017-01-11  Richard Earnshaw  <rearnsha@arm.com>
22031         * config.gcc: Use new awk script to check CPU, FPU and architecture
22032         parameters for --with-... options.
22033         * config/arm/parsecpu.awk: New file
22034         * config/arm/arm-cpus.in: New file.
22035         * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
22036         files.
22037         * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
22038         files.
22039         * config/arm/t-arm: Update dependency rules.
22040         * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
22041         of processing .def files.
22042         * config/arm/genopt.sh: Deleted.
22043         * config/arm/gentune.sh: Deleted.
22044         * config/arm/arm-cores.def: Deleted.
22045         * config/arm/arm-arches.def: Deleted.
22046         * config/arm/arm-fpus.def: Deleted.
22047         * config/arm/arm-tune.md: Regenerated.
22048         * config/arm/arm-tables.opt: Regenerated.
22049         * config/arm/arm-cpu.h: New generated file.
22050         * config/arm/arm-cpu-data.h: New generated file.
22051         * config/arm/arm-cpu-cdata.h: New generated file.
22053 2017-01-11  Maxim Ostapenko  <m.ostapenko@samsung.com>
22055         PR lto/79042
22056         * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
22057         bit.
22058         (input_varpool_node): Unpack dynamically_initialized bit.
22060 2017-01-11  Eric Botcazou  <ebotcazou@adacore.com>
22062         PR rtl-optimization/79032
22063         * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
22064         the alignment of the adjusted memory reference against that of MODE,
22065         instead of the alignment of the original memory reference.
22067 2017-01-11  Martin Jambor  <mjambor@suse.cz>
22069         * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
22070         test.
22071         * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
22072         decorated functions.
22074 2017-01-11  Richard Biener  <rguenther@suse.de>
22076         * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
22077         set range/nonnull info for PHI results.  Do not set it on
22078         stmts marked for removal.
22080 2017-01-10  Eric Botcazou  <ebotcazou@adacore.com>
22082         * expr.c (store_field): In the bitfield case, fetch the return value
22083         from the registers before applying a single big-endian adjustment.
22084         Always do a final load for a BLKmode value not larger than a word.
22086 2017-01-10  David Malcolm  <dmalcolm@redhat.com>
22088         PR c++/77949
22089         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22090         that we correctly handle column numbers greater than
22091         LINE_MAP_MAX_COLUMN_NUMBER.
22093 2017-01-10  Martin Sebor  <msebor@redhat.com>
22095         PR middle-end/78245
22096         * gimple-ssa-sprintf.c (get_destination_size): Call
22097         {init,fini}object_sizes.
22098         * tree-object-size.c (addr_object_size): Adjust.
22099         (pass_through_call): Adjust.
22100         (pass_object_sizes::execute): Adjust.
22101         * tree-object-size.h (fini_object_sizes): Declare.
22103 2017-01-10  Martin Sebor  <msebor@redhat.com>
22105         PR tree-optimization/78775
22106         * builtins.c (get_size_range): Move...
22107         * calls.c: ...to here.
22108         (alloc_max_size): Accept zero argument.
22109         (operand_signed_p): Remove.
22110         (maybe_warn_alloc_args_overflow): Call get_size_range.
22111         * calls.h (get_size_range): Declare.
22113 2017-01-10  Joe Seymour  <joe.s@somniumtech.com>
22115         * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
22116         from TI's devices.csv file as of September 2016.
22117         * config/msp430/msp430.c (msp430_mcu_data): Likewise.
22119 2017-01-10  Sandra Loosemore  <sandra@codesourcery.com>
22121         * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
22122         * doc/invoke.texi: Likewise.
22123         * doc/md.texi: Likewise.
22124         * doc/objc.texi: Likewise.
22126 2017-01-10  Joshua Conner  <joshconner@google.com>
22128         * config/arm/fuchsia-elf.h: New file.
22129         * config/fuchsia.h: New file.
22130         * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
22131         (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
22132         targets.
22133         * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
22135 2016-01-10  Richard Biener  <rguenther@suse.de>
22137         PR tree-optimization/79034
22138         * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
22139         Propagate out degenerate PHIs in the joiner.
22141 2017-01-10  Martin Liska  <mliska@suse.cz>
22143         * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
22144         (sort_congruence_classes_by_decl_uid): Likewise.
22145         (sort_congruence_class_groups_by_decl_uid): Likewise.
22146         (sem_item_optimizer::merge_classes): Sort class, groups in these
22147         classes and members in the groups by DECL_UID of declarations.
22148         This would make merge operations stable.
22150 2017-01-10  Martin Liska  <mliska@suse.cz>
22152         * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
22153         usage of m_classes_vec.
22154         (sem_item_optimizer::~sem_item_optimizer):  Likewise.
22155         (sem_item_optimizer::get_group_by_hash): Likewise.
22156         (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
22157         (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
22158         (sem_item_optimizer::verify_classes): Likewise.
22159         (sem_item_optimizer::process_cong_reduction): Likewise.
22160         (sem_item_optimizer::dump_cong_classes): Likewise.
22161         (sem_item_optimizer::merge_classes): Likewise.
22162         * ipa-icf.h (congruence_class_hash): Rename from
22163         congruence_class_group_hash.  Remove declaration of m_classes_vec.
22165 2017-01-10  Andrew Senkevich  <andrew.senkevich@intel.com>
22167         * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
22168         OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
22169         * config.gcc: Add avx512vpopcntdqintrin.h.
22170         * config/i386/avx512vpopcntdqintrin.h: New.
22171         * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
22172         * config/i386/i386-builtin-types.def: Add new types.
22173         * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
22174         __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
22175         __builtin_ia32_vpopcountq_v8di_mask): New.
22176         * config/i386/i386-c.c (ix86_target_macros_internal): Define
22177         __AVX512VPOPCNTDQ__.
22178         * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
22179         (PTA_AVX512VPOPCNTDQ): Define.
22180         * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
22181         TARGET_AVX512VPOPCNTDQ_P): Define.
22182         * config/i386/i386.opt: Add mavx512vpopcntdq.
22183         * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
22184         * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
22186 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22188         PR middle-end/77484
22189         * predict.def (PRED_CALL): Set to 67.
22191 2017-01-09  Eric Botcazou  <ebotcazou@adacore.com>
22193         * expr.c (store_field): In the bitfield case, if the value comes from
22194         a function call and is of an aggregate type returned in registers, do
22195         not modify the field mode; extract the value in all cases if the mode
22196         is BLKmode and the size is not larger than a word.
22198 2017-01-09  Dominique d'Humieres  <dominiq@lps.ens.fr>
22200         PR target/71017
22201         * config/i386/cpuid.h: Fix undefined behavior.
22203 2017-01-04  Jeff Law  <law@redhat.com>
22205         PR tree-optimization/79007
22206         PR tree-optimization/67955
22207         * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
22208         conservative for pt.null when flag_non_call_exceptions is on.
22210 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22212         PR translation/79019
22213         PR translation/79020
22214         * params.def (PARAM_INLINE_MIN_SPEEDUP,
22215         PARAM_IPA_CP_SINGLE_CALL_PENALTY,
22216         PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
22217         in descriptions.
22218         * config/avr/avr.opt (maccumulate-args): Likewise.
22219         * config/msp430/msp430.opt (mwarn-mcu): Likewise.
22220         * common.opt (freport-bug): Likewise.
22221         * cif-code.def (CIF_FINAL_ERROR): Likewise.
22222         * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
22223         * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
22224         translatable string.
22225         * config/i386/i386.c (function_value_32): Likewise.
22226         * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
22227         * config/msp430/msp430.c (msp430_option_override, msp430_attr):
22228         Likewise.
22229         * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
22230         * common/config/msp430/msp430-common.c (msp430_handle_option):
22231         Likewise.
22232         * symtab.c (symtab_node::verify_base): Likewise.
22233         * opts.c (set_debug_level): Likewise.
22234         * tree.c (verify_type_variant): Likewise.  Fix typo in comment.
22235         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
22236         missing whitespace to translatable strings.
22237         * config/avr/avr.md (bswapsi2): Fix typo in comment.
22238         * config/sh/superh.h: Likewise.
22239         * config/i386/xopintrin.h: Likewise.
22240         * config/i386/znver1.md: Likewise.
22241         * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
22242         * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
22243         * double-int.h (struct double_int): Likewise.
22244         * double-int.c (div_and_round_double): Likewise.
22245         * wide-int.cc: Likewise.
22246         * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
22247         * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
22248         * cfgcleanup.c (crossjumps_occured): Renamed to ...
22249         (crossjumps_occurred): ... this.
22250         (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
22251         Adjust all uses.
22253         PR tree-optimization/78899
22254         * tree-if-conv.c (version_loop_for_if_conversion): Instead of
22255         returning bool return struct loop *, NULL for failure and the new
22256         loop on success.
22257         (versionable_outer_loop_p): Don't version outer loop if it has
22258         dont_vectorized bit set.
22259         (tree_if_conversion): When versioning outer loop, ensure
22260         tree_if_conversion is performed also on the inner loop of the
22261         non-vectorizable outer loop copy.
22262         * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix.  Fold
22263         LOOP_VECTORIZED in inner loop of the scalar outer loop and
22264         prevent vectorization of it.
22265         (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
22266         the outer loop vectorization of the non-scalar version is attempted
22267         before vectorization of the inner loop in scalar version.  If
22268         outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
22269         vectorization of its inner loop.
22270         * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
22271         has 2 inner loops, rename also on edges from bb whose single pred
22272         is outer_loop->header.  Fix typo in function comment.
22274 2017-01-09  Martin Sebor  <msebor@redhat.com>
22276         PR bootstrap/79033
22277         * asan.c (asan_emit_stack_protection): Increase local buffer size
22278         to avoid snprintf truncation warning.
22280 2017-01-09  Andrew Pinski  <apinski@cavium.com>
22282         * config/aarch64/aarch64-cores.def: Add thunderx2t99.  Change vulcan
22283         to reference thunderx2t99 for the tuning structure
22284         * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
22285         Rename to ...
22286         (thunderx2t99_extra_costs): This.
22287         * config/aarch64/aarch64-tune.md: Regenerate.
22288         * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
22289         (vulcan_addrcost_table): This.
22290         (vulcan_regmove_cost): Rename to ...
22291         (thunderx2t99_regmove_cost): This.
22292         (vulcan_vector_cost): Rename to ...
22293         (thunderx2t99_vector_cost): this.
22294         (vulcan_branch_cost): Rename to ...
22295         (thunderx2t99_branch_cost): This.
22296         (vulcan_tunings): Rename to ...
22297         (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
22298         * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
22300 2017-01-09  Martin Jambor  <mjambor@suse.cz>
22302         PR ipa/78365
22303         PR ipa/78599
22304         * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
22305         * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
22306         (propagate_vr_accross_jump_function): Use the above function for all
22307         value range computations for pass-through jump functions and type
22308         converasion from explicit value range values.
22309         (ipcp_propagate_stage): Do not attempt to deduce types of formal
22310         parameters from TYPE_ARG_TYPES.
22311         * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
22312         (ipa_write_node_info): Stream type of the actual argument.
22313         (ipa_read_node_info): Likewise. Also remove trailing whitespace.
22315 2017-01-09  Martin Liska  <mliska@suse.cz>
22317         PR pch/78970
22318         * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
22319         (lookup_compiler): Do not show error message with have_E.
22321 2017-01-09  Jakub Jelinek  <jakub@redhat.com>
22323         PR tree-optimization/78938
22324         * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
22325         where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
22326         BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
22327         {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR.  Formatting
22328         fixes.
22330 2017-01-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
22332         * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
22333         is const0_rtx.
22335 2017-01-09  Richard Biener  <rguenther@suse.de>
22337         PR tree-optimization/78997
22338         * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
22339         name condition properly.
22341 2017-01-09  Richard Biener  <rguenther@suse.de>
22343         PR debug/79000
22344         * dwarf2out.c (is_cxx): New overload with context.
22345         (is_naming_typedef_decl): Use it.
22347 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22349         * invoke.texi (Option Summary): Correct spacing in option lists
22350         and add line breaks to fix over-long lines.
22352 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22354         PR middle-end/17660
22356         * extend.texi (Common Variable Attributes): Add xref to GCC
22357         Internals manual to explain mode attribute keywords.
22359 2017-01-08  Sandra Loosemore  <sandra@codesourcery.com>
22361         PR other/16519
22362         * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
22363         and Preprocessor Options.
22364         (Options for Linking): Document -pthread here....
22365         (RS/6000 and PowerPC Options): ...not here.
22366         (Solaris 2 Options): ...or here.
22367         * doc/cppopts.texi: Document -pthread.
22369 2017-01-08  Martin Sebor  <msebor@redhat.com>
22371         PR middle-end/77708
22372         * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
22373         * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
22374         New member functions.
22375         (format_directive): Used them.
22376         (add_bytes): Same.
22377         (pass_sprintf_length::handle_gimple_call): Same.
22378         * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
22379         to avoid truncation for any argument.
22380         (extract_affine_mul): Same.
22381         * tree.c (get_file_function_name): Same.
22383 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22385         PR middle-end/77484
22386         * predict.def (PRED_INDIR_CALL): Set to 86.
22388 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22390         PR preprocessor/54124
22391         * doc/cppopts.texi: Reformat -d subtable to list the full name
22392         of the options.  Add cross-reference to the docs for the general
22393         compiler -d options.
22394         * doc/invoke.texi (Developer Options): Add cross-reference to the
22395         preprocessor-specific -d option documentation.
22397 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22399         PR preprocessor/13498
22400         * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
22401         redudant material, and reflect new command-line options.
22402         (System Headers): Likewise.
22404 2017-01-07  Sandra Loosemore  <sandra@codesourcery.com>
22406         * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
22407         -isystem, and -idirafter.  Copy-edit.
22408         * doc/cppopts.texi: Copy-edit.  Remove contradiction about
22409         default for -ftrack-macro-expansion.  Delete obsolete and
22410         badly-formatted implementation details about -fdebug-cpp output.
22411         * doc/cppwarnopts.texi: Copy-edit.
22413 2017-01-07  David Malcolm  <dmalcolm@redhat.com>
22415         PR c++/72803
22416         * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22417         that the transition from a max line width >= 1<<10 to narrower
22418         lines works correctly.
22420 2017-01-07  Alexandre Oliva <aoliva@redhat.com>
22422         * doc/options.texi (PerFunction): New.
22423         * opt-functions.awk (switch_flags): Map both Optimization and
22424         PerFunction to CL_OPTIMIZATION.
22425         * opth-gen.awk: Test for PerFunction flag along with
22426         Optimization.
22427         * optc-save-gen.awk: Likewise.  Introduce var_opt_hash and set
22428         it only when the latter is present.  Skip those that don't in
22429         the hash function generator.
22430         * common.opt (fvar-tracking): Mark as PerFunction instead of
22431         Optimization.
22432         (fvar-tracking-assignments): Likewise.
22433         (fvar-tracking-assignments-toggle): Likewise.
22434         (fvar-tracking-uninit): Likewise.
22436 2017-01-07  Jakub Jelinek  <jakub@redhat.com>
22438         PR translation/79018
22439         * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
22440         the and store.
22442 2017-01-06  Mikael Pettersson  <mikpelinux@gmail.com>
22444         PR target/57583
22445         * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
22446         * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
22447         TARGET_LONG_JUMP_TABLE_OFFSETS.
22448         * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
22449         * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
22450         * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
22451         (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
22452         * config/m68k/m68k.md (tablejump expander): Likewise.
22453         (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
22454         TARGET_LONG_JUMP_TABLE_OFFSETS.
22455         (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
22456         * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
22458 2017-01-06  Edgar E. Iglesias <edgar.iglesias@xilinx.com>
22459             David Holsgrove <david.holsgrove@xilinx.com>
22461         * common/config/microblaze/microblaze-common.c
22462         (TARGET_EXCEPT_UNWIND_INFO): Remove.
22463         * config/microblaze/microblaze-protos.h (microblaze_eh_return):
22464         New prototype.
22465         * config/microblaze/microblaze.c (microblaze_must_save_register)
22466         (microblaze_expand_epilogue, microblaze_return_addr): Handle
22467         calls_eh_return.
22468         (microblaze_eh_return): New function.
22469         * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
22470         (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
22471         (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
22472         * config/microblaze/microblaze.md (eh_return): New pattern.
22474 2017-01-06  Jakub Jelinek  <jakub@redhat.com>
22476         * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
22477         GCC_DIAGNOSTIC_STRINGIFY): Define.
22479         * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
22481 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22483         * config/arm/arm.md (<mcrr>): New.
22484         (<mrrc>): New.
22485         * config/arm/arm.c (arm_arch5te): New.
22486         (arm_option_override): Set arm_arch5te.
22487         (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
22488         and mrrc2.
22489         * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
22490         (arm_mcrr_qualifiers): ... this. New.
22491         (MRRC_QUALIFIERS): Define to...
22492         (arm_mrrc_qualifiers): ... this. New.
22493         * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
22494         __arm_mrrc2): New.
22495         * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
22496         * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
22497         (MRRCI, mrrc, MRRC): New.
22498         * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
22499         VUNSPEC_MRRC2): New.
22501 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22503         * config/arm/arm.md (<mcr>): New.
22504         (<mrc>): New.
22505         * config/arm/arm.c (arm_coproc_builtin_available): Add
22506         support for mcr, mrc, mcr2 and mrc2.
22507         * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
22508         (arm_mcr_qualifiers): ... this. New.
22509         (MRC_QUALIFIERS): Define to ...
22510         (arm_mrc_qualifiers): ... this. New.
22511         (MCR_QUALIFIERS): Define to ...
22512         (arm_mcr_qualifiers): ... this. New.
22513         * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
22514         __arm_mrc2): New.
22515         * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
22516         * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
22517         * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
22518         VUNSPEC_MRC2): New.
22520 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22522         * config/arm/arm.md (*ldc): New.
22523         (*stc): New.
22524         (<ldc>): New.
22525         (<stc>): New.
22526         * config/arm/arm.c (arm_coproc_builtin_available): Add
22527         support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
22528         (arm_coproc_ldc_stc_legitimate_address): New.
22529         * config/arm/arm-builtins.c (arm_type_qualifiers): Add
22530         'qualifier_const_pointer'.
22531         (LDC_QUALIFIERS): Define to...
22532         (arm_ldc_qualifiers): ... this. New.
22533         (STC_QUALIFIERS): Define to...
22534         (arm_stc_qualifiers): ... this. New.
22535         * config/arm/arm-protos.h
22536         (arm_coproc_ldc_stc_legitimate_address): New.
22537         * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
22538         __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
22539         * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
22540         stc2, stcl, stc2l): New.
22541         * config/arm/constraints.md (Uz): New.
22542         * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
22543         * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
22544         VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
22545         VUNSPEC_STC2L): New.
22547 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22549         * config/arm/arm.md (<cdp>): New.
22550         * config/arm/arm.c (neon_const_bounds): Rename this ...
22551         (arm_const_bounds): ... this.
22552         (arm_coproc_builtin_available): New.
22553         * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
22554         (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
22555         (CDP_QUALIFIERS): Define to...
22556         (arm_cdp_qualifiers): ... this. New.
22557         (void_UP): Define.
22558         (arm_expand_builtin_args): Add case for 6 arguments.
22559         * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
22560         (arm_const_bounds): ... this.
22561         (arm_coproc_builtin_available): New.
22562         * config/arm/arm_acle.h (__arm_cdp): New.
22563         (__arm_cdp2): New.
22564         * config/arm/arm_acle_builtins.def (cdp): New.
22565         (cdp2): New.
22566         * config/arm/iterators.md (CDPI,CDP,cdp): New.
22567         * config/arm/neon.md: Rename all 'neon_const_bounds' to
22568         'arm_const_bounds'.
22569         * config/arm/types.md (coproc): New.
22570         * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
22571         * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
22572         * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
22573         arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
22575 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22577         * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
22578         (UBINOP_QUALIFIERS): New.
22579         (si_UP): Define.
22580         (acle_builtin_data): New. Change comment.
22581         (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
22582         ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
22583         ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
22584         arm_acle_builtins.def.
22585         (ARM_BUILTIN_ACLE_PATTERN_START): Define.
22586         (arm_init_acle_builtins): New.
22587         (CRC32_BUILTIN): Remove.
22588         (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
22589         crc32cb, crc32ch and crc32cw.
22590         (arm_init_crc32_builtins): Remove.
22591         (arm_init_builtins): Use arm_init_acle_builtins rather
22592         than arm_init_crc32_builtins.
22593         (arm_expand_acle_builtin): New.
22594         (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
22595         * config/arm/arm_acle_builtins.def: New.
22597 2017-01-06  Andre Vieira  <andre.simoesdiasvieira@arm.com>
22599         * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
22600         (arm_builtin_datum): ... this.
22601         (arm_init_neon_builtin): Rename to ...
22602         (arm_init_builtin): ... this. Add a new parameters PREFIX
22603         and USE_SIG_IN_NAME.
22604         (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
22605         'arm_init_builtin'. Replace type 'neon_builtin_datum' with
22606         'arm_builtin_datum'.
22607         (arm_init_vfp_builtins): Likewise.
22608         (builtin_arg): Rename enum's replacing 'NEON_ARG' with
22609         'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
22610         (arm_expand_neon_args): Rename to ...
22611         (arm_expand_builtin_args): ... this. Rename builtin_arg
22612         enum values and differentiate between ARG_BUILTIN_MEMORY
22613         and ARG_BUILTIN_NEON_MEMORY.
22614         (arm_expand_neon_builtin_1): Rename to ...
22615         (arm_expand_builtin_1): ... this. Rename builtin_arg enum
22616         values, arm_expand_builtin_args and add bool parameter NEON.
22617         (arm_expand_neon_builtin): Use arm_expand_builtin_1.
22618         (arm_expand_vfp_builtin): Likewise.
22619         (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
22621 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
22623         PR middle-end/77484
22624         * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
22625         * predict.c (tree_estimate_probability_bb): Reverse direction of
22626         polymorphic call predictor.
22628 2017-01-06  David Malcolm  <dmalcolm@redhat.com>
22630         * passes.c (execute_one_pass): Split out pass-skipping logic into...
22631         (determine_pass_name_match): ...this new function and...
22632         (should_skip_pass_p): ...this new function.
22634 2017-01-06  Nathan Sidwell  <nathan@acm.org>
22636         * ipa-visibility.c (function_and_variable_visibility): Reformat
22637         comments and long lines.  Remove extrneous if.
22638         * symtab.c (symtab_node::make_decl_local): Fix code format.
22639         (symtab_node::set_section_for_node): Fix comment typo.
22641 2017-01-06  Martin Liska  <mliska@suse.cz>
22643         PR bootstrap/79003
22644         * lra-constraints.c: Rename invariant to lra_invariant.
22645         * predict.c (set_even_probabilities): Initialize e to NULL.
22647 2017-01-05  Martin Sebor  <msebor@redhat.com>
22649         PR tree-optimization/78910
22650         * gimple-ssa-sprintf.c (tree_digits): Add an argument.
22651         (format_integer): Correct off-by-one error in the handling
22652         of precision with negative numbers in signed conversions..
22654 2017-01-05  Eric Botcazou  <ebotcazou@adacore.com>
22656         * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
22658 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22660         PR tree-optimization/71016
22661         * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
22662         factor_out_conditional_conversion.  Formatting fix.
22663         (factor_out_conditional_conversion): Add cond_stmt argument.
22664         If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
22665         cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
22666         Formatting fix.
22668 2017-01-05  David Malcolm  <dmalcolm@redhat.com>
22670         * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
22671         read-rtl-function.o, and selftest-rtl.o.
22672         * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
22673         (selftest::aarch64_test_loading_full_dump): New function.
22674         (selftest::aarch64_run_selftests): New function.
22675         (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
22676         selftest::aarch64_run_selftests.
22677         * config/i386/i386.c
22678         (selftest::ix86_test_loading_dump_fragment_1): New function.
22679         (selftest::ix86_test_loading_call_insn): New function.
22680         (selftest::ix86_test_loading_full_dump): New function.
22681         (selftest::ix86_test_loading_unspec): New function.
22682         (selftest::ix86_run_selftests): Call the new functions.
22683         * emit-rtl.c (maybe_set_max_label_num): New function.
22684         * emit-rtl.h (maybe_set_max_label_num): New decl.
22685         * function.c (instantiate_decls): Guard call to
22686         instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
22687         * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
22688         "static".
22689         * gensupport.c (gen_reader::gen_reader): Pass "false"
22690         for new "compact" param of rtx_reader.
22691         * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
22692         rather than an empty string for NULL strings.
22693         * read-md.c: Potentially include config.h rather than bconfig.h.
22694         Wrap include of errors.h with #ifdef GENERATOR_FILE.
22695         (have_error): New global, copied from errors.c.
22696         (md_reader::read_name): Rename to...
22697         (md_reader::read_name_1): ...this, adding "out_loc" param,
22698         and converting "missing name or number" to returning false, rather
22699         than failing.
22700         (md_reader::read_name): Reimplement in terms of read_name_1.
22701         (md_reader::read_name_or_nil): New function.
22702         (md_reader::read_string): Handle "(nil)" by returning NULL.
22703         (md_reader::md_reader): Add new param "compact".
22704         (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
22705         (md_reader::read_file): New method.
22706         * read-md.h (md_reader::md_reader): Add new param "compact".
22707         (md_reader::read_file): New method.
22708         (md_reader::is_compact): New accessor.
22709         (md_reader::read_name): Convert return type from void to file_location.
22710         (md_reader::read_name_or_nil): New decl.
22711         (md_reader::read_name_1): New decl.
22712         (md_reader::m_compact): New field.
22713         (noop_reader::noop_reader): Pass "false" for new "compact" param
22714         of rtx_reader.
22715         (rtx_reader::rtx_reader): Add new "compact" param.
22716         (rtx_reader::read_rtx_operand): Make virtual and convert return
22717         type from void to rtx.
22718         (rtx_reader::read_until): New decl.
22719         (rtx_reader::handle_any_trailing_information): New virtual function.
22720         (rtx_reader::postprocess): New virtual function.
22721         (rtx_reader::finalize_string): New virtual function.
22722         (rtx_reader::m_in_call_function_usage): New field.
22723         (rtx_reader::m_reuse_rtx_by_id): New field.
22724         * read-rtl-function.c: New file.
22725         * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
22726         * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
22727         (selftest::verify_three_block_rtl_cfg): New decl.
22728         * read-rtl-function.h: New file.
22729         * read-rtl.c: Potentially include config.h rather than bconfig.h.
22730         For host, include function.h, memmodel.h, and emit-rtl.h.
22731         (one_time_initialization): New function.
22732         (struct compact_insn_name): New struct.
22733         (compact_insn_names): New array.
22734         (find_code): Handle insn codes in compact dumps.
22735         (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
22736         (bind_subst_iter_and_attr): Likewise.
22737         (add_condition_to_string): Likewise.
22738         (add_condition_to_rtx): Likewise.
22739         (apply_attribute_uses): Likewise.
22740         (add_current_iterators): Likewise.
22741         (apply_iterators): Likewise.
22742         (initialize_iterators): Guard usage of apply_subst_iterator with
22743         #ifdef GENERATOR_FILE.
22744         (read_conditions): Wrap with #ifdef GENERATOR_FILE.
22745         (md_reader::read_mapping): Likewise.
22746         (add_define_attr_for_define_subst): Likewise.
22747         (add_define_subst_attr): Likewise.
22748         (read_subst_mapping): Likewise.
22749         (check_code_iterator): Likewise.
22750         (rtx_reader::read_rtx): Likewise.  Move one-time initialization
22751         logic to...
22752         (one_time_initialization): New function.
22753         (rtx_reader::read_until): New method.
22754         (read_flags): New function.
22755         (parse_reg_note_name): New function.
22756         (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
22757         Handle reuse_rtx ids.
22758         Wrap iterator lookup within #ifdef GENERATOR_FILE.
22759         Add parsing support for RTL dumps, mirroring the special-cases in
22760         print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
22761         values, and calling handle_any_trailing_information.
22762         (rtx_reader::read_rtx_operand): Convert return type from void
22763         to rtx, returning return_rtx.  Handle case 'e'.  Call
22764         finalize_string on XSTR and XTMPL fields.
22765         (rtx_reader::read_nested_rtx):  Handle dumps in which trailing
22766          "(nil)" values were omitted.  Call the postprocess vfunc on the
22767         return_rtx.
22768         (rtx_reader::rtx_reader): Add new "compact" param and pass to base
22769         class ctor.  Initialize m_in_call_function_usage.  Call
22770         one_time_initialization.
22771         * rtl-tests.c (selftest::test_uncond_jump): Call
22772         set_new_first_and_last_insn.
22773         * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
22774         * selftest-rtl.c: New file.
22775         * selftest-rtl.h (class selftest::rtl_dump_test): New class.
22776         (selftest::get_insn_by_uid): New decl.
22777         * selftest-run-tests.c (selftest::run_tests): Call
22778         read_rtl_function_c_tests.
22779         * selftest.h  (selftest::read_rtl_function_c_tests): New decl.
22780         * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
22781         dumps.
22783 2017-01-05  Uros Bizjak  <ubizjak@gmail.com>
22785         * config/i386/i386.md (*testqi_ext_3): No need to handle memory
22786         operands in a special way.  Assert that pos+len <= mode precision.
22788 2017-01-05  Jakub Jelinek  <jakub@redhat.com>
22790         * common.opt (fvect-cost-model): Remove RejectNegative flag, use
22791         3 argument Alias with unlimited for the negative form.
22792         (fno-vect-cost-model): Removed.
22794 2017-01-05  Martin Liska  <mliska@suse.cz>
22796         * hsa-gen.c (gen_hsa_divmod): New function.
22797         (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
22799 2017-01-05  Martin Liska  <mliska@suse.cz>
22801         PR pch/78970
22802         * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
22803         header.
22805 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22807         * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
22808         small constant length operands.
22810 2017-01-05  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
22812         * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
22813         between loop iterations.
22815 2017-01-05  Martin Liska  <mliska@suse.cz>
22817         PR sanitizer/78815
22818         * gimplify.c (gimplify_decl_expr): Compare to
22819         asan_poisoned_variables instread of checking flags.
22820         (gimplify_target_expr): Likewise.
22821         (gimplify_expr): Likewise.
22822         (gimplify_function_tree): Conditionally initialize
22823         asan_poisoned_variables.
22825 2017-01-04  Jeff Law  <law@redhat.com>
22827         PR tree-optimizatin/78812
22828         * rtl.h (contains_mem_rtx_p): Prototype.
22829         * ifcvt.c (containts_mem_rtx_p): Move from here to...
22830         * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
22831         * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
22832         and prune MEMs that are not at the toplevel of a SET_SRC rtx.  Look
22833         through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
22835 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22837         * input.c (assert_char_at_range): Default-initialize actual_range.
22839 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22841         * df-scan.c (df_ref_create_structure): Make regno unsigned,
22842         to match the caller.
22844 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22846         * cfgexpand.c (expand_gimple_basic_block): Disregard debug
22847         insns after final jump in test to emit dummy move.
22849 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22851         * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
22852         * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
22854 2017-01-04  Alexandre Oliva <aoliva@redhat.com>
22856         * multiple_target.c (create_dispatcher_calls): Init e_next.
22857         * tree-ssa-loop-split.c (split_loop): Init border.
22858         * tree-vect-loop.c (vect_determine_vectorization_factor): Init
22859         scalar_type.
22861 2017-01-04  Michael Meissner  <meissner@linux.vnet.ibm.com>
22863         PR target/71977
22864         PR target/70568
22865         PR target/78823
22866         * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
22867         (altivec_register_operand): Do not return true if the operand
22868         contains a SUBREG mixing SImode and SFmode.
22869         (vsx_register_operand): Likewise.
22870         (vsx_reg_sfsubreg_ok): New predicate.
22871         (vfloat_operand): Do not return true if the operand contains a
22872         SUBREG mixing SImode and SFmode.
22873         (vint_operand): Likewise.
22874         (vlogical_operand): Likewise.
22875         (gpc_reg_operand): Likewise.
22876         (int_reg_operand): Likewise.
22877         * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
22878         * config/rs6000/rs6000.c (valid_sf_si_move): New function to
22879         determine if a MOVSI or MOVSF operation contains SUBREGs that mix
22880         SImode and SFmode.
22881         (rs6000_emit_move_si_sf_subreg): New helper function.
22882         (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
22883         fixup SUBREGs involving SImode and SFmode.
22884         * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
22885         numbers for the new peephole2 optimization.
22886         (peephole2 for SFmode unions): New peephole2 to optimize cases in
22887         the GLIBC math library that do AND/IOR/XOR operations on single
22888         precision floating point.
22889         * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
22890         target macros to say whether we need to avoid SUBREGs mixing
22891         SImode and SFmode.
22892         (TARGET_ALLOW_SF_SUBREG): Likewise.
22893         * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
22894         (UNSPEC_SI_FROM_SF): Likewise.
22895         (iorxor): Change spacing.
22896         (and_ior_xor): New iterator for AND, IOR, and XOR.
22897         (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
22898         (movdi_from_sf_zero_ext): Likewise.
22899         (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
22900         instead of gpc_reg_operand.  Add SImode/SFmode SUBREG support.
22901         (movsf_from_si): New insn for SImode/SFmode SUBREG support.
22902         (fma<mode>4): Use gpc_reg_operand instead of register_operand.
22903         (fms<mode>4): Likewise.
22904         (fnma<mode>4): Likewise.
22905         (fnms<mode>4): Likewise.
22906         (nfma<mode>4): Likewise.
22907         (nfms<mode>4): Likewise.
22909 2017-01-04  Marek Polacek  <polacek@redhat.com>
22911         PR c++/64767
22912         * doc/invoke.texi: Document -Wpointer-compare.
22914 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
22916         * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
22917         RejectNegative.
22919         * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
22920         descriptions for -gdwarf-5 and emit them as uleb128 instead of
22921         2-byte data.
22923 2017-01-04  Kelvin Nilsen  <kelvin@gcc.gnu.org>
22925         PR target/78056
22926         * doc/sourcebuild.texi (PowerPC-specific attributes): Add
22927         documentation of the powerpc_popcntb_ok attribute.
22928         * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
22929         code to issue warning messages if a requested CPU configuration is
22930         not supported by the binary (assembler and loader) toolchain.
22931         (spe_init_builtins): Add two assertions to prevent ICE if attempt is
22932         made to define a built-in function that has been disabled.
22933         (paired_init_builtins): Add assertion to prevent ICE if attempt is
22934         made to define a built-in function that has been disabled.
22935         (altivec_init_builtins): Add comment explaining why definition
22936         of the DST built-in functions is not preceded by an assertion
22937         check.  Add assertions to prevent ICE if attempts are made to
22938         define an altivec predicate or an abs* built-in function that has
22939         been disabled.
22940         (htm_init_builtins): Add comment explaining why definition of the
22941         htm built-in functions is not preceded by an assertion check.
22943 2017-01-04  Jeff Law  <law@redhat.com>
22945         PR tree-optimizatin/67955
22946         * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
22947         Allow any SSA_VAR_P as the base objects.  Use integer_zerop.  Verify
22948         the points-to solution does not include pt_null.  Use DECL_PT_UID
22949         unconditionally.
22951 2017-01-04  Uros Bizjak  <ubizjak@gmail.com>
22953         * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
22954         Use gen_int_mode instead of gen_lopwart for const_int operands.
22956 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
22958         PR tree-optimization/71563
22959         * match.pd: Simplify X << Y into X if Y is known to be 0 or
22960         out of range value - has low bits known to be zero.
22962 2017-01-04  Alan Modra  <amodra@gmail.com>
22964         * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
22965         * configure: Regenerate.
22966         * config.in: Regenerate.
22968 2017-01-04  Jakub Jelinek  <jakub@redhat.com>
22970         PR bootstrap/77569
22971         * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
22972         a substring of the message, but strcmp with the whole message.  Ifdef
22973         ENABLE_NLS, translate the message first using dgettext.
22975 2017-01-03  Jeff Law  <law@redhat.com>
22977         PR tree-optimizatin/78856
22978         * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
22979         (mark_threaded_blocks): Remove code to truncate thread paths that
22980         cross multiple loop headers.  Instead invalidate the cached loop
22981         iteration information and handle case of a thread path walking
22982         into an irreducible region.
22984 2017-01-03  Michael Meissner  <meissner@linux.vnet.ibm.com>
22986         PR target/78900
22987         * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
22988         assertions.  Add support for doing the signbit if the IEEE 128-bit
22989         floating point value is in a GPR.
22990         * config/rs6000/rs6000.md (Fsignbit): Delete.
22991         (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
22992         Update the length attribute if the value is in a GPR.
22993         (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
22994         the sign or zero extension instruction, since the value is always 0/1.
22995         (signbit<mode>2_dm2): Delete using <Fsignbit>.
22997         PR target/78953
22998         * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
22999         extracting SImode to a GPR register so that we can generate a
23000         store, limit the vector to be in a traditional Altivec register
23001         for the vextuwrx instruction.
23003 2017-01-03  Ian Lance Taylor  <iant@google.com>
23005         * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
23007 2017-01-03  Martin Sebor  <msebor@redhat.com>
23009         PR tree-optimization/78696
23010         * gimple-ssa-sprintf.c (format_floating): Correct handling of
23011         precision.  Use MPFR for %f for greater fidelity.  Correct handling
23012         of %g.
23013         (pass_sprintf_length::compute_format_length): Set width and precision
23014         specified by asrerisk to void_node for vararg functions.
23015         (try_substitute_return_value): Adjust dump output.
23017 2017-01-03  David Edelsohn  <dje.gcc@gmail.com>
23019         * doc/invoke.texi (RS6000 options): LRA is enabled by default.
23021 2017-01-03  Eric Botcazou  <ebotcazou@adacore.com>
23023         * doc/invoke.texi (SPARC options): Document -mlra as the default.
23024         * config/sparc/sparc.c (sparc_option_override): Force LRA unless
23025         -mlra/-mno-lra was passed to the compiler.
23027 2017-01-03  James Cowgill  <James.Cowgill@imgtec.com>
23029         PR rtl-optimization/65618
23030         * emit-rtl.c (try_split): Move initialization of "before" and
23031         "after" to just before the call to emit_insn_after_setloc.
23033 2017-01-03  Gerald Pfeifer  <gerald@pfeifer.com>
23035         * doc/md.texi (Standard Names): Remove reference to Java frontend.
23037 2017-01-03  Pierre-Marie de Rodat  <derodat@adacore.com>
23039         * dwarf2out.c (gen_enumeration_type_die): When
23040         -gno-strict-dwarf, add a DW_AT_encoding attribute.
23042 2017-01-03  Jakub Jelinek  <jakub@redhat.com>
23044         PR tree-optimization/78965
23045         * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
23046         Change first argument from const call_info & to call_info &.  For %n
23047         set info.nowrite to false.
23049         PR middle-end/78901
23050         * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
23051         possibly throwing calls.
23053         * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
23054         and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
23055         and fns handling, rather than in a separate case SSA_NAME.
23057 2017-01-02  Jeff Law  <law@redhat.com>
23059         * config/darwin-driver.c (darwin_driver_init): Const-correctness
23060         fixes for first_period and second_period variables.
23062 2017-01-02  Uros Bizjak  <ubizjak@gmail.com>
23064         PR target/78967
23065         * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
23066         (*insvqi_1): New insn pattern.
23067         (*insvqi_1_mem_rex64): Ditto.
23068         (*insvqi_2): Ditto.
23069         (*insvqi_3): Rename from *insvqi.
23071         (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
23073 2017-01-02  Gerald Pfeifer  <gerald@pfeifer.com>
23075         * doc/cfg.texi (Edges): Remove reference to Java.
23076         (Maintaining the CFG): Ditto.
23078 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23080         PR middle-end/77674
23081         * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
23082         transparent aliases.
23084 2017-01-01  Jan Hubicka  <hubicka@ucw.cz>
23086         PR middle-end/77484
23087         * predict.def (PRED_CALL): Update hitrate.
23088         (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
23089         * predict.c (tree_estimate_probability_bb): Split CALL predictor
23090         into direct/indirect/polymorphic variants.
23092 2017-01-01  Jakub Jelinek  <jakub@redhat.com>
23094         Update copyright years.
23096         * gcc.c (process_command): Update copyright notice dates.
23097         * gcov-dump.c (print_version): Ditto.
23098         * gcov.c (print_version): Ditto.
23099         * gcov-tool.c (print_version): Ditto.
23100         * gengtype.c (create_file): Ditto.
23101         * doc/cpp.texi: Bump @copying's copyright year.
23102         * doc/cppinternals.texi: Ditto.
23103         * doc/gcc.texi: Ditto.
23104         * doc/gccint.texi: Ditto.
23105         * doc/gcov.texi: Ditto.
23106         * doc/install.texi: Ditto.
23107         * doc/invoke.texi: Ditto.
23109 Copyright (C) 2017 Free Software Foundation, Inc.
23111 Copying and distribution of this file, with or without modification,
23112 are permitted in any medium without royalty provided the copyright
23113 notice and this notice are preserved.