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 * optabs-query.h (extraction_insn::struct_mode): Change type to
6 opt_scalar_int_mode and update comment.
7 (extraction_insn::field_mode): Change type to scalar_int_mode.
8 (extraction_insn::pos_mode): Likewise.
9 * combine.c (make_extraction): Update accordingly.
10 * optabs-query.c (get_traditional_extraction_insn): Likewise.
11 (get_optab_extraction_insn): Likewise.
12 * recog.c (simplify_while_replacing): Likewise.
13 * expmed.c (narrow_bit_field_mem): Change the type of the mode
14 parameter to opt_scalar_int_mode.
16 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
17 Alan Hayward <alan.hayward@arm.com>
18 David Sherwood <david.sherwood@arm.com>
20 * machmode.h (bit_field_mode_iterator::next_mode): Take a pointer
21 to a scalar_int_mode instead of a machine_mode.
22 (bit_field_mode_iterator::m_mode): Change type to opt_scalar_int_mode.
23 (get_best_mode): Return a boolean and use a pointer argument to store
24 the selected mode. Replace the limit mode parameter with a bit limit.
25 * expmed.c (adjust_bit_field_mem_for_reg): Use scalar_int_mode
26 for the values returned by bit_field_mode_iterator::next_mode.
27 (store_bit_field): Update call to get_best_mode.
28 (store_fixed_bit_field): Likewise.
29 (extract_fixed_bit_field): Likewise.
30 * expr.c (optimize_bitfield_assignment_op): Likewise.
31 * fold-const.c (optimize_bit_field_compare): Likewise.
32 (fold_truth_andor_1): Likewise.
33 * stor-layout.c (bit_field_mode_iterator::next_mode): As above.
34 Update for new type of m_mode.
35 (get_best_mode): As above.
37 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
38 Alan Hayward <alan.hayward@arm.com>
39 David Sherwood <david.sherwood@arm.com>
41 * expmed.c (strict_volatile_bitfield_p): Change the type of fieldmode
42 to scalar_int_mode. Remove check for SCALAR_INT_MODE_P.
43 (store_bit_field): Check is_a <scalar_int_mode> before calling
44 strict_volatile_bitfield_p.
45 (extract_bit_field): Likewise.
47 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
48 Alan Hayward <alan.hayward@arm.com>
49 David Sherwood <david.sherwood@arm.com>
51 * target.def (cstore_mode): Return a scalar_int_mode.
52 * doc/tm.texi: Regenerate.
53 * config/sparc/sparc.c (sparc_cstore_mode): Return a scalar_int_mode.
54 * targhooks.h (default_cstore_mode): Likewise.
55 * targhooks.c (default_cstore_mode): Likewise, using a forced
57 * expmed.c (emit_cstore): Expect the target of the cstore to be
60 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
61 Alan Hayward <alan.hayward@arm.com>
62 David Sherwood <david.sherwood@arm.com>
64 * tree.h (SCALAR_INT_TYPE_MODE): New macro.
65 * builtins.c (expand_builtin_signbit): Use it.
66 * cfgexpand.c (expand_debug_expr): Likewise.
67 * dojump.c (do_jump): Likewise.
68 (do_compare_and_jump): Likewise.
69 * dwarf2cfi.c (expand_builtin_init_dwarf_reg_sizes): Likewise.
70 * expmed.c (make_tree): Likewise.
71 * expr.c (expand_expr_real_2): Likewise.
72 (expand_expr_real_1): Likewise.
73 (try_casesi): Likewise.
74 * fold-const-call.c (fold_const_call_ss): Likewise.
75 * fold-const.c (unextend): Likewise.
76 (extract_muldiv_1): Likewise.
77 (fold_single_bit_test): Likewise.
78 (native_encode_int): Likewise.
79 (native_encode_string): Likewise.
80 (native_interpret_int): Likewise.
81 * gimple-fold.c (gimple_fold_builtin_memset): Likewise.
82 * internal-fn.c (expand_addsub_overflow): Likewise.
83 (expand_neg_overflow): Likewise.
84 (expand_mul_overflow): Likewise.
85 (expand_arith_overflow): Likewise.
87 * stor-layout.c (layout_type): Likewise.
88 * tree-cfg.c (verify_gimple_assign_ternary): Likewise.
89 * tree-ssa-math-opts.c (convert_mult_to_widen): Likewise.
90 * tree-ssanames.c (get_range_info): Likewise.
91 * tree-switch-conversion.c (array_value_type) Likewise.
92 * tree-vect-patterns.c (vect_recog_rotate_pattern): Likewise.
93 (vect_recog_divmod_pattern): Likewise.
94 (vect_recog_mixed_size_cond_pattern): Likewise.
95 * tree-vrp.c (extract_range_basic): Likewise.
96 (simplify_float_conversion_using_ranges): Likewise.
97 * tree.c (int_fits_type_p): Likewise.
98 * ubsan.c (instrument_bool_enum_load): Likewise.
99 * varasm.c (mergeable_string_section): Likewise.
100 (narrowing_initializer_constant_valid_p): Likewise.
101 (output_constant): Likewise.
103 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
104 Alan Hayward <alan.hayward@arm.com>
105 David Sherwood <david.sherwood@arm.com>
107 * machmode.h (NARROWEST_INT_MODE): New macro.
108 * expr.c (alignment_for_piecewise_move): Use it instead of
109 GET_CLASS_NARROWEST_MODE (MODE_INT).
110 (push_block): Likewise.
111 * stor-layout.c (bit_field_mode_iterator::bit_field_mode_iterator):
113 * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
115 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
116 Alan Hayward <alan.hayward@arm.com>
117 David Sherwood <david.sherwood@arm.com>
119 * expr.c (expand_expr_real_2): Use scalar_int_mode for the
121 * lower-subreg.c (resolve_shift_zext): Use is_a <scalar_int_mode>.
122 * optabs.c (expand_unop): Likewise.
124 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
125 Alan Hayward <alan.hayward@arm.com>
126 David Sherwood <david.sherwood@arm.com>
128 * dwarf2out.c (typed_binop): Change mode parameter to scalar_int_mode.
129 (clz_loc_descriptor): Likewise. Remove SCALAR_INT_MODE_P check.
130 (popcount_loc_descriptor): Likewise.
131 (bswap_loc_descriptor): Likewise.
132 (rotate_loc_descriptor): Likewise.
133 (mem_loc_descriptor): Add is_a <scalar_int_mode> checks before
134 calling the functions above.
136 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
137 Alan Hayward <alan.hayward@arm.com>
138 David Sherwood <david.sherwood@arm.com>
140 * combine.c (sign_extend_short_imm): Add is_a <scalar_int_mode>
142 (try_combine): Likewise.
143 (simplify_if_then_else): Likewise.
144 * cse.c (cse_insn): Likewise.
145 * dwarf2out.c (mem_loc_descriptor): Likewise.
146 * emit-rtl.c (gen_lowpart_common): Likewise.
147 * simplify-rtx.c (simplify_truncation): Likewise.
148 (simplify_binary_operation_1): Likewise.
149 (simplify_const_relational_operation): Likewise.
150 (simplify_ternary_operation): Likewise.
151 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Likewise.
153 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
154 Alan Hayward <alan.hayward@arm.com>
155 David Sherwood <david.sherwood@arm.com>
157 * cse.c (cse_insn): Add is_a <scalar_int_mode> checks.
158 * reload.c (push_reload): Likewise.
159 (find_reloads): Likewise.
161 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
162 Alan Hayward <alan.hayward@arm.com>
163 David Sherwood <david.sherwood@arm.com>
165 * combine.c (find_split_point): Add is_a <scalar_int_mode> checks.
166 (make_compound_operation_int): Likewise.
167 (change_zero_ext): Likewise.
168 * expr.c (convert_move): Likewise.
169 (convert_modes): Likewise.
170 * fwprop.c (forward_propagate_subreg): Likewise.
171 * loop-iv.c (get_biv_step_1): Likewise.
172 * optabs.c (widen_operand): Likewise.
173 * postreload.c (move2add_valid_value_p): Likewise.
174 * recog.c (simplify_while_replacing): Likewise.
175 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
176 (simplify_binary_operation_1): Likewise. Remove redundant
179 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
180 Alan Hayward <alan.hayward@arm.com>
181 David Sherwood <david.sherwood@arm.com>
183 * combine.c (combine_simplify_rtx): Add checks for
184 is_a <scalar_int_mode>.
185 (simplify_if_then_else): Likewise.
186 (make_field_assignment): Likewise.
187 (simplify_comparison): Likewise.
188 * ifcvt.c (noce_try_bitop): Likewise.
189 * loop-invariant.c (canonicalize_address_mult): Likewise.
190 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
192 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
193 Alan Hayward <alan.hayward@arm.com>
194 David Sherwood <david.sherwood@arm.com>
196 * simplify-rtx.c (simplify_binary_operation_1): Use
197 is_a <scalar_int_mode> instead of !VECTOR_MODE_P.
199 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
200 Alan Hayward <alan.hayward@arm.com>
201 David Sherwood <david.sherwood@arm.com>
203 * wide-int.h (int_traits<unsigned char>) New class.
204 (int_traits<unsigned short>) Likewise.
205 * cfgexpand.c (expand_debug_expr): Use is_a <scalar_int_mode>.
206 Use GET_MODE_UNIT_PRECISION and remove redundant test for
208 * combine.c (set_nonzero_bits_and_sign_copies): Use
209 is_a <scalar_int_mode>.
210 (find_split_point): Likewise.
211 (combine_simplify_rtx): Likewise.
212 (simplify_logical): Likewise.
213 (expand_compound_operation): Likewise.
214 (expand_field_assignment): Likewise.
215 (make_compound_operation): Likewise.
216 (extended_count): Likewise.
217 (change_zero_ext): Likewise.
218 (simplify_comparison): Likewise.
219 * dwarf2out.c (scompare_loc_descriptor): Likewise.
220 (ucompare_loc_descriptor): Likewise.
221 (minmax_loc_descriptor): Likewise.
222 (mem_loc_descriptor): Likewise.
223 (loc_descriptor): Likewise.
224 * expmed.c (init_expmed_one_mode): Likewise.
225 * lra-constraints.c (lra_constraint_offset): Likewise.
226 * optabs.c (prepare_libcall_arg): Likewise.
227 * postreload.c (move2add_note_store): Likewise.
228 * reload.c (operands_match_p): Likewise.
229 * rtl.h (load_extend_op): Likewise.
230 * rtlhooks.c (gen_lowpart_general): Likewise.
231 * simplify-rtx.c (simplify_truncation): Likewise.
232 (simplify_unary_operation_1): Likewise.
233 (simplify_binary_operation_1): Likewise.
234 (simplify_const_binary_operation): Likewise.
235 (simplify_const_relational_operation): Likewise.
236 (simplify_subreg): Likewise.
237 * stor-layout.c (bitwise_mode_for_mode): Likewise.
238 * var-tracking.c (adjust_mems): Likewise.
239 (prepare_call_arguments): Likewise.
241 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
242 Alan Hayward <alan.hayward@arm.com>
243 David Sherwood <david.sherwood@arm.com>
245 * machmode.h (is_int_mode): New fuction.
246 * combine.c (find_split_point): Use it.
247 (combine_simplify_rtx): Likewise.
248 (simplify_if_then_else): Likewise.
249 (simplify_set): Likewise.
250 (simplify_shift_const_1): Likewise.
251 (simplify_comparison): Likewise.
252 * config/aarch64/aarch64.c (aarch64_rtx_costs): Likewise.
253 * cse.c (notreg_cost): Likewise.
254 (cse_insn): Likewise.
255 * cselib.c (cselib_lookup_1): Likewise.
256 * dojump.c (do_jump_1): Likewise.
257 (do_compare_rtx_and_jump): Likewise.
258 * dse.c (get_call_args): Likewise.
259 * dwarf2out.c (rtl_for_decl_init): Likewise.
260 (native_encode_initializer): Likewise.
261 * expmed.c (emit_store_flag_1): Likewise.
262 (emit_store_flag): Likewise.
263 * expr.c (convert_modes): Likewise.
264 (store_field): Likewise.
265 (expand_expr_real_1): Likewise.
266 * fold-const.c (fold_read_from_constant_string): Likewise.
267 * gimple-ssa-sprintf.c (get_format_string): Likewise.
268 * optabs-libfuncs.c (gen_int_libfunc): Likewise.
269 * optabs.c (expand_binop): Likewise.
270 (expand_unop): Likewise.
271 (expand_abs_nojump): Likewise.
272 (expand_one_cmpl_abs_nojump): Likewise.
273 * simplify-rtx.c (mode_signbit_p): Likewise.
274 (val_signbit_p): Likewise.
275 (val_signbit_known_set_p): Likewise.
276 (val_signbit_known_clear_p): Likewise.
277 (simplify_relational_operation_1): Likewise.
278 * tree.c (vector_type_mode): Likewise.
280 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
281 Alan Hayward <alan.hayward@arm.com>
282 David Sherwood <david.sherwood@arm.com>
284 * machmode.h (smallest_mode_for_size): Fix formatting.
285 (smallest_int_mode_for_size): New function.
286 * cfgexpand.c (expand_debug_expr): Use smallest_int_mode_for_size
287 instead of smallest_mode_for_size.
288 * combine.c (make_extraction): Likewise.
289 * config/arc/arc.c (arc_expand_movmem): Likewise.
290 * config/arm/arm.c (arm_expand_divmod_libfunc): Likewise.
291 * config/i386/i386.c (ix86_get_mask_mode): Likewise.
292 * config/s390/s390.c (s390_expand_insv): Likewise.
293 * config/sparc/sparc.c (assign_int_registers): Likewise.
294 * config/spu/spu.c (spu_function_value): Likewise.
295 (spu_function_arg): Likewise.
296 * coverage.c (get_gcov_type): Likewise.
297 (get_gcov_unsigned_t): Likewise.
298 * dse.c (find_shift_sequence): Likewise.
299 * expmed.c (store_bit_field_1): Likewise.
300 * expr.c (convert_move): Likewise.
301 (store_field): Likewise.
302 * internal-fn.c (expand_arith_overflow): Likewise.
303 * optabs-query.c (get_best_extraction_insn): Likewise.
304 * optabs.c (expand_twoval_binop_libfunc): Likewise.
305 * stor-layout.c (layout_type): Likewise.
306 (initialize_sizetypes): Likewise.
307 * targhooks.c (default_get_mask_mode): Likewise.
308 * tree-ssa-loop-manip.c (canonicalize_loop_ivs): Likewise.
310 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
311 Alan Hayward <alan.hayward@arm.com>
312 David Sherwood <david.sherwood@arm.com>
314 * machmode.h (opt_mode::else_blk): New function.
315 (int_mode_for_mode): Declare.
316 * stor-layout.c (int_mode_for_mode): Return an opt_scalar_int_mode.
317 * builtins.c (expand_builtin_signbit): Adjust for new int_mode_for_mode
319 * cfgexpand.c (expand_debug_expr): Likewise.
320 * combine.c (gen_lowpart_or_truncate): Likewise.
321 (gen_lowpart_for_combine): Likewise.
322 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Likewise.
323 * config/avr/avr.c (avr_to_int_mode): Likewise.
324 (avr_out_plus_1): Likewise.
325 (avr_out_plus): Likewise.
326 (avr_out_round): Likewise.
327 * config/i386/i386.c (ix86_split_to_parts): Likewise.
328 * config/s390/s390.c (s390_expand_vec_compare_cc): Likewise.
329 (s390_expand_vcond): Likewise.
330 * config/spu/spu.c (spu_split_immediate): Likewise.
331 (spu_expand_mov): Likewise.
332 * dse.c (get_stored_val): Likewise.
333 * expmed.c (store_bit_field_1): Likewise.
334 (convert_extracted_bit_field): Use int_mode_for_mode instead of
336 (extract_bit_field_1): Adjust for new int_mode_for_mode return type.
337 (extract_low_bits): Likewise.
338 * expr.c (emit_group_load_1): Likewise. Separate out the BLKmode
339 handling rather than repeating the check.
340 (emit_group_store): Likewise.
341 (emit_move_via_integer): Adjust for new int_mode_for_mode return type.
342 * optabs.c (expand_absneg_bit): Likewise.
343 (expand_copysign_absneg): Likewise.
344 (expand_copysign_bit): Likewise.
345 * tree-if-conv.c (ifcvt_can_use_mask_load_store): Likewise.
346 * tree-vect-slp.c (vect_transform_slp_perm_load): Likewise.
347 * tree-vect-stmts.c (vect_gen_perm_mask_any): Likewise.
348 * var-tracking.c (prepare_call_arguments): Likewise.
349 * config/powerpcspe/powerpcspe.c (rs6000_do_expand_vec_perm): Use
350 int_mode_for_mode instead of mode_for_size.
351 * config/rs6000/rs6000.c (rs6000_do_expand_vec_perm): Likewise.
353 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
354 Alan Hayward <alan.hayward@arm.com>
355 David Sherwood <david.sherwood@arm.com>
357 * machmode.h (int_mode_for_size): New function.
358 * builtins.c (set_builtin_user_assembler_name): Use int_mode_for_size
359 instead of mode_for_size.
360 * calls.c (save_fixed_argument_area): Likewise. Make use of BLKmode
362 * combine.c (expand_field_assignment): Use int_mode_for_size
363 instead of mode_for_size.
364 (make_extraction): Likewise.
365 (simplify_shift_const_1): Likewise.
366 (simplify_comparison): Likewise.
367 * dojump.c (do_jump): Likewise.
368 * dwarf2out.c (mem_loc_descriptor): Likewise.
369 * emit-rtl.c (init_derived_machine_modes): Likewise.
370 * expmed.c (flip_storage_order): Likewise.
371 (convert_extracted_bit_field): Likewise.
372 * expr.c (copy_blkmode_from_reg): Likewise.
373 * graphite-isl-ast-to-gimple.c (max_mode_int_precision): Likewise.
374 * internal-fn.c (expand_mul_overflow): Likewise.
375 * lower-subreg.c (simple_move): Likewise.
376 * optabs-libfuncs.c (init_optabs): Likewise.
377 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
378 * tree.c (vector_type_mode): Likewise.
379 * tree-ssa-strlen.c (handle_builtin_memcmp): Likewise.
380 * tree-vect-data-refs.c (vect_lanes_optab_supported_p): Likewise.
381 * tree-vect-generic.c (expand_vector_parallel): Likewise.
382 * tree-vect-stmts.c (vectorizable_load): Likewise.
383 (vectorizable_store): Likewise.
385 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
386 Alan Hayward <alan.hayward@arm.com>
387 David Sherwood <david.sherwood@arm.com>
389 * coretypes.h (pod_mode): New type.
390 (scalar_int_mode_pod): New typedef.
391 * machmode.h (pod_mode): New class.
392 (int_n_data_t::m): Change type to scalar_int_mode_pod.
393 * genmodes.c (emit_mode_int_n): Update accordingly.
394 * lower-subreg.h (target_lower_subreg): Change type to
396 * gdbhooks.py (build_pretty_printer): Handle pod_mode and
399 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
400 Alan Hayward <alan.hayward@arm.com>
401 David Sherwood <david.sherwood@arm.com>
403 * config/powerpcspe/powerpcspe.h (rs6000_pmode): Change type from
404 machine_mode to scalar_int_mode.
405 * config/powerpcspe/powerpcspe.c (rs6000_pmode): Likewise.
406 (rs6000_option_override_internal): Remove cast to int.
407 * config/rs6000/rs6000.h (rs6000_pmode): Change type from
408 machine_mode to scalar_int_mode.
409 * config/rs6000/rs6000.c (rs6000_pmode): Likewise.
410 (rs6000_option_override_internal): Remove cast to int.
411 * config/s390/s390.h (Pmode): Remove cast to machine_mode.
412 * config/epiphany/epiphany.h (RTX_OK_FOR_OFFSET_P): Add cast
414 * config/s390/s390.c (s390_expand_builtin): Likewise.
415 * coretypes.h (scalar_int_mode): New type.
416 (opt_scalar_int_mode): New typedef.
417 * machmode.h (scalar_int_mode): New class.
418 (scalar_int_mode::includes_p): New function.
419 (byte_mode): Change type to scalar_int_mode.
420 (word_mode): Likewise.
421 (ptr_mode): Likewise.
422 * emit-rtl.c (byte_mode): Likewise.
423 (word_mode): Likewise.
424 (ptr_mode): Likewise.
425 (init_derived_machine_modes): Update accordingly.
426 * genmodes.c (get_mode_class): Return scalar_int_mode for MODE_INT
427 and MODE_PARTIAL_INT.
428 * gdbhooks.py (build_pretty_printer): Handle scalar_int_mode and
431 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
432 Alan Hayward <alan.hayward@arm.com>
433 David Sherwood <david.sherwood@arm.com>
435 * target.def (libgcc_floating_mode_supported_p): Take a
437 * doc/tm.texi: Regenerate.
438 * targhooks.h (default_libgcc_floating_mode_supported_p): Take a
440 * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
441 * config/aarch64/aarch64.c (aarch64_libgcc_floating_mode_supported_p):
444 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
445 Alan Hayward <alan.hayward@arm.com>
446 David Sherwood <david.sherwood@arm.com>
448 * target.def (default_floatn_mode): Return an opt_scalar_float_mode.
449 * doc/tm.texi: Regenerate.
450 * config/arm/arm.c (arm_floatn_mode): Return an opt_scalar_float_mode.
451 * config/powerpcspe/powerpcspe.c (rs6000_floatn_mode): Likewise.
452 * config/rs6000/rs6000.c (rs6000_floatn_mode): Likewise.
453 * targhooks.h (default_floatn_mode): Likewise.
454 * targhooks.c (default_floatn_mode): Likewise.
455 * tree.c (build_common_tree_nodes): Update accordingly.
457 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
458 Alan Hayward <alan.hayward@arm.com>
459 David Sherwood <david.sherwood@arm.com>
461 * machmode.h (mode_iterator::start): Provide overload for opt_modes.
462 (mode_iterator::iterate_p): Likewise.
463 (mode_iterator::get_wider): Likewise.
464 * expr.c (init_expr_target): Use opt_scalar_float_mode.
466 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
467 Alan Hayward <alan.hayward@arm.com>
468 David Sherwood <david.sherwood@arm.com>
470 * coretypes.h (opt_scalar_float_mode): New typedef.
471 * machmode.h (float_mode_for_size): New function.
472 * emit-rtl.c (double_mode): Delete.
473 (init_emit_once): Use float_mode_for_size.
474 * stor-layout.c (layout_type): Likewise.
475 * gdbhooks.py (build_pretty_printer): Handle opt_scalar_float_mode.
477 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
478 Alan Hayward <alan.hayward@arm.com>
479 David Sherwood <david.sherwood@arm.com>
481 * output.h (assemble_real): Take a scalar_float_mode.
482 * config/arm/arm.c (arm_assemble_integer): Update accordingly.
483 * config/arm/arm.md (consttable_4): Likewise.
484 (consttable_8): Likewise.
485 (consttable_16): Likewise.
486 * config/mips/mips.md (consttable_float): Likewise.
487 * config/s390/s390.c (s390_output_pool_entry): Likewise.
488 * varasm.c (assemble_real): Take a scalar_float_mode.
489 (output_constant_pool_2): Update accordingly.
490 (output_constant): Likewise.
492 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
493 Alan Hayward <alan.hayward@arm.com>
494 David Sherwood <david.sherwood@arm.com>
496 * tree.h (SCALAR_FLOAT_TYPE_MODE): New macro.
497 * builtins.c (expand_builtin_signbit): Use it instead of TYPE_MODE.
498 * fold-const.c (fold_convert_const_real_from_fixed): Likewise.
499 (native_encode_real): Likewise.
500 (native_interpret_real): Likewise.
501 * hsa-brig.c (emit_immediate_scalar_to_buffer): Likewise.
502 * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
504 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
505 Alan Hayward <alan.hayward@arm.com>
506 David Sherwood <david.sherwood@arm.com>
508 * optabs-libfuncs.c (gen_trunc_conv_libfunc): Use is_a
509 <scalar_float_mode>. Simplify.
510 (gen_extend_conv_libfunc): Likewise.
512 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
513 Alan Hayward <alan.hayward@arm.com>
514 David Sherwood <david.sherwood@arm.com>
516 * coretypes.h (scalar_float_mode): New type.
517 * machmode.h (mode_traits::from_int): Use machine_mode if
518 USE_ENUM_MODES is defined.
519 (is_a): New function.
521 (dyn_cast): Likewise.
522 (scalar_float_mode): New class.
523 (scalar_float_mode::includes_p): New function.
524 (is_float_mode): Likewise.
525 * gdbhooks.py (MachineModePrinter): New class.
526 (build_pretty_printer): Use it for scalar_float_mode.
527 * real.h (FLOAT_MODE_FORMAT): Use as_a <scalar_float_mode>.
528 (format_helper::format_helper): Turn into a template.
529 * genmodes.c (get_mode_class): New function.
530 (emit_insn_modes_h): Give modes the class returned by get_mode_class,
531 or machine_mode if none.
532 * config/aarch64/aarch64.c (aarch64_simd_valid_immediate): Use
533 as_a <scalar_float_mode>.
534 * dwarf2out.c (mem_loc_descriptor): Likewise.
535 (insert_float): Likewise.
536 (add_const_value_attribute): Likewise.
537 * simplify-rtx.c (simplify_immed_subreg): Likewise.
538 * optabs.c (expand_absneg_bit): Take a scalar_float_mode.
539 (expand_unop): Update accordingly.
540 (expand_abs_nojump): Likewise.
541 (expand_copysign_absneg): Take a scalar_float_mode.
542 (expand_copysign_bit): Likewise.
543 (expand_copysign): Update accordingly.
545 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
546 Alan Hayward <alan.hayward@arm.com>
547 David Sherwood <david.sherwood@arm.com>
549 * coretypes.h (opt_mode): New class.
550 * machmode.h (opt_mode): Likewise.
551 (opt_mode::else_void): New function.
552 (opt_mode::require): Likewise.
553 (opt_mode::exists): Likewise.
554 (GET_MODE_WIDER_MODE): Turn into a function and return an opt_mode.
555 (GET_MODE_2XWIDER_MODE): Likewise.
556 (mode_iterator::get_wider): Update accordingly.
557 (mode_iterator::get_2xwider): Likewise.
558 (mode_iterator::get_known_wider): Likewise, turning into a template.
559 * combine.c (make_extraction): Update use of GET_MODE_WIDER_MODE,
560 forcing a wider mode to exist.
561 * config/cr16/cr16.h (LONG_REG_P): Likewise.
562 * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
563 * config/c6x/c6x.c (c6x_rtx_costs): Update use of
564 GET_MODE_2XWIDER_MODE, forcing a wider mode to exist.
565 * lower-subreg.c (init_lower_subreg): Likewise.
566 * optabs-libfuncs.c (init_sync_libfuncs_1): Likewise, but not
567 on the final iteration.
568 * config/i386/i386.c (ix86_expand_set_or_movmem): Check whether
569 a wider mode exists before asking for a move pattern.
570 (get_mode_wider_vector): Update use of GET_MODE_WIDER_MODE,
571 forcing a wider mode to exist.
572 (expand_vselect_vconcat): Update use of GET_MODE_2XWIDER_MODE,
573 returning false if no such mode exists.
574 * config/ia64/ia64.c (expand_vselect_vconcat): Likewise.
575 * config/mips/mips.c (mips_expand_vselect_vconcat): Likewise.
576 * expmed.c (init_expmed_one_mode): Update use of GET_MODE_WIDER_MODE.
577 Avoid checking for a MODE_INT if we already know the mode is not a
579 (extract_high_half): Update use of GET_MODE_WIDER_MODE,
580 forcing a wider mode to exist.
581 (expmed_mult_highpart_optab): Likewise.
582 (expmed_mult_highpart): Likewise.
583 * expr.c (expand_expr_real_2): Update use of GET_MODE_WIDER_MODE,
585 * lto-streamer-in.c (lto_input_mode_table): Likewise.
586 * optabs-query.c (find_widening_optab_handler_and_mode): Likewise.
587 * stor-layout.c (bit_field_mode_iterator::next_mode): Likewise.
588 * internal-fn.c (expand_mul_overflow): Update use of
589 GET_MODE_2XWIDER_MODE.
590 * omp-low.c (omp_clause_aligned_alignment): Likewise.
591 * tree-ssa-math-opts.c (convert_mult_to_widen): Update use of
593 (convert_plusminus_to_widen): Likewise.
594 * tree-switch-conversion.c (array_value_type): Likewise.
595 * var-tracking.c (emit_note_insn_var_location): Likewise.
596 * tree-vrp.c (simplify_float_conversion_using_ranges): Likewise.
597 Return false inside rather than outside the loop if no wider mode
599 * optabs.c (expand_binop): Update use of GET_MODE_WIDER_MODE
600 and GET_MODE_2XWIDER_MODE
601 (can_compare_p): Use else_void.
602 * gdbhooks.py (OptMachineModePrinter): New class.
603 (build_pretty_printer): Use it for opt_mode.
605 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
606 Alan Hayward <alan.hayward@arm.com>
607 David Sherwood <david.sherwood@arm.com>
609 * tree-switch-conversion.c (array_value_type): Only read TYPE_MODE
610 once. Use get_narrowest_mode instead of GET_CLASS_NARROWEST_MODE.
612 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
613 Alan Hayward <alan.hayward@arm.com>
614 David Sherwood <david.sherwood@arm.com>
616 * machmode.h (mode_traits): New structure.
617 (get_narrowest_mode): New function.
618 (mode_iterator::start): Likewise.
619 (mode_iterator::iterate_p): Likewise.
620 (mode_iterator::get_wider): Likewise.
621 (mode_iterator::get_known_wider): Likewise.
622 (mode_iterator::get_2xwider): Likewise.
623 (FOR_EACH_MODE_IN_CLASS): New mode iterator.
624 (FOR_EACH_MODE): Likewise.
625 (FOR_EACH_MODE_FROM): Likewise.
626 (FOR_EACH_MODE_UNTIL): Likewise.
627 (FOR_EACH_WIDER_MODE): Likewise.
628 (FOR_EACH_2XWIDER_MODE): Likewise.
629 * builtins.c (expand_builtin_strlen): Use new mode iterators.
630 * combine.c (simplify_comparison): Likewise
631 * config/i386/i386.c (type_natural_mode): Likewise.
632 * cse.c (cse_insn): Likewise.
633 * dse.c (find_shift_sequence): Likewise.
634 * emit-rtl.c (init_derived_machine_modes): Likewise.
635 (init_emit_once): Likewise.
636 * explow.c (hard_function_value): Likewise.
637 * expmed.c (extract_fixed_bit_field_1): Likewise.
638 (extract_bit_field_1): Likewise.
639 (expand_divmod): Likewise.
640 (emit_store_flag_1): Likewise.
641 * expr.c (init_expr_target): Likewise.
642 (convert_move): Likewise.
643 (alignment_for_piecewise_move): Likewise.
644 (widest_int_mode_for_size): Likewise.
645 (emit_block_move_via_movmem): Likewise.
646 (copy_blkmode_to_reg): Likewise.
647 (set_storage_via_setmem): Likewise.
648 (compress_float_constant): Likewise.
649 * omp-low.c (omp_clause_aligned_alignment): Likewise.
650 * optabs-query.c (get_best_extraction_insn): Likewise.
651 * optabs.c (expand_binop): Likewise.
652 (expand_twoval_unop): Likewise.
653 (expand_twoval_binop): Likewise.
654 (widen_leading): Likewise.
655 (widen_bswap): Likewise.
656 (expand_parity): Likewise.
657 (expand_unop): Likewise.
658 (prepare_cmp_insn): Likewise.
659 (prepare_float_lib_cmp): Likewise.
660 (expand_float): Likewise.
661 (expand_fix): Likewise.
662 (expand_sfix_optab): Likewise.
663 * postreload.c (move2add_use_add2_insn): Likewise.
664 * reg-stack.c (reg_to_stack): Likewise.
665 * reginfo.c (choose_hard_reg_mode): Likewise.
666 * rtlanal.c (init_num_sign_bit_copies_in_rep): Likewise.
667 * stor-layout.c (mode_for_size): Likewise.
668 (smallest_mode_for_size): Likewise.
669 (mode_for_vector): Likewise.
670 (finish_bitfield_representative): Likewise.
671 * tree-ssa-math-opts.c (target_supports_divmod_p): Likewise.
672 * tree-vect-generic.c (type_for_widest_vector_mode): Likewise.
673 * tree-vect-stmts.c (vectorizable_conversion): Likewise.
674 * var-tracking.c (prepare_call_arguments): Likewise.
676 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
677 Alan Hayward <alan.hayward@arm.com>
678 David Sherwood <david.sherwood@arm.com>
680 * genconditions.c (write_header): Add a "#define USE_ENUM_MODES".
681 * genmodes.c (emit_insn_modes_h): Define FOOmode to E_FOOmode if
682 USE_ENUM_MODES is defined and to ((void) 0, E_FOOmode) otherwise.
683 * machmode.h (mode_size): Move earlier in file.
684 (mode_precision): Likewise.
685 (mode_inner): Likewise.
686 (mode_nunits): Likewise.
687 (mode_unit_size): Likewise.
688 (unit_unit_precision): Likewise.
689 (mode_wider): Likewise.
690 (mode_2xwider): Likewise.
691 (machine_mode): New class.
692 (mode_to_bytes): New function.
693 (mode_to_bits): Likewise.
694 (mode_to_precision): Likewise.
695 (mode_to_inner): Likewise.
696 (mode_to_unit_size): Likewise.
697 (mode_to_unit_precision): Likewise.
698 (mode_to_nunits): Likewise.
699 (GET_MODE_SIZE): Use mode_to_bytes.
700 (GET_MODE_BITSIZE): Use mode_to_bits.
701 (GET_MODE_PRECISION): Use mode_to_precision.
702 (GET_MODE_INNER): Use mode_to_inner.
703 (GET_MODE_UNIT_SIZE): Use mode_to_unit_size.
704 (GET_MODE_UNIT_PRECISION): Use mode_to_unit_precision.
705 (GET_MODE_NUNITS): Use mode_to_nunits.
706 * system.h (ALWAYS_INLINE): New macro.
707 * config/powerpcspe/powerpcspe-c.c
708 (altivec_resolve_overloaded_builtin): Use machine_mode instead of
709 int for arg1_mode and arg2_mode.
711 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
712 Alan Hayward <alan.hayward@arm.com>
713 David Sherwood <david.sherwood@arm.com>
715 * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
716 Prefix mode names with E_ in case statements.
717 * config/aarch64/aarch64-elf.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
718 * config/aarch64/aarch64.c (aarch64_split_simd_combine): Likewise.
719 (aarch64_split_simd_move): Likewise.
720 (aarch64_gen_storewb_pair): Likewise.
721 (aarch64_gen_loadwb_pair): Likewise.
722 (aarch64_gen_store_pair): Likewise.
723 (aarch64_gen_load_pair): Likewise.
724 (aarch64_get_condition_code_1): Likewise.
725 (aarch64_constant_pool_reload_icode): Likewise.
726 (get_rsqrte_type): Likewise.
727 (get_rsqrts_type): Likewise.
728 (get_recpe_type): Likewise.
729 (get_recps_type): Likewise.
730 (aarch64_gimplify_va_arg_expr): Likewise.
731 (aarch64_simd_container_mode): Likewise.
732 (aarch64_emit_load_exclusive): Likewise.
733 (aarch64_emit_store_exclusive): Likewise.
734 (aarch64_expand_compare_and_swap): Likewise.
735 (aarch64_gen_atomic_cas): Likewise.
736 (aarch64_emit_bic): Likewise.
737 (aarch64_emit_atomic_swap): Likewise.
738 (aarch64_emit_atomic_load_op): Likewise.
739 (aarch64_evpc_trn): Likewise.
740 (aarch64_evpc_uzp): Likewise.
741 (aarch64_evpc_zip): Likewise.
742 (aarch64_evpc_ext): Likewise.
743 (aarch64_evpc_rev): Likewise.
744 (aarch64_evpc_dup): Likewise.
745 (aarch64_gen_ccmp_first): Likewise.
746 (aarch64_gen_ccmp_next): Likewise.
747 * config/alpha/alpha.c (alpha_scalar_mode_supported_p): Likewise.
748 (alpha_emit_xfloating_libcall): Likewise.
749 (emit_insxl): Likewise.
750 (alpha_arg_type): Likewise.
751 * config/arc/arc.c (arc_vector_mode_supported_p): Likewise.
752 (arc_preferred_simd_mode): Likewise.
753 (arc_secondary_reload): Likewise.
754 (get_arc_condition_code): Likewise.
755 (arc_print_operand): Likewise.
756 (arc_legitimate_constant_p): Likewise.
757 * config/arc/arc.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
758 * config/arc/arc.md (casesi_load): Likewise.
759 (casesi_compact_jump): Likewise.
760 * config/arc/predicates.md (proper_comparison_operator): Likewise.
761 (cc_use_register): Likewise.
762 * config/arm/aout.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
763 * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
764 (arm_init_iwmmxt_builtins): Likewise.
765 * config/arm/arm.c (thumb1_size_rtx_costs): Likewise.
766 (neon_expand_vector_init): Likewise.
767 (arm_attr_length_move_neon): Likewise.
768 (maybe_get_arm_condition_code): Likewise.
769 (arm_emit_vector_const): Likewise.
770 (arm_preferred_simd_mode): Likewise.
771 (arm_output_iwmmxt_tinsr): Likewise.
772 (thumb1_output_casesi): Likewise.
773 (thumb2_output_casesi): Likewise.
774 (arm_emit_load_exclusive): Likewise.
775 (arm_emit_store_exclusive): Likewise.
776 (arm_expand_compare_and_swap): Likewise.
777 (arm_evpc_neon_vuzp): Likewise.
778 (arm_evpc_neon_vzip): Likewise.
779 (arm_evpc_neon_vrev): Likewise.
780 (arm_evpc_neon_vtrn): Likewise.
781 (arm_evpc_neon_vext): Likewise.
782 (arm_validize_comparison): Likewise.
783 * config/arm/neon.md (neon_vc<cmp_op><mode>): Likewise.
784 * config/avr/avr-c.c (avr_resolve_overloaded_builtin): Likewise.
785 * config/avr/avr.c (avr_rtx_costs_1): Likewise.
786 * config/c6x/c6x.c (c6x_vector_mode_supported_p): Likewise.
787 (c6x_preferred_simd_mode): Likewise.
788 * config/epiphany/epiphany.c (get_epiphany_condition_code): Likewise.
789 (epiphany_rtx_costs): Likewise.
790 * config/epiphany/predicates.md (proper_comparison_operator):
792 * config/frv/frv.c (condexec_memory_operand): Likewise.
793 (frv_emit_move): Likewise.
794 (output_move_single): Likewise.
795 (output_condmove_single): Likewise.
796 (frv_hard_regno_mode_ok): Likewise.
797 (frv_matching_accg_mode): Likewise.
798 * config/h8300/h8300.c (split_adds_subs): Likewise.
799 (h8300_rtx_costs): Likewise.
800 (h8300_print_operand): Likewise.
801 (compute_mov_length): Likewise.
802 (output_logical_op): Likewise.
803 (compute_logical_op_length): Likewise.
804 (compute_logical_op_cc): Likewise.
805 (h8300_shift_needs_scratch_p): Likewise.
806 (output_a_shift): Likewise.
807 (compute_a_shift_length): Likewise.
808 (compute_a_shift_cc): Likewise.
809 (expand_a_rotate): Likewise.
810 (output_a_rotate): Likewise.
811 * config/i386/i386.c (classify_argument): Likewise.
812 (function_arg_advance_32): Likewise.
813 (function_arg_32): Likewise.
814 (function_arg_64): Likewise.
815 (function_value_64): Likewise.
816 (ix86_gimplify_va_arg): Likewise.
817 (ix86_legitimate_constant_p): Likewise.
818 (put_condition_code): Likewise.
819 (split_double_mode): Likewise.
820 (ix86_avx256_split_vector_move_misalign): Likewise.
821 (ix86_expand_vector_logical_operator): Likewise.
822 (ix86_split_idivmod): Likewise.
823 (ix86_expand_adjust_ufix_to_sfix_si): Likewise.
824 (ix86_build_const_vector): Likewise.
825 (ix86_build_signbit_mask): Likewise.
826 (ix86_match_ccmode): Likewise.
827 (ix86_cc_modes_compatible): Likewise.
828 (ix86_expand_branch): Likewise.
829 (ix86_expand_sse_cmp): Likewise.
830 (ix86_expand_sse_movcc): Likewise.
831 (ix86_expand_int_sse_cmp): Likewise.
832 (ix86_expand_vec_perm_vpermi2): Likewise.
833 (ix86_expand_vec_perm): Likewise.
834 (ix86_expand_sse_unpack): Likewise.
835 (ix86_expand_int_addcc): Likewise.
836 (ix86_split_to_parts): Likewise.
837 (ix86_vectorize_builtin_gather): Likewise.
838 (ix86_vectorize_builtin_scatter): Likewise.
839 (avx_vpermilp_parallel): Likewise.
840 (inline_memory_move_cost): Likewise.
841 (ix86_tieable_integer_mode_p): Likewise.
842 (x86_maybe_negate_const_int): Likewise.
843 (ix86_expand_vector_init_duplicate): Likewise.
844 (ix86_expand_vector_init_one_nonzero): Likewise.
845 (ix86_expand_vector_init_one_var): Likewise.
846 (ix86_expand_vector_init_concat): Likewise.
847 (ix86_expand_vector_init_interleave): Likewise.
848 (ix86_expand_vector_init_general): Likewise.
849 (ix86_expand_vector_set): Likewise.
850 (ix86_expand_vector_extract): Likewise.
851 (emit_reduc_half): Likewise.
852 (ix86_emit_i387_round): Likewise.
853 (ix86_mangle_type): Likewise.
854 (ix86_expand_round_sse4): Likewise.
855 (expand_vec_perm_blend): Likewise.
856 (canonicalize_vector_int_perm): Likewise.
857 (ix86_expand_vec_one_operand_perm_avx512): Likewise.
858 (expand_vec_perm_1): Likewise.
859 (expand_vec_perm_interleave3): Likewise.
860 (expand_vec_perm_even_odd_pack): Likewise.
861 (expand_vec_perm_even_odd_1): Likewise.
862 (expand_vec_perm_broadcast_1): Likewise.
863 (ix86_vectorize_vec_perm_const_ok): Likewise.
864 (ix86_expand_vecop_qihi): Likewise.
865 (ix86_expand_mul_widen_hilo): Likewise.
866 (ix86_expand_sse2_abs): Likewise.
867 (ix86_expand_pextr): Likewise.
868 (ix86_expand_pinsr): Likewise.
869 (ix86_preferred_simd_mode): Likewise.
870 (ix86_simd_clone_compute_vecsize_and_simdlen): Likewise.
871 * config/i386/sse.md (*andnot<mode>3): Likewise.
872 (<mask_codefor><code><mode>3<mask_name>): Likewise.
873 (*<code><mode>3): Likewise.
874 * config/ia64/ia64.c (ia64_expand_vecint_compare): Likewise.
875 (ia64_expand_atomic_op): Likewise.
876 (ia64_arg_type): Likewise.
877 (ia64_mode_to_int): Likewise.
878 (ia64_scalar_mode_supported_p): Likewise.
879 (ia64_vector_mode_supported_p): Likewise.
880 (expand_vec_perm_broadcast): Likewise.
881 * config/iq2000/iq2000.c (iq2000_move_1word): Likewise.
882 (iq2000_function_arg_advance): Likewise.
883 (iq2000_function_arg): Likewise.
884 * config/m32c/m32c.c (m32c_preferred_reload_class): Likewise.
885 * config/m68k/m68k.c (output_dbcc_and_branch): Likewise.
886 (m68k_libcall_value): Likewise.
887 (m68k_function_value): Likewise.
888 (sched_attr_op_type): Likewise.
889 * config/mcore/mcore.c (mcore_output_move): Likewise.
890 * config/microblaze/microblaze.c (microblaze_function_arg_advance):
892 (microblaze_function_arg): Likewise.
893 * config/mips/mips.c (mips16_build_call_stub): Likewise.
894 (mips_print_operand): Likewise.
895 (mips_mode_ok_for_mov_fmt_p): Likewise.
896 (mips_vector_mode_supported_p): Likewise.
897 (mips_preferred_simd_mode): Likewise.
898 (mips_expand_vpc_loongson_even_odd): Likewise.
899 (mips_expand_vec_unpack): Likewise.
900 (mips_expand_vi_broadcast): Likewise.
901 (mips_expand_vector_init): Likewise.
902 (mips_expand_vec_reduc): Likewise.
903 (mips_expand_msa_cmp): Likewise.
904 * config/mips/mips.md (casesi_internal_mips16_<mode>): Likewise.
905 * config/mn10300/mn10300.c (mn10300_print_operand): Likewise.
906 (cc_flags_for_mode): Likewise.
907 * config/msp430/msp430.c (msp430_print_operand): Likewise.
908 * config/nds32/nds32-md-auxiliary.c (nds32_mem_format): Likewise.
909 (nds32_output_casesi_pc_relative): Likewise.
910 * config/nds32/nds32.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
911 * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Likewise.
912 (nvptx_gen_unpack): Likewise.
913 (nvptx_gen_pack): Likewise.
914 (nvptx_gen_shuffle): Likewise.
915 (nvptx_gen_wcast): Likewise.
916 (nvptx_preferred_simd_mode): Likewise.
917 * config/pa/pa.c (pa_secondary_reload): Likewise.
918 * config/pa/predicates.md (base14_operand): Likewise.
919 * config/powerpcspe/powerpcspe-c.c
920 (altivec_resolve_overloaded_builtin): Likewise.
921 * config/powerpcspe/powerpcspe.c (rs6000_setup_reg_addr_masks):
923 (rs6000_preferred_simd_mode): Likewise.
924 (output_vec_const_move): Likewise.
925 (rs6000_expand_vector_extract): Likewise.
926 (rs6000_split_vec_extract_var): Likewise.
927 (reg_offset_addressing_ok_p): Likewise.
928 (rs6000_legitimate_offset_address_p): Likewise.
929 (rs6000_legitimize_address): Likewise.
930 (rs6000_emit_set_const): Likewise.
931 (rs6000_const_vec): Likewise.
932 (rs6000_emit_move): Likewise.
933 (spe_build_register_parallel): Likewise.
934 (rs6000_darwin64_record_arg_recurse): Likewise.
935 (swap_selector_for_mode): Likewise.
936 (spe_init_builtins): Likewise.
937 (paired_init_builtins): Likewise.
938 (altivec_init_builtins): Likewise.
939 (do_load_for_compare): Likewise.
940 (rs6000_generate_compare): Likewise.
941 (rs6000_expand_float128_convert): Likewise.
942 (emit_load_locked): Likewise.
943 (emit_store_conditional): Likewise.
944 (rs6000_output_function_epilogue): Likewise.
945 (rs6000_handle_altivec_attribute): Likewise.
946 (rs6000_function_value): Likewise.
947 (emit_fusion_gpr_load): Likewise.
948 (emit_fusion_p9_load): Likewise.
949 (emit_fusion_p9_store): Likewise.
950 * config/powerpcspe/predicates.md (easy_fp_constant): Likewise.
951 (fusion_gpr_mem_load): Likewise.
952 (fusion_addis_mem_combo_load): Likewise.
953 (fusion_addis_mem_combo_store): Likewise.
954 * config/rs6000/predicates.md (easy_fp_constant): Likewise.
955 (fusion_gpr_mem_load): Likewise.
956 (fusion_addis_mem_combo_load): Likewise.
957 (fusion_addis_mem_combo_store): Likewise.
958 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
960 * config/rs6000/rs6000-string.c (do_load_for_compare): Likewise.
961 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
962 (rs6000_preferred_simd_mode): Likewise.
963 (output_vec_const_move): Likewise.
964 (rs6000_expand_vector_extract): Likewise.
965 (rs6000_split_vec_extract_var): Likewise.
966 (reg_offset_addressing_ok_p): Likewise.
967 (rs6000_legitimate_offset_address_p): Likewise.
968 (rs6000_legitimize_address): Likewise.
969 (rs6000_emit_set_const): Likewise.
970 (rs6000_const_vec): Likewise.
971 (rs6000_emit_move): Likewise.
972 (rs6000_darwin64_record_arg_recurse): Likewise.
973 (swap_selector_for_mode): Likewise.
974 (paired_init_builtins): Likewise.
975 (altivec_init_builtins): Likewise.
976 (rs6000_expand_float128_convert): Likewise.
977 (emit_load_locked): Likewise.
978 (emit_store_conditional): Likewise.
979 (rs6000_output_function_epilogue): Likewise.
980 (rs6000_handle_altivec_attribute): Likewise.
981 (rs6000_function_value): Likewise.
982 (emit_fusion_gpr_load): Likewise.
983 (emit_fusion_p9_load): Likewise.
984 (emit_fusion_p9_store): Likewise.
985 * config/rx/rx.c (rx_gen_move_template): Likewise.
986 (flags_from_mode): Likewise.
987 * config/s390/predicates.md (s390_alc_comparison): Likewise.
988 (s390_slb_comparison): Likewise.
989 * config/s390/s390.c (s390_handle_vectorbool_attribute): Likewise.
990 (s390_vector_mode_supported_p): Likewise.
991 (s390_cc_modes_compatible): Likewise.
992 (s390_match_ccmode_set): Likewise.
993 (s390_canonicalize_comparison): Likewise.
994 (s390_emit_compare_and_swap): Likewise.
995 (s390_branch_condition_mask): Likewise.
996 (s390_rtx_costs): Likewise.
997 (s390_secondary_reload): Likewise.
998 (__SECONDARY_RELOAD_CASE): Likewise.
999 (s390_expand_cs): Likewise.
1000 (s390_preferred_simd_mode): Likewise.
1001 * config/s390/vx-builtins.md (vec_packsu_u<mode>): Likewise.
1002 * config/sh/sh.c (sh_print_operand): Likewise.
1003 (dump_table): Likewise.
1004 (sh_secondary_reload): Likewise.
1005 * config/sh/sh.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
1006 * config/sh/sh.md (casesi_worker_1): Likewise.
1007 (casesi_worker_2): Likewise.
1008 * config/sparc/predicates.md (icc_comparison_operator): Likewise.
1009 (fcc_comparison_operator): Likewise.
1010 * config/sparc/sparc.c (sparc_expand_move): Likewise.
1011 (emit_soft_tfmode_cvt): Likewise.
1012 (sparc_preferred_simd_mode): Likewise.
1013 (output_cbranch): Likewise.
1014 (sparc_print_operand): Likewise.
1015 (sparc_expand_vec_perm_bmask): Likewise.
1016 (vector_init_bshuffle): Likewise.
1017 * config/spu/spu.c (spu_scalar_mode_supported_p): Likewise.
1018 (spu_vector_mode_supported_p): Likewise.
1019 (spu_expand_insv): Likewise.
1020 (spu_emit_branch_or_set): Likewise.
1021 (spu_handle_vector_attribute): Likewise.
1022 (spu_builtin_splats): Likewise.
1023 (spu_builtin_extract): Likewise.
1024 (spu_builtin_promote): Likewise.
1025 (spu_expand_sign_extend): Likewise.
1026 * config/tilegx/tilegx.c (tilegx_scalar_mode_supported_p): Likewise.
1027 (tilegx_simd_int): Likewise.
1028 * config/tilepro/tilepro.c (tilepro_scalar_mode_supported_p): Likewise.
1029 (tilepro_simd_int): Likewise.
1030 * config/v850/v850.c (const_double_split): Likewise.
1031 (v850_print_operand): Likewise.
1032 (ep_memory_offset): Likewise.
1033 * config/vax/vax.c (vax_rtx_costs): Likewise.
1034 (vax_output_int_move): Likewise.
1035 (vax_output_int_add): Likewise.
1036 (vax_output_int_subtract): Likewise.
1037 * config/visium/predicates.md (visium_branch_operator): Likewise.
1038 * config/visium/visium.c (rtx_ok_for_offset_p): Likewise.
1039 (visium_print_operand_address): Likewise.
1040 * config/visium/visium.h (ASM_OUTPUT_ADDR_DIFF_ELT): Likewise.
1041 * config/xtensa/xtensa.c (xtensa_mem_offset): Likewise.
1042 (xtensa_expand_conditional_branch): Likewise.
1043 (xtensa_copy_incoming_a7): Likewise.
1044 (xtensa_output_literal): Likewise.
1045 * dfp.c (decimal_real_maxval): Likewise.
1046 * targhooks.c (default_libgcc_floating_mode_supported_p): Likewise.
1048 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1049 Alan Hayward <alan.hayward@arm.com>
1050 David Sherwood <david.sherwood@arm.com>
1052 * genmodes.c (mode_size_inline): Add an E_ prefix to mode names.
1053 (mode_nunits_inline): Likewise.
1054 (mode_inner_inline): Likewise.
1055 (mode_unit_size_inline): Likewise.
1056 (mode_unit_precision_inline): Likewise.
1057 (emit_insn_modes_h): Likewise. Also emit a #define of the
1059 (emit_mode_wider): Add an E_ prefix to mode names.
1060 (emit_mode_complex): Likewise.
1061 (emit_mode_inner): Likewise.
1062 (emit_mode_adjustments): Likewise.
1063 (emit_mode_int_n): Likewise.
1064 * config/aarch64/aarch64-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP)
1065 (v2si_UP, v2sf_UP, v1df_UP, di_UP, df_UP, v16qi_UP, v8hi_UP, v8hf_UP)
1066 (v4si_UP, v4sf_UP, v2di_UP, v2df_UP, ti_UP, oi_UP, ci_UP, xi_UP)
1067 (si_UP, sf_UP, hi_UP, hf_UP, qi_UP): Likewise.
1068 (CRC32_BUILTIN, ENTRY): Likewise.
1069 * config/aarch64/aarch64.c (aarch64_push_regs): Likewise.
1070 (aarch64_pop_regs): Likewise.
1071 (aarch64_process_components): Likewise.
1072 * config/alpha/alpha.c (alpha_emit_conditional_move): Likewise.
1073 * config/arm/arm-builtins.c (v8qi_UP, v4hi_UP, v4hf_UP, v2si_UP)
1074 (v2sf_UP, di_UP, v16qi_UP, v8hi_UP, v8hf_UP, v4si_UP, v4sf_UP)
1075 (v2di_UP, ti_UP, ei_UP, oi_UP, hf_UP, si_UP, void_UP): Likewise.
1076 * config/arm/arm.c (arm_init_libfuncs): Likewise.
1077 * config/i386/i386-builtin-types.awk (ix86_builtin_type_vect_mode):
1079 * config/i386/i386-builtin.def (pcmpestr): Likewise.
1080 (pcmpistr): Likewise.
1081 * config/microblaze/microblaze.c (double_memory_operand): Likewise.
1082 * config/mmix/mmix.c (mmix_output_condition): Likewise.
1083 * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
1085 * config/rl78/rl78.c (mduc_regs): Likewise.
1086 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1087 (htm_expand_builtin): Likewise.
1088 * config/sh/sh.h (REGISTER_NATURAL_MODE): Likewise.
1089 * config/sparc/sparc.c (emit_save_or_restore_regs): Likewise.
1090 * config/xtensa/xtensa.c (print_operand): Likewise.
1091 * expmed.h (NUM_MODE_PARTIAL_INT): Likewise.
1092 (NUM_MODE_VECTOR_INT): Likewise.
1093 * genoutput.c (null_operand): Likewise.
1094 (output_operand_data): Likewise.
1095 * genrecog.c (print_parameter_value): Likewise.
1096 * lra.c (debug_operand_data): Likewise.
1098 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1100 * dwarf2out.c (scompare_loc_descriptor_wide)
1101 (scompare_loc_descriptor_narrow): New functions, split out from...
1102 (scompare_loc_descriptor): ...here.
1103 * expmed.c (emit_store_flag_int): New function, split out from...
1104 (emit_store_flag): ...here.
1106 2017-08-30 Richard Biener <rguenther@suse.de>
1108 * dwarf2out.c (dwarf2out_finish): Remove setting AT_pubnames.
1109 (dwarf2out_early_finish): Move setting of AT_pubnames from
1110 early debug output to early finish.
1112 2017-08-30 Jozef Lawrynowicz <jozef.l@somniumtech.com>
1114 * gcc/config/msp430/msp430.h: Pass -mcode/data-region to the linker
1115 and -mdata-region to the assembler.
1117 2017-08-30 Richard Biener <rguenther@suse.de>
1119 * dwarf2out.c (add_dwarf_attr): Check we don't add duplicate
1121 (gen_subprogram_die): Add DW_AT_object_pointer only early.
1122 (dwarf2out_early_global_decl): Only generate a DIE for the
1123 abstract origin if it doesn't already exist or is a declaration DIE.
1124 (resolve_addr): Do not add the linkage name twice when
1125 generating a stub DIE for the DW_TAG_GNU_call_site target.
1127 2017-08-30 Richard Sandiford <richard.sandiford@linaro.org>
1129 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
1130 Use machine_mode rather than int for arg1_mode.
1132 2017-08-29 Michael Meissner <meissner@linux.vnet.ibm.com>
1135 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Insure
1136 that the second argument of the built-in functions to unpack
1137 128-bit scalar types to 64-bit values is 0 or 1. Change to use a
1138 switch statement instead a lot of if statements.
1139 * config/rs6000/rs6000.md (unpack<mode>, FMOVE128_VSX iterator):
1140 Allow 64-bit values to be in Altivec registers as well as
1141 traditional floating point registers.
1142 (pack<mode>, FMOVE128_VSX iterator): Likewise.
1144 2017-08-29 Alexander Monakov <amonakov@ispras.ru>
1146 * ira-costs.c (record_address_regs): Handle both operands of PLUS for
1147 MAX_REGS_PER_ADDRESS == 1.
1149 2017-08-29 Uros Bizjak <ubizjak@gmail.com>
1151 * config/i386/i386.opt (flag_fentry): Do not init to -1.
1152 * config/i386/i386.c (ix86_option_override_internal): Simplify
1153 setting of opts->x_flag_entry.
1155 2017-08-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1156 Jakub Jelinek <jakub@redhat.com>
1157 Richard Biener <rguenther@suse.de>
1159 PR tree-optimization/81503
1160 * gimple-ssa-strength-reduction.c (replace_mult_candidate): Ensure
1161 folded constant fits in the target type; reorder tests for clarity.
1163 2017-08-29 Martin Liska <mliska@suse.cz>
1165 * passes.def: Include pass_lower_switch.
1166 * stmt.c (dump_case_nodes): Remove and move to
1167 tree-switch-conversion.
1168 (case_values_threshold): Likewise.
1169 (expand_switch_as_decision_tree_p): Likewise.
1170 (emit_case_decision_tree): Likewise.
1171 (expand_case): Likewise.
1172 (balance_case_nodes): Likewise.
1173 (node_has_low_bound): Likewise.
1174 (node_has_high_bound): Likewise.
1175 (node_is_bounded): Likewise.
1176 (emit_case_nodes): Likewise.
1177 (struct simple_case_node): New struct.
1178 (add_case_node): Remove.
1179 (emit_case_dispatch_table): Use vector instead of case_list.
1180 (reset_out_edges_aux): Remove.
1181 (compute_cases_per_edge): Likewise.
1182 (expand_case): Build list of simple_case_node.
1183 (expand_sjlj_dispatch_table): Use it.
1184 * tree-switch-conversion.c (struct case_node): Moved from
1185 stmt.c and adjusted.
1186 (emit_case_nodes): Likewise.
1187 (node_has_low_bound): Likewise.
1188 (node_has_high_bound): Likewise.
1189 (node_is_bounded): Likewise.
1190 (case_values_threshold): Likewise.
1191 (reset_out_edges_aux): Likewise.
1192 (compute_cases_per_edge): Likewise.
1193 (add_case_node): Likewise.
1194 (dump_case_nodes): Likewise.
1195 (balance_case_nodes): Likewise.
1196 (expand_switch_as_decision_tree_p): Likewise.
1197 (emit_jump): Likewise.
1198 (emit_case_decision_tree): Likewise.
1199 (try_switch_expansion): Likewise.
1200 (do_jump_if_equal): Likewise.
1201 (emit_cmp_and_jump_insns): Likewise.
1202 (fix_phi_operands_for_edge): New function.
1203 (record_phi_operand_mapping): Likewise.
1204 (class pass_lower_switch): New pass.
1205 (pass_lower_switch::execute): New function.
1206 (make_pass_lower_switch): Likewise.
1207 (conditional_probability):
1208 * timevar.def: Add TV_TREE_SWITCH_LOWERING.
1209 * tree-pass.h: Add make_pass_lower_switch.
1211 2017-08-29 Jozef Lawrynowicz <jozef.l@somniumtech.com>
1214 * gcc/config/msp430/msp430.c (msp430_attr): Mark interrupt
1217 2017-08-29 Richard Biener <rguenther@suse.de>
1219 * dwarf2out.c (add_dwarf_attr): When checking is enabled verify
1220 we do not add a DW_AT_inline attribute twice.
1221 (gen_subprogram_die): Remove code setting DW_AT_inline on
1222 DECL_ABSTRACT_P nodes.
1224 2017-08-29 Richard Sandiford <richard.sandiford@linaro.org>
1226 * gimplify.c (gimplify_call_expr): Copy the nothrow flag to
1227 calls to internal functions.
1228 (gimplify_modify_expr): Likewise.
1229 * tree-call-cdce.c (use_internal_fn): Likewise.
1230 * tree-ssa-math-opts.c (pass_cse_reciprocals::execute): Likewise.
1231 (convert_to_divmod): Set the nothrow flag.
1232 * tree-if-conv.c (predicate_mem_writes): Likewise.
1233 * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
1234 (vectorizable_call): Likewise.
1235 (vectorizable_store): Likewise.
1236 (vectorizable_load): Likewise.
1237 * tree-vect-patterns.c (vect_recog_pow_pattern): Likewise.
1238 (vect_recog_mask_conversion_pattern): Likewise.
1240 2017-08-29 Martin Liska <mliska@suse.cz>
1243 * gcc.c (driver_handle_option): Add new argument.
1244 * opts-common.c (handle_option): Pass
1245 target_option_override_hook.
1246 * opts-global.c (lang_handle_option): Add new option.
1247 (set_default_handlers): Add new argument.
1248 (decode_options): Likewise.
1249 * opts.c (target_handle_option): Likewise.
1250 (common_handle_option): Call target_option_override_hook.
1251 * opts.h (struct cl_option_handler_func): Add hook for
1252 target option override.
1253 (struct cl_option_handlers): Likewise.
1254 (set_default_handlers): Add new argument.
1255 (decode_options): Likewise.
1256 (common_handle_option): Likewise.
1257 (target_handle_option): Likewise.
1258 * toplev.c (toplev::main): Pass targetm.target_option.override
1261 2017-08-29 Richard Biener <rguenther@suse.de>
1262 Dominik Infuehr <dominik.infuehr@theobroma-systems.com>
1264 * tree-vect-slp.c (vect_bb_slp_scalar_cost): Properly confine
1265 life to the active subtree.
1267 2017-08-28 Jeff Law <law@redhat.com>
1269 * tree-ssa-dom.c (edge_info::record_simple_equiv): Call
1270 derive_equivalences.
1271 (derive_equivalences_from_bit_ior, record_temporary_equivalences):
1273 (edge_info::derive_equivalences): New private member function
1275 * tree-ssa-dom.c (class edge_info): Changed from a struct
1276 to a class. Add ctor/dtor, methods and data members.
1277 (edge_info::edge_info): Renamed from allocate_edge_info.
1278 Initialize additional members.
1279 (edge_info::~edge_info): New.
1280 (free_dom_edge_info): Delete the edge info.
1281 (record_edge_info): Use new class & associated member functions.
1282 Tighten forms for testing for edge equivalences.
1283 (record_temporary_equivalences): Iterate over the simple
1284 equivalences rather than assuming there's only one per edge.
1285 (cprop_into_successor_phis): Iterate over the simple
1286 equivalences rather than assuming there's only one per edge.
1287 (optimize_stmt): Use operand_equal_p rather than pointer
1288 equality for mini-DSE code.
1290 2017-08-28 Nathan Sidwell <nathan@acm.org>
1292 * gcc.c (execute): Fold SIGPIPE handling into switch
1293 statement. Adjust internal error message.
1295 2017-08-28 Richard Biener <rguenther@suse.de>
1298 * dwarf2out.c (gen_remaining_tmpl_value_param_die_attributes):
1299 Do nothing for removed DIEs.
1301 2017-08-28 Richard Biener <rguenther@suse.de>
1303 PR tree-optimization/81977
1304 * tree-ssa-sccvn.c (vn_reference_lookup_3): Fix look through
1307 2017-08-28 Alexander Monakov <amonakov@ispras.ru>
1310 * doc/md.texi (mem_thread_fence): Remove mention of mode. Rewrite.
1311 * optabs.c (expand_mem_thread_fence): Emit a compiler barrier when
1312 using targetm.gen_mem_thread_fence.
1314 2017-08-27 Uros Bizjak <ubizjak@gmail.com>
1317 * config/i386/i386.md (*<btsc><mode>): Change operand 2
1318 predicate to register_operand. Reorder operands.
1319 (*btr<mode>): Ditto.
1320 (*<btsc><mode>_mask): Change operand 3 predicate to register_operand.
1321 (*btr<mode>_mask): Ditto.
1323 2017-08-25 Steven Munroe <munroesj@gcc.gnu.org>
1325 * config.gcc (powerpc*-*-*): Add xmmintrin.h and mm_malloc.h.
1326 * config/rs6000/xmmintrin.h: New file.
1327 * config/rs6000/x86intrin.h [__ALTIVEC__]: Include xmmintrin.h.
1329 2017-08-25 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1332 * config/rs6000/rs6000-p8swap.c (find_alignment_op): Add reference
1333 parameter and_insn and return it.
1334 (recombine_lvx_pattern): Insert a copy to ensure availability of
1335 the base register of the copied masking operation at the point of
1336 the instruction replacement.
1337 (recombine_stvx_pattern): Likewise.
1339 2017-08-25 Michael Meissner <meissner@linux.vnet.ibm.com>
1341 * config/rs6000/rs6000.opt (-mpower9-dform-scalar): Delete
1342 undocumented switches.
1343 (-mpower9-dform-vector): Likewise.
1344 (-mpower9-dform): Likewise.
1345 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Update
1346 comments to delete references to -mpower9-dform* switches.
1347 * config/rs6000/predicates.md (vsx_quad_dform_memory_operand):
1348 Delete reference to -mpower9-dform* switches, test for
1349 -mpower9-vector instead.
1350 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Likewise.
1351 (OTHER_P9_VECTOR_MASKS): Likewise.
1352 (POWERPC_MASKS): Likewise.
1353 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Change
1354 tests against -mpower9-dform* to -mpower9-vector. Delete code
1355 that checked for -mpower9-dform* consistancy with other options.
1356 Add test for -mpower9-misc to enable other power9 switches.
1357 (rs6000_init_hard_regno_mode_ok): Likewise.
1358 (rs6000_option_override_internal): Likewise.
1359 (rs6000_emit_prologue): Likewise.
1360 (rs6000_emit_epilogue): Likewise.
1361 (rs6000_opt_masks): Delete -mpower9-dform-{scalar,vector}.
1362 (rs6000_disable_incompatiable_switches): Delete -mpower9-dform.
1363 (emit_fusion_p9_load): Change tests for -mpower9-dform-scalar
1365 (emit_fusion_p9_store): Likewise.
1366 * config/rs6000/rs6000.h (TARGET_P9_DFORM_SCALAR): Delete
1367 resetting these macros if the assembler does not support ISA 3.0
1369 (TARGET_P9_DFORM_VECTOR): Likewise.
1370 * config/rs6000/rs6000.md (peepholes to optimize altivec memory):
1371 Change to use -mpower9-vector instead of -mpower9-dform-scalar.
1373 2017-08-25 Alan Modra <amodra@gmail.com>
1375 PR rtl-optimization/81747
1376 * cse.c (cse_extended_basic_block): Don't attempt to record
1377 equivalences for degenerate conditional branches that branch
1378 to their fall-through.
1380 2017-08-24 Martin Sebor <msebor@redhat.com>
1383 * gimple-fold.c (size_must_be_zero_p): New function.
1384 (gimple_fold_builtin_memory_op): Call it.
1386 2017-08-24 Steven Munroe <munroesj@gcc.gnu.org>
1388 * config/rs6000/mm_malloc.h: New file.
1390 2017-08-24 Bin Cheng <bin.cheng@arm.com>
1392 PR tree-optimization/81913
1393 * tree-ssa-loop-niter.c (number_of_iterations_cond): Skip niter
1394 analysis when either IVs in condition can wrap.
1396 2017-08-24 Uros Bizjak <ubizjak@gmail.com>
1398 * dwarf2out.c (MAX_ARTIFICIAL_LABEL_BYTES): Increase to 40.
1399 * dwarf2cfi.c (MAX_ARTIFICIAL_LABEL_BYTES): Remove.
1401 2017-08-24 Richard Biener <rguenther@suse.de>
1404 * targhooks.c (default_target_can_inline_p): Properly
1405 use target_option_default_node when no DECL_FUNCTION_SPECIFIC_TARGET
1406 is present and always compare.
1407 * config/i386/i386.c (ix86_valid_target_attribute_tree): Do not
1408 infer -mfpmath=sse from TARGET_SSE_P.
1409 (ix86_can_inline_p): Properly use target_option_default_node when
1410 no DECL_FUNCTION_SPECIFIC_TARGET is present and always compare.
1412 2017-08-24 Richard Biener <rguenther@suse.de>
1415 * dwarf2out.c (output_die): Handle flag_generate_offload like
1417 (output_comp_unit): Likewise.
1418 (gen_array_type_die): Likewise.
1419 (dwarf2out_early_finish): Likewise.
1420 (note_variable_value_in_expr): Likewise.
1421 (dwarf2out_finish): Likewise. Adjust assert.
1422 * cgraphunit.c (symbol_table::compile): Move setting of
1423 flag_generate_offload earlier ...
1424 (symbol_table::finalize_compilation_unit): ... here, before
1425 early debug finalization.
1427 2017-08-24 Richard Biener <rguenther@suse.de>
1429 * config/i386/i386.c: Include symbol-summary.h, ipa-prop.h
1430 and ipa-fnsummary.h.
1431 (ix86_can_inline_p): When ix86_fpmath flags do not match
1432 check whether the callee uses FP math at all.
1434 2017-08-24 Aldy Hernandez <aldyh@redhat.com>
1437 * tree-ssanames.c (get_nonzero_bits): Use element_precision
1438 instead of TYPE_PRECISION.
1440 2017-08-24 Richard Sandiford <richard.sandiford@linaro.org>
1441 Alan Hayward <alan.hayward@arm.com>
1442 David Sherwood <david.sherwood@arm.com>
1444 * combine.c (make_extraction): Use subreg_offset_from_lsb.
1446 2017-08-23 Daniel Santos <daniel.santos@pobox.com>
1448 * config/i386/i386.h (ix86_frame::stack_realign_allocate_offset):
1450 (ix86_frame::stack_realign_allocate): New field.
1451 (struct machine_frame_state): Modify comments.
1452 (machine_frame_state::sp_realigned_fp_end): New field.
1453 * config/i386/i386.c (ix86_compute_frame_layout): Rework stack frame
1455 (sp_valid_at): Add assertion to assure no attempt to access invalid
1456 offset of a realigned stack.
1457 (fp_valid_at): Likewise.
1458 (choose_baseaddr): Modify comments.
1459 (ix86_emit_outlined_ms2sysv_save): Adjust to changes in
1460 ix86_expand_prologue.
1461 (ix86_expand_prologue): Modify stack realignment and allocation.
1462 (ix86_expand_epilogue): Modify comments.
1463 * doc/sourcebuild.texi: Add documentation for target selectors avx2,
1464 avx2_runtime, avx512f, and avx512f_runtime.
1466 2017-08-23 Uros Bizjak <ubizjak@gmail.com>
1468 * config/i386/i386.opt: Remove unneeded Init(0) initializations.
1469 (mstackrealign): Do not init to -1.
1470 * config/i386/i386.c (ix86_option_override_internal):
1471 Check opts_set, not opts when setting default value of
1472 opts->x_ix86_force_align_arg_pointer.
1474 2017-08-23 Richard Biener <rguenther@suse.de>
1476 * function.c (fndecl_name): Use verbosity 1 (no arguments) for
1477 lang_hooks.decl_printable_name.
1478 * print-rtl-function.c (print_rtx_function): Likewise.
1479 * tree-pretty-print.c (dump_function_header): Likewise.
1481 2017-08-23 Richard Biener <rguenther@suse.de>
1484 * dwarf2out.c (dwarf2out_abstract_function): Handle LTO with
1485 -g0 at compile-time.
1487 2017-08-23 Tamar Christina <tamar.christina@arm.com>
1490 * doc/sourcebuild.texi (Other hardware attributes):
1493 2017-08-23 Tamar Christina <tamar.christina@arm.com>
1496 * tree-ssa-math-opts.c (convert_expand_mult_copysign):
1497 Fix single-use check.
1499 2017-08-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
1501 * gcc.c (execute): Only test for SIGKILL and SIGQUIT if available.
1503 2017-08-22 Daniel Santos <daniel.santos@pobox.com>
1505 * doc/install.texi: Modify to add more details on running selected
1508 2017-08-22 Daniel Santos <daniel.santos@pobox.com>
1510 * config/i386/i386.c (ix86_option_override_internal): Error when -mx32
1511 is combined with -mabi=ms.
1512 (ix86_function_type_abi): Limit errors for mixing -mx32 with attribute
1515 2017-08-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1517 PR tree-optimization/81488
1518 * gimple-ssa-strength-reduction (struct slsr_cand_d): Add visited
1519 and cached_basis fields.
1520 (MAX_SPREAD): New constant.
1521 (alloc_cand_and_find_basis): Initialize new fields.
1522 (clear_visited): New function.
1523 (create_phi_basis_1): Rename from create_phi_basis, set visited
1524 and cached_basis fields.
1525 (create_phi_basis): New wrapper function.
1526 (phi_add_costs_1): Rename from phi_add_costs, add spread
1527 parameter, set visited field, short-circuit when limits reached.
1528 (phi_add_costs): New wrapper function.
1529 (record_phi_increments_1): Rename from record_phi_increments, set
1531 (record_phi_increments): New wrapper function.
1532 (phi_incr_cost_1): Rename from phi_incr_cost, set visited field.
1533 (phi_incr_cost): New wrapper function.
1534 (all_phi_incrs_profitable_1): Rename from
1535 all_phi_incrs_profitable, set visited field.
1536 (all_phi_incrs_profitable): New wrapper function.
1538 2017-08-22 Richard Sandiford <richard.sandiford@linaro.org>
1539 Alan Hayward <alan.hayward@arm.com>
1540 David Sherwood <david.sherwood@arm.com>
1542 * rtl.h (paradoxical_subreg_p): Define inline, and add a version
1543 that takes the outer and inner modes.
1544 * doc/rtl.texi: Use paradoxical_subreg_p instead of a GET_MODE_SIZE
1545 comparison as the canonical test for a paradoxical subreg.
1546 * combine.c (simplify_set): Use paradoxical_subreg_p.
1547 (make_extraction): Likewise.
1548 (force_to_mode): Likewise.
1549 (rtx_equal_for_field_assignment_p): Likewise.
1550 (gen_lowpart_for_combine): Likewise.
1551 (simplify_comparison): Likewise.
1552 * cse.c (equiv_constant): Likewise.
1553 * expmed.c (store_bit_field_1): Likewise.
1554 * final.c (alter_subreg): Likewise.
1555 * fwprop.c (propagate_rtx): Likewise.
1556 (forward_propagate_subreg): Likewise.
1557 * ira-conflicts.c (ira_build_conflicts): Likewise.
1558 * lower-subreg.c (simplify_gen_subreg_concatn): Likewise.
1559 * lra-constraints.c (curr_insn_transform): Likewise.
1560 (split_reg): Likewise.
1561 * lra-eliminations.c (move_plus_up): Likewise.
1562 (lra_eliminate_regs_1): Likewise.
1563 * recog.c (general_operand): Likewise.
1564 * ree.c (combine_reaching_defs): Likewise.
1565 * reload.c (push_reload): Likewise.
1566 (find_reloads): Likewise.
1567 * reload1.c (elimination_effects): Likewise.
1568 (compute_reload_subreg_offset): Likewise.
1569 (choose_reload_regs): Likewise.
1570 * rtlanal.c (subreg_lsb_1): Likewise.
1571 * simplify-rtx.c (simplify_unary_operation_1): Likewise.
1572 (simplify_subreg): Likewise.
1573 * var-tracking.c (track_loc_p): Likewise.
1574 * emit-rtl.c (byte_lowpart_offset): Likewise.
1575 (paradoxical_subreg_p): Delete out-of-line definition.
1577 2017-08-22 Jeff Law <law@redhat.com>
1579 PR tree-optimization/81741
1580 PR tree-optimization/71947
1581 * tree-ssa-dom.c: Include tree-inline.h.
1582 (record_temporary_equivalences): Only record SSA_NAME = SSA_NAME
1583 equivalences if one is more expensive to compute than the other.
1584 * tree-ssa-scopedtables.h (class const_or_copies): Make
1585 record_const_or_copy_raw method private.
1586 (class avail_exprs_stack): New method simplify_binary_operation.
1587 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr): Call
1588 avail_exprs_stack::simplify_binary_operation as needed.
1589 (avail_exprs_stack::simplify_binary_operation): New function.
1591 2017-08-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1593 * config.gcc (powerpc-*-rtems*): Add rs6000/linux64.opt.
1594 * config/rs6000/rtems.h (ASM_PREFERRED_EH_DATA_FORMAT): New define.
1595 (DOT_SYMBOLS): Likewise.
1596 (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
1597 (RELOCATABLE_NEEDS_FIXUP): Likewise.
1598 (RS6000_ABI_NAME): Likewise.
1599 (TARGET_CMODEL): Likewise.
1600 (TOC_SECTION_ASM_OP): Likewise.
1601 (SET_CMODEL): New macro.
1602 (SUBSUBTARGET_OVERRIDE_OPTIONS): Evaluate cmodel options.
1604 2017-08-22 Richard Biener <rguenther@suse.de>
1606 * tree-inline.c (remap_type_1): Change asserts on TYPE_SIZE[_UNIT]
1607 to allow for free-lang-data replacements similar to verify_type_variant.
1609 2017-08-22 Richard Sandiford <richard.sandiford@linaro.org>
1610 Alan Hayward <alan.hayward@arm.com>
1611 David Sherwood <david.sherwood@arm.com>
1613 * config/aarch64/aarch64.md (casesi): Use DImode rather than
1614 VOIDmode for the LABEL_REF.
1616 2017-08-22 Richard Biener <rguenther@suse.de>
1618 * tree-cfg.c (gimple_split_edge): Avoid reallocating target PHI nodes.
1620 2017-08-22 Richard Biener <rguenther@suse.de>
1622 * common.opt (feliminate-dwarf2-dups): Ignore.
1623 * doc/invoke.texi (feliminate-dwarf2-dups): Remove documentation.
1624 * dwarf2out.c (push_new_compile_unit, pop_compile_unit,
1625 same_die_p_wrap, compute_section_prefix,
1626 is_symbol_die, assign_symbol_names, break_out_includes): Remove.
1627 (comdat_symbol_id, comdat_symbol_number): Likewise.
1628 (cu_hash_table_entry, cu_hash_table_entry_hasher, cu_hash_type):
1630 (check_duplicate_cu, record_comdat_symbol_number): Likewise.
1631 (output_die): Mark unreachable path unreachable.
1632 (dwarf2out_start_source_file): Do not create DW_TAG_GNU_BINCL.
1633 (dwarf2out_end_source_file): Do not create DW_TAG_GNU_EINCL.
1634 (dwarf2out_init): Remove code handling flag_eliminate_dwarf2_dups.
1635 (dwarf2out_early_finish): Likewise.
1637 2017-08-22 Aldy Hernandez <aldyh@redhat.com>
1639 * wide-int.h (hwi_with_prec::hwi_with_prec): Sign extend.
1641 2017-08-22 Georg-Johann Lay <avr@gjlay.de>
1644 * config/avr/avr.c (avr_handle_addr_attribute): Early return if
1645 not VAR_P. Filter attribute warnings with OPT_Wattributes.
1646 (avr_attribute_table) <io, io_low, address>: Initialize
1647 .decl_required with true.
1649 2017-08-21 Michael Meissner <meissner@linux.vnet.ibm.com>
1651 * config/rs6000/rs6000-cpus.def (-mvsx-scalar-float): Delete
1652 undocumented debugging options.
1653 (-mvsx-scalar-double): Likewise.
1654 (-mallow-df-permute): Likewise.
1655 (-mvectorize-builtins): Likewise.
1656 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
1657 (rs6000_builtin_vectorized_function): Likewise.
1658 (rs6000_builtin_md_vectorized_function): Likewise.
1659 (rs6000_opt_vars): Likewise.
1661 2017-08-21 Uros Bizjak <ubizjak@gmail.com>
1664 * config/i386/i386.md (*btsq_imm): Rename from *btsq.
1665 (*btrq_imm): Rename from *btrq.
1666 (*btcq_imm): Rename from *btcq.
1667 (btsc): New code attribute.
1668 (*<btsc><mode>): New insn pattern.
1669 (*btr<mode>): Ditto.
1670 (*<btsc><mode>_mask): New insn_and_split pattern.
1671 (*btr<mode>_mask): Ditto.
1673 2017-08-21 Richard Sandiford <richard.sandiford@linaro.org>
1674 Alan Hayward <alan.hayward@arm.com>
1675 David Sherwood <david.sherwood@arm.com>
1677 * function.c (pad_below): Simplify padding calculation.
1679 2017-08-21 Richard Sandiford <richard.sandiford@linaro.org>
1680 Alan Hayward <alan.hayward@arm.com>
1681 David Sherwood <david.sherwood@arm.com>
1683 * target.def (function_prologue): Remove frame size argument.
1684 (function_epilogue): Likewise.
1685 * doc/tm.texi: Regenerate.
1686 * final.c (final_start_function): Update call to function_prologue.
1687 (final_end_function): Update call to function_epilogue.
1688 (default_function_pro_epilogue): Remove frame size argument.
1689 * output.h (default_function_pro_epilogue): Likewise.
1690 * config/arm/arm.c (arm_output_function_epilogue): Likewise.
1691 (arm_output_function_prologue): Likewise.
1692 * config/frv/frv.c (frv_function_prologue): Likewise.
1693 (frv_function_epilogue): Likewise.
1694 * config/i386/i386.c (ix86_output_function_epilogue): Likewise.
1695 * config/ia64/ia64.c (ia64_output_function_prologue): Likewise.
1696 (ia64_output_function_epilogue): Likewise.
1697 * config/m32r/m32r.c (m32r_output_function_prologue): Likewise.
1698 (m32r_output_function_epilogue): Likewise.
1699 * config/microblaze/microblaze.c (microblaze_function_prologue)
1700 (microblaze_function_epilogue): Likewise.
1701 * config/mips/mips.c (mips_output_function_prologue): Likewise.
1702 (mips_output_function_epilogue): Likewise.
1703 * config/mmix/mmix.c (mmix_target_asm_function_prologue): Likewise.
1704 (mmix_target_asm_function_epilogue): Likewise.
1705 * config/msp430/msp430.c (msp430_start_function): Likewise.
1706 * config/nds32/nds32.c (nds32_asm_function_prologue): Likewise.
1707 (nds32_asm_function_epilogue): Likewise.
1708 * config/nios2/nios2.c (nios2_asm_function_prologue): Likewise.
1709 * config/pa/pa.c (pa_output_function_prologue): Likewise.
1710 (pa_output_function_epilogue): Likewise.
1711 * config/powerpcspe/powerpcspe.c (rs6000_output_function_prologue)
1712 (rs6000_output_function_epilogue): Likewise.
1713 * config/rl78/rl78.c (rl78_start_function): Likewise.
1714 * config/rs6000/rs6000.c (rs6000_output_function_prologue): Likewise.
1715 (rs6000_output_function_epilogue): Likewise.
1716 * config/rx/rx.c (rx_output_function_prologue): Likewise.
1717 * config/sh/sh.c (sh_output_function_epilogue): Likewise.
1718 * config/sparc/sparc.c (sparc_asm_function_prologue): Likewise.
1719 (sparc_asm_function_epilogue): Likewise.
1721 2017-08-21 Richard Sandiford <richard.sandiford@linaro.org>
1723 * tree.h (type_has_mode_precision_p): New function.
1724 * convert.c (convert_to_integer_1): Use it.
1725 * expr.c (expand_expr_real_2): Likewise.
1726 (expand_expr_real_1): Likewise.
1727 * fold-const.c (fold_single_bit_test_into_sign_test): Likewise.
1728 * match.pd: Likewise.
1729 * tree-ssa-forwprop.c (simplify_rotate): Likewise.
1730 * tree-ssa-math-opts.c (convert_mult_to_fma): Likewise.
1731 * tree-tailcall.c (process_assignment): Likewise.
1732 * tree-vect-loop.c (vectorizable_reduction): Likewise.
1733 * tree-vect-patterns.c (vect_recog_vector_vector_shift_pattern)
1734 (vect_recog_mult_pattern, vect_recog_divmod_pattern): Likewise.
1735 * tree-vect-stmts.c (vectorizable_conversion): Likewise.
1736 (vectorizable_assignment): Likewise.
1737 (vectorizable_shift): Likewise.
1738 (vectorizable_operation): Likewise.
1739 * tree-vrp.c (register_edge_assert_for_2): Likewise.
1741 2017-08-21 Wilco Dijkstra <wdijkstr@arm.com>
1743 * match.pd: Add pow (C, x) simplification.
1745 2017-08-21 Richard Biener <rguenther@suse.de>
1747 PR tree-optimization/81900
1748 * tree-ssa-pre.c (compute_antic_aux): Properly compute changed
1749 for blocks with abnormal predecessors.
1750 (compute_antic): Do not set visited flag prematurely.
1752 2017-08-21 Georg-Johann Lay <avr@gjlay.de>
1755 * config/avr/avr.c (avr_set_current_function): Typo in diagnostic.
1757 2017-08-21 Richard Sandiford <richard.sandiford@linaro.org>
1759 * stor-layout.h (vector_type_mode): Move to...
1760 * tree.h (vector_type_mode): ...here.
1761 * stor-layout.c (vector_type_mode): Move to...
1762 * tree.c (vector_type_mode): ...here. Include rtl.h and regs.h.
1764 2017-08-21 Richard Biener <rguenther@suse.de>
1766 * debug.h (struct gcc_debug_hooks): Add die_ref_for_decl and
1767 register_external_die hooks.
1768 (debug_false_tree_charstarstar_uhwistar): Declare.
1769 (debug_nothing_tree_charstar_uhwi): Likewise.
1770 * debug.c (do_nothing_debug_hooks): Adjust.
1771 (debug_false_tree_charstarstar_uhwistar): New do nothing.
1772 (debug_nothing_tree_charstar_uhwi): Likewise.
1773 * dbxout.c (dbx_debug_hooks): Adjust.
1774 (xcoff_debug_hooks): Likewise.
1775 * sdbout.c (sdb_debug_hooks): Likewise.
1776 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
1777 * dwarf2out.c (macinfo_label_base): New global.
1778 (dwarf2out_register_external_die): New function for the
1779 register_external_die hook.
1780 (dwarf2out_die_ref_for_decl): Likewise for die_ref_for_decl.
1781 (dwarf2_debug_hooks): Use them.
1782 (dwarf2_lineno_debug_hooks): Adjust.
1783 (struct die_struct): Add with_offset flag.
1784 (DEBUG_LTO_DWO_INFO_SECTION, DEBUG_LTO_INFO_SECTION,
1785 DEBUG_LTO_DWO_ABBREV_SECTION, DEBUG_LTO_ABBREV_SECTION,
1786 DEBUG_LTO_DWO_MACINFO_SECTION, DEBUG_LTO_MACINFO_SECTION,
1787 DEBUG_LTO_DWO_MACRO_SECTION, DEBUG_LTO_MACRO_SECTION,
1788 DEBUG_LTO_LINE_SECTION, DEBUG_LTO_DWO_STR_OFFSETS_SECTION,
1789 DEBUG_LTO_STR_DWO_SECTION, DEBUG_STR_LTO_SECTION): New macros
1790 defining section names for the early LTO debug variants.
1791 (reset_indirect_string): New helper.
1792 (add_AT_external_die_ref): Helper for dwarf2out_register_external_die.
1793 (print_dw_val): Add support for offsetted symbol references.
1794 (get_ultimate_context): Split out from is_cxx.
1795 (is_cxx): Use get_ultimate_context.
1796 (is_fortran): Add decl overload.
1797 (compute_comp_unit_symbol): Split out worker from
1798 compute_section_prefix.
1799 (compute_section_prefix): Call compute_comp_unit_symbol and
1800 set comdat_type_p here.
1801 (output_die): Skip DIE symbol output for the LTO added one.
1802 Handle DIE symbol references with offset.
1803 (output_comp_unit): Guard section name mangling properly.
1804 For LTO debug sections emit a symbol at the section beginning
1805 which we use to refer to its DIEs.
1806 (add_abstract_origin_attribute): For DIEs registered via
1807 dwarf2out_register_external_die directly refer to the early
1808 DIE rather than indirectly through the shadow one we created.
1809 Remove obsolete call to dwarf2out_abstract_function for
1810 non-function/block origins.
1811 (gen_array_type_die): When generating early LTO debug do
1812 not emit DW_AT_string_length.
1813 (gen_formal_parameter_die): Do not re-create DIEs for PARM_DECLs
1814 late when in LTO. As suggested place a gcc_unreachable for
1815 the DECL_ABSTRACT_P case.
1816 (gen_subprogram_die): Avoid another specification DIE
1817 for early built declarations/definitions for the late LTO case.
1818 (gen_variable_die): Add type references for late duplicated VLA dies
1820 (gen_inlined_subroutine_die): Do not call dwarf2out_abstract_function,
1821 we have the abstract instance already.
1822 (process_scope_var): Adjust decl DIE contexts in LTO which
1823 first puts them in limbo.
1824 (gen_decl_die): Do not generate type DIEs late apart from
1825 types for VLAs or for decls we do not yet have a DIE. Do not
1826 call dwarf2out_abstract_function late.
1827 (dwarf2out_early_global_decl): Make sure to create DIEs
1828 for abstract instances of a decl first.
1829 (dwarf2out_late_global_decl): Adjust comment.
1830 (output_macinfo_op): With multiple macro sections use
1831 macinfo_label_base to distinguish labels.
1832 (output_macinfo): Likewise. Update macinfo_label_base.
1833 Pass in the line info label.
1834 (note_variable_value_in_expr): When generating LTO resolve
1835 all variable values here by generating DIEs as needed.
1836 (init_sections_and_labels): Add early LTO debug flag parameter
1837 and generate different sections and names if set. Add generation
1838 counter for the labels so we can have multiple of them.
1839 (reset_dies): Helper to allow DIEs to be output multiple times.
1840 (dwarf2out_finish): When outputting DIEs to the fat part of an
1841 LTO object first reset DIEs.
1842 (dwarf2out_early_finish): Output early DIEs when generating LTO.
1843 (modified_type_die): Check for decl_ultimate_origin being self
1845 (gen_type_die_with_usage): Likewise.
1846 (gen_typedef_die): Allow decl_ultimate_origin being self.
1847 (set_decl_abstract_flags): Remove.
1848 (set_block_abstract_flags): Likewise.
1849 (dwarf2out_abstract_function): Treat the early generated DIEs
1850 as the abstract copy and only add DW_AT_inline and
1851 DW_AT_artificial here and call set_decl_origin_self.
1852 If the DIE has an abstract origin don't do anything.
1853 * tree.c (free_lang_data): Build a dummy TRANSLATION_UNIT_DECL
1854 if we have none yet (Go fails to build one, PR78628).
1855 (variably_modified_type_p): Prevent endless recursion for Ada
1856 cyclic pointer types.
1857 * lto-streamer-in.c: Include debug.h.
1858 (dref_queue): New global.
1859 (lto_read_tree_1): Stream in DIE references.
1860 (lto_input_tree): Register DIE references.
1861 (input_function): Stream DECL_DEBUG_ARGS.
1862 * lto-streamer-out.c: Include debug.h.
1863 (lto_write_tree_1): Output DIE references.
1864 (DFS::DFS_write_tree_body): Follow DECL_ABSTRACT_ORIGIN.
1865 Force a TRANSLATION_UNIT_DECL DECL_CONTEXT for file-scope decls.
1866 (output_function): Stream DECL_DEBUG_ARGS.
1867 * tree-streamer-in.c (lto_input_ts_decl_common_tree_pointers):
1868 Stream DECL_ABSTRACT_ORIGIN.
1869 * tree-streamer-out.c (write_ts_decl_common_tree_pointers): Likewise.
1870 (write_ts_decl_minimal_tree_pointers): Force a TRANSLATION_UNIT_DECL
1871 DECL_CONTEXT for file-scope decls.
1872 * lto-streamer.h (struct dref_entry): Declare.
1873 (dref_queue): Likewise.
1874 * cfgexpand.c (pass_expand::execute): Do not call the
1875 outlining_inline_function hook here.
1876 * lto-wrapper.c (debug_obj): New global.
1877 (tool_cleanup): Unlink it if required.
1878 (debug_objcopy): New function.
1879 (run_gcc): Handle early debug sections in the IL files by
1880 extracting them to separate files, partially linkin them and
1881 feeding the result back as result to the linker.
1882 * config/darwin.h (DEBUG_LTO_INFO_SECTION, DEBUG_LTO_ABBREV_SECTION,
1883 DEBUG_LTO_MACINFO_SECTION, DEBUG_LTO_LINE_SECTION,
1884 DEBUG_STR_LTO_SECTION, DEBUG_LTO_MACRO_SECTION): Put early debug
1885 sections into a separate segment.
1886 * config/darwin.c (darwin_asm_named_section): Handle __GNU_DWARF_LTO
1888 (darwin_asm_dwarf_section): Likewise.
1889 (darwin_asm_output_dwarf_offset): Likewise.
1890 * config/i386/i386.c (make_resolver_func): Set DECL_IGNORED_P.
1892 2017-08-21 Richard Sandiford <richard.sandiford@linaro.org>
1893 Alan Hayward <alan.hayward@arm.com>
1894 David Sherwood <david.sherwood@arm.com>
1896 * read-md.h (md_reader::record_potential_iterator_use): Replace
1897 pointer argument with an rtx and an index.
1898 * read-rtl.c (iterator_group::apply_iterator): Likewise.
1899 (apply_mode_iterator): Likewise.
1900 (apply_code_iterator): Likewise.
1901 (apply_int_iterator): Likewise.
1902 (apply_subst_iterator): Likewise.
1903 (record_iterator_use): Likewise.
1904 (record_attribute_use): Likewise.
1905 (md_reader::record_potential_iterator_use): Likewise. Update calls
1906 to record_iterator_use and apply_iterator.
1907 (iterator_use): Replace ptr with x and index.
1908 (attribute_use): Likewise.
1909 (apply_attribute_uses): Update calls to apply_iterator.
1910 (apply_iterators): Likewise. Update initialization of iterator_use.
1911 (rtx_reader::read_rtx_code): Update calls to record_iterator_use
1912 and record_potential_iterator_use.
1913 (rtx_reader::read_rtx_operand): Likewise.
1915 2017-08-21 Richard Sandiford <richard.sandiford@linaro.org>
1916 Alan Hayward <alan.hayward@arm.com>
1917 David Sherwood <david.sherwood@arm.com>
1919 * varasm.c (const_rtx_hash_1): Don't hash in the mode of a
1922 2017-08-21 Richard Biener <rguenther@suse.de>
1925 * tree-ssa-alias.c (stmt_kills_ref_p): Handle array accesses
1926 at struct end conservatively when comparing common bases.
1928 2017-08-21 Richard Biener <rguenther@suse.de>
1930 * tree-ssa-loop-im.c (struct lim_aux_data): Add ref index member.
1931 (mem_ref_in_stmt): Remove.
1932 (determine_max_movement): Use ref index to get at the reference.
1933 (invariantness_dom_walker::before_dom_children): Deal with
1934 lim data already initialized.
1935 (gather_mem_refs_stmt): Initialize lim data and record ref index.
1937 2017-08-19 Uros Bizjak <ubizjak@gmail.com>
1939 * config/i386/i386.h (OPTION_MASK_ISA_ROUND): Remove.
1940 (TARGET_ISA_ROUND): Ditto.
1941 (TARGET_ROUND): Ditto.
1942 * config/i386/i386.c: Substitute TARGET_ROUND with TARGET_SSE4_1.
1943 * config/i386/i386.md: Ditto.
1944 * config/i386/sse.md: Ditto.
1945 * config/i386/i386-builtin.def: Substitute OPTION_MASK_ISA_ROUND
1946 with OPTION_MASK_ISA_SSE4_1.
1948 2017-08-19 Uros Bizjak <ubizjak@gmail.com>
1951 * doc/extend.texi (x86 Built-in Functions): Correct the name of
1952 __builtin_ia32_lzcnt_u16.
1954 2017-08-18 Peter Bergner <bergner@vnet.ibm.com>
1957 * config/rs6000/rs6000.c (rs6000_activate_target_options): New function.
1958 (rs6000_set_current_function): Rewrite function to use it.
1960 2017-08-18 H.J. Lu <hongjiu.lu@intel.com>
1963 * print-tree.c (print_node): Support DECL_WARN_IF_NOT_ALIGN
1964 and TYPE_WARN_IF_NOT_ALIGN.
1965 * stor-layout.c (do_type_align): Merge DECL_WARN_IF_NOT_ALIGN.
1966 (handle_warn_if_not_align): New.
1967 (place_union_field): Call handle_warn_if_not_align.
1968 (place_field): Call handle_warn_if_not_align.
1969 Copy TYPE_WARN_IF_NOT_ALIGN.
1970 (finish_builtin_struct): Copy TYPE_WARN_IF_NOT_ALIGN.
1971 (layout_type): Likewise.
1972 * tree-core.h (tree_type_common): Add warn_if_not_align. Set
1974 (tree_decl_common): Add warn_if_not_align.
1975 * tree.c (build_range_type_1): Copy TYPE_WARN_IF_NOT_ALIGN.
1976 * tree.h (TYPE_WARN_IF_NOT_ALIGN): New.
1977 (SET_TYPE_WARN_IF_NOT_ALIGN): Likewise.
1978 (DECL_WARN_IF_NOT_ALIGN): Likewise.
1979 (SET_DECL_WARN_IF_NOT_ALIGN): Likewise.
1980 * doc/extend.texi: Document warn_if_not_aligned attribute.
1981 * doc/invoke.texi: Document -Wif-not-aligned and -Wpacked-not-aligned.
1983 2017-08-17 Martin Liska <mliska@suse.cz>
1986 * tree-loop-distribution.c (ddrs_table): Change type to pointer type.
1987 (get_data_dependence): Use it as pointer type.
1988 (distribute_loop): Likewise.
1990 2017-08-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
1992 * config/rs6000/altivec.md (UNSPEC_VMRGOW_DIRECT): New constant.
1993 (p8_vmrgew_v4sf_direct): Generalize to p8_vmrgew_<mode>_direct.
1994 (p8_vmrgow_<mode>_direct): New define_insn.
1995 * config/rs6000/rs6000.c (altivec_expand_vec_perm_const): Properly
1996 handle endianness for vmrgew and vmrgow permute patterns.
1998 2017-08-17 Peter Bergner <bergner@vnet.ibm.com>
2000 * config/rs6000/altivec.md (VParity): Remove TARGET_VSX_TIMODE.
2001 * config/rs6000/rs6000-cpus.def: Remove comment.
2002 (ISA_2_7_MASKS_SERVER): Delete OPTION_MASK_VSX_TIMODE;
2003 (POWERPC_MASKS): Likewise.
2004 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Remove unneeded
2005 use of TARGET_VSX_TIMODE.
2006 (rs6000_setup_reg_addr_masks): Change TARGET_VSX_TIMODE to TARGET_VSX.
2007 (rs6000_init_hard_regno_mode_ok): Remove unneeded uses of
2008 TARGET_VSX_TIMODE. Change use of TARGET_VSX_TIMODE to TARGET_VSX.
2009 (rs6000_option_override_internal): Remove dead code.
2010 (rs6000_legitimize_address): Change TARGET_VSX_TIMODE to TARGET_VSX.
2011 (rs6000_legitimize_reload_address): Likewise.
2012 (rs6000_legitimate_address_p): Likewise.
2013 (rs6000_opt_masks): Delete "vsx-timode".
2014 (rs6000_disable_incompatible_switches): Remove mention of -mvsx-timode
2015 from function comment.
2016 * config/rs6000/rs6000.h (MASK_VSX_TIMODE): Delete.
2017 * config/rs6000/rs6000.md (FMOVE128_GPR): Remove TARGET_VSX_TIMODE.
2018 (V16QI, V8HI, V4SI, V4SF, V2DI, V2DF, V1TI): Remove useless empty
2020 * config/rs6000/rs6000.opt (mvsx-timode): Replace with stub.
2021 * config/rs6000/vector.md (VEC_IP): Remove TARGET_VSX_TIMODE.
2022 * config/rs6000/vsx.md (VSX_LE_128): Likewise.
2025 (define_peephole2): Likewise.
2027 2017-08-17 Martin Sebor <msebor@redhat.com>
2030 * pretty-print.c (pp_format): Use strnlen in %.*s to avoid reading
2031 past the end of an array.
2032 (test_pp_format): Add test cases.
2034 2017-08-17 Richard Sandiford <richard.sandiford@linaro.org>
2036 * internal-fn.def (CLRSB, CLZ, CTZ, FFS, PARITY, POPCOUNT): Add
2037 missing ECF_NOTHROW flags.
2039 2017-08-17 Peter Bergner <bergner@vnet.ibm.com>
2042 * config/rs6000/vsx.md (*vsx_le_permute_<mode>): Add support for
2043 operands residing in integer registers.
2044 (*vsx_le_perm_load_<mode>): Likewise.
2045 (*vsx_le_perm_store_<mode>): Likewise.
2046 (define_peephole2): Add peepholes to optimize the above.
2048 2017-08-17 Marek Polacek <polacek@redhat.com>
2051 * fold-const.c (operand_equal_for_comparison_p): Remove code that used
2052 to mimic what shorten_compare did. Change the return type to bool.
2053 (fold_cond_expr_with_comparison): Update call to
2054 operand_equal_for_comparison_p.
2055 (fold_ternary_loc): Likewise.
2057 2017-08-17 Jackson Woodruff <jackson.woodruff@arm.com>
2059 * aarch64-simd.md (mov<mode>): No longer force zero immediate into
2061 (*aarch64_simd_mov<mode>): Add new case for stp using zero immediate.
2063 2017-08-17 Richard Biener <rguenther@suse.de>
2065 * tree-ssa-structalias.c (solve_graph): When propagating
2066 to successors update the graphs succ edges and avoid duplicate work.
2068 2017-08-17 Maxim Ostapenko <m.ostapenko@samsung.com>
2071 * config/i386/i386.c (ix86_option_override_internal): Save target
2072 specific options after ix86_stack_protector_guard_reg was changed.
2074 2017-08-17 Richard Biener <rguenther@suse.de>
2076 PR tree-optimization/81827
2077 * tree-ssa-structalias.c (struct variable_info): Add is_reg_var flag.
2078 (new_var_info): Initialize it conservatively.
2079 (get_call_vi): Mark register vars.
2080 (new_scalar_tmp_constraint_exp): Likewise.
2081 (handle_rhs_call): Likewise.
2082 (handle_const_call): Likewise.
2083 (create_function_info_for): Likewise.
2084 (solve_constraints): Sort varinfos to separate register from
2085 non-register vars to pack points-to solution bitmaps during
2088 2017-08-17 Marek Polacek <polacek@redhat.com>
2090 * gimplify.c (gimplify_adjust_omp_clauses): Compare with 0 instead of 1.
2092 2017-08-17 Richard Biener <rguenther@suse.de>
2094 * tree-vrp.c (vrp_int_const_binop): Do not set *overflow_p
2095 to true when overflow is undefined and we saturated the result.
2097 2017-08-17 Alan Modra <amodra@gmail.com>
2100 * config/rs6000/rs6000.c (rs6000_savres_strategy): Revert 2017-08-09.
2101 Don't use store multiple if only one reg needs saving.
2102 (interesting_frame_related_regno): New function.
2103 (rs6000_frame_related): Don't emit frame info for regs that
2105 (rs6000_emit_epilogue): Likewise.
2107 2017-08-16 Nathan Sidwell <nathan@acm.org>
2109 * tree-core.h (tree_type_non_common): Rename binfo to lang_1.
2110 * tree.h (TYPE_BINFO): Use type_non_common.maxval.
2111 (TYPE_LANG_SLOT_1): Use type_non_common.lang_1, for any type.
2112 * tree.c (free_lang_data_in_type): Use else-if chain. Always
2113 clear TYPE_LANG_1. Remove obsolete member-function stripping.
2114 (find_decls_types_r): Comment about TYPE_MAX_VALUES_RAW.
2115 (verify_type): Adjust for TYPE_BINFO move.
2116 * lto-streamer-out.c (DFS::DFS_write_tree_body): No need to
2117 process TYPE_BINFO directly.
2118 (hash_tree): Likewise.
2119 * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
2121 * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
2124 2017-08-16 David Malcolm <dmalcolm@redhat.com>
2126 * diagnostic-show-locus.c (colorizer::m_caret): Remove unused field.
2128 2017-08-16 Uros Bizjak <ubizjak@gmail.com>
2131 * config/i386/i386.md (*anddi_1_btr): Change predicates of
2132 operand 0 and operand 1 to nomimmediate_operand. Add "m" constraint.
2133 Add ix86_binary_operator_ok to insn constraint.
2134 (*iordi_1_bts): Ditto.
2135 (*xordi_1_btc): Ditto.
2136 (*btsq): Change predicate of operand 0 to nonimmediate_operand.
2137 Update corresponding peephole2 pattern.
2141 2017-08-16 Bin Cheng <bin.cheng@arm.com>
2143 PR tree-optimization/81832
2144 * tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Don't
2145 copy loop header which has IFN_LOOP_DIST_ALIAS call.
2147 2017-08-16 Marek Polacek <polacek@redhat.com>
2150 * fold-const.c (fold_indirect_ref_1): Restore original behavior
2151 regarding size_zero_node.
2153 2017-08-16 Martin Liska <mliska@suse.cz>
2156 * config.gcc: Respect previously set extra_objs in case
2159 2017-08-16 Richard Sandiford <richard.sandiford@linaro.org>
2161 PR tree-optimization/81835
2162 * tree-vect-loop.c (vect_is_simple_reduction): Simply checks for
2163 the phi SSA_NAME. Check that the condition in a COND_EXPR does
2164 not depend on the phi.
2166 2017-08-16 Alan Modra <amodra@gmail.com>
2168 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Delete
2171 2017-08-16 Alan Modra <amodra@gmail.com>
2173 * config/rs6000/rs6000.c (rs6000_reg_live_or_pic_offset_p): Merge..
2174 (save_reg_p): ..into this. Update all callers.
2175 (first_reg_to_save): Simplify.
2177 2017-08-16 Alan Modra <amodra@gmail.com>
2179 * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't restore
2182 2017-08-15 Joseph Myers <joseph@codesourcery.com>
2186 * config/sh/sh-mem.cc (sh_expand_cmpnstr): Only unroll for
2187 constant count if that count is less than 32.
2189 2017-08-15 Nathan Sidwell <nathan@acm.org>
2191 * gcc.c (execute): Emit friendlier message if inferior is killed
2192 by an external cause.
2194 2017-08-15 Richard Biener <rguenther@suse.de>
2196 PR tree-optimization/81790
2197 * tree-ssa-sccvn.c (vn_lookup_simplify_result): Handle both
2198 CONSTRUCTORs from simplifying and VN.
2200 2017-08-14 Martin Sebor <msebor@redhat.com>
2202 * builtin-attrs.def: Add comments.
2204 2017-08-14 Martin Sebor <msebor@redhat.com>
2207 * doc/extend.texi (attribute nonstring): Document new attribute.
2209 2017-08-14 Martin Sebor <msebor@redhat.com>
2212 * tree-diagnostic.c (default_tree_printer): Handle %G.
2213 * gimple-pretty-print.h (percent_G_format): Declare new function.
2214 * gimple-pretty-print.c (percent_G_format): Define.
2215 * tree-pretty-print.c (percent_K_format): Add argument.
2217 2017-08-14 Martin Sebor <msebor@redhat.com>
2219 PR translation/79998
2220 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call):
2221 Remove a stray space.
2223 2017-08-14 Uros Bizjak <ubizjak@gmail.com>
2226 * config/i386/i386.md (*anddi_1_btr): New insn_and_split pattern.
2227 (*iordi_1_bts): Ditto.
2228 (*xordi_1_btc): Ditto.
2230 2017-08-14 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2233 * config/rs6000/linux64.h (INVALID_64BIT): Use quoted strings.
2234 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2236 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Use
2237 quoted strings, and make more translator-friendly.
2238 (darwin_rs6000_override_options): Likewise.
2239 (rs6000_option_override_internal): Likewise.
2240 (rs6000_return_in_memory): Fix overlong line.
2241 (init_cmulative_args): Use quoted strings, and make more
2242 translator-friendly.
2243 (rs6000_pass_by_reference): Fix overlong line.
2244 (def_builtin): Use quoted strings.
2245 (altivec_expand_predicate_builtin): Use quoted strings, and make
2246 more translator-friendly.
2247 (htm_expand_builtin): Use quoted strings.
2248 (cpu_expand_builtin): Use quoted strings, and make more
2249 translator-friendly.
2250 (altivec_expand_builtin): Likewise.
2251 (paired_expand_predicate_builtin): Likewise.
2252 (rs6000_invalid_builtin): Likewise.
2253 (builtin_function_type): Use quoted strings.
2254 (rs6000_expand_split_stack_prologue): Use quoted strings, and make
2255 more translator-friendly.
2256 (rs6000_trampoline_init): Likewise.
2257 (rs6000_handle_altivec_attribute): Likewise.
2258 (rs6000_inner_target_options): Use quoted strings.
2259 (rs6000_disable_incompatible_switches): Likewise.
2260 * config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Use quoted
2261 strings, and make more translator-friendly.
2262 (SUBSUBTARGET_OVERRIDE_OPTIONS): Use quoted strings.
2264 2017-08-14 Bin Cheng <bin.cheng@arm.com>
2266 PR tree-optimization/81799
2267 * tree-loop-distribution.c (version_loop_by_alias_check): Force
2268 cond_expr to simple gimple operand.
2270 2017-08-14 Wilco Dijkstra <wdijkstr@arm.com>
2273 * doc/sourcebuild.texi (autoincdec): Add autoincdec description.
2275 2017-08-14 Georg-Johann Lay <avr@gjlay.de>
2279 * config/avr/avr.opt (mgas-isr-prologues): New Var avr_gasisr_prologues.
2280 * config/avr/avr.md (gasisr, *gasisr): Use it instead of
2281 TARGET_GASISR_PROLOGUES.
2282 * config/avr/avr.c (avr_option_override): Same.
2283 (avr_pass_pre_proep::execute): Same.
2285 2017-08-13 H.J. Lu <hongjiu.lu@intel.com>
2288 * config/i386/i386.c (ix86_finalize_stack_frame_flags): Replace
2289 frame pointer with stack pointer - UNITS_PER_WORD in debug insns.
2291 2017-08-13 Uros Bizjak <ubizjak@gmail.com>
2293 * config/i386/i386.md (*load_tp_<mode>): Redefine as
2294 define_insn_and_split. Split to a memory load from 0 in
2295 DEFAULT_TLS_SEG_REG address space. Merge with *load_tp_x32
2296 using PTR mode iterator.
2297 (*load_tp_x32_zext"): Redefine as define_insn_and_split.
2298 Split to a memory load from 0 in DEFAULT_TLS_SEG_REG address space.
2299 (*add_tp_<mode>): Redefine as define_insn_and_split.
2300 Split to an add with a memory load from 0 in DEFAULT_TLS_SEG_REG
2301 address space. Merge with *add_tp_x32 using PTR mode iterator.
2302 (*add_tp_x32_zext"): Redefine as define_insn_and_split.
2303 Split to an add with a memory load from 0 in
2304 DEFAULT_TLS_SEG_REG address space.
2306 2017-08-12 Andrew Pinski <apinski@cavium.com>
2308 * config/aarch64/aarch64-option-extensions.def (rdma):
2309 Fix feature string to what Linux prints out in /proc/cpuinfo.
2311 2017-08-12 Pierre-Marie de Rodat <derodat@adacore.com>
2314 * dwarf2out.c (modified_type_die): For C typedef types that have
2315 an ultimate origin, process the ultimate origin instead of the
2317 (gen_typedef_die): Assert that input DECLs have no ultimate
2319 (gen_type_die_with_usage): For typedef variants that have an
2320 ultimate origin, just call gen_decl_die on the original DECL.
2321 (process_scope_var): Avoid creating DIEs for local typedefs and
2322 concrete static variables.
2324 2017-08-12 Alan Modra <amodra@gmail.com>
2328 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Upgrade to
2329 match gnu-user.h startfile.
2330 (ENDFILE_LINUX_SPEC): Similarly.
2332 2017-08-11 Thomas Schwinge <thomas@codesourcery.com>
2335 * config/nvptx/nvptx.c (nvptx_override_options_after_change):
2337 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Remove definition.
2339 2017-08-11 Tamar Christina <tamar.christina@arm.com>
2340 * config/aarch64/aarch64.md (mov<mode>): Change.
2341 (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
2342 aarch64_reg_or_fp_float into aarch64_reg_or_fp_zero.
2343 * config/aarch64/predicates.md (aarch64_reg_or_fp_float): Removed.
2345 2017-08-11 Eric Botcazou <ebotcazou@adacore.com>
2347 * tree-sra.c (build_access_from_expr_1): Use more precise diagnostics
2348 for storage order barriers.
2350 2017-08-11 Martin Liska <mliska@suse.cz>
2353 * tree-chkp.c (chkp_get_bounds_for_decl_addr): Do not instrument
2354 variables of void type.
2356 2017-08-11 Martin Liska <mliska@suse.cz>
2358 * asan.c (asan_protect_global): Replace ASM_OUTPUT_DEF with
2359 TARGET_SUPPORTS_ALIASES.
2360 * cgraph.c (cgraph_node::create_same_body_alias): Likewise.
2361 * ipa-visibility.c (can_replace_by_local_alias): Likewise.
2362 (optimize_weakref): Likewise.
2363 * symtab.c (symtab_node::noninterposable_alias): Likewise.
2364 * varpool.c (varpool_node::create_extra_name_alias): Likewise.
2365 * defaults.h: Introduce TARGET_SUPPORTS_ALIASES.
2367 2017-08-11 Martin Liska <mliska@suse.cz>
2370 * config/i386/i386.c (make_resolver_func): Do complete
2371 refactoring of the function.
2373 2017-08-10 Uros Bizjak <ubizjak@gmail.com>
2376 * config/i386/i386.opt (mstack-protector-guard-symbol=): New option
2377 * config/i386/i386.c (ix86_stack_protect_guard): Use
2378 ix86_stack_protect_guard_symbol_str to generate varible declaration.
2379 * doc/invoke.texi (x86 Options): Document
2380 -mstack-protector-guard-symbol= option.
2382 2017-08-10 Uros Bizjak <ubizjak@gmail.com>
2384 * config/i386/i386-protos.h (ix86_split_stack_guard): New prototype.
2385 * config/i386/i386.c (ix86_split_stack_guard): New function.
2386 (ix86_xpand_split_stack_prologue): Call ix86_split_stack_guard.
2387 (ix86_legitimate_address_p) <case UNSPEC_STACK_CHECK>: Remove.
2388 (i386_asm_output_addr_const_extra) <case UNSPEC_STACK_CHECK>: Ditto.
2389 (optput_pic_addr_const): Remove UNSPEC_STACK_CHECK handling.
2390 * config/i386/i386.md (unspec): Remove UNSPEC_STACK_CHECK.
2391 (split_stack_space_check): Call ix86_split_stack_guard.
2393 2017-08-10 Martin Sebor <msebor@redhat.com>
2395 * print-tree.c (print_node): Print location using the established
2397 Replace spaces with colons.
2398 (debug_raw, debug): Ditto.
2400 2017-08-10 Martin Sebor <msebor@redhat.com>
2403 * pretty-print.c (pp_format): Correct the handling of %s precision.
2405 2017-08-10 H.J. Lu <hongjiu.lu@intel.com>
2408 * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2410 (ix86_finalize_stack_frame_flags): This. Also clear
2411 frame_pointer_needed if -fno-omit-frame-pointer is used without
2413 (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2414 with ix86_finalize_stack_frame_flags.
2415 (ix86_expand_epilogue): Likewise.
2416 (ix86_expand_split_stack_prologue): Likewise.
2417 * doc/invoke.texi: Add a note for -fno-omit-frame-pointer.
2419 2017-08-10 Martin Liska <mliska@suse.cz>
2422 * c-attribs.c (handle_target_attribute):
2423 Report warning for an empty string argument of target attribute.
2425 2017-08-09 Jakub Jelinek <jakub@redhat.com>
2428 * omp-low.c (omp_copy_decl): Don't remap FORCED_LABEL or DECL_NONLOCAL
2430 * tree-cfg.c (move_stmt_op): Don't adjust DECL_CONTEXT of FORCED_LABEL
2431 or DECL_NONLOCAL labels.
2432 (move_stmt_r) <case GIMPLE_LABEL>: Adjust DECL_CONTEXT of FORCED_LABEL
2433 or DECL_NONLOCAL labels here.
2435 2017-08-09 Will Schmidt <will_schmidt@vnet.ibm.com>
2437 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add blurb
2438 to indicate when early gimple folding has been disabled.
2439 (rs6000_gimple_fold_builtin): Add debug content.
2440 (rs6000_invalid_builtin): Fix whitespace.
2441 (rs6000_expand_builtin): Fix whitespace.
2442 * config/rs6000/rs6000.opt: Add option for -mfold-gimple.
2444 2017-08-09 Segher Boessenkool <segher@kernel.crashing.org>
2447 * config/rs6000/rs6000.c (rs6000_savres_strategy): Don't use
2448 SAVE_MULTIPLE if not all the registers that saves, should be saved.
2450 2017-08-09 Jim Wilson <jim.wilson@linaro.org>
2452 * config/aarch64/aarch64-cores.def (falkor): Use falkor pipeline.
2453 (qdf24xx): Likewise.
2454 * config/aarch64/aarch64.md: Include falkor.md.
2455 * config/aarch64/falkor.md: New.
2457 2017-08-09 Marek Polacek <polacek@redhat.com>
2460 * diagnostic-core.h (emit_diagnostic_valist): Add declaration.
2461 * diagnostic.c (emit_diagnostic): Add a comment.
2462 (emit_diagnostic_valist): New function.
2464 2017-08-09 Marek Polacek <polacek@redhat.com>
2467 * input.c (make_location): New overload.
2468 * input.h (make_location): Declare.
2470 2017-08-08 Alan Modra <amodra@gmail.com>
2471 H.J. Lu <hongjiu.lu@intel.com>
2474 * gcc.c (NO_PIE_SPEC): Delete.
2475 (PIE_SPEC): Define as !no-pie/pie. Move static|shared|r
2477 (LINK_PIE_SPEC): ..to here.
2478 (LINK_COMMAND_SPEC): Support -no-pie.
2479 * config/gnu-user.h (GNU_USER_TARGET_STARTFILE_SPEC): Correct
2480 chain of crtbegin*.o selection, update for PIE_SPEC changes and
2482 (GNU_USER_TARGET_ENDFILE_SPEC): Similarly.
2483 * config/sol2.h (STARTFILE_CRTBEGIN_SPEC): Similarly.
2484 (ENDFILE_CRTEND_SPEC): Similarly.
2486 2017-08-08 Uros Bizjak <ubizjak@gmail.com>
2489 * config/i386/i386.opt (mstack-protector-guard-reg=): New option
2490 (mstack-protector-guard-offset=): Ditto.
2491 * config/i386/i386.c (ix86_option_override): Handle
2492 -mstack-protector-guard-reg= and -mstack-protector-guard-offset=
2494 (ix86_stack_protect_guard): Use ix86_stack_protect_guard_reg and
2495 ix86_stack_protect_guard_offset variables.
2496 (TARGET_STACK_PROTECT_GUARD): Always define.
2497 * doc/invoke.texi (x86 Options): Document -mstack-protector-guard-reg=
2498 and -mstack-protector-guard-offset= options.
2500 2017-08-08 Bin Cheng <bin.cheng@arm.com>
2502 * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): Handle
2503 boundary case for the last candidate.
2505 2017-08-08 Bin Cheng <bin.cheng@arm.com>
2507 * doc/invoke.texi: Document -ftree-loop-distribution for O3.
2508 * opts.c (default_options_table): Add OPT_ftree_loop_distribution.
2510 2017-08-08 Tamar Christina <tamar.christina@arm.com>
2513 * config/aarch64/aarch64.md (xorsign<mode>3): New optabs.
2514 * config/aarch64/aarch64-builtins.c
2515 (aarch64_builtin_vectorized_function): Added CASE_CFN_XORSIGN.
2516 * config/aarch64/aarch64-simd-builtins.def: Added xorsign BINOP.
2517 * config/aarch64/aarch64-simd.md: Added xorsign<mode>3
2519 2017-08-08 Tamar Christina <tamar.christina@arm.com>
2520 Andrew Pinski <pinskia@gmail.com>
2523 * internal-fn.def (XORSIGN): New.
2524 * optabs.def (xorsign_optab): New.
2525 * tree-ssa-math-opts.c (is_copysign_call_with_1): New.
2526 (convert_expand_mult_copysign): New.
2527 (pass_optimize_widening_mul::execute): Call
2528 convert_expand_mult_copysign.
2530 2017-08-08 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2532 PR tree-optimization/81354
2533 * gimple-ssa-strength-reduction.c (create_add_on_incoming_edge):
2534 Insert on edges rather than explicitly creating landing pads.
2535 (analyze_candidates_and_replace): Commit edge inserts.
2537 2017-08-08 Richard Biener <rguenther@suse.de>
2540 * tree-ssa-loop-niter.c: Include tree-dfa.h.
2541 (expand_simple_operations): Also look through ADDR_EXPRs with
2542 MEM_REF bases treating them as POINTER_PLUS_EXPR.
2544 2017-08-08 Richard Biener <rguenther@suse.de>
2546 PR tree-optimization/81723
2547 * tree-vect-slp.c (struct bst_traits): New hash traits.
2548 (bst_fail): New global.
2549 (vect_build_slp_tree_2): New worker, split out from ...
2550 (vect_build_slp_tree): ... this now wrapping it with using
2551 bst_fail set to cache SLP tree build fails. Properly handle
2553 (vect_analyze_slp_instance): Allocate and free bst_fail.
2555 2017-08-08 Martin Liska <mliska@suse.cz>
2558 * ipa-icf-gimple.c (func_checker::compare_cst_or_decl): Consider
2559 LABEL_DECLs that can be from a different function.
2561 2017-08-08 Bin Cheng <bin.cheng@arm.com>
2563 PR tree-optimization/81744
2564 * tree-predcom.c (prepare_finalizers_chain): Deep copy expr of
2565 loop's number of iterations.
2567 2017-08-08 Martin Liska <mliska@suse.cz>
2569 * asan.c: Include header files.
2570 * attribs.c (build_decl_attribute_variant): New function moved
2572 (build_type_attribute_qual_variant): Likewise.
2573 (cmp_attrib_identifiers): Likewise.
2574 (simple_cst_list_equal): Likewise.
2575 (omp_declare_simd_clauses_equal): Likewise.
2576 (attribute_value_equal): Likewise.
2577 (comp_type_attributes): Likewise.
2578 (build_type_attribute_variant): Likewise.
2579 (lookup_ident_attribute): Likewise.
2580 (remove_attribute): Likewise.
2581 (merge_attributes): Likewise.
2582 (merge_type_attributes): Likewise.
2583 (merge_decl_attributes): Likewise.
2584 (merge_dllimport_decl_attributes): Likewise.
2585 (handle_dll_attribute): Likewise.
2586 (attribute_list_equal): Likewise.
2587 (attribute_list_contained): Likewise.
2588 * attribs.h (lookup_attribute): New function moved from tree.[ch].
2589 (lookup_attribute_by_prefix): Likewise.
2590 * bb-reorder.c: Include header files.
2591 * builtins.c: Likewise.
2592 * calls.c: Likewise.
2593 * cfgexpand.c: Likewise.
2594 * cgraph.c: Likewise.
2595 * cgraphunit.c: Likewise.
2596 * convert.c: Likewise.
2597 * dwarf2out.c: Likewise.
2598 * final.c: Likewise.
2599 * fold-const.c: Likewise.
2600 * function.c: Likewise.
2601 * gimple-expr.c: Likewise.
2602 * gimple-fold.c: Likewise.
2603 * gimple-pretty-print.c: Likewise.
2604 * gimple.c: Likewise.
2605 * gimplify.c: Likewise.
2606 * hsa-common.c: Likewise.
2607 * hsa-gen.c: Likewise.
2608 * internal-fn.c: Likewise.
2609 * ipa-chkp.c: Likewise.
2610 * ipa-cp.c: Likewise.
2611 * ipa-devirt.c: Likewise.
2612 * ipa-fnsummary.c: Likewise.
2613 * ipa-inline.c: Likewise.
2614 * ipa-visibility.c: Likewise.
2616 * lto-cgraph.c: Likewise.
2617 * omp-expand.c: Likewise.
2618 * omp-general.c: Likewise.
2619 * omp-low.c: Likewise.
2620 * omp-offload.c: Likewise.
2621 * omp-simd-clone.c: Likewise.
2622 * opts-global.c: Likewise.
2623 * passes.c: Likewise.
2624 * predict.c: Likewise.
2625 * sancov.c: Likewise.
2626 * sanopt.c: Likewise.
2627 * symtab.c: Likewise.
2628 * toplev.c: Likewise.
2629 * trans-mem.c: Likewise.
2630 * tree-chkp.c: Likewise.
2631 * tree-eh.c: Likewise.
2632 * tree-into-ssa.c: Likewise.
2633 * tree-object-size.c: Likewise.
2634 * tree-parloops.c: Likewise.
2635 * tree-profile.c: Likewise.
2636 * tree-ssa-ccp.c: Likewise.
2637 * tree-ssa-live.c: Likewise.
2638 * tree-ssa-loop.c: Likewise.
2639 * tree-ssa-sccvn.c: Likewise.
2640 * tree-ssa-structalias.c: Likewise.
2641 * tree-ssa.c: Likewise.
2642 * tree-streamer-in.c: Likewise.
2643 * tree-vectorizer.c: Likewise.
2644 * tree-vrp.c: Likewise.
2646 * ubsan.c: Likewise.
2647 * varasm.c: Likewise.
2648 * varpool.c: Likewise.
2649 * tree.c: Remove functions moved to attribs.[ch].
2651 * config/aarch64/aarch64.c: Add attrs.h header file.
2652 * config/alpha/alpha.c: Likewise.
2653 * config/arc/arc.c: Likewise.
2654 * config/arm/arm.c: Likewise.
2655 * config/avr/avr.c: Likewise.
2656 * config/bfin/bfin.c: Likewise.
2657 * config/c6x/c6x.c: Likewise.
2658 * config/cr16/cr16.c: Likewise.
2659 * config/cris/cris.c: Likewise.
2660 * config/darwin.c: Likewise.
2661 * config/epiphany/epiphany.c: Likewise.
2662 * config/fr30/fr30.c: Likewise.
2663 * config/frv/frv.c: Likewise.
2664 * config/ft32/ft32.c: Likewise.
2665 * config/h8300/h8300.c: Likewise.
2666 * config/i386/winnt.c: Likewise.
2667 * config/ia64/ia64.c: Likewise.
2668 * config/iq2000/iq2000.c: Likewise.
2669 * config/lm32/lm32.c: Likewise.
2670 * config/m32c/m32c.c: Likewise.
2671 * config/m32r/m32r.c: Likewise.
2672 * config/m68k/m68k.c: Likewise.
2673 * config/mcore/mcore.c: Likewise.
2674 * config/microblaze/microblaze.c: Likewise.
2675 * config/mips/mips.c: Likewise.
2676 * config/mmix/mmix.c: Likewise.
2677 * config/mn10300/mn10300.c: Likewise.
2678 * config/moxie/moxie.c: Likewise.
2679 * config/msp430/msp430.c: Likewise.
2680 * config/nds32/nds32-isr.c: Likewise.
2681 * config/nds32/nds32.c: Likewise.
2682 * config/nios2/nios2.c: Likewise.
2683 * config/nvptx/nvptx.c: Likewise.
2684 * config/pa/pa.c: Likewise.
2685 * config/pdp11/pdp11.c: Likewise.
2686 * config/powerpcspe/powerpcspe.c: Likewise.
2687 * config/riscv/riscv.c: Likewise.
2688 * config/rl78/rl78.c: Likewise.
2689 * config/rx/rx.c: Likewise.
2690 * config/s390/s390.c: Likewise.
2691 * config/sh/sh.c: Likewise.
2692 * config/sol2.c: Likewise.
2693 * config/sparc/sparc.c: Likewise.
2694 * config/spu/spu.c: Likewise.
2695 * config/stormy16/stormy16.c: Likewise.
2696 * config/tilegx/tilegx.c: Likewise.
2697 * config/tilepro/tilepro.c: Likewise.
2698 * config/v850/v850.c: Likewise.
2699 * config/vax/vax.c: Likewise.
2700 * config/visium/visium.c: Likewise.
2701 * config/xtensa/xtensa.c: Likewise.
2703 2017-08-07 Michael Meissner <meissner@linux.vnet.ibm.com>
2706 * config/rs6000/vsx.md (vsx_concat_<mode>, VSX_D): Cleanup
2707 constraints since the -mupper-regs-* switches have been
2709 (vsx_concat_<mode>_1): New combiner insns to recognize inserting
2710 into a vector from a double word element that was extracted from
2711 another vector, and eliminate extra XXPERMDI instructions.
2712 (vsx_concat_<mode>_2): Likewise.
2713 (vsx_concat_<mode>_3): Likewise.
2714 (vsx_set_<mode>, VSX_D): Rewrite vector set in terms of vector
2715 concat to allow optimizing inserts from previous extracts.
2717 2017-08-07 Uros Bizjak <ubizjak@gmail.com>
2719 * config/i386/i386.c (ix86_stack_protect_guard): Generate
2720 memory reference to a SSP offset in TLS address space.
2721 (ix86_print_operand) <case '@'>: Remove.
2722 (ix86_print_operand_punct_valid_p): Remove '@' code.
2723 * config/i386/i386.md (unspec): Remove UNSPEC_SP_TLS_SET and
2725 (stack_tls_protect_set_<mode>): Remove.
2726 (stack_protect_set): Do not call gen_stack_tls_protect_set_<mode>.
2727 (stack_tls_protect_test_<mode>): Remove.
2728 (stack_protect_test): Do not call gen_stack_tls_protect_test_<mode>.
2730 2017-08-07 Olivier Hainque <hainque@adacore.com>
2733 * config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
2735 2017-08-07 Douglas Rupp <rupp@adacore.com>
2737 * Makefile.in (install-mkheaders): Fix typo, where the multi_dir
2738 variable was referenced as multidir in command.
2740 2017-08-07 Jakub Jelinek <jakub@redhat.com>
2743 * gimplify.c (goa_stabilize_expr): Handle BIT_INSERT_EXPR and
2746 2017-08-07 Martin Liska <mliska@suse.cz>
2748 * config/m32c/m32c.c: Add include of stringpool.h and attribs.h.
2749 * config/rl78/rl78.c: Add include of attribs.h.
2750 * config/sh/sh.c: Likewise.
2751 * config/v850/v850.c: Likewise.
2753 2017-08-07 Tom de Vries <tom@codesourcery.com>
2756 * omp-expand.c (expand_oacc_for): Ensure diff_type is large enough.
2758 2017-08-07 Martin Liska <mliska@suse.cz>
2760 * config/mips/mips.c: Include attribs.h.
2762 2017-08-07 Thomas Koenig <tkoenig@gcc.gnu.org>
2765 * doc/invoke.texi: Document change in behvaior for -Ofast for
2768 2017-08-07 Wilco Dijkstra <wdijkstr@arm.com>
2770 * config/aarch64/aarch64.c (aarch64_pushwb_single_reg):
2772 (aarch64_pop_regs): Likewise.
2773 (aarch64_gen_load_pair): Likewise.
2774 (aarch64_save_callee_saves): Likewise.
2775 (aarch64_restore_callee_saves): Likewise.
2777 2017-08-07 H.J. Lu <hongjiu.lu@intel.com>
2779 * config/i386/i386.c: Revert the last change.
2781 2017-08-07 H.J. Lu <hongjiu.lu@intel.com>
2784 * config/i386/i386.c (ix86_finalize_stack_realign_flags): Renamed
2786 (ix86_finalize_stack_frame_flags): This. Also clear
2787 frame_pointer_needed if -fno-omit-frame-pointer is used without
2789 (ix86_expand_prologue): Replace ix86_finalize_stack_realign_flags
2790 with ix86_finalize_stack_frame_flags.
2791 (ix86_expand_epilogue): Likewise.
2792 (ix86_expand_split_stack_prologue): Likewise.
2794 2017-08-07 H.J. Lu <hongjiu.lu@intel.com>
2797 * config/i386/i386.c (get_builtin_code_for_version): Set priority
2798 to P_AES for Westmere.
2800 2017-08-07 Jonathan Yong <10walls@gmail.com>
2802 * config/i386/mingw.opt (fset-stack-executable): Removed.
2803 * config/i386/cygming.opt (fset-stack-executable): Moved
2805 * config/i386/cygwin.h: Define CHECK_EXECUTE_STACK_ENABLED.
2807 2017-08-07 Segher Boessenkool <segher@kernel.crashing.org>
2809 * print-rtl.c (print_exp): Print NOT as "~" instead of as "!".
2811 2017-08-07 Marek Polacek <polacek@redhat.com>
2814 * fold-const.c (fold_indirect_ref_1): Check type_domain.
2816 2017-08-07 Martin Liska <mliska@suse.cz>
2818 * attribs.h (canonicalize_attr_name): New function.
2819 (cmp_attribs): Move from c-format.c and adjusted.
2820 (is_attribute_p): Moved from tree.h.
2821 * tree-inline.c: Add new includes.
2822 * tree.c (cmp_attrib_identifiers): Use cmp_attribs.
2823 (private_is_attribute_p): Remove.
2824 (private_lookup_attribute): Likewise.
2825 (private_lookup_attribute_by_prefix): Simplify.
2826 (remove_attribute): Use is_attribute_p.
2827 * tree.h: Remove removed declarations.
2829 2017-08-07 Jakub Jelinek <jakub@redhat.com>
2832 * stmt.c (emit_case_dispatch_table): Add DEFAULT_EDGE argument,
2833 instead of computing it in the function. Formatting fix.
2834 (expand_case): Don't rely on default_edge being the first edge,
2835 clear it if removing it, pass default_edge to
2836 emit_case_dispatch_table.
2837 (expand_sjlj_dispatch_table): Pass NULL as DEFAULT_EDGE, formatting
2840 2017-08-06 Uros Bizjak <ubizjak@gmail.com>
2842 * config/alpha/alpha.c (alpha_reorg): If trap is the last active
2843 insn in the function, emit NOP after the insn.
2845 2017-08-06 Tom de Vries <tom@codesourcery.com>
2847 * omp-expand.c (expand_oacc_for): Add missing edge probability for tile
2850 2017-08-06 Tom de Vries <tom@codesourcery.com>
2852 * omp-expand.c (expand_oacc_for): Add missing edge probability for chunk
2855 2017-08-04 Yury Gribov <tetra2005@gmail.com>
2857 PR tree-optimization/57371
2858 * match.pd: New pattern.
2860 2017-08-04 Marek Polacek <polacek@redhat.com>
2863 * fold-const.c (fold_indirect_ref_1): For ((int *)&a + 4 -> a[1],
2864 perform the computation in offset_int.
2866 2017-08-04 Richard Sandiford <richard.sandiford@linaro.org>
2868 PR tree-optimization/81136
2869 * tree-vectorizer.h: Include tree-hash-traits.h.
2870 (vec_base_alignments): New typedef.
2871 (vec_info): Add a base_alignments field.
2872 (vect_record_base_alignments): Declare.
2873 * tree-data-ref.h (data_reference): Add an is_conditional_in_stmt
2875 (DR_IS_CONDITIONAL_IN_STMT): New macro.
2876 (create_data_ref): Add an is_conditional_in_stmt argument.
2877 * tree-data-ref.c (create_data_ref): Likewise. Use it to initialize
2878 the is_conditional_in_stmt field.
2879 (data_ref_loc): Add an is_conditional_in_stmt field.
2880 (get_references_in_stmt): Set the is_conditional_in_stmt field.
2881 (find_data_references_in_stmt): Update call to create_data_ref.
2882 (graphite_find_data_references_in_stmt): Likewise.
2883 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Likewise.
2884 * tree-vect-data-refs.c (vect_analyze_data_refs): Likewise.
2885 (vect_record_base_alignment): New function.
2886 (vect_record_base_alignments): Likewise.
2887 (vect_compute_data_ref_alignment): Adjust base_addr and aligned_to
2888 for nested statements even if we fail to compute a misalignment.
2889 Use pooled base alignments for unconditional references.
2890 (vect_find_same_alignment_drs): Compare base addresses instead
2892 (vect_analyze_data_refs_alignment): Call vect_record_base_alignments.
2893 * tree-vect-slp.c (vect_slp_analyze_bb_1): Likewise.
2895 2017-08-04 Richard Sandiford <richard.sandiford@linaro.org>
2897 * tree-vectorizer.h (vec_info): Add a constructor and destructor.
2898 Add an explicit name for the enum. Use auto_vec for slp_instances
2900 (_loop_vec_info): Add a constructor and destructor. Use auto_vec
2902 (_bb_vec_info): Add a constructor and destructor.
2903 (vinfo_for_stmt): Return NULL for uids of -1 as well.
2904 (destroy_loop_vec_info): Delete.
2905 (vect_destroy_datarefs): Likewise.
2906 * tree-vectorizer.c (vect_destroy_datarefs): Delete.
2907 (vec_info::vec_info): New function.
2908 (vec_info::~vec_info): Likewise.
2909 (vectorize_loops): Use delete instead of destroy_loop_vec_info.
2910 * tree-parloops.c (gather_scalar_reductions): Use delete instead of
2911 destroy_loop_vec_info.
2912 * tree-vect-loop.c (new_loop_vec_info): Replace with...
2913 (_loop_vec_info::_loop_vec_info): ...this.
2914 (destroy_loop_vec_info): Replace with...
2915 (_loop_vec_info::~_loop_vec_info): ...this. Unconditionally delete
2916 the stmt_vec_infos. Leave handling of vec_info information to its
2917 destructor. Remove explicit vector releases.
2918 (vect_analyze_loop_form): Use new instead of new_loop_vec_info.
2919 (vect_analyze_loop): Use delete instead of destroy_loop_vec_info.
2920 * tree-vect-slp.c (new_bb_vec_info): Replace with...
2921 (_bb_vec_info::_bb_vec_info): ...this. Don't reserve space in
2922 BB_VINFO_GROUPED_STORES or BB_VINFO_SLP_INSTANCES.
2923 (destroy_bb_vec_info): Replace with...
2924 (_bb_vec_info::~_bb_vec_info): ...this. Leave handling of vec_info
2925 information to its destructor.
2926 (vect_slp_analyze_bb_1): Use new and delete instead of
2927 new_bb_vec_info and destroy_bb_vec_info.
2928 (vect_slp_bb): Replace 2 calls to destroy_bb_vec_info with a
2931 2017-08-04 Richard Sandiford <richard.sandiford@linaro.org>
2933 * tree-data-ref.h (subscript): Add access_fn field.
2934 (data_dependence_relation): Add could_be_independent_p.
2935 (SUB_ACCESS_FN, DDR_COULD_BE_INDEPENDENT_P): New macros.
2936 (same_access_functions): Move to tree-data-ref.c.
2937 * tree-data-ref.c (ref_contains_union_access_p): New function.
2938 (access_fn_component_p): Likewise.
2939 (access_fn_components_comparable_p): Likewise.
2940 (dr_analyze_indices): Add a reference to access_fn_component_p.
2941 (dump_data_dependence_relation): Use SUB_ACCESS_FN instead of
2943 (constant_access_functions): Likewise.
2944 (add_other_self_distances): Likewise.
2945 (same_access_functions): Likewise. (Moved from tree-data-ref.h.)
2946 (initialize_data_dependence_relation): Use XCNEW and remove
2947 explicit zeroing of DDR_REVERSED_P. Look for a subsequence
2948 of access functions that have the same type. Allow the
2949 subsequence to end with different bases in some circumstances.
2950 Record the chosen access functions in SUB_ACCESS_FN.
2951 (build_classic_dist_vector_1): Replace ddr_a and ddr_b with
2952 a_index and b_index. Use SUB_ACCESS_FN instead of DR_ACCESS_FN.
2953 (subscript_dependence_tester_1): Likewise dra and drb.
2954 (build_classic_dist_vector): Update calls accordingly.
2955 (subscript_dependence_tester): Likewise.
2956 * tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Check
2957 DDR_COULD_BE_INDEPENDENT_P.
2958 * tree-vectorizer.h (LOOP_REQUIRES_VERSIONING_FOR_ALIAS): Test
2959 comp_alias_ddrs instead of may_alias_ddrs.
2960 * tree-vect-data-refs.c (vect_analyze_possibly_independent_ddr):
2962 (vect_analyze_data_ref_dependence): Use it if
2963 DDR_COULD_BE_INDEPENDENT_P, but fall back to using the recorded
2964 distance vectors if that fails.
2965 (dependence_distance_ge_vf): New function.
2966 (vect_prune_runtime_alias_test_list): Use it. Don't clear
2967 LOOP_VINFO_MAY_ALIAS_DDRS.
2969 2017-08-04 Richard Biener <rguenther@suse.de>
2972 * fold-const.c (fold_binary_loc): Properly restrict
2973 minus_var0 && minus_var1 case when associating undefined overflow
2976 2017-08-04 Tom de Vries <tom@codesourcery.com>
2978 * omp-simd-clone.c (simd_clone_adjust): Add missing edge probability.
2980 2017-08-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2982 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
2983 Don't start diagnostic messages with a capital letter.
2984 * config/rs6000/rs6000.c (rs6000_option_override_internal):
2986 (rs6000_invalid_builtin): Likewise.
2987 (rs6000_trampoline_init): Likewise.
2989 2017-08-03 Jakub Jelinek <jakub@redhat.com>
2992 * bb-reorder.c (pass_partition_blocks::execute): Return TODO_df_finish
2993 after setting changeable df flags.
2995 2017-08-03 Richard Biener <rguenther@suse.de>
2997 * tree-ssa-reassoc.c (should_break_up_subtract): Also break
2998 up if the use is in USE - X.
3000 2017-08-03 Alexander Monakov <amonakov@ispras.ru>
3002 * toplev.c (dumpfile.h): New include.
3003 (internal_error_reentered): New static function. Use it...
3004 (internal_error_function): ...here to handle reentered internal_error.
3006 2017-08-03 Richard Biener <rguenther@suse.de>
3009 * fold-const.c (split_tree): Add minus_var and minus_con
3010 arguments, remove unused loc arg. Never generate NEGATE_EXPRs
3011 here but always use minus_*.
3012 (associate_trees): Assert we never associate with MINUS_EXPR
3013 and NULL first operand. Do not recurse for PLUS_EXPR operands
3014 when associating as MINUS_EXPR either.
3015 (fold_binary_loc): Track minus_var and minus_con.
3017 2017-08-03 Tom de Vries <tom@codesourcery.com>
3020 * tree-streamer-in.c (lto_input_ts_function_decl_tree_pointers): If
3021 ACCEL_COMPILER, apply finish_options on
3022 DECL_FUNCTION_SPECIFIC_OPTIMIZATION.
3024 2017-08-03 Tom de Vries <tom@codesourcery.com>
3027 * config/nvptx/nvptx.c (nvptx_option_override): Emit sorry if
3028 function_entry_patch_area_size > 0.
3030 2017-08-03 Jakub Jelinek <jakub@redhat.com>
3033 * calls.c (alloc_max_size): Use HOST_WIDE_INT_UC (10??)
3034 instead of 10??LU, perform unit multiplication in wide_int,
3035 don't change alloc_object_size_limit if the limit is larger
3038 PR tree-optimization/81655
3039 PR tree-optimization/81588
3040 * tree-ssa-reassoc.c (optimize_range_tests_var_bound): Handle also
3041 the case when ranges[i].low and high are 1 for unsigned type with
3045 * omp-low.c (diagnose_sb_0): Handle flag_openmp_simd like flag_openmp.
3046 (pass_diagnose_omp_blocks::gate): Enable also for flag_openmp_simd.
3048 2017-08-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
3050 * tree-vrp.h: Add include guard.
3052 2017-08-02 Uros Bizjak <ubizjak@gmail.com>
3055 * config/i386/i386.md (unspecv): Add UNSPECV_UD2.
3056 (ud2): New insn pattern.
3057 * config/i386/i386.c (ix86_expand_epilogue):
3058 For naked functions, generate ud2 instead of trap insn.
3060 2017-08-02 Marek Polacek <polacek@redhat.com>
3063 * alloc-pool.h (base_pool_allocator): Initialize m_elt_size.
3065 2017-08-02 Tom de Vries <tom@codesourcery.com>
3066 Cesar Philippidis <cesar@codesourcery.com>
3068 * config/nvptx/nvptx.c (nvptx_lockless_update, nvptx_lockfull_update):
3069 Add missing edge probabilities.
3071 2017-08-02 Tamar Christina <tamar.christina@arm.com>
3073 * config/aarch64/aarch64.c (aarch64_reinterpret_float_as_int):
3076 2017-08-02 Jakub Jelinek <jakub@redhat.com>
3079 * function.c (thread_prologue_and_epilogue_insns): Determine blocks
3080 for find_many_sub_basic_blocks bitmap by looking up BLOCK_FOR_INSN
3081 of first NONDEBUG_INSN_P in each of the split_prologue_seq and
3082 prologue_seq sequences - if any.
3084 2017-08-02 Richard Biener <rguenther@suse.de>
3086 * tree-vect-stmts.c (vectorizable_store): Perform vector extracts
3087 via vectors if supported, integer extracts via punning if supported
3088 or otherwise vector extracts.
3090 2017-08-02 Richard Biener <rguenther@suse.de>
3092 * tree-ssa-pre.c (bitmap_insert_into_set_1): Remove and inline
3094 (bitmap_insert_into_set): ... this.
3096 2017-08-02 Richard Biener <rguenther@suse.de>
3098 PR tree-optimization/81633
3100 2015-08-17 Alan Hayward <alan.hayward@arm.com>
3102 PR tree-optimization/71752
3103 * tree-vect-slp.c (vect_get_slp_defs): Handle null operands.
3105 2017-08-01 Daniel Santos <daniel.santos@pobox.com>
3107 * config/i386/i386.h (ix86_frame::outlined_save_offset): Remove field.
3108 (machine_function::call_ms2sysv_pad_out): Remove field.
3109 * config/i386/i386.c (xlogue_layout::get_stack_space_used): Modify.
3110 (ix86_compute_frame_layout): Likewise.
3112 2017-08-01 H.J. Lu <hongjiu.lu@intel.com>
3115 * config/i386/i386.c (ix86_set_func_type): Disallow naked
3116 attribute with interrupt attribute.
3118 2017-08-01 Andrew Pinski <apinski@cavium.com>
3120 * tree-ssa-scopedtables.c (hashable_expr_equal_p): Check
3121 BIT_INSERT_EXPR's operand 1
3122 to see if the types precision matches.
3124 2017-08-01 Martin Liska <mliska@suse.cz>
3127 * builtins.c (expand_builtin_memcpy_args): Remove.
3128 (expand_builtin_memcpy): Call newly added function
3129 expand_builtin_memory_copy_args.
3130 (expand_builtin_memcpy_with_bounds): Likewise.
3131 (expand_builtin_mempcpy): Remove last argument.
3132 (expand_builtin_mempcpy_with_bounds): Likewise.
3133 (expand_builtin_memory_copy_args): New function created from
3134 expand_builtin_mempcpy_args with small modifications.
3135 (expand_builtin_mempcpy_args): Remove.
3136 (expand_builtin_stpcpy): Remove unused argument.
3137 (expand_builtin): Likewise.
3138 (expand_builtin_with_bounds): Likewise.
3140 2017-08-01 Martin Liska <mliska@suse.cz>
3143 Make mempcpy more optimal (PR middle-end/70140).
3145 2017-08-01 Jakub Jelinek <jakub@redhat.com>
3148 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): For
3149 __builtin_vec_cmpne verify both arguments are compatible vectors
3150 before looking at TYPE_MODE on the element type. For __builtin_vec_ld
3151 verify arg1_type is a pointer or array type. For __builtin_vec_st,
3152 move computation of aligned to after checking the argument types.
3156 * config/rs6000/vsx.md (vextract_fp_from_shorth,
3157 vextract_fp_from_shortl): Add element mode after mode in gen_vec_init*
3160 2017-08-01 Jerome Lambourg <lambourg@adacore.com>
3161 Doug Rupp <rupp@adacore.com>
3162 Olivier Hainque <hainque@adacore.com>
3164 * config.gcc (arm-wrs-vxworks*): Rework to handle arm-wrs-vxworks7 as
3165 well as arm-wrs-vxworks. Update target_cpu_name from arm6 (arch v3) to
3167 * config/arm/vxworks.h (MAYBE_TARGET_BPABI_CPP_BUILTINS): New, helper
3168 for TARGET_OS_CPP_BUILTIN.
3169 (TARGET_OS_CPP_BUILTIN): Invoke MAYBE_TARGET_BPABI_CPP_BUILTINS(),
3170 refine CPU definitions for arm_arch5 and add those for arm_arch6 and
3172 (MAYBE_ASM_ABI_SPEC): New, helper for SUBTARGET_EXTRA_ASM_SPEC,
3173 passing required abi options to the assembler for EABI configurations.
3174 (EXTRA_CC1_SPEC): New macro, to help prevent the implicit production
3175 of .text.hot and .text.unlikely sections for kernel modules when
3176 using ARM style exceptions.
3177 (CC1_SPEC): Remove obsolete attempt at mimicking Diab toolchain
3178 options. Add EXTRA_CC1_SPEC.
3179 (VXWORKS_ENDIAN_SPEC): Adjust comment and remove handling of Diab
3181 (DWARF2_UNWIND_INFO): Redefine to handle the pre/post VxWorks 7
3183 (ARM_TARGET2_DWARF_FORMAT): Define.
3184 * config/arm/t-vxworks: Adjust multilib control to removal of the
3185 Diab command line options.
3187 2017-08-01 Martin Liska <mliska@suse.cz>
3189 PR gcov-profile/81561
3190 * gcov.c (unblock): Make unblocking safe as we need to preserve
3191 index correspondence of blocks and block_lists.
3193 2017-08-01 Richard Biener <rguenther@suse.de>
3195 PR tree-optimization/81181
3196 * tree-ssa-pre.c (compute_antic_aux): Defer clean() to ...
3197 (compute_antic): ... end of iteration here.
3199 2017-08-01 James Greenhalgh <james.greenhalgh@arm.com>
3201 * common.opt (ftree-vectorize): No longer set flag_tree_vectorize.
3202 (ftree-loop-vectorize): Set as EnabledBy ftree-vectorize.
3203 (ftree-slp-vectorize): Likewise.
3204 * omp-expand (expand_omp_simd): Remove flag_tree_vectorize, as it
3205 can no longer be set independent of flag_tree_loop_vectorize.
3206 * omp-general.c (emp_max_vf): Likewise.
3207 * opts.c (enable_fdo_optimizations): Remove references to
3208 flag_tree_vectorize, these are now implicit.
3209 (common_handle_option): Remove handling for OPT_ftree_vectorize,
3210 and leave it for the options machinery.
3212 2017-08-01 Martin Liska <mliska@suse.cz>
3215 * builtins.c (expand_builtin_memcpy_args): Remove.
3216 (expand_builtin_memcpy): Call newly added function
3217 expand_builtin_memory_copy_args.
3218 (expand_builtin_memcpy_with_bounds): Likewise.
3219 (expand_builtin_mempcpy): Remove last argument.
3220 (expand_builtin_mempcpy_with_bounds): Likewise.
3221 (expand_builtin_memory_copy_args): New function created from
3222 expand_builtin_mempcpy_args with small modifications.
3223 (expand_builtin_mempcpy_args): Remove.
3224 (expand_builtin_stpcpy): Remove unused argument.
3225 (expand_builtin): Likewise.
3226 (expand_builtin_with_bounds): Likewise.
3228 2017-08-01 Uros Bizjak <ubizjak@gmail.com>
3231 * config/i386/i386.c (ix86_print_operand_address_as): For -masm=intel
3232 print "ds:" only for immediates in generic address space.
3234 2017-08-01 Uros Bizjak <ubizjak@gmail.com>
3237 * config/i386/i386.c (ix86_funciton_naked): New prototype.
3238 (ix86_function_ok_for_sibcall): Return false for naked functions.
3240 2017-08-01 Richard Biener <rguenther@suse.de>
3242 * tree-ssa-pre.c (print_pre_expr): Handle NULL expr.
3243 (compute_antic): Seed worklist with exit block predecessors.
3244 * cfganal.c (dfs_find_deadend): For a cycle return the source
3245 of the edge closing it.
3247 2017-08-01 Tamar Christina <tamar.christina@arm.com>
3249 * config/aarch64/aarch64.c
3250 (aarch64_can_const_movi_rtx_p): Move 0 check.
3252 2017-08-01 Bin Cheng <bin.cheng@arm.com>
3254 * tree.h (POINTER_TYPE_OVERFLOW_UNDEFINED): Delete.
3255 * fold-const.c (fold_comparison, fold_binary_loc): Delete use of
3257 * match.pd: Ditto in address comparison pattern.
3259 2017-08-01 Bin Cheng <bin.cheng@arm.com>
3261 PR tree-optimization/81627
3262 * tree-predcom.c (prepare_finalizers): Always rewrite into loop
3263 closed ssa form for store-store chain.
3265 2017-08-01 Bin Cheng <bin.cheng@arm.com>
3267 PR tree-optimization/81620
3268 * tree-predcom.c (add_ref_to_chain): Don't set has_max_use_after
3269 for store-store chain.
3271 2017-08-01 Jakub Jelinek <jakub@redhat.com>
3273 PR tree-optimization/81588
3274 * tree-ssa-reassoc.c (optimize_range_tests_var_bound): If
3275 ranges[i].in_p, invert comparison code ccode. For >/>=,
3276 swap rhs1 and rhs2 and comparison code unconditionally,
3277 for </<= don't do that. Don't swap rhs1/rhs2 again if
3278 ranges[i].in_p, instead invert comparison code ccode if
3279 opcode or oe->rank is BIT_IOR_EXPR.
3282 * optabs.def (vec_extract_optab, vec_init_optab): Change from
3283 a direct optab to conversion optab.
3284 * optabs.c (expand_vector_broadcast): Use convert_optab_handler
3285 with GET_MODE_INNER as last argument instead of optab_handler.
3286 * expmed.c (extract_bit_field_1): Likewise. Use vector from
3287 vector extraction if possible and optab is available.
3288 * expr.c (store_constructor): Use convert_optab_handler instead
3289 of optab_handler. Use vector initialization from smaller
3290 vectors if possible and optab is available.
3291 * tree-vect-stmts.c (vectorizable_load): Likewise.
3292 * doc/md.texi (vec_extract, vec_init): Document that the optabs
3294 * config/i386/i386.c (ix86_expand_vector_init): Handle expansion
3295 of vec_init from half-sized vectors with the same element mode.
3296 * config/i386/sse.md (ssehalfvecmode): Add V4TI case.
3297 (ssehalfvecmodelower, ssescalarmodelower): New mode attributes.
3298 (reduc_plus_scal_v8df, reduc_plus_scal_v4df, reduc_plus_scal_v2df,
3299 reduc_plus_scal_v16sf, reduc_plus_scal_v8sf, reduc_plus_scal_v4sf,
3300 reduc_<code>_scal_<mode>, reduc_umin_scal_v8hi): Add element mode
3301 after mode in gen_vec_extract* calls.
3302 (vec_extract<mode>): Renamed to ...
3303 (vec_extract<mode><ssescalarmodelower>): ... this.
3304 (vec_extract<mode><ssehalfvecmodelower>): New expander.
3305 (rotl<mode>3, rotr<mode>3, <shift_insn><mode>3, ashrv2di3): Add
3306 element mode after mode in gen_vec_init* calls.
3307 (VEC_INIT_HALF_MODE): New mode iterator.
3308 (vec_init<mode>): Renamed to ...
3309 (vec_init<mode><ssescalarmodelower>): ... this.
3310 (vec_init<mode><ssehalfvecmodelower>): New expander.
3311 * config/i386/mmx.md (vec_extractv2sf): Renamed to ...
3312 (vec_extractv2sfsf): ... this.
3313 (vec_initv2sf): Renamed to ...
3314 (vec_initv2sfsf): ... this.
3315 (vec_extractv2si): Renamed to ...
3316 (vec_extractv2sisi): ... this.
3317 (vec_initv2si): Renamed to ...
3318 (vec_initv2sisi): ... this.
3319 (vec_extractv4hi): Renamed to ...
3320 (vec_extractv4hihi): ... this.
3321 (vec_initv4hi): Renamed to ...
3322 (vec_initv4hihi): ... this.
3323 (vec_extractv8qi): Renamed to ...
3324 (vec_extractv8qiqi): ... this.
3325 (vec_initv8qi): Renamed to ...
3326 (vec_initv8qiqi): ... this.
3327 * config/rs6000/vector.md (VEC_base_l): New mode attribute.
3328 (vec_init<mode>): Renamed to ...
3329 (vec_init<mode><VEC_base_l>): ... this.
3330 (vec_extract<mode>): Renamed to ...
3331 (vec_extract<mode><VEC_base_l>): ... this.
3332 * config/rs6000/paired.md (vec_initv2sf): Renamed to ...
3333 (vec_initv2sfsf): ... this.
3334 * config/rs6000/altivec.md (splitter, altivec_copysign_v4sf3,
3335 vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3336 vec_unpacku_lo_v8hi, mulv16qi3, altivec_vreve<mode>2): Add
3337 element mode after mode in gen_vec_init* calls.
3338 * config/aarch64/aarch64-simd.md (vec_init<mode>): Renamed to ...
3339 (vec_init<mode><Vel>): ... this.
3340 (vec_extract<mode>): Renamed to ...
3341 (vec_extract<mode><Vel>): ... this.
3342 * config/aarch64/iterators.md (Vel): New mode attribute.
3343 * config/s390/s390.c (s390_expand_vec_strlen, s390_expand_vec_movstr):
3344 Add element mode after mode in gen_vec_extract* calls.
3345 * config/s390/vector.md (non_vec_l): New mode attribute.
3346 (vec_extract<mode>): Renamed to ...
3347 (vec_extract<mode><non_vec_l>): ... this.
3348 (vec_init<mode>): Renamed to ...
3349 (vec_init<mode><non_vec_l>): ... this.
3350 * config/s390/s390-builtins.def (s390_vlgvb, s390_vlgvh, s390_vlgvf,
3351 s390_vlgvf_flt, s390_vlgvg, s390_vlgvg_dbl): Add element mode after
3353 * config/arm/iterators.md (V_elem_l): New mode attribute.
3354 * config/arm/neon.md (vec_extract<mode>): Renamed to ...
3355 (vec_extract<mode><V_elem_l>): ... this.
3356 (vec_extractv2di): Renamed to ...
3357 (vec_extractv2didi): ... this.
3358 (vec_init<mode>): Renamed to ...
3359 (vec_init<mode><V_elem_l>): ... this.
3360 (reduc_plus_scal_<mode>, reduc_plus_scal_v2di, reduc_smin_scal_<mode>,
3361 reduc_smax_scal_<mode>, reduc_umin_scal_<mode>,
3362 reduc_umax_scal_<mode>, neon_vget_lane<mode>, neon_vget_laneu<mode>):
3363 Add element mode after gen_vec_extract* calls.
3364 * config/mips/mips-msa.md (vec_init<mode>): Renamed to ...
3365 (vec_init<mode><unitmode>): ... this.
3366 (vec_extract<mode>): Renamed to ...
3367 (vec_extract<mode><unitmode>): ... this.
3368 * config/mips/loongson.md (vec_init<mode>): Renamed to ...
3369 (vec_init<mode><unitmode>): ... this.
3370 * config/mips/mips-ps-3d.md (vec_initv2sf): Renamed to ...
3371 (vec_initv2sfsf): ... this.
3372 (vec_extractv2sf): Renamed to ...
3373 (vec_extractv2sfsf): ... this.
3374 (reduc_plus_scal_v2sf, reduc_smin_scal_v2sf, reduc_smax_scal_v2sf):
3375 Add element mode after gen_vec_extract* calls.
3376 * config/mips/mips.md (unitmode): New mode iterator.
3377 * config/spu/spu.c (spu_expand_prologue, spu_allocate_stack,
3378 spu_builtin_extract): Add element mode after gen_vec_extract* calls.
3379 * config/spu/spu.md (inner_l): New mode attribute.
3380 (vec_init<mode>): Renamed to ...
3381 (vec_init<mode><inner_l>): ... this.
3382 (vec_extract<mode>): Renamed to ...
3383 (vec_extract<mode><inner_l>): ... this.
3384 * config/sparc/sparc.md (veltmode): New mode iterator.
3385 (vec_init<VMALL:mode>): Renamed to ...
3386 (vec_init<VMALL:mode><VMALL:veltmode>): ... this.
3387 * config/ia64/vect.md (vec_initv2si): Renamed to ...
3388 (vec_initv2sisi): ... this.
3389 (vec_initv2sf): Renamed to ...
3390 (vec_initv2sfsf): ... this.
3391 (vec_extractv2sf): Renamed to ...
3392 (vec_extractv2sfsf): ... this.
3393 * config/powerpcspe/vector.md (VEC_base_l): New mode attribute.
3394 (vec_init<mode>): Renamed to ...
3395 (vec_init<mode><VEC_base_l>): ... this.
3396 (vec_extract<mode>): Renamed to ...
3397 (vec_extract<mode><VEC_base_l>): ... this.
3398 * config/powerpcspe/paired.md (vec_initv2sf): Renamed to ...
3399 (vec_initv2sfsf): ... this.
3400 * config/powerpcspe/altivec.md (splitter, altivec_copysign_v4sf3,
3401 vec_unpacku_hi_v16qi, vec_unpacku_hi_v8hi, vec_unpacku_lo_v16qi,
3402 vec_unpacku_lo_v8hi, mulv16qi3): Add element mode after mode in
3403 gen_vec_init* calls.
3405 2017-08-01 Richard Biener <rguenther@suse.de>
3407 PR tree-optimization/81297
3408 * tree-vrp.c (get_single_symbol): Remove assert, instead drop
3409 TREE_OVERFLOW from INTEGER_CSTs.
3411 2017-07-31 Segher Boessenkool <segher@kernel.crashing.org>
3413 * config/rs6000/rs6000.c (enum rs6000_reg_type): Delete trailing comma.
3415 2017-07-31 Carl Love <cel@us.ibm.com>
3417 * config/rs6000/rs6000-c: Add support for built-in functions
3418 vector signed char vec_xl_be (signed long long, signed char *);
3419 vector unsigned char vec_xl_be (signed long long, unsigned char *);
3420 vector signed int vec_xl_be (signed long long, signed int *);
3421 vector unsigned int vec_xl_be (signed long long, unsigned int *);
3422 vector signed long long vec_xl_be (signed long long, signed long long *);
3423 vector unsigned long long vec_xl_be (signed long long, unsigned long long *);
3424 vector signed short vec_xl_be (signed long long, signed short *);
3425 vector unsigned short vec_xl_be (signed long long, unsigned short *);
3426 vector double vec_xl_be (signed long long, double *);
3427 vector float vec_xl_be (signed long long, float *);
3428 * config/rs6000/altivec.h (vec_xl_be): Add #define.
3429 * config/rs6000/rs6000-builtin.def (XL_BE_V16QI, XL_BE_V8HI, XL_BE_V4SI)
3430 XL_BE_V2DI, XL_BE_V4SF, XL_BE_V2DF, XL_BE): Add definitions
3432 * config/rs6000/rs6000.c (altivec_expand_xl_be_builtin): Add function.
3433 (altivec_expand_builtin): Add switch statement to call
3434 altivec_expand_xl_be for each builtin.
3435 (altivec_init_builtins): Add def_builtin for _builtin_vsx_le_be_v8hi,
3436 __builtin_vsx_le_be_v4si, __builtin_vsx_le_be_v2di,
3437 __builtin_vsx_le_be_v4sf, __builtin_vsx_le_be_v2df,
3438 __builtin_vsx_le_be_v16qi.
3439 * doc/extend.texi: Update the built-in documentation file for the
3440 new built-in functions.
3442 2017-07-31 Uros Bizjak <ubizjak@gmail.com>
3445 * config/i386/i386.c (ix86_allocate_stack_slots_for_args):
3447 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
3449 2017-07-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
3451 * config.gcc: Add z14.
3452 * config/s390/driver-native.c (s390_host_detect_local_cpu): Add
3453 CPU model numbers for z13s and z14.
3454 * config/s390/s390-c.c (s390_resolve_overloaded_builtin): Replace
3456 * config/s390/s390-opts.h (enum processor_type): Rename
3457 PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3458 * config/s390/s390.c (processor_table): Add field for CPU name to
3459 be passed to Binutils.
3460 (s390_asm_output_machine_for_arch): Use the new field in
3461 processor_table for Binutils.
3462 (s390_expand_builtin): Replace arch12 with z14.
3463 (s390_issue_rate): Rename PROCESSOR_ARCH12 to PROCESSOR_3906_Z14.
3464 (s390_get_sched_attrmask): Likewise.
3465 (s390_get_unit_mask): Likewise.
3466 * config/s390/s390.opt: Add z14 to processor_type enum.
3468 2017-07-31 Martin Jambor <mjambor@suse.cz>
3471 * ipa-fnsummary.c (ipa_fn_summary_generate): Set versionable
3472 regardless of optimization level.
3474 2017-07-31 Jan Hubicka <hubicka@ucw.cz>
3475 Martin Liska <mliska@suse.cz>
3477 * predict.def: Remove old comment and adjust probability.
3478 * gimplify.c (should_warn_for_implicit_fallthrough): Ignore
3481 2017-07-31 Uros Bizjak <ubizjak@gmail.com>
3484 * config/i386/i386.c (ix86_function_naked): New function.
3485 (ix86_can_use_return_insn_p): Return false for naked functions.
3486 (ix86_expand_prologue): Skip prologue for naked functions.
3487 (ix86_expand_epilogue): Skip epilogue for naked functions
3488 and emit trap instruction.
3489 (ix86_warn_func_return): New function.
3490 (ix86_attribute_table): Add "naked" attribute specification.
3491 (TARGET_WARN_FUNC_RETURN): Define.
3492 * doc/extend.texi (x86 Function Attributes) <naked>: Document it.
3494 2017-07-31 Martin Liska <mliska@suse.cz>
3496 * gimple-pretty-print.c (dump_gimple_label): Never dump BB info.
3497 (dump_gimple_bb_header): Always dump BB info.
3498 (pp_cfg_jump): Do not append info about BB when dumping a jump.
3500 2017-07-31 Martin Liska <mliska@suse.cz>
3503 * convert.c (convert_to_integer_1): Guard condition with flag_sanitize_p
3504 also with current_function_decl non-null equality.
3506 2017-07-31 Jakub Jelinek <jakub@redhat.com>
3509 * ubsan.c (ubsan_type_descriptor): For UBSAN_PRINT_ARRAY don't
3510 change type to the element type, instead add eltype variable and
3511 use it where we are interested in the element type.
3513 PR tree-optimization/81603
3514 * ipa-polymorphic-call.c
3515 (ipa_polymorphic_call_context::ipa_polymorphic_call_context): Perform
3516 offset arithmetic in offset_int, bail out if the resulting bit offset
3517 doesn't fit into shwi.
3519 2017-07-31 Martin Liska <mliska@suse.cz>
3521 * gimplify.c (mostly_copy_tree_r): Remove Java specific hunk.
3522 (gimplify_save_expr): Fix comment.
3524 2017-07-30 H.J. Lu <hongjiu.lu@intel.com>
3527 * config/i386/i386.c (ix86_function_arg): Update arguments for
3529 (ix86_compute_frame_layout): Set the initial stack offset to
3530 INCOMING_FRAME_SP_OFFSET. Update red-zone offset with
3531 INCOMING_FRAME_SP_OFFSET.
3532 (ix86_expand_epilogue): Don't pop the 'ERROR_CODE' off the
3533 stack before exception handler returns.
3534 * config/i386/i386.h (INCOMING_FRAME_SP_OFFSET): Add the
3535 the 'ERROR_CODE' for exception handler.
3537 2017-07-30 Uros Bizjak <ubizjak@gmail.com>
3539 * config/i386/i386.h (ASM_PRINTF_EXTENSIONS): New macro.
3540 (ASM_OUTPUT_REG_PUSH): Rewrite with new operand modifiers.
3541 (ASM_OUTPUT_REG_POP): Ditto.
3542 * config/i386/i386.c (ix86_asm_output_function_label): Use fputs
3543 instead of asm_fprintf to output pure string.
3545 2017-07-29 Jakub Jelinek <jakub@redhat.com>
3547 * debug.h (struct gcc_debug_hooks): Add IMPLICIT argument
3548 to imported_module_or_decl hook.
3549 (debug_nothing_tree_tree_tree_bool): Remove.
3550 (debug_nothing_tree_tree_tree_bool_bool): New declaration.
3551 * debug.c (do_nothing_debug_hooks): Use
3552 debug_nothing_tree_tree_tree_bool_bool instead of
3553 debug_nothing_tree_tree_tree_bool.
3554 * vmsdbgout.c (vmsdbg_debug_hooks): Likewise.
3555 * dbxout.c (dbx_debug_hooks, xcoff_debug_hooks): Likewise.
3556 * sdbout.c (sdb_debug_hooks): Likewise.
3557 * dwarf2out.c (dwarf2_lineno_debug_hooks): Likewise.
3558 (gen_namespace_die): Add DW_AT_export_symbols attribute if
3560 (dwarf2out_imported_module_or_decl): Add IMPLICIT argument,
3561 if true, -gdwarf-5 and decl will have DW_AT_export_symbols
3562 attribute, don't add anything.
3564 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3566 * fold-const.c (fold_build1_stat_loc): Remove _stat from name.
3567 (fold_build2_stat_loc): Likewise.
3568 (fold_build3_stat_loc): Likewise.
3569 * fold-const.h (fold_build1, fold_build2, fold_build3): Adjust.
3570 (fold_build1_loc): Remove macro.
3571 (fold_build2_loc): Likewise.
3572 (fold_build3_loc): Likewise.
3574 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3576 * gimple.c (gimple_build_debug_bind_stat): Remove _stat from name.
3577 (gimple_build_debug_bind_source_stat): Likewise.
3578 * gimple.h (gimple_build_debug_bind): Remove macro.
3579 (gimple_build_debug_bind_source): Likewise.
3581 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3583 * bitmap.c (bitmap_alloc): Adjust.
3584 (bitmap_gc_alloc): Likewise.
3585 * bitmap.h (bitmap_initialize_stat): Remove _stat from name.
3587 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3589 * bitmap.c (bitmap_obstack_alloc_stat): Rename to bitmap_alloc.
3590 (bitmap_gc_alloc_stat): Rename to bitmap_gc_alloc.
3591 * bitmap.h (bitmap_obstack_alloc_stat): Adjust prototype.
3592 (bitmap_gc_alloc_stat): Likewise.
3593 (BITMAP_ALLOC, BITMAP_GGC_ALLOC): Adjust.
3595 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3597 * rtl.c (shallow_copy_rtx_stat): Remove _stat from name.
3598 * rtl.h (shallow_copy_rtx): Remove macro.
3600 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3602 * emit-rtl.c (gen_raw_REG): Adjust.
3603 * gengenrtl.c (gendef): Likewise.
3604 * rtl.c (rtx_alloc_stat): Remove _stat from name.
3605 * rtl.h (rtx_alloc): Remove macro.
3607 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3609 * tree.c (build_tree_list_vec_stat): Remove _stat from name.
3610 (build_tree_list_stat): Likewise.
3611 * tree.h (build_tree_list): Remove macro.
3612 (build_tree_list_vec): Likewise.
3614 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3616 * tree.c (make_vector_stat): Remove _stat from name.
3617 (build_vector_stat): Likewise.
3618 * tree.h (make_vector_stat): Remove macro.
3619 (build_vector_stat): Likewise.
3621 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3623 * tree.h (build_var_debug_value): Remove prototype.
3625 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3627 * tree.c (tree_cons_stat): Remove _stat from name.
3628 * tree.h (tree_cons): Remove macro.
3630 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3632 * tree.c (build_vl_exp_stat): Remove _stat from name.
3633 * tree.h (build_vl_exp): Remove macro.
3635 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3637 * tree.c (build_decl_stat): Remove _stat from name.
3638 * tree.h (build_decl): Remove macro.
3640 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3642 * gimple.c (gimple_build_with_ops_stat): Adjust.
3643 (gimple_alloc_stat): Remove _stat from name.
3644 * gimple.h (gimple_alloc): Remove macro.
3646 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3648 * tree.c (make_tree_vec_stat): Remove _stat from name.
3649 (grow_tree_vec_stat): Likewise.
3650 * tree.h (make_tree_vec_stat): Adjust prototype.
3651 (grow_tree_vec_stat): Likewise.
3652 (make_tree_vec): Remove macro.
3653 (grow_tree_vec): Likewise.
3655 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3657 * fold-const.c (fold_build1_stat_loc): Adjust.
3658 (fold_build2_stat_loc): Likewise.
3659 (fold_build3_stat_loc): Likewise.
3660 * tree.c (build0_stat): Remove _stat from name.
3661 (build1_stat): Likewise.
3662 (build2_stat): Likewise.
3663 (build3_stat): Likewise.
3664 (build4_stat): Likewise.
3665 (build5_stat): Likewise.
3666 * tree.h (build1_loc): Remove macro, and rename _stat function
3668 (build2_loc): Likewise.
3669 (build3_loc): Likewise.
3670 (build4_loc): Likewise.
3671 (build5_loc): Likewise.
3673 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3675 * tree.c (make_int_cst_stat): Remove _stat from name.
3676 * tree.h (make_int_cst_stat): Adjust prototype.
3677 (make_int_cst): Remove macro.
3679 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3681 * tree.c (make_tre_binfo_stat): Remove _stat from name.
3682 * tree.h (make_tree_binfo_stat): Adjust prototype.
3683 (make_tree_binfo): Remove.
3685 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3687 * tree.c (copy_node_stat): Rename to copy_node.
3688 (build_distinct_type_copy): Adjust.
3689 * tree.h (copy_node_stat): Adjust prototype.
3690 (copy_node): Remove macro.
3692 2017-07-28 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3694 * tree.c (make_node_stat): rename to make_node.
3695 (build_tree_list_stat): Adjust.
3696 (build0_stat): Likewise.
3697 (build2_stat): Likewise.
3698 (build3_stat): Likewise.
3699 (build4_stat): Likewise.
3700 (build5_stat): Likewise.
3701 (build_decl_stat): Likewise.
3702 * tree.h (make_node_stat): Adjust prototype.
3703 (make_node): remove macro.
3705 2017-07-28 Peter Bergner <bergner@vnet.ibm.com>
3707 * config/rs6000/ppc-auxv.h (PPC_FEATURE2_DARN): New define.
3708 (PPC_FEATURE2_SCV): Likewise.
3709 * config/rs6000/rs6000.c (cpu_supports_info): Use them.
3711 2017-07-28 Tamar Christina <tamar.christina@arm.com>
3713 * config/aarch64/aarch64.c
3714 (aarch64_internal_mov_immediate): Add new special pattern.
3715 * config/aarch64/aarch64.md (*movdi_aarch64):
3716 Add reg/32bit const mov case.
3718 2017-07-28 Tamar Christina <tamar.christina@arm.com>
3719 Richard Sandiford <richard.sandiford@linaro.org>
3721 * config/aarch64/aarch64.md (mov<mode>): Generalize.
3722 (*movhf_aarch64, *movsf_aarch64, *movdf_aarch64):
3723 Add integer and movi cases.
3724 (movi-split-hf-df-sf split, fp16): New.
3725 (enabled): Added TARGET_FP_F16INST.
3726 * config/aarch64/iterators.md (GPF_HF): New.
3727 * config/aarch64/predicates.md (aarch64_reg_or_fp_float): New.
3729 2017-07-28 Tamar Christina <tamar.christina@arm.com>
3731 * config/aarch64/aarch64.c
3732 (aarch64_simd_container_mode): Add prototype.
3733 (aarch64_expand_mov_immediate): Add HI support.
3734 (aarch64_reinterpret_float_as_int, aarch64_float_const_rtx_p: New.
3735 (aarch64_can_const_movi_rtx_p): New.
3736 (aarch64_preferred_reload_class):
3737 Remove restrictions of using FP registers for certain SIMD operations.
3738 (aarch64_rtx_costs): Added new cost for CONST_DOUBLE moves.
3739 (aarch64_valid_floating_const): Add integer move validation.
3740 (aarch64_simd_imm_scalar_p): Remove.
3741 (aarch64_output_scalar_simd_mov_immediate): Generalize function.
3742 (aarch64_legitimate_constant_p): Expand list of supported cases.
3743 * config/aarch64/aarch64-protos.h
3744 (aarch64_float_const_rtx_p, aarch64_can_const_movi_rtx_p): New.
3745 (aarch64_reinterpret_float_as_int): New.
3746 (aarch64_simd_imm_scalar_p): Remove.
3747 * config/aarch64/constraints.md (Uvi): New.
3748 (Dd): Split into Ds and new Dd.
3749 * config/aarch64/aarch64.md (*movsi_aarch64):
3751 (*movdi_aarch64): Add SIMD mov case.
3753 2017-07-28 Bin Cheng <bin.cheng@arm.com>
3755 * tree-predcom.c: (struct chain): Handle store-store chain in which
3756 stores for elimination only store loop invariant values.
3757 (execute_pred_commoning_chain): Ditto.
3758 (prepare_initializers_chain_store_elim): Ditto.
3759 (prepare_finalizers): Ditto.
3760 (is_inv_store_elimination_chain): New function.
3761 (initialize_root_vars_store_elim_1): New function.
3763 2017-07-28 Bin Cheng <bin.cheng@arm.com>
3765 * tree-predcom.c: Revise general description of the pass.
3766 (enum chain_type): New enum type for store elimination.
3767 (struct chain): New field supporting store elimination.
3768 (struct component): Ditto.
3769 (dump_chain): Dump store-stores chain.
3770 (release_chain): Release resources.
3771 (split_data_refs_to_components): Compute and create component
3772 contains only stores for elimination.
3773 (get_chain_last_ref_at): New function.
3774 (make_invariant_chain): Initialization.
3775 (make_rooted_chain): Specify chain type in parameter and record it.
3776 (add_looparound_copies): Skip for store-stores chain.
3777 (determine_roots_comp): Compute type of chain and pass it to
3779 (initialize_root_vars_store_elim_2): New function.
3780 (finalize_eliminated_stores): New function.
3781 (remove_stmt): Handle store for elimination.
3782 (execute_pred_commoning_chain): Execute predictive commoning on
3784 (determine_unroll_factor): Skip unroll for store-stores chain.
3785 (prepare_initializers_chain_store_elim): New function.
3786 (prepare_initializers_chain): Hanlde store-store chain.
3787 (prepare_finalizers_chain, prepare_finalizers): New function.
3788 (tree_predictive_commoning_loop): Return integer value indicating
3789 if loop is unrolled or lcssa form is corrupted.
3790 (tree_predictive_commoning): Rewrite for lcssa form if necessary.
3792 2017-07-28 Bin Cheng <bin.cheng@arm.com>
3794 * tree-predcom.c (initialize_root): Delete.
3795 (execute_pred_commoning_chain): Initialize root vars and replace
3796 reference of non-combined chain directly, rather than call above
3799 2017-07-28 Bin Cheng <bin.cheng@arm.com>
3801 * tree-predcom.c (ref_at_iteration): Add parameter NITERS. Compute
3802 memory reference to DR at (NITERS + ITERS)-th iteration of loop.
3804 2017-07-28 Bin Cheng <bin.cheng@arm.com>
3806 * tree-predcom.c (struct chain): New field init_seq.
3807 (release_chain): Release init_seq.
3808 (prepare_initializers_chain): Record intialization stmts in above
3810 (insert_init_seqs): New function.
3811 (tree_predictive_commoning_loop): Call insert_init_seqs.
3813 2017-07-28 Bin Cheng <bin.cheng@arm.com>
3815 * tree-predcom.c (determine_roots_comp): Skip trivial components.
3817 2017-07-28 Richard Biener <rguenther@suse.de>
3819 * match.pd: Remove superfluous :c.
3820 * genmatch.c (simplify::id): Add member.
3821 (lower_commutative, lower_opt_convert, lower_cond, lower_for):
3823 (current_id): New global.
3824 (dt_node::parent): Move from ...
3825 (dt_operand::parent): ... here. Add for_id member.
3826 (is_a_helper <dt_operand *>::test): DT_TRUE is also a dt_operand.
3827 (decision_tree::find_node): Relax order requirement when
3828 merging DT_TRUE nodes to ones inbetween the current simplify
3829 and the one we try to merge with. Add diagnostic whenever
3830 we need to enforce pattern order by not merging.
3831 (decision_tree::insert): Set current_id.
3832 (decision_tree::print_node): Dump parent node and for_id.
3833 (parser::last_id): Add member.
3834 (parser::push_simplify): Assign unique id.
3835 (parser::parser): Initialize last_id.
3837 2017-07-28 Martin Liska <mliska@suse.cz>
3840 * sanopt.c (sanitize_rewrite_addressable_params): Set VALUE_EXPR after
3841 gimple_build_debug_bind.
3843 2017-07-28 Richard Biener <rguenther@suse.de>
3845 PR tree-optimization/81502
3846 * match.pd: Add pattern combining BIT_INSERT_EXPR with
3848 * tree-cfg.c (verify_expr): Verify types of BIT_FIELD_REF
3850 (verify_gimple_assign_ternary): Likewise for BIT_INSERT_EXPR pos.
3851 * gimple-fold.c (maybe_canonicalize_mem_ref_addr): Use bitsizetype
3852 for BIT_FIELD_REF args.
3853 * fold-const.c (make_bit_field_ref): Likewise.
3854 * tree-vect-stmts.c (vectorizable_simd_clone_call): Likewise.
3856 2017-07-28 Jakub Jelinek <jakub@redhat.com>
3859 * sanopt.c (pass_sanopt::execute): Handle IFN_UBSAN_PTR.
3860 * tree-ssa-alias.c (call_may_clobber_ref_p_1): Likewise.
3861 * flag-types.h (enum sanitize_code): Add SANITIZER_POINTER_OVERFLOW.
3862 Or it into SANITIZER_UNDEFINED.
3863 * ubsan.c: Include gimple-fold.h and varasm.h.
3864 (ubsan_expand_ptr_ifn): New function.
3865 (instrument_pointer_overflow): New function.
3866 (maybe_instrument_pointer_overflow): New function.
3867 (instrument_object_size): Formatting fix.
3868 (pass_ubsan::execute): Call instrument_pointer_overflow
3869 and maybe_instrument_pointer_overflow.
3870 * internal-fn.c (expand_UBSAN_PTR): New function.
3871 * ubsan.h (ubsan_expand_ptr_ifn): Declare.
3872 * sanitizer.def (__ubsan_handle_pointer_overflow,
3873 __ubsan_handle_pointer_overflow_abort): New builtins.
3874 * tree-ssa-tail-merge.c (merge_stmts_p): Handle IFN_UBSAN_PTR.
3875 * internal-fn.def (UBSAN_PTR): New internal function.
3876 * opts.c (sanitizer_opts): Add pointer-overflow.
3877 * lto-streamer-in.c (input_function): Handle IFN_UBSAN_PTR.
3878 * fold-const.c (build_range_check): Compute pointer range check in
3879 integral type if pointer arithmetics would be needed. Formatting
3882 2017-07-28 Martin Liska <mliska@suse.cz>
3885 * sanopt.c (sanitize_rewrite_addressable_params): Do not rewrite
3886 parameters that are of a variable-length.
3888 2017-07-28 Sebastian Huber <sebastian.huber@embedded-brains.de>
3890 * config.gcc (powerpc-*-rtems*): Remove rs6000/eabi.h. Add
3892 * config/rs6000/rtems.h (ASM_DECLARE_FUNCTION_SIZE): New macro.
3893 (ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
3894 (CRT_CALL_STATIC_FUNCTION): Likewise.
3895 (ASM_DEFAULT_SPEC): New define.
3896 (ASM_SPEC32): Likewise.
3897 (ASM_SPEC64): Likewise.
3898 (ASM_SPEC_COMMON): Likewise.
3899 (ASM_SPEC): Likewise.
3900 (INVALID_64BIT): Likewise.
3901 (LINK_OS_DEFAULT_SPEC): Likewise.
3902 (LINK_OS_SPEC32): Likewise.
3903 (LINK_OS_SPEC64): Likewise.
3904 (POWERPC_LINUX): Likewise.
3905 (PTRDIFF_TYPE): Likewise.
3906 (RESTORE_FP_PREFIX): Likewise.
3907 (RESTORE_FP_SUFFIX): Likewise.
3908 (SAVE_FP_PREFIX): Likewise.
3909 (SAVE_FP_SUFFIX): Likewise.
3910 (SIZE_TYPE): Likewise.
3911 (SUBSUBTARGET_OVERRIDE_OPTIONS): Likewise.
3912 (TARGET_64BIT): Likewise.
3913 (TARGET_64BIT): Likewise.
3914 (TARGET_AIX): Likewise.
3915 (WCHAR_TYPE_SIZE): Likewise.
3916 (WCHAR_TYPE): Undefine.
3917 (TARGET_OS_CPP_BUILTINS): Add 64-bit PowerPC defines.
3918 (CPP_OS_DEFAULT_SPEC): Use previous CPP_OS_RTEMS_SPEC.
3919 (CPP_OS_RTEMS_SPEC): Delete.
3920 (SUBSUBTARGET_EXTRA_SPECS): Remove cpp_os_rtems. Add
3921 asm_spec_common, asm_spec32, asm_spec64, link_os_spec32, and
3923 * config/rs6000/t-rtems: Add mcpu=e6500/m64 multilibs.
3925 2017-07-28 Jakub Jelinek <jakub@redhat.com>
3927 PR tree-optimization/81578
3928 * tree-parloops.c (build_new_reduction): Bail out if
3929 reduction_code isn't one of the standard OpenMP reductions.
3930 Move the details printing after that decision.
3932 2017-07-27 Peter Bergner <bergner@vnet.ibm.com>
3934 * config/rs6000/predicates.md (volatile_mem_operand): Remove code
3935 related to reload_in_progress.
3936 (splat_input_operand): Likewise.
3937 * config/rs6000/rs6000-protos.h (rs6000_secondary_memory_needed_rtx):
3939 * config/rs6000/rs6000.c (machine_function): Remove sdmode_stack_slot
3941 (TARGET_EXPAND_TO_RTL_HOOK): Delete.
3942 (TARGET_INSTANTIATE_DECLS): Likewise.
3943 (legitimate_indexed_address_p): Delete reload_in_progress code.
3944 (rs6000_debug_legitimate_address_p): Likewise.
3945 (rs6000_eliminate_indexed_memrefs): Likewise.
3946 (rs6000_emit_le_vsx_store): Likewise.
3947 (rs6000_emit_move_si_sf_subreg): Likewise.
3948 (rs6000_emit_move): Likewise.
3949 (register_to_reg_type): Likewise.
3950 (rs6000_pre_atomic_barrier): Likewise.
3951 (rs6000_machopic_legitimize_pic_address): Likewise.
3952 (rs6000_allocate_stack_temp): Likewise.
3953 (rs6000_address_for_fpconvert): Likewise.
3954 (rs6000_address_for_altivec): Likewise.
3955 (rs6000_secondary_memory_needed_rtx): Delete function.
3956 (rs6000_check_sdmode): Likewise.
3957 (rs6000_alloc_sdmode_stack_slot): Likewise.
3958 (rs6000_instantiate_decls): Likewise.
3959 * config/rs6000/rs6000.h (SECONDARY_MEMORY_NEEDED_RTX): Delete.
3960 * config/rs6000/rs6000.md (splitter for *movsi_got_internal):
3961 Delete reload_in_progress.
3962 (*vec_reload_and_plus_<mptrsize>): Likewise.
3963 * config/rs6000/vsx.md (vsx_mul_v2di): Likewise.
3964 (vsx_div_v2di): Likewise.
3965 (vsx_udiv_v2di): Likewise.
3967 2017-07-27 Peter Bergner <bergner@vnet.ibm.com>
3969 * config/rs6000/rs6000.opt (mlra): Replace with stub.
3970 * config/rs6000/rs6000-cpus.def (POWERPC_MASKS): Delete OPTION_MASK_LRA.
3971 * config/rs6000/rs6000.c (TARGET_LRA_P): Delete.
3972 (rs6000_debug_reg_global): Delete print of LRA status.
3973 (rs6000_option_override_internal): Delete dead LRA related code.
3974 (rs6000_lra_p): Delete function.
3975 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete -mlra.
3977 2017-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>
3979 * config.gcc (riscv*-*-elf*): Add (riscv*-*-rtems*).
3980 * config/riscv/rtems.h: New file.
3982 2017-07-27 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3983 Sudakshina Das <sudi.das@arm.com>
3985 * config/aarch64/aarch64.md
3986 (define_split for and<mode>3nr_compare): Move
3987 non aarch64_logical_operand to a register.
3988 (define_split for and_<SHIFT:optab><mode>3nr_compare0): Move non
3989 register immediate operand to a register.
3990 * config/aarch64/predicates.md (aarch64_mov_imm_operand): New.
3992 2017-07-27 Peter Bergner <bergner@vnet.ibm.com>
3995 * tree-cfg.c (group_case_labels_stmt): Handle already deleted blocks.
3997 2017-07-27 Richard Biener <rguenther@suse.de>
3999 PR tree-optimization/81573
4000 PR tree-optimization/81494
4001 * tree-vect-loop.c (vect_create_epilog_for_reduction): Handle
4002 multi defuse cycle case.
4004 2017-07-27 Richard Biener <rguenther@suse.de>
4006 PR tree-optimization/81571
4007 * tree-vect-slp.c (vect_build_slp_tree): Properly verify reduction
4010 2017-07-27 Eric Botcazou <ebotcazou@adacore.com>
4012 * config/sparc/sparc.c (sparc_option_override): Set MASK_FSMULD flag
4013 earlier and only if MASK_FPU is set. Adjust formatting.
4015 2017-07-27 Martin Liska <mliska@suse.cz>
4017 * opt-functions.awk: Add validation of value of Init.
4018 * optc-gen.awk: Pass new argument.
4020 2017-07-27 Martin Liska <mliska@suse.cz>
4022 * auto-profile.c (autofdo_source_profile::update_inlined_ind_target):
4023 Fix wrong condition.
4025 2017-07-27 Martin Liska <mliska@suse.cz>
4027 * auto-profile.c (afdo_annotate_cfg): Assign zero counts to
4028 BBs and edges seen by autoFDO.
4030 2017-07-27 Richard Biener <rguenther@suse.de>
4032 PR tree-optimization/81502
4033 * tree-ssa.c (non_rewritable_lvalue_p): Handle BIT_INSERT_EXPR
4034 with incompatible but same sized type.
4035 (execute_update_addresses_taken): Likewise.
4037 2017-07-27 James Greenhalgh <james.greenhalgh@arm.com>
4039 * tree-ssa-loop-ch.c (pass_ch::process_loop_p): Guard on
4040 flag_tree_loop_vectorize rather than flag_tree_vectorize.
4042 2017-07-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
4045 * config/s390/s390.md ("*atomic_compare_and_swap<mode>_1")
4046 ("*atomic_compare_and_swapdi_2", "*atomic_compare_and_swapsi_3"):
4047 Change s_operand to memory_operand.
4049 2017-07-27 Richard Sandiford <richard.sandiford@linaro.org>
4051 * config/rs6000/rs6000-protos.h (rs6000_emit_le_vsx_permute): Declare.
4052 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Replace with...
4053 (rs6000_emit_le_vsx_permute): ...this. Take the destination as input.
4054 Emit instructions rather than returning an expression. Handle TFmode
4055 and KFmode by casting to TImode.
4056 (rs6000_emit_le_vsx_load): Update to use rs6000_emit_le_vsx_permute.
4057 (rs6000_emit_le_vsx_store): Likewise.
4058 * config/rs6000/vsx.md (VSX_TI): New iterator.
4059 (*vsx_le_permute_<mode>): Use it instead of VSX_LE_128.
4060 (*vsx_le_undo_permute_<mode>): Likewise.
4061 (*vsx_le_perm_load_<mode>): Use rs6000_emit_le_vsx_permute to
4062 emit the split sequence.
4063 (*vsx_le_perm_store_<mode>): Likewise.
4065 2017-07-27 Jakub Jelinek <jakub@redhat.com>
4067 PR tree-optimization/81555
4068 PR tree-optimization/81556
4069 * tree-ssa-reassoc.c (rewrite_expr_tree): Add NEXT_CHANGED argument,
4070 if true, force CHANGED for the recursive invocation.
4071 (reassociate_bb): Remember original length of ops array, pass
4072 len != orig_len as NEXT_CHANGED in rewrite_expr_tree call.
4074 * attribs.c (decl_attributes): Imply noinline, noclone and no_icf
4075 attributes for noipa attribute. For naked attribute use
4076 lookup_attribute first before lookup_attribute_spec.
4077 * final.c (rest_of_handle_final): Disable IPA RA for functions with
4079 * ipa-visibility.c (non_local_p): Fix comment typos. Return true
4080 for functions with noipa attribute.
4081 (cgraph_externally_visible_p): Return true for functions with noipa
4083 * cgraph.c (cgraph_node::get_availability): Return AVAIL_INTERPOSABLE
4084 for functions with noipa attribute.
4085 * doc/extend.texi: Document noipa function attribute.
4086 * tree-ssa-structalias.c (refered_from_nonlocal_fn): Set *nonlocal_p
4087 also for functions with noipa attribute.
4088 (ipa_pta_execute): Set nonlocal_p also for nodes with noipa attribute.
4090 2017-07-26 Andrew Pinski <apinski@cavium.com>
4092 * config/aarch64/aarch64.c (thunderx_vector_cost): Decrease cost of
4093 vec_unalign_load_cost and vec_unalign_store_cost.
4095 2017-07-26 Michael Meissner <meissner@linux.vnet.ibm.com>
4097 * config/rs6000/rs6000-cpus.def (ISA_2_7_MASKS_SERVER): Delete
4098 -mvsx-small-integer option.
4099 (ISA_3_0_MASKS_IEEE): Likewise.
4100 (OTHER_VSX_VECTOR_MASKS): Likewise.
4101 (POWERPC_MASKS): Likewise.
4102 * config/rs6000/rs6000.opt (-mvsx-small-integer): Likewise.
4103 * config/rs6000/rs6000.c (rs6000_hard_regno_mode_ok): Simplify
4104 code, only testing for DImode being allowed in non-VSX floating
4106 (rs6000_init_hard_regno_mode_ok): Change TARGET_VSX_SMALL_INTEGER
4107 to TARGET_P8_VECTOR test. Remove redundant VSX test inside of
4109 (rs6000_option_override_internal): Delete -mvsx-small-integer.
4110 (rs6000_expand_vector_set): Change TARGET_VSX_SMALL_INTEGER to
4111 TARGET_P8_VECTOR test.
4112 (rs6000_secondary_reload_simple_move): Likewise.
4113 (rs6000_preferred_reload_class): Delete TARGET_VSX_SMALL_INTEGER,
4114 since TARGET_P9_VECTOR was already tested.
4115 (rs6000_opt_masks): Remove -mvsx-small-integer.
4116 * config/rs6000/vsx.md (vsx_extract_<mode>): Delete
4117 TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4119 (vsx_extract_<mode>_p9): Delete TARGET_VSX_SMALL_INTEGER, since a
4120 test for TARGET_VEXTRACTUB was used, and that uses
4122 (p9 extract splitter): Likewise.
4123 (vsx_extract_<mode>_di_p9): Likewise.
4124 (vsx_extract_<mode>_store_p9): Likewise.
4125 (vsx_extract_si): Delete TARGET_VSX_SMALL_INTEGER, since a test
4126 for TARGET_P9_VECTOR was used. Delete code that is now dead with
4127 the elimination of TARGET_VSX_SMALL_INTEGER.
4128 (vsx_extract_<mode>_p8): Likewise.
4129 (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_fl_<FL_CONV:mode>): Likewise.
4130 (vsx_ext_<VSX_EXTRACT_I:VS_scalar>_ufl_<FL_CONV:mode>): Likewise.
4131 (vsx_set_<mode>_p9): Likewise.
4132 (vsx_set_v4sf_p9): Likewise.
4133 (vsx_set_v4sf_p9_zero): Likewise.
4134 (vsx_insert_extract_v4sf_p9): Likewise.
4135 (vsx_insert_extract_v4sf_p9_2): Likewise.
4136 * config/rs6000/rs6000.md (sign extend splitter): Change
4137 TARGET_VSX_SMALL_INTEGER to TARGET_P8_VECTOR test.
4138 (floatsi<mode>2_lfiwax_mem): Likewise.
4139 (floatunssi<mode>2_lfiwzx_mem): Likewise.
4140 (float<QHI:mode><FP_ISA3:mode>2): Delete TARGET_VSX_SMALL_INTEGER,
4141 since a test for TARGET_P9_VECTOR was used.
4142 (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4143 (floatuns<QHI:mode><FP_ISA3:mode>2): Likewise.
4144 (floatuns<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4145 (fix_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
4146 TARGET_P8_VECTOR test.
4147 (fix_trunc<mode>si2_stfiwx): Likewise.
4148 (fix_trunc<mode>si2_internal): Likewise.
4149 (fix_trunc<SFDF:mode><QHI:mode>2): Delete
4150 TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4152 (fix_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4153 (fixuns_trunc<mode>si2): Change TARGET_VSX_SMALL_INTEGER to
4154 TARGET_P8_VECTOR test.
4155 (fixuns_trunc<mode>si2_stfiwx): Likewise.
4156 (fixuns_trunc<SFDF:mode><QHI:mode>2): Delete
4157 TARGET_VSX_SMALL_INTEGER, since a test for TARGET_P9_VECTOR was
4159 (fixuns_trunc<SFDF:mode><QHI:mode>2_internal): Likewise.
4160 (fctiw<u>z_<mode>_smallint): Delete TARGET_VSX_SMALL_INTEGER,
4161 since a test for TARGET_P9_VECTOR was used.
4162 (splitter for loading small constants): Likewise.
4164 2017-07-26 Andrew Pinski <apinski@cavium.com>
4166 * config/aarch64/aarch64.c (thunderx_vector_cost): Fix
4169 2017-07-26 H.J. Lu <hongjiu.lu@intel.com>
4172 * config/i386/i386.c (sp_valid_at): Properly check CFA offset.
4173 (fp_valid_at): Likewise.
4175 2017-07-26 James Greenhalgh <james.greenhalgh@arm.com>
4177 * config/aarch64/aarch64.c (cortexa57_addrcost_table): Remove.
4178 (qdf24xx_addrcost_table): Likewise.
4179 (cortexa57_tunings): Update to use generic_branch_cost.
4180 (cortexa72_tunings): Likewise.
4181 (cortexa73_tunings): Likewise.
4182 (qdf24xx_tunings): Likewise.
4184 2017-07-26 James Greenhalgh <james.greenhalgh@arm.com>
4186 * config/aarch64/aarch64.c (cortexa57_branch_cost): Remove.
4187 (thunderx2t99_branch_cost): Likewise.
4188 (cortexa35_tunings): Update to use generic_branch_cost.
4189 (cortexa53_tunings): Likewise.
4190 (cortexa57_tunings): Likewise.
4191 (cortexa72_tunings): Likewise.
4192 (cortexa73_tunings): Likewise.
4193 (thunderx2t99_tunings): Likewise.
4195 2017-07-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
4197 * config/sparc/sparc.c (dump_target_flag_bits): Dump MASK_FSMULD.
4198 (sparc_option_override): Honour MASK_FSMULD.
4199 * config/sparc/sparc.h (MASK_FEATURES): Add MASK_FSMULD.
4200 * config/sparc/sparc.md (muldf3_extend): Use TARGET_FSMULD.
4201 * config/sparc/sparc.opt (mfsmuld): New option.
4202 * doc/invoke.texi (mfsmuld): Document option.
4204 2017-07-26 Marek Polacek <polacek@redhat.com>
4207 * tree.c (build2_stat): Don't set TREE_CONSTANT on divisions by zero.
4209 2017-07-26 Richard Biener <rguenther@suse.de>
4211 * gimple-match-head.c (do_valueize): Return OP if valueize
4213 (get_def): New helper to get at the def stmt of a SSA name
4215 * genmatch.c (dt_node::gen_kids_1): Use get_def instead of
4216 do_valueize to get at the def stmt.
4217 (dt_operand::gen_gimple_expr): Simplify do_valueize calls.
4219 2017-07-26 Wilco Dijkstra <wdijkstr@arm.com>
4222 * auto-inc-dec.c (parse_add_or_inc): Block autoinc on sfp.
4224 2017-07-26 Martin Liska <mliska@suse.cz>
4227 * function.c (expand_function_start): Make expansion of
4228 nonlocal_goto_save_area after parm_birth_insn.
4230 2017-07-26 Sebastian Huber <sebastian.huber@embedded-brains.de>
4232 * config/sparc/sparc.c (sparc_option_override): Remove MASK_FPU
4233 from all CPU target flags enable members.
4235 2017-07-26 Richard Biener <rguenther@suse.de>
4237 * genmatch.c (dt_simplify::gen): Make iterator vars const.
4238 (decision_tree::gen): Make 'type' const.
4239 (write_predicate): Likewise.
4241 2017-07-24 Michael Meissner <meissner@linux.vnet.ibm.com>
4243 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok):
4244 Eliminate TARGET_UPPER_REGS_{DF,DI,SF} usage.
4245 (rs6000_option_override_internal): Likewise.
4246 (rs6000_expand_vector_set): Likewise.
4247 * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Delete.
4248 (TARGET_UPPER_REGS_SF): Likewise.
4249 (TARGET_UPPER_REGS_DI): Likewise.
4250 (TARGET_VEXTRACTUB): Eliminate TARGET_UPPER_REGS_{DF,DI,SF}.
4251 (TARGET_DIRECT_MOVE_64BIT): Likewise.
4252 * config/rs6000/rs6000.md (ALTIVEC_DFORM): Likewise.
4253 (float<QHI:mode><FP_ISA3:mode>2_internal): Likewise.
4254 (Splitters for DI constants in Altivec registers): Likewise.
4255 * config/rs6000/vsx.md (vsx_set_<mode>_p9): Likewise.
4256 (vsx_set_v4sf_p9): Likewise.
4257 (vsx_set_v4sf_p9_zero): Likewise.
4258 (vsx_insert_extract_v4sf_p9): Likewise.
4259 (vsx_insert_extract_v4sf_p9_2): Likewise.
4261 2017-07-25 Carl Love <cel@us.ibm.com>
4263 * doc/extend.texi: Update the built-in documentation file for the
4264 existing built-in functions
4265 vector signed char vec_cnttz (vector signed char);
4266 vector unsigned char vec_cnttz (vector unsigned char);
4267 vector signed short vec_cnttz (vector signed short);
4268 vector unsigned short vec_cnttz (vector unsigned short);
4269 vector signed int vec_cnttz (vector signed int);
4270 vector unsigned int vec_cnttz (vector unsigned int);
4271 vector signed long long vec_cnttz (vector signed long long);
4272 vector unsigned long long vec_cnttz (vector unsigned long long);
4274 2017-07-25 Andrew Pinski <apinski@cavium.com>
4276 * tree-ssa-uninit.c (warn_uninitialized_vars): Don't warn about memory
4277 accesses where the use is for the first operand of a BIT_INSERT.
4279 2017-07-25 Jim Wilson <jim.wilson@linaro.org>
4282 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4283 for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4285 2017-07-25 Jim Wilson <jim.wilson@linaro.org>
4287 * config/i386/gstabs.h: Delete.
4288 * config/i386/openbsd.h, config/i386/t-openbsd: Likewise.
4290 2017-07-25 Uros Bizjak <ubizjak@gmail.com>
4292 * config/i386/i386.c (ix86_decompose_address): Do not check for
4293 register RTX when looking at index_reg or base_reg.
4294 * config/i386/i386.h (INCOMING_RETURN_ADDR_RTX): Use stack_pointer_rtx.
4296 2017-07-25 Eric Botcazou <ebotcazou@adacore.com>
4298 * gimple.c (gimple_assign_set_rhs_with_ops): Do not ask gsi_replace
4299 to update EH info here.
4301 2017-07-25 Alexander Monakov <amonakov@ispras.ru>
4303 * match.pd ((X * CST1) * CST2): Simplify to X * (CST1 * CST2).
4305 2017-07-25 Alexander Monakov <amonakov@ispras.ru>
4307 * match.pd ((X * CST) * Y): Reassociate to (X * Y) * CST.
4309 2017-07-25 Torsten Duwe <duwe@suse.de>
4311 * common.opt: Introduce -fpatchable-function-entry
4312 command line option, and its variables function_entry_patch_area_size
4313 and function_entry_patch_area_start.
4314 * opts.c (common_handle_option): Add -fpatchable_function_entry_ case,
4315 including a two-value parser.
4316 * target.def (print_patchable_function_entry): New target hook.
4317 * targhooks.h (default_print_patchable_function_entry): New function.
4318 * targhooks.c (default_print_patchable_function_entry): Likewise.
4319 * toplev.c (process_options): Switch off IPA-RA if
4320 patchable function entries are being generated.
4321 * varasm.c (assemble_start_function): Look at the
4322 patchable-function-entry command line switch and current
4323 function attributes and maybe generate NOP instructions by
4324 calling the print_patchable_function_entry hook.
4325 * doc/extend.texi: Document patchable_function_entry attribute.
4326 * doc/invoke.texi: Document -fpatchable_function_entry
4327 command line option.
4328 * doc/tm.texi.in (TARGET_ASM_PRINT_PATCHABLE_FUNCTION_ENTRY):
4330 * doc/tm.texi: Re-generate.
4332 2017-07-25 Jakub Jelinek <jakub@redhat.com>
4335 * config/i386/constraints.md (Yd, Ye): Use ALL_SSE_REGS for
4336 TARGET_AVX512DQ rather than TARGET_AVX512BW.
4338 2017-07-25 Tamar Christina <tamar.christina@arm.com>
4340 * config/arm/parsecpu.awk (all_cores): Remove duplicates.
4342 2017-07-25 Richard Biener <rguenther@suse.de>
4344 PR tree-optimization/81455
4345 * tree-ssa-loop-unswitch.c (find_loop_guard): Make sure to
4346 not walk in cycles when looking for guards.
4348 2017-07-25 Richard Biener <rguenther@suse.de>
4350 PR tree-optimization/81529
4351 * tree-vect-stmts.c (process_use): Disregard live induction PHIs
4352 when optimizing backedge uses.
4354 2017-07-25 David Edelsohn <dje.gcc@gmail.com>
4356 * dwarf2asm.c (dw2_asm_output_nstring): Encode double quote
4358 * dwarf2out.c (output_macinfo): Copy debug_line_section_label
4359 to dl_section_ref. On AIX, append an expression to subtract
4360 the size of the section length to dl_section_ref.
4362 2017-07-25 Segher Boessenkool <segher@kernel.crashing.org>
4364 * configure.ac: If any of the config.* scripts fail, exit 1.
4365 * configure: Regenerate.
4367 2017-07-25 Richard Biener <rguenther@suse.de>
4370 * tree-ssa-operands.c (verify_imm_links): Remove cap on number
4371 of immediate uses, be more verbose on errors.
4373 2017-07-25 Richard Biener <rguenther@suse.de>
4375 PR tree-optimization/81510
4376 * tree-vect-loop.c (vect_is_simple_reduction): When the
4377 reduction stmt is not inside the loop bail out.
4379 2017-07-25 Richard Biener <rguenther@suse.de>
4381 PR tree-optimization/81303
4382 * tree-vect-loop-manip.c (vect_loop_versioning): Build
4383 profitability check against LOOP_VINFO_NITERSM1.
4385 2017-07-25 Alexander Monakov <amonakov@ispras.ru>
4387 * domwalk.c (cmp_bb_postorder): Simplify.
4388 (sort_bbs_postorder): New function. Use it...
4389 (dom_walker::walk): ...here to optimize common cases.
4391 2017-07-25 Martin Liska <mliska@suse.cz>
4394 * ipa-visibility.c (function_and_variable_visibility): Make the
4395 redirection just on target that supports aliasing.
4396 Fix GNU coding style.
4398 2017-07-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
4401 * config/aarch64/rtems.h: Add GCC Runtime Library Exception.
4403 * config/arm/rtems.h: Likewise.
4404 * config/bfin/rtems.h: Likewise.
4405 * config/i386/rtemself.h: Likewise.
4406 * config/lm32/rtems.h: Likewise.
4407 * config/m32c/rtems.h: Likewise.
4408 * config/m68k/rtemself.h: Likewise.
4409 * config/microblaze/rtems.h: Likewise.
4410 * config/mips/rtems.h: Likewise.
4411 * config/moxie/rtems.h: Likewise.
4412 * config/nios2/rtems.h: Likewise.
4413 * config/powerpcspe/rtems.h: Likewise.
4414 * config/rs6000/rtems.h: Likewise.
4415 * config/rtems.h: Likewise.
4416 * config/sh/rtems.h: Likewise.
4417 * config/sh/rtemself.h: Likewise.
4418 * config/sparc/rtemself.h: Likewise.
4420 2017-07-25 Georg-Johann Lay <avr@gjlay.de>
4423 * hsa-brig.c (brig_init): Use xasprintf instead of asprintf.
4424 * gimple-pretty-print.c (dump_profile, dump_probability): Same.
4425 * tree-ssa-structalias.c (alias_get_name): Same.
4427 2017-07-25 Bin Cheng <bin.cheng@arm.com>
4430 * config/aarch64/cortex-a57-fma-steering.c (analyze): Skip fmul/fmac
4431 instructions if no du chain is found.
4433 2017-07-25 Georg-Johann Lay <avr@gjlay.de>
4435 * config/avr/avr-log.c (avr_log_vadump) ['T']: Print NULL-TREE.
4437 2017-07-25 Richard Biener <rguenther@suse.de>
4440 * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
4443 2017-07-24 Michael Meissner <meissner@linux.vnet.ibm.com>
4445 * config/rs6000/rs6000-cpus.def (ISA_2_6_MASKS_SERVER): Delete
4447 (ISA_2_7_MASKS_SERVER): Likewise.
4448 (ISA_3_0_MASKS_IEEE): Likewise.
4449 (OTHER_P8_VECTOR_MASKS): Likewise.
4450 (OTHER_VSX_VECTOR_MASKS): Likewise.
4451 (POWERPC_MASKS): Likewise.
4452 (power7 cpu): Use ISA_2_6_MASKS_SERVER instead of using a
4453 duplicate list of options.
4454 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Remove
4455 explicit -mupper-regs options.
4456 * config/rs6000/rs6000.opt (-mvsx-scalar-memory): Delete
4457 -mupper-regs* options. Delete -mvsx-scalar-memory, which was an
4458 alias for -mupper-regs-df.
4459 * config/rs6000/rs6000.c (rs6000_setup_reg_addr_masks): Likewise.
4460 (rs6000_init_hard_regno_mode_ok): Likewise.
4461 (rs6000_option_override_internal): Likewise.
4462 (rs6000_opt_masks): Likewise.
4463 * config/rs6000/rs6000.h (TARGET_UPPER_REGS_DF): Define upper regs
4464 options in terms of whether -mvsx or -mpower8-vector was used.
4465 (TARGET_UPPER_REGS_DI): Likewise.
4466 (TARGET_UPPER_REGS_SF): Likewise.
4467 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete the
4468 -mupper-regs-* options.
4470 2017-07-24 Segher Boessenkool <segher@kernel.crashing.org>
4472 * passes.c (emergency_dump_function): Print some empty lines and a
4473 header before the RTL dump.
4475 2017-07-24 Segher Boessenkool <segher@kernel.crashing.org>
4477 * cfgrtl.c (rtl_dump_bb): Don't call NEXT_INSN on NULL.
4479 2017-07-24 Wilco Dijkstra <wdijkstr@arm.com>
4482 * config/aarch64/aarch64.c (aarch64_classify_symbol):
4483 Avoid SYMBOL_SMALL_ABSOLUTE for literals with pc-relative literals.
4485 2017-07-24 Carl Love <cel@us.ibm.com>
4487 * config/rs6000/rs6000-c.c: Add support for built-in functions
4488 vector float vec_extract_fp32_from_shorth (vector unsigned short);
4489 vector float vec_extract_fp32_from_shortl (vector unsigned short);
4490 * config/rs6000/altivec.h (vec_extract_fp_from_shorth,
4491 vec_extract_fp_from_shortl): Add defines for the two builtins.
4492 * config/rs6000/rs6000-builtin.def (VEXTRACT_FP_FROM_SHORTH,
4493 VEXTRACT_FP_FROM_SHORTL): Add BU_P9V_OVERLOAD_1 and BU_P9V_VSX_1
4495 * config/rs6000/vsx.md vsx_xvcvhpsp): Add define_insn.
4496 (vextract_fp_from_shorth, vextract_fp_from_shortl): Add define_expands.
4497 * doc/extend.texi: Update the built-in documentation file for the
4498 new built-in function.
4500 2017-07-24 Jakub Jelinek <jakub@redhat.com>
4503 * tree.def: Remove TYPE_METHODS documentation, adjust TYPE_FIELDS
4505 * doc/generic.texi: Likewise.
4506 * config/i386/winnt-cxx.c (i386_pe_adjust_class_at_definition): Look
4507 for FUNCTION_DECLs in TYPE_FIELDS rather than TYPE_METHODS.
4509 2017-07-24 Jackson Woodruff <jackson.woodruff@arm.com>
4511 * config/aarch64/aarch64-simd.md (aarch64_mla_elt_merge<mode>): New.
4512 (aarch64_mls_elt_merge<mode>): Likewise.
4514 2017-07-23 Krister Walfridsson <krister.walfridsson@gmail.com>
4516 * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
4517 having __cxa_atexit.
4519 2017-07-23 Michael Collison <michael.collison@arm.com>
4521 * config/arm/arm.c (arm_option_override): Deprecate
4522 use of -mstructure-size-boundary.
4523 * config/arm/arm.opt: Deprecate -mstructure-size-boundary.
4524 * doc/invoke.texi: Deprecate -mstructure-size-boundary.
4526 2017-07-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4529 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
4530 Reduce cost estimate for direct moves.
4532 2017-07-23 Uros Bizjak <ubizjak@gmail.com>
4535 * config/i386/i386.c (ix86_option_override_internal): Disable
4536 BMI, BMI2 and TBM instructions for -m16.
4538 2017-07-21 Carl Love <cel@us.ibm.com>
4540 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4541 ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4542 ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4543 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4544 builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4545 * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4546 VMULOSW): New enum "unspec" values.
4547 (altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4548 altivec_vmulosw): New patterns.
4549 * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4550 VMULOSW): Add definitions.
4552 2017-07-21 Jim Wilson <jim.wilson@linaro.org>
4554 * config/aarch64/aarch64-cores.def (falkor): Add AARCH64_FL_RDMA.
4555 (qdf24xx): Likewise.
4556 * config/aarch64/aarch64-options-extensions.def (rdma); New.
4557 * config/aarch64/aarch64.h (AARCH64_FL_RDMA): New.
4558 (AARCH64_FL_V8_1): Renumber.
4559 (AARCH64_FL_FOR_ARCH8_1): Add AARCH64_FL_RDMA.
4560 (AARCH64_ISA_RDMA): Use AARCH64_FL_RDMA.
4561 * config/aarch64/arm_neon.h: Use +rdma instead of arch=armv8.1-a.
4562 * doc/invoke.texi (AArch64 Options): Mention +rmda in -march docs. Add
4563 rdma to feature modifiers list.
4565 2017-07-21 Yury Gribov <tetra2005@gmail.com>
4568 * ipa-visibility (function_and_variable_visibility): Convert
4569 recursive PLT call to direct call if appropriate.
4571 2017-07-21 Andrew Pinski <apinski@cavium.com>
4573 * tree-ssa-sccvn.c (vn_nary_op_eq): Check BIT_INSERT_EXPR's
4574 operand 1 to see if the types precision matches.
4575 * fold-const.c (operand_equal_p): Likewise.
4577 2017-07-21 Richard Biener <rguenther@suse.de>
4579 PR tree-optimization/81303
4580 * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs): Pass
4581 in datarefs vector. Allow NULL dr0 for no peeling cost estimate.
4582 (vect_peeling_hash_get_lowest_cost): Adjust.
4583 (vect_enhance_data_refs_alignment): Likewise. Use
4584 vect_get_peeling_costs_all_drs to compute the penalty for no
4585 peeling to match up costs.
4587 2017-07-21 Richard Biener <rguenther@suse.de>
4589 PR tree-optimization/81500
4590 * tree-vect-loop.c (vect_is_simple_reduction): Properly fail if
4591 we didn't identify a reduction path.
4593 2017-07-21 Tom de Vries <tom@codesourcery.com>
4594 Cesar Philippidis <cesar@codesourcery.com>
4596 PR gcov-profile/81442
4597 * config/nvptx/nvptx.c (nvptx_goacc_reduction_init): Add missing edge
4600 2017-07-21 Tom de Vries <tom@codesourcery.com>
4603 * config/nvptx/nvptx.c (nvptx_override_options_after_change): New
4605 (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define to
4606 nvptx_override_options_after_change.
4608 2017-07-21 Ulrich Drepper <drepper@redhat.com>
4610 * dwarf2out.c (output_file_names): Avoid double testing for
4613 2017-07-21 Georg-Johann Lay <avr@gjlay.de>
4615 * doc/invoke.texi (AVR Built-in Functions): Re-layout section.
4617 2016-07-21 Jan Hubicka <hubicka@ucw.cz>
4619 * cfgcleanup.c (flow_find_cross_jump): Do not crossjump across
4621 (try_crossjump_to_edge): Do not punt on partitioned functions.
4623 2016-07-21 Jan Hubicka <hubicka@ucw.cz>
4625 * bb-reorder.c (find_rarely_executed_basic_blocks_and_crossing_edges):
4626 Put all BBs reachable only via paths crossing cold region to cold
4628 * cfgrtl.c (find_bbs_reachable_by_hot_paths): New function.
4630 2016-07-21 Richard Biener <rguenther@suse.de>
4632 PR tree-optimization/81303
4633 * tree-vect-loop.c (vect_estimate_min_profitable_iters): Take
4634 into account prologue and epilogue iterations when raising
4635 min_profitable_iters to sth at least covering one vector iteration.
4637 2017-07-21 Tamar Christina <tamar.christina@arm.com>
4639 * config/arm/arm.c (arm_test_cpu_arch_dat):
4642 2017-07-20 Nathan Sidwell <nathan@acm.org>
4644 Remove TYPE_METHODS.
4645 * tree.h (TYPE_METHODS): Delete.
4646 * dwarf2out.c (gen_member_die): Member fns are on TYPE_FIELDS.
4647 * dbxout.c (dbxout_type_fields): Ignore FUNCTION_DECLs.
4648 (dbxout_type_methods): Scan TYPE_FIELDS.
4649 (dbxout_type): Don't check TYPE_METHODS here.
4650 * function.c (use_register_for_decl): Always ignore register for
4651 class types when not optimizing.
4652 * ipa-devirt.c (odr_types_equivalent_p): Delete TYPE_METHODS scan.
4653 * tree.c (free_lang_data_in_type): Stitch out member functions and
4654 templates from TYPE_FIELDS.
4655 (build_distinct_type_copy, verify_type_variant,
4656 verify_type): Member fns are on TYPE_FIELDS.
4657 * tree-dump.c (dequeue_and_dump): No TYPE_METHODS.
4658 * tree-pretty-print.c (dump_generic_node): Likewise.
4660 2017-07-20 Jakub Jelinek <jakub@redhat.com>
4663 * config/i386/i386.c (ix86_expand_vector_init_general): Handle
4664 V2TImode and V4TImode.
4665 (ix86_expand_vector_extract): Likewise.
4666 * config/i386/sse.md (VMOVE): Enable V4TImode even for just
4667 TARGET_AVX512F, instead of only for TARGET_AVX512BW.
4668 (ssescalarmode): Handle V4TImode and V2TImode.
4669 (VEC_EXTRACT_MODE): Add V4TImode and V2TImode.
4670 (*vec_extractv2ti, *vec_extractv4ti): New insns.
4671 (VEXTRACTI128_MODE): New mode iterator.
4672 (splitter for *vec_extractv?ti first element): New.
4673 (VEC_INIT_MODE): New mode iterator.
4674 (vec_init<mode>): Consolidate 3 expanders into one using
4675 VEC_INIT_MODE mode iterator.
4677 2017-07-20 Alexander Monakov <amonakov@ispras.ru>
4679 * lra-assigns.c (pseudo_compare_func): Fix comparison step based on
4680 non_spilled_static_chain_regno_p.
4682 2017-07-20 Alexander Monakov <amonakov@ispras.ru>
4684 * gimple-ssa-store-merging.c (sort_by_bitpos): Return 0 on equal bitpos.
4686 2017-07-20 Jan Hubicka <hubicka@ucw.cz>
4688 * bb-reorder.c (connect_traces): Allow copying of blocks within
4691 2017-07-20 Richard Biener <rguenther@suse.de>
4693 * gimple.h (gimple_phi_result): Add gphi * overload.
4694 (gimple_phi_result_ptr): Likewise.
4695 (gimple_phi_arg): Likewise. Adjust index assert to only
4696 allow actual argument accesses rather than all slots available
4698 (gimple_phi_arg_def): Add gphi * overload.
4699 * tree-phinodes.c (make_phi_node): Initialize only actual
4701 (resize_phi_node): Clear memory not covered by old node,
4702 do not initialize excess argument slots.
4703 (reserve_phi_args_for_new_edge): Initialize new argument slot
4706 2017-07-20 Bin Cheng <bin.cheng@arm.com>
4708 PR tree-optimization/81388
4710 2016-07-21 Bin Cheng <bin.cheng@arm.com>
4712 * tree-ssa-loop-niter.c (number_of_iterations_lt_to_ne): Clean up
4713 by removing computation of may_be_zero.
4715 2017-07-18 Jan Hubicka <hubicka@ucw.cz>
4716 Tom de Vries <tom@codesourcery.com>
4719 * cfgbuild.c (find_many_sub_basic_blocks): Update REG_BR_PROB note
4720 when gimple level profile disagrees with what RTL expander did.
4722 2017-07-20 Richard Biener <rguenther@suse.de>
4724 PR tree-optimization/61171
4725 * tree-vectorizer.h (slp_instance): Add reduc_phis member.
4726 (vect_analyze_stmt): Add slp instance parameter.
4727 (vectorizable_reduction): Likewise.
4728 * tree-vect-loop.c (vect_analyze_loop_operations): Adjust.
4729 (vect_is_simple_reduction): Deal with chains not detected
4730 as SLP reduction chain, specifically not properly associated
4731 chains containing a mix of plus/minus.
4732 (get_reduction_op): Remove.
4733 (get_initial_defs_for_reduction): Simplify, pass in whether
4734 this is a reduction chain, pass in the SLP node for the PHIs.
4735 (vect_create_epilog_for_reduction): Get the SLP instance as
4737 (vectorizable_reduction): Get the SLP instance as arg.
4738 During analysis remember the SLP node with the PHIs in the
4739 instance. Simplify getting at the vectorized reduction PHIs.
4740 * tree-vect-slp.c (vect_slp_analyze_node_operations): Pass
4741 through SLP instance.
4742 (vect_slp_analyze_operations): Likewise.
4743 * tree-vect-stms.c (vect_analyze_stmt): Likewise.
4744 (vect_transform_stmt): Likewise.
4746 2017-07-20 Tom de Vries <tom@codesourcery.com>
4748 PR tree-optimization/81489
4749 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Move
4750 read of phi arg location to before loop that modifies phi.
4752 2017-07-20 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
4754 * match.pd (((m1 >/</>=/<= m2) * d -> (m1 >/</>=/<= m2) ? d : 0):
4757 2017-07-19 Jan Hubicka <hubicka@ucw.cz>
4760 * except.c (execute): Fix ordering issue.
4762 2018-07-19 Segher Boessenkool <segher@kernel.crashing.org>
4764 PR rtl-optimization/81423
4765 * combine.c (make_compound_operation_int): Don't try to optimize
4766 the AND of a SUBREG of an LSHIFTRT if that SUBREG is paradoxical.
4768 2017-07-19 Segher Boessenkool <segher@kernel.crashing.org>
4770 PR rtl-optimization/81423
4771 * simplify-rtx.c (simplify_truncation): Handle truncating an IOR
4772 with a constant that is -1 in the truncated to mode.
4774 2017-07-19 Jan Hubicka <hubicka@ucw.cz>
4776 * predict.c (propagate_unlikely_bbs_forward): Break out from ...
4777 (determine_unlikely_bbs): ... here.
4778 * predict.h (propagate_unlikely_bbs_forward): Declare.
4779 * cfgexpand.c (pass_expand::execute): Use it.
4780 * bb-reorder.c (sanitize_hot_paths): Do not consider known to be
4782 (find_rarely_executed_basic_blocks_and_crossing_edges): Use
4783 propagate_unlikely_bbs_forward.
4785 2017-07-19 Jan Hubicka <hubicka@ucw.cz>
4788 * except.c (maybe_add_nop_after_section_switch): New function.
4791 2017-07-19 Tom de Vries <tom@codesourcery.com>
4793 * gimple.h (gimple_phi_set_arg): Make assert more strict.
4795 2017-07-19 Tom de Vries <tom@codesourcery.com>
4797 * gimple.h (gimple_phi_arg): Make assert more strict.
4799 2017-07-19 Steven Munroe <munroesj@gcc.gnu.org>
4801 * config.gcc (powerpc*-*-*): Add mmintrin.h.
4802 * config/rs6000/mmintrin.h: New file.
4803 * config/rs6000/x86intrin.h [__ALTIVEC__]: Include mmintrin.h.
4805 2017-07-19 Jakub Jelinek <jakub@redhat.com>
4807 PR tree-optimization/81346
4808 * match.pd: Optimize (X - 1U) <= INT_MAX-1U into (int) X > 0.
4810 2017-07-19 Tom de Vries <tom@codesourcery.com>
4812 * config/nvptx/nvptx.md (VECIM): Add V2DI.
4814 2017-07-19 Tom de Vries <tom@codesourcery.com>
4816 * config/nvptx/nvptx-modes.def: Add V2DImode.
4817 * config/nvptx/nvptx-protos.h (nvptx_data_alignment): Declare.
4818 * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2DImode.
4819 (nvptx_output_mov_insn): Handle lack of mov.b128.
4820 (nvptx_print_operand): Handle 'H' and 'L' codes.
4821 (nvptx_vector_mode_supported): Allow V2DImode.
4822 (nvptx_preferred_simd_mode): New function.
4823 (nvptx_data_alignment): New function.
4824 (TARGET_VECTORIZE_PREFERRED_SIMD_MODE): Redefine to
4825 nvptx_preferred_simd_mode.
4826 * config/nvptx/nvptx.h (STACK_BOUNDARY, BIGGEST_ALIGNMENT): Change from
4828 (DATA_ALIGNMENT): Define. Set to nvptx_data_alignment.
4830 2017-07-19 Tom de Vries <tom@codesourcery.com>
4832 * config/nvptx/nvptx-modes.def: New file. Add V2SImode.
4833 * config/nvptx/nvptx.c (nvptx_ptx_type_from_mode): Handle V2SImode.
4834 (nvptx_vector_mode_supported): New function. Allow V2SImode.
4835 (TARGET_VECTOR_MODE_SUPPORTED_P): Redefine to nvptx_vector_mode_supported.
4836 * config/nvptx/nvptx.md (VECIM): New mode iterator. Add V2SI.
4837 (mov<VECIM>_insn): New define_insn.
4838 (define_expand "mov<VECIM>): New define_expand.
4840 2017-07-19 Tom de Vries <tom@codesourcery.com>
4842 * config/nvptx/nvptx.c (nvptx_print_operand): Handle v2 vector mode.
4844 2017-07-19 Jakub Jelinek <jakub@redhat.com>
4846 PR tree-optimization/81346
4847 * fold-const.h (fold_div_compare, range_check_type): Declare.
4848 * fold-const.c (range_check_type): New function.
4849 (build_range_check): Use range_check_type.
4850 (fold_div_compare): No longer static, rewritten into
4851 a match.pd helper function.
4852 (fold_comparison): Don't call fold_div_compare here.
4853 * match.pd (X / C1 op C2): New optimization using fold_div_compare
4856 2017-07-19 Nathan Sidwell <nathan@acm.org>
4858 * tree.h (TYPE_MINVAL, TYPE_MAXVAL): Rename to ...
4859 (TYPE_MIN_VALUE_RAW, TYPE_MAX_VALUE_RAW): ... these.
4860 * tree.c (find_decls_types_r, verify_type): Use
4861 TYPE_{MIN,MAX}_VALUE_RAW.
4862 * lto-streamer-out.c (DFS::DFS_write_tree_body): Likewise.
4863 (hash_tree): Likewise.
4864 * tree-streamer-in.c (lto_input_ts_type_non_common_tree_pointers):
4866 * tree-streamer-out.c (write_ts_type_non_common_tree_pointers):
4869 2017-07-18 Tom de Vries <tom@codesourcery.com>
4872 * omp-expand.c (expand_omp_for_static_chunk): Handle
4873 equal-argument loop exit phi.
4875 2017-07-18 Uros Bizjak <ubizjak@gmail.com>
4878 * config/i386/i386.md (rorx_immediate_operand): New mode attribute.
4879 (*bmi2_rorx<mode>3_1): Use rorx_immediate_operand as
4880 operand 2 predicate.
4881 (*bmi2_rorxsi3_1_zext): Use const_0_to_31_operand as
4882 operand 2 predicate.
4883 (ror,rol -> rorx splitters): Use const_int_operand as
4884 operand 2 predicate.
4886 2017-06-18 Richard Biener <rguenther@suse.de>
4888 PR tree-optimization/81410
4889 * tree-vect-stmts.c (vectorizable_load): Properly adjust for
4890 the gap in the ! slp_perm SLP case after each group.
4892 2017-07-18 Jan Hubicka <hubicka@ucw.cz>
4895 * cfgloopmanip.c (scale_loop_profile): Watch out for zero frequency
4898 2017-07-18 Jan Hubicka <hubicka@ucw.cz>
4901 * predict.c (set_even_probabilities): Cleanup; do not affect
4902 probabilities that are already known.
4903 (combine_predictions_for_bb): Call even when count is set.
4905 2017-07-18 Nathan Sidwell <nathan@acm.org>
4907 * tree-parloops.c (try_transform_to_exit_first_loop_alt): Use
4910 2017-07-18 Bin Cheng <bin.cheng@arm.com>
4913 * tree-ssa-loop-niter.c (number_of_iterations_exit): Dump missed
4914 optimization for loop niter analysis.
4916 2017-07-18 Georg-Johann Lay <avr@gjlay.de>
4919 * config/avr/avr.c (avr_optimize_casesi): Don't use
4920 INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX.
4922 2017-07-18 Robin Dapp <rdapp@linux.vnet.ibm.com>
4924 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Remove
4925 body_cost_vec from _vect_peel_extended_info.
4926 (vect_peeling_hash_get_lowest_cost): Do not set body_cost_vec.
4927 (vect_peeling_hash_choose_best_peeling): Remove body_cost_vec and
4930 2017-07-18 Bin Cheng <bin.cheng@arm.com>
4932 * config/arm/arm.c (emit_unlikely_jump): Remove unused var.
4934 2017-07-18 Richard Biener <rguenther@suse.de>
4936 PR tree-optimization/80620
4937 PR tree-optimization/81403
4938 * tree-ssa-pre.c (phi_translate_1): Clear range and points-to
4939 info when re-using a VN table entry.
4941 2017-07-18 Richard Biener <rguenther@suse.de>
4943 PR tree-optimization/81418
4944 * tree-vect-loop.c (vectorizable_reduction): Properly compute
4945 vectype_in. Verify that with lane-reducing reduction operations
4946 we have a single def-use cycle.
4948 2017-07-17 Carl Love <cel@us.ibm.com>
4950 Revert commit r249424 2017-06-20 Carl Love <cel@us.ibm.com>
4952 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
4953 ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
4954 ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
4955 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
4956 builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
4957 * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
4958 VMULOSW): New enum "unspec" values.
4959 (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
4960 vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
4961 altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
4962 altivec_vmulosw): New patterns.
4963 * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
4964 VMULOSW): Add definitions.
4965 2017-07-17 Uros Bizjak <ubizjak@gmail.com>
4967 * config/alpha/alpha.c: Include predict.h.
4969 2017-07-17 Yury Gribov <tetra2005@gmail.com>
4971 * tree-vrp.c (compare_assert_loc): Fix comparison function
4972 to return predictable results.
4974 2017-07-17 Claudiu Zissulescu <claziss@synopsys.com>
4976 * config/arc/arc.md (adddi3): Remove support for mexpand-adddi
4979 * config/arc/arc.opt (mexpand-adddi): Deprecate it.
4980 * doc/invoke.texi (mexpand-adddi): Update text.
4982 2017-07-17 Claudiu Zissulescu <claziss@synopsys.com>
4984 * config/arc/arc.md (clzsi2): Expand to an arc_clzsi2 instruction
4985 that also clobbers the CC register. The old expand code is moved
4987 (*arc_clzsi2): ... here.
4988 (ctzsi2): Expand to an arc_ctzsi2 instruction that also clobbers
4989 the CC register. The old expand code is moved to ...
4990 (arc_ctzsi2): ... here.
4992 2017-07-17 Claudiu Zissulescu <claziss@synopsys.com>
4994 * config/arc/arc.opt (mindexed-loads): Use initial value
4995 TARGET_INDEXED_LOADS_DEFAULT.
4996 (mauto-modify-reg): Use initial value
4997 TARGET_AUTO_MODIFY_REG_DEFAULT.
4998 * config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
4999 (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
5000 * config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
5001 (TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
5003 2017-07-17 Martin Liska <mliska@suse.cz>
5006 * opts.c (finish_options): Do not allow -fgnu-tm
5007 w/ -fsanitize={kernel-,}address. Say sorry.
5009 2017-07-17 Bin Cheng <bin.cheng@arm.com>
5012 * tree-loop-distribution.c (classify_partition): Only assert on
5013 numer of iterations.
5014 (merge_dep_scc_partitions): Delete prameter. Update function call.
5015 (distribute_loop): Remove code handling loop with unknown niters.
5016 (pass_loop_distribution::execute): Skip loop with unknown niters.
5018 2017-07-17 Bin Cheng <bin.cheng@arm.com>
5021 * tree-loop-distribution.c (merge_dep_scc_partitions): Sink call to
5022 function sort_partitions_by_post_order.
5024 2017-07-17 Bin Cheng <bin.cheng@arm.com>
5026 PR tree-optimization/81374
5027 * tree-loop-distribution.c (pass_loop_distribution::execute): Record
5028 the max index of basic blocks, rather than number of basic blocks.
5030 2017-07-17 Claudiu Zissulescu <claziss@synopsys.com>
5032 * config/arc/arc-protos.h (arc_legitimate_pc_offset_p): Remove
5034 (arc_legitimate_pic_operand_p): Likewise.
5035 * config/arc/arc.c (arc_legitimate_pic_operand_p): Remove
5037 (arc_needs_pcl_p): Likewise.
5038 (arc_legitimate_pc_offset_p): Likewise.
5039 (arc_legitimate_pic_addr_p): Remove LABEL_REF case, as this
5040 function is also used in constrains.md.
5041 (arc_legitimate_constant_p): Use arc_legitimate_pic_addr_p to
5042 validate pic constants. Handle CONST_INT, CONST_DOUBLE, MINUS and
5043 PLUS. Only return true/false in known cases, otherwise assert.
5044 (arc_legitimate_address_p): Remove arc_legitimate_pic_addr_p as it
5045 is already called in arc_legitimate_constant_p.
5046 * config/arc/arc.h (CONSTANT_ADDRESS_P): Consider also LABEL for
5048 (LEGITIMATE_PIC_OPERAND_P): Use
5049 arc_raw_symbolic_reference_mentioned_p function.
5050 * config/arc/constraints.md (Cpc): Use arc_legitimate_pic_addr_p
5055 2017-07-17 Claudiu Zissulescu <claziss@synopsys.com>
5056 Andrew Burgess <andrew.burgess@embecosm.com>
5058 * config/arc/arc-protos.h (arc_compute_function_type): Change prototype.
5059 (arc_return_address_register): New function.
5060 * config/arc/arc.c (arc_handle_fndecl_attribute): New function.
5061 (arc_handle_fndecl_attribute): Add naked attribute.
5062 (TARGET_ALLOCATE_STACK_SLOTS_FOR_ARGS): Define.
5063 (TARGET_WARN_FUNC_RETURN): Likewise.
5064 (arc_allocate_stack_slots_for_args): New function.
5065 (arc_warn_func_return): Likewise.
5066 (machine_function): Change type fn_type.
5067 (arc_compute_function_type): Consider new naked function type,
5068 change function return type.
5069 (arc_must_save_register): Adapt to handle new
5070 arc_compute_function_type's return type.
5071 (arc_expand_prologue): Likewise.
5072 (arc_expand_epilogue): Likewise.
5073 (arc_return_address_regs): Delete.
5074 (arc_return_address_register): New function.
5075 (arc_epilogue_uses): Use above function.
5076 * config/arc/arc.h (arc_return_address_regs): Delete prototype.
5077 (arc_function_type): Change encoding, add naked type.
5078 (ARC_INTERRUPT_P): Change to handle the new encoding.
5079 (ARC_FAST_INTERRUPT_P): Likewise.
5080 (ARC_NORMAL_P): Define.
5081 (ARC_NAKED_P): Likewise.
5082 (arc_compute_function_type): Delete prototype.
5083 * config/arc/arc.md (in_ret_delay_slot): Use
5084 arc_return_address_register function.
5085 (simple_return): Likewise.
5086 (p_return_i): Likewise.
5088 2017-07-17 Jakub Jelinek <jakub@redhat.com>
5090 PR tree-optimization/81428
5091 * match.pd (X / X -> one): Don't optimize _Fract divisions, as 1
5092 can't be built for those types.
5094 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
5096 Remove stuff dead since r239246.
5098 * config/avr/avr-arch.h (avr_inform_devices): Remove dead proto.
5099 * config/avr/avr-devices.c (mcu_name, comparator, avr_mcus_str)
5100 (avr_inform_devices): Remove dead stuff.
5102 2017-07-17 Tamar Christina <tamar.christina@arm.com>
5104 * config/arm/arm_neon.h: Fix softp typo.
5106 2017-07-17 Jakub Jelinek <jakub@redhat.com>
5108 PR tree-optimization/81365
5109 * tree-ssa-phiprop.c (propagate_with_phi): When considering hoisting
5110 aggregate moves onto bb predecessor edges, make sure there are no
5111 loads that could alias the lhs in between the start of bb and the
5114 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
5117 * config/avr/avr.c (avr_mul_highpart_cost): New static function.
5118 (avr_rtx_costs_1) [TRUNCATE]: Use it to compute mul_highpart cost.
5119 [LSHIFTRT, outer_code = TRUNCATE]: Same.
5121 2017-07-17 Jakub Jelinek <jakub@redhat.com>
5123 PR tree-optimization/81396
5124 * tree-ssa-math-opts.c (struct symbolic_number): Add n_ops field.
5125 (init_symbolic_number): Initialize it to 1.
5126 (perform_symbolic_merge): Add n_ops from both operands into the new
5128 (find_bswap_or_nop): Don't consider n->n == cmpnop computations
5129 without base_addr as useless if they need more than one operation.
5130 (bswap_replace): Handle !bswap case for NULL base_addr.
5132 2017-07-17 Tom de Vries <tom@codesourcery.com>
5135 * config/nvptx/nvptx.c (nvptx_single): Insert diverging branch as late
5138 2017-07-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
5140 * config/sparc/rtemself.h (TARGET_OS_CPP_BUILTINS): Add
5141 conditional builtin define __FIX_LEON3FT_B2BST.
5143 2017-07-17 Daniel Cederman <cederman@gaisler.com>
5145 * config/sparc/t-rtems: Add mfix-gr712rc multilibs. Replace
5146 MULTILIB_EXCEPTIONS with MULTILIB_REQUIRED. Match -mfix-gr712rc
5149 2017-07-16 Eric Botcazou <ebotcazou@adacore.com>
5151 PR rtl-optimization/81424
5152 * optabs.c (prepare_cmp_insn): Use copy_to_reg instead of force_reg
5153 to remove potential trapping from operands if -fnon-call-exceptions.
5155 2017-07-16 Jan Hubicka <hubicka@ucw.cz>
5157 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Use
5158 profile_proability for scalling.
5159 * scale_profile_for_vect_loop.c (scale_profile_for_vect_loop): Likewise.
5161 2017-07-16 Jan Hubicka <hubicka@ucw.cz>
5163 * cgraph.c (cgraph_edge::redirect_call_stmt_to_caller): Cleanup.
5165 2017-07-16 Jan Hubicka <hubicka@ucw.cz>
5167 * cfgloopmanip.c (scale_loop_profile): Avoid use of REG_BR_PROB_BASE
5168 fixpoint arithmetics.
5170 2017-07-16 Jan Hubicka <hubicka@ucw.cz>
5172 * tree-ssa-loop-unswitch.c (hoist_guard): Avoid use of REG_BR_PROB_BASE
5173 fixpoint arithmetics.
5175 2017-07-16 Jan Hubicka <hubicka@ucw.cz>
5177 * asan.c (create_cond_insert_point): Avoid use of REG_BR_PROB_BASE
5178 fixpoint arithmetics.
5180 2017-07-16 Jan Hubicka <hubicka@ucw.cz>
5182 * profile-count.h (profile_probability::from_reg_br_prob_note,
5183 profile_probability::to_reg_br_prob_note): New functions.
5184 * doc/rtl.texi (REG_BR_PROB_NOTE): Update documentation.
5185 * reg-notes.h (REG_BR_PROB, REG_BR_PRED): Update docs.
5186 * predict.c (probability_reliable_p): Update.
5187 (edge_probability_reliable_p): Update.
5188 (br_prob_note_reliable_p): Update.
5189 (invert_br_probabilities): Update.
5190 (add_reg_br_prob_note): New function.
5191 (combine_predictions_for_insn): Update.
5192 * asan.c (asan_clear_shadow): Update.
5193 * cfgbuild.c (compute_outgoing_frequencies): Update.
5194 * cfgrtl.c (force_nonfallthru_and_redirect): Update.
5195 (update_br_prob_note): Update.
5196 (rtl_verify_edges): Update.
5197 (purge_dead_edges): Update.
5198 (fixup_reorder_chain): Update.
5199 * emit-rtl.c (try_split): Update.
5200 * ifcvt.c (cond_exec_process_insns): Update.
5201 (cond_exec_process_if_block): Update.
5202 (dead_or_predicable): Update.
5203 * internal-fn.c (expand_addsub_overflow): Update.
5204 (expand_neg_overflow): Update.
5205 (expand_mul_overflow): Update.
5206 * loop-doloop.c (doloop_modify): Update.
5207 * loop-unroll.c (compare_and_jump_seq): Update.
5208 * optabs.c (emit_cmp_and_jump_insn_1): Update.
5209 * predict.h: Update.
5210 * reorg.c (mostly_true_jump): Update.
5212 * config/aarch64/aarch64.c (aarch64_emit_unlikely_jump): Update.
5213 * config/alpha/alpha.c (emit_unlikely_jump): Update.
5214 * config/arc/arc.c: (emit_unlikely_jump): Update.
5215 * config/arm/arm.c: (emit_unlikely_jump): Update.
5216 * config/bfin/bfin.c (cbranch_predicted_taken_p): Update.
5217 * config/frv/frv.c (frv_print_operand_jump_hint): Update.
5218 * config/i386/i386.c (ix86_expand_split_stack_prologue): Update.
5219 (ix86_print_operand): Update.
5220 (ix86_split_fp_branch): Update.
5221 (predict_jump): Update.
5222 * config/ia64/ia64.c (ia64_print_operand): Update.
5223 * config/mmix/mmix.c (mmix_print_operand): Update.
5224 * config/powerpcspe/powerpcspe.c (output_cbranch): Update.
5225 (rs6000_expand_split_stack_prologue): Update.
5226 * config/rs6000/rs6000.c: Update.
5227 * config/s390/s390.c (s390_expand_vec_strlen): Update.
5228 (s390_expand_vec_movstr): Update.
5229 (s390_expand_cs_tdsi): Update.
5230 (s390_expand_split_stack_prologue): Update.
5231 * config/sh/sh.c (sh_print_operand): Update.
5232 (expand_cbranchsi4): Update.
5233 (expand_cbranchdi4): Update.
5234 * config/sparc/sparc.c (output_v9branch): Update.
5235 * config/spu/spu.c (get_branch_target): Update.
5236 (ea_load_store_inline): Update.
5237 * config/tilegx/tilegx.c (cbranch_predicted_p): Update.
5238 * config/tilepro/tilepro.c: Update.
5240 2017-07-16 Eric Botcazou <ebotcazou@adacore.com>
5242 * gimplify.c (mostly_copy_tree_r): Revert latest change.
5243 (gimplify_save_expr): Likewise.
5245 2017-07-07 Jan Hubicka <hubicka@ucw.cz>
5247 * ipa-visibility.c (function_and_variable_visibility): Fix pasto.
5249 2017-07-07 Jan Hubicka <hubicka@ucw.cz>
5251 * ipa-fnsummary.c (pass_data_ipa_fn_summary): Use
5253 * timevar.def (TV_IPA_FNSUMMARY): Define.
5255 2017-07-16 Daniel Cederman <cederman@gaisler.com>
5257 * config/sparc/sparc.md (divdf3_fix): Add NOP to prevent back
5258 to back store errata sensitive sequence from being generated.
5259 (sqrtdf2_fix): Likewise.
5261 2017-07-07 Jan Hubicka <hubicka@ucw.cz>
5263 * tree-ssa-threadupdate.c (compute_path_counts,
5264 update_joiner_offpath_counts): Use profile_probability.
5266 2017-07-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
5269 2017-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
5271 * config/arm/arm-c.c (arm_cpu_builtins): Define
5272 __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5274 2017-07-14 Kelvin Nilsen <kelvin@gcc.gnu.org>
5276 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
5277 array entries to represent __ieee128 versions of the
5278 scalar_test_data_class, scalar_test_neg, scalar_extract_exp,
5279 scalar_extract_sig, and scalar_insert_exp built-in functions.
5280 (altivec_resolve_overloaded_builtin): Add special case handling
5281 for the __builtin_scalar_insert_exp function, as represented by
5282 the P9V_BUILTIN_VEC_VSIEDP constant.
5283 * config/rs6000/rs6000-builtin.def (VSEEQP): Add scalar extract
5284 exponent support for __ieee128 argument.
5285 (VSESQP): Add scalar extract signature support for __ieee128
5287 (VSTDCNQP): Add scalar test negative support for __ieee128
5289 (VSIEQP): Add scalar insert exponent support for __int128 argument
5290 with __ieee128 result.
5291 (VSIEQPF): Add scalar insert exponent support for __ieee128
5292 argument with __ieee128 result.
5293 (VSTDCQP): Add scalar test data class support for __ieee128
5295 (VSTDCNQP): Add overload support for scalar test negative with
5297 (VSTDCQP): Add overload support for scalar test data class
5299 * config/rs6000/vsx.md (UNSPEC_VSX_SXSIG) Replace
5301 (UNSPEC_VSX_SIEXPQP): New constant.
5302 (xsxexpqp): New insn for VSX scalar extract exponent quad
5304 (xsxsigqp): New insn for VSX scalar extract significand quad
5306 (xsiexpqpf): New insn for VSX scalar insert exponent quad
5307 precision with floating point argument.
5308 (xststdcqp): New expand for VSX scalar test data class quad
5310 (xststdcnegqp): New expand for VSX scalar test negative quad
5312 (xststdcqp): New insn to match expansions for VSX scalar test data
5313 class quad precision and VSX scalar test negative quad precision.
5314 * config/rs6000/rs6000.c (rs6000_expand_binop_builtin): Add
5315 special case operand checking to enforce that second operand of
5316 VSX scalar test data class with quad precision argument is a 7-bit
5318 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
5319 prototypes and descriptions of __ieee128 versions of
5320 scalar_extract_exp, scalar_extract_sig, scalar_insert_exp,
5321 scalar_test_data_class, and scalar_test_neg built-in functions.
5323 2016-07-14 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
5325 PR tree-optimization/81162
5326 * gimple-ssa-strength-reduction.c (replace_mult_candidate): Don't
5327 replace a negate with an add.
5329 2017-07-14 James Greenhalgh <james.greenhalgh@arm.com>
5331 * doc/invoke.texi (arm/-mcpu): Document +crypto.
5333 2017-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
5335 * config/arm/arm-c.c (arm_cpu_builtins): Define
5336 __ARM_FEATURE_NUMERIC_MAXMIN solely based on TARGET_VFP5.
5338 2017-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
5340 * config/arm/arm-cpus.in (cortex-r52): Add new entry.
5341 (armv8-r): Set ARM Cortex-R52 as default CPU.
5342 * config/arm/arm-tables.opt: Regenerate.
5343 * config/arm/arm-tune.md: Regenerate.
5344 * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
5346 * doc/invoke.texi: Mention -mtune=cortex-r52 and availability of fp.dp
5347 extension for -mcpu=cortex-r52.
5349 2017-07-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
5351 * config/arm/arm-isa.h (isa_bit_FP_ARMv8): Delete enumerator.
5352 (ISA_FP_ARMv8): Define as ISA_FPv5 and ISA_FP_D32.
5353 * config/arm/arm-cpus.in (armv8-r): Define fp.sp as enabling FPv5.
5354 (fp-armv8): Define it as FP_ARMv8 only.
5355 config/arm/arm.h (TARGET_FPU_ARMV8): Delete.
5356 (TARGET_VFP_FP16INST): Define using TARGET_VFP5 rather than
5358 config/arm/arm.c (arm_rtx_costs_internal): Replace checks against
5359 TARGET_FPU_ARMV8 by checks against TARGET_VFP5.
5360 * config/arm/arm-builtins.c (arm_builtin_vectorized_function): Define
5361 first ARM_CHECK_BUILTIN_MODE definition using TARGET_VFP5 rather
5362 than TARGET_FPU_ARMV8.
5363 * config/arm/arm-c.c (arm_cpu_builtins): Likewise for
5364 __ARM_FEATURE_NUMERIC_MAXMIN macro definition.
5365 * config/arm/arm.md (cmov<mode>): Condition on TARGET_VFP5 rather than
5367 * config/arm/neon.md (neon_vrint): Likewise.
5368 (neon_vcvt): Likewise.
5369 (neon_<fmaxmin_op><mode>): Likewise.
5370 (<fmaxmin><mode>3): Likewise.
5371 * config/arm/vfp.md (l<vrint_pattern><su_optab><mode>si2): Likewise.
5372 * config/arm/predicates.md (arm_cond_move_operator): Check against
5373 TARGET_VFP5 rather than TARGET_FPU_ARMV8 and fix spacing.
5375 2017-07-14 Jackson Woodruff <jackson.woodruff@arm.com>
5377 * config/aarch64/aarch64.c (aarch64_print_operand): Move comments
5380 2017-07-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
5382 * gimple-ssa-store-merging.c (clear_bit_region): Replace reference to
5383 loop in comment with memset.
5385 2017-07-14 Martin Liska <mliska@suse.cz>
5387 * cfgexpand.c (expand_gimple_basic_block): Remove dead comment.
5388 * dwarf2out.c (is_java): Remove the function.
5389 (output_pubname): Remove usage of the function.
5390 (lower_bound_default): Remove usage of DW_LANG_Java.
5391 (gen_compile_unit_die): Likewise.
5392 * gcc.c: Remove compiler defaults for .java and .zip files.
5393 * gimple-expr.c (remove_suffix): Change as there's no longer
5394 extension than 4-letter one.
5395 * gimplify.c (mostly_copy_tree_r): Remove Java-special part.
5396 (gimplify_save_expr): Likewise.
5397 * ipa-utils.h (polymorphic_type_binfo_p): Remove the comment
5398 as it's possible even for other languages than Java.
5399 * langhooks.h (struct lang_hooks): Remove Java from a comment.
5400 * lto-opts.c (lto_write_options): Remove reference to Java.
5401 * opts.c (strip_off_ending): Update file extension handling.
5402 * tree-cfg.c (verify_gimple_call): Remove comment with Java.
5403 * tree-eh.c (lower_resx): Likewise.
5404 * tree.c (free_lang_data_in_type): Remove dead code.
5405 (find_decls_types_r): Likewise.
5406 (build_common_builtin_nodes): Remove Java from a comment.
5407 (verify_type): Remove dead code.
5408 * varasm.c (assemble_external): Remove Java from a comment.
5410 2017-07-14 Martin Liska <mliska@suse.cz>
5412 * opts.c (finish_options): Add quotes.
5413 (common_handle_option): Likewise.
5415 2017-07-14 Martin Liska <mliska@suse.cz>
5417 * dbxout.c (get_lang_number): Do not handle GNU Pascal.
5418 * dbxout.h (extern void dbxout_stab_value_internal_label_diff):
5420 * dwarf2out.c (lower_bound_default): Do not handle
5422 (gen_compile_unit_die): Likewise.
5423 * gcc.c: Remove default extension binding for GNU Pascal.
5424 * stmt.c: Remove Pascal language from a comment.
5425 * xcoffout.c: Likewise.
5427 2017-07-13 David Malcolm <dmalcolm@redhat.com>
5430 * diagnostic-show-locus.c (fixit_cmp): New function.
5431 (layout::layout): Sort m_fixit_hints.
5432 (column_range::column_range): Assert that the values are valid.
5433 (struct char_span): New struct.
5434 (correction::overwrite): New method.
5435 (struct source_line): New struct.
5436 (line_corrections::add_hint): Add assertions. Reimplement memcpy
5437 calls in terms of classes source_line and char_span, and
5438 correction::overwrite.
5439 (selftest::test_overlapped_fixit_printing_2): New function.
5440 (selftest::diagnostic_show_locus_c_tests): Call it.
5442 2017-07-13 Will Schmidt <will_schmidt@vnet.ibm.com>
5444 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Return
5445 early if there is no lhs.
5447 2017-07-13 Martin Liska <mliska@suse.cz>
5449 * dwarf2out.c (gen_pointer_type_die): Remove dead code.
5450 (gen_reference_type_die): Likewise.
5451 * stor-layout.c: Remove Pascal-related comment.
5453 2017-07-13 Martin Liska <mliska@suse.cz>
5455 * opts.c (finish_options): Add quotes to error messages.
5456 (parse_sanitizer_options): Likewise.
5458 2017-07-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
5460 * doc/invoke.texi (armv8-r): Document +fp.sp ARMv8-R extension.
5462 2017-07-13 Richard Earnshaw <rearnsha@arm.com>
5464 * config/arm/vxworks.h (TARGET_ENDIAN_DEFAULT): Define.
5466 2017-07-13 Maxim Ostapenko <m.ostapenko@samsung.com>
5468 * asan.c (asan_emit_allocas_unpoison): Use ptr_mode for arguments
5470 * builtins.c (expand_asan_emit_allocas_unpoison): Likewise.
5472 2017-07-12 Michael Meissner <meissner@linux.vnet.ibm.com>
5475 * config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): If GLIBC
5476 provides the hardware capability bits, define the macro
5477 __BUILTIN_CPU_SUPPORTS__.
5478 * config/rs6000/rs6000.c (cpu_expand_builtin): Generate a warning
5479 if GLIBC does not provide the hardware capability bits. Add a
5480 gcc_unreachable call if the built-in cpu function is neither
5481 __builtin_cpu_is nor __builtin_cpu_supports.
5482 (rs6000_get_function_versions_dispatcher): Change the warning
5483 that an old GLIBC is used which does not export the capability
5484 bits to be an error.
5485 * doc/extend.texi (target_clones attribute): Document the
5486 restriction that GLIBC 2.23 or newer is needed on the PowerPC.
5487 (PowerPC built-in functions): Document that GLIBC 2.23 or newer is
5488 needed by __builtin_cpu_is and __builtin_cpu_supports. Document
5489 the macros defined by GCC if the newer GLIBC is available.
5491 2017-07-12 Jeff Law <law@redhat.com>
5493 * config/riscv/riscv.c: Remove unnecessary includes. Reorder
5494 remaining includes slightly.
5495 * config/riscv/riscv-builtins.c: Include profile-count.h.
5497 2017-07-12 Georg-Johann Lay <avr@gjlay.de>
5500 * config/avr/avr.c (avr_set_current_function): In diagnostic
5501 messages: Quote keywords and (parts of) identifiers.
5502 [WITH_AVRLIBC]: Warn for functions named "ISR", "SIGNAL" or
5505 2017-07-12 Carl Love <cel@us.ibm.com>
5507 * config/rs6000/rs6000-c.c: Add support for built-in functions
5508 vector bool char vec_revb (vector bool char);
5509 vector bool short vec_revb (vector short char);
5510 vector bool int vec_revb (vector bool int);
5511 vector bool long long vec_revb (vector bool long long);
5512 * doc/extend.texi: Update the built-in documentation file for the
5513 new built-in functions.
5515 2017-07-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5517 * config/s390/s390.md: Remove movcc splitter.
5519 2017-07-12 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
5521 * config/s390/s390.c (s390_rtx_costs): Return proper costs for
5522 load/store on condition.
5524 2017-07-12 Georg-Johann Lay <avr@gjlay.de>
5527 * config/avr/avr.c (avr_encode_section_info)
5528 [progmem && !TREE_READONLY]: Error if progmem object needs
5531 2017-07-11 Michael Collison <michael.collison@arm.com>
5533 * config/aarch64/aarch64-simd.md (aarch64_sub<mode>_compare0):
5536 2017-07-11 Carl Love <cel@us.ibm.com>
5538 * config/rs6000/rs6000-c.c: Add support for builtins
5539 vector unsigned int vec_parity_lsbb (vector signed int);
5540 vector unsigned int vec_parity_lsbb (vector unsigned int);
5541 vector unsigned __int128 vec_parity_lsbb (vector signed __int128);
5542 vector unsigned __int128 vec_parity_lsbb (vector unsigned __int128);
5543 vector unsigned long long vec_parity_lsbb (vector signed long long);
5544 vector unsigned long long vec_parity_lsbb (vector unsigned long long);
5545 * config/rs6000/rs6000-builtin.def (VPARITY_LSBB): Add BU_P9V_OVERLOAD1.
5546 * config/rs6000/altivec.h (vec_parity_lsbb): Add define.
5547 * doc/extend.texi: Update the built-in documentation file for the
5548 new built-in functions.
5550 2017-07-11 David Malcolm <dmalcolm@redhat.com>
5552 * diagnostic-show-locus.c: Include "gcc-rich-location.h".
5553 (layout::m_primary_loc): New field.
5554 (layout::layout): Initialize new field. Move location filtering
5555 logic from here to...
5556 (layout::maybe_add_location_range): ...this new method. Add
5557 support for filtering to just the lines already specified by other
5559 (layout::will_show_line_p): New method.
5560 (gcc_rich_location::add_location_if_nearby): New method.
5561 (selftest::test_add_location_if_nearby): New test function.
5562 (selftest::diagnostic_show_locus_c_tests): Call it.
5563 * gcc-rich-location.h (gcc_rich_location::add_location_if_nearby):
5566 2017-07-11 Tom de Vries <tom@codesourcery.com>
5568 * config/nvptx/nvptx.c (WORKAROUND_PTXJIT_BUG): New macro.
5569 (bb_first_real_insn): New function.
5570 (nvptx_single): Add extra initialization of broadcasted condition
5573 2017-07-11 Nathan Sidwell <nathan@acm.org>
5575 * dwarf2out.c (gen_member_die): Remove useless check for anon ctors.
5577 2017-07-11 Georg-Johann Lay <avr@gjlay.de>
5579 * doc/extend.texi (AVR Function Attributes): Remove weblink to
5580 Binutils doc as TEXI will mess them up.
5581 * doc/invoke.texi (AVR Options): Same here.
5583 2017-07-11 Daniel Cederman <cederman@gaisler.com>
5585 * config/sparc/sparc.opt (mfix-ut700): New option.
5586 (mfix-gr712rc): Likewise.
5587 (sparc_fix_b2bst): New variable.
5588 * doc/invoke.texi (SPARC options): Document them.
5589 (ARM options): Fix warnings.
5590 * config/sparc/sparc.c (sparc_do_work_around_errata): Insert NOP
5591 instructions to prevent sequences that can trigger the store-store
5592 errata for certain LEON3FT processors.
5593 (pass_work_around_errata::gate): Also test sparc_fix_b2bst.
5594 (sparc_option_override): Set sparc_fix_b2bst appropriately.
5595 * config/sparc/sparc.md (fix_b2bst): New attribute.
5596 (in_branch_delay): Prevent stores in delay slot if fix_b2bst.
5598 2017-07-10 Uros Bizjak <ubizjak@gmail.com>
5601 * config/i386/i386.md (divsf3): Add TARGET_SSE to TARGET_SSE_MATH.
5603 (*rsqrtsf2_sse): Ditto.
5605 (div<mode>3): Macroize insn from divdf3 and divsf3
5606 using MODEF mode iterator.
5608 2017-07-10 Martin Sebor <msebor@redhat.com>
5610 PR tree-optimization/80397
5611 * gimple-ssa-sprintf.c (format_integer): Use INTEGRAL_TYPE_P()
5612 instead of testing for equality to INTEGER_TYPE.
5614 2017-07-10 Vineet Gupta <vgupta@synopsys.com>
5616 * config.gcc: Remove uclibc from arc target spec.
5618 2017-07-10 Claudiu Zissulescu <claziss@synopsys.com>
5620 * config/arc/arc.h (ADDITIONAL_REGISTER_NAMES): Define.
5622 2017-07-07 Jan Hubicka <hubicka@ucw.cz>
5625 * lto-wrapper.c (remove_option): New function.
5626 (merge_and_complain): Merge PIC/PIE options more realistically.
5628 2017-07-10 Georg-Johann Lay <avr@gjlay.de>
5630 Better ISR prologues by supporting GASes __gcc_isr pseudo insn.
5634 * configure.ac [target=avr]: Add GAS check for -mgcc-isr.
5635 (HAVE_AS_AVR_MGCCISR_OPTION): If so, AC_DEFINE it.
5636 * config.in: Regenerate.
5637 * configure: Regenerate.
5638 * doc/extend.texi (AVR Function Attributes) <no_gccisr>: Document it.
5639 * doc/invoke.texi (AVR Options) <-mgas-isr-prologues>: Document it.
5640 * config/avr/avr.opt (-mgas-isr-prologues): New option and...
5641 (TARGET_GASISR_PROLOGUES): ...target mask.
5642 * common/config/avr/avr-common.c
5643 (avr_option_optimization_table) [OPT_LEVELS_1_PLUS_NOT_DEBUG]:
5644 Set -mgas-isr-prologues.
5645 * config/avr/avr-passes.def (avr_pass_pre_proep): Add
5646 INSERT_PASS_BEFORE for it.
5647 * config/avr/avr-protos.h (make_avr_pass_pre_proep): New proto.
5648 * config/avr/avr.c (avr_option_override)
5649 [!HAVE_AS_AVR_MGCCISR_OPTION]: Unset TARGET_GASISR_PROLOGUES.
5650 (avr_no_gccisr_function_p, avr_hregs_split_reg): New static functions.
5651 (avr_attribute_table) <no_gccisr>: Add new function attribute.
5652 (avr_set_current_function) <is_no_gccisr>: Init machine field.
5653 (avr_pass_data_pre_proep, avr_pass_pre_proep): New pass data
5655 (make_avr_pass_pre_proep): New function.
5656 (emit_push_sfr) <treg>: Add argument to function and use it
5658 (avr_expand_prologue) [machine->gasisr.maybe]: Emit gasisr insn
5659 and set machine->gasisr.yes.
5660 (avr_expand_epilogue) [machine->gasisr.yes]: Similar.
5661 (avr_asm_function_end_prologue) [machine->gasisr.yes]: Add
5662 __gcc_isr.n_pushed to .L__stack_usage.
5663 (TARGET_ASM_FINAL_POSTSCAN_INSN): Define to...
5664 (avr_asm_final_postscan_insn): ...this new static function.
5665 * config/avr/avr.h (machine_function)
5666 <is_no_gccisr, use_L__stack_usage>: New fields.
5667 <gasisr, gasisr.yes, gasisr.maybe, gasisr.regno>: New fields.
5668 * config/avr/avr.md (UNSPECV_GASISR): Add unspecv enum.
5669 (GASISR_Prologue, GASISR_Epilogue, GASISR_Done): New define_constants.
5670 (gasisr, *gasisr): New expander and insn.
5671 * config/avr/gen-avr-mmcu-specs.c (print_mcu)
5672 [HAVE_AS_AVR_MGCCISR_OPTION]: Print asm_gccisr spec.
5673 * config/avr/specs.h (ASM_SPEC) <asm_gccisr>: Add sub spec.
5675 2017-07-10 Richard Earnshaw <rearnsha@arm.com>
5677 * config/arm/parsecpu.awk (gen_comm_data): Do not escape single quotes
5680 2017-07-10 Georg-Johann Lay <avr@gjlay.de>
5682 Move jump-tables out of .text again.
5685 * config/avr/avr.c (ASM_OUTPUT_ADDR_VEC_ELT): Remove function.
5686 (ASM_OUTPUT_ADDR_VEC): New function.
5687 (avr_adjust_insn_length) [JUMP_TABLE_DATA_P]: Return 0.
5688 (avr_final_prescan_insn) [avr_log.insn_addresses]: Dump
5689 INSN_ADDRESSes as asm comment.
5690 * config/avr/avr.h (JUMP_TABLES_IN_TEXT_SECTION): Adjust comment.
5691 (ASM_OUTPUT_ADDR_VEC_ELT): Remove define.
5692 (ASM_OUTPUT_ADDR_VEC): Define to avr_output_addr_vec.
5693 * config/avr/avr.md (*tablejump): Adjust comment.
5694 * config/avr/elf.h (ASM_OUTPUT_BEFORE_CASE_LABEL): Remove.
5695 * config/avr/avr-log.c (avr_log_set_avr_log) <insn_addresses>:
5697 * config/avr/avr-protos.h (avr_output_addr_vec_elt): Remove proto.
5698 (avr_output_addr_vec): New proto.
5699 (avr_log_t) <insn_addresses>: New field.
5701 2017-07-09 H.J. Lu <hongjiu.lu@intel.com>
5704 * config/i386/i386.c (ix86_function_arg_advance): Set
5705 outgoing_args_on_stack to true if there are outgoing arguments
5707 (ix86_function_arg): Likewise.
5708 (ix86_get_drap_rtx): Use DRAP only if there are outgoing
5709 arguments on stack and ACCUMULATE_OUTGOING_ARGS is false.
5710 * config/i386/i386.h (machine_function): Add
5711 outgoing_args_on_stack.
5713 2017-07-09 Krister Walfridsson <krister.walfridsson@gmail.com>
5715 * config.gcc (*-*-netbsd*): Remove check for NetBSD versions not
5717 * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always enable pthreads.
5719 2017-07-08 Richard Sandiford <richard.sandiford@linaro.org>
5721 * Makefile.in (HOOKS_H, RTL_BASE_H, FUNCTION_H, EXPR_H, REGS_H)
5722 (REAL_H): Remove $(MACHMODE_H).
5723 (FIXED_VALUE_H, TREE_CORE_H, CFGLOOP_H): Remove $(MACHMODE_H) and
5725 (CORETYPES_H): Add signop.h, wide-int.h, wide-int-print.h,
5726 $(MACHMODE_H) and double-int.h.
5727 (build/min-insn-modes.o): Depend on $(CORETYPES_H) rather than
5729 (gengtype-state.o, gengtype.o, build/gengtype.o): Don't depend on
5732 2017-07-07 Andrew Pinski <apinski@cavium.com>
5734 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Check
5735 prev_set and curr_set for AARCH64_FUSE_ALU_BRANCH.
5737 2017-07-07 Michael Meissner <meissner@linux.vnet.ibm.com>
5739 * config/rs6000/rs6000.c (rs6000_get_function_versions_dispatcher):
5740 Add warning if GCC was not configured to link against a GLIBC that
5741 exports the hardware capability bits.
5742 (make_resolver_func): Make resolver function private and not a
5743 COMDAT function. Create the name with clone_function_name instead
5744 of make_unique_name.
5747 * config/rs6000/rs6000.md (HI sign_extend splitter): Use the
5748 correct operand in doing the split.
5750 2017-07-07 Carl Love <cel@us.ibm.com>
5752 * config/rs6000/rs6000-c: Add support for built-in function
5753 vector unsigned short vec_pack_to_short_fp32 (vector float,
5755 * config/rs6000/rs6000-builtin.def (CONVERT_4F32_8I16): Add
5756 BU_P9V_AV_2 and BU_P9V_OVERLOAD_2 definitions.
5757 * config/rs6000/altivec.h (vec_pack_to_short_fp32): Add define.
5758 * config/rs6000/altivec.md(UNSPEC_CONVERT_4F32_8I16): Add UNSPEC.
5759 (convert_4f32_8i16): Add define_expand.
5760 * doc/extend.texi: Update the built-in documentation file for the
5761 new built-in function.
5763 2017-07-07 Jose E. Marchesi <jose.marchesi@oracle.com>
5765 * config/sparc/m8.md: New file.
5766 * config/sparc/sparc.md: Include m8.md.
5768 2017-07-07 Jose E. Marchesi <jose.marchesi@oracle.com>
5770 * config/sparc/sparc.opt: New option -mvis4b.
5771 * config/sparc/sparc.c (dump_target_flag_bits): Handle MASK_VIS4B.
5772 (sparc_option_override): Handle VIS4B.
5773 (enum sparc_builtins): Define
5774 SPARC_BUILTIN_DICTUNPACK{8,16,32},
5775 SPARC_BUILTIN_FPCMP{LE,GT,EQ,NE}{8,16,32}SHL,
5776 SPARC_BUILTIN_FPCMPU{LE,GT}{8,16,32}SHL,
5777 SPARC_BUILTIN_FPCMPDE{8,16,32}SHL and
5778 SPARC_BUILTIN_FPCMPUR{8,16,32}SHL.
5779 (check_constant_argument): New function.
5780 (sparc_vis_init_builtins): Define builtins
5781 __builtin_vis_dictunpack{8,16,32},
5782 __builtin_vis_fpcmp{le,gt,eq,ne}{8,16,32}shl,
5783 __builtin_vis_fpcmpu{le,gt}{8,16,32}shl,
5784 __builtin_vis_fpcmpde{8,16,32}shl and
5785 __builtin_vis_fpcmpur{8,16,32}shl.
5786 (sparc_expand_builtin): Check that the constant operands to
5787 __builtin_vis_fpcmp*shl and _builtin_vis_dictunpack* are indeed
5788 constant and in range.
5789 * config/sparc/sparc-c.c (sparc_target_macros): Handle
5791 * config/sparc/sparc.h (SPARC_IMM2_P): Define.
5792 (SPARC_IMM5_P): Likewise.
5793 * config/sparc/sparc.md (cpu_feature): Add new feagure "vis4b".
5794 (enabled): Handle vis4b.
5795 (UNSPEC_DICTUNPACK): New unspec.
5796 (UNSPEC_FPCMPSHL): Likewise.
5797 (UNSPEC_FPUCMPSHL): Likewise.
5798 (UNSPEC_FPCMPDESHL): Likewise.
5799 (UNSPEC_FPCMPURSHL): Likewise.
5800 (cpu_feature): New CPU feature `vis4b'.
5801 (dictunpack{8,16,32}): New insns.
5802 (FPCSMODE): New mode iterator.
5803 (fpcscond): New code iterator.
5804 (fpcsucond): Likewise.
5805 (fpcmp{le,gt,eq,ne}{8,16,32}{si,di}shl): New insns.
5806 (fpcmpu{le,gt}{8,16,32}{si,di}shl): Likewise.
5807 (fpcmpde{8,16,32}{si,di}shl): Likewise.
5808 (fpcmpur{8,16,32}{si,di}shl): Likewise.
5809 * config/sparc/constraints.md: Define constraints `q' for unsigned
5810 2-bit integer constants and `t' for unsigned 5-bit integer
5812 * config/sparc/predicates.md (imm5_operand_dictunpack8): New
5814 (imm5_operand_dictunpack16): Likewise.
5815 (imm5_operand_dictunpack32): Likewise.
5816 (imm2_operand): Likewise.
5817 * doc/invoke.texi (SPARC Options): Document -mvis4b.
5818 * doc/extend.texi (SPARC VIS Built-in Functions): Document the
5819 ditunpack* and fpcmp*shl builtins.
5821 2017-07-07 Jose E. Marchesi <jose.marchesi@oracle.com>
5823 * config.gcc: Handle m8 in --with-{cpu,tune} options.
5824 * config.in: Add HAVE_AS_SPARC6 define.
5825 * config/sparc/driver-sparc.c (cpu_names): Add entry for the SPARC
5827 * config/sparc/sol2.h (CPP_CPU64_DEFAULT_SPEC): Define for
5829 (ASM_CPU32_DEFAUILT_SPEC): Likewise.
5830 (CPP_CPU_SPEC): Handle m8.
5831 (ASM_CPU_SPEC): Likewise.
5832 * config/sparc/sparc-opts.h (enum processor_type): Add
5834 * config/sparc/sparc.c (m8_costs): New struct.
5835 (sparc_option_override): Handle TARGET_CPU_m8.
5836 (sparc32_initialize_trampoline): Likewise.
5837 (sparc64_initialize_trampoline): Likewise.
5838 (sparc_issue_rate): Likewise.
5839 (sparc_register_move_cost): Likewise.
5840 * config/sparc/sparc.h (TARGET_CPU_m8): Define.
5841 (CPP_CPU64_DEFAULT_SPEC): Define for M8.
5842 (ASM_CPU64_DEFAULT_SPEC): Likewise.
5843 (CPP_CPU_SPEC): Handle M8.
5844 (ASM_CPU_SPEC): Likewise.
5845 (AS_M8_FLAG): Define.
5846 * config/sparc/sparc.md: Add m8 to the cpu attribute.
5847 * config/sparc/sparc.opt: New option -mcpu=m8 for sparc targets.
5848 * configure.ac (HAVE_AS_SPARC6): Check for assembler support for
5850 * configure: Regenerate.
5851 * doc/invoke.texi (SPARC Options): Document -mcpu=m8 and
5854 2017-07-07 Jose E. Marchesi <jose.marchesi@oracle.com>
5856 * config/sparc/niagara7.md: Rework the DFA scheduler to use insn
5858 * config/sparc/sparc.md: Remove the `v3pipe' insn attribute.
5859 ("*movdi_insn_sp32"): Do not set v3pipe.
5860 ("*movsi_insn"): Likewise.
5861 ("*movdi_insn_sp64"): Likewise.
5862 ("*movsf_insn"): Likewise.
5863 ("*movdf_insn_sp32"): Likewise.
5864 ("*movdf_insn_sp64"): Likewise.
5865 ("*zero_extendsidi2_insn_sp64"): Likewise.
5866 ("*sign_extendsidi2_insn"): Likewise.
5867 ("*mov<VM32:mode>_insn"): Likewise.
5868 ("*mov<VM64:mode>_insn_sp64"): Likewise.
5869 ("*mov<VM64:mode>_insn_sp32"): Likewise.
5870 ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5871 ("<vlop:code><VL:mode>3"): Likewise.
5872 ("*not_<vlop:code><VL:mode>3"): Likewise.
5873 ("*nand<VL:mode>_vis"): Likewise.
5874 ("*<vlnotop:code>_not1<VL:mode>_vis"): Likewise.
5875 ("*<vlnotop:code>_not2<VL:mode>_vis"): Likewise.
5876 ("one_cmpl<VL:mode>2"): Likewise.
5877 ("faligndata<VM64:mode>_vis"): Likewise.
5878 ("alignaddrsi_vis"): Likewise.
5879 ("alignaddrdi_vis"): Likweise.
5880 ("alignaddrlsi_vis"): Likewise.
5881 ("alignaddrldi_vis"): Likewise.
5882 ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5883 ("bmaskdi_vis"): Likewise.
5884 ("bmasksi_vis"): Likewise.
5885 ("bshuffle<VM64:mode>_vis"): Likewise.
5886 ("cmask8<P:mode>_vis"): Likewise.
5887 ("cmask16<P:mode>_vis"): Likewise.
5888 ("cmask32<P:mode>_vis"): Likewise.
5889 ("pdistn<P:mode>_vis"): Likewise.
5890 ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5892 2017-07-07 Jose E. Marchesi <jose.marchesi@oracle.com>
5894 * config/sparc/sparc.md ("subtype"): New insn attribute.
5895 ("*wrgsr_sp64"): Set insn subtype.
5896 ("*rdgsr_sp64"): Likewise.
5897 ("alignaddrsi_vis"): Likewise.
5898 ("alignaddrdi_vis"): Likewise.
5899 ("alignaddrlsi_vis"): Likewise.
5900 ("alignaddrldi_vis"): Likewise.
5901 ("<plusminus_insn><VADDSUB:mode>3"): Likewise.
5902 ("fexpand_vis"): Likewise.
5903 ("fpmerge_vis"): Likewise.
5904 ("faligndata<VM64:mode>_vis"): Likewise.
5905 ("bshuffle<VM64:mode>_vis"): Likewise.
5906 ("cmask8<P:mode>_vis"): Likewise.
5907 ("cmask16<P:mode>_vis"): Likewise.
5908 ("cmask32<P:mode>_vis"): Likewise.
5909 ("fchksm16_vis"): Likewise.
5910 ("v<vis3_shift_patname><GCM:mode>3"): Likewise.
5911 ("fmean16_vis"): Likewise.
5912 ("fp<plusminus_insn>64_vis"): Likewise.
5913 ("<plusminus_insn>v8qi3"): Likewise.
5914 ("<vis3_addsub_ss_patname><VASS:mode>3"): Likewise.
5915 ("<vis4_minmax_patname><VMMAX:mode>3"): Likewise.
5916 ("<vis4_uminmax_patname><VMMAX:mode>3"): Likewise.
5917 ("<vis3_addsub_ss_patname>v8qi3"): Likewise.
5918 ("<vis4_addsub_us_patname><VAUS:mode>3"): Likewise.
5919 ("*movqi_insn"): Likewise.
5920 ("*movhi_insn"): Likewise.
5921 ("*movsi_insn"): Likewise.
5922 ("movsi_pic_gotdata_op"): Likewise.
5923 ("*movdi_insn_sp32"): Likewise.
5924 ("*movdi_insn_sp64"): Likewise.
5925 ("movdi_pic_gotdata_op"): Likewise.
5926 ("*movsf_insn"): Likewise.
5927 ("*movdf_insn_sp32"): Likewise.
5928 ("*movdf_insn_sp64"): Likewise.
5929 ("*zero_extendhisi2_insn"): Likewise.
5930 ("*zero_extendqihi2_insn"): Likewise.
5931 ("*zero_extendqisi2_insn"): Likewise.
5932 ("*zero_extendqidi2_insn"): Likewise.
5933 ("*zero_extendhidi2_insn"): Likewise.
5934 ("*zero_extendsidi2_insn_sp64"): Likewise.
5935 ("ldfsr"): Likewise.
5936 ("prefetch_64"): Likewise.
5937 ("prefetch_32"): Likewise.
5938 ("tie_ld32"): Likewise.
5939 ("tie_ld64"): Likewise.
5940 ("*tldo_ldub_sp32"): Likewise.
5941 ("*tldo_ldub1_sp32"): Likewise.
5942 ("*tldo_ldub2_sp32"): Likewise.
5943 ("*tldo_ldub_sp64"): Likewise.
5944 ("*tldo_ldub1_sp64"): Likewise.
5945 ("*tldo_ldub2_sp64"): Likewise.
5946 ("*tldo_ldub3_sp64"): Likewise.
5947 ("*tldo_lduh_sp32"): Likewise.
5948 ("*tldo_lduh1_sp32"): Likewise.
5949 ("*tldo_lduh_sp64"): Likewise.
5950 ("*tldo_lduh1_sp64"): Likewise.
5951 ("*tldo_lduh2_sp64"): Likewise.
5952 ("*tldo_lduw_sp32"): Likewise.
5953 ("*tldo_lduw_sp64"): Likewise.
5954 ("*tldo_lduw1_sp64"): Likewise.
5955 ("*tldo_ldx_sp64"): Likewise.
5956 ("*mov<VM32:mode>_insn"): Likewise.
5957 ("*mov<VM64:mode>_insn_sp64"): Likewise.
5958 ("*mov<VM64:mode>_insn_sp32"): Likewise.
5960 2017-07-07 Jose E. Marchesi <jose.marchesi@oracle.com>
5962 * config/sparc/sparc.md ("type"): New insn type viscmp.
5963 ("fcmp<gcond:code><GCM:gcm_name><P:mode>_vis"): Set insn type to
5965 ("fpcmp<gcond:code>8<P:mode>_vis"): Likewise.
5966 ("fucmp<gcond:code>8<P:mode>_vis"): Likewise.
5967 ("fpcmpu<gcond:code><GCM:gcm_name><P:mode>_vis"): Likewise.
5968 * config/sparc/niagara7.md ("n7_vis_logical_v3pipe"): Handle
5970 ("n7_vis_logical_11cycle"): Likewise.
5971 * config/sparc/niagara4.md ("n4_vis_logical"): Likewise.
5972 * config/sparc/niagara2.md ("niag3_vis": Likewise.
5973 * config/sparc/niagara.md ("niag_vis"): Likewise.
5974 * config/sparc/ultra3.md ("us3_fga"): Likewise.
5975 * config/sparc/ultra1_2.md ("us1_fga_double"): Likewise.
5977 2017-07-07 Jose E. Marchesi <jose.marchesi@oracle.com>
5979 * config/sparc/sparc.md: New instruction type `bmask'.
5980 (bmaskdi_vis): Use the `bmask' type.
5981 (bmasksi_vis): Likewise.
5982 * config/sparc/ultra3.md (us3_array): Likewise.
5983 * config/sparc/niagara7.md (n7_array): Likewise.
5984 * config/sparc/niagara4.md (n4_array): Likewise.
5985 * config/sparc/niagara2.md (niag2_vis): Likewise.
5986 (niag3_vis): Likewise.
5987 * config/sparc/niagara.md (niag_vis): Likewise.
5989 2017-07-06 Jan Hubicka <hubicka@ucw.cz>
5991 * ipa-comdats.c: Remove optimize check from gate.
5992 * ipa-fnsummary.c (ipa_fn_summary_generate): do not generate summary
5993 for functions not optimized.
5994 (ipa_fn_summary_read): Skip optimize check.
5995 (ipa_fn_summary_write): Likewise.
5996 * ipa-inline-analysis.c (do_estimate_growth_1): Check that caller
5998 * ipa-inline.c (can_inline_edge_p): Not optimized functions are
6000 (can_inline_edge_p): Check flag_pcc_struct_return for match.
6001 (check_callers): Give up on caller which is not optimized.
6002 (inline_small_functions): Likewise.
6003 (ipa_inline): Do not give up when not optimizing.
6004 * ipa-visbility.c (function_and_variable_visibility): Do not optimize
6005 away unoptimizes cdtors.
6006 (whole_program_function_and_variable_visibility): Do
6007 ipa_discover_readonly_nonaddressable_vars in LTO mode.
6008 * ipa.c (process_references): Do not check optimize.
6009 (symbol_table::remove_unreachable_nodes): Update optimize check.
6010 (set_writeonly_bit): Update optimize check.
6011 (pass_ipa_cdtor_merge::gate): Do not check optimize.
6012 (pass_ipa_single_use::gate): Remove.
6014 2017-07-06 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
6016 * config/rs6000/rs6000.c (union_defs, union_uses, insn_is_load_p,
6017 insn_is_store_p, insn_is_swap_p, const_load_sequence_p, v2df_reduction_p,
6018 rtx_is_swappable_p, insn_is_swappable_p, chain_contains_only_swaps,
6019 mark_swaps_for_removal, swap_const_vector_halves, adjust_subreg_index,
6020 permute_load, permute_store, adjust_extract, adjust_splat,
6021 adjust_xxpermdi, adjust_concat, adjust_vperm, handle_special_swappables,
6022 replace_swap_with_copy, dump_swap_insn_table,
6023 alignment_with_canonical_addr, alignment_mask, find_alignment_op,
6024 recombine_lvx_pattern, recombine_stvx_pattern,
6025 recombine_lvx_stvx_patterns, rs6000_analyze_swaps,
6026 make_pass_analyze_swaps): Move all code related to p8 swap optimizations
6027 to file rs6000-p8swap.c.
6028 * config/rs6000/rs6000-p8swap.c: New file.
6029 * config/rs6000/t-rs6000: Add rule to build rs6000-p8swap.o.
6030 * config.gcc: Add rs6000-p8swap.o to extra_objs for powerpc*-*-*
6031 and rs6000*-*-* targets.
6033 2017-07-06 David Malcolm <dmalcolm@redhat.com>
6035 * Makefile.in (selftest): Remove dependency on s-selftest-c++.
6037 2017-07-06 Jan Hubicka <hubicka@ucw.cz>
6039 * lto-wrapper.c (merge_and_complain): Do not merge
6040 fexceptions, fnon_call_exceptions, ftrapv, ffp_contract_, fmath_errno,
6041 fsigned_zeros, ftrapping_math, fwrapv.
6042 (append_compiler_options): Do not track these options.
6043 (append_linker_options): Likewie
6045 2017-07-06 Jan Hubicka <hubicka@ucw.cz>
6047 * cgraphunit.c (cgraph_node::finalize_function): When
6048 !flag_toplevel_reorde set no_reorder flag.
6049 (varpool_node::finalize_decl): Likewise.
6050 (symbol_table::compile): Drop no toplevel reorder path.
6052 2017-07-06 Jan Hubicka <hubicka@ucw.cz>
6054 * bb-reorder.c (better_edge_p): Do not build traces across abnormal/eh
6055 edges; zero probability is not better than uninitialized.
6057 2017-07-06 Maxim Ostapenko <m.ostapenko@samsung.com>
6059 * asan.h (asan_sanitize_allocas_p): Declare.
6060 * asan.c (asan_sanitize_allocas_p): New function.
6061 (handle_builtin_stack_restore): Bail out if !asan_sanitize_allocas_p.
6062 (handle_builtin_alloca): Likewise.
6063 * cfgexpand.c (expand_used_vars): Do not add allocas unpoisoning stuff
6064 if !asan_sanitize_allocas_p.
6065 * params.def (asan-instrument-allocas): Add new option.
6066 * params.h (ASAN_PROTECT_ALLOCAS): Define.
6067 * opts.c (common_handle_option): Disable allocas sanitization for
6070 2017-07-06 Maxim Ostapenko <m.ostapenko@samsung.com>
6072 * asan.c: Include gimple-fold.h.
6073 (get_last_alloca_addr): New function.
6074 (handle_builtin_stackrestore): Likewise.
6075 (handle_builtin_alloca): Likewise.
6076 (asan_emit_allocas_unpoison): Likewise.
6077 (get_mem_refs_of_builtin_call): Add new parameter, remove const
6078 quallifier from first paramerer. Handle BUILT_IN_ALLOCA,
6079 BUILT_IN_ALLOCA_WITH_ALIGN and BUILT_IN_STACK_RESTORE builtins.
6080 (instrument_builtin_call): Pass gimple iterator to
6081 get_mem_refs_of_builtin_call.
6082 (last_alloca_addr): New global.
6083 * asan.h (asan_emit_allocas_unpoison): Declare.
6084 * builtins.c (expand_asan_emit_allocas_unpoison): New function.
6085 (expand_builtin): Handle BUILT_IN_ASAN_ALLOCAS_UNPOISON.
6086 * cfgexpand.c (expand_used_vars): Call asan_emit_allocas_unpoison
6087 if function calls alloca.
6088 * gimple-fold.c (replace_call_with_value): Remove static keyword.
6089 * gimple-fold.h (replace_call_with_value): Declare.
6090 * internal-fn.c: Include asan.h.
6091 * sanitizer.def (BUILT_IN_ASAN_ALLOCA_POISON,
6092 BUILT_IN_ASAN_ALLOCAS_UNPOISON): New builtins.
6094 2017-07-06 David Malcolm <dmalcolm@redhat.com>
6096 * Makefile.in (SELFTEST_FLAGS): Drop "-x c", moving it to...
6097 (C_SELFTEST_FLAGS): New.
6098 (CPP_SELFTEST_FLAGS): New.
6099 (SELFTEST_DEPS): New, from deps of s-selftest.
6100 (C_SELFTEST_DEPS): New, from deps of s-selftest.
6101 (CPP_SELFTEST_DEPS): New.
6102 (selftest): Add dependency on s-selftest-c++.
6103 (s-selftest): Rename to...
6104 (s-selftest-c): ...this, moving deps to SELFTEST_DEPS
6105 and C_SELFTEST_DEPS, and using C_SELFTEST_FLAGS rather
6106 than SELFTEST_FLAGS.
6107 (selftest-gdb): Rename to...
6108 (selftest-c-gdb): ...this, using C_SELFTEST_DEPS and
6110 (selftest-gdb): Reintroduce as an alias for selftest-c-gdb.
6111 (selftest-valgrind): Rename to...
6112 (selftest-c-valgrind): ...this, using C_SELFTEST_DEPS and
6114 (selftest-valgrind): Reintroduce as an alias for
6115 selftest-c-valgrind.
6116 (s-selftest-c++): New.
6117 (selftest-c++-gdb): New.
6118 (selftest-c++-valgrind): New.
6120 2017-07-06 Olivier Hainque <hainque@adacore.com>
6122 * gcc.c (process_command): When deciding if undefined variables
6123 should be ignored when processing specs, accept "gcc -v" as well.
6125 2017-07-06 Jan Hubicka <hubicka@ucw.cz>
6127 * auto-profile.c (afdo_set_bb_count, afdo_propagate_edge,
6128 afdo_annotate_cfg): Set counts/probabilities as determined by afdo.
6130 2017-07-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6132 * config/arm/arm-cpus.in (armv8-r): Add new entry.
6133 * config/arm/arm-isa.h (ISA_ARMv8r): Define macro.
6134 * config/arm/arm-tables.opt: Regenerate.
6135 * config/arm/arm.h (enum base_architecture): Add BASE_ARCH_8R
6137 * doc/invoke.texi: Mention -march=armv8-r and its extensions.
6139 2017-07-06 Carl Love <cel@us.ibm.com>
6141 * ChangeLog: Clean up from mid air collision
6143 2017-07-06 Carl Love <cel@us.ibm.com>
6145 * config/rs6000/rs6000-c.c: Add support for built-in functions
6146 vector signed int vec_subc (vector signed int, vector signed int);
6147 vector signed __int128 vec_subc (vector signed __int128,
6148 vector signed __int128);
6149 vector unsigned __int128 vec_subc (vector unsigned __int128,
6150 vector unsigned __int128);
6151 vector signed int vec_sube (vector signed int, vector signed int,
6153 vector unsigned int vec_sube (vector unsigned int,
6154 vector unsigned int,
6155 vector unsigned int);
6156 vector signed __int128 vec_sube (vector signed __int128,
6157 vector signed __int128,
6158 vector signed__int128);
6159 vector unsigned __int128 vec_sube (vector unsigned __int128,
6160 vector unsigned __int128,
6161 vector unsigned __int128);
6162 vector signed int vec_subec (vector signed int, vector signed int,
6164 vector unsigned int vec_subec (vector unsigned int,
6165 vector unsigned int,
6166 vector unsigned int);
6167 vector signed __int128 vec_subec (vector signed __int128,
6168 vector signed __int128,
6169 vector signed__int128);
6170 vector unsigned __int128 vec_subec (vector unsigned __int128,
6171 vector unsigned __int128,
6172 vector unsigned __int128);
6173 * config/rs6000/rs6000.c (ALTIVEC_BUILTIN_VEC_SUBE,
6174 ALTIVEC_BUILTIN_VEC_SUBEC): Add ef_builtins.
6175 * config/rs6000/rs6000-builtin.def (SUBE, SUBEC): Add
6176 BU_ALTIVEC_OVERLOAD_X definitions.
6177 * config/rs6000/altivec.h (vec_sube, vec_subec): Add builtin defines.
6178 * doc/extend.texi: Update the built-in documentation file for the new
6181 2017-07-06 David Malcolm <dmalcolm@redhat.com>
6184 * diagnostic-show-locus.c (layout::layout): Use start and finish
6185 spelling location for the start and finish of each range.
6186 * genmatch.c (linemap_client_expand_location_to_spelling_point):
6187 Add unused aspect param.
6188 * input.c (expand_location_1): Add "aspect" param, and use it
6189 to access the correct part of the location.
6190 (expand_location): Pass LOCATION_ASPECT_CARET to new param of
6192 (expand_location_to_spelling_point): Likewise.
6193 (linemap_client_expand_location_to_spelling_point): Add "aspect"
6194 param, and pass it to expand_location_1.
6196 2017-07-06 Sebastian Peryt <sebastian.peryt@intel.com>
6198 * config/i386/avx512fintrin.h (_mm_mask_getexp_round_ss,
6199 _mm_maskz_getexp_round_ss, _mm_mask_getexp_round_sd,
6200 _mm_maskz_getexp_round_sd, _mm_mask_getmant_round_sd,
6201 _mm_maskz_getmant_round_sd, _mm_mask_getmant_round_ss,
6202 _mm_maskz_getmant_round_ss, _mm_mask_getexp_ss, _mm_maskz_getexp_ss,
6203 _mm_mask_getexp_sd, _mm_maskz_getexp_sd, _mm_mask_getmant_sd,
6204 _mm_maskz_getmant_sd, _mm_mask_getmant_ss,
6205 _mm_maskz_getmant_ss): New intrinsics.
6206 (__builtin_ia32_getexpss128_mask): Changed to ...
6207 __builtin_ia32_getexpss128_round ... this.
6208 (__builtin_ia32_getexpsd128_mask): Changed to ...
6209 __builtin_ia32_getexpsd128_round ... this.
6210 * config/i386/i386-builtin-types.def
6211 ((V2DF, V2DF, V2DF, INT, V2DF, UQI, INT),
6212 (V4SF, V4SF, V4SF, INT, V4SF, UQI, INT)): New function type aliases.
6213 * config/i386/i386-builtin.def (__builtin_ia32_getexpsd_mask_round,
6214 __builtin_ia32_getexpss_mask_round, __builtin_ia32_getmantsd_mask_round,
6215 __builtin_ia32_getmantss_mask_round): New builtins.
6216 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_INT_V2DF_UQI_INT,
6217 V4SF_FTYPE_V4SF_V4SF_INT_V4SF_UQI_INT): Handle new types.
6218 (CODE_FOR_avx512f_vgetmantv2df_mask_round,
6219 CODE_FOR_avx512f_vgetmantv4sf_mask_round): New cases.
6220 * config/i386/sse.md
6221 (avx512f_sgetexp<mode><round_saeonly_name>): Changed to ...
6222 avx512f_sgetexp<mode><mask_scalar_name>
6223 <round_saeonly_scalar_name> ... this.
6224 (vgetexp<ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|
6225 %0, %1, %2<round_saeonly_op3>}): Changed to ...
6226 vgetexp<ssescalarmodesuffix>
6227 \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6228 %0<mask_scalar_operand3>, %1, %2<round_saeonly_scalar_mask_op3>} ... this.
6229 (avx512f_vgetmant<mode><round_saeonly_name>): Changed to ...
6230 avx512f_vgetmant<mode><mask_scalar_name>
6231 <round_saeonly_scalar_name> ... this.
6232 (vgetmant<ssescalarmodesuffix>\t{%3, <round_saeonly_op4>%2, %1, %0|
6233 %0, %1, %2<round_saeonly_op4>, %3}): Changed to ...
6234 vgetmant<ssescalarmodesuffix>
6235 \t{%3, <round_saeonly_scalar_mask_op4>%2, %1, %0<mask_scalar_operand4>|
6236 %0<mask_scalar_operand4>, %1, %2
6237 <round_saeonly_scalar_mask_op4>, %3} ... this.
6238 * config/i386/subst.md (mask_scalar_operand4,
6239 round_saeonly_scalar_mask_operand4, round_saeonly_scalar_mask_op4,
6240 round_saeonly_scalar_nimm_predicate): New subst attributes.
6242 2017-07-06 Julia Koval <julia.koval@intel.com>
6244 * config/i386/i386.c (ix86_erase_embedded_rounding):
6245 Remove code for old rounding pattern.
6247 2017-07-06 Richard Earnshaw <rearnsha@arm.com>
6249 * config/arm/t-arm (GTM_H): Add arm-cpu.h.
6251 2017-07-06 Christophe Lyon <christophe.lyon@linaro.org>
6253 * doc/sourcebuild.texi (Test Directives, Variants of
6254 dg-require-support): Add documentation for dg-require-stack-check.
6256 2017-07-05 Sebastian Peryt <sebastian.peryt@intel.com>
6258 * config/i386/subst.md (mask_scalar, round_scalar,
6259 round_saeonly_scalar): New meta-templates.
6260 (mask_scalar_name, mask_scalar_operand3, round_scalar_name,
6261 round_scalar_mask_operand3, round_scalar_mask_op3,
6262 round_scalar_constraint, round_scalar_prefix, round_saeonly_scalar_name,
6263 round_saeonly_scalar_mask_operand3, round_saeonly_scalar_mask_op3,
6264 round_saeonly_scalar_constraint,
6265 round_saeonly_scalar_prefix): New subst attribute.
6266 * config/i386/sse.md
6267 (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): Renamed to ...
6268 <sse>_vm<plusminus_insn><mode>3<mask_scalar_name>
6269 <round_scalar_name> ... this.
6270 (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): Renamed to ...
6271 <sse>_vm<multdiv_mnemonic><mode>3<mask_scalar_name>
6272 <round_scalar_name> ... this.
6273 (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): Renamed to ...
6274 <sse>_vm<code><mode>3<mask_scalar_name>
6275 <round_saeonly_scalar_name> ... this.
6276 (v<plusminus_mnemonic><ssescalarmodesuffix>
6277 \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6278 %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6279 v<plusminus_mnemonic><ssescalarmodesuffix>
6280 \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6281 %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6282 (v<multdiv_mnemonic><ssescalarmodesuffix>
6283 \t{<round_mask_op3>%2, %1, %0<mask_operand3>|
6284 %0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}): Changed to ...
6285 v<multdiv_mnemonic><ssescalarmodesuffix>
6286 \t{<round_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6287 %0<mask_scalar_operand3>, %1, %<iptr>2<round_scalar_mask_op3>} ... this.
6288 (v<maxmin_float><ssescalarmodesuffix>
6289 \t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|
6290 %0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}): Changed to ...
6291 v<maxmin_float><ssescalarmodesuffix>
6292 \t{<round_saeonly_scalar_mask_op3>%2, %1, %0<mask_scalar_operand3>|
6293 %0<mask_scalar_operand3>, %1, %<iptr>2
6294 <round_saeonly_scalar_mask_op3>} ... this.
6296 2017-07-05 Richard Earnshaw <rearnsha@arm.com>
6298 * config/arm/arm.c (arm_fixed_condition_code_regs): New function.
6299 (TARGET_FIXED_CONDITION_CODE_REGS): Redefine.
6301 2017-07-05 Richard Sandiford <richard.sandiford@linaro.org>
6302 Alan Hayward <alan.hayward@arm.com>
6303 David Sherwood <david.sherwood@arm.com>
6305 * combine.c (simplify_if_then_else): Remove "enum" before
6307 * compare-elim.c (can_eliminate_compare): Likewise.
6308 * config/aarch64/aarch64-builtins.c (aarch64_simd_builtin_std_type):
6310 (aarch64_lookup_simd_builtin_type): Likewise.
6311 (aarch64_simd_builtin_type): Likewise.
6312 (aarch64_init_simd_builtin_types): Likewise.
6313 (aarch64_simd_expand_args): Likewise.
6314 * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist):
6316 (aarch64_reverse_mask): Likewise.
6317 (aarch64_simd_emit_reg_reg_move): Likewise.
6318 (aarch64_gen_adjusted_ldpstp): Likewise.
6319 (aarch64_ccmp_mode_to_code): Likewise.
6320 (aarch64_operands_ok_for_ldpstp): Likewise.
6321 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6322 * config/aarch64/aarch64.c (aarch64_ira_change_pseudo_allocno_class):
6324 (aarch64_min_divisions_for_recip_mul): Likewise.
6325 (aarch64_reassociation_width): Likewise.
6326 (aarch64_get_condition_code_1): Likewise.
6327 (aarch64_simd_emit_reg_reg_move): Likewise.
6328 (aarch64_simd_attr_length_rglist): Likewise.
6329 (aarch64_reverse_mask): Likewise.
6330 (aarch64_operands_ok_for_ldpstp): Likewise.
6331 (aarch64_operands_adjust_ok_for_ldpstp): Likewise.
6332 (aarch64_gen_adjusted_ldpstp): Likewise.
6333 * config/aarch64/cortex-a57-fma-steering.c (fma_node::rename):
6335 * config/arc/arc.c (legitimate_offset_address_p): Likewise.
6336 * config/arm/arm-builtins.c (arm_simd_builtin_std_type): Likewise.
6337 (arm_lookup_simd_builtin_type): Likewise.
6338 (arm_simd_builtin_type): Likewise.
6339 (arm_init_simd_builtin_types): Likewise.
6340 (arm_expand_builtin_args): Likewise.
6341 * config/arm/arm-protos.h (arm_expand_builtin): Likewise.
6342 * config/ft32/ft32.c (ft32_libcall_value): Likewise.
6343 (ft32_setup_incoming_varargs): Likewise.
6344 (ft32_function_arg): Likewise.
6345 (ft32_function_arg_advance): Likewise.
6346 (ft32_pass_by_reference): Likewise.
6347 (ft32_arg_partial_bytes): Likewise.
6348 (ft32_valid_pointer_mode): Likewise.
6349 (ft32_addr_space_pointer_mode): Likewise.
6350 (ft32_addr_space_legitimate_address_p): Likewise.
6351 * config/i386/i386-protos.h (ix86_operands_ok_for_move_multiple):
6353 * config/i386/i386.c (ix86_setup_incoming_vararg_bounds): Likewise.
6354 (ix86_emit_outlined_ms2sysv_restore): Likewise.
6355 (iamcu_alignment): Likewise.
6356 (canonicalize_vector_int_perm): Likewise.
6357 (ix86_noce_conversion_profitable_p): Likewise.
6358 (ix86_mpx_bound_mode): Likewise.
6359 (ix86_operands_ok_for_move_multiple): Likewise.
6360 * config/microblaze/microblaze-protos.h
6361 (microblaze_expand_conditional_branch_reg): Likewise.
6362 * config/microblaze/microblaze.c
6363 (microblaze_expand_conditional_branch_reg): Likewise.
6364 * config/powerpcspe/powerpcspe.c (rs6000_init_hard_regno_mode_ok):
6366 (rs6000_reassociation_width): Likewise.
6367 (rs6000_invalid_binary_op): Likewise.
6368 (fusion_p9_p): Likewise.
6369 (emit_fusion_p9_load): Likewise.
6370 (emit_fusion_p9_store): Likewise.
6371 * config/riscv/riscv-protos.h (riscv_regno_mode_ok_for_base_p):
6373 (riscv_hard_regno_mode_ok_p): Likewise.
6374 (riscv_address_insns): Likewise.
6375 (riscv_split_symbol): Likewise.
6376 (riscv_legitimize_move): Likewise.
6377 (riscv_function_value): Likewise.
6378 (riscv_hard_regno_nregs): Likewise.
6379 (riscv_expand_builtin): Likewise.
6380 * config/riscv/riscv.c (riscv_build_integer_1): Likewise.
6381 (riscv_build_integer): Likewise.
6382 (riscv_split_integer): Likewise.
6383 (riscv_legitimate_constant_p): Likewise.
6384 (riscv_cannot_force_const_mem): Likewise.
6385 (riscv_regno_mode_ok_for_base_p): Likewise.
6386 (riscv_valid_base_register_p): Likewise.
6387 (riscv_valid_offset_p): Likewise.
6388 (riscv_valid_lo_sum_p): Likewise.
6389 (riscv_classify_address): Likewise.
6390 (riscv_legitimate_address_p): Likewise.
6391 (riscv_address_insns): Likewise.
6392 (riscv_load_store_insns): Likewise.
6393 (riscv_force_binary): Likewise.
6394 (riscv_split_symbol): Likewise.
6395 (riscv_force_address): Likewise.
6396 (riscv_legitimize_address): Likewise.
6397 (riscv_move_integer): Likewise.
6398 (riscv_legitimize_const_move): Likewise.
6399 (riscv_legitimize_move): Likewise.
6400 (riscv_address_cost): Likewise.
6401 (riscv_subword): Likewise.
6402 (riscv_output_move): Likewise.
6403 (riscv_canonicalize_int_order_test): Likewise.
6404 (riscv_emit_int_order_test): Likewise.
6405 (riscv_function_arg_boundary): Likewise.
6406 (riscv_pass_mode_in_fpr_p): Likewise.
6407 (riscv_pass_fpr_single): Likewise.
6408 (riscv_pass_fpr_pair): Likewise.
6409 (riscv_get_arg_info): Likewise.
6410 (riscv_function_arg): Likewise.
6411 (riscv_function_arg_advance): Likewise.
6412 (riscv_arg_partial_bytes): Likewise.
6413 (riscv_function_value): Likewise.
6414 (riscv_pass_by_reference): Likewise.
6415 (riscv_setup_incoming_varargs): Likewise.
6416 (riscv_print_operand): Likewise.
6417 (riscv_elf_select_rtx_section): Likewise.
6418 (riscv_save_restore_reg): Likewise.
6419 (riscv_for_each_saved_reg): Likewise.
6420 (riscv_register_move_cost): Likewise.
6421 (riscv_hard_regno_mode_ok_p): Likewise.
6422 (riscv_hard_regno_nregs): Likewise.
6423 (riscv_class_max_nregs): Likewise.
6424 (riscv_memory_move_cost): Likewise.
6425 * config/rl78/rl78-protos.h (rl78_split_movsi): Likewise.
6426 * config/rl78/rl78.c (rl78_split_movsi): Likewise.
6427 (rl78_addr_space_address_mode): Likewise.
6428 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin):
6430 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Likewise.
6431 (rs6000_reassociation_width): Likewise.
6432 (rs6000_invalid_binary_op): Likewise.
6433 (fusion_p9_p): Likewise.
6434 (emit_fusion_p9_load): Likewise.
6435 (emit_fusion_p9_store): Likewise.
6436 * config/visium/visium-protos.h (prepare_move_operands): Likewise.
6437 (ok_for_simple_move_operands): Likewise.
6438 (ok_for_simple_move_strict_operands): Likewise.
6439 (ok_for_simple_arith_logic_operands): Likewise.
6440 (visium_legitimize_reload_address): Likewise.
6441 (visium_select_cc_mode): Likewise.
6442 (output_cbranch): Likewise.
6443 (visium_split_double_move): Likewise.
6444 (visium_expand_copysign): Likewise.
6445 (visium_expand_int_cstore): Likewise.
6446 (visium_expand_fp_cstore): Likewise.
6447 * config/visium/visium.c (visium_pass_by_reference): Likewise.
6448 (visium_function_arg): Likewise.
6449 (visium_function_arg_advance): Likewise.
6450 (visium_libcall_value): Likewise.
6451 (visium_setup_incoming_varargs): Likewise.
6452 (visium_legitimate_constant_p): Likewise.
6453 (visium_legitimate_address_p): Likewise.
6454 (visium_legitimize_address): Likewise.
6455 (visium_secondary_reload): Likewise.
6456 (visium_register_move_cost): Likewise.
6457 (visium_memory_move_cost): Likewise.
6458 (prepare_move_operands): Likewise.
6459 (ok_for_simple_move_operands): Likewise.
6460 (ok_for_simple_move_strict_operands): Likewise.
6461 (ok_for_simple_arith_logic_operands): Likewise.
6462 (visium_function_value_1): Likewise.
6463 (rtx_ok_for_offset_p): Likewise.
6464 (visium_legitimize_reload_address): Likewise.
6465 (visium_split_double_move): Likewise.
6466 (visium_expand_copysign): Likewise.
6467 (visium_expand_int_cstore): Likewise.
6468 (visium_expand_fp_cstore): Likewise.
6469 (visium_split_cstore): Likewise.
6470 (visium_select_cc_mode): Likewise.
6471 (visium_split_cbranch): Likewise.
6472 (output_cbranch): Likewise.
6473 (visium_print_operand_address): Likewise.
6474 * expmed.c (flip_storage_order): Likewise.
6475 * expmed.h (emit_cstore): Likewise.
6476 (flip_storage_order): Likewise.
6477 * genrecog.c (validate_pattern): Likewise.
6478 * hsa-gen.c (gen_hsa_addr): Likewise.
6479 * internal-fn.c (expand_arith_overflow): Likewise.
6480 * ira-color.c (allocno_copy_cost_saving): Likewise.
6481 * lra-assigns.c (find_hard_regno_for_1): Likewise.
6482 * lra-constraints.c (prohibited_class_reg_set_mode_p): Likewise.
6483 (process_invariant_for_inheritance): Likewise.
6484 * lra-eliminations.c (move_plus_up): Likewise.
6485 * omp-low.c (lower_oacc_reductions): Likewise.
6486 * simplify-rtx.c (simplify_subreg): Likewise.
6487 * target.def (TARGET_SETUP_INCOMING_VARARG_BOUNDS): Likewise.
6488 (TARGET_CHKP_BOUND_MODE): Likewise..
6489 * targhooks.c (default_chkp_bound_mode): Likewise.
6490 (default_setup_incoming_vararg_bounds): Likewise.
6491 * targhooks.h (default_chkp_bound_mode): Likewise.
6492 (default_setup_incoming_vararg_bounds): Likewise.
6493 * tree-ssa-math-opts.c (divmod_candidate_p): Likewise.
6494 * tree-vect-loop.c (calc_vec_perm_mask_for_shift): Likewise.
6495 (have_whole_vector_shift): Likewise.
6496 * tree-vect-stmts.c (vectorizable_load): Likewise.
6497 * doc/tm.texi: Regenerate.
6499 2017-07-05 Georg-Johann Lay <avr@gjlay.de>
6501 Graceful degrade if Binutils PR21472 is not available.
6504 * configure.ac [target=avr]: WARN instead of ERROR if avrxmega3
6505 .rodata in flash test fails.
6506 (HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH): Define it if test passes.
6507 * confgure: Regenerate.
6508 * config.in: Regenerate.
6509 * config/avr/avr.c (avr_asm_named_section)
6510 [HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH]: Only trigger
6511 __do_copy_data for stuff in .rodata if flash_pm_offset = 0.
6512 (avr_asm_init_sections): Same.
6514 2017-07-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6516 * config/arm/neon.md (fma<VCVTF:mode>4): Remove %?.
6517 (fma<VH:mode>4_intrinsic): Likewise.
6518 (*fmsub<VCVTF:mode>4): Likewise.
6519 (*fmsub<VH:mode>4_intrinsic): Likewise.
6521 2017-07-05 Georg-Johann Lay <avr@gjlay.de>
6524 * config/avr/avr.c (avr_out_movhi_mr_r_xmega) [CONSTANT_ADDRESS_P]:
6525 Don't depend on "optimize > 0".
6526 (out_movhi_r_mr, out_movqi_mr_r): Same.
6527 (out_movhi_mr_r, out_movqi_r_mr): Same.
6528 (avr_address_cost) [CONSTANT_ADDRESS_P]: Don't depend cost for
6529 io_address_operand on "optimize > 0".
6531 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6533 * tree-loop-distribution.c: Add general explanantion on the pass.
6534 (generate_loops_for_partition): Mark distributed loop.
6535 (pg_add_dependence_edges): New parameter. Handle alias data
6536 dependence specially and record it in the parameter if asked.
6537 (struct pg_vdata, pg_edata, pg_edge_callback_data): New structs.
6538 (init_partition_graph_vertices, add_partition_graph_edge): New.
6539 (pg_skip_alias_edge, free_partition_graph_edata_cb): New.
6540 (free_partition_graph_vdata, build_partition_graph): New.
6541 (sort_partitions_by_post_order, merge_dep_scc_partitions): New.
6542 (pg_collect_alias_ddrs, break_alias_scc_partitions): New.
6543 (data_ref_segment_size, latch_dominated_by_data_ref): New.
6544 (compute_alias_check_pairs, version_loop_by_alias_check): New.
6545 (version_for_distribution_p, finalize_partitions): New.
6546 (distribute_loop): Handle alias data dependence specially. Factor
6547 out loop fusion code as functions and call these functions.
6549 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6551 * tree-loop-distribution.c (classify_partition): New parameter and
6552 better handle reduction statement.
6553 (rdg_build_partitions): Revise comment.
6554 (distribute_loop): Compute statements in all partitions and pass it
6555 to classify_partition.
6557 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6559 * tree-loop-distribution.c (enum partition_type): New.
6560 (struct partition): New field type.
6561 (partition_merge_into): Add parameter. Update partition type.
6562 (data_dep_in_cycle_p, update_type_for_merge): New functions.
6563 (build_rdg_partition_for_vertex): Compute partition type.
6564 (rdg_build_partitions): Dump partition type.
6565 (distribute_loop): Update calls to partition_merge_into.
6567 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6569 * tree-loop-distribution.c (struct ddr_hasher): New.
6570 (ddr_hasher::hash, ::equal, get_data_dependence): New function.
6572 (classify_partition): Call get_data_dependence.
6573 (pg_add_dependence_edges): Ditto.
6574 (distribute_loop): Release data dependence hash table.
6576 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6578 * tree-loop-distribution.c (ref_base_address): Delete.
6579 (similar_memory_accesses): Rename ...
6580 (share_memory_accesses): ... to this. Check if partitions access
6581 the same memory reference.
6582 (distribute_loop): Call share_memory_accesses.
6584 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6586 * tree-loop-distribution.c (struct partition): New field recording
6588 (partition_alloc, partition_free): Init and release data refs.
6589 (partition_merge_into): Merge data refs.
6590 (build_rdg_partition_for_vertex): Collect data refs for partition.
6591 (pg_add_dependence_edges): Change parameters from vector to bitmap.
6593 (distribute_loop): Remve data refs from vertice data of partition
6596 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6598 * tree-loop-distribution.c (params.h): Include header file.
6599 (MAX_DATAREFS_NUM, DR_INDEX): New macro.
6600 (datarefs_vec): New global var.
6601 (create_rdg_vertices): Use datarefs_vec directly.
6602 (free_rdg): Don't free data references.
6603 (build_rdg): Update use. Don't free data references.
6604 (distribute_loop): Compute global variable for data references.
6605 Bail out if there are too many data references.
6607 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6609 * tree-loop-distribution.c (loop_nest): New global var.
6610 (build_rdg): Use loop directly, rather than loop nest.
6611 (pg_add_dependence_edges): Remove loop nest parameter. Use global
6613 (distribute_loop): Compute global variable loop nest. Update use.
6615 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6617 * tree-loop-distribution.c (enum fuse_type, fuse_message): New.
6618 (partition_merge_into): New parameter. Dump reason for fusion.
6619 (distribute_loop): Update use of partition_merge_into.
6621 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6623 * tree-loop-distribution.c (bb_top_order_index): New.
6624 (bb_top_order_index_size, bb_top_order_cmp): New.
6625 (stmts_from_loop): Use topological order.
6626 (pass_loop_distribution::execute): Compute and release topological
6627 order for basic blocks.
6629 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6631 * tree-loop-distribution.c (pass_loop_distribution::execute): Skip
6634 2017-07-05 Bin Cheng <bin.cheng@arm.com>
6636 * cfgloop.h (struct loop): Add comment. New field orig_loop_num.
6637 * cfgloopmanip.c (lv_adjust_loop_entry_edge): Comment change.
6638 * internal-fn.c (expand_LOOP_DIST_ALIAS): New function.
6639 * internal-fn.def (LOOP_DIST_ALIAS): New.
6640 * tree-vectorizer.c (fold_loop_vectorized_call): Rename to ...
6641 (fold_loop_internal_call): ... this.
6642 (vect_loop_dist_alias_call): New function.
6643 (set_uid_loop_bbs): Call fold_loop_internal_call.
6644 (vectorize_loops): Fold IFN_LOOP_VECTORIZED and IFN_LOOP_DIST_ALIAS
6647 2017-07-04 Uros Bizjak <ubizjak@gmail.com>
6650 * config/i386/i386.md (setcc + movzbl/and to xor + setcc peepholes):
6651 Require dead FLAGS_REG at the beginning of a peephole.
6653 2017-07-04 Uros Bizjak <ubizjak@gmail.com>
6656 * config/i386/adxintrin.h (_subborrow_u32): Swap _X and _Y
6657 arguments in the call to __builtin_ia32_sbb_u32.
6658 (_subborrow_u64): Swap _X and _Y arguments in the call to
6659 __builtin_ia32_sbb_u64.
6661 2017-07-04 Jakub Jelinek <jakub@redhat.com>
6664 * tree-vrp.c (compare_assert_loc): Turn into a function template
6665 with stable template parameter. Only test if a->e is NULL,
6666 !a->e == !b->e has been verified already. Use e == NULL or
6667 e != NULL instead of e or ! e tests. If stable is true, don't use
6668 iterative_hash_expr, on the other side allow a or b or both NULL
6669 and sort the NULLs last.
6670 (process_assert_insertions): Sort using compare_assert_loc<false>
6671 instead of compare_assert_loc, later sort using
6672 compare_assert_loc<true> before calling process_assert_insertions_for
6673 in a loop. Use break instead of continue once seen NULL pointer.
6675 2017-07-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
6677 * config/arm/driver-arm.c (arm_cpu_table): Add entry for ARM
6678 Cortex-R7 and Cortex-R8 processors.
6680 2017-07-04 Jan Hubicka <hubicka@ucw.cz>
6682 * ipa-utils.c (ipa_merge_profiles): Fix merging when dst is
6683 uninitialized while src is not.
6685 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
6687 * common/config/arm/arm-common.c: Adjust include path for
6689 * config/arm/t-arm (TM_H): Adjust path for arm-cpu.h.
6690 (arm-cpu.h): Create in build directory. Adjust dependency rules.
6691 (arm-cpu-data.h): Likewise.
6692 (arm-cpu-cdata.h): Likewise.
6693 * config/arm/arm-cpu.h: Delete.
6694 * config/arm/arm-cpu-cdata.h: Delete.
6695 * config/arm/arm-cpu-data.h: Delete.
6697 2017-07-04 James Greenhalgh <james.greenhalgh@arm.com>
6699 * config/arm/arm-cpus.in (cortex-a55): New.
6700 (cortex-a75): Likewise.
6701 (cortex-a75.cortex-a55): Likewise.
6702 * config/arm/driver-arm.c (arm_cpu_table): Add cortex-a55 and
6704 * doc/invoke.texi (-mcpu): Document cortex-a55 and cortex-a75.
6705 * config/arm/arm-cpu-cdata.h: Regenerate.
6706 * config/arm/arm-cpu-data.h: Regenerate.
6707 * config/arm/arm-cpu.h: Regenerate.
6708 * config/arm/arm-tables.opt: Regenerate.
6709 * config/arm/arm-tune.md: Regenerate.
6711 2017-07-04 Jan Hubicka <hubicka@ucw.cz>
6713 * haifa-sched.c (sched_create_recovery_edges): Update profile.
6715 2017-07-04 Jan Hubicka <hubicka@ucw.cz>
6717 * bb-reorder.c (better_edge_p): Fix handling of uninitialized
6720 2017-07-04 Richard Sandiford <richard.sandiford@linaro.org>
6722 PR tree-optimization/81292
6723 * tree-ssa-strlen.c (handle_builtin_strlen): When setting
6724 full_string_p, also call adjust_related_strinfos if the adjustment
6725 is simple, otherwise invalidate related strinfos.
6727 2017-07-04 Martin Liska <mliska@suse.cz>
6730 * sanopt.c (sanitize_rewrite_addressable_params): Mark the
6731 newly created variable as DECL_IGNORED_P.
6733 2017-07-04 Martin Liska <mliska@suse.cz>
6736 * ipa-inline.c (inline_small_functions):
6737 Use xstrdup_for_dump.
6739 2017-07-04 Tom de Vries <tom@codesourcery.com>
6741 * graph.c (draw_cfg_edges): Save and restore EDGE_DFS_BACK.
6743 2017-07-03 Dominique d'Humieres <dominiq@lps.ens.fr>
6746 * config/darwin.c (darwin_function_switched_text_sections):
6749 2017-07-03 Jan Hubicka <hubicka@ucw.cz>
6751 * tree-vect-loop-manip.c (vect_do_peeling): Fix scaling up.
6753 2017-07-03 Richard Earnshaw <rearnsha@arm.com>
6755 * doc/invoke.texi (ARM Options): Add -mbe8 and -mbe32 to option summary.
6757 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6759 * tree-vect-loop.c (vect_analyze_loop_2): Treat min_scalar_loop_bound,
6760 min_profitable_iters, and th as inclusive lower bounds.
6761 Fix LOOP_VINFO_PEELING_FOR_GAPS condition.
6762 (vect_estimate_min_profitable_iters): Return inclusive lower bounds
6763 for min_profitable_iters and min_profitable_estimate.
6764 (vect_transform_loop): Treat th as an inclusive lower bound.
6765 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
6767 2017-07-03 Dominique d'Humieres <dominiq@lps.ens.fr>
6770 * config/darwin.c (darwin_function_switched_text_sections):
6771 Replace DECL_NAME with DECL_ASSEMBLER_NAME, split assemble_name_raw
6772 in two pieces, and suppress the use of buf.
6774 2017-07-03 Nathan Sidwell <nathan@acm.org>
6776 * hash-table.h (hash_table_mod1): Fix indentation.
6778 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
6781 * predict.c (force_edge_cold): Be more careful about propagation
6783 * profile-count.h (profile_probability::guessed,
6784 profile_probability::fdo, profile_count::guessed, profile_count::fdo):
6786 * tree-ssa-threadupdate.c (recompute_probabilities): Result is guessed.
6788 2017-07-03 James Greenhalgh <james.greenhalgh@arm.com>
6790 * doc/invoke.texi (rcpc architecture extension): Document it.
6792 2017-07-03 Richard Biener <rguenther@suse.de>
6794 PR tree-optimization/60510
6795 * tree-vect-loop.c (vect_create_epilog_for_reduction): Pass in
6796 the scalar reduction PHI and use it.
6797 (vectorizable_reduction): Properly guard the single_defuse_cycle
6798 path for non-SLP reduction chains where we cannot use it.
6799 Rework reduc_def/index and vector type deduction. Rework
6800 vector operand gathering during reduction op code-gen.
6801 * tree-vect-slp.c (vect_analyze_slp): For failed SLP reduction
6802 chains dissolve the chain and leave it to non-SLP reduction
6805 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6807 * tree-data-ref.h (dr_alignment): Declare.
6808 * tree-data-ref.c (dr_alignment): New function.
6809 * tree-vectorizer.h (dataref_aux): Remove base_element_aligned.
6810 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Don't
6812 * tree-vect-stmts.c (vectorizable_store): Use dr_alignment.
6814 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6816 * tree-data-ref.h (innermost_loop_behavior): Add base_alignment
6817 and base_misalignment fields.
6818 (DR_BASE_ALIGNMENT, DR_BASE_MISALIGNMENT): New macros.
6819 * tree-data-ref.c: Include builtins.h.
6820 (dr_analyze_innermost): Set up the new innmost_loop_behavior fields.
6821 * tree-vectorizer.h (STMT_VINFO_DR_BASE_ALIGNMENT): New macro.
6822 (STMT_VINFO_DR_BASE_MISALIGNMENT): Likewise.
6823 * tree-vect-data-refs.c: Include tree-cfg.h.
6824 (vect_compute_data_ref_alignment): Use the new innermost_loop_behavior
6825 fields instead of calculating an alignment here.
6826 (vect_analyze_data_refs): Use dr_analyze_innermost. Dump the new
6827 innermost_loop_behavior fields.
6829 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6831 * tree-data-ref.h (innermost_loop_behavior): Add a step_alignment
6833 (DR_STEP_ALIGNMENT): New macro.
6834 * tree-vectorizer.h (STMT_VINFO_DR_STEP_ALIGNMENT): Likewise.
6835 * tree-data-ref.c (dr_analyze_innermost): Initalize step_alignment.
6836 (create_data_ref): Print it.
6837 * tree-vect-stmts.c (vectorizable_load): Use the step alignment
6838 to tell whether the step preserves vector (mis)alignment.
6839 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6840 Move the check for an integer step and generalise to all INTEGER_CST.
6841 (vect_analyze_data_refs): Set DR_STEP_ALIGNMENT when setting DR_STEP.
6842 Print the outer step alignment.
6844 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6846 * tree-data-ref.h (innermost_loop_behavior): Replace aligned_to
6847 with offset_alignment.
6848 (DR_ALIGNED_TO): Delete.
6849 (DR_OFFSET_ALIGNMENT): New macro.
6850 * tree-vectorizer.h (STMT_VINFO_DR_ALIGNED_TO): Delete.
6851 (STMT_VINFO_DR_OFFSET_ALIGNMENT): New macro.
6852 * tree-data-ref.c (dr_analyze_innermost): Update after above changes.
6853 (create_data_ref): Likewise.
6854 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Likewise.
6855 (vect_analyze_data_refs): Likewise.
6856 * tree-if-conv.c (if_convertible_loop_p_1): Use memset before
6857 creating dummy innermost behavior.
6859 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6861 * tree-data-ref.h (dr_analyze_innermost): Replace the dr argument
6862 with a "innermost_loop_behavior *" and refeence tree.
6863 * tree-data-ref.c (dr_analyze_innermost): Likewise.
6864 (create_data_ref): Update call accordingly.
6865 * tree-predcom.c (find_looparound_phi): Likewise.
6867 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6869 * tree-vectorizer.h (_stmt_vec_info): Replace individual dr_*
6870 fields with dr_wrt_vec_loop.
6871 (STMT_VINFO_DR_BASE_ADDRESS, STMT_VINFO_DR_INIT, STMT_VINFO_DR_OFFSET)
6872 (STMT_VINFO_DR_STEP, STMT_VINFO_DR_ALIGNED_TO): Update accordingly.
6873 (STMT_VINFO_DR_WRT_VEC_LOOP): New macro.
6874 (vect_dr_behavior): New function.
6875 (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6876 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Use
6877 vect_dr_behavior. Use a step_preserves_misalignment_p boolean to
6878 track whether the step preserves the misalignment.
6879 (vect_create_addr_base_for_vector_ref): Remove loop parameter.
6880 Use vect_dr_behavior.
6881 (vect_setup_realignment): Update call accordingly.
6882 (vect_create_data_ref_ptr): Likewise. Use vect_dr_behavior.
6883 * tree-vect-loop-manip.c (vect_gen_prolog_loop_niters): Update
6884 call to vect_create_addr_base_for_vector_ref.
6885 (vect_create_cond_for_align_checks): Likewise.
6886 * tree-vect-patterns.c (vect_recog_bool_pattern): Copy
6887 STMT_VINFO_DR_WRT_VEC_LOOP as a block.
6888 (vect_recog_mask_conversion_pattern): Likewise.
6889 * tree-vect-stmts.c (compare_step_with_zero): Use vect_dr_behavior.
6890 (new_stmt_vec_info): Remove redundant zeroing.
6892 2017-07-03 Richard Earnshaw <rearnsha@arm.com>
6894 * common/config/arm/arm-common.c (arm_be8_option): New function.
6895 * config/arm/arm-isa.h (isa_feature): Add new feature bit isa_bit_be8.
6896 (ISA_ARMv6): Add isa_bit_be8.
6897 * config/arm/arm.h (arm_be8_option): Add prototype.
6898 (BE8_SPEC_FUNCTION): New define.
6899 (EXTRA_SPEC_FUNCTIONS): Add BE8_SPEC_FUNCTION.
6900 * config/arm/arm.opt (mbig-endian): Mark as Negative of mlittle-endian.
6901 (mlittle-endian): Similarly.
6902 (mbe8, mbe32): New options.
6903 * config/arm/bpabi.h (BE8_LINK_SPEC): Call arm_be8_option.
6904 * doc/invoke.texi (ARM Options): Document -mbe8 and -mbe32.
6906 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
6908 * tree-cfg.c (gimple_find_sub_bbs): Fix profile updating.
6910 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
6912 * tree-cfgcleanup.c (want_merge_blocks_p): New function.
6913 (cleanup_tree_cfg_bb): Use it.
6914 * profile-count.h (profile_count::of_for_merging, profile_count::merge):
6916 * tree-cfg.c (gimple_merge_blocks): Use profile_count::merge.
6918 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
6921 * loop-doloop.c (add_test): Update profile.
6923 2017-07-03 Martin Liska <mliska@suse.cz>
6926 * sanopt.c (rewrite_usage_of_param): New function.
6927 (sanitize_rewrite_addressable_params): Likewise.
6928 (pass_sanopt::execute): Call rewrite_usage_of_param.
6930 2017-07-03 Richard Biener <rguenther@suse.de>
6932 * tree-vect-loop.c (vect_create_epilog_for_reduction): Revert
6933 back to using VIEW_CONVERT_EXPR.
6935 2017-07-03 Martin Liska <mliska@suse.cz>
6938 * doc/extend.texi: Document when a resolver function is
6939 generated for target_clones.
6941 2017-07-03 Martin Liska <mliska@suse.cz>
6943 * asan.c (asan_emit_stack_protection): Unpoison just red zones
6944 and shadow memory of auto variables which are subject of
6945 use-after-scope sanitization.
6946 (asan_expand_mark_ifn): Add do set only when is_poison.
6948 2016-07-03 Richard Biener <rguenther@suse.de>
6950 * tree-vect-loop.c (vect_analyze_loop_operations): Also analyze
6952 (vect_force_simple_reduction): Record reduction def -> phi mapping.
6953 (vectorizable_reduction): Perform reduction PHI creation when
6954 visiting a reduction PHI and adjust and simplify code generation
6955 phase of the reduction op. Cache dts, use fold_binary, not fold_build2.
6956 (vect_transform_loop): Visit reduction PHIs.
6957 * tree-vect-slp.c (vect_get_and_check_slp_defs): Record reduction
6958 defs into the SLP tree.
6959 (vect_build_slp_tree): Reduction defs terminate the recursion.
6960 * tree-vect-stmts.c (vect_get_vec_def_for_operand_1): Allow lookup
6962 (vect_get_vec_defs_for_stmt_copy): Export.
6963 (vect_get_vec_defs): Likewise.
6964 * tree-vectorizer.h (struct _stmt_vec_info): Amend reduc_def
6966 (vect_get_vec_defs_for_stmt_copy): Declare.
6967 (vect_get_vec_defs): Likewise.
6969 2017-07-03 Richard Sandiford <richard.sandiford@linaro.org>
6971 * tree-data-ref.c (dr_analyze_innermost): Replace the "nest"
6972 parameter with a "loop" parameter and use it instead of the
6973 loop containing DR_STMT. Don't check simple_iv when doing
6974 BB analysis. Describe the two analysis modes in the comment.
6976 2017-07-03 Tom de Vries <tom@codesourcery.com>
6978 PR tree-optimization/69468
6979 * tree-ssa-tail-merge.c (ignore_edge_flags): New constant.
6980 (find_same_succ_bb): Handle ignore_edge_flags.
6982 2017-07-03 Tom de Vries <tom@codesourcery.com>
6984 PR tree-optimization/81192
6985 * tree-ssa-tail-merge.c (same_succ_hash): Use bb->loop_father->num in
6987 (same_succ::equal): Don't find bbs to be equal if bb->loop_father
6989 (find_same_succ_bb): Remove obsolete test on bb->loop_father->latch.
6991 2017-07-03 Tom de Vries <tom@codesourcery.com>
6993 PR tree-optimization/81192
6994 * tree-ssa-tail-merge.c (same_succ_flush_bb): Handle
6995 BB_SAME_SUCC (bb) == NULL.
6997 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
6999 * cfgrtl.c (rtl_verify_edges): Enable checking of profile_probability
7002 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
7004 * dumpfile.c: Include profile-count.h
7005 * tree-cfg.c (gimple_duplicate_sese_tail): Drop UNUSED attributes;
7007 (insert_cond_bb): Update profile.
7008 * tree-cfg.h (insert_cond_bb): Update prototype.
7009 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Update.
7010 * tree-dump.c: Do not include tree-cfg.
7012 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
7014 * bb-reorder.c (fix_up_crossing_landing_pad): Update profile.
7016 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
7018 * expect.c (dw2_build_landing_pads): Update profile of the landing pad
7021 2017-07-02 Jan Hubicka <hubicka@ucw.cz>
7023 * tree-complex.c (expand_complex_div_wide): update profile.
7025 2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
7026 Alan Hayward <alan.hayward@arm.com>
7027 David Sherwood <david.sherwood@arm.com>
7029 * Makefile.in (MACHMODE_H): Remove insn-modes.h
7030 (CORETYPES_H): New define.
7031 (MOSTLYCLEANFILES): Add insn-modes-inline.h.
7032 (insn-modes-inline.h, s-modes-inline-h): New rules.
7033 (generated_files): Add insn-modes-inline.h.
7034 (RTL_BASE_H, TREE_CORE_H): Use CORETYPES_H instead of coretypes.h.
7035 (build/gensupport.o, build/ggc-none.o, build/print-rtl.o): Likewise.
7036 (build/read-md.o, build/read-rtl.o, build/rtl.o): Likewise.
7037 (build/vec.o, build/hash-table.o, build/inchash.o): Likewise.
7038 (build/gencondmd.o, build/genattr.o, build/genattr-common.o): Likewise.
7039 (build/genattrtab.o, build/genautomata.o, build/gencheck.o): Likewise.
7040 (build/gencodes.o, build/genconditions.o): Likewise.
7041 (build/genconfig.o, build/genconstants.o, build/genemit.o): Likewise.
7042 (build/genenums.o, build/genextract.o, build/genflags.o): Likewise.
7043 (build/gentarget-def.o, build/genmddeps.o, build/genopinit.o)
7044 (build/genoutput.o, build/genpeep.o, build/genpreds.o): Likewise.
7045 (build/genrecog.o, build/genmddump.o, build/genmatch.o): Likewise.
7046 (build/gencfn-macros.o, build/gcov-iov.o): Likewise.
7047 * coretypes.h: Include everything up to real.h for generators.
7048 Include insn-modes.h first. Include wide-int-print.h after
7049 wide-int.h. Include insn-modes-inline.h and then machmode.h.
7050 * machmode.h: Don't include insn-modes.h here.
7051 * function-tests.c: Remove includes of signop.h, machmode.h,
7052 double-int.h and wide-int.h.
7054 * gcc-rich-location.c: Remove includes of machmode.h, double-int.h
7056 * optc-save-gen.awk: Likewise.
7057 * gencheck.c (BITS_PER_UNIT): Delete dummy definition.
7058 * godump.c: Remove include of wide-int-print.h.
7059 * pretty-print.h: Likewise.
7060 * wide-int-print.cc: Likewise.
7061 * wide-int.cc: Likewise.
7062 * hash-map-tests.c: Remove include of signop.h.
7063 * hash-set-tests.c: Likewise.
7064 * rtl-tests.c: Likewise.
7065 * mkconfig.sh: Remove include of machmode.h.
7066 * genmodes.c (emit_insn_modes_h): Split emission of inline functions
7068 (emit_insn_modes_inline_h): ...this new function. Emit the code
7069 into an insn-modes-inline.h header file, adding appropriate
7070 include guards and end comments.
7071 (emit_insn_modes_c_header): Remove include of machmode.h.
7072 (emit_min_insn_modes_c_header): Include coretypes.h rather than
7074 (main): Handle -i flag and call emit_insn_modes_inline_h when
7077 2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
7079 * tree-ssa-strlen.c (strinfo): Rename the length field to
7080 nonzero_chars. Add a full_string_p field.
7081 (compare_nonzero_chars, zero_length_string_p): New functions.
7082 (get_addr_stridx): Add an offset_out parameter.
7083 Use compare_nonzero_chars.
7084 (get_stridx): Update accordingly. Use compare_nonzero_chars.
7085 (new_strinfo): Update after above changes to strinfo.
7086 (set_endptr_and_length): Set full_string_p.
7087 (get_string_length): Update after above changes to strinfo.
7088 (unshare_strinfo): Update call to new_strinfo.
7089 (maybe_invalidate): Likewise.
7090 (get_stridx_plus_constant): Change off to unsigned HOST_WIDE_INT.
7091 Use compare_nonzero_chars and zero_string_p. Treat nonzero_chars
7092 as a uhwi instead of an shwi. Update after above changes to
7093 strinfo and new_strinfo.
7094 (zero_length_string): Assert that chainsi contains full strings.
7095 Use zero_length_string_p. Update call to new_strinfo.
7096 (adjust_related_strinfos): Update after above changes to strinfo.
7097 Copy full_string_p from origsi.
7098 (adjust_last_stmt): Use zero_length_string_p.
7099 (handle_builtin_strlen): Update after above changes to strinfo and
7100 new_strinfo. Install the lhs as the string length if the previous
7101 entry didn't describe a full string.
7102 (handle_builtin_strchr): Update after above changes to strinfo
7104 (handle_builtin_strcpy): Likewise.
7105 (handle_builtin_strcat): Likewise.
7106 (handle_builtin_malloc): Likewise.
7107 (handle_pointer_plus): Likewise.
7108 (handle_builtin_memcpy): Likewise. Track nonzero characters
7109 that aren't necessarily followed by a nul terminator.
7110 (handle_char_store): Likewise.
7112 2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
7114 PR tree-optimization/80769
7115 * tree-ssa-strlen.c (strinfo): Document that "stmt" is also used
7116 for malloc and calloc. Document the new invariant that all related
7117 strinfos have delayed lengths or none do.
7118 (verify_related_strinfos): Move earlier in file.
7119 (set_endptr_and_length): New function, split out from...
7120 (get_string_length): ...here. Also set the lengths of related
7122 (zero_length_string): Assert that chainsi has known (rather than
7124 (adjust_related_strinfos): Likewise.
7126 2017-07-02 Richard Sandiford <richard.sandiford@linaro.org>
7128 PR tree-optimization/81136
7129 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Only
7130 assert that two references with the same misalignment have the same
7131 compile-time misalignment if those compile-time misalignments
7134 2017-07-01 Andi Kleen <ak@linux.intel.com>
7136 * print-tree.c (print_node): Print all attributes.
7138 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
7140 * cfg.c (scale_bbs_frequencies): New function.
7141 * cfg.h (scale_bbs_frequencies): Declare it.
7142 * cfgloopanal.c (single_likely_exit): Cleanup.
7143 * cfgloopmanip.c (scale_loop_frequencies): Take profile_probability
7145 (scale_loop_profile): Likewise.
7146 (loop_version): Likewise.
7147 (create_empty_loop_on_edge): Update.
7148 * cfgloopmanip.h (scale_loop_frequencies, scale_loop_profile,
7149 scale_loop_frequencies, scale_loop_profile, loopify,
7150 loop_version): Update prototypes.
7151 * modulo-sched.c (sms_schedule): Update.
7152 * predict.c (unlikely_executed_edge_p): Also check probability.
7153 (probably_never_executed_edge_p): Fix typo.
7154 * tree-if-conv.c (version_loop_for_if_conversion): Update.
7155 * tree-parloops.c (gen_parallel_loop): Update.
7156 * tree-ssa-loop-ivcanon.c (try_peel_loop): Update.
7157 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7158 * tree-ssa-loop-split.c (split_loop): Update.
7159 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7160 * tree-vect-loop-manip.c (vect_do_peeling): Update.
7161 (vect_loop_versioning): Update.
7162 * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7164 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
7166 * trans-mem.c (split_bb_make_tm_edge): Update profile.
7168 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
7170 * tree-if-conv.c (combine_blocks): Use make_single_succ_edge
7171 to keep profile consistent.
7173 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
7175 * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
7176 * tree-cfg.c (gimple_flow_call_edges_add): Likewise.
7177 * profile-count.h (max_safe_multiplier): Make unsigned.
7178 (profile_count::guessed_zero): New.
7180 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
7182 * bb-reorder.c (fix_up_crossing_landing_pad,
7183 fix_crossing_conditional_branches): Use make_single_succ_edge
7184 to keep profile consistent.
7186 2017-07-01 Jan Hubicka <hubicka@ucw.cz>
7188 * tree-vect-loop.c (optimize_mask_stores): Use make_single_succ_edge
7191 2017-07-01 Jakub Jelinek <jakub@redhat.com>
7194 * bb-reorder.c (fix_up_fall_thru_edges): Move variable declarations to
7195 the right scopes, make sure cond_jump isn't preserved between multiple
7196 iterations. Search for fallthru edge whenever there are 3+ edges and
7197 use find_fallthru_edge for it.
7199 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
7201 Patch by Alexander Monakov <amonakov@ispras.ru>
7202 * sel-sched-ir.c (compute_succs_info): Handle uninitialized
7203 probabilities consistently.
7205 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
7207 * pa.c (pa_expand_compare_and_swap_loop): Update call of
7208 emit_cmp_and_jump_insns.
7210 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
7213 * tree-inline.c (expand_call_inline): Combine profile statuses.
7215 2017-06-30 Andrew Pinski <apinski@cavium.com>
7217 * tree-if-conv.c (predicate_scalar_phi): Update new_stmt if
7218 fold_stmt returned true.
7220 2017-06-30 Nathan Sidwell <nathan@acm.org>
7222 * ggc.h (empty_string): Delete.
7223 * cfgexpand.c (expand_asm_stmt): Use plain "".
7224 * optabs.c (expand_asm_memory_barrier): Likewise.
7225 * stringpool.c (empty_string): Delete.
7226 (digit_vector, digit_string): Delete.
7227 (ggc_alloc_string): Use plain "", don't optimize single digit
7228 strings. Use ggc_alloc_atomic.
7230 2017-06-30 Richard Earnshaw <rearnsha@arm.com>
7232 * rtlanal.c (insn_rtx_cost): If a parallel contains exactly one
7233 comparison set and one other set, use the cost of the non-comparison
7236 2017-06-30 Nathan Sidwell <nathan@acm.org>
7238 * ggc.h: Replace all 'static inline' with plain 'inline'. Fix
7241 2017-06-30 Peter Bergner <bergner@vnet.ibm.com>
7243 * tree-cfg.c (group_case_labels_stmt): Merge scanning and compressing
7244 loops. Remove now unneeded calls to gimple_switch_set_label() that
7245 just set removed labels to NULL_TREE.
7247 2017-06-30 Aldy Hernandez <aldyh@redhat.com>
7249 * tree-ssanames.c (set_range_info_raw): Abstract from ...
7250 (set_range_info): ...here. Only call set_range_info_raw if domain
7252 (set_nonzero_bits): Call set_range_info_raw.
7253 * tree-ssanames.h (set_range_info_raw): New.
7255 2017-06-30 Jakub Jelinek <jakub@redhat.com>
7258 * config/i386/sse.md (vec_extract_lo_<mode><mask_name>): For V8FI,
7259 V16FI and VI8F_256 iterators, use <store_mask_predicate> instead
7260 of nonimmediate_operand and <store_mask_constraint> instead of m
7261 for the input operand. For V8FI iterator, always split if input
7262 is a MEM. For V16FI and V8SF_256 iterators, don't test if both
7263 operands are MEM if <mask_applied>. For VI4F_256 iterator, use
7264 <store_mask_predicate> instead of register_operand and
7265 <store_mask_constraint> instead of v for the input operand. Make
7266 sure both operands aren't MEMs for if not <mask_applied>.
7268 2017-06-30 Sylvestre Ledru <sylvestre@debian.org>
7270 * lto-wrapper.c (copy_file) Close both file descriptors before
7273 2017-06-30 Martin Liska <mliska@suse.cz>
7276 * multiple_target.c (create_dispatcher_calls): Make ifunc
7277 also for function that don't have calls or are not referenced.
7279 2017-06-30 Richard Biener <rguenther@suse.de>
7281 * tree-vect-slp.c (vect_slp_analyze_node_operations): Only
7282 analyze the first scalar stmt. Move vector type computation
7283 for the BB case here from ...
7284 * tree-vect-stmts.c (vect_analyze_stmt): ... here. Guard
7285 live operation processing in the SLP case properly.
7287 2017-06-30 Richard Biener <rguenther@suse.de>
7289 * graph.c (draw_cfg_node_succ_edges): Fix broken dot syntax.
7291 2017-06-30 Martin Liska <mliska@suse.cz>
7294 * tree-eh.c (lower_resx): Call BUILT_IN_ASAN_HANDLE_NO_RETURN
7295 before BUILT_IN_UNWIND_RESUME when ASAN is used.
7297 2017-06-30 Yvan Roux <yvan.roux@linaro.org>
7299 * doc/invoke.texi (AArch64): Add missing options and remove redundant
7302 2017-06-30 Richard Biener <rguenther@suse.de>
7304 PR tree-optimization/81249
7305 * tree-vect-loop.c (vect_create_epilog_for_reduction): Convert
7306 condition reduction result to original scalar type.
7308 2017-06-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7310 * profile-count.h (enum profile_quality): Fix typos and whitespace
7313 2017-06-30 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7315 * config/s390/s390.c (s390_expand_setmem): Adjust to the new data
7316 type for branch probabilities.
7318 2017-06-29 Julian Brown <julian@codesourcery.com>
7319 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
7321 * config/aarch64/aarch64-fusion-pairs.def: Add ALU_BRANCH entry.
7322 * config/aarch64/aarch64.c (AARCH64_FUSE_ALU_BRANCH): New fusion type.
7323 (thunderx2t99_tunings): Set AARCH64_FUSE_ALU_BRANCH flag.
7324 (aarch_macro_fusion_pair_p): Add support for AARCH64_FUSE_ALU_BRANCH.
7326 2017-06-29 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
7328 * config/aarch64/aarch64.c (aarch_macro_fusion_pair_p): Push the
7329 check for CC usage into AARCH64_FUSE_CMP_BRANCH.
7330 * config/i386/i386.c (ix86_macro_fusion_pair_p): Push the check for
7331 CC usage from generic code to here.
7332 * sched-deps.c (sched_macro_fuse_insns): Move the condition for
7333 CC usage into the target macros.
7335 2017-06-29 Maya Rashish <coypu@sdf.org>
7337 * config/netbsd.h (NETBSD_LIB_SPEC): Add -lc when creating shared
7340 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
7342 * arm/arm-builtins.c: Include profile-count.h
7343 * except.c (sjlj_emit_function_enter): Use
7344 profile_probability::unlikely.
7346 2017-06-29 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
7348 * config/rs6000/rs6000.c (toc_relative_expr_p): Make tocrel_base
7349 and tocrel_offset be pointer args rather than implicitly using
7351 (legitimate_constant_pool_address_p, rs6000_emit_move,
7352 const_load_sequence_p, adjust_vperm): Add local tocrel_base and
7353 tocrel_offset and use in toc_relative_expr_p call.
7354 (print_operand, print_operand_address): Use static tocrel_base_oac
7355 and tocrel_offset_oac.
7356 (rs6000_output_addr_const_extra): Use static tocrel_base_oac and
7359 2017-06-29 Maya Rashish <coypu@sdf.org>
7361 * config/vax/builtins.md (ffssi2_internal): Correct constraint.
7363 2017-06-29 Eric Botcazou <ebotcazou@adacore.com>
7365 * expr.c (expand_expr) <normal_inner_ref>: When testing for unaligned
7366 objects, take into account only the alignment of 'op0' and 'mode1' if
7369 2017-06-29 Steve Ellcey <sellcey@cavium.com>
7371 * ccmp.c (ccmp_tree_comparison_p): New function.
7372 (ccmp_candidate_p): Update to use above function.
7373 (get_compare_parts): New function.
7374 (expand_ccmp_next): Update to use new functions.
7375 (expand_ccmp_expr_1): Take tree arg instead of gimple, update to use
7377 (expand_ccmp_expr): Pass tree instead of gimple to expand_ccmp_expr_1,
7378 take mode as argument.
7379 * ccmp.h (expand_ccmp_expr): Add mode as argument.
7380 * expr.c (expand_expr_real_1): Pass mode as argument.
7382 2017-06-29 Segher Boessenkool <segher@kernel.crashing.org>
7384 * combine.c (combine_instructions): Print insns to dump_file, together
7387 2017-06-29 Jan Hubicka <hubicka@ucw.cz>
7389 * asan.c (asan_emit_stack_protection): Update.
7390 (create_cond_insert_point): Update.
7391 * auto-profile.c (afdo_propagate_circuit): Update.
7392 * basic-block.h (struct edge_def): Turn probability to
7393 profile_probability.
7394 (EDGE_FREQUENCY): Update.
7395 * bb-reorder.c (find_traces_1_round): Update.
7396 (better_edge_p): Update.
7397 (sanitize_hot_paths): Update.
7398 * cfg.c (unchecked_make_edge): Initialize probability to uninitialized.
7399 (make_single_succ_edge): Update.
7400 (check_bb_profile): Update.
7401 (dump_edge_info): Update.
7402 (update_bb_profile_for_threading): Update.
7403 * cfganal.c (connect_infinite_loops_to_exit): Initialize new edge
7404 probabilitycount to 0.
7405 * cfgbuild.c (compute_outgoing_frequencies): Update.
7406 * cfgcleanup.c (try_forward_edges): Update.
7407 (outgoing_edges_match): Update.
7408 (try_crossjump_to_edge): Update.
7409 * cfgexpand.c (expand_gimple_cond): Update make_single_succ_edge.
7410 (expand_gimple_tailcall): Update.
7411 (construct_init_block): Use make_single_succ_edge.
7412 (construct_exit_block): Use make_single_succ_edge.
7413 * cfghooks.c (verify_flow_info): Update.
7414 (redirect_edge_succ_nodup): Update.
7415 (split_edge): Update.
7416 (account_profile_record): Update.
7417 * cfgloopanal.c (single_likely_exit): Update.
7418 * cfgloopmanip.c (scale_loop_profile): Update.
7419 (set_zero_probability): Remove.
7420 (duplicate_loop_to_header_edge): Update.
7421 * cfgloopmanip.h (loop_version): Update prototype.
7422 * cfgrtl.c (try_redirect_by_replacing_jump): Update.
7423 (force_nonfallthru_and_redirect): Update.
7424 (update_br_prob_note): Update.
7425 (rtl_verify_edges): Update.
7426 (purge_dead_edges): Update.
7427 (rtl_lv_add_condition_to_bb): Update.
7428 * cgraph.c: (cgraph_edge::redirect_call_stmt_to_calle): Update.
7429 * cgraphunit.c (init_lowered_empty_function): Update.
7430 (cgraph_node::expand_thunk): Update.
7431 * cilk-common.c: Include profile-count.h
7432 * dojump.c (inv): Remove.
7433 (jumpifnot): Update.
7434 (jumpifnot_1): Update.
7435 (do_jump_1): Update.
7437 (do_jump_by_parts_greater_rtx): Update.
7438 (do_compare_rtx_and_jump): Update.
7439 * dojump.h (jumpifnot, jumpifnot_1, jumpif_1, jumpif, do_jump,
7440 do_jump_1. do_compare_rtx_and_jump): Update prototype.
7441 * dwarf2cfi.c: Include profile-count.h
7442 * except.c (dw2_build_landing_pads): Use make_single_succ_edge.
7443 (sjlj_emit_dispatch_table): Likewise.
7444 * explow.c: Include profile-count.h
7445 * expmed.c (emit_store_flag_force): Update.
7446 (do_cmp_and_jump): Update.
7447 * expr.c (compare_by_pieces_d::generate): Update.
7448 (compare_by_pieces_d::finish_mode): Update.
7449 (emit_block_move_via_loop): Update.
7450 (store_expr_with_bounds): Update.
7451 (store_constructor): Update.
7452 (expand_expr_real_2): Update.
7453 (expand_expr_real_1): Update.
7454 * expr.h (try_casesi, try_tablejump): Update prototypes.
7455 * gimple-pretty-print.c (dump_probability): Update.
7456 (dump_profile): New.
7457 (dump_gimple_label): Update.
7458 (dump_gimple_bb_header): Update.
7459 * graph.c (draw_cfg_node_succ_edges): Update.
7460 * hsa-gen.c (convert_switch_statements): Update.
7461 * ifcvt.c (cheap_bb_rtx_cost_p): Update.
7462 (find_if_case_1): Update.
7463 (find_if_case_2): Update.
7464 * internal-fn.c (expand_arith_overflow_result_store): Update.
7465 (expand_addsub_overflow): Update.
7466 (expand_neg_overflow): Update.
7467 (expand_mul_overflow): Update.
7468 (expand_vector_ubsan_overflow): Update.
7469 * ipa-cp.c (good_cloning_opportunity_p): Update.
7470 * ipa-split.c (split_function): Use make_single_succ_edge.
7471 * ipa-utils.c (ipa_merge_profiles): Update.
7472 * loop-doloop.c (add_test): Update.
7473 (doloop_modify): Update.
7474 * loop-unroll.c (compare_and_jump_seq): Update.
7475 (unroll_loop_runtime_iterations): Update.
7476 * lra-constraints.c (lra_inheritance): Update.
7477 * lto-streamer-in.c (input_cfg): Update.
7478 * lto-streamer-out.c (output_cfg): Update.
7479 * mcf.c (adjust_cfg_counts): Update.
7480 * modulo-sched.c (sms_schedule): Update.
7481 * omp-expand.c (expand_omp_for_init_counts): Update.
7482 (extract_omp_for_update_vars): Update.
7483 (expand_omp_ordered_sink): Update.
7484 (expand_omp_for_ordered_loops): Update.
7485 (expand_omp_for_generic): Update.
7486 (expand_omp_for_static_nochunk): Update.
7487 (expand_omp_for_static_chunk): Update.
7488 (expand_cilk_for): Update.
7489 (expand_omp_simd): Update.
7490 (expand_omp_taskloop_for_outer): Update.
7491 (expand_omp_taskloop_for_inner): Update.
7492 * omp-simd-clone.c (simd_clone_adjust): Update.
7493 * optabs.c (expand_doubleword_shift): Update.
7494 (expand_abs): Update.
7495 (emit_cmp_and_jump_insn_1): Update.
7496 (expand_compare_and_swap_loop): Update.
7497 * optabs.h (emit_cmp_and_jump_insns): Update prototype.
7498 * predict.c (predictable_edge_p): Update.
7499 (edge_probability_reliable_p): Update.
7500 (set_even_probabilities): Update.
7501 (combine_predictions_for_insn): Update.
7502 (combine_predictions_for_bb): Update.
7503 (propagate_freq): Update.
7504 (estimate_bb_frequencies): Update.
7505 (force_edge_cold): Update.
7506 * profile-count.c (profile_count::dump): Add missing space into dump.
7507 (profile_count::debug): Add newline.
7508 (profile_count::differs_from_p): Explicitly convert to unsigned.
7509 (profile_count::stream_in): Update.
7510 (profile_probability::dump): New member function.
7511 (profile_probability::debug): New member function.
7512 (profile_probability::differs_from_p): New member function.
7513 (profile_probability::differs_lot_from_p): New member function.
7514 (profile_probability::stream_in): New member function.
7515 (profile_probability::stream_out): New member function.
7516 * profile-count.h (profile_count_quality): Rename to ...
7517 (profile_quality): ... this one.
7518 (profile_probability): New.
7519 (profile_count): Update.
7520 * profile.c (compute_branch_probabilities): Update.
7521 * recog.c (peep2_attempt): Update.
7522 * sched-ebb.c (schedule_ebbs): Update.
7523 * sched-rgn.c (find_single_block_region): Update.
7524 (compute_dom_prob_ps): Update.
7525 (schedule_region): Update.
7526 * sel-sched-ir.c (compute_succs_info): Update.
7527 * stmt.c (struct case_node): Update.
7528 (do_jump_if_equal): Update.
7529 (get_outgoing_edge_probs): Update.
7530 (conditional_probability): Update.
7531 (emit_case_dispatch_table): Update.
7532 (expand_case): Update.
7533 (expand_sjlj_dispatch_table): Update.
7534 (emit_case_nodes): Update.
7535 * targhooks.c: Update.
7536 * tracer.c (better_p): Update.
7537 (find_best_successor): Update.
7538 * trans-mem.c (expand_transaction): Update.
7539 * tree-call-cdce.c: Update.
7540 * tree-cfg.c (gimple_split_edge): Upate.
7541 (move_sese_region_to_fn): Upate.
7542 * tree-cfgcleanup.c (cleanup_control_expr_graph): Upate.
7543 * tree-eh.c (lower_resx): Upate.
7544 (cleanup_empty_eh_move_lp): Upate.
7545 * tree-if-conv.c (version_loop_for_if_conversion): Update.
7546 * tree-inline.c (copy_edges_for_bb): Update.
7547 (copy_cfg_body): Update.
7548 * tree-parloops.c (gen_parallel_loop): Update.
7549 * tree-profile.c (gimple_gen_ic_func_profiler): Update.
7550 (gimple_gen_time_profiler): Update.
7551 * tree-ssa-dce.c (remove_dead_stmt): Update.
7552 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
7553 * tree-ssa-loop-im.c (execute_sm_if_changed): Update.
7554 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update.
7555 (unloop_loops): Update.
7556 (try_peel_loop): Update.
7557 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
7558 * tree-ssa-loop-split.c (connect_loops): Update.
7559 (split_loop): Update.
7560 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Update.
7561 (hoist_guard): Update.
7562 * tree-ssa-phionlycprop.c (propagate_rhs_into_lhs): Update.
7563 * tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update.
7564 (value_replacement): Update.
7565 * tree-ssa-reassoc.c (branch_fixup): Update.
7566 * tree-ssa-tail-merge.c (replace_block_by): Update.
7567 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges): Update.
7568 (create_edge_and_update_destination_phis): Update.
7569 (compute_path_counts): Update.
7570 (recompute_probabilities): Update.
7571 (update_joiner_offpath_counts): Update.
7572 (freqs_to_counts_path): Update.
7573 (duplicate_thread_path): Update.
7574 * tree-switch-conversion.c (hoist_edge_and_branch_if_true): Update.
7575 (struct switch_conv_info): Update.
7576 (gen_inbound_check): Update.
7577 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
7578 (vect_do_peeling): Update.
7579 (vect_loop_versioning): Update.
7580 * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
7581 (optimize_mask_stores): Update.
7582 * ubsan.c (ubsan_expand_null_ifn): Update.
7583 * value-prof.c (gimple_divmod_fixed_value): Update.
7584 (gimple_divmod_fixed_value_transform): Update.
7585 (gimple_mod_pow2): Update.
7586 (gimple_mod_pow2_value_transform): Update.
7587 (gimple_mod_subtract): Update.
7588 (gimple_mod_subtract_transform): Update.
7589 (gimple_ic): Update.
7590 (gimple_stringop_fixed_value): Update.
7591 (gimple_stringops_transform): Update.
7592 * value-prof.h: Update.
7594 2017-06-29 Carl Love <cel@us.ibm.com>
7596 * config/rs6000/rs6000-c.c: Add support for built-in functions
7597 vector signed int vec_signed (vector float);
7598 vector signed long long vec_signed (vector double);
7599 vector signed int vec_signed2 (vector double, vector double);
7600 vector signed int vec_signede (vector double);
7601 vector signed int vec_signedo (vector double);
7602 * config/rs6000/rs6000.c (rs6000_generate_vsigned2_code): Add
7603 instruction generator.
7604 * config/rs6000/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7605 UNSPEC_VSX_VSIGNED2): Add UNSPECS.
7606 (vsx_xvcvspsxws, vsx_xvcvdpuxds_scale, vsx_xvcvspuxws, vsigned2_v2df):
7608 (vsignedo_v2df, vsignede_v2df, vunsigned2_v2df, vunsignedo_v2df,
7609 vunsignede_v2df): Add define_expands.
7610 * config/rs6000/rs6000-builtin.def (VEC_SIGNED, VEC_UNSIGNED,
7611 VEC_SIGNED2, VEC_UNSIGNED2, VEC_SIGNEDE, VEC_UNSIGNEDE, VEC_SIGNEDO,
7612 VEC_UNSIGNEDO): Add definitions.
7613 * config/vsx.md (UNSPEC_VSX_XVCVSPSXWS, UNSPEC_VSX_XVCVSPSXDS,
7614 UNSPEC_VSX_VSIGNED2): Add UNSPECs.
7615 (vsx_xvcvspsxws, vsx_xvcvspuxws): Add define_insn.
7616 (vsigned2_v2df, vsigendo_v2df, vsignede_v2df,
7617 vunsigned2_v2df, vunsignedo_v2df, vunsignede_v2df): Add define_expands.
7618 * config/rs6000/altivec.h (vec_signed, vec_signed2,
7619 vec_signede and vec_signedo, vec_unsigned, vec_unsigned2,
7620 vec_unsignede, vec_unsignedo): Add builtin defines.
7621 * config/rs6000-protos.h (rs6000_generate_vsigned2_code): Add extern
7623 * doc/extend.texi: Update the built-in documentation file for the
7624 new built-in functions.
7626 2017-06-29 Richard Biener <rguenther@suse.de>
7628 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Do not add
7629 reduction chains to LOOP_VINFO_REDUCTIONS.
7630 * tree-vect-slp.c (vect_analyze_slp): Continue looking for
7631 SLP reductions after processing reduction chains.
7633 2017-06-29 Nathan Sidwell <nathan@acm.org>
7635 * builtins.c (fold_builtin_FUNCTION): Use
7636 lang_hooks.decl_printable_name.
7638 2017-06-29 Peter Bergner <bergner@vnet.ibm.com>
7641 * cfgexpand.c (expand_gimple_stmt_1): Handle switch statements
7642 with only one label.
7643 * stmt.c (expand_case): Assert NCASES is greater than one.
7645 2017-06-29 Richard Biener <rguenther@suse.de>
7647 * tree-cfg.c (group_case_labels_stmt): Return whether we changed
7649 (group_case_labels): Likewise.
7650 (find_taken_edge): Push sanity checking on val to workers...
7651 (find_taken_edge_cond_expr): ... here
7652 (find_taken_edge_switch_expr): ... and here, handle cases
7653 with just a default label.
7654 * tree-cfg.h (group_case_labels_stmt): Adjust prototype.
7655 (group_case_labels): Likewise.
7656 * tree-cfgcleanup.c (execute_cleanup_cfg_post_optimizing): When
7657 group_case_labels does anything cleanup the CFG again.
7659 2017-06-29 Bin Cheng <bin.cheng@arm.com>
7661 PR tree-optimization/81196
7662 * tree-ssa-loop-niter.c (number_of_iterations_cond): Handle loop
7663 exit condition comparing two IVs.
7665 2017-06-29 Richard Earnshaw <rearnsha@arm.com>
7667 * config/arm/parsecpu.awk (gen_comm_data): Add initializer for
7668 profile to the dummy entry at the end of the list of architectures.
7669 * config/arm/arm-cpu-cdata.h: Regenerated.
7671 2017-06-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7672 Michael Collison <michael.collison@arm.com>
7675 * config/aarch64/aarch64.md (*aarch64_<optab>_reg_<mode>3_mask1):
7677 (*aarch64_reg_<mode>3_neg_mask2): New pattern.
7678 (*aarch64_reg_<mode>3_minus_mask): New pattern.
7679 (*aarch64_<optab>_reg_di3_mask2): New pattern.
7680 * config/aarch64/aarch64.c (aarch64_rtx_costs): Account for cost
7681 of shift when the shift amount is masked with constant equal to
7682 the size of the mode.
7683 * config/aarch64/predicates.md (subreg_lowpart_operator): New
7686 2017-06-29 Martin Liska <mliska@suse.cz>
7688 * config/i386/i386.opt: Change range from [1,5] to [0,5].
7690 2017-06-29 Yury Gribov <tetra2005@gmail.com>
7693 * ipa-cp.c (allocate_and_init_ipcp_value): Add initialization
7696 (edge_growth_cache_entry::edge_growth_cache_entry): New
7698 (reset_edge_growth_cache): Update to use constructor.
7700 2017-06-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
7702 * config/aarch64/aarch64.h (AARCH64_EXPAND_ALIGNMENT): New.
7703 (DATA_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7704 (LOCAL_ALIGNMENT): Update to use AARCH64_EXPAND_ALIGNMENT.
7706 2017-06-28 Sebastian Peryt <sebastian.peryt@intel.com>
7708 * config/i386/avx512vlintrin.h (_mm256_permutexvar_epi64)
7709 (_mm256_permutexvar_epi32, _mm256_permutex_epi64): New intrinsics.
7711 2017-06-28 Szabolcs Nagy <szabolcs.nagy@arm.com>
7713 * config.gcc (*-linux-musl*): Add t-musl tmake_file.
7714 (*-linux-uclibc*): Add t-uclibc tmake_file.
7715 * config/t-musl: New.
7716 * config/t-uclibc: New.
7718 2017-06-28 Richard Earnshaw <rearnsha@arm.com>
7720 * config/arm/parsecpu.awk (profile): Parse new keyword in an arch
7722 (gen_comm_data): Emit architectural setting of arch_prof.
7723 * config/arm/arm-cpus.in (armv6-m, armv6s-m, armv7-a, armv7ve): Set the
7725 (armv7-r, armv7-m, armv7e-m, armv8-a, armv8.1-a, armv8.2-a): Likewise.
7726 (armv8-m.base, armv8-m.main): Likewise.
7727 * arm-protos.h (arm_build_target): Add profile field.
7728 (arch_option): Likewise.
7729 * config/arm/arm.c (arm_configure_build_target): Copy the profile to
7731 * config/arm/arm.h (TARGET_ARM_ARCH_PROFILE): Use
7732 arm_active_target.profile.
7734 2017-06-28 Richard Biener <rguenther@suse.de>
7737 * fold-const.c (negate_expr_p): Use TYPE_UNSIGNED, not
7738 TYPE_OVERFLOW_WRAPS.
7739 * match.pd (negate_expr_p): Likewise.
7740 * tree-ssa-reassoc.c (optimize_range_tests_diff): Use
7741 fold_build2, not fold_binary.
7743 2017-06-28 Wilco Dijkstra <wdijkstr@arm.com>
7745 * config/aarch64/aarch64 (aarch64_expand_mov_immediate):
7746 Convert memory address to Pmode.
7747 (aarch64_print_operand): Assert MEM operands are always Pmode.
7749 2017-06-28 Wilco Dijkstra <wdijkstr@arm.com>
7752 * config/arm/aarch-common.c (arm_no_early_alu_shift_dep):
7753 Remove redundant if.
7754 (aarch_forward_to_shift_is_not_shifted_reg): Remove.
7755 * config/arm/aarch-common-protos.h
7756 (aarch_forward_to_shift_is_not_shifted_re): Remove.
7757 * config/arm/cortex-a53.md: Use arm_no_early_alu_shift_dep in bypass.
7759 2017-06-28 Michael Meissner <meissner@linux.vnet.ibm.com>
7762 * multiple_target.c (create_dispatcher_calls): Set the default
7763 clone to be static, not public.
7765 2017-06-28 Richard Biener <rguenther@suse.de>
7767 * tree-vect-loop.c (vectorizable_reduction): Move special
7768 cond reduction IV var creation ...
7769 (vect_create_epilog_for_reduction): ... here. Remove induction_index
7770 parameter. Use STMT_VINFO_VECTYPE.
7771 * tree-vect-slp.c (vect_get_constant_vectors): Properly reset
7774 2017-06-28 Martin Liska <mliska@suse.cz>
7777 * ipa-visibility.c (non_local_p): Handle visibility.
7779 2017-06-28 Martin Liska <mliska@suse.cz>
7782 * common.opt: Add IntegerRange to various options.
7783 * opt-functions.awk (integer_range_info): New function.
7784 * optc-gen.awk: Add integer_range_info to cl_options struct.
7785 * opts-common.c (decode_cmdline_option): Handle
7786 CL_ERR_INT_RANGE_ARG.
7787 (cmdline_handle_error): Likewise.
7788 * opts.c (print_filtered_help): Show valid interval in
7789 when --help is provided.
7790 * opts.h (struct cl_option): Add range_min and range_max fields.
7791 * config/i386/i386.opt: Add IntegerRange for -mbranch-cost.
7793 2017-06-28 Marc Glisse <marc.glisse@inria.fr>
7795 * match.pd ((X & ~Y) | (~X & Y)): Generalize to + and ^.
7796 (x * C EQ/NE y * C): New transformation.
7798 2017-06-28 Christophe Lyon <christophe.lyon@linaro.org>
7800 * genmultilib (combination_space): Accept '+' in option names.
7802 2017-06-28 Martin Liska <mliska@suse.cz>
7805 * asan.c (instrument_derefs): Bail out inner references
7806 that are hard register variables.
7808 2017-06-28 Jakub Jelinek <jakub@redhat.com>
7811 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Use def_builtin
7812 rather than def_builtin_pure for __builtin_ia32_gatherpf*.
7814 2017-06-28 Richard Biener <rguenther@suse.de>
7816 * tree-vectorizer.h (vect_get_vec_defs): Remove.
7817 (vect_get_slp_defs): Adjust.
7818 * tree-vect-loop.c (get_initial_defs_for_reduction): Split
7820 * tree-vect-slp.c (vect_get_constant_vectors): ... here and
7822 * tree-vect-loop.c (vect_create_epilog_for_reduction): Use
7823 get_initial_defs_for_reduction instead of vect_get_vec_defs.
7824 (vectorizable_reduction): Adjust.
7825 * tree-vect-slp.c (vect_get_constant_vectors): Remove reduction
7827 (vect_get_slp_defs): Likewise.
7828 * tree-vect-stmts.c (vect_get_vec_defs): Make static and adjust.
7829 (vectorizable_bswap): Adjust.
7830 (vectorizable_call): Likewise.
7831 (vectorizable_conversion): Likewise.
7832 (vectorizable_assignment): Likewise.
7833 (vectorizable_shift): Likewise.
7834 (vectorizable_operation): Likewise.
7835 (vectorizable_store): Likewise.
7836 (vectorizable_condition): Likewise.
7837 (vectorizable_comparison): Likewise.
7839 2017-06-28 Michael Collison <michael.collison@arm.com>
7842 * config/arm/arm.c (gen_ldm_seq): Remove last unnecessary
7844 (arm_gen_movmemqi): Removed unused variable 'i'.
7845 Convert 'for' loop into 'while' loop.
7846 (arm_expand_prologue): Remove last unnecessary set of insn.
7847 (thumb_pop): Remove unused variable 'pushed_words'.
7848 (thumb_exit): Remove last unnecessary set of regs_to_pop.
7850 2017-06-28 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
7852 * config/s390/predicates.md: Use s390_rel_address_ok_p.
7853 * config/s390/s390-protos.h: Add prototype of
7854 s390_rel_address_ok_p.
7855 * config/s390/s390.c (s390_got_symbol): New function.
7856 (s390_rel_address_ok_p): New function.
7857 (legitimize_pic_address): Use s390_rel_address_ok_p.
7858 (s390_load_got): Use s390_got_symbol.
7859 (s390_option_override): Issue error if
7860 -mno-pic-data-is-text-relative is used without -fpic/-fPIC.
7861 * config/s390/s390.h (TARGET_DEFAULT_PIC_DATA_IS_TEXT_RELATIVE):
7863 * config/s390/s390.opt: New option mpic-data-is-text-relative.
7865 2017-06-27 Andrew Pinski <apinski@cavium.com>
7867 * match.pd (X >/>=/</<= 0 ? 1.0 : -1.0): New patterns.
7868 (X * copysign (1.0, X)): New pattern.
7869 (X * copysign (1.0, -X)): New pattern.
7870 (copysign (-1.0, CST)): New pattern.
7872 2017-06-27 Joseph Myers <joseph@codesourcery.com>
7874 * genmultilib (combination_space): Remove variable.
7875 Validate reuse rules against regular expression for any sequence
7876 of multilib options in any order.
7878 2017-06-27 Michael Collison <michael.collison@arm.com>
7880 * config/aarch64/aarch64-simd.md (aarch64_combine<mode>): Directly
7881 call aarch64_split_simd_combine.
7882 * (aarch64_combine_internal<mode>): Delete pattern.
7883 * config/aarch64/aarch64.c (aarch64_split_simd_combine):
7884 Allow register and subreg operands.
7886 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
7888 * config/i386/vxworks.h (ASM_SPEC): Remove definition. No target
7889 specific need, just fallback on defaults.
7890 (ASM_OUTPUT_ALIGNED_BSS): Add #undef before #define.
7892 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
7893 Olivier Hainque <hainque@adacore.com>
7895 * config/i386/vxworks.h (DBX_REGISTER_NUMBER): Pick distinct
7897 (TARGET_OS_CPP_BUILTINS): builtin_define CPU to X86_64 for 64bit
7898 targets. Pick a default if no particular attempt applied.
7899 (STACK_CHECK_PROTECT): Double for 64bit targets, which have
7902 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
7904 * config.gcc (i*86-wrs-vxworks7): Handle new acceptable triplet.
7905 (x86_64-wrs-vxworks7): Likewise.
7907 2017-06-27 Marek Polacek <polacek@redhat.com>
7910 * ubsan.c (instrument_null): Check get_base_address's result for null.
7912 2017-06-27 Marc Glisse <marc.glisse@inria.fr>
7914 * match.pd ((A+-B)+(C-A), (A+B)-(A-C)): New transformations.
7916 2017-06-27 Marc Glisse <marc.glisse@inria.fr>
7918 * builtin-types.def (BT_FENV_T_PTR, BT_CONST_FENV_T_PTR,
7919 BT_FEXCEPT_T_PTR, BT_CONST_FEXCEPT_T_PTR): New primitive types.
7920 (BT_FN_INT_FENV_T_PTR, BT_FN_INT_CONST_FENV_T_PTR,
7921 BT_FN_INT_FEXCEPT_T_PTR_INT, BT_FN_INT_CONST_FEXCEPT_T_PTR_INT):
7923 * builtins.def (BUILT_IN_FECLEAREXCEPT, BUILT_IN_FEGETENV,
7924 BUILT_IN_FEGETEXCEPTFLAG, BUILT_IN_FEGETROUND,
7925 BUILT_IN_FEHOLDEXCEPT, BUILT_IN_FERAISEEXCEPT,
7926 BUILT_IN_FESETENV, BUILT_IN_FESETEXCEPTFLAG,
7927 BUILT_IN_FESETROUND, BUILT_IN_FETESTEXCEPT,
7928 BUILT_IN_FEUPDATEENV): New builtins.
7929 * tree-core.h (TI_FENV_T_PTR_TYPE, TI_CONST_FENV_T_PTR_TYPE,
7930 TI_FEXCEPT_T_PTR_TYPE, TI_CONST_FEXCEPT_T_PTR_TYPE): New entries.
7931 * tree.h (fenv_t_ptr_type_node, const_fenv_t_ptr_type_node,
7932 fexcept_t_ptr_type_node, const_fexcept_t_ptr_type_node): New
7934 (builtin_structptr_types): Adjust size.
7935 * tree.c (builtin_structptr_types): Add four entries.
7937 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
7938 Olivier Hainque <hainque@adacore.com>
7940 * config/vxworks.h (VXWORKS_LIB_SPEC): Incorporate ...
7941 (TLS_SYM): New local macro, forcing reference to __tls__ on
7942 link command lines for VxWorks 7 RTPs, triggering initialization
7944 (VXWORKS_HAVE_TLS): New macro. State whether the target VxWorks
7945 OS features TLS support, true for RTPs on VxWorks 7.
7946 * config/vxworks.c (vxworks_override_options): Setup emutls
7949 2017-06-27 Jakub Jelinek <jakub@redhat.com>
7951 * predict.c (test_prediction_value_range): Use -1U instead of -1
7952 to avoid narrowing conversion warning.
7953 * dumpfile.c (dump_options): Wrap all value into dump_flags_t cast
7954 to avoid narrowing conversion warning.
7955 * opt-functions.awk (var_ref): Return (unsigned short) -1 instead of
7957 * optc-gen.awk (END): Expect (unsigned short) -1 instead of -1.
7959 2017-06-27 Jerome Lambourg <lambourg@adacore.com>
7961 * config/vxworks.h (VXWORKS_LIBS_RTP): Alternative definition for
7962 64bit configurations.
7963 (PTR_DIFF_TYPE): Alternative definition for TARGET_LP64.
7964 (SIZE_TYPE): Likewise.
7965 * config/vxworks.c (vxworks_emutls_var_fields): Use
7966 long_unsigned_type_node instead of unsigned_type_node as the offset
7967 field type, which is "pointer" mode in emutls.c.
7969 2017-06-27 Jakub Jelinek <jakub@redhat.com>
7972 * ubsan.c (ubsan_encode_value): Initialize DECL_CONTEXT on var.
7975 * gimple-fold.c (replace_call_with_call_and_fold): Handle
7976 gimple_vuse copying separately from gimple_vdef copying.
7978 2017-06-27 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
7980 * value-prof.c (free_hist): Remove call to memset and the enclosing if
7983 2017-06-26 Jerome Lambourg <lambourg@adacore.com>
7984 Olivier Hainque <hainque@adacore.com>
7986 * config.gcc (*-*-vxworks*): Add TARGET_VXWORKS7=1 to tm_defines
7987 for all vxworks7 targets.
7988 * config/vxworks.h (TARGET_VXWORKS7): If not defined, define to 0.
7989 (VXWORKS_ADDITIONAL_CPP_SPEC): Alternative definition for VXWORKS7.
7990 (VXWORKS_LIBS_RTP, VXWORKS_LIBS_RTP_DIR): New macros, allowing
7991 variations for VX6/VX7 and 32/64bits later on in ...
7992 (VXWORKS_LIB_SPEC): Leverage new macros.
7993 (VXWORKS_OS_CPP_BUILTINS): Define _VSB_CONFIG_FILE for VXWORKS7,
7994 as well as _ALLOW_KEYWORD_MACROS when "inline" is not a keyword.
7996 2017-06-26 Jerome Lambourg <lambourg@adacore.com>
7998 * config/vxworks.h (VXWORKS_OS_CPP_BUILTINS): builtin_define
7999 _VX_TOOL_FAMILY and _VX_TOOL to gnu.
8001 2017-06-26 Carl Love <cel@us.ibm.com>
8003 * config/rs6000/rs6000-c.c: Add support for built-in functions
8004 vector bool char vec_reve (vector bool char);
8005 vector signed char vec_reve (vector signed char);
8006 vector unsigned char vec_reve (vector unsigned char);
8007 vector bool int vec_reve (vector bool int);
8008 vector signed int vec_reve (vector signed int);
8009 vector unsigned int vec_reve (vector unsigned int);
8010 vector bool long long vec_reve (vector bool long long);
8011 vector signed long long vec_reve (vector signed long long);
8012 vector unsigned long long vec_reve (vector unsigned long long);
8013 vector bool short vec_reve (vector bool short);
8014 vector signed short vec_reve (vector signed short);
8015 vector double vec_reve (vector double);
8016 vector float vec_reve (vector float);
8017 * config/rs6000/rs6000-builtin.def (VREVE_V2DI, VREVE_V4SI,
8018 VREVE_V8HI, VREVE_V16QI, VREVE_V2DF, VREVE_V4SF, VREVE): New builtin.
8019 * config/rs6000/altivec.md (UNSPEC_VREVEV): New UNSPEC.
8020 (altivec_vreve): New pattern.
8021 * config/rs6000/altivec.h (vec_reve): New define.
8022 * doc/extend.texi (vec_rev): Update the built-in documentation file
8023 for the new built-in functions.
8025 2016-06-26 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8027 PR tree-optimization/71815
8028 * gimple-ssa-strength-reduction.c (uses_consumed_by_stmt): New
8030 (find_basis_for_candidate): Call uses_consumed_by_stmt rather than
8032 (slsr_process_phi): Likewise.
8033 (replace_uncond_cands_and_profitable_phis): Don't replace a
8034 multiply candidate with a stride of 1 (copy or cast).
8035 (phi_incr_cost): Call uses_consumed_by_stmt rather than
8037 (lowest_cost_path): Likewise.
8038 (total_savings): Likewise.
8040 2017-06-26 Richard Biener <rguenther@suse.de>
8043 * config/i386/i386.c (ix86_init_mmx_sse_builtins):
8044 Use def_builtin_pure for all gather builtins.
8046 2017-06-26 Richard Biener <rguenther@suse.de>
8048 PR tree-optimization/81203
8049 * tree-tailcall.c (find_tail_calls): Do not move stmts into
8052 2017-06-26 Marek Polacek <polacek@redhat.com>
8055 * doc/invoke.texi: Document -Wmultistatement-macros.
8057 2017-06-26 Christophe Lyon <christophe.lyon@linaro.org>
8059 * doc/sourcebuild.texi (ARM-specific attributes): Document new
8060 arm_neon_ok_no_float_abi effective target.
8062 2017-06-26 Richard Biener <rguenther@suse.de>
8064 PR tree-optimization/80928
8065 * cfghooks.c (duplicate_block): Do not copy BB_DUPLICATED flag.
8066 (copy_bbs): Set BB_DUPLICATED flag early.
8067 (execute_on_growing_pred): Do not execute for BB_DUPLICATED
8069 (execute_on_shrinking_pred): Likewise.
8070 * tree-ssa.c (ssa_redirect_edge): Do not look for PHI args in
8071 BB_DUPLICATED blocks.
8072 * tree-ssa-phionlycoprop.c (eliminate_degenerate_phis_1): Properly
8073 iterate over all PHIs considering removal of *gsi.
8075 2017-06-23 Jim Wilson <jim.wilson@linaro.org>
8077 * doc/invoke.texi (AArch64 Options, -mtune): Re-add falkor and
8080 2017-06-23 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
8082 * config/rs6000/rs6000-string.c: (expand_block_clear,
8083 do_load_for_compare, select_block_compare_mode,
8084 compute_current_alignment, expand_block_compare,
8085 expand_strncmp_align_check, expand_strn_compare,
8086 expand_block_move, rs6000_output_load_multiple)
8087 Move functions related to string/block move/compare
8089 * config/rs6000/rs6000.c: Move above functions to rs6000-string.c.
8090 * config/rs6000/rs6000-protos.h (rs6000_emit_dot_insn): Add prototype
8091 for this function which is now used in two files.
8092 * config/rs6000/t-rs6000: Add rule to compile rs6000-string.o.
8093 * config.gcc: Add rs6000-string.o to extra_objs for
8094 targets powerpc*-*-* and rs6000*-*-*.
8096 2017-06-23 Michael Meissner <meissner@linux.vnet.ibm.com>
8099 * config/rs6000/rs6000.md (ALTIVEC_DFORM): Do not allow DImode in
8100 32-bit, since indexed is not valid for DImode.
8101 (mov<mode>_hardfloat32): Reorder ISA 2.07 load/stores before ISA
8102 3.0 d-form load/stores to be the same as mov<mode>_hardfloat64.
8103 (define_peephole2 for Altivec d-form load): Add 32-bit support.
8104 (define_peephole2 for Altivec d-form store): Likewise.
8107 * multiple_target.c (create_dispatcher_calls): Only create the
8108 dispatcher call if the function is the default clone of a
8111 2017-06-23 Segher Boessenkool <segher@kernel.crashing.org>
8114 * builtins.c (expand_builtin_atomic_fetch_op): If emitting code after
8115 a call, force the call to not be a tail call.
8117 2017-06-23 Jeff Law <law@redhat.com>
8119 * doc/contrib.texi: Add entry for Steven Pemberton's work on
8122 2017-06-23 Will Schmidt <will_schmidt@vnet.ibm.com>
8124 * config/rs6000/rs6000.c: Add include of ssa-propagate.h for
8125 update_call_from_tree(). (rs6000_gimple_fold_builtin): Add
8126 handling for early expansion of vector shifts (sl,sr,sra,rl).
8127 (builtin_function_type): Add vector shift right instructions
8128 to the unsigned argument list.
8130 2017-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
8132 rtl-optimizatoin/79286
8133 * ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.
8134 * rtlanal.c (rtx_addr_can_trap_p_1): SYMBOL_REF_FUNCTION_P can never
8135 trap. PIC register plus a const unspec without offset can never trap.
8137 2017-06-23 Marc Glisse <marc.glisse@inria.fr>
8139 * tree.h (builtin_structptr_type): New type.
8140 (builtin_structptr_types): Declare new array.
8141 * tree.c (builtin_structptr_types): New array.
8142 (free_lang_data, build_common_tree_nodes): Use it.
8144 2017-06-23 Jonathan Wakely <jwakely@redhat.com>
8147 * doc/invoke.texi (-Wnoexcept-type): Fix name of option, from
8150 2017-06-22 Matt Turner <mattst88@gmail.com>
8152 * config/i386/driver-i386.c (host_detect_local_cpu): Add Kaby
8153 Lake models to skylake case. Assume skylake for unknown
8154 models with clflushopt.
8156 2017-06-22 Jeff Law <law@redhat.com>
8158 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Handle
8159 frame sizes that do not satisfy aarch64_uimm12_shift.
8161 2017-06-22 Jan Hubicka <hubicka@ucw.cz>
8163 * profile-count.h (apply_probability,
8164 apply_scale, probability_in): Fix checks for zero.
8166 2017-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8168 * incpath.c (add_sysroot_to_chain): Allow for $SYSROOT prefix.
8169 * doc/cppdiropts.texi (-I @var{dir}): Document it.
8171 2016-06-22 Richard Biener <rguenther@suse.de>
8173 * tree-vect-loop.c (vect_model_reduction_cost): Handle
8174 COND_REDUCTION and INTEGER_INDUC_COND_REDUCTION without
8175 REDUC_MAX_EXPR support.
8176 (vectorizable_reduction): Likewise.
8177 (vect_create_epilog_for_reduction): Likewise.
8179 2017-06-22 James Greenhalgh <james.greenhalgh@arm.com>
8181 * match.pd (A / (1 << B) -> A >> B): New.
8182 * generic-match-head.c: Include optabs-tree.h.
8183 * gimple-match-head.c: Likewise.
8184 * optabs-tree.h (target_supports_op_p): New.
8185 * optabs-tree.c (target_supports_op_p): New.
8187 2017-06-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8189 * configure.ac (gcc_cv_ld_static_dynamic): Also check stderr for
8190 $gcc_cv_ld --help output.
8191 (gcc_cv_ld_demangle): Likewise.
8192 (gcc_cv_ld_eh_frame_hdr): Likewise.
8193 (gcc_cv_ld_pie): Likewise.
8194 (gcc_cv_ld_as_needed): Likewise. Prefer native forms unless $gnu_ld.
8195 (gcc_cv_ld_buildid): Likewise.
8196 (gcc_cv_ld_sysroot): Likewise.
8197 (ld_bndplt_support): Likewise.
8198 (ld_pushpopstate_support): Likewise.
8199 * configure: Regenerate.
8200 * config/sol2.h [!USE_GLD] (SYSROOT_SPEC): Define.
8202 2017-06-21 Jakub Jelinek <jakub@redhat.com>
8205 * config/i386/sse.md (round<mode>2): Renumber match_dup and
8206 operands indexes to avoid gap between operands and match_dups.
8208 2017-06-21 Andrew Pinski <apinski@cavium.com>
8210 * config/aarch64/aarch64-cost-tables.h (thunderx_extra_costs):
8211 Increment Arith_shift and Arith_shift_reg by 1.
8212 * config/aarch64/aarch64-tuning-flags.def (cheap_shift_extend):
8214 * config/aarch64/aarch64.c (thunderx_tunings): Enable
8215 AARCH64_EXTRA_TUNE_CHEAP_SHIFT_EXTEND.
8216 (aarch64_strip_extend): Add new argument and test for it.
8217 (aarch64_cheap_mult_shift_p): New function.
8218 (aarch64_rtx_mult_cost): Call aarch64_cheap_mult_shift_p and don't
8219 add a cost if it is true.
8220 Update calls to aarch64_strip_extend.
8221 (aarch64_rtx_costs): Update calls to aarch64_strip_extend.
8223 2017-06-21 Andrew Pinski <apinski@cavium.com>
8225 * config/aarch64/aarch64-cores.def (thunderxt88p1): Use thunderxt88
8227 (thunderxt88): Likewise.
8228 * config/aarch64/aarch64.c (thunderxt88_prefetch_tune): New variable.
8229 (thunderx_prefetch_tune): New variable.
8230 (thunderx2t99_prefetch_tune): Update for the correct values.
8231 (thunderxt88_tunings): New variable.
8232 (thunderx_tunings): Use thunderx_prefetch_tune instead of
8233 generic_prefetch_tune.
8234 (thunderx2t99_tunings): Use AUTOPREFETCHER_WEAK.
8236 2017-06-21 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
8238 * config/aarch64/atomics.md (aarch64_compare_and_swap<mode>_lse,
8239 SHORT): Relax operand 3 to aarch64_reg_or_zero and constraint to Z.
8240 (aarch64_compare_and_swap<mode>_lse, GPI): Likewise.
8241 (aarch64_atomic_cas<mode>, SHORT): Likewise for operand 2.
8242 (aarch64_atomic_cas<mode>, GPI): Likewise.
8244 2017-06-21 Martin Liska <mliska@suse.cz>
8246 * gimplify.c (gimplify_label_expr): Insert GIMPLE_PREDICT
8247 statements on cold and hot labels.
8248 * predict.c (tree_estimate_probability_bb): Remove the
8249 prediction from this place.
8251 2017-06-21 Martin Liska <mliska@suse.cz>
8253 PR tree-optimization/79489
8254 * gimplify.c (maybe_add_early_return_predict_stmt): New
8256 (gimplify_return_expr): Call the function.
8257 * predict.c (tree_estimate_probability_bb): Remove handling
8259 * predict.def: Update comment about early return predictor.
8260 * gimple-predict.h (is_gimple_predict): New function.
8261 * predict.def: Change default value of early return to 66.
8262 * tree-tailcall.c (find_tail_calls): Skip GIMPLE_PREDICT
8264 * passes.def: Put pass_strip_predict_hints to the beginning of
8267 2017-06-21 Pierre-Marie de Rodat <derodat@adacore.com>
8269 * dwarf2out.c (gen_decl_die): Remove the guard to skip file-scope
8270 FUNCTION_DECL declarations.
8271 (dwarf2out_early_global_decl): Remove the guard to skip FUNCTION_DECL
8273 (dwaf2out_decl): Likewise.
8274 * godump.c (go_early_global_decl): Skip call to the real debug hook
8275 for FUNCTION_DECL declarations.
8276 * passes.c (rest_of_decl_compilation): Skip call to the
8277 early_global_decl debug hook for FUNCTION_DECL declarations, unless
8278 -fdump-go-spec is passed.
8280 2017-06-21 Marc Glisse <marc.glisse@inria.fr>
8282 * config/i386/i386.c (struct builtin_isa): New field pure_p.
8283 Reorder for compactness.
8284 (def_builtin, def_builtin2, ix86_add_new_builtins): Handle pure_p.
8285 (def_builtin_pure, def_builtin_pure2): New functions.
8286 (ix86_init_mmx_sse_builtins) [__builtin_ia32_stmxcsr]: Mark as pure.
8288 2017-06-21 Marc Glisse <marc.glisse@inria.fr>
8290 * match.pd (nop_convert): New predicate.
8291 ((A +- CST1) +- CST2): Allow some NOP conversions.
8293 2017-06-21 Jakub Jelinek <jakub@redhat.com>
8296 * gimplify.c (omp_add_variable): Don't force GOVD_SEEN for types
8297 with ctors/dtors if GOVD_SHARED is set.
8299 2017-06-21 Wilco Dijkstra <wdijkstr@arm.com>
8301 * config/aarch64/aarch64.md (movti_aarch64):
8302 Emit mov rather than orr.
8303 (movtf_aarch64): Likewise.
8304 * config/aarch64/aarch64-simd.md (aarch64_simd_mov):
8305 Emit mov rather than orr.
8307 2017-06-21 Wilco Dijkstra <wdijkstr@arm.com>
8309 * config/aarch64/aarch64-simd.md (aarch64_simd_dup):
8310 Swap alternatives, make integer dup more expensive.
8312 2017-06-21 Wilco Dijkstra <wdijkstr@arm.com>
8314 * config/aarch64/aarch64.c (aarch64_legitimate_constant_p):
8315 Return true for non-tls symbols.
8317 2017-06-21 James Greenhalgh <james.greenhalgh@arm.com>
8319 * config/aarch64/aarch64-cores.def (cortex-a55): New.
8320 (cortex-a75): Likewise.
8321 (cortex-a75.cortex-a55): Likewise.
8322 * config/aarch64/aarch64-tune.md: Regenerate.
8323 * doc/invoke.texi (-mtune): Document new values for -mtune.
8325 2017-06-21 Tom de Vries <tom@codesourcery.com>
8327 * doc/sourcebuild.texi (Add Options, Features for dg-add-options): Add
8329 (Effective-Target Keywords, Other attributes): Suggest using
8330 dg-add-options stack_size feature to get stack limit in stack_size
8331 effective target documentation.
8333 2017-06-21 Julian Brown <julian@codesourcery.com>
8334 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
8336 * config/aarch64/aarch64-simd.md (aarch64_crypto_pmulldi)
8337 (aarch64_crypto_pmullv2di): Change type attribute to crypto_pmull.
8338 * config/aarch64/thunderx2t99.md (thunderx2t99_pmull): New
8340 * config/arm/cortex-a53.md (cortex_a53_advsimd_type): Add crypto_pmull to
8341 attribute type list for neon_multiply.
8342 * config/arm/cortex-a57.md (cortex_a57_neon_type): Add crypto_pmull to
8343 attribute type list for neon_multiply.
8344 * config/arm/crypto.md (crypto_vmullp64): Change type to crypto_pmull.
8345 * config/arm/exynos-m1.md (exynos_m1_neon_type): Add crypto_pmull to
8346 attribute type list for neon_multiply.
8347 * config/arm/types.md (crypto_pmull): Add.
8348 * config/arm/xgene1.md (xgene1_neon_pmull): Add crypto_pmull to
8349 attribute type list.
8351 2017-06-20 Andreas Tobler <andreast@gcc.gnu.org>
8353 * config.gcc (armv6*-*-freebsd*): Change the target_cpu_cname to
8356 2017-06-20 Jakub Jelinek <jakub@redhat.com>
8358 * ira-costs.c (find_costs_and_classes): Initialize cost_classes later
8359 to make sure not to dereference a NULL cost_classes_ptr pointer.
8361 2017-06-20 Carl Love <cel@us.ibm.com>
8363 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8364 ALTIVEC_BUILTIN_VMULESW, ALTIVEC_BUILTIN_VMULEUW,
8365 ALTIVEC_BUILTIN_VMULOSW, ALTIVEC_BUILTIN_VMULOUW entries.
8366 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin,
8367 builtin_function_type): Add ALTIVEC_BUILTIN_* case statements.
8368 * config/rs6000/altivec.md (MVULEUW, VMULESW, VMULOUW,
8369 VMULOSW): New enum "unspec" values.
8370 (vec_widen_umult_even_v4si, vec_widen_smult_even_v4si,
8371 vec_widen_umult_odd_v4si, vec_widen_smult_odd_v4si,
8372 altivec_vmuleuw, altivec_vmulesw, altivec_vmulouw,
8373 altivec_vmulosw): New patterns.
8374 * config/rs6000/rs6000-builtin.def (VMLEUW, VMULESW, VMULOUW,
8375 VMULOSW): Add definitions.
8377 2017-06-20 Julia Koval <julia.koval@intel.com>
8379 * config/i386/i386.c: Fix rounding expand for new pattern.
8380 * config/i386/subst.md: Fix pattern (parallel -> unspec).
8382 2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
8384 * config/aarch64/aarch64-option-extensions.def (rcpc): New.
8385 * config/aarch64/aarch64.h (AARCH64_FL_RCPC): New.
8387 2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
8389 * config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
8392 2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
8394 * config/aarch64/aarch64-cores.def: Rearrange to sort by
8395 architecture, then by implementer ID.
8396 * config/aarch64/aarch64-tune.md: Regenerate.
8398 2017-06-20 Richard Biener <rguenther@suse.de>
8401 * fold-const.c (split_tree): Fold to type before negating.
8403 2017-06-20 David Malcolm <dmalcolm@redhat.com>
8405 * diagnostic-show-locus.c
8406 (selftest::test_fixit_deletion_affecting_newline): New function.
8407 (selftest::diagnostic_show_locus_c_tests): Call it.
8409 2017-06-20 Andreas Schwab <schwab@suse.de>
8412 * config/m68k/m68k.md (bsetdreg, bchgdreg, bclrdreg): Use "=d"
8415 2017-06-20 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
8417 * config/arm/arm-c.c (arm_cpu_builtins): New block to define
8418 __ARM_FEATURE_COPROC according to support.
8420 2017-06-20 Jakub Jelinek <jakub@redhat.com>
8422 * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
8423 Rewritten to avoid overflow for > 32-bit pointers.
8426 * ubsan.h (ubsan_encode_value): Workaround buggy clang++ parser
8427 by removing enum keyword.
8428 (ubsan_type_descriptor): Likewise. Formatting fix.
8431 * config/i386/i386.md (TARGET_USE_VECTOR_CONVERTS float si->{sf,df}
8432 splitter): Require TARGET_SSE2 in the condition.
8434 2017-06-20 Michael Meissner <meissner@linux.vnet.ibm.com>
8437 * config/rs6000/rs6000.c (rs6000_expand_vector_init): Add support
8438 for doing vector set of SFmode on ISA 3.0.
8439 * config/rs6000/vsx.md (vsx_set_v4sf_p9): Likewise.
8440 (vsx_set_v4sf_p9_zero): Special case setting 0.0f to a V4SF
8442 (vsx_insert_extract_v4sf_p9): Add an optimization for inserting a
8443 SFmode value into a V4SF variable that was extracted from another
8444 V4SF variable without converting the element to double precision
8445 and back to single precision vector format.
8446 (vsx_insert_extract_v4sf_p9_2): Likewise.
8448 2017-06-19 Jakub Jelinek <jakub@redhat.com>
8450 * tree-ssa-structalias.c (get_constraint_for_ptr_offset): Multiply
8451 in UWHI to avoid undefined overflow.
8454 * ubsan.h (enum ubsan_encode_value_phase): New.
8455 (ubsan_encode_value): Change second argument to
8456 enum ubsan_encode_value_phase with default value of
8457 UBSAN_ENCODE_VALUE_GENERIC.
8458 * ubsan.c (ubsan_encode_value): Change second argument to
8459 enum ubsan_encode_value_phase PHASE from bool IN_EXPAND_P,
8460 adjust uses, for UBSAN_ENCODE_VALUE_GENERIC use just
8461 create_tmp_var_raw instead of create_tmp_var and use a
8463 (ubsan_expand_bounds_ifn, ubsan_build_overflow_builtin,
8464 instrument_bool_enum_load, ubsan_instrument_float_cast): Adjust
8465 ubsan_encode_value callers.
8468 * ubsan.c (ubsan_encode_value): If current_function_decl is NULL,
8469 use create_tmp_var_raw instead of create_tmp_var, mark it addressable
8470 just by setting TREE_ADDRESSABLE on the result and use a TARGET_EXPR.
8472 2017-06-19 Richard Biener <rguenther@suse.de>
8475 * tree-cfgcleanup.c (cleanup_tree_cfg_noloop): Clear niter
8476 estimates if we changed anything.
8478 2017-06-19 Richard Biener <rguenther@suse.de>
8480 PR tree-optimization/80887
8481 * tree-ssa-sccvn.c (mprts_hook_cnt): New global.
8482 (vn_lookup_simplify_result): Allow only mprts_hook_cnt succesful
8483 simplified lookups, then reset mprts_hook.
8484 (vn_nary_build_or_lookup_1): Set mprts_hook_cnt to 9 before
8486 (try_to_simplify): Likewise.
8488 2017-06-19 Martin Liska <mliska@suse.cz>
8491 * gimplify.c (gimplify_switch_expr):
8492 Initialize live_switch_vars for SWITCH_BODY == STATEMENT_LIST.
8494 2017-06-19 Martin Liska <mliska@suse.cz>
8496 * doc/install.texi: Document that PGO runs in 4 stages.
8498 2017-06-19 Martin Liska <mliska@suse.cz>
8501 * attribs.c (make_dispatcher_decl): Do not append '.ifunc'
8502 to dispatcher function name.
8503 * multiple_target.c (replace_function_decl): New function.
8504 (create_dispatcher_calls): Redirect both edges and references.
8506 2017-06-19 Jan Hubicka <hubicka@ucw.cz>
8508 * profile-count.c (profile_count::dump): Dump quality.
8509 (profile_count::differs_from_p): Update for unsigned val.
8510 * profile-count.h (profile_count_quality): New enum.
8511 (profile_count): Turn m_val to 62bit unsigned, add quality tracking.
8513 2017-06-19 Richard Biener <rguenther@suse.de>
8515 * tree-ssa-loop-niter.h (estimate_numbers_of_iterations): Take
8516 struct function as arg.
8517 (estimate_numbers_of_iterations): Export overload with loop arg.
8518 (free_numbers_of_iterations_estimates_loop): Use an overload of
8519 free_numbers_of_iterations_estimates instead.
8520 * tree-cfg.c (remove_bb): Adjust.
8521 * tree-cfgcleanup.c (remove_forwarder_block_with_phi): Likewise.
8522 * tree-parloops.c (gen_parallel_loop): Likewise.
8523 * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables):
8525 (tree_unroll_loops_completely): Likewise.
8526 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop):
8527 Use an overload instead and export.
8528 (estimated_loop_iterations): Adjust.
8529 (max_loop_iterations): Likewise.
8530 (likely_max_loop_iterations): Likewise.
8531 (estimate_numbers_of_iterations): Take struct function as arg
8533 (loop_exits_before_overflow): Adjust.
8534 (free_numbers_of_iterations_estimates_loop): Use an overload.
8535 * tree-vect-loop.c (vect_analyze_loop_form): Adjust.
8536 * tree-vectorizer.c (vect_free_loop_info_assumptions): Likewise.
8538 2017-06-19 Richard Biener <rguenther@suse.de>
8541 * ipa-prop.c (find_constructor_constant_at_offset): Handle
8542 RANGE_EXPR conservatively.
8544 2017-06-16 Carl Love <cel@us.ibm.com>
8546 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
8547 definitions for vec_float, vec_float2, vec_floato,
8548 vec_floate built-ins.
8549 * config/rs6000/vsx.md (define_c_enum "unspec"): Add RTL code
8550 for instructions vsx_xvcvsxws vsx_xvcvuxwsp, float2, floato and
8552 * config/rs6000/rs6000-builtin.def (FLOAT2_V2DI, FLOATE_V2DF,
8553 FLOATE_2DI, FLOATO_V2DF, FLOATEE_V2DI, XVCVSXWSP_V4SF,
8554 UNS_FLOATO_V2DI, UNS_FLOATE_V2DI): Add definitions.
8555 * config/altivec.md (define_insn "p8_vmrgew_<mode>",
8556 define_mode_attr VF_sxddp): Add V4SF type to p8_vmrgew.
8557 * config/rs6000/altivec.h (vec_float, vec_float2, vec_floate,
8558 vec_floato): Add builtin defines.
8559 * doc/extend.texi (vec_float, vec_float2, vec_floate, vec_floato):
8560 Update the built-in documentation file for the new built-in
8563 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8565 * config/arm/arm.opt (marm): Mark as the negative of of -mthumb.
8566 (mthumb): Mark as the negative of -marm.
8568 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8570 * doc/invoke.texi (ARM Options, -mcpu): Document supported
8572 (ARM Options, -mtune): Document that this accepts the same
8573 extension options as -mcpu.
8574 (ARM Options, -mfpu): Document addition of -mfpu=auto.
8576 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8578 * doc/invoke.texi (ARM Options, -march=): Document new syntax and
8579 permitted extensions.
8581 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8583 * config/arm/arm-cpus.in (armv7): Add extension +nofp.
8584 (armv7-r): Add aliases vfpv3xd and vfpv3-d16.
8585 (armv8-m.main): Add option +nodsp.
8586 * config/arm/arm-cpu-cdata.h: Regenerated.
8588 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8590 * config/arm/t-fuchsia: New file.
8591 * config.gcc (arm*-*-fuchsia*): Use it.
8593 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8595 * config/arm/t-symbian: Rewrite for new option infrastructure.
8597 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8599 * config/arm/t-phoenix (MULTILIB_REUSE): Clear variable.
8600 (MULTILIB_REQUIRED): Likewise.
8602 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8604 * config/arm/t-linux-eabi (MULTILIB_EXCEPTIONS): Set to empty.
8605 (MULTILIB_RESUE): Likewise.
8606 (MULTILIB_MATCHES): Likewise.
8607 (MULTLIB_REQUIRED): Likewise.
8609 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8611 * config/arm/t-rtems: Rewrite for new option framework.
8613 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8615 * config/arm/t-aprofile (v7_a_nosimd_variants, v7_a_simd_variants)
8616 (v7ve_nosimd_variatns, v7ve_vfpv3_simd_variants)
8617 (v7ve_vfpv4_simd_variants, v8_a_nosimd_variants, v8_a_simd_variants)
8618 (v8_1_a_simd_variants, v8_2_a_simd_variants): Move to ...
8619 * config/arm/t-multilib: ... here.
8620 (MULTILIB_OPTIONS): Add armv7 and armv7+fp architectures.
8621 (MULTILIB_MATCHES): Use armv7 libraries for armv7-r. Also use for
8622 armv7-a and armv8*-a when A-profile libraries have not been built.
8623 * config/arm/t-rmprofile: Rewrite.
8625 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8627 * genmultilib (multilib_reuse): Allow an explicit period to be escaped
8628 with a backslash. Remove the backslash after substituting unescaped
8630 * doc/fragments.texi (MULTILIB_REUSE): Document it.
8632 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8634 * config.gcc: (arm*-*-*): When building a-profile libraries, force
8635 the driver to pass through the default setting of -mfloat-abi.
8636 * common/config/arm/arm-common.c (arm_target_thumb_only): Return -marm
8638 * config/arm/t-multilib (MULTILIB_REUSE): Initialize to empty.
8639 (all_feat_combs): New rule.
8640 (MULTILIB_OPTIONS): Use explicit ARM and Thumb directories. Rework
8642 * config/arm/t-aprofile: Rewrite.
8644 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8646 * config/arm/arm.h (FPUTYPE_AUTO): Define.
8647 * config/arm/arm.c (arm_option_override): Use FPUTYPE_AUTO if the
8648 fpu is not specified by the user/command-line.
8649 * config/arm/bpabi.h (FPUTYPE_DEFAULT): Delete.
8650 * config/arm/netbsd-elf.h (FPUTYPE_DEFAULT): Delete.
8651 * config/arm/linux-elf.h (FPUTYPE_DEFAULT): Delete.
8652 * config/arm/vxworks.h (FPUTYPE_DEFAULT): Delete.
8653 * common/config/arm/arm-common.c (arm_canon_arch_option): Use
8654 FPUTYPE_AUTO insted of FPUTYPE_DEFAULT.
8656 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8658 * config/arm/elf.h (MULTILIB_DEFAULTS): Delete.
8659 * config/arm/t-arm-elf: Rewritten.
8661 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8663 * config/arm/arm.h (TARGET_HARD_FLOAT): Also check that we
8664 have some floating-point instructions.
8665 (TARGET_SOFT_FLOAT): Define as inverse of TARGET_HARD_FLOAT.
8666 (TARGET_MAYBE_HARD_FLOAT): New macro.
8667 * config/arm/arm-builtins.c (arm_init_builtins): Use
8668 TARGET_MAYBE_HARD_FLOAT.
8669 * config/arm/arm.c (arm_option_override): Use TARGET_HARD_FLOAT_ABI.
8671 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8673 * common/config/arm/arm-common.c: Define INCLUDE_LIST.
8674 (configargs.h): Include it.
8675 (arm_print_hint_for_fpu_option): New function.
8676 (arm_parse_fpu_option): New function.
8677 (candidate_extension): New class.
8678 (arm_canon_for_multilib): New function.
8679 * config/arm/arm.h (CANON_ARCH_SPEC_FUNCTION): New macro.
8680 (EXTRA_SPEC_FUNCTIONS): Add CANON_ARCH_SPEC_FUNCTION.
8681 (ARCH_CANONICAL_SPECS): New macro.
8682 (DRIVER_SELF_SPECS): Add ARCH_CANONICAL_SPECS.
8684 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8686 * config.gcc (arm*-*-*): Ensure both target_cpu_cname and with_cpu
8687 are set after handling multilib fragments. Set target_cpu_default2
8690 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8692 * config.gcc (arm*-*-fucshia*): Set target_cpu_cname to the real
8694 (arm*-*-*): Set target_cpu_default2 to a quoted string.
8695 * config/arm/parsecpu.awk (check_cpu): Validate any extension
8697 (check_arch): Likewise.
8698 * config/arm/arm.c (arm_configure_build_target): Handle
8699 TARGET_CPU_DEFAULT being a string constant. Scan any feature
8700 options in the default.
8702 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8704 * config/arm/arm-protos.h (cpu_arch_extension): Add field to record
8705 when an option is an alias of another.
8706 * config/arm/parsecpu.awk (optalias): New parser token.
8707 (gen_comm_data): Mark non-alias options as such. Emit entries
8708 for extension aliases.
8709 * config/arm/arm-cpus.in (armv5e): Make vfpv2 an alias.
8710 (armv5te, armv5tej, armv6, armv6j, armv6k, armv6z): Likewise.
8711 (armv6kz, armv6zk, armv6t2): Likewise.
8712 (armv7): Make vfpv3-d16 an alias.
8713 (armv7-a): Make vfpv3-d16, neon and neon-vfpv3 aliases. Sort in
8715 (armv7ve): Make vfpv4-d16, neon-vfpv3 and neon-vfpv4 aliases.
8716 Sort in canonical order.
8717 (armv8-a): Sort in canonical order.
8718 (armv8.1-a, armv8.2-a): Likewise.
8719 (generic-armv7-a): Make neon and neon-vfpv3 aliases. Sort in
8721 (cortex-a9): Sort in canonical order.
8722 * config/arm/arm.c (selftests.h): Include it.
8723 (arm_test_cpu_arch_data): New function.
8724 (arm_run_self_tests): New function.
8725 (TARGET_RUN_TARGET_SELFTESTS): Redefine.
8726 (targetm): Move declaration to the end of the file.
8727 * arm-cpu-cdata.h: Regenerated.
8729 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8731 * config/arm/arm.h (TARGET_MODE_SPECS): Add additional parameter to
8732 call to target_mode_check describing the type of option passed.
8733 * common/config/arm/arm-common.c (arm_arch_core_flag): Delete.
8734 (arm_target_thumb_only): Use arm_parse_arch_option_name or
8735 arm_parse_cpu_option_name to match parameters against list of
8737 * config/arm/parsecpu.awk (gen_comm_data): Don't generate
8738 arm_arch_core_flags data structure.
8739 * config/arm/arm-cpu_cdata.h: Regenerated.
8741 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8743 * common/config/arm/arm-common.c (arm_initialize_isa): Moved here from
8745 (arm_print_hint_for_cpu_option): Likewise.
8746 (arm_print_hint_for_arch_option): Likewise.
8747 (arm_parse_cpu_option_name): Likewise.
8748 (arm_parse_arch_option_name): Likewise.
8749 * config/arm/arm.c (arm_identify_fpu_from_isa): Use the computed number
8750 of entries in the all_fpus list.
8751 * config/arm/arm-protos.h (all_architectures, all_cores): Declare.
8752 (arm_parse_cpu_option_name): Declare.
8753 (arm_parse_arch_option_name): Declare.
8754 (arm_parse_option_features): Declare.
8755 (arm_intialize_isa): Declare.
8756 * config/arm/parsecpu.awk (gen_data): Move CPU and architecture
8758 (gen_comm_data): ... here. Make definitions non-static.
8759 * config/arm/arm-cpu-data.h: Regenerated.
8760 * config/arm/arm-cpu-cdata.h: Regenerated.
8762 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8764 * config/arm/arm-protos.h (arm_build_target): Remove arch_core.
8765 (cpu_arch_extension): New structure.
8766 (cpu_arch_option, arch_option, cpu_option): New structures.
8767 * config/arm/parsecpu.awk (gen_headers): Build an enumeration of
8769 (gen_data): Generate new format data tables.
8770 * config/arm/arm.c (cpu_tune): New structure.
8771 (cpu_option, processors): Delete.
8772 (arm_print_hint_for_core_or_arch): Delete. Replace with ...
8773 (arm_print_hint_for_cpu_option): ... this and ...
8774 (arm_print_hint_for_arch_option): ... this.
8775 (arm_parse_arch_cpu_name): Delete. Replace with ...
8776 (arm_parse_cpu_option_name): ... this and ...
8777 (arm_parse_arch_option_name): ... this.
8778 (arm_unrecognized_feature): Change type of target parameter to
8780 (arm_parse_arch_cpu_features): Delete. Replace with ...
8781 (arm_parse_option_features): ... this.
8782 (arm_configure_build_target): Rework to use new configuration data
8784 (arm_print_tune_info): Rework for new configuration data tables.
8785 * config/arm/arm-cpu-data.h: Regenerated.
8786 * config/arm/arm-cpu.h: Regenerated.
8788 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8790 * Makefile.in (OBJS): Move sbitmap.o from here ...
8791 (OBJS-libcommon): ... to here.
8793 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8795 * config/arm/arm-isa.h (ISA_ALL_FPU_INTERNAL): Renamed from ISA_ALL_FPU.
8796 (ISA_ALL_CRYPTO): New macro.
8797 (ISA_ALL_SIMD): New macro
8798 (ISA_ALL_FP): New macro.
8799 * config/arm/arm.c (fpu_bitlist): Update initializer.
8800 * config/arm/arm-cpus.in: Use new ISA_ALL macros to disable crypto,
8802 (arm9e): Add fpu. Add option for nofp
8803 (arm946e-s, arm966e-s, arm968e-s, arm10e, arm1020e, arm1022e): Likewise.
8804 (arm926ej-s, arm1026ej-s): Likewise.
8805 (generic-armv7-a): Add fpu. Add options for simd, vfpv3, vfpv3-d16,
8806 vfpv3-fp16, vfpv3-d16-fp16, vfpv4, vfpv4-d16, neon, neon-vfp3,
8807 neon-fp16, neon-vfpv4, nofp and nosimd.
8808 (cortex-a5, cortex-a7): Add fpu. Add options for nosimd and nofp.
8809 (cortex-a8): Add fpu. Add option for nofp.
8810 (cortex-a9): Add fpu. Add options for nosimd and nofp.
8811 (cortex-a12, cortex-a15, cortex-a17): Add fpu. Add option for nofp.
8812 (cortex-r4f): Add fpu.
8813 (cortex-r5): Add fpu. Add options for nofp.dp and nofp.
8814 (cortex-r7): Use idiv option from architecture. Add fpu. Add option
8816 (cortex-r8): Likewise.
8817 (cortex-m4): Add fpu. Add option for nofp.
8818 (cortex-a15.cortex-a7): Add fpu. Add option for nofp.
8819 (cortex-a17.cortex-a7): Likewise.
8820 (cortex-a32): Add fpu. Add options for crypto and nofp.
8821 (cortex-a35, cortex-a53): Likewise.
8822 (cortex-a57): Add fpu. Add option for crypto.
8823 (cortex-a72, cortex-a73): Likewise.
8824 (exynos-m1): Likewise.
8825 (cortex-a57.cortex-a53, cortex-a72.cortex-a53): Likewise.
8826 (cortex-a73.cortex-a35, cortex-a73.cortex-a53): Likewise.
8827 (cortex-m33): Add fpu. Add option for nofp.
8828 * config/arm/arm-cpu-cdata.h: Regenerated
8829 * config/arm/arm-cpu-data.h: Regenerated.
8831 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8833 * arm-cpus.in (armv5e): Add options fp, vfpv2 and nofp.
8834 (armv5te, armv5tej): Likewise.
8835 (armv6, armv6j, armv6k, armv6z, armv6kz, armv6zk, armv6t2): Likewise.
8836 (armv7): Add options fp and vfpv3-d16.
8837 (armv7-a): Add options fp, simd, vfpv3, vfpv3-d16, vfpv3-d16-fp16,
8838 vfpv3-fp16, vfpv4, vfpv4-d16, neon, neon-vfpv3, neon-fp16, neon-vfpv4,
8840 (armv7ve): Likewise.
8841 (armv7-r): Add options fp, fp.sp, idiv, nofp and noidiv.
8842 (armv7e-m): Add options fp, fpv5, fp.dp and nofp.
8843 (armv8-a): Add nocrypto option.
8844 (armv8.1-a, armv8.2-a): Likewise.
8845 (armv8-m.main): add options fp, fp.dp and nofp.
8847 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8849 * config/arm/arm-cpus.in (armv8-a): Add options crc, simd crypto and
8851 (armv8-a+crc): Delete.
8852 (armv8.1-a): Add options simd, crypto and nofp.
8853 (armv8.2-a): Add options fp16, simd, crypto and nofp.
8854 (armv8.2-a+fp16): Delete.
8855 (armv8-m.main): Add option dsp.
8856 (armv8-m.main+dsp): Delete.
8857 (cortex-a8): Add fpu. Add nofp option.
8858 (cortex-a9): Add fpu. Add nofp and nosimd options.
8859 * config/arm/parsecpu.awk (gen_data): Generate option tables and
8860 link to main cpu and architecture data structures.
8861 (gen_comm_data): Only put isa attributes from the main architecture
8863 (option): New statement for architecture and CPU entries.
8864 * arm.c (struct cpu_option): New structure.
8865 (struct processors): Add entry for options.
8866 (arm_unrecognized_feature): New function.
8867 (arm_parse_arch_cpu_name): Ignore any characters after the first
8869 (arm_parse_arch_cpu_feature): New function.
8870 (arm_configure_build_target): Separate out any CPU and architecture
8871 features and parse separately. Don't error out if -mfpu=auto is
8872 used with only an architecture string.
8873 (arm_print_asm_arch_directives): New function.
8874 (arm_file_start): Call it.
8875 * config/arm/arm-cpu-cdata.h: Regenerated.
8876 * config/arm/arm-cpu-data.h: Likewise.
8877 * config/arm/arm-tables.opt: Likewise.
8879 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8881 * config/arm/elf.h (ASM_SPEC): Only pass -mfpu through to the
8882 assembler when it is not -mfpu=auto.
8884 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8886 * config/arm/arm.h (BIG_LITTLE_SPEC): Delete macro.
8887 (ASM_REWRITE_SPEC_FUNCTIONS): New macro.
8888 (BIG_LITTLE_CPU_SPEC_FUNCTIONS): Delete macro.
8889 (ASM_CPU_SPEC): Rewrite.
8890 (MCPU_MTUNE_NATIVE_FUNCTIONS): New macro.
8891 (EXTRA_SPEC_FUNCTIONS): Move outside of ifdef. Use
8892 MCPU_MTUNE_NATIVE_FUNCTIONS and ASM_REWRITE_SPEC_FUNCTIONS. Remove
8893 reference to BIG_LITTLE_CPU_SPEC_FUNCTIONS.
8894 * common/config/arm/arm-common.c (arm_rewrite_selected_cpu): Ensure
8895 copied string is NUL-terminated. Also strip any characters prefixed
8897 (arm_rewrite_selected_arch): New function.
8898 (arm_rewrite_march): New function.
8900 2017-06-16 Richard Earnshaw <rearnsha@arm.com>
8902 * config/arm/arm.opt (x_arm_arch_string): New TargetSave option.
8903 (x_arm_cpu_string, x_arm_tune_string): Likewise.
8904 (march, mcpu, mtune): Convert to string-based options.
8905 * config/arm/arm.c (arm_print_hint_for_core_or_arch): New function.
8906 (arm_parse_arch_cpu_name): New function.
8907 (arm_configure_build_target): Use arm_parse_arch_cpu_name to
8908 identify selected architecture or CPU.
8909 (arm_option_save): New function.
8910 (TARGET_OPTION_SAVE): Redefine.
8911 (arm_option_restore): Restore string options.
8912 (arm_option_print): Print string options.
8914 2017-06-16 Martin Sebor <msebor@redhat.com>
8916 PR tree-optimization/80933
8917 PR tree-optimization/80934
8918 * builtins.c (fold_builtin_3): Do not handle bcmp here.
8919 * gimple-fold.c (gimple_fold_builtin_bcmp): New function.
8920 (gimple_fold_builtin_bcopy, gimple_fold_builtin_bzero): Likewise.
8921 (gimple_fold_builtin): Call them.
8923 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
8925 * gimple-ssa-isolate-paths.c (isolate_path): Set edge leading to path
8926 as unlikely; update profile.
8928 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
8930 * predict.c (force_edge_cold): Handle declaring edges impossible
8933 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
8935 * tree-ssa-loop-ivcanon.c (remove_exits_and_undefined_stmts): Update
8937 (try_unroll_loop_completely): Fix reporting.
8939 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
8941 * tree-ssa-tail-merge.c (replace_block_by): Fix profile updating.
8943 2017-06-16 James Greenhalgh <james.greenhalgh@arm.com>
8946 * config/arm/arm-builtins.c (arm_expand_builtin_args): Return TARGET
8947 if given a non-constant argument for an intrinsic which requires a
8950 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
8952 * profile.c (compare_freqs): New function.
8953 (branch_prob): Sort edge list.
8954 (find_spanning_tree): Assume that the list is priority sorted.
8956 2017-06-16 Richard Biener <rguenther@suse.de>
8958 PR tree-optimization/81090
8959 * passes.def (pass_record_bounds): Remove.
8960 * tree-pass.h (make_pass_record_bounds): Likewise.
8961 * tree-ssa-loop.c (pass_data_record_bounds, pass_record_bounds,
8962 make_pass_record_bounds): Likewise.
8963 * tree-ssa-loop-ivcanon.c (canonicalize_induction_variables): Do
8964 not free niter estimates at the beginning but at the end.
8965 * tree-scalar-evolution.c (scev_finalize): Free niter estimates.
8967 2017-06-16 Richard Biener <rguenther@suse.de>
8969 * tree-switch-conversion.c (emit_case_bit_tests): Adjust
8970 initializer to workaround ICE in host GCC 4.8.
8972 2017-06-16 Jan Hubicka <hubicka@ucw.cz>
8974 * ipa-inline-transform.c (update_noncloned_frequencies): Update also
8976 (clone_inlined_nodes): Update.
8978 2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
8980 * config/aarch64/aarch64.c (qdf24xx_prefetch_tune): Update
8981 prefetch settings, and enable prefetching by default at -O3.
8983 2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
8985 * config/aarch64/aarch64.c (aarch64_override_options_internal):
8986 Set flag_prefetch_loop_arrays according to tuning data.
8988 2017-06-16 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
8990 * config/aarch64/aarch64-protos.h (struct cpu_prefetch_tune):
8992 (struct tune_params): Use cpu_prefetch_tune instead of cache_line_size.
8993 [Unrelated to main purpose of the patch] Place the pointer field last
8994 to enable type checking errors when tune structure are wrongly merged.
8995 * config/aarch64/aarch64.c (generic_prefetch_tune,)
8996 (exynosm1_prefetch_tune, qdf24xx_prefetch_tune,)
8997 (thunderx2t99_prefetch_tune): New tune constants.
8998 (tune_params *_tunings): Update all tunings (no functional change).
8999 (aarch64_override_options_internal): Set PARAM_SIMULTANEOUS_PREFETCHES,
9000 PARAM_L1_CACHE_SIZE, PARAM_L1_CACHE_LINE_SIZE, and PARAM_L2_CACHE_SIZE
9001 from tunings structures.
9003 2017-06-16 Jakub Jelinek <jakub@redhat.com>
9006 * ubsan.c (instrument_null): Add T argument, use it instead
9007 of computing it based on IS_LHS.
9008 (instrument_object_size): Likewise.
9009 (pass_ubsan::execute): Adjust instrument_null and
9010 instrument_object_size callers to pass gimple_get_lhs or
9011 gimple_assign_rhs1 result to it. Use instrument_null instead of
9012 calling get_base_address and instrument_mem_ref. Handle
9013 aggregate call arguments for object-size sanitization.
9015 2017-06-16 Yury Gribov <tetra2005@gmail.com>
9017 PR tree-optimization/81089
9018 * tree-vrp.c (is_masked_range_test): Validate operands of
9021 2017-06-15 Martin Sebor <msebor@redhat.com>
9024 * dumpfile.c (dump_register): Avoid calling memset to initialize
9025 a class with a default ctor.
9026 * gcc.c (struct compiler): Remove const qualification.
9027 * genattrtab.c (gen_insn_reserv): Replace memset with initialization.
9028 * hash-table.h: Ditto.
9029 * ipa-cp.c (allocate_and_init_ipcp_value): Replace memset with
9031 * ipa-prop.c (ipa_free_edge_args_substructures): Ditto.
9032 * omp-low.c (lower_omp_ordered_clauses): Replace memset with
9034 * params.h (struct param_info): Make struct members non-const.
9035 * tree-switch-conversion.c (emit_case_bit_tests): Replace memset
9036 with default initialization.
9037 * vec.h (vec_copy_construct, vec_default_construct): New helper
9039 (vec<T>::copy, vec<T>::splice, vec<T>::reserve): Replace memcpy
9040 with vec_copy_construct.
9041 (vect<T>::quick_grow_cleared): Replace memset with default ctor.
9042 (vect<T>::vec_safe_grow_cleared, vec_safe_grow_cleared): Same.
9043 * doc/invoke.texi (-Wclass-memaccess): Document.
9045 2017-06-15 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
9047 * emit-rtl.h (is_leaf): Update comment about local
9050 2017-06-15 Jozef Lawrynowicz <jozef.l@somniumtech.com>
9053 * config/msp430/msp430.c (msp430_data_attr): Check that it's possible
9054 for a variable to have a section before checking if the section has a
9056 Set section to.persistent if persistent attribute is set.
9057 Warn if .persistent attribute is used on an automatic variable.
9059 2017-06-15 Eric Botcazou <ebotcazou@adacore.com>
9061 PR rtl-optimization/80474
9062 * reorg.c (update_block): Do not ignore instructions in a delay slot.
9064 2017-06-15 Segher Boessenkool <segher@kernel.crashing.org>
9066 * config/rs6000/rs6000.md (add<mode>3): Use reg_or_subregno instead
9069 2017-06-14 Maciej W. Rozycki <macro@imgtec.com>
9071 * config/mips/mips.md (MIPS16_T_REGNUM): Remove constant.
9072 (casesi): Emit bounds checking as RTL.
9073 (casesi_internal_mips16_<mode>): Remove bounds checking.
9075 2017-06-14 Max Filippov <jcmvbkbc@gmail.com>
9077 * config/xtensa/xtensa.c (xtensa_option_override): Append
9078 MASK_CONST16 to target_flags in the absence of TARGET_L32R.
9079 (hwloop_optimize, hwloop_fail, hwloop_pattern_reg,
9080 xtensa_doloop_hooks): Define unconditionally.
9081 (xtensa_reorg_loops): Only call reorg_loops in the presence of
9083 * config/xtensa/xtensa.h (TARGET_L32R): New definition.
9084 (TARGET_DEFAULT): Remove XCHAL_HAVE_L32R condition and account
9085 for it in xtensa_option_override.
9086 (HARD_FRAME_POINTER_IS_FRAME_POINTER,
9087 HARD_FRAME_POINTER_IS_ARG_POINTER): New definitions.
9089 2017-06-14 Boris Kolpackov <boris@codesynthesis.com>
9091 * doc/cppopts.texi: Document '-' special value to -MF.
9093 2017-06-14 Wilco Dijkstra <wdijkstr@arm.com>
9095 * config/arm/cortex-a53.md (cortex_a53_fpalu) Adjust latency.
9096 (cortex_a53_fconst): Likewise.
9097 (cortex_a53_fpmul): Likewise.
9098 (cortex_a53_f_load_64): Likewise.
9099 (cortex_a53_f_load_many): Likewise.
9100 (cortex_a53_advsimd_alu): Likewise.
9101 (cortex_a53_advsimd_alu_q): Likewise.
9102 (cortex_a53_advsimd_mul): Likewise.
9103 (cortex_a53_advsimd_mul_q): Likewise.
9104 (fpmac bypass): Add new bypass for fpmac-fpmac case.
9105 Add missing fmul, r2f_cvt and fconst cases.
9107 2017-06-14 Richard Biener <rguenther@suse.de>
9110 * fold-const.c (split_tree): Drop TREE_OVERFLOW flag from
9112 (fold_binary_loc): When associating do not treat pre-existing
9113 TREE_OVERFLOW on literal constants as a reason to allow
9114 TREE_OVERFLOW on associated literal constants.
9116 2017-06-14 Eric Botcazou <ebotcazou@adacore.com>
9118 * config/sparc/sparc.h (MASK_ISA): Add MASK_LEON and MASK_LEON3.
9119 (MASK_FEATURES): New macro.
9120 * config/sparc/sparc.c (sparc_option_override): Remove the special
9121 handling of -mfpu and generalize it to all MASK_FEATURES switches.
9123 2017-06-14 Eric Botcazou <ebotcazou@adacore.com>
9125 * simplify-rtx.c (simplify_binary_operation_1) <UDIV>: Do not simplify
9126 a division of 0 if non-call exceptions are enabled.
9128 2017-06-14 Andrew Pinski <apinski@cavium.com>
9129 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
9132 * config/aarch64/aarch64.c (aarch64_expand_vector_init):
9133 Improve vector initialization code gen for only variable case.
9135 2017-06-14 Eric Botcazou <ebotcazou@adacore.com>
9137 * config/sparc/driver-sparc.c (cpu_names): Add SPARC-T5 entry.
9139 2017-06-14 Richard Biener <rguenther@suse.de>
9141 PR tree-optimization/81083
9142 * tree-ssa-sccvn.c (vn_reference_lookup_3): Do not use abnormals
9145 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9147 * config/rs6000/rs6000.c: Update all comments that mentioned SPE.
9148 (rs6000_expand_builtin): Remove RS6000_BTC_EVSEL.
9149 * config/rs6000/rs6000.h (RS6000_BTC_EVSEL): Delete.
9150 * config/rs6000/vxworks.h (VXCPU_FOR_8548): Delete. Adjust former use.
9151 * config/rs6000/vxworksae.h (VXCPU_FOR_8548): Delete.
9152 * config/rs6000/vxworksmils.h (VXCPU_FOR_8548): Delete.
9154 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9156 * config/rs6000/rs6000-opts.h (enum rs6000_vector): Delete VECTOR_SPE.
9157 * config/rs6000/rs6000.c (rs6000_debug_vector_unit): Delete VECTOR_SPE.
9159 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9161 * config/rs6000/rs6000.h (FIXED_SCRATCH): Delete.
9163 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9165 * config/rs6000/t-rtems: Don't handle SPE.
9167 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9169 * config/rs6000/t-linux: Don't handle SPE.
9171 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9173 * config/rs6000/eabispe.h: Delete file.
9175 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9177 * config/rs6000/t-spe: Delete file.
9179 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9181 * config/rs6000/rs6000.c (SPE_CONST_OFFSET_OK): Delete.
9182 (rs6000_legitimate_offset_address_p): Return false for anything in
9183 V2SImode or V2SFmode.
9185 2017-06-13 Segher Boessenkool <segher@kernel.crashing.org>
9187 * config/rs6000/rs6000-modes.def: Remove all 8-byte vector modes
9188 except V2SF and V2SI. Rearrange the vector modes, and add comments.
9189 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Remove V8QImode
9191 (reg_offset_addressing_ok_p): Remove V4HImode and V1DImode.
9192 (rs6000_legitimate_offset_address_p): Ditto.
9193 (rs6000_emit_move): Ditto.
9194 (rs6000_init_builtins): Remove V4HI_type_node.
9196 2017-06-13 Martin Liska <mliska@suse.cz>
9199 * asan.c (asan_sanitize_stack_p): Use sanitize_flags_p.
9200 (gate_asan): Likewise.
9201 * asan.h (asan_no_sanitize_address_p): Remove the function.
9202 (sanitize_flags_p): New function.
9203 * builtins.def: Fix coding style.
9204 * common.opt: Use renamed enum value.
9205 * convert.c (convert_to_integer_1): Use sanitize_flags_p.
9206 * doc/extend.texi: Document no_sanitize attribute.
9207 * flag-types.h (enum sanitize_code): Rename SANITIZE_NONDEFAULT
9208 to SANITIZE_UNDEFINED_NONDEFAULT.
9209 * gcc.c (sanitize_spec_function): Use the renamed enum value.
9210 * gimple-fold.c (optimize_atomic_compare_exchange_p):
9211 Use sanitize_flags_p.
9212 * gimplify.c (gimplify_function_tree): Likewise.
9213 * ipa-inline.c (sanitize_attrs_match_for_inline_p): Likewise.
9214 * opts.c (parse_no_sanitize_attribute): New function.
9215 (common_handle_option): Use renamed enum value.
9216 * opts.h (parse_no_sanitize_attribute): Declare.
9217 * tree.c (sanitize_flags_p): New function.
9218 * tree.h: Declared here.
9219 * tsan.c: Use sanitize_flags_p.
9220 * ubsan.c (ubsan_expand_null_ifn): Likewise.
9221 (instrument_mem_ref): Likewise.
9222 (instrument_bool_enum_load): Likewise.
9223 (do_ubsan_in_current_function): Remove the function.
9224 (pass_ubsan::execute): Use sanitize_flags_p.
9225 * ubsan.h: Remove do_ubsan_in_current_function
9226 * tree-cfg.c (print_no_sanitize_attr_value): New function.
9227 (dump_function_to_file): Use it here.
9229 2017-06-13 Martin Jambor <mjambor@suse.cz>
9231 PR tree-optimization/80803
9232 PR tree-optimization/81063
9233 * tree-sra.c (subtree_mark_written_and_enqueue): Move up in the file.
9234 (propagate_subaccesses_across_link): Enqueue subtree whenever
9235 necessary instead of relying on the caller.
9237 2017-06-13 Martin Jambor <mjambor@suse.cz>
9239 * tree-sra.c (add_access_to_work_queue): Only enqueue accesses
9240 that have a first_link.
9241 (sort_and_splice_var_accesses): Do not check first_link before
9243 (subtree_mark_written_and_enqueue): Likewise.
9244 (propagate_all_subaccesses): Likewise and do not stop at first
9245 parent with a first_link.
9247 2017-06-13 Martin Jambor <mjambor@suse.cz>
9249 * tree-sra.c (dump_access_tree_1): Fix accidental dumping to stderr
9252 2017-06-13 Yury Gribov <tetra2005@gmail.com>
9254 * match.pd: New pattern.
9256 2017-06-13 Yury Gribov <tetra2005@gmail.com>
9258 * tree-vrp.c (is_masked_range_test): New function.
9259 (register_edge_assert_for): Determine ranges for
9262 2017-06-13 Yury Gribov <tetra2005@gmail.com>
9264 PR tree-optimization/67328
9265 * fold-const.c (maskable_range_p): New function.
9266 (build_range_check): Generate bittests if possible.
9268 2017-06-13 Martin Liska <mliska@suse.cz>
9270 * gimple-pretty-print.c (dump_probability): Add new argument.
9271 (dump_edge_probability): Dump both probability and count.
9272 (dump_gimple_label): Likewise.
9273 (dump_gimple_bb_header): Likewise.
9275 2017-06-13 Georg-Johann Lay <avr@gjlay.de>
9278 * config/avr/avr-devices.c: Fix indentation.
9279 * config/avr/gen-avr-mmcu-specs.c: Dito.
9281 2017-06-13 Richard Biener <rguenther@suse.de>
9283 * tree-vect-loop.c (vect_model_reduction_cost): Do not fail,
9284 instead get vector type from stmt_info.
9285 (vectorizable_reduction): Adjust. Remove dead code.
9287 2017-06-13 Richard Biener <rguenther@suse.de>
9290 * fold-const.c (extract_muldiv_1): Remove bogus distribution
9291 case of C * (x * C2 + C3).
9292 (fold_addr_of_array_ref_difference): Properly fold index difference.
9294 2017-06-12 David S. Miller <davem@davemloft.net>
9297 * config/sparc/sparc.md (return expander): Emit frame blockage if
9298 function uses alloca.
9300 2017-06-12 Richard Sandiford <richard.sandiford@linaro.org>
9302 * combine.c (make_field_assignment): Check len rather than the mode
9303 precision when calling force_to_mode.
9305 2017-06-12 Georg-Johann Lay <avr@gjlay.de>
9307 Support multilibs and devices that see flash in RAM address range.
9310 * config/avr/avr-arch.h (avr_arch_id) <ARCH_AVRXMEGA3>: New enum.
9311 (avr_mcu_t) <flash_pm_offset>: New field.
9312 (avr_device_specific_features) <AVR_ISA_RCALL>: New enum.
9313 * config/avr/avr.h (AVR_SHORT_CALLS): New define.
9314 (AVR_HAVE_JMP_CALL): Don't set if AVR_SHORT_CALLS.
9315 (AVR_TINY_PM_OFFSET): Remove macro.
9316 * config/avr/avr.opt (-mshort-calls): New option.
9317 * config/avr/gen-avr-mmcu-specs.c (print_mcu)
9318 [*self_spec]: Add / remove -mshort-calls depending on AVR_ISA_RCALL.
9319 * config/avr/avr-c.c (avr_cpu_cpp_builtins)
9320 <__AVR_SHORT_CALLS__>: Built-in define if AVR_SHORT_CALLS.
9321 <__AVR_HAVE_JMP_CALL__>: Use AVR_HAVE_JMP_CALL as condition
9322 instead of avr_arch->have_jmp_call.
9323 <__AVR_PM_BASE_ADDRESS__>: Built-in define if avr_arch->flash_pm_offset.
9324 [AVR_TINY] <__AVR_TINY_PM_BASE_ADDRESS__>: Use
9325 avr_arch->flash_pm_offset to define.
9326 * config/avr/avr-devices.c (avr_arch_types): Add initializers for
9327 new field flash_pm_offset. Add entry for avrxmega3.
9328 (avr_texinfo): Add entry for avrxmega3.
9329 * config/avr/avr-mcus.def: Add entries for: avrxmega3,
9330 attiny212, attiny214,
9331 attiny412, attiny414, attiny416, attiny417,
9332 attiny814, attiny816, attiny817,
9333 attiny1614, attiny1616, attiny1617,
9334 attiny3214, attiny3216, attiny3217.
9335 * config/avr/avr.c (avr_assemble_integer)[AVR_TINY]: Use
9336 avr_arch->flash_pm_offset instead of AVR_TINY_PM_OFFSET.
9337 (avr_print_operand_address) [AVR_TINY]: Same.
9338 (avr_asm_init_sections) <readonly_data_section>: Only patch
9339 callback if avr_arch->flash_pm_offset = 0.
9340 (avr_asm_named_section) <avr_need_copy_data_p>: Skip setting it
9341 for rodata if avr_arch->flash_pm_offset != 0.
9342 (avr_encode_section_info) [AVR_TINY]: Adjust comment.
9343 * config/avr/genmultilib.awk (dir_rcall, opt_rcall): New vars.
9344 (opts) [AVR_ISA_RCALL]: Append opt_rcall.
9345 (m_options): Append opt_rcall.
9346 (m_dirnames): Append dir_rcall.
9347 * config/avr/t-multilib: Regenerate.
9349 * configure.ac [target=avr]: Check whether avrxmega3 default
9350 linker description file works as needed.
9351 * configure: Regenerate.
9352 * doc/avr-mmcu.texi: Regenerate.
9353 * doc/invoke.texi (AVR Options) <-mshort-calls>: Document it.
9354 <__AVR_ARCH__>: Document avrxmega3 and 103.
9355 <__AVR_HAVE_JMP_CALL__>: Adjust documentation.
9356 <__AVR_SHORT_CALLS__>: Document it.
9357 <__AVR_PM_BASE_ADDRESS__>: Document it.
9358 * doc/extend.texi (AVR Options) <-mshort-calls>: Document it.
9359 (AVR Variable Attributes) <progmem>: Document this is
9360 not needed for avrxmega3.
9361 (AVR Named Address Spaces) <__flash>: Dito.
9363 2017-06-12 Jan Hubicka <hubicka@ucw.cz>
9365 * cgraph.c (cgraph_node::dump): Complain about profile insanities.
9367 2017-06-12 Doug Rupp <rupp@adacore.com>
9369 * config.gcc (*-*-vxworks*): Set use_gcc_stdint to "provide".
9370 Append vxworks-stdint.h to the tm_file list.
9371 * config/vxworks-stdint.h: New file.
9373 2017-06-12 Martin Liska <mliska@suse.cz>
9375 PR tree-optimization/81041
9376 * tree-profile.c (gimple_gen_ic_func_profiler):
9377 Create an extra BB in profile-generate
9378 (gimple_gen_time_profiler): Likewise.
9380 2017-06-12 Jakub Jelinek <jakub@redhat.com>
9382 PR tree-optimization/81003
9383 * tree-ssa-reassoc.c (force_into_ssa_name): New function.
9384 (update_range_test): Use it instead of force_gimple_operand_gsi.
9386 2017-06-12 Richard Biener <rguenther@suse.de>
9388 PR tree-optimization/81053
9389 * tree-vect-loop.c (vect_is_simple_reduction): Handle PHI
9390 with backedge value not defined in loop. Simplify def stmt
9393 2017-06-11 Tom de Vries <tom@codesourcery.com>
9396 * config/nvptx/nvptx.c (nvptx_cannot_force_const_mem): New function.
9398 (TARGET_CANNOT_FORCE_CONST_MEM): Redefine to
9399 nvptx_cannot_force_const_mem.
9401 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
9403 * opts.c (finish_options): Move test for flag_split_stack after
9404 it has been initialized.
9406 2017-06-11 Jason Merrill <jason@redhat.com>
9408 * tree.h (id_equal): New.
9409 * dwarf2out.c, hsa-gen.c, ipa-devirt.c, omp-expand.c,
9410 omp-simd-clone.c, read-rtl-function.c, tree-chkp.c, tree.c: Use it
9411 instead of strcmp of IDENTIFIER_POINTER.
9413 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
9415 * ipa-inline-transform.c: Include function.h, cfg.h and basic-block.h
9416 (mark_all_inlined_calls_cdtor): Fix formating.
9417 (inline_transform): Rescale profile before inlining.
9419 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
9421 * cgraph.h (cgraph_edge::clone): Update prototype.
9422 * cgraphclones.c (cgraph_edge::clone): Update profile scaling.
9423 (cgraph_node::create_clone): Update.
9424 (cgraph_node::create_version_clone): Update.
9425 * tree-inline.c (copy_bb): Update.
9426 (expand_call_inline): Update.
9428 2017-06-10 Segher Boessenkool <segher@kernel.crashing.org>
9430 * config/rs6000/rs6000.c (emit_vrsave_prologue): New function,
9431 factored out from ...
9432 (rs6000_emit_prologue): ... here.
9434 2017-06-10 Segher Boessenkool <segher@kernel.crashing.org>
9436 * config/rs6000/rs6000.c (emit_split_stack_prologue): New function,
9437 factored out from ...
9438 (rs6000_emit_prologue): ... here.
9440 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
9442 * predict.c (drop_profile): Also drop individual bb/edge and cgraph
9444 (handle_missing_profiles): Fix computation of tp_first_run.
9445 (counts_to_freqs): Do not touch freqs when count is 0.
9447 2017-06-10 Jan Hubicka <hubicka@ucw.cz>
9449 * cgraphbuild.c (cgraph_edge::rebuild_references): Do not touch
9452 2017-06-10 Tom de Vries <tom@codesourcery.com>
9454 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
9455 attributes): Document signal effective target.
9457 2017-06-10 Tom de Vries <tom@codesourcery.com>
9459 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
9460 Document effective target stack_size.
9462 2017-06-09 David Malcolm <dmalcolm@redhat.com>
9464 * diagnostic.c (diagnostic_report_diagnostic): Only add fixits
9465 to the edit_context if they can be auto-applied.
9467 2017-06-9 Ian Lance Taylor <iant@golang.org>
9469 * opts.c (finish_options): If -fsplit-stack, disable implicit
9470 -forder-blocks-and-partition.
9471 * doc/invoke.texi (Optimize Options): Document that when using
9472 -fsplit-stack -forder-blocks-and-partition is not implicitly
9475 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
9477 * builtin-attrs.def (ATTR_NORETURN_NOTHROW_LEAF_COLD_LIST,
9478 ATTR_CONST_NORETURN_NOTHROW_LEAF_COLD_LIST,
9479 ATTR_TMPURE_NORETURN_NOTHROW_LEAF_COLD_LIST): New.
9480 * builtins.def (abort, trap, unreachable): Declare cold.
9481 * calls.c (flags_from_decl_or_type): Lookup ECF_COLD.
9482 * tree-core.h (ECF_COLD): New.
9483 * tree.c (set_call_expr_flags): Handle ECF_COLD.
9484 (build_common_builtin_nodes): Mark unreachable and abort as cold.
9486 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
9488 * predict.c (unlikely_executed_stmt_p): Cleanup.
9490 2017-06-09 Richard Biener <rguenther@suse.de>
9492 * tree-ssa-loop-im.c (execute_sm): Do not force multi-threaded
9493 model if the ref is always written to.
9495 2017-06-09 Tamar Christina <tamar.christina@arm.com>
9497 * config/aarch64/aarch64.md (lrint<GPF:mode><GPI:mode>2): New.
9499 2017-06-09 Tamar Christina <tamar.christina@arm.com>
9501 * config/arm/arm.c (arm_rtx_costs_internal): Make sdiv more expensive
9504 2017-06-09 Tom de Vries <tom@codesourcery.com>
9507 * config/nvptx/nvptx.md (define_expand "mov<QHSDISDFM>"): Error out with
9508 "target cannot support label values" when encountering LABEL_REF.
9510 2017-06-09 Martin Liska <mliska@suse.cz>
9512 * tree-profile.c (gimple_gen_ic_profiler): Update comment.
9513 (gimple_gen_ic_func_profiler): Emit direct comparison
9514 of __gcov_indirect_call_callee with NULL.
9515 (gimple_gen_time_profiler): Change probability from
9516 PROB_VERY_UNLIKELY to PROB_UNLIKELY.
9518 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
9520 * profile.c (edge_gcov_counts): Turn to pointer.
9521 (compute_branch_probabilities, compute_branch_probabilities): Update.
9522 (branch_prob): Do not clear edge_gcov_count.
9523 * profile.h (edge_gcov_counts): Turn to pointer.
9524 (edge_gcov_count): Update.
9526 2017-06-09 Jan Hubicka <hubicka@ucw.cz>
9528 * gimple.h (gimple_check_failed): Mark cold.
9530 2017-06-09 Richard Biener <rguenther@suse.de>
9532 PR tree-optimization/66623
9533 * tree-vect-loop.c (vect_is_simple_reduction): Cleanup,
9534 refactor check_reduction into two parts, properly computing
9535 whether we have to check reduction validity for outer loop
9538 2017-06-09 Richard Biener <rguenther@suse.de>
9540 PR tree-optimization/79483
9541 * graphite-scop-detection.c (order): New global.
9542 (get_order): Compute bb to order mapping that satisfies code
9543 generation constraints.
9544 (cmp_pbbs): New helper.
9545 (build_scops): Start domwalk at entry block, sort generated
9548 2017-06-09 Richard Biener <rguenther@suse.de>
9551 * ipa-polymorphic-call.c
9552 (ipa_polymorphic_call_context::restrict_to_inner_class):
9553 Skip FIELD_DECLs with error_mark_node type.
9554 * passes.def (all_lowering_passes): Run pass_build_cgraph_edges
9557 2017-06-09 Martin Liska <mliska@suse.cz>
9559 * predict.c (struct branch_predictor): New struct.
9560 (test_prediction_value_range): New test.
9561 (predict_c_tests): New function.
9562 * selftest-run-tests.c (selftest::run_tests): Run the function.
9563 * selftest.h: Declare new tests.
9565 2017-06-09 Segher Boessenkool <segher@kernel.crashing.org>
9568 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Assert that
9569 gen_add3_insn did not fail.
9570 * config/rs6000/rs6000.md (add<mode>3): If asked to add a constant to
9571 r0, construct that number in a temporary reg and add that reg to r0.
9572 If asked to put the result in r0 as well, fail.
9574 2017-06-08 Will Schmidt <will_schmidt@vnet.ibm.com>
9576 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
9577 for early expansion of vec_eqv.
9579 2017-06-08 Jakub Jelinek <jakub@redhat.com>
9582 * ubsan.c (instrument_null): Avoid pointless code temporary.
9583 (pass_ubsan::execute): Instrument aggregate arguments of calls.
9585 2017-06-08 Uros Bizjak <ubizjak@gmail.com>
9589 2016-12-14 Uros Bizjak <ubizjak@gmail.com>
9592 * config/i386/i386.md (*ctzhi2): New insn_and_split pattern.
9595 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
9597 * predict.c (unlikely_executed_edge_p): Move ahead.
9598 (probably_never_executed_edge_p): Use it.
9600 2017-06-08 Alexander Ivchenko <alexander.ivchenko@intel.com>
9603 * tree-chkp.c (chkp_gimple_call_builtin_p): Remove
9604 gimple_call_builtin_p call.
9606 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
9608 * system.h (fancy_abort): Annotate by ATTRIBUTE_COLD.
9609 * rtl.h (rtl_check_failed_bounds, rtl_check_failed_type1,
9610 rtl_check_failed_type2, rtl_check_failed_code1,
9611 rtl_check_failed_code2, rtl_check_failed_code_mode,
9612 rtl_check_failed_block_symbol, cwi_check_failed_bounds,
9613 rtvec_check_failed_bounds, rtl_check_failed_flag,
9614 _fatal_insn_not_found, _fatal_insn): Likewise.
9615 * tree.h (tree_contains_struct_check_failed,
9616 tree_check_failed, tree_not_check_failed,
9617 tree_class_check_failed, tree_range_check_failed,
9618 tree_not_class_check_failed, tree_int_cst_elt_check_failed,
9619 tree_vec_elt_check_failed, phi_node_elt_check_failed,
9620 tree_operand_check_failed, omp_clause_check_failed,
9621 omp_clause_operand_check_failed, omp_clause_range_check_failed):
9624 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
9626 * cgraph.c (cgraph_edge::maybe_hot_p): Do not check
9627 flag_branch_probabilities.
9628 * ipa-inline.c (edge_badness): Likewise.
9629 * ipa-profile.c (ipa_propagate_frequency_1): Likewise.
9630 * postreload-gcse.c (eliminate_partially_redundant_load): Likewise.
9631 * predict.c (maybe_hot_frequency_p): Likewise.
9632 (probably_never_executed): Likewise.
9633 * sched-ebb.c (schedule_ebbs): Likewise.
9634 * sched-rgn.c (find_single_block_region): Likewise.
9635 * tracer.c (tail_duplicate): Likewise.
9637 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
9639 * opts.c (finish_options): x_flag_reorder_blocks_and_partition no
9640 longer requires x_flag_profile_use.
9642 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
9644 * cfgrtl.c (cfg_layout_initialize): Check crtl->has_bb_partition
9645 instead of flag_reorder_blocks_and_partition.
9646 * dbxout.c (dbxout_function_end): Likewise.
9647 * dwarf2out.c (gen_subprogram_die): Likewise.
9648 * haifa-sched.c (sched_create_recovery_edges): Likewise.
9649 * hw-doloop.c (reorg_loops): Likewise.
9650 * varasm.c (assemble_start_function,
9651 assemble_end_function): Likewise.
9652 (decide_function_section): Do not check for
9653 flag_reorder_blocks_and_partition.
9655 2017-06-08 Alexander Ivchenko <alexander.ivchenko@intel.com>
9657 * tree-chkp.c (chkp_get_hard_register_var_fake_base_address):
9659 (chkp_get_hard_register_fake_addr_expr): Ditto.
9660 (chkp_build_addr_expr): Add check for hard reg case.
9661 (chkp_parse_array_and_component_ref): Ditto.
9662 (chkp_find_bounds_1): Ditto.
9663 (chkp_process_stmt): Don't generate bounds store for
9666 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
9668 * predict.c (maybe_hot_bb_p): Do not check profile status.
9669 (maybe_hot_edge_p): Likewise.
9670 (probably_never_executed): Check for zero counts even if profile
9672 (unlikely_executed_edge_p): New function.
9673 (unlikely_executed_stmt_p): New function.
9674 (unlikely_executed_bb_p): New function.
9675 (set_even_probabilities): Use unlikely predicates.
9676 (combine_predictions_for_bb): Likewise.
9677 (predict_paths_for_bb): Likewise.
9678 (predict_paths_leading_to_edge): Likewise.
9679 (determine_unlikely_bbs): New function.
9680 (estimate_bb_frequencies): Use it.
9681 (compute_function_frequency): Use zero counts even if profile is
9683 * profile-count.h: Fix typo.
9685 2017-08-08 Julia Koval <julia.koval@intel.com>
9687 * config/i386/avx512bwintrin.h (_mm512_mask_cvtepi16_storeu_epi8,
9688 _mm512_mask_cvtsepi16_storeu_epi8,
9689 _mm512_mask_cvtusepi16_storeu_epi8): New intrinsics.
9690 * config/i386/avx512vlbwintrin.h (_mm256_mask_cvtepi16_storeu_epi8,
9691 _mm_mask_cvtsepi16_storeu_epi8, _mm256_mask_cvtsepi16_storeu_epi8,
9692 _mm_mask_cvtusepi16_storeu_epi8, _mm256_mask_cvtusepi16_storeu_epi8,
9693 _mm_mask_cvtepi16_storeu_epi8): New intrinsics.
9694 * config/i386/i386-builtin-types.def (PV8Q, V8QI): New pointer type.
9695 (VOID_FTYPE_PV32QI_V32HI_USI, VOID_FTYPE_PV8QI_V8HI_UQI,
9696 VOID_FTYPE_PV16QI_V16HI_UHI): New function types.
9697 * config/i386/i386-builtin.def (__builtin_ia32_pmovwb128mem_mask,
9698 __builtin_ia32_pmovwb256mem_mask, __builtin_ia32_pmovswb128mem_mask,
9699 __builtin_ia32_pmovswb256mem_mask, __builtin_ia32_pmovuswb128mem_mask,
9700 __builtin_ia32_pmovuswb256mem_mask,
9701 __builtin_ia32_pmovuswb512mem_mask, __builtin_ia32_pmovswb512mem_mask)
9702 __builtin_ia32_pmovwb512mem_mask): New builtins.
9704 2017-08-08 Julia Koval <julia.koval@intel.com>
9706 PR target/73350,80862
9707 * config/i386/subst.md (round): Fix round pattern.
9708 * config/i386/i386.c (ix86_erase_embedded_rounding):
9709 Fix erasing rounding for the fixed pattern.
9711 2017-06-08 Jan Hubicka <hubicka@ucw.cz>
9713 * cfgbuild.c (find_many_sub_basic_blocks): Fix thinko.
9715 2017-06-08 Martin Liska <mliska@suse.cz>
9717 PR gcov-profile/80911
9718 * gcov.c (block_info::block_info): New constructor.
9720 2017-06-07 Carl Love <cel@us.ibm.com>
9722 * config/rs6000/rs6000-c: The return type of the following
9723 built-in functions was implemented as int not long long. Fix sign
9724 of return value for the unsigned version of vec_mulo and vec_mule.
9725 vector unsigned long long vec_bperm (vector unsigned long long,
9726 vector unsigned char)
9727 vector signed long long vec_mule (vector signed int,
9729 vector unsigned long long vec_mule (vector unsigned int,
9730 vector unsigned int)
9731 vector signed long long vec_mulo (vector signed int,
9733 vector unsigned long long vec_mulo (vector unsigned int,
9734 vector unsigned int)
9735 * doc/extend.texi: Fix the documentation for the built-in
9738 2017-06-07 Carl Love <cel@us.ibm.com>
9741 * config/rs6000/altivec.md (double<mode>2): Fix the implementation of
9744 2017-06-07 Carl Love <cel@us.ibm.com>
9746 * config/rs6000/altivec.md: Fix argument swizzle in vec_doublel
9747 support, Generate doublehv for signed int/float for BE case only.
9749 2017-06-07 Alexander Monakov <amonakov@ispras.ru>
9751 * doc/invoke.texi (mcx16): Rewrite.
9753 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9755 * config/rs6000/predicates.md (rs6000_nonimmediate_operand): Delete.
9756 * config/rs6000/rs6000.md (*movsi_internal1, movsi_from_sf,
9757 *mov<mode>_softfloat, and an anonymous splitter): Use
9758 nonimmediate_operand instead of rs6000_nonimmediate_operand.
9760 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9762 * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE_ACC and
9764 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9765 (enum rs6000_reg_type): Delete SPE_ACC_TYPE and SPEFSCR_REG_TYPE.
9766 (rs6000_debug_reg_global): Adjust.
9767 (rs6000_init_hard_regno_mode_ok): Adjust.
9768 (rs6000_dbx_register_number): Adjust.
9769 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change to 115.
9770 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9771 Remove SPE_ACC and SPEFSCR.
9772 (REG_ALLOC_ORDER): Ditto.
9773 (FRAME_POINTER_REGNUM): Change to 111.
9774 (enum reg_class): Remove the SPE_ACC and SPEFSCR registers.
9775 (REG_CLASS_NAMES): Ditto.
9776 (REG_CLASS_CONTENTS): Delete the SPE_ACC and SPEFSCR registers.
9777 (REGISTER_NAMES): Ditto.
9778 (ADDITIONAL_REG_NAMES): Ditto.
9779 (rs6000_reg_names): Ditto.
9780 * config/rs6000/rs6000.md: Renumber some register number
9783 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9785 * config/rs6000/darwin.h (REGISTER_NAMES): Delete the SPE high
9787 * config/rs6000/rs6000.c (rs6000_reg_names, alt_reg_names): Ditto.
9788 * config/rs6000/rs6000.h (FIRST_PSEUDO_REGISTER): Change from 149
9790 (DWARF_REG_TO_UNWIND_COLUMN): Do not define.
9791 (FIXED_REGISTERS, CALL_USED_REGISTERS, CALL_REALLY_USED_REGISTERS):
9792 Delete the SPE high registers.
9793 (REG_ALLOC_ORDER): Ditto.
9794 (enum reg_class): Remove SPE_HIGH_REGS.
9795 (REG_CLASS_NAMES): Ditto.
9796 (REG_CLASS_CONTENTS): Delete the SPE high registers.
9797 (REGISTER_NAMES): Ditto.
9798 (rs6000_reg_names): Ditto.
9799 * doc/tm.texi.in: Remove SPE as example.
9800 * doc/tm.texi: Regenerate.
9802 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9804 * config/rs6000/8540.md (ppc8540_brinc): Delete.
9805 * config/rs6000/e500mc.md (e500mc_brinc): Delete.
9806 * config/rs6000/e500mc64.md (e500mc64_brinc): Delete.
9807 * config/rs6000/rs6000.md (type): Remove "brinc".
9809 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9811 * config.gcc (powerpc*-*-*): Don't add spe.h to extra_headers.
9812 (powerpc*-linux*spe*): Use ${cpu_type} instead of rs6000.
9813 * config/rs6000/linuxspe.h: Delete file.
9814 * config/rs6000/rs6000.md: Don't include spe.md.
9815 * config/rs6000/spe.h: Delete file.
9816 * config/rs6000/spe.md: Delete file.
9817 * config/rs6000/t-rs6000: Remove spe.md.
9819 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9821 * config/rs6000/predicates.md (reg_or_mem_operand): Reformat.
9822 (reg_or_none500mem_operand): Delete.
9823 * config/rs6000/rs6000.md (extendsfdf2): Use reg_or_mem_operand
9824 instead of reg_or_none500mem_operand.
9826 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9828 * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
9829 handling of SPE flags.
9830 * config/rs6000/rs6000.opt (-mspe, -mspe=no, -mspe=yes): Delete.
9832 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9834 * config/rs6000/rs6000-common.c (rs6000_handle_option): Remove
9836 * config/rs6000/paired.md (paired_negv2sf2): Rename to negv2sf2.
9837 (paired_absv2sf2, paired_addv2sf3, paired_subv2sf3, paired_mulv2sf3,
9838 paired_divv2sf3): Similar.
9839 * config/rs6000/predicates.md: Replace TARGET_SPE, TARGET_SPE_ABI,
9840 SPE_VECTOR_MODE and SPE_HIGH_REGNO_P by 0; simplify.
9841 * config/rs6000/rs6000-builtin.def: Delete RS6000_BUILTIN_E and
9843 Delete BU_SPE_1, BU_SPE_2, BU_SPE_3, BU_SPE_E, BU_SPE_P, and BU_SPE_X.
9844 Rename the paired_* instruction patterns.
9845 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Do not
9847 * config/rs6000/rs6000-protos.h (invalid_e500_subreg): Delete.
9848 * config/rs6000/rs6000.c: Delete RS6000_BUILTIN_E and RS6000_BUILTIN_S.
9849 (struct rs6000_stack): Delete fields spe_gp_save_offset, spe_gp_size,
9850 spe_padding_size, and spe_64bit_regs_used. Replace TARGET_SPE and
9851 TARGET_SPE_ABI with 0, simplify. Replace SPE_VECTOR_MODE with
9853 (struct machine_function): Delete field spe_insn_chain_scanned_p.
9854 (spe_func_has_64bit_regs_p): Delete.
9855 (spe_expand_predicate_builtin): Delete.
9856 (spe_expand_evsel_builtin): Delete.
9857 (TARGET_DWARF_REGISTER_SPAN): Do not define.
9858 (TARGET_MEMBER_TYPE_FORCES_BLK): Do not define.
9859 (invalid_e500_subreg): Delete.
9860 (rs6000_legitimize_address): Always force_reg op2 as well, for
9861 paired single memory accesses.
9862 (rs6000_member_type_forces_blk): Delete.
9863 (rs6000_spe_function_arg): Delete.
9864 (rs6000_expand_unop_builtin): Delete SPE handling.
9865 (rs6000_expand_binop_builtin): Ditto.
9866 (spe_expand_stv_builtin): Delete.
9867 (bdesc_2arg_spe): Delete.
9868 (spe_expand_builtin): Delete.
9869 (spe_expand_predicate_builtin): Delete.
9870 (spe_expand_evsel_builtin): Delete.
9871 (rs6000_invalid_builtin): Remove RS6000_BTM_SPE handling.
9872 (spe_init_builtins): Delete.
9873 (spe_func_has_64bit_regs_p): Delete.
9874 (savres_routine_name): Delete "info" parameter. Adjust callers.
9875 (rs6000_emit_stack_reset): Ditto.
9876 (rs6000_dwarf_register_span): Delete.
9877 * config/rs6000/rs6000.h (TARGET_SPE_ABI, TARGET_SPE,
9878 UNITS_PER_SPE_WORD, SPE_HIGH_REGNO_P, SPE_SIMD_REGNO_P,
9879 SPE_VECTOR_MODE, RS6000_BTM_SPE, RS6000_BUILTIN_E, RS6000_BUILTIN_S):
9881 * config/rs6000/rs6000.md (FIRST_SPE_HIGH_REGNO, LAST_SPE_HIGH_REGNO):
9883 * config/rs6000/rs6000.opt (-mabi=spe, -mabi=no-spe): Delete.
9884 * config/rs6000/spe.md: Delete every pattern that uses TARGET_SPE.
9885 * config/rs6000/vector.md (absv2sf2, negv2sf2, addv2sf3, subv2sf3,
9886 mulv2sf3, divv2sf3): Delete expanders.
9888 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9890 config/rs6000/rs6000.md (UNSPEC_MV_CR_GT): Delete.
9892 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9894 * config/rs6000/rs6000-protos.h (output_e500_flip_gt_bit): Delete.
9895 * config/rs6000/rs6000.c: Ditto.
9897 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9899 * config/rs6000/predicated.md (rs6000_cbranch_operator): Delete.
9900 * config/rs6000/rs6000.md: Replace rs6000_cbranch_operator by
9901 comparison_operator.
9903 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9905 * config/rs6000/rs6000.c: Remove everything related to -mfloat-gprs.
9906 * config/rs6000/rs6000.opt: Ditto.
9907 * config/rs6000/t-rtems: Ditto.
9909 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9911 * config/rs6000/predicates.md: Replace TARGET_E500_DOUBLE and
9912 TARGET_E500_SINGLE by 0, simplify.
9913 * config/rs6000/rs6000.c: Ditto.
9914 (rs6000_option_override_internal): Delete CHECK_E500_OPTIONS.
9915 (spe_build_register_parallel): Delete.
9916 * config/rs6000/rs6000.h: Delete TARGET_E500_SINGLE,
9917 TARGET_E500_DOUBLE, and CHECK_E500_OPTIONS.
9918 * config/rs6000/rs6000.md: Replace TARGET_E500_DOUBLE,
9919 TARGET_E500_SINGLE, and <E500_CONVERT> by 0, simplify.
9920 (E500_CONVERT): Delete.
9921 * config/rs6000/spe.md: Remove many patterns and all define_constants.
9923 2017-06-07 Segher Boessenkool <segher@kernel.crashing.org>
9925 * config/rs6000/darwin.md: Replace TARGET_FPRS by 1 and simplify.
9926 * config/rs6000/dfp.md: Ditto.
9927 (negdd2, *negdd2_fpr): Merge.
9928 (absdd2, *absdd2_fpr): Merge.
9929 (negtd2, *negtd2_fpr): Merge.
9930 (abstd2, *abstd2_fpr): Merge.
9931 * config/rs6000/e500.h: Delete file.
9932 * config/rs6000/predicates.md (rs6000_cbranch_operator): Replace
9933 TARGET_FPRS by 1 and simplify.
9934 * config/rs6000/rs6000-c.c: Ditto.
9935 * config/rs6000/rs6000.c: Ditto. Also replace TARGET_SF_SPE and
9937 * config/rs6000/rs6000.h: Ditto. Delete TARGET_SF_SPE and
9939 * config/rs6000/rs6000.md: Ditto.
9940 (floatdidf2, *floatdidf2_fpr): Merge.
9941 (move_from_CR_gt_bit): Delete.
9942 * config/rs6000/spe.md: Replace TARGET_FPRS by 1 and simplify.
9943 (E500_CR_IOR_COMPARE): Delete.
9944 (All patterns that require !TARGET_FPRS): Delete.
9945 * config/rs6000/vsx.md: Replace TARGET_FPRS by 1 and simplify.
9947 2017-06-07 Bin Cheng <bin.cheng@arm.com>
9949 * passes.def (pass_iv_canon): Move before pass_loop_distribution.
9951 2017-06-07 Bin Cheng <bin.cheng@arm.com>
9953 * graphds.c (add_edge): Intitialize edge's attached data.
9954 (foll_in_subgraph, dfs_fst_edge, dfs_next_edge): New function
9955 pointer parameter. Call pointed function on each edge during
9956 graph traversing. Skip traversing the edge when the function
9958 (graphds_dfs, graphds_scc): Ditto.
9959 (for_each_edge): New parameter. Pass the new parameter to callback
9961 * graphds.h (skip_edge_callback): New function pointer type.
9962 (graphds_dfs, graphds_scc): New function pointer parameter.
9963 (graphds_edge_callback, for_each_edge): New parameter.
9965 2017-06-07 Bin Cheng <bin.cheng@arm.com>
9967 * tree-vect-data-refs.c (vect_mark_for_runtime_alias_test): Factor
9968 out code checking if runtime alias check is possible to below ...
9969 Call the new function.
9970 * tree-data-ref.c (runtime_alias_check_p): ... to new function.
9971 * tree-data-ref.h (runtime_alias_check_p): New decalaration.
9973 2017-06-07 Marek Polacek <polacek@redhat.com>
9976 * fold-const.c (extract_muldiv_1) <case MINUS_EXPR>: Add
9977 TYPE_OVERFLOW_WRAPS check.
9979 2017-06-07 Bin Cheng <bin.cheng@arm.com>
9981 * tree-vect-loop-manip.c (vect_do_peeling): Don't skip vector loop
9982 if versioning is required.
9983 * tree-vect-loop.c (vect_analyze_loop_2): Merge niter check for loop
9984 peeling with the check for versioning.
9986 2017-06-07 Bin Cheng <bin.cheng@arm.com>
9988 * tree-vectorizer.h (vect_build_loop_niters): New parameter.
9989 * tree-vect-loop-manip.c (vect_build_loop_niters): New parameter.
9990 Set true to new parameter if new ssa variable is defined.
9991 (vect_gen_vector_loop_niters): Refactor. Set range information
9992 for the new vector loop bound variable.
9993 (vect_do_peeling): Ditto.
9995 2017-06-07 Bin Cheng <bin.cheng@arm.com>
9997 * tree-affine.c (ssa.h): Include header file.
9998 (tree_to_aff_combination): Handle (T1)(X - CST) when inner type
9999 has wrapping overflow behavior.
10001 2017-06-07 Bin Cheng <bin.cheng@arm.com>
10003 * tree-affine.c (tree_to_aff_combination): Handle (T1)(X + X).
10005 2017-06-07 Bin Cheng <bin.cheng@arm.com>
10007 (aff_combination_expand): Move (T1)(X *+- CST) simplification to ...
10008 (tree_to_aff_combination): ... here.
10010 2017-06-07 Bin Cheng <bin.cheng@arm.com>
10012 * tree-ssa-loop-ivopts.c (ivopts_estimate_reg_pressure): New
10013 reg_pressure model function.
10014 (ivopts_global_cost_for_size): Delete.
10015 (determine_set_costs, iv_ca_recount_cost): Call new model function
10016 ivopts_estimate_reg_pressure.
10018 2017-06-07 Tamar Christina <tamar.christina@arm.com>
10020 * config/aarch64/aarch64.c (aarch64_rtx_costs): Make sdiv more
10021 expensive than udiv. Remove floating point cases from mod.
10023 2017-06-07 Tamar Christina <tamar.christina@arm.com>
10025 * config/arm/aarch-cost-tables.h (cortexa53_extra_cost):
10026 Increase idiv cost.
10028 2017-06-07 Tamar Christina <tamar.christina@arm.com>
10030 * config/aarch64/aarch64.md
10031 (copysignsf3): Fix mask generation.
10033 2017-06-07 Jakub Jelinek <jakub@redhat.com>
10035 * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
10037 (class dump_manager): Add register_dumps method.
10038 * dumpfile.c: Include langhooks.h.
10039 (dump_files): Use 0 instead of 3/4/5 for TDI_{original,gimple,nested}.
10040 (FIRST_AUTO_NUMBERED_DUMP): Decrease to 1.
10041 (FIRST_ME_AUTO_NUMBERED_DUMP): Define.
10042 (dump_manager::dump_register): Start with 512 entries instead of 32.
10043 (dump_manager::register_dumps): New method.
10044 * toplev.c (general_init): Instead of invoking register_dumps
10045 langhook, invoke register_dumps method on the dump manager.
10046 * gimplify.c (gimplify_function_tree): Use TDI_gimple instead of
10049 2017-06-07 Richard Sandiford <richard.sandiford@linaro.org>
10051 * doc/md.texi: Clarify the restrictions on a define_insn condition.
10052 Say that # requires an associated define_split to exist, and that
10053 the define_split must be suitable for use after register allocation.
10055 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
10057 * cfgbuild.c (find_bb_boundaries): Initialize profile of split blocks.
10058 (compute_outgoing_frequencies): Also initialize zero counts.
10059 (find_many_sub_basic_blocks): Do not produce uninitialized profile
10060 around loops; preserve more of profile when nothing changes.
10062 2017-06-06 Jim Wilson <jim.wilson@linaro.org>
10064 * config/aarch64/aarch64-cost-tables.h (qdf24xx_extra_costs): Move to
10066 * config/arm/aarch-cost-tables.h (qdf24xx_extra_costs): From here.
10067 * config/arm/arm-cpu-cdata.h: Regenerate.
10068 * config/arm/arm-cpu-data.h, config/arm/arm-cpu.h: Likewise.
10069 * config/arm/arm-tables.opt, config/arm/arm-tune.md: Likewise.
10070 * config/arm/arm-cpus.in: Delete falkor and qdf24xx entries.
10071 * config/arm/arm.c (arm_qdf24xx_tune): Delete.
10072 * config/arm/bpabi.h (BE8_LINK_SPEC): Delete falkor and qdf24xx
10074 * config/arm/t-aprofile (MULTILIB_MATCHES): Delete falkor and qdf24xx
10076 * config/arm/t-rmprofile: Likewise.
10077 * doc/invoke.texi (ARM Options): Drop falkor and qdf24xx support.
10079 2017-06-06 David S. Miller <davem@davemloft.net>
10082 * config/sparc/sparc.c (sparc_expand_prologue): Emit frame
10083 blockage if function uses alloca.
10085 2017-06-06 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
10087 * tree-ssa-loop-prefetch.c (struct mem_ref_group, struct mem_ref):
10088 New "uid" fields to hold pretty-print IDs of group and ref.
10089 Memory references are now identified as <group_id>:<ref_id>
10090 instead of using [random] addresses.
10091 (dump_mem_details): Simplify, no functional change.
10092 (dump_mem_ref): Simplify and make output more concise.
10093 Replace couple of fprintf's throughout code with calls to dump_mem_ref.
10094 (find_or_create_group): Initialize group uid.
10095 (record_ref): Initialize ref uid. Improve debug output.
10096 (prune_group_by_reuse, should_issue_prefetch_p,)
10097 (should_issue_prefetch_p, schedule_prefetches, issue_prefetch_ref,)
10098 (mark_nontemporal_store, determine_loop_nest_reuse):
10099 Improve debug output.
10101 2017-06-06 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
10103 * dbgcnt.def (prefetch): New debug counter.
10104 * tree-ssa-loop-prefetch.c (dbgcnt.h): New include.
10105 (schedule_prefetches): Stop issueing prefetches if debug counter
10108 2017-06-06 Tom de Vries <tom@codesourcery.com>
10110 * doc/sourcebuild.texi (Testsuites, C Language Testsuites,
10111 gcc.c-torture/compile): Remove mention of NO_LABEL_VALUES in fixme.
10113 2017-06-06 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10115 * config/aarch64/atomics.md (atomic_compare_and_swap<mode> expander):
10116 Use aarch64_reg_or_zero predicate for operand 4.
10117 (aarch64_compare_and_swap<mode> define_insn_and_split):
10118 Use aarch64_reg_or_zero predicate for operand 3. Add 'Z' constraint.
10119 (aarch64_store_exclusive<mode>): Likewise for operand 2.
10121 2017-06-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
10123 * config/arm/arm.c (arm_compute_save_reg_mask): Rename into ...
10124 (arm_compute_save_core_reg_mask): This.
10125 (thumb1_compute_save_reg_mask): Rename into ...
10126 (thumb1_compute_save_core_reg_mask): This.
10127 (arm_compute_save_reg0_reg12_mask): Adapt comment.
10128 (arm_compute_frame_layout): Likewise.
10130 2017-06-06 Richard Biener <rguenther@suse.de>
10132 PR tree-optimization/80974
10133 * tree-ssa-sccvn.c (set_ssa_val_to): Do not change but only
10134 keep or clear leaders SSA info.
10136 2017-06-06 Tom de Vries <tom@codesourcery.com>
10138 * config/nvptx/nvptx.c (split_mode_p): New function.
10139 (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.
10141 2017-06-06 Tom de Vries <tom@codesourcery.com>
10143 * config/nvptx/nvptx.c (nvptx_print_operand): Use maybe_split_mode.
10145 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
10148 * tree-cfg.c (execute_fixup_cfg): Fix condition on when to rescale
10151 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
10153 * shrink-wrap.c (handle_simple_exit): Update profile.
10154 (try_shrink_wrapping): Upate profile.
10156 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
10158 * predict.c (tree_estimate_probability_bb): Add LOCAL_ONLY.
10159 (tree_guess_outgoing_edge_probabilities): New.
10160 * predict.h (tree_guess_outgoing_edge_probabilities): Declare.
10161 * tree-cfg.c (gimple_find_sub_bbs): Propagate profile.
10163 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
10165 * ipa-split.c (split_function): Initialize return bb profile.
10167 2017-06-06 Jan Hubicka <hubicka@ucw.cz>
10169 * profile.c (compute_branch_probabilities): Also initialize
10170 EXIT_BLOCK profile.
10172 2017-06-06 Richard Biener <rguenther@suse.de>
10174 PR tree-optimization/80928
10175 * tree-vect-loop.c (vect_update_vf_for_slp): Amend dumps.
10176 (vect_analyze_loop_operations): Properly guard analysis for
10178 (vect_transform_loop): Likewise.
10179 (vect_analyze_loop_2): Also reset SLP type on PHIs.
10180 (vect_model_induction_cost): Do not cost for pure SLP.
10181 (vectorizable_induction): Pass in SLP node, implement SLP vectorization
10182 of induction in inner loop vectorization.
10183 * tree-vect-slp.c (vect_create_new_slp_node): Handle PHIs.
10184 (vect_get_and_check_slp_defs): Handle vect_induction_def.
10185 (vect_build_slp_tree): Likewise. Handle PHIs as terminating the
10187 (vect_analyze_slp_cost_1): Cost induction.
10188 (vect_detect_hybrid_slp_stmts): Handle PHIs.
10189 (vect_get_slp_vect_defs): Likewise.
10190 * tree-vect-stmts.c (vect_analyze_stmt): Handle induction.
10191 (vect_transform_stmt): Handle SLP reductions.
10192 * tree-vectorizer.h (vectorizable_induction): Adjust.
10194 2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
10196 * config/rs6000/rs6000.c (make_resolver_func): Update
10197 init_lowered_empty_function call.
10199 2017-06-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
10201 * doc/invoke.texi: Document the -fprofile-abs-path option.
10202 * common.opt (fprofile-abs-path): New option.
10203 * gcov-io.h (gcov_write_filename): Declare.
10204 * gcov-io.c (gcov_write_filename): New function.
10205 * coverage.c (coverage_begin_function): Use gcov_write_filename.
10206 * profile.c (output_location): Likewise.
10208 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
10210 * shring-wrap.c: Revert accidental commit.
10212 2017-06-05 Volker Reichelt <v.reichelt@netcologne.de>
10214 * doc/invoke.texi (-Wduplicated-branches): Add to warning list.
10216 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
10218 * cfgexpand.c (expand_gimple_tailcall): Initialize profile of
10220 * ipa-inline.c (want_inline_self_recursive_call_p): Watch for missing
10221 profile in callgraph edge.
10222 * profile-count.h (apply_probability): If THIS is 0, then result is 0
10223 (apply_scale): Likewise.
10224 * tree-inline.c (copy_bb, copy_edges_for_bb, copy_cfg_body):
10225 Also scale profile when inlining function with zero profile.
10226 (initialize_cfun): Update exit block profile even when it is zero.
10227 * tree-ssa-threadupdate.c (clear_counts_path): Handle correctly case
10228 when profile is read.
10230 2017-06-05 Michael Meissner <meissner@linux.vnet.ibm.com>
10232 * config/rs6000/rs6000.c (toplevel): Include attribs.h.
10233 (CLONE_*): New constants to define the processors we can generate
10234 code for with the target_clone attribute.
10235 (rs6000_clone_map): New array to identify which clone processors
10236 the current program is running on.
10237 (TARGET_COMPARE_VERSION_PRIORITY): Define to enable the
10238 target_clone attribute.
10239 (TARGET_GENERATE_VERSION_DISPATCHER_BODY): Likewise.
10240 (TARGET_GET_FUNCTION_VERSIONS_DISPATCHER): Likewise.
10241 (TARGET_OPTION_FUNCTION_VERSIONS): Likewise.
10242 (cpu_expand_builtin): Add support for target_clone attribute.
10243 (rs6000_valid_attribute_p): Allow "default" attribute.
10244 (get_decl_name): New debug function to simplify printing the
10245 current function name in debugging statements.
10246 (rs6000_clone_priority): New functions to support the target_clone
10247 attribute, and be able to generate code to switch between ISA 2.05
10248 through ISA 3.0 (power6 through power9).
10249 (rs6000_compare_version_priority): Likewise.
10250 (rs6000_get_function_versions_dispatcher): Likewise.
10251 (make_resolver_func): Likewise.
10252 (add_condition_to_bb): Likewise.
10253 (dispatch_function_versions): Likewise.
10254 (rs6000_generate_version_dispatcher_body): Likewise.
10255 (rs6000_can_inline_p): Call get_decl_name for debugging usage.
10256 (fusion_gpr_load_p): Fix a spacing issue.
10257 * doc/extend.texi (Common Function Attributes): Document that the
10258 PowerPC supports the target_clone attribute.
10260 2017-06-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
10262 * config/arm/arm.h: explain F symbol found in description of ARM
10263 register allocation in its legend.
10265 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
10267 * config/mips/frame-header-opt.c: Include profile-count.h.
10268 * config/riscv/riscv.c: Include profile-count.h
10270 2017-06-05 Jan Hubicka <hubicka@ucw.cz>
10272 * tree-ssa-loop-im.c (execute_sm_if_changed): Add FLAG_BBS parameter;
10274 (sm_set_flag_if_changed): Add bbs field.
10275 (execute_sm_if_changed_flag_set): Pass BBS.
10276 (execute_sm): Update.
10278 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10280 * config/aarch64/aarch64-simd.md (aarch64_store_lane0<mode>):
10283 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10285 * config/aarch64/aarch64.md (sub<mode>3_compare1_imm): New define_insn.
10286 (peephole2): New peephole2 to emit the above.
10287 * config/aarch64/predicates.md (aarch64_sub_immediate): New predicate.
10289 2017-06-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10291 * config/aarch64/aarch64.c (define_peephole2 above
10292 *sub_<shift>_<mode>): New peephole.
10294 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
10296 * config/i386/i386.c (make_resolver_func): Update.
10297 * Makefile.in: Add profile-count.h and profile-count.o
10298 * auto-profile.c (afdo_indirect_call): Update to new API.
10299 (afdo_set_bb_count): Update.
10300 (afdo_propagate_edge): Update.
10301 (afdo_propagate_circuit): Update.
10302 (afdo_calculate_branch_prob): Update.
10303 (afdo_annotate_cfg): Update.
10304 * basic-block.h: Include profile-count.h
10305 (struct edge_def): Turn count to profile_count.
10306 (struct basic_block_def): Likewie.
10307 (REG_BR_PROB_BASE): Move to profile-count.h
10308 (RDIV): Move to profile-count.h
10309 * bb-reorder.c (max_entry_count): Turn to profile_count.
10310 (find_traces): Update.
10311 (rotate_loop):Update.
10312 (connect_traces):Update.
10313 (sanitize_hot_paths):Update.
10314 * bt-load.c (migrate_btr_defs): Update.
10315 * cfg.c (RDIV): Remove.
10316 (init_flow): Use alloc_block.
10317 (alloc_block): Uninitialize count.
10318 (unchecked_make_edge): Uninitialize count.
10319 (check_bb_profile): Update.
10320 (dump_edge_info): Update.
10321 (dump_bb_info): Update.
10322 (update_bb_profile_for_threading): Update.
10323 (scale_bbs_frequencies_int): Update.
10324 (scale_bbs_frequencies_gcov_type): Update.
10325 (scale_bbs_frequencies_profile_count): New.
10326 * cfg.h (update_bb_profile_for_threading): Update.
10327 (scale_bbs_frequencies_profile_count): Declare.
10328 * cfgbuild.c (compute_outgoing_frequencies): Update.
10329 (find_many_sub_basic_blocks): Update.
10330 * cfgcleanup.c (try_forward_edges): Update.
10331 (try_crossjump_to_edge): Update.
10332 * cfgexpand.c (expand_gimple_tailcall): Update.
10333 (construct_exit_block): Update.
10334 * cfghooks.c (verify_flow_info): Update.
10335 (dump_bb_for_graph): Update.
10336 (split_edge): Update.
10337 (make_forwarder_block): Update.
10338 (duplicate_block): Update.
10339 (account_profile_record): Update.
10340 * cfgloop.c (find_subloop_latch_edge_by_profile): Update.
10341 (get_estimated_loop_iterations): Update.
10342 * cfgloopanal.c (expected_loop_iterations_unbounded): Update.
10343 (single_likely_exit): Update.
10344 * cfgloopmanip.c (scale_loop_profile): Update.
10346 (set_zero_probability): Update.
10347 (lv_adjust_loop_entry_edge): Update.
10348 * cfgrtl.c (force_nonfallthru_and_redirect): Update.
10349 (purge_dead_edges): Update.
10350 (rtl_account_profile_record): Update.
10351 * cgraph.c (cgraph_node::create): Uninitialize count.
10352 (symbol_table::create_edge): Uninitialize count.
10353 (cgraph_update_edges_for_call_stmt_node): Update.
10354 (cgraph_edge::dump_edge_flags): Update.
10355 (cgraph_node::dump): Update.
10356 (cgraph_edge::maybe_hot_p): Update.
10357 * cgraph.h: Include profile-count.h
10358 (create_clone), create_edge, create_indirect_edge): Update.
10359 (cgraph_node): Turn count to profile_count.
10360 (cgraph_edge0: Likewise.
10361 (make_speculative, clone): Update.
10362 (create_edge): Update.
10363 (init_lowered_empty_function): Update.
10364 * cgraphclones.c (cgraph_edge::clone): Update.
10365 (duplicate_thunk_for_node): Update.
10366 (cgraph_node::create_clone): Update.
10367 * cgraphunit.c (cgraph_node::analyze): Update.
10368 (cgraph_node::expand_thunk): Update.
10369 * final.c (dump_basic_block_info): Update.
10370 * gimple-streamer-in.c (input_bb): Update.
10371 * gimple-streamer-out.c (output_bb): Update.
10372 * graphite.c (print_global_statistics): Update.
10373 (print_graphite_scop_statistics): Update.
10374 * hsa-brig.c: Include basic-block.h.
10375 * hsa-dump.c: Include basic-block.h.
10376 * hsa-gen.c (T sum_slice): Update.
10377 (convert_switch_statements):Update.
10378 * hsa-regalloc.c: Include basic-block.h.
10379 * ipa-chkp.c (chkp_produce_thunks): Update.
10380 * ipa-cp.c (struct caller_statistics): Update.
10381 (init_caller_stats): Update.
10382 (gather_caller_stats): Update.
10383 (ipcp_cloning_candidate_p): Update.
10384 (good_cloning_opportunity_p): Update.
10385 (get_info_about_necessary_edges): Update.
10386 (dump_profile_updates): Update.
10387 (update_profiling_info): Update.
10388 (update_specialized_profile): Update.
10389 (perhaps_add_new_callers): Update.
10390 (decide_about_value): Update.
10391 (ipa_cp_c_finalize): Update.
10392 * ipa-devirt.c (struct odr_type_warn_count): Update.
10393 (struct decl_warn_count): Update.
10394 (struct final_warning_record): Update.
10395 (possible_polymorphic_call_targets): Update.
10396 (ipa_devirt): Update.
10397 * ipa-fnsummary.c (redirect_to_unreachable): Update.
10398 * ipa-icf.c (sem_function::merge): Update.
10399 * ipa-inline-analysis.c (do_estimate_edge_time): Update.
10400 * ipa-inline.c (compute_uninlined_call_time): Update.
10401 (compute_inlined_call_time): Update.
10402 (want_inline_small_function_p): Update.
10403 (want_inline_self_recursive_call_p): Update.
10404 (edge_badness): Update.
10405 (lookup_recursive_calls): Update.
10406 (recursive_inlining): Update.
10407 (inline_small_functions): Update.
10408 (dump_overall_stats): Update.
10409 (dump_inline_stats): Update.
10410 * ipa-profile.c (ipa_profile_generate_summary): Update.
10411 (ipa_propagate_frequency): Update.
10412 (ipa_profile): Update.
10413 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
10414 * ipa-utils.c (ipa_merge_profiles): Update.
10415 * loop-doloop.c (doloop_modify): Update.
10416 * loop-unroll.c (report_unroll): Update.
10417 (unroll_loop_runtime_iterations): Update.
10418 * lto-cgraph.c (lto_output_edge): Update.
10419 (lto_output_node): Update.
10420 (input_node): Update.
10421 (input_edge): Update.
10422 (merge_profile_summaries): Update.
10423 * lto-streamer-in.c (input_cfg): Update.
10424 * lto-streamer-out.c (output_cfg): Update.
10425 * mcf.c (create_fixup_graph): Update.
10426 (adjust_cfg_counts): Update.
10427 (sum_edge_counts): Update.
10428 * modulo-sched.c (sms_schedule): Update.
10429 * postreload-gcse.c (eliminate_partially_redundant_load): Update.
10430 * predict.c (maybe_hot_count_p): Update.
10431 (probably_never_executed): Update.
10432 (dump_prediction): Update.
10433 (combine_predictions_for_bb): Update.
10434 (propagate_freq): Update.
10435 (handle_missing_profiles): Update.
10436 (counts_to_freqs): Update.
10437 (rebuild_frequencies): Update.
10438 (force_edge_cold): Update.
10439 * predict.h: Include profile-count.h
10440 (maybe_hot_count_p, counts_to_freqs): UPdate.
10441 * print-rtl-function.c: Do not include cfg.h
10442 * print-rtl.c: Include basic-block.h
10443 * profile-count.c: New file.
10444 * profile-count.h: New file.
10445 * profile.c (is_edge_inconsistent): Update.
10446 (correct_negative_edge_counts): Update.
10447 (is_inconsistent): Update.
10448 (set_bb_counts): Update.
10449 (read_profile_edge_counts): Update.
10450 (compute_frequency_overlap): Update.
10451 (compute_branch_probabilities): Update; Initialize and deinitialize
10453 (branch_prob): Update.
10454 * profile.h (bb_gcov_counts, edge_gcov_counts): New.
10455 (edge_gcov_count): New.
10456 (bb_gcov_count): New.
10457 * shrink-wrap.c (try_shrink_wrapping): Update.
10458 * tracer.c (better_p): Update.
10459 * trans-mem.c (expand_transaction): Update.
10460 (ipa_tm_insert_irr_call): Update.
10461 (ipa_tm_insert_gettmclone_call): Update.
10462 * tree-call-cdce.c: Update.
10463 * tree-cfg.c (gimple_duplicate_sese_region): Update.
10464 (gimple_duplicate_sese_tail): Update.
10465 (gimple_account_profile_record): Update.
10466 (execute_fixup_cfg): Update.
10467 * tree-inline.c (copy_bb): Update.
10468 (copy_edges_for_bb): Update.
10469 (initialize_cfun): Update.
10470 (freqs_to_counts): Update.
10471 (copy_cfg_body): Update.
10472 (expand_call_inline): Update.
10473 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): Update.
10474 * tree-ssa-loop-ivcanon.c (unloop_loops): Update.
10475 (try_unroll_loop_completely): Update.
10476 (try_peel_loop): Update.
10477 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Update.
10478 * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Update.
10479 * tree-ssa-loop-split.c (connect_loops): Update.
10480 * tree-ssa-loop-unswitch.c (hoist_guard): Update.
10481 * tree-ssa-reassoc.c (branch_fixup): Update.
10482 * tree-ssa-tail-merge.c (replace_block_by): Update.
10483 * tree-ssa-threadupdate.c (create_block_for_threading): Update.
10484 (compute_path_counts): Update.
10485 (update_profile): Update.
10486 (recompute_probabilities): Update.
10487 (update_joiner_offpath_counts): Update.
10488 (estimated_freqs_path): Update.
10489 (freqs_to_counts_path): Update.
10490 (clear_counts_path): Update.
10491 (ssa_fix_duplicate_block_edges): Update.
10492 (duplicate_thread_path): Update.
10493 * tree-switch-conversion.c (case_bit_test_cmp): Update.
10494 (struct switch_conv_info): Update.
10495 * tree-tailcall.c (decrease_profile): Update.
10496 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Update.
10497 * tree-vect-loop.c (scale_profile_for_vect_loop): Update.
10498 * value-prof.c (check_counter): Update.
10499 (gimple_divmod_fixed_value): Update.
10500 (gimple_mod_pow2): Update.
10501 (gimple_mod_subtract): Update.
10502 (gimple_ic_transform): Update.
10503 (gimple_stringop_fixed_value): Update.
10504 * value-prof.h (gimple_ic): Update.
10506 2017-06-02 Carl Love <cel@us.ibm.com>
10508 * config/rs6000/rs6000-c: Add support for built-in functions
10509 vector double vec_doublee (vector signed int);
10510 vector double vec_doublee (vector unsigned int);
10511 vector double vec_doublee (vector float);
10512 vector double vec_doubleh (vector signed int);
10513 vector double vec_doubleh (vector unsigned int);
10514 vector double vec_doubleh (vector float);
10515 vector double vec_doublel (vector signed int);
10516 vector double vec_doublel (vector unsigned int);
10517 vector double vec_doublel (vector float);
10518 vector double vec_doubleo (vector signed int);
10519 vector double vec_doubleo (vector unsigned int);
10520 vector double vec_doubleo (vector float);.
10521 * config/rs6000/rs6000-builtin.def: Add definitions for DOUBLEE,
10522 DOUBLEO, DOUBLEH, DOUBLEL, UNS_DOUBLEO, UNS_DOUBLEE, UNS_DOUBLEH,
10524 * config/rs6000/altivec.md: Add code generator for doublee<mode>2,
10525 unsdoubleev4si2, doubleo<mode>2, unsdoubleov4si2, doubleh<mode>2,
10526 unsdoublehv4si2, doublel<mode>2, unsdoublelv4si2, add mode attribute
10528 * config/rs6000/altivec.h: Add define for vec_doublee, vec_doubleo,
10529 vec_doublel, vec_doubleh.
10530 * doc/extend.texi: Update the built-in documentation file for the
10531 new built-in functions.
10533 2017-06-02 David Malcolm <dmalcolm@redhat.com>
10536 * ipa-inline-analysis.c (free_growth_caches): Set
10537 edge_removal_hook_holder to NULL after removing it.
10539 2017-06-02 Sudakshina Das <sudi.das@arm.com>
10541 * config/aarch64/aarch64.c (aarch64_select_cc_mode): Return CC_SWP for
10542 comparision with zero.
10544 2017-06-02 Will Schmidt <will_schmidt@vnet.ibm.com>
10545 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10546 for early expansion of vec_min and vec_max builtins.
10547 (builtin_function_type): Add min/max unsigned variants to those
10548 identified as having unsigned arguments.
10550 2017-06-02 Olivier Hainque <hainque@adacore.com>
10552 * config/vx-common.h (DWARF_UNWIND_INFO): Switch #define to 1.
10554 2017-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10556 * config/aarch64/aarch64-simd.md (*aarch64_simd_vec_copy_lane<mode>):
10557 Use VALL_F16 iterator rather than VALL.
10559 2017-06-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
10561 * config/aarch64/aarch64.c (aarch64_split_compare_and_swap):
10562 Emit CBNZ inside loop when doing a strong exchange and comparing
10563 against zero. Generate the CC flags after the loop.
10565 2017-06-02 David Edelsohn <dje.gcc@gmail.com>
10567 * dwarf2out.c (DWARF_INITIAL_LENGTH_SIZE_STR): New.
10568 (dl_section_ref): New.
10569 (dwarf2out_finish): Copy debug_line_section_label to dl_section_ref.
10570 On AIX, append an expression to subtract the size of the
10571 section length to dl_section_ref.
10573 2017-06-02 Will Schmidt <will_schmidt@vnet.ibm.com>
10575 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling
10576 for early expansion of vector absolute builtins.
10578 2017-06-02 Richard Biener <rguenther@suse.de>
10580 * tree-vect-slp.c (vect_detect_hybrid_slp_2): Match up
10581 what we consider a relevant use stmt with vect_detect_hybrid_slp_stmts.
10583 2017-06-02 Richard Biener <rguenther@suse.de>
10585 PR tree-optimization/80948
10586 * tree-tailcall.c (find_tail_calls): Track stmts to move in
10587 stmt order as well.
10589 2017-06-02 Richard Biener <rguenther@suse.de>
10591 * tree-vect-loop.c (vect_analyze_loop_operations): Not relevant
10593 * tree-vect-stmts.c (process_use): Do not mark backedge defs
10594 for inductions as relevant.
10596 2017-06-02 Richard Biener <rguenther@suse.de>
10598 * tree-vect-loop.c (get_initial_def_for_induction): Inline into ...
10599 (vectorizable_induction): ... this. Remove dead code.
10601 2017-06-02 Eric Botcazou <ebotcazou@adacore.com>
10603 * builtins. (expand_builtin_alloca): Remove second parameter and
10604 infer its value from the first parameter instead.
10605 (expand_builtin) <BUILT_IN_ALLOCA>: Adjust call to above.
10607 2017-06-02 Jakub Jelinek <jakub@redhat.com>
10609 PR rtl-optimization/80903
10610 * loop-doloop.c (add_test): Unshare sequence.
10612 2017-06-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
10614 * doc/invoke.texi: Document the -Wsizeof-pointer-div warning.
10616 2017-06-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
10618 * config/i386/i386.c (x86_64_ms_sysv_extra_clobbered_registers): Make
10620 (xlogue_layout::get_stack_space_used, xlogue_layout::s_instances,
10621 xlogue_layout::get_instance, logue_layout::xlogue_layout,
10622 sp_valid_at, fp_valid_at, choose_basereg): Formatting.
10623 (xlogue_layout::get_stub_rtx): Make static.
10624 (xlogue_layout::get_stub_name): Avoid const-cast, make static.
10625 (xlogue_layout::compute_stub_managed_regs): Rename to...
10626 (xlogue_layout::count_stub_managed_regs): ...this.
10627 (xlogue_layout::is_stub_managed_reg): New function.
10628 (xlogue_layout::m_stub_names): Rename to...
10629 (xlogue_layout::s_stub_names): ...this, make static.
10630 (xlogue_layout::STUB_INDEX_OFFSET, xlogue_layout::MIN_REGS,
10631 xlogue_layout::MAX_REGS, xlogue_layout::MAX_EXTRA_REGS,
10632 xlogue_layout::VARIANT_COUNT, xlogue_layout::STUB_NAME_MAX_LEN,
10633 xlogue_layout::s_stub_names): Instantiate statics.
10634 (stub_managed_regs): Remove.
10635 (ix86_save_reg): Use xlogue_layout::compute_stub_managed_regs.
10636 (disable_call_ms2sysv_xlogues): Rename to...
10637 (warn_once_call_ms2sysv_xlogues): ...this, and warn only once.
10638 (ix86_initial_elimination_offset, ix86_expand_call): Fix call_ms2sysv
10640 (ix86_static_chain): Make sure that ix86_static_chain_on_stack can't
10641 change after reload_completed.
10642 (ix86_can_use_return_insn_p): Use the ix86_frame data structure
10644 (ix86_expand_prologue): Likewise.
10645 (ix86_expand_epilogue): Likewise.
10646 (ix86_expand_split_stack_prologue): Likewise.
10647 (ix86_compute_frame_layout): Remove frame parameter ...
10648 (TARGET_COMPUTE_FRAME_LAYOUT): ... and export it as a target hook.
10649 (ix86_finalize_stack_realign_flags): Call ix86_compute_frame_layout
10651 (ix86_init_machine_status): Don't set use_fast_prologue_epilogue_nregs.
10652 (ix86_frame): Move from here ...
10653 * config/i386/i386.h (ix86_frame): ... to here.
10654 (machine_function): Remove use_fast_prologue_epilogue_nregs, cache the
10655 complete ix86_frame data structure instead. Remove some_ld_name.
10657 2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
10659 * dwarf2out.c (dwarf2out_late_global_decl): Add locations for
10660 symbols that hold a DECL_VALUE_EXPR.
10662 2017-06-01 Martin Jambor <mjambor@suse.cz>
10664 PR tree-optimization/80898
10665 * tree-sra.c (process_subtree_disqualification): Removed.
10666 (disqualify_candidate): Do not acll
10667 process_subtree_disqualification.
10668 (subtree_mark_written_and_enqueue): New function.
10669 (propagate_all_subaccesses): Set grp_write of LHS subtree if the
10670 RHS has been disqualified and re-queue LHS if necessary. Apart
10671 from that, ignore disqualified RHS.
10673 2017-06-01 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
10675 * config/s390/s390.c (s390_emit_epilogue): Disable early return
10676 address fetch for z10 or later.
10678 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10680 * config/arc/arc.md (tst_movb): Add guard when splitting.
10682 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10684 * config/arc/arc.c (arc_can_eliminate): Test against
10685 arc_frame_pointer_needed.
10687 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10689 * config/arc/arc.c (arc_expand_prologue): Emit a special barrier
10690 to prevent store reordering.
10691 * config/arc/arc.md (UNSPEC_ARC_STKTIE): Define.
10692 (type): Add block type.
10693 (stack_tie): Define special instruction to be used in
10696 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10698 * config/arc/arc.md (commutative_binary_comparison): Remove 'I'
10699 constraint. It is not valid for the pattern.
10700 (noncommutative_binary_comparison): Likewise.
10702 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10704 * config/arc/simdext.md (movv2hi_insn): Change predicate to avoid
10707 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10709 * config/arc/arc.c (arc_conditional_register_usage): Allow r30 to
10710 be used by the reg-alloc.
10712 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10714 * config/arc/arc.md (mulsi3): Avoid use of hard registers before
10715 reg-alloc when having mul64 or mul32x16 instructions.
10716 (mulsidi3): Likewise.
10717 (umulsidi3): Likewise.
10718 (mulsi32x16): New pattern.
10719 (mulsi64): Likewise.
10720 (mulsidi64): Likewise.
10721 (umulsidi64): Likewise.
10722 (MUL32x16_REG): Define.
10723 (mul64_600): Use MUL32x16_REG.
10724 (mac64_600): Likewise.
10725 (umul64_600): Likewise.
10726 (umac64_600): Likewise.
10728 2017-06-01 Claudiu Zissulescu <claziss@synopsys.com>
10730 * config/arc/arc.md (mulsi3_700): Make it commutative.
10732 2017-06-01 Jose E. Marchesi <jose.marchesi@oracle.com>
10734 * config/sparc/sparc.md (*zero_extendsidi2_insn_sp64): Set insn
10736 (*sign_extendsidi2_insn): Likewise for movstosw.
10738 2017-06-01 Pierre-Marie de Rodat <derodat@adacore.com>
10740 * dwarf2out.c (get_discr_value): Call the get_debug_type hook on
10741 the type of the input discriminant value. Convert the
10742 discriminant value of signedness vary.
10744 2017-06-01 Volker Reichelt <v.reichelt@netcologne.de>
10746 * doc/invoke.texi (-Wcatch-value): Document new shortcut.
10747 Add to -Wall section.
10749 2017-06-01 Richard Biener <rguenther@suse.de>
10751 PR middle-end/66313
10752 * fold-const.c (fold_plusminus_mult_expr): If the factored
10753 factor may be zero use a wrapping type for the inner operation.
10754 * tree-tailcall.c (independent_of_stmt_p): Pass in to_move bitmap
10755 and handle moved defs.
10756 (process_assignment): Properly guard the unary op case. Return a
10757 tri-state indicating that moving the stmt before the call may allow
10758 to continue. Pass through to_move.
10759 (find_tail_calls): Handle moving unrelated defs before
10762 2017-05-31 Segher Boessenkool <segher@kernel.crashing.org>
10765 * config/rs6000/vector.md (*vector_uneq<mode>): Write the nor in the
10766 splitter result in the canonical way.
10768 2017-05-31 Uros Bizjak <ubizjak@gmail.com>
10770 * config/i386/i386.md (*zero_extendsidi2): Enable alternative (?r, *Yj)
10771 also for 32bit target. Update insn attributes.
10772 (zero-extendsidi2 splitter): Allow all registers for operand 1.
10774 2017-05-31 Sebastian Peryt <sebastian.peryt@intel.com>
10776 * config/i386/avx512fintrin.h (_mm_mask_max_sd)
10777 (_mm_maskz_max_sd, _mm_mask_max_ss, _mm_maskz_max_ss)
10778 (_mm_mask_min_sd, _mm_maskz_min_sd, _mm_mask_min_ss)
10779 (_mm_maskz_min_ss): New intrinsics.
10781 2017-05-31 Martin Liska <mliska@suse.cz>
10783 * tree-vect-loop.c (vect_create_epilog_for_reduction):
10784 Change comment style to one we normally use.
10785 (vectorizable_reduction): Likewise.
10786 (vectorizable_induction): Likewise.
10787 * tree-vect-stmts.c (vectorizable_mask_load_store): Likewise.
10788 (vectorizable_call): Likewise.
10789 (vectorizable_simd_clone_call): Likewise.
10790 (vectorizable_conversion): Likewise.
10791 (vectorizable_assignment): Likewise.
10792 (vectorizable_shift): Likewise.
10793 (vectorizable_operation): Likewise.
10794 (vectorizable_store): Likewise.
10795 (vectorizable_load): Likewise.
10796 * tree-vectorizer.h: Likewise.
10798 2017-05-31 Alexander Monakov <amonakov@ispras.ru>
10800 * passes.c (emergency_dump_function): New.
10801 * tree-pass.h (emergency_dump_function): Declare.
10802 * plugin.c (plugins_internal_error_function): Remove.
10803 * plugin.h (plugins_internal_error_function): Remove declaration.
10804 * toplev.c (internal_error_function): New static function. Use it...
10805 (general_init): ...here.
10807 2017-05-31 Graham Markall <graham.markall@embecosm.com>
10809 * config/arc/arc.c (arc_print_operand): Handle constant operands.
10810 (arc_rtx_costs): Add costs for new patterns.
10811 * config/arc/arc.md: Additional *add_n and *sub_n patterns.
10812 * config/arc/predicates.md: Add _1_2_3_operand predicate.
10814 2017-05-31 Richard Sandiford <richard.sandiford@linaro.org>
10816 * tree-ssa-strlen.c (get_next_strinfo): New function.
10817 (get_stridx_plus_constant): Use it.
10818 (zero_length_string): Likewise.
10819 (adjust_related_strinfos): Likewise.
10820 (adjust_last_stmt): Likewise.
10822 2017-05-31 Richard Biener <rguenther@suse.de>
10825 * config/i386/i386.c (ix86_expand_builtin): Remove assert
10826 for arg being an SSA name when expanding IX86_BUILTIN_BNDRET.
10828 2017-05-31 Richard Sandiford <richard.sandiford@linaro.org>
10830 * tree-vect-data-refs.c (vect_find_same_alignment_drs): Remove
10831 loop_vinfo argument and use of dependence distance vectors.
10832 Check instead whether the two references differ only in their
10833 initial value and assume that they have the same alignment if the
10834 difference is a multiple of the vector alignment.
10835 (vect_analyze_data_refs_alignment): Update call accordingly.
10837 2017-05-31 Martin Liska <mliska@suse.cz>
10840 * config/i386/cpuid.h: Fix typo in a comment in cpuid.h.
10842 2017-05-31 Bin Cheng <bin.cheng@arm.com>
10844 * tree-vect-loop-manip.c (create_intersect_range_checks_index)
10845 (create_intersect_range_checks): Move from ...
10846 * tree-data-ref.c (create_intersect_range_checks_index)
10847 (create_intersect_range_checks): ... to here.
10848 (create_runtime_alias_checks): New function factored from ...
10849 * tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): ...
10850 here. Call above function.
10851 * tree-data-ref.h (create_runtime_alias_checks): New function.
10853 2017-05-31 Bin Cheng <bin.cheng@arm.com>
10855 * tree-data-ref.c (prune_runtime_alias_test_list): Relax minimal
10856 segment length for dr_b and compute it in wide_int.
10858 2017-05-31 Richard Biener <rguenther@suse.de>
10860 PR tree-optimization/80906
10861 * graphite-isl-ast-to-gimple.c (copy_loop_close_phi_nodes): Get
10862 and pass through iv_map.
10863 (copy_bb_and_scalar_dependences): Adjust.
10864 (translate_pending_phi_nodes): Likewise.
10865 (copy_loop_close_phi_args): Handle code-generating IVs instead
10868 2017-05-30 David Malcolm <dmalcolm@redhat.com>
10870 * diagnostic-color.c (color_dict): Add "type-diff".
10871 (parse_gcc_colors): Update comment.
10872 * doc/invoke.texi (Diagnostic Message Formatting Options): Add
10873 -fdiagnostics-show-template-tree and -fno-elide-type.
10874 (GCC_COLORS): Add type-diff to example.
10876 (-fdiagnostics-show-template-tree): New.
10877 (-fno-elide-type): New.
10878 * pretty-print.c (pp_format): Pass quote and formatters[argno] to
10879 the pp_format_decoder callback. Call any m_format_postprocessor's
10881 (pretty_printer::pretty_printer): Initialize
10882 m_format_postprocessor.
10883 (pretty_printer::~pretty_printer): Delete any
10884 m_format_postprocessor.
10885 * pretty-print.h (printer_fn): Add bool and const char ** parameters.
10886 (class format_postprocessor): New class.
10887 (struct pretty_printer::format_decoder): Document the new parameters.
10888 (struct pretty_printer::m_format_postprocessor): New field.
10889 * tree-diagnostic.c (default_tree_printer): Update for new
10890 bool and const char ** params.
10891 * tree-diagnostic.h (default_tree_printer): Likewise.
10893 2017-05-30 Segher Boessenkool <segher@kernel.crashing.org>
10895 * config/rs6000/predicates.md (cc_reg_not_micro_cr0_operand): Delete.
10896 (lwa_operand): Delete rs6000_gen_cell_microcode test.
10897 * config/rs6000/rs6000.c (rs6000_option_override_internal): Delete
10898 rs6000_gen_cell_microcode code.
10899 (rs6000_final_prescan_insn): Delete.
10900 (rs6000_opt_vars): Delete the "gen-cell-microcode" and
10901 "warn-cell-microcode" entries.
10902 * config/rs6000/rs6000.h (FINAL_PRESCAN_INSN): Delete.
10903 * config/rs6000/rs6000.md: Delete rs6000_gen_cell_microcode tests
10904 throughout. Change cc_reg_not_micro_cr0_operand to
10905 cc_reg_not_cr0_operand throughout.
10906 (*extendhi<mode>2_noload): Delete.
10907 * config/rs6000/rs6000.opt (mgen-cell-microcode): Replace by stub.
10908 (mwarn-cell-microcode): Delete.
10909 * doc/invoke.texi (RS/6000 and PowerPC Options): Delete
10910 -mgen-cell-microcode and -mwarn-cell-microcode.
10912 2017-05-30 Uros Bizjak <ubizjak@gmail.com>
10915 * config/i386/constraints.md (Yd): New constraint.
10917 * config/i386/i386.md (*movti_internal): Add (?r, Ye)
10918 and (?Yd, r) alternatives. Update insn attributes.
10919 * config/i386/i386.md (*movti_internal): Add (?r, *Ye)
10920 and (?*Yd, r) alternatives. Update insn attributes.
10921 (double-mode inter-unit splitters): Add new GR<->XMM splitters.
10923 2017-05-30 Pierre-Marie de Rodat <derodat@adacore.com>
10925 * gimplify.c (gimplify_modify_expr): Don't create a
10926 DECL_DEBUG_EXPR link if *FROM_P does not belong to the current
10929 2017-05-30 Wilco Dijkstra <wdijkstr@arm.com>
10931 * config/arm/arm-builtins.c (arm_expand_builtin): Remove const.
10933 2017-05-30 Richard Biener <rguenther@suse.de>
10935 * tree-vectorizer.h (struct _stmt_vec_info): Add reduc_type
10936 and reduc_def fields.
10937 (STMT_VINFO_REDUC_TYPE): New define.
10938 (STMT_VINFO_REDUC_DEF): Likewise.
10939 (vect_force_simple_reduction): Adjust prototype.
10940 * tree-vect-loop.c (vect_analyze_scalar_cycles_1): Adjust.
10941 (vect_is_simple_reduction): Remove check_reduction argument.
10942 (vect_force_simple_reduction): Adjust and set
10943 STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10944 (vectorizable_reduction): Do not re-do reduction analysis
10945 but use STMT_VINFO_REDUC_TYPE and STMT_VINFO_REDUC_DEF.
10946 * tree-parloops.c (gather_scalar_reductions): Adjust.
10948 2017-05-30 Richard Biener <rguenther@suse.de>
10950 PR middle-end/80901
10951 * cfgexpand.c (expand_gimple_cond): Match up loop fixup with
10954 2017-05-24 Robin Dapp <rdapp@linux.vnet.ibm.com>
10956 * tree-vect-data-refs.c (vect_get_peeling_costs_all_drs):
10957 Introduce unknown_misalignment parameter and remove vf.
10958 (vect_peeling_hash_get_lowest_cost):
10959 Pass unknown_misalignment parameter.
10960 (vect_enhance_data_refs_alignment):
10961 Fix unsupportable data ref treatment.
10963 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
10965 * tree-vect-data-refs.c (vect_get_data_access_cost):
10966 Workaround for SLP handling.
10967 (vect_enhance_data_refs_alignment):
10968 Compute costs for doing no peeling at all, compare to the best
10969 peeling costs so far and avoid peeling if cheaper.
10971 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
10973 * tree-vect-data-refs.c (vect_peeling_hash_choose_best_peeling):
10974 Return peeling info and set costs to zero for unlimited cost
10976 (vect_enhance_data_refs_alignment): Also inspect all datarefs
10977 with unknown misalignment. Compute and costs for unknown
10978 misalignment, compare them to the costs for known misalignment
10979 and choose the cheapest for peeling.
10981 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
10983 * tree-vect-data-refs.c (vect_update_misalignment_for_peel): Rename.
10984 (vect_get_peeling_costs_all_drs): Create function.
10985 (vect_peeling_hash_get_lowest_cost):
10986 Use vect_get_peeling_costs_all_drs.
10987 (vect_peeling_supportable): Create function.
10988 (vect_enhance_data_refs_alignment): Use vect_peeling_supportable.
10990 2017-05-30 Robin Dapp <rdapp@linux.vnet.ibm.com>
10992 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Create
10993 DR_HAS_NEGATIVE_STEP.
10994 (vect_update_misalignment_for_peel): Define DR_MISALIGNMENT.
10995 (vect_enhance_data_refs_alignment): Use.
10996 (vect_duplicate_ssa_name_ptr_info): Use.
10997 * tree-vectorizer.h (dr_misalignment): Use.
10998 (known_alignment_for_access_p): Use.
11000 2017-05-30 Jozef Lawrynowicz <jozef.l@somniumtech.com>
11003 * config/msp430/msp430.c (gen_prefix): Return NULL when section name is
11005 (has_section_name): New function.
11007 2017-05-30 Martin Liska <mliska@suse.cz>
11010 * auto-profile.c (get_function_decl_from_block): Fix
11013 2017-05-30 Richard Biener <rguenther@suse.de>
11015 PR middle-end/80876
11016 * cfgexpand.c (expand_gimple_cond): Fixup preserving loops again.
11018 2017-05-30 Martin Liska <mliska@suse.cz>
11020 * dumpfile.c: Use newly added macro DUMP_FILE_INFO.
11021 * dumpfile.h (struct dump_file_info): Remove ctors.
11023 2017-05-30 Martin Liska <mliska@suse.cz>
11025 * predict.def: Fix GNU coding style.
11027 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
11029 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
11030 Mark 'to' argument with ATTRIBUTE_UNUSED.
11032 2017-05-29 Max Filippov <jcmvbkbc@gmail.com>
11034 * config/xtensa/xtensa.c (xtensa_emit_call): Use
11035 HOST_WIDE_INT_PRINT_HEX instead of 0x%lx format string.
11036 (print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of %ld
11039 2017-05-29 Eric Botcazou <ebotcazou@adacore.com>
11041 * doc/install.texi (Options specification): Restore entry of
11042 --enable-sjlj-exceptions.
11044 2017-05-27 Michael Eager <eager@eagercon.com>
11047 2016-01-21 Ajit Agarwal <ajitkum@xilinx.com>
11049 See https://gcc.gnu.org/ml/gcc/2017-05/msg00221.html.
11051 * config/microblaze/microblaze.h
11052 (FIXED_REGISTERS): Update in macro.
11053 (CALL_USED_REGISTERS): Update in macro.
11055 2017-05-27 François-Xavier Coudett <fxcoudert@gcc.gnu.org>
11057 * doc/install.texi: Add links to macOS binary distributions.
11059 2017-05-27 Jakub Jelinek <jakub@redhat.com>
11063 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
11065 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11067 2017-05-26 Martin Liska <mliska@suse.cz>
11069 * dumpfile.h (enum dump_kind): Renumber TDF_* flags to be contiguous.
11071 2017-05-26 Martin Liska <mliska@suse.cz>
11073 * cfg.c (check_bb_profile): Do not use TDF_COMMENT and print
11074 always leading ';; '.
11075 (dump_bb_info): Likewise.
11076 (brief_dump_cfg): Likewise.
11077 * cfgrtl.c (print_rtl_with_bb): Do not use TDF_COMMENT.
11078 * dumpfile.c: Remove usage of TDF_VERBOSE.
11079 * dumpfile.h (enum dump_kind): Likewise.
11080 (dump_gimple_bb_header): Do not use TDF_COMMENT.
11081 * print-tree.c (debug_verbose): Remove.
11082 * tree-cfg.c (gimple_dump_cfg): Do not use TDF_COMMENT.
11083 (dump_function_to_file): Remove dumps guarded with TDF_VERBOSE.
11084 * tree-diagnostic.c (default_tree_printer): Replace
11085 TDF_DIAGNOSTIC with TDF_SLIM.
11087 2017-05-26 Bin Cheng <bin.cheng@arm.com>
11089 * tree-vect-loop-manip.c (create_intersect_range_checks_index): Pass
11090 in parameter loop, rather than loop_vinfo.
11091 (create_intersect_range_checks): Ditto.
11092 (vect_create_cond_for_alias_checks): Update call to above functions.
11094 2017-05-26 Bin Cheng <bin.cheng@arm.com>
11096 PR tree-optimization/80815
11097 * tree-data-ref.c (prune_runtime_alias_test_list): Simplify condition
11098 for merging runtime alias checks. Handle negative DR_STEPs.
11100 2017-05-26 Bin Cheng <bin.cheng@arm.com>
11102 * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_pair):
11104 * tree-data-ref.c (Operator==, comp_dr_with_seg_len_pair): To here.
11105 * tree-vect-data-refs.c (vect_prune_runtime_alias_test_list): Factor
11106 out code pruning runtime alias checks.
11107 * tree-data-ref.c (prune_runtime_alias_test_list): New function
11108 factored out from above.
11109 * tree-vectorizer.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
11111 * tree-data-ref.h (struct dr_with_seg_len, dr_with_seg_len_pair_t):
11113 (prune_runtime_alias_test_list): New decalaration.
11115 2017-05-26 Bin Cheng <bin.cheng@arm.com>
11117 * tree-vect-data-refs.c (compare_tree): Rename and move ...
11118 * tree-data-ref.c (data_ref_compare_tree): ... to here.
11119 * tree-data-ref.h (data_ref_compare_tree): New decalaration.
11120 * tree-vect-data-refs.c (dr_group_sort_cmp): Update uses.
11121 (operator==, comp_dr_with_seg_len_pair): Ditto.
11122 (vect_prune_runtime_alias_test_list): Ditto.
11124 2017-05-26 Martin Liska <mliska@suse.cz>
11127 * params.def: Bound partial-inlining-entry-probability param.
11129 2017-05-26 Marek Polacek <polacek@redhat.com>
11132 * fold-const.c (fold_binary_loc) <case MULT_EXPR>: Check if OP1
11135 2017-05-26 Richard Biener <rguenther@suse.de>
11137 PR tree-optimization/80842
11138 * tree-ssa-ccp.c (set_lattice_value): Always meet with the old
11141 2017-05-26 Richard Biener <rguenther@suse.de>
11143 PR tree-optimization/80844
11144 * tree-vectorizer.c (adjust_simduid_builtins): Propagate results.
11146 2017-05-25 Sebastian Peryt <sebastian.peryt@intel.com>
11148 * doc/md.texi (Machine Constraints): Update x86 family
11149 machine constraints section to match 'config/i386/constraints.md'.
11151 2017-05-25 Volker Reichelt <v.reichelt@netcologne.de>
11153 * doc/invoke.texi (-Wcatch-value=): Document new warning option.
11155 2017-05-25 Nathan Sidwell <nathan@acm.org>
11157 * doc/invoke.texi (--enable-languages): Update documentation.
11159 2017-05-25 Martin Liska <mliska@suse.cz>
11161 * dumpfile.c: Add TDF_FOLDING.
11162 * dumpfile.h (enum dump_kind): Likewise.
11163 * genmatch.c (dt_simplify::gen_1): Use it.
11165 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
11167 * match.pd (view_convert (convert@0 @1)): Handle zero-extension.
11169 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
11171 * match.pd ((A +- CST1) +- CST2): Allow some conversions.
11172 * tree.c (drop_tree_overflow): Handle COMPLEX_CST and VECTOR_CST.
11174 2017-05-25 Marc Glisse <marc.glisse@inria.fr>
11176 * fold-const.c (fold_binary_loc) [(A & C) == D]: Remove transformation.
11177 * match.pd (X == C): Rewrite it here.
11178 (with_possible_nonzero_bits, with_possible_nonzero_bits2,
11179 with_certain_nonzero_bits2): New predicates.
11180 * tree-ssanames.c (get_nonzero_bits): Handle INTEGER_CST.
11182 2017-05-24 Nathan Sidwell <nathan@acm.org>
11184 * lto-streamer-in.c (lto_input_data_block): Adjust T const cast to
11187 * auto-profile.c (afdo_propagate): Adjust T const cast to avoid
11190 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
11192 * config/powerpcspe: New port. Files are copied from the rs6000
11193 port, with "rs6000" in filenames replaced by "powerpcspe".
11195 2017-05-24 Wilco Dijkstra <wdijkstr@arm.com>
11197 PR rtl-optimization/80754
11198 * lra-remat.c (do_remat): Add overlap checks for dst_regno.
11200 2017-05-24 Sheldon Lobo <smlobo@sheldon.us.oracle.com>
11202 * config/sparc/sparc.md (length): Return the correct value for -mflat
11203 sibcalls to match output_sibcall.
11205 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
11209 * config/rs6000/rs6000.c (struct machine_function): Add new field
11211 (rs6000_get_separate_components): Init that field, use it.
11212 (rs6000_components_for_bb): Use the field.
11214 2017-05-24 Thomas Preud'homme <thomas.preudhomme@arm.com>
11216 * config/arm/arm.c (arm_expand_prologue): Fix typo in comment.
11218 2017-05-24 Peter Bergner <bergner@vnet.ibm.com>
11220 PR middle-end/80823
11221 * tree-cfg.c (group_case_labels_stmt): Delete increment of "i";
11223 2017-05-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
11226 * config/s390/s390.c (s390_check_qrst_address): Check incoming
11227 address against address_operand predicate.
11228 * config/s390/s390.md ("*indirect_jump"): Swap alternatives.
11230 2017-05-24 Eric Botcazou <ebotcazou@adacore.com>
11232 * var-tracking.c (track_expr_p): Do not return 0 for tracked record
11233 parameters passed indirectly.
11235 2017-05-23 Uros Bizjak <ubizjak@gmail.com>
11237 * config/i386/i386.md (*movdi_internal): Remove SSE4
11238 alternative 18 (?r, *v). Update insn attributes.
11239 (*movsi_internal): Remove SSE4 alternative 13 (?r, *v).
11240 Update insn attributes.
11241 (*zero_extendsidi2): Remove SSE4 alternative (?r, *x).
11242 Update insn attributes.
11243 * config/i386/sse.md (vec_extract<ssevecmodelower>_0): Remove SSE4
11244 alternative 1 (r, v). Remove isa attribute.
11245 * config/i386/i386.c (dimode_scalar_chain::make_vector_copies):
11246 Always move value through stack for !TARGET_INTER_UNIT_MOVES_TO_VEC
11247 and !TARGET_INTER_UNIT_MOVES_TO_VEC targets.
11249 2017-05-23 Tom de Vries <tom@codesourcery.com>
11251 * doc/sourcebuild.texi (Directives, Verify compiler message): Document
11254 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
11256 * cgraphunit.c (symbol_table::process_new_functions): Update.
11257 * ipa-fnsummary.c (pass_data_inline_parameters): Remove.
11258 (inline_generate_summary): Rename to ...
11259 (ipa_fn_summary_generate): ... this one.
11260 (inline_read_summary): Rename to ...
11261 (ipa_fn_summary_read): ... this one.
11262 (inline_write_summary): Rename to ...
11263 (ipa_fn_summary_write): ... this one.
11264 (inline_free_summary): Rename to ...
11265 (ipa_free_fn_summary): ... this one.
11266 (pass_data_local_fn_summary, pass_local_fn_summary,
11267 make_pass_local_fn_summary, pass_data_ipa_free_fn_summary,
11268 pass_ipa_free_fn_summary, make_pass_ipa_free_fn_summary,
11269 pass_data_ipa_fn_summary, pass_ipa_fn_summary,
11270 make_pass_ipa_fn_summary): New.
11271 * ipa-fnsummary.h (inline_generate_summary, inline_read_summary,
11272 inline_write_summary, inline_free_summary): Remove.
11273 (ipa_free_fn_summary) : New.
11274 * ipa-inline.c (ipa_inline): Update.
11275 (pass_ipa_inline): Do not generate summaries.
11276 * ipa.c (pass_data_ipa_free_fn_summary, pass_ipa_free_fn_summary):
11278 * passes.def: Replace pass_inline_parameters by pass_local_fn_summary
11279 and add pass_ipa_fn_summary.
11280 * tree-pass.h (make_pass_ipa_fn_summary, make_pass_local_fn_summary):
11282 (make_pass_inline_parameters): Remove.
11284 2017-05-23 Thomas Schwinge <thomas@codesourcery.com>
11286 * omp-low.c (struct omp_context): Remove "default_kind" member.
11289 * omp-offload.c (execute_oacc_device_lower): Remove the
11290 parallelism dimensions function attributes for unparallelized
11291 OpenACC kernels constructs.
11293 2017-05-23 Martin Liska <mliska@suse.cz>
11295 * cgraph.c (cgraph_node::get_create): Use symtab_node::dump_{asm_,}name
11297 (cgraph_edge::make_speculative): Likewise.
11298 (cgraph_edge::resolve_speculation): Likewise.
11299 (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
11300 (cgraph_node::dump): Likewise.
11301 * cgraph.h: Likewise.
11302 * cgraphunit.c (analyze_functions): Likewise.
11303 (symbol_table::compile): Likewise.
11304 * ipa-cp.c (print_all_lattices): Likewise.
11305 (determine_versionability): Likewise.
11306 (initialize_node_lattices): Likewise.
11307 (ipcp_verify_propagated_values): Likewise.
11308 (estimate_local_effects): Likewise.
11309 (update_profiling_info): Likewise.
11310 (create_specialized_node): Likewise.
11311 (perhaps_add_new_callers): Likewise.
11312 (decide_about_value): Likewise.
11313 (decide_whether_version_node): Likewise.
11314 (identify_dead_nodes): Likewise.
11315 (ipcp_store_bits_results): Likewise.
11316 * ipa-devirt.c (dump_targets): Likewise.
11317 (ipa_devirt): Likewise.
11318 * ipa-icf.c (sem_item::dump): Likewise.
11319 (sem_function::equals): Likewise.
11320 (sem_variable::equals): Likewise.
11321 (sem_item_optimizer::read_section): Likewise.
11322 (sem_item_optimizer::execute): Likewise.
11323 (congruence_class::dump): Likewise.
11324 * ipa-inline-analysis.c (dump_ipa_call_summary): Likewise.
11325 (dump_inline_summary): Likewise.
11326 (estimate_node_size_and_time): Likewise.
11327 (inline_analyze_function): Likewise.
11328 * ipa-inline-transform.c (inline_call): Likewise.
11329 * ipa-inline.c (report_inline_failed_reason): Likewise.
11330 (want_early_inline_function_p): Likewise.
11331 (edge_badness): Likewise.
11332 (update_edge_key): Likewise.
11333 (inline_small_functions): Likewise.
11334 * ipa-profile.c (ipa_profile): Likewise.
11335 * ipa-prop.c (ipa_print_node_jump_functions): Likewise.
11336 (ipa_make_edge_direct_to_target): Likewise.
11337 (remove_described_reference): Likewise.
11338 (ipa_impossible_devirt_target): Likewise.
11339 (propagate_controlled_uses): Likewise.
11340 (ipa_print_node_params): Likewise.
11341 (ipcp_transform_function): Likewise.
11342 * ipa-pure-const.c (pure_const_read_summary): Likewise.
11343 (propagate_pure_const): Likewise.
11344 * ipa-reference.c (generate_summary): Likewise.
11345 (read_write_all_from_decl): Likewise.
11346 (propagate): Likewise.
11347 (ipa_reference_read_optimization_summary): Likewise.
11348 * ipa-utils.c (ipa_merge_profiles): Likewise.
11349 * ipa.c (walk_polymorphic_call_targets): Likewise.
11350 (symbol_table::remove_unreachable_nodes): Likewise.
11351 (ipa_single_use): Likewise.
11352 * passes.c (execute_todo): Likewise.
11353 * predict.c (drop_profile): Likewise.
11354 * symtab.c (symtab_node::get_dump_name): New function.
11355 (symtab_node::dump_name): Likewise.
11356 (symtab_node::dump_asm_name): Likewise.
11357 (symtab_node::dump_references): Likewise.
11358 (symtab_node::dump_referring): Likewise.
11359 (symtab_node::dump_base): Likewise.
11360 (symtab_node::debug_symtab): Likewise.
11361 * tree-sra.c (convert_callers_for_node): Likewise.
11362 * tree-ssa-structalias.c (ipa_pta_execute): Likewise.
11363 * value-prof.c (init_node_map): Likewise.
11365 2017-05-23 Martin Liska <mliska@suse.cz>
11367 * cgraph.h: Move symtab_node::dump_table to symbol_table::dump
11368 and symtab_node::debug_symtab to symbol_table::debug.
11369 * cgraphunit.c (analyze_functions): Use the renamed function.
11370 (symbol_table::compile): Likewise.
11371 * ipa-cp.c (ipcp_verify_propagated_values): Likewise.
11372 * ipa-icf.c (sem_item_optimizer::execute): Likewise.
11373 * passes.c (execute_todo): Likewise.
11374 * symtab.c (symbol_table::dump): New function.
11375 * tree-ssa-structalias.c (ipa_pta_execute): Use the renamed function.
11377 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
11379 * ipa-fnsummary.c (estimate_node_size_and_time): Do not sanity check
11380 that nonconst implies exec.
11382 2017-05-23 Jan Hubicka <hubicka@ucw.cz>
11384 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11385 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11386 (inline_edge_summary_vec): Turn into ...
11387 (ipa_call_summaries): ... this one.
11388 (redirect_to_unreachable, edge_set_predicate,
11389 evaluate_properties_for_edge, inline_summary_alloc,
11390 reset_ipa_call_summary, reset_inline_summary,
11391 inline_summary_t::duplicate): Update.
11392 (inline_edge_duplication_hook): Turn to ...
11393 (ipa_call_summary_t::duplicate): ... this one.
11394 (inline_edge_removal_hook): Turn to ...
11395 (ipa_call_summary_t::remove): ... this one.
11396 (dump_inline_edge_summary): Turn to ...
11397 (dump_ipa_call_summary): ... this one.
11398 (estimate_function_body_sizes): Update.
11399 (inline_update_callee_summaries): Update.
11400 (remap_edge_change_prob): Update.
11401 (remap_edge_summaries): Update.
11402 (inline_merge_summary): Update.
11403 (do_estimate_edge_time): Update.
11404 (inline_generate_summary): Update.
11405 (inline_read_section): Update.
11406 (inline_read_summary): Update.
11407 (inline_free_summary): Update.
11408 * ipa-inline.c (can_inline_edge_p): Update.
11409 (compute_inlined_call_time): Update.
11410 (want_inline_small_function_p): Update.
11411 (edge_badness): Update.
11412 (early_inliner): Update.
11413 * ipa-inline.h (inline_edge_summary): Turn to ...
11414 (ipa_call_summary): ... this one.
11415 (ipa_call_summary_t): New class.
11416 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11417 (ipa_call_summaries): New.
11418 (inline_edge_summary): Remove.
11419 (estimate_edge_growth): Update.
11420 * ipa-profile.c (ipa_propagate_frequency_1): Update.
11421 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11422 * ipa-split.c (execute_split_functions): Update.
11423 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11425 2017-05-23 Tom de Vries <tom@codesourcery.com>
11427 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11428 attributes): Document rdrand effective target.
11430 2017-05-23 Tom de Vries <tom@codesourcery.com>
11432 * doc/sourcebuild.texi (Effective-Target Keywords, Other hardware
11433 attributes): Sort alphabetically.
11435 2017-05-23 Georg-Johann Lay <avr@gjlay.de>
11437 * config/avr/genmultilib.awk: Use gsub instead of gensub.
11439 2017-05-22 Michael Meissner <meissner@linux.vnet.ibm.com>
11442 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Split
11443 V2DF/V2DI splat into two separate patterns, one that handles
11444 registers, and the other that only handles memory. Drop support
11445 for splatting from a GPR on ISA 2.07 and then splitting the
11446 splat into direct move and splat.
11447 (vsx_splat_<mode>_reg): Likewise.
11448 (vsx_splat_<mode>_mem): Likewise.
11450 2017-05-22 Segher Boessenkool <segher@kernel.crashing.org>
11452 * cfgcleanup.c (bb_is_just_return): Allow CLOBBERs.
11454 2017-05-22 Jakub Jelinek <jakub@redhat.com>
11456 PR middle-end/80809
11457 * omp-low.c (finish_taskreg_remap): New function.
11458 (finish_taskreg_scan): If unit size of ctx->record_type
11459 is non-constant, unshare the size expression and replace
11460 decls in it with possible outer var refs.
11462 PR middle-end/80809
11463 * gimplify.c (omp_add_variable): For GOVD_DEBUG_PRIVATE use
11464 GOVD_SHARED rather than GOVD_PRIVATE with it.
11465 (gimplify_adjust_omp_clauses_1, gimplify_adjust_omp_clauses): Expect
11466 GOVD_SHARED rather than GOVD_PRIVATE with GOVD_DEBUG_PRIVATE.
11468 PR middle-end/80853
11469 * omp-low.c (lower_reduction_clauses): Pass OMP_CLAUSE_PRIVATE
11470 as last argument to build_outer_var_ref for pointer bases of array
11471 section reductions.
11473 2017-05-19 Martin Sebor <msebor@redhat.com>
11475 * print-tree.c (print_node): Print DECL_READ_P flag.
11477 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
11479 * Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.h
11480 * auto-profile.c: Replace ipa-inline.h by ipa-fnsummary.h
11481 * cgraph.c: Likewise.
11482 * cgraphunit.c: Likewise.
11483 * gengtype.c: Likewise.
11484 * ipa-cp.c: Likewise.
11485 * ipa-devirt.c: Likewise.
11486 * ipa-icf.c: Likewise.
11487 * ipa-predicate.c: Likewise.
11488 * ipa-profile.c: Likewise.
11489 * ipa-prop.c: Likewise.
11490 * ipa-split.c: Likewise.
11492 * ipa-inline-analysis.c (inline_summaries, ipa_call_summaries,
11493 edge_predicate_pool, dump_inline_hints,
11494 inline_summary::account_size_time, redirect_to_unreachable,
11495 edge_set_predicate, set_hint_predicate,
11496 evaluate_conditions_for_known_args, evaluate_properties_for_edge,
11497 inline_summary_alloc, ipa_call_summary::reset, inline_summary::reset,
11498 inline_summary_t::remove, remap_hint_predicate_after_duplication,
11499 inline_summary_t::duplicate, ipa_call_summary_t::duplicate,
11500 ipa_call_summary_t::remove, initialize_growth_caches,
11501 free_growth_caches, dump_ipa_call_summary, dump_inline_summary,
11502 debug_inline_summary, dump_inline_summaries, initialize_inline_failed,
11503 mark_modified, unmodified_parm_1, unmodified_parm,
11504 unmodified_parm_or_parm_agg_item, eliminated_by_inlining_prob,
11505 set_cond_stmt_execution_predicate, set_switch_stmt_execution_predicate,
11506 compute_bb_predicates, will_be_nonconstant_expr_predicate,
11507 will_be_nonconstant_predicate, record_modified_bb_info,
11508 get_minimal_bb, record_modified, param_change_prob,
11509 phi_result_unknown_predicate, predicate_for_phi_result,
11510 array_index_predicate, clobber_only_eh_bb_p, fp_expression_p,
11511 estimate_function_body_sizes, compute_inline_parameters,
11512 compute_inline_parameters_for_curren, pass_data_inline_parameters,
11513 estimate_node_size_and_time, estimate_ipcp_clone_size_and_time,
11514 inline_update_callee_summaries, remap_edge_change_prob,
11515 remap_edge_summaries, remap_hint_predicate, inline_merge_summary,
11516 inline_update_overall_summary, inline_indirect_intraprocedural_analysis,
11517 inline_analyze_function, inline_summary_t::insert,
11518 inline_generate_summary, read_ipa_call_summary, inline_read_section,
11519 inline_read_summary, write_ipa_call_summary, inline_write_summary,
11520 inline_free_summary): Move to ipa-fnsummary.h
11521 (predicate_t): Remove.
11522 * ipa-fnsummary.c: New file.
11523 * ipa-inline.h: Do not include sreal.h and ipa-predicate.h
11524 (enum inline_hints_vals, inline_hints, agg_position_info,
11525 INLINE_SIZE_SCALE, size_time_entry, inline_summary, inline_summary_t,
11526 inline_summaries, ipa_call_summary, ipa_call_summary_t,
11527 ipa_call_summaries, debug_inline_summary, dump_inline_summaries,
11528 dump_inline_summary, dump_inline_hints, inline_generate_summary,
11529 inline_read_summary, inline_write_summary, inline_free_summary,
11530 inline_analyze_function, initialize_inline_failed,
11531 inline_merge_summary, inline_update_overall_summary,
11532 compute_inline_parameters): Move to ipa-fnsummary.h
11533 * ipa-fnsummary.h: New file.
11534 * ipa-inline-transform.h: Include ipa-inline.h.
11535 * ipa-inline.c: LIkewise.
11537 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
11539 * ipa-inline.c (edge_badness): Use inlined_time instead of
11540 inline_summaries->get.
11542 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
11544 * ipa-inline.c (edge_badness): Use estimate_size_after_inlining.
11546 2017-05-22 Nathan Sidwell <nathan@acm.org>
11548 * doc/invoke.texi (fdump-translation-unit): Delete documentation.
11549 (fdump-lang): Document 'raw' option.
11550 * dumpfile.h (TDI_tu): Delete.
11551 * dumpfile.c (dump_files): Remove translation-unit.
11552 (FIRST_AUTO_NUMBERED_DUMP): Decrement.
11554 2017-05-22 Georg-Johann Lay <avr@gjlay.de>
11556 * config/avr/t-avr (AWK) [t-multilib]: Remove "-v FORMAT=Makefile"
11557 command option from $(AWK) call.
11558 * config/avr/genmultilib.awk: Simplify and rewrite so that it
11559 generates MULTILIB_REQUIRED instead of MULTILIB_EXCEPTIONS.
11560 [FORMAT]: Remove handling of variable.
11561 * config/avr/t-multilib: Regenerate.
11563 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
11565 * ipa-inline-analysis.c (inline_summary::reset): Do not reset
11567 (dump_inline_summary): Do not print self_time.
11568 (estimate_function_body_sizes): Do not set self_time.
11569 (compute_inline_parameters): Likewise.
11570 (inline_read_section, inline_write_summary): Do not stream self_time.
11571 * ipa-inline.h (inline_summary): Drop self_time.
11573 2017-05-22 Jan Hubicka <hubicka@ucw.cz>
11575 * ipa-inline-analysis.c (account_size_time): Rename to ...
11576 (inline_summary::account_size_time): ... this one.
11577 (reset_ipa_call_summary): Turn to ...
11578 (ipa_call_summary::reset): ... this one.
11579 (reset_inline_summary): Turn to ...
11580 (inline_summary::reset): ... this one.
11581 (inline_summary_t::remove): Update.
11582 (inline_summary_t::duplicate): Update.
11583 (ipa_call_summary_t::remove): Update.
11584 (dump_inline_summary): Update.
11585 (estimate_function_body_sizes): Update.
11586 (compute_inline_parameters): Update.
11587 (estimate_node_size_and_time): Update.
11588 (inline_merge_summary): Update.
11589 (inline_update_overall_summary): Update.
11590 (inline_read_section): Update.
11591 (inline_write_summary): Update.
11592 * ipa-inline.h (inline_summary): Rename entry to size_time_table;
11593 add account_size_time and reset member functions.
11594 (ipa_call_summary): Add reset function.
11595 * ipa-predicate.h (predicate::operator &): Constify.
11597 2017-05-22 Richard Biener <rguenther@suse.de>
11599 * df-scan.c (df_insn_refs_verify): Speedup when not verifying.
11601 2017-05-19 Jason Merrill <jason@redhat.com>
11603 * tree.c (make_tree_vec_stat, grow_tree_vec_stat): Use size_t.
11605 2017-05-19 Marek Polacek <polacek@redhat.com>
11608 * fold-const.c (extract_muldiv_1) <case TRUNC_DIV_EXPR>: Add
11609 TYPE_OVERFLOW_WRAPS checks.
11611 2017-05-19 Thomas Schwinge <thomas@codesourcery.com>
11613 * tree-core.h (enum omp_clause_default_kind): Add
11614 "OMP_CLAUSE_DEFAULT_PRESENT".
11615 * tree-pretty-print.c (dump_omp_clause): Handle it.
11616 * gimplify.c (enum gimplify_omp_var_data): Add
11617 "GOVD_MAP_FORCE_PRESENT".
11618 (gimplify_adjust_omp_clauses_1): Map it to
11619 "GOMP_MAP_FORCE_PRESENT".
11620 (oacc_default_clause): Handle "OMP_CLAUSE_DEFAULT_PRESENT".
11622 * gimplify.c (oacc_default_clause): Clarify.
11624 2017-05-19 Nathan Sidwell <nathan@acm.org>
11626 LANG_HOOK_REGISTER_DUMPS
11627 * toplev.c (general_init): Call register dump lang hook.
11628 * doc/invoke.texi: Document -fdump-lang option family.
11629 * dumpfile.c (dump_files): Remove class dump here.
11630 (FIRST_AUTO_NUMBERED_DUMP): Adjust.
11631 * dumpfile.h (tree_dump_index): Remove TDI_class.
11632 * langhooks-def.h (lhd_register_dumps): Declare.
11633 (LANG_HOOKS_REGISTER_DUMPS): Define.
11634 (LANG_HOOKS_INITIALIZER): Add it.
11635 * langhooks.c (lhd_register_dumps): Define.
11636 * langhooks.h (struct lang_hooks): Add register_dumps.
11638 2017-05-19 Nathan Sidwell <nathan@acm.org>
11640 * context.h (context::set_passes): New.
11641 * context.c (context::context): Do not create pass manager.
11642 * toplev.c (general_init): Create pass manager here.
11644 2017-05-19 Segher Boessenkool <segher@kernel.crashing.org>
11646 * config/rs6000/rs6000.md (splitter to load of -1 and mask): Don't
11647 use this splitter if two add or or instructions would also work for
11648 the constant we want to generate.
11650 2017-05-19 Richard Biener <rguenther@suse.de>
11653 * genmatch.c (dt_node::gen_kids_1): Add missing scope around
11654 predicate evaluation.
11656 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
11658 * ipa-inline.h (ipa_call_summary): Turn sizes into signed;
11660 * ipa-inline.c (want_inline_small_function_p): Do not cast to
11663 2017-05-19 Jan Hubicka <hubicka@ucw.cz>
11665 * ipa-inline-analysis.c (cgraph_2edge_hook_list, cgraph_edge_hook_list,
11666 inline_edge_removal_hook, inline_edge_duplication_hook): Remove.
11667 (inline_edge_summary_vec): Turn into ...
11668 (ipa_call_summaries): ... this one.
11669 (redirect_to_unreachable, edge_set_predicate,
11670 evaluate_properties_for_edge, inline_summary_alloc,
11671 reset_ipa_call_summary, reset_inline_summary,
11672 inline_summary_t::duplicate): Update.
11673 (inline_edge_duplication_hook): Turn to ...
11674 (ipa_call_summary_t::duplicate): ... this one.
11675 (inline_edge_removal_hook): Turn to ...
11676 (ipa_call_summary_t::remove): ... this one.
11677 (dump_inline_edge_summary): Turn to ...
11678 (dump_ipa_call_summary): ... this one.
11679 (estimate_function_body_sizes): Update.
11680 (inline_update_callee_summaries): Update.
11681 (remap_edge_change_prob): Update.
11682 (remap_edge_summaries): Update.
11683 (inline_merge_summary): Update.
11684 (do_estimate_edge_time): Update.
11685 (inline_generate_summary): Update.
11686 (inline_read_section): Update.
11687 (inline_read_summary): Update.
11688 (inline_free_summary): Update.
11689 * ipa-inline.c (can_inline_edge_p): Update.
11690 (compute_inlined_call_time): Update.
11691 (want_inline_small_function_p): Update.
11692 (edge_badness): Update.
11693 (early_inliner): Update.
11694 * ipa-inline.h (inline_edge_summary): Turn to ...
11695 (ipa_call_summary): ... this one.
11696 (ipa_call_summary_t): New class.
11697 (inline_edge_summary_t, inline_edge_summary_vec): Remove.
11698 (ipa_call_summaries): New.
11699 (inline_edge_summary): Remove.
11700 (estimate_edge_growth): Update.
11701 * ipa-profile.c (ipa_propagate_frequency_1): Update.
11702 * ipa-prop.c (ipa_make_edge_direct_to_target): Update.
11703 * ipa-split.c (execute_split_functions): Update.
11704 * ipa.c (symbol_table::remove_unreachable_nodes): Update.
11706 2017-05-19 Richard Biener <rguenther@suse.de>
11708 PR middle-end/80764
11709 * cfgexpand.c (expand_gimple_cond): Fix loop fixup.
11711 2017-05-18 Segher Boessenkool <segher@kernel.crashing.org>
11713 * config/rs6000/rs6000.c (struct machine_function): Add field
11714 fpr_is_wrapped_separately.
11715 (rs6000_get_separate_components): Use 64 components. Handle the
11716 new FPR components.
11717 (rs6000_components_for_bb): Handle the FPR components.
11718 (rs6000_emit_prologue_components): Handle the FPR components.
11719 (rs6000_emit_epilogue_components): Handle the FPR components.
11720 (rs6000_set_handled_components): Handle the FPR components.
11721 (rs6000_emit_prologue): Don't output prologue code for those FPRs
11722 that are already separately shrink-wrapped.
11723 (rs6000_emit_epilogue): Don't output epilogue code for those FPRs
11724 that are already separately shrink-wrapped.
11726 2017-05-18 Michael Meissner <meissner@linux.vnet.ibm.com>
11729 * config/rs6000/predicates.md (simple_offsettable_mem_operand):
11732 * config/rs6000/rs6000.md (ALTIVEC_DFORM): New iterator.
11733 (define_peephole2 for Altivec d-form load): Add peepholes to catch
11734 cases where the register allocator uses a move and an offsettable
11735 memory operation to/from a FPR register on ISA 2.06/2.07.
11736 (define_peephole2 for Altivec d-form store): Likewise.
11738 2017-05-18 Uros Bizjak <ubizjak@gmail.com>
11741 * config/i386/mmx.md (*mov<mode>_internal): Enable
11742 alternatives 11, 12, 13 and 14 also for 32bit targets.
11743 Remove alternatives 15, 16, 17 and 18.
11744 * config/i386/sse.md (vec_concatv2di): Change
11745 alternative (!x, *y) to (x, ?!*Yn).
11747 2017-05-18 Paolo Carlini <paolo.carlini@oracle.com>
11749 * dumpfile.h (enum dump_kind): Remove stray comma.
11751 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
11753 * Makefile.in: Add ipa-predicate.o and ipa-predicate.h
11754 * ipa-inline-analysis.c (NUM_CONDITIONS): turn into
11755 predicate::num_conditions
11756 (IS_NOT_CONSTANT): turn into predicate::is_not_constant.
11757 (CHANGED): turn into predicate::changed.
11758 (agg_position_info): Move to ipa-predicate.h
11759 (add_condition, predicate::add_clause, predicate::operator &=,
11760 predicate::or_with, predicate::evaluate, predicate::probability,
11761 dump_condition, dump_clause, predicate::dump,
11762 predicate::remap_after_duplication, predicate::remap_after_inlining,
11763 predicate::stream_in, predicate::stream_out): Move to ipa-predicate.c
11764 (evaluate_conditions_for_known_args): Update.
11765 (set_cond_stmt_execution_predicate): Update.
11766 * ipa-inline.h: Include ipa-predicate.h
11767 (condition, inline_param_summary, conditions, agg_position_info,
11768 predicate): Move to ipa-predicate.h
11769 * ipa-predicate.c: New file.
11770 * ipa-predicate.h: New file.
11772 2017-05-18 Wilco Dijkstra <wdijkstr@arm.com>
11774 * final.c (leaf_function_p): Check we are not in a sequence.
11776 2017-05-18 Martin Liska <mliska@suse.cz>
11778 * cfgrtl.c (rtl_verify_edges): Remove usage of TDF_RTL.
11779 * dumpfile.c (dump_register): Use new enum dump_kind.
11780 (get_dump_file_name): Likewise.
11781 (dump_enable_all): Likewise.
11782 (dump_switch_p_1): Likewise.
11783 (enable_rtl_dump_file): Remove usage of TDF_RTL.
11784 * dumpfile.h (enum dump_kind): New enum type.
11785 (struct dump_file_info): Create constructor and
11786 format fields and comments.
11787 * passes.c (pass_manager::register_one_dump_file):
11789 * statistics.c (statistics_early_init): Likewise.
11790 * tree-ssa-loop-prefetch.c (dump_mem_details): Replace
11791 TDF_TREE with TDF_SLIM.
11792 (gather_memory_references_ref): Likewise.
11794 2017-05-18 Martin Liska <mliska@suse.cz>
11796 * vec.h (struct vnull): Use it.
11798 2017-05-18 Jan Hubicka <hubicka@ucw.cz>
11800 * ipa-inline-analysis.c (predicate_conditions): Move to ipa-inline.h
11801 (true_predicate, false_predicate, true_predicate_p,
11802 false_predicate_p): Remove.
11803 (single_cond_predicate, not_inlined_predicate): Turn to member function
11805 (add_condition): Update.
11806 (add_clause): Turn to...
11807 (predicate::add_clause): ... this one; update; allow passing NULL
11809 (and_predicates): Turn to ...
11810 (predicate::operator &=): ... this one.
11811 (predicates_equal_p): Move to predicate::operator == in ipa-inline.h
11812 (or_predicates): Turn to ...
11813 (predicate::or_with): ... this one.
11814 (evaluate_predicate): Turn to ...
11815 (predicate::evaluate): ... this one.
11816 (predicate_probability): Turn to ...
11817 (predicate::probability): ... this one.
11818 (dump_condition): Update.
11819 (dump_predicate): Turn to ...
11820 (predicate::dump): ... this one.
11821 (account_size_time): Update.
11822 (edge_set_predicate): Update.
11823 (set_hint_predicate): UPdate.
11824 (evaluate_conditions_for_known_args): Update.
11825 (evaluate_properties_for_edge): Update.
11826 (remap_predicate_after_duplication): Turn to...
11827 (predicate::remap_after_duplication): ... this one.
11828 (remap_hint_predicate_after_duplication): Update.
11829 (inline_summary_t::duplicate): UPdate.
11830 (dump_inline_edge_summary): Update.
11831 (dump_inline_summary): Update.
11832 (set_cond_stmt_execution_predicate): Update.
11833 (set_switch_stmt_execution_predicate): Update.
11834 (compute_bb_predicates): Update.
11835 (will_be_nonconstant_expr_predicate): Update.
11836 (will_be_nonconstant_predicate): Update.
11837 (phi_result_unknown_predicate): Update.
11838 (predicate_for_phi_result): Update.
11839 (array_index_predicate): Update.
11840 (estimate_function_body_sizes): Update.
11841 (estimate_node_size_and_time): Update.
11842 (estimate_ipcp_clone_size_and_time): Update.
11843 (remap_predicate): Rename to ...
11844 (predicate::remap_after_inlining): ... this one.
11845 (remap_hint_predicate): Update.
11846 (inline_merge_summary): Update.
11847 (inline_update_overall_summary): Update.
11848 (estimate_size_after_inlining): Update.
11849 (read_predicate): Rename to ...
11850 (predicate::stream_in): ... this one.
11851 (read_inline_edge_summary): Update.
11852 (write_predicate): Rename to ...
11853 (predicate::stream_out): ... this one.
11854 (write_inline_edge_summary): Update.
11855 * ipa-inline.h (MAX_CLAUSES): Turn to predicate::max_clauses.
11856 (clause_t): Turn to uint32_t
11857 (predicate): Turn to class; implement constructor and operators
11859 (size_time_entry): Update.
11860 (inline_summary): Update.
11861 (inline_edge_summary): Update.
11863 2017-05-18 Marc Glisse <marc.glisse@inria.fr>
11865 * fold-const.c (fold_binary_loc): Move transformation...
11866 * match.pd (C - X CMP X): ... here.
11868 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
11870 * config/sparc/sparc.c (sparc_option_override): Set function
11871 alignment for -mcpu=niagara7 to 64 to match the I$ line.
11872 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC M7 branch
11874 * config/sparc/sparc.h (BRANCH_COST): Set the SPARC T4 branch
11876 * config/sparc/sol2.h: Fix a ASM_CPU32_DEFAULT_SPEC typo.
11878 2017-05-18 Marek Polacek <polacek@redhat.com>
11881 * ubsan.c (instrument_null): Unwrap ADDR_EXPRs.
11882 (pass_ubsan::execute): Call gimple_assign_single_p instead of
11883 gimple_assign_load_p.
11885 2017-05-17 Segher Boessenkool <segher@kernel.crashing.org>
11887 PR middle-end/80692
11888 * real.c (do_compare): Give decimal_do_compare preference over
11889 comparing just the signs.
11891 2017-05-17 Uros Bizjak <ubizjak@gmail.com>
11893 * doc/md.texi (Canonicalization of Instructions): Describe the
11894 canonical form of instructions that inherently set a condition
11897 2017-05-17 Peter Bergner <bergner@vnet.ibm.com>
11899 PR middle-end/80775
11900 * tree-cfg.c: Move deletion of unreachable case statements to after
11901 the merging of consecutive case labels.
11903 2017-05-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
11905 * config/arm/arm.c (cmse_nonsecure_call_clear_caller_saved): Refer
11906 readers to __gnu_cmse_nonsecure_call libcall for saving, clearing and
11907 restoring of callee-saved registers.
11909 2017-05-17 Eric Botcazou <ebotcazou@adacore.com>
11911 * compare-elim.c (equivalent_reg_at_start): Adjust outdated comment.
11912 * config/visium/visium.c (single_set_and_flags): Likewise.
11913 * config/visium/visium.md (Substitutions): Likewise.
11915 2017-05-17 Martin Liska <mliska@suse.cz>
11917 * cfg.c: Introduce dump_flags_t type and
11918 use it instead of int type.
11920 * cfghooks.c: Likewise.
11921 * cfghooks.h (struct cfg_hooks): Likewise.
11922 * cfgrtl.c: Likewise.
11923 * cfgrtl.h: Likewise.
11924 * cgraph.c (cgraph_node::get_body): Likewise.
11925 * coretypes.h: Likewise.
11926 * domwalk.c: Likewise.
11927 * domwalk.h: Likewise.
11928 * dumpfile.c (struct dump_option_value_info): Likewise.
11929 (dump_enable_all): Likewise.
11930 (dump_switch_p_1): Likewise.
11931 (opt_info_switch_p): Likewise.
11932 * dumpfile.h (enum tree_dump_index): Likewise.
11933 (struct dump_file_info): Likewise.
11934 * genemit.c: Likewise.
11935 * generic-match-head.c: Likewise.
11936 * gengtype.c (open_base_files): Likewise.
11937 * gimple-pretty-print.c: Likewise.
11938 * gimple-pretty-print.h: Likewise.
11939 * graph.c (print_graph_cfg): Likewise.
11940 * graphite-scop-detection.c (dot_all_sese): Likewise.
11941 * ipa-devirt.c (build_type_inheritance_graph): Likewise.
11942 * loop-unroll.c (report_unroll): Likewise.
11943 * passes.c (pass_manager::register_one_dump_file): Likewise.
11944 * print-tree.c: Likewise.
11945 * statistics.c: Likewise.
11946 * tree-cfg.c: Likewise.
11947 * tree-cfg.h: Likewise.
11948 * tree-dfa.c: Likewise.
11949 * tree-dfa.h: Likewise.
11950 * tree-dump.c (dump_function): Likewise.
11951 * tree-dump.h (struct dump_info): Likewise.
11952 * tree-pretty-print.c: Likewise.
11953 * tree-pretty-print.h: Likewise.
11954 * tree-ssa-live.c: Likewise.
11955 * tree-ssa-live.h: Likewise.
11956 * tree-ssa-loop-ivcanon.c (try_unroll_loop_completely): Likewise.
11957 * tree-vect-loop.c: Likewise.
11958 * tree-vect-slp.c: Likewise.
11960 2017-05-16 James Greenhalgh <james.greenhalgh@arm.com>
11961 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
11963 PR tree-optimization/80457
11964 * tree-vect-stmts.c (vect_model_simple_cost): Model the cost
11965 of all arguments to a statement as scalar_to_vec operations.
11966 (vectorizable_call): Adjust call to vect_model_simple_cost for
11968 (vectorizable_conversion): Likewise.
11969 (vectorizable_assignment): Likewise.
11970 (vectorizable_shift): Likewise.
11971 (vectorizable_operation): Likewise.
11972 (vectorizable_comparison): Likewise.
11973 (vect_is_simple_cond): Record the def types for operands.
11974 (vectorizable_condition): Likewise, call vect_model_simple_cost.
11975 * tree-vectorizer.h (vect_model_simple_cost): Add new parameter
11976 for statement argument count.
11978 2017-05-16 Carl Love <cel@us.ibm.com>
11980 * config/rs6000/rs6000-c: Add support for built-in functions
11981 vector unsigned long long vec_bperm (vector unsigned long long,
11982 vector unsigned char)
11983 vector signed long long vec_mule (vector signed int,
11985 vector unsigned long long vec_mule (vector unsigned int,
11986 vector unsigned int)
11987 vector signed long long vec_mulo (vector signed int,
11989 vector unsigned long long vec_mulo (vector unsigned int,
11990 vector unsigned int)
11991 vector signed char vec_sldw (vector signed char,
11992 vector signed char,
11994 vector unsigned char vec_sldw (vector unsigned char,
11995 vector unsigned char,
11997 vector signed short vec_sldw (vector signed short,
11998 vector signed short,
12000 vector unsigned short vec_sldw (vector unsigned short,
12001 vector unsigned short,
12003 vector signed int vec_sldw (vector signed int,
12006 vector unsigned int vec_sldw (vector unsigned int,
12007 vector unsigned int,
12009 vector signed long long vec_sldw (vector signed long long,
12010 vector signed long long,
12012 vector unsigned long long vec_sldw (vector unsigned long long,
12013 vector unsigned long long,
12015 * config/rs6000/rs6000-c: Add support for built-in functions
12016 * config/rs6000/rs6000-builtin.def: Add definition for SLDW.
12017 * config/rs6000/altivec.h: Add defintion for vec_sldw.
12018 * doc/extend.texi: Update the built-in documentation for the
12019 new built-in functions.
12021 2017-05-16 Marek Polacek <polacek@redhat.com>
12025 * tree.c (save_expr): Don't fold the expression.
12027 2017-05-16 Uros Bizjak <ubizjak@gmail.com>
12029 * config/i386/i386.md (*movsi_internal): Split (?rm,*y) alternative
12030 to (?r,*Yn) and (?m,*y) alternatives, and (?*y,rm) to (?*Ym,r)
12031 and (?*y,m). Update insn attributes.
12033 2017-05-16 Martin Liska <mliska@suse.cz>
12035 * cgraph.c (cgraph_edge::resolve_speculation): Add default value for
12036 flags argument of print_gimple_stmt, print_gimple_expr,
12037 print_generic_stmt and print_generic_expr.
12038 * cgraphclones.c (symbol_table::materialize_all_clones): Likewise.
12039 * coretypes.h: Likewise.
12040 * except.c (dump_eh_tree): Likewise.
12041 * gimple-fold.c (gimple_fold_stmt_to_constant_1): Likewise.
12042 * gimple-pretty-print.h: Likewise.
12043 * gimple-ssa-backprop.c (dump_usage_prefix): Likewise.
12044 (backprop::push_to_worklist): Likewise.
12045 (backprop::pop_from_worklist): Likewise.
12046 (backprop::process_use): Likewise.
12047 (backprop::intersect_uses): Likewise.
12048 (note_replacement): Likewise.
12049 * gimple-ssa-store-merging.c
12050 (pass_store_merging::terminate_all_aliasing_chains): Likewise.
12051 (imm_store_chain_info::coalesce_immediate_stores): Likewise.
12052 (pass_store_merging::execute): Likewise.
12053 * gimple-ssa-strength-reduction.c (dump_candidate): Likewise.
12054 (ssa_base_cand_dump_callback): Likewise.
12055 (dump_incr_vec): Likewise.
12056 (replace_refs): Likewise.
12057 (replace_mult_candidate): Likewise.
12058 (create_add_on_incoming_edge): Likewise.
12059 (create_phi_basis): Likewise.
12060 (insert_initializers): Likewise.
12061 (all_phi_incrs_profitable): Likewise.
12062 (introduce_cast_before_cand): Likewise.
12063 (replace_one_candidate): Likewise.
12064 * gimplify.c (gimplify_expr): Likewise.
12065 * graphite-isl-ast-to-gimple.c (is_valid_rename): Likewise.
12066 (set_rename): Likewise.
12067 (rename_uses): Likewise.
12068 (copy_loop_phi_nodes): Likewise.
12069 (add_close_phis_to_merge_points): Likewise.
12070 (copy_loop_close_phi_args): Likewise.
12071 (copy_cond_phi_args): Likewise.
12072 (graphite_copy_stmts_from_block): Likewise.
12073 (translate_pending_phi_nodes): Likewise.
12074 * graphite-poly.c (print_pdr): Likewise.
12075 (dump_gbb_cases): Likewise.
12076 (dump_gbb_conditions): Likewise.
12077 (print_scop_params): Likewise.
12078 * graphite-scop-detection.c (build_cross_bb_scalars_def): Likewise.
12079 (build_cross_bb_scalars_use): Likewise.
12080 (gather_bbs::before_dom_children): Likewise.
12081 * hsa-dump.c (dump_hsa_immed): Likewise.
12082 * ipa-cp.c (print_ipcp_constant_value): Likewise.
12083 (get_replacement_map): Likewise.
12084 * ipa-inline-analysis.c (dump_condition): Likewise.
12085 (estimate_function_body_sizes): Likewise.
12086 * ipa-polymorphic-call.c (check_stmt_for_type_change): Likewise.
12087 (ipa_polymorphic_call_context::get_dynamic_type): Likewise.
12088 * ipa-prop.c (ipa_dump_param): Likewise.
12089 (ipa_print_node_jump_functions_for_edge): Likewise.
12090 (ipa_modify_call_arguments): Likewise.
12091 (ipa_modify_expr): Likewise.
12092 (ipa_dump_param_adjustments): Likewise.
12093 (ipa_dump_agg_replacement_values): Likewise.
12094 (ipcp_modif_dom_walker::before_dom_children): Likewise.
12095 * ipa-pure-const.c (check_stmt): Likewise.
12096 (pass_nothrow::execute): Likewise.
12097 * ipa-split.c (execute_split_functions): Likewise.
12098 * omp-offload.c (dump_oacc_loop_part): Likewise.
12099 (dump_oacc_loop): Likewise.
12100 * trans-mem.c (tm_log_emit): Likewise.
12101 (tm_memopt_accumulate_memops): Likewise.
12102 (dump_tm_memopt_set): Likewise.
12103 (dump_tm_memopt_transform): Likewise.
12104 * tree-cfg.c (gimple_verify_flow_info): Likewise.
12105 (print_loop): Likewise.
12106 * tree-chkp-opt.c (chkp_print_addr): Likewise.
12107 (chkp_gather_checks_info): Likewise.
12108 (chkp_get_check_result): Likewise.
12109 (chkp_remove_check_if_pass): Likewise.
12110 (chkp_use_outer_bounds_if_possible): Likewise.
12111 (chkp_reduce_bounds_lifetime): Likewise.
12112 * tree-chkp.c (chkp_register_addr_bounds): Likewise.
12113 (chkp_mark_completed_bounds): Likewise.
12114 (chkp_register_incomplete_bounds): Likewise.
12115 (chkp_mark_invalid_bounds): Likewise.
12116 (chkp_maybe_copy_and_register_bounds): Likewise.
12117 (chkp_build_returned_bound): Likewise.
12118 (chkp_get_bound_for_parm): Likewise.
12119 (chkp_build_bndldx): Likewise.
12120 (chkp_get_bounds_by_definition): Likewise.
12121 (chkp_generate_extern_var_bounds): Likewise.
12122 (chkp_get_bounds_for_decl_addr): Likewise.
12123 * tree-chrec.c (chrec_apply): Likewise.
12124 * tree-data-ref.c (dump_data_reference): Likewise.
12125 (dump_subscript): Likewise.
12126 (dump_data_dependence_relation): Likewise.
12127 (analyze_overlapping_iterations): Likewise.
12128 * tree-inline.c (expand_call_inline): Likewise.
12129 (tree_function_versioning): Likewise.
12130 * tree-into-ssa.c (dump_defs_stack): Likewise.
12131 (dump_currdefs): Likewise.
12132 (dump_names_replaced_by): Likewise.
12133 (dump_update_ssa): Likewise.
12134 (update_ssa): Likewise.
12135 * tree-object-size.c (pass_object_sizes::execute): Likewise.
12136 * tree-parloops.c (build_new_reduction): Likewise.
12137 (try_create_reduction_list): Likewise.
12138 (ref_conflicts_with_region): Likewise.
12139 (oacc_entry_exit_ok_1): Likewise.
12140 (oacc_entry_exit_single_gang): Likewise.
12141 * tree-pretty-print.h: Likewise.
12142 * tree-scalar-evolution.c (set_scalar_evolution): Likewise.
12143 (get_scalar_evolution): Likewise.
12144 (add_to_evolution): Likewise.
12145 (get_loop_exit_condition): Likewise.
12146 (analyze_evolution_in_loop): Likewise.
12147 (analyze_initial_condition): Likewise.
12148 (analyze_scalar_evolution): Likewise.
12149 (instantiate_scev): Likewise.
12150 (number_of_latch_executions): Likewise.
12151 (gather_chrec_stats): Likewise.
12152 (final_value_replacement_loop): Likewise.
12153 (scev_const_prop): Likewise.
12154 * tree-sra.c (dump_access): Likewise.
12155 (disqualify_candidate): Likewise.
12156 (create_access): Likewise.
12157 (reject): Likewise.
12158 (maybe_add_sra_candidate): Likewise.
12159 (create_access_replacement): Likewise.
12160 (analyze_access_subtree): Likewise.
12161 (analyze_all_variable_accesses): Likewise.
12162 (sra_modify_assign): Likewise.
12163 (initialize_constant_pool_replacements): Likewise.
12164 (find_param_candidates): Likewise.
12165 (decide_one_param_reduction): Likewise.
12166 (replace_removed_params_ssa_names): Likewise.
12167 * tree-ssa-ccp.c (ccp_fold_stmt): Likewise.
12168 * tree-ssa-copy.c (dump_copy_of): Likewise.
12169 (copy_prop_visit_cond_stmt): Likewise.
12170 * tree-ssa-dce.c (mark_operand_necessary): Likewise.
12171 * tree-ssa-dom.c (pass_dominator::execute): Likewise.
12172 (record_equivalences_from_stmt): Likewise.
12173 * tree-ssa-dse.c (compute_trims): Likewise.
12174 (delete_dead_call): Likewise.
12175 (delete_dead_assignment): Likewise.
12176 * tree-ssa-forwprop.c (forward_propagate_into_gimple_cond): Likewise.
12177 (forward_propagate_into_cond): Likewise.
12178 (pass_forwprop::execute): Likewise.
12179 * tree-ssa-ifcombine.c (ifcombine_ifandif): Likewise.
12180 * tree-ssa-loop-im.c (invariantness_dom_walker::before_dom_children):
12182 (move_computations_worker): Likewise.
12183 (execute_sm): Likewise.
12184 * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Likewise.
12185 (remove_exits_and_undefined_stmts): Likewise.
12186 (remove_redundant_iv_tests): Likewise.
12187 * tree-ssa-loop-ivopts.c (dump_use): Likewise.
12188 (adjust_iv_update_pos): Likewise.
12189 * tree-ssa-math-opts.c (bswap_replace): Likewise.
12190 * tree-ssa-phiopt.c (factor_out_conditional_conversion): Likewise.
12191 (value_replacement): Likewise.
12192 * tree-ssa-phiprop.c (phiprop_insert_phi): Likewise.
12193 * tree-ssa-pre.c (print_pre_expr): Likewise.
12194 (get_representative_for): Likewise.
12195 (create_expression_by_pieces): Likewise.
12196 (insert_into_preds_of_block): Likewise.
12197 (eliminate_insert): Likewise.
12198 (eliminate_dom_walker::before_dom_children): Likewise.
12199 (eliminate): Likewise.
12200 (remove_dead_inserted_code): Likewise.
12201 * tree-ssa-propagate.c (substitute_and_fold): Likewise.
12202 * tree-ssa-reassoc.c (get_rank): Likewise.
12203 (eliminate_duplicate_pair): Likewise.
12204 (eliminate_plus_minus_pair): Likewise.
12205 (eliminate_not_pairs): Likewise.
12206 (undistribute_ops_list): Likewise.
12207 (eliminate_redundant_comparison): Likewise.
12208 (update_range_test): Likewise.
12209 (optimize_range_tests_var_bound): Likewise.
12210 (optimize_vec_cond_expr): Likewise.
12211 (rewrite_expr_tree): Likewise.
12212 (rewrite_expr_tree_parallel): Likewise.
12213 (linearize_expr): Likewise.
12214 (break_up_subtract): Likewise.
12215 (linearize_expr_tree): Likewise.
12216 (attempt_builtin_powi): Likewise.
12217 (attempt_builtin_copysign): Likewise.
12218 (transform_stmt_to_copy): Likewise.
12219 (transform_stmt_to_multiply): Likewise.
12220 (dump_ops_vector): Likewise.
12221 * tree-ssa-sccvn.c (vn_nary_build_or_lookup_1): Likewise.
12222 (print_scc): Likewise.
12223 (set_ssa_val_to): Likewise.
12224 (visit_reference_op_store): Likewise.
12225 (visit_use): Likewise.
12226 (sccvn_dom_walker::before_dom_children): Likewise.
12227 (run_scc_vn): Likewise.
12228 * tree-ssa-scopedtables.c (avail_exprs_stack::lookup_avail_expr):
12230 (expr_hash_elt::print): Likewise.
12231 (const_and_copies::pop_to_marker): Likewise.
12232 (const_and_copies::record_const_or_copy_raw): Likewise.
12233 * tree-ssa-structalias.c (compute_dependence_clique): Likewise.
12234 * tree-ssa-uninit.c (collect_phi_def_edges): Likewise.
12235 (dump_predicates): Likewise.
12236 (find_uninit_use): Likewise.
12237 (warn_uninitialized_phi): Likewise.
12238 (pass_late_warn_uninitialized::execute): Likewise.
12239 * tree-ssa.c (verify_vssa): Likewise.
12240 (verify_ssa): Likewise.
12241 (maybe_optimize_var): Likewise.
12242 * tree-vrp.c (dump_value_range): Likewise.
12243 (dump_all_value_ranges): Likewise.
12244 (dump_asserts_for): Likewise.
12245 (register_edge_assert_for_2): Likewise.
12246 (vrp_visit_cond_stmt): Likewise.
12247 (vrp_visit_switch_stmt): Likewise.
12248 (vrp_visit_stmt): Likewise.
12249 (vrp_visit_phi_node): Likewise.
12250 (simplify_cond_using_ranges_1): Likewise.
12251 (fold_predicate_in): Likewise.
12252 (evrp_dom_walker::before_dom_children): Likewise.
12253 (evrp_dom_walker::push_value_range): Likewise.
12254 (evrp_dom_walker::pop_value_range): Likewise.
12255 (execute_early_vrp): Likewise.
12257 2017-05-16 Richard Biener <rguenther@suse.de>
12259 * dwarf2out.c (loc_list_from_tree_1): Do not create
12260 DW_OP_GNU_variable_value for DECL_IGNORED_P decls.
12262 2017-05-16 Richard Biener <rguenther@suse.de>
12264 * dwarf2out.c (resolve_variable_value_in_expr): Lookup DIE
12266 (note_variable_value_in_expr): If we resolved the decl ref
12267 do not push to the stack.
12269 2017-05-16 Matthew Wahab <matthew.wahab@arm.com>
12271 * config/arm/arm_neon.h (vadd_f16): Use standard arithmetic
12272 operations in fast-math mode.
12273 (vaddq_f16): Likewise.
12274 (vmul_f16): Likewise.
12275 (vmulq_f16): Likewise.
12276 (vsub_f16): Likewise.
12277 (vsubq_f16): Likewise.
12278 * config/arm/neon.md (add<mode>3): New.
12280 (fma:<VH:mode>3): New. Also remove outdated comment.
12283 2017-05-16 Martin Liska <mliska@suse.cz>
12287 * ipa-devirt.c (warn_types_mismatch): Fix typo.
12288 (odr_types_equivalent_p): Likewise.
12290 2017-05-15 Sylvestre Ledru <sylvestre@debian.org>
12292 * plugin.c (try_init_one_plugin): Fix ressource leaks (CID 726637).
12294 2017-05-15 Uros Bizjak <ubizjak@gmail.com>
12297 * config/i386.i386.md (*zero_extendsidi2): Do not penalize
12298 non-interunit SSE move alternatives with '?'.
12299 (zero-extendsidi peephole2): New peephole to skip intermediate
12300 general register in SSE zero-extend sequence.
12302 2017-05-15 Jeff Law <law@redhat.com>
12304 * reorg.c (relax_delay_slots): Create a new variable to hold
12305 the temporary target rather than clobbering TARGET_LABEL.
12307 * config/tilegx/tilegx.c (tilegx_expand_unaligned_load): Add
12308 missing argument to extract_bit_field call.
12309 * config/tilepro/tilepro.c (tilepro_expand_unaligned_load): Likewise.
12311 2017-05-15 Martin Liska <mliska@suse.cz>
12314 * gcc.c (process_command): Do not allow empty argument of -o option.
12316 2017-05-15 Renlin Li <renlin.li@arm.com>
12318 * config/aarch64/aarch64-protos.h (aarch64_expand_call): Declare.
12319 * config/aarch64/aarch64.c (aarch64_expand_call): Define.
12320 * config/aarch64/constraints.md (Usf): Add long call check.
12321 * config/aarch64/aarch64.md (call): Use aarch64_expand_call.
12322 (call_value): Likewise.
12323 (sibcall): Likewise.
12324 (sibcall_value): Likewise.
12326 (call_value_insn): New.
12327 (sibcall_insn): Update rtx pattern.
12328 (sibcall_value_insn): Likewise.
12329 (call_internal): Remove.
12330 (call_value_internal): Likewise.
12331 (sibcall_internal): Likewise.
12332 (sibcall_value_internal): Likewise.
12333 (call_reg): Likewise.
12334 (call_symbol): Likewise.
12335 (call_value_reg): Likewise.
12336 (call_value_symbol): Likewise.
12338 2017-05-14 Krister Walfridsson <krister.walfridsson@gmail.com>
12341 * config/netbsd.h (NETBSD_LIBGCC_SPEC): Always add -lgcc.
12343 2017-05-14 Uros Bizjak <ubizjak@gmail.com>
12345 * config/i386.i386.c (ix86_cc_modes_compatible): CCNOmode is
12346 compatible with CCGOCmode and with CCZmode.
12348 2017-05-14 Martin Sebor <msebor@redhat.com>
12350 PR middle-end/77671
12351 * gimple-fold.c (gimple_fold_builtin_sprintf): Make extern.
12352 (gimple_fold_builtin_snprintf): Same.
12353 * gimple-fold.h (gimple_fold_builtin_sprintf): Declare.
12354 (gimple_fold_builtin_snprintf): Same.
12355 * gimple-ssa-sprintf.c (get_format_string): Correct the detection
12356 of character types.
12357 (is_call_safe): New function.
12358 (try_substitute_return_value): Call it.
12359 (try_simplify_call): New function.
12360 (pass_sprintf_length::handle_gimple_call): Call it.
12362 2017-05-14 Martin Sebor <msebor@redhat.com>
12364 PR middle-end/80669
12365 * builtins.c (expand_builtin_stpncpy): Simplify.
12367 2017-05-14 Daniel Santos <daniel.santos@pobox.com>
12369 * config/i386/i386.opt: Add option -mcall-ms2sysv-xlogues.
12370 * config/i386/i386.h
12371 (x86_64_ms_sysv_extra_clobbered_registers): Change type to unsigned.
12372 (NUM_X86_64_MS_CLOBBERED_REGS): New macro.
12373 (struct machine_function): Add new members call_ms2sysv,
12374 call_ms2sysv_pad_in, call_ms2sysv_pad_out and call_ms2sysv_extra_regs.
12375 (struct machine_frame_state): New fields sp_realigned and
12376 sp_realigned_offset.
12377 * config/i386/i386.c
12378 (enum xlogue_stub): New enum.
12379 (enum xlogue_stub_sets): New enum.
12380 (class xlogue_layout): New class.
12381 (struct ix86_frame): New fields stack_realign_allocate_offset,
12382 stack_realign_offset and outlined_save_offset. Modify comments to
12383 detail stack layout when using out-of-line stubs.
12384 (ix86_target_string): Add -mcall-ms2sysv-xlogues option.
12385 (ix86_option_override_internal): Add sorry() for TARGET_SEH and
12386 -mcall-ms2sysv-xlogues.
12387 (stub_managed_regs): New static variable.
12388 (ix86_save_reg): Add new parameter ignore_outlined to optionally omit
12389 registers managed by out-of-line stub.
12390 (disable_call_ms2sysv_xlogues): New function.
12391 (ix86_compute_frame_layout): Modify re-alignment calculations, disable
12392 m->call_ms2sysv when appropriate and compute frame layout for
12394 (sp_valid_at, fp_valid_at): New inline functions.
12395 (choose_basereg): New function.
12396 (choose_baseaddr): Add align parameter, use choose_basereg and modify
12398 (ix86_emit_save_reg_using_mov, ix86_emit_restore_sse_regs_using_mov):
12399 Use align parameter of choose_baseaddr to generated aligned SSE movs
12401 (pro_epilogue_adjust_stack): Modify to track
12402 machine_frame_state::sp_realigned.
12403 (ix86_nsaved_regs): Modify to accommodate changes to ix86_save_reg.
12404 (ix86_nsaved_sseregs): Likewise.
12405 (ix86_emit_save_regs): Likewise.
12406 (ix86_emit_save_regs_using_mov): Likewise.
12407 (ix86_emit_save_sse_regs_using_mov): Likewise.
12408 (get_scratch_register_on_entry): Likewise.
12409 (gen_frame_set): New function.
12410 (gen_frame_load): Likewise.
12411 (gen_frame_store): Likewise.
12412 (emit_outlined_ms2sysv_save): Likewise.
12413 (emit_outlined_ms2sysv_restore): Likewise.
12414 (ix86_expand_prologue): Modify stack re-alignment code and call
12415 emit_outlined_ms2sysv_save when appropriate.
12416 (ix86_emit_leave): Clear machine_frame_state::sp_realigned. Add
12417 parameter rtx_insn *insn, which allows the function to be used to only
12418 generate the notes.
12419 (ix86_expand_epilogue): Modify validity checks of frame and stack
12420 pointers, and call emit_outlined_ms2sysv_restore when appropriate.
12421 (ix86_expand_call): Modify to enable m->call_ms2sysv when appropriate.
12422 * config/i386/predicates.md
12423 (save_multiple): New predicate.
12424 (restore_multiple): Likewise.
12425 * config/i386/sse.md
12426 (save_multiple<mode>): New pattern.
12427 (save_multiple_realign<mode>): Likewise.
12428 (restore_multiple<mode>): Likewise.
12429 (restore_multiple_and_return<mode>): Likewise.
12430 (restore_multiple_leave_return<mode>): Likewise.
12431 * Makefile.in: Export HOSTCXX and HOSTCXXFLAGS to site.exp
12433 2017-05-14 Julia Koval <julia.koval@intel.com>
12435 * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64): New type.
12436 * config/i386/i386-builtin.def (__builtin_ia32_xgetbv)
12437 (__builtin_ia32_xsetbv): New builtins.
12438 * config/i386/i386.c (ix86_expand_special_args_builtin):
12440 (ix86_expand_builtin): Special expand for new intrinsics.
12441 * config/i386/i386.md (UNSPECV_XGETBV, UNSPECV_XSETBV): New.
12442 (xsetbv, xsetbv_rex64, xgetbv, xgetbv_rex64): New insn patterns.
12443 * config/i386/xsaveintrin.h (_xsetbv, _getbv): New intrinsics.
12445 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12447 * cfganal.c (inverted_post_order_compute): Change argument type
12449 * cfganal.h (inverted_post_order_compute): Adjust prototype.
12450 * df-core.c (rest_of_handle_df_initialize): Adjust.
12451 (rest_of_handle_df_finish): Likewise.
12452 (df_analyze_1): Likewise.
12453 (df_analyze): Likewise.
12454 (loop_inverted_post_order_compute): Change argument to be a vec *.
12455 (df_analyze_loop): Adjust.
12456 (df_get_n_blocks): Likewise.
12457 (df_get_postorder): Likewise.
12458 * df.h (struct df_d): Change field to be a vec.
12459 * lcm.c (compute_laterin): Adjust.
12460 (compute_available): Likewise.
12461 * lra-lives.c (lra_create_live_ranges_1): Likewise.
12462 * tree-ssa-dce.c (remove_dead_stmt): Likewise.
12463 * tree-ssa-pre.c (compute_antic): Likewise.
12465 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12467 * cfganal.c (connect_infinite_loops_to_exit): Adjust.
12468 (depth_first_search::depth_first_search): Change structure init
12469 function to this constructor.
12470 (depth_first_search::add_bb): Rename function to this member.
12471 (depth_first_search::execute): Likewise.
12472 (flow_dfs_compute_reverse_finish): Adjust.
12474 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12476 * ddg.c (find_nodes_on_paths): Use auto_sbitmap.
12477 (longest_simple_path): Likewise.
12478 * shrink-wrap.c (spread_components): Likewise.
12479 (disqualify_problematic_components): Likewise.
12480 (emit_common_heads_for_components): Likewise.
12481 (emit_common_tails_for_components): Likewise.
12482 (insert_prologue_epilogue_for_components): Likewise.
12484 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12486 * tree-ssa-dse.c (dse_dom_walker): Make m_live_byes a
12489 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12491 * df-core.c (df_set_blocks): Start using auto_bitmap.
12492 (df_compact_blocks): Likewise.
12493 * df-problems.c (df_rd_confluence_n): Likewise.
12494 * df-scan.c (df_insn_rescan_all): Likewise.
12495 (df_process_deferred_rescans): Likewise.
12496 (df_update_entry_block_defs): Likewise.
12497 (df_update_exit_block_uses): Likewise.
12498 (df_entry_block_bitmap_verify): Likewise.
12499 (df_exit_block_bitmap_verify): Likewise.
12500 (df_scan_verify): Likewise.
12501 * lra-constraints.c (lra_constraints): Likewise.
12502 (undo_optional_reloads): Likewise.
12503 (lra_undo_inheritance): Likewise.
12504 * lra-remat.c (calculate_gen_cands): Likewise.
12505 (do_remat): Likewise.
12506 * lra-spills.c (assign_spill_hard_regs): Likewise.
12507 (spill_pseudos): Likewise.
12508 * tree-ssa-pre.c (bitmap_set_and): Likewise.
12509 (bitmap_set_subtract_values): Likewise.
12511 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12513 * haifa-sched.c (estimate_shadow_tick): Replace manual bitmap
12514 management with auto_bitmap.
12515 (fix_inter_tick): Likewise.
12516 (fix_recovery_deps): Likewise.
12517 * ira.c (add_store_equivs): Likewise.
12518 (find_moveable_pseudos): Likewise.
12519 (split_live_ranges_for_shrink_wrap): Likewise.
12520 * print-rtl.c (rtx_reuse_manager::rtx_reuse_manager): Likewise.
12521 (rtx_reuse_manager::seen_def_p): Likewise.
12522 (rtx_reuse_manager::set_seen_def): Likewise.
12523 * print-rtl.h (class rtx_reuse_manager): Likewise.
12525 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12527 * bt-load.c (combine_btr_defs): Use auto_bitmap to manage bitmap
12529 (migrate_btr_def): Likewise.
12530 * cfgloop.c (get_loop_body_in_bfs_order): Likewise.
12531 * df-core.c (loop_post_order_compute): Likewise.
12532 (loop_inverted_post_order_compute): Likewise.
12533 * hsa-common.h: Likewise.
12534 * hsa-gen.c (hsa_bb::~hsa_bb): Likewise.
12535 * init-regs.c (initialize_uninitialized_regs): Likewise.
12536 * ipa-inline.c (resolve_noninline_speculation): Likewise.
12537 (inline_small_functions): Likewise.
12538 * ipa-reference.c (ipa_reference_write_optimization_summary): Likewise.
12539 * ira.c (combine_and_move_insns): Likewise.
12540 (build_insn_chain): Likewise.
12541 * loop-invariant.c (find_invariants): Likewise.
12542 * lower-subreg.c (propagate_pseudo_copies): Likewise.
12543 * predict.c (tree_predict_by_opcode): Likewise.
12544 (predict_paths_leading_to): Likewise.
12545 (predict_paths_leading_to_edge): Likewise.
12546 (estimate_loops_at_level): Likewise.
12547 (estimate_loops): Likewise.
12548 * shrink-wrap.c (try_shrink_wrapping): Likewise.
12549 (spread_components): Likewise.
12550 * tree-cfg.c (remove_edge_and_dominated_blocks): Likewise.
12551 * tree-loop-distribution.c (rdg_build_partitions): Likewise.
12552 * tree-predcom.c (tree_predictive_commoning_loop): Likewise.
12553 * tree-ssa-coalesce.c (coalesce_ssa_name): Likewise.
12554 * tree-ssa-phionlycprop.c (pass_phi_only_cprop::execute): Likewise.
12555 * tree-ssa-pre.c (remove_dead_inserted_code): Likewise.
12556 * tree-ssa-sink.c (nearest_common_dominator_of_uses): Likewise.
12557 * tree-ssa-threadupdate.c (compute_path_counts): Likewise.
12558 (mark_threaded_blocks): Likewise.
12559 (thread_through_all_blocks): Likewise.
12560 * tree-ssa.c (verify_ssa): Likewise.
12561 (execute_update_addresses_taken): Likewise.
12562 * tree-ssanames.c (verify_ssaname_freelists): Likewise.
12564 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12566 * cfganal.c (mark_dfs_back_edges): Replace manual stack with
12568 (post_order_compute): Likewise.
12569 (inverted_post_order_compute): Likewise.
12570 (pre_and_rev_post_order_compute_fn): Likewise.
12572 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12574 * genrecog.c (int_set::int_set): Explicitly construct our
12575 auto_vec base class.
12576 * vec.h (auto_vec::auto_vec): New constructor.
12578 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12580 * bitmap.h (class auto_bitmap): New constructor taking
12581 bitmap_obstack * argument.
12583 2017-05-13 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
12585 * bitmap.h (class auto_bitmap): Change type of m_bits to
12586 bitmap_head, and adjust ctor / dtor and member operators.
12588 2017-05-13 Uros Bizjak <ubizjak@gmail.com>
12590 * compare-elim.c (equivalent_reg_at_start): Return NULL_RTX
12591 when returned register mode doesn't match original mode.
12593 2017-05-12 Jeff Law <law@redhat.com>
12594 Jakub Jelinek <jakub@redhat.com>
12596 * config/mn10300/mn10300.c (mn10300_match_ccmode): Fix where
12597 we look for cc setter after the compare-elim changes.
12598 * config/mn10300/mn10300.md (addsi3_flags): Fix order of patterns
12599 within the vector to match what compare-elim now expects.
12600 (subsi3_flags, andsi3_flags, iorsi3_flags): Likewise.
12601 (xorsi3_flags, one_cmplsi2_flags): Likewise.
12603 * config/rx/rx.c (rx_match_ccmode): Fix where we look cc setter
12604 after the compare-elim changes.
12605 * config/rx/rx.md (abssi2_flags): Fix order of patterns within
12606 the vector to match what compare-elim now expects.
12607 (addsi3_flags, adc_flags, addsi3_flags peepholes): Likewise.
12608 (andsi3_flags, negsi2_flags, one_cmplsi2_flags): Likewise.
12609 (iorsi3_flags, rotlsi3_flags, rotrsi3_flags): Likewise.
12610 (ashrsi3_flags, lshrsi3_flags, ashlsi3_flags): Likewise.
12611 (ssaddsi3, subsi3_flags, sbb_flags, xorsi3_flags): Likewise.
12613 * config/visium/visium.c (single_set_and_flags): Fix where
12614 we look for cc setter after the compare-elim changes.
12615 * config/visium/visium.md (flags_subst_logic): Fix order of patterns
12616 with the vector to match what compare-elim now expects.
12617 (flags_subst_arith, add<mode>3_insn_set_carry): Likewise.
12618 (add<mode>3_insn_set_overflow, addsi3_insn_set_carry): Likewise.
12619 (addsi3_insn_set_overflow, sub<mode>3_insn_set_carry): Likewise.
12620 (sub<mode>3_insn_set_overflow, subsi3_insn_set_carry): Likewise.
12621 (subsi3_insn_set_overflow, negsi2_insn_set_carry): Likewise.
12622 (neg<mode>2_insn_set_overflow): Likewise.
12624 2017-05-12 Jim Wilson <jim.wilson@linaro.org>
12626 PR middle-end/79794
12627 * expmed.c (extract_bit_field_1): Add alt_rtl argument. Before
12628 maybe_expand_insn call, set ops[0].target. If still set after call,
12629 set alt_rtl. Add extra arg to recursive calls.
12630 (extract_bit_field): Add alt_rtl argument. Pass to
12632 * expmed.h (extract_bit_field): Fix prototype.
12633 * expr.c (emit_group_load_1, copy_blkmode_from_reg)
12634 (copy_blkmode_to_reg, read_complex_part, store_field): Pass extra NULL
12635 to extract_bit_field_calls.
12636 (expand_expr_real_1): Pass alt_rtl to expand_expr_real instead of 0.
12637 Pass alt_rtl to extract_bit_field calls.
12638 * calls.c (store_unaligned_arguments_into_psuedos)
12639 load_register_parameters): Pass extra NULL to extract_bit_field calls.
12640 * optabs.c (maybe_legitimize_operand): Clear op->target when call
12642 * optabs.h (struct expand_operand): Add target bitfield.
12644 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
12646 * compare-elim.c (try_eliminate_compare): Canonicalize
12647 operation with embedded compare to
12648 [(set (reg:CCM) (compare:CCM (operation) (immediate)))
12649 (set (reg) (operation)].
12651 * config/i386/i386.c (TARGET_FLAGS_REGNUM): New define.
12653 2017-05-12 Uros Bizjak <ubizjak@gmail.com>
12656 * config/i386/i386.c (ix86_rtx_cost) [case PLUS]: Ignore the
12657 cost of adding a carry flag for ADC instruction.
12658 [case MINUS]: Ignore the cost of subtracting a carry flag
12659 for SBB instruction.
12661 2017-05-12 Steven Munroe <munroesj@gcc.gnu.org>
12663 * config.gcc (powerpc*-*-*): Add bmi2intrin.h, bmiintrin.h,
12665 * config/rs6000/bmiintrin.h: New file.
12666 * config/rs6000/bmi2intrin.h: New file.
12667 * config/rs6000/x86intrin.h: New file.
12669 2017-05-12 Jeff Law <law@redhat.com>
12671 * tree-vrp.c (vrp_dom_walker::before_dom_children): Push unwinding
12674 2017-05-12 Peter Bergner <bergner@vnet.ibm.com>
12676 PR middle-end/80707
12677 * tree-cfg.c: Remove cfg edges of unreachable case statements.
12679 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
12681 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12682 early expansion of vector divide builtins.
12683 (builtin_function_type): Add VSX_BUILTIN_UDIV_V2DI to the list of
12684 builtins identified as having unsigned arguments.
12686 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
12688 * config/rs6000/rs6000.c (gimple-fold.h): New #include.
12689 (rs6000_gimple_fold_builtin): Add handling for early GIMPLE
12690 expansion of vector logical operations (and, andc, or, xor,
12693 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
12695 * gimple-fold.c (create_tmp_reg_or_ssa_name): Remove static declaration.
12696 * gimple-fold.h (create_tmp_reg_or_ssa_name): New prototype.
12698 2017-05-12 Will Schmidt <will_schmidt@vnet.ibm.com>
12700 * config/rs6000/rs6000.c (rs6000_gimple_fold_builtin): Add handling for
12701 early GIMPLE expansion of vector multiplies.
12703 2017-05-12 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
12705 * config/arm/arm.md (movsi): Add TARGET_32BIT in addition to the
12706 TARGET_HAVE_MOVT conditional.
12707 (movt splitter): Likewise.
12709 2017-05-12 Richard Biener <rguenther@suse.de>
12711 * tree-ssa-sccvn.h (has_VN_INFO): Declare.
12712 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12713 Fold all stmts not inplace.
12715 2017-05-12 Richard Biener <rguenther@suse.de>
12717 PR tree-optimization/80713
12718 * tree-ssa-pre.c (remove_dead_inserted_code): Clear
12719 inserted_exprs bit for not removed stmts.
12721 2017-05-12 Thomas Schwinge <thomas@codesourcery.com>
12723 PR middle-end/69921
12724 * tree-parloops.c (create_parallel_loop): Set "oacc kernels
12725 parallelized" attribute for parallelized OpenACC kernels.
12726 * omp-offload.c (execute_oacc_device_lower): Use it.
12728 * omp-expand.c (expand_omp_target) <GF_OMP_TARGET_KIND_OACC_KERNELS>:
12729 Set "oacc kernels" attribute.
12730 * omp-general.c (oacc_set_fn_attrib): Remove is_kernel formal
12731 parameter. Adjust all users.
12732 (oacc_fn_attrib_kernels_p): Remove function.
12733 * omp-offload.c (execute_oacc_device_lower): Look for "oacc
12734 kernels" attribute instead of calling oacc_fn_attrib_kernels_p.
12735 * tree-ssa-loop.c (gate_oacc_kernels): Likewise.
12736 * tree-parloops.c (create_parallel_loop): If oacc_kernels_p,
12737 assert "oacc kernels" attribute is set.
12739 2017-05-11 Carl Love <cel@us.ibm.com>
12741 * config/rs6000/rs6000-c: Add support for built-in functions
12742 vector unsigned char vec_popcnt (vector signed char)
12743 vector unsigned char vec_popcnt (vector unsigned char)
12744 vector unsigned short vec_popcnt (vector signed short)
12745 vector unsigned short vec_popcnt (vector unsigned short)
12746 vector unsigned int vec_popcnt (vector signed int)
12747 vector unsigned int vec_popcnt (vector unsigned int)
12748 vector unsigned long long vec_popcnt (vector signed long long)
12749 vector unsigned long long vec_popcnt (vector unsigned long long)
12750 vector signed long long vec_slo (vector signed long long,
12751 vector signed char)
12752 vector signed long long vec_slo (vector signed long long,
12753 vector unsigned char)
12754 vector unsigned long long vec_slo (vector unsigned long long,
12755 vector signed char)
12756 vector unsigned long long vec_slo (vector unsigned long long,
12757 vector unsigned char)
12758 * config/rs6000/rs6000-builtin.def: Add definitions for VPOPCNTUB,
12759 VPOPCNTUH, VPOPCNTUW, and VPOPCNTUD overloads.
12760 * config/rs6000/altivec.h: Add define for vec_popcnt, vec_popcntb,
12761 vec_popcnth, vec_popcntw and vec_popcntd built-in functions.
12762 * doc/extend.texi: Update the built-in documentation file for the
12763 new built-in functions.
12765 2017-05-11 Michael Meissner <meissner@linux.vnet.ibm.com>
12767 * attribs.h (sorted_attr_string): Move machine independent
12768 functions for target clone support from the i386 port to common
12769 code. Rename ix86_function_versions to common_function_versions.
12770 Rename make_name to make_unique_name.
12771 (common_function_versions): Likewise.
12772 (make_unique_name): Likewise.
12773 (make_dispatcher_decl): Likewise.
12774 (is_function_default_version): Likewise.
12775 * attribs.c (attr_strcmp): Likewise.
12776 (sorted_attr_string): Likewise.
12777 (common_function_versions): Likewise.
12778 (make_unique_name): Likewise.
12779 (make_dispatcher_decl): Likewise.
12780 (is_function_default_version): Likewise.
12781 * config/i386/i386.c (attr_strcmp): Likewise.
12782 (sorted_attr_string): Likewise.
12783 (ix86_function_versions): Likewise.
12784 (make_name): Likewise.
12785 (make_dispatcher_decl): Likewise.
12786 (is_function_default_version): Likewise.
12787 (TARGET_OPTION_FUNCTION_VERSIONS): Update target function hook.
12789 2017-05-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
12792 * config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost):
12793 Account for direct move costs for vec_construct of integer
12796 2017-05-11 Uros Bizjak <ubizjak@gmail.com>
12799 * config/i386/sync.md (UNSPEC_LDX_ATOMIC): New unspec.
12800 (UNSPEC_STX_ATOMIC): Ditto.
12801 (loaddi_via_sse): New insn.
12802 (storedi_via_sse): Ditto.
12803 (atomic_loaddi_fpu): Emit loaddi_via_sse and storedi_via_sse.
12804 Update corresponding peephole2 patterns.
12805 (atomic_storedi_fpu): Ditto.
12807 2017-05-11 Julia Koval <julia.koval@intel.com>
12809 * config/i386/avx512fintrin.h (_mm_mask_rsqrt14_sd)
12810 (_mm_maskz_rsqrt14_sd, _mm_mask_rsqrt14_ss, _mm_maskz_rsqrt14_ss):
12812 * config/i386/i386-builtin.def (__builtin_ia32_rsqrt14sd_mask)
12813 (__builtin_ia32_rsqrt14ss_mask): New builtins.
12814 * config/i386/sse.md (rsqrt14_<mode>_mask): New pattern.
12816 2017-05-11 Nathan Sidwell <nathan@acm.org>
12818 * graphite-poly.c: Include dumpfile.h.
12820 * dumpfle.h (dump_function): Declare here ...
12821 * tree-dump.h (dump_function): ... not here.
12822 * dumpfile.c: #include tree-cfg.h.
12823 (dump_function): Move here from ...
12824 * tree-dump.c (dump_function): ... here.
12825 * gimplify.c: #include splay-tree.h, not tree-dump.h.
12826 * graphite-poly.c: Don't include tree-dump.h.
12827 * cgraphclones.c: Include dumpfile.h not tree-dump.h.
12828 * print-tree.c: Likewise.
12829 * stor-layout.c: Likewise.
12830 * tree-nested.c: Likewise.
12832 * dumpfile.c (dump_start): Use TDF_FLAGS.
12833 (dump_enable_all): Fix TDF_KIND check thinko.
12835 2017-05-11 Kelvin Nilsen <kelvin@gcc.gnu.org>
12837 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
12838 array entries to represent two legal parameterizations of the
12839 overloaded __builtin_cmpb function, as represented by the
12840 P6_OV_BUILTIN_CMPB constant.
12841 (altivec_resolve_overloaded_builtin): Add special case handling
12842 for the __builtin_cmpb function, as represented by the
12843 P6_OV_BUILTIN_CMPB constant.
12844 * config/rs6000/rs6000-builtin.def (BU_P6_2): New macro.
12845 (BU_P6_64BIT_2): New macro.
12846 (BU_P6_OVERLOAD_2): New macro
12847 (CMPB_32): Add 32-bit compare-bytes support for 32-bit only targets.
12848 (CMPB): Add 64-bit compare-bytes support for 32-bit and 64-bit targets.
12849 (CMPB): Add overload support to represent both 32-bit and 64-bit
12850 compare-bytes function.
12851 * config/rs6000/rs6000.c (rs6000_builtin_mask_calculate): Add
12852 support for TARGET_CMPB.
12853 * config/rs6000/rs6000.h: Add support for RS6000_BTM_CMPB.
12854 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
12855 documentation of the __builtin_cmpb overloaded built-in function.
12857 2017-05-11 Richard Biener <rguenther@suse.de>
12859 PR tree-optimization/80705
12860 * tree-vect-data-refs.c (vect_analyze_data_refs): DECL_NONALIASED
12861 bases are not vectorizable.
12863 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12865 * tree-ssa-loop-ivopts.c (determine_set_costs): Skip non-interger
12866 when counting register pressure.
12868 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12870 * tree-ssa-loop-ivopts.c (compare_cost_pair): New.
12871 (iv_ca_more_deps): Renamed to ...
12872 (iv_ca_compare_deps): ... this.
12873 (iv_ca_extend): Extend iv_ca if NEW_CP is cheaper than OLD_CP.
12875 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12877 * tree-ssa-loop-ivopts.c (find_interesting_uses): Move inv vars dump
12879 (determine_group_iv_costs): ... here.
12880 (find_inv_vars_cb): Record inv var if it's not recorded before.
12882 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12884 * tree-ssa-loop-ivopts.c (allow_ip_end_pos_p): Refine comments.
12885 (get_shiftadd_cost): Ditto.
12887 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12889 * tree-ssa-address.c: Include header file.
12890 (move_hint_to_base): Return TRUE if BASE_HINT is moved to memory
12892 (add_to_parts): Refactor.
12893 (addr_to_parts): New parameter. Update use of move_hint_to_base.
12894 (create_mem_ref): Update use of addr_to_parts. Re-associate addr
12897 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12899 PR tree-optimization/53090
12900 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New enum value
12902 (extract_cond_operands): Detect condition with IV on both sides
12903 and return COMP_IV_EXPR_2.
12904 (find_interesting_uses_cond): Add iv_use for both IVs in condition.
12905 (rewrite_use_compare): Simplify by removing call to function
12906 extract_cond_operands.
12908 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12910 * tree-ssa-loop-ivopts.c (enum comp_iv_rewrite): New.
12911 (extract_cond_operands): Detect condition comparing against non-
12912 invariant bound and return appropriate enum value.
12913 (find_interesting_uses_cond): Update use of extract_cond_operands.
12914 Handle its return value accordingly.
12915 (determine_group_iv_cost_cond, rewrite_use_compare): Ditto.
12917 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12919 * tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Re-associate
12920 nonlinear iv_use computation in loop invariant sensitive way.
12922 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12924 * tree-ssa-loop-ivopts.c (relate_compare_use_with_all_cands): New.
12925 (find_iv_candidates): Call relate_compare_use_with_all_cands.
12927 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12929 * tree-ssa-loop-ivopts.c (struct iv_cand): New field inv_exprs.
12930 (dump_cand): Support iv_cand.inv_exprs.
12931 (add_candidate_1): Record invariant exprs in iv_cand.inv_exprs
12933 (iv_ca_set_no_cp, iv_ca_set_cp, free_loop_data): Support
12936 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12938 * tree-ssa-loop-ivopts.c (multiplier_allowed_in_address_p): Move
12940 * tree-ssa-address.c (multiplier_allowed_in_address_p): ... to here
12941 as local function. Include necessary header files.
12942 * tree-ssa-loop-ivopts.h (multiplier_allowed_in_address_p): Delete.
12944 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12946 * tree-ssa-loop-ivopts.c (autoinc_possible_for_pair): Simplify.
12948 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12950 * tree-ssa-loop-ivopts.c (force_expr_to_var_cost): Handle more
12951 operators: TRUNC_DIV_EXPR, BIT_AND_EXPR, BIT_IOR_EXPR, LSHIFT_EXPR,
12952 RSHIFT_EXPR and BIT_NOT_EXPR.
12954 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12956 * tree-ssa-loop-ivopts.c (get_loop_invariant_expr): Simplify.
12957 (adjust_setup_cost): New parameter supporting round up adjustment.
12958 (struct address_cost_data): Delete.
12959 (force_expr_to_var_cost): Don't bound cost with spill_cost.
12960 (split_address_cost, ptr_difference_cost): Delete.
12961 (difference_cost, compare_aff_trees, record_inv_expr): Delete.
12962 (struct ainc_cost_data): New struct.
12963 (get_address_cost_ainc): New function.
12964 (get_address_cost, get_computation_cost): Reimplement.
12965 (determine_group_iv_cost_address): Record inv_expr for all uses of
12967 (determine_group_iv_cost_cond): Call get_loop_invariant_expr.
12968 (iv_ca_has_deps): Reimplemented to ...
12969 (iv_ca_more_deps): ... this. Check if NEW_CP introduces more deps
12971 (iv_ca_extend): Call iv_ca_more_deps.
12973 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12975 * tree-ssa-address.c (struct mem_address): Move to header file.
12976 (valid_mem_ref_p, move_fixed_address_to_symbol): Make it global.
12977 * tree-ssa-address.h (struct mem_address): Move from C file.
12978 (valid_mem_ref_p, move_fixed_address_to_symbol): Declare.
12980 2017-05-11 Bin Cheng <bin.cheng@arm.com>
12982 * tree-affine.h (aff_combination_type): New interface.
12983 (aff_combination_zero_p): Remove static.
12984 (aff_combination_const_p): New interface.
12985 (aff_combination_singleton_var_p): New interfaces.
12987 2017-05-11 Richard Biener <rguenther@suse.de>
12989 * tree-ssa-pre.c (eliminate_dom_walker::before_dom_children):
12990 Skip unreachable blocks and destinations.
12991 (eliminate): Move stmt removal and fixup ...
12992 (fini_eliminate): ... here. Skip inserted exprs.
12993 (pass_pre::execute): Move fini_pre after fini_eliminate.
12994 * tree-ssa-tailmerge.c: Include tree-cfgcleanup.h.
12995 (tail_merge_optimize): Run cleanup_tree_cfg if requested by
12996 PRE to get rid of dead code that has invalid SSA form and
12997 split critical edges again.
12999 2017-05-11 Bin Cheng <bin.cheng@arm.com>
13001 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13003 2017-05-11 Richard Biener <rguenther@suse.de>
13005 * passes.c (execute_function_todo): Verify loops if they are
13006 said to be up-to-date.
13007 * cfgexpand.c (pass_expand::execute): Discard loops for -dx.
13008 * trans-mem.c (pass_tm_edges::execute): Mark loops for fixup.
13010 2017-05-10 John David Anglin <danglin@gcc.gnu.org>
13013 * config/pa/pa.c (pa_assemble_integer): When outputting a SYMBOL_REF,
13014 handle calling assemble_external ourself.
13017 * config/pa/pa.c (pa_cannot_change_mode_class): Reject changes to/from
13018 modes with zero size. Enhance comment.
13020 2017-05-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13022 * config/rs6000/rs6000.c (altivec_init_builtins): Define POWER8
13023 built-ins for vec_xl and vec_xst with short and char pointer
13026 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
13028 * config/i386/avx512fintrin.h (_mm_mask_max_round_sd)
13029 (_mm_maskz_max_round_sd, _mm_mask_max_round_ss)
13030 (_mm_maskz_max_round_ss, _mm_mask_min_round_sd)
13031 (_mm_maskz_min_round_sd, _mm_mask_min_round_ss)
13032 (_mm_maskz_min_round_ss): New intrinsics.
13033 * config/i386/i386-builtin-types.def (V2DF, V2DF, V2DF, V2DF, UQI, INT)
13034 (V4SF, V4SF, V4SF, V4SF, UQI, INT): New function type aliases.
13035 * config/i386/i386-builtin.def (__builtin_ia32_maxsd_mask_round)
13036 (__builtin_ia32_maxss_mask_round, __builtin_ia32_minsd_mask_round)
13037 (__builtin_ia32_minss_mask_round): New builtins.
13038 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
13039 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
13040 * config/i386/sse.md (<sse>_vm<code><mode>3<round_saeonly_name>):
13042 (<sse>_vm<code><mode>3<mask_name><round_saeonly_name>): ... this.
13043 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_op3>%2, %1, %0|%0, %1, %<iptr>2<round_saeonly_op3>}):
13045 (v<maxmin_float><ssescalarmodesuffix>\t{<round_saeonly_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_saeonly_mask_op3>}):
13048 2017-05-10 Sebastian Peryt <sebastian.peryt@intel.com>
13050 * config/i386/avx512fintrin.h (_mm_mask_mul_round_sd)
13051 (_mm_maskz_mul_round_sd, _mm_mask_mul_round_ss)
13052 (_mm_maskz_mul_round_ss, _mm_mask_div_round_sd)
13053 (_mm_maskz_div_round_sd, _mm_mask_div_round_ss)
13054 (_mm_maskz_div_round_ss, _mm_mask_mul_sd, _mm_maskz_mul_sd)
13055 (_mm_mask_mul_ss, _mm_maskz_mul_ss, _mm_mask_div_sd)
13056 (_mm_maskz_div_sd, _mm_mask_div_ss, _mm_maskz_div_ss): New intrinsics.
13057 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
13058 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
13059 * config/i386/i386-builtin.def (__builtin_ia32_divsd_mask_round)
13060 (__builtin_ia32_divss_mask_round, __builtin_ia32_mulsd_mask_round)
13061 (__builtin_ia32_mulss_mask_round): New builtins.
13062 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
13063 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
13064 * config/i386/sse.md (<sse>_vm<multdiv_mnemonic><mode>3<round_name>):
13066 (<sse>_vm<multdiv_mnemonic><mode>3<mask_name><round_name>): ... this.
13067 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
13069 (v<multdiv_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
13072 2017-05-10 Julia Koval <julia.koval@intel.com>
13074 * config/i386/avxintrin.h (_mm256_set_m128, _mm256_set_m128d)
13075 (_mm256_set_m128i, _mm256_setr_m128, _mm256_setr_m128d)
13076 (_mm256_setr_m128i): New intrinsics.
13078 2017-05-10 Julia Koval <julia.koval@intel.com>
13080 * config/i386/avx512fintrin.h (_mm_mask_rcp14_sd)
13081 (_mm_maskz_rcp14_sd, _mm_mask_rcp14_ss)
13082 (_mm_maskz_rcp14_ss): New intrinsics.
13083 * config/i386/i386-builtin.def (__builtin_ia32_rcp14sd_mask)
13084 (__builtin_ia32_rcp14ss_mask): New builtins.
13085 * config/i386/sse.md (srcp14<mode>_mask): New pattern.
13087 2017-05-10 Peter Bergner <bergner@vnet.ibm.com>
13089 PR tree-optimization/51513
13090 * tree-cfg.c (gimple_seq_unreachable_p): New function.
13091 (assert_unreachable_fallthru_edge_p): Use it.
13092 (group_case_labels_stmt): Likewise.
13093 * tree-cfg.h: Prototype it.
13094 * stmt.c: Include cfghooks.h and tree-cfg.h.
13095 (emit_case_dispatch_table) <gap_label>: New local variable.
13096 Use it to fill dispatch table gaps.
13097 Test for default_label before updating probabilities.
13098 (expand_case) <default_label>: Remove unneeded initialization.
13099 Test for unreachable default case statement and remove its edge.
13100 Set default_label accordingly.
13101 * tree-ssa-ccp.c (optimize_unreachable): Update comment.
13103 2017-05-10 Carl Love <cel@us.ibm.com>
13105 * config/rs6000/rs6000-c: Add support for built-in functions
13106 vector signed char vec_neg (vector signed char)
13107 vector signed short int vec_neg (vector short int)
13108 vector signed int vec_neg (vector signed int)
13109 vector signed long long vec_neg (vector signed long long)
13110 vector float vec_neg (vector float)
13111 vector double vec_neg (vector double)
13112 * config/rs6000/rs6000-builtin.def: Add definitions for NEG function
13114 * config/rs6000/altivec.h: Add define for vec_neg
13115 * doc/extend.texi: Update the built-in documentation for the
13116 new built-in functions.
13118 2017-05-10 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
13120 PR tree-optimization/77644
13121 * match.pd (sqrt(x) cmp sqrt(y) -> x cmp y): New pattern.
13123 2017-05-10 Nathan Sidwell <nathan@acm.org>
13125 * dumpfile.h (TDI_lang_all): New.
13126 (TDF_KIND): New. Renumber others
13127 (TDF_LANG, TDF_TREE, TDF_RTL, TDF_IPA): Enumerate value, rather
13129 * dumpfile.c (dump_files): Mark language dumps as TDF_LANG. add
13131 (get_dump_file_name): Adjust suffix generation.
13132 (dump_enable_all): Use TDF_KIND.
13133 * doc/invoke.texi (-fdump-lang-all): Document.
13135 * dumpfile.h: Tabify.
13137 2017-05-10 Wilco Dijkstra <wdijkstr@arm.com>
13140 * config/aarch64/cortex-a57-fma-steering.c (merge_forest):
13141 Move member access before delete.
13143 2017-05-10 Alexandre Oliva <aoliva@redhat.com>
13145 * tree-inline.c (expand_call_inline): Split block at stmt
13148 2017-05-09 Michael Meissner <meissner@linux.vnet.ibm.com>
13151 * config/rs6000/rs6000.md (f32_lr): Delete mode attributes that
13152 are now unused after splitting mov{sf,sd}_hardfloat.
13153 (f32_lr2): Likewise.
13154 (f32_lm): Likewise.
13155 (f32_lm2): Likewise.
13156 (f32_li): Likewise.
13157 (f32_li2): Likewise.
13158 (f32_lv): Likewise.
13159 (f32_sr): Likewise.
13160 (f32_sr2): Likewise.
13161 (f32_sm): Likewise.
13162 (f32_sm2): Likewise.
13163 (f32_si): Likewise.
13164 (f32_si2): Likewise.
13165 (f32_sv): Likewise.
13166 (f32_dm): Likewise.
13167 (f32_vsx): Likewise.
13168 (f32_av): Likewise.
13169 (mov<mode>_hardfloat): Split into separate movsf and movsd pieces.
13170 For movsf, order stores so the VSX stores occur before the GPR
13171 store which encourages the register allocator to use a traditional
13172 FPR instead of a GPR. For movsd, order the stores so that the GPR
13173 store comes before the VSX stores to allow the power6 to work.
13174 This is due to the power6 not having a 32-bit integer store
13175 instruction from a FPR.
13176 (movsf_hardfloat): Likewise.
13177 (movsd_hardfloat): Likewise.
13179 2017-05-09 Martin Sebor <msebor@redhat.com>
13181 PR translation/80280
13182 * config/sol2-c.c (cmn_err_flag_specs): Initialize new data member
13185 PR translation/80280
13186 * config/i386/msformat-c.c (ms_printf_flag_specs): Initialize new
13187 data member added in r247778.
13188 (ms_scanf_flag_specs, ms_strftime_flag_specs): Same.
13190 2017-05-09 Nathan Sidwell <nathan@acm.org>
13192 * tree.h (tree_fits_shwi_p, tree_fits_uhwi_p): Unconditionally pure.
13194 * ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope
13197 2017-05-09 Marek Polacek <polacek@redhat.com>
13199 * doc/invoke.texi: Fix typo.
13201 2017-05-09 Richard Biener <rguenther@suse.de>
13203 * tree-vrp.c (vrp_val_is_max): Adjust comment.
13204 (vrp_val_is_min): Likewise.
13205 (set_value_range_to_value): Likewise.
13206 (set_value_range_to_nonnegative): Likewise.
13207 (gimple_assign_nonzero_p): Likewise.
13208 (gimple_stmt_nonzero_p): Likewise.
13209 (vrp_int_const_binop): Likewise. Remove unreachable case.
13210 (adjust_range_with_scev): Adjust comments.
13211 (compare_range_with_value): Likewise.
13212 (extract_range_from_phi_node): Likewise.
13213 (test_for_singularity): Likewise.
13215 2017-05-09 Richard Biener <rguenther@suse.de>
13217 * tree-vrp.c (get_single_symbol): Add assert that we don't
13218 get overflowed constants as invariant part.
13219 (compare_values_warnv): Add comment before the TREE_NO_WARNING
13220 checks. Use wi::cmp instead of recursing for integer constants.
13221 (compare_values): Just ignore whether we assumed undefined
13222 overflow instead of failing the compare.
13223 (extract_range_for_var_from_comparison_expr): Add comment before the
13224 TREE_NO_WARNING sets.
13225 (test_for_singularity): Likewise.
13226 (extract_range_from_comparison): Do not disable optimization
13227 when we assumed undefined overflow.
13228 (extract_range_basic): Remove init of unused var.
13230 2017-05-09 Richard Biener <rguenther@suse.de>
13232 * tree-vrp.c (vrp_int_const_binop): Use wide-ints and simplify.
13233 (extract_range_from_multiplicative_op_1): Adjust.
13234 (extract_range_from_binary_expr_1): Use int_const_binop.
13236 2017-05-08 Kelvin Nilsen <kelvin@gcc.gnu.org>
13239 * config/rs6000/power6.md: Replace store_data_bypass_p calls with
13240 rs6000_store_data_bypass_p in seven define_bypass directives and
13241 in several comments.
13242 * config/rs6000/rs6000-protos.h: Add prototype for
13243 rs6000_store_data_bypass_p function.
13244 * config/rs6000/rs6000.c (rs6000_store_data_bypass_p): New
13245 function implements slightly different (rs6000-specific) semantics
13246 than store_data_bypass_p, returning false rather than aborting
13247 with assertion error when arguments do not satisfy the
13248 requirements of store data bypass.
13249 (rs6000_adjust_cost): Replace six calls of store_data_bypass_p with
13250 rs6000_store_data_bypass_p.
13252 2017-05-08 Max Filippov <jcmvbkbc@gmail.com>
13254 * config/xtensa/xtensa-protos.h
13255 (xtensa_initial_elimination_offset): New declaration.
13256 * config/xtensa/xtensa.c (xtensa_initial_elimination_offset):
13257 New function. Move its body from the INITIAL_ELIMINATION_OFFSET
13258 macro definition, add case for FRAME_POINTER_REGNUM when
13259 FRAME_GROWS_DOWNWARD.
13260 * config/xtensa/xtensa.h (FRAME_GROWS_DOWNWARD): New macro definition.
13261 (INITIAL_ELIMINATION_OFFSET): Replace body with call to
13262 xtensa_initial_elimination_offset.
13264 2017-05-08 Nathan Sidwell <nathan@acm.org>
13266 * doc/invoke.texi: Alphabetize -fdump options.
13268 2017-05-08 Martin Sebor <msebor@redhat.com>
13270 PR translation/80280
13271 * config/sol2-c.c (solaris_pragma_align): Correct quoting.
13273 2017-05-08 Bernd Edlinger <bernd.edlinger@hotmail.de>
13275 * target.def (compute_frame_layout): New optional target hook.
13276 * doc/tm.texi.in (TARGET_COMPUTE_FRAME_LAYOUT): Add hook.
13277 * doc/tm.texi (TARGET_COMPUTE_FRAME_LAYOUT): Add documentation.
13278 * lra-eliminations.c (update_reg_eliminate): Call compute_frame_layout
13280 * reload1.c (verify_initial_elim_offsets): Likewise.
13281 * config/arm/arm.c (TARGET_COMPUTE_FRAME_LAYOUT): Define.
13282 (use_simple_return_p): Call arm_compute_frame_layout if needed.
13283 (arm_get_frame_offsets): Split up into this ...
13284 (arm_compute_frame_layout): ... and this function.
13286 2017-05-08 Richard Sandiford <richard.sandiford@arm.com>
13288 * config/aarch64/constraints.md (Usa): New constraint.
13289 * config/aarch64/aarch64.md (*movsi_aarch64, *movdi_aarch64): Use it.
13291 2017-05-08 Thomas Preud'homme <thomas.preudhomme@arm.com>
13293 * config.gcc (arm*-*-*): Set TM_MULTILIB_CONFIG from
13294 with_multilib_list after it has been checked.
13296 2017-05-08 Richard Biener <rguenther@suse.de>
13298 * tree-ssa-pre.c (bitmap_set_and): Avoid bitmap copy.
13299 (bitmap_set_subtract_values): Likewise.
13301 2017-05-08 Richard Biener <rguenther@suse.de>
13303 * tree-vrp.c (gimple_assign_nonzero_warnv_p): Rename to ...
13304 (gimple_assign_nonzero): ... this and remove strict_overflow_p
13306 (gimple_stmt_nonzero_warnv_p): Rename to ...
13307 (gimple_stmt_nonzero_p): ... this and remove strict_overflow_p
13309 (vrp_stmt_computes_nonzero): Remove strict_overflow_p argument.
13310 (extract_range_basic): Adjust, do not disable propagation on
13311 strict overflow sensitive simplification.
13312 (vrp_visit_cond_stmt): Likewise.
13314 2017-05-05 Jan Hubicka <hubicka@ucw.cz>
13316 * ipa-inline-analysis.c (estimate_function_body_sizes): Recompute
13317 body size unconditionally.
13319 2017-05-07 Jeff Law <law@redhat.com>
13322 2017-05-06 Jeff Law <law@redhat.com>
13323 PR tree-optimization/78496
13324 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13327 PR tree-optimization/78496
13328 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13329 (simplify_stmt_using_ranges): Call it.
13330 (vrp_dom_walker::before_dom_children): Extract equivalences
13331 from an ASSERT_EXPR with an equality comparison against a
13334 2017-05-06 Jeff Law <law@redhat.com>
13336 PR tree-optimization/78496
13337 * tree-vrp.c (simplify_assert_expr_using_ranges): Remove debugging
13340 PR tree-optimization/78496
13341 * tree-vrp.c (simplify_assert_expr_using_ranges): New function.
13342 (simplify_stmt_using_ranges): Call it.
13343 (vrp_dom_walker::before_dom_children): Extract equivalences
13344 from an ASSERT_EXPR with an equality comparison against a
13347 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
13349 * lra-constraints.c (lra_copy_reg_equiv): New function.
13350 (split_reg): Use it to copy equivalence information from the
13351 original register to the spill register.
13353 2017-05-06 Richard Sandiford <richard.sandiford@linaro.org>
13355 PR rtl-optimization/75964
13356 * simplify-rtx.c (simplify_const_relational_operation): Remove
13357 invalid handling of comparisons of integer ABS.
13359 2017-05-06 Uros Bizjak <ubizjak@gmail.com>
13361 * config/i386/i386.c (ext_80387_constant_init): Do not explicitly
13362 initialize to zero.
13363 (init_regs): Remove declaration.
13364 (function_arg_advance_32): Initialize error_p as boolean variable.
13366 2017-05-05 Nathan Sidwell <nathan@acm.org>
13368 * store-motion.c (remove_reachable_equiv_notes): Reformat long
13369 lines. Use for (;;).
13371 2017-05-05 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
13373 * config/rs6000/rs6000.c (rs6000_vect_nonmem): New static var.
13374 (rs6000_init_cost): Initialize rs6000_vect_nonmem.
13375 (rs6000_add_stmt_cost): Update rs6000_vect_nonmem.
13376 (rs6000_finish_cost): Avoid vectorizing simple copy loops with
13377 VF=2 that require versioning.
13379 2017-05-05 David Malcolm <dmalcolm@redhat.com>
13381 * diagnostic.h (CARET_LINE_MARGIN): Convert from macro to const
13384 2017-05-05 David Malcolm <dmalcolm@redhat.com>
13386 * diagnostic.h (diagnostic_override_option_index): Convert from
13387 macro to inline function.
13389 2017-05-05 David Malcolm <dmalcolm@redhat.com>
13391 * diagnostic.c (last_module_changed_p): New function.
13392 (set_last_module): New function.
13393 (diagnostic_report_current_module): Convert macro usage to
13394 the above functions.
13395 * diagnostic.h (diagnostic_context::last_module): Strengthen
13396 from const line_map * to const line_map_ordinary *.
13397 (diagnostic_last_module_changed): Delete macro.
13398 (diagnostic_set_last_module): Delete macro.
13400 2017-05-05 David Malcolm <dmalcolm@redhat.com>
13402 * diagnostic.c (diagnostic_impl): Replace report_diagnostic
13403 with diagnostic_report_diagnostic.
13404 (diagnostic_n_impl_richloc): Likewise.
13405 * diagnostic.h (report_diagnostic): Delete macro.
13406 * rtl-error.c (diagnostic_for_asm): Replace report_diagnostic
13407 with diagnostic_report_diagnostic.
13408 * substring-locations.c (format_warning_va): Likewise.
13410 2017-05-05 David Malcolm <dmalcolm@redhat.com>
13412 * diagnostic.c (diagnostic_report_diagnostic): Eliminate
13413 save/restor of format_spec. Move option-printing code to...
13414 (print_option_information): ...this new function, and
13415 reimplement by simply printing to the pretty_printer,
13416 rather than appending to the format string.
13418 2017-05-05 David Malcolm <dmalcolm@redhat.com>
13420 * diagnostic.c (diagnostic_report_diagnostic): Split out pragma
13421 handling logic into...
13422 (update_effective_level_from_pragmas): ...this new function.
13424 2017-05-04 Andrew Waterman <andrew@sifive.com>
13426 * config/riscv/riscv.opt (mstrict-align): New option.
13427 * config/riscv/riscv.h (STRICT_ALIGNMENT): Use it. Update comment.
13428 (SLOW_UNALIGNED_ACCESS): Define.
13429 (riscv_slow_unaligned_access): Declare.
13430 * config/riscv/riscv.c (riscv_tune_info): Add slow_unaligned_access
13432 (riscv_slow_unaligned_access): New variable.
13433 (rocket_tune_info): Set slow_unaligned_access to true.
13434 (optimize_size_tune_info): Set slow_unaligned_access to false.
13435 (riscv_cpu_info_table): Add entry for optimize_size_tune_info.
13436 (riscv_valid_lo_sum_p): Use TARGET_STRICT_ALIGN.
13437 (riscv_option_override): Set riscv_slow_unaligned_access.
13438 * doc/invoke.texi: Add -mstrict-align to RISC-V.
13440 2017-05-04 Kito Cheng <kito.cheng@gmail.com>
13442 * config/riscv/riscv.md: Unify indentation.
13444 2017-05-05 Michael Meissner <meissner@linux.vnet.ibm.com>
13449 * config/rs6000/rs6000.md (u code attribute): Add FIX and
13451 (extendsi<mode>2): Add support for doing sign extension via
13452 VUPKHSW and XXPERMDI if the value is in Altivec registers and we
13453 don't have ISA 3.0 instructions.
13454 (extendsi<mode>2 splitter): Likewise.
13455 (fix_trunc<mode>si2): If we are at ISA 2.07 (VSX small integer),
13456 generate the normal insns since SImode can now go in vector
13457 registers. Disallow the special UNSPECs needed for previous
13458 machines to hide SImode being used. Add new insns
13459 fctiw{,w}_<mode>_smallint if SImode can go in vector registers.
13460 (fix_trunc<mode>si2_stfiwx): Likewise.
13461 (fix_trunc<mode>si2_internal): Likewise.
13462 (fixuns_trunc<mode>si2): Likewise.
13463 (fixuns_trunc<mode>si2_stfiwx): Likewise.
13464 (fctiw<u>z_<mode>_smallint): Likewise.
13465 (fctiw<u>z_<mode>_mem): New combiner pattern to prevent conversion
13466 of floating point to 32-bit integer from doing a direct move to
13467 the GPR registers to do a store.
13468 (fctiwz_<mode>): Break long line.
13470 2017-05-05 Bin Cheng <bin.cheng@arm.com>
13472 * Makefile.in (GTFILES): Add tree-ssa-loop-ivopts.c.
13473 * tree-ssa-loop-ivopts.c (compute_max_addr_offset): Delete.
13474 (addr_list, addr_offset_valid_p): New.
13475 (split_address_groups): Check offset validity with above function.
13476 (gt-tree-ssa-loop-ivopts.h): Include header file.
13478 2017-05-05 Nathan Sidwell <nathan@acm.org>
13480 * config.gcc (arm*-*-*): Add missing 'fi'.
13482 2017-05-05 Steve Ellcey <sellcey@cavium.com>
13484 * doc/invoke.texi (-fopt-info): Explicitly say order of options
13485 included in -fopt-info does not matter.
13486 * doc/optinfo.texi (-fopt-info): Fix description of default
13487 behavour. Explicitly say order of options included in -fopt-info
13490 2017-05-05 Thomas Preud'homme <thomas.preudhomme@arm.com>
13492 * config.gcc: Allow combinations of aprofile and rmprofile values for
13493 --with-multilib-list.
13494 * config/arm/t-multilib: New file.
13495 * config/arm/t-aprofile: Remove initialization of MULTILIB_*
13496 variables. Remove setting of ISA and floating-point ABI in
13497 MULTILIB_OPTIONS and MULTILIB_DIRNAMES. Set architecture and FPU in
13498 MULTI_ARCH_OPTS_A and MULTI_ARCH_DIRS_A rather than MULTILIB_OPTIONS
13499 and MULTILIB_DIRNAMES respectively. Add comment to introduce all
13500 matches. Add architecture matches for marvel-pj4 and generic-armv7-a
13502 * config/arm/t-rmprofile: Likewise except for the matches changes.
13503 * doc/install.texi (--with-multilib-list): Document the combination of
13504 aprofile and rmprofile values and warn about pitfalls in doing that.
13506 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
13508 * config/aarch64/aarch64.md (movsi_aarch64): Remove '*' from r=w.
13509 (movdi_aarch64): Likewise.
13511 2017-05-05 Jakub Jelinek <jakub@redhat.com>
13513 PR tree-optimization/80632
13514 * tree-switch-conversion.c (struct switch_conv_info): Add target_vop
13516 (build_arrays): Initialize it for virtual phis.
13517 (fix_phi_nodes): Use it for virtual phis.
13519 PR tree-optimization/80558
13520 * tree-vrp.c (extract_range_from_binary_expr_1): Optimize
13521 [x, y] op z into [x op, y op z] for op & or | if conditions
13524 2017-05-05 Andre Vieira <andre.simoesdiasvieira@arm.com>
13525 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
13528 * config/arm/arm.md (use_literal_pool): Remove.
13529 (64-bit immediate split): No longer takes cost into consideration
13530 if arm_disable_literal_pool is enabled.
13531 * config/arm/arm.c (arm_tls_referenced_p): Add diagnostic if TLS is
13532 used when arm_disable_literal_pool is enabled.
13533 (arm_max_const_double_inline_cost): Remove use of
13534 arm_disable_literal_pool.
13535 (push_minipool_fix): Add assert.
13536 (arm_reorg): Add return if arm_disable_literal_pool is enabled.
13537 * config/arm/vfp.md (no_literal_pool_df_immediate): New.
13538 (no_literal_pool_sf_immediate): New.
13540 2017-05-05 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
13542 PR tree-optimization/80613
13543 * tree-ssa-dce.c (propagate_necessity): Remove cases for
13544 BUILT_IN_STRDUP and BUILT_IN_STRNDUP.
13546 2017-05-05 Richard Biener <rguenther@suse.de>
13548 * tree-ssa-pre.c (get_or_alloc_expr_for): Simplify.
13550 2017-05-05 Georg-Johann Lay <avr@gjlay.de>
13552 * config/avr/avr.md [flag_strict_overflow]: Remove any occurence
13553 of this flag from insn conditions due to removal from r247495.
13555 2017-05-05 Wilco Dijkstra <wdijkstr@arm.com>
13557 * config/arm/aarch-common.c (arm_early_load_addr_dep_ptr):
13559 (arm_early_store_addr_dep_ptr): Likewise.
13560 * config/arm/aarch-common-protos.h
13561 (arm_early_load_addr_dep_ptr): Add prototype.
13562 (arm_early_store_addr_dep_ptr): Likewise.
13563 * config/arm/cortex-a53.md: Add new bypasses.
13565 2017-05-05 Jakub Jelinek <jakub@redhat.com>
13567 * tree.c (next_type_uid): Change type to unsigned.
13568 (type_hash_canon): Decrement back next_type_uid if
13569 freeing a type node with the highest TYPE_UID. For INTEGER_TYPEs
13570 also ggc_free TYPE_MIN_VALUE, TYPE_MAX_VALUE and TYPE_CACHED_VALUES
13573 2017-05-04 Martin Sebor <msebor@redhat.com>
13575 * builtins.c: Fix a trivial typo in a comment.
13577 PR middle-end/79234
13578 * builtins.c (check_sizes): Adjust to handle reading past the end.
13579 Avoid printing excessive upper bound of ranges. Use %E to print
13580 tree nodes instead of converting them to %wu.
13581 (expand_builtin_memchr): New function.
13582 (compute_dest_size): Rename...
13583 (compute_objsize): ...to this.
13584 (expand_builtin_memcpy): Adjust.
13585 (expand_builtin_mempcpy): Adjust.
13586 (expand_builtin_strcat): Adjust.
13587 (expand_builtin_strcpy): Adjust.
13588 (check_strncat_sizes): Adjust.
13589 (expand_builtin_strncat): Adjust.
13590 (expand_builtin_strncpy): Adjust and simplify.
13591 (expand_builtin_memset): Adjust.
13592 (expand_builtin_bzero): Adjust.
13593 (expand_builtin_memcmp): Adjust.
13594 (expand_builtin): Handle memcmp.
13595 (maybe_emit_chk_warning): Check strncat just once.
13597 2017-05-04 Martin Sebor <msebor@redhat.com>
13599 PR preprocessor/79214
13600 PR middle-end/79222
13601 PR middle-end/79223
13602 * builtins.c (check_sizes): Add inlining context and issue
13603 warnings even when -Wno-system-headers is set.
13604 (check_strncat_sizes): Same.
13605 (expand_builtin_strncat): Same.
13606 (expand_builtin_memmove): New function.
13607 (expand_builtin_stpncpy): Same.
13608 (expand_builtin): Handle memmove and stpncpy.
13610 2017-05-04 Bin Cheng <bin.cheng@arm.com>
13612 * tree-ssa-loop-ivopts.c (struct cost_pair): Remove field inv_expr
13613 which is not used any more.
13615 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
13617 * config/aarch64/aarch64.c (generic_tunings): Update prefetch model.
13619 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
13621 * config/aarch64/aarch64.c (cortexa35_tunings): Set jump alignment to 4.
13622 (cortexa53_tunings): Likewise.
13623 (cortexa57_tunings): Likewise.
13624 (cortexa72_tunings): Likewise.
13625 (cortexa73_tunings): Likewise.
13627 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
13629 * config/aarch64/aarch64.c (generic_tunings): Set jump alignment to 4.
13630 Set loop alignment to 8.
13632 2017-05-04 Martin Sebor <msebor@redhat.com>
13634 PR translation/80280
13635 * builtins.c (expand_builtin_object_size): Add missing quoting to
13636 %D and like directives.
13637 * hsa-gen.c (hsa_type_for_scalar_tree_type): Same.
13638 (hsa_type_for_tree_type): Same.
13639 (verify_function_arguments): Same.
13640 * symtab.c (symbol_table::change_decl_assembler_name): Same.
13641 * varasm.c (get_section): Same.
13644 2017-05-04 Martin Sebor <msebor@redhat.com>
13646 PR translation/80280
13647 * config/i386/i386.c (ix86_function_versions): Quote a %D directive.
13649 2017-05-04 Wilco Dijkstra <wdijkstr@arm.com>
13651 * config/aarch64/aarch64.c (generic_addrcost_table):
13652 Change HI/TI mode setting.
13654 2017-05-04 Martin Jambor <mjambor@suse.cz>
13656 PR tree-optimization/80622
13657 * tree-sra.c (comes_initialized_p): New function.
13658 (build_accesses_from_assign): Only set write lazily when
13659 comes_initialized_p is false.
13660 (analyze_access_subtree): Use comes_initialized_p.
13661 (propagate_subaccesses_across_link): Assert !comes_initialized_p
13662 instead of testing for PARM_DECL.
13664 2017-05-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
13666 * config/aarch64/aarch64.md (prefetch); Adjust predicate and
13667 constraint on operand 0 to allow more general addressing modes.
13668 Adjust output template.
13669 * config/aarch64/aarch64.c (aarch64_address_valid_for_prefetch_p):
13671 * config/aarch64/aarch64-protos.h
13672 (aarch64_address_valid_for_prefetch_p): Declare prototype.
13673 * config/aarch64/constraints.md (Dp): New address constraint.
13674 * config/aarch64/predicates.md (aarch64_prefetch_operand): New
13677 2017-05-04 Jan Hubicka <hubicka@ucw.cz>
13679 * ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter;
13680 update use of estimate_ipcp_clone_size_and_time.
13681 (estimate_local_effects): Update use of
13682 estimate_ipcp_clone_size_and_time and perform_estimation_of_a_value.
13683 * ipa-inline.h (estimate_ipcp_clone_size_and_time): Update prototype.
13684 * ipa-inline-analysis.c (estimate_ipcp_clone_size_and_time):
13685 Return nonspecialized time.
13687 2017-05-04 Richard Biener <rguenther@suse.de>
13689 * tree-ssa-alias.c (get_continuation_for_phi): Improve looking
13690 for the last VUSE which def dominates the PHI. Directly call
13692 (get_continuation_for_phi_1): Remove.
13694 2017-05-04 Richard Sandiford <richard.sandiford@linaro.org>
13696 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): Add commentary
13697 to explain the use of truncating division. Cap the number of
13698 iterations to the maximum given by nb_iterations_upper_bound,
13701 2017-05-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
13703 * configure.ac (--enable-mingw-wildcard): Add new configurable feature.
13704 * configure: Regenerate.
13705 * config.in: Regenerate.
13706 * config/i386/driver-mingw32.c: new file.
13707 * config/i386/x-mingw32: Add rule to build driver-mingw32.o.
13708 * config.host: Link driver-mingw32.o on MinGW host.
13709 * doc/install.texi: Document new --enable-mingw-wildcard configure
13712 2017-05-04 Marek Polacek <polacek@redhat.com>
13714 PR tree-optimization/80612
13715 * calls.c (get_size_range): Check for INTEGRAL_TYPE_P.
13717 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
13718 Andre Simoes Dias Vieira <andre.simoesdiasvieira@arm.com>
13720 * config/arm/arm.md (movsi): Change TARGET_32BIT to TARGET_HAVE_MOVT.
13721 (movt splitter): Likewise.
13722 * config/arm/arm.c (arm_option_check_internal): Change arm_arch_thumb2
13723 to TARGET_HAVE_MOVT, and merge with -mslow-flash-data check.
13724 (const_ok_for_arm): Change else to else if (TARGET_THUMB2) and add else
13725 block for Thumb-1 with MOVT.
13726 (thumb2_legitimate_address_p): Move code block ...
13727 (can_avoid_literal_pool_for_label_p): ... into this new function.
13728 (thumb1_legitimate_address_p): Add check for TARGET_HAVE_MOVT and
13730 (thumb_legitimate_constant_p): Add conditional on TARGET_HAVE_MOVT
13731 * doc/invoke.texi (-mpure-code): Change "ARMv7-M targets" for
13732 "M-profile targets with the MOVT instruction".
13734 2017-05-04 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
13736 * config/arm/arm-builtins.c (arm_init_builtins): Rename
13737 __builtin_arm_ldfscr to __builtin_arm_get_fpscr, and rename
13738 __builtin_arm_stfscr to __builtin_arm_set_fpscr.
13740 2017-05-04 Martin Liska <mliska@suse.cz>
13742 * tree-vrp.c (simplify_cond_using_ranges_2): Remove unused
13743 variable cond_code.
13745 2017-05-04 Richard Biener <rguenther@suse.de>
13747 * tree.c (array_at_struct_end_p): Handle arrays at struct
13748 end with flexarrays more conservatively. Refactor and treat
13749 arrays of arrays or aggregates more strict. Fix
13750 VIEW_CONVERT_EXPR handling. Remove allow_compref argument.
13751 * tree.c (array_at_struct_end_p): Adjust prototype.
13752 * emit-rtl.c (set_mem_attributes_minus_bitpos): Adjust.
13753 * gimple-fold.c (get_range_strlen): Likewise.
13754 * tree-chkp.c (chkp_may_narrow_to_field): Likewise.
13756 2017-05-04 Richard Biener <rguenther@suse.de>
13758 PR tree-optimization/31130
13759 * tree-vrp.c (needs_overflow_infinity): Remove as always returning
13761 (supports_overflow_infinity): Likewise.
13762 (is_negative_overflow_infinity): Likewise.
13763 (is_positive_overflow_infinity): Likewise.
13764 (is_overflow_infinity): Likewise.
13765 (stmt_overflow_infinity): Likewise.
13766 (overflow_infinity_range_p): Likewise.
13767 (usable_range_p): Remove as always returning true.
13768 (make_overflow_infinity): Remove.
13769 (negative_overflow_infinity): Likewise.
13770 (positive_overflow_infinity): Likewise.
13771 (avoid_overflow_infinity): Likewise.
13772 (set_value_range): Adjust accordingly.
13773 (set_value_range_to_nonnegative): Likewise, remove now unused
13774 overflow_infinity arg.
13775 (vrp_operand_equal_p): Adjust.
13776 (update_value_range): Likewise.
13777 (range_int_cst_singleton_p): Likewise.
13778 (operand_less_p): Likewise.
13779 (compare_values_warnv): Likewise.
13780 (extract_range_for_var_from_comparison_expr): Likewise.
13781 (vrp_int_const_binop): Likewise.
13782 (zero_nonzero_bits_from_vr): Likewise.
13783 (extract_range_from_multiplicative_op_1): Likewise.
13784 (extract_range_from_binary_expr_1): Likewise.
13785 (extract_range_from_unary_expr): Likewise.
13786 (extract_range_from_comparison): Likewise.
13787 (extract_range_basic): Likewise.
13788 (adjust_range_with_scev): Likewise.
13789 (compare_ranges): Likewise.
13790 (compare_range_with_value): Likewise.
13791 (dump_value_range): Likewise.
13792 (test_for_singularity): Likewise, remove strict_overflow_p parameter
13794 (simplify_cond_using_ranges): Adjust.
13796 2017-05-04 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
13798 * brig-builtins.def: Added a builtin for class_f64.
13799 * builtin-types.def: Added a builtin type needed by class_f64.
13801 2017-05-03 Jason Merrill <jason@redhat.com>
13803 * timevar.def: Add TV_CONSTEXPR.
13805 2017-05-03 David Malcolm <dmalcolm@redhat.com>
13807 * common.opt (fdiagnostics-parseable-fixits): Fix typo.
13809 2017-05-03 Martin Jambor <mjambor@suse.cz>
13811 * ipa-prop.c (ipa_update_after_lto_read): Removed.
13812 * ipa-prop.h (ipa_update_after_lto_read): Remove declaration.
13813 * ipa-cp.c (ipcp_propagate_stage): Do not call
13814 ipa_update_after_lto_read.
13815 * ipa-inline.c (ipa_inline): Likewise.
13817 2017-05-03 Martin Jambor <mjambor@suse.cz>
13819 * ipa-prop.h (ipa_edge_args): Make a class. Mark with for_user GTY
13820 tag. Added a default constructor and a destructor.
13821 (ipa_edge_args_sum_t): New class;
13822 (ipa_edge_args_sum): Declare.
13823 (ipa_edge_args_vector): Remove declaration.
13824 (IPA_EDGE_REF): Use ipa_edge_args_sum.
13825 (ipa_free_edge_args_substructures): Remove declaration.
13826 (ipa_check_create_edge_args): Use ipa_edge_args_sum.
13827 (ipa_edge_args_info_available_for_edge_p): Likewise.
13828 * ipa-prop.c (ipa_edge_args_vector): Removed.
13829 (edge_removal_hook_holder): Likewise.
13830 (edge_duplication_hook_holder): Likewise.
13831 (ipa_edge_args_sum): New variable.
13832 (ipa_propagate_indirect_call_infos): Test ipa_edge_args_sum instead of
13833 ipa_edge_args_vector.
13834 (ipa_free_edge_args_substructures): Likewise.
13835 (ipa_free_all_edge_args): Free ipa_edge_args_sum instead of
13836 ipa_edge_args_vector.
13837 (ipa_edge_removal_hook): Turned into method
13838 ipa_edge_args_sum_t::remove.
13839 (ipa_edge_duplication_hook): Turned into method
13840 ipa_edge_args_sum_t::duplicate.
13841 (ipa_register_cgraph_hooks): Create ipa_edge_args_sum instead of
13842 registering edge hooks.
13843 (ipa_unregister_cgraph_hooks): Do not unregister edge hooks.
13844 * ipa-inline-analysis.c (estimate_function_body_sizes): Test
13845 ipa_edge_args_sum instead of ipa_edge_args_vector.
13846 * ipa-profile.c (ipa_profile): Likewise.
13848 2017-05-03 Martin Jambor <mjambor@suse.cz>
13850 * symbol-summary.h (function_summary): New method exists.
13851 (function_summary::symtab_removal): Deallocate through release.
13852 (call_summary): New class.
13853 (gt_ggc_mx): New overload.
13854 (gt_pch_nx): Likewise.
13855 (gt_pch_nx): Likewise.
13857 2017-05-03 Jeff Law <law@redhat.com>
13859 PR tree-optimization/78496
13860 * tree-vrp.c (simplify_cond_using_ranges_1): Renamed
13861 from simplify_cond_using_ranges. Split off code to walk
13862 backwards through casts into ...
13863 (simplify_cond_using_ranges_2): New function.
13864 (simplify_stmt_using_ranges): Call simplify_cond_using_ranges_1.
13865 (execute_vrp): After identifying jump threads, call
13866 simplify_cond_using_ranges_2.
13868 2017-05-03 Jan Hubicka <hubicka@ucw.cz>
13871 * ipa-inline.h (inline_summary): Add ctor.
13872 (create_ggc): Do not use ggc_cleared_alloc.
13874 2017-05-03 Jeff Downs <heydowns@somuchpressure.net>
13875 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
13877 * gcc.c (handle_braces): Support escaping in switch matching
13879 * doc/invoke.texi (Spec Files): Document it.
13880 Remove superfluous @code markup in items.
13882 2017-05-03 David Malcolm <dmalcolm@redhat.com>
13884 * diagnostic-show-locus.c (struct column_range): New struct.
13885 (get_affected_columns): New function.
13886 (get_printed_columns): New function.
13887 (struct correction): New struct.
13888 (correction::ensure_capacity): New function.
13889 (correction::ensure_terminated): New function.
13890 (struct line_corrections): New struct.
13891 (line_corrections::~line_corrections): New dtor.
13892 (line_corrections::add_hint): New function.
13893 (layout::print_trailing_fixits): Reimplement in terms of the new
13895 (selftest::test_overlapped_fixit_printing): New function.
13896 (selftest::diagnostic_show_locus_c_tests): Call it.
13898 2017-05-03 Nathan Sidwell <nathan@acm.org>
13900 Canonicalize canonical type hashing
13901 * tree.h (type_hash_canon_hash): Declare.
13902 * tree.c (type_hash_list, attribute_hash_list): Move into
13903 type_hash_canon_hash.
13904 (build_type_attribute_qual_variant): Break out hash code calc into
13905 type_hash_canon_hash.
13906 (type_hash_canon_hash): New. Generic type hash computation.
13907 (build_range_type_1, build_array_type_1, build_function_type,
13908 build_method_type_directly, build_offset_type, build_complex_type,
13909 make_vector_type): Call it.
13911 2017-05-03 Richard Biener <rguenther@suse.de>
13913 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment):
13914 When all DRs have unknown misaligned do not always peel
13915 when there is a store but apply the same costing model as if
13916 there were only loads.
13918 2017-05-03 Richard Biener <rguenther@suse.de>
13921 PR tree-optimization/80492
13922 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
13923 compare_base_decls returning dont-know properly.
13925 2017-05-03 Thomas Preud'homme <thomas.preudhomme@arm.com>
13927 * config/arm/iterators.md (CCSI): New mode iterator.
13928 (arch): New mode attribute.
13929 * config/arm/sync.md (atomic_compare_and_swap<mode>_1): Rename into ...
13930 (atomic_compare_and_swap<CCSI:arch><NARROW:mode>_1): This and ...
13931 (atomic_compare_and_swap<CCSI:arch><SIDI:mode>_1): This. Use CCSI
13932 code iterator for success result mode.
13933 * config/arm/arm.c (arm_expand_compare_and_swap): Adapt code to use
13934 the corresponding new insn generators.
13936 2017-05-03 Bin Cheng <bin.cheng@arm.com>
13939 2017-05-02 Bin Cheng <bin.cheng@arm.com>
13940 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
13942 2017-05-03 Richard Sandiford <richard.sandiford@linaro.org>
13944 * tree-data-ref.h (SUB_CONFLICTS_IN_A): Wrap SUB argument in brackets.
13945 (SUB_CONFLICTS_IN_B, SUB_LAST_CONFLICT, SUB_DISTANCE): Likewise.
13946 (DDR_A): Wrap DDR argument in brackets.
13947 (DDR_B, DDR_AFFINE_P, DDR_ARE_DEPENDENT, DDR_SUBSCRIPTS): Likewise.
13948 (DDR_LOOP_NEST, DDR_INNER_LOOP, DDR_SELF_REFERENCE): Likewise.
13949 (DDR_REVERSED_P): Likewise.
13951 2017-05-03 Jakub Jelinek <jakub@redhat.com>
13953 PR tree-optimization/79472
13954 * tree-switch-conversion.c (struct switch_conv_info): Add
13955 contiguous_range and default_case_nonstandard fields.
13956 (collect_switch_conv_info): Compute contiguous_range and
13957 default_case_nonstandard fields, don't clear final_bb if
13958 contiguous_range and only the default case doesn't have the required
13960 (check_all_empty_except_final): Set default_case_nonstandard instead
13961 of failing if contiguous_range and the default case doesn't have empty
13963 (check_final_bb): Add SWTCH argument, don't fail if contiguous_range
13964 and only the default case doesn't have the required constants. Skip
13966 (gather_default_values): Skip virtual phis. Allow non-NULL CASE_LOW
13967 if default_case_nonstandard.
13968 (build_constructors): Build constant 1 just once. Assert that default
13969 values aren't inserted in between cases if contiguous_range. Skip
13971 (build_arrays): Skip virtual phis.
13972 (prune_bbs): Add DEFAULT_BB argument, don't remove that bb.
13973 (fix_phi_nodes): Don't add e2f phi arg if default_case_nonstandard.
13974 Handle virtual phis.
13975 (gen_inbound_check): Handle default_case_nonstandard case.
13976 (process_switch): Adjust check_final_bb caller. Call
13977 gather_default_values with the first non-default case instead of
13978 default case if default_case_nonstandard.
13980 2017-05-02 Nathan Sidwell <nathan@acm.org>
13982 * ggc-page.c (move_ptes_to_front): Replace unsigned >0 with i--
13983 check. Fix formatting.
13985 2017-05-02 Jan Hubicka <hubicka@ucw.cz>
13987 * ipa-inline-analysis.c (estimate_node_size_and_time): Allow roundoff
13988 errors when comparing specialized and unspecialized times.
13990 2017-05-02 David Malcolm <dmalcolm@redhat.com>
13992 * diagnostic-show-locus.c
13993 (layout::should_print_annotation_line_p): Make private.
13994 (layout::print_annotation_line): Make private.
13995 (layout::annotation_line_showed_range_p): Make private.
13996 (layout::show_ruler): Make private.
13997 (layout::print_source_line): Make private. Pass in line and
13998 line_width, rather than calling location_get_source_line. Drop
14000 (layout::print_leading_fixits): New method.
14001 (layout::print_any_fixits): Rename to...
14002 (layout::print_trailing_fixits): ...this, and make private.
14003 Don't print newline fixits.
14004 (diagnostic_show_locus): Move logic for printing one row into...
14005 (layout::print_line): ...this new function. Move the
14006 location_get_source_line call and error-handling from
14007 print_source_line to here. Call print_leading_fixits, and rename
14008 print_any_fixits to print_trailing_fixits.
14009 (selftest::test_fixit_insert_containing_newline): Update now that
14010 newlines are partially supported.
14011 (selftest::test_fixit_insert_containing_newline_2): New test.
14012 (selftest::test_fixit_replace_containing_newline): Update comments.
14013 (selftest::diagnostic_show_locus_c_tests): Call the new test.
14014 * edit-context.c (class added_line): New class.
14015 (class edited_line): Describe newline handling in comment.
14016 (edited_line::actually_edited_p): New method.
14017 (edited_line::print_content): Delete redundant decl.
14018 (edited_line::m_predecessors): New field.
14019 (edited_file::print_content): Call edited_line::print_content.
14020 (edited_file::print_diff): Update to support newlines.
14021 (edited_file::print_diff_hunk): Likewise.
14022 (edited_file::print_run_of_changed_lines): New function.
14023 (edited_file::print_diff_line): Convert to...
14024 (print_diff_line): ...this.
14025 (edited_file::get_effective_line_count): New function.
14026 (edited_line::edited_line): Initialize new field m_predecessors.
14027 (edited_line::~edited_line): Clean up m_predecessors.
14028 (edited_line::apply_fixit): Handle newlines.
14029 (edited_line::get_effective_line_count): New function.
14030 (edited_line::print_content): New function.
14031 (edited_line::print_diff_lines): New function.
14032 (selftest::test_applying_fixits_insert_containing_newline): New
14034 (selftest::test_applying_fixits_replace_containing_newline): New
14036 (selftest::insert_line): New function.
14037 (selftest::test_applying_fixits_multiple_lines): Add example of
14039 (selftest::edit_context_c_tests): Call the new tests.
14041 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14043 * tree-ssa-loop-ivopts.c (get_scaled_computation_cost_at): Delete
14044 parameter cand. Update dump information.
14045 (get_computation_cost): Update uses.
14047 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14049 * tree-ssa-loop-ivopts.c (get_computation_aff_1): New.
14050 (get_computation_aff): Reorder parameters. Use get_computation_aff_1.
14051 (get_computation_at, rewrite_use_address): Update use of
14052 get_computation_aff.
14054 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14056 * tree-ssa-loop-ivopts.c (get_computation_at): Reorder parameters.
14057 (get_computation): Delete.
14058 (get_computation_cost): Implement like get_computation_cost_at.
14059 Use get_computation_at.
14060 (get_computation_cost_at): Delete.
14061 (rewrite_use_nonlinear_expr): Use get_computation_at.
14062 (rewrite_use_compare, remove_unused_ivs): Ditto.
14064 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14066 * tree-ssa-loop-ivopts.c (rewrite_use_address): Simple refactor.
14068 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14070 * tree-ssa-loop-ivopts.c (struct iv_ca): Rename n_regs to n_invs.
14071 (ivopts_global_cost_for_size): Rename parameter and update uses.
14072 (iv_ca_recount_cost): Update uses.
14073 (iv_ca_set_remove_invs, iv_ca_set_no_cp): Record invariants and
14074 candidates seperately in n_invs and n_cands.
14075 (iv_ca_set_add_invs, iv_ca_set_cp, iv_ca_new): Ditto.
14077 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14079 * tree-ssa-loop-ivopts.c (struct walk_tree_data): New.
14080 (find_inv_vars_cb): New.
14081 (find_depends): Renamed to ...
14082 (find_inv_vars): ... this.
14083 (add_candidate_1, force_var_cost): Call find_inv_vars.
14084 (split_address_cost, determine_group_iv_cost_cond): Ditto.
14086 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14088 * tree-ssa-loop-ivopts.c (struct cost_pair): Rename depends_on to
14089 inv_vars. Add inv_exprs.
14090 (struct iv_cand): Rename depends_on to inv_vars.
14091 (struct ivopts_data): Rename max_inv_id/n_invariant_uses to
14092 max_inv_var_id/n_inv_var_uses. Move max_inv_expr_id around.
14093 Refactor field used_inv_exprs from has_map to array n_inv_expr_uses.
14094 (dump_cand): Dump inv_vars.
14095 (tree_ssa_iv_optimize_init): Support inv_vars and inv_exprs.
14096 (record_invariant, find_depends, add_candidate_1): Ditto.
14097 (set_group_iv_cost, force_var_cost): Ditto.
14098 (split_address_cost, ptr_difference_cost, difference_cost): Ditto.
14099 (get_computation_cost_at, get_computation_cost): Ditto.
14100 (determine_group_iv_cost_generic): Ditto.
14101 (determine_group_iv_cost_address): Ditto.
14102 (determine_group_iv_cost_cond, autoinc_possible_for_pair): Ditto.
14103 (determine_group_iv_costs): Ditto.
14104 (iv_ca_recount_cost): Update call to ivopts_global_cost_for_size.
14105 (iv_ca_set_remove_invariants): Renamed to ...
14106 (iv_ca_set_remove_invs): ... this. Support inv_vars and inv_exprs.
14107 (iv_ca_set_no_cp): Use iv_ca_set_remove_invs.
14108 (iv_ca_set_add_invariants): Renamed to ...
14109 (iv_ca_set_add_invs): ... this. Support inv_vars and inv_exprs.
14110 (iv_ca_set_cp): Use iv_ca_set_add_invs.
14111 (iv_ca_has_deps): Support inv_vars and inv_exprs.
14112 (iv_ca_new, iv_ca_free, iv_ca_dump, free_loop_data): Ditto.
14113 (create_new_ivs): Remove useless dump.
14115 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14117 * tree-ssa-loop-ivopts.c (get_computation_cost_at): Remove pseudo
14119 (determine_group_iv_cost_cond, determine_iv_cost): Ditto.
14120 (iv_ca_set_no_cp, create_new_iv): Ditto.
14122 2017-05-02 Bin Cheng <bin.cheng@arm.com>
14124 * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes.
14126 2017-05-02 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
14128 * tree.h (EXPR_CILK_SPAWN): Use macro TREE_CHECK2 instead of
14129 function tree_check2.
14131 2017-05-02 Martin Liska <mliska@suse.cz>
14133 * doc/gcov.texi: Add missing preposition.
14134 * gcov.c (function_info::function_info): Properly fill up
14135 all member variables.
14137 2017-05-02 Tamar Christina <tamar.christina@arm.com>
14139 * expr.c (expand_expr_real_2): Re-cost if previous costs are the same.
14141 2017-05-02 Tamar Christina <tamar.christina@arm.com>
14143 * simplify-rtx.c (simplify_binary_operation_1): Add LSHIFTRT case.
14145 2017-05-02 Martin Liska <mliska@suse.cz>
14148 * lto-streamer-in.c (lto_read_tree_1): Remove
14149 LTO_STREAMER_DEBUG.
14150 * lto-streamer.c (struct tree_hash_entry): Likewise.
14151 (struct tree_entry_hasher): Likewise.
14152 (tree_entry_hasher::hash): Likewise.
14153 (tree_entry_hasher::equal): Likewise.
14154 (lto_streamer_init): Likewise.
14155 (lto_orig_address_map): Likewise.
14156 (lto_orig_address_get): Likewise.
14157 (lto_orig_address_remove): Likewise.
14158 * lto-streamer.h: Likewise.
14159 * tree-streamer-in.c (streamer_alloc_tree): Likewise.
14160 * tree-streamer-out.c (streamer_write_tree_header): Likewise.
14162 2017-05-02 Sebastian Peryt <sebastian.peryt@intel.com>
14164 * config/i386/avx512fintrin.h (_mm_mask_add_round_sd)
14165 (_mm_maskz_add_round_sd, _mm_mask_add_round_ss)
14166 (mm_maskz_add_round_ss, _mm_mask_sub_round_sd)
14167 (mm_maskz_sub_round_sd, _mm_mask_sub_round_ss)
14168 (mm_maskz_sub_round_ss, _mm_mask_add_sd)
14169 (mm_maskz_add_sd, _mm_mask_add_ss, _mm_maskz_add_ss)
14170 (mm_mask_sub_sd, _mm_maskz_sub_sd, _mm_mask_sub_ss)
14171 (mm_maskz_sub_ss): New intrinsics.
14172 * config/i386/i386-builtin-types.def (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14173 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): New function type aliases.
14174 * config/i386/i386-builtin.def (__builtin_ia32_addsd_mask_round)
14175 (__builtin_ia32_addss_mask_round, __builtin_ia32_subsd_mask_round)
14176 (__builtin_ia32_subss_mask_round): New builtins.
14177 * config/i386/i386.c (V2DF_FTYPE_V2DF_V2DF_V2DF_UQI_INT)
14178 (V4SF_FTYPE_V4SF_V4SF_V4SF_UQI_INT): Handle new types.
14179 * config/i386/sse.md (<sse>_vm<plusminus_insn><mode>3<round_name>):
14181 (<sse>_vm<plusminus_insn><mode>3<mask_name><round_name>): ... this.
14182 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_op3>%2, %1, %0|%0, %1, %<iptr>2<round_op3>}):
14184 (v<plusminus_mnemonic><ssescalarmodesuffix>\t{<round_mask_op3>%2, %1, %0<mask_operand3>|%0<mask_operand3>, %1, %<iptr>2<round_mask_op3>}):
14187 2017-05-02 Martin Jambor <mjambor@suse.cz>
14189 PR tree-optimization/78687
14190 * tree-sra.c (access): New field parent.
14191 (process_subtree_disqualification): New function.
14192 (disqualify_candidate): Call it.
14193 (build_accesses_from_assign): Reset write flag if creating an
14195 (build_access_subtree): Fill in parent field and also prpagate
14196 down grp_write flag.
14197 (create_artificial_child_access): New parameter set_grp_write, set
14198 grp_write to its value.
14199 (propagate_subaccesses_across_link): Also propagate grp_write flag
14201 (propagate_all_subaccesses): Push the closest parent back to work
14202 queue if add_access_to_work_queue returned true.
14204 2017-05-02 Richard Biener <rguenther@suse.de>
14206 * common.opt (fstrict-overflow): Alias negative to fwrapv.
14207 * doc/invoke.texi (fstrict-overflow): Remove all traces of
14208 -fstrict-overflow documentation.
14209 * tree.h (TYPE_OVERFLOW_UNDEFINED): Do not test flag_strict_overflow.
14210 (POINTER_TYPE_OVERFLOW_UNDEFINED): Test !flag_wrapv instead of
14211 flag_strict_overflow.
14212 * ipa-inline.c (can_inline_edge_p): Do not test flag_strict_overflow.
14213 * lto-opts.c (lto_write_options): Do not stream it.
14214 * lto-wrapper.c (merge_and_complain): Do not handle it.
14215 * opts.c (default_options_table): Do not set -fstrict-overflow.
14216 (finish_options): Likewise do not clear it when sanitizing.
14217 * simplify-rtx.c (simplify_const_relational_operation): Do not
14218 test flag_strict_overflow.
14220 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
14222 * config/alpha/alpha.md (*add<mode>3_ieee): Merge to add<mode>3
14223 using enabled attribute.
14224 (*sub<mode>3_ieee): Merge to sub<mode>3 using enabled attribute.
14225 (*mul<mode>3_ieee): Merge to mul<mode>3 using enabled attribute.
14226 (*div<mode>3_ieee): Merge to div<mode>3 using enabled attribute.
14227 (*sqrt<mode>2_ieee): Merge to sqrt<mode>2 using enabled attribute.
14228 (*fix_truncdfdi_ieee): Merge to *fix_truncdfdi2 using enabled attribute.
14229 (*fix_truncsfdi_ieee): Merge to *fix_truncsfdi2 using enabled attribute.
14230 (*floatdisf_ieee): Merge to floatdisf2 using enabled attribute.
14231 (*floatdidf_ieee): Merge to floatdidf2 using enabled attribute.
14232 (*truncdfsf2_ieee): Merge to truncdfsf2 using enabled attribute.
14233 (*cmpdf_ieee): Merge to *cmpdf_internal using enabled attribute.
14235 2017-05-02 Uros Bizjak <ubizjak@gmail.com>
14237 * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
14239 2017-05-02 Richard Biener <rguenther@suse.de>
14241 PR tree-optimization/80591
14243 2017-04-10 Richard Biener <rguenther@suse.de>
14245 * tree-ssa-structalias.c (find_func_aliases): Properly handle
14248 2017-05-02 Richard Biener <rguenther@suse.de>
14250 PR tree-optimization/80549
14251 * tree-cfgcleanup.c (mfb_keep_latches): New helper.
14252 (cleanup_tree_cfg_noloop): Create forwarders to known loop
14253 headers if they do not have a preheader.
14255 2017-05-02 Martin Liska <mliska@suse.cz>
14258 * common.opt: Fix typo.
14259 * doc/invoke.texi: Likewise.
14261 2017-05-01 Jan Beulich <jbeulich@suse.com>
14263 * config/i386/sse.md (xop_vpermil2<mode>3): Do not allow operand
14264 swapping, add (x,x,m,x,n) alternative.
14266 2017-05-01 Nathan Sidwell <nathan@acm.org>
14268 * calls.c (combine_pending_stack_adjustment_and_call): Remove
14269 unnecessary unadjusted_alignment check.
14271 2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
14274 * cilk_common.c (expand_builtin_cilk_detach): Move pedigree
14276 * gimplify.c (gimplify_cilk_detach): New function.
14277 (gimplify_call_expr, gimplify_modify_expr): Call it as needed.
14278 * tree-core.h: Document EXPR_CILK_SPAWN.
14279 * tree.h (EXPR_CILK_SPAWN): Define.
14281 2017-05-01 David Malcolm <dmalcolm@redhat.com>
14283 * diagnostic-show-locus.c (layout::get_expanded_location): Rewrite
14284 to use new fixit_hint representation, using the "replace" logic.
14285 (get_line_span_for_fixit_hint): Likewise.
14286 (layout::print_any_fixits): Likewise.
14287 (selftest::test_one_liner_many_fixits): Rename to...
14288 (selftest::test_one_liner_many_fixits_1): ...this, and update
14289 comment and expected output to reflect that the multiple fix-it
14290 hints are now consolidated into one insertion.
14291 (selftest::test_one_liner_many_fixits_2): New test.
14292 (selftest::test_diagnostic_show_locus_one_liner): Update for
14294 (selftest::test_fixit_consolidation): Update for fix-it API
14296 * diagnostic.c (print_parseable_fixits): Likewise.
14297 * edit-context.c (edited_line::m_line_events): Convert from
14298 auto_vec <line_event *> to auto_vec <line_event>.
14299 (class line_event): Convert from abstract base class to a concrete
14300 class, taking over the role of replace_event.
14301 (class insert_event): Delete.
14302 (class replace_event): Rename to class line_event. Convert to
14304 (edit_context::add_fixits): Reimplement.
14305 (edit_context::apply_insert): Delete.
14306 (edit_context::apply_replace): Rename to...
14307 (edit_context::apply_fixit): ...this. Convert to half-open range.
14308 (edited_file::apply_insert): Delete.
14309 (edited_file::apply_replace): Rename to...
14310 (edited_file::apply_fixit): ...this.
14311 (edited_line::~edited_line): Drop deletion of events.
14312 (edited_line::apply_insert): Delete.
14313 (edited_line::apply_replace): Rename to...
14314 (edited_line::apply_fixit): ...this. Convert to half-open range.
14315 Update for change to type of m_line_events.
14316 * edit-context.h (edit_context::apply_insert): Delete.
14317 (edit_context::apply_replace): Rename to...
14318 (edit_context::apply_fixit): ...this.
14320 2017-05-01 Martin Sebor <msebor@redhat.com>
14322 * gimple-ssa-sprintf.c (format_integer): Set knownrange when it's
14325 2017-05-01 Uros Bizjak <ubizjak@gmail.com>
14328 * config/i386/cpuid.h (__get_cpuid): Always return 0 when
14329 __get_cpuid_max returns 0.
14330 (__get_cpuid_count): Ditto.
14332 2017-05-01 Eric Botcazou <ebotcazou@adacore.com>
14334 * tree.c (substitute_in_expr) <tcc_vl_exp>: Also inline a call if the
14335 replacement expression is another instance of one of its arguments.
14337 2017-05-01 Jakub Jelinek <jakub@redhat.com>
14340 * rtlanal.c (reg_set_p): If reg is a stack_pointer_rtx, also
14341 check for stack push/pop autoinc.
14342 * config/i386/i386.c (ix86_agi_dependent): Return false
14343 if the only reason why modified_in_p returned true is that
14344 addr is SP based and set_insn is a push or pop.
14346 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
14348 * ipa-inline.c (compute_inlined_call_time): Remove now unnecesary
14351 2017-04-29 Jan Hubicka <hubicka@ucw.cz>
14354 * ipa-inline-analysis.c (dump_predicate): Add optional parameter NL.
14355 (account_size_time): Use two predicates - exec_pred and
14357 (evaluate_conditions_for_known_args): Compute both clause and
14359 (evaluate_properties_for_edge): Evaulate both clause and nonspec_clause.
14360 (inline_summary_t::duplicate): Update.
14361 (estimate_function_body_sizes): Caluculate exec and nonconst predicates
14363 (compute_inline_parameters): Likewise.
14364 (estimate_edge_size_and_time): Update caluclation of time.
14365 (estimate_node_size_and_time): Compute both time and nonspecialized
14367 (estimate_ipcp_clone_size_and_time): Update.
14368 (inline_merge_summary): Update.
14369 (do_estimate_edge_time): Update.
14370 (do_estimate_edge_size): Update.
14371 (do_estimate_edge_hints): Update.
14372 (inline_read_section, inline_write_summary): Stream both new predicates.
14373 * ipa-inline.c (compute_uninlined_call_time): Take uninlined_call_time
14375 (compute_inlined_call_time): Cleanup.
14376 (big_speedup_p): Update.
14377 (edge_badness): Update.
14378 * ipa-inline.h (INLINE_TIME_SCALE): Remove.
14379 (size_time_entry): Replace predicate by exec_predicate and
14380 nonconst_predicate.
14381 (edge_growth_cache_entry): Cache both time nad nonspecialized time.
14382 (estimate_edge_time): Return also nonspec_time.
14383 (reset_edge_growth_cache): Update.
14385 2017-04-29 Jakub Jelinek <jakub@redhat.com>
14387 PR rtl-optimization/80491
14388 * ifcvt.c (noce_process_if_block): When looking for x setter
14389 with missing else_bb, don't check only the insn right before
14390 cond_earliest, but look for the last insn that x is modified in
14391 within the same bb.
14393 PR rtl-optimization/80491
14394 * alias.c (memory_modified_in_insn_p): Return true for CALL_INSNs.
14396 2017-04-29 Marc Glisse <marc.glisse@inria.fr>
14398 PR tree-optimization/80487
14399 * tree-ssa-alias.c (stmt_kills_ref_p): Handle stpncpy and strncpy.
14401 2017-04-29 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
14403 PR tree-optimization/79697
14404 * tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Check if callee
14405 is BUILT_IN_STRDUP, BUILT_IN_STRNDUP, BUILT_IN_REALLOC.
14406 (propagate_necessity): Check if def_callee is BUILT_IN_STRDUP or
14408 * gimple-fold.c (gimple_fold_builtin_realloc): New function.
14409 (gimple_fold_builtin): Call gimple_fold_builtin_realloc.
14411 2017-04-28 Martin Sebor <msebor@redhat.com>
14413 PR tree-optimization/80523
14414 * gimple-ssa-sprintf.c (target_to_host_charmap): New global variable.
14415 (init_target_to_host_charmap, target_to_host, target_strtol10): New
14417 (maybe_warn, format_directive, parse_directive): Use new functions.
14418 (pass_sprintf_length::execute): Call init_target_to_host_charmap.
14420 2017-04-28 Marc Glisse <marc.glisse@inria.fr>
14422 * match.pd (X+Z OP Y+Z, X-Z OP Y-Z, Z-X OP Z-Y): New transformations.
14424 2017-04-28 Bernd Edlinger <bernd.edlinger@hotmail.de>
14426 * configure.ac (SYSTEM_HEADER_DIR, BUILD_SYSTEM_HEADER_DIR,
14427 target_header_dir): Set correctly.
14428 * configure: Regenerated.
14429 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
14430 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
14431 instead of SYSTEM_HEADER_DIR.
14433 2017-04-28 Jan Hubicka <hubicka@ucw.cz>
14435 * ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.
14436 (estimate_local_effects): Likewise.
14437 * ipa-inline.c (compute_inlined_call_time, want_inline_small_function_p,
14438 edge_badness, inline_small_functions, dump_overall_stats): LIkewise.
14439 * ipa-inline.h (edge_growth_cache_entry, estimate_time_after_inlining,
14440 estimate_ipcp_clone_size_and_time, do_estimate_edge_time,
14441 do_estimate_edge_time, estimate_edge_time): Likewise.
14442 * ipa-inline-analysis.c (estimate_node_size_and_time,
14443 estimate_ipcp_clone_size_and_time, do_estimate_edge_time): Likewise.
14444 (estimate_time_after_inlining): Remove.
14446 2017-04-28 Martin Liska <mliska@suse.cz>
14448 * doc/gcov.texi: Enhance documentation of gcov.
14450 2017-04-28 Martin Liska <mliska@suse.cz>
14452 * doc/gcov.texi: Sort options in alphabetic order.
14453 * doc/gcov-dump.texi: Likewise.
14454 * doc/gcov-tool.texi: Likewise.
14455 * gcov.c (print_usage): Likewise.
14456 * gcov-dump.c (print_usage): Likewise.
14457 * gcov-tool.c (print_merge_usage_message): Likewise.
14458 (print_rewrite_usage_message): Likewise.
14459 (print_overlap_usage_message): Likewise.
14461 2017-04-28 Martin Liska <mliska@suse.cz>
14463 PR gcov-profile/53915
14464 * gcov.c (format_gcov): Print 'NAN %' when top > bottom.
14466 2017-04-28 Martin Liska <mliska@suse.cz>
14468 PR gcov-profile/79891
14469 * gcov.c (add_line_counts): Assign BBs to lines just if the BB
14470 is marked by compiler as living on a line.
14471 (get_cycles_count): Remove usage of the union.
14472 (output_intermediate_file): Likewise.
14473 (find_source): Fix GNU coding style.
14474 (accumulate_line_counts): Remove old non-all block mode.
14475 (output_lines): Remove usage of the union.
14476 * profile.c (output_location): Include all BBs, even if
14477 belonging to a same line (and file) as a previous BB.
14479 2017-04-28 Martin Liska <mliska@suse.cz>
14481 * gcov.c (process_args): Handle new argument 'w'.
14482 (read_graph_file): Assign ID to BBs.
14483 (output_branch_count): Display BB # if verbose flag is set.
14484 (output_lines): Likewise for arcs.
14485 (print_usage): Add '--verbose' option help.
14486 * doc/gcov.texi: Document --verbose (-w) option.
14488 2017-04-28 Martin Liska <mliska@suse.cz>
14490 * gcov.c (struct block_location_info): New struct.
14491 (process_file): Fill up the new structure.
14492 (read_graph_file): Replace usage of encoding by the newly added
14494 (add_line_counts): Likewise.
14495 (accumulate_line_counts): Remove usage of the union.
14496 (function_info::function_info): New function.
14497 (function_info::~function_info): Likewise.
14498 (process_file): Call delete instead of release_function.
14499 (release_function): Release the function.
14500 (release_structures): Call delete instead of release_function.
14501 (solve_flow_graph): Replace usage of num_blocks.
14502 (find_exception_blocks): Likewise.
14503 (output_lines): Fix GNU coding style.
14505 2017-04-28 Martin Liska <mliska@suse.cz>
14508 * coverage.c (coverage_remove_note_file): New function.
14509 * coverage.h: Declare the function.
14510 * toplev.c (finalize): Clean if an error has been seen.
14512 2017-04-28 Martin Liska <mliska@suse.cz>
14514 PR gcov-profile/80031
14515 * gcov-dump.c (tag_blocks): Just print number of basic blocks.
14516 * gcov-io.h (GCOV_TAG_BLOCKS_NUM): Remove unused macro.
14517 * gcov.c (read_graph_file): Read just number of blocks.
14518 * profile.c (branch_prob): Do not stream 0 flags per a basic
14521 2017-04-28 Martin Liska <mliska@suse.cz>
14523 * gcov-dump.c (tag_*): Add new argument to declarations.
14524 (dump_gcov_file): Likewise.
14525 (tag_blocks): Add and use new argument depth.
14526 (tag_arcs): Likewise.
14527 (tag_lines): Likewise.
14528 (tag_counters): Likewise.
14529 (tag_summary): Likewise.
14530 (dump_working_sets): Use depth to do a proper indentation.
14532 2017-04-28 Jakub Jelinek <jakub@redhat.com>
14535 * cgraph.h (symtab_node::debug_symtab): No longer inline.
14536 * symtab.c (symtab_node::debug_symtab): Move definition here.
14538 2017-04-28 Richard Biener <rguenther@suse.de>
14540 * lto-streamer.h (LTO_major_version): Bump to 7.
14542 2017-04-28 Richard Biener <rguenther@suse.de>
14544 * tree-vrp.c (assert_info): New struct.
14545 (add_assert_info): New helper.
14546 (register_edge_assert_for_2): Refactor to add asserts to a vector
14548 (register_edge_assert_for_1): Likewise.
14549 (register_edge_assert_for): Likewise.
14550 (finish_register_edge_assert_for): New helper actually registering
14551 asserts where live on edge.
14552 (find_conditional_asserts): Adjust.
14553 (find_switch_asserts): Likewise.
14554 (evrp_dom_walker::try_find_new_range): Generalize.
14555 (evrp_dom_walker::before_dom_children): Use register_edge_assert_for.
14557 2017-04-27 Marek Polacek <polacek@redhat.com>
14560 * fold-const.c (fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Convert
14561 arg10 and arg11 to itype.
14563 2017-04-27 Jonathan Wakely <jwakely@redhat.com>
14565 * doc/extend.texi (Object Size Checking): Improve grammar.
14567 2017-04-27 Richard Earnshaw <rearnsha@arm.com>
14570 * config/aarch64/aarch64.c (aarch64_emit_approx_sqrt): Ensure
14571 that the logic for permitting reciprocal estimates matches that
14574 2017-04-27 Jakub Jelinek <jakub@redhat.com>
14577 * tree.c (type_cache_hasher::equal): Only compare
14578 TYPE_TYPELESS_STORAGE flag on non-aggregate element types.
14579 (build_array_type_1): Only hash TYPE_TYPELESS_STORAGE flag on
14580 non-aggregate element types.
14581 * tree.h (TYPE_TYPELESS_STORAGE): Fix comment typo, add more details
14582 about the flag on ARRAY_TYPEs in the comment, formatting fix.
14584 2017-04-27 Richard Biener <rguenther@suse.de>
14586 PR middle-end/80533
14587 * emit-rtl.c (set_mem_attributes_minus_bitpos): When
14588 stripping ARRAY_REFs from MEM_EXPR make sure we're not
14589 keeping a reference to a trailing array.
14591 2017-04-27 Richard Biener <rguenther@suse.de>
14593 PR middle-end/80539
14594 * tree-chrec.c (chrec_fold_plus_poly_poly): Deal with not
14595 being in loop-closed SSA form conservatively.
14596 (chrec_fold_multiply_poly_poly): Likewise.
14598 2017-04-27 Tamar Christina <tamar.christina@arm.com>
14600 PR middle-end/79665
14601 * expr.c (expand_expr_real_2): Move TRUNC_MOD_EXPR, FLOOR_MOD_EXPR,
14602 CEIL_MOD_EXPR, ROUND_MOD_EXPR cases.
14604 2017-04-27 Jakub Jelinek <jakub@redhat.com>
14607 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): Remove.
14608 (aarch64_function_arg_alignment): Return unsigned int again, but still
14609 ignore TYPE_FIELDS chain decls other than FIELD_DECLs.
14610 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14611 Don't emit -Wpsabi note.
14612 (aarch64_function_arg_boundary): Likewise.
14613 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14616 2017-04-26 Nathan Sidwell <nathan@acm.org>
14618 * tree.h (crc32_unsigned_n): Declare.
14619 (crc32_unsigned, crc32_unsigned): Make inline.
14620 * tree.c (crc32_unsigned_bits): Replace with ...
14621 (crc32_unsigned_n): ... this.
14622 (crc32_unsigned, crc32_byte): Remove.
14623 (crc32_string): Remove unnecessary braces.
14625 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
14627 * ipa-cp.c (estimate_local_effects): Convert sreal to int.
14628 * ipa-inline-analysis.c (MAX_TIME): Remove.
14629 (account_size_time): Use sreal for time.
14630 (dump_inline_summary): Update.
14631 (estimate_function_body_sizes): Update.
14632 (estimate_edge_size_and_time): Update.
14633 (estimate_calls_size_and_time): Update.
14634 (estimate_node_size_and_time): Update.
14635 (inline_merge_summary): Update.
14636 (inline_update_overall_summary): Update.
14637 (estimate_time_after_inlining): Update.
14638 (inline_read_section): Update.
14639 (inline_write_summary): Update.
14640 * ipa-inline.c (compute_uninlined_call_time): Update.
14641 (compute_inlined_call_time): Update.
14642 (recursive_inlining): Update.
14643 (inline_small_functions): Update.
14644 (dump_overall_stats): Update.
14645 * ipa-inline.h: Include sreal.h.
14646 (size_time_entry): Turn time to sreal.
14647 (inline_summary): Turn self_time nad time to sreal.
14649 2017-04-25 Jan Hubicka <hubicka@ucw.cz>
14651 * sreal.c: Include backend.h, tree.h, gimple.h, cgraph.h and
14653 (sreal::stream_out, sreal::stream_in): New.
14654 * sreal.h (sreal::stream_out, sreal::stream_in): Declare.
14656 2017-04-25 Jakub Jelinek <jakub@redhat.com>
14658 * Makefile.in (s-options): Invoke opt-gather.awk with LC_ALL=C in the
14661 2017-04-25 Uros Bizjak <ubizjak@gmail.com>
14664 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p):
14666 (dimode_scalar_chain::compute_convert_gain): Ditto.
14667 (dimode_scalar_chain::make_vector_copies): Ditto.
14668 (dimode_scalar_chain::convert_reg): Ditto.
14669 (dimode_scalar_chain::convert_insn): Ditto.
14670 * config/i386/sse.md (VI24_AVX512BW_1): Remove mode iterator.
14671 (VI248_AVX512BW_1): New mode iterator.
14672 (<mask_codefor>ashr<mode>3<mask_name>): Merge insn pattern with
14673 <mask_codefor>ashrv2di3<mask_name> insn using VI248_AVX512BW_1
14676 2017-04-25 Martin Sebor <msebor@redhat.com>
14678 PR tree-optimization/80497
14679 * gimple-ssa-sprintf.c (get_int_range): Avoid assuming all integer
14680 constants are representable in HOST_WIDE_INT.
14681 (parse_directive): Ditto.
14683 2017-04-25 Martin Sebor <msebor@redhat.com>
14686 * dominance.c (dom_info::m_n_basic_blocks): Change type to unsigned.
14687 (new_zero_array): Adjust signature.
14688 (dom_info::dom_init): Used unsigned rather that size_t.
14689 (dom_info::dom_info): Same.
14691 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14692 Jakub Jelinek <jakub@redhat.com>
14695 * config/arm/arm.c: Include gimple.h.
14696 (aapcs_layout_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14697 returns negative, increment ncrn only if it returned positive.
14698 (arm_needs_doubleword_align): Return int instead of bool,
14699 ignore DECL_ALIGN of non-FIELD_DECL TYPE_FIELDS chain
14700 members, but if there is any such non-FIELD_DECL
14701 > PARM_BOUNDARY aligned decl, return -1 instead of false.
14702 (arm_function_arg): Emit -Wpsabi note if arm_needs_doubleword_align
14703 returns negative, increment nregs only if it returned positive.
14704 (arm_setup_incoming_varargs): Likewise.
14705 (arm_function_arg_boundary): Emit -Wpsabi note if
14706 arm_needs_doubleword_align returns negative, return
14707 DOUBLEWORD_ALIGNMENT only if it returned positive.
14709 2017-04-25 Marek Polacek <polacek@redhat.com>
14712 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
14713 first argument to type.
14715 2017-04-25 Bill Seurer <seurer@linux.vnet.ibm.com>
14718 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Change
14719 type checks to test for compatibility instead of equality.
14721 2017-04-25 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
14722 Jakub Jelinek <jakub@redhat.com>
14725 * config/aarch64/aarch64.c (struct aarch64_fn_arg_alignment): New
14727 (aarch64_function_arg_alignment): Return aarch64_fn_arg_alignment
14728 struct. Ignore DECL_ALIGN of decls other than FIELD_DECL for
14729 the alignment computation, but return their maximum in warn_alignment.
14730 (aarch64_layout_arg): Adjust aarch64_function_arg_alignment caller.
14731 Emit a -Wpsabi note if warn_alignment is 16 bytes, but alignment
14733 (aarch64_function_arg_boundary): Likewise. Simplify using MIN/MAX.
14734 (aarch64_gimplify_va_arg_expr): Adjust aarch64_function_arg_alignment
14737 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14739 * config/arc/simdext.md (dmpyh): Fix typo.
14741 2017-04-25 Richard Biener <rguenther@suse.de>
14743 PR tree-optimization/80492
14744 * alias.c (compare_base_decls): Handle registers with asm
14745 specification conservatively.
14746 * tree-ssa-alias.c (decl_refs_may_alias_p): Handle
14747 compare_base_decls returning dont-know properly.
14749 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14751 * config/arc/arc.c (LEGITIMATE_OFFSET_ADDRESS_P): Delete macro.
14752 (legitimate_offset_address_p): New function.
14753 (arc_legitimate_address_p): Use above function.
14755 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14757 * config/arc/arc.c (arc_output_mi_thunk): Emit PIC calls.
14759 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14761 * config/arc/arc.c (arc_conditional_register_usage): Use ACCL,
14762 ACCH registers whenever they are available.
14764 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14766 * config/arc/arc.c (arc_conditional_register_usage): Make D0, D1
14767 double regs fix when not used.
14769 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14771 * config/arc/arc.h (REGNO_OK_FOR_BASE_P): Consider also extension
14773 (REG_OK_FOR_INDEX_P_NONSTRICT): Likewise.
14774 (REG_OK_FOR_BASE_P_NONSTRICT): Likewise.
14776 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14778 * config/arc/arc.c (arc_output_addsi): Check for h-register class
14779 when emitting short ADD instructions.
14781 2017-04-25 Claudiu Zissulescu <claziss@synopsys.com>
14783 * config/arc/arc.md (cmpsi_cc_insn_mixed): Use 'h' register
14785 (cmpsi_cc_c_insn): Likewise.
14786 (cbranchsi4_scratch): Compute proper instruction length using
14787 compact_hreg_operand.
14788 * config/arc/predicates.md (compact_hreg_operand): New predicate.
14790 2017-04-25 Richard Biener <rguenther@suse.de>
14792 PR middle-end/80509
14793 * passes.c (pass_manager::pass_manager): Initialize
14794 m_name_to_pass_map.
14796 2017-04-25 Richard Biener <rguenther@suse.de>
14798 PR tree-optimization/79201
14799 * tree-ssa-sink.c (statement_sink_location): Handle calls.
14801 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14804 * config/s390/vector.md: Split MEM->GPR vector moves for
14805 non-s_operand addresses.
14807 2017-04-25 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
14810 * config/s390/predicates.md (reload_const_wide_int_operand): New
14812 * config/s390/s390.md ("movti"): Remove d/P alternative.
14813 ("movti_bigconst"): New pattern definition.
14815 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
14818 * s390-protos.h (s390_expand_cs_hqi): Removed.
14819 (s390_expand_cs, s390_expand_atomic_exchange_tdsi): New prototypes.
14820 * config/s390/s390.c (s390_emit_compare_and_swap): Handle all integer
14821 modes as well as CCZ1mode and CCZmode.
14822 (s390_expand_atomic_exchange_tdsi, s390_expand_atomic): Adapt to new
14823 signature of s390_emit_compare_and_swap.
14824 (s390_expand_cs_hqi): Likewise, make static.
14825 (s390_expand_cs_tdsi): Generate an explicit compare before trying
14826 compare-and-swap, in some cases.
14827 (s390_expand_cs): Wrapper function.
14828 (s390_expand_atomic_exchange_tdsi): New backend specific expander for
14830 (s390_match_ccmode_set): Allow CCZmode <-> CCZ1 mode.
14831 * config/s390/s390.md ("atomic_compare_and_swap<mode>"): Merge the
14832 patterns for small and large integers. Forbid symref memory operands.
14833 Move expander to s390.c. Require cc register.
14834 ("atomic_compare_and_swap<DGPR:mode><CCZZ1:mode>_internal")
14835 ("*atomic_compare_and_swap<TDI:mode><CCZZ1:mode>_1")
14836 ("*atomic_compare_and_swapdi<CCZZ1:mode>_2")
14837 ("*atomic_compare_and_swapsi<CCZZ1:mode>_3"): Use s_operand to forbid
14838 symref memory operands. Remove CC mode and call s390_match_ccmode
14840 ("atomic_exchange<mode>"): Allow and implement all integer modes.
14842 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
14844 * config/s390/s390.md (define_peephole2): New peephole to help
14845 combining the load-and-test pattern with volatile memory.
14847 2017-04-25 Dominik Vogt <vogt@linux.vnet.ibm.com>
14849 * config/s390/s390.md ("cstorecc4"): Use load-on-condition and deal
14850 with CCZmode for TARGET_Z196.
14852 2017-04-25 Jakub Jelinek <jakub@redhat.com>
14854 PR rtl-optimization/80501
14855 * combine.c (make_compound_operation_int): Set subreg_code to SET
14856 even for AND with mask of the sign bit of mode.
14858 PR rtl-optimization/80500
14859 * loop-unroll.c (combine_var_copies_in_loop_exit): Call copy_rtx on
14860 sum's initial value.
14862 2017-04-25 Julian Brown <julian@codesourcery.com>
14863 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
14865 * config/aarch64/thunderx2t99.md (thunderx2t99_crc): New Reservation.
14867 2017-04-25 Marc Glisse <marc.glisse@inria.fr>
14869 * fold-const.c (tree_single_nonzero_warnv_p): Handle SSA_NAME.
14871 2017-04-25 Julian Brown <julian@codesourcery.com>
14872 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
14874 * config/aarch64/thunderx2t99.md (thunderx2t99_aes): New Reservation.
14875 (thunderx2t99_sha): New Reservation.
14877 2017-04-25 Julian Brown <julian@codesourcery.com>
14878 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
14880 * config/aarch64/aarch64-simd.md (aarch64_simd_vec_set<mode>): Fix
14881 type for 1-element load.
14883 2017-04-24 Marc Glisse <marc.glisse@inria.fr>
14885 * match.pd (X/[ex]C CMP Y/[ex]C): New transformation.
14887 2017-04-24 Martin Jambor <mjambor@suse.cz>
14889 PR tree-optimization/80293
14890 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
14891 char arrays not totally scalarizable if it is false.
14892 (analyze_all_variable_accesses): Pass correct value in the new
14893 parameter. Add a statistics counter.
14895 2017-04-24 Jan Hubicka <hubicka@ucw.cz>
14897 PR middle-end/79931
14898 * ipa-devirt.c (dump_possible_polymorphic_call_targets): Fix ICE.
14900 2017-04-24 Richard Biener <rguenther@suse.de>
14902 PR tree-optimization/80494
14903 * tree-scalar-evolution.c (analyze_scalar_evolution_1): Bail
14904 out for complex types.
14906 2017-04-24 Richard Biener <rguenther@suse.de>
14908 * tree-ssa-sccvn.h (run_scc_vn): Adjust prototype.
14909 * tree-ssa-sccvn.c (print_scc): Print SCC size.
14910 (extract_and_process_scc_for_name): Never fail but drop SCC to varying.
14911 (DFS): Adjust and never fail.
14912 (sccvn_dom_walker::fail): Remove.
14913 (sccvn_dom_walker::before_dom_children): Adjust.
14914 (run_scc_vn): Likewise and never fail.
14915 * tree-ssa-pre.c (pass_pre::execute): Adjust.
14916 (pass_fre::execute): Likewise.
14918 2017-04-24 Richard Biener <rguenther@suse.de>
14920 PR tree-optimization/79725
14921 * tree-ssa-sink.c (statement_sink_location): Return whether
14922 failure reason was zero uses. Move that check later.
14923 (sink_code_in_bb): Deal with zero uses by removing the stmt
14926 2017-04-24 Richard Biener <rguenther@suse.de>
14929 * tree-ssa-uninit.c (warn_uninitialized_vars): Handle some
14930 pointer-based references.
14932 2017-04-24 Richard Biener <rguenther@suse.de>
14935 * pass_manager.h (pass_manager::operator new): Remove.
14936 (pass_manager::operator delete): Likewise.
14937 * passes.c (pass_manager::operator new): Remove.
14938 (pass_manager::operator delete): Likewise.
14939 (pass_manager::pass_manager): Zero individual pass members.
14941 2017-04-23 Uros Bizjak <ubizjak@gmail.com>
14944 * config/i386/i386.c (dimode_scalar_to_vector_candidate_p)
14945 <case ASHIFT, case LSHIFTRT>: Also consider variable shifts.
14946 Check "XEXP (src, 1)" operand here.
14947 <case PLUS, case MINUS, case IOR, case XOR, case AND>:
14948 Check "XEXP (src, 1)" operand here.
14949 (dimode_scalar_chain::make_vector_copies): Detect count register
14950 of a shift instruction. Zero extend count register from QImode
14951 to DImode to satisfy vector shift pattern count operand predicate.
14952 Substitute vector shift count operand with a DImode copy.
14953 (dimode_scalar_chain::convert_reg): Ditto, zero-extend from
14956 2017-04-21 Uros Bizjak <ubizjak@gmail.com>
14958 * config/i386/i386.md (*extzvqi_mem_rex64): Move above *extzv<mode>.
14959 Remove UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
14960 (*insvqi_1_mem_rex64): Move above insv<mode>_1. Remove
14961 UNSPEC_NOREX_MEM tag. Update corresponding peephole2 pattern.
14962 (UNSPEC_NOREX_MEM): Remove definition.
14964 2017-04-21 Richard Biener <rguenther@suse.de>
14966 PR tree-optimization/79547
14967 * tree-ssa-structalias.c (find_func_aliases_for_builtin_call):
14968 Handle strlen, strcmp, strncmp, strcasecmp, strncasecmp, memcmp,
14969 bcmp, strspn, strcspn, __builtin_object_size and __builtin_constant_p
14970 without any constraints.
14972 2017-04-21 Richard Biener <rguenther@suse.de>
14974 PR tree-optimization/78847
14975 * fold-const.c (split_tree): Handle POINTER_PLUS_EXPR.
14977 2017-04-21 Richard Biener <rguenther@suse.de>
14979 * tree.h (build_qualified_type): Annotate with CXX_MEM_STAT_INFO.
14980 (build_distinct_type_copy): Likewise.
14981 (build_variant_type_copy): Likewise.
14982 * tree.c (build_qualified_type): Pass down mem-stat info.
14983 (build_distinct_type_copy): Likewise.
14984 (build_variant_type_copy): Likewise.
14986 2017-04-21 Richard Biener <rguenther@suse.de>
14988 PR tree-optimization/80237
14989 * tree-ssa-pre.c (find_leader_in_sets): Add third set argument,
14991 (phi_translate_1): Also allow a leader in AVAIL_OUT of pred
14992 for a simplified result.
14994 2016-04-21 Richard Biener <rguenther@suse.de>
14996 * tree-ssa-loop-ivcanon.c (constant_after_peeling): Do not require
14997 sth as strict as a simple_iv but a chrec without symbols and an
14998 operand defined in the loop we are peeling (and not some subloop).
14999 (propagate_constants_for_unrolling): Propagate all constants.
15001 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
15004 * config/i386/i386.c (print_reg): Remove assert for disalowed
15005 regno values, call output_operand_lossage instead.
15007 2017-04-20 Uros Bizjak <ubizjak@gmail.com>
15010 * config/i386/constraints.md (Yc): New register constraint.
15011 * config/i386/i386.md (*float<SWI48:mode><MODEF:mode>2_mixed):
15012 Use Yc constraint for alternative 2 of operand 0. Remove
15013 preferred_for_speed attribute.
15015 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
15017 * omp-low.c (lower_lastprivate_clauses): Correct handling of linear and
15018 lastprivate clauses in SIMT case.
15020 2017-04-20 Volker Reichelt <v.reichelt@netcologne.de>
15022 * doc/invoke.texi (-Wextra-semi): Document new warning option.
15024 2017-04-20 Richard Biener <rguenther@suse.de>
15026 PR tree-optimization/57796
15027 * tree-vect-stmts.c (vect_model_store_cost): Cost scatters
15028 as N scalar stores.
15029 (vect_model_load_cost): Cost gathers as N scalar loads.
15031 2017-04-20 Richard Biener <rguenther@suse.de>
15033 * ggc-page.c (ggc_allocated_p): Rename to ...
15034 (safe_lookup_page_table_entry): ... this and return the lookup
15036 (gt_ggc_m_S): Use safe_lookup_page_table_entry.
15038 2017-04-20 Richard Biener <rguenther@suse.de>
15040 PR tree-optimization/80453
15041 * tree-ssa-sccvn.h (struct vn_phi_s): Add cclhs and ccrhs members.
15042 * tree-ssa-sccvn.c (cond_stmts_equal_p): Use recorded lhs and rhs
15043 from the conditions.
15044 (vn_phi_eq): Pass them down.
15045 (vn_phi_lookup): Record them.
15046 (vn_phi_insert): Likewise.
15048 2017-04-20 Matthew Fortune <matthew.fortune@imgtec.com>
15050 * config/mips/mips.c (mips_expand_vec_perm_const): Re-fix
15051 uninitialized variable warning to avoid buffer overrun.
15053 2017-04-20 Alexander Monakov <amonakov@ispras.ru>
15056 * doc/invoke.texi (-Wmissing-field-initializers): Mention that warning
15057 is suppressed for '{ 0 }' in C.
15059 2017-04-20 Jakub Jelinek <jakub@redhat.com>
15061 * BASE-VER: Set to 8.0.0.
15063 2017-04-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
15065 * config/arm/arm.c (arm_elf_asm_cdtor): Create non-default
15066 priority .init_array and .fini_array section with SECTION_NOTYPE
15069 2017-04-20 Jakub Jelinek <jakub@redhat.com>
15071 PR middle-end/80423
15072 * tree.h (build_array_type): Add typeless_storage default argument.
15073 * tree.c (type_cache_hasher::equal): Also compare
15074 TYPE_TYPELESS_STORAGE flag for ARRAY_TYPEs.
15075 (build_array_type): Add typeless_storage argument, set
15076 TYPE_TYPELESS_STORAGE to it, if shared also hash it, and pass to
15078 (build_nonshared_array_type): Adjust build_array_type_1 caller.
15079 (build_array_type): Likewise. Add typeless_storage argument.
15081 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
15082 Jakub Jelinek <jakub@redhat.com>
15084 PR tree-optimization/80426
15085 * tree-vrp.c (extract_range_from_binary_expr_1): For an additive
15086 operation on symbolic operands, also compute the overflow for the
15087 invariant part when the operation degenerates into a negation.
15089 2017-04-19 Jakub Jelinek <jakub@redhat.com>
15092 * dwarf2out.c (modified_type_die, gen_type_die_with_usage):
15093 Check for t with zero TYPE_QUALS_NO_ADDR_SPACE.
15096 * tree-ssa-loop-manip.c (find_uses_to_rename_def): Ignore debug uses.
15098 2017-04-19 Georg-Johann Lay <avr@gjlay.de>
15101 * config/avr/avr.c (tree.h): Include it.
15102 (cgraph.h): Include it.
15103 (avr_encode_section_info): Don't warn for uninitialized progmem
15104 variable if it's just an alias.
15106 2017-04-19 Richard Biener <rguenther@suse.de>
15109 * auto-profile.c (afdo_vpt_for_early_inline): Update SSA
15110 when needed by AutoPGO.
15112 2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
15115 * doc/lto.texi: Remove an extra 'that'.
15117 2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
15119 PR rtl-optimization/80429
15120 * ira.c (split_live_ranges_for_shrink_wrap): Don't split regs that
15121 are only used in debug insns.
15123 2017-04-19 Eric Botcazou <ebotcazou@adacore.com>
15124 Vladimir Makarov <vmakarov@redhat.com>
15126 * config/sparc/predicates.md (input_operand): Add comment. Return
15127 true for any memory operand when LRA is in progress.
15128 * config/sparc/sparc.c (sparc_expand_move): Minor formatting fix.
15130 2017-04-18 Jeff Law <law@redhat.com>
15133 * mips.md ({return,simple_return}_internal): Do not overwrite
15136 2017-04-18 Jakub Jelinek <jakub@redhat.com>
15138 PR tree-optimization/80443
15139 * tree-vrp.c (intersect_ranges): For signed 1-bit precision type,
15140 instead of adding 1, subtract -1 and similarly instead of subtracting
15143 2017-04-18 Richard Sandiford <richard.sandiford@arm.com>
15145 PR rtl-optimization/80357
15146 * haifa-sched.c (tmp_bitmap): New variable.
15147 (model_recompute): Handle duplicate use records.
15148 (alloc_global_sched_pressure_data): Initialize tmp_bitmap.
15149 (free_global_sched_pressure_data): Free it.
15151 2017-04-18 Bernd Edlinger <bernd.edlinger@hotmail.de>
15154 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
15155 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
15156 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
15157 instead of SYSTEM_HEADER_DIR.
15159 2017-04-18 Jeff Law <law@redhat.com>
15161 PR middle-end/80422
15162 * cfgcleanup.c (try_crossjump_to_edge): Verify SRC1 and SRC2 have
15163 predecessors after walking up the insn chain.
15165 2017-04-18 Jakub Jelinek <jakub@redhat.com>
15168 * dwarf2out.c (modified_type_die): Try harder not to emit internal
15169 sizetype type into debug info.
15171 2017-04-18 Michael Meissner <meissner@linux.vnet.ibm.com>
15174 * config/rs6000/rs6000.c (rs6000_expand_vector_extract): Eliminate
15175 unneeded test for TARGET_UPPER_REGS_SF.
15176 * config/rs6000/vsx.md (vsx_extract_v4sf_var): Likewise.
15178 2017-04-18 Jakub Jelinek <jakub@redhat.com>
15181 * sancov.c (sancov_pass): Use gsi_start_nondebug_after_labels_bb
15182 instead of gsi_after_labels.
15184 2017-04-18 Jeff Law <law@redhat.com>
15186 * regcprop.c (maybe_mode_change): Avoid creating copies of the
15190 2017-04-13 Jeff Law <law@redhat.com>
15191 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15192 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15194 2017-04-18 Georg-Johann Lay <avr@gjlay.de>
15197 * config/avr/avr.c (intl.h): Include it.
15198 (avr_pgm_check_var_decl) [reason]: Wrap diagnostic snippets into _().
15200 2017-04-18 Martin Liska <mliska@suse.cz>
15202 PR gcov-profile/78783
15203 * gcov-tool.c (gcov_output_files): Validate that destination
15204 file is either removed by the tool or by a user.
15206 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
15207 Guy Benyei <guybe@mellanox.com>
15209 * config/arc/arc.c (arc_reorg): Move loop_end_id into a more local
15210 block, and do not negate it, the stored id is already negative.
15212 2017-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
15214 * config/arc/arc.md (doloop_begin_i): Use @pcl assembler syntax.
15216 2017-04-14 Michael Meissner <meissner@linux.vnet.ibm.com>
15219 * config/rs6000/rs6000-cpus.def (OTHER_P9_VECTOR_MASKS): Define
15220 masks of options that should be turned off if the VSX vector
15221 options are turned off.
15222 (OTHER_P8_VECTOR_MASKS): Likewise.
15223 (OTHER_VSX_VECTOR_MASKS): Likewise.
15224 * config/rs6000/rs6000.c (rs6000_option_override_internal): Call
15225 rs6000_disable_incompatible_switches to validate no type switches
15227 (rs6000_incompatible_switch): New function to disallow turning on
15228 other vector options if -mno-vsx, -mno-power8-vector, or
15229 -mno-power9-vector are specified.
15231 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
15233 * config/arc/arc.h (CRT_CALL_STATIC_FUNCTION): Use long calls.
15235 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
15237 * config/arc/arc-protos.h (arc_decl_pretend_args): Remove.
15238 * config/arc/arc.c (arc_decl_pretend_args): Likewise.
15239 * config/arc/arc.h (CFA_FRAME_BASE_OFFSET): Likewise.
15240 (ARG_POINTER_CFA_OFFSET): Likewise.
15242 2017-04-14 Claudiu Zissulescu <claziss@synopsys.com>
15244 * config/arc/arc.c (arc_mode_dependent_address_p): Relax
15245 conditions to take advantage of various optimizations.
15247 2017-04-13 Jeff Law <law@redhat.com>
15249 * config/mips.mips.md (zero_extendsidi2): Do not allow SP to appear
15250 in operands[1] if it is a MEM and TARGET_MIPS16 is active.
15251 (zero_extendsidi2_dext): Likewise.
15253 2017-04-13 Jakub Jelinek <jakub@redhat.com>
15256 * fold-const.c (fold_ternary_loc): Revert
15257 use op0 instead of fold_convert_loc (loc, type, arg0) part of
15260 2017-04-13 Vladimir Makarov <vmakarov@redhat.com>
15262 PR rtl-optimization/80343
15263 * lra-remat.c (update_scratch_ops): Assign original hard reg to
15264 new scratch pseudo.
15266 2017-04-13 Denis Khalikov <d.khalikov@partner.samsung.com>
15269 * ubsan.c (ubsan_expand_bounds_ifn): Pass original index
15270 to ubsan_encode_value.
15272 2017-04-13 Jeff Law <law@redhat.com>
15274 * reload1.c (eliminate_regs_1): Call gen_rtx_raw_SUBREG for SUBREGs
15275 appearing in DEBUG_INSNs.
15277 2017-04-13 Martin Liska <mliska@suse.cz>
15279 PR gcov-profile/80413
15280 * gcov-io.c (gcov_write_string): Copy to buffer just when
15281 allocated size is greater than zero.
15283 2017-04-13 Jakub Jelinek <jakub@redhat.com>
15286 * dwarf2out.c (decls_for_scope): Ignore declarations of
15287 current_function_decl in BLOCK_NONLOCALIZED_VARS.
15289 2017-04-12 Jan Hubicka <hubicka@ucw.cz>
15292 * ipa-visibility.c (non_local_p): Fix typos.
15293 (localize_node): When localizing symbol in same comdat group,
15294 dissolve the group only when we know external symbols are going
15296 (function_and_variable_visibility): Do not localize DECL_EXTERNAL.
15298 2017-04-12 Jakub Jelinek <jakub@redhat.com>
15300 PR tree-optimization/79390
15301 * optabs.c (emit_conditional_move): If the preferred op2/op3 operand
15302 order does not result in usable sequence, retry with reversed operand
15308 * fold-const.c (fold_ternary_loc): Use op1 instead of arg1 as argument
15309 to fold_build2_loc. Convert TREE_OPERAND (tem, 0) to type. Use
15310 op0 instead of fold_convert_loc (loc, type, arg0).
15312 2017-04-12 Jeff Law <law@redhat.com>
15314 * genattrtab.c (write_eligible_delay): Verify DELAY_INSN still
15315 has a delay slot in the generated code.
15317 * config/cris/cris.md (cris_preferred_reload_class): Return
15318 GENNONACR_REGS rather than GENERAL_REGS.
15320 2017-04-12 Jakub Jelinek <jakub@redhat.com>
15323 * expr.c <CASE_CONVERT>: For EXPAND_INITIALIZER determine SIGN_EXTEND
15324 vs. ZERO_EXTEND based on signedness of treeop0's type rather than
15325 signedness of the result type.
15327 2017-04-12 Richard Biener <rguenther@suse.de>
15328 Jeff Law <law@redhat.com>
15330 PR tree-optimization/80359
15331 * tree-ssa-dse.c (maybe_trim_partially_dead_store): Do not
15332 trim stores to TARGET_MEM_REFs.
15334 2017-04-12 Richard Biener <rguenther@suse.de>
15336 PR tree-optimization/79390
15337 * gimple-ssa-split-paths.c (is_feasible_trace): Restrict
15338 threading case even more.
15340 2017-04-12 Segher Boessenkool <segher@kernel.crashing.org>
15343 * config/rs6000/sync.md (atomic_load<mode>, atomic_store<mode): Test
15344 for quad_address_p for TImode, instead of just not indexed_address.
15346 2017-04-12 Richard Biener <rguenther@suse.de>
15347 Bernd Edlinger <bernd.edlinger@hotmail.de>
15349 PR middle-end/79671
15350 * alias.c (component_uses_parent_alias_set_from): Handle
15351 TYPE_TYPELESS_STORAGE.
15352 (get_alias_set): Likewise.
15353 * tree-core.h (tree_type_common): Add typeless_storage flag.
15354 * tree.h (TYPE_TYPELESS_STORAGE): New macro.
15355 * stor-layout.c (place_union_field): Set TYPE_TYPELESS_STORAGE
15356 for types containing members with TYPE_TYPELESS_STORAGE.
15357 (place_field): Likewise.
15358 (layout_type): Likewise for ARRAY_TYPE.
15359 * lto-streamer-out.c (hash_tree): Hash TYPE_TYPELESS_STORAGE.
15360 * tree-streamer-in.c (unpack_ts_type_common_value_fields): Stream
15361 TYPE_TYPELESS_STORAGE.
15362 * tree-streamer-out.c (pack_ts_type_common_value_fields): Likewise.
15364 2017-04-12 Jakub Jelinek <jakub@redhat.com>
15367 * fold-const.c (fold_binary_loc) <case BIT_IOR_EXPR>: Convert arg0's
15368 first argument to type.
15370 2017-04-11 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15374 * config/rs6000/rs6000.c (rs6000_expand_unop_builtin): Return
15375 CONST0_RTX (mode) rather than const0_rtx where appropriate.
15376 (rs6000_expand_binop_builtin): Likewise.
15377 (rs6000_expand_ternop_builtin): Likewise; also add missing
15378 vsx_xxpermdi_* variants; also fix typo (arg1 => arg2) for
15379 vshasigma built-ins.
15380 * doc/extend.texi: Document that vec_xxpermdi's third argument
15381 must be a constant.
15383 2017-04-11 Uros Bizjak <ubizjak@gmail.com>
15385 * config/i386/i386.c (dimode_scalar_chain::compute_convert_gain):
15386 Use shift_const cost parameter when calculating gain of STV shifts.
15388 2017-04-11 Vladimir Makarov <vmakarov@redhat.com>
15390 PR rtl-optimization/70478
15391 * lra-constraints.c (process_alt_operands): Check memory for
15392 disfavoring memory insn operand.
15394 2017-04-11 Jakub Jelinek <jakub@redhat.com>
15396 PR middle-end/80100
15397 * simplify-rtx.c (simplify_binary_operation_1) <case IOR>: Perform
15398 left shift in unsigned HOST_WIDE_INT type.
15400 PR rtl-optimization/80385
15401 * simplify-rtx.c (simplify_unary_operation_1): Don't transform
15402 (not (neg X)) into (plus X -1) for complex or non-integral modes.
15405 * omp-low.c (scan_omp_task): Don't optimize away empty tasks
15406 if they have any depend clauses.
15408 2017-04-11 Martin Liska <mliska@suse.cz>
15411 * cgraph.c (cgraph_node::dump): Dump calls_comdat_local.
15412 * ipa-split.c (split_function): Create a local comdat symbol
15413 if caller is in a comdat group.
15415 2017-04-11 Martin Liska <mliska@suse.cz>
15418 * ipa-cp.c (determine_versionability): Handle calls_comdat_local
15421 2017-04-11 Martin Sebor <msebor@redhat.com>
15423 PR middle-end/80364
15424 * gimple-ssa-sprintf.c (get_int_range): Remove second argument and
15425 always use the int type. Use INTEGRAL_TYPE_P() rather than testing
15427 (directive::set_width, directive::set_precision, format_character):
15429 (parse_directive): Use INTEGRAL_TYPE_P() rather than testing for
15432 2017-04-11 Richard Earnshaw <rearnsha@arm.com>
15435 * config/arm/arm.c (arm_configure_build_target): When -mcpu and -arch
15436 conflict, set target->arch_name instead of target->cpu_name.
15438 2017-04-11 Richard Biener <rguenther@suse.de>
15440 PR tree-optimization/80374
15441 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Use
15442 build_zero_cst, remove fold_convertible_p check again.
15444 2017-04-11 Martin Liska <mliska@suse.cz>
15447 * ubsan.c (instrument_object_size): Do not instrument register
15450 2017-04-11 Jakub Jelinek <jakub@redhat.com>
15453 * config/i386/i386-builtin-types.def
15454 (V16HI_FTYPE_V16HI_INT_V16HI_UHI_COUNT,
15455 V16HI_FTYPE_V16HI_V8HI_V16HI_UHI_COUNT,
15456 V16SI_FTYPE_V16SI_INT_V16SI_UHI_COUNT,
15457 V16SI_FTYPE_V16SI_V4SI_V16SI_UHI_COUNT,
15458 V2DI_FTYPE_V2DI_INT_V2DI_UQI_COUNT,
15459 V2DI_FTYPE_V2DI_V2DI_V2DI_UQI_COUNT,
15460 V32HI_FTYPE_V32HI_INT_V32HI_USI_COUNT,
15461 V32HI_FTYPE_V32HI_V8HI_V32HI_USI_COUNT,
15462 V4DI_FTYPE_V4DI_INT_V4DI_UQI_COUNT,
15463 V4DI_FTYPE_V4DI_V2DI_V4DI_UQI_COUNT,
15464 V4SI_FTYPE_V4SI_INT_V4SI_UQI_COUNT,
15465 V4SI_FTYPE_V4SI_V4SI_V4SI_UQI_COUNT,
15466 V8DI_FTYPE_V8DI_INT_V8DI_UQI_COUNT,
15467 V8DI_FTYPE_V8DI_V2DI_V8DI_UQI_COUNT,
15468 V8HI_FTYPE_V8HI_INT_V8HI_UQI_COUNT,
15469 V8HI_FTYPE_V8HI_V8HI_V8HI_UQI_COUNT,
15470 V8SI_FTYPE_V8SI_INT_V8SI_UQI_COUNT,
15471 V8SI_FTYPE_V8SI_V4SI_V8SI_UQI_COUNT): New function type aliases.
15472 * config/i386/i386-builtin.def (__builtin_ia32_pslld512_mask,
15473 __builtin_ia32_pslldi512_mask, __builtin_ia32_psllq512_mask,
15474 __builtin_ia32_psllqi512_mask, __builtin_ia32_psrad512_mask,
15475 __builtin_ia32_psradi512_mask, __builtin_ia32_psraq512_mask,
15476 __builtin_ia32_psraqi512_mask, __builtin_ia32_psrld512_mask,
15477 __builtin_ia32_psrldi512_mask, __builtin_ia32_psrlq512_mask,
15478 __builtin_ia32_psrlqi512_mask, __builtin_ia32_psllwi128_mask,
15479 __builtin_ia32_pslldi128_mask, __builtin_ia32_psllqi128_mask,
15480 __builtin_ia32_psllw128_mask, __builtin_ia32_pslld128_mask,
15481 __builtin_ia32_psllq128_mask, __builtin_ia32_psllwi256_mask,
15482 __builtin_ia32_psllw256_mask, __builtin_ia32_pslldi256_mask,
15483 __builtin_ia32_pslld256_mask, __builtin_ia32_psllqi256_mask,
15484 __builtin_ia32_psllq256_mask, __builtin_ia32_psradi128_mask,
15485 __builtin_ia32_psrad128_mask, __builtin_ia32_psradi256_mask,
15486 __builtin_ia32_psrad256_mask, __builtin_ia32_psraqi128_mask,
15487 __builtin_ia32_psraq128_mask, __builtin_ia32_psraqi256_mask,
15488 __builtin_ia32_psraq256_mask, __builtin_ia32_psrldi128_mask,
15489 __builtin_ia32_psrld128_mask, __builtin_ia32_psrldi256_mask,
15490 __builtin_ia32_psrld256_mask, __builtin_ia32_psrlqi128_mask,
15491 __builtin_ia32_psrlq128_mask, __builtin_ia32_psrlqi256_mask,
15492 __builtin_ia32_psrlq256_mask, __builtin_ia32_psrawi256_mask,
15493 __builtin_ia32_psraw256_mask, __builtin_ia32_psrawi128_mask,
15494 __builtin_ia32_psraw128_mask, __builtin_ia32_psrlwi256_mask,
15495 __builtin_ia32_psrlw256_mask, __builtin_ia32_psrlwi128_mask,
15496 __builtin_ia32_psrlw128_mask, __builtin_ia32_psllwi512_mask,
15497 __builtin_ia32_psllw512_mask, __builtin_ia32_psrawi512_mask,
15498 __builtin_ia32_psraw512_mask, __builtin_ia32_psrlwi512_mask,
15499 __builtin_ia32_psrlw512_mask): Use _COUNT suffixed function type
15501 * config/i386/i386.c (ix86_expand_args_builtin): Rename last_arg_count
15502 flag to second_arg_count, handle 4 argument function type _COUNT
15503 aliases, handle second_arg_count on second argument rather than last.
15505 2017-04-10 Jeff Law <law@redhat.com>
15507 PR tree-optimization/80374
15508 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Do not try to
15509 record anything if we can not convert integer_zero_node to the
15512 2017-04-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
15515 * config/rs6000/rs6000.c (rs6000_option_override_internal):
15516 Enhance special handling given to the TARGET_P9_MINMAX option in
15517 relation to certain other options.
15519 2017-04-10 Bin Cheng <bin.cheng@arm.com>
15521 PR tree-optimization/80153
15522 * tree-ssa-loop-ivopts.c (add_iv_candidate_for_use): Check and
15523 remove POINTER_PLUS_EXPR's base part directly, rather than through
15526 2017-04-10 Richard Biener <rguenther@suse.de>
15527 Bin Cheng <bin.cheng@arm.com>
15529 PR tree-optimization/80153
15530 * tree-affine.c (aff_combination_to_tree): Get base pointer from
15531 the first element of pointer type aff_tree. Build result expr in
15533 (add_elt_to_tree): Convert to type unconditionally. Remove other
15534 fold_convert calls.
15535 * tree-ssa-loop-ivopts.c (alloc_iv): Pass in consistent types.
15536 (rewrite_use_nonlinear_expr): Check invariant using iv information.
15538 2017-04-10 Richard Biener <rguenther@suse.de>
15540 * tree-ssa-structalias.c (find_func_aliases): Properly handle
15543 2017-04-10 Vladimir Makarov <vmakarov@redhat.com>
15545 PR rtl-optimization/70478
15546 * lra-constraints.c (curr_small_class_check): New.
15547 (update_and_check_small_class_inputs): New.
15548 (process_alt_operands): Update curr_small_class_check. Disfavor
15549 alternative insn memory operands. Check available regs for small
15552 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
15555 * config/mips/mips.opt (-mvirt): Update description.
15556 * doc/invoke.texi (-mvirt): Likewise.
15558 2017-04-10 Richard Biener <rguenther@suse.de>
15560 PR middle-end/80362
15561 * fold-const.c (fold_binary_loc): Look at unstripped ops when
15562 looking for NEGATE_EXPR in -A / -B to A / B folding.
15564 2017-04-10 Martin Liska <mliska@suse.cz>
15566 PR gcov-profile/80224
15567 * gcov.c (print_usage): Fix usage string.
15568 (get_gcov_intermediate_filename): Remove.
15569 (output_gcov_file): Use both for normal and intermediate format.
15570 (generate_results): Do not initialize special file for
15571 intermediate format.
15573 2017-04-10 Richard Biener <rguenther@suse.de>
15575 PR tree-optimization/80304
15576 * tree-ssa-loop-im.c (ref_indep_loop_p_1): Also recurse
15579 2017-04-10 Nathan Sidwell <nathan@acm.org>
15582 * config/rs6000/rs6000.c (rs6000_vector_type): New.
15583 (rs6000_init_builtins): Use it.
15585 2016-04-10 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
15587 * config/arm/arm.md (<mrc>): Add mode to SET source.
15588 (<mrrc>): Likewise.
15590 2017-04-10 Richard Biener <rguenther@suse.de>
15592 PR middle-end/80344
15593 * gimplify.c (is_gimple_mem_rhs_or_call): Allow CLOBBERs.
15595 2017-04-10 Jakub Jelinek <jakub@redhat.com>
15598 * config/i386/avx512fintrin.h (_mm512_reduce_add_epi32,
15599 _mm512_reduce_mul_epi32, _mm512_reduce_and_epi32,
15600 _mm512_reduce_or_epi32, _mm512_mask_reduce_add_epi32,
15601 _mm512_mask_reduce_mul_epi32, _mm512_mask_reduce_and_epi32,
15602 _mm512_mask_reduce_or_epi32, _mm512_reduce_min_epi32,
15603 _mm512_reduce_max_epi32, _mm512_reduce_min_epu32,
15604 _mm512_reduce_max_epu32, _mm512_mask_reduce_min_epi32,
15605 _mm512_mask_reduce_max_epi32, _mm512_mask_reduce_min_epu32,
15606 _mm512_mask_reduce_max_epu32, _mm512_reduce_add_ps,
15607 _mm512_reduce_mul_ps, _mm512_mask_reduce_add_ps,
15608 _mm512_mask_reduce_mul_ps, _mm512_reduce_min_ps, _mm512_reduce_max_ps,
15609 _mm512_mask_reduce_min_ps, _mm512_mask_reduce_max_ps,
15610 _mm512_reduce_add_epi64, _mm512_reduce_mul_epi64,
15611 _mm512_reduce_and_epi64, _mm512_reduce_or_epi64,
15612 _mm512_mask_reduce_add_epi64, _mm512_mask_reduce_mul_epi64,
15613 _mm512_mask_reduce_and_epi64, _mm512_mask_reduce_or_epi64,
15614 _mm512_reduce_min_epi64, _mm512_reduce_max_epi64,
15615 _mm512_mask_reduce_min_epi64, _mm512_mask_reduce_max_epi64,
15616 _mm512_reduce_min_epu64, _mm512_reduce_max_epu64,
15617 _mm512_mask_reduce_min_epu64, _mm512_mask_reduce_max_epu64,
15618 _mm512_reduce_add_pd, _mm512_reduce_mul_pd, _mm512_mask_reduce_add_pd,
15619 _mm512_mask_reduce_mul_pd, _mm512_reduce_min_pd, _mm512_reduce_max_pd,
15620 _mm512_mask_reduce_min_pd, _mm512_mask_reduce_max_pd): New intrinsics.
15622 2017-04-08 Vladimir Makarov <vmakarov@redhat.com>
15624 PR rtl-optimization/70478
15625 * lra-constraints.c: Reverse the last patch.
15627 2017-04-08 Andreas Tobler <andreast@gcc.gnu.org>
15629 * config/aarch64/aarch64-freebsd.h: Define MCOUNT_NAME.
15630 Add comment for WCHAR_T.
15632 2017-04-08 Martin Liska <mliska@suse.cz>
15635 2017-04-07 Martin Liska <mliska@suse.cz>
15638 * ipa-split.c (split_function): Add function part to a same comdat
15641 2017-04-08 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
15644 * config/rs6000/rs6000.c (expand_block_compare): Fix boundary check.
15646 2017-04-07 Pat Haugen <pthaugen@us.ibm.com>
15648 * rs6000/rs6000.c (vec_load_pendulum): Rename...
15649 (vec_pairing): ...to this.
15650 (power9_sched_reorder2): Rewrite code for pairing vector/vecload insns.
15651 (rs6000_sched_init): Adjust for name change.
15652 (struct rs6000_sched_context): Likewise.
15653 (rs6000_init_sched_context): Likewise.
15654 (rs6000_set_sched_context): Likewise.
15656 2017-04-07 Jakub Jelinek <jakub@redhat.com>
15662 * config/i386/avxintrin.h (_mm256_cvtsd_f64, _mm256_cvtss_f32): New
15664 * config/i386/avx512fintrin.h (_mm512_int2mask, _mm512_mask2int,
15665 _mm512_abs_ps, _mm512_mask_abs_ps, _mm512_abs_pd, _mm512_mask_abs_pd,
15666 _mm512_cvtsd_f64, _mm512_cvtss_f32): Likewise.
15668 2017-04-07 Andreas Tobler <andreast@gcc.gnu.org>
15670 * config/aarch64/aarch64-freebsd.h: Define WCHAR_TYPE.
15672 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
15674 PR rtl-optimization/70703
15675 * ira-color.c (update_conflict_hard_regno_costs): Use
15676 int64_t instead of HOST_WIDE_INT.
15678 2017-04-07 Vladimir Makarov <vmakarov@redhat.com>
15680 PR rtl-optimization/70478
15681 * lra-constraints.c (process_alt_operands): Disfavor alternative
15682 insn memory operands.
15684 2017-04-07 Jeff Law <law@redhat.com>
15686 * config/iq2000/iq2000.c (final_prescan_insn): Do not separate a
15687 CALL and NOTE_INSN_CALL_ARG_LOCATION.
15689 2017-04-07 Martin Liska <mliska@suse.cz>
15692 * config/aarch64/aarch64.c (aarch64_process_target_attr):
15693 Show error message instead of an ICE.
15695 2017-04-07 Martin Liska <mliska@suse.cz>
15698 * ipa-split.c (split_function): Add function part to a same comdat
15701 2017-04-07 Richard Biener <rguenther@suse.de>
15703 PR middle-end/80341
15704 * tree.c (get_unwidened): Also handle ! for_type case for
15706 * convert.c (do_narrow): Split out from ...
15707 (convert_to_integer_1): ... here. Do not pass final truncation
15708 type to get_unwidened for TRUNC_DIV_EXPR.
15710 2017-04-07 Richard Biener <rguenther@suse.de>
15712 * tree-affine.c (wide_int_ext_for_comb): Take type rather
15714 (aff_combination_const): Adjust.
15715 (aff_combination_scale): Likewise.
15716 (aff_combination_add_elt): Likewise.
15717 (aff_combination_add_cst): Likewise.
15718 (aff_combination_convert): Likewise.
15719 (add_elt_to_tree): Likewise. Remove unused argument.
15720 (aff_combination_to_tree): Adjust calls to add_elt_to_tree.
15722 2017-04-07 Sebastian Huber <sebastian.huber@embedded-brains.de>
15724 * config/arm/arm.h (ARM_DEFAULT_SHORT_ENUMS): Provide default
15726 * config/arm/arm.c (arm_default_short_enums): Use
15727 ARM_DEFAULT_SHORT_ENUMS.
15728 * config/arm/rtems.h (ARM_DEFAULT_SHORT_ENUMS): Define.
15730 2017-04-06 Jakub Jelinek <jakub@redhat.com>
15733 * dwarf2out.c (gen_member_die): Handle C++17 inline static data
15734 members with redundant out-of-class redeclaration.
15736 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
15739 * config/i386/sse.md (*vec_extractv4si_0_zext_sse4): New pattern.
15740 * config/i386/i386.md (*zero_extendsidi2):
15741 Add (?*x,*x) and (?*v,*v) alternatives.
15743 2017-04-06 Uros Bizjak <ubizjak@gmail.com>
15746 * config/i386/i386.c (ix86_expand_builtin)
15747 <case IX86_BUILTIN_K{,OR}TEST{C,Z}{8,16,32,64}>: Determine insn operand
15748 mode from insn data. Convert operands to insn operand mode.
15749 Copy operands that don't satisfy insn predicate to a register.
15751 2017-04-06 Sam Thursfield <sam.thursfield@codethink.co.uk>
15753 * config/rs6000/x-aix: Increase memory limit for genautomata on AIX.
15756 2017-04-06 Richard Biener <rguenther@suse.de>
15758 PR tree-optimization/80334
15759 * tree-ssa-loop-ivopts.c (rewrite_use_address): Properly
15760 preserve alignment of accesses.
15762 2017-04-06 Richard Biener <rguenther@suse.de>
15764 PR tree-optimization/80262
15765 * tree-sra.c (build_ref_for_offset): Preserve address-space
15767 * tree-ssa-sccvn.c (vn_reference_maybe_forwprop_address):
15768 Drop useless address-space information on MEM_REF offsets.
15770 2017-04-05 Andreas Schwab <schwab@linux-m68k.org>
15772 * builtins.def (BUILT_IN_UPDATE_SETJMP_BUF): Fix type.
15774 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
15776 PR rtl-optimization/70703
15777 * ira-color.c (update_conflict_hard_regno_costs): Use
15778 HOST_WIDE_INT instead of long.
15780 2017-04-05 Uros Bizjak <ubizjak@gmail.com>
15783 * config/i386/mmintrin.h: Add -msse target option when __SSE__ is
15784 not defined for x86_64 target. Add -mmmx target option when __SSE2__
15786 * config/i386/mm3dnow.h: Add -msse target when __SSE__ is not defined
15787 for x86_64 target. Handle -m3dnowa option.
15789 2017-04-05 Vladimir Makarov <vmakarov@redhat.com>
15791 PR rtl-optimization/70703
15792 * ira-color.c (update_costs_from_allocno): Use the smallest mode.
15793 (update_conflict_hard_regno_costs): Use long instead of unsigned
15794 arithmetic for cost calculation.
15796 2017-04-05 Jakub Jelinek <jakub@redhat.com>
15797 Bernd Edlinger <bernd.edlinger@hotmail.de>
15800 * asan.c (asan_store_shadow_bytes): Fix location of last_chunk_value
15803 2017-04-05 Eric Botcazou <ebotcazou@adacore.com>
15806 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range): Replace
15807 ptr_mode with Pmode throughout.
15808 * config/aarch64/aarch64.md (probe_stack_range_<PTR:mode): Rename
15809 into probe_stack_range and use DImode.
15811 2017-04-05 Dominik Vogt <vogt@linux.vnet.ibm.com>
15814 * config/s390/s390.c (s390_register_info_gprtofpr): Return if
15815 call_eh_return is true.
15817 2017-04-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
15819 * config/s390/s390-c.c (s390_resolve_overloaded_builtin):
15820 Initialize last_match_fntype_index.
15822 2017-04-05 Jakub Jelinek <jakub@redhat.com>
15825 * tree-nvr.c: Include internal-fn.h.
15826 (pass_return_slot::execute): Ignore internal calls without
15829 2017-04-04 Jakub Jelinek <jakub@redhat.com>
15830 Richard Biener <rguenther@suse.de>
15833 * genmatch.c (capture::gen_transform): For GENERIC unshare_expr
15834 captures used multiple times, except for the last use.
15835 * generic-match-head.c: Include gimplify.h.
15837 2017-04-04 Jakub Jelinek <jakub@redhat.com>
15839 PR tree-optimization/79390
15840 * target.h (struct noce_if_info): Declare.
15841 * targhooks.h (default_noce_conversion_profitable_p): Declare.
15842 * target.def (noce_conversion_profitable_p): New target hook.
15843 * ifcvt.h (struct noce_if_info): New type, moved from ...
15844 * ifcvt.c (struct noce_if_info): ... here.
15845 (noce_conversion_profitable_p): Renamed to ...
15846 (default_noce_conversion_profitable_p): ... this. No longer
15848 (noce_try_store_flag_constants, noce_try_addcc,
15849 noce_try_store_flag_mask, noce_try_cmove, noce_try_cmove_arith,
15850 noce_convert_multiple_sets): Use targetm.noce_conversion_profitable_p
15851 instead of noce_conversion_profitable_p.
15852 * config/i386/i386.c: Include ifcvt.h.
15853 (ix86_option_override_internal): Don't override
15854 PARAM_MAX_RTL_IF_CONVERSION_INSNS default.
15855 (ix86_noce_conversion_profitable_p): New function.
15856 (TARGET_NOCE_CONVERSION_PROFITABLE_P): Redefine.
15857 * config/i386/x86-tune.def (X86_TUNE_ONE_IF_CONV_INSN): Adjust comment.
15858 * doc/tm.texi.in (TARGET_NOCE_CONVERSION_PROFITABLE_P): Add.
15859 * doc/tm.texi: Regenerated.
15861 2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15863 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
15866 2017-04-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
15869 * config/arm/arm.c (thumb1_rtx_costs): Give a cost of 32
15870 instructions for small multiply cores.
15872 2017-04-04 Jeff Law <law@redhat.com>
15874 * config/mips/mips.c (mips_multi_add): Zero initialize the newly
15876 (mips_expand_vec_perm_const): Initialize elements in orig_perm
15877 that are not set by the loop over the elements.
15879 2017-04-04 Jakub Jelinek <jakub@redhat.com>
15882 * config/i386/i386.c (ix86_expand_args_builtin): If op has scalar
15883 int mode, convert_modes it to mode as unsigned, otherwise use
15884 lowpart_subreg to mode rather than SImode.
15885 * config/i386/sse.md (<mask_codefor>ashr<mode>3<mask_name>,
15886 ashr<mode>3, ashr<mode>3<mask_name>, <shift_insn><mode>3<mask_name>):
15887 Use DImode instead of SImode for the shift count operand.
15888 * config/i386/mmx.md (mmx_ashr<mode>3, mmx_<shift_insn><mode>3):
15891 2017-04-04 Richard Biener <rguenther@suse.de>
15893 PR middle-end/80281
15894 * match.pd (A + (-B) -> A - B): Make sure to preserve unsigned
15895 arithmetic done for the negate or the plus. Simplify.
15896 (A - (-B) -> A + B): Likewise.
15897 * fold-const.c (split_tree): Make sure to not negate pointers.
15899 2017-04-04 Segher Boessenkool <segher@kernel.crashing.org>
15901 PR rtl-optimization/60818
15902 * simplify-rtx.c (simplify_binary_operation_1): Do not replace
15903 a compare of comparisons with the thing compared if this results
15904 in a different machine mode.
15906 2017-04-03 Jonathan Wakely <jwakely@redhat.com>
15908 * alias.c (base_alias_check): Fix typo in comment.
15909 * cgraph.h (class ipa_polymorphic_call_context): Likewise.
15910 * cgraphunit.c (symbol_table::compile): Likewise.
15911 * collect2.c (maybe_run_lto_and_relink): Likewise.
15912 * config/arm/arm.c (arm_thumb1_mi_thunk): Likewise.
15913 * config/avr/avr-arch.h (avr_arch_info_t): Likewise.
15914 * config/avr/avr.c (avr_map_op_t): Likewise.
15915 * config/cr16/cr16.h (DATA_ALIGNMENT): Likewise.
15916 * config/epiphany/epiphany.c (TARGET_ARG_PARTIAL_BYTES): Likewise.
15917 * config/epiphany/epiphany.md (movcc): Likewise.
15918 * config/i386/i386.c (legitimize_pe_coff_extern_decl): Likewise.
15919 * config/m68k/m68k.c (struct _sched_ib, m68k_sched_variable_issue):
15921 * config/mips/mips.c (mips_save_restore_reg): Likewise.
15922 * config/rx/rx.c (rx_is_restricted_memory_address): Likewise.
15923 * config/s390/s390.c (Z10_EARLYLOAD_DISTANCE): Likewise.
15924 * config/sh/sh.c (sh_rtx_costs): Likewise.
15925 * fold-const.c (fold_truth_andor): Likewise.
15926 * genautomata.c (collapse_flag): Likewise.
15927 * gengtype.h (struct type::u::s): Likewise.
15928 * gensupport.c (has_subst_attribute, add_mnemonic_string): Likewise.
15929 * input.c (FORMAT_AMOUNT): Likewise.
15930 * ipa-cp.c (class ipcp_lattice, agg_replacements_to_vector)
15931 (known_aggs_to_agg_replacement_list): Likewise.
15932 * ipa-inline-analysis.c: Likewise.
15933 * ipa-inline.h (estimate_edge_time, estimate_edge_hints): Likewise.
15934 * ipa-polymorphic-call.c
15935 (ipa_polymorphic_call_context::restrict_to_inner_class): Likewise.
15936 * loop-unroll.c (analyze_insn_to_expand_var): Likewise.
15937 * lra.c (lra_optional_reload_pseudos, lra_subreg_reload_pseudos):
15939 * modulo-sched.c (apply_reg_moves): Likewise.
15940 * omp-expand.c (build_omp_regions_1): Likewise.
15941 * trans-mem.c (struct tm_wrapper_hasher): Likewise.
15942 * tree-ssa-loop-ivopts.c (may_eliminate_iv): Likewise.
15943 * tree-ssa-loop-niter.c (maybe_lower_iteration_bound): Likewise.
15944 * tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Likewise.
15945 * value-prof.c: Likewise.
15946 * var-tracking.c (val_reset): Likewise.
15948 2017-04-03 Richard Biener <rguenther@suse.de>
15950 PR tree-optimization/80275
15951 * fold-const.c (split_address_to_core_and_offset): Handle
15954 2017-04-03 Eric Botcazou <ebotcazou@adacore.com>
15956 * tree-nested.c (get_descriptor_type): Make sure that the alignment of
15957 descriptors is at least equal to that of functions.
15959 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
15961 * config/i386/sse.md (movdi_to_sse): Add missing DONE.
15963 2017-04-02 Uros Bizjak <ubizjak@gmail.com>
15966 * config/i386/sse.md (mov<IMOD4:mode>): Remove insn pattern.
15967 (mov<IMOD4:mode>): New expander.
15968 (*mov<IMOD4:mode>_internal): New insn and split pattern.
15970 2017-03-31 Segher Boessenkool <segher@kernel.crashing.org>
15972 PR rtl-optimization/79405
15973 * fwprop.c (propagations_left): New variable.
15974 (forward_propagate_into): Decrement it.
15975 (fwprop_init): Initialize it.
15976 (fw_prop): If the variable has reached zero, stop propagating.
15977 (fwprop_addr): Ditto.
15979 2017-03-31 Jakub Jelinek <jakub@redhat.com>
15982 * dwarf2out.c (decls_for_scope): If BLOCK_NONLOCALIZED_VAR is
15983 a FUNCTION_DECL, pass it as decl instead of origin to
15986 2017-03-31 Alexander Monakov <amonakov@ispras.ru>
15988 * config/nvptx/nvptx.c (nvptx_output_softstack_switch): Correct format
15991 2017-03-31 Pat Haugen <pthaugen@us.ibm.com>
15994 * config/rs6000/rs6000.md (extendhi<mode>2): Add test for
15995 TARGET_VSX_SMALL_INTEGER.
15997 2017-03-31 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
15999 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Add
16000 reference to the OpenPOWER 64-Bit ELF V2 ABI Specification.
16002 2017-03-31 Matthew Fortune <matthew.fortune@imgtec.com>
16004 * config/mips/mips-msa.md (msa_vec_extract_<msafmt_f>): Update
16005 extraction from odd-numbered MSA register.
16007 2017-03-31 Jakub Jelinek <jakub@redhat.com>
16009 PR middle-end/80173
16010 * expmed.c (store_bit_field_1): Don't attempt to create
16011 a word subreg out of hard registers wider than word if they
16012 have HARD_REGNO_NREGS of 1 for their mode.
16014 PR middle-end/80163
16015 * varasm.c (initializer_constant_valid_p_1): Disallow sign-extending
16016 conversions to integer types wider than word and pointer.
16019 * cselib.h (rtx_equal_for_cselib_1): Add depth argument.
16020 (rtx_equal_for_cselib_p): Pass 0 to it.
16021 * cselib.c (cselib_hasher::equal): Likewise.
16022 (rtx_equal_for_cselib_1): Add depth argument. If depth
16023 is 128, don't look up VALUE locs and punt. Increment
16024 depth in recursive calls when walking VALUE locs.
16026 2017-03-31 Bernd Edlinger <bernd.edlinger@hotmail.de>
16028 * gcov.c (md5sum_to_hex): Fix output of MD5 hex bytes.
16029 (make_gcov_file_name): Use the canonical path name for generating
16031 (read_line): Fix handling of files with ascii null bytes.
16033 2017-03-30 Matthew Fortune <matthew.fortune@imgtec.com>
16035 * config/mips/mips.c (mips_expand_vector_init): Create a const_vector
16036 to initialise a vector register instead
16037 of using a const_int.
16039 2017-03-30 Jakub Jelinek <jakub@redhat.com>
16041 PR translation/80189
16042 * gimplify.c (omp_default_clause): Use %qs instead of %s in
16043 diagnostic messages.
16045 2017-03-30 Peter Bergner <bergner@vnet.ibm.com>
16048 * config/rs6000/dfp.md (dfp_dxex_<mode>): Update mode of operand 0.
16049 (dfp_diex_<mode>): Update mode of operand 1.
16050 * doc/extend.texi (dxex, dxexq): Document change to return type.
16051 (diex, diexq): Document change to argument type.
16053 2017-03-30 Martin Jambor <mjambor@suse.cz>
16056 * cgraph.h (cgraph_build_function_type_skip_args): Declare.
16057 * cgraph.c (redirect_call_stmt_to_callee): Set gimple fntype so that
16058 it reflects the signature changes performed at the callee side.
16059 * cgraphclones.c (build_function_type_skip_args): Make public, renamed
16060 to cgraph_build_function_type_skip_args.
16061 (build_function_decl_skip_args): Adjust call to the above function.
16063 2017-03-30 Jakub Jelinek <jakub@redhat.com>
16066 * config/i386/sse.md
16067 (<extract_type>_vextract<shuffletype><extract_suf>_mask): Use
16068 register as dest whenever it is a MEM not rtx_equal_p to the
16069 corresponding dup operand, and when forcing into reg move the
16070 reg into the memory afterwards.
16071 (<extract_type_2>_vextract<shuffletype><extract_suf_2>_mask):
16072 Likewise. Use <ssehalfvecmode> instead of <ssequartermode>
16073 for the force_reg mode.
16074 (avx512vl_vextractf128<mode>): Use register as dest either
16075 always when a MEM, or when it is a MEM not rtx_equal_p to the
16076 corresponding dup operand, or even not when it is a CONST_VECTOR
16077 depending on the mode and lo vs. hi.
16078 (avx512dq_vextract<shuffletype>64x2_1_maskm): Remove extraneous
16080 (avx512f_vextract<shuffletype>32x4_1_maskm): Likewise.
16081 (<mask_codefor>avx512dq_vextract<shuffletype>64x2_1<mask_name>):
16082 Likewise. Require that operands[2] is even.
16083 (<mask_codefor>avx512f_vextract<shuffletype>32x4_1<mask_name>):
16084 Remove extraneous parens. Require that operands[2] is a multiple
16086 (vec_extract_lo_<mode><mask_name>): Don't bother testing if
16087 operands[0] is a MEM if <mask_applied>, the predicates/constraints
16088 disallow memory then.
16090 2017-03-30 Richard Biener <rguenther@suse.de>
16092 PR tree-optimization/77498
16093 * tree-ssa-pre.c (phi_translate_1): Do not allow simplifications
16094 to non-constants over backedges.
16096 2017-03-29 Segher Boessenkool <segher@kernel.crashing.org>
16098 PR rtl-optimization/80233
16099 * combine.c (combine_instructions): Only take NONDEBUG_INSN_P insns
16100 as last_combined_insn. Do not test for BARRIER_P separately.
16102 2017-03-29 Andreas Schwab <schwab@suse.de>
16105 * calls.c (prepare_call_address): Convert funexp to Pmode before
16106 copying to temp reg.
16108 2017-03-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16110 PR tree-optimization/80158
16111 * gimple-ssa-strength-reduction.c (replace_mult_candidate):
16112 Handle possible future case of more than one alternate
16114 (replace_rhs_if_not_dup): Likewise.
16115 (replace_one_candidate): Likewise.
16117 2017-03-28 Vladimir Makarov <vmakarov@redhat.com>
16119 PR rtl-optimization/80193
16120 * ira.c (ira): Do not check allocation for LRA.
16122 2017-03-28 Alexander Monakov <amonakov@ispras.ru>
16124 * config/nvptx/nvptx-protos.h (nvptx_output_simt_enter): Declare.
16125 (nvptx_output_simt_exit): Declare.
16126 * config/nvptx/nvptx.c (nvptx_init_unisimt_predicate): Use
16127 cfun->machine->unisimt_location. Handle NULL unisimt_predicate.
16128 (init_softstack_frame): Move initialization of crtl->is_leaf to...
16129 (nvptx_declare_function_name): ...here. Emit declaration of local
16130 memory space buffer for omp_simt_enter insn.
16131 (nvptx_output_unisimt_switch): New.
16132 (nvptx_output_softstack_switch): New.
16133 (nvptx_output_simt_enter): New.
16134 (nvptx_output_simt_exit): New.
16135 * config/nvptx/nvptx.h (struct machine_function): New fields
16136 has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.
16137 * config/nvptx/nvptx.md (UNSPECV_SIMT_ENTER): New unspec.
16138 (UNSPECV_SIMT_EXIT): Ditto.
16139 (omp_simt_enter_insn): New insn.
16140 (omp_simt_enter): New expansion.
16141 (omp_simt_exit): New insn.
16142 * config/nvptx/nvptx.opt (msoft-stack-reserve-local): New option.
16144 * internal-fn.c (expand_GOMP_SIMT_ENTER): New.
16145 (expand_GOMP_SIMT_ENTER_ALLOC): New.
16146 (expand_GOMP_SIMT_EXIT): New.
16147 * internal-fn.def (GOMP_SIMT_ENTER): New internal function.
16148 (GOMP_SIMT_ENTER_ALLOC): Ditto.
16149 (GOMP_SIMT_EXIT): Ditto.
16150 * target-insns.def (omp_simt_enter): New insn.
16151 (omp_simt_exit): Ditto.
16152 * omp-low.c (struct omplow_simd_context): New fields simt_eargs,
16154 (lower_rec_simd_input_clauses): Implement SIMT privatization.
16155 (lower_rec_input_clauses): Likewise.
16156 (lower_lastprivate_clauses): Handle SIMT privatization.
16158 * omp-offload.c: Include langhooks.h, tree-nested.h, stor-layout.h.
16159 (ompdevlow_adjust_simt_enter): New.
16160 (find_simtpriv_var_op): New.
16161 (execute_omp_device_lower): Handle IFN_GOMP_SIMT_ENTER,
16162 IFN_GOMP_SIMT_ENTER_ALLOC, IFN_GOMP_SIMT_EXIT.
16164 * tree-inline.h (struct copy_body_data): New field dst_simt_vars.
16165 * tree-inline.c (expand_call_inline): Handle SIMT privatization.
16166 (copy_decl_for_dup_finish): Ditto.
16168 * tree-ssa.c (execute_update_addresses_taken): Handle GOMP_SIMT_ENTER.
16170 2017-03-28 Uros Bizjak <ubizjak@gmail.com>
16173 * config/i386/i386.c (ix86_option_override_internal): Always
16174 allow -mpreferred-stack-boundary=3 for 64-bit targets.
16176 2017-03-28 Bin Cheng <bin.cheng@arm.com>
16178 * tree-vect-loop.c (optimize_mask_stores): Add bb to the right loop.
16180 2017-03-28 Bin Cheng <bin.cheng@arm.com>
16182 * tree-vect-loop-manip.c (slpeel_add_loop_guard): New param and
16183 mark new edge's irreducible flag accordign to it.
16184 (vect_do_peeling): Check loop preheader edge's irreducible flag
16185 and pass it to function slpeel_add_loop_guard.
16187 2017-03-28 Richard Sandiford <richard.sandiford@arm.com>
16189 PR tree-optimization/80218
16190 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
16191 Update block frequencies and counts.
16193 2017-03-28 Richard Biener <rguenther@suse.de>
16195 PR tree-optimization/78644
16196 * tree-ssa-ccp.c (evaluate_stmt): When we may not use the value
16197 of a simplification result we may not use it at all.
16199 2017-03-28 Richard Biener <rguenther@suse.de>
16202 * tree-inline.c (copy_phis_for_bb): Do not create PHI node
16203 without arguments, generate default definition of a SSA name.
16205 2017-03-28 Richard Biener <rguenther@suse.de>
16207 PR middle-end/80222
16208 * gimple-fold.c (gimple_fold_indirect_ref): Do not touch
16209 TYPE_REF_CAN_ALIAS_ALL references.
16210 * fold-const.c (fold_indirect_ref_1): Likewise.
16212 2017-03-28 Martin Liska <mliska@suse.cz>
16215 * cgraphunit.c (cgraph_node::expand_thunk): Mark argument of a
16216 thunk call as DECL_GIMPLE_REG_P when vector or complex type.
16218 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
16219 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16221 * config/arc/arc.h (CPP_SPEC): Add subtarget_cpp_spec.
16222 (EXTRA_SPECS): Define.
16223 (SUBTARGET_EXTRA_SPECS): Likewise.
16224 (SUBTARGET_CPP_SPEC): Likewise.
16225 * config/arc/elf.h (EXTRA_SPECS): Renamed to
16226 SUBTARGET_EXTRA_SPECS.
16227 * config/arc/linux.h (SUBTARGET_CPP_SPEC): Define.
16229 2017-03-28 Claudiu Zissulescu <claziss@synopsys.com>
16231 * config/arc/simdext.md (vst64_insn): Update pattern.
16232 (vld32wh_insn): Likewise.
16233 (vld32wl_insn): Likewise.
16234 (vld64_insn): Likewise.
16235 (vld32_insn): Likewise.
16237 2017-03-28 Marek Polacek <polacek@redhat.com>
16240 * fold-const.c (fold_comparison): Use protected_set_expr_location
16241 instead of SET_EXPR_LOCATION.
16243 2017-03-28 Markus Trippelsdorf <markus@trippelsdorf.de>
16245 * tree.c (add_expr): Avoid name lookup warning.
16247 2017-03-27 Jeff Law <law@redhat.com>
16249 PR tree-optimization/80216
16250 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): Fix typo in
16251 function name. Limit recursion depth.
16252 (record_temporary_equivalences): Corresponding changes.
16254 2017-03-27 Jonathan Wakely <jwakely@redhat.com>
16256 * doc/invoke.texi (-Wno-narrowing): Reorder so default behavior is
16259 2017-03-27 Jakub Jelinek <jakub@redhat.com>
16262 * reg-notes.def (REG_CFA_NOTE): Define. Use it for CFA related
16264 * cfgcleanup.c (reg_note_cfa_p): New array.
16265 (insns_have_identical_cfa_notes): New function.
16266 (old_insns_match_p): Don't cross-jump in between /f
16267 and non-/f instructions. If both i1 and i2 are frame related,
16268 verify all CFA notes, their order and content.
16270 2017-03-27 Michael Meissner <meissner@linux.vnet.ibm.com>
16273 * config/rs6000/rs6000.md (bswaphi2_extenddi): Combine bswap
16274 HImode and SImode with zero extend to DImode to one insn.
16275 (bswap<mode>2_extenddi): Likewise.
16276 (bswapsi2_extenddi): Likewise.
16277 (bswaphi2_extendsi): Likewise.
16278 (bswaphi2): Combine bswap HImode and SImode into one insn.
16279 Separate memory insns from swapping register.
16280 (bswapsi2): Likewise.
16281 (bswap<mode>2): Likewise.
16282 (bswaphi2_internal): Delete, no longer used.
16283 (bswapsi2_internal): Likewise.
16284 (bswap<mode>2_load): Split bswap HImode/SImode into separate load,
16285 store, and gpr<-gpr swap insns.
16286 (bswap<mode>2_store): Likewise.
16287 (bswaphi2_reg): Register only splitter, combine with the splitter.
16288 (bswaphi2 splitter): Likewise.
16289 (bswapsi2_reg): Likewise.
16290 (bswapsi2 splitter): Likewise.
16291 (bswapdi2): If we have the LDBRX and STDBRX instructions, split
16292 the insns into load, store, and register/register insns.
16293 (bswapdi2_ldbrx): Likewise.
16294 (bswapdi2_load): Likewise.
16295 (bswapdi2_store): Likewise.
16296 (bswapdi2_reg): Likewise.
16298 2017-03-27 Gunther Nikl <gnikl@users.sourceforge.net>
16300 * system.h (HAVE_DESIGNATED_INITIALIZERS): Fix non C++ case.
16301 (HAVE_DESIGNATED_UNION_INITIALIZERS): Likewise.
16303 2017-03-27 Kelvin Nilsen <kelvin@gcc.gnu.org>
16306 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Edit and
16308 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16309 special handling for target option conflicts between dform
16310 options (-mpower9-dform, -mpower9-dform-vector,
16311 -mpower9-dform-scalar) and -mno-direct-move.
16313 2017-03-27 Richard Biener <rguenther@suse.de>
16315 PR tree-optimization/80181
16316 * tree-ssa-ccp.c (likely_value): UNDEFINED ^ X is UNDEFINED.
16318 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
16320 * config/arc/predicates.md (move_double_src_operand): Replace the
16321 call to move_double_src_operand with a call to address_operand.
16323 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
16325 * config/arc/elf.h (ARGET_ARC_TP_REGNO_DEFAULT): Define.
16326 * config/arc/linux.h (ARGET_ARC_TP_REGNO_DEFAULT): Likewise.
16327 * config/arc/arc.opt (mtp-regno): Use ARGET_ARC_TP_REGNO_DEFAULT.
16329 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
16331 * config/arc/predicates.md (long_immediate_loadstore_operand):
16332 Consider scaled addresses cases.
16334 2017-03-27 Claudiu Zissulescu <claziss@synopsys.com>
16336 * config/arc/arc.c (arc_epilogue_uses): BLINK should be also
16337 restored when in interrupt.
16338 * config/arc/arc.md (simple_return): ARCv2 rtie instruction
16339 doesn't have delay slot.
16341 2017-03-27 Richard Biener <rguenther@suse.de>
16344 * tree-ssa-structalias.c (associate_varinfo_to_alias): Skip
16345 inlined thunk clones.
16347 2017-03-27 Jakub Jelinek <jakub@redhat.com>
16350 * asan.c (instrument_derefs): Copy over last operand from
16351 original COMPONENT_REF to the new COMPONENT_REF with
16352 DECL_BIT_FIELD_REPRESENTATIVE.
16353 * ubsan.c (instrument_object_size): Likewise.
16355 2017-03-27 Richard Biener <rguenther@suse.de>
16357 PR tree-optimization/80170
16358 * tree-vect-data-refs.c (vect_compute_data_ref_alignment): Make
16359 sure DR/SCEV didnt fold in constants we do not see when looking
16360 at the reference base alignment.
16362 2017-03-27 Richard Biener <rguenther@suse.de>
16364 PR middle-end/80171
16365 * gimple-fold.c (fold_ctor_reference): Properly guard against
16366 NULL return value from canonicalize_constructor_val.
16368 2017-03-25 Uros Bizjak <ubizjak@gmail.com>
16371 * config/i386/i386.c (ix86_expand_builtin)
16372 <IX86_BUILTIN_RDSEED{16,32,64}_STEP>: Do not expand arg0 between
16373 flags reg setting and flags reg using instructions.
16374 <IX86_BUILTIN_RDRAND{16,32,64}_STEP>: Ditto. Use non-flags reg
16375 clobbering instructions to zero extend op2.
16377 2017-03-25 Gerald Pfeifer <gerald@pfeifer.com>
16379 * doc/install.texi (Configuration) <--with-aix-soname>:
16380 Update link to AIX ld.
16382 2017-03-25 Bernd Schmidt <bschmidt@redhat.com>
16384 PR rtl-optimization/80160
16385 PR rtl-optimization/80159
16386 * lra-assigns.c (must_not_spill_p): Tighten new test to also take
16387 reg_alternate_class into account.
16389 2017-03-24 Vladimir Makarov <vmakarov@redhat.com>
16392 * lra-assigns.c (assign_by_spills): Add spilled non-reload pseudos
16393 to consider in curr_insn_transform.
16395 2017-03-24 Jakub Jelinek <jakub@redhat.com>
16397 * genrecog.c (validate_pattern): Add VEC_SELECT validation.
16398 * genmodes.c (emit_min_insn_modes_c): Call emit_mode_nunits
16399 and emit_mode_inner.
16401 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16403 * config/s390/s390-builtins.def: Add VXE builtins. Add a flags
16404 argument to the overloaded builtin variants. Use the new flag to
16405 deprecate certain builtin variants.
16406 * config/s390/s390-builtin-types.def: Add new builtin types.
16407 * config/s390/s390-builtins.h: Support new flags field for
16408 overloaded builtins.
16409 * config/s390/s390-c.c (OB_DEF_VAR): New flags field.
16410 (s390_macro_to_expand): Enable vector float data type.
16411 (s390_cpu_cpp_builtins_internal): Indicate support of the new
16412 builtins by incrementing the __VEC__ version number.
16413 (s390_expand_overloaded_builtin): Support expansion of vec_xl and
16415 (s390_resolve_overloaded_builtin): Emit error messages depending
16416 on the builtin flags.
16417 * config/s390/s390.c (s390_expand_builtin): Support additional
16418 flags argument. Change error message to match the messages
16419 emitted in s390-c.c.
16420 * config/s390/s390.md: New UNSPEC_* constants.
16421 (op_type): Add new instruction types.
16422 * config/s390/vecintrin.h: Add new builtins and test data class
16424 * config/s390/vx-builtins.md (V_HW_32_64): Add V4SF.
16425 (V_HW_4, VEC_HW, VECF_HW): New mode iterators.
16426 (VEC_INEXACT, VEC_NOINEXACT): New constants.
16427 ("vec_splats<mode>", "vec_insert<mode>", "vec_promote<mode>")
16428 ("vec_insert_and_zero<mode>", "vec_mergeh<mode>")
16429 ("vec_mergel<mode>"): V_HW -> VEC_HW.
16431 ("vlrlrv16qi", "vstrlrv16qi", "vbpermv16qi", "vec_msumv2di")
16432 ("vmslg", "*vftci<mode>_cconly", "vftci<mode>_intcconly")
16433 ("*vftci<mode>", "vftci<mode>_intcc", "vec_double_s64")
16434 ("vec_double_u64", "vfmin<mode>", "vfmax<mode>"): New definition.
16436 ("and_av2df3", "and_cv2df3", "vec_andc_av2df3")
16437 ("vec_andc_cv2df3", "xor_av2df3", "xor_cv2df3", "vec_nor_av2df3")
16438 ("vec_nor_cv2df3", "ior_av2df3", "ior_cv2df3", "vec_nabs")
16439 ("*vftcidb", "*vftcidb_cconly", "vftcidb"): Remove definition.
16441 ("vec_all_<fpcmpcc:code>v2df", "vec_any_<fpcmpcc:code>v2df")
16442 ("vec_scatter_elementv4si_DI", "vec_cmp<fpcmp:code>v2df")
16443 ("vec_di_to_df_s64", "vec_di_to_df_u64", "vec_df_to_di_u64")
16444 ("vfidb", "*vldeb", "*vledb", "*vec_cmp<insn_cmp>v2df_cconly")
16445 ("vec_cmpeqv2df_cc", "vec_cmpeqv2df_cc", "vec_cmphv2df_cc")
16446 ("vec_cmphev2df_cc", "*vec_cmpeqv2df_cc")
16447 ("*vec_cmphv2df_cc", "*vec_cmphev2df_cc"): Enable new modes as ...
16449 ("vec_all_<fpcmpcc:code><mode>", "vec_any_<fpcmpcc:code><mode>")
16450 ("vec_scatter_element<V_HW_4:mode>_DI")
16451 ("vec_cmp<fpcmp:code><mode>", "vcdgb", "vcdlgb", "vclgdb")
16452 ("vec_fpint<mode>", "vflls")
16453 ("vflrd", "*vec_cmp<insn_cmp><mode>_cconly", "vec_cmpeq<mode>_cc")
16454 ("vec_cmpeq<mode>_cc", "vec_cmph<mode>_cc", "vec_cmphe<mode>_cc")
16455 ("*vec_cmpeq<mode>_cc", "*vec_cmph<mode>_cc")
16456 ("*vec_cmphe<mode>_cc"): ... these.
16458 ("vec_ctd_s64", "vec_ctsl", "vec_ctul", "vec_st2f"): Use rounding
16459 mode constant instead of magic value.
16461 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16463 * config/s390/s390.c (s390_expand_vec_compare): Support other
16464 vector floating point modes than just V2DF.
16465 (s390_expand_vcond): Likewise.
16466 (s390_hard_regno_mode_ok): Allow SFmode values in VRs.
16467 (s390_cannot_change_mode_class): Prevent mode changes between TF
16468 and V1TF in vector registers.
16469 * config/s390/s390.md (DF, SF): New mode attributes.
16470 ("*cmp<mode>_ccs", "add<mode>3", "sub<mode>3", "mul<mode>3")
16471 ("fma<mode>4", "fms<mode>4", "div<mode>3", "*neg<mode>2"): Add
16472 SFmode support for VRs.
16473 * config/s390/vector.md (V_HW, V_HW2, VT_HW, ti*, nonvec): Add new
16475 (VFT, VF_HW): New mode iterators.
16476 (vw, sdx): New mode attributes.
16477 ("addv2df3", "subv2df3", "mulv2df3", "divv2df3", "sqrtv2df2")
16478 ("fmav2df4","fmsv2df4", "negv2df2", "absv2df2", "*negabsv2df2")
16479 ("smaxv2df3", "sminv2df3", "*vec_cmp<VFCMP_HW_OP:code>v2df_nocc")
16480 ("vec_cmpuneqv2df", "vec_cmpltgtv2df", "vec_orderedv2df")
16481 ("vec_unorderedv2df"): Adjust the v2df only patterns to support
16482 also the new vector floating point modes. Renaming to ...
16484 ("add<mode>3", "sub<mode>3", "mul<mode>3", "div<mode>3")
16485 ("sqrt<mode>2", "fma<mode>4", "fms<mode>4", "neg<mode>2")
16486 ("abs<mode>2", "negabs<mode>2", "smax<mode>3")
16487 ("smin<mode>3", "*vec_cmp<VFCMP_HW_OP:code><mode>_nocc")
16488 ("vec_cmpuneq<mode>", "vec_cmpltgt<mode>", "vec_ordered<mode>")
16489 ("vec_unordered<mode>"): ... these.
16491 ("neg_fma<mode>4", "neg_fms<mode>4", "*smax<mode>3_vxe")
16492 ("*smin<mode>3_vxe", "*sminv2df3_vx", "*vec_extendv4sf")
16493 ("*vec_extendv2df"): New insn definitions.
16495 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16497 * config/s390/s390.md ("*adddi3_sign", "*subdi3_sign", "mulditi3")
16498 ("mulditi3_2", "*muldi3_sign"): New patterns.
16499 ("muldi3", "*muldi3", "mulsi3", "*mulsi3"): Add an expander and
16500 rename the pattern definition.
16502 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16504 * config/s390/s390.md ("indirect_jump"): Turn insn definition into
16506 ("*indirect_jump", "*indirect2_jump"): New pattern definitions.
16508 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16510 * config/s390/s390.c (s390_expand_vec_init): Use vllezl
16511 instruction if possible.
16512 * config/s390/vector.md (vec_halfnumelts): New mode
16514 ("*vec_vllezlf<mode>"): New pattern.
16516 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16518 * config/s390/vector.md ("popcountv16qi2", "popcountv8hi2")
16519 ("popcountv4si2", "popcountv2di2"): Rename to ...
16520 ("popcount<mode>2", "popcountv8hi2_vx", "popcountv4si2_vx")
16521 ("popcountv2di2_vx"): ... these and add !TARGET_VXE to the
16523 ("popcount<mode>2_vxe"): New pattern.
16525 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16527 * common/config/s390/s390-common.c (processor_flags_table): Add
16529 * config.gcc: Add arch12.
16530 * config/s390/driver-native.c (s390_host_detect_local_cpu):
16531 Default to arch12 for unknown CPU model numbers.
16532 * config/s390/s390-builtins.def: Add B_VXE builtin flag.
16533 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Adjust
16534 PROCESSOR_max sanity check.
16535 * config/s390/s390-opts.h (enum processor_type): Add
16537 * config/s390/s390.c (processor_table): Add arch12.
16538 (s390_expand_builtin): Add check for B_VXE flag.
16539 (s390_issue_rate): Add PROCESSOR_ARCH12.
16540 (s390_get_sched_attrmask): Likewise.
16541 (s390_get_unit_mask): Likewise.
16542 (s390_sched_score): Enable z13 scheduling for arch12.
16543 (s390_sched_reorder): Likewise.
16544 (s390_sched_variable_issue): Likewise.
16545 * config/s390/s390.h (enum processor_flags): Add PF_ARCH12 and
16547 (s390_tune_attr): Use z13 scheduling also for arch12.
16548 (TARGET_CPU_ARCH12, TARGET_CPU_ARCH12_P, TARGET_CPU_VXE)
16549 (TARGET_CPU_VXE_P, TARGET_ARCH12, TARGET_ARCH12_P, TARGET_VXE)
16550 (TARGET_VXE_P): New macros.
16551 * config/s390/s390.md: Add arch12 to cpu attribute. Add arch12
16552 and vxe to cpu_facility. Add arch12 and vxe to enabled attribute.
16553 * config/s390/s390.opt: Add arch12 as processor_type.
16555 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16557 * config/s390/s390.md
16558 ("fixuns_truncdddi2", "fixuns_trunctddi2")
16559 ("fixuns_trunc<BFP:mode><GPR:mode>2"): Merge into ...
16560 ("fixuns_trunc<FP:mode><GPR:mode>2"): New expander.
16562 ("fixuns_trunc<BFP:mode><GPR:mode>2", "fixuns_trunc<mode>si2"):
16563 Rename expanders to ...
16565 ("fixuns_trunc<BFP:mode><GPR:mode>2_emu")
16566 ("fixuns_truncdddi2_emu"): ... these.
16568 ("fixuns_trunc<mode>si2_emu"): New expander.
16570 ("*fixuns_truncdfdi2_z13"): Rename to ...
16571 ("*fixuns_truncdfdi2_vx"): ... this.
16573 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16575 * config/s390/2964.md: Remove the single element vector compare
16576 instructions which are no longer used.
16577 * config/s390/s390.c (s390_select_ccmode): Remove handling of
16579 (s390_canonicalize_comparison): Remove handling of DFmode
16581 (s390_expand_vec_compare_scalar): Remove function.
16582 (s390_emit_compare): Don't call s390_expand_vec_compare_scalar.
16583 * config/s390/s390.md ("*vec_cmp<insn_cmp>df_cconly"): Remove
16585 ("*cmp<mode>_ccs"): Add wfcdb instruction.
16587 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16589 * config/s390/s390.md ("mov<mode>_64dfp" DD_DF): Use vleig for loading a
16591 ("*mov<mode>_64" DD_DF): Remove the vector instructions. These
16592 will anyway by matched by mov<mode>_64dfp.
16594 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16596 * config/s390/s390.md ("mov<mode>" SD_SF): Change vleg/vsteg to
16597 vlef/vstef. Add missing operand to vleif.
16599 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16601 * config/s390/s390.c (s390_expand_vec_init): Enable vector load
16602 pair for all vector types with 64 bit elements.
16603 * config/s390/vx-builtins.md (V_HW_64): Move mode iterator to ...
16604 * config/s390/vector.md (V_HW_64): ... here.
16605 (V_128_NOSINGLE): New mode iterator.
16606 ("vec_init<V_HW:mode>"): Use V_128 as mode iterator.
16607 ("*vec_splat<mode>"): Use V_128_NOSINGLE mode iterator.
16608 ("*vec_tf_to_v1tf", "*vec_ti_to_v1ti"): New pattern definitions.
16609 ("*vec_load_pairv2di"): Change to ...
16610 ("*vec_load_pair<mode>"): ... this one.
16612 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16614 * config/s390/constraints.md: Add comments.
16615 (jKK): Reject element sizes > 8 bytes.
16616 * config/s390/s390.c (s390_split_ok_p): Enable splitting also for
16618 * config/s390/s390.md: Add the s_operand checks formerly in
16619 s390_split_ok_p to various splitters where they are still
16621 * config/s390/vector.md ("mov<mode>" V_128): Add GPR alternatives
16622 for 128 bit vectors. Plus two splitters.
16624 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16626 * config/s390/s390.md: Rename the cpu facilty vec to vx throughout
16629 2017-03-24 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
16632 * config/s390/s390-c.c (s390_adjust_builtin_arglist): Issue an
16633 error if the boundary argument is not constant.
16635 2017-03-24 Jakub Jelinek <jakub@redhat.com>
16637 PR rtl-optimization/80112
16638 * loop-doloop.c (doloop_condition_get): Don't check condition
16639 if cmp isn't SET with IF_THEN_ELSE src.
16641 2017-03-24 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16643 PR tree-optimization/80158
16644 * gimple-ssa-strength-reduction.c (replace_mult_candidate): When
16645 replacing a candidate statement, also replace it for the
16646 candidate's alternate interpretation.
16647 (replace_rhs_if_not_dup): Likewise.
16648 (replace_one_candidate): Likewise.
16650 2017-03-24 Richard Biener <rguenther@suse.de>
16652 PR tree-optimization/80167
16653 * graphite-isl-ast-to-gimple.c
16654 (translate_isl_ast_to_gimple::is_valid_rename): Handle default-defs
16656 (translate_isl_ast_to_gimple::get_rename): Likewise.
16658 2017-03-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
16660 * config/rs6000/rs6000.c (rs6000_option_override_internal): Change
16661 handling of certain combinations of target options, including the
16662 combinations -mpower8-vector vs. -mno-vsx, -mpower9-vector vs.
16663 -mno-power8-vector, and -mpower9_dform vs. -mno-power9-vector.
16665 2017-03-23 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
16668 * config/arm/arm.md (*load_multiple): Add reload_completed to
16669 matching condition.
16671 2017-03-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16672 Richard Biener <rguenth@suse.de>
16674 PR tree-optimization/79908
16675 PR tree-optimization/80136
16676 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16677 been cast away, gimplify_and_add suffices.
16679 2017-03-23 Markus Trippelsdorf <markus@trippelsdorf.de>
16681 * tree-vrp.c (identify_jump_threads): Delete avail_exprs.
16683 2017-03-23 Richard Biener <rguenther@suse.de>
16685 PR tree-optimization/80032
16686 * gimplify.c (gimple_push_cleanup): Forced unconditional
16687 cleanups still have to go to the conditional_cleanups
16690 2017-03-22 Jakub Jelinek <jakub@redhat.com>
16692 PR tree-optimization/80072
16693 * tree-ssa-reassoc.c (struct operand_entry): Change id field type
16695 (next_operand_entry_id): Change type to unsigned int.
16696 (sort_by_operand_rank): Make sure to return the right return value
16697 even if unsigned fields are bigger than INT_MAX.
16698 (struct oecount): Change cnt and id type to unsigned int.
16699 (oecount_hasher::equal): Formatting fix.
16700 (oecount_cmp): Make sure to return the right return value
16701 even if unsigned fields are bigger than INT_MAX.
16702 (undistribute_ops_list): Change next_oecount_id type to unsigned int.
16705 * gimplify.c (gimplify_modify_expr_rhs) <case COND_EXPR>: Clear
16706 TREE_READONLY on result if writing it more than once.
16709 * doc/invoke.texi (-fsanitize=thread): Document that with
16710 -fnon-call-exceptions atomics are not able to throw
16714 * tsan.c: Include tree-eh.h.
16715 (instrument_builtin_call): Call maybe_clean_eh_stmt or
16716 maybe_clean_or_replace_eh_stmt where needed.
16717 (instrument_memory_accesses): Add cfg_changed argument.
16718 Call gimple_purge_dead_eh_edges on each block and set *cfg_changed
16719 if it returned true.
16720 (tsan_pass): Adjust caller. Return TODO_cleanup_cfg if cfg_changed.
16722 PR rtl-optimization/63191
16723 * config/i386/i386.c (ix86_delegitimize_address): Turn into small
16724 wrapper function, moved the whole old content into ...
16725 (ix86_delegitimize_address_1): ... this. New inline function.
16726 (ix86_find_base_term): Use ix86_delegitimize_address_1 with
16727 true as last argument instead of ix86_delegitimize_address.
16729 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
16731 * config/aarch64/aarch64.c (generic_branch_cost): Copy
16732 cortexa57_branch_cost.
16734 2017-03-22 Wilco Dijkstra <wdijkstr@arm.com>
16736 * config/aarch64/aarch64.c (generic_tunings): Add AES fusion.
16738 2017-03-21 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
16741 * doc/md.texi (Constraints): Document wA constraint.
16742 * config/rs6000/constraints.md (wA): New.
16743 * config/rs6000/rs6000.c (rs6000_debug_reg_global): Add wA reg_class.
16744 (rs6000_init_hard_regno_mode_ok): Init wA constraint.
16745 * config/rs6000/rs6000.h (RS6000_CONSTRAINT_wA): New.
16746 * config/rs6000/vsx.md (vsx_splat_<mode>): Use wA constraint.
16748 2017-03-22 Cesar Philippidis <cesar@codesourcery.com>
16751 * gimplify.c (is_oacc_declared): New function.
16752 (oacc_default_clause): Use it to set default flags for acc declared
16753 variables inside parallel regions.
16754 (gimplify_scan_omp_clauses): Strip firstprivate pointers for acc
16755 declared variables.
16756 (gimplify_oacc_declare): Gimplify the declare clauses. Add the
16757 declare attribute to any decl as necessary.
16759 2017-03-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
16762 * config/arm/arm-isa.h (isa_bit_lpae): New feature bit.
16763 (ISA_ARMv7ve): Add isa_bit_lpae to the definition.
16764 * config/arm/arm-protos.h (arm_arch7ve): Rename into ...
16765 (arm_arch_lpae): This.
16766 * config/arm/arm.c (arm_arch7ve): Rename into ...
16767 (arm_arch_lpae): This. Define it in term of isa_bit_lpae.
16768 * config/arm/arm.h (TARGET_HAVE_LPAE): Redefine in term of
16771 2017-03-22 Martin Liska <mliska@suse.cz>
16774 * config/rs6000/rs6000.c (rs6000_inner_target_options): Show
16775 error message instead of an ICE.
16777 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16779 * doc/extend.texi (6.11 Additional Floating Types): Revise.
16781 2017-03-21 Kelvin Nilsen <kelvin@gcc.gnu.org>
16783 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
16785 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
16788 2017-03-21 Martin Sebor <msebor@redhat.com>
16790 * doc/extend.texi: Use "cannot" instead of "can't."
16791 * doc/hostconfig.texi: Same.
16792 * doc/install.texi: Same.
16793 * doc/invoke.texi: Same.
16794 * doc/loop.texi: Same.
16795 * doc/md.texi: Same.
16796 * doc/objc.texi: Same.
16797 * doc/rtl.texi: Same.
16798 * doc/tm.texi: Same.
16799 * doc/tm.texi.in: Same.
16800 * doc/trouble.texi: Same.
16802 2017-03-21 Alexandre Oliva <aoliva@redhat.com>
16805 * dwarf2out.c (struct checksum_attributes): Add at_alignment.
16806 (collect_checksum_attributes): Set it.
16807 (die_checksum_ordered): Use it.
16809 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16811 PR tree-optimization/79908
16812 * tree-stdarg.c (expand_ifn_va_arg_1): Revert the following
16813 change: For a VA_ARG whose LHS has been cast away, use
16814 force_gimple_operand to construct the side effects.
16816 2017-03-21 David Malcolm <dmalcolm@redhat.com>
16818 PR translation/80001
16819 * omp-offload.c (oacc_loop_fixed_partitions): Make diagnostics
16820 more amenable to translation.
16821 (oacc_loop_auto_partitions): Likewise.
16823 2017-03-21 Marek Polacek <polacek@redhat.com>
16824 Martin Sebor <msebor@redhat.com>
16826 PR tree-optimization/80109
16827 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call get_range_info
16828 on INTEGRAL_TYPE_P.
16830 2017-03-21 Jakub Jelinek <jakub@redhat.com>
16831 Segher Boessenkool <segher@kernel.crashing.org>
16834 * combine.c (can_combine_p): Revert the 2017-03-20 change, only
16835 check reg_used_between_p between insn and one of succ or succ2
16836 depending on if succ is artificial insn not inserted into insn
16839 2017-03-21 Martin Liska <mliska@suse.cz>
16841 PR gcov-profile/80081
16842 * Makefile.in: Add gcov-dump and fix installation of gcov-tool.
16843 * doc/gcc.texi: Include gcov-dump stuff.
16844 * doc/gcov-dump.texi: New file.
16846 2017-03-21 Toma Tabacu <toma.tabacu@imgtec.com>
16848 PR rtl-optimization/79150
16849 * config/mips/mips.c (mips_block_move_loop): Emit a NOP after the
16850 conditional jump, if the jump is the last insn of the loop.
16852 2017-03-21 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16853 Richard Biener <rguenth@suse.de>
16855 PR tree-optimization/79908
16856 * tree-stdarg.c (expand_ifn_va_arg_1): For a VA_ARG whose LHS has
16857 been cast away, use force_gimple_operand to construct the side
16860 2017-03-21 Martin Liska <mliska@suse.cz>
16862 PR libfortran/79956
16863 * simplify-rtx.c (simplify_immed_subreg): Initialize a variable
16866 2017-03-21 Brad Spengler <spender@grsecurity.net>
16869 * plugin.c (htab_hash_plugin): New function.
16870 (add_new_plugin): Use it and adjust.
16871 (parse_plugin_arg_opt): Adjust.
16872 (init_one_plugin): Likewise.
16874 2017-03-21 Richard Biener <rguenther@suse.de>
16876 PR tree-optimization/80032
16877 * gimplify.c (gimple_push_cleanup): Add force_uncond parameter,
16878 if set force the cleanup to happen unconditionally.
16879 (gimplify_target_expr): Push inserted clobbers with force_uncond
16880 to avoid them being removed by control-dependent DCE.
16882 2017-03-21 Richard Biener <rguenther@suse.de>
16884 PR tree-optimization/80122
16885 * tree-inline.c (copy_bb): Do not expans va-arg packs or
16886 va_arg_pack_len when the inlined call stmt requires pack
16888 * tree-inline.h (struct copy_body_data): Make call_stmt a gcall *.
16890 2017-03-21 Jakub Jelinek <jakub@redhat.com>
16893 * tsan.c (instrument_builtin_call): If the memory model argument
16894 is not a constant, assume it is valid.
16897 * fold-const.c (round_up_loc): Negate divisor in unsigned type to
16900 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
16902 PR rtl-optimization/79910
16903 * combine.c (can_combine_p): Do not allow combining an I0 or I1
16904 if its dest is used by an insn before I2 (other than the combined
16905 insns themselves, which are properly handled already).
16907 2017-03-20 Segher Boessenkool <segher@kernel.crashing.org>
16910 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
16912 * combine.c (record_used_regs): New static function.
16913 (try_combine): Handle situations where there is an additional
16914 instruction between I2 and I3 which needs to have a LOG_LINK
16918 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
16920 * combine.c (try_combine): Delete redundant i1 test. Call
16921 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
16923 2017-03-20 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
16926 * config/rs6000/rs6000.md (*movsi_internal1): Fix constraints for
16927 alternatives 13/14.
16929 2017-03-20 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
16931 PR tree-optimization/80054
16932 * gimple-ssa-strength-reduction.c (all_phi_incrs_profitable): Fail
16933 the optimization if a PHI or any of its arguments is not dominated
16934 by the candidate's basis. Use gphi* rather than gimple* as
16936 (replace_profitable_candidates): Clean up a gimple* variable that
16937 should be a gphi* variable.
16939 2017-03-20 Martin Sebor <msebor@redhat.com>
16942 * doc/extend.texi (attribute constructor): Document present limitation.
16944 2017-03-20 Kelvin Nilsen <kelvin@gcc.gnu.org>
16947 * config/rs6000/altivec.h (vec_all_ne): Under __cplusplus__ and
16948 __POWER9_VECTOR__ #ifdef control, change template definition to
16949 use Power9-specific built-in function.
16950 (vec_any_eq): Likewise.
16951 * config/rs6000/vector.md (vector_ae_v2di_p): Change the flag used
16952 to control outcomes from this test.
16953 (vector_ae_<mode>p): For VEC_F modes, likewise.
16955 2017-03-20 Ian Lance Taylor <iant@google.com>
16957 * config/i386/i386.c (ix86_function_regparm): Save an extra
16958 register for -fsplit-stack with DECL_STATIC_CHAIN.
16960 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
16963 * config/riscv/riscv.c (riscv_preferred_reload_class): Remove.
16964 (TARGET_PREFERRED_RELOAD_CLASS): Likewise.
16966 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com>
16968 * config/riscv/riscv.c (riscv_print_operand): Use "fence
16970 * config/riscv/sync.mc (mem_thread_fence_1): Use "fence
16973 2017-03-20 Marek Polacek <polacek@redhat.com>
16976 * asan.c (DEF_SANITIZER_BUILTIN): Use do { } while (0).
16978 2017-03-20 Richard Biener <rguenther@suse.de>
16980 PR tree-optimization/80113
16981 * graphite-isl-ast-to-gimple.c (copy_loop_phi_nodes): Do not
16982 allocate extra SSA name for PHI def.
16983 (add_close_phis_to_outer_loops): Likewise.
16984 (add_close_phis_to_merge_points): Likewise.
16985 (copy_loop_close_phi_args): Likewise.
16986 (copy_cond_phi_nodes): Likewise.
16988 2017-03-20 Martin Liska <mliska@suse.cz>
16990 PR middle-end/79753
16991 * tree-chkp.c (chkp_build_returned_bound): Do not build
16992 returned bounds for a LHS that's not a BOUNDED_P type.
16994 2017-03-20 Martin Liska <mliska@suse.cz>
16998 * tree-chkp.c (chkp_find_bounds_1): Handle REAL_CST,
16999 COMPLEX_CST and VECTOR_CST.
17001 2017-03-20 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17004 * config/s390/s390.md ("cmp<mode>_ccs_0"): Add a clobber of the
17005 target operand. A new splitter adds the clobber statement in case
17006 the target operand is dead anyway.
17008 2017-03-19 Gerald Pfeifer <gerald@pfeifer.com>
17010 * doc/install.texi (Specific) <sparc-*-linux*>: No longer refer
17011 to age-old versions of binutils and glibc.
17013 2017-03-18 Segher Boessenkool <segher@kernel.crashing.org>
17015 * doc/contrib.texi (Contributors): Remove duplicate entry for myself.
17017 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
17019 * doc/contrib.texi (Contributors): Add Segher Boessenkool.
17021 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
17023 * doc/install.texi (Specific) <arm-*-eabi>: Remove old
17024 requirement for binutils 2.13.
17026 2017-03-17 Jim Wilson <jim.wilson@linaro.org>
17028 * combine.c (try_combine): Delete redundant i1 test. Call
17029 prev_nonnote_nondebug_insn instead of prev_nonnote_insn.
17031 2017-03-17 Palmer Dabbelt <palmer@dabbelt.com
17033 * doc/install.texi (Specific) <riscv32-*-elf>: Add riscv32-*-elf,
17034 riscv32-*-linux, riscv64-*-elf, riscv64-*-linux to the table of
17036 <riscv64-*-elf>: Re-arrange section
17037 <riscv32-*-elf>: Add a note about requiring binutils 2.28.
17038 <riscv32-*-linux>: Likewise.
17039 <riscv64-*-elf>: Likewise
17040 <riscv64-*-linux>: Likewise.
17042 2017-03-17 Richard Earnshaw <rearnsha@arm.com>
17045 * aarch64.opt(verbose-cost-dump): Fix typo.
17047 2017-03-17 Pat Haugen <pthaugen@us.ibm.com>
17050 * config/rs6000/rs6000.md (copysign<mode>3_fcpsgn): Test
17051 for VECTOR_UNIT_VSX_P (<MODE>mode) too.
17053 2017-03-17 Bernd Schmidt <bschmidt@redhat.com>
17055 * reload.c (find_reloads): When reloading a nonoffsettable address,
17056 use RELOAD_OTHER for it and its address reloads.
17058 PR rtl-optimization/79910
17059 * combine.c (record_used_regs): New static function.
17060 (try_combine): Handle situations where there is an additional
17061 instruction between I2 and I3 which needs to have a LOG_LINK
17064 2017-03-17 Jeff Law <law@redhat.com>
17066 PR tree-optimization/71437
17067 * tree-vrp.c (simplify_stmt_for_jump_threading): Lookup the
17068 conditional in the hash table first.
17069 (vrp_dom_walker::before_dom_children): Extract condition from
17070 ASSERT_EXPR. Record condition, its inverion and any implied
17071 conditions as well.
17073 2017-03-17 Marek Polacek <polacek@redhat.com>
17074 Markus Trippelsdorf <markus@trippelsdorf.de>
17076 PR tree-optimization/80079
17077 * gimple-ssa-store-merging.c (class pass_store_merging): Initialize
17080 2017-03-17 Richard Biener <rguenther@suse.de>
17082 PR middle-end/80075
17083 * tree-eh.c (stmt_could_throw_1_p): Only handle gimple assigns.
17084 Properly verify the LHS before the RHS possibly claims to be
17086 (stmt_could_throw_p): Hande gimple conds fully here. Clobbers
17089 2017-03-17 Martin Jambor <mjambor@suse.cz>
17091 * doc/invoke.texi (Option Options): Include -fipa-vrp in the list.
17092 (List of -O2 options): Likewise.
17093 (-fipa-bit-cp): Replace "ipa" with "interprocedural."
17096 2017-03-17 Tom de Vries <tom@codesourcery.com>
17098 * gcov-dump.c (print_usage): Print bug_report_url.
17100 2017-03-17 Richard Biener <rguenther@suse.de>
17102 PR middle-end/80050
17103 * genmatch.c (parser::next): Remove pointless check for CPP_EOF.
17104 (parser::peek): Likewise.
17106 2017-03-17 Richard Biener <rguenther@suse.de>
17108 PR tree-optimization/80048
17109 * sese.c (free_sese_info): Properly release rename_map and
17110 copied_bb_map elements.
17112 2017-03-16 Alexandre Oliva <aoliva@redhat.com>
17114 * gimple-ssa-store-merging.c (struct imm_store_chain_info):
17115 Add linked-list forward and backlinks. Insert on
17116 construction, remove on destruction.
17117 (class pass_store_merging): Add m_stores_head field.
17118 (pass_store_merging::terminate_and_process_all_chains):
17119 Iterate over m_stores_head list.
17120 (pass_store_merging::terminate_all_aliasing_chains):
17122 (pass_store_merging::execute): Check for debug stmts first.
17123 Push new chains onto the m_stores_head stack.
17125 2017-03-16 Michael Meissner <meissner@linux.vnet.ibm.com>
17128 * config/rs6000/vsx.md (vsx_splat_<mode>, VSX_D iterator): Allow a
17129 SPLAT operation on ISA 2.07 64-bit systems that have direct move,
17130 but no MTVSRDD support, by doing MTVSRD and XXPERMDI.
17132 2017-03-16 Jeff Law <law@redhat.com>
17134 PR tree-optimization/71437
17135 * tree-ssa-dom.c (dom_opt_dom_walker): Remove thread_across_edge
17136 member function. Implementation moved into after_dom_children
17137 member function and into the threader's thread_outgoing_edges
17139 (dom_opt_dom_walker::after_dom_children): Simplify by moving
17140 some code into new thread_outgoing_edges.
17141 * tree-ssa-threadedge.c (thread_across_edge): Make static and simplify
17142 definition. Simplify marker handling (do it here). Assume we always
17143 have the available expression and the const/copies tables.
17144 (thread_outgoing_edges): New function extracted from tree-ssa-dom.c
17146 * tree-ssa-threadedge.h (thread_outgoing_edges): Declare.
17147 * tree-vrp.c (equiv_stack): No longer file scoped.
17148 (vrp_dom_walker): New class.
17149 (vrp_dom_walker::before_dom_children): New member function.
17150 (vrp_dom_walker::after_dom_children): Likewise.
17151 (identify_jump_threads): Setup domwalker. Use it rather than
17152 walking edges in a random order by hand. Simplify setup/finalization.
17153 (finalize_jump_threads): Remove.
17154 (vrp_finalize): Do not call identify_jump_threads here.
17155 (execute_vrp): Do it here instead and call thread_through_all_blocks
17158 PR tree-optimization/71437
17159 * tree-ssa-dom.c (pfn_simplify): Add basic_block argument. All
17161 (simplify_stmt_for_jump_threading): Add basic_block argument. All
17163 (lhs_of_dominating_assert): Moved from here into tree-vrp.c.
17164 (dom_opt_dom_walker::thread_across_edge): Remove
17165 handle_dominating_asserts argument. All callers changed.
17166 (record_temporary_equivalences_from_stmts_at_dest): Corresponding
17167 changes. Remove calls to lhs_of_dominating_assert. Other
17168 uses of handle_dominating_asserts turn into unconditional code
17169 (simplify_control_stmt_condition_1): Likewise.
17170 (simplify_control_stmt_condition): Likewise.
17171 (thread_through_normal_block, thread_across_edge): Likewise.
17172 * tree-ssa-threadedge.h (thread_across_edge): Corresponding changes.
17173 * tree-vrp.c (lhs_of_dominating_assert): Move here. Return original
17174 object if it is not an SSA_NAME.
17175 (simplify_stmt_for_jump_threading): Call lhs_of_dominating_assert
17176 before calling into the VRP specific simplifiers.
17177 (identify_jump_threads): Remove handle_dominating_asserts
17180 2017-03-16 Jakub Jelinek <jakub@redhat.com>
17183 * tree-diagnostic.c (default_tree_printer): No longer static.
17184 * tree-diagnostic.h (default_tree_printer): New prototype.
17186 2017-03-16 Tamar Christina <tamar.christina@arm.com>
17188 * config/aarch64/aarch64-simd.md (*aarch64_simd_mov<mode>)
17189 Change ins into fmov.
17191 2017-03-16 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17193 * config/aarch64/iterators.md (h_con): Return "x" for V4HF and V8HF.
17194 * config/aarch64/aarch64-simd.md (*aarch64_fma4_elt_from_dup<mode>):
17195 Use h_con constraint for operand 1.
17196 (*aarch64_fnma4_elt_from_dup<mode>): Likewise.
17197 (*aarch64_mulx_elt_from_dup<mode>): Likewise for operand 2.
17199 2017-03-15 Jeff Law <law@redhat.com>
17201 PR tree-optimization/71437
17202 * tree-ssa-dom.c (derive_equivalences_from_bit_ior): New function.
17203 (record_temporary_equivalences): Use it.
17205 PR tree-optimization/71437
17206 * tree-ssa-dom.c (struct cond_equivalence): Moved from here into
17207 tree-ssa-scopedtables.
17208 (lookup_avail_expr, build_and_record_new_cond): Likewise.
17209 (record_conditions, record_cond, vuse_eq): Likewise.
17210 (record_edge_info): Adjust to API tweak of record_conditions.
17211 (simplify_stmt_for_jump_threading): Similarly for lookup_avail_expr.
17212 (record_temporary_equivalences, optimize_stmt): Likewise.
17213 (eliminate_redundant_computations): Likewise.
17214 (record_equivalences_from_stmt): Likewise.
17215 * tree-ssa-scopedtables.c: Include options.h and params.h.
17216 (vuse_eq): New function, moved from tree-ssa-dom.c
17217 (build_and_record_new_cond): Likewise.
17218 (record_conditions): Likewise. Accept vector of conditions rather
17219 than edge_equivalence structure for first argument.
17220 for the first argument.
17221 (avail_exprs_stack::lookup_avail_expr): New member function, moved
17222 from tree-ssa-dom.c.
17223 (avail_exprs_stack::record_cond): Likewise.
17224 * tree-ssa-scopedtables.h (struct cond_equivalence): Moved here
17225 from tree-ssa-dom.c.
17226 (avail_exprs_stack): Add new member functions lookup_avail_expr
17228 (record_conditions): Declare.
17230 2017-03-15 Vladimir Makarov <vmakarov@redhat.com>
17233 * lra-constraints.c (process_alt_operands): Increase reject for
17234 reloading an input/output operand.
17236 2017-03-15 Michael Meissner <meissner@linux.vnet.ibm.com>
17239 * config/rs6000/rs6000.md (float<QHI:mode><IEEE128:mode>2): Define
17240 insns to convert from signed/unsigned char/short to IEEE 128-bit
17242 (floatuns<QHI:mode><IEEE128:mode>2): Likewise.
17244 2017-03-15 Uros Bizjak <ubizjak@gmail.com>
17247 * config/i386/i386.c (ix86_vector_duplicate_value): Create
17248 subreg of inner mode for values already in registers.
17250 2017-03-15 Bernd Schmidt <bschmidt@redhat.com>
17252 * config/c6x/c6x.c (hwloop_optimize): Handle case where the old
17253 iteration reg is used after the loop.
17255 2017-03-14 Martin Sebor <msebor@redhat.com>
17257 PR tree-optimization/79800
17258 * gimple-ssa-sprintf.c (format_floating: Add argument. Handle
17259 precision in negative-positive range.
17260 (format_floating): Call non-const overload with adjusted precision.
17262 2017-03-14 Michael Meissner <meissner@linux.vnet.ibm.com>
17265 * config/rs6000/rs6000.h (TARGET_FRSQRTES): Add check for
17268 2017-03-14 Martin Sebor <msebor@redhat.com>
17270 PR middle-end/80020
17271 * builtin-attrs.def (ATTR_ALLOC_SIZE_2_NOTHROW_LIST): New macro.
17272 * builtins.def (aligned_alloc): Use it.
17275 * Makefile.in (GTFILES): Add calls.c.
17276 * calls.c: Include "gt-calls.h".
17278 2017-03-14 Bernd Schmidt <bschmidt@redhat.com>
17280 PR rtl-optimization/79728
17281 * regs.h (struct target_regs): New field
17282 x_contains_allocatable_regs_of_mode.
17283 (contains_allocatable_regs_of_mode): New macro.
17284 * reginfo.c (init_reg_sets_1): Initialize it, and change
17285 contains_reg_of_mode so it includes global regs as well.
17286 * reload.c (push_reload): Use contains_allocatable_regs_of_mode
17287 rather than contains_regs_of_mode.
17289 2017-03-14 Martin Liska <mliska@suse.cz>
17291 * doc/invoke.texi: Document options that can't be combined with
17292 -fcheck-pointer-bounds.
17294 2017-03-14 Martin Liska <mliska@suse.cz>
17296 PR middle-end/79831
17297 * doc/invoke.texi (-Wchkp): Document the option.
17299 2017-03-14 Martin Liska <mliska@suse.cz>
17301 * Makefile.in: Install gcov-dump.
17303 2017-03-14 Martin Liska <mliska@suse.cz>
17305 * multiple_target.c (expand_target_clones): Bail out for
17306 an invalid attribute.
17308 2017-03-14 Richard Biener <rguenther@suse.de>
17310 * alias.c (struct alias_set_entry): Pack properly.
17311 * cfgloop.h (struct loop): Likewise.
17312 * cse.c (struct set): Likewise.
17313 * ipa-utils.c (struct searchc_env): Likewise.
17314 * loop-invariant.c (struct invariant): Likewise.
17315 * lra-remat.c (struct cand): Likewise.
17316 * recog.c (struct change_t): Likewise.
17317 * rtl.h (struct address_info): Likewise.
17318 * symbol-summary.h (function_summary): Likewise.
17319 * tree-loop-distribution.c (struct partition): Likewise.
17320 * tree-object-size.c (struct object_size_info): Likewise.
17321 * tree-ssa-loop-ivopts.c (struct cost_pair): Likewise.
17322 * tree-ssa-threadupdate.c (struct ssa_local_info_t): Likewise.
17323 * tree-vect-data-refs.c (struct _vect_peel_info): Likewise.
17324 * tree-vect-slp.c (struct _slp_oprnd_info): Likewise.
17325 * tree-vect-stmts.c (struct simd_call_arg_info): Likewise.
17326 * tree-vectorizer.h (struct _loop_vec_info): Likewise.
17327 (struct _stmt_vec_info): Likewise.
17329 2017-03-14 Martin Liska <mliska@suse.cz>
17332 * multiple_target.c (create_dispatcher_calls): Check that
17333 a target can create a function dispatcher.
17335 2017-03-14 Martin Liska <mliska@suse.cz>
17338 * multiple_target.c (expand_target_clones): Drop local.local
17339 flag for default implementation.
17341 2017-03-14 Richard Biener <rguenther@suse.de>
17343 PR tree-optimization/80030
17344 * tree-vect-stmts.c (vectorizable_store): Plug memleak.
17346 2017-03-13 Kito Cheng <kito.cheng@gmail.com>
17348 * config/riscv/riscv.c (riscv_emit_float_compare>: Use
17349 gcc_fallthrough() instead of __attribute__((fallthrough));
17351 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
17353 * doc/gcc.texi: Remove "up" link to (DIR).
17354 * doc/gccint.texi: Ditto.
17356 2017-03-13 Gerald Pfeifer <gerald@pfeifer.com>
17358 * doc/install.texi (Specific) <avr>: Remove reference to
17361 2017-03-13 Jeff Law <law@redhat.com>
17363 * config/riscv/riscv.c (riscv_emit_float_compare): Use fallthru
17364 attribute rather than comments.
17366 * config/pdp11/pdp11.md (movmemhi): Adjust operand numbers to
17367 match_scratch operand is highest.
17369 2017-03-13 Martin Liska <mliska@suse.cz>
17371 PR middle-end/78339
17372 * ipa-pure-const.c (warn_function_noreturn): If the declarations
17373 is a CHKP clone, use original declaration.
17375 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
17377 * config/arc/arc.c (arc_init): Use multiplier whenever we have it.
17378 (arc_conditional_register_usage): Use a different allocation order
17379 when optimizing for size.
17380 * common/config/arc/arc-common.c (arc_option_optimization_table):
17381 Section anchors default on when optimizing for size.
17383 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
17385 * config/arc/arc.md (*tst_bitfield_tst): Fix pattern.
17387 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
17389 * config/arc/arc.c (arc_output_addsi): Emit code density adds.
17390 * config/arc/arc.md (cpu_facility): Add cd variant.
17391 (*movqi_insn): Add code density variant.
17392 (*movhi_insn): Likewise.
17393 (*movqi_insn): Likewise.
17394 (*addsi3_mixed): Likewise.
17395 (subsi3_insn): Likewise.
17397 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
17399 * config/arc/arc.md (movsi_cond_exec): Update constraint.
17401 2017-03-13 Claudiu Zissulescu <claziss@synopsys.com>
17403 * config/arc/arc.c (arc_legitimize_pic_address): Handle PIC
17404 expressions with MINUS and UNARY ops.
17406 2017-03-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17409 * config/arm/neon.md (vec_sel_widen_ssum_lo<VQI:mode><VW:mode>3):
17411 (vec_sel_widen_ssum_lo<mode><V_half>3): ... This. Avoid mismatch
17412 between vec_select and vector argument.
17413 (vec_sel_widen_ssum_hi<VQI:mode><VW:mode>3): Rename to...
17414 (vec_sel_widen_ssum_hi<mode><V_half>3): ... This. Likewise.
17415 (vec_sel_widen_usum_lo<VQI:mode><VW:mode>3): Rename to...
17416 (vec_sel_widen_usum_lo<mode><V_half>3): ... This.
17417 (vec_sel_widen_usum_hi<VQI:mode><VW:mode>3): Rename to...
17418 (vec_sel_widen_usum_hi<mode><V_half>3): ... This.
17420 2017-03-13 Richard Biener <rguenther@suse.de>
17423 * params.def (vect-max-peeling-for-alignment): Fix typo.
17425 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
17427 * doc/install.texi (Specific) <mips-*-*>: Remove description of
17428 issue that only occurred with binutils below 2.18.
17430 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
17432 * doc/install.texi (Specific) <cris-axis-elf>: No longer
17433 refer to binutils 2.11/2.12 minimum.
17435 2017-03-12 Gerald Pfeifer <gerald@pfeifer.com>
17437 * doc/install.texi (Specific) <powerpc-*-*>: Remove link to
17438 ftp.kernel.org and simplify binutils requirement.
17440 2017-03-11 Gerald Pfeifer <gerald@pfeifer.com>
17442 * doc/invoke.texi (Warning Options): Fix spelling of link-time
17444 (Optimize Options): Ditto. Also remove redundancy.
17446 2017-03-10 David Malcolm <dmalcolm@redhat.com>
17448 PR translation/79848
17449 * ipa-devirt.c (warn_types_mismatch): Simplify uses of "%<%s%>" to
17451 * ipa-pure-const.c (suggest_attribute): Likewise. Convert _
17452 to G_ to avoid double translation.
17454 2017-03-10 David Malcolm <dmalcolm@redhat.com>
17456 PR translation/79923
17457 * auto-profile.c (get_combined_location): Convert leading
17458 character of diagnostics to lower case and remove trailing period.
17459 (read_profile): Likewise for various diagnostics.
17460 * config/arm/arm.c (arm_option_override): Remove trailing period
17461 from various diagnostics.
17462 * config/msp430/msp430.c (msp430_expand_delay_cycles): Likewise.
17463 (msp430_expand_delay_cycles): Likewise.
17465 2017-03-10 David Malcolm <dmalcolm@redhat.com>
17468 * config/aarch64/aarch64.c (aarch64_validate_mcpu): Quote the
17469 full command-line argument, rather than just "str".
17470 (aarch64_validate_march): Likewise.
17471 (aarch64_validate_mtune): Likewise.
17473 2017-03-10 Bernd Schmidt <bschmidt@redhat.com>
17475 PR rtl-optimization/78911
17476 * lra-assigns.c (must_not_spill_p): New function.
17477 (spill_for): Use it.
17479 2017-03-10 Jakub Jelinek <jakub@redhat.com>
17481 PR tree-optimization/79981
17482 * tree-vrp.c (extract_range_basic): Handle IMAGPART_EXPR of
17483 ATOMIC_COMPARE_EXCHANGE ifn result.
17484 (stmt_interesting_for_vrp, vrp_visit_stmt): Handle
17485 IFN_ATOMIC_COMPARE_EXCHANGE.
17487 2017-03-10 David Malcolm <dmalcolm@redhat.com>
17490 * opts.c (parse_sanitizer_options): Add missing question mark to
17491 "did you mean" message.
17493 2017-03-10 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17495 * config/rs6000/rs6000-builtin.def (VMULEUB_UNS): Remove orphaned
17497 (VMULEUH_UNS): Likewise.
17498 (VMULOUB_UNS): Likewise.
17499 (VMULOUH_UNS): Likewise.
17500 * config/rs6000/rs6000.c (builtin_function_type): Remove
17501 references to ALTIVEC_BUILTIN_VMUL[EO]U[BH]_UNS.
17503 2017-03-10 David Malcolm <dmalcolm@redhat.com>
17506 * read-rtl-function.c (function_reader::read_rtx_operand): Update
17507 x with result of extra_parsing_for_operand_code_0.
17508 (function_reader::extra_parsing_for_operand_code_0): Convert
17509 return type from void to rtx, returning x. When reading
17510 SYMBOL_REF with SYMBOL_FLAG_HAS_BLOCK_INFO, reallocate x to the
17511 larger size containing struct block_symbol.
17513 2017-03-10 Segher Boessenkool <segher@kernel.crashing.org>
17515 * config/rs6000/rs6000.c (rs6000_option_override_internal): Disallow
17516 -mfloat128-hardware without -m64.
17518 2017-03-10 Will Schmidt <will_schmidt@vnet.ibm.com>
17521 * config/rs6000/rs6000.c (builtin_function_type): Add VMUL*U[HB]
17522 entries to the case statement that marks unsigned arguments to
17523 overloaded functions.
17525 2017-03-10 Kelvin Nilsen <kelvin@gcc.gnu.org>
17527 * config/rs6000/rs6000.c (rs6000_option_override_internal): Fix
17528 two typographic errors in the handling of TARGET_UPPER_REGS_DI.
17530 2017-03-10 Pat Haugen <pthaugen@us.ibm.com>
17533 * config/rs6000/rs6000.c (rs6000_init_hard_regno_mode_ok): Test
17534 TARGET_UPPER_REGS_DI when setting 'wi' constraint regclass.
17536 2017-03-10 Martin Liska <mliska@suse.cz>
17540 * toplev.c (process_options): Enable MPX with LSAN and UBSAN.
17541 * tree-chkp.c (chkp_walk_pointer_assignments): Verify that
17544 2017-03-10 Olivier Hainque <hainque@adacore.com>
17546 * tree-switch-conversion (array_value_type): Start by resetting
17547 candidate type to it's main variant.
17549 2017-03-10 Jakub Jelinek <jakub@redhat.com>
17551 PR rtl-optimization/79909
17552 * combine.c (try_combine): Use simplify_replace_rtx on individual
17553 CALL_INSN_FUNCTION_USAGE elements instead of replace_rtx on copy_rtx
17554 of the whole CALL_INSN_FUNCTION_USAGE.
17556 PR tree-optimization/79972
17557 * gimple-ssa-warn-alloca.c (alloca_call_type): Only call
17558 get_range_info on SSA_NAMEs. Formatting fixes.
17560 2017-03-10 Richard Biener <rguenther@suse.de>
17561 Jakub Jelinek <jakub@redhat.com>
17563 PR tree-optimization/77975
17564 * tree-ssa-loop-niter.c (get_base_for): Allow phi argument from latch
17565 edge to be constant.
17566 (get_val_for): For constant x return it. Formatting fix.
17567 (loop_niter_by_eval): Avoid pointless looping if the next iteration
17568 would use the same bases as the current one.
17570 2017-03-09 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
17572 * config/rs6000/rs6000.c (rs6000_gen_le_vsx_permute): Use rotate
17573 instead of vec_select for V1TImode.
17574 * conifg/rs6000/vsx.md (VSX_LE): Remove mode iterator that is no
17576 (VSX_LE_128): Add V1TI to this mode iterator.
17577 (*vsx_le_perm_load_<mode>): Change to use VSX_D mode iterator.
17578 (*vsx_le_perm_store_<mode>): Likewise.
17579 (pre-reload splitter for VSX stores): Likewise.
17580 (post-reload splitter for VSX stores): Likewise.
17581 (*vsx_xxpermdi2_le_<mode>): Likewise.
17582 (*vsx_lxvd2x2_le_<mode>): Likewise.
17583 (*vsx_stxvd2x2_le_<mode>): Likewise.
17585 2017-03-09 Michael Eager <eager@eagercon.com>
17587 Correct failures with --enable-checking=yes,rtl.
17589 * config/microblaze/microblaze.c (microblaze_expand_shift):
17590 Replace GET_CODE test with CONST_INT_P and INTVAL test with
17591 test for const0_rtx.
17592 * config/microblaze/microblaze.md (ashlsi3_byone, ashrsi3_byone,
17593 lshrsi3_byone): Replace INTVAL with test for const1_rtx.
17595 2017-03-09 Richard Biener <rguenther@suse.de>
17597 PR tree-optimization/79977
17598 * graphite-scop-detection.c (scop_detection::merge_sese):
17599 Handle the case of extra exits to blocks dominating the entry.
17601 2017-03-09 Toma Tabacu <toma.tabacu@imgtec.com>
17603 * doc/sourcebuild.texi (Effective-Target Keywords, Other attributes):
17606 2017-03-09 Vladimir Makarov <vmakarov@redhat.com>
17608 PR rtl-optimization/79949
17609 * lra-constraints.c (process_alt_operands): Check memory when
17610 trying to predict a cycle. Print about the overall increase.
17612 2017-03-09 Richard Biener <rguenther@suse.de>
17614 PR middle-end/79971
17615 * gimple-expr.c (useless_type_conversion_p): Preserve
17616 TYPE_SATURATING for fixed-point types.
17618 2017-03-09 Richard Biener <rguenther@suse.de>
17621 * ipa-prop.c (ipa_modify_formal_parameters): Avoid changing
17622 alignment of BLKmode params.
17624 2017-03-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17627 * config/aarch64/iterators.md (VALL_F16_NO_V2Q): New mode iterator.
17628 (VALL_NO_V2Q): Likewise.
17630 * config/aarch64/aarch64-simd.md
17631 (aarch64_dup_lane_<vswap_width_name><mode>): Use VALL_F16_NO_V2Q
17633 (*aarch64_simd_vec_copy_lane_<vswap_width_name><mode>): Use
17634 VALL_NO_V2Q mode iterator.
17635 (*aarch64_vgetfmulx<mode>): Use VDQF iterator.
17637 2017-03-09 Martin Liska <mliska@suse.cz>
17639 PR tree-optimization/79631
17640 * tree-chkp-opt.c (chkp_is_constant_addr): Call
17641 tree_int_cst_sign_bit just for INTEGER constants.
17643 2017-03-09 Martin Liska <mliska@suse.cz>
17647 * toplev.c (process_options): Disable -fcheck-pointer-bounds with
17650 2017-03-09 Marek Polacek <polacek@redhat.com>
17653 * tree.c (inchash::add_expr): Handle TREE_VEC.
17655 2017-03-09 Martin Liska <mliska@suse.cz>
17658 (chkp_narrow_size_and_offset): New function.
17659 (chkp_parse_array_and_component_ref): Support BIT_FIELD_REF.
17660 (void chkp_parse_bit_field_ref): New function.
17661 (chkp_make_addressed_object_bounds): Add case for BIT_FIELD_REF.
17662 (chkp_process_stmt): Use chkp_parse_bit_field_ref.
17664 2017-03-09 Martin Liska <mliska@suse.cz>
17667 * tree-chkp.c (chkp_get_bound_for_parm): Get bounds for a param.
17668 (chkp_find_bounds_1): Remove gcc_unreachable.
17670 2017-03-09 Jakub Jelinek <jakub@redhat.com>
17673 * asan.c (get_mem_refs_of_builtin_call): For BUILT_IN_ATOMIC* and
17674 BUILT_IN_SYNC*, determine the access type from the size suffix and
17675 always build a MEM_REF with that type. Handle forgotten
17676 BUILT_IN_SYNC_FETCH_AND_NAND_16 and BUILT_IN_SYNC_NAND_AND_FETCH_16.
17679 * config/i386/avx512vlintrin.h (_mm256_cmpge_epi32_mask,
17680 _mm256_cmpge_epi64_mask, _mm256_cmpge_epu32_mask,
17681 _mm256_cmpge_epu64_mask, _mm256_cmple_epi32_mask,
17682 _mm256_cmple_epi64_mask, _mm256_cmple_epu32_mask,
17683 _mm256_cmple_epu64_mask, _mm256_cmplt_epi32_mask,
17684 _mm256_cmplt_epi64_mask, _mm256_cmplt_epu32_mask,
17685 _mm256_cmplt_epu64_mask, _mm256_cmpneq_epi32_mask,
17686 _mm256_cmpneq_epi64_mask, _mm256_cmpneq_epu32_mask,
17687 _mm256_cmpneq_epu64_mask, _mm256_mask_cmpge_epi32_mask,
17688 _mm256_mask_cmpge_epi64_mask, _mm256_mask_cmpge_epu32_mask,
17689 _mm256_mask_cmpge_epu64_mask, _mm256_mask_cmple_epi32_mask,
17690 _mm256_mask_cmple_epi64_mask, _mm256_mask_cmple_epu32_mask,
17691 _mm256_mask_cmple_epu64_mask, _mm256_mask_cmplt_epi32_mask,
17692 _mm256_mask_cmplt_epi64_mask, _mm256_mask_cmplt_epu32_mask,
17693 _mm256_mask_cmplt_epu64_mask, _mm256_mask_cmpneq_epi32_mask,
17694 _mm256_mask_cmpneq_epi64_mask, _mm256_mask_cmpneq_epu32_mask,
17695 _mm256_mask_cmpneq_epu64_mask, _mm_cmpge_epi32_mask,
17696 _mm_cmpge_epi64_mask, _mm_cmpge_epu32_mask, _mm_cmpge_epu64_mask,
17697 _mm_cmple_epi32_mask, _mm_cmple_epi64_mask, _mm_cmple_epu32_mask,
17698 _mm_cmple_epu64_mask, _mm_cmplt_epi32_mask, _mm_cmplt_epi64_mask,
17699 _mm_cmplt_epu32_mask, _mm_cmplt_epu64_mask, _mm_cmpneq_epi32_mask,
17700 _mm_cmpneq_epi64_mask, _mm_cmpneq_epu32_mask, _mm_cmpneq_epu64_mask,
17701 _mm_mask_cmpge_epi32_mask, _mm_mask_cmpge_epi64_mask,
17702 _mm_mask_cmpge_epu32_mask, _mm_mask_cmpge_epu64_mask,
17703 _mm_mask_cmple_epi32_mask, _mm_mask_cmple_epi64_mask,
17704 _mm_mask_cmple_epu32_mask, _mm_mask_cmple_epu64_mask,
17705 _mm_mask_cmplt_epi32_mask, _mm_mask_cmplt_epi64_mask,
17706 _mm_mask_cmplt_epu32_mask, _mm_mask_cmplt_epu64_mask,
17707 _mm_mask_cmpneq_epi32_mask, _mm_mask_cmpneq_epi64_mask,
17708 _mm_mask_cmpneq_epu32_mask, _mm_mask_cmpneq_epu64_mask): Move
17709 definitions outside of __OPTIMIZE__ guarded section.
17712 * config/i386/avx512bwintrin.h (_mm512_packs_epi32,
17713 _mm512_maskz_packs_epi32, _mm512_mask_packs_epi32,
17714 _mm512_packus_epi32, _mm512_maskz_packus_epi32,
17715 _mm512_mask_packus_epi32): Move definitions outside of __OPTIMIZE__
17718 2017-03-09 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
17720 * config/s390/vx-builtins.md ("vfee<mode>", "vfeez<mode>")
17721 ("vfenez<mode>"): Add missing constraints.
17723 2017-03-08 Martin Sebor <msebor@redhat.com>
17726 * config/nds32/nds32.c (nds32_option_override):
17727 Fix misspelled diagnostic.
17729 2017-03-08 Jakub Jelinek <jakub@redhat.com>
17732 * gimplify.c (gimplify_omp_for): Replace index var in outer
17733 taskloop statement with an artificial variable and add
17734 OMP_CLAUSE_PRIVATE clause for it.
17736 2017-03-08 Richard Biener <rguenther@suse.de>
17738 PR tree-optimization/79955
17739 * tree-ssa-uninit.c (warn_uninitialized_vars): Do not warn
17740 for accesses that are completely outside of the variable.
17742 2017-03-08 Andrew Haley <aph@redhat.com>
17744 PR tree-optimization/79943
17745 * tree-ssa-loop-split.c (compute_new_first_bound): When
17746 calculating the new upper bound, (END-BEG) should be added, not
17749 2017-03-08 Jakub Jelinek <jakub@redhat.com>
17751 * config/avr/avr.md (setmemhi): Make sure match_dup
17752 operand number comes before match_scratch.
17754 2017-03-08 Richard Biener <rguenther@suse.de>
17756 PR tree-optimization/79920
17757 * tree-vect-slp.c (vect_create_mask_and_perm): Remove and inline
17758 with ncopies == 1 to ...
17759 (vect_transform_slp_perm_load): ... here. Properly compute
17760 all element loads by iterating VF times over the group. Do
17761 not handle ncopies (computed in a broken way) in
17762 vect_create_mask_and_perm.
17764 2017-03-08 Jakub Jelinek <jakub@redhat.com>
17767 * internal-fn.c (expand_vector_ubsan_overflow): If arg0 or arg1
17768 is a uniform vector, use uniform_vector_p return value instead of
17769 building ARRAY_REF on folded VIEW_CONVERT_EXPR to array type.
17771 2017-03-07 Marek Polacek <polacek@redhat.com>
17773 PR middle-end/79809
17774 * gimple-ssa-warn-alloca.c (pass_walloca::gate): Use HOST_WIDE_INT.
17775 (alloca_call_type): Likewise.
17777 2017-03-07 Martin Liska <mliska@suse.cz>
17779 * gcov.c (process_args): Put comment to correct location.
17781 2017-03-07 Martin Liska <mliska@suse.cz>
17783 PR middle-end/68270
17784 * tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
17785 Use array_at_struct_end_p instead of DECL_CHAIN (field).
17786 (chkp_narrow_bounds_for_field): Likewise.
17787 (chkp_parse_array_and_component_ref): Pass one more argument to
17790 2017-03-07 Richard Biener <rguenther@suse.de>
17792 * tree-vect-loop-manip.c (slpeel_add_loop_guard): Preserve
17795 2017-03-07 Segher Boessenkool <segher@kernel.crashing.org>
17797 * config/i386/i386.c (ix86_local_alignment): Align most aggregates
17798 of 16 bytes and more to 16 bytes, not those of 16 bits and more.
17800 2017-03-07 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17803 * params.def (PARAM_STORE_MERGING_ALLOW_UNALIGNED): Add full stop
17804 to end of description.
17805 (PARAM_MAX_STORES_TO_MERGE): Likewise.
17807 2017-03-07 Jakub Jelinek <jakub@redhat.com>
17809 PR rtl-optimization/79901
17810 * config/i386/sse.md (*avx512bw_<code><mode>3<mask_name>): Renamed to
17812 (*avx512f_<code><mode>3<mask_name>): ... this.
17813 (<code><mode>3 with maxmin code iterator): Use VI8_AVX2_AVX512F
17814 iterator instead of VI8_AVX2_AVX512BW.
17816 PR rtl-optimization/79901
17817 * expr.c (expand_expr_real_2): For vector MIN/MAX, if there is no
17818 min/max expander, expand it using expand_vec_cond_expr.
17821 * ubsan.c (ubsan_encode_value): Call mark_addressable on the
17824 2017-03-06 Jakub Jelinek <jakub@redhat.com>
17827 * dwarf2out.h (dw_vec_const): Change array type from unsigned char *
17828 to void * for PCH reasons.
17829 * dwarf2out.c (output_loc_operands, output_die): Cast
17830 v.val_vec.array to unsigned char *.
17832 2017-03-06 John David Anglin <danglin@gcc.gnu.org>
17835 * config/pa/pa-64.h (PAD_VARARGS_DOWN): Don't pad down complex and
17838 2017-03-06 Vladimir Makarov <vmakarov@redhat.com>
17840 PR rtl-optimization/79571
17841 * lra-constraints.c (process_alt_operands): Calculate static
17842 reject and subtract it from overall when only addresses will be
17845 2017-03-06 Julia Koval <julia.koval@intel.com>
17848 * config/i386/i386.c (ix86_minimum_incoming_stack_boundary): Set
17849 incoming stack boundary to 128 for 64-bit targets.
17851 2017-03-06 Richard Biener <rguenther@suse.de>
17853 PR tree-optimization/79894
17854 * tree-vectorizer.c (vectorize_loops): Set loop_vectorized_call
17855 to NULL after folding it.
17857 2017-03-06 Richard Biener <rguenther@suse.de>
17859 PR tree-optimization/79824
17860 * tree-vect-stmts.c (get_group_load_store_type): Fix alignment
17861 check disabling peeling for gaps.
17863 2017-03-06 Toma Tabacu <toma.tabacu@imgtec.com>
17865 * doc/sourcebuild.texi (Effective-Target Keywords, Environment
17866 attributes): Document gettimeofday.
17868 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
17870 * config/s390/s390.c (s390_option_override_internal): Set
17871 PARAM_MIN_VECT_LOOP_BOUND
17873 2017-03-06 Robin Dapp <rdapp@linux.vnet.ibm.com>
17875 * config/s390/s390.c (s390_asm_output_function_label): Use nopr %r0.
17876 * config/s390/s390.md: Likewise.
17878 2017-03-06 Jakub Jelinek <jakub@redhat.com>
17881 * config/i386/sse.md (VI8F_256_512): Remove mode iterator.
17882 (<avx2_avx512>_perm<mode>): Rename to ...
17883 (avx2_perm<mode>): ... this. Use VI8F_256 iterator instead
17885 (<avx512>_perm<mode>_mask): Rename to ...
17886 (avx512vl_perm<mode>_mask): ... this. Use VI8F_256 iterator instead
17888 (<avx2_avx512>_perm<mode>_1<mask_name>): Rename to ...
17889 (avx2_perm<mode>_1<mask_name): ... this. Use VI8F_256 iterator
17890 instead of VI8F_256_512.
17891 (avx512f_perm<mode>): New define_expand.
17892 (avx512f_perm<mode>_mask): Likewise.
17893 (avx512f_perm<mode>_1<mask_name>): New define_insn.
17894 (<avx512>_vec_dup<mode>_1): Fix up vec_select mode.
17896 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
17898 * config/mips/mips-msa.md (msa_fmax_a_<msafmt>, msa_fmin_a_<msafmt>,
17899 msa_max_a_<msafmt>, msa_min_a_<msafmt>): Introduce mode interator for
17901 (smin<mode>3, smax<mode>3): Change operand print code from 'B' to 'E'.
17903 2017-03-06 Martin Liska <mliska@suse.cz>
17906 * asan.c (asan_expand_poison_ifn): Do not expand ASAN_POISON
17907 when having a SSA NAME w/o VAR_DECL assigned to it.
17909 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
17911 * config/mips/mips-msa.md (msa_dotp_<su>_d, msa_dpadd_<su>_d,
17912 msa_dpsub_<su>_d): Fix MODE for vec_select.
17914 2017-03-06 Prachi Godbole <prachi.godbole@imgtec.com>
17916 * config/mips/mips.c (mips_gen_const_int_vector): Change type of last
17918 * config/mips/mips-protos.h (mips_gen_const_int_vector): Likewise.
17920 2017-03-06 Richard Biener <rguenther@suse.de>
17922 * lto-streamer.c (lto_check_version): Use %qs in diagnostics.
17923 * plugin.c (register_plugin_info): Likewise.
17924 * tree-chkp.c (chkp_make_static_const_bounds): Likewise.
17926 2017-03-05 Jakub Jelinek <jakub@redhat.com>
17928 * config/i386/sse.md (sse_storehps, sse_storelps,
17929 avx_<castmode><avxsizesuffix>_<castmode>,
17930 avx512f_<castmode><avxsizesuffix>_<castmode>,
17931 avx512f_<castmode><avxsizesuffix>_256<castmode>): Require
17932 in condition that at least one operand is not a MEM.
17934 2017-03-03 Jakub Jelinek <jakub@redhat.com>
17936 PR middle-end/79805
17937 * internal-fn.def (ATOMIC_BIT_TEST_AND_SET, ATOMIC_BIT_TEST_AND_RESET,
17938 ATOMIC_BIT_TEST_AND_COMPLEMENT, ATOMIC_COMPARE_EXCHANGE): Remove
17940 * gimple-fold.c (fold_builtin_atomic_compare_exchange): Set
17941 gimple_call_nothrow_p flag based on whether original builtin can throw.
17942 If it can, emit following stmts on the fallthrough edge.
17943 * tree-ssa-ccp.c (optimize_atomic_bit_test_and): Similarly, except
17944 don't create new bb if inserting just debug stmts on the edge, try to
17945 insert them on the fallthru bb or just reset debug stmts.
17947 2017-03-03 Segher Boesssenkool <segher@kernel.crashing.org>
17950 * config/rs6000/rs6000.c (rs6000_final_prescan_insn): Save and
17951 restore recog_data (including the operand rtxes inside it) around
17952 the call to get_insn_template.
17954 2017-03-03 Martin Sebor <msebor@redhat.com>
17956 PR tree-optimization/79699
17957 * context.c (context::~context): Free MPFR caches to avoid
17958 a memory leak on program exit.
17960 2017-03-03 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
17962 * config/aarch64/aarch64.c (aarch64_float_const_representable_p):
17963 Use wide_int::ulow () instead of .elt (0).
17965 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
17967 * config/i386/i386.md (*pushtf): Change *roF constraint to *roC.
17968 (*pushxf): Limit oF constraint to 32bit targets and add oC
17969 constraint for 64bit targets.
17970 (pushxf splitter): Use PUSH_ROUNDING to calculate stack adjustment.
17971 (*pushdf): Change rmF constraint to rmC.
17973 2017-03-03 Martin Liska <mliska@suse.cz>
17975 * tree-ssa-loop-prefetch.c (pass_loop_prefetch::execute):
17976 Remove unused variable.
17978 2017-03-03 Jakub Jelinek <jakub@redhat.com>
17981 * config/i386/i386.c (ix86_expand_multi_arg_builtin): If target
17982 is a memory operand, increase num_memory.
17983 (ix86_expand_args_builtin): Likewise.
17985 2017-03-03 Jan Hubicka <jh@suse.cz>
17988 * ipa-devirt.c (maybe_record_node): Properly handle
17989 __cxa_pure_virtual visibility.
17991 2017-03-03 Martin Liska <mliska@suse.cz>
17993 PR tree-optimization/79803
17994 * tree-ssa-loop-prefetch.c (tree_ssa_prefetch_arrays): Remove
17996 (pass_loop_prefetch::execute): Disabled optimization if an
17997 assumption about L1 cache size is not met.
17999 2017-03-03 Martin Liska <mliska@suse.cz>
18001 PR rtl-optimization/79574
18002 * gcse.c (struct gcse_expr): Use HOST_WIDE_INT instead of int.
18003 (hash_scan_set): Likewise.
18004 (dump_hash_table): Likewise.
18005 (hoist_code): Likewise.
18007 2017-03-03 Richard Biener <rguenther@suse.de>
18009 * fixed-value.c (fixed_from_string): Restore use of elt (1)
18010 in place of uhigh ().
18011 (fixed_convert_from_real): Likewise.
18013 2017-03-03 Uros Bizjak <ubizjak@gmail.com>
18016 * config/i386/i386.md (*pushxf_rounded): Use Pmode instead of DImode.
18018 2017-03-03 Richard Biener <rguenther@suse.de>
18020 PR middle-end/79818
18021 * match.pd ( X +- C1 CMP C2 -> X CMP C2 -+ C1): Add missing
18022 TYPE_OVERFLOW_UNDEFINED check.
18024 2017-03-02 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18026 * config/rs6000/vector.md (vector_ne_<mode>_p): Correct operand
18028 (vector_ae_<mode>_p): Likewise.
18029 (vector_nez_<mode>_p): Likewise.
18030 (vector_ne_v2di_p): Likewise.
18031 (vector_ae_v2di_p): Likewise.
18032 (vector_ne_<mode>_p): Likewise.
18033 * config/rs6000/vsx.md (vsx_tsqrt<mode>2_fg): Correct operand
18035 (vsx_tsqrt<mode>2_fe): Likewise.
18037 2017-03-02 Uros Bizjak <ubizjak@gmail.com>
18040 * config/i386/i386.md (*pushxf_rounded): New insn_and_split pattern.
18042 2017-03-02 Jakub Jelinek <jakub@redhat.com>
18044 PR rtl-optimization/79780
18045 * cprop.c (one_cprop_pass): When second and further conditional trap
18046 in a single basic block is turned into an unconditional trap, turn it
18047 into a deleted note to avoid RTL verification failures.
18049 2017-03-02 Richard Biener <rguenther@suse.de>
18051 * fold-const.c (const_binop): Use ulow () instead of elt (0).
18053 2017-03-02 Richard Biener <rguenther@suse.de>
18055 PR tree-optimization/79345
18057 * tree-ssa-alias.c (walk_aliased_vdefs_1): Take a limit
18058 param and abort the walk, returning -1 if it is hit.
18059 (walk_aliased_vdefs): Take a limit param and pass it on.
18060 * tree-ssa-alias.h (walk_aliased_vdefs): Add a limit param,
18061 defaulting to 0 and return a signed int.
18062 * tree-ssa-uninit.c (struct check_defs_data): New struct.
18063 (check_defs): New helper.
18064 (warn_uninitialized_vars): Use walk_aliased_vdefs to warn
18065 about uninitialized memory.
18066 * fixed-value.c (fixed_from_string): Use ulow/uhigh to avoid
18067 bogus uninitialized warning.
18068 (fixed_convert_from_real): Likewise.
18070 2017-03-02 Bin Cheng <bin.cheng@arm.com>
18072 PR tree-optimization/66768
18073 * tree-ssa-loop-ivopts.c (find_interesting_uses_address): Skip addr
18074 iv_use if base object can't be determined.
18076 2017-03-02 Jakub Jelinek <jakub@redhat.com>
18078 PR tree-optimization/79345
18079 * gensupport.h (struct pattern_stats): Add min_scratch_opno field.
18080 * gensupport.c (get_pattern_stats_1) <case MATCH_SCRATCH>: Update it.
18081 (get_pattern_stats): Initialize it.
18082 * genemit.c (gen_expand): Verify match_scratch numbers come after
18083 match_operand/match_dup numbers.
18084 * config/i386/i386.md (<s>mul<mode>3_highpart): Swap match_dup and
18085 match_scratch numbers.
18086 * config/i386/sse.md (avx2_gathersi<mode>, avx2_gatherdi<mode>):
18088 * config/s390/s390.md (trunctdsd2): Likewise.
18090 2017-03-02 Richard Biener <rguenther@suse.de>
18092 * wide-int.h (wide_int_storage::operator=): Implement in terms
18095 2017-03-02 Richard Biener <rguenther@suse.de>
18097 PR tree-optimization/79777
18098 * tree-ssa-pre.c (eliminate_insert): Give up if we simplify
18099 the to insert expression to sth existing.
18101 2017-03-01 Martin Sebor <msebor@redhat.com>
18103 PR middle-end/79692
18104 * gimple-ssa-sprintf.c
18105 (directive::known_width_and_precision): New function.
18106 (format_integer): Use it.
18107 (get_mpfr_format_length): Consider the full range of precision
18108 when computing %g output with the # flag. Set the likely byte
18109 count to 3 rather than 1 when precision is indeterminate.
18110 (format_floating): Correct the lower bound of precision.
18112 2017-03-01 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18114 * doc/invoke.texi: Document default code model for 64-bit Linux.
18116 2017-03-01 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
18119 * config/rs6000/rs6000.md (peephole2 for udiv/umod): Should emit
18120 udiv rather than div since input pattern is unsigned.
18122 2017-03-01 Uros Bizjak <ubizjak@gmail.com>
18124 * config/i386/i386.c (print_reg): Warn for values of
18125 unsupported size in integer register.
18127 2017-03-01 Michael Meissner <meissner@linux.vnet.ibm.com>
18130 * config/rs6000/predicates.md (current_file_function_operand): Do
18131 not allow self calls to be local if the function is replaceable.
18133 2017-03-01 Kelvin Nilsen <kelvin@gcc.gnu.org>
18136 * config/rs6000/altivec.h (vec_ctz and others): Change the
18137 preprocessor macro that controls conditional compilation from
18138 _ARCH_PWR9 to __POWER9_VECTOR__.
18139 (vec_all_ne): Change parameterization of __altivec_scalar_pred
18140 macro expansion under preprocessor #ifdef __POWER9_VECTOR__
18141 control (instead of _ARCH_PWR9 control) so that template
18142 definition uses power9-specific function.
18143 (vec_any_eq): Likewise.
18144 (vec_all_ne): Change macro definition to use a power9-specific
18145 expansion under #ifdef __POWER9_VECTOR__ control (instead of
18146 _ARCH_PWR9 control).
18147 (vec_any_eq) Likewise.
18148 * config/rs6000/rs6000-builtin.def (CMPNEF): Remove BU_P9V_AV_2
18149 expansion for CMPNEF to remove support for xvcmpnesp instruction.
18150 (CMPNED): Remove BU_P9V_AV2 expansion for CMPNED to remove
18151 support for xvcmpnedp instruction.
18152 (VCMPNEB_P): Replace BU_P9V_AV_P macro expansion with BU_P9V_AV_2
18153 macro expansion so that Power9 implementation of vec_all_ne does
18154 not use the AltiVec predicate framework.
18155 (VCMPNEH_P): Likewise.
18156 (VCMPNEW_P): Likewise.
18157 (VCMPNED_P): Likewise.
18158 (VCMPNEFP_P): Likewise.
18159 (VCMPNEDP_P): Likewise.
18160 (VCMPAEB_P): Add BU_P9V_AV_2 macro expansion to change
18161 implementation of vec_any_eq to not use AltiVec predicate
18163 (VCMPAEH_P): Likewise.
18164 (VCMPAEW_P): Likewise.
18165 (VCMPAED_P): Likewise.
18166 (VCMPAEFP_P): Likewise.
18167 (VCMPAEDP_P): Likewise.
18168 (VCMPNE_P): Replace BU_P9V_OVERLOAD_P macro expansion with
18169 BU_P9V_OVERLOAD_2 so that Power9 implementation of vec_all_ne does
18170 not use the AltiVec predicate framework.
18171 (VCMPAE_P): Add BU_P9V_OVERLOAD_2 macro to change implementation
18172 of vec_any_eq to not use AltiVec predicate framework.
18173 * config/rs6000/rs6000-c.c (rs6000_target_modify_macros): Add
18174 support for predefined __POWER9_VECTOR__ macro to indicate that
18175 Power9 instruction selection is enabled.
18176 (altivec_overloaded_builtins): Remove extraneous
18177 ALTIVEC_BUILTIN_VEC_CMPNE entry for overloaded
18178 function argument types RS6000_BTI_bool_V16QI and
18179 RS6000_BTI_bool_V16QI. Remove erroneous ALTIVEC_BUILTIN_VEC_CMPNE
18180 entry for overloaded function argument types RS6000_BTI_bool_V4SI
18181 andRS6000_BTI_bool_V4SI, mapping to P9V_BUILTIN_CMPNEB. Remove
18182 two entries mapping to P9V_BUITIN_CMPNED and one entry mapping to
18183 P9V_BUILTIN_CMPNEF to force use of instructions not specific to
18184 Power9 for implementations of vec_cmpne. Change the signature for
18185 all definitions of the overloaded P9V_BUILTIN_VEC_CMPNE_P function
18186 (representing vec_all_ne) to remove the previously described first
18187 argument of type RS6000_BTI_INTSI, as this was an artifact of
18188 reliance on the AltiVec predicate framework, which is no longer
18189 used in the implementation of these functions. Add
18190 P9V_BUILTIN_VEC_VCMPAE_P entries (representing the vec_anyeq
18191 function) to match all of the P9V_BUILTIN_VEC_VCMNE_P entries
18192 since, unlike the AltiVec predicate framework implementation, we
18193 do not share function descriptors between vec_alle and vec_anyeq.
18194 (altivec_resolve_overloaded_builtin): Add SFmode and DFmode to the
18195 set of modes that receive special treatment even when
18196 TARGET_P9_VECTOR is true. The special treatment emits code that
18197 does not depend on Power9 instructions.
18198 * config/rs6000/vector.md (vector_ne_<mode>_p): Change this
18199 define_expand to not rely on AltiVec predicate framework.
18200 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18202 (vector_ne_v2di_p): Change this define_expand to not rely on
18203 AltiVec predicate framework.
18204 (vector_ae_v2di_p): New define_expand to represent vec_any_eq
18206 (vector_ne_<mode>_p): Change this define_expand to not rely on
18207 AltiVec predicate framework.
18208 (vector_ae_<mode>p): New define_expand to represent vec_any_eq
18210 * config/rs6000/vsx.md (*vsx_ne_<mode>_p): For modes VSX_EXTRACT_I
18211 (V16QI, V8HI, V4SI), correct a typo in the code emitted for this
18212 define_insn pattern.
18213 (*vsx_ne_<mode>_p): For modes VSX_F (V4SF and V2DF), remove this
18214 define_insn pattern because the xvcmpne<VSs>. instruction is not
18216 (vcmpne<VSs>): Remove this define_insn because xvcmpne<VSs>
18217 instruction is not supported.
18219 2017-03-01 Jakub Jelinek <jakub@redhat.com>
18221 * config/nvptx/nvptx.c: Include intl.h.
18223 2017-03-01 Martin Jambor <mjambor@suse.cz>
18226 * ipa-prop.h (ipa_bits): Removed field known.
18227 (ipa_jump_func): Removed field vr_known. Changed fields bits and m_vr
18228 to pointers. Adjusted their comments to warn about their sharing.
18229 (ipcp_transformation_summary): Change bits to a vector of pointers.
18230 (ipa_check_create_edge_args): Moved to ipa-prop.c, declare.
18231 (ipa_get_ipa_bits_for_value): Declare.
18232 * tree-vrp.h (value_range): Mark as GTY((for_user)).
18233 * ipa-prop.c (ipa_bit_ggc_hash_traits): New.
18234 (ipa_bits_hash_table): Likewise.
18235 (ipa_vr_ggc_hash_traits): Likewise.
18236 (ipa_vr_hash_table): Likewise.
18237 (ipa_print_node_jump_functions_for_edge): Adjust for bits and m_vr
18238 being pointers and vr_known being removed.
18239 (ipa_set_jf_unknown): Likewise.
18240 (ipa_get_ipa_bits_for_value): New function.
18241 (ipa_set_jfunc_bits): Likewise.
18242 (ipa_get_value_range): New overloaded functions.
18243 (ipa_set_jfunc_vr): Likewise.
18244 (ipa_compute_jump_functions_for_edge): Use the above functions to
18245 construct bits and vr parts of jump functions.
18246 (ipa_check_create_edge_args): Move here from ipa-prop.h, also allocate
18247 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18249 (ipcp_grow_transformations_if_necessary): Also allocate
18250 ipa_bits_hash_table and ipa_vr_hash_table if they do not already
18252 (ipa_node_params_t::duplicate): Do not copy bits, just pointers to
18253 them. Fix too long lines.
18254 (ipa_write_jump_function): Adjust for bits and m_vr being pointers and
18255 vr_known being removed.
18256 (ipa_read_jump_function): Use new setter functions to construct bits
18257 and vr parts of jump functions or set them to NULL.
18258 (write_ipcp_transformation_info): Adjust for bits being pointers.
18259 (read_ipcp_transformation_info): Likewise.
18260 (ipcp_update_bits): Likewise. Fix excessively long lines a trailing
18262 Include gt-ipa-prop.h.
18263 * ipa-cp.c (propagate_bits_across_jump_function): Adjust for bits
18265 (ipcp_store_bits_results): Likewise.
18266 (propagate_vr_across_jump_function): Adjust for m_vr being a pointer.
18267 Do not write to existing jump functions but use a temporary instead.
18269 2017-03-01 Jakub Jelinek <jakub@redhat.com>
18272 * fold-const.c (make_bit_field_ref): If orig_inner is COMPONENT_REF,
18273 attempt to use its first operand as BIT_FIELD_REF base.
18275 2017-03-01 Richard Biener <rguenther@suse.de>
18277 PR middle-end/79721
18278 * tree-chrec.c (chrec_evaluate): Perform computation of Newtons
18279 interpolating formula in wrapping arithmetic.
18280 (chrec_apply): Convert chrec_evaluate return value to wanted type.
18282 2017-03-01 Jakub Jelinek <jakub@redhat.com>
18284 PR tree-optimization/79734
18285 * tree-vect-generic.c (expand_vector_condition): Optimize
18286 AVX512 vector boolean VEC_COND_EXPRs into bitwise operations.
18287 Handle VEC_COND_EXPR where comparison has different inner width from
18288 type's inner width.
18290 2017-02-28 Sandra Loosemore <sandra@codesourcery.com>
18292 * doc/invoke.texi (ARC Options): Copy-edit to fix punctuation,
18293 markup, and similar issues. Remove @opindex entries for things
18294 that aren't options. Add missing -mmpy-option entries.
18296 2017-02-28 Jakub Jelinek <jakub@redhat.com>
18298 PR tree-optimization/79737
18299 * gimple-ssa-store-merging.c (encode_tree_to_bitpos): If bitlen is
18300 a multiple of BITS_PER_UNIT and !BYTES_BIG_ENDIAN, clear
18301 tmpbuf[byte_size - 1]. Call natice_encode_expr with byte_size - 1
18302 instead of byte_size. Formatting fix.
18303 (shift_bytes_in_array_right): Formatting fix.
18305 2017-02-28 Eric Botcazou <ebotcazou@adacore.com>
18308 * config/sparc/sparc.c (sparc_frame_pointer_required): Add missing
18309 condition on optimize for the leaf function test.
18311 2017-02-28 Martin Liska <mliska@suse.cz>
18314 * read-rtl-function.c (function_reader::handle_unknown_directive):
18315 Bail out when one uses -flto.
18317 2017-02-28 Martin Liska <mliska@suse.cz>
18319 * common.opt: Replace space with tabular for options of <number>
18321 * config/i386/i386.opt: Show <number> value for
18322 -mlarge-data-threshold.
18323 * opts.c (print_filtered_help): Do not display number in hexadecimal
18326 2017-02-28 Martin Liska <mliska@suse.cz>
18328 * common.opt: Fix --help=option -Q for options which are of
18331 2017-02-28 Uros Bizjak <ubizjak@gmail.com>
18333 * config/i386/i386.c (print_reg): Error out for values
18334 of 8-bit size in invalid integer register.
18336 2017-02-28 Martin Sebor <msebor@redhat.com>
18338 PR tree-optimization/79691
18339 * passes.def (pass_all_optimizations_g): Enable pass_sprintf_length.
18341 2017-02-28 Jakub Jelinek <jakub@redhat.com>
18344 * config/i386/i386.c (ix86_print_operand) <case 'R'>: Replace
18345 gcc_unreachable with output_operand_lossage.
18347 2017-02-28 Richard Biener <rguenther@suse.de>
18349 PR tree-optimization/79740
18350 * tree-ssa-sccvn.c (vn_nary_op_insert_into): Allow redundant
18352 (visit_nary_op): Insert the nary into the hashtable if we
18353 pattern-matched sth.
18354 * tree-ssa-pre.c (eliminate_insert): Robustify.
18356 2017-02-28 Richard Biener <rguenther@suse.de>
18358 PR middle-end/79731
18359 * fold-const.c (decode_field_reference): Reject out-of-bound
18362 2017-02-28 Jakub Jelinek <jakub@redhat.com>
18364 * config/i386/i386.c: Include intl.h.
18365 (ix86_option_override_internal): Use cond ? G_("...") : G_("...")
18366 instead of just cond ? "..." : "...".
18367 * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): Likewise.
18368 * coverage.c (read_counts_file): Likewise.
18369 * omp-offload.c: Include intl.h.
18370 (oacc_loop_fixed_partitions): Use cond ? G_("...") : G_("...") instead
18371 of just cond ? "..." : "...".
18372 * gcov.c (read_count_file): Use cond ? N_("...") : N_("...") instead
18373 of just cond ? "..." : "...".
18375 2017-02-28 Richard Earnshaw <rearnsha@arm.com>
18378 * config/arm/parsecpu.awk (gen_data): Set tuning target to 'tune for'
18380 * config/arm/arm-cpus.in (cortex-m0plus.small-multiply): Correct
18381 'tune for' CPU name.
18382 * config/arm/arm-cpu-data.h: Regenerated.
18384 2017-02-28 Richard Biener <rguenther@suse.de>
18386 PR tree-optimization/79732
18387 * tree-inline.c (expand_call_inline): Do not shadow var.
18389 2017-02-28 Richard Biener <rguenther@suse.de>
18391 PR tree-optimization/79723
18392 * tree-vect-stmts.c (get_vectype_for_scalar_type_and_size): Preserve
18393 address-space properly.
18395 2017-02-28 Thomas Schwinge <thomas@codesourcery.com>
18397 * doc/optinfo.texi (Optimization groups): Fix option used for
18399 * doc/invoke.texi (-fopt-info): Document "omp".
18400 * dumpfile.h: Sort OPTGROUP_OMP before OPTGROUP_VEC.
18401 (OPTGROUP_ALL): Add OPTGROUP_OMP.
18402 * hsa-gen.c (pass_data_gen_hsail): Use OPTGROUP_OMP.
18403 * ipa-hsa.c (pass_data_ipa_hsa): Likewise.
18404 * omp-simd-clone.c (pass_data_omp_simd_clone): Likewise.
18406 * dumpfile.h (OPTGROUP_OPENMP): Rename to OPTGROUP_OMP. Adjust
18408 * dumpfile.c (optgroup_options): Instead of "openmp", associate
18409 OPTGROUP_OMP with "omp".
18411 2017-02-27 Pat Haugen <pthaugen@us.ibm.com>
18414 * config/rs6000/rs6000-c.c (struct altivec_builtin_types): Use VSRAD
18415 for arithmetic shift of unsigned V2DI.
18417 2017-02-27 Claudiu Zissulescu <claziss@synopsys.com>
18419 * config.gcc (arc*-): Clean up, use arc/big.h, arc/elf.h, and
18420 arc/linux.h headers.
18421 * config/arc/arc.h (TARGET_OS_CPP_BUILTINS): Remove.
18422 (LINK_SPEC): Likewise.
18423 (ARC_TLS_EXTRA_START_SPEC): Likewise.
18424 (EXTRA_SPECS): Likewise.
18425 (STARTFILE_SPEC): Likewise.
18426 (ENDFILE_SPEC): Likewise.
18427 (LIB_SPEC): Likewise.
18428 (TARGET_SDATA_DEFAULT): Likewise.
18429 (TARGET_MMEDIUM_CALLS_DEFAULT): Likewise.
18430 (MULTILIB_DEFAULTS): Likewise.
18431 (DWARF2_UNWIND_INFO): Likewise.
18432 * config/arc/big.h: New file.
18433 * config/arc/elf.h: Likewise.
18434 * config/arc/linux.h: Likewise.
18435 * config/arc/t-uClibc: Remove.
18437 2017-02-27 Bin Cheng <bin.cheng@arm.com>
18439 PR tree-optimization/77536
18440 * tree-ssa-loop-manip.c (niter_for_unrolled_loop): New function.
18441 (tree_transform_and_unroll_loop): Use above function to compute the
18442 estimated niter of unrolled loop and use it when scaling profile.
18443 Also use count info rather than frequency if it's non-zero.
18444 * tree-ssa-loop-manip.h niter_for_unrolled_loop(): New declaration.
18445 * tree-vect-loop.c (scale_profile_for_vect_loop): New function.
18446 (vect_transform_loop): Call above function.
18448 2017-02-27 Richard Biener <rguenther@suse.de>
18450 PR tree-optimization/45397
18451 * tree-ssa-pre.c (eliminate_insert): Handle BIT_AND_EXPR.
18452 * tree-ssa-sccvn.c (valueized_wider_op): New helper.
18453 (visit_nary_op): Add pattern matching for CSEing sign-changed
18454 or truncated operations with wider ones.
18456 2017-02-27 Richard Biener <rguenther@suse.de>
18458 PR tree-optimization/79690
18459 * tree-vect-stmts.c (vectorizable_store): Use vector type
18460 built from the DR with address-space.
18462 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
18464 * doc/invoke.texi (Optimize Options): Refine the description
18465 of asan-use-after-return.
18467 2017-02-25 Alan Modra <amodra@gmail.com>
18469 PR rtl-optimization/79584
18470 * lra-constraints.c (base_to_reg): Reload ad->base, the entire
18471 base, not ad->base_term, the reg within base. Remove assertion
18472 that ad->base == ad->base_term. Replace gen_int_mode using
18473 bogus mode with const0_rtx.
18475 2017-02-25 Jakub Jelinek <jakub@redhat.com>
18477 PR middle-end/79396
18478 * tree-eh.c (operation_could_trap_p, stmt_could_throw_1_p): Handle
18479 FMA_EXPR like tcc_binary or tcc_unary.
18481 * tree-ssa-loop-niter.c (number_of_iterations_exit): Simplify warning.
18484 * dwarf2out.c (struct dw_loc_list_struct): Add noted_variable_value
18486 (size_of_loc_descr): Handle DW_OP_GNU_variable_value.
18487 (output_loc_operands): Handle DW_OP_call_ref and
18488 DW_OP_GNU_variable_value.
18489 (struct variable_value_struct): New type.
18490 (struct variable_value_hasher): Likewise.
18491 (variable_value_hash): New variable.
18492 (string_types): Remove.
18493 (copy_loc_descr): New function.
18494 (add_loc_descr_to_each): Clarify comment. Use copy_loc_descr.
18495 (prepend_loc_descr_to_each): New function.
18496 (add_loc_list): Fix comment typo. Use prepend_loc_descr_to_each
18497 instead of add_loc_descr_to_each if the first argument is single
18498 location list and the second has multiple.
18499 (resolve_args_picking_1): Handle DW_OP_GNU_variable_value.
18500 (loc_list_from_tree_1): For early_dwarf, emit DW_OP_GNU_variable_value
18501 when looking for variable value which doesn't have other location info.
18502 (loc_list_from_tree): Formatting fix.
18503 (gen_array_type_die): Simplify DW_AT_string_length handling.
18504 (adjust_string_types): Remove.
18505 (gen_subprogram_die): Don't call adjust_string_types nor test/set
18506 string_types. Call resolve_variable_values.
18507 (prune_unused_types_walk_loc_descr): Handle DW_OP_GNU_variable_value.
18508 (resolve_addr_in_expr): Likewise. Add A argument.
18509 (copy_deref_exprloc): Remove deref argument. Adjust for the
18510 original expression being DW_OP_GNU_variable_value with optionally
18511 DW_OP_stack_value after it instead of DW_OP_call4 with DW_OP_deref
18512 optionally after it.
18513 (optimize_string_length): Rework for DW_OP_GNU_variable_value.
18514 (resolve_addr): Adjust optimize_string_length and resolve_addr_in_expr
18515 callers. Set remove_AT_byte_size if removing DW_AT_string_length.
18516 (variable_value_hasher::hash, variable_value_hasher::equal): New
18518 (resolve_variable_value_in_expr, resolve_variable_value,
18519 resolve_variable_values, note_variable_value_in_expr,
18520 note_variable_value): New functions.
18521 (dwarf2out_early_finish): Call note_variable_value on all toplevel
18524 2017-02-24 Jakub Jelinek <jakub@redhat.com>
18527 * opts.h (handle_generated_option): Add GENERATED_P argument.
18528 * opts-common.c (handle_option): Adjust function comment.
18529 (handle_generated_option): Add GENERATED_P argument, pass it to
18531 (control_warning_option): Pass false to handle_generated_option
18533 * opts.c (maybe_default_option): Pass true to handle_generated_option
18535 * optc-gen.awk: Likewise.
18537 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
18539 * config/sh/sh.md (tstsi_t): If operands[0] is a SUBREG instead of
18540 a REG, look at the REG it is a SUBREG of.
18541 (splitter for cmpeqsi_t): Ditto.
18543 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
18545 * config/pa/pa.c (pa_combine_instructions): Do not share RTL. Make
18546 the special USEs with the pattern of the insn, not the insn itself.
18548 2017-02-24 Matthew Fortune <matthew.fortune@imgtec.com>
18551 * doc/invoke.texi: Document -mload-store-pairs.
18553 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
18554 Sandra Loosemore <sandra@codesourcery.com>
18556 * config/nios2/nios2.c (nios2_simple_const_p): Returns false if the
18557 argument isn't a CONST_INT.
18558 (nios2_alternate_compare_const): Assert op is a CONST_INT.
18559 (nios2_valid_compare_const_p): Assert op is a CONST_INT.
18560 (nios2_validate_compare): Bypass alternate compare logic if *op2
18561 is not a CONST_INT.
18562 (ldstwm_operation_p): Return false if first_base is not a REG or
18563 if first_offset is not a CONST_INT.
18565 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
18567 * config/cris/cris.md: Use correct operand in a define_peephole2.
18569 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
18571 * config/c6x/c6x.c (predicate_insn): Do not incorrectly share RTL.
18573 2017-02-24 Segher Boessenkool <segher@kernel.crashing.org>
18575 * config/arc/arc.c (arc_ccfsm_advance): Only take the PATTERN of
18576 this_insn if it is an INSN or JUMP_INSN.
18577 (force_offsettable): Look at base, not at addr.
18578 * config/arc/predicates.md (brcc_nolimm_operator): Don't call INTVAL
18579 on things that aren't necessarily CONST_INTs.
18581 2017-02-24 Uros Bizjak <ubizjak@gmail.com>
18583 * doc/invoke.texi (x86 Options, -mfpmath=sse): Mention that
18584 -mfpmath=sse is the default also for x86-32 targets with SSE2
18585 instruction set when @option{-ffast-math} is enabled
18587 2017-02-24 Jeff Law <law@redhat.com>
18589 PR rtl-optimizatoin/79286
18590 * ira.c (update_equiv_regs): Drop may_trap_p exception to
18593 2017-02-24 Richard Biener <rguenther@suse.de>
18595 PR tree-optimization/79389
18596 * gimple-ssa-split-paths.c (is_feasible_trace): Properly skip
18599 2017-02-24 Aldy Hernandez <aldyh@redhat.com>
18601 * tree-ssa-loop-niter.c (number_of_iterations_exit): Update
18602 function comment to reflect reality.
18603 (loop_exits_before_overflow): Fix typo in function description.
18605 2017-02-24 Richard Biener <rguenther@suse.de>
18607 PR tree-optimization/79389
18608 * gimple-ssa-split-paths.c (is_feasible_trace): Verify more
18609 properly that a threading opportunity exists. Detect conditional
18610 copy/constant propagation opportunities.
18612 2017-02-23 Eric Botcazou <ebotcazou@adacore.com>
18614 * config/visium/visium.md (type): Add trap.
18615 (b): New mode attribute.
18616 (*btst): Rename into...
18617 (*btst<mode>): ...this and adjust.
18618 (*cbranchsi4_btst_insn): Rename into...
18619 (*cbranch<mode>4_btst_insn): ...this and adjust.
18620 (trap): New define_insn.
18622 2017-02-23 Jakub Jelinek <jakub@redhat.com>
18624 PR tree-optimization/79389
18625 * ifcvt.c (struct noce_if_info): Add rev_cond field.
18626 (noce_reversed_cond_code): New function.
18627 (noce_emit_store_flag): Use rev_cond if non-NULL instead of
18628 reversed_comparison_code. Formatting fix.
18629 (noce_try_store_flag): Test rev_cond != NULL in addition to
18630 reversed_comparison_code.
18631 (noce_try_store_flag_constants): Likewise.
18632 (noce_try_store_flag_mask): Likewise.
18633 (noce_try_addcc): Use rev_cond if non-NULL instead of
18634 reversed_comparison_code.
18635 (noce_try_cmove_arith): Likewise. Formatting fixes.
18636 (noce_try_minmax, noce_try_abs): Clear rev_cond.
18637 (noce_find_if_block): Initialize rev_cond.
18638 (find_cond_trap): Call noce_get_condition with then_bb == trap_bb
18639 instead of false as last argument never attempt to reverse it
18642 2017-02-23 Bin Cheng <bin.cheng@arm.com>
18644 PR tree-optimization/79663
18645 * tree-predcom.c (combine_chains): Process refs in reverse order
18646 only for ZERO length chains, and add explaining comment.
18648 2017-02-23 Jeff Law <law@redhat.com>
18650 PR tree-optimization/79578
18651 * tree-ssa-dse.c (clear_bytes_written_by): Use OEP_ADDRESS_OF
18652 in call to operand_equal_p.
18654 2017-01-23 Dominique d'Humieres <dominiq@lps.ens.fr>
18657 * config/i386/cpuid.h: Fix another undefined behavior.
18659 2017-02-23 Richard Biener <rguenther@suse.de>
18661 PR tree-optimization/79683
18662 * tree-vect-stmts.c (vect_analyze_stmt): Do not overwrite
18663 vector types for data-refs.
18665 2017-02-23 Martin Liska <mliska@suse.cz>
18667 * params.def (PARAM_MIN_NONDEBUG_INSN_UID): Change default to 0.
18669 2017-02-23 Jakub Jelinek <jakub@redhat.com>
18671 PR middle-end/79665
18672 * internal-fn.c (get_range_pos_neg): Moved to ...
18673 * tree.c (get_range_pos_neg): ... here. No longer static.
18674 * tree.h (get_range_pos_neg): New prototype.
18675 * expr.c (expand_expr_real_2) <case TRUNC_DIV_EXPR>: If both arguments
18676 are known to be in between 0 and signed maximum inclusive, try to
18677 expand both unsigned and signed divmod and use the cheaper one from
18680 2017-02-22 Jeff Law <law@redhat.com>
18682 PR tree-optimization/79578
18683 * tree-ssa-dse.c (clear_bytes_written_by): Use operand_equal_p
18684 to compare base operands.
18686 2017-02-22 Segher Boessenkool <segher@kernel.crashing.org>
18689 * config/rs6000/rs6000.md (*fsel<SFDF:mode><SFDF2:mode>4): Use
18690 gpc_reg_operand instead of fpr_reg_operand.
18692 2017-02-22 Sameera Deshpande <sameera.deshpande@imgtec.com>
18694 * config/mips/mips.c (mips_return_in_memory): Force FP
18695 vector types to be returned in memory for o32 ABI.
18697 2017-02-22 Jakub Jelinek <jakub@redhat.com>
18699 * dwarf2out.c (gen_variable_die): For -gdwarf-5, use DW_TAG_variable
18700 instead of DW_TAG_member for static data member declarations and don't
18701 set no_linkage_name for static inline data members.
18702 (gen_member_die): For -gdwarf-5 don't change DW_TAG_variable
18705 2017-02-22 Martin Liska <mliska@suse.cz>
18707 * doc/invoke.texi: Replace inequality signs with square brackets
18710 2017-02-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18712 PR tree-optimization/68644
18713 * gcc.dg/tree-ssa/ivopts-lt-2.c: Skip for powerpc*-*-*.
18715 2017-02-22 Matthew Fortune <matthew.fortune@imgtec.com>
18718 * lra-constraints.c (simplify_operand_subreg): Handle
18719 WORD_REGISTER_OPERATIONS targets.
18721 2017-02-22 Jakub Jelinek <jakub@redhat.com>
18724 * reg-stack.c (emit_swap_insn): Treat (float_extend:?F (mem:?F))
18725 and (const_double:?F) like (mem:?F) for the purpose of fxch %st(1)
18726 elimination by swapping fld*.
18728 2017-02-22 Richard Biener <rguenther@suse.de>
18730 PR tree-optimization/79673
18731 * tree-ssa-pre.c (compute_avail): Use wide_int_to_tree to
18732 convert the [TARGET_]MEM_REF offset INTEGER_CST, scrapping off
18733 irrelevant address-space qualifiers and avoiding a
18734 ADDR_SPACE_CONVERT_EXPR from fold_convert.
18736 2017-02-22 Richard Biener <rguenther@suse.de>
18738 PR tree-optimization/79666
18739 * tree-vrp.c (extract_range_from_binary_expr_1): Make sure
18740 to not symbolically negate if that may introduce undefined
18743 2017-02-22 Martin Liska <mliska@suse.cz>
18746 * data-streamer-in.c (streamer_read_gcov_count): Remove assert.
18747 * data-streamer-out.c (streamer_write_gcov_count_stream):
18749 * value-prof.c (stream_out_histogram_value): Make assert more
18750 precise based on type of counter.
18752 2017-02-21 Uros Bizjak <ubizjak@gmail.com>
18755 * config/i386/i386.md (standard_x87sse_constant_load splitter):
18756 Use nonimmediate_operand instead of memory_operand for operand 1.
18757 (float-extend standard_x87sse_constant_load splitter): Ditto.
18759 2017-02-21 Jeff Law <law@redhat.com>
18761 PR tree-optimization/79621
18762 * gimple-ssa-isolate-paths.c (find_implicit_erroneous_behavior): Ignore
18763 blocks with edges to themselves.
18765 2017-02-21 Jakub Jelinek <jakub@redhat.com>
18768 * tree-chkp-opt.c (chkp_optimize_string_function_calls): Use
18769 is_gimple_call instead of comparing gimple_code with GIMPLE_CALL.
18770 Use gimple_call_builtin_p.
18773 * sel-sched.c (moveup_expr_cached): Don't call sel_bb_head
18774 on temporarily removed DEBUG_INSNs.
18776 PR tree-optimization/79649
18777 * tree-loop-distribution.c (classify_partition): Give up on
18778 non-generic address space loads/stores.
18780 2017-02-21 Aldy Hernandez <aldyh@redhat.com>
18782 * doc/loop.texi (Loop manipulation): Remove nonexistent
18783 tree_ssa_loop_version from the documentation.
18784 * cfgloopmanip.c (loop_version): Document CONDITION_BB argument.
18786 2017-02-21 Jakub Jelinek <jakub@redhat.com>
18789 * config/i386/i386.c (ix86_expand_split_stack_prologue): Call
18790 make_reg_eh_region_note_nothrow_nononlocal on call_insn.
18791 * config/rs6000/rs6000.c: Include except.h.
18792 (rs6000_expand_split_stack_prologue): Call
18793 make_reg_eh_region_note_nothrow_nononlocal on the call insn.
18795 2017-02-21 Martin Jambor <mjambor@suse.cz>
18798 * ipa-prop.c (ipa_prop_write_jump_functions): Bail out if no edges
18799 have been analyzed.
18801 2017-02-21 Martin Jambor <mjambor@suse.cz>
18803 * common.opt (-fipa-cp-alignment): Mark as ignored and preserved
18804 for backward compatibility only.
18805 * doc/invoke.texi (Option Summary): Remove all references to
18806 -fipa-cp-alignment.
18808 2017-02-21 Matthew Fortune <matthew.fortune@imgtec.com>
18812 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
18814 * lra-constraints.c (curr_insn_transform): Handle
18815 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18817 2017-02-21 Martin Liska <mliska@suse.cz>
18819 * config/i386/i386.opt: Replace -masm-dialect with -masm.
18821 2017-02-21 Thomas Schwinge <thomas@codesourcery.com>
18823 PR translation/79638
18824 * config/nvptx/nvptx.c (ENTRY_TEMPLATE): Single out "%ntid.y".
18826 2017-02-21 Eric Botcazou <ebotcazou@adacore.com>
18829 * config/arm/arm.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define.
18830 (arm_function_ok_for_sibcall): Return false for an indirect call by
18831 descriptor if all the argument registers are used.
18832 (arm_relayout_function): Use FUNCTION_ALIGNMENT macro to adjust the
18833 alignment of the function.
18835 2017-02-21 Jakub Jelinek <jakub@redhat.com>
18837 PR tree-optimization/61441
18838 * simplify-rtx.c (simplify_const_unary_operation): For
18839 -fsignaling-nans and sNaN operand, return NULL_RTX rather than
18840 the sNaN unmodified.
18842 2017-02-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
18844 * Makefile.in (BUILD_SYSTEM_HEADER_DIR): New make variabe.
18845 (LIMITS_H_TEST, if_multiarch, stmp-fixinc): Use BUILD_SYSTEM_HEADER_DIR
18846 instead of SYSTEM_HEADER_DIR.
18848 2017-02-20 Gerald Pfeifer <gerald@pfeifer.com>
18849 Martin Liška <mliska@suse.cz>
18851 * doc/invoke.texi (use-after-scope-direct-emission-threshold):
18852 Fix typos and grammar, use active voice, and clarify.
18854 2017-02-20 Marek Polacek <polacek@redhat.com>
18856 PR middle-end/79537
18857 * gimplify.c (gimplify_expr): Handle unused *&&L;.
18860 * ubsan.c (ubsan_type_descriptor): Check if TYPE_MAX_VALUE is null.
18862 2017-02-20 Jakub Jelinek <jakub@redhat.com>
18865 * config/i386/i386.c (ix86_expand_builtin): Handle
18866 OPTION_MASK_ISA_AVX512VL and OPTION_MASK_ISA_64BIT in
18867 ix86_builtins_isa[fcode].isa as a requirement of those
18868 flags and any other flag in the bitmask.
18869 (ix86_init_mmx_sse_builtins): Use 0 instead of
18870 ~OPTION_MASK_ISA_64BIT as mask.
18871 * config/i386/i386-builtin.def (__builtin_ia32_rdtsc,
18872 __builtin_ia32_rdtscp, __builtin_ia32_pause, __builtin_ia32_bsrsi,
18873 __builtin_ia32_rdpmc, __builtin_ia32_rolqi, __builtin_ia32_rolhi,
18874 __builtin_ia32_rorqi, __builtin_ia32_rorhi): Likewise.
18876 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
18879 * lra-constraints.c (split_reg): Check requested split mode
18880 is supported by the register.
18882 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
18884 * lra-constraints.c (simplify_operand_subreg): Remove early
18887 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
18890 * lra-constraints.c (curr_insn_transform): Tighten condition
18891 for converting SUBREG reloads from OP_OUT to OP_INOUT.
18893 2017-02-20 Matthew Fortune <matthew.fortune@imgtec.com>
18896 * lra-constraints.c (curr_insn_transform): Handle
18897 WORD_REGISTER_OPERATIONS requirements when reloading SUBREGs.
18899 2017-02-19 Uros Bizjak <ubizjak@gmail.com>
18902 2016-05-30 Uros Bizjak <ubizjak@gmail.com>
18904 * config/i386/sync.md (mfence_nosse): Use "lock orl $0, -4(%esp)".
18906 2017-02-19 Jonathan Wakely <jwakely@redhat.com>
18909 * doc/invoke.texi (C++ Dialect Options) [-Wliteral-suffix]: Update
18912 2017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
18914 * gimple-pretty-print.c (dump_ternary_rhs): Adjust gimple dump format
18917 2017-02-18 Jakub Jelinek <jakub@redhat.com>
18919 * final.c (last_columnnum, override_columnnum): New variables.
18920 (final_start_function): Set last_columnnum, pass it to begin_prologue
18921 hook and pass 0 to dwarf2out_begin_prologue.
18922 (final_scan_insn): Update override_columnnum. Pass last_columnnum
18923 to source_line debug hook.
18924 (notice_source_line): Compute last_columnnum and for debug_column_info
18925 return true on column changes.
18926 * debug.h (struct gcc_debug_hooks): Add column argument to
18927 source_line and begin_prologue hooks.
18928 (debug_nothing_int_charstar_int_bool): Remove prototype.
18929 (debug_nothing_int_int_charstar,
18930 debug_nothing_int_int_charstar_int_bool): New prototypes.
18931 (dwarf2out_begin_prologue): Add column argument.
18932 * debug.c (do_nothing_debug_hooks): Adjust source_line and
18933 begin_prologue hooks.
18934 (debug_nothing_int_charstar_int_bool): Remove.
18935 (debug_nothing_int_int_charstar,
18936 debug_nothing_int_int_charstar_int_bool): New functions.
18937 * dwarf2out.c (dwarf2out_begin_prologue): Add column argument, pass it
18938 through to dwarf2out_source_line.
18939 (dwarf2_lineno_debug_hooks): Adjust begin_prologue hook.
18940 (dwarf2out_source_line): Add column argument, emit it if requested.
18941 * sdbout.c (sdbout_source_line, sdbout_begin_prologue): Add column
18943 * xcoffout.h (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18944 * xcoffout.c (xcoffout_begin_prologue, xcoffout_source_line): Likewise.
18945 * vmsdbgout.c (vmsdbgout_begin_prologue): Add column argument, pass it
18946 through to dwarf2out_begin_prologue.
18947 (vmsdbgout_source_line): Add column argument, pass it through to
18948 dwarf2out_source_line.
18949 * dbxout.c (dbxout_begin_prologue): Add column argument, adjust
18950 dbxout_source_line caller.
18951 (dbxout_source_line): Add column argument.
18953 * common.opt (gno-column-info, gcolumn-info): New options.
18954 * dwarf2out.c (dwarf2_lineno_debug_hooks): Formatting fix.
18955 (check_die): Also test for multiple DW_AT_decl_column attributes.
18956 (add_src_coords_attributes, dwarf2out_imported_module_or_decl_1): Add
18957 DW_AT_decl_column if requested.
18958 (gen_subprogram_die): Compare and/or add also DW_AT_decl_column
18960 (gen_variable_die): Likewise.
18961 (add_call_src_coords_attributes): Add DW_AT_call_column if requested.
18962 * doc/invoke.texi (-gcolumn-info, -gno-column-info): Document.
18965 * config/i386/i386.opt (m3dnowa): Replace Undocumented with Report.
18966 * common/config/i386/i386-common.c (OPTION_MASK_ISA_3DNOW_A_SET): Define.
18967 (ix86_handle_option): Handle OPT_m3dnowa.
18968 * doc/invoke.texi (-m3dnowa): Document.
18969 * doc/extend.texi (__builtin_ia32_pmulhuw, __builtin_ia32_pf2iw): Use
18970 -m3dnowa instead of -m3dnow -march=athlon.
18973 * config/i386/i386.c (ix86_print_operand): Use output_operand_lossage
18974 instead of gcc_assert for K, r and R code checks. Formatting fixes.
18976 2017-02-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
18979 * config/rs6000/rs6000.c (rs6000_expand_ternop_builtin): Add
18980 support for CODE_FOR_vsx_xxpermdi_v2d[fi]_be.
18981 * config/rs6000/rs6000.md (reload_gpr_from_vsx<mode>): Call
18982 generator for vsx_xxpermdi_<mode>_be.
18983 * config/rs6000/vsx.md (vsx_xxpermdi_<mode>): Remove logic to
18984 force big-endian semantics.
18985 (vsx_xxpermdi_<mode>_be): New define_expand with same
18986 implementation as previous version of vsx_xxpermdi_<mode>.
18988 2017-02-17 Jakub Jelinek <jakub@redhat.com>
18990 PR tree-optimization/79327
18991 * gimple-ssa-sprintf.c (format_integer): Remove likely_adjust
18992 variable, its initialization and use.
18994 2017-02-17 Julia Koval <julia.koval@intel.com>
18996 * common/config/i386/i386-common.c (OPTION_MASK_ISA_RDPID_SET): New.
18997 (OPTION_MASK_ISA_PKU_UNSET): New.
18998 (ix86_handle_option): Handle -mrdpid.
18999 * config/i386/cpuid.h (bit_RDPID): New.
19000 * config/i386/driver-i386.c (host_detect_local_cpu):
19001 Detect RDPID feature.
19002 * config/i386/i386-builtin.def (__builtin_ia32_rdpid): New.
19003 * config/i386/i386-c.c (ix86_target_macros_internal):
19005 * config/i386/i386.c (ix86_target_string): Add -mrdpid to isa2_opts.
19006 (ix86_valid_target_attribute_inner_p): Add "rdpid".
19007 (ix86_expand_builtin): Handle IX86_BUILTIN_RDPID.
19008 * config/i386/i386.h (TARGET_RDPID, TARGET_RDPID_P): New.
19009 * config/i386/i386.md (define_insn "rdpid"): New.
19010 * config/i386/i386.opt Add -mrdpid.
19011 * config/i386/immintrin.h (_rdpid_u32): New.
19013 2017-02-17 Vladimir Makarov <vmakarov@redhat.com>
19015 PR rtl-optimization/79541
19016 * lra-constraints.c (curr_insn_transform): Remove wrong asm insn
19017 instead of transforming it into USE.
19019 2017-02-17 Segher Boessenkool <segher@kernel.crashing.org>
19021 * config/rs6000/rs6000.md (extendsfdf2): Remove default arguments.
19022 If HONOR_SNANS (SFmode) force the input to a register.
19023 (*extendsfdf2_fpr): Add !HONOR_SNANS (SFmode) condition.
19024 (*extendsfdf2_snan): New pattern, used when using SNaNs; it generates
19025 an frsp or similar insn.
19027 2017-02-17 Martin Liska <mliska@suse.cz>
19029 PR rtl-optimization/79577
19030 * params.def (selsched-max-sched-times): Increase minimum to 1.
19032 2017-02-17 Martin Liska <mliska@suse.cz>
19034 PR rtl-optimization/79574
19035 * gcse.c (want_to_gcse_p): Prevent integer overflow.
19037 2017-02-17 Martin Liska <mliska@suse.cz>
19039 PR tree-optimization/79529
19040 * tree-ssa-loop-unswitch.c (is_maybe_undefined): Use
19041 ssa_defined_default_def_p to handle cases which are implicitly
19043 * tree-ssa.c (ssa_defined_default_def_p): New function.
19044 (ssa_undefined_value_p): Use ssa_defined_default_def_p to handle cases
19045 which are implicitly defined.
19046 * tree-ssa.h (ssa_defined_default_def_p): Declare.
19048 2017-02-17 Richard Biener <rguenther@suse.de>
19050 PR middle-end/79576
19051 * params.def (max-ssa-name-query-depth): Limit to 10.
19053 2017-02-17 Richard Biener <rguenther@suse.de>
19055 PR tree-optimization/79552
19056 * tree-ssa-structalias.c (visit_loadstore): Properly verify
19059 2017-02-17 Richard Biener <rguenther@suse.de>
19062 * genmatch.c (output_line_directive): Handle DIR_SEPARATOR_2.
19064 2017-02-17 Marek Polacek <polacek@redhat.com>
19066 PR middle-end/79536
19067 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr.
19068 (fold_negate_expr): New wrapper.
19070 2017-02-16 Sandra Loosemore <sandra@codesourcery.com>
19072 * doc/invoke.texi (C++ Dialect Options) [-Wno-non-template-friend]:
19073 Correct terminology and de-emphasize pre-standard behavior.
19075 2017-02-16 Alan Modra <amodra@gmail.com>
19077 PR rtl-optimization/79286
19078 * ira.c (def_dominates_uses): New function.
19079 (update_equiv_regs): Don't create an equivalence for insns that
19080 may trap where the register def does not dominate the use.
19082 2017-02-16 Vladimir Makarov <vmakarov@redhat.com>
19084 PR rtl-optimization/78127
19085 * lra.c (lra): Call lra_eliminate before finish the loop after
19088 2017-02-16 Richard Biener <rguenther@suse.de>
19090 * graphite.h: Do not include isl/isl_val_gmp.h, instead include
19092 * graphite-isl-ast-to-gimple.c (gmp_cst_to_tree): Remove.
19093 (gcc_expression_from_isl_expr_int): Use generic isl_val interface.
19094 * graphite-sese-to-poly.c: Do not include isl/isl_val_gmp.h.
19095 (isl_val_int_from_wi): New function.
19096 (extract_affine_gmp): Rename to ...
19097 (extract_affine_wi): ... this, take a widest_int.
19098 (extract_affine_int): Just wrap extract_affine_wi.
19099 (add_param_constraints): Use isl_val_int_from_wi.
19100 (add_loop_constraints): Likewise, and extract_affine_wi.
19102 2017-02-15 Jeff Law <law@redhat.com>
19104 PR middle-end/79521
19105 * ira-costs.c (scan_one_insn): Check have_regs_of_mode before calling
19106 ira_init_register_move_cost_if_necessary.
19108 2017-02-15 Martin Sebor <msebor@redhat.com>
19110 PR middle-end/32003
19111 * doc/invoke.texi (-fdump-final-insns): Replace option accidentally
19112 removed in a prior commit.
19114 2017-02-15 Bin Cheng <bin.cheng@arm.com>
19116 PR tree-optimization/79347
19117 * tree-vect-loop-manip.c (vect_do_peeling): Maintain profile
19118 counters during peeling.
19120 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
19122 * Makefile.in (site.exp): Remove "set ISLVER".
19124 2017-02-15 Jakub Jelinek <jakub@redhat.com>
19127 * real.c (real_from_integer): Call real_convert even for decimal.
19129 2017-02-15 Dominik Vogt <vogt@linux.vnet.ibm.com>
19132 * config/s390/s390.c: define TARGET_CUSTOM_FUNCTION_DESCRIPTORS.
19134 2017-02-14 Andrew Pinski <apinski@cavium.com>
19136 * config/aarch64/aarch64-cores.def (thunderx2t99): Move to under 'C"
19137 cores and change the partno/implementer to be correct.
19138 (thunderx2t99p1): New core which replaces thunderx2t99 and still has
19139 the 'B" as the implementer.
19140 * config/aarch64/aarch64-tune.md: Regenerate.
19142 2017-02-14 Carl Love <cel@us.ibm.com>
19144 * config/rs6000/rs6000.c: Add case statement entry to make the
19145 xvcvuxdsp built-in argument unsigned.
19146 * config/rs6000/vsx.md: Fix the source and return operand types so they
19147 match the instruction definitions from the ISA document. Fix typo
19148 in the instruction generation for the (define_insn "vsx_xvcvuxdsp"
19151 2017-02-14 Vladimir Makarov <vmakarov@redhat.com>
19154 * lra-int.h (struct lra_operand_data, struct lra_insn_reg): Add
19155 member early_clobber_alts.
19156 * lra-lives.c (reg_early_clobber_p): New.
19157 (process_bb_lives): Use it.
19158 * lra.c (new_insn_reg): New arg early_clobber_alts. Use it.
19159 (debug_operand_data): Initialize early_clobber_alts.
19160 (setup_operand_alternative): Set up early_clobber_alts.
19161 (collect_non_operand_hard_regs): Ditto. Pass early clobber
19162 alternatives to new_insn_reg.
19163 (add_regs_to_insn_regno_info): Add arg early_clobber_alts. Use
19165 (lra_update_insn_regno_info): Pass the new arg.
19167 2017-02-14 Jakub Jelinek <jakub@redhat.com>
19169 PR middle-end/79505
19170 * omp-offload.c (free_oacc_loop): Release loop->ifns vector.
19171 (new_oacc_loop_raw): Don't clear already cleared fields.
19174 * config/i386/avx512pfintrin.h (_mm512_prefetch_i32gather_pd,
19175 _mm512_prefetch_i32gather_ps, _mm512_prefetch_i64gather_pd,
19176 _mm512_prefetch_i64gather_ps): New inline functions and macros.
19178 2017-02-14 Uros Bizjak <ubizjak@gmail.com>
19181 * config/i386/i386.md (*movxf_internal): Add (o,rC) alternative.
19183 2017-02-14 H.J. Lu <hongjiu.lu@intel.com>
19186 * config/i386/i386.c (timode_scalar_chain::convert_insn): Insert
19187 the extra instruction to the right place to store 128-bit constant
19190 2017-02-14 Martin Sebor <msebor@redhat.com>
19192 PR middle-end/79448
19193 * gimple-ssa-sprintf.c (format_directive): Avoid issuing INT_MAX
19194 warning for strings of unknown length.
19196 2017-02-13 Segher Boessenkool <segher@kernel.crashing.org>
19198 * config.gcc (supported_defaults) [powerpc*-*-*]: Update.
19200 2017-02-14 Jeff Law <law@redhat.com>
19203 * ira-costs.c (scan_one_insn): Initialize register move costs
19204 for pseudos seen in USE/CLOBBER insns.
19206 PR tree-optimization/79095
19207 * tree-vrp.c (extract_range_from_binary_expr_1): For EXACT_DIV_EXPR,
19208 if the numerator has the range ~[0,0] make the resultant range ~[0,0].
19209 (extract_range_from_binary_expr): For MINUS_EXPR with no derived range,
19210 if the operands are known to be not equal, then the resulting range
19212 (intersect_ranges): If the new range is ~[0,0] and the old range is
19213 wide, then prefer ~[0,0].
19214 * tree-vrp.c (overflow_comparison_p_1): New function.
19215 (overflow_comparison_p): New function.
19216 * tree-vrp.c (register_edge_assert_for_2): Register additional asserts
19217 if NAME is used in an overflow test.
19218 (vrp_evaluate_conditional_warnv_with_ops): If the ops represent an
19219 overflow check that can be expressed as an equality test, then adjust
19220 ops to be that equality test.
19222 2017-02-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
19224 * config/s390/s390-builtin-types.def: Remove flags argument.
19225 * config/s390/s390.c (s390_init_builtins): Likewise.
19227 2017-02-14 Martin Liska <mliska@suse.cz>
19229 * tree-ssa-loop-unswitch.c (hoist_guard): Release get_loop_body
19230 vector. Fix trailing white spaces.
19232 2017-02-14 James Greenhalgh <james.greenhalgh@arm.com>
19234 * config/aarch64/aarch64.c (aarch64_simd_container_mode): Handle
19237 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19239 PR rtl-optimization/68664
19240 * config/arm/arm.c (arm_sched_can_speculate_insn):
19241 New function. Declare prototype.
19242 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19244 2017-02-14 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19246 PR rtl-optimization/68664
19247 * config/aarch64/aarch64.c (aarch64_sched_can_speculate_insn):
19249 (TARGET_SCHED_CAN_SPECULATE_INSN): Define.
19251 2017-02-14 Amit Pawar <amit.pawar@amd.com>
19253 * config/i386/i386.c (znver1_cost): Fix the alignment for function and
19254 max skip bytes for function, loop and jump.
19256 2017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
19258 * gimple-pretty-print.c (dump_unary_rhs): Adjust dump format for
19259 ABS_EXPR for gimple dump.
19261 2017-02-14 Jakub Jelinek <jakub@redhat.com>
19264 * config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
19266 PR tree-optimization/79408
19267 * tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
19268 case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
19269 (simplify_stmt_using_ranges): Call simplify_div_or_mod_using_ranges
19270 also if rhs1 is INTEGER_CST.
19272 2017-02-14 Richard Biener <rguenther@suse.de>
19274 PR middle-end/79432
19275 * tree-into-ssa.c (insert_phi_nodes): When the function can
19276 have abnormal edges rewrite SSA names with broken use-def
19277 dominance out of SSA and register them for PHI insertion.
19279 2017-02-13 Martin Sebor <msebor@redhat.com>
19281 PR middle-end/79496
19282 * gimple-ssa-sprintf.c (pass_sprintf_length::handle_gimple_call): Avoid
19283 clearing info.nowrite flag when snprintf size argument is a range.
19285 2017-02-13 Jakub Jelinek <jakub@redhat.com>
19287 * cprop.c (cprop_jump): Add missing space in string literal.
19288 * tree-ssa-structalias.c (rewrite_constraints): Likewise.
19289 (get_constraint_for_component_ref): Likewise.
19290 * df-core.c (df_worklist_dataflow_doublequeue): Likewise.
19291 * tree-outof-ssa.c (insert_partition_copy_on_edge): Likewise.
19292 * lra-constraints.c (process_alt_operands): Likewise.
19293 * ipa-inline.c (inline_small_functions): Likewise.
19294 * tree-ssa-sccvn.c (visit_reference_op_store): Likewise.
19295 * cgraph.c (cgraph_edge::redirect_call_stmt_to_callee): Likewise.
19296 * trans-mem.c (diagnose_tm_1_op): Likewise.
19297 * omp-grid.c (grid_find_single_omp_among_assignments): Likewise.
19298 (grid_parallel_clauses_gridifiable): Likewise.
19300 * config/nvptx/mkoffload.c (process): Add space in between
19303 * config/i386/i386.h (REG_CLASS_NAMES): Add , in between
19304 "MOD4_SSE_REGS" and "ALL_REGS".
19306 * spellcheck.c (test_data): Add , in between "foo" and "food".
19308 2017-02-13 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
19311 * config/rs6000/rs6000.c (expand_block_compare): Make sure runtime
19312 boundary crossing check and subsequent code generation agree.
19314 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19316 * config/aarch64/aarch64.c (has_memory_op): Delete.
19317 (aarch64_madd_needs_nop): Use contains_mem_rtx_p instead of
19320 2017-02-13 Jakub Jelinek <jakub@redhat.com>
19322 PR rtl-optimization/79388
19323 PR rtl-optimization/79450
19324 * combine.c (distribute_notes): When removing TEM_INSN for which
19325 corresponding dest has last value recorded, invalidate that last
19328 2017-02-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19330 * config/arm/arm.c (arm_print_tune_info): Use ASM_COMMENT_START instead
19331 of explicit '@'. Add missing assembly comment marker on branch costs
19334 2017-02-13 Nathan Sidwell <nathan@acm.org>
19336 * gengtype-lex.l (<in_struct>): Add '/'.
19338 2017-02-13 Martin Liska <mliska@suse.cz>
19341 * calls.c (expand_call): Replace XALLOCAVEC with XCNEWVEC.
19343 2017-02-13 Richard Biener <rguenther@suse.de>
19345 * configure.ac (HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS):
19347 * configure: Re-generate.
19348 * config.in: Likewise.
19349 * graphite-dependences.c: Simplify as if
19350 HAVE_ISL_OPTIONS_SET_SCHEDULE_SERIALIZE_SCCS was defined.
19351 * graphite-isl-ast-to-gimple.c: Likewise.
19352 * graphite-optimize-isl.c: Likewise.
19353 * graphite-poly.c: Likewise.
19354 * graphite-sese-to-poly.c: Likewise.
19355 * graphite.h: Likewise.
19356 * toplev.c: Include isl/version.h and use isl_version () for
19357 printing the ISL version.
19358 * doc/install.texi: Update ISL requirement.
19360 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
19362 * doc/standards.texi (Standards): Update reference to
19365 2017-02-12 Gerald Pfeifer <gerald@pfeifer.com>
19367 * doc/extend.texi (Named Address Spaces): sourceware.org now
19369 * doc/install.texi (Binaries): Ditto.
19372 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
19374 * doc/cpp.texi: Replace "stringify"/"stringification" with C
19375 standard terminology "stringize"/"stringizing" throughout.
19376 * doc/cppinternals.texi: Likewise.
19378 2017-02-11 Sandra Loosemore <sandra@codesourcery.com>
19380 * doc/extend.texi: Fix some spelling mistakes and typos.
19381 * doc/invoke.texi: Likewise.
19383 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
19386 * params.def (inline-min-speedup) Change from 10 to 8.
19388 2017-02-11 Jakub Jelinek <jakub@redhat.com>
19390 * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
19393 2017-02-11 Jan Hubicka <hubicka@ucw.cz>
19396 * ipa-inline-analysis.c (get_minimal_bb): New function.
19397 (record_modified): Use it.
19398 (remap_edge_change_prob): Handle also ancestor functions.
19400 2017-02-11 Gerald Pfeifer <gerald@pfeifer.com>
19402 * doc/contrib.texi (Contributors): Remove broken link into
19403 the Mauve CVS repository.
19405 2017-02-11 Jakub Jelinek <jakub@redhat.com>
19407 PR middle-end/79454
19408 * internal-fn.c (expand_vector_ubsan_overflow): Use piece-wise
19409 result computation whenever lhs doesn't have vector mode, not
19410 just when it has BLKmode.
19412 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
19414 * doc/makefile.texi (profiledbootstrap): Refer to the
19415 installation instructions only in textual form.
19417 2017-02-10 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
19420 * config/rs6000/altivec.md (bcd<bcd_add_sub>): Fix constraints.
19422 2017-02-10 Gerald Pfeifer <gerald@pfeifer.com>
19424 * doc/install.texi (Specific): Use https for blackfin.uclinux.org.
19425 (Specific): Update mingw-w64 reference.
19427 (Specific): Remove broken link to Renesas RX processor.
19429 2017-02-10 Richard Biener <rguenther@suse.de>
19431 * toplev.c (process_options): Do not mention obsolete graphite
19432 options when printing sorry message about missing graphite support.
19433 Mention -floop-nest-optimize.
19435 2017-02-10 Christophe Lyon <christophe.lyon@linaro.org>
19437 * config/aarch64/arm_neon.h (vtst_p8): Rewrite without asm.
19438 (vtst_p16): Likewise.
19439 (vtstq_p8): Likewise.
19440 (vtstq_p16): Likewise.
19442 (vtstq_p64): Likewise.
19443 * config/arm/arm_neon.h (vgetq_lane_p64): New.
19444 (vset_lane_p64): New.
19445 (vsetq_lane_p64): New.
19447 2017-02-10 Jakub Jelinek <jakub@redhat.com>
19449 PR tree-optimization/79411
19450 * tree-ssa-reassoc.c (is_reassociable_op): Return false if
19451 stmt operands are SSA_NAMEs used in abnormal phis.
19452 (can_reassociate_p): Return false if op is SSA_NAME used in abnormal
19455 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
19458 * cgraphunit.c (cgraph_node::add_new_function): Set externally_visible
19461 2017-02-09 Jan Hubicka <hubicka@ucw.cz>
19463 * tree-ssa-loop-unswitch.c (hoist_guard): Update profile.
19465 2017-02-09 Jakub Jelinek <jakub@redhat.com>
19467 * omp-offload.c (oacc_loop_auto_partitions): Use || instead of |
19471 * gimplify.h (is_gimple_sizepos): Only test for INTEGER_CST constants,
19472 not arbitrary TREE_CONSTANT.
19475 * gimplify.c (gimplify_adjust_omp_clauses): Ignore
19476 "omp declare target link" attribute unless is_global_var.
19477 * omp-offload.c (find_link_var_op): Likewise.
19479 2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
19480 Chung-Lin Tang <cltang@codesourcery.com>
19482 * gimplify.c (gimplify_scan_omp_clauses): No special handling for
19484 (gimplify_adjust_omp_clauses): Don't delete TILE.
19485 (gimplify_omp_for): Deal with TILE.
19486 * internal-fn.c (expand_GOACC_TILE): New function.
19487 * internal-fn.def (GOACC_DIM_POS): Comment may be overly conservative.
19489 * omp-expand.c (struct oacc_collapse): Add tile and outer fields.
19490 (expand_oacc_collapse_init): Add LOC paramter. Initialize tile
19492 (expand_oacc_collapse_vars): Add INNER parm, adjust for tiling,
19493 avoid DIV for outermost collapse var.
19494 (expand_oacc_for): Insert tile element loop as needed. Adjust.
19495 Remove out of date comments, fix whitespace.
19496 * omp-general.c (omp_extract_for_data): Deal with tiling.
19497 * omp-general.h (enum oacc_loop_flags): Add OLF_TILE flag,
19498 adjust OLF_DIM_BASE value.
19499 (struct omp_for_data): Add tiling field.
19500 * omp-low.c (scan_sharing_clauses): Allow OMP_CLAUSE_TILE.
19501 (lower_oacc_head_mark): Add OLF_TILE as appropriate. Ensure 2 levels
19502 for auto loops. Remove default auto determining, moved to
19503 oacc_loop_fixed_partitions.
19504 * omp-offload.c (struct oacc_loop): Change 'ifns' to vector of call
19505 stmts, add e_mask field.
19506 (oacc_dim_call): New function, abstracted out from oacc_thread_numbers.
19507 (oacc_thread_numbers): Use oacc_dim_call.
19508 (oacc_xform_tile): New.
19509 (new_oacc_loop_raw): Initialize e_mask, adjust for ifns vector.
19510 (finish_oacc_loop): Adjust for ifns vector.
19511 (oacc_loop_discover_walk): Append loop abstraction sites to list,
19512 add case for GOACC_TILE fns.
19513 (oacc_loop_xform_loop): Delete.
19514 (oacc_loop_process): Iterate over call list directly, and add
19515 handling for GOACC_TILE fns.
19516 (oacc_loop_fixed_partitions): Determine default auto, deal with TILE,
19518 (oacc_loop_auto_partitions): Add outer_assign parm. Assign all but
19519 vector partitioning to outer loops. Assign 2 partitions to loops
19520 when available. Add TILE handling.
19521 (oacc_loop_partition): Adjust oacc_loop_auto_partitions call.
19522 (execite_oacc_device_lower): Process GOACC_TILE fns,
19523 ignore unknown specs.
19524 * tree-nested.c (convert_nonlocal_omp_clauses): Allow OMP_CLAUSE_TILE.
19525 * tree.c (omp_clause_num_ops): Adjust TILE ops.
19526 * tree.h (OMP_CLAUSE_TILE_ITERVAR, OMP_CLAUSE_TILE_COUNT): New.
19528 2017-02-09 Gerald Pfeifer <gerald@pfeifer.com>
19530 * configure.ac (ACX_BUGURL): Update.
19531 * configure: Regenerate.
19533 2017-02-09 Richard Biener <rguenther@suse.de>
19535 PR tree-optimization/69823
19536 * graphite-scop-detection.c (scop_detection::harmful_loop_in_region):
19537 Properly enumerate all BBs in the region. Use auto_vec/auto_bitmap.
19539 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
19541 * config/arc/arc-c.def: Add __NPS400__ definition.
19542 * config/arc/arc.h (CPP_SPEC): Don't define __NPS400__ here.
19543 (TARGET_NPS400): Define.
19545 2017-02-09 Andrew Burgess <andrew.burgess@embecosm.com>
19547 * config/arc/arc-arch.h (arc_arch_t): Move unchanged to earlier in
19549 (arc_cpu_t): Change base_architecture field, arch, to a arc_arc_t
19550 pointer, arch_info.
19551 (arc_cpu_types): Fill the arch_info field with a pointer into the
19552 arc_arch_types table.
19553 (arc_selected_cpu): Declare.
19554 * config/arc/arc.c (arc_selected_cpu): Make global.
19555 (arc_selected_arch): Delete.
19556 (arc_base_cpu): Delete.
19557 (arc_override_options): Remove references to deleted variables,
19558 update access to arch information.
19559 (ARC_OPT): Update access to arch information.
19560 (ARC_OPTX): Likewise.
19561 * config/arc/arc.h (arc_base_cpu): Remove declaration.
19562 (TARGET_ARC600): Update access to arch information.
19563 (TARGET_ARC601): Likewise.
19564 (TARGET_ARC700): Likewise.
19565 (TARGET_EM): Likewise.
19566 (TARGET_HS): Likewise.
19567 * config/arc/driver-arc.c (arc_cpu_to_as): Update access to arch
19570 2017-02-08 Pat Haugen <pthaugen@us.ibm.com>
19573 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Invert
19574 condition/operands for integer GE/LE/GEU/LEU operations.
19576 2017-02-08 Segher Boessenkool <segher@kernel.crashing.org>
19578 PR translation/79397
19579 * config/rs6000/rs6000.opt (maltivec=le, maltivec=be): Fix spelling
19582 2017-02-08 Martin Jambor <mjambor@suse.cz>
19585 * ipa-prop.c (ipa_alloc_node_params): Make static, return bool
19586 whether allocation happened.
19587 (ipa_initialize_node_params): Do not call ipa_alloc_node_params if
19588 nothing was allocated.
19590 2017-02-08 Jakub Jelinek <jakub@redhat.com>
19592 PR tree-optimization/79408
19593 * tree-vrp.c (simplify_div_or_mod_using_ranges): If op1 is not
19594 constant, but SSA_NAME with a known integer range, use the minimum
19595 of that range instead of op1 to determine if modulo can be replaced
19596 with its first operand.
19598 2016-02-08 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
19600 * config/riscv/riscv.c (riscv_build_integer_1): Avoid use of INT16_MAX.
19602 2017-02-08 Richard Biener <rguenther@suse.de>
19604 PR tree-optimization/71824
19605 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
19606 Check all loops contained in the merged region.
19608 2017-02-07 Andrew Pinski <apinski@cavium.com>
19610 * config/aarch64/aarch64.md (popcount<mode>2): New pattern.
19612 2017-02-07 Andrew Pinski <apinski@cavium.com>
19614 * config/aarch64/aarch64-cores.def (thunderx): Disable LSE.
19615 (thunderxt88): Likewise.
19616 (thunderxt81): Disable LSE and change v8.1 to v8.
19617 (thunderxt83): Likewise.
19619 2017-02-07 Jakub Jelinek <jakub@redhat.com>
19620 Richard Biener <rguenther@suse.de>
19622 PR middle-end/79399
19623 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size
19624 type from int to size_t.
19625 * ira-costs.c (struct_costs_size): Change type from int to size_t.
19627 2017-02-07 Jakub Jelinek <jakub@redhat.com>
19629 PR rtl-optimization/79386
19630 * cprop.c (bypass_conditional_jumps): Initialize
19631 bypass_last_basic_block already before splitting bbs after
19632 unconditional traps...
19633 (bypass_conditional_jumps): ... rather than here.
19636 * config/i386/sse.md (xtg_mode, gatherq_mode): New mode attrs.
19637 (*avx512f_gathersi<mode>, *avx512f_gathersi<mode>_2,
19638 *avx512f_gatherdi<mode>, *avx512f_gatherdi<mode>_2): Use them,
19639 fix -masm=intel patterns.
19641 2017-02-07 Richard Biener <rguenther@suse.de>
19643 PR tree-optimization/79256
19644 PR middle-end/79278
19645 * builtins.c (get_object_alignment_2): Use min_align_of_type
19646 to extract alignment for MEM_REFs to honor BIGGEST_FIELD_ALIGNMENT
19647 and ADJUST_FIELD_ALIGN.
19649 * doc/tm.texi.in (ADJUST_FIELD_ALIGN): Adjust to take additional
19651 * doc/tm.texi: Regenerate.
19652 * stor-layout.c (layout_decl): Adjust.
19653 (update_alignment_for_field): Likewise.
19654 (place_field): Likewise.
19655 (min_align_of_type): Likewise.
19656 * config/arc/arc.h (ADJUST_FIELD_ALIGN): Adjust.
19657 * config/epiphany/epiphany.h (ADJUST_FIELD_ALIGN): Likewise.
19658 * config/epiphany/epiphany.c (epiphany_adjust_field_align): Likewise.
19659 * config/frv/frv.h (ADJUST_FIELD_ALIGN): Likewise.
19660 * config/frv/frv.c (frv_adjust_field_align): Likewise.
19661 * config/i386/i386.h (ADJUST_FIELD_ALIGN): Likewise.
19662 * config/i386/i386.c (x86_field_alignment): Likewise.
19663 * config/rs6000/aix.h (ADJUST_FIELD_ALIGN): Likewise.
19664 * config/rs6000/darwin.h (ADJUST_FIELD_ALIGN): Likewise.
19665 * config/rs6000/freebsd64.h (ADJUST_FIELD_ALIGN): Likewise.
19666 * config/rs6000/linux64.h (ADJUST_FIELD_ALIGN): Likewise.
19667 * config/rs6000/sysv4.h (ADJUST_FIELD_ALIGN): Likewise.
19668 * config/rs6000/rs6000.c (rs6000_special_adjust_field_align_p):
19672 2017-01-30 Richard Biener <rguenther@suse.de>
19674 PR tree-optimization/79256
19675 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
19676 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
19679 2017-02-07 Toma Tabacu <toma.tabacu@imgtec.com>
19681 * config/mips/mips.c (mips_expand_builtin_insn): Convert the QImode
19682 argument of the pshufh, psllh, psllw, psrah, psraw, psrlh, psrlw
19683 builtins to SImode and emit a zero-extend, if necessary.
19685 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
19687 * docs/invoke.texi (RISC-V Options): Alphabetize.
19689 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
19691 * doc/invoke.texi (RISC-V Options): Use two spaces to separate
19694 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
19696 * config/riscv/riscv.c: New file.
19697 * common/config/riscv/riscv-common.c: Likewise.
19698 * config.gcc: Likewise.
19699 * config/riscv/constraints.md: Likewise.
19700 * config/riscv/elf.h: Likewise.
19701 * config/riscv/generic.md: Likewise.
19702 * config/riscv/linux.h: Likewise.
19703 * config/riscv/multilib-generator: Likewise.
19704 * config/riscv/peephole.md: Likewise.
19705 * config/riscv/pic.md: Likewise.
19706 * config/riscv/predicates.md: Likewise.
19707 * config/riscv/riscv-builtins.c: Likewise.
19708 * config/riscv/riscv-c.c: Likewise.
19709 * config/riscv/riscv-ftypes.def: Likewise.
19710 * config/riscv/riscv-modes.def: Likewise.
19711 * config/riscv/riscv-opts.h: Likewise.
19712 * config/riscv/riscv-protos.h: Likewise.
19713 * config/riscv/riscv.h: Likewise.
19714 * config/riscv/riscv.md: Likewise.
19715 * config/riscv/riscv.opt: Likewise.
19716 * config/riscv/sync.md: Likewise.
19717 * config/riscv/t-elf-multilib: Likewise.
19718 * config/riscv/t-linux: Likewise.
19719 * config/riscv/t-linux-multilib: Likewise.
19720 * config/riscv/t-riscv: Likewise.
19721 * configure.ac: Likewise.
19722 * doc/contrib.texi: Add Kito Cheng, Palmer Dabbelt, and Andrew
19723 Waterman as RISC-V maintainers.
19724 * doc/install.texi: Add RISC-V entries.
19725 * doc/invoke.texi: Add RISC-V options section.
19726 * doc/md.texi: Add RISC-V constraints section.
19727 * configure: Regenerated.
19729 2017-02-06 Michael Meissner <meissner@linux.vnet.ibm.com>
19732 * config/rs6000/vector.md (vcond<mode><mode>): Allow the true and
19733 false values to be constant vectors with all 0 or all 1 bits set.
19734 (vcondu<mode><mode>): Likewise.
19735 * config/rs6000/predicates.md (vector_int_reg_or_same_bit): New
19737 (fpmask_comparison_operator): Update comment.
19738 (vecint_comparison_operator): New predicate.
19739 * config/rs6000/rs6000.c (rs6000_emit_vector_cond_expr): Optimize
19740 vector conditionals when the true and false values are constant
19741 vectors with all 0 bits or all 1 bits set.
19743 2017-02-06 Martin Sebor <msebor@redhat.com>
19745 PR tree-optimization/79376
19746 * gimple-fold.c (get_range_strlen): Set the minimum length to zero.
19748 2017-02-06 Uros Bizjak <ubizjak@gmail.com>
19750 * config/i386/sse.md (vector modes -> vec_extract* splitter): Use
19751 explicit subreg RTX with operand 1. Use VECTOR_MODE_P predicate
19752 to simplify split condition.
19754 2017-02-06 Jakub Jelinek <jakub@redhat.com>
19756 * omp-expand.c (oxpand_omp_atomic_fetch_op,
19757 expand_omp_atomic_pipeline): Return false if can_atomic_load_p is
19760 2017-02-06 Segher Boessenkool <segher@kernel.crashing.org>
19762 PR rtl-optimization/68664
19763 * target.def (can_speculate_insn): New hook.
19764 * doc/tm.texi.in (TARGET_SCHED_CAN_SPECULATE_INSN): New hook.
19765 * doc/tm.texi: Regenerate.
19766 * sched-rgn.c (can_schedule_ready_p): Use the new hook.
19767 * config/rs6000/rs6000.c (TARGET_SCHED_CAN_SPECULATE_INSN): New macro.
19768 (rs6000_sched_can_speculate_insn): New function.
19770 2017-02-06 Jakub Jelinek <jakub@redhat.com>
19772 PR tree-optimization/79284
19773 * tree-vectorizer.h (VECT_SCALAR_BOOLEAN_TYPE_P): Define.
19774 * tree-vect-stmts.c (vect_get_vec_def_for_operand,
19775 vectorizable_mask_load_store, vectorizable_operation,
19776 vect_is_simple_cond, get_same_sized_vectype): Use it instead
19777 of comparing TREE_CODE of a type against BOOLEAN_TYPE.
19778 * tree-vect-patterns.c (check_bool_pattern, search_type_for_mask_1,
19779 vect_recog_bool_pattern, vect_recog_mask_conversion_pattern): Likewise.
19780 * tree-vect-slp.c (vect_get_constant_vectors): Likewise.
19781 * tree-vect-loop.c (vect_determine_vectorization_factor): Likewise.
19782 Remove redundant gimple_code (stmt) == GIMPLE_ASSIGN test after
19783 is_gimple_assign (stmt). Replace another such test with
19784 is_gimple_assign (stmt).
19786 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
19789 * config/avr/avr.c (rtl-iter.h): Include it.
19790 (TARGET_LEGITIMATE_COMBINED_INSN): New hook define...
19791 (avr_legitimate_combined_insn): ...and implementation.
19793 2017-02-06 Dominik Vogt <vogt@linux.vnet.ibm.com>
19795 * config/s390/predicates.md ("larl_operand"): Use macros from hwint.h.
19796 * config/s390/s390.c (s390_const_operand_ok)
19797 (s390_canonicalize_comparison, s390_extract_part)
19798 (s390_single_part, s390_contiguous_bitmask_nowrap_p)
19799 (s390_contiguous_bitmask_p, s390_rtx_costs)
19800 (legitimize_pic_address): Likewise.
19801 * config/s390/s390.md ("clzdi2", "clztidi2"): Likewise.
19802 * config/s390/vx-builtins.md ("vec_genbytemaskv16qi")
19803 ("vec_permi<mode>", "vfae<mode>", "*vfaes<mode>", "vstrc<mode>")
19804 ("*vstrcs<mode>"): Use UINTVAL() to set unsigned HOST_WIDE_INT.
19805 * config/s390/vector.md ("vec_vfenes<mode>"): Likewise.
19807 2017-02-06 Georg-Johann Lay <avr@gjlay.de>
19809 * config/avr/avr.md (*addhi3_zero_extend): Add alternative where
19810 REGNO($0) == REGNO($1).
19812 2017-02-06 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
19814 * config/s390/linux.h(SIZE_TYPE): Add comment.
19816 2017-02-06 Julian Brown <julian@codesourcery.com>
19817 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
19818 Virendra Pathak <virendra.pathak@broadcom.com>
19820 * config/aarch64/aarch64-cores.def: Change the scheduler
19822 * config/aarch64/aarch64.md: Include thunderx2t99.md.
19823 * config/aarch64/thunderx2t99.md: New file.
19825 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
19827 * doc/standards.texi (Go Language): Update link to language
19830 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
19832 * tree-eh.c (lower_resx): Sanitize profile.
19833 (cleanup_empty_eh_move_lp): Likewise.
19835 2017-02-05 Jan Hubicka <hubicka@ucw.cz>
19838 * cfgloopmanip.c (lv_adjust_loop_entry_edge, loop_version): Add
19840 * cfgloopmanip.h (loop_version): Update prototype.
19841 * modulo-sched.c (sms_schedule): Update call of loop_version.
19842 * tree-if-conv.c(version_loop_for_if_conversion): Likewise.
19843 * tree-parloops.c (gen_parallel_loop): Likewise.
19844 * tree-ssa-loop-manip.c (tree_transform_and_unroll_loop): Likewise.
19845 * tree-ssa-loop-split.c (split_loop): Likewise.
19846 * tree-ssa-loop-unswitch.c (tree_unswitch_loop): Likewise.
19847 * tree-vect-loop-manip.c (vect_loop_versioning): Likewise.
19849 2017-02-05 Martin Liska <mliska@suse.cz>
19852 * config/s390/s390.c (s390_gimplify_va_arg): Initialize local
19854 (print_operand_address): Initialize a struct to zero.
19856 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
19858 * doc/contrib.texi (Contributors): Refer to Hans Boehm's
19859 garbage collector only in textual form.
19861 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
19863 * doc/extend.texi (x86 specific memory model extensions for
19864 transactional memory): Simplify a phrase.
19866 2017-02-05 Eric Botcazou <ebotcazou@adacore.com>
19869 * config/sparc/sync.md (atomic_loaddi_1): Replace 'U' constraint with
19870 'r', 'm' constraint with 'T' and !TARGET_ARCH64 with TARGET_ARCH32.
19871 (atomic_storedi_1): Likewise.
19873 2017-02-04 Jakub Jelinek <jakub@redhat.com>
19875 PR tree-optimization/79338
19876 * tree-parloops.c (gather_scalar_reductions): Don't call
19877 vect_analyze_loop_form for loop->inner before destroying loop's
19880 2017-02-03 Martin Sebor <msebor@redhat.com>
19882 PR tree-optimization/79327
19883 * gimple-ssa-sprintf.c (tree_digits): Avoid adding the base prefix
19884 when precision has resulted in leading zeros.
19885 (format_integer): Adjust the likely counter to assume an unknown
19886 argument that may be zero is non-zero.
19888 2017-02-03 Jason Merrill <jason@redhat.com>
19891 * tree-inline.c (copy_tree_body_r) [COND_EXPR]: Revert change to
19892 avoid copying non-taken branch.
19894 2017-02-03 Jakub Jelinek <jakub@redhat.com>
19896 PR tree-optimization/79340
19897 * tree-vect-loop.c (vectorizable_reduction): Release
19898 vec_defs elements after safe_splicing them into other vectors.
19901 PR tree-optimization/79327
19902 * gimple-ssa-sprintf.c (adjust_range_for_overflow): If returning
19903 true, always set *argmin and *argmax to TYPE_{MIN,MAX}_VALUE of
19905 (format_integer): Use wide_int_to_tree instead of build_int_cst
19906 + to_?hwi. If argmin is NULL, just set argmin and argmax to
19907 TYPE_{MIN,MAX}_VALUE of argtype. Simplify and fix computation
19908 of shortest and longest sequence.
19910 2017-02-03 Uros Bizjak <ubizjak@gmail.com>
19912 * config/i386/i386.c (dimode_scalar_chain::convert_reg):
19913 Use pextrd for TARGET_SSE4_1 when creating scalar copy.
19915 2017-02-03 Walter Lee <walt@tilera.com>
19918 * config/tilegx/tilegx.md (tilegx_expand_prologue): Add blockage
19919 after initial stackframe link reg save.
19920 * config/tilepro/tilepro.md (tilepro_expand_prologue): Likewise.
19922 2017-02-03 Jakub Jelinek <jakub@redhat.com>
19925 * config/rs6000/rs6000.md (movsi_from_sf): Use wb constraint instead of
19926 wu for stxssp alternative.
19928 2017-02-03 Martin Sebor <msebor@redhat.com>
19930 PR tree-optimization/79352
19931 * gimple-fold.c (get_range_strlen): Add argument.
19932 (get_range_strlen): Change return type to bool.
19933 (get_maxval_strlen): Pass in a dummy argument.
19934 * gimple-fold.h (get_range_strlen): Change return type to bool.
19935 * gimple-ssa-sprintf.c (get_string_length): Set unlikely counter.
19936 * tree.h (array_at_struct_end_p): Add argument.
19937 * tree.c (array_at_struct_end_p): Handle it.
19939 2017-02-03 Martin Liska <mliska@suse.cz>
19942 * multiple_target.c (create_dispatcher_calls): Redirect edge
19943 from a caller of a dispatcher.
19944 (expand_target_clones): Make the clones local.
19945 (ipa_target_clone): Do both target clones and resolvers.
19946 (ipa_dispatcher_calls): Remove the pass.
19947 (pass_dispatcher_calls::gate): Likewise.
19948 (make_pass_dispatcher_calls): Likewise.
19949 * passes.def (pass_target_clone): Put as very first IPA early
19952 2017-02-03 Martin Liska <mliska@suse.cz>
19954 * symtab.c (symtab_node::binds_to_current_def_p): Bail out
19955 in case of a function with ifunc attribute.
19957 2017-02-03 Martin Liska <mliska@suse.cz>
19959 * cgraph.c (cgraph_node::dump): Dump function version info.
19960 * symtab.c (symtab_node::dump_base): Add missing new line.
19962 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
19964 * tree-ssa-ifcombine.c (update_profile_after_ifcombine): New function.
19965 (ifcombine_ifandif): Use it.
19967 2017-02-03 Martin Liska <mliska@suse.cz>
19969 * doc/invoke.texi: Document default value for
19970 use-after-scope-direct-emission-threshold.
19972 2017-02-03 Martin Liska <mliska@suse.cz>
19974 PR tree-optimization/79339
19975 * gimple-ssa-sprintf.c (format_floating_max): Call mpfr_clear.
19976 (format_floating): Likewise.
19978 2017-02-03 Martin Liska <mliska@suse.cz>
19981 * ipa-prop.c (ipa_node_params_t::insert): Remove current
19983 (ipa_node_params_t::remove): Likewise.
19984 * ipa-prop.h (ipa_node_params::ipa_node_params): Make default
19985 initialization from removed ipa_node_params_t::insert.
19986 (ipa_node_params::~ipa_node_params): Move from removed
19987 ipa_node_params_t::release.
19988 * symbol-summary.h (symbol_summary::m_released): New member.
19989 Do not release a summary twice. Do not allow to call finalizer
19990 for types of a summary that live in GGC memory.
19992 2017-02-02 Naveen H.S <Naveen.Hurugalawadi@cavium.com>
19994 * config/aarch64/aarch64.c (thunderx2t99_tunings): Enable AES and
19997 2017-02-02 Martin Sebor <msebor@redhat.com>
19999 PR middle-end/79275
20000 * gimple-ssa-sprintf.c (get_string_length): Set lower bound to zero.
20001 (format_string): Tighten up the range of output for non-constant
20002 strings and correct the expected range for wide non-constant strings.
20004 2017-02-02 Martin Sebor <msebor@redhat.com>
20006 * doc/invoke.texi (-maccumulate-args): Fix bad grammar.
20008 PR middle-end/32003
20009 * doc/invoke.texi (-fdump-tree-): Remove pass-specific options from
20011 (-fdump-tree-@var): Add to index and document how to come up
20012 with pass-specific option and dump file names.
20013 (-fdump-passes): Clarify where to look for output.
20015 2017-02-02 Jan Hubicka <hubicka@ucw.cz>
20017 PR middle-end/77445
20018 * tree-ssa-threadbackward.c (profitable_jump_thread_path): Dump
20019 statistics of the analyzed path; allow threading for speed when
20020 any of BBs along the path are optimized for speed.
20022 2017-02-02 Eric Botcazou <ebotcazou@adacore.com>
20024 PR middle-end/78468
20025 * emit-rtl.c (init_emit): Add ??? comment for problematic alignment
20026 settings of the virtual registers.
20029 2016-08-23 Dominik Vogt <vogt@linux.vnet.ibm.com>
20031 * explow.c (get_dynamic_stack_size): Take known alignment of stack
20032 pointer + STACK_DYNAMIC_OFFSET into account when calculating the size
20035 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20037 * config/s390/vx-builtins.md ("vec_ceil", "vec_floor")
20038 ("vec_trunc", "vec_roundc", "vec_round"): Remove expanders.
20040 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20042 * config/s390/s390.md: Add missing comments with the expanded
20044 * config/s390/vector.md: Likewise.
20045 * config/s390/vx-builtins.md: Likewise.
20047 2017-02-02 Jakub Jelinek <jakub@redhat.com>
20050 * config/rs6000/rs6000.md (*fixuns_trunc<mode>di2_fctiduz): Rename to ...
20051 (fixuns_trunc<mode>di2): ... this, remove previous expander. Put all
20052 conditions on a single line.
20054 2017-02-02 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20056 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
20057 __S390_VX__ to __VX__.
20059 2017-02-01 Andrew Pinski <apinski@cavium.com>
20061 * tree-vect-loop.c (vect_compute_single_scalar_iteration_cost): Pass
20062 stmt_info to record_stmt_cost.
20063 (vect_get_known_peeling_cost): Pass stmt_info if known to
20065 * config/aarch64/aarch64-protos.h (cpu_vector_cost): Split
20066 cpu_vector_cost field into
20067 scalar_int_stmt_cost and scalar_fp_stmt_cost. Split vec_stmt_cost
20068 field into vec_int_stmt_cost and vec_fp_stmt_cost.
20069 * config/aarch64/aarch64.c (generic_vector_cost): Update for the
20070 splitting of scalar_stmt_cost and vec_stmt_cost.
20071 (thunderx_vector_cost): Likewise.
20072 (cortexa57_vector_cost): LIkewise.
20073 (exynosm1_vector_cost): Likewise.
20074 (xgene1_vector_cost): Likewise.
20075 (thunderx2t99_vector_cost): Improve after the splitting of the two
20077 (aarch64_builtin_vectorization_cost): Update for the splitting of
20078 scalar_stmt_cost and vec_stmt_cost.
20080 2017-02-01 Torvald Riegel <triegel@redhat.com>
20081 Richard Henderson <rth@redhat.com>
20083 * builtins.c (fold_builtin_atomic_always_lock_free): Make "lock-free"
20084 conditional on existance of a fast atomic load.
20085 * optabs-query.c (can_atomic_load_p): New function.
20086 * optabs-query.h (can_atomic_load_p): Declare it.
20087 * optabs.c (expand_atomic_exchange): Always delegate to libatomic if
20088 no fast atomic load is available for the particular size of access.
20089 (expand_atomic_compare_and_swap): Likewise.
20090 (expand_atomic_load): Likewise.
20091 (expand_atomic_store): Likewise.
20092 (expand_atomic_fetch_op): Likewise.
20093 * testsuite/lib/target-supports.exp
20094 (check_effective_target_sync_int_128): Remove x86 because it provides
20095 no fast atomic load.
20096 (check_effective_target_sync_int_128_runtime): Likewise.
20098 2017-02-01 Richard Biener <rguenther@suse.de>
20100 * graphite.c: Include tree-vectorizer.h for find_loop_location.
20101 (graphite_transform_loops): Provide opt-info for optimized nests.
20102 * tree-parloop.c (parallelize_loops): Provide opt-info for
20103 parallelized loops.
20105 2017-02-01 Richard Biener <rguenther@suse.de>
20107 PR middle-end/79315
20108 * tree-cfg.c (move_stmt_op): Never set TREE_BLOCK when it
20109 was not set before.
20111 2017-02-01 Richard Biener <rguenther@suse.de>
20113 PR tree-optimization/71824
20114 * graphite-scop-detection.c (scop_detection::build_scop_breadth):
20115 Verify the loops are valid in the merged SESE region.
20116 (scop_detection::can_represent_loop_1): Check analyzing the
20117 evolution of the number of iterations in the region succeeds.
20119 2017-01-31 Ian Lance Taylor <iant@golang.org>
20121 * config/i386/i386.c (ix86_expand_split_stack_prologue): Add
20122 REG_ARGS_SIZE note to 32-bit push insns and call insn.
20124 2017-01-31 David Malcolm <dmalcolm@redhat.com>
20126 PR preprocessor/79210
20127 * input.c (get_substring_ranges_for_loc): Replace line_width
20128 assertion with error-handling.
20130 2017-01-31 Richard Biener <rguenther@suse.de>
20132 PR tree-optimization/77318
20133 * graphite-sese-to-poly.c (extract_affine): Fix assert.
20134 (create_pw_aff_from_tree): Take loop parameter.
20135 (add_condition_to_pbb): Pass loop of the condition to
20136 create_pw_aff_from_tree.
20138 2017-01-31 Jakub Jelinek <jakub@redhat.com>
20140 * config/s390/s390.c (s390_asan_shadow_offset): New function.
20141 (TARGET_ASAN_SHADOW_OFFSET): Redefine.
20143 2017-01-31 Michael Meissner <meissner@linux.vnet.ibm.com>
20147 * config/rs6000/rs6000-protos.h (convert_float128_to_int): Delete,
20149 (convert_int_to_float128): Likewise.
20150 * config/rs6000/rs6000.c (convert_float128_to_int): Likewise.
20151 (convert_int_to_float128): Likewise.
20152 * config/rs6000/rs6000.md (UNSPEC_IEEE128_MOVE): Likewise.
20153 (UNSPEC_IEEE128_CONVERT): Likewise.
20154 (floatsi<mode>2, FLOAT128 iterator): Bypass calling
20155 rs6000_expand_float128_convert if we have IEEE 128-bit hardware.
20156 Use local variables for IBM extended format.
20157 (fix_trunc<mode>si2, FLOAT128 iterator): Likewise.
20158 (fix_trunc<mode>si2_fprs): Likewise.
20159 (fixuns_trunc<IEEE128:mode><SDI:mode>2): Likewise.
20160 (floatuns<IEEE128:mode>2, IEEE128 iterator): Likewise.
20161 (fix<uns>_<mode>si2_hw): Rework the IEEE 128-bt hardware support
20162 to know that we can now have integers of all sizes in vector
20164 (fix<uns>_<mode>di2_hw): Likewise.
20165 (float<uns>_<mode>si2_hw): Likewise.
20166 (fix_<mode>si2_hw): Likewise.
20167 (fixuns_<mode>si2_hw): Likewise.
20168 (float<uns>_<mode>di2_hw): Likewise.
20169 (float_<mode>di2_hw): Likewise.
20170 (float_<mode>si2_hw): Likewise.
20171 (floatuns_<mode>di2_hw): Likewise.
20172 (floatuns_<mode>si2_hw): Likewise.
20173 (xscvqp<su>wz_<mode>): Delete, no longer used.
20174 (xscvqp<su>dz_<mode>): Likewise.
20175 (xscv<su>dqp_<mode>): Likewise.
20176 (ieee128_mfvsrd_64bit): Likewise.
20177 (ieee128_mfvsrd_32bit): Likewise.
20178 (ieee128_mfvsrwz): Likewise.
20179 (ieee128_mtvsrw): Likewise.
20180 (ieee128_mtvsrd_64bit): Likewise.
20181 (ieee128_mtvsrd_32bit): Likewise.
20183 2017-01-31 Martin Liska <mliska@suse.cz>
20186 * ipa-prop.c (ipa_free_all_node_params): Call release method
20187 instead of ~sumbol_summary to not to trigger double times
20190 2017-01-31 Aldy Hernandez <aldyh@redhat.com>
20192 PR tree-optimization/71691
20193 * bitmap.h (class auto_bitmap): New.
20194 * tree-ssa-loop-unswitch.c (tree_may_unswitch_on): Call
20195 is_maybe_undefined instead of ssa_undefined_value_p.
20197 2017-01-31 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
20199 * config/s390/s390-c.c (s390_cpu_cpp_builtins_internal): Rename
20200 __S390_ARCH_LEVEL__ to __ARCH__.
20202 2017-01-31 Jakub Jelinek <jakub@redhat.com>
20204 PR tree-optimization/79267
20205 * value-prof.c (gimple_ic): Only drop lhs for noreturn calls
20206 if should_remove_lhs_p is true.
20208 2017-01-30 Alexandre Oliva <aoliva@redhat.com>
20211 * dwarf2out.c (clone_as_declaration): Drop DW_AT_alignment.
20212 (add_alignment_attribute): New.
20213 (base_type_die): Add alignment attribute.
20214 (subrange_type_die): Likewise.
20215 (modified_type_die): Likewise.
20216 (gen_array_type_die): Likewise.
20217 (gen_descr_array_type_die: Likewise.
20218 (gen_enumeration_type_die): Likewise.
20219 (gen_subprogram_die): Likewise.
20220 (gen_variable_die): Likewise.
20221 (gen_field_die): Likewise.
20222 (gen_ptr_to_mbr_type_die): Likewise.
20223 (gen_struct_or_union_type_die): Likewise.
20224 (gen_subroutine_type_die): Likewise.
20225 (gen_typedef_die): Likewise.
20226 (base_type_cmp): Compare alignment attribute.
20228 2017-01-30 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
20231 * config/rs6000/altivec.md (*setb_internal): Rename to setb_signed.
20232 (setb_unsigned) New pattern for setb with CCUNS.
20233 * config/rs6000/rs6000.c (expand_block_compare): Use a different
20234 subfc./subfe sequence to avoid overflow problems. Generate a
20235 shorter sequence with cmpld/setb for power9.
20236 * config/rs6000/rs6000.md (subf<mode>3_carry_dot2): Add a new pattern
20237 for generating subfc. instruction.
20238 (cmpstrsi): Add TARGET_POPCNTD predicate as the generate sequence
20239 now uses this instruction.
20241 2017-01-30 Ian Lance Taylor <iant@google.com>
20244 * dwarf2out.c (gen_type_die_with_usage): When picking a variant
20245 for FUNCTION_TYPE/METHOD_TYPE, use the first matching one.
20247 2017-01-30 Martin Sebor <msebor@redhat.com>
20249 * gimple-ssa-sprintf.c (fmtresult::adjust_for_width_or_precision):
20250 Move constant to the right of a relational operator.
20251 (get_mpfr_format_length, format_character, format_string): Ditto.
20252 (should_warn_p, maybe_warn): Same.
20254 * doc/invoke.texi (-Wformat-truncation=1): Fix typo.
20256 2017-01-30 Maxim Ostapenko <m.ostapenko@samsung.com>
20259 * asan.c (get_translation_unit_decl): Remove function.
20260 (asan_add_global): Force has_dynamic_init to zero in LTO mode.
20262 2017-01-30 Martin Liska <mliska@suse.cz>
20264 PR gcov-profile/79259
20265 * opts.c (common_handle_option): Enable flag_ipa_bit_cp w/
20266 -fprofile-generate.
20268 2017-01-30 Martin Liska <mliska@suse.cz>
20271 * config/aarch64/cortex-a57-fma-steering.c (func_fma_steering::analyze):
20272 Initialize variables with NULL value.
20274 2017-01-30 Richard Earnshaw <rearnsh@arm.com>
20277 * config.gcc (arm*-*-*): Add arm/arm-flags.h and arm/arm-isa.h to
20279 * arm/arm-protos.h: Don't directly include arm-flags.h and arm-isa.h.
20281 2017-01-30 Richard Biener <rguenther@suse.de>
20283 PR tree-optimization/79276
20284 * tree-vrp.c (process_assert_insertions): Properly adjust common
20285 when removing a duplicate.
20287 * gcc.dg/torture/pr79276.c: New testcase.
20289 2017-01-30 Richard Biener <rguenther@suse.de>
20291 PR tree-optimization/79256
20292 * targhooks.c (default_builtin_vector_alignment_reachable): Honor
20293 BIGGEST_FIELD_ALIGNMENT and ADJUST_FIELD_ALIGN to fix up bogus
20295 * tree.c (build_aligned_type): Set TYPE_USER_ALIGN.
20297 2017-01-30 Dominik Vogt <vogt@linux.vnet.ibm.com>
20300 * config/s390/s390.md ("*r<noxa>sbg_<mode>_srl_bitmask")
20301 ("*r<noxa>sbg_<mode>_sll_bitmask")
20302 ("*extzv_<mode>_srl<clobbercc_or_nocc>")
20303 ("*extzv_<mode>_sll<clobbercc_or_nocc>"):
20304 Use contiguous_bitmask_nowrap_operand.
20306 2017-01-29 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
20309 * config/rs6000/altivec.h (vec_xl): Revise #define.
20310 (vec_xst): Likewise.
20312 2017-01-27 Uros Bizjak <ubizjak@gmail.com>
20314 * config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
20316 2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
20318 PR rtl-optimization/79194
20319 * cprop.c (one_cprop_pass): Move deletion of code after unconditional
20320 traps before call to bypass_conditional_jumps.
20322 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
20324 PR tree-optimization/71374
20325 * lra-constraints.c (check_conflict_input_operands): New.
20326 (match_reload): Use it.
20328 2017-01-27 Vladimir Makarov <vmakarov@redhat.com>
20331 * lra-assigns.c (find_hard_regno_for_1): Take endianess for into
20332 account to calculate conflict_set.
20334 2017-01-27 Bin Cheng <bin.cheng@arm.com>
20336 PR rtl-optimization/78559
20337 * combine.c (try_combine): Discard REG_EQUAL and REG_EQUIV for
20338 other_insn in combine.
20340 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
20342 * builtin-types.def: Use unsigned_char_type_node for BT_UINT8. Use
20343 uint16_type_node for BT_UINT16.
20345 2017-01-27 David Malcolm <dmalcolm@redhat.com>
20347 * doc/sourcebuild.texi (Testsuites): Add "GIMPLE Tests" and
20348 "RTL Tests" to menu.
20349 (GIMPLE Tests): New node.
20350 (RTL Tests): New node.
20352 2017-01-27 Richard Biener <rguenther@suse.de>
20354 PR tree-optimization/79245
20355 * tree-loop-distribution.c (distribute_loop): Apply cost
20356 modeling also to detected patterns.
20358 2017-01-27 Richard Biener <rguenther@suse.de>
20360 PR tree-optimization/71433
20361 * tree-vrp.c (register_new_assert_for): Revert earlier changes.
20362 (compare_assert_loc): New function.
20363 (process_assert_insertions): Sort and optimize assert locations
20364 to remove duplicates and push down identical assertions on
20365 edges to their destination block.
20367 2017-01-27 Richard Biener <rguenther@suse.de>
20369 PR tree-optimization/79244
20370 * tree-vrp.c (remove_range_assertions): Forcefully propagate
20371 out SSA names even if abnormal.
20373 2017-01-27 Jakub Jelinek <jakub@redhat.com>
20375 * realmpfr.h: Poison MPFR_RND{N,Z,U,D}.
20376 * gimple-ssa-sprintf.c (format_floating_max): Use GMP_RNDN
20377 instead of MPFR_RNDN.
20379 2017-01-27 Richard Earnshaw <rearnsha@arm.com>
20382 * arm.c (arm_option_override): Don't call build_target_option_node
20383 until after doing all option overrides.
20384 (arm_valid_target_attribute_tree): Likewise.
20386 2017-01-27 Martin Liska <mliska@suse.cz>
20388 * doc/invoke.texi (-fprofile-arcs): Document profiling support
20389 for {cd}tors and C++ {cd}tors.
20391 2017-01-27 Dominik Vogt <vogt@linux.vnet.ibm.com>
20393 * config/s390/s390.md ("*setmem_long_and")
20394 ("*setmem_long_and_31z"): Use zero_extend instead of and.
20396 2017-01-26 Martin Sebor <msebor@redhat.com>
20398 * gimple-ssa-sprintf.c (format_floating): Simplify the computation
20401 2017-01-26 Martin Sebor <msebor@redhat.com>
20403 * gimple-ssa-sprintf.c (format_floating): Test HAVE_XFmode and
20404 HAVE_DFmode before using XFmode or DFmode.
20405 (parse_directive): Avoid using the z length modifier to avoid
20406 the ISO C++98 does not support the ‘z’ gnu_printf length modifier.
20408 PR middle-end/78703
20409 * gimple-ssa-sprintf.c (adjust_for_width_or_precision): Change
20410 to accept adjustment as an array.
20411 (get_int_range): New function.
20412 (struct directive): Make width and prec arrays.
20413 (directive::set_width, directive::set_precision): Call get_int_range.
20414 (format_integer, format_floating): Handle width and precision ranges.
20415 (format_string, parse_directive): Same.
20417 2017-01-26 Jakub Jelinek <jakub@redhat.com>
20420 * dwarf2out.c (generate_skeleton_bottom_up): For children with
20421 comdat_type_p set, just clone them, but keep the children in the
20425 * dwarf2out.c (prune_unused_types): Mark all functions with DIEs
20426 which have direct callers with -fvar-tracking-assignments enabled
20428 (resolve_addr): Avoid adding skeleton DIEs for DW_AT_call_origin
20429 inside of type units.
20431 2017-01-26 Martin Sebor <msebor@redhat.com>
20433 PR middle-end/78703
20434 * gimple-ssa-sprintf.c (struct result_range): Add likely and
20436 (struct format_result): Replace number_chars, number_chars_min,
20437 and number_chars_max with a single member of struct result_range.
20439 (format_result::operator+=): Adjust.
20440 (struct fmtresult): Remove bounded. Handle likely and unlikely
20442 (fmtresult::adjust_for_width_or_precision): New function.
20443 (fmtresult:type_max_digits): New function.
20444 (bytes_remaining): Handle likely and unlikely counters.
20445 (min_bytes_remaining): Remove.
20446 (format_percent): Simplify.
20447 (format_integer, format_floating): Set likely and unlikely counters.
20448 (get_string_length, format_character, format_string): Same.
20449 (format_plain, should_warn_p): New function.
20450 (maybe_warn): Call should_warn_p. Update diagnostic messages
20451 and handle those for all directives, including plain strings.
20452 (format_directive): Handle likely and unlikely counters.
20453 Remove unnecessary quoting from diagnostics. Add an informational
20455 (add_bytes): Remove.
20456 (pass_sprintf_length::compute_format_length): Simplify.
20457 (try_substitute_return_value): Handle likely and unlikely counters.
20459 2017-01-26 Carl Love <cel@us.ibm.com>
20461 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Remove
20462 bogus entries for the P8V_BUILTIN_VEC_VGBBD built-ins
20464 2017-01-26 Vladimir Makarov <vmakarov@redhat.com>
20467 * lra-assigns.c (setup_live_pseudos_and_spill_after_risky): Take
20468 endianess for subregs into account.
20469 * lra-constraints.c (lra_constraints): Do risky transformations
20470 always on the first iteration.
20471 * lra-lives.c (check_pseudos_live_through_calls): Add arg
20472 last_call_used_reg_set.
20473 (process_bb_lives): Define and use last_call_used_reg_set.
20474 * lra.c (lra): Always continue after lra_constraints on the first
20477 2017-01-26 Kirill Yukhin <kirill.yukhin@gmail.com>
20479 * gcc.target/i386/avx512bw-kshiftlq-2.c: Use unsigned long long
20481 * gcc.target/i386/avx512bw-kshiftrq-2.c: Ditto.
20483 2017-01-26 Jakub Jelinek <jakub@redhat.com>
20485 * config/i386/avx512fintrin.h (_ktest_mask16_u8,
20486 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): Move to ...
20487 * config/i386/avx512dqintrin.h (_ktest_mask16_u8,
20488 _ktestz_mask16_u8, _ktestc_mask16_u8, _kadd_mask16): ... here.
20489 * config/i386/i386-builtin.def (__builtin_ia32_ktestchi,
20490 __builtin_ia32_ktestzhi, __builtin_ia32_kaddhi): Use
20491 OPTION_MASK_ISA_AVX512DQ instead of OPTION_MASK_ISA_AVX512F.
20492 * config/i386/sse.md (SWI1248_AVX512BWDQ2): New mode iterator.
20493 (kadd<mode>, ktest<mode>): Use it instead of SWI1248_AVX512BWDQ.
20495 2017-01-26 Marek Polacek <polacek@redhat.com>
20498 * fold-const.c (operand_equal_p) [COND_EXPR]: Use OP_SAME_WITH_NULL
20499 for the third operand.
20501 2017-01-26 Jakub Jelinek <jakub@redhat.com>
20503 PR middle-end/79236
20504 * omp-low.c (struct omp_context): Add simt_stmt field.
20505 (scan_omp_for): Return omp_context *.
20506 (scan_omp_simd): Set simt_stmt on the non-_simt_ SIMD
20507 context to the _simt_ SIMD stmt.
20508 (lower_omp_for): For combined SIMD with sibling _simt_
20509 SIMD, make sure to use the same decls in _looptemp_
20510 clauses as in the sibling.
20512 2017-01-26 David Sherwood <david.sherwood@arm.com>
20514 PR middle-end/79212
20515 * gimplify.c (omp_notice_variable): Add GOVD_SEEN flag to variables in
20518 2017-01-26 Jakub Jelinek <jakub@redhat.com>
20521 * reg-stack.c (emit_swap_insn): Instead of fld a; fld b; fxchg %st(1);
20522 emit fld b; fld a; if possible.
20524 * brig-builtins.def: Update copyright years.
20525 * config/arm/arm_acle_builtins.def: Update copyright years.
20527 2017-01-25 Michael Meissner <meissner@linux.vnet.ibm.com>
20530 * config/rs6000/vsx.md (vsx_extract_<mode>_store): Use wY
20531 constraint instead of o for the stxsd instruction.
20533 2017-01-25 Carl Love <cel@us.ibm.com>
20535 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Fix order
20536 of entries for ALTIVEC_BUILTIN_VEC_PACKS and P8V_BUILTIN_VEC_VGBBD.
20538 2017-01-25 Jonathan Wakely <jwakely@redhat.com>
20540 * doc/invoke.texi (C++ Dialect Options): Fix typo.
20542 2017-01-25 Richard Biener <rguenther@suse.de>
20544 PR tree-optimization/69264
20545 * target.def (vector_alignment_reachable): Improve documentation.
20546 * doc/tm.texi: Regenerate.
20547 * targhooks.c (default_builtin_vector_alignment_reachable): Simplify
20549 * tree-vect-data-refs.c (vect_supportable_dr_alignment): Revert
20550 earlier changes with respect to TYPE_USER_ALIGN.
20551 (vector_alignment_reachable_p): Likewise. Improve dumping.
20553 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20556 * config/arm/arm.md (xordi3): Force constant operand into a register
20559 2016-01-25 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
20561 * doc/invoke.texi (-fstore-merging): Correct default optimization
20562 levels at which it is enabled.
20563 (-O): Move -fstore-merging from list to...
20566 2017-01-25 Richard Biener <rguenther@suse.de>
20569 * omp-expand.c: Include debug.h.
20570 (expand_omp_taskreg): Make sure to generate early debug before
20571 outlining anything from a function.
20572 (expand_omp_target): Likewise.
20573 (grid_expand_target_grid_body): Likewise.
20575 2017-01-25 Maxim Ostapenko <m.ostapenko@samsung.com>
20578 * asan.c (get_translation_unit_decl): New function.
20579 (asan_add_global): Extract modules file name from globals
20580 TRANSLATION_UNIT_DECL name.
20582 2017-01-24 Eric Botcazou <ebotcazou@adacore.com>
20585 * config/arm/arm.c (arm_function_ok_for_sibcall): Add back restriction
20586 for long calls with APCS frame and VFP.
20588 2017-01-24 David Malcolm <dmalcolm@redhat.com>
20590 * cfg.c (original_copy_tables_initialized_p): New function.
20591 * cfg.h (original_copy_tables_initialized_p): New decl.
20592 * cfgrtl.c (relink_block_chain): Guard the call to
20593 free_original_copy_tables with a call to
20594 original_copy_tables_initialized_p.
20595 * cgraph.h (symtab_node::native_rtl_p): New decl.
20596 * cgraphunit.c (symtab_node::native_rtl_p): New function.
20597 (symtab_node::needed_p): Don't assert for early assembly output
20598 for __RTL functions.
20599 (cgraph_node::finalize_function): Set "force_output" for __RTL
20601 (cgraph_node::analyze): Bail out early for __RTL functions.
20602 (analyze_functions): Update assertion to support __RTL functions.
20603 (cgraph_node::expand): Bail out early for __RTL functions.
20604 * final.c (rest_of_clean_state): Don't call delete_tree_ssa for
20606 * function.h (struct function): Update comment for field
20608 * gimple-expr.c: Include "tree-pass.h".
20609 (gimple_has_body_p): Return false for __RTL functions.
20610 * Makefile.in (OBJS): Add run-rtl-passes.o.
20611 * pass_manager.h (gcc::pass_manager::get_rest_of_compilation): New
20613 (gcc::pass_manager::get_clean_slate): New accessor.
20614 * passes.c: Include "insn-addr.h".
20615 (should_skip_pass_p): Add logging. Update logic for running
20616 "expand" to be compatible with both __GIMPLE and __RTL. Guard
20617 property-provider override so it is only done for gimple passes.
20619 (skip_pass): New function.
20620 (execute_one_pass): Call skip_pass when skipping passes.
20621 * read-md.c (md_reader::read_char): Support filtering
20622 the input to a subset of line numbers.
20623 (md_reader::md_reader): Initialize fields
20624 m_first_line and m_last_line.
20625 (md_reader::read_file_fragment): New function.
20626 * read-md.h (md_reader::read_file_fragment): New decl.
20627 (md_reader::m_first_line): New field.
20628 (md_reader::m_last_line): New field.
20629 * read-rtl-function.c (function_reader::create_function): Only
20630 create cfun if it doesn't already exist. Set PROP_rtl on cfun's
20631 curr_properties. Set DECL_INITIAL to a dummy block.
20632 (read_rtl_function_body_from_file_range): New function.
20633 * read-rtl-function.h (read_rtl_function_body_from_file_range):
20635 * run-rtl-passes.c: New file.
20636 * run-rtl-passes.h: New file.
20638 2017-01-24 Jeff Law <law@redhat.com>
20640 * config/microblaze/microblaze.h (ASM_FORMAT_PRIVATE_NAME): Increase
20643 2017-01-24 Bin Cheng <bin.cheng@arm.com>
20645 PR tree-optimization/79159
20646 * tree-ssa-loop-niter.c (get_cst_init_from_scev): New function.
20647 (record_nonwrapping_iv): Improve boundary using above function if no
20648 value range information.
20650 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
20651 Martin Jambor <mjambor@suse.cz>
20653 * brig-builtins.def: New file.
20654 * builtins.def (DEF_HSAIL_BUILTIN): New macro.
20655 (DEF_HSAIL_ATOMIC_BUILTIN): Likewise.
20656 (DEF_HSAIL_SAT_BUILTIN): Likewise.
20657 (DEF_HSAIL_INTR_BUILTIN): Likewise.
20658 (DEF_HSAIL_CVT_ZEROI_SAT_BUILTIN): Likewise.
20659 * builtin-types.def (BT_INT8): New.
20660 (BT_INT16): Likewise.
20661 (BT_UINT8): Likewise.
20662 (BT_UINT16): Likewise.
20663 (BT_FN_ULONG): Likewise.
20664 (BT_FN_UINT_INT): Likewise.
20665 (BT_FN_UINT_ULONG): Likewise.
20666 (BT_FN_UINT_LONG): Likewise.
20667 (BT_FN_UINT_PTR): Likewise.
20668 (BT_FN_ULONG_PTR): Likewise.
20669 (BT_FN_INT8_FLOAT): Likewise.
20670 (BT_FN_INT16_FLOAT): Likewise.
20671 (BT_FN_UINT32_FLOAT): Likewise.
20672 (BT_FN_UINT16_FLOAT): Likewise.
20673 (BT_FN_UINT8_FLOAT): Likewise.
20674 (BT_FN_UINT64_FLOAT): Likewise.
20675 (BT_FN_UINT16_UINT32): Likewise.
20676 (BT_FN_UINT32_UINT16): Likewise.
20677 (BT_FN_UINT16_UINT16_UINT16): Likewise.
20678 (BT_FN_INT_PTR_INT): Likewise.
20679 (BT_FN_UINT_PTR_UINT): Likewise.
20680 (BT_FN_LONG_PTR_LONG): Likewise.
20681 (BT_FN_ULONG_PTR_ULONG): Likewise.
20682 (BT_FN_VOID_UINT64_UINT64): Likewise.
20683 (BT_FN_UINT8_UINT8_UINT8): Likewise.
20684 (BT_FN_INT8_INT8_INT8): Likewise.
20685 (BT_FN_INT16_INT16_INT16): Likewise.
20686 (BT_FN_INT_INT_INT): Likewise.
20687 (BT_FN_UINT_FLOAT_UINT): Likewise.
20688 (BT_FN_FLOAT_UINT_UINT): Likewise.
20689 (BT_FN_ULONG_UINT_UINT): Likewise.
20690 (BT_FN_ULONG_UINT_PTR): Likewise.
20691 (BT_FN_ULONG_ULONG_ULONG): Likewise.
20692 (BT_FN_UINT_UINT_UINT): Likewise.
20693 (BT_FN_VOID_UINT_PTR): Likewise.
20694 (BT_FN_UINT_UINT_PTR: Likewise.
20695 (BT_FN_UINT32_UINT64_PTR): Likewise.
20696 (BT_FN_INT_INT_UINT_UINT): Likewise.
20697 (BT_FN_UINT_UINT_UINT_UINT): Likewise.
20698 (BT_FN_UINT_UINT_UINT_PTR): Likewise.
20699 (BT_FN_UINT_ULONG_ULONG_UINT): Likewise.
20700 (BT_FN_ULONG_ULONG_ULONG_ULONG): Likewise.
20701 (BT_FN_LONG_LONG_UINT_UINT): Likewise.
20702 (BT_FN_ULONG_ULONG_UINT_UINT): Likewise.
20703 (BT_FN_VOID_UINT32_UINT64_PTR): Likewise.
20704 (BT_FN_VOID_UINT32_UINT32_PTR): Likewise.
20705 (BT_FN_UINT_UINT_UINT_UINT_UINT): Likewise.
20706 (BT_FN_UINT_FLOAT_FLOAT_FLOAT_FLOAT): Likewise.
20707 (BT_FN_ULONG_ULONG_ULONG_UINT_UINT): Likewise.
20708 * doc/frontends.texi: List BRIG FE.
20709 * doc/install.texi (Testing): Add BRIG tesring requirements.
20710 * doc/invoke.texi (Overall Options): Mention BRIG.
20711 * doc/standards.texi (Standards): Doucment BRIG HSA version.
20713 2017-01-24 Richard Biener <rguenther@suse.de>
20715 PR translation/79208
20716 * ipa-devirt.c (odr_types_equivalent_p): Fix typo in diagnostic.
20718 2017-01-24 Martin Jambor <mjambor@suse.cz>
20721 * ipa-prop.c (ipa_free_all_node_params): Call summary destructor.
20722 * ipa-prop.c (ipa_node_params_t::insert): Initialize fields known_csts
20723 and known_contexts.
20725 2017-01-24 Aldy Hernandez <aldyh@redhat.com>
20727 PR middle-end/79123
20728 * gimple-ssa-warn-alloca.c (alloca_call_type): Make sure
20729 casts from signed to unsigned really don't have a range.
20731 2017-01-24 Markus Trippelsdorf <markus@trippelsdorf.de>
20733 * gimple-ssa-sprintf.c (format_floating): Change MPFR_RNDx to
20734 GMP_RNDx for compatiblity.
20736 2017-01-24 Martin Liska <mliska@suse.cz>
20739 * tree-ssa-reassoc.c (rewrite_expr_tree_parallel): Insert assert
20740 that would prevent us to call alloca with -1 as argument.
20742 2017-01-24 Jakub Jelinek <jakub@redhat.com>
20744 * dwarf2out.c (output_compilation_unit_header, output_file_names):
20745 Avoid -Wformat-security warning.
20747 2017-01-23 Andrew Pinski <apinski@cavium.com>
20749 * config/aarch64/aarch64.c (thunderx2t99_addrcost_table): Improve
20752 2017-01-23 Martin Sebor <msebor@redhat.com>
20754 PR middle-end/78703
20755 * gimple-ssa-sprintf.c (warn_level): New global.
20756 (format_integer): Use it here and throughout the rest of the file.
20757 Use the same switch to compute sign as base.
20758 (maybe_warn): New function.
20759 (format_directive): Factor out warnings into maybe_warn.
20760 Add debugging output. Use warn_level.
20761 (add_bytes): Use warn_level.
20762 (pass_sprintf_length::compute_format_length): Add debugging output.
20763 (try_substitute_return_value): Same.
20764 (pass_sprintf_length::handle_gimple_call): Set and use warn_level.
20766 PR middle-end/78703
20767 * gimple-ssa-sprintf.c (struct format_result): Remove constant member.
20768 (struct fmtresult, format_integer, format_floating): Adjust.
20769 (fmtresult::fmtresult): Set max correctly in two argument ctor.
20770 (get_string_length, format_string,format_directive): Same.
20771 (pass_sprintf_length::compute_format_length): Same.
20772 (try_substitute_return_value): Simplify slightly.
20774 PR middle-end/78703
20775 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust formatting.
20776 (fmtresult::operator+=): Outlined.
20777 (struct fmtresult): Add ctors.
20778 (struct conversion_spec): Rename...
20779 (struct directive): ...to this. Add and remove data members.
20780 (directive::set_width, directive::set_precision): New functions.
20781 (format_percent): Use fmtresult ctor.
20782 (get_width_and_precision): Remove.
20783 (format_integer): Make naming changes. Avoid computing width and
20785 (format_floating): Same. Adjust indentation.
20786 (format_character, format_none): New functions.
20787 (format_string): Moved character handling to format_character.
20788 (format_directive): Remove arguments, change return type.
20789 (parse_directive): New function.
20790 (pass_sprintf_length::compute_format_length): Move directive
20791 parsing to parse_directive.
20793 2017-01-23 Jakub Jelinek <jakub@redhat.com>
20795 * tree.h (assign_assembler_name_if_neeeded): Rename to ...
20796 (assign_assembler_name_if_needed): ... this.
20797 * tree.c (assign_assembler_name_if_neeeded): Rename to ...
20798 (assign_assembler_name_if_needed): ... this.
20799 (free_lang_data_in_cgraph): Adjust callers.
20800 * cgraphunit.c (cgraph_node::analyze): Likewise.
20801 * omp-expand.c (expand_omp_taskreg, expand_omp_target):
20804 2017-01-23 Richard Biener <rguenther@suse.de>
20806 PR tree-optimization/79088
20807 PR tree-optimization/79188
20808 * tree-ssa-threadupdate.c (mark_threaded_blocks): Move code
20809 resetting loop bounds after last path deletion. Reset loop
20810 bounds of the target loop, make code match the comments.
20811 * tree-ssa-threadbackwards.c (pass_early_thread_jumps::execute):
20812 Make sure loops need no fixups.
20814 2017-01-23 Kelvin Nilsen <kelvin@gcc.gnu.org>
20816 * config/rs6000/rs6000-builtin.def (VSIEDPF): Add scalar insert
20817 exponent support with double type for first argument.
20818 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Changed
20819 type returned by __builtin_vec_extract_sig,
20820 __builtin_vec_extract_sig_sp, and __builtin_vec_extract_sig_dp
20821 functions from "vector int" to "vector unsigned int" or from
20822 "vector long long int" to "vector unsigned long long int".
20823 Changed type returned by __builtin_vec_extract_exp,
20824 __builtin_vec_extract_exp_sp, and __builtin_vec_extract_exp_dp
20825 functions from "vector int" to "vector unsigned int" or from
20826 "vector long long int" to "vector unsigned long long int".
20827 Changed return type of __builtin_vec_test_data_class,
20828 __builtin_vec_test_data_class_sp, and
20829 __builtin_vec_test_data_class_dp from "vector int" to
20830 "vector bool int" or from "vector long long int" to "vector bool
20831 long long int" and changed second argument type from "unsigned
20832 int" to "int". Added new overloaded function forms "vector float
20833 __builtin_vec_insert_exp (vector float, vector unsigned int)" and
20834 "vector float __builtin_vec_insert_exp_sp (vector float, vector
20835 unsigned int)" and "vector double __builtin_vec_insert_exp (vector
20836 double, vector unsigned long long int)" and "vector double
20837 __builtin_vec_insert_exp_dp (vector double, vector unsigned long
20838 long int)". Changed return type of
20839 __builtin_scalar_test_data_class and
20840 __builtin_scalar_test_data_class_sp and
20841 __builtin_scalar_test_data_class_dp from "unsigned int" to "bool
20842 int" and changed second argument from "unsigned int" to "int".
20843 Changed type returned by __builtin_scalar_test_neg,
20844 __builtin_scalar_test_neg_sp, and __builtin_scalar_test_neg_dp
20845 from "int" to "bool int". Added new overloaded function form
20846 "double __builtin_scalar_insert_exp (double, unsigned long long int)".
20847 * config/rs6000/vsx.md (xsiexpdpf): New insn for scalar insert
20848 exponent double-precision with floating point first argument.
20849 * doc/extend.texi (PowerPC AltiVec Built-in Functions): Adjust
20850 documentation of scalar_test_data_class, scalar_test_neg,
20851 scalar_extract_sig, scalar_extract_exp, scalar_insert_exp,
20852 vector_extract_exp, vec_extract_sig, vec_insert_exp, and
20853 vec_test_data_class built-in functions to reflect refinements in
20854 their type signatures.
20856 2017-01-23 Andreas Tobler <andreast@gcc.gnu.org>
20858 * config/aarch64/aarch64.c (aarch64_elf_asm_constructor): Increase
20860 (aarch64_elf_asm_destructor): Likewise.
20862 2017-01-23 Bernd Schmidt <bschmidt@redhat.com>
20864 PR rtl-optimization/78634
20865 * config/i386/i386.c (ix86_max_noce_ifcvt_seq_cost): New function.
20866 (TARGET_MAX_NOCE_IFCVT_SEQ_COST): Define.
20867 * ifcvt.c (noce_try_cmove): Add missing cost check.
20869 PR rtl-optimization/71724
20870 * combine.c (if_then_else_cond): Look for situations where it is
20871 beneficial to undo the work of one of the recursive calls.
20873 2017-01-23 Bin Cheng <bin.cheng@arm.com>
20875 PR tree-optimization/70754
20876 * tree-predcom.c (stmt_combining_refs): New parameter INSERT_BEFORE.
20877 (reassociate_to_the_same_stmt): New parameter INSERT_BEFORE. Insert
20878 combined stmt before it if not NULL.
20879 (combine_chains): Process refs reversely and compute dominance point
20882 2017-01-23 Martin Liska <mliska@suse.cz>
20884 PR tree-optimization/79196
20885 * tree-ssa-strlen.c (fold_strstr_to_memcmp): Rename to ...
20886 (fold_strstr_to_strncmp): ... this. Fold the pattern to strncmp
20888 (strlen_optimize_stmt): Call the renamed function.
20890 2017-01-23 Michael Matz <matz@suse.de>
20892 PR tree-optimization/78384
20893 * tree-ssa-loop-split.c (patch_loop_exit): Use correct edge.
20895 2017-01-23 Richard Biener <rguenther@suse.de>
20897 PR tree-optimization/79186
20898 * tree-vrp.c (register_new_assert_for): Make sure we've seen
20899 both incoming edges before moving an assert.
20901 2017-01-23 Martin Jambor <mjambor@suse.cz>
20903 * ipa-prop.c (load_from_param_1): Removed.
20904 (load_from_unmodified_param): Bits from load_from_param_1 put back
20906 (load_from_param): Removed.
20907 (compute_complex_assign_jump_func): Removed stmt2 and just replaced it
20908 with stmt. Reverted back to use of load_from_unmodified_param.
20910 2017-01-23 Martin Jambor <mjambor@suse.cz>
20913 * ipa-prop.h (ipa_param_descriptor): Anotate with with GTY(()).
20914 (ipa_node_params): Annotate with GTY((for_user)). Make descriptors
20915 field a pointer to garbage collected vector, mark lattices and
20916 ipcp_orig_node with GTY((skip)).
20917 (ipa_get_param_count): Adjust to descriptors being a pointer.
20918 (ipa_get_param): Likewise.
20919 (ipa_get_type): Likewise.
20920 (ipa_get_param_move_cost): Likewise.
20921 (ipa_set_param_used): Likewise.
20922 (ipa_get_controlled_uses): Likewise.
20923 (ipa_set_controlled_uses): Likewise.
20924 (ipa_is_param_used): Likewise.
20925 (ipa_node_params_t): Move into garbage collector. New methods insert
20927 (ipa_node_params_sum): Annotate wth GTY(()).
20928 (ipa_check_create_node_params): Adjust to ipa_node_params_sum being
20930 (ipa_load_from_parm_agg): Adjust declaration.
20931 * ipa-icf.c (param_used_p): Adjust to descriptors being a pointer.
20932 * ipa-profile.c (ipa_profile): Likewise.
20933 * ipa-prop.c (ipa_get_param_decl_index_1): Likewise.
20934 (ipa_populate_param_decls): Make descriptors parameter garbage
20936 (ipa_dump_param): Adjust to descriptors being a pointer.
20937 (ipa_alloc_node_params): Likewise.
20938 (ipa_initialize_node_params): Likewise.
20939 (load_from_param_1): Make descriptors parameter garbage collected.
20940 (load_from_unmodified_param): Likewise.
20941 (load_from_param): Likewise.
20942 (ipa_load_from_parm_agg): Likewise.
20943 (ipa_node_params::~ipa_node_params): Removed.
20944 (ipa_free_all_node_params): Remove call to delete operator.
20945 (ipa_node_params_t::insert): New.
20946 (ipa_node_params_t::remove): Likewise.
20947 (ipa_node_params_t::duplicate): Adjust to descriptors being a pointer,
20948 copy known_csts and known_contexts vectors.
20949 (ipa_read_node_info): Adjust to descriptors being a pointer.
20950 (ipcp_modif_dom_walker): Make m_descriptors field garbage
20952 (ipcp_transform_function): Make descriptors variable garbage
20955 2017-01-23 Andrew Senkevich <andrew.senkevich@intel.com>
20957 * config/i386/avx512bwintrin.h: Add k-mask test, kortest intrinsics.
20958 * config/i386/avx512dqintrin.h: Ditto.
20959 * config/i386/avx512fintrin.h: Ditto.
20960 * config/i386/i386.c: Handle new builtins.
20961 * config/i386/i386-builtin.def: Add new builtins.
20962 * config/i386/sse.md (ktest<mode>, kortest<mode>): New.
20963 (UNSPEC_KORTEST, UNSPEC_KTEST): New.
20965 2017-01-23 Jakub Jelinek <jakub@redhat.com>
20966 Martin Liska <mliska@suse.cz>
20968 * asan.h: Define ASAN_USE_AFTER_SCOPE_ATTRIBUTE.
20969 * asan.c (asan_expand_poison_ifn): Support stores and use
20970 appropriate ASAN report function.
20971 * internal-fn.c (expand_ASAN_POISON_USE): New function.
20972 * internal-fn.def (ASAN_POISON_USE): Declare.
20973 * tree-into-ssa.c (maybe_add_asan_poison_write): New function.
20974 (maybe_register_def): Create ASAN_POISON_USE when sanitizing.
20975 * tree-ssa-dce.c (eliminate_unnecessary_stmts): Remove
20976 ASAN_POISON calls w/o LHS.
20977 * tree-ssa.c (execute_update_addresses_taken): Create clobber
20978 for ASAN_MARK (UNPOISON, &x, ...) in order to prevent usage of a LHS
20979 from ASAN_MARK (POISON, &x, ...) coming to a PHI node.
20980 * gimplify.c (asan_poison_variables): Add attribute
20981 use_after_scope_memory to variables that really needs to live
20983 * tree-ssa.c (is_asan_mark_p): Do not rewrite into SSA when
20984 having the attribute.
20986 2017-01-23 Martin Liska <mliska@suse.cz>
20988 * asan.c (create_asan_shadow_var): New function.
20989 (asan_expand_poison_ifn): Likewise.
20990 * asan.h (asan_expand_poison_ifn): New declaration.
20991 * internal-fn.c (expand_ASAN_POISON): Likewise.
20992 * internal-fn.def (ASAN_POISON): New builtin.
20993 * sanopt.c (pass_sanopt::execute): Expand
20994 asan_expand_poison_ifn.
20995 * tree-inline.c (copy_decl_for_dup_finish): Make function
20997 * tree-inline.h (copy_decl_for_dup_finish): Likewise.
20998 * tree-ssa.c (is_asan_mark_p): New function.
20999 (execute_update_addresses_taken): Rewrite local variables
21000 (identified just by use-after-scope as addressable) into SSA.
21002 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
21004 * doc/install.texi (Specific): opensource.apple.com uses https
21005 now. Remove trailing slash.
21007 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
21009 * README.Portability: Remove note on an Irix compatibility issue.
21011 2017-01-22 Dimitry Andric <dim@FreeBSD.org>
21013 * gcov.c (INCLUDE_ALGORITHM): Define.
21014 (INCLUDE_VECTOR): Define.
21015 No longer include <vector> and <algorithm> directly.
21017 2017-01-21 Gerald Pfeifer <gerald@pfeifer.com>
21019 * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
21021 * doc/invoke.texi (Code Gen Options): Ditto.
21023 2017-01-21 Jan Hubicka <hubicka@ucw.cz>
21026 * cfg.c (update_bb_profile_for_threading): Fix updating of probablity.
21028 2017-01-21 Bernd Schmidt <bschmidt@redhat.com>
21030 rtl-optimization/79125
21031 * cprop.c (local_cprop_pass): Handle cases where we make an
21032 unconditional trap.
21034 2017-01-20 Segher Boessenkool <segher@kernel.crashing.org>
21038 * config/rs6000/rs6000.c (rs6000_gimplify_va_arg): Adjust address to
21039 read from, for big endian.
21041 2017-01-20 Jiong Wang <jiong.wang@arm.com>
21043 * config/aarch64/aarch64-builtins.c (aarch64_init_builtins): Register
21044 register pauth builtins for LP64 only.
21046 2017-01-20 Marek Polacek <polacek@redhat.com>
21049 * gimplify.c (should_warn_for_implicit_fallthrough): Handle consecutive
21052 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
21054 * omp-expand.c (expand_omp_simd): Clear PROP_gimple_lomp_dev regardless
21056 * omp-offload.c (pass_omp_device_lower::gate): Use PROP_gimple_lomp_dev.
21057 * passes.c (dump_properties): Handle PROP_gimple_lomp_dev.
21058 * tree-inline.c (expand_call_inline): Propagate PROP_gimple_lomp_dev.
21060 2017-01-20 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21063 * config/arm/arm.c (neon_valid_immediate): Reject vector constants
21064 in big-endian mode when they are not a single duplicated value.
21066 2017-01-20 Richard Biener <rguenther@suse.de>
21068 * BASE-VER: Bump to 7.0.1.
21070 2017-01-20 Alexander Monakov <amonakov@ispras.ru>
21072 * omp-low.c (omplow_simd_context): New struct. Use it...
21073 (lower_rec_simd_input_clauses): ...here and...
21074 (lower_rec_input_clauses): ...here to hold common data. Adjust all
21075 references to idx, lane, max_vf, is_simt.
21077 2017-01-20 Graham Markall <graham.markall@embecosm.com>
21079 * config/arc/arc.h (LINK_SPEC): Use arclinux_nps emulation when
21082 2017-01-20 Martin Jambor <mjambor@suse.cz>
21084 * hsa.h: Renaed to hsa-common.h. Adjusted a comment.
21085 * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
21087 * Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
21088 (GTFILES): Rename hsa.c to hsa-common.c.
21089 * hsa-brig.c: Change include of hsa.h to hsa-common.h.
21090 * hsa-dump.c: Likewise.
21091 * hsa-gen.c: Likewise.
21092 * hsa-regalloc.c: Likewise.
21093 * ipa-hsa.c: Likewise.
21094 * omp-expand.c: Likewise.
21095 * omp-low.c: Likewise.
21096 * toplev.c: Likewise.
21098 2017-01-20 Marek Polacek <polacek@redhat.com>
21101 * doc/invoke.texi: Document -Wduplicated-branches.
21102 * fold-const.c (operand_equal_p): Handle MODIFY_EXPR, INIT_EXPR,
21103 COMPOUND_EXPR, PREDECREMENT_EXPR, PREINCREMENT_EXPR,
21104 POSTDECREMENT_EXPR, POSTINCREMENT_EXPR, CLEANUP_POINT_EXPR, EXPR_STMT,
21105 STATEMENT_LIST, and RETURN_EXPR. For non-pure non-const functions
21106 return 0 only when not OEP_LEXICOGRAPHIC.
21107 (fold_build_cleanup_point_expr): Use the expression
21108 location when building CLEANUP_POINT_EXPR.
21109 * tree-core.h (enum operand_equal_flag): Add OEP_LEXICOGRAPHIC.
21110 * tree.c (add_expr): Handle error_mark_node.
21112 2017-01-20 Martin Liska <mliska@suse.cz>
21115 * tree-profile.c (init_ic_make_global_vars): Do not call
21117 (gimple_init_gcov_profiler): Likewise.
21119 2017-01-20 Martin Liska <mliska@suse.cz>
21122 * cgraph.h (maybe_create_reference): Remove argument and
21124 * cgraphclones.c (cgraph_node::create_virtual_clone): Remove one
21126 * ipa-cp.c (create_specialized_node): Likewise.
21127 * symtab.c (symtab_node::maybe_create_reference): Handle
21128 VAR_DECLs and ADDR_EXPRs and select ipa_ref_use type.
21130 2017-01-20 Martin Liska <mliska@suse.cz>
21132 * read-rtl-function.c (function_reader::create_function): Use
21133 build_decl instread of build_decl_stat.
21135 2017-01-20 Andrew Senkevich <andrew.senkevich@intel.com>
21137 * config/i386/avx512bwintrin.h: Add k-mask registers shift intrinsics.
21138 * config/i386/avx512dqintrin.h: Ditto.
21139 * config/i386/avx512fintrin.h: Ditto.
21140 * config/i386/i386-builtin-types.def: Add new types.
21141 * config/i386/i386.c: Handle new types.
21142 * config/i386/i386-builtin.def (__builtin_ia32_kshiftliqi)
21143 (__builtin_ia32_kshiftlihi, __builtin_ia32_kshiftlisi)
21144 (__builtin_ia32_kshiftlidi, __builtin_ia32_kshiftriqi)
21145 (__builtin_ia32_kshiftrihi, __builtin_ia32_kshiftrisi)
21146 (__builtin_ia32_kshiftridi): New.
21147 * config/i386/sse.md (k<code><mode>): Rename *k<code><mode>.
21149 2017-01-19 Segher Boessenkool <segher@kernel.crashing.org>
21153 * config/rs6000/rs6000.c (TARGET_STACK_PROTECT_GUARD): Unconditionally
21154 define to rs6000_init_stack_protect_guard.
21155 (rs6000_init_stack_protect_guard): New function.
21157 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
21158 Yunqiang Su <yunqiang.su@imgtec.com>
21160 * config.gcc (supported_defaults): Add madd4.
21161 (with_madd4): Add validation.
21162 (all_defaults): Add madd4.
21163 * config/mips/mips.opt (mmadd4): New option.
21164 * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21166 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21168 (ISA_HAS_UNFUSED_MADD4): Gate with mips_madd4.
21169 (ISA_HAS_FUSED_MADD4): Likewise.
21170 * doc/invoke.texi (-mmadd4): Document the new option.
21171 * doc/install.texi (--with-madd4): Document the new option.
21173 2017-01-19 Jiong Wang <jiong.wang@arm.com>
21175 * config/aarch64/aarch64-builtins.c (enum aarch64_builtins): New
21176 entries for AARCH64_PAUTH_BUILTIN_XPACLRI,
21177 AARCH64_PAUTH_BUILTIN_PACIA1716, AARCH64_PAUTH_BUILTIN_AUTIA1716.
21178 (aarch64_init_pauth_hint_builtins): New.
21179 (aarch64_init_builtins): Call aarch64_init_pauth_hint_builtins.
21180 (aarch64_expand_builtin): Expand new builtins.
21182 2017-01-19 Jiong Wang <jiong.wang@arm.com>
21184 * reg-notes.def (CFA_TOGGLE_RA_MANGLE): New reg-note.
21185 * combine-stack-adj.c (no_unhandled_cfa): Handle
21186 REG_CFA_TOGGLE_RA_MANGLE.
21187 * dwarf2cfi.c (dwarf2out_frame_debug): Handle REG_CFA_TOGGLE_RA_MANGLE.
21188 * config/aarch64/aarch64.c (aarch64_expand_prologue): Generates DWARF
21189 info for return address signing.
21190 (aarch64_expand_epilogue): Likewise.
21192 2017-01-19 Jiong Wang <jiong.wang@arm.com>
21194 * config/aarch64/aarch64-opts.h (aarch64_function_type): New enum.
21195 * config/aarch64/aarch64-protos.h
21196 (aarch64_return_address_signing_enabled): New declaration.
21197 * config/aarch64/aarch64.c (aarch64_return_address_signing_enabled):
21199 (aarch64_expand_prologue): Sign return address before it's pushed onto
21201 (aarch64_expand_epilogue): Authenticate return address fetched from
21203 (aarch64_override_options): Sanity check for ILP32 and ISA level.
21204 (aarch64_attributes): New function attributes for "sign-return-address".
21205 * config/aarch64/aarch64.md (UNSPEC_AUTI1716, UNSPEC_AUTISP,
21206 UNSPEC_PACI1716, UNSPEC_PACISP, UNSPEC_XPACLRI): New unspecs.
21207 ("*do_return"): Generate combined instructions according to key index.
21208 ("<pauth_mnem_prefix>sp", "<pauth_mnem_prefix1716", "xpaclri"): New.
21209 * config/aarch64/iterators.md (PAUTH_LR_SP, PAUTH_17_16): New integer
21211 (pauth_mnem_prefix, pauth_hint_num_a): New integer attributes.
21212 * config/aarch64/aarch64.opt (msign-return-address=): New.
21213 * doc/extend.texi (AArch64 Function Attributes): Documents
21214 "sign-return-address=".
21215 * doc/invoke.texi (AArch64 Options): Documents "-msign-return-address=".
21217 2017-01-19 Matthew Fortune <matthew.fortune@imgtec.com>
21219 * doc/invoke.texi: Add missing -mlxc1-sxc1 options to
21220 overall option summary.
21222 2017-01-19 Jiong Wang <jiong.wang@arm.com>
21224 * config/aarch64/aarch64-arches.def: New entry for "armv8.3-a".
21225 * config/aarch64/aarch64.h (AARCH64_FL_V8_3, AARCH64_FL_FOR_ARCH8_3,
21226 AARCH64_ISA_V8_3, TARGET_ARMV8_3): New.
21227 * doc/invoke.texi (AArch64 Options): Document "armv8.3-a".
21229 2017-01-19 Michael Meissner <meissner@linux.vnet.ibm.com>
21231 * config/rs6000/rs6000-cpus.def (ISA_3_0_MASKS_SERVER): Enable
21232 -mpower9-minmax by default for -mcpu=power9.
21233 (ISA_3_MASKS_IEEE): Require -mvsx-small-integer to enable IEEE
21234 128-bit floating point.
21236 2017-01-20 Alan Modra <amodra@gmail.com>
21238 * config/rs6000/rs6000.md (cmpstrnsi, cmpstrsi): Fail if
21239 optimizing for size.
21241 2017-01-20 Alan Modra <amodra@gmail.com>
21244 * config/rs6000/rs6000.c (expand_strn_compare): Get the asm name
21245 for strcmp and strncmp from corresponding builtin decl.
21247 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
21249 * config.gcc (x86_64-*-rtems*): Use i386/rtemself.h
21250 instead of i386/rtems-64.h.
21251 * config/i386/rtems-64.h: Remove.
21253 2017-01-19 Uros Bizjak <ubizjak@gmail.com>
21257 2013-11-05 Uros Bizjak <ubizjak@gmail.com>
21259 * config/i386/rtemself.h (LONG_DOUBLE_TYPE_SIZE): New define.
21261 2017-01-19 Tamar Christina <tamar.christina@arm.com>
21263 * config/aarch64/aarch64.c (aarch64_simd_gen_const_vector_dup):
21264 Change int to HOST_WIDE_INT.
21265 * config/aarch64/aarch64-protos.h
21266 (aarch64_simd_gen_const_vector_dup): Likewise.
21267 * config/aarch64/aarch64-simd.md: Add copysign<mode>3.
21269 2017-01-19 David Malcolm <dmalcolm@redhat.com>
21271 * langhooks-def.h (lhd_type_for_size): New decl.
21272 (LANG_HOOKS_TYPE_FOR_SIZE): Define as lhd_type_for_size.
21273 * langhooks.c (lhd_type_for_size): New function, taken from
21276 2017-01-19 Pat Haugen <pthaugen@us.ibm.com>
21278 * config/rs6000/power9.md (power9-alu): Remove 'cmp' type and add
21279 define_bypass for CR latency.
21280 (power9-cracked-alu): Update bypass latency and remove power9-branch.
21281 (power9-alu2): Add define_bypass for CR latency.
21283 (power9-mul): Update insn latency.
21284 (power9-mul-compare): Update insn latency, bypass latency and remove
21287 2016-01-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
21289 * config/aarch64/aarch64-protos.h (aarch64_nopcrelative_literal_loads):
21291 * config/aarch64/aarch64.md
21292 (aarch64_reload_movcp<GPF_TF:mode><P:mode>): Delete reference to
21293 aarch64_nopcrelative_literal_loads.
21294 (aarch64_reload_movcp<VALL:mode><P:mode>): Likewise.
21296 2017-01-19 Chenghua Xu <paul.hua.gm@gmail.com>
21298 * config/mips/mips.h (ISA_HAS_FUSED_MADD4): Enable for
21299 TARGET_LOONGSON_3A.
21300 (ISA_HAS_UNFUSED_MADD4): Exclude TARGET_LOONGSON_3A.
21302 2017-01-19 Doug Gilmore <doug.gilmore@imgtec.com>
21305 * config.gcc (supported_defaults): Add lxc1-sxc1.
21306 (with_lxc1_sxc1): Add validation.
21307 (all_defaults): Add lxc1-sxc1.
21308 * config/mips/mips.opt (mlxc1-sxc1): New option.
21309 * config/mips/mips.h (OPTION_DEFAULT_SPECS): Add a default for
21311 (TARGET_CPU_CPP_BUILTINS): Add builtin_define for
21312 __mips_no_lxc1_sxc1.
21313 (ISA_HAS_LXC1_SXC1): Gate with mips_lxc1_sxc1.
21314 * doc/invoke.texi (-mlxc1-sxc1): Document the new option.
21315 * doc/install.texi (--with-lxc1-sxc1): Document the new option.
21317 2017-01-19 Richard Biener <rguenther@suse.de>
21319 PR tree-optimization/72488
21320 * tree-ssa-sccvn.c (run_scc_vn): When we abort the VN make
21321 sure to restore SSA info.
21322 * tree-ssa.c (verify_ssa): Verify SSA info is not shared.
21324 2017-01-19 Richard Earnshaw <rearnsha@arm.com>
21326 PR rtl-optimization/79121
21327 * expr.c (expand_expr_real_2, case LSHIFT_EXPR): Look at the signedness
21328 of the inner type when shifting an extended value.
21330 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
21333 * symtab.c (symtab_node::equal_address_to): Fix comparing of
21334 interposable aliases.
21336 2017-01-18 Peter Bergner <bergner@vnet.ibm.com>
21339 * config/rs6000/spe.md (mov_si<mode>_e500_subreg0): Fix constraints.
21340 Use the evmergelohi instruction.
21341 (mov_si<mode>_e500_subreg4_2_le): Likewise.
21342 (mov_sitf_e500_subreg8_2_be): Likewise.
21343 (mov_sitf_e500_subreg12_2_le): Likewise.
21344 (mov_si<mode>_e500_subreg0_2_le): Fix constraints.
21345 (mov_si<mode>_e500_subreg4_2_be): Likewise.
21346 (mov_sitf_e500_subreg8_2_le): Likewise.
21347 (mov_sitf_e500_subreg12_2_be): Likewise.
21349 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
21351 * config/rs6000/altivec.md (altivec_vbpermq): Change "type"
21352 attribute from vecsimple to vecperm.
21353 (altivec_vbpermq2): Likewise.
21355 2017-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
21358 * config/rs6000/altivec.h: Fix typo of vec_cntlz to vec_cnttz.
21360 2017-01-18 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
21361 * config/rs6000/rs6000-protos.h (expand_strn_compare): Add arg.
21362 * config/rs6000/rs6000.c (expand_strn_compare): Add ability to expand
21363 strcmp. Fix bug where comparison didn't stop with zero byte. Fix
21364 case where N arg is SIZE_MAX.
21365 * config/rs6000/rs6000.md (cmpstrnsi): Args to expand_strn_compare.
21366 (cmpstrsi): Add pattern.
21368 2017-01-18 Michael Meissner <meissner@linux.vnet.ibm.com>
21370 * config/rs6000/rs6000-c.c (altivec_overloaded_builtins): Add
21371 __builtin_vec_revb builtins.
21372 * config/rs6000/rs6000-builtins.def (P9V_BUILTIN_XXBRQ_V16QI): Add
21373 built-in functions to support generation of the ISA 3.0 XXBR<x>
21374 vector byte reverse instructions.
21375 (P9V_BUILTIN_XXBRQ_V1TI): Likewise.
21376 (P9V_BUILTIN_XXBRD_V2DI): Likewise.
21377 (P9V_BUILTIN_XXBRD_V2DF): Likewise.
21378 (P9V_BUILTIN_XXBGW_V4SI): Likewise.
21379 (P9V_BUILTIN_XXBGW_V4SF): Likewise.
21380 (P9V_BUILTIN_XXBGH_V8HI): Likewise.
21381 (P9V_BUILTIN_VEC_REVB): Likewise.
21382 * config/rs6000/vsx.md (p9_xxbrq_v1ti): New insns/expanders to
21383 generate the ISA 3.0 XXBR<x> vector byte reverse instructions.
21384 (p9_xxbrq_v16qi): Likewise.
21385 (p9_xxbrd_<mode>, VSX_D iterator): Likewise.
21386 (p9_xxbrw_<mode>, VSX_W iterator): Likewise.
21387 (p9_xxbrh_v8hi): Likewise.
21388 * config/rs6000/altivec.h (vec_revb): Define if ISA 3.0.
21389 * doc/extend.texi (RS/6000 Altivec Built-ins): Document the
21390 vec_revb built-in functions.
21392 2017-01-18 Uros Bizjak <ubizjak@gmail.com>
21394 PR rtl-optimization/78952
21395 * config/i386/i386.md (any_extract): New code iterator.
21396 (*insvqi_2): Use any_extract for source operand.
21397 (*insvqi_3): Use any_shiftrt for source operand.
21399 2017-01-18 Wilco Dijkstra <wdijkstr@arm.com>
21401 * config/aarch64/aarch64.c (aarch64_sched_adjust_priority)
21403 (TARGET_SCHED_ADJUST_PRIORITY): Define target hook.
21405 2017-01-18 Matthias Klose <doko@ubuntu.com>
21407 * doc/install.texi: Allow default for --with-target-bdw-gc-include.
21409 2016-01-18 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
21411 * config/rs6000/altivec.h (vec_bperm): Change #define.
21412 * config/rs6000/altivec.md (UNSPEC_VBPERMD): New enum constant.
21413 (altivec_vbpermq2): New define_insn.
21414 (altivec_vbpermd): Likewise.
21415 * config/rs6000/rs6000-builtin.def (VBPERMQ2): New monomorphic
21416 function interface.
21417 (VBPERMD): Likewise.
21418 (VBPERM): New polymorphic function interface.
21419 * config/rs6000/r6000-c.c (altivec_overloaded_builtins_table):
21420 Add entries for P9V_BUILTIN_VEC_VBPERM.
21421 * doc/extend.texi: Add interfaces for vec_bperm.
21423 2017-01-18 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
21425 * config/s390/s390-c.c (s390_expand_overloaded_builtin): Downcase
21426 first letter of error messages.
21427 (s390_resolve_overloaded_builtin): Likewise.
21428 * config/s390/s390.c (s390_expand_builtin): Likewise.
21429 (s390_invalid_arg_for_unprototyped_fn): Likewise.
21430 (s390_valid_target_attribute_inner_p): Likewise.
21431 * config/s390/s390.md ("tabort"): Likewise.
21433 2017-01-18 Toma Tabacu <toma.tabacu@imgtec.com>
21435 * config/mips/mips.h (ISA_HAS_DIV3): Remove unused macro.
21436 (ISA_AVOID_DIV_HILO): New macro.
21437 (ISA_HAS_DIV): Use new ISA_AVOID_DIV_HILO macro.
21438 (ISA_HAS_DDIV): Likewise.
21440 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
21442 * doc/invoke.texi (fabi-version): Correct number of occurrences.
21444 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
21446 * doc/invoke.texi (fabi-version): Spelling fix.
21448 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
21451 * doc/invoke.texi (fabi-version): Mention mangling fix for
21454 2017-01-18 Markus Trippelsdorf <markus@trippelsdorf.de>
21457 * doc/invoke.texi (fabi-version): Document discriminator mangling.
21459 2017-01-17 Segher Boessenkool <segher@kernel.crashing.org>
21462 * config/rs6000/rs6000-opts.h (stack_protector_guard): New enum.
21463 * config/rs6000/rs6000.c (rs6000_option_override_internal): Handle
21465 * config/rs6000/rs6000.md (stack_protect_set): Handle the new more
21467 (stack_protect_test): Ditto.
21468 * config/rs6000/rs6000.opt (mstack-protector-guard=,
21469 mstack-protector-guard-reg=, mstack-protector-guard-offset=): New
21471 * doc/invoke.texi (Option Summary) [RS/6000 and PowerPC Options]:
21472 Add -mstack-protector-guard=, -mstack-protector-guard-reg=, and
21473 -mstack-protector-guard-offset=.
21474 (RS/6000 and PowerPC Options): Ditto.
21476 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
21478 * config/i386/i386.h (MASK_CLASS_P): New define.
21479 * config/i386/i386.c (inline_secondary_memory_needed): Ensure that
21480 there are no registers from different register sets also when
21481 mask registers are used. Update function comment.
21482 * config/i386/i386.md (*movsi_internal): Split (*k/*krm) alternative
21483 to (*k/*r) and (*k/*km) alternatives.
21485 2017-01-17 Wilco Dijkstra <wdijkstr@arm.com>
21487 * config/aarch64/aarch64.md (eh_return): Remove pattern and splitter.
21488 * config/aarch64/aarch64.h (AARCH64_EH_STACKADJ_REGNUM): Remove.
21489 (EH_RETURN_HANDLER_RTX): New define.
21490 * config/aarch64/aarch64.c (aarch64_frame_pointer_required):
21491 Force frame pointer in EH return functions.
21492 (aarch64_expand_epilogue): Add barrier for eh_return.
21493 (aarch64_final_eh_return_addr): Remove.
21494 (aarch64_eh_return_handler_rtx): New function.
21495 * config/aarch64/aarch64-protos.h (aarch64_final_eh_return_addr):
21497 (aarch64_eh_return_handler_rtx): New prototype.
21499 2017-01-17 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
21501 * config/rs6000/altivec.h (vec_rlmi): New #define.
21502 (vec_vrlnm): Likewise.
21503 (vec_rlnm): Likewise.
21504 * config/rs6000/altivec.md (UNSPEC_VRLMI): New UNSPEC enum value.
21505 (UNSPEC_VRLNM): Likewise.
21506 (VIlong): New mode iterator.
21507 (altivec_vrl<VI_char>mi): New define_insn.
21508 (altivec_vrl<VI_char>nm): Likewise.
21509 * config/rs6000/rs6000-builtin.def (VRLWNM): New monomorphic
21511 (VRLDNM): Likewise.
21512 (RLNM): New polymorphic function entry.
21513 (VRLWMI): New monomorphic function entry.
21514 (VRLDMI): Likewise.
21515 (RLMI): New polymorphic function entry.
21516 * config/rs6000/r6000-c.c (altivec_overloaded_builtin_table): Add
21517 new entries for P9V_BUILTIN_VEC_RLMI and P9V_BUILTIN_VEC_RLNM.
21518 * doc/extend.texi: Add description of vec_rlmi, vec_rlnm, and
21521 2017-01-17 Jakub Jelinek <jakub@redhat.com>
21524 * dwarf2out.c (field_byte_offset): Restore the
21525 PCC_BITFIELD_TYPE_MATTERS behavior for INTEGER_CST DECL_FIELD_OFFSET
21526 and DECL_FIELD_BIT_OFFSET. Use fold_build2 instead of build2 + fold.
21527 (analyze_variants_discr, gen_variant_part): Use fold_build2 instead
21530 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
21533 * config/aarch64/aarch64.c (TARGET_CUSTOM_FUNCTION_DESCRIPTORS): Define
21535 2017-01-17 Jakub Jelinek <jakub@redhat.com>
21538 * dwarf2out.c (add_data_member_location_attribute): For constant
21539 offset bitfield emit for -gdwarf-5 DW_AT_data_bit_offset attribute
21540 instead of DW_AT_data_member_location, DW_AT_bit_offset and
21541 DW_AT_byte_size attributes.
21543 2017-01-17 Eric Botcazou <ebotcazou@adacore.com>
21545 * config/rs6000/rs6000.c (rs6000_emit_move): Also use a TOC reference
21546 after forcing to constant memory when the code model is medium.
21548 2017-01-17 Julia Koval <julia.koval@intel.com>
21551 * config/i386/avx512fintrin.h
21552 (_mm512_i32gather_ps): Change __addr type to void const*.
21553 (_mm512_mask_i32gather_ps): Ditto.
21554 (_mm512_i32gather_pd): Ditto.
21555 (_mm512_mask_i32gather_pd): Ditto.
21556 (_mm512_i64gather_ps): Ditto.
21557 (_mm512_mask_i64gather_ps): Ditto.
21558 (_mm512_i64gather_pd): Ditto.
21559 (_mm512_mask_i64gather_pd): Ditto.
21560 (_mm512_i32gather_epi32): Ditto.
21561 (_mm512_mask_i32gather_epi32): Ditto.
21562 (_mm512_i32gather_epi64): Ditto.
21563 (_mm512_mask_i32gather_epi64): Ditto.
21564 (_mm512_i64gather_epi32): Ditto.
21565 (_mm512_mask_i64gather_epi32): Ditto.
21566 (_mm512_i64gather_epi64): Ditto.
21567 (_mm512_mask_i64gather_epi64): Ditto.
21568 (_mm512_i32scatter_ps): Change __addr type to void*.
21569 (_mm512_mask_i32scatter_ps): Ditto.
21570 (_mm512_i32scatter_pd): Ditto.
21571 (_mm512_mask_i32scatter_pd): Ditto.
21572 (_mm512_i64scatter_ps): Ditto.
21573 (_mm512_mask_i64scatter_ps): Ditto.
21574 (_mm512_i64scatter_pd): Ditto.
21575 (_mm512_mask_i64scatter_pd): Ditto.
21576 (_mm512_i32scatter_epi32): Ditto.
21577 (_mm512_mask_i32scatter_epi32): Ditto.
21578 (_mm512_i32scatter_epi64): Ditto.
21579 (_mm512_mask_i32scatter_epi64): Ditto.
21580 (_mm512_i64scatter_epi32): Ditto.
21581 (_mm512_mask_i64scatter_epi32): Ditto.
21582 (_mm512_i64scatter_epi64): Ditto.
21583 (_mm512_mask_i64scatter_epi64): Ditto.
21584 * config/i386/avx512pfintrin.h
21585 (_mm512_mask_prefetch_i32gather_pd): Change __addr type to void const*.
21586 (_mm512_mask_prefetch_i32gather_ps): Ditto.
21587 (_mm512_mask_prefetch_i64gather_pd): Ditto.
21588 (_mm512_mask_prefetch_i64gather_ps): Ditto.
21589 (_mm512_prefetch_i32scatter_pd): Change __addr type to void*.
21590 (_mm512_prefetch_i32scatter_ps): Ditto.
21591 (_mm512_mask_prefetch_i32scatter_pd): Ditto.
21592 (_mm512_mask_prefetch_i32scatter_ps): Ditto.
21593 (_mm512_prefetch_i64scatter_pd): Ditto.
21594 (_mm512_prefetch_i64scatter_ps): Ditto.
21595 (_mm512_mask_prefetch_i64scatter_pd): Ditto.
21596 (_mm512_mask_prefetch_i64scatter_ps): Ditto.
21597 * config/i386/avx512vlintrin.h
21598 (_mm256_mmask_i32gather_ps): Change __addr type to void const*.
21599 (_mm_mmask_i32gather_ps): Ditto.
21600 (_mm256_mmask_i32gather_pd): Ditto.
21601 (_mm_mmask_i32gather_pd): Ditto.
21602 (_mm256_mmask_i64gather_ps): Ditto.
21603 (_mm_mmask_i64gather_ps): Ditto.
21604 (_mm256_mmask_i64gather_pd): Ditto.
21605 (_mm_mmask_i64gather_pd): Ditto.
21606 (_mm256_mmask_i32gather_epi32): Ditto.
21607 (_mm_mmask_i32gather_epi32): Ditto.
21608 (_mm256_mmask_i32gather_epi64): Ditto.
21609 (_mm_mmask_i32gather_epi64): Ditto.
21610 (_mm256_mmask_i64gather_epi32): Ditto.
21611 (_mm_mmask_i64gather_epi32): Ditto.
21612 (_mm256_mmask_i64gather_epi64): Ditto.
21613 (_mm_mmask_i64gather_epi64): Ditto.
21614 (_mm256_i32scatter_ps): Change __addr type to void*.
21615 (_mm256_mask_i32scatter_ps): Ditto.
21616 (_mm_i32scatter_ps): Ditto.
21617 (_mm_mask_i32scatter_ps): Ditto.
21618 (_mm256_i32scatter_pd): Ditto.
21619 (_mm256_mask_i32scatter_pd): Ditto.
21620 (_mm_i32scatter_pd): Ditto.
21621 (_mm_mask_i32scatter_pd): Ditto.
21622 (_mm256_i64scatter_ps): Ditto.
21623 (_mm256_mask_i64scatter_ps): Ditto.
21624 (_mm_i64scatter_ps): Ditto.
21625 (_mm_mask_i64scatter_ps): Ditto.
21626 (_mm256_i64scatter_pd): Ditto.
21627 (_mm256_mask_i64scatter_pd): Ditto.
21628 (_mm_i64scatter_pd): Ditto.
21629 (_mm_mask_i64scatter_pd): Ditto.
21630 (_mm256_i32scatter_epi32): Ditto.
21631 (_mm256_mask_i32scatter_epi32): Ditto.
21632 (_mm_i32scatter_epi32): Ditto.
21633 (_mm_mask_i32scatter_epi32): Ditto.
21634 (_mm256_i32scatter_epi64): Ditto.
21635 (_mm256_mask_i32scatter_epi64): Ditto.
21636 (_mm_i32scatter_epi64): Ditto.
21637 (_mm_mask_i32scatter_epi64): Ditto.
21638 (_mm256_i64scatter_epi32): Ditto.
21639 (_mm256_mask_i64scatter_epi32): Ditto.
21640 (_mm_i64scatter_epi32): Ditto.
21641 (_mm_mask_i64scatter_epi32): Ditto.
21642 (_mm256_i64scatter_epi64): Ditto.
21643 (_mm256_mask_i64scatter_epi64): Ditto.
21644 (_mm_i64scatter_epi64): Ditto.
21645 (_mm_mask_i64scatter_epi64): Ditto.
21646 * config/i386/i386-builtin-types.def (V16SF_V16SF_PCFLOAT_V16SI_HI_INT)
21647 (V8DF_V8DF_PCDOUBLE_V8SI_QI_INT, V8SF_V8SF_PCFLOAT_V8DI_QI_INT)
21648 (V8DF_V8DF_PCDOUBLE_V8DI_QI_INT, V16SI_V16SI_PCINT_V16SI_HI_INT)
21649 (V8DI_V8DI_PCINT64_V8SI_QI_INT, V8SI_V8SI_PCINT_V8DI_QI_INT)
21650 (V8DI_V8DI_PCINT64_V8DI_QI_INT, V2DF_V2DF_PCDOUBLE_V4SI_QI_INT)
21651 (V4DF_V4DF_PCDOUBLE_V4SI_QI_INT, V2DF_V2DF_PCDOUBLE_V2DI_QI_INT)
21652 (V4DF_V4DF_PCDOUBLE_V4DI_QI_INT, V4SF_V4SF_PCFLOAT_V4SI_QI_INT)
21653 (V8SF_V8SF_PCFLOAT_V8SI_QI_INT, V4SF_V4SF_PCFLOAT_V2DI_QI_INT)
21654 (V4SF_V4SF_PCFLOAT_V4DI_QI_INT, V2DI_V2DI_PCINT64_V4SI_QI_INT)
21655 (V4DI_V4DI_PCINT64_V4SI_QI_INT, V2DI_V2DI_PCINT64_V2DI_QI_INT)
21656 (V4DI_V4DI_PCINT64_V4DI_QI_INT, V4SI_V4SI_PCINT_V4SI_QI_INT)
21657 (V8SI_V8SI_PCINT_V8SI_QI_INT, V4SI_V4SI_PCINT_V2DI_QI_INT)
21658 (V4SI_V4SI_PCINT_V4DI_QI_INT, VOID_PFLOAT_HI_V16SI_V16SF_INT)
21659 (VOID_PFLOAT_QI_V8SI_V8SF_INT, VOID_PFLOAT_QI_V4SI_V4SF_INT)
21660 (VOID_PDOUBLE_QI_V8SI_V8DF_INT, VOID_PDOUBLE_QI_V4SI_V4DF_INT)
21661 (VOID_PDOUBLE_QI_V4SI_V2DF_INT, VOID_PFLOAT_QI_V8DI_V8SF_INT)
21662 (VOID_PFLOAT_QI_V4DI_V4SF_INT, VOID_PFLOAT_QI_V2DI_V4SF_INT)
21663 (VOID_PDOUBLE_QI_V8DI_V8DF_INT, VOID_PDOUBLE_QI_V4DI_V4DF_INT)
21664 (VOID_PDOUBLE_QI_V2DI_V2DF_INT, VOID_PINT_HI_V16SI_V16SI_INT)
21665 (VOID_PINT_QI_V8SI_V8SI_INT, VOID_PINT_QI_V4SI_V4SI_INT)
21666 (VOID_PLONGLONG_QI_V8SI_V8DI_INT, VOID_PLONGLONG_QI_V4SI_V4DI_INT)
21667 (VOID_PLONGLONG_QI_V4SI_V2DI_INT, VOID_PINT_QI_V8DI_V8SI_INT)
21668 (VOID_PINT_QI_V4DI_V4SI_INT, VOID_PINT_QI_V2DI_V4SI_INT)
21669 (VOID_PLONGLONG_QI_V8DI_V8DI_INT, VOID_QI_V8SI_PCINT64_INT_INT)
21670 (VOID_PLONGLONG_QI_V4DI_V4DI_INT, VOID_PLONGLONG_QI_V2DI_V2DI_INT)
21671 (VOID_HI_V16SI_PCINT_INT_INT, VOID_QI_V8DI_PCINT64_INT_INT)
21672 (VOID_QI_V8DI_PCINT_INT_INT): Remove.
21673 (V16SF_V16SF_PCVOID_V16SI_HI_INT, V8DF_V8DF_PCVOID_V8SI_QI_INT)
21674 (V8SF_V8SF_PCVOID_V8DI_QI_INT, V8DF_V8DF_PCVOID_V8DI_QI_INT)
21675 (V16SI_V16SI_PCVOID_V16SI_HI_INT, V8DI_V8DI_PCVOID_V8SI_QI_INT)
21676 (V8SI_V8SI_PCVOID_V8DI_QI_INT, V8DI_V8DI_PCVOID_V8DI_QI_INT)
21677 (VOID_PVOID_HI_V16SI_V16SF_INT, VOID_PVOID_QI_V8SI_V8DF_INT)
21678 (VOID_PVOID_QI_V8DI_V8SF_INT, VOID_PVOID_QI_V8DI_V8DF_INT)
21679 (VOID_PVOID_HI_V16SI_V16SI_INT, VOID_PVOID_QI_V8SI_V8DI_INT)
21680 (VOID_PVOID_QI_V8DI_V8SI_INT, VOID_PVOID_QI_V8DI_V8DI_INT)
21681 (V2DF_V2DF_PCVOID_V4SI_QI_INT, V4DF_V4DF_PCVOID_V4SI_QI_INT)
21682 (V2DF_V2DF_PCVOID_V2DI_QI_INT, V4DF_V4DF_PCVOID_V4DI_QI_INT
21683 (V4SF_V4SF_PCVOID_V4SI_QI_INT, V8SF_V8SF_PCVOID_V8SI_QI_INT)
21684 (V4SF_V4SF_PCVOID_V2DI_QI_INT, V4SF_V4SF_PCVOID_V4DI_QI_INT)
21685 (V2DI_V2DI_PCVOID_V4SI_QI_INT, V4DI_V4DI_PCVOID_V4SI_QI_INT)
21686 (V2DI_V2DI_PCVOID_V2DI_QI_INT, V4DI_V4DI_PCVOID_V4DI_QI_INT)
21687 (V4SI_V4SI_PCVOID_V4SI_QI_INT, V8SI_V8SI_PCVOID_V8SI_QI_INT)
21688 (V4SI_V4SI_PCVOID_V2DI_QI_INT, V4SI_V4SI_PCVOID_V4DI_QI_INT)
21689 (VOID_PVOID_QI_V8SI_V8SF_INT, VOID_PVOID_QI_V4SI_V4SF_INT)
21690 (VOID_PVOID_QI_V4SI_V4DF_INT, VOID_PVOID_QI_V4SI_V2DF_INT)
21691 (VOID_PVOID_QI_V4DI_V4SF_INT, VOID_PVOID_QI_V2DI_V4SF_INT)
21692 (VOID_PVOID_QI_V4DI_V4DF_INT, VOID_PVOID_QI_V2DI_V2DF_INT)
21693 (VOID_PVOID_QI_V8SI_V8SI_INT, VOID_PVOID_QI_V4SI_V4SI_INT)
21694 (VOID_PVOID_QI_V4SI_V4DI_INT, VOID_PVOID_QI_V4SI_V2DI_INT)
21695 (VOID_PVOID_QI_V4DI_V4SI_INT, VOID_PVOID_QI_V2DI_V4SI_INT)
21696 (VOID_PVOID_QI_V4DI_V4DI_INT, VOID_PVOID_QI_V2DI_V2DI_INT)
21697 (VOID_QI_V8SI_PCVOID_INT_INT, VOID_HI_V16SI_PCVOID_INT_INT)
21698 (VOID_QI_V8DI_PCVOID_INT_INT): Add.
21699 * config/i386/i386.c (ix86_init_mmx_sse_builtins): Adjust builtin
21700 definitions accordingly.
21702 2017-01-17 Kito Cheng <kito.cheng@gmail.com>
21703 Kuan-Lin Chen <kuanlinchentw@gmail.com>
21706 * internal-fn.c (expand_mul_overflow): Use convert_modes instead of
21709 2017-01-17 Vladimir Makarov <vmakarov@redhat.com>
21712 * ira-conflicts.c (ira_build_conflicts): Update total conflict
21713 hard regs for inner regno.
21715 2017-01-17 Martin Liska <mliska@suse.cz>
21718 * ipa-polymorphic-call.c (contains_type_p): Fix wrong
21719 assumption and add comment.
21721 2017-01-17 Nathan Sidwell <nathan@acm.org>
21723 * ipa-visibility.c (localize_node): New function, broken out of ...
21724 (function_and_variable_visibility): ... here. Call it.
21726 2017-01-17 Jan Hubicka <hubicka@ucw.cz>
21728 PR middle-end/77445
21729 * tree-ssa-threadupdate.c (remove_ctrl_stmt_and_useless_edges):
21730 correctly set frequency of oudgoing edge.
21731 (duplicate_thread_path): Fix profile updating.
21733 2017-01-17 Jakub Jelinek <jakub@redhat.com>
21736 * configure.ac: Add GCC_BASE_VER.
21737 * Makefile.in (version): Use @get_gcc_base_ver@ instead of cat to get
21738 version from BASE-VER file.
21739 (CFLAGS-gcc.o): Add -DBASEVER=$(BASEVER_s).
21740 (gcc.o): Depend on $(BASEVER).
21741 * common.opt (dumpfullversion): New option.
21742 * gcc.c (driver_handle_option): Handle OPT_dumpfullversion.
21743 * doc/invoke.texi: Document -dumpfullversion.
21744 * doc/install.texi: Document --with-gcc-major-version-only.
21745 * configure: Regenerated.
21747 2017-01-17 Richard Biener <rguenther@suse.de>
21749 PR tree-optimization/71433
21750 * tree-vrp.c (register_new_assert_for): Merge same asserts
21751 on all incoming edges.
21752 (process_assert_insertions_for): Handle insertions at the
21755 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
21757 * config/i386/cygwin.h (LIBGCJ_SONAME): Remove.
21758 * config/i386/mingw32.h (LIBGCJ_SONAME): Remove.
21760 2017-01-17 Kaz Kojima <kkojima@gcc.gnu.org>
21763 * config/sh/sh.md (cmpeqsi_t+1): Call copy_rtx to avoid invalid
21766 2017-01-17 Alan Modra <amodra@gmail.com>
21769 * config/rs6000/rs6000.md (elf_high, elf_low): Disable when pic.
21770 * config/rs6000/rs6000.c (rs6000_emit_allocate_stack): Don't allow
21771 symbolic stack limit when pic.
21773 2017-01-16 Martin Sebor <msebor@redhat.com>
21775 PR tree-optimization/78608
21776 * gimple-ssa-sprintf.c (tree_digits): Avoid negating TYPE_MIN.
21778 2017-01-16 Jeff Law <law@redhat.com>
21781 2016-12-02 Tadek Kijkowski <tkijkowski@gmail.com>
21782 * Makefile.in (PREPROCESSOR_DEFINES): Add a level of indirection
21783 for several include directories that may be relative to sysroot.
21784 * config/i386/x-mingw32 (gplus_includedir): Define.
21785 (gplus_tool_includedir, gplus_backward_include_dir): Likewise.
21786 (native_system_includedir): Likewise.
21787 * config/i386/mingw32.h (STANDARD_STARTFILE_PREFIX_1): Do not
21788 override if TARGET_SYSTEM_ROOT is defined.
21789 (NATIVE_SYSTEM_HEADER_DIR): Likewise.
21791 PR tree-optimization/79090
21792 PR tree-optimization/33562
21793 PR tree-optimization/61912
21794 PR tree-optimization/77485
21795 * tree-ssa-dse.c (compute_trims): Accept STMT argument. Dump STMT
21796 and computed trims into the dump file.
21798 2017-01-17 Uros Bizjak <ubizjak@gmail.com>
21800 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Remove.
21802 2017-01-16 Jakub Jelinek <jakub@redhat.com>
21805 * gimplify.c (gimplify_init_constructor): If want_value and
21806 object == lhs, unshare lhs to avoid invalid tree sharing. Formatting
21810 * loop-doloop.c (doloop_modify): Call unshare_all_rtl_in_chain on
21811 sequence. Formatting fixes.
21812 (doloop_optimize): Formatting fixes.
21815 * gcc.c (debug_level_greater_than_spec_func): New function.
21816 (static_spec_functions): Add debug-level-gt spec function.
21817 (ASM_DEBUG_SPEC, cpp_options): Use %:debug-level-gt(0) instead of
21819 * config/darwin.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21820 * config/darwin9.h (DSYMUTIL_SPEC, ASM_DEBUG_SPEC): Likewise.
21821 * common.opt (g, gcoff, gdwarf, gdwarf-, ggdb, gno-pubnames,
21822 gpubnames, ggnu-pubnames, gno-record-gcc-switches,
21823 grecord-gcc-switches, gno-strict-dwarf, gstrict-dwarf, gstabs,
21824 gstabs+, gtoggle, gvms, gxcoff, gxcoff+): Add Driver flag.
21826 2017-01-16 Uros Bizjak <ubizjak@gmail.com>
21828 * config/i386/i386.h (HARD_REGNO_CALLER_SAVE_MODE): Apply HImode and
21829 QImode fixups to general and mask registers only.
21831 2017-01-16 Carl Love <cel@us.ibm.com>
21833 * config/rs6000/rs6000-c (altivec_overloaded_builtins): Add support
21834 for built-in functions
21835 vector signed char vec_nabs (vector signed char)
21836 vector signed short vec_nabs (vector signed short)
21837 vector signed int vec_nabs (vector signed int)
21838 vector signed long long vec_nabs (vector signed long long)
21839 vector float vec_nabs (vector float)
21840 vector double vec_nabs (vector double)
21841 * config/rs6000/rs6000-builtin.def: Add definitions for NABS functions
21843 * config/rs6000/altivec.md: New define_expand nabs<mode>2 types
21844 * config/rs6000/altivec.h: New define for vec_nabs built-in function.
21845 * doc/extend.texi: Update the documentation file for the new built-in
21848 2017-01-16 Martin Sebor <msebor@redhat.com>
21850 * gimple-ssa-sprintf.c (format_directive): Correct a typo in a warning
21853 2017-01-16 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
21855 * config/rs6000/rs6000.c (rtx_is_swappable_p): Change
21856 UNSPEC_VSX__XXSPLTD to require special splat handling.
21858 2017-01-16 David Malcolm <dmalcolm@redhat.com>
21861 * system.h: Poison strndup.
21863 2017-01-16 Alan Modra <amodra@gmail.com>
21866 * config/rs6000/rs6000.c (rs6000_legitimate_combined_insn): Don't
21869 2017-01-16 Georg-Johann Lay <avr@gjlay.de>
21871 * config/avr/avr.h (BRANCH_COST) [reload_completed]: Increase by 4.
21873 2017-01-15 Uros Bizjak <ubizjak@gmail.com>
21875 * config/i386/i386.c (ix86_legitimate_combined_insn): Do not
21876 call recog here. Assert that INSN_CODE (insn) is non-negative.
21878 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
21881 * cfgrtl.c (rtl_split_edge): Also patch jump insns that jump to the
21883 * haifa-sched.c (dump_insn_stream): Don't crash if there is a label
21884 in the currently scheduled RTL fragment.
21886 2017-01-15 Segher Boessenkool <segher@kernel.crashing.org>
21888 PR rtl-optimization/78751
21889 * ifcvt.c (find_cond_trap): If we generated a non-existing insn,
21892 2017-01-14 Jeff Law <law@redhat.com>
21894 PR tree-optimization/79090
21895 * tree-ssa-dse.c (valid_ao_ref_for_dse): Reject zero length and
21896 variable length stores.
21897 (compute_trims): Delete dead assignment to *trim_tail.
21898 (dse_dom_walker::dse_optimize_stmt): Optimize mem* calls with
21901 2017-01-14 Bernd Schmidt <bschmidt@redhat.com>
21903 PR rtl-optimization/78626
21904 PR rtl-optimization/78727
21905 * cprop.c (one_cprop_pass): Collect unconditional traps in the middle
21906 of a block, and split such blocks after everything else is finished.
21908 2017-01-14 Alan Modra <amodra@gmail.com>
21911 * combine.c (recog_for_combine_1): Set INSN_CODE before calling
21912 target legitimate_combined_insn.
21913 * config/rs6000/rs6000.c (TARGET_LEGITIMATE_COMBINED_INSN): Define.
21914 (rs6000_legitimate_combined_insn): New function.
21915 * config/rs6000/rs6000.md (UNSPEC_DOLOOP): Delete, and remove
21917 (ctr<mode>_internal3): Rename from *ctr<mode>_internal5.
21918 (ctr<mode>_internal4): Rename from *ctr<mode>_internal6.
21919 (ctr<mode>_internal1, ctr<mode>_internal2): Remove '*' from name.
21921 2017-01-14 Gerald Pfeifer <gerald@pfeifer.com>
21923 * doc/frontends.texi (G++ and GCC): Remove references to Java.
21925 2017-01-13 Jeff Law <law@redhat.com>
21927 PR tree-optimization/33562
21928 PR tree-optimization/61912
21929 PR tree-optimization/77485
21930 * tree-ssa-dse.c (delete_dead_call): Accept gsi rather than
21932 (delete_dead_assignment): Likewise.
21933 (dse_dom_walker::dse_optimize_stmt): Pass in the gsi rather than
21934 statement to delete_dead_call and delete_dead_assignment.
21936 2017-01-13 David Malcolm <dmalcolm@redhat.com>
21939 * substring-locations.c (format_warning_va): Strengthen case 1 so
21940 that both endpoints of the substring must be within the format
21941 range for just the substring to be printed.
21943 2017-01-13 Uros Bizjak <ubizjak@gmail.com>
21945 * config/i386/i386.opt (msgx): Use ix86_isa_flags2 variable.
21946 * config/i386/i386.c (ix86_target_string): Add missing options
21947 to isa_opts and reorder options by implied ISAs. Rename isa_opts2 to
21948 isa2_opts, ix86_flag_opts to flag2_opts, ix86_target_other to
21949 flags_other and ix86_target_other to flags2_other. Display unknown
21951 (ix86_valid_target_attribute_inner_p): Add missing options and
21952 reorder options by implied ISAs, as in ix86_target_string.
21954 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
21956 * hash-table.h (hash_table::too_empty_p): New function.
21957 (hash_table::expand): Use it.
21958 (hash_table::traverse): Likewise.
21959 (hash_table::empty_slot): Use sizeof (value_type) instead of
21960 sizeof (PTR) to convert bytes to elements. Shrink the table
21961 if the current size is excessive for the current number of
21964 2017-01-13 Richard Sandiford <richard.sandiford@arm.com>
21966 * ira-costs.c (record_reg_classes): Break from the inner loop
21967 early once alt_fail is known to be true. Update outer loop
21968 handling accordingly.
21970 2017-01-13 Jeff Law <law@redhat.com>
21972 * tree-ssa-dse.c (decrement_count): New function.
21973 (increment_start_addr, maybe_trim_memstar_call): Likewise.
21974 (dse_dom_walker::optimize_stmt): Call maybe_trim_memstar_call directly
21975 when we know the partially dead statement is a mem* function.
21977 PR tree-optimization/61912
21978 PR tree-optimization/77485
21979 * tree-ssa-dse.c: Include expr.h.
21980 (maybe_trim_constructor_store): New function.
21981 (maybe_trim_partially_dead_store): Call maybe_trim_constructor_store.
21983 PR tree-optimization/33562
21984 PR tree-optimization/61912
21985 PR tree-optimization/77485
21986 * doc/invoke.texi: Document new dse-max-object-size param.
21987 * params.def (PARM_DSE_MAX_OBJECT_SIZE): New PARAM.
21988 * tree-ssa-dse.c: Include params.h.
21989 (dse_store_status): New enum.
21990 (initialize_ao_ref_for_dse): New, partially extracted from
21992 (valid_ao_ref_for_dse, normalize_ref): New.
21993 (setup_live_bytes_from_ref, compute_trims): Likewise.
21994 (clear_bytes_written_by, maybe_trim_complex_store): Likewise.
21995 (maybe_trim_partially_dead_store): Likewise.
21996 (maybe_trim_complex_store): Likewise.
21997 (dse_classify_store): Renamed from dse_possibly_dead_store_p.
21998 Track what bytes live from the original store. Return tri-state
21999 for dead, partially dead or live.
22000 (dse_dom_walker): Add constructor, destructor and new private members.
22001 (delete_dead_call, delete_dead_assignment): New extracted from
22003 (dse_optimize_stmt): Make a member of dse_dom_walker.
22004 Use initialize_ao_ref_for_dse.
22006 PR tree-optimization/33562
22007 PR tree-optimization/61912
22008 PR tree-optimization/77485
22009 * sbitmap.h (bitmap_count_bits): Prototype.
22010 (bitmap_clear_range, bitmap_set_range): Likewise.
22011 * sbitmap.c (bitmap_clear_range): New function.
22012 (bitmap_set_range, sbitmap_popcount, bitmap_count_bits): Likewise.
22014 2017-01-13 Martin Liska <mliska@suse.cz>
22017 * function.c (set_cfun): Add new argument force.
22018 * function.h (set_cfun): Likewise.
22019 * ipa-inline-transform.c (inline_call): Use the function when
22020 strict alising from is dropped for function we inline to.
22022 2017-01-13 Richard Biener <rguenther@suse.de>
22024 * tree-pretty-print.c (dump_generic_node): Fix inverted condition
22025 for dumping GIMPLE INTEGER_CSTs.
22027 2017-01-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
22029 * config/sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__
22030 to 201112L since C++17.
22032 2017-01-13 Maxim Ostapenko <m.ostapenko@samsung.com>
22035 * asan.c (asan_needs_odr_indicator_p): Don't emit ODR indicators
22036 if -fsanitize=kernel-address is present.
22038 2017-01-13 Richard Biener <rguenther@suse.de>
22040 * tree-pretty-print.c (dump_generic_node): Dump INTEGER_CSTs
22041 as _Literal ( type ) number in case usual suffixes do not
22042 preserve all information.
22044 2017-01-13 Richard Biener <rguenther@suse.de>
22046 PR tree-optimization/77283
22047 * gimple-ssa-split-paths.c: Include gimple-ssa.h, tree-phinodes.h
22048 and ssa-iterators.h.
22049 (is_feasible_trace): Implement a cost model based on joiner
22052 2017-01-12 Michael Meissner <meissner@linux.vnet.ibm.com>
22055 * config/rs6000/rs6000.md (FP_ISA3): Do not optimize converting
22056 char or short to __float128/_Float128 directly.
22058 2017-01-12 Martin Sebor <msebor@redhat.com>
22060 to -Wformat-overflow.
22061 * gimple-ssa-sprintf.c (pass_sprintf_length::gate): Adjust.
22062 (min_bytes_remaining): Same.
22063 (get_string_length): Same.
22064 (format_string): Same.
22065 (format_directive): Same.
22067 (pass_sprintf_length::handle_gimple_call): Same.
22069 2017-01-12 Jakub Jelinek <jakub@redhat.com>
22071 * gimple-ssa-sprintf.c (try_substitute_return_value): Remove
22072 info.nowrite calls with no lhs that can't throw. Return bool
22073 whether gsi_remove has been called or not.
22074 (pass_sprintf_length::handle_gimple_call): Return bool whether
22075 try_substitute_return_value called gsi_remove. Formatting fix.
22076 (pass_sprintf_length::execute): Don't use gsi_remove if
22077 handle_gimple_call returned true.
22080 * cfgrtl.c (rtl_tidy_fallthru_edge): For any_uncondjump_p that can't
22081 be removed due to side-effects, don't remove following barrier nor
22082 turn the successor edge into fallthru edge.
22084 2017-01-12 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
22087 * config/rs6000/rs6000.c (insn_is_swappable_p): Mark
22088 element-reversing loads and stores as not swappable.
22090 2017-01-12 Nathan Sidwell <nathan@acm.org>
22091 Nicolai Stange <nicstange@gmail.com>
22093 * combine.c (try_combine): Don't ignore result of overlap checking
22094 loop. Combine overlap & asm check into single loop.
22096 2017-01-12 Richard Biener <rguenther@suse.de>
22098 * tree-pretty-print.c (dump_generic_node): Provide -gimple
22099 variant for MEM_REF. Sanitize INTEGER_CST for -gimple.
22101 2017-01-12 Richard Biener <rguenther@suse.de>
22103 * tree.c (initialize_tree_contains_struct): Make TS_OPTIMIZATION
22104 and TS_TARGET_OPTION directly derive from TS_BASE.
22105 * tree-core.h (tree_optimization_option): Derive from tree_base.
22106 (tree_target_option): Likewise.
22108 2017-01-11 Uros Bizjak <ubizjak@gmail.com>
22110 * config/i386/i386.c (memory_address_length): Increase len
22111 only when rip_relative_addr_p returns false.
22113 2017-01-11 Julia Koval <julia.koval@intel.com>
22115 * common/config/i386/i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.
22116 (OPTION_MASK_ISA_SGX_SET): New.
22117 (ix86_handle_option): Handle OPT_msgx.
22118 * config.gcc: Added sgxintrin.h.
22119 * config/i386/driver-i386.c (host_detect_local_cpu): Detect sgx.
22120 * config/i386/i386-c.c (ix86_target_macros_internal): Define __SGX__.
22121 * config/i386/i386.c (ix86_target_string): Add -msgx.
22123 (ix86_option_override_internal): Handle new options.
22124 (ix86_valid_target_attribute_inner_p): Add sgx.
22125 * config/i386/i386.h (TARGET_SGX, TARGET_SGX_P): New.
22126 * config/i386/i386.opt: Add msgx.
22127 * config/i386/sgxintrin.h: New file.
22128 * config/i386/x86intrin.h: Add sgxintrin.h.
22130 2017-01-11 Jakub Jelinek <jakub@redhat.com>
22133 * fold-const.c (maybe_nonzero_address): Return 1 for function
22135 (tree_single_nonzero_warnv_p): Don't handle function local objects
22139 * gcc.c (default_compilers): Don't add -o %g.s for -S -save-temps
22142 2017-01-11 David Malcolm <dmalcolm@redhat.com>
22145 * opts.c: Include "spellcheck.h"
22146 (struct string_fragment): New struct.
22147 (struct edit_distance_traits<const string_fragment &>): New
22149 (get_closest_sanitizer_option): New function.
22150 (parse_sanitizer_options): Offer suggestions for unrecognized arguments.
22152 2017-01-11 Jakub Jelinek <jakub@redhat.com>
22154 * dwarf2out.c (DWARF_COMPILE_UNIT_HEADER_SIZE): For DWARF5 decrease
22156 (DWARF_COMDAT_TYPE_UNIT_HEADER_SIZE): Always
22157 DWARF_COMPILE_UNIT_HEADER_SIZE plus 12.
22158 (DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE): Define.
22159 (calc_base_type_die_sizes): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE
22160 for initial die_offset if dwarf_split_debug_info.
22161 (output_comp_unit): Use DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE for
22162 initial next_die_offset if dwo_id is non-NULL. Don't emit padding
22164 (output_skeleton_debug_sections): Formatting fix. Use
22165 DWARF_COMPILE_UNIT_SKELETON_HEADER_SIZE instead of
22166 DWARF_COMPILE_UNIT_HEADER_SIZE. Don't emit padding.
22168 2017-01-11 Wilco Dijkstra <wdijkstr@arm.com>
22170 * config/arm/cortex-a53.md: Add bypasses for
22171 cortex_a53_r2f_cvt.
22172 (cortex_a53_r2f): Only use for transfers.
22173 (cortex_a53_f2r): Likewise.
22174 (cortex_a53_r2f_cvt): Add reservation for conversions.
22175 (cortex_a53_f2r_cvt): Likewise.
22177 2017-01-11 Tamar Christina <tamar.christina@arm.com>
22179 * config/arm/arm_neon.h: Add __artificial__ and gnu_inline
22180 to all inlined functions, change static to extern.
22182 2017-01-11 Christophe Lyon <christophe.lyon@linaro.org>
22185 * config/arm/arm.c (legitimize_pic_address): Handle reference to
22187 (arm_assemble_integer): Likewise.
22189 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
22191 * config.gcc: Use new awk script to check CPU, FPU and architecture
22192 parameters for --with-... options.
22193 * config/arm/parsecpu.awk: New file
22194 * config/arm/arm-cpus.in: New file.
22195 * config/arm/arm-opts.h: Include arm-cpu.h instead of processing .def
22197 * config/arm/arm.c: Include arm-cpu-data.h instead of processing .def
22199 * config/arm/t-arm: Update dependency rules.
22200 * common/config/arm/arm-common.c: Include arm-cpu-cdata.h instead
22201 of processing .def files.
22202 * config/arm/genopt.sh: Deleted.
22203 * config/arm/gentune.sh: Deleted.
22204 * config/arm/arm-cores.def: Deleted.
22205 * config/arm/arm-arches.def: Deleted.
22206 * config/arm/arm-fpus.def: Deleted.
22207 * config/arm/arm-tune.md: Regenerated.
22208 * config/arm/arm-tables.opt: Regenerated.
22209 * config/arm/arm-cpu.h: New generated file.
22210 * config/arm/arm-cpu-data.h: New generated file.
22211 * config/arm/arm-cpu-cdata.h: New generated file.
22213 2017-01-11 Maxim Ostapenko <m.ostapenko@samsung.com>
22216 * lto-cgraph.c (lto_output_varpool_node): Pack dynamically_initialized
22218 (input_varpool_node): Unpack dynamically_initialized bit.
22220 2017-01-11 Eric Botcazou <ebotcazou@adacore.com>
22222 PR rtl-optimization/79032
22223 * lra-constraints.c (simplify_operand_subreg): In the MEM case, test
22224 the alignment of the adjusted memory reference against that of MODE,
22225 instead of the alignment of the original memory reference.
22227 2017-01-11 Martin Jambor <mjambor@suse.cz>
22229 * hsa.c (hsa_callable_function_p): Revert addition of DECL_ARTIFICIAL
22231 * ipa-hsa.c (process_hsa_functions): Only duplicate non-artificial
22232 decorated functions.
22234 2017-01-11 Richard Biener <rguenther@suse.de>
22236 * tree-vrp.c (evrp_dom_walker::before_dom_children): Also
22237 set range/nonnull info for PHI results. Do not set it on
22238 stmts marked for removal.
22240 2017-01-10 Eric Botcazou <ebotcazou@adacore.com>
22242 * expr.c (store_field): In the bitfield case, fetch the return value
22243 from the registers before applying a single big-endian adjustment.
22244 Always do a final load for a BLKmode value not larger than a word.
22246 2017-01-10 David Malcolm <dmalcolm@redhat.com>
22249 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22250 that we correctly handle column numbers greater than
22251 LINE_MAP_MAX_COLUMN_NUMBER.
22253 2017-01-10 Martin Sebor <msebor@redhat.com>
22255 PR middle-end/78245
22256 * gimple-ssa-sprintf.c (get_destination_size): Call
22257 {init,fini}object_sizes.
22258 * tree-object-size.c (addr_object_size): Adjust.
22259 (pass_through_call): Adjust.
22260 (pass_object_sizes::execute): Adjust.
22261 * tree-object-size.h (fini_object_sizes): Declare.
22263 2017-01-10 Martin Sebor <msebor@redhat.com>
22265 PR tree-optimization/78775
22266 * builtins.c (get_size_range): Move...
22267 * calls.c: ...to here.
22268 (alloc_max_size): Accept zero argument.
22269 (operand_signed_p): Remove.
22270 (maybe_warn_alloc_args_overflow): Call get_size_range.
22271 * calls.h (get_size_range): Declare.
22273 2017-01-10 Joe Seymour <joe.s@somniumtech.com>
22275 * config/msp430/driver-msp430.c (msp430_mcu_data): Sync with data
22276 from TI's devices.csv file as of September 2016.
22277 * config/msp430/msp430.c (msp430_mcu_data): Likewise.
22279 2017-01-10 Sandra Loosemore <sandra@codesourcery.com>
22281 * doc/extend.texi: Tweak formatting to fix overfull hbox warnings.
22282 * doc/invoke.texi: Likewise.
22283 * doc/md.texi: Likewise.
22284 * doc/objc.texi: Likewise.
22286 2017-01-10 Joshua Conner <joshconner@google.com>
22288 * config/arm/fuchsia-elf.h: New file.
22289 * config/fuchsia.h: New file.
22290 * config.gcc (*-*-fuchsia*): Set native_system_header_dir.
22291 (aarch64*-*-fuchsia*, arm*-*-fuchsia*, x86_64-*-fuchsia*): Add to
22293 * config.host: (aarch64*-*-fuchsia*, arm*-*-fuchsia*): Add to hosts.
22295 2016-01-10 Richard Biener <rguenther@suse.de>
22297 PR tree-optimization/79034
22298 * tree-call-cdce.c (shrink_wrap_one_built_in_call_with_conds):
22299 Propagate out degenerate PHIs in the joiner.
22301 2017-01-10 Martin Liska <mliska@suse.cz>
22303 * ipa-icf.c (sort_sem_items_by_decl_uid): New function.
22304 (sort_congruence_classes_by_decl_uid): Likewise.
22305 (sort_congruence_class_groups_by_decl_uid): Likewise.
22306 (sem_item_optimizer::merge_classes): Sort class, groups in these
22307 classes and members in the groups by DECL_UID of declarations.
22308 This would make merge operations stable.
22310 2017-01-10 Martin Liska <mliska@suse.cz>
22312 * ipa-icf.c (sem_item_optimizer::sem_item_optimizer): Remove
22313 usage of m_classes_vec.
22314 (sem_item_optimizer::~sem_item_optimizer): Likewise.
22315 (sem_item_optimizer::get_group_by_hash): Likewise.
22316 (sem_item_optimizer::subdivide_classes_by_equality): Likewise.
22317 (sem_item_optimizer::subdivide_classes_by_sensitive_refs): Likewise.
22318 (sem_item_optimizer::verify_classes): Likewise.
22319 (sem_item_optimizer::process_cong_reduction): Likewise.
22320 (sem_item_optimizer::dump_cong_classes): Likewise.
22321 (sem_item_optimizer::merge_classes): Likewise.
22322 * ipa-icf.h (congruence_class_hash): Rename from
22323 congruence_class_group_hash. Remove declaration of m_classes_vec.
22325 2017-01-10 Andrew Senkevich <andrew.senkevich@intel.com>
22327 * common/config/i386/i386-common.c (OPTION_MASK_ISA_AVX512VPOPCNTDQ_SET,
22328 OPTION_MASK_ISA_AVX512VPOPCNTDQ_UNSET): New.
22329 * config.gcc: Add avx512vpopcntdqintrin.h.
22330 * config/i386/avx512vpopcntdqintrin.h: New.
22331 * config/i386/cpuid.h (bit_AVX512VPOPCNTDQ): New.
22332 * config/i386/i386-builtin-types.def: Add new types.
22333 * config/i386/i386-builtin.def (__builtin_ia32_vpopcountd_v16si,
22334 __builtin_ia32_vpopcountd_v16si_mask, __builtin_ia32_vpopcountq_v8di,
22335 __builtin_ia32_vpopcountq_v8di_mask): New.
22336 * config/i386/i386-c.c (ix86_target_macros_internal): Define
22337 __AVX512VPOPCNTDQ__.
22338 * config/i386/i386.c (ix86_target_string): Add -mavx512vpopcntdq.
22339 (PTA_AVX512VPOPCNTDQ): Define.
22340 * config/i386/i386.h (TARGET_AVX512VPOPCNTDQ,
22341 TARGET_AVX512VPOPCNTDQ_P): Define.
22342 * config/i386/i386.opt: Add mavx512vpopcntdq.
22343 * config/i386/immintrin.h: Include avx512vpopcntdqintrin.h.
22344 * config/i386/sse.md (define_insn "vpopcount<mode><mask_name>"): New.
22346 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
22348 PR middle-end/77484
22349 * predict.def (PRED_CALL): Set to 67.
22351 2017-01-09 Eric Botcazou <ebotcazou@adacore.com>
22353 * expr.c (store_field): In the bitfield case, if the value comes from
22354 a function call and is of an aggregate type returned in registers, do
22355 not modify the field mode; extract the value in all cases if the mode
22356 is BLKmode and the size is not larger than a word.
22358 2017-01-09 Dominique d'Humieres <dominiq@lps.ens.fr>
22361 * config/i386/cpuid.h: Fix undefined behavior.
22363 2017-01-04 Jeff Law <law@redhat.com>
22365 PR tree-optimization/79007
22366 PR tree-optimization/67955
22367 * tree-ssa-alias.c (same_addr_size_stores_p): Only need to be
22368 conservative for pt.null when flag_non_call_exceptions is on.
22370 2017-01-09 Jakub Jelinek <jakub@redhat.com>
22372 PR translation/79019
22373 PR translation/79020
22374 * params.def (PARAM_INLINE_MIN_SPEEDUP,
22375 PARAM_IPA_CP_SINGLE_CALL_PENALTY,
22376 PARAM_USE_AFTER_SCOPE_DIRECT_EMISSION_THRESHOLD): Fix typos
22378 * config/avr/avr.opt (maccumulate-args): Likewise.
22379 * config/msp430/msp430.opt (mwarn-mcu): Likewise.
22380 * common.opt (freport-bug): Likewise.
22381 * cif-code.def (CIF_FINAL_ERROR): Likewise.
22382 * doc/invoke.texi (ipa-cp-single-call-penalty): Likewise.
22383 * config/s390/s390.c (s390_invalid_binary_op): Fix spelling in
22384 translatable string.
22385 * config/i386/i386.c (function_value_32): Likewise.
22386 * config/nios2/nios2.c (nios2_valid_target_attribute_rec): Likewise.
22387 * config/msp430/msp430.c (msp430_option_override, msp430_attr):
22389 * config/msp430/driver-msp430.c (msp430_select_hwmult_lib): Likewise.
22390 * common/config/msp430/msp430-common.c (msp430_handle_option):
22392 * symtab.c (symtab_node::verify_base): Likewise.
22393 * opts.c (set_debug_level): Likewise.
22394 * tree.c (verify_type_variant): Likewise. Fix typo in comment.
22395 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
22396 missing whitespace to translatable strings.
22397 * config/avr/avr.md (bswapsi2): Fix typo in comment.
22398 * config/sh/superh.h: Likewise.
22399 * config/i386/xopintrin.h: Likewise.
22400 * config/i386/znver1.md: Likewise.
22401 * config/rs6000/rs6000.c (struct rs6000_opt_mask): Likewise.
22402 * ipa-inline-analysis.c (compute_inline_parameters): Likewise.
22403 * double-int.h (struct double_int): Likewise.
22404 * double-int.c (div_and_round_double): Likewise.
22405 * wide-int.cc: Likewise.
22406 * tree-ssa.c (non_rewritable_mem_ref_base): Likewise.
22407 * tree-ssa-sccvn.c (vn_reference_lookup_3): Likewise.
22408 * cfgcleanup.c (crossjumps_occured): Renamed to ...
22409 (crossjumps_occurred): ... this.
22410 (try_crossjump_bb, try_head_merge_bb, try_optimize_cfg, cleanup_cfg):
22413 PR tree-optimization/78899
22414 * tree-if-conv.c (version_loop_for_if_conversion): Instead of
22415 returning bool return struct loop *, NULL for failure and the new
22417 (versionable_outer_loop_p): Don't version outer loop if it has
22418 dont_vectorized bit set.
22419 (tree_if_conversion): When versioning outer loop, ensure
22420 tree_if_conversion is performed also on the inner loop of the
22421 non-vectorizable outer loop copy.
22422 * tree-vectorizer.c (set_uid_loop_bbs): Formatting fix. Fold
22423 LOOP_VECTORIZED in inner loop of the scalar outer loop and
22424 prevent vectorization of it.
22425 (vectorize_loops): For outer + inner LOOP_VECTORIZED, ensure
22426 the outer loop vectorization of the non-scalar version is attempted
22427 before vectorization of the inner loop in scalar version. If
22428 outer LOOP_VECTORIZED guarded loop is not vectorized, prevent
22429 vectorization of its inner loop.
22430 * tree-vect-loop-manip.c (rename_variables_in_bb): If outer_loop
22431 has 2 inner loops, rename also on edges from bb whose single pred
22432 is outer_loop->header. Fix typo in function comment.
22434 2017-01-09 Martin Sebor <msebor@redhat.com>
22437 * asan.c (asan_emit_stack_protection): Increase local buffer size
22438 to avoid snprintf truncation warning.
22440 2017-01-09 Andrew Pinski <apinski@cavium.com>
22442 * config/aarch64/aarch64-cores.def: Add thunderx2t99. Change vulcan
22443 to reference thunderx2t99 for the tuning structure
22444 * config/aarch64/aarch64-cost-tables.h (vulcan_extra_costs):
22446 (thunderx2t99_extra_costs): This.
22447 * config/aarch64/aarch64-tune.md: Regenerate.
22448 * config/aarch64/aarch64.c (vulcan_addrcost_table): Rename to ...
22449 (vulcan_addrcost_table): This.
22450 (vulcan_regmove_cost): Rename to ...
22451 (thunderx2t99_regmove_cost): This.
22452 (vulcan_vector_cost): Rename to ...
22453 (thunderx2t99_vector_cost): this.
22454 (vulcan_branch_cost): Rename to ...
22455 (thunderx2t99_branch_cost): This.
22456 (vulcan_tunings): Rename to ...
22457 (thunderx2t99_tunings): This and s/vulcan/thunderx2t99 .
22458 * doc/invoke.texi (AARCH64/mtune): Add thunderx2t99.
22460 2017-01-09 Martin Jambor <mjambor@suse.cz>
22464 * ipa-prop.h (ipa_jump_func): Swap positions of vr_known and m_vr.
22465 * ipa-cp.c (ipa_vr_operation_and_type_effects): New function.
22466 (propagate_vr_accross_jump_function): Use the above function for all
22467 value range computations for pass-through jump functions and type
22468 converasion from explicit value range values.
22469 (ipcp_propagate_stage): Do not attempt to deduce types of formal
22470 parameters from TYPE_ARG_TYPES.
22471 * ipa-prop.c (ipa_write_jump_function): Remove trailing whitespace.
22472 (ipa_write_node_info): Stream type of the actual argument.
22473 (ipa_read_node_info): Likewise. Also remove trailing whitespace.
22475 2017-01-09 Martin Liska <mliska@suse.cz>
22478 * gcc.c (driver_handle_option): Handle OPT_E and set have_E.
22479 (lookup_compiler): Do not show error message with have_E.
22481 2017-01-09 Jakub Jelinek <jakub@redhat.com>
22483 PR tree-optimization/78938
22484 * tree-vect-stmts.c (vectorizable_condition): For non-masked COND_EXPR
22485 where comp_vectype is VECTOR_BOOLEAN_TYPE_P, use
22486 BIT_{NOT,XOR,AND,IOR}_EXPR on the comparison operands instead of
22487 {EQ,NE,GE,GT,LE,LT}_EXPR directly inside of VEC_COND_EXPR. Formatting
22490 2017-01-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
22492 * tree-ssa-address.c (gen_addr_rtx): Don't handle index if it
22495 2017-01-09 Richard Biener <rguenther@suse.de>
22497 PR tree-optimization/78997
22498 * tree-vect-slp.c (vect_mask_constant_operand_p): Handle SSA
22499 name condition properly.
22501 2017-01-09 Richard Biener <rguenther@suse.de>
22504 * dwarf2out.c (is_cxx): New overload with context.
22505 (is_naming_typedef_decl): Use it.
22507 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
22509 * invoke.texi (Option Summary): Correct spacing in option lists
22510 and add line breaks to fix over-long lines.
22512 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
22514 PR middle-end/17660
22516 * extend.texi (Common Variable Attributes): Add xref to GCC
22517 Internals manual to explain mode attribute keywords.
22519 2017-01-08 Sandra Loosemore <sandra@codesourcery.com>
22522 * doc/invoke.texi (Option Summary): Move -pthread to Linker Options
22523 and Preprocessor Options.
22524 (Options for Linking): Document -pthread here....
22525 (RS/6000 and PowerPC Options): ...not here.
22526 (Solaris 2 Options): ...or here.
22527 * doc/cppopts.texi: Document -pthread.
22529 2017-01-08 Martin Sebor <msebor@redhat.com>
22531 PR middle-end/77708
22532 * doc/invoke.texi (Warning Options): Document -Wformat-truncation.
22533 * gimple-ssa-sprintf.c (call_info::reval_used, call_info::warnopt):
22534 New member functions.
22535 (format_directive): Used them.
22537 (pass_sprintf_length::handle_gimple_call): Same.
22538 * graphite-sese-to-poly.c (tree_int_to_gmp): Increase buffer size
22539 to avoid truncation for any argument.
22540 (extract_affine_mul): Same.
22541 * tree.c (get_file_function_name): Same.
22543 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
22545 PR middle-end/77484
22546 * predict.def (PRED_INDIR_CALL): Set to 86.
22548 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
22550 PR preprocessor/54124
22551 * doc/cppopts.texi: Reformat -d subtable to list the full name
22552 of the options. Add cross-reference to the docs for the general
22553 compiler -d options.
22554 * doc/invoke.texi (Developer Options): Add cross-reference to the
22555 preprocessor-specific -d option documentation.
22557 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
22559 PR preprocessor/13498
22560 * doc/cpp.texi (Search Path): Rewrite to remove obsolete and
22561 redudant material, and reflect new command-line options.
22562 (System Headers): Likewise.
22564 2017-01-07 Sandra Loosemore <sandra@codesourcery.com>
22566 * doc/cppdiropts.texi: Merge documentation of -I, -iquote,
22567 -isystem, and -idirafter. Copy-edit.
22568 * doc/cppopts.texi: Copy-edit. Remove contradiction about
22569 default for -ftrack-macro-expansion. Delete obsolete and
22570 badly-formatted implementation details about -fdebug-cpp output.
22571 * doc/cppwarnopts.texi: Copy-edit.
22573 2017-01-07 David Malcolm <dmalcolm@redhat.com>
22576 * input.c (selftest::test_accessing_ordinary_linemaps): Verify
22577 that the transition from a max line width >= 1<<10 to narrower
22578 lines works correctly.
22580 2017-01-07 Alexandre Oliva <aoliva@redhat.com>
22582 * doc/options.texi (PerFunction): New.
22583 * opt-functions.awk (switch_flags): Map both Optimization and
22584 PerFunction to CL_OPTIMIZATION.
22585 * opth-gen.awk: Test for PerFunction flag along with
22587 * optc-save-gen.awk: Likewise. Introduce var_opt_hash and set
22588 it only when the latter is present. Skip those that don't in
22589 the hash function generator.
22590 * common.opt (fvar-tracking): Mark as PerFunction instead of
22592 (fvar-tracking-assignments): Likewise.
22593 (fvar-tracking-assignments-toggle): Likewise.
22594 (fvar-tracking-uninit): Likewise.
22596 2017-01-07 Jakub Jelinek <jakub@redhat.com>
22598 PR translation/79018
22599 * params.def (PARAM_MAX_STORES_TO_MERGE): Add missing space between
22602 2017-01-06 Mikael Pettersson <mikpelinux@gmail.com>
22605 * config/m68k/m68k.opt (LONG_JUMP_TABLE_OFFSETS): New option.
22606 * config/m68k/linux.h (ASM_RETURN_CASE_JUMP): Handle
22607 TARGET_LONG_JUMP_TABLE_OFFSETS.
22608 * config/m68k/m68kelf.h (ASM_RETURN_CASE_JUMP): Likewise.
22609 * config/m68k/netbsd-elf.h (ASM_RETURN_CASE_JUMP): Likewise.
22610 * config/m68k/m68k.h (CASE_VECTOR_MODE): Likewise.
22611 (ASM_OUTPUT_ADDR_DIFF_ELF): Likewise.
22612 * config/m68k/m68k.md (tablejump expander): Likewise.
22613 (*tablejump_pcrel_hi): Renamed from unnamed insn, reject
22614 TARGET_LONG_JUMP_TABLE_OFFSETS.
22615 (*tablejump_pcrel_si): New insn, handle TARGET_LONG_JUMP_TABLE_OFFSETS.
22616 * doc/invoke.texi (M68K options): Add -mlong-jump-table-offsets.
22618 2017-01-06 Edgar E. Iglesias <edgar.iglesias@xilinx.com>
22619 David Holsgrove <david.holsgrove@xilinx.com>
22621 * common/config/microblaze/microblaze-common.c
22622 (TARGET_EXCEPT_UNWIND_INFO): Remove.
22623 * config/microblaze/microblaze-protos.h (microblaze_eh_return):
22625 * config/microblaze/microblaze.c (microblaze_must_save_register)
22626 (microblaze_expand_epilogue, microblaze_return_addr): Handle
22628 (microblaze_eh_return): New function.
22629 * config/microblaze/microblaze.h (RETURN_ADDR_OFFSET)
22630 (EH_RETURN_DATA_REGNO, MB_EH_STACKADJ_REGNUM)
22631 (EH_RETURN_STACKADJ_RTX, ASM_PREFERRED_EH_DATA_FORMAT): New macros.
22632 * config/microblaze/microblaze.md (eh_return): New pattern.
22634 2017-01-06 Jakub Jelinek <jakub@redhat.com>
22636 * system.h (GCC_DIAGNOSTIC_PUSH_IGNORED, GCC_DIAGNOSTIC_POP,
22637 GCC_DIAGNOSTIC_STRINGIFY): Define.
22639 * read-rtl.c (rtx_reader::read_rtx_code): Avoid -Wsign-compare warning.
22641 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
22643 * config/arm/arm.md (<mcrr>): New.
22645 * config/arm/arm.c (arm_arch5te): New.
22646 (arm_option_override): Set arm_arch5te.
22647 (arm_coproc_builtin_available): Add support for mcrr, mcrr2, mrrc
22649 * config/arm/arm-builtins.c (MCRR_QUALIFIERS): Define to...
22650 (arm_mcrr_qualifiers): ... this. New.
22651 (MRRC_QUALIFIERS): Define to...
22652 (arm_mrrc_qualifiers): ... this. New.
22653 * config/arm/arm_acle.h (__arm_mcrr, __arm_mcrr2, __arm_mrrc,
22655 * config/arm/arm_acle_builtins.def (mcrr, mcrr2, mrrc, mrrc2): New.
22656 * config/arm/iterators.md (MCRRI, mcrr, MCRR): New.
22657 (MRRCI, mrrc, MRRC): New.
22658 * config/arm/unspecs.md (VUNSPEC_MCRR, VUNSPEC_MCRR2, VUNSPEC_MRRC,
22659 VUNSPEC_MRRC2): New.
22661 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
22663 * config/arm/arm.md (<mcr>): New.
22665 * config/arm/arm.c (arm_coproc_builtin_available): Add
22666 support for mcr, mrc, mcr2 and mrc2.
22667 * config/arm/arm-builtins.c (MCR_QUALIFIERS): Define to...
22668 (arm_mcr_qualifiers): ... this. New.
22669 (MRC_QUALIFIERS): Define to ...
22670 (arm_mrc_qualifiers): ... this. New.
22671 (MCR_QUALIFIERS): Define to ...
22672 (arm_mcr_qualifiers): ... this. New.
22673 * config/arm/arm_acle.h (__arm_mcr, __arm_mrc, __arm_mcr2,
22675 * config/arm/arm_acle_builtins.def (mcr, mcr2, mrc, mrc2): New.
22676 * config/arm/iterators.md (MCRI, mcr, MCR, MRCI, mrc, MRC): New.
22677 * config/arm/unspecs.md (VUNSPEC_MCR, VUNSPEC_MCR2, VUNSPEC_MRC,
22678 VUNSPEC_MRC2): New.
22680 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
22682 * config/arm/arm.md (*ldc): New.
22686 * config/arm/arm.c (arm_coproc_builtin_available): Add
22687 support for ldc,ldcl,stc,stcl,ldc2,ldc2l,stc2 and stc2l.
22688 (arm_coproc_ldc_stc_legitimate_address): New.
22689 * config/arm/arm-builtins.c (arm_type_qualifiers): Add
22690 'qualifier_const_pointer'.
22691 (LDC_QUALIFIERS): Define to...
22692 (arm_ldc_qualifiers): ... this. New.
22693 (STC_QUALIFIERS): Define to...
22694 (arm_stc_qualifiers): ... this. New.
22695 * config/arm/arm-protos.h
22696 (arm_coproc_ldc_stc_legitimate_address): New.
22697 * config/arm/arm_acle.h (__arm_ldc, __arm_ldcl, __arm_stc,
22698 __arm_stcl, __arm_ldc2, __arm_ldc2l, __arm_stc2, __arm_stc2l): New.
22699 * config/arm/arm_acle_builtins.def (ldc, ldc2, ldcl, ldc2l, stc,
22700 stc2, stcl, stc2l): New.
22701 * config/arm/constraints.md (Uz): New.
22702 * config/arm/iterators.md (LDCI, STCI, ldc, stc, LDC STC): New.
22703 * config/arm/unspecs.md (VUNSPEC_LDC, VUNSPEC_LDC2, VUNSPEC_LDCL,
22704 VUNSPEC_LDC2L, VUNSPEC_STC, VUNSPEC_STC2, VUNSPEC_STCL,
22705 VUNSPEC_STC2L): New.
22707 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
22709 * config/arm/arm.md (<cdp>): New.
22710 * config/arm/arm.c (neon_const_bounds): Rename this ...
22711 (arm_const_bounds): ... this.
22712 (arm_coproc_builtin_available): New.
22713 * config/arm/arm-builtins.c (SIMD_MAX_BUILTIN_ARGS): Increase.
22714 (arm_type_qualifiers): Add 'qualifier_unsigned_immediate'.
22715 (CDP_QUALIFIERS): Define to...
22716 (arm_cdp_qualifiers): ... this. New.
22718 (arm_expand_builtin_args): Add case for 6 arguments.
22719 * config/arm/arm-protos.h (neon_const_bounds): Rename this ...
22720 (arm_const_bounds): ... this.
22721 (arm_coproc_builtin_available): New.
22722 * config/arm/arm_acle.h (__arm_cdp): New.
22724 * config/arm/arm_acle_builtins.def (cdp): New.
22726 * config/arm/iterators.md (CDPI,CDP,cdp): New.
22727 * config/arm/neon.md: Rename all 'neon_const_bounds' to
22728 'arm_const_bounds'.
22729 * config/arm/types.md (coproc): New.
22730 * config/arm/unspecs.md (VUNSPEC_CDP, VUNSPEC_CDP2): New.
22731 * doc/extend.texi (ACLE): Add a mention of Coprocessor intrinsics.
22732 * doc/sourcebuild.texi (arm_coproc1_ok, arm_coproc2_ok,
22733 arm_coproc3_ok, arm_coproc4_ok): Document new effective targets.
22735 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
22737 * config/arm/arm-builtins.c (arm_unsigned_binop_qualifiers): New.
22738 (UBINOP_QUALIFIERS): New.
22740 (acle_builtin_data): New. Change comment.
22741 (arm_builtins): Remove ARM_BUILTIN_CRC32B, ARM_BUILTIN_CRC32H,
22742 ARM_BUILTIN_CRC32W, ARM_BUILTIN_CRC32CB, ARM_BUILTIN_CRC32CH,
22743 ARM_BUILTIN_CRC32CW. Add ARM_BUILTIN_ACLE_BASE and include
22744 arm_acle_builtins.def.
22745 (ARM_BUILTIN_ACLE_PATTERN_START): Define.
22746 (arm_init_acle_builtins): New.
22747 (CRC32_BUILTIN): Remove.
22748 (bdesc_2arg): Remove entries for crc32b, crc32h, crc32w,
22749 crc32cb, crc32ch and crc32cw.
22750 (arm_init_crc32_builtins): Remove.
22751 (arm_init_builtins): Use arm_init_acle_builtins rather
22752 than arm_init_crc32_builtins.
22753 (arm_expand_acle_builtin): New.
22754 (arm_expand_builtin): Use 'arm_expand_acle_builtin'.
22755 * config/arm/arm_acle_builtins.def: New.
22757 2017-01-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
22759 * config/arm/arm-builtins.c (neon_builtin_datum): Rename to ..
22760 (arm_builtin_datum): ... this.
22761 (arm_init_neon_builtin): Rename to ...
22762 (arm_init_builtin): ... this. Add a new parameters PREFIX
22763 and USE_SIG_IN_NAME.
22764 (arm_init_neon_builtins): Replace 'arm_init_neon_builtin' with
22765 'arm_init_builtin'. Replace type 'neon_builtin_datum' with
22766 'arm_builtin_datum'.
22767 (arm_init_vfp_builtins): Likewise.
22768 (builtin_arg): Rename enum's replacing 'NEON_ARG' with
22769 'ARG_BUILTIN' and add a 'ARG_BUILTIN_NEON_MEMORY.
22770 (arm_expand_neon_args): Rename to ...
22771 (arm_expand_builtin_args): ... this. Rename builtin_arg
22772 enum values and differentiate between ARG_BUILTIN_MEMORY
22773 and ARG_BUILTIN_NEON_MEMORY.
22774 (arm_expand_neon_builtin_1): Rename to ...
22775 (arm_expand_builtin_1): ... this. Rename builtin_arg enum
22776 values, arm_expand_builtin_args and add bool parameter NEON.
22777 (arm_expand_neon_builtin): Use arm_expand_builtin_1.
22778 (arm_expand_vfp_builtin): Likewise.
22779 (NEON_MAX_BUILTIN_ARGS): Remove, it was unused.
22781 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
22783 PR middle-end/77484
22784 * predict.def (PRED_POLYMORPHIC_CALL): Set to 59.
22785 * predict.c (tree_estimate_probability_bb): Reverse direction of
22786 polymorphic call predictor.
22788 2017-01-06 David Malcolm <dmalcolm@redhat.com>
22790 * passes.c (execute_one_pass): Split out pass-skipping logic into...
22791 (determine_pass_name_match): ...this new function and...
22792 (should_skip_pass_p): ...this new function.
22794 2017-01-06 Nathan Sidwell <nathan@acm.org>
22796 * ipa-visibility.c (function_and_variable_visibility): Reformat
22797 comments and long lines. Remove extrneous if.
22798 * symtab.c (symtab_node::make_decl_local): Fix code format.
22799 (symtab_node::set_section_for_node): Fix comment typo.
22801 2017-01-06 Martin Liska <mliska@suse.cz>
22804 * lra-constraints.c: Rename invariant to lra_invariant.
22805 * predict.c (set_even_probabilities): Initialize e to NULL.
22807 2017-01-05 Martin Sebor <msebor@redhat.com>
22809 PR tree-optimization/78910
22810 * gimple-ssa-sprintf.c (tree_digits): Add an argument.
22811 (format_integer): Correct off-by-one error in the handling
22812 of precision with negative numbers in signed conversions..
22814 2017-01-05 Eric Botcazou <ebotcazou@adacore.com>
22816 * doc/invoke.texi (C Dialect Options): Adjust -fsso-struct entry.
22818 2017-01-05 Jakub Jelinek <jakub@redhat.com>
22820 PR tree-optimization/71016
22821 * tree-ssa-phiopt.c (tree_ssa_phiopt_worker): Pass cond_stmt to
22822 factor_out_conditional_conversion. Formatting fix.
22823 (factor_out_conditional_conversion): Add cond_stmt argument.
22824 If arg1 is INTEGER_CST, punt if new_arg0 is not any operand of
22825 cond_stmt and if arg0_def_stmt is not the only stmt in its bb.
22828 2017-01-05 David Malcolm <dmalcolm@redhat.com>
22830 * Makefile.in (OBJS): Add read-md.o, read-rtl.o,
22831 read-rtl-function.o, and selftest-rtl.o.
22832 * config/aarch64/aarch64.c: Include selftest.h and selftest-rtl.h.
22833 (selftest::aarch64_test_loading_full_dump): New function.
22834 (selftest::aarch64_run_selftests): New function.
22835 (TARGET_RUN_TARGET_SELFTESTS): Wire it up to
22836 selftest::aarch64_run_selftests.
22837 * config/i386/i386.c
22838 (selftest::ix86_test_loading_dump_fragment_1): New function.
22839 (selftest::ix86_test_loading_call_insn): New function.
22840 (selftest::ix86_test_loading_full_dump): New function.
22841 (selftest::ix86_test_loading_unspec): New function.
22842 (selftest::ix86_run_selftests): Call the new functions.
22843 * emit-rtl.c (maybe_set_max_label_num): New function.
22844 * emit-rtl.h (maybe_set_max_label_num): New decl.
22845 * function.c (instantiate_decls): Guard call to
22846 instantiate_decls_1 with if (DECL_INITIAL (fndecl)).
22847 * function-tests.c (selftest::verify_three_block_rtl_cfg): Remove
22849 * gensupport.c (gen_reader::gen_reader): Pass "false"
22850 for new "compact" param of rtx_reader.
22851 * print-rtl.c (rtx_writer::print_rtx_operand): Print "(nil)"
22852 rather than an empty string for NULL strings.
22853 * read-md.c: Potentially include config.h rather than bconfig.h.
22854 Wrap include of errors.h with #ifdef GENERATOR_FILE.
22855 (have_error): New global, copied from errors.c.
22856 (md_reader::read_name): Rename to...
22857 (md_reader::read_name_1): ...this, adding "out_loc" param,
22858 and converting "missing name or number" to returning false, rather
22860 (md_reader::read_name): Reimplement in terms of read_name_1.
22861 (md_reader::read_name_or_nil): New function.
22862 (md_reader::read_string): Handle "(nil)" by returning NULL.
22863 (md_reader::md_reader): Add new param "compact".
22864 (md_reader::read_md_files): Wrap with #ifdef GENERATOR_FILE.
22865 (md_reader::read_file): New method.
22866 * read-md.h (md_reader::md_reader): Add new param "compact".
22867 (md_reader::read_file): New method.
22868 (md_reader::is_compact): New accessor.
22869 (md_reader::read_name): Convert return type from void to file_location.
22870 (md_reader::read_name_or_nil): New decl.
22871 (md_reader::read_name_1): New decl.
22872 (md_reader::m_compact): New field.
22873 (noop_reader::noop_reader): Pass "false" for new "compact" param
22875 (rtx_reader::rtx_reader): Add new "compact" param.
22876 (rtx_reader::read_rtx_operand): Make virtual and convert return
22877 type from void to rtx.
22878 (rtx_reader::read_until): New decl.
22879 (rtx_reader::handle_any_trailing_information): New virtual function.
22880 (rtx_reader::postprocess): New virtual function.
22881 (rtx_reader::finalize_string): New virtual function.
22882 (rtx_reader::m_in_call_function_usage): New field.
22883 (rtx_reader::m_reuse_rtx_by_id): New field.
22884 * read-rtl-function.c: New file.
22885 * selftest-rtl.c (selftest::assert_rtx_ptr_eq_at): New function.
22886 * selftest-rtl.h (ASSERT_RTX_PTR_EQ): New macro.
22887 (selftest::verify_three_block_rtl_cfg): New decl.
22888 * read-rtl-function.h: New file.
22889 * read-rtl.c: Potentially include config.h rather than bconfig.h.
22890 For host, include function.h, memmodel.h, and emit-rtl.h.
22891 (one_time_initialization): New function.
22892 (struct compact_insn_name): New struct.
22893 (compact_insn_names): New array.
22894 (find_code): Handle insn codes in compact dumps.
22895 (apply_subst_iterator): Wrap with #ifdef GENERATOR_FILE.
22896 (bind_subst_iter_and_attr): Likewise.
22897 (add_condition_to_string): Likewise.
22898 (add_condition_to_rtx): Likewise.
22899 (apply_attribute_uses): Likewise.
22900 (add_current_iterators): Likewise.
22901 (apply_iterators): Likewise.
22902 (initialize_iterators): Guard usage of apply_subst_iterator with
22903 #ifdef GENERATOR_FILE.
22904 (read_conditions): Wrap with #ifdef GENERATOR_FILE.
22905 (md_reader::read_mapping): Likewise.
22906 (add_define_attr_for_define_subst): Likewise.
22907 (add_define_subst_attr): Likewise.
22908 (read_subst_mapping): Likewise.
22909 (check_code_iterator): Likewise.
22910 (rtx_reader::read_rtx): Likewise. Move one-time initialization
22912 (one_time_initialization): New function.
22913 (rtx_reader::read_until): New method.
22914 (read_flags): New function.
22915 (parse_reg_note_name): New function.
22916 (rtx_reader::read_rtx_code): Initialize "iterator" to NULL.
22917 Handle reuse_rtx ids.
22918 Wrap iterator lookup within #ifdef GENERATOR_FILE.
22919 Add parsing support for RTL dumps, mirroring the special-cases in
22920 print_rtx, by calling read_flags, reading REG_NOTE names, INSN_UID
22921 values, and calling handle_any_trailing_information.
22922 (rtx_reader::read_rtx_operand): Convert return type from void
22923 to rtx, returning return_rtx. Handle case 'e'. Call
22924 finalize_string on XSTR and XTMPL fields.
22925 (rtx_reader::read_nested_rtx): Handle dumps in which trailing
22926 "(nil)" values were omitted. Call the postprocess vfunc on the
22928 (rtx_reader::rtx_reader): Add new "compact" param and pass to base
22929 class ctor. Initialize m_in_call_function_usage. Call
22930 one_time_initialization.
22931 * rtl-tests.c (selftest::test_uncond_jump): Call
22932 set_new_first_and_last_insn.
22933 * rtl.h (read_rtx): Wrap decl with #ifdef GENERATOR_FILE.
22934 * selftest-rtl.c: New file.
22935 * selftest-rtl.h (class selftest::rtl_dump_test): New class.
22936 (selftest::get_insn_by_uid): New decl.
22937 * selftest-run-tests.c (selftest::run_tests): Call
22938 read_rtl_function_c_tests.
22939 * selftest.h (selftest::read_rtl_function_c_tests): New decl.
22940 * tree-dfa.c (ssa_default_def): Return NULL_TREE for rtl function
22943 2017-01-05 Uros Bizjak <ubizjak@gmail.com>
22945 * config/i386/i386.md (*testqi_ext_3): No need to handle memory
22946 operands in a special way. Assert that pos+len <= mode precision.
22948 2017-01-05 Jakub Jelinek <jakub@redhat.com>
22950 * common.opt (fvect-cost-model): Remove RejectNegative flag, use
22951 3 argument Alias with unlimited for the negative form.
22952 (fno-vect-cost-model): Removed.
22954 2017-01-05 Martin Liska <mliska@suse.cz>
22956 * hsa-gen.c (gen_hsa_divmod): New function.
22957 (gen_hsa_insn_for_internal_fn_call): Use the function for IFN_DIVMOD.
22959 2017-01-05 Martin Liska <mliska@suse.cz>
22962 * gcc.c (lookup_compiler): Reject '-' filename for a precompiled
22965 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
22967 * config/s390/s390.c (s390_expand_setmem): Unroll the loop for
22968 small constant length operands.
22970 2017-01-05 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
22972 * config/s390/s390.c (s390_expand_setmem): Avoid overlapping bytes
22973 between loop iterations.
22975 2017-01-05 Martin Liska <mliska@suse.cz>
22978 * gimplify.c (gimplify_decl_expr): Compare to
22979 asan_poisoned_variables instread of checking flags.
22980 (gimplify_target_expr): Likewise.
22981 (gimplify_expr): Likewise.
22982 (gimplify_function_tree): Conditionally initialize
22983 asan_poisoned_variables.
22985 2017-01-04 Jeff Law <law@redhat.com>
22987 PR tree-optimizatin/78812
22988 * rtl.h (contains_mem_rtx_p): Prototype.
22989 * ifcvt.c (containts_mem_rtx_p): Move from here to...
22990 * rtlanal.c (contains_mem_rtx_p): Here and remove static linkage.
22991 * gcse.c (prune_expressions): Use contains_mem_rtx_p to discover
22992 and prune MEMs that are not at the toplevel of a SET_SRC rtx. Look
22993 through ZERO_EXTEND and SIGN_EXTEND when trying to avoid pruning MEMs.
22995 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
22997 * input.c (assert_char_at_range): Default-initialize actual_range.
22999 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
23001 * df-scan.c (df_ref_create_structure): Make regno unsigned,
23002 to match the caller.
23004 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
23006 * cfgexpand.c (expand_gimple_basic_block): Disregard debug
23007 insns after final jump in test to emit dummy move.
23009 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
23011 * gimple-iterator.h (gsi_one_nondebug_before_end_p): New.
23012 * tree-eh.c (cleanup_empty_eh): Skip more debug stmts.
23014 2017-01-04 Alexandre Oliva <aoliva@redhat.com>
23016 * multiple_target.c (create_dispatcher_calls): Init e_next.
23017 * tree-ssa-loop-split.c (split_loop): Init border.
23018 * tree-vect-loop.c (vect_determine_vectorization_factor): Init
23021 2017-01-04 Michael Meissner <meissner@linux.vnet.ibm.com>
23026 * config/rs6000/predicates.md (sf_subreg_operand): New predicate.
23027 (altivec_register_operand): Do not return true if the operand
23028 contains a SUBREG mixing SImode and SFmode.
23029 (vsx_register_operand): Likewise.
23030 (vsx_reg_sfsubreg_ok): New predicate.
23031 (vfloat_operand): Do not return true if the operand contains a
23032 SUBREG mixing SImode and SFmode.
23033 (vint_operand): Likewise.
23034 (vlogical_operand): Likewise.
23035 (gpc_reg_operand): Likewise.
23036 (int_reg_operand): Likewise.
23037 * config/rs6000/rs6000-protos.h (valid_sf_si_move): Add declaration.
23038 * config/rs6000/rs6000.c (valid_sf_si_move): New function to
23039 determine if a MOVSI or MOVSF operation contains SUBREGs that mix
23041 (rs6000_emit_move_si_sf_subreg): New helper function.
23042 (rs6000_emit_move): Call rs6000_emit_move_si_sf_subreg to possbily
23043 fixup SUBREGs involving SImode and SFmode.
23044 * config/rs6000/vsx.md (SFBOOL_*): New constants that are operand
23045 numbers for the new peephole2 optimization.
23046 (peephole2 for SFmode unions): New peephole2 to optimize cases in
23047 the GLIBC math library that do AND/IOR/XOR operations on single
23048 precision floating point.
23049 * config/rs6000/rs6000.h (TARGET_NO_SF_SUBREG): New internal
23050 target macros to say whether we need to avoid SUBREGs mixing
23052 (TARGET_ALLOW_SF_SUBREG): Likewise.
23053 * config/rs6000/rs6000.md (UNSPEC_SF_FROM_SI): New unspecs.
23054 (UNSPEC_SI_FROM_SF): Likewise.
23055 (iorxor): Change spacing.
23056 (and_ior_xor): New iterator for AND, IOR, and XOR.
23057 (movsi_from_sf): New insns for SImode/SFmode SUBREG support.
23058 (movdi_from_sf_zero_ext): Likewise.
23059 (mov<mode>_hardfloat, FMOVE32 iterator): Use register_operand
23060 instead of gpc_reg_operand. Add SImode/SFmode SUBREG support.
23061 (movsf_from_si): New insn for SImode/SFmode SUBREG support.
23062 (fma<mode>4): Use gpc_reg_operand instead of register_operand.
23063 (fms<mode>4): Likewise.
23064 (fnma<mode>4): Likewise.
23065 (fnms<mode>4): Likewise.
23066 (nfma<mode>4): Likewise.
23067 (nfms<mode>4): Likewise.
23069 2017-01-04 Marek Polacek <polacek@redhat.com>
23072 * doc/invoke.texi: Document -Wpointer-compare.
23074 2017-01-04 Jakub Jelinek <jakub@redhat.com>
23076 * optc-gen.awk: Emit #error for -W*/-f*/-m* Enum without
23079 * dwarf2out.c (output_loc_list): Don't throw away 64K+ location
23080 descriptions for -gdwarf-5 and emit them as uleb128 instead of
23083 2017-01-04 Kelvin Nilsen <kelvin@gcc.gnu.org>
23086 * doc/sourcebuild.texi (PowerPC-specific attributes): Add
23087 documentation of the powerpc_popcntb_ok attribute.
23088 * config/rs6000/rs6000.c (rs6000_option_override_internal): Add
23089 code to issue warning messages if a requested CPU configuration is
23090 not supported by the binary (assembler and loader) toolchain.
23091 (spe_init_builtins): Add two assertions to prevent ICE if attempt is
23092 made to define a built-in function that has been disabled.
23093 (paired_init_builtins): Add assertion to prevent ICE if attempt is
23094 made to define a built-in function that has been disabled.
23095 (altivec_init_builtins): Add comment explaining why definition
23096 of the DST built-in functions is not preceded by an assertion
23097 check. Add assertions to prevent ICE if attempts are made to
23098 define an altivec predicate or an abs* built-in function that has
23100 (htm_init_builtins): Add comment explaining why definition of the
23101 htm built-in functions is not preceded by an assertion check.
23103 2017-01-04 Jeff Law <law@redhat.com>
23105 PR tree-optimizatin/67955
23106 * tree-ssa-alias.c (same_addr_size_stores_p): Check offsets first.
23107 Allow any SSA_VAR_P as the base objects. Use integer_zerop. Verify
23108 the points-to solution does not include pt_null. Use DECL_PT_UID
23111 2017-01-04 Uros Bizjak <ubizjak@gmail.com>
23113 * config/i386/i386.md (HI/SImode test with imm to QImode splitters):
23114 Use gen_int_mode instead of gen_lopwart for const_int operands.
23116 2017-01-04 Jakub Jelinek <jakub@redhat.com>
23118 PR tree-optimization/71563
23119 * match.pd: Simplify X << Y into X if Y is known to be 0 or
23120 out of range value - has low bits known to be zero.
23122 2017-01-04 Alan Modra <amodra@gmail.com>
23124 * Makefile.in (aclocal_deps): Update and order as per aclocal.m4.
23125 * configure: Regenerate.
23126 * config.in: Regenerate.
23128 2017-01-04 Jakub Jelinek <jakub@redhat.com>
23131 * input.c (ebcdic_execution_charset::on_error): Don't use strstr for
23132 a substring of the message, but strcmp with the whole message. Ifdef
23133 ENABLE_NLS, translate the message first using dgettext.
23135 2017-01-03 Jeff Law <law@redhat.com>
23137 PR tree-optimizatin/78856
23138 * tree-ssa-threadupdate.c: Include tree-vectorizer.h.
23139 (mark_threaded_blocks): Remove code to truncate thread paths that
23140 cross multiple loop headers. Instead invalidate the cached loop
23141 iteration information and handle case of a thread path walking
23142 into an irreducible region.
23144 2017-01-03 Michael Meissner <meissner@linux.vnet.ibm.com>
23147 * config/rs6000/rs6000.c (rs6000_split_signbit): Change some
23148 assertions. Add support for doing the signbit if the IEEE 128-bit
23149 floating point value is in a GPR.
23150 * config/rs6000/rs6000.md (Fsignbit): Delete.
23151 (signbit<mode>2_dm): Delete using <Fsignbit> and just use "wa".
23152 Update the length attribute if the value is in a GPR.
23153 (signbit<mode>2_dm_<su>ext): Add combiner pattern to eliminate
23154 the sign or zero extension instruction, since the value is always 0/1.
23155 (signbit<mode>2_dm2): Delete using <Fsignbit>.
23158 * config/rs6000/vsx.md (vsx_extract_<mode>_store_p9): If we are
23159 extracting SImode to a GPR register so that we can generate a
23160 store, limit the vector to be in a traditional Altivec register
23161 for the vextuwrx instruction.
23163 2017-01-03 Ian Lance Taylor <iant@google.com>
23165 * godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.
23167 2017-01-03 Martin Sebor <msebor@redhat.com>
23169 PR tree-optimization/78696
23170 * gimple-ssa-sprintf.c (format_floating): Correct handling of
23171 precision. Use MPFR for %f for greater fidelity. Correct handling
23173 (pass_sprintf_length::compute_format_length): Set width and precision
23174 specified by asrerisk to void_node for vararg functions.
23175 (try_substitute_return_value): Adjust dump output.
23177 2017-01-03 David Edelsohn <dje.gcc@gmail.com>
23179 * doc/invoke.texi (RS6000 options): LRA is enabled by default.
23181 2017-01-03 Eric Botcazou <ebotcazou@adacore.com>
23183 * doc/invoke.texi (SPARC options): Document -mlra as the default.
23184 * config/sparc/sparc.c (sparc_option_override): Force LRA unless
23185 -mlra/-mno-lra was passed to the compiler.
23187 2017-01-03 James Cowgill <James.Cowgill@imgtec.com>
23189 PR rtl-optimization/65618
23190 * emit-rtl.c (try_split): Move initialization of "before" and
23191 "after" to just before the call to emit_insn_after_setloc.
23193 2017-01-03 Gerald Pfeifer <gerald@pfeifer.com>
23195 * doc/md.texi (Standard Names): Remove reference to Java frontend.
23197 2017-01-03 Pierre-Marie de Rodat <derodat@adacore.com>
23199 * dwarf2out.c (gen_enumeration_type_die): When
23200 -gno-strict-dwarf, add a DW_AT_encoding attribute.
23202 2017-01-03 Jakub Jelinek <jakub@redhat.com>
23204 PR tree-optimization/78965
23205 * gimple-ssa-sprintf.c (pass_sprintf_length::compute_format_length):
23206 Change first argument from const call_info & to call_info &. For %n
23207 set info.nowrite to false.
23209 PR middle-end/78901
23210 * gimple-ssa-sprintf.c (try_substitute_return_value): Don't change
23211 possibly throwing calls.
23213 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include SSA_NAME
23214 and exprs_len || fns_len, emit the code for SSA_NAME next to the exprs
23215 and fns handling, rather than in a separate case SSA_NAME.
23217 2017-01-02 Jeff Law <law@redhat.com>
23219 * config/darwin-driver.c (darwin_driver_init): Const-correctness
23220 fixes for first_period and second_period variables.
23222 2017-01-02 Uros Bizjak <ubizjak@gmail.com>
23225 * config/i386/i386.md (UNSPEC_NOREX_MEM): New unspec.
23226 (*insvqi_1): New insn pattern.
23227 (*insvqi_1_mem_rex64): Ditto.
23228 (*insvqi_2): Ditto.
23229 (*insvqi_3): Rename from *insvqi.
23231 (*extzvqi_mem_rex64): Add UNSPEC_NOREX_MEM tag.
23233 2017-01-02 Gerald Pfeifer <gerald@pfeifer.com>
23235 * doc/cfg.texi (Edges): Remove reference to Java.
23236 (Maintaining the CFG): Ditto.
23238 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
23240 PR middle-end/77674
23241 * symtab.c (symtab_node::binds_to_current_def_p): Fix handling of
23242 transparent aliases.
23244 2017-01-01 Jan Hubicka <hubicka@ucw.cz>
23246 PR middle-end/77484
23247 * predict.def (PRED_CALL): Update hitrate.
23248 (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
23249 * predict.c (tree_estimate_probability_bb): Split CALL predictor
23250 into direct/indirect/polymorphic variants.
23252 2017-01-01 Jakub Jelinek <jakub@redhat.com>
23254 Update copyright years.
23256 * gcc.c (process_command): Update copyright notice dates.
23257 * gcov-dump.c (print_version): Ditto.
23258 * gcov.c (print_version): Ditto.
23259 * gcov-tool.c (print_version): Ditto.
23260 * gengtype.c (create_file): Ditto.
23261 * doc/cpp.texi: Bump @copying's copyright year.
23262 * doc/cppinternals.texi: Ditto.
23263 * doc/gcc.texi: Ditto.
23264 * doc/gccint.texi: Ditto.
23265 * doc/gcov.texi: Ditto.
23266 * doc/install.texi: Ditto.
23267 * doc/invoke.texi: Ditto.
23269 Copyright (C) 2017 Free Software Foundation, Inc.
23271 Copying and distribution of this file, with or without modification,
23272 are permitted in any medium without royalty provided the copyright
23273 notice and this notice are preserved.